/* FILENAME: site.css
 * VERSION: 2026-08-31__perfect_lockup__v2
 * DATE_STAMP: 2026-08-31
 * PROJECT: Project_12_SOS_Service_Our_System / Website_AI_Air_Tech
 * CEO_SEAL: perfect lockup
 * FREEZE: ../Website_AI_Air_Tech__freeze_2026-08-31__perfect_lockup__v2/ (IMMUTABLE · Protocol 18)
 */

/* A.I. Air Tech — cinematic prototype. Colors from theme.json */

:root {
  --bg: #04080e;
  --bg-elevated: #0a121c;
  --ink: #f4f8fc;
  --ink-muted: #9ab0c4;
  --ink-faint: #6a7d90;
  --cool: #3ec8ff;
  --cool-deep: #0078b8;
  --heat: #ff7a3a;
  --heat-deep: #e04010;
  --steward: #4ade9a;
  --warn: #f5c542;
  --alert: #ff5a4a;
  --peace: #7ee0ff;
  --line: rgba(244, 248, 252, 0.12);
  --glass: rgba(10, 18, 28, 0.55);
  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "Barlow", sans-serif;
  --font-brand: "Outfit", sans-serif;
  /* Wider frame */
  --shell: min(1520px, calc(100% - 3.5rem));
  /*
   * Brand lockup: man height = wordmark top → SOS bottom (side column drives height).
   * Wordmark size is the fixed ruler; man stretches to match.
   */
  --header-brand: 2.7rem;
  --header-nav: 1rem;
  --header-pad-y: 0.4rem;
  --header-sos: 1.55rem;
  /* Approx header band after man matches word+SOS stack (~brand + sos + pads) */
  --site-header-h: calc(var(--header-brand) + var(--header-sos) + 1.1rem + (var(--header-pad-y) * 2));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  font-size: 1.06rem;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--cool);
}

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

.skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  background: var(--cool);
  color: #041018;
  padding: 0.5rem 0.8rem;
}
.skip:focus {
  top: 1rem;
}

/* Telemetry river — vertical simulator scroll (under content, above pure black) */
.telemetry-river {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
}

.river-veil {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Soft color wash only — do NOT paint opaque black over the river */
  background:
    radial-gradient(ellipse at 18% 28%, rgba(62, 200, 255, 0.07), transparent 48%),
    radial-gradient(ellipse at 82% 42%, rgba(255, 122, 58, 0.06), transparent 48%);
}

.site-header,
.site-footer {
  position: relative;
  z-index: 50;
}
main {
  position: relative;
  z-index: 2;
}

/* Header — solid black edge-to-edge (above glows) */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  z-index: 50;
  background: #000;
  background-color: #000;
  backdrop-filter: none;
  isolation: isolate;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-header.is-elevated {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.header-inner {
  min-height: 0;
  padding-block: var(--header-pad-y);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 0.75rem;
}

/* WANT: man height = top of wordmark → bottom of SOS (side is the ruler) */
.brand-lockup {
  grid-column: 1;
  grid-row: 1;
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  align-items: end;
  column-gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
  flex-shrink: 0;
  line-height: 1;
  z-index: 3;
}

.brand-mark {
  grid-column: 1;
  grid-row: 1;
  /* Do not let PNG intrinsic height inflate the row — side column sets height */
  height: 0;
  min-height: 100%;
  width: auto;
  line-height: 0;
  margin: 0;
  overflow: hidden;
}

.brand-mark img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.45));
}

.brand-side {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  width: fit-content;
  min-width: 0;
}

/* SOS: hug text */
.brand-sos {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  width: max-content !important;
  max-width: none !important;
  flex: 0 0 auto;
  align-self: center;
  box-sizing: border-box;
  border: 2px solid #ff8a3d;
  border-radius: 999px;
  padding: 0.15rem 0.5rem 0.15rem 0.15rem;
  background: linear-gradient(180deg, #3a1808 0%, #1a0c06 100%);
  box-shadow:
    0 0 0 1px rgba(255, 200, 140, 0.35),
    0 0 16px rgba(255, 122, 58, 0.5),
    0 3px 10px rgba(0, 0, 0, 0.5);
}
.brand-sos-badge {
  flex-shrink: 0;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  border: 1.5px solid #ffc08a;
  background: #111;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 140, 60, 0.8);
}
.brand-sos-name {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
  line-height: 1.1;
  padding-right: 0.2rem;
}
@media (max-width: 720px) {
  .brand-sos-name {
    display: none;
  }
  .brand-sos {
    width: auto;
    padding: 0.15rem;
  }
}

/* Wordmark — single line: A.I.AIR>TECH */
.brand-word {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0;
  font-family: var(--font-brand);
  line-height: 0.92;
  white-space: nowrap;
}
.bw-glue {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  letter-spacing: 0;
}
.bw-ai {
  font-size: var(--header-brand);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--cool);
  font-variant-numeric: tabular-nums;
  margin: 0;
  padding: 0;
}
.bw-ai .dot {
  display: inline-block;
  color: var(--peace);
  transform: translateY(-0.08em);
  text-shadow: 0 0 12px rgba(126, 224, 255, 0.75);
}
.bw-air {
  font-size: var(--header-brand);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  transform: skewX(-8deg);
  display: inline-block;
  position: relative;
  margin: 0 0 0 -0.02em;
  padding: 0;
}
.bw-air::after {
  content: "";
  position: absolute;
  left: 0.05em;
  right: -0.15em;
  bottom: 0.08em;
  height: 0.12em;
  background: linear-gradient(90deg, transparent, var(--cool) 35%, rgba(62, 200, 255, 0));
  opacity: 0.85;
  pointer-events: none;
}
.bw-tech {
  font-size: var(--header-brand);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--heat);
  display: inline-block;
  font-family: var(--font-body);
}
.bw-join {
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin: 0 0.02em 0 0.02em;
  border-right: 2px solid var(--cool);
  border-top: 2px solid var(--cool);
  transform: rotate(45deg) translateY(-0.12em);
  opacity: 0.9;
  flex-shrink: 0;
}

.nav-toggle {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
}

.nav {
  grid-column: 1 / -1;
  grid-row: 2;
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0.35rem;
  padding-bottom: 0.75rem;
}
.nav.is-open {
  display: flex;
}
.nav a {
  color: var(--ink-muted);
  text-decoration: none;
  font-weight: 700;
  font-size: var(--header-nav);
  letter-spacing: 0.02em;
  padding: 0.35rem 0.2rem;
  line-height: 1.2;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
}
.nav .nav-cta {
  margin-top: 0.35rem;
  display: inline-flex;
  width: fit-content;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--cool);
  color: var(--cool);
  font-size: var(--header-nav);
}
.nav .nav-cta:hover {
  background: var(--cool);
  color: #04080e;
}

@media (min-width: 980px) {
  .header-inner {
    grid-template-columns: auto 1fr;
  }
  .nav-toggle {
    display: none;
  }
  .nav {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    display: flex;
    width: auto;
    flex-direction: row;
    align-items: center;
    gap: 1.55rem;
    padding-bottom: 0;
  }
  .nav a {
    font-size: var(--header-nav);
    padding: 0.25rem 0;
  }
  .nav .nav-cta {
    margin-top: 0;
    padding: 0.5rem 1.2rem;
  }
}

@media (max-width: 720px) {
  :root {
    /* Keep want-layout ratios; just scale the whole lockup down for narrow screens */
    
    --header-brand: 1.55rem;
    --header-nav: 0.9rem;
  }
}

/* Shared */
.kicker {
  margin: 0 0 0.55rem;
  color: var(--cool);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.steward-k {
  color: var(--steward);
}

.chapter {
  padding: 5rem 0;
}

.chapter-title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.1rem, 5vw, 3.35rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.chapter-lede,
.chapter-note {
  color: #fff;
  max-width: 40rem;
  font-size: 1.1rem;
}

.chapter-note strong {
  color: #fff;
}

/* REEL */
/* REEL — fill space under sticky header; even air above content & above ticker */
.reel {
  position: relative;
  min-height: calc(100dvh - var(--site-header-h));
  padding: 1.25rem 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  box-sizing: border-box;
}

.reel-glow {
  position: absolute;
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  animation: glowDrift 10s ease-in-out infinite alternate;
  pointer-events: none;
}
.reel-glow.cool {
  left: -10%;
  top: 10%;
  background: var(--cool);
}
.reel-glow.heat {
  right: -10%;
  bottom: 5%;
  background: var(--heat);
  animation-delay: 1.5s;
}

@keyframes glowDrift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(20px, -16px) scale(1.08);
  }
}

.reel-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  position: relative;
  flex: 1 1 auto;
  z-index: 2;
}

@media (min-width: 960px) {
  .reel-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    min-height: 0;
    align-items: stretch; /* man column matches left column height */
    align-content: center;
  }
}

.reel-copy {
  width: 100%;
  max-width: 34rem;
  justify-self: start;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.reel-copy > * {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  align-self: stretch;
  box-sizing: border-box;
  max-width: 100%;
}

.reel-title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.8rem, 7vw, 4.6rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.reel-title.facilgo-clear {
  font-size: clamp(2.35rem, 5.2vw, 3.85rem);
  line-height: 1.06;
  max-width: none;
  text-transform: none;
  letter-spacing: -0.01em;
}

.reel-title .line {
  display: block;
}

.accent-heat {
  color: var(--heat);
}
.accent-cool {
  color: var(--cool);
}

.reel-lede,
.reel-sub {
  margin: 0;
  color: #fff;
  max-width: 100%;
  width: 100%;
  font-size: 1.22rem;
  line-height: 1.55;
}
.reel-lede strong,
.reel-sub strong {
  color: #fff;
}

.audience-chips {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.audience-chips li {
  flex: 0 1 auto;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  font-size: clamp(0.78rem, 1.05vw, 0.98rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.reel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.35rem 0 1rem;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid var(--ink-muted);
  color: var(--ink);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.btn-ghost:hover {
  border-color: var(--cool);
  color: var(--cool);
}

.reel-title.corporate .line {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
}

/* Story bridge */
.story-bridge-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 900px) {
  .story-bridge-grid {
    grid-template-columns: 0.9fr 1.2fr;
    gap: 2.5rem;
    align-items: start;
  }
}
.story-prose p {
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}
.story-prose strong {
  color: #fff;
}
.story-pull {
  border-left: 3px solid var(--cool);
  padding-left: 1rem;
  color: #fff !important;
  font-weight: 600;
}
.text-link {
  color: var(--cool);
  font-weight: 700;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}

.reel-sos {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  border: 1px solid rgba(255, 122, 58, 0.5);
  border-radius: 999px;
  padding: 0.3rem 0.9rem 0.3rem 0.3rem;
  font-weight: 600;
}

.reel-sos span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #0a0a0a;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.reel-figure-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  z-index: 2;
  min-width: 0;
  min-height: 0;
}

@media (min-width: 960px) {
  .reel-figure-wrap {
    justify-self: stretch;
    align-self: stretch;
    max-width: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    /* Image row eats leftover height; caption stays full below — feet stay inside */
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
    gap: 0.15rem;
    overflow: hidden;
    padding-bottom: 0;
  }
  .reel-copy {
    justify-content: flex-start;
  }
  .reel-figure {
    flex: unset;
    width: auto;
    max-width: 100%;
    max-height: none;
    min-height: 0;
    height: 100%;
    justify-self: center;
    align-self: stretch;
    object-fit: contain;
    object-position: center bottom;
    transform: none;
  }
  .reel-caption {
    margin-top: 0;
    flex: 0 0 auto;
    align-self: stretch;
  }
}

@media (max-width: 959px) {
  .reel-figure-wrap {
    margin: 1.5rem auto 0;
    max-width: min(420px, 92vw);
  }
}

.reel-figure {
  width: min(520px, 100%);
  margin-inline: auto;
  display: block;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.55));
  /* no bottom mask — feet must stay visible */
  -webkit-mask-image: none;
  mask-image: none;
}

.reel-caption {
  margin-top: 0.75rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem);
}
.reel-caption .c-cool {
  justify-self: end;
  text-align: right;
}
.reel-caption .c-mid {
  justify-self: center;
}
.reel-caption .c-heat {
  justify-self: start;
  text-align: left;
}
.c-cool {
  color: var(--cool);
}
.c-heat {
  color: var(--heat);
}
.c-mid {
  color: var(--ink-faint);
}

.kinetic {
  animation: kineticPulse 3.5s ease-in-out infinite;
}

@keyframes kineticPulse {
  0%,
  100% {
    opacity: 0.75;
    letter-spacing: 0.16em;
  }
  50% {
    opacity: 1;
    letter-spacing: 0.2em;
  }
}

[data-flip] {
  display: inline-block;
  animation: flipWord 5s ease-in-out infinite;
}

@keyframes flipWord {
  0%,
  40%,
  100% {
    transform: translateY(0);
    filter: blur(0);
  }
  48% {
    transform: translateY(-6px);
    filter: blur(1px);
    opacity: 0.5;
  }
  52% {
    transform: translateY(6px);
    filter: blur(1px);
    opacity: 0.5;
  }
  60% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}

.story-ticker {
  flex: 0 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 3;
}

.ticker-track {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  padding: 0.7rem 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  opacity: 0.85;
}
.ticker-track .ok {
  color: var(--steward);
}
.ticker-track .y {
  color: var(--warn);
}
.ticker-track .r {
  color: var(--alert);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Scale */
.scale-split {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

@media (min-width: 780px) {
  .scale-split {
    grid-template-columns: 1fr 1fr;
  }
}

.scale-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.4rem;
  background: var(--glass);
  backdrop-filter: blur(8px);
}

.scale-card.dim {
  opacity: 1;
}
.scale-card.hot {
  border-color: rgba(62, 200, 255, 0.35);
  box-shadow: 0 0 40px rgba(62, 200, 255, 0.08);
}

.scale-label {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 700;
}

.scale-num {
  margin: 0.3rem 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
}

.scale-card.hot .scale-num {
  color: var(--cool);
}

.scale-desc {
  margin: 0;
  color: #fff;
}

/* Film stage */
.film {
  background: linear-gradient(180deg, transparent, rgba(62, 200, 255, 0.03), transparent);
}

.film-stage {
  width: var(--shell);
  margin: 1.5rem auto 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .film-stage {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }
}

.film-acts {
  display: grid;
  gap: 0.55rem;
}

.act {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: rgba(10, 18, 28, 0.45);
  opacity: 0.45;
  transform: scale(0.98);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.45s ease,
    background 0.45s ease;
}

.act.is-live {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(62, 200, 255, 0.45);
  background: rgba(62, 200, 255, 0.08);
}

.act.is-live[data-act="1"],
.act.is-live[data-act="2"] {
  border-color: rgba(245, 197, 66, 0.5);
  background: rgba(245, 197, 66, 0.08);
}

.act.is-live[data-act="3"] {
  border-color: rgba(255, 90, 74, 0.5);
  background: rgba(255, 90, 74, 0.08);
}

.act.is-live[data-act="4"] {
  border-color: rgba(74, 222, 154, 0.5);
  background: rgba(74, 222, 154, 0.08);
}

.act-beat {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 700;
}

.act h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.act p:last-child {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.98rem;
}

.film-viz {
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 320px;
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.viz-unit {
  text-align: center;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.viz-pulse {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid var(--steward);
  box-shadow: 0 0 30px rgba(74, 222, 154, 0.35);
  animation: unitPulse 2.2s ease-in-out infinite;
  transition: border-color 0.4s, box-shadow 0.4s;
}

.film-stage[data-mood="drift"] .viz-pulse,
.film-stage[data-mood="signal"] .viz-pulse {
  border-color: var(--warn);
  box-shadow: 0 0 30px rgba(245, 197, 66, 0.4);
}

.film-stage[data-mood="dispatch"] .viz-pulse {
  border-color: var(--alert);
  box-shadow: 0 0 36px rgba(255, 90, 74, 0.45);
  animation-duration: 0.9s;
}

.film-stage[data-mood="resolve"] .viz-pulse {
  border-color: var(--steward);
  box-shadow: 0 0 30px rgba(74, 222, 154, 0.4);
}

@keyframes unitPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

.viz-id {
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.viz-state {
  margin: 0.35rem 0 0.9rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--steward);
  transition: color 0.4s;
}

.viz-meters {
  display: flex;
  gap: 6px;
  justify-content: center;
  height: 48px;
  align-items: flex-end;
}

.viz-meters span {
  width: 10px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, var(--cool), transparent);
  animation: meterDance 1.8s ease-in-out infinite;
}
.viz-meters span:nth-child(1) {
  height: 40%;
}
.viz-meters span:nth-child(2) {
  height: 70%;
  animation-delay: 0.15s;
}
.viz-meters span:nth-child(3) {
  height: 55%;
  animation-delay: 0.3s;
}
.viz-meters span:nth-child(4) {
  height: 85%;
  animation-delay: 0.45s;
}

@keyframes meterDance {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.7);
  }
}

.viz-flow {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.03) 40px,
    rgba(255, 255, 255, 0.03) 41px
  );
  animation: flowSlide 12s linear infinite;
  opacity: 0.5;
}

@keyframes flowSlide {
  to {
    background-position: 80px 0;
  }
}

/* Triage */
.triage-board {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .triage-board {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.triage-peace,
.triage-need {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.triage-peace {
  background: linear-gradient(160deg, rgba(126, 224, 255, 0.08), transparent 60%);
}

.triage-need {
  background: linear-gradient(200deg, rgba(255, 90, 74, 0.1), transparent 55%);
  border-color: rgba(255, 122, 58, 0.28);
}

.triage-count {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  color: var(--peace);
}

.triage-count.need {
  color: var(--heat);
}

.triage-label {
  margin: 0.35rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink-faint);
}

.peace-field {
  position: absolute;
  inset: 40% 5% 8% 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: flex-start;
  opacity: 0.55;
}

.peace-field i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--steward);
  opacity: 0.55;
  animation: twinkle 3s ease-in-out infinite;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.8;
  }
}

.need-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.need-list li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.95rem;
  animation: needIn 0.6s ease both;
}

.need-list li span {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  min-width: 3.5rem;
}

.need-list li.warn span {
  color: var(--warn);
}
.need-list li.alert span {
  color: var(--alert);
}

@keyframes needIn {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.need-list li:nth-child(2) {
  animation-delay: 0.08s;
}
.need-list li:nth-child(3) {
  animation-delay: 0.16s;
}
.need-list li:nth-child(4) {
  animation-delay: 0.24s;
}
.need-list li:nth-child(5) {
  animation-delay: 0.32s;
}

/* Stewardship */
.steward-rail,
.insight-rail {
  width: var(--shell);
  margin: 1.75rem auto 0;
  display: grid;
  gap: 1rem;
}

.insight-rail {
  width: 100%;
  max-width: none;
  padding: 0.25rem 4vw 1rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 900px) {
  .steward-rail {
    grid-template-columns: 1fr 1fr;
  }
}

.insight-rail .stew-card {
  scroll-snap-align: start;
}

.insight-link {
  display: inline-block;
  margin: 0 1.15rem 1.15rem;
  color: var(--steward);
  font-weight: 700;
  text-decoration: none;
}
.insight-link:hover {
  text-decoration: underline;
}

.team-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.stew-card {
  border: 1px solid rgba(74, 222, 154, 0.22);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(10, 18, 28, 0.65);
  display: grid;
  grid-template-rows: 140px auto;
}

.stew-visual {
  position: relative;
  background: #061018;
}

.stew-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.stew-card h3 {
  margin: 0;
  padding: 1rem 1.15rem 0.45rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  line-height: 1.05;
}

.stew-card p {
  margin: 0;
  padding: 0 1.15rem 1.2rem;
  color: var(--ink-muted);
}

/* Clocks */
.clock-row {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 800px) {
  .clock-row {
    grid-template-columns: 1fr 1fr;
  }
}

.clock-live {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem;
  background: var(--glass);
}

.clock-live.cool {
  border-color: rgba(62, 200, 255, 0.3);
}
.clock-live.heat {
  border-color: rgba(255, 122, 58, 0.3);
}

.clock-pulse {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.clock-live.cool .clock-pulse {
  color: var(--cool);
}
.clock-live.heat .clock-pulse {
  color: var(--heat);
}

.clock-live h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.3rem;
}

.clock-live p:last-child {
  margin: 0;
  color: var(--ink-muted);
}

.metaphor {
  margin: 0;
  color: var(--ink-muted);
  max-width: 42rem;
  font-size: 1.05rem;
  border-left: 3px solid var(--cool);
  padding-left: 0.9rem;
}

/* Team */
.team {
  background: rgba(10, 18, 28, 0.55);
}

.team-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

@media (min-width: 800px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.team-grid article {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.team-grid h3 {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.4rem;
}

.role {
  margin: 0.2rem 0 0.5rem;
  color: var(--cool);
  font-weight: 700;
  font-size: 0.9rem;
}

.team-grid p:not(.role) {
  margin: 0 0 0.55rem;
  color: var(--ink-muted);
}

.team-grid a {
  font-weight: 700;
  text-decoration: none;
}

/* Close */
.close-inner {
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 30% 40%, rgba(62, 200, 255, 0.16), transparent 50%),
    radial-gradient(ellipse at 70% 55%, rgba(255, 122, 58, 0.12), transparent 50%),
    rgba(10, 18, 28, 0.7);
}

.close-inner .chapter-title {
  margin-inline: auto;
}

.close-inner .chapter-lede {
  margin-inline: auto;
  margin-bottom: 1.4rem;
}

.btn-mega {
  display: inline-flex;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  background: var(--ink);
  color: #04080e;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: transform 0.2s, background 0.2s;
}

.btn-mega:hover {
  transform: translateY(-2px);
  background: var(--cool);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2.25rem;
  color: var(--ink-faint);
  font-size: 0.88rem;
}

.site-footer .shell {
  display: grid;
  gap: 0.25rem;
}

.site-footer strong {
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fine {
  font-size: 0.78rem;
}

.bio-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 220px;
  border-radius: 12px;
  margin-bottom: 0.85rem;
  background:
    linear-gradient(135deg, rgba(126, 224, 255, 0.2), rgba(255, 122, 58, 0.15)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.kinetic {
  animation: kineticPulse 3.5s ease-in-out infinite;
}

@keyframes kineticPulse {
  0%,
  100% {
    opacity: 0.75;
    letter-spacing: 0.16em;
  }
  50% {
    opacity: 1;
    letter-spacing: 0.2em;
  }
}

[data-flip] {
  display: inline-block;
  animation: flipWord 5s ease-in-out infinite;
}

@keyframes flipWord {
  0%,
  40%,
  100% {
    transform: translateY(0);
    filter: blur(0);
  }
  48% {
    transform: translateY(-6px);
    filter: blur(1px);
    opacity: 0.5;
  }
  52% {
    transform: translateY(6px);
    filter: blur(1px);
    opacity: 0.5;
  }
  60% {
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}

.story-ticker {
  flex: 0 0 auto;
  margin-top: 1.25rem;
  margin-bottom: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 3;
}

.ticker-track {
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  padding: 0.7rem 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-faint);
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  opacity: 0.85;
}
.ticker-track .ok {
  color: var(--steward);
}
.ticker-track .y {
  color: var(--warn);
}
.ticker-track .r {
  color: var(--alert);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Scale */
.scale-split {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

@media (min-width: 780px) {
  .scale-split {
    grid-template-columns: 1fr 1fr;
  }
}

.scale-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.4rem;
  background: var(--glass);
  backdrop-filter: blur(8px);
}

.scale-card.dim {
  opacity: 1;
}
.scale-card.hot {
  border-color: rgba(62, 200, 255, 0.35);
  box-shadow: 0 0 40px rgba(62, 200, 255, 0.08);
}

.scale-label {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 700;
}

.scale-num {
  margin: 0.3rem 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
}

.scale-card.hot .scale-num {
  color: var(--cool);
}

.scale-desc {
  margin: 0;
  color: #fff;
}

/* Film stage */
.film {
  background: linear-gradient(180deg, transparent, rgba(62, 200, 255, 0.03), transparent);
}

.film-stage {
  width: var(--shell);
  margin: 1.5rem auto 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .film-stage {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }
}

.film-acts {
  display: grid;
  gap: 0.55rem;
}

.act {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: rgba(10, 18, 28, 0.45);
  opacity: 0.45;
  transform: scale(0.98);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.45s ease,
    background 0.45s ease;
}

.act.is-live {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(62, 200, 255, 0.45);
  background: rgba(62, 200, 255, 0.08);
}

.act.is-live[data-act="1"],
.act.is-live[data-act="2"] {
  border-color: rgba(245, 197, 66, 0.5);
  background: rgba(245, 197, 66, 0.08);
}

.act.is-live[data-act="3"] {
  border-color: rgba(255, 90, 74, 0.5);
  background: rgba(255, 90, 74, 0.08);
}

.act.is-live[data-act="4"] {
  border-color: rgba(74, 222, 154, 0.5);
  background: rgba(74, 222, 154, 0.08);
}

.act-beat {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  font-weight: 700;
}

.act h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.act p:last-child {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.98rem;
}

.film-viz {
  border: 1px solid var(--line);
  border-radius: 18px;
  min-height: 320px;
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.viz-unit {
  text-align: center;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}

.viz-pulse {
  width: 120px;
  height: 120px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid var(--steward);
  box-shadow: 0 0 30px rgba(74, 222, 154, 0.35);
  animation: unitPulse 2.2s ease-in-out infinite;
  transition: border-color 0.4s, box-shadow 0.4s;
}

.film-stage[data-mood="drift"] .viz-pulse,
.film-stage[data-mood="signal"] .viz-pulse {
  border-color: var(--warn);
  box-shadow: 0 0 30px rgba(245, 197, 66, 0.4);
}

.film-stage[data-mood="dispatch"] .viz-pulse {
  border-color: var(--alert);
  box-shadow: 0 0 36px rgba(255, 90, 74, 0.45);
  animation-duration: 0.9s;
}

.film-stage[data-mood="resolve"] .viz-pulse {
  border-color: var(--steward);
  box-shadow: 0 0 30px rgba(74, 222, 154, 0.4);
}

@keyframes unitPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

.viz-id {
  margin: 0;
  color: var(--ink-faint);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.viz-state {
  margin: 0.35rem 0 0.9rem;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--steward);
  transition: color 0.4s;
}

.viz-meters {
  display: flex;
  gap: 6px;
  justify-content: center;
  height: 48px;
  align-items: flex-end;
}

.viz-meters span {
  width: 10px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, var(--cool), transparent);
  animation: meterDance 1.8s ease-in-out infinite;
}
.viz-meters span:nth-child(1) {
  height: 40%;
}
.viz-meters span:nth-child(2) {
  height: 70%;
  animation-delay: 0.15s;
}
.viz-meters span:nth-child(3) {
  height: 55%;
  animation-delay: 0.3s;
}
.viz-meters span:nth-child(4) {
  height: 85%;
  animation-delay: 0.45s;
}

@keyframes meterDance {
  0%,
  100% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.7);
  }
}

.viz-flow {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.03) 40px,
    rgba(255, 255, 255, 0.03) 41px
  );
  animation: flowSlide 12s linear infinite;
  opacity: 0.5;
}

@keyframes flowSlide {
  to {
    background-position: 80px 0;
  }
}

/* Triage */
.triage-board {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .triage-board {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.triage-peace,
.triage-need {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.triage-peace {
  background: linear-gradient(160deg, rgba(126, 224, 255, 0.08), transparent 60%);
}

.triage-need {
  background: linear-gradient(200deg, rgba(255, 90, 74, 0.1), transparent 55%);
  border-color: rgba(255, 122, 58, 0.28);
}

.triage-count {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 4.8rem);
  font-weight: 800;
  line-height: 1;
  color: var(--peace);
}

.triage-count.need {
  color: var(--heat);
}

.triage-label {
  margin: 0.35rem 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ink-faint);
}

.peace-field {
  position: absolute;
  inset: 40% 5% 8% 5%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-content: flex-start;
  opacity: 0.55;
}

.peace-field i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--steward);
  opacity: 0.55;
  animation: twinkle 3s ease-in-out infinite;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.8;
  }
}

.need-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.need-list li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.95rem;
  animation: needIn 0.6s ease both;
}

.need-list li span {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  min-width: 3.5rem;
}

.need-list li.warn span {
  color: var(--warn);
}
.need-list li.alert span {
  color: var(--alert);
}

@keyframes needIn {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.need-list li:nth-child(2) {
  animation-delay: 0.08s;
}
.need-list li:nth-child(3) {
  animation-delay: 0.16s;
}
.need-list li:nth-child(4) {
  animation-delay: 0.24s;
}
.need-list li:nth-child(5) {
  animation-delay: 0.32s;
}

/* Stewardship */
.steward-rail,
.insight-rail {
  width: var(--shell);
  margin: 1.75rem auto 0;
  display: grid;
  gap: 1rem;
}

.insight-rail {
  width: 100%;
  max-width: none;
  padding: 0.25rem 4vw 1rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 340px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 900px) {
  .steward-rail {
    grid-template-columns: 1fr 1fr;
  }
}

.insight-rail .stew-card {
  scroll-snap-align: start;
}

.insight-link {
  display: inline-block;
  margin: 0 1.15rem 1.15rem;
  color: var(--steward);
  font-weight: 700;
  text-decoration: none;
}
.insight-link:hover {
  text-decoration: underline;
}

.team-teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.stew-card {
  border: 1px solid rgba(74, 222, 154, 0.22);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(10, 18, 28, 0.65);
  display: grid;
  grid-template-rows: 140px auto;
}

.stew-visual {
  position: relative;
  background: #061018;
}

.stew-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.stew-card h3 {
  margin: 0;
  padding: 1rem 1.15rem 0.45rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  text-transform: uppercase;
  line-height: 1.05;
}

.stew-card p {
  margin: 0;
  padding: 0 1.15rem 1.2rem;
  color: var(--ink-muted);
}

/* Clocks */
.clock-row {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 800px) {
  .clock-row {
    grid-template-columns: 1fr 1fr;
  }
}

.clock-live {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem;
  background: var(--glass);
}

.clock-live.cool {
  border-color: rgba(62, 200, 255, 0.3);
}
.clock-live.heat {
  border-color: rgba(255, 122, 58, 0.3);
}

.clock-pulse {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.clock-live.cool .clock-pulse {
  color: var(--cool);
}
.clock-live.heat .clock-pulse {
  color: var(--heat);
}

.clock-live h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.3rem;
}

.clock-live p:last-child {
  margin: 0;
  color: var(--ink-muted);
}

.metaphor {
  margin: 0;
  color: var(--ink-muted);
  max-width: 42rem;
  font-size: 1.05rem;
  border-left: 3px solid var(--cool);
  padding-left: 0.9rem;
}

/* Team */
.team {
  background: rgba(10, 18, 28, 0.55);
}

.team-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

@media (min-width: 800px) {
  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.team-grid article {
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

.team-grid h3 {
  margin: 0;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.4rem;
}

.role {
  margin: 0.2rem 0 0.5rem;
  color: var(--cool);
  font-weight: 700;
  font-size: 0.9rem;
}

.team-grid p:not(.role) {
  margin: 0 0 0.55rem;
  color: var(--ink-muted);
}

.team-grid a {
  font-weight: 700;
  text-decoration: none;
}

/* Close */
.close-inner {
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 30% 40%, rgba(62, 200, 255, 0.16), transparent 50%),
    radial-gradient(ellipse at 70% 55%, rgba(255, 122, 58, 0.12), transparent 50%),
    rgba(10, 18, 28, 0.7);
}

.close-inner .chapter-title {
  margin-inline: auto;
}

.close-inner .chapter-lede {
  margin-inline: auto;
  margin-bottom: 1.4rem;
}

.btn-mega {
  display: inline-flex;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  background: var(--ink);
  color: #04080e;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: transform 0.2s, background 0.2s;
}

.btn-mega:hover {
  transform: translateY(-2px);
  background: var(--cool);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2.25rem;
  color: var(--ink-faint);
  font-size: 0.88rem;
}

.site-footer .shell {
  display: grid;
  gap: 0.25rem;
}

.site-footer strong {
  color: var(--ink);
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fine {
  font-size: 0.78rem;
}

.bio-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 220px;
  border-radius: 12px;
  margin-bottom: 0.85rem;
  background:
    linear-gradient(135deg, rgba(126, 224, 255, 0.2), rgba(255, 122, 58, 0.15)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
}

.figure-warn {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%) scale(0.92);
  margin: 0;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(245, 197, 66, 0.85);
  border-radius: 6px;
  background: rgba(4, 8, 14, 0.72);
  color: #f5c542;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.05rem, 2.2vw, 1.55rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  text-shadow: 0 0 18px rgba(245, 197, 66, 0.85);
  box-shadow: 0 0 24px rgba(245, 197, 66, 0.35);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.figure-warn.is-on {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* Follow-on after yellow: Notify/Dispatch */
.figure-warn.is-action {
  border-color: rgba(126, 224, 255, 0.75);
  color: #e8fbff;
  font-family: var(--font-body);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  letter-spacing: 0.12em;
  text-transform: none;
  text-shadow: 0 0 20px rgba(126, 224, 255, 0.75);
  box-shadow: 0 0 28px rgba(126, 224, 255, 0.35);
  background: rgba(4, 18, 28, 0.78);
}
/* Occasional fault */
.figure-warn.is-red {
  border-color: rgba(255, 90, 74, 0.95);
  color: #ff6b5c;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.1rem, 2.3vw, 1.65rem);
  letter-spacing: 0.08em;
  text-shadow: 0 0 22px rgba(255, 90, 74, 0.9);
  box-shadow: 0 0 30px rgba(255, 90, 74, 0.45);
  background: rgba(28, 4, 8, 0.82);
}
/* Follow-on after red: DISPATCH — harder, louder */
.figure-warn.is-dispatch {
  border: 2px solid #fff;
  color: #fff;
  background: #c4281a;
  font-family: var(--font-display);
  font-weight: 800;
  font-style: normal;
  font-size: clamp(1.35rem, 3vw, 2.1rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 40px rgba(255, 90, 74, 0.75), 0 0 0 3px rgba(255, 255, 255, 0.25);
  animation: dispatchPulse 0.45s ease-in-out 2;
}
@keyframes dispatchPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

/* Products article page (legacy narrow) */
.product-article {
  padding: 4.5rem 0 5.5rem;
}
.product-article .shell {
  max-width: min(42rem, var(--shell));
}
.product-article .chapter-title {
  text-transform: none;
  letter-spacing: -0.015em;
  line-height: 1.08;
  margin-bottom: 0.75rem;
}
.product-lede {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.55;
  margin: 0 0 2rem;
}
.product-body h2 {
  margin: 2.25rem 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.product-body p {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.65;
}
.product-body p strong {
  color: #fff;
  font-weight: 700;
}
.product-steps {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.product-steps li {
  padding: 0.95rem 1.1rem;
  border-left: 3px solid var(--cool);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0 12px 12px 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.5;
}
.product-steps li strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.92rem;
  color: var(--cool);
  margin-bottom: 0.25rem;
}
.product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.5rem;
}

/* ===== Informational pages (Products, and pattern for Team/Insights) =====
   FacilGo-style structure on A.I. Air Tech brand:
   hero band → zigzag feature blocks → center prose → CTA.
   No telemetry river — readable scroll pages stay quiet. */
.page-info {
  background: #000;
}
.page-info .telemetry-river,
.page-info .river-veil {
  display: none;
}
.info-hero {
  position: relative;
  isolation: isolate;
  padding: 4.5rem 0 3.75rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.info-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 18% 30%, rgba(62, 200, 255, 0.16), transparent 52%),
    radial-gradient(ellipse at 88% 60%, rgba(255, 122, 58, 0.12), transparent 50%),
    linear-gradient(180deg, #070d14 0%, #000 100%);
}
.info-hero-inner {
  position: relative;
  z-index: 1;
  max-width: min(52rem, var(--shell));
}
.info-hero h1 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
.info-hero-sub {
  margin: 0;
  color: rgba(244, 248, 252, 0.82);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.45;
}
.info-band {
  padding: 3.5rem 0;
  background: #05080c;
}
.info-band.alt {
  background: #000;
}
.info-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 960px) {
  .info-split {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.75rem;
  }
  .info-split.reverse .info-copy {
    order: 2;
  }
  .info-split.reverse .info-visual {
    order: 1;
  }
}
.info-copy h2 {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--cool);
}
.info-checks,
.info-bullets {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}
.info-checks li {
  position: relative;
  padding: 0.15rem 0 0.15rem 1.85rem;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.45;
}
.info-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: var(--cool);
}
.info-checks li::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.62rem;
  width: 0.38rem;
  height: 0.22rem;
  border-left: 2px solid #041018;
  border-bottom: 2px solid #041018;
  transform: rotate(-45deg);
}
.info-bullets li {
  padding: 0.55rem 0.85rem;
  border-left: 3px solid var(--cool);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 10px 10px 0;
  color: rgba(244, 248, 252, 0.9);
  font-size: 1.05rem;
  line-height: 1.45;
}
.info-bullets li strong {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.92rem;
  margin-right: 0.35rem;
}
.info-aside {
  margin: 0 0 1.35rem;
  color: var(--ink-muted);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 38rem;
}
.info-visual {
  min-width: 0;
}
.info-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(10, 18, 28, 0.85);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  padding: 1.35rem 1.4rem;
}
.panel-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-faint);
}
.panel-statuses {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.panel-statuses li {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.98rem;
  color: rgba(244, 248, 252, 0.75);
}
.panel-statuses li span {
  min-width: 6.75rem;
}
.panel-statuses .ok span {
  color: var(--steward);
}
.panel-statuses .y span {
  color: var(--warn);
}
.panel-statuses .r span {
  color: var(--alert);
}
.info-figure {
  margin: 0;
  text-align: center;
}
.info-figure img {
  width: min(480px, 100%);
  margin-inline: auto;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.55));
}
.info-figure figcaption {
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.info-figure .c-cool {
  color: var(--cool);
}
.info-figure .c-heat {
  color: var(--heat);
}
.info-figure .c-mid {
  color: var(--ink-faint);
  margin: 0 0.35rem;
}
.clocks-panel {
  display: grid;
  gap: 0.85rem;
}
.mini-clock {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: rgba(0, 0, 0, 0.35);
}
.mini-clock.cool {
  border-color: rgba(62, 200, 255, 0.35);
}
.mini-clock.heat {
  border-color: rgba(255, 122, 58, 0.35);
}
.mini-pulse {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.mini-clock.cool .mini-pulse {
  color: var(--cool);
}
.mini-clock.heat .mini-pulse {
  color: var(--heat);
}
.mini-label {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #fff;
}
.mini-clock p:last-child {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}
.info-prose {
  padding: 3rem 0;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.info-prose-inner {
  max-width: min(44rem, var(--shell));
  text-align: center;
}
.info-prose-inner p {
  margin: 0 0 1rem;
  color: rgba(244, 248, 252, 0.82);
  font-size: 1.12rem;
  line-height: 1.65;
}
.info-prose-inner p:last-child {
  margin-bottom: 0;
}
.info-prose-inner strong {
  color: #fff;
}
.info-cta {
  padding: 4rem 0 4.5rem;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(62, 200, 255, 0.1), transparent 55%),
    #05080c;
}
.info-cta-inner {
  max-width: min(46rem, var(--shell));
  text-align: center;
}
.info-cta h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3.5vw, 2.25rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
}
.info-cta p {
  margin: 0 0 1.5rem;
  color: var(--ink-muted);
  font-size: 1.08rem;
}
.info-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.info-footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Two-product chooser + Assist extras */
.product-chooser {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.product-chooser-grid {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 800px) {
  .product-chooser-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.35rem;
  }
}
.product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(62, 200, 255, 0.35);
  border-radius: 18px;
  padding: 1.5rem 1.55rem 1.35rem;
  background: rgba(10, 18, 28, 0.9);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  border-color: var(--cool);
  background: rgba(12, 24, 36, 0.95);
}
.product-card.heat {
  border-color: rgba(255, 122, 58, 0.4);
}
.product-card.heat:hover {
  border-color: var(--heat);
}
.product-card-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cool);
}
.product-card.heat .product-card-kicker {
  color: var(--heat);
}
.product-card h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
.product-card p {
  margin: 0 0 1rem;
  color: rgba(244, 248, 252, 0.8);
  font-size: 1.02rem;
  line-height: 1.45;
}
.product-card-go {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--cool);
}
.product-card.heat .product-card-go {
  color: var(--heat);
}
.product-anchor {
  scroll-margin-top: calc(var(--site-header-h, 7rem) + 0.75rem);
}
.product-section-title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: 0.85rem;
}
.product-nav-label {
  margin: 0;
}
.product-nav-link {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cool);
  border: 1px solid rgba(62, 200, 255, 0.45);
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  background: rgba(62, 200, 255, 0.08);
}
.product-nav-link:hover {
  background: rgba(62, 200, 255, 0.16);
  color: #fff;
}
.product-bridge {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.product-bridge-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #041018;
  background: var(--cool);
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  box-shadow: 0 12px 28px rgba(62, 200, 255, 0.25);
}
.product-bridge-btn:hover {
  filter: brightness(1.06);
  color: #041018;
}
.product-bridge-btn.back {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}
.product-bridge-btn.back:hover {
  background: rgba(255, 255, 255, 0.08);
  filter: none;
  color: #fff;
}
.assist-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.assist-steps li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.05rem;
  color: #fff;
}
.assist-steps li span {
  display: inline-grid;
  place-items: center;
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: rgba(255, 122, 58, 0.15);
  border: 1px solid rgba(255, 122, 58, 0.45);
  color: var(--heat);
  font-size: 0.85rem;
}
.btn-mega-heat {
  background: var(--heat);
  color: #041018;
}
.btn-mega-heat:hover {
  background: #ff9458;
}


/* Who we serve stories — plain black stage, original scale cards */
.clients-stories {
  background: #000;
  position: relative;
  z-index: 3;
  isolation: isolate;
  padding-top: 3.25rem;
  padding-bottom: 4rem;
}
.clients-stories .chapter-title {
  margin-bottom: 1.35rem;
}
.clients-stories .frame-rail {
  margin: 0 0 1.5rem;
}
.clients-stories .frame-viewport {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  overflow: hidden;
}
.clients-stories .frame-slide,
.clients-stories .frame-slide.scale-card {
  background: #000;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  min-height: 220px;
  padding: 1.75rem 1.85rem;
}
.clients-stories .scale-label {
  color: rgba(255, 255, 255, 0.55);
}
.clients-stories .scale-desc {
  color: #fff;
}
.clients-stories .frame-controls {
  background: transparent;
  border: 0;
  padding: 0.35rem 0 0;
  margin-top: 1rem;
  width: auto;
  justify-content: center;
}
.clients-stories .frame-dots {
  gap: 0.85rem;
}
.clients-stories .frame-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: transparent;
}
.clients-stories .frame-dot.is-on {
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.55);
}
.clients-stories .chapter-note {
  margin-top: 1.25rem;
}

/* Frame rail — slides enter from right; dots + Home */
.frame-rail {
  margin: 2rem 0 1.75rem;
  position: relative;
  z-index: 3;
}
.frame-viewport {
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.frame-track {
  display: flex;
  width: 100%;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.frame-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  padding: 1.6rem 1.75rem;
  background: transparent;
  transform: none;
  opacity: 1;
  pointer-events: auto;
  min-height: 210px;
}
.frame-slide.hot .scale-num {
  color: var(--cool);
}
.frame-slide.serve .scale-num.serve-list {
  color: var(--heat);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  letter-spacing: 0.02em;
}
.frame-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.35);
  width: fit-content;
}
.frame-home {
  appearance: none;
  border: 2px solid #fff;
  background: #fff;
  color: #000;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
}
.frame-home:hover {
  background: var(--cool);
  border-color: var(--cool);
  color: #041018;
}
.frame-dots {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.frame-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.frame-dot.is-on {
  background: #fff;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.7);
}



/* Man align — version g (pre absolute-overlay blow-up) */
@media (min-width: 960px) {
  .reel-grid {
    align-items: stretch;
  }
  .reel-copy {
    justify-content: flex-start;
  }
  .reel-figure-wrap {
    justify-self: stretch;
    align-self: stretch;
    max-width: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: grid;
    /* Man fills row above caption; boots sit on HUMAN JUDGMENT line */
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0.15rem;
    overflow: hidden;
  }
  .reel-figure {
    flex: unset;
    width: auto !important;
    max-width: 100% !important;
    max-height: none !important;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center bottom;
    justify-self: center;
    align-self: stretch;
    transform: none;
    animation: none;
  }
  .reel-caption {
    margin-top: 0;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}


/* Five prevention stories under ticker — plain black, white dots */
.reel-story-dock {
  flex: 0 0 auto;
  background: #000;
  position: relative;
  z-index: 3;
  padding: 0.75rem 0 1rem;
}
.reel-story-dock .frame-rail {
  margin: 0;
}
.reel-story-dock .frame-viewport {
  background: #000;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.reel-story-dock .frame-slide.story-act {
  background: #000;
  border: 0;
  min-height: 0;
  padding: 1rem 0 0.5rem;
  color: #fff;
}
.reel-story-dock .story-act .act-beat {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.reel-story-dock .story-act h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
.reel-story-dock .story-act p:last-child {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.5;
  max-width: 40rem;
}
.reel-story-dock .frame-controls {
  background: transparent;
  border: 0;
  margin: 0.85rem auto 0;
  padding: 0;
  width: auto;
  justify-content: center;
}
.reel-story-dock .frame-dots {
  gap: 0.85rem;
}
.reel-story-dock .frame-dot {
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.reel-story-dock .frame-dot.is-on {
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.55);
}


/* Chapter slides in story dock (5 stories from much-better) */
.reel-story-dock .frame-slide.chapter-slide {
  background: #000;
  padding: 1rem 0 0.75rem;
  min-height: 0;
  color: #fff;
}
.reel-story-dock .chapter-slide .chapter-title {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  margin-bottom: 0.85rem;
}
.reel-story-dock .chapter-slide .chapter-lede,
.reel-story-dock .chapter-slide .chapter-note,
.reel-story-dock .chapter-slide .metaphor {
  color: #fff;
  max-width: 42rem;
}
.reel-story-dock .scale-split {
  margin: 1rem 0;
}
.reel-story-dock .scale-card {
  background: #0a0a0a;
  border-color: rgba(255, 255, 255, 0.2);
}
.reel-story-dock .scale-desc {
  color: rgba(255, 255, 255, 0.75);
}
.story-acts-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}
.story-acts-list > div {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  background: #0a0a0a;
}
.story-acts-list > div.is-hot {
  border-color: rgba(245, 197, 66, 0.55);
}
.story-acts-list span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
}
.story-acts-list strong {
  display: block;
  font-family: var(--font-display);
  text-transform: uppercase;
  font-size: 1.05rem;
  margin: 0.15rem 0;
  color: #fff;
}
.story-acts-list em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}
.steward-mini {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.85rem;
}
@media (min-width: 780px) {
  .steward-mini {
    grid-template-columns: 1fr 1fr;
  }
}
.steward-mini article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: #0a0a0a;
}
.steward-mini h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  text-transform: uppercase;
  color: #fff;
}
.steward-mini p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  line-height: 1.45;
}
.reel-story-dock .triage-board {
  margin-top: 0.85rem;
}
.reel-story-dock .clock-row {
  margin-top: 0.85rem;
}


/* ===== Stories carousel (Much Better chapters, black stage) ===== */
.reel-story-dock {
  background: #000 !important;
  position: relative;
  z-index: 5;
  isolation: isolate;
  padding: 2rem 0 2.25rem;
  min-height: 70vh;
}
.reel-story-dock .frame-rail {
  margin: 0;
  max-width: var(--shell);
  margin-inline: auto;
  width: var(--shell);
}
.reel-story-dock .frame-viewport {
  background: #000 !important;
  border: 0 !important;
  border-radius: 0;
  overflow: hidden;
  min-height: 58vh;
}
.reel-story-dock .frame-slide.chapter-slide {
  background: #000 !important;
  padding: 0.5rem 0 1rem;
  min-height: 58vh;
  box-sizing: border-box;
}
.reel-story-dock .chapter-slide .chapter-lede,
.reel-story-dock .chapter-slide .chapter-note,
.reel-story-dock .chapter-slide .metaphor,
.reel-story-dock .chapter-slide .scale-desc,
.reel-story-dock .act p:last-child {
  color: rgba(255, 255, 255, 0.82);
}
.reel-story-dock .frame-controls {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1.35rem auto 0;
  padding: 0.65rem 1.1rem;
  width: fit-content;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  position: relative;
  z-index: 6;
}
.reel-story-dock .frame-dots {
  display: flex !important;
  gap: 0.85rem;
  align-items: center;
}
.reel-story-dock .frame-dot {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #fff !important;
  background: transparent !important;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}
.reel-story-dock .frame-dot.is-on {
  background: #fff !important;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.65);
}
.reel-story-dock .steward-rail {
  width: min(1520px, calc(100% - 3.5rem));
  margin-inline: auto;
}
.reel-story-dock .film-stage {
  width: min(1520px, calc(100% - 3.5rem));
  margin-inline: auto;
}


/* ===== Full-stage story carousel (hero + 5 Much Better chapters) ===== */
body.stage-locked {
  overflow: hidden;
}
/* Home must stay transparent so the telemetry river shows through.
   Chapters paint their own opaque black. */
.stage {
  position: relative;
  height: calc(100dvh - var(--site-header-h, 7rem));
  background: transparent;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.stage-viewport {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.stage-track {
  height: 100%;
  align-items: stretch;
  background: transparent;
}
.stage-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
  background: #000;
}
.stage-slide.is-home {
  background: transparent;
}
/* River + veil only while Image 1 (home) is showing */
body.stage-locked:not(.on-home-slide) .telemetry-river,
body.stage-locked:not(.on-home-slide) .river-veil {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
body.stage-locked.on-home-slide .telemetry-river {
  opacity: 0.72;
  visibility: visible;
}
body.stage-locked.on-home-slide .river-veil {
  opacity: 1;
  visibility: visible;
}
.stage-home.reel {
  min-height: 100%;
  height: 100%;
  padding: 0.75rem 0 0.5rem;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.stage-home .reel-grid {
  flex: 1 1 auto;
  min-height: 0;
}
.stage-home .story-ticker {
  flex: 0 0 auto;
  margin-top: 0.5rem;
}
.stage-home .reel-figure {
  /* Fill column above caption (~1.5–1.7× prior 52vh/480 cap) — boots on caption */
  max-height: none !important;
  height: 100%;
}
.stage-chapter {
  min-height: 100%;
  padding: 2rem 0 2rem;
  background: #000;
  box-sizing: border-box;
}
.stage-chapter.chapter {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.stage-dots {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  z-index: 20;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex: 0 0 auto;
  align-self: stretch;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.7rem 1rem !important;
  background: #000 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0;
}
.stage-pause {
  appearance: none;
  border: 1px solid var(--steward);
  background: var(--steward);
  color: #041018;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
}
.stage-pause:hover {
  filter: brightness(1.08);
}
.stage-pause[aria-pressed="true"] {
  background: #fff;
  color: #041018;
  border-color: #fff;
  filter: none;
}
.stage-dots .frame-dots {
  display: flex !important;
  gap: 0.85rem;
}
.stage-dots .frame-dot {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #fff !important;
  background: transparent !important;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.stage-dots .frame-dot.is-on {
  background: #fff !important;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
}

/* Home stage — side arrows + counter (manual browse; autoplay opt-in) */
.stage-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(244, 248, 252, 0.28);
  background: rgba(4, 8, 14, 0.55);
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  backdrop-filter: blur(8px);
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.stage-nav:hover,
.stage-nav:focus-visible {
  border-color: var(--cool);
  color: var(--cool);
  background: rgba(4, 8, 14, 0.8);
  outline: none;
}
.stage-nav-prev { left: 0.65rem; }
.stage-nav-next { right: 0.65rem; }
.stage-counter {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  color: rgba(244, 248, 252, 0.65);
  min-width: 3.75rem;
  text-align: center;
}
body.stage-paused .stage-pause {
  background: var(--cool);
  border-color: var(--cool);
  color: #041018;
}
@media (max-width: 700px) {
  .stage-nav {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.35rem;
  }
  .stage-nav-prev { left: 0.25rem; }
  .stage-nav-next { right: 0.25rem; }
  .stage-counter { display: none; }
}

/* Slide 3 · film — fit viewport, no scroll */
.stage-slide#film {
  overflow: hidden;
}
.stage-slide#film .stage-chapter {
  height: 100%;
  min-height: 100%;
  padding: 0.85rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.stage-slide#film .stage-chapter > .shell {
  flex: 0 0 auto;
}
.stage-slide#film .kicker {
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
}
.stage-slide#film .chapter-title {
  margin-bottom: 0.35rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
}
.stage-slide#film .chapter-lede {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
  max-width: 46rem;
}
.stage-slide#film .film-stage {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0.65rem auto 0;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 960px) {
  .stage-slide#film .film-stage {
    /* Blow up the right viz — acts stay readable, status owns the stage */
    grid-template-columns: 0.82fr 1.28fr;
  }
}
.stage-slide#film .film-acts {
  gap: 0.3rem;
  min-height: 0;
  overflow: hidden;
}
.stage-slide#film .act {
  padding: 0.35rem 0.7rem;
  border-radius: 10px;
}
.stage-slide#film .act-beat {
  margin-bottom: 0.1rem;
  font-size: 0.62rem;
}
.stage-slide#film .act h3 {
  margin-bottom: 0.1rem;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 1.05;
}
.stage-slide#film .act p:last-child {
  font-size: 0.82rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stage-slide#film .film-viz {
  min-height: 0;
  height: 100%;
  border-radius: 16px;
}
.stage-slide#film .viz-unit {
  padding: clamp(0.85rem, 2vh, 1.6rem);
  width: min(100%, 28rem);
}
.stage-slide#film .viz-pulse {
  width: clamp(118px, 22vh, 176px);
  height: clamp(118px, 22vh, 176px);
  margin-bottom: clamp(0.7rem, 1.5vh, 1.15rem);
  border-width: 3px;
  box-shadow: 0 0 42px rgba(74, 222, 154, 0.4);
}
.stage-slide#film .film-stage[data-mood="drift"] .viz-pulse,
.stage-slide#film .film-stage[data-mood="signal"] .viz-pulse {
  box-shadow: 0 0 48px rgba(245, 197, 66, 0.5);
}
.stage-slide#film .film-stage[data-mood="dispatch"] .viz-pulse {
  box-shadow: 0 0 52px rgba(255, 90, 74, 0.55);
}
.stage-slide#film .viz-id {
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  letter-spacing: 0.1em;
}
.stage-slide#film .viz-state {
  font-size: clamp(2rem, 4.6vw, 3.15rem);
  margin: 0.45rem 0 1.05rem;
  line-height: 1;
}
.stage-slide#film .viz-meters {
  height: clamp(72px, 11vh, 104px);
  gap: 10px;
}
.stage-slide#film .viz-meters span {
  width: 14px;
  border-radius: 4px 4px 0 0;
}

/* Slide 5 · steward — fit viewport, no scroll */
.stage-slide#steward {
  overflow: hidden;
}
.stage-slide#steward .stage-chapter {
  height: 100%;
  min-height: 100%;
  padding: 0.85rem 0 0.5rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.stage-slide#steward .stage-chapter > .shell {
  flex: 0 0 auto;
}
.stage-slide#steward .kicker {
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
}
.stage-slide#steward .chapter-title {
  margin-bottom: 0.35rem;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}
.stage-slide#steward .chapter-lede {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  max-width: 48rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.stage-slide#steward .steward-rail {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0.65rem auto 0;
  gap: 0.55rem;
  align-content: stretch;
}
@media (min-width: 900px) {
  .stage-slide#steward .steward-rail {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.stage-slide#steward .stew-card {
  border-radius: 12px;
  grid-template-rows: minmax(52px, 28%) auto;
  min-height: 0;
  overflow: hidden;
}
.stage-slide#steward .stew-card h3 {
  padding: 0.45rem 0.75rem 0.2rem;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  line-height: 1.05;
}
.stage-slide#steward .stew-card p {
  padding: 0 0.75rem 0.55rem;
  font-size: 0.8rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== Climate page ===== */
.climate-band {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.climate-stat-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .climate-stat-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
  }
}
.climate-stat {
  border: 1px solid rgba(62, 200, 255, 0.28);
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  background: rgba(8, 16, 24, 0.92);
}
.climate-stat-num {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.65rem, 3.5vw, 2.2rem);
  letter-spacing: 0.02em;
  color: var(--cool);
  line-height: 1;
}
.climate-stat-label {
  margin: 0;
  color: rgba(244, 248, 252, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}
.climate-callout {
  border: 1px solid rgba(255, 122, 58, 0.35);
  border-radius: 16px;
  padding: 1.35rem 1.4rem;
  background: linear-gradient(165deg, rgba(40, 18, 8, 0.95), rgba(8, 10, 14, 0.95));
}
.climate-callout.cool {
  border-color: rgba(62, 200, 255, 0.35);
  background: linear-gradient(165deg, rgba(8, 28, 40, 0.95), rgba(8, 10, 14, 0.95));
}
.climate-callout-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--heat);
}
.climate-callout.cool .climate-callout-kicker {
  color: var(--cool);
}
.climate-callout p,
.climate-callout li {
  color: rgba(244, 248, 252, 0.88);
  line-height: 1.55;
}
.climate-callout ul {
  margin: 0;
  padding-left: 1.15rem;
}
.climate-callout li {
  margin: 0.35rem 0;
}
.climate-how h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  text-transform: uppercase;
  color: #fff;
}
.climate-how-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .climate-how-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.climate-how-grid article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 1.25rem 1.3rem;
  background: rgba(10, 16, 22, 0.9);
}
.climate-how-grid h3 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--cool);
  text-transform: uppercase;
}
.climate-how-grid p {
  margin: 0;
  color: rgba(244, 248, 252, 0.82);
  line-height: 1.55;
}
.climate-how-note {
  margin: 1.25rem 0 0;
  color: rgba(244, 248, 252, 0.7);
  font-size: 1.02rem;
  line-height: 1.5;
  max-width: 46rem;
}
.climate-prose-inner {
  text-align: left !important;
  max-width: min(48rem, var(--shell)) !important;
}
.climate-sources h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  text-transform: uppercase;
  color: #fff;
}
.climate-cite-list {
  margin: 0;
  padding-left: 1.25rem;
  color: rgba(244, 248, 252, 0.82);
  line-height: 1.55;
}
.climate-cite-list li {
  margin: 0.55rem 0;
}
.climate-cite-list a {
  color: var(--cool);
}
.climate-cite-list code {
  font-size: 0.85em;
  color: rgba(244, 248, 252, 0.7);
}
.climate-cite-note {
  margin: 1.25rem 0 0;
  color: rgba(244, 248, 252, 0.65);
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 48rem;
}

/* Climate hero — prefer one line, wrap cleanly (never clip) */
.climate-hero .info-hero-inner {
  max-width: min(72rem, var(--shell));
}
.climate-hero .climate-hero-line {
  font-size: clamp(1.35rem, 2.45vw, 2.25rem);
  line-height: 1.18;
  white-space: normal;
  max-width: 100%;
  overflow-wrap: anywhere;
}
@media (min-width: 1100px) {
  .climate-hero .climate-hero-line {
    white-space: nowrap;
    overflow-wrap: normal;
  }
}

/* Brief download strip */
.climate-brief-strip {
  padding: 1.35rem 0 0.25rem;
  background: #05080c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.climate-brief-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(62, 200, 255, 0.32);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(12, 28, 40, 0.95), rgba(8, 14, 22, 0.98));
}
.climate-brief-copy {
  flex: 1 1 16rem;
  min-width: 0;
}
.climate-brief-copy .kicker {
  margin: 0 0 0.35rem;
}
.climate-brief-copy h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
}
.climate-brief-copy p {
  margin: 0;
  color: rgba(244, 248, 252, 0.72);
  font-size: 0.98rem;
  line-height: 1.4;
}
.climate-brief-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex: 0 0 auto;
}
.climate-brief-actions .btn-mega,
.climate-brief-actions .btn-ghost {
  margin: 0;
}

/* Spoken-brief claim cards → supporting URL */
.climate-claim-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 800px) {
  .climate-claim-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
  }
}
@media (min-width: 1100px) {
  .climate-claim-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
a.climate-claim {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(62, 200, 255, 0.28);
  border-radius: 16px;
  padding: 1.25rem 1.3rem 1.15rem;
  background: rgba(8, 16, 24, 0.92);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  min-height: 100%;
}
a.climate-claim:hover,
a.climate-claim:focus-visible {
  transform: translateY(-3px);
  border-color: var(--cool);
  background: rgba(12, 24, 36, 0.96);
  outline: none;
}
.climate-claim-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--cool);
}
a.climate-claim h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
}
a.climate-claim p {
  margin: 0;
  color: rgba(244, 248, 252, 0.78);
  font-size: 0.98rem;
  line-height: 1.45;
  flex: 1 1 auto;
}
.climate-claim-go {
  margin-top: 0.35rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--cool);
}
.climate-short {
  max-width: min(46rem, 100%);
}
.climate-short h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  text-transform: uppercase;
  color: #fff;
}
.climate-short p {
  margin: 0 0 1rem;
  color: rgba(244, 248, 252, 0.84);
  font-size: 1.08rem;
  line-height: 1.55;
}
.climate-short-note {
  color: rgba(244, 248, 252, 0.62) !important;
  font-size: 0.95rem !important;
}
.climate-short-note a {
  color: var(--cool);
}

/* ========== How It Works — cinematic reel ========== */
body.page-film {
  background: #02060b;
  overflow: hidden;
  height: 100%;
}
body.page-film html,
html:has(body.page-film) {
  height: 100%;
  overflow: hidden;
}
.page-film .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(2, 6, 11, 0.92), rgba(2, 6, 11, 0.35) 70%, transparent);
  border-bottom: none;
  box-shadow: none;
}
.page-film .site-header.is-elevated {
  background: rgba(2, 6, 11, 0.88);
  backdrop-filter: blur(10px);
}

.film-chrome {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55;
  padding: 0 1.25rem 1rem;
  pointer-events: none;
}
.film-progress {
  height: 3px;
  background: rgba(244, 248, 252, 0.12);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 0.65rem;
}
.film-progress i {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--cool), #7ee0ff);
  box-shadow: 0 0 16px rgba(62, 200, 255, 0.55);
}
.film-chrome-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: auto;
  max-width: min(1520px, calc(100% - 0.5rem));
  margin: 0 auto;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(62, 200, 255, 0.22);
  border-radius: 999px;
  background: rgba(6, 12, 20, 0.72);
  backdrop-filter: blur(12px);
}
.film-counter {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cool);
  font-size: 0.95rem;
  min-width: 4.5rem;
}
.film-chapter {
  margin: 0;
  flex: 1 1 auto;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  color: rgba(244, 248, 252, 0.72);
}
.film-controls {
  display: flex;
  gap: 0.35rem;
}
.film-btn {
  appearance: none;
  border: 1px solid rgba(244, 248, 252, 0.22);
  background: rgba(244, 248, 252, 0.04);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.film-btn:hover,
.film-btn:focus-visible {
  border-color: var(--cool);
  color: var(--cool);
  outline: none;
}
.film-btn-play {
  min-width: 4.5rem;
}

.film-reel {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  outline: none;
}
.film-act {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.55s ease, visibility 0.55s ease;
  display: grid;
  align-items: center;
  padding: calc(var(--site-header-h) + 1.5rem) 0 5.5rem;
}
.film-act.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.film-act-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(62, 200, 255, 0.12), transparent 45%),
    radial-gradient(ellipse at 80% 70%, rgba(255, 122, 58, 0.1), transparent 48%),
    linear-gradient(180deg, #04080e 0%, #02060b 100%);
}
.film-bg-title {
  background:
    radial-gradient(ellipse at 50% 35%, rgba(62, 200, 255, 0.18), transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(255, 122, 58, 0.12), transparent 45%),
    linear-gradient(180deg, #050b14, #010409);
  animation: filmPulse 8s ease-in-out infinite alternate;
}
.film-bg-heat {
  background:
    radial-gradient(ellipse at 70% 30%, rgba(255, 90, 74, 0.18), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(255, 122, 58, 0.12), transparent 45%),
    linear-gradient(180deg, #0c0808, #04080e);
}
.film-bg-cool {
  background:
    radial-gradient(ellipse at 30% 40%, rgba(62, 200, 255, 0.2), transparent 50%),
    radial-gradient(ellipse at 85% 75%, rgba(126, 224, 255, 0.1), transparent 45%),
    linear-gradient(180deg, #040c14, #02060b);
}
.film-bg-grid {
  background-image:
    linear-gradient(rgba(62, 200, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 200, 255, 0.05) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 0%, rgba(62, 200, 255, 0.12), transparent 55%),
    linear-gradient(180deg, #04080e, #02060b);
  background-size: 48px 48px, 48px 48px, auto, auto;
}
@keyframes filmPulse {
  from { filter: saturate(1) brightness(1); }
  to { filter: saturate(1.15) brightness(1.06); }
}

.film-act-inner {
  position: relative;
  z-index: 1;
  width: min(1520px, calc(100% - 3.5rem));
  margin: 0 auto;
}
.film-center {
  text-align: center;
  max-width: 52rem;
}
.film-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--cool);
}
.film-mega {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 8vw, 5.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
}
.film-glow {
  color: var(--cool);
  text-shadow: 0 0 40px rgba(62, 200, 255, 0.35);
}
.film-title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  max-width: 22ch;
}
.film-lede {
  margin: 0 0 1.25rem;
  color: rgba(244, 248, 252, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.45;
  max-width: 42rem;
}
.film-center .film-lede {
  margin-left: auto;
  margin-right: auto;
}
.film-hint {
  margin: 1.5rem 0 0;
  color: rgba(244, 248, 252, 0.45);
  font-size: 0.92rem;
}
.film-punch {
  margin: 1.5rem 0 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  text-transform: uppercase;
  color: #fff;
}
.film-punch em {
  font-style: normal;
  color: var(--cool);
}
.film-punch-sm {
  margin: 1rem 0 0;
  color: var(--cool);
  font-weight: 600;
}

.film-in {
  opacity: 0;
  transform: translateY(18px);
}
.film-act.is-active .film-in {
  animation: filmIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.film-act.is-active .film-in.d1 { animation-delay: 0.12s; }
.film-act.is-active .film-in.d2 { animation-delay: 0.28s; }
.film-act.is-active .film-in.d3 { animation-delay: 0.44s; }
.film-act.is-active .film-in.d4 { animation-delay: 0.58s; }
@keyframes filmIn {
  to { opacity: 1; transform: translateY(0); }
}

.film-tri {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .film-tri { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.film-tri article {
  padding: 1.15rem 1.2rem;
  border-left: 3px solid var(--heat);
  background: rgba(255, 122, 58, 0.06);
}
.film-tri article h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #fff;
}
.film-tri article p,
.film-tri article li {
  margin: 0;
  color: rgba(244, 248, 252, 0.75);
  font-size: 0.98rem;
  line-height: 1.45;
}
.film-intel article {
  border-left-color: var(--cool);
  background: rgba(62, 200, 255, 0.06);
}
.film-intel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.film-intel li + li { margin-top: 0.35rem; }

.film-split-act {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 960px) {
  .film-split-act { grid-template-columns: 1.3fr 0.7fr; gap: 3rem; }
}
.film-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.film-bullets li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.35rem;
  color: rgba(244, 248, 252, 0.82);
  border-bottom: 1px solid rgba(244, 248, 252, 0.08);
}
.film-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--cool);
  box-shadow: 0 0 12px rgba(62, 200, 255, 0.6);
}
.film-stat-stack {
  display: grid;
  gap: 0.85rem;
}
.film-stat-stack div {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(62, 200, 255, 0.28);
  border-radius: 14px;
  background: rgba(8, 16, 26, 0.85);
  text-align: center;
}
.film-stat-stack strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--cool);
  line-height: 1;
}
.film-stat-stack span {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 248, 252, 0.55);
}

.film-vs {
  display: grid;
  gap: 1rem;
  position: relative;
}
@media (min-width: 900px) {
  .film-vs { grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 1.25rem; }
}
.film-vs-col {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(244, 248, 252, 0.12);
  background: rgba(8, 12, 18, 0.8);
}
.film-vs-col.traditional { border-color: rgba(255, 90, 74, 0.35); }
.film-vs-col.sos { border-color: rgba(62, 200, 255, 0.4); box-shadow: 0 0 40px rgba(62, 200, 255, 0.08); }
.film-vs-label {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(244, 248, 252, 0.55);
}
.film-vs-col.sos .film-vs-label { color: var(--cool); }
.film-vs-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.film-vs-col li {
  padding: 0.45rem 0;
  color: rgba(244, 248, 252, 0.8);
  border-bottom: 1px solid rgba(244, 248, 252, 0.08);
  font-size: 0.98rem;
}
.film-vs-badge {
  align-self: center;
  justify-self: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  background: #fff;
  color: #04080e;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
}

.film-sensors {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 800px) {
  .film-sensors { grid-template-columns: 1fr 1fr; gap: 0.65rem 1.25rem; }
}
.film-sensors li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(62, 200, 255, 0.18);
  border-radius: 12px;
  background: rgba(6, 12, 20, 0.65);
}
.film-sensors span {
  grid-row: 1 / span 2;
  align-self: center;
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--cool);
  font-size: 1.1rem;
}
.film-sensors strong {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  font-size: 0.98rem;
}
.film-sensors em {
  font-style: normal;
  color: rgba(244, 248, 252, 0.55);
  font-size: 0.88rem;
}

.film-benefit-grid,
.film-market {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .film-benefit-grid,
  .film-market { grid-template-columns: 1fr 1fr; gap: 1.15rem; }
}
.film-benefit-grid article,
.film-market article {
  padding: 1.2rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(244, 248, 252, 0.1);
  background: rgba(8, 14, 22, 0.75);
}
.film-metric {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--cool);
  line-height: 1;
}
.film-metric.down { color: var(--steward); }
.film-metric.up { color: var(--warn); }
.film-benefit-grid h3,
.film-market h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #fff;
}
.film-benefit-grid p,
.film-market p {
  margin: 0;
  color: rgba(244, 248, 252, 0.72);
  font-size: 0.95rem;
  line-height: 1.45;
}

.film-flows {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .film-flows { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
.film-flow {
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(244, 248, 252, 0.12);
  background: rgba(8, 12, 18, 0.8);
}
.film-flow.new {
  border-color: rgba(62, 200, 255, 0.4);
  box-shadow: 0 0 40px rgba(62, 200, 255, 0.08);
}
.film-flow ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow;
}
.film-flow li {
  counter-increment: flow;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(244, 248, 252, 0.08);
  color: rgba(244, 248, 252, 0.85);
  font-weight: 600;
}
.film-flow li::before {
  content: counter(flow);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  background: rgba(244, 248, 252, 0.08);
  color: rgba(244, 248, 252, 0.55);
}
.film-flow.new li::before {
  background: rgba(62, 200, 255, 0.18);
  color: var(--cool);
}

.film-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.film-steps li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.85rem;
  align-items: start;
}
.film-steps span {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  background: rgba(62, 200, 255, 0.15);
  color: var(--cool);
  border: 1px solid rgba(62, 200, 255, 0.35);
}
.film-steps strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.05rem;
}
.film-steps em {
  font-style: normal;
  color: rgba(244, 248, 252, 0.65);
  font-size: 0.95rem;
}
.film-stay {
  padding: 1.35rem 1.4rem;
  border-radius: 16px;
  border: 1px solid rgba(74, 222, 154, 0.35);
  background: rgba(74, 222, 154, 0.06);
}
.film-stay ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.film-stay li {
  padding: 0.45rem 0;
  color: rgba(244, 248, 252, 0.82);
  border-bottom: 1px solid rgba(244, 248, 252, 0.08);
}

.film-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.film-credit {
  margin: 1.75rem 0 0;
  color: rgba(244, 248, 252, 0.4);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .film-chrome-row {
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .film-chapter { order: 3; flex: 1 1 100%; }
  .film-act {
    padding-top: calc(var(--site-header-h) + 0.75rem);
    padding-bottom: 7rem;
    align-items: start;
    overflow-y: auto;
  }
  .film-title { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .film-in,
  .film-act.is-active .film-in,
  .film-bg-title {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  .film-act { transition: none; }
}


/* Film class aliases + missing pieces (match how-it-works.html) */
.film-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--cool);
}
.film-title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  max-width: 22ch;
}
.film-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
.film-bullets li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.35rem;
  color: rgba(244, 248, 252, 0.82);
  border-bottom: 1px solid rgba(244, 248, 252, 0.08);
}
.film-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--cool);
  box-shadow: 0 0 12px rgba(62, 200, 255, 0.6);
}
.film-split-act {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 960px) {
  .film-split-act { grid-template-columns: 1.3fr 0.7fr; gap: 3rem; }
}
.film-stat-stack { /* alias */ }
.film-stat-stack,
.film-stat-stack {
  display: grid;
  gap: 0.85rem;
}
.film-stat-stack div,
.film-stat-stack div {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(62, 200, 255, 0.28);
  border-radius: 14px;
  background: rgba(8, 16, 26, 0.85);
  text-align: center;
}
.film-stat-stack strong,
.film-stat-stack strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--cool);
  line-height: 1;
}
.film-stat-stack span,
.film-stat-stack span {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 248, 252, 0.55);
}
.film-vs-badge,
.film-vs-badge {
  align-self: center;
  justify-self: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  background: #fff;
  color: #04080e;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
}
.film-metric {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--cool);
  line-height: 1;
}
.film-metric.down { color: var(--steward); }
.film-metric.up { color: var(--warn); }
.film-btn-play { min-width: 4.5rem; }
.film-bg-title {
  background:
    radial-gradient(ellipse at 50% 35%, rgba(62, 200, 255, 0.18), transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(255, 122, 58, 0.12), transparent 45%),
    linear-gradient(180deg, #050b14, #010409);
  animation: filmPulse 8s ease-in-out infinite alternate;
}
.film-bg-heat {
  background:
    radial-gradient(ellipse at 70% 30%, rgba(255, 90, 74, 0.18), transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(255, 122, 58, 0.12), transparent 45%),
    linear-gradient(180deg, #0c0808, #04080e);
}
.film-bg-cool {
  background:
    radial-gradient(ellipse at 30% 40%, rgba(62, 200, 255, 0.2), transparent 50%),
    radial-gradient(ellipse at 85% 75%, rgba(126, 224, 255, 0.1), transparent 45%),
    linear-gradient(180deg, #040c14, #02060b);
}
.film-bg-grid {
  background-image:
    linear-gradient(rgba(62, 200, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 200, 255, 0.05) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 0%, rgba(62, 200, 255, 0.12), transparent 55%),
    linear-gradient(180deg, #04080e, #02060b);
  background-size: 48px 48px, 48px 48px, auto, auto;
}
.info-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}


/* HTML classname bridges for how-it-works.html */
.film-split-act { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 960px) {
  .film-split-act { grid-template-columns: 1.3fr 0.7fr; gap: 3rem; }
}
.film-stat-stack { display: grid; gap: 0.85rem; }
.film-stat-stack div {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(62, 200, 255, 0.28);
  border-radius: 14px;
  background: rgba(8, 16, 26, 0.85);
  text-align: center;
}
.film-stat-stack strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--cool);
  line-height: 1;
}
.film-stat-stack span {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(244, 248, 252, 0.55);
}
.film-vs-badge {
  align-self: center;
  justify-self: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  background: #fff;
  color: #04080e;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
}
.film-punch-sm {
  margin: 1rem 0 0;
  color: var(--steward);
  font-weight: 600;
}
.film-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.film-credit {
  margin: 1.75rem 0 0;
  color: rgba(244, 248, 252, 0.4);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.film-market {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .film-market { grid-template-columns: 1fr 1fr; gap: 1.15rem; }
}
.film-market article {
  padding: 1.2rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(244, 248, 252, 0.1);
  background: rgba(8, 14, 22, 0.75);
}
.film-market h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #fff;
}
.film-market p {
  margin: 0;
  color: rgba(244, 248, 252, 0.72);
  font-size: 0.95rem;
  line-height: 1.45;
}
.info-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
  align-items: center;
}

/* S.O.S. sensor placement diagram */
.sensor-band {
  max-width: min(1100px, var(--shell));
}
.sensor-band > h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
}
.sensor-band-lede {
  margin: 0 0 1.35rem;
  max-width: 42rem;
  color: rgba(244, 248, 252, 0.78);
  font-size: 1.08rem;
  line-height: 1.5;
}
.sensor-diagram {
  margin: 0 0 1.25rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(62, 200, 255, 0.22);
  background: #0a1018;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}
.sensor-diagram a {
  display: block;
}
.sensor-diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.sensor-diagram figcaption {
  margin: 0;
  padding: 0.85rem 1.1rem 1rem;
  background: rgba(4, 8, 14, 0.92);
  color: rgba(244, 248, 252, 0.62);
  font-size: 0.92rem;
  line-height: 1.4;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sensor-diagram figcaption a {
  display: inline;
  color: var(--cool);
  font-weight: 600;
}
.sensor-key {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem 1rem;
}
@media (min-width: 720px) {
  .sensor-key { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .sensor-key { grid-template-columns: 1fr 1fr 1fr; }
}
.sensor-key li {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgba(8, 14, 22, 0.7);
  border: 1px solid rgba(244, 248, 252, 0.08);
  color: rgba(244, 248, 252, 0.8);
  font-size: 0.92rem;
}
.sensor-key span {
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8rem;
  background: rgba(255, 90, 74, 0.18);
  color: #ff7a6a;
  border: 1px solid rgba(255, 90, 74, 0.45);
}

.film-sensor-act .film-title {
  max-width: none;
}
.film-sensor-act .film-lede {
  margin-bottom: 0.85rem;
}
.film-diagram {
  margin: 0;
  max-height: min(48vh, 420px);
  border-radius: 12px;
}
.film-diagram img {
  width: 100%;
  height: 100%;
  max-height: min(48vh, 420px);
  object-fit: contain;
  object-position: center top;
  background: #0a1018;
}
.film-sensor-act .film-hint a {
  color: var(--cool);
  font-weight: 600;
}
@media (max-width: 700px) {
  .film-diagram,
  .film-diagram img {
    max-height: min(38vh, 280px);
  }
}

/* Contact form */
.contact-shell {
  max-width: min(44rem, var(--shell));
}
.contact-form {
  display: grid;
  gap: 1.15rem;
}
.contact-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 720px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-field {
  display: grid;
  gap: 0.4rem;
  margin: 0;
  color: rgba(244, 248, 252, 0.78);
  font-size: 0.92rem;
  font-weight: 600;
}
.contact-field em {
  font-style: normal;
  font-weight: 500;
  color: rgba(244, 248, 252, 0.45);
}
.contact-field-full {
  display: grid;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  appearance: none;
  width: 100%;
  border: 1px solid rgba(244, 248, 252, 0.16);
  border-radius: 12px;
  background: rgba(8, 14, 22, 0.92);
  color: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 0.9rem;
  line-height: 1.35;
}
.contact-field textarea {
  resize: vertical;
  min-height: 9rem;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--cool);
  box-shadow: 0 0 0 3px rgba(62, 200, 255, 0.18);
}
.contact-field select {
  cursor: pointer;
}
.contact-honey {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 0.35rem;
}
.contact-note {
  margin: 0;
  color: rgba(244, 248, 252, 0.5);
  font-size: 0.9rem;
}
.contact-sent {
  padding: 1.5rem 0 0.5rem;
}
.contact-sent h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-transform: uppercase;
  color: #fff;
}
.contact-sent p {
  margin: 0 0 1.25rem;
  color: rgba(244, 248, 252, 0.78);
  font-size: 1.08rem;
  line-height: 1.5;
}

/* Team roster — page-info style */
.team-roster {
  display: grid;
  gap: 1.35rem;
}
.team-card {
  display: grid;
  gap: 1.15rem;
  padding: 1.35rem 1.35rem 1.4rem;
  border: 1px solid rgba(62, 200, 255, 0.2);
  border-radius: 16px;
  background: rgba(8, 14, 22, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
@media (min-width: 800px) {
  .team-card {
    grid-template-columns: 160px 1fr;
    align-items: start;
    gap: 1.5rem;
  }
}
.team-card.is-open {
  border-color: rgba(245, 197, 66, 0.35);
  background: linear-gradient(135deg, rgba(245, 197, 66, 0.06), rgba(8, 14, 22, 0.92));
}
.team-card .bio-photo {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(244, 248, 252, 0.12);
  background:
    radial-gradient(circle at 30% 25%, rgba(62, 200, 255, 0.22), transparent 55%),
    radial-gradient(circle at 75% 80%, rgba(255, 122, 58, 0.16), transparent 50%),
    rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
}
.team-card .bio-photo span {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(244, 248, 252, 0.45);
}
.team-card.is-open .bio-photo span {
  color: var(--warn);
}
.team-card-body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.05;
}
.team-card-body .role {
  margin: 0.35rem 0 0.85rem;
  color: var(--cool);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.team-card-body p {
  margin: 0 0 0.85rem;
  color: rgba(244, 248, 252, 0.78);
  font-size: 1.02rem;
  line-height: 1.55;
}
.team-card-body p:last-of-type {
  margin-bottom: 1rem;
}
.team-mail {
  display: inline-block;
  font-weight: 700;
  color: var(--cool);
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 200, 255, 0.35);
}
.team-mail:hover,
.team-mail:focus-visible {
  border-bottom-color: var(--cool);
  outline: none;
}
