@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: light;
  --hotel-blue: #174862;
  --hotel-blue-dark: #10374c;
  --hotel-gold: #c9aa70;
  --hotel-cream: #f7f3eb;
  --whatsapp-green: #1f9d63;
  --hotel-serif: 'Cormorant Garamond', Georgia, serif;
  --hotel-sans: 'Manrope', 'Segoe UI', Arial, sans-serif;
}

html {
  overflow-x: hidden;
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  min-width: 0;
  overflow-x: hidden;
  color: #263d49;
  font-family: var(--hotel-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}
iframe, video, embed, object { max-width: 100%; }
:where(.container, .row, [class*="col-"], .swiper-slide, .card, .card-body) { min-width: 0; }
:where(h1, h2, h3, h4, h5, h6, p, a, button) { overflow-wrap: break-word; }
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(201,170,112,.92);
  outline-offset: 3px;
}
:where(a, button, summary, .btn) { touch-action: manipulation; }
.div-block, section[id] { scroll-margin-top: 90px; }

/* Sistema tipográfico: elegância nos títulos e leitura limpa nos textos */
body p,
body li,
body input,
body textarea,
body select { font-family: var(--hotel-sans); }
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.card-title { font-family: var(--hotel-serif); }
:where(h1, h2, h3, h4, .card-title, .section-title) { text-wrap: balance; }
:where(p, .card-text, .block-subtitle) { text-wrap: pretty; }
.navbar,
.btn,
.amenity-card,
.service-card { font-family: var(--hotel-sans); }
.section-title h1,
.section-title h2,
.section-title h3:not(.super-title),
.section-subtitle h2 {
  color: var(--hotel-blue-dark);
  font-family: var(--hotel-serif) !important;
  font-size: clamp(2.25rem, 4vw, 3.35rem) !important;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.05;
  text-transform: none !important;
}
.super-title {
  margin-bottom: .7rem;
  color: var(--hotel-gold) !important;
  font-family: var(--hotel-sans) !important;
  font-size: .72rem !important;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.block-subtitle {
  color: #657985;
  font-size: clamp(.94rem, 1.4vw, 1.06rem);
  line-height: 1.75;
}

/* Ritmo visual e legibilidade */
.div-block { padding-top: clamp(3.5rem, 7vw, 7rem); padding-bottom: clamp(3.5rem, 7vw, 7rem); }
.block-title h2, .section-title h2, section h2 {
  line-height: 1.12;
  letter-spacing: -.02em;
}
.block-subtitle, .siteblock-body .lead { max-width: 900px; margin-left: auto; margin-right: auto; }
.siteblock-body p { line-height: 1.75; }

/* Capas principais: linguagem editorial para hotelaria de alto padrão */
#home.swiper-container-jumbotron {
  min-height: 600px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  padding-top: 0 !important;
  background: #071f2b;
}
#home .swiper-wrapper,
#home .swiper-slide { min-height: inherit; }
#home .hero-cover {
  position: relative;
  min-height: clamp(600px, calc(100svh - 150px), 780px) !important;
  margin-top: 0 !important;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  padding: clamp(5.5rem, 10vh, 7.5rem) 0 clamp(5.8rem, 10vh, 7.4rem) !important;
  background-color: transparent !important;
  background-position: center;
  background-size: cover;
  background-blend-mode: normal !important;
  isolation: isolate;
}
#home .hero-cover::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,25,36,.88) 0%, rgba(7,31,43,.74) 34%, rgba(7,31,43,.3) 65%, rgba(7,31,43,.16) 100%),
    linear-gradient(180deg, rgba(3,18,26,.12) 0%, transparent 48%, rgba(3,18,26,.58) 100%);
  content: '';
}
#home .hero-cover::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, transparent 78%, rgba(194,155,87,.09) 100%);
  content: '';
  pointer-events: none;
}
#home .hero-cover--rooms { background-position: center 56%; }
#home .hero-cover--experiences { background-position: center 58%; }
#home .hero-cover--events { background-position: center 51%; }
#home .hero-cover--heritage { background-position: center 52%; }
#home .hero-cover__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  text-align: left;
}
#home .hero-cover__copy { width: min(660px, 62%); }
#home .hero-cover__topline {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
#home .hero-cover__eyebrow {
  color: #e3c789;
  font-family: var(--hotel-sans);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}
#home .hero-cover__index {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: rgba(255,255,255,.68);
  font-family: var(--hotel-sans);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
}
#home .hero-cover__index::before { width: 38px; height: 1px; background: rgba(227,199,137,.72); content: ''; }
#home .hero-cover h1,
#home .hero-cover h2,
#home .jumbotron-home > h1,
#home .jumbotron-home > h2 {
  max-width: 650px;
  margin: 0 0 1.15rem;
  color: #fff;
  font-family: var(--hotel-serif) !important;
  font-size: clamp(3.45rem, 5.25vw, 5rem) !important;
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: .96;
  text-align: left;
  text-shadow: 0 3px 24px rgba(0,0,0,.35);
  text-transform: none !important;
}
#home .hero-cover .slogan {
  max-width: 600px;
  margin: 0 0 1.65rem;
  color: rgba(255,255,255,.82) !important;
  font-family: var(--hotel-sans);
  font-size: clamp(.94rem, 1.35vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.72;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
  text-transform: none !important;
}
#home .hero-cover__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 1.55rem;
}
#home .hero-cover__actions .btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: .55rem;
  justify-content: center;
  margin: 0 !important;
  padding: .88rem 1.2rem;
  border-radius: 4px !important;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.25;
  text-transform: uppercase;
}
#home .hero-cover__primary {
  border: 1px solid #d6b776;
  background: #d6b776;
  color: #0b3042;
  box-shadow: 0 14px 32px rgba(0,0,0,.2);
}
#home .hero-cover__primary:hover,
#home .hero-cover__primary:focus { border-color: #ead099; background: #ead099; color: #082838; }
#home .hero-cover__secondary {
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(7,31,43,.2);
  color: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#home .hero-cover__secondary:hover,
#home .hero-cover__secondary:focus { border-color: #fff; background: rgba(255,255,255,.12); color: #fff; }
#home .hero-cover__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .55rem 0;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-family: var(--hotel-sans);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .045em;
  line-height: 1.5;
  text-shadow: none;
  text-transform: none !important;
}
#home .hero-cover__meta span { display: inline-flex; align-items: center; }
#home .hero-cover__meta span:not(:last-child)::after { width: 3px; height: 3px; margin: 0 .7rem; border-radius: 50%; background: #d8b878; content: ''; }
#home .swiper-slide-active .hero-cover__topline,
#home .swiper-slide-active .hero-cover h1,
#home .swiper-slide-active .hero-cover h2,
#home .swiper-slide-active .hero-cover .slogan,
#home .swiper-slide-active .hero-cover__actions,
#home .swiper-slide-active .hero-cover__meta { animation: hotelHeroReveal .9s both; }
#home .swiper-slide-active .hero-cover h1,
#home .swiper-slide-active .hero-cover h2 { animation-delay: .08s; }
#home .swiper-slide-active .hero-cover .slogan { animation-delay: .16s; }
#home .swiper-slide-active .hero-cover__actions { animation-delay: .24s; }
#home .swiper-slide-active .hero-cover__meta { animation-delay: .32s; }
@keyframes hotelHeroReveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
#home .swiper-button-prev,
#home .swiper-button-next {
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: 1px solid rgba(214,183,118,.82);
  border-radius: 9px;
  background-color: rgba(250,247,240,.92);
  background-image: none !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 25px rgba(5,25,36,.2);
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}
#home .swiper-button-prev { left: 26px; }
#home .swiper-button-next { right: 26px; }
#home .swiper-button-prev:hover,
#home .swiper-button-next:hover { border-color: #d8b878; background-color: #fff; transform: translateY(-2px); }
#home .swiper-button-prev::after,
#home .swiper-button-next::after,
#photogallery .swiper-button-prev::after,
#photogallery .swiper-button-next::after,
#experiences .swiper-button-prev::after,
#experiences .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-top: 2px solid var(--hotel-blue-dark);
  border-right: 2px solid var(--hotel-blue-dark);
  content: '';
}
#home .swiper-button-prev::after,
#photogallery .swiper-button-prev::after,
#experiences .swiper-button-prev::after { transform: rotate(-135deg); }
#home .swiper-button-next::after,
#photogallery .swiper-button-next::after,
#experiences .swiper-button-next::after { transform: rotate(45deg); }
#home .swiper-pagination-bullets { bottom: 28px !important; }
#home .swiper-pagination-bullet {
  width: 34px;
  height: 3px;
  margin: 0 4px !important;
  border-radius: 0;
  background: rgba(255,255,255,.55);
  opacity: 1;
  transition: width .25s ease, background-color .25s ease;
}
#home .swiper-pagination-bullet-active { width: 56px; background: #d8b878; }
#home .jumbotron-decorator,
.section-home-decorator { display: none; }

/* Navegação discreta para manter o foco nas fotografias */
#navbar-block,
#menubar { border-bottom: 1px solid rgba(16,55,76,.08); background: rgba(250,248,244,.97) !important; box-shadow: 0 10px 28px rgba(16,55,76,.055); }
#menubar .nav-link {
  color: #203f4e !important;
  font-size: .74rem !important;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
#menubar .nav-link:hover,
#menubar .nav-link:focus { color: #a67f3d !important; }
#menubar .nav-item-booking .nav-link {
  border-color: var(--hotel-blue) !important;
  background: var(--hotel-blue) !important;
  color: #fff !important;
  letter-spacing: .04em;
}
#menubar .nav-item-booking .nav-link:hover,
#menubar .nav-item-booking .nav-link:focus { border-color: var(--hotel-blue-dark) !important; background: var(--hotel-blue-dark) !important; color: #fff !important; }

/* Cartões e galerias */
.card, .review-card {
  border: 0 !important;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(18, 54, 73, .09);
  transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover, .review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(18, 54, 73, .14);
}
.card-img, .card-img-top, .image-link img {
  backface-visibility: hidden;
  transition: transform .65s ease;
}
.card:hover .card-img, .card:hover .card-img-top, .image-link:hover img { transform: scale(1.025); }

/* Vitrine de experiências em destaque */
#landingpages {
  overflow: hidden;
  background: linear-gradient(180deg, #f8f5ef 0%, #fff 100%);
}
#landingpages .title-container { margin-bottom: clamp(1.5rem, 3vw, 2.4rem); text-align: center; }
#landingpages .section-title h2 {
  margin-bottom: .75rem;
  color: var(--hotel-blue-dark);
  font-size: clamp(2rem, 4vw, 3.25rem);
}
#landingpages .landingpages-intro {
  max-width: 680px;
  margin: 0 auto;
  color: #647680;
  font-size: 1rem;
  line-height: 1.65;
}
#landingpages .cards-container { max-width: 1320px; }
#landingpages .swiper-container-landingpages { padding: .6rem 7px 3.5rem; }
#landingpages .swiper-container-landingpages .swiper-slide { height: auto; }
#landingpages .card-col,
#landingpages .highlight-card { height: 100%; }
#landingpages .highlight-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 12px !important;
  background: #fff;
}
#landingpages .highlight-card__visual {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(135deg, #e8e1d4, #f8f5ef);
}
#landingpages .highlight-card .card-img-top {
  width: 100%;
  height: clamp(215px, 18vw, 270px);
  object-fit: cover;
}
#landingpages .highlight-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: .48rem .72rem;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(16,55,76,.9);
  color: #fff;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#landingpages .highlight-card--reveillon .highlight-card__badge {
  background: rgba(150,111,43,.93);
}
#landingpages .highlight-card .card-body-title {
  flex: 1;
  padding: 1.35rem 1.25rem .65rem;
}
#landingpages .highlight-card .card-title {
  margin: 0 0 .7rem;
  color: var(--hotel-blue-dark);
  font-size: clamp(1.15rem, 1.45vw, 1.45rem);
  line-height: 1.25;
}
#landingpages .highlight-card__meta {
  margin: 0;
  color: #667984;
  font-size: .88rem;
  line-height: 1.58;
}
#landingpages .highlight-card .card-body-price {
  margin-top: auto;
  padding: .75rem 1.25rem 1.4rem;
}
#landingpages .highlight-card .col-info-link { text-align: left; }
#landingpages .highlight-card .btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .48rem;
  justify-content: center;
  padding: .7rem 1rem;
  font-size: .78rem;
  text-transform: uppercase;
}
#landingpages .swiper-button-disabled { opacity: 0 !important; pointer-events: none; }
#landingpages .swiper-pagination-bullet { background: var(--hotel-blue); }
#landingpages .swiper-pagination-bullet-active { background: var(--hotel-gold); }

/* Botões mais consistentes */
.btn {
  border-radius: 5px !important;
  font-weight: 600;
  letter-spacing: .025em;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(16, 55, 76, .16); }
.btn:focus-visible, a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(201, 170, 112, .75);
  outline-offset: 3px;
}

/* Pontos de conversão distribuídos entre os conteúdos da página inicial */
.hotel-conversion-point {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(2.2rem, 4.5vw, 4rem) 0;
  background: var(--hotel-blue-dark);
  color: #fff;
}
.hotel-conversion-point::before {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(201, 170, 112, .22);
  border-radius: 50%;
  content: '';
}
.hotel-conversion-point--warm {
  background: linear-gradient(115deg, #f8f4ec 0%, #eee5d5 100%);
  color: var(--hotel-blue-dark);
}
.hotel-conversion-point__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.5rem, 5vw, 4rem);
}
.hotel-conversion-point__copy { max-width: 720px; }
.hotel-conversion-point__eyebrow,
.hotel-booking-intro__eyebrow {
  display: block;
  margin-bottom: .55rem;
  color: var(--hotel-gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hotel-conversion-point h2 {
  margin: 0 0 .65rem;
  color: inherit;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.16;
}
.hotel-conversion-point p {
  max-width: 660px;
  margin: 0;
  color: inherit;
  font-size: clamp(.94rem, 1.3vw, 1.08rem);
  line-height: 1.65;
  opacity: .79;
}
.hotel-conversion-point__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-width: 244px;
  padding: 1rem 1.25rem;
  border: 1px solid var(--hotel-gold);
  border-radius: 4px;
  background: var(--hotel-gold);
  color: #102f40 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-decoration: none !important;
  transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}
.hotel-conversion-point--warm .hotel-conversion-point__button {
  border-color: var(--hotel-blue);
  background: var(--hotel-blue);
  color: #fff !important;
}
.hotel-conversion-point__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .2);
}
.hotel-conversion-point__button .fa-whatsapp { font-size: 1.2rem; }
.hotel-conversion-point__arrow { margin-left: .15rem; font-size: .7rem; }

/* Painel de busca de reservas */
#reservations-bar {
  position: relative;
  z-index: 8;
  padding: clamp(2.3rem, 5vw, 4.2rem) 0 !important;
  background: var(--hotel-cream) !important;
}
#reservations-bar .container {
  padding: clamp(1.4rem, 3vw, 2.2rem) !important;
  border: 1px solid rgba(23, 72, 98, .1);
  border-top: 3px solid var(--hotel-gold);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(16, 55, 76, .12);
}
.hotel-booking-intro { margin: 0 0 1.45rem; text-align: center; }
.hotel-booking-intro h2 {
  margin: 0 0 .35rem;
  color: var(--hotel-blue-dark);
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
}
.hotel-booking-intro p { margin: 0; color: #60727c; font-size: .93rem; }
#reservations-bar .booking-form .row { align-items: stretch; }
#reservations-bar .input-group { height: 100%; }
#reservations-bar .input-group-text {
  min-width: 48px;
  justify-content: center;
  border-color: #dfe5e8 !important;
  border-right: 0 !important;
  border-radius: 5px 0 0 5px !important;
  background: #f8faf9 !important;
  color: var(--hotel-blue) !important;
}
#reservations-bar .form-control {
  min-height: 54px;
  border-color: #dfe5e8 !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
  background: #fff !important;
  color: #263c48 !important;
}
#reservations-bar .people-input { display: flex; align-items: center; }
#reservations-bar .people-dropdown {
  margin-top: 8px !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(16, 55, 76, .18) !important;
}
#reservations-bar .people-dropdown button:not(.btn-done) {
  border-color: #d8e0e4 !important;
  border-radius: 50% !important;
  color: var(--hotel-blue);
}
#reservations-bar .booking-bar-button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  border-color: var(--hotel-blue) !important;
  border-radius: 5px !important;
  background: var(--hotel-blue) !important;
  color: #fff !important;
  font-size: .83rem;
  font-weight: 800;
  text-transform: uppercase;
}
#reservations-bar .booking-bar-button:hover { background: var(--hotel-blue-dark) !important; }

/* WhatsApp flutuante */
.hotel-whatsapp-float {
  position: fixed;
  z-index: 9998;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-height: 60px;
  padding: 6px 6px 6px 15px;
  border: 1px solid rgba(201, 170, 112, .7);
  border-radius: 999px;
  background: var(--hotel-blue-dark);
  color: #fff !important;
  box-shadow: 0 14px 36px rgba(8, 36, 50, .3);
  font-size: .83rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.hotel-whatsapp-float:hover {
  background: var(--hotel-blue);
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(8, 36, 50, .38);
}
.hotel-whatsapp-float__icon {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--hotel-gold);
  color: var(--hotel-blue-dark);
  font-size: 1.5rem;
}
.hotel-whatsapp-float__status {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--hotel-blue-dark);
  border-radius: 50%;
  background: #32bd74;
}
.hotel-whatsapp-float__copy { display: flex; flex-direction: column; text-align: right; }
.hotel-whatsapp-float__copy strong { letter-spacing: .02em; }
.hotel-whatsapp-float__copy small { color: rgba(255,255,255,.7); font-size: .62rem; font-weight: 500; }

/* Navegação e formulários */
.navbar { transition: box-shadow .25s ease, background-color .25s ease; }
.navbar.hotel-nav-scrolled { box-shadow: 0 7px 24px rgba(10, 37, 51, .13); }
.form-control, select.form-control, textarea.form-control {
  min-height: 48px;
  border-radius: 5px !important;
}
textarea.form-control { min-height: 130px; }

/* Galerias com enquadramento editorial e navegação mais clara */
#photogallery {
  position: relative;
  overflow: hidden;
  padding: clamp(3.8rem, 7vw, 6.5rem) 0 !important;
  background: linear-gradient(180deg, #f8f5ef 0%, #eee7dc 100%);
}
#photogallery .gallery-div {
  padding: 0 0 clamp(2.6rem, 5vw, 4.8rem) !important;
}
#photogallery .gallery-div:last-child { padding-bottom: 0 !important; }
#photogallery .title-container { margin-bottom: 1.8rem; }
#photogallery .photos-container {
  width: min(1380px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
  padding: 8px 5px 42px;
}
#photogallery .swiper-container-albuns .swiper-slide { padding: 6px; }
#photogallery .swiper-container-albuns .card {
  height: clamp(270px, 31vw, 440px);
  border-radius: 9px !important;
  background: var(--hotel-blue-dark) !important;
  box-shadow: 0 14px 34px rgba(16,55,76,.14);
}
#photogallery .swiper-container-albuns .image-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#photogallery .swiper-container-albuns .image-link::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  background: rgba(12,47,65,.72);
  color: #fff;
  content: '+';
  font-family: Georgia, serif;
  font-size: 1.35rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}
#photogallery .swiper-container-albuns .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease, filter .35s ease;
}
#photogallery .swiper-container-albuns .card-img-overlay {
  background: linear-gradient(180deg, transparent 52%, rgba(9,38,52,.68));
  opacity: 0;
  transition: opacity .3s ease;
}
#photogallery .swiper-container-albuns .image-link:hover::after,
#photogallery .swiper-container-albuns .image-link:focus::after {
  opacity: 1;
  transform: translateY(0);
}
#photogallery .swiper-container-albuns .image-link:hover .card-img,
#photogallery .swiper-container-albuns .image-link:focus .card-img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.045);
}
#photogallery .swiper-container-albuns .image-link:hover .card-img-overlay,
#photogallery .swiper-container-albuns .image-link:focus .card-img-overlay { opacity: 1; }
#photogallery .swiper-button-next,
#photogallery .swiper-button-prev {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(206,168,99,.78);
  border-radius: 9px;
  background-color: rgba(250,247,240,.94);
  background-image: none !important;
  box-shadow: 0 10px 24px rgba(9,38,52,.17);
}
#photogallery .swiper-pagination-bullet { background: var(--hotel-blue); opacity: .25; }
#photogallery .swiper-pagination-bullet-active { background: var(--hotel-gold); opacity: 1; }

/* Galerias internas de acomodações e experiências */
.fotorama { margin: .4rem 0 1.4rem; }
.fotorama__stage {
  overflow: hidden;
  border-radius: 10px;
  background: var(--hotel-blue-dark);
  box-shadow: 0 18px 42px rgba(16,55,76,.16);
}
.fotorama__stage__frame .fotorama__img {
  image-rendering: auto;
}
.fotorama__nav-wrap { margin-top: 9px; }
.fotorama__thumb { overflow: hidden; border-radius: 5px; background: #e9e3d8; }
.fotorama__thumb-border { border-color: var(--hotel-gold) !important; border-radius: 5px; }
.fotorama__arr {
  width: 42px !important;
  height: 46px !important;
  margin-top: -23px !important;
  border: 1px solid rgba(206,168,99,.78);
  border-radius: 9px;
  background-color: rgba(250,247,240,.93) !important;
  background-image: none !important;
  box-shadow: 0 9px 22px rgba(9,38,52,.17);
  opacity: .95 !important;
}
.fotorama__arr::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-top: 2px solid var(--hotel-blue-dark);
  border-right: 2px solid var(--hotel-blue-dark);
  content: '';
}
.fotorama__arr::after {
  display: none !important;
  content: none !important;
}
.fotorama__arr--prev::before { transform: rotate(-135deg); }
.fotorama__arr--next::before { transform: rotate(45deg); }
.fotorama__arr--disabled { opacity: 0 !important; pointer-events: none !important; }
.fancybox-bg { background: #071f2b !important; }
.fancybox-button { background: rgba(23,72,98,.88) !important; }

/* Seletor de idioma compacto e integrado ao menu */
.site-language {
  display: flex;
  align-items: center;
  margin-left: .55rem;
}
.site-language__select {
  min-width: 62px;
  min-height: 38px;
  padding: .42rem 1.45rem .42rem .65rem;
  border: 1px solid rgba(201,170,112,.62);
  border-radius: 8px;
  background-color: rgba(250,247,240,.94);
  color: var(--hotel-blue-dark);
  cursor: pointer;
  font-family: var(--hotel-sans);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
}
.site-language__select:focus-visible {
  outline: 2px solid var(--hotel-gold);
  outline-offset: 2px;
}
.site-language__widget,
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate { display: none !important; }
body { top: 0 !important; }
@media (max-width: 991.98px) {
  .site-language { margin: .75rem 0 .25rem; }
  .site-language__select { width: 100%; min-height: 44px; }
}

/* Suítes: cartões editoriais com comodidades legíveis */
#rooms {
  background: linear-gradient(180deg, #f8f5ef 0%, #f3eee5 100%);
}
#rooms .title-container { max-width: 1040px; margin-bottom: clamp(2.2rem, 5vw, 4rem); }
#rooms .horizontal-cards { max-width: 1180px; margin: 0 auto; }
#rooms .horizontal-cards > .row { margin: 0 0 2rem !important; }
#rooms .horizontal-cards > .row > .card {
  overflow: hidden;
  border: 1px solid rgba(23,72,98,.09) !important;
  border-radius: 14px !important;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16,55,76,.11);
}
#rooms .horizontal-cards > .row > .card:hover { transform: none; }
#rooms .horizontal-cards .card .row { min-height: 480px; align-items: stretch; }
#rooms .horizontal-cards .photos-col { background: #e8e2d8; }
#rooms .horizontal-cards .fotorama,
#rooms .horizontal-cards .fotorama__wrap { height: 100%; }
#rooms .horizontal-cards .card-body {
  width: 100%;
  padding: clamp(1.8rem, 3.3vw, 3.2rem) !important;
  text-align: left !important;
}
#rooms .horizontal-cards .card-title {
  margin-bottom: 1rem;
  color: var(--hotel-blue-dark);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 600;
  line-height: 1;
}
#rooms .horizontal-cards .card-text {
  color: #536975;
  font-size: .94rem;
  line-height: 1.72;
}
#rooms .horizontal-cards .card-text em {
  display: block;
  margin-top: .75rem;
  padding: .8rem 1rem;
  border-left: 2px solid var(--hotel-gold);
  background: #faf7f1;
  color: #657985;
  font-size: .8rem;
  line-height: 1.55;
}
#rooms .amenity-card {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: .3rem .25rem .15rem 0;
  padding: .38rem .62rem;
  border: 1px solid rgba(23,72,98,.11);
  border-radius: 999px;
  background: #f5f1e9;
  color: #49606c;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.1;
}
#rooms .amenity-card .svg-icon {
  display: grid;
  width: 20px;
  height: 20px;
  margin-right: .38rem;
  place-items: center;
  border-radius: 50%;
  background: var(--hotel-blue);
}
#rooms .amenity-card .svg-icon svg { width: 11px; height: 11px; margin: 0; fill: #fff; }
#rooms .amenity-card .svg-icon path,
#rooms .amenity-card .svg-icon polygon { fill: #fff !important; }
#rooms .see-all-rooms { margin-top: 1rem; padding: .9rem 1.25rem; }

/* Comodidades: ícones consistentes e grade acolhedora */
#services {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--hotel-blue-dark) 0%, #174f69 100%) !important;
  color: #fff;
}
#services::before {
  position: absolute;
  top: -170px;
  right: -110px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(201,170,112,.22);
  border-radius: 50%;
  content: '';
}
#services .title-container,
#services .container { position: relative; z-index: 1; }
#services .section-title { display: block !important; }
#services .section-title h2 { color: #fff !important; }
#services .services-intro { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.72); }
#services .general-services { margin-top: 2rem; }
#services .general-services > div {
  display: flex;
  padding: .55rem;
  text-transform: none;
}
#services .service-card {
  display: flex;
  width: 100%;
  min-height: 82px;
  align-items: center;
  padding: .9rem 1rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.35;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}
#services .service-card:hover {
  border-color: rgba(201,170,112,.55);
  background: rgba(255,255,255,.11);
  transform: translateY(-2px);
}
#services .service-card .svg-icon,
#services.colors-light .service-card .svg-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin: 0 .85rem 0 0;
  padding: 10px;
  place-items: center;
  border: 1px solid rgba(201,170,112,.75);
  border-radius: 50%;
  background: var(--hotel-gold);
}
#services .service-card .svg-icon svg { width: 22px !important; height: 22px !important; margin: 0; }
#services .service-card .svg-icon path,
#services .service-card .svg-icon polygon,
#services .service-card .svg-icon circle { fill: var(--hotel-blue-dark) !important; }
#services .service-card .service-card__fa { padding: 0; }
#services .service-card .service-card__fa i { color: var(--hotel-blue-dark); font-size: 1.1rem; }

/* Lazer e bem-estar: blocos alternados com unidade visual */
#facilities { background: #fff; }
#facilities .title-container { max-width: 880px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
#facilities .horizontal-cards { max-width: 1180px; margin: 0 auto; }
#facilities .horizontal-cards > .row { margin: 0 0 2rem !important; }
#facilities .horizontal-cards > .row > .card {
  overflow: hidden;
  border: 1px solid rgba(23,72,98,.09) !important;
  border-radius: 14px !important;
  background: #f8f5ef;
  box-shadow: 0 16px 44px rgba(16,55,76,.1);
}
#facilities .horizontal-cards > .row > .card:hover { transform: none; }
#facilities .horizontal-cards .card .row { min-height: 450px; align-items: stretch; }
#facilities .horizontal-cards .card-body {
  width: 100%;
  padding: clamp(1.8rem, 3.4vw, 3.2rem) !important;
  text-align: left !important;
}
#facilities .horizontal-cards .card-title {
  margin-bottom: 1rem;
  color: var(--hotel-blue-dark);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 600;
  line-height: 1.05;
}
#facilities .horizontal-cards .card-text {
  color: #526873;
  font-size: .93rem;
  line-height: 1.7;
}
#facilities .horizontal-cards .card-text p { margin-bottom: 1rem; }
#facilities .horizontal-cards .card-text p:last-child { margin-bottom: 0; }
#facilities .horizontal-cards .card-text .btn {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
  white-space: normal;
}
@media (min-width: 992px) {
  #facilities .horizontal-cards .card .row > .col-md-8 { max-width: 58%; flex: 0 0 58%; }
  #facilities .horizontal-cards .card .row > .col-md-4 { max-width: 42%; flex: 0 0 42%; }
}
#facilities .horizontal-cards .btn { margin-top: .4rem; }

/* História: leitura editorial sobre a fotografia da fazenda */
#eventhosting.history-section {
  position: relative;
  display: grid;
  min-height: 760px;
  align-items: center;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}
#eventhosting.history-section::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,28,40,.22) 0%, rgba(7,28,40,.38) 38%, rgba(7,28,40,.82) 100%);
  content: '';
}
#eventhosting .history-section__layout { display: flex; justify-content: flex-end; }
#eventhosting .history-section__content {
  width: min(640px, 100%);
  padding: clamp(2.2rem, 4vw, 4rem);
  border: 1px solid rgba(255,255,255,.14);
  border-top: 4px solid var(--hotel-gold);
  border-radius: 16px;
  background: rgba(9,38,52,.9);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  color: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#eventhosting .history-section__eyebrow {
  margin-bottom: .75rem;
  color: #e0c285;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
#eventhosting .history-section__content h2 {
  margin-bottom: .75rem;
  color: #fff;
  font-family: var(--hotel-serif);
  font-size: clamp(2.45rem, 4vw, 3.65rem);
  font-weight: 600;
  line-height: 1.02;
}
#eventhosting .history-section__content h3 {
  max-width: 520px;
  margin-bottom: 1.55rem;
  color: #e8d4a8;
  font-family: var(--hotel-serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.3;
}
#eventhosting .history-section__body { color: rgba(255,255,255,.84); font-size: .91rem; line-height: 1.72; }
#eventhosting .history-section__body p { margin-bottom: 1rem; }
#eventhosting .history-section__highlight {
  margin: 1.4rem 0 0 !important;
  padding: .9rem 0 .9rem 1.1rem;
  border-left: 3px solid var(--hotel-gold);
  color: #fff;
  font-family: var(--hotel-serif);
  font-size: 1.12rem;
  font-weight: 600;
}

/* Passeios e experiências: cards de descoberta */
#experiences {
  overflow: hidden;
  background: linear-gradient(180deg, #f3eee5 0%, #faf8f4 100%);
}
#experiences .title-container { max-width: 840px; margin-bottom: 2rem; }
#experiences .cards-container { max-width: 1320px; }
#experiences .swiper-container-experiences { padding: .6rem 64px 3.8rem !important; }
#experiences .swiper-container-experiences::before,
#experiences .swiper-container-experiences::after {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 3.8rem;
  width: 64px;
  background: #f5f1ea;
  content: '';
  pointer-events: none;
}
#experiences .swiper-container-experiences::before { left: 0; }
#experiences .swiper-container-experiences::after { right: 0; }
#experiences .swiper-container-experiences .swiper-wrapper { counter-reset: experience; }
#experiences .swiper-container-experiences .swiper-slide { height: auto; counter-increment: experience; }
#experiences .card-col,
#experiences .card-wrapper,
#experiences .card { height: 100%; }
#experiences .card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(23,72,98,.08) !important;
  border-radius: 12px !important;
  background: #fff;
}
#experiences .card > a:first-child { display: block; overflow: hidden; }
#experiences .card-img-top {
  width: 100%;
  height: clamp(220px, 20vw, 285px);
  object-fit: cover;
}
#experiences .card-body {
  position: relative;
  display: flex;
  flex: 1;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.45rem;
}
#experiences .card-body::before {
  margin-bottom: .65rem;
  color: var(--hotel-gold);
  content: 'Experiência ' counter(experience, decimal-leading-zero);
  font-family: var(--hotel-sans);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
#experiences .card-title {
  margin-bottom: .6rem;
  color: var(--hotel-blue-dark);
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.08;
}
#experiences .card-text {
  margin-bottom: 1.2rem;
  color: #627580;
  font-size: .87rem;
  line-height: 1.58;
}
#experiences .card-body .btn { margin-top: auto; }
#experiences .swiper-button-next,
#experiences .swiper-button-prev {
  width: 44px;
  height: 44px;
  top: 180px;
  border: 1px solid rgba(206,168,99,.75);
  border-radius: 9px;
  background-color: rgba(250,247,240,.94);
  background-image: none !important;
  box-shadow: 0 9px 22px rgba(16,55,76,.17);
}
#experiences .swiper-button-prev { left: 10px; }
#experiences .swiper-button-next { right: 10px; }
#experiences .swiper-pagination-bullet { background: var(--hotel-blue); opacity: .25; }
#experiences .swiper-pagination-bullet-active { background: var(--hotel-gold); opacity: 1; }

/* Contato: contraste consistente sobre o fundo azul */
#contact .section-title h2 { color: #fff !important; }
#contact .section-title .hr-over,
#contact .section-title .hr-under { border-color: rgba(255,255,255,.55) !important; }

/* Depoimentos: fontes públicas, leitura clara e presença humana */
#reviews {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0c3347 0%, #174f69 100%) !important;
  color: #fff;
}
#reviews::before {
  position: absolute;
  top: -240px;
  left: -160px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(206,168,99,.2);
  border-radius: 50%;
  content: '';
}
#reviews .title-container,
#reviews > .container { position: relative; z-index: 1; }
#reviews .section-title { display: block !important; }
#reviews .section-title h2 { color: #fff !important; }
#reviews .reviews-intro { max-width: 760px; margin: 0 auto; color: rgba(255,255,255,.74) !important; text-align: center; line-height: 1.7; }
#reviews .reviews-human-story {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  max-width: 1120px;
  margin-top: 2.4rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 22px 52px rgba(0,0,0,.16);
}
#reviews .reviews-human-story__image { position: relative; min-height: 300px; overflow: hidden; }
#reviews .reviews-human-story__image img { width: 100%; height: 100%; object-fit: cover; }
#reviews .reviews-human-story__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,25,35,.72)); content: ''; }
#reviews .reviews-human-story__image span { position: absolute; z-index: 1; right: 1.2rem; bottom: 1rem; left: 1.2rem; color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
#reviews .reviews-human-story__copy { display: flex; justify-content: center; flex-direction: column; padding: clamp(2rem, 4vw, 3.6rem); }
#reviews .reviews-human-story__eyebrow { margin-bottom: .55rem; color: #e0c285 !important; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
#reviews .reviews-human-story__copy h3 { margin-bottom: .85rem; color: #fff; font-family: var(--hotel-serif); font-size: clamp(1.8rem, 3vw, 2.55rem); font-weight: 600; line-height: 1.08; }
#reviews .reviews-human-story__copy > p:last-child { margin: 0; color: rgba(255,255,255,.75) !important; line-height: 1.7; }
#reviews .review-grid { align-items: stretch; margin-top: 2rem; }
#reviews .review-grid > [class*="col-"] { display: flex; padding: .6rem; }
#reviews .review-card {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 330px;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0,0,0,.15);
  color: #526873;
  text-align: left !important;
}
#reviews .review-card::before {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--hotel-blue);
  color: #fff;
  content: 'ED';
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: 0 0 0 5px #f0eadf;
}
#reviews .review-grid > :nth-child(1) .review-card::before { content: 'HS'; }
#reviews .review-grid > :nth-child(2) .review-card::before { content: 'B'; }
#reviews .review-grid > :nth-child(3) .review-card::before { content: 'S'; }
#reviews .review-card::after { position: absolute; top: 1rem; right: 1.2rem; color: #e9e0d1; content: '\201C'; font-family: Georgia, serif; font-size: 4.2rem; line-height: 1; }
#reviews .review-card > .p-2:first-child { position: absolute; z-index: 1; top: 2rem; left: 5.15rem; padding: 0 !important; }
#reviews .review-card .fa-star { color: #d5a84f; font-size: .82rem; }
#reviews .review-copy { margin: 1.45rem 0 1.5rem; color: #425d6b; font-size: .92rem; line-height: 1.7; }
#reviews .review-card > p:last-child { margin-top: auto; margin-bottom: 0; padding-top: 1rem; border-top: 1px solid #ece7de; }
#reviews .review-card strong { color: var(--hotel-blue-dark); font-family: var(--hotel-serif); font-size: 1.15rem; }
#reviews .review-card small { color: #71818a; font-size: .72rem; line-height: 1.5; }
#reviews .review-source { display: inline-block; margin-top: .55rem; color: #9a7234; font-size: .72rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* Redes sociais: convite editorial com acessos claros */
#social-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f1ebe1 0%, #fbfaf7 58%, #eef2f3 100%) !important;
}
#social-media::before {
  position: absolute;
  width: 360px;
  height: 360px;
  top: -230px;
  right: -90px;
  border: 1px solid rgba(206,168,99,.26);
  border-radius: 50%;
  content: '';
}
#social-media .social-media-container { position: relative; z-index: 1; max-width: 1180px; }
#social-media .social-media-heading { max-width: 760px; margin: 0 auto 2.2rem; }
#social-media .social-media-eyebrow {
  margin-bottom: .65rem;
  color: #a67f3d;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
#social-media .social-media-heading h2 {
  margin-bottom: .8rem;
  color: var(--hotel-blue-dark);
  font-family: var(--hotel-serif);
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  font-weight: 600;
}
#social-media .social-media-intro {
  margin: 0;
  color: #5f737e;
  font-size: 1rem;
  line-height: 1.7;
}
#social-media .social-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
#social-media .social-media-grid > a {
  display: flex;
  width: auto;
  height: auto;
  min-height: 108px;
  align-items: center;
  gap: .9rem;
  margin: 0;
  padding: 1.15rem;
  border: 1px solid rgba(23,72,98,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.9) !important;
  color: var(--hotel-blue-dark) !important;
  box-shadow: 0 14px 36px rgba(16,55,76,.08);
  text-align: left;
  text-decoration: none;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
#social-media .social-media-grid > a:hover,
#social-media .social-media-grid > a:focus {
  border-color: rgba(206,168,99,.7);
  box-shadow: 0 20px 44px rgba(16,55,76,.14);
  outline: 0;
  transform: translateY(-4px);
}
#social-media .social-media-icon {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--hotel-blue);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
#social-media .social-media-icon i { color: #fff; font-size: 1.35rem; }
#social-media .social-media-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; }
#social-media .social-media-copy strong {
  color: var(--hotel-blue-dark);
  font-family: var(--hotel-serif);
  font-size: 1.25rem;
  font-weight: 600;
}
#social-media .social-media-copy small { margin-top: .2rem; color: #687b85; font-size: .78rem; line-height: 1.42; }
#social-media .social-media-arrow { margin-left: auto; color: #b58c49; font-size: .82rem !important; }

/* Localização: informação prática, distâncias e mapa em um único painel */
#location {
  padding-bottom: clamp(3.5rem, 7vw, 6rem) !important;
  background: linear-gradient(180deg, #fff 0%, #f3eee5 100%) !important;
}
#location .title-container { max-width: 920px; }
#location .block-subtitle { max-width: 790px; }
#location > .container:not(.title-container) { max-width: 1120px; }
#location .location-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 1rem 0 2rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(23,72,98,.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16,55,76,.09);
}
#location .location-address { display: flex; align-items: center; gap: .9rem; color: #536a76; }
#location .location-address > i {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--hotel-blue);
  color: #fff;
}
#location .location-address span { display: flex; flex-direction: column; font-size: .86rem; line-height: 1.5; }
#location .location-address strong { color: var(--hotel-blue-dark); font-size: .96rem; }
#location .section-subtitle h2 { padding: 1rem 0 .5rem !important; font-size: clamp(1.65rem, 3vw, 2.2rem) !important; }
#location .location-distances { margin: 0 -.4rem 1.8rem !important; padding: 0 !important; }
#location .location-distances > div {
  display: flex;
  min-height: 64px;
  align-items: center;
  margin: .4rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(23,72,98,.09);
  border-radius: 8px;
  background: rgba(255,255,255,.8);
  color: #425b68;
  font-size: .84rem;
  font-weight: 650;
  text-align: left !important;
}
#location .location-distances > div.col-md-4 { max-width: calc(33.333% - .8rem); flex-basis: calc(33.333% - .8rem); }
#location .location-distances .fa {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  margin-right: .65rem;
  place-items: center;
  border-radius: 50%;
  background: #e8dfcf;
  color: var(--hotel-blue);
  font-size: .65rem;
}
#location .spacer { display: none; }
#location .location-map-wrap {
  width: min(1320px, calc(100% - 32px));
  margin: 1.5rem auto 0;
  overflow: hidden;
  border: 1px solid rgba(23,72,98,.1);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(16,55,76,.14);
}
#location .location-map-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 1.35rem;
  border-bottom: 1px solid #e7ecee;
  background: #fff;
}
#location .location-map-toolbar__copy { display: flex; min-width: 0; align-items: center; gap: .85rem; }
#location .location-map-toolbar__copy > span:last-child { display: flex; min-width: 0; flex-direction: column; }
#location .location-map-toolbar__icon { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; background: #e9dfcd; color: var(--hotel-blue); }
#location .location-map-toolbar strong { color: var(--hotel-blue-dark); font-family: var(--hotel-serif); font-size: 1.05rem; }
#location .location-map-toolbar small { color: #6d7f88; font-size: .76rem; line-height: 1.45; }
#location .location-map-toolbar > a { flex: 0 0 auto; padding: .7rem .9rem; border: 1px solid rgba(23,72,98,.14); border-radius: 8px; color: var(--hotel-blue); font-size: .76rem; font-weight: 800; text-decoration: none; }
#location .location-map-toolbar > a:hover { border-color: var(--hotel-gold); background: #f8f4ed; }
#location .location-map-frame { overflow: hidden; }
#location .location-map-wrap iframe { display: block; min-height: 480px !important; }

/* Rodapé: navegação, contato e confiança em uma composição única */
#inferior-menu.hotel-footer { padding: 0 !important; background: #092b3c !important; color: #fff; text-align: left; }
#inferior-menu.hotel-footer a { padding: 0 !important; border-right: 0 !important; }
#inferior-menu.hotel-footer img { padding-left: 0 !important; }
#inferior-menu.hotel-footer a::after { display: none !important; content: none !important; }
#inferior-menu .hotel-footer__main { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(150px, .65fr) minmax(250px, 1fr); gap: clamp(2rem, 5vw, 5rem); padding-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
#inferior-menu .hotel-footer__brand img { width: min(245px, 100%); height: auto; margin-bottom: 1.35rem; filter: drop-shadow(0 4px 15px rgba(0,0,0,.18)); }
#inferior-menu .hotel-footer__brand p { max-width: 430px; margin: 0 0 1.3rem; color: rgba(255,255,255,.69); font-size: .87rem; line-height: 1.7; }
#inferior-menu .hotel-footer__social { display: flex; gap: .65rem; }
#inferior-menu .hotel-footer__social a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; }
#inferior-menu .hotel-footer__social a:hover { border-color: var(--hotel-gold); background: rgba(255,255,255,.08); }
#inferior-menu h2 { margin-bottom: 1.2rem; color: #e2c486; font-family: var(--hotel-serif); font-size: 1.25rem; font-weight: 600; }
#inferior-menu .hotel-footer__nav { display: flex; align-items: flex-start; flex-direction: column; }
#inferior-menu .hotel-footer__nav a { margin-bottom: .7rem; color: rgba(255,255,255,.72); font-size: .8rem; text-decoration: none; }
#inferior-menu .hotel-footer__nav a:hover { color: #fff; transform: translateX(3px); }
#inferior-menu .hotel-footer__contact > a,
#inferior-menu .hotel-footer__contact > p { display: flex; align-items: flex-start; gap: .75rem; margin: 0 0 .9rem; color: rgba(255,255,255,.74); font-size: .8rem; line-height: 1.55; text-decoration: none; }
#inferior-menu .hotel-footer__contact i { width: 18px; flex: 0 0 18px; margin-top: .15rem; color: #dfbe7b; text-align: center; }
#inferior-menu .hotel-footer__contact a:hover { color: #fff; }
#inferior-menu .hotel-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.12); }
#inferior-menu .hotel-footer__bottom > .container { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.15rem; padding-right: 225px; padding-bottom: 1.15rem; }
#inferior-menu .hotel-footer__bottom p { margin: 0; color: rgba(255,255,255,.52); font-size: .67rem; }
#inferior-menu .hotel-footer__legal { display: flex; align-items: center; gap: 1rem; }
#inferior-menu .hotel-footer__legal > a { margin: 0; color: rgba(255,255,255,.62); font-size: .67rem; text-decoration: none; }
#inferior-menu .hotel-footer__legal > a:hover { color: #fff; }
#inferior-menu .hotel-footer__security { display: inline-flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.55); font-size: .64rem; }
#inferior-menu .hotel-footer__security img { width: auto; height: 34px; margin: 0; }

/* Hierarquia final dos cabeçalhos e páginas internas */
#home .jumbotron-home > h1,
#home .jumbotron-home > h2 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-family: "Great Vibes", cursive;
  font-size: clamp(3.15rem, 4vw, 4.6rem);
  font-weight: 500;
  line-height: 1.08;
  text-shadow: 0 2px 8px rgba(0,0,0,.58);
}
.hotel-inner-page .jumbotron-internal {
  position: relative;
  min-height: clamp(260px, 31vw, 390px);
  isolation: isolate;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.hotel-inner-page .jumbotron-internal::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,39,54,.48), rgba(8,39,54,.16), rgba(8,39,54,.48));
  content: '';
}
.hotel-inner-page .jumbotron-internal h1 {
  max-width: 1050px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--hotel-serif);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 1.04;
  text-shadow: 0 3px 18px rgba(0,0,0,.5);
}
.hotel-inner-page main > section.cards-with-lightbox:not(#experiences) .card {
  overflow: hidden;
  border: 1px solid rgba(23,72,98,.08);
  border-radius: 12px;
  box-shadow: 0 16px 42px rgba(16,55,76,.1);
}
.hotel-inner-page main > section.cards-with-lightbox:not(#experiences) .card-img-top {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.hotel-inner-page main > section.cards-with-lightbox:not(#experiences) .card-body { padding: 1.35rem 1.4rem 1.5rem; }
.hotel-inner-page main > section.cards-with-lightbox:not(#experiences) .card-title {
  color: var(--hotel-blue-dark);
  font-family: var(--hotel-serif);
  font-size: 1.65rem;
  font-weight: 600;
}
.hotel-inner-page main > section.cards-with-lightbox:not(#experiences) .card-body .btn { margin-top: .4rem; }

@media (max-width: 991.98px) {
  .navbar-collapse {
    max-height: calc(100svh - 96px);
    padding: .75rem 0 max(1rem, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .navbar-nav .nav-link { padding-top: .65rem !important; padding-bottom: .65rem !important; }
  .jumbotron h1,
  .jumbotron h2 { font-size: clamp(2rem, 7vw, 3.2rem) !important; line-height: 1.05; }
  .jumbotron { min-height: min(760px, 88vh); }
  #home .hero-cover__copy { width: min(690px, 78%); }
  #home .hero-cover h1,
  #home .hero-cover h2 { font-size: clamp(3rem, 7vw, 4.2rem) !important; }
  #home .swiper-button-prev { left: 15px; }
  #home .swiper-button-next { right: 15px; }
  #rooms .horizontal-cards .card .row,
  #facilities .horizontal-cards .card .row { min-height: 0; }
  #rooms .horizontal-cards .card-body,
  #facilities .horizontal-cards .card-body { padding: 1.8rem !important; }
  #facilities .horizontal-cards .card .row > .col-md-8,
  #facilities .horizontal-cards .card .row > .col-md-4 { max-width: 100%; flex: 0 0 100%; }
  #reviews .reviews-human-story { grid-template-columns: 1fr; }
  #reviews .reviews-human-story__image { min-height: 330px; }
  #location .location-distances > div.col-md-4 { max-width: calc(50% - .8rem); flex-basis: calc(50% - .8rem); }
  #inferior-menu .hotel-footer__main { grid-template-columns: 1.3fr .7fr; }
  #inferior-menu .hotel-footer__contact { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 0; }
  .div-block { padding: 3.5rem 0; }
  .container { padding-left: 20px; padding-right: 20px; }
  input, select, textarea { font-size: 16px !important; }
  .btn,
  .navbar-toggler,
  .booking-form button,
  .booking-form input[type="submit"] { min-height: 44px; }
  .navbar-toggler { min-width: 44px; padding: .45rem .65rem; }
  #inferior-menu .hotel-footer__legal a,
  #inferior-menu .hotel-footer__links a,
  #inferior-menu .hotel-footer__contact a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
  .card { margin-bottom: 1.25rem; }
  #home.swiper-container-jumbotron { min-height: 700px; }
  #home .hero-cover {
    min-height: clamp(700px, calc(100svh - 64px), 860px) !important;
    justify-content: flex-end;
    padding: 6rem 0 5.4rem !important;
    background-position: center;
  }
  #home .hero-cover::before {
    background:
      linear-gradient(180deg, rgba(4,22,31,.28) 0%, rgba(4,22,31,.34) 28%, rgba(4,22,31,.9) 100%),
      linear-gradient(90deg, rgba(4,22,31,.48), rgba(4,22,31,.08));
  }
  #home .hero-cover--rooms { background-position: 56% center; }
  #home .hero-cover--experiences { background-position: 51% center; }
  #home .hero-cover--events { background-position: 54% center; }
  #home .hero-cover--heritage { background-position: 52% center; }
  #home .hero-cover__content { align-items: flex-end; }
  #home .hero-cover__copy { width: 100%; }
  #home .hero-cover__topline { justify-content: space-between; margin-bottom: .9rem; }
  #home .hero-cover__eyebrow { max-width: 245px; font-size: .61rem; letter-spacing: .15em; }
  #home .hero-cover__index { font-size: .59rem; }
  #home .hero-cover__index::before { width: 22px; }
  #home .hero-cover h1,
  #home .hero-cover h2 { max-width: 100%; margin-bottom: .95rem; font-size: clamp(2.55rem, 11.5vw, 3.25rem) !important; line-height: .98; }
  #home .hero-cover .slogan { margin-bottom: 1.3rem; font-size: .9rem; line-height: 1.62; }
  #home .hero-cover__actions { align-items: stretch; flex-direction: column; gap: .6rem; margin-bottom: 1.2rem; }
  #home .hero-cover__actions .btn { width: 100%; min-height: 48px; }
  #home .hero-cover__meta { font-size: .61rem; line-height: 1.45; }
  #home .swiper-button-prev,
  #home .swiper-button-next { display: none; }
  #home .swiper-pagination-bullets { bottom: 18px !important; }
  #home .swiper-pagination-bullet { width: 22px; }
  #home .swiper-pagination-bullet-active { width: 38px; }
  #landingpages .highlight-card .card-img-top { height: min(68vw, 290px); }
  #landingpages .highlight-card .card-title { font-size: 1.3rem; }
  .hotel-conversion-point__inner { align-items: stretch; flex-direction: column; gap: 1.35rem; }
  .hotel-conversion-point__button { width: 100%; min-width: 0; }
  #reservations-bar .container { width: calc(100% - 28px); padding: 1.35rem 14px !important; }
  #reservations-bar .booking-form .row > [class*="col-"] { margin-bottom: .65rem !important; }
  #reservations-bar .booking-form .row > [class*="col-"]:last-child { margin-bottom: 0 !important; }
  #reservations-bar .input-group-text { min-height: 52px; border-bottom: 1px solid #dfe5e8 !important; }
  #reservations-bar .form-control { min-height: 52px; border-bottom: 1px solid #dfe5e8 !important; }
  .hotel-whatsapp-float {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 4px;
    justify-content: center;
  }
  .hotel-whatsapp-float--hero-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }
  .hotel-whatsapp-float__icon { width: 46px; height: 46px; }
  .hotel-whatsapp-float__copy { display: none; }
  .booking-form .row > [class*="col-"] { width: 100%; max-width: 100%; flex: 0 0 100%; }
  .booking-form .btn { width: 100%; min-height: 50px; }
  #photogallery { padding: 3.6rem 0 !important; }
  #photogallery .photos-container { width: calc(100% - 20px); padding-bottom: 34px; }
  #photogallery .swiper-container-albuns .swiper-slide { padding: 4px; }
  #photogallery .swiper-container-albuns .card { height: min(76vw, 430px); }
  #photogallery .swiper-container-albuns .image-link::after {
    right: 13px;
    bottom: 13px;
    width: 38px;
    height: 38px;
    opacity: 1;
    transform: none;
  }
  #photogallery .swiper-container-albuns .card-img-overlay { opacity: .38; }
  #photogallery .swiper-button-next,
  #photogallery .swiper-button-prev { width: 40px; height: 40px; }
  #rooms .horizontal-cards > .row,
  #facilities .horizontal-cards > .row { margin-bottom: 1.25rem !important; }
  #rooms .horizontal-cards .card .row,
  #facilities .horizontal-cards .card .row { display: block !important; }
  #rooms .horizontal-cards .card-body,
  #facilities .horizontal-cards .card-body { text-align: left !important; }
  #facilities .horizontal-cards .card-text { font-size: .9rem; line-height: 1.68; }
  #services .general-services { text-align: left; }
  #services .service-card { min-height: 72px; }
  #eventhosting.history-section { min-height: 0; padding: 4rem 0; background-position: 36% center; }
  #eventhosting.history-section::before { background: rgba(5,27,39,.66); }
  #eventhosting .history-section__content { padding: 2rem 1.45rem; border-radius: 12px; background: rgba(9,38,52,.93); }
  #eventhosting .history-section__body { font-size: .87rem; line-height: 1.68; }
  #reviews .reviews-human-story { margin-right: 20px; margin-left: 20px; padding: 0; }
  #reviews .reviews-human-story__image { min-height: 245px; }
  #reviews .reviews-human-story__copy { padding: 1.6rem; }
  #reviews .review-grid { margin-right: -.35rem; margin-left: -.35rem; }
  #reviews .review-grid > [class*="col-"] { padding: .5rem .35rem; }
  #reviews .review-card { min-height: 0; padding: 1.4rem !important; }
  #reviews .review-card > .p-2:first-child { top: 1.8rem; left: 4.7rem; }
  #experiences .card-img-top { height: min(67vw, 285px); }
  #location .location-actions { align-items: stretch; flex-direction: column; }
  #location .location-actions .btn { width: 100%; }
  #location .location-distances > div.col-md-4 { max-width: calc(100% - .8rem); flex-basis: calc(100% - .8rem); }
  #location .location-map-wrap { width: calc(100% - 24px); }
  #location .location-map-toolbar { align-items: stretch; flex-direction: column; padding: 1rem; }
  #location .location-map-toolbar > a { width: 100%; text-align: center; }
  #location .location-map-wrap iframe { min-height: 380px !important; }
  #social-media .social-media-grid { grid-template-columns: 1fr; }
  #social-media .social-media-grid > a { min-height: 96px; }
  .hotel-inner-page .jumbotron-internal { min-height: 250px; }
  .hotel-inner-page .jumbotron-internal h1 { padding: 0 14px; font-size: clamp(2.25rem, 10vw, 3.35rem) !important; }
  #inferior-menu .hotel-footer__main { grid-template-columns: 1fr; gap: 2.2rem; padding-right: 24px; padding-left: 24px; }
  #inferior-menu .hotel-footer__contact { grid-column: auto; }
  #inferior-menu .hotel-footer__bottom > .container { align-items: flex-start; flex-direction: column; padding-right: 24px; padding-bottom: 5.2rem; padding-left: 24px; }
  #inferior-menu .hotel-footer__legal { align-items: flex-start; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  #experiences .swiper-container-experiences { padding: .6rem 6px 7.2rem !important; }
  #experiences .swiper-container-experiences::before,
  #experiences .swiper-container-experiences::after { display: none; }
  #experiences .swiper-pagination { bottom: 4.4rem; }
  #experiences .swiper-button-next,
  #experiences .swiper-button-prev {
    top: auto;
    bottom: .85rem;
    margin-top: 0;
  }
  #experiences .swiper-button-prev { left: calc(50% - 54px); }
  #experiences .swiper-button-next { right: calc(50% - 54px); }
}

@media (max-width: 360px) {
  .container { padding-right: 16px; padding-left: 16px; }
  #home.swiper-container-jumbotron { min-height: 660px; }
  #home .hero-cover {
    min-height: clamp(660px, calc(100svh - 56px), 760px) !important;
    padding: 4.8rem 0 4.6rem !important;
  }
  #home .hero-cover__eyebrow { max-width: 205px; font-size: .57rem; }
  #home .hero-cover h1,
  #home .hero-cover h2 { font-size: clamp(2.3rem, 12vw, 2.75rem) !important; }
  #home .hero-cover .slogan { font-size: .86rem; line-height: 1.55; }
  #home .hero-cover__meta { font-size: .57rem; }
  .hotel-whatsapp-float { width: 54px; height: 54px; min-height: 54px; }
  .hotel-whatsapp-float__icon { width: 44px; height: 44px; }
}

@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  #home.swiper-container-jumbotron { min-height: 590px; }
  #home .hero-cover {
    min-height: 590px !important;
    padding: 3.5rem 0 3.8rem !important;
  }
  #home .hero-cover__copy { width: min(620px, 82%); }
  #home .hero-cover h1,
  #home .hero-cover h2 { font-size: clamp(2.35rem, 6vw, 3rem) !important; }
  #home .hero-cover .slogan { margin-bottom: 1rem; font-size: .86rem; line-height: 1.5; }
  #home .hero-cover__actions { flex-direction: row; margin-bottom: .9rem; }
  #home .hero-cover__actions .btn { width: auto; }
}

@media (hover: none) {
  .btn:hover,
  .card:hover,
  .hotel-whatsapp-float:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
