/* Battle Charity Run 2026 — converted from the Claude Design canvas source.
   Palette and type scale are taken verbatim from the design; hover states that
   the canvas expressed as style-hover="" attributes are real :hover rules here. */

:root {
  --paper:        oklch(0.975 0.012 75);
  --ink:          oklch(0.22 0.02 40);
  --ink-2:        oklch(0.28 0.02 45);
  --ink-3:        oklch(0.32 0.02 45);
  --muted:        oklch(0.4 0.02 45);
  --muted-2:      oklch(0.45 0.02 45);
  --muted-3:      oklch(0.5 0.02 45);
  --rule:         oklch(0.88 0.015 70);
  --rule-strong:  oklch(0.78 0.02 60);
  --rule-soft:    oklch(0.8 0.02 60);
  --brand:        oklch(0.55 0.17 32);
  --brand-dark:   oklch(0.45 0.16 32);
  --brand-light:  oklch(0.72 0.16 40);
  --brand-lift:   oklch(0.85 0.1 60);
  --on-brand:     oklch(0.99 0.01 80);
  --on-dark:      oklch(0.96 0.012 80);
  --on-dark-2:    oklch(0.9 0.012 75);
  --on-dark-3:    oklch(0.82 0.012 72);
  --on-dark-4:    oklch(0.78 0.015 70);
  --on-dark-5:    oklch(0.72 0.015 70);
  --on-dark-6:    oklch(0.62 0.015 70);
  --dark-rule:    oklch(0.4 0.02 45);
  --dark-rule-2:  oklch(0.32 0.02 42);
  --placeholder:  oklch(0.92 0.01 70);
  --serif: Newsreader, Georgia, "Times New Roman", serif;
  --sans: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: 1240px;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
@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; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  overflow-x: hidden;
}

a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-dark); }
img { max-width: 100%; }

:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--on-dark);
  padding: 12px 20px; border-radius: 0 0 4px 0; font-size: 14px; font-weight: 600;
}
.skip-link:focus { left: 0; color: var(--on-dark); }

.shell { max-width: var(--shell); margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* ---------- Type ---------- */

.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--brand); margin: 0 0 20px;
}
.eyebrow--light { color: var(--brand-light); }
.eyebrow--muted { color: var(--muted-3); }

.h1, .h2, .h3-serif {
  font-family: var(--serif); font-weight: 400;
  line-height: 1.05; letter-spacing: -0.02em; margin: 0;
}
.h1 { font-size: clamp(46px, 8.5vw, 118px); line-height: 0.98; max-width: 15ch; text-wrap: balance; }
.h2 { font-size: clamp(32px, 4.4vw, 56px); text-wrap: balance; }
.h2--sm { font-size: clamp(32px, 4.2vw, 52px); }
.h2--lg { font-size: clamp(34px, 4.8vw, 64px); }
.h2--about { font-size: clamp(34px, 4.6vw, 60px); margin-bottom: 28px; }

.lede { margin: 0; font-size: 19px; line-height: 1.6; color: var(--muted); max-width: 46ch; text-wrap: pretty; }
.body-lg { margin: 0 0 20px; font-size: 18px; line-height: 1.65; color: var(--muted); text-wrap: pretty; }
.pull-quote { font-family: var(--serif); font-style: italic; font-size: 30px; line-height: 1.3; margin: 0; color: var(--brand); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block; border-radius: 999px; font-family: var(--sans);
  font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 16px 30px; border: 1px solid transparent; cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn--primary { background: var(--brand); color: var(--on-brand); }
.btn--primary:hover { background: var(--brand-dark); color: var(--on-brand); }
.btn--ghost { border-color: var(--rule-strong); color: var(--ink-2); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--invert { background: var(--on-brand); color: var(--brand-dark); padding: 17px 34px; }
.btn--invert:hover { background: var(--ink); color: var(--on-brand); }
.band .btn--invert:hover { background: var(--brand); color: var(--on-brand); }
.btn--sm { padding: 11px 22px; font-size: 13px; }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: oklch(0.975 0.012 75 / 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
}
.site-header__inner {
  max-width: var(--shell); margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; gap: 24px;
}
.site-header__logo { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.site-header__logo img { height: 38px; width: auto; display: block; }

.site-nav {
  display: flex; flex-wrap: wrap; gap: 22px; margin-left: auto; align-items: center;
  font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500;
}
.site-nav a { color: var(--ink-3); }
.site-nav a:hover { color: var(--brand); }
.site-nav a.site-nav__cta { display: none; color: var(--on-brand); }
.site-nav a.site-nav__cta:hover { color: var(--on-brand); background: var(--brand-dark); }

.site-header__actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; margin-left: auto; }
.site-nav + .site-header__actions { margin-left: 0; }

.lang-toggle {
  border: 1px solid var(--rule-soft); background: transparent; color: var(--ink-3);
  border-radius: 999px; padding: 7px 14px; font-family: var(--sans);
  font-size: 12px; font-weight: 600; letter-spacing: 0.08em; cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.lang-toggle:hover { border-color: var(--brand); color: var(--brand); }

.nav-toggle { display: none; }

@media (max-width: 900px) {
  .site-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: flex-start; gap: 0;
    background: var(--paper); border-bottom: 1px solid var(--rule);
    padding: 8px 24px 20px;
  }
  .site-nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--rule); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-header { position: sticky; }
  .site-header__inner { position: relative; gap: 12px; }
  .site-header.is-open .site-nav { display: flex; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; padding: 0; order: 3;
    border: 1px solid var(--rule-soft); border-radius: 999px;
    background: transparent; color: var(--ink-3); cursor: pointer;
  }
  .nav-toggle:hover { border-color: var(--brand); color: var(--brand); }
  .nav-toggle svg { width: 18px; height: 18px; }
  .site-header.is-open .nav-toggle .icon-open,
  .site-header:not(.is-open) .nav-toggle .icon-close { display: none; }
  .site-header__actions,
  .site-nav + .site-header__actions { margin-left: auto; }
  .site-header__inner > .nav-toggle { margin-left: 0; }

  /* Registrace se z hlavičky stěhuje do rozbaleného menu, ať je na mobilu
     vidět jako plnohodnotné tlačítko a ne jako další řádek odkazů. */
  .site-header__actions .btn { display: none; }
  .site-nav a.site-nav__cta {
    display: block; width: 100%; margin-top: 18px; padding: 16px 24px;
    border-bottom: 0; border-radius: 999px; text-align: center; font-size: 14px;
  }
}

/* ---------- Hero ---------- */

.hero { max-width: var(--shell); margin: 0 auto; padding: 96px 24px 0; }
.hero__flag { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.hero__dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--brand);
  animation: bcr-pulse 2.4s ease-in-out infinite; display: inline-block; flex: 0 0 auto;
}
@keyframes bcr-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.hero__date {
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted-2);
}
.hero__grid {
  display: grid; grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 1fr);
  gap: 40px 72px; margin-top: 44px; align-items: start;
}
.hero__lead { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }

.hero__facts {
  display: flex; flex-direction: column; gap: 14px;
  padding-left: 32px; border-left: 1px solid var(--rule-soft);
}
.hero__facts-when {
  margin: 0; font-size: 14px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--ink-2);
}
.hero__facts-goal {
  margin: 0; font-family: var(--serif); font-size: clamp(21px, 2vw, 27px);
  line-height: 1.35; color: var(--muted); text-wrap: pretty;
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; }
  .hero__facts { padding-left: 0; padding-top: 28px; border-left: 0; border-top: 1px solid var(--rule-soft); }
}

/* ---------- Countdown ---------- */

.countdown {
  margin-top: 64px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 26px 0;
}
.countdown__row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 40px; }
.countdown__label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted-3); flex: 0 0 auto;
}
.countdown__units { display: flex; gap: 32px; flex-wrap: wrap; margin-left: auto; }
.countdown__unit { display: flex; align-items: baseline; gap: 8px; }
.countdown__value {
  font-family: var(--serif); font-size: 44px; line-height: 1;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.countdown__value--accent { color: var(--brand); }
.countdown__unit-name {
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted-3);
}

/* ---------- Sections ---------- */

.section { max-width: var(--shell); margin: 0 auto; padding: 112px 24px; }
.section--tight { padding-top: 40px; padding-bottom: 0; }
.section--faq { padding: 0 24px 112px; }
.section--sponsors { padding: 96px 24px; }

.band { background: var(--ink); color: var(--on-dark); }
.band__inner { max-width: var(--shell); margin: 0 auto; padding: 104px 24px; }
.band a { color: var(--brand-light); }
/* `.band a` má vyšší specificitu než `.btn--*`, takže tlačítkům uvnitř
   tmavého bloku přebíjelo barvu textu na lososovou — na červeném i na
   světlém podkladu pak byl nápis skoro nečitelný. */
.band a.btn--invert { color: var(--brand-dark); }
.band a.btn--primary { color: var(--on-brand); }

/* Mozaika: dvě široké fotky přes dva sloupce, čtyři na výšku po jednom.
   Pořadí je zvolené tak, aby mřížka vyšla beze zbytku na 4 sloupce
   (2 řádky) i na 2 sloupce na mobilu (4 řádky) — bez děr. */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery img {
  width: 100%; height: 270px; object-fit: cover; border-radius: 4px;
  display: block; background: var(--placeholder);
}
.gallery__wide { grid-column: span 2; }
.about__media img { object-position: center 30%; }


.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 64px; align-items: start; }
.split--when { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 72px; }
.split--faq { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 56px; }

.about__media { display: flex; flex-direction: column; gap: 12px; }
.about__media img {
  width: 100%; height: 420px; object-fit: cover; border-radius: 4px;
  display: block; background: var(--placeholder);
}
.raised {
  display: flex; gap: 12px; align-items: center; padding: 18px 20px;
  border: 1px solid var(--rule); border-radius: 4px;
}
.raised__amount { font-family: var(--serif); font-size: 34px; line-height: 1; color: var(--brand); }
.raised__label { font-size: 14px; line-height: 1.4; color: var(--muted-2); }

/* ---------- Record / facts ---------- */

.split--record { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 64px; }
.distances--record { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.note {
  margin: 24px 0 0; font-size: 15px; line-height: 1.6;
  color: var(--muted-3); text-wrap: pretty;
}

.facts { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.facts li { display: flex; gap: 12px; align-items: baseline; font-size: 17px; line-height: 1.5; color: var(--ink-2); }
.facts__icon { flex: 0 0 auto; font-size: 15px; }

/* ---------- Stats / steps ---------- */

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 48px 40px; }
.stat { border-top: 1px solid var(--dark-rule); padding-top: 22px; }
.stat__value {
  font-family: var(--serif); font-size: clamp(40px, 5vw, 62px);
  line-height: 1; letter-spacing: -0.02em; color: var(--brand-light);
}
.stat__label { margin: 14px 0 0; font-size: 15px; line-height: 1.5; color: var(--on-dark-4); }
.stat__value--long { font-size: clamp(34px, 3.6vw, 46px); }

.link-out {
  display: inline-block; margin-top: 48px; font-size: 14px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--brand-light);
  border-bottom: 1px solid oklch(0.5 0.08 40); padding-bottom: 4px;
}
.band .link-out:hover { color: var(--brand-lift); }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.step { border-top: 1px solid var(--dark-rule); padding-top: 20px; }
.step__n { font-family: var(--serif); font-size: 20px; color: var(--brand-light); margin-bottom: 12px; }
.step h3 { font-size: 17px; font-weight: 700; margin: 0 0 10px; letter-spacing: 0.02em; }
.step p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--on-dark-4); }
.steps--three { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.band__cta { margin-top: 56px; }

/* ---------- Schedule / route ---------- */

.schedule { display: flex; flex-direction: column; }
.schedule__row { display: flex; gap: 24px; padding: 16px 0; border-top: 1px solid var(--rule); }
.schedule__row:last-child { border-bottom: 1px solid var(--rule); }
.schedule__time { font-family: var(--serif); font-size: 22px; width: 76px; flex: 0 0 auto; }
.schedule__row--start .schedule__time { color: var(--brand); }
.schedule__what { font-size: 16px; line-height: 1.5; color: var(--muted); }
.schedule__row--start .schedule__what { color: var(--ink-2); font-weight: 600; }
.schedule__note { margin: 20px 0 0; font-size: 15px; color: var(--muted-3); }

.distances { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.distance { border: 1px solid var(--rule); border-radius: 4px; padding: 22px 18px; }
.distance__km { font-family: var(--serif); font-size: 38px; line-height: 1; }
.distance__km span { font-size: 18px; }
.distance p { margin: 8px 0 0; font-size: 13px; color: var(--muted-3); }
.distance--hero { background: var(--brand); border-color: var(--brand); color: var(--on-brand); }
.distance--hero p { color: oklch(0.93 0.03 60); }

.inline-links {
  display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
}

/* ---------- Video ---------- */

.video-frame {
  position: relative; width: 100%; padding-top: 56.25%;
  border-radius: 4px; overflow: hidden; background: oklch(0.9 0.01 70);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- FAQ ---------- */

.faq-list { border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary {
  cursor: pointer; padding: 20px 0; display: flex; gap: 16px; align-items: baseline;
  font-size: 17px; font-weight: 600; line-height: 1.4; color: oklch(0.24 0.02 42);
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--brand); }
.faq-list summary .faq-n {
  color: var(--brand); font-family: var(--serif); font-size: 15px; flex: 0 0 auto;
}
.faq-list p {
  margin: 0; padding: 0 0 22px 32px; font-size: 16px; line-height: 1.65;
  color: oklch(0.42 0.02 45); white-space: pre-line; text-wrap: pretty;
}

/* ---------- Closing CTA ---------- */

.cta-band { background: var(--brand); color: var(--on-brand); }
.cta-band__inner {
  max-width: var(--shell); margin: 0 auto; padding: 96px 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px; align-items: center;
}
.cta-band__aside { display: flex; flex-direction: column; gap: 20px; align-items: start; }
.cta-band p { margin: 0; font-size: 18px; line-height: 1.6; color: oklch(0.95 0.03 70); }
.cta-band__claim {
  font-family: var(--serif); font-size: 24px !important; line-height: 1.35;
  color: var(--on-brand) !important;
}

/* ---------- Sponsors ---------- */

.sponsors {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 40px; align-items: center; justify-items: center;
}
.sponsors img {
  max-width: 140px; max-height: 60px; width: auto; height: auto;
  object-fit: contain; opacity: 0.75;
}

/* ---------- Legal pages ---------- */

.legal { max-width: 820px; margin: 0 auto; padding: 72px 24px 96px; }
.legal h1 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 5vw, 54px);
  line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 14px; text-wrap: balance;
}
.legal__meta {
  margin: 0 0 56px; font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--brand);
}
.legal h2 {
  font-family: var(--serif); font-weight: 400; font-size: 28px; line-height: 1.2;
  letter-spacing: -0.01em; margin: 0 0 16px;
}
.legal p, .legal li { font-size: 17px; line-height: 1.7; color: var(--ink-2); text-wrap: pretty; }
.legal p { margin: 0 0 16px; }
.legal ul, .legal ol { margin: 0 0 16px; padding-left: 24px; }
.legal li { margin-bottom: 10px; }
.legal ol.legal__list { padding-left: 22px; }
.legal ol.legal__list li { padding-left: 6px; }
.legal hr { border: 0; border-top: 1px solid var(--rule); margin: 44px 0; }
.legal strong { font-weight: 600; color: var(--ink); }
.legal__lead { font-size: 18px; }
.legal__block { line-height: 1.8; }
.legal__caps {
  border-left: 2px solid var(--brand); padding: 4px 0 4px 20px;
  font-weight: 600; color: var(--ink); margin: 32px 0;
}
.legal__sign { margin-top: 32px; color: var(--muted-2); }
.legal__more {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--rule);
  font-size: 15px; color: var(--muted-2);
}
@media (max-width: 700px) {
  .legal { padding-top: 48px; padding-bottom: 72px; }
  .legal__meta { margin-bottom: 36px; }
}

/* ---------- Footer ---------- */

.site-footer { background: var(--ink); color: var(--on-dark-2); }
.site-footer__cols {
  max-width: var(--shell); margin: 0 auto; padding: 80px 24px 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 48px;
}
.site-footer__logo {
  height: 44px; width: auto; display: block; margin-bottom: 20px;
  filter: brightness(0) invert(1); opacity: 0.9;
}
.site-footer p { margin: 0; }
.site-footer__blurb { font-size: 15px; line-height: 1.6; color: var(--on-dark-5); }
.site-footer__head {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--brand-light); margin: 0 0 16px;
}
.site-footer__line { font-size: 16px; }
.site-footer__line + .site-footer__line { margin-top: 6px; }
.site-footer__address { font-size: 16px; line-height: 1.6; color: var(--on-dark-3); }
.site-footer__give { font-size: 15px; line-height: 1.6; color: var(--on-dark-3); margin-bottom: 14px; }
.site-footer a { color: var(--on-dark-2); }
.site-footer a:hover { color: var(--brand-light); }
.site-footer__social { display: flex; gap: 16px; }
.site-footer__social a {
  font-size: 14px; font-weight: 600; border-bottom: 1px solid var(--dark-rule);
}
.site-footer__bar {
  max-width: var(--shell); margin: 0 auto; padding: 24px;
  border-top: 1px solid var(--dark-rule-2);
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  font-size: 13px; color: var(--on-dark-6);
}
.site-footer__bar a { color: var(--on-dark-6); }
.site-footer__bar a:hover { color: var(--on-dark-2); }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 24px; }

/* ---------- Cookie lišta ---------- */

.cookie-bar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  max-width: 720px; margin: 0 auto;
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px;
  padding: 18px 22px; border-radius: 8px;
  background: var(--ink); color: var(--on-dark-2);
  box-shadow: 0 12px 36px oklch(0.22 0.02 40 / 0.28);
}
.cookie-bar__text { margin: 0; flex: 1 1 300px; font-size: 14px; line-height: 1.55; }
.cookie-bar__text a { color: var(--brand-light); text-decoration: underline; }
.cookie-bar__text a:hover { color: var(--brand-lift); }
.cookie-bar__actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.cookie-bar .btn--ghost { border-color: var(--dark-rule); color: var(--on-dark-3); }
.cookie-bar .btn--ghost:hover { border-color: var(--on-dark-3); color: var(--on-dark); }

.consent-reset {
  border: 0; background: none; padding: 0; cursor: pointer;
  font-family: var(--sans); font-size: 13px; color: var(--on-dark-6);
  text-decoration: underline;
}
.consent-reset:hover { color: var(--on-dark-2); }

@media (max-width: 560px) {
  .cookie-bar { left: 10px; right: 10px; bottom: 10px; padding: 16px; }
  .cookie-bar__actions { width: 100%; }
  .cookie-bar__actions .btn { flex: 1 1 auto; text-align: center; }
}

/* ---------- Small screens ---------- */

@media (max-width: 900px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery img { height: 210px; }
}
@media (max-width: 520px) { .gallery { gap: 8px; } .gallery img { height: 170px; } }

@media (max-width: 700px) {
  .hero { padding-top: 64px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .section--faq { padding-bottom: 80px; }
  .band__inner, .cta-band__inner { padding-top: 72px; padding-bottom: 72px; }
  .split { gap: 48px; }
  .countdown__units { margin-left: 0; gap: 24px; }
  .countdown__value { font-size: 36px; }
  .about__media img { height: 300px; }
}
