/* =========================================================
   Free Spins uden Rofus - Single stylesheet
   System fonts only, no external resources.
   ========================================================= */

:root {
  --navy-950: #0b1024;
  --navy-900: #111733;
  --navy-800: #1a2249;
  --navy-700: #232c5f;
  --navy-600: #2f3a78;
  --line: #1f2750;
  --cream-50: #faf7ef;
  --cream-100: #f3eddf;
  --cream-200: #e7decb;
  --ink-900: #1a1f33;
  --ink-700: #383f5a;
  --ink-500: #5b6379;
  --ink-400: #7a8197;
  --gold-500: #e2b452;
  --gold-400: #f0c869;
  --gold-300: #f6dc91;
  --red-500: #e2455c;
  --red-600: #c83048;
  --green-500: #2bb673;
  --green-600: #1f9b5e;
  --amber-500: #e8902b;
  --shadow-card: 0 10px 30px rgba(8, 12, 30, 0.08);
  --shadow-hero: 0 30px 80px rgba(8, 12, 30, 0.45);
  --radius: 14px;
  --radius-sm: 8px;
  --maxw: 1180px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink-900);
  background: var(--cream-50);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-800); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--red-600); }
button { font-family: inherit; }

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--navy-900); color: #fff; padding: 10px 16px;
  border-radius: 0 0 var(--radius-sm) 0; z-index: 1000;
}
.skip-link:focus { left: 0; outline: 3px solid var(--gold-400); }

/* Containers */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 820px; margin: 0 auto; padding: 0 22px; }

/* Typography */
h1, h2, h3, h4 {
  font-family: var(--font);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--navy-900);
  margin: 0 0 .5em;
}
h1 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 750;
  margin-top: 2.4em;
}
h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin-top: 1.6em;
}
p { margin: 0 0 1em; }
ul, ol { padding-left: 1.2em; margin: 0 0 1em; }
li { margin: .35em 0; }

/* ===== Hero / Slot Dashboard ===== */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 600px at 12% -10%, rgba(226,180,82,0.22), transparent 60%),
    radial-gradient(900px 600px at 100% 10%, rgba(226,69,92,0.18), transparent 60%),
    var(--navy-950);
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 22px);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 28px 22px 56px;
}

/* Top bar inside hero */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 6px 0 22px;
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  color: #fff; text-decoration: none; font-weight: 800; letter-spacing: -0.01em;
}
.brand-mark {
  width: 38px; height: 38px; border-radius: 50%;
  background: conic-gradient(from 0deg, var(--gold-500), var(--red-500), var(--gold-400), var(--gold-500));
  display: inline-grid; place-items: center;
  box-shadow: inset 0 0 0 3px var(--navy-950), 0 6px 18px rgba(0,0,0,.4);
  position: relative;
}
.brand-mark::after {
  content: ""; width: 14px; height: 14px; border-radius: 50%;
  background: var(--navy-950); position: absolute;
}
.brand-name { font-size: 1.05rem; line-height: 1; }
.brand-name small { display: block; font-weight: 500; color: var(--gold-300); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }

.menu-toggle {
  display: none;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff; padding: 10px 14px; border-radius: 10px;
  font-weight: 700; letter-spacing: .04em; text-transform: uppercase; font-size: .78rem;
  cursor: pointer;
}

/* Slot dashboard nav */
.slot-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.slot-tile {
  position: relative;
  display: flex; flex-direction: column; gap: 8px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(246,220,145,0.22);
  color: #fff;
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
  overflow: hidden;
}
.slot-tile::before {
  content: ""; position: absolute; left: 14px; right: 14px; top: 14px; height: 6px;
  background: repeating-linear-gradient(90deg, var(--gold-400) 0 8px, transparent 8px 14px);
  opacity: .55; border-radius: 2px;
}
.slot-tile:hover { transform: translateY(-2px); border-color: var(--gold-400); background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)); }
.slot-tile .label { font-size: .72rem; letter-spacing: .18em; color: var(--gold-300); text-transform: uppercase; margin-top: 14px; }
.slot-tile .title { font-size: 1.05rem; font-weight: 800; letter-spacing: -0.01em; }
.slot-tile .reels {
  display: flex; gap: 6px; margin-top: 4px;
}
.slot-tile .reels span {
  flex: 1; height: 22px; border-radius: 5px;
  background: var(--navy-950);
  display: inline-grid; place-items: center;
  font-size: .85rem; color: var(--gold-300);
  border: 1px solid rgba(246,220,145,0.25);
}
.slot-tile.active { border-color: var(--gold-400); background: linear-gradient(180deg, rgba(226,180,82,0.18), rgba(226,69,92,0.10)); }

/* Hero body */
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  gap: 36px; align-items: end;
  margin-top: 34px;
}
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--gold-400); }
.hero-lead {
  font-size: 1.08rem; color: #d8dcef; max-width: 56ch;
}
.trust-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px;
}
.trust-badges span {
  font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 700;
  padding: 6px 10px; border-radius: 999px;
  background: rgba(246,220,145,0.10); color: var(--gold-300);
  border: 1px solid rgba(246,220,145,0.35);
}
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 12px;
}
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 18px; border-radius: 10px;
  font-weight: 700; text-decoration: none; letter-spacing: .01em;
  border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, border-color .15s ease;
  font-size: .95rem;
}
.btn-primary { background: var(--gold-400); color: var(--navy-950); border-color: var(--gold-500); }
.btn-primary:hover { background: var(--gold-300); transform: translateY(-1px); color: var(--navy-950); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.32); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }
.btn-red { background: var(--red-500); color: #fff; border-color: var(--red-600); }
.btn-red:hover { background: var(--red-600); color: #fff; transform: translateY(-1px); }
.btn-small { padding: 9px 14px; font-size: .85rem; }

/* Slot reel hero visual */
.reel-cabinet {
  position: relative;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #1a2249, #0e1432);
  border: 1px solid rgba(246,220,145,0.35);
  box-shadow: var(--shadow-hero);
}
.reel-cabinet::before {
  content: "FREE SPINS";
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold-400); color: var(--navy-950);
  padding: 5px 14px; border-radius: 999px; font-weight: 800; letter-spacing: .12em; font-size: .72rem;
  box-shadow: 0 6px 18px rgba(226,180,82,.45);
}
.reels-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  background: var(--navy-950); padding: 14px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.07);
}
.reel {
  height: 110px;
  background: linear-gradient(180deg, #0f1532, #1a2249);
  border-radius: 8px;
  border: 1px solid rgba(246,220,145,0.18);
  display: grid; place-items: center;
  font-size: 2.2rem; font-weight: 800; color: var(--gold-400);
  text-shadow: 0 2px 0 #000;
  position: relative; overflow: hidden;
}
.reel::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), transparent 30%, transparent 70%, rgba(0,0,0,.35));
}
.cabinet-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px;
}
.cabinet-meta div {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px; padding: 10px;
}
.cabinet-meta strong { display: block; color: var(--gold-300); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 3px; }
.cabinet-meta span { color: #fff; font-weight: 700; font-size: .92rem; }

/* Breadcrumbs */
.breadcrumbs {
  font-size: .85rem; color: var(--ink-500); margin: 18px 0 6px;
}
.breadcrumbs a { color: var(--navy-700); text-decoration: none; }
.breadcrumbs a:hover { color: var(--red-600); text-decoration: underline; }
.breadcrumbs span[aria-current] { color: var(--ink-900); font-weight: 600; }

/* Sections */
section { padding: 56px 0; }
section.tight { padding: 28px 0; }
.section-eyebrow {
  font-size: .76rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--red-500); font-weight: 800; margin-bottom: 6px;
}

/* ===== Offer widget ===== */
.offers-wrap { background: linear-gradient(180deg, var(--cream-100), var(--cream-50)); }
.offers-note {
  background: #fff7e2; border: 1px solid #f0d98b; color: #6e5212;
  padding: 12px 16px; border-radius: 10px; font-size: .9rem;
  margin: 16px 0 26px;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.offer-card {
  background: #fff;
  border: 1px solid var(--cream-200);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  position: relative;
  transition: transform .15s ease, border-color .15s ease;
}
.offer-card:hover { transform: translateY(-2px); border-color: var(--gold-400); }
.offer-rank {
  position: absolute; top: -10px; left: 22px;
  background: var(--navy-900); color: var(--gold-400);
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; font-weight: 800;
  border: 1px solid var(--gold-500);
}
.offer-head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-bottom: 12px;
}
.offer-logo {
  width: 84px; height: 60px; border-radius: 10px;
  display: grid; place-items: center;
  background: #0b0b0f;
  border: 1px solid var(--navy-700);
  flex-shrink: 0;
  overflow: hidden;
  padding: 6px;
}
.offer-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.offer-name { font-weight: 800; font-size: 1.05rem; }
.offer-headline {
  font-size: 1.5rem; font-weight: 800; letter-spacing: -0.01em;
  color: var(--navy-900); margin-bottom: 8px;
}
.offer-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
  font-size: .88rem; margin: 10px 0 14px;
}
.offer-meta div strong { display: block; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 2px; font-weight: 700; }
.offer-condition {
  font-size: .85rem; color: var(--ink-700);
  background: var(--cream-100); padding: 10px 12px; border-radius: 8px;
  border-left: 3px solid var(--gold-400);
  margin: 10px 0 14px;
}
.offer-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }

/* Badges */
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .72rem; font-weight: 800; letter-spacing: .06em;
  padding: 4px 9px; border-radius: 999px;
  background: var(--cream-100); color: var(--ink-700);
  border: 1px solid var(--cream-200);
  text-transform: uppercase;
}
.badge.green { background: #e3f6ec; color: var(--green-600); border-color: #b8e2c8; }
.badge.amber { background: #fdf0d4; color: #8a5a06; border-color: #f0d98b; }
.badge.red { background: #fde3e7; color: var(--red-600); border-color: #f5b9c2; }
.badge.navy { background: var(--navy-900); color: #fff; border-color: var(--navy-700); }

/* Bovl score meter */
.bovl {
  display: flex; align-items: center; gap: 10px;
}
.bovl-meter {
  flex: 1; height: 10px; background: var(--cream-100); border-radius: 999px; overflow: hidden;
  border: 1px solid var(--cream-200);
}
.bovl-meter > i {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--green-500), var(--gold-500), var(--red-500));
  border-radius: 999px;
}
.bovl-num { font-weight: 800; color: var(--navy-800); font-variant-numeric: tabular-nums; font-size: .92rem; }

/* Article content area */
.article {
  background: #fff;
  padding: 48px 0 72px;
}
.article .narrow > p,
.article .narrow > ul,
.article .narrow > ol { font-size: 1.04rem; color: var(--ink-700); }
.article p strong { color: var(--ink-900); }
.lede { font-size: 1.18rem; color: var(--ink-700); margin-bottom: 24px; }

/* Callouts */
.callout {
  background: var(--cream-100);
  border-left: 4px solid var(--gold-500);
  padding: 16px 20px; border-radius: 8px;
  margin: 24px 0;
  font-size: .98rem;
}
.callout.red { background: #fde8ec; border-left-color: var(--red-500); color: #6f1422; }
.callout.green { background: #e3f6ec; border-left-color: var(--green-500); color: #14513a; }
.callout strong { display: block; margin-bottom: 4px; }

/* Checklist */
.checklist {
  list-style: none; padding: 0; margin: 18px 0;
  display: grid; gap: 10px;
}
.checklist li {
  background: #fff; border: 1px solid var(--cream-200);
  padding: 16px 18px 16px 56px; border-radius: 10px;
  position: relative;
  line-height: 1.55;
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 16px; top: 16px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--green-500); color: #fff; font-weight: 800;
  display: inline-grid; place-items: center;
  font-size: .9rem;
}
.checklist li strong {
  display: block;
  color: var(--navy-900);
  font-weight: 700;
  margin-bottom: 2px;
}

/* Info cards row */
.cards-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin: 22px 0;
}
.info-card {
  background: #fff; border: 1px solid var(--cream-200); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow-card);
}
.info-card h3 { margin-top: 0; }
.info-card .ico {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; border-radius: 10px; margin-bottom: 12px;
  background: var(--navy-900); color: var(--gold-400); font-weight: 800;
  border: 1px solid var(--gold-500);
}

/* FAQ */
.faq { margin: 26px 0 0; border-top: 1px solid var(--cream-200); }
.faq-item { border-bottom: 1px solid var(--cream-200); }
.faq-q {
  width: 100%; text-align: left; background: transparent; border: 0;
  padding: 18px 0; font-size: 1.05rem; font-weight: 700; color: var(--navy-900);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  cursor: pointer;
}
.faq-q:hover { color: var(--red-600); }
.faq-q .chev {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--cream-100); display: inline-grid; place-items: center;
  border: 1px solid var(--cream-200); transition: transform .2s ease;
  font-weight: 800; color: var(--navy-800);
}
.faq-q[aria-expanded="true"] .chev { transform: rotate(45deg); background: var(--gold-400); border-color: var(--gold-500); }
.faq-a { padding: 0 0 18px; color: var(--ink-700); display: none; }
.faq-q[aria-expanded="true"] + .faq-a { display: block; }
.no-js .faq-a { display: block; }

/* Author box */
.author {
  display: grid; grid-template-columns: 96px 1fr; gap: 20px;
  background: linear-gradient(180deg, #fff, var(--cream-50));
  border: 1px solid var(--cream-200);
  border-radius: var(--radius);
  padding: 24px;
  margin: 48px 0 16px;
  box-shadow: var(--shadow-card);
}
.author-avatar {
  width: 96px; height: 96px; border-radius: 50%;
  background: conic-gradient(from 200deg, var(--navy-800), var(--gold-500), var(--red-500), var(--navy-800));
  display: grid; place-items: center;
  font-weight: 800; color: #fff; font-size: 1.8rem;
  border: 4px solid #fff; box-shadow: 0 6px 20px rgba(0,0,0,.12);
  letter-spacing: .02em;
  overflow: hidden;
  padding: 3px;
}
.author-avatar img {
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.author h3 { margin: 0 0 6px; font-size: 1.15rem; }
.author p { margin: 0 0 8px; font-size: .96rem; color: var(--ink-700); }
.author .role { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--red-500); font-weight: 800; }

/* Responsible gambling banner */
.respo {
  background: var(--navy-900);
  color: #d8dcef;
  padding: 22px;
  border-radius: var(--radius);
  margin: 32px 0;
  border-left: 4px solid var(--gold-400);
}
.respo strong { color: #fff; display: block; margin-bottom: 4px; letter-spacing: .04em; }
.respo a { color: var(--gold-300); }

/* Related */
.related {
  background: var(--cream-100); padding: 48px 0;
  border-top: 1px solid var(--cream-200);
}
.related-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.related-card {
  background: #fff; border: 1px solid var(--cream-200); border-radius: var(--radius);
  padding: 18px; text-decoration: none; color: var(--navy-900);
  transition: transform .15s ease, border-color .15s ease;
  display: block;
}
.related-card:hover { transform: translateY(-2px); border-color: var(--gold-400); color: var(--navy-900); }
.related-card .label { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--red-500); font-weight: 800; }
.related-card h3 { margin: 6px 0 0; font-size: 1.02rem; }

/* Tables (for inline use) */
.table-wrap { overflow-x: auto; }
table.simple {
  width: 100%; border-collapse: collapse; font-size: .95rem;
  border: 1px solid var(--cream-200); border-radius: var(--radius);
  overflow: hidden;
}
table.simple th, table.simple td {
  padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--cream-200);
}
table.simple thead { background: var(--navy-900); color: #fff; }
table.simple tbody tr:nth-child(even) { background: var(--cream-50); }

/* Footer */
footer {
  background: var(--navy-950);
  color: #c2c8e0;
  padding: 48px 0 24px;
  margin-top: 56px;
}
footer .footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px;
  max-width: var(--maxw); margin: 0 auto; padding: 0 22px;
}
footer h4 { color: #fff; font-size: 1rem; margin: 0 0 14px; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer li { margin: 6px 0; }
footer a { color: #c2c8e0; text-decoration: none; }
footer a:hover { color: var(--gold-300); }
footer .legal {
  margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center; font-size: .82rem; color: #8d95b8;
}
.respo-foot {
  background: rgba(226,180,82,.08); border: 1px solid rgba(226,180,82,.3);
  color: #f6dc91; padding: 12px 14px; border-radius: 10px; font-size: .88rem; margin-bottom: 16px;
}

/* Hero image (figure) - wide editorial image */
.hero-figure {
  max-width: var(--maxw);
  margin: 40px auto 8px;
  padding: 0 22px;
}
.hero-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(8, 12, 30, 0.18);
  border: 1px solid var(--cream-200);
}
@media (max-width: 640px) {
  .hero-figure { padding: 0 16px; margin: 28px auto 4px; }
}

/* Utility */
.muted { color: var(--ink-500); }
.center { text-align: center; }
.spacer { height: 24px; }
.small { font-size: .88rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0; }

/* Bonus wheel decorative element for some pages */
.wheel {
  width: 220px; height: 220px; border-radius: 50%; margin: 12px auto;
  background:
    conic-gradient(
      var(--red-500) 0 45deg,
      var(--gold-400) 45deg 90deg,
      var(--navy-800) 90deg 135deg,
      var(--gold-500) 135deg 180deg,
      var(--red-600) 180deg 225deg,
      var(--gold-400) 225deg 270deg,
      var(--navy-700) 270deg 315deg,
      var(--gold-300) 315deg 360deg
    );
  position: relative;
  box-shadow: 0 12px 40px rgba(8,12,30,.25), inset 0 0 0 8px var(--navy-900);
}
.wheel::after {
  content: ""; position: absolute; inset: 50% -10px auto auto; transform: translateY(-50%);
  width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  border-right: 18px solid var(--navy-900);
}

/* Focus states */
:focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .slot-nav { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr; }
  .cards-row { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  footer .footer-grid { grid-template-columns: 1fr; }
  .author { grid-template-columns: 1fr; text-align: left; }
  .author-avatar { width: 72px; height: 72px; font-size: 1.4rem; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .hero-inner { padding: 20px 18px 40px; }
  .container, .narrow { padding: 0 16px; }
  section { padding: 42px 0; }
  .menu-toggle { display: inline-flex; }
  .slot-nav { display: none; gap: 10px; }
  .slot-nav.open { display: grid; }
  .brand-name small { display: none; }
  .reel { height: 86px; font-size: 1.6rem; }
  .offer-headline { font-size: 1.25rem; }
}
