/* ============================================================
   LEGACY XP 2026 — MVM encontra resort
   Base clara (areia), serifada caligráfica + Tomorrow + Neue Montreal
   ============================================================ */

/* ---------- Fontes ---------- */
@font-face { font-family: 'Cormorant Garamond'; src: url('assets/fonts/CormorantGaramond-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('assets/fonts/CormorantGaramond-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('assets/fonts/CormorantGaramond-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('assets/fonts/CormorantGaramond-400-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('assets/fonts/CormorantGaramond-500-italic.woff2') format('woff2'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Tomorrow'; src: url('assets/fonts/Tomorrow-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Tomorrow'; src: url('assets/fonts/Tomorrow-500.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Tomorrow'; src: url('assets/fonts/Tomorrow-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Tomorrow'; src: url('assets/fonts/Tomorrow-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('assets/fonts/NeueMontreal-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('assets/fonts/NeueMontreal-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Neue Montreal'; src: url('assets/fonts/NeueMontreal-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aime'; src: url('assets/fonts/Aime-300.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aime'; src: url('assets/fonts/Aime-300-italic.woff2') format('woff2'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aime'; src: url('assets/fonts/Aime-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aime'; src: url('assets/fonts/Aime-400-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Aime'; src: url('assets/fonts/Aime-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --areia-0: #FAF6EF;
  --areia-1: #F3ECDF;
  --areia-2: #E8DCC6;
  --branco: #FFFDF8;
  --tinta: #23190E;
  --tinta-2: #7A6B56;
  --linha: rgba(35, 25, 14, .14);
  --linha-suave: rgba(35, 25, 14, .08);
  --mar: #122B31;
  --mar-2: #0D2126;
  --creme: #F6EFE2;
  --ouro-1: #FEC64F;
  --ouro-2: #F7DDAC;
  --ouro-3: #DB9139;
  --grad-ouro: linear-gradient(105deg, var(--ouro-3) 0%, var(--ouro-1) 45%, var(--ouro-2) 75%, var(--ouro-3) 100%);
  --serif: 'Aime', 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Neue Montreal', 'Helvetica Neue', Arial, sans-serif;
  --tech: 'Tomorrow', 'Helvetica Neue', sans-serif;
  --pad: clamp(20px, 4vw, 64px);
  --sec: clamp(96px, 14vh, 180px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* scroll suave fica por conta do Lenis (JS); nativo só quando não há JS */
html:not(.js) { scroll-behavior: smooth; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  font-family: var(--sans);
  font-weight: 400;
  background: var(--areia-0);
  color: var(--tinta);
  line-height: 1.6;
  font-size: clamp(15px, 1.05vw, 17px);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
em { font-style: italic; }
::selection { background: var(--ouro-1); color: var(--tinta); }

/* grain — leve no desktop, ainda mais leve no touch */
body::after {
  content: ''; position: fixed; inset: 0; z-index: 2000; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: .05; mix-blend-mode: multiply;
}
@media (pointer: coarse) {
  body::after { mix-blend-mode: normal; opacity: .025; }
}

/* ---------- Utilitários ---------- */
.wrap { width: min(1180px, 100% - 2 * var(--pad)); margin-inline: auto; }
.wrap-wide { width: min(1440px, 100% - 2 * var(--pad)); margin-inline: auto; }

.eyebrow {
  font-family: var(--tech); font-weight: 600; text-transform: uppercase;
  font-size: clamp(10px, .75vw, 12px); letter-spacing: .38em; color: var(--tinta-2);
  display: flex; align-items: center; gap: 14px; margin-bottom: clamp(20px, 3vw, 32px);
}
.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--ouro-3); flex: none; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ''; width: 34px; height: 1px; background: var(--ouro-3); flex: none; }

h2 {
  font-family: var(--serif); font-weight: 600; line-height: 1.04;
  font-size: clamp(2.5rem, 5.4vw, 4.8rem); letter-spacing: -0.01em;
  max-width: 21ch; text-wrap: balance;
}
h2 em, .exp__title em, .suite__title em, .hero__title em, .final__title em, .contexto__title em {
  font-weight: 500; letter-spacing: 0;
}

/* headline split (JS) */
.word { display: inline-block; overflow: hidden; vertical-align: bottom; }
.word > span { display: inline-block; will-change: transform; }

.cta-meio { display: flex; justify-content: center; padding-top: clamp(16px, 4vh, 48px); }
.cta-meio--dark { padding-top: clamp(40px, 7vw, 72px); }

/* ---------- Botões ----------
   Toda pílula arredondada do site agora é CTA (tags viraram
   quadradas — ver seção "Tags" mais abaixo), e todo CTA ganha um
   brilho girando sutil, pra reforçar isso é clicável" à primeira
   vista. `position:relative; z-index:0` abre um contexto de
   empilhamento próprio: o `::before` com `z-index:-1` fica atrás
   do texto mas na FRENTE do fundo do próprio botão (é assim que a
   técnica funciona sem precisar de wrapper extra); `overflow:hidden`
   recorta o brilho na mesma curva do `border-radius` do botão. */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--tech); font-weight: 600; text-transform: uppercase;
  font-size: 11.5px; letter-spacing: .22em; line-height: 1;
  padding: 19px 34px 18px; border: 1px solid var(--tinta); border-radius: 100px;
  color: var(--tinta); background: transparent; cursor: pointer; white-space: nowrap;
  position: relative; z-index: 0; overflow: hidden;
  transition: transform .45s var(--ease), background .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: scale(.97); }
.btn:focus-visible { outline: 2px solid var(--ouro-3); outline-offset: 3px; }
/* O brilho corre pelo PERÍMETRO, não pelo miolo.
   O ::before é um ANEL da grossura de `--brilho-px`: a máscara
   pinta duas vezes o mesmo retângulo — uma no `content-box` (o
   miolo, dentro do padding) e outra no `border-box` (tudo) — e o
   `mask-composite: exclude` subtrai a primeira da segunda,
   deixando visível só a moldura. Dentro dela gira um
   conic-gradient com um arco claro, então o que se vê é um ponto
   de luz dando uma volta pelas 4 bordas, acompanhando o
   border-radius do botão.

   O giro é feito animando o ÂNGULO do gradiente (@property), não
   `transform: rotate()` no elemento: rodar o anel giraria a
   moldura inteira (uma pílula girando dentro do botão). Se o
   browser não suportar @property, a animação simplesmente não
   acontece e sobra um anel estático discreto — nada quebra. */
@property --brilho-ang { syntax: '<angle>'; inherits: true; initial-value: 0deg; }
.btn::before, .gate__zap::before {
  content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  border-radius: inherit; padding: var(--brilho-px, 1.5px);
  background: conic-gradient(from var(--brilho-ang),
    transparent 0deg, var(--brilho, rgba(254, 198, 79, .95)) 24deg, transparent 50deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: btn-brilho 4.6s linear infinite;
}
@keyframes btn-brilho { to { --brilho-ang: 360deg; } }
/* fundo dourado pede luz branca; fundo claro ou escuro pede luz
   dourada (o padrão da regra acima) */
.btn--gold, .btn--solid-gold, .btn--gate-gold { --brilho: rgba(255, 255, 255, .95); --brilho-px: 2px; }
.btn.is-esgotado::before { display: none; }
@media (prefers-reduced-motion: reduce) { .btn::before, .gate__zap::before { animation: none; } }
.btn--gold {
  border: none; background: var(--grad-ouro); background-size: 200% 100%; color: var(--tinta);
  box-shadow: 0 10px 30px -12px rgba(219, 145, 57, .55);
}
.btn--gold:hover { background-position: 90% 0; box-shadow: 0 16px 36px -12px rgba(219, 145, 57, .7); }
.btn--lg { padding: 23px 46px 22px; font-size: 12.5px; }
.btn--nav { padding: 13px 24px 12px; font-size: 10px; }
.btn--nav-curto { display: none; }
@media (max-width: 540px) {
  .btn--nav { padding: 11px 16px 10px; }
  .btn--nav-full { display: none; }
  .btn--nav-curto { display: inline; }
  .nav__brand-legacy { font-size: 20px; }
  .nav__brand-logo { width: 112px; height: 16px; }
  .nav__brand-ano { display: none; }
}
/* No mobile o CTA de compra já mora no rodapé fixo (.sticky-cta,
   aparece a partir de 90% do scroll do primeiro viewport) — manter
   o botão também no header duplica o mesmo CTA numa tela pequena.
   767px casa com o breakpoint em que o .sticky-cta passa a existir. */
@media (max-width: 767px) { .nav .btn--nav { display: none; } }
/* botões sólidos dos planos — herdam a pílula (100px) da base .btn */
.btn--solid {
  width: 100%; border: none; background: var(--tinta); color: var(--areia-0);
  padding: 18px 12px 17px; font-size: 10.5px; letter-spacing: .18em;
}
.btn--solid:hover { background: var(--mar); }
.btn--solid-gold { background: var(--grad-ouro); background-size: 200% 100%; color: var(--tinta); }
.btn--solid-gold:hover { background-position: 90% 0; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .5s var(--ease), box-shadow .5s var(--ease), transform .5s var(--ease);
}
.nav__inner {
  width: min(1560px, 100% - 2 * var(--pad)); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-block: 12px;
}
.nav__brand { display: inline-flex; align-items: center; gap: 9px; position: absolute; left: 50%; translate: -50% 0; }
.nav__brand-legacy { font-family: var(--serif); font-weight: 600; font-size: 25px; line-height: 1; letter-spacing: .01em; white-space: nowrap; }
.nav__brand-logo { display: block; width: clamp(132px, 13vw, 168px); height: 20px; background: currentColor; -webkit-mask: url('assets/img/logo-wordmark.svg') center / contain no-repeat; mask: url('assets/img/logo-wordmark.svg') center / contain no-repeat; transition: width .4s var(--ease), height .4s var(--ease); }
.nav__brand-ano { font-family: var(--tech); font-weight: 600; font-size: 11px; letter-spacing: .3em; }
.nav__inner { position: relative; }

/* menu de pontos (estilo AYANA) */
.nav__menu {
  display: inline-flex; align-items: center; gap: 12px;
  background: none; border: none; cursor: pointer; color: inherit; padding: 8px 0;
}
.nav__menu-dots { display: grid; grid-template-columns: repeat(3, 4px); gap: 4px; transition: transform .4s var(--ease); }
.nav__menu-dots i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; display: block; transition: opacity .3s; }
.nav__menu:hover .nav__menu-dots { transform: rotate(45deg); }
.nav__menu-txt { font-family: var(--tech); font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: .28em; }
@media (max-width: 540px) { .nav__menu-txt { display: none; } }

/* overlay do menu */
.menu {
  position: fixed; inset: 0; z-index: 95; background: color-mix(in srgb, var(--mar-2) 96%, transparent);
  backdrop-filter: blur(10px); color: var(--creme);
  display: grid; place-items: center; text-align: center;
  opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility .5s;
}
.menu.is-open { opacity: 1; visibility: visible; }
.menu__links { display: grid; gap: clamp(10px, 2.2vh, 20px); }
.menu__links a {
  font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem, 4.2vh, 2.6rem); line-height: 1.15;
  display: inline-flex; align-items: baseline; gap: 16px; justify-content: center;
  opacity: 0; transform: translateY(18px);
  transition: color .3s;
}
.menu.is-open .menu__links a { opacity: 1; transform: none; transition: opacity .6s var(--ease), transform .6s var(--ease), color .3s; }
.menu__links a:hover { color: var(--ouro-2); }
.menu__links a span { font-family: var(--tech); font-weight: 600; font-size: 10px; letter-spacing: .2em; color: var(--ouro-3); }
.menu__meta { position: absolute; bottom: clamp(24px, 5vh, 48px); left: 0; right: 0; font-family: var(--tech); font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .24em; color: color-mix(in srgb, var(--creme) 55%, transparent); padding-inline: var(--pad); }
body.menu-aberto { overflow: hidden; }
body.menu-aberto .nav { background: transparent; box-shadow: none; color: var(--creme); }

.nav { color: var(--creme); }
.nav .btn--nav { border-color: rgba(246, 239, 226, .55); color: var(--creme); }
.nav .btn--nav:hover { background: var(--creme); color: var(--tinta); border-color: var(--creme); }
.nav.is-scrolled { color: var(--tinta); background: color-mix(in srgb, var(--areia-0) 88%, transparent); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--linha-suave); }
.nav.is-scrolled .nav__inner { padding-block: 8px; }
.nav.is-scrolled .nav__brand-logo { width: clamp(118px, 11vw, 148px); height: 18px; }
.nav.is-scrolled .btn--nav { border-color: var(--tinta); color: var(--tinta); }
.nav.is-scrolled .btn--nav:hover { background: var(--tinta); color: var(--areia-0); }
.nav.is-hidden { transform: translateY(-110%); }

/* ============================================================
   HERO (centrado, estilo AYANA — vídeo/foto de fundo)
   ============================================================ */
/* `background` é rede de segurança: se o pin-spacer do GSAP ficar
   1px maior que a imagem/véu (barra de endereço do mobile mudando
   de estado no meio do scroll), o que aparece na fresta é isto —
   a mesma cor final do véu azul — em vez do creme do body.
   O `z-index: 0` é OBRIGATÓRIO junto com o background: sem ele,
   `.hero` não abre um contexto de empilhamento próprio e o
   `z-index: -1` de `.hero__media` escapa para a raiz do documento
   — nesse caso o background que acabamos de dar ao `.hero` pinta
   por CIMA da foto (escondendo tudo), em vez de ficar atrás dela. */
.hero { position: relative; z-index: 0; min-height: 100svh; display: grid; place-items: center; overflow: clip; color: var(--creme); text-align: center; background: #AECED8; }
.hero__media { position: absolute; inset: 0; z-index: -1; overflow: clip; }
.hero__media img, .hero__media video {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%;
  transform: scale(1.04); will-change: transform;
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 52%, rgba(13, 24, 28, .34) 0%, rgba(13, 24, 28, .12) 55%, rgba(13, 24, 28, 0) 100%),
    linear-gradient(0deg, rgba(13, 24, 28, .42) 0%, rgba(13, 24, 28, 0) 30%),
    linear-gradient(180deg, rgba(13, 24, 28, .3) 0%, rgba(13, 24, 28, 0) 26%);
}
/* variante pra fotos que já vêm com escurecimento embutido */
.hero__scrim--leve {
  background:
    radial-gradient(ellipse 90% 60% at 50% 52%, rgba(13, 24, 28, .16) 0%, rgba(13, 24, 28, .05) 55%, rgba(13, 24, 28, 0) 100%),
    linear-gradient(0deg, rgba(13, 24, 28, .28) 0%, rgba(13, 24, 28, 0) 26%),
    linear-gradient(180deg, rgba(13, 24, 28, .2) 0%, rgba(13, 24, 28, 0) 22%);
}
/* véu que sobe sobre o hero na cena 1 (o mundo escurece rumo à bruma) */
.hero__veu {
  position: absolute; inset: 0; opacity: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 24, 28, .55) 0%, #0D181C 88%);
}
.hero__content { position: relative; padding: clamp(90px, 14vh, 140px) var(--pad) clamp(90px, 12vh, 130px); max-width: 900px; display: grid; justify-items: center; }
.hero__eyebrow { color: rgba(246, 239, 226, .9); justify-content: center; }
.hero__eyebrow::before { background: var(--ouro-1); }
.hero__eyebrow::after { content: ''; width: 34px; height: 1px; background: var(--ouro-1); flex: none; }
/* título único, branco, escala AYANA */
.hero__title {
  font-family: var(--serif); font-weight: 400; line-height: 1.16; letter-spacing: .005em;
  font-size: clamp(2.4rem, 4.6vw, 4.3rem); text-wrap: balance; color: #FFFFFF;
  text-shadow: 0 1px 30px rgba(13, 24, 28, .35);
}
.hero__title em { font-weight: 400; color: #FFFFFF; }
.hero__title em .word { overflow: clip; }
.hero__sub {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.4;
  margin-top: clamp(16px, 2.4vw, 26px); color: rgba(246, 239, 226, .95);
  max-width: min(88vw, 44ch);
}
.hero__br { display: none; }
@media (min-width: 700px) { .hero__br { display: block; } }
.hero__meta {
  font-family: var(--tech); font-weight: 500; text-transform: uppercase;
  font-size: clamp(9.5px, .8vw, 11.5px); letter-spacing: .24em; color: rgba(246, 239, 226, .8);
  margin-top: clamp(18px, 2.6vw, 30px); max-width: 88vw;
}
.hero__cta { margin-top: clamp(22px, 3vw, 34px); }
.hero__scrollbtn {
  position: absolute; left: 50%; translate: -50% 0; bottom: clamp(26px, 4.5vh, 44px);
  width: 54px; height: 54px; border-radius: 50%;
  border: 1px solid rgba(246, 239, 226, .55); color: var(--creme);
  display: grid; place-items: center; font-size: 17px;
  background: rgba(13, 24, 28, .12); backdrop-filter: blur(4px);
  transition: background .3s, border-color .3s;
}
.hero__scrollbtn:hover { background: rgba(13, 24, 28, .3); border-color: var(--creme); }
.hero__scrollbtn span { animation: setinha 2.2s var(--ease) infinite; }
@keyframes setinha { 0%, 100% { transform: translateY(-3px); opacity: .7; } 50% { transform: translateY(3px); opacity: 1; } }

/* ============================================================
   NARRATIVA (neblina) + AÉREO COM PINS
   ============================================================ */
.haze {
  background:
    linear-gradient(180deg, #0D181C 0%, #33535E 14%, #7FA5B0 38%, #B7CFD6 62%, #C9DBE0 82%, #BDD3D9 100%);
  color: var(--creme); text-align: center;
  padding-block: clamp(120px, 18vh, 220px) clamp(140px, 20vh, 240px);
}
.haze__inner { display: grid; justify-items: center; gap: clamp(28px, 4.5vh, 44px); max-width: 640px; }
/* com JS, a bruma vira palco pinado: cada frase ocupa o centro sozinha (scrub) */
html.js .haze { padding-block: 0; display: grid; place-items: center; min-height: 100svh; }
html.js .haze__inner { position: relative; min-height: 60svh; display: grid; place-items: center; width: min(640px, 88vw); }
html.js .haze__diamond { position: absolute; top: 8svh; left: 50%; translate: -50% 0; }
html.js .haze__p { position: absolute; opacity: 0; visibility: hidden; }
.haze__diamond { color: rgba(246, 239, 226, .85); font-size: 13px; letter-spacing: .3em; }
.haze__p {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.6; text-wrap: balance; color: rgba(250, 250, 248, .96);
  text-shadow: 0 1px 24px rgba(30, 55, 64, .35);
}
.haze__p em { color: var(--ouro-3); }
.haze__p--fecho { font-style: italic; color: #FFFFFF; text-shadow: 0 1px 26px rgba(30, 55, 64, .55); }

.aereo { position: relative; overflow: clip; background: #BDD3D9; }
.aereo__media { will-change: transform; animation: deriva 26s ease-in-out infinite alternate; }
.aereo__media img { width: 100%; height: clamp(560px, 108vh, 1000px); object-fit: cover; transform: scale(1.06); will-change: transform; }
/* deriva lenta estilo AYANA — o mundo flutua devagar */
@keyframes deriva {
  0%   { transform: translate3d(0, 0, 0) scale(1.04); }
  50%  { transform: translate3d(-1.2%, .8%, 0) scale(1.055); }
  100% { transform: translate3d(1%, -.6%, 0) scale(1.07); }
}
.aereo__pins { animation: deriva 26s ease-in-out infinite alternate; }
@media (prefers-reduced-motion: reduce) { .aereo__media, .aereo__pins { animation: none; } }
.aereo::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 22%; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, #BDD3D9 0%, rgba(189, 211, 217, 0) 100%);
}
.aereo__pins { position: absolute; inset: 0; z-index: 2; }
.aereo__pin {
  position: absolute; left: clamp(84px, var(--x), calc(100% - 84px)); top: var(--y); translate: -50% 0;
  display: grid; justify-items: center; text-align: center; color: #FFFFFF;
  text-shadow: 0 1px 14px rgba(13, 24, 28, .55);
}
.aereo__area { font-family: var(--tech); font-weight: 600; font-size: 9px; text-transform: uppercase; letter-spacing: .3em; opacity: .85; }
.aereo__nome { font-family: var(--serif); font-weight: 500; font-size: clamp(1.05rem, 1.5vw, 1.4rem); letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; white-space: nowrap; }
/* linha-guia pontilhada, como na referência */
.aereo__pin i {
  display: block; width: 1px; height: clamp(34px, 6.5vh, 72px); margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,.95) 55%, rgba(255,255,255,0) 55%);
  background-size: 1px 7px; background-repeat: repeat-y;
  mask-image: linear-gradient(to bottom, #000 70%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent);
}
.aereo__caption {
  position: absolute; left: 50%; bottom: clamp(28px, 6vh, 64px); translate: -50% 0; z-index: 2;
  text-align: center; color: #fff; text-shadow: 0 1px 18px rgba(13, 24, 28, .5); width: min(90%, 700px);
}
.aereo__frase { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.05rem, 1.7vw, 1.45rem); max-width: 86vw; margin-inline: auto; }
.aereo__stat { font-family: var(--serif); font-weight: 600; font-size: clamp(3.4rem, 6.5vw, 5.6rem); line-height: 1; margin-top: 10px; }
.aereo__stat span { font-family: var(--tech); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .3em; margin-left: 10px; }
@media (max-width: 700px) {
  .aereo__nome { font-size: .82rem; letter-spacing: .04em; white-space: normal; max-width: 130px; line-height: 1.25; }
  .aereo__area { font-size: 8px; }
  .aereo__media img { height: clamp(480px, 88vh, 700px); }
}
.hero__title em { display: block; }
.aereo__frase { text-wrap: balance; }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee { border-block: 1px solid var(--linha); padding-block: clamp(18px, 2.4vw, 28px); overflow: clip; background: var(--areia-0); }
.marquee__track { display: flex; align-items: baseline; gap: clamp(28px, 3.5vw, 56px); width: max-content; will-change: transform; }
.marquee__item { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 1.9vw, 1.8rem); line-height: 1; white-space: nowrap; }
.marquee__item em { font-weight: 400; }
.marquee__dot { color: var(--ouro-3); font-size: clamp(1.1rem, 1.5vw, 1.4rem); }

/* ============================================================
   CONTEXTO
   ============================================================ */
.contexto { padding-block: var(--sec); }
.contexto__title { font-size: clamp(2.7rem, 6vw, 5.4rem); max-width: 18ch; }
.contexto__title em .word > span, .contexto__title em {
  background-image: linear-gradient(var(--ouro-3), var(--ouro-3));
  background-repeat: no-repeat; background-size: 100% 1px; background-position: 0 96%;
  padding-bottom: .04em;
}
.contexto__body {
  margin-top: clamp(34px, 5vw, 56px); margin-left: auto;
  max-width: 52ch; display: grid; gap: 18px;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.75; color: var(--tinta);
}
.contexto__body strong { font-weight: 500; }
@media (min-width: 900px) { .contexto__body { max-width: 46ch; margin-right: 6%; } }

/* ============================================================
   PILARES
   ============================================================ */
.pilares { background: var(--areia-1); padding-block: var(--sec); }
.pilares__title { margin-bottom: clamp(48px, 7vw, 88px); }
.pilares__grid { display: grid; gap: clamp(36px, 4vw, 44px) clamp(28px, 3vw, 40px); grid-template-columns: 1fr; }
@media (min-width: 640px) { .pilares__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .pilares__grid { grid-template-columns: repeat(4, 1fr); } }
.pilar { display: flex; flex-direction: column; }
.pilar__media { overflow: clip; margin-bottom: 22px; position: relative; }
.pilar__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 1.1s var(--ease); }
.pilar:hover .pilar__media img { transform: scale(1.05); }
.pilar__num {
  font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.4rem;
  color: var(--ouro-3); line-height: 1;
}
.pilar__name { font-family: var(--serif); font-weight: 600; font-size: clamp(1.5rem, 1.9vw, 1.8rem); line-height: 1.15; margin: 8px 0 10px; }
.pilar p { color: var(--tinta-2); font-size: .96em; }

/* ============================================================
   CARROSSEL GENÉRICO (células e quartos)
   ============================================================ */
.car { position: relative; overflow: clip; }
.car__track { display: flex; transition: transform .65s var(--ease); }
.car__track img { width: 100%; flex: none; object-fit: cover; }
.car__btn {
  position: absolute; top: 50%; translate: 0 -50%; z-index: 3;
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(246, 239, 226, .6);
  background: rgba(13, 33, 38, .35); color: var(--creme); backdrop-filter: blur(6px);
  font-size: 15px; line-height: 1; cursor: pointer; display: grid; place-items: center;
  transition: background .3s, opacity .3s, transform .2s;
  opacity: 0;
}
.car:hover .car__btn, .car:focus-within .car__btn { opacity: 1; }
@media (pointer: coarse) { .car__btn { opacity: 1; width: 40px; height: 40px; } }
.car__btn:hover { background: rgba(13, 33, 38, .6); }
.car__btn:active { transform: translateY(0) scale(.94); }
.car__btn--prev { left: 12px; }
.car__btn--next { right: 12px; }
.car__dots { position: absolute; left: 50%; bottom: 12px; translate: -50% 0; z-index: 3; display: flex; gap: 7px; }
.car__dots i { width: 6px; height: 6px; border-radius: 50%; background: rgba(246, 239, 226, .5); transition: background .3s, transform .3s; }
.car__dots i.is-on { background: var(--ouro-1); transform: scale(1.25); }

/* ============================================================
   O LOCAL
   ============================================================ */
.local { padding-bottom: var(--sec); }
.local__hero { height: clamp(420px, 82vh, 780px); overflow: clip; position: relative; }
.local__hero img, .local__hero video { width: 100%; height: 118%; object-fit: cover; }
.local__intro { padding-top: var(--sec); display: grid; gap: 8px; }
.local__body { max-width: 56ch; font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.75; margin-top: clamp(22px, 3vw, 34px); }
@media (min-width: 900px) {
  .local__intro { grid-template-columns: 1.2fr .9fr; align-items: end; }
  .local__intro .eyebrow { grid-column: 1 / -1; }
  .local__body { margin-top: 0; padding-bottom: 8px; }
}
.local__grid { display: grid; gap: clamp(14px, 2vw, 28px); margin-top: clamp(48px, 7vw, 96px); grid-template-columns: 1fr; }
@media (min-width: 760px) { .local__grid { grid-template-columns: repeat(12, 1fr); } }
.local__cell { overflow: clip; position: relative; }
.local__cell .car__track img { aspect-ratio: 4 / 3; }
.local__cell figcaption {
  font-family: var(--tech); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .24em;
  color: var(--tinta-2); margin-top: 12px;
}
@media (min-width: 760px) {
  .local__cell--a { grid-column: 1 / span 7; }
  .local__cell--b { grid-column: 8 / span 5; }
  .local__cell--b .car__track img { aspect-ratio: 3.4 / 3; }
  .local__cell--c { grid-column: 1 / span 5; margin-top: clamp(20px, 4vw, 56px); }
  .local__cell--c .car__track img { aspect-ratio: 3.4 / 3; }
  .local__cell--d { grid-column: 6 / span 7; }
}

/* ============================================================
   O HOTEL PORTO SOL (carrossel central)
   ============================================================ */
.hotel { padding-block: var(--sec); background: var(--areia-1); overflow: clip; }
.hotel__head { text-align: center; display: grid; justify-items: center; }
.hotel__title { margin-inline: auto; }
.hotel__sub { color: var(--tinta-2); margin-top: clamp(16px, 2vw, 24px); font-size: clamp(1rem, 1.3vw, 1.15rem); }
.hcar { position: relative; margin-top: clamp(44px, 6vw, 72px); --cardw: min(320px, 74vw); }
.hcar__viewport {
  display: flex; gap: clamp(18px, 2.4vw, 30px);
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 26px calc(50vw - var(--cardw) / 2) 34px;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.hcar__viewport::-webkit-scrollbar { display: none; }
.hcar__card {
  flex: none; width: var(--cardw); scroll-snap-align: center;
  position: relative; background: var(--branco);
  transition: transform .5s var(--ease), opacity .5s var(--ease), box-shadow .5s var(--ease);
  opacity: .55; transform: scale(.94);
}
.hcar__card figure { overflow: clip; position: relative; }
.hcar__card img { width: 100%; aspect-ratio: 3 / 3.9; object-fit: cover; }
.hcar__card figure::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(13, 24, 28, .62) 0%, rgba(13, 24, 28, .12) 45%, rgba(13, 24, 28, 0) 65%);
}
.hcar__info { position: absolute; inset: auto 0 0 0; padding: 22px 22px 20px; color: var(--creme); z-index: 2; }
.hcar__info h3 { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; line-height: 1.05; }
.hcar__tag { font-family: var(--tech); font-weight: 600; font-size: 9px; text-transform: uppercase; letter-spacing: .24em; color: var(--ouro-2); margin-top: 8px; }
.hcar__desc {
  font-size: .88em; line-height: 1.55; color: color-mix(in srgb, var(--creme) 85%, transparent);
  margin-top: 10px; max-height: 0; opacity: 0; overflow: clip;
  transition: max-height .5s var(--ease), opacity .5s var(--ease);
}
.hcar__card.is-center { opacity: 1; transform: scale(1); box-shadow: 0 30px 60px -35px rgba(35, 25, 14, .5); outline: 1px solid var(--linha); outline-offset: 12px; }
.hcar__card.is-center .hcar__desc { max-height: 120px; opacity: 1; }
.hcar__card--lista { background: var(--mar); }
.hcar__card--lista .hcar__info--lista { position: static; padding: 30px 26px; color: var(--creme); display: flex; flex-direction: column; justify-content: flex-end; aspect-ratio: 3 / 3.9; }
.hcar__card--lista h3 { background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent; width: fit-content; }
.hcar__card--lista ul { margin-top: 18px; display: grid; gap: 9px; }
.hcar__card--lista li { padding-left: 20px; position: relative; font-size: .92em; color: color-mix(in srgb, var(--creme) 85%, transparent); }
.hcar__card--lista li::before { content: ''; position: absolute; left: 0; top: .72em; width: 11px; height: 1px; background: var(--ouro-3); }
.hcar__btn {
  position: absolute; top: 42%; z-index: 5;
  width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid var(--linha); background: color-mix(in srgb, var(--areia-0) 85%, transparent);
  backdrop-filter: blur(8px); color: var(--tinta); font-size: 17px; cursor: pointer;
  display: grid; place-items: center; transition: background .3s, transform .2s;
}
.hcar__btn:hover { background: var(--areia-0); }
.hcar__btn:active { transform: scale(.94); }
.hcar__btn--prev { left: clamp(10px, 3vw, 48px); }
.hcar__btn--next { right: clamp(10px, 3vw, 48px); }
@media (max-width: 700px) { .hcar__btn { display: none; } }
.hcar__dots { display: flex; justify-content: center; gap: 9px; margin-top: 6px; }
.hcar__dots button { width: 7px; height: 7px; border-radius: 50%; border: none; background: color-mix(in srgb, var(--tinta) 22%, transparent); cursor: pointer; padding: 0; transition: background .3s, transform .3s; }
.hcar__dots button.is-on { background: var(--ouro-3); transform: scale(1.3); }

/* ============================================================
   ACOMODAÇÕES
   ============================================================ */
.rooms { padding-block: var(--sec) clamp(72px, 10vw, 132px); }
.rooms__intro { max-width: 62ch; margin-top: clamp(22px, 3vw, 32px); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.7; color: var(--tinta-2); }
.rooms__grid { display: grid; gap: clamp(28px, 3vw, 36px); margin-top: clamp(44px, 6vw, 72px); grid-template-columns: 1fr; }
@media (min-width: 900px) { .rooms__grid { grid-template-columns: repeat(3, 1fr); } }
.room .car__track img { aspect-ratio: 3 / 2.1; }
.room__body { padding-top: 20px; border-top: 1px solid var(--linha); margin-top: 16px; }
.room__mod { font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .24em; color: var(--tinta-2); }
.room__mod--full { color: var(--ouro-3); }
.room__name { font-family: var(--serif); font-weight: 600; font-size: clamp(1.6rem, 2vw, 1.9rem); margin-top: 10px; }
.room__desc { color: var(--tinta-2); font-size: .95em; margin-top: 8px; max-width: 40ch; }

/* ============================================================
   JORNADA
   ============================================================ */
.jornada { background: var(--areia-1); padding-block: var(--sec); margin-top: var(--sec); }
.jornada__grid { display: grid; gap: clamp(40px, 4vw, 32px) clamp(20px, 2.4vw, 32px); margin-top: clamp(48px, 7vw, 88px); grid-template-columns: 1fr; }
@media (min-width: 640px) { .jornada__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .jornada__grid { grid-template-columns: repeat(4, 1fr); } }
.dia__img { overflow: clip; }
.dia__img img { aspect-ratio: 3 / 4; width: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.dia:hover .dia__img img { transform: scale(1.05); }
.dia__head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--linha); padding-block: 16px 12px; }
.dia__num { font-family: var(--tech); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .26em; color: var(--ouro-3); }
.dia__data { font-family: var(--tech); font-weight: 500; font-size: 10.5px; text-transform: uppercase; letter-spacing: .2em; color: var(--tinta-2); }
.dia__title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.6rem, 2vw, 1.9rem); margin: 14px 0 10px; }
.dia > p { color: var(--tinta-2); font-size: .95em; }
.dia strong { color: var(--tinta); font-weight: 500; }
.dia__agenda { margin-top: 16px; }
.dia__agenda summary {
  font-family: var(--tech); font-weight: 600; font-size: 10.5px; text-transform: uppercase; letter-spacing: .22em;
  cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 10px; color: var(--tinta);
  padding-block: 12px; min-height: 44px;
}
.dia__agenda summary::-webkit-details-marker { display: none; }
.dia__agenda summary::after { content: '+'; font-family: var(--serif); font-size: 19px; line-height: 0; color: var(--ouro-3); transition: transform .35s var(--ease); }
.dia__agenda[open] summary::after { transform: rotate(45deg); }
.dia__agenda ul { display: grid; gap: 10px; padding-block: 4px 8px; }
.dia__agenda li { font-size: .9em; color: var(--tinta-2); display: grid; grid-template-columns: 86px 1fr; gap: 10px; }
.dia__agenda li span { font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .14em; color: var(--ouro-3); padding-top: .35em; }
@media (min-width: 1080px) {
  .dia:nth-child(2), .dia:nth-child(4) { margin-top: 56px; }
  .jornada__grid { padding-bottom: 56px; }
}

/* ============================================================
   EXPERIÊNCIAS
   ============================================================ */
.exps { padding-block: var(--sec) var(--sec); }
.exp {
  display: grid; gap: clamp(28px, 4vw, 72px); align-items: center;
  width: min(1440px, 100% - 2 * var(--pad)); margin-inline: auto;
  padding-block: clamp(48px, 8vh, 110px);
}
@media (min-width: 960px) {
  .exp { grid-template-columns: 1.15fr 1fr; }
  .exp--invert .exp__media { order: 2; }
}
.exp + .exp { border-top: 1px solid var(--linha-suave); }
.exp__media { overflow: clip; position: relative; height: clamp(340px, 72vh, 640px); }
.exp__media img, .exp__media video { width: 100%; height: 118%; object-fit: cover; }
.exp__tag {
  display: inline-block; font-family: var(--tech); font-weight: 600; font-size: 10px;
  text-transform: uppercase; letter-spacing: .22em; padding: 9px 16px 8px;
  border: none; border-radius: 0; background: var(--mar); color: var(--creme); margin-bottom: 26px;
}
.exp__tag--full { background: var(--grad-ouro); color: var(--tinta); }
.exp__kicker { font-family: var(--tech); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .3em; color: var(--tinta-2); margin-bottom: 16px; }
.exp__title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.2rem, 3.6vw, 3.4rem); line-height: 1.02; margin-bottom: 20px; text-wrap: balance; }
.exp__body { max-width: 50ch; line-height: 1.75; }
.exp__ficha {
  font-family: var(--tech); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .22em;
  color: var(--tinta-2); margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--linha);
}
.exp__inclui { margin-top: 14px; }
.exp__inclui summary {
  font-family: var(--tech); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .22em;
  cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 10px; color: var(--tinta);
  padding-block: 14px; min-height: 44px;
}
.exp__inclui summary::-webkit-details-marker { display: none; }
.exp__inclui summary::after { content: '+'; font-family: var(--serif); font-size: 19px; line-height: 0; color: var(--ouro-3); transition: transform .35s var(--ease); }
.exp__inclui[open] summary::after { transform: rotate(45deg); }
.exp__inclui ul { margin-top: 6px; display: grid; gap: 9px; }
.exp__inclui li { padding-left: 22px; position: relative; color: var(--tinta-2); font-size: .93em; }
.exp__inclui li::before { content: ''; position: absolute; left: 0; top: .72em; width: 12px; height: 1px; background: var(--ouro-3); }

/* ============================================================
   PROVA SOCIAL (seção escura)
   ============================================================ */
.prova { background: var(--mar); color: var(--creme); padding-block: var(--sec); }
.prova .eyebrow { color: color-mix(in srgb, var(--creme) 66%, transparent); }
.prova .eyebrow::before { background: var(--ouro-1); }
.prova h2 { color: var(--creme); }
.prova__stats {
  display: grid; gap: clamp(36px, 5vw, 56px); margin-top: clamp(44px, 6vw, 72px);
  grid-template-columns: 1fr;
}
@media (min-width: 900px) { .prova__stats { grid-template-columns: 1fr 1fr 1.6fr; align-items: start; } }
.stat { border-top: 1px solid rgba(246, 239, 226, .22); padding-top: 26px; }
.stat__num, .stat__unit {
  font-family: var(--serif); font-weight: 600; font-size: clamp(4rem, 6.5vw, 6.2rem); line-height: .9;
  background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat__unit { font-size: clamp(2.2rem, 3.4vw, 3.2rem); font-style: italic; font-weight: 500; }
.stat__label { margin-top: 14px; color: color-mix(in srgb, var(--creme) 72%, transparent); font-size: .95em; max-width: 30ch; }
.stat__quote { font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 2.3vw, 2.1rem); line-height: 1.3; display: block; text-wrap: balance; }
.stat__quote em { color: var(--ouro-2); }

.prova__collage { display: grid; gap: clamp(10px, 1.4vw, 20px); grid-template-columns: repeat(2, 1fr); margin-top: clamp(52px, 8vw, 96px); }
@media (min-width: 760px) { .prova__collage { grid-template-columns: repeat(5, 1fr); align-items: end; } }
.prova__collage figure { overflow: clip; }
.prova__collage img { width: 100%; object-fit: cover; aspect-ratio: 3 / 4; transition: transform 1.2s var(--ease); }
.prova__collage figure:hover img { transform: scale(1.05); }
@media (min-width: 760px) {
  .prova__collage figure:nth-child(1) img { aspect-ratio: 3 / 4.4; }
  .prova__collage figure:nth-child(2) img { aspect-ratio: 3 / 3.4; }
  .prova__collage figure:nth-child(3) img { aspect-ratio: 3 / 4.8; }
  .prova__collage figure:nth-child(4) img { aspect-ratio: 3 / 3.6; }
  .prova__collage figure:nth-child(5) img { aspect-ratio: 3 / 4.2; }
}

.prova__quotes { display: grid; gap: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 56px); margin-top: clamp(52px, 8vw, 96px); grid-template-columns: 1fr; }
@media (min-width: 700px) { .prova__quotes { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .prova__quotes { grid-template-columns: repeat(3, 1fr); } }
.quote { border-top: 1px solid rgba(246, 239, 226, .22); padding-top: 22px; }
.quote p { font-family: var(--serif); font-weight: 500; font-size: clamp(1.25rem, 1.7vw, 1.5rem); line-height: 1.32; color: var(--creme); }
.quote footer { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.quote__avatar {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; font-size: 15px; color: var(--mar);
  background: var(--grad-ouro);
}
.quote cite {
  font-style: normal;
  font-family: var(--tech); font-weight: 600; font-size: 10.5px; text-transform: uppercase; letter-spacing: .26em;
  color: var(--ouro-2);
}

/* ============================================================
   COMPARATIVO (colado no investimento)
   ============================================================ */
.comp { padding-block: var(--sec) clamp(40px, 6vw, 72px); }
.comp__intro { max-width: 60ch; margin-top: clamp(22px, 3vw, 32px); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.7; }
.comp__intro strong { font-weight: 500; }
.comp__scroll { overflow-x: auto; margin-top: clamp(40px, 6vw, 64px); -webkit-overflow-scrolling: touch; position: relative; }
.comp__hint { display: none; }
.comp__table { width: 100%; min-width: 640px; border-collapse: collapse; background: var(--branco); }
.comp__table th, .comp__table td { text-align: left; padding: 18px 22px; border: 1px solid var(--linha-suave); font-size: .95em; vertical-align: top; }
.comp__table thead th { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; line-height: 1.1; padding-block: 24px; }
.comp__table thead th span { display: block; font-family: var(--tech); font-weight: 500; font-size: 9.5px; text-transform: uppercase; letter-spacing: .24em; color: var(--tinta-2); margin-top: 8px; }
.comp__table tbody th { font-weight: 500; color: var(--tinta); width: 26%; }
.comp__table td { color: var(--tinta-2); }
.comp__table .is-full { background: color-mix(in srgb, var(--ouro-2) 30%, var(--branco)); color: var(--tinta); }
.comp__table thead .is-full { border-top: 2px solid var(--ouro-3); }
.comp__table .is-no { color: color-mix(in srgb, var(--tinta-2) 46%, transparent); }
@media (max-width: 700px) {
  .comp__table { min-width: 560px; }
  .comp__table th, .comp__table td { padding: 13px 14px; font-size: .87em; }
  .comp__table thead th { font-size: 1.25rem; padding-block: 18px; }
  .comp__table tbody th { width: auto; }
  /* primeira coluna fixa + fade de continuação */
  .comp__table tbody th, .comp__table thead th:first-child {
    position: sticky; left: 0; z-index: 2; background: var(--areia-0);
    box-shadow: 1px 0 0 var(--linha-suave); max-width: 128px; min-width: 112px;
  }
  .comp__scroll::after {
    content: ''; position: sticky; display: block; pointer-events: none;
  }
  .comp__hint {
    display: block; font-family: var(--tech); font-weight: 600; font-size: 9.5px;
    text-transform: uppercase; letter-spacing: .22em; color: var(--tinta-2);
    margin-bottom: 10px; text-align: right;
  }
}

/* ============================================================
   INVESTIMENTO — ledger editorial
   ============================================================ */
.invest { padding-block: 0 var(--sec); }
.invest__intro { max-width: 62ch; margin-top: clamp(22px, 3vw, 32px); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.7; }
.invest__intro strong { font-weight: 500; }
.invest__ledger {
  display: grid; margin-top: clamp(44px, 6vw, 72px);
  grid-template-columns: 1fr; border-top: 1px solid var(--linha);
}
@media (min-width: 700px) { .invest__ledger { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1120px) { .invest__ledger { grid-template-columns: repeat(4, 1fr); border-inline: 1px solid var(--linha-suave); } }
.plano {
  display: flex; flex-direction: column;
  padding: clamp(28px, 3vw, 38px) clamp(22px, 2.2vw, 30px);
  border-bottom: 1px solid var(--linha);
  position: relative;
}
@media (min-width: 1120px) {
  .plano { border-bottom: none; }
  .plano + .plano { border-left: 1px solid var(--linha-suave); }
}
.plano--full::before { content: ''; position: absolute; inset: -1px auto auto 0; width: 100%; height: 2px; background: var(--grad-ouro); }
.plano--full { background: color-mix(in srgb, var(--ouro-2) 10%, transparent); }
.plano__mod { font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .24em; color: var(--tinta-2); }
.plano--full .plano__mod { color: var(--ouro-3); }
.plano__name { font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem, 2vw, 2rem); margin-top: 12px; line-height: 1.05; }
.plano__desc { color: var(--tinta-2); font-size: .9em; margin-top: 6px; }
.plano__parcela {
  font-family: var(--serif); font-weight: 500; font-size: 1.15rem; margin-top: 26px; color: var(--tinta-2);
}
.plano__parcela strong { font-weight: 600; font-size: clamp(2.3rem, 2.7vw, 2.9rem); letter-spacing: -.01em; color: var(--tinta); display: inline-block; margin-left: 4px; line-height: 1; }
.plano__avista { font-size: .88em; color: var(--tinta-2); margin: 8px 0 26px; }
.plano__lista { display: grid; gap: 9px; margin-bottom: 30px; }
.plano__lista li { padding-left: 22px; position: relative; color: var(--tinta-2); font-size: .92em; }
.plano__lista li::before { content: ''; position: absolute; left: 0; top: .7em; width: 12px; height: 1px; background: var(--ouro-3); }
.plano .btn { margin-top: auto; }

/* Suíte Master */
.suite {
  margin-top: clamp(56px, 8vw, 104px); background: var(--mar); color: var(--creme);
  overflow: clip; display: grid;
}
@media (min-width: 960px) { .suite { grid-template-columns: 1.05fr 1fr; } }
.suite__media { position: relative; min-height: 320px; }
.suite__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.suite__content { padding: clamp(34px, 4.5vw, 72px); display: flex; flex-direction: column; align-items: flex-start; }
.suite__tag {
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .26em;
  padding: 9px 15px 8px; border: 1px solid color-mix(in srgb, var(--ouro-1) 50%, transparent); border-radius: 0;
  color: var(--ouro-2); margin-bottom: 28px;
}
.suite__title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: 1; margin-bottom: 18px; }
.suite__title em { background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent; }
.suite__body { color: color-mix(in srgb, var(--creme) 80%, transparent); max-width: 52ch; line-height: 1.75; }
.suite__preco { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem, 2.6vw, 2.6rem); margin: 28px 0 30px; }
.suite__preco span { font-family: var(--tech); font-weight: 500; font-size: 10.5px; text-transform: uppercase; letter-spacing: .2em; color: color-mix(in srgb, var(--creme) 62%, transparent); display: block; margin-top: 10px; }

/* ============================================================
   FAQ — verde, centralizado
   ============================================================ */
.faq { padding-block: var(--sec); background: var(--mar-2); color: var(--creme); }
.faq .eyebrow { color: color-mix(in srgb, var(--creme) 66%, transparent); }
.faq .eyebrow::before, .faq .eyebrow--center::after { background: var(--ouro-1); }
.faq__wrap { display: grid; justify-items: center; text-align: center; }
.faq__title { color: var(--creme); }
.faq__list { margin-top: clamp(40px, 6vw, 64px); max-width: 780px; width: 100%; text-align: left; }
.faq__item { border-top: 1px solid rgba(246, 239, 226, .18); }
.faq__item:last-child { border-bottom: 1px solid rgba(246, 239, 226, .18); }
.faq__item summary {
  font-family: var(--serif); font-weight: 600; font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  padding: 24px 44px 24px 0; cursor: pointer; list-style: none; position: relative; color: var(--creme);
  min-height: 44px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: '+'; position: absolute; right: 4px; top: 50%; translate: 0 -50%;
  font-size: 26px; font-weight: 400; color: var(--ouro-1); transition: transform .35s var(--ease);
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 0 26px; max-width: 62ch; color: color-mix(in srgb, var(--creme) 74%, transparent); }

/* ============================================================
   CTA FINAL
   ============================================================ */
.final { position: relative; min-height: 92svh; display: grid; place-items: center; text-align: center; overflow: clip; color: var(--creme); }
.final__media { position: absolute; inset: 0; z-index: -1; }
.final__media img, .final__media video { width: 100%; height: 116%; object-fit: cover; }
.final__scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13, 24, 28, .66), rgba(13, 24, 28, .3) 50%, rgba(13, 24, 28, .38)); }
.final__content { padding-block: clamp(96px, 16vh, 160px); display: grid; justify-items: center; gap: clamp(24px, 3.4vw, 40px); }
.final__title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.6rem, 5.6vw, 5.2rem); line-height: 1.04; max-width: 22ch; color: var(--creme); text-wrap: balance; }
.final__title em,
.final__title em .word > span { background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent; }
.final__meta { font-family: var(--tech); font-weight: 500; font-size: clamp(10px, .8vw, 12px); text-transform: uppercase; letter-spacing: .3em; color: color-mix(in srgb, var(--creme) 78%, transparent); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--mar-2); border-top: 1px solid rgba(246, 239, 226, .12); color: var(--creme); padding-block: clamp(48px, 7vw, 80px); }
.footer__inner { display: grid; gap: 32px; }
@media (min-width: 900px) { .footer__inner { grid-template-columns: 1fr 1fr 1fr; align-items: start; } }
.footer__brand { display: inline-flex; align-items: baseline; gap: 7px; }
.footer__brand-logo { display: block; width: 76px; height: 94px; background: currentColor; -webkit-mask: url('assets/img/logo-lockup.svg') left top / contain no-repeat; mask: url('assets/img/logo-lockup.svg') left top / contain no-repeat; }
.footer__addr { color: color-mix(in srgb, var(--creme) 62%, transparent); font-size: .9em; line-height: 1.7; }
.footer__right { display: grid; gap: 8px; font-size: .9em; }
.footer__right p { color: color-mix(in srgb, var(--creme) 62%, transparent); }
.footer__right strong { color: var(--creme); font-weight: 500; }
.footer__right a { font-family: var(--tech); font-weight: 600; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ouro-2); width: fit-content; }
@media (min-width: 900px) { .footer__right { justify-items: end; text-align: right; } }

/* ============================================================
   STICKY CTA (mobile)
   ============================================================ */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(0deg, color-mix(in srgb, var(--areia-0) 92%, transparent) 30%, transparent);
  transform: translateY(110%); visibility: hidden; transition: transform .5s var(--ease), visibility .5s;
  display: flex; justify-content: center;
}
.sticky-cta .btn { width: min(420px, 100%); }
.sticky-cta.is-visible { transform: translateY(0); visibility: visible; }
@media (min-width: 768px) { .sticky-cta { display: none; } }

/* ============================================================
   MOTION / A11Y
   ============================================================ */
html.js [data-reveal] { opacity: 0; transform: translateY(36px); }
html.js .word > span { transform: translateY(115%); }
@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal] { opacity: 1; transform: none; }
  html.js .word > span { transform: none; }
  .hero__scroll-line::after { animation: none; }
  .hero__media img, .hero__media video { transform: none !important; }
  * { scroll-behavior: auto !important; }
}

/* ============================================================
   TRAVESSIA — filme de abertura integrado ao site completo
   ============================================================ */
.filme { height: 470vh; position: relative; z-index: 1; }
.filme__stage { position: sticky; top: 0; height: 100svh; overflow: clip; background: #0D181C; }
.filme__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
canvas#tela { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.filme__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .05; mix-blend-mode: multiply; z-index: 3;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
}
@media (pointer: coarse) { .filme__grain { mix-blend-mode: normal; opacity: .02; } }
.filme__vinheta { position: absolute; inset: 0; pointer-events: none; z-index: 2; background: radial-gradient(ellipse 120% 90% at 50% 50%, transparent 62%, rgba(13,24,28,.28) 100%); }
.filme__fade { position: absolute; inset: auto 0 0 0; height: 30vh; pointer-events: none; opacity: 0; z-index: 4; background: linear-gradient(180deg, transparent, var(--areia-0)); }
.filme__scrollhint {
  position: fixed; left: 50%; translate: -50% 0; bottom: clamp(24px, 4vh, 42px); z-index: 40;
  width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(246,239,226,.5);
  display: grid; place-items: center; font-size: 16px; color: var(--creme); background: rgba(13,24,28,.14); backdrop-filter: blur(4px);
  transition: opacity .5s, color .5s, border-color .5s;
}
.filme__scrollhint span { animation: setinha 2.2s var(--ease) infinite; }
.filme__scrollhint.on-light { color: var(--tinta); border-color: rgba(35,25,14,.4); }
.filme__scrollhint.some { opacity: 0; pointer-events: none; }
@keyframes setinha { 0%,100% { transform: translateY(-3px); opacity: .7; } 50% { transform: translateY(3px); opacity: 1; } }

/* beats sobre o filme */
.beat { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; opacity: 0; pointer-events: none; padding: 0 clamp(20px, 6vw, 80px); z-index: 3; }
.beat--titulo h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 4.6vw, 4.3rem); line-height: 1.16; color: #fff; text-shadow: 0 1px 30px rgba(13,24,28,.35); }
.beat--titulo em { display: block; font-weight: 400; font-style: italic; }
.beat p { font-family: var(--serif); max-width: 620px; font-size: clamp(1.2rem, 1.9vw, 1.55rem); line-height: 1.6; font-weight: 500; color: #2A3A40; text-wrap: balance; }
.beat p em { color: var(--ouro-3); font-style: italic; }

/* finale: zonas */
.zonas { position: absolute; inset: 0; opacity: 0; pointer-events: none; z-index: 3; }
.zona { position: absolute; left: clamp(84px, var(--x), calc(100% - 84px)); top: var(--y); translate: -50% 0; display: grid; justify-items: center; text-align: center; color: #fff; text-shadow: 0 1px 14px rgba(13,24,28,.55); }
.zona__area { font-family: var(--tech); font-weight: 600; font-size: 9px; letter-spacing: .3em; text-transform: uppercase; opacity: .85; }
.zona__nome { font-family: var(--serif); font-weight: 500; font-size: clamp(1rem, 1.5vw, 1.4rem); letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; white-space: nowrap; }
.zona i { display: block; width: 1px; height: clamp(30px, 6vh, 64px); margin-top: 10px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,.95) 55%, rgba(255,255,255,0) 55%); background-size: 1px 7px; background-repeat: repeat-y;
  mask-image: linear-gradient(to bottom, #000 70%, transparent); -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent); }
.zonas__caption { position: absolute; left: 50%; bottom: 9vh; translate: -50% 0; text-align: center; color: #fff; text-shadow: 0 1px 18px rgba(13,24,28,.5); width: min(90%, 700px); }
.zonas__frase { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.05rem, 1.7vw, 1.45rem); }
.zonas__stat { font-family: var(--serif); font-weight: 600; font-size: clamp(3rem, 6vw, 5.2rem); line-height: 1; margin-top: 8px; }
.zonas__stat span { font-family: var(--tech); font-weight: 500; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; margin-left: 10px; }
@media (max-width: 700px) { .zona__nome { font-size: .8rem; white-space: normal; max-width: 120px; line-height: 1.25; } }

/* loader */
.loader { position: fixed; inset: 0; z-index: 200; background: #0D181C; display: grid; place-items: center; transition: opacity .7s, visibility .7s; }
.loader.some { opacity: 0; visibility: hidden; }
.loader__inner { display: grid; justify-items: center; gap: 22px; }
.loader__logo { width: 54px; height: 66px; background: var(--creme); -webkit-mask: url('assets/img/logo-lockup.svg') center / contain no-repeat; mask: url('assets/img/logo-lockup.svg') center / contain no-repeat; }
.loader__barra { width: 180px; height: 1px; background: rgba(246,239,226,.18); position: relative; overflow: clip; }
.loader__barra i { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--grad-ouro); }
.loader__txt { font-family: var(--tech); font-weight: 500; font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: rgba(246,239,226,.6); }

/* nav adaptável sobre o filme (claro/escuro por luminância) */
.nav.on-light { color: var(--tinta); }
.nav.on-light .btn--nav { border-color: var(--tinta); color: var(--tinta); }
.nav.on-light .btn--nav:hover { background: var(--tinta); color: var(--areia-0); }

@media (prefers-reduced-motion: reduce) { .filme__scrollhint span { animation: none; } }

/* ============================================================
   v8 — TRANSIÇÃO AZUL CLARA (Ayana) + NOVAS SEÇÕES (Legacy XP)
   ============================================================ */

/* -- véu azul-claro que sobe do hero e casa com a seção azul -- */
.hero__veu--azul { background: linear-gradient(180deg, rgba(110,157,176,0) 0%, #7FA7B8 58%, #6E9DB0 100%); }

/* -- transição azul: título "aterrissa" e as 3 frases aparecem juntas -- */
.haze {
  background: linear-gradient(180deg, #6E9DB0 0%, #83AEBE 34%, #9BC1CE 68%, #AECED8 100%);
  color: #fff; text-align: center;
}
.haze__inner { gap: clamp(22px, 3.4vh, 40px); max-width: 720px; }
.haze__diamond { color: rgba(255,255,255,.9); position: static !important; top: auto !important; translate: none !important; }
.haze__title {
  font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: .005em;
  font-size: clamp(2.1rem, 4.4vw, 4rem); color: #fff; text-wrap: balance;
  text-shadow: 0 2px 30px rgba(30,60,72,.32);
}
.haze__title em { display: block; font-style: italic; font-weight: 400; color: #fff; }
.haze__sub { display: grid; gap: clamp(14px, 2vh, 22px); max-width: 46ch; margin-inline: auto; }
.haze__sub p {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.55; color: #fff; text-wrap: balance; text-shadow: 0 1px 20px rgba(30,60,72,.3);
}
html.js .haze__diamond, html.js .haze__title, html.js .haze__sub p { opacity: 0; }

/* -- aéreo: foto limpa (alta qualidade) + zonas em overlay HTML -- */
.aereo { background: #AECED8; }
.aereo__media { animation: none !important; }
.aereo__media img { width: 100%; height: auto; transform: none; }
.aereo::before { background: linear-gradient(180deg, #AECED8 0%, rgba(174,206,216,0) 100%); }
/* rótulos parados (o filme lento fica por conta do reveal do JS) */
.aereo__pins { animation: none !important; }
.aereo__pin { text-shadow: 0 0 2px rgba(13,24,28,.85), 0 1px 3px rgba(13,24,28,.7), 0 1px 8px rgba(13,24,28,.4); }
.aereo__area { opacity: .95; }
html.js .aereo__pin { opacity: 0; }
html.js .aereo__pin i { transform: scaleY(0); transform-origin: top center; }
/* os pins cabem no mobile — a imagem já fica mais alta e os rótulos
   menores a partir de 700px (ver bloco `@media (max-width: 700px)`
   mais acima); esconder os pins aqui era redundante com aquele ajuste */

/* -- Para quem é -- */
.paraquem { padding-block: var(--sec); background: var(--areia-0); }
.paraquem__wrap { display: grid; justify-items: center; text-align: center; }
.paraquem__title { text-align: center; margin-bottom: clamp(34px, 5vw, 58px); }
.paraquem__list { display: grid; gap: clamp(16px, 2.4vw, 22px); max-width: 44ch; }
.paraquem__list li {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  line-height: 1.4; color: var(--tinta); text-wrap: balance; padding-top: 18px; border-top: 1px solid var(--linha-suave);
}
.paraquem__list li:first-child { border-top: none; padding-top: 0; }
.paraquem__list li.paraquem__fecho { color: var(--ouro-3); font-style: italic; margin-top: clamp(6px, 1vw, 12px); }

/* -- O Roteiro (ex-Jornada): programação sempre aberta, faixas pretas -- */
.roteiro { background: var(--areia-1); padding-block: var(--sec); }
.roteiro__grid { display: grid; gap: clamp(36px, 4vw, 40px) clamp(20px, 2.4vw, 30px); margin-top: clamp(48px, 7vw, 80px); grid-template-columns: 1fr; }
@media (min-width: 640px) { .roteiro__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px) { .roteiro__grid { grid-template-columns: repeat(4, 1fr); } }
.dia { display: flex; flex-direction: column; }
.dia__img { overflow: clip; }
.dia__img img { aspect-ratio: 3 / 2.2; width: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.dia:hover .dia__img img { transform: scale(1.05); }
.dia__band { background: #14100B; color: #fff; padding: 15px 16px 16px; display: grid; gap: 5px; }
.dia__band .dia__data {
  font-family: var(--tech); font-weight: 600; font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent; width: fit-content;
}
.dia__band .dia__nome { font-family: var(--tech); font-weight: 600; text-transform: uppercase; letter-spacing: .03em; font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.12; color: #fff; }
.dia__lead { color: var(--tinta-2); font-size: .95em; margin-top: 14px; }
.dia__agenda { margin-top: 14px; display: grid; gap: 10px; padding-top: 14px; border-top: 1px solid var(--linha); }
.dia__agenda li { font-size: .86em; color: var(--tinta-2); display: grid; grid-template-columns: 92px 1fr; gap: 10px; align-items: start; }
.dia__agenda li span { font-family: var(--tech); font-weight: 600; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: var(--ouro-3); padding-top: .3em; }
@media (min-width: 1080px) { .dia:nth-child(2), .dia:nth-child(4) { margin-top: 0; } }

/* -- Não é só mais um evento (objeção) -- */
.objecao { padding-block: var(--sec); background: var(--areia-2); }
.objecao__wrap { display: grid; justify-items: center; text-align: center; margin-inline: auto; max-width: 900px; }
.objecao__title { text-align: center; margin-bottom: clamp(22px, 3vw, 34px); }
.objecao__body { max-width: 58ch; font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.75; color: var(--tinta); }

/* -- Comparativo: checkmarks -- */
.comp__table thead th { text-align: center; }
.comp__table thead th:first-child { text-align: left; }
.comp__table td { text-align: center; }
.comp__table tbody th { text-align: left; }
.comp__table .is-yes { color: var(--mar); font-weight: 600; font-size: 1.1em; }
/* dourado claro sobre fundo dourado claro deixava o ✓ da coluna
   herói MAIS fraco que o da outra — o inverso do que se quer */
.comp__table .is-full.is-yes { color: #A6641C; font-size: 1.2em; }
.comp__sep th {
  background: var(--tinta); color: #fff; text-align: center; padding-block: 12px;
  font-family: var(--tech); font-weight: 600; font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
}

/* -- Ingressos: título grande + grade de 5 cards + card suíte -- */
.invest { padding-top: var(--sec); }
.invest__big {
  text-align: center; margin-inline: auto; max-width: 20ch;
  font-family: var(--serif); font-weight: 600; text-transform: uppercase;
  font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: 1.02; letter-spacing: .01em;
}
.invest__big em, .invest__big em .word > span {
  text-transform: none; font-style: italic; font-weight: 500;
  background: var(--grad-ouro); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.invest__eyebrow { justify-content: center; margin: clamp(20px, 3vw, 30px) 0 0; }
.invest__eyebrow::after { content: ''; width: 34px; height: 1px; background: var(--ouro-3); flex: none; }
.invest__intro { margin-inline: auto; text-align: center; }
.invest__tag { text-align: center; font-family: var(--tech); font-weight: 500; font-size: 10.5px; text-transform: uppercase; letter-spacing: .2em; color: var(--tinta-2); margin-top: 14px; }

/* ============================================================
   v9 — abertura AYANA contínua, "O resort" enxuto, footer, etc.
   ============================================================ */

/* -- HERO: o título viaja e vira o título da seção azul; sub e diamante ancorados a ele -- */
.hero__content { position: relative; z-index: 2; padding: 0; max-width: none; }
.hero__title { will-change: transform; transform-origin: 50% 50%; }
.hero__diamond {
  position: absolute; left: 50%; bottom: calc(100% + clamp(16px, 3vh, 30px)); transform: translateX(-50%);
  color: rgba(255,255,255,.9); font-size: 13px; letter-spacing: .3em;
}
.hero__sub {
  position: absolute; left: 50%; top: calc(100% - clamp(4px, 1vh, 12px)); transform: translateX(-50%);
  width: min(46ch, 86vw); display: grid; gap: clamp(18px, 2.6vh, 30px); text-align: center;
}
.hero__sub p {
  font-family: var(--serif); font-style: normal; font-weight: 500; font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.5; color: #fff; text-wrap: balance; text-shadow: 0 1px 22px rgba(30,60,72,.42);
}
.hero__sub p em { font-style: italic; }
html.js .hero__diamond, html.js .hero__sub p { opacity: 0; }
/* véu azul-claro que cobre a foto e casa com o topo do aéreo (#AECED8) */
.hero__veu--azul { background: linear-gradient(180deg, #6E9DB0 0%, #83AEBE 34%, #9BC1CE 68%, #AECED8 100%); }

/* -- "O resort" enxuto: título + "Arraste e explore" + carrossel (sem grade de fotos) -- */
.local { padding-bottom: clamp(36px, 5vw, 64px); }
.local__intro { display: block; }
@media (min-width: 900px) { .local__intro { display: block; grid-template-columns: none; } }
.local__arraste {
  font-family: var(--tech); font-weight: 600; text-transform: uppercase; letter-spacing: .24em;
  font-size: 11px; color: var(--tinta-2); margin-top: clamp(18px, 2.6vw, 28px);
  display: inline-flex; align-items: center; gap: 12px;
}
.local__arraste::after { content: '→'; color: var(--ouro-3); font-size: 15px; }
.hotel { padding-block: clamp(16px, 2.4vw, 32px) var(--sec); }
.hotel .hcar { margin-top: 0; }

/* -- Suíte (bloco abaixo dos ingressos): lista de itens -- */
.suite__lista { display: grid; gap: 9px; margin: 4px 0 8px; }
.suite__lista li { padding-left: 22px; position: relative; color: color-mix(in srgb, var(--creme) 82%, transparent); font-size: .92em; }
.suite__lista li::before { content: ''; position: absolute; left: 0; top: .7em; width: 12px; height: 1px; background: var(--ouro-3); }
.suite { margin-top: clamp(48px, 7vw, 88px); }

/* -- Footer: links clicáveis (sublinhados) para cada seção -- */
.footer__inner { gap: clamp(28px, 4vw, 44px); }
@media (min-width: 900px) { .footer__inner { grid-template-columns: 1.3fr 1fr .9fr; } }
.footer__col--brand { display: grid; gap: 18px; align-content: start; }
.footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; align-content: start; }
.footer__nav a {
  font-family: var(--tech); font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .16em;
  color: color-mix(in srgb, var(--creme) 82%, transparent); width: fit-content;
  background: linear-gradient(currentColor, currentColor) left bottom / 100% 1px no-repeat; padding-bottom: 3px;
  transition: color .3s;
}
.footer__nav a:hover { color: var(--ouro-2); }

/* -- Final: fundo com mais contraste para o texto -- */
.final__scrim { background: linear-gradient(0deg, rgba(9,17,20,.88) 0%, rgba(9,17,20,.52) 46%, rgba(9,17,20,.64) 100%); }

/* ============================================================
   v11 — "Para quem é" (manifesto editorial em split)
   ============================================================ */
.paraquem__grid { display: grid; gap: clamp(28px, 4vw, 64px); grid-template-columns: 1fr; align-items: stretch; }
@media (min-width: 900px) { .paraquem__grid { grid-template-columns: 0.92fr 1.08fr; align-items: center; } }
.paraquem__photo { position: relative; overflow: clip; min-height: 440px; }
@media (min-width: 900px) { .paraquem__photo { min-height: 580px; align-self: stretch; } }
.paraquem__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.paraquem__photo::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(13,24,28,.86) 0%, rgba(13,24,28,.28) 44%, rgba(13,24,28,0) 70%);
}
.paraquem__photo figcaption { position: absolute; inset: 0 0 auto 0; z-index: 2; padding: clamp(24px, 3vw, 44px); }
.paraquem__photo .eyebrow { color: rgba(255,255,255,.82); margin-bottom: 16px; }
.paraquem__photo .eyebrow::before { background: var(--ouro-1); }
.paraquem__title { color: #fff; font-size: clamp(1.9rem, 3vw, 2.9rem); max-width: 16ch; }
.paraquem__title em { color: #fff; }
.paraquem__list { display: grid; }
.paraquem__list li {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(16px, 2.2vw, 30px); align-items: baseline;
  padding: clamp(18px, 2.4vw, 28px) 0; border-top: 1px solid var(--linha);
}
.paraquem__list li:first-child { border-top: none; padding-top: 0; }
.paraquem__idx { font-family: var(--tech); font-weight: 600; font-size: 12px; letter-spacing: .1em; color: var(--ouro-3); padding-top: .55em; }
.paraquem__list p {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.32; color: var(--tinta); text-wrap: balance;
}
.paraquem__fecho {
  margin-top: clamp(22px, 3vw, 34px); padding-top: clamp(22px, 3vw, 34px);
  border-top: 2px solid var(--ouro-3);
  font-family: var(--serif); font-style: italic; font-weight: 600;
  font-size: clamp(1.45rem, 2.1vw, 1.95rem); line-height: 1.25; color: var(--ouro-3); text-wrap: balance;
}

/* ============================================================
   v13 — hero (data/local) + ingressos com seletor de vaga
   ============================================================ */

/* -- rodapé do hero: data à esquerda, círculo, local à direita -- */
.hero__footer {
  position: absolute; left: 0; right: 0; bottom: clamp(24px, 4.5vh, 44px); z-index: 2;
  display: flex; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 52px);
  padding-inline: var(--pad);
}
.hero__footer .hero__scrollbtn { position: static; translate: none; left: auto; bottom: auto; flex: none; }
.hero__fnote {
  font-family: var(--tech); font-weight: 600; font-size: clamp(10px, .85vw, 12px);
  text-transform: uppercase; letter-spacing: .2em; color: rgba(246,239,226,.94);
  text-shadow: 0 1px 12px rgba(13,24,28,.55); display: inline-flex; align-items: center; gap: 7px;
  white-space: nowrap; flex: 1 1 0;
}
.hero__fnote--left { justify-content: flex-end; }
.hero__fnote--right { justify-content: flex-start; }
.hero__pin { flex: none; }
@media (max-width: 520px) {
  .hero__fnote { font-size: 8.5px; letter-spacing: .1em; gap: 4px; }
  .hero__footer { gap: 12px; }
}

/* -- ingressos: apenas 2 cards -- */
@media (min-width: 1120px) { .invest__ledger--duo { grid-template-columns: 1fr 1fr; } }
@media (min-width: 760px) { .invest__ledger--duo { grid-template-columns: 1fr 1fr; } }

/* seletor de vaga */
.plano__seletor { display: grid; gap: 7px; margin: 6px 0 16px; }
.plano__seletor-lbl { font-family: var(--tech); font-weight: 600; font-size: 9px; text-transform: uppercase; letter-spacing: .22em; color: var(--tinta-2); }
.plano__select {
  appearance: none; -webkit-appearance: none; width: 100%; cursor: pointer;
  font-family: var(--sans); font-size: .96rem; color: var(--tinta); line-height: 1.2;
  background: var(--branco); border: 1px solid var(--linha); border-radius: 0;
  padding: 13px 42px 12px 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%2323190E' stroke-width='1.5' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center; background-size: 12px;
  transition: border-color .3s;
}
.plano__select:hover { border-color: var(--tinta-2); }
.plano__select:focus-visible { outline: 2px solid var(--ouro-3); outline-offset: 2px; }
.plano--full .plano__select { border-color: color-mix(in srgb, var(--ouro-3) 45%, var(--linha)); }
.plano__conforto {
  font-family: var(--tech); font-weight: 600; font-size: 10px; letter-spacing: .04em;
  color: var(--ouro-3); margin: -6px 0 14px;
}
.plano__exclusivo {
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .2em;
  color: var(--ouro-3); margin: 4px 0 12px; padding-top: 16px; border-top: 1px solid var(--linha-suave);
  display: flex; align-items: center; gap: 9px;
}
.plano__exclusivo::before { content: '✦'; font-size: 11px; }
.plano__lista--premium { margin-bottom: 30px; }
.plano__lista--premium li { color: var(--tinta); }
.plano__lista--premium li::before {
  content: '✦'; left: 0; top: .1em; width: auto; height: auto; background: none;
  color: var(--ouro-3); font-size: .82em; line-height: 1;
}

/* ============================================================
   v14 — cartões de ingresso alinhados à identidade
   ============================================================ */
/* tags como as da seção Experiências: Full dourado, Experience verde-escuro */
.plano__mod {
  align-self: flex-start; width: fit-content; display: inline-block;
  font-family: var(--tech); font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: .22em;
  padding: 8px 15px 7px; border-radius: 0; margin-bottom: 2px;
  background: var(--mar); color: var(--creme);
}
.plano--full .plano__mod { background: var(--grad-ouro); color: var(--tinta); }
.plano__name { margin-top: 12px; }

/* cluster de compra fixado ao pé do card: valor → seletor → CTA */
.plano__buy { margin-top: auto; display: grid; gap: 13px; padding-top: clamp(22px, 3vw, 32px); }
.plano__buy .plano__parcela { margin: 0; }
.plano__buy .plano__avista { margin: 0; }
.plano__buy .plano__conforto { margin: 0; }
.plano__buy .btn { margin-top: 3px; }

/* seletor estiloso e integrado — mesma pegada tech dos botões */
.plano__select {
  font-family: var(--tech); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .1em;
  background-color: color-mix(in srgb, var(--areia-2) 42%, transparent);
  padding: 16px 42px 15px 16px;
}
.plano--full .plano__select {
  background-color: color-mix(in srgb, var(--ouro-2) 22%, transparent);
  border-color: color-mix(in srgb, var(--ouro-3) 48%, var(--linha));
}

/* estrelinha ✦ em TODOS os itens das listas (ingressos + suíte) */
.plano__lista li::before, .suite__lista li::before {
  content: '✦'; left: 0; top: .12em; width: auto; height: auto; background: none;
  color: var(--ouro-3); font-size: .82em; line-height: 1;
}

/* ============================================================
   v15 — redesign dos cards: cards de verdade + herói destacado
   ============================================================ */
.invest__ledger--duo { border: none; gap: clamp(20px, 3vw, 34px); align-items: start; margin-top: clamp(36px, 5vw, 60px); }

.invest__ledger--duo .plano {
  border: 1px solid var(--linha); background: var(--branco);
  padding: clamp(30px, 3vw, 46px) clamp(24px, 2.4vw, 36px) clamp(28px, 3vw, 40px);
  box-shadow: 0 26px 54px -40px rgba(35, 25, 14, .42);
  overflow: visible;
}
.invest__ledger--duo .plano + .plano { border-left: 1px solid var(--linha); }
/* barras de topo removidas (revertido) */
.invest__ledger--duo .plano::before { display: none; }
/* herói */
.invest__ledger--duo .plano--full {
  background: color-mix(in srgb, var(--ouro-2) 8%, var(--branco));
  border-color: color-mix(in srgb, var(--ouro-3) 50%, var(--linha));
  box-shadow: 0 36px 74px -34px rgba(219, 145, 57, .5);
}
@media (min-width: 760px) { .invest__ledger--duo .plano--full { border-width: 1.5px; } }
/* selo Recomendado */
.plano__badge {
  position: absolute; top: 0; right: clamp(18px, 2vw, 30px); transform: translateY(-50%); z-index: 3;
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .2em;
  color: var(--tinta); background: var(--grad-ouro); padding: 8px 15px 7px; border-radius: 0;
  box-shadow: 0 10px 22px -8px rgba(219, 145, 57, .65);
}
/* upsell (preenche o card Experience e empurra pra Full) */
.plano__upsell {
  margin-top: 4px; padding-top: 16px; border-top: 1px solid var(--linha-suave);
  font-size: .9em; line-height: 1.5; color: var(--tinta-2);
}
.plano__upsell strong { color: var(--ouro-3); font-weight: 600; }
.plano__lista--premium li::before { color: var(--ouro-3); font-size: .82em; top: .12em; }
/* selo de lote acima do preço */
.plano__lote {
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .16em;
  color: var(--ouro-3); margin-bottom: -2px;
}
.plano__buy { gap: clamp(10px, 1.4vw, 14px); }
/* link pro comparativo */
.invest__vercomp { text-align: center; margin-top: clamp(22px, 3vw, 32px); }
.invest__vercomp a {
  font-family: var(--tech); font-weight: 600; font-size: 11px; text-transform: uppercase; letter-spacing: .16em;
  color: var(--tinta); background: linear-gradient(var(--ouro-3), var(--ouro-3)) left bottom / 100% 1px no-repeat;
  padding-bottom: 3px; transition: color .3s;
}
.invest__vercomp a:hover { color: var(--ouro-3); }

/* ============================================================
   v16 — ajustes finais nos cards (revert parcial + tweaks)
   ============================================================ */
/* "↑ Selecione acima" grudado logo abaixo do seletor */
.plano__hint {
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; text-transform: uppercase; letter-spacing: .18em;
  color: var(--tinta-2); text-align: center; margin-top: -6px;
}
/* o contador discreto do v16 virou o aviso vermelho do v19 */
.btn.is-esgotado { pointer-events: none; opacity: .5; }

/* texto de conforto: serifada em itálico */
.plano__conforto {
  font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1rem;
  text-transform: none; letter-spacing: 0; color: var(--ouro-3); line-height: 1.35;
}

/* ============================================================
   v19 — porta de entrada, modo convidado, contador de vagas,
   contagem regressiva e pop-up de quarto
   ============================================================ */

/* `[hidden]` precisa ganhar de qualquer classe que declare
   display (.plano__alerta é flex, .gate__erro é grid...), senão
   o elemento aparece mesmo escondido pelo JS. */
[hidden] { display: none !important; }

/* ---------- Membro × convidado ----------
   As duas classes só ESCONDEM — nunca forçam um display. Assim
   o elemento mantém o display natural dele (span inline, li
   list-item, .plano__alerta flex) quando está visível.
   O seletor começa em `html` de propósito: precisa de peso
   maior que as classes de componente. */
html:not([data-acesso="convidado"]) .so-convidado { display: none; }
html[data-acesso="convidado"] .so-membro { display: none; }
/* sobra um card só: ele deixa de ser metade da grade */
html[data-acesso="convidado"] .invest__ledger--duo {
  grid-template-columns: minmax(0, 560px); justify-content: center;
}
/* e sobram dois quartos: a grade de três deixaria um vão */
@media (min-width: 900px) {
  html[data-acesso="convidado"] .rooms__grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- Porta de entrada ---------- */
/* Só a página que roda o gate ganha `gate-ativo` — sem isso a
   regra travaria a rolagem de qualquer página que use este CSS. */
html.gate-ativo body { overflow: hidden; }
html.gate-ativo main,
html.gate-ativo .nav,
html.gate-ativo .footer,
html.gate-ativo .sticky-cta { visibility: hidden; }
html.gate-liberado .gate { display: none; }
body.gate-travado { overflow: hidden; }

.gate {
  position: fixed; inset: 0; z-index: 6000; display: grid;
  /* `safe` para que, em tela baixa, o topo do card não fique
     inalcançável acima da área de rolagem */
  place-items: safe center;
  overflow-y: auto; overscroll-behavior: contain;
  padding: clamp(20px, 5vw, 48px); color: var(--creme); text-align: center;
  transition: opacity .4s var(--ease);
}
/* o fundo acompanha a rolagem em vez de deslizar junto */
.gate__bg { position: fixed; }
.gate.is-saindo { opacity: 0; pointer-events: none; }
.gate__bg { position: absolute; inset: 0; overflow: hidden; }
.gate__bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.gate__scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 50% 45%, rgba(13, 33, 38, .55) 0%, rgba(13, 33, 38, .88) 62%, rgba(9, 22, 26, .96) 100%),
    linear-gradient(180deg, rgba(9, 22, 26, .5), rgba(9, 22, 26, .82));
}
.gate__card { position: relative; width: min(540px, 100%); display: grid; justify-items: center; }
.gate__logo {
  display: block; width: clamp(170px, 40vw, 220px); height: 24px; background: var(--creme);
  -webkit-mask: url('assets/img/logo-wordmark.svg') center / contain no-repeat;
  mask: url('assets/img/logo-wordmark.svg') center / contain no-repeat;
}
.gate__meta {
  font-family: var(--tech); font-weight: 600; font-size: 10.5px; letter-spacing: .28em;
  text-transform: uppercase; color: color-mix(in srgb, var(--creme) 62%, transparent);
  margin-top: 18px; padding-bottom: clamp(26px, 5vw, 38px);
  border-bottom: 1px solid color-mix(in srgb, var(--creme) 18%, transparent); width: 100%;
}
.gate__tela { display: none; width: 100%; }
.gate__tela.is-on { display: grid; justify-items: center; gap: 18px; animation: gate-entra .5s var(--ease) both; }
@keyframes gate-entra { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.gate__lead {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  line-height: 1.2; margin-top: clamp(26px, 5vw, 38px); max-width: 20ch;
}
.gate__lead em { color: var(--ouro-2); }
.gate__pergunta {
  font-family: var(--tech); font-weight: 600; font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: color-mix(in srgb, var(--creme) 68%, transparent);
}
.gate__texto {
  font-size: .96em; line-height: 1.7; max-width: 46ch;
  color: color-mix(in srgb, var(--creme) 78%, transparent);
}
.gate__texto strong { color: var(--creme); font-weight: 500; }
.gate__texto--nota { color: var(--ouro-2); font-size: .9em; }
.gate__texto--nota strong { color: var(--ouro-1); }
.gate__acoes { display: grid; gap: 12px; width: min(340px, 100%); }
.gate .btn { width: 100%; }
.btn--gate { border-color: color-mix(in srgb, var(--creme) 40%, transparent); color: var(--creme); }
.btn--gate:hover { background: var(--creme); color: var(--tinta); border-color: var(--creme); }
.btn--gate-gold { background: var(--grad-ouro); background-size: 200% 100%; border-color: transparent; color: var(--tinta); }
/* redeclara o gradiente: o :hover do .btn--gate é um atalho
   `background:` e zeraria a imagem de fundo do botão dourado */
.btn--gate-gold:hover {
  background: var(--grad-ouro); background-size: 200% 100%; background-position: 90% 0;
  color: var(--tinta); border-color: transparent;
}
.gate__input {
  width: min(360px, 100%); font-family: var(--sans); font-size: 1.02rem; text-align: center;
  color: var(--creme); background: color-mix(in srgb, var(--creme) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--creme) 30%, transparent); border-radius: 100px;
  padding: 17px 20px 16px; transition: border-color .3s, background .3s;
}
.gate__input::placeholder { color: color-mix(in srgb, var(--creme) 40%, transparent); }
.gate__input:focus { outline: none; border-color: var(--ouro-1); background: color-mix(in srgb, var(--creme) 12%, transparent); }
.gate__tela[data-tela="email"] .btn { width: min(360px, 100%); }
/* Erro do gate: tem cara de alerta, não de recado. Fundo
   vermelho, símbolo de atenção e o botão como única saída. */
.gate__erro {
  display: grid; justify-items: center; gap: 13px; width: min(400px, 100%);
  background: #B3341F; border: 1px solid #E06B52;
  border-radius: 12px; padding: 22px 20px 20px;
  box-shadow: 0 22px 46px -22px rgba(179, 52, 31, .8);
}
.gate__erro-titulo {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--tech); font-weight: 700; font-size: 11.5px; letter-spacing: .1em;
  text-transform: uppercase; line-height: 1.35; color: #FFF;
}
.gate__erro-titulo span { font-size: 17px; line-height: 1; flex: none; }
.gate__erro-txt { font-size: .92em; line-height: 1.6; color: #FFE2DA; }
.gate__zap {
  font-family: var(--tech); font-weight: 700; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--tinta); background: var(--creme); padding: 15px 26px 14px; border-radius: 100px;
  width: 100%; text-align: center; transition: background .3s var(--ease);
  position: relative; z-index: 0; overflow: hidden;
}
.gate__zap:hover { background: #FFF; }
.gate__voltar {
  background: none; border: none; cursor: pointer; padding: 6px;
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase;
  color: color-mix(in srgb, var(--creme) 52%, transparent); transition: color .3s;
}
.gate__voltar::before { content: '← '; }
.gate__voltar:hover { color: var(--creme); }
.gate__relogio {
  font-family: var(--tech); font-weight: 600; font-size: clamp(2.4rem, 8vw, 3.4rem); line-height: 1;
  font-variant-numeric: tabular-nums; background: var(--grad-ouro);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Aviso de vagas ----------
   Pílula estreita, abaixo do CTA. Preenchido e retangular ele
   competia com o botão: em cima de um bloco dourado clicável,
   um segundo bloco vermelho parece outro botão. Aqui vira
   selo de status — vermelho, mas sem cara de coisa clicável. */
.plano__alerta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: fit-content; max-width: 100%; margin-inline: auto;
  font-family: var(--tech); font-weight: 600; font-size: 9.5px;
  text-transform: uppercase; letter-spacing: .1em; text-align: center;
  color: #A63A21; background: color-mix(in srgb, #B4442A 10%, transparent);
  border: 1px solid color-mix(in srgb, #B4442A 38%, transparent);
  border-radius: 0; padding: 9px 17px 8px;
}
.plano__alerta strong { font-weight: 700; font-size: 1.15em; color: #8E2F1C; }
.plano__alerta i {
  width: 6px; height: 6px; border-radius: 50%; flex: none; background: #B4442A;
  animation: pulso-alerta 1.8s ease-out infinite;
}
@keyframes pulso-alerta {
  0%   { box-shadow: 0 0 0 0 rgba(180, 68, 42, .55); }
  70%  { box-shadow: 0 0 0 7px rgba(180, 68, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(180, 68, 42, 0); }
}
@media (prefers-reduced-motion: reduce) { .plano__alerta i { animation: none; } }

/* ---------- MVM Brasil incluso (modo convidado) ---------- */
.plano__mvmbr strong { color: var(--tinta); font-weight: 500; }
.plano__vermais {
  display: block; margin-top: 6px; padding: 0; background: none; border: none; cursor: pointer;
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ouro-3); border-bottom: 1px solid color-mix(in srgb, var(--ouro-3) 55%, transparent);
}
.plano__vermais::after { content: ' ↓'; }
.plano__vermais[aria-expanded="true"]::after { content: ' ↑'; }
.plano__mvmbr-lista {
  display: grid; gap: 7px; margin: 12px 0 4px; padding: 14px 14px 14px 16px;
  background: color-mix(in srgb, var(--areia-2) 34%, transparent); border-radius: 6px;
}
.plano__mvmbr-lista li { position: relative; padding-left: 16px; font-size: .86em; line-height: 1.45; color: var(--tinta-2); }
.plano__mvmbr-lista li::before {
  content: '✦'; position: absolute; left: 0; top: .1em;
  color: var(--ouro-3); font-size: .78em; line-height: 1.5;
}

/* ---------- Nome do hotel no eyebrow do resort ---------- */
.eyebrow__ponto { width: 5px; height: 5px; border-radius: 50%; background: var(--ouro-3); flex: none; }
/* nome do hotel some no mobile (espaço curto) — a bolinha some junto,
   senão sobra flutuando sem nada depois dela */
@media (max-width: 767px) { #resort .eyebrow__ponto, #resort .local__hotelnome { display: none; } }

/* ---------- Suíte Master: a exclusividade sublinhada ---------- */
.room__mod--marcado {
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px;
  text-decoration-color: color-mix(in srgb, var(--ouro-3) 55%, transparent);
}

/* ---------- Contagem regressiva ---------- */
.contagem { background: var(--mar); color: var(--creme); padding: clamp(16px, 2.4vw, 24px) 0; }
.contagem__inner { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2.4vw, 28px); flex-wrap: wrap; }
.contagem__label {
  font-family: var(--tech); font-weight: 600; font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  color: color-mix(in srgb, var(--creme) 60%, transparent);
}
.contagem__blocos { display: flex; gap: clamp(14px, 2.4vw, 30px); }
.contagem__bloco { display: grid; justify-items: center; }
.contagem__bloco b {
  font-family: var(--tech); font-weight: 700; font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1;
  font-variant-numeric: tabular-nums; background: var(--grad-ouro);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.contagem__bloco i {
  font-style: normal; font-family: var(--tech); font-weight: 600; font-size: 8.5px;
  letter-spacing: .22em; text-transform: uppercase; margin-top: 7px;
  color: color-mix(in srgb, var(--creme) 55%, transparent);
}
/* No celular tudo cabe em UMA linha: nada de sobra embaixo.
   Encolhe rótulos e números, tira o "2026" e aperta os vãos. */
@media (max-width: 620px) {
  .contagem__inner { width: calc(100% - 20px); gap: 7px; flex-wrap: nowrap; }
  /* nowrap nos dois rótulos: o de trás não pode empilhar em
     três linhinhas nem cair para baixo dos números */
  .contagem__label { font-size: 7px; letter-spacing: .06em; white-space: nowrap; }
  .contagem__blocos { gap: 7px; }
  .contagem__bloco b { font-size: 1.3rem; }
  .contagem__bloco i { font-size: 6.5px; letter-spacing: .08em; margin-top: 4px; }
  .contagem__ano { display: none; }
}

/* A foto da participante sai do mosaico no celular (pedido do
   Lucca) — no desktop o mosaico continua com as cinco. */
@media (max-width: 767px) { .prova__so-desktop { display: none; } }

/* ---------- Pop-up de quarto ---------- */
body.quarto-aberto { overflow: hidden; }
.quarto { position: fixed; inset: 0; z-index: 5500; display: grid; place-items: center; padding: clamp(16px, 4vw, 40px); }
.quarto[hidden] { display: none; }
.quarto__fundo { position: absolute; inset: 0; background: rgba(13, 33, 38, .72); backdrop-filter: blur(3px); }
.quarto__card {
  position: relative; width: min(520px, 100%); max-height: 92svh;
  overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
  background: var(--branco); color: var(--tinta); border: 1px solid var(--linha);
  padding: clamp(26px, 4vw, 40px); box-shadow: 0 40px 90px -30px rgba(35, 25, 14, .6);
  animation: gate-entra .35s var(--ease) both;
}
.quarto__x {
  position: absolute; top: 12px; right: 16px; background: none; border: none; cursor: pointer;
  font-size: 26px; line-height: 1; color: var(--tinta-2); padding: 6px;
}
.quarto__x:hover { color: var(--tinta); }
.quarto__title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem, 3.2vw, 2.2rem); line-height: 1.08; }
.quarto__title em { color: var(--ouro-3); }
.quarto__resumo {
  font-family: var(--tech); font-weight: 600; font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--tinta-2); margin-top: 10px;
}
.quarto__form { display: grid; gap: 12px; margin-top: clamp(20px, 3vw, 28px); }
.quarto__opcao {
  display: flex; gap: 13px; align-items: flex-start; cursor: pointer;
  border: 1px solid var(--linha); padding: 16px 18px; transition: border-color .3s, background .3s;
}
.quarto__opcao:has(input:checked) { border-color: var(--ouro-3); background: color-mix(in srgb, var(--ouro-2) 12%, transparent); }
.quarto__opcao input { margin-top: 4px; accent-color: var(--ouro-3); flex: none; }
.quarto__opcao-txt { display: grid; gap: 3px; }
.quarto__opcao-txt strong { font-weight: 500; }
.quarto__opcao-txt small { font-size: .86em; line-height: 1.45; color: var(--tinta-2); }
.quarto__nomes { display: grid; gap: 10px; padding: 16px 18px; background: color-mix(in srgb, var(--areia-1) 70%, transparent); }
.quarto__nomes[hidden] { display: none; }
/* "Quem vai com você" e "Pessoa 1" eram praticamente a mesma coisa
   (mesma cor, mesmo peso, meio pixel de diferença), então o título do
   bloco não se lia como título. O destaque é de leve, na mesma
   gramática do site: cor cheia, o filete dourado do eyebrow e um
   respiro embaixo. Os rótulos dos campos recuam no peso e no corpo,
   não na cor — contraste de leitura fica igual. */
.quarto__nomes-titulo {
  font-family: var(--tech); font-weight: 600; font-size: 10.5px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--tinta);
  display: flex; align-items: center; gap: 9px; margin-bottom: 4px;
}
.quarto__nomes-titulo::before {
  content: ''; width: 16px; height: 1px; background: var(--ouro-3); flex: none;
}
.quarto__campo { display: grid; gap: 5px; }
.quarto__campo span {
  font-family: var(--tech); font-weight: 500; font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--tinta-2);
}
.quarto__campo input {
  font-family: var(--sans); font-size: .96rem; color: var(--tinta);
  background: var(--branco); border: 1px solid var(--linha); padding: 12px 14px;
}
.quarto__campo input:focus { outline: none; border-color: var(--ouro-3); }
.quarto__add {
  justify-self: start; background: none; border: none; cursor: pointer; padding: 4px 0;
  font-family: var(--tech); font-weight: 600; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ouro-3); border-bottom: 1px solid color-mix(in srgb, var(--ouro-3) 55%, transparent);
}
.quarto__sobra {
  font-family: var(--serif); font-style: italic; font-size: .98rem; line-height: 1.4; color: var(--ouro-3);
}
.quarto__erro {
  font-size: .88em; line-height: 1.45; color: #B4442A; text-align: center;
  background: color-mix(in srgb, #B4442A 9%, transparent); padding: 11px 14px;
}
.quarto__aviso { font-size: .84em; line-height: 1.5; color: var(--tinta-2); }
.quarto__aviso strong { color: var(--tinta); font-weight: 500; }
/* Aviso da quantidade a ajustar no checkout: feito e descartado em
   04/08/2026 (o Lucca preferiu não ter). Se voltar o assunto: o
   checkout da Kiwify abre SEMPRE com 1 ingresso e não há como mudar
   isso do nosso lado — ele ignora quantity/qty/quantidade/qtd/tickets
   na URL (aceita só name, email, cpf, phone, region + rastreio), a
   página é de outro domínio (nenhum script nosso roda lá) e a API
   pública não tem endpoint de carrinho/checkout. Testado, não
   suposto. */
.quarto__cta { margin-top: 4px; }

/* ---------- Respiro entre o título do card e a lista ---------- */
.plano__name { margin-bottom: clamp(18px, 2.2vw, 26px); }
.quarto__title { margin-bottom: 4px; }

/* ============================================================
   v20 — fotos novas, carrossel da Suíte e acerto do mobile
   ============================================================ */

/* ---------- Carrossel dentro do bloco da Suíte Master ----------
   O bloco foi feito para UMA foto absoluta preenchendo a coluna.
   O carrossel assume esse papel: ele vira o elemento absoluto e
   as imagens de dentro voltam a ser estáticas para poderem
   deslizar em linha. */
.car--suite { position: absolute; inset: 0; }
.car--suite .car__track { height: 100%; }
.suite__media .car--suite .car__track img {
  position: static; width: 100%; height: 100%; object-fit: cover;
}
@media (max-width: 959px) { .suite__media { min-height: 62vw; } }

/* ---------- Foto da seção "Para quem é" ----------
   Retrato: o enquadramento tem que segurar o rosto no alto,
   senão a legenda por cima corta a pessoa na altura dos olhos. */
.paraquem__photo img { object-position: 50% 22%; }

/* Sobra do layout antigo (linha 928): quando o título era um
   heading solto no meio da seção ele era centralizado e tinha
   58px de margem embaixo. Hoje ele é legenda dentro da foto —
   centralizado ele briga com o eyebrow à esquerda, e a margem
   empurra o bloco para fora do gradiente. */
.paraquem__photo .paraquem__title { text-align: left; margin-bottom: 0; }

/* ============================================================
   v20 — celular: respiro e escala de título

   O ritmo vertical foi desenhado no desktop. No telefone as
   mesmas medidas viram vão vazio (96px em cima e 96px embaixo
   de cada seção somam quase uma tela inteira de nada entre um
   assunto e o outro), e a serifada travada no piso do clamp
   fica larga demais para 375px de largura útil.
   ============================================================ */
@media (max-width: 620px) {
  :root { --sec: 66px; }

  /* títulos: deixam de ter piso fixo e passam a acompanhar a
     largura real da tela, sem encostar nas margens */
  h2                { font-size: clamp(2rem, 8.4vw, 2.7rem); }
  .contexto__title  { font-size: clamp(2.1rem, 9vw, 2.9rem); }
  .final__title     { font-size: clamp(2.1rem, 9vw, 2.9rem); }
  .invest__big      { font-size: clamp(1.95rem, 8.2vw, 2.6rem); max-width: 16ch; }
  .exp__title       { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  .suite__title     { font-size: clamp(2.1rem, 9vw, 2.8rem); }

  /* mora dentro da foto e era o menor título do site — no
     celular parecia legenda, não título de seção */
  .paraquem__title  { font-size: clamp(1.9rem, 8.2vw, 2.5rem); max-width: 13ch; }
  .paraquem__photo  { min-height: 380px; }
  .paraquem__photo figcaption { padding: 22px 20px; }

  /* parágrafo longo centralizado cansa em coluna estreita */
  .objecao__body { text-align: left; }

  /* Suíte Master vazando pela direita: a causa não era o carrossel
     novo, era o CTA "Falar com o time · Sob consulta" — `.btn` tem
     `white-space:nowrap` de base, e esse texto sem quebra é mais
     largo que a coluna mobile. Um item de grid/flex sem min-width
     explícito herda `min-width:auto` (= o tamanho mínimo do
     conteúdo), então o botão inteiro "puxava" a célula do grid
     (foto + textos juntos) para caber a linha única do texto.
     Deixar o texto quebrar em duas linhas resolve a causa raiz;
     min-width:0 é a rede de segurança para o próximo caso parecido. */
  .suite__content, .suite__media { min-width: 0; }
  [data-checkout="suiteMaster"] { white-space: normal; text-align: center; }

  /* as margens internas somavam com o --sec e dobravam o vazio */
  .pilares__title      { margin-bottom: 34px; }
  .prova__collage      { margin-top: 40px; }
  .prova__quotes       { margin-top: 40px; }
  .rooms__grid         { margin-top: 32px; }
  .roteiro__grid       { margin-top: 32px; }
  .exps .wrap + .exp   { margin-top: 32px; }
  .comp__scroll        { margin-top: 26px; }
  .invest__ledger--duo { margin-top: 26px; }
  .suite               { margin-top: 44px; }
  .rooms__intro        { margin-top: 14px; }

  /* comparativo: cabe mais coisa por tela antes de precisar arrastar */
  .comp__table { min-width: 512px; }
  .comp__table th, .comp__table td { padding: 11px 10px; font-size: .82em; }
  .comp__table thead th { font-size: 1.1rem; padding-block: 15px; }
  .comp__table tbody th, .comp__table thead th:first-child { max-width: 104px; min-width: 96px; }
}

/* ============================================================
   v21 — não-membro no WhatsApp, seção de dúvidas, foto em
   retrato na Live Open Arena e aéreo do celular em retrato
   ============================================================ */

/* ---------- Não-membro: nenhum valor na página ----------
   A oferta de quem ainda não é membro (ingresso + 12 meses de MVM
   Brasil) é fechada no 1 a 1: os CTAs vão para o WhatsApp (main.js)
   e o preço é dito na conversa. Sai da página tudo que é valor —
   inclusive o seletor de tipo de vaga e as duas linhas de apoio
   dele, que só existiam para trocar o preço exibido. */
html[data-acesso="convidado"] .plano__parcela,
html[data-acesso="convidado"] .plano__avista,
html[data-acesso="convidado"] .plano__select,
html[data-acesso="convidado"] .plano__hint,
html[data-acesso="convidado"] .plano__conforto,
html[data-acesso="convidado"] .invest__tag { display: none; }
/* sem o bloco de preço, o CTA precisa do respiro que ele dava */
html[data-acesso="convidado"] .plano__buy { margin-top: 30px; }

/* ---------- "Ficou com alguma dúvida?" ----------
   Mesmo fundo do FAQ de propósito: é o fecho dele, não uma seção
   nova. O filete no topo repete o ritmo das linhas da lista e a
   largura casa com a do .faq__list (780px). */
.duvidas { background: var(--mar-2); color: var(--creme); padding-bottom: var(--sec); }
.duvidas__inner {
  max-width: 780px; display: grid; justify-items: center; text-align: center;
  gap: clamp(14px, 2vw, 20px);
  padding-top: clamp(36px, 5.5vw, 60px); border-top: 1px solid rgba(246, 239, 226, .18);
}
.duvidas__title { color: var(--creme); font-size: clamp(2rem, 4vw, 3.2rem); max-width: 22ch; }
.duvidas__txt { color: color-mix(in srgb, var(--creme) 74%, transparent); max-width: 46ch; }
.duvidas__inner > div { margin-top: clamp(8px, 1.6vw, 14px); }

/* ---------- Live Open Arena: a única foto em retrato ----------
   Todos os quadros da seção têm a mesma medida, inclusive este: a
   foto (948×1660) entra deitada no quadro largo e o `cover` corta o
   que sobra em cima e embaixo. 54% em vez de 50% desce o recorte o
   suficiente para segurar a cena que importa (as pessoas, a bancada
   e o painel), em vez de gastar metade do quadro com céu. */
#exp-liveshop .exp__media img { object-position: 50% 54%; }

/* ---------- Experiências: os seis quadros na MESMA medida ----------
   A grade é 1.15fr 1fr e, nas linhas invertidas, a foto vai para a
   segunda coluna: ela saía 90px mais estreita que as outras (678 ×
   589). Invertendo as frações junto, a foto fica sempre na coluna
   larga e os seis quadros medem igual. */
@media (min-width: 960px) {
  .exp--invert { grid-template-columns: 1fr 1.15fr; }
}

/* ---------- Aéreo no celular: quadro em retrato ----------
   A foto é panorâmica (3168×1344) e no celular era recortada numa
   faixa baixa: os cinco pins tinham ~500px de altura para se
   distribuir, três se empilhavam no topo e a linha pontilhada do
   último saía pela borda de baixo. Num quadro alto cada pin tem
   onde respirar — as posições do celular vêm de `--xm/--ym`
   (inline no HTML; sem trocar a variável lida, o style inline
   ganharia de qualquer regra daqui). */
@media (max-width: 700px) {
  .aereo__media img { height: clamp(620px, 96svh, 880px); }
  .aereo__pin {
    left: clamp(78px, var(--xm, var(--x)), calc(100% - 78px));
    top: var(--ym, var(--y));
  }
}

/* ============================================================
   v22 — FAQ reescrito, mosaico da Suíte Master e acertos do celular
   ============================================================ */

/* ---------- FAQ com respostas em mais de um parágrafo ----------
   A regra base dá 26px embaixo de cada <p>. Com duas ou três frases
   separadas isso vira um vão do tamanho de uma linha entre elas; os
   26px só fazem sentido no último, que fecha a resposta. */
.faq__item p:not(:last-of-type) { padding-bottom: 12px; }
/* atalho para a tabela do comparativo, dentro da primeira resposta */
.faq__item a {
  color: var(--ouro-2);
  background: linear-gradient(currentColor, currentColor) left bottom / 100% 1px no-repeat;
  padding-bottom: 2px; transition: color .3s var(--ease);
}
.faq__item a:hover { color: var(--ouro-1); }

/* A Suíte Master voltou ao layout original (carrossel à esquerda,
   texto à direita, lado a lado): tanto o mosaico 2×2 quanto a versão
   empilhada com faixa 16/9 foram testadas e reprovadas em 04/08/2026.
   Não tentar de novo sem motivo novo. O que continua verdade é o
   diagnóstico: as fotos da suíte só existem em 1024×683, então numa
   coluna estreita e alta elas sempre vão sair com zoom e um pouco
   moles. A saída real é foto nova da suíte, não CSS. */

/* ---------- Celular: fotos das experiências menos verticais ----------
   72vh de altura numa coluna de 350px dava um retrato de 1:1,7 para
   fotos que são paisagem: sobrava altura e o corte comia as laterais
   da cena. Vale para os seis quadros, sem exceção — a seção só
   funciona se todas as fotos tiverem a mesma medida. */
@media (max-width: 767px) {
  .exp__media { height: clamp(250px, 46vh, 400px); }
}

@media (max-width: 620px) {
  /* "Escolha sua categoria de acesso" não cabe em uma linha com
     .38em de entreletra: no celular fica só "Escolha sua categoria" */
  .invest__eyebrow-resto { display: none; }
}
