/* ═══════════════════════════════════════════════════════════
   ZEBRA DOSE — intro slideshow → centered-phone scroll tour
   App screens embedded verbatim; no global reset touches `.screen`.
═══════════════════════════════════════════════════════════ */

html { background: #0a0a0c; scroll-behavior: smooth; }
body { margin: 0; background: #0a0a0c; overflow-x: hidden; }
body.intro-lock { overflow: hidden; }

#bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(217,164,65,0.11) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 50% 115%, rgba(217,164,65,0.06) 0%, transparent 55%),
    #0a0a0c;
}
#bg::after {
  content:''; position:absolute; inset:0; opacity:.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ═══════════ HERO COVER (Phantom-style opener) ═══════════ */
#hero {
  position: relative; z-index: 2;
  min-height: 100vh; display: flex; align-items: center;
  padding: 0 clamp(24px, 8vw, 120px);
  box-sizing: border-box;
}
.hero-inner { max-width: 820px; }
.hero-word {
  margin: 0; font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; letter-spacing: -0.03em; line-height: 0.92;
  font-size: clamp(64px, 14vw, 190px);
  color: #f4f1ea;
  text-shadow: 0 0 60px rgba(217,164,65,0.14);
}
.hero-sub {
  margin: clamp(14px, 2vh, 26px) 0 0;
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600;
  letter-spacing: -0.01em;
  font-size: clamp(22px, 4vw, 46px);
  color: #d9a441;
}
.hero-desc {
  margin: clamp(20px, 3vh, 34px) 0 0; max-width: 560px;
  font-family: 'Manrope', sans-serif; font-weight: 400;
  font-size: clamp(15px, 1.5vw, 19px); line-height: 1.65;
  color: rgba(244,241,234,0.62);
}
.hero-cue {
  margin-top: clamp(34px, 6vh, 64px); width: 30px; height: 46px;
  border: 2px solid rgba(244,241,234,0.28); border-radius: 16px;
  position: relative;
}
.hero-cue span {
  position: absolute; top: 8px; left: 50%; width: 4px; height: 8px;
  border-radius: 4px; background: #d9a441; transform: translateX(-50%);
  animation: cuedrop 1.7s ease-in-out infinite;
}
@keyframes cuedrop {
  0%   { opacity: 0; transform: translate(-50%, 0); }
  35%  { opacity: 1; }
  75%  { opacity: 1; transform: translate(-50%, 18px); }
  100% { opacity: 0; transform: translate(-50%, 18px); }
}

/* ─── scroll driver + sticky centered phone ─── */
#scroll-root { position: relative; z-index: 2; }
#sticky {
  position: sticky; top: 0; height: 100vh;
  display: flex; align-items: center; justify-content: center;
}
.phone-scaler { transform: scale(var(--s, 0.9)); transform-origin: center center; transition: transform .2s ease; }

/* ═══════════ PHONE FRAME (ios-frame.jsx IOSDevice, 402×874) ═══════════ */
.phone {
  position: relative; width: 402px; height: 874px;
  border-radius: 48px; overflow: hidden; background: #000;
  box-shadow: 0 50px 100px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.06),
              0 0 90px -30px rgba(217,164,65,0.45);
  font-family: 'Manrope', sans-serif;
}
.island { position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 126px; height: 37px; border-radius: 24px; background: #000; z-index: 50; }
.ios-status { position: absolute; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; align-items: center; justify-content: space-between; padding: 21px 30px 19px; }
.ios-time { font-family: -apple-system, 'SF Pro', system-ui, sans-serif; font-weight: 600; font-size: 17px; line-height: 22px; color: #fff; }
.ios-ind { display: flex; align-items: center; gap: 7px; }
.home-indicator { position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  width: 139px; height: 5px; border-radius: 100px; background: rgba(255,255,255,0.7); z-index: 60; pointer-events: none; }

/* ─── screens: absolutely stacked ─── */
.screens { position: absolute; inset: 0; z-index: 5; }
.screen { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.screen-inner { width: 402px; height: 874px; overflow: hidden; }
.screen-inner > div { height: 100%; }

/* tour screens: quick crossfade on scroll */
.tour-screen { transform: scale(1.015); transition: opacity .5s ease, transform .5s ease; }
.tour-screen.is-active { opacity: 1; transform: none; pointer-events: auto; }

/* intro slides: slow MORPH into each other */
.intro-slide {
  transform: scale(1.04); filter: blur(7px);
  transition: opacity 1.15s ease, transform 1.15s ease, filter 1.15s ease;
}
.intro-slide.is-active { opacity: 1; transform: none; filter: none; pointer-events: auto; }

/* ═══════════ INTRO PROGRESS (3 segments, no text) ═══════════ */
#intro-progress {
  position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%);
  z-index: 40; display: flex; gap: 8px; transition: opacity .5s ease;
}
#intro-progress i {
  width: 44px; height: 3px; border-radius: 100px;
  background: rgba(255,255,255,0.16);
  background-image: linear-gradient(#d9a441, #d9a441);
  background-repeat: no-repeat; background-size: 0% 100%;
}
#intro-progress i.filling { animation: fillseg 7s linear forwards; }
#intro-progress i.full { background-size: 100% 100%; }
@keyframes fillseg { from { background-size: 0% 100%; } to { background-size: 100% 100%; } }
#intro-progress.hidden { opacity: 0; pointer-events: none; }

/* ═══════════ EXPLAINER BUBBLES (Phantom-style side captions) ═══════════ */
.bubble {
  position: absolute; z-index: 35;
  top: 50%; right: calc(50% + 235px); width: 250px;
  transform: translateY(-50%) translateX(-16px);
  opacity: 0; pointer-events: none;
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.3,1);
}
.bubble.show { opacity: 1; transform: translateY(-50%) translateX(0); }
/* bottom-aligned variant (sits toward the lower half of the phone) */
.bubble.pos-bottom { top: auto; bottom: 9%; transform: translateY(14px) translateX(-16px); }
.bubble.pos-bottom.show { transform: translateY(0) translateX(0); }
.bubble-card {
  position: relative;
  background: linear-gradient(158deg, rgba(32,30,37,0.94), rgba(19,18,23,0.94));
  border: 1px solid rgba(217,164,65,0.22); border-radius: 16px;
  padding: 17px 20px;
  box-shadow: 0 26px 60px -22px rgba(0,0,0,0.75), inset 0 1px 0 rgba(255,255,255,0.04);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.bubble-card::after {
  content: ''; position: absolute; top: 50%; right: -6px; width: 11px; height: 11px;
  transform: translateY(-50%) rotate(45deg);
  background: linear-gradient(158deg, rgba(32,30,37,0.94), rgba(19,18,23,0.94));
  border-right: 1px solid rgba(217,164,65,0.22); border-top: 1px solid rgba(217,164,65,0.22);
}
.bubble-tick { display: block; width: 22px; height: 2px; border-radius: 2px; background: #d9a441; margin-bottom: 11px; }
.bubble-text {
  font: 600 17px/1.36 'Bricolage Grotesque', sans-serif; letter-spacing: -0.01em;
  color: #f4f1ea;
}
.bubble-text::first-letter { text-transform: uppercase; }

@media (max-width: 1000px) {
  .bubble, .bubble.pos-bottom { top: 6%; bottom: auto; right: auto; left: 50%; width: min(320px, 84vw);
            transform: translateX(-50%) translateY(-12px); }
  .bubble.show, .bubble.pos-bottom.show { transform: translateX(-50%) translateY(0); }
  .bubble-card::after { display: none; }
  .bubble-card { text-align: center; }
  .bubble-tick { margin-left: auto; margin-right: auto; }
}

/* ═══════════ TOUR PROGRESS RAIL (dots, no text) ═══════════ */
#rail {
  position: fixed; right: 26px; top: 50%; transform: translateY(-50%);
  z-index: 30; display: flex; flex-direction: column; gap: 8px;
  transition: opacity .5s ease;
}
#rail.hidden { opacity: 0; pointer-events: none; }
#rail .dot {
  width: 7px; height: 7px; padding: 0; border: none; cursor: pointer;
  border-radius: 100px; background: rgba(255,255,255,0.16); transition: all .3s ease;
}
#rail .dot:hover { background: rgba(255,255,255,0.4); }
#rail .dot.is-active { background: #d9a441; height: 18px; box-shadow: 0 0 10px rgba(217,164,65,0.6); }

/* ─── scroll cue (static chevron, no blink) ─── */
#scroll-cue {
  position: fixed; bottom: 26px; left: 50%; z-index: 30; width: 16px; height: 16px;
  border-right: 2px solid rgba(255,255,255,0.5); border-bottom: 2px solid rgba(255,255,255,0.5);
  transform: translate(-50%,0) rotate(45deg);
  opacity: .4; transition: opacity .4s ease;
}
#scroll-cue.hidden { opacity: 0; pointer-events: none; }

@media (max-width: 600px) {
  #rail { right: 12px; }
  #rail .dot { width: 6px; height: 6px; }
  #rail .dot.is-active { height: 15px; }
  #intro-progress { bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .intro-slide, .tour-screen { transition: opacity .3s linear; filter: none !important; }
  #scroll-cue { animation: none; }
  #intro-progress i.filling { animation: none; }
}

/* ═══════════════════════════════════════════════════════════
   THE CASE — founder / investor pitch section (below the tour)
   Scoped under #pitch so it never touches the verbatim screens.
═══════════════════════════════════════════════════════════ */
#pitch {
  --ink: #f4f1ea;
  --muted: rgba(244,241,234,0.60);
  --faint: rgba(244,241,234,0.38);
  --bronze: #d9a441;
  --hair: rgba(244,241,234,0.10);
  --card: linear-gradient(158deg, rgba(32,30,37,0.72), rgba(19,18,23,0.72));
  --card-bd: rgba(217,164,65,0.18);
  position: relative; z-index: 3;
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(217,164,65,0.07), transparent 60%),
    #0a0a0c;
  color: var(--ink);
  font-family: 'Manrope', sans-serif;
  padding: clamp(40px, 9vw, 130px) clamp(22px, 7vw, 120px) clamp(80px, 12vw, 180px);
  border-top: 1px solid var(--hair);
}

.pitch-band { max-width: 1080px; margin: 0 auto; padding: clamp(38px, 7vw, 96px) 0; }
.pitch-band + .pitch-band { border-top: 1px solid var(--hair); }

.eyebrow {
  display: inline-block; font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bronze); margin-bottom: 22px;
}
.pitch-h1 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  letter-spacing: -0.03em; line-height: 1.02; margin: 0;
  font-size: clamp(38px, 6.5vw, 82px); color: var(--ink);
}
.pitch-h1 em { font-style: normal; color: var(--bronze); }
.pitch-h2 {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 22px;
  font-size: clamp(27px, 4vw, 46px); color: var(--ink); max-width: 18ch;
}
.pitch-h2 em, .pitch-body em, .pitch-lede em { font-style: italic; color: var(--bronze); }
.pitch-lede {
  font-size: clamp(17px, 1.8vw, 22px); line-height: 1.6; max-width: 44ch;
  color: rgba(244,241,234,0.78); margin: 26px 0 0; font-weight: 400;
}
.pitch-body {
  font-size: clamp(15px, 1.4vw, 18px); line-height: 1.7; max-width: 60ch;
  color: var(--muted); margin: 0 0 34px;
}

/* opener with zebra-stripe motif */
.pitch-open { text-align: left; }
.pitch-open::before {
  content: ''; display: block; width: 100%; height: 12px; margin-bottom: clamp(28px, 5vw, 56px);
  background: repeating-linear-gradient(115deg, var(--bronze) 0 8px, transparent 8px 22px);
  opacity: 0.5; mask-image: linear-gradient(90deg, #000, transparent 82%);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 82%);
}

/* origin band — the forecast brief + answer */
.origin-brief {
  margin: 16px 0 0; max-width: 52ch;
  font-size: clamp(14px, 1.25vw, 16px); line-height: 1.55;
  color: rgba(244,241,234,0.6); font-weight: 400;
}
.brief-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 30px; }
.brief-chips li {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.06em;
  color: rgba(244,241,234,0.72); border: 1px solid rgba(217,164,65,0.28);
  border-radius: 100px; padding: 8px 14px; background: rgba(217,164,65,0.05);
}
.origin-answer {
  max-width: 64ch; background: rgba(217,164,65,0.06);
  border: 1px solid rgba(217,164,65,0.22); border-left: 2px solid var(--bronze);
  border-radius: 12px; padding: 20px 24px;
  font-size: clamp(15px, 1.4vw, 18px); line-height: 1.62; color: rgba(244,241,234,0.84);
}
.origin-answer em { font-style: italic; color: var(--bronze); }
.origin-tag {
  display: block; font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--bronze); margin-bottom: 10px;
}

/* problem — pull quotes */
.quote-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote {
  margin: 0; background: var(--card); border: 1px solid var(--card-bd);
  border-left: 2px solid var(--bronze); border-radius: 14px; padding: 24px 22px;
}
.quote blockquote {
  margin: 0 0 14px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500;
  font-size: clamp(17px, 1.7vw, 21px); line-height: 1.35; color: var(--ink); letter-spacing: -0.01em;
}
.quote figcaption { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; color: var(--faint); text-transform: uppercase; }

/* why now — bar chart (card styling defined in .whynow-grid block below) */
.bars { display: flex; align-items: flex-end; justify-content: center; gap: clamp(28px, 6vw, 64px); height: 200px; }
.bar-group { display: flex; flex-direction: column; align-items: center; gap: 12px; height: 100%; justify-content: flex-end; }
.bar {
  width: clamp(64px, 14vw, 108px); height: var(--h); min-height: 40px;
  border-radius: 10px 10px 0 0; position: relative;
  background: linear-gradient(180deg, rgba(244,241,234,0.22), rgba(244,241,234,0.08));
  border: 1px solid rgba(244,241,234,0.14); border-bottom: none;
}
.bar-now { background: linear-gradient(180deg, var(--bronze), rgba(217,164,65,0.45)); border-color: rgba(217,164,65,0.5); box-shadow: 0 0 40px -8px rgba(217,164,65,0.6); }
.bar-val { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(20px, 2.4vw, 28px); color: var(--ink); }
.bar-lab { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.1em; color: var(--faint); text-transform: uppercase; }
.bar-arrow { align-self: center; color: var(--bronze); font-size: 26px; opacity: 0.7; }
.chart-cap { margin: 22px 0 0; font-size: 14px; color: var(--muted); }
.src { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; color: var(--bronze); text-transform: uppercase; margin-left: 6px; }

/* why now + market — chart beside stacked stats */
.whynow-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 16px; align-items: stretch; }
.chart-card { background: var(--card); border: 1px solid var(--card-bd); border-radius: 18px; padding: clamp(26px, 3.5vw, 40px); }
.stat-col { display: flex; flex-direction: column; gap: 16px; }
.stat { background: var(--card); border: 1px solid var(--card-bd); border-radius: 14px; padding: 24px 22px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.stat-num { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; letter-spacing: -0.02em; font-size: clamp(30px, 3.6vw, 44px); color: var(--bronze); line-height: 1; margin-bottom: 12px; }
.stat-lab { font-size: 14px; line-height: 1.45; color: var(--muted); }
.stat-src { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; color: var(--faint); text-transform: uppercase; margin-top: 12px; }

/* moat flow */
.moat-flow { display: flex; align-items: stretch; gap: 14px; margin-bottom: 26px; }
.moat-node { flex: 1; background: var(--card); border: 1px solid var(--card-bd); border-radius: 14px; padding: 24px 20px; }
.moat-core { border-color: rgba(217,164,65,0.55); box-shadow: 0 0 50px -18px rgba(217,164,65,0.7); background: linear-gradient(158deg, rgba(48,40,26,0.7), rgba(26,22,16,0.8)); position: relative; }
.moat-badge { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: #0a0a0c; background: var(--bronze); border-radius: 100px; padding: 4px 10px; margin-bottom: 14px; }
.moat-t { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: clamp(16px, 1.6vw, 20px); color: var(--ink); letter-spacing: -0.01em; margin-bottom: 10px; }
.moat-d { font-size: 14px; line-height: 1.55; color: var(--muted); }
.moat-arrow { align-self: center; color: var(--bronze); font-size: 24px; opacity: 0.7; }
.hardrule { background: rgba(217,164,65,0.06); border: 1px solid rgba(217,164,65,0.28); border-radius: 12px; padding: 18px 22px; font-size: 15px; line-height: 1.6; color: rgba(244,241,234,0.82); }
.hardrule-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--bronze); margin-right: 12px; }

/* loop flow */
.loop-flow { display: flex; align-items: stretch; gap: 12px; }
.loop-node { flex: 1; background: var(--card); border: 1px solid var(--card-bd); border-radius: 14px; padding: 24px 20px; position: relative; }
.loop-key { border-color: rgba(217,164,65,0.55); box-shadow: 0 0 46px -16px rgba(217,164,65,0.65); }
.loop-i { font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.1em; color: var(--bronze); }
.loop-t { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: clamp(17px, 1.7vw, 22px); color: var(--ink); margin: 10px 0 8px; letter-spacing: -0.01em; }
.loop-d { font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.loop-arrow { align-self: center; color: var(--bronze); font-size: 22px; opacity: 0.7; }
.loop-return { margin-top: 18px; text-align: right; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.1em; color: var(--bronze); text-transform: uppercase; }

/* competitive matrix */
.matrix-wrap { overflow-x: auto; }
.matrix { width: 100%; border-collapse: collapse; min-width: 560px; }
.matrix th, .matrix td { text-align: left; padding: 16px 18px; font-size: 15px; border-bottom: 1px solid var(--hair); }
.matrix thead th { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); font-weight: 400; }
.matrix .rlab { color: var(--muted); font-weight: 500; }
.matrix td:not(.rlab):not(.col-zd) { color: var(--faint); }
.matrix .col-zd { color: var(--ink); font-weight: 600; background: rgba(217,164,65,0.07); }
.matrix thead th.col-zd { color: var(--bronze); font-weight: 600; }
.matrix tbody tr:last-child td { border-bottom: none; }

/* ═══════════ INSPIRED BY footer ═══════════ */
#inspired {
  position: relative; z-index: 3; background: #0a0a0c;
  border-top: 1px solid rgba(244,241,234,0.10);
  padding: clamp(48px, 8vw, 96px) clamp(22px, 7vw, 120px) clamp(64px, 10vw, 120px);
  text-align: center; font-family: 'Manrope', sans-serif;
}
#inspired .eyebrow {
  display: inline-block; font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #d9a441; margin-bottom: 24px;
}
.inspired-link { display: inline-flex; flex-direction: column; align-items: center; gap: 16px; text-decoration: none; }
.inspired-thumb {
  position: relative; display: block; width: min(400px, 82vw);
  border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(217,164,65,0.20);
  box-shadow: 0 24px 60px -28px rgba(0,0,0,0.8);
  transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s ease, border-color .4s ease;
}
.inspired-thumb img { display: block; width: 100%; height: auto; filter: saturate(0.9) brightness(0.92); transition: filter .4s ease; }
.play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(217,164,65,0.92);
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  transition: transform .4s cubic-bezier(.2,.7,.3,1), background .3s ease;
}
.play::after {
  content: ''; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%);
  border-style: solid; border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #0a0a0c;
}
.inspired-link:hover .inspired-thumb { transform: translateY(-4px); border-color: rgba(217,164,65,0.5); box-shadow: 0 30px 70px -26px rgba(217,164,65,0.35); }
.inspired-link:hover .inspired-thumb img { filter: saturate(1) brightness(1); }
.inspired-link:hover .play { transform: translate(-50%,-50%) scale(1.08); background: #d9a441; }
.inspired-cap {
  font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(244,241,234,0.55); transition: color .3s ease;
}
.inspired-link:hover .inspired-cap { color: #d9a441; }

/* scroll-reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ── responsive ── */
@media (max-width: 860px) {
  .quote-row, .whynow-grid { grid-template-columns: 1fr; }
  .moat-flow, .loop-flow { flex-direction: column; }
  .moat-arrow, .loop-arrow { transform: rotate(90deg); }
  .loop-return { text-align: center; }
  .pitch-h2 { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
