:root {
  --blue: oklch(39% 0.15 265);
  --blue-deep: oklch(26.7% 0.123 265.3);
  --blue-bright: oklch(63% 0.14 262);
  --ink: oklch(20% 0.018 259);
  --ink-soft: oklch(37% 0.025 259);
  --white: oklch(98.5% 0 0);
  --mist: oklch(96.8% 0.004 265.3);
  --indigo-wash: oklch(94.5% 0.018 265.3);
  --line: oklch(80% 0.018 259);
  --signal: oklch(75% 0.16 78);
  --error: oklch(56% 0.2 28);
  --display: "Hanken Grotesk", "Helvetica Neue", sans-serif;
  --mono: "Berkeley Mono", "Berkeley Mono Variable", "SFMono-Regular", Consolas, monospace;
  --text-caption: .875rem;
  --text-small: .9375rem;
  --text-body: 1.0625rem;
  --text-lead: 1.25rem;
  --page: min(1320px, calc(100vw - 64px));
  --ease: cubic-bezier(.16, 1, .3, 1);
  --z-header: 20;
  --z-skip: 30;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--display); font-size: var(--text-body); line-height: 1.6; font-kerning: normal; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; }
button { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
::selection { background: var(--signal); color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: var(--z-skip); padding: 10px 14px; background: var(--white); color: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.header { position: fixed; inset: 0 0 auto; z-index: var(--z-header); height: 78px; padding: 0 max(32px, calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); border-bottom: 1px solid oklch(100% 0 0 / .2); transition: background .35s, color .35s, border-color .35s; }
.header.is-scrolled { color: var(--ink); background: oklch(98.5% 0 0 / .96); border-color: var(--line); }
.wordmark { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; gap: 12px; font-weight: 600; letter-spacing: -.02em; }
.wordmark svg { flex: 0 0 auto; }
.nav { display: flex; gap: 30px; font-size: var(--text-small); }
.nav a { position: relative; padding: 8px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: currentColor; transition: right .3s var(--ease); }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.header-action { justify-self: end; padding: 10px 14px; border: 1px solid currentColor; background: transparent; cursor: pointer; font-size: var(--text-caption); transition: background .25s, color .25s; }
.header-action:hover { background: var(--white); color: var(--blue); }
.header.is-scrolled .header-action:hover { background: var(--blue); color: var(--white); }
.nav-toggle { display: none; }

.hero { min-height: 920px; height: 100svh; position: relative; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--blue-deep); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(to bottom, transparent, oklch(27% 0.13 263 / .28)); pointer-events: none; }
.hero-art { position: absolute; inset: 0; color: oklch(94% 0.03 257 / .15); overflow: hidden; }
.network { width: 112%; height: 100%; transform: translateX(17%); transform-origin: center; }
.network-grid { opacity: .52; }
.network-lines path { fill: none; stroke: currentColor; stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.network-lines .network-axis { stroke: oklch(98% 0 0 / .2); }
.network-nodes circle { fill: var(--blue-deep); stroke: oklch(96% 0 0 / .58); stroke-width: 1.2; }
.network-nodes .network-node-main { fill: var(--signal); stroke: var(--white); filter: url(#soft-glow); }
.network-orbit { fill: none; stroke: oklch(96% 0 0 / .18); stroke-width: 1; transform-origin: 720px 423px; }
.network-orbit-a { stroke-dasharray: 2 8; animation: rotate 26s linear infinite; }
.network-orbit-b { stroke-dasharray: 44 12; animation: rotate-back 38s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotate-back { to { transform: rotate(-360deg); } }

.hero-content { width: var(--page); margin: 0 auto; position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 840px) 1fr; padding-top: 40px; }
.hero-location { grid-column: 1 / -1; display: flex; justify-content: space-between; width: 100%; margin-bottom: clamp(42px, 7vh, 84px); font-family: var(--mono); font-size: var(--text-caption); }
.hero-location span { color: oklch(95% 0 0 / .64); }
.hero h1 { grid-column: 1; max-width: 840px; margin-bottom: 28px; font-size: clamp(3.35rem, 5.7vw, 5.2rem); font-weight: 500; line-height: .93; letter-spacing: -.04em; }
.hero-summary { grid-column: 1; max-width: 590px; margin-bottom: 34px; color: oklch(98% 0 0 / .88); font-size: clamp(1.125rem, 1.55vw, 1.35rem); line-height: 1.6; letter-spacing: .01em; }
.hero-actions { grid-column: 1; display: flex; align-items: center; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 14px 22px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-weight: 500; font-size: 1rem; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-action:focus-visible, .text-action:focus-visible, summary:focus-visible, .nav a:focus-visible, .footer a:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.button-primary { background: var(--blue-deep); color: var(--white); }
.button-primary:hover { background: var(--blue); color: var(--white); }
.hero .button-primary, .closing .button-primary { background: var(--white); color: var(--blue-deep); }
.hero .button-primary:hover, .closing .button-primary:hover { background: var(--mist); color: var(--blue-deep); }
.button-link { color: var(--white); border-color: oklch(100% 0 0 / .42); }
.button-link:hover { border-color: var(--white); }
.button-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--blue); }
.button-light:hover { background: var(--signal); color: var(--ink); }
.hero-facts { position: absolute; z-index: 2; bottom: 0; left: 50%; width: var(--page); transform: translateX(-50%); display: flex; border-top: 1px solid oklch(100% 0 0 / .26); }
.hero-facts > div { flex: 1; min-height: 112px; display: grid; grid-template-columns: 36px 1fr; align-content: center; gap: 14px; padding: 20px 30px; border-right: 1px solid oklch(100% 0 0 / .26); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts span { padding-top: 2px; color: oklch(100% 0 0 / .68); font-family: var(--mono); font-size: .8125rem; }
.hero-facts p { margin: 0; color: oklch(100% 0 0 / .78); font-size: 1rem; line-height: 1.5; }
.hero-facts strong { display: block; margin-bottom: 2px; color: var(--white); font-size: var(--text-body); font-weight: 500; }

.statement { padding: clamp(100px, 15vw, 210px) max(32px, calc((100vw - 1120px)/2)); background: var(--white); }
.statement p { max-width: 1040px; margin-bottom: 32px; font-size: clamp(2rem, 4.8vw, 4.5rem); line-height: 1.03; letter-spacing: -.04em; }
.statement span { display: block; max-width: 620px; margin-left: auto; color: var(--ink-soft); font-size: var(--text-lead); line-height: 1.55; }

.section { padding: clamp(90px, 11vw, 160px) max(32px, calc((100vw - 1320px)/2)); }
.section-intro > p, .scope-lead > p:first-child, .deliverable-copy > p:first-child, .criteria > header p, .two-sides article > p:first-child, .faq header p { margin-bottom: 24px; color: var(--blue); font-family: var(--mono); font-size: var(--text-caption); }
.section h2 { letter-spacing: -.04em; }
.process { display: grid; grid-template-columns: .95fr 1.25fr; gap: clamp(60px, 10vw, 150px); background: var(--mist); }
.section-intro h2 { margin: 0; font-size: clamp(2.5rem, 5.1vw, 4.8rem); font-weight: 500; line-height: .98; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 42px 1fr auto; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.process-list li > span, .process-list small { padding-top: 4px; color: var(--blue); font-family: var(--mono); font-size: var(--text-caption); }
.process-list h3 { margin-bottom: 8px; font-size: 1.25rem; font-weight: 500; }
.process-list p { max-width: 52ch; margin: 0; color: var(--ink-soft); font-size: var(--text-body); line-height: 1.6; }
.process-list small { white-space: nowrap; color: var(--ink-soft); }

.scope { display: grid; grid-template-columns: .95fr 1.25fr; gap: clamp(60px, 10vw, 150px); }
.scope-lead h2 { max-width: 700px; margin-bottom: 28px; font-size: clamp(2.7rem, 5vw, 4.75rem); font-weight: 500; line-height: .98; }
.scope-lead > p:not(:first-child) { max-width: 55ch; color: var(--ink-soft); }
.text-action { min-height: 44px; display: inline-flex; align-items: center; gap: 20px; margin-top: 16px; padding: 5px 0 6px; border: 0; border-bottom: 1px solid var(--ink); background: none; cursor: pointer; }
.scope-catalog { border-top: 1px solid var(--ink); }
.scope-catalog > div { display: grid; grid-template-columns: 140px 1fr; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.scope-catalog span { font-family: var(--mono); font-size: var(--text-caption); }
.scope-catalog p { max-width: 52ch; margin: 0; color: var(--ink-soft); }

.deliverable { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(60px, 10vw, 150px); background: var(--blue-deep); color: var(--white); }
.deliverable-visual { min-height: 620px; display: grid; place-items: center; position: relative; overflow: clip; }
.deliverable-visual::before, .deliverable-visual::after { content: ""; position: absolute; border: 1px solid oklch(100% 0 0 / .12); border-radius: 50%; }
.deliverable-visual::before { width: 520px; height: 520px; }
.deliverable-visual::after { width: 380px; height: 380px; }
.brief-page { width: min(440px, 86%); position: relative; z-index: 1; padding: 26px; background: var(--white); color: var(--ink); transform: rotate(-2deg); box-shadow: 10px 10px 0 oklch(12% 0.04 263 / .34); }
.brief-top, .brief-heading, .brief-row, .brief-foot { display: flex; justify-content: space-between; gap: 20px; }
.brief-top { padding-bottom: 54px; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: var(--text-caption); }.brief-top span { color: var(--blue); font-weight: 600; }.brief-top i, .brief-row i, .brief-foot i { font-style: normal; }
.brief-heading { align-items: flex-end; padding: 24px 0 16px; }.brief-heading small { font-family: var(--mono); font-size: var(--text-caption); }.brief-heading strong { max-width: 220px; text-align: right; font-size: 1.3rem; line-height: 1.1; }
.brief-row { padding: 15px 0; border-top: 1px solid var(--line); font-family: var(--mono); font-size: var(--text-caption); }.brief-row i { color: var(--ink-soft); }.brief-row b { color: var(--blue); font-weight: 500; }
.brief-foot { margin-top: 60px; padding-top: 16px; border-top: 1px solid var(--ink); font-family: var(--mono); font-size: var(--text-caption); }
.deliverable-copy > p:first-child { color: var(--signal); }
.deliverable-copy h2 { margin-bottom: 34px; font-size: clamp(2.7rem, 5vw, 4.75rem); font-weight: 500; line-height: .98; }
.deliverable-copy ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid oklch(100% 0 0 / .24); }
.deliverable-copy li { padding: 15px 0; border-bottom: 1px solid oklch(100% 0 0 / .24); color: oklch(100% 0 0 / .84); }
.quiet-copy { margin-top: 30px; color: oklch(100% 0 0 / .72); font-size: 1rem; line-height: 1.6; }

.criteria { background: var(--white); }
.criteria > header { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; margin-bottom: 70px; }
.criteria > header h2 { max-width: 780px; margin: 0; font-size: clamp(2.7rem, 5vw, 4.75rem); font-weight: 500; line-height: .98; }
.criteria-table { border-top: 1px solid var(--ink); }
.criteria-table > div { min-height: 94px; display: grid; grid-template-columns: .65fr 1.4fr .45fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.criteria-table span { font-weight: 500; }.criteria-table p { margin: 0; color: var(--ink-soft); }.criteria-table small { justify-self: end; font-family: var(--mono); color: var(--blue); font-size: var(--text-caption); }
.criteria-note { max-width: 720px; margin: 34px 0 0 auto; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; }
.human-review { max-width: 720px; margin: 34px 0 0 auto; padding: 24px 0; display: grid; grid-template-columns: 170px 1fr; gap: 28px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.human-review strong { color: var(--blue); font-family: var(--mono); font-size: var(--text-caption); font-weight: 400; }
.human-review p { margin: 0; color: var(--ink-soft); }

.two-sides { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; padding-bottom: 0; }
.two-sides article { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(48px, 5vw, 72px); background: var(--mist); }
.two-sides article + article { background: var(--indigo-wash); }
.side-kicker { display: flex; gap: 14px; color: var(--blue); font-family: var(--mono); font-size: var(--text-caption); }
.side-kicker span { color: var(--ink-soft); }
.two-sides h2 { max-width: 520px; margin: 52px 0 24px; font-size: clamp(2.5rem, 4.2vw, 4rem); font-weight: 500; line-height: .98; }
.side-details { width: 100%; max-width: 620px; margin: 20px 0 30px; border-top: 1px solid var(--ink); }
.side-details div { display: grid; grid-template-columns: 112px 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.side-details dt { color: var(--blue); font-family: var(--mono); font-size: var(--text-caption); }
.side-details dd { margin: 0; color: var(--ink-soft); }
.two-sides .button { margin-top: auto; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; background: var(--mist); }
.faq header h2 { font-size: clamp(2.55rem, 4.5vw, 4.4rem); font-weight: 500; line-height: .98; }
.faq-list { border-top: 1px solid var(--ink); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; cursor: pointer; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: var(--mono); font-weight: 400; transition: transform .25s var(--ease); }
details[open] summary span { transform: rotate(45deg); }
details > p { max-width: 64ch; margin: -6px 60px 26px 0; color: var(--ink-soft); }

.closing { min-height: 520px; display: grid; place-items: center; align-content: center; padding: 72px 32px; text-align: center; background: var(--blue-deep); color: var(--white); }
.closing-mark { width: 74px; height: 74px; margin-bottom: 44px; }.closing-mark svg { width: 100%; height: 100%; }
.closing > p { margin-bottom: 18px; font-family: var(--mono); font-size: var(--text-caption); }
.closing h2 { margin-bottom: 36px; font-size: clamp(3rem, 7vw, 6rem); line-height: .95; letter-spacing: -.04em; font-weight: 500; }

.footer { min-height: 230px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: start; padding: 52px max(32px, calc((100vw - 1320px)/2)); background: var(--ink); color: var(--white); }
.footer > p { max-width: 340px; color: oklch(100% 0 0 / .72); font-size: var(--text-small); line-height: 1.6; }
.footer > div { display: flex; flex-direction: column; gap: 8px; }.footer a { width: fit-content; min-height: 44px; display: inline-flex; align-items: center; color: oklch(100% 0 0 / .82); font-size: var(--text-small); }.footer a:hover { color: var(--signal); }.footer small { grid-column: 1 / -1; align-self: end; color: oklch(100% 0 0 / .62); font-family: var(--mono); font-size: .8125rem; }

@media (max-width: 980px) {
  :root { --page: calc(100vw - 40px); }
  .header { height: 68px; padding: 0 20px; grid-template-columns: 1fr auto; }.header-action { display: none; }.nav-toggle { display: grid; gap: 5px; width: 44px; height: 44px; padding: 14px 9px; border: 0; background: none; }.nav-toggle i { display: block; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }.nav-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3px) rotate(45deg); }.nav-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3px) rotate(-45deg); }
  .nav { display: none; position: fixed; top: 68px; left: 0; right: 0; padding: 16px 20px 26px; flex-direction: column; gap: 0; background: var(--white); color: var(--ink); border-bottom: 1px solid var(--line); }.nav.is-open { display: flex; }.nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 820px; }.hero-content { grid-template-columns: minmax(0, 72%) 1fr; }.network { width: 124%; transform: translateX(25%); }.hero-facts > div { padding: 18px; }.hero-facts > div:first-child { padding-left: 0; }
  .process, .scope, .deliverable, .faq { grid-template-columns: 1fr; gap: 64px; }.criteria > header { grid-template-columns: 1fr; gap: 12px; }.deliverable-copy { max-width: 680px; }.deliverable-visual { min-height: 520px; }.two-sides article { min-height: 430px; padding: 50px 34px; }.faq { gap: 50px; }
}

@media (max-width: 680px) {
  :root { --page: calc(100vw - 32px); }
  .wordmark span { font-size: 1rem; }
  .hero { min-height: 0; height: auto; padding: 94px 0 0; justify-content: flex-start; }.hero-art { top: 30%; opacity: .72; }.network { width: 150%; height: 72%; transform: translateX(34%); }.hero-content { grid-template-columns: 1fr; padding-top: 24px; }.hero-location, .hero h1, .hero-summary, .hero-actions { grid-column: 1; }.hero h1 { margin-bottom: 24px; font-size: clamp(2.75rem, 12.5vw, 3.45rem); line-height: .96; }.hero-summary { max-width: 34ch; margin-bottom: 26px; font-size: 1.0625rem; line-height: 1.5; }.hero-location { margin-bottom: 34px; }.hero-actions { align-items: stretch; flex-direction: column; width: 100%; }.hero-actions .button { width: 100%; }.hero-facts { position: relative; left: auto; bottom: auto; width: var(--page); margin: 54px auto 0; transform: none; flex-direction: column; }.hero-facts > div { min-height: 82px; padding: 16px 0; border-right: 0; border-bottom: 1px solid oklch(100% 0 0 / .22); }.hero-facts > div:last-child { border-bottom: 0; }
  .statement { padding: 90px 16px; }.statement p { font-size: 2.25rem; }.statement span { margin-left: 0; }
  .section { padding: 82px 16px; }.section-intro h2, .scope-lead h2, .deliverable-copy h2, .criteria > header h2, .faq header h2 { font-size: 2.65rem; }
  .process-list li { grid-template-columns: 28px 1fr; gap: 14px; }.process-list small { grid-column: 2; }.scope-catalog > div { grid-template-columns: 1fr; gap: 8px; }
  .deliverable { padding-top: 40px; }.deliverable-visual { min-height: 430px; }.deliverable-visual::before { width: min(370px, calc(100vw - 32px)); height: min(370px, calc(100vw - 32px)); }.deliverable-visual::after { width: min(280px, calc(100vw - 80px)); height: min(280px, calc(100vw - 80px)); }.brief-page { width: min(360px, calc(100% - 8px)); padding: 16px; transform: none; box-shadow: 6px 6px 0 oklch(12% 0.04 263 / .34); }.brief-top, .brief-heading, .brief-foot { gap: 10px; }.brief-top { padding-bottom: 34px; }.brief-heading strong { max-width: 160px; }.brief-row { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3px 10px; font-size: .75rem; }.brief-row i { display: block; grid-column: 1 / -1; grid-row: 2; overflow-wrap: anywhere; }.brief-row b { grid-column: 2; grid-row: 1; }.brief-foot { margin-top: 38px; }
  .criteria-table > div { grid-template-columns: 1fr auto; gap: 8px 20px; padding: 20px 0; }.criteria-table p { grid-column: 1 / -1; grid-row: 2; }.criteria-table small { grid-column: 2; grid-row: 1; }.criteria-note { margin-left: 0; }.human-review { margin-left: 0; grid-template-columns: 1fr; gap: 10px; }
  .two-sides { grid-template-columns: 1fr; padding-left: 0; padding-right: 0; }.two-sides article { padding: 58px 16px; }.two-sides h2 { margin-top: 40px; font-size: 2.65rem; }.side-details div { grid-template-columns: 92px 1fr; gap: 16px; }
  .closing { min-height: 460px; padding: 64px 16px; }
  .footer { grid-template-columns: 1fr; padding: 42px 16px; }.footer small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
