:root {
  --ink: #07090d;
  --ink-2: #0d1118;
  --paper: #f2f1ea;
  --muted: #a6a9b2;
  --line: rgba(255,255,255,.12);
  --mint: #00e5ff;
  --gold: #e7b863;
  --violet: #9b87ff;
  --shell: min(1180px, calc(100vw - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: "Manrope", sans-serif; line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 72% 12%, rgba(0,229,255,.08), transparent 27%), radial-gradient(circle at 16% 42%, rgba(155,135,255,.07), transparent 24%); z-index: -1; }
a { color: inherit; }
.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; }
#field { position: fixed; inset: 0; width: 100%; height: 100%; z-index: -2; opacity: .7; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.section-shell { width: var(--shell); margin-inline: auto; }
.site-header { height: 76px; padding: 0 max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; background: rgba(7,9,13,.78); backdrop-filter: blur(18px); }
.wordmark { display: flex; flex-direction: column; gap: 1px; text-decoration: none; white-space: nowrap; }
.wordmark strong { font-size: .94rem; font-weight: 700; letter-spacing: -.025em; line-height: 1.15; }
.wordmark small { color: var(--mint); font-family: "DM Sans", sans-serif; font-size: .54rem; font-weight: 600; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
nav { display: flex; gap: 32px; }
nav a { color: var(--muted); text-decoration: none; font-size: .85rem; transition: color .2s; }
nav a:hover, nav a:focus-visible { color: var(--paper); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 8px; color: var(--paper); background: transparent; font: 600 .8rem "Manrope", sans-serif; padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; transition: color .2s, border-color .2s, background .2s; }
.header-cta svg { color: var(--mint); }
.header-cta:hover, .header-cta:focus-visible { border-color: rgba(0,229,255,.55); background: rgba(0,229,255,.07); }
.header-cta.shared { color: var(--mint); }
.hero { min-height: calc(100svh - 76px); padding: 100px 0 44px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr auto; gap: 60px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--mint); text-transform: uppercase; letter-spacing: .19em; font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 600; }
.signal-brand { color: var(--paper); }
.eyebrow-divider { color: rgba(255,255,255,.35); margin-inline: .55rem; }
h1, h2 { font-family: "Newsreader", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; margin: 0; }
h1 { font-size: clamp(4rem, 7.2vw, 7rem); max-width: 920px; }
.hero-lede { color: #c5c7cc; font-size: clamp(1.05rem, 1.55vw, 1.3rem); max-width: 660px; margin: 30px 0 0; }
.hero-actions, .contact-actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 0 20px; border-radius: 3px; text-decoration: none; font-size: .86rem; font-weight: 600; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #07110f; background: var(--mint); border: 1px solid var(--mint); }
.button-quiet { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.decision-orbit { aspect-ratio: 1; position: relative; max-width: 430px; width: 100%; justify-self: end; }
.orbit-ring { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; inset: 8%; animation: spin 22s linear infinite; }
.ring-two { inset: 23%; border-style: dashed; animation-direction: reverse; animation-duration: 17s; }
.ring-three { inset: 38%; border-color: rgba(0,229,255,.3); }
.orbit-ring::after { content: ""; position: absolute; width: 7px; height: 7px; background: var(--mint); border-radius: 50%; top: 8%; left: 20%; box-shadow: 0 0 22px var(--mint); }
.ring-two::after { background: var(--gold); left: auto; right: 4%; top: 50%; box-shadow: 0 0 22px var(--gold); }
.orbit-node { position: absolute; padding: 9px 13px; border: 1px solid var(--line); background: rgba(7,9,13,.72); backdrop-filter: blur(8px); border-radius: 3px; color: #d9d9dc; font-size: .75rem; }
.orbit-node span { color: var(--muted); margin-right: 7px; font-size: .65rem; }
.node-evidence { top: 7%; left: 4%; }
.node-operations { top: 46%; right: -5%; }
.node-governance { bottom: 7%; left: 3%; }
.orbit-center { position: absolute; inset: 39%; border-radius: 50%; background: linear-gradient(145deg, rgba(0,229,255,.16), rgba(155,135,255,.12)); border: 1px solid rgba(0,229,255,.5); display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 0 60px rgba(0,229,255,.1); }
.orbit-center small { font-size: .55rem; letter-spacing: .18em; color: var(--mint); }
.orbit-center strong { font-family: "Newsreader", serif; font-size: 1.25rem; font-weight: 500; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-proof { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); padding-top: 26px; }
.hero-proof div { padding: 0 24px; border-left: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { display: block; font-family: "Newsreader", serif; font-size: 2rem; font-weight: 500; color: var(--paper); }
.hero-proof span { display: block; color: var(--muted); font-size: .74rem; max-width: 190px; }
.manifesto, .method, .impact, .experience, .about { padding: 150px 0; border-top: 1px solid var(--line); }
h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
h2 em { color: var(--mint); font-style: normal; }
.manifesto-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; margin-top: 90px; }
.manifesto-intro { font-family: "Newsreader", serif; font-size: 1.65rem; color: #d7d7d8; margin: 0; line-height: 1.4; }
.signal { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 0 0 32px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
.signal-number, .case-index { font-family: "DM Sans", sans-serif; font-size: .7rem; color: var(--mint); letter-spacing: .12em; }
.signal h3 { font-size: 1.15rem; margin: 0 0 7px; }
.signal p, .section-heading > p:last-child, .case p, .timeline-item p, .about-copy p, .contact > p { color: var(--muted); margin: 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: end; margin-bottom: 70px; }
.section-heading .section-kicker { grid-column: 1/-1; }
.section-heading > p:last-child { max-width: 470px; justify-self: end; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.method-card { min-height: 430px; padding: 34px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); position: relative; overflow: hidden; }
.method-card:last-child { border-right: 0; }
.method-card::before { content: ""; position: absolute; width: 160px; height: 160px; border-radius: 50%; filter: blur(70px); opacity: .13; top: -70px; right: -60px; }
.method-card[data-accent="mint"]::before { background: var(--mint); }
.method-card[data-accent="gold"]::before { background: var(--gold); }
.method-card[data-accent="violet"]::before { background: var(--violet); }
.method-card > span, .case-meta { color: var(--muted); font-size: .65rem; letter-spacing: .14em; }
.method-card h3 { font-family: "Newsreader", serif; font-weight: 500; font-size: 2.1rem; line-height: 1.05; margin: 72px 0 20px; }
.method-card p { color: var(--muted); font-size: .9rem; }
.method-card ul { list-style: none; padding: 0; margin: 55px 0 0; }
.method-card li { font-size: .76rem; padding: 8px 0; border-top: 1px solid var(--line); }
.case { border: 1px solid var(--line); background: rgba(255,255,255,.018); padding: 34px; }
.case-feature { display: grid; grid-template-columns: .65fr 2fr .75fr; gap: 42px; padding: 44px; margin-bottom: 18px; align-items: end; }
.case-meta { display: flex; flex-direction: column; gap: 7px; align-self: start; }
.case-copy h3, .case-grid h3 { font-family: "Newsreader", serif; font-size: 2.3rem; font-weight: 500; line-height: 1.05; margin: 12px 0 20px; }
.case-result { padding-left: 30px; border-left: 1px solid var(--line); }
.case-result strong { display: block; font-family: "Newsreader", serif; color: var(--mint); font-size: 4rem; font-weight: 500; line-height: 1; }
.case-result span { color: var(--muted); font-size: .75rem; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.case-grid .case { min-height: 390px; display: flex; flex-direction: column; }
.case-grid .case-index { margin-top: 62px; }
.case-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-top: auto; padding-top: 40px; }
.case-tags span, .credentials span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; color: #bfc1c7; font-size: .68rem; }
.timeline { border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 170px 1fr; gap: 40px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.timeline-item > span { color: var(--mint); font-size: .68rem; letter-spacing: .15em; padding-top: 5px; }
.timeline-item h3 { margin: 0 0 8px; font-size: 1rem; }
.inline-link { text-decoration: none; }
.inline-link span { color: var(--mint); margin-left: 4px; }
.inline-link:hover, .inline-link:focus-visible { color: var(--mint); }
.about { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.about-photo { position: sticky; top: 120px; margin: 0; border: 1px solid rgba(0,229,255,.35); background: #05070b; overflow: hidden; box-shadow: 18px 18px 0 rgba(0,229,255,.06); }
.about-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 68%, rgba(5,7,11,.88)); }
.about-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 34%; filter: saturate(.92) contrast(1.04); }
.about-photo figcaption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 20px; color: var(--paper); font-size: .7rem; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 40px; }
.about-copy p { font-size: 1.05rem; margin-bottom: 20px; max-width: 700px; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.contact { padding: 145px 0 120px; text-align: center; border-top: 1px solid var(--line); }
.contact .section-kicker { color: var(--gold); }
.contact h2 { font-size: clamp(4rem, 8vw, 8rem); }
.contact > p { font-size: 1.05rem; margin: 24px auto 0; max-width: 620px; }
.contact-actions { justify-content: center; }
.site-footer { min-height: 96px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 32px; color: var(--muted); font-size: .72rem; }
.footer-identity { display: flex; flex-direction: column; gap: 2px; }
.site-footer strong { color: var(--paper); font-size: .82rem; }
.site-footer a { color: var(--paper); text-underline-offset: 3px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 16px; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; gap: 55px; }
  .decision-orbit { justify-self: center; max-width: 360px; }
  .hero-proof { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .hero-proof div:nth-child(3) { padding-left: 0; border-left: 0; }
  .manifesto-grid, .section-heading, .about { grid-template-columns: 1fr; gap: 45px; }
  .about-photo { position: relative; top: auto; width: min(100%, 520px); }
  .section-heading > p:last-child { justify-self: start; }
  .method-grid { grid-template-columns: 1fr; }
  .method-card { min-height: 350px; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-card:last-child { border-bottom: 0; }
  .case-feature { grid-template-columns: 1fr; }
  .case-result { border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; }
}
@media (max-width: 620px) {
  .wordmark strong { font-size: .84rem; }
  .wordmark small { font-size: .5rem; }
  .header-cta { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .header-cta-label { display: none; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4.3rem); }
  .hero { padding-top: 60px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div, .hero-proof div:nth-child(3) { padding: 0 0 20px; border-left: 0; border-bottom: 1px solid var(--line); }
  .manifesto, .method, .impact, .experience, .about { padding: 100px 0; }
  .manifesto-grid { margin-top: 55px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-feature, .case { padding: 25px; }
  .case-copy h3, .case-grid h3 { font-size: 1.9rem; }
  .timeline-item { grid-template-columns: 1fr; gap: 10px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-ring { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
