:root {
  --ink: #0b0c0e;
  --paper: #f4f1e9;
  --acid: #4b68ff;
  --coral: #9baaff;
  --line: rgba(11, 12, 14, .2);
  --display: "Manrope", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); }
a { color: inherit; }
.scroll-progress { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 3px; background: rgba(244,241,233,.12); transform: translateZ(0); }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--acid); transform: scaleX(0); transform-origin: left center; }

.nav { position: absolute; inset: 0 0 auto; z-index: 3; display: flex; justify-content: space-between; align-items: center; padding: 28px 3.5vw; color: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 21px; height: 21px; border: 1.5px solid currentColor; border-radius: 50%; font-size: 13px; font-family: var(--serif); font-weight: 600; letter-spacing: 0; }
.nav-link { font-family: var(--mono); font-size: 11px; text-decoration: none; }
.nav-link span { color: var(--acid); font-size: 15px; }
a:focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }

.hero { position: relative; min-height: 98vh; overflow: hidden; padding: 147px 3.5vw 45px; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.hero::after { content: ""; position: absolute; z-index: 0; left: 0; bottom: 16.6%; width: 100%; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(155,170,255,.07) 27%, rgba(155,170,255,.48) 50%, rgba(155,170,255,.07) 73%, transparent 100%); transform-origin: center; animation: horizon 8s ease-in-out infinite; }
.eyebrow, .section-index { margin: 0; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow { color: rgba(244,241,233,.7); }
.hero-word { position: relative; z-index: 1; display: flex; justify-content: center; align-items: baseline; margin: 2vh 0 0 -0.055em; font-size: clamp(132px, 29vw, 455px); font-weight: 800; letter-spacing: -.12em; line-height: .72; user-select: none; animation: wordmark-in 1s .08s both cubic-bezier(.16,1,.3,1); }
.hero-word .accent { color: var(--acid); }
.hero-bottom { position: relative; z-index: 1; width: min(100%, 760px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 55px; align-items: end; }
h1 { margin: 0; font-size: clamp(28px, 3.2vw, 49px); letter-spacing: -.055em; line-height: 1.04; }
em { font-family: var(--serif); font-weight: 600; }
.hero-copy { max-width: 340px; margin: 0 0 2px; color: rgba(244,241,233,.78); font-size: clamp(16px, 1.45vw, 20px); font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
.scroll-cue { position: absolute; z-index: 1; right: 3.5vw; bottom: 42px; display: flex; flex-direction: column; align-items: flex-end; gap: 9px; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; }
.scroll-cue i { color: var(--acid); font-size: 19px; font-style: normal; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 23vw; height: 23vw; right: -8vw; top: 17vh; background: radial-gradient(circle at 35% 35%, #d5ddff, #4b68ff 47%, #17213f 72%); mix-blend-mode: screen; opacity: .7; animation: orbit-drift 13s ease-in-out infinite; translate: 0 var(--scroll-shift, 0px); }
.orb-two { width: 7vw; height: 7vw; left: 35vw; top: 22vh; background: var(--coral); opacity: .92; animation: counter-drift 9s ease-in-out infinite; translate: 0 var(--scroll-shift, 0px); }

.statement { padding: clamp(90px, 13vw, 195px) 3.5vw; display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; border-bottom: 1px solid var(--line); }
.section-index { color: rgba(16,19,15,.58); }
.statement p { margin: 0; letter-spacing: -.045em; line-height: 1.04; }
.statement-lead { font-size: clamp(30px, 4.5vw, 68px); }
.statement-main { padding-left: 12vw; font-family: var(--serif); font-size: clamp(32px, 5vw, 76px); font-style: italic; }
.underline { text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: .13em; text-decoration-thickness: .07em; }

.approach { padding: clamp(75px, 9vw, 135px) 3.5vw; display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; background: #e9e5db; border-bottom: 1px solid var(--line); }
.approach-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 6vw; }
.approach-intro { max-width: 540px; margin: 0; font-size: clamp(24px, 3vw, 43px); font-weight: 600; letter-spacing: -.055em; line-height: 1.08; }
.approach-list { border-top: 1px solid var(--ink); }
.approach-list div { display: flex; gap: 17px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.approach-list span { padding-top: 3px; color: #435edb; font-family: var(--mono); font-size: 10px; }
.approach-list p { margin: 0; font-size: 13px; line-height: 1.35; }

.focus { padding: 28px 3.5vw 0; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-top: 1px solid var(--ink); }
.focus article { min-height: 330px; padding: 23px 7% 35px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.focus article:not(:first-child) { padding-left: 7%; }
.focus article:last-child { border-right: 0; }
.focus article span { font-family: var(--mono); font-size: 10px; color: var(--coral); }
.focus h2 { margin: auto 0 20px; font-size: clamp(24px, 3vw, 42px); letter-spacing: -.06em; line-height: .95; }
.focus h2 em { color: #435edb; }
.focus article p { max-width: 210px; margin: 0; font-size: 13px; line-height: 1.45; }

.manifesto { position: relative; min-height: min(47vw, 645px); margin: clamp(65px, 10vw, 145px) 3.5vw; padding: clamp(50px, 7vw, 105px) 8%; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; background: #151b2b; color: var(--paper); }
.manifesto::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 83% 25%, rgba(75,104,255,.28), transparent 28%), linear-gradient(130deg, transparent 45%, rgba(255,255,255,.025) 45.1%, transparent 45.3%); pointer-events: none; }
.manifesto-mark { position: absolute; right: -1.5vw; top: -4vw; color: transparent; font-size: clamp(145px, 26vw, 395px); font-weight: 800; letter-spacing: -.14em; line-height: .75; -webkit-text-stroke: 1px rgba(244,241,233,.13); user-select: none; }
.manifesto-copy, .signal-list { position: relative; z-index: 1; }
.manifesto-copy { max-width: 900px; }
.manifesto-kicker { margin: 0 0 clamp(52px, 7vw, 95px); color: var(--coral); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.manifesto-copy > p:last-child { margin: 0; font-size: clamp(27px, 4.2vw, 61px); font-weight: 600; line-height: 1.07; letter-spacing: -.055em; }
.signal-list { display: flex; gap: 16px; flex-wrap: wrap; }
.signal-list span { padding: 8px 11px; border: 1px solid rgba(244,241,233,.3); border-radius: 999px; font-family: var(--mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.cta { padding: 20px 3.5vw clamp(100px, 13vw, 170px); display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; }
.cta-content h2 { margin: 35px 0 45px; font-size: clamp(40px, 6vw, 91px); letter-spacing: -.07em; line-height: .9; }
.cta-content h2 em { color: var(--coral); }
.email-link { display: inline-flex; align-items: center; gap: 50px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: clamp(17px, 2vw, 25px); font-weight: 700; text-decoration: none; transition: color .25s ease, gap .3s cubic-bezier(.2,.8,.2,1); }
.email-link span { color: var(--coral); font-size: 26px; }
.email-link:hover { color: #435edb; gap: 62px; }
.nav-link { transition: color .2s ease; }.nav-link:hover { color: var(--coral); }
.focus article { transition: background-color .3s ease, transform .35s cubic-bezier(.2,.8,.2,1); }.focus article:hover { background: rgba(75,104,255,.08); transform: translateY(-8px); }
footer { padding: 25px 3.5vw; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 10px; }
footer .brand { font-family: var(--display); }
footer a:not(.brand) { text-decoration: none; }

.reveal { animation: enter .7s both cubic-bezier(.2,.8,.2,1); }
.delay-1 { animation-delay: .1s; }.delay-2 { animation-delay: .2s; }
[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wordmark-in { from { opacity: 0; transform: translateY(7vh) scale(.96); letter-spacing: -.19em; } to { opacity: 1; transform: translateY(0) scale(1); letter-spacing: -.12em; } }
@keyframes orbit-drift { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-2vw,3vh,0) scale(1.08); } }
@keyframes counter-drift { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(2vw,-2vh,0); } }
@keyframes horizon { 0%,100% { opacity: .25; transform: scaleX(.7); } 50% { opacity: 1; transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal, .hero-word, .orb-one, .orb-two, .hero::after { animation: none; }.focus article, .email-link, .nav-link, [data-reveal] { transition: none; } }
@media (max-width: 700px) {
  .nav, .hero { padding-left: 22px; padding-right: 22px; }.nav { padding-top: 19px; }.hero { min-height: 780px; padding-top: 125px; padding-bottom: 34px; }.hero-word { font-size: clamp(100px, 29vw, 180px); margin-left: -.06em; }.orb-one { width: 60vw; height: 60vw; right: -26vw; top: 19vh; }.orb-two { width: 18vw; height: 18vw; left: 19vw; top: 27vh; }.hero-bottom { display: block; padding-right: 20px; }.hero-copy { margin-top: 20px; max-width: 315px; }.scroll-cue { display: none; }
  .statement, .cta, .approach { padding-left: 22px; padding-right: 22px; display: block; }.statement .section-index, .cta .section-index, .approach .section-index { margin-bottom: 60px; }.statement-main { padding: 10px 0 0 30px; }.approach-content { display: block; }.approach-list { margin-top: 42px; }
  .focus { padding-left: 22px; padding-right: 22px; }.focus-grid { display: block; margin-top: 45px; }.focus article, .focus article:not(:first-child) { min-height: 230px; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }.focus article:last-child { border-bottom: 0; }
  .manifesto { min-height: 500px; margin: 70px 22px; padding: 45px 25px; display: flex; }.manifesto-mark { right: -14px; top: 29px; font-size: 145px; }.manifesto-kicker { margin-bottom: 45px; }.signal-list { gap: 8px; }.cta-content h2 { margin-top: 0; }.email-link { gap: 20px; }footer { padding: 24px 22px; font-size: 9px; }footer span { display: none; }
}
