:root {
  --surface: #f9f9f9;
  --surface-soft: #f5f2ed;
  --ink: #202e12;
  --ink-soft: #4f5946;
  --primary: #202e12;
  --sand: #d7c3b0;
  --olive: #7c8363;
  --line: #c5c6c9;
  --white: #ffffff;
  --terracotta: #e29578;
  --max: 1280px;
  --gutter: clamp(20px, 5vw, 80px);
  --section: clamp(72px, 10vw, 80px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  /* font-weight: 300; */
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  /* max-width: 780px; */
  font-size: clamp(44px, 7vw, 64px);
  line-height: 1.3;
}

h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.16;
}

h3 {
  font-size: 30px;
  line-height: 1.25;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 88px;
  padding: 18px var(--gutter);
  color: var(--white);
  transform: translateY(0);
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 220ms ease;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgb(249 249 249 / 100%);
  color: var(--ink);
  border-bottom: 1px solid rgb(197 198 201 / 45%);
  backdrop-filter: blur(16px);
}

.site-header.is-open {
  z-index: 320;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand__mark {
  width: clamp(150px, 16vw, 210px);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter 180ms ease;
}

.site-header.is-scrolled .brand__mark,
.site-header.is-open .brand__mark {
  filter: none;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
}

.site-nav a,
.language-menu,
.header-cta,
.button,
.eyebrow,
.text-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: right 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  right: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-menu {
  position: relative;
}

.language-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  cursor: pointer;
  list-style: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-menu summary::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.language-menu__list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  min-width: 86px;
  padding: 8px;
  background: var(--white);
  border: 1px solid rgb(197 198 201 / 70%);
  color: var(--ink);
}

.language-menu__list a {
  padding: 9px 12px;
}

.language-menu__list a:hover,
.language-menu__list a[aria-current="true"] {
  background: var(--surface-soft);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 28px;
  border: 1px solid currentColor;
}

.header-cta {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 22%), rgb(0 0 0 / 8%) 42%, rgb(0 0 0 / 58%));
  content: "";
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__slider .swiper-wrapper {
  position: relative;
  height: 100%;
  transform: none !important;
}

.hero__slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__slider-pagination {
  position: absolute;
  z-index: 2;
  right: var(--gutter) !important;
  bottom: 38px !important;
  left: auto !important;
  width: auto !important;
}

.hero__slider-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  padding: 0;
  border: 0;
  margin: 0 4px !important;
  border-radius: 0;
  background: rgb(255 255 255 / 60%);
  cursor: pointer;
  opacity: 1;
}

.hero__slider-pagination .swiper-pagination-bullet-active {
  background: var(--white);
}

.hero__slider-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px !important;
  height: 48px !important;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 70%);
  background: transparent;
  color: var(--white) !important;
  transform: translateY(-50%);
  cursor: pointer;
}

.hero__slider-button::after {
  font-size: 16px !important;
}

.hero__slider-button--prev {
  left: var(--gutter) !important;
}

.hero__slider-button--next {
  right: var(--gutter) !important;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 160px var(--gutter) 96px;
}

.hero__content > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(17px, 2vw, 21px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.button--light {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary);
}

.button--ghost {
  background: transparent;
  color: var(--white);
}

.button--dark {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: var(--section) var(--gutter);
}

.eyebrow {
  display: block;
  margin-bottom: 16px;
  /* color: var(--olive); */
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: clamp(32px, 8vw, 120px);
  align-items: end;
}

.intro > p,
.split__content p,
.cta p {
  color: var(--ink-soft);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(36px, 7vw, 88px);
  padding-top: 0;
}

.feature-grid article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}

.feature-grid h3 {
  margin: 28px 0 14px;
}

.feature-grid p {
  max-width: 330px;
  color: var(--ink-soft);
}

.feature-icon {
  display: inline-grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--surface-soft);
  color: var(--primary);
  font-size: 32px;
  line-height: 1;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
}

.split__media {
  min-height: 620px;
  background: var(--surface-soft);
}

.split__media img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.split__content p {
  margin: 24px 0 32px;
}

.text-link {
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
}

.gallery-band {
  width: 100%;
  max-width: none;
  background: var(--surface-soft);
}

.gallery-band > div {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.gallery-band__header {
  display: grid;
  gap: 24px;
  align-items: start;
}

.gallery-band__copy {
  display: grid;
  gap: 24px;
  max-width: 860px;
}

.gallery-band__copy p {
  margin-bottom: clamp(28px, 4vw, 52px);
  color: var(--ink-soft);
  font-size: 17px;
}

.gallery-band__copy .text-link {
  width: fit-content;
}

.gallery-band__actions {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.gallery-band__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 24px;
  margin-top: clamp(48px, 7vw, 88px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.gallery-band__grid img {
  width: 100%;
  height: clamp(280px, 36vw, 520px);
  object-fit: cover;
}

.gallery-band__grid img:nth-child(2) {
  margin-top: 64px;
}

.gallery-flex {
  display: grid;
  gap: clamp(36px, 5vw, 64px);
  padding-top:0;
}

.gallery-flex .section-heading {
  max-width: 760px;
}

.gallery-flex .section-heading p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 17px;
}

.gallery-flex__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: clamp(120px, 12vw, 190px);
  gap: 24px;
}

.gallery-flex__item {
  position: relative;
  grid-column: span 2;
  grid-row: span 2;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--surface-soft);
  color: inherit;
  cursor: pointer;
}

.gallery-flex__item:nth-child(8n + 1),
.gallery-flex__item:nth-child(8n + 6) {
  grid-column: span 4;
  grid-row: span 2;
}

.gallery-flex__item:nth-child(8n + 3),
.gallery-flex__item:nth-child(8n + 8) {
  grid-column: span 2;
  grid-row: span 3;
}

.gallery-flex__item:nth-child(8n + 5) {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-flex__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.gallery-flex__item::after {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0%);
  content: "";
  transition: background 180ms ease;
}

.gallery-flex__item:hover img {
  transform: scale(1.04);
}

.gallery-flex__item:hover::after {
  background: rgb(0 0 0 / 12%);
}

.reviews {
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.reviews__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.reviews__header h2 {
  max-width: 760px;
}

.reviews__controls {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}

.slider-button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--primary);
  border-radius: 0;
  background: transparent;
  color: var(--primary);
  cursor: pointer;
  font: inherit;
  transition: background 160ms ease, color 160ms ease;
}

.slider-button:hover {
  background: var(--primary);
  color: var(--white);
}

.reviews__viewport {
  display: grid;
  grid-auto-columns: calc((100% - 48px) / 3);
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reviews__viewport::-webkit-scrollbar {
  display: none;
}

.review-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
  border: 1px solid rgb(197 198 201 / 42%);
  scroll-snap-align: start;
}

.review-card__rating {
  color: var(--terracotta);
  font-size: 14px;
  letter-spacing: 0.18em;
}

.review-card p {
  margin: 32px 0;
  color: var(--ink);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.35;
}

.review-card footer {
  display: grid;
  gap: 4px;
}

.review-card strong {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-card span {
  color: var(--ink-soft);
}

.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.review-dot {
  width: 34px;
  height: 2px;
  border: 0;
  border-radius: 0;
  background: var(--line);
  cursor: pointer;
}

.review-dot.is-active {
  background: var(--primary);
}

.cta {
  text-align: center;
}

.cta p {
  max-width: 620px;
  margin: 20px auto 36px;
}
 .footer {padding: 72px var(--gutter) 72px;
  background: var(--primary);
  color: var(--white);}
.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, 0.65fr));
  gap: clamp(28px, 5vw, 72px);
  
}

.site-footer__brand img {
  width: min(220px, 70vw);
  filter: brightness(0) invert(1);
}

.site-footer__brand p {
  max-width: 420px;
  margin-top: 28px;
  color: rgb(255 255 255 / 72%);
}

.site-footer__column,
.site-footer__brand {
  display: grid;
  align-content: start;
  gap: 14px;
}

.site-footer__column h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__column a,
.site-footer__column span {
  color: rgb(255 255 255 / 72%);
}

.site-footer__column small,
.contact-list small {
  display: block;
  margin-top: -8px;
  color: rgb(255 255 255 / 56%);
  font-size: 11px;
  line-height: 1.4;
}

.contact-list small {
  margin-top: -12px;
  color: var(--ink-soft);
}

.site-footer a {
  transition: color 160ms ease;
}

.site-footer a:hover {
  color: var(--white);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}

.social-links a {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: 50%;
  color: var(--white);
}

.social-links svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.social-links a[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
}

.site-footer__bottom {
  /* grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px; */
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 16%);
  color: rgb(255 255 255 / 58%);
  font-size: 12px;
}

.whatsapp-floating {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease, background 160ms ease;
}

.whatsapp-floating.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.whatsapp-floating:hover {
  background: #1fb85a;
}

.page-hero {
  padding: 176px var(--gutter) 88px;
  background: var(--surface-soft);
}

.page-hero__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.page-hero p:not(.eyebrow) {

  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 18px;
}

.not-found {
  display: grid;
  min-height: 76vh;
  padding: 176px var(--gutter) 96px;
  background: var(--surface-soft);
  place-items: center;
}

.not-found__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
  width: min(1080px, 100%);
}

.not-found__code {
  margin: 0;
  color: var(--sand);
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(150px, 20vw, 280px);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.not-found__content h1 {
  /* max-width: 700px; */
  font-size: clamp(40px, 5vw, 64px);
}

.not-found__content > p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 18px;
}

.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.not-found__secondary {
  background: transparent;
  color: var(--primary);
}

.accommodation-hero {
  width: min(var(--max), 100%);
  margin: 88px auto 0;
  padding: clamp(72px, 9vw, 120px) var(--gutter) clamp(56px, 8vw, 96px);
  /* display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: clamp(36px, 7vw, 96px); */
  align-items: center;
}
.accommodation-hero h1{ max-width: 100%;    font-size: clamp(44px, 7vw, 64px);}

.accommodation-hero__content p:not(.eyebrow) {
  /* max-width: 680px; */
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 18px;
}

.accommodation-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 40px;
}

.accommodation-hero__media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 18px;
  min-height: clamp(460px, 48vw, 620px);
}

.accommodation-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accommodation-hero__media img:first-child {
  align-self: end;
  height: 88%;
}

.accommodation-hero__media img:nth-child(2) {
  align-self: start;
  height: 74%;
  margin-top: 54px;
}

.accommodation-hero__badge {
  position: absolute;
  left: 36px;
  bottom: 36px;
  display: grid;
  gap: 4px;
  width: min(280px, calc(100% - 72px));
  padding: 22px;
  background: rgb(255 255 255 / 92%);
  color: var(--primary);
  backdrop-filter: blur(12px);
}

.accommodation-hero__badge span {
  color: var(--olive);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.accommodation-hero__badge strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.18;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.content-card {
  background: var(--white);
}

.content-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.content-card__body {
  padding: 28px 0 0;
}

.content-card p {
  margin-top: 12px;
  color: var(--ink-soft);
}

.experiences-hero {
  position: relative;
  width: 100%;
  height: clamp(540px, 70vh, 680px);
  margin: 88px 0 0;
  overflow: hidden;
}

.experiences-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experiences-hero::after {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 10%);
  content: "";
}

.experiences-hero__panel {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 4vw, 56px);
  bottom: clamp(24px, 4vw, 56px);
  width: min(640px, calc(100% - 48px));
  padding: clamp(28px, 5vw, 56px);
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(12px);
}

.experiences-hero__panel h1 {
  font-size: clamp(40px, 5vw, 64px);
}

.experiences-hero__panel p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 18px;
}

.experiences-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(32px, 8vw, 120px);
}

.experiences-intro p:not(.eyebrow) {
  max-width: 470px;
  color: var(--ink-soft);
  text-align: right;
}

.experience-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  padding-top: 0;
}

.experience-card {
  grid-column: span 4;
  display: block;
}

.experience-card--wide {
  grid-column: span 8;
}

.experience-card--tall {
  margin-top: 48px;
}

.experience-card__media {
  margin-bottom: 24px;
  overflow: hidden;
  background: var(--surface-soft);
}

.experience-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.experience-card:hover .experience-card__media img {
  transform: scale(1.04);
}

.experience-card:not(.experience-card--wide) .experience-card__media {
  aspect-ratio: 1 / 1;
}

.experience-card--wide .experience-card__media {
  aspect-ratio: 16 / 9;
}

.experience-card--tall .experience-card__media {
  aspect-ratio: 3 / 4;
}

.experience-card--low .experience-card__media {
  aspect-ratio: 21 / 9;
}

.experience-card p {
  max-width: 640px;
  margin: 10px 0 18px;
  color: var(--ink-soft);
}

.experience-card span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid rgb(32 46 18 / 28%);
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experiences-band {
  width: 100%;
  background: var(--surface-soft);
}

.experiences-band__inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: var(--section) var(--gutter);
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 7vw, 80px);
}

.recommended-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.recommended-card img {
  width: 100%;
  height: clamp(320px, 35vw, 430px);
  object-fit: cover;
  margin-bottom: 30px;
}

.recommended-card p {
  max-width: 480px;
  margin: 14px 0 28px;
  color: var(--ink-soft);
}

.region-map-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.4fr);
  gap: clamp(36px, 7vw, 84px);
  align-items: center;
}

.region-map-section__copy p:not(.eyebrow) {
  margin: 20px 0 30px;
  color: var(--ink-soft);
}

.region-points {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.region-points li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.region-points span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.experience-map {
  min-height: clamp(360px, 42vw, 560px);
  background: var(--surface-soft);
  z-index: 0;
}

.experience-map.leaflet-container {
  width: 100%;
  height: clamp(360px, 42vw, 560px);
  font-family: "Montserrat", Arial, sans-serif;
}

.travel-tips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  border-top: 1px solid var(--line);
}

.travel-tips h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.travel-tips .material-symbols-outlined {
  color: var(--primary);
  font-size: 20px;
}

.travel-tips p {
  color: var(--ink-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.accommodation-section--compact {
  padding-top: clamp(24px, 4vw, 48px);
}

.house-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.house-mosaic > :last-child {
  grid-column: 1 / -1;
}

.house-mosaic--home {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.house-mosaic--home .house-tile:nth-child(3) {
  grid-column: 1 / -1;
}

.house-tile {
  position: relative;
  min-height: clamp(420px, 42vw, 620px);
  display: flex;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.house-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
  z-index: -2;
}

.house-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 8%), rgb(0 0 0 / 70%));
  z-index: -1;
}

.house-tile__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(28px, 4vw, 48px);
}

.house-tile__label,
.house-tile__bottom {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.house-tile__title {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: clamp(1.875rem, 4vw, 2.1875rem);
  line-height: 1.05;
}

.house-tile__amenities {
  max-width: 540px;
  color: rgb(255 255 255 / 82%);
}

.house-tile__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 32%);
}

.house-tile:hover img {
  transform: scale(1.05);
}

.property-hero {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 168px var(--gutter) 64px;
}

.property-hero--after-gallery {
  padding-top: 56px;
}

.property-hero__intro {
  max-width: 820px;
  margin-bottom: 36px;
}

.property-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
}

.property-title-row .property-hero__intro {
  margin-bottom: 0;
}

.property-hero__meta {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
}

.property-gallery {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(190px, 280px));
  gap: 8px;
  overflow: hidden;
  border-radius: 14px;
}

.property-gallery-section {
  width: 100%;
  padding: 112px 0 0;
}

.property-gallery-section .property-gallery {
  width: 100%;
  border-radius: 0;
}

.property-gallery-section--single img {
  width: 100%;
  height: clamp(420px, 64vh, 720px);
  object-fit: cover;
}

.property-gallery__item {
  position: relative;
  overflow: hidden;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  background: var(--surface-soft);
  color: var(--white);
  cursor: pointer;
}

.property-gallery__item--main {
  grid-row: span 2;
}

.property-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.property-gallery__item:hover img {
  transform: scale(1.04);
}

.property-gallery__item::after {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0%);
  content: "";
  transition: background 180ms ease;
}

.property-gallery__item:hover::after {
  background: rgb(0 0 0 / 12%);
}

.property-gallery__button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 8px;
  background: rgb(255 255 255 / 94%);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.property-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(40px, 8vw, 96px);
  align-items: start;
}

.property-copy {
  display: grid;
  gap: 56px;
}

.property-copy h2 {
  margin-bottom: 24px;
}

.property-copy p {
  color: var(--ink-soft);
  font-size: 18px; margin-bottom:20px
}

.amenities-block {
  padding-top: 40px;
  border-top: 1px solid rgb(197 198 201 / 55%);
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
  margin-top: 30px;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink-soft);
}

.amenity-item .material-symbols-outlined {
  color: var(--primary);
  font-size: 25px;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.room-card {
  position: relative;
  display: grid;
  min-height: clamp(300px, 28vw, 420px);
  align-content: end;
  gap: 14px;
  padding: 26px;
  overflow: hidden;
  background: var(--surface-soft);
  color: var(--white);
  isolation: isolate;
}

.room-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.room-card__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgb(0 0 0 / 8%), rgb(0 0 0 / 72%));
}

.room-card:hover img {
  transform: scale(1.05);
}

.room-card__label {
  color: rgb(255 255 255 / 78%);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.room-card h3 {
  font-size: 42px;
}

.room-card p {
  color: rgb(255 255 255 / 82%);
  font-size: 15px; margin-bottom:0px;
}

.room-card .text-link {
  width: fit-content;
  color: var(--white);
}

.booking-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 24px;
  padding: clamp(28px, 4vw, 40px);
  background: var(--surface-soft);
  border: 1px solid rgb(197 198 201 / 55%);
}

.booking-panel--inline {
  position: static;
}

.booking-panel__price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.booking-panel__price strong {
  font-family: "Bodoni Moda", Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}

.booking-panel__note {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.property-location {
  width: 100%;
  max-width: none;
  background: var(--surface-soft);
}

.property-location__header {
  width: min(var(--max), 100%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding-inline: var(--gutter);
}

.property-map {
  width: min(var(--max), calc(100% - (var(--gutter) * 2)));
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  background: var(--surface-container, #eeeeee);
}

.property-map .leaflet-container,
.property-map.leaflet-container {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", Arial, sans-serif;
}

.property-map .leaflet-control-attribution {
  font-size: 10px;
}

.property-map .leaflet-popup-content-wrapper,
.property-map .leaflet-popup-tip {
  border-radius: 0;
}

.inquiry-section {
  max-width: 860px;
  text-align: center;
}

.inquiry-section h2 {
  margin-bottom: 18px;
}

.inquiry-section .contact-form {
  margin-top: 44px;
  text-align: left;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 78%);
  color: var(--white);
  backdrop-filter: blur(8px);
}

.gallery-modal.is-open {
  display: flex;
}

.gallery-modal__image {
  max-width: min(1180px, calc(100vw - 160px));
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.gallery-modal__close,
.gallery-modal__nav {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 42%);
  background: rgb(255 255 255 / 92%);
  color: var(--primary);
  cursor: pointer;
  font: inherit;
}

.gallery-modal__close {
  top: 24px;
  right: 24px;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-modal__nav {
  top: 50%;
  width: 52px;
  height: 52px;
 
  font-size: 35px;
  line-height: 1;
  transform: translateY(-50%);
}

.gallery-modal__nav--prev {
  left: 28px;
}

.gallery-modal__nav--next {
  right: 28px;
}

.gallery-modal__counter {
  position: absolute;
  left: 50%;
  bottom: 26px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgb(0 0 0 / 42%);
  color: var(--white);
  font-size: 13px;
  transform: translateX(-50%);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(36px, 8vw, 110px);
}

.contact-list {
  display: grid;
  gap: 20px;
  margin-top: 32px;
}

.contact-list a,
.contact-list span {
  display: block;
  color: var(--ink-soft);
}

.contact-form {
  display: grid;
  gap: 24px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--primary);
  border-radius: 0;
  background: transparent;
  padding: 12px 0;
  color: var(--ink);
  font: inherit;
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}

.form-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--primary);
}

.form-consent a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}@media (max-width: 1199px) {
 .site-footer {
    grid-template-columns:  1fr 1fr;
  }
  }
@media (max-width: 920px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    min-height: 76px;
    padding-inline: 16px;
  }

  .brand {
    position: static;
    transform: none;
    width: min(100%, 170px);
    min-width: 0;
  }

  .header-actions {
    position: static;
    transform: none;
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-left: 0;
    gap: 0;
    justify-self: end;
  }

  .header-actions .header-cta {
    display: none;
  }

  .nav-toggle {
    position: static;
    transform: none;
    display: inline-grid;
    z-index: 330;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
    touch-action: manipulation;
    justify-self: end;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 1px;
    background: currentColor;
  }

  .site-nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 310;
    display: none;
    padding: 24px var(--gutter) 32px;
    background: var(--surface);
    color: var(--ink);
    border-bottom: 1px solid var(--line); width: 100%;
  }

  .site-header.is-open .site-nav {
    display: grid;
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .language-menu summary {
    min-height: 44px;
    padding-inline: 10px;
  }

  .intro,
  .split,
  .accommodation-hero,
  .contact-layout,
  .not-found__inner {
    grid-template-columns: 1fr;
  }

  .not-found {
    min-height: auto;
    padding-top: 152px;
  }

  .not-found__inner {
    gap: 36px;
  }

  .not-found__code {
    font-size: clamp(120px, 34vw, 190px);
  }

  .feature-grid,
  .content-grid,
  .experiences-intro,
  .recommended-grid,
  .region-map-section,
  .travel-tips,
  .gallery-band__header,
  .gallery-band__grid {
    grid-template-columns: 1fr;
  }

  .experiences-intro {
    display: grid;
  }

  .experiences-intro p:not(.eyebrow) {
    max-width: none;
    text-align: left;
  }

  .experience-bento {
    grid-template-columns: 1fr;
  }

  .experience-card,
  .experience-card--wide {
    grid-column: auto;
  }

  .experience-card--tall {
    margin-top: 0;
  }

  .accommodation-hero {
    margin-top: 88px;
    padding-top: 56px;
  }

  .accommodation-hero__media {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }

  .accommodation-hero__media img:first-child,
  .accommodation-hero__media img:nth-child(2) {
    height: 100%;
    margin-top: 0;
  }

  .house-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .house-tile,
  .house-tile--large {
    grid-row: auto;
    min-height: 460px;
  }

  .property-gallery,
  .property-title-row,
  .property-layout,
  .room-grid,
  .amenities-grid {
    grid-template-columns: 1fr;
  }

  .property-gallery {
    grid-template-rows: none;
  }

  .property-gallery__item,
  .property-gallery__item--main {
    grid-column: auto;
    grid-row: auto;
    height: 300px;
  }

  .booking-panel {
    position: static;
  }

  .property-location__header {
    align-items: start;
    flex-direction: column;
  }

  .property-map {
    aspect-ratio: 4 / 3;
  }

  .reviews__header {
    align-items: start;
    flex-direction: column;
  }

  .experiences-hero {
    width: 100%;
    height: 620px;
    margin-top: 96px;
  }

  .experiences-hero__panel {
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
  }

  .reviews__viewport {
    grid-auto-columns: minmax(280px, 86%);
  }

  .gallery-band__grid img:nth-child(2) {
    margin-top: 0;
  }

  .gallery-band__grid img {
    height: 300px;
  }

  .gallery-flex__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: clamp(120px, 22vw, 180px);
  }

  .gallery-flex__item,
  .gallery-flex__item:nth-child(8n + 1),
  .gallery-flex__item:nth-child(8n + 3),
  .gallery-flex__item:nth-child(8n + 5),
  .gallery-flex__item:nth-child(8n + 6),
  .gallery-flex__item:nth-child(8n + 8) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-flex__item:nth-child(5n + 2) {
    grid-column: span 2;
    grid-row: span 3;
  }

  .split__media,
  .split__media img {
    min-height: 0;
    height: auto;
  }

 
}


@media (max-width: 560px) {
     .site-footer {
    grid-template-columns: 1fr;
  }
  .brand__mark {
    width: 136px;
  }

  .gallery-flex__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 16px;
  }

  .gallery-flex__item,
  .gallery-flex__item:nth-child(8n + 1),
  .gallery-flex__item:nth-child(8n + 3),
  .gallery-flex__item:nth-child(8n + 5),
  .gallery-flex__item:nth-child(8n + 6),
  .gallery-flex__item:nth-child(8n + 8),
  .gallery-flex__item:nth-child(5n + 2) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .hero {
    min-height: 760px;
  }

  .hero__slider-button {
    display: none !important;
  }

  .hero__slider-pagination {
    right: auto !important;
    left: var(--gutter) !important;
  }

  .hero__actions,
  .button,
  .not-found__actions {
    width: 100%;
  }

  .accommodation-hero__actions {
    align-items: stretch;
  }

  .accommodation-hero__media {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .accommodation-hero__media img {
    height: 320px;
  }

  .accommodation-hero__badge {
    position: static;
    width: 100%;
  }
}

.terms p, .terms h1, .terms h2, .terms h3 { margin-bottom:20px}
/* ass */


.copy-ideias{
    width: 17px;
    height: 16px;
    top: 2px;
    position: relative; background-repeat: no-repeat;background-size: contain; display: inline-block;
	
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='130px' height='130px' viewBox='0 0 130 130' enable-background='new 0 0 130 130' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M125.854 39.375c0 3.906-3.17 7.077-7.076 7.077H63.677c-3.906 0-7.076-3.171-7.076-7.077V11.61c0-3.908 3.169-7.073 7.076-7.073h55.099c3.908 0 7.076 3.165 7.076 7.073v27.765H125.854z M46.126 119.102c0 3.904-3.167 7.07-7.073 7.07H11.286c-3.905 0-7.073-3.166-7.073-7.07V64.001c0-3.906 3.168-7.073 7.073-7.073h27.767c3.906 0 7.073 3.167 7.073 7.073V119.102z M46.931 25.365c0-12.155-9.85-22.002-22.004-22.002c-12.152 0-22.002 9.848-22.002 22.002c0 12.152 9.85 22.004 22.002 22.004C37.081 47.369 46.931 37.517 46.931 25.365z M83.387 82.785c-1.679 0-3.047-1.363-3.047-3.042c0-1.685 1.368-3.052 3.047-3.052c1.684 0 3.047 1.367 3.047 3.052C86.434 81.422 85.068 82.785 83.387 82.785z M74.496 82.785c-1.686 0-3.042-1.363-3.042-3.042c0-1.685 1.356-3.052 3.042-3.052s3.042 1.367 3.042 3.052C77.538 81.422 76.182 82.785 74.496 82.785z M92.338 82.785c-1.679 0-3.042-1.363-3.042-3.042c0-1.685 1.363-3.052 3.042-3.052c1.684 0 3.051 1.367 3.051 3.052C95.389 81.422 94.021 82.785 92.338 82.785z M102.648 57.384H63.059c-3.244 0-6 2.461-6 5.708v34.872c0 3.243 0 8.554 0 11.8v5.67c0 3.238 2.035 4.133 4.467 1.984l10.914-9.652c2.435-2.146 7.099-3.914 10.343-3.914l19.866-0.004c3.244 0 5.893-2.641 5.893-5.884V63.09C108.541 59.845 105.895 57.384 102.648 57.384z'/%3E%3C/svg%3E");

}
.grecaptcha-badge { visibility: hidden; }


@media (max-width: 1366px) {
 .hero__slider-button {
    display: none !important;
  }
    }

    .hero__content h1,  .hero__content p {    filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.25));}