/* ============================================
   LEGIANO CASINO - Roman Senate Design System
   Dark-first ultra luxury black & gold
   ============================================ */

:root {
    --background: #0a0807;
    --foreground: #f3ead2;
    --card: #15110d;
    --card-foreground: #f3ead2;
    --primary: #e8c878;
    --primary-foreground: #1a1208;
    --secondary: #7a2230;
    --secondary-foreground: #f3ead2;
    --muted: #1f1812;
    --muted-foreground: #c8b896;
    --accent: #9aa46a;
    --accent-foreground: #0a0807;
    --border: #3a2e1e;
    --ring: #e8c878;
}

/* ============================================
   RESET + OVERFLOW SAFETY
   ============================================ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img, video, iframe, svg { max-width: 100%; height: auto; display: block; }
pre, code { max-width: 100%; overflow-x: auto; }
p, li, td, th { overflow-wrap: break-word; }
input, textarea, select { max-width: 100%; box-sizing: border-box; }
section { overflow: clip; }
[class*="grid"] > *, [class*="flex"] > * { min-width: 0; }

/* ============================================
   BASE TYPOGRAPHY - Cinzel display, Cormorant accent, Inter body
   ============================================ */
body {
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    color: var(--foreground);
    background: var(--background);
    background-image:
        radial-gradient(ellipse at top, rgba(184, 134, 11, 0.08), transparent 60%),
        linear-gradient(180deg, #0a0807 0%, #100c08 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

h1, h2, h3, h4 {
    font-family: "Cinzel", "Times New Roman", serif;
    letter-spacing: 0.04em;
    color: var(--primary);
    line-height: 1.2;
    margin: 0 0 0.6em;
    text-transform: uppercase;
}

h1 { font-size: clamp(1.85rem, 4.5vw + 0.5rem, 2.75rem); font-weight: 700; }
h2 { font-size: clamp(1.55rem, 3vw + 0.5rem, 2.125rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem, 1.5vw + 0.5rem, 1.5rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; letter-spacing: 0.06em; }

p { margin: 0 0 1.4em; }
a { color: var(--primary); text-decoration: none; transition: color 280ms ease; }
a:hover, a:focus-visible { color: var(--accent); text-decoration: underline; }
strong { color: var(--primary); font-weight: 600; }

em, .italic-accent {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    color: var(--muted-foreground);
}

.eyebrow {
    font-family: "Cinzel", serif;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.78rem;
    color: var(--accent);
    margin: 0 0 0.5rem;
}

.lead {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--muted-foreground);
    max-width: 62ch;
    margin: 0 auto;
}

/* Accessibility helpers */
.skip-link {
    position: absolute; left: -9999px; top: 0;
    background: var(--primary); color: var(--primary-foreground);
    padding: 0.75rem 1.25rem; z-index: 9999; font-weight: 600;
}
.skip-link:focus { left: 1rem; top: 1rem; }
.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;
}

/* ============================================
   LAYOUT - Container & Spacing
   ============================================ */
.container, .page > section > .container, .section-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1rem;
}
@media (min-width: 768px) { .container, .section-inner { padding: 0 2rem; } }

.page > section { padding: 64px 0; position: relative; }
@media (min-width: 1024px) { .page > section { padding: 112px 0; } }

/* ============================================
   HEADER - Sticky black marble bar
   ============================================ */
.site-header {
    position: sticky; top: 0; z-index: 1000;
    background: linear-gradient(180deg, rgba(10,8,7,0.98), rgba(15,12,10,0.95));
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 0 rgba(232,200,120,0.15);
}
.header-inner {
    max-width: 1240px; margin: 0 auto;
    padding: 0.85rem 1rem;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem;
}
@media (min-width: 768px) { .header-inner { padding: 1rem 2rem; } }

.site-brand {
    display: flex; align-items: center; gap: 0.65rem;
    color: var(--primary); text-decoration: none;
    font-family: "Cinzel", serif; font-weight: 700;
    font-size: 1.25rem; letter-spacing: 0.15em; text-transform: uppercase;
}
.site-brand:hover { text-decoration: none; }
.site-brand .logo { width: 40px; height: 40px; }
.site-brand .brand-text em {
    font-family: "Cormorant Garamond", serif;
    color: var(--muted-foreground); font-style: italic;
    letter-spacing: 0.04em; font-weight: 500; margin-left: 0.3rem;
}

.primary-nav {
    display: none;
    align-items: center; gap: 2rem;
}
@media (min-width: 1024px) {
    .primary-nav { display: flex; }
}
.nav-list {
    list-style: none; margin: 0; padding: 0;
    display: flex; gap: 1.75rem;
}
.nav-list a {
    font-family: "Cinzel", serif;
    font-size: 0.85rem; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--foreground);
    padding: 0.5rem 0; position: relative;
}
.nav-list a:hover, .nav-list a:focus-visible {
    color: var(--primary); text-decoration: none;
}
.nav-list a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -4px;
    height: 1px; background: var(--primary);
    transform: scaleX(0); transition: transform 280ms ease;
}
.nav-list a:hover::after { transform: scaleX(1); }

.nav-cta { display: flex; gap: 0.6rem; align-items: center; }

/* Mobile toggle */
.mobile-toggle {
    display: flex; flex-direction: column; gap: 5px;
    width: 48px; height: 48px;
    background: transparent; border: 1px solid var(--border);
    border-radius: 4px; cursor: pointer; padding: 12px 10px;
    align-items: center; justify-content: center;
    z-index: 1001;
}
@media (min-width: 1024px) { .mobile-toggle { display: none; } }
.mobile-toggle span {
    width: 24px; height: 2px; background: var(--primary);
    transition: transform 280ms ease, opacity 280ms ease;
}
.mobile-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.mobile-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
@media (max-width: 1023px) {
    .primary-nav {
        position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
        background: var(--background);
        background-image: linear-gradient(180deg, #0a0807, #15110d);
        flex-direction: column; align-items: stretch;
        padding: 2rem 1.5rem; gap: 1.5rem;
        z-index: 999; overflow-y: auto;
        display: none;
    }
    .primary-nav.is-open { display: flex; }
    .nav-list {
        flex-direction: column; gap: 0; align-items: stretch;
    }
    .nav-list li { border-bottom: 1px solid var(--border); }
    .nav-list a {
        display: flex; align-items: center; min-height: 56px;
        font-size: 1rem; padding: 0.75rem 0;
    }
    .nav-cta { flex-direction: column; align-items: stretch; gap: 0.75rem; margin-top: 1rem; }
    .nav-cta .btn { width: 100%; justify-content: center; }
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 0.5rem; padding: 14px 28px;
    font-family: "Cinzel", serif; font-size: 0.85rem;
    letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
    border-radius: 4px; border: 1px solid transparent;
    cursor: pointer; transition: all 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none; min-height: 48px;
    position: relative; overflow: hidden;
}
.btn:hover { text-decoration: none; transform: translateY(-1px) scale(1.02); }
.btn-primary {
    background: linear-gradient(135deg, #e8c878 0%, #b8860b 50%, #e8c878 100%);
    color: var(--primary-foreground);
    box-shadow: 0 4px 16px rgba(184, 134, 11, 0.35);
}
.btn-primary:hover {
    box-shadow: 0 8px 24px rgba(232, 200, 120, 0.5);
    color: var(--primary-foreground);
}
.btn-secondary {
    background: var(--secondary); color: var(--secondary-foreground);
    border-color: var(--secondary);
}
.btn-secondary:hover { background: #5c1822; color: var(--secondary-foreground); }
.btn-ghost {
    background: transparent; color: var(--primary);
    border-color: var(--border);
}
.btn-ghost:hover { border-color: var(--primary); color: var(--primary); }
.btn-outline {
    background: transparent; color: var(--primary);
    border: 1px solid var(--primary);
}

/* ============================================
   LAUREL DIVIDER & SECTION HEADINGS
   ============================================ */
.laurel-divider {
    display: flex; align-items: center; gap: 0.75rem;
    justify-content: center; margin: 1rem auto 1.5rem;
    max-width: 360px;
}
.laurel-line {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}
.laurel-mark { color: var(--primary); font-size: 1rem; }

.section-heading {
    text-align: center; max-width: 880px; margin: 0 auto 3rem;
    padding: 0 1rem;
}
.section-heading h2 { margin-bottom: 0.5rem; }

/* ============================================
   HERO
   ============================================ */
.hero {
    position: relative;
    padding: 80px 0 64px;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(184, 134, 11, 0.15), transparent 50%),
        radial-gradient(ellipse at 70% 80%, rgba(122, 30, 43, 0.18), transparent 55%),
        linear-gradient(180deg, #0a0807, #15110d);
    border-bottom: 1px solid var(--border);
}
@media (min-width: 1024px) { .hero { padding: 120px 0 96px; } }
.hero-inner {
    max-width: 1240px; margin: 0 auto; padding: 0 1rem;
    display: grid; gap: 3rem; align-items: center;
    grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
    .hero-inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); padding: 0 2rem; gap: 4rem; }
}
.hero h1 {
    font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
    margin-bottom: 1rem;
}
.hero-lead {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.2rem, 1vw + 0.9rem, 1.5rem);
    color: var(--muted-foreground); line-height: 1.5;
    margin-bottom: 2rem; max-width: 56ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.hero-checks {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem 1.5rem; font-size: 0.95rem;
}
.hero-checks li {
    display: flex; align-items: center; gap: 0.5rem;
    color: var(--muted-foreground);
}
.hero-checks li::before {
    content: "✦"; color: var(--primary); font-size: 1rem;
}
.hero-visual {
    position: relative; display: flex; justify-content: center; align-items: center;
}
.hero-visual img {
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px var(--border);
    animation: floatGlow 6s ease-in-out infinite;
}
@keyframes floatGlow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ============================================
   STAT BLOCKS
   ============================================ */
.stat-grid {
    display: grid; gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.stat-block {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    position: relative;
    transition: transform 280ms ease, border-color 280ms ease;
}
.stat-block::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0;
    height: 2px; background: linear-gradient(90deg, transparent, var(--primary), transparent);
}
.stat-block:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
}
.stat-number {
    display: block;
    font-family: "Cinzel", serif; font-weight: 700;
    font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
    color: var(--primary); line-height: 1; margin-bottom: 0.5rem;
}
.stat-label {
    display: block;
    font-family: "Cinzel", serif; text-transform: uppercase;
    letter-spacing: 0.15em; font-size: 0.78rem;
    color: var(--muted-foreground);
}
.stat-source {
    display: block; margin-top: 0.5rem;
    font-size: 0.78rem; color: var(--muted-foreground);
    font-style: italic;
}

/* ============================================
   CARDS - Feature, Game, Bonus, Provider
   ============================================ */
.card-grid {
    display: grid; gap: 1.5rem;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.feature-card, .bonus-card, .game-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 8px; overflow: hidden;
    transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 280ms ease, box-shadow 280ms ease;
    display: flex; flex-direction: column;
    min-width: 0;
}
.feature-card:hover, .bonus-card:hover, .game-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 0 1px var(--primary);
}
.feature-card__media, .bonus-card__media, .game-card__media {
    aspect-ratio: 3 / 2; overflow: hidden; position: relative;
    background: var(--muted);
}
.game-card__media { aspect-ratio: 4 / 5; }
.feature-card__media img, .bonus-card__media img, .game-card__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 600ms ease;
}
.feature-card:hover .feature-card__media img,
.game-card:hover .game-card__media img,
.bonus-card:hover .bonus-card__media img { transform: scale(1.06); }

.feature-card__body, .bonus-card__body, .game-card__body {
    padding: 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1;
}
.feature-card__body p, .bonus-card__body p { margin: 0; color: var(--muted-foreground); }
.feature-card__link {
    margin-top: auto;
    font-family: "Cinzel", serif; font-size: 0.8rem;
    letter-spacing: 0.15em; text-transform: uppercase;
}

.game-card__body { padding: 1rem 1.25rem; }
.game-card__body h3 { font-size: 1rem; margin-bottom: 0.25rem; }
.game-card__meta {
    display: flex; justify-content: space-between; gap: 0.5rem;
    font-size: 0.8rem; color: var(--muted-foreground);
    font-family: "Inter", sans-serif; letter-spacing: 0.05em;
    text-transform: uppercase; margin: 0;
}
.game-card__tag {
    position: absolute; top: 0.75rem; left: 0.75rem;
    background: var(--primary); color: var(--primary-foreground);
    padding: 0.25rem 0.6rem; border-radius: 3px;
    font-family: "Cinzel", serif; font-size: 0.7rem;
    letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700;
}

/* Bonus card variant */
.bonus-card__amount {
    font-family: "Cinzel", serif; font-weight: 700;
    font-size: clamp(2rem, 3vw + 0.5rem, 2.75rem);
    color: var(--primary); margin: 0.25rem 0; line-height: 1;
}
.bonus-card__subtitle { font-family: "Cormorant Garamond", serif; font-size: 1.1rem; font-style: italic; }
.bonus-card__terms { font-size: 0.85rem; color: var(--muted-foreground); margin-top: auto; }
.bonus-card--featured {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary), 0 20px 50px rgba(184, 134, 11, 0.25);
    position: relative;
}
.bonus-card--featured::before {
    content: "Empfehlung"; position: absolute; top: 12px; right: 12px; z-index: 2;
    background: var(--primary); color: var(--primary-foreground);
    padding: 0.25rem 0.65rem; border-radius: 3px;
    font-family: "Cinzel", serif; font-size: 0.7rem;
    letter-spacing: 0.15em; text-transform: uppercase;
}

/* Provider logos */
.provider-grid {
    display: grid; gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) { .provider-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .provider-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.provider-logo {
    background: var(--muted);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1rem;
    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    transition: border-color 280ms ease, transform 280ms ease;
}
.provider-logo:hover { border-color: var(--primary); transform: translateY(-2px); }
.provider-logo img {
    width: 100%; height: 64px; object-fit: contain;
}
.provider-logo span {
    font-family: "Cinzel", serif; font-size: 0.75rem;
    text-transform: uppercase; letter-spacing: 0.15em;
    color: var(--muted-foreground);
}

/* ============================================
   TLDR & CALLOUT & QUOTE
   ============================================ */
.tldr {
    background: var(--muted);
    border-left: 3px solid var(--primary);
    border-radius: 4px;
    padding: 1.5rem 1.75rem;
    margin: 2rem auto;
    max-width: 880px;
}
.tldr h3 {
    font-size: 1rem; margin-bottom: 0.75rem;
    letter-spacing: 0.2em;
}
.tldr ul { padding-left: 1.25rem; margin: 0; color: var(--foreground); }
.tldr li { margin-bottom: 0.4rem; }

.callout {
    border-radius: 6px; padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
    border-left: 3px solid var(--primary);
    background: var(--muted);
}
.callout h3, .callout h4 { margin: 0 0 0.4rem; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.1em; }
.callout p { margin: 0; color: var(--foreground); }
.callout--oxblood { border-left-color: var(--secondary); }
.callout--olive { border-left-color: var(--accent); }

.pull-quote {
    margin: 2.5rem auto;
    max-width: 760px; text-align: center;
    padding: 1.5rem 1rem; position: relative;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.pull-quote p {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.25rem, 1.5vw + 0.75rem, 1.75rem);
    font-style: italic; color: var(--primary); line-height: 1.4;
    margin: 0 0 0.5rem;
}
.pull-quote cite {
    font-style: normal;
    font-family: "Cinzel", serif; font-size: 0.8rem;
    letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--muted-foreground);
}

/* Notice (compliance) */
.notice {
    background: rgba(122, 30, 43, 0.12);
    border: 1px solid var(--secondary);
    border-left-width: 4px;
    border-radius: 4px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}
.notice h3, .notice h4 { color: var(--secondary-foreground); margin: 0 0 0.4rem; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.1em; }
.notice p { margin: 0; color: var(--foreground); }

/* Trust row */
.trust-row {
    list-style: none; padding: 0; margin: 1.5rem 0;
    display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
}
.trust-row li {
    background: var(--muted);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.6rem 1.1rem;
    font-size: 0.85rem; color: var(--foreground);
    display: inline-flex; align-items: center; gap: 0.4rem;
}
.trust-row__icon { color: var(--primary); }

/* Steps */
.step-list {
    list-style: none; padding: 0; margin: 2rem 0;
    display: flex; flex-direction: column; gap: 1rem;
    counter-reset: steps;
}
.step-list__item {
    display: flex; gap: 1rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 6px; padding: 1.25rem;
    align-items: flex-start;
}
.step-list__num {
    flex-shrink: 0;
    width: 44px; height: 44px;
    background: linear-gradient(135deg, #e8c878, #b8860b);
    color: var(--primary-foreground);
    font-family: "Cinzel", serif; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; font-size: 1.1rem;
}
.step-list__item h3, .step-list__item h4 { margin: 0 0 0.4rem; font-size: 1.05rem; text-transform: uppercase; letter-spacing: 0.08em; }
.step-list__item p { margin: 0; color: var(--muted-foreground); }

/* Comparison table */
.table-wrapper { max-width: 100%; overflow-x: auto; margin: 1.5rem 0; }
.comparison-table {
    width: 100%; border-collapse: collapse;
    background: var(--card);
    border: 1px solid var(--border);
    font-size: 0.95rem;
}
.comparison-table th, .comparison-table td {
    padding: 0.85rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}
.comparison-table thead {
    background: var(--muted);
}
.comparison-table th {
    font-family: "Cinzel", serif;
    font-size: 0.8rem; letter-spacing: 0.15em;
    text-transform: uppercase; color: var(--primary);
}
.comparison-table tbody tr:hover { background: rgba(184, 134, 11, 0.05); }

/* FAQ */
.faq-list { max-width: 880px; margin: 2rem auto; display: flex; flex-direction: column; gap: 0.75rem; }
.faq-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
}
.faq-item summary {
    cursor: pointer;
    padding: 1.1rem 1.5rem;
    font-family: "Cinzel", serif;
    font-size: 0.95rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--primary);
    list-style: none; position: relative;
    padding-right: 3rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: "+"; position: absolute; right: 1.5rem; top: 50%;
    transform: translateY(-50%);
    color: var(--primary); font-size: 1.5rem; font-weight: 300;
    transition: transform 280ms ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item[open] summary { border-bottom: 1px solid var(--border); }
.faq-item__body { padding: 1.25rem 1.5rem; }
.faq-item__body p { margin: 0; }

/* Breadcrumbs */
.breadcrumbs {
    padding: 1rem 0;
    font-size: 0.85rem;
}
.breadcrumbs ol {
    list-style: none; display: flex; gap: 0.5rem; padding: 0; margin: 0;
    flex-wrap: wrap;
}
.breadcrumbs li:not(:last-child)::after {
    content: "›"; margin-left: 0.5rem; color: var(--muted-foreground);
}
.breadcrumbs [aria-current="page"] { color: var(--muted-foreground); }

/* CTA Band */
.cta-band {
    background:
        radial-gradient(ellipse at center, rgba(184,134,11,0.18), transparent 60%),
        linear-gradient(135deg, #15110d, #0a0807);
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    text-align: center;
    padding: 64px 1rem;
}
.cta-band__inner {
    max-width: 760px; margin: 0 auto;
}
.cta-band h2 { margin-bottom: 1rem; }
.cta-band p {
    font-family: "Cormorant Garamond", serif; font-size: 1.2rem;
    color: var(--muted-foreground); margin-bottom: 2rem;
}

/* Mascot */
.mascot { text-align: center; margin: 0; }
.mascot img {
    width: 200px; height: auto; margin: 0 auto;
    animation: bob 4s ease-in-out infinite;
}
@keyframes bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.mascot figcaption {
    font-family: "Cormorant Garamond", serif;
    font-style: italic; color: var(--muted-foreground);
    margin-top: 0.75rem;
}

/* Generic two-col layout */
.split-2 {
    display: grid; gap: 2.5rem;
    grid-template-columns: 1fr;
    align-items: center;
}
@media (min-width: 1024px) {
    .split-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4rem; }
}

/* Section variants */
.section-dark {
    background: linear-gradient(180deg, #0a0807, #15110d);
}
.section-muted {
    background:
        radial-gradient(ellipse at top, rgba(232,200,120,0.05), transparent 60%),
        var(--muted);
}

/* Page shell variants */
.page--commercial { }
.page--support .section-heading { text-align: left; margin-left: 0; }
.narrow-reading-column .section-inner,
.narrow-reading-column .container { max-width: 780px; }

/* Footer */
.site-footer {
    background: linear-gradient(180deg, #0a0807, #050403);
    border-top: 1px solid var(--border);
    padding: 64px 0 0;
    margin-top: 64px;
}
.footer-inner {
    max-width: 1240px; margin: 0 auto; padding: 0 1rem;
    display: grid; gap: 2.5rem;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) { .footer-inner { grid-template-columns: 2fr 1fr 1fr 1.5fr; padding: 0 2rem; } }

.footer-brand .footer-logo {
    display: flex; align-items: center; gap: 0.75rem;
    color: var(--primary); font-family: "Cinzel", serif;
    font-size: 1.25rem; letter-spacing: 0.15em; text-transform: uppercase;
    margin-bottom: 1rem;
}
.footer-brand .footer-logo em { font-family: "Cormorant Garamond", serif; font-style: italic; color: var(--muted-foreground); letter-spacing: 0.04em; font-weight: 500; }
.footer-brand p { color: var(--muted-foreground); margin-bottom: 1.25rem; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.badge-pill {
    background: var(--muted); border: 1px solid var(--border);
    border-radius: 999px; padding: 0.35rem 0.85rem;
    font-family: "Cinzel", serif; font-size: 0.7rem;
    letter-spacing: 0.15em; text-transform: uppercase;
    color: var(--primary);
}
.badge-age { background: var(--secondary); color: var(--secondary-foreground); border-color: var(--secondary); }

.footer-col h3 {
    font-size: 0.9rem; letter-spacing: 0.2em;
    color: var(--primary); margin-bottom: 1rem;
}
.footer-col ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 0.6rem;
}
.footer-col a {
    color: var(--muted-foreground); font-size: 0.9rem;
}
.footer-col a:hover { color: var(--primary); }

.payment-logos {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
}
.pay-logo {
    background: var(--muted); border: 1px solid var(--border);
    border-radius: 4px; padding: 0.45rem 0.6rem;
    text-align: center; display: block;
    font-family: "Cinzel", serif; font-size: 0.7rem;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--primary);
}

.footer-legal {
    max-width: 1240px; margin: 3rem auto 0;
    padding: 1.75rem 1rem;
    border-top: 1px solid var(--border);
    text-align: center;
    color: var(--muted-foreground);
    font-size: 0.85rem;
}
@media (min-width: 768px) { .footer-legal { padding: 1.75rem 2rem; } }
.footer-legal p { margin: 0 0 0.5rem; }
.footer-legal .legal-fine { font-size: 0.78rem; opacity: 0.8; }

/* ============================================
   ANIMATIONS - Scroll reveal
   ============================================ */
.animate-on-scroll {
    opacity: 0; transform: translateY(24px);
    transition: opacity 600ms ease, transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.animate-on-scroll.is-visible {
    opacity: 1; transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
    .animate-on-scroll { opacity: 1; transform: none; }
}

/* ============================================
   PAGE INDEX (sitemap)
   ============================================ */
.page-index {
    display: grid; gap: 1.25rem;
    max-width: 880px; margin: 2rem auto;
}
.page-index article {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
    transition: border-color 280ms ease;
}
.page-index article:hover { border-color: var(--primary); }
.page-index h3 { margin: 0 0 0.4rem; font-size: 1.05rem; }
.page-index a {
    font-family: "Cinzel", serif;
    letter-spacing: 0.1em;
}
.page-index p { margin: 0.5rem 0 0; color: var(--muted-foreground); }