@font-face {
  font-family: "RL Limo";
  src: url("./assets/site/rl-limo-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "RL Limo";
  src: url("./assets/site/rl-limo-italic.woff2") format("woff2");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Interstate";
  src: url("./assets/site/interstate-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Interstate";
  src: url("./assets/site/interstate-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700 900;
}

:root {
  --teal-950: #132f32;
  --teal-900: #1f3b3e;
  --teal-800: #25484b;
  --teal-700: #31585b;
  --parchment: #f5eee9;
  --parchment-deep: #e8ddd2;
  --paper: #faf7f3;
  --lime: #cbd589;
  --lime-soft: #dde4b2;
  --sky: #a9c8ce;
  --byte: #c7dbdf;
  --chilli: #b95033;
  --chilli-accessible: #ad472f;
  --chilli-hover: #963b26;
  --clay: #d18d7a;
  --black: #0a0d0f;
  --ink: #132f32;
  --ink-soft: #526766;
  --white: #f5eee9;
  --hairline: rgba(18, 52, 54, 0.18);
  --hairline-light: rgba(255, 250, 246, 0.24);
  --shadow: 0 28px 80px rgba(13, 41, 43, 0.16);
  --display: "RL Limo", Georgia, serif;
  --sans: "Interstate", "Trebuchet MS", sans-serif;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
  --header-height: 92px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  scrollbar-gutter: stable;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}

body.menu-open,
body.long-stay-open {
  overflow: hidden;
}

.route-redirect {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 32px;
  background: var(--teal-950);
  color: var(--white);
}

.route-redirect main {
  display: grid;
  width: min(100%, 620px);
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.route-redirect img {
  width: min(240px, 70vw);
  height: auto;
}

.route-redirect p {
  margin: 12px 0 -8px;
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.route-redirect h1 {
  font-size: clamp(2.8rem, 8vw, 5rem);
}

.route-redirect main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
}

.route-redirect main > div > a:not(.button) {
  align-self: center;
  border-bottom: 1px solid rgba(245, 238, 233, 0.45);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 180ms ease-out, color 180ms ease-out;
}

.route-redirect main > div > a:not(.button):hover {
  border-color: var(--lime);
  color: var(--lime);
}

.header-scroll-sentinel {
  position: absolute;
  top: 24px;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

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

img {
  object-fit: cover;
}

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

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

button,
select {
  cursor: pointer;
}

button {
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--teal-700);
  outline-offset: 4px;
}

.site-header :focus-visible,
.mobile-menu :focus-visible,
.hero :focus-visible,
.standard :focus-visible,
.system-section :focus-visible,
.owner-fit :focus-visible,
.owner-bridge :focus-visible,
.closing :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--lime);
}

::selection {
  background: var(--lime);
  color: var(--teal-950);
}

.shell {
  width: min(100% - 96px, 1440px);
  margin-inline: auto;
}

.section {
  padding-block: clamp(104px, 10vw, 168px);
}

#management,
#system,
#handover,
#villas,
#availability,
#standard,
#experiences,
#faq {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--lime);
  color: var(--teal-950);
  transform: translateY(-160%);
  transition: transform 180ms ease-out;
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--teal-700);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow--light {
  color: var(--white);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

h1 em,
h2 em,
h3 em {
  color: var(--lime);
  font-weight: 400;
}

h2 {
  font-size: clamp(3.5rem, 6.1vw, 6.7rem);
}

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

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: color 220ms ease-out, background 220ms ease-out, border-color 220ms ease-out, transform 220ms ease-out;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.text-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.button--light {
  background: var(--white);
  color: var(--teal-950);
}

.button--light:hover {
  background: var(--lime);
}

.button--dark {
  background: var(--teal-900);
  color: var(--white);
}

.button--dark:hover {
  background: var(--teal-700);
}

.button--small {
  min-height: 46px;
  padding: 12px 21px;
  font-size: 0.62rem;
}

.header-cta,
.stay-planner .button,
.owner-form-submit .button {
  background: var(--chilli-accessible);
  box-shadow: inset 0 0 0 2px var(--chilli);
  color: var(--white);
}

.header-cta:hover,
.stay-planner .button:hover,
.owner-form-submit .button:hover {
  background: var(--chilli-hover);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 200ms ease-out, gap 200ms ease-out;
}

.text-link:hover {
  color: var(--teal-700);
  gap: 15px;
}

.text-link--light {
  color: var(--white);
}

.text-link--light:hover {
  color: var(--lime);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  min-height: var(--header-height);
  grid-template-columns: 220px minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 26px;
  padding: 16px 38px;
  border-bottom: 1px solid var(--hairline-light);
  color: var(--white);
  transition: background 220ms ease-out, min-height 220ms ease-out, backdrop-filter 220ms ease-out;
}

.site-header.is-scrolled {
  min-height: 76px;
  background: rgba(13, 41, 43, 0.91);
  backdrop-filter: blur(15px);
}

.brand {
  display: inline-flex;
  width: 190px;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.1vw, 38px);
}

.desktop-nav a {
  position: relative;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease-out;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.audience-switch {
  display: flex;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--hairline-light);
  border-radius: 999px;
  background: rgba(13, 41, 43, 0.18);
}

.audience-switch :is(a, button) {
  padding: 8px 13px;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  white-space: nowrap;
  text-transform: uppercase;
  transition: background 180ms ease-out, color 180ms ease-out;
}

.audience-switch :is(a, button):hover,
.audience-switch a.is-active,
.audience-switch a.is-priority {
  background: var(--white);
  color: var(--teal-950);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.language-picker {
  position: relative;
  flex: 0 0 auto;
}

.language-trigger {
  display: inline-flex;
  min-width: 54px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid var(--hairline-light);
  border-radius: 999px;
  background: rgba(13, 41, 43, 0.25);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: border-color 180ms ease-out, background 180ms ease-out, color 180ms ease-out;
}

.language-trigger:hover,
.language-picker.is-open .language-trigger {
  border-color: rgba(215, 223, 135, 0.74);
  background: rgba(13, 41, 43, 0.66);
  color: var(--lime);
}

.language-trigger svg {
  width: 9px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 180ms ease-out;
}

.language-picker.is-open .language-trigger svg {
  transform: rotate(180deg);
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 208px;
  max-width: calc(100vw - 24px);
  padding: 8px;
  border: 1px solid rgba(18, 52, 54, 0.14);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 24px 64px rgba(13, 41, 43, 0.24);
  color: var(--teal-950);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  visibility: hidden;
  transition: opacity 180ms ease-out, transform 180ms ease-out, visibility 180ms ease-out;
  z-index: 2;
}

.language-picker.is-open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.language-menu a {
  display: grid;
  width: 100%;
  min-height: 48px;
  grid-template-columns: 42px 1fr;
  align-items: center;
  padding: 7px 10px;
  border-radius: 12px;
  background: transparent;
  color: var(--teal-950);
  text-align: left;
  transition: background 160ms ease-out, color 160ms ease-out;
}

.language-menu a:hover,
.language-menu a[aria-current="page"] {
  background: var(--lime-soft);
}

.language-menu a[aria-current="page"] {
  color: var(--teal-900);
}

.language-menu a > span {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.language-menu a > strong {
  font-size: 0.78rem;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--hairline-light);
  border-radius: 50%;
  background: rgba(13, 41, 43, 0.25);
}

.menu-toggle span {
  display: block;
  width: 17px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 200ms ease-out;
}

.menu-open .menu-toggle span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: none;
  padding: calc(var(--header-height) + 30px) 34px 34px;
  background: var(--teal-950);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: max(34px, env(safe-area-inset-bottom));
  transition: opacity 220ms ease-out;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4px;
  border: 1px solid var(--hairline-light);
  border-radius: 999px;
}

.mobile-audience a {
  padding: 12px;
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.mobile-audience a.is-active,
.mobile-audience a.is-priority {
  background: var(--white);
  color: var(--teal-950);
}

.mobile-long-stay {
  display: grid;
  width: 100%;
  min-height: 58px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
  padding: 12px 18px;
  border: 1px solid rgba(203, 213, 137, 0.8);
  border-radius: 18px;
  background: var(--lime);
  color: var(--teal-950);
  text-align: left;
  transition: background 180ms ease-out, transform 180ms ease-out;
}

.mobile-long-stay:hover {
  background: var(--lime-soft);
  transform: translateY(-1px);
}

.mobile-long-stay span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.mobile-long-stay small {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.76;
  text-transform: uppercase;
}

.mobile-primary {
  display: grid;
  margin-top: 36px;
  border-top: 1px solid var(--hairline-light);
}

.mobile-primary a {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--hairline-light);
  font-family: var(--display);
  font-size: 1.55rem;
}

.mobile-primary span {
  font-family: var(--sans);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mobile-contact {
  display: grid;
  gap: 8px;
  margin-top: auto;
  color: rgba(255, 250, 246, 0.72);
  font-size: 0.78rem;
}

.long-stay-dialog {
  position: fixed;
  top: calc(var(--header-height) + 16px);
  right: 24px;
  bottom: auto;
  left: auto;
  width: min(520px, calc(100vw - 48px));
  max-width: none;
  max-height: calc(100svh - var(--header-height) - 40px);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(18, 52, 54, 0.16);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(7, 28, 30, 0.34);
  color: var(--ink);
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateY(-12px) scale(0.985);
  transform-origin: top right;
  transition: opacity 220ms ease-out, transform 220ms var(--ease);
}

.long-stay-dialog[open] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.long-stay-dialog::backdrop {
  background: rgba(6, 28, 30, 0.58);
  backdrop-filter: blur(5px);
}

.long-stay-dialog__inner {
  position: relative;
  min-width: 0;
}

.long-stay-dialog__close {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 250, 246, 0.34);
  border-radius: 50%;
  background: rgba(13, 41, 43, 0.36);
  color: var(--white);
  transition: background 180ms ease-out, transform 180ms ease-out;
}

.long-stay-dialog__close:hover {
  background: rgba(13, 41, 43, 0.72);
  transform: rotate(4deg);
}

.long-stay-dialog__close svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.long-stay-dialog__intro {
  position: relative;
  padding: 38px 76px 38px 40px;
  background: var(--teal-950);
  color: var(--white);
  overflow: hidden;
}

.long-stay-dialog__intro::after {
  position: absolute;
  inset: 0;
  background-image: url("./assets/site/patterns/portals.svg");
  background-position: right -180px top -110px;
  background-repeat: no-repeat;
  background-size: 460px auto;
  content: "";
  opacity: 0.08;
  pointer-events: none;
}

.long-stay-dialog__intro > * {
  position: relative;
  z-index: 1;
}

.long-stay-dialog__eyebrow {
  margin: 0 0 24px;
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.long-stay-dialog__range {
  display: flex;
  max-width: 220px;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--lime);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.long-stay-dialog__range i {
  width: 100%;
  height: 1px;
  background: rgba(203, 213, 137, 0.54);
}

.long-stay-dialog__intro h2 {
  max-width: 430px;
  font-size: clamp(3rem, 4.1vw, 4rem);
}

.long-stay-dialog__intro h2 em {
  color: var(--lime);
}

.long-stay-dialog__intro > p:last-child {
  max-width: 410px;
  margin: 24px 0 0;
  color: rgba(255, 250, 246, 0.74);
  font-size: 0.82rem;
  line-height: 1.7;
}

.long-stay-form {
  padding: 30px 40px 38px;
}

.long-stay-form__title {
  margin: 0;
  font-family: var(--display);
  font-size: 2.15rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.long-stay-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  margin-top: 16px;
}

.long-stay-form label {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 5px;
  padding: 16px 0 11px;
  border-bottom: 1px solid var(--hairline);
}

.long-stay-form label > span {
  color: var(--teal-700);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.long-stay-form :is(input, select) {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.long-stay-form label:focus-within {
  border-color: var(--teal-700);
}

.long-stay-form label.is-invalid {
  border-color: #a1432f;
}

.long-stay-form label.is-invalid > span {
  color: #8d3425;
}

.long-stay-form__submit {
  width: 100%;
  margin-top: 26px;
}

.long-stay-form__disclosure {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 0.67rem;
  line-height: 1.55;
}

.long-stay-form .form-status {
  margin-bottom: 0;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(900px, 100svh);
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-shade,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-media {
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
}

.hero--guest .hero-media img {
  object-position: center 44%;
}

.hero--owner .hero-media img {
  object-position: center 48%;
  transform: scale(1.02);
}

.hero--b2b-first .hero-media img {
  object-position: center 52%;
  transform: scale(1.015);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 30, 31, 0.72) 0%, rgba(6, 30, 31, 0.33) 55%, rgba(6, 30, 31, 0.17) 100%),
    linear-gradient(0deg, rgba(6, 30, 31, 0.68) 0%, transparent 58%);
}

.hero--b2b-first .hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 30, 31, 0.88) 0%, rgba(6, 30, 31, 0.56) 57%, rgba(6, 30, 31, 0.31) 100%),
    linear-gradient(0deg, rgba(6, 30, 31, 0.78) 0%, transparent 68%);
}

.hero-grid {
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 33.333% 100%, 100% 33.333%;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(126px, 13vh, 160px);
}

.home-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100% - 96px, 1440px);
  grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
  align-items: end;
  gap: clamp(36px, 5vw, 84px);
  padding-bottom: clamp(118px, 12vh, 150px);
}

.home-hero-layout .hero-copy {
  min-width: 0;
  padding-bottom: 0;
}

.home-hero-layout .hero-copy h1 {
  max-width: 980px;
  font-size: clamp(4.6rem, min(6.7vw, 11.5svh), 7.35rem);
  line-height: 1;
}

.home-hero-layout .hero-copy > p:not(.eyebrow) {
  max-width: 660px;
}

.hero-guest-gateway {
  min-width: 0;
  padding: 28px 28px 24px;
  border: 1px solid rgba(245, 238, 233, 0.32);
  border-radius: 28px 28px 4px 28px;
  background: rgba(13, 41, 43, 0.82);
  box-shadow: 0 24px 70px rgba(6, 30, 31, 0.22);
  backdrop-filter: blur(14px);
}

.hero-guest-gateway__eyebrow {
  margin: 0 0 20px;
  color: var(--lime);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-guest-gateway h2 {
  margin: 0;
  font-size: clamp(2.3rem, 3vw, 3.3rem);
  line-height: 0.96;
}

.hero-guest-gateway h2 em {
  color: var(--lime-soft);
}

.hero-guest-gateway > p:not(.hero-guest-gateway__eyebrow) {
  margin: 22px 0 0;
  color: rgba(255, 250, 246, 0.76);
  font-size: 0.78rem;
  line-height: 1.65;
}

.hero-guest-gateway__actions {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid var(--hairline-light);
}

.hero-guest-gateway__actions :is(a, button) {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline-light);
  background: transparent;
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: left;
  text-transform: uppercase;
  transition: color 180ms ease-out, padding 180ms ease-out;
}

.hero-guest-gateway__actions :is(a, button):hover {
  padding-left: 7px;
  color: var(--lime);
}

.hero-copy h1 {
  max-width: min(100%, 1320px);
  font-size: clamp(4.8rem, min(8.6vw, 13.5svh), 9.3rem);
}

.hero--owner .hero-copy h1 {
  max-width: min(100%, 1320px);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(255, 250, 246, 0.88);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 36px;
}

.hero-foot {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 34px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-foot-line {
  width: 38px;
  height: 2px;
  background: var(--clay);
}

.availability-wrap {
  position: relative;
  z-index: 10;
  margin-top: 0;
}

.stay-planner {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 0.95fr) auto;
  align-items: stretch;
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.planner-intro,
.stay-planner label {
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 25px;
  border-right: 1px solid var(--hairline);
}

.planner-intro span,
.stay-planner label > span {
  color: var(--teal-700);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.planner-intro strong {
  margin-top: 8px;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.stay-planner input,
.stay-planner select {
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 650;
  outline: 0;
}

.stay-planner label:focus-within {
  background: rgba(169, 200, 206, 0.16);
}

.stay-planner input:focus-visible,
.stay-planner select:focus-visible {
  outline: 2px solid var(--teal-700);
  outline-offset: 4px;
}

.stay-planner .button {
  margin: 20px;
  white-space: nowrap;
}

.planner-note {
  margin: 13px 22px 0;
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.55;
  text-align: right;
}

.trust-strip {
  padding: 54px 0 40px;
  background: var(--byte);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.trust-list span {
  position: relative;
  padding: 24px 22px;
  border-right: 1px solid var(--hairline);
  color: var(--teal-700);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.trust-list span::before,
.outcome-strip > li::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--sky);
  content: "";
}

.trust-list span:last-child {
  border-right: 0;
}

.section-heading {
  margin-bottom: clamp(58px, 7vw, 96px);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.section-heading--split > p,
.section-heading--split > div:last-child > p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.section-heading--split > div:last-child > .text-link {
  margin-top: 28px;
}

.section-heading h2 em {
  color: var(--chilli);
}

.intent {
  padding-top: 116px;
}

.intent-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.93fr 0.93fr;
  gap: 18px;
}

.intent-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
}

.intent-card--tall {
  min-height: 660px;
}

.intent-card img {
  width: 100%;
  height: 100%;
  transition: transform 700ms var(--ease);
}

.intent-card:hover img,
.villa-image:hover img {
  transform: scale(1.035);
}

.card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 28, 29, 0.8) 0%, rgba(7, 28, 29, 0.06) 65%);
}

.intent-kicker,
.intent-copy,
.intent-card .arrow {
  position: absolute;
  z-index: 2;
}

.intent-kicker {
  top: 24px;
  left: 24px;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intent-copy {
  right: 56px;
  bottom: 28px;
  left: 24px;
  display: grid;
  gap: 8px;
}

.intent-copy strong {
  font-family: var(--display);
  font-size: clamp(2rem, 2.8vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.intent-copy small {
  max-width: 340px;
  color: rgba(255, 250, 246, 0.78);
  font-size: 0.78rem;
  line-height: 1.55;
}

.intent-card .arrow {
  right: 24px;
  bottom: 26px;
  font-size: 1.25rem;
  transition: transform 220ms ease-out;
}

.intent-card:hover .arrow {
  transform: translate(3px, -3px);
}

.villas {
  background: var(--paper);
}

.collection-tools {
  display: grid;
  justify-items: end;
  gap: 25px;
}

.filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter-list button {
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease-out, color 180ms ease-out;
}

.filter-list button:hover,
.filter-list button.is-active {
  background: var(--teal-900);
  color: var(--white);
}

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

.villa-card {
  min-width: 0;
  transition: opacity 260ms ease-out, transform 260ms ease-out;
}

.villa-card.is-filtered-out {
  display: none;
}

.villa-image {
  position: relative;
  display: block;
  height: clamp(360px, 40vw, 570px);
  margin-bottom: 24px;
  overflow: hidden;
}

.villa-card:nth-child(2n) .villa-image {
  height: clamp(320px, 35vw, 500px);
}

.villa-image img {
  width: 100%;
  height: 100%;
  transition: transform 700ms var(--ease);
}

.villa-image > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border: 2px solid var(--chilli);
  border-radius: 999px;
  background: var(--white);
  color: var(--teal-950);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.villa-card > p {
  margin: 0 0 8px;
  color: var(--teal-700);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.villa-card h3 {
  font-size: clamp(2.4rem, 3.6vw, 4rem);
  line-height: 1;
}

.villa-card h3 a:hover {
  color: var(--teal-700);
}

.villa-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--hairline);
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.villa-facts span:not(:last-child)::after {
  margin-left: 18px;
  color: rgba(18, 52, 54, 0.33);
  content: "·";
}

.standard,
.owner-fit {
  display: grid;
  min-height: 780px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  padding: 0;
  background: var(--teal-900);
  color: var(--white);
}

.standard-image,
.owner-fit-image {
  position: relative;
  min-width: 0;
  min-height: 680px;
}

.standard-image img,
.owner-fit-image img {
  width: 100%;
  height: 100%;
}

.standard-image > span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding-top: 14px;
  border-top: 1px solid var(--hairline-light);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.standard-copy,
.owner-fit-copy {
  display: flex;
  min-width: 0;
  max-width: 710px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px);
}

.standard-copy h2,
.owner-fit-copy h2 {
  font-size: clamp(3.8rem, 5.5vw, 6.4rem);
}

.standard-copy > p:not(.eyebrow),
.owner-fit-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 32px 0 0;
  color: rgba(255, 250, 246, 0.75);
}

.number-list {
  display: grid;
  margin: 44px 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline-light);
  list-style: none;
}

.number-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--hairline-light);
}

.number-list li > span {
  color: var(--lime);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.number-list div {
  display: grid;
  gap: 5px;
}

.number-list strong {
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
}

.number-list small {
  color: rgba(255, 250, 246, 0.66);
}

.experience-journal {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(88px, 10vw, 152px);
}

.experience-journal > * {
  min-width: 0;
}

.experience-label {
  margin: 0 0 20px;
  color: var(--teal-700);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.experience-feature {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  background: var(--teal-950);
  color: var(--white);
}

.experience-feature__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.experience-feature__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 30, 31, 0.58), transparent 48%);
  content: "";
  pointer-events: none;
}

.experience-feature__media img,
.experience-story__media img,
.experience-celebrations__media img {
  width: 100%;
  height: 100%;
}

.experience-feature__media > span {
  position: absolute;
  z-index: 1;
  bottom: 28px;
  left: 30px;
  color: var(--white);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.experience-feature__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(56px, 6.5vw, 104px);
}

.experience-feature__copy .experience-label,
.experience-logistics .experience-label,
.experience-final-cta .experience-label {
  color: var(--lime);
}

.experience-feature__copy h3,
.experience-logistics h3,
.experience-celebrations__copy h3,
.local-guide__heading h3,
.experience-final-cta h3 {
  font-size: clamp(4rem, 6vw, 7rem);
}

.experience-feature__copy h3 em,
.experience-logistics h3 em,
.experience-final-cta h3 em {
  color: var(--lime);
}

.experience-feature__copy > p:not(.experience-label, .experience-note) {
  max-width: 500px;
  margin: 30px 0 0;
  color: rgba(255, 250, 246, 0.78);
  line-height: 1.75;
}

.experience-facts {
  width: 100%;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.experience-facts li {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--hairline-light);
}

.experience-facts li:last-child {
  border-bottom: 1px solid var(--hairline-light);
}

.experience-facts span {
  color: rgba(255, 250, 246, 0.58);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-facts strong {
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
}

.experience-note {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.7;
}

.experience-feature__copy .experience-note {
  color: rgba(255, 250, 246, 0.62);
}

.experience-feature__copy .text-link {
  margin-top: 32px;
}

.experience-duo {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(28px, 5vw, 82px);
}

.experience-story {
  min-width: 0;
}

.experience-story--chef {
  padding-top: clamp(70px, 8vw, 124px);
}

.experience-story__media {
  height: clamp(560px, 56vw, 780px);
  overflow: hidden;
}

.experience-story--chef .experience-story__media {
  height: clamp(600px, 62vw, 860px);
}

.experience-story__copy {
  max-width: 610px;
  padding-top: 30px;
}

.experience-story__copy h3 {
  font-size: clamp(2.9rem, 4.2vw, 5.3rem);
}

.experience-story__copy > p:not(.experience-label) {
  max-width: 520px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.experience-inline-list {
  display: flex;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  list-style: none;
}

.experience-inline-list li {
  flex: 1;
  padding: 14px 0;
  color: var(--teal-700);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-inline-list li + li {
  padding-left: 18px;
  border-left: 1px solid var(--hairline);
}

.experience-logistics {
  padding: clamp(56px, 7vw, 108px);
  background: var(--teal-950);
  color: var(--white);
}

.experience-logistics__heading,
.local-guide__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(40px, 7vw, 110px);
}

.experience-logistics__heading > p,
.local-guide__heading > p {
  margin: 0;
  line-height: 1.8;
}

.experience-logistics__heading > p {
  color: rgba(255, 250, 246, 0.7);
}

.experience-logistics__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  align-items: stretch;
  gap: clamp(44px, 7vw, 110px);
  margin-top: clamp(62px, 7vw, 96px);
}

.experience-service-list {
  align-self: center;
}

.experience-service-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-top: 1px solid var(--hairline-light);
}

.experience-service-row:last-of-type {
  border-bottom: 1px solid var(--hairline-light);
}

.experience-service-row > span,
.experience-celebration-option > span,
.local-guide__group summary > span {
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.experience-service-row h4,
.experience-celebration-option h4 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.experience-service-row p,
.experience-celebration-option p {
  max-width: 580px;
  margin: 10px 0 0;
  color: rgba(255, 250, 246, 0.67);
  font-size: 0.84rem;
  line-height: 1.7;
}

.experience-safety {
  max-width: 620px;
  margin: 22px 0 0 82px;
  color: rgba(255, 250, 246, 0.54);
  font-size: 0.7rem;
}

.experience-logistics__media {
  position: relative;
  min-height: 650px;
}

.experience-logistics__driver {
  width: 100%;
  height: 100%;
}

.experience-logistics__scooter {
  position: absolute;
  right: -18px;
  bottom: 28px;
  width: min(62%, 310px);
  height: auto;
  aspect-ratio: 830 / 624;
  border: 8px solid var(--teal-950);
  box-shadow: var(--shadow);
}

.experience-celebrations {
  display: grid;
  min-height: 800px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: var(--clay);
}

.experience-celebrations__media {
  min-width: 0;
}

.experience-celebrations__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 112px);
}

.experience-celebrations__copy h3 em {
  color: var(--teal-950);
}

.experience-celebrations__copy h3 {
  font-size: clamp(4rem, 5.6vw, 6.4rem);
}

.experience-celebrations__copy .experience-label {
  color: var(--teal-950);
}

.local-guide__heading h3 em {
  color: var(--chilli-hover);
}

.experience-celebrations__copy > p:not(.experience-label) {
  max-width: 520px;
  margin: 26px 0 30px;
  color: var(--teal-950);
  line-height: 1.75;
}

.experience-celebration-option {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 0;
  border-top: 1px solid rgba(19, 47, 50, 0.26);
}

.experience-celebration-option:last-child {
  border-bottom: 1px solid rgba(19, 47, 50, 0.26);
}

.experience-celebration-option > span {
  color: var(--teal-950);
}

.experience-celebration-option p {
  color: var(--teal-950);
}

.local-guide {
  padding: clamp(56px, 7vw, 108px);
  background: var(--paper);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.local-guide__heading > p {
  color: var(--ink-soft);
}

.local-guide__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(36px, 6vw, 92px);
  margin-top: clamp(62px, 7vw, 96px);
}

.local-guide__group {
  border-top: 1px solid var(--hairline);
}

.local-guide__group:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--hairline);
}

.local-guide__group summary {
  display: grid;
  min-height: 92px;
  grid-template-columns: 48px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}

.local-guide__group summary::-webkit-details-marker {
  display: none;
}

.local-guide__group summary > span {
  color: var(--teal-700);
}

.local-guide__group summary strong {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
  transition: color 180ms ease-out;
}

.local-guide__group summary:hover strong {
  color: var(--chilli-hover);
}

.local-guide__group summary i {
  position: relative;
  width: 18px;
  height: 18px;
}

.local-guide__group summary i::before,
.local-guide__group summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease-out;
}

.local-guide__group summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.local-guide__group[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.local-guide__group > div {
  padding: 0 24px 28px 62px;
}

.local-guide__group p {
  margin: 0;
  color: var(--ink);
  line-height: 1.75;
}

.local-guide__group small {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.experience-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: clamp(44px, 8vw, 130px);
  padding: clamp(56px, 7vw, 104px);
  background: var(--teal-800);
  color: var(--white);
}

.experience-final-cta h3 {
  max-width: 780px;
}

.experience-final-cta > div:last-child > p {
  margin: 0 0 30px;
  color: rgba(255, 250, 246, 0.72);
  line-height: 1.8;
}

.scope-item > span {
  color: var(--teal-700);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.owner-bridge {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  padding: 0;
  background: var(--teal-800);
  color: var(--white);
}

.owner-bridge-image img {
  width: 100%;
  height: 100%;
}

.owner-bridge-image,
.owner-bridge-copy {
  min-width: 0;
}

.owner-bridge-copy {
  display: flex;
  max-width: 850px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px);
}

.owner-bridge-copy h2 {
  max-width: 100%;
  font-size: clamp(3.5rem, 5.2vw, 6rem);
}

.owner-bridge-copy > p:not(.eyebrow) {
  max-width: 630px;
  margin: 30px 0 36px;
  color: rgba(255, 250, 246, 0.74);
}

.faq-list {
  border-top: 1px solid var(--hairline);
}

.faq-list details {
  border-bottom: 1px solid var(--hairline);
}

.faq-list summary {
  position: relative;
  padding: 28px 58px 28px 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.6vw, 2.65rem);
  line-height: 1.15;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  font-family: var(--sans);
  font-size: 1.25rem;
  content: "+";
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 0 30px;
  color: var(--ink-soft);
}

.closing {
  position: relative;
  display: grid;
  min-height: 760px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
}

.closing > img,
.closing-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.closing-shade {
  background: linear-gradient(90deg, rgba(7, 29, 30, 0.76), rgba(7, 29, 30, 0.25)), linear-gradient(0deg, rgba(7, 29, 30, 0.6), transparent);
}

.closing-copy {
  position: relative;
  z-index: 2;
  width: min(100% - 96px, 1440px);
}

.closing-copy h2 {
  max-width: 1000px;
  font-size: clamp(4.5rem, 8.4vw, 9rem);
}

.closing-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 42px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(150px, 0.55fr));
  gap: 54px;
  padding: 84px 48px 32px;
  background: var(--teal-950);
  color: var(--white);
}

.footer-brand img {
  width: 220px;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  margin: 22px 0 0;
  color: rgba(255, 250, 246, 0.6);
  font-family: var(--display);
  font-size: 1.45rem;
}

.footer-group {
  display: grid;
  align-content: start;
  gap: 11px;
  font-size: 0.77rem;
}

.footer-group strong {
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 0.59rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-group a {
  color: rgba(255, 250, 246, 0.72);
  transition: color 180ms ease-out;
}

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

.footer-legal {
  grid-column: 1 / -1;
  margin: 40px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--hairline-light);
  color: rgba(255, 250, 246, 0.62);
  font-size: 0.67rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mobile-sticky-cta {
  display: none;
}

/* Owner page */

.page--owner .hero-shade {
  background: linear-gradient(90deg, rgba(6, 30, 31, 0.84), rgba(6, 30, 31, 0.44) 62%, rgba(6, 30, 31, 0.25)), linear-gradient(0deg, rgba(6, 30, 31, 0.72), transparent 64%);
}

.owner-manifesto .section-heading {
  margin-bottom: 86px;
}

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  list-style: none;
}

.outcome-strip > li {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 240px;
  align-content: start;
  gap: 12px;
  padding: 30px;
  border-right: 1px solid var(--hairline);
}

.outcome-strip > li:last-child {
  border-right: 0;
}

.outcome-strip span {
  color: var(--teal-700);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.outcome-strip strong {
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
}

.outcome-strip small {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.management-scope {
  background: var(--paper);
}

.home-management-scope .section-heading {
  margin-bottom: 76px;
}

.home-management-scope .scope-item {
  min-height: 390px;
}

.home-management-scope .scope-item h3 {
  margin-top: 44px;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
}

.home-guest-intro {
  padding-bottom: 58px;
}

.home-guest-intro .section-heading {
  margin-bottom: 0;
}

.home-guest-intro .section-heading > p {
  max-width: 540px;
}

.scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
}

.scope-item {
  min-height: 520px;
  padding: 38px 42px;
  border-right: 1px solid var(--hairline);
}

.scope-item:last-child {
  border-right: 0;
}

.scope-item h3 {
  margin-top: 56px;
  font-size: clamp(2.6rem, 3.8vw, 4.4rem);
}

.scope-item p {
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.scope-item ul {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
  list-style: none;
}

.scope-item li {
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.system-section {
  background: var(--teal-900);
  color: var(--white);
}

.system-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 80px;
}

.system-heading h2 {
  font-size: clamp(4rem, 7.2vw, 7.8rem);
}

.system-heading > p {
  color: rgba(255, 250, 246, 0.68);
}

.system-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
}

.system-list {
  border-top: 1px solid var(--hairline-light);
}

.system-row {
  display: grid;
  width: 100%;
  grid-template-columns: 44px 1fr 22px;
  align-items: center;
  gap: 18px;
  padding: 24px 2px;
  border-bottom: 1px solid var(--hairline-light);
  background: transparent;
  color: rgba(255, 250, 246, 0.68);
  text-align: left;
  transition: color 220ms ease-out, padding 220ms ease-out;
}

.system-row.is-active {
  padding-left: 12px;
  color: var(--white);
}

@media (hover: hover) and (pointer: fine) {
  .system-row:hover {
    padding-left: 12px;
    color: var(--white);
  }
}

.system-row > span:first-child {
  color: var(--lime);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.system-row > span:nth-child(2) {
  display: grid;
  gap: 7px;
}

.system-row strong {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.system-row small {
  font-size: 0.75rem;
}

.system-row > span:last-child {
  font-size: 1.1rem;
}

.system-visual {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  background: var(--teal-950);
  isolation: isolate;
}

.system-visual__gallery {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 4px;
  background: var(--teal-950);
}

.system-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  opacity: 0.78;
  transition: opacity 260ms ease-out;
}

.system-photo::after {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  content: "";
  pointer-events: none;
  transition: border-color 260ms ease-out, box-shadow 260ms ease-out;
}

.system-photo.is-active {
  opacity: 1;
}

.system-photo.is-active::after {
  border-color: var(--lime);
  box-shadow: inset 0 0 0 1px rgba(31, 59, 62, 0.35);
}

.system-photo img {
  width: 100%;
  height: 100%;
  transform: scale(1.035);
  transition: transform 520ms var(--ease), filter 260ms ease-out;
}

.system-photo:not(.is-active) img {
  filter: saturate(0.84) contrast(0.95);
}

.system-photo.is-active img {
  transform: scale(1);
}

.system-photo__label {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  background: rgba(18, 48, 50, 0.8);
  color: rgba(255, 250, 246, 0.82);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background 260ms ease-out, color 260ms ease-out;
}

.system-photo__label span {
  color: var(--lime);
  font-weight: 800;
}

.system-photo__label strong {
  font-weight: 800;
  white-space: normal;
}

.system-photo.is-active .system-photo__label {
  background: var(--lime);
  color: var(--teal-950);
}

.system-photo.is-active .system-photo__label span {
  color: inherit;
}

.system-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--hairline-light);
  color: var(--white);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-visual figcaption::before {
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: -22px;
  left: -22px;
  height: 150px;
  background: linear-gradient(0deg, rgba(13, 39, 41, 0.92), rgba(13, 39, 41, 0));
  content: "";
  pointer-events: none;
}

#system-caption {
  max-width: 78%;
}

#system-count {
  flex: 0 0 auto;
  color: var(--lime);
}

.owner-clarity {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 80px;
}

.clarity-copy,
.report-visual {
  min-width: 0;
}

.clarity-copy h2 {
  font-size: clamp(3.7rem, 5.2vw, 6rem);
}

.clarity-copy h2 em {
  color: var(--chilli);
}

.clarity-copy > p:not(.eyebrow) {
  margin: 30px 0 36px;
  color: var(--ink-soft);
}

.report-visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--teal-900);
  isolation: isolate;
}

.report-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 41, 43, 0.04) 48%, rgba(13, 41, 43, 0.88) 100%);
  content: "";
  pointer-events: none;
}

.report-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
}

.report-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 250, 246, 0.42);
  color: var(--white);
}

.report-visual figcaption span {
  grid-column: 1 / -1;
  color: var(--lime);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.report-visual figcaption strong {
  min-width: 0;
  font-family: var(--display);
  font-size: clamp(2.15rem, 3.5vw, 3.5rem);
  font-weight: 400;
  line-height: 0.95;
}

.report-visual figcaption small {
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partnership {
  background: var(--paper);
}

.process-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hairline);
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 40px;
  padding: 36px 0;
  border-bottom: 1px solid var(--hairline);
}

.process-list li > span {
  color: var(--teal-700);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.process-list li > div {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(280px, 1.2fr);
  gap: 40px;
}

.process-list strong {
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
}

.process-list p {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
}

.fit-list {
  display: grid;
  margin-top: 52px;
  border-top: 1px solid var(--hairline-light);
}

.fit-list > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  padding: 23px 0;
  border-bottom: 1px solid var(--hairline-light);
}

.fit-list span {
  color: var(--lime);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.fit-list p {
  margin: 0;
  color: rgba(255, 250, 246, 0.78);
}

.owner-contact {
  position: relative;
  overflow: hidden;
  padding-block: clamp(104px, 10vw, 168px);
  background: var(--lime-soft);
}

.owner-contact-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: url("./assets/site/patterns/portals.svg");
  background-size: 560px auto;
}

.owner-contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 0.78fr);
  align-items: start;
  gap: clamp(64px, 9vw, 132px);
}

.owner-contact-inner,
.owner-direct-contact {
  min-width: 0;
}

.owner-contact-inner > img {
  width: 90px;
  height: auto;
  margin: 0 0 34px;
  object-fit: contain;
}

.owner-contact-inner h2 {
  font-size: clamp(3.9rem, 6.2vw, 7rem);
}

.owner-contact-inner h2 em {
  color: var(--chilli);
}

.owner-contact-inner > p:not(.eyebrow) {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--ink-soft);
}

.owner-direct-contact {
  display: grid;
  gap: 9px;
  max-width: 520px;
  margin-top: 46px;
  padding-top: 25px;
  border-top: 1px solid var(--hairline);
}

.owner-direct-contact span,
.owner-form-heading > span,
.owner-lead-form label > span {
  color: var(--teal-700);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.owner-direct-contact a {
  width: fit-content;
  border-bottom: 1px solid transparent;
  font-size: 0.8rem;
  transition: border-color 180ms ease-out, color 180ms ease-out;
}

.owner-direct-contact a:hover {
  border-color: currentColor;
  color: var(--teal-700);
}

.owner-lead-form {
  min-width: 0;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid var(--hairline);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.owner-form-heading {
  display: grid;
  gap: 8px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--hairline);
}

.owner-form-heading strong {
  font-family: var(--display);
  font-size: clamp(2.3rem, 3.5vw, 3.6rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.owner-form-heading small {
  color: var(--ink-soft);
  font-size: 0.69rem;
}

.owner-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.owner-lead-form label {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 21px 0 14px;
  border-bottom: 1px solid var(--hairline);
}

.owner-form-wide {
  grid-column: 1 / -1;
}

.owner-lead-form input,
.owner-lead-form select,
.owner-lead-form textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}

.owner-lead-form input,
.owner-lead-form select {
  min-height: 40px;
}

.owner-lead-form textarea {
  resize: vertical;
  line-height: 1.55;
}

.owner-lead-form textarea::placeholder {
  color: color-mix(in srgb, var(--ink-soft) 70%, transparent);
}

.owner-lead-form label:focus-within {
  border-color: var(--teal-700);
}

.owner-lead-form label.is-invalid {
  border-color: #a1432f;
}

.owner-lead-form label.is-invalid > span {
  color: #8d3425;
}

.owner-form-submit {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.owner-form-submit p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.55;
}

.form-status {
  min-height: 1.4em;
  margin: 16px 0 0;
  color: #8d3425;
  font-size: 0.72rem;
  font-weight: 700;
}

.form-status.is-success {
  color: var(--teal-700);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: 200px 1fr auto auto;
    gap: 20px;
    padding-inline: 28px;
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 0.57rem;
  }

  .audience-switch :is(a, button) {
    padding-inline: 8px;
    font-size: 0.53rem;
  }

  .stay-planner {
    grid-template-columns: 1.2fr repeat(4, 0.8fr) auto;
  }

  .stay-planner .button {
    padding-inline: 20px;
  }
}

@media (min-width: 1381px) and (max-width: 1750px) {
  .site-header {
    grid-template-columns: 180px minmax(0, 1fr) auto auto;
    gap: 16px;
    padding-inline: 24px;
  }

  .brand {
    width: 170px;
  }

  .desktop-nav {
    gap: clamp(10px, 1.2vw, 20px);
  }

  .desktop-nav a {
    font-size: 0.61rem;
    letter-spacing: 0.1em;
  }

  .audience-switch :is(a, button) {
    padding-inline: 9px;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  .header-tools {
    gap: 8px;
  }

  .header-cta.button--small {
    padding-inline: 16px;
    font-size: 0.6rem;
  }
}

@media (min-width: 1381px) and (max-width: 1600px) {
  .header-cta {
    display: none;
  }
}

@media (max-width: 1380px) {
  .site-header {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 16px;
    padding-inline: 24px;
  }

  .desktop-nav,
  .audience-switch,
  .header-cta {
    display: none;
  }

  .header-tools {
    flex: 0 0 auto;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .audience-switch,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .language-trigger {
    width: 50px;
    min-width: 50px;
    height: 50px;
    padding: 0;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1120px) {

  .stay-planner {
    grid-template-columns: 1.2fr repeat(2, 1fr);
  }

  .planner-intro {
    grid-row: span 2;
  }

  .stay-planner .button {
    margin: 16px;
  }

  .intent-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intent-card--tall {
    grid-row: span 2;
  }

  .intent-card {
    min-height: 400px;
  }

  .intent-card--tall {
    min-height: 818px;
  }

  .site-footer {
    grid-template-columns: 1.3fr 1fr 1fr;
    padding-inline: 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .standard-copy,
  .owner-fit-copy,
  .owner-bridge-copy {
    padding: 70px;
  }

  .scope-item {
    padding-inline: 28px;
  }

  .system-layout,
  .owner-clarity {
    gap: 42px;
  }

  .owner-contact-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
  }

  .owner-contact-inner {
    max-width: 780px;
  }
}

@media (min-width: 901px) {
  .hero--b2b-first {
    padding-top: calc(var(--header-height) + clamp(24px, 3vh, 40px));
  }

  html[lang="es"] .hero-copy h1,
  html[lang="id"] .hero-copy h1 {
    font-size: clamp(4.5rem, min(7.6vw, 12.5svh), 8.3rem);
  }

  html[lang="id"] .hero--guest .hero-copy h1 {
    max-width: min(100%, 1320px);
  }

  html[lang="id"] .owner-fit-copy h2 {
    font-size: clamp(3rem, 4vw, 5.5rem);
  }

  html[lang="es"] .hero--b2b-first .hero-copy h1,
  html[lang="id"] .hero--b2b-first .hero-copy h1 {
    font-size: clamp(4rem, min(5.8vw, 10.2svh), 6.35rem);
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 80px;
  }

  .shell,
  .closing-copy {
    width: min(100% - 48px, 1440px);
  }

  .section {
    padding-block: 100px;
  }

  .site-header {
    min-height: var(--header-height);
    grid-template-columns: 1fr auto;
    padding: 14px 24px;
  }

  .site-header.is-scrolled {
    background: rgba(13, 41, 43, 0.97);
    backdrop-filter: none;
  }

  .brand {
    width: 172px;
  }

  .audience-switch,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
  }

  .hero {
    min-height: 840px;
  }

  .hero-copy {
    padding-bottom: 138px;
  }

  .hero-copy h1 {
    font-size: clamp(4.8rem, 13vw, 7rem);
  }

  .hero--owner .hero-copy h1 {
    font-size: clamp(4.5rem, 11.8vw, 6.5rem);
  }

  .hero--b2b-first {
    min-height: max(100svh, 1160px);
  }

  .home-hero-layout {
    width: min(100% - 48px, 1440px);
    grid-template-columns: minmax(0, 1fr);
    align-self: stretch;
    align-content: end;
    gap: 30px;
    padding-top: calc(var(--header-height) + 40px);
    padding-bottom: 94px;
  }

  .home-hero-layout .hero-copy {
    max-width: 780px;
    padding-bottom: 0;
  }

  .home-hero-layout .hero-copy h1,
  html[lang="es"] .hero--b2b-first .hero-copy h1,
  html[lang="id"] .hero--b2b-first .hero-copy h1 {
    font-size: clamp(3.75rem, 10.4vw, 5.7rem);
  }

  .hero-guest-gateway {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: end;
    gap: 24px;
    padding: 24px 26px;
    border-radius: 24px 24px 4px 24px;
  }

  .hero-guest-gateway__eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -8px;
  }

  .hero-guest-gateway h2 {
    font-size: clamp(2.1rem, 5vw, 3.2rem);
  }

  .hero-guest-gateway > p:not(.hero-guest-gateway__eyebrow),
  .hero-guest-gateway__actions {
    margin-top: 0;
  }

  .availability-wrap {
    margin-top: 0;
  }

  .stay-planner {
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
  }

  .planner-intro {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 96px;
  }

  .stay-planner label {
    min-height: 94px;
  }

  .stay-planner .button {
    grid-column: 1 / -1;
    margin: 16px;
  }

  .trust-list {
    grid-template-columns: 1fr 1fr;
  }

  .trust-list span:nth-child(2) {
    border-right: 0;
  }

  .trust-list span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--hairline);
  }

  .section-heading--split,
  .system-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }

  .collection-tools {
    justify-items: start;
  }

  .filter-list {
    justify-content: flex-start;
  }

  .standard,
  .owner-fit,
  .owner-bridge {
    grid-template-columns: 1fr;
  }

  .standard-image,
  .owner-fit-image,
  .owner-bridge-image {
    min-height: 560px;
  }

  .standard-copy,
  .owner-fit-copy,
  .owner-bridge-copy {
    max-width: none;
    padding: 92px 48px;
  }

  .experience-feature,
  .experience-celebrations {
    grid-template-columns: 1fr;
  }

  .experience-feature__media,
  .experience-celebrations__media {
    min-height: 620px;
  }

  .experience-feature__copy,
  .experience-celebrations__copy {
    padding: 72px 48px;
  }

  .experience-duo {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .experience-story--chef {
    padding-top: 70px;
  }

  .experience-story__media,
  .experience-story--chef .experience-story__media {
    height: 620px;
  }

  .experience-logistics,
  .local-guide {
    padding: 72px 48px;
  }

  .experience-logistics__heading,
  .local-guide__heading,
  .experience-final-cta {
    grid-template-columns: 1fr;
  }

  .experience-logistics__heading > p,
  .local-guide__heading > p {
    max-width: 620px;
  }

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

  .experience-logistics__media {
    min-height: 560px;
  }

  .experience-logistics__scooter {
    right: 22px;
  }

  .experience-final-cta {
    align-items: start;
    padding: 72px 48px;
  }

  .experience-final-cta > div:last-child {
    max-width: 620px;
  }

  .site-footer {
    grid-template-columns: 1.3fr 1fr 1fr;
    padding-inline: 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

  .outcome-strip > li:nth-child(2),
  .scope-item:nth-child(2) {
    border-right: 0;
  }

  .outcome-strip > li:nth-child(-n + 2),
  .scope-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--hairline);
  }

  .scope-item:last-child {
    grid-column: 1 / -1;
  }

  .system-layout,
  .owner-clarity {
    grid-template-columns: minmax(0, 1fr);
  }

  .system-visual {
    min-height: 0;
    aspect-ratio: 6 / 5;
  }

  .owner-clarity {
    gap: 68px;
  }

  .report-visual {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .owner-contact-layout {
    gap: 56px;
  }

  .process-list li > div {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 660px) {
  .shell,
  .closing-copy {
    width: min(100% - 36px, 1440px);
  }

  .section {
    padding-block: 82px;
  }

  .standard,
  .owner-fit,
  .owner-bridge {
    padding: 0;
  }

  .site-header {
    padding-inline: 18px;
  }

  .brand {
    width: 154px;
  }

  .header-tools {
    gap: 8px;
  }

  .language-trigger,
  .menu-toggle {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }

  .language-menu {
    right: -54px;
    width: min(208px, calc(100vw - 36px));
  }

  .long-stay-dialog {
    top: 12px;
    right: 12px;
    width: calc(100% - 24px);
    max-height: calc(100svh - 24px);
    border-radius: 20px;
  }

  .long-stay-dialog__close {
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
  }

  .long-stay-dialog__intro {
    padding: 30px 24px;
  }

  .long-stay-dialog__eyebrow {
    margin-bottom: 20px;
    padding-right: 54px;
  }

  .long-stay-dialog__range {
    margin-bottom: 18px;
  }

  .long-stay-dialog__intro h2 {
    font-size: clamp(2.65rem, 13vw, 3.6rem);
  }

  .long-stay-dialog__intro > p:last-child {
    margin-top: 20px;
    font-size: 0.78rem;
  }

  .long-stay-form {
    padding: 26px 24px 30px;
  }

  .long-stay-form__title {
    font-size: 1.95rem;
  }

  .long-stay-form__grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 12px;
  }

  .long-stay-form label {
    padding-block: 13px 9px;
  }

  .long-stay-form__submit {
    margin-top: 22px;
  }

  .eyebrow {
    margin-bottom: 16px;
  }

  h2 {
    font-size: clamp(3.2rem, 15vw, 4.6rem);
  }

  .hero {
    min-height: 790px;
  }

  .hero--guest .hero-media img {
    object-position: center;
  }

  .hero--owner .hero-media img {
    object-position: center;
  }

  .hero--b2b-first {
    min-height: max(100svh, 1180px);
  }

  .hero--b2b-first .hero-media img {
    object-position: 56% center;
  }

  .home-hero-layout {
    width: min(100% - 36px, 1440px);
    gap: 26px;
    padding-bottom: 70px;
  }

  .home-hero-layout .hero-copy {
    padding-bottom: 0;
  }

  .home-hero-layout .hero-copy h1,
  html[lang="es"] .hero--b2b-first .hero-copy h1,
  html[lang="id"] .hero--b2b-first .hero-copy h1 {
    font-size: clamp(2.65rem, 12.9vw, 4rem);
    line-height: 1;
  }

  .home-hero-layout .hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .home-hero-layout .hero-actions {
    margin-top: 26px;
  }

  .hero-guest-gateway {
    display: block;
    padding: 22px;
    border-radius: 20px 20px 4px 20px;
    backdrop-filter: none;
  }

  .hero-guest-gateway__eyebrow {
    margin-bottom: 14px;
  }

  .hero-guest-gateway h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .hero-guest-gateway > p:not(.hero-guest-gateway__eyebrow) {
    margin-top: 16px;
    font-size: 0.73rem;
  }

  .hero-guest-gateway__actions {
    margin-top: 17px;
  }

  .hero-guest-gateway__actions :is(a, button) {
    padding-block: 11px;
    font-size: 0.57rem;
  }

  .hero--b2b-first .hero-foot {
    display: none;
  }

  .home-guest-intro {
    padding-bottom: 42px;
  }

  .hero-copy {
    padding-bottom: 130px;
  }

  .hero-copy h1,
  .hero--owner .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.65rem, 14vw, 4.8rem);
    line-height: 0.9;
    hyphens: none;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }

  html[lang="es"] .hero--guest .hero-copy h1 {
    font-size: clamp(2.55rem, 13.5vw, 4.6rem);
  }

  html[lang="id"] .hero--owner .hero-copy h1 {
    font-size: clamp(2.1rem, 10.8vw, 3.8rem);
  }

  .hero-copy > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 0.92rem;
  }

  .hero-actions,
  .closing-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .hero-actions .button,
  .closing-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .hero-actions .text-link,
  .closing-actions .text-link,
  .contact-actions .text-link {
    align-self: center;
  }

  .hero-foot {
    bottom: 22px;
    gap: 10px;
    font-size: 0.54rem;
  }

  .hero-foot-line {
    width: 20px;
  }

  .availability-wrap {
    width: calc(100% - 24px);
  }

  .planner-note {
    margin-inline: 10px;
    text-align: left;
  }

  .stay-planner {
    grid-template-columns: 1fr;
  }

  .stay-planner .button {
    width: calc(100% - 32px);
    min-width: 0;
    margin: 16px;
    padding-inline: 16px;
    justify-content: center;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .planner-intro,
  .stay-planner label,
  .stay-planner .button {
    grid-column: auto;
  }

  .planner-intro,
  .stay-planner label {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .trust-list span {
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .trust-list span:last-child {
    border-bottom: 0;
  }

  .intent {
    padding-top: 82px;
  }

  .section-heading {
    margin-bottom: 52px;
  }

  .intent-grid,
  .villa-grid {
    grid-template-columns: 1fr;
  }

  .intent-card,
  .intent-card--tall {
    min-height: 520px;
    grid-row: auto;
  }

  .villa-grid {
    gap: 56px;
  }

  .villa-image,
  .villa-card:nth-child(2n) .villa-image {
    height: 430px;
  }

  .filter-list {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .standard-image,
  .owner-fit-image,
  .owner-bridge-image {
    min-height: 450px;
  }

  .standard-copy,
  .owner-fit-copy,
  .owner-bridge-copy {
    padding: 82px 24px;
  }

  .standard-copy h2,
  .owner-bridge-copy h2 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
    hyphens: none;
    overflow-wrap: normal;
  }

  .owner-fit-copy h2 {
    max-width: 100%;
    font-size: clamp(2.75rem, 12vw, 4rem);
    hyphens: none;
    overflow-wrap: normal;
  }

  html[lang="id"] .owner-fit-copy h2 {
    font-size: clamp(2rem, 10.4vw, 3.4rem);
  }

  .experiences h2 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .experience-journal {
    gap: 72px;
  }

  .experience-feature__media,
  .experience-celebrations__media {
    min-height: 430px;
  }

  .experience-feature__copy,
  .experience-celebrations__copy,
  .experience-logistics,
  .local-guide,
  .experience-final-cta {
    padding: 52px 24px;
  }

  .experience-feature__copy h3,
  .experience-logistics h3,
  .local-guide__heading h3,
  .experience-final-cta h3 {
    font-size: clamp(3.2rem, 15vw, 4.8rem);
  }

  .experience-celebrations__copy h3 {
    font-size: clamp(3rem, 14vw, 4.45rem);
  }

  .experience-facts li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .experience-duo,
  .local-guide__grid {
    grid-template-columns: 1fr;
  }

  .experience-story--chef {
    padding-top: 24px;
  }

  .experience-story__media,
  .experience-story--chef .experience-story__media {
    height: 520px;
  }

  .experience-story__copy h3 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .experience-logistics__heading,
  .local-guide__heading {
    gap: 28px;
  }

  .experience-logistics__layout {
    gap: 42px;
    margin-top: 48px;
  }

  .experience-service-row {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .experience-safety {
    margin-left: 54px;
  }

  .experience-logistics__media {
    min-height: 430px;
  }

  .experience-logistics__scooter {
    right: 0;
    bottom: 18px;
    width: 58%;
    border-width: 6px;
  }

  .experience-celebration-option {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .local-guide__grid {
    margin-top: 46px;
  }

  .local-guide__group:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .local-guide__group:last-child {
    border-bottom: 1px solid var(--hairline);
  }

  .local-guide__group summary {
    grid-template-columns: 28px minmax(0, 1fr) 18px;
    gap: 8px;
  }

  .local-guide__group > div {
    padding-left: 52px;
  }

  .experience-final-cta {
    gap: 32px;
  }

  .experience-final-cta h3 {
    font-size: clamp(2.45rem, 12.5vw, 4rem);
  }

  .closing {
    min-height: 720px;
  }

  .closing-copy h2 {
    font-size: clamp(4rem, 18vw, 5.9rem);
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 44px 28px;
    padding: 70px 24px 90px;
  }

  .footer-brand,
  .footer-legal {
    grid-column: 1 / -1;
  }

  .footer-group:last-of-type {
    grid-column: 1 / -1;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 80;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--chilli-accessible);
    color: var(--white);
    box-shadow: inset 0 0 0 2px var(--chilli), 0 14px 32px rgba(13, 41, 43, 0.24);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: opacity 200ms ease-out, transform 200ms ease-out;
  }

  .mobile-sticky-cta.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
  }

  .outcome-strip,
  .scope-grid {
    grid-template-columns: 1fr;
  }

  .outcome-strip > li,
  .outcome-strip > li:nth-child(2),
  .scope-item,
  .scope-item:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }

  .scope-item {
    grid-column: auto;
    padding: 34px 4px 54px;
  }

  .scope-item h3 {
    margin-top: 34px;
  }

  .system-heading {
    margin-bottom: 54px;
  }

  .section-heading h2,
  .system-heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.5rem);
  }

  .clarity-copy h2,
  .owner-contact-inner h2 {
    max-width: 100%;
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .system-row {
    grid-template-columns: 32px 1fr 18px;
    gap: 11px;
  }

  .system-row small {
    line-height: 1.4;
  }

  .system-visual {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .system-photo__label {
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    gap: 6px;
    padding: 7px 8px;
    font-size: 0.48rem;
  }

  .system-visual figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    gap: 12px;
    font-size: 0.51rem;
  }

  .system-visual figcaption::before {
    right: -14px;
    bottom: -14px;
    left: -14px;
    height: 120px;
  }

  .owner-clarity {
    grid-template-columns: minmax(0, 1fr);
    gap: 50px;
  }

  .clarity-copy .button {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .report-visual {
    margin-inline: -6px;
    min-height: 0;
    aspect-ratio: 4 / 5;
    padding: 0;
  }

  .report-visual figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    gap: 6px 12px;
  }

  .report-visual figcaption strong {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .report-visual figcaption span,
  .report-visual figcaption small {
    font-size: 0.52rem;
  }

  .process-list li {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding-block: 28px;
  }

  .process-list li > div {
    min-width: 0;
  }

  .owner-lead-form {
    padding: 28px 22px;
  }

  .owner-contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .owner-contact-inner,
  .owner-direct-contact,
  .owner-lead-form {
    min-width: 0;
  }

  .owner-direct-contact a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .owner-form-grid,
  .owner-form-submit {
    grid-template-columns: 1fr;
  }

  .owner-form-wide {
    grid-column: auto;
  }

  .owner-lead-form select {
    text-overflow: ellipsis;
  }
}

@media (max-width: 360px) {
  html[lang="es"] .hero--owner {
    min-height: 802px;
  }

  .hero--b2b-first,
  html[lang="es"] .hero--b2b-first,
  html[lang="id"] .hero--b2b-first {
    min-height: 1240px;
  }
}

/* B2B-first managed portfolio carousel */

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

.villas--managed {
  overflow: hidden;
  background:
    linear-gradient(rgba(246, 241, 234, 0.94), rgba(246, 241, 234, 0.94)),
    url("./assets/site/patterns/weave.svg") center / 720px auto;
}

.villas--managed .section-heading {
  margin-bottom: 54px;
}

.collection-tools {
  max-width: 560px;
  justify-items: start;
  gap: 22px;
}

.collection-tools > p {
  margin: 0;
  color: var(--ink-soft);
}

.collection-links,
.owner-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 30px;
}

.villa-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--hairline);
}

.villa-filter-row .filter-list {
  justify-content: flex-start;
}

.villa-swipe-hint,
.villa-carousel__status {
  margin: 0;
  color: var(--teal-700);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.villa-swipe-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.villa-swipe-hint span {
  color: var(--chilli);
  font-size: 1rem;
}

.villa-carousel {
  min-width: 0;
}

.villa-carousel__toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.villa-carousel__progress-group {
  display: grid;
  gap: 10px;
}

.villa-carousel__progress {
  width: min(260px, 52vw);
  height: 2px;
  overflow: hidden;
  background: rgba(18, 52, 54, 0.16);
}

.villa-carousel__progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--sky);
  transition: width 220ms ease-out;
}

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

.villa-carousel__buttons button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--teal-700);
  border-radius: 50%;
  background: transparent;
  color: var(--teal-950);
  transition: background 180ms ease-out, color 180ms ease-out, opacity 180ms ease-out;
}

.villa-carousel__buttons button:not(:disabled):hover {
  background: var(--teal-900);
  color: var(--white);
}

.villa-carousel__buttons button:disabled {
  cursor: default;
  opacity: 0.28;
}

.villa-carousel__buttons svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.villa-grid.villa-carousel__track {
  --villa-gap: clamp(16px, 1.7vw, 26px);
  display: grid;
  min-width: 0;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--villa-gap) * 2)) / 3);
  grid-template-columns: none;
  gap: var(--villa-gap);
  margin-inline: -4px;
  padding: 6px 4px 24px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.villa-grid.villa-carousel__track::-webkit-scrollbar {
  display: none;
}

.villa-grid.villa-carousel__track:focus-visible {
  outline: 2px solid var(--chilli);
  outline-offset: 5px;
}

.villa-carousel__track .villa-card {
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.villa-carousel__track .villa-image,
.villa-carousel__track .villa-card:nth-child(2n) .villa-image {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  background: var(--teal-900);
}

.villa-carousel__track .villa-image img {
  object-fit: cover;
}

.villa-carousel__track .villa-card h3 {
  min-height: 2.1em;
  font-size: clamp(1.8rem, 2.35vw, 2.85rem);
  line-height: 1.02;
}

.villa-carousel__track .villa-card > p {
  min-height: 1.3em;
}

.villa-carousel__track .villa-facts {
  gap: 6px 12px;
  margin-top: 14px;
  padding-top: 13px;
  font-size: 0.68rem;
}

.villa-carousel__track .villa-facts span:not(:last-child)::after {
  margin-left: 12px;
}

.owner-bridge--early {
  background: var(--teal-900);
}

.owner-bridge-actions {
  margin-top: 32px;
}

.owner-bridge-actions .button,
.owner-bridge-actions .text-link {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .villa-grid.villa-carousel__track {
    grid-auto-columns: 45%;
  }
}

@media (max-width: 900px) {
  .villa-grid.villa-carousel__track {
    grid-auto-columns: 58%;
  }

  .villas--managed .section-heading {
    margin-bottom: 44px;
  }
}

@media (max-width: 660px) {
  .villa-filter-row {
    display: grid;
    gap: 16px;
  }

  .villa-filter-row .filter-list {
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    margin-inline: -24px;
    padding: 0 24px 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .villa-filter-row .filter-list::-webkit-scrollbar {
    display: none;
  }

  .villa-grid.villa-carousel__track {
    grid-auto-columns: clamp(258px, calc(100% - 32px), 360px);
    gap: 16px;
  }

  .villa-carousel__track .villa-image,
  .villa-carousel__track .villa-card:nth-child(2n) .villa-image {
    height: auto;
  }

  .villa-carousel__toolbar {
    align-items: center;
  }

  .villa-carousel__buttons button {
    width: 46px;
    height: 46px;
  }

  .villa-carousel__track .villa-card h3 {
    min-height: 0;
    font-size: clamp(2rem, 9.8vw, 2.8rem);
  }

  .villa-carousel__track .villa-facts {
    min-height: 48px;
  }
}

@media (max-width: 360px) {
  .villa-grid.villa-carousel__track {
    grid-auto-columns: calc(100% - 24px);
  }

  .villa-swipe-hint {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Per-villa photo galleries */

.villa-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  overflow: hidden;
  isolation: isolate;
  background: var(--teal-900);
  contain: layout paint;
  touch-action: pan-x pan-y pinch-zoom;
}

.villa-carousel__track .villa-gallery > .villa-image,
.villa-carousel__track .villa-card:nth-child(2n) .villa-gallery > .villa-image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
}

.villa-gallery .villa-image img {
  object-fit: cover;
  transition: opacity 180ms ease-out, transform 700ms var(--ease);
}

.villa-gallery .villa-image img.is-changing {
  opacity: 0.42;
}

.villa-gallery .villa-image > span {
  top: 14px;
  right: auto;
  bottom: auto;
  left: 14px;
  max-width: calc(100% - 112px);
  overflow: hidden;
  border: 1px solid rgba(255, 250, 246, 0.76);
  background: rgba(255, 250, 246, 0.92);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.villa-gallery__count {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  min-width: 58px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 250, 246, 0.28);
  border-radius: 999px;
  background: rgba(7, 28, 29, 0.76);
  color: var(--white);
  font-size: 0.65rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.villa-gallery__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 250, 246, 0.72);
  border-radius: 50%;
  background: rgba(255, 250, 246, 0.92);
  color: var(--teal-950);
  box-shadow: 0 6px 22px rgba(7, 28, 29, 0.18);
  transform: translateY(-50%);
  transition: opacity 180ms ease-out, background 180ms ease-out, color 180ms ease-out;
  touch-action: manipulation;
}

.villa-gallery__arrow--prev {
  left: 12px;
}

.villa-gallery__arrow--next {
  right: 12px;
}

.villa-gallery__arrow svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.villa-gallery__arrow:not(:disabled):hover {
  background: var(--teal-900);
  color: var(--white);
}

.villa-gallery__arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.villa-gallery__arrow:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.villa-gallery__dots {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: 14px;
  display: flex;
  width: max-content;
  max-width: calc(100% - 28px);
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(7, 28, 29, 0.62);
  transform: translateX(50%);
}

.villa-gallery__dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  transition: width 180ms ease-out, background 180ms ease-out;
}

.villa-gallery__dot.is-active {
  width: 18px;
  background: var(--white);
}

.villa-gallery__full-link {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(18, 52, 54, 0.42);
  color: var(--teal-900);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: border-color 180ms ease-out, color 180ms ease-out;
}

.villa-gallery__full-link:hover {
  border-color: var(--chilli);
  color: var(--chilli);
}

@media (hover: hover) and (pointer: fine) {
  .villa-gallery__arrow {
    opacity: 0;
  }

  .villa-gallery:hover .villa-gallery__arrow,
  .villa-gallery:focus-within .villa-gallery__arrow {
    opacity: 1;
  }

  .villa-gallery:hover .villa-gallery__arrow:disabled,
  .villa-gallery:focus-within .villa-gallery__arrow:disabled {
    opacity: 0.28;
  }
}

@media (max-width: 660px) {
  .villa-gallery__arrow {
    width: 44px;
    height: 44px;
  }

  .villa-gallery__arrow--prev {
    left: 10px;
  }

  .villa-gallery__arrow--next {
    right: 10px;
  }

  .villa-gallery .villa-image > span {
    top: 12px;
    left: 12px;
    padding: 8px 10px;
    font-size: 0.52rem;
  }

  .villa-gallery__count {
    top: 12px;
    right: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .villa-gallery .villa-image img,
  .villa-gallery__arrow,
  .villa-gallery__dot,
  .villa-gallery__full-link {
    transition: none;
  }
}
