/* ============================================================================
   smoked-home.css — Orchard Street homepage theme (light: blue / white / orange).
   Self-contained: reconstructs the site-shell + site-additions stylesheets and
   the inline page rules into one file. Homepage is rendered as a standalone
   document (build_home in _build/build_site.py) so this is the only CSS it
   loads. Other pages are untouched.
   Palette: blue = primary/structure, white = surfaces, orange = CTAs.
   ========================================================================== */
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f5f8fc;
  --surface-3: #eaf0f8;
  --text: #16233a;
  --muted: #5d6b80;
  --border: #d8e0ec;
  --accent: #1d4ed8;
  --accent-2: #2563eb;
  --accent-soft: rgba(29,78,216,.10);
  --orange: #ea580c;
  --orange-2: #f97316;
  --orange-soft: rgba(234,88,12,.12);
  --yellow: #f59e0b;
  --green: #10b981;
  --green-2: #059669;
  --nav: #1e3a8a;
  --nav-2: #1d4ed8;
  --nav-border: #2b4bb0;
  --card-shadow: 0 6px 24px rgba(30,58,138,.12);
  --sans: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --head: 'Hanken Grotesk', 'Inter', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--sans);
  line-height: 1.7;
  background: var(--bg);
  color: var(--text);
  letter-spacing: -.1px;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent-2); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6 { font-family: var(--head); color: var(--text); letter-spacing: -.015em; }

.container { max-width: 1300px; margin: 0 auto; padding: 0 2rem; }
.shell-container { max-width: 1300px; margin: 0 auto; padding: 0 2rem; }
.content-wrap { max-width: 900px; margin: 0 auto; }

/* =========================== COMPLIANCE RIBBON =========================== */
.shell-ribbon { background: var(--accent); color: #fff; font-size: .82rem; }
.shell-ribbon-inner { max-width: 1300px; margin: 0 auto; padding: .55rem 2rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.shell-ribbon a { color: #fff; text-decoration: underline; }
.shell-ribbon-secondary { opacity: .92; }

/* =========================== SHELL HEADER =========================== */
.shell-header { position: sticky; top: 0; z-index: 1000; background: var(--nav); border-bottom: 1px solid var(--nav-border); }
.shell-header-inner { max-width: 1300px; margin: 0 auto; padding: .7rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.shell-brand { display: flex; flex-direction: column; gap: 2px; text-decoration: none; }
.shell-brand:hover { text-decoration: none; }
.shell-brand-name { font-family: var(--serif); font-weight: 800; font-size: 1.55rem; color: #ffffff; line-height: 1; letter-spacing: -.5px; }
.shell-brand-name-accent { color: var(--orange-2); }
.shell-brand-tagline { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.shell-brand-stripe { display: flex; gap: 4px; margin-top: 4px; }
.shell-brand-stripe span { width: 30px; height: 3px; border-radius: 2px; }
.shell-brand-stripe span:nth-child(1) { background: var(--orange); }
.shell-brand-stripe span:nth-child(2) { background: #fff; }
.shell-brand-stripe span:nth-child(3) { background: var(--orange); }
.shell-nav > ul { display: flex; gap: 1.8rem; list-style: none; align-items: center; }
.shell-nav-item { position: relative; }
.shell-nav-link { display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,.88); font-weight: 500; font-size: .95rem; text-decoration: none; padding: 1rem 0; }
.shell-nav-link:hover { color: var(--orange-2); text-decoration: none; }
.shell-nav-caret { color: var(--orange-2); }
.shell-nav-item::before { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 12px; }
.shell-nav-dropdown { display: none; position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: var(--nav-2); border: 1px solid var(--nav-border); border-radius: 10px; padding: .6rem 0; min-width: 230px; box-shadow: 0 8px 30px rgba(30,58,138,.35); z-index: 1001; max-height: 72vh; overflow-y: auto; }
.shell-nav-dropdown-wide { min-width: 260px; }
.shell-nav-item:hover .shell-nav-dropdown { display: block; }
.shell-nav-dropdown ul { list-style: none; }
.shell-nav-dropdown a { display: block; padding: .5rem 1.2rem; color: rgba(255,255,255,.88); font-size: .88rem; white-space: nowrap; text-decoration: none; }
.shell-nav-dropdown a:hover { background: rgba(255,255,255,.12); color: var(--orange-2); }
.shell-nav-dropdown-eyebrow { padding: .5rem 1.2rem .25rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.6); font-weight: 700; }
.shell-actions { display: flex; align-items: center; gap: 1rem; }
.shell-cta { background: var(--orange); color: #fff; font-family: var(--head); font-weight: 700; font-size: .9rem; padding: .7rem 1.4rem; border-radius: 8px; text-decoration: none; white-space: nowrap; transition: background .25s; }
.shell-cta:hover { background: var(--orange-2); color: #fff; text-decoration: none; }
.shell-hamburger { display: none; background: none; border: 0; color: #fff; cursor: pointer; width: 30px; height: 30px; }
.shell-flag-stripe { height: 4px; background: linear-gradient(90deg, var(--orange) 0 60%, #fff 60% 100%); }
.shell-mobile-nav { display: none; background: var(--nav); border-bottom: 2px solid var(--orange); }
.shell-mobile-nav.is-open { display: block; }
.shell-mobile-nav ul { list-style: none; padding: .5rem 1.5rem; }
.shell-mobile-nav > ul > li { border-bottom: 1px solid var(--nav-border); }
.shell-mobile-nav a, .shell-mobile-nav summary { color: rgba(255,255,255,.9); padding: .7rem 0; display: block; font-size: 1rem; cursor: pointer; text-decoration: none; }
.shell-mobile-nav details ul { padding: 0 0 .5rem 1rem; }
.shell-mobile-nav details a { font-size: .9rem; color: rgba(255,255,255,.7); padding: .4rem 0; }

/* =========================== HERO =========================== */
.hero-wrap { background: var(--bg); padding: 1rem 0 1.6rem; }
.hero-breadcrumb { font-size: .82rem; line-height: 1.4; margin: 0 0 1rem; color: var(--muted); }
.hero-breadcrumb a { color: var(--text); text-decoration: none; font-weight: 600; }
.hero-breadcrumb a:hover { text-decoration: underline; }
.hero-breadcrumb .breadcrumb-sep { color: #aab; margin: 0 5px; }
.hero-breadcrumb .breadcrumb-current { color: var(--muted); }
.hero-surface { display: grid; grid-template-columns: 1.25fr 1fr; gap: 0; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; overflow: hidden; background: linear-gradient(135deg, #1e3a8a 0%, #1d4ed8 60%, #1e3a8a 100%); }
.hero-left { padding: clamp(1.6rem, 1rem + 2.4vw, 3.2rem); }
.hero-eyebrow { color: var(--orange-2); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; margin-bottom: .8rem; }
.hero-headline { font-family: var(--serif); font-weight: 800; color: #fff; font-size: clamp(2.1rem, 1.2rem + 3.4vw, 3.6rem); line-height: 1.08; letter-spacing: -1px; margin-bottom: 1rem; }
.hero-lead { color: rgba(255,255,255,.85); font-size: 1.08rem; line-height: 1.65; margin-bottom: 1.6rem; max-width: 42ch; }
.hero-stats { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hero-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; padding: .7rem 1.1rem; text-align: center; min-width: 110px; }
.hero-stat-label { display: block; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.6); }
.hero-stat-value { display: block; font-family: var(--head); font-weight: 800; color: #fff; font-size: 1.15rem; }
.hero-stat-value.small { font-size: .8rem; font-weight: 600; }
.hero-ctas { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1.3rem; }
.btn-primary { background: var(--orange); color: #fff; font-family: var(--head); font-weight: 700; font-size: 1rem; padding: .9rem 1.6rem; border-radius: 8px; text-decoration: none; transition: background .25s, transform .15s; }
.btn-primary:hover { background: var(--orange-2); color: #fff; transform: translateY(-1px); text-decoration: none; }
.btn-secondary { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5); font-family: var(--head); font-weight: 700; font-size: 1rem; padding: .9rem 1.6rem; border-radius: 8px; text-decoration: none; transition: border-color .25s, background .25s; }
.btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.12); color: #fff; text-decoration: none; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.2rem; }
.hero-pill { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.92); font-size: .78rem; font-weight: 600; padding: .35rem .9rem; border-radius: 50px; }
.hero-pill:last-child { background: var(--orange-soft); border-color: rgba(249,115,22,.5); color: var(--orange-2); }
.hero-disclosure { color: rgba(255,255,255,.5); font-size: .72rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .02em; }
.hero-right { position: relative; display: flex; align-items: center; justify-content: center; padding: clamp(1.5rem, 1rem + 2vw, 2.5rem); }
.hero-right-bg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-featured { position: relative; width: 100%; max-width: 380px; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.hero-featured-band { background: var(--orange); color: #fff; text-align: center; font-family: var(--head); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; padding: .7rem; }
.hero-featured-body { padding: 1.6rem; text-align: center; }
.hero-featured-head { display: flex; align-items: center; gap: .8rem; margin-bottom: 1rem; }
.hero-featured-mark { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: var(--nav); color: var(--yellow); border-radius: 10px; font-size: 1.4rem; flex-shrink: 0; }
.hero-featured-name { font-family: var(--head); font-weight: 800; font-size: 1.3rem; color: #111; margin: 0; text-align: left; }
.hero-featured-pick { color: var(--accent); font-weight: 700; text-transform: uppercase; font-size: .72rem; letter-spacing: .04em; margin: 0; text-align: left; }
.hero-featured-bonus { font-family: var(--serif); font-weight: 800; font-size: 1.7rem; color: #111; margin: .4rem 0; line-height: 1.1; }
.hero-featured-detail { color: #555; font-size: .85rem; margin-bottom: 1.1rem; }
.hero-featured .btn-primary { display: block; }
.hero-featured-fine { color: #999; font-size: .72rem; margin-top: .9rem; }

/* author byline */
.hero-byline { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.2rem 1.6rem; margin-top: 1.5rem; box-shadow: var(--card-shadow); }
.hero-byline-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--accent); }
.hero-byline-main { flex: 1; min-width: 240px; }
.hero-byline-eyebrow { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.hero-byline-name { font-family: var(--head); font-weight: 700; color: var(--text); margin: .1rem 0; }
.hero-byline-name a { color: var(--text); }
.hero-byline-role { color: var(--accent-2); }
.hero-byline-quote { font-style: italic; color: var(--muted); font-size: .92rem; }
.hero-byline-meta { text-align: right; font-size: .82rem; color: var(--muted); }

/* =========================== STATS BAR =========================== */
.stats-bar { background: var(--surface-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.2rem 0; }
.stats-bar-inner { max-width: 750px; margin: 0 auto; display: flex; justify-content: space-between; padding: 0 2rem; }
.stat-item { text-align: center; }
.stat-number { display: block; font-family: var(--head); font-size: 1.5rem; font-weight: 800; color: var(--accent); letter-spacing: -.5px; }
.stat-label { display: block; font-size: .72rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; margin-top: 2px; }

/* =========================== SECTIONS =========================== */
.section { padding: 50px 0; }
.section-alt { background: var(--surface-2); }
.section h2 { font-size: 1.9rem; font-weight: 800; margin-bottom: 1.2rem; color: var(--nav); }
.section h3 { font-size: 1.4rem; font-weight: 700; margin: 2rem 0 .8rem; }
.section h4 { font-size: 1.15rem; font-weight: 700; margin: 1.5rem 0 .6rem; color: var(--accent); }
.section p { margin-bottom: 1.2rem; color: var(--text); }
.section ul, .section ol { margin: .8rem 0 1.5rem 1.5rem; color: var(--text); }
.section li { margin-bottom: .5rem; }
.section a { color: var(--accent-2); }

/* =========================== TOPLIST =========================== */
.toplist { margin: 40px 0; }
.toplist-item { display: flex; align-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.2rem 1.5rem; margin-bottom: 1rem; gap: 1.5rem; transition: box-shadow .3s, transform .15s; position: relative; box-shadow: 0 1px 3px rgba(30,58,138,.06); }
.toplist-item:hover { box-shadow: var(--card-shadow); transform: translateY(-2px); background: #f7faff; }
.toplist-rank { background: var(--accent); color: #fff; font-weight: 800; font-size: .85rem; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.toplist-logo-wrap { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; gap: 6px; }
.toplist-logo { width: 120px; height: 80px; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #fff; padding: 8px; border: 1px solid var(--border); }
.toplist-logo img { width: 100%; height: 100%; object-fit: contain; }
.toplist-stars { display: flex; gap: 1px; font-size: 0; }
.toplist-stars .star { color: var(--yellow); font-size: 14px; }
.toplist-stars .star.half { position: relative; color: #cbd5e1; }
.toplist-stars .star.half::before { content: "★"; position: absolute; left: 0; overflow: hidden; width: 50%; color: var(--yellow); }
.toplist-stars .star.empty { color: #cbd5e1; }
.toplist-info { flex: 1; min-width: 0; }
.toplist-name { font-family: var(--head); font-weight: 700; font-size: 1.1rem; color: var(--text); margin-bottom: .2rem; }
.toplist-bonus { font-size: 1.1rem; font-weight: 700; color: var(--accent); }
.toplist-cta { flex-shrink: 0; }
.btn-play { display: inline-block; background: var(--orange); color: #fff; padding: 14px 38px; text-decoration: none; border-radius: 8px; font-weight: 700; font-size: 1.1rem; transition: background .3s, transform .15s; }
.btn-play:hover { background: var(--orange-2); color: #fff; transform: translateY(-1px); text-decoration: none; }
.toplist-badge { position: absolute; top: -8px; left: 20px; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 700; padding: 2px 10px; border-radius: 4px; }
.show-more-toggle { display: none; }
.show-more-content { display: none; }
.show-more-toggle:checked ~ .show-more-content { display: block; }
.show-more-label { display: block; text-align: center; padding: 14px; background: var(--surface); border: 2px dashed var(--border); border-radius: 10px; color: var(--accent-2); font-weight: 700; cursor: pointer; margin-top: 1rem; transition: background .3s; }
.show-more-label:hover { background: var(--surface-3); }
.show-more-toggle:checked ~ .show-more-label { display: none; }

/* KTS list */
.section ol .kts-badge,
.kts-badge { display: inline-block; background: var(--accent); color: #fff; font-weight: 800; font-size: .82rem; padding: 1px 9px; border-radius: 6px; margin-right: 8px; }
.kts-badge.kts-low { background: var(--surface-3); color: var(--accent); }

/* =========================== COMPARISON TABLE =========================== */
.table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid var(--border); margin: 1.5rem 0 2rem; }
.comparison-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.comparison-table th { background: var(--accent); color: #fff; padding: .9rem 1rem; text-align: left; font-weight: 700; font-size: .85rem; text-transform: uppercase; letter-spacing: .3px; }
.comparison-table td { padding: .85rem 1rem; border-bottom: 1px solid var(--border); vertical-align: middle; background: var(--surface); color: var(--text); }
.comparison-table tbody tr:nth-child(even) td { background: var(--surface-2); }
.comparison-table tbody tr:hover td { background: var(--surface-3); }
.comparison-table .bridge-online td, .comparison-table tr.bridge-online td { background: var(--orange-soft); }
.avail-at a { color: var(--accent-2); }

/* =========================== REVIEW CARDS =========================== */
.review-card { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; margin-bottom: 2.5rem; overflow: hidden; box-shadow: var(--card-shadow); }
.review-header { background: linear-gradient(135deg, var(--nav) 0%, var(--nav-2) 50%, var(--nav) 100%); color: #fff; padding: 1.2rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.review-header-left { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.review-header h3 { color: #fff; margin: 0; font-size: 1.35rem; }
.review-badge { background: var(--orange); color: #fff; border: 0; padding: 3px 12px; border-radius: 50px; font-size: .75rem; font-weight: 700; white-space: nowrap; }
.review-header .btn-claim { display: inline-block; background: var(--orange); color: #fff; padding: 10px 28px; border-radius: 8px; font-weight: 700; font-size: .95rem; text-decoration: none; transition: background .3s, transform .15s; white-space: nowrap; flex-shrink: 0; }
.review-header .btn-claim:hover { background: var(--orange-2); transform: translateY(-1px); }
.review-body { padding: 2rem; }
.review-body p { margin-bottom: 1rem; color: var(--text); }
.review-screenshot { width: 100%; border-radius: 10px; border: 1px solid var(--border); margin-bottom: 1.5rem; }
.review-highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: .75rem; margin: 1.2rem 0; }
.review-highlight { background: var(--surface-3); padding: 1rem; border-radius: 8px; border-left: 3px solid var(--accent); color: var(--text); }
.review-highlight strong { display: block; font-size: .82rem; color: var(--accent); text-transform: uppercase; letter-spacing: .3px; margin-bottom: .3rem; }
.review-pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.5rem 0; }
.review-pros, .review-cons { padding: 1.2rem; border-radius: 10px; }
.review-pros { background: #ecfdf5; border: 1px solid #bbf7d0; }
.review-cons { background: #fef2f2; border: 1px solid #fecaca; }
.review-pros h4, .review-cons h4 { font-size: .9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: .7rem; }
.review-pros h4 { color: #059669; }
.review-cons h4 { color: #dc2626; }
.review-pros ul, .review-cons ul { list-style: none; margin: 0; padding: 0; }
.review-pros li, .review-cons li { padding: .3rem 0 .3rem 1.3rem; font-size: .9rem; color: var(--text); position: relative; }
.review-pros li::before { content: "✓"; position: absolute; left: 0; color: #059669; font-weight: 700; }
.review-cons li::before { content: "✗"; position: absolute; left: 0; color: #dc2626; font-weight: 700; }
.review-bonus-breakdown { background: var(--surface-2); border: 1px solid var(--border); border-radius: 10px; padding: 1.2rem; margin: 1.2rem 0; }
.review-bonus-breakdown h4 { color: var(--accent); margin-bottom: .6rem; }
.review-bonus-breakdown table { width: 100%; font-size: .88rem; }
.review-bonus-breakdown td { padding: .4rem .6rem; color: var(--text); }
.read-more-toggle { display: none; }
.read-more-content { display: none; }
.read-more-toggle:checked ~ .review-body .read-more-content { display: block; }
.read-more-label { display: block; background: var(--surface); color: var(--accent-2); font-weight: 700; cursor: pointer; text-align: center; padding: .8rem; border-top: 1px solid var(--border); transition: background .3s; }
.read-more-label:hover { background: var(--surface-3); }
.read-more-toggle:checked ~ .read-more-label::after { content: " ▲"; }
.read-more-toggle:not(:checked) ~ .read-more-label::after { content: " ▼"; }

/* =========================== CRITERIA GRID =========================== */
.criteria-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin: 2rem 0; }
.criteria-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; transition: box-shadow .3s; box-shadow: 0 1px 3px rgba(30,58,138,.06); }
.criteria-card:hover { box-shadow: var(--card-shadow); }
.criteria-number { background: var(--accent); color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .9rem; margin-bottom: .8rem; }
.criteria-card h3 { margin: 0 0 .6rem; font-size: 1.15rem; }
.criteria-card p { font-size: .92rem; color: var(--muted); margin: 0; }

/* playtests + aristocrat + act callout */
.playtest-card { background: linear-gradient(135deg, var(--surface), var(--surface-2)); border: 1px solid var(--border); border-radius: 12px; padding: 1.4rem; }
.playtest-card p { color: var(--text); }
.pt-tag { display: inline-block; background: var(--orange-soft); color: var(--orange); font-weight: 700; font-size: .74rem; padding: 3px 10px; border-radius: 50px; text-transform: uppercase; letter-spacing: .04em; }
.act-callout { background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--accent); border-radius: 10px; padding: 1.3rem 1.5rem; margin: 1.4rem 0; }
.act-callout h3 { margin-top: 0; }
.aristocrat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin: 1.6rem 0; }
.aristocrat-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; padding: 1.4rem; box-shadow: 0 1px 3px rgba(30,58,138,.06); }
.ar-title { font-family: var(--head); font-weight: 800; font-size: 1.1rem; color: var(--text); }
.ar-meta { color: var(--muted); font-size: .82rem; margin-top: 2px; }
.ar-rtp { display: inline-block; margin-top: 6px; background: var(--orange-soft); color: var(--orange); font-weight: 700; font-size: .76rem; padding: 2px 10px; border-radius: 50px; }

/* =========================== FAQ =========================== */
.faq-list { margin: 2rem 0; }
.faq-item { border: 1px solid var(--border); border-radius: 10px; margin-bottom: .8rem; overflow: hidden; background: var(--surface); }
.faq-toggle { display: none; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.3rem; cursor: pointer; font-weight: 600; color: var(--text); background: var(--surface); transition: background .3s; }
.faq-question:hover { background: var(--surface-3); }
.faq-question::after { content: "+"; font-size: 1.3rem; font-weight: 300; color: var(--accent); }
.faq-toggle:checked + .faq-question::after { content: "−"; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; background: var(--surface-2); }
.faq-toggle:checked ~ .faq-answer { max-height: 600px; }
.faq-answer-inner { padding: 1rem 1.3rem 1.2rem; color: var(--text); line-height: 1.7; }

/* =========================== TE REO BLOCK =========================== */
.te-reo-block { background: var(--surface-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 40px 0; }
.te-reo-h { color: var(--accent); font-size: 1.6rem; margin-bottom: .5rem; }
.te-reo-quote { font-style: italic; color: var(--muted); margin-bottom: 1rem; }
.te-reo-block p { color: var(--text); }
.te-reo-block a { color: var(--accent-2); }

/* =========================== SHELL FOOTER =========================== */
.shell-footer { background: var(--nav); color: rgba(255,255,255,.75); }
.shell-footer-inner { max-width: 1300px; margin: 0 auto; padding: 48px 2rem 32px; }
.shell-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 2.5rem; }
.shell-footer-brand-link { display: flex; flex-direction: column; gap: 2px; text-decoration: none; margin-bottom: 1rem; }
.shell-footer-name { font-family: var(--serif); font-weight: 800; font-size: 1.4rem; color: #fff; }
.shell-footer-tagline { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); }
.shell-footer-eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--orange-2); margin-bottom: .6rem; }
.shell-footer-blurb { font-size: .88rem; line-height: 1.7; color: rgba(255,255,255,.7); margin-bottom: .8rem; }
.shell-footer-disclaimer { font-size: .8rem; line-height: 1.6; color: rgba(255,255,255,.55); margin-bottom: 1rem; }
.shell-footer-disclaimer a { color: var(--orange-2); }
.shell-footer-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.shell-footer-pill { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.8); font-size: .72rem; font-weight: 600; padding: .3rem .8rem; border-radius: 50px; }
.shell-footer-col h4 { color: #fff; margin-bottom: 1rem; font-size: 1rem; }
.shell-footer-col ul { list-style: none; }
.shell-footer-col li { margin-bottom: .5rem; }
.shell-footer-col a { color: rgba(255,255,255,.7); font-size: .88rem; text-decoration: none; }
.shell-footer-col a:hover { color: var(--orange-2); }
.shell-footer-bottom { border-top: 1px solid var(--nav-border); }
.shell-footer-bottom-inner { max-width: 1300px; margin: 0 auto; padding: 1.4rem 2rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: rgba(255,255,255,.65); }
.shell-footer-bottom-meta p { margin: .1rem 0; }
.shell-footer-bottom-links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.shell-footer-bottom-links a { color: rgba(255,255,255,.75); }
.shell-footer-help { color: var(--orange-2) !important; font-weight: 700; }

/* =========================== RESPONSIVE =========================== */
@media (max-width: 980px) {
  .shell-nav, .shell-cta { display: none; }
  .shell-hamburger { display: inline-flex; align-items: center; justify-content: center; }
  .hero-surface { grid-template-columns: 1fr; }
  .hero-byline-meta { text-align: left; }
  .shell-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .toplist-item { flex-direction: column; text-align: center; padding: 1.4rem 1.2rem; gap: .8rem; }
  .toplist-rank { position: absolute; top: 10px; left: 10px; }
  .toplist-badge { left: 50%; transform: translateX(-50%); }
  .toplist-cta, .btn-play { width: 100%; }
  .review-pros-cons { grid-template-columns: 1fr; }
  .review-header { flex-direction: column; text-align: center; }
  .stats-bar-inner { gap: .5rem; }
  .stat-number { font-size: 1.1rem; }
  .shell-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-byline-meta { text-align: left; }
}
