@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap');

/* Cozinha Serena — azulejo editorial (split layout) */

:root {
    --ink: #0f2340;
    --ink-soft: #2c456d;
    --paper: #f6f1e6;
    --sand: #efe7d5;
    --white: #fffdf8;
    --mist: #e6eef6;
    --line: #d9d0bd;
    --muted: #5c687b;
    --azul: #1f6fb2;
    --azul-deep: #144f88;
    --terra: #c9552f;
    --terra-deep: #a8401f;
    --gold: #e0a53c;
    --max: 1140px;
    --font-display: "Fraunces", Georgia, "Times New Roman", serif;
    --font-body: "Manrope", system-ui, -apple-system, sans-serif;
    --radius: 1.1rem;
    --radius-sm: 0.6rem;
    --shadow: 0 18px 44px rgba(15, 35, 64, 0.14);
    --shadow-soft: 0 8px 24px rgba(15, 35, 64, 0.09);
    --azulejo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' fill='none'/%3E%3Cg fill='none' stroke='%231f6fb2' stroke-width='1.1' opacity='0.5'%3E%3Cpath d='M20 2 L38 20 L20 38 L2 20 Z'/%3E%3Cpath d='M20 11 L29 20 L20 29 L11 20 Z'/%3E%3Ccircle cx='20' cy='20' r='2.4' fill='%231f6fb2' stroke='none'/%3E%3Cpath d='M0 0 L6 6 M40 0 L34 6 M0 40 L6 34 M40 40 L34 34'/%3E%3C/g%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.62;
    font-size: 1.02rem;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--azul-deep); text-underline-offset: 3px; }
a:hover { color: var(--terra); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Azulejo tile band */
.tile-band {
    height: 10px;
    background-image: var(--azulejo);
    background-size: 40px 40px;
    background-color: var(--mist);
    border-block: 1px solid rgba(31, 111, 178, 0.25);
}

/* Cookie chip */
.cookie-banner {
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 1000;
    max-width: 660px; margin-inline: auto;
    padding: 0.5rem 0.55rem 0.5rem 1rem;
    background: var(--ink); color: #eef4fb;
    border-radius: 14px; box-shadow: 0 12px 30px rgba(15, 35, 64, 0.32);
}
.cookie-banner[hidden] { display: none !important; }
.cookie-inner { display: flex; align-items: center; gap: 0.7rem; width: 100%; }
.cookie-banner h2 { display: none; }
.cookie-banner p { font-size: 0.76rem; color: rgba(238, 244, 251, 0.84); margin: 0; line-height: 1.4; flex: 1 1 auto; font-family: var(--font-body); }
.cookie-actions { display: flex; gap: 0.4rem; flex-shrink: 0; }
.cookie-actions .btn { min-height: 34px; min-width: 0; padding: 0.4rem 0.85rem; font-size: 0.74rem; }
.btn-reject { background: transparent; color: #eef4fb; border-color: rgba(238, 244, 251, 0.4); }
.btn-reject:hover { background: #eef4fb; color: var(--ink); }
.cookie-banner a { color: var(--gold); }

.ad-strip {
    background: var(--ink); color: var(--gold);
    font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    padding: 0.32rem 1rem; font-family: var(--font-body);
}
.ad-strip span { display: block; width: min(100%, var(--max)); margin-inline: auto; }

/* Header */
.site-header {
    background: rgba(255, 253, 248, 0.92);
    backdrop-filter: saturate(1.1) blur(6px);
    color: var(--ink); padding: 0.4rem 0;
    position: sticky; top: 0; z-index: 50;
    border-bottom: 1px solid var(--line);
}
.header-inner {
    width: min(100% - 1.4rem, var(--max)); margin-inline: auto;
    display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; min-height: 46px;
}
.logo { display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; color: var(--ink); }
.logo-mark {
    width: 22px; height: 22px; border-radius: 6px;
    background-image: var(--azulejo); background-size: 22px 22px; background-color: var(--mist);
    border: 1px solid rgba(31, 111, 178, 0.4); flex-shrink: 0;
}
.logo-text { font-family: var(--font-display); font-weight: 600; font-size: 1.22rem; letter-spacing: -0.01em; line-height: 1.05; white-space: nowrap; }
.logo-text em { font-style: italic; color: var(--terra); }
.main-nav { display: flex; align-items: center; gap: 0.95rem; }
.main-nav a { text-decoration: none; color: var(--ink-soft); font-size: 0.84rem; font-weight: 600; }
.main-nav a:hover { color: var(--terra); }
.nav-cta {
    background: var(--terra) !important; color: #fff !important;
    padding: 0.4rem 0.85rem !important; border-radius: var(--radius-sm); font-size: 0.8rem !important;
}
.nav-cta:hover { background: var(--terra-deep) !important; }

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
    font-family: var(--font-body); font-weight: 700; font-size: 0.9rem; text-decoration: none;
    border: 1.5px solid transparent; border-radius: var(--radius-sm);
    padding: 0.78rem 1.3rem; cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--terra); color: #fff; border-color: var(--terra); }
.btn-primary:hover { background: var(--terra-deep); border-color: var(--terra-deep); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-lg { padding: 0.95rem 1.5rem; font-size: 0.96rem; }
.btn-invert { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-invert:hover { background: #fff; color: var(--ink); }

/* ============ LEAD HERO (split) ============ */
.lead-hero { background: linear-gradient(180deg, var(--paper), var(--sand)); position: relative; overflow: hidden; }
.lead-hero-inner {
    width: min(100% - 2rem, var(--max)); margin-inline: auto;
    display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.6rem, 4vw, 3.2rem);
    align-items: center; padding: clamp(2.2rem, 5vw, 4.2rem) 0 clamp(2.6rem, 5vw, 4.4rem);
}
.kicker {
    display: inline-block; font-family: var(--font-body);
    font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--azul-deep); background: var(--mist); border: 1px solid rgba(31, 111, 178, 0.28);
    padding: 0.3rem 0.7rem; border-radius: 999px; margin-bottom: 1.1rem;
}
.lead-hero h1 {
    font-size: clamp(2.4rem, 5.2vw, 3.9rem); line-height: 1.02; letter-spacing: -0.015em; margin-bottom: 0.8rem;
}
.lead-hero .lead-line { font-size: 1.14rem; font-weight: 600; color: var(--ink-soft); margin-bottom: 0.85rem; }
.lead-hero .lead-sub { color: var(--muted); max-width: 34rem; margin-bottom: 1.3rem; }
.lead-cta { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 0.9rem; }
.lead-merchant { font-size: 0.84rem; color: var(--muted); }
.lead-merchant strong { color: var(--ink); }

.lead-hero-media { position: relative; display: grid; place-items: center; min-height: 340px; }
.lead-hero-media::before {
    content: ""; position: absolute; inset: 8% 2% 2% 14%;
    background-image: var(--azulejo); background-size: 44px 44px; background-color: var(--mist);
    border-radius: 1rem; border: 1px solid rgba(31, 111, 178, 0.25); z-index: 0;
    transform: rotate(3deg);
}
.cover-card {
    position: relative; z-index: 1; background: #fff; padding: 0.9rem; border-radius: 0.5rem;
    box-shadow: var(--shadow); border: 1px solid var(--line); max-width: 360px; transform: rotate(-2.5deg);
}
.cover-card img { border-radius: 0.3rem; width: 100%; }
.cover-card figcaption { text-align: center; font-size: 0.72rem; color: var(--muted); margin-top: 0.55rem; font-family: var(--font-body); }
.price-flag {
    position: absolute; top: -0.9rem; right: -0.9rem; z-index: 2;
    background: var(--terra); color: #fff; font-family: var(--font-body); font-weight: 800;
    font-size: 0.9rem; padding: 0.55rem 0.85rem; border-radius: 0.55rem; transform: rotate(5deg);
    box-shadow: var(--shadow-soft); line-height: 1.1; text-align: center;
}
.price-flag small { display: block; font-size: 0.58rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }

/* ============ FACT BAR ============ */
.factbar { background: var(--ink); color: #eef4fb; }
.factbar-inner {
    width: min(100% - 2rem, var(--max)); margin-inline: auto;
    display: flex; flex-wrap: wrap; gap: 1rem 2.6rem; padding: 1.1rem 0;
}
.fact { display: flex; flex-direction: column; gap: 0.1rem; }
.fact span { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--gold); }
.fact strong { font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; }

/* ============ COLOPHON ============ */
.colophon { background: var(--azul); color: #fff; padding: 1.1rem 0; }
.colophon h2 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.25rem; }
.colophon p { max-width: 66rem; margin: 0; font-size: 0.88rem; color: rgba(255, 255, 255, 0.9); }
.colophon a { color: #fff; text-decoration: underline; }

/* ============ FEATURE (alt rows) ============ */
.feature { padding: clamp(3rem, 6vw, 4.6rem) 0; background: var(--white); }
.feature-inner {
    width: min(100% - 2rem, var(--max)); margin-inline: auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: center;
}
.feature.reverse .feature-media { order: 2; }
.feature-media { position: relative; }
.feature-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.feature-tag {
    position: absolute; left: 1rem; bottom: 1rem; background: var(--ink); color: #fff;
    font-family: var(--font-body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em;
    padding: 0.4rem 0.7rem; border-radius: 999px;
}
.eyebrow {
    display: inline-block; font-family: var(--font-body); font-size: 0.68rem; font-weight: 700;
    letter-spacing: 0.13em; text-transform: uppercase; color: var(--terra); margin-bottom: 0.5rem;
}
.feature-body h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); letter-spacing: -0.01em; margin-bottom: 0.3rem; }
.feature-body .subtitle { font-family: var(--font-body); font-size: 1rem; color: var(--azul); font-weight: 700; margin-bottom: 0.85rem; }
.feature-body .lead { color: var(--muted); margin-bottom: 1.1rem; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-bottom: 1rem; }
.spec-grid div { background: var(--paper); border-radius: var(--radius-sm); padding: 0.55rem 0.7rem; font-size: 0.88rem; border: 1px solid var(--line); }
.spec-grid span { display: block; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 0.1rem; }
.price-caveat { font-size: 0.82rem; color: var(--muted); margin: 0.7rem 0 1.1rem; }

/* ============ BAND (noite/digestão) ============ */
.band { background: var(--azul); color: #fff; padding: clamp(3rem, 6vw, 4.4rem) 0; position: relative; }
.band-inner {
    width: min(100% - 2rem, var(--max)); margin-inline: auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: center;
}
.band-media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.band .eyebrow { color: var(--gold); }
.band h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin-bottom: 0.7rem; letter-spacing: -0.01em; }
.band p { color: rgba(255, 255, 255, 0.9); margin-bottom: 0.75rem; max-width: 34rem; }

/* ============ RECIPE ROWS (editorial numbered) ============ */
.rows { padding: clamp(3rem, 6vw, 4.6rem) 0; background: var(--paper); }
.section-head { width: min(100% - 2rem, var(--max)); margin: 0 auto 1.8rem; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.5rem); letter-spacing: -0.01em; margin-bottom: 0.3rem; }
.section-head p { color: var(--muted); max-width: 40rem; font-size: 0.96rem; }
.row {
    width: min(100% - 2rem, 1000px); margin-inline: auto;
    display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.4rem, 3.5vw, 2.6rem);
    align-items: center; padding: clamp(1.6rem, 3vw, 2.4rem) 0; border-top: 1px solid var(--line);
}
.row.reverse .row-media { order: 2; }
.row-media { position: relative; }
.row-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-soft); border: 1px solid var(--line); }
.row-num { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 600; color: var(--terra); line-height: 0.9; display: block; margin-bottom: 0.4rem; }
.row-body .eyebrow { color: var(--azul); }
.row-body h3 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); margin-bottom: 0.4rem; }
.row-body p { color: var(--muted); }

/* ============ MESA (gole, doce, molho) ============ */
.mesa { padding: clamp(3rem, 6vw, 4.6rem) 0; background: var(--white); }
.mesa-grid {
    width: min(100% - 2rem, var(--max)); margin-inline: auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
}
.mesa-card {
    background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow-soft); display: flex; flex-direction: column;
}
.mesa-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.mesa-card-body { padding: 1.15rem 1.15rem 1.35rem; display: flex; flex-direction: column; flex: 1; }
.mesa-card .row-num { font-size: clamp(1.7rem, 3.2vw, 2.2rem); margin-bottom: 0.25rem; }
.mesa-card .eyebrow { color: var(--azul); }
.mesa-card h3 { font-size: clamp(1.2rem, 2.2vw, 1.45rem); margin-bottom: 0.45rem; }
.mesa-card p { color: var(--muted); font-size: 0.92rem; }

/* ============ GALLERY (clássicos) ============ */
.gallery { padding: clamp(2.6rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.6rem); background: var(--white); }
.gallery-grid { width: min(100% - 2rem, var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 1rem; }
.gallery figure { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.gallery img { width: 100%; height: 340px; object-fit: cover; }
.gallery figcaption { position: absolute; inset: auto 0 0 0; padding: 1.4rem 1.2rem 1.1rem; background: linear-gradient(transparent, rgba(9, 21, 40, 0.86)); color: #fff; }
.gallery figcaption strong { display: block; font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; }
.gallery figcaption span { font-size: 0.88rem; color: rgba(255, 255, 255, 0.85); }

/* ============ BUY (timeline) ============ */
.buy { padding: clamp(3rem, 6vw, 4.6rem) 0; background: var(--paper); }
.buy-inner { width: min(100% - 2rem, var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(1.6rem, 4vw, 3rem); align-items: start; }
.buy h2 { font-size: clamp(1.9rem, 3.6vw, 2.5rem); margin-bottom: 1.4rem; letter-spacing: -0.01em; }
.timeline { list-style: none; margin-left: 1rem; }
.timeline li { position: relative; padding: 0 0 1.6rem 2.4rem; border-left: 2px solid var(--line); }
.timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.timeline li::before {
    content: attr(data-n); position: absolute; left: -1.05rem; top: -0.15rem;
    width: 2rem; height: 2rem; border-radius: 50%; background: var(--azul); color: #fff;
    display: grid; place-items: center; font-family: var(--font-body); font-weight: 800; font-size: 0.9rem;
}
.timeline strong { display: block; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.timeline span { color: var(--muted); font-size: 0.92rem; }
.buy-card { background: var(--ink); color: #eef4fb; border-radius: var(--radius); padding: 1.5rem; position: sticky; top: 4.5rem; box-shadow: var(--shadow); }
.price-ref { font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.72; }
.price-now { font-family: var(--font-display); font-size: 2.4rem; font-weight: 600; line-height: 1; margin: 0.2rem 0; }
.price-was { font-size: 0.82rem; opacity: 0.78; margin-bottom: 1rem; }
.buy-card .btn { width: 100%; margin-bottom: 0.7rem; }
.buy-card .policy-note { font-size: 0.78rem; color: rgba(238, 244, 251, 0.7); }
.buy-card .policy-note a { color: var(--gold); }

/* ============ FAQ ============ */
.faq { background: var(--white); padding: clamp(3rem, 6vw, 4.4rem) 0; }
.faq h2 { font-size: clamp(1.9rem, 3.6vw, 2.5rem); margin-bottom: 1rem; }
.faq-list { display: grid; gap: 0.45rem; max-width: 760px; }
.faq-list details { background: var(--paper); border-radius: var(--radius-sm); padding: 0.8rem 1rem; border: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 700; list-style: none; font-family: var(--font-body); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: "+  "; color: var(--terra); font-weight: 800; }
.faq-list details[open] summary::before { content: "–  "; }
.faq-list p { margin-top: 0.45rem; color: var(--muted); font-size: 0.93rem; }

/* ============ ABOUT ============ */
.about { padding: clamp(2.8rem, 5vw, 3.6rem) 0; background: var(--paper); border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.15fr 1.15fr 0.8fr; gap: 2.2rem; }
.about h2, .about h3 { font-weight: 600; margin-bottom: 0.6rem; }
.about h2 { font-size: clamp(1.5rem, 2.8vw, 1.95rem); }
.contact-lead { font-size: 0.88rem; color: var(--muted); margin-bottom: 0.7rem; }
.doc-links { list-style: none; display: grid; gap: 0.4rem; }

/* ============ FOOTER ============ */
.site-footer { background: var(--ink); color: rgba(238, 244, 251, 0.74); padding-top: 2.2rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.8rem; padding-bottom: 1.8rem; }
.site-footer .logo { color: #fff; }
.site-footer .logo-text em { color: var(--gold); }
.footer-tag { margin: 0.6rem 0; font-size: 0.88rem; }
.footer-entity { font-size: 0.82rem; margin-bottom: 0.8rem; line-height: 1.55; }
.footer-entity strong { color: #fff; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; display: block; margin-bottom: 0.2rem; font-family: var(--font-body); }
.footer-legal { opacity: 0.88; }
.footer-badge {
    display: inline-block; border: 1px solid var(--gold); color: var(--gold);
    font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
    padding: 0.24rem 0.5rem; border-radius: 999px;
}
.site-footer h4 { font-family: var(--font-display); color: #fff; font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; }
.site-footer ul { list-style: none; display: grid; gap: 0.28rem; }
.site-footer a { color: rgba(238, 244, 251, 0.74); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-disclosure { border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 1.2rem 0; font-size: 0.82rem; }
.footer-disclosure h3 { font-family: var(--font-display); color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 0.35rem; }
.footer-disclosure p { margin-bottom: 0.3rem; max-width: 72rem; }
.footer-bar { background: #081426; color: rgba(255, 255, 255, 0.48); padding: 0.85rem 0 1.05rem; font-size: 0.75rem; }
.footer-bar a { color: var(--gold); }
.footer-bar-inner { display: grid; gap: 0.25rem; }

/* ============ LEGAL / DOC PAGES ============ */
.page { padding: 2rem 0 3.6rem; }
.dossier { width: min(100% - 2rem, 1080px); margin-inline: auto; display: grid; grid-template-columns: 210px 1fr; gap: 1.6rem; align-items: start; }
.dossier-nav { position: sticky; top: 4rem; background: var(--white); border-radius: var(--radius); padding: 1rem 0.95rem; font-size: 0.85rem; border: 1px solid var(--line); }
.dossier-nav h2 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; margin-bottom: 0.55rem; }
.dossier-nav ul { list-style: none; display: grid; gap: 0.32rem; }
.dossier-nav a { text-decoration: none; color: var(--ink-soft); }
.dossier-nav a:hover, .dossier-nav a[aria-current="page"] { color: var(--terra); font-weight: 700; }
.page-card { background: var(--white); border-radius: var(--radius); padding: clamp(1.4rem, 3.5vw, 2.4rem); border: 1px solid var(--line); }
.doc-badge {
    display: inline-block; background: var(--mist); color: var(--azul-deep); font-family: var(--font-body);
    font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
    padding: 0.24rem 0.55rem; border-radius: 999px; border: 1px solid rgba(31, 111, 178, 0.28); margin-bottom: 0.8rem;
}
.page-card h1 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); font-weight: 600; margin-bottom: 0.5rem; }
.page-card .muted { color: var(--muted); margin-bottom: 1.4rem; }
.page-card h2 { font-size: 1.3rem; font-weight: 600; margin: 1.5rem 0 0.5rem; }
.page-card h3 { font-size: 1.08rem; font-weight: 600; margin: 1.1rem 0 0.3rem; }
.page-card p, .page-card li { margin-bottom: 0.5rem; color: var(--ink-soft); }
.page-card ul, .page-card ol { padding-left: 1.15rem; margin-bottom: 0.85rem; }
.legal-table { width: 100%; border-collapse: collapse; margin: 0.95rem 0 1.3rem; font-size: 0.92rem; }
.legal-table th, .legal-table td { text-align: left; padding: 0.55rem 0.4rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table th { width: 36%; color: var(--muted); font-weight: 600; }
.cookie-table { font-size: 0.88rem; }
.cookie-table th { width: auto; color: var(--ink); font-weight: 700; background: var(--mist); }
.inner-header .header-inner { display: flex; }
.mini-footer .footer-bar { border: 0; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
    .main-nav a:not(.nav-cta) { display: none; }
    .lead-hero-inner,
    .feature-inner,
    .band-inner,
    .row,
    .gallery-grid,
    .mesa-grid,
    .buy-inner,
    .about-grid,
    .footer-top,
    .dossier { grid-template-columns: 1fr; }
    .feature.reverse .feature-media,
    .row.reverse .row-media { order: 0; }
    .lead-hero-media { min-height: 0; margin-top: 0.5rem; }
    .lead-hero-media::before { inset: 6% 8% 6% 8%; }
    .cover-card { max-width: 300px; }
    .buy-card { position: static; }
    .dossier-nav { position: static; }
    .lead-cta .btn { flex: 1; }
}

@media (max-width: 640px) {
    .cookie-banner { border-radius: 14px; padding: 0.6rem 0.7rem; }
    .cookie-inner { flex-wrap: wrap; }
    .cookie-actions { width: 100%; }
    .cookie-actions .btn { flex: 1; }
    .nav-cta { display: none !important; }
    .gallery img { height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
