/* ============================================================
   Sítio Doce Campo — v2.2
   Ordem: tokens · base · tipografia · botões · cabeçalho · atos 01–11 · rodapé ·
   CTA no celular · movimento · responsivo
   A página sem o bloco "movimento" é a versão completa e estática. O movimento só vale com
   html.motion, classe que o script.js põe quando o sistema não pede redução de movimento
   (ou quando a URL tem ?animacoes=1, para revisão).
   ============================================================ */

:root {
  --paper: #f7f5ef;
  --paper-2: #efeadf;
  --paper-3: #e6dfcf;
  --ink: #1e3328;
  --ink-soft: #46554b;
  --muted: #66746a;
  --forest: #234c3a;
  --forest-deep: #1a3a2d;
  --forest-night: #10241d;
  --rust: #9c4e31;
  --gold: #d9a669;
  --gold-soft: #ead0a7;
  --cream: #f3efe4;
  --cream-soft: rgba(243, 239, 228, .76);
  --line: rgba(35, 76, 58, .16);
  --line-light: rgba(243, 239, 228, .18);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .27 0 0 0 0 .2 0 0 0 0 .1 0 0 0 .06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --gutter: clamp(20px, 5vw, 72px);
  --section: clamp(88px, 12vw, 168px);
  --header-h: 84px;
  --ease: cubic-bezier(.2, .65, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  color-scheme: light;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--grain), var(--paper);
  color: var(--ink);
  font: 400 1rem/1.7 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { max-width: 100%; display: block; }
p, figure, blockquote, dl, dd { margin: 0; }
a { color: inherit; }
button, input { font: inherit; }
a, button, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.wrap { width: min(1240px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.muted { color: var(--muted); }

/* ---------- Tipografia ---------- */
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.02em; }
h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); text-wrap: balance; }
h3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 300; color: var(--rust); }
.eyebrow { margin: 0 0 18px; font: 600 .72rem/1.6 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--rust); }
.eyebrow-light { color: var(--gold); }
.lead { font-size: 1.125rem; line-height: 1.65; color: var(--ink-soft); }
.stars { color: var(--gold); letter-spacing: 3px; font-size: .9rem; }

/* ---------- Botões e links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 48px; padding: 12px 24px;
  border: 1px solid transparent; border-radius: 3px;
  font: 600 .875rem/1.2 var(--sans); letter-spacing: .06em; text-transform: uppercase;
  text-decoration: none; cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--forest-night); }
.btn-gold:hover { background: var(--gold-soft); border-color: var(--gold-soft); }
.btn-solid { background: var(--forest); border-color: var(--forest); color: var(--cream); }
.btn-solid:hover { background: var(--forest-deep); }
.btn-ghost { background: transparent; border-color: rgba(243, 239, 228, .55); color: var(--cream); }
.btn-ghost:hover { background: rgba(243, 239, 228, .12); border-color: var(--cream); }
.btn-lg { min-height: 56px; padding: 14px 30px; font-size: .9375rem; }
.btn-block { width: 100%; }
.btn-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font: 600 .875rem/1.2 var(--sans); letter-spacing: .02em; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.btn-link:hover { color: var(--rust); }
.btn-link-light { color: var(--cream); }
.btn-link-light:hover { color: var(--gold); }
.btn-text { background: none; border: 0; min-height: 44px; cursor: pointer; font: 600 .875rem var(--sans); color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Cabeçalho (some ao rolar para baixo, volta ao rolar para cima) ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50; color: var(--cream);
  transition: background .4s var(--ease), color .4s var(--ease), box-shadow .4s var(--ease), transform .45s var(--ease-out);
}
html.header-hidden .site-header { transform: translateY(-100%); box-shadow: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); padding-inline: var(--gutter); }
html.scrolled .site-header { background: rgba(247, 245, 239, .96); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; color: inherit; text-decoration: none; font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.03em; white-space: nowrap; }
.wordmark-top, .wordmark-bottom { font: 600 .55rem/1 var(--sans); letter-spacing: .26em; text-transform: uppercase; }
.wordmark-top { margin-bottom: 5px; }
.wordmark-bottom { margin-top: 6px; }
.wordmark-dot { color: var(--gold); }
html.scrolled .wordmark-dot { color: var(--rust); }
.nav-desktop { display: flex; gap: 28px; }
.nav-desktop a { display: inline-flex; align-items: center; min-height: 44px; font: 500 .875rem var(--sans); text-decoration: none; opacity: .88; }
.nav-desktop a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 6px; }
.header-cta { min-height: 42px; padding: 10px 20px; }
html:not(.scrolled) .header-cta { background: rgba(243, 239, 228, .12); border-color: rgba(243, 239, 228, .45); color: var(--cream); }
html:not(.scrolled) .header-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--forest-night); }
.menu-toggle, .menu-mobile { display: none; }

/* ---------- Ato 01: chegada ----------
   Estado de repouso (e versão sem movimento): a serra cobre a tela e o vídeo aparece num
   cartão no centro, com o título por cima. Com movimento, --e (0 a 1) abre o cartão até a
   tela cheia. */
.opening { position: relative; background: var(--forest-night); color: var(--cream); }
.opening-frame {
  --cw: min(360px, 62vw);
  --ch: min(460px, 50vh);
  position: relative; height: 100vh; height: 100svh; min-height: 600px; overflow: hidden;
}
.opening-bg { position: absolute; inset: 0; }
.opening-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.opening-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 36, 29, .66) 0%, rgba(16, 36, 29, .38) 42%, rgba(16, 36, 29, .86) 100%); }
.opening-ring {
  position: absolute;
  top: calc((1 - var(--e, 0)) * (50% - var(--ch) / 2)); bottom: calc((1 - var(--e, 0)) * (50% - var(--ch) / 2));
  left: calc((1 - var(--e, 0)) * (50% - var(--cw) / 2)); right: calc((1 - var(--e, 0)) * (50% - var(--cw) / 2));
  border-radius: 6px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5), 0 0 0 1px rgba(243, 239, 228, .22);
  opacity: calc(1 - var(--e, 0));
}
.opening-media {
  position: absolute; inset: 0; overflow: hidden; background: var(--forest-deep);
  clip-path: inset(calc((1 - var(--e, 0)) * (50% - var(--ch) / 2)) calc((1 - var(--e, 0)) * (50% - var(--cw) / 2)) round calc((1 - var(--e, 0)) * 6px));
}
.opening-media img, .opening-media video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 42% 55%;
  transform: scale(calc(1.16 - var(--e, 0) * .16));
}
.opening-video { opacity: 0; transition: opacity 1.4s var(--ease); }
.opening-video.is-playing { opacity: 1; }
.opening-media::after { content: ''; position: absolute; inset: 0; background: var(--forest-night); opacity: calc(.34 - var(--e, 0) * .2 + var(--dark, 0)); }
.hero { position: absolute; inset: 0; z-index: 2; pointer-events: none; text-shadow: 0 2px 24px rgba(16, 36, 29, .6), 0 1px 3px rgba(16, 36, 29, .45); }
.hero-eyebrow { position: absolute; left: var(--gutter); right: var(--gutter); top: calc(50% - var(--ch) / 2 - 2.5rem); text-align: center; font: 600 .74rem/1.4 var(--sans); letter-spacing: .3em; text-transform: uppercase; color: var(--gold-soft); }
.hero h1 { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); padding-inline: var(--gutter); text-align: center; font-size: clamp(2.3rem, 6.2vw, 5.8rem); line-height: 1; letter-spacing: -.025em; }
.hero-line { display: block; }
.hero-line + .hero-line { margin-top: .12em; }
.hero h1 em { color: var(--gold-soft); }
.hero-sub { position: absolute; left: var(--gutter); right: var(--gutter); top: calc(50% + var(--ch) / 2 + 1rem); text-align: center; font: italic 300 clamp(1.15rem, 1.8vw, 1.5rem)/1.3 var(--serif); color: var(--cream); }
.opening-caption { display: none; }
.hero-foot { position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(20px, 4vh, 40px); z-index: 3; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 20px; }
.hero-actions { justify-self: start; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.hero-rating { justify-self: end; display: flex; align-items: center; gap: 12px; font-size: .875rem; color: var(--cream-soft); text-shadow: 0 1px 12px rgba(16, 36, 29, .7); }
.scroll-cue { justify-self: center; display: flex; flex-direction: column; align-items: center; gap: 10px; font: 500 .68rem/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--cream-soft); }
.scroll-cue i { width: 1px; height: 36px; background: linear-gradient(180deg, var(--gold), transparent); transform-origin: top; animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { 0% { transform: scaleY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* ---------- Ato 02: o caminho (mosaico) ---------- */
.caminho { position: relative; background: var(--grain), var(--forest-night); color: var(--cream); }
.caminho-frame { padding: clamp(80px, 11vw, 150px) var(--gutter); }
.caminho-inner { width: min(1180px, 100%); margin: 0 auto; display: flex; flex-direction: column; justify-content: center; gap: clamp(32px, 4vw, 52px); }
.caminho-lead { max-width: 22ch; margin: 0 auto; text-align: center; font: 300 clamp(1.7rem, 3.2vw, 2.9rem)/1.16 var(--serif); letter-spacing: -.015em; }
.caminho-lead em { font-style: italic; color: var(--gold-soft); }
.mosaic { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: clamp(150px, 19vw, 250px); gap: clamp(10px, 1.2vw, 16px); }
.tile { position: relative; overflow: hidden; border-radius: 2px; background: var(--forest-deep); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); }
.tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 36, 29, 0) 48%, rgba(16, 36, 29, .8) 100%); }
.tile span { position: absolute; left: 18px; right: 14px; bottom: 14px; z-index: 1; font: italic 300 clamp(1.1rem, 1.7vw, 1.5rem)/1.15 var(--serif); color: var(--cream); text-wrap: balance; }
.t1 { grid-column: 1 / 3; grid-row: 1; --pos: 50% 42%; }
.t2 { grid-column: 3 / 4; grid-row: 1 / 3; --pos: 50% 55%; }
.t3 { grid-column: 4 / 6; grid-row: 1; --pos: 45% 62%; }
.t4 { grid-column: 6 / 7; grid-row: 1 / 3; --pos: 45% 62%; }
.t5 { grid-column: 1 / 3; grid-row: 2; --pos: 50% 74%; }
.t6 { grid-column: 4 / 6; grid-row: 2; --pos: 50% 72%; }

/* ---------- Fotos editoriais ---------- */
.photo-box { overflow: hidden; border-radius: 2px; background: var(--paper-3); }
.photo-box img { width: 100%; height: 100%; object-fit: cover; }
figcaption { margin-top: 14px; font: italic 300 .95rem/1.45 var(--serif); color: var(--muted); }

/* ---------- Ato 03: bem-vindo ---------- */
.welcome { padding: var(--section) 0; }
.welcome-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.welcome-photo .photo-box { aspect-ratio: 3 / 4; }
.welcome-photo img { object-position: 50% 62%; }
.welcome-copy h2 { margin-bottom: 26px; }
.welcome-copy .lead { margin-bottom: 18px; }
.inventory-label { margin-top: 40px; font: 600 .72rem/1.6 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.inventory { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 0; }
.inventory li { position: relative; padding: 6px 18px 6px 0; margin-right: 18px; font: 400 1.05rem/1.4 var(--serif); }
.inventory li::after { content: ''; position: absolute; right: 0; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.inventory li:last-child::after { display: none; }

/* ---------- Ato 04: um dia no sítio ---------- */
.day { padding: var(--section) 0 0; background: var(--grain), var(--paper-2); }
.day-head { margin-bottom: clamp(40px, 6vw, 80px); }
.day-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: start; padding-bottom: var(--section); }
.day-visual { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; align-items: center; }
.day-photos { position: relative; width: 100%; height: min(78vh, 760px); overflow: hidden; border-radius: 2px; background: var(--paper-3); }
.day-photos > img, .day-photos > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); opacity: 0; transform: scale(1.06); transition: opacity 1s var(--ease), transform 1.6s var(--ease); }
.day-grid[data-active="1"] .day-photos > [data-chapter="1"],
.day-grid[data-active="2"] .day-photos > [data-chapter="2"],
.day-grid[data-active="3"] .day-photos > [data-chapter="3"],
.day-grid[data-active="4"] .day-photos > [data-chapter="4"],
.day-grid[data-active="5"] .day-photos > [data-chapter="5"] { opacity: 1; transform: scale(1); }
.day-index { position: absolute; left: 24px; top: 18px; z-index: 1; height: 1em; font: 300 clamp(3rem, 6vw, 5rem)/1 var(--serif); color: var(--cream); text-shadow: 0 2px 18px rgba(16, 36, 29, .5); }
.day-index b { position: absolute; left: 0; top: 0; font-weight: 300; opacity: 0; transition: opacity .6s var(--ease); }
.day-grid[data-active="1"] .day-index b[data-chapter="1"],
.day-grid[data-active="2"] .day-index b[data-chapter="2"],
.day-grid[data-active="3"] .day-index b[data-chapter="3"],
.day-grid[data-active="4"] .day-index b[data-chapter="4"],
.day-grid[data-active="5"] .day-index b[data-chapter="5"] { opacity: 1; }
.day-chapters { list-style: none; margin: 0; padding: 0; }
.chapter { min-height: 72vh; display: flex; flex-direction: column; justify-content: center; padding: 6vh 0; border-top: 1px solid var(--line); opacity: .4; transition: opacity .6s var(--ease); }
.chapter:first-child { border-top: 0; }
.chapter.is-active { opacity: 1; }
.chapter-photo { display: none; }
.chapter-n { display: block; margin-bottom: 18px; font: 600 .72rem/1 var(--sans); letter-spacing: .2em; color: var(--rust); }
.chapter h3 { margin-bottom: 18px; font-size: clamp(2rem, 3.6vw, 3.2rem); }
.chapter p { max-width: 440px; font-size: 1.125rem; line-height: 1.65; color: var(--ink-soft); }

/* ---------- Ato 05: a mesa ---------- */
.mesa { position: relative; overflow: hidden; padding: var(--section) 0; background: var(--forest-night); color: var(--cream); }
.mesa::before { content: ''; position: absolute; inset: 0; background: url(assets/textura-fogo.webp) center / cover; opacity: .13; mix-blend-mode: screen; pointer-events: none; }
.mesa .wrap { position: relative; }
.mesa h2 { max-width: 16ch; margin-bottom: clamp(48px, 7vw, 96px); font-size: clamp(2.3rem, 5vw, 4.6rem); }
.mesa h2 .w { display: inline-block; }
.mesa-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.mesa-photos { position: relative; padding-bottom: clamp(40px, 6vw, 72px); }
.mesa-photo { width: 84%; }
.mesa-photo .photo-box { aspect-ratio: 4 / 5; }
.mesa-photo img { object-position: 50% 45%; }
.mesa-photo figcaption { max-width: 52%; color: var(--cream-soft); }
.mesa-plate { position: absolute; right: 0; bottom: 0; width: 48%; }
.mesa-plate .photo-box { aspect-ratio: 1; border: 6px solid var(--forest-night); box-shadow: 0 24px 60px rgba(0, 0, 0, .35); }
.mesa-plate img { object-position: 62% 50%; }
.label { margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line-light); font: 600 .78rem/1.6 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.mesa .lead { max-width: 520px; margin-bottom: 40px; color: var(--cream-soft); }
.menu { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 40px; }
.menu-group h3 { margin-bottom: 12px; font: italic 300 1.35rem/1.2 var(--serif); color: var(--gold-soft); }
.menu-group ul { list-style: none; margin: 0; padding: 0; }
.menu-group li { padding: 7px 0; border-top: 1px dotted var(--line-light); font-size: .95rem; line-height: 1.5; }
.menu-group li:first-child { border-top: 0; }
.mesa .note { max-width: 480px; margin: 36px 0 28px; font-size: .875rem; color: var(--cream-soft); }

/* ---------- Ato 06: o domingo ---------- */
.sunday { position: relative; background: var(--forest-night); color: var(--cream); }
.sunday-frame { position: relative; overflow: hidden; display: grid; place-items: center; padding: var(--section) var(--gutter); }
.sunday-bg { position: absolute; inset: 0; }
.sunday-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; opacity: .6; }
.sunday-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 36, 29, .8) 0%, rgba(16, 36, 29, .5) 45%, rgba(16, 36, 29, .84) 100%); }
.sunday-lines { position: relative; z-index: 1; list-style: none; margin: 0 auto; padding: 0; max-width: 900px; display: grid; gap: 16px; text-align: center; }
.sunday-lines li { font: 300 clamp(1.7rem, 3.6vw, 3rem)/1.15 var(--serif); letter-spacing: -.02em; text-shadow: 0 2px 24px rgba(16, 36, 29, .6); }
.sunday-final { padding-top: 22px; font-weight: 400; color: var(--gold-soft); }
.sunday-final em { font-style: italic; }

/* ---------- Ato 07: experiências ---------- */
.exp { padding: var(--section) 0; background: var(--grain), var(--paper-2); }
.exp-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: clamp(32px, 4vw, 56px); }
.exp-controls { display: flex; align-items: center; gap: 18px; }
.exp-hint { display: flex; gap: 8px; font: 500 .72rem/1.6 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.hint-scroll { display: none; }
.exp-nav { display: none; gap: 10px; }
.exp-btn { display: grid; place-items: center; width: 52px; height: 52px; padding: 0; border: 1px solid rgba(35, 76, 58, .45); border-radius: 3px; background: transparent; color: var(--forest); font: 400 1.3rem/1 var(--sans); cursor: pointer; transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), opacity .25s var(--ease); }
.exp-btn:hover { background: var(--forest); border-color: var(--forest); color: var(--cream); }
.exp-btn[aria-disabled="true"] { opacity: .35; cursor: default; background: transparent; border-color: rgba(35, 76, 58, .45); color: var(--forest); }
.exp-stage { position: relative; }
.exp-track { list-style: none; margin: 0; padding: 0 var(--gutter) 6px; display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); -webkit-overflow-scrolling: touch; scrollbar-width: none; overscroll-behavior-x: contain; }
.exp-track::-webkit-scrollbar { display: none; }
.exp-panel { position: relative; overflow: hidden; flex: 0 0 min(80vw, 340px); aspect-ratio: 3 / 4; scroll-snap-align: start; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border-radius: 2px; background: var(--forest); color: var(--cream); }
.exp-panel > * { position: relative; z-index: 2; }
.exp-panel > img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); pointer-events: none; user-select: none; -webkit-user-drag: none; }
.exp-panel--photo { background: var(--forest-night); }
.exp-panel--photo::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16, 36, 29, .15) 25%, rgba(16, 36, 29, .88) 100%); }
.exp-panel--deep { background: var(--forest-night); }
.exp-panel--rust { background: var(--rust); }
.exp-panel--paper { background: var(--paper-3); color: var(--ink); }
.exp-n { margin-bottom: auto; font: 600 .7rem/1 var(--sans); letter-spacing: .22em; }
.exp-panel--paper .exp-n { color: #7a3b24; }
.exp-panel h3 { margin-bottom: 12px; font-size: clamp(1.7rem, 2.6vw, 2.4rem); }
.exp-panel p { max-width: 30ch; font-size: .95rem; line-height: 1.55; opacity: .92; }
/* Com mouse: setas no lugar da dica de deslizar, e a faixa pode ser arrastada */
@media (hover: hover) and (pointer: fine) {
  .exp-nav { display: flex; }
  .exp-hint { display: none; }
  .exp-track { cursor: grab; }
  .exp-track.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
}

/* ---------- Ato 08: quem já veio ---------- */
.proof { padding: var(--section) 0; }
.proof-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; flex-wrap: wrap; margin-bottom: clamp(40px, 6vw, 88px); }
.proof-score { display: grid; justify-items: start; gap: 6px; }
.score { font: 300 clamp(3rem, 6vw, 5rem)/1 var(--serif); letter-spacing: -.03em; }
.score-label { font-size: .875rem; color: var(--muted); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.quote { padding-top: 26px; border-top: 1px solid var(--line); }
.quote:nth-child(2) { margin-top: 72px; }
.quote:nth-child(3) { margin-top: 144px; }
.quote-inner::before { content: '“'; display: block; margin-bottom: 14px; font: 300 3.4rem/.7 var(--serif); color: var(--gold); }
.quote p { font: 300 1.15rem/1.6 var(--serif); }
.quote figcaption { margin-top: 22px; font: 600 .875rem/1.4 var(--sans); font-style: normal; color: var(--ink); }
.quote small { display: block; margin-top: 2px; font-size: .78rem; font-weight: 400; color: var(--muted); }

/* ---------- Ato 09: eventos ---------- */
.events { position: relative; overflow: hidden; padding: clamp(120px, 18vw, 220px) 0; background: var(--forest-deep); color: var(--cream); }
.events-bg { position: absolute; inset: -10% 0; }
.events-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; opacity: .9; filter: saturate(1.05); }
.events::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16, 36, 29, .76), rgba(16, 36, 29, .5) 50%, rgba(16, 36, 29, .84)); }
.events-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; text-align: center; }
.events-lead { margin-bottom: 20px; font: italic 300 clamp(1.3rem, 2.4vw, 1.9rem)/1.3 var(--serif); color: var(--cream-soft); }
.events h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 6vw, 5.4rem); }
.events h2 em { color: var(--gold-soft); }
.events-text { max-width: 560px; margin: 0 auto 28px; font-size: 1.05rem; color: var(--cream-soft); }
.events-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin-bottom: 40px; font: 600 .72rem/1.6 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.events-list span + span::before { content: '·'; margin-right: 22px; color: var(--cream-soft); }

/* ---------- Ato 09B: Tour Virtual 360 ---------- */
.tour360 { padding: var(--section) 0; background: var(--grain), var(--paper-2); border-top: 1px solid var(--line); }
.tour360-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; flex-wrap: wrap; margin-bottom: clamp(36px, 5vw, 64px); }
.tour360-intro { max-width: 480px; font-size: 1rem; color: var(--muted); line-height: 1.7; }
.tour360-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 32px); }
.tour-card { display: flex; flex-direction: column; text-decoration: none; color: inherit; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; position: relative; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.tour-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(30, 51, 40, .12); border-color: var(--forest); }
.tour-badge { position: absolute; top: 16px; left: 16px; z-index: 3; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; background: rgba(16, 36, 29, .82); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--gold-soft); border-radius: 100px; font: 600 .72rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; border: 1px solid rgba(217, 166, 105, .35); }
.tour-badge .badge-icon { font-weight: 700; color: #fff; }
.tour-img-box { position: relative; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: var(--forest-night); }
.tour-img-box img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.tour-card:hover .tour-img-box img { transform: scale(1.05); }
.tour-info { padding: 24px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.tour-info h3 { margin-bottom: 8px; font-size: clamp(1.25rem, 1.8vw, 1.5rem); font-family: var(--serif); font-weight: 400; color: var(--ink); line-height: 1.25; }
.tour-info p { font-size: .9rem; line-height: 1.6; color: var(--muted); margin-bottom: 16px; flex: 1; }
.tour-link { font: 600 .82rem/1 var(--sans); color: var(--rust); display: inline-flex; align-items: center; gap: 4px; transition: color .2s var(--ease); }
.tour-card:hover .tour-link { color: var(--forest); }
@media (max-width: 900px) {
  .tour360-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}

/* ---------- Ato 10: informações, mapa e reserva ---------- */
.visit { padding: var(--section) 0; }
.visit-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.visit h2 { margin-bottom: 40px; }
.info { display: grid; gap: 26px; }
.info > div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); }
.info dt { font: 600 .72rem/1.6 var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--rust); }
.info dd { line-height: 1.75; min-width: 0; }
.info address { font-style: normal; }
.route-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.btn-route { min-height: 46px; padding: 10px 18px; gap: 10px; background: var(--forest); border-color: var(--forest); color: var(--cream); letter-spacing: .04em; }
.btn-route:hover { background: var(--forest-deep); border-color: var(--forest-deep); }
.route-icon { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.map-panel { margin-top: 40px; height: 340px; overflow: hidden; background: var(--paper-2); border: 1px solid var(--line); }
.map-panel iframe { display: block; width: 100%; height: 100%; border: 0; }
.booking { padding: clamp(28px, 4vw, 48px); border-radius: 2px; background: var(--forest-night); color: var(--cream); }
.booking h3 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 2.6rem); }
.booking > p { margin-bottom: 26px; color: var(--cream-soft); }
#form-fallback { margin-bottom: 8px; }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font: 600 .8rem/1.4 var(--sans); letter-spacing: .04em; }
label small { font-weight: 400; color: var(--cream-soft); }
input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid rgba(243, 239, 228, .28); border-radius: 3px; background: rgba(247, 245, 239, .06); color: var(--cream); color-scheme: dark; }
input::placeholder { color: rgba(243, 239, 228, .45); }
input:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.booking .btn-block { margin-top: 8px; }
.form-note { margin-top: 14px; font-size: .8rem; color: var(--cream-soft); }
.message-preview .eyebrow { color: var(--gold); margin-bottom: 8px; }
#message-text { margin: 8px 0 20px; padding: 18px 20px; white-space: pre-wrap; overflow-wrap: anywhere; font: 300 1.05rem/1.6 var(--serif); background: rgba(247, 245, 239, .06); border-left: 2px solid var(--gold); }
.message-preview .btn-text { display: block; margin: 12px auto 0; color: var(--gold-soft); }

/* ---------- Dúvidas ---------- */
.faq { padding: 0 0 var(--section); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 96px); padding-top: var(--section); border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 68px; padding: 16px 0; cursor: pointer; font: 400 1.2rem/1.3 var(--serif); }
summary::-webkit-details-marker { display: none; }
summary span { font: 300 1.6rem/1 var(--serif); color: var(--rust); transition: transform .3s var(--ease); }
details[open] summary span { transform: rotate(45deg); }
details p { padding: 0 32px 22px 0; line-height: 1.7; color: var(--ink-soft); }

/* ---------- Ato 11: conversão final ---------- */
.final { position: relative; overflow: hidden; padding: clamp(140px, 22vw, 260px) 0; background: var(--forest-night); color: var(--cream); text-align: center; }
.final-bg { position: absolute; inset: -10% 0; }
.final-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 18%; opacity: .95; }
.final::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(16, 36, 29, .25) 0%, rgba(16, 36, 29, .55) 45%, rgba(16, 36, 29, .88) 100%); }
.final-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; }
.final h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 6.5vw, 6rem); }
.final h2 em { color: var(--gold-soft); }
.final p { max-width: 520px; margin: 0 auto 40px; font-size: 1.125rem; color: var(--cream-soft); }
.final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }

/* ---------- Rodapé ---------- */
.site-footer { padding: 64px 0 28px; background: var(--forest-night); color: var(--cream-soft); border-top: 1px solid var(--line-light); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; padding-bottom: 40px; }
.site-footer .wordmark { color: var(--cream); }
.footer-address { font-size: .875rem; line-height: 1.7; }
.footer-links { list-style: none; margin: 0; padding: 0; display: flex; gap: 26px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; font: 500 .875rem var(--sans); color: var(--cream); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid var(--line-light); font-size: .75rem; }

.mobile-cta { display: none; }

/* ============================================================
   Movimento — só com html.motion
   ============================================================ */
html.motion { scroll-behavior: smooth; }

html.motion [data-reveal] { transition: opacity .9s var(--ease), transform 1.1s var(--ease-out); }
html.motion [data-reveal]:not(.in) { opacity: 0; transform: translateY(26px); }
html.motion [data-reveal="clip"]:not(.in) { opacity: 1; transform: none; }
html.motion [data-reveal="clip"] .photo-box { clip-path: inset(100% 0 0 0); transition: clip-path 1.3s var(--ease-out); }
html.motion [data-reveal="clip"].in .photo-box { clip-path: inset(0); }
html.motion [data-delay="1"] { transition-delay: .1s; }
html.motion [data-delay="2"] { transition-delay: .2s; }
html.motion [data-delay="3"] { transition-delay: .3s; }
html.motion [data-delay="4"] { transition-delay: .4s; }
html.motion [data-delay="5"] { transition-delay: .5s; }

html.motion .photo img { transform: translateY(calc((var(--p, .5) - .5) * -8%)) scale(1.1); will-change: transform; }
html.motion .fill-words .w { opacity: clamp(.16, calc(var(--p, 1) * (var(--n, 1) + 1) - var(--i, 0)), 1); }
html.motion .quote-inner { transform: translateY(calc((var(--p, .5) - .5) * var(--speed, 0) * 1px)); }
html.motion .events-bg img, html.motion .final-bg img { transform: translateY(calc((var(--p, .5) - .5) * -10%)) scale(1.06); will-change: transform; }
html.motion .mobile-cta.show { animation: rise .45s var(--ease-out); }

/* Abertura: presa na tela enquanto o cartão se abre, a frase aparece e a cena escurece */
html.motion .opening { height: 260vh; }
html.motion .opening-frame { position: sticky; top: 0; }
html.motion .opening-bg { opacity: calc(1 - var(--e, 0) * .9); }
html.motion .opening-bg img { transform: scale(calc(1 + var(--e, 0) * .1)); will-change: transform; }
html.motion .opening-media { will-change: clip-path; --dark: calc(clamp(0, calc((var(--p, 0) - .52) * 1.2), .36) + clamp(0, calc((var(--p, 0) - .86) * 6), .6)); }
html.motion .opening-media img, html.motion .opening-media video { will-change: transform; }
html.motion .hero h1 { opacity: clamp(0, calc(1.7 - var(--e, 0) * 2), 1); }
html.motion .hero-line-a { transform: translateX(calc(var(--e, 0) * -58vw)); }
html.motion .hero-line-b { transform: translateX(calc(var(--e, 0) * 58vw)); }
html.motion .hero-eyebrow { opacity: clamp(0, calc(1 - var(--e, 0) * 3.5), 1); transform: translateY(calc(var(--e, 0) * -40px)); }
html.motion .hero-sub { opacity: clamp(0, calc(1 - var(--e, 0) * 3.5), 1); transform: translateY(calc(var(--e, 0) * 40px)); }
html.motion .hero-foot { opacity: clamp(0, calc(1 - var(--e, 0) * 4), 1); transform: translateY(calc(var(--e, 0) * 30px)); }
html.motion .opening.passed .hero-foot { visibility: hidden; }
html.motion .opening-caption {
  display: block; position: absolute; left: var(--gutter); right: var(--gutter); top: 50%; z-index: 2;
  margin: 0; text-align: center; pointer-events: none;
  font: 300 clamp(2rem, 4.6vw, 4.2rem)/1.12 var(--serif); letter-spacing: -.02em; color: var(--cream);
  text-shadow: 0 2px 30px rgba(16, 36, 29, .65);
  opacity: calc(clamp(0, calc((var(--p, 0) - .56) * 9), 1) * clamp(0, calc((.86 - var(--p, 0)) * 9), 1));
  transform: translateY(calc(-50% + (.7 - var(--p, 0)) * 80px));
}
html.motion .opening-caption em { font-style: italic; color: var(--gold-soft); }

/* O caminho, o domingo e as experiências ficam presos só em telas largas */
@media (min-width: 900px) and (min-height: 620px) {
  html.motion .caminho { height: 240vh; }
  html.motion .caminho-frame { position: sticky; top: 0; height: 100vh; height: 100svh; display: flex; padding: calc(var(--header-h) + 12px) var(--gutter) 36px; overflow: hidden; }
  html.motion .caminho-inner { height: 100%; gap: clamp(18px, 3.2vh, 36px); }
  html.motion .caminho-lead { --t: clamp(0, calc(var(--p, 0) * 8), 1); opacity: var(--t); transform: translateY(calc((1 - var(--t)) * 30px)); font-size: clamp(1.5rem, min(2.8vw, 4.6vh), 2.7rem); }
  html.motion .mosaic { flex: 0 1 auto; height: min(100%, calc(min(1180px, 100vw - 2 * var(--gutter)) * .47)); grid-auto-rows: auto; grid-template-rows: repeat(2, minmax(0, 1fr)); }
  html.motion .tile {
    --t: clamp(0, calc((var(--p, 0) - .1 - var(--i) * .085) * 7), 1);
    opacity: var(--t);
    transform: translateY(calc((1 - var(--t)) * 70px)) scale(calc(.92 + var(--t) * .08));
    clip-path: inset(calc((1 - var(--t)) * 30%) 0 0 0);
  }
  html.motion .tile img { transform: scale(calc(1.18 - var(--t) * .18)); }
  html.motion .tile span { opacity: clamp(0, calc((var(--p, 0) - .17 - var(--i) * .085) * 7), 1); }

  html.motion .sunday { height: calc(var(--n, 8) * 45vh + 100vh); }
  html.motion .sunday-frame { position: sticky; top: 0; height: 100vh; height: 100svh; padding: calc(var(--header-h) + 8px) var(--gutter) 24px; }
  html.motion .sunday-lines { gap: clamp(2px, 1.1vh, 14px); }
  html.motion .sunday-lines li[data-reveal] {
    --a: clamp(0, calc((var(--p, 1) * (var(--n) + .6) - var(--i)) * 2.5), 1);
    --d: clamp(0, calc((var(--p, 1) * (var(--n) + .6) - var(--i) - 1) * 2), 1);
    opacity: calc(var(--a) * (1 - var(--d) * .55));
    transform: translateY(calc((1 - var(--a)) * 26px));
    transition: none;
    font-size: clamp(1.5rem, min(3.4vw, 5vh), 3rem);
  }
  html.motion .sunday-lines li.sunday-final[data-reveal] { opacity: var(--a); padding-top: clamp(6px, 1.6vh, 22px); }
  html.motion .sunday-bg img { transform: scale(calc(1.12 - var(--p, 0) * .12)); opacity: calc(.35 + var(--p, 0) * .35); }
}

@media (min-width: 900px) {
  html.motion .exp-stage { height: calc(100vh + var(--shift, 0) * 1px); }
  html.motion .exp-frame { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; }
  html.motion .exp-track { width: max-content; overflow: visible; scroll-snap-type: none; cursor: auto; transform: translateX(calc(var(--p, 0) * var(--shift, 0) * -1px)); will-change: transform; }
  html.motion .exp-panel { flex-basis: clamp(320px, 30vw, 460px); }
  html.motion .exp-hint { display: flex; }
  html.motion .hint-scroll { display: inline; }
  html.motion .hint-swipe, html.motion .exp-nav { display: none; }
}

/* Sem o caminho preso (celular ou tela baixa): as fotos do mosaico entram uma a uma */
@media (max-width: 899px), (max-height: 619px) {
  html.motion .tile { transition: opacity .9s var(--ease), transform 1.1s var(--ease-out); transition-delay: calc(var(--i, 0) * 70ms); }
  html.motion .tile:not(.in) { opacity: 0; transform: translateY(28px); }
}

@keyframes rise { from { transform: translateY(100%); } to { transform: none; } }

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

/* ============================================================
   Responsivo
   ============================================================ */
@media (max-width: 1100px) {
  .welcome-grid, .mesa-grid { gap: 40px; }
  .menu { gap: 24px; }
}

@media (max-width: 899px) {
  :root { --header-h: 68px; }
  html { scroll-padding-top: 76px; }
  html.menu-open, html.menu-open body { overflow: hidden; }
  .nav-desktop, .header-cta { display: none; }
  .wordmark { font-size: 1.35rem; }
  .menu-toggle { position: relative; z-index: 70; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 8px 14px; border: 1px solid currentColor; border-radius: 3px; background: none; color: inherit; font: 600 .75rem var(--sans); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
  .menu-lines { width: 16px; height: 8px; border-block: 1px solid currentColor; }
  html.menu-open .site-header { background: transparent; color: var(--cream); box-shadow: none; transform: none; }
  html.menu-open .header-inner { position: relative; z-index: 70; }
  .menu-mobile:not([hidden]) { position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 96px var(--gutter) 40px; background: var(--forest-night); color: var(--cream); }
  .menu-mobile a:not(.btn) { font: 300 clamp(2rem, 9vw, 2.8rem)/1.25 var(--serif); color: inherit; text-decoration: none; }
  .menu-mobile .btn { margin-top: 28px; align-self: flex-start; }

  .opening-frame { --cw: min(340px, 64vw); --ch: min(460px, 44vh); }
  .hero-eyebrow { font-size: .66rem; letter-spacing: .24em; top: calc(50% - var(--ch) / 2 - 2.2rem); }
  .hero h1 { font-size: clamp(2.2rem, 10.5vw, 3.6rem); }
  .hero-foot { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 14px; }
  .hero-actions { justify-self: center; justify-content: center; }
  .hero-rating { justify-self: center; }
  .scroll-cue { display: none; }

  .caminho-frame { padding: 72px var(--gutter) 88px; }
  .caminho-lead { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 44vw; gap: 10px; }
  .t1 { grid-column: 1 / 3; grid-row: 1; }
  .t2 { grid-column: 1; grid-row: 2 / 4; }
  .t3 { grid-column: 2; grid-row: 2; }
  .t4 { grid-column: 2; grid-row: 3; }
  .t5 { grid-column: 1; grid-row: 4; }
  .t6 { grid-column: 2; grid-row: 4; }
  .tile span { left: 12px; right: 10px; bottom: 10px; font-size: 1.05rem; }

  .welcome-grid, .mesa-grid, .visit-grid, .faq-grid { grid-template-columns: 1fr; }
  .welcome-photo .photo-box { aspect-ratio: 4 / 5; }
  .day-grid { display: block; }
  .day-visual { display: none; }
  .chapter { min-height: auto; padding: 0 0 48px; border-top: 0; opacity: 1; }
  .chapter-photo { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; margin: 0 calc(-1 * var(--gutter)) 24px; background: var(--paper-3); }
  .chapter-photo img, .chapter-photo video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--pos, 50% 50%); }
  .chapter p { max-width: none; }
  .mesa-photos { padding-bottom: 56px; }
  .mesa-photo { width: 88%; }
  .mesa-plate { width: 50%; }
  .menu { grid-template-columns: 1fr; gap: 26px; }
  .sunday-lines { gap: 12px; }
  .exp-head { flex-direction: column; align-items: flex-start; }
  .quotes { grid-template-columns: 1fr; gap: 36px; }
  .quote:nth-child(2), .quote:nth-child(3) { margin-top: 0; }
  .info > div { grid-template-columns: 1fr; gap: 6px; }
  .map-panel { height: 300px; }
  .footer-grid { flex-direction: column; align-items: flex-start; gap: 24px; }
  .site-footer { padding-bottom: 40px; }

  .mobile-cta.show { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(247, 245, 239, .96); border-top: 1px solid var(--line); }
  .mobile-cta .btn { min-height: 50px; }
}

@media (max-width: 599px) {
  .hero-more { display: none; }
  .hero .btn-lg, .hero-foot .btn-lg { min-height: 52px; padding: 12px 22px; font-size: .875rem; }
  .chapter h3 { font-size: 2rem; }
  .mesa h2 { font-size: clamp(2.1rem, 9.5vw, 2.9rem); }
  .mesa-photo figcaption { max-width: 46%; font-size: .85rem; }
  .exp-panel { padding: 22px; }
  .route-buttons .btn-route { flex: 1 1 100%; }
  .booking { padding: 26px 22px; }
  .field-row { gap: 12px; }
  .final-actions .btn { width: 100%; }
  .events-list { flex-direction: column; gap: 8px; }
  .events-list span + span::before { content: none; }
  .footer-links { flex-wrap: wrap; gap: 8px 22px; }
}
