/* ===================================================================
   ABOVE — Owner Acquisition Site (Dark Edition)
   Palette matched to the Above brochure: near-black, champagne gold,
   warm cream. Key-and-crown logo in gold.
   =================================================================== */

:root {
  /* Four Seasons after dark — warm espresso, muted champagne, warm ivory */
  --ink:        #100d0a;   /* page background, warm near-black */
  --ink-2:      #15110c;   /* raised sections */
  --ink-3:      #1b160f;   /* cards, inputs */
  --gold:       #b89a5e;   /* muted champagne */
  --gold-bright:#d4bd86;   /* refined highlight */
  --cream:      #f1ebdf;   /* warm ivory text */
  --muted:      #9c9486;   /* warm stone, secondary text */
  --line:       rgba(212, 189, 134, 0.22);  /* champagne hairline */
  --line-soft:  rgba(241, 235, 223, 0.10);  /* ivory hairline */

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  --container: 1240px;
  --measure: 38rem;                              /* readable text column */
  --section-pad: clamp(6.5rem, 15vh, 13rem);     /* lavish whitespace */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  color-scheme: dark;
  -webkit-tap-highlight-color: transparent;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

a, button, input, select, textarea, [role="tab"] { touch-action: manipulation; }

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--cream);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--gold); color: var(--ink); }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; cursor: pointer; }

section { scroll-margin-top: 5.5rem; }

.container {
  max-width: var(--container); margin-inline: auto;
  padding-left: max(clamp(1.25rem, 5vw, 3rem), env(safe-area-inset-left));
  padding-right: max(clamp(1.25rem, 5vw, 3rem), env(safe-area-inset-right));
}
.section { padding-block: var(--section-pad); }

/* alternating section tone for depth */
.feature { background: var(--ink); }
.fit { background: var(--ink-2); }
.numbers { background: var(--ink); }
.portfolio { background: var(--ink-2); }
.voices { background: var(--ink); }
.inquire { background: var(--ink-2); }

/* ---------- Accessibility ---------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--gold); color: var(--ink); padding: 0.75rem 1.5rem;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 3px; }

/* ---------- Typography ---------- */
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.1; text-wrap: balance; }

h1 { font-size: clamp(3rem, 7.6vw, 6.5rem); font-weight: 500; letter-spacing: -0.012em; }
h2 {
  font-size: clamp(2.3rem, 4.6vw, 4.25rem);
  font-weight: 500; letter-spacing: -0.008em;
  margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}
h1 em, h2 em { font-style: italic; font-weight: 400; color: var(--gold); }
h3 { font-size: 1.55rem; font-weight: 500; margin-bottom: 0.6rem; }

/* small tracked label over a hairline rule — the Four Seasons signature label */
.eyebrow {
  display: inline-flex; align-items: center; gap: 1rem;
  font-size: 0.68rem; font-weight: 400;
  letter-spacing: 0.46em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.9rem;
}
.eyebrow::before {
  content: ""; width: 2.25rem; height: 1px; background: var(--gold);
  opacity: 0.7; flex-shrink: 0;
}
.lede-center .eyebrow::before, .numbers .eyebrow::before { display: none; }

.lede {
  font-size: clamp(1.1rem, 1.55vw, 1.3rem);
  font-weight: 300; line-height: 1.8; color: var(--cream);
  max-width: var(--measure); margin-bottom: 1.5rem;
}
.lede-center { margin-inline: auto; text-align: center; }
.lede-center .eyebrow { justify-content: center; }

p { color: var(--muted); }
.feature-copy p:not(.eyebrow):not(.lede) { max-width: var(--measure); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-family: var(--font-body);
  font-size: 0.74rem; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase;
  padding: 1rem 2.6rem; border: 1px solid transparent; background: transparent;
  transition: background-color 260ms var(--ease), color 260ms var(--ease), border-color 260ms var(--ease), transform 260ms var(--ease);
  cursor: pointer;
}
.btn:active { transform: scale(0.985); }
.btn-gold { border-color: var(--gold); color: var(--gold-bright); }
.btn-gold:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn-block { width: 100%; }

.quiet-link {
  font-size: 0.74rem; font-weight: 400;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--muted); padding-block: 1rem; position: relative;
  transition: color 240ms var(--ease);
}
.quiet-link::after {
  content: ""; position: absolute; left: 0; bottom: 0.6rem;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0.3); transform-origin: left;
  transition: transform 300ms var(--ease);
}
.quiet-link:hover { color: var(--cream); }
.quiet-link:hover::after { transform: scaleX(1); }

/* ---------- Logo lockup ---------- */
.lockup { display: flex; align-items: center; gap: 0.95rem; color: var(--gold); }
.mark { display: block; width: 66px; height: auto; flex-shrink: 0; }
.lockup-text { display: flex; flex-direction: column; line-height: 1.05; }
.lockup-above {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  letter-spacing: 0.4em; color: var(--cream);
}
.lockup-sub {
  font-size: 0.52rem; font-weight: 400; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--gold); margin-top: 2px;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background-color 320ms var(--ease), box-shadow 320ms var(--ease), backdrop-filter 320ms var(--ease);
}
.site-header.scrolled {
  background: rgba(16, 13, 10, 0.86);
  box-shadow: 0 1px 0 var(--line-soft);
  backdrop-filter: blur(14px);
}
.header-inner {
  max-width: var(--container); margin-inline: auto;
  padding: 1.05rem clamp(1.25rem, 5vw, 3rem);
  padding-left: max(clamp(1.25rem, 5vw, 3rem), env(safe-area-inset-left));
  padding-right: max(clamp(1.25rem, 5vw, 3rem), env(safe-area-inset-right));
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.site-header .mark { width: 58px; }
.site-header .lockup-above { font-size: 1.25rem; }

.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); }
.site-nav a {
  font-size: 0.76rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream); position: relative; padding-block: 0.35rem;
}
.site-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: right;
  transition: transform 260ms var(--ease);
}
.site-nav a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  border: 1px solid var(--gold); color: var(--gold-bright);
  padding: 0.55rem 1.4rem !important;
  transition: background-color 220ms var(--ease), color 220ms var(--ease);
}
.nav-cta:hover { background: var(--gold); color: var(--ink) !important; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  width: 44px; height: 44px; color: var(--cream);
  flex-direction: column; align-items: center; justify-content: center; gap: 7px;
}
.nav-toggle span { display: block; width: 26px; height: 1.5px; background: currentColor; transition: transform 260ms var(--ease); }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; color: var(--cream); overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0; overflow: hidden;
  opacity: 0; transition: opacity 1600ms var(--ease);
}
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); will-change: transform; }
.hero-slide.is-active img { animation: kenburns 7500ms var(--ease) both; }
@keyframes kenburns { from { transform: scale(1.03); } to { transform: scale(1.13); } }
.hero-scrim { z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .hero-slide.is-active img { animation: none; transform: none; }
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(16, 13, 10, 0.7) 0%, rgba(16, 13, 10, 0.42) 42%, rgba(16, 13, 10, 0.9) 100%),
    radial-gradient(110% 100% at 18% 60%, rgba(16, 13, 10, 0.6), transparent 58%);
}
.hero-content {
  max-width: var(--container); margin-inline: auto; width: 100%;
  padding: clamp(7rem, 18vh, 11rem) clamp(1.25rem, 5vw, 3rem) clamp(5rem, 12vh, 8rem);
}
.hero .eyebrow { color: var(--gold-bright); }
.hero-sub { margin-top: 2rem; max-width: 36em; font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: rgba(244,239,230,0.86); }
.hero-actions { margin-top: 3rem; display: flex; flex-wrap: wrap; align-items: center; gap: 2.25rem; }

.scroll-cue { position: absolute; bottom: max(2.25rem, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); }
.scroll-cue span {
  display: block; width: 1px; height: 56px;
  background: linear-gradient(to bottom, transparent, var(--gold));
  animation: cue 2.2s var(--ease) infinite;
}
@keyframes cue {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Shared two-column (inquire) ---------- */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }

/* ---------- Feature (Who / Offer) — full-bleed split ---------- */
.feature { background: var(--ink); }
.feature-split {
  display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  min-height: clamp(34rem, 86vh, 58rem);
}
.feature-reverse .feature-media { order: -1; }
.feature-copy {
  display: flex; flex-direction: column; justify-content: center;
  padding-block: clamp(4rem, 9vh, 8rem);
  padding-inline: clamp(1.75rem, 6vw, 6.5rem);
}
.feature-copy p + p { margin-top: 1.25rem; }
.feature-media { position: relative; overflow: hidden; min-height: 56vh; }

/* ---------- Cinematic moment (signature full-bleed) ---------- */
.moment {
  position: relative; min-height: 82vh; min-height: 82svh;
  display: grid; place-items: center; overflow: hidden; text-align: center;
}
.moment-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.moment-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 50% at 50% 50%, rgba(16,13,10,0.55), transparent 75%),
    linear-gradient(rgba(16,13,10,0.5), rgba(16,13,10,0.62));
}
.moment-line {
  position: relative; font-family: var(--font-display);
  font-size: clamp(2.3rem, 5.2vw, 4.75rem); font-weight: 400; line-height: 1.15;
  color: var(--cream); letter-spacing: 0.005em; padding-inline: 1.5rem; max-width: 18em;
}
.moment-line em { font-style: italic; color: var(--gold-bright); }

/* ---------- A Considered Fit ---------- */
.fit-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 6rem); margin-top: clamp(2.5rem, 5vw, 4rem); }
.fit-col h3 {
  font-family: var(--font-body); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.36em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem;
}
.fit-col ul { list-style: none; }
.fit-col li {
  font-family: var(--font-display); font-size: clamp(1.25rem, 1.9vw, 1.55rem);
  font-weight: 500; line-height: 1.35; color: var(--cream);
  padding-block: 1.4rem; border-top: 1px solid var(--line);
}
.fit-col li:last-child { border-bottom: 1px solid var(--line); }
.fit-col-not li { color: var(--muted); font-style: italic; font-weight: 400; }

/* ---------- By the Numbers (restrained, centered) ---------- */
.numbers .container { text-align: center; }
.numbers-bridge {
  max-width: 40em; margin: 0 auto clamp(2.75rem, 5vw, 4rem);
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem); line-height: 1.5; color: var(--cream);
}
.numbers .eyebrow { justify-content: center; }
.numbers .lede { max-width: 44em; margin-inline: auto; }
.stat-tiles {
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(3.5rem, 6vw, 5rem);
  border-block: 1px solid var(--line-soft);
}
.tile { padding: clamp(2rem, 3.5vw, 3rem) clamp(1rem, 2vw, 1.5rem); border-left: 1px solid var(--line-soft); }
.tile:first-child { border-left: 0; }
.tile-num {
  display: block; font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 3rem); font-weight: 500; line-height: 1.05;
  color: var(--gold); font-variant-numeric: tabular-nums;
}
.tile-label {
  display: block; margin-top: 1rem; font-size: 0.7rem;
  letter-spacing: 0.14em; text-transform: uppercase; line-height: 1.6; color: var(--muted);
}
.fine-note { margin-top: 2rem; font-size: 0.78rem; color: rgba(156, 148, 134, 0.7); max-width: 44em; margin-inline: auto; }

/* ---------- You Hold the Keys (interactive control) ---------- */
.control { background: var(--ink-2); }
.control .container { text-align: center; }
.control .eyebrow { justify-content: center; }
.control .lede { margin-inline: auto; }
.control-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-top: clamp(3rem, 6vw, 4.5rem); text-align: left;
}
.control-partner {
  max-width: 52em; margin: clamp(4rem, 8vw, 7rem) auto 0;
  padding-top: clamp(3.5rem, 6vw, 5rem); border-top: 1px solid var(--line-soft);
}
.control-partner h3 {
  font-family: var(--font-display); font-weight: 500; letter-spacing: -0.015em;
  font-size: clamp(2.5rem, 5.5vw, 4rem); line-height: 1.08; color: var(--cream); margin-bottom: 1.5rem;
}
.control-partner h3 em { font-style: italic; font-weight: 400; color: var(--gold); }
.control-partner p {
  font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.7; color: rgba(241, 235, 223, 0.88);
  max-width: 40em; margin-inline: auto;
}

/* ---------- The Reservation Experience (interactive click-through) ---------- */
.process { background: var(--ink); }
.process .pa { display: grid; grid-template-columns: 0.8fr 1.4fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start; margin-top: clamp(2.5rem, 5vw, 4rem); }
.pa-rail { display: flex; flex-direction: column; }
.pa-step { display: flex; align-items: baseline; gap: 0.9rem; width: 100%; text-align: left; background: none; border: 0; border-bottom: 1px solid var(--line-soft); cursor: pointer; padding: 0.9rem 0; color: var(--muted); transition: color 240ms var(--ease); }
.pa-step:last-child { border-bottom: 0; }
.pa-step .n { font-family: var(--font-display); font-size: 0.95rem; color: var(--gold); opacity: 0.45; min-width: 2rem; transition: opacity 240ms var(--ease); }
.pa-step .l { font-family: var(--font-display); font-size: clamp(1.05rem, 1.7vw, 1.35rem); font-weight: 500; line-height: 1.15; }
.pa-step:hover { color: var(--cream); }
.pa-step[aria-selected="true"] { color: var(--cream); }
.pa-step[aria-selected="true"] .n { opacity: 1; }
.pa-stage { position: relative; min-height: 360px; }
.pa-panel { opacity: 1; transition: opacity 320ms var(--ease); }
.pa-panel.fading { opacity: 0; }
.pa-pn { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 4.5rem); color: var(--gold); opacity: 0.5; line-height: 1; }
.pa-panel .head { display: flex; align-items: baseline; gap: 1.1rem; flex-wrap: wrap; margin: 0.4rem 0 0.9rem; }
.pa-panel h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--cream); }
.pa-panel h3 em { font-style: italic; color: var(--gold); }
.pa-panel p { color: rgba(241, 235, 223, 0.82); font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.7; max-width: 36em; }
.stage-time { display: inline-block; font-family: var(--font-body); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-bright); border: 1px solid var(--line-soft); padding: 0.32rem 0.7rem; }
.gold-eyebrow { font-family: var(--font-body); font-size: 0.64rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.steplist { list-style: none; margin-top: 1.1rem; display: flex; flex-direction: column; gap: 0.7rem; }
.steplist li { position: relative; padding-left: 1.4rem; color: rgba(241, 235, 223, 0.78); font-size: clamp(0.92rem, 1.2vw, 1rem); line-height: 1.6; }
.steplist li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }
.inq { margin: 0.6rem 0 0.2rem; }
.inq-bubble { display: inline-flex; flex-direction: column; gap: 0.2rem; background: var(--ink-3); border: 1px solid var(--line); border-radius: 16px; padding: 1.15rem 1.4rem; min-width: 250px; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4); }
.inq-head { font-family: var(--font-body); font-size: 0.62rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.inq-row { font-family: var(--font-display); font-size: 1.2rem; color: var(--cream); line-height: 1.35; }
.inq-ask { margin-top: 0.65rem; font-family: var(--font-body); font-size: 0.9rem; color: var(--muted); }
@media (max-width: 900px) { .process .pa { grid-template-columns: 1fr; } }

/* ---------- Beyond the Booking (membership benefits) ---------- */
.benefits { background: var(--ink); border-top: 1px solid var(--line-soft); text-align: center; }
.benefits .eyebrow { justify-content: center; }
.benefits .eyebrow::before { display: none; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 1.75rem); margin-top: clamp(2.5rem, 5vw, 4rem); text-align: left; }
.benefit { background: var(--ink-3); border: 1px solid var(--line-soft); padding: clamp(1.75rem, 2.8vw, 2.5rem); display: flex; flex-direction: column; }
.benefit-label { font-family: var(--font-body); font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.benefit h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.4rem, 2.2vw, 1.85rem); line-height: 1.18; color: var(--cream); margin-bottom: 0.9rem; }
.benefit p { font-size: clamp(0.95rem, 1.2vw, 1.02rem); line-height: 1.7; color: rgba(241, 235, 223, 0.8); }
.benefit-fine { margin-top: auto; padding-top: 1.1rem; font-size: 0.78rem; font-style: italic; color: var(--muted); }
@media (max-width: 880px) { .benefit-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ ---------- */
.faq { background: var(--ink-2); text-align: center; }
.faq .eyebrow { justify-content: center; }
.faq .eyebrow::before { display: none; }
.faq-list { max-width: 50em; margin: clamp(2.5rem, 5vw, 4rem) auto 0; border-top: 1px solid var(--line-soft); text-align: left; }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; padding: clamp(1.1rem, 2vw, 1.5rem) 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(1.15rem, 1.9vw, 1.5rem); line-height: 1.3; color: var(--cream); transition: color 200ms var(--ease); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold-bright); }
.faq-item summary::after { content: "+"; font-family: var(--font-body); font-weight: 300; font-size: 1.5rem; line-height: 1; color: var(--gold); flex: none; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-a { padding: 0 0 clamp(1.2rem, 2.5vw, 1.75rem); }
.faq-a p { font-size: clamp(0.98rem, 1.3vw, 1.08rem); line-height: 1.75; color: rgba(241, 235, 223, 0.82); max-width: 44em; }
.control-card {
  background: var(--ink-3); border: 1px solid var(--line-soft);
  padding: clamp(1.75rem, 2.5vw, 2.25rem);
  display: flex; flex-direction: column;
  transition: border-color 360ms var(--ease), transform 360ms var(--ease);
}
.control-card:hover { border-color: var(--line); transform: translateY(-3px); }
@media (prefers-reduced-motion: reduce) { .control-card:hover { transform: none; } }
.control-label {
  font-size: 0.66rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.5rem;
}
.control-cap {
  margin-top: auto; padding-top: 1.5rem;
  font-family: var(--font-display); font-style: italic; font-size: 1.08rem;
  color: var(--muted); line-height: 1.5;
}

/* Calendar */
.cal-month { font-family: var(--font-display); font-size: 1.3rem; color: var(--cream); margin-bottom: 0.9rem; }
.cal-dow, .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.cal-dow { gap: 2px; margin-bottom: 0.45rem; }
.cal-dow span { text-align: center; font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.cal-grid { gap: 3px; }
.cal-day {
  aspect-ratio: 1; border: 0; border-radius: 2px;
  background: rgba(244, 239, 230, 0.04); color: var(--cream);
  font-family: var(--font-display); font-size: 0.95rem; cursor: pointer;
  display: grid; place-items: center;
  transition: background-color 240ms var(--ease), color 240ms var(--ease), transform 240ms var(--ease);
}
.cal-day:hover:not(:disabled) { background: rgba(216, 189, 134, 0.18); }
.cal-day:active:not(:disabled) { transform: scale(0.92); }
.cal-day.reserved { background: var(--gold); color: var(--ink); }
.cal-day:disabled { background: transparent; color: rgba(156, 148, 134, 0.3); cursor: default; }
.cal-day.blank { background: transparent; visibility: hidden; }

/* Rate */
.rate { text-align: center; padding-block: 0.25rem; }
.rate-num { display: block; font-family: var(--font-display); font-size: clamp(2.6rem, 4vw, 3.4rem); color: var(--gold-bright); font-variant-numeric: tabular-nums; line-height: 1; }
.rate-unit { display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-top: 0.6rem; margin-bottom: 1.85rem; }
.rate-range { -webkit-appearance: none; appearance: none; width: 100%; height: 2px; background: var(--line); cursor: pointer; }
.rate-range::-webkit-slider-thumb { -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%; background: var(--gold); border: 0; cursor: pointer; transition: transform 200ms var(--ease), box-shadow 200ms var(--ease); }
.rate-range::-webkit-slider-thumb:hover { transform: scale(1.15); }
.rate-range::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--gold); border: 0; cursor: pointer; }
.rate-range:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px rgba(216, 189, 134, 0.3); }
.rate-scale { display: flex; justify-content: space-between; margin-top: 0.9rem; font-size: 0.66rem; letter-spacing: 0.06em; color: var(--muted); }

/* Approval */
.appr-req { padding-bottom: 1.4rem; border-bottom: 1px solid var(--line-soft); }
.appr-when { display: block; font-family: var(--font-display); font-size: 1.35rem; color: var(--cream); }
.appr-rate { display: block; font-family: var(--font-display); font-size: 1.1rem; color: var(--gold-bright); margin-top: 0.3rem; }
.control-subhead { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.12; color: var(--cream); margin-top: clamp(3rem, 6vw, 4.5rem); }
.control-subhead em { font-style: italic; color: var(--gold); }
.appr-who { display: block; font-size: 0.9rem; color: var(--muted); margin-top: 0.35rem; }
.appr-actions { display: flex; gap: 0.75rem; margin-top: 1.4rem; }
.appr-btn { flex: 1; font-family: var(--font-body); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.85rem 0.5rem; cursor: pointer; border: 1px solid var(--line); background: transparent; transition: background-color 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease); }
.appr-yes { color: var(--gold-bright); }
.appr-yes:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.appr-no { color: var(--muted); border-color: var(--line-soft); }
.appr-no:hover { color: var(--cream); border-color: var(--line); }
.appr-result { margin-top: 1.4rem; font-family: var(--font-display); font-style: italic; font-size: 1.1rem; line-height: 1.45; min-height: 1.4em; }
.appr-result.yes { color: var(--gold-bright); }
.appr-result.no { color: var(--muted); }

/* ---------- Portfolio ---------- */
.destinations { margin-top: 1.5rem; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-bright); }
.destinations span { color: var(--muted); letter-spacing: 0.16em; }

.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.5rem); margin-top: clamp(2rem, 4vw, 3rem); }
.property-card { position: relative; overflow: hidden; aspect-ratio: 4 / 5; opacity: 0; transform: translateY(16px); animation: cardIn 520ms var(--ease) forwards; border: 1px solid var(--line-soft); }
.property-card:nth-child(2) { animation-delay: 60ms; }
.property-card:nth-child(3) { animation-delay: 120ms; }
.property-card:nth-child(4) { animation-delay: 180ms; }
.property-card:nth-child(5) { animation-delay: 240ms; }
.property-card:nth-child(6) { animation-delay: 300ms; }
.property-card:nth-child(7) { animation-delay: 360ms; }
.property-card:nth-child(8) { animation-delay: 420ms; }
.property-card:nth-child(9) { animation-delay: 480ms; }
.property-card:nth-child(n+10) { animation-delay: 540ms; }
@keyframes cardIn { to { opacity: 1; transform: none; } }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1100ms var(--ease); }
.slide.is-active { opacity: 1; }
.slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: var(--ink-3); transition: transform 1200ms var(--ease); }
.property-card:hover .slide.is-active img { transform: scale(1.05); }
.property-card figcaption { position: absolute; inset: auto 0 0 0; padding: 1.6rem 1.4rem 1.3rem; background: linear-gradient(to top, rgba(16, 13, 10,0.9), transparent); }
.property-card .prop-name { display: block; font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; line-height: 1.2; color: var(--cream); }
.property-card .prop-loc { display: block; font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-bright); margin-top: 0.5rem; }

.portfolio-note { margin-top: 2.5rem; font-size: 0.92rem; color: var(--muted); }
.portfolio-note span { color: var(--gold); }
.portfolio-anywhere { max-width: 42em; margin: clamp(3.5rem, 7vw, 6rem) auto 0; padding-top: clamp(2.5rem, 5vw, 3.5rem); border-top: 1px solid var(--line-soft); text-align: center; }
.anywhere-line { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.12; color: var(--cream); }
.anywhere-line em { font-style: italic; color: var(--gold); }
.anywhere-sub { margin: 1.25rem auto 0; max-width: 36em; font-size: clamp(0.98rem, 1.3vw, 1.1rem); line-height: 1.7; color: rgba(241, 235, 223, 0.78); }
.portfolio-anywhere .btn { margin-top: clamp(1.75rem, 3vw, 2.5rem); }

/* ---------- Seeking (always looking, anywhere) ---------- */
.seeking { background: var(--ink); text-align: center; border-top: 1px solid var(--line-soft); }
.seeking .eyebrow { justify-content: center; }
.seeking .eyebrow::before { display: none; }
.seeking-actions { margin-top: clamp(1.75rem, 3vw, 2.5rem); }

@media (prefers-reduced-motion: reduce) {
  .property-card { animation: none; opacity: 1; transform: none; }
  .property-card:hover img { transform: none; }
  .scroll-cue span { animation: none; }
}

/* ---------- Film (homeowner experience) ---------- */
.film { background: var(--ink); }
.film .container { text-align: center; }
.film .eyebrow { justify-content: center; }
.film .lede { margin-inline: auto; }
.film-frame {
  position: relative; margin-top: clamp(2.5rem, 5vw, 3.5rem);
  border: 1px solid var(--line-soft); overflow: hidden;
  aspect-ratio: 16 / 9; background: var(--ink-3); text-align: left;
}
.film-play { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; background: none; cursor: pointer; }
.film-poster { width: 100%; height: 100%; object-fit: cover; }
.film-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(16,13,10,0.34), rgba(16,13,10,0.56));
  transition: background-color 360ms var(--ease);
}
.film-play:hover .film-scrim { background: linear-gradient(rgba(16,13,10,0.24), rgba(16,13,10,0.46)); }
.film-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(64px, 8vw, 92px); height: clamp(64px, 8vw, 92px); border-radius: 50%;
  border: 1px solid var(--gold-bright); background: rgba(16,13,10,0.4);
  display: grid; place-items: center;
  transition: transform 360ms var(--ease), background-color 360ms var(--ease);
}
.film-play:hover .film-btn { transform: translate(-50%, -50%) scale(1.08); background: var(--gold); }
.film-btn svg { width: 32%; height: 32%; fill: var(--gold-bright); margin-left: 9%; transition: fill 360ms var(--ease); }
.film-play:hover .film-btn svg { fill: var(--ink); }
.film-cap {
  position: absolute; bottom: clamp(1rem, 2.5vw, 1.75rem); left: 50%; transform: translateX(-50%);
  font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream);
}
.film-iframe, .film-video { width: 100%; height: 100%; border: 0; display: block; background: #000; }
.film-video { object-fit: cover; }

/* ---------- Owner Voices (rotating carousel) ---------- */
.carousel { margin-top: clamp(3rem, 6vw, 4.5rem); max-width: 62rem; margin-inline: auto; }
.carousel-track { display: grid; }
.carousel-track::before {
  content: "\201C"; grid-area: 1 / 1; justify-self: center;
  font-family: var(--font-display); font-size: 5rem; line-height: 0.7; color: var(--line);
  margin-top: -1.5rem; pointer-events: none;
}
.quote {
  grid-area: 1 / 1; opacity: 0; visibility: hidden;
  transition: opacity 700ms var(--ease); text-align: center;
  align-self: start; padding-top: 2.5rem;
}
.quote.is-active { opacity: 1; visibility: visible; }
.quote blockquote {
  font-family: var(--font-display); font-size: clamp(1.5rem, 2.7vw, 2.4rem);
  font-style: italic; font-weight: 400; line-height: 1.45; color: var(--cream);
}
.quote figcaption {
  margin-top: 2rem; font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold); display: flex; flex-direction: column; gap: 0.35rem;
}
.quote figcaption span { color: var(--muted); letter-spacing: 0.16em; }

.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 2.75rem; }
.carousel-arrow {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  background: transparent; color: var(--gold-bright); font-size: 1.4rem; line-height: 1; cursor: pointer;
  transition: background-color 220ms var(--ease), color 220ms var(--ease), border-color 220ms var(--ease);
}
.carousel-arrow:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.carousel-dots { display: flex; gap: 0.65rem; }
.carousel-dots button {
  width: 8px; height: 8px; padding: 0; border-radius: 50%; border: 0;
  background: var(--line); cursor: pointer;
  transition: background-color 220ms var(--ease), transform 220ms var(--ease);
}
.carousel-dots button[aria-selected="true"] { background: var(--gold-bright); transform: scale(1.25); }

/* ---------- Inquire ---------- */
.inquire .grid-2 { align-items: start; }
.contact-rows { list-style: none; margin-top: 2.5rem; }
.contact-rows li { display: grid; grid-template-columns: 110px 1fr; gap: 1.25rem; padding-block: 1.05rem; border-top: 1px solid var(--line-soft); align-items: baseline; }
.contact-rows li:last-child { border-bottom: 1px solid var(--line-soft); }
.contact-rows span { font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); }
.contact-rows a, .contact-rows address { font-style: normal; font-size: 1.05rem; color: var(--cream); }
.contact-rows a:hover { color: var(--gold-bright); }

.inquire-form { background: var(--ink-3); border: 1px solid var(--line); padding: clamp(1.75rem, 3.5vw, 3rem); }
.field { margin-bottom: 1.5rem; }
.field label { display: block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(244,239,230,0.78); margin-bottom: 0.6rem; }
.field label span { color: var(--gold-bright); }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; font-weight: 300;
  color: var(--cream); background: rgba(244,239,230,0.04);
  border: 1px solid var(--line-soft); padding: 0.85rem 1rem; min-height: 48px;
  transition: border-color 200ms var(--ease);
}
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; color-scheme: dark; background-color: var(--ink-3); background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 1.3rem) 55%, calc(100% - 1rem) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.field select option { color: var(--cream); background: var(--ink-3); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field input[aria-invalid="true"] { border-color: #d4644a; }
.field-error { font-size: 0.85rem; color: #e08a74; margin-top: 0.45rem; }
.form-fine { margin-top: 1.1rem; font-size: 0.8rem; color: rgba(169,160,145,0.7); text-align: center; }
.form-status { margin-top: 0.75rem; font-size: 0.95rem; color: var(--gold-bright); min-height: 1.5em; text-align: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); border-top: 1px solid var(--line-soft); padding-block: clamp(3rem, 6vh, 4.5rem); }
.footer-inner { text-align: center; display: flex; flex-direction: column; align-items: center; }
.lockup-footer { flex-direction: column; gap: 0.9rem; }
.lockup-footer .mark { width: 74px; }
.lockup-footer .lockup-text { align-items: center; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.75rem; margin-block: 2rem; }
.site-footer nav a { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); transition: color 200ms var(--ease); }
.site-footer nav a:hover { color: var(--gold-bright); }
.footer-fine { font-size: 0.82rem; color: var(--muted); line-height: 1.9; }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity 1200ms var(--ease), transform 1200ms var(--ease);
}
.reveal.d-1 { transition-delay: 110ms; }
.reveal.d-2 { transition-delay: 220ms; }
.reveal.d-3 { transition-delay: 330ms; }
.reveal.in-view { opacity: 1; transform: none; }

.feature-media.reveal { transform: none; }   /* fade only — don't shift the full-bleed panel */
.feature-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  will-change: transform;
  transform: scale(1.08); transition: transform 1900ms var(--ease);
}
.feature-media.in-view img { transform: scale(1); }

html.js body { opacity: 0; }
html.js body.loaded { opacity: 1; transition: opacity 800ms var(--ease); }

@media (prefers-reduced-motion: reduce) {
  html.js body { opacity: 1; transition: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .feature-media img { transform: none; transition: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .grid-2 { grid-template-columns: 1fr; }
  .feature-split { grid-template-columns: 1fr; min-height: 0; }
  .feature-reverse .feature-media { order: -1; }   /* image on top for both */
  .feature-media { min-height: 56vh; }
  .feature-copy { padding-block: clamp(3rem, 7vh, 5rem); }
  .stat-tiles { grid-template-columns: repeat(2, 1fr); }
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .control-grid { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
}

@media (max-width: 720px) {
  body.nav-open { overflow: hidden; }
  /* When the menu is open, the header must NOT have backdrop-filter:
     a filtered ancestor becomes the containing block for position:fixed
     children, which would clamp the full-screen menu to the header height. */
  body.nav-open .site-header {
    background: transparent; box-shadow: none;
    backdrop-filter: none; -webkit-backdrop-filter: none;
  }
  /* keep logo + toggle above the full-screen menu overlay */
  .site-header .lockup { position: relative; z-index: 60; }
  .nav-toggle { position: relative; z-index: 60; }
  .site-nav {
    position: fixed; inset: 0; background: var(--ink);
    flex-direction: column; justify-content: center; align-items: center; gap: 2.25rem;
    transform: translateY(-100%); transition: transform 380ms var(--ease); z-index: 50;
    overscroll-behavior: contain;
  }
  .site-nav.open { transform: none; }
  .site-nav a { font-size: 1rem; }
  .nav-cta { border-color: var(--gold); }
  .nav-toggle { display: flex; }
  .property-grid { grid-template-columns: 1fr; }
  .stat-tiles { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; text-align: center; }
}

/* ---------- Book a stay (guest redirect) ---------- */
.book-stay {
  background: var(--ink);
  border-top: 1px solid var(--line-soft);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  text-align: center;
}
.book-stay-eyebrow {
  font-size: 0.68rem; letter-spacing: 0.46em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.3rem;
}
.book-stay-line {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem); line-height: 1.15;
  color: var(--cream); margin-bottom: 0.7rem;
}
.book-stay-line em { font-style: italic; font-weight: 400; color: var(--gold); }
.book-stay-sub {
  font-weight: 300; color: rgba(241, 235, 223, 0.66);
  font-size: 1rem; margin-bottom: 2rem;
}
.btn-ghost {
  display: inline-block;
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-bright); text-decoration: none;
  border: 1px solid var(--line); border-radius: 2px;
  padding: 0.9rem 1.9rem;
  transition: border-color .35s ease, color .35s ease, background .35s ease;
}
.btn-ghost:hover {
  border-color: var(--gold); background: rgba(212, 189, 134, 0.06); color: var(--cream);
}
