/* 94DR — Brand system (from live kit + 2026 ref)
   Primary #303030 · Accent #B3A826 · UI Montserrat · Display Libre Caslon */

@font-face {
  font-family: "Libre Caslon Display";
  src: url("../assets/fonts/LibreCaslonDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../assets/fonts/LibreCaslonText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../assets/fonts/LibreCaslonText-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../assets/fonts/LibreCaslonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("../assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #1a1a1a;
  --charcoal: #303030;
  --slate: #54595f;
  --mute: #7a7a7a;
  --accent: #b3a826;
  --accent-deep: #8f8618;
  --paper: #f7f5f0;
  --paper-warm: #efece4;
  --linen: #e6e1d6;
  --white: #ffffff;
  --black: #0a0a0a;
  /* Body / muted text on charcoal & black bands (WCAG-ish on #0a0a0a / #303030) */
  --on-dark: rgba(255, 255, 255, 0.84);
  --on-dark-soft: rgba(255, 255, 255, 0.78);
  --on-dark-mute: rgba(255, 255, 255, 0.68);
  /* Heading sheen — dark brand olive through charcoal (readable, not chrome/glare) */
  --heading-grad-deep: #1c1b12;
  --heading-grad-mid: #5c5720;
  --heading-grad-olive: #8a821c;
  --heading-grad-ink: #14140f;
  --heading-text-grad: linear-gradient(
    100deg,
    var(--heading-grad-ink) 0%,
    var(--heading-grad-deep) 18%,
    var(--heading-grad-mid) 42%,
    var(--heading-grad-olive) 58%,
    var(--heading-grad-mid) 74%,
    var(--heading-grad-ink) 100%
  );
  /* Light sheen — soft white/paper luminance for dark charcoal bands */
  --heading-grad-light-soft: rgba(255, 255, 255, 0.78);
  --heading-grad-light-paper: #f7f5f0;
  --heading-grad-light-bright: #ffffff;
  --heading-grad-light-warm: #efece4;
  --heading-text-grad-light: linear-gradient(
    100deg,
    var(--heading-grad-light-soft) 0%,
    var(--heading-grad-light-paper) 18%,
    var(--heading-grad-light-bright) 42%,
    var(--heading-grad-light-warm) 58%,
    var(--heading-grad-light-bright) 74%,
    var(--heading-grad-light-soft) 100%
  );
  --heading-sheen-duration: 1.35s;
  --hero-glow-duration: 14s;
  --header-h: 88px;
  --rail: clamp(1.25rem, 4vw, 3.5rem);
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

h1,
.display {
  font-family: "Libre Caslon Display", "Libre Caslon Text", Georgia, serif;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.01em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.25rem);
  margin: 0 0 0.4em;
}

/* Section titles: Libre Caslon Text Bold (Display kit has Regular only) */
h2,
.split__title,
.stack-item__title {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.28;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 0.5em;
}

h3 {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 0.5em;
}

p {
  margin: 0 0 1.1em;
  max-width: 62ch;
}

.lede {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--slate);
  line-height: 1.75;
}

/*
  Widow / orphan prevention (CSS-first)
  - balance: even line lengths for short headlines (ignored if unsupported)
  - pretty: reduce isolated final words in longer copy (Chrome 117+, Safari 17.5+;
    other browsers keep normal wrapping — no layout breakage)
*/
h1,
h2,
h3,
.display,
.split__title,
.stack-item__title,
.section__intro h2,
.feature-strip h3,
.journal-card h3,
.offer-hero__copy h2,
.site-footer h2,
.faq summary,
.article__header h1,
.article__body h2,
.article__body h3,
.map-popup .leaflet-popup-content strong {
  text-wrap: balance;
}

p,
.lede,
.feature-strip p,
.journal-card p,
.checklist li,
.form__note,
.faq details p,
.article__body p,
.article__body blockquote,
.offer-hero__copy .lede,
.offer-hero__copy p,
.split__copy p,
.stack-item__copy p,
.site-footer p,
.bookster-slot p {
  text-wrap: pretty;
}

.eyebrow {
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1.1rem;
}

.container {
  width: min(100% - (var(--rail) * 2), var(--max));
  margin-inline: auto;
}

.container--wide {
  width: min(100% - (var(--rail) * 2), 1400px);
  margin-inline: auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.85rem 1.65rem;
  border: 1px solid transparent;
  background: var(--accent);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.35s var(--ease), color 0.35s var(--ease),
    border-color 0.35s var(--ease), transform 0.35s var(--ease);
}

.btn:hover {
  background: var(--accent-deep);
  color: var(--white);
}

.btn--ghost {
  background: transparent;
  border-color: currentColor;
  color: var(--white);
}

.btn--ghost:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.btn--dark {
  background: var(--ink);
  color: var(--white);
}

.btn--dark:hover {
  background: var(--accent);
  color: var(--black);
}

.btn--outline {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.btn--outline:hover {
  background: var(--ink);
  color: var(--white);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

/* Header
   NOTE: do not put backdrop-filter / filter on .site-header itself —
   that creates a containing block for position:fixed .nav and collapses
   the mobile drawer into a clipped strip inside the short header. */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  /* Above Leaflet panes/controls (tiles ~200–700, controls ~1000) and map UI. */
  z-index: 1200;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled,
.site-header.is-solid {
 
  /* Light hairline + soft lift edge so the bar stays distinct on ink/charcoal
     floors (gold-only border + dark drop vanished on #303030 / #121212). */
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 28px rgba(0, 0, 0, 0.28);
}

/* Scrim on a pseudo so fixed mobile nav stays viewport-relative.
   Intentionally NOT using backdrop-filter: blur() here — a live blur over the
   moving hero/video forces a full-header repaint every scroll frame, which was
   a top jank source. A near-opaque solid + gradient keeps the same frosted-dark
   look and white/gold contrast while staying cheap to paint.
   Elevated a step above charcoal (#303030) and the floor tower (#121212). */
.site-header.is-scrolled::before,
.site-header.is-solid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      rgba(62, 62, 58, 0.98) 0%,
      rgba(50, 50, 48, 0.97) 100%
    );
  pointer-events: none;
}

.site-header__inner {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--rail) * 2), 1400px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--white);
}

.logo img {
  width: 44px;
  height: auto;
  display: block;
  /* Source logo is dark — force light for dark/transparent header */
  filter: brightness(0) invert(1);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 0.1rem 1.35rem;
  flex-wrap: wrap;
}

.nav > a {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  padding: 0.55rem 0.15rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: color 0.25s ease;
}

.nav > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease);
}

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

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

/* Mobile drawer only — contact lives below nav links */
.nav-contact {
  display: none;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.header-contact {
  display: none;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  padding: 0;
  /* Column stack is required: row flex + margin:auto collapsed all
     three bars onto one overlapping line (looked like a single bar). */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  flex-shrink: 0;
  background: currentColor;
  transition: transform 0.3s var(--ease), opacity 0.3s;
}

/* Bar centers are 7px apart (2px height + 5px gap) */
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: flex;
    flex-shrink: 0;
  }
  .site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .header-cta {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-cta .btn {
    display: none;
  }
  /* Full-viewport drawer; sized with top+height so it never collapses
     if an ancestor ever forms a fixed containing block again. */
  .nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: calc(100vh - var(--header-h));
    height: calc(100dvh - var(--header-h));
    z-index: 1;
    background: rgba(10, 10, 10, 0.98);
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1.25rem var(--rail) 3rem;
    gap: 0;
    transform: translateX(100%);
    transition: transform 0.45s var(--ease), visibility 0.45s;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    pointer-events: none;
  }
  .nav.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .nav > a {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 1.05rem 0;
    min-height: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav-contact {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(179, 168, 38, 0.28);
  }
  .nav-contact a {
    font-family: Montserrat, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.88);
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color 0.25s ease;
  }
  .nav-contact a:hover {
    color: var(--accent);
  }
}

body.is-nav-open {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .header-contact {
    display: block;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-items: center;
  color: var(--white);
  background: var(--black);
  overflow: hidden;
}

.hero--page {
  min-height: 88vh;
  align-items: end;
}

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

.hero__poster,
.hero__video {
  position: absolute;
  inset: 0;
}

.hero__video {
  z-index: 1;
}

.hero__media img,
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroIn 0.8s var(--ease-reveal, var(--ease)) both;
}

/* Full-frame scrim + bottom-left luminance (content anchor) */
.hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.92;
  background:
    radial-gradient(
      ellipse 92% 78% at 8% 96%,
      rgba(179, 168, 38, 0.34) 0%,
      rgba(179, 168, 38, 0.12) 34%,
      transparent 62%
    ),
    radial-gradient(
      ellipse 68% 58% at 14% 88%,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.05) 42%,
      transparent 68%
    );
  background-size: 130% 130%, 150% 150%;
  background-position: 0% 100%, 4% 100%;
  animation: heroGlowDrift var(--hero-glow-duration) ease-in-out infinite alternate;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.46) 0%,
      rgba(10, 10, 10, 0.28) 28%,
      rgba(10, 10, 10, 0.38) 52%,
      rgba(10, 10, 10, 0.58) 78%,
      rgba(10, 10, 10, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.4) 0%,
      rgba(10, 10, 10, 0.18) 42%,
      rgba(10, 10, 10, 0.06) 100%
    ),
    radial-gradient(ellipse at 18% 72%, rgba(10, 10, 10, 0.22), transparent 58%);
}

/* Home (and other video heroes): lighter scrim so the footage reads through */
.hero__media--video::after {
  background:
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.36) 0%,
      rgba(10, 10, 10, 0.2) 28%,
      rgba(10, 10, 10, 0.28) 52%,
      rgba(10, 10, 10, 0.44) 78%,
      rgba(10, 10, 10, 0.58) 100%
    ),
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.28) 0%,
      rgba(10, 10, 10, 0.12) 42%,
      rgba(10, 10, 10, 0.03) 100%
    ),
    radial-gradient(ellipse at 18% 72%, rgba(10, 10, 10, 0.14), transparent 58%);
}

@keyframes heroGlowDrift {
  0% {
    opacity: 0.78;
    background-position: 0% 100%, 4% 100%;
  }
  50% {
    opacity: 1;
    background-position: 6% 92%, 10% 96%;
  }
  100% {
    opacity: 0.86;
    background-position: 2% 98%, 0% 100%;
  }
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - (var(--rail) * 2), var(--max));
  margin: 0 auto;
  padding: calc(var(--header-h) + 4rem) 0 4.5rem;
}

/* Home hero: vertically centred block (page heroes stay bottom-aligned) */
.hero:not(.hero--page) .hero__content {
  padding: 2.75rem 0;
}

.hero h1 {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.45rem, 5.8vw, 4.5rem);
  line-height: 1.14;
  color: var(--white);
  max-width: 17ch;
  text-wrap: balance;
}

.hero h1:not(.reveal) {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.45),
    0 8px 28px rgba(0, 0, 0, 0.35);
}

/* Longer page heroes: slightly wider measure so balance can avoid single-word tails */
.hero--page h1 {
  max-width: 19ch;
}

/* Home hero: wider measure so title + lede read as one block */
.hero:not(.hero--page) h1 {
  max-width: 22ch;
}

.hero:not(.hero--page) .lede {
  max-width: 58ch;
}

.hero h1 .line {
  display: block;
}

.hero .lede {
  color: rgba(255, 255, 255, 0.9);
  max-width: 42ch;
  text-wrap: pretty;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}

.hero .eyebrow {
  color: var(--accent);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 0 18px rgba(0, 0, 0, 0.35);
}

@keyframes heroIn {
  from {
    transform: scale(1.06);
    opacity: 0.78;
  }
  to {
    transform: scale(1.04);
    opacity: 1;
  }
}

/* Sections */
.section {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
  position: relative;
}

.section--dark {
  background: var(--black);
  color: var(--on-dark);
}

.section--dark h2,
.section--dark h3 {
  color: var(--white);
}

.section--dark .lede,
.section--ink .lede {
  color: var(--on-dark-soft);
}

.section--dark .u-mute,
.section--ink .u-mute {
  color: var(--on-dark-mute);
}

.section--stone {
  background: var(--paper-warm);
}

.section--ink {
  background: var(--charcoal);
  color: var(--on-dark);
}

.section--ink h2,
.section--ink h3 {
  color: var(--white);
}

.section__intro {
  max-width: 38rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

/*
  Page intros without a photo hero (FAQs, policies, 404): keep h1 clamp size,
  but use Libre Caslon Text Bold like .hero h1 — Display Regular reads lighter
  and optically larger than the site’s standard page titles.
*/
.section__intro h1 {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 700;
}

.section__intro h2 {
  max-width: 22ch;
}

.section__intro .lede {
  max-width: 52ch;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: center;
}

.split--reverse > :first-child {
  order: 2;
}

.split__media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.split__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.media-video {
  position: relative;
  overflow: hidden;
}

.media-video__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-video__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.split__media--welcome {
  align-self: stretch;
  min-height: clamp(560px, 46vw, 660px);
}

.split__media--welcome .media-video__poster {
  position: absolute;
  inset: 0;
  min-height: 0;
}

.split__media--welcome .media-video__poster,
.split__media--welcome .media-video__video {
  object-position: 50% 50%;
}

/* Neighbourhood (and other non-welcome split videos): stretch to copy column
   height on desktop. Absolute poster removes intrinsic landscape aspect that
   otherwise caps the media shorter than the text. */
@media (min-width: 861px) {
  .split__media.media-video:not(.split__media--welcome) {
    align-self: stretch;
    min-height: 0;
    height: 100%;
  }

  .split__media.media-video:not(.split__media--welcome) .media-video__poster {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}

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

.split__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.split__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.split__title {
  max-width: 18ch;
  text-wrap: balance;
}

.split__copy p {
  max-width: 48ch;
}

/* .split--overhang: class retained in markup; no CSS overhang / mega-title */

@media (max-width: 860px) {
  .split,
  .split--reverse > :first-child {
    grid-template-columns: 1fr;
    order: initial;
  }
  .split--reverse > :first-child {
    order: initial;
  }

  /* Keep a reading measure on stacked splits — full-bleed titles invite widows */
  .split__title {
    max-width: min(24ch, 100%);
  }

  .split__copy p {
    max-width: 58ch;
  }

  .split__media--welcome {
    align-self: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

/* Feature strips */
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(48, 48, 48, 0.12);
  border-bottom: 1px solid rgba(48, 48, 48, 0.12);
}

.feature-strip article {
  padding: 2.25rem 1.75rem;
  border-right: 1px solid rgba(48, 48, 48, 0.12);
}

.feature-strip article:last-child {
  border-right: 0;
}

.feature-strip h3 {
  margin-bottom: 0.65rem;
  max-width: 16ch;
}

.feature-strip p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
  max-width: 36ch;
}

.section--dark .feature-strip,
.section--ink .feature-strip {
  border-top-color: rgba(255, 255, 255, 0.14);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.section--dark .feature-strip article,
.section--ink .feature-strip article {
  border-right-color: rgba(255, 255, 255, 0.14);
}

.section--dark .feature-strip p,
.section--ink .feature-strip p {
  color: var(--on-dark-soft);
}

@media (max-width: 800px) {
  .feature-strip {
    grid-template-columns: 1fr;
  }
  .feature-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(48, 48, 48, 0.12);
  }
  .section--dark .feature-strip article,
  .section--ink .feature-strip article {
    border-bottom-color: rgba(255, 255, 255, 0.14);
  }
}

/* Mosaic / gallery */
.mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 0.75rem;
}

.mosaic figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: auto 240px;
}

.mosaic figure:first-child {
  grid-row: 1 / span 2;
}

.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

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

@media (max-width: 800px) {
  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 220px 180px 180px;
  }
  .mosaic figure:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

/* Stats / facts */
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.fact {
  border-top: 1px solid rgba(179, 168, 38, 0.55);
  padding-top: 1rem;
}

.fact strong {
  display: block;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.section--dark .fact strong,
.section--ink .fact strong {
  color: var(--white);
}

.fact span {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}

.section--dark .fact span,
.section--ink .fact span {
  color: var(--on-dark-mute);
}

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

/* Services / food grids */
.stack-list {
  display: grid;
  gap: 0;
}

.stack-item {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.stack-item + .stack-item {
  margin-top: clamp(1rem, 2.5vw, 2rem);
}

.stack-item__media {
  overflow: hidden;
  min-height: 280px;
  position: relative;
  z-index: 1;
}

.stack-item__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.stack-item__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

/* Gold rule above the eyebrow / copy lead.
   :not(.stack-item__copy) avoids a double stroke on Food/Service
   (those blocks use both stack-item__copy and sticky-copy). */
.stack-item__copy::before,
.sticky-copy:not(.stack-item__copy):has(> .eyebrow)::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 1px;
  margin-bottom: 1.25rem;
  background: rgba(179, 168, 38, 0.72);
}

.stack-item__title {
  max-width: 14ch;
  text-wrap: balance;
}

.stack-item__copy p {
  max-width: 48ch;
}

.stack-item:nth-child(even) .stack-item__media {
  order: 2;
}

/* Stack rows: no title overhang — headings align with body copy */

@media (max-width: 800px) {
  .stack-item,
  .stack-item:nth-child(even) .stack-item__media {
    grid-template-columns: 1fr;
    order: initial;
  }

  .stack-item__title {
    max-width: min(18ch, 100%);
  }

  .stack-item__copy p {
    max-width: 58ch;
  }
}

/* FAQ */
.faq {
  max-width: 760px;
}

.faq details {
  border-bottom: 1px solid rgba(48, 48, 48, 0.14);
  padding: 1.25rem 0;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  text-wrap: balance;
}

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

.faq summary::after {
  content: "+";
  font-family: Montserrat, sans-serif;
  color: var(--accent);
  font-size: 1.4rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0.85rem 0 0.25rem;
  color: var(--slate);
  max-width: 58ch;
}

/* Forms */
.form {
  display: grid;
  gap: 1.35rem;
  width: 100%;
  max-width: 620px;
}

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

.form label {
  display: grid;
  gap: 0.55rem;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.form__label-text {
  display: inline;
}

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

.form input,
.form textarea,
.form select {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid #d2cdc2;
  border-radius: 4px;
  background: #efede7;
  padding: 0.8rem 0.9rem;
  color: var(--ink);
  caret-color: var(--accent-deep);
  outline: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.form input::placeholder,
.form textarea::placeholder {
  color: #77736c;
  opacity: 1;
}

.form input:hover,
.form textarea:hover,
.form select:hover {
  border-color: #aaa497;
  background: #f3f1ec;
}

.form input:focus-visible,
.form textarea:focus-visible,
.form select:focus-visible {
  border-color: var(--accent-deep);
  background: #f7f5f0;
  box-shadow: 0 0 0 3px rgba(179, 168, 38, 0.22);
  outline: 2px solid transparent;
  outline-offset: 1px;
}

.form input[type="date"],
.form input[type="number"],
.form select {
  line-height: 1.3;
  font-variant-numeric: tabular-nums;
}

.form select {
  padding-right: 2.5rem;
}

.form textarea {
  min-height: 10rem;
  line-height: 1.6;
  resize: vertical;
}

.form__fieldset {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid #d2cdc2;
  border-radius: 4px;
  background: rgba(239, 237, 231, 0.72);
}

.form__fieldset legend,
.form__required-note {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.form__required-note {
  margin: 0;
}

.form__required-note span,
.form label [aria-hidden="true"] {
  color: var(--accent-deep);
}

.form__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  margin-top: 0.85rem;
}

.form .form__check {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 2.5rem;
  padding: 0.25rem 0.2rem;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--charcoal);
  cursor: pointer;
}

.form input[type="checkbox"] {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(48, 48, 48, 0.45);
  accent-color: var(--accent-deep);
}

.form input[type="checkbox"]:focus-visible {
  box-shadow: 0 0 0 3px rgba(179, 168, 38, 0.24);
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--ink);
  box-shadow: 0 0 0 1000px #efede7 inset;
  transition: background-color 9999s ease-out;
}

.form > .btn {
  justify-self: start;
  min-width: min(100%, 15rem);
}

.form__status {
  margin: 0;
  color: var(--charcoal);
  font-size: 0.9rem;
}

.form__status:empty {
  display: none;
}

.form__note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--mute);
}

@media (max-width: 600px) {
  .form__grid,
  .form__checks {
    grid-template-columns: 1fr;
  }

  .form__grid {
    gap: 1.05rem;
  }

  .form > .btn {
    width: 100%;
  }
}

/* Lists */
.checklist {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: 0.65rem;
}

.checklist li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--slate);
}

.section--dark .checklist li,
.section--ink .checklist li {
  color: var(--on-dark-soft);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.55rem;
  height: 1px;
  background: var(--accent);
}

.two-col-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

@media (max-width: 700px) {
  .two-col-lists {
    grid-template-columns: 1fr;
  }
}

/* Journal cards */
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.journal-card {
  display: grid;
  gap: 1rem;
  color: inherit;
}

.journal-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--linen);
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

.journal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.journal-card:hover .journal-card__media img {
  transform: scale(1.05);
}

.journal-card .tag {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.journal-card h3 {
  margin: 0.2rem 0;
  font-size: 1.45rem;
  max-width: 22ch;
  text-wrap: balance;
}

.journal-card p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
  max-width: 40ch;
}

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

  .journal-card h3 {
    max-width: min(26ch, 100%);
  }

  .journal-card p {
    max-width: 52ch;
  }
}

/* Article */
.article {
  padding: clamp(3rem, 7vw, 5rem) 0 5rem;
}

.header-clearance {
  padding-top: calc(var(--header-h) + clamp(2.5rem, 5vw, 4rem));
}

.article__header {
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.article__header h1 {
  max-width: 22ch;
}

.article__header .lede {
  max-width: 52ch;
}

.article__body {
  max-width: 720px;
  margin: 0 auto;
}

.article__body h2,
.article__body h3 {
  margin-top: 2rem;
  max-width: 28ch;
}

.article__body p {
  max-width: 62ch;
}

.article__body blockquote {
  margin: 2rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 2px solid var(--accent);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-style: italic;
  font-size: 1.35rem;
  color: var(--ink);
  max-width: 42ch;
}

.article__hero {
  aspect-ratio: 21 / 9;
  overflow: hidden;
  margin-bottom: 2.5rem;
}

.article__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 700px) {
  .article__hero {
    aspect-ratio: 4 / 3;
  }
}

/* Map / contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}

.map-embed {
  min-height: 420px;
  height: min(62vh, 560px);
  background: var(--linen);
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* Keep Leaflet panes/legend inside this stack so they stay under .site-header. */
  isolation: isolate;
}

.map-embed__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(0.2) contrast(1.04);
}

.map-embed .leaflet-container {
  font-family: Montserrat, sans-serif;
  background: var(--linen);
}

.map-legend {
  position: absolute;
  z-index: 2;
  left: 0.75rem;
  bottom: 0.75rem;
  margin: 0;
  padding: 0.55rem 0.75rem;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: rgba(247, 245, 240, 0.94);
  border: 1px solid rgba(48, 48, 48, 0.12);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.map-legend__swatch {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.35rem;
  vertical-align: -0.05em;
  border-radius: 50%;
}

.map-legend__swatch--home {
  background: var(--accent);
  box-shadow: 0 0 0 2px rgba(179, 168, 38, 0.35);
}

.map-legend__swatch--place {
  background: var(--charcoal);
}

.map-pin {
  background: transparent;
  border: 0;
}

.map-pin__dot {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}

.map-pin--home .map-pin__dot {
  background: var(--accent);
  border: 2px solid var(--white);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.map-pin--place .map-pin__dot {
  background: var(--charcoal);
  border: 2px solid var(--white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.map-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  min-width: 260px;
}

.map-popup .leaflet-popup-content {
  margin: 0.85rem 1rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--charcoal);
  width: auto !important;
  min-width: 240px;
  max-width: 320px;
}

.map-popup .leaflet-popup-content strong {
  display: block;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: var(--ink);
}

.map-popup .leaflet-popup-content p {
  margin: 0 0 0.45rem;
  max-width: none;
  text-wrap: wrap;
}

.map-popup .leaflet-popup-content p:last-child {
  margin-bottom: 0;
}

.map-popup__links {
  margin-top: 0.55rem !important;
  font-size: 0.8rem;
}

.map-popup__links a {
  color: var(--accent-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.map-popup .leaflet-popup-tip {
  background: var(--white);
}

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

  .map-embed {
    min-height: 320px;
    height: min(52vh, 440px);
  }
}

/* Offer highlight */
.offer-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 520px;
}

/* Collapse stacked section padding under the full-bleed offer hero so the
   dark CTA → Exclusive Use join is one intentional band, not double air. */
.section:has(> .offer-hero) {
  padding-bottom: 0;
}

.section:has(> .offer-hero) + .section {
  padding-top: clamp(3.25rem, 7vw, 5.5rem);
}

.offer-hero__copy {
  background: var(--black);
  color: var(--on-dark);
  padding: clamp(2.5rem, 6vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-hero__copy h2 {
  color: var(--white);
  max-width: 18ch;
  text-wrap: balance;
}

.offer-hero__copy .lede,
.offer-hero__copy p {
  color: var(--on-dark-soft);
  max-width: 42ch;
}

.offer-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

@media (max-width: 800px) {
  .offer-hero {
    grid-template-columns: 1fr;
  }
}

/* Reusable editorial photography — asymmetric sheets, duos and folio labels */
.editorial-interlude {
  overflow: hidden;
}

.editorial-sheet {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(15rem, 25vw) minmax(12rem, 19vw);
  gap: clamp(0.75rem, 1.7vw, 1.5rem);
}

.editorial-sheet figure,
.editorial-duo figure,
.article-media-pair figure {
  position: relative;
  margin: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--charcoal);
}

.editorial-sheet__lead {
  grid-column: 1 / span 7;
  grid-row: 1 / span 2;
}

.editorial-sheet__detail {
  grid-column: 9 / -1;
  grid-row: 1;
}

.editorial-sheet__wide {
  grid-column: 8 / -1;
  grid-row: 2;
}

/* Service folio — tight 2-col mosaic: tall lead + equal stacked pair,
   aligned outer edges, consistent gutters (matches Home/rooms rhythm). */
@media (min-width: 901px) {
  .editorial-sheet--service {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(13rem, 22vw));
    gap: 0.75rem;
  }

  .editorial-sheet--service .editorial-sheet__lead {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .editorial-sheet--service .editorial-sheet__detail,
  .editorial-sheet--service .editorial-sheet__wide {
    grid-column: 2;
    width: auto;
    justify-self: stretch;
  }

  .editorial-sheet--service .editorial-sheet__detail {
    grid-row: 1;
  }

  .editorial-sheet--service .editorial-sheet__wide {
    grid-row: 2;
  }
}

.editorial-sheet img,
.editorial-duo img,
.article-media-pair img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-sheet figcaption,
.editorial-duo figcaption {
  position: absolute;
  z-index: 2;
  left: 0.9rem;
  bottom: 0.9rem;
  max-width: calc(100% - 1.8rem);
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin: 0;
  padding: 0.45rem 0.6rem;
  background: rgba(10, 10, 10, 0.7);
  color: rgba(255, 255, 255, 0.9);
  font-family: Montserrat, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  pointer-events: none;
}

.editorial-sheet figcaption span,
.editorial-duo figcaption span {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.editorial-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(16rem, 0.7fr);
  gap: clamp(1.25rem, 4vw, 3.5rem);
  align-items: end;
  margin-top: clamp(4rem, 9vw, 7.5rem);
}

.editorial-duo__lead {
  aspect-ratio: 16 / 10;
}

.editorial-duo__detail {
  aspect-ratio: 4 / 5;
  margin-bottom: clamp(-1.5rem, -2vw, -0.5rem);
}

.editorial-duo--location {
  margin-top: 0;
}

.editorial-duo--location .editorial-duo__detail {
  aspect-ratio: 5 / 4;
}

.article-media-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.5rem);
  margin: clamp(2rem, 5vw, 3.5rem) 0;
  align-items: end;
}

.article-media-pair figure:first-child,
.article-media-pair figure:last-child {
  aspect-ratio: 16 / 10;
}

@media (max-width: 900px) {
  .editorial-sheet {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .editorial-sheet__lead {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
  }

  .editorial-sheet__detail,
  .editorial-sheet__wide {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .editorial-duo {
    grid-template-columns: 1fr;
  }

  .editorial-duo__detail {
    width: min(78%, 32rem);
    margin: -1rem 0 0 auto;
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 560px) {
  .editorial-sheet,
  .article-media-pair {
    grid-template-columns: 1fr;
  }

  .editorial-sheet__lead,
  .editorial-sheet__detail,
  .editorial-sheet__wide {
    grid-column: 1;
    aspect-ratio: 4 / 3;
  }

  .editorial-duo__lead {
    aspect-ratio: 4 / 3;
  }

  .editorial-duo__detail,
  .editorial-duo--location .editorial-duo__detail {
    width: 88%;
    aspect-ratio: 4 / 3;
  }

  .article-media-pair figure:first-child,
  .article-media-pair figure:last-child {
    aspect-ratio: 4 / 3;
  }
}

/* House editorial — scoped collage, chapters and folio details */
.hero--location .hero__media img,
.hero--location .hero__media video {
  object-position: 50% 50%;
}

.house-spaces__intro {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.house-spaces__intro h2,
.house-evening__heading h2,
.house-outdoors__intro h2 {
  max-width: 16ch;
}

/* Eyebrow + title only: drop the default h2 bottom margin that sat as dead air. */
.house-evening__heading h2,
.house-outdoors__intro h2 {
  margin-bottom: 0;
}

.house-spaces__intro .lede {
  margin: clamp(1rem, 2.5vw, 1.5rem) 0 0;
}

.house-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.72fr);
  gap: clamp(2.5rem, 7vw, 6.5rem);
  align-items: stretch;
}

.house-chapter + .house-chapter {
  margin-top: clamp(4rem, 9vw, 8rem);
}

.house-chapter--reverse {
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.18fr);
}

.house-chapter--reverse .house-chapter__media {
  order: 2;
}

.house-chapter__media {
  position: relative;
  min-height: 36rem;
  margin: 0;
  overflow: hidden;
  background: var(--charcoal);
}

.house-chapter__media > img,
.house-chapter__media > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-chapter__copy {
  align-self: start;
}

.house-chapter__copy h2 {
  max-width: 12ch;
}

.house-terrace__copy h2 {
  max-width: 12ch;
}

.house-folio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

figcaption.house-folio {
  position: absolute;
  z-index: 3;
  left: 1.25rem;
  bottom: 1.15rem;
  margin: 0;
  padding: 0.45rem 0.6rem;
  background: rgba(10, 10, 10, 0.68);
}

.house-folio span {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.house-folio--ink {
  color: var(--slate);
}

.house-collage {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(15rem, 0.65fr);
  grid-template-rows: auto auto;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(5rem, 11vw, 10rem);
}

.house-collage figure {
  margin: 0;
  overflow: hidden;
}

.house-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-collage__wide {
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: 36rem;
}

.house-collage__tall {
  grid-column: 2;
  grid-row: 1;
  aspect-ratio: 4 / 3;
}

.house-collage__copy {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  padding: clamp(0.5rem, 2vw, 1.5rem) 0 0 clamp(0rem, 1vw, 1rem);
}

.house-collage__copy h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.house-collage__copy p:last-child,
.house-terrace__copy p:last-child,
.house-practical__item p:last-child {
  margin-bottom: 0;
  font-size: 0.94rem;
}

/* Same intro→media gap as .section__intro / bedrooms (was clamp(3rem, 7vw, 5.5rem)). */
.house-evening__heading,
.house-outdoors__intro {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.house-contact-sheet {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 0.8fr);
  gap: clamp(2.5rem, 7vw, 6rem) clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.house-contact-sheet__column {
  display: grid;
  align-content: start;
  gap: clamp(2.5rem, 7vw, 6rem);
  min-width: 0;
}

.house-contact-sheet__item figure,
.house-contact-sheet__detail {
  margin: 0;
  overflow: hidden;
}

.house-contact-sheet__item img,
.house-contact-sheet__detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-contact-sheet__item figure {
  aspect-ratio: 4 / 3;
  margin-bottom: 1.5rem;
}

.house-contact-sheet__item h3,
.house-practical__item h2 {
  margin-bottom: 0.65rem;
}

.house-contact-sheet__item p:last-child {
  color: var(--on-dark-soft);
  font-size: 0.94rem;
}

.house-contact-sheet__item--media {
  margin-top: clamp(5rem, 12vw, 10rem);
}

.house-contact-sheet__detail {
  width: min(82%, 32rem);
  aspect-ratio: 4 / 5;
  margin: -1rem 0 0 auto;
}

.house-contact-sheet__detail--small {
  width: min(65%, 19rem);
  aspect-ratio: 1;
  margin: -2rem auto 0 0;
}

.house-terrace {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  margin-bottom: clamp(5rem, 11vw, 9rem);
}

.house-terrace__image {
  margin: 0;
  min-height: 31rem;
  overflow: hidden;
}

.house-terrace__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-terrace__copy {
  padding-bottom: clamp(0rem, 4vw, 3rem);
}

.house-practical__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 8vw, 7rem);
  align-items: start;
}

.house-practical__item figure {
  aspect-ratio: 4 / 3;
  margin: 0 0 1.75rem;
  overflow: hidden;
}

.house-practical__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-practical__item--offset {
  margin-top: clamp(3rem, 10vw, 8rem);
}

@media (max-width: 900px) {
  .house-spaces__intro,
  .house-chapter,
  .house-chapter--reverse,
  .house-collage,
  .house-contact-sheet,
  .house-terrace,
  .house-practical__grid {
    grid-template-columns: 1fr;
  }

  .house-chapter--reverse .house-chapter__media {
    order: initial;
  }

  .house-chapter__media,
  .house-collage__wide,
  .house-terrace__image {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .house-collage__wide,
  .house-collage__tall,
  .house-collage__copy {
    grid-column: 1;
    grid-row: auto;
  }

  .house-collage__copy {
    max-width: 42rem;
    padding-left: 0;
  }

  .house-contact-sheet__item--media,
  .house-practical__item--offset {
    margin-top: 2rem;
  }

  .house-contact-sheet__detail,
  .house-contact-sheet__detail--small {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero--location .hero__media img,
  .hero--location .hero__media video {
    object-position: 40% 50%;
  }

  .house-chapter__media,
  .house-collage__wide,
  .house-collage__tall,
  .house-terrace__image {
    aspect-ratio: 4 / 5;
  }

  .house-contact-sheet__item figure,
  .house-practical__item figure {
    aspect-ratio: 4 / 3;
  }
}

/* Bedroom gallery — sticky scroll theater (desktop) / stacked (mobile) */
.section--rooms .section__intro--rooms {
  max-width: 36rem;
}

.section__intro--rooms .lede {
  margin-top: 0.85rem;
  max-width: 34rem;
}

.rooms-experience {
  --rooms-stage-w: min(26rem, 34%);
  position: relative;
}

.rooms-experience__stage {
  display: none;
}

.rooms-experience__rail {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
}

.rooms-experience__room {
  margin: 0;
  display: grid;
  gap: 1.15rem;
}

.rooms-experience__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--charcoal);
  aspect-ratio: 5 / 4;
}

.rooms-experience__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.04);
}

.rooms-experience__meta {
  max-width: 40rem;
}

.rooms-experience__kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.85rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.rooms-experience__kicker-rule {
  display: block;
  width: 2.25rem;
  height: 1px;
  background: rgba(179, 168, 38, 0.7);
}

.rooms-experience__title {
  margin: 0 0 0.55rem;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 12ch;
  text-wrap: balance;
}

.rooms-experience__facts {
  margin: 0 0 0.9rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.55;
  color: var(--slate);
  text-transform: uppercase;
}

.rooms-experience__body {
  margin: 0;
  max-width: 42ch;
  color: var(--slate);
  font-size: 0.98rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.rooms-experience__dots {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Large desktop: sticky copy stage + tall parallax image rail */
@media (min-width: 1280px) and (min-height: 780px) {
  .rooms-experience {
    display: grid;
    grid-template-columns: var(--rooms-stage-w) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
  }

  .rooms-experience__stage {
    display: block;
    position: sticky;
    top: calc(var(--header-h) + clamp(1.5rem, 4vh, 3rem));
    align-self: start;
    min-height: calc(100vh - var(--header-h) - clamp(3rem, 8vh, 5rem));
    padding-top: clamp(1rem, 3vh, 2rem);
  }

  .rooms-experience__stage-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: min(32rem, 62vh);
  }

  .rooms-experience__rail {
    gap: 0;
  }

  .rooms-experience__room {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: stretch;
    padding: 6vh 0;
  }

  .rooms-experience__media {
    flex: 1;
    aspect-ratio: auto;
    min-height: calc(100vh - 12vh);
    border-radius: 0;
    /* Bleed past the container rail to the viewport’s right edge */
    width: calc(100% + max(var(--rail), (100vw - var(--max)) / 2));
    max-width: none;
  }

  .rooms-experience__img {
    transform: translate3d(0, var(--room-parallax, 0%), 0) scale(1.08);
    transition: none;
  }

  .rooms-experience__meta {
    /* Details live in the sticky stage on desktop; keep in DOM for a11y/data. */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .rooms-experience__room.is-active .rooms-experience__media::after {
    opacity: 0.2;
  }

  .rooms-experience__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(247, 245, 240, 0.14) 0%,
      transparent 18%
    );
    opacity: 0;
    transition: opacity 0.5s var(--ease);
  }

  .rooms-experience__dots {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: clamp(1.75rem, 4vh, 2.75rem);
  }

  .rooms-experience__dots button {
    appearance: none;
    border: 1px solid rgba(26, 26, 26, 0.18);
    background: transparent;
    color: var(--slate);
    min-width: 2.35rem;
    height: 2.1rem;
    padding: 0 0.45rem;
    font-family: Montserrat, sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    cursor: pointer;
    transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease);
  }

  .rooms-experience__dots button.is-active,
  .rooms-experience__dots button:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--paper);
  }

  .rooms-experience__stage .rooms-experience__title {
    font-size: clamp(2.4rem, 4vw, 3.4rem);
  }
}

@media (min-width: 1280px) and (min-height: 780px) and (prefers-reduced-motion: reduce) {
  .rooms-experience__img {
    transform: none;
  }
}

.room-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  grid-template-rows: minmax(240px, 28vw) minmax(210px, 24vw) minmax(210px, 24vw);
  gap: 0.75rem;
}

.room {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0;
  min-height: 0;
  background: var(--charcoal);
  /* Grid tracks already reserve exact geometry, so off-screen room imagery can
     skip layout/paint without changing scroll height or disturbing sticky rows. */
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
}

.room::after {
  content: "";
  position: absolute;
  inset: 28% 0 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0),
    rgba(10, 10, 10, 0.28) 28%,
    rgba(10, 10, 10, 0.88) 100%
  );
  opacity: 0.96;
  pointer-events: none;
  transition: opacity 0.6s var(--ease);
}

.room--feature {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.room:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.room:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.room:nth-child(4) {
  grid-column: 2 / span 2;
  grid-row: 2;
}

.room:nth-child(5) {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.room:nth-child(6) {
  grid-column: 3;
  grid-row: 3;
}

.room img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.room:hover img {
  transform: scale(1.025);
}

.room:hover::after {
  opacity: 1;
}

.room figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: clamp(1.1rem, 2.2vw, 1.75rem);
  color: var(--white);
  pointer-events: none;
}

.room__marker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(7.5rem, 48%);
  margin-bottom: clamp(0.4rem, 0.8vw, 0.65rem);
}

.room__marker::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--accent);
  opacity: 0.8;
  transform: scaleX(0.58);
  transform-origin: left;
  transition: transform 0.55s var(--ease);
}

.room__index {
  font-family: Montserrat, sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.room__text {
  min-width: 0;
}

.room__label {
  margin: 0;
  max-width: 14ch;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--white);
  text-wrap: balance;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
  transition: transform 0.55s var(--ease);
}

.room:hover .room__marker::after {
  transform: scaleX(1);
}

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

.room__facts {
  margin: 0.5rem 0 0;
  max-width: 34ch;
  font-family: Montserrat, sans-serif;
  font-size: clamp(0.72rem, 0.82vw, 0.8rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.88);
  text-wrap: pretty;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.38);
}

.room__facts span {
  display: block;
}

.room-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
  margin-top: clamp(2.25rem, 5vw, 3.25rem);
  padding-top: clamp(1.75rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.room-ledger__item h3 {
  margin: 0 0 0.55rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.room-ledger__item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--slate);
  max-width: 36ch;
}

@media (max-width: 900px) {
  .room-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(280px, 42vw) minmax(240px, 34vw) minmax(240px, 34vw) minmax(260px, 38vw);
  }

  .room--feature {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .room:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .room:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .room:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }

  .room:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .room:nth-child(6) {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .room-ledger {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .room-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0.65rem;
  }

  .room,
  .room--feature,
  .room:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 5 / 4;
    min-height: 16rem;
  }

  .room--feature {
    aspect-ratio: 16 / 10;
  }

  .room figcaption {
    padding: 1.2rem;
  }

  .room__marker {
    width: 6.5rem;
  }

  .room__label {
    font-size: clamp(1.55rem, 7vw, 1.9rem);
  }

  .room__facts {
    max-width: 30ch;
    font-size: 0.76rem;
  }

  .room-ledger {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }
}

/* Interactive house layout explorer — stacked tower + sticky rail */
.floor-explorer__shell {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
}

.floor-explorer__intro {
  max-width: 40rem;
}

/*
  Match .hero h1 / .section__intro h1 — base h1 is Display Regular (400),
  which reads lighter than page hero titles on this charcoal band.
*/
.floor-explorer__intro h1 {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 700;
}

.floor-explorer__intro .lede {
  color: var(--on-dark-soft);
}

.floor-explorer__stage {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: start;
}

.floor-explorer__tower {
  position: relative;
  background: #121212;
  display: grid;
  gap: 0;
  overflow: visible;
}

.floor-explorer__level {
  position: relative;
  margin: 0;
  scroll-margin-top: calc(var(--header-h) + 1.25rem);
  overflow: visible;
}

.floor-explorer__level + .floor-explorer__level::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 20%,
    rgba(255, 255, 255, 0.08) 80%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.floor-explorer__level-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  margin: 0;
  padding: 0.35rem 0.55rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

/* Pins use % of the rendered floorplan image box (incl. JPG margins).
   Stack img + pins in one grid cell so the overlay always matches the artwork. */
.floor-explorer__plan {
  position: relative;
  margin: 0;
  width: 100%;
  display: grid;
  justify-items: stretch;
  align-items: start;
  overflow: visible;
}

.floor-explorer__plan > * {
  grid-area: 1 / 1;
}

.floor-explorer__plan img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.96;
  z-index: 0;
}

.floor-explorer__rail {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.floor-explorer__levels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  width: 100%;
}

.floor-explorer__tab {
  appearance: none;
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  min-height: 2.4rem;
  padding: 0 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.3s var(--ease),
    color 0.3s var(--ease),
    border-color 0.3s var(--ease);
}

.floor-explorer__tab:hover,
.floor-explorer__tab.is-active,
.floor-explorer__tab[aria-current="true"] {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--black);
}

.floor-pin {
  /* Tip clears the 2rem face (+ hover scale); enter slides toward the pin */
  --tip-gap: 1.15rem;
  --tip-enter: 0.35rem;
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.3s var(--ease);
}

/* Face scales independently so the room-name tooltip stays crisp */
.floor-pin::before {
  top:0px;
  bottom:0;
  content: "";
  border-radius:50%;
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(6px);
  transition:
    background 0.3s var(--ease),
    border-color 0.3s var(--ease),
    transform 0.3s var(--ease);
}

.floor-pin span {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1;
  line-height: 2rem;
}

.floor-pin:hover,
.floor-pin.is-active,
.floor-pin:focus-visible {
  z-index: 6;
  color: var(--black);
}

.floor-pin:hover::before,
.floor-pin.is-active::before,
.floor-pin:focus-visible::before {
  background: var(--accent);
  border-color: var(--accent);
  transform: scale(1.06);
}

/* Editorial room preview — anchored below the marker by default */
.floor-pin__tip {
  position: absolute;
  left: 50%;
  /* top: calc(100% + var(--tip-gap)); */
  bottom: auto;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 10.5rem; /* ~168px — eases long room-name wrap */
  padding: 0.65rem 0.7rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 0.55rem 1.4rem rgba(0, 0, 0, 0.45);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  /* Enter from toward the pin (up), settle at full --tip-gap */
  transform: translate3d(-50%, calc(var(--tip-enter) * -1), 0);
  transition:
    opacity 0.22s var(--ease),
    transform 0.22s var(--ease),
    visibility 0.22s;
}

.floor-pin__tip:not(:has(.floor-pin__tip-img)) {
  width: auto;
  max-width: 12rem;
  padding: 0.55rem 0.75rem;
  gap: 0;
}

.floor-pin__tip-img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
}

.floor-pin__tip-label {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

/* Flip above when pin sits near the bottom of a plan */
.floor-pin[data-tooltip-y="above"] .floor-pin__tip {
  top: auto;
  bottom: calc(100% + var(--tip-gap));
  transform: translate3d(-50%, var(--tip-enter), 0);
}

/* Nudge horizontally so tips aren’t clipped by tower edges */
.floor-pin[data-tooltip-x="start"] .floor-pin__tip {
  left: 0;
  transform: translate3d(0, calc(var(--tip-enter) * -1), 0);
}

.floor-pin[data-tooltip-x="end"] .floor-pin__tip {
  left: auto;
  right: 0;
  transform: translate3d(0, calc(var(--tip-enter) * -1), 0);
}

.floor-pin[data-tooltip-y="above"][data-tooltip-x="start"] .floor-pin__tip,
.floor-pin[data-tooltip-y="above"][data-tooltip-x="end"] .floor-pin__tip {
  transform: translate3d(0, var(--tip-enter), 0);
}

@media (hover: hover) and (pointer: fine) {
  .floor-pin:hover .floor-pin__tip {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, 0, 0);
  }

  .floor-pin[data-tooltip-x="start"]:hover .floor-pin__tip,
  .floor-pin[data-tooltip-x="end"]:hover .floor-pin__tip {
    transform: translate3d(0, 0, 0);
  }
}

.floor-pin:focus-visible .floor-pin__tip {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0, 0);
}

.floor-pin[data-tooltip-x="start"]:focus-visible .floor-pin__tip,
.floor-pin[data-tooltip-x="end"]:focus-visible .floor-pin__tip {
  transform: translate3d(0, 0, 0);
}

.floor-explorer__overview {
  padding: 0.35rem 0 0.15rem;
}

.floor-explorer__overview[hidden],
.floor-explorer__dossier[hidden],
.floor-explorer__rooms[hidden] {
  display: none !important;
}

.floor-explorer__overview-kicker {
  margin: 0 0 0.35rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.floor-explorer__overview-title {
  margin: 0 0 0.45rem;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.15;
  max-width: 12ch;
}

.floor-explorer__overview-hint {
  margin: 0 0 0.35rem;
  color: var(--on-dark-soft);
  font-size: 0.95rem;
  max-width: 28ch;
}

.floor-explorer__dossier {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  overflow: hidden;
}

.floor-explorer__dossier.is-live {
  animation: floor-dossier-pulse 0.52s ease;
}

@keyframes floor-dossier-pulse {
  0% {
    border-color: rgba(179, 168, 38, 0.55);
  }
  100% {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

.floor-explorer__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0a0a0a;
}

.floor-explorer__shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity 0.45s var(--ease),
    transform 0.7s var(--ease);
}

.floor-explorer__shot.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.floor-explorer__copy {
  position: relative;
  z-index: 1;
  padding: 1.15rem clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem);
}

.floor-explorer__kicker {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.45rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  max-width: none;
}

.floor-explorer__kicker-rule {
  width: 2rem;
  height: 1px;
  background: rgba(179, 168, 38, 0.7);
}

.floor-explorer__title {
  margin: 0 0 0.65rem;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.2;
  max-width: 14ch;
}

.floor-explorer__body {
  margin: 0 0 1.35rem;
  color: var(--on-dark-soft);
  max-width: 42ch;
}

.floor-explorer__cta {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.floor-explorer__cta:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.floor-explorer__rooms {
  display: grid;
  gap: 0;
  padding: 0.35rem 0 0.25rem;
}

.floor-explorer.is-detail .floor-explorer__rooms {
  display: none;
}

.floor-explorer.is-overview .floor-explorer__rooms {
  display: grid;
}

.floor-explorer__rooms-label {
  margin: 0 0 0.55rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

/* Overview already names the level — soften the list label */
.floor-explorer.is-overview .floor-explorer__rooms-label {
  margin-top: 0.85rem;
}

.floor-explorer__room {
  appearance: none;
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 0.58rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  text-align: left;
  cursor: pointer;
  transition: color 0.25s var(--ease);
}

.floor-explorer__room:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.floor-explorer__room:hover,
.floor-explorer__room:focus-visible {
  color: var(--white);
  outline: none;
}

.floor-explorer__room.is-active,
.floor-explorer__room[aria-current="true"] {
  color: var(--accent);
}

.floor-explorer__room-index {
  flex: 0 0 auto;
  min-width: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: inherit;
  opacity: 0.72;
}

.floor-explorer__room-title {
  flex: 1 1 auto;
  font-family: "Libre Caslon Display", "Libre Caslon Text", Georgia, serif;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.floor-legend__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.floor-legend__index {
  margin: 0 0 0.55rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--accent-deep);
}

.floor-legend__grid h3 {
  margin-bottom: 0.45rem;
}

.floor-legend__grid p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}

@media (min-width: 1100px) {
  .floor-explorer__stage {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.7fr);
  }

  /* Bleed tower bg to the viewport’s left edge (container rail / max inset) */
  .floor-explorer__tower {
    z-index: 0;
  }

  .floor-explorer__tower::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(-1 * max(var(--rail), (100vw - var(--max)) / 2));
    background: inherit;
    z-index: -1;
    pointer-events: none;
  }

  .floor-explorer__rail {
    position: sticky;
    top: calc(var(--header-h) + 1.25rem);
    max-height: calc(100vh - var(--header-h) - 2rem);
    max-height: calc(100dvh - var(--header-h) - 2rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-bottom: 0.25rem;
  }

  .floor-explorer__media {
    aspect-ratio: 5 / 4;
  }
}

@media (max-width: 1099px) {
  .floor-explorer__stage {
    display: flex;
    flex-direction: column;
  }

  .floor-explorer__rail {
    display: contents;
  }

  .floor-explorer__levels {
    order: -1;
    position: sticky;
    top: var(--header-h);
    z-index: 5;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.65rem 0 0.75rem;
    margin: 0 0 0.35rem;
    background: linear-gradient(
      to bottom,
      rgba(18, 18, 18, 0.98) 0%,
      rgba(18, 18, 18, 0.92) 72%,
      rgba(18, 18, 18, 0.55) 100%
    );
    backdrop-filter: blur(10px);
  }

  .floor-explorer__levels::-webkit-scrollbar {
    display: none;
  }

  .floor-explorer__tab {
    flex: 1;
    min-width: 0;
  }

  .floor-explorer__tower {
    order: 0;
  }

  .floor-explorer__overview {
    order: 1;
  }

  .floor-explorer__dossier {
    order: 1;
  }

  .floor-explorer__rooms {
    order: 2;
    padding: 0.35rem 0 0.5rem;
  }
}

@media (max-width: 900px) {
  .floor-legend__grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .floor-pin {
    width: 2rem;
    height: 2rem;
    font-size: 0.58rem;
  }

  .floor-explorer__level-label {
    top: 0.65rem;
    right: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floor-pin,
  .floor-pin::before,
  .floor-pin__tip,
  .floor-explorer__tab,
  .floor-explorer__shot,
  .floor-explorer__room {
    transition: none;
  }

  .floor-explorer__shot {
    transform: none;
  }

  .floor-explorer__dossier.is-live {
    animation: none;
  }
}

/* Footer */
.site-footer {
  background: var(--black);
  color: var(--on-dark-soft);
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 2rem;
}

.site-footer h2 {
  color: var(--white);
  max-width: 18ch;
  text-wrap: balance;
}

.site-footer p {
  max-width: 48ch;
}

.site-footer .lede,
.site-footer .u-mute {
  color: var(--on-dark-mute);
}

.footer-trust {
  text-align: left;
  padding-bottom: 2.5rem;
  margin-bottom: 2.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-trust__eyebrow {
  margin: 0 0 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  max-width: none;
  text-align: left;
}

.footer-trust__logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(1.15rem, 2.4vw, 2.65rem);
  max-width: 52rem;
}

.footer-trust__logos li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.footer-trust__logos img {
  display: block;
  width: auto;
  height: auto;
  max-height: 2.65rem;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.88;
  transition: opacity 0.35s var(--ease);
}

/* Optical balance: crests need more box height; heavy wordmarks less. */
.footer-trust__logos img[src*="visitscotland"],
.footer-trust__logos img[src*="scotland-the-best"],
.footer-trust__logos img[src*="good-hotel-guide"] {
  max-height: 3.75rem;
}

.footer-trust__logos img[src*="michelin-guide"] {
  max-height: 2.95rem;
}

.footer-trust__logos img[src*="telegraph"] {
  max-height: 2rem;
  max-width: min(100%, 10.75rem);
}

.footer-trust__logos img[src*="wallpaper"] {
  max-height: 1.45rem;
  max-width: min(100%, 6.75rem);
}

.footer-trust__logos li:hover img {
  opacity: 1;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: start;
}

.footer-aside {
  align-self: end;
}

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1.5rem;
  align-content: start;
}

.footer-nav a {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.25s ease;
}

.footer-nav a:hover {
  color: var(--accent);
}

.footer-payments {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
  text-align: left;
  padding: 1.65rem 0 1.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-payments__copy {
  margin: 0;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 0.92rem;
  font-style: italic;
  letter-spacing: 0.01em;
  color: var(--on-dark-soft);
  max-width: none;
}

.footer-payments__brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem 1.35rem;
}

.footer-payments__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

.footer-payments__cards li {
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-payments__cards img {
  display: block;
  width: auto;
  height: 1.05rem;
  opacity: 0.82;
  transition: opacity 0.3s var(--ease);
}

.footer-payments__cards img[src*="mastercard"] {
  height: 1.35rem;
}

.footer-payments__cards img[src*="amex"] {
  height: 1.15rem;
}

.footer-payments__cards li:hover img {
  opacity: 1;
}

.footer-payments__stripe {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding-left: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition:
    color 0.3s var(--ease),
    opacity 0.3s var(--ease);
}

.footer-payments__powered {
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.footer-payments__stripe img {
  display: block;
  width: auto;
  height: 1.05rem;
  opacity: 0.92;
}

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

.footer-payments__stripe:hover img {
  opacity: 1;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
  align-items: end;
  padding-top: 1.75rem;
  font-size: 0.82rem;
}

.footer-bottom__meta {
  display: grid;
  gap: 0.85rem;
}

.footer-policies {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
}

.footer-bottom > p:last-child {
  text-align: right;
  justify-self: end;
  max-width: 28ch;
}

.footer-bottom a {
  color: var(--accent);
}

.footer-policies a {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.25s ease;
}

.footer-policies a:hover {
  color: var(--accent);
}

.policy {
  max-width: 46rem;
}

.policy .section__intro {
  margin-bottom: 2rem;
}

.policy-prose {
  display: grid;
  gap: 1rem;
}

.policy-prose h2 {
  margin-top: 1.75rem;
  max-width: 28ch;
}

.policy-prose h3 {
  margin-top: 1.25rem;
  font-size: 1.05rem;
}

.policy-prose p,
.policy-prose li {
  max-width: 62ch;
  color: var(--muted, #5a5854);
}

.policy-prose ul {
  margin: 0.25rem 0 0.5rem 1.15rem;
  display: grid;
  gap: 0.45rem;
}

.policy-prose blockquote {
  margin: 1rem 0;
  padding: 0 0 0 1.25rem;
  border-left: 2px solid var(--accent);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-style: italic;
  max-width: 52ch;
}

.policy-related {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 2.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.policy-related a {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-social {
  display: grid;
  gap: 0.7rem;
  justify-items: start;
  text-align: left;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-social__label {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  max-width: none;
}

.footer-social__icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
  transition:
    color 0.3s var(--ease),
    border-color 0.3s var(--ease),
    background 0.3s var(--ease);
}

.footer-social__link svg {
  width: 1rem;
  height: 1rem;
}

.footer-social__link:hover {
  color: var(--black);
  background: var(--accent);
  border-color: var(--accent);
}

@media (max-width: 800px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .site-footer h2 {
    max-width: min(22ch, 100%);
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 1.35rem;
  }

  .footer-bottom > p:last-child {
    text-align: left;
    justify-self: start;
  }

  .footer-payments {
    padding: 1.45rem 0 1.35rem;
  }

  .footer-payments__brands {
    gap: 0.75rem 1rem;
  }

  .footer-payments__stripe {
    padding-left: 0;
    border-left: 0;
  }

  .footer-trust {
    padding-bottom: 2rem;
    margin-bottom: 2.25rem;
  }

  .footer-trust__logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1rem;
    width: 100%;
    max-width: 21rem;
    margin-inline: 0;
    justify-items: start;
    align-items: center;
  }

  .footer-trust__logos li {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .footer-trust__logos img {
    max-height: 2.25rem;
    max-width: 100%;
  }

  .footer-trust__logos img[src*="visitscotland"],
  .footer-trust__logos img[src*="scotland-the-best"],
  .footer-trust__logos img[src*="good-hotel-guide"] {
    max-height: 3.1rem;
  }

  .footer-trust__logos img[src*="michelin-guide"] {
    max-height: 2.55rem;
  }

  .footer-trust__logos img[src*="telegraph"] {
    max-height: 1.7rem;
    max-width: min(100%, 6.75rem);
  }

  .footer-trust__logos img[src*="wallpaper"] {
    max-height: 1.2rem;
    max-width: min(100%, 5.25rem);
  }
}

/* Wide-screen editorial rows.
   The media creates the natural scroll distance; only the copy becomes sticky.
   Keeping this behind both width and height safeguards preserves the compact
   layout on medium desktops, tablets, short landscapes, and reduced motion. */
@media (min-width: 1280px) and (min-height: 780px) and (prefers-reduced-motion: no-preference) {
  :root {
    --sticky-row-inset: clamp(3.5rem, 7vh, 5.5rem);
    --sticky-copy-start: clamp(5rem, 11vh, 8rem);
    --sticky-top: calc(var(--header-h) + clamp(2rem, 4vh, 3.5rem));
  }

  .sticky-row {
    padding-block: var(--sticky-row-inset);
  }

  .stack-item.sticky-row {
    padding-block: var(--sticky-row-inset);
  }

  /* Band intro already owns the gap above media — don't stack sticky-row
     padding-top on top of .house-*-intro / .house-evening__heading margins. */
  .house-spaces__intro + .sticky-row,
  .house-outdoors__intro + .sticky-row {
    padding-top: 0;
  }

  /* Consecutive House sticky chapters: keep exit inset on the row above,
     skip a second enter inset so Terrace → Dell (etc.) don't double-gap. */
  .house-terrace.sticky-row + .sticky-row,
  .house-chapter.sticky-row + .sticky-row,
  .stack-item.sticky-row + .stack-item.sticky-row {
    padding-top: 0;
  }

  /* Food/Service sticky stacks: a touch more media height for short copy travel. */
  .stack-item--editorial .editorial-media {
    height: clamp(36rem, 72vh, 50rem);
  }

  .sticky-copy {
    position: sticky;
    top: var(--sticky-top);
    align-self: start;
    /* Top inset only: padding-block was doubling into copy height and
       collapsing sticky travel (media barely taller than padded copy). */
    padding-top: var(--sticky-copy-start);
    padding-bottom: 0;
  }

  /* Terrace joins the same sticky chapter pattern on wide desktop.
     Drop the large base margin — sticky-row padding already spaces chapters;
     stacking it on tall media left a cavern before The Dell. */
  .house-terrace.sticky-row {
    align-items: stretch;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  }

  /* Only the Media Room + popcorn column sticks; the Library Bar column sets
     the containing grid's travel and the dark chapter bounds the release. */
  .house-contact-sheet__column--sticky {
    position: sticky;
    top: var(--sticky-top);
    align-self: start;
  }

  /* Tall enough that short House/Service copy still gets sticky travel and
     eyebrow breathing room, but not so tall the post-unlock void feels cavernous.
     Offers keeps its taller override below. */
  .editorial-media {
    height: clamp(43rem, 86vh, 58rem);
    min-height: 0;
  }

  .editorial-media img {
    min-height: 0;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .stack-item--editorial {
    align-items: stretch;
  }

  .offer-hero {
    min-height: 0;
  }

  .offer-hero__copy {
    display: block;
    padding:
      var(--sticky-copy-start)
      clamp(3rem, 5vw, 5rem)
      var(--sticky-copy-start)
      max(var(--rail), calc((100vw - var(--max)) / 2));
  }

  .offer-hero__copy .sticky-copy {
    top: var(--sticky-top);
    padding-block: 0;
  }

  .offer-hero__media.editorial-media {
    height: clamp(48rem, 110vh, 68rem);
  }

  .offer-hero__media .media-video__poster,
  .offer-hero__media .media-video__video {
    object-fit: cover;
    object-position: 50% 50%;
  }
}

/* Reveal motion — progressive enhancement.
   Visible by default; gated behind html.has-js so content stays readable
   before JS runs or if JS fails. Never animate section/surface containers. */
:root {
  --ease-reveal: cubic-bezier(0.25, 0.1, 0.25, 1);
  --reveal-duration: 0.65s;
  --reveal-duration-settle: 0.75s;
  --reveal-duration-media: 0.7s;
}

/* NOTE: no persistent will-change here. Promoting every off-screen .reveal to
   its own compositor layer at once inflates layer count and memory, which hurt
   scrolling. opacity/transform transitions composite fine without the hint. */
html.has-js .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity var(--reveal-duration) var(--ease-reveal),
    transform var(--reveal-duration) var(--ease-reveal);
}

html.has-js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Title settle — slightly slower, still restrained travel */
html.has-js .reveal--settle {
  transform: translateY(16px);
  transition-duration: var(--reveal-duration-settle);
}

html.has-js .reveal--settle.is-visible {
  transform: none;
}

/* Soft media — opacity + faint scale only (no layout travel) */
html.has-js .reveal--media {
  transform: scale(1.02);
  transform-origin: center;
  transition-duration: var(--reveal-duration-media);
}

html.has-js .reveal--media.is-visible {
  transform: none;
}

/* Structural surfaces must never slide/fade as units */
html.has-js .section.reveal,
html.has-js .section--dark.reveal,
html.has-js .section--ink.reveal,
html.has-js .section--stone.reveal,
html.has-js .offer-hero.reveal,
html.has-js .feature-strip.reveal,
html.has-js .container.reveal,
html.has-js .two-col-lists.reveal,
html.has-js .room-ledger.reveal,
html.has-js .facts.reveal,
html.has-js .faq.reveal {
  opacity: 1;
  transform: none;
  transition: none;
  will-change: auto;
}

html.has-js .reveal-delay-1 {
  transition-delay: 0.08s;
}
html.has-js .reveal-delay-2 {
  transition-delay: 0.14s;
}
html.has-js .reveal-delay-3 {
  transition-delay: 0.2s;
}

/*
  Heading sheen — brand-dark olive gradient through primary titles as they reveal.
  No @supports gate: nested `or` conditions were dropped by the browser parser,
  so the effect never applied. -webkit-background-clip is used directly (Safari/Chrome).
  Dark bands / heroes / footers keep solid white for contrast.
*/
h2.reveal,
.split__title.reveal,
.stack-item__title.reveal,
h1.reveal,
.rooms-experience__stage .rooms-experience__title {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: var(--heading-text-grad);
  background-size: 280% 100%;
  background-position: 8% 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
}

/* Enter: soft leftward settle of the olive undertone — pairs with .is-visible */
html.has-js h2.reveal,
html.has-js .split__title.reveal,
html.has-js .stack-item__title.reveal,
html.has-js h1.reveal,
html.has-js .rooms-experience__stage .rooms-experience__title {
  background-position: 92% 50%;
  transition:
    opacity var(--reveal-duration) var(--ease-reveal),
    transform var(--reveal-duration) var(--ease-reveal),
    background-position var(--heading-sheen-duration) var(--ease-reveal);
}

html.has-js h2.reveal.reveal--settle,
html.has-js .split__title.reveal.reveal--settle,
html.has-js .stack-item__title.reveal.reveal--settle,
html.has-js h1.reveal.reveal--settle {
  transition-duration:
    var(--reveal-duration-settle),
    var(--reveal-duration-settle),
    var(--heading-sheen-duration);
}

/* Sheen settle is .is-sheen (not .is-visible) so opacity/transform can stay
   settled while gradient travel retriggers — avoids ghosted background-clip text. */
html.has-js h2.reveal.is-sheen,
html.has-js .split__title.reveal.is-sheen,
html.has-js .stack-item__title.reveal.is-sheen,
html.has-js h1.reveal.is-sheen,
html.has-js .rooms-experience__stage .rooms-experience__title.is-sheen {
  background-position: 8% 50%;
}

/* Dark / photo surfaces: restore solid text — gradient would kill contrast */
.section--dark h2.reveal,
.section--ink h2.reveal,
.offer-hero__copy h2.reveal,
.site-footer h2.reveal {
  color: var(--white);
  -webkit-text-fill-color: var(--white);
  background-image: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

/*
  Hero + floor explorer: paper/white sheen travel on dark bands/photos.
  JS sheen IO matches h1.reveal (.is-visible retrigger unchanged).
*/
.hero h1.reveal,
.floor-explorer__intro h1.reveal {
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: var(--heading-text-grad-light);
  background-size: 280% 100%;
  background-position: 8% 50%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

html.has-js .hero h1.reveal,
html.has-js .floor-explorer__intro h1.reveal {
  background-position: 92% 50%;
  transition:
    opacity var(--reveal-duration) var(--ease-reveal),
    transform var(--reveal-duration) var(--ease-reveal),
    background-position var(--heading-sheen-duration) var(--ease-reveal);
}

html.has-js .hero h1.reveal.reveal--settle,
html.has-js .floor-explorer__intro h1.reveal.reveal--settle {
  transition-duration:
    var(--reveal-duration-settle),
    var(--reveal-duration-settle),
    var(--heading-sheen-duration);
}

html.has-js .hero h1.reveal.is-sheen,
html.has-js .floor-explorer__intro h1.reveal.is-sheen {
  background-position: 8% 50%;
}

html.has-js .section--dark h2.reveal,
html.has-js .section--ink h2.reveal,
html.has-js .offer-hero__copy h2.reveal,
html.has-js .site-footer h2.reveal {
  background-position: unset;
  transition:
    opacity var(--reveal-duration) var(--ease-reveal),
    transform var(--reveal-duration) var(--ease-reveal);
}

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

  html.has-js .reveal,
  html.has-js .reveal--settle,
  html.has-js .reveal--media {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  /* Static refined gradient — no sheen travel */
  html.has-js h2.reveal,
  html.has-js .split__title.reveal,
  html.has-js .stack-item__title.reveal,
  html.has-js h1.reveal,
  html.has-js .rooms-experience__stage .rooms-experience__title {
    background-position: 8% 50%;
    transition: none;
  }

  html.has-js h2.reveal.is-sheen,
  html.has-js .split__title.reveal.is-sheen,
  html.has-js .stack-item__title.reveal.is-sheen,
  html.has-js h1.reveal.is-sheen,
  html.has-js .rooms-experience__stage .rooms-experience__title.is-sheen {
    background-position: 8% 50%;
  }

  .hero__media img,
  .hero__media video {
    animation: none;
    transform: scale(1.04);
  }

  .hero__media::before {
    animation: none;
    opacity: 0.88;
    background-position: 2% 98%, 0% 100%;
  }

  .motion-video {
    display: none;
  }

  .split:hover .split__media img,
  .mosaic figure:hover img,
  .room:hover img {
    transform: none;
  }

  .room:hover .room__marker::after,
  .room:hover .room__label {
    transform: none;
  }

  .room::after,
  .room img,
  .room__marker::after,
  .room__label {
    transition: none;
  }
}

/* Utilities */
.u-accent {
  color: var(--accent);
}
.u-mute {
  color: var(--mute);
}
.u-center {
  text-align: center;
}
.u-center p,
.u-center .section__intro {
  margin-inline: auto;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}

.rate-banner {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: baseline;
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(179, 168, 38, 0.4);
}

.rate-banner strong {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 400;
  color: var(--accent);
}

.rate-banner span {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--on-dark-mute);
}

.booking-shell {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(48, 48, 48, 0.14);
  box-shadow: 0 1.5rem 4rem rgba(48, 48, 48, 0.08);
}

.booking-shell__header,
.booking-step,
.booking-handoff {
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.booking-shell__header {
  padding-bottom: 1.5rem;
  background: var(--paper-warm);
  border-bottom: 1px solid rgba(48, 48, 48, 0.12);
}

.booking-shell__header h2 {
  margin-bottom: 0.3rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.booking-shell__header p:last-child,
.booking-step > p {
  color: var(--slate);
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid rgba(48, 48, 48, 0.12);
}

.booking-progress li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3.5rem;
  padding: 0.65rem 0.4rem;
  color: var(--mute);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-progress span {
  display: grid;
  place-items: center;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.62rem;
}

.booking-progress .is-current {
  color: var(--ink);
  background: rgba(179, 168, 38, 0.1);
  box-shadow: inset 0 2px 0 var(--accent);
}

.booking-progress .is-complete {
  color: #5b581f;
}

.booking-progress .is-current span,
.booking-progress .is-complete span {
  color: var(--black);
  background: var(--accent);
  border-color: var(--accent);
}

.booking-status {
  --status-surface: #f1efe8;
  --status-accent: #77713a;
  --status-text: var(--charcoal);
  min-height: 0;
  padding: 0 2.5rem;
  color: var(--status-text);
  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.55;
}

.booking-status:not(:empty) {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: var(--status-surface);
  border-left: 3px solid var(--status-accent);
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}

.booking-status__icon {
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--status-accent);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1;
}

.booking-status--info {
  --status-surface: #f1efe8;
  --status-accent: #77713a;
}

.booking-status--error {
  --status-surface: #f7ece8;
  --status-accent: #8a463c;
  --status-text: #5f302a;
}

.booking-status--success {
  --status-surface: #f2efe5;
  --status-accent: var(--accent-deep);
  --status-text: var(--charcoal);
}

.booking-status--loading {
  --status-surface: #eeece5;
  --status-accent: #77713a;
  --status-text: var(--charcoal);
}

.booking-status--warning {
  --status-surface: #f4edda;
  --status-accent: #9a8618;
  --status-text: #554b1e;
}

.booking-step[hidden],
.booking-handoff[hidden] {
  display: none;
}

.booking-step h3,
.booking-handoff h3 {
  outline: none;
}

.booking-fields {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 1.5rem;
}

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

.booking-fields--stay label:last-child {
  grid-column: 1 / -1;
}

.booking-fields label {
  display: grid;
  gap: 0.45rem;
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-fields label span {
  color: var(--mute);
  font-weight: 400;
  text-transform: none;
}

.booking-fields input,
.booking-fields select {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.7rem 0.85rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(48, 48, 48, 0.25);
  border-radius: 0;
  font-size: 0.95rem;
  letter-spacing: normal;
  text-transform: none;
}

.booking-fields input:focus-visible,
.booking-fields select:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
  border-color: var(--accent-deep);
}

.booking-price-bar:has(.booking-result[hidden]) {
  display: none;
}

.booking-result {
  --result-surface: var(--paper-warm);
  --result-accent: var(--accent);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 2rem;
  align-items: center;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.75rem, 4vw, 3.5rem);
  border-top: 3px solid var(--result-accent);
  background: var(--result-surface);
}

.booking-result[hidden] {
  display: none;
}

.booking-result__copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.booking-result__total,
.booking-result strong {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  line-height: 1.2;
}

.booking-result__meta,
.booking-result p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}

.booking-result__deposit {
  margin-top: 0.45rem;
  color: var(--slate);
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 38rem;
}

.booking-result__cta,
.booking-result .btn {
  justify-self: end;
  margin-top: 0;
  white-space: nowrap;
}

.booking-result--available {
  --result-surface: #f2efe5;
  --result-accent: var(--accent-deep);
}

.booking-result--unavailable,
.booking-result--warning {
  grid-template-columns: 1fr;
}

.booking-result--unavailable {
  --result-surface: #f7ece8;
  --result-accent: #8a463c;
}

.booking-result--warning {
  --result-surface: #f4edda;
  --result-accent: #9a8618;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.booking-note {
  font-size: 0.82rem;
}

.btn--small {
  min-height: 2.4rem;
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
}

.booking-party {
  margin: 0.85rem 0 1.35rem;
}

.booking-party__slots {
  display: grid;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.booking-party__slots:empty {
  display: none;
  margin: 0;
}

.booking-party__guest {
  padding: 1rem 0 0.15rem;
  border-top: 1px solid rgba(48, 48, 48, 0.12);
}

.booking-party__guest header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--slate);
}

.booking-party__remove {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mute);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.booking-party__remove:hover,
.booking-party__remove:focus-visible {
  color: var(--ink);
}

.booking-party__add {
  width: 100%;
}

.booking-fields--party {
  margin: 0;
}

.booking-extras {
  display: grid;
  gap: 0.75rem;
  margin: 1.1rem 0 1.25rem;
}

.booking-extra {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(48, 48, 48, 0.16);
  background: var(--paper);
  cursor: pointer;
}

.booking-extra input[type="checkbox"] {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  accent-color: var(--accent-deep);
}

.booking-extra__copy {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.booking-extra__copy strong {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}

.booking-extra__desc,
.booking-extra__meta {
  color: var(--slate);
  font-size: 0.88rem;
  line-height: 1.45;
}

.booking-extra--request {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(248, 246, 242, 0.9));
}

.booking-extra__meta--request {
  justify-self: start;
  margin-top: 0.15rem;
  color: var(--charcoal);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-extra__qty {
  display: grid;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.booking-extra__qty input {
  width: 4.5rem;
  min-height: 2.5rem;
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(48, 48, 48, 0.25);
  background: var(--paper-warm);
  font-size: 0.95rem;
}

.booking-extras-total {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 0.5rem;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(48, 48, 48, 0.14);
}

.booking-extras-total > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--slate);
  font-size: 0.95rem;
}

.booking-extras-total__grand {
  margin-top: 0.25rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(48, 48, 48, 0.12);
  color: var(--ink);
  font-size: 1.05rem;
}

.booking-extras-total__grand strong {
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.35rem;
}

@media (max-width: 700px) {
  .booking-extra {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .booking-extra__qty {
    grid-column: 2;
  }
}

.booking-note--handoff {
  max-width: 36rem;
  margin-top: 0.35rem;
  padding: 0.9rem 0 0.15rem;
  color: var(--charcoal);
  border-top: 1px solid rgba(48, 48, 48, 0.14);
  line-height: 1.55;
}

.booking-note--handoff strong {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
}

.booking-note--handoff span {
  display: inline-block;
  margin-top: 0.35rem;
  color: var(--slate);
}

.booking-summary {
  display: grid;
  grid-template-columns: minmax(6rem, 0.6fr) 1.4fr;
  margin: 1.25rem 0;
  border-top: 1px solid rgba(48, 48, 48, 0.14);
}

.booking-summary dt,
.booking-summary dd {
  margin: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(48, 48, 48, 0.14);
}

.booking-summary dt {
  color: var(--mute);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-summary dd {
  color: var(--ink);
}

/* Review step: single column by default; split intro / summary on large desktops */
.booking-review {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.booking-review__intro {
  display: flex;
  flex-direction: column;
}

.booking-review__title {
  margin: 0;
}

.booking-review__note {
  margin: 0.85rem 0 0;
  color: var(--slate);
  line-height: 1.55;
}

@media (min-width: 1100px) {
  .booking-step--review .booking-review {
    display: grid;
    grid-template-columns: minmax(11rem, 0.3fr) minmax(0, 0.7fr);
    column-gap: clamp(2.25rem, 4.5vw, 4rem);
    align-items: start;
  }

  .booking-review__title {
    max-width: 8ch;
    font-size: clamp(2.05rem, 2.7vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .booking-review__summary {
    margin: 0;
  }

  .booking-review__summary dt,
  .booking-review__summary dd {
    padding: 0.9rem 0;
  }

  .booking-review__summary dd {
    font-size: 1.05rem;
  }

  .booking-review__note {
    margin: 1rem 0 0;
    max-width: 28ch;
    font-size: 0.92rem;
  }

  .booking-step--review .booking-actions {
    justify-content: flex-end;
    margin-top: 2rem;
  }
}

/* Guests step: stack by default; split intro / form on large desktops */
.booking-guests-intro {
  display: flex;
  flex-direction: column;
}

.booking-guests-intro__title {
  margin: 0;
}

.booking-guests-intro__note {
  margin: 0.15rem 0 0;
  color: var(--slate);
  line-height: 1.55;
}

@media (min-width: 1100px) {
  .booking-step--guests {
    display: grid;
    grid-template-columns: minmax(11rem, 0.3fr) minmax(0, 0.7fr);
    column-gap: clamp(2.25rem, 4.5vw, 4rem);
    align-items: start;
  }

  .booking-guests-intro__title {
    max-width: 8ch;
    font-size: clamp(2.05rem, 2.7vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .booking-guests-intro__note {
    margin: 0.35rem 0 0;
    max-width: 28ch;
    font-size: 0.92rem;
  }

  .booking-step--guests .booking-fields {
    margin-top: 0;
  }

  .booking-step--guests .booking-actions {
    justify-content: flex-end;
  }
}

/* Preferences / extras step: stack by default; split intro / list on large desktops */
.booking-extras-intro {
  display: flex;
  flex-direction: column;
}

.booking-extras-intro__title {
  margin: 0;
}

.booking-extras-intro__note {
  margin: 0.15rem 0 0;
  color: var(--slate);
  line-height: 1.55;
}

.booking-extras-panel {
  min-width: 0;
}

@media (min-width: 1100px) {
  .booking-step--extras {
    display: grid;
    grid-template-columns: minmax(11rem, 0.3fr) minmax(0, 0.7fr);
    column-gap: clamp(2.25rem, 4.5vw, 4rem);
    align-items: start;
  }

  .booking-extras-intro__title {
    max-width: 12ch;
    font-size: clamp(2.05rem, 2.7vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .booking-extras-intro__note {
    margin: 0.35rem 0 0;
    max-width: 28ch;
    font-size: 0.92rem;
  }

  .booking-extras {
    margin-top: 0;
  }

  .booking-step--extras .booking-actions {
    justify-content: flex-end;
  }
}

.booking-handoff {
  background: var(--paper-warm);
}

.booking-payment {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: var(--paper);
  border-left: 3px solid var(--accent-deep);
}

.booking-payment[hidden] {
  display: none;
}

.booking-payment__pricing {
  display: grid;
  gap: 0.65rem;
}

.booking-payment__pricing-label {
  margin: 0;
  color: var(--mute);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-payment__summary {
  margin: 0;
}

.booking-payment__summary dt.is-charge-now {
  color: var(--ink);
}

.booking-payment__summary dd.is-charge-now {
  color: var(--ink);
  font-size: 1.05em;
  font-weight: 600;
}

.booking-payment__charge-note {
  margin: 0;
  color: var(--slate);
  line-height: 1.55;
}

.booking-payment__element {
  min-height: 12rem;
}

.booking-payment .btn {
  justify-self: start;
}

.booking-payment .btn[disabled],
.booking-payment .btn[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

.booking-payment.is-busy .booking-payment__element {
  pointer-events: none;
  opacity: 0.72;
}

.booking-payment__progress {
  margin: 0;
  color: var(--slate);
  font-size: 0.9rem;
}

.booking-payment__progress[hidden] {
  display: none;
}

.booking-payment .booking-note {
  margin: 0;
  color: var(--slate);
}

@media (max-width: 560px) {
  .booking-progress li {
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

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

  .booking-fields--stay label:last-child {
    grid-column: auto;
  }

  .booking-status {
    padding-inline: 1.4rem;
  }

  .booking-actions .btn {
    width: 100%;
  }

  .booking-payment .btn {
    width: 100%;
  }
}

/* Booking planner — editorial, calendar-led availability */
.booking-planner-section {
  padding-block: clamp(2.25rem, 5vw, 5rem);
  overflow: clip;
  background: var(--paper);
}

.booking-planner-section .container--wide {
  width: min(100% - (var(--rail) * 2), 1400px);
  margin-inline: auto;
}

/* Intro keeps a visible rail via padding at every width (not only ≤560),
   matching the content inset of other .container--wide booking panels. */
.booking-planner-section .container--wide.booking-planner-intro {
  width: 100%;
  max-width: calc(1400px + (var(--rail) * 2));
  margin-inline: auto;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  padding-inline: var(--rail);
  box-sizing: border-box;
}

.booking-planner-intro h3 {
  margin-bottom: 0.45rem;
}

.booking-planner-intro > p:last-child {
  max-width: 44rem;
  margin: 0;
  color: var(--slate);
}

.booking-legend-section {
  padding-block: 0 clamp(3rem, 6vw, 5.5rem);
  background: var(--paper);
}

.booking-legend-section .container--wide {
  width: min(100% - (var(--rail) * 2), 1400px);
  margin-inline: auto;
}

.booking-legend {
  margin-top: clamp(0.25rem, 1vw, 0.75rem);
  padding: clamp(1.75rem, 3.5vw, 2.85rem) 0 0;
}

.booking-legend__header {
  max-width: 44rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.booking-legend__header h2 {
  margin-bottom: 0.4rem;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
}

.booking-legend__header > p:last-child {
  margin: 0;
  color: var(--slate);
  font-size: 0.92rem;
  line-height: 1.55;
}

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

.booking-legend__label {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0 0 0.85rem;
  color: var(--ink);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.15rem;
}

.booking-legend__label span {
  color: var(--accent-deep);
  font-size: 0.72rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-legend__note {
  margin: 0 0 0.9rem;
  color: var(--mute);
  font-size: 0.8rem;
  line-height: 1.5;
}

.booking-legend__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-legend__list li {
  position: relative;
  margin: 0;
  padding: 0.45rem 0 0.45rem 1rem;
  color: var(--charcoal);
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
  font-size: 0.88rem;
  line-height: 1.45;
}

.booking-legend__list li::before {
  content: "";
  position: absolute;
  top: 0.95rem;
  left: 0;
  width: 0.35rem;
  height: 1px;
  background: var(--accent-deep);
}

@media (max-width: 800px) {
  .booking-legend__grid {
    grid-template-columns: 1fr;
  }
}

.booking-shell {
  overflow: visible;
  background: var(--paper);
  border: 1px solid rgba(48, 48, 48, 0.16);
  box-shadow: none;
}

.booking-step--stay {
  padding: 0;
}

.booking-planner-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.55fr);
  align-items: stretch;
  min-height: 42rem;
}

.booking-planner__summary {
  min-width: 0;
  padding: clamp(1.75rem, 4vw, 3.5rem);
  background: var(--paper-warm);
  border-right: 1px solid rgba(48, 48, 48, 0.14);
}

.booking-planner__summary h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.booking-planner__summary > div > p:not(.eyebrow) {
  color: var(--slate);
}

.booking-selection {
  display: grid;
  gap: 0;
  margin: clamp(1.5rem, 4vw, 2.5rem) 0 1.25rem;
  border-top: 1px solid rgba(48, 48, 48, 0.18);
}

.booking-selection > div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(48, 48, 48, 0.18);
}

.booking-selection span,
.booking-guests > span {
  color: var(--mute);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.booking-selection strong,
.booking-guests__value {
  color: var(--ink);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.booking-native-dates {
  margin-bottom: 0;
  color: var(--slate);
  font-size: 0.75rem;
}

.booking-native-dates summary {
  width: fit-content;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.booking-native-dates .booking-fields {
  margin-bottom: 0;
}

.booking-guests {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(48, 48, 48, 0.18);
  border-bottom: 1px solid rgba(48, 48, 48, 0.18);
}

.booking-guests__control {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 2rem;
  gap: 0.35rem;
  align-items: center;
  min-width: 0;
}

.booking-guests__value {
  display: block;
  min-width: 0;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  outline: none;
}

.booking-guests__value:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 3px;
}

.booking-guests__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: color 160ms ease;
}

.booking-guests__btn:hover:not(:disabled) {
  color: var(--accent-deep);
}

.booking-guests__btn:focus-visible {
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
}

.booking-guests__btn:disabled {
  color: rgba(48, 48, 48, 0.28);
  cursor: default;
}

.booking-check {
  display: none;
}

.booking-calendar-panel {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: #f9f8f4;
}

.booking-calendar-nav {
  display: grid;
  grid-template-columns: 2.75rem 1fr 2.75rem;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.booking-calendar-nav p {
  margin: 0;
  max-width: none;
  color: var(--ink);
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  text-align: center;
}

.booking-calendar-nav button {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  color: var(--charcoal);
  background: transparent;
  border: 1px solid rgba(48, 48, 48, 0.28);
  border-radius: 2px;
  cursor: pointer;
}

.booking-calendar-nav button:hover:not(:disabled) {
  background: var(--paper-warm);
  border-color: var(--accent-deep);
}

.booking-calendar-nav button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.booking-calendar-nav button:focus-visible,
.booking-day:focus-visible {
  z-index: 2;
  outline: 2px solid var(--accent-deep);
  outline-offset: 2px;
}

.booking-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--mute);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.booking-calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.booking-calendar-legend i {
  width: 0.85rem;
  height: 0.85rem;
  background: var(--white);
  border: 1px solid rgba(48, 48, 48, 0.22);
}

.booking-calendar-legend .is-unavailable {
  background: repeating-linear-gradient(
    135deg,
    #eceae4 0,
    #eceae4 3px,
    #f7f5f0 3px,
    #f7f5f0 6px
  );
}

.booking-calendar-legend .is-selected {
  background: var(--accent);
  border-color: var(--accent-deep);
}

.booking-calendars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 3.5rem);
  transition: opacity 0.18s ease;
}

.booking-calendars.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.booking-month {
  min-width: 0;
}

.booking-month h3 {
  margin-bottom: 1.1rem;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  text-align: center;
}

.booking-month__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 3px;
}

.booking-month__weekday {
  display: grid;
  place-items: center;
  min-height: 2rem;
  color: var(--mute);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-day {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 46px;
  aspect-ratio: 1;
  padding: 0;
  color: var(--charcoal);
  background: var(--white);
  border: 1px solid rgba(48, 48, 48, 0.13);
  border-radius: 2px;
  font-size: clamp(0.72rem, 1.15vw, 0.84rem);
  font-variant-numeric: tabular-nums;
  cursor: pointer;
}

.booking-day.is-available:hover {
  border-color: var(--accent-deep);
  box-shadow: inset 0 0 0 1px var(--accent-deep);
}

.booking-day.is-unavailable {
  color: rgba(48, 48, 48, 0.35);
  background: repeating-linear-gradient(
    135deg,
    #eceae4 0,
    #eceae4 3px,
    #f7f5f0 3px,
    #f7f5f0 6px
  );
  border-color: transparent;
  cursor: not-allowed;
}

.booking-day.is-checkout-option {
  color: var(--charcoal);
  border: 1px dashed var(--accent-deep);
  cursor: pointer;
}

.booking-day.is-in-range {
  color: var(--ink);
  background: rgba(179, 168, 38, 0.28);
  border-color: rgba(143, 134, 24, 0.32);
}

.booking-day.is-range-start,
.booking-day.is-range-end {
  color: var(--black);
  background: var(--accent);
  border-color: var(--accent-deep);
  box-shadow: inset 0 0 0 1px var(--accent-deep);
  font-weight: 700;
}

.booking-day.is-today::after {
  content: "";
  position: absolute;
  bottom: 0.28rem;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}

.booking-day--blank {
  visibility: hidden;
}

.booking-calendar-help,
.booking-calendar-error {
  margin: 1.5rem auto 0;
  color: var(--mute);
  font-size: 0.72rem;
  text-align: center;
}

.booking-calendar-error {
  grid-column: 1 / -1;
  width: 100%;
  padding: 1rem 1.25rem;
  color: #5f302a;
  background: #f7ece8;
  border-left: 3px solid #8a463c;
  font-weight: 500;
  line-height: 1.55;
  text-align: left;
}

.booking-noscript {
  margin: 0;
  padding: 1rem clamp(1.4rem, 4vw, 2.5rem);
  color: var(--charcoal);
  background: #f1efe8;
  border-left: 3px solid #77713a;
}

@media (min-width: 1100px) and (min-height: 700px) {
  .booking-planner__sticky {
    position: sticky;
    top: calc(var(--header-h) + 1.5rem);
  }
}

@media (max-width: 900px) {
  .booking-planner-grid {
    grid-template-columns: 1fr;
  }

  .booking-planner__summary {
    border-right: 0;
    border-bottom: 1px solid rgba(48, 48, 48, 0.14);
  }

  .booking-calendars {
    grid-template-columns: 1fr;
    width: min(100%, 34rem);
    margin-inline: auto;
  }

  .booking-result {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .booking-result__cta,
  .booking-result .btn {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .booking-planner-section .container--wide:not(.booking-planner-intro) {
    width: 100%;
  }

  .booking-shell {
    border-inline: 0;
  }

  .booking-planner__summary,
  .booking-calendar-panel,
  .booking-result {
    padding-inline: var(--rail);
  }

  .booking-selection > div,
  .booking-guests {
    grid-template-columns: 4.75rem 1fr;
  }

  .booking-day {
    min-height: 44px;
  }

  .booking-calendar-nav {
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    gap: 0.5rem;
  }
}

/* Location — cinematic things-to-do scrub (pinned stage, not sticky dual-column) */
.scape-story {
  padding-top: clamp(3.5rem, 8vw, 6.5rem);
  padding-bottom: clamp(4rem, 9vw, 7rem);
  scroll-margin-top: calc(var(--header-h, 88px) + 0.75rem);
}

.scape-story__intro {
  max-width: 42rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.scape-story__display {
  margin: 0 0 1rem;
  font-family: "Libre Caslon Display", "Libre Caslon Text", Georgia, serif;
  font-size: clamp(2.4rem, 5.8vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 14ch;
  text-wrap: balance;
  color: var(--paper);
  /* Solid fill — never .reveal sheen / background-clip on this display title */
}

.scape-story__intro .lede {
  max-width: 40ch;
  color: var(--on-dark-soft);
}

.scape-story__pin {
  --scape-chapters: 6;
  position: relative;
  height: calc(var(--scape-chapters) * 92vh);
  height: calc(var(--scape-chapters) * 92dvh);
  margin-inline: 0;
}

.scape-story__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  /* Stay under .site-header (1200); keep map stacking intact elsewhere */
  z-index: 1;
  background: var(--black);
  isolation: isolate;
}

.scape-story__frames {
  position: absolute;
  inset: 0;
  z-index: 0; /* contain frame z-index so caption/veil stay above */
}

.scape-story__frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s var(--ease);
  will-change: opacity;
}

.scape-story__frame.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.scape-story__frame.is-leaving {
  opacity: 0;
  z-index: 0;
}

.scape-story__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.06);
  transform-origin: center center;
  transition: transform 1.4s var(--ease);
}

.scape-story__frame.is-active img {
  transform: scale(1);
}

.scape-story__frame-copy {
  display: none;
}

.scape-story__veil {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(62vh, 34rem);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(10, 10, 10, 0.15) 18%,
    rgba(10, 10, 10, 0.55) 42%,
    rgba(10, 10, 10, 0.88) 72%,
    rgba(10, 10, 10, 0.96) 100%
  );
}

.scape-story__caption {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: clamp(4.5rem, 14vh, 7.5rem) var(--rail) clamp(2.75rem, 6vh, 3.75rem);
  width: min(36rem, calc(100% - (var(--rail) * 2)));
  color: var(--paper);
  pointer-events: none;
}

.scape-story__caption .eyebrow {
  color: var(--accent);
  margin-bottom: 0.65rem;
}

.scape-story__count {
  margin: 0 0 0.55rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 245, 240, 0.55);
  font-variant-numeric: tabular-nums;
}

.scape-story__count-sep {
  margin-inline: 0.35em;
  opacity: 0.55;
}

.scape-story__title {
  margin: 0 0 0.75rem;
  font-family: "Libre Caslon Display", "Libre Caslon Text", Georgia, serif;
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--paper);
  text-wrap: balance;
}

.scape-story__body {
  margin: 0;
  max-width: 34ch;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.55;
  color: var(--on-dark-soft);
  text-wrap: pretty;
}

.scape-story__caption.is-swap .scape-story__title,
.scape-story__caption.is-swap .scape-story__body,
.scape-story__caption.is-swap .eyebrow,
.scape-story__caption.is-swap .scape-story__count {
  animation: scape-caption-in 0.42s var(--ease) both;
}

@keyframes scape-caption-in {
  from {
    opacity: 0.35;
    transform: translateY(0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scape-story__chrome {
  position: absolute;
  z-index: 4;
  right: var(--rail);
  bottom: clamp(2.5rem, 5vh, 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  pointer-events: none;
}

.scape-story__bar {
  width: 3.5rem;
  height: 1px;
  background: rgba(247, 245, 240, 0.22);
  overflow: hidden;
}

.scape-story__bar span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--accent);
  transform-origin: left center;
  transform: scaleX(var(--scape-progress, 0));
  transition: transform 0.12s linear;
}

.scape-story__dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  pointer-events: auto;
}

.scape-story__dots button {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(247, 245, 240, 0.35);
  cursor: pointer;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
}

.scape-story__dots button.is-active {
  background: var(--accent);
  transform: scaleY(1.85);
}

.scape-story__outro {
  margin-top: clamp(3rem, 7vw, 5rem);
  max-width: 40rem;
}

.scape-story__outro-title {
  margin: 0 0 0.85rem;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.15;
  color: var(--paper);
}

.scape-story__outro p {
  color: var(--on-dark-soft);
  max-width: 42ch;
}

.scape-story__outro .btn--ghost {
  color: var(--paper);
  border-color: rgba(247, 245, 240, 0.45);
}

.scape-story__outro .btn--ghost:hover {
  border-color: var(--paper);
  background: transparent;
}

/* Continuous crossfade mode: frames driven by --scape-a / opacity vars */
html.has-js .scape-story.is-scrubbing .scape-story__frame {
  transition: none;
  opacity: var(--scape-opacity, 0);
}

html.has-js .scape-story.is-scrubbing .scape-story__frame img {
  transition: none;
  transform: scale(calc(1.04 - (var(--scape-opacity, 0) * 0.04)));
}

@media (max-width: 900px) {
  .scape-story__pin {
    height: auto;
  }

  .scape-story__stage {
    position: relative;
    height: auto;
    overflow: visible;
    background: transparent;
  }

  .scape-story__frames {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 4vw, 2rem);
  }

  .scape-story__frame,
  html.has-js .scape-story.is-scrubbing .scape-story__frame {
    position: relative;
    inset: auto;
    opacity: 1 !important;
    pointer-events: auto;
    min-height: min(78vh, 36rem);
    overflow: hidden;
  }

  .scape-story__frame img,
  html.has-js .scape-story.is-scrubbing .scape-story__frame img {
    transform: none !important;
    min-height: min(78vh, 36rem);
  }

  .scape-story__frame-copy {
    display: block;
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: clamp(3.5rem, 12vh, 5rem) clamp(1.25rem, 4vw, 1.75rem) 1.75rem;
    color: var(--paper);
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(10, 10, 10, 0.55) 42%,
      rgba(10, 10, 10, 0.9) 100%
    );
  }

  .scape-story__frame-copy .eyebrow {
    color: var(--accent);
  }

  .scape-story__caption,
  .scape-story__chrome,
  .scape-story__veil {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scape-story__frame,
  .scape-story__frame img,
  .scape-story__caption .scape-story__title,
  .scape-story__caption .scape-story__body,
  .scape-story__caption .eyebrow,
  .scape-story__caption .scape-story__count,
  .scape-story__bar span {
    transition: none !important;
  }

  .scape-story__frame img {
    transform: none !important;
  }

  .scape-story__pin {
    height: auto;
  }

  .scape-story__stage {
    position: relative;
    height: auto;
  }

  .scape-story__frames {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .scape-story__frame {
    position: relative;
    opacity: 1 !important;
    min-height: min(70vh, 32rem);
  }

  .scape-story__frame-copy {
    display: block;
    position: absolute;
    inset: auto 0 0 0;
    padding: 3.5rem 1.5rem 1.5rem;
    color: var(--paper);
    background: linear-gradient(transparent, rgba(10, 10, 10, 0.88));
  }

  .scape-story__caption,
  .scape-story__chrome,
  .scape-story__veil {
    display: none;
  }
}

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