/* =========================================================
   CAPITÃO GAIVOTA — Premium Website
   Paleta náutica: océano profundo · mar verde-azulado ·
   arena cálida · dorado latón · coral atardecer
   ========================================================= */

:root {
  --deep:      #06212e;   /* azul océano profundo */
  --deep-2:    #0a2a38;
  --sea:       #155e6b;   /* verde-azulado mar */
  --sea-light: #2b8a96;
  --foam:      #cfe6e6;   /* espuma */
  --sand:      #f4ead7;   /* arena clara */
  --cream:     #faf4e9;   /* fondo cálido */
  --brass:     #c9a24b;   /* dorado latón (acento) */
  --brass-2:   #e0bd6e;
  --coral:     #e07a4d;   /* coral atardecer */
  --ink:       #15333d;   /* texto sobre claro */
  --muted:     #5d7680;

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Jost", system-ui, sans-serif;
  --script:"Caveat", cursive;

  --maxw: 1240px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 24px 60px -24px rgba(6,33,46,.45);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
  font-weight: 300;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: .2px; }

.section { padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 5vw, 2rem); }
.section__head { max-width: 720px; margin: 0 auto clamp(2.5rem,5vw,4rem); text-align: center; }
.section__sub { color: var(--muted); font-size: 1.05rem; margin-top: 1rem; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .35em;
  font-size: .72rem;
  font-weight: 500;
  color: var(--brass);
  margin-bottom: 1rem;
}
.eyebrow--light { color: var(--brass-2); }

h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); color: var(--deep); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 500; font-size: .9rem;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .95rem 2rem; border-radius: 100px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s, color .35s;
  cursor: pointer; border: 1.5px solid transparent; will-change: transform;
}
.btn--solid { background: var(--brass); color: var(--deep); box-shadow: 0 12px 30px -12px rgba(201,162,75,.7); }
.btn--solid:hover { background: var(--brass-2); transform: translateY(-3px); box-shadow: 0 18px 38px -12px rgba(201,162,75,.8); }
.btn--ghost { border-color: currentColor; color: var(--deep); }
.btn--ghost:hover { background: var(--deep); color: var(--sand); transform: translateY(-3px); }

/* =========================================================
   Preloader
   ========================================================= */
.preloader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--deep); display: grid; place-items: center;
  transition: opacity .8s var(--ease), visibility .8s;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__inner { text-align: center; color: var(--brass-2); }
.preloader__logo {
  width: clamp(110px, 26vw, 200px); height: auto; margin: 0 auto;
  filter: drop-shadow(0 6px 22px rgba(6,33,46,.6));
  opacity: 0; animation: fadeUp .8s .2s forwards;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px);} to {opacity:1; transform:none;} }

/* =========================================================
   Navbar
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s, padding .4s;
  padding: 1.4rem 0;
}
.nav.is-scrolled {
  background: rgba(6,33,46,.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px -16px rgba(0,0,0,.5); padding: .85rem 0;
}
.nav__inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.25rem,5vw,2rem);
  display: flex; align-items: center; justify-content: space-between;
}
.nav__brand { display: flex; align-items: center; gap: .6rem; color: var(--sand); }
.nav__anchor { width: 26px; height: 26px; color: var(--brass-2); }
.nav__name { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; letter-spacing: .04em; }
.nav__logo {
  height: 78px; width: auto; display: block;
  filter: drop-shadow(0 1px 3px rgba(6,33,46,.6));
  transition: height .4s var(--ease);
}
.nav.is-scrolled .nav__logo { height: 58px; }

.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__links a { color: var(--sand); font-size: .9rem; letter-spacing: .03em; position: relative; transition: color .3s; }
.nav__links a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 1.5px; width: 0;
  background: var(--brass-2); transition: width .35s var(--ease);
}
.nav__links a:not(.nav__cta):hover { color: var(--brass-2); }
.nav__links a:not(.nav__cta):hover::after { width: 100%; }
.nav__cta {
  border: 1.5px solid var(--brass); color: var(--brass-2) !important;
  padding: .5rem 1.4rem; border-radius: 100px; text-transform: uppercase;
  font-size: .78rem; letter-spacing: .12em; transition: all .35s var(--ease);
}
.nav__cta:hover { background: var(--brass); color: var(--deep) !important; }

.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__burger span { width: 26px; height: 2px; background: var(--sand); transition: .35s var(--ease); border-radius: 2px; }
.nav__burger.is-open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2){ opacity: 0; }
.nav__burger.is-open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; text-align: center; color: var(--sand); overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0;
  background:
    url('images/hero.webp') center 45%/cover no-repeat,
    linear-gradient(160deg, #06212e 0%, #0e3a47 45%, #155e6b 100%);
  transform: scale(1.05); animation: heroZoom 16s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(100% 80% at 50% 42%, rgba(6,33,46,.16) 0%, rgba(6,33,46,.40) 70%, rgba(6,33,46,.50) 100%),
    linear-gradient(180deg, rgba(6,33,46,.42) 0%, rgba(6,33,46,.24) 38%, rgba(6,33,46,.82) 100%);
}
.hero__content { position: relative; z-index: 2; padding: 0 1.25rem; max-width: 900px; }
.hero__kicker, .hero__title, .hero__tagline { text-shadow: 0 2px 26px rgba(6,33,46,.55), 0 1px 4px rgba(6,33,46,.5); }
.hero__kicker { text-transform: uppercase; letter-spacing: .45em; font-size: .8rem; color: var(--brass-2); margin-bottom: 1.4rem; font-weight: 500; }
.hero__title { font-size: clamp(3.2rem, 11vw, 8rem); line-height: .92; }
.hero__title--logo { margin: -.5rem auto .2rem; position: relative; }
.hero__title--logo::before {
  content: ""; position: absolute; z-index: -1; inset: -14% -10%;
  background: radial-gradient(58% 58% at 50% 50%, rgba(6,33,46,.62) 0%, rgba(6,33,46,.30) 45%, rgba(6,33,46,0) 72%);
  pointer-events: none;
}
.hero__logo {
  display: block; margin: 0 auto;
  width: clamp(210px, 30vw, 370px); height: auto;
  filter: drop-shadow(0 6px 22px rgba(6,33,46,.9)) drop-shadow(0 0 3px rgba(6,33,46,.7));
}
.hero__title span { display: block; }
.hero__title .reveal.d1 { font-weight: 500; letter-spacing: .02em; }
.hero__script { font-family: var(--script); color: var(--brass-2); font-size: clamp(3.6rem, 13vw, 9.5rem); line-height: .8; margin-top: -.1em; }
.hero__tagline { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 2.6vw, 1.7rem); margin-top: 1.4rem; color: var(--foam); }
.hero__actions { display: flex; gap: 1rem; justify-content: center; margin-top: 2.4rem; flex-wrap: wrap; }
.hero__actions .btn--ghost { color: var(--sand); }
.hero__actions .btn--ghost:hover { background: var(--sand); color: var(--deep); }

.hero__scroll { position: absolute; bottom: 7rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: .6rem; color: var(--foam); font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; }
.hero__scroll-line { width: 1px; height: 46px; background: linear-gradient(var(--brass-2), transparent); position: relative; overflow: hidden; }
.hero__scroll-line::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--brass-2); animation: scrollDot 1.8s var(--ease) infinite; }
@keyframes scrollDot { 0% { top: -50%; } 100% { top: 100%; } }

.hero__wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: clamp(60px,9vw,120px); z-index: 2; }
.hero__wave path { fill: var(--cream); }

/* =========================================================
   Marquee
   ========================================================= */
.marquee { background: var(--deep); color: var(--sand); padding: 1.1rem 0; overflow: hidden; white-space: nowrap; border-bottom: 1px solid rgba(201,162,75,.2); }
.marquee__track { display: inline-flex; gap: 0; animation: marquee 28s linear infinite; }
.marquee__track span { font-family: var(--serif); font-size: 1.3rem; letter-spacing: .06em; padding-right: 2rem; color: var(--foam); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* =========================================================
   Sobre
   ========================================================= */
.sobre { background: var(--cream); }
.sobre__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,5rem); align-items: center; }
.sobre__images { position: relative; width: 100%; }
.sobre__img {
  background:
    var(--bg) center/cover no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a9c7c9' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' opacity='0.45'%3E%3Cpath d='M12 2.2a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4ZM12 6.6V22M12 22c-3.3 0-6-2.7-6-6M12 22c3.3 0 6-2.7 6-6M4.5 13h15M7 9.5 12 6.6l5 2.9'/%3E%3C/svg%3E") center/56px no-repeat,
    linear-gradient(160deg, #0e3a47 0%, #155e6b 100%);
  border-radius: 14px; box-shadow: var(--shadow);
}
.sobre__img--main { aspect-ratio: 4/5; position: relative; overflow: hidden; }
.sobre__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; display: block; }
.sobre__img--sub { position: absolute; bottom: -1.75rem; right: -1.25rem; width: 47%; aspect-ratio: 1/1; border: 6px solid var(--cream); }
.sobre__badge {
  position: absolute; top: -1.6rem; left: -1.6rem; background: var(--deep); color: var(--sand);
  border-radius: 50%; width: 130px; height: 130px; display: grid; place-content: center; text-align: center;
  box-shadow: var(--shadow); padding: 1rem;
}
.sobre__badge-num { font-family: var(--serif); font-size: 2.2rem; line-height: 1; color: var(--brass-2); }
.sobre__badge-star { display: block; color: var(--brass); font-size: .75rem; letter-spacing: 2px; margin: .2rem 0; }
.sobre__badge-label { font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; color: var(--foam); }

.sobre__text h2 { margin-bottom: 1.4rem; }
.sobre__text p { color: var(--muted); margin-bottom: 1.1rem; }
.sobre__text strong { color: var(--ink); font-weight: 500; }
.sobre__features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; margin-top: 1.8rem; }
.sobre__features li { display: flex; align-items: center; gap: .7rem; font-size: .95rem; color: var(--ink); }
.feat-ico { width: 20px; height: 20px; flex: none; stroke: var(--coral); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* =========================================================
   Cardápio
   ========================================================= */
.cardapio { background: linear-gradient(180deg, var(--cream), var(--sand)); }
.menu { max-width: var(--maxw); margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem; }
.menu__card {
  position: relative; background: #fffdf8; border: 1px solid rgba(21,94,107,.12); border-radius: 16px;
  overflow: hidden; display: flex; align-items: center; gap: 1.1rem;
  flex: 0 1 calc((100% - 2 * 1.2rem) / 3); min-width: 0;
  padding: 1.1rem 1.25rem;
  transition: transform .4s var(--ease), box-shadow .4s, border-color .4s;
}
.menu__card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 3px; height: 100%;
  background: var(--brass); transform: scaleY(0); transform-origin: top;
  transition: transform .4s var(--ease);
}
.menu__card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.menu__card:hover::before { transform: scaleY(1); }
.menu__text { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: .4rem; }
.menu__top { margin: 0; }
.menu__top h3 { font-size: 1.2rem; line-height: 1.14; color: var(--deep); margin: 0; }
.menu__desc { color: var(--muted); font-size: .85rem; line-height: 1.45; margin: 0; }
.menu__tag { font-size: .64rem; text-transform: uppercase; letter-spacing: .15em; color: var(--coral); font-weight: 500; }
.menu__photo {
  flex: 0 0 auto; width: 112px; height: 112px; border-radius: 12px; align-self: center;
  background:
    var(--bg, none) center/cover no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a9c7c9' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'%3E%3Cpath d='M12 2.2a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4ZM12 6.6V22M12 22c-3.3 0-6-2.7-6-6M12 22c3.3 0 6-2.7 6-6M4.5 13h15M7 9.5 12 6.6l5 2.9'/%3E%3C/svg%3E") center/34px no-repeat,
    linear-gradient(160deg, #0e3a47 0%, #155e6b 100%);
}
/* Card com vídeo (hover no desktop, toque no mobile) */
.menu__photo--video { position: relative; overflow: hidden; cursor: pointer; }
.menu__photo--video .menu__poster,
.menu__photo--video .menu__video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; border-radius: inherit; display: block;
}
.menu__photo--video .menu__video { opacity: 0; transition: opacity .4s var(--ease); }
.menu__photo--video.is-playing .menu__video { opacity: 1; }
.menu__photo--video .menu__playhint {
  position: absolute; right: 6px; bottom: 6px; width: 20px; height: 20px; border-radius: 50%;
  background: rgba(6,33,46,.55); backdrop-filter: blur(2px);
  transition: opacity .3s ease; pointer-events: none;
}
.menu__photo--video .menu__playhint::before {
  content: ""; position: absolute; top: 50%; left: 54%; transform: translate(-50%,-50%);
  border-style: solid; border-width: 4px 0 4px 7px; border-color: transparent transparent transparent #fff;
}
.menu__photo--video.is-playing .menu__playhint { opacity: 0; }
.cardapio__cta { text-align: center; margin-top: 3rem; }

/* =========================================================
   Experiência (parallax)
   ========================================================= */
.experiencia { position: relative; padding: clamp(5rem,11vw,9rem) clamp(1.25rem,5vw,2rem); color: var(--sand); text-align: center; overflow: hidden; }
.experiencia__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(43,138,150,.45), transparent 60%),
    radial-gradient(100% 80% at 0% 100%, rgba(201,162,75,.14), transparent 55%),
    linear-gradient(160deg, #06212e 0%, #0e3a47 48%, #155e6b 100%);
}
.experiencia__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,33,46,.82), rgba(10,42,56,.9)); }
.experiencia__content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.experiencia__content h2 { color: var(--sand); font-size: clamp(2.2rem,5vw,3.6rem); }
.experiencia__content > p { color: var(--foam); margin-top: 1rem; font-size: 1.1rem; }
/* Blocos: vídeo + formulário */
.exp__blocks { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,2.5rem); max-width: 980px; margin: clamp(2.5rem,5vw,3.5rem) auto 0; text-align: left; align-items: stretch; }
.exp__video { position: relative; border-radius: 18px; overflow: hidden; min-height: 340px; border: 1px solid rgba(244,234,215,.18); background: linear-gradient(160deg,#0e3a47,#155e6b); }
.exp__video-el { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: transparent; }

.exp__form-wrap { background: var(--cream); color: var(--ink); border-radius: 18px; padding: clamp(1.6rem,3vw,2.4rem); box-shadow: var(--shadow); }
.exp__logo { display: block; height: 54px; width: auto; margin: 0 auto .7rem; }
.exp__form-title { font-family: var(--serif); font-size: 1.7rem; color: var(--deep); text-align: center; }
.exp__form-sub { color: var(--muted); font-size: .9rem; text-align: center; margin: .4rem 0 1.3rem; line-height: 1.45; }
.exp__field { display: flex; flex-direction: column; gap: .3rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sea); font-weight: 600; margin-bottom: .8rem; }
.exp__opt { text-transform: none; letter-spacing: 0; color: var(--muted); font-weight: 400; }
.exp__field input { font-family: var(--sans); font-size: .95rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--ink); padding: .65rem .8rem; border: 1px solid rgba(21,94,107,.25); border-radius: 10px; background: #fff; transition: border-color .25s, box-shadow .25s; }
.exp__field input:focus { outline: none; border-color: var(--sea); box-shadow: 0 0 0 3px rgba(21,94,107,.15); }
.exp__check { display: flex; align-items: flex-start; gap: .55rem; font-size: .85rem; color: var(--ink); line-height: 1.4; margin: .2rem 0 1.3rem; cursor: pointer; }
.exp__check input { margin-top: .15rem; accent-color: var(--sea); width: 16px; height: 16px; flex: none; }
.field-trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.exp__privacy { font-size: .72rem; line-height: 1.45; color: var(--muted); text-align: center; margin: .8rem 0 0; }
.exp__privacy a { color: var(--sea); text-decoration: underline; text-underline-offset: 2px; }
.exp__privacy a:hover { color: var(--coral); }
.exp__form-msg { font-size: .85rem; line-height: 1.4; margin: .9rem 0 0; color: #c0392b; }
.exp__form-msg.is-info { color: var(--sea); }
.exp__form-msg.is-club { color: var(--brass); text-align: center; }
.exp__form .btn { width: 100%; justify-content: center; }
.exp__form .btn[disabled] { opacity: .7; cursor: wait; }
.exp__success { text-align: center; padding-top: 1.2rem; margin-top: 1.2rem; border-top: 1px dashed rgba(21,94,107,.18); }
.exp__success h3 { font-family: var(--sans); font-size: .95rem; font-weight: 600; letter-spacing: .01em; color: var(--deep); }
.exp__success p { color: var(--muted); font-size: .8rem; margin-top: .35rem; line-height: 1.5; }
.exp__coupon {
  margin: 1.3rem auto 0; display: inline-flex; flex-direction: column; align-items: center; gap: .35rem;
  padding: .9rem 2rem; border: 1.5px dashed var(--brass); border-radius: 12px; background: rgba(201,162,75,.08);
}
.exp__coupon-label { font-size: .65rem; text-transform: uppercase; letter-spacing: .25em; color: var(--sea); }
.exp__coupon-code { font-family: var(--serif); font-size: 1.7rem; font-weight: 600; letter-spacing: .14em; color: var(--deep); }
.exp__coupon-valid { font-size: .75rem; color: var(--deep); font-weight: 500; }

/* aviso de sucesso: aparece com um leve "deploy" */
.exp__success:not([hidden]) { animation: expReveal .55s var(--ease) both; }
@keyframes expReveal { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.exp__wa-save {
  margin: 1rem auto 0; display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .6rem 1.4rem; border-radius: 100px;
  background: #25d366; color: #fff; font-family: var(--sans); font-weight: 600;
  font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
  box-shadow: 0 10px 22px -10px rgba(37,211,102,.6);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.exp__wa-save:hover { background: #1ebe5b; transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(37,211,102,.8); }

/* =========================================================
   Galeria
   ========================================================= */
.galeria { background: var(--cream); }
.gallery { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.gallery__item {
  position: relative; overflow: hidden; border-radius: 14px; aspect-ratio: 4 / 5;
  cursor: pointer; isolation: isolate; display: block;
  box-shadow: 0 14px 34px -20px rgba(6,33,46,.55);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.gallery__media {
  position: absolute; inset: 0;
  background:
    var(--bg, none) center/cover no-repeat,
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a9c7c9' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' opacity='0.45'%3E%3Cpath d='M12 2.2a2.2 2.2 0 1 0 0 4.4 2.2 2.2 0 0 0 0-4.4ZM12 6.6V22M12 22c-3.3 0-6-2.7-6-6M12 22c3.3 0 6-2.7 6-6M4.5 13h15M7 9.5 12 6.6l5 2.9'/%3E%3C/svg%3E") center/56px no-repeat,
    linear-gradient(160deg, #0e3a47 0%, #155e6b 100%);
  transition: transform .8s var(--ease);
}
.gallery__item::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 45%, rgba(6,33,46,.5)); opacity: 0; transition: opacity .45s var(--ease); }
.gallery__item:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -22px rgba(6,33,46,.6); }
.gallery__item:hover .gallery__media { transform: scale(1.07); }
.gallery__item:hover::after { opacity: 1; }
.galeria__follow { text-align: center; margin-top: 2.5rem; }
.galeria__follow a { display: inline-flex; align-items: center; gap: .5rem; color: var(--sea); font-weight: 500; letter-spacing: .05em; transition: color .3s; }
.galeria__follow a:hover { color: var(--coral); }

/* =========================================================
   Depoimentos
   ========================================================= */
.depoimentos {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--deep) 0%, #0e3a47 50%, var(--sea) 100%);
  padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 5vw, 2rem);
}
.depoimentos__pattern {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 50% at 12% 0%, rgba(201,162,75,.14) 0%, transparent 60%),
    radial-gradient(50% 50% at 100% 100%, rgba(43,138,150,.3) 0%, transparent 60%);
}
.depoimentos .section__head h2 { color: var(--sand); }
.depoimentos .section__sub { color: var(--foam); }

.testemunhos__wrap { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; }
.testemunhos {
  display: flex; gap: 1.5rem;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding-bottom: .5rem; margin: 0 -.1rem;
  scrollbar-width: none; -ms-overflow-style: none;
}
.testemunhos::-webkit-scrollbar { display: none; }
.testemunho {
  flex: 0 0 min(380px, 86vw);
  scroll-snap-align: start;
  background: rgba(244,234,215,.05);
  border: 1px solid rgba(201,162,75,.22);
  border-radius: 16px;
  padding: clamp(1.6rem, 3vw, 2.2rem);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: transform .45s var(--ease), border-color .45s, background .45s, box-shadow .45s;
}
.testemunho:hover {
  transform: translateY(-6px);
  border-color: var(--brass);
  background: rgba(244,234,215,.09);
  box-shadow: var(--shadow);
}
.testemunho__stars { color: var(--brass); letter-spacing: .3em; font-size: .95rem; margin-bottom: 1.1rem; }
.testemunho__quote {
  font-family: var(--serif); font-style: italic; font-size: 1.12rem; line-height: 1.65;
  color: var(--foam); margin-bottom: 1.5rem;
}
.testemunho__quote::before { content: "\201C"; color: var(--brass-2); }
.testemunho__quote::after { content: "\201D"; color: var(--brass-2); }
.testemunho__author {
  display: flex; flex-direction: column; gap: .2rem;
  padding-top: 1rem; border-top: 1px solid rgba(201,162,75,.18);
}
.testemunho__name { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--sand); }
.testemunho__role { font-size: .72rem; text-transform: uppercase; letter-spacing: .18em; color: var(--brass-2); }

.testemunhos__nav { display: flex; justify-content: center; gap: 1rem; margin-top: 2rem; }
.testemunhos__arrow {
  width: 46px; height: 46px; flex: none; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(244,234,215,.06); border: 1px solid rgba(201,162,75,.4);
  color: var(--sand); cursor: pointer;
  transition: background .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease), transform .3s var(--ease);
}
.testemunhos__arrow svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.testemunhos__arrow:hover { background: var(--brass); border-color: var(--brass); color: var(--deep); transform: translateY(-2px); }

/* =========================================================
   FAQ
   ========================================================= */
.faq { background: var(--cream); }
.faq__list { max-width: 800px; margin: 0 auto; display: grid; gap: 1rem; }
.faq__item {
  background: #fffdf8; border: 1px solid rgba(21,94,107,.12); border-radius: 14px;
  overflow: hidden; transition: border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.faq__item.is-open { border-color: var(--brass); box-shadow: var(--shadow); }
.faq__question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  padding: 1.3rem 1.6rem; font-family: var(--serif); font-size: 1.18rem; font-weight: 700; color: var(--deep);
  transition: color .3s;
}
.faq__item.is-open .faq__question { color: var(--sea); }
.faq__icon { position: relative; flex: none; width: 22px; height: 22px; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; top: 50%; left: 50%; background: var(--brass);
  border-radius: 2px; transition: transform .35s var(--ease), opacity .35s var(--ease);
}
.faq__icon::before { width: 16px; height: 2px; transform: translate(-50%, -50%); }
.faq__icon::after  { width: 2px; height: 16px; transform: translate(-50%, -50%); }
.faq__item.is-open .faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.faq__item.is-open .faq__answer { grid-template-rows: 1fr; }
.faq__answer-inner { overflow: hidden; }
.faq__answer p { padding: 0 1.6rem 1.4rem; color: var(--ink); font-weight: 400; font-size: 1rem; line-height: 1.65; }

/* =========================================================
   Contato
   ========================================================= */
.contato { background: var(--deep); color: var(--sand); }
.contato .eyebrow { color: var(--brass-2); }
.contato__grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,6vw,4.5rem); align-items: center; }
.contato__info h2 { color: var(--sand); margin-bottom: 2rem; }
.contato__list { list-style: none; display: grid; gap: 1.6rem; margin-bottom: 2.2rem; }
.contato__list li { display: flex; gap: 1rem; }
.contato__ic { font-size: 1.4rem; flex: none; filter: saturate(1.2); }
.contato__list h4 { font-family: var(--sans); font-weight: 600; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; color: var(--brass-2); margin-bottom: .35rem; }
.contato__list p { color: var(--foam); font-size: .98rem; }
.contato__list em { color: var(--sea-light); font-style: normal; }
.contato__list a:hover { color: var(--brass-2); }
.contato__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.contato__actions .btn--ghost { color: var(--sand); }
.contato__actions .btn--ghost:hover { background: var(--sand); color: var(--deep); }
.contato__dir { display: inline-flex; align-items: center; gap: .4rem; margin-top: .7rem; padding: .4rem .9rem; border: 1px solid rgba(201,162,75,.45); border-radius: 100px; font-size: .82rem; font-weight: 500; letter-spacing: .03em; color: var(--brass-2); transition: background .3s var(--ease), color .3s, border-color .3s, transform .3s; }
.contato__dir:hover { background: var(--brass); color: var(--deep); border-color: var(--brass); transform: translateY(-2px); }
.contato__map { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(201,162,75,.25); height: 100%; min-height: 380px; }
.contato__map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: grayscale(.3) contrast(1.05); }

/* =========================================================
   Footer
   ========================================================= */
.footer { position: relative; background: var(--deep-2); color: var(--sand); padding-top: clamp(60px,9vw,110px); }
.footer__wave { position: absolute; top: -1px; left: 0; width: 100%; height: clamp(50px,8vw,100px); }
.footer__wave path { fill: var(--deep); }
.footer__inner { max-width: var(--maxw); margin: 0 auto; padding: 2rem clamp(1.25rem,5vw,2rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.footer__brand { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.footer__logo { height: 64px; width: auto; filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
.footer__name { font-family: var(--serif); font-size: 1.7rem; }
.footer__nav { display: flex; gap: 1.6rem; flex-wrap: wrap; justify-content: center; }
.footer__nav a { font-size: .9rem; color: var(--foam); transition: color .3s; }
.footer__nav a:hover { color: var(--brass-2); }
.footer__social { display: flex; gap: 1.2rem; }
.footer__social a { font-size: .85rem; letter-spacing: .05em; color: var(--brass-2); border-bottom: 1px solid transparent; transition: border-color .3s; }
.footer__social a:hover { border-color: var(--brass-2); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 1.5rem clamp(1.25rem,5vw,2rem); display: flex; align-items: center; justify-content: center; gap: .4rem 1.2rem; flex-wrap: wrap; max-width: var(--maxw); margin: 0 auto; }
.footer__bottom p { font-size: .8rem; color: var(--sea-light); }
.footer__legal { font-size: .8rem; color: var(--brass-2); border-bottom: 1px solid transparent; transition: border-color .3s; }
.footer__legal:hover { border-color: var(--brass-2); }

/* =========================================================
   WhatsApp Float
   ========================================================= */
.wa-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 14px 30px -8px rgba(37,211,102,.6);
  transition: transform .35s var(--ease);
  animation: waPulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.1); }
@keyframes waPulse { 0%,100% { box-shadow: 0 14px 30px -8px rgba(37,211,102,.6), 0 0 0 0 rgba(37,211,102,.4); } 50% { box-shadow: 0 14px 30px -8px rgba(37,211,102,.6), 0 0 0 14px rgba(37,211,102,0); } }

/* =========================================================
   Reveal animations
   ========================================================= */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .12s; }
.reveal.d2 { transition-delay: .24s; }
.reveal.d3 { transition-delay: .36s; }
.reveal.d4 { transition-delay: .48s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  /* o marquee é decorativo (aria-hidden) — mantém o movimento mesmo com reduce */
  .marquee__track { animation: marquee 28s linear infinite !important; }
}

/* =========================================================
   Modal de Reserva
   ========================================================= */
.reserve { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 1.25rem; }
.reserve[hidden] { display: none; }
.reserve__overlay { position: absolute; inset: 0; background: rgba(6,33,46,.55); backdrop-filter: blur(4px); animation: reserveFade .3s var(--ease) both; }
.reserve__dialog {
  position: relative; width: min(100%, 460px); max-height: 90svh; overflow-y: auto;
  background: var(--cream); border-radius: 18px; padding: clamp(1.6rem, 4vw, 2.4rem);
  box-shadow: var(--shadow); animation: reservePop .4s var(--ease) both;
}
@keyframes reserveFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes reservePop { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: none; } }
.reserve__close {
  position: absolute; top: 1rem; right: 1rem; width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center; background: #fff; border: 1px solid rgba(21,94,107,.18);
  color: var(--sea); cursor: pointer; transition: background .25s, transform .25s;
}
.reserve__close svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.reserve__close:hover { background: var(--sand); transform: rotate(90deg); }
.reserve__title { font-size: clamp(1.8rem, 5vw, 2.3rem); color: var(--deep); margin-top: .2rem; }
.reserve__sub { color: var(--muted); font-size: .92rem; line-height: 1.5; margin: .5rem 0 1.4rem; }
.reserve__field { display: flex; flex-direction: column; gap: .3rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--sea); font-weight: 600; margin-bottom: .85rem; }
.reserve__field input, .reserve__field textarea {
  font-family: var(--sans); font-size: .95rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--ink);
  padding: .7rem .85rem; border: 1px solid rgba(21,94,107,.25); border-radius: 10px; background: #fff;
  transition: border-color .25s, box-shadow .25s; resize: vertical;
}
.reserve__field input:focus, .reserve__field textarea:focus { outline: none; border-color: var(--sea); box-shadow: 0 0 0 3px rgba(21,94,107,.15); }
.reserve__row { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.reserve__hours { font-size: .72rem; color: var(--muted); text-align: center; margin: .2rem 0 1.1rem; line-height: 1.5; }
.reserve__submit { width: 100%; }
.reserve__msg { font-size: .85rem; line-height: 1.4; margin: .9rem 0 0; color: #c0392b; text-align: center; }
.reserve__msg.is-ok { color: var(--sea); }
.reserve__alt { font-size: .8rem; color: var(--muted); text-align: center; margin: .9rem 0 0; }
.reserve__alt a { color: var(--sea); font-weight: 600; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
  .menu__card { flex-basis: calc((100% - 1.2rem) / 2); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .nav__logo { height: 60px; }
  .nav.is-scrolled .nav__logo { height: 48px; }

  .nav__links {
    position: fixed; top: 0; right: 0; height: 100svh; width: min(78vw, 320px);
    background: rgba(6,33,46,.98); backdrop-filter: blur(14px);
    flex-direction: column; justify-content: center; gap: 2rem;
    transform: translateX(100%); transition: transform .45s var(--ease);
    box-shadow: -20px 0 50px -20px rgba(0,0,0,.6);
  }
  .nav__links.is-open { transform: translateX(0); }
  .nav__links a { font-size: 1.15rem; }
  .nav__burger { display: flex; z-index: 101; }

  .sobre__grid { grid-template-columns: 1fr; }
  .sobre__images { max-width: 420px; margin: 0 auto 2rem; }
  .sobre__badge { width: 100px; height: 100px; top: -1rem; left: -1rem; }
  .sobre__badge-num { font-size: 1.7rem; }
  .sobre__features { grid-template-columns: 1fr 1fr; }

  .contato__grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; text-align: center; align-items: center; }
  .footer__bottom { flex-direction: column; text-align: center; }

  .exp__blocks { grid-template-columns: 1fr; }
  .exp__video { min-height: 220px; }
}

@media (max-width: 600px) {
  .menu__card { flex-basis: 100%; }
}

@media (max-width: 480px) {
  .gallery { gap: .7rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .sobre__img--sub { display: none; }
  .menu__card { padding: .9rem 1rem; gap: .85rem; }
  .menu__photo { width: 88px; height: 88px; }
  .menu__top h3 { font-size: 1.1rem; }
  .sobre__features { grid-template-columns: 1fr; }

  .faq__question { padding: 1.1rem 1.25rem; font-size: 1.05rem; }
  .faq__answer p { padding: 0 1.25rem 1.2rem; }
}

/* =========================================================
   Insígnia de avaliação do Google
   ========================================================= */
.google-rating {
  display: inline-flex; align-items: center; gap: .55rem; flex-wrap: wrap; justify-content: center;
  margin: 1.6rem auto 0; padding: .6rem 1.2rem; border-radius: 100px;
  background: rgba(244,234,215,.06); border: 1px solid rgba(244,234,215,.18);
  color: var(--sand); font-size: .9rem; line-height: 1;
  transition: background .3s var(--ease), transform .3s var(--ease), border-color .3s;
}
.google-rating[hidden] { display: none; }
.google-rating:hover { background: rgba(244,234,215,.12); border-color: rgba(201,162,75,.5); transform: translateY(-2px); }
.google-rating__g { flex: none; }
.google-rating__score { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; color: var(--sand); }
.google-rating__stars { color: #fbbc05; letter-spacing: .05em; font-size: 1rem; }
.google-rating__count { color: var(--foam); font-size: .82rem; }
.google-rating__count strong { color: var(--sand); font-weight: 600; }

/* =========================================================
   Lightbox da galeria
   ========================================================= */
.lightbox { position: fixed; inset: 0; z-index: 130; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(.4rem,2vw,1.2rem); padding: clamp(1rem,4vw,2.5rem); }
.lightbox[hidden] { display: none; }
.lightbox__overlay { position: absolute; inset: 0; background: rgba(6,33,46,.82); backdrop-filter: blur(6px); animation: reserveFade .3s var(--ease) both; }
.lightbox__figure { position: relative; z-index: 1; display: grid; place-items: center; min-width: 0; }
.lightbox__img { max-width: 100%; max-height: 86svh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 30px 80px -30px rgba(0,0,0,.8); animation: reservePop .35s var(--ease) both; }
.lightbox__close, .lightbox__nav {
  position: relative; z-index: 2; flex: none; display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 50%; cursor: pointer;
  background: rgba(244,234,215,.12); border: 1px solid rgba(244,234,215,.25); color: var(--sand);
  transition: background .25s, transform .25s, border-color .25s;
}
.lightbox__close svg, .lightbox__nav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--brass); color: var(--deep); border-color: var(--brass); transform: scale(1.08); }
.lightbox__close { position: absolute; top: clamp(.8rem,3vw,1.4rem); right: clamp(.8rem,3vw,1.4rem); }
@media (max-width: 600px) {
  .lightbox__nav { width: 40px; height: 40px; }
}
