:root{--ink:#13231d;--lime:#d7ff58;--paper:#f3f0e8;--orange:#ff6a3d;--muted:#66716c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,sans-serif}header{min-height:100vh;background:var(--ink);color:#fff;padding:0 6vw;overflow:hidden;position:relative}nav{height:90px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff2a;position:relative;z-index:2}.logo{font-weight:700;font-size:22px;color:inherit;text-decoration:none;border:1px solid currentColor;border-radius:50%;width:48px;height:48px;display:grid;place-items:center}nav div{display:flex;gap:30px;align-items:center}nav div a{color:#b9c2be;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.pill{border:1px solid #fff;border-radius:40px;padding:12px 18px}.hero{min-height:calc(100vh - 90px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.tag,.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:700;color:var(--orange)}h1{font:400 clamp(70px,11vw,160px)/.88 "Instrument Serif";letter-spacing:-.045em;margin:28px 0}h1 em{color:var(--lime);font-weight:400}.lead{max-width:660px;font-size:19px;line-height:1.7;color:#c1cac6}.actions{display:flex;gap:30px;margin-top:30px;align-items:center}.actions a{color:#fff;text-decoration:none;font-size:13px}.actions .primary{background:var(--lime);color:var(--ink);padding:17px 24px;border-radius:40px;font-weight:700}.orbit{position:absolute;width:430px;height:430px;border:1px solid #ffffff25;border-radius:50%;right:-60px;bottom:-120px;animation:spin 24s linear infinite}.orbit:after{content:"";position:absolute;inset:75px;border:1px dashed #d7ff5855;border-radius:50%}.orbit span{position:absolute;color:var(--lime);font-size:11px}.orbit span:nth-child(1){top:15px;left:48%}.orbit span:nth-child(2){bottom:60px;left:10px}.orbit span:nth-child(3){right:-15px;top:48%}@keyframes spin{to{transform:rotate(360deg)}}main>section{padding:13vh 10vw}.about{display:grid;grid-template-columns:220px 1fr}.about h2,.section-title h2{font:400 clamp(48px,7vw,96px)/.95 "Instrument Serif";margin:0 0 45px}.about div p{max-width:720px;font-size:18px;line-height:1.8;color:var(--muted)}.venture{background:var(--lime);display:grid;grid-template-columns:80px 1.1fr 1fr;gap:35px;align-items:start}.num{font:400 42px "Instrument Serif"}.venture h2{font:400 clamp(65px,10vw,140px)/.8 "Instrument Serif";margin:30px 0}.venture h2 em{color:var(--orange);font-style:normal}.venture-copy{padding-top:70px}.venture-copy p{font-size:18px;line-height:1.7}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:40px}.chips span{border:1px solid var(--ink);border-radius:30px;padding:9px 13px;font-size:11px}.experience{background:#fff}.section-title{display:grid;grid-template-columns:220px 1fr;margin-bottom:80px}.section-title h2{grid-column:2}.experience article{display:grid;grid-template-columns:220px 1fr;border-top:1px solid #ccd1cd;padding:45px 0}.experience time{font:400 42px "Instrument Serif";color:var(--orange)}.experience h3{font:400 55px "Instrument Serif";margin:0}.experience .place{text-transform:uppercase;letter-spacing:.14em;font-size:11px;color:var(--muted)}.experience article div>p:last-of-type{max-width:650px;line-height:1.75;color:var(--muted)}.experience article a{color:var(--ink);font-weight:700;font-size:12px}.manifesto{background:var(--orange);color:var(--ink)}blockquote{font:400 clamp(48px,7.5vw,105px)/1.02 "Instrument Serif";margin:50px 0;max-width:1100px}.manifesto>p:last-child{max-width:550px;line-height:1.7}footer{background:var(--ink);color:#aab6b0;padding:65px 6vw;display:flex;justify-content:space-between;align-items:end;font-size:12px}footer>div{display:flex;gap:20px;align-items:center}footer a{color:var(--lime);font:400 25px "Instrument Serif"}@media(max-width:760px){nav div a:not(.pill){display:none}.orbit{opacity:.35}.about,.venture,.section-title,.experience article{grid-template-columns:1fr}.about h2,.section-title h2{grid-column:1}.venture-copy{padding-top:0}.experience article{gap:20px}footer{flex-direction:column;align-items:flex-start;gap:35px}}
