/* 604 Quran: night sky over the desert, gold on ink. */
:root {
  --bg: #07080c;
  --bg-2: #0c0f19;
  --surface: #11141d;
  --line: rgba(212, 175, 55, 0.16);
  --line-strong: rgba(212, 175, 55, 0.42);
  --gold: #d4af37;
  --gold-bright: #ecd18a;
  --gold-deep: #9c7c22;
  --text: #f3ecdc;
  --text-dim: #aaa393;
  --radius: 18px;
  --ar-display: 'Amiri', 'Amiri Quran', serif;
  --en-display: 'Cormorant Garamond', 'Amiri', serif;
  --body: 'IBM Plex Sans Arabic', 'Tajawal', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gutter: clamp(16px, 5vw, 48px);
  color-scheme: dark;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: rgba(212, 175, 55, 0.35); color: #fff; }

/* Kept for privacy.html */
.glow {
  position: fixed; top: -220px; left: 50%; transform: translateX(-50%);
  width: 720px; height: 720px; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(212,175,55,0.14) 0%, rgba(212,175,55,0) 65%);
}
main, section, header, footer { position: relative; z-index: 1; }

/* ============ LANGUAGE ============ */
html[lang="ar"] [data-l="en"],
html[lang="en"] [data-l="ar"] { display: none !important; }
html[lang="en"] body { line-height: 1.65; }

/* ============ NAV ============ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px var(--gutter);
  padding-top: max(14px, env(safe-area-inset-top));
  transition: background 0.35s ease, border-color 0.35s ease, padding 0.35s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7, 8, 12, 0.72);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom-color: var(--line);
  padding-top: 10px; padding-bottom: 10px;
}
.nav-brand {
  display: inline-flex; align-items: center; gap: 10px; text-decoration: none;
  font-family: var(--ar-display); font-weight: 700; font-size: 1.15rem; color: var(--gold-bright);
}
html[lang="en"] .nav-brand { font-family: var(--en-display); font-size: 1.3rem; letter-spacing: 0.01em; }
.nav-brand img { width: 40px; height: 40px; border-radius: 10px; box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.3), 0 6px 20px rgba(0, 0, 0, 0.5); }
.nav-links { display: flex; gap: clamp(18px, 3vw, 36px); }
.nav-links a {
  text-decoration: none; color: var(--text-dim); font-size: 0.93rem; font-weight: 500;
  transition: color 0.2s ease;
}
.nav-links a:hover { color: var(--gold-bright); }
.nav-end { display: flex; align-items: center; gap: 10px; }

.lang-toggle {
  background: transparent; color: var(--text); cursor: pointer;
  border: 1px solid rgba(243, 236, 220, 0.22); border-radius: 999px;
  padding: 7px 16px; font: 500 0.88rem var(--body);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.lang-toggle:hover { border-color: var(--gold); color: var(--gold-bright); }
.nav-cta {
  text-decoration: none; font-weight: 600; font-size: 0.9rem; color: #1a1408;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  padding: 8px 18px; border-radius: 999px;
  box-shadow: 0 6px 22px rgba(212, 175, 55, 0.28);
  transition: transform 0.2s var(--ease), box-shadow 0.2s ease;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(212, 175, 55, 0.42); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

/* ============ HERO ============ */
.hero {
  display: flex; justify-content: center;
  text-align: center; overflow: hidden; isolation: isolate;
  padding: clamp(118px, 17vh, 170px) var(--gutter) 0;
}
.hero-bg {
  position: absolute; inset: 0 0 auto 0; height: 100vh; height: 100svh; z-index: -2;
  background: url('assets/hero-night.webp') center 78% / cover no-repeat;
  animation: drift 26s var(--ease) both;
}
.hero::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: calc(100svh + 2px); z-index: -1;
  background:
    radial-gradient(60% 45% at 50% 42%, rgba(7,8,12,0.55) 0%, rgba(7,8,12,0) 70%),
    linear-gradient(180deg, rgba(7,8,12,0.75) 0%, rgba(7,8,12,0.1) 22%, rgba(7,8,12,0) 60%, rgba(7,8,12,0.55) 86%, var(--bg) 100%);
}
@keyframes drift { from { transform: scale(1.1); } to { transform: scale(1); } }

.hero-inner { max-width: 820px; display: flex; flex-direction: column; align-items: center; }
.hero-mark {
  width: clamp(120px, 16vw, 170px); height: auto;
  filter: drop-shadow(0 10px 40px rgba(212, 175, 55, 0.35));
}
.eyebrow {
  margin-top: 26px; font-size: 0.86rem; font-weight: 500; color: var(--gold-bright);
  letter-spacing: 0.02em;
  padding: 6px 16px; border: 1px solid var(--line-strong); border-radius: 999px;
  background: rgba(7, 8, 12, 0.35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
html[lang="en"] .eyebrow { letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.74rem; }
.hero-title {
  margin-top: 22px; font-family: var(--ar-display); font-weight: 700;
  font-size: clamp(2.4rem, 6.4vw, 4.8rem); line-height: 1.45; color: var(--text);
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.6);
}
html[lang="en"] .hero-title {
  font-family: var(--en-display); font-weight: 600; line-height: 1.04;
  font-size: clamp(2.8rem, 7.2vw, 5.6rem); letter-spacing: -0.01em;
}
.hero-title em { font-style: italic; color: var(--gold-bright); font-weight: 500; }
html[lang="ar"] .hero-title span { background: linear-gradient(180deg, #fff8e6 30%, var(--gold-bright) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub {
  margin-top: 22px; max-width: 620px; color: rgba(243, 236, 220, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.15rem); font-weight: 300;
}
.hero .stores { margin-top: 34px; }
.hero-phone { position: relative; margin-top: clamp(48px, 7vh, 72px); display: flex; justify-content: center; }
.hero-phone::before {
  content: ''; position: absolute; z-index: -1; left: 50%; top: 4%;
  width: 180%; height: 70%; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(236, 209, 138, 0.28), rgba(212, 175, 55, 0.08) 55%, rgba(212, 175, 55, 0) 100%);
  filter: blur(8px);
}
.hero-phone .phone { width: min(330px, 74vw); }
.hero-phone::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 38%;
  background: linear-gradient(180deg, rgba(7, 8, 12, 0) 0%, var(--bg) 92%);
  pointer-events: none;
}
.scroll-cue {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1px solid rgba(243, 236, 220, 0.35); border-radius: 14px;
}
.scroll-cue span {
  position: absolute; top: 8px; left: 50%; width: 3px; height: 8px; margin-left: -1.5px;
  background: var(--gold-bright); border-radius: 2px; animation: cue 2.2s ease-in-out infinite;
}
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(14px); } }

/* First-paint entrance */
.rise { opacity: 0; transform: translateY(18px); animation: rise 1s var(--ease) forwards; }
.rise:nth-child(2) { animation-delay: 0.12s; }
.rise:nth-child(3) { animation-delay: 0.24s; }
.rise:nth-child(4) { animation-delay: 0.36s; }
.rise:nth-child(5) { animation-delay: 0.48s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ============ STORE BADGES ============ */
/* Google's PNG carries its own transparent margin, so it is sized taller than
   Apple's SVG to read at the same height. */
.stores { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 14px; }
.store { display: inline-flex; align-items: center; border-radius: 12px; transition: transform 0.2s var(--ease), filter 0.2s ease; }
.store:hover { transform: translateY(-2px); filter: drop-shadow(0 10px 24px rgba(212, 175, 55, 0.25)); }
.store-apple img { height: 52px; width: auto; }
.store-play img { height: 77px; width: auto; margin: -12px -10px; }

/* ============ VERSE ============ */
.verse-band { padding: clamp(28px, 5vw, 64px) var(--gutter) clamp(40px, 6vw, 72px); text-align: center; }
.verse-wrap { max-width: 980px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.verse {
  font-family: 'Amiri Quran', serif; font-size: clamp(1.9rem, 5vw, 3.5rem); line-height: 2.1;
  color: rgba(243, 236, 220, 0.42);
}
.verse .w {
  display: inline-block; line-height: 1.75; padding: 0.02em 0.16em 0.1em; border-radius: 14px;
  transition: color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}
.verse .w.lit {
  color: var(--gold-bright);
  background: rgba(212, 175, 55, 0.12);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.4), 0 0 34px rgba(212, 175, 55, 0.18);
}
.verse .w.done { color: var(--text); }
.verse-tr { margin-top: 10px; color: var(--text-dim); font-size: 0.95rem; max-width: 640px; }
html[lang="en"] .verse-tr { font-family: var(--en-display); font-size: 1.2rem; font-style: italic; }
.listen {
  margin-top: 26px; display: inline-flex; align-items: center; gap: 10px; cursor: pointer;
  background: transparent; color: var(--gold-bright); font: 500 0.95rem var(--body);
  border: 1px solid var(--line-strong); border-radius: 999px; padding: 10px 22px 10px 18px;
  transition: background 0.2s ease, transform 0.2s var(--ease);
}
.listen:hover { background: rgba(212, 175, 55, 0.1); transform: translateY(-1px); }
.listen svg { width: 18px; height: 18px; fill: currentColor; }
.listen .i-pause, .listen[aria-pressed="true"] .i-play { display: none; }
.listen[aria-pressed="true"] .i-pause { display: inline; }

/* ============ NUMBERS ============ */
.numbers {
  max-width: 1080px; margin: 0 auto; padding: 8px var(--gutter) clamp(56px, 8vw, 96px);
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.num { text-align: center; padding: 8px 12px; border-inline-start: 1px solid var(--line); }
.num:first-child { border-inline-start: 0; }
.num b {
  display: block; font-family: var(--ar-display); font-weight: 400; color: var(--gold);
  font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.2;
}
html[lang="en"] .num b { font-family: var(--en-display); font-weight: 500; }
.num span { color: var(--text-dim); font-size: 0.9rem; }

/* ============ SECTION HEADS ============ */
.section-head { text-align: center; max-width: 760px; margin: 0 auto clamp(40px, 6vw, 72px); }
.kicker { color: var(--gold); font-size: 0.9rem; font-weight: 500; margin-bottom: 10px; }
html[lang="en"] .kicker { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.74rem; }
.section-title {
  font-family: var(--ar-display); font-weight: 700; color: var(--text);
  font-size: clamp(1.9rem, 4.4vw, 3.1rem); line-height: 1.45;
}
html[lang="en"] .section-title { font-family: var(--en-display); font-weight: 600; line-height: 1.1; font-size: clamp(2.2rem, 4.8vw, 3.6rem); }
.section-sub { margin-top: 16px; color: var(--text-dim); font-size: clamp(1rem, 1.5vw, 1.1rem); font-weight: 300; }

/* ============ PHONE FRAME ============ */
.phone {
  position: relative; width: min(300px, 72vw); aspect-ratio: 600 / 1067;
  padding: 9px; border-radius: 42px;
  background: linear-gradient(160deg, #2a2b31 0%, #111217 45%, #1d1e24 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(212, 175, 55, 0.18),
    0 40px 80px -20px rgba(0, 0, 0, 0.8),
    0 0 90px -10px rgba(212, 175, 55, 0.16);
}
.phone > img, .phone > video {
  width: 100%; height: 100%; object-fit: cover; border-radius: 34px; background: #000;
}

/* ============ FEATURES ============ */
.features { max-width: 1120px; margin: 0 auto; padding: clamp(40px, 6vw, 80px) var(--gutter) clamp(56px, 8vw, 110px); }
.feature {
  display: grid; grid-template-columns: 1fr 1.1fr; align-items: center;
  gap: clamp(32px, 7vw, 110px); padding: clamp(28px, 5vw, 64px) 0;
}
.feature.flip .feature-media { order: 2; }
.feature-media { display: flex; justify-content: center; position: relative; }
.feature-media::before {
  content: ''; position: absolute; inset: 12% 8%; z-index: -1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0));
  filter: blur(10px);
}
.feature-no {
  font-family: var(--ar-display); color: var(--gold); font-size: 1.1rem;
  display: inline-flex; align-items: center; gap: 12px;
}
.feature-no::after { content: ''; width: 48px; height: 1px; background: var(--line-strong); }
.feature h3 {
  margin: 10px 0 14px; font-family: var(--ar-display); font-weight: 700; line-height: 1.5;
  font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--text);
}
html[lang="en"] .feature h3 { font-family: var(--en-display); font-weight: 600; line-height: 1.12; font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.feature-copy > p { color: var(--text-dim); font-size: 1.05rem; font-weight: 300; max-width: 520px; }
.ticks { list-style: none; margin-top: 22px; display: grid; gap: 10px; }
.ticks li { position: relative; padding-inline-start: 28px; color: var(--text); font-size: 0.97rem; }
.ticks li::before {
  content: ''; position: absolute; inset-inline-start: 0; top: 0.62em;
  width: 12px; height: 12px; transform: rotate(45deg);
  border: 1px solid var(--gold); background: rgba(212, 175, 55, 0.18);
}

/* Review interval ladder */
.intervals {
  list-style: none; display: flex; align-items: flex-end; gap: 6px; margin-top: 24px; max-width: 520px;
}
.intervals li {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end;
  border-radius: 10px 10px 4px 4px; padding: 8px 2px 6px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.22), rgba(212, 175, 55, 0.05));
  border: 1px solid var(--line);
}
.intervals li:nth-child(1) { height: 56px; }
.intervals li:nth-child(2) { height: 64px; }
.intervals li:nth-child(3) { height: 74px; }
.intervals li:nth-child(4) { height: 86px; }
.intervals li:nth-child(5) { height: 100px; }
.intervals li:nth-child(6) { height: 116px; }
.intervals li:nth-child(7) { height: 134px; }
.intervals b { font-family: var(--ar-display); color: var(--gold-bright); font-size: 1.2rem; line-height: 1.1; font-weight: 700; }
html[lang="en"] .intervals b { font-family: var(--en-display); font-weight: 600; font-size: 1.35rem; }
.intervals span { font-size: 0.7rem; color: var(--text-dim); }

/* ============ REELS ============ */
.reels { padding: clamp(80px, 11vw, 150px) var(--gutter); overflow: hidden; isolation: isolate; }
.reels-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, var(--bg) 0%, rgba(7,8,12,0.78) 22%, rgba(7,8,12,0.78) 78%, var(--bg) 100%),
    url('assets/sea-wide.webp') center / cover no-repeat;
}
.new {
  display: inline-block; padding: 4px 14px; border-radius: 999px; color: #1a1408; font-weight: 600;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
}
html[lang="en"] .new { letter-spacing: 0.14em; }
.reel-row {
  display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3vw, 40px);
  max-width: 1080px; margin: 0 auto;
}
.reel { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.reel:nth-child(2) .phone { transform: translateY(-28px); }
.phone-reel { width: min(270px, 64vw); }
.reel figcaption { color: var(--text-dim); font-size: 0.9rem; }
.reel:nth-child(2) figcaption { transform: translateY(-28px); }
.sound {
  position: absolute; bottom: 22px; inset-inline-end: 20px; width: 40px; height: 40px;
  border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.25); cursor: pointer;
  background: rgba(0, 0, 0, 0.45); color: #fff;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: grid; place-items: center; transition: background 0.2s ease, border-color 0.2s ease;
}
.sound:hover { border-color: var(--gold); }
.sound svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.sound svg path:first-child { fill: currentColor; stroke: none; }
.sound .wave { display: none; }
.sound.on { background: rgba(212, 175, 55, 0.85); color: #1a1408; border-color: transparent; }
.sound.on .wave { display: inline; }
.sound.on .x { display: none; }
.reel-facts {
  list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
  max-width: 860px; margin: clamp(36px, 5vw, 56px) auto 0;
}
.reel-facts li {
  padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--text); font-size: 0.9rem; background: rgba(7, 8, 12, 0.5);
}

/* ============ METHOD ============ */
.method { max-width: 1120px; margin: 0 auto; padding: clamp(72px, 10vw, 130px) var(--gutter) clamp(56px, 8vw, 100px); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 28px); }
.step {
  position: relative; padding: 32px 28px 34px; border-radius: var(--radius); text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
}
.step-no {
  display: block; font-family: var(--ar-display); font-weight: 700; line-height: 1;
  font-size: 4.2rem; color: transparent; -webkit-text-stroke: 1px var(--gold);
  margin-bottom: 18px;
}
html[lang="en"] .step-no { font-family: var(--en-display); }
.step h3 { font-family: var(--ar-display); font-weight: 700; font-size: 1.45rem; line-height: 1.5; margin-bottom: 6px; }
html[lang="en"] .step h3 { font-family: var(--en-display); font-weight: 600; font-size: 1.7rem; line-height: 1.2; }
.step p { color: var(--text-dim); font-weight: 300; }

.promise {
  margin-top: clamp(28px, 4vw, 44px); display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: clamp(24px, 3.5vw, 36px) clamp(24px, 4vw, 44px); border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background: radial-gradient(120% 140% at 0% 0%, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0) 60%), var(--surface);
}
.promise h3 { font-family: var(--ar-display); font-weight: 700; font-size: 1.5rem; color: var(--gold-bright); line-height: 1.5; }
html[lang="en"] .promise h3 { font-family: var(--en-display); font-weight: 600; font-size: 1.8rem; line-height: 1.2; }
.promise p { color: var(--text-dim); font-weight: 300; margin-top: 4px; }
.text-link {
  flex-shrink: 0; color: var(--gold-bright); text-decoration: none; font-weight: 500;
  border-bottom: 1px solid var(--line-strong); padding-bottom: 2px;
}
.text-link:hover { border-color: var(--gold-bright); }

/* ============ DOWNLOAD ============ */
.download { padding: clamp(110px, 16vw, 200px) var(--gutter); text-align: center; overflow: hidden; isolation: isolate; }
.download-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, var(--bg) 0%, rgba(7,8,12,0.35) 35%, rgba(7,8,12,0.2) 70%, rgba(7,8,12,0.85) 100%),
    url('assets/desert-wide.webp') center 70% / cover no-repeat;
}
.download-inner { display: flex; flex-direction: column; align-items: center; }
.app-icon { width: 88px; height: 88px; border-radius: 22px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255,255,255,0.08); margin-bottom: 26px; }
.download .section-title { text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); }
.download .section-sub { color: rgba(243, 236, 220, 0.85); margin-bottom: 30px; }

/* ============ FOOTER ============ */
.footer { text-align: center; padding: 44px var(--gutter) max(48px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--bg); }
.footer-brand { font-family: var(--ar-display); font-weight: 700; font-size: 1.5rem; color: var(--gold); }
html[lang="en"] .footer-brand { font-family: var(--en-display); font-weight: 600; font-size: 1.7rem; }
.footer-note { color: var(--text-dim); font-size: 0.95rem; margin-top: 4px; }
.footer-links { margin-top: 16px; color: var(--text-dim); font-size: 0.84rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 12px; }
.footer-links a { color: var(--gold); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

/* ============ SCROLL REVEAL ============ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.show { opacity: 1; transform: none; }
.reel.reveal.show:nth-child(2) { transition-delay: 0.1s; }
.reel.reveal.show:nth-child(3) { transition-delay: 0.2s; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .feature, .feature.flip { grid-template-columns: 1fr; text-align: center; gap: 36px; }
  .feature.flip .feature-media { order: 0; }
  .feature-copy { display: flex; flex-direction: column; align-items: center; }
  .feature-copy > p { margin: 0 auto; }
  .ticks { text-align: start; }
  .intervals { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .promise { flex-direction: column; text-align: center; }
}
@media (max-width: 760px) {
  .hero-bg { background-image: url('assets/hero-night-m.webp'); background-position: center bottom; }
  .nav-cta { display: none; }
  .numbers { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .num:nth-child(3) { border-inline-start: 0; }
  .reel-row {
    justify-content: flex-start; overflow-x: auto; scroll-snap-type: x mandatory;
    margin: 0 calc(var(--gutter) * -1); padding: 36px var(--gutter) 8px;
    scrollbar-width: none;
  }
  .reel-row::-webkit-scrollbar { display: none; }
  .reel { scroll-snap-align: center; flex-shrink: 0; }
  .reel:nth-child(2) .phone, .reel:nth-child(2) figcaption { transform: none; }
  .phone-reel { width: 64vw; }
  .phone { border-radius: 36px; padding: 8px; }
  .phone > img, .phone > video { border-radius: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg, .rise, .scroll-cue span { animation: none; opacity: 1; transform: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
