/* =====================================================================
   Serra Pelada – folha de estilo
   Identidade: dourado #B2962E, marrom #472B1E, creme #FFFDFA, Epilogue + Poppins
   ===================================================================== */
:root {
  --gold: #B2962E;
  --gold-light: #E2CC79;
  --gold-dark: #8f7722;
  --cream: #FFFDFA;
  --cream-2: #F7F2E8;
  --brown: #472B1E;
  --brown-2: #3a2318;
  --ink: #1B1B1B;
  --gray: #595853;
  --line: #e8e1d2;
  --white: #ffffff;
  --font-body: "Epilogue", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Poppins", var(--font-body);
  --radius: 20px;
  --shadow: 0 10px 30px rgba(71, 43, 30, .12);
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, .12);
  --header-h: 92px;
  --container: 1140px;
  --gutter: clamp(16px, 4vw, 40px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--brown); background: var(--cream); overflow-x: hidden; }
img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-dark); }
h1, h2, h3, h4 { font-weight: 300; line-height: 1.15; letter-spacing: -.02em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--brown); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container-narrow { width: min(760px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding: clamp(48px, 7vw, 96px) 0; }
.eyebrow { font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--brown); margin-bottom: .6em; display: flex; align-items: center; gap: 8px; }
.eyebrow-light { color: var(--gold-light); }
.eyebrow-icon img { width: 22px; height: 22px; }
.rule { display: block; width: 200px; height: 2px; background: var(--gold); margin-bottom: 18px; }

/* ---------- Botões ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 999px; font-weight: 600; font-size: .95rem; line-height: 1.2; border: 2px solid transparent; transition: transform .2s, box-shadow .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-gold { background: linear-gradient(180deg, var(--gold) 0%, #9c8226 100%); color: #fff; }
.btn-gold:hover { color: #fff; background: linear-gradient(180deg, var(--gold) 0%, var(--brown) 100%); }
.btn-outline { border-color: var(--gold); color: var(--gold-dark); background: transparent; }
.btn-outline:hover { background: var(--gold); color: #fff; }
.btn-sm { padding: 8px 18px; font-size: .85rem; }
.btn .ico { width: 18px; height: 18px; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 14px var(--gutter) 0; pointer-events: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 1400px; margin-inline: auto; }
.header-pill { pointer-events: auto; background: var(--cream); border-radius: 999px; box-shadow: 0 0 10px rgba(0, 0, 0, .35); display: flex; align-items: center; min-height: 58px; }
.header-main { flex: 0 1 720px; padding: 8px 12px 8px 26px; gap: 24px; justify-content: space-between; }
.header-partners { flex: 0 0 auto; padding: 6px 24px; justify-content: center; }
.header-partners img { height: 46px; width: auto; }
.brand img { height: 24px; width: auto; }
.nav ul { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--brown); font-weight: 400; font-size: .95rem; padding: 6px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav a:hover, .nav a.is-active { color: var(--gold); }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.nav .nav-cta a::after { display: none; }
.nav .nav-cta a { color: #fff; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--gold); flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: #fff; transition: transform .25s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1100px) {
  .header-partners { display: none; }
  .header-main { flex: 1 1 auto; }
}
@media (max-width: 860px) {
  :root { --header-h: 80px; }
  .header-main { padding: 6px 8px 6px 20px; }
  .menu-toggle { display: flex; }
  .nav { position: absolute; left: var(--gutter); right: var(--gutter); top: calc(100% + 10px); background: var(--cream); border-radius: 22px; box-shadow: var(--shadow); padding: 12px 0; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .25s; }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav li { border-bottom: 1px solid var(--line); }
  .nav li:last-child { border: 0; }
  .nav a { display: block; padding: 14px 24px; font-size: 1.05rem; }
  .nav a::after { display: none; }
  .nav .nav-cta { padding: 14px 24px; }
  .nav .nav-cta a { display: inline-flex; padding: 10px 20px; }
}

/* ---------- Hero ---------- */
.hero, .video-banner { position: relative; min-height: min(750px, 92vh); display: grid; align-items: center; overflow: hidden; background: #383838; color: #fff; }
.hero-page { min-height: min(640px, 80vh); }
.video-banner { min-height: 640px; margin-top: -40px; }
.video-banner-tall { min-height: 560px; margin: 0; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-bg-bottom { object-position: bottom center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 12, 8, .72) 0%, rgba(20, 12, 8, .35) 55%, rgba(20, 12, 8, .55) 100%); }
.hero-overlay-strong { background: rgba(71, 43, 30, .82); }
.hero-content { position: relative; z-index: 2; width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; padding-top: var(--header-h); }
.hero-title { color: #fff; font-weight: 300; font-size: clamp(1.9rem, 4vw, 2.6rem); margin: 0; max-width: 620px; }
.hero-title .typed-word { color: var(--gold-light); font-style: italic; }
.hero-sub { margin-top: 14px; font-size: 1.05rem; color: rgba(255, 255, 255, .85); max-width: 520px; }
.hero-logo { position: absolute; right: clamp(24px, 8vw, 140px); top: 50%; transform: translateY(-45%); width: clamp(160px, 28vw, 420px); z-index: 2; filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .45)); pointer-events: none; }
@media (max-width: 860px) {
  .hero, .video-banner { min-height: 560px; }
  .hero-logo { top: auto; bottom: 30px; right: 20px; transform: none; width: 150px; }
  .hero-content { padding-bottom: 150px; }
}

/* Título com efeito de digitação */
.typed .typed-word { white-space: nowrap; }
.typed-cursor { display: inline-block; margin-left: 2px; animation: blink 1s steps(2, start) infinite; font-weight: 200; }
@keyframes blink { to { visibility: hidden; } }

/* Vídeo de fundo (YouTube em loop, mudo) */
.bg-video { position: absolute; inset: 0; background-size: cover; background-position: center; overflow: hidden; }
.bg-video iframe { position: absolute; top: 50%; left: 50%; width: max(100%, calc(100vh * 16 / 9)); height: max(100%, calc(100vw * 9 / 16)); min-width: 177.78%; min-height: 100%; transform: translate(-50%, -50%) scale(1.02); pointer-events: none; border: 0; opacity: 0; transition: opacity .8s; }
.bg-video.is-playing iframe { opacity: 1; }
.media-video .bg-video { position: relative; aspect-ratio: 16 / 10; }
.media-video .bg-video iframe { min-width: 100%; width: max(100%, calc(100% * 16 / 10 * 16 / 9)); height: max(100%, 180%); }
.rounded { border-radius: var(--radius); overflow: hidden; }

/* Player leve do YouTube */
.yt-lite { position: relative; aspect-ratio: 16 / 9; background: #000 center / cover no-repeat; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.yt-lite iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.yt-play { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(0, 0, 0, .18); display: grid; place-items: center; transition: background .2s; }
.yt-play:hover { background: rgba(0, 0, 0, .05); }
.yt-play svg { filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .4)); transition: transform .2s; }
.yt-play:hover svg { transform: scale(1.08); }

/* ---------- Intro ---------- */
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 80px); align-items: end; }
.intro-title h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 3.7vw, 3.3rem); letter-spacing: -.04em; line-height: 1.1; color: var(--gold); margin: 0; }
.intro-text { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.5; color: #222; margin: 0; }
@media (max-width: 860px) { .intro-grid { grid-template-columns: 1fr; } }

/* ---------- Cards (pilares) ---------- */
.pilares { padding-top: 0; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border-radius: 14px; box-shadow: 0 0 5px rgba(0, 0, 0, .18); padding: 34px 32px; text-align: center; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { font-size: 1.3rem; font-weight: 400; color: var(--ink); }
.card p { color: var(--brown); font-size: .97rem; margin: 0; }
.card strong { color: var(--brown-2); }
@media (max-width: 900px) { .cards-3 { grid-template-columns: 1fr; } }

/* ---------- Parceiros (marquee) ---------- */
.partners { background: var(--cream); padding: 10px 0 50px; overflow: hidden; }
.marquee { display: flex; width: max-content; animation: marquee 40s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee-track { display: flex; align-items: center; gap: 70px; padding-right: 70px; }
.marquee-track img { height: 120px; width: auto; max-width: none; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (max-width: 700px) { .marquee-track img { height: 80px; } .marquee-track { gap: 40px; padding-right: 40px; } }

/* ---------- Split (texto + mídia) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.split-text { text-align: center; padding: 0 clamp(0px, 3vw, 40px); }
.split-text .eyebrow { justify-content: center; }
.split-text h2 { font-weight: 300; font-size: clamp(1.8rem, 3vw, 2.2rem); }
.split-text p { color: var(--brown); }
.split-text .btn { margin-top: 8px; }
.valor.is-reverse .split-text { order: 2; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .valor.is-reverse .split-text { order: 0; } }
.novo-ouro { background: var(--cream); }
.valor { padding: clamp(40px, 5vw, 70px) 0; }
.valor:nth-of-type(odd) { background: var(--cream-2); }

/* ---------- Faixa escura ---------- */
.band { background: var(--brown); color: #fff; text-align: center; padding: 40px var(--gutter); }
.band h1, .band h2 { color: var(--cream); font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.15rem); margin: 0; }
.band .typed-word { color: var(--gold); }
.band-hero { padding-top: calc(var(--header-h) + 40px); padding-bottom: 48px; }
.band-hero h1 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); }
.band-sub { margin: 14px auto 0; max-width: 560px; color: rgba(255, 255, 255, .8); }

/* ---------- Feature (Somos) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.feature.is-reverse .feature-media { order: 2; }
.feature-media { position: relative; min-height: 380px; overflow: hidden; }
.feature-text { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(40px, 6vw, 90px) 8%; }
.feature-text h2 { font-size: clamp(1.9rem, 3vw, 2.75rem); font-weight: 200; color: var(--ink); }
.feature-text p { color: var(--gray); }
.slideshow { position: absolute; inset: 0; }
.slideshow .slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; transform: scale(1.06); }
.slideshow .slide.is-active { opacity: 1; transform: scale(1); transition: opacity .8s ease, transform 6s linear; }
@media (max-width: 860px) { .feature { grid-template-columns: 1fr; } .feature.is-reverse .feature-media { order: 0; } .feature-media { min-height: 300px; } }

/* ---------- Linha do tempo ---------- */
.timeline-section { background: var(--cream); }
.timeline { position: relative; padding: 20px 0; margin: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--gold); transform: translateX(-50%); opacity: .5; }
.tl-item { position: relative; width: 50%; padding: 0 48px 56px 0; }
.tl-item.is-right { margin-left: 50%; padding: 0 0 56px 48px; }
.tl-marker { position: absolute; top: 28px; right: -9px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px var(--cream); }
.tl-item.is-right .tl-marker { right: auto; left: -9px; }
.tl-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.tl-img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.tl-body { padding: 26px 28px 30px; }
.tl-period { display: inline-block; font-weight: 700; color: var(--gold); letter-spacing: .06em; font-size: .85rem; text-transform: uppercase; margin-bottom: 6px; }
.tl-body h3 { font-weight: 400; font-size: 1.5rem; }
.tl-body p { color: var(--gray); margin: 0; }
@media (max-width: 860px) {
  .timeline::before { left: 10px; }
  .tl-item, .tl-item.is-right { width: 100%; margin: 0; padding: 0 0 36px 34px; }
  .tl-marker, .tl-item.is-right .tl-marker { left: 1px; right: auto; }
}

/* ---------- Roteiros (experiências) ---------- */
.exp-index { padding: 26px 0 8px; }
.exp-index ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.exp-index a { display: inline-block; padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--brown); font-size: .88rem; transition: .2s; }
.exp-index a:hover { border-color: var(--gold); color: var(--gold-dark); }
.exp { display: grid; grid-template-columns: 1fr 2fr; gap: 0; align-items: stretch; padding: 10px var(--gutter); max-width: 1500px; margin-inline: auto; scroll-margin-top: var(--header-h); }
.exp.is-reverse { grid-template-columns: 2fr 1fr; }
.exp.is-reverse .exp-text { order: 2; }
.exp-text { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(28px, 4vw, 64px); }
.exp-text h2 { font-size: clamp(1.8rem, 3.2vw, 2.75rem); font-weight: 200; color: var(--ink); letter-spacing: -.04em; }
.exp-text p { color: var(--gray); font-weight: 300; }
.exp-media { position: relative; overflow: hidden; border-radius: var(--radius); min-height: 420px; }
.exp-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.exp:hover .exp-media img { transform: scale(1.04); }
@media (max-width: 860px) { .exp, .exp.is-reverse { grid-template-columns: 1fr; padding: 20px var(--gutter); } .exp.is-reverse .exp-text { order: 0; } .exp-media { min-height: 0; aspect-ratio: 4 / 3; } .exp-text { padding: 24px 6px 10px; } }
.tour360 { padding: 0 var(--gutter) 40px; background: var(--cream); }
.tour360 iframe { width: 100%; border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }

/* Dia 1 / Dia 2 */
.dia { padding-top: 40px; }
.dia-box { background: #fff; border-radius: var(--radius); border-bottom: 10px solid var(--gold); box-shadow: var(--shadow-sm); padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 800px; margin-bottom: 30px; }
.dia-num { font-size: clamp(3.4rem, 8vw, 5.25rem); font-weight: 100; line-height: 1; margin: 0 0 6px; color: var(--ink); }
.dia-title { font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: var(--brown); }
.dia-title .typed-word { color: var(--gold); }
.check-list { text-align: left; margin: 20px 0 28px; display: grid; gap: 14px; width: 100%; max-width: 520px; }
.check-list li { position: relative; padding-left: 34px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.check-list li:last-child { border: 0; padding-bottom: 0; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 14px no-repeat; }

/* ---------- Galeria + lightbox ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; grid-auto-flow: dense; gap: 12px; }
.gallery-item { display: block; border-radius: 14px; overflow: hidden; position: relative; }
.gallery-item:nth-child(4n+1) { grid-row: span 2; }
.gallery-item:nth-child(4n) { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: rgba(71, 43, 30, 0); transition: background .3s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:hover::after { background: rgba(71, 43, 30, .25); }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 42vw; gap: 6px; } .gallery-item { border-radius: 8px; } .gallery-item:nth-child(4n+1) { grid-row: auto; } .gallery-item:nth-child(4n) { grid-column: auto; } }
.lightbox { position: fixed; inset: 0; z-index: 500; background: rgba(15, 9, 6, .94); display: grid; place-items: center; padding: 20px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: 100%; max-height: 100%; text-align: center; }
.lightbox img { max-height: 84vh; max-width: 92vw; width: auto; height: auto; margin: 0 auto; border-radius: 8px; box-shadow: 0 20px 60px rgba(0, 0, 0, .6); }
.lightbox figcaption { color: rgba(255, 255, 255, .8); margin-top: 12px; font-size: .9rem; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .1); color: #fff; border: 0; width: 48px; height: 48px; border-radius: 50%; font-size: 30px; line-height: 1; display: grid; place-items: center; }
.lightbox button:hover { background: var(--gold); }
.lb-close { top: 16px; right: 16px; }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 1000px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-thumb { display: block; overflow: hidden; }
.post-thumb img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .8s; }
.post-card:hover .post-thumb img { transform: scale(1.05); }
.post-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.badge { display: inline-block; align-self: flex-start; background: var(--gold); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.post-body h2, .post-body h3 { font-size: 1.3rem; font-weight: 400; margin: 4px 0 0; }
.post-body h2 a, .post-body h3 a { color: var(--ink); }
.post-body h2 a:hover, .post-body h3 a:hover { color: var(--gold); }
.post-body p { color: var(--gray); font-size: .95rem; margin: 0; flex: 1; }
.post-meta { font-size: .82rem; color: var(--gray); }
.read-more { font-weight: 600; }

/* Artigo */
.post { padding-top: calc(var(--header-h) + 30px); }
.post-header { text-align: center; padding: 20px 0 30px; }
.post-header h1 { font-weight: 300; font-size: clamp(2rem, 4.5vw, 3.2rem); margin: 12px 0 10px; }
.post-header .badge { align-self: center; }
.breadcrumb { font-size: .85rem; color: var(--gray); margin-bottom: 16px; }
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--gold); }
.post-cover { margin: 0 auto 40px; }
.post-cover img { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.post-content { font-size: 1.08rem; line-height: 1.75; color: #3b2a22; }
.post-content .lead, .post-content > p:first-child { font-size: 1.25rem; font-weight: 300; color: var(--brown); }
.post-content h2 { font-weight: 400; font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 1.8em 0 .6em; color: var(--ink); }
.post-content h3 { font-weight: 600; font-size: 1.15rem; margin: 1.6em 0 .5em; color: var(--gold-dark); }
.post-content figure { margin: 1.6em 0; }
.post-content figure img { width: 100%; border-radius: 14px; }
.post-content .gallery-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 1.6em 0; }
.post-content .gallery-2 figure { margin: 0; }
.post-content .gallery-2 img { aspect-ratio: 3 / 2; object-fit: cover; }
.post-content .btn { margin: 10px 0 20px; }
.post-content a:not(.btn) { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 640px) { .post-content .gallery-2 { grid-template-columns: 1fr; } }
.post-footer { padding: 30px 0 10px; }
.share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: .9rem; margin-bottom: 30px; }
.share a, .share button { border: 1px solid var(--line); background: #fff; color: var(--brown); border-radius: 999px; padding: 6px 14px; font-size: .85rem; }
.share a:hover, .share button:hover { border-color: var(--gold); color: var(--gold-dark); }
.related h2 { text-align: center; font-weight: 300; margin-bottom: 30px; }
.related { background: var(--cream-2); }

/* ---------- CTA ---------- */
.cta { padding-top: 20px; }
.cta-box { background: var(--brown); color: #fff; border-radius: var(--radius); padding: clamp(32px, 5vw, 64px); text-align: center; background-image: radial-gradient(circle at 20% 20%, rgba(178, 150, 46, .25), transparent 40%), radial-gradient(circle at 85% 80%, rgba(178, 150, 46, .2), transparent 40%); }
.cta-box h2 { color: #fff; font-weight: 300; }
.cta-box p { color: rgba(255, 255, 255, .8); }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 10px; }
.cta-box .btn-outline { border-color: var(--gold-light); color: var(--gold-light); }
.cta-box .btn-outline:hover { background: var(--gold-light); color: var(--brown); }
.cta-inline { margin-top: 10px; }
.notfound { padding-top: calc(var(--header-h) + 60px); min-height: 60vh; }

/* ---------- Footer ---------- */
.site-footer { background: var(--brown); color: var(--cream); margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 30px; width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; padding: 60px 0 40px; align-items: center; }
.footer-brand img { width: 220px; height: auto; }
.footer-partners-text { font-size: .85rem; color: rgba(255, 255, 255, .7); margin: 18px 0 0; max-width: 360px; }
.footer-contact { display: grid; gap: 12px; }
.footer-contact a { display: flex; align-items: center; gap: 10px; color: var(--cream); }
.footer-contact a:hover { color: var(--gold-light); }
.footer-contact svg { width: 21px; height: 21px; color: var(--gold); flex: none; }
.footer-nav ul { display: grid; gap: 10px; justify-items: center; }
.footer-nav a { color: var(--cream); font-weight: 600; font-size: .95rem; position: relative; padding: 4px 0; }
.footer-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: .25s; }
.footer-nav a:hover::after, .footer-nav a.is-active::after { transform: scaleX(1); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 22px var(--gutter) 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; width: min(var(--container), 100%); margin-inline: auto; }
.copyright { font-family: "Noto Serif", Georgia, serif; font-size: 13px; margin: 0; color: rgba(255, 255, 255, .75); }
.credits { display: flex; align-items: center; gap: 16px; }
.credits-logo img { height: 18px; width: auto; filter: brightness(0) invert(1); opacity: .85; transition: opacity .2s; }
.credits-logo:hover img { opacity: 1; }
.credits p { margin: 0; font-size: 12.5px; line-height: 1.5; color: rgba(255, 255, 255, .7); }
.credits a { color: var(--gold-light); font-weight: 600; }
.credits a:hover { color: #fff; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; } .footer-contact a { justify-content: center; } .footer-bottom { flex-direction: column; text-align: center; } .credits { flex-direction: column; } }

/* ---------- Flutuantes ---------- */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0, 0, 0, .3); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); color: #fff; }
.to-top { position: fixed; right: 24px; bottom: 86px; z-index: 90; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--brown); color: #fff; font-size: 20px; opacity: 0; visibility: hidden; transition: .25s; box-shadow: var(--shadow-sm); }
.to-top.is-visible { opacity: 1; visibility: visible; }

/* Animação de entrada */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Compatibilidade (Safari < 15 e webviews antigos) ---------- */
@supports not (aspect-ratio: 16 / 9) {
  .yt-lite { height: 0; padding-top: 56.25%; }
  .media-video .bg-video { height: 0; padding-top: 62.5%; }
  .post-thumb img, .tl-img img { height: 220px; }
  .post-content .gallery-2 img { height: 240px; }
  .exp-media { min-height: 260px; }
}
@supports not (inset: 0) {
  .hero-bg, .hero-overlay, .bg-video, .slideshow, .slideshow .slide, .yt-lite iframe, .yt-play, .exp-media img, .gallery-item::after { top: 0; right: 0; bottom: 0; left: 0; }
}
/* iOS: evita zoom automático em campos e melhora toque */
input, textarea, select { font-size: 16px; }
.btn, .nav a, .wa-float, .to-top, .gallery-item { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
/* Telas muito estreitas */
@media (max-width: 360px) { .hero-title { font-size: 1.6rem; } .brand img { height: 20px; } .dia-num { font-size: 3rem; } }
