/* =============================================================
   HOTEL LORIMAR — Proposta 2 · "Editorial Neoclássico"
   One-page moderno, tipográfico, com arcos e algarismos romanos
   ============================================================= */

:root {
  --ivory:    #FBF8F1;
  --ivory-2:  #F3EBDB;
  --paper:    #FFFFFF;
  --sand:     #E7DBC1;
  --line:     #E2D5BA;

  --gold-1:   #C9A24B;
  --gold-2:   #A6791E;
  --gold-3:   #876214;
  --gold-grad: linear-gradient(135deg, #E8C977 0%, #BE8E20 50%, #876214 100%);

  --navy:     #142235;
  --navy-2:   #1E3149;
  --ink:      #25201A;
  --ink-soft: #5A5142;

  --f-display: "Bitter", "Times New Roman", serif;
  --f-serif:   "Bitter", Georgia, serif;
  --f-ui:      "Inter", system-ui, sans-serif;

  --nav-h: 72px;
  --ease: cubic-bezier(.4,.01,.2,1);
  --maxw: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition-duration: .01ms !important; } }

body {
  font-family: var(--f-ui);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
img.emoji, img.wp-smiley { display: inline !important; width: 1em !important; height: 1em !important; vertical-align: -.1em !important; margin: 0 .07em !important; padding: 0 !important; border: 0 !important; background: none !important; box-shadow: none !important; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 56px); }

/* ----------  HELPERS  ---------- */
.eyebrow {
  font-family: var(--f-ui); font-size: 12px; font-weight: 500;
  letter-spacing: .36em; text-transform: uppercase; color: var(--gold-2);
}
.serif { font-family: var(--f-serif); }

/* Arco neoclássico */
/* Cantos côncavos (para dentro) via máscara */
.arch {
  --cr: 18px;
  position: relative;
  overflow: hidden;
  -webkit-mask:
    radial-gradient(var(--cr) at 0 0,#0000 98%,#000) 0 0/50.5% 50.5% no-repeat,
    radial-gradient(var(--cr) at 100% 0,#0000 98%,#000) 100% 0/50.5% 50.5% no-repeat,
    radial-gradient(var(--cr) at 0 100%,#0000 98%,#000) 0 100%/50.5% 50.5% no-repeat,
    radial-gradient(var(--cr) at 100% 100%,#0000 98%,#000) 100% 100%/50.5% 50.5% no-repeat;
  mask:
    radial-gradient(var(--cr) at 0 0,#0000 98%,#000) 0 0/50.5% 50.5% no-repeat,
    radial-gradient(var(--cr) at 100% 0,#0000 98%,#000) 100% 0/50.5% 50.5% no-repeat,
    radial-gradient(var(--cr) at 0 100%,#0000 98%,#000) 0 100%/50.5% 50.5% no-repeat,
    radial-gradient(var(--cr) at 100% 100%,#0000 98%,#000) 100% 100%/50.5% 50.5% no-repeat;
}
/* Borda interna (passe-partout) na cor primária, com cantos normais */
.arch::after {
  content: ""; position: absolute; inset: 14px; z-index: 2; pointer-events: none;
  border: 2.5px solid var(--gold-1);
  border-radius: 4px;
}
.arch img { width: 100%; height: 100%; object-fit: cover; }

/* =============================================================
   NAVBAR
   ============================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: transparent;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), height .35s var(--ease);
}
.nav.is-stuck {
  background: rgba(251,248,241,.9);
  backdrop-filter: saturate(160%) blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.nav__brand { display: flex; align-items: center; gap: 11px; }
.nav__logo { height: 40px; transition: transform .35s var(--ease); }
.nav__name {
  font-family: var(--f-display); font-weight: 600; font-size: 16px;
  letter-spacing: .2em; color: #fff; line-height: 1;
  text-shadow: 0 1px 10px rgba(0,0,0,.3);
}
.nav.is-stuck .nav__name { color: var(--gold-3); text-shadow: none; }
.nav__name small {
  display: block; font-family: var(--f-ui); font-weight: 400;
  font-size: 8.5px; letter-spacing: .34em; color: rgba(255,255,255,.72); margin-top: 3px;
}
.nav.is-stuck .nav__name small { color: var(--ink-soft); }
/* tema claro do nav no topo do hero (sobre imagem clara à esquerda → manter escuro) */
.nav__links { display: none; align-items: center; gap: 30px; }
.nav__links a {
  font-family: var(--f-ui); font-size: 12.5px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.92);
  position: relative; padding: 6px 0; transition: color .2s;
  text-shadow: 0 1px 10px rgba(0,0,0,.3);
}
.nav.is-stuck .nav__links a { color: var(--ink); text-shadow: none; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px;
  background: var(--gold-grad); transition: right .28s var(--ease);
}
.nav__links a:hover, .nav__links a.is-active { color: var(--gold-1); }
.nav.is-stuck .nav__links a:hover, .nav.is-stuck .nav__links a.is-active { color: var(--gold-3); }
.nav__links a.is-active::after, .nav__links a:hover::after { right: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--f-ui); font-weight: 500; font-size: 12.5px;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 13px 26px; border-radius: 2px;
  transition: transform .15s var(--ease), box-shadow .25s, filter .2s, background .25s, color .25s;
}
.btn svg { width: 17px; height: 17px; }
.btn:active { transform: translateY(1px); }
.btn--gold {
  color: #fff; background: var(--gold-grad);
  box-shadow: 0 10px 22px -12px rgba(135,98,20,.8);
  position: relative; overflow: hidden; isolation: isolate;
}
.btn--gold::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: -70%; width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-18deg); pointer-events: none; z-index: 1;
  animation: btnShine 5s ease-in-out infinite;
}
.btn--gold:hover::after { animation-duration: 1.1s; }
@keyframes btnShine {
  0% { left: -70%; }
  16% { left: 130%; }
  100% { left: 130%; }
}
.btn--gold:hover { filter: brightness(1.05); }
.btn--navy { color: #fff; background: var(--navy); }
.btn--whats { color: #fff; background: #1fa258; }
.btn--outline { color: var(--navy); border: 1.4px solid var(--gold-1); }
.btn--outline:hover { background: var(--gold-1); color: #271d06; }
.btn--ghost-light { color: #fff; border: 1.4px solid rgba(255,255,255,.5); }
.btn--ghost-light:hover { background: #fff; color: var(--navy); }
.btn--block { width: 100%; }
.btn--lg { padding: 16px 30px; font-size: 13px; }

.nav__burger { width: 44px; height: 44px; display: grid; place-items: center; color: #fff; }
.nav.is-stuck .nav__burger { color: var(--navy); }
.nav__cta { display: none; color: #fff; }
@media (min-width: 1000px) { .nav__cta { display: inline-flex; } }
.nav__burger svg { width: 26px; height: 26px; }

/* =============================================================
   PAGE HERO (páginas internas)
   ============================================================= */
.pagehero {
  position: relative; min-height: 50vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: calc(var(--nav-h) + 56px) clamp(20px,5vw,56px) clamp(44px,7vh,72px);
  overflow: hidden;
}
.pagehero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.pagehero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,34,53,0) 52%, rgba(251,248,241,.5) 88%, var(--ivory) 100%),
    linear-gradient(180deg, rgba(9,15,26,.5) 0%, rgba(9,15,26,.42) 60%, rgba(9,15,26,.5) 100%);
}
.pagehero__inner { position: relative; z-index: 2; color: #fff; max-width: 820px; }
.pagehero .eyebrow { color: var(--gold-1); display: block; margin-bottom: 14px; }
.pagehero h1 {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(34px,6vw,60px); line-height: 1.05; color: #fff;
  text-shadow: 0 3px 26px rgba(0,0,0,.42);
}
.pagehero__lead { font-family: var(--f-serif); font-size: clamp(17px,2vw,20px); line-height: 1.55; color: #eef1f6; max-width: 620px; margin: 16px auto 0; text-shadow: 0 2px 14px rgba(0,0,0,.35); }

/* =============================================================
   PAGE HERO (páginas internas) — fim
   ============================================================= */
.hero {
  position: relative;
  min-height: 115vh;
  display: flex; align-items: flex-end; justify-content: center;
  text-align: center;
  padding: calc(var(--nav-h) + 160px) clamp(20px,5vw,56px) clamp(56px,8vh,100px);
  overflow: hidden;
}
@media (max-width: 559px) {
  .hero { min-height: 88vh; padding-top: calc(var(--nav-h) + 55px); }
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
}
/* Overlay: leve escurecimento uniforme + dissolve a base no marinho dos destaques */
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,34,53,0) 54%, rgba(251,248,241,.45) 85%, var(--ivory) 100%),
    linear-gradient(180deg, rgba(7,12,22,.5) 0%, rgba(7,12,22,.55) 55%, rgba(7,12,22,.52) 100%);
}
.hero__inner {
  position: relative; z-index: 2; color: #fff;
  display: flex; flex-direction: column; align-items: center;
  width: 100%; max-width: 1360px;
}
.hero__eyebrow { margin-bottom: 18px; color: var(--gold-1); }
.hero h1 {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(34px, 5vw, 64px); line-height: 1.08;
  letter-spacing: .01em; color: #fff;
  margin-bottom: 18px; text-wrap: balance;
  text-shadow: 0 3px 30px rgba(0,0,0,.42);
}
.hero h1 em { font-family: var(--f-serif); font-style: italic; font-weight: 500; color: #ecca77; }
.hero__lead {
  font-family: var(--f-serif); font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.55; color: #eef1f6; max-width: 620px; margin: 0 auto 24px;
  text-shadow: 0 2px 18px rgba(0,0,0,.38);
}
/* Badge de desconto WhatsApp */
.hero__promo {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 auto 22px;
  padding: 8px 18px 8px 8px; border-radius: 999px;
  background: rgba(251,248,241,.14); border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(6px);
  transition: background .2s var(--ease), transform .15s var(--ease);
}
.hero__promo:hover { background: rgba(251,248,241,.22); transform: translateY(-1px); }
.hero__promo-tag {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-ui); font-weight: 700; font-size: 15px; line-height: 1;
  color: #fff; background: var(--gold-grad);
  width: 40px; height: 40px; padding: 0; border-radius: 50%; letter-spacing: .01em;
  text-shadow: 0 1px 4px rgba(0,0,0,.28);
  box-shadow: 0 6px 14px -6px rgba(135,98,20,.7);
}
.hero__promo-txt {
  font-family: var(--f-ui); font-size: 13px; letter-spacing: .04em; color: #fff;
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}
.hero__promo-txt strong { font-weight: 600; color: #ecca77; }
.hero__media { position: relative; }
.hero__media .arch { position: absolute; inset: clamp(16px,3vw,28px); border: 1px solid var(--gold-1); }
.hero__media .arch::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,34,53,.05), rgba(20,34,53,.35));
}
.hero__note {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px;
  font-family: var(--f-ui); font-size: 13px; letter-spacing: .03em; color: var(--ink);
  text-shadow: none;
}
.hero__note svg { flex: none; width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--gold-grad); color: #fff; box-shadow: 0 4px 10px -4px rgba(135,98,20,.7); }
@media (max-width: 559px) {
  .hero__note {
    display: flex; align-items: center; gap: 10px; width: 100%; max-width: 480px; margin: 18px auto 0;
    text-align: left; line-height: 1.4;
    background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
    padding: 14px 16px; box-shadow: 0 12px 30px -18px rgba(20,34,53,.55);
  }
}

/* Mini-barra de reserva */
.resbar {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 4px; box-shadow: 0 24px 60px -28px rgba(13,22,36,.7);
  padding: 8px; display: grid; gap: 8px; width: 100%; max-width: 480px; margin: 0 auto;
  grid-template-columns: 1fr 1fr auto;
}
.resbar__field { padding: 8px 12px; border-right: 1px solid var(--line); }
.resbar__field:nth-child(2) { border-right: 1px solid var(--line); }
.resbar__field label { display: block; font-size: 9.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 3px; }
.resbar__field input {
  width: 100%; border: none; background: transparent; outline: none;
  font-family: var(--f-serif); font-size: 16px; color: var(--ink);
}
.resbar__field input { cursor: pointer; }

/* ===== Litepicker (date-range entrada/saída) — tema Lorimar ===== */
body .litepicker {
  font-family: var(--f-ui);
  --litepicker-container-months-color-bg: #fff;
  --litepicker-container-months-box-shadow-color: rgba(20,34,53,.16);
  --litepicker-month-header-color: var(--navy);
  --litepicker-button-prev-month-color: var(--gold-2);
  --litepicker-button-next-month-color: var(--gold-2);
  --litepicker-button-prev-month-color-hover: var(--gold-1);
  --litepicker-button-next-month-color-hover: var(--gold-1);
  --litepicker-month-weekday-color: var(--gold-2);
  --litepicker-day-color: var(--ink);
  --litepicker-day-color-hover: var(--gold-3);
  --litepicker-is-today-color: var(--gold-2);
  --litepicker-is-in-range-color: #f1e4c4;
  --litepicker-is-start-color: #fff;
  --litepicker-is-start-color-bg: var(--gold-2);
  --litepicker-is-end-color: #fff;
  --litepicker-is-end-color-bg: var(--gold-2);
  --litepicker-is-locked-color: #c7bfae;
  --litepicker-tooltip-color-bg: var(--navy);
  --litepicker-tooltip-color: #fff;
}
body .litepicker .container__months {
  border-radius: 12px; border: 1px solid var(--line);
  box-shadow: 0 24px 60px -28px rgba(13,22,36,.55);
}
body .litepicker .month-item-header { font-family: var(--f-display); font-weight: 600; letter-spacing: .02em; text-transform: capitalize; }
body .litepicker .container__days .day-item { font-weight: 500; }
body .litepicker .container__days .day-item:hover { box-shadow: inset 0 0 0 1.5px var(--gold-1) !important; color: var(--gold-3) !important; }
body .litepicker .container__tooltip { font-weight: 600; letter-spacing: .02em; }
.resbar .btn { border-radius: 3px; }
.resbar__btn-txt { display: none; }
@media (max-width: 559px) {
  .resbar { grid-template-columns: 1fr 1fr; }
  .resbar__field:nth-child(2) { border-right: none; }
  .resbar .btn { grid-column: 1 / -1; padding: 14px; }
  .resbar__btn-txt { display: inline; }
}

/* =============================================================
   DEPOIMENTOS (cards do carrossel)
   ============================================================= */
.tnote { text-align: center; font-family: var(--f-ui); font-size: 13px; letter-spacing: .04em; color: var(--ink-soft); margin: -18px 0 4px; }
.tnote strong { color: var(--gold-3); font-weight: 600; }
.tcard {
  flex: 0 0 auto; width: 360px; max-width: 82vw;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 22px 22px 20px; box-shadow: 0 16px 34px -24px rgba(20,34,53,.45);
  display: flex; flex-direction: column;
}
.tcard__head { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.tcard__avatar {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: var(--gold-grad); color: #271d06;
  font-family: var(--f-display); font-weight: 700; font-size: 18px;
}
.tcard__name { font-family: var(--f-display); font-weight: 600; font-size: 16px; color: var(--navy); letter-spacing: .01em; }
.tcard__loc { font-family: var(--f-ui); font-size: 12px; color: var(--ink-soft); display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.tcard__loc svg { width: 12px; height: 12px; color: var(--gold-2); }
.tcard__src { margin-left: auto; align-self: flex-start; font-family: var(--f-ui); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-3); border: 1px solid var(--line); border-radius: 999px; padding: 4px 9px; }
.tcard__logo { width: 24px; height: 24px; margin-left: auto; align-self: flex-start; flex: none; opacity: .95; }
.tcard__stars { color: var(--gold-1); letter-spacing: 2px; font-size: 14px; margin-bottom: 10px; }
.tcard__text { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.5; color: var(--ink); font-style: italic; }

/* =============================================================
   FAIXA ROLANTE (marquee)
   ============================================================= */
.marquee { background: var(--navy); overflow: hidden; padding: 16px 0; }
.marquee__track { display: flex; align-items: center; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; padding: 0 26px; color: #e9edf3; font-family: var(--f-ui); font-size: 13px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.marquee__item svg { width: 18px; height: 18px; color: var(--gold-1); flex: none; }
.marquee__sep { flex: none; width: 7px; height: 7px; background: var(--gold-grad); transform: rotate(45deg); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* =============================================================
   PROMO 5% (card chamativo)
   ============================================================= */
.promo { padding: clamp(40px,6vw,72px) clamp(20px,5vw,56px); }
.promo__inner {
  max-width: 1080px; margin: 0 auto;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  border: 1px solid rgba(201,162,75,.28); color: #fff;
  border-radius: 22px; padding: clamp(26px,4vw,46px);
  display: flex; align-items: center; gap: clamp(20px,3vw,40px); flex-wrap: wrap;
  box-shadow: 0 30px 60px -28px rgba(13,22,36,.7); position: relative; overflow: hidden;
}
.promo__inner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 130% at 100% 0%, rgba(201,162,75,.22), transparent 58%); pointer-events: none; }
.promo__inner::before {
  content: ""; position: absolute; bottom: -46px; right: -26px; width: 270px; height: 270px; z-index: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23C9A24B'%20stroke-width='1.1'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M3%209h18M7%203v4m10-4v4M5%205h14a2%202%200%200%201%202%202v12a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2Z'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity: .14; transform: rotate(-8deg);
}
.promo__tag {
  flex: none; position: relative; z-index: 1;
  font-family: var(--f-display); font-weight: 700; font-size: clamp(28px,4vw,42px);
  color: #fff; background: var(--gold-grad);
  width: clamp(84px,11vw,112px); height: clamp(84px,11vw,112px); border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: 0 16px 30px -12px rgba(135,98,20,.7), inset 0 0 0 4px rgba(255,255,255,.32);
}
.promo__txt { flex: 1 1 300px; position: relative; z-index: 1; }
.promo__eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-ui); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-1); }
.promo__eyebrow svg { width: 14px; height: 14px; }
.promo__txt h2 { font-family: var(--f-display); font-weight: 700; font-size: clamp(24px,3vw,34px); line-height: 1.08; color: #fff; margin: 8px 0 8px; }
.promo__txt p { font-family: var(--f-serif); font-size: clamp(16px,2vw,18px); line-height: 1.5; color: #cdd6e1; max-width: 520px; }
.promo__btn {
  flex: none; position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 10px;
  background: var(--gold-grad); color: #fff; font-family: var(--f-ui); font-weight: 600; font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase; padding: 16px 26px; border-radius: 999px; border: none; cursor: pointer;
  box-shadow: 0 16px 32px -14px rgba(135,98,20,.8); transition: transform .15s var(--ease), filter .2s;
}
.promo__btn:hover { transform: translateY(-2px); filter: brightness(1.07); }
.promo__btn svg { width: 19px; height: 19px; }

/* =============================================================
   LIGHTBOX / GALERIA DE QUARTOS
   ============================================================= */
.lightbox { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), visibility .3s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__scrim { position: absolute; inset: 0; background: rgba(9,15,26,.82); }
.lightbox__panel { position: relative; z-index: 2; width: 100%; max-width: 960px; margin: 16px; background: var(--ivory); border-radius: 16px; overflow: hidden; box-shadow: 0 40px 90px -30px rgba(0,0,0,.7); display: flex; flex-direction: column; max-height: 92vh; }
@media (min-width: 820px) {
  .lightbox__panel { display: grid; grid-template-columns: 1.25fr 1fr; align-items: stretch; }
  .lightbox__gallery { display: flex; flex-direction: column; min-width: 0; }
  .lightbox__gallery .lightbox__stage { aspect-ratio: auto; flex: 1; min-height: 0; }
  .lightbox__body { overflow-y: auto; }
}
.lightbox__close { position: absolute; top: 12px; right: 12px; z-index: 4; width: 42px; height: 42px; border-radius: 50%; background: rgba(9,15,26,.55); color: #fff; display: grid; place-items: center; border: none; cursor: pointer; backdrop-filter: blur(4px); }
.lightbox__close svg { width: 22px; height: 22px; }
.lightbox__stage { position: relative; background: #0a1018; aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; }
.lightbox__img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: rgba(251,248,241,.92); color: var(--navy); display: grid; place-items: center; border: none; cursor: pointer; box-shadow: 0 8px 20px -8px rgba(0,0,0,.5); transition: background .2s, color .2s; }
.lightbox__nav:hover { background: var(--gold-1); color: #2a1f06; }
.lightbox__nav svg { width: 24px; height: 24px; }
.lightbox__nav--prev { left: 14px; }
.lightbox__nav--next { right: 14px; }
.lightbox__body { padding: 18px 20px 18px; overflow-y: auto; }
.lightbox__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.lightbox__info h3 { font-family: var(--f-display); font-weight: 600; font-size: 22px; color: var(--navy); letter-spacing: .02em; }
.lightbox__info span { font-family: var(--f-ui); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); }
.lightbox__desc { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.55; color: var(--ink-soft); margin: 12px 0 0; }
.lightbox__feats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.lightbox__cta { width: 100%; justify-content: center; margin-top: 20px; }
.lightbox__note { display: flex; gap: 8px; align-items: flex-start; margin: 12px 0 0; font-family: var(--f-ui); font-size: 12.5px; line-height: 1.45; color: var(--ink-soft); }
.lightbox__note svg { width: 15px; height: 15px; flex: none; margin-top: 1px; color: var(--gold-2); }
.lightbox__thumbs { display: flex; gap: 8px; margin-top: 0; padding: 10px; overflow-x: auto; background: #0a1018; flex: none; }
.lightbox__thumbs img { width: 78px; height: 56px; object-fit: cover; border-radius: 7px; cursor: pointer; opacity: .55; border: 2px solid transparent; transition: opacity .2s, border-color .2s; flex: none; }
.lightbox__thumbs img:hover { opacity: .85; }
.lightbox__thumbs img.is-active { opacity: 1; border-color: var(--gold-1); }

/* =============================================================
   COMODIDADES / REGRAS (páginas)
   ============================================================= */
.amhi { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: center; padding-bottom: 28px; border-bottom: 1px solid var(--line); margin-bottom: 42px; }
.amhi span { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-ui); font-size: 14px; font-weight: 500; color: var(--navy); }
.amhi svg { width: 18px; height: 18px; color: var(--gold-3); }
.amcats { display: grid; grid-template-columns: 1fr; gap: 32px 40px; }
@media (min-width: 680px) { .amcats { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .amcats { grid-template-columns: 1fr 1fr 1fr; } }
.amcat__h { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 600; font-size: 18px; color: var(--navy); margin-bottom: 14px; }
.amcat__dot { width: 9px; height: 9px; background: var(--gold-grad); transform: rotate(45deg); flex: none; }
.amcat ul { list-style: none; display: grid; gap: 9px; }
.amcat li { display: flex; align-items: flex-start; gap: 9px; font-family: var(--f-serif); font-size: 16.5px; color: var(--ink-soft); }
.amcat li svg { width: 16px; height: 16px; color: var(--gold-2); flex: none; margin-top: 4px; }
.amcat p { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.5; color: var(--ink-soft); }
.rules { display: grid; gap: 18px; max-width: 860px; margin-inline: auto; }
.rule { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; box-shadow: 0 14px 30px -24px rgba(20,34,53,.4); }
.rule__h { font-family: var(--f-display); font-weight: 600; font-size: 20px; color: var(--navy); margin-bottom: 10px; }
.rule__body p { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.55; color: var(--ink-soft); margin-bottom: 8px; }
.rule__body p:last-child { margin-bottom: 0; }
.rule__body strong { color: var(--gold-3); }
.rule__time { font-family: var(--f-ui) !important; font-size: 14px !important; font-weight: 600; letter-spacing: .04em; color: var(--navy) !important; }
.pays { display: flex; flex-wrap: wrap; gap: 8px; }
.pay { font-family: var(--f-ui); font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--navy); background: var(--ivory-2); border: 1px solid var(--sand); border-radius: 6px; padding: 7px 12px; }
.arch::after { display: none; }
.facts { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 720px; margin-inline: auto; }
@media (min-width: 600px) { .facts { grid-template-columns: 1fr 1fr; gap: 0 40px; } }
.fact { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.fact__k { font-family: var(--f-ui); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); }
.fact__v { font-family: var(--f-serif); font-size: 17px; color: var(--ink); text-align: right; }
.cinfo--grid { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 640px; margin-inline: auto; }
.cinfo--grid .crow { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; box-shadow: 0 14px 30px -24px rgba(20,34,53,.4); }
.cmap--full { border-radius: 0; border: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cmap--full iframe { width: 100%; height: 480px; display: block; }

/* =============================================================
   BOTÃO FLUTUANTE WHATSAPP
   ============================================================= */
.wfab { position: fixed; right: 20px; bottom: 20px; z-index: 95; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.wfab__btn { position: relative; width: 60px; height: 60px; border-radius: 50%; background: var(--gold-grad); color: #fff; display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(135,98,20,.85); cursor: pointer; border: none; isolation: isolate; transition: transform .15s var(--ease); animation: wfabPulse 2.6s ease-out infinite; }
.wfab__btn:hover { transform: scale(1.06); }
.wfab__btn > svg { width: 32px; height: 32px; position: relative; z-index: 1; }
@keyframes wfabPulse {
  0%   { box-shadow: 0 14px 30px -10px rgba(135,98,20,.85), 0 0 0 0 rgba(201,162,75,.5), 0 0 0 0 rgba(201,162,75,.32); }
  70%  { box-shadow: 0 14px 30px -10px rgba(135,98,20,.85), 0 0 0 15px rgba(201,162,75,0), 0 0 0 28px rgba(201,162,75,0); }
  100% { box-shadow: 0 14px 30px -10px rgba(135,98,20,.85), 0 0 0 0 rgba(201,162,75,0), 0 0 0 0 rgba(201,162,75,0); }
}
.wfab__btn::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border-radius: 50%; clip-path: circle(50%); background: linear-gradient(100deg, transparent 42%, rgba(255,255,255,.6) 50%, transparent 58%); background-size: 250% 100%; background-repeat: no-repeat; background-position: 180% 0; animation: wfabShine 5s ease-in-out infinite; }
@keyframes wfabShine { 0% { background-position: 180% 0; } 22% { background-position: -80% 0; } 100% { background-position: -80% 0; } }
.wfab__dot { position: absolute; top: -3px; right: -3px; z-index: 2; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; background: #e8453c; color: #fff; font-family: var(--f-ui); font-size: 12px; font-weight: 700; display: grid; place-items: center; border: 2px solid var(--ivory); }
.wfab__dot[hidden] { display: none; }
.wfab__tip { position: absolute; right: 74px; bottom: 9px; max-width: 250px; background: #fff; color: var(--ink); font-family: var(--f-serif); font-size: 15.5px; line-height: 1.32; padding: 12px 16px; border-radius: 14px 14px 4px 14px; box-shadow: 0 16px 34px -16px rgba(20,34,53,.5); border: 1px solid var(--line); opacity: 0; transform: translateX(8px) scale(.96); transition: opacity .3s var(--ease), transform .3s var(--ease); pointer-events: none; white-space: normal; width: max-content; }
.wfab__tip.is-show { opacity: 1; transform: none; }
.wfab__menu { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .25s var(--ease), transform .25s var(--ease); }
.wfab.is-open .wfab__menu { opacity: 1; transform: none; pointer-events: auto; }
.wfab.is-open .wfab__tip { opacity: 0 !important; pointer-events: none; }
.wfab__opt { display: inline-flex; align-items: center; gap: 10px; background: var(--navy); color: #fff; font-family: var(--f-ui); font-size: 15px; font-weight: 500; letter-spacing: .04em; padding: 14px 20px; border-radius: 999px; box-shadow: 0 12px 26px -12px rgba(20,34,53,.6); border: none; cursor: pointer; white-space: nowrap; transition: filter .2s; }
.wfab__opt:hover { filter: brightness(1.15); }
.wfab__opt svg { width: 20px; height: 20px; color: var(--gold-1); flex: none; }
@media (max-width: 759px) { .wfab { display: none; } }

/* =============================================================
   APP BAR MÓVEL (barra inferior estilo app)
   ============================================================= */
.appbar { display: none; }
@media (max-width: 759px) {
  .appbar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 96;
    display: flex; align-items: center; justify-content: space-around;
    height: 64px; padding-bottom: env(safe-area-inset-bottom);
    background: rgba(251,248,241,.96); backdrop-filter: blur(14px);
    border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(20,34,53,.45);
  }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
}
.appbar__item {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  background: none; border: none; cursor: pointer;
  font-family: var(--f-ui); font-size: 10.5px; font-weight: 500; letter-spacing: .04em; color: var(--ink-soft);
  transition: color .18s var(--ease);
}
.appbar__item svg { width: 23px; height: 23px; }
.appbar__item:active { color: var(--gold-2); }
.appbar__center { flex: 1; align-self: stretch; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.appbar__fab {
  width: 48px; height: 48px; border-radius: 50%; margin-top: -14px;
  background: var(--gold-grad); color: #fff; display: grid; place-items: center;
  border: none; cursor: pointer;
  box-shadow: 0 10px 22px -8px rgba(135,98,20,.85); transition: transform .18s var(--ease);
}
.appbar__fab:active { transform: scale(.95); }
.appbar__fab svg { width: 24px; height: 24px; }
/* =============================================================
   EXPERIÊNCIAS (grid 2x2)
   ============================================================= */
#experiencias { padding-top: clamp(4px,1vw,12px); padding-bottom: clamp(28px,4vw,52px); position: relative; }
#experiencias::before, #experiencias::after { display: none; }
.infocards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: clamp(18px,3vw,26px); }
@media (min-width: 760px) { .infocards { grid-template-columns: repeat(4, 1fr); } }
.infocard { display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; box-shadow: 0 14px 30px -22px rgba(20,34,53,.4); }
.infocard__ico { flex: none; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--gold-grad); color: #2a1f06; box-shadow: 0 8px 18px -10px rgba(135,98,20,.8); }
.infocard__ico svg { width: 21px; height: 21px; }
.infocard p { font-family: var(--f-serif); font-size: 14.5px; line-height: 1.32; color: var(--ink); }
.exp3 { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 700px) {
  .exp3 { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 248px; }
  .exp3 .expcard { aspect-ratio: auto; height: 100%; }
  .exp3 .expcard:nth-child(1), .exp3 .expcard:nth-child(4) { grid-column: span 2; }
}
.expcard {
  position: relative; display: block; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10;
  box-shadow: 0 18px 38px -24px rgba(20,34,53,.5); isolation: isolate; color: #fff;
}
.expcard__img { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .6s var(--ease); }
.expcard:hover .expcard__img { transform: scale(1.05); }
.expcard__img.is-placeholder {
  background: linear-gradient(150deg, var(--ivory-2), #e6d6b6);
  display: grid; place-items: center;
}
.expcard__ph { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--gold-3); font-family: var(--f-ui); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; opacity: .8; }
.expcard__ph svg { width: 34px; height: 34px; }
.expcard::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20,34,53,0) 45%, rgba(20,34,53,.82) 100%); }
.expcard__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px; color: #fff; }
.expcard__badge {
  position: absolute; top: 14px; left: 14px; z-index: 3;
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(251,248,241,.93); color: var(--gold-3);
  font-family: var(--f-ui); font-size: 11.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 999px; box-shadow: 0 6px 16px -8px rgba(20,34,53,.5);
}
.expcard__badge svg { width: 15px; height: 15px; }
.expcard__txt { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 18px 20px; }
.expcard__gold { display: block; font-family: var(--f-display); font-size: 21px; font-weight: 600; letter-spacing: .02em; text-transform: none; color: var(--gold-1); margin-bottom: 4px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.expcard__phrase {
  margin: 0; color: #fff; font-family: var(--f-serif); font-size: 18px; font-style: italic;
  line-height: 1.3; text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.expcard__kicker { font-family: var(--f-ui); font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-1); }
.expcard__cap h3 { font-family: var(--f-display); font-weight: 600; font-size: 26px; letter-spacing: .03em; margin-top: 4px; }
.rslider { background: var(--ivory); padding: clamp(48px,7vw,84px) 0; position: relative; }
.rslider__shell { position: relative; }
.rslider__track {
  display: flex; gap: 18px; overflow-x: auto;
  padding: 6px clamp(16px,4vw,56px) 18px;
  -ms-overflow-style: none; scrollbar-width: none;
  cursor: grab; user-select: none;
}
.rslider__track.is-grabbing { cursor: grabbing; }
.rslider__track img { -webkit-user-drag: none; user-drag: none; }
.rslider__track::-webkit-scrollbar { display: none; }
.rscard {
  flex: 0 0 auto; width: 268px; cursor: pointer;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  overflow: hidden; box-shadow: 0 16px 34px -24px rgba(20,34,53,.45);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.rscard:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -24px rgba(20,34,53,.5); }
.rscard__img { aspect-ratio: 4/3; position: relative; overflow: hidden; }
.rscard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.rscard:hover .rscard__img img { transform: scale(1.06); }
.rscard__badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--gold-grad); color: #fff;
  font-family: var(--f-ui); font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
  padding: 6px 13px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: 0 6px 14px -6px rgba(135,98,20,.7);
}
.rscard__badge svg { width: 15px; height: 15px; }
.rscard__body { padding: 15px 16px 17px; }
.rscard__name { font-family: var(--f-display); font-weight: 600; font-size: 17px; color: var(--navy); letter-spacing: .02em; line-height: 1.18; }
.rscard__beds { font-family: var(--f-serif); font-size: 14.5px; color: var(--ink-soft); margin: 3px 0 12px; line-height: 1.35; }
.rscard__link { font-family: var(--f-ui); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-3); display: inline-flex; align-items: center; gap: 6px; }
.rscard__link svg { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.rscard:hover .rscard__link svg { transform: translateX(3px); }
.rslider__nav {
  position: absolute; top: 38%; transform: translateY(-50%); z-index: 5;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--paper); border: 1px solid var(--gold-1); color: var(--gold-3);
  display: grid; place-items: center; box-shadow: 0 10px 26px -12px rgba(20,34,53,.45);
  transition: background .18s, color .18s, opacity .2s;
}
.rslider__nav:hover { background: var(--gold-1); color: #271d06; }
.rslider__nav svg { width: 22px; height: 22px; }
.rslider__nav--prev { left: -10px; }
.rslider__nav--next { right: -10px; }
@media (max-width: 600px) { .rslider__nav--prev { left: 2px; } .rslider__nav--next { right: 2px; } }
.creds { background: var(--navy); padding: clamp(40px,6vw,66px) 0 clamp(40px,6vw,66px); }
.creds__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.credcard {
  display: flex; align-items: center; gap: 15px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
  padding: 18px; box-shadow: 0 16px 34px -24px rgba(20,34,53,.45);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.credcard:hover { transform: translateY(-3px); box-shadow: 0 22px 40px -24px rgba(20,34,53,.5); }
.credcard__ico {
  flex: none; width: 48px; height: 48px; border-radius: 10px;
  display: grid; place-items: center; color: #271d06;
  background: var(--gold-grad); border: none;
  box-shadow: 0 8px 18px -10px rgba(135,98,20,.8);
}
.credcard__ico svg { width: 24px; height: 24px; }
.credcard h4 { font-family: var(--f-display); font-weight: 600; font-size: 16px; color: var(--navy); letter-spacing: .02em; line-height: 1.12; }
.credcard p { font-family: var(--f-serif); font-size: 14.5px; color: var(--ink-soft); margin-top: 3px; line-height: 1.3; }
@media (min-width: 760px) { .creds__grid { grid-template-columns: repeat(4, 1fr); } }

/* =============================================================
   SEÇÃO — base + índice romano
   ============================================================= */
.sec { padding: clamp(64px, 9vw, 130px) 0; position: relative; overflow: hidden; }
.sec::before, .sec::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; z-index: 0; filter: blur(64px); }
.sec::before { width: 440px; height: 440px; top: -150px; right: -110px; background: radial-gradient(circle, rgba(201,162,75,.16), transparent 70%); }
.sec::after { width: 400px; height: 400px; bottom: -170px; left: -130px; background: radial-gradient(circle, rgba(20,34,53,.07), transparent 70%); }
.sec > .wrap { position: relative; z-index: 1; }
.sec--alt { background: var(--ivory-2); }
.sec--paper { background: var(--paper); }
.sec--navy { background: var(--navy); }
.sec--navy .sechead__txt h2 { color: #fff; }
.sechead { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; margin-bottom: clamp(34px,5vw,56px); }
.sechead::before {
  content: ""; display: block; width: 216px; height: 20px; margin: 0 auto 16px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%2020'%20fill='none'%20stroke='%23A6791E'%20stroke-width='1.2'%20stroke-linecap='round'%3E%3Cpath%20d='M14%2011H78'/%3E%3Cpath%20d='M78%2011C92%2011%2095%204%20105%204C113%204%20116%209%20112%2012C110%2013.3%20107%2012.3%20108%2010'/%3E%3Cpath%20d='M226%2011H162'/%3E%3Cpath%20d='M162%2011C148%2011%20145%204%20135%204C127%204%20124%209%20128%2012C130%2013.3%20133%2012.3%20132%2010'/%3E%3Cpath%20d='M120%204.5l5%206.5-5%206.5-5-6.5z'%20fill='%23A6791E'%20stroke='none'/%3E%3Ccircle%20cx='14'%20cy='11'%20r='1.6'%20fill='%23A6791E'%20stroke='none'/%3E%3Ccircle%20cx='226'%20cy='11'%20r='1.6'%20fill='%23A6791E'%20stroke='none'/%3E%3C/svg%3E") center/contain no-repeat;
}
.sechead__num { display: none; }
.sechead__txt .eyebrow { display: block; margin-bottom: 8px; }
.sechead__txt h2 {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(26px, 4.2vw, 44px); line-height: 1.06; color: var(--navy); letter-spacing: .02em;
}

/* Bloco assimétrico imagem+texto */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(28px,5vw,64px); align-items: center; }
.split__media { position: relative; }
.split__media .arch { aspect-ratio: 4/5; border: 1px solid var(--gold-1); }
.split__media .arch::after { display: none; }
.split__media .arch::before {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background:
    radial-gradient(62% 48% at 0% 0%, var(--paper) 0%, rgba(255,255,255,.55) 26%, transparent 58%),
    radial-gradient(62% 48% at 100% 100%, var(--paper) 0%, rgba(255,255,255,.55) 26%, transparent 58%);
}
.split__media .frameline { display: none; }
.prose { font-family: var(--f-serif); font-size: clamp(16.5px,1.9vw,19px); line-height: 1.68; color: var(--ink-soft); }
.prose p { margin-bottom: 18px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--gold-3); font-weight: 600; }
.prose .dropcap::first-letter {
  font-family: var(--f-display); font-weight: 700; font-size: 3.4em;
  float: left; line-height: .82; padding: 6px 12px 0 0; color: var(--gold-3);
}

/* Lista losango */
.dlist { list-style: none; display: grid; gap: 14px; margin-top: 26px; }
.dlist li { position: relative; padding-left: 26px; font-family: var(--f-serif); font-size: 17px; line-height: 1.5; color: var(--ink-soft); }
.dlist li::before { content: ""; position: absolute; left: 3px; top: 10px; width: 9px; height: 9px; background: var(--gold-grad); transform: rotate(45deg); }
.dlist--badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.dlist--badges li { padding: 10px 16px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-serif); font-size: 15.5px; color: var(--ink); box-shadow: 0 8px 20px -16px rgba(20,34,53,.4); }
.dlist--badges li::before { content: ""; position: static; width: 7px; height: 7px; background: var(--gold-grad); transform: rotate(45deg); flex: none; }

/* =============================================================
   COMODIDADES — lista editorial com filetes
   ============================================================= */
.amen { display: grid; grid-template-columns: 1fr; gap: 0; }
.amen__item {
  display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: start;
  padding: 26px 0; border-top: 1px solid var(--line);
}
.amen__item:last-child { border-bottom: 1px solid var(--line); }
.amen__ico { width: 48px; height: 48px; color: var(--gold-3); }
.amen__ico svg { width: 100%; height: 100%; stroke-width: 1.1; }
.amen__item h4 { font-family: var(--f-display); font-weight: 600; font-size: 18px; letter-spacing: .03em; color: var(--navy); margin-bottom: 6px; }
.amen__item p { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.5; color: var(--ink-soft); }

/* =============================================================
   ACOMODAÇÕES — lista numerada editorial
   ============================================================= */
.rooms { display: grid; gap: 0; }
.room {
  display: grid; grid-template-columns: 1fr; gap: 18px;
  padding: clamp(26px,4vw,40px) clamp(14px,2vw,22px); border-top: 1px solid var(--line); align-items: center;
  margin-inline: calc(-1 * clamp(14px,2vw,22px));
  cursor: pointer; border-radius: 16px;
  transition: background .25s var(--ease);
}
.room:hover { background: var(--ivory-2); }
.room:hover .room__name { color: var(--gold-3); }
.room__media .arch img { transition: transform .55s var(--ease); }
.room:hover .room__media .arch img { transform: scale(1.05); }
.room:hover .room__cta .btn { background: var(--gold-1); color: #271d06; }
.rooms .room:last-child { border-bottom: 1px solid var(--line); }
.room__index { display: flex; flex-direction: column; align-items: center; text-align: center; line-height: 1; }
.room__index em { font-style: normal; font-family: var(--f-ui); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 8px; }
.room__index b { font-family: var(--f-display); font-weight: 700; font-size: clamp(60px,9vw,96px); line-height: .72; margin: -.2em 0 5px; color: #D6B468; }
.room__index i { font-style: normal; font-family: var(--f-ui); font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); margin-top: 8px; }
.room__main { display: flex; flex-direction: column; }
.room__name { font-family: var(--f-display); font-weight: 600; font-size: clamp(24px,3.4vw,34px); color: var(--navy); letter-spacing: .02em; margin-bottom: 12px; }
.room__cap { display: none; }
.room__desc { font-family: var(--f-serif); font-size: 17px; line-height: 1.55; color: var(--ink-soft); max-width: 540px; margin-bottom: 16px; }
.room__feats { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .04em; color: var(--navy);
  border: 1px solid var(--line); background: var(--paper); padding: 6px 13px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
}
.chip svg { width: 13px; height: 13px; color: var(--gold-2); }
.room__media { position: relative; }
.room__media .arch { aspect-ratio: 16/11; border: 1px solid var(--line); }
.room__cta { margin-top: 16px; }

/* =============================================================
   A CIDADE — banda full-bleed + cards em arco
   ============================================================= */
.cityband { position: relative; color: #fff; padding: clamp(80px,12vw,150px) 0; text-align: center; overflow: hidden; }
.cityband__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cityband__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,34,53,.5), rgba(20,34,53,.72)); }
.cityband__inner { position: relative; z-index: 2; }
.cityband h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(30px,6vw,56px); letter-spacing: .03em; margin: 12px 0 16px; }
.cityband p { font-family: var(--f-serif); font-size: clamp(17px,2.2vw,20px); line-height: 1.55; color: #ecf0f5; max-width: 620px; margin: 0 auto; }

.citycards { display: grid; grid-template-columns: 1fr; gap: clamp(24px,4vw,40px); margin-top: clamp(40px,6vw,64px); }
.ccard { text-align: center; }
.ccard .arch { aspect-ratio: 3/4; border: 1px solid var(--gold-1); margin-bottom: 20px; }
.ccard h3 { font-family: var(--f-display); font-weight: 600; font-size: 24px; color: var(--navy); letter-spacing: .03em; margin-bottom: 10px; }
.ccard p { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.55; color: var(--ink-soft); }

/* =============================================================
   PULL QUOTE
   ============================================================= */
.pull { text-align: center; }
.pull .mark { font-family: var(--f-display); font-size: 56px; color: var(--gold-1); line-height: 1; }
.pull blockquote {
  font-family: var(--f-serif); font-style: italic; font-weight: 500;
  font-size: clamp(24px,4vw,40px); line-height: 1.3; color: var(--navy);
  max-width: 880px; margin: 12px auto 22px; text-wrap: balance;
}
.pull cite { font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-2); font-style: normal; }

/* =============================================================
   CONTATO
   ============================================================= */
.contact { display: grid; grid-template-columns: 1fr; gap: clamp(32px,5vw,56px); }
.cinfo { display: grid; gap: 14px; }
.crow { display: flex; gap: 16px; align-items: center; padding: 16px 0; }
.crow:first-child { border-top: none; }
.crow__ico { flex: none; width: 40px; height: 40px; color: var(--gold-3); display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.crow__ico svg { width: 20px; height: 20px; }
.crow__label { font-family: var(--f-ui); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 3px; }
.crow__val { font-family: var(--f-serif); font-size: 17px; color: var(--ink); line-height: 1.35; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.social { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: #fff; transition: transform .15s var(--ease); }
.social:hover { transform: translateY(-2px); }
.social svg { width: 21px; height: 21px; }
.cmap { border-radius: 4px; overflow: hidden; border: 1px solid var(--line); min-height: 320px; }
.cmap iframe { display: block; width: 100%; height: 100%; min-height: 320px; border: 0; }

/* =============================================================
   FOOTER
   ============================================================= */
.foot { background: var(--navy); color: #c5cedb; padding: clamp(48px,7vw,80px) 0 40px; }
.foot__grid { display: grid; grid-template-columns: 1fr; gap: 34px; }
.foot__logo { height: 64px; margin-bottom: 16px; }
.foot__about { font-family: var(--f-serif); font-size: 16.5px; line-height: 1.6; max-width: 360px; }
.foot h5 { font-family: var(--f-ui); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-1); margin-bottom: 16px; }
.foot__nav { display: grid; gap: 11px; }
.foot__nav a { font-family: var(--f-serif); font-size: 16.5px; color: #c5cedb; transition: color .2s; }
.foot__nav a:hover { color: #fff; }
.foot__contact { font-family: var(--f-serif); font-size: 15.5px; line-height: 1.75; }
.foot__contact a:hover { color: var(--gold-1); }
.foot__bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-family: var(--f-ui); font-size: 11.5px; letter-spacing: .06em; color: #8593a6; }

/* =============================================================
   DOCK MÓVEL DE RESERVA
   ============================================================= */
.dock {
  display: none !important;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
  align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  background: rgba(251,248,241,.94); backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .35s var(--ease);
}
.dock.is-show { transform: translateY(0); }
.dock__txt { font-family: var(--f-serif); font-size: 16px; color: var(--navy); line-height: 1.2; }
.dock__txt small { display: block; font-family: var(--f-ui); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); }

/* =============================================================
   MENU MÓVEL / MODAL — reaproveita padrões
   ============================================================= */
.scrim { position: fixed; inset: 0; z-index: 70; background: rgba(20,34,53,.5); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.scrim.is-open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; z-index: 80; width: 84%; max-width: 380px; height: 100%; background: var(--ivory); transform: translateX(100%); transition: transform .34s var(--ease); display: flex; flex-direction: column; box-shadow: -20px 0 60px -20px rgba(20,34,53,.5); }
.drawer.is-open { transform: translateX(0); }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 1px solid var(--line); }
.drawer__head img { height: 42px; }
.drawer__close { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); }
.drawer__close svg { width: 24px; height: 24px; }
.drawer__nav { padding: 8px 14px; display: flex; flex-direction: column; gap: 0; flex: 0 0 auto; }
.drawer__nav a { font-family: var(--f-display); font-weight: 500; font-size: 17px; line-height: 1.2; letter-spacing: .04em; color: var(--navy); padding: 18px 12px; border-radius: 4px; border-bottom: 1px solid rgba(226,213,186,.45); }
.drawer__nav a:last-child { border-bottom: none; }
.drawer__nav a:active { background: var(--ivory-2); }
.drawer__foot { padding: 18px; border-top: 1px solid var(--line); }

.modal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: flex-end; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal__scrim { position: absolute; inset: 0; background: rgba(20,34,53,.55); }
.modal__sheet { position: relative; z-index: 2; width: 100%; max-width: 460px; background: var(--ivory); border-radius: 14px 14px 0 0; padding: 12px 26px calc(28px + env(safe-area-inset-bottom)); transform: translateY(100%); transition: transform .36s var(--ease); max-height: 92vh; overflow-y: auto; }
.modal.is-open .modal__sheet { transform: translateY(0); }
.modal__grab { width: 42px; height: 5px; border-radius: 3px; background: var(--sand); margin: 6px auto 18px; }
.modal__head { text-align: center; margin-bottom: 20px; }
.modal__head h2 { font-family: var(--f-display); font-weight: 600; font-size: 26px; color: var(--navy); letter-spacing: .03em; margin-top: 8px; }
.modal__head p { font-family: var(--f-serif); font-size: 16.5px; color: var(--ink-soft); margin-top: 4px; }
@media (max-width: 759px) {
  .modal__sheet {
    margin-bottom: calc(64px + env(safe-area-inset-bottom));
    padding-bottom: 20px; border-radius: 14px 14px 0 0; max-height: 80vh;
  }
}
.field { margin-bottom: 14px; }
.field label { display: block; font-family: var(--f-ui); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.field input { width: 100%; font-family: var(--f-serif); font-size: 16px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 4px; padding: 13px 14px; }
.field input:focus { outline: none; border-color: var(--gold-1); box-shadow: 0 0 0 3px rgba(201,162,75,.18); }
.field select {
  width: 100%; font-family: var(--f-serif); font-size: 16px; color: var(--ink);
  background: var(--paper); border: 1px solid var(--line); border-radius: 4px;
  padding: 13px 14px; appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A6791E' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 16px;
}
.field select:focus { outline: none; border-color: var(--gold-1); box-shadow: 0 0 0 3px rgba(201,162,75,.18); }
.daterow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Steppers (adultos / crianças / quartos) */
.stepper-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.stepper-row:first-of-type { margin-top: 4px; }
.stepper-label h4 { font-family: var(--f-display); font-weight: 600; font-size: 17px; color: var(--navy); letter-spacing: .02em; }
.stepper-label p { font-family: var(--f-serif); font-size: 14px; color: var(--ink-soft); margin-top: 2px; }
.stepper { display: inline-flex; align-items: center; gap: 6px; }
.stepper button {
  width: 40px; height: 40px; border: 1px solid var(--gold-1); border-radius: 8px;
  color: var(--gold-3); display: grid; place-items: center; background: var(--paper);
  transition: background .15s, color .15s, opacity .15s;
}
.stepper button svg { width: 18px; height: 18px; }
.stepper button:hover { background: var(--gold-1); color: #271d06; }
.stepper button:disabled { opacity: .3; cursor: not-allowed; background: var(--paper); color: var(--gold-3); }
.stepper__val { min-width: 38px; text-align: center; font-family: var(--f-ui); font-size: 18px; font-weight: 500; color: var(--navy); }

/* Idades das crianças */
.child-ages { padding-top: 6px; }
.child-ages.is-empty { display: none; }
.child-ages__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.child-age select {
  width: 100%; font-family: var(--f-serif); font-size: 15px; color: var(--ink);
  padding: 11px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper);
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A6791E' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 10px center; background-size: 16px;
}
.child-age select:focus { outline: none; border-color: var(--gold-1); box-shadow: 0 0 0 3px rgba(201,162,75,.18); }
.child-age select.invalid { border-color: #cf8a8a; color: var(--ink-soft); }
.child-note { font-family: var(--f-ui); font-size: 12.5px; line-height: 1.5; color: var(--ink-soft); margin: 12px 2px 2px; }
.modal__note { font-family: var(--f-ui); font-size: 11.5px; color: var(--ink-soft); text-align: center; margin-top: 14px; line-height: 1.5; }
.modal__note svg { width: 13px; height: 13px; vertical-align: -2px; color: var(--gold-2); }

/* =============================================================
   ANIMAÇÃO DE ENTRADA (reveal)
   ============================================================= */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* =============================================================
   RESPONSIVO
   ============================================================= */
@media (min-width: 760px) {
  .split { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .split__media .arch { aspect-ratio: auto; height: 100%; }
  .split--rev .split__media { order: 2; }
  .amen { grid-template-columns: 1fr 1fr; column-gap: 48px; }
  .amen__item:nth-child(2) { border-top: 1px solid var(--line); }
  .room { grid-template-columns: 320px 1fr 132px; gap: 32px; }
  .room__media { order: 1; }
  .room__main { order: 2; }
  .room__index { order: 3; }
  .citycards { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr 1fr; }
  .foot__grid { grid-template-columns: 1.4fr 1fr 1.2fr; }
  .dock { display: none; }
}
@media (min-width: 1000px) {
  .nav__links { display: flex; }
  .nav__burger { display: none; }
  .citycards { grid-template-columns: 1fr 1fr; max-width: 820px; margin-left: auto; margin-right: auto; }
}

/* ===== Figura editorial com crédito sutil ===== */
.cityfig { margin: 0 auto; max-width: 980px; }
.cityfig__img {
  display: block; width: 100%; height: auto;
  border-radius: 4px;
  box-shadow: 0 18px 48px -22px rgba(20,34,53,.45);
}
.cityfig__cap {
  display: flex; align-items: center; gap: 7px;
  margin-top: 10px; padding-left: 2px;
  font-family: var(--f-ui);
  font-size: .72rem; font-weight: 500; letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-soft); opacity: .72;
}
.cityfig__cap svg { width: 13px; height: 13px; flex: none; color: var(--gold-2); }

/* duas imagens lado a lado */
.cityduo { display: grid; grid-template-columns: 1fr; gap: 26px; max-width: 980px; margin: 0 auto; }
@media (min-width: 760px) { .cityduo { grid-template-columns: 1fr 1fr; gap: 30px; } }
.cityduo .cityfig { max-width: none; }

/* galeria de imagens (grid uniforme) */
.citygal { max-width: 1080px; margin: 0 auto; }
.citygal__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 720px) { .citygal__grid { grid-template-columns: 1fr 1fr; gap: 16px; } }
.citygal__grid img {
  display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: 4px; box-shadow: 0 14px 38px -20px rgba(20,34,53,.42);
}
.citygal .cityfig__cap { justify-content: center; margin-top: 16px; }

/* galeria de praias (responsiva, com legenda por praia) */
.beachgrid { display: grid; grid-template-columns: 1fr; gap: 18px 16px; max-width: 1080px; margin: 0 auto; }
@media (min-width: 600px) { .beachgrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 920px) { .beachgrid { grid-template-columns: 1fr 1fr 1fr; } }
.beachgrid .cityfig { max-width: none; }
.beachgrid .cityfig__img { aspect-ratio: 4 / 3; object-fit: cover; }
.beachgrid .cityfig__cap { margin-top: 8px; font-size: .68rem; }


/* ===== Cards de foto clicáveis (overlay com nome) ===== */
.pcard { position: relative; display: block; width: 100%; margin: 0; padding: 0; border: 0; background: none; cursor: pointer; border-radius: 4px; overflow: hidden; isolation: isolate; box-shadow: 0 14px 38px -20px rgba(20,34,53,.42); }
.pcard__img { display: block; width: 100%; height: auto; transition: transform .6s var(--ease); }
.pcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,34,53,0) 48%, rgba(20,34,53,.82) 100%); pointer-events: none; }
.pcard:hover .pcard__img { transform: scale(1.05); }
.pcard__name { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 16px 18px; font-family: var(--f-display); font-weight: 600; font-size: 1.18rem; line-height: 1.15; color: #fff; text-align: left; text-shadow: 0 2px 12px rgba(0,0,0,.5); pointer-events: none; }
.pcard__zoom { position: absolute; top: 12px; right: 12px; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.32); color: #fff; opacity: 0; transition: opacity .3s; backdrop-filter: blur(3px); }
.pcard__zoom svg { width: 17px; height: 17px; }
.pcard:hover .pcard__zoom, .pcard:focus-visible .pcard__zoom { opacity: 1; }
.beachgrid .pcard { max-width: none; }
.beachgrid .pcard__img { aspect-ratio: 4 / 3; object-fit: cover; }
.cityduo .pcard { max-width: none; }

/* ===== Lightbox ===== */
.lb { position: fixed; inset: 0; z-index: 300; display: none; }
.lb.is-open { display: block; }
.lb__scrim { position: absolute; inset: 0; background: rgba(8,13,22,.94); backdrop-filter: blur(4px); }
.lb__stage { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 7vh 7vw 11vh; }
.lb__img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 3px; box-shadow: 0 40px 90px -20px rgba(0,0,0,.7); }
.lb__cap { position: absolute; left: 0; right: 0; bottom: 22px; z-index: 2; text-align: center; padding: 0 16px; }
.lb__name { font-family: var(--f-display); font-size: 1.35rem; font-weight: 600; color: #fff; }
.lb__credit { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-family: var(--f-ui); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.lb__credit svg { width: 13px; height: 13px; color: var(--gold-1); }
.lb__btn { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.12); color: #fff; border-radius: 999px; cursor: pointer; transition: background .25s, transform .25s; backdrop-filter: blur(4px); }
.lb__btn:hover { background: rgba(255,255,255,.24); }
.lb__btn svg { width: 22px; height: 22px; }
.lb__close { top: 18px; right: 18px; width: 46px; height: 46px; }
.lb__nav { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; }
.lb__nav:hover { transform: translateY(-50%) scale(1.06); }
.lb__nav--prev { left: 16px; }
.lb__nav--next { right: 16px; }
.lb__count { position: absolute; top: 26px; left: 24px; z-index: 3; font-family: var(--f-ui); font-size: .82rem; letter-spacing: .08em; color: rgba(255,255,255,.7); }
@media (max-width: 640px) { .lb__nav { width: 44px; height: 44px; } .lb__nav--prev { left: 8px; } .lb__nav--next { right: 8px; } .lb__stage { padding: 8vh 4vw 12vh; } }


/* ===== Comodidades — grid de cards com ícones ===== */
.amgrid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .amgrid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .amgrid { grid-template-columns: 1fr 1fr 1fr; } }
.amcard { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 26px 26px 28px; box-shadow: 0 16px 36px -28px rgba(20,34,53,.5); }
.amcard__ico { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--ivory-2); color: var(--gold-3); margin-bottom: 16px; }
.amcard__ico svg { width: 25px; height: 25px; }
.amcard__h { font-family: var(--f-display); font-weight: 600; font-size: 19px; color: var(--navy); margin-bottom: 15px; }
.amcard ul { list-style: none; display: grid; gap: 10px; margin: 0; padding: 0; }
.amcard li { display: flex; align-items: flex-start; gap: 10px; font-family: var(--f-serif); font-size: 16px; line-height: 1.4; color: var(--ink-soft); }
.amcard li svg { width: 16px; height: 16px; color: var(--gold-2); flex: none; margin-top: 3px; }

/* ===== Cards verticais de destaques (home) ===== */
.hl4 { display: grid; grid-template-columns: 1fr; gap: 0; margin-bottom: clamp(40px,6vw,72px); }
@media (min-width: 560px) { .hl4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 920px) { .hl4 { grid-template-columns: repeat(4, 1fr); } }
.hlcard { background: transparent; border: none; border-radius: 0; padding: 24px; text-align: center; }
/* Divisores sutis */
.hlcard + .hlcard { border-top: 1px solid rgba(37,32,26,.1); }
@media (min-width: 560px) {
  .hlcard { border-top: none; }
  .hlcard:nth-child(2n) { border-left: 1px solid rgba(37,32,26,.1); }
  .hlcard:nth-child(n+3) { border-top: 1px solid rgba(37,32,26,.1); }
}
@media (min-width: 920px) {
  .hlcard { border-top: none; }
  .hlcard:not(:first-child) { border-left: 1px solid rgba(37,32,26,.1); }
}
.hlcard__ico { width: 60px; height: 60px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 50%; background: rgba(201,162,75,.12); color: var(--gold-2); border: 1px solid rgba(201,162,75,.3); }
.hlcard__ico svg { width: 28px; height: 28px; }
.hlcard__t { font-family: var(--f-display); font-weight: 600; font-size: 19px; color: var(--ink); margin-bottom: 8px; }
.hlcard__d { font-family: var(--f-serif); font-size: 15.5px; line-height: 1.45; color: var(--ink-soft); text-wrap: pretty; }
