/* ============================================================
   HMS Networks × Shrimpton Racing × Teylu — proposal site
   Dark stage · one saffron accent · editorial motion
   ============================================================ */

:root {
  --bg: #0D0D0F;
  --surface: #18181C;
  --surface-2: #141418;
  --track: #1A1A1F;
  --hairline: #2A2A30;
  --bar-muted: #3A3A42;
  --saffron: #FFC72C;
  --on-saffron: #141414;
  --on-saffron-dim: #5A4A10;
  --text: #F5F2EA;
  --body: #C9C7BF;
  --dim: #8A8A92;
  --dim-2: #6A6A72;
  --rule: rgba(245, 242, 234, 0.14);
  --rule-strong: rgba(245, 242, 234, 0.18);
  --line-soft: rgba(245, 242, 234, 0.08);
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --gutter: clamp(24px, 6vw, 96px);
  --radius: 12px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
}

body {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--body);
  font-size: clamp(16px, 1.1vw, 19px);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

p { text-wrap: pretty; margin: 0; }
h1, h2, h3 { text-wrap: pretty; margin: 0; color: var(--text); }
img { display: block; }

a { color: var(--saffron); text-decoration: none; transition: color 220ms var(--ease); }
a:hover { color: #F8C84A; }

::selection { background: var(--saffron); color: var(--on-saffron); }

.mono {
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

/* ---------------- Nav ---------------- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px var(--gutter);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 320ms var(--ease), border-color 320ms var(--ease);
}

.nav.solid {
  background: rgba(13, 13, 15, 0.92);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--hairline);
}

.nav-logo img { height: 30px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 26px);
}

.nav-links a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
}
.nav-links a:hover { color: var(--saffron); }

.nav-cta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--on-saffron) !important;
  background: var(--saffron);
  border-radius: 8px;
  padding: 10px 16px;
  transition: transform 160ms var(--ease), background 220ms var(--ease);
}
.nav-cta:hover { color: var(--on-saffron) !important; background: #F0B91E; }
.nav-cta:active { transform: scale(0.97); }

@media (max-width: 1100px) { .nav-links a:not(.nav-cta) { display: none; } }

/* ---------------- Section scaffolding ---------------- */

.section {
  position: relative;
  padding: clamp(72px, 9vh, 110px) var(--gutter) 0;
}

.chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3.4vh, 40px);
}
.chrome img { height: clamp(30px, 2.2vw, 40px); }
.chrome .kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(11px, 1vw, 17px);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--dim);
  text-align: right;
}

.section-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--rule);
  padding: 18px 0 26px;
  margin-top: clamp(24px, 3.4vh, 36px);
}
.section-footer .pageno {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.95vw, 18px);
  letter-spacing: 0.2em;
  color: var(--dim);
}
.footer-note {
  font-size: clamp(15px, 1.05vw, 20px);
  font-style: italic;
  color: var(--body);
  min-width: 0;
}
.footer-left { display: flex; align-items: baseline; gap: clamp(16px, 2vw, 40px); min-width: 0; padding-right: 20px; }

.lockup {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 16px);
  flex-shrink: 0;
  flex-wrap: wrap;
}
.lockup .x { font-family: 'JetBrains Mono', monospace; font-size: 15px; color: var(--dim-2); }
.lockup .lg-teylu { height: 20px; filter: brightness(0) invert(1); opacity: 0.85; }
.lockup .lg-pill { height: 26px; }
.lockup .lg-hms { height: 17px; filter: brightness(0) invert(1); }

h2.display {
  font-size: clamp(34px, 3.4vw, 60px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.025em;
}
h2.display .accent { color: var(--saffron); }

.card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
}

.mono-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.9vw, 17px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dim);
}

/* Saffron bands */
.band {
  background: var(--saffron);
  border-radius: var(--radius);
  padding: clamp(16px, 1.6vw, 20px) clamp(20px, 2vw, 32px);
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
}
.band .band-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.85vw, 16px);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--on-saffron-dim);
  flex-shrink: 0;
}
.band .band-body {
  font-size: clamp(16px, 1.1vw, 21px);
  line-height: 1.35;
  font-weight: 700;
  color: var(--on-saffron);
}
.band.outline {
  background: transparent;
  border: 1px solid var(--saffron);
}
.band.outline .band-label { color: var(--saffron); }
.band.outline .band-body { color: var(--body); font-weight: 400; font-size: clamp(15px, 1vw, 19px); line-height: 1.4; }

@media (max-width: 760px) {
  .band { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ---------------- Reveal animation ---------------- */

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease);
  transition-delay: var(--d, 0ms);
}
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .bar-fill { transition: none !important; }
  * { animation: none !important; }
}

/* ---------------- 00 Cover ---------------- */

.cover {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(84px, 10vh, 120px) var(--gutter) clamp(28px, 4vh, 64px);
  overflow: hidden;
}
.cover-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
  z-index: 0;
  will-change: transform;
}
.cover-scrim { position: absolute; inset: 0; z-index: 1; }
.cover-scrim.horiz { background: linear-gradient(90deg, rgba(13,13,15,0.95) 0%, rgba(13,13,15,0.85) 32%, rgba(13,13,15,0.4) 56%, rgba(13,13,15,0.05) 82%, rgba(13,13,15,0) 100%); }
.cover-scrim.vert { background: linear-gradient(to bottom, rgba(13,13,15,0.55) 0%, rgba(13,13,15,0.05) 26%, rgba(13,13,15,0) 55%, rgba(13,13,15,0.92) 100%); }
.cover > .cover-content { position: relative; z-index: 2; }

.cover-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.85vw, 15px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--body);
  line-height: 1.5;
  max-width: 660px;
}

.cover-mid { display: flex; flex-direction: column; gap: clamp(18px, 3vh, 34px); max-width: 1080px; padding: clamp(28px, 5vh, 60px) 0; }
.cover-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 1.15vw, 21px);
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--saffron);
}
.cover h1 {
  font-size: clamp(44px, 6.6vw, 118px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.028em;
  text-transform: uppercase;
}
.cover h1 span { display: block; }
.cover h1 .accent { color: var(--saffron); }
.cover-intro {
  font-size: clamp(16px, 1.35vw, 25px);
  line-height: 1.5;
  color: var(--body);
  max-width: 980px;
}

.cover-bottom { display: flex; flex-direction: column; gap: 22px; }
.cover-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cover-meta .route {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 1vw, 19px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dim);
}
.cover-lockup { display: flex; align-items: center; gap: 18px; flex-shrink: 0; flex-wrap: wrap; }
.cover-lockup .lg-teylu { height: 26px; filter: brightness(0) invert(1); opacity: 0.95; }
.cover-lockup .lg-pill { height: 38px; }
.cover-lockup .lg-hms { height: 24px; filter: brightness(0) invert(1); }
.cover-lockup .x { font-family: 'JetBrains Mono', monospace; font-size: 17px; letter-spacing: 0.1em; color: var(--dim); }

.cover-stats {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
  gap: clamp(24px, 4vw, 72px);
  border-top: 1px solid var(--rule-strong);
  padding-top: 26px;
}
.cover-stats .stat { display: flex; flex-direction: column; gap: 8px; }
.cover-stats .stat .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(11px, 0.95vw, 18px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dim);
}
.cover-stats .stat .val {
  font-size: clamp(24px, 2.1vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
  white-space: nowrap;
}
.cover-stats .stat .val.accent { color: var(--saffron); }

@media (max-width: 900px) {
  .cover-stats { grid-template-columns: repeat(2, auto); gap: 20px 40px; }
}

/* ---------------- 01 The opportunity ---------------- */

.opp-grid {
  display: grid;
  grid-template-columns: 1fr minmax(380px, 620px);
  gap: clamp(28px, 3.5vw, 56px);
  align-items: start;
}
.opp-left { display: flex; flex-direction: column; gap: 22px; }
.opp-left p { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.42; }
.opp-box {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
  padding: 18px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.opp-box .bd { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.42; color: var(--body); }

.opp-right { display: flex; flex-direction: column; gap: 24px; }
.cfo-card {
  background: var(--saffron);
  border-radius: var(--radius);
  padding: clamp(28px, 2.4vw, 44px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.cfo-card .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--on-saffron-dim);
}
.cfo-card .quote {
  font-size: clamp(19px, 1.35vw, 25px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--on-saffron);
}
.opp-img {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  min-height: 260px;
  flex: 1;
}
.opp-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.opp-img .cap {
  position: absolute; left: 16px; bottom: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}

@media (max-width: 1024px) { .opp-grid { grid-template-columns: 1fr; } .opp-img { min-height: 320px; } }

.swap-band { margin-top: clamp(24px, 3vh, 36px); }

/* ---------------- 02 Why this fits ---------------- */

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: clamp(24px, 3.4vh, 36px);
}
.fit-card { overflow: hidden; display: flex; align-items: stretch; }
.fit-card .txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(20px, 1.7vw, 30px);
}
.fit-card .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.9vw, 16px);
  letter-spacing: 0.2em;
  color: var(--saffron);
}
.fit-card .ttl {
  font-size: clamp(20px, 1.45vw, 26px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--text);
  text-transform: uppercase;
}
.fit-card p { margin-top: 4px; font-size: clamp(15px, 1.02vw, 19px); line-height: 1.42; }
.fit-card .sq {
  flex-shrink: 0;
  width: clamp(180px, 17vw, 320px);
  align-self: stretch;
  position: relative;
  overflow: hidden;
}
.fit-card .sq img, .fit-card .sq svg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1024px) { .fit-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .fit-card { flex-direction: column; }
  .fit-card .sq { width: 100%; height: 220px; align-self: auto; }
}

/* ---------------- 03 Programme options ---------------- */

.opt-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 60px);
  flex-wrap: wrap;
}
.opt-intro p { font-size: clamp(16px, 1.1vw, 20px); line-height: 1.45; max-width: 760px; }

.opt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  margin-top: clamp(22px, 3vh, 30px);
}
.opt-card { overflow: hidden; display: flex; flex-direction: column; }
.opt-hero { position: relative; height: clamp(240px, 24vw, 340px); flex-shrink: 0; }
.opt-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.92); }
.opt-hero .fade { position: absolute; inset: 0; background: linear-gradient(to top, #18181C 0%, rgba(24,24,28,0.1) 45%, rgba(24,24,28,0) 75%); }
.opt-hero .badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--text);
  border-radius: 8px;
  padding: 7px 12px;
  display: flex; align-items: center;
}
.opt-hero .badge img { height: 26px; }
.opt-hero .badge.tall img { height: 34px; }
.opt-hero .badge.square { padding: 0; overflow: hidden; background: none; border: 1px solid rgba(245,242,234,0.22); }
.opt-hero .badge.square img { height: 50px; width: 50px; }
.opt-hero .ttl {
  position: absolute; left: 26px; bottom: 14px;
  display: flex; flex-direction: column; gap: 4px;
}
.opt-hero .ttl .name {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--text);
}
.opt-hero .ttl .for {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.9vw, 16px);
  letter-spacing: 0.18em;
  color: var(--saffron);
}
.opt-card > p { padding: 16px 26px; font-size: clamp(15px, 0.95vw, 17px); line-height: 1.4; flex: 1; }
.opt-strip {
  border-top: 1px solid var(--hairline);
  background: rgba(255, 199, 44, 0.08);
  padding: 16px 26px;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--saffron);
}

@media (max-width: 1100px) { .opt-grid { grid-template-columns: 1fr; } .opt-hero { height: 260px; } }

/* ---------------- 04 The story ---------------- */

.story-grid {
  display: grid;
  grid-template-columns: minmax(280px, 400px) 1fr;
  gap: clamp(26px, 3vw, 44px);
}
.story-portrait {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  min-height: 460px;
}
.story-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 32% 42%; }
.story-portrait .fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,13,15,0.75) 0%, rgba(13,13,15,0) 45%); }
.story-portrait .cap {
  position: absolute; left: 24px; bottom: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.9vw, 16px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--body);
}
.story-right { display: flex; flex-direction: column; gap: 20px; }
.story-right > p { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.42; }

.story-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.story-card { padding: clamp(18px, 1.5vw, 28px); display: flex; flex-direction: column; gap: 12px; }
.story-card .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.95vw, 17px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron);
}
.story-card .row {
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 1px solid var(--hairline);
}
.story-card .row:last-child { border-bottom: none; }

@media (max-width: 1024px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-portrait { min-height: 420px; }
}
@media (max-width: 700px) { .story-cards { grid-template-columns: 1fr; } }

/* ---------------- 05 The platform ---------------- */

.plat-grid {
  display: grid;
  grid-template-columns: minmax(420px, 760px) 1fr;
  gap: 24px;
  margin-top: clamp(24px, 3.2vh, 32px);
}
.plat-hero {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 2.2vw, 40px);
  gap: 10px;
  min-height: 480px;
}
.plat-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.plat-hero .fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,13,15,0.98) 0%, rgba(13,13,15,0.92) 24%, rgba(13,13,15,0.55) 55%, rgba(13,13,15,0.15) 100%); }
.plat-hero > * { position: relative; }
.plat-hero .big {
  font-size: clamp(72px, 8vw, 150px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--saffron);
}
.plat-hero p { font-size: clamp(16px, 1.1vw, 20px); line-height: 1.42; }

.plat-right { display: flex; flex-direction: column; gap: 22px; }
.plat-note { padding: clamp(20px, 1.6vw, 30px); display: flex; flex-direction: column; gap: 10px; }
.plat-note p { font-size: clamp(16px, 1.1vw, 20px); line-height: 1.42; }
.reach-table { padding: clamp(20px, 1.6vw, 30px); display: flex; flex-direction: column; gap: 12px; flex: 1; }
.reach-row {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--hairline);
}
.reach-row:last-child { border-bottom: none; }
.reach-row .k {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.85vw, 15px);
  letter-spacing: 0.12em;
  color: var(--text);
  width: clamp(110px, 9vw, 150px);
  flex-shrink: 0;
  padding-top: 3px;
  text-transform: uppercase;
}
.reach-row .v { font-size: clamp(15px, 1vw, 18px); line-height: 1.4; }

@media (max-width: 1100px) {
  .plat-grid { grid-template-columns: 1fr; }
  .plat-hero { min-height: 420px; }
}

/* ---------------- 06 What partners receive ---------------- */

.recv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: clamp(26px, 3.5vh, 36px);
}
.recv-col { border-top: 1px solid var(--hairline); padding-top: 22px; display: flex; flex-direction: column; gap: 16px; }
.recv-col .hd { display: flex; flex-direction: column; gap: 12px; }
.recv-col .hd svg { width: 26px; height: 26px; color: var(--saffron); stroke: var(--saffron); }
.recv-col .hd .t {
  font-size: clamp(19px, 1.3vw, 24px);
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--text);
  text-transform: uppercase;
}
.recv-col .item {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.45;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}
.recv-col .item:last-child { border-bottom: none; }

@media (max-width: 1100px) { .recv-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .recv-grid { grid-template-columns: 1fr; } }

/* ---------------- 07 Activation concepts ---------------- */

.act-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: clamp(22px, 3vh, 28px);
}
.act-card { overflow: hidden; display: flex; }
.act-txt { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.act-txt .hd { padding: 20px 28px 0; }
.act-txt .hd span {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(14px, 1vw, 18px);
  letter-spacing: 0.16em;
  color: var(--text);
  text-transform: uppercase;
}
.act-txt p { padding: 12px 28px 14px; font-size: clamp(15px, 0.95vw, 17px); line-height: 1.4; flex: 1; }
.act-strip {
  border-top: 1px solid var(--hairline);
  background: rgba(255, 199, 44, 0.08);
  padding: 12px 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.85vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--saffron);
}
.act-img { width: clamp(200px, 16vw, 292px); flex-shrink: 0; position: relative; }
.act-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ABM funnel graphic */
.funnel {
  width: clamp(220px, 16vw, 292px);
  flex-shrink: 0;
  background: var(--surface-2);
  border-left: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  padding: 20px 18px;
}
.funnel .f-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--dim);
  margin-bottom: 4px;
  text-transform: uppercase;
}
.funnel .f-step {
  padding: 9px 8px;
  border-radius: 8px;
  background: #23232A;
  border: 1px solid #313139;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text);
  text-align: center;
  line-height: 1.25;
  text-transform: uppercase;
}
.funnel .f-arrow { color: var(--dim-2); font-size: 13px; line-height: 1; }
.funnel .f-final {
  padding: 10px 8px;
  border-radius: 8px;
  background: var(--saffron);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--on-saffron);
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}
.funnel .f-loop {
  margin-top: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--saffron);
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 1100px) { .act-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .act-card { flex-direction: column; }
  .act-img { width: 100%; height: 220px; }
  .funnel { width: 100%; border-left: none; border-top: 1px solid var(--hairline); }
}

/* ---------------- 08 Content & audience ---------------- */

.aud-grid {
  display: grid;
  grid-template-columns: minmax(320px, 40%) 1fr;
  gap: clamp(22px, 2vw, 30px);
  margin-top: clamp(22px, 3vh, 28px);
}
.aud-left { display: flex; flex-direction: column; gap: 12px; }
.stills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.stills .still {
  position: relative;
  border: 1px solid var(--hairline);
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}
.stills img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.watch-chip {
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--saffron);
  border-radius: 10px;
  padding: 12px 16px;
}
.watch-chip .wc-txt { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.watch-chip .wc-main {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--on-saffron);
}
.watch-chip .wc-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--on-saffron-dim);
}
.watch-chip img { width: 62px; height: 62px; border-radius: 6px; background: #fff; }
.aud-left .support { font-size: clamp(14px, 0.9vw, 15px); line-height: 1.4; }

.aud-right { display: flex; flex-direction: column; gap: 20px; }
.charts { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 44px); }
.chart-block { display: flex; flex-direction: column; gap: 14px; }
.chart-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--text);
  text-transform: uppercase;
}

.hbar { display: flex; align-items: center; gap: 8px; }
.hbar .bl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--dim);
  width: 50px;
  flex-shrink: 0;
}
.hbar .track { flex: 1; height: 20px; background: var(--track); border-radius: 3px; overflow: hidden; }
.hbar .bar-fill {
  height: 100%;
  width: 0;
  background: var(--saffron);
  transition: width 900ms var(--ease);
}
.hbar .bar-fill.muted { background: var(--bar-muted); }
.hbar .bv {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--text);
  width: 30px;
  text-align: right;
}
.hbar .bv.dim { color: var(--dim); }

.vbar { display: flex; flex-direction: column; gap: 4px; }
.vbar .vb-head { display: flex; justify-content: space-between; align-items: baseline; }
.vbar .vb-l { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.06em; color: var(--dim); text-transform: uppercase; }
.vbar .vb-v { font-family: 'JetBrains Mono', monospace; font-size: 12px; font-weight: 700; color: var(--saffron); }
.vbar .vb-v.dim { color: var(--dim); }
.vbar .track { height: 20px; background: var(--track); border-radius: 3px; overflow: hidden; }
.vbar .bar-fill { height: 100%; width: 0; background: var(--saffron); transition: width 900ms var(--ease); }
.vbar .bar-fill.muted { background: var(--bar-muted); }

.age-callout {
  margin-top: 8px;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.35;
  font-weight: 700;
  color: var(--saffron);
  opacity: 0;
  transition: opacity 500ms var(--ease) 900ms;
}
.age-callout.in { opacity: 1; }
.chart-src {
  margin-top: 2px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--dim);
}

.proof-chip {
  border: 1px solid var(--saffron);
  border-radius: 8px;
  padding: 9px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--saffron);
  align-self: flex-start;
}
.aud-interp { font-size: clamp(15px, 1vw, 17px); line-height: 1.45; font-weight: 700; color: var(--text); }

@media (max-width: 1024px) { .aud-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .charts { grid-template-columns: 1fr; } }

/* ---------------- 09 Measurement ---------------- */

.meas-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  margin-top: clamp(24px, 3.4vh, 34px);
}
.meas-stat { padding: clamp(20px, 1.7vw, 32px); display: flex; flex-direction: column; gap: 10px; }
.meas-stat .big {
  font-size: clamp(38px, 3.2vw, 60px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1;
}
.meas-stat .big.accent { color: var(--saffron); }
.meas-stat .bd { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.4; }

.meas-grid {
  display: grid;
  grid-template-columns: 1fr minmax(380px, 620px);
  gap: 22px;
  margin-top: 16px;
}
.meas-method { padding: clamp(20px, 1.7vw, 32px); display: flex; flex-direction: column; gap: 12px; }
.meas-method .row {
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.4;
  padding: 9px 0;
  border-bottom: 1px solid var(--hairline);
}
.meas-method .row:last-of-type { border-bottom: none; }
.meas-method .get {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--hairline);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.45;
  color: var(--text);
}
.meas-method .get b { color: var(--saffron); font-weight: 700; }

.meas-supplier {
  border: 1px solid var(--saffron);
  border-radius: var(--radius);
  padding: clamp(20px, 1.7vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.meas-supplier .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.95vw, 17px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--saffron);
}
.meas-supplier .hd { font-size: clamp(18px, 1.3vw, 24px); line-height: 1.4; font-weight: 700; color: var(--text); }
.meas-supplier .bd { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.45; }

.cost-band {
  background: var(--saffron);
  border-radius: var(--radius);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}
.cost-band .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.85vw, 15px);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--on-saffron-dim);
  flex-shrink: 0;
}
.cost-band .big {
  font-size: clamp(28px, 2.3vw, 42px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--on-saffron);
  flex-shrink: 0;
  line-height: 1;
  white-space: nowrap;
}
.cost-band .bd { font-size: clamp(15px, 1vw, 18px); line-height: 1.35; color: var(--on-saffron); }

@media (max-width: 1024px) {
  .meas-stats { grid-template-columns: 1fr; }
  .meas-grid { grid-template-columns: 1fr; }
  .cost-band { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ---------------- 10 The team ---------------- */

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: clamp(24px, 3.4vh, 32px);
}
.team-card { overflow: hidden; display: flex; }
.team-card .txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: clamp(20px, 1.7vw, 32px);
}
.team-card .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.95vw, 17px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron);
}
.team-card p { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.42; }
.team-card .proc { font-size: clamp(16px, 1.1vw, 20px); line-height: 1.4; color: var(--saffron); }
.team-card .proc b { font-weight: 700; }
.team-card .proc span { color: var(--body); font-weight: 400; }
.team-card .img {
  width: clamp(180px, 13vw, 240px);
  flex-shrink: 0;
  position: relative;
}
.team-card .img img.ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.team-card .img .veil { position: absolute; inset: 0; background: rgba(13, 13, 15, 0.6); }
.team-card .img .veil.light { background: rgba(13, 13, 15, 0.4); }
.team-card .img .ct-logo {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  filter: brightness(0) invert(1);
}
.team-card .img .ct-pill {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--text);
  border-radius: 8px;
  padding: 8px 14px;
  display: inline-flex;
}
.team-card .img .ct-pill img { height: 22px; }

@media (max-width: 1024px) { .team-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .team-card { flex-direction: column; }
  .team-card .img { width: 100%; height: 200px; }
}

/* ---------------- 11 Next step ---------------- */

.next {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: clamp(84px, 10vh, 120px) var(--gutter) 0;
  overflow: hidden;
}
.next-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; will-change: transform; }
.next-scrim1 { position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(13,13,15,0.92) 0%, rgba(13,13,15,0.7) 42%, rgba(13,13,15,0.22) 74%, rgba(13,13,15,0.08) 100%); }
.next-scrim2 { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(13,13,15,0.45) 0%, rgba(13,13,15,0) 30%, rgba(13,13,15,0) 62%, rgba(13,13,15,0.85) 100%); }
.next > .nx { position: relative; z-index: 2; }

.next .chrome { margin-bottom: 0; }
.next .chrome .kicker { color: #fff; }

.next-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr minmax(380px, 600px);
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
  padding: clamp(40px, 6vh, 80px) 0;
}
.next-left { display: flex; flex-direction: column; gap: clamp(20px, 3vh, 30px); }
.next h2 {
  font-size: clamp(48px, 5.4vw, 96px);
  line-height: 1.0;
  font-weight: 900;
  letter-spacing: -0.028em;
}
.next h2 span { display: block; }
.next h2 .accent { color: var(--saffron); }
.next-left p.lead { font-size: clamp(17px, 1.3vw, 24px); line-height: 1.5; max-width: 860px; }
.next-left p.sub { font-size: clamp(15px, 1.15vw, 21px); line-height: 1.5; color: var(--dim); max-width: 860px; }

.contact-card {
  background: var(--saffron);
  border-radius: var(--radius);
  padding: clamp(28px, 2.5vw, 46px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.contact-card .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.95vw, 17px);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--on-saffron-dim);
  margin-bottom: 10px;
}
.contact-card .name { font-size: clamp(28px, 2.2vw, 40px); font-weight: 900; letter-spacing: -0.02em; color: var(--on-saffron); }
.contact-card .role { font-size: clamp(17px, 1.2vw, 22px); font-weight: 600; color: var(--on-saffron); margin-bottom: 14px; }
.contact-card .line { font-size: clamp(16px, 1.15vw, 21px); color: var(--on-saffron); padding: 4px 0; overflow-wrap: anywhere; }
.contact-card a { color: #000; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-card a:hover { color: #333; }

.next-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--rule-strong);
  padding: 20px 0 28px;
}
.next-footer .lockup .tail {
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px;
  letter-spacing: 0.14em;
  color: var(--dim);
  margin-left: 6px;
  text-transform: uppercase;
}
.next-footer .cta-line {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(13px, 0.95vw, 17px);
  letter-spacing: 0.14em;
  color: var(--dim);
}
.next-footer .cta-line a { color: var(--saffron); }

@media (max-width: 1024px) { .next-grid { grid-template-columns: 1fr; } }

/* ---------------- 04 The story — headline row + video panel ---------------- */

.story-head { display: flex; align-items: center; gap: clamp(18px, 1.8vw, 30px); }
.story-thumb {
  width: clamp(84px, 7vw, 124px);
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  border: 1px solid var(--hairline);
}
.story-thumb img { position: absolute; height: 300%; width: auto; max-width: none; left: -121%; top: -26%; }

.story-grid2 {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(26px, 2.3vw, 44px);
  align-items: start;
  padding-top: clamp(20px, 2vh, 30px);
}
.story-col { display: flex; flex-direction: column; gap: 20px; }
.story-col > p { font-size: clamp(16px, 1.05vw, 19px); line-height: 1.42; }
.story-cards2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }

.story-video { position: relative; }
.videopanel {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.videopanel iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.videocap {
  margin-top: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(11px, 0.78vw, 15px);
  letter-spacing: 0.16em;
  color: var(--dim);
  text-transform: uppercase;
}

@media (max-width: 1200px) { .story-cards2 { grid-template-columns: 1fr; } }
@media (max-width: 1024px) {
  .story-grid2 { grid-template-columns: 1fr; }
  .story-head { align-items: flex-start; }
}

/* ---------------- 05 The platform — broadcast logo strip ---------------- */

.plat-hero .platbar {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 1.6vw, 30px);
  padding: clamp(14px, 1.2vw, 22px) clamp(20px, 1.8vw, 34px);
  background: linear-gradient(to bottom, rgba(13,13,15,0.9) 0%, rgba(13,13,15,0.5) 62%, rgba(13,13,15,0) 100%);
  z-index: 3;
}
.plat-hero .platbar img {
  position: static;
  inset: auto;
  width: auto;
  height: clamp(15px, 1.45vw, 26px);
  object-fit: contain;
  opacity: 0.92;
  flex-shrink: 1;
  min-width: 0;
}
.plat-hero .platbar img.tall { height: clamp(24px, 2.4vw, 42px); }

@media (max-width: 640px) { .plat-hero .platbar { flex-wrap: wrap; justify-content: center; gap: 14px; } }

/* ---------------- 12 Watch the latest episode ---------------- */

.watch-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(40px, 6vh, 80px);
}
.watch-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 2.5vh, 34px);
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
  justify-content: center;
}
.watch-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 1vw, 19px);
  font-weight: 500;
  letter-spacing: 0.24em;
  color: var(--saffron);
  text-transform: uppercase;
}
.watch-h2 {
  margin: 14px 0 0;
  font-size: clamp(40px, 4.7vw, 90px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.028em;
  color: var(--text);
  text-transform: uppercase;
}
.watch-h2 span { display: block; }
.watch-h2 .accent { color: var(--saffron); }
.watch-sub {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  line-height: 1.5;
  color: var(--body);
  max-width: 820px;
}
.watch-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.watch-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.watch-under { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.watch-cta-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--saffron);
  border-radius: 8px;
  padding: 10px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--on-saffron) !important;
  text-transform: uppercase;
}
.watch-cta-chip:hover { background: #F0BA20; color: var(--on-saffron) !important; }
.watch-series {
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(12px, 0.83vw, 16px);
  letter-spacing: 0.14em;
  color: var(--dim);
  text-transform: uppercase;
}
