/* ==========================================================================
   Senior Saver — Main Stylesheet
   Modern local-guide look (inspired by What's Happening SU) in Senior Saver's
   red + navy brand. Tokens live in tokens.css.
   ========================================================================== */

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
svg { display: block; }

a { color: var(--ss-red); text-decoration: none; }
a:hover { color: var(--ss-red-600); }

h1, h2, h3, h4 { margin: 0; line-height: 1.1; letter-spacing: -0.02em; font-weight: 700; }
p { margin: 0; }

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

/* ---------- Layout helpers ---------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(56px, 8vw, 104px); }
.section--tight { padding-block: clamp(40px, 5vw, 64px); }
.section--surface { background: var(--surface); }
.section--ink { background: var(--ink); color: #eaf0fb; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ss-red);
  background: var(--ss-red-050);
  padding: 7px 14px;
  border-radius: var(--pill);
}
.section--ink .eyebrow { color: #ffb3ae; background: rgba(218, 37, 30, 0.16); }

.section-head { max-width: 720px; margin-bottom: clamp(32px, 4vw, 52px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-title {
  font-size: clamp(30px, 4.4vw, 46px);
  margin-top: 18px;
  color: var(--ink);
}
.section--ink .section-title { color: #fff; }
.section-title em { font-style: italic; color: var(--ss-red); font-weight: 700; }
.section-sub {
  margin-top: 16px;
  font-size: clamp(16px, 1.4vw, 19px);
  color: var(--ink-500);
}
.section--ink .section-sub { color: #b9c4da; }

/* ---------- Buttons ------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 15px 26px;
  border-radius: var(--pill);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--ss-red); color: #fff; box-shadow: var(--shadow-red); }
.btn--primary:hover { background: var(--ss-red-600); color: #fff; }

.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-700); color: #fff; }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }

/* Ghost buttons sitting on any dark surface need light text/border. */
.section--ink .btn--ghost,
.winband .btn--ghost,
.ctaband .btn--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.28); }
.section--ink .btn--ghost:hover,
.winband .btn--ghost:hover,
.ctaband .btn--ghost:hover { border-color: #fff; color: #fff; }

.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { background: #f1f2f5; color: var(--ink); }

.btn--lg { font-size: 17px; padding: 17px 32px; }
.btn--block { width: 100%; }

/* ---------- Promo bar (top) --------------------------------------------- */
.promo-bar {
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.promo-bar .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-block: 10px;
  text-align: center;
  flex-wrap: wrap;
}
.promo-bar strong { color: #fff; font-weight: 700; }
.promo-bar .promo-tag {
  background: var(--ss-red);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 3px 10px;
  border-radius: var(--pill);
  text-transform: uppercase;
}
.promo-bar a { color: #fff; text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.promo-bar a:hover { color: #ffd9d7; }

/* ---------- Header / nav ------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 14px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { height: 44px; width: 44px; }
.brand-word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-word b {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.brand-word b i { font-style: normal; color: var(--ss-red); }
.brand-word small {
  margin-top: 4px;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-400);
  font-weight: 600;
}
.footer-brand .brand-word b { color: #fff; }
.footer-brand .brand-word small { color: #7e8ba6; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}
.nav-links a {
  display: inline-block;
  color: var(--ink-700);
  font-weight: 500;
  font-size: 15.5px;
  padding: 9px 14px;
  border-radius: var(--pill);
  transition: background 0.15s ease, color 0.15s ease;
}
.nav-links a:hover { background: var(--surface); color: var(--ink); }
.nav-links a[aria-current="page"] { color: var(--ss-red); }
.nav-cta { margin-left: 8px; }

.nav-toggle {
  display: none;
  margin-left: auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ink);
}
.nav-toggle svg { width: 22px; height: 22px; }

/* ---------- Hero --------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(60% 70% at 82% 8%, rgba(218, 37, 30, 0.10), transparent 60%),
    radial-gradient(50% 60% at 6% 90%, rgba(11, 22, 40, 0.05), transparent 60%),
    var(--paper);
}
.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(48px, 7vw, 92px);
}
.hero-title {
  font-size: clamp(38px, 6vw, 68px);
  letter-spacing: -0.03em;
  margin-top: 22px;
  color: var(--ink);
}
.hero-title em { font-style: italic; color: var(--ss-red); }
.hero-lead {
  margin-top: 22px;
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--ink-500);
  max-width: 34em;
}
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }

.hero-chips {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  list-style: none;
  padding-inline: 0;
}
.hero-chips li { display: flex; flex-direction: column; }
.hero-chips b { font-size: clamp(22px, 2.4vw, 30px); color: var(--ink); letter-spacing: -0.02em; }
.hero-chips span { font-size: 13.5px; color: var(--ink-400); font-weight: 500; }

/* Hero visual (SVG booklet + floating cards) */
.hero-visual { position: relative; }
.hero-visual .float-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.hero-visual .float-card .pct {
  background: var(--ss-red);
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 1;
}
.hero-visual .float-card small { display: block; color: var(--ink-400); font-weight: 500; font-size: 12px; }
.hero-visual .fc-1 { top: 6%; left: -6%; animation: floaty 6s ease-in-out infinite; }
.hero-visual .fc-2 { bottom: 12%; right: -4%; animation: floaty 7s ease-in-out infinite reverse; }
.hero-visual .fc-3 { bottom: -3%; left: 12%; animation: floaty 5.5s ease-in-out infinite; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-visual .float-card { animation: none !important; }
  .marquee__track { animation: none !important; }
}

/* ---------- Marquee ticker ---------------------------------------------- */
.marquee {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
}
.marquee__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scroll-x 38s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 26px;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  color: #eaf0fb;
}
.marquee__item .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--ss-red); flex-shrink: 0; }
@keyframes scroll-x {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Card grids --------------------------------------------------- */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--ss-red-050);
  color: var(--ss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card__icon svg { width: 26px; height: 26px; }
.card__title { font-size: 20px; margin-bottom: 8px; }
.card__text { color: var(--ink-500); font-size: 15.5px; }

/* Numbered feature cards */
.card__num {
  font-size: 13px;
  font-weight: 700;
  color: var(--ss-red);
  letter-spacing: 0.1em;
}

/* ---------- Stat band ---------------------------------------------------- */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat { padding: 12px; }
.stat b {
  display: block;
  font-size: clamp(32px, 4.4vw, 52px);
  color: var(--ss-red);
  letter-spacing: -0.03em;
  line-height: 1;
}
.section--ink .stat b { color: #ff6b64; }
.stat span { display: block; margin-top: 10px; color: var(--ink-500); font-weight: 500; font-size: 15px; }
.section--ink .stat span { color: #b9c4da; }

/* ---------- Audience / "did you know" stat cards ------------------------- */
.factgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fact {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.fact__big { font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; color: var(--ss-red); line-height: 1; letter-spacing: -0.02em; flex-shrink: 0; }
.fact__body { color: var(--ink-500); font-size: 15.5px; }
.fact__body strong { color: var(--ink); font-weight: 600; }

/* ---------- Split feature (image/illustration + text) -------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.split--reverse .split__media { order: 2; }

/* Booklet / publication showcase panel */
.showcase {
  position: relative;
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink-800) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 4vw, 52px);
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase::after {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(218,37,30,0.35), transparent 70%);
  top: -80px; right: -80px;
}

/* ---------- Where-to-find (locations) ------------------------------------ */
.loclist { columns: 2; column-gap: 40px; list-style: none; padding: 0; margin: 0; }
.loclist li {
  break-inside: avoid;
  padding: 12px 0 12px 30px;
  border-bottom: 1px solid var(--line);
  position: relative;
  color: var(--ink-700);
  font-size: 15.5px;
}
.loclist li::before {
  content: "";
  position: absolute;
  left: 0; top: 16px;
  width: 16px; height: 16px;
  background: var(--ss-red-050);
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--ss-red);
}

/* ---------- Calendar / link cards --------------------------------------- */
.linkcard {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 600;
  transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.linkcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: transparent; color: var(--ink); }
.linkcard__badge {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 18px;
}
.linkcard__meta { display: flex; flex-direction: column; }
.linkcard__meta small { color: var(--ink-400); font-weight: 500; font-size: 13px; }
.linkcard__arrow { margin-left: auto; color: var(--ss-red); }

/* ---------- CTA band ----------------------------------------------------- */
.ctaband {
  background: linear-gradient(135deg, var(--ss-red) 0%, var(--ss-red-700) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(36px, 5vw, 64px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ctaband::before,
.ctaband::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
}
.ctaband::before { width: 260px; height: 260px; top: -120px; left: -60px; }
.ctaband::after { width: 200px; height: 200px; bottom: -110px; right: -40px; }
.ctaband > * { position: relative; }
.ctaband h2 { font-size: clamp(28px, 4vw, 44px); color: #fff; }
.ctaband p { margin-top: 14px; color: rgba(255, 255, 255, 0.9); font-size: 18px; }
.ctaband .cta-actions { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ctaband .phone { font-size: clamp(24px, 3vw, 34px); font-weight: 700; color: #fff; letter-spacing: -0.02em; }

/* ---------- Enter-to-win feature band ------------------------------------ */
.winband {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(32px, 4vw, 56px);
  overflow: hidden;
}
.winband h2 { font-size: clamp(28px, 3.6vw, 42px); color: #fff; }
.winband h2 em { font-style: italic; color: #ff6b64; }
.winband p { margin-top: 14px; color: #b9c4da; font-size: 17px; }
.prize {
  background: linear-gradient(150deg, var(--ss-red), var(--ss-red-700));
  border-radius: var(--radius);
  padding: 34px;
  text-align: center;
  box-shadow: var(--shadow-lg);
}
.prize .amt { font-size: clamp(44px, 6vw, 72px); font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.prize .lbl { margin-top: 8px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 13px; opacity: 0.92; }

/* ---------- Page hero (inner pages) -------------------------------------- */
.pagehero {
  background:
    radial-gradient(50% 80% at 90% 0%, rgba(218, 37, 30, 0.08), transparent 60%),
    var(--surface);
  border-bottom: 1px solid var(--line);
}
.pagehero .container { padding-block: clamp(44px, 6vw, 76px); }
.pagehero h1 { font-size: clamp(34px, 5vw, 56px); color: var(--ink); max-width: 16ch; }
.pagehero h1 em { font-style: italic; color: var(--ss-red); }
.pagehero p { margin-top: 18px; font-size: clamp(16px, 1.5vw, 19px); color: var(--ink-500); max-width: 56ch; }
.breadcrumb { font-size: 14px; color: var(--ink-400); margin-bottom: 16px; font-weight: 500; }
.breadcrumb a { color: var(--ink-400); }
.breadcrumb a:hover { color: var(--ss-red); }

/* ---------- Prose (legal + long content) --------------------------------- */
.prose { max-width: 760px; }
.prose h2 { font-size: 26px; margin-top: 40px; margin-bottom: 12px; color: var(--ink); }
.prose h3 { font-size: 20px; margin-top: 28px; margin-bottom: 10px; color: var(--ink); }
.prose p { margin-bottom: 16px; color: var(--ink-700); }
.prose ul { margin: 0 0 20px; padding-left: 22px; color: var(--ink-700); }
.prose li { margin-bottom: 8px; }
.prose .muted { color: var(--ink-400); font-size: 14px; }

/* ---------- Form embed --------------------------------------------------- */
.formcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  padding: 8px;
}
.formcard iframe { width: 100%; border: 0; display: block; border-radius: var(--radius); min-height: 640px; }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.info-item { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.info-item:last-child { border-bottom: 0; }
.info-item .info-ic {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: var(--ss-red-050); color: var(--ss-red);
  display: flex; align-items: center; justify-content: center;
}
.info-item .info-ic svg { width: 22px; height: 22px; }
.info-item h3 { font-size: 16px; margin-bottom: 2px; }
.info-item p, .info-item a { color: var(--ink-500); font-size: 15.5px; }
.info-item a { font-weight: 600; color: var(--ink); }
.info-item a:hover { color: var(--ss-red); }

/* ---------- Footer ------------------------------------------------------- */
.site-footer { background: var(--ink); color: #b9c4da; padding-top: clamp(48px, 6vw, 80px); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 32px; padding-bottom: 48px; border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p { max-width: 30ch; font-size: 15px; color: #93a0ba; }
.footer-col h4 { color: #fff; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #b9c4da; font-size: 15px; }
.footer-col a:hover { color: #fff; }
.footer-cta { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.10); border-radius: var(--radius); padding: 24px; }
.footer-cta h4 { color: #fff; text-transform: none; letter-spacing: -0.01em; font-size: 18px; margin-bottom: 8px; }
.footer-cta p { font-size: 14.5px; margin-bottom: 16px; }
.footer-cta .phone { display: block; font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 16px; letter-spacing: -0.02em; }
.footer-cta .phone:hover { color: #ff6b64; }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 14px;
  padding-block: 26px; font-size: 14px; color: #7e8ba6;
}
.footer-bottom nav { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom a { color: #7e8ba6; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Accessibility ------------------------------------------------ */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 16px; top: -60px;
  z-index: 100;
  background: var(--ss-red);
  color: #fff;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; color: #fff; }

/* ---------- Utilities ---------------------------------------------------- */
.center { text-align: center; }
.mt-s { margin-top: 16px; }
.mt-m { margin-top: 28px; }
.stack-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hide-mobile { }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 460px; }
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .winband { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .statband { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }

  /* Mobile nav: brand + toggle stay on row 1; the menu and CTA wrap to
     full-width rows below in normal flow. No absolute positioning, so the
     open menu can never widen the page / cause horizontal scroll. */
  .nav { flex-wrap: wrap; row-gap: 0; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .site-header.open .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    flex-basis: 100%;
    width: 100%;
    order: 3;
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid var(--line);
  }
  .site-header.open .nav-links a { padding: 14px 16px; font-size: 17px; }
  .site-header.open .nav-cta {
    display: block;
    flex-basis: 100%;
    width: 100%;
    order: 4;
    margin-left: 0;
    padding: 8px 0 6px;
  }
  .site-header.open .nav-cta .btn { width: 100%; }

  .grid--3, .grid--2, .grid--4 { grid-template-columns: 1fr; }
  .factgrid { grid-template-columns: 1fr; }
  .loclist { columns: 1; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-chips { gap: 16px 22px; }
}

@media (max-width: 420px) {
  .statband { grid-template-columns: 1fr 1fr; }
  .promo-bar .container { font-size: 12.5px; }
}
