/* ============================================================
   RAILORA — Landing v2
   Spirit: Flighty — a single iPhone pinned to centre while the
   screen inside it (and everything around it) changes on scroll.
   Dark warm system · copper accent · Schibsted Grotesk display.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #0C0910;
  --bg-2: #110D16;
  --panel: #16121D;
  --panel-2: #1C1724;
  --cream: #F4EEE7;
  --cream-2: rgba(244, 238, 231, 0.66);
  --cream-3: rgba(244, 238, 231, 0.42);
  --hair: rgba(244, 238, 231, 0.10);
  --hair-2: rgba(244, 238, 231, 0.055);

  --copper: #C77E50;
  --copper-bright: #DD9460;
  --copper-deep: #B96B3D;
  --copper-soft: rgba(199, 126, 80, 0.16);
  --copper-glow: rgba(199, 126, 80, 0.45);

  --green: #2BB35F;
  --amber: #F5B400;

  --font: "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sf: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--copper); color: #1A1206; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }

/* ============================================================ ATMOSPHERE */
.aura {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 40% at 78% -5%, rgba(199, 126, 80, 0.20), transparent 60%),
    radial-gradient(50% 38% at 12% 12%, rgba(199, 126, 80, 0.09), transparent 62%),
    linear-gradient(180deg, #0C0910 0%, #100B14 100%);
}
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}
.page { position: relative; z-index: 2; }

/* ============================================================ NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(12, 9, 16, 0.72);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid var(--hair-2);
}
.nav-in { height: 68px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mark { width: 28px; height: 28px; display: block; }
.brand .word { font-size: 22px; font-weight: 700; letter-spacing: -0.03em; color: var(--cream); }
.brand .word b { color: var(--copper); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--cream-2); transition: color .2s ease; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; border-radius: 2px; background: var(--copper); transition: right .28s cubic-bezier(.2,.7,.2,1); }
.nav-links a:hover::after { right: 0; }
.nav-links a:hover { color: var(--cream); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
@media (max-width: 820px) { .nav-links { display: none; } }

/* ============================================================ BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-size: 15px; font-weight: 600; letter-spacing: -0.01em;
  height: 46px; padding: 0 20px; border-radius: 13px; border: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .25s ease, background .25s ease; white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: linear-gradient(180deg, var(--copper-bright), var(--copper-deep)); color: #fff;
  box-shadow: 0 6px 22px -6px var(--copper-glow), inset 0 1px 0 rgba(255,255,255,.22);
}
.btn-primary:hover { box-shadow: 0 10px 34px -8px var(--copper-glow), inset 0 1px 0 rgba(255,255,255,.28); transform: translateY(-1px); }
.btn-ghost { background: rgba(244, 238, 231, 0.06); color: var(--cream); box-shadow: inset 0 0 0 1px var(--hair); }
.btn-ghost:hover { background: rgba(244, 238, 231, 0.10); }
.btn svg { width: 18px; height: 18px; }

/* TestFlight pill */
.tf {
  display: inline-flex; align-items: center; gap: 13px;
  height: 58px; padding: 0 26px 0 22px; border-radius: 16px;
  background: linear-gradient(180deg, var(--copper-bright), var(--copper-deep));
  color: #fff; cursor: pointer; border: none; font-family: var(--font);
  box-shadow: 0 14px 40px -10px var(--copper-glow), inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .18s ease, box-shadow .25s ease;
}
.tf:hover { transform: translateY(-2px); box-shadow: 0 20px 54px -12px var(--copper-glow), inset 0 1px 0 rgba(255,255,255,.3); }
.tf { position: relative; overflow: hidden; }
.tf > * { position: relative; z-index: 1; }
.tf::after { content: ""; position: absolute; top: 0; left: -65%; width: 45%; height: 100%; z-index: 2; pointer-events: none; background: linear-gradient(100deg, transparent, rgba(255,255,255,.4), transparent); transform: skewX(-18deg); opacity: 0; }
.tf:hover::after { animation: tfShine .85s ease; }
@keyframes tfShine { 0% { left: -65%; opacity: 1; } 100% { left: 130%; opacity: 1; } }
.tf .tf-ic { width: 30px; height: 30px; flex: 0 0 auto; }
.tf .tf-tx { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2px; }
.tf .tf-k { font-size: 11px; font-weight: 600; opacity: .82; letter-spacing: .02em; line-height: 1; }
.tf .tf-m { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; line-height: 1; }
.nav .tf { height: 44px; padding: 0 18px 0 15px; border-radius: 12px; }
.nav .tf .tf-ic { width: 22px; height: 22px; }
.nav .tf .tf-tx { gap: 1px; line-height: 1; }
.nav .tf .tf-m { font-size: 14px; line-height: 1.05; }
.nav .tf .tf-k { font-size: 9.5px; line-height: 1; }

/* ============================================================ ATOMS */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--copper-bright);
}
.eyebrow::before { content: ""; width: 22px; height: 1.5px; background: var(--copper); border-radius: 2px; }
.eyebrow.center::before { display: none; }

h1, h2, h3 { font-weight: 700; letter-spacing: -0.035em; line-height: 1.02; }
.display { font-size: clamp(42px, 7.4vw, 96px); font-weight: 800; letter-spacing: -0.045em; line-height: 0.96; }
.h2 { font-size: clamp(32px, 4.6vw, 56px); font-weight: 700; letter-spacing: -0.04em; line-height: 1.0; }
.lede { font-size: clamp(17px, 1.5vw, 21px); color: var(--cream-2); line-height: 1.5; font-weight: 400; }
.copper-ink { color: var(--copper-bright); }

.section { position: relative; padding: clamp(90px, 13vw, 160px) 0; }
.section-tight { padding: clamp(60px, 8vw, 100px) 0; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.16,.7,.2,1), transform .9s cubic-bezier(.16,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================ PHONE FRAME — realistic iPhone */
.phone {
  width: var(--pw, 300px); aspect-ratio: 1206 / 2622;
  --r: calc(var(--pw, 300px) * 0.158);
  border-radius: var(--r);
  padding: calc(var(--pw, 300px) * 0.026);
  /* titanium rail */
  background:
    linear-gradient(135deg, #4a4751 0%, #1d1a22 16%, #36323d 30%, #131017 48%,
                    #2c2932 66%, #18151c 82%, #423e49 100%);
  box-shadow:
    0 60px 110px -30px rgba(0,0,0,.78), 0 12px 30px -10px rgba(0,0,0,.6),
    inset 0 0 0 1.2px rgba(255,255,255,.16),
    inset 0 0 2px 1px rgba(0,0,0,.5);
  position: relative;
}
/* inner black bezel ring between rail and screen */
.phone::before {
  content: ""; position: absolute; inset: calc(var(--pw, 300px) * 0.013);
  border-radius: calc(var(--r) - var(--pw, 300px) * 0.013);
  background: #050506;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  z-index: 1;
}
.phone .scr {
  position: relative; z-index: 2;
  width: 100%; height: 100%;
  border-radius: calc(var(--r) - var(--pw, 300px) * 0.026);
  overflow: hidden; background: #000;
}
.phone .scr > img,
.phone .scr > .appscr { width: 100%; height: 100%; position: absolute; inset: 0; }
.phone .scr > img { object-fit: cover; }
/* glass gloss */
.phone .scr::after {
  content: ""; position: absolute; inset: 0; z-index: 9; pointer-events: none;
  background: linear-gradient(118deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 22%, rgba(255,255,255,0) 100%);
  mix-blend-mode: screen;
}
/* physical side buttons */
.phone .btns { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.phone .bn { position: absolute; border-radius: 2px; background: linear-gradient(180deg, #524e59, #1c1920); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), -1px 0 2px rgba(0,0,0,.4); }
.phone .bn.action { left: calc(var(--pw,300px) * -0.012); top: 17%; width: calc(var(--pw,300px) * 0.013); height: 4.4%; }
.phone .bn.volup   { left: calc(var(--pw,300px) * -0.012); top: 25.5%; width: calc(var(--pw,300px) * 0.013); height: 7.2%; }
.phone .bn.voldn   { left: calc(var(--pw,300px) * -0.012); top: 34.5%; width: calc(var(--pw,300px) * 0.013); height: 7.2%; }
.phone .bn.power   { right: calc(var(--pw,300px) * -0.012); top: 27%; width: calc(var(--pw,300px) * 0.013); height: 10.5%; border-radius: 2px; background: linear-gradient(180deg, #524e59, #1c1920); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 1px 0 2px rgba(0,0,0,.4); }
.phone-glow::after {
  content: ""; position: absolute; inset: -16% -14% -10% -14%; z-index: -1;
  background: radial-gradient(50% 46% at 50% 42%, var(--copper-glow), transparent 70%);
  filter: blur(20px); opacity: .8;
}

/* ============================================================ HERO — centred motto */
.hero { position: relative; padding-top: clamp(126px, 16vh, 168px); padding-bottom: clamp(40px, 6vw, 70px); overflow: hidden; }
.hero-in { display: grid; grid-template-columns: 1fr auto; gap: clamp(40px, 6vw, 84px); align-items: center; }
.hero h1 { margin: 22px 0 0; }
.hero .lede { margin-top: 24px; max-width: 600px; }
.hero-cta { display: flex; align-items: center; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.hero-cta.center { justify-content: center; }

.capture { margin-top: 22px; width: 100%; max-width: 440px; }
.capture.center { margin-left: auto; margin-right: auto; }
.capture-lbl { font-size: 13px; color: var(--cream-3); margin-bottom: 9px; font-weight: 500; }
.capture-row {
  display: flex; gap: 9px; background: rgba(244,238,231,0.05);
  border: 1px solid var(--hair); border-radius: 14px; padding: 6px;
  transition: border-color .25s ease, background .25s ease;
}
.capture-row:focus-within { border-color: var(--copper); background: rgba(199,126,80,0.08); }
.capture-row input { flex: 1; min-width: 0; background: none; border: none; outline: none; font-family: var(--font); font-size: 15px; color: var(--cream); padding: 0 12px; }
.capture-row input::placeholder { color: var(--cream-3); }
.capture-row .btn { height: 42px; }
.capture-ok { color: var(--green); font-size: 14px; font-weight: 600; margin-top: 10px; display: none; align-items: center; gap: 7px; justify-content: center; }
.capture-ok.show { display: flex; }
.capture-err { color: #e05a5a; font-size: 14px; font-weight: 600; margin-top: 10px; display: none; align-items: center; justify-content: center; }
.capture-err.show { display: flex; }

/* hero 2-col: text left, phone right */
.hero-text { display: flex; flex-direction: column; align-items: flex-start; }
.hero-phone { display: flex; align-items: center; justify-content: flex-end; }
.hero-phone .phone {
  --pw: clamp(190px, min(22vw, 34vh), 272px);
  transform: perspective(1400px) rotateY(-10deg) rotateX(3deg);
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.hero-phone:hover .phone { transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
@media (max-width: 860px) {
  .hero-in { grid-template-columns: 1fr; }
  .hero-text { align-items: center; text-align: center; }
  .hero-text .eyebrow::before { display: none; }
  .hero-text .hero-cta { justify-content: center; }
  .hero-text .capture { margin-left: auto; margin-right: auto; }
  .hero-phone { display: none; }
}

/* notification stack (Flighty-style clean cards) */
.ncard-stack { margin-top: clamp(48px, 7vw, 78px); width: 100%; max-width: 520px; display: grid; gap: 14px; }
.ncard {
  background: #fff; border-radius: 16px; padding: 14px 16px;
  display: flex; align-items: center; gap: 14px;
  box-shadow:
    rgba(0,0,0,.03) 0 0 0 1px, rgba(0,0,0,.04) 0 1px 1px .5px,
    rgba(0,0,0,.05) 0 3px 3px 1.5px, rgba(0,0,0,.06) 0 6px 6px -3px,
    rgba(0,0,0,.12) 0 18px 28px -10px;
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.ncard .nc-ic { width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; }
.ncard .nc-ic svg { width: 23px; height: 23px; }
.ncard .nc-tx { flex: 1; min-width: 0; text-align: left; }
.ncard .nc-t { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; color: #0b0b0c; line-height: 1.2; }
.ncard .nc-s { font-size: 14.5px; color: rgba(0,0,0,.5); margin-top: 2px; line-height: 1.3; }
.ncard .nc-time { font-size: 13px; font-weight: 600; color: rgba(0,0,0,.34); flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.ncard-stack .nc-1 { transform: rotate(-1.4deg); }
.ncard-stack .nc-2 { transform: rotate(0.8deg) scale(1.015); z-index: 2; }
.ncard-stack .nc-3 { transform: rotate(-0.6deg); }
.ncard-stack:hover .nc-1 { transform: rotate(-1.4deg) translateY(-3px); }
.ncard-stack:hover .nc-3 { transform: rotate(-0.6deg) translateY(3px); }

/* ============================================================ TESTIMONIALS */
.testi { padding: clamp(28px, 4.5vw, 52px) 0; border-bottom: 1px solid var(--hair); }
.testi-in { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.tcard {
  flex: 0 1 340px; min-width: 260px;
  background: var(--panel); border: 1px solid var(--hair);
  border-radius: 20px; padding: 22px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.t-stars { color: var(--amber); font-size: 14px; letter-spacing: 2px; }
.t-quote { font-size: 15.5px; font-weight: 500; color: var(--cream); line-height: 1.48; letter-spacing: -0.01em; flex: 1; font-style: italic; }
.t-author { font-size: 13px; color: var(--cream-3); font-weight: 600; letter-spacing: -0.01em; }

/* ============================================================ BIO — founder note */
.bio { padding: clamp(56px, 9vw, 104px) 0; }
.bio-in { display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; max-width: 920px; margin: 0 auto; }
.bio-photo { position: relative; width: clamp(120px, 18vw, 168px); height: clamp(120px, 18vw, 168px); flex: 0 0 auto; }
.bio-photo .bio-avatar {
  width: 100%; height: 100%;
  border-radius: 50%; overflow: hidden; display: block;
  object-fit: cover; object-position: 35% 20%;
  box-shadow: 0 24px 50px -18px rgba(0,0,0,.7), inset 0 0 0 1px var(--hair);
  background: linear-gradient(155deg, #2A1C12, #4a2c18);
}
.bio-badge {
  position: absolute; right: -6px; bottom: -6px; width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(180deg, var(--copper-bright), var(--copper-deep)); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 22px -8px var(--copper-glow), inset 0 1px 0 rgba(255,255,255,.25);
  border: 3px solid var(--bg);
}
.bio-badge svg { width: 22px; height: 22px; }
.bio-copy .eyebrow { margin-bottom: 16px; }
.bio-text { font-size: clamp(19px, 2.1vw, 25px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.42; color: var(--cream); text-wrap: pretty; }
.bio-text.dim { color: var(--cream-2); margin-top: 8px; font-weight: 400; }
.bio-text b { font-weight: 700; }
.bio-sign { margin-top: 22px; display: flex; flex-direction: column; gap: 2px; }
.bio-sign .sig { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--copper-bright); }
.bio-sign .sig-role { font-size: 13.5px; color: var(--cream-3); font-weight: 500; }
@media (max-width: 680px) {
  .bio-in { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 26px; }
  .bio-copy .eyebrow { justify-content: center; }
  .bio-copy .eyebrow::before { display: none; }
  .bio-sign { align-items: center; }
}

/* ============================================================ ALERT — clean comparison cards */
.alert-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.alert-copy { max-width: 480px; }
.alert-copy h2 { margin: 18px 0 0; }
.alert-copy .lede { margin-top: 20px; }
.alert-copy .banner-meta { margin-top: 28px; }
.alert-cards { display: grid; gap: 16px; }
.alert-cards .ncard { transform: none; }
.alert-cards .ncard:not(.ghost):hover { transform: translateX(6px); }
.alert-cards .ghost { background: rgba(244,238,231,0.04); box-shadow: inset 0 0 0 1px var(--hair-2); }
.alert-cards .ghost .nc-t { color: var(--cream-2); }
.alert-cards .ghost .nc-s { color: var(--cream-3); }
.nc-stamp { font-size: 12px; font-weight: 700; letter-spacing: .01em; flex: 0 0 auto; padding: 5px 10px; border-radius: 8px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.nc-stamp.early { color: #1B8A47; background: rgba(43,179,95,.14); }
.nc-stamp.late { color: var(--cream-3); background: rgba(244,238,231,.06); }
.alert-divider { display: flex; align-items: center; gap: 10px; margin: 4px 0; }
.alert-divider::before, .alert-divider::after { content: ""; flex: 1; height: 1px; background: var(--hair); }
.alert-divider span { font-size: 11.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--cream-3); white-space: nowrap; }
@media (max-width: 880px) {
  .alert-in { grid-template-columns: 1fr; gap: 40px; }
  .alert-copy { max-width: 600px; }
}

/* ============================================================ THE PINNED STORY */
.story { position: relative; height: calc((var(--steps, 5) + 1) * 90vh); }
.story-stage { position: sticky; top: 0; height: 100vh; padding-top: 64px; padding-bottom: 108px; box-sizing: border-box; display: flex; align-items: center; overflow: hidden; }
.story-bg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(46% 50% at 50% 46%, var(--copper-glow), transparent 70%);
  opacity: .5; transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s ease;
}
.story-grid {
  position: relative; z-index: 2; width: 100%; max-width: var(--maxw);
  margin: 0 auto; padding: 0 var(--gut);
  display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

/* sticky phone column */
.story-phone { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; gap: 16px; }
.story-phone .phone { --pw: clamp(150px, min(22vw, 30vh), 288px); }
.story-phone .scr > * { opacity: 0; transform: scale(1.015); transition: opacity .55s ease, transform .7s cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.story-phone .scr > .active { opacity: 1; transform: none; }
.phone-note { font-size: 12px; color: var(--cream-3); font-weight: 500; letter-spacing: .01em; opacity: .8; }

/* copy + side panels crossfade */
.story-col { position: relative; min-height: 1px; }
.story-panel {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center;
  opacity: 0; transform: translateY(26px); transition: opacity .55s ease, transform .65s cubic-bezier(.2,.7,.2,1);
  pointer-events: none;
}
.story-panel.active { opacity: 1; transform: none; pointer-events: auto; }
.story-col.left { text-align: left; align-items: flex-start; }
.story-col.left .story-panel { align-items: flex-start; text-align: left; }

/* step 0 doubles as the hero */
.story-panel.hero-step h1 { font-size: clamp(34px, 3.7vw, 56px); font-weight: 800; letter-spacing: -0.045em; line-height: 0.98; margin-top: 16px; }
.story-panel.hero-step h1 .copper-ink { color: var(--copper-bright); }
.story-panel.hero-step .lede { margin-top: 18px; max-width: 30ch; }
.story-panel.hero-step .hero-cta { display: flex; align-items: center; gap: 13px; margin-top: 26px; flex-wrap: wrap; }
.story-panel.hero-step .capture { margin-top: 20px; max-width: 380px; }
.story-scroll-cue { position: absolute; bottom: clamp(76px, 10vh, 108px); left: 50%; transform: translateX(-50%); z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-3); transition: opacity .4s ease; }
.story-scroll-cue .mouse { width: 22px; height: 34px; border-radius: 12px; border: 1.6px solid var(--cream-3); position: relative; }
.story-scroll-cue .mouse::after { content: ""; position: absolute; top: 6px; left: 50%; width: 3px; height: 6px; border-radius: 2px; background: var(--copper-bright); transform: translateX(-50%); animation: wheel 1.6s infinite; }
@keyframes wheel { 0%{opacity:0;transform:translate(-50%,0);} 40%{opacity:1;} 80%{opacity:0;transform:translate(-50%,9px);} 100%{opacity:0;} }
.story-panel .eyebrow { margin-bottom: 16px; }
.story-panel h2 { font-size: clamp(30px, 3.4vw, 46px); letter-spacing: -0.04em; line-height: 1.02; }
.story-panel .p { margin-top: 18px; font-size: clamp(16px, 1.25vw, 18.5px); color: var(--cream-2); line-height: 1.55; max-width: 30ch; }
.story-step-no { font-size: 13px; font-weight: 700; color: var(--copper-bright); letter-spacing: .1em; margin-bottom: 14px; font-variant-numeric: tabular-nums; }

/* side feature chips */
.story-feat { display: grid; gap: 14px; max-width: 280px; }
.story-feat .sf {
  background: rgba(20,16,26,0.66); border: 1px solid var(--hair-2); border-radius: 16px;
  padding: 15px 16px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start;
  backdrop-filter: blur(10px);
}
.story-feat .sf-ic { width: 34px; height: 34px; border-radius: 10px; background: var(--copper-soft); color: var(--copper-bright); display: flex; align-items: center; justify-content: center; }
.story-feat .sf-ic svg { width: 19px; height: 19px; }
.story-feat .sf-t { font-size: 14.5px; font-weight: 700; letter-spacing: -0.01em; }
.story-feat .sf-d { font-size: 13px; color: var(--cream-2); margin-top: 3px; line-height: 1.4; }

/* Flighty-style step switcher — floats at the bottom of the stage */
.story-steps {
  position: absolute; left: 50%; bottom: clamp(20px, 3.6vh, 40px); transform: translateX(-50%);
  z-index: 8; display: flex; align-items: center; gap: 4px;
  padding: 5px; border-radius: 999px; max-width: calc(100vw - 28px);
  overflow-x: auto; overflow-y: hidden; scrollbar-width: none; -ms-overflow-style: none;
  scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
  background: rgba(14, 11, 18, 0.7);
  -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3);
  box-shadow: inset 0 0 0 1px var(--hair), 0 16px 40px -14px rgba(0,0,0,.72);
}
.story-steps::-webkit-scrollbar { display: none; }
.story-steps .step {
  flex: 0 0 auto; scroll-snap-align: center;
  display: inline-flex; align-items: center; min-width: 40px; height: 40px;
  padding: 0 15px 0 4px; border: none; background: transparent; cursor: pointer;
  border-radius: 999px; color: var(--cream-2); white-space: nowrap; overflow: hidden;
  font-family: var(--font); font-weight: 600; font-size: 14px; letter-spacing: -0.01em;
  transition: background .35s cubic-bezier(.2,.7,.2,1), color .3s ease;
}
.story-steps .step:hover { color: var(--cream); }
.story-steps .step-ic { flex: 0 0 auto; width: 32px; display: inline-flex; align-items: center; justify-content: center; }
.story-steps .step-ic svg { width: 19px; height: 19px; }
.story-steps .step-tx { flex: 0 0 auto; }
.story-steps .step.on {
  color: #1c1206;
  background: linear-gradient(180deg, var(--copper-bright), var(--copper-deep));
  box-shadow: 0 8px 20px -8px var(--copper-glow), inset 0 1px 0 rgba(255,255,255,.28);
}

/* phone reacts to cursor for depth */
.story-phone .phone { transition: transform .3s cubic-bezier(.2,.7,.2,1); }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .story-stage { height: 100vh; align-items: stretch; padding: 64px 0 14px; }
  .story-grid { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(10px, 2.2vh, 22px); text-align: center; height: 100%; padding-bottom: 76px; box-sizing: border-box; }
  .story-phone { align-self: center; flex: 0 0 auto; order: -1; }
  .story-phone .phone { --pw: clamp(116px, min(44vw, 23vh), 224px); }
  .story-col.left { grid-area: copy; flex: 0 0 auto; }
  .story-col { width: 100%; max-width: 460px; min-height: 0; }
  /* on mobile: natural flow, show only the active panel (no absolute overlap) */
  .story-col.left .story-panel { position: static; inset: auto; display: none; opacity: 1; transform: none; }
  .story-col.left .story-panel.active { display: flex; }
  .story-col.left { text-align: center; align-items: center; }
  .story-col.left .story-panel { align-items: center; text-align: center; justify-content: flex-start; }
  .story-panel h2 { font-size: clamp(23px, 5.4vw, 31px); }
  .story-panel .p { max-width: 40ch; margin-left: auto; margin-right: auto; font-size: 15px; }
  .story-panel.hero-step h1 { font-size: clamp(27px, 6.4vw, 39px); margin-top: 10px; }
  .story-panel.hero-step .lede { font-size: 15px; margin-top: 12px; margin-left: auto; margin-right: auto; }
  .story-panel.hero-step .hero-cta { justify-content: center; margin-top: 16px; }
  .story-panel.hero-step .capture { margin-top: 16px; margin-left: auto; margin-right: auto; }
  .story-step-no { margin-bottom: 7px; }
  .story-panel .eyebrow { margin-bottom: 9px; }
  .story-col.right { display: none; }
  .story-scroll-cue { display: none; }
  .story-steps { padding: 4px; gap: 2px; max-width: calc(100vw - 24px); }
  .story-steps .step { min-width: 32px; height: 34px; font-size: 11.5px; padding: 0 9px 0 2px; }
  .story-steps .step-ic { width: 26px; }
  .story-steps .step-ic svg { width: 16px; height: 16px; }
}
@media (max-width: 880px) {
  /* phone-first story: hide copy, let the phone dominate */
  .story-col.left { display: none; }
  .story-phone .phone { --pw: clamp(200px, min(54vw, 52vh), 270px); }
}

@media (max-width: 880px) and (max-height: 740px) {
  .story-panel.hero-step .capture-lbl { display: none; }
  .story-panel .p { display: none; }
}
@media (max-width: 880px) and (max-height: 640px) {
  .story-panel.hero-step .lede { display: none; }
}
@media (min-width: 881px) and (max-height: 600px) {
  .phone-note { display: none; }
}

/* ============================================================ APP SCREEN MOCKUPS (built) */
.appscr { background: #fff; color: #0b0b0c; font-family: var(--sf); display: flex; flex-direction: column; }
.appscr.dark { background: #0b0b0d; color: #fff; }
.appscr .sb {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4.6% 7% 0; font-size: clamp(11px, 3.1vw, 15px); font-weight: 700; flex: 0 0 auto;
}
.appscr .sb .island { width: 30%; height: 4.6%; min-height: 18px; background: #000; border-radius: 99px; }
.appscr .sb .sb-r { display: flex; align-items: center; gap: 5px; font-weight: 700; }
.appscr .sb .sb-r .bat { display: inline-block; width: 22px; height: 11px; border-radius: 3px; border: 1.4px solid currentColor; position: relative; }
.appscr .sb .sb-r .bat::after { content: ""; position: absolute; inset: 1.6px; width: 64%; background: var(--green); border-radius: 1px; }

/* map header used in passport/friends */
.appscr .ascr-body { flex: 1; overflow: hidden; display: flex; flex-direction: column; padding: 6% 7% 0; }
.appscr h3.ascr-title { font-size: clamp(26px, 7.4vw, 38px); font-weight: 800; letter-spacing: -0.03em; margin: 3% 0 0; }

/* tab bar */
.appscr .tabbar {
  margin-top: auto; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-around;
  padding: 4% 5% 7%; gap: 2%;
}
.appscr.dark .tabbar { background: transparent; }
.tab { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: clamp(9px, 2.5vw, 12px); font-weight: 600; color: #8a8a8e; flex: 1; padding: 6px 0; border-radius: 16px; }
.tab svg { width: clamp(20px, 5.6vw, 26px); height: clamp(20px, 5.6vw, 26px); }
.tab.on { color: #0b0b0c; background: #f0f0f2; }

/* PASSPORT screen */
.passport .ascr-body { background: linear-gradient(180deg, #fbf7f1 0%, #fff 30%); }
.pp-hero { margin-top: 5%; padding: 6% 6.5%; border-radius: 22px; background: linear-gradient(150deg, #2A1C12, #5A361E); color: #fff; position: relative; overflow: hidden; }
.pp-hero::after { content: ""; position: absolute; right: -20%; top: -40%; width: 70%; height: 160%; background: radial-gradient(circle, rgba(221,148,96,.5), transparent 65%); }
.pp-hero .pp-k { font-size: clamp(11px, 2.9vw, 13px); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.pp-hero .pp-km { font-size: clamp(30px, 8.4vw, 44px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin-top: 5%; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pp-hero .pp-sub { font-size: clamp(12px, 3.2vw, 15px); opacity: .82; margin-top: 3%; }
.pp-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3%; margin-top: 5%; }
.pp-stat { background: #f4efe8; border-radius: 14px; padding: 7% 4%; text-align: center; }
.pp-stat .n { font-size: clamp(18px, 5vw, 26px); font-weight: 800; letter-spacing: -0.02em; }
.pp-stat .l { font-size: clamp(9.5px, 2.6vw, 12px); color: #8a7d6e; font-weight: 600; margin-top: 4px; }
.pp-secl { font-size: clamp(11px, 2.9vw, 13px); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #b0a394; margin: 6% 0 3.5%; }
.pp-stamps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4%; }
.pp-stamp { aspect-ratio: 1; border-radius: 50%; border: 2px dashed #cdbfa9; display: flex; align-items: center; justify-content: center; text-align: center; font-size: clamp(8px, 2.3vw, 10.5px); font-weight: 800; color: #9a8a72; line-height: 1; transform: rotate(-8deg); }
.pp-stamp.fill { border-style: solid; border-color: #B96B3D; color: #fff; background: linear-gradient(150deg, #C77E50, #8a4f2c); transform: rotate(5deg); }

/* FRIENDS screen */
.friends .ascr-body { background: #fff; }
.fr-row { display: flex; align-items: center; gap: 4%; padding: 4.2% 0; border-bottom: 1px solid #f0f0f2; }
.fr-av { width: clamp(40px, 12vw, 52px); aspect-ratio: 1; border-radius: 50%; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: clamp(15px, 4.4vw, 20px); position: relative; }
.fr-av .live { position: absolute; right: -1px; bottom: -1px; width: 32%; height: 32%; border-radius: 50%; background: var(--green); border: 2.5px solid #fff; }
.fr-name { font-size: clamp(14px, 4vw, 18px); font-weight: 700; letter-spacing: -0.01em; }
.fr-meta { font-size: clamp(11px, 3.1vw, 14px); color: #6e6e73; margin-top: 2px; display: flex; align-items: center; gap: 6px; }
.fr-status { margin-left: auto; text-align: right; flex: 0 0 auto; }
.fr-status .t { font-size: clamp(13px, 3.7vw, 17px); font-weight: 800; font-variant-numeric: tabular-nums; }
.fr-status .t.on { color: var(--green); }
.fr-status .s { font-size: clamp(10px, 2.8vw, 12px); color: #9a9aa0; font-weight: 600; }
.fr-status .s.arr { color: var(--green); }

/* LIVE ACTIVITY (dark lock screen) */
.lockscr {
  background:
    radial-gradient(120% 56% at 50% 0%, #3a2c4a 0%, #1c1626 44%, #0f0a16 100%);
  color: #fff; display: flex; flex-direction: column; padding: 9% 7% 9%;
}
.lockscr .lk-island {
  align-self: center; min-width: 46%; height: 5.4%; min-height: 30px; border-radius: 99px; background: #000;
  display: flex; align-items: center; justify-content: space-between; padding: 0 5%; gap: 8%; margin-bottom: 7%;
}
.lockscr .lk-island .il { display: flex; align-items: center; gap: 7px; }
.lockscr .lk-island .idot { width: 11px; height: 11px; border-radius: 50%; background: var(--copper-bright); }
.lockscr .lk-island .it { font-size: clamp(11px, 3vw, 14px); font-weight: 700; }
.lockscr .lk-island .ir { font-size: clamp(11px, 3vw, 14px); font-weight: 600; color: var(--copper-bright); font-variant-numeric: tabular-nums; }
.lockscr .lk-clock { text-align: center; margin-bottom: auto; }
.lockscr .lk-date { font-size: clamp(13px, 3.6vw, 17px); font-weight: 600; opacity: .85; }
.lockscr .lk-time { font-size: clamp(58px, 17vw, 86px); font-weight: 700; letter-spacing: -0.03em; line-height: .92; font-variant-numeric: tabular-nums; }

.la-card {
  background: rgba(28, 22, 36, 0.7); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.11); border-radius: 22px; padding: 5.5% 5.5% 5%;
  box-shadow: 0 16px 36px -14px rgba(0,0,0,.6);
}
.la-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5%; }
.la-head .la-app { display: flex; align-items: center; gap: 8px; }
.la-head .la-mk { width: 20px; height: 20px; }
.la-head .la-nm { font-size: clamp(11px, 3.1vw, 14px); font-weight: 700; letter-spacing: -0.01em; }
.la-head .la-live { font-size: clamp(9px, 2.5vw, 11px); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--copper-bright); display: flex; align-items: center; gap: 5px; }
.la-head .la-live .ld { width: 6px; height: 6px; border-radius: 50%; background: var(--copper-bright); animation: blink 1.6s infinite; }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:.3;} }
.la-route { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.la-end .la-st { font-size: clamp(10px, 2.8vw, 12px); font-weight: 600; color: rgba(255,255,255,.6); }
.la-end.to { text-align: right; }
.la-end .la-tm { font-size: clamp(22px, 6.6vw, 30px); font-weight: 700; letter-spacing: -0.025em; line-height: 1; font-variant-numeric: tabular-nums; }
.la-end .la-tm.on { color: var(--green); }
.la-prog { margin: 5% 0 4%; position: relative; height: 4px; border-radius: 3px; background: rgba(255,255,255,0.16); }
.la-prog .la-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 62%; border-radius: 3px; background: linear-gradient(90deg, var(--copper-deep), var(--copper-bright)); }
.la-prog .la-puck { position: absolute; top: 50%; left: 62%; transform: translate(-50%,-50%); width: 18px; height: 18px; border-radius: 50%; background: var(--copper-bright); box-shadow: 0 0 0 5px rgba(199,126,80,.25); display: flex; align-items: center; justify-content: center; }
.la-prog .la-puck svg { width: 11px; height: 11px; color: #fff; }
.la-foot { display: flex; align-items: center; justify-content: space-between; font-size: clamp(10px, 2.9vw, 12px); }
.la-foot .next { color: rgba(255,255,255,.62); font-weight: 500; }
.la-foot .next b { color: #fff; font-weight: 700; }
.la-foot .eta { color: var(--copper-bright); font-weight: 700; font-variant-numeric: tabular-nums; }
.lockscr .lk-hint { margin-top: 6%; text-align: center; font-size: clamp(10px, 2.8vw, 12px); color: rgba(255,255,255,.5); }

/* ============================================================ BANNER — differentiator */
.banner { position: relative; text-align: center; padding: clamp(110px, 16vw, 200px) 0; overflow: hidden; }
.banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 80% at 50% 50%, rgba(199,126,80,0.20), transparent 68%); }
.banner .eyebrow { margin-bottom: 26px; }
.banner h2 { font-size: clamp(38px, 6.6vw, 86px); max-width: 16ch; margin: 0 auto; }
.banner h2 .hl { color: var(--copper-bright); }
.banner .lede { max-width: 56ch; margin: 30px auto 0; }
.banner-meta { margin-top: 46px; display: inline-flex; align-items: center; gap: 16px; padding: 11px 20px 11px 14px; border-radius: 99px; background: rgba(20,16,26,0.7); border: 1px solid var(--hair); font-size: 14px; color: var(--cream-2); }
.banner-meta .pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--copper-bright); box-shadow: 0 0 0 0 var(--copper-glow); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(199,126,80,.5); } 70% { box-shadow: 0 0 0 14px rgba(199,126,80,0); } 100% { box-shadow: 0 0 0 0 rgba(199,126,80,0); } }
.race { margin: 50px auto 0; max-width: 560px; display: grid; gap: 16px; text-align: left; }
.race-row { display: grid; grid-template-columns: 128px 1fr auto; align-items: center; gap: 16px; }
.race-row .who { font-size: 14px; font-weight: 600; color: var(--cream-2); }
.race-row.you .who { color: var(--copper-bright); }
.race-track { height: 8px; border-radius: 6px; background: rgba(244,238,231,0.08); position: relative; overflow: hidden; }
.race-fill { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 6px; width: 0; transition: width 1.1s cubic-bezier(.2,.7,.2,1) .25s; }
.race-row.you .race-fill { background: linear-gradient(90deg, var(--copper-deep), var(--copper-bright)); }
.race-row.them .race-fill { background: rgba(244,238,231,0.28); }
.race.in .race-row.you .race-fill { width: 34%; }
.race.in .race-row.them .race-fill { width: 100%; }
.race-row .when { font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--cream-3); }
.race-row.you .when { color: var(--copper-bright); }

/* ============================================================ COMING SOON */
.soon { text-align: center; }
.soon-head { max-width: 680px; margin: 0 auto; }
.soon-head h2 { margin: 16px 0 0; }
.soon-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.soon-card { background: linear-gradient(180deg, var(--panel), var(--bg-2)); border: 1px solid var(--hair-2); border-radius: 20px; padding: 26px 22px; text-align: left; position: relative; transition: transform .3s ease, border-color .3s ease; }
.soon-card:hover { transform: translateY(-4px); border-color: var(--hair); }
.soon-card .sc-ic { width: 38px; height: 38px; border-radius: 11px; background: var(--copper-soft); color: var(--copper-bright); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.soon-card .sc-ic svg { width: 21px; height: 21px; }
.soon-card .sc-t { font-size: 18px; font-weight: 700; letter-spacing: -0.02em; }
.soon-card .sc-d { font-size: 14px; color: var(--cream-2); margin-top: 7px; line-height: 1.45; }
.soon-card .sc-tag { position: absolute; top: 18px; right: 18px; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--copper-bright); background: var(--copper-soft); padding: 4px 9px; border-radius: 7px; }
@media (max-width: 900px) { .soon-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .soon-grid { grid-template-columns: 1fr; } }

/* ============================================================ FINAL CTA */
.finalcta { position: relative; text-align: center; overflow: hidden; }
.finalcta-inner { background: linear-gradient(165deg, #1B1524, #110C18); border: 1px solid var(--hair); border-radius: 32px; padding: clamp(48px, 7vw, 88px) clamp(28px, 5vw, 72px); position: relative; overflow: hidden; }
.finalcta-inner::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(50% 70% at 50% -10%, rgba(199,126,80,0.28), transparent 60%); }
.finalcta-inner > * { position: relative; z-index: 1; }
.finalcta h2 { font-size: clamp(34px, 5vw, 60px); max-width: 18ch; margin: 18px auto 0; }
.finalcta .lede { max-width: 50ch; margin: 22px auto 0; }
.finalcta .cta-row { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.news-form { max-width: 480px; margin: 28px auto 0; }
.news-form .capture-row { background: rgba(244,238,231,0.06); }

/* ============================================================ FOOTER */
.footer { border-top: 1px solid var(--hair-2); padding: 70px 0 50px; position: relative; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer .brand { margin-bottom: 18px; }
.footer .f-tag { font-size: 14.5px; color: var(--cream-2); max-width: 30ch; line-height: 1.55; }
.footer h4 { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--cream-3); margin-bottom: 16px; }
.footer ul { list-style: none; display: grid; gap: 11px; }
.footer ul a { font-size: 14.5px; color: var(--cream-2); transition: color .2s ease; }
.footer ul a:hover { color: var(--cream); }
.footer-bottom { margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--hair-2); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer-bottom .copy { font-size: 13.5px; color: var(--cream-3); }
.footer-bottom .socials { display: flex; gap: 12px; }
.footer-bottom .socials a { width: 36px; height: 36px; border-radius: 10px; background: rgba(244,238,231,0.05); display: flex; align-items: center; justify-content: center; color: var(--cream-2); transition: background .2s, color .2s; }
.footer-bottom .socials a:hover { background: rgba(244,238,231,0.10); color: var(--cream); }
.footer-bottom .socials svg { width: 18px; height: 18px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================ NCARD MINI (Friends notifications) */
.ncard.mini { padding: 11px 12px; gap: 11px; border-radius: 13px;
  box-shadow: rgba(0,0,0,.04) 0 1px 1px .5px, rgba(0,0,0,.08) 0 8px 18px -8px; }
.ncard.mini .nc-ic { width: 36px; height: 36px; border-radius: 10px; }
.ncard.mini .nc-ic svg { width: 19px; height: 19px; }
.ncard.mini .nc-t { font-size: 14px; }
.ncard.mini .nc-s { font-size: 12.5px; margin-top: 1px; }

/* ============================================================ COVERAGE TABLE */
.cov-cols { margin-top: clamp(40px, 6vw, 56px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 36px); align-items: start; max-width: 1060px; margin-left: auto; margin-right: auto; }
.cov-group { background: linear-gradient(180deg, var(--panel), var(--bg-2)); border: 1px solid var(--hair-2); border-radius: 22px; padding: 24px 26px 8px; }
.cov-gh { margin-bottom: 6px; }
.cov-pill { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 7px 13px; border-radius: 9px; }
.cov-pill.live { color: var(--green); background: rgba(43,179,95,.12); }
.cov-pill.live .cov-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); animation: pulse 2.2s infinite; }
.cov-pill.soon { color: var(--cream-3); background: rgba(244,238,231,.05); }
.cov-row { display: grid; grid-template-columns: 116px 1fr; gap: 16px; align-items: center; padding: 15px 0; border-top: 1px solid var(--hair-2); }
.cov-group .cov-row:first-of-type { border-top: none; }
.cov-country { font-size: 15px; font-weight: 600; color: var(--cream-2); letter-spacing: -0.01em; }
.cov-ops { display: flex; flex-wrap: wrap; gap: 8px; }
.op-chip { font-size: 13.5px; font-weight: 800; letter-spacing: -0.01em; color: #fff; background: var(--c, #555); padding: 7px 12px; border-radius: 9px; line-height: 1; white-space: nowrap; box-shadow: inset 0 1px 0 rgba(255,255,255,.16); }
.op-chip.soon { background: rgba(244,238,231,.03); color: var(--c); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--c) 52%, transparent); }
@media (max-width: 800px) { .cov-cols { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .cov-row { grid-template-columns: 1fr; gap: 9px; } }
