/* ============================================================
   VILLA QUALIA — Design System
   taste-skill: DESIGN_VARIANCE=8, MOTION_INTENSITY=5, VISUAL_DENSITY=3
   Fonts: Cormorant Garamond (display/headings) · Made Saonara (logo wordmark) · Made Canvas (year accents) · Nomark (VQ monogram) · Outfit (body)
   Palette: Dark olive base · Stone · Teal accent · Amber gold
   ============================================================ */

/* ── 0. CUSTOM FONTS ──────────────────────────────────────── */

@font-face {
  font-family: 'Made Saonara';
  src: url('../fonts/MADE SAONARA.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Made Canvas';
  src: url('../fonts/MADE Canvas Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nomark';
  src: url('../fonts/Nomark.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ── Self-hosted Google Fonts ──────────────────────────────
   Self-hosted to (1) eliminate the render-blocking critical-path
   chain (HTML → fonts.googleapis.com → fonts.gstatic.com), (2) avoid
   third-party DNS/TLS setup, (3) GDPR (no IP shared with Google).
   Latin-ext is loaded only when the page contains characters in
   that range (German umlauts etc.) via unicode-range. Cormorant
   Garamond / Outfit / JetBrains Mono are variable fonts — one file
   per (style, subset) covers the whole weight range. Spectral is
   not variable, so we ship one file per weight.
   ────────────────────────────────────────────────────────── */

/* Cormorant Garamond — variable, weights 300-600 normal + 300-400 italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/cormorant-garamond_normal_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/cormorant-garamond_normal_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('/fonts/cormorant-garamond_italic_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('/fonts/cormorant-garamond_italic_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Outfit — variable, weights 300-500 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('/fonts/outfit_normal_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('/fonts/outfit_normal_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* JetBrains Mono — variable, weights 300-400 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('/fonts/jetbrains-mono_normal_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url('/fonts/jetbrains-mono_normal_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Spectral — static weights 300, 400, 500 (each both normal + italic) */
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('/fonts/spectral_300_normal_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 300; font-display: swap;
  src: url('/fonts/spectral_300_normal_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/spectral_400_normal_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/fonts/spectral_400_normal_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/spectral_500_normal_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Spectral'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('/fonts/spectral_500_normal_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 300; font-display: swap;
  src: url('/fonts/spectral_300_italic_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 300; font-display: swap;
  src: url('/fonts/spectral_300_italic_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('/fonts/spectral_400_italic_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 400; font-display: swap;
  src: url('/fonts/spectral_400_italic_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 500; font-display: swap;
  src: url('/fonts/spectral_500_italic_latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Spectral'; font-style: italic; font-weight: 500; font-display: swap;
  src: url('/fonts/spectral_500_italic_latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* ── 1. DESIGN TOKENS ─────────────────────────────────────── */

:root {
  /* Backgrounds — dark olive/near-black */
  --bg-0: #0b0d07;
  --bg-1: #111309;
  --bg-2: #181a0e;
  --bg-3: #1e2112;

  /* Stone — warm limestone tones */
  --stone-50:  #f6f0e6;
  --stone-100: #ede4d4;
  --stone-200: #d8c9b0;
  --stone-300: #c0aa8a;
  --stone-400: #a48c6c;
  --stone-500: #886e52;
  --stone-600: #6c5640;

  /* Teal — primary accent */
  --teal-300: #6ec0a8;
  --teal-500: #4a9280;
  --teal-700: #2e6858;
  --teal-900: #1a3d34;

  /* Gold — secondary accent */
  --gold-300: #d8bc7a;
  --gold-500: #c8a044;
  --gold-700: #8c6c28;

  /* Text */
  --text-primary:   #ede5d8;
  --text-secondary: #a89880;
  /* Bumped 2026-05-03: was #6a5e52 (3.05:1 on bg-0) which failed WCAG AA
     for body text. New #94806d gives ~5.1:1 — passes AA, stays warmer/
     dimmer than secondary so the hierarchy holds. */
  --text-muted:     #b09a80; /* WCAG AA — was #94806d (borderline) → now ~7:1 vs bg-0 with safety margin for footer/banner edge cases */

  /* Borders */
  --border-subtle:  rgba(192, 170, 138, 0.09);
  --border-default: rgba(192, 170, 138, 0.16);
  --border-strong:  rgba(192, 170, 138, 0.32);

  /* Overlays */
  --overlay-mid:    rgba(11, 13, 7, 0.60);
  --overlay-heavy:  rgba(11, 13, 7, 0.82);

  /* Typography */
  --font-display: 'Spectral', Georgia, serif;
  --font-saonara: 'Made Saonara', Georgia, serif;
  --font-canvas:  'Made Canvas', Georgia, serif;
  --font-nomark:  'Nomark', Georgia, serif;
  --font-body:    'Outfit', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', 'Fira Code', monospace;

  /* Type scale */
  --text-xs:   0.8rem;   /* 12.8px — meets the common mobile readability floor */
  --text-sm:   0.875rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;
  --text-7xl:  4.5rem;
  --text-8xl:  6rem;

  /* Spacing */
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-7:  1.75rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-14: 3.5rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-32: 8rem;

  /* Radius */
  --radius-sm:   2px;
  --radius-md:   6px;
  --radius-lg:   12px;
  --radius-full: 9999px;

  /* Motion */
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:      cubic-bezier(0.55, 0, 1, 0.45);
  --ease-out:     cubic-bezier(0, 0.55, 0.45, 1);
  --dur-fast:   150ms;
  --dur-base:   300ms;
  --dur-slow:   500ms;
  --dur-slower: 800ms;

  /* Shadows */
  --shadow-sm: 0 1px 4px rgba(0, 0, 0, 0.45);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 16px 56px rgba(0, 0, 0, 0.45);
  --shadow-xl: 0 32px 96px rgba(0, 0, 0, 0.55);

  /* Layout */
  --max-w:       1380px;
  --nav-h:       72px;
  --section-py:  clamp(var(--sp-16), 8vw, var(--sp-24));
}

/* ── 2. RESET ─────────────────────────────────────────────── */

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: var(--bg-1);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* `overflow-x: clip` (not hidden) — clip prevents horizontal overflow
     WITHOUT establishing a scroll container, so position:sticky on
     descendants (guide-filters, gallery-filters) keeps working. With
     `hidden`, the browser coerces overflow-y to `auto`, body becomes a
     scroll container, and sticky breaks. */
  overflow-x: clip;
  /* Sticky footer pattern — main grows to fill, footer pinned to bottom
     when page content is shorter than the viewport (e.g. legal/404 pages). */
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body > main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body > footer { flex-shrink: 0; }

img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

p {
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 65ch;
}

address { font-style: normal; }

/* ── 3. TYPOGRAPHY SCALE ──────────────────────────────────── */

.display-1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, var(--text-8xl));
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.display-2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, var(--text-7xl));
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.03em;
}

.heading-1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, var(--text-5xl));
  font-weight: 400;
  letter-spacing: -0.025em;
}

.heading-2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, var(--text-4xl));
  font-weight: 400;
  letter-spacing: -0.02em;
}

.heading-3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, var(--text-3xl));
  font-weight: 400;
  letter-spacing: -0.015em;
}

.overline {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-500);
}

.caption {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.5;
}

.mono {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

/* ── 4. LAYOUT ────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--sp-6);
}

@media (min-width: 768px) {
  .container { padding-inline: var(--sp-12); }
}

@media (min-width: 1280px) {
  .container { padding-inline: var(--sp-16); }
}

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

/* ── 5. BUTTONS ───────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 0.75rem 1.625rem;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform var(--dur-base) var(--ease-premium),
    background-color var(--dur-base) var(--ease-premium),
    border-color var(--dur-base) var(--ease-premium),
    opacity var(--dur-base) var(--ease-premium);
}

.btn:active {
  transform: translateY(1px) scale(0.98);
}

.btn--primary {
  background-color: var(--teal-700);
  color: var(--stone-100);
  border: 1px solid var(--teal-500);
}

.btn--primary:hover {
  background-color: var(--teal-500);
  border-color: var(--teal-300);
}

.btn--ghost {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border-default);
}

.btn--ghost:hover {
  border-color: var(--border-strong);
  background-color: rgba(192, 170, 138, 0.05);
}

.btn--gold {
  background-color: var(--gold-700);
  color: var(--stone-100);
  border: 1px solid var(--gold-500);
}

.btn--gold:hover {
  background-color: var(--gold-500);
}

.btn--lg {
  padding: 1rem 2rem;
  font-size: var(--text-base);
}

/* ── 6. NAVIGATION ────────────────────────────────────────── */

.nav {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 200;
  height: var(--nav-h);
  border-bottom: 1px solid transparent;
  /* GPU compositing — locks the nav into its own layer so Chrome
     mobile / Safari iOS don't drop the layer during scroll when
     other fixed elements (cookie banner, mobile CTA) compete for
     compositor resources. */
  transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Don't transition backdrop-filter — it's expensive on mobile
     and the snap-in is barely noticeable. Cheap props only. */
  transition:
    background-color var(--dur-slow) var(--ease-premium),
    border-color var(--dur-slow) var(--ease-premium);
}

.nav--scrolled {
  background-color: rgba(11, 13, 7, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom-color: var(--border-subtle);
}

.nav__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--sp-6);
}

@media (min-width: 1024px) {
  .nav__inner { padding-inline: var(--sp-12); }
}
@media (min-width: 1400px) {
  .nav__inner {
    max-width: none;
    padding-inline: clamp(2.5rem, 4vw, 6rem);
  }
}

/* ── Logo ── */

.nav__logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
  transition: opacity var(--dur-base) var(--ease-premium);
}

.nav__logo:hover { opacity: 0.75; }

.nav__logo-mark {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--stone-100);
}

.nav__logo-wordmark {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nav__logo-name {
  font-family: var(--font-saonara);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--stone-100);
  line-height: 1.2;
}

.nav__logo-year {
  font-family: var(--font-canvas);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  display: none;
}

@media (min-width: 480px) {
  .nav__logo-year { display: block; }
}

/* ── Desktop links ── */

.nav__links {
  display: none;
  align-items: center;
  gap: var(--sp-1);
  flex: 1;
  justify-content: center;
}

@media (min-width: 860px) {
  .nav__links { display: flex; }
}

.nav__links a {
  position: relative;
  padding: var(--sp-2) var(--sp-3);
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
  transition: color var(--dur-base) var(--ease-premium);
}

.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: var(--sp-3);
  right: var(--sp-3);
  height: 1px;
  background-color: var(--teal-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-base) var(--ease-premium);
}

.nav__links a:hover,
.nav__links a.active {
  color: var(--text-primary);
}

.nav__links a:hover::after,
.nav__links a.active::after {
  transform: scaleX(1);
}

/* ── Controls ── */

.nav__controls {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-shrink: 0;
}

/* ── Language toggle ── */

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  padding: var(--sp-1) var(--sp-2);
  border-radius: var(--radius-sm);
  transition: color var(--dur-fast);
  cursor: pointer;
}

.lang-toggle__option {
  opacity: 0.85; /* WCAG AA — was 0.5, dropped contrast to 2.62:1 */
  cursor: pointer;
  transition:
    color var(--dur-base) var(--ease-premium),
    opacity var(--dur-base) var(--ease-premium);
}

.lang-toggle__option--active {
  color: var(--teal-300);
  opacity: 1;
}

.lang-toggle__sep {
  color: var(--border-strong);
  opacity: 0.6;
}

/* ── Nav CTA ── */

.nav__cta {
  display: none;
  padding: 0.5rem 1.1rem;
  font-size: 11px;
}

@media (min-width: 560px) {
  .nav__cta { display: inline-flex; }
}

/* ── Hamburger ── */

.nav__hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: var(--sp-2);
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity var(--dur-base);
}

@media (min-width: 860px) {
  .nav__hamburger { display: none; }
}

.nav__hamburger:hover { opacity: 0.65; }

.nav__hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background-color: var(--stone-200);
  transform-origin: center;
  transition:
    transform var(--dur-base) var(--ease-premium),
    opacity var(--dur-base) var(--ease-premium);
}

.nav__hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav__hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav__hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ── Mobile menu ── */

.nav__mobile-menu {
  position: fixed;
  inset: 0;
  top: var(--nav-h);
  background-color: var(--bg-0);
  padding: var(--sp-6) var(--sp-6) calc(var(--sp-5) + env(safe-area-inset-bottom, 0px));
  transform: translateX(100%);
  visibility: hidden;
  /* Flex column: lang on top, list in scrollable middle, CTA pinned bottom. */
  display: flex;
  flex-direction: column;
  z-index: 199;
  transition:
    transform var(--dur-slow) var(--ease-premium),
    visibility var(--dur-slow);
}

.nav__mobile-menu.is-open {
  transform: translateX(0);
  visibility: visible;
}

.nav__mobile-lang {
  display: flex;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
  flex-shrink: 0;
}

.nav__mobile-lang button {
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  padding: var(--sp-2) var(--sp-4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  transition: all var(--dur-base) var(--ease-premium);
}

.nav__mobile-lang button.active {
  color: var(--teal-300);
  border-color: var(--teal-700);
  background-color: rgba(46, 104, 88, 0.12);
}

.nav__mobile-menu ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 var(--sp-4);
  /* Scrollable middle so the CTA below stays visible no matter how
     short the viewport. */
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.nav__mobile-menu ul a {
  display: block;
  padding: var(--sp-3) 0;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 5vw, 1.9rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-subtle);
  transition:
    color var(--dur-base) var(--ease-premium),
    padding-left var(--dur-base) var(--ease-premium);
}

.nav__mobile-menu ul a:hover {
  color: var(--text-primary);
  padding-left: var(--sp-3);
}

.nav__mobile-menu .btn {
  width: 100%;
  justify-content: center;
  padding: var(--sp-4);
  font-size: var(--text-base);
  /* Always visible — never scrolls off the bottom of the menu. */
  flex-shrink: 0;
  margin-top: auto;
}

/* ── 7. SCROLL REVEAL ─────────────────────────────────────── */

/* ── Keyframe definitions ── */
@keyframes vq-reveal-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes vq-reveal-left {
  from { opacity: 0; transform: translateX(-80px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes vq-reveal-right {
  from { opacity: 0; transform: translateX(80px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* Hidden until observed — no transition, keyframe handles both states */
.reveal { opacity: 0; }

/* Fire animations when JS adds .is-visible */
.reveal.is-visible              { animation: vq-reveal-up    var(--dur-slower) var(--ease-premium) forwards; }
.reveal--left.is-visible        { animation: vq-reveal-left  var(--dur-slower) var(--ease-premium) forwards; }
.reveal--right.is-visible       { animation: vq-reveal-right var(--dur-slower) var(--ease-premium) forwards; }

/* Staggered delays */
.reveal--d1.is-visible { animation-delay:  80ms; }
.reveal--d2.is-visible { animation-delay: 160ms; }
.reveal--d3.is-visible { animation-delay: 240ms; }
.reveal--d4.is-visible { animation-delay: 320ms; }
.reveal--d5.is-visible { animation-delay: 400ms; }

/* During delay keep element invisible (animation hasn't started yet) */
.reveal--d1, .reveal--d2, .reveal--d3, .reveal--d4, .reveal--d5 { opacity: 0; }

/* Reduced motion: skip animation entirely */
@media (prefers-reduced-motion: reduce) {
  .reveal.is-visible,
  .reveal--left.is-visible,
  .reveal--right.is-visible { animation: none; opacity: 1; }
}

/* ── 8. SECTION HEADER ────────────────────────────────────── */

.section-header {
  margin-bottom: clamp(var(--sp-12), 6vw, var(--sp-20));
}

/* Mobile: tighter editorial rhythm — desktop's 48-80px gap between
   section title and its content reads as deadspace on a phone. */
@media (max-width: 768px) {
  .section-header { margin-bottom: var(--sp-6); }
}

.section-header .overline {
  display: block;
  margin-bottom: var(--sp-4);
}

.section-header__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
  margin-top: var(--sp-2);
}

.section-header p {
  margin-top: var(--sp-5);
}

/* ── 9. DIVIDER ───────────────────────────────────────────── */

.divider {
  width: 40px;
  height: 1px;
  background-color: var(--teal-700);
  display: block;
  margin-block: var(--sp-6);
}

/* ── 10. FOOTER ───────────────────────────────────────────── */

.footer {
  background-color: var(--bg-0);
  border-top: 1px solid var(--border-subtle);
  padding-block: var(--sp-20) var(--sp-12);
}

/* Sub-pages: footer is just the copyright strip — no need for full section padding */
.footer--slim {
  padding-block: var(--sp-6);
}

.footer--slim .footer__bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  /* Quiet centered row: copyright · Privacy · Home */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
}
.footer--slim .footer__bottom > * {
  margin: 0;
  font-size: var(--text-xs);
  color: var(--text-muted);
  line-height: 1.6;
}
.footer--slim .footer__bottom > * + *::before {
  content: '·';
  margin: 0 var(--sp-2);
  color: var(--text-muted);
  opacity: 0.5;
}
.footer--slim .footer__bottom a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--dur-base) var(--ease-premium);
}
.footer--slim .footer__bottom a:hover { color: var(--text-primary); }

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-12);
}

@media (min-width: 640px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-12) var(--sp-16);
  }
}

@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: var(--sp-16);
  }
}

.footer__brand-tagline {
  margin-top: var(--sp-5);
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 28ch;
}

.footer__col-label {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-5);
  display: block;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.footer__links a,
.footer__links address {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  transition: color var(--dur-base) var(--ease-premium);
}

.footer__links a:hover { color: var(--text-primary); }

.footer__bottom {
  margin-top: var(--sp-16);
  padding-top: var(--sp-8);
  border-top: 1px solid var(--border-subtle);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-4);
}

.footer__bottom p {
  font-size: var(--text-xs);
  color: var(--text-muted);
  max-width: none;
}

.footer__social {
  display: flex;
  gap: var(--sp-4);
  margin-top: var(--sp-6);
}

.footer__social a {
  color: var(--text-muted);
  transition: color var(--dur-base) var(--ease-premium);
}

.footer__social a:hover {
  color: var(--text-primary);
}

/* Mobile: compact the footer so it doesn't sprawl */
@media (max-width: 639px) {
  .footer:not(.footer--slim) { padding-block: var(--sp-10) var(--sp-6); }
  .footer__grid { gap: var(--sp-7); }
  .footer__brand-tagline { margin-top: var(--sp-3); }
  .footer__col-label { margin-bottom: var(--sp-3); }
  .footer__links { gap: var(--sp-2); }
  .footer__social { margin-top: var(--sp-4); }
  /* Stack only the FULL footer on mobile. Slim footer keeps its centered row. */
  .footer:not(.footer--slim) .footer__bottom {
    margin-top: var(--sp-8);
    padding-top: var(--sp-5);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-2);
  }
  .footer--slim { padding-block: var(--sp-4); }
}

/* ── 11. UTILITY ──────────────────────────────────────────── */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-teal   { color: var(--teal-500); }
.text-gold   { color: var(--gold-500); }
.text-stone  { color: var(--stone-300); }
.text-muted  { color: var(--text-muted); }

/* ── 12. PAGE STUBS (temporary) ───────────────────────────── */

.stub-hero {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: var(--nav-h);
  background-color: var(--bg-2);
  border-bottom: 1px solid var(--border-subtle);
}

.stub-hero__inner {
  text-align: center;
  padding: var(--sp-12);
}

.stub-hero__inner .overline {
  display: block;
  margin-bottom: var(--sp-4);
}

.stub-hero__inner h1 {
  font-family: var(--font-display);
  font-size: clamp(var(--text-4xl), 6vw, var(--text-7xl));
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: var(--sp-6);
}

.stub-hero__inner p {
  margin-inline: auto;
  font-size: var(--text-lg);
  color: var(--text-muted);
  max-width: 44ch;
  margin-bottom: var(--sp-8);
}

/* ── 13. HERO ─────────────────────────────────────────────── */

@keyframes vq-ken-burns {
  from { transform: scale(1) translate(0, 0); }
  to   { transform: scale(1.06) translate(-0.5%, 0.5%); }
}

@keyframes vq-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes vq-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* Background image container */
.hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  animation: vq-ken-burns 16s ease-out forwards;
  will-change: transform;
}

/* Slideshow mode — multiple <img>s stacked, crossfade via opacity.
   The first slide is opacity 1 from the start; the rotator JS swaps
   opacity to 0/1 between slides on its own clock. transition-duration
   is set inline per element so the admin's fade setting applies. */
.hero__bg--slideshow img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease;
  /* Ken-Burns is too distracting on top of an active crossfade — keep
     a slow zoom only on the currently visible slide. */
  animation: none;
}

/* Gradient overlays — left/bottom heavy for readability */
.hero__overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(
      108deg,
      rgba(11, 13, 7, 0.92) 0%,
      rgba(11, 13, 7, 0.72) 30%,
      rgba(11, 13, 7, 0.35) 58%,
      rgba(11, 13, 7, 0.50) 100%
    ),
    linear-gradient(
      to top,
      rgba(11, 13, 7, 0.45)  0%,
      rgba(11, 13, 7, 0.0)  28%
    ),
    linear-gradient(
      to bottom,
      rgba(11, 13, 7, 0.45) 0%,
      rgba(11, 13, 7, 0.0) 18%
    );
}

/* Main content block */
.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: clamp(var(--sp-16), 9vh, var(--sp-24));
}

.hero__inner {
  max-width: 640px;
}

/* Brand identity row */
.hero__brand {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
  animation: vq-fade-in 1s var(--ease-premium) 0.2s both;
}

.hero__vq-mark {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  color: var(--stone-300);
}

.hero__brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero__villa-name {
  font-family: var(--font-saonara);
  font-size: var(--text-xl);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--stone-200);
  line-height: 1.2;
  max-width: none;
}

.hero__villa-year {
  font-family: var(--font-canvas);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Thin divider between brand and tagline */
.hero__rule {
  width: 40px;
  height: 1px;
  background-color: var(--teal-700);
  margin-bottom: var(--sp-8);
  animation: vq-fade-in 0.6s var(--ease-premium) 0.5s both;
}

/* Main tagline — h1 */
.hero__tagline {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--stone-100);
  margin-bottom: var(--sp-6);
}

.hero__tagline span {
  display: block;
  animation: vq-fade-up 0.9s var(--ease-premium) both;
}

.hero__tagline span:nth-child(1) { animation-delay: 0.5s; }
.hero__tagline span:nth-child(2) { animation-delay: 0.68s; }
.hero__tagline span:nth-child(3) { animation-delay: 0.86s; }

/* Subtitle */
.hero__subtitle {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 50ch;
  margin-bottom: var(--sp-8);
  animation: vq-fade-up 0.9s var(--ease-premium) 1.0s both;
}

/* CTA row */
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
  animation: vq-fade-up 0.9s var(--ease-premium) 1.1s both;
}

/* Trust line */
.hero__trust {
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  max-width: none;
  animation: vq-fade-in 1s var(--ease-premium) 1.3s both;
}

.hero__trust::before {
  content: '—  ';
  opacity: 0.4;
}

/* Social icons (absolute, bottom-right of hero) */
.hero__social {
  position: absolute;
  bottom: clamp(var(--sp-8), 5vh, var(--sp-12));
  right: var(--sp-6);
  z-index: 3;
  display: flex;
  gap: var(--sp-3);
  animation: vq-fade-in 1s var(--ease-premium) 1.4s both;
}

@media (min-width: 1024px) {
  .hero__social { right: var(--sp-12); }
}

.hero__social a:not(.hero__social-ig) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(192, 170, 138, 0.22);
  border-radius: var(--radius-sm);
  color: var(--stone-400);
  transition:
    color var(--dur-base) var(--ease-premium),
    border-color var(--dur-base) var(--ease-premium),
    background-color var(--dur-base) var(--ease-premium);
}

.hero__social a:not(.hero__social-ig):hover {
  color: var(--stone-200);
  border-color: rgba(192, 170, 138, 0.5);
  background-color: rgba(192, 170, 138, 0.08);
}

/* Scroll cue — animated line at bottom center */
.hero__scroll-cue {
  position: absolute;
  bottom: var(--sp-8);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3; /* above hero-intro (z-index:2) which overlaps hero bottom by -18vh */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  animation: vq-fade-in 1s var(--ease-premium) 1.6s both;
}

@keyframes vq-scroll-pulse {
  0%   { transform: scaleY(1); opacity: 0.5; }
  50%  { transform: scaleY(0.3); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0.5; }
}

.hero__scroll-cue span {
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--teal-500), transparent);
  transform-origin: top;
  animation: vq-scroll-pulse 2s ease-in-out infinite;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero__bg img,
  .hero__tagline span,
  .hero__brand,
  .hero__rule,
  .hero__subtitle,
  .hero__actions,
  .hero__trust,
  .hero__social,
  .hero__scroll-cue,
  .hero__scroll-cue span {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ── 14. QUICK FACTS BAR ──────────────────────────────────── */

.facts-bar {
  background-color: var(--bg-2);
  border-bottom: 1px solid var(--border-subtle);
  padding-block: var(--sp-5) var(--sp-6);
}

.facts-bar__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-5);
  list-style: none;
}

.facts-bar__item {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
  white-space: nowrap;
}

.facts-bar__sep {
  color: var(--stone-600);
  font-size: var(--text-xs);
  opacity: 0.5;
  user-select: none;
}

/* On small screens, hide middle separators to avoid wrapping oddly */
@media (max-width: 480px) {
  .facts-bar__list { gap: var(--sp-2) var(--sp-4); }
  .facts-bar__item { font-size: var(--text-xs); }
}

/* ── 15. AVAILABILITY CALENDAR ────────────────────────────── */

/* Section wrapper */
.availability-preview {
  padding-block: var(--sp-20) var(--sp-16);
}

/* Direct booking note */
.availability-note {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-muted);
  letter-spacing: 0.04em;
  margin-bottom: var(--sp-10);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.availability-note::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--teal-700);
  flex-shrink: 0;
}

/* 3-column calendar grid */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-bottom: var(--sp-8);
}

@media (max-width: 900px) {
  .calendar-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .calendar-grid { grid-template-columns: 1fr; }
}

/* Loading state */
.calendar-grid--loading { opacity: 0.5; pointer-events: none; }

/* Individual month */
.cal-month {
  background-color: var(--bg-1);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: var(--sp-5);
}

.cal-month__header {
  display: flex;
  align-items: baseline;
  gap: var(--sp-2);
  margin-bottom: var(--sp-4);
}

.cal-month__name {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 400;
  color: var(--stone-300);
  letter-spacing: 0.01em;
}

.cal-month__year {
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: var(--text-xs);
  color: var(--text-muted);
  letter-spacing: 0.06em;
}

/* Grid: 7-column */
.cal-month__grid { width: 100%; }

.cal-header-row,
.cal-cells {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.cal-header-row { margin-bottom: 4px; }

.cal-day-header {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
  padding-block: var(--sp-1);
}

/* Day cells */
.cal-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 400;
  border-radius: 2px;
  transition: background-color 0.15s ease;
  cursor: default;
  /* removes 300ms tap delay on iOS, lets taps fire immediately even
     inside the scrollable mobile months reel */
  touch-action: manipulation;
}

.cal-day--empty {
  background-color: transparent;
}

.cal-day--past {
  color: var(--text-muted);
  opacity: 0.35;
}

.cal-day--available {
  color: var(--text-secondary);
}

.cal-day--available:hover {
  background-color: rgba(46, 104, 88, 0.12);
  color: var(--stone-300);
}

.cal-day--booked {
  color: var(--text-muted);
  background-color: rgba(192, 170, 138, 0.06);
  text-decoration: line-through;
  text-decoration-color: var(--stone-600);
  opacity: 0.5;
}

.cal-day--today {
  background-color: rgba(46, 104, 88, 0.2);
  color: var(--teal-400, #5aaa90);
  font-weight: 500;
  border: 1px solid rgba(46, 104, 88, 0.4);
}

/* Legend */
.calendar-legend {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  flex-wrap: wrap;
  margin-bottom: var(--sp-10);
}

.cal-legend-item {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.cal-legend-swatch {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
}

.cal-legend-swatch--available {
  background-color: var(--bg-1);
  border: 1px solid var(--border-subtle);
}

.cal-legend-swatch--booked {
  background-color: rgba(192, 170, 138, 0.06);
  border: 1px solid rgba(192, 170, 138, 0.15);
}

.cal-legend-swatch--today {
  background-color: rgba(46, 104, 88, 0.2);
  border: 1px solid rgba(46, 104, 88, 0.4);
}

/* Skeleton shimmer */
@keyframes cal-shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

.cal-month--skeleton {
  pointer-events: none;
}

.cal-skel-head,
.cal-skel-row {
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    var(--bg-2) 0%,
    rgba(192,170,138,0.06) 50%,
    var(--bg-2) 100%
  );
  background-size: 800px 100%;
  animation: cal-shimmer 1.4s ease-in-out infinite;
}

.cal-skel-head {
  height: 22px;
  width: 40%;
  margin-bottom: var(--sp-4);
}

.cal-skel-row {
  height: 20px;
  margin-bottom: var(--sp-2);
}


/* ── 16. SECTION CTA ──────────────────────────────────────── */

.section-cta {
  display: flex;
  justify-content: flex-start;
  margin-top: calc(-1 * var(--sp-8)); /* pull CTA closer to cards above */
}

/* ── 17. GALLERY PREVIEW ──────────────────────────────────── */

.gallery-preview {
  /* padding-bottom handled in section 36 */
}

/*
  Layout: portrait anchor left (spans 2 rows) + 2×2 landscape grid right.
  Row heights are driven by the 16:9 aspect-ratio of the right cells —
  no fixed px heights, so photos show at their natural proportions.
*/
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "a b c"
    "a d e";
  gap: 4px;
  margin-top: var(--sp-10);
}

/* Portrait feature — left column, spans both rows */
.gallery-cell--a {
  grid-area: a;
  /* height determined by the two 16:9 right rows + gap */
}

/* Right-side 16:9 landscape cells — their aspect-ratio drives row height */
.gallery-cell--b { grid-area: b; aspect-ratio: 16/9; }
.gallery-cell--c { grid-area: c; aspect-ratio: 16/9; }
.gallery-cell--d { grid-area: d; aspect-ratio: 16/9; }
.gallery-cell--e { grid-area: e; aspect-ratio: 16/9; }

/* Cell base */
.gallery-cell {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: var(--bg-2);
  min-height: 0; /* allow grid shrink */
}

.gallery-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

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

/* Subtle dark overlay on hover for non-more cells */
.gallery-cell:not(.gallery-cell--more)::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(11, 13, 7, 0);
  transition: background-color 0.4s ease;
}

.gallery-cell:not(.gallery-cell--more):hover::after {
  background-color: rgba(11, 13, 7, 0.12);
}

/* "+more" overlay cell */
.gallery-cell--more::after { display: none; }

.gallery-more-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(11, 13, 7, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  transition: background-color 0.4s ease;
}

.gallery-cell--more:hover .gallery-more-overlay {
  background-color: rgba(11, 13, 7, 0.44);
}

.gallery-more-overlay__count {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1;
  letter-spacing: -0.02em;
}

.gallery-more-overlay__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone-300);
}

/* Tablet: portrait cell on top, 2×2 below */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "a a"
      "b c"
      "d e";
  }
  .gallery-cell--a { aspect-ratio: 16/9; } /* landscape on tablet */
}

/* Mobile: single column */
@media (max-width: 540px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "a"
      "b"
      "c"
      "e";
  }
  .gallery-cell--a { aspect-ratio: 16/9; }
  .gallery-cell--d { display: none; }
}


/* ── 18. VILLA OVERVIEW ───────────────────────────────────── */

.villa-overview__inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: var(--sp-16);
  align-items: start;
}

/* Sticky image panel on scroll */
.villa-overview__visual {
  position: sticky;
  top: calc(80px + var(--sp-8));
}

.villa-overview__photo-wrap {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: var(--bg-2);
}

.villa-overview__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Watermark year — decorative, barely-there */
.villa-overview__year-mark {
  position: absolute;
  bottom: -0.15em;
  left: -0.04em;
  font-family: var(--font-canvas);
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 300;
  color: var(--stone-300);
  opacity: 0.13;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  letter-spacing: -0.04em;
}

/* Stat strip below image */
.villa-overview__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border-subtle);
  border-top: none;
}

.villa-stat {
  padding: var(--sp-4) var(--sp-3);
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-right: 1px solid var(--border-subtle);
}

.villa-stat:last-child { border-right: none; }

.villa-stat__value {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--stone-300);
  line-height: 1;
  letter-spacing: -0.02em;
}

.villa-stat__label {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Text side */
.villa-overview__title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--stone-100);
  margin-top: var(--sp-3);
  margin-bottom: var(--sp-8);
}

.villa-overview__body {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: var(--sp-5);
  max-width: 58ch;
}

/* Olive oil callout — editorial aside */
.villa-overview__olive {
  border-left: 2px solid var(--teal-700);
  padding-left: var(--sp-5);
  margin-top: var(--sp-8);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-style: italic;
  font-weight: 300;
  color: var(--stone-300);
  line-height: 1.65;
  max-width: 52ch;
}

/* Tablet */
@media (max-width: 900px) {
  .villa-overview__inner {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .villa-overview__visual {
    position: static;
  }
  /* image before text on mobile */
  .villa-overview__visual { order: -1; }
}

/* ── 19. PROPERTY HIGHLIGHTS STRIP ───────────────────────── */

.amenities-highlights-section { padding-bottom: var(--sp-16); }

.prop-highlights-bar {
  background: var(--bg-0); /* part of hero zone, not content zone */
  border-bottom: 1px solid var(--border-subtle);
}
.prop-highlights-bar .container {
  padding-top: 0;
  padding-bottom: 0;
}

/* Grid container — border-left + border-top create the outer frame;
   each cell's border-right + border-bottom create the inner grid lines */
.amenity-hl-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  border-top: 1px solid var(--border-subtle);
  border-left: 1px solid var(--border-subtle);
  background: var(--bg-0);
  margin-bottom: 0;
}

.amenity-hl-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-8) var(--sp-4);
  text-align: center;
  border-right: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  /* stagger reveal — fly in from alternating sides */
  opacity: 0;
  transform: translateX(-56px);   /* odd items: from left (default) */
  transition: opacity 0.6s var(--ease-premium),
              transform 0.6s var(--ease-premium),
              background 0.18s ease;
  transition-delay: calc(var(--item-index, 0) * 55ms);
}

/* Even items fly in from the right */
.amenity-hl-item:nth-child(even) {
  transform: translateX(56px);
}

.amenity-hl-strip.is-revealed .amenity-hl-item {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .amenity-hl-item {
    opacity: 1;
    transform: none;
    transition: background 0.18s ease;
  }
}

.amenity-hl-item__num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1;
  letter-spacing: -0.01em;
}

.amenity-hl-item__num sup {
  font-size: 0.45em;
  vertical-align: top;
  margin-top: 0.25em;
  letter-spacing: 0;
}

.amenity-hl-item__icon {
  color: var(--teal-700);
  flex-shrink: 0;
}

.amenity-hl-item__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Link variant — "Full Amenities" */
.amenity-hl-item--link {
  text-decoration: none;
  color: inherit;
  transition: background 0.18s ease;
  cursor: pointer;
}
.amenity-hl-item--link:hover {
  background: var(--bg-2);
}
.amenity-hl-item--link:hover .amenity-hl-item__icon {
  color: var(--teal-500);
}
.amenity-hl-item--link:hover .amenity-hl-item__label {
  color: var(--text-primary);
}

@media (max-width: 1100px) {
  .amenity-hl-strip { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 540px) {
  .amenity-hl-strip {
    grid-template-columns: repeat(2, 1fr);
    border-top: none; /* no double line — gradient above bridges the gap */
  }
  .amenity-hl-item { padding: var(--sp-5) var(--sp-3); }
  /* Pull numbers closer to icon scale so all 4 rows feel balanced */
  .amenity-hl-item__num { font-size: 1.7rem; }
  .amenity-hl-item__icon { width: 24px; height: 24px; }

  /* ── Seamless hero-intro → highlights transition ── */
  /* Both sections are bg-0 — just drop the hard border line */
  .hero-intro { border-bottom: none; padding-bottom: clamp(var(--sp-8), 5vh, var(--sp-12)); }
}


/* ── 19b. GALLERY — AIRBNB STYLE ─────────────────────────── */

.gallery-airbnb { background: var(--bg-1); }

.airbnb-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 256px 256px;
  gap: 10px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-top: var(--sp-10);
}

.airbnb-grid__cell {
  display: block;
  overflow: hidden;
  position: relative;
  background: var(--bg-3);
}

.airbnb-grid__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.airbnb-grid__cell:hover img {
  transform: scale(1.04);
}

/* Main (left) cell spans both rows */
.airbnb-grid__cell--main {
  grid-row: 1 / 3;
}

/* Last cell carries the "show all" button */
.airbnb-grid__cell--last {
  position: relative;
}

/* "Show all photos" button — positioned bottom-right of last cell */
.airbnb-grid__show-btn {
  position: absolute;
  bottom: var(--sp-4);
  right: var(--sp-4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: var(--sp-2) var(--sp-4);
  background: rgba(255, 255, 255, 0.95);
  color: #1a1c10;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.15s ease;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  text-decoration: none;
}
.airbnb-grid__show-btn:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

/* Fallback "show all" CTA — hidden on desktop, revealed on tablet/mobile */
.airbnb-cta-mobile {
  display: none;
  margin-top: var(--sp-5);
}

/* Responsive: tablet — drop to 2 columns, hide cells 4 & 5, show fallback CTA */
@media (max-width: 900px) {
  .airbnb-grid {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 220px 220px;
  }
  .airbnb-grid__cell:nth-child(4),
  .airbnb-grid__cell:nth-child(5) {
    display: none;
  }
  .airbnb-cta-mobile { display: flex; }
}

/* Mobile gallery wrapper — position reference for arrow overlay */
.gallery-mobile-wrap { position: relative; }

/* Mobile — arrows overlaid on existing grid, NO layout changes */
.gmn { display: none; }

@media (max-width: 900px) {
  .gmn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: var(--sp-10);       /* align with grid (its margin-top) */
    left: 0;
    right: 0;
    height: 220px;           /* single row height at tablet breakpoint */
    padding: 0 var(--sp-3);
    pointer-events: none;
    z-index: 5;
  }
}

@media (max-width: 600px) {
  /* Collapse to single photo on true mobile */
  .airbnb-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 300px;
    border-radius: var(--radius-sm);
  }
  .airbnb-grid__cell--main {
    grid-row: 1 / 2;   /* reset the desktop 1/3 span */
  }
  .airbnb-grid__cell:not(.airbnb-grid__cell--main) {
    display: none;
  }
  .gmn { height: 300px; }
}

.gmn__btn {
  pointer-events: all;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
  display: none;             /* hidden until JS activates on mobile */
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 900px) {
  .gmn__btn { display: flex; }
}
.gmn__btn:disabled { opacity: 0.2; cursor: default; }
.gmn__btn:not(:disabled):active { background: rgba(0,0,0,0.5); }

.gmn__dots {
  position: absolute;
  bottom: var(--sp-3);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  align-items: center;
  pointer-events: none;
}
.gmn-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  transition: background 0.2s, transform 0.2s;
}
.gmn-dot--active {
  background: rgba(255,255,255,0.95);
  transform: scale(1.3);
}


/* ── 19c. WHERE YOU'LL SLEEP ──────────────────────────────── */

.sleep-section {
  padding-block: var(--section-py);
  background: var(--bg-1);
  border-top: 1px solid var(--border-subtle);
}

.sleep-section__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 300;
  color: var(--stone-100);
  letter-spacing: -0.01em;
  margin-bottom: var(--sp-8);
}

/* Outer wrapper — clips the right-edge fade */
.sleep-scroll-outer {
  position: relative;
  overflow: hidden;
}

/* Right-edge gradient fade (indicates more content) */
.sleep-scroll-outer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(60px, 8vw, 100px);
  height: 100%;
  background: linear-gradient(to left, var(--bg-1) 0%, transparent 100%);
  pointer-events: none;
  z-index: 2;
}

/* Horizontal scroll track */
.sleep-cards {
  display: flex;
  gap: var(--sp-5);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-left: var(--sp-6);
  padding-right: var(--sp-6);
  padding-bottom: var(--sp-4);
}
.sleep-cards::-webkit-scrollbar { display: none; }

@media (min-width: 768px) {
  .sleep-cards {
    padding-left: var(--sp-12);
    padding-right: var(--sp-12);
  }
}

@media (min-width: 1280px) {
  .sleep-cards {
    /* Align with container left edge on wide screens */
    padding-left: calc((100vw - var(--max-w)) / 2 + var(--sp-16));
    padding-right: var(--sp-16);
  }
}

/* Individual bedroom card */
.sleep-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
}

@media (min-width: 600px) {
  .sleep-card { flex-basis: 300px; }
}

.sleep-card__img {
  display: block;   /* anchor tag needs this to behave like a div */
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--sp-4);
  background: var(--bg-3);
  /* hover scale on the container — keeps img free for parallax transform */
  transition: transform 0.5s ease;
}

.sleep-card:hover .sleep-card__img {
  transform: scale(1.02);
}

.sleep-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sleep-card__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0;
  line-height: 1;
}

.sleep-card__name {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1;
  margin: var(--sp-1) 0 var(--sp-2);
  letter-spacing: -0.02em;
}

.sleep-card__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}


/* ── 19d. OUR STORY / MEET YOUR HOST ─────────────────────── */

.story-section {
  background: var(--bg-2);
  border-top: 1px solid var(--border-subtle);
}

.story-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--sp-16);
  align-items: start;
}

/* Sticky photo column */
.story-visual {
  position: sticky;
  top: calc(80px + var(--sp-8));
}

.story-hero-photo {
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-3);
}

.story-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* Before/After thumbnail pair */
.story-ba-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2);
  margin-top: var(--sp-2);
}

.story-ba-item {
  position: relative;
  aspect-ratio: 4 / 3;  /* matches the cropped 1200x900 source files */
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--bg-3);
}

.story-ba-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.story-ba-item:hover img { transform: scale(1.04); }

.story-ba-label {
  position: absolute;
  bottom: var(--sp-2);
  left: var(--sp-2);
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: var(--radius-sm);
  pointer-events: none;
}

.story-ba-label--before {
  background: rgba(0, 0, 0, 0.55);
  color: var(--stone-200);
  border: 1px solid rgba(192, 170, 138, 0.2);
}

.story-ba-label--after {
  background: rgba(46, 104, 88, 0.82);
  color: #fff;
}

/* Text column */
.story-text {
  padding-top: var(--sp-2);
}

.story-title-wrap {
  position: relative;
  margin-bottom: var(--sp-8);
}

.story-ghost-num {
  position: absolute;
  right: -0.1em;
  top: -0.25em;
  font-family: var(--font-display);
  font-size: clamp(7rem, 16vw, 11rem);
  font-weight: 300;
  line-height: 1;
  color: rgba(192, 170, 138, 0.055);
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.03em;
}

.story-title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1.1;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}

.story-body,
.story-body-wrap > p {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--sp-5);
}

.story-pull {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--stone-100);
  border-left: 2px solid var(--teal-700);
  padding-left: var(--sp-5);
  margin: var(--sp-8) 0 var(--sp-2);
  line-height: 1.6;
}

.story-pull-attr {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding-left: calc(var(--sp-5) + 2px);
  margin-bottom: var(--sp-8);
  font-style: normal;
}

.story-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--border-subtle);
  flex-wrap: wrap;
}

.story-cta {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-300);
  text-decoration: none;
  transition: gap 0.22s ease;
}

.story-cta:hover { gap: var(--sp-4); }

.story-host-chip {
  display: flex;
  align-items: center;
  gap: var(--sp-6);
}

.story-host-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--bg-3);
  border: 1.5px solid var(--border-default);
}

.story-host-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.story-host-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.story-host-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  line-height: 1;
}

.story-host-name {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--stone-100);
  line-height: 1;
}

.story-host-instagram {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-decoration: none;
  line-height: 1;
  transition: color var(--dur-fast) ease;
}

.story-host-instagram:hover {
  color: #c96695;
}

.story-host-instagram svg {
  flex-shrink: 0;
  color: #c96695;
  transition: color var(--dur-fast) ease;
}

.story-host-instagram:hover svg {
  color: #e1306c;
}

@media (max-width: 900px) {
  .story-inner {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }
  .story-visual { position: static; }
  .story-hero-photo { aspect-ratio: 4 / 3; }
  .story-hero-photo img { object-position: center 90%; }
  .story-ghost-num { right: 0; font-size: 20vw; }
}

@media (max-width: 540px) {
  .story-ba-pair { display: none; } /* photos cluttered on small phones */
}


/* ── 19e. AREA SECTION (Location + Guide combined) ────────── */

.area-section {
  background: var(--bg-1);
  border-top: 1px solid var(--border-subtle);
}

/* Top two-column: location text left, distance strip right */
.area-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--sp-16);
  margin-bottom: var(--sp-12);
  align-items: start;
}

.area-top__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--stone-100);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: var(--sp-3);
}

.area-top__sub {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  color: var(--teal-300);
  margin-bottom: var(--sp-4);
}

.area-top__body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

/* Bridge divider between map and guide */
.area-bridge {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  margin: var(--sp-10) auto;
  max-width: var(--max-w);
  padding-inline: var(--sp-6);
}

@media (min-width: 768px) {
  .area-bridge { padding-inline: var(--sp-12); }
}

@media (min-width: 1280px) {
  .area-bridge { padding-inline: var(--sp-16); }
}

.area-bridge__line {
  flex: 1;
  height: 1px;
  background: var(--border-default);
}

.area-bridge__label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

/* Guide head within the combined section */
.area-guide-head {
  margin-bottom: var(--sp-10);
}

.area-guide-head__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 300;
  color: var(--stone-100);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: var(--sp-2);
}

.area-guide-head__sub {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin: 0;
}

/* Responsive: area-top stacks on tablet */
@media (max-width: 768px) {
  .area-top {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
}


/* ── 20. PAGE HEADER (interior pages) ────────────────────── */

.page-header {
  padding-top: calc(80px + var(--sp-10));
  padding-bottom: var(--sp-8);
  border-bottom: 1px solid var(--border-subtle);
}

.page-header__inner {
  max-width: 660px;
}

.page-header__inner .overline {
  display: block;
  margin-bottom: var(--sp-3);
}

.page-header__inner h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-bottom: var(--sp-4);
}

.page-header__inner p {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 52ch;
  margin-bottom: var(--sp-6);
}

/* ── 21. AMENITIES FULL PAGE ──────────────────────────────── */

.amenities-full {
  padding-top: var(--sp-6);
  padding-bottom: var(--sp-20);
}
@media (max-width: 768px) {
  .amenities-full {
    padding-top: var(--sp-4);
    padding-bottom: var(--sp-10);
  }
}

/* Each category is a horizontal row: label left, items right */
.amenity-group {
  display: grid;
  grid-template-columns: 220px 1fr;
  column-gap: var(--sp-14);
  padding: var(--sp-10) 0;
  border-bottom: 1px solid var(--border-subtle);
  align-items: start;
}

.amenity-group:first-child {
  border-top: 1px solid var(--border-subtle);
}

/* Left column: icon + category name */
.amenity-group__header {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding-top: var(--sp-1);
  color: var(--teal-700);
}

.amenity-group__header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 400;
  color: var(--stone-300);
  letter-spacing: 0.01em;
  line-height: 1.2;
}

/* Right column: items in a 2-col grid */
.amenity-group__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-4) var(--sp-10);
}

.amenity-group__list li {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.55;
  padding-left: var(--sp-5);
  position: relative;
}

.amenity-group__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 1px;
  background-color: var(--teal-700);
  opacity: 0.7;
}

/* CTA block */
.amenities-full__cta {
  padding-top: var(--sp-14);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-4);
}

.amenities-full__note {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-muted);
  letter-spacing: 0.03em;
}

/* Tablet: stack label above items */
@media (max-width: 780px) {
  .amenity-group {
    grid-template-columns: 1fr;
    gap: var(--sp-5);
    padding: var(--sp-8) 0;
  }
  .amenity-group__header {
    flex-direction: row;
    align-items: center;
  }
}

/* Mobile: single-column items */
@media (max-width: 540px) {
  .amenity-group__list {
    grid-template-columns: 1fr;
    gap: var(--sp-3);
  }
}

/* ── Amenities quick-stats strip ──────────────────────────────── */
.amenities-stats {
  border-bottom: 1px solid var(--border-subtle);
  padding: var(--sp-10) 0 var(--sp-12);
  margin-bottom: var(--sp-2);
}

.amenities-stats__grid {
  display: flex;
  align-items: flex-start;
  gap: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.amenities-stats__grid::-webkit-scrollbar { display: none; }

.amenities-stat {
  flex: 1 1 0;
  min-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-6) var(--sp-4);
  text-align: center;
  position: relative;
}

/* Vertical divider between stats */
.amenities-stat + .amenities-stat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: var(--border-subtle);
}

.amenities-stat__value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1;
  letter-spacing: -0.02em;
}

.amenities-stat__label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  line-height: 1.4;
}

.amenities-stat__icon {
  color: var(--teal-700);
  flex-shrink: 0;
}

/* ── Wave pulse — sequential teal glow across all 8 stat items ─────────
   Animate only filter (no color change) so every item keeps its natural
   colour. animation-fill-mode:backwards forces 0% state (no glow) during
   the delay period, preventing any pre-fire tinted state.               */
@keyframes stat-wave-pulse {
  0%   { filter: none; }
  7%   { filter: drop-shadow(0 0 10px rgba(46,104,88,0.9)) brightness(1.4); }
  14%  { filter: none; }
  100% { filter: none; }
}

/* 5s cycle, 0.35s stagger — wave travels left→right, row 1 then row 2 */
.amenities-stat:nth-child(1) .amenities-stat__value { animation: stat-wave-pulse 5s ease-out 0.00s infinite backwards; }
.amenities-stat:nth-child(2) .amenities-stat__value { animation: stat-wave-pulse 5s ease-out 0.35s infinite backwards; }
.amenities-stat:nth-child(3) .amenities-stat__value { animation: stat-wave-pulse 5s ease-out 0.70s infinite backwards; }
.amenities-stat:nth-child(4) .amenities-stat__value { animation: stat-wave-pulse 5s ease-out 1.05s infinite backwards; }
.amenities-stat:nth-child(5) .amenities-stat__icon  { animation: stat-wave-pulse 5s ease-out 1.40s infinite backwards; }
.amenities-stat:nth-child(6) .amenities-stat__icon  { animation: stat-wave-pulse 5s ease-out 1.75s infinite backwards; }
.amenities-stat:nth-child(7) .amenities-stat__icon  { animation: stat-wave-pulse 5s ease-out 2.10s infinite backwards; }
.amenities-stat:nth-child(8) .amenities-stat__icon  { animation: stat-wave-pulse 5s ease-out 2.45s infinite backwards; }

@media (prefers-reduced-motion: reduce) {
  .amenities-stat__value,
  .amenities-stat__icon { animation: none !important; }
}

@media (max-width: 768px) {
  /* Switch from horizontal scroll to clean 4×2 grid */
  .amenities-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow-x: visible;
  }
  /* Kill absolute-positioned flex dividers reliably */
  .amenities-stat + .amenities-stat::before { content: none; }
  .amenities-stat {
    min-width: 0;
    padding: var(--sp-3) var(--sp-2);
    border-right: 1px solid var(--border-subtle);
    gap: var(--sp-1);
  }
  /* Grid lines: no right border on col 4, top border on row 2 */
  .amenities-stat:nth-child(4n)  { border-right: none; }
  .amenities-stat:nth-child(n+5) { border-top: 1px solid var(--border-subtle); }

  .amenities-stat__value {
    font-size: 1.55rem;
    letter-spacing: -0.01em;
  }
  .amenities-stat__icon {
    width: 20px;
    height: 20px;
  }
  .amenities-stat__label {
    font-size: 0.5rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .amenities-stats { padding: var(--sp-4) 0; border-bottom: none; }
}


/* ── 22. LOCATION SECTION ─────────────────────────────────── */

.location-section { padding-bottom: 0; }

/* Two-column: text left, distance strip right */
.location-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--sp-12);
  align-items: start;
  margin-bottom: var(--sp-10);
}

.location-header__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: var(--sp-3) 0 var(--sp-3);
}

.location-header__sub {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-style: italic;
  color: var(--stone-300);
  margin-bottom: var(--sp-5);
}

.location-body {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 54ch;
}

/* Distance callout strip */
.distance-strip {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--border-subtle);
  align-self: start;
  min-width: 240px;
}

.distance-item {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  grid-template-rows: auto auto;
  column-gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
  border-bottom: 1px solid var(--border-subtle);
}

.distance-item:last-child { border-bottom: none; }

.distance-item__time {
  grid-row: 1 / 3;
  align-self: center;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--stone-300);
  line-height: 1;
  letter-spacing: -0.02em;
}

.distance-item__place {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--text-primary, var(--stone-100));
  line-height: 1.2;
}

.distance-item__unit {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.distance-item__unit--note {
  color: var(--teal-500); /* WCAG AA — was --teal-700 (#2e6858), 2.89:1 against bg-1. Now ~5.3:1. */
  font-style: italic;
}

/* Map container */
.location-map {
  width: 100%;
  height: 460px;
  background-color: var(--bg-2);
}

/* Override Leaflet UI to match dark theme */
.leaflet-container {
  background: var(--bg-2);
  font-family: var(--font-body);
}

.leaflet-control-zoom a {
  background-color: var(--bg-1) !important;
  color: var(--stone-300) !important;
  border-color: var(--border-subtle) !important;
}

.leaflet-control-zoom a:hover {
  background-color: var(--bg-2) !important;
  color: var(--stone-100) !important;
}

.leaflet-control-attribution {
  background-color: rgba(11,13,7,0.75) !important;
  color: var(--text-muted) !important;
  font-size: 10px !important;
}

.leaflet-control-attribution a { color: var(--stone-600) !important; }

/* Custom marker */
.vq-marker__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--teal-700);
  border: 2px solid var(--stone-300);
  box-shadow: 0 0 0 5px rgba(46,104,88,0.25), 0 2px 8px rgba(0,0,0,0.4);
}

/* Custom popup */
.vq-popup-wrap .leaflet-popup-content-wrapper {
  background-color: var(--bg-1) !important;
  border: 1px solid var(--border-subtle) !important;
  border-radius: 2px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4) !important;
  color: var(--stone-300) !important;
}

.vq-popup-wrap .leaflet-popup-tip {
  background-color: var(--bg-1) !important;
}

.vq-popup {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--font-body);
}

.vq-popup strong {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--stone-100);
}

.vq-popup span {
  font-size: var(--text-xs);
  color: var(--text-muted);
}

/* Address line below map */
.location-address {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-4) 0 var(--sp-14);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.location-address svg { flex-shrink: 0; color: var(--teal-700); }

/* Tablet: stack text above distances */
@media (max-width: 860px) {
  .location-header {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
  .distance-strip {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }
  .distance-item {
    flex: 1 1 140px;
    border-bottom: none;
    border-right: 1px solid var(--border-subtle);
  }
  .distance-item:last-child { border-right: none; }
  .location-map { height: 360px; }
}

@media (max-width: 480px) {
  .distance-strip { flex-direction: column; }
  /* Collapse each row to a tight single horizontal line */
  .distance-item {
    display: flex;
    flex-direction: row;
    flex: 0 0 auto;         /* reset the 860px flex: 1 1 140px */
    align-items: baseline;
    gap: var(--sp-3);
    padding: 10px var(--sp-4);
    border-right: none;
    border-bottom: 1px solid var(--border-subtle);
  }
  .distance-item:last-child { border-bottom: none; }
  .distance-item__time {
    font-size: 1.2rem;
    grid-row: unset;
    min-width: 2rem;
    text-align: right;
    flex-shrink: 0;
  }
  .distance-item__place {
    flex: 1;
    font-size: var(--text-sm);
  }
  .distance-item__unit {
    font-size: 10px;
    letter-spacing: 0.03em;
    flex-shrink: 0;
    text-align: right;
  }
  .location-map { height: 240px; }
}


/* ── 23. GUIDE PREVIEW (homepage) ────────────────────────── */

.guide-preview { padding-bottom: var(--sp-16); }

.guide-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-4);
  margin-bottom: var(--sp-10);
}

@media (max-width: 900px) {
  .guide-cards { grid-template-columns: repeat(2, 1fr); }
}

/* On phones: horizontal swipe carousel — same pattern as the bedrooms.
   Compresses ~4 viewport heights of vertical scroll into one swipeable row. */
@media (max-width: 768px) {
  .guide-cards {
    display: flex;
    grid-template-columns: none;
    gap: var(--sp-4);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    /* Bleed past the container padding so cards reach near the screen edges */
    margin-left: calc(-1 * var(--sp-6));
    margin-right: calc(-1 * var(--sp-6));
    padding: 0 var(--sp-6) var(--sp-4);
    /* Right-edge fade signals more content via swipe */
    -webkit-mask-image: linear-gradient(to right, black 0%, black 92%, transparent 100%);
            mask-image: linear-gradient(to right, black 0%, black 92%, transparent 100%);
  }
  .guide-cards::-webkit-scrollbar { display: none; }
  .guide-card {
    flex: 0 0 78%;
    max-width: 300px;
    scroll-snap-align: start;
  }
}

.guide-card {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  padding: var(--sp-7) var(--sp-5) var(--sp-6);
  background-color: var(--bg-1);
  border: 1px solid var(--border-subtle);
  border-top: 2px solid var(--teal-700);
  text-decoration: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
  position: relative;
}

.guide-card:hover {
  background-color: var(--bg-2);
  border-color: rgba(46,104,88,0.5);
  border-top-color: var(--teal-700);
}

.guide-card__cat {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal-500); /* WCAG AA — was --teal-700 (#2e6858), 2.89:1 against bg-1. Now ~5.3:1. */
}

.guide-card__headline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 400;
  color: var(--stone-100);
  line-height: 1.25;
  letter-spacing: 0.005em;
}

.guide-card__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
  flex: 1;
}

.guide-card__arrow {
  font-size: var(--text-base);
  color: var(--teal-700);
  margin-top: var(--sp-2);
  display: inline-block;
  transition: transform 0.2s ease;
}

.guide-card:hover .guide-card__arrow {
  transform: translateX(4px);
}

/* ── Guide card photo ──────────────────────────────────── */
.guide-card__img {
  /* Bleed to card edges by reversing card padding */
  margin: calc(-1 * var(--sp-7)) calc(-1 * var(--sp-5)) var(--sp-5);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--bg-2); /* placeholder colour while image loads */
}

.guide-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.82) saturate(0.9);
  transition: transform 0.5s var(--ease-premium), filter 0.5s var(--ease-premium);
}

.guide-card:hover .guide-card__img img {
  transform: scale(1.05);
  filter: brightness(0.92) saturate(1);
}

/* ── 25. REVIEWS ─────────────────────────────────────────── */

/* Featured quote — large editorial treatment */
.review-featured {
  margin: 0 0 clamp(var(--sp-8), 4vw, var(--sp-14));
  padding: clamp(var(--sp-6), 3vw, var(--sp-12)) 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

/* Mobile: tighter rhythm — the editorial breath that works on desktop
   reads as deadspace on a phone. Match the global ~24-32px section beat. */
@media (max-width: 768px) {
  .review-featured {
    margin-bottom: var(--sp-6);
    padding-block: var(--sp-6);
  }
}

.review-featured__quote p {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: var(--stone-300);
  letter-spacing: -0.005em;
  margin: 0 0 var(--sp-4);
  max-width: 52ch;
}

.review-featured__meta {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--stone-500);
}

.review-featured__name {
  color: var(--stone-300);
  font-weight: 500;
}

.review-featured__sep {
  color: var(--border-subtle);
}

.review-featured__platform {
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-500);
}

/* Secondary quote grid */
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-bottom: clamp(var(--sp-12), 5vw, var(--sp-16));
}

.review-card {
  padding: var(--sp-8) var(--sp-10);
  border: 1px solid var(--border-subtle);
  margin: 0 -1px -1px 0; /* collapse shared borders */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--sp-6);
  transition: border-color 0.2s;
}

.review-card:hover {
  border-color: var(--stone-400);
  position: relative;
  z-index: 1;
}

.review-card blockquote {
  margin: 0;
}

.review-card blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--stone-400);
  margin: 0;
}

.review-card blockquote p::before { content: '\201C'; }
.review-card blockquote p::after  { content: '\201D'; }

.review-card figcaption {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}

.review-card__name {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--stone-300);
}

.review-card__platform {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-500);
}

/* Platform strip */
.review-platforms {
  display: flex;
  align-items: center;
  gap: var(--sp-6);
  padding-top: var(--sp-8);
  border-top: 1px solid var(--border-subtle);
  flex-wrap: wrap;
}

.review-platforms__label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone-500);
}

.review-platforms__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: var(--sp-6);
  flex-wrap: wrap;
}

.review-platforms__list li {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--stone-400);
  letter-spacing: 0.02em;
}

.review-platforms__list li + li::before {
  content: '·';
  margin-right: var(--sp-6);
  color: var(--border-subtle);
}

/* Responsive */
@media (max-width: 760px) {
  .review-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .review-card {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: var(--sp-7) 0;
  }
  .review-card:first-child { border-top: none; }
  .review-featured__quote p { max-width: 100%; }
}

/* ── 24. GUIDE FULL PAGE ──────────────────────────────────── */

.guide-full {
  padding-top: var(--sp-14);
  padding-bottom: var(--sp-20);
}

.guide-full__intro {
  max-width: 62ch;
  margin-bottom: var(--sp-16);
  padding-bottom: var(--sp-10);
  border-bottom: 1px solid var(--border-subtle);
}

.guide-full__intro p {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: var(--sp-4);
}

.guide-full__intro p:last-child { margin-bottom: 0; }

/* Guide page header — tighter than the default .page-header so the
   chapter content reaches the section bar quickly. Scoped to the guide
   page via :has() so other subpages keep their dramatic headers. */
body:has(.guide-full) .page-header {
  padding-top: calc(80px + var(--sp-10));
  padding-bottom: var(--sp-8);
}
body:has(.guide-full) .page-header__inner h1 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  margin-bottom: var(--sp-3);
  letter-spacing: -0.02em;
}
body:has(.guide-full) .page-header__inner .overline {
  margin-bottom: var(--sp-3);
}

/* Each category section — a chapter in the guidebook */
.guide-section {
  padding: var(--sp-16) 0 var(--sp-12);
  border-bottom: 1px solid var(--border-subtle);
}

/* Chapter title — big editorial display heading. The section
   border below already separates chapters, so no underline here.
   Tight bottom margin so the chapter title pairs visually with
   its first sub-section label. */
.guide-section__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 400;
  color: var(--stone-100);
  letter-spacing: -0.015em;
  line-height: 1;
  margin: 0 0 var(--sp-6);
  padding: 0;
  border: none;
}

/* Sub-section heading within a chapter (e.g. "Best pizza" inside Eat) —
   smaller italic display, sits above its grid as a quiet group label.
   Generous top margin so it breathes after the previous group of
   cards; comfortable bottom margin so the next row of cards has
   clear separation. */
.guide-section__subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  text-transform: none;
  color: var(--text-secondary);
  margin: var(--sp-14) 0 var(--sp-6);
}
.guide-section__subtitle:first-of-type,
.guide-section > .guide-section__subtitle:nth-of-type(1) {
  margin-top: var(--sp-1);
}
@media (max-width: 768px) {
  .guide-section { padding: var(--sp-12) 0 var(--sp-10); }
  .guide-section__title { margin-bottom: var(--sp-5); }
  .guide-section__subtitle { margin: var(--sp-10) 0 var(--sp-4); }
  .guide-section__subtitle:first-of-type { margin-top: 0; }
}

/* Owner-voice italic intro paragraph at the top of a section */
.guide-section__intro {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  font-weight: 300;
  color: var(--stone-300);
  line-height: 1.55;
  margin: 0 0 var(--sp-6);
  max-width: 60ch;
}
.guide-section__intro a {
  color: var(--teal-400, #2dd4bf);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Recommendation items grid — text-only directory layout (no photos).
   Two columns from tablet up; single column on mobile. */
.guide-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-5) var(--sp-6);
}

@media (max-width: 760px) {
  .guide-items { grid-template-columns: 1fr; gap: var(--sp-3); }
}

.guide-item {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.guide-item__name {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 400;
  color: var(--stone-100);
  line-height: 1.2;
}

.guide-item__loc {
  font-weight: 300;
  color: var(--text-muted);
  font-style: italic;
}

.guide-item__desc {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  flex: 1;
}

.guide-item__note {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--teal-700);
  letter-spacing: 0.04em;
  margin-top: var(--sp-1);
}

/* CTA at bottom */
.guide-full__cta {
  padding-top: var(--sp-14);
  max-width: 56ch;
}

.guide-full__cta p {
  font-size: var(--text-base);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--sp-6);
}

/* WhatsApp + Email contact link row */
.guide-full__contact-links {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.guide-contact-link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  text-decoration: none;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 2px;
  transition: color var(--dur-fast) var(--ease-premium),
              border-color var(--dur-fast) var(--ease-premium);
}

.guide-contact-link:hover {
  color: var(--stone-200);
  border-color: var(--stone-400);
}



/* ── 26. CONTACT FORM ────────────────────────────────────── */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--sp-16) var(--sp-20);
  align-items: start;
}

/* Left column */
.contact-info h2 {
  margin-bottom: var(--sp-5);
}

.contact-info__subtitle {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: var(--sp-6);
  max-width: 44ch;
}

.contact-info__note {
  font-size: var(--text-sm);
  color: var(--stone-500);
  line-height: 1.6;
  padding: var(--sp-4) var(--sp-5);
  border-left: 2px solid var(--teal-700);
  margin-bottom: var(--sp-8);
}

.contact-info__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-4);
}

.contact-info__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
}

.contact-info__whatsapp::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230b0d07'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.contact-info__email {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  color: var(--stone-400);
  letter-spacing: 0.02em;
  transition: color 0.2s;
}

.contact-info__email:hover { color: var(--stone-300); }

/* ── Right column — Availability / Pricing CTA card (replaces old form) ── */
.contact-cta-wrap {
  display: flex;
  align-items: stretch;
}

.contact-cta-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 380px;
  padding: clamp(var(--sp-7), 3vw, var(--sp-10));
  /* extra bottom padding so corner arrow doesn't crowd the description */
  padding-bottom: calc(clamp(var(--sp-7), 3vw, var(--sp-10)) + var(--sp-6));
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  background:
    linear-gradient(155deg, rgba(20,184,166,0.06) 0%, transparent 55%),
    var(--bg-1);
  color: var(--stone-200);
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.4s var(--ease-premium),
    border-color 0.3s var(--ease-premium),
    box-shadow 0.4s var(--ease-premium),
    background 0.4s var(--ease-premium);
}

.contact-cta-card:hover {
  transform: translateY(-3px);
  border-color: var(--teal-500);
  box-shadow:
    0 24px 60px -20px rgba(20, 184, 166, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  background:
    linear-gradient(155deg, rgba(20,184,166,0.10) 0%, transparent 55%),
    var(--bg-1);
}

.contact-cta-card:active { transform: translateY(-1px); }

.contact-cta-card__overline {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-500);
  line-height: 1;
  z-index: 2;
}

.contact-cta-card__title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--stone-100);
  margin: var(--sp-5) 0 var(--sp-4);
  z-index: 2;
}

.contact-cta-card__sub {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  max-width: 38ch;
  z-index: 2;
}

/* Bottom-right corner arrow — visual affordance only, not a competing CTA */
.contact-cta-card__arrow {
  position: absolute;
  bottom: clamp(var(--sp-6), 2.5vw, var(--sp-8));
  right: clamp(var(--sp-6), 2.5vw, var(--sp-8));
  color: var(--teal-300);
  z-index: 2;
  transition: transform 0.4s var(--ease-premium), color 0.3s ease;
}

.contact-cta-card:hover .contact-cta-card__arrow {
  transform: translateX(8px);
  color: var(--stone-100);
}

/* Decorative compass/clock backdrop — sits behind text */
.contact-cta-card__deco {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 320px;
  height: 320px;
  transform: translateY(-50%);
  color: var(--teal-300);
  pointer-events: none;
  z-index: 1;
  opacity: 0.55;
  transition: transform 0.6s var(--ease-premium), opacity 0.4s ease;
}
.contact-cta-card:hover .contact-cta-card__deco {
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.85;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  tab-size: 0;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-5);
}

.contact-form__field {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form__label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-200);
}

.contact-form__input {
  background: transparent;
  border: 1px solid var(--border-subtle);
  color: var(--stone-300);
  font-family: var(--font-body);
  font-size: var(--text-base);
  padding: var(--sp-3) var(--sp-4);
  border-radius: 0;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  color-scheme: dark;
}

.contact-form__input:focus {
  border-color: var(--teal-700);
}

.contact-form__input::placeholder {
  color: var(--stone-600, #5a5040);
}

.contact-form__textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

/* Date inputs — override browser chrome */
.contact-form__input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0.6);
  cursor: pointer;
}

.contact-form__footer {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  padding-top: var(--sp-2);
}

.contact-form__submit {
  min-width: 160px;
}

.contact-form__submit[aria-busy="true"] {
  opacity: 0.6;
  pointer-events: none;
}

.contact-form__success,
.contact-form__error {
  font-size: var(--text-sm);
  line-height: 1.6;
  padding: var(--sp-4) var(--sp-5);
  margin-top: var(--sp-2);
}

.contact-form__success {
  color: var(--teal-300);
  border: 1px solid var(--teal-900);
  background: color-mix(in srgb, var(--teal-900) 30%, transparent);
}

.contact-form__error {
  color: #e8a09a;
  border: 1px solid rgba(232, 160, 154, 0.2);
  background: rgba(232, 160, 154, 0.05);
}

/* Responsive */
@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: var(--sp-12);
  }
  .contact-info__subtitle { max-width: 100%; }
  .contact-cta-card { min-height: 320px; }
  .contact-cta-card__deco { right: -80px; width: 280px; height: 280px; }
}

@media (max-width: 600px) {
  .contact-cta-card { min-height: 280px; padding: var(--sp-7) var(--sp-6); }
  .contact-cta-card__deco { right: -120px; opacity: 0.35; }
}

@media (max-width: 560px) {
  .contact-form__row { grid-template-columns: 1fr; }
}


/* ── 27. AVAILABILITY FULL PAGE ──────────────────────────── */

/* ── Pricing table ── */

.avail-pricing {
  padding-bottom: var(--sp-14);
}

.avail-pricing__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
}

.avail-pricing__note {
  font-size: var(--text-sm);
  color: var(--stone-500);
  max-width: 52ch;
  text-align: right;
}

.avail-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: var(--sp-10);
}

.avail-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
}

.avail-table thead tr {
  border-bottom: 1px solid var(--border-subtle);
}

.avail-table th {
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone-500);
  padding: var(--sp-3) var(--sp-5) var(--sp-3) 0;
  text-align: left;
  white-space: nowrap;
}

.avail-table th:last-child,
.avail-table td:last-child {
  text-align: center;
}

.avail-table tbody tr {
  border-bottom: 1px solid var(--border-subtle);
  transition: background 0.15s;
}

.avail-table tbody tr:hover {
  background: var(--bg-1);
}

.avail-table td {
  padding: var(--sp-5) var(--sp-5) var(--sp-5) 0;
  font-size: var(--text-base);
  color: var(--stone-400);
  vertical-align: middle;
}

.avail-table__season {
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 300;
  color: var(--stone-300) !important;
  letter-spacing: -0.01em;
}

.avail-table__price {
  font-family: var(--font-canvas);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  color: var(--stone-300) !important;
  letter-spacing: 0.02em;
}

.avail-table__price--night {
  color: var(--stone-400) !important;
  font-size: 1rem;
}

/* Season accent bars */
.avail-table__row--low    td:first-child { border-left: 3px solid var(--stone-600); padding-left: var(--sp-4); }
.avail-table__row--mid    td:first-child { border-left: 3px solid var(--teal-700);  padding-left: var(--sp-4); }
.avail-table__row--high   td:first-child { border-left: 3px solid var(--teal-500);  padding-left: var(--sp-4); }
.avail-table__row--peak   td:first-child { border-left: 3px solid var(--stone-300); padding-left: var(--sp-4); }

/* CTA below table */
.avail-pricing__cta {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  flex-wrap: wrap;
  padding-top: var(--sp-8);
  border-top: 1px solid var(--border-subtle);
}

.avail-pricing__cta p {
  font-size: var(--text-base);
  color: var(--stone-400);
}

/* ── Full calendar section ── */

.avail-calendar-full {
  padding-top: var(--sp-4);
}

.avail-cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-4);
  margin-bottom: var(--sp-10);
}

.avail-cal-legend {
  display: flex;
  gap: var(--sp-6);
  flex-wrap: wrap;
}

.avail-legend__item {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--stone-500);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}

.avail-legend__item::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  flex-shrink: 0;
}

.avail-legend__item--avail::before  { background: var(--bg-2); border: 1px solid var(--border-default); }
.avail-legend__item--booked::before { background: rgba(192,170,138,0.1); border: 1px solid var(--stone-600); opacity: 0.55; }
.avail-legend__item--today::before  { background: rgba(46,104,88,0.3); border: 1px solid rgba(46,104,88,0.6); }

/* Full calendar grid — 2 cols filling the 660px calendar column.
   Each month gets ~310px which fits exactly: 7 day cells × ~44px + padding. */
.full-calendar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-8) var(--sp-8);
}

@media (max-width: 560px) {
  .full-calendar-grid { grid-template-columns: 1fr; }
}

/* Skeleton for full calendar */
.cal-skeleton {
  display: contents;
}

.cal-skeleton__month {
  height: 240px;
  background: var(--bg-1);
  border-radius: 2px;
  animation: cal-shimmer 1.4s ease-in-out infinite;
}

@keyframes cal-shimmer {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 1;   }
}

/* Loading state opacity */
.full-calendar--loading {
  opacity: 0.4;
  pointer-events: none;
}


/* ── 29. GALLERY FULL PAGE ────────────────────────────────── */

.gallery-full {
  padding-top: 0;
  padding-bottom: var(--sp-10);
}

.gallery-cat {
  margin-bottom: var(--sp-14);
}

.gallery-cat__header {
  margin-bottom: var(--sp-6);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--border-subtle);
}

.gallery-grid-uniform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

@media (max-width: 900px) {
  .gallery-grid-uniform { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .gallery-grid-uniform { grid-template-columns: 1fr; }
}

.gallery-cell-uniform {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  background: var(--bg-2);
  cursor: pointer;
}

.gallery-cell-uniform img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease-premium);
}

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

.gallery-cell-uniform::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 13, 7, 0);
  transition: background 0.3s var(--ease-premium);
  pointer-events: none;
}

.gallery-cell-uniform:hover::after {
  background: rgba(11, 13, 7, 0.12);
}

/* Legacy masonry classes — kept for safety, no longer used */
.gallery-masonry {
  columns: 3;
  column-gap: 4px;
}

@media (max-width: 900px) {
  .gallery-masonry { columns: 2; }
}

@media (max-width: 480px) {
  .gallery-masonry { columns: 1; }
}

.gallery-fig {
  break-inside: avoid;
  margin: 0 0 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: var(--bg-2);
}

.gallery-fig img {
  width: 100%;
  height: auto;
  display: block;
  transition:
    transform var(--dur-slow) var(--ease-premium),
    opacity var(--dur-base) var(--ease-premium);
}

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

.gallery-fig::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 13, 7, 0);
  transition: background var(--dur-base) var(--ease-premium);
  pointer-events: none;
}

.gallery-fig:hover::after {
  background: rgba(11, 13, 7, 0.10);
}

/* CTA at bottom */
.gallery-full__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  padding-top: var(--sp-8);
  border-top: 1px solid var(--border-subtle);
  margin-top: 0;
}

@media (max-width: 480px) {
  .gallery-full__cta {
    flex-direction: column;
  }
  .gallery-full__cta .btn {
    width: 100%;
    justify-content: center;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   29b. GALLERY — MOSAIC GRID & LIGHTBOX
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── Category filter nav ── */
.gallery-filters {
  margin-top: var(--nav-h);   /* push below fixed nav (72px) */
  background: var(--bg-0);
  padding-block: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ── Mosaic grid — full-bleed, no container ── */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: clamp(160px, 18vw, 280px);
  grid-auto-flow: row dense;
  gap: 3px;
}

@media (max-width: 900px) {
  .gallery-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: clamp(140px, 24vw, 260px);
  }
}

@media (max-width: 520px) {
  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 58vw;
  }
}

/* ── Base gallery cell ── */
.gc {
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  background: var(--bg-2);
  display: block;
}

.gc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease-premium);
}

.gc:hover img { transform: scale(1.04); }

.gc::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 13, 7, 0);
  transition: background 0.3s var(--ease-premium);
  pointer-events: none;
}

.gc:hover::after { background: rgba(11, 13, 7, 0.10); }

/* ── Portrait: spans 2 rows ── */
.gc--port { grid-row: span 2; }

/* ── Hero: full-width opener, 2 rows ── */
.gc--hero {
  grid-column: 1 / -1;
  grid-row: span 2;
}

/* ── Wide: spans 2 cols, 1 row ── */
.gc--wide { grid-column: span 2; }

@media (max-width: 520px) {
  .gc--hero  { grid-row: span 1; }
  .gc--port  { grid-row: span 1; }
  .gc--wide  { grid-column: span 1; }
}

/* ── Category wrapper for mosaic layout ── */
.gallery-cat--mosaic {
  margin-bottom: var(--sp-14);
}

.gallery-cat--mosaic .gallery-cat__header {
  padding-inline: var(--sp-6);
  margin-bottom: var(--sp-6);
}

@media (min-width: 768px) {
  .gallery-cat--mosaic .gallery-cat__header { padding-inline: var(--sp-12); }
}

@media (min-width: 1280px) {
  .gallery-cat--mosaic .gallery-cat__header { padding-inline: var(--sp-16); }
}

/* ── Lightbox overlay ── */
#gallery-lb {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s var(--ease-premium);
}

#gallery-lb.lb--open {
  opacity: 1;
  pointer-events: all;
}

.lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 6, 0.95);
}

.lb-stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: min(92vw, 1280px);
  max-height: 92vh;
}

.lb-img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 64px);
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity 0.18s var(--ease-premium);
}

.lb-img.lb-img--loading { opacity: 0.3; }

.lb-caption {
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  margin-top: var(--sp-3);
  text-align: center;
  min-height: 1.4em;
  padding-inline: var(--sp-6);
}

/* Close / Prev / Next shared base */
.lb-close,
.lb-prev,
.lb-next {
  position: fixed;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
}

.lb-close:hover,
.lb-prev:hover,
.lb-next:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.lb-close {
  top: var(--sp-6);
  right: var(--sp-6);
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.lb-prev,
.lb-next {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}

.lb-prev { left: var(--sp-5); }
.lb-next { right: var(--sp-5); }

.lb-prev:disabled,
.lb-next:disabled {
  opacity: 0.18;
  cursor: default;
}

.lb-counter {
  position: fixed;
  bottom: var(--sp-5);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.14em;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .lb-prev  { left: var(--sp-2); }
  .lb-next  { right: var(--sp-2); }
  .lb-close { top: var(--sp-3); right: var(--sp-3); }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   29c. GALLERY — LABEL-LEFT COLLAGE LAYOUT (v2)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── One room / area block ── */
.gallery-section {
  display: grid;
  grid-template-columns: 420px 1fr;
  column-gap: var(--sp-12);
  padding: var(--sp-10) var(--sp-16);
  border-top: 1px solid var(--border-subtle);
  scroll-margin-top: calc(var(--nav-h) + 16px);
  /* Cap section width on wide monitors so the photo cells don't
     balloon. MBA / 1440-wide laptops are already inside the cap and
     unchanged; 1920px+ displays now centre the section instead of
     stretching it. */
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Label column ── */
.gallery-section__label {
  position: sticky;
  top: calc(var(--nav-h) + 16px);  /* just below nav */
  align-self: start;
}

.gallery-section__name {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.4vw, 1.5rem);
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.gallery-section__sub {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-top: var(--sp-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Photo grid — 2-col Airbnb puzzle layout ─────────────────
   Landscape (gc--land): 3:2 ratio, 1 col × 1 row
   Portrait  (gc--port): spans 2 rows → naturally ~2:3 ratio
   Wide      (gc--wide): spans 2 cols, 16:9 ratio
   grid-auto-flow: dense fills gaps when portrait+landscape mix
   ─────────────────────────────────────────────────────────── */
.gallery-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  grid-auto-flow: row dense;
}

/* ── Base cell ── */
.gallery-section .gc {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

/* ── Image fills cell absolutely ── */
.gallery-section .gc img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease-premium);
}

/* ── Landscape: 3:2 ratio, single row ── */
.gallery-section .gc--land {
  aspect-ratio: 3 / 2;
}

/* ── Portrait: spans 2 rows — height = 2× landscape row + gap ── */
/* aspect-ratio: 2/3 is a fallback: ignored when landscape siblings
   size the rows, active when 2+ portraits stack with no landscape. */
.gallery-section .gc--port {
  grid-row: span 2;
  aspect-ratio: 2 / 3;
}

/* ── Wide: full 2-col span, 16:9 ── */
.gallery-section .gc--wide {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}

/* ── Responsive — 1200px ── */
@media (max-width: 1200px) {
  .gallery-section {
    grid-template-columns: 280px 1fr;
    column-gap: var(--sp-8);
    padding: var(--sp-10) var(--sp-10);
  }
}

/* ── Responsive — 900px: stack label above photos ── */
@media (max-width: 900px) {
  .gallery-section {
    grid-template-columns: 1fr;
    padding: var(--sp-8) var(--sp-8);
    scroll-margin-top: 120px;
  }
  .gallery-section__label {
    position: static;
    margin-bottom: var(--sp-5);
  }
}

/* ── Responsive — 600px ── */
@media (max-width: 600px) {
  .gallery-section {
    padding: var(--sp-6) var(--sp-5);
  }
  .gallery-photos {
    gap: 8px;
  }
}

/* ── Responsive — 480px: single column, portrait no longer spans ── */
@media (max-width: 480px) {
  .gallery-photos {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
  .gallery-section .gc--port {
    grid-row: span 1;
    aspect-ratio: 3 / 2;
  }
  .gallery-section .gc--wide {
    grid-column: span 1;
    aspect-ratio: 3 / 2;
  }
}


/* ── 30. GUIDE MAP LINKS ──────────────────────────────────── */

.guide-item__map-link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  margin-top: var(--sp-2);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal-300);
  text-decoration: none;
  opacity: 0.85;
  transition: opacity var(--dur-fast) var(--ease-premium),
              color var(--dur-fast) var(--ease-premium);
}
.guide-item__map-link:hover {
  opacity: 1;
  color: var(--stone-100);
}


/* ── 31. PLATFORM LOGOS (trust strip) ───────────────────────── */

.review-platforms__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-4) var(--sp-6);
  list-style: none;
  padding: 0;
  margin: 0;
}

.platform-logo {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--text-secondary);
  opacity: 0.75;
  transition: opacity var(--dur-fast) var(--ease-premium),
              color var(--dur-fast) var(--ease-premium);
}
.platform-logo:hover        { opacity: 1; }
.platform-logo svg          { flex-shrink: 0; }

.platform-logo--airbnb:hover  { color: #FF5A5F; }
.platform-logo--booking:hover { color: #003580; }
.platform-logo--google:hover  { color: var(--stone-100); }
.platform-logo__dot           { color: #003580; }

/* ── Platform strip — real logos + commission note ── */
.platform-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
  padding-top: var(--sp-8);
  border-top: 1px solid var(--border-subtle);
}

.platform-strip__logos {
  display: flex;
  align-items: center;
  gap: var(--sp-14);
  flex-wrap: wrap;
  justify-content: center;
}

.platform-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--stone-300);
  opacity: 0.9; /* WCAG AA — was 0.75, dropped Airbnb pink to 4.0:1 */
  transition: opacity var(--dur-fast) var(--ease-premium),
              color var(--dur-fast) var(--ease-premium),
              transform var(--dur-fast) var(--ease-premium);
}
.platform-chip:hover          { opacity: 1; transform: translateY(-1px); }
.platform-chip svg            { flex-shrink: 0; }
.platform-chip--airbnb        { color: #e8707a; }
.platform-chip--airbnb:hover  { color: #FF385C; }
.platform-chip--booking       { color: #6da8e0; }
.platform-chip--booking:hover { color: #89c4f4; }
.platform-chip--google        { color: var(--stone-200); }
.platform-chip--google:hover  { color: var(--stone-100); }

@media (max-width: 640px) {
  .platform-strip__logos {
    gap: var(--sp-6);      /* 24px — was 56px */
  }
  .platform-chip {
    gap: var(--sp-2);      /* tighten icon→text gap */
    font-size: var(--text-sm);
  }
}

.platform-strip__label {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  letter-spacing: 0.01em;
  color: var(--stone-300);
  text-align: center;
  /* Sentence-case sans-serif at 14px reads cleanly. The earlier
     uppercase-tracked-xs treatment was too dense to scan. */
}

.platform-strip__note {
  font-size: var(--text-xs);
  color: var(--text-muted);
  letter-spacing: 0.03em;
  text-align: center;
  /* opacity removed — was 0.7 (see above) */
}

/* Review platform link wrapper */
.review-platform-link {
  text-decoration: none;
  display: inline;
}
.review-platform-link:hover .review-featured__platform,
.review-platform-link:hover .review-card__platform,
.review-platform-link:hover .review-card-v2__platform {
  color: var(--teal-300);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Stretched link — entire review card/featured box is clickable ── */
/* The link's ::before pseudo-element covers the whole card.           */
.review-card-v2,
.review-featured {
  position: relative;
  cursor: pointer;
}
.review-card-v2 .review-platform-link::before,
.review-featured .review-platform-link::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}



/* ── 32. HERO SOCIAL — enlarged Instagram ────────────────────── */

.hero__social-ig {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
  color: var(--stone-200);
  padding: var(--sp-2) var(--sp-3);
  border: 1px solid rgba(192,170,138,0.22);
  border-radius: var(--radius-md);
  background: rgba(11,13,7,0.32);
  backdrop-filter: blur(10px);
  transition:
    color var(--dur-base) var(--ease-premium),
    border-color var(--dur-base) var(--ease-premium),
    background-color var(--dur-base) var(--ease-premium),
    transform var(--dur-base) var(--ease-premium);
}
.hero__social-ig:hover {
  color: var(--stone-100);
  border-color: rgba(192,170,138,0.5);
  background: rgba(11,13,7,0.5);
  transform: translateY(-2px);
}

.hero__social-ig-badge {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: 8px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
  flex-shrink: 0;
}
.hero__social-ig-badge svg { display: block; fill: #fff; }

.hero__social-label {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.footer__social-ig {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  text-decoration: none;
  color: var(--text-secondary);
  font-size: var(--text-sm);
  transition: color var(--dur-fast) var(--ease-premium);
}
.footer__social-ig:hover { color: var(--stone-100); }


/* ── 33. MEET YOUR HOST ──────────────────────────────────────── */

.host-section {
  background: var(--bg-1);
  border-top: 1px solid var(--border-subtle);
}

.host-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: var(--sp-16);
  align-items: start;
}

@media (max-width: 960px) {
  .host-layout {
    grid-template-columns: 280px 1fr;
    gap: var(--sp-10);
  }
}

@media (max-width: 700px) {
  .host-layout {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
}

/* Photo column */
.host-photo-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-4);
}

.host-photo-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.host-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform var(--dur-slow) var(--ease-premium);
}

.host-photo-wrap:hover img {
  transform: scale(1.03);
}

.host-ig-link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  text-decoration: none;
  color: var(--text-secondary);
  font-size: var(--text-base);
  font-family: var(--font-body);
  letter-spacing: 0.02em;
  transition: color var(--dur-fast) var(--ease-premium);
}
.host-ig-link:hover { color: var(--stone-100); }
.host-ig-link svg {
  color: #c96695;
  flex-shrink: 0;
  transition: color var(--dur-fast) ease;
}
.host-ig-link:hover svg { color: #e1306c; }

/* Content column */
.host-content {
  padding-top: var(--sp-2);
}

.host-name {
  font-family: var(--font-display);
  font-size: var(--text-4xl);
  font-weight: 400;
  color: var(--stone-100);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: var(--sp-2) 0 var(--sp-1);
}

@media (max-width: 700px) {
  .host-name { font-size: var(--text-3xl); }
}

.host-location {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 var(--sp-8);
}

.host-bio-block {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
}

.host-bio-block p {
  font-size: var(--text-base);
  line-height: 1.75;
  color: var(--text-secondary);
}

/* Trust strip */
.host-trust-strip {
  display: flex;
  gap: var(--sp-8);
  padding: var(--sp-6) 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: var(--sp-8);
}

.host-trust-item {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}

.host-trust-value {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 400;
  color: var(--stone-100);
  letter-spacing: -0.02em;
  line-height: 1;
}

.host-trust-label {
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

@media (max-width: 480px) {
  .host-trust-strip {
    gap: var(--sp-5);
  }
  .host-trust-value {
    font-size: var(--text-xl);
  }
}


/* ── 28. MOBILE RESPONSIVE POLISH ────────────────────────── */

/*
  Breakpoints used:
    640px — small tablet / large phone landscape
    480px — standard phone
    360px — smallest common phone
*/

/* ── Scroll margin for fixed nav anchor links ── */
[id] {
  scroll-margin-top: calc(var(--nav-h) + var(--sp-6));
}

/* ── Smooth momentum scrolling on iOS ── */
html {
  -webkit-overflow-scrolling: touch;
  overflow-x: clip; /* hard cap — prevents any rogue child from creating horizontal scroll */
}

/* ── Hero: smaller mark + tighter brand on phone ── */
@media (max-width: 480px) {
  .hero__vq-mark {
    width: 52px;
    height: 52px;
  }
  .hero__brand {
    gap: var(--sp-3);
    margin-bottom: var(--sp-6);
  }
  .hero__rule {
    margin-bottom: var(--sp-6);
  }
  .hero__subtitle {
    font-size: var(--text-sm);
  }
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
  /* Pull social icons off absolute position — hide on tiny screens to save space */
  .hero__social { display: none; }
}

/* ── Page header: less top-padding on mobile ── */
@media (max-width: 640px) {
  .page-header {
    padding-top: calc(var(--nav-h) + var(--sp-6));
    padding-bottom: var(--sp-6);
  }
}

/* ── Villa stat strip: 2×2 on mobile ── */
@media (max-width: 540px) {
  .villa-overview__stats {
    grid-template-columns: repeat(2, 1fr);
  }
  /* Restore right border lost from 4-col layout */
  .villa-stat:nth-child(2) {
    border-right: none;
  }
  .villa-stat:nth-child(3),
  .villa-stat:nth-child(4) {
    border-top: 1px solid var(--border-subtle);
  }
}

/* ── Mobile menu: smaller type on very small screens ── */
@media (max-width: 360px) {
  .nav__mobile-menu ul a {
    font-size: var(--text-3xl);
  }
}

/* ── Availability pricing: fix stacking ── */
@media (max-width: 640px) {
  .avail-pricing__header {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-3);
  }
  .avail-pricing__note {
    text-align: left;
    max-width: 100%;
  }
}

/* ── Availability table: tighter cells on mobile ── */
@media (max-width: 480px) {
  .avail-table th,
  .avail-table td {
    font-size: var(--text-sm);
    padding-inline-end: var(--sp-3);
  }
  .avail-table__season {
    font-size: 1rem;
  }
  .avail-table__price {
    font-size: 1rem;
  }
  .avail-pricing__cta {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-5);
  }
}

/* ── Contact form: stack footer on small phones ── */
@media (max-width: 480px) {
  .contact-form__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-4);
  }
  .contact-form__submit {
    width: 100%;
    justify-content: center;
  }
}

/* ── Review grid: reduce card padding on tiny screens ── */
@media (max-width: 480px) {
  .review-featured__quote p {
    font-size: clamp(1.25rem, 5vw, 1.5rem);
  }
}

/* ── Guide full: tighter section padding on mobile ── */
@media (max-width: 480px) {
  .guide-section {
    padding: var(--sp-8) 0;
  }
  .guide-full__intro {
    margin-bottom: var(--sp-10);
  }
}

/* ── Location: smaller map on tiny screens ── */
@media (max-width: 360px) {
  .location-map { height: 240px; }
}

/* ── Facts bar: prevent orphaned items on small screens ── */
@media (max-width: 360px) {
  .facts-bar__sep { display: none; }
  .facts-bar__item { font-size: 11px; }
}

/* ── Buttons: minimum tap target size ── */
.btn {
  min-height: 44px;
}

/* ── Focus-visible styles for keyboard nav ── */
:focus-visible {
  outline: 2px solid var(--teal-500);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ── Reduced motion: disable all reveals ── */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Print: basic print styles ── */
@media print {
  .nav, .footer, .hero__social, .hero__scroll-cue,
  .btn, .lang-toggle, .nav__hamburger { display: none !important; }
  body { background: white; color: black; }
  h1, h2, h3 { color: black; }
  .page-header { padding-top: var(--sp-8); }
}


/* ════════════════════════════════════════════════════════════════
   34. HERO — WHISPER (Variant E applied)
   Centered monogram + wordmark + year + divider + text CTA.
   Everything else lives in the intro section below.
   ════════════════════════════════════════════════════════════════ */

.hero {
  align-items: center;
}

.hero__content {
  padding: 0;
  display: flex;
  justify-content: center;
}

.hero__whisper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(var(--sp-4), 2vw, var(--sp-6));
  animation: vq-fade-in 1.5s var(--ease-premium) both;
}

.hero__whisper-mark {
  width: clamp(180px, 20vw, 240px);
  height: clamp(180px, 20vw, 240px);
  color: var(--stone-100);
}

.hero__whisper-name {
  font-family: var(--font-saonara);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--stone-100);
  margin: 0;
}

.hero__whisper-year {
  font-family: var(--font-canvas);
  font-size: 10px;
  letter-spacing: 0.56em;
  text-transform: uppercase;
  color: var(--stone-300);
  opacity: 0.85; /* WCAG AA — was 0.6, dropped effective contrast under 4.5:1 over hero photo */
  padding-left: 0.56em;  /* optical centering for tracked caps */
  margin: 0;
}

.hero__whisper-divider {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.35), transparent);
  margin-top: var(--sp-6);
}

.hero__whisper-cta {
  margin-top: var(--sp-2);
  color: var(--stone-100);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  transition:
    letter-spacing var(--dur-base) var(--ease-premium),
    border-color var(--dur-base) var(--ease-premium),
    color var(--dur-base) var(--ease-premium);
}
.hero__whisper-cta:hover {
  letter-spacing: 0.36em;
  border-color: var(--stone-100);
  color: var(--stone-100);
}

/* Darker, flatter overlay — image as textured backdrop not featured photo */
.hero__overlay {
  background-image:
    linear-gradient(
      108deg,
      rgba(11, 13, 7, 0.92) 0%,
      rgba(11, 13, 7, 0.72) 30%,
      rgba(11, 13, 7, 0.35) 58%,
      rgba(11, 13, 7, 0.50) 100%
    ),
    linear-gradient(
      to top,
      rgba(11, 13, 7, 0.45)  0%,
      rgba(11, 13, 7, 0.0)  28%
    ),
    linear-gradient(
      to bottom,
      rgba(11, 13, 7, 0.45) 0%,
      rgba(11, 13, 7, 0.0) 18%
    ) !important;
}

/* Scroll cue — hidden for now, restore when position is confirmed */
.hero__scroll-cue { display: none; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero__whisper { animation: none; }
}


/* ════════════════════════════════════════════════════════════════
   35. HERO INTRO — moved tagline + description block
   Sits between hero and facts bar. Gives the hero content that used
   to crowd it room to breathe in its own section.
   ════════════════════════════════════════════════════════════════ */

.hero-intro {
  position: relative;
  z-index: 2;
  margin-top: -18vh;
  padding-top: calc(18vh + clamp(var(--sp-12), 8vh, var(--sp-20)));
  padding-bottom: clamp(var(--sp-12), 8vh, var(--sp-20));
  background: linear-gradient(to bottom, transparent 0%, var(--bg-0) 18vh);
  border-bottom: 1px solid var(--border-subtle);
}

.hero-intro__inner {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-6);
}

.hero-intro__eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--teal-400);
  margin: 0;
}

.hero-intro__lead {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--stone-100);
  margin: 0;
  max-width: 18ch;
}

.hero-intro__lead span {
  display: block;
  white-space: nowrap;   /* prevent "pool" orphaning on a new line */
}

.hero-intro__body {
  font-size: var(--text-lg);
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 52ch;
  margin: 0;
}

.hero-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  justify-content: center;
  margin-top: var(--sp-4);
}

.hero-intro__trust {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0;
  margin-top: var(--sp-2);
}
.hero-intro__trust::before {
  content: '—  ';
  opacity: 0.4;
}

@media (max-width: 700px) {
  .hero-intro { padding-top: var(--sp-16); padding-bottom: var(--sp-8); }
  .hero-intro__lead { max-width: none; }
}


/* ════════════════════════════════════════════════════════════════
   36. SECTION TRANSITIONS & RHYTHM
   ────────────────────────────────────────────────────────────────
   Single dark surface throughout. No borders, no bg alternation,
   no decorative rules. Section breaks are handled by:

     · Full-bleed photo strips at the two major chapter breaks
       (gallery → villa overview, reviews → host).
       These are content, not decoration — they show more of the
       villa and give the eye a natural pause.

     · Generous vertical padding doing the rest.

   Amenity + guide cards are cleaned up separately below.
   ════════════════════════════════════════════════════════════════ */

/* ── Photo break strips ── */
/* ── Parallax Break — fixed-scroll background strip between sections ── */
/* Term: Parallax Break — transparent section showing a fixed hero photo    */
/* scrolling behind it as the user moves through the page. Uses CSS-only    */
/* background-attachment:fixed. On iOS Safari, falls back to scroll.        */
.parallax-break {
  width: 100%;
  height: clamp(140px, 14vw, 200px);
  position: relative;
  background-image: url('../images/photos/exterior-04.webp');
  background-attachment: fixed;
  background-size: cover;
  background-position: center 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Heavy overlay — image is heavily faded/muted so text reads clearly */
.parallax-break::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(11, 13, 7, 0.72);
  pointer-events: none;
  z-index: 0;
}

/* Text content inside the break */
.parallax-break__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-3);
  text-align: center;
  padding: 0 var(--sp-6);
  pointer-events: auto;
}

.parallax-break__overline {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-500);
}

.parallax-break__heading {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  color: var(--stone-200);
  margin: 0;
  line-height: 1.2;
}

.parallax-break__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone-400);
  text-decoration: none;
  transition: color var(--dur-fast) ease;
  margin-top: var(--sp-1);
}

.parallax-break__cta:hover { color: var(--stone-100); }

.parallax-break__cta svg {
  transition: transform 0.3s ease;
}
.parallax-break__cta:hover svg { transform: translateY(3px); }

/* iOS Safari: background-attachment:fixed is broken on mobile — fall back */
/* On mobile, show image as normal scroll background with increased height  */
@media (max-width: 900px) {
  .parallax-break {
    background-attachment: scroll;
    background-position: center center;
    height: clamp(120px, 30vw, 180px);
  }
}

/* Legacy .photo-break retained for backward compat (no longer used) */
.photo-break {
  width: 100%;
  height: clamp(200px, 22vw, 320px);
  overflow: hidden;
  position: relative;
  display: block;
}
.photo-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ── Remove old borders / overline rules left over from prev iteration ── */
.section {
  border-top: none;
}
.facts-bar {
  border-bottom: none;
  border-top: none;
}
.section .overline::before { display: none; }

/* ── Gallery: restore bottom padding (was set to 0) ── */
.gallery-preview {
  padding-bottom: var(--sp-16);
}

/* ── Guide cards: replace the heavy 2px teal top-border.
   The section overline already signals the chapter; cards don't
   need their own redundant accent bar.                               */
.guide-card {
  border-top: 1px solid var(--border-subtle);
}

/* ── Amenity cards: more breathing room inside ── */
.amenity-card {
  padding: var(--sp-8) var(--sp-7);
}
.amenity-card__list {
  gap: var(--sp-3);
}

/* ── Host section: keep its warm bg-2 tint — the one deliberate
   tonal accent on the page, and the user already likes it.           */
.host-section {
  background-color: var(--bg-2);
  border-top: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   37. CALENDAR NAVIGATION
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.cal-nav-wrapper {
  /* transparent wrapper — just groups nav + grid */
}

.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding-block: var(--sp-4);
  margin-bottom: var(--sp-6);
}

.cal-nav__btn {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-subtle);
  background: transparent;
  color: var(--stone-400);
  cursor: pointer;
  transition: border-color var(--dur-fast) var(--ease-premium),
              color       var(--dur-fast) var(--ease-premium);
}

.cal-nav__btn:hover:not(:disabled) {
  border-color: var(--stone-500);
  color: var(--stone-200);
}

.cal-nav__btn:disabled {
  opacity: 0.25;
  cursor: default;
}

.cal-nav__label {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 400;
  color: var(--stone-300);
  letter-spacing: 0.02em;
  text-align: center;
  flex: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   38. GUIDE PAGE — CARD REDESIGN
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── Category filter pills ── */
.guide-filters {
  position: sticky;
  top: var(--nav-h);   /* 72px — must match nav height exactly */
  z-index: 10;
  background: var(--bg-0);
  padding-block: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Wraps the scrollable pills + pinned PDF button */
.guide-filters__wrap {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--sp-6);
}

.guide-filters__inner {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;   /* centred on desktop — no scroll needed */
  gap: var(--sp-2);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-block: 2px;
  position: relative;
}

.guide-filters__inner::-webkit-scrollbar { display: none; }

/* PDF button pinned to right of filter bar — desktop only */
.guide-filters__pdf {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-5);
  background: rgba(20, 184, 166, 0.07);
  border: 1px solid rgba(20, 184, 166, 0.3);
  color: var(--teal-400, #2dd4bf);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--dur-fast) var(--ease-premium),
              border-color var(--dur-fast) var(--ease-premium),
              color        var(--dur-fast) var(--ease-premium);
}

.guide-filters__pdf:hover {
  background: rgba(20, 184, 166, 0.14);
  border-color: rgba(20, 184, 166, 0.55);
  color: #5eead4;
}

.guide-filter {
  display: inline-flex;
  align-items: center;
  padding: 2px var(--sp-3);
  border: none;
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--dur-fast) var(--ease-premium);
}

.guide-filter:hover {
  color: var(--stone-300);
}

.guide-filter.is-active {
  color: var(--stone-100);
  text-shadow: 0 0 12px rgba(192, 170, 138, 0.45);
}


/* Guide filter: icon hidden on desktop — label shows as plain pill text */
.guide-filter__icon { display: none; }

/* ── Card structure overrides ── */

/* Make guide-item a clickable card (renders as <a>) */
.guide-item {
  position: relative;
  border: 1px solid var(--border-subtle);
  background: var(--bg-1);
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  /* anchor reset — the card behaves visually like a card, not link text */
  color: inherit;
  text-decoration: none;
  /* stagger reveal — initial hidden state */
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s ease-out,
              transform 0.5s ease-out,
              border-color var(--dur-fast) var(--ease-premium),
              background-color var(--dur-fast) var(--ease-premium);
  transition-delay: calc(var(--card-index, 0) * 55ms);
}

.guide-items.is-revealed .guide-item {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .guide-item {
    opacity: 1;
    transform: none;
    transition: border-color var(--dur-fast) var(--ease-premium),
                background-color var(--dur-fast) var(--ease-premium);
  }
}

.guide-item:hover,
.guide-item:focus-visible {
  border-color: var(--teal-500, #2a9d8f);
  background: var(--bg-2, #11140d);
  outline: none;
}

.guide-item:hover .guide-item__ext,
.guide-item:focus-visible .guide-item__ext {
  color: var(--teal-300);
  transform: translate(2px, -2px);
}

/* External-link cue — small ↗ in the card's top-right corner */
.guide-item__ext {
  position: absolute;
  top: var(--sp-4);
  right: var(--sp-4);
  width: 16px;
  height: 16px;
  color: var(--text-muted);
  transition: color var(--dur-fast) var(--ease-premium),
              transform var(--dur-fast) var(--ease-premium);
  flex-shrink: 0;
  pointer-events: none;
}

/* Content area with padding — sole child of the card now (no photo) */
.guide-item__body {
  padding: var(--sp-6) var(--sp-5) var(--sp-5);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  flex: 1;
}

@media (max-width: 760px) {
  .guide-item__body { padding: var(--sp-4); }
}

/* Body padding-right reserves room for the corner ↗ arrow.
   Arrow is 16px wide, positioned at right: var(--sp-4) (16px),
   so it occupies 16-32px from the card edge. We reserve 48px
   (sp-12) so wrapped text never collides with the arrow. */
.guide-item__body {
  padding-right: var(--sp-12);
}

/* ── PDF Download strip ── */
.guide-download {
  margin-top: var(--sp-20);
  padding: var(--sp-10) var(--sp-8);
  border: 1px solid var(--border-subtle);
  background: var(--bg-1);
}

.guide-download__inner {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
  flex-wrap: wrap;
}

.guide-download__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-subtle);
  color: var(--stone-400);
}

.guide-download__text {
  flex: 1;
  min-width: 180px;
}

.guide-download__title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 400;
  color: var(--stone-200);
  margin-bottom: var(--sp-1);
  letter-spacing: 0.01em;
}

.guide-download__sub {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.5;
}

@media (max-width: 600px) {
  .guide-download {
    padding: var(--sp-8) var(--sp-6);
  }
  .guide-download__inner {
    gap: var(--sp-5);
  }
  .guide-download__btn {
    width: 100%;
    text-align: center;
  }
  .guide-filters {
    top: var(--nav-h);  /* nav stays 72px on mobile too */
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   39. MOBILE — sticky book CTA + filter scroll hint
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* Hidden on desktop */
.mobile-cta-bar { display: none; }

@media (max-width: 768px) {

  /* ── Sticky bottom bar (default: full-width button) ── */
  .mobile-cta-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
    padding: var(--sp-8) var(--sp-5) calc(var(--sp-3) + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(to bottom, transparent, var(--bg-0) 40%);
    /* Own GPU compositor layer — prevents Chrome mobile from
       dropping other fixed layers (like .nav) when this scrolls. */
    transform: translateZ(0);
    will-change: transform;
  }

  .mobile-cta-bar__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--sp-3) var(--sp-6);
    background: var(--teal-700);
    color: var(--stone-100);
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--teal-500);
    border-radius: var(--radius-sm);
    transition: background-color var(--dur-base) var(--ease-premium),
                border-color     var(--dur-base) var(--ease-premium);
  }

  .mobile-cta-bar__btn:active {
    background: var(--teal-500);
    border-color: var(--teal-300);
  }

  /* ── Guide page variant: Check Availability + PDF icon ── */
  .mobile-cta-bar--guide {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
    padding: var(--sp-4) var(--sp-5) calc(var(--sp-4) + env(safe-area-inset-bottom, 0px));
    background: var(--bg-0);
    border-top: 1px solid var(--border-subtle);
    box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.28);
  }

  .mobile-cta-bar--guide .mobile-cta-bar__btn {
    flex: 1;
    width: auto;
  }

  /* PDF button — matches desktop teal style */
  .mobile-cta-bar__pdf-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--sp-2);
    padding: var(--sp-3) var(--sp-4);
    background: rgba(20, 184, 166, 0.07);
    color: var(--teal-400, #2dd4bf);
    border: 1px solid rgba(20, 184, 166, 0.3);
    border-radius: var(--radius-sm);
    text-decoration: none;
    white-space: nowrap;
    transition: background var(--dur-fast) var(--ease-premium),
                border-color var(--dur-fast) var(--ease-premium),
                color        var(--dur-fast) var(--ease-premium);
  }

  .mobile-cta-bar__pdf-label {
    font-family: var(--font-body);
    font-size: var(--text-xs);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .mobile-cta-bar__pdf-btn:active {
    background: rgba(20, 184, 166, 0.14);
    border-color: rgba(20, 184, 166, 0.55);
    color: #5eead4;
  }

  /* Hide the desktop filter-bar PDF on mobile (sticky bar handles it) */
  .guide-filters__pdf { display: none; }
  .guide-filters__wrap { padding: 0 var(--sp-4); position: relative; }

  /* ── Balloon attention animation — fires when user scrolls into       */
  /* the contact section. Adds .is-attention to .mobile-cta-bar via JS.  */
  /* The button itself scales/lifts/glows to draw the eye to it.         */
  .mobile-cta-bar.is-attention .mobile-cta-bar__btn {
    animation: cta-balloon 1.4s var(--ease-premium) both;
  }

  @keyframes cta-balloon {
    0% {
      transform: translateY(0) scale(1);
      box-shadow: 0 0 0 rgba(20, 184, 166, 0);
      background: var(--teal-700);
    }
    18% {
      transform: translateY(-14px) scale(1.10);
      box-shadow: 0 18px 40px rgba(20, 184, 166, 0.55);
      background: var(--teal-500);
    }
    36% {
      transform: translateY(2px) scale(0.97);
      box-shadow: 0 4px 10px rgba(20, 184, 166, 0.2);
    }
    52% {
      transform: translateY(-8px) scale(1.05);
      box-shadow: 0 12px 26px rgba(20, 184, 166, 0.4);
      background: var(--teal-500);
    }
    70% {
      transform: translateY(-1px) scale(1.01);
      box-shadow: 0 4px 12px rgba(20, 184, 166, 0.18);
    }
    100% {
      transform: translateY(0) scale(1);
      box-shadow: 0 0 0 rgba(20, 184, 166, 0);
      background: var(--teal-700);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .mobile-cta-bar.is-attention .mobile-cta-bar__btn {
      animation: none;
      box-shadow: 0 8px 20px rgba(20, 184, 166, 0.25);
    }
  }

  /* Body clearance so last content isn't hidden behind the bar */
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)); }

  /* ── Filter bar right-edge fade — signals horizontal scroll ── */

  /* Gallery page: sticky on mobile (non-sticky on desktop) */
  .gallery-filters {
    position: sticky;
    top: var(--nav-h);
    z-index: 10;
  }

  /* On mobile, pills left-align and scroll; desktop uses centered layout */
  .gallery-filters .guide-filters__inner,
  .guide-filters .guide-filters__inner {
    justify-content: flex-start;
  }

  /* Gallery page: fade on the sticky outer wrapper (non-scrolling) */
  .gallery-filters::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: linear-gradient(to right, transparent, var(--bg-0) 75%);
    pointer-events: none;
    z-index: 2;
  }

  /* ── Guide page: single-row sticky icon bar ── */
  /* Scoped to .guide-filters so gallery pills are unaffected */

  .guide-filters__wrap::after { display: none; }
  /* Equal breathing room left/right + balanced top/bottom around the icon row */
  .guide-filters__wrap { padding: 0 var(--sp-4); }

  .guide-filters {
    position: sticky;
    top: var(--nav-h);
    padding-block: var(--sp-2);
    margin-bottom: var(--sp-6);
  }

  /* Single row — pills grow equally, gaps between match the outer margins. */
  .guide-filters .guide-filters__inner {
    flex-wrap: nowrap;
    overflow: visible;
    justify-content: space-between;
    gap: var(--sp-1);
    padding-block: 0;
  }

  /* Each icon card */
  .guide-filters .guide-filter {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    padding: var(--sp-1) 2px var(--sp-1);
    text-transform: none;
    letter-spacing: 0;
    white-space: normal;
    border-color: transparent;   /* no border box — icon glow only */
    border-radius: var(--radius-sm);
  }

  /* Icon box — always teal-tinted */
  .guide-filters .guide-filter__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(20, 184, 166, 0.12);
    border-radius: 8px;
    color: rgba(20, 184, 166, 0.65);
    flex-shrink: 0;
    transition: background var(--dur-fast) var(--ease-premium),
                color        var(--dur-fast) var(--ease-premium);
  }

  .guide-filters .guide-filter__icon svg {
    width: 18px;
    height: 18px;
  }

  .guide-filters .guide-filter__label {
    font-size: 9px;
    letter-spacing: 0;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Active: glow on icon only — no card border/background */
  .guide-filters .guide-filter.is-active {
    border-color: transparent;
    background: transparent;
    color: var(--stone-200);
  }

  .guide-filters .guide-filter.is-active .guide-filter__icon {
    background: rgba(20, 184, 166, 0.22);
    color: var(--teal-400, #2dd4bf);
  }

  .guide-filters .guide-filter.is-active .guide-filter__label {
    color: var(--teal-400, #2dd4bf);
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   40. SECTION ENRICHMENT — separators, overline variants, reviews v2
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── Overline: flanked with hairlines (used on Reviews) ── */
.overline--flanked,
.section-header .overline--flanked {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  justify-content: center;
  width: 100%;
}
.overline--flanked::before,
.overline--flanked::after {
  content: '';
  flex: 1;
  max-width: 56px;
  height: 1px;
  background: var(--border-subtle);
}

/* ── Short teal accent rule above overline ── */
.overline-rule {
  display: block;
  width: 32px;
  height: 1px;
  background: var(--teal-600);
  margin-bottom: var(--sp-4);
}

/* ── Section ornament — three spaced dots between sections ── */
.section-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-4) 0;
  color: var(--teal-700);
  font-size: 1rem;
  letter-spacing: 0.5em;
  pointer-events: none;
  user-select: none;
}
.section-ornament::after { content: '· · ·'; }

/* ── Short centered section break ── */
hr.section-break {
  border: none;
  width: 48px;
  height: 1px;
  background: var(--border-subtle);
  margin: 0 auto;
}

/* ── Full-width hairline section divider ── */
hr.section-rule {
  border: none;
  height: 1px;
  background: var(--border-subtle);
  margin: 0;
}

/* ── Ghost number — faint display numeral behind a heading ── */
.ghost-num-wrap {
  position: relative;
}
.ghost-num-wrap .section-ghost-num {
  position: absolute;
  top: -0.1em;
  left: -0.04em;
  font-family: var(--font-display);
  font-size: clamp(5rem, 13vw, 12rem);
  font-weight: 300;
  color: rgba(192, 170, 138, 0.045);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  z-index: 0;
}
.ghost-num-wrap > *:not(.section-ghost-num) {
  position: relative;
  z-index: 1;
}

/* ─────────────────────────────────────────────────────────
   Reviews v2 — 4-card horizontal row with slide animations
   ───────────────────────────────────────────────────────── */

/* Remove old review-grid once replaced */
.review-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
  margin-bottom: clamp(var(--sp-8), 4vw, var(--sp-12));
}

/* Reviews section — tighter rhythm than other sections (the featured
   italic quote is doing the visual work; the title doesn't need to
   sit so far above it). */
#reviews .section-header {
  margin-bottom: clamp(var(--sp-8), 4vw, var(--sp-14));
}

/* Mobile: 4 supporting reviews swipe horizontally so the section stays
   compact and the featured Maria quote keeps headline weight above. */
@media (max-width: 768px) {
  .review-row {
    display: flex;
    grid-template-columns: none;
    gap: var(--sp-4);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    margin-left: calc(-1 * var(--sp-6));
    margin-right: calc(-1 * var(--sp-6));
    padding: var(--sp-2) var(--sp-6) var(--sp-4);
    margin-bottom: var(--sp-8);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 92%, transparent 100%);
            mask-image: linear-gradient(to right, black 0%, black 92%, transparent 100%);
  }
  .review-row::-webkit-scrollbar { display: none; }
  .review-card-v2 {
    flex: 0 0 80%;
    max-width: 300px;
    scroll-snap-align: start;
  }
}

.review-card-v2 {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: var(--sp-7) var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  background: rgba(255, 255, 255, 0.012);
  transition:
    border-color 0.25s var(--ease-premium),
    background   0.25s var(--ease-premium);
}

.review-card-v2:hover {
  border-color: var(--stone-500);
  background: rgba(255, 255, 255, 0.03);
}

.review-card-v2__stars {
  color: var(--teal-500);
  letter-spacing: 0.2em;
  font-size: 0.65rem;
}

.review-card-v2 blockquote {
  margin: 0;
  flex: 1;
}

.review-card-v2 blockquote p {
  font-family: var(--font-display);
  font-size: clamp(0.88rem, 1.15vw, 1.02rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.65;
  color: var(--stone-300);
  margin: 0;
}

.review-card-v2 blockquote p::before { content: '\201C'; }
.review-card-v2 blockquote p::after  { content: '\201D'; }

.review-card-v2 figcaption {
  border-top: 1px solid var(--border-subtle);
  padding-top: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.review-card-v2__name {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--stone-200);
}

.review-card-v2__platform {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-500);
}

@media (max-width: 900px) {
  .review-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 500px) {
  .review-row { grid-template-columns: 1fr; }
}


/* ═══════════════════════════════════════════════════════════════
   20. OUR STORY — SUBPAGE (our-story.html)
   ═══════════════════════════════════════════════════════════════ */

/* ── Hero photo ─────────────────────────────────────────────── */
.story-pg-hero {
  position: relative;
  width: 100%;
  background: var(--bg-0);
}

/* Hero photo — same crop as the homepage story section's mobile view:
   4:3 landscape, anchored 90% (people centered, full bodies visible).
   Width is capped so the image stays editorial on wide desktops. */
.story-pg-hero__img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: var(--bg-2);
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.story-pg-hero__img img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center 90%;
  display: block;
}

.story-pg-hero__caption {
  text-align: center;
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  color: var(--text-muted);
  padding: var(--sp-3) var(--sp-6);
  border-bottom: 1px solid var(--border-subtle);
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Article body ────────────────────────────────────────────── */
.story-pg-body {
  background: var(--bg-1);
  padding: var(--sp-20) 0;
}

.story-pg-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--sp-6);
}

.story-pg-lead,
.story-pg-body-top > p:first-child {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  font-weight: 300;
  line-height: 1.6;
  color: var(--stone-200);
  margin-bottom: var(--sp-10);
}

.story-pg-article p,
.story-pg-body-top > p,
.story-pg-body-bottom > p {
  font-size: var(--text-base);
  line-height: 1.85;
  color: var(--text-secondary);
  margin-bottom: var(--sp-6);
}

/* Lead override needs to win over the generic "every p" rule above
   when the body-top wrapper is the parent. */
.story-pg-body-top > p:first-child {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  color: var(--stone-200);
  margin-bottom: var(--sp-10);
}

.story-pg-pull-wrap {
  margin: var(--sp-14) 0;
}

.story-pg-pull {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 300;
  line-height: 1.5;
  color: var(--stone-100);
  border-left: 2px solid var(--teal-700);
  padding: var(--sp-4) var(--sp-6);
  margin: 0;
}

.story-pg-pull-attr {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-top: var(--sp-3);
  padding-left: var(--sp-6);
}

/* ── Chaos / construction photo ─────────────────────────────── */
.story-pg-chaos {
  margin: 0;
  background: var(--bg-0);
}

.story-pg-chaos__img {
  width: 100%;
  aspect-ratio: 16 / 6;
  overflow: hidden;
}

.story-pg-chaos__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.story-pg-chaos figcaption {
  text-align: center;
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  color: var(--text-muted);
  padding: var(--sp-3) var(--sp-6);
  border-bottom: 1px solid var(--border-subtle);
}

/* ── Before / After grid ─────────────────────────────────────── */
.story-pg-ba {
  background: var(--bg-2);
  border-top: 1px solid var(--border-subtle);
  padding: var(--sp-20) 0;
}

.story-pg-ba__head {
  text-align: center;
  margin-bottom: var(--sp-12);
}

.story-pg-ba__head .overline {
  display: block;
  margin-bottom: var(--sp-3);
}

.story-pg-ba__head h2 {
  font-family: var(--font-display);
  font-size: clamp(var(--text-4xl), 5vw, var(--text-6xl));
  font-weight: 300;
  color: var(--stone-100);
  line-height: 1.1;
}

/* Vertical stack of pairs. Each pair is its own block — generous gap
   between pairs makes them feel like 8 distinct moments, not a wall
   of similar tiles. */
.story-pg-ba__grid {
  display: flex;
  flex-direction: column;
  gap: var(--sp-12);
  max-width: 1100px;
  margin: 0 auto;
}

.story-pg-ba__pair {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

/* Small location label above each pair. Quiet, just enough to anchor
   the viewer ("this is the kitchen"). */
.story-pg-ba__pair-title {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone-300);
  margin: 0;
  padding-left: 2px;
}

/* Within a pair: tight 2-col side-by-side. */
.story-pg-ba__pair-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-2);
}

.story-pg-ba__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
  cursor: zoom-in;
  -webkit-tap-highlight-color: transparent;
}

/* 4:3 aspect ratio enforced — matches the cropped source files. */
.story-pg-ba__item::after {
  content: '';
  display: block;
  padding-bottom: 75%; /* 4:3 → height = 75% of width */
}

.story-pg-ba__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-premium);
}

.story-pg-ba__item:hover img,
.story-pg-ba__item:focus-visible img {
  transform: scale(1.03);
}

.story-pg-ba__item:focus-visible {
  outline: 2px solid var(--teal-300);
  outline-offset: 3px;
}

/* Pill labels in the bottom-left. Differentiated colours so a viewer
   doesn't have to read the word "BEFORE" — the muted/grey vs teal/green
   is enough on its own. */
.story-pg-ba__label {
  position: absolute;
  bottom: var(--sp-3);
  left: var(--sp-3);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 6px;
  z-index: 2;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.story-pg-ba__label--before {
  background: rgba(20,22,15,0.72);          /* dark-grey, neutral */
  color: var(--stone-200);
  border: 1px solid rgba(255,255,255,0.10);
}

.story-pg-ba__label--after {
  background: rgba(46,104,88,0.78);          /* teal — keeps the brand accent */
  color: var(--stone-100);
  border: 1px solid rgba(110,192,168,0.28);
}

/* ── Lightbox: vertical-scroll viewer of every pair ───────────────
   Click any photo → modal opens, auto-scrolls to that pair. The
   user can keep scrolling up/down to browse the rest without leaving
   the modal. Close via X button, backdrop click, or Escape. */
.story-pg-ba__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(8,10,5,0.96);
  display: none;
}
.story-pg-ba__lightbox.is-open {
  display: block;
  animation: ba-fade-in 200ms var(--ease-premium);
}
@keyframes ba-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* The scroll container — fills the modal, scrolls vertically, holds
   all 8 pair sections stacked. */
.story-pg-ba__lightbox-scroll {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: var(--sp-12) var(--sp-4);
  scroll-padding-top: var(--sp-12);
}

/* Each pair section in the modal — title + 2 photos + spacing. */
.story-pg-ba__lb-pair {
  max-width: 1280px;
  margin: 0 auto var(--sp-16);
}
.story-pg-ba__lb-pair:last-child { margin-bottom: var(--sp-8); }

.story-pg-ba__lb-pair-title {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone-300);
  margin: 0 0 var(--sp-4);
  text-align: center;
}

.story-pg-ba__lb-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-3);
}
@media (min-width: 800px) {
  .story-pg-ba__lb-row {
    grid-template-columns: 1fr 1fr;
  }
}

.story-pg-ba__lb-cell {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--bg-2);
}
.story-pg-ba__lb-cell img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
.story-pg-ba__lb-cell .story-pg-ba__label {
  /* re-uses the grid label styles — no overrides needed */
}

.story-pg-ba__lightbox-close {
  position: fixed;
  top: var(--sp-4);
  right: var(--sp-4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(20,22,15,0.85);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--stone-100);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.15s;
  z-index: 10;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.story-pg-ba__lightbox-close:hover {
  background: rgba(40,42,32,0.95);
}
.story-pg-ba__lightbox-close:active {
  transform: scale(0.94);
}

/* ── Boris / Father section ──────────────────────────────────── */
.story-pg-boris {
  background: var(--bg-1);
  border-top: 1px solid var(--border-subtle);
  padding: var(--sp-20) 0;
}

.story-pg-boris__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--sp-16);
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}

.story-pg-boris__photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-2);
}

/* Let photos render at their natural aspect ratio — no forced crop. */
.story-pg-boris__photos img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  display: block;
}

/* "BORIS ŠURAN" title in teal, sits above the photos. */
.story-pg-boris__title {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-300);
  margin: 0 0 var(--sp-5) 0;
}

.story-pg-boris__text {
  padding-top: var(--sp-4);
}

/* Photo caption — Boris Šuran · cca 2022 */
.story-pg-boris__caption {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin: 0;
}

/* ── Press credit ─────────────────────────────────────────────── */
.story-pg-press {
  background: var(--bg-2);
  border-top: 1px solid var(--border-subtle);
  padding: var(--sp-12) 0;
}

.story-pg-press__inner {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.story-pg-press__label {
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.story-pg-press__link {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-lg);
  color: var(--stone-300);
  text-decoration: none;
  border-bottom: 1px solid var(--border-default);
  padding-bottom: 2px;
  transition: color var(--dur-base) ease, border-color var(--dur-base) ease;
}

.story-pg-press__link:hover {
  color: var(--teal-300);
  border-color: var(--teal-700);
}

.story-pg-press__sep {
  width: 1px;
  height: 1em;
  background: var(--border-default);
}

/* ── Bottom CTA ───────────────────────────────────────────────── */
.story-pg-cta {
  background: var(--bg-1);
  border-top: 1px solid var(--border-subtle);
  padding: var(--sp-16) 0;
}

.story-pg-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  flex-wrap: wrap;
}

.story-pg-back {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--text-sm);
  letter-spacing: 0.06em;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--dur-base) ease;
}

.story-pg-back:hover { color: var(--stone-300); }

.story-pg-back svg {
  transition: transform var(--dur-base) var(--ease-premium);
}

.story-pg-back:hover svg { transform: translateX(-4px); }

/* ── Responsive ───────────────────────────────────────────────── */
@media (max-width: 900px) {
  /* .story-pg-hero__img — no override; image shows full height on all breakpoints */
  .story-pg-chaos__img { aspect-ratio: 4 / 3; }

  .story-pg-ba__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-pg-boris__inner {
    grid-template-columns: 1fr;
    gap: var(--sp-10);
  }

  /* Keep photos stacked (single column) on tablet/mobile so they */
  /* show at their natural aspect ratios — no forced square crop. */
  .story-pg-boris__photos {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  /* Phone: use a slightly portrait container (4:5) so the photo retains
     vertical impact, anchored 80% from top so subjects + floor stay in view. */
  .story-pg-hero__img {
    aspect-ratio: 4 / 5;
    max-height: 75vh;
  }
  .story-pg-hero__img img {
    object-position: center bottom;
  }
  .story-pg-ba__grid { grid-template-columns: repeat(2, 1fr); }
  .story-pg-cta__inner { flex-direction: column; align-items: flex-start; }
}


/* ═══════════════════════════════════════════════════════════════
   21. AVAILABILITY PAGE — redesigned (calendar + rates two-column)
   ═══════════════════════════════════════════════════════════════ */

.avail-section { padding-top: calc(var(--nav-h) + var(--sp-8)); padding-bottom: var(--sp-12); }

/* ── Layout: booking card centered, alone, max ~640px ──
   The standalone calendar and the rates table were both removed:
   the booking card's date-picker popover already shows iCal-blocked
   dates, and the booking card's review state already shows the
   computed total once dates are picked. */
.avail-layout {
  display: grid;
  grid-template-columns: minmax(0, 640px);
  justify-content: center;
  margin-bottom: var(--sp-8);
}

.avail-cal-col,
.avail-rates-compact {
  display: none !important;
}

/* Availability page header — restrained editorial framing for the booking card.
   No price-as-headline (gauche). Title is short + italic, price moves to the
   subtitle line, decorative rule below. */
.avail-page-header {
  position: relative;
  text-align: center;
  padding-top: calc(var(--nav-h) + var(--sp-12));
  padding-bottom: var(--sp-2);
}
.avail-page-header__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.avail-page-header .overline {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--teal-300);
  margin-bottom: var(--sp-4);
}
.avail-page-header__title {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(0.78rem, 1.6vw, 0.95rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--stone-100);
  margin: 0 0 var(--sp-3);
}
.avail-page-header__sub {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-secondary);
  max-width: 56ch;
  margin: 0 0 var(--sp-5);
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.avail-page-header__sub strong {
  color: var(--stone-100);
  font-weight: 500;
}
.avail-page-header__rule {
  display: block;
  width: 56px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--teal-700), transparent);
  opacity: 0.7;
}

/* Atmospheric background — subtle exterior photograph behind the entire
   booking section. Heavy dark overlay so the card and text remain crisp.
   Gives depth without distracting from the form. */
.avail-section {
  padding-top: var(--sp-6) !important;
  position: relative;
  isolation: isolate;
  /* Grow to fill remaining viewport height so the atmospheric backdrop
     covers all the way down to the footer. Content is top-anchored so
     the title, card, and partners read as a connected vertical rhythm —
     extra space falls below partners and gets absorbed by the backdrop. */
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.avail-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      var(--bg-1) 0%,
      rgba(11, 13, 7, 0.82) 30%,
      rgba(11, 13, 7, 0.92) 100%),
    url('../images/photos/exterior-04.webp') center 30% / cover no-repeat;
  z-index: -1;
  opacity: 1;
}

/* Slightly wider booking card so it has more presence on wide screens */
.avail-layout {
  grid-template-columns: minmax(0, 560px) !important;
}

@media (max-width: 1024px) {
  .avail-page-header { padding-top: 0; padding-bottom: var(--sp-2); }
  .avail-page-header__title { margin-bottom: var(--sp-2); }
  .avail-page-header__sub { font-size: 0.82rem; margin-bottom: 0; line-height: 1.45; }
  /* Just nav clearance — no extra padding, so the auto-margins above the
     title and below the card distribute the remaining space evenly. */
  .avail-section { padding-top: var(--nav-h) !important; }
}

/* Mobile only: title + booking card vertically center as ONE block in the
   space between nav and the partners strip. Two auto-margins (one above
   the header, one below the layout) split the remaining space equally —
   so the breath above title equals the breath between card and partners. */
@media (max-width: 768px) {
  .avail-section > .container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .avail-page-header { margin-top: auto; }
  .avail-layout { margin-bottom: auto !important; }
  .avail-partners { margin-top: 0; }
}

/* Trust note below the booking card */
.avail-trust-note {
  max-width: 640px;
  margin: var(--sp-6) auto var(--sp-12);
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--text-muted);
  text-align: center;
  padding: 0 var(--sp-4);
}

@media (max-width: 1024px) {
  .avail-section { padding-top: calc(var(--nav-h) + var(--sp-4)); padding-bottom: var(--sp-4); }
  .avail-layout { margin-bottom: var(--sp-5); }
}

/* Anchor the slim footer behind the OPAQUE part of the sticky CTA bar so
   the copyright line never peeks through the bar's transparent gradient
   top. The bar is ~90px tall with a top-to-bottom gradient that reaches
   full opacity at 40% (~36px from the bar's top). So we want footer.top
   at least 36px below the bar's top, i.e. main height = viewport - 54px. */
@media (max-width: 768px) {
  body:has(.avail-section) > main {
    min-height: calc(100dvh - 54px - env(safe-area-inset-bottom, 0px));
  }
}

/* On short phones (iPhone SE etc.) compress the booking card so the
   partner strip stays in the first viewport. */
@media (max-width: 600px) {
  .booking-card { padding: var(--sp-4) var(--sp-4); }
  .booking-card__fields { margin-bottom: var(--sp-3); gap: var(--sp-2); }
  .booking-card__cta { padding: var(--sp-3); }
  .booking-card__note { margin-top: var(--sp-2); font-size: 0.75rem; }
  .booking-card__select { padding: var(--sp-2) var(--sp-3); }
}

/* Section column heading (shared by both columns) */
.avail-col-head {
  margin-bottom: var(--sp-8);
}

.avail-col-overline {
  display: block;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-500);
  margin-bottom: var(--sp-3);
}

.avail-col-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--stone-100);
  margin: 0 0 var(--sp-4);
}

.avail-col-rule {
  display: block;
  width: 56px;
  height: 1px;
  background: var(--stone-500);
}

/* ── Calendar column ───────────────────────────────────────── */

/* Pagination controls (prev / range label / next) */
.avail-cal-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
  padding: var(--sp-3) 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.avail-cal-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-default);
  border-radius: 50%;
  background: transparent;
  color: var(--stone-300);
  cursor: pointer;
  transition: border-color 0.25s var(--ease-premium), color 0.25s var(--ease-premium), transform 0.25s var(--ease-premium), background 0.25s var(--ease-premium);
}
.avail-cal-nav:hover:not([disabled]) {
  border-color: var(--teal-500);
  color: var(--teal-300);
  transform: scale(1.05);
}
.avail-cal-nav:active:not([disabled]) { transform: scale(0.96); }
.avail-cal-nav[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.avail-cal-range {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone-200);
}

/* Legend chips */
.avail-cal-legend {
  display: flex;
  gap: var(--sp-5);
  margin-bottom: var(--sp-6);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  letter-spacing: 0.04em;
  color: var(--text-muted);
}
.avail-legend__item {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
}
.avail-legend__item::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
}
.avail-legend__item--avail::before  { background: var(--bg-2); border: 1px solid var(--border-default); }
.avail-legend__item--booked::before { background: rgba(108,86,64,0.15); border: 1px solid var(--stone-400); opacity: 0.6; }
.avail-legend__item--today::before  { background: rgba(46,104,88,0.3); border: 1px solid rgba(46,104,88,0.6); }

/* Calendar grid — exactly 6 months desktop (3×2), 1 month mobile */
.full-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-5) var(--sp-6);
}

.full-calendar-grid .cal-month {
  background: transparent;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: var(--sp-4) var(--sp-3);
  transition: border-color 0.3s var(--ease-premium);
}
.full-calendar-grid .cal-month:hover { border-color: var(--stone-500); }

.full-calendar-grid .cal-month__header {
  text-align: center;
  margin-bottom: var(--sp-3);
  padding-bottom: var(--sp-2);
  border-bottom: 1px solid var(--border-subtle);
}
.full-calendar-grid .cal-month__name {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone-200);
}
.full-calendar-grid .cal-month__year { display: none; }  /* year shown in range label instead */

.full-calendar-grid .cal-day {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  aspect-ratio: 1;
  min-height: 0;
}

/* Skeleton (loading) */
.full-calendar-grid.full-calendar--loading .cal-skeleton {
  display: contents;
}
.full-calendar-grid:not(.full-calendar--loading) .cal-skeleton {
  display: none;
}
.cal-skeleton__month {
  aspect-ratio: 1;
  background: var(--bg-2);
  border-radius: var(--radius-sm);
  opacity: 0.5;
  animation: vq-shimmer 1.6s ease-in-out infinite;
}
@keyframes vq-shimmer {
  0%, 100% { opacity: 0.35; }
  50%      { opacity: 0.6; }
}

/* ── Rates column ──────────────────────────────────────────── */
.avail-rates-intro {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 56ch;
  margin: 0 0 var(--sp-7);
}

/* Rates table — divs, not <table>, for full styling control */
.avail-rates-table {
  display: flex;
  flex-direction: column;
}

.avail-rates-row {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr 0.9fr;
  gap: var(--sp-4);
  padding: var(--sp-4) 0;
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  align-items: center;
  transition: background 0.2s ease;
}
.avail-rates-row:hover:not(.avail-rates-row--head) {
  background: rgba(255, 255, 255, 0.014);
}

.avail-rates-row--head {
  border-bottom: 1px solid var(--stone-500);
  border-top: 1px solid var(--stone-500);
  padding: var(--sp-3) 0;
  font-size: var(--text-xs);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.avail-rates-row__dates {
  font-family: var(--font-mono);
  color: var(--stone-200);
  letter-spacing: 0.02em;
}

.avail-rates-row__price {
  color: var(--stone-100);
  font-weight: 500;
}

.avail-rates-row__nightly {
  display: inline-block;
  margin-left: 4px;
  color: var(--text-muted);
  font-weight: 400;
  font-size: var(--text-xs);
  letter-spacing: 0.02em;
}

.avail-rates-row__min {
  color: var(--stone-300);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.04em;
  text-align: right;
}

/* Peak season subtle highlight */
.avail-rates-row--peak {
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.04), transparent 70%);
}

.avail-rates-foot {
  margin-top: var(--sp-7);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--border-subtle);
}
.avail-rates-foot__line {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 var(--sp-2);
}
.avail-rates-foot__line--checkin {
  color: var(--stone-300);
  font-weight: 500;
}

/* ── Partner sites strip ───────────────────────────────────── */
.avail-partners {
  padding-top: var(--sp-2);
  text-align: center;
}

.avail-partners__note {
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--text-secondary);
  max-width: 48ch;
  margin: 0 auto var(--sp-2);
}
.avail-partners__note strong {
  font-weight: 500;
}

/* Horizontal row of partner pills — booking card is the main act,
   partner sites are a quiet trust signal underneath. */
.avail-partners__logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--sp-3);
  max-width: 720px;
  margin: 0 auto;
}

.avail-partner {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-3);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  background: var(--bg-1);
  text-decoration: none;
  color: var(--stone-200);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition:
    border-color 0.3s var(--ease-premium),
    color 0.3s var(--ease-premium),
    transform 0.3s var(--ease-premium),
    background 0.3s var(--ease-premium);
}

.avail-partner svg:first-child { width: 18px; height: 18px; }
.avail-partner:hover {
  transform: translateY(-2px);
  background: var(--bg-2);
  border-color: var(--stone-500);
  color: var(--stone-100);
}
.avail-partner__arrow {
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s var(--ease-premium);
}
.avail-partner:hover .avail-partner__arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

/* Brand-tinted accents on hover (only the icon glyph, not the box) */
.avail-partner--airbnb svg:first-child  { color: #e8707a; }
.avail-partner--booking svg:first-child { color: #6da8e0; }
.avail-partner--google svg:first-child  { color: #cdb796; }

/* ── Responsive — single column, single-month calendar, partners last ── */
@media (max-width: 900px) {
  .avail-layout {
    grid-template-columns: 1fr !important;
    grid-template-areas: none;
    gap: 0;
  }
  .full-calendar-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin: 0 auto;
  }
  .full-calendar-grid .cal-month {
    padding: var(--sp-5) var(--sp-4);
  }
  .full-calendar-grid .cal-month__name {
    font-size: var(--text-sm);
  }
  .full-calendar-grid .cal-day {
    font-size: 0.85rem;
  }
}

/* (Removed: dead CSS targeting .avail-rates-table / .avail-rates-row
    which were replaced by .rates-grid in 2026-05 redesign. The
    .avail-section padding override here was clobbering nav clearance.) */
@media (max-width: 600px) {
  .avail-cal-legend { flex-wrap: wrap; gap: var(--sp-3); }

  /* Auto-sized grid so the 3 partner pills sit in one row at natural widths.
     Keeps the 45° arrow that signals "external link". */
  .avail-partners__logos {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 6px;
  }
  .avail-partner {
    padding: 6px 8px;
    font-size: 0.72rem;
    gap: 5px;
  }
  .avail-partner svg:first-child { width: 14px; height: 14px; flex-shrink: 0; }
  .avail-partner__arrow { width: 11px; height: 11px; flex-shrink: 0; }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   HOME PAGE — scroll-driven entrance animations
   All transitions start hidden; JS adds .is-revealed to
   the parent when it enters the viewport.
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── Hero intro: tagline lines fan in one by one ── */
.hero-intro__lead span {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease-out, transform 0.65s ease-out;
}
.hero-intro__lead span:nth-child(1) { transition-delay:   0ms; }
.hero-intro__lead span:nth-child(2) { transition-delay: 130ms; }
.hero-intro__lead span:nth-child(3) { transition-delay: 260ms; }

.hero-intro.is-revealed .hero-intro__lead span {
  opacity: 1;
  transform: translateY(0);
}

/* ── Gallery preview: cells scale + fade in sequence ── */
.airbnb-grid__cell {
  opacity: 0;
  transform: scale(0.97) translateY(10px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
  transition-delay: calc(var(--cell-index, 0) * 75ms);
}
.airbnb-grid.is-revealed .airbnb-grid__cell {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* ── Sleep cards: stagger up into view ── */
.sleep-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: calc(var(--card-idx, 0) * 80ms);
}
.sleep-cards.is-revealed .sleep-card {
  opacity: 1;
  transform: translateY(0);
}

/* ── Story section: visual from left, text from right ── */
.story-visual {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.story-text {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition-delay: 140ms;
}
.story-inner.is-revealed .story-visual,
.story-inner.is-revealed .story-text {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  /* Mobile is single-column — slide up instead of sideways */
  .story-visual { transform: translateY(28px); }
  .story-text   { transform: translateY(28px); }
  .story-inner.is-revealed .story-visual,
  .story-inner.is-revealed .story-text { transform: translateY(0); }
}

/* ── Distance strip: items drop in one by one ── */
.distance-item {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.42s ease-out, transform 0.42s ease-out;
  transition-delay: calc(var(--dist-index, 0) * 55ms);
}
.distance-strip.is-revealed .distance-item {
  opacity: 1;
  transform: translateY(0);
}

/* ── Reduced motion: skip everything above ── */
@media (prefers-reduced-motion: reduce) {
  .hero-intro__lead span,
  .airbnb-grid__cell,
  .sleep-card,
  .story-visual,
  .story-text,
  .distance-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   MOBILE SPACING — tighter section gaps on small screens
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 768px) {
  /* Reduce the global section vertical padding on mobile.
     Default clamp bottoms out at 4rem (64px) — too much gap
     between sections on a narrow screen. */
  :root {
    --section-py: var(--sp-12); /* 3rem = 48px on mobile */
  }

  /* Guide cards sit at the bottom of the area-section.
     Tighten the bottom so the "Read the full guide" CTA
     feels attached to its content, not floating in space. */
  #location {
    padding-bottom: var(--sp-10);
  }

  /* Give the section-cta less top breathing room — the guide-cards
     already has margin-bottom; the button should hug closer. */
  .section-cta {
    margin-top: calc(-1 * var(--sp-2));
  }
}


/* ════════════════════════════════════════════════════════════════
   COOKIE CONSENT BANNER (GDPR)
   Slides in from bottom on first visit. Two buttons (reject equally
   prominent as accept per EU regs). Dismisses cleanly on choice.
   ════════════════════════════════════════════════════════════════ */
.consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200; /* above mobile-cta-bar (1000-ish) */
  background: var(--bg-1);
  border-top: 1px solid var(--border-default);
  box-shadow: 0 -8px 32px rgba(0,0,0,0.35);
  padding: var(--sp-4) var(--sp-4);
  transform: translateY(100%);
  opacity: 0;
  /* Own GPU layer — keeps it from competing with .nav for compositor */
  will-change: transform;
  contain: layout paint;
  transition: transform 0.4s var(--ease-premium), opacity 0.3s var(--ease-premium);
}
.consent-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.consent-banner__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: var(--sp-6);
  flex-wrap: wrap;
  justify-content: space-between;
}
.consent-banner__text {
  flex: 1 1 360px;
  min-width: 0; /* allow shrinking below intrinsic on narrow phones */
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.55;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.consent-banner__link {
  color: var(--stone-200);
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: var(--sp-1);
  transition: color var(--dur-base) var(--ease-premium);
}
.consent-banner__link:hover {
  color: var(--teal-300);
}
.consent-banner__actions {
  display: flex;
  gap: var(--sp-2);
  flex-shrink: 0;
}
.consent-banner__btn {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.7rem 1.3rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--dur-base) var(--ease-premium);
}
.consent-banner__btn--accept {
  background: var(--teal-700);
  color: var(--stone-100);
  border: 1px solid var(--teal-700);
}
.consent-banner__btn--accept:hover {
  background: var(--teal-500);
  border-color: var(--teal-500);
}
.consent-banner__btn--reject {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border-default);
}
.consent-banner__btn--reject:hover {
  color: var(--stone-100);
  border-color: var(--stone-300);
}
@media (max-width: 600px) {
  .consent-banner { padding: var(--sp-2) var(--sp-3); }
  .consent-banner__inner { gap: var(--sp-2); }
  .consent-banner__text { font-size: 0.76rem; flex-basis: 100%; line-height: 1.35; }
  .consent-banner__actions { width: 100%; gap: var(--sp-2); }
  .consent-banner__btn { flex: 1 1 0; padding: 0.55rem; font-size: 0.72rem; }
}

/* On mobile, sit the banner above the sticky CTA bar (~90px tall) so both
   are visible. Pages without a CTA bar get a slightly elevated banner — fine. */
@media (max-width: 768px) {
  body.has-consent-banner .consent-banner {
    bottom: calc(90px + env(safe-area-inset-bottom, 0px));
  }
}

/* ════════════════════════════════════════════════════════════════
   LEGAL DOC (privacy policy, terms, etc.)
   Long-form text page with comfortable reading width.
   ════════════════════════════════════════════════════════════════ */
.legal-doc {
  padding: clamp(var(--sp-8), 6vh, var(--sp-12)) 0 clamp(var(--sp-12), 10vh, var(--sp-20));
}
.legal-doc__inner {
  max-width: 720px;
  margin: 0 auto;
  font-family: var(--font-body);
}
.legal-doc__inner h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  font-weight: 400;
  color: var(--stone-100);
  margin: var(--sp-10) 0 var(--sp-3);
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.legal-doc__inner h2:first-of-type {
  margin-top: var(--sp-8);
}
.legal-doc__inner p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 var(--sp-3);
  max-width: 65ch;
}
.legal-doc__lead {
  font-family: var(--font-display) !important;
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.25rem) !important;
  color: var(--stone-200) !important;
  line-height: 1.6 !important;
  border-left: 2px solid var(--teal-700);
  padding-left: var(--sp-4);
  margin: 0 0 var(--sp-8) !important;
}
.legal-doc__footer {
  margin-top: var(--sp-12);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--border-subtle);
}
.page-header__updated {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-top: var(--sp-2);
  opacity: 0.7;
}


/* ════════════════════════════════════════════════════════════════
   DATEPICKER POPOVER (homepage contact form)
   Reuses .cal-month / .cal-day classes from the availability page.
   Adds: popover container + clickable/selected day states.
   ════════════════════════════════════════════════════════════════ */

/* Field anchor — popover positions absolute against the field wrapper */
.contact-form__field { position: relative; }

/* Custom-picker text input — looks like a date input but no native picker */
.contact-form__input--datepicker {
  cursor: pointer;
  caret-color: transparent;
}
.contact-form__input--datepicker.is-active {
  border-color: var(--teal-700);
}

.datepicker-popover {
  position: fixed;
  z-index: 1100;
  min-width: 720px;             /* fits 2 months side-by-side on desktop */
  max-width: 760px;
  width: max-content;
  display: flex;                /* layout: inner first, clear-link last */
  flex-direction: column;
  background: var(--bg-1);
  border: 1px solid var(--border-default);
  box-shadow: 0 24px 48px -12px rgba(0,0,0,0.6),
              0 0 0 1px rgba(255,255,255,0.02) inset;
  border-radius: var(--radius-sm);
  padding: var(--sp-3) var(--sp-3) var(--sp-2);
  animation: vq-fade-in 0.18s var(--ease-premium) both;
}

/* Months container — desktop: 2 months side-by-side. Mobile: vertical
   scrollable reel of all upcoming months. */
.cal-months {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
}
.cal-months--scroll {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;                /* let flex-shrink work in the popover column */
  -webkit-overflow-scrolling: touch;
  /* subtle bottom fade to hint there's more below */
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 96%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 0%, black 96%, transparent 100%);
}

.cal-month__title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--stone-100);
  text-align: center;
  padding: 2px 0 var(--sp-2);
  margin: 0 0 var(--sp-1);
  letter-spacing: 0.01em;
  border-bottom: 1px solid var(--border-subtle);
}
/* Vertical order inside the popover (overrides DOM append order):
   inner (status + months) → confirm CTA → clear link */
.datepicker-popover__inner    { order: 1; }
.datepicker-popover .cal-confirm { order: 2; }
.datepicker-popover .cal-clear   { order: 3; }

/* Frosted backdrop behind the popover — mutes the page so the picker
   has clear focus. Single fixed pseudo-element, GPU-cheap blur.
   pointer-events: none so clicks fall through to the page underneath
   and the document click-outside handler can close the picker
   consistently on desktop AND mobile. */
.datepicker-popover::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(11, 13, 7, 0.55);
  backdrop-filter: blur(6px) saturate(0.9);
  -webkit-backdrop-filter: blur(6px) saturate(0.9);
  animation: vq-fade-in 0.2s var(--ease-premium) both;
  pointer-events: none;
}

/* Booking.com-style cells: clean number + price, no tier tinting.
   The per-cell price is the season indicator — readable, honest, no chrome. */
.datepicker-popover .cal-month__header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-2);
  padding-bottom: var(--sp-2);
  border-bottom: 1px solid var(--border-subtle);
}
.datepicker-popover .cal-month__name {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--stone-100);
  font-weight: 500;
}
.datepicker-popover .cal-month__year {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* Cell layout — number on top, price below. */
.datepicker-popover .cal-day {
  aspect-ratio: auto;
  min-height: 48px;
  flex-direction: column;
  gap: 2px;
  padding: 6px 2px;
  border-radius: 4px;
}
.cal-day__num {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1;
  color: var(--stone-100);
}
.cal-day__price {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  line-height: 1;
  color: var(--stone-300);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.cal-day--past .cal-day__num,
.cal-day--booked .cal-day__num { color: var(--text-muted); }
.cal-day--clickable:hover .cal-day__price,
.cal-day--clickable:focus-visible .cal-day__price { color: var(--stone-200); }
.cal-day--selected .cal-day__num,
.cal-day--selected .cal-day__price { color: var(--stone-100); }

/* Mobile: keep number + per-night price like Booking.com style.
   Just shrink the typography a touch so 7 cells × price fit on narrow phones. */
@media (max-width: 540px) {
  .datepicker-popover .cal-day {
    min-height: 44px;
    padding: 4px 1px;
    gap: 2px;
  }
  .datepicker-popover .cal-day__num   { font-size: 0.85rem; }
  .datepicker-popover .cal-day__price { font-size: 0.62rem; color: var(--stone-300); }
}
.datepicker-popover .cal-nav { padding: 0 var(--sp-1); }
.datepicker-popover .cal-nav__label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--stone-200);
}
.datepicker-popover .cal-nav__btn {
  padding: var(--sp-1);
}

.datepicker-popover__inner {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
/* Tighten the inner card and remove the now-removed duplicate header gap */
.datepicker-popover .cal-month { padding: var(--sp-2); }
.datepicker-popover .cal-month__header { display: none; }
.datepicker-popover .cal-rangestatus { padding-bottom: var(--sp-1); }
.datepicker-popover .cal-nav { padding: 0; margin: 0; }

/* X close button on the date picker popover — visible pill so it reads
   as an action, not as decoration. */
/* X close button — top-right of popover. Essential on mobile where the
   popover covers most of the viewport (outside-click is hard to tap). */
.cal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: var(--stone-100);
  cursor: pointer;
  z-index: 6;
  transition: background 0.15s var(--ease-premium),
              border-color 0.15s var(--ease-premium),
              transform 0.15s var(--ease-premium);
}
.cal-close:hover,
.cal-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
  outline: none;
}
.cal-close:active { transform: scale(0.94); }

/* CHECK AVAILABILITY confirm button — primary CTA inside the popover.
   Enabled only when both dates are set. Click submits + closes. */
.cal-confirm {
  align-self: stretch;
  margin: var(--sp-3) 0 0;
  padding: 12px 18px;
  background: var(--teal-700);
  color: var(--stone-100);
  border: 0;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-premium),
              transform var(--dur-fast) var(--ease-premium),
              opacity var(--dur-fast) var(--ease-premium);
}
.cal-confirm:hover:not(:disabled),
.cal-confirm:focus-visible:not(:disabled) {
  background: var(--teal-500);
  outline: none;
}
.cal-confirm:active:not(:disabled) { transform: scale(0.98); }
.cal-confirm:disabled {
  opacity: 0.32;
  cursor: default;
  background: rgba(95, 168, 149, 0.45);
}

/* Clear-dates link — sits at the bottom of the popover as a quiet text
   link rather than a corner pill. Disabled when no dates are picked. */
.cal-clear {
  align-self: center;
  margin-top: var(--sp-1);
  padding: 6px 10px;
  background: transparent;
  border: 0;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.18);
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 0.15s var(--ease-premium),
              text-decoration-color 0.15s var(--ease-premium);
}
.cal-clear:hover:not(:disabled),
.cal-clear:focus-visible:not(:disabled) {
  color: var(--stone-200);
  text-decoration-color: rgba(255, 255, 255, 0.4);
  outline: none;
}
.cal-clear:disabled,
.cal-clear.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

/* Restricted-day hint — clickable, but the day-of-week rule excludes
   this day (e.g. Tue inside a Sat-only period). Subtle dim so the
   user sees the constraint before tapping; tapping still surfaces an
   explanatory warning, no hard block. */
.cal-day--restricted .cal-day__num,
.cal-day--restricted .cal-day__price {
  opacity: 0.40;
}
.cal-day--restricted:hover .cal-day__num,
.cal-day--restricted:hover .cal-day__price { opacity: 0.65; }

/* Warning banner — overlay positioned just below the rangestatus pills.
   Absolute so it never bumps the calendar grid downward when it appears.
   Auto-dismisses after a few seconds; cleared on next click. */
.datepicker-popover__inner { position: relative; }
.cal-warning {
  position: absolute;
  top: 62px;                    /* sits below the rangestatus, accounting for popover padding-top */
  left: var(--sp-3);
  right: 48px;                  /* clear the X close button */
  z-index: 4;
  display: flex;
  align-items: flex-start;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-3);
  background: rgba(40, 26, 12, 0.96);
  border: 1px solid rgba(220, 160, 70, 0.40);
  border-radius: 4px;
  color: var(--stone-100);
  font-family: var(--font-body);
  font-size: 0.78rem;
  line-height: 1.4;
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.6);
  /* Crucial: don't intercept taps on cells beneath the warning. The
     warning is informational only — selection happens on the cells. */
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.18s var(--ease-premium), transform 0.18s var(--ease-premium);
}
.cal-warning--hidden {
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
}
.cal-warning__icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: rgba(220, 160, 70, 0.95);
}
.cal-warning__text { flex: 1; }

/* Range-status header — Check-in / Checkout pills inside the popover.
   Centered, with right padding to clear the X close button. */
.cal-rangestatus {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-1);
  padding-right: 44px;       /* room for X close in the corner */
  padding-bottom: var(--sp-2);
  border-bottom: 1px solid var(--border-subtle);
}
.cal-rangestatus__btn {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 6px 10px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, border-color 0.15s;
  min-width: 0;
}
.cal-rangestatus__btn:hover { background: rgba(255,255,255,0.04); }
.cal-rangestatus__btn.is-active {
  background: rgba(46, 104, 88, 0.18);
  border-color: var(--teal-700);
}
.cal-rangestatus__label {
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.cal-rangestatus__btn.is-active .cal-rangestatus__label { color: var(--teal-300); }
.cal-rangestatus__value {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: var(--stone-100);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.cal-rangestatus__sep {
  color: var(--text-muted);
  font-family: var(--font-display);
  font-size: 0.95rem;
  flex-shrink: 0;
}

/* Day cell variants used by datepicker that aren't in calendar.css */
.cal-day--clickable {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(46, 104, 88, 0.25);
  user-select: none;
  transition: background 0.15s, color 0.15s;
}
.cal-day--clickable:hover,
.cal-day--clickable:focus-visible {
  background: var(--teal-900);
  color: var(--stone-100);
  outline: none;
}
.cal-day--selected {
  background: var(--teal-700);
  color: var(--stone-100);
  font-weight: 500;
}
.cal-day--selected:hover { background: var(--teal-500); }
/* In-range = days between checkin and checkout (or hovered preview) */
.cal-day--in-range {
  background: rgba(46, 104, 88, 0.20);
  color: var(--stone-100);
  border-radius: 0;
}
.cal-day--range-start { border-radius: 4px 0 0 4px; }
.cal-day--range-end   { border-radius: 0 4px 4px 0; }

/* On mobile, anchor center-screen instead of glued to input.
   Universal frosted backdrop is defined on .datepicker-popover::before above. */
@media (max-width: 540px) {
  .datepicker-popover {
    position: fixed;
    top: 50%;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%);
    width: calc(100vw - var(--sp-4));
    max-width: 380px;
    min-width: 0;                     /* override the desktop 720px floor */
    height: 85vh;                     /* fixed-height shell so months can scroll inside */
    max-height: 85vh;
  }
  /* Inner becomes a flex column so the months reel takes remaining height
     while rangestatus + warning stay anchored at top. */
  .datepicker-popover .datepicker-popover__inner {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}


/* ════════════════════════════════════════════════════════════════
   AVAILABILITY PAGE — BOOKING CARD (sticky inquiry flow)
   States: dates → review → form → success
   ════════════════════════════════════════════════════════════════ */

.avail-booking-col {
  position: relative;
  align-self: start;
}

@media (min-width: 901px) {
  .avail-booking-col {
    position: sticky;
    top: calc(var(--nav-h, 72px) + var(--sp-4));
  }
}

.booking-card {
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
  border: 1px solid var(--stone-700, var(--border-default));
  border-radius: var(--radius-md);
  padding: var(--sp-7) var(--sp-6);
  box-shadow:
    0 32px 64px -20px rgba(0,0,0,0.55),
    0 0 0 1px rgba(192, 170, 138, 0.06) inset,
    0 1px 0 0 rgba(255,255,255,0.04) inset;
}

.booking-card__head {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: var(--sp-4);
}

.booking-card__head--center {
  text-align: center;
  align-items: center;
  gap: var(--sp-3);
  border-bottom: none;
}

.booking-card__overline {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-300);
}

.booking-card__price-from {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-muted);
  margin: 0;
}
.booking-card__price-from strong {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--stone-100);
  letter-spacing: -0.01em;
}
.booking-card__per { font-size: 0.85rem; }

.booking-card__fields {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
}

.booking-card__date-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  /* don't clip — the datepicker popover overflows below */
  overflow: visible;
}

.booking-card__field {
  display: flex;
  flex-direction: column;
}
.booking-card__field--date {
  padding: var(--sp-2) var(--sp-3);
  position: relative; /* anchor for the datepicker popover */
}
.booking-card__field--date + .booking-card__field--date {
  border-left: 1px solid var(--border-default);
}

.booking-card__label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--stone-300);
  margin-bottom: 4px;
}

.booking-card__field:not(.booking-card__field--date) > .booking-card__label {
  margin-bottom: var(--sp-2);
}

.booking-card__input {
  background: transparent;
  border: 0;
  color: var(--stone-100);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.booking-card__input--date {
  cursor: pointer;
  caret-color: transparent;
}
.booking-card__input--date::placeholder {
  color: var(--text-muted);
}
.booking-card__input--date.is-active {
  color: var(--teal-300);
}

/* Combined "Dates" trigger — one bordered field replacing the dual
   check-in/checkout row. Visually mirrors the .booking-card__select
   styling so the booking card reads as Dates / Guests / CTA. */
.booking-card__field--dates {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  padding: var(--sp-2) var(--sp-3);
  position: relative;        /* keep .vq-hidden-input children scoped here */
}
.booking-card__input--dates-trigger {
  background: transparent;
  border: 0;
  color: var(--stone-100);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0;
  text-align: left;
  cursor: pointer;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.booking-card__input--dates-trigger:focus-visible {
  color: var(--teal-300);
}

.booking-card__select {
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  padding: var(--sp-3);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23a8a098' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 5 6 8 9 5'/></svg>");
  background-repeat: no-repeat;
  background-position: right var(--sp-3) center;
  padding-right: var(--sp-8);
}

.booking-card__cta {
  width: 100%;
  padding: var(--sp-4);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.booking-card__cta:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.booking-card__cta[aria-busy="true"] {
  opacity: 0.6;
  cursor: progress;
}

.booking-card__error {
  margin-top: var(--sp-3);
  padding: var(--sp-3);
  background: rgba(232,160,154,0.08);
  border: 1px solid rgba(232,160,154,0.25);
  border-radius: var(--radius-sm);
  color: #e8a09a;
  font-size: 0.85rem;
  line-height: 1.5;
}

.booking-card__note {
  margin: var(--sp-3) 0 0;
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
  letter-spacing: 0.04em;
}

.booking-card__back-link {
  display: block;
  width: 100%;
  margin-top: var(--sp-3);
  padding: var(--sp-2);
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s;
}
.booking-card__back-link:hover { color: var(--stone-100); }

/* State 2: review — date range on one line, nights · guests on a quieter
   subline below. Splitting these onto two lines avoids the awkward wrap
   when the combined string overflows the card width. */
.booking-card__dates-line {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--stone-100);
  margin: 0;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.booking-card__dates-line strong { font-weight: 500; }

.booking-card__meta-line {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text-secondary);
  margin: 4px 0 0;
  letter-spacing: 0.01em;
}
.booking-card__sep {
  color: var(--border-strong);
  margin: 0 6px;
}
.booking-card__total {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  margin: var(--sp-2) 0 var(--sp-5);
}
.booking-card__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
}
.booking-card__total-row--final {
  padding-top: var(--sp-3);
  margin-top: var(--sp-2);
  border-top: 1px solid var(--border-subtle);
  font-size: 1rem;
  color: var(--stone-100);
}
.booking-card__total-row--final strong {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

/* State 3: form */
.booking-card__summary {
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: var(--sp-4);
}
.booking-card__summary-line {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--stone-200);
  margin: 0 0 var(--sp-1);
  line-height: 1.5;
}
.booking-card__summary-total {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-muted);
}
.booking-card__summary-total strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--stone-100);
  letter-spacing: -0.01em;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.booking-form__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.booking-form__field {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
}
.booking-form__label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone-200);
}
.booking-form__input {
  background: transparent;
  border: 1px solid var(--border-subtle);
  color: var(--stone-300);
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: var(--sp-3);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.booking-form__input:focus {
  border-color: var(--teal-700);
  color: var(--stone-100);
}
.booking-form__textarea {
  resize: vertical;
  min-height: 90px;
  line-height: 1.55;
}
.booking-form__submit {
  width: 100%;
  padding: var(--sp-4);
  font-size: 0.95rem;
}
.booking-form__submit[aria-busy="true"] {
  opacity: 0.6;
  pointer-events: none;
}
.booking-form__error {
  padding: var(--sp-3);
  background: rgba(232,160,154,0.08);
  border: 1px solid rgba(232,160,154,0.25);
  border-radius: var(--radius-sm);
  color: #e8a09a;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* State 4: success */
.booking-card__check {
  color: var(--teal-300);
  margin-bottom: var(--sp-2);
}
.booking-card__success-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--stone-100);
  margin: 0;
}
.booking-card__success-body {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
  max-width: 28ch;
}

/* Mobile: card unsticks, fills width, tighter internal spacing */
@media (max-width: 900px) {
  .avail-booking-col { position: static; }
  .booking-card { padding: var(--sp-5) var(--sp-4); }
  .booking-card__head {
    padding-bottom: var(--sp-3);
    margin-bottom: var(--sp-3);
  }
  .booking-card__price-from strong { font-size: 1.5rem; }
  .booking-card__fields {
    gap: var(--sp-3);
    margin-bottom: var(--sp-4);
  }
  .booking-card__cta { padding: var(--sp-3); }
  .booking-card__note {
    font-size: 0.72rem;
    margin-top: var(--sp-3);
  }
}

/* ════════════════════════════════════════════════════════════════
   COMPACT RATES TABLE — tier-grouped, 7 rows
   ════════════════════════════════════════════════════════════════ */

.avail-rates-compact {
  margin-top: var(--sp-10);
  padding-top: var(--sp-8);
  border-top: 1px solid var(--border-subtle);
}

@media (max-width: 900px) {
  .avail-rates-compact {
    margin-top: var(--sp-3);
    padding-top: var(--sp-5);
  }
  .avail-rates-compact .avail-col-head { margin-bottom: var(--sp-3); }
  .avail-rates-compact .avail-col-title {
    font-size: clamp(1.4rem, 6vw, 1.8rem) !important;
    line-height: 1.1;
    font-style: normal;
    margin: 0 0 var(--sp-2) !important;
  }
  .avail-rates-intro { font-size: 0.82rem !important; line-height: 1.5; margin-bottom: var(--sp-4) !important; }
  .rates-grid { margin-top: var(--sp-2) !important; }
}

.rates-grid {
  display: grid;
  grid-template-columns: 1.4fr 2.4fr 1fr 1fr 0.7fr;
  margin-top: var(--sp-6);
  border-top: 1px solid var(--border-subtle);
}

.rates-grid__head,
.rates-grid__row {
  display: contents;
}

.rates-grid__head > span,
.rates-grid__row > span {
  padding: var(--sp-3) var(--sp-2);
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-body);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
}

.rates-grid__head > span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: rgba(255,255,255,0.02);
}

.rates-grid__season {
  font-family: var(--font-display);
  font-size: 1.05rem !important;
  color: var(--stone-100);
  font-weight: 400;
  letter-spacing: -0.005em;
}

.rates-grid__dates {
  color: var(--text-muted);
  font-size: 0.82rem !important;
}

.rates-grid__week {
  color: var(--stone-100);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.rates-grid__night {
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

.rates-grid__min {
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

.rates-grid__row--peak .rates-grid__week {
  color: var(--teal-300);
}

.rates-grid__footnote {
  margin: var(--sp-3) 0 0;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: var(--text-muted);
  font-style: italic;
}

@media (max-width: 720px) {
  .rates-grid {
    grid-template-columns: 1.4fr 1fr 0.6fr;
  }
  /* Hide the same columns in header AND body rows.
     Header has no per-cell class, so use nth-child:
       1=Season, 2=Dates, 3=Per week, 4=Per night, 5=Min  */
  .rates-grid__head > span:nth-child(2),
  .rates-grid__head > span:nth-child(4),
  .rates-grid__dates,
  .rates-grid__night {
    display: none !important;
  }
  .rates-grid__season {
    font-size: 0.95rem !important;
  }
  .rates-grid__head > span,
  .rates-grid__row > span {
    padding: var(--sp-2) var(--sp-1);
    font-size: 0.78rem;
  }
}


/* ════════════════════════════════════════════════════════════════
   HOMEPAGE INLINE BOOKING WIDGETS
   Two flavours of the same pattern:
   1. .hero-search — refined elegant pill on the hero (replaces "Book Now")
   2. .closing-search — full-width band at the bottom of the page
   Both submit to /availability.html with deep-link query params. The
   actual booking flow lives there.
   ════════════════════════════════════════════════════════════════ */

/* Visually-hidden trigger inputs for the datepicker (we only show our
   custom field buttons; datepicker.js still needs the inputs to exist). */
.vq-hidden-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

/* ── Hero pill — under the divider, replaces "Book Now" ────── */
.hero-search {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  margin-top: var(--sp-3);
  padding: 5px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(11,13,7,0.45);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow:
    0 12px 40px -16px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.04) inset;
  animation: vq-fade-in 1.5s var(--ease-premium) 0.4s both;
}

.hero-search__field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  padding: 8px 18px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s var(--ease-premium);
  border-radius: 999px;
  min-width: 0;
}
.hero-search__field:hover,
.hero-search__field:focus-visible {
  background: rgba(255,255,255,0.06);
  outline: none;
}

.hero-search__field + .hero-search__field {
  border-left: 1px solid rgba(255,255,255,0.15);
}

.hero-search__label {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone-300);
}

.hero-search__value {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--stone-100);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

/* Single Dates field is wider so the combined "3 – 8 May · 5 nights" label
   never feels squeezed. */
.hero-search__field--dates { min-width: 200px; }

.hero-search__field--guests { padding-right: 28px; position: relative; }
/* Native select stretched as an invisible overlay so a tap anywhere on the
   field opens the picker. The number is rendered by .hero-search__value. */
.hero-search__select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 16px;          /* prevents iOS zoom-on-focus */
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.hero-search__select:focus { outline: none; }
.hero-search__field--guests::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--stone-300);
  border-bottom: 1px solid var(--stone-300);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.hero-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--teal-700);
  color: var(--stone-100);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  align-self: center;
  margin-left: 6px;
  transition: background 0.18s var(--ease-premium), transform 0.18s var(--ease-premium);
}
.hero-search__submit:hover { background: var(--teal-500); transform: scale(1.05); }
.hero-search__submit:active { transform: scale(0.96); }

/* Mobile: ONE LINE — Dates | Guests | Arrow. */
@media (max-width: 600px) {
  .hero-search {
    flex-direction: row;
    align-items: center;
    border-radius: 999px;
    padding: 4px;
    width: auto;            /* size to content, no awkward stretch */
    max-width: min(88vw, 320px);
    gap: 0;
  }
  .hero-search__field {
    padding: 6px 12px;
    border-radius: 999px;
    min-width: 0;
  }
  .hero-search__field--dates {
    flex: 0 1 auto;         /* shrink-to-fit, don't expand into empty space */
    min-width: 0;
  }
  .hero-search__field--guests {
    flex: 0 0 auto;
    padding: 6px 22px 6px 14px;
  }
  .hero-search__field + .hero-search__field {
    border-left: 1px solid rgba(255,255,255,0.12);
    border-top: 0;
  }
  .hero-search__label { font-size: 0.54rem; letter-spacing: 0.14em; }
  .hero-search__value { font-size: 0.78rem; }
  .hero-search__field--guests::after {
    right: 8px;
    width: 5px;
    height: 5px;
  }
  .hero-search__submit {
    width: 38px;
    height: 38px;
    margin-left: 4px;
    margin-top: 0;
    border-radius: 50%;
    align-self: center;
    flex-shrink: 0;
  }
}

/* ── Closing band at the bottom ─────────────────────────────── */
.closing-band {
  text-align: center;
  position: relative;
  isolation: isolate;
}
.closing-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg,
      var(--bg-1) 0%,
      rgba(11, 13, 7, 0.85) 30%,
      rgba(11, 13, 7, 0.92) 100%),
    url('../images/photos/exterior-04.webp') center 30% / cover no-repeat;
}
.closing-band__inner {
  max-width: 720px;
  margin: 0 auto;
}
.closing-band__overline {
  display: inline-block;
  margin-bottom: var(--sp-4);
  color: var(--teal-300);
  letter-spacing: 0.32em;
}
.closing-band__title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: -0.01em;
  color: var(--stone-100);
  margin: 0 0 var(--sp-3);
  line-height: 1.15;
}
.closing-band__sub {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text-muted);
  max-width: 56ch;
  margin: 0 auto var(--sp-7);
  line-height: 1.55;
}

.closing-search {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 4px;
  padding: 6px;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, var(--bg-1) 0%, var(--bg-2) 100%);
  box-shadow:
    0 32px 64px -20px rgba(0,0,0,0.55),
    0 0 0 1px rgba(192, 170, 138, 0.06) inset;
  max-width: 640px;
  margin: 0 auto;
  align-items: stretch;
}

.closing-search__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  padding: var(--sp-3) var(--sp-4);
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  border-radius: var(--radius-sm);
  transition: background 0.15s var(--ease-premium);
}
.closing-search__field:hover,
.closing-search__field:focus-visible {
  background: rgba(255,255,255,0.04);
  outline: none;
}

.closing-search__label {
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--stone-300);
}
.closing-search__value {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--stone-100);
  white-space: nowrap;
}
.closing-search__field--dates { min-width: 240px; }

.closing-search__field--guests { position: relative; padding-right: 28px; }
.closing-search__select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}
.closing-search__select:focus { outline: none; }
.closing-search__field--guests::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 60%;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--stone-300);
  border-bottom: 1px solid var(--stone-300);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.closing-search__submit {
  padding: var(--sp-3) var(--sp-6);
  font-size: 0.85rem;
  white-space: nowrap;
  align-self: stretch;
}

.closing-band__direct {
  margin-top: var(--sp-6);
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-muted);
}
.closing-band__direct-actions {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: var(--sp-6);
}
.closing-band__link {
  color: var(--stone-300);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--border-default);
  font-size: 0.85rem;
  transition: color 0.15s, text-decoration-color 0.15s;
}
.closing-band__link:hover {
  color: var(--teal-300);
  text-decoration-color: var(--teal-700);
}
.closing-band__sep {
  color: var(--border-strong);
  opacity: 0.6;
}

/* Mobile: stack closing-search */
@media (max-width: 720px) {
  .closing-search {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .closing-search__submit {
    margin-top: 4px;
  }
}
