/* ==========================================================================
   STAY 하늘담 — site.css
   Section + component styles. Motion is neutralised at the bottom of the file.
   ========================================================================== */

/* ---------- header ------------------------------------------------------- */

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

.hdr {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  transition: background-color 0.5s var(--ease), backdrop-filter 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

.hdr.is-solid {
  background: rgba(7, 20, 26, 0.82);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(231, 220, 203, 0.12);
}

.hdr__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding-block: 0.75rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--sand);
}

.brand svg {
  flex: none;
  width: 34px;
  height: 34px;
}

.brand__tx {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand__ko {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand__en {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--foam);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1.6vw, 1.85rem);
}

.nav a {
  position: relative;
  padding: 0.5rem 0.1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--sand-2);
  transition: color 0.3s var(--ease);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  height: 1px;
  background: var(--foam);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}

.nav a:hover,
.nav a[aria-current="true"] {
  color: var(--sand);
}

.nav a:hover::after,
.nav a[aria-current="true"]::after {
  transform: scaleX(1);
}

.hdr__cta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(231, 220, 203, 0.3);
}

.burger i {
  position: relative;
  display: block;
  width: 18px;
  height: 1px;
  background: var(--sand);
}

.burger i::before,
.burger i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 1px;
  background: var(--sand);
}

.burger i::before {
  top: -6px;
}

.burger i::after {
  top: 6px;
}

/* mobile nav — native <dialog> gives the focus trap, Esc + focus restore */
.navsheet {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(170deg, var(--ink-2), var(--ink) 65%);
  color: var(--sand);
}

.navsheet::backdrop {
  background: rgba(7, 20, 26, 0.9);
}

.navsheet__in {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.1rem var(--gut) clamp(1.1rem, 2.5vh, 2.5rem);
}

.navsheet__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

.navsheet__x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(231, 220, 203, 0.3);
}

.navsheet ul {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(231, 220, 203, 0.14);
}

.navsheet li {
  border-bottom: 1px solid rgba(231, 220, 203, 0.14);
}

.navsheet li a {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: clamp(0.8rem, 1.9vh, 1.05rem) 0.2rem;
  font-size: 1.32rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.navsheet li i {
  font-family: var(--ff-display);
  font-style: normal;
  font-size: 0.8rem;
  color: var(--foam);
}

.navsheet__foot {
  margin-top: auto;
  padding-top: clamp(1.1rem, 2.5vh, 2rem);
  display: grid;
  gap: 0.75rem;
}

.navsheet__foot .btn {
  width: 100%;
}

.navsheet__foot p {
  color: var(--sand-3);
  font-size: var(--fs-sm);
}

/* ---------- hero --------------------------------------------------------- */

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-block: 8rem 2.25rem;
  overflow: hidden;
}

.hero__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.8s var(--ease);
}

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

.hero__slide .ph {
  width: 100%;
  height: 100%;
}

.hero__slide img {
  transform: scale(1.06);
  transform-origin: 50% 55%;
}

.hero__slide.is-active img {
  animation: kenburns 14s var(--ease) forwards;
}

@keyframes kenburns {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.12);
  }
}

.hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      to top,
      rgba(7, 20, 26, 0.94) 0%,
      rgba(7, 20, 26, 0.72) 26%,
      rgba(7, 20, 26, 0.3) 58%,
      rgba(7, 20, 26, 0.55) 100%
    ),
    linear-gradient(
      100deg,
      rgba(7, 20, 26, 0.7) 0%,
      rgba(7, 20, 26, 0.12) 55%,
      rgba(14, 71, 83, 0.24) 100%
    );
}

.hero__in {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero h1 {
  max-width: 22ch;
  margin-bottom: 1.4rem;
  font-size: var(--fs-hero);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.05em;
  text-shadow: 0 2px 40px rgba(7, 20, 26, 0.6);
}

.hero h1 .sm {
  display: block;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.42em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--foam-2);
  padding-left: 0.12em;
}

.hero__sub {
  max-width: 40ch;
  color: var(--sand);
  font-size: var(--fs-lead);
  font-weight: 300;
  line-height: 1.8;
  text-shadow: 0 1px 24px rgba(7, 20, 26, 0.75);
}

/* booking widget */
.bookbar {
  margin-top: clamp(1.75rem, 4vw, 3rem);
  padding: clamp(1rem, 1.6vw, 1.35rem);
  background: rgba(7, 20, 26, 0.62);
  backdrop-filter: blur(16px) saturate(1.1);
  border: 1px solid rgba(231, 220, 203, 0.2);
  border-radius: var(--r-l);
  box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.9);
}

.bookbar__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 0.9rem;
  align-items: end;
}

.bookbar .btn {
  min-height: 48px;
  white-space: nowrap;
}

.bookbar__note {
  margin-top: 0.7rem;
  color: var(--sand-3);
  font-size: var(--fs-xs);
  line-height: 1.6;
}

.hero__hint {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2rem;
  color: var(--sand-3);
  font-size: var(--fs-xs);
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero__hint i {
  display: block;
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--foam), transparent);
  animation: drip 2.4s var(--ease) infinite;
  transform-origin: top;
}

@keyframes drip {
  0% {
    transform: scaleY(0.2);
    opacity: 0.2;
  }
  45% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0.2);
    opacity: 0.2;
  }
}

/* ---------- marquee ------------------------------------------------------ */

.marq {
  position: relative;
  padding-block: 1.15rem;
  background: var(--ink-2);
  border-block: 1px solid rgba(231, 220, 203, 0.12);
  overflow: hidden;
}

.marq__track {
  display: flex;
  width: max-content;
  animation: slide 34s linear infinite;
}

.marq__track:hover {
  animation-play-state: paused;
}

.marq__grp {
  display: flex;
  align-items: center;
  flex: none;
}

.marq__grp span {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  padding-inline: clamp(0.6rem, 1.5vw, 1.3rem);
  font-family: var(--ff-display);
  font-size: clamp(0.95rem, 1.6vw, 1.3rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sand-2);
  white-space: nowrap;
}

.marq__grp span::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--foam);
}

@keyframes slide {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ---------- intro + stats ----------------------------------------------- */

.intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.intro h2 {
  font-size: clamp(1.6rem, 2.9vw, 2.6rem);
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: -0.04em;
}

.intro h2 b {
  font-weight: 500;
  color: var(--foam-2);
}

.intro__body {
  display: grid;
  gap: 1.35rem;
  color: var(--sand-2);
  font-weight: 300;
  line-height: 1.95;
}

.intro__body p strong {
  color: var(--sand);
  font-weight: 500;
}

.feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(2.25rem, 4vw, 3.25rem);
  border-top: 1px solid rgba(231, 220, 203, 0.16);
}

.feat svg {
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  color: var(--foam);
}

.feat svg [data-draw] {
  stroke-dasharray: var(--len, 320);
  stroke-dashoffset: var(--len, 320);
  transition: stroke-dashoffset 1.5s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 160ms);
}

.feat.is-in svg [data-draw] {
  stroke-dashoffset: 0;
}

.feat h3 {
  margin-bottom: 0.5rem;
  font-size: var(--fs-h3);
  font-weight: 500;
}

.feat p {
  color: var(--sand-2);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.8;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: clamp(3rem, 6vw, 4.5rem);
}

.stat {
  padding: 1.4rem 1.25rem;
  background: rgba(231, 220, 203, 0.045);
  border: 1px solid rgba(231, 220, 203, 0.12);
  border-radius: var(--r-m);
}

.stat__n {
  display: flex;
  align-items: baseline;
  gap: 0.18rem;
  font-family: var(--ff-display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
  color: var(--foam-2);
  letter-spacing: -0.02em;
}

.stat__n i {
  font-size: 0.42em;
  font-style: normal;
  letter-spacing: 0.05em;
  color: var(--foam);
}

.stat__l {
  margin-top: 0.6rem;
  color: var(--sand-2);
  font-size: var(--fs-sm);
  line-height: 1.6;
}

/* ---------- full-bleed parallax bands ----------------------------------- */

.band {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(420px, 62vw, 660px);
  overflow: hidden;
  text-align: center;
}

.band--slim {
  min-height: clamp(300px, 40vw, 440px);
}

.band__bg {
  position: absolute;
  inset: -12% 0;
  z-index: 0;
}

/* keeps quote text at AA contrast wherever the photo is light */
.band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
      68% 62% at 50% 50%,
      rgba(7, 20, 26, 0.78),
      rgba(7, 20, 26, 0.18) 78%
    ),
    linear-gradient(rgba(7, 20, 26, 0.28), rgba(7, 20, 26, 0.42));
  pointer-events: none;
}

.band__bg .ph,
.band__bg img {
  width: 100%;
  height: 100%;
}

.band__in {
  position: relative;
  z-index: 2;
  padding: var(--gut);
  max-width: 62ch;
}

.band blockquote {
  margin: 0;
  font-family: var(--ff-display);
  font-size: clamp(1.5rem, 3.6vw, 2.9rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.42;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-shadow: 0 2px 30px rgba(7, 20, 26, 0.7);
}

.band cite {
  display: block;
  margin-top: 1.4rem;
  color: var(--foam-2);
  font-size: var(--fs-xs);
  font-style: normal;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.band p.band__tx {
  color: var(--sand);
  font-size: var(--fs-lead);
  font-weight: 300;
  line-height: 1.85;
  text-shadow: 0 2px 24px rgba(7, 20, 26, 0.8);
}

/* ---------- villas (pinned horizontal gallery) -------------------------- */

.villas {
  background: var(--ink-2);
  padding-block: var(--sec) 0;
}

.villas__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.villas__pin {
  position: relative;
}

.villas__view {
  padding-bottom: var(--sec);
}

.villas__track {
  display: flex;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-inline: var(--gut);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

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

.villa {
  flex: none;
  width: min(86vw, 460px);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  background: rgba(231, 220, 203, 0.04);
  border: 1px solid rgba(231, 220, 203, 0.13);
  border-radius: var(--r-l);
  overflow: hidden;
}

.villa__ph {
  position: relative;
  aspect-ratio: 14 / 10;
}

.villa__ph .ph {
  width: 100%;
  height: 100%;
}

.villa__no {
  position: absolute;
  z-index: 2;
  left: 1.1rem;
  top: 0.55rem;
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: rgba(245, 241, 232, 0.82);
  text-shadow: 0 2px 22px rgba(7, 20, 26, 0.8);
}

.villa__tag {
  position: absolute;
  z-index: 2;
  right: 1rem;
  top: 1rem;
  padding: 0.32rem 0.8rem;
  background: rgba(7, 20, 26, 0.72);
  border: 1px solid rgba(127, 184, 174, 0.5);
  border-radius: 999px;
  color: var(--foam-2);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.villa__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
}

.villa__title {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.villa__title i {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.62em;
  font-weight: 400;
  color: var(--foam);
  letter-spacing: 0.02em;
}

.villa__desc {
  color: var(--sand-2);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.8;
}

.villa__spec {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(231, 220, 203, 0.14);
  font-size: var(--fs-xs);
}

.villa__spec div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.villa__spec dt {
  color: var(--sand-3);
  letter-spacing: 0.1em;
}

.villa__spec dd {
  margin: 0;
  color: var(--sand);
  font-size: var(--fs-sm);
}

.villa__foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(231, 220, 203, 0.14);
}

.villa__price b {
  font-family: var(--ff-display);
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--foam-2);
  letter-spacing: -0.01em;
}

.villa__price span {
  color: var(--sand-3);
  font-size: var(--fs-xs);
  display: block;
}

/* pinned mode (desktop, motion allowed) — set by JS */
.villas--pinned .villas__view {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  overflow: hidden;
}

.villas--pinned .villas__track {
  overflow: visible;
  scroll-snap-type: none;
  padding-inline: max(var(--gut), calc((100vw - var(--max)) / 2 + var(--gut)));
  margin-top: 0;
  will-change: transform;
}

.villas--pinned .villa {
  width: min(38vw, 460px);
}

.villas__bar {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.villas__line {
  position: relative;
  flex: 1;
  height: 1px;
  background: rgba(231, 220, 203, 0.2);
}

.villas__line i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 25%;
  background: var(--foam);
  transform-origin: left;
  transition: transform 0.2s linear;
}

.villas__count {
  font-family: var(--ff-display);
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  color: var(--sand-2);
}

.villas__arrows {
  display: flex;
  gap: 0.5rem;
}

.arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: var(--sand);
  box-shadow: inset 0 0 0 1px rgba(231, 220, 203, 0.28);
  transition: background-color 0.3s var(--ease), color 0.3s var(--ease);
}

.arrow:hover {
  background: var(--sand);
  color: var(--ink);
}

.arrow svg {
  width: 17px;
  height: 17px;
}

/* villa detail dialog */
.sheet {
  width: min(920px, calc(100vw - 2rem));
  max-width: none;
  max-height: min(88vh, 900px);
  margin: auto;
  padding: 0;
  border: 1px solid rgba(231, 220, 203, 0.18);
  border-radius: var(--r-l);
  background: var(--ink-2);
  color: var(--sand);
  overflow: auto;
  overscroll-behavior: contain;
}

.sheet::backdrop {
  background: rgba(4, 12, 16, 0.88);
  backdrop-filter: blur(3px);
}

.sheet__x {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  padding: 0.6rem 0.6rem 0;
}

.sheet__x button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--sand);
  background: rgba(7, 20, 26, 0.8);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(231, 220, 203, 0.3);
}

.sheet__in {
  padding: 0 clamp(1.25rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
  margin-top: -44px;
}

.sheet__hd {
  padding-top: 1.4rem;
}

.sheet h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.sheet h3 i {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 0.6em;
  color: var(--foam);
  margin-left: 0.5rem;
}

.sheet__ph {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1.4rem 0;
}

.sheet__ph .ph {
  aspect-ratio: 4 / 3;
  border-radius: var(--r-m);
}

.sheet__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(1.25rem, 3vw, 2.25rem);
}

.sheet h4 {
  margin-bottom: 0.7rem;
  color: var(--foam);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sheet ul li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  color: var(--sand-2);
  font-size: var(--fs-sm);
  line-height: 1.75;
}

.sheet ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 1px;
  background: var(--foam);
}

.sheet__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(231, 220, 203, 0.16);
}

/* ---------- facilities + spa -------------------------------------------- */

.fac__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.35rem);
  margin-top: clamp(2rem, 4vw, 3.25rem);
}

.fcard {
  position: relative;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 260px;
  padding: 1.35rem;
  border-radius: var(--r-m);
  overflow: hidden;
  isolation: isolate;
  color: var(--paper);
}

.fcard--wide {
  grid-column: span 6;
  min-height: 320px;
}

.fcard--tall {
  grid-column: span 6;
  min-height: 320px;
}

.fcard .ph {
  position: absolute;
  inset: 0;
  z-index: -1;
  --scrim: 0.9;
}

/* the caption sits on the photo, so the lower third gets a solid scrim */
.fcard .ph::after {
  background: linear-gradient(
      180deg,
      rgba(7, 20, 26, 0.2) 0%,
      rgba(7, 20, 26, 0) 30%,
      rgba(7, 20, 26, 0.62) 66%,
      rgba(7, 20, 26, 0.93) 100%
    ),
    radial-gradient(
      130% 90% at 50% 4%,
      rgba(127, 184, 174, 0.12),
      rgba(127, 184, 174, 0) 62%
    );
}

.fcard img {
  transition: transform 1.2s var(--ease-out);
}

.fcard:hover img {
  transform: scale(1.05);
}

.fcard h3 {
  font-size: var(--fs-h3);
  font-weight: 500;
}

.fcard p {
  margin-top: 0.4rem;
  color: rgba(231, 220, 203, 0.86);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.7;
}

.fac__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.7rem 1.5rem;
  margin-top: clamp(2rem, 3vw, 2.75rem);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(7, 20, 26, 0.14);
}

.fac__list li {
  display: flex;
  gap: 0.6rem;
  color: #37484e;
  font-size: var(--fs-sm);
}

.fac__list li::before {
  content: "—";
  color: #2c6b6c;
}

.spa {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(1.5rem, 3vw, 2.75rem);
  background: var(--paper-2);
  border-radius: var(--r-l);
}

.spa__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: 1.75rem;
}

.spa__item {
  padding-top: 1.1rem;
  border-top: 2px solid rgba(7, 20, 26, 0.18);
}

.spa__item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.spa__item p {
  margin-top: 0.4rem;
  color: #3f5257;
  font-size: var(--fs-sm);
  line-height: 1.7;
}

.spa__meta {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-top: 0.85rem;
  color: #1d5a63;
  font-size: var(--fs-sm);
  font-weight: 600;
}

.spa__meta b {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 500;
}

/* ---------- around / map ------------------------------------------------ */

.around__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.acard {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-m);
  overflow: hidden;
  background: rgba(231, 220, 203, 0.045);
  border: 1px solid rgba(231, 220, 203, 0.12);
}

.acard .ph {
  aspect-ratio: 3 / 2;
}

.acard img {
  transition: transform 1.2s var(--ease-out);
}

.acard:hover img {
  transform: scale(1.06);
}

.acard__b {
  padding: 1.05rem 1.1rem 1.25rem;
}

.acard h3 {
  font-size: 1.06rem;
  font-weight: 500;
}

.acard p {
  margin-top: 0.35rem;
  color: var(--sand-2);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.7;
}

.acard__t {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  color: var(--foam);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mapwrap {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2.5rem);
  background: rgba(231, 220, 203, 0.04);
  border: 1px solid rgba(231, 220, 203, 0.12);
  border-radius: var(--r-l);
}

.mapwrap svg {
  display: block;
  width: 100%;
  height: auto;
}

.mapwrap [data-draw] {
  stroke-dasharray: var(--len, 1400);
  stroke-dashoffset: var(--len, 1400);
  transition: stroke-dashoffset 2.6s var(--ease-out);
}

.mapwrap.is-in [data-draw] {
  stroke-dashoffset: 0;
}

.mapwrap [data-pin-dot] {
  opacity: 0;
  transition: opacity 0.6s var(--ease);
  transition-delay: calc(600ms + var(--i, 0) * 180ms);
}

.mapwrap.is-in [data-pin-dot] {
  opacity: 1;
}

.mapnote {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 1.25rem;
  color: var(--sand-3);
  font-size: var(--fs-xs);
}

/* ---------- rates ------------------------------------------------------- */

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: 0.35rem;
  background: rgba(7, 20, 26, 0.07);
  border-radius: 999px;
  width: fit-content;
}

.tabs button {
  min-height: 44px;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: #3c4f55;
  transition: background-color 0.3s var(--ease), color 0.3s var(--ease);
}

.tabs button[aria-selected="true"] {
  background: var(--ink-2);
  color: var(--paper);
}

.rate {
  margin-top: 1.75rem;
}

.rate[hidden] {
  display: none;
}

.rate__cap {
  margin-bottom: 1rem;
  color: #3c4f55;
  font-size: var(--fs-sm);
}

.rate table {
  font-size: var(--fs-sm);
}

.rate caption {
  text-align: left;
  padding-bottom: 0.75rem;
  color: #3c4f55;
  font-size: var(--fs-xs);
}

.rate th,
.rate td {
  padding: 0.9rem 0.8rem;
  text-align: right;
  border-bottom: 1px solid rgba(7, 20, 26, 0.12);
}

.rate thead th {
  color: #2c6b6c;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(7, 20, 26, 0.3);
}

.rate th[scope="row"] {
  text-align: left;
  font-weight: 600;
  color: var(--ink-2);
}

.rate th[scope="row"] span {
  display: block;
  color: #5b6b70;
  font-size: var(--fs-xs);
  font-weight: 400;
}

.rate td b {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.rate__notes {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(7, 20, 26, 0.14);
}

.rate__notes li {
  position: relative;
  padding-left: 1.05rem;
  color: #3f5257;
  font-size: var(--fs-sm);
  line-height: 1.7;
}

.rate__notes li::before {
  content: "·";
  position: absolute;
  left: 0.25rem;
  font-weight: 700;
  color: #2c6b6c;
}

/* ---------- gallery ----------------------------------------------------- */

.gal {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(74px, 7.6vw, 116px);
  gap: clamp(0.6rem, 1.2vw, 1rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* Editorial mosaic. Every band spans 3 rows and its columns add up to 12, so
   the ten frames tile flush — mixing aspect-ratios inside one row leaves holes. */
.gal button {
  position: relative;
  grid-column: span 4;
  grid-row: span 3;
  padding: 0;
  border-radius: var(--r-m);
  overflow: hidden;
  cursor: zoom-in;
}

/* band 1: 6 + 6 · band 2: 4 + 4 + 4 · band 3: 3 + 3 + 6 · band 4: 6 + 6 */
.gal button:nth-child(1),
.gal button:nth-child(2),
.gal button:nth-child(8),
.gal button:nth-child(9),
.gal button:nth-child(10) {
  grid-column: span 6;
}

.gal button:nth-child(6),
.gal button:nth-child(7) {
  grid-column: span 3;
}

.gal .ph {
  width: 100%;
  height: 100%;
}

.gal img {
  transition: transform 1.1s var(--ease-out);
}

.gal button:hover img {
  transform: scale(1.06);
}

.gal figcaption,
.gal__cap {
  position: absolute;
  z-index: 2;
  left: 0.9rem;
  bottom: 0.75rem;
  color: var(--paper);
  font-size: var(--fs-xs);
  letter-spacing: 0.06em;
  text-shadow: 0 1px 10px rgba(7, 20, 26, 0.9);
}

/* lightbox */
.lb {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(4, 12, 16, 0.96);
  color: var(--sand);
}

.lb::backdrop {
  background: rgba(4, 12, 16, 0.96);
}

.lb__in {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  padding: 0.75rem clamp(0.75rem, 2vw, 1.5rem) 1.25rem;
}

.lb__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lb__no {
  font-family: var(--ff-display);
  letter-spacing: 0.2em;
  color: var(--foam-2);
}

.lb__fig {
  display: grid;
  place-items: center;
  min-height: 0;
  margin: 0;
}

.lb__fig img {
  max-width: 100%;
  max-height: calc(100vh - 190px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--r-m);
}

.lb__bot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 0.9rem;
}

.lb__cap {
  text-align: center;
  color: var(--sand-2);
  font-size: var(--fs-sm);
}

/* ---------- reviews ----------------------------------------------------- */

.revs {
  background: var(--ink-2);
}

.revs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.rev {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
  background: rgba(231, 220, 203, 0.045);
  border: 1px solid rgba(231, 220, 203, 0.12);
  border-radius: var(--r-m);
}

.stars {
  display: flex;
  gap: 0.2rem;
  color: var(--foam-2);
}

.stars svg {
  width: 15px;
  height: 15px;
}

.rev p {
  color: var(--sand);
  font-size: var(--fs-body);
  font-weight: 300;
  line-height: 1.85;
}

.rev footer {
  margin-top: auto;
  color: var(--sand-3);
  font-size: var(--fs-xs);
  letter-spacing: 0.06em;
}

/* ---------- reservation ------------------------------------------------- */

.resv {
  position: relative;
  background: radial-gradient(
      120% 90% at 12% 0%,
      rgba(14, 71, 83, 0.55),
      transparent 60%
    ),
    var(--ink);
}

.resv__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.steps {
  counter-reset: s;
}

.steps li {
  position: relative;
  counter-increment: s;
  padding: 0 0 1.35rem 2.6rem;
  border-left: 1px solid rgba(231, 220, 203, 0.2);
  margin-left: 0.9rem;
}

.steps li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.steps li::before {
  content: counter(s, decimal-leading-zero);
  position: absolute;
  left: -0.95rem;
  top: -0.1rem;
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  background: var(--ink);
  border: 1px solid rgba(127, 184, 174, 0.55);
  border-radius: 999px;
  font-family: var(--ff-display);
  font-size: 0.72rem;
  color: var(--foam-2);
}

.steps h3 {
  font-size: 1.05rem;
  font-weight: 500;
}

.steps p {
  margin-top: 0.3rem;
  color: var(--sand-2);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.75;
}

.policy {
  margin-top: 2rem;
  padding: 1.25rem 1.4rem;
  background: rgba(231, 220, 203, 0.05);
  border: 1px solid rgba(231, 220, 203, 0.12);
  border-radius: var(--r-m);
}

.policy h3 {
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--foam);
  margin-bottom: 0.75rem;
}

.policy li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px dashed rgba(231, 220, 203, 0.14);
  font-size: var(--fs-sm);
  color: var(--sand-2);
}

.policy li:last-child {
  border-bottom: 0;
}

.policy li b {
  color: var(--sand);
  font-weight: 500;
}

.form {
  padding: clamp(1.35rem, 3vw, 2.25rem);
  background: rgba(231, 220, 203, 0.05);
  border: 1px solid rgba(231, 220, 203, 0.14);
  border-radius: var(--r-l);
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form__grid > .col2 {
  grid-column: span 2;
}

.form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
}

.form__foot p {
  color: var(--sand-3);
  font-size: var(--fs-xs);
  line-height: 1.6;
}

.chk {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: var(--sand-2);
  font-size: var(--fs-sm);
  line-height: 1.6;
}

.chk input {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
  accent-color: var(--foam);
}

/* ---------- faq --------------------------------------------------------- */

.faq {
  background: var(--ink-2);
}

.faq__list {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 1px solid rgba(231, 220, 203, 0.16);
}

.faq details {
  border-bottom: 1px solid rgba(231, 220, 203, 0.16);
}

.faq summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0.25rem;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
  list-style: none;
}

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

.faq summary::after {
  content: "";
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: auto;
  background: linear-gradient(var(--foam), var(--foam)) center / 100% 1px
      no-repeat,
    linear-gradient(var(--foam), var(--foam)) center / 1px 100% no-repeat;
  transition: transform 0.4s var(--ease-out);
}

.faq details[open] summary::after {
  transform: rotate(90deg);
  background: linear-gradient(var(--foam), var(--foam)) center / 100% 1px
    no-repeat;
}

.faq__a {
  overflow: hidden;
  padding: 0 3rem 1.5rem 0.25rem;
  color: var(--sand-2);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.9;
}

.faq details[open] .faq__a {
  animation: unfold 0.5s var(--ease-out);
}

@keyframes unfold {
  from {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
}

/* ---------- sticky CTA bar ---------------------------------------------- */

.cta {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: clamp(0.75rem, 2vw, 1.5rem);
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: min(calc(100vw - 1.5rem), 560px);
  padding: 0.6rem 0.6rem 0.6rem 1.35rem;
  background: rgba(10, 27, 34, 0.97);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(231, 220, 203, 0.2);
  border-radius: 999px;
  box-shadow: 0 22px 50px -24px rgba(0, 0, 0, 0.95);
  transform: translate(-50%, 0);
  transition: transform 0.55s var(--ease-out), opacity 0.4s var(--ease);
}

.cta.is-off {
  opacity: 0;
  transform: translate(-50%, 160%);
  pointer-events: none;
}

.cta__tx {
  flex: 1;
  min-width: 0;
}

.cta__tx b {
  display: block;
  font-size: var(--fs-sm);
  font-weight: 600;
}

.cta__tx span {
  display: block;
  color: var(--sand-3);
  font-size: var(--fs-xs);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cta .btn {
  min-height: 44px;
  padding-inline: 1.25rem;
}

/* ---------- footer ------------------------------------------------------ */

.ft {
  padding-block: clamp(3rem, 6vw, 5rem) 8rem;
  background: var(--ink);
  border-top: 1px solid rgba(231, 220, 203, 0.14);
}

.ft__top {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3.5rem);
}

.ft__top h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.ft p {
  color: var(--sand-2);
  font-size: var(--fs-sm);
  font-weight: 300;
  line-height: 1.85;
}

.ft h3 {
  margin-bottom: 0.9rem;
  color: var(--foam);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ft__list li {
  margin-bottom: 0.5rem;
  color: var(--sand-2);
  font-size: var(--fs-sm);
}

.ft__list a:hover {
  color: var(--foam-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ft__bot {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(231, 220, 203, 0.14);
  display: grid;
  gap: 1rem;
}

.ft__demo {
  padding: 0.9rem 1.1rem;
  background: rgba(127, 184, 174, 0.1);
  border-left: 2px solid var(--foam);
  color: var(--sand);
  font-size: var(--fs-sm);
}

.credits summary {
  color: var(--sand-3);
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  cursor: pointer;
}

.credits ul {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.35rem;
}

.credits li {
  color: var(--sand-3);
  font-size: 0.72rem;
  line-height: 1.6;
}

.credits a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ft__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
  color: var(--sand-3);
  font-size: var(--fs-xs);
}

/* ==========================================================================
   responsive
   ========================================================================== */

@media (max-width: 1080px) {
  .intro__grid,
  .resv__grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .fcard,
  .fcard--wide,
  .fcard--tall {
    grid-column: span 6;
  }

  /* five cards in a two-up grid would leave a hole, so the last one runs wide */
  .fac__grid .fcard:last-child {
    grid-column: span 12;
  }

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

@media (max-width: 860px) {
  .nav,
  .hdr__cta .btn {
    display: none;
  }

  .burger {
    display: inline-flex;
  }

  .hero {
    padding-block: 7rem 1.5rem;
  }

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

  .bookbar__row .btn {
    grid-column: span 2;
  }

  .feats {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .gal button,
  .gal button:nth-child(1),
  .gal button:nth-child(2),
  .gal button:nth-child(6),
  .gal button:nth-child(7),
  .gal button:nth-child(8),
  .gal button:nth-child(9),
  .gal button:nth-child(10) {
    grid-column: span 6;
    grid-row: span 3;
  }

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

  .form__grid > .col2 {
    grid-column: span 1;
  }

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

  .sheet__ph .ph:first-child {
    grid-column: span 2;
  }

  .faq__a {
    padding-right: 1rem;
  }

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

@media (max-width: 560px) {
  .hero h1 {
    letter-spacing: -0.04em;
  }

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

  .fcard,
  .fcard--wide,
  .fcard--tall {
    grid-column: span 12;
    min-height: 240px;
  }

  .villa {
    width: min(88vw, 380px);
  }

  .gal {
    grid-auto-rows: clamp(66px, 19vw, 96px);
  }

  .gal button,
  .gal button:nth-child(1),
  .gal button:nth-child(2),
  .gal button:nth-child(6),
  .gal button:nth-child(7),
  .gal button:nth-child(8),
  .gal button:nth-child(9),
  .gal button:nth-child(10) {
    grid-column: span 12;
    grid-row: span 3;
  }

  .cta {
    padding-left: 1rem;
  }

  .cta__tx span {
    display: none;
  }

  .lb__fig img {
    max-height: calc(100vh - 210px);
  }
}

/* the rate table becomes stacked cards on a phone */
@media (max-width: 640px) {
  .rate table,
  .rate tbody,
  .rate tr,
  .rate th,
  .rate td {
    display: block;
    width: 100%;
  }

  .rate thead {
    display: none;
  }

  .rate tr {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(7, 20, 26, 0.14);
  }

  .rate th,
  .rate td {
    padding: 0.2rem 0;
    border: 0;
    text-align: left;
  }

  .rate th[scope="row"] {
    margin-bottom: 0.45rem;
  }

  .rate td {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
  }

  .rate td::before {
    content: attr(data-l);
    color: #5b6b70;
    font-size: var(--fs-xs);
  }

  .tabs {
    width: 100%;
    justify-content: space-between;
  }

  .tabs button {
    flex: 1;
    padding-inline: 0.5rem;
  }

  /* the stacked row keeps the amount and its 원 unit together on the right */
  .rate td {
    gap: 0.3rem;
    justify-content: flex-start;
  }

  .rate td b {
    margin-left: auto;
  }
}

/* the schematic map is drawn in a 900-unit viewBox, so on a phone its label
   type has to scale up. The travel times drop out of the pins (they stay on the
   cards above and in the note below) to keep the short labels from colliding. */
@media (max-width: 760px) {
  .mapwrap text {
    font-size: 30px;
  }

  .mapwrap .mp-t,
  .mapwrap .mp-sub {
    display: none;
  }

  .mapwrap .mp-title {
    font-size: 34px;
  }

  .mapwrap circle {
    r: 7px;
  }

  .mapwrap .mp-halo {
    r: 22px;
  }

  .mapwrap .mp-you {
    r: 10px;
  }
}

/* ==========================================================================
   reduced motion — neutralise every animation
   ========================================================================== */

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

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

  [data-reveal],
  .mask > span {
    opacity: 1 !important;
    transform: none !important;
  }

  .feat svg [data-draw],
  .mapwrap [data-draw] {
    stroke-dashoffset: 0 !important;
  }

  .mapwrap [data-pin-dot] {
    opacity: 1 !important;
  }

  .hero__slide {
    opacity: 1;
  }

  .hero__slide:not(.is-active) {
    display: none;
  }

  .hero__slide img,
  .hero__slide.is-active img,
  [data-kb] > img,
  .band__bg {
    animation: none !important;
    transform: none !important;
  }

  .hero__hint i {
    animation: none !important;
  }

  .marq {
    overflow-x: auto;
  }

  .marq__track {
    animation: none !important;
    width: auto;
  }

  .marq__grp:nth-child(2) {
    display: none;
  }

  .villas--pinned .villas__view {
    position: static;
    height: auto;
    overflow: visible;
  }

  .villas--pinned .villas__track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    transform: none !important;
  }

  .fcard:hover img,
  .acard:hover img,
  .gal button:hover img,
  .btn:hover {
    transform: none;
  }
}
