:root {
  --ink: #17201b;
  --muted: #5d675f;
  --paper: #fbf8f1;
  --surface: #ffffff;
  --leaf: #174f38;
  --leaf-2: #2e7655;
  --terracotta: #ad5634;
  --pool: #4da8c8;
  --stone: #d8d0c1;
  --line: rgba(23, 32, 27, 0.14);
  --shadow: 0 22px 70px rgba(23, 32, 27, 0.16);
  --radius: 8px;
  --section: clamp(72px, 9vw, 128px);
  --shell: min(1180px, calc(100vw - 40px));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

body.is-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

body.is-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

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

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

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3.1rem, 7vw, 6.9rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  width: 1px;
}

.skip-link:focus {
  clip: auto;
  height: auto;
  left: 18px;
  padding: 10px 14px;
  top: 18px;
  width: auto;
  z-index: 100;
  background: var(--surface);
  border: 1px solid var(--line);
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

#villas,
#experience,
#gallery,
#booking {
  scroll-margin-top: 96px;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--terracotta);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--leaf);
  border-radius: 6px;
  background: var(--leaf);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: #0f3c2a;
  border-color: #0f3c2a;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--leaf);
}

.button--small {
  min-height: 40px;
  padding: 11px 15px;
  font-size: 0.9rem;
}

.button--full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--leaf);
  font-weight: 900;
}

.text-link::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.single-villa .site-header,
.post-type-archive-villa .site-header,
.page .site-header,
.blog .site-header {
  background: rgba(251, 248, 241, 0.96);
  color: var(--ink);
  box-shadow: 0 10px 35px rgba(23, 32, 27, 0.08);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: grid;
  width: min(1240px, calc(100vw - 32px));
  min-height: 78px;
  align-items: center;
  margin-inline: auto;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 900;
}

.brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.brand__text {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.brand__text span {
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0.8;
}

.custom-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.primary-nav {
  justify-self: center;
}

.primary-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.92rem;
  font-weight: 800;
}

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

.header-actions__phone {
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 6px;
  background: transparent;
  color: inherit;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(13, 25, 18, 0.78), rgba(13, 25, 18, 0.38) 48%, rgba(13, 25, 18, 0.16));
}

.hero__media {
  position: absolute;
  inset: 0;
}

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

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 5200ms ease;
}

.hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100svh;
  align-items: end;
  gap: clamp(24px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
  padding-top: 122px;
  padding-bottom: clamp(28px, 6vw, 74px);
}

.hero__copy {
  max-width: 820px;
  padding-bottom: clamp(12px, 4vw, 68px);
}

.hero__copy h1 {
  font-size: clamp(3.1rem, 6.1vw, 5.9rem);
}

.hero__lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-slider {
  display: grid;
  max-width: 680px;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.hero-slider__dot {
  position: relative;
  min-height: 54px;
  padding: 14px 0 0;
  border: 0;
  border-top: 2px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  text-align: left;
}

.hero-slider__dot::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  content: "";
  transition: width 4200ms linear;
}

.hero-slider__dot.is-active {
  color: #fff;
}

.hero-slider__dot.is-active::before {
  width: 100%;
}

.booking-card {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: var(--radius);
  background: rgba(251, 248, 241, 0.94);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.booking-card__header {
  padding: 24px 24px 0;
}

.booking-card__header h2 {
  margin-bottom: 0;
  font-size: 1.75rem;
}

.booking-channels {
  padding: 20px;
}

.booking-channels__control {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-channels__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 14px;
}

.booking-channels__tabs label {
  display: grid;
  gap: 3px;
  min-height: 64px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.booking-channels__tabs strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.booking-channels__tabs span {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

#booking-channel-omni:checked ~ .booking-channels__tabs label[for="booking-channel-omni"],
#booking-channel-direct:checked ~ .booking-channels__tabs label[for="booking-channel-direct"] {
  border-color: rgba(23, 79, 56, 0.68);
  background: #fff;
  box-shadow: 0 10px 24px rgba(46, 39, 28, 0.12);
  color: var(--leaf);
}

.booking-channels__panel {
  display: none;
}

#booking-channel-omni:checked ~ .booking-channels__panel--omni,
#booking-channel-direct:checked ~ .booking-channels__panel--direct {
  display: block;
}

.booking-channels .booking-form {
  padding: 0;
}

#omnih-booking.part {
  min-height: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

#omnih-booking .part-center {
  position: static !important;
  width: 100% !important;
  transform: none !important;
}

#omnih-booking .container-fluid,
#omnih-booking .row {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#omnih-booking .form-booking {
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

#omnih-booking .best {
  justify-content: flex-start !important;
  width: 100%;
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--terracotta) !important;
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.25 !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

#omnih-booking .content-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}

#omnih-booking .custom-form-group,
#omnih-booking .btn-form,
#omnih-booking .occupants {
  flex: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#omnih-booking .form-group {
  margin: 0 !important;
}

#omnih-booking .form-label {
  display: block !important;
  margin: 0 0 6px !important;
  color: var(--muted) !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.25 !important;
}

#omnih-booking .form-control,
#omnih-booking .select-custom {
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 10px 12px !important;
  border: 1px solid var(--line) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: var(--ink) !important;
  box-shadow: none !important;
  font-size: 0.98rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  outline: none !important;
}

#omnih-booking .form-control:focus,
#omnih-booking .select-custom:focus {
  border-color: rgba(23, 79, 56, 0.72) !important;
  box-shadow: 0 0 0 4px rgba(23, 79, 56, 0.12) !important;
}

#omnih-booking .occupants {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

#omnih-booking .occupants .form-group {
  min-width: 0;
}

#omnih-booking .select-wrapper {
  position: relative;
  display: block !important;
  min-height: 48px !important;
  border-radius: 6px !important;
  background: transparent !important;
}

#omnih-booking .select-wrapper::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--leaf);
  border-bottom: 2px solid var(--leaf);
  content: "";
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

#omnih-booking .select-custom {
  appearance: none !important;
  padding-right: 32px !important;
}

#omnih-booking input[name="promocode"]::placeholder {
  color: rgba(93, 103, 95, 0.62) !important;
}

#omnih-booking .form-booking .btn-submit {
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  padding: 0 18px !important;
  border: 1px solid var(--leaf) !important;
  border-radius: 6px !important;
  background: var(--leaf) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 0.96rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease !important;
}

#omnih-booking .form-booking .btn-submit:hover,
#omnih-booking .form-booking .btn-submit:focus-visible {
  background: #0f3c2a !important;
  border-color: #0f3c2a !important;
  transform: translateY(-1px);
}

.booking-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.booking-form__label,
.booking-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.booking-form label:focus-within {
  color: var(--leaf);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(23, 79, 56, 0.72);
  box-shadow: 0 0 0 4px rgba(23, 79, 56, 0.12);
}

.booking-form textarea {
  resize: vertical;
}

.booking-form__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.villa-choice {
  display: grid;
  gap: 8px;
}

.villa-choice__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.villa-choice__buttons button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.villa-choice__buttons button:hover,
.villa-choice__buttons button.is-active {
  background: var(--leaf);
  border-color: var(--leaf);
  color: #fff;
  transform: translateY(-1px);
}

.booking-form__select {
  display: none !important;
}

.stay-type {
  display: grid;
  gap: 8px;
}

.stay-type__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stay-type__grid label {
  position: relative;
  min-height: 72px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.stay-type__grid label.is-active {
  background: rgba(23, 79, 56, 0.08);
  border-color: rgba(23, 79, 56, 0.48);
  box-shadow: 0 0 0 3px rgba(23, 79, 56, 0.08);
}

.stay-type__grid label:hover {
  transform: translateY(-1px);
}

.stay-type__grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.stay-type__grid strong,
.stay-type__grid span {
  display: block;
}

.stay-type__grid strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.stay-type__grid span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.guest-stepper {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}

.guest-stepper input {
  border-radius: 0;
  text-align: center;
}

.guest-stepper button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--leaf);
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 900;
}

.guest-stepper button:first-child {
  border-radius: 6px 0 0 6px;
}

.guest-stepper button:last-child {
  border-radius: 0 6px 6px 0;
}

.booking-summary {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(77, 168, 200, 0.34);
  border-radius: 6px;
  background: rgba(77, 168, 200, 0.1);
  color: var(--leaf);
  font-size: 0.88rem;
  font-weight: 900;
}

.booking-summary strong {
  display: block;
  color: var(--ink);
}

.booking-summary em {
  display: block;
  margin-top: 4px;
  color: var(--terracotta);
  font-style: normal;
}

.form-alert {
  padding: 10px 12px;
  margin: 0;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 800;
}

.form-alert--success {
  background: rgba(23, 79, 56, 0.12);
  color: var(--leaf);
}

.form-alert--error {
  background: rgba(173, 86, 52, 0.14);
  color: var(--terracotta);
}

.intro {
  display: grid;
  gap: clamp(24px, 6vw, 96px);
  grid-template-columns: 0.95fr 1fr;
  padding-block: var(--section) calc(var(--section) * 0.65);
}

.intro p:last-child {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
}

.metrics {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: var(--section);
}

.metrics div {
  padding: clamp(18px, 3vw, 32px);
  background: var(--surface);
  border: 1px solid var(--line);
}

.metrics strong {
  display: block;
  color: var(--leaf);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3vw, 3.3rem);
  font-weight: 500;
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  font-weight: 800;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.section-heading h2 {
  max-width: 790px;
  margin-bottom: 0;
}

.section-heading > a {
  color: var(--leaf);
  font-weight: 900;
  white-space: nowrap;
}

.villas {
  padding-bottom: var(--section);
}

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

.villa-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 36px rgba(23, 32, 27, 0.08);
}

.villa-card__image {
  display: block;
  aspect-ratio: 4 / 5;
  background: var(--stone);
}

.villa-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.villa-card:hover .villa-card__image img {
  transform: scale(1.03);
}

.villa-card__body {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.villa-card__body h2,
.villa-card__body h3,
.villa-card__body p {
  margin-bottom: 0;
}

.villa-card__body p:not(.eyebrow) {
  color: var(--muted);
}

.villa-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.villa-card__meta span,
.villa-specs span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(23, 79, 56, 0.06);
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 900;
}

.experience {
  padding-block: var(--section);
  background: #11251b;
  color: #fff;
}

.experience__inner {
  display: grid;
  align-items: center;
  gap: clamp(28px, 7vw, 90px);
  grid-template-columns: 0.92fr 1fr;
}

.experience__media {
  overflow: hidden;
  border-radius: var(--radius);
}

.experience__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.experience__copy {
  max-width: 650px;
}

.experience__copy h2 {
  color: #fff;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--pool);
  content: "";
}

.feature-list--columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery {
  padding-block: var(--section);
}

.gallery-slider {
  display: grid;
  gap: 18px;
}

.gallery-slider__viewport {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--stone);
}

.gallery-slider__track {
  display: flex;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
}

.gallery-slide img {
  width: 100%;
  aspect-ratio: 16 / 8.6;
  object-fit: cover;
}

.gallery-slide figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  max-width: 360px;
  padding: 12px 14px;
  border-radius: 6px;
  background: rgba(17, 37, 27, 0.78);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.gallery-slider__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gallery-slider__controls button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--leaf);
  cursor: pointer;
  font-weight: 900;
}

.gallery-slider__count {
  display: flex;
  gap: 10px;
  color: var(--muted);
  font-weight: 900;
}

.gallery-slider__count span:first-child {
  color: var(--leaf);
}

.stay-notes {
  display: grid;
  align-items: center;
  gap: clamp(24px, 6vw, 82px);
  grid-template-columns: 0.9fr 1fr;
  padding-bottom: var(--section);
}

.stay-notes__grid {
  display: grid;
  gap: 12px;
}

.stay-notes__grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.stay-notes__grid article span {
  color: var(--terracotta);
  font-weight: 900;
}

.stay-notes__grid h3 {
  margin: 8px 0 8px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.stay-notes__grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.longstay-offers {
  display: grid;
  align-items: center;
  gap: clamp(24px, 6vw, 82px);
  grid-template-columns: 1fr 1fr;
  padding-bottom: var(--section);
}

.longstay-offers > div:first-child p:last-child {
  max-width: 620px;
  color: var(--muted);
}

.longstay-offers__grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.longstay-offers__grid article {
  display: grid;
  min-height: 180px;
  align-content: space-between;
  padding: 22px;
  border-radius: var(--radius);
  background: var(--leaf);
  color: #fff;
}

.longstay-offers__grid article:nth-child(2) {
  background: var(--terracotta);
}

.longstay-offers__grid article:nth-child(3) {
  background: #263b46;
}

.longstay-offers__grid span,
.longstay-offers__grid small {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 900;
}

.longstay-offers__grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 500;
  line-height: 1.05;
}

.site-footer {
  padding: 64px 0 28px;
  background: var(--ink);
  color: #fff;
}

.site-footer__inner,
.site-footer__bottom {
  width: var(--shell);
  margin-inline: auto;
}

.site-footer__inner {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.site-footer h2 {
  margin-bottom: 16px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p,
.site-footer a,
.site-footer__bottom {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer a {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
}

.brand--footer {
  color: #fff;
  margin-bottom: 18px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.86rem;
}

.page-hero,
.page-content {
  padding-top: 150px;
  padding-bottom: var(--section);
}

.gallery-page-hero {
  display: grid;
  align-items: end;
  gap: clamp(24px, 6vw, 96px);
  grid-template-columns: 1fr 0.78fr;
}

.page-hero p,
.page-content p,
.rich-text {
  max-width: 780px;
  color: var(--muted);
}

.experiences-landing {
  display: grid;
  align-items: start;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  padding-top: 142px;
  padding-bottom: var(--section);
}

.experiences-landing__copy h1 {
  margin-bottom: 32px;
  font-size: clamp(3.2rem, 5vw, 5.8rem);
}

.experiences-landing__copy > p {
  max-width: 680px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.75vw, 1.72rem);
  line-height: 1.55;
}

.experience-quick-list {
  display: grid;
  gap: 18px;
  padding: 28px 0 0;
  margin: 0;
  list-style: none;
}

.experience-quick-list li {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: 18px max-content minmax(0, 1fr);
  align-items: center;
  cursor: pointer;
}

.experience-quick-list li::before {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #dfa51c;
  content: "";
  grid-column: 1;
  grid-row: 1;
}

.experience-quick-list li span {
  grid-column: 2;
  grid-row: 1;
  color: #2b1d17;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 700;
}

.experience-quick-list li strong {
  grid-column: 3;
  grid-row: 1;
  color: #2b1d17;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
}

.experience-quick-list li.is-active strong {
  color: var(--terracotta);
}

.experience-featured-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: var(--section);
}

.experience-place {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.experience-place:hover,
.experience-place.is-active {
  background: var(--surface);
  border-color: rgba(23, 79, 56, 0.34);
  box-shadow: 0 16px 44px rgba(23, 32, 27, 0.1);
  transform: translateY(-1px);
}

.experience-place span,
.experience-detail-card div span {
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-place h2 {
  margin: 5px 0 8px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.22;
}

.experience-place p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.experience-place small {
  color: var(--leaf);
  font-weight: 900;
}

.interactive-map-wrap {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #d5eddf;
  box-shadow: var(--shadow);
}

.interactive-map {
  width: 100%;
  height: 100%;
  min-height: 660px;
}

.map-panel {
  position: absolute;
  z-index: 500;
  top: 18px;
  left: 18px;
  display: grid;
  max-width: min(360px, calc(100% - 36px));
  padding: 16px 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 38px rgba(23, 32, 27, 0.18);
  backdrop-filter: blur(14px);
}

.map-panel strong {
  color: var(--ink);
  font-size: 1.02rem;
}

.map-panel span {
  color: var(--muted);
}

.map-pin {
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--terracotta);
  box-shadow: 0 8px 22px rgba(23, 32, 27, 0.24);
}

.map-pin span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
}

.map-pin--villa {
  background: var(--leaf);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
}

.map-pin--villa span {
  width: auto;
  height: auto;
  background: transparent;
}

.experience-detail-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: var(--section);
}

.experience-detail-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.experience-detail-card div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.experience-detail-card div p {
  margin: 0;
  color: var(--leaf);
  font-size: 0.82rem;
  font-weight: 900;
}

.experience-detail-card h2 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.2;
}

.experience-detail-card > p,
.experience-detail-card em {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.experience-detail-card em {
  font-style: normal;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 30px;
}

.gallery-filter button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.gallery-filter button.is-active {
  background: var(--leaf);
  border-color: var(--leaf);
  color: #fff;
}

.gallery-masonry {
  display: grid;
  align-items: start;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: var(--section);
}

.gallery-tile {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius);
  background: var(--stone);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-tile.is-hidden {
  display: none;
}

.gallery-tile--large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 636px;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 340ms ease;
}

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

.gallery-tile figcaption {
  position: absolute;
  inset: auto 14px 14px;
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 6px;
  background: rgba(17, 37, 27, 0.78);
  color: #fff;
  backdrop-filter: blur(14px);
}

.gallery-tile figcaption span {
  color: #f4c17b;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-tile figcaption strong {
  font-size: 1rem;
}

.gallery-tile figcaption small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.villa-hero {
  position: relative;
  min-height: 76svh;
  color: #fff;
}

.villa-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(13, 25, 18, 0.72), rgba(13, 25, 18, 0.16));
}

.villa-hero__media {
  position: absolute;
  inset: 0;
}

.villa-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 76svh;
  align-content: end;
  padding-top: 150px;
  padding-bottom: 68px;
}

.villa-hero__content h1 {
  max-width: 760px;
  margin-bottom: 24px;
}

.villa-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.villa-specs span {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}

.villa-detail {
  display: grid;
  align-items: start;
  gap: clamp(28px, 6vw, 84px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  padding-block: var(--section);
}

.villa-detail__main {
  max-width: 760px;
}

.villa-detail__main > p,
.villa-detail__main li {
  color: var(--muted);
}

.villa-detail__main h2 {
  margin-top: 48px;
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.booking-card--sticky {
  position: sticky;
  top: 104px;
}

@media (max-width: 1040px) {
  .site-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .primary-nav {
    position: fixed;
    inset: 78px 16px auto;
    display: none;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    color: var(--ink);
    box-shadow: var(--shadow);
    justify-self: stretch;
  }

  .primary-nav.is-open {
    display: block;
  }

  .primary-nav__list {
    display: grid;
    gap: 16px;
    font-size: 1.12rem;
  }

  .nav-toggle {
    display: block;
  }

  .header-actions {
    display: none;
  }

  .hero__content,
  .intro,
  .experience__inner,
  .stay-notes,
  .longstay-offers,
  .villa-detail,
  .experiences-landing,
  .gallery-page-hero,
  .experience-featured-list {
    grid-template-columns: 1fr;
  }

  .interactive-map-wrap {
    position: relative;
    top: auto;
    min-height: 520px;
  }

  .interactive-map {
    min-height: 520px;
  }

  .hero__content {
    align-content: end;
  }

  .booking-card {
    max-width: 560px;
  }

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

  .experience-detail-grid,
  .gallery-masonry {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100vw - 28px, 1180px);
    --section: 72px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .site-header__inner {
    min-height: 68px;
  }

  .primary-nav {
    top: 68px;
  }

  .hero {
    min-height: auto;
  }

  .hero::after,
  .villa-hero::after {
    background: linear-gradient(180deg, rgba(13, 25, 18, 0.32), rgba(13, 25, 18, 0.86));
  }

  .hero__content {
    min-height: 100svh;
    padding-top: 108px;
    padding-bottom: 24px;
  }

  .hero__copy {
    padding-bottom: 0;
  }

  .hero__actions,
  .section-heading,
  .site-footer__bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button,
  .stay-notes .button {
    width: 100%;
  }

  .booking-card {
    max-width: none;
  }

  .booking-card__header,
  .booking-form {
    padding-inline: 18px;
  }

  .booking-form__grid,
  .stay-type__grid,
  .longstay-offers__grid,
  .metrics,
  .villa-grid,
  .experience-detail-grid,
  .gallery-masonry,
  .feature-list--columns,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .gallery-tile,
  .gallery-tile--large {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }

  .interactive-map-wrap,
  .interactive-map {
    min-height: 460px;
  }

  .experiences-landing {
    padding-top: 116px;
  }

  .experiences-landing__copy h1 {
    font-size: 3.05rem;
  }

  .experience-quick-list li {
    align-items: start;
  }

  .experience-quick-list li span,
  .experience-quick-list li strong {
    font-size: 1.05rem;
  }

  .experience-quick-list li strong {
    grid-column: 2;
    grid-row: 2;
    margin-left: 0;
  }

  .map-panel {
    right: 12px;
    left: 12px;
    top: 12px;
    max-width: none;
  }

  .section-heading {
    display: grid;
  }

  .section-heading > a {
    white-space: normal;
  }

  .villa-card__image {
    aspect-ratio: 1 / 1;
  }

  .experience__media img {
    aspect-ratio: 1 / 1.05;
  }

  .hero-slider {
    grid-template-columns: 1fr;
    gap: 2px;
    margin-top: 22px;
  }

  .hero-slider__dot {
    min-height: 34px;
    padding-top: 9px;
  }

  .gallery-slide img {
    aspect-ratio: 4 / 5;
  }

  .gallery-slide figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    font-size: 0.9rem;
  }

  .page-hero,
  .page-content,
  .villa-hero__content {
    padding-top: 116px;
  }

  .villa-hero,
  .villa-hero__content {
    min-height: 70svh;
  }

  .booking-card--sticky {
    position: static;
  }
}

/* ── Villa amenities grid ────────────────────────────────────────── */
.villa-amenities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.villa-amenities li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
}

.villa-amenities li::before {
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "✓";
  color: var(--pool);
  font-weight: 700;
  font-size: 0.8rem;
}

/* ── Villa policies block ────────────────────────────────────────── */
.villa-policies {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.villa-policy {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.villa-policy:last-child {
  border-bottom: none;
}

.villa-policy dt {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--leaf);
}

.villa-policy dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.villa-policy__note {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: #666;
}

/* ── Meal plan badge in booking card ────────────────────────────── */
.villa-meal-badge {
  display: inline-block;
  margin: 6px 0 0;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(23, 79, 56, 0.1);
  color: var(--leaf);
  font-size: 0.78rem;
  font-weight: 700;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 680px) {
  .villa-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .villa-policy {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
}
