/* ==========================================================================
   Pé na Areia — Identidade visual
   Paleta "Maré ao Entardecer": areia, mar profundo, coral do poente e dourado.
   Tipografia: Cormorant Garamond (títulos), Pinyon Script (assinatura), Jost (texto).
   ========================================================================== */

:root {
  --areia-clara: #FAF6EF;
  --areia: #F3EADB;
  --areia-escura: #E4D5BD;
  --mar: #0D4650;
  --mar-medio: #1B6470;
  --mar-noite: #082C33;
  --poente: #D0704C;
  --poente-escuro: #B85B39;
  --poente-claro: #EBA586;
  --dourado: #B38B55;
  --dourado-claro: #D9BD8C;
  --tinta: #1D2A2D;
  --tinta-suave: #56676A;
  --linha: rgba(29, 42, 45, .12);
  --branco: #fff;

  --f-titulo: "Cormorant Garamond", "Cormorant", Garamond, "Times New Roman", serif;
  --f-script: "Pinyon Script", "Brush Script MT", cursive;
  --f-texto: "Jost", "Avenir Next", "Segoe UI", system-ui, sans-serif;

  --container: 1240px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --raio: 20px;
  --raio-g: 32px;
  --topo-h: 84px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --sombra: 0 30px 60px -30px rgba(8, 44, 51, .35);
  --sombra-leve: 0 12px 30px -18px rgba(8, 44, 51, .3);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--topo-h) + 16px); }
body {
  margin: 0;
  font-family: var(--f-texto);
  font-weight: 300;
  font-size: clamp(1rem, .96rem + .2vw, 1.0625rem);
  line-height: 1.7;
  color: var(--tinta);
  background: var(--areia-clara);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
strong, b { font-weight: 500; }
h1, h2, h3, h4 { font-family: var(--f-titulo); font-weight: 400; line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--poente); }
p { margin: 0 0 1.1em; }
::selection { background: var(--poente); color: #fff; }
:focus-visible { outline: 2px solid var(--poente); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }

.i { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.pular { position: absolute; left: 1rem; top: -100px; z-index: 999; background: var(--mar); color: #fff; padding: .7rem 1.2rem; border-radius: 99px; }
.pular:focus { top: 1rem; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- Marca ---------- */
.marca { width: 48px; height: 48px; color: currentColor; overflow: visible; }
.m-aro { fill: none; stroke: currentColor; stroke-width: 1.1; opacity: .55; }
.m-sol { fill: var(--poente); }
.m-raios { fill: none; stroke: var(--poente); stroke-width: 1.8; stroke-linecap: round; }
.m-onda { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.m-pes { fill: currentColor; }

.logo { display: inline-flex; align-items: center; gap: .8rem; line-height: 1; }
.logo__texto { display: flex; flex-direction: column; gap: .3rem; }
.logo__nome { font-family: var(--f-titulo); font-size: 1.75rem; font-weight: 500; letter-spacing: .01em; white-space: nowrap; }
.logo__nome i { font-family: var(--f-script); font-style: normal; font-weight: 400; font-size: 1.15em; color: var(--poente); margin: 0 .04em; position: relative; top: .04em; }
.logo__sub { font-size: .6rem; letter-spacing: .32em; text-transform: uppercase; font-weight: 400; opacity: .75; white-space: nowrap; }
.logo--grande .marca { width: 64px; height: 64px; }
.logo--grande .logo__nome { font-size: 2.3rem; }
.logo:hover .m-sol { animation: nascer 1.2s var(--ease); }
@keyframes nascer { 0% { transform: translateY(6px); opacity: .3; } 100% { transform: none; opacity: 1; } }

/* ---------- Tipografia utilitária ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .9rem;
  font-size: .75rem; font-weight: 400; letter-spacing: .3em; text-transform: uppercase;
  color: var(--dourado); margin-bottom: 1.3rem;
}
.eyebrow::before { content: ""; width: 2.4rem; height: 1px; background: currentColor; }
.eyebrow--centro::after { content: ""; width: 2.4rem; height: 1px; background: currentColor; }
.titulo { font-size: clamp(2.3rem, 1.4rem + 3.6vw, 4.4rem); font-weight: 300; }
.titulo--m { font-size: clamp(2rem, 1.3rem + 2.4vw, 3.2rem); font-weight: 300; }
.script { font-family: var(--f-script); font-weight: 400; color: var(--poente); font-size: 1.3em; line-height: .8; font-style: normal; }
.lead { font-size: clamp(1.08rem, 1rem + .35vw, 1.28rem); color: var(--tinta-suave); max-width: 62ch; }
.centro { text-align: center; }
.centro .lead { margin-inline: auto; }
.cabecalho-secao { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.cabecalho-secao.centro { max-width: 820px; margin-inline: auto; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.cabecalho-secao--lado { display: flex; justify-content: space-between; align-items: end; gap: 2rem; flex-wrap: wrap; }
.cabecalho-secao--lado > div { max-width: 700px; }

/* ---------- Botões ---------- */
.btn {
  --bg: var(--mar); --fg: #fff;
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1.05rem 1.9rem; border-radius: 999px; border: 1px solid transparent;
  background: var(--bg); color: var(--fg);
  font-size: .8rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
  overflow: hidden; isolation: isolate; white-space: nowrap;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background-color .3s, color .3s;
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: rgba(255, 255, 255, .16); transform: translateX(-101%); transition: transform .6s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(8, 44, 51, .5); }
.btn:hover::before { transform: none; }
.btn .i { width: 1.1rem; height: 1.1rem; transition: transform .4s var(--ease); }
.btn:hover .i-seta, .btn:hover [href="#i-seta"] { transform: translateX(3px); }
.btn--primario { --bg: var(--poente); }
.btn--primario:hover { --bg: var(--poente-escuro); }
.btn--claro { --bg: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .55); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.btn--claro:hover { --bg: #fff; --fg: var(--mar); }
.btn--linha { --bg: transparent; --fg: var(--mar); border-color: rgba(13, 70, 80, .35); }
.btn--linha:hover { --bg: var(--mar); --fg: #fff; }
.btn--pequeno { padding: .75rem 1.35rem; font-size: .72rem; }
.btn--bloco { width: 100%; }

.link-seta { display: inline-flex; align-items: center; gap: .55rem; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; color: var(--mar); border-bottom: 1px solid currentColor; padding-bottom: .3rem; }
.link-seta .i { transition: transform .35s var(--ease); width: 1rem; height: 1rem; }
.link-seta:hover .i { transform: translateX(4px); }

/* ---------- Topo ---------- */
.topo {
  position: fixed; inset: 0 0 auto; z-index: 100;
  padding-top: env(safe-area-inset-top, 0px);
  color: #fff;
  transition: background-color .45s var(--ease), color .45s var(--ease), box-shadow .45s, transform .45s var(--ease);
}
.topo__inner { height: var(--topo-h); display: flex; align-items: center; gap: 2rem; }
.topo .logo { margin-right: auto; }
.topo .marca { width: 46px; height: 46px; }
.topo.is-solido, body.topo-solido .topo {
  color: var(--tinta);
  background: rgba(250, 246, 239, .86);
  backdrop-filter: saturate(1.4) blur(16px); -webkit-backdrop-filter: saturate(1.4) blur(16px);
  box-shadow: 0 1px 0 var(--linha);
}
.topo.is-solido .m-onda, .topo.is-solido .m-pes, .topo.is-solido .m-aro { color: var(--mar); }
.topo.is-escondido { transform: translateY(-100%); }
.nav { display: flex; gap: 1.9rem; }
.nav a { position: relative; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 400; padding: .4rem 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav a[aria-current="page"] { color: var(--poente-claro); }
.topo.is-solido .nav a[aria-current="page"], body.topo-solido .nav a[aria-current="page"] { color: var(--poente); }

.menu-btn { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid currentColor; background: transparent; position: relative; z-index: 120; }
.menu-btn span { position: absolute; left: 14px; right: 14px; height: 1.5px; background: currentColor; transition: transform .45s var(--ease), top .45s var(--ease); }
.menu-btn span:first-child { top: 19px; }
.menu-btn span:last-child { top: 27px; }
body.menu-aberto .menu-btn { color: #fff; }
body.menu-aberto .menu-btn span:first-child { top: 23px; transform: rotate(45deg); }
body.menu-aberto .menu-btn span:last-child { top: 23px; transform: rotate(-45deg); }

.nav-mobile {
  position: fixed; inset: 0; z-index: 90; background: var(--mar-noite); color: #fff;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: calc(var(--topo-h) + env(safe-area-inset-top, 0px) + 1.5rem) var(--gutter) calc(2rem + env(safe-area-inset-bottom, 0px));
  clip-path: circle(0% at calc(100% - 3rem) 2.6rem); visibility: hidden;
  transition: clip-path .8s var(--ease), visibility 0s .8s;
  overflow-y: auto;
}
.nav-mobile::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 110%, rgba(208, 112, 76, .35), transparent 55%); pointer-events: none; }
body.menu-aberto { overflow: hidden; }
body.menu-aberto .nav-mobile { clip-path: circle(150% at calc(100% - 3rem) 2.6rem); visibility: visible; transition: clip-path .8s var(--ease), visibility 0s; }
body.menu-aberto .topo { color: #fff; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.nav-mobile nav { display: flex; flex-direction: column; position: relative; }
.nav-mobile nav a { display: flex; align-items: baseline; gap: 1rem; font-family: var(--f-titulo); font-size: clamp(2.2rem, 9vw, 3.2rem); font-weight: 300; padding: .35rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); opacity: 0; transform: translateY(20px); transition: opacity .5s, transform .6s var(--ease); }
.nav-mobile nav a span { font-family: var(--f-texto); font-size: .75rem; letter-spacing: .2em; color: var(--dourado-claro); }
.nav-mobile nav a[aria-current="page"] { color: var(--poente-claro); font-style: italic; }
body.menu-aberto .nav-mobile nav a { opacity: 1; transform: none; }
body.menu-aberto .nav-mobile nav a:nth-child(2) { transition-delay: .05s; }
body.menu-aberto .nav-mobile nav a:nth-child(3) { transition-delay: .1s; }
body.menu-aberto .nav-mobile nav a:nth-child(4) { transition-delay: .15s; }
body.menu-aberto .nav-mobile nav a:nth-child(5) { transition-delay: .2s; }
body.menu-aberto .nav-mobile nav a:nth-child(6) { transition-delay: .25s; }
body.menu-aberto .nav-mobile nav a:nth-child(7) { transition-delay: .3s; }
.nav-mobile__rodape { position: relative; display: flex; flex-direction: column; gap: 1rem; margin-top: 2rem; }
.nav-mobile__whats { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; color: rgba(255, 255, 255, .8); }

/* ---------- Seções ---------- */
.secao { padding-block: clamp(5rem, 11vw, 9.5rem); position: relative; }
.secao--areia { background: var(--areia); }
.secao--mar { background: var(--mar-noite); color: rgba(255, 255, 255, .86); }
.secao--mar h2, .secao--mar h3 { color: #fff; }
.secao--mar .lead { color: rgba(255, 255, 255, .7); }
.secao--mar .eyebrow { color: var(--dourado-claro); }
.secao--mar .link-seta { color: #fff; }
.secao--colada { padding-top: 0; }
.textura { position: relative; }
.textura::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: radial-gradient(rgba(179, 139, 85, .16) 1px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
}

/* ---------- Hero (home) ---------- */
.hero { position: relative; min-height: 100svh; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; isolation: isolate; background: var(--mar-noite); }
.hero__midia { position: absolute; inset: 0; z-index: -2; }
.hero__midia img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; transform-origin: 50% 70%; animation: kenburns 24s var(--ease) both; }
@keyframes kenburns { from { transform: scale(1.18); } to { transform: scale(1.02); } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 44, 51, .6) 0%, rgba(8, 44, 51, 0) 28%),
    linear-gradient(0deg, rgba(8, 44, 51, .92) 0%, rgba(8, 44, 51, .45) 38%, rgba(8, 44, 51, 0) 65%),
    linear-gradient(90deg, rgba(8, 44, 51, .45), transparent 60%);
}
.hero__conteudo { padding-top: calc(var(--topo-h) + 8vh); padding-bottom: clamp(2rem, 5vh, 4rem); }
.hero__selo { display: inline-flex; align-items: center; gap: .6rem; padding: .5rem 1rem .5rem .6rem; border-radius: 99px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: .78rem; letter-spacing: .08em; margin-bottom: 1.8rem; }
.hero__selo b { background: var(--poente); padding: .2rem .6rem; border-radius: 99px; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__titulo { font-size: clamp(3.1rem, 1.2rem + 8.2vw, 8.4rem); font-weight: 300; line-height: .92; letter-spacing: -.025em; margin-bottom: 1.6rem; max-width: 12ch; }
.hero__titulo em { color: var(--poente-claro); font-weight: 300; }
.hero__titulo .script { color: #fff; font-size: .75em; display: block; margin-bottom: .1em; letter-spacing: 0; }
.hero__texto { font-size: clamp(1.05rem, 1rem + .4vw, 1.3rem); max-width: 46ch; color: rgba(255, 255, 255, .85); margin-bottom: 2.4rem; }
.hero__acoes { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__faixa { border-top: 1px solid rgba(255, 255, 255, .18); }
.hero__faixa ul { list-style: none; margin: 0; padding: 1.4rem 0 calc(1.4rem + env(safe-area-inset-bottom, 0px)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.hero__faixa li { display: flex; align-items: center; gap: .8rem; font-size: .85rem; color: rgba(255, 255, 255, .85); line-height: 1.35; }
.hero__faixa li .i { width: 1.6rem; height: 1.6rem; color: var(--dourado-claro); }
.hero__faixa strong { display: block; font-family: var(--f-titulo); font-size: 1.35rem; font-weight: 500; color: #fff; }
.rolar { position: absolute; right: var(--gutter); bottom: 7.5rem; writing-mode: vertical-rl; font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; display: flex; align-items: center; gap: 1rem; color: rgba(255, 255, 255, .7); }
.rolar::after { content: ""; width: 1px; height: 70px; background: linear-gradient(rgba(255, 255, 255, .8), transparent); animation: rolar 2.2s ease-in-out infinite; transform-origin: top; }
@keyframes rolar { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

.hero [data-entrada] { opacity: 0; transform: translateY(30px); animation: entrada 1.2s var(--ease) forwards; }
.hero [data-entrada="1"] { animation-delay: .2s; }
.hero [data-entrada="2"] { animation-delay: .4s; }
.hero [data-entrada="3"] { animation-delay: .6s; }
.hero [data-entrada="4"] { animation-delay: .8s; }
.hero [data-entrada="5"] { animation-delay: 1.1s; }
@keyframes entrada { to { opacity: 1; transform: none; } }

/* ---------- Hero das páginas internas ---------- */
.pagina-hero { position: relative; min-height: clamp(460px, 72vh, 720px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; isolation: isolate; background: var(--mar-noite); }
.pagina-hero__midia { position: absolute; inset: 0; z-index: -2; }
.pagina-hero__midia img { width: 100%; height: 100%; object-fit: cover; animation: kenburns 20s var(--ease) both; }
.pagina-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8, 44, 51, .9), rgba(8, 44, 51, .25) 55%, rgba(8, 44, 51, .5)); }
.pagina-hero__conteudo { padding-block: calc(var(--topo-h) + 4rem) clamp(3rem, 7vw, 5.5rem); }
.pagina-hero h1 { font-size: clamp(2.8rem, 1.5rem + 5.5vw, 6.2rem); font-weight: 300; max-width: 16ch; margin-bottom: 1rem; }
.pagina-hero h1 em { color: var(--poente-claro); }
.pagina-hero p { max-width: 56ch; color: rgba(255, 255, 255, .82); font-size: clamp(1.02rem, 1rem + .3vw, 1.2rem); margin: 0; }
.migalhas { display: flex; gap: .6rem; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .7); margin-bottom: 1.5rem; }
.migalhas a:hover { color: #fff; }

/* ---------- Intro ---------- */
.intro { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.intro__fotos { position: relative; aspect-ratio: 5 / 6; }
.intro__fotos img { position: absolute; object-fit: cover; border-radius: var(--raio-g); box-shadow: var(--sombra); }
.intro__fotos img:nth-child(1) { inset: 0 22% 14% 0; width: 78%; height: 86%; }
.intro__fotos img:nth-child(2) { right: 0; bottom: 0; width: 50%; height: 50%; border: 8px solid var(--areia-clara); border-radius: 26px; }
.selo-giratorio { position: absolute; left: -2.2rem; bottom: 6%; width: 150px; height: 150px; border-radius: 50%; background: var(--mar); color: #fff; display: grid; place-items: center; box-shadow: var(--sombra); }
.selo-giratorio svg.texto-circular { position: absolute; inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); animation: girar 22s linear infinite; }
.selo-giratorio text { font-family: var(--f-texto); font-size: 10.4px; letter-spacing: 3.2px; text-transform: uppercase; fill: rgba(255, 255, 255, .85); }
.selo-giratorio .marca { width: 58px; height: 58px; }
@keyframes girar { to { transform: rotate(360deg); } }
.assinatura { font-family: var(--f-script); font-size: 2.4rem; color: var(--mar); line-height: 1; margin-top: .5rem; }
.assinatura small { display: block; font-family: var(--f-texto); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--tinta-suave); margin-top: .6rem; }

.numeros { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: clamp(4rem, 8vw, 6.5rem); padding-top: clamp(2.5rem, 5vw, 3.5rem); border-top: 1px solid var(--linha); }
.numero strong { display: block; font-family: var(--f-titulo); font-weight: 300; font-size: clamp(2.8rem, 2rem + 3vw, 4.6rem); line-height: 1; color: var(--mar); letter-spacing: -.02em; }
.numero strong sup { font-size: .45em; color: var(--poente); vertical-align: top; position: relative; top: .3em; margin-left: .05em; }
.numero > span { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--tinta-suave); }

/* ---------- Faixa rolante ---------- */
.faixa-rolante { background: var(--poente); color: #fff; overflow: hidden; padding-block: 1.3rem; transform: rotate(-1.2deg) scale(1.03); margin-block: -1rem; position: relative; z-index: 2; }
.faixa-rolante__trilho { display: flex; width: max-content; animation: rolagem 38s linear infinite; }
.faixa-rolante span { display: inline-flex; align-items: center; gap: 2.2rem; padding-right: 2.2rem; font-family: var(--f-titulo); font-size: clamp(1.4rem, 1rem + 1.6vw, 2.2rem); font-style: italic; white-space: nowrap; }
.faixa-rolante span::after { content: "✦"; font-style: normal; font-size: .6em; color: var(--areia); }
@keyframes rolagem { to { transform: translateX(-50%); } }

/* ---------- Cards de ambientes ---------- */
.grade-ambientes { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.4rem; }
.card-ambiente { position: relative; grid-column: span 4; aspect-ratio: 4 / 5; border-radius: var(--raio-g); overflow: hidden; color: #fff; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.4rem, 2.5vw, 2rem); }
.card-ambiente--largo { grid-column: span 8; aspect-ratio: auto; }
.card-ambiente img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.4s var(--ease); }
.card-ambiente::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8, 44, 51, .96) 0%, rgba(8, 44, 51, .72) 38%, rgba(8, 44, 51, 0) 72%); transition: opacity .6s; }
.card-ambiente:hover img { transform: scale(1.07); }
.card-ambiente__num { position: absolute; top: 1.4rem; left: 1.6rem; font-size: .72rem; letter-spacing: .25em; color: rgba(255, 255, 255, .8); }
.card-ambiente__seta { position: absolute; top: 1.2rem; right: 1.2rem; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: background .4s, transform .5s var(--ease); }
.card-ambiente__seta .i { transform: rotate(-45deg); }
.card-ambiente:hover .card-ambiente__seta { background: var(--poente); border-color: var(--poente); transform: rotate(45deg); }
.card-ambiente h3 { font-size: clamp(1.8rem, 1.4rem + 1.2vw, 2.5rem); font-weight: 400; margin-bottom: .35rem; color: #fff; }
.card-ambiente p { font-size: .95rem; color: rgba(255, 255, 255, .78); margin-bottom: 1rem; max-width: 42ch; }
.chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.chips li { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .75rem; border-radius: 99px; font-size: .75rem; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.chips li .i { width: .95rem; height: .95rem; }
.chips--escuro li { background: var(--areia); border-color: var(--areia-escura); color: var(--tinta); backdrop-filter: none; }

/* ---------- Incluso ---------- */
.grade-incluso { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .12); border-left: 1px solid rgba(255, 255, 255, .12); }
.item-incluso { padding: clamp(1.6rem, 3vw, 2.4rem); border-right: 1px solid rgba(255, 255, 255, .12); border-bottom: 1px solid rgba(255, 255, 255, .12); transition: background .5s; }
.item-incluso:hover { background: rgba(255, 255, 255, .04); }
.item-incluso .i { width: 2.3rem; height: 2.3rem; color: var(--poente-claro); stroke-width: 1.1; margin-bottom: 1.3rem; transition: transform .6s var(--ease); }
.item-incluso:hover .i { transform: translateY(-4px) rotate(-6deg); }
.item-incluso h3 { font-size: 1.45rem; margin-bottom: .45rem; }
.item-incluso p { font-size: .92rem; margin: 0; color: rgba(255, 255, 255, .65); }
.secao:not(.secao--mar) .grade-incluso { border-color: var(--linha); }
.secao:not(.secao--mar) .item-incluso { border-color: var(--linha); }
.secao:not(.secao--mar) .item-incluso .i { color: var(--poente); }
.secao:not(.secao--mar) .item-incluso p { color: var(--tinta-suave); }
.secao:not(.secao--mar) .item-incluso:hover { background: #fff; }

/* ---------- Banner com citação ---------- */
.banner-foto { position: relative; min-height: 88vh; display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden; isolation: isolate; padding-block: 6rem; }
.banner-foto__midia { position: absolute; inset: -12% 0; z-index: -2; }
.banner-foto__midia img { width: 100%; height: 100%; object-fit: cover; }
.banner-foto::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, rgba(8, 44, 51, .35), rgba(8, 44, 51, .75)); }
.banner-foto blockquote { margin: 0 auto; max-width: 980px; font-family: var(--f-titulo); font-weight: 300; font-size: clamp(2rem, 1.2rem + 3.4vw, 4.2rem); line-height: 1.12; }
.banner-foto blockquote em { color: var(--poente-claro); }
.banner-foto cite { display: block; margin-top: 2rem; font-family: var(--f-texto); font-style: normal; font-size: .78rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(255, 255, 255, .75); }
.banner-foto .marca { width: 70px; height: 70px; margin: 0 auto 2rem; }

/* ---------- Roteiro do dia ---------- */
.roteiro { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(3rem, 7vw, 6rem); align-items: start; }
.roteiro__intro { position: sticky; top: calc(var(--topo-h) + 2rem); }
.roteiro__intro img { border-radius: var(--raio-g); aspect-ratio: 4 / 3; object-fit: cover; margin-top: 2rem; box-shadow: var(--sombra); }
.linha-tempo { list-style: none; margin: 0; padding: 0; position: relative; }
.linha-tempo::before { content: ""; position: absolute; left: 5.6rem; top: .8rem; bottom: .8rem; width: 1px; background: linear-gradient(var(--dourado), var(--poente), var(--mar)); }
.linha-tempo li { position: relative; display: grid; grid-template-columns: 5.6rem 1fr; gap: 2.2rem; padding-bottom: 2.4rem; }
.linha-tempo li:last-child { padding-bottom: 0; }
.linha-tempo li::before { content: ""; position: absolute; left: calc(5.6rem - 6px); top: .7rem; width: 13px; height: 13px; border-radius: 50%; background: var(--areia-clara); border: 2px solid var(--poente); }
.secao--areia .linha-tempo li::before { background: var(--areia); }
.linha-tempo time { font-family: var(--f-titulo); font-size: 1.8rem; font-weight: 500; color: var(--mar); line-height: 1.1; }
.linha-tempo h3 { font-size: 1.6rem; margin-bottom: .3rem; }
.linha-tempo p { margin: 0; color: var(--tinta-suave); font-size: .96rem; }

/* ---------- Mosaico ---------- */
.mosaico { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(160px, 18vw, 250px); gap: 1rem; }
.mosaico a { position: relative; overflow: hidden; border-radius: var(--raio); display: block; }
.mosaico a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.mosaico a:nth-child(4) { grid-row: span 2; }
.mosaico a:nth-child(6) { grid-column: span 2; }
.mosaico img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .6s; }
.mosaico a:hover img { transform: scale(1.06); }
.mosaico a::after { content: attr(data-legenda); position: absolute; left: 1rem; bottom: 1rem; padding: .35rem .8rem; border-radius: 99px; background: rgba(250, 246, 239, .92); color: var(--tinta); font-size: .75rem; opacity: 0; transform: translateY(8px); transition: .5s var(--ease); }
.mosaico a:hover::after { opacity: 1; transform: none; }

/* ---------- Depoimentos ---------- */
.depoimentos { position: relative; }
.depoimentos__trilho { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, calc((100% - 3rem) / 3)); gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: .5rem; }
.depoimentos__trilho::-webkit-scrollbar { display: none; }
.depoimento { scroll-snap-align: start; background: #fff; border-radius: var(--raio-g); padding: clamp(1.8rem, 3vw, 2.6rem); display: flex; flex-direction: column; gap: 1.4rem; box-shadow: var(--sombra-leve); position: relative; }
.depoimento > .i { width: 2.4rem; height: 2.4rem; color: var(--poente-claro); stroke-width: 1; }
.depoimento blockquote { margin: 0; font-family: var(--f-titulo); font-size: 1.45rem; line-height: 1.35; color: var(--tinta); flex: 1; }
.depoimento__casal { display: flex; align-items: center; gap: 1rem; padding-top: 1.3rem; border-top: 1px solid var(--linha); }
.depoimento__casal img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.depoimento__casal strong { display: block; font-family: var(--f-titulo); font-size: 1.3rem; font-weight: 500; line-height: 1.1; }
.depoimento__casal span { font-size: .8rem; color: var(--tinta-suave); }
.estrelas { display: flex; gap: .15rem; color: var(--dourado); }
.estrelas .i { width: 1rem; height: 1rem; fill: currentColor; }
.slider-nav { display: flex; gap: .6rem; }
.slider-nav button { width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(13, 70, 80, .3); background: transparent; color: var(--mar); display: grid; place-items: center; transition: .35s var(--ease); }
.slider-nav button:hover { background: var(--mar); color: #fff; }
.nota-geral { display: flex; align-items: center; gap: 1rem; }
.nota-geral strong { font-family: var(--f-titulo); font-size: 3.2rem; font-weight: 400; color: var(--mar); line-height: 1; }
.nota-geral span { font-size: .85rem; color: var(--tinta-suave); line-height: 1.4; }

/* ---------- Equipe ---------- */
.grade-equipe { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.membro__foto { position: relative; border-radius: var(--raio-g); overflow: hidden; aspect-ratio: 4 / 5; margin-bottom: 1.4rem; background: var(--areia-escura); }
.membro__foto img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) sepia(.08); transition: transform 1.2s var(--ease), filter .6s; }
.membro:hover .membro__foto img { transform: scale(1.05); filter: none; }
.membro__foto::after { content: ""; position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(0deg, rgba(8, 44, 51, .55), transparent); }
.membro__contato { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; display: flex; gap: .5rem; }
.membro__contato a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(250, 246, 239, .92); color: var(--mar); transition: .35s var(--ease); }
.membro__contato a:hover { background: var(--poente); color: #fff; }
.membro__cargo { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--poente); margin-bottom: .3rem; }
.membro h3 { font-size: 2rem; margin-bottom: .6rem; }
.membro p { color: var(--tinta-suave); font-size: .95rem; }
.membro__frase { font-family: var(--f-titulo); font-style: italic; font-size: 1.2rem; color: var(--mar); border-left: 2px solid var(--dourado); padding-left: 1rem; margin-top: 1rem; }

.fundadores { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.fundadores__fotos { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.fundadores__fotos img { border-radius: var(--raio-g); aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.fundadores__fotos img:nth-child(2) { margin-top: 3.5rem; }

/* ---------- CTA final ---------- */
.cta-final { position: relative; overflow: hidden; isolation: isolate; border-radius: clamp(24px, 4vw, 48px); color: #fff; padding: clamp(3.5rem, 9vw, 7.5rem) clamp(1.5rem, 6vw, 5rem); text-align: center; }
.cta-final__midia { position: absolute; inset: 0; z-index: -2; }
.cta-final__midia img { width: 100%; height: 100%; object-fit: cover; }
.cta-final::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8, 44, 51, .85), rgba(8, 44, 51, .45)); }
.cta-final h2 { font-size: clamp(2.4rem, 1.4rem + 4vw, 5rem); font-weight: 300; color: #fff; max-width: 17ch; margin-inline: auto; }
.cta-final h2 em { color: var(--poente-claro); }
.cta-final p { max-width: 52ch; margin: 0 auto 2.4rem; color: rgba(255, 255, 255, .85); }
.cta-final .hero__acoes { justify-content: center; }

/* ---------- Rodapé ---------- */
.rodape { position: relative; background: var(--mar-noite); color: rgba(255, 255, 255, .72); padding-top: clamp(4rem, 8vw, 6rem); margin-top: 60px; font-size: .95rem; }
.rodape__onda { position: absolute; left: 0; right: 0; top: -59px; height: 60px; color: var(--mar-noite); }
.rodape__onda svg { width: 100%; height: 100%; }
.rodape__onda path { fill: currentColor; }
.rodape__grade { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr 1.3fr; gap: clamp(2rem, 4vw, 3.5rem); padding-bottom: 3.5rem; }
.rodape .logo { color: #fff; margin-bottom: 1.4rem; }
.rodape__marca p { max-width: 36ch; }
.rodape__titulo { font-family: var(--f-texto); font-size: .72rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 500; color: var(--dourado-claro); margin-bottom: 1.3rem; }
.rodape__lista { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.rodape__lista a:hover { color: #fff; }
.rodape__lista--icones li { display: flex; gap: .8rem; align-items: flex-start; line-height: 1.5; overflow-wrap: anywhere; }
.rodape__lista--icones .i { margin-top: .15rem; color: var(--poente-claro); }
.sociais { display: flex; gap: .6rem; margin-top: 1.5rem; }
.sociais a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .2); display: grid; place-items: center; transition: .35s var(--ease); }
.sociais a:hover { background: var(--poente); border-color: var(--poente); color: #fff; }
.rodape__base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 2rem; padding-block: 1.6rem calc(1.6rem + env(safe-area-inset-bottom, 0px)); border-top: 1px solid rgba(255, 255, 255, .1); font-size: .8rem; color: rgba(255, 255, 255, .5); }
.rodape__base p { margin: 0; }

.whats-flutuante { position: fixed; right: max(1rem, env(safe-area-inset-right, 0px)); bottom: calc(1rem + env(safe-area-inset-bottom, 0px)); z-index: 80; display: flex; align-items: center; gap: .6rem; padding: .85rem; border-radius: 99px; background: #1f9d5b; color: #fff; box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .4); transition: .45s var(--ease); }
.whats-flutuante .i { width: 1.6rem; height: 1.6rem; stroke-width: 1.7; }
.whats-flutuante span { max-width: 0; overflow: hidden; white-space: nowrap; font-size: .85rem; font-weight: 500; transition: max-width .5s var(--ease), padding .5s; }
.whats-flutuante:hover span { max-width: 140px; padding-right: .4rem; }
.whats-flutuante::before { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 2px solid #1f9d5b; animation: pulso 2.6s ease-out infinite; }
@keyframes pulso { from { transform: scale(1); opacity: .8; } to { transform: scale(1.5); opacity: 0; } }
.whats-flutuante:not(.is-visivel) { opacity: 0; transform: translateY(140%); pointer-events: none; }
body.menu-aberto .whats-flutuante { opacity: 0; pointer-events: none; }
html { overflow-x: clip; }
.intro > *, .roteiro > *, .fundadores > *, .mapa > *, .contato-grade > *, .ambiente-detalhe > *, .faq-layout > *, .form__linha > * { min-width: 0; }
.hero__selo b { white-space: nowrap; }

/* ---------- O Espaço ---------- */
.tabela-scroll { overflow-x: auto; border-radius: var(--raio-g); background: #fff; box-shadow: var(--sombra-leve); }
.tabela { width: 100%; border-collapse: collapse; min-width: 760px; font-size: .95rem; }
.tabela caption { text-align: left; padding: 1.4rem 1.8rem 0; font-size: .82rem; color: var(--tinta-suave); caption-side: bottom; padding-bottom: 1.4rem; }
.tabela th, .tabela td { padding: 1.15rem 1.4rem; text-align: center; border-bottom: 1px solid var(--linha); }
.tabela th:first-child, .tabela td:first-child { text-align: left; padding-left: 1.8rem; }
.tabela thead th { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; color: var(--tinta-suave); background: var(--areia); }
.tabela tbody th { font-family: var(--f-titulo); font-size: 1.3rem; font-weight: 500; color: var(--mar); }
.tabela tbody th small { display: block; font-family: var(--f-texto); font-size: .75rem; font-weight: 300; color: var(--tinta-suave); }
.tabela td strong { font-family: var(--f-titulo); font-size: 1.5rem; font-weight: 500; }
.tabela tbody tr { transition: background .3s; }
.tabela tbody tr:hover { background: var(--areia-clara); }
.tabela .nd { color: #b8bfc0; }
.tabela .sim .i { color: var(--mar-medio); margin-inline: auto; }
.tabela .nao { color: #c3c9ca; }

.ambiente-detalhe { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-block: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--linha); }
.ambiente-detalhe:first-of-type { border-top: 0; }
.ambiente-detalhe:nth-of-type(even) .ambiente-detalhe__fotos { order: 2; }
.ambiente-detalhe__fotos { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: .9rem; aspect-ratio: 6 / 5; }
.ambiente-detalhe__fotos img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--raio); cursor: zoom-in; }
.ambiente-detalhe__fotos a:first-child { grid-row: span 2; }
.ambiente-detalhe__fotos a { display: block; overflow: hidden; border-radius: var(--raio); }
.ambiente-detalhe__fotos a img { transition: transform 1s var(--ease); }
.ambiente-detalhe__fotos a:hover img { transform: scale(1.05); }
.ambiente-detalhe__num { font-family: var(--f-titulo); font-size: 1rem; font-style: italic; color: var(--dourado); }
.ambiente-detalhe h2 { font-size: clamp(2.3rem, 1.6rem + 2.5vw, 3.6rem); font-weight: 300; }
.specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--linha); border: 1px solid var(--linha); border-radius: var(--raio); overflow: hidden; margin: 1.8rem 0; }
.specs div { background: var(--areia-clara); padding: 1rem 1.2rem; display: flex; gap: .8rem; align-items: center; }
.specs .i { color: var(--poente); width: 1.5rem; height: 1.5rem; }
.specs dt { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--tinta-suave); }
.specs dd { margin: 0; font-family: var(--f-titulo); font-size: 1.35rem; font-weight: 500; line-height: 1.2; color: var(--tinta); }
.lista-check { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.lista-check li { display: flex; gap: .7rem; align-items: flex-start; line-height: 1.5; }
.lista-check .i { color: var(--mar-medio); margin-top: .15rem; width: 1.1rem; height: 1.1rem; stroke-width: 2; }
.lista-check--2 { grid-template-columns: 1fr 1fr; column-gap: 2rem; }

.mapa { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.mapa__svg { background: var(--areia); border-radius: var(--raio-g); padding: clamp(.8rem, 2vw, 1.6rem); box-shadow: inset 0 0 0 1px var(--areia-escura); }
.mapa__svg svg { width: 100%; height: auto; }
.mapa__svg .zona { cursor: pointer; transition: opacity .3s, transform .4s var(--ease); transform-box: fill-box; transform-origin: center; }
.mapa__svg .zona:hover, .mapa__svg .zona.is-ativa { transform: scale(1.03); }
.mapa__svg .zona text { font-family: var(--f-titulo); font-size: 17px; font-weight: 500; fill: var(--tinta); pointer-events: none; }
.mapa__svg .zona .sub { font-family: var(--f-texto); font-size: 10px; letter-spacing: 1.5px; fill: var(--tinta-suave); text-transform: uppercase; }
.legenda-mapa { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; counter-reset: zona; }
.legenda-mapa li a { width: 100%; display: flex; align-items: center; gap: 1rem; padding: .8rem 1rem; border-radius: 14px; border: 1px solid transparent; transition: .3s; }
.legenda-mapa li a:hover, .legenda-mapa li a.is-ativa { background: #fff; border-color: var(--areia-escura); box-shadow: var(--sombra-leve); }
.legenda-mapa b { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--mar); color: #fff; font-weight: 400; font-size: .85rem; flex: none; }
.legenda-mapa span { font-family: var(--f-titulo); font-size: 1.25rem; font-weight: 500; line-height: 1.1; }
.legenda-mapa small { display: block; font-family: var(--f-texto); font-size: .8rem; color: var(--tinta-suave); }

.estrutura { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.estrutura__item { display: flex; gap: 1rem; padding: 1.4rem; border-radius: var(--raio); background: #fff; box-shadow: var(--sombra-leve); }
.estrutura__item .i { width: 2rem; height: 2rem; color: var(--poente); stroke-width: 1.2; }
.estrutura__item h3 { font-family: var(--f-texto); font-size: 1rem; font-weight: 500; margin-bottom: .2rem; letter-spacing: 0; }
.estrutura__item p { font-size: .9rem; color: var(--tinta-suave); margin: 0; }

/* ---------- Pacotes ---------- */
.grade-pacotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.pacote { position: relative; background: #fff; border-radius: var(--raio-g); padding: clamp(2rem, 3vw, 2.8rem); display: flex; flex-direction: column; box-shadow: var(--sombra-leve); border: 1px solid transparent; transition: transform .5s var(--ease), box-shadow .5s; }
.pacote:hover { transform: translateY(-6px); box-shadow: var(--sombra); }
.pacote--destaque { background: var(--mar); color: rgba(255, 255, 255, .85); }
.pacote--destaque h3, .pacote--destaque .pacote__preco strong { color: #fff; }
.pacote--destaque .lista-check .i { color: var(--poente-claro); }
.pacote--destaque .pacote__meta { color: rgba(255, 255, 255, .65); border-color: rgba(255, 255, 255, .15); }
.pacote__fita { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--poente); color: #fff; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; padding: .45rem 1.1rem; border-radius: 99px; white-space: nowrap; }
.pacote__nome { font-size: .75rem; letter-spacing: .26em; text-transform: uppercase; color: var(--dourado); margin-bottom: .6rem; }
.pacote--destaque .pacote__nome { color: var(--dourado-claro); }
.pacote h3 { font-size: 2.6rem; font-weight: 400; margin-bottom: .6rem; }
.pacote h3 em { font-family: var(--f-script); font-style: normal; color: var(--poente); font-size: 1.1em; }
.pacote__desc { font-size: .95rem; min-height: 3.2em; }
.pacote__preco { margin: 1.2rem 0 .3rem; }
.pacote__preco small { display: block; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }
.pacote__preco strong { font-family: var(--f-titulo); font-size: clamp(2.6rem, 2rem + 1.6vw, 3.4rem); font-weight: 500; color: var(--mar); line-height: 1.1; }
.pacote__preco strong sup { font-size: .45em; vertical-align: top; position: relative; top: .5em; margin-right: .15em; }
.pacote__meta { font-size: .85rem; color: var(--tinta-suave); padding-bottom: 1.4rem; margin-bottom: 1.4rem; border-bottom: 1px solid var(--linha); }
.pacote .lista-check { margin-bottom: 2rem; flex: 1; font-size: .95rem; }
.pacote--destaque .btn--linha { --fg: #fff; border-color: rgba(255, 255, 255, .4); }

.comparativo td:not(:first-child), .comparativo th:not(:first-child) { width: 17%; }
.comparativo tbody th { font-family: var(--f-texto); font-size: .95rem; font-weight: 400; color: var(--tinta); }
.comparativo .grupo th { background: var(--areia-clara); font-family: var(--f-titulo); font-size: 1.3rem; font-weight: 500; color: var(--mar); text-align: left; }
.comparativo td { font-size: .9rem; }

.grade-adicionais { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.adicional { position: relative; border-radius: var(--raio); overflow: hidden; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .12); padding: 1.6rem; transition: .45s var(--ease); }
.adicional:hover { background: rgba(255, 255, 255, .09); transform: translateY(-4px); }
.adicional .i { width: 2rem; height: 2rem; color: var(--poente-claro); stroke-width: 1.2; margin-bottom: 1rem; }
.adicional h3 { font-size: 1.45rem; margin-bottom: .3rem; }
.adicional p { font-size: .88rem; color: rgba(255, 255, 255, .62); margin-bottom: 1rem; }
.adicional strong { font-family: var(--f-titulo); font-size: 1.35rem; font-weight: 500; color: var(--dourado-claro); }

.passos { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: passo; }
.passos li { counter-increment: passo; position: relative; padding: 2rem 1.6rem 1.8rem; border-radius: var(--raio); background: #fff; box-shadow: var(--sombra-leve); }
.passos li::before { content: counter(passo, decimal-leading-zero); display: block; font-family: var(--f-titulo); font-style: italic; font-size: 3rem; line-height: 1; color: var(--poente); margin-bottom: 1rem; }
.passos h3 { font-size: 1.5rem; margin-bottom: .4rem; }
.passos p { font-size: .92rem; color: var(--tinta-suave); margin: 0; }

.condicoes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.5rem; }
.condicao { border: 1px dashed var(--dourado); border-radius: var(--raio); padding: 1.5rem; }
.condicao strong { display: block; font-family: var(--f-titulo); font-size: 2rem; font-weight: 500; color: var(--mar); line-height: 1.1; }
.condicao span { font-size: .9rem; color: var(--tinta-suave); }

.temporadas { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.temporada { border-radius: var(--raio); padding: 1.6rem; background: #fff; box-shadow: var(--sombra-leve); border-top: 4px solid var(--cor, var(--mar)); }
.temporada h3 { font-size: 1.6rem; margin-bottom: .2rem; }
.temporada small { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--tinta-suave); }
.temporada p { margin: .8rem 0 0; font-size: .92rem; color: var(--tinta-suave); }

/* ---------- Galeria ---------- */
.filtros { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 2.8rem; }
.filtros button { padding: .7rem 1.35rem; border-radius: 99px; border: 1px solid var(--areia-escura); background: transparent; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; transition: .35s var(--ease); }
.filtros button:hover { border-color: var(--mar); }
.filtros button.is-ativo { background: var(--mar); border-color: var(--mar); color: #fff; }
.galeria { columns: 3 300px; column-gap: 1rem; }
.galeria__item { display: block; break-inside: avoid; margin-bottom: 1rem; border-radius: var(--raio); overflow: hidden; position: relative; transition: opacity .5s, transform .5s var(--ease); }
.galeria__item img { width: 100%; transition: transform 1.2s var(--ease); }
.galeria__item:hover img { transform: scale(1.05); }
.galeria__item figcaption { position: absolute; inset: auto 0 0; padding: 2.5rem 1.2rem 1rem; color: #fff; font-size: .85rem; background: linear-gradient(0deg, rgba(8, 44, 51, .8), transparent); opacity: 0; transition: opacity .5s; }
.galeria__item:hover figcaption { opacity: 1; }
.galeria__item.is-oculto { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(6, 30, 35, .96); display: grid; place-items: center; padding: 4.5rem 1rem 5rem; animation: fade .35s ease; }
@keyframes fade { from { opacity: 0; } }
.lightbox img { max-width: min(1400px, 100%); max-height: 100%; object-fit: contain; border-radius: 10px; box-shadow: 0 40px 80px -30px #000; animation: zoom .45s var(--ease); }
@keyframes zoom { from { transform: scale(.94); opacity: 0; } }
.lightbox button { position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .06); color: #fff; display: grid; place-items: center; transition: .3s; }
.lightbox button:hover { background: var(--poente); border-color: var(--poente); }
.lightbox__fechar { top: calc(1rem + env(safe-area-inset-top, 0px)); right: 1rem; }
.lightbox__ant { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__prox { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__legenda { position: absolute; left: 0; right: 0; bottom: calc(1.4rem + env(safe-area-inset-bottom, 0px)); text-align: center; color: rgba(255, 255, 255, .8); font-size: .9rem; padding-inline: 1rem; }
.lightbox__legenda span { color: var(--dourado-claro); margin-left: .8rem; letter-spacing: .1em; }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.faq-indice { position: sticky; top: calc(var(--topo-h) + 2rem); display: grid; gap: .3rem; }
.faq-indice a { padding: .7rem 1rem; border-radius: 12px; font-size: .92rem; display: flex; justify-content: space-between; transition: .3s; }
.faq-indice a:hover { background: var(--areia); }
.faq-indice a span { color: var(--tinta-suave); font-size: .8rem; }
.faq-grupo { margin-bottom: 3.5rem; }
.faq-grupo h2 { font-size: 2.4rem; font-weight: 300; display: flex; align-items: center; gap: .9rem; }
.faq-grupo h2 .i { width: 2rem; height: 2rem; color: var(--poente); stroke-width: 1.2; }
.faq { border-bottom: 1px solid var(--linha); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.4rem 0; font-family: var(--f-titulo); font-size: clamp(1.25rem, 1.1rem + .5vw, 1.55rem); font-weight: 500; line-height: 1.25; transition: color .3s; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--mar-medio); }
.faq summary .i { width: 38px; height: 38px; padding: 9px; border-radius: 50%; border: 1px solid var(--areia-escura); transition: transform .45s var(--ease), background .3s, color .3s; }
.faq[open] summary .i { transform: rotate(45deg); background: var(--poente); border-color: var(--poente); color: #fff; }
.faq__resposta { padding: 0 3.5rem 1.6rem 0; color: var(--tinta-suave); }
.faq__resposta p:last-child { margin: 0; }
.faq[open] .faq__resposta { animation: abrir .5s var(--ease); }
@keyframes abrir { from { opacity: 0; transform: translateY(-8px); } }

/* ---------- Contato ---------- */
.contato-grade { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.cartao { background: #fff; border-radius: var(--raio-g); padding: clamp(1.6rem, 4vw, 3rem); box-shadow: var(--sombra); }
.form { display: grid; gap: 1.2rem; }
.form__linha { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.campo { display: flex; flex-direction: column; gap: .45rem; }
.campo label, .campo legend { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--tinta-suave); }
.campo input, .campo select, .campo textarea {
  width: 100%; padding: .95rem 1.1rem; border-radius: 14px; border: 1px solid var(--areia-escura); background: var(--areia-clara);
  font-size: 1rem; font-weight: 300; transition: border-color .3s, box-shadow .3s, background .3s; appearance: none; -webkit-appearance: none;
}
.campo select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2356676A' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 18px; padding-right: 2.8rem; }
.campo textarea { min-height: 130px; resize: vertical; }
.campo input:focus, .campo select:focus, .campo textarea:focus { outline: none; border-color: var(--mar-medio); background: #fff; box-shadow: 0 0 0 4px rgba(27, 100, 112, .12); }
.campo input:user-invalid, .campo select:user-invalid { border-color: var(--poente); }
.opcoes { display: flex; flex-direction: row; flex-wrap: wrap; gap: .5rem; border: 0; padding: 0; margin: 0; min-width: 0; }
.opcoes legend { margin-bottom: .6rem; padding: 0; }
.campo.opcoes label { position: relative; cursor: pointer; text-transform: none; letter-spacing: 0; font-weight: 300; font-size: inherit; color: var(--tinta); }
.opcoes input { position: absolute; opacity: 0; pointer-events: none; }
.opcoes span { display: inline-block; padding: .55rem 1rem; border-radius: 99px; border: 1px solid var(--areia-escura); font-size: .88rem; transition: .3s; }
.opcoes input:checked + span { background: var(--mar); border-color: var(--mar); color: #fff; }
.opcoes input:focus-visible + span { outline: 2px solid var(--poente); outline-offset: 2px; }
.form__nota { font-size: .8rem; color: var(--tinta-suave); margin: 0; display: flex; gap: .5rem; align-items: center; }

.info-contato { display: grid; gap: 1rem; }
.info-contato a, .info-contato > div { display: flex; gap: 1.1rem; align-items: center; padding: 1.2rem 1.3rem; border-radius: var(--raio); background: #fff; box-shadow: var(--sombra-leve); transition: .4s var(--ease); }
.info-contato a:hover { transform: translateX(6px); }
.info-contato .i { width: 48px; height: 48px; padding: 12px; border-radius: 50%; background: var(--areia); color: var(--mar); }
.info-contato small { display: block; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--tinta-suave); }
.info-contato strong { font-family: var(--f-titulo); font-size: 1.3rem; font-weight: 500; overflow-wrap: anywhere; line-height: 1.25; }

.calendario { background: #fff; border-radius: var(--raio-g); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--sombra-leve); }
.calendario__cab { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
.calendario__cab h3 { font-size: 1.8rem; margin: 0; }
.calendario__cab button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--areia-escura); background: transparent; display: grid; place-items: center; transition: .3s; }
.calendario__cab button:hover:not(:disabled) { background: var(--mar); color: #fff; border-color: var(--mar); }
.calendario__cab button:disabled { opacity: .3; cursor: default; }
.calendario__semana, .calendario__grade { display: grid; grid-template-columns: repeat(7, 1fr); gap: .35rem; text-align: center; }
.calendario__semana span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--tinta-suave); padding-bottom: .5rem; }
.dia { aspect-ratio: 1; border-radius: 12px; border: 0; background: transparent; font-size: .92rem; display: grid; place-items: center; position: relative; transition: .25s; }
.dia--livre { background: rgba(27, 100, 112, .08); color: var(--mar); font-weight: 400; }
.dia--livre:hover { background: var(--mar); color: #fff; }
.dia--poucas { background: rgba(208, 112, 76, .14); color: var(--poente-escuro); }
.dia--poucas:hover { background: var(--poente); color: #fff; }
.dia--ocupado { color: #b9c0c1; text-decoration: line-through; cursor: not-allowed; }
.dia--passado { color: #d3d7d8; cursor: default; }
.dia.is-selecionado { background: var(--poente); color: #fff; box-shadow: 0 8px 18px -8px var(--poente); }
.legenda { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; margin-top: 1.2rem; font-size: .8rem; color: var(--tinta-suave); }
.legenda span { display: inline-flex; align-items: center; gap: .45rem; }
.legenda i { width: 14px; height: 14px; border-radius: 4px; display: inline-block; }
.calendario__info { margin-top: 1rem; padding: .9rem 1rem; border-radius: 14px; background: var(--areia-clara); font-size: .9rem; min-height: 3.2rem; }

.como-chegar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.rota { padding: 1.6rem; border-radius: var(--raio); border: 1px solid rgba(255, 255, 255, .14); }
.rota strong { display: block; font-family: var(--f-titulo); font-size: 2.6rem; font-weight: 400; color: #fff; line-height: 1; }
.rota span { font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--dourado-claro); }
.rota p { margin: .8rem 0 0; font-size: .92rem; color: rgba(255, 255, 255, .65); }

.hospedagem { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.hotel { background: #fff; border-radius: var(--raio); padding: 1.5rem; box-shadow: var(--sombra-leve); }
.hotel h3 { font-size: 1.5rem; margin-bottom: .2rem; }
.hotel p { font-size: .9rem; color: var(--tinta-suave); margin: .5rem 0 0; }
.hotel .chips { margin-top: .8rem; }

.toast { position: fixed; left: 50%; bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px)); transform: translate(-50%, 150%); z-index: 400; background: var(--mar-noite); color: #fff; padding: 1rem 1.4rem; border-radius: 16px; box-shadow: var(--sombra); display: flex; gap: .8rem; align-items: center; max-width: calc(100% - 2rem); transition: transform .6s var(--ease); font-size: .92rem; }
.toast.is-visivel { transform: translate(-50%, 0); }
.toast .i { color: var(--poente-claro); width: 1.6rem; height: 1.6rem; }

/* ---------- 404 ---------- */
.erro { min-height: 100svh; display: grid; place-items: center; text-align: center; padding-block: calc(var(--topo-h) + 3rem) 4rem; }
.erro strong { font-family: var(--f-titulo); font-size: clamp(7rem, 20vw, 14rem); font-weight: 300; line-height: .9; color: var(--mar); display: block; }
.erro .marca { width: 90px; height: 90px; margin: 0 auto 1.5rem; color: var(--mar); }

/* ---------- Revelação ao rolar ---------- */
.js [data-revelar] { opacity: 0; transform: translateY(34px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); transition-delay: var(--atraso, 0s); }
.js [data-revelar="esq"] { transform: translateX(-40px); }
.js [data-revelar="dir"] { transform: translateX(40px); }
.js [data-revelar="zoom"] { transform: scale(.94); }
.js [data-revelar].is-visivel { opacity: 1; transform: none; }

/* ---------- Responsivo ---------- */
@media (max-width: 1180px) {
  .nav { gap: 1.2rem; }
  .nav a { font-size: .72rem; letter-spacing: .1em; }
  .grade-incluso { grid-template-columns: repeat(3, 1fr); }
  .grade-adicionais { grid-template-columns: repeat(3, 1fr); }
  .rodape__grade { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  :root { --topo-h: 76px; }
  .nav, .topo__cta { display: none; }
  .menu-btn { display: block; }
  .intro, .roteiro, .fundadores, .mapa, .contato-grade { grid-template-columns: 1fr; }
  .roteiro__intro { position: static; }
  .card-ambiente, .card-ambiente--largo { grid-column: span 6; aspect-ratio: 4 / 5; }
  .hero__faixa ul { grid-template-columns: repeat(2, 1fr); }
  .numeros { grid-template-columns: repeat(2, 1fr); row-gap: 2.5rem; }
  .ambiente-detalhe { grid-template-columns: 1fr; }
  .ambiente-detalhe:nth-of-type(even) .ambiente-detalhe__fotos { order: 0; }
  .grade-pacotes { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; row-gap: 2.5rem; }
  .passos { grid-template-columns: repeat(2, 1fr); }
  .grade-equipe { grid-template-columns: repeat(2, 1fr); }
  .depoimentos__trilho { grid-auto-columns: minmax(300px, calc((100% - 1.5rem) / 2)); }
  .estrutura, .temporadas, .hospedagem, .como-chegar { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-indice { position: static; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  .rolar { display: none; }
  .selo-giratorio { left: .5rem; }
}
@media (max-width: 720px) {
  .hero__titulo { max-width: none; }
  .hero__selo { font-size: .7rem; letter-spacing: .02em; padding-right: .8rem; }
  .hero__selo b { font-size: .6rem; }
  .hero__faixa ul { gap: 1rem; padding-block: 1.1rem calc(1.1rem + env(safe-area-inset-bottom, 0px)); }
  .hero__faixa li { font-size: .75rem; gap: .6rem; }
  .hero__faixa strong { font-size: 1.1rem; }
  .hero__faixa li .i { width: 1.3rem; height: 1.3rem; }
  .hero__acoes .btn { flex: 1 1 100%; }
  .logo__nome { font-size: 1.5rem; }
  .topo .marca { width: 40px; height: 40px; }
  .card-ambiente, .card-ambiente--largo { grid-column: span 12; aspect-ratio: 4 / 4.4; }
  .grade-incluso, .grade-adicionais, .passos, .condicoes, .grade-equipe, .estrutura, .temporadas, .hospedagem, .como-chegar { grid-template-columns: 1fr; }
  .mosaico { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .mosaico a:nth-child(1) { grid-column: span 2; }
  .mosaico a:nth-child(6) { grid-column: span 1; }
  .mosaico a:nth-child(n+7) { display: none; }
  .depoimentos__trilho { grid-auto-columns: 88%; }
  .linha-tempo::before { left: 4.2rem; }
  .linha-tempo li { grid-template-columns: 4.2rem 1fr; gap: 1.6rem; }
  .linha-tempo li::before { left: calc(4.2rem - 6px); }
  .linha-tempo time { font-size: 1.35rem; }
  .form__linha, .lista-check--2, .specs { grid-template-columns: 1fr; }
  .rodape__grade { grid-template-columns: 1fr; }
  .intro__fotos { aspect-ratio: 1 / 1.1; }
  .selo-giratorio { width: 116px; height: 116px; left: -.3rem; }
  .selo-giratorio text { font-size: 8.2px; letter-spacing: 2.4px; }
  .selo-giratorio .marca { width: 44px; height: 44px; }
  .faq__resposta { padding-right: 0; }
  .fundadores__fotos img:nth-child(2) { margin-top: 2rem; }
  .banner-foto { min-height: 70vh; }
  .faixa-rolante { padding-block: 1rem; }
  .cabecalho-secao--lado { align-items: start; }
}
@media (hover: none) {
  .galeria__item figcaption { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-revelar] { opacity: 1; transform: none; }
  .hero [data-entrada] { opacity: 1; transform: none; }
}
