/* =========================================================
   1. IDENTIDADE VISUAL
   Cores extraídas e harmonizadas a partir da logo fornecida.
   ========================================================= */
:root {
  --wine: #711723;
  --wine-dark: #4a1018;
  --wine-soft: #8d3340;
  --graphite: #242526;
  --terracotta: #b97866;
  --sand: #e8ded2;
  --ivory: #faf7f2;
  --white: #ffffff;
  --muted: #65615d;
  --line: rgba(74, 16, 24, .14);
  --shadow: 0 22px 65px rgba(74, 16, 24, .09);
  --title: "Newsreader", serif;
  --body: "Manrope", sans-serif;
  --container: 1200px;
}

/* RESET, TIPOGRAFIA E ACESSIBILIDADE */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--graphite); background: var(--ivory); font-family: var(--body); line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--title); font-weight: 400; line-height: 1.05; }
h1 { font-size: clamp(3.1rem, 5.7vw, 6.15rem); letter-spacing: -.045em; }
h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 4.5vw, 4.7rem); letter-spacing: -.04em; }
h3 { font-size: 1.55rem; }
p { color: var(--muted); }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 115px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 5000; padding: 12px 18px; color: var(--white); background: var(--wine); font-weight: 700; }
.skip-link:focus { top: 20px; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 3000; height: 3px; background: linear-gradient(90deg,var(--terracotta),var(--wine)); transform: scaleX(0); transform-origin: left; }

/* TÍTULOS AUXILIARES */
.kicker, .eyebrow { margin-bottom: 16px; color: var(--wine); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker.light { color: #e8b5aa; }
.section-heading { max-width: 630px; }
.section-heading.centered { max-width: 820px; margin: 0 auto 58px; text-align: center; }
.section-heading > p:not(.kicker) { font-size: 1rem; }
.section-heading .lead { color: var(--wine); font-family: var(--title); font-size: 1.5rem; }
.section-note { max-width: 720px; margin: 30px auto 0; font-size: .72rem; text-align: center; }

/* BOTÕES E EFEITO DE CLIQUE */
.button { position: relative; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; overflow: hidden; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .8rem; font-weight: 700; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-wine { color: var(--white); background: var(--wine); }
.button-wine:hover { background: var(--wine-dark); box-shadow: 0 13px 32px rgba(113,23,35,.22); }
.button-outline { border-color: var(--line); background: rgba(255,255,255,.46); }
.button-ripple { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.4); pointer-events: none; transform: translate(-50%,-50%) scale(0); animation: ripple 620ms ease-out forwards; }
@keyframes ripple { to { opacity: 0; transform: translate(-50%,-50%) scale(25); } }

/* =========================================================
   2. CABEÇALHO E LOGO
   ========================================================= */
.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid transparent; background: rgba(250,247,242,.9); backdrop-filter: blur(17px); transition: 180ms ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 7px 27px rgba(74,16,24,.06); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 30px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-logo { display: block; width: 55px; height: 55px; overflow: hidden; border-radius: 50%; background: var(--white); }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.7); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text strong { color: var(--wine); font-family: var(--title); font-size: 1.18rem; font-weight: 500; }
.brand-text small { margin-top: 5px; color: var(--muted); font-size: .55rem; letter-spacing: .24em; text-transform: uppercase; }
.main-nav { display: flex; gap: 27px; margin-left: auto; }
.main-nav a { font-size: .75rem; font-weight: 600; }
.main-nav a:hover { color: var(--wine); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.menu-toggle i { display: block; width: 19px; height: 1px; margin: 6px auto; background: var(--wine); }

/* =========================================================
   3. HERO
   ========================================================= */
.hero { position: relative; overflow: hidden; padding-top: 70px; }
.hero::before { position: absolute; top: -310px; right: -270px; width: 700px; height: 700px; border: 1px solid rgba(185,120,102,.2); border-radius: 50%; content: ""; }
.hero-ornament { position: absolute; bottom: -80px; left: -60px; color: rgba(113,23,35,.035); font-family: var(--title); font-size: 23rem; line-height: .8; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 85px; }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero-lead { max-width: 710px; margin-bottom: 30px; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.microcopy { margin: 12px 0 24px 4px; font-size: .7rem; }
.microcredential { display: flex; align-items: center; gap: 10px; color: var(--wine); font-size: .72rem; font-weight: 600; }
.microcredential span { font-size: 1.2rem; }
.hero-visual { position: relative; transition: transform 400ms cubic-bezier(.2,.8,.2,1); }
.hero-image { position: relative; overflow: hidden; border-radius: 220px 220px 18px 18px; box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 625px; object-fit: cover; filter: saturate(.72) sepia(.08); }
.hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 60%,rgba(74,16,24,.42)); }
.image-label { position: absolute; right: 13px; bottom: 11px; left: 13px; z-index: 2; color: rgba(255,255,255,.72); font-size: .55rem; text-align: center; text-transform: uppercase; }
.floating-card { position: absolute; bottom: 55px; left: -60px; z-index: 3; max-width: 270px; padding: 19px; border: 1px solid rgba(255,255,255,.7); border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: var(--shadow); backdrop-filter: blur(12px); transition: transform 350ms ease; }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--wine); font-family: var(--title); font-size: 1.08rem; font-weight: 500; }
.floating-card span { margin-top: 4px; color: var(--muted); font-size: .64rem; }

/* INTRODUÇÃO VINHO */
.intro-strip { padding: 90px 0; color: var(--white); background: var(--wine-dark); }
.intro-grid { display: grid; grid-template-columns: .4fr 1fr; gap: 90px; }
.intro-grid h2 { max-width: 850px; font-size: clamp(2.4rem,4vw,4.3rem); }
.intro-grid p:not(.kicker) { max-width: 720px; color: rgba(255,255,255,.62); }

/* =========================================================
   4. SITUAÇÕES E ABORDAGEM
   ========================================================= */
.situations-section { background: var(--white); }
.situation-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }
.editorial-card { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: var(--ivory); transition: transform 220ms ease, box-shadow 220ms ease; }
.editorial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.editorial-card > span { display: block; margin-bottom: 70px; color: var(--terracotta); font-family: var(--title); font-size: 1.2rem; }
.editorial-card h3 { margin-bottom: 12px; }
.editorial-card p { margin: 0; font-size: .78rem; }
.approach-section { color: var(--white); background: var(--graphite); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.approach-media { position: relative; }
.approach-media img { width: 100%; height: 590px; object-fit: cover; border-radius: 180px 180px 18px 18px; filter: saturate(.55); }
.approach-section .section-heading > p:not(.kicker) { color: rgba(255,255,255,.62); }
.principle-list { display: grid; gap: 0; margin: 30px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.principle-list li { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.principle-list li > span { color: var(--terracotta); font-family: var(--title); }
.principle-list strong { font-family: var(--title); font-size: 1.2rem; font-weight: 400; }
.principle-list p { margin: 2px 0 0; color: rgba(255,255,255,.5); font-size: .72rem; }

/* =========================================================
   5. PROCESSO E COMPROMISSOS
   ========================================================= */
.process-heading, .content-heading { display: flex; align-items: end; justify-content: space-between; gap: 65px; margin-bottom: 55px; }
.process-heading h2, .content-heading h2 { max-width: 780px; margin-bottom: 0; }
.process-heading > p, .content-heading > p { max-width: 390px; font-size: .8rem; }
.process-list { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { min-height: 320px; padding: 28px 23px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list li > span { display: block; margin-bottom: 82px; color: var(--wine); font-family: var(--title); font-size: 1.3rem; }
.process-list h3 { margin-bottom: 10px; font-size: 1.45rem; }
.process-list p { margin: 0; font-size: .73rem; }
.commitments-section { background: var(--sand); }
.commitments-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.commitment-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.commitment-cards article { min-height: 235px; padding: 28px; border: 1px solid rgba(113,23,35,.12); border-radius: 16px; background: rgba(255,255,255,.5); }
.commitment-cards article > span { display: block; margin-bottom: 40px; color: var(--wine); font-size: 1.25rem; }
.commitment-cards h3 { margin-bottom: 7px; }
.commitment-cards p { margin: 0; font-size: .76rem; }

/* =========================================================
   6. BIOGRAFIA E CONTEÚDO
   ========================================================= */
.biography-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }
.biography-photo { position: relative; }
.biography-photo img { width: 100%; height: 620px; object-fit: cover; border-radius: 180px 180px 18px 18px; filter: saturate(.65); }
.verification-list { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0; border-top: 1px solid var(--line); }
.verification-list div { padding: 17px 10px 17px 0; border-bottom: 1px solid var(--line); }
.verification-list dt { color: var(--muted); font-size: .59rem; text-transform: uppercase; }
.verification-list dd { margin: 3px 0 0; color: var(--wine); font-size: .74rem; font-weight: 700; }
.pending-alert { display: flex; align-items: center; gap: 8px; font-size: .68rem; }
.pending-alert span { display: grid; min-width: 23px; height: 23px; place-items: center; border-radius: 50%; color: var(--white); background: var(--wine); }
.content-section { color: var(--white); background: var(--wine-dark); }
.content-heading > p { color: rgba(255,255,255,.54); }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.article-placeholder { min-height: 330px; padding: 30px; border: 1px dashed rgba(255,255,255,.22); border-radius: 17px; background: rgba(255,255,255,.035); }
.article-placeholder > span { color: #e8b5aa; font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.article-placeholder h3 { margin: 70px 0 12px; font-size: 1.65rem; }
.article-placeholder p { color: rgba(255,255,255,.5); font-size: .73rem; }
.article-placeholder strong { color: rgba(255,255,255,.35); font-size: .56rem; letter-spacing: .1em; }

/* =========================================================
   7. OBJEÇÕES E LOCALIZAÇÃO
   ========================================================= */
.objections-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--title); font-size: 1.25rem; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; min-width: 30px; height: 30px; place-items: center; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-family: var(--body); font-size: .85rem; transition: transform 180ms ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -3px 50px 24px 0; font-size: .78rem; }
.location-section { padding: 100px 0; color: var(--white); background: var(--graphite); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.location-copy > p:not(.kicker) { color: rgba(255,255,255,.57); }
.info-fields { display: grid; gap: 11px; margin-top: 27px; }
.info-fields span { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.67); font-size: .75rem; }
.info-fields small { display: block; color: #e8b5aa; font-size: .56rem; text-transform: uppercase; }
.map-placeholder { display: flex; min-height: 440px; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(255,255,255,.22); border-radius: 22px; background: rgba(255,255,255,.03); text-align: center; }
.map-placeholder > span { color: var(--terracotta); font-size: 3rem; }
.map-placeholder strong { font-family: var(--title); font-size: 1.7rem; font-weight: 400; }
.map-placeholder p { color: rgba(255,255,255,.43); font-size: .72rem; }

/* =========================================================
   8. CONTATO E FORMULÁRIO
   ========================================================= */
.contact-section { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 90px; }
.contact-microcopy { max-width: 520px; margin-top: 14px; font-size: .68rem; }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--wine); font-family: var(--title); font-size: 1.5rem; }
.form-heading strong { color: var(--muted); font-size: .57rem; text-transform: uppercase; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .7rem; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(36,37,38,.2); border-radius: 8px; color: var(--graphite); background: var(--ivory); }
.field textarea { resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #a31125; }
.field > small:not(.error) { display: block; margin-top: 5px; color: var(--muted); font-size: .58rem; }
.error { display: block; min-height: 17px; margin-top: 3px; color: #8f1020; font-size: .61rem; }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: 9px; cursor: pointer; font-size: .65rem; }
.consent input { width: 18px; height: 18px; accent-color: var(--wine); }
.submit-button { width: 100%; margin-top: 12px; }
.form-notice { margin: 12px 0 0; font-size: .67rem; text-align: center; }
.honeypot { position: absolute; left: -9999px; }

/* FAQ */
.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 125px; }

/* =========================================================
   9. RODAPÉ, COOKIES E MODAIS
   ========================================================= */
.site-footer { padding: 78px 0 25px; color: var(--white); background: #1b1919; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 55px; }
.footer-brand img { width: 170px; height: 90px; object-fit: cover; transform: scale(1.55); transform-origin: center; }
.footer-brand p { max-width: 250px; color: rgba(255,255,255,.42); font-size: .68rem; }
.footer-grid h2 { margin-bottom: 17px; color: #e8b5aa; font-family: var(--body); font-size: .58rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > span, .footer-grid button { display: block; margin: 0 0 9px; padding: 0; border: 0; color: rgba(255,255,255,.46); background: none; font-size: .65rem; text-align: left; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--white); cursor: pointer; }
.legal-disclaimer { margin-top: 45px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; color: rgba(255,255,255,.4); font-size: .62rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 22px; }
.footer-bottom span { color: rgba(255,255,255,.26); font-size: .57rem; }
.footer-bottom span span { display: inline; }
.mobile-cta { display: none; }
.cookie-banner { position: fixed; right: 20px; bottom: 20px; left: 20px; z-index: 1800; display: flex; max-width: 920px; align-items: center; justify-content: space-between; gap: 30px; margin: auto; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.97); box-shadow: 0 22px 70px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.cookie-banner.hidden { display: none; }
.cookie-banner strong { color: var(--wine); font-family: var(--title); font-size: 1.15rem; font-weight: 500; }
.cookie-banner p { max-width: 560px; margin: 2px 0 0; font-size: .63rem; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-width: 140px; font-size: .65rem; }
.site-dialog { width: min(calc(100% - 30px),560px); padding: 40px; border: 0; border-radius: 20px; background: var(--ivory); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.site-dialog::backdrop { background: rgba(27,25,25,.72); backdrop-filter: blur(7px); }
.site-dialog h2 { margin-bottom: 14px; font-size: 2.25rem; }
.site-dialog p { font-size: .78rem; }
.dialog-close { position: absolute; top: 13px; right: 13px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; background: transparent; font-size: 1.3rem; }
.dialog-icon { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: 20px; border-radius: 50%; color: var(--white); background: var(--wine); font-family: var(--title); }

/* ANIMAÇÕES DE ENTRADA */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

/* TABLET */
@media (max-width: 980px) {
  .section { padding: 92px 0; }
  .header-cta { display: none; }
  .hero-grid, .approach-grid, .biography-grid, .location-grid, .contact-grid { gap: 50px; }
  .hero-grid { grid-template-columns: 1fr .76fr; }
  .hero-image img { height: 540px; }
  .floating-card { left: -25px; }
  .situation-grid { grid-template-columns: repeat(2,1fr); }
  .process-list { grid-template-columns: repeat(3,1fr); }
  .process-list li { border-bottom: 1px solid var(--line); }
  .process-list li > span { margin-bottom: 50px; }
  .commitments-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-placeholder:last-child { grid-column: 1/-1; min-height: 240px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

/* CELULAR */
@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  .container { width: min(calc(100% - 30px),var(--container)); }
  .section { padding: 74px 0; }
  h1 { font-size: clamp(3rem,14vw,4.3rem); }
  h2 { font-size: clamp(2.4rem,12vw,3.5rem); }
  .header-inner { min-height: 70px; }
  .brand-logo { width: 45px; height: 45px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; top: 70px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 20px 27px; border-bottom: 1px solid var(--line); background: var(--ivory); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: 180ms ease; }
  .main-nav.open { opacity: 1; transform: none; visibility: visible; }
  .main-nav a { min-height: 51px; padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 45px; }
  .hero-grid, .intro-grid, .approach-grid, .biography-grid, .objections-grid, .location-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-image { border-radius: 140px 140px 17px 17px; }
  .hero-image img { height: 485px; }
  .floating-card { bottom: 34px; left: -3px; }
  .intro-strip { padding: 72px 0; }
  .situation-grid, .commitment-cards, .article-grid { grid-template-columns: 1fr; }
  .editorial-card { min-height: 260px; }
  .editorial-card > span { margin-bottom: 45px; }
  .approach-media img, .biography-photo img { height: 500px; }
  .process-heading, .content-heading { display: block; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { display: grid; min-height: auto; grid-template-columns: 48px 1fr; gap: 15px; padding: 27px 0; border-right: 0; }
  .process-list li > span { margin: 0; }
  .verification-list { grid-template-columns: 1fr; }
  .article-placeholder:last-child { grid-column: auto; min-height: 290px; }
  .article-placeholder { min-height: 290px; }
  .faq-grid .section-heading { position: static; }
  .map-placeholder { min-height: 350px; }
  .contact-form { padding: 27px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { display: none; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1500; display: block; padding: 10px 12px; border-top: 1px solid var(--line); background: rgba(250,247,242,.96); backdrop-filter: blur(12px); }
  .mobile-cta .button { width: 100%; min-height: 54px; }
  .cookie-banner { bottom: 84px; flex-direction: column; align-items: stretch; gap: 13px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button { min-width: 0; padding-inline: 12px; }
  .site-dialog { padding: 35px 24px 25px; }
}

/* Respeita a escolha por menos movimento. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .scroll-progress { display: none; }
}
