:root {
  --ink: #0b0b0c;
  --navy: #050a30;
  --paper: #f3f0e9;
  --white: #ffffff;
  --orange: #f7941d;
  --orange-on-light: #9f4600;
  --gold: #e5ae3d;
  --red: #ec3013;
  --muted: #6c6a67;
  --line: #cbc5b9;
  --light-line: rgba(255, 255, 255, 0.18);
  --shell: min(1240px, calc(100vw - 64px));
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 76px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { background: var(--orange); color: var(--ink); }
h1, h2, h3, blockquote p { text-wrap: balance; }
p, li, dd { text-wrap: pretty; }
.sentence { display: block; }
.sentence + .sentence { margin-top: .22em; }
.visually-hidden {
  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;
  z-index: 100;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: max(32px, calc((100vw - 1240px) / 2));
  background: rgba(11, 11, 12, 0.94);
  color: var(--white);
  border-bottom: 1px solid var(--light-line);
  backdrop-filter: blur(14px);
  transition: height 180ms ease, background 180ms ease;
}
.site-header.compact { height: 64px; background: rgba(11, 11, 12, 0.985); }
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: var(--white);
  font-family: var(--display);
  font-weight: 900;
  line-height: 1;
  text-rendering: geometricPrecision;
  text-decoration: none;
}
.brand-campaign { font-size: 1rem; letter-spacing: -.035em; }
.brand-campaign span { color: var(--orange); }
.brand-mission { padding-left: 11px; border-left: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.72); font-family: var(--body); font-size: .63rem; letter-spacing: .09em; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 1.45vw, 21px); }
.site-nav a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  font-size: clamp(.62rem, .73vw, .72rem);
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 140ms ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange); }
.menu-toggle { display: none; }

.hero {
  min-height: 100svh;
  padding-top: 76px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.hero-stage {
  min-height: calc(100svh - 76px);
  display: flex;
  flex-direction: column;
  padding-block: clamp(24px, 3vh, 38px) 24px;
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--red); }
.eyebrow.ink { color: var(--ink); }
.hero h1, .section h2, .closing-section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.hero-eyebrow { margin-bottom: 0; text-align: center; }
.hero-core { width: 100%; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: clamp(28px, 5vh, 64px) 18px; text-align: center; }
.hero-title { width: 100%; display: flex; flex-direction: column; align-items: center; color: var(--white); text-rendering: geometricPrecision; }
.hero-title-campaign { color: var(--gold); font-size: clamp(4.2rem, 9.8vw, 9rem); line-height: .78; letter-spacing: -.07em; }
.hero-title-mission { margin-top: clamp(22px, 3.4vh, 38px); font-size: clamp(2.35rem, 6.15vw, 5.9rem); line-height: .82; letter-spacing: -.055em; }
.hero-colon { color: var(--orange); }
.hero-waveform { width: min(100%, 1120px); height: clamp(108px, 18vw, 225px); margin: clamp(22px, 3.8vh, 44px) auto 0; overflow: visible; transform-origin: center; will-change: transform, opacity; }
.hero-waveform path { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.hero-wave-echo { stroke: var(--orange); stroke-width: 6; opacity: .28; }
.hero-wave-echo-one { transform: translateY(-7px); transform-origin: center; }
.hero-wave-echo-two { transform: translateY(8px); transform-origin: center; opacity: .18; }
.hero-wave-main { stroke: var(--orange); stroke-width: 11; }
.hero-platform-line { margin: -4px 0 0; color: rgba(255,255,255,.48); font-size: clamp(.58rem, .85vw, .72rem); font-weight: 900; letter-spacing: .15em; }
.hero-signal {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-signal strong { color: var(--orange); }
.hero-audio { display: flex; flex-direction: column; align-items: center; gap: 11px; }
.hero-audio audio { display: none; }
.hero-sound-button { display: flex; align-items: center; gap: 12px; padding: 0; border: 0; background: none; color: var(--white); text-align: left; cursor: pointer; }
.hero-eq { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.hero-eq i { width: 3px; height: 8px; background: var(--orange); transform-origin: center; animation: hero-eq 760ms ease-in-out infinite alternate; animation-play-state: paused; }
.hero-eq i:nth-child(2) { height: 17px; animation-delay: -420ms; }
.hero-eq i:nth-child(3) { height: 12px; animation-delay: -190ms; }
.hero-eq i:nth-child(4) { height: 20px; animation-delay: -570ms; }
.hero-audio.is-playing .hero-eq i { animation-play-state: running; }
@keyframes hero-eq { from { transform: scaleY(.45); } to { transform: scaleY(1.25); } }
.hero-sound-copy { display: flex; flex-direction: column; gap: 2px; }
.hero-sound-copy small { color: rgba(255,255,255,.48); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-sound-copy strong { font-size: .82rem; letter-spacing: .015em; }
.hero-sound-button:hover .hero-eq, .hero-sound-button:focus-visible .hero-eq { border-color: var(--orange); }
.site-music-control { position: fixed; z-index: 40; right: clamp(14px, 2vw, 28px); bottom: calc(clamp(14px, 2vw, 28px) + env(safe-area-inset-bottom)); }
.site-music-toggle { display: flex; align-items: center; gap: 12px; min-width: 196px; min-height: 62px; padding: 9px 16px 9px 10px; border: 1px solid rgba(255,255,255,.24); border-left: 4px solid var(--orange); border-radius: 2px; background: rgba(5,10,48,.96); box-shadow: 0 16px 44px rgba(0,0,0,.32); color: var(--white); text-align: left; cursor: pointer; backdrop-filter: blur(12px); transition: transform 140ms ease, border-color 140ms ease; }
.site-music-toggle:hover { border-color: rgba(255,255,255,.48); border-left-color: var(--orange); transform: translateY(-1px); }
.site-music-toggle:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.site-music-eq { display: flex; flex: 0 0 42px; width: 42px; height: 42px; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.site-music-eq i { width: 3px; height: 8px; background: var(--orange); transform-origin: center; animation: hero-eq 760ms ease-in-out infinite alternate; animation-play-state: paused; }
.site-music-eq i:nth-child(2) { height: 17px; animation-delay: -420ms; }
.site-music-eq i:nth-child(3) { height: 12px; animation-delay: -190ms; }
.site-music-eq i:nth-child(4) { height: 20px; animation-delay: -570ms; }
.site-music-control.is-playing .site-music-eq i { animation-play-state: running; }
.site-music-copy { display: flex; flex-direction: column; gap: 3px; }
.site-music-copy small { color: rgba(255,255,255,.55); font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.site-music-copy strong { color: var(--white); font-size: .82rem; letter-spacing: .015em; }
.site-music-control.is-playing .site-music-copy strong { color: var(--orange); }
.hero-lede {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.55;
}
.hero-lede span, .section-intro span, .anthem-lede span { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: clamp(24px, 3.4vh, 38px) 0 0; padding: 16px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.035); }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 18px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease, transform 140ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: var(--gold); }
.button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--orange); color: var(--orange); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--ink); }
.button-outline { border-color: var(--navy); color: var(--navy); }
.button-outline:hover, .button-outline:focus-visible { background: var(--navy); color: var(--white); }

.proposal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 42px;
  margin: 0;
}
.proposal-meta div { min-width: 0; }
.proposal-meta dt {
  color: rgba(255,255,255,.44);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.proposal-meta dd { margin: 4px 0 0; color: rgba(255,255,255,.86); font-size: 0.77rem; line-height: 1.35; }
.hero-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 0;
  padding-top: 4px;
}

.section { padding-block: clamp(92px, 10vw, 150px); }
.section-grid { display: grid; grid-template-columns: 142px minmax(0, 1fr); gap: clamp(44px, 6vw, 92px); }
.section-marker { padding-top: 4px; color: var(--navy); border-top: 3px solid currentColor; }
.section-marker span { font-family: var(--display); font-size: 2rem; font-weight: 900; letter-spacing: -0.05em; }
.section-marker p { margin: 6px 0 0; font-size: 0.67rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.section-marker.light { color: var(--orange); }
.section-marker.dark-marker { color: var(--ink); }
.section-content h2, .future-section h2, .workfile-heading h2 { max-width: 920px; color: var(--navy); font-size: clamp(3.1rem, 5.9vw, 6.6rem); }
.section-intro { max-width: 780px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 1.1rem; line-height: 1.65; }
.section-intro.dark-text { color: #39383a; }
.section-intro.ink-text { color: rgba(11,11,12,.72); }

.premise { background: var(--paper); }
.editorial-columns { display: grid; grid-template-columns: 1.16fr 0.84fr; gap: 56px; margin-top: 42px; }
.editorial-columns p { margin: 0; color: #494749; font-size: 1.02rem; }
.editorial-columns .lead-copy { color: var(--ink); font-size: 1.42rem; font-weight: 700; line-height: 1.45; }
.signal-field {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px 64px;
  margin-top: 62px;
}
.signal-field article { display: grid; grid-template-columns: minmax(105px, auto) 1fr; gap: 28px; align-items: end; padding-top: 18px; border-top: 1px solid var(--navy); }
.signal-field strong { color: var(--orange); font-family: var(--display); font-size: clamp(3.4rem, 6vw, 6.7rem); line-height: .82; letter-spacing: -.07em; }
.premise .signal-field strong { color: var(--orange-on-light); }
.signal-field span { max-width: 310px; padding-bottom: 2px; color: #4f4c4f; font-size: .9rem; line-height: 1.45; }
.pull-quote {
  margin: clamp(48px, 5vw, 72px) 0 0;
  padding: clamp(38px, 5vw, 66px);
  background: var(--white);
  border: 1px solid var(--line);
}
.pull-quote p { max-width: 940px; margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.8rem, 3.1vw, 3.3rem); line-height: 1.12; letter-spacing: -0.04em; }

.system-section { background: var(--navy); color: var(--white); }
.system-section h2 { color: var(--white); }
.naming-evidence { display: grid; gap: clamp(38px, 5vw, 66px); margin-top: 56px; }
.naming-sheet { margin: 0; }
.naming-sheet-frame { position: relative; display: block; padding: 8px; overflow: hidden; background: var(--white); border: 1px solid rgba(255,255,255,.28); border-top: 4px solid var(--orange); box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.naming-sheet-frame img { display: block; width: 100%; min-width: 0; height: auto; }
.naming-sheet-primary { transform: rotate(-.18deg); }
.naming-sheet-score { margin-top: 28px; }
.naming-sheet figcaption { display: flex; justify-content: space-between; gap: 28px; margin-top: 15px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.22); }
.naming-sheet figcaption strong { color: var(--orange); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.naming-sheet figcaption span { max-width: 690px; color: rgba(255,255,255,.6); font-size: .8rem; text-align: right; }
.name-system-native { overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-top: 5px solid var(--orange); background: var(--white); color: var(--navy); box-shadow: 0 28px 74px rgba(0,0,0,.3); }
.name-system-lockup { position: relative; min-height: 360px; padding: clamp(44px, 6vw, 78px); overflow: hidden; background: var(--navy); color: var(--white); }
.name-system-lockup > span { position: relative; z-index: 1; display: block; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.name-system-lockup h3 { position: relative; z-index: 1; margin: 28px 0 0; color: var(--white); font-family: var(--display); font-size: clamp(2.4rem, 5.2vw, 5.7rem); letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }
.name-system-lockup h3 strong { color: var(--white); font: inherit; }
.name-system-lockup h3 b { color: var(--orange); font: inherit; }
.name-system-lockup img { position: absolute; z-index: 0; right: -40px; bottom: -95px; width: min(62%, 760px); height: auto; opacity: .8; }
.name-system-lockup p { position: relative; z-index: 1; margin: 102px 0 0; color: #aab0d4; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.name-system-roles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 10px solid var(--orange); }
.name-system-roles article { min-height: 196px; padding: 28px 26px; border-right: 1px solid #d8d5d1; }
.name-system-roles article:last-child { border-right: 0; }
.name-system-roles span { display: block; color: var(--orange-on-light); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.name-system-roles h4 { margin: 20px 0 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.8rem); letter-spacing: -.035em; line-height: 1; }
.name-system-roles p { margin: 16px 0 0; color: #595653; font-size: .88rem; line-height: 1.5; }
.naming-proof { border-top: 1px solid rgba(255,255,255,.24); }
.naming-proof-heading { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; align-items: start; padding: 28px 0 8px; color: var(--white); }
.naming-proof-heading > span { padding-top: 6px; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.naming-proof-heading h3 { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(1.55rem, 2.8vw, 2.6rem); letter-spacing: -.04em; line-height: 1; }
.naming-proof-heading p { max-width: 650px; margin: 12px 0 0; color: rgba(255,255,255,.64); font-size: .92rem; }
.native-scorecard { overflow: hidden; margin-top: 24px; border: 1px solid rgba(255,255,255,.34); border-top: 5px solid var(--orange); background: #f4f3f1; color: var(--ink); box-shadow: 0 28px 74px rgba(0,0,0,.3); }
.scorecard-title { display: flex; align-items: baseline; justify-content: space-between; gap: 28px; padding: 26px 30px 22px; background: var(--white); border-bottom: 2px solid var(--navy); }
.scorecard-title strong { font-family: var(--display); font-size: clamp(1.45rem, 2.2vw, 2.25rem); letter-spacing: -.035em; }
.scorecard-title span { color: #6d6a67; font-size: .78rem; text-align: right; }
.scorecard-row { display: grid; grid-template-columns: 70px minmax(240px,.78fr) minmax(320px,1.45fr) minmax(250px,.86fr); min-height: 220px; border-bottom: 1px solid #d8d5d1; }
.scorecard-row:last-child { border-bottom: 0; }
.scorecard-rank { display: grid; place-items: center; background: var(--navy); color: var(--white); font-family: var(--display); font-size: 1.65rem; }
.scorecard-rank.secondary { background: #9099d0; color: var(--navy); }
.scorecard-rank.neutral { background: #cbc8c2; color: var(--navy); }
.scorecard-name, .scorecard-rationale, .scorecard-scores { padding: 28px 26px; }
.scorecard-name, .scorecard-rationale { border-right: 1px solid #d8d5d1; }
.scorecard-tag { display: inline-flex; padding: 6px 11px; background: var(--navy); color: var(--white); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.scorecard-lead .scorecard-tag { background: var(--orange); color: var(--ink); }
.scorecard-name h4 { margin: 19px 0 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.65rem, 2.5vw, 2.45rem); letter-spacing: -.04em; line-height: 1.02; }
.scorecard-name p { margin: 15px 0 0; color: var(--orange-on-light); font-size: .9rem; font-weight: 850; }
.scorecard-rationale { display: flex; align-items: center; margin: 0; color: #4e4b49; font-size: 1rem; line-height: 1.55; }
.scorecard-scores { display: grid; align-content: center; gap: 17px; }
.scorecard-score { display: grid; grid-template-columns: 1fr auto; gap: 7px 12px; align-items: end; }
.scorecard-score span { color: #6e6b68; font-size: .75rem; letter-spacing: .025em; text-transform: uppercase; }
.scorecard-score strong { color: var(--navy); font-size: .82rem; }
.scorecard-score i { grid-column: 1 / -1; height: 10px; overflow: hidden; background: #dedcd9; }
.scorecard-score i b { display: block; width: var(--score); height: 100%; background: var(--navy); }
.scorecard-score.soft i b { background: #949dd3; }
.scorecard-score.accent i b { background: var(--orange); }

.mockup-section { background: var(--ink); color: var(--white); }
.mockup-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.mockup-intro h2 { max-width: 870px; color: var(--white); font-size: clamp(3.2rem, 6.2vw, 7rem); }
.mockup-intro > p { max-width: 500px; margin: 0 0 8px; color: rgba(255,255,255,.66); font-size: 1.02rem; }
.mockup-intro > p span { display: block; }
.mockup-intro > p span + span { margin-top: 6px; }
.mockup-feature { margin: 64px 0 0; }
.mockup-feature img, .mockup-pair img { width: 100%; height: auto; }
.mockup-feature figcaption, .mockup-pair figcaption { display: flex; justify-content: space-between; gap: 24px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.24); }
.mockup-feature strong, .mockup-pair strong { color: var(--orange); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.mockup-feature span, .mockup-pair span { color: rgba(255,255,255,.55); font-size: .78rem; text-align: right; }
.mockup-pair { display: grid; grid-template-columns: .93fr 1.07fr; gap: 28px; margin-top: 56px; }
.mockup-pair figure { margin: 0; }
.mockup-pair figure:first-child { transform: translateY(24px); }

.event-section { background: var(--white); }
.event-arc { list-style: none; margin: 58px 0 0; padding: 0; border-top: 2px solid var(--navy); }
.event-arc li { display: grid; grid-template-columns: 104px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.event-arc time { padding: 25px 22px 25px 0; color: var(--orange); font-family: var(--display); font-size: 1.9rem; line-height: 1; }
.event-arc li > div { display: grid; grid-template-columns: 180px minmax(230px, .8fr) minmax(280px, 1fr); gap: 26px; align-items: center; padding: 23px 0 23px 28px; border-left: 1px solid var(--line); }
.event-arc span { color: var(--red); font-size: .65rem; font-weight: 900; letter-spacing: .11em; }
.event-arc h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: 1.25rem; letter-spacing: -.03em; }
.event-arc p { margin: 0; color: #535154; font-size: .9rem; }
.event-track-list li { grid-template-columns: 138px minmax(0, 1fr); }
.event-track-list time { padding-right: 14px; color: var(--orange-on-light); font-size: 1.12rem; white-space: nowrap; }
.event-track-note { margin: 15px 0 0; color: #777176; font-size: .72rem; font-style: italic; }
.audience-flow { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 70px; padding-top: 28px; }
.audience-flow::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--orange), var(--navy) 35%, var(--navy) 65%, var(--orange)); }
.audience-flow article { position: relative; }
.audience-flow article::before { content: ""; position: absolute; top: -34px; left: 0; width: 12px; height: 12px; border: 4px solid var(--white); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 2px var(--navy); }
.audience-flow span { color: var(--navy); font-family: var(--display); font-size: 1.4rem; }
.audience-flow p { max-width: 220px; margin: 14px 0 0; color: #5e5b5d; font-size: .86rem; }

.atlanta-network-section { overflow: clip; background: var(--paper); }
.atlanta-network-heading { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); gap: clamp(48px, 7vw, 100px); align-items: end; }
.atlanta-network-heading h2 { max-width: 920px; color: var(--navy); font-size: clamp(3.3rem, 6.4vw, 7rem); }
.atlanta-network-heading .eyebrow { color: var(--orange-on-light); }
.atlanta-network-heading > div:first-child > p:last-child { max-width: 790px; margin: 28px 0 0; color: #4f4c4f; font-size: 1.04rem; }
.strategy-download-card { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; background: var(--navy); color: var(--white); border-top: 5px solid var(--orange); }
.strategy-download-card > span { color: var(--orange); font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.strategy-download-card > strong { margin: 17px 0 25px; font-family: var(--display); font-size: 1.65rem; letter-spacing: -.04em; line-height: 1.08; }
.map-filters { display: flex; gap: 8px; margin-top: 58px; padding-bottom: 14px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.map-filters button { flex: 0 0 auto; padding: 11px 15px; border: 1px solid var(--navy); background: transparent; color: var(--navy); cursor: pointer; font-size: .69rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.map-filters button[aria-pressed="true"] { background: var(--navy); color: var(--white); }
.map-filters button:hover, .map-filters button:focus-visible { border-color: var(--orange); outline: none; }
.atlanta-map-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .65fr); gap: 28px; align-items: start; margin-top: 28px; }
.atlanta-map-canvas { position: relative; min-height: 610px; overflow: hidden; background: var(--navy); border: 1px solid rgba(5,10,48,.18); box-shadow: 0 26px 70px rgba(5,10,48,.15); }
.atlanta-map-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-city { fill: #080f43; stroke: rgba(255,255,255,.2); stroke-width: 2; }
.map-grid-line { fill: none; stroke: rgba(255,255,255,.24); stroke-width: 7; stroke-linecap: round; }
.map-grid-line-faint { stroke: rgba(255,255,255,.1); stroke-width: 4; }
.map-beltline { fill: none; stroke: rgba(247,148,29,.58); stroke-width: 5; stroke-dasharray: 13 13; }
.map-signal { fill: none; stroke: var(--orange); stroke-width: 7; stroke-linecap: round; filter: drop-shadow(0 0 7px rgba(247,148,29,.35)); stroke-dasharray: 1180; stroke-dashoffset: 1180; animation: map-signal-draw 2.1s .3s ease-out forwards; }
@keyframes map-signal-draw { to { stroke-dashoffset: 0; } }
.map-road-label, .map-district-label, .map-caption { fill: rgba(255,255,255,.44); font-family: var(--body); font-weight: 900; letter-spacing: .13em; }
.map-road-label { font-size: 15px; }
.map-district-label { font-size: 13px; }
.map-caption { fill: var(--orange); font-size: 12px; }
.map-pin, .map-zone { position: absolute; left: var(--x); top: var(--y); translate: -50% -50%; cursor: pointer; transition: scale 150ms ease, opacity 150ms ease, box-shadow 150ms ease; }
.map-pin { z-index: 4; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; font-size: .58rem; font-weight: 900; letter-spacing: -.02em; }
.map-pin-school { border: 3px solid var(--navy); border-radius: 50%; background: var(--orange); color: var(--ink); box-shadow: 0 0 0 2px rgba(255,255,255,.55); }
.map-pin-venue { border: 3px solid var(--orange); border-radius: 3px; background: var(--white); color: var(--navy); rotate: 45deg; box-shadow: 0 0 0 2px rgba(5,10,48,.75); }
.map-pin-venue > span { rotate: -45deg; }
.map-pin:hover, .map-pin:focus-visible, .map-pin[aria-pressed="true"] { z-index: 6; scale: 1.15; box-shadow: 0 0 0 8px rgba(247,148,29,.25); outline: none; }
.map-zone { z-index: 2; width: var(--size); height: var(--size); display: grid; place-items: end center; padding: 0 0 7px; border: 1px dashed rgba(229,174,61,.7); border-radius: 50%; background: rgba(229,174,61,.08); color: rgba(255,255,255,.45); font-size: .55rem; font-weight: 900; letter-spacing: .11em; }
.map-zone:hover, .map-zone:focus-visible, .map-zone[aria-pressed="true"] { border-color: var(--gold); background: rgba(229,174,61,.18); color: var(--white); outline: none; scale: 1.06; }
.map-pin[hidden], .map-zone[hidden] { display: none; }
.atlanta-map-detail { position: sticky; top: 92px; align-self: start; min-height: 430px; padding: clamp(28px, 3vw, 38px); background: var(--navy); color: var(--white); border-top: 5px solid var(--orange); box-shadow: 0 26px 70px rgba(5,10,48,.13); }
.atlanta-map-detail > p:first-child { margin: 0; color: var(--orange); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.atlanta-map-detail h3 { margin: 18px 0 0; color: var(--white); font-family: var(--display); font-size: clamp(2rem, 3vw, 3.15rem); letter-spacing: -.05em; line-height: 1; }
.atlanta-map-detail > strong { display: block; margin-top: 20px; color: var(--gold); font-size: .93rem; line-height: 1.35; }
.atlanta-map-detail > p:not(:first-child) { margin: 17px 0 0; color: rgba(255,255,255,.68); font-size: .86rem; }
.atlanta-map-detail dl { margin: 27px 0 0; border-top: 1px solid var(--light-line); }
.atlanta-map-detail dl > div { padding: 13px 0; border-bottom: 1px solid var(--light-line); }
.atlanta-map-detail dt { color: rgba(255,255,255,.42); font-size: .59rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.atlanta-map-detail dd { margin: 3px 0 0; color: var(--white); font-size: .78rem; }
.atlanta-map-detail > a { display: inline-flex; margin-top: 21px; color: var(--orange); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 5px; }
.map-meta { display: flex; justify-content: space-between; gap: 34px; margin-top: 16px; }
.map-meta > p { max-width: 680px; margin: 0; color: #777176; font-size: .68rem; text-align: right; }
.map-legend { display: flex; flex-wrap: wrap; gap: 17px; }
.map-legend span { display: flex; align-items: center; gap: 8px; color: #4f4c4f; font-size: .65rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.map-legend i { width: 14px; height: 14px; display: inline-block; }
.legend-school { border-radius: 50%; background: var(--orange); }
.legend-venue { border: 2px solid var(--orange); background: var(--white); rotate: 45deg; }
.legend-zone { border: 1px dashed var(--gold); border-radius: 50%; background: rgba(229,174,61,.15); }
.venue-decision { display: grid; grid-template-columns: minmax(270px, .58fr) minmax(0, 1.42fr); gap: clamp(50px, 8vw, 110px); margin-top: clamp(76px, 9vw, 120px); padding: clamp(42px, 5vw, 70px); background: var(--ink); color: var(--white); }
.venue-decision header h3 { max-width: 440px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4.4vw, 4.7rem); letter-spacing: -.055em; line-height: .98; }
.date-window { margin-top: 38px; padding: 20px 0 0; border-top: 1px solid var(--light-line); }
.date-window span { color: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.date-window strong { display: block; margin-top: 7px; color: var(--gold); font-family: var(--display); font-size: clamp(3.8rem, 6vw, 6rem); letter-spacing: -.075em; line-height: .9; }
.date-window p { margin: 12px 0 0; color: rgba(255,255,255,.58); font-size: .8rem; }
.venue-spectrum { align-self: center; border-top: 1px solid var(--light-line); }
.venue-spectrum button { width: 100%; display: grid; grid-template-columns: 190px minmax(90px,1fr) 64px; gap: 22px; align-items: center; padding: 22px 0; border: 0; border-bottom: 1px solid var(--light-line); background: transparent; color: var(--white); cursor: pointer; text-align: left; }
.venue-spectrum button > span { display: flex; flex-direction: column; }
.venue-spectrum b { font-family: var(--display); font-size: 1rem; letter-spacing: -.025em; }
.venue-spectrum em { margin-top: 4px; color: var(--orange); font-size: .58rem; font-style: normal; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.venue-spectrum button > i { position: relative; height: 10px; overflow: hidden; background: rgba(255,255,255,.12); }
.venue-spectrum button > i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--fill); background: var(--orange); transition: width 300ms ease; }
.venue-spectrum button:nth-child(2) > i::after { background: var(--white); }
.venue-spectrum button:nth-child(n+3) > i::after { background: var(--gold); }
.venue-spectrum button > strong { color: rgba(255,255,255,.65); font-size: .78rem; text-align: right; }
.venue-spectrum button:hover b, .venue-spectrum button:focus-visible b { color: var(--orange); }
.venue-spectrum button:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }

.campus-engine-section { background: var(--orange); color: var(--ink); }
.campus-engine-section .eyebrow { color: var(--ink); }
.campus-engine-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); gap: clamp(50px, 8vw, 110px); align-items: end; }
.campus-engine-heading h2 { max-width: 850px; color: var(--ink); font-size: clamp(3.3rem, 6.2vw, 6.7rem); }
.campus-engine-heading > p { max-width: 570px; margin: 0 0 6px; color: rgba(11,11,12,.72); font-size: 1.03rem; }
.campus-signal-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); margin-top: 60px; border-block: 2px solid var(--ink); }
.campus-signal-grid article { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid rgba(11,11,12,.25); }
.campus-signal-grid article:last-child { border-right: 0; }
.campus-signal-grid strong { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.5rem); letter-spacing: -.07em; line-height: .9; }
.campus-signal-grid span { max-width: 190px; font-size: .7rem; font-weight: 900; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.campus-signal-primary { background: var(--ink); color: var(--white); }
.campus-signal-primary strong { color: var(--gold); font-size: clamp(4rem, 7.2vw, 7.8rem); }
.activation-rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 70px; padding-top: 40px; }
.activation-rail::before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: repeating-linear-gradient(90deg, var(--ink) 0 9%, transparent 9% 11%); }
.activation-rail article { position: relative; min-height: 190px; display: flex; flex-direction: column; padding: 25px 22px 22px; background: rgba(255,255,255,.2); border: 1px solid rgba(11,11,12,.24); }
.activation-rail article::before { content: ""; position: absolute; top: -49px; left: 22px; width: 16px; height: 16px; border: 4px solid var(--orange); border-radius: 50%; background: var(--ink); }
.activation-rail span { font-size: .61rem; font-weight: 900; letter-spacing: .13em; }
.activation-rail h3 { margin: auto 0 12px; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.8rem); letter-spacing: -.04em; line-height: 1; }
.activation-rail p { margin: 0; color: rgba(11,11,12,.7); font-size: .82rem; }

.anthem-section { background: var(--ink); color: var(--white); overflow: hidden; }
.anthem-grid { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); gap: clamp(70px, 9vw, 130px); align-items: center; }
.anthem-visual { position: relative; min-width: 0; }
.anthem-badge { width: min(100%, 540px); height: auto; }
.anthem-wave { width: 124%; max-width: none; height: auto; margin: -8% 0 0 -12%; opacity: .58; transform: scaleY(.92); transform-origin: center; animation: anthem-pulse 1.45s ease-in-out infinite; animation-play-state: paused; }
.anthem-visual.is-playing .anthem-wave { animation-play-state: running; }
.anthem-visual.audio-reactive .anthem-wave { animation: none; transition: opacity 80ms linear, transform 80ms linear; }
.anthem-visual > p { margin: -2% 0 0; color: rgba(255,255,255,.45); font-size: .67rem; font-weight: 900; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
@keyframes anthem-pulse {
  0%, 100% { opacity: .58; transform: scaleY(.92); }
  50% { opacity: 1; transform: scaleY(1.08); }
}
.anthem-player { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--light-line); }
.anthem-player audio { display: none; }
.anthem-play {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--white);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.anthem-play-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; padding-left: 2px; background: var(--orange); color: var(--ink); border-radius: 50%; font-size: .78rem; }
.anthem-play:hover .anthem-play-icon, .anthem-play:focus-visible .anthem-play-icon { background: var(--gold); }
.anthem-progress { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 13px; align-items: center; margin-top: 18px; }
.anthem-progress input { width: 100%; accent-color: var(--orange); cursor: pointer; }
.anthem-progress span { color: rgba(255,255,255,.52); font-variant-numeric: tabular-nums; font-size: .7rem; }
.anthem-player > a { display: inline-flex; gap: 8px; margin-top: 12px; color: rgba(255,255,255,.62); font-size: .67rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 5px; }
.anthem-player > a:hover, .anthem-player > a:focus-visible { color: var(--orange); }
.anthem-copy h2 { color: var(--white); font-size: clamp(3rem, 5.6vw, 6.1rem); }
.anthem-lede { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 1.07rem; }
.anthem-lede span + span { margin-top: 5px; }
.lyric-card { margin-top: 38px; padding: 22px 24px; background: var(--orange); color: var(--ink); }
.lyric-card span { font-size: .63rem; font-weight: 900; letter-spacing: .13em; }
.lyric-card p { margin: 14px 0 0; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.85rem); line-height: 1.35; letter-spacing: -.035em; }
.message-lines { margin-top: 26px; border-top: 1px solid var(--light-line); }
.message-lines p { display: grid; grid-template-columns: 150px 1fr; gap: 22px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--light-line); font-weight: 800; }
.message-lines span { color: rgba(255,255,255,.48); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 10px; margin-top: 28px; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 6px; }
.light-link:hover, .light-link:focus-visible { color: var(--orange); }

.vituity-section { background: var(--orange); color: var(--ink); }
.vituity-heading { max-width: 1040px; }
.vituity-heading h2 { max-width: 980px; color: var(--ink); }
.vituity-story { display: grid; grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr); gap: clamp(58px, 8vw, 105px); align-items: stretch; margin-top: 64px; padding-top: 34px; border-top: 2px solid var(--ink); }
.vituity-core { display: flex; flex-direction: column; justify-content: center; padding-right: 18px; }
.vituity-core > span { font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.vituity-core > strong { margin-top: 26px; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 3.7rem); letter-spacing: -.05em; line-height: 1.02; }
.vituity-core > p { max-width: 390px; margin: 24px 0 0; color: rgba(11,11,12,.72); }
.vituity-paths { position: relative; margin: 0; padding: 0; list-style: none; }
.vituity-paths::before { content: ""; position: absolute; top: 22px; bottom: 22px; left: 22px; width: 2px; background: rgba(11,11,12,.28); }
.vituity-paths li { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 24px; padding: 0 0 32px; }
.vituity-paths li:last-child { padding-bottom: 0; }
.vituity-paths li > span { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--orange); font-family: var(--display); font-size: 1rem; }
.vituity-paths small { display: block; color: rgba(11,11,12,.62); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.vituity-paths h3 { margin: 5px 0 7px; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.04em; line-height: 1.05; }
.vituity-paths p { max-width: 570px; margin: 0; color: rgba(11,11,12,.72); font-size: .9rem; }

.partnership-section { background: var(--paper); }
.support-weave { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 64px; border-block: 2px solid var(--navy); }
.support-weave section { position: relative; min-height: 420px; display: grid; grid-template-rows: auto 1fr 1fr; padding: 34px clamp(24px, 3vw, 42px) 40px; border-right: 1px solid var(--line); }
.support-weave section:last-child { border-right: 0; }
.support-weave section:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 36px; right: -18px; width: 35px; background: var(--paper); color: var(--orange); font-family: var(--display); font-size: 1.6rem; line-height: 1; text-align: center; }
.support-phase { display: flex; align-items: center; gap: 14px; padding-bottom: 30px; color: var(--orange); font-family: var(--display); font-size: clamp(1.8rem, 2.6vw, 2.8rem); letter-spacing: -.045em; line-height: 1; }
.support-phase::after { content: ""; height: 2px; flex: 1; background: linear-gradient(90deg, var(--orange), transparent); }
.support-weave section > div { position: relative; align-content: start; padding: 26px 0 28px 24px; border-left: 2px solid rgba(5,10,48,.24); }
.support-weave section > div::before { content: ""; position: absolute; top: 31px; left: -7px; width: 12px; height: 12px; border: 3px solid var(--paper); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--navy); }
.support-weave section > div:last-child::before { background: var(--navy); }
.support-weave h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(1.25rem, 1.7vw, 1.55rem); letter-spacing: -.04em; line-height: 1.08; }
.support-weave p { max-width: 340px; margin: 12px 0 0; color: #565356; font-size: .9rem; }
.role-map { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: stretch; margin-top: 54px; }
.role-map div { display: flex; min-height: 112px; flex-direction: column; justify-content: space-between; padding: 18px 0; border-block: 1px solid var(--navy); }
.role-map .role-highlight { padding-inline: 18px; background: var(--navy); color: var(--white); }
.role-map span { font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.role-map strong { font-family: var(--display); font-size: 1.55rem; letter-spacing: -.035em; }
.role-map i { display: grid; place-items: center; color: var(--orange); font-size: 1.4rem; font-style: normal; }

.sprint-section { background: var(--navy); color: var(--white); }
.sprint-section h2 { color: var(--white); }
.sprint-board { position: relative; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: clamp(30px, 4vw, 58px); margin-top: 58px; padding-block: 38px; border-block: 1px solid var(--light-line); }
.sprint-board::before { content: ""; position: absolute; inset: 14% 0; background: url("assets/long-game-wave-transparent.png") center / 112% auto no-repeat; opacity: .055; }
.sprint-board > * { position: relative; z-index: 1; }
.sprint-countdown { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-right: 32px; border-right: 1px solid var(--light-line); text-align: center; }
.sprint-ring { position: relative; width: 178px; height: 178px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: conic-gradient(var(--orange) 0 308deg, rgba(255,255,255,.13) 308deg 360deg); }
.sprint-ring::before { content: ""; position: absolute; inset: 13px; border-radius: inherit; background: var(--navy); border: 1px solid rgba(255,255,255,.12); }
.sprint-ring strong, .sprint-ring span { position: relative; z-index: 1; }
.sprint-ring strong { color: var(--white); font-family: var(--display); font-size: 5.4rem; letter-spacing: -.08em; line-height: .76; }
.sprint-ring span { margin-top: 12px; color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.sprint-countdown p { margin: 24px 0 0; color: rgba(255,255,255,.66); font-family: var(--display); font-size: 1rem; letter-spacing: -.02em; line-height: 1.25; }
.gate-track { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 2vw, 25px); margin: 0; padding: 0; list-style: none; }
.gate-track li { min-width: 0; display: grid; grid-template-rows: 28px 210px auto auto; align-items: end; }
.gate-track time { align-self: start; color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .09em; }
.gate-meter { position: relative; width: 100%; height: 36%; align-self: end; background: linear-gradient(180deg, var(--orange), rgba(247,148,29,.3)); border-top: 3px solid var(--orange); }
.gate-meter::before { content: ""; position: absolute; top: -8px; left: 50%; width: 13px; height: 13px; transform: translateX(-50%); border: 3px solid var(--navy); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 2px var(--orange); }
.gate-track li:nth-child(2) .gate-meter { height: 49%; }
.gate-track li:nth-child(3) .gate-meter { height: 63%; }
.gate-track li:nth-child(4) .gate-meter { height: 78%; }
.gate-track li:nth-child(5) .gate-meter { height: 94%; background: linear-gradient(180deg, var(--white), var(--orange)); }
.gate-track h3 { min-height: 3.25em; margin: 17px 0 0; color: var(--white); font-family: var(--display); font-size: clamp(1rem, 1.35vw, 1.28rem); letter-spacing: -.035em; line-height: 1.08; }
.gate-track p { margin: 8px 0 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.sprint-decision { display: grid; grid-template-columns: 180px minmax(0, 1fr); grid-template-areas: "label options" "label copy"; gap: 10px 30px; align-items: center; padding: 25px 28px; background: var(--orange); color: var(--ink); }
.decision-label { grid-area: label; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.decision-options { grid-area: options; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; }
.decision-options strong { font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.35rem); letter-spacing: -.045em; line-height: 1; }
.decision-options i { opacity: .35; font-size: 1.3rem; font-style: normal; }
.sprint-decision p { grid-area: copy; margin: 0; color: rgba(11,11,12,.72); font-size: .9rem; }
.execution-runway { margin-top: 55px; padding-top: 28px; border-top: 1px solid var(--light-line); }
.runway-heading { display: flex; justify-content: space-between; gap: 30px; align-items: baseline; }
.runway-heading span { color: var(--orange); font-size: .66rem; font-weight: 900; letter-spacing: .14em; }
.runway-heading strong { color: var(--white); font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2.1rem); letter-spacing: -.035em; }
.execution-runway ol { position: relative; display: grid; grid-template-columns: repeat(9, minmax(118px, 1fr)); margin: 34px 0 0; padding: 22px 0 0; overflow-x: auto; border-top: 3px solid rgba(255,255,255,.18); list-style: none; scrollbar-color: var(--orange) rgba(255,255,255,.12); }
.execution-runway li { position: relative; min-height: 108px; padding: 0 18px 18px 0; }
.execution-runway li::before { content: ""; position: absolute; top: -30px; left: 0; width: 13px; height: 13px; border: 3px solid var(--navy); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 2px rgba(255,255,255,.55); }
.execution-runway li:last-child::before { background: var(--white); box-shadow: 0 0 0 2px var(--orange); }
.execution-runway time { display: block; color: rgba(255,255,255,.48); font-size: .6rem; font-weight: 900; letter-spacing: .09em; }
.execution-runway b { display: block; margin-top: 14px; color: var(--white); font-family: var(--display); font-size: .93rem; letter-spacing: -.025em; line-height: 1.08; }

.future-section { background: var(--white); }
.future-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.future-section h2 { margin: 0; }
.future-path { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; align-self: end; padding-top: 34px; }
.future-path::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: var(--navy); }
.future-path article { position: relative; min-height: 205px; display: flex; flex-direction: column; }
.future-path article::before { content: ""; position: absolute; top: -40px; left: 0; width: 12px; height: 12px; border: 4px solid var(--white); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 2px var(--navy); }
.future-path span { color: var(--orange-on-light); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.future-path h3 { margin: auto 0 13px; color: var(--navy); font-family: var(--display); font-size: 1.65rem; letter-spacing: -.045em; }
.future-path p { margin: 0; color: #5a575a; font-size: .82rem; }

.workfile-section { background: #ded9cf; }
.workfile-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; }
.workfile-heading h2 { margin: 0; }
.file-guide { max-width: 570px; margin-bottom: 8px; padding-left: 24px; border-left: 4px solid var(--orange); }
.file-guide strong { display: block; color: var(--navy); font-family: var(--display); font-size: 1.15rem; letter-spacing: -.025em; line-height: 1.2; }
.file-guide p { margin: 10px 0 0; color: #4e4b4d; font-size: .95rem; }
.package-download { margin-top: 20px; }
.file-cabinet { margin-top: 65px; filter: drop-shadow(0 32px 32px rgba(35,31,25,.12)); }
.folder-tabs { display: flex; align-items: flex-end; gap: 4px; padding-left: 18px; overflow-x: auto; scrollbar-width: thin; }
.folder-tabs button {
  position: relative;
  min-width: 170px;
  min-height: 54px;
  padding: 14px 18px 12px;
  border: 1px solid #a7a093;
  border-bottom: 0;
  background: #c9c3b8;
  color: #57534d;
  cursor: pointer;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: left;
  text-transform: uppercase;
  transition: min-height 140ms ease, background 140ms ease, color 140ms ease;
}
.folder-tabs button[aria-selected="true"] { min-height: 68px; background: var(--paper); color: var(--navy); }
.folder-tabs button:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.folder-body {
  min-height: 420px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 190px;
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
  padding: clamp(38px, 6vw, 72px);
  background: var(--paper);
  border: 1px solid #a7a093;
}
.file-stamp { align-self: start; padding: 10px 12px; border: 2px solid var(--orange); color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-align: center; transform: rotate(-2deg); }
.file-copy h3 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(2.1rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.05em; }
.file-copy > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: #4f4c4f; }
.file-copy ul { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 28px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; }
.file-copy li { color: var(--navy); font-size: .75rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.file-copy li::before { content: "+"; margin-right: 7px; color: var(--orange); }
.file-actions { display: flex; flex-direction: column; gap: 10px; }
.file-pages { margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.closing-section { padding-block: clamp(92px, 10vw, 145px); background: var(--ink); color: var(--white); }
.closing-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 90px; align-items: end; }
.closing-section h2 { color: var(--white); font-size: clamp(3.6rem, 7vw, 7.4rem); }
.closing-grid > div:last-child { padding-bottom: 8px; }
.closing-grid > div:last-child p { margin: 0 0 28px; color: rgba(255,255,255,.68); font-size: 1.08rem; }

.site-footer { padding: 44px 0 112px; background: var(--ink); color: rgba(255,255,255,.58); border-top: 1px solid var(--light-line); }
.footer-grid { display: flex; justify-content: space-between; gap: 50px; }
.footer-mark { color: var(--orange); font-family: var(--display); font-size: .82rem; letter-spacing: .04em; }
.site-footer p { margin: 8px 0 0; font-size: .78rem; }
.footer-meta { display: flex; gap: 64px; text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .sprint-board { grid-template-columns: 1fr; }
  .sprint-countdown { flex-direction: row; gap: 28px; justify-content: flex-start; padding: 0 0 30px; border-right: 0; border-bottom: 1px solid var(--light-line); text-align: left; }
  .sprint-ring { width: 138px; height: 138px; flex: 0 0 138px; }
  .sprint-ring strong { font-size: 4rem; }
  .sprint-countdown p { margin: 0; font-size: 1.25rem; }
  .scorecard-title { align-items: flex-start; flex-direction: column; gap: 8px; }
  .scorecard-title span { text-align: left; }
  .scorecard-row { grid-template-columns: 58px minmax(210px,.8fr) minmax(0,1.2fr); }
  .scorecard-rank { grid-row: 1 / span 2; }
  .scorecard-scores { grid-column: 2 / -1; grid-template-columns: repeat(3,1fr); border-top: 1px solid #d8d5d1; }
  .scorecard-name { border-right: 1px solid #d8d5d1; }
  .scorecard-rationale { border-right: 0; }
  .event-arc li > div { grid-template-columns: 150px minmax(190px,.8fr) 1fr; }
}

@media (max-width: 1080px) {
  :root { --shell: min(100% - 48px, 980px); }
  .section-grid { grid-template-columns: 105px minmax(0, 1fr); gap: 46px; }
  .signal-field { gap-inline: 38px; }
  .mockup-intro { gap: 48px; }
  .name-system-roles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .name-system-roles article:nth-child(2) { border-right: 0; }
  .name-system-roles article:nth-child(-n+2) { border-bottom: 1px solid #d8d5d1; }
  .anthem-grid { grid-template-columns: 340px minmax(0, 1fr); gap: 58px; }
  .vituity-story { gap: 54px; }
  .support-weave section { padding-inline: 24px; }
  .future-grid { grid-template-columns: 1fr; gap: 48px; }
  .file-cabinet { margin-inline: -8px; }
  .folder-body { grid-template-columns: 120px minmax(0,1fr) 165px; }
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 720px); }
  .site-header { height: 68px; padding-inline: 18px; }
  .site-header.compact { height: 62px; }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: none;
    color: var(--white);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .menu-lines { width: 22px; height: 13px; border-block: 2px solid currentColor; }
  .site-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
    max-height: calc(100svh - 68px);
    overflow-y: auto;
    background: var(--ink);
    border-bottom: 1px solid var(--light-line);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--light-line); }
  .hero { padding-top: 68px; }
  .hero-stage { min-height: calc(100svh - 68px); padding-block: 26px 22px; }
  .hero-core { padding-block: 34px 18px; }
  .hero-actions { margin-top: 28px; }
  .hero-foot { align-items: center; }
  .hero-audio { align-items: center; }
  .section-grid { grid-template-columns: 1fr; }
  .section-marker { display: flex; align-items: baseline; gap: 10px; padding-top: 9px; }
  .section-marker span { font-size: 1.3rem; }
  .section-marker p { margin: 0; }
  .editorial-columns { grid-template-columns: 1fr; gap: 22px; }
  .signal-field { grid-template-columns: 1fr; gap: 28px; }
  .naming-sheet-primary, .naming-sheet-score { width: 100%; transform: none; }
  .mockup-intro { grid-template-columns: 1fr; gap: 26px; }
  .mockup-pair { grid-template-columns: 1fr; gap: 46px; }
  .mockup-pair figure:first-child { transform: none; }
  .event-arc li { grid-template-columns: 86px minmax(0,1fr); }
  .event-track-list li { grid-template-columns: 112px minmax(0,1fr); }
  .event-track-list time { font-size: .88rem; }
  .event-arc li > div { grid-template-columns: 1fr; gap: 8px; }
  .audience-flow { grid-template-columns: 1fr; gap: 34px; padding: 0 0 0 36px; }
  .audience-flow::before { inset: 6px auto 6px 5px; width: 2px; height: auto; }
  .audience-flow article::before { top: 5px; left: -37px; }
  .atlanta-network-heading { grid-template-columns: 1fr; gap: 38px; }
  .strategy-download-card { max-width: 520px; }
  .atlanta-map-layout { grid-template-columns: 1fr; }
  .atlanta-map-canvas { min-height: 560px; }
  .atlanta-map-detail { position: static; min-height: 0; }
  .map-meta { flex-direction: column; gap: 14px; }
  .map-meta > p { text-align: left; }
  .venue-decision { grid-template-columns: 1fr; gap: 48px; }
  .campus-engine-heading { grid-template-columns: 1fr; gap: 30px; }
  .campus-engine-heading > p { max-width: 700px; }
  .campus-signal-grid { grid-template-columns: repeat(2, 1fr); }
  .campus-signal-grid article:nth-child(2) { border-right: 0; }
  .campus-signal-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(11,11,12,.25); }
  .activation-rail { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .anthem-grid { grid-template-columns: 1fr; }
  .anthem-visual { width: min(100%, 520px); margin-inline: auto; }
  .vituity-story { grid-template-columns: 1fr; gap: 52px; }
  .vituity-core { padding-right: 0; }
  .support-weave { grid-template-columns: 1fr; }
  .support-weave section { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; gap: 0 26px; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .support-weave section:last-child { border-bottom: 0; }
  .support-weave section:not(:last-child)::after { content: "↓"; top: auto; right: auto; bottom: -18px; left: 50%; transform: translateX(-50%); }
  .support-phase { grid-column: 1 / -1; }
  .role-map { grid-template-columns: 1fr; gap: 10px; }
  .role-map i { transform: rotate(90deg); }
  .future-path { grid-template-columns: 1fr; gap: 34px; padding: 0 0 0 36px; }
  .future-path::before { inset: 6px auto 6px 5px; width: 2px; height: auto; }
  .future-path article { min-height: 0; }
  .future-path article::before { top: 5px; left: -37px; }
  .future-path h3 { margin: 14px 0 9px; }
  .workfile-heading { grid-template-columns: 1fr; gap: 28px; }
  .folder-tabs { padding-left: 0; }
  .folder-body { grid-template-columns: 1fr; min-height: 0; }
  .file-stamp { width: max-content; }
  .file-actions { flex-direction: row; flex-wrap: wrap; }
  .file-pages { width: 100%; }
  .closing-grid { grid-template-columns: 1fr; gap: 44px; }
  .footer-grid { flex-direction: column; }
  .footer-meta { justify-content: space-between; text-align: left; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .brand { gap: 8px; }
  .brand-campaign { font-size: .88rem; }
  .brand-mission { padding-left: 8px; font-size: .52rem; }
  .hero-stage { padding-block: 22px 18px; }
  .hero-eyebrow { font-size: .62rem; }
  .hero-core { padding-block: 34px 10px; }
  .hero-title-campaign { font-size: clamp(2.8rem, 13.4vw, 4.2rem); }
  .hero-title-mission { margin-top: 18px; font-size: clamp(1.75rem, 8.3vw, 2.7rem); }
  .hero-waveform { height: 118px; margin-top: 22px; }
  .hero-platform-line { max-width: 315px; font-size: .53rem; line-height: 1.5; }
  .hero-foot { gap: 16px; }
  .hero-signal { max-width: 290px; line-height: 1.6; }
  .hero-audio { width: 100%; align-items: center; }
  .hero-lede { max-width: 320px; font-size: .91rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-actions { padding: 12px; }
  .site-music-control { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
  .site-music-toggle { min-width: 174px; min-height: 56px; padding: 7px 13px 7px 8px; }
  .site-music-eq { flex-basis: 38px; width: 38px; height: 38px; }
  .site-music-copy small { font-size: .6rem; }
  .site-music-copy strong { font-size: .78rem; }
  .section { padding-block: 78px; }
  .section-content h2, .future-section h2, .workfile-heading h2 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .signal-field article { grid-template-columns: 90px 1fr; gap: 20px; }
  .signal-field strong { font-size: 3.4rem; }
  .mockup-feature figcaption, .mockup-pair figcaption { flex-direction: column; gap: 4px; }
  .mockup-feature span, .mockup-pair span { text-align: left; }
  .pull-quote { padding: 28px 23px; }
  .event-arc li { grid-template-columns: 70px 1fr; }
  .event-track-list li { grid-template-columns: 94px 1fr; }
  .event-arc time { font-size: 1.35rem; }
  .event-track-list time { padding-right: 7px; font-size: .72rem; letter-spacing: -.02em; }
  .event-arc li > div { padding-left: 18px; }
  .atlanta-network-heading h2, .campus-engine-heading h2 { font-size: clamp(2.7rem, 13.6vw, 4.3rem); }
  .strategy-download-card { padding: 24px 20px; }
  .strategy-download-card .button { width: 100%; }
  .map-filters { margin-right: -14px; }
  .atlanta-map-canvas { min-height: 540px; }
  .map-district-label { display: none; }
  .map-caption { font-size: 10px; }
  .map-pin { width: 43px; height: 43px; font-size: .52rem; }
  .atlanta-map-detail { padding: 26px 22px; }
  .map-legend { gap: 12px; }
  .venue-decision { margin-inline: -4px; padding: 32px 22px; }
  .venue-spectrum button { grid-template-columns: 124px minmax(65px,1fr) 42px; gap: 10px; }
  .venue-spectrum b { font-size: .86rem; }
  .venue-spectrum button > strong { font-size: .65rem; }
  .campus-signal-grid { grid-template-columns: 1fr; }
  .campus-signal-grid article { min-height: 150px; padding: 22px 18px; border-right: 0; border-bottom: 1px solid rgba(11,11,12,.25); }
  .campus-signal-grid article:last-child { border-bottom: 0; }
  .campus-signal-primary { grid-column: auto; }
  .activation-rail { grid-template-columns: 1fr; gap: 18px; padding: 0 0 0 28px; }
  .activation-rail::before { inset: 0 auto 0 4px; width: 5px; height: auto; background: repeating-linear-gradient(180deg, var(--ink) 0 9%, transparent 9% 11%); }
  .activation-rail article { min-height: 160px; }
  .activation-rail article::before { top: 24px; left: -35px; }
  .message-lines p { grid-template-columns: 1fr; gap: 5px; }
  .vituity-paths li { gap: 16px; }
  .support-weave section { grid-template-columns: 1fr; }
  .support-phase { grid-column: 1; }
  .support-weave section > div { grid-column: 1; }
  .name-system-lockup { min-height: 330px; padding: 32px 24px; }
  .name-system-lockup h3 { margin-top: 22px; font-size: clamp(2.05rem, 12vw, 3.3rem); }
  .name-system-lockup h3 strong { display: block; }
  .name-system-lockup img { right: -105px; bottom: -65px; width: 130%; max-width: none; }
  .name-system-lockup p { max-width: 270px; margin-top: 112px; font-size: .67rem; line-height: 1.55; }
  .name-system-roles { grid-template-columns: 1fr; }
  .name-system-roles article { min-height: 0; padding: 24px 20px; border-right: 0; border-bottom: 1px solid #d8d5d1; }
  .name-system-roles article:nth-child(2) { border-right: 0; }
  .name-system-roles article:nth-child(-n+2) { border-bottom: 1px solid #d8d5d1; }
  .name-system-roles article:last-child { border-bottom: 0; }
  .naming-sheet-frame { padding: 4px; }
  .naming-sheet figcaption { display: grid; gap: 7px; }
  .naming-sheet figcaption span { text-align: left; }
  .naming-proof-heading { grid-template-columns: 1fr; gap: 8px; padding-top: 24px; }
  .naming-proof-heading > span { padding-top: 0; }
  .native-scorecard { margin-inline: -4px; }
  .scorecard-title { padding: 22px 18px 18px; }
  .scorecard-title span { font-size: .75rem; line-height: 1.5; }
  .scorecard-row { grid-template-columns: 44px minmax(0,1fr); min-height: 0; }
  .scorecard-rank { grid-row: 1 / span 3; font-size: 1.25rem; }
  .scorecard-name, .scorecard-rationale, .scorecard-scores { grid-column: 2; padding: 22px 18px; }
  .scorecard-name { border-right: 0; }
  .scorecard-rationale { padding-top: 0; font-size: .95rem; }
  .scorecard-scores { grid-template-columns: 1fr; gap: 15px; }
  .scorecard-name h4 { font-size: clamp(1.65rem, 8.8vw, 2.2rem); }
  .scorecard-score span { font-size: .75rem; }
  .sprint-board { padding-block: 28px; }
  .sprint-countdown { gap: 20px; }
  .sprint-ring { width: 112px; height: 112px; flex-basis: 112px; }
  .sprint-ring::before { inset: 9px; }
  .sprint-ring strong { font-size: 3.2rem; }
  .sprint-ring span { margin-top: 8px; font-size: .7rem; }
  .sprint-countdown p { font-size: 1rem; }
  .gate-track { grid-template-columns: 1fr; gap: 0; padding-left: 30px; border-left: 2px solid rgba(255,255,255,.18); }
  .gate-track li { position: relative; grid-template-columns: 82px 1fr; grid-template-rows: auto auto; padding: 19px 0; border-bottom: 1px solid var(--light-line); }
  .gate-track li::before { content: ""; position: absolute; top: 26px; left: -38px; width: 12px; height: 12px; border: 3px solid var(--navy); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 2px rgba(255,255,255,.55); }
  .gate-track time { grid-row: 1 / span 2; padding-top: 3px; }
  .gate-meter { display: none; }
  .gate-track h3 { min-height: 0; margin: 0; font-size: 1.15rem; }
  .gate-track p { margin-top: 5px; }
  .sprint-decision { grid-template-columns: 1fr; grid-template-areas: "label" "options" "copy"; gap: 16px; padding: 24px; }
  .decision-options { flex-wrap: wrap; }
  .runway-heading { flex-direction: column; gap: 8px; }
  .folder-tabs button { min-width: 150px; }
  .folder-body { padding: 30px 22px; }
  .file-actions .button { width: 100%; }
  .closing-section h2 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .footer-meta { flex-direction: column; gap: 16px; }
}

@media (max-width: 380px) {
  .brand-mission { display: none; }
}

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