/* jackpotnowin.com — production stylesheet
   Visual lock: Light Slate Utility, dark hero cards, technical-grotesk type,
   compact feed cover, masonry rhythm. Factory modules LAYOUT_131 + LIGHT_007.
*/

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--background);
  font-size: 18px;
  line-height: 1.7;
  min-width: 0;
}
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: var(--primary-ink); }
.prose a { text-decoration: underline; text-underline-offset: 2px; }
button, .btn, .nav-cta, .sticky-cta, .chip,
.hamburger, .nav-link, .foot-list a { white-space: nowrap; }
p, h1, h2, h3, h4, h5, li, td, th {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: manual;
}
section[id], .band[id] { scroll-margin-top: 88px; }

.skip {
  position: absolute; left: -999px; top: 8px;
  background: #fff; color: #000;
  padding: 8px 12px; z-index: 400;
  border-radius: 6px;
}
.skip:focus { left: 8px; }

.container { width: min(100% - 32px, var(--shell)); margin-inline: auto; min-width: 0; }
.container-narrow { width: min(100% - 32px, 760px); margin-inline: auto; min-width: 0; }

/* HEADER ----------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 320;
  background: rgba(246, 248, 252, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  height: var(--header-h);
}
body.nav-open .site-header { z-index: 360; }
.header-inner {
  height: var(--header-h);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink); min-width: 0;
}
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--hero); color: #fff;
  display: grid; place-items: center;
  font-weight: 800; letter-spacing: 0.02em;
  flex: 0 0 auto; font-size: 14px;
}
.brand-mark img { width: 24px; height: 24px; }
.brand-name { font-weight: 800; letter-spacing: -0.03em; font-size: 18px; }
.brand-tag { display: none; color: var(--muted); font-size: 12px; letter-spacing: 0.04em; }
.main-nav { display: none; gap: 4px; align-items: center; }
.main-nav a {
  text-decoration: none; color: var(--ink);
  font-size: 14px; font-weight: 600;
  padding: 8px 10px; border-radius: 999px;
}
.main-nav a[aria-current="page"],
.main-nav a.is-active { background: var(--surface-2); color: var(--primary-ink); }
.header-right { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.header-cta, .nav-cta {
  display: none; text-decoration: none;
  background: var(--primary); color: #fff;
  font-weight: 800; font-size: 13px;
  letter-spacing: 0.06em;
  padding: 10px 16px; border-radius: 999px;
}
.header-cta:hover, .nav-cta:hover { background: var(--primary-ink); }
.header-cta-ghost {
  display: none; text-decoration: none;
  color: var(--primary-ink);
  font-weight: 700; font-size: 13px;
  padding: 10px 12px; border-radius: 999px;
  border: 1px solid var(--border); background: #fff;
}
.hamburger {
  position: relative; z-index: 300;
  width: 44px; height: 44px;
  border: 1px solid var(--border); background: #fff;
  border-radius: 12px;
  display: inline-flex; flex-direction: column;
  justify-content: center; align-items: center; gap: 5px;
  cursor: pointer;
}
.hamburger span { display: block; width: 18px; height: 2px; background: var(--ink); }
.mobile-drawer {
  display: none;
  position: fixed; inset: 0; z-index: 330;
  background: rgba(18, 26, 40, 0.46);
}
.mobile-drawer.open,
.mobile-drawer.is-open { display: block; z-index: 400; }
body.nav-open .site-header { z-index: 250; pointer-events: none; }
body.nav-open .site-header .hamburger { pointer-events: auto; }
.drawer-panel {
  position: absolute; top: 0; right: 0;
  width: min(88vw, 360px);
  height: 100dvh;
  background: #fff;
  padding: 88px 22px 32px;
  overflow: auto;
  box-shadow: var(--shadow);
}
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.drawer-close {
  width: 40px; height: 40px;
  border-radius: 10px; border: 1px solid var(--border);
  background: #fff; cursor: pointer;
  display: grid; place-items: center;
  font-size: 22px; line-height: 1;
  position: absolute; top: 16px; right: 16px;
  z-index: 410;
}
.drawer-panel a {
  display: block; padding: 12px 0;
  text-decoration: none;
  color: var(--ink); font-weight: 650;
  border-bottom: 1px solid var(--border);
}
.drawer-section {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-ink); font-weight: 800;
  margin: 18px 0 6px;
}
.drawer-cta {
  margin-top: 18px; display: block; text-align: center;
  background: var(--primary); color: #fff !important;
  border: 0 !important; border-radius: 999px;
  padding: 12px 16px !important;
}

/* CINEMATIC COVER (compact feed) ----------------------------------------- */
.cover {
  background: var(--hero);
  color: var(--hero-ink);
  padding: 36px 0 44px;
}
.cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 32px;
  align-items: end;
}
.kicker {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #D4B4E8;
  font-weight: 700;
}
.cover h1,
#hero-h {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 12px 0 16px;
  max-width: 16ch;
  color: var(--hero-ink);
}
.cover-lede {
  color: var(--hero-muted);
  max-width: 46ch;
  margin: 0 0 22px;
  font-size: 17px;
}
.cover-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800; font-size: 14px;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary { background: #fff; color: var(--primary-ink); }
.btn-primary:hover { background: var(--surface-2); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
}
.btn-ghost:hover { background: rgba(255,255,255,0.08); }
.btn-on-paper { background: var(--primary); color: #fff; }
.btn-on-paper:hover { background: var(--primary-ink); }
.btn-outline { background: #fff; color: var(--primary-ink); border: 1px solid var(--border); }
.btn-outline:hover { background: var(--surface-2); }

.feed-stack { display: grid; gap: 10px; min-width: 0; }
.feed-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}
.feed-item:hover { background: rgba(255,255,255,0.10); }
.feed-item img {
  width: 72px; height: 96px;
  object-fit: cover;
  border-radius: 10px;
}
.feed-item strong { display: block; font-size: 14px; line-height: 1.3; color: var(--hero-ink); }
.feed-item span { color: var(--hero-muted); font-size: 13px; }

/* CHAPTER BREAKS --------------------------------------------------------- */
.chapter {
  background: #161F2E;
  color: #F4F7FB;
  padding: 48px 0;
}
.chapter-fig {
  font-size: clamp(56px, 10vw, 120px);
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #A044C5;
  margin: 0;
}
.chapter h2 {
  color: #F4F7FB;
  margin: 8px 0 6px;
  letter-spacing: -0.04em;
}
.chapter p { margin: 6px 0 0; max-width: 56ch; color: #C5D0E0; }

/* BANDS / SECTIONS ------------------------------------------------------- */
.band { padding: 56px 0; }
.band-paper { background: #fff; }
.band-soft { background: var(--surface-2); }
.band-ink { background: var(--hero); color: var(--hero-ink); }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-ink);
  font-weight: 800;
}
h2 { font-size: clamp(26px, 3vw, 36px); letter-spacing: -0.03em; line-height: 1.15; margin: 8px 0 12px; }
h3 { font-size: 20px; letter-spacing: -0.02em; margin: 0 0 8px; }
.lede { color: var(--muted); max-width: 62ch; margin-top: 6px; }

/* PROOF STRIP / CHIPS ---------------------------------------------------- */
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.proof-chip {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 16px;
}
.proof-chip.dark {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.10);
  color: var(--hero-ink);
}
.proof-chip b { display: block; font-size: 13px; }
.proof-chip span { color: var(--muted); font-size: 13px; }
.proof-chip.dark span { color: var(--hero-muted); }

/* STORY RAIL ------------------------------------------------------------- */
.story-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  gap: 14px;
}
.story-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  min-width: 0;
  display: flex; flex-direction: column;
}
.story-card img { aspect-ratio: 3/4; object-fit: cover; }
.story-card:first-child img { aspect-ratio: 4/5; }
.story-card .pad { padding: 16px 18px 20px; }
.story-card .pad p { margin: 8px 0 12px; color: var(--muted); }
.story-card h3 { font-size: 18px; }
.story-card .meta { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-ink); font-weight: 800; }

/* CHOICE / FORMAT SWITCHER ---------------------------------------------- */
.choice-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 22px; }
.chip {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
  color: var(--ink);
  font-size: 14px;
}
.chip:hover { background: var(--surface-2); }
.chip.is-on { background: var(--hero); color: #fff; border-color: var(--hero); }
.choice-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.choice-panel img { height: 100%; object-fit: cover; min-height: 240px; aspect-ratio: 4/3; }
.choice-copy { padding: 22px; }
.choice-copy h3 { font-size: 22px; }
.choice-copy dl { margin: 14px 0 0; display: grid; grid-template-columns: 110px 1fr; gap: 6px 14px; font-size: 14px; }
.choice-copy dt { color: var(--muted); font-weight: 700; }
.choice-copy dd { margin: 0; }
.choice-copy[hidden] { display: none; }

/* SPLIT / ANALYSIS ------------------------------------------------------- */
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.split img, .poster img {
  border-radius: var(--radius);
  aspect-ratio: 3/4;
  object-fit: cover;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split figure figcaption { color: var(--muted); font-size: 13px; margin-top: 8px; }

/* COMPARISON LEDGER ------------------------------------------------------ */
.ledger-wrap {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ledger-wrap > .data-table { display: table; min-width: 100%; }
.data-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  table-layout: auto;
}
.data-table th, .data-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
  font-size: 14px;
  word-break: normal;
  overflow-wrap: break-word;
}
@media (max-width: 540px) {
  .ledger-wrap table.data-table th,
  .ledger-wrap table.data-table td {
    padding: 8px 8px;
    font-size: 13px;
  }
  .ledger-wrap table.data-table th:first-child,
  .ledger-wrap table.data-table td:first-child {
    min-width: 110px;
    max-width: 130px;
  }
}
@media (max-width: 540px) {
  .ledger-wrap > .data-table { table-layout: fixed; max-width: 100%; }
  .ledger-wrap .data-table .reveal .hint { display: none !important; }
}
.data-table th { background: var(--surface-2); font-size: 13px; font-weight: 800; }
.data-table tr:last-child td { border-bottom: 0; }
.band .tag, .tag {
  display: inline-block; font-size: 11px;
  padding: 2px 8px; border-radius: 999px;
  letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 800;
}
.tag-clear { background: #D9F5E2; color: #1F6B4A; }
.tag-mixed { background: #FBEFD5; color: #8A4B12; }
.tag-unknown { background: var(--surface-2); color: var(--muted); }
.tag-confirmed { background: #D9F5E2; color: #1F6B4A; }
.tag-partial { background: #FBEFD5; color: #8A4B12; }
.tag-pending { background: var(--surface-2); color: var(--muted); }

.reveal { position: relative; }
.reveal .hint {
  display: none;
  color: var(--muted);
  font-size: 13px;
  margin-top: 6px;
}
.reveal:hover .hint,
.reveal:focus-within .hint { display: block; }

/* TAKEAWAY STACK --------------------------------------------------------- */
.take-stack { display: grid; gap: 12px; }
.take {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
}
.take b {
  font-size: 28px;
  color: var(--accent);
  letter-spacing: -0.04em;
}
.take h3 { margin-bottom: 6px; }
.take p { color: var(--muted); margin: 0; }

/* STEPPER ---------------------------------------------------------------- */
.stepper { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.step-card, .step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  min-width: 0;
}
.step-num {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--hero);
  color: #fff;
  display: grid; place-items: center;
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 14px;
}

/* SHELF ------------------------------------------------------------------ */
.shelf {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}
.shelf-tile {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  min-width: 0;
  display: flex; flex-direction: column;
}
.shelf-tile:first-child { grid-row: span 2; }
.shelf-tile .meta { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-ink); font-weight: 800; }
.shelf-tile h3 { margin: 6px 0 8px; }
.shelf-tile p { color: var(--muted); margin: 0 0 14px; }
.shelf-tile .more { margin-top: auto; }

/* VOICES ----------------------------------------------------------------- */
.voices { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); gap: 16px; }
.quote {
  background: #fff;
  border-left: 4px solid var(--accent);
  border-radius: 0 16px 16px 0;
  padding: 20px 22px;
}
.quote p { font-size: 18px; line-height: 1.55; }
.quote cite { font-style: normal; color: var(--muted); display: block; margin-top: 10px; font-size: 13px; }
.editor-bio {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
}
.editor-bio img { aspect-ratio: 3/4; object-fit: cover; border-radius: 12px; margin-bottom: 12px; }
.editor-bio .by { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-ink); font-weight: 800; }

/* NEWS LIST -------------------------------------------------------------- */
.news-list { list-style: none; padding: 0; margin: 0; }
.news-list li { border-top: 1px solid var(--border); padding: 14px 0; }
.news-list li:last-child { border-bottom: 1px solid var(--border); }
.news-list a { text-decoration: none; color: inherit; display: grid; grid-template-columns: 120px 1fr 90px; gap: 14px; align-items: center; }
.news-list time { color: var(--muted); font-size: 13px; }
.news-list h3 { margin: 0; font-size: 17px; }
.news-list .thumb { aspect-ratio: 16/9; object-fit: cover; border-radius: 10px; }
.news-list .status { text-align: right; }

/* FAQ -------------------------------------------------------------------- */
.faq-grid, .community { display: grid; gap: 10px; }
.q-item, details.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 4px 16px;
}
.q-item summary, details summary {
  cursor: pointer;
  font-weight: 700;
  padding: 12px 0;
  list-style: none;
}
details summary::-webkit-details-marker { display: none; }
.q-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-ink);
  margin-right: 8px;
}
.q-item p, details p { color: var(--muted); margin: 0 0 12px; }

/* STANDARDS PANEL -------------------------------------------------------- */
.standards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.std {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 18px;
}
.std b { display: block; font-size: 16px; margin-bottom: 6px; color: #fff; }
.std p { color: var(--hero-muted); margin: 0; font-size: 14px; }

/* CHECKLIST -------------------------------------------------------------- */
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 16px;
}
.check b { display: block; font-size: 14px; margin-bottom: 4px; }
.check span { color: var(--muted); font-size: 13px; }

/* CTA BAND --------------------------------------------------------------- */
.cta-band {
  background: linear-gradient(135deg, #1B3F7A, #2457A7);
  color: #fff;
  border-radius: 24px;
  padding: 32px;
  max-width: 100%;
  overflow: hidden;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.85); margin: 0 0 18px; max-width: 60ch; }
.cta-band .btn-primary { color: var(--primary-ink); }
.cta-band .cover-actions { flex-wrap: wrap; max-width: 100%; }
.cta-band .cover-actions .btn { min-width: 0; max-width: 100%; }
@media (max-width: 540px) {
  .cta-band { padding: 22px 18px; border-radius: 18px; }
  .cta-band .cover-actions .btn { padding: 11px 14px; font-size: 13px; }
}

/* RELATED ---------------------------------------------------------------- */
.related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.related a {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  display: block;
  min-width: 0;
}
.related b { display: block; font-size: 14px; margin-bottom: 4px; }
.related span { color: var(--muted); font-size: 13px; }

/* HERO (page-level) ----------------------------------------------------- */
.page-hero { padding: 36px 0 8px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 46px); letter-spacing: -0.035em; max-width: 18ch; margin: 6px 0 8px; }
.page-hero p { color: var(--muted); max-width: 64ch; margin: 0 0 22px; }
.hero-figure { margin: 0 0 14px; }
.hero-figure img {
  border-radius: var(--radius);
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.hero-figure figcaption { color: var(--muted); font-size: 13px; margin-top: 8px; }

/* INLINE IMAGE ROW ------------------------------------------------------- */
.inline-image-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 28px 0;
}
.inline-image-row figure { margin: 0; }
.inline-image-row img {
  border-radius: var(--radius);
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.inline-image-row figcaption { color: var(--muted); font-size: 13px; margin-top: 6px; }

/* PROSE ------------------------------------------------------------------ */
.prose p { margin: 0 0 14px; }
.prose h2 { margin-top: 36px; margin-bottom: 12px; }
.prose h3 { margin-top: 22px; margin-bottom: 8px; }
.crumb { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.crumb a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

/* CARDS (utility) -------------------------------------------------------- */
.card, .data-card, .loose-card, .hub-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  min-width: 0;
}
.card b, .data-card b, .loose-card b, .hub-card b { display: block; }
.card h3, .data-card h3, .loose-card h3, .hub-card h3 { margin-bottom: 8px; }
.card p, .data-card p, .loose-card p, .hub-card p { color: var(--muted); margin: 0; }
.card-grid, .hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.disclaimer, .fine { font-size: 13px; color: var(--muted); }
.callout {
  border: 1px solid var(--border);
  background: var(--surface-2);
  border-radius: 14px;
  padding: 16px;
  margin: 20px 0;
}
.callout b { display: block; font-size: 13px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--accent-ink); }
.callout p { color: var(--muted); margin: 4px 0 0; }

/* HUB GRID (large card with image) -------------------------------------- */
.hub-grid .hub-card figure { margin: 0 0 14px; }
.hub-grid .hub-card img { aspect-ratio: 16/9; object-fit: cover; border-radius: 12px; }

/* FOOTER ----------------------------------------------------------------- */
.site-footer { background: #fff; border-top: 1px solid var(--border); padding: 44px 0 110px; }
.foot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.foot-grid h4 {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent-ink); font-weight: 800; margin: 0 0 10px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 7px 0; }
.foot-mark {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--ink);
  margin-bottom: 10px;
}
.foot-mark .brand-mark { width: 32px; height: 32px; }
.foot-tag { color: var(--muted); font-size: 13px; }
.legal-line { margin-top: 26px; color: var(--muted); font-size: 13px; border-top: 1px solid var(--border); padding-top: 18px; }

/* MOBILE STICKY CTA ------------------------------------------------------ */
.mobile-sticky {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 260;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(246,248,252,0.96);
  border-top: 1px solid var(--border);
  backdrop-filter: blur(8px);
}
.sticky-cta {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.08em;
  border-radius: 999px;
  padding: 14px 16px;
}
.sticky-cta:hover { background: var(--primary-ink); }

/* RESPONSIVE ------------------------------------------------------------- */
@media (min-width: 900px) {
  .main-nav { display: flex; }
  .header-cta { display: inline-flex; }
  .hamburger { display: none; }
  .brand-tag { display: block; }
  .nav-cta { display: inline-flex; }
}
@media (max-width: 899px) {
  .cover { min-height: 480px !important; max-height: 720px !important; padding: 24px 0 30px !important; }
  .hero, #hero, .cover {
    min-height: 480px;
    max-height: 720px;
  }
  .cover-grid,
  .choice-panel,
  .split, .split.reverse,
  .voices,
  .inline-image-row,
  .standards,
  .related,
  .card-grid,
  .hub-grid,
  .check-grid,
  .stepper,
  .proof-strip,
  .foot-grid,
  .shelf,
  .story-rail {
    grid-template-columns: minmax(0, 1fr);
    direction: ltr;
    gap: 16px;
  }
  .shelf-tile:first-child { grid-row: auto; }
  .feed-stack { display: none; }
  .cover h1, #hero-h { font-size: 32px !important; line-height: 1.1 !important; max-width: none; }
  .cover-lede { font-size: 16px; line-height: 1.55; }
  .mobile-sticky { display: block; }
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width: 540px) {
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .standards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-list a { grid-template-columns: 80px 1fr; }
  .news-list .status { display: none; }
}

/* Sitemap / utility pages ------------------------------------------------ */
.sitemap-list { list-style: none; padding: 0; margin: 0; column-count: 2; column-gap: 32px; }
.sitemap-list li { padding: 4px 0; break-inside: avoid; }
.sitemap-list a { color: var(--primary-ink); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 700px) { .sitemap-list { column-count: 1; } }
