/* ============================================================
   Space Launch Atlas — restrained scientific identity.
   - Single accent: #5ec5ff (cool atlas blue)
   - Live signal:  #ff8c42 (rocket-amber)
   - Background:   #04060f (near-black navy)
   - Foreground:   #f4f6fa with #8590a8 muted
   - No gradients on type, no glassmorphism, hairline borders only.
   ============================================================ */

:root {
  color-scheme: dark;
  --bg:        #04060f;
  --bg-soft:   #080b18;
  --bg-card:   #0a0e1c;
  --line:      rgba(244, 246, 250, 0.08);
  --line-2:    rgba(244, 246, 250, 0.16);
  --text:      #f4f6fa;
  --muted:     #8590a8;
  --dim:       #5b6680;
  --accent:    #5ec5ff;
  --accent-soft: rgba(94, 197, 255, 0.16);
  --signal:    #ff8c42;
  --signal-soft: rgba(255, 140, 66, 0.16);
  --good:      #4ade80;
  --warn:      #f5b942;

  --max:       1200px;
  --gutter:    clamp(20px, 4vw, 56px);
  --radius:    10px;

  --display: "Space Grotesk", "Inter", system-ui, -apple-system, sans-serif;
  --body:    "Inter", system-ui, -apple-system, sans-serif;
  --mono:    "IBM Plex Mono", ui-monospace, "JetBrains Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: #9adcff; }

::selection { background: var(--accent-soft); color: var(--text); }

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px var(--gutter);
  background: rgba(4, 6, 15, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: -0.01em;
}
.brand-mark {
  width: 26px;
  height: 26px;
  color: var(--accent);
}
.brand:hover { color: var(--text); }

nav {
  display: flex;
  gap: 26px;
  font-size: 0.92rem;
  font-weight: 500;
}
nav a {
  color: var(--muted);
  position: relative;
  padding: 4px 0;
  transition: color 150ms ease;
}
nav a:hover { color: var(--text); }

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--muted);
}
.status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 10px var(--signal);
  animation: livePulse 2s ease-in-out infinite;
}
.status-label { color: var(--signal); font-weight: 600; }
.status-countdown { color: var(--text); font-variant-numeric: tabular-nums; }
@keyframes livePulse {
  50% { opacity: 0.45; transform: scale(0.85); }
}

main { position: relative; }

/* ============================================================
   HERO — full-viewport globe stage
   ============================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 60%, #0c1b3a 0%, #04060f 60%, #04060f 100%);
}
.globe-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.globe-stage canvas { display: block; outline: none; }

.globe-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--muted);
  padding: 40px;
  text-align: center;
  font-family: var(--mono);
  font-size: 0.92rem;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  pointer-events: none;
  padding: 96px var(--gutter) 60px;
}
.hero-copy {
  align-self: end;
  max-width: 560px;
  pointer-events: auto;
}
.kicker {
  margin: 0 0 16px;
  font-family: var(--mono);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 10px 5px 0;
  background: var(--accent);
  vertical-align: middle;
}
h1 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--text);
}
h1 .accent { color: var(--accent); }

.lede {
  margin: 0;
  max-width: 540px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.65;
}

.next-pill {
  position: absolute;
  right: var(--gutter);
  bottom: 88px;
  width: min(360px, calc(100% - var(--gutter) * 2));
  padding: 18px 20px;
  border: 1px solid var(--line-2);
  background: rgba(8, 11, 24, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: var(--radius);
  pointer-events: auto;
}
.pill-eyebrow {
  margin: 0 0 6px;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--signal);
}
.pill-mission {
  margin: 0 0 14px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--text);
}
.pill-countdown {
  font-family: var(--mono);
  font-size: 1.6rem;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: var(--text);
  margin-bottom: 8px;
}
.pill-meta {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.76rem;
  color: var(--dim);
  line-height: 1.5;
}

.globe-hint {
  position: absolute;
  left: var(--gutter);
  bottom: 30px;
  display: flex;
  gap: 14px;
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--dim);
  pointer-events: none;
}
.hint-row kbd {
  display: inline-block;
  padding: 1px 6px;
  margin-right: 4px;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--muted);
  background: rgba(8, 11, 24, 0.6);
}

.scroll-cue {
  position: absolute;
  right: var(--gutter);
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--line-2);
  background: rgba(8, 11, 24, 0.7);
  border-radius: 999px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  pointer-events: auto;
  transition: color 150ms ease, border-color 150ms ease;
}
.scroll-cue:hover { color: var(--text); border-color: var(--accent); }
.scroll-cue svg { animation: bobDown 1.6s ease-in-out infinite; }
@keyframes bobDown {
  50% { transform: translateY(2px); }
}

/* Hover label rendered by globe.gl */
.site-tooltip {
  font-family: var(--mono);
  font-size: 0.74rem;
  padding: 8px 10px;
  background: rgba(8, 11, 24, 0.94);
  border: 1px solid var(--line-2);
  border-radius: 6px;
  color: var(--text);
  white-space: nowrap;
  pointer-events: none;
}
.site-tooltip strong {
  display: block;
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.site-tooltip span {
  color: var(--muted);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section {
  width: min(var(--max), calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
}
.section-head {
  max-width: 720px;
  margin-bottom: 40px;
}
h2 {
  margin: 0 0 14px;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text);
}
h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
  color: var(--text);
}
.section-lede {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.section-lede em {
  font-style: normal;
  color: var(--text);
  border-bottom: 1px dashed var(--line-2);
  padding-bottom: 1px;
}

/* ============================================================
   LAUNCHES
   ============================================================ */
.controls {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.controls label {
  display: grid;
  gap: 6px;
}
.controls label > span {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
input, select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  font: inherit;
  font-size: 0.94rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
input:focus, select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
input::placeholder { color: var(--dim); }

.launch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 14px;
}

.launch-card {
  position: relative;
  padding: 22px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 200ms ease, transform 200ms ease;
}
.launch-card:hover {
  border-color: var(--line-2);
  transform: translateY(-1px);
}
.launch-card .provider-rule {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--provider-color, var(--accent));
}
.launch-card .lc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--mono);
  font-size: 0.74rem;
  color: var(--muted);
  align-items: center;
}
.launch-card .lc-meta time {
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.launch-card h3 {
  font-size: 1.1rem;
  font-weight: 500;
}
.launch-card .lc-provider {
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--muted);
}
.launch-card .lc-desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.launch-card .lc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}
.tag {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-transform: uppercase;
}
.tag.go     { color: var(--good); border-color: rgba(74, 222, 128, 0.32); }
.tag.tbd    { color: var(--warn); border-color: rgba(245, 185, 66, 0.32); }
.tag.cargo  { color: var(--accent); border-color: rgba(94, 197, 255, 0.32); }
.tag.live   { color: var(--signal); border-color: rgba(255, 140, 66, 0.36); }

.launch-empty {
  grid-column: 1 / -1;
  padding: 36px;
  text-align: center;
  border: 1px dashed var(--line-2);
  border-radius: var(--radius);
  color: var(--muted);
  font-family: var(--mono);
}

/* ============================================================
   CELESTIAL SECTIONS (Moon, Mars)
   ============================================================ */
.section-celestial {
  position: relative;
}
.celestial-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
  margin-bottom: 60px;
}
.celestial-grid.reverse { grid-template-columns: 0.9fr 1.1fr; }
.celestial-grid.reverse .celestial-art { order: -1; }

.celestial-art {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.celestial-body {
  position: relative;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.moon-body {
  background:
    radial-gradient(circle at 36% 32%, #f4f6fa 0%, #cfd5e0 40%, #6b7488 80%, #1f2433 100%);
  box-shadow:
    inset -16px -10px 60px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(94, 197, 255, 0.16);
}
.crater {
  position: absolute;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.45);
}
.crater.c1 { width: 14%; height: 14%; top: 22%; left: 28%; }
.crater.c2 { width: 9%;  height: 9%;  top: 44%; left: 56%; }
.crater.c3 { width: 7%;  height: 7%;  top: 62%; left: 36%; }
.crater.c4 { width: 11%; height: 11%; top: 32%; left: 64%; }
.crater.c5 { width: 5%;  height: 5%;  top: 16%; left: 50%; }
.south-pole {
  position: absolute;
  bottom: 6%; left: 50%;
  transform: translateX(-50%);
  width: 18%;
  height: 6%;
  background: var(--signal);
  border-radius: 50%;
  box-shadow: 0 0 18px var(--signal);
  animation: livePulse 2.4s ease-in-out infinite;
}

.mars-body {
  background:
    radial-gradient(circle at 36% 32%, #ffd5a4 0%, #f08850 35%, #b94a2b 70%, #4a1810 100%);
  box-shadow:
    inset -16px -10px 60px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(240, 136, 80, 0.22);
}
.mars-feature {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
}
.mars-feature.olympus { width: 10%; height: 10%; top: 36%; left: 32%; box-shadow: 0 0 0 2px rgba(255,255,255,0.06); }
.mars-feature.valles  { width: 32%; height: 4%;  top: 56%; left: 30%; transform: rotate(-8deg); border-radius: 50%; }
.mars-feature.ice-cap-n { width: 26%; height: 12%; top: 4%;  left: 37%; background: rgba(244,246,250,0.22); border-radius: 50%; }
.mars-feature.ice-cap-s { width: 22%; height: 10%; bottom: 4%; left: 39%; background: rgba(244,246,250,0.18); border-radius: 50%; }

/* Background flair for Moon/Mars sections */
.moon-bg::before,
.mars-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.moon-bg::before {
  background:
    radial-gradient(40rem 30rem at 80% 20%, rgba(94, 197, 255, 0.07), transparent 70%);
}
.mars-bg::before {
  background:
    radial-gradient(40rem 30rem at 20% 30%, rgba(255, 140, 66, 0.08), transparent 70%);
}

/* ============================================================
   TIMELINE (year-axis Gantt above program list)
   ============================================================ */
.tl-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 12px;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
}
.tl-legend i.tl-pill {
  display: inline-block;
  width: 22px; height: 6px;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: middle;
}
.tl-legend i.tl-pill.confirmed   { background: var(--good); }
.tl-legend i.tl-pill.planned     { background: var(--accent); }
.tl-legend i.tl-pill.aspirational{ background: var(--signal); }
.tl-legend i.tl-now-mark {
  display: inline-block;
  width: 2px; height: 10px;
  background: var(--text);
  margin: 0 8px -1px 0;
  vertical-align: middle;
}

.timeline {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-card);
  padding: 18px 22px 22px;
  margin-bottom: 56px;
}

.tl-axis {
  position: relative;
  height: 24px;
  margin-left: 180px;            /* line up with bar tracks */
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.tl-tick {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 0.7rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.tl-tick::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 1px;
  height: 6px;
  background: var(--line-2);
}
.tl-now {
  position: absolute;
  top: -4px;
  bottom: -2px;
  width: 2px;
  background: var(--text);
  pointer-events: none;
  opacity: 0.85;
}
.tl-now::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  width: 8px; height: 8px;
  margin-left: -4px;
  background: var(--text);
  border-radius: 50%;
}

.tl-rows { position: relative; }
.tl-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  align-items: center;
  padding: 6px 0;
}
.tl-label {
  font-family: var(--display);
  font-weight: 500;
  font-size: 0.92rem;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.005em;
}
.tl-track {
  position: relative;
  height: 22px;
  background: rgba(244, 246, 250, 0.03);
  border-radius: 6px;
}
.tl-bar {
  position: absolute;
  top: 3px;
  bottom: 3px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-family: var(--mono);
  font-size: 0.7rem;
  color: rgba(4, 6, 15, 0.92);
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  transition: filter 180ms ease, transform 180ms ease;
}
.tl-bar:hover { filter: brightness(1.18); transform: translateY(-1px); }
.tl-bar.confirmed   { background: var(--good); }
.tl-bar.planned     { background: var(--accent); color: #04060f; }
.tl-bar.aspirational{ background: var(--signal); color: #1a0c00; }
.tl-bar.open::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 36px;
  background: linear-gradient(to right, transparent, var(--bg-card));
  pointer-events: none;
}

/* ============================================================
   PROGRAM LIST (rows of milestones, not a hardcoded Gantt)
   ============================================================ */
.program-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.program-list li {
  display: grid;
  grid-template-columns: 90px 1fr 110px;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.program-list .p-when {
  font-family: var(--mono);
  font-size: 0.86rem;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.program-list .p-body strong {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  color: var(--text);
  margin-bottom: 4px;
}
.program-list .p-body small {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.program-list .p-body p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}
.program-list .p-status {
  justify-self: end;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--muted);
  white-space: nowrap;
}
.program-list .p-status.confirmed   { color: var(--good);   border-color: rgba(74, 222, 128, 0.32); }
.program-list .p-status.planned     { color: var(--accent); border-color: rgba(94, 197, 255, 0.32); }
.program-list .p-status.aspirational{ color: var(--signal); border-color: rgba(255, 140, 66, 0.32); }

/* ============================================================
   SOURCES
   ============================================================ */
.section-sources { padding-bottom: 80px; }
.source-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}
.source-list a {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-card);
  color: var(--text);
  transition: border-color 180ms ease, transform 180ms ease;
}
.source-list a:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}
.source-list strong {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1rem;
}
.source-list span {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: min(var(--max), calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 28px 0 56px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.78rem;
  color: var(--dim);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .hero { min-height: 640px; }
  .hero-overlay { padding: 90px var(--gutter) 40px; }
  .next-pill { position: static; margin-top: 24px; width: 100%; bottom: auto; right: auto; }
  .hero-overlay { grid-template-rows: 1fr; }
  .hero-copy { align-self: end; }
  .globe-hint { left: 16px; bottom: 14px; gap: 10px; flex-wrap: wrap; }
  .scroll-cue { right: 16px; bottom: 14px; }
  .celestial-grid,
  .celestial-grid.reverse { grid-template-columns: 1fr; }
  .celestial-grid.reverse .celestial-art { order: 0; }
  .celestial-art { max-width: 360px; margin: 0 auto; }
  .controls { grid-template-columns: 1fr; }
  .program-list li { grid-template-columns: 80px 1fr; }
  .program-list .p-status { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
}
@media (max-width: 760px) {
  .timeline { padding: 14px 14px 18px; }
  .tl-axis { margin-left: 110px; }
  .tl-row { grid-template-columns: 110px 1fr; gap: 8px; }
  .tl-label { font-size: 0.82rem; }
  .tl-bar { font-size: 0.66rem; padding: 0 6px; }
}

@media (max-width: 600px) {
  .site-header { gap: 12px; padding: 12px 16px; flex-wrap: wrap; }
  nav { gap: 16px; font-size: 0.86rem; }
  .header-status { display: none; }
  .section { padding: 80px 0; }
  .next-pill { padding: 14px 16px; }
  .pill-countdown { font-size: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
