:root {
  --bg: #0a0a09;
  --bg-soft: #10110f;
  --surface: #151613;
  --surface-2: #1b1d19;
  --paper: #f1eee5;
  --paper-muted: #d9d4c8;
  --text: #f5f2e9;
  --muted: #b2b0a8;
  --muted-2: #85857e;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --sun: #f0c85a;
  --sun-bright: #ffdc72;
  --sun-soft: rgba(240, 200, 90, 0.15);
  --green: #a3d3b2;
  --warning: #f0ae67;
  --max: 1180px;
  --header-h: 72px;
  --radius: 16px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 84% 4%, rgba(240, 200, 90, 0.10), transparent 25rem),
    linear-gradient(180deg, rgba(255,255,255,0.012), transparent 40rem),
    var(--bg);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.20;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
}
img, video { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--sun-bright); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: #111;
  background: var(--sun);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-h);
  background: rgba(10, 10, 9, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}
.header-inner {
  width: min(var(--max), calc(100% - 40px));
  min-height: var(--header-h);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  text-decoration: none;
  font-weight: 820;
  letter-spacing: -0.025em;
}
.brand-sun, .footer-sun {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 5px rgba(240, 200, 90, 0.10), 0 0 26px rgba(240, 200, 90, 0.24);
}
.brand-name { white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 680;
  transition: color 0.18s ease;
}
.main-nav a:hover { color: var(--text); }
.traffic-toggle {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: var(--muted);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 9px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 720;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.traffic-toggle svg { width: 17px; height: 17px; fill: currentColor; }
.traffic-toggle:hover { color: var(--text); border-color: var(--line-strong); background: rgba(255,255,255,0.08); }
.traffic-toggle[aria-pressed="true"] { color: #fff1bd; border-color: rgba(240,200,90,0.36); background: var(--sun-soft); }

main { overflow: clip; }
.hero {
  width: min(var(--max), calc(100% - 40px));
  min-height: calc(100svh - var(--header-h));
  margin: 0 auto;
  padding: clamp(58px, 7.5vw, 108px) 0 clamp(88px, 10vw, 142px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}
.hero-copy { max-width: 725px; }
.phase-line { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-bottom: 21px; }
.eyebrow {
  margin: 0;
  color: var(--sun-bright);
  font-size: 0.76rem;
  font-weight: 880;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.phase-pill {
  padding: 6px 9px;
  color: #d8d2c4;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 720;
}
.hero h1, .section h2, .continuation h2 { margin: 0; font-weight: 840; letter-spacing: -0.057em; text-wrap: balance; }
.hero h1 { font-size: clamp(4rem, 8.8vw, 7.9rem); line-height: 0.87; }
.hero h1 span { color: var(--sun-bright); }
.hero-lead {
  max-width: 680px;
  margin: 34px 0 0;
  font-size: clamp(1.24rem, 2.05vw, 1.7rem);
  line-height: 1.38;
  letter-spacing: -0.024em;
}
.hero-note { max-width: 660px; margin: 20px 0 0; color: var(--muted); }
.hero-actions, .share-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 50px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 790;
  letter-spacing: -0.012em;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.button svg { width: 20px; height: 20px; fill: currentColor; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #19170f; background: var(--sun); box-shadow: 0 14px 34px rgba(240,200,90,0.17); }
.button-primary:hover { background: var(--sun-bright); }
.button-secondary { color: var(--text); background: rgba(255,255,255,0.04); border-color: var(--line); }
.button-secondary:hover { background: rgba(255,255,255,0.08); border-color: var(--line-strong); }
.button-large { min-height: 58px; padding-inline: 22px; }
.trust-line { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 9px 20px; color: var(--muted-2); font-size: 0.8rem; font-weight: 660; }
.trust-line span { display: inline-flex; align-items: center; gap: 8px; }
.trust-line span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sun); }

.noon-visual { position: relative; display: grid; place-items: center; padding: 30px 0; }
.sun-orbit {
  position: relative;
  width: min(31vw, 390px);
  min-width: 310px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240,200,90,0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(240,200,90,0.025), 0 0 0 76px rgba(240,200,90,0.015);
}
.sun-orbit::before, .sun-orbit::after { content: ""; position: absolute; background: rgba(240,200,90,0.28); }
.sun-orbit::before { width: 1px; height: calc(100% + 54px); top: -27px; left: 50%; }
.sun-orbit::after { height: 1px; width: calc(100% + 54px); left: -27px; top: 50%; }
.sun-disc {
  position: relative;
  z-index: 2;
  width: 74%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #17150f;
  background: radial-gradient(circle at 42% 34%, #ffe58b, var(--sun) 58%, #dbad3c);
  border-radius: 50%;
  box-shadow: 0 0 54px rgba(240,200,90,0.23);
}
.sun-disc::before { content: ""; position: absolute; width: 2px; height: 32%; top: 12%; left: calc(50% - 1px); background: rgba(20,19,14,0.72); border-radius: 2px; transform-origin: bottom; }
.sun-date { margin-bottom: 14px; font-size: 0.83rem; font-weight: 900; letter-spacing: 0.14em; }
.sun-disc strong { font-size: clamp(3rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -0.07em; }
.sun-disc small { margin-top: 10px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.sun-ray { position: absolute; z-index: 3; width: 9px; height: 9px; background: var(--sun-bright); border-radius: 50%; }
.ray-1 { top: 9%; left: 20%; } .ray-2 { top: 22%; right: 8%; } .ray-3 { bottom: 12%; left: 16%; } .ray-4 { right: 14%; bottom: 16%; }
.location-card {
  position: relative;
  z-index: 4;
  width: min(100%, 390px);
  margin-top: -18px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(21,22,19,0.94);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.location-icon { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; color: #17150f; background: var(--sun); border-radius: 50%; font-size: 1.05rem; font-weight: 900; }
.location-card strong, .location-card span { display: block; }
.location-card strong { font-size: 0.96rem; }
.location-card span { margin-top: 2px; color: var(--muted); font-size: 0.78rem; }

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(88px, 11vw, 154px) 0;
  border-top: 1px solid var(--line);
}
.section-heading { max-width: 920px; }
.section h2 { margin-top: 20px; font-size: clamp(2.6rem, 6vw, 5.35rem); line-height: 0.99; }
.section-intro { max-width: 820px; margin: 32px 0 0; color: var(--muted); font-size: clamp(1.06rem, 1.55vw, 1.27rem); }
.fact-grid { margin-top: clamp(46px, 7vw, 76px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-grid article { min-height: 275px; padding: 30px 30px 36px; border-right: 1px solid var(--line); }
.fact-grid article:last-child { border-right: 0; }
.fact-index, .privacy-index { color: var(--sun-bright); font-size: 0.74rem; font-weight: 880; letter-spacing: 0.12em; }
.fact-grid h3, .privacy-grid h3 { margin: 48px 0 14px; font-size: 1.24rem; letter-spacing: -0.022em; }
.fact-grid p, .privacy-grid p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.fact-grid strong { color: var(--text); }
.source-strip {
  margin-top: 26px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.source-label { color: var(--green); font-size: 0.75rem; font-weight: 850; letter-spacing: 0.10em; text-transform: uppercase; }
.source-strip p { margin: 6px 0 0; color: var(--muted); font-size: 0.87rem; }
.source-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.source-links a, .risk-note a {
  padding: 8px 10px;
  color: var(--paper-muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 720;
}
.source-links a:hover, .risk-note a:hover { color: var(--text); border-color: var(--line-strong); }
.risk-note {
  margin-top: 38px;
  padding: clamp(24px, 4vw, 36px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  background: linear-gradient(145deg, rgba(240,174,103,0.12), rgba(21,22,19,0.92));
  border: 1px solid rgba(240,174,103,0.30);
  border-radius: var(--radius);
}
.risk-symbol { width: 46px; height: 46px; display: grid; place-items: center; color: #18130e; background: var(--warning); border-radius: 50%; font-size: 1.25rem; font-weight: 950; }
.risk-note h3 { margin: 0 0 10px; font-size: 1.28rem; letter-spacing: -0.025em; }
.risk-note p { max-width: 880px; margin: 0 0 18px; color: var(--paper-muted); }

.continuation { position: relative; overflow: hidden; color: #171713; background: var(--paper); }
.continuation-inner { position: relative; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: clamp(92px, 12vw, 170px) 0; }
.dark-eyebrow { color: #826610; }
.continuation-grid { margin-top: 20px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.continuation h2 { max-width: 800px; font-size: clamp(3rem, 6.6vw, 6rem); line-height: 0.96; }
.continuation-grid p { margin: 0 0 24px; color: #4b4b43; font-size: clamp(1.08rem, 1.5vw, 1.26rem); }
.continuation-grid p:last-child { margin-bottom: 0; }
.continuation-grid strong { color: #171713; }
.continuation-mark { position: absolute; right: -2%; bottom: -10%; color: rgba(17,17,14,0.04); font-size: clamp(8rem, 20vw, 16rem); font-weight: 950; line-height: 0.72; letter-spacing: -0.09em; text-align: right; pointer-events: none; }

.appeal-section { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.68fr); gap: clamp(48px, 8vw, 100px); align-items: center; }
.appeal-copy h2 { font-size: clamp(2.8rem, 5.6vw, 5.1rem); }
.appeal-copy > p:not(.eyebrow) { max-width: 630px; margin: 30px 0 0; font-size: clamp(1.08rem, 1.5vw, 1.24rem); }
.muted-copy { color: var(--muted); }
.hero-media { position: relative; width: min(100%, 450px); justify-self: end; }
.hero-media::before { content: ""; position: absolute; inset: 8% -18% 10%; z-index: -1; background: radial-gradient(circle, rgba(240,200,90,0.16), transparent 66%); filter: blur(24px); }
.video-shell { padding: 10px; background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035)); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.video-shell video { width: 100%; max-height: min(72svh, 760px); aspect-ratio: 512 / 910; object-fit: cover; background: #050505; border-radius: 14px; }
.media-meta { min-height: 42px; padding: 10px 5px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted-2); font-size: 0.75rem; font-weight: 660; }
.download-row { margin-top: 13px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; font-size: 0.78rem; }
.download-row-left { justify-content: flex-start; margin-top: 28px; }
.download-row a { color: var(--muted); text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,0.25); }
.download-row a:hover { color: var(--text); }

.statement { display: grid; grid-template-columns: 120px minmax(0, 850px); justify-content: space-between; gap: 40px; }
.statement-number { color: var(--sun); font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 920; line-height: 1; letter-spacing: -0.06em; }
.statement-content h2 { font-size: clamp(2.3rem, 5vw, 4.65rem); line-height: 1.03; }
.statement-content > p:not(.eyebrow) { max-width: 780px; margin: 32px 0 0; font-size: clamp(1.08rem, 1.55vw, 1.28rem); }
.statement-content > p:last-child { color: var(--muted); }

.song-section { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr); gap: clamp(42px, 8vw, 100px); align-items: center; }
.song-copy h2 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
.song-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.25rem); }
.audio-card { position: relative; min-height: 330px; overflow: hidden; display: flex; align-items: flex-end; background: linear-gradient(180deg, rgba(240,200,90,0.05), rgba(240,200,90,0.18)), #121310; border: 1px solid rgba(240,200,90,0.24); border-radius: var(--radius); box-shadow: var(--shadow); }
.audio-card::after { content: "РОССИЯ, ОСТАНОВИСЬ"; position: absolute; top: 24px; left: 24px; color: rgba(255,255,255,0.11); font-size: clamp(1.55rem, 3.1vw, 2.7rem); font-weight: 920; letter-spacing: 0.055em; }
.waveform { position: absolute; inset: 68px -8% auto; width: 116%; height: 150px; object-fit: fill; opacity: 0.46; mix-blend-mode: screen; filter: sepia(1) saturate(0.8); }
.audio-card-inner { position: relative; z-index: 2; width: 100%; padding: 24px; background: linear-gradient(180deg, transparent, rgba(8,8,7,0.98) 35%); }
.track-title { margin-bottom: 14px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.track-title span { font-weight: 820; letter-spacing: -0.02em; }
.track-title small { color: var(--muted-2); font-size: 0.73rem; text-align: right; }
.audio-card audio { width: 100%; height: 50px; }

.share-panel { position: relative; overflow: hidden; padding: clamp(36px, 7vw, 78px); background: radial-gradient(circle at 85% 18%, rgba(240,200,90,0.17), transparent 34%), linear-gradient(145deg, #181912, #10110f 66%); border: 1px solid rgba(240,200,90,0.26); border-radius: var(--radius); }
.share-panel::before { content: ""; position: absolute; width: 220px; height: 220px; right: -95px; bottom: -105px; border: 1px solid rgba(240,200,90,0.20); border-radius: 50%; box-shadow: 0 0 0 36px rgba(240,200,90,0.025), 0 0 0 74px rgba(240,200,90,0.015); }
.share-panel h2 { max-width: 930px; font-size: clamp(2.55rem, 5.4vw, 5rem); }
.share-panel > p:not(.eyebrow, .share-status) { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.24rem); }
.share-status { min-height: 1.5em; margin: 16px 0 0; color: var(--green); font-weight: 720; }

.compact-heading { max-width: 830px; }
.compact-heading h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.privacy-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-grid article { min-height: 230px; padding: 30px 30px 34px; border-right: 1px solid var(--line); }
.privacy-grid article:last-child { border-right: 0; }
.privacy-grid h3 { margin-top: 40px; }

.site-footer { padding: 0 0 max(42px, env(safe-area-inset-bottom)); }
.footer-inner { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: var(--muted-2); border-top: 1px solid var(--line); font-size: 0.82rem; }
.footer-inner p { margin: 0; }
.footer-title { margin-bottom: 7px !important; display: flex; align-items: center; gap: 10px; color: var(--text); font-size: 1rem; font-weight: 820; }
.footer-sun { width: 18px; height: 18px; box-shadow: none; }
.footer-note { justify-self: end; max-width: 560px; text-align: right; }
.toast { position: fixed; left: 50%; bottom: max(24px, env(safe-area-inset-bottom)); z-index: 100; max-width: calc(100% - 32px); padding: 12px 16px; color: #17150f; background: #f6df8f; border-radius: 9px; box-shadow: 0 16px 48px rgba(0,0,0,0.36); font-size: 0.88rem; font-weight: 760; transform: translateX(-50%); }

html[data-phase="after"] .phase-pill { color: #cbdaca; border-color: rgba(163,211,178,0.28); background: rgba(163,211,178,0.08); }
html[data-phase="after"] .sun-disc { background: radial-gradient(circle at 42% 34%, #d8e7da, #a3d3b2 62%, #78ae89); }
html[data-phase="after"] .sun-orbit { border-color: rgba(163,211,178,0.28); box-shadow: 0 0 0 38px rgba(163,211,178,0.025), 0 0 0 76px rgba(163,211,178,0.015); }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .noon-visual { width: min(100%, 520px); margin: 0 auto; }
  .sun-orbit { width: min(70vw, 390px); }
  .appeal-section, .song-section { grid-template-columns: 1fr; }
  .hero-media { justify-self: center; }
  .continuation-grid { grid-template-columns: 1fr; }
  .statement { grid-template-columns: 80px minmax(0,1fr); }
}

@media (max-width: 760px) {
  :root { --header-h: 64px; }
  body { font-size: 16px; }
  .header-inner, .hero, .section, .continuation-inner, .footer-inner { width: min(100% - 28px, var(--max)); }
  .brand-name { display: none; }
  .traffic-toggle span { max-width: 108px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero { padding-top: 50px; gap: 56px; }
  .phase-line { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.8rem); }
  .hero-lead { margin-top: 28px; }
  .hero-actions, .share-actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-line { display: grid; grid-template-columns: 1fr; }
  .sun-orbit { min-width: 0; width: min(82vw, 350px); }
  .location-card { margin-top: -8px; }
  .section { padding-block: 88px; }
  .fact-grid, .privacy-grid { grid-template-columns: 1fr; }
  .fact-grid article, .privacy-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-grid article:last-child, .privacy-grid article:last-child { border-bottom: 0; }
  .fact-grid h3, .privacy-grid h3 { margin-top: 26px; }
  .source-strip { grid-template-columns: 1fr; }
  .source-links { justify-content: flex-start; }
  .risk-note { grid-template-columns: 1fr; }
  .continuation-inner { padding-block: 96px; }
  .continuation-mark { bottom: -4%; font-size: 9rem; }
  .video-shell { padding: 7px; border-radius: 17px; }
  .video-shell video { max-height: none; border-radius: 11px; }
  .statement { grid-template-columns: 1fr; gap: 28px; }
  .statement-number { font-size: 2.6rem; }
  .audio-card { min-height: 275px; }
  .waveform { height: 120px; }
  .audio-card::after { top: 20px; left: 20px; }
  .audio-card-inner { padding: 18px; }
  .track-title { align-items: start; flex-direction: column; gap: 2px; }
  .track-title small { text-align: left; }
  .share-panel { padding: 32px 22px; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .footer-note { justify-self: start; text-align: left; }
}

@media (max-width: 390px) {
  .traffic-toggle { padding-inline: 9px; }
  .traffic-toggle span { max-width: 82px; font-size: 0.74rem; }
  .hero h1 { font-size: 3.55rem; }
  .sun-disc strong { font-size: 3rem; }
  .media-meta { align-items: start; flex-direction: column; gap: 0; }
}

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