/* =========================================================
   Cabana Infinity · Colibița — dark luxury minimal
   ========================================================= */

:root {
  --bg: #0b0b0a;
  --bg-2: #121210;
  --bg-3: #1a1916;
  --line: rgba(236, 230, 219, .12);
  --line-2: rgba(236, 230, 219, .22);
  --text: #ece6db;
  --muted: #9a9284;
  --gold: #c9a86a;
  --gold-2: #e3cb98;
  --gold-ink: #16130d;

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  --ease: cubic-bezier(.77, 0, .175, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);

  --gutter: clamp(16px, 4vw, 56px);
  --max: 1440px;
  --nav-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-loading { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
em { font-style: italic; }
::selection { background: var(--gold); color: var(--gold-ink); }

/* grain overlay */
body::after {
  content: "";
  position: fixed; inset: -50%;
  z-index: 9990;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); } 20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); } 60% { transform: translate(-2%, 3%); }
  80% { transform: translate(3%, -1%); } 100% { transform: translate(0, 0); }
}

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

/* ---------- type ---------- */
.kicker {
  display: flex; align-items: center; gap: 14px;
  margin: 0 0 28px;
  font-size: 12px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--muted);
}
.kicker span { color: var(--gold); font-family: var(--serif); font-style: italic; font-size: 16px; letter-spacing: 0; }
.kicker::after { content: ""; width: 56px; height: 1px; background: var(--line-2); }

.h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 6.2vw, 96px);
  line-height: .98;
  letter-spacing: -.015em;
}
.h2 em { color: var(--gold-2); font-weight: 300; }

/* split helpers (populated by JS) */
.split-line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -.08em; }
.split-line > span { display: inline-block; will-change: transform; }
.split-char { display: inline-block; will-change: transform; }

/* ---------- buttons ---------- */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 30px;
  border-radius: 999px;
  font-size: 13px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  transition: color .5s var(--ease-out), border-color .5s var(--ease-out);
}
.btn span { position: relative; z-index: 1; }
.btn::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  transform: translateY(101%);
  transition: transform .6s var(--ease-out);
  z-index: 0;
}
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); }
.btn--gold { background: var(--gold); color: var(--gold-ink); }
.btn--gold::before { background: var(--text); }
.btn--ghost { border: 1px solid var(--line-2); color: var(--text); }
.btn--ghost::before { background: var(--text); }
.btn--ghost:hover, .btn--ghost:focus-visible { color: var(--bg); border-color: var(--text); }
.btn--full { width: 100%; }

:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; }

/* =========================================================
   Loader
   ========================================================= */
.loader {
  position: fixed; inset: 0; z-index: 9999;
  display: grid; place-items: center;
  pointer-events: none;
}
.loader__panel { position: absolute; left: 0; right: 0; height: 50.5%; background: var(--bg); z-index: 0; }
.loader__panel--a { top: 0; }
.loader__panel--b { bottom: 0; }
.loader__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.loader__mark { font-family: var(--serif); font-size: 44px; color: var(--gold); line-height: 1; }
.loader__word { overflow: hidden; display: block; }
.loader__word span {
  display: block;
  font-family: var(--serif); font-weight: 300; font-size: clamp(40px, 7vw, 84px);
  letter-spacing: .2em; text-transform: uppercase; line-height: 1.1;
  padding-left: .2em;
}
.loader__count { font-size: 12px; letter-spacing: .3em; color: var(--muted); font-variant-numeric: tabular-nums; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.no-js .loader, .loader-failed .loader, .loader.is-done { display: none; }
.js .loader__word span { transform: translateY(110%); }
@media (prefers-reduced-motion: reduce) { .loader { display: none; } }
.no-js .cursor, .no-js .mat__float { display: none; }

/* =========================================================
   Cursor
   ========================================================= */
.cursor {
  position: fixed; top: 0; left: 0; z-index: 9998;
  width: 10px; height: 10px; margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: var(--gold);
  pointer-events: none;
  display: grid; place-items: center;
  mix-blend-mode: normal;
  transition: width .5s var(--ease-out), height .5s var(--ease-out), margin .5s var(--ease-out), background .4s, opacity .3s;
  opacity: 0;
}
.cursor__label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-ink); opacity: 0; transition: opacity .3s; white-space: nowrap; font-weight: 600; }
.cursor.is-visible { opacity: 1; }
.cursor.is-link { width: 46px; height: 46px; margin: -23px 0 0 -23px; background: rgba(201, 168, 106, .18); border: 1px solid var(--gold); }
.cursor.is-label { width: 96px; height: 96px; margin: -48px 0 0 -48px; background: var(--gold); }
.cursor.is-label .cursor__label { opacity: 1; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }
/* custom cursor active: hide the native one, keep the text caret in form fields */
.has-cursor, .has-cursor * { cursor: none !important; }
.has-cursor input, .has-cursor textarea { cursor: text !important; }
.cursor.is-text { opacity: 0; }

/* =========================================================
   Nav
   ========================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  height: var(--nav-h);
  display: flex; align-items: center; gap: 32px;
  padding: 0 var(--gutter);
  transition: background .6s var(--ease-out), height .6s var(--ease-out), transform .6s var(--ease-out), border-color .6s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  height: 68px;
  background: rgba(11, 11, 10, .72);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-color: var(--line);
}
.nav.is-hidden { transform: translateY(-100%); }
.nav__logo { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.nav__mark { font-family: var(--serif); font-size: 30px; line-height: 1; color: var(--gold); transition: transform 1s var(--ease-out); }
.nav__logo:hover .nav__mark { transform: rotate(180deg); }
.nav__brand { font-family: var(--serif); font-size: 22px; letter-spacing: .18em; text-transform: uppercase; line-height: 1; display: flex; flex-direction: column; }
.nav__brand em { font-family: var(--sans); font-style: normal; font-size: 9px; letter-spacing: .5em; color: var(--muted); margin-top: 5px; }
.nav__links { display: flex; gap: 34px; }
.nav__links a {
  position: relative;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--text);
  padding: 6px 0;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform .6s var(--ease-out);
}
.nav__links a:hover::after, .nav__links a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav__links a.is-active { color: var(--gold-2); }
.nav__cta {
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  padding: 12px 22px; border: 1px solid var(--gold); color: var(--gold-2); border-radius: 999px;
  transition: background .4s, color .4s;
}
.nav__cta:hover { background: var(--gold); color: var(--gold-ink); }
.nav__burger { display: none; width: 44px; height: 44px; position: relative; }
.nav__burger span { position: absolute; left: 10px; right: 10px; height: 1px; background: var(--text); transition: transform .6s var(--ease-out), top .6s var(--ease-out); }
.nav__burger span:first-child { top: 18px; }
.nav__burger span:last-child { top: 26px; }
.menu-open .nav__burger span:first-child { top: 22px; transform: rotate(45deg); }
.menu-open .nav__burger span:last-child { top: 22px; transform: rotate(-45deg); }

.menu {
  position: fixed; inset: 0; z-index: 800;
  background: var(--bg-2);
  display: flex; flex-direction: column; justify-content: space-between;
  padding: calc(var(--nav-h) + 24px) var(--gutter) 32px;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s var(--ease);
  visibility: hidden;
}
.menu-open .menu { clip-path: inset(0 0 0 0); visibility: visible; }
.menu__links { display: flex; flex-direction: column; }
.menu__links a {
  display: flex; align-items: baseline; gap: 18px;
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(38px, 9vw, 72px); line-height: 1.12;
  border-bottom: 1px solid var(--line);
  padding: 6px 0;
  opacity: 0; transform: translateY(40px);
  transition: opacity .8s var(--ease-out), transform .8s var(--ease-out), color .3s;
}
.menu__links a i { font-family: var(--sans); font-style: normal; font-size: 11px; letter-spacing: .2em; color: var(--gold); }
.menu__links a:hover { color: var(--gold-2); }
.menu-open .menu__links a { opacity: 1; transform: none; }
.menu-open .menu__links a:nth-child(1) { transition-delay: .25s; }
.menu-open .menu__links a:nth-child(2) { transition-delay: .3s; }
.menu-open .menu__links a:nth-child(3) { transition-delay: .35s; }
.menu-open .menu__links a:nth-child(4) { transition-delay: .4s; }
.menu-open .menu__links a:nth-child(5) { transition-delay: .45s; }
.menu-open .menu__links a:nth-child(6) { transition-delay: .5s; }
.menu-open .menu__links a:nth-child(7) { transition-delay: .55s; }
.menu__foot { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--muted); letter-spacing: .08em; }
.menu__foot a { color: var(--gold-2); }

@media (max-width: 1080px) {
  .nav__links { display: none; }
  .nav__burger { display: block; }
  .nav { gap: 12px; }
}
@media (max-width: 520px) {
  .nav__cta { display: none; }
}

/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  height: 100vh; height: 100svh; min-height: 620px;
  overflow: hidden;
  display: flex; align-items: flex-end;
}
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 115%; object-fit: cover; object-position: center 60%; transform-origin: center; will-change: transform; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,11,10,.55) 0%, rgba(11,11,10,.05) 30%, rgba(11,11,10,.2) 55%, rgba(11,11,10,.95) 100%),
    radial-gradient(120% 80% at 50% 110%, rgba(11,11,10,.8), transparent 60%);
}
.hero__content {
  position: relative; z-index: 2;
  width: 100%; max-width: var(--max); margin: 0 auto;
  padding: 0 var(--gutter) clamp(110px, 16vh, 170px);
}
.hero__eyebrow {
  display: flex; align-items: center; gap: 16px;
  margin: 0 0 18px;
  font-size: 12px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold-2);
}
.hero__eyebrow .line { width: 60px; height: 1px; background: var(--gold); transform-origin: left; }
.hero__title {
  margin: 0;
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(80px, 24vw, 300px);
  line-height: .82;
  letter-spacing: -.035em;
  overflow: hidden;
  padding-bottom: .06em;
}
.hero__sub { max-width: 520px; margin: 26px 0 36px; color: rgba(236,230,219,.82); font-size: clamp(15px, 1.3vw, 18px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__scroll {
  position: absolute; z-index: 2; right: var(--gutter); bottom: 40px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--muted);
  writing-mode: vertical-rl;
}
.hero__scroll i { display: block; width: 1px; height: 70px; background: var(--line-2); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; top: -100%; width: 1px; height: 100%; background: var(--gold); animation: drip 2.2s var(--ease) infinite; }
@keyframes drip { to { top: 100%; } }
.hero__meta {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0;
  margin: 0; padding: 18px var(--gutter);
  list-style: none;
  display: flex; gap: clamp(18px, 4vw, 60px); flex-wrap: wrap;
  border-top: 1px solid var(--line);
  font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--muted);
}
.hero__meta b { font-family: var(--serif); font-weight: 400; font-size: 18px; color: var(--gold-2); letter-spacing: 0; margin-right: 4px; }
@media (max-width: 640px) {
  .hero__scroll { display: none; }
  .hero__meta { gap: 10px 18px; }
  .hero__content { padding-bottom: 120px; }
}

/* =========================================================
   Intro
   ========================================================= */
.intro { padding: clamp(110px, 16vw, 220px) 0 clamp(80px, 10vw, 140px); }
.intro__statement {
  margin: 0;
  max-width: 1200px;
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(28px, 4.1vw, 62px);
  line-height: 1.14;
  letter-spacing: -.01em;
}
.intro__statement .w { opacity: .14; transition: none; }
.no-js .intro__statement .w, .reduced .intro__statement .w { opacity: 1; }

.intro__grid {
  margin-top: clamp(80px, 12vw, 170px);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  grid-template-areas: "tall text" "tall wide";
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}
.intro__fig { margin: 0; overflow: hidden; border-radius: 2px; }
.intro__fig img { width: 100%; height: 100%; object-fit: cover; }
.intro__fig--tall { grid-area: tall; aspect-ratio: 3 / 4; }
.intro__fig--wide { grid-area: wide; aspect-ratio: 4 / 3; }
.intro__text { grid-area: text; padding-top: 40px; }
.intro__text p { color: var(--muted); max-width: 480px; margin: 28px 0 0; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; border-top: 1px solid var(--line); padding-top: 28px; }
.stat__num { display: block; font-family: var(--serif); font-weight: 300; font-size: clamp(48px, 5vw, 76px); line-height: 1; color: var(--gold-2); }
.stat__label { display: block; margin-top: 10px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); line-height: 1.5; }
@media (max-width: 860px) {
  .intro__grid { grid-template-columns: 1fr; grid-template-areas: "text" "tall" "wide"; }
  .intro__text { padding-top: 0; }
}
@media (max-width: 420px) { .stats { grid-template-columns: 1fr 1fr; } }

/* image reveal */
.reveal-img { clip-path: inset(0 0 0 0); }
.reveal-img img { will-change: transform; }

/* photo tone for dark theme */
.intro__fig img, .exp__img img, .room__img img, .gal__item img, .loc__card img {
  filter: brightness(.86) saturate(1.04) contrast(1.02);
  transition: filter .9s var(--ease-out), transform 1.2s var(--ease-out);
}

/* =========================================================
   Marquee
   ========================================================= */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.marquee__track { display: flex; align-items: center; gap: 44px; width: max-content; will-change: transform; animation: marquee 38s linear infinite; }
.marquee__track span { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(30px, 4vw, 58px); white-space: nowrap; }
.marquee__track i { font-style: normal; color: var(--gold); font-family: var(--serif); font-size: 28px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================
   Experiences (horizontal)
   ========================================================= */
.exp { padding-top: clamp(100px, 13vw, 180px); }
.exp__head { margin-bottom: clamp(40px, 6vw, 80px); }
.exp__pin { overflow: hidden; }
.exp__track {
  display: flex; gap: clamp(20px, 3vw, 44px);
  padding: 0 var(--gutter) clamp(80px, 10vw, 140px);
  width: max-content;
  will-change: transform;
}
.exp__card { width: clamp(300px, 34vw, 520px); flex-shrink: 0; }
.exp__card:nth-child(even) { margin-top: clamp(40px, 7vw, 110px); }
.exp__img { aspect-ratio: 4 / 5; overflow: hidden; border-radius: 2px; }
.exp__img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.exp__card:hover .exp__img img { filter: brightness(1) saturate(1.08); transform: scale(1.04); }
.exp__body { display: grid; grid-template-columns: auto 1fr; column-gap: 18px; padding-top: 22px; }
.exp__n { grid-row: span 2; font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 18px; padding-top: 6px; }
.exp__body h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.1; }
.exp__body p { margin: 8px 0 0; color: var(--muted); font-size: 15px; max-width: 380px; }

@media (min-width: 861px) {
  .js:not(.reduced) .exp__pin { height: 100vh; display: flex; align-items: center; }
  .js:not(.reduced) .exp__track { padding-bottom: 0; }
  .js:not(.reduced) .exp__card { width: calc(56vh * .8); }
  .js:not(.reduced) .exp__img { height: 56vh; aspect-ratio: auto; }
  .js:not(.reduced) .exp__card:nth-child(even) { margin-top: 8vh; }
  .reduced .exp__pin, .no-js .exp__pin { overflow-x: auto; }
}
@media (max-width: 860px) {
  .exp__pin { overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .exp__pin::-webkit-scrollbar { display: none; }
  .exp__card { width: 78vw; scroll-snap-align: start; }
  .exp__card:nth-child(even) { margin-top: 0; }
  .exp__img img { transform: none; }
}

/* =========================================================
   Full bleed
   ========================================================= */
.bleed { position: relative; height: 120vh; min-height: 640px; overflow: hidden; display: grid; place-items: center; }
.bleed__media { position: absolute; inset: 0; }
.bleed__media img { width: 100%; height: 130%; object-fit: cover; will-change: transform; }
.bleed__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, var(--bg) 0%, rgba(11,11,10,.35) 22%, rgba(11,11,10,.45) 78%, var(--bg) 100%); }
.bleed__quote { position: relative; z-index: 1; margin: 0; padding: 0 var(--gutter); max-width: 1100px; text-align: center; }
.bleed__quote p { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 5vw, 76px); line-height: 1.08; }
.bleed__quote em { color: var(--gold-2); }

/* =========================================================
   Rooms (stacked)
   ========================================================= */
.rooms { padding: clamp(100px, 13vw, 180px) 0 clamp(60px, 8vw, 120px); }
.rooms__head { margin-bottom: clamp(50px, 7vw, 100px); }
.rooms__stack { display: flex; flex-direction: column; gap: 40px; }
.room {
  position: sticky; top: 78px;
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: min(78vh, 720px);
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  transform-origin: center top;
  will-change: transform;
}
.room:nth-child(2) { top: 98px; }
.room:nth-child(3) { top: 118px; }
.room:nth-child(4) { top: 138px; }
.room__img { overflow: hidden; }
.room__img img { width: 100%; height: 100%; object-fit: cover; object-position: center 75%; }
.room__body { padding: clamp(28px, 5vw, 72px); display: flex; flex-direction: column; justify-content: flex-start; }
.room__n { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 22px; margin-bottom: 0; }
.room__body h3 { margin: 40px 0 0; font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 3.6vw, 58px); line-height: 1.02; }
.room__body p { color: var(--muted); max-width: 460px; margin: 20px 0 0; }
.tags { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tags li { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px; color: var(--text); }
@media (max-width: 860px) {
  .room { grid-template-columns: 1fr; position: relative; top: auto !important; min-height: 0; }
  .room__img { aspect-ratio: 4 / 3; }
  .room__n { margin-bottom: 0; }
  .room__body h3 { margin-top: 14px; }
}

/* =========================================================
   Materials
   ========================================================= */
.mat { position: relative; padding: clamp(100px, 13vw, 180px) 0; background: var(--bg-2); }
.mat__head { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 60px; align-items: end; margin-bottom: clamp(50px, 7vw, 90px); }
.mat__head .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.mat__intro { color: var(--muted); max-width: 440px; margin: 0; justify-self: end; }
.mat__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.mat__item {
  position: relative;
  display: grid; grid-template-columns: 70px 1.1fr 1.4fr 120px; align-items: baseline; gap: 20px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  cursor: default;
  transition: padding .6s var(--ease-out);
}
.mat__item::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: linear-gradient(90deg, rgba(201,168,106,.08), transparent 70%);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform .6s var(--ease-out);
  z-index: 0;
}
.mat__item > * { position: relative; z-index: 1; }
.mat__item:hover::before { transform: scaleY(1); }
.mat__item:hover { padding-left: 18px; }
.mat__n { font-family: var(--serif); font-style: italic; color: var(--gold); font-size: 18px; }
.mat__item h3 { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 3.2vw, 50px); line-height: 1.05; transition: color .4s; }
.mat__item:hover h3 { color: var(--gold-2); }
.mat__item p { margin: 0; color: var(--muted); font-size: 15px; max-width: 460px; }
.mat__where { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); text-align: right; }
.mat__thumb { display: none; }
.mat__float {
  position: fixed; top: 0; left: 0; z-index: 50;
  width: 300px; height: 380px;
  margin: -190px 0 0 -150px;
  pointer-events: none;
  overflow: hidden; border-radius: 3px;
  opacity: 0; transform: scale(.6);
  will-change: transform;
}
.mat__float img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) {
  .mat__head { grid-template-columns: 1fr; }
  .mat__intro { justify-self: start; }
  .mat__item { grid-template-columns: 40px 1fr 92px; grid-template-areas: "n h t" "n p t" "n w t"; gap: 6px 14px; padding: 24px 0; }
  .mat__item:hover { padding-left: 0; }
  .mat__n { grid-area: n; }
  .mat__item h3 { grid-area: h; }
  .mat__item p { grid-area: p; }
  .mat__where { grid-area: w; text-align: left; }
  .mat__thumb { display: block; grid-area: t; width: 92px; height: 116px; object-fit: cover; border-radius: 2px; align-self: center; }
  .mat__float { display: none; }
}
@media (hover: none) { .mat__float { display: none; } }

/* =========================================================
   Gallery
   ========================================================= */
.gal { padding: clamp(100px, 13vw, 180px) 0; }
.gal__head { margin-bottom: clamp(40px, 6vw, 80px); }
.gal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(160px, 18vw, 280px);
  grid-auto-flow: dense;
  gap: clamp(10px, 1.4vw, 20px);
}
.gal__item { position: relative; overflow: hidden; border-radius: 2px; cursor: zoom-in; }
.gal__item img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.gal__item::after { content: ""; position: absolute; inset: 0; border: 1px solid transparent; transition: border-color .5s, inset .6s var(--ease-out); pointer-events: none; }
.gal__item:hover img, .gal__item:focus-visible img { filter: brightness(1) saturate(1.08); transform: scale(1.08); }
.gal__item:hover::after { inset: 12px; border-color: rgba(227,203,152,.6); }
.gal__item--l { grid-column: span 2; }
.gal__item--t { grid-row: span 2; }
@media (max-width: 860px) {
  .gal__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 44vw; }
}

/* =========================================================
   Location
   ========================================================= */
.loc { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; background: var(--bg-2); }
.loc__media { position: relative; overflow: hidden; }
.loc__media img { position: absolute; inset: 0; width: 100%; height: 120%; object-fit: cover; will-change: transform; filter: brightness(.82); }
.loc__content { padding-top: clamp(80px, 10vw, 140px); padding-bottom: clamp(80px, 10vw, 140px); display: flex; flex-direction: column; justify-content: center; }
.loc__content > p { color: var(--muted); max-width: 480px; margin: 28px 0 0; }
.loc__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 44px 0 36px; max-width: 520px; }
.loc__card { margin: 0; }
.loc__card img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; border-radius: 2px; }
.loc__card figcaption { margin-top: 10px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.link-arrow { display: inline-flex; gap: 12px; align-items: center; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); border-bottom: 1px solid var(--line-2); padding-bottom: 8px; align-self: flex-start; transition: gap .5s var(--ease-out), border-color .4s; }
.link-arrow:hover { gap: 22px; border-color: var(--gold); }
@media (max-width: 860px) {
  .loc { grid-template-columns: 1fr; }
  .loc__media { height: 70vh; }
}

/* =========================================================
   Booking calendar
   ========================================================= */
.book { padding: clamp(100px, 13vw, 180px) 0; position: relative; }
.book::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 50% at 80% 40%, rgba(201,168,106,.07), transparent 70%); pointer-events: none; }
.book__wrap { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: start; }
.book__intro { position: sticky; top: calc(var(--nav-h) + 30px); }
.book__intro > p { color: var(--muted); max-width: 440px; margin: 28px 0 0; }
.book__phone { display: inline-flex; flex-direction: column; margin-top: 44px; }
.book__phone-label { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.book__phone-num { font-family: var(--serif); font-size: clamp(36px, 4vw, 56px); font-weight: 300; line-height: 1.1; color: var(--gold-2); transition: color .3s; }
.book__phone:hover .book__phone-num { color: var(--text); }

.cal {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(20px, 3vw, 40px);
}
.cal__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.cal__months { flex: 1; display: grid; grid-template-columns: 1fr 1fr; text-align: center; font-family: var(--serif); font-size: 24px; font-weight: 400; text-transform: capitalize; }
.cal__nav { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; transition: background .3s, color .3s, border-color .3s; flex-shrink: 0; }
.cal__nav:hover:not(:disabled) { background: var(--gold); color: var(--gold-ink); border-color: var(--gold); }
.cal__nav:disabled { opacity: .25; cursor: not-allowed; }
.cal__grids { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px 0; }
.cal__dow { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); text-align: center; padding-bottom: 10px; }
.cal__day {
  position: relative;
  aspect-ratio: 1;
  display: grid; place-items: center;
  font-size: 14px; font-variant-numeric: tabular-nums;
  color: var(--text);
  transition: color .2s;
}
.cal__day::before { content: ""; position: absolute; inset: 0; z-index: -1; transition: background .2s; }
.cal__day span { position: relative; width: 84%; height: 84%; display: grid; place-items: center; border-radius: 50%; transition: background .25s, color .25s, transform .25s var(--ease-out); }
.cal__day:hover:not(:disabled) span { background: rgba(236,230,219,.08); }
.cal__day:disabled { color: rgba(236,230,219,.18); cursor: not-allowed; text-decoration: line-through; text-decoration-color: rgba(236,230,219,.1); }
.cal__day.is-today span { box-shadow: inset 0 0 0 1px var(--line-2); }
.cal__day.in-range::before { background: rgba(201,168,106,.14); }
.cal__day.is-start::before { background: linear-gradient(90deg, transparent 50%, rgba(201,168,106,.14) 50%); }
.cal__day.is-end::before { background: linear-gradient(90deg, rgba(201,168,106,.14) 50%, transparent 50%); }
.cal__day.is-start.is-end::before { background: none; }
.cal__day.is-start span, .cal__day.is-end span { background: var(--gold) !important; color: var(--gold-ink); font-weight: 600; transform: scale(1.04); }
.cal__day.is-empty { pointer-events: none; }

.cal__summary { display: grid; grid-template-columns: 1fr 1fr .6fr; margin-top: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cal__summary div { padding: 16px 0; display: flex; flex-direction: column; gap: 2px; }
.cal__summary div + div { border-left: 1px solid var(--line); padding-left: 18px; }
.cal__summary span { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.cal__summary b { font-family: var(--serif); font-weight: 400; font-size: 22px; color: var(--gold-2); }

.cal__fields { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 26px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.field label small { text-transform: none; letter-spacing: .02em; }
.field input, .field textarea {
  width: 100%;
  background: transparent;
  border: 0; border-bottom: 1px solid var(--line-2);
  color: var(--text);
  font: inherit; font-size: 16px;
  padding: 10px 0;
  border-radius: 0;
  transition: border-color .3s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(236,230,219,.3); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.stepper { display: flex; align-items: center; border: 1px solid var(--line-2); border-radius: 999px; height: 46px; }
.stepper button { width: 44px; height: 100%; font-size: 18px; color: var(--gold-2); }
.stepper button:hover { color: var(--text); }
.stepper input { width: 44px; text-align: center; border: 0; padding: 0; -moz-appearance: textfield; appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.cal__error { min-height: 22px; margin: 16px 0 0; font-size: 13px; color: #e59a7f; }
.cal__actions { display: grid; gap: 10px; margin-top: 6px; }
.cal__note { margin: 16px 0 0; font-size: 12px; color: var(--muted); text-align: center; }

@media (max-width: 980px) {
  .book__wrap { grid-template-columns: 1fr; }
  .book__intro { position: relative; top: auto; }
}
@media (max-width: 640px) {
  .cal__months { grid-template-columns: 1fr; }
  .cal__months span + span { display: none; }
  .cal__grids { grid-template-columns: 1fr; }
  .cal__grids .cal__grid + .cal__grid { display: none; }
  .cal__fields { grid-template-columns: 1fr; }
  .cal__summary div + div { padding-left: 12px; }
  .cal__summary b { font-size: 18px; }
}

/* =========================================================
   Footer
   ========================================================= */
.foot { border-top: 1px solid var(--line); padding: clamp(70px, 10vw, 130px) 0 34px; }
.foot__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.foot__big { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(64px, 13vw, 210px); line-height: .85; letter-spacing: -.03em; }
.foot__big em { display: block; font-size: .28em; letter-spacing: .4em; text-transform: uppercase; color: var(--gold); font-style: normal; margin-top: .4em; padding-left: .2em; }
.foot__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 70px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12px; letter-spacing: .12em; color: var(--muted); }
.foot__bottom a:hover { color: var(--gold-2); }

/* =========================================================
   Sticky CTA
   ========================================================= */
.sticky-cta {
  position: fixed; z-index: 850;
  right: clamp(16px, 3vw, 36px); bottom: clamp(16px, 3vw, 36px);
  display: inline-flex; align-items: center; gap: 12px;
  height: 58px; padding: 0 24px 0 20px;
  border-radius: 999px;
  background: var(--gold); color: var(--gold-ink);
  font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  box-shadow: 0 18px 50px -12px rgba(0,0,0,.7), 0 0 0 1px rgba(227,203,152,.4);
  transform: translateY(140%); opacity: 0;
  transition: transform .8s var(--ease-out), opacity .6s, background .4s;
}
.sticky-cta.is-visible { transform: translateY(0); opacity: 1; }
.menu-open .sticky-cta { opacity: 0; pointer-events: none; }
.sticky-cta:hover { background: var(--gold-2); }
.sticky-cta__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-ink); position: relative; }
.sticky-cta__dot::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid var(--gold-ink); animation: ping 2s var(--ease-out) infinite; }
@keyframes ping { 0% { transform: scale(.4); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }
.sticky-cta__arrow { transition: transform .5s var(--ease-out); }
.sticky-cta:hover .sticky-cta__arrow { transform: translateX(5px); }
@media (max-width: 520px) {
  .sticky-cta { left: 16px; right: 16px; justify-content: center; }
}

/* =========================================================
   Lightbox
   ========================================================= */
.lb { position: fixed; inset: 0; z-index: 9500; background: rgba(8,8,7,.96); display: grid; place-items: center; padding: 70px 16px; }
.lb[hidden] { display: none; }
.lb__fig { margin: 0; max-width: min(1400px, 92vw); max-height: 84vh; }
.lb__fig img { max-width: 100%; max-height: 84vh; object-fit: contain; }
.lb__close, .lb__prev, .lb__next { position: absolute; width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; font-size: 20px; background: rgba(11,11,10,.6); transition: background .3s, color .3s; }
.lb__close:hover, .lb__prev:hover, .lb__next:hover { background: var(--gold); color: var(--gold-ink); }
.lb__close { top: 18px; right: 18px; font-size: 28px; }
.lb__prev { left: 18px; top: 50%; margin-top: -27px; }
.lb__next { right: 18px; top: 50%; margin-top: -27px; }
.lb__count { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font-size: 12px; letter-spacing: .24em; color: var(--muted); }
@media (max-width: 640px) {
  .lb__prev, .lb__next { top: auto; bottom: 14px; margin: 0; }
}

/* fade-up default (JS animates) */
.js .fade-up { opacity: 0; transform: translateY(40px); }
.reduced .fade-up { opacity: 1 !important; transform: none !important; }

/* =========================================================
   Reduced motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  body::after { display: none; }
  .loader { display: none; }
  .marquee__track { animation: none; }
  .js .fade-up { opacity: 1; transform: none; }
  .intro__statement .w { opacity: 1; }
  .cursor, .mat__float { display: none; }
}
