:root {
  --ink: #0a0d0c;
  --ink-soft: #121716;
  --paper: #f2f0e8;
  --paper-dim: #bfc3b9;
  --acid: #c4f545;
  --orange: #ff713e;
  --blue: #92b8ff;
  --line: rgba(242, 240, 232, 0.2);
  --line-dark: rgba(10, 13, 12, 0.2);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.site-shell { overflow: hidden; }

.site-header {
  align-items: center;
  display: flex;
  height: 92px;
  justify-content: space-between;
  left: 0;
  padding: 0 4.4vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.wordmark, .footer-mark { align-items: center; display: flex; gap: 11px; }
.wordmark-name { font-size: 19px; font-weight: 800; letter-spacing: -0.07em; }
.wordmark-sub { color: var(--paper-dim); font: 9px var(--mono); letter-spacing: 0.13em; margin-left: 5px; }
.wordmark-mark { display: flex; gap: 3px; transform: skew(-16deg); }
.wordmark-mark span { background: var(--acid); display: block; height: 15px; width: 4px; }
.wordmark-mark span:nth-child(2) { height: 21px; margin-top: -3px; }
.wordmark-mark span:nth-child(3) { height: 10px; margin-top: 2px; }

.desktop-nav { display: flex; gap: 34px; margin-left: 10vw; }
.desktop-nav a, .header-cta, .footer-links a { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.desktop-nav a { color: var(--paper-dim); transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--acid); }
.header-cta { align-items: center; border-bottom: 1px solid var(--paper); display: flex; gap: 13px; padding-bottom: 7px; }
.header-cta .arrow { color: var(--acid); font-size: 17px; line-height: 0; }

.hero {
  background: radial-gradient(circle at 72% 37%, #1a2820 0%, var(--ink) 37%, #080b0a 100%);
  min-height: min(900px, 100svh);
  overflow: hidden;
  padding: 168px 4.4vw 70px;
  position: relative;
}

#coordination-canvas { height: 100%; inset: 0; position: absolute; width: 100%; z-index: 0; }
.hero-grain { 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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); inset: 0; opacity: .07; pointer-events: none; position: absolute; z-index: 1; }
.hero-orbit { border: 1px solid rgba(196, 245, 69, .12); border-radius: 50%; height: 56vw; left: 48%; position: absolute; top: 3%; transform: rotate(-28deg); width: 72vw; z-index: 1; }
.orbit-two { height: 44vw; left: 59%; top: 21%; transform: rotate(18deg); width: 48vw; }
.hero-meta, .hero-copy, .hero-caption, .hero-index { position: relative; z-index: 2; }
.hero-meta { align-items: center; color: var(--paper-dim); display: flex; font-size: 10px; gap: 28px; justify-content: space-between; letter-spacing: .12em; }
.meta-status { color: var(--acid); display: flex; align-items: center; gap: 8px; }
.meta-status i { background: var(--acid); border-radius: 50%; box-shadow: 0 0 14px var(--acid); display: inline-block; height: 7px; width: 7px; }
.mono-label { font: 10px var(--mono); letter-spacing: .11em; text-transform: uppercase; }

.hero-copy { margin-top: clamp(100px, 16vh, 170px); max-width: 820px; }
.eyebrow { color: var(--acid); font: 13px var(--mono); letter-spacing: .08em; margin: 0 0 27px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-size: clamp(57px, 8vw, 130px); font-weight: 500; letter-spacing: -.075em; line-height: .87; margin-bottom: 0; }
em { color: var(--acid); font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.08em; }
.hero-deck { color: var(--paper-dim); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.42; margin: 40px 0 28px; max-width: 450px; }
.hero-actions { align-items: center; display: flex; gap: 28px; }
.button { align-items: center; display: inline-flex; font-size: 11px; font-weight: 800; gap: 30px; letter-spacing: .1em; min-height: 55px; padding: 0 19px 0 21px; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button span { font-size: 19px; font-weight: 400; line-height: 0; }
.text-link { align-items: center; color: var(--paper); display: inline-flex; font-size: 11px; font-weight: 700; gap: 10px; letter-spacing: .1em; text-transform: uppercase; }
.text-link:hover { color: var(--acid); }
.play-icon { align-items: center; border: 1px solid var(--paper-dim); border-radius: 50%; display: inline-flex; font-size: 8px; height: 26px; justify-content: center; padding-left: 2px; width: 26px; }
.hero-caption { bottom: 68px; color: var(--paper-dim); display: flex; flex-direction: column; gap: 6px; position: absolute; right: 4.4vw; text-align: right; }
.hero-caption span:last-child { color: var(--acid); }
.hero-index { align-items: center; bottom: 69px; color: var(--paper-dim); display: flex; gap: 14px; left: 4.4vw; position: absolute; }
.scroll-line { background: var(--paper-dim); display: inline-block; height: 1px; width: 60px; }

.section-pad { padding: 108px 4.4vw; }
.thesis { background: var(--paper); color: var(--ink); }
.section-kicker { border-bottom: 1px solid var(--line-dark); color: #69716b; display: flex; justify-content: space-between; padding-bottom: 14px; }
.thesis-grid, .proof-grid { display: grid; gap: 8vw; grid-template-columns: 1.25fr .75fr; padding-top: 86px; }
.thesis h2 { font-size: clamp(50px, 6.4vw, 100px); max-width: 850px; }
.thesis h2 em, .practice h2 em, .proof h2 em, .method h2 em, .cta h2 em { color: var(--orange); }
.thesis-copy { align-self: end; max-width: 365px; }
.lede { font-size: 21px; letter-spacing: -.035em; line-height: 1.1; }
.thesis-copy > p:not(.lede) { color: #5e655f; font-size: 14px; line-height: 1.5; margin: 25px 0 35px; }
.dark-link { color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: 7px; }

.practice { background: var(--ink-soft); }
.practice-intro { align-items: end; display: flex; justify-content: space-between; padding: 70px 0 58px; }
.practice h2 { font-size: clamp(57px, 7vw, 112px); }
.practice-intro > p { color: var(--paper-dim); font-size: 17px; line-height: 1.4; margin: 0 0 7px; max-width: 270px; }
.practice-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }
.practice-card { color: var(--ink); min-height: 535px; padding: 22px; position: relative; transition: transform 220ms ease; }
.practice-card:hover { transform: translateY(-8px); }
.card-lime { background: var(--acid); }.card-orange { background: var(--orange); }.card-blue { background: var(--blue); }
.card-top { display: flex; font: 11px var(--mono); justify-content: space-between; letter-spacing: .08em; }
.card-icon { font: 22px var(--sans); }
.card-art { align-items: center; display: flex; height: 230px; justify-content: center; margin: 7px -4px 20px; overflow: hidden; position: relative; }
.card-art b { font: 12px var(--mono); letter-spacing: .16em; position: absolute; }
.art-loop span { border: 1px solid rgba(10,13,12,.75); border-radius: 50%; height: 170px; position: absolute; transform: rotate(35deg) skewX(-16deg); width: 70px; }
.art-loop span:nth-child(2) { height: 135px; transform: rotate(-35deg) skewX(-16deg); width: 180px; }.art-loop span:nth-child(3) { height: 115px; transform: rotate(77deg) skewX(-16deg); width: 210px; }
.art-nodes { background: linear-gradient(135deg, transparent 49.5%, rgba(10,13,12,.45) 50%, transparent 50.5%); }
.art-nodes:before, .art-nodes:after { border-top: 1px solid rgba(10,13,12,.55); content: ""; position: absolute; transform: rotate(20deg); width: 220px; }.art-nodes:after { transform: rotate(-32deg); }
.art-nodes i { background: var(--ink); border: 6px solid rgba(10,13,12,.18); border-radius: 50%; height: 17px; position: absolute; width: 17px; z-index: 1; }.art-nodes i:nth-child(1) { left: 23%; top: 43%; }.art-nodes i:nth-child(2) { right: 24%; top: 34%; }.art-nodes i:nth-child(3) { bottom: 22%; left: 42%; }.art-nodes i:nth-child(4) { bottom: 35%; right: 33%; }.art-nodes i:nth-child(5) { left: 37%; top: 21%; }
.art-wave span { border-bottom: 1px solid rgba(10,13,12,.7); border-radius: 50%; height: 100px; position: absolute; transform: rotate(-22deg); width: 280px; }.art-wave span:nth-child(2) { height: 145px; transform: rotate(15deg); width: 310px; }.art-wave span:nth-child(3) { height: 210px; transform: rotate(-6deg); width: 360px; }
.card-body { border-top: 1px solid rgba(10,13,12,.35); padding-top: 18px; }.card-label { font: 10px var(--mono); letter-spacing: .1em; margin-bottom: 20px; text-transform: uppercase; }.card-body h3 { font-size: clamp(30px, 3.1vw, 43px); letter-spacing: -.07em; line-height: .9; margin-bottom: 20px; }.card-body > p:not(.card-label) { font-size: 13px; line-height: 1.35; margin: 0; max-width: 280px; }.practice-card .card-link { border-top: 1px solid rgba(10,13,12,.5); display: flex; font: 10px var(--mono); justify-content: space-between; letter-spacing: .1em; margin-top: 22px; padding-top: 13px; text-transform: uppercase; }.practice-card .card-link:hover { color: rgba(10,13,12,.58); }.practice-card .card-link span { font-size: 16px; line-height: .6; }

.proof { background: var(--paper); color: var(--ink); padding-bottom: 0; }.proof .section-kicker { color: #69716b; }.proof-grid { padding-bottom: 98px; }.proof-heading h2 { font-size: clamp(58px, 7vw, 112px); }.proof-heading > p { color: #5e655f; font-size: 15px; line-height: 1.45; margin: 37px 0 0; max-width: 300px; }.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); }.stat { border-left: 1px solid var(--line-dark); display: flex; flex-direction: column; justify-content: center; min-height: 175px; padding: 21px; }.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }.stat strong { font-size: clamp(72px, 8vw, 125px); font-weight: 500; letter-spacing: -.09em; line-height: .8; }.stat span { font: 10px var(--mono); letter-spacing: .1em; margin-top: 28px; text-transform: uppercase; }.marquee { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); overflow: hidden; padding: 25px 0 22px; white-space: nowrap; }.marquee-track { align-items: center; animation: marquee 28s linear infinite; display: inline-flex; gap: 33px; min-width: max-content; }.marquee span { font-size: 18px; font-weight: 800; letter-spacing: -.04em; }.marquee b { color: var(--orange); font-size: 20px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.method { background: var(--paper); color: var(--ink); padding-top: 125px; }.method .section-kicker { color: #69716b; }.method-header { align-items: end; display: flex; justify-content: space-between; padding: 75px 0 82px; }.method h2 { font-size: clamp(55px, 6.8vw, 105px); }.method-header > p { color: #5e655f; font-size: 15px; line-height: 1.45; margin: 0 4vw 8px 0; max-width: 265px; }.method-list { border-top: 1px solid var(--line-dark); list-style: none; margin: 0; padding: 0; }.method-list li { align-items: center; border-bottom: 1px solid var(--line-dark); display: grid; gap: 25px; grid-template-columns: 12% 1fr auto; padding: 27px 0 29px; transition: padding 180ms ease; }.method-list li:hover { padding-left: 14px; padding-right: 14px; }.method-num { color: #7a817b; font: 11px var(--mono); }.method-list h3 { font-size: 28px; letter-spacing: -.06em; margin-bottom: 6px; }.method-list p { color: #69716b; font-size: 13px; margin: 0; }.method-arrow { color: var(--orange); font-size: 24px; }

.cta { background: var(--orange); color: var(--ink); min-height: 690px; overflow: hidden; position: relative; }.cta .section-kicker { border-color: rgba(10,13,12,.35); color: rgba(10,13,12,.65); position: relative; z-index: 2; }.cta-content { padding: 110px 0 105px; position: relative; z-index: 2; }.cta .eyebrow { color: var(--ink); }.cta h2 { font-size: clamp(68px, 10vw, 150px); }.button-light { background: var(--ink); color: var(--paper); margin-top: 50px; }.button-light:hover { background: var(--paper); color: var(--ink); }.cta-foot { bottom: 34px; display: flex; justify-content: space-between; left: 4.4vw; position: absolute; right: 4.4vw; z-index: 2; }.cta-field { inset: 0; opacity: .34; position: absolute; }.cta-field span { border: 1px solid var(--ink); border-radius: 50%; height: 300px; left: 52%; position: absolute; top: 8%; transform: rotate(22deg) skewX(-20deg); width: 780px; }.cta-field span:nth-child(2) { height: 250px; left: 60%; top: 25%; width: 550px; }.cta-field span:nth-child(3) { height: 250px; left: 39%; top: 42%; transform: rotate(-25deg) skewX(-20deg); width: 800px; }.cta-field span:nth-child(4) { height: 800px; left: 73%; top: -20%; transform: rotate(65deg); width: 270px; }.cta-field span:nth-child(5) { height: 110px; left: 74%; top: 20%; width: 110px; }.cta-field span:nth-child(6) { height: 70px; left: 82%; top: 39%; width: 70px; }.cta-field span:nth-child(7) { height: 44px; left: 67%; top: 59%; width: 44px; }.cta-field span:nth-child(8) { height: 26px; left: 76%; top: 73%; width: 26px; }.cta-field span:nth-child(9) { height: 18px; left: 59%; top: 25%; width: 18px; }

.site-footer { align-items: center; background: var(--ink); color: var(--paper-dim); display: flex; font-size: 11px; justify-content: space-between; padding: 27px 4.4vw; }.footer-mark { color: var(--paper); font-size: 14px; font-weight: 800; letter-spacing: -.06em; }.footer-mark .wordmark-mark span { height: 12px; width: 3px; }.footer-mark .wordmark-mark span:nth-child(2) { height: 17px; }.site-footer p { margin: 0; }.footer-links { display: flex; gap: 22px; }.footer-links a:hover { color: var(--acid); }

@media (max-width: 760px) {
  .site-header { height: 75px; padding: 0 22px; }.wordmark-sub, .desktop-nav { display: none; }.wordmark-name { font-size: 18px; }.header-cta span:first-child { display: none; }.header-cta { border: 1px solid var(--paper); padding: 10px 13px; }.header-cta .arrow { font-size: 17px; }
  .hero { min-height: 760px; padding: 125px 22px 52px; }.hero-meta { align-items: flex-start; flex-direction: column; gap: 8px; }.hero-meta span:nth-child(2) { max-width: 160px; }.hero-copy { margin-top: 130px; }.hero-deck { font-size: 17px; margin-top: 32px; max-width: 350px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }.hero-caption { bottom: 35px; font-size: 8px; right: 22px; }.hero-index { bottom: 35px; font-size: 8px; left: 22px; }.scroll-line { width: 32px; }.hero-orbit { height: 120vw; left: 12%; top: 20%; width: 155vw; }.orbit-two { height: 105vw; left: 30%; top: 37%; width: 115vw; }
  .section-pad { padding: 75px 22px; }.section-kicker { font-size: 8px; }.thesis-grid, .proof-grid { display: block; padding-top: 58px; }.thesis h2 { font-size: clamp(51px, 15vw, 80px); }.thesis-copy { margin-top: 60px; max-width: none; }.lede { font-size: 20px; }.practice-intro, .method-header { align-items: flex-start; flex-direction: column; gap: 35px; padding: 55px 0 44px; }.practice h2, .method h2 { font-size: clamp(53px, 15vw, 82px); }.practice-intro > p, .method-header > p { margin: 0; }.practice-grid { grid-template-columns: 1fr; }.practice-card { min-height: 485px; }.card-art { height: 190px; }.proof-grid { padding-bottom: 70px; }.proof-heading h2 { font-size: clamp(58px, 16vw, 88px); }.stats-grid { margin-top: 65px; }.stat { min-height: 150px; padding: 15px 14px; }.stat strong { font-size: 72px; }.stat span { font-size: 8px; margin-top: 20px; }.marquee span { font-size: 16px; }.method { padding-top: 85px; }.method-list li { gap: 10px; grid-template-columns: 13% 1fr auto; padding: 24px 0; }.method-list h3 { font-size: 24px; }.method-list p { font-size: 12px; line-height: 1.3; }.cta { min-height: 630px; }.cta-content { padding: 90px 0; }.cta h2 { font-size: clamp(66px, 18vw, 105px); }.cta-foot { bottom: 27px; font-size: 8px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 20px; padding: 27px 22px; }.site-footer p { font-size: 12px; }.footer-links { font-size: 10px; }
}

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