:root {
  --pdg-terracotta: #9c5544;
  --pdg-cta-terracotta: #bd4c33;
  --pdg-quiet-green: #61735c;
  --pdg-muted-gold: #b3955b;
  --pdg-deep-navy: #14233b;
  --pdg-warm-off-white: #fbf8f1;
  --pdg-soft-beige: #f1e8dc;
  --ivory: var(--pdg-warm-off-white);
  --warm: var(--pdg-soft-beige);
  --sand: #c7b28d;
  --navy: var(--pdg-deep-navy);
  --navy-soft: #2d3c4f;
  --ink: #1b2430;
  --muted: #625d55;
  --gold: var(--pdg-muted-gold);
  --sage: var(--pdg-quiet-green);
  --terracotta: var(--pdg-terracotta);
  --cta-terracotta: var(--pdg-cta-terracotta);
  --stone: var(--pdg-soft-beige);
  --white: #ffffff;
  --line: rgba(20, 35, 59, 0.16);
  --shadow: 0 24px 80px rgba(27, 36, 48, 0.14);
  --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ldg-psb-background: #ffffff;
  --ldg-psb-border-radius: 0.42em;
  --ldg-psb-box-shadow: 0px 24px 54px 0px rgba(0, 0, 0, 0.1);
  --ldg-psb-padding: 14px;
  --ldg-psb-input-background: #ffffff;
  --ldg-psb-button-border-radius: 0px;
  --ldg-psb-color-primary: #be4c32;
  --ldg-psb-color-primary-lighter: #dfa699;
  --ldg-psb-color-primary-darker: #5f2619;
  --ldg-psb-color-primary-contrast: #ffffff;
  --ldg-semantic-color-primary: #be4c32;
  --ldg-semantic-color-primary-lighter: #dfa699;
  --ldg-semantic-color-primary-darker: #5f2619;
  --ldg-semantic-color-primary-contrast: #ffffff;
  --ldg-component-modal-z-index: 999;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ivory);
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}

body.has-availability-modal,
body.has-image-viewer {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 11px 16px;
  border: 1px solid var(--gold);
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(main, section, article)[id] {
  scroll-margin-top: 96px;
}

main[tabindex="-1"]:focus {
  outline: none;
}

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 2px;
  background: rgba(251, 248, 241, 0.08);
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(179, 149, 91, 0.2), var(--gold), rgba(189, 76, 51, 0.74));
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left center;
}

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

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

button {
  appearance: none;
  font: inherit;
}

:where(a[href], button:not(:disabled), [role="button"]) {
  cursor: pointer;
}

#lodgify-search-bar :where(a[href], button:not(:disabled)) {
  cursor: pointer !important;
}

:where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: var(--white);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    opacity 700ms var(--ease-luxury),
    transform 700ms var(--ease-luxury);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(251, 248, 241, 0.94);
  box-shadow: 0 16px 50px rgba(20, 35, 59, 0.12);
  color: var(--navy);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 2px;
}

.brand-mark {
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: 0;
}

.brand-location {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
}

.site-nav button,
.footer-links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid currentColor;
}

.site-header.is-scrolled .nav-cta,
.site-header.is-open .nav-cta {
  border-color: var(--cta-terracotta);
  background: var(--cta-terracotta);
  color: var(--white);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 5vw, 72px) 64px;
  color: var(--white);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: clamp(108px, 14svh, 164px);
  right: clamp(24px, 5vw, 72px);
  bottom: clamp(76px, 10svh, 138px);
  z-index: 1;
  width: min(28vw, 360px);
  border-top: 1px solid rgba(179, 149, 91, 0.48);
  border-right: 1px solid rgba(179, 149, 91, 0.34);
  opacity: var(--hero-frame-opacity, 0.86);
  transform: translate3d(0, var(--hero-frame-y, 0px), 0);
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 20, 34, 0.82), rgba(12, 20, 34, 0.3) 54%, rgba(12, 20, 34, 0.08)),
    linear-gradient(0deg, rgba(12, 20, 34, 0.68), rgba(12, 20, 34, 0.08) 46%);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  object-position: center center;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(var(--hero-scale, 1));
  transform-origin: center;
  will-change: transform;
}

/* Hero background video (home page). Desktop uses the landscape file; mobile/
   tablet uses a lightweight vertical crop. The non-matching one stays hidden and
   never downloads (JS gates loading on the same breakpoints). */
.hero-video {
  display: none;
}

.hero-video--desktop,
.hero-video--mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 900ms var(--ease-luxury);
}

/* Crossfade the video over its matching poster frame once it actually starts
   playing, so the image-to-video handoff reads as one shot rather than a cut. */
.hero-video.is-hero-playing {
  opacity: 1;
}

@media (min-width: 1181px) and (pointer: fine) {
  .hero-video--desktop {
    display: block;
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .hero-video--mobile {
    display: block;
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

/* Apartments page hero reuses the homepage full-bleed video hero for continuity.
   The entrance-hall footage is brighter than the homepage bedroom video, so it
   needs a stronger scrim to keep the white headline, nav, and CTAs legible.
   Uses .hero.apartments-page-hero to outrank the equal-specificity .hero::before. */
.hero.apartments-page-hero::before {
  background:
    linear-gradient(90deg, rgba(12, 20, 34, 0.9), rgba(12, 20, 34, 0.52) 50%, rgba(12, 20, 34, 0.16) 82%),
    linear-gradient(180deg, rgba(12, 20, 34, 0.6), rgba(12, 20, 34, 0) 24%),
    linear-gradient(0deg, rgba(12, 20, 34, 0.5), rgba(12, 20, 34, 0.05) 46%);
}

.desktop-booking-widget {
  display: none;
}

.hero-scroll-cue {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 72px);
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-scroll-cue::before {
  content: "Scroll";
  writing-mode: vertical-rl;
}

.hero-scroll-cue span {
  position: relative;
  display: block;
  width: 1px;
  height: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.26);
}

.hero-scroll-cue span::after {
  content: "";
  position: absolute;
  left: 0;
  top: -70%;
  width: 1px;
  height: 70%;
  background: var(--gold);
  animation: scrollCue 2200ms var(--ease-soft) infinite;
}

#lodgify-search-bar {
  width: 100%;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 88px;
}

.hero-title-main,
.hero-title-location {
  display: block;
}

.hero-title-location {
  font-size: 0.78em;
}

/* Apartments hero: the address line is long enough to wrap, so it must read
   as a subordinate subtitle, not a second title line. Scoped to the
   apartments page. The homepage PDG15 lockup keeps the 0.78em pairing. */
.apartments-page .hero-title-location {
  margin-top: 12px;
  font-size: 0.44em;
  line-height: 1.08;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.9);
}

/* Wide screens: the apartments title fits on one line, so the lockup reads
   title-over-subtitle instead of a stack of wrapped serif lines. */
@media (min-width: 981px) {
  .apartments-page .hero-copy {
    max-width: none;
  }

  .apartments-page .hero-copy h1 {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(64px, 6.4vw, 104px);
  }
}

h2 {
  font-size: 64px;
}

h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
}

.hero-copy p:not(.eyebrow) {
  max-width: 590px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 142px));
  gap: 1px;
  width: min(100%, 520px);
  margin: 38px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-facts div {
  padding: 18px;
  background: rgba(12, 20, 34, 0.34);
  backdrop-filter: blur(10px);
}

.hero-facts dt {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
}

.hero-facts dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button.primary {
  background: var(--cta-terracotta);
  color: var(--white);
}

.button.primary:hover {
  background: #a84231;
  transform: translateY(-1px);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.68);
  color: var(--white);
}

.section-pad {
  padding: 110px clamp(20px, 5vw, 72px);
}

.intro {
  background: var(--ivory);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: 64px;
  align-items: end;
}

.intro-grid p,
.feature-copy p,
.barcelona-copy p {
  color: var(--muted);
  font-size: 18px;
}

.apartment-link-card {
  position: relative;
  display: block;
  min-height: 720px;
  margin-top: 78px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  isolation: isolate;
}

.apartment-link-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.16);
  transition:
    filter 1400ms var(--ease-luxury),
    transform 1400ms var(--ease-luxury);
  will-change: transform;
}

.apartment-link-card:hover img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.18);
}

.apartment-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Scrim concentrated in the bottom-left text zone so the top of the room
     (brass wall light, pendant cluster, windows) stays clear and lush. */
  background:
    linear-gradient(0deg, rgba(12, 20, 34, 0.9) 0%, rgba(12, 20, 34, 0.52) 28%, rgba(12, 20, 34, 0.12) 56%, rgba(12, 20, 34, 0) 78%),
    linear-gradient(90deg, rgba(12, 20, 34, 0.34), rgba(12, 20, 34, 0) 58%);
}

.apartment-card-copy {
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 72px);
  left: clamp(28px, 5vw, 72px);
  display: grid;
  max-width: 660px;
  z-index: 2;
}

.apartment-card-kicker {
  margin-bottom: 18px;
  /* Lighter champagne + shadow so the eyebrow stays legible over the brighter
     parts of the photo (muted gold #B3955B fails as small text on light). */
  color: #e7d3a4;
  text-shadow: 0 1px 12px rgba(12, 20, 34, 0.6);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.apartment-card-title {
  max-width: 580px;
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 500;
  line-height: 0.9;
  text-wrap: balance;
}

.apartment-card-text {
  max-width: 460px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.apartment-card-button {
  width: fit-content;
  margin-top: 34px;
  padding: 18px 36px;
  background: var(--ivory);
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 16px 44px rgba(12, 20, 34, 0.24);
}

.collection-wall {
  background:
    linear-gradient(180deg, var(--ivory), rgba(241, 232, 220, 0.86) 44%, var(--warm)),
    var(--warm);
}

.collection-scroll-stage,
.collection-scroller {
  width: 100%;
}

.collection-wall-intro {
  display: grid;
  width: min(100%, 1296px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.44fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: end;
}

.collection-wall-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.collection-wall-intro h2 {
  max-width: 810px;
  font-size: clamp(62px, 5.4vw, 86px);
  line-height: 0.94;
}

.collection-wall-intro p:not(.eyebrow) {
  max-width: 510px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.64;
}

.collection-progress {
  display: none;
}

.collection-wall-grid {
  display: grid;
  width: min(100%, 1296px);
  margin: 78px auto 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(246px, auto);
  gap: clamp(20px, 2vw, 30px);
}

.collection-panel {
  position: relative;
  display: grid;
  min-height: 350px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  isolation: isolate;
}

.collection-panel-large {
  min-height: 730px;
  grid-column: span 2;
  grid-row: span 2;
}

.collection-panel-tall {
  min-height: 520px;
  grid-row: span 2;
}

.collection-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(12, 20, 34, 0.84), rgba(12, 20, 34, 0.3) 52%, rgba(12, 20, 34, 0.06)),
    linear-gradient(90deg, rgba(12, 20, 34, 0.42), rgba(12, 20, 34, 0.02));
}

.collection-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border-top: 1px solid rgba(179, 149, 91, 0.4);
  border-right: 1px solid rgba(179, 149, 91, 0.28);
  opacity: 0;
  transform: translate3d(8px, -8px, 0);
  transition:
    opacity 520ms var(--ease-luxury),
    transform 520ms var(--ease-luxury);
  pointer-events: none;
}

.collection-panel:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.collection-panel-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.collection-panel-media img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.16);
  transition:
    filter 1400ms var(--ease-luxury),
    transform 1500ms var(--ease-luxury);
  will-change: transform;
}

.collection-panel:hover .collection-panel-media img {
  filter: saturate(1.04) contrast(1.02);
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.18);
}

.collection-panel-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-self: end;
  gap: 12px;
  max-width: 430px;
  padding: clamp(24px, 3.2vw, 44px);
}

.collection-panel-index {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.collection-panel-title {
  font-family: var(--serif);
  font-size: clamp(38px, 3.3vw, 54px);
  line-height: 0.95;
}

.collection-panel-text {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.48;
}

@media (max-width: 1180px), (pointer: coarse) {
  .has-collection-horizontal .collection-wall {
    padding: 0;
    overflow: clip;
  }

  .has-collection-horizontal .collection-scroll-stage {
    height: var(--collection-stage-height, 320svh);
  }

  .has-collection-horizontal .collection-scroller {
    position: sticky;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    height: 100vh;
    height: 100svh;
    align-content: center;
    overflow: hidden;
    padding: clamp(96px, 9svh, 122px) 0 clamp(104px, 10svh, 132px);
  }

  .has-collection-horizontal .collection-wall-intro {
    width: min(calc(100% - clamp(48px, 10vw, 112px)), 980px);
    margin: 0 auto clamp(28px, 3.6svh, 46px);
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.5fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
  }

  .has-collection-horizontal .collection-wall-intro h2 {
    max-width: 700px;
    font-size: clamp(44px, 6.2vw, 58px);
    line-height: 0.98;
    text-wrap: balance;
  }

  .has-collection-horizontal .collection-wall-intro p:not(.eyebrow) {
    max-width: 460px;
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .has-collection-horizontal .collection-wall-grid {
    display: flex;
    width: max-content;
    margin: 0;
    gap: clamp(22px, 3vw, 34px);
    align-items: stretch;
    padding: 0 clamp(24px, 5vw, 56px);
    transform: translate3d(var(--collection-track-x, 0px), 0, 0);
    will-change: transform;
  }

  .has-collection-horizontal .collection-panel,
  .has-collection-horizontal .collection-panel-large,
  .has-collection-horizontal .collection-panel-tall {
    flex: 0 0 min(48vw, 520px);
    min-height: min(48svh, 520px);
    grid-column: auto;
    grid-row: auto;
  }

  .has-collection-horizontal .collection-panel::before {
    opacity: 0.72;
    transform: none;
  }

  .has-collection-horizontal .collection-panel.motion-reveal,
  .has-collection-horizontal .collection-panel-media.motion-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .has-collection-horizontal .collection-panel-media img,
  .has-collection-horizontal .collection-panel-media.motion-image img,
  .has-collection-horizontal .collection-panel-media.motion-image:not(.is-visible) img {
    filter: none;
    transform: scale(1.12);
  }
}

@media (max-width: 640px) {
  .has-collection-horizontal .collection-scroller {
    align-content: start;
    padding: 88px 0 104px;
  }

  .has-collection-horizontal .collection-wall-intro {
    width: calc(100% - 48px);
    margin: 0 24px 22px;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .has-collection-horizontal .collection-wall-intro .eyebrow {
    font-size: 9px;
  }

  .has-collection-horizontal .collection-wall-intro h2 {
    max-width: 342px;
    font-size: 34px;
    line-height: 0.98;
  }

  .has-collection-horizontal .collection-wall-intro p:not(.eyebrow) {
    display: none;
  }

  .has-collection-horizontal .collection-progress {
    position: sticky;
    left: 24px;
    z-index: 2;
    display: flex;
    width: auto;
    margin: 0 24px 22px;
    align-items: center;
    gap: 14px;
    justify-self: stretch;
  }

  .has-collection-horizontal .collection-progress-count {
    color: rgba(20, 35, 59, 0.48);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .has-collection-horizontal .collection-progress-count b {
    color: var(--gold);
    font-weight: 700;
  }

  .has-collection-horizontal .collection-progress-track {
    position: relative;
    flex: 1;
    height: 1px;
    overflow: hidden;
    background: rgba(20, 35, 59, 0.14);
  }

  .has-collection-horizontal .collection-progress-fill {
    position: absolute;
    inset: 0;
    background: var(--gold);
    transform: scaleX(var(--collection-progress, 0));
    transform-origin: left center;
  }

  .has-collection-horizontal .collection-progress-skip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(20, 35, 59, 0.62);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .has-collection-horizontal .collection-progress-skip span {
    color: var(--terracotta);
    font-size: 13px;
    line-height: 0;
  }

  .has-collection-horizontal .collection-wall-grid {
    gap: 22px;
    padding: 0 24px;
  }

  .has-collection-horizontal .collection-panel,
  .has-collection-horizontal .collection-panel-large,
  .has-collection-horizontal .collection-panel-tall {
    flex-basis: min(74vw, 286px);
    min-height: min(49svh, 410px);
  }

  .has-collection-horizontal .collection-panel-copy {
    gap: 8px;
    padding: 24px;
  }

  .has-collection-horizontal .collection-panel-title {
    font-size: 32px;
  }

  .has-collection-horizontal .collection-panel-text {
    font-size: 13px;
    line-height: 1.4;
  }
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  min-height: 680px;
  background: var(--navy);
  color: var(--white);
}

.feature-image {
  min-height: 680px;
  overflow: hidden;
}

.feature-image img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.1);
  transition:
    filter 1400ms var(--ease-luxury),
    transform 1500ms var(--ease-luxury);
  will-change: transform;
}

.feature-copy {
  align-self: center;
  padding: 72px clamp(24px, 5vw, 72px);
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.address-steps {
  display: grid;
  gap: 1px;
  margin: 34px 0 18px;
  border-top: 1px solid rgba(179, 149, 91, 0.28);
  border-bottom: 1px solid rgba(179, 149, 91, 0.28);
}

.address-steps span {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 64px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transform: translate3d(0, 0, 0);
  transition:
    color 520ms var(--ease-luxury),
    transform 520ms var(--ease-luxury);
}

.address-steps span + span {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.address-steps strong {
  color: rgba(179, 149, 91, 0.66);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  transition: color 520ms var(--ease-luxury);
}

.address-steps span.is-active {
  color: rgba(255, 255, 255, 0.92);
  transform: translate3d(8px, 0, 0);
}

.address-steps span.is-active strong {
  color: var(--gold);
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--gold);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.text-link.dark {
  margin-top: 0;
  color: var(--terracotta);
  white-space: nowrap;
}

.detail-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding-left: 22px;
  color: var(--navy-soft);
  position: relative;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  background: var(--sage);
}

.guest-experience {
  background: var(--ivory);
}

.guest-intro {
  max-width: 860px;
  margin: 0 auto 74px;
  text-align: center;
}

.guest-intro h2 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  font-size: 64px;
  line-height: 0.98;
}

.guest-intro p:not(.eyebrow) {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.55;
}

.guest-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.guest-card {
  background: rgba(241, 232, 220, 0.72);
  box-shadow: 0 24px 70px rgba(20, 35, 59, 0.1);
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.guest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 86px rgba(20, 35, 59, 0.14);
}

.guest-card:nth-child(2) {
  margin-top: 70px;
}

.guest-card:nth-child(3) {
  margin-top: 34px;
}

.guest-card-image {
  aspect-ratio: 1.16 / 1;
  margin: 28px 28px 0;
  overflow: hidden;
  background: var(--navy);
}

.guest-card-image img {
  height: 100%;
  object-fit: cover;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.16);
  transition:
    filter 1400ms var(--ease-luxury),
    transform 1500ms var(--ease-luxury);
  will-change: transform;
}

.guest-card:hover .guest-card-image img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.18);
}

.guest-card-body {
  padding: 28px 28px 34px;
}

.guest-card-kicker {
  margin: 0 0 20px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guest-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 42px;
  line-height: 0.98;
  text-wrap: balance;
}

.guest-card p:not(.guest-card-kicker) {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 18px;
}

.barcelona {
  padding: 112px clamp(20px, 5vw, 72px);
  background: var(--navy);
  color: var(--white);
}

.city-guide-intro {
  max-width: 820px;
  margin: 0 auto 64px;
  text-align: center;
}

.city-guide-intro h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.city-guide-intro p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 19px;
}

.city-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
  touch-action: pan-y;
}

.city-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.city-card {
  display: block;
  min-width: 0;
  background: var(--navy);
  box-shadow: none;
  cursor: grab;
  -webkit-user-drag: none;
  transition:
    opacity 620ms var(--ease-luxury),
    transform 780ms var(--ease-luxury),
    box-shadow 520ms ease;
}

.city-track.is-dragging .city-card {
  cursor: grabbing;
}

.city-card:nth-child(2) {
  margin-top: 56px;
}

.city-card:nth-child(3) {
  margin-top: 20px;
}

.city-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.city-card-image {
  display: block;
  aspect-ratio: 1.14 / 1;
  margin: 26px 26px 0;
  overflow: hidden;
  background: var(--navy);
}

.city-card-image img {
  height: 100%;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  transition: transform 1200ms var(--ease-luxury);
}

.city-card:hover .city-card-image img {
  transform: scale(1.035);
}

.city-card-body {
  display: block;
  padding: 26px 26px 32px;
}

.city-card-index {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.city-card-title {
  display: block;
  color: var(--white);
  font-family: var(--serif);
  font-size: 42px;
  line-height: 0.98;
}

.city-card-copy {
  display: block;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.city-card-link {
  display: inline-block;
  margin-top: 30px;
  color: var(--gold);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.city-dots {
  display: none;
}

.city-progress {
  display: none;
}

.guide-scroll-stage {
  width: 100%;
  margin: 0;
}

.guide-scroller {
  width: 100%;
}

.has-guide-horizontal .barcelona {
  padding: 0;
  overflow: clip;
}

.has-guide-horizontal .guide-scroll-stage {
  height: var(--guide-stage-height, 420svh);
}

.has-guide-horizontal .guide-scroller {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  /* Contain the whole scroll to a centered window so cards clip cleanly at
     the frame edges on large monitors instead of bleeding to the screen. */
  width: min(100%, 1680px);
  margin-inline: auto;
  height: 100vh;
  height: 100svh;
  align-content: center;
  overflow: hidden;
  padding: clamp(96px, 11svh, 132px) 0 clamp(82px, 10svh, 118px);
}

.has-guide-horizontal .city-guide-intro {
  display: grid;
  width: min(calc(100% - clamp(48px, 12vw, 192px)), 1296px);
  max-width: none;
  margin: 0 auto clamp(34px, 4.8svh, 56px);
  grid-template-columns: minmax(0, 0.84fr) minmax(300px, 0.44fr);
  column-gap: clamp(34px, 6vw, 92px);
  row-gap: 20px;
  align-items: start;
  text-align: left;
}

.has-guide-horizontal .city-guide-intro .eyebrow {
  grid-column: 1 / -1;
  color: var(--gold);
  opacity: 0.76;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.has-guide-horizontal .city-guide-intro h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(42px, 5.2vw, 88px);
  line-height: 0.94;
}

.has-guide-horizontal .city-guide-intro p:not(.eyebrow) {
  max-width: 500px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.has-guide-horizontal .city-carousel {
  width: 100%;
  margin-left: 0;
  overflow: visible;
}

.has-guide-horizontal .city-track {
  display: flex;
  width: max-content;
  margin: 0;
  gap: clamp(28px, 3vw, 46px);
  align-items: stretch;
  overflow: visible;
  /* Align the first/last card with the heading column so cards don't bleed to
     the far edges on large monitors. */
  padding: 0 max(clamp(24px, 6vw, 96px), calc((100% - 1296px) / 2));
  cursor: default;
  scroll-padding: 0;
  scroll-snap-type: none;
  transform: translate3d(var(--guide-track-x, 0px), 0, 0);
  will-change: transform;
}

.has-guide-horizontal .city-track .city-card,
.has-guide-horizontal .city-track .city-card:nth-child(2),
.has-guide-horizontal .city-track .city-card:nth-child(3) {
  /* Height-aware width: on short viewports the card (image + text below)
     must fit the pinned window above the booking bar, so cap by svh too. */
  flex: 0 0 clamp(280px, min(30vw, 34svh), 520px);
  margin-top: 0;
  background: transparent;
  opacity: var(--card-reveal, 1);
  scale: var(--card-scale, 1);
  translate: 0 var(--card-y, 0px);
  transform: none;
  transition: transform 320ms var(--ease-luxury);
  cursor: pointer;
  scroll-snap-align: none;
  will-change: opacity, transform, scale, translate;
}

/* Desktop-only award-grade motion: per-card reveal choreography, image
   parallax within the frame, hover lift, and the scroll-progress rail.
   Scroll-driven values ride the scale/translate longhands so the
   transform-based hover lift stays independent and never fights them. */
@media (min-width: 1181px) and (pointer: fine) {
  .has-guide-horizontal .city-track .city-card:hover {
    transform: translateY(-6px);
  }

  .has-guide-horizontal .city-card-image img {
    scale: 1.08;
    translate: var(--img-x, 0px) 0;
    will-change: translate;
  }
}

.guide-progress {
  display: none;
}

@media (min-width: 1181px) and (pointer: fine) {
  .has-guide-horizontal .guide-progress {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 30px);
    width: min(calc(100% - clamp(48px, 12vw, 192px)), 1296px);
    margin: 0 auto clamp(28px, 3.6svh, 46px);
  }

  .guide-progress-count {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .guide-progress-count b {
    color: var(--gold);
    font-weight: 700;
  }

  .guide-progress-track {
    position: relative;
    flex: 1;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.14);
    overflow: hidden;
  }

  .guide-progress-fill {
    position: absolute;
    inset: 0;
    transform-origin: left center;
    transform: scaleX(var(--guide-progress, 0));
    background: linear-gradient(90deg, var(--gold), rgba(179, 149, 91, 0.55));
  }
}

.has-guide-horizontal .city-card-image {
  margin: 24px 0 0;
  aspect-ratio: 1.26 / 1;
  background: rgba(251, 248, 241, 0.06);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

/* Short desktop viewports (e.g. 1440x900 laptops): trim the heading block
   and padding so the full card - image + text below - fits above the fixed
   booking bar in the pinned window. */
@media (min-width: 1181px) and (max-height: 940px) and (pointer: fine) {
  .has-guide-horizontal .guide-scroller {
    padding: clamp(72px, 8svh, 96px) 0 clamp(64px, 8svh, 92px);
  }

  .has-guide-horizontal .city-guide-intro {
    margin-bottom: clamp(12px, 2svh, 26px);
  }

  .has-guide-horizontal .city-guide-intro h2 {
    font-size: clamp(36px, 5svh, 56px);
  }

  .has-guide-horizontal .city-guide-intro p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.42;
  }

  .has-guide-horizontal .guide-progress {
    margin-bottom: clamp(14px, 2svh, 26px);
  }

  .has-guide-horizontal .city-card-image {
    margin-top: 14px;
  }

  .has-guide-horizontal .city-card-body {
    padding-top: 12px;
  }

  .has-guide-horizontal .city-card-copy {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .has-guide-horizontal .city-card-link {
    margin-top: 16px;
  }

  .has-guide-horizontal .city-card-title {
    font-size: clamp(28px, 4svh, 36px);
  }
}

/* Very short desktop viewports (e.g. 1366x768): drop the card description so
   the image, title and link still fit above the booking bar. */
@media (min-width: 1181px) and (max-height: 800px) and (pointer: fine) {
  .has-guide-horizontal .city-card-copy {
    display: none;
  }
}

.has-guide-horizontal .city-card-image img,
.has-guide-horizontal .city-card:not(.is-active) .city-card-image img,
.has-guide-horizontal .city-card.is-active .city-card-image img {
  transform: none;
}

.has-guide-horizontal .city-card:hover .city-card-image img {
  transform: scale(1.018);
}

.has-guide-horizontal .city-card-body {
  padding: 26px 0 0;
}

.has-guide-horizontal .city-dots,
.has-guide-horizontal .city-progress {
  display: none;
}

@media (max-width: 1180px), (pointer: coarse) {
  .has-guide-horizontal .guide-scroller {
    padding: clamp(86px, 10svh, 118px) 0 clamp(82px, 9svh, 108px);
  }

  .has-guide-horizontal .city-guide-intro {
    width: min(calc(100% - clamp(48px, 12vw, 112px)), 860px);
    margin-bottom: clamp(24px, 4svh, 38px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .has-guide-horizontal .city-guide-intro h2 {
    max-width: 660px;
    font-size: clamp(44px, 8vw, 58px);
    line-height: 1.04;
    padding-bottom: 0.08em;
  }

  .has-guide-horizontal .city-guide-intro p:not(.eyebrow) {
    max-width: 620px;
    font-size: 15px;
  }

  .has-guide-horizontal .city-track {
    gap: clamp(24px, 3vw, 34px);
  }

  .has-guide-horizontal .city-track .city-card,
  .has-guide-horizontal .city-track .city-card:nth-child(2),
  .has-guide-horizontal .city-track .city-card:nth-child(3) {
    flex-basis: min(68vw, 390px);
  }
}

@media (min-width: 1181px) and (pointer: fine) {
  .collection-wall-intro {
    grid-template-columns: minmax(0, 0.78fr) minmax(380px, 0.4fr);
    gap: clamp(52px, 6vw, 94px);
    align-items: center;
  }

  .collection-wall-intro h2 {
    max-width: 740px;
    font-size: clamp(56px, 4.6vw, 74px);
    line-height: 1;
  }

  .collection-wall-grid {
    margin-top: 68px;
    grid-auto-rows: minmax(230px, auto);
  }

  .collection-panel {
    min-height: 330px;
  }

  .collection-panel-large {
    min-height: 650px;
  }

  .collection-panel-tall {
    min-height: 500px;
  }

  .city-guide-intro h2 {
    line-height: 1.04;
    padding-bottom: 0.08em;
  }

  .guide-handoff-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .guide-handoff h2 {
    max-width: none;
    font-size: clamp(46px, 4.1vw, 64px);
    line-height: 1.02;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .has-guide-horizontal .guide-scroller {
    align-content: start;
    padding: 106px 0 124px;
  }

  .has-guide-horizontal .city-guide-intro {
    width: calc(100% - 48px);
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: 24px;
    gap: 9px;
    padding: 0;
  }

  .has-guide-horizontal .city-guide-intro h2 {
    max-width: none;
    font-size: 32px;
    line-height: 0.98;
    padding-bottom: 0;
    white-space: nowrap;
  }

  .has-guide-horizontal .city-guide-intro p:not(.eyebrow) {
    display: none;
  }

  .has-guide-horizontal .city-track {
    gap: 22px;
    padding-inline: 24px;
  }

  .has-guide-horizontal .city-track .city-card,
  .has-guide-horizontal .city-track .city-card:nth-child(2),
  .has-guide-horizontal .city-track .city-card:nth-child(3) {
    flex-basis: min(70vw, 286px);
    opacity: 1;
    transform: none;
  }

  .has-guide-horizontal .city-card-image {
    margin: 14px 0 0;
    aspect-ratio: 1.28 / 1;
  }

  .has-guide-horizontal .city-card-body {
    padding: 16px 0 0;
  }

  .has-guide-horizontal .city-card-index {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .has-guide-horizontal .city-card-title {
    font-size: 32px;
    line-height: 0.94;
  }

  .has-guide-horizontal .city-card-copy {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.42;
  }

  .has-guide-horizontal .city-card-link {
    margin-top: 14px;
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .has-guide-horizontal .city-guide-intro h2 {
    font-size: 28px;
  }

  .has-guide-horizontal .city-track .city-card,
  .has-guide-horizontal .city-track .city-card:nth-child(2),
  .has-guide-horizontal .city-track .city-card:nth-child(3) {
    flex-basis: min(70vw, 252px);
  }
}

.guide-handoff {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: clamp(68px, 8vw, 116px) clamp(24px, 6vw, 96px);
  background:
    linear-gradient(180deg, var(--navy), #101c31 88%),
    var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.guide-handoff::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(24px, 6vw, 96px);
  width: min(240px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(189, 76, 51, 0.7), transparent);
}

.guide-handoff-inner {
  display: grid;
  width: min(100%, 1296px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.86fr) auto;
  column-gap: clamp(34px, 6vw, 96px);
  row-gap: 20px;
  align-items: end;
}

.guide-handoff .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--gold);
  opacity: 0.78;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.guide-handoff h2 {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(48px, 4.7vw, 74px);
  line-height: 0.94;
}

.guide-handoff .text-link {
  justify-self: end;
  margin: 0 0 10px;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font-weight: 800;
}

@media (max-width: 760px) {
  .guide-handoff {
    min-height: 52svh;
    padding: 68px 24px calc(146px + env(safe-area-inset-bottom));
  }

  .guide-handoff-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .guide-handoff h2 {
    max-width: 10.5em;
    font-size: 38px;
    line-height: 0.98;
  }

  .guide-handoff .text-link {
    justify-self: start;
    margin-top: 4px;
    font-size: 14px;
  }
}

.booking-widget {
  padding: 24px;
  background: var(--white);
  border: 1px solid rgba(20, 35, 59, 0.14);
  box-shadow: var(--shadow);
}

.widget-bar {
  height: 12px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--navy), var(--gold), var(--terracotta), var(--sage));
}

.widget-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.widget-grid span,
.widget-grid strong {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: var(--ivory);
  color: var(--muted);
}

.widget-grid strong {
  justify-content: center;
  background: var(--cta-terracotta);
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.site-footer {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 42px clamp(20px, 5vw, 72px);
  background: #101c31;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 24px;
}

.site-footer p {
  margin: 0;
}

.site-footer .footer-copy {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.45);
}

.footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mobile-availability {
  display: none;
}

.availability-modal[hidden] {
  display: none;
}

.availability-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  align-items: end;
}

.availability-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(12, 20, 34, 0.52);
  cursor: pointer;
}

.availability-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: min(86svh, 680px);
  overflow: auto;
  padding: 24px;
  background: var(--ivory);
  border-top: 1px solid rgba(20, 35, 59, 0.16);
  box-shadow: 0 -28px 80px rgba(12, 20, 34, 0.28);
}

.availability-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.availability-header h2 {
  margin: 0;
  font-size: 40px;
}

.availability-close {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(20, 35, 59, 0.28);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.availability-close span {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.availability-close span:first-child {
  transform: rotate(45deg);
}

.availability-close span:last-child {
  transform: rotate(-45deg);
}

.availability-widget-slot {
  padding: 18px;
  background: var(--white);
  border: 1px solid rgba(20, 35, 59, 0.14);
  box-shadow: var(--shadow);
}

.image-viewer[hidden] {
  display: none;
}

.image-viewer {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 54px);
}

.image-viewer-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(12, 20, 34, 0.78);
  cursor: zoom-out;
}

.image-viewer-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1120px);
  max-height: min(88svh, 840px);
  grid-template-rows: auto minmax(0, 1fr);
  background: var(--ivory);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.34);
}

.image-viewer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(20px, 3vw, 34px);
  border-bottom: 1px solid rgba(20, 35, 59, 0.14);
}

.image-viewer-header .eyebrow {
  margin-bottom: 8px;
}

.image-viewer-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(34px, 3.2vw, 48px);
}

.image-viewer-close {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(20, 35, 59, 0.28);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.image-viewer-close span {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 20px;
  height: 1px;
  background: currentColor;
}

.image-viewer-close span:first-child {
  transform: rotate(45deg);
}

.image-viewer-close span:last-child {
  transform: rotate(-45deg);
}

.image-viewer-media {
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: #101c31;
}

.image-viewer-media img {
  width: 100%;
  height: 100%;
  max-height: calc(88svh - 112px);
  object-fit: contain;
}

.site-nav a[aria-current="page"],
.footer-links a[aria-current="page"] {
  color: var(--gold);
}

.apartments-page .site-header {
  background: transparent;
  box-shadow: none;
  color: var(--white);
  backdrop-filter: none;
}

.apartments-page .site-header.is-scrolled,
.apartments-page .site-header.is-open {
  background: rgba(251, 248, 241, 0.94);
  box-shadow: 0 16px 50px rgba(20, 35, 59, 0.12);
  color: var(--navy);
  backdrop-filter: blur(18px);
}

.apartments-page .site-header.is-scrolled .nav-cta,
.apartments-page .site-header.is-open .nav-cta {
  border-color: var(--cta-terracotta);
  background: var(--cta-terracotta);
  color: var(--white);
}

.apartments-hero {
  position: relative;
  display: grid;
  min-height: 94svh;
  align-items: end;
  padding: 150px clamp(20px, 5vw, 72px) 72px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
  isolation: isolate;
}

.apartments-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 20, 34, 0.86), rgba(12, 20, 34, 0.46) 48%, rgba(12, 20, 34, 0.12) 78%),
    linear-gradient(0deg, rgba(12, 20, 34, 0.76), rgba(12, 20, 34, 0.14) 52%),
    linear-gradient(135deg, rgba(179, 149, 91, 0.18), rgba(179, 149, 91, 0) 34%);
}

.apartments-hero::after {
  content: "";
  position: absolute;
  top: clamp(118px, 15svh, 168px);
  right: clamp(28px, 5vw, 76px);
  bottom: clamp(112px, 13svh, 180px);
  z-index: 2;
  width: min(22vw, 310px);
  border-top: 1px solid rgba(179, 149, 91, 0.52);
  border-right: 1px solid rgba(179, 149, 91, 0.42);
  pointer-events: none;
}

.apartments-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.apartments-hero h1 {
  max-width: none;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(82px, 7.4vw, 118px);
  line-height: 0.86;
  text-shadow: 0 12px 42px rgba(12, 20, 34, 0.5);
  white-space: nowrap;
}

.apartments-hero-subline {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 500;
  line-height: 0.96;
  text-shadow: 0 10px 34px rgba(12, 20, 34, 0.44);
  white-space: nowrap;
}

.apartments-hero-text {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.56;
}

.apartments-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.apartments-hero .button.primary {
  background: var(--ivory);
  color: var(--navy);
  box-shadow: 0 18px 48px rgba(12, 20, 34, 0.26);
}

.apartments-hero .button.primary:hover {
  background: var(--white);
  color: var(--navy);
}

.apartments-hero .button.quiet {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
}

.apartments-hero .button.quiet:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.button.quiet {
  border-color: rgba(20, 35, 59, 0.24);
  background: transparent;
  color: var(--navy);
}

.button.quiet:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
  transform: translateY(-1px);
}

.apartments-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--navy);
}

.apartments-hero-media::after {
  content: none;
}

.apartments-hero-media img {
  object-position: center center;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.16);
  transform-origin: center;
  filter: saturate(0.9) contrast(1.04);
  will-change: transform;
}

.apartments-hero-facts {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  width: auto;
  max-width: min(100%, 920px);
  margin: 38px 0 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  list-style: none;
}

.apartments-hero-facts li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.apartments-hero-facts li + li {
  padding-left: clamp(14px, 2.2vw, 30px);
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-fact-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.suite-collection-header {
  display: grid;
  width: min(calc(100% - clamp(48px, 12vw, 192px)), 1296px);
  margin: 0 auto 74px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.48fr);
  gap: clamp(42px, 7vw, 108px);
  align-items: end;
}

.suite-collection-header h2 {
  max-width: 780px;
  font-size: clamp(58px, 5.3vw, 82px);
  line-height: 0.94;
}

.suite-collection-header p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.64;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(360px, 1fr);
  gap: clamp(40px, 5vw, 88px);
  align-items: center;
  padding: 110px clamp(20px, 5vw, 72px);
  background: var(--ivory);
}

.map-section-media {
  min-width: 0;
}

.map-caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.map-embed {
  display: block;
  width: 100%;
  height: clamp(460px, 34vw, 620px);
  border: 0;
  filter: saturate(0.88) contrast(1.02);
}

.map-caption {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-section-copy {
  display: grid;
  gap: 22px;
  align-content: center;
}

.map-section-copy h2 {
  max-width: 520px;
  color: var(--navy);
  font-size: clamp(54px, 4.9vw, 78px);
  line-height: 0.94;
}

.map-section-copy p:not(.eyebrow) {
  max-width: 460px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.64;
}

.map-section .button {
  justify-self: start;
  margin-top: 10px;
}

.button.ink {
  background: var(--navy);
  color: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

.button.ink:hover {
  background: var(--navy-soft);
  color: var(--white);
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  .map-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 84px;
    padding-bottom: 84px;
  }
}

@media (max-width: 760px) {
  .map-embed {
    height: 360px;
  }
}

.neighbourhood {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(360px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(56px, 6vw, 104px);
  align-items: center;
  overflow: hidden;
  padding: clamp(96px, 8vw, 132px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, transparent 0 54%, rgba(241, 232, 220, 0.72) 54% 100%),
    var(--ivory);
}

.neighbourhood-year {
  position: absolute;
  top: clamp(14px, 2vw, 34px);
  right: clamp(24px, 4.5vw, 72px);
  z-index: -1;
  color: rgba(20, 35, 59, 0.045);
  font-family: var(--serif);
  font-size: clamp(136px, 16vw, 270px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.8;
  pointer-events: none;
}

.neighbourhood-copy {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 0;
  gap: 22px;
  align-content: center;
  padding-bottom: clamp(0px, 3vw, 48px);
}

.neighbourhood-copy h2 {
  max-width: 600px;
  color: var(--navy);
  font-size: clamp(48px, 4.4vw, 70px);
  line-height: 0.96;
}

.neighbourhood-copy p:not(.eyebrow) {
  max-width: 580px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.64;
}

.neighbourhood-copy .text-link {
  justify-self: start;
  margin-top: 6px;
}

.neighbourhood-media {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
}

.neighbourhood-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.74 / 1;
  background: #d8cec0;
  box-shadow: 0 28px 72px rgba(20, 35, 59, 0.14);
}

.neighbourhood-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 35, 59, 0.02), rgba(20, 35, 59, 0.12));
  content: "";
  pointer-events: none;
}

.neighbourhood-media img {
  display: block;
  width: 100%;
  height: 100%;
  filter: sepia(0.1) saturate(0.82) contrast(1.04);
  object-fit: cover;
}

.neighbourhood-distance {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 210px;
  padding: 17px 20px 15px;
  background: rgba(20, 35, 59, 0.94);
  color: var(--ivory);
  backdrop-filter: blur(8px);
}

.neighbourhood-distance strong {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.78;
}

.neighbourhood-distance span {
  color: rgba(251, 248, 241, 0.7);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}

.neighbourhood-media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.neighbourhood-media figcaption span:first-child {
  color: var(--navy);
}

.motion-enabled .neighbourhood-media.motion-image img {
  transition:
    filter 1500ms var(--ease-luxury),
    transform 1850ms var(--ease-luxury);
}

.motion-enabled .neighbourhood-media.motion-image:not(.is-visible) img {
  filter: sepia(0.12) saturate(0.76) contrast(1.02) blur(1px);
  transform: scale(1.035);
}

.motion-enabled .neighbourhood-media .neighbourhood-distance,
.motion-enabled .neighbourhood-media figcaption {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 820ms var(--ease-luxury),
    transform 980ms var(--ease-luxury);
}

.motion-enabled .neighbourhood-media .neighbourhood-distance {
  transition-delay: 240ms;
}

.motion-enabled .neighbourhood-media figcaption {
  transition-delay: 360ms;
}

.motion-enabled .neighbourhood-media.is-visible .neighbourhood-distance,
.motion-enabled .neighbourhood-media.is-visible figcaption {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px) {
  .neighbourhood {
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
    padding-top: 84px;
    padding-bottom: 84px;
    background:
      linear-gradient(180deg, transparent 0 46%, rgba(241, 232, 220, 0.72) 46% 100%),
      var(--ivory);
  }

  .neighbourhood-copy {
    max-width: 760px;
    padding-bottom: 0;
  }

  .neighbourhood-media {
    width: calc(100% - clamp(0px, 2vw, 28px));
    max-width: 1020px;
  }
}

@media (max-width: 760px) {
  .neighbourhood {
    gap: 38px;
    padding-top: 72px;
    padding-bottom: 80px;
    background:
      linear-gradient(180deg, transparent 0 52%, rgba(241, 232, 220, 0.72) 52% 100%),
      var(--ivory);
  }

  .neighbourhood-year {
    top: auto;
    right: 18px;
    bottom: 18px;
    font-size: 116px;
  }

  .neighbourhood-copy h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .neighbourhood-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .neighbourhood-copy .text-link {
    max-width: 100%;
    line-height: 1.5;
    white-space: normal;
  }

  .neighbourhood-media {
    width: 100%;
  }

  .neighbourhood-image {
    aspect-ratio: 1.38 / 1;
  }

  .neighbourhood-distance {
    min-width: 174px;
    gap: 10px;
    padding: 13px 14px 12px;
  }

  .neighbourhood-distance strong {
    font-size: 40px;
  }

  .neighbourhood-distance span {
    font-size: 9px;
  }

  .neighbourhood-media figcaption {
    flex-direction: column;
    gap: 3px;
    padding-top: 10px;
    font-size: 9px;
  }
}

.building-story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 700px;
  background: var(--navy);
  color: var(--white);
}

.building-story-media {
  min-height: 700px;
  overflow: hidden;
  background: var(--navy);
}

.building-story-media img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.16);
  object-position: center center;
  will-change: transform;
}

.building-story-copy {
  display: grid;
  align-content: center;
  padding: 84px clamp(24px, 3vw, 48px);
}

.building-story-copy h2 {
  max-width: 620px;
  font-size: clamp(54px, 4.9vw, 78px);
  line-height: 0.94;
}

.building-story-copy p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.62;
}

.building-story-copy p:last-child {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(179, 149, 91, 0.34);
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.62;
}

.suite-collection-intro span,
.building-story-close span {
  display: block;
}

.suite-collection {
  padding: 0;
  background:
    linear-gradient(180deg, rgba(241, 232, 220, 0.62), rgba(251, 248, 241, 0.98) 42%),
    var(--ivory);
}

.suite-collection-header .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.suite-scroll-stage {
  width: 100%;
  margin: 0;
}

.suite-scroller {
  width: min(100%, 1296px);
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 18px;
  scroll-padding: 0;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(156, 85, 68, 0.42) rgba(20, 35, 59, 0.12);
  scrollbar-width: thin;
}

.suite-scroller::-webkit-scrollbar {
  height: 3px;
}

.suite-scroller::-webkit-scrollbar-track {
  background: rgba(20, 35, 59, 0.12);
}

.suite-scroller::-webkit-scrollbar-thumb {
  background: rgba(156, 85, 68, 0.52);
}

.suite-scroller:focus-visible {
  outline: 1px solid rgba(156, 85, 68, 0.54);
  outline-offset: 8px;
}

.has-suite-horizontal .suite-scroll-stage {
  height: var(--suite-stage-height, 520svh);
}

.has-suite-horizontal .suite-scroller {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  /* Contain the whole scroll to a centered window so cards clip cleanly at
     the frame edges on large monitors instead of bleeding to the screen. */
  width: min(100%, 1680px);
  height: 100vh;
  height: 100svh;
  min-height: 0;
  align-content: center;
  justify-items: stretch;
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(92px, 11svh, 132px) 0 clamp(72px, 9svh, 110px);
  scroll-snap-type: none;
  scrollbar-width: none;
}

.has-suite-horizontal .suite-collection-header {
  width: min(calc(100% - clamp(48px, 12vw, 192px)), 1296px);
  min-width: 0;
  margin: 0 auto clamp(24px, 3.6svh, 40px);
  grid-template-columns: minmax(0, 0.7fr) minmax(260px, 0.44fr);
  gap: clamp(24px, 5vw, 86px);
  justify-self: center;
  align-items: end;
}

.has-suite-horizontal .suite-collection-header h2 {
  min-width: 0;
  max-width: none;
  font-size: clamp(54px, 5.4vw, 78px);
  line-height: 0.9;
  text-wrap: balance;
}

.has-suite-horizontal .suite-collection-header p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.58;
}

.has-suite-horizontal .suite-scroller::-webkit-scrollbar {
  display: none;
}

.has-suite-horizontal .suite-grid {
  transform: translate3d(var(--suite-track-x, 0px), 0, 0);
  will-change: transform;
}

.has-suite-horizontal .image-detail-trigger {
  top: 16px;
  bottom: auto;
}

.suite-grid {
  display: flex;
  width: max-content;
  margin: 0;
  gap: clamp(28px, 3vw, 46px);
  align-items: start;
  /* Align the first/last card with the heading column so cards don't bleed to
     the far edges on large monitors. */
  padding-inline: max(clamp(24px, 6vw, 96px), calc((100% - 1296px) / 2));
  box-sizing: content-box;
}

.suite-card {
  flex: 0 0 clamp(340px, 30vw, 426px);
  min-width: 0;
  border-top: 1px solid rgba(20, 35, 59, 0.18);
  scroll-snap-align: start;
}

.suite-card-link {
  color: inherit;
  text-decoration: none;
}

.has-suite-horizontal .suite-card {
  position: relative;
  border-top: 0;
  /* Height-aware width so the tall full-bleed card fits the pinned window
     above the booking bar on short viewports. */
  flex-basis: clamp(300px, min(29vw, 42svh), 410px);
}

/* Short desktop viewports: trim the suite heading block and padding so the
   tall full-bleed cards fit the pinned window above the booking bar. */
@media (min-width: 1181px) and (max-height: 940px) and (pointer: fine) {
  .has-suite-horizontal .suite-scroller {
    padding: clamp(64px, 8svh, 96px) 0 clamp(60px, 8svh, 92px);
  }

  .has-suite-horizontal .suite-collection-header {
    margin-bottom: clamp(12px, 2svh, 26px);
  }

  .has-suite-horizontal .suite-collection-header h2 {
    font-size: clamp(36px, 5.4svh, 58px);
  }

  .has-suite-horizontal .suite-progress {
    margin-bottom: clamp(12px, 2svh, 26px);
  }
}

.suite-card:nth-child(even) {
  margin-top: 58px;
}

/* Desktop horizontal row: keep every suite card aligned and identical in
   size (no staggered offset). */
.has-suite-horizontal .suite-card:nth-child(even) {
  margin-top: 0;
}

.suite-card-media {
  display: block;
  position: relative;
  aspect-ratio: 0.86 / 1;
  margin-top: 24px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 24px 70px rgba(20, 35, 59, 0.12);
  text-decoration: none;
}

.has-suite-horizontal .suite-card-media {
  aspect-ratio: 0.9 / 1;
  margin-top: 0;
  box-shadow: 0 28px 86px rgba(20, 35, 59, 0.18);
}

.has-suite-horizontal .suite-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 20, 34, 0.08), rgba(12, 20, 34, 0.28) 45%, rgba(12, 20, 34, 0.82)),
    linear-gradient(90deg, rgba(12, 20, 34, 0.28), rgba(12, 20, 34, 0));
  pointer-events: none;
}

.suite-card-media img {
  height: 100%;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.16);
  transition:
    filter 1400ms var(--ease-luxury),
    transform 1500ms var(--ease-luxury);
  will-change: transform;
}

.suite-card:hover .suite-card-media img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.18);
}

/* Desktop award-grade motion, matching the homepage guides: per-card
   entrance reveal (scale/translate longhands so hover's transform stays
   free) and image parallax within the frame (translate longhand so the
   img's scale transform + hover transition are untouched). */
@media (min-width: 1181px) and (pointer: fine) {
  .has-suite-horizontal .suite-card {
    opacity: var(--card-reveal, 1);
    scale: var(--card-scale, 1);
    translate: 0 var(--card-y, 0px);
    will-change: opacity, scale, translate;
  }

  .has-suite-horizontal .suite-card-media img {
    translate: var(--suite-img-x, 0px) 0;
    will-change: transform, translate;
  }
}

.suite-progress {
  display: none;
}

.suite-progress-skip {
  display: none;
}

@media (min-width: 1181px) and (pointer: fine) {
  .has-suite-horizontal .suite-progress {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 30px);
    width: min(calc(100% - clamp(48px, 12vw, 192px)), 1296px);
    margin: 0 auto clamp(28px, 3.6svh, 46px);
    justify-self: center;
  }

  .suite-progress-count {
    color: rgba(20, 35, 59, 0.52);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .suite-progress-count b {
    color: var(--gold);
    font-weight: 700;
  }

  .suite-progress-track {
    position: relative;
    flex: 1;
    height: 2px;
    border-radius: 2px;
    background: rgba(20, 35, 59, 0.14);
    overflow: hidden;
  }

  .suite-progress-fill {
    position: absolute;
    inset: 0;
    transform-origin: left center;
    transform: scaleX(var(--suite-progress, 0));
    background: linear-gradient(90deg, var(--gold), rgba(179, 149, 91, 0.5));
  }
}

@media (max-width: 1180px) {
  .has-suite-horizontal:not(.suite-native) .suite-progress {
    position: sticky;
    left: 24px;
    z-index: 2;
    display: flex;
    width: auto;
    margin: 0 24px 22px;
    align-items: center;
    gap: 14px;
    justify-self: stretch;
  }

  .has-suite-horizontal:not(.suite-native) .suite-progress-count {
    color: rgba(20, 35, 59, 0.48);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .has-suite-horizontal:not(.suite-native) .suite-progress-count b {
    color: var(--gold);
    font-weight: 700;
  }

  .has-suite-horizontal:not(.suite-native) .suite-progress-track {
    position: relative;
    flex: 1;
    height: 1px;
    overflow: hidden;
    background: rgba(20, 35, 59, 0.14);
  }

  .has-suite-horizontal:not(.suite-native) .suite-progress-fill {
    position: absolute;
    inset: 0;
    background: var(--gold);
    transform: scaleX(var(--suite-progress, 0));
    transform-origin: left center;
  }

  .has-suite-horizontal:not(.suite-native) .suite-progress-skip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(20, 35, 59, 0.62);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .has-suite-horizontal:not(.suite-native) .suite-progress-skip span {
    color: var(--terracotta);
    font-size: 13px;
    line-height: 0;
  }

  .building-story {
    scroll-margin-top: 72px;
  }
}

.image-detail-trigger {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  background: rgba(12, 20, 34, 0.58);
  color: var(--white);
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  backdrop-filter: blur(14px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    opacity 260ms ease,
    transform 260ms var(--ease-luxury);
}

.suite-card:hover .image-detail-trigger,
.image-detail-trigger:focus-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.image-detail-trigger:hover,
.image-detail-trigger:focus-visible {
  border-color: var(--gold);
  background: rgba(12, 20, 34, 0.76);
}

@media (hover: none) {
  .image-detail-trigger {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.suite-card-body {
  display: grid;
  padding-top: 26px;
  border-top: 1px solid rgba(20, 35, 59, 0.12);
}

.has-suite-horizontal .suite-card-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: clamp(20px, 2.4vw, 30px);
  border-top: 0;
}

.suite-number {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.suite-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 3.4vw, 50px);
  line-height: 0.96;
}

.has-suite-horizontal .suite-card h3 {
  color: var(--white);
}

.suite-card p:not(.suite-number) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.58;
}

.has-suite-horizontal .suite-card p:not(.suite-number) {
  max-width: 32ch;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.suite-enquiry {
  display: inline-flex;
  margin-top: 24px;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--terracotta);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.suite-enquiry:hover {
  color: var(--navy);
}

.has-suite-horizontal .suite-enquiry {
  color: var(--white);
}

.has-suite-horizontal .suite-enquiry:hover {
  color: var(--gold);
}

@media (min-width: 981px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    padding-right: clamp(48px, 4.8vw, 76px);
    padding-left: clamp(48px, 4.8vw, 76px);
  }

  .site-nav {
    gap: clamp(20px, 2vw, 30px);
  }

  .nav-cta {
    padding: 9px 2px 3px;
    border: 0;
    border-bottom: 1px solid currentColor;
  }

  .site-header.is-scrolled .nav-cta,
  .site-header.is-open .nav-cta {
    padding: 11px 18px;
    border: 1px solid var(--cta-terracotta);
  }

  .hero {
    min-height: 100svh;
    align-items: center;
    padding: clamp(138px, 14svh, 176px) clamp(48px, 5vw, 76px) clamp(160px, 17svh, 218px);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(12, 20, 34, 0.84), rgba(12, 20, 34, 0.34) 48%, rgba(12, 20, 34, 0.04) 76%),
      linear-gradient(0deg, rgba(12, 20, 34, 0.68), rgba(12, 20, 34, 0.08) 52%);
  }

  .hero-copy {
    max-width: 700px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(82px, 7.1vw, 108px);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 620px;
    font-size: 20px;
    line-height: 1.52;
  }

  .desktop-booking-widget {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 30;
    display: block;
    width: min(calc(100vw - clamp(96px, 10vw, 152px)), 1296px);
    color: var(--ink);
    transform: translateX(-50%);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  }

  .desktop-booking-widget.is-hidden-over-footer {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 18px);
  }

  .desktop-booking-widget::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    background: rgba(251, 248, 241, 0.98);
    box-shadow: 0 30px 88px rgba(12, 20, 34, 0.28);
  }

  .desktop-booking-widget #lodgify-search-bar {
    min-height: 88px;
  }

  .desktop-booking-widget #portable-search-bar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
  }

  .desktop-booking-widget #portable-search-bar > div:empty {
    display: none !important;
  }

  .desktop-booking-widget #portable-search-bar > button {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0;
  }

  .desktop-booking-widget #portable-search-bar > a {
    flex: 0 0 min(24%, 232px) !important;
    width: auto !important;
    min-width: 180px;
  }

  .hero-facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    width: auto;
    max-width: 620px;
    margin-top: 30px;
    background: transparent;
    border: 0;
  }

  .hero-facts div {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    padding: 8px 18px 8px 0;
    background: transparent;
    backdrop-filter: none;
  }

  .hero-facts div + div {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
  }

  .hero-facts dt {
    font-size: 28px;
    line-height: 0.95;
  }

  .hero-facts dd {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .section-pad,
  .barcelona {
    padding-right: clamp(48px, 6vw, 96px);
    padding-left: clamp(48px, 6vw, 96px);
  }

  .intro {
    padding-top: 132px;
    padding-bottom: 126px;
  }

  .intro .section-kicker {
    width: min(100%, 1296px);
    margin-right: auto;
    margin-left: auto;
  }

  .intro-grid {
    width: min(100%, 1296px);
    margin: 0 auto;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.48fr);
    gap: clamp(56px, 7vw, 112px);
    align-items: start;
  }

  .intro-grid h2 {
    max-width: 780px;
    font-size: clamp(58px, 5.4vw, 78px);
    line-height: 0.94;
    text-wrap: balance;
  }

  .intro-grid p {
    max-width: 520px;
    padding-top: 18px;
    font-size: 19px;
    line-height: 1.65;
  }

  .apartment-link-card {
    width: min(100%, 1296px);
    min-height: clamp(560px, 48vw, 690px);
    margin: 88px auto 0;
    box-shadow: 0 34px 110px rgba(20, 35, 59, 0.18);
  }

  .apartment-link-card img {
    object-position: 44% center;
  }

  .apartment-link-overlay {
    /* Scrim held to the bottom-left text zone so the upper room (brass wall
       light, pendant cluster, windows) stays clear and lush. */
    background:
      linear-gradient(0deg, rgba(12, 20, 34, 0.92) 0%, rgba(12, 20, 34, 0.6) 30%, rgba(12, 20, 34, 0.2) 55%, rgba(12, 20, 34, 0) 76%),
      linear-gradient(90deg, rgba(12, 20, 34, 0.34), rgba(12, 20, 34, 0) 48%);
  }

  .apartment-card-copy {
    bottom: clamp(42px, 4.4vw, 72px);
    left: clamp(42px, 4.8vw, 78px);
    max-width: 710px;
  }

  .apartment-card-title {
    max-width: 640px;
    font-size: clamp(64px, 5.2vw, 82px);
    line-height: 0.9;
  }

  .apartment-card-text {
    max-width: 520px;
  }

  .split-feature {
    grid-template-columns: minmax(0, 1.15fr) minmax(430px, 0.72fr);
    min-height: 760px;
  }

  .feature-image {
    min-height: 760px;
  }

  .feature-image img {
    object-position: center center;
  }

  .feature-copy {
    display: grid;
    align-content: center;
    max-width: 620px;
    padding: 88px clamp(56px, 6vw, 94px);
  }

  .feature-copy h2 {
    max-width: 500px;
    font-size: clamp(58px, 4.9vw, 78px);
  }

  .feature-copy p {
    max-width: 470px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.62;
  }

  .guest-experience {
    padding-top: 136px;
    padding-bottom: 142px;
    background:
      linear-gradient(180deg, var(--ivory), rgba(251, 248, 241, 0.9) 56%, var(--ivory)),
      var(--ivory);
  }

  .guest-intro {
    display: grid;
    width: min(100%, 1296px);
    max-width: none;
    margin: 0 auto 84px;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.42fr);
    column-gap: clamp(48px, 7vw, 110px);
    row-gap: 22px;
    align-items: start;
    text-align: left;
  }

  .guest-intro .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .guest-intro h2 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(62px, 5.2vw, 82px);
    line-height: 0.94;
  }

  .guest-intro p:not(.eyebrow) {
    max-width: 470px;
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.62;
  }

  .guest-card-grid {
    width: min(100%, 1296px);
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(26px, 3vw, 42px);
    align-items: start;
  }

  .guest-card,
  .guest-card:nth-child(2),
  .guest-card:nth-child(3) {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
  }

  .guest-card:hover {
    box-shadow: none;
  }

  .guest-card-image {
    margin: 0;
    aspect-ratio: 1.08 / 1;
    box-shadow: 0 24px 70px rgba(20, 35, 59, 0.12);
  }

  .guest-card-body {
    padding: 28px 0 0;
    border-top: 1px solid rgba(20, 35, 59, 0.16);
  }

  .guest-card-kicker {
    margin-bottom: 16px;
    color: var(--terracotta);
  }

  .guest-card h3 {
    max-width: 420px;
    font-size: clamp(36px, 3.2vw, 48px);
  }

  .guest-card p:not(.guest-card-kicker) {
    max-width: 410px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.58;
  }

  .barcelona {
    padding-top: 132px;
    padding-bottom: 146px;
    background: var(--navy);
  }

  .city-guide-intro {
    display: grid;
    width: min(100%, 1296px);
    max-width: none;
    margin: 0 auto 78px;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.45fr);
    gap: clamp(48px, 7vw, 112px);
    align-items: end;
    text-align: left;
  }

  .city-guide-intro .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .city-guide-intro h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(60px, 5.1vw, 82px);
    line-height: 0.94;
  }

  .city-guide-intro p:not(.eyebrow) {
    max-width: 500px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.62;
  }

  .city-carousel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }

  .city-track {
    width: 100%;
    margin: 0;
    display: flex;
    gap: clamp(26px, 3vw, 42px);
    align-items: stretch;
    overflow-x: auto;
    padding: 0 clamp(48px, 6vw, 96px) 22px;
    cursor: grab;
    scroll-padding: clamp(48px, 6vw, 96px);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .city-track::-webkit-scrollbar {
    display: none;
  }

  .city-track.is-dragging {
    cursor: grabbing;
    user-select: none;
  }

  .city-card {
    display: block;
    flex: 0 0 clamp(380px, 30vw, 560px);
    min-height: 0;
    margin-top: 0;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    opacity: 0.58;
    scroll-snap-align: start;
    transition:
      opacity 620ms var(--ease-luxury),
      transform 780ms var(--ease-luxury);
  }

  .city-card:nth-child(2),
  .city-card:nth-child(3) {
    margin-top: 0;
  }

  .city-card.is-active {
    opacity: 1;
    transform: translateY(0);
  }

  .city-card:hover {
    opacity: 1;
    box-shadow: none;
  }

  .city-card-image {
    margin: 24px 0 0;
    aspect-ratio: 1.18 / 1;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  }

  .city-card-body {
    padding: 26px 0 0;
  }

  .city-card-title {
    font-size: clamp(38px, 3vw, 48px);
  }

  .city-card-copy {
    max-width: 420px;
    font-size: 16px;
    line-height: 1.56;
  }

  .city-card-link {
    margin-top: 24px;
  }

  .city-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 26px auto 0;
  }

  .city-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition:
      width 260ms var(--ease-luxury),
      background 260ms ease,
      transform 260ms var(--ease-luxury);
  }

  .city-dots button.is-active {
    width: 24px;
    transform: translateY(-1px);
    background: var(--gold);
  }

  .city-progress {
    display: block;
    width: min(100% - clamp(96px, 12vw, 192px), 1296px);
    height: 1px;
    margin: 24px auto 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
  }

  .city-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--gold), rgba(255, 255, 255, 0.8));
    transform: scaleX(var(--city-progress, 0.16));
    transform-origin: left center;
    transition: transform 480ms var(--ease-luxury);
  }
}

@media (min-width: 981px) and (max-width: 1180px), (min-width: 1181px) and (pointer: coarse) {
  .hero {
    padding-right: 44px;
    padding-left: 44px;
  }

  .intro-grid,
  .guest-intro,
  .city-guide-intro,
  .collection-wall-intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .intro-grid p,
  .guest-intro p:not(.eyebrow),
  .city-guide-intro p:not(.eyebrow),
  .collection-wall-intro p:not(.eyebrow) {
    max-width: 720px;
    padding-top: 0;
  }

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

  .collection-panel-large {
    min-height: 620px;
    grid-column: span 2;
  }

  .collection-panel-tall {
    min-height: 460px;
    grid-row: auto;
  }

  .split-feature {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
  }

  .feature-copy {
    padding-right: 42px;
    padding-left: 42px;
  }

  .guest-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .guest-card h3 {
    font-size: 36px;
  }

  .city-track {
    grid-template-columns: 1fr;
  }

  .city-card:nth-child(1) {
    grid-row: auto;
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  body {
    padding-bottom: 0;
  }

  .desktop-booking-widget {
    display: none;
  }

  .hero::after,
  .hero-scroll-cue {
    display: none;
  }

  .hero {
    min-height: 100svh;
    align-items: center;
    padding: 120px clamp(28px, 6vw, 56px) 132px;
  }

  .hero-copy {
    max-width: min(100%, 620px);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    transform: translateY(-5svh);
  }

  .hero-copy p:not(.eyebrow) {
    display: none;
  }

  .hero-facts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: auto;
    max-width: min(100%, 620px);
    margin: 28px auto 0;
    background: transparent;
    border: 0;
  }

  .hero-facts div {
    display: inline-flex;
    min-width: 0;
    align-items: baseline;
    gap: 9px;
    padding: 7px 16px;
    background: transparent;
    backdrop-filter: none;
  }

  .hero-facts div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.32);
  }

  .hero-facts dt {
    font-size: 28px;
    line-height: 0.95;
  }

  .hero-facts dd {
    margin: 0;
    font-size: 11px;
    letter-spacing: 0.13em;
    white-space: nowrap;
  }

  .nav-toggle {
    position: relative;
    z-index: 25;
    display: grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid currentColor;
    background: transparent;
    color: inherit;
  }

  .nav-toggle span {
    width: 18px;
    height: 1px;
    background: currentColor;
  }

  .site-nav {
    position: fixed;
    inset: 76px 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: var(--ivory);
    color: var(--navy);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav button {
    padding: 15px 12px;
  }

  .nav-cta {
    margin-top: 8px;
    text-align: center;
  }

  .intro-grid,
  .split-feature,
  .guest-card-grid,
  .barcelona {
    grid-template-columns: 1fr;
  }

  .collection-wall-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .collection-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 52px;
    gap: 22px;
  }

  .collection-panel {
    min-height: 410px;
  }

  .collection-panel-large {
    min-height: 560px;
    grid-column: span 2;
    grid-row: auto;
  }

  .collection-panel-tall {
    min-height: 410px;
    grid-row: auto;
  }

  .image-detail-trigger {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 30px;
  }

  .feature-image,
  .apartment-image {
    min-height: 460px;
  }

  .city-track {
    display: flex;
    grid-template-columns: none;
    gap: 22px;
    overflow-x: auto;
    padding: 0 clamp(24px, 5vw, 48px) 14px;
    scroll-padding: clamp(24px, 5vw, 48px);
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .city-track::-webkit-scrollbar {
    display: none;
  }

  .city-card,
  .city-card:nth-child(2),
  .city-card:nth-child(3) {
    flex: 0 0 min(82vw, 560px);
    margin-top: 0;
    scroll-snap-align: center;
  }

  .city-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
    padding: 0 24px;
  }

  .city-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition:
      width 260ms var(--ease-luxury),
      background 260ms ease,
      transform 260ms var(--ease-luxury);
  }

  .city-dots button.is-active {
    width: 24px;
    transform: translateY(-1px);
    background: var(--gold);
  }

  .widget-grid {
    grid-template-columns: 1fr;
  }

  .mobile-availability {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 18;
    display: grid;
    width: 100%;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    background: var(--ivory);
    border-top: 1px solid rgba(20, 35, 59, 0.12);
    box-shadow: 0 -20px 70px rgba(20, 35, 59, 0.2);
    backface-visibility: hidden;
    contain: layout paint;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .mobile-availability-button {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    background: linear-gradient(180deg, #c04d34, var(--cta-terracotta) 44%, #9f3f30);
    color: var(--white);
    cursor: pointer;
    font: 800 13px var(--sans);
    font-weight: 800;
    letter-spacing: 0.12em;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      inset 0 -1px 0 rgba(20, 35, 59, 0.18),
      0 12px 30px rgba(20, 35, 59, 0.24);
    text-transform: uppercase;
  }

  .mobile-availability-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(251, 248, 241, 0.54);
  }

  .mobile-availability-button::after {
    content: none;
  }

}

@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    min-height: 64px;
    padding: 12px 18px;
  }

  .brand-mark {
    font-size: 21px;
  }

  .brand-location {
    font-size: 10px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .site-nav {
    inset: 64px 12px auto;
    padding: 8px;
  }

  .site-nav a,
  .site-nav button {
    padding: 14px 12px;
  }

  .hero {
    min-height: 100svh;
    align-items: center;
    padding: 100px 24px 132px;
  }

  .hero::before {
    background:
      radial-gradient(circle at 50% 49%, rgba(12, 20, 34, 0.34), rgba(12, 20, 34, 0) 36%),
      linear-gradient(0deg, rgba(12, 20, 34, 0.84), rgba(12, 20, 34, 0.16) 62%),
      linear-gradient(90deg, rgba(12, 20, 34, 0.58), rgba(12, 20, 34, 0.16));
  }

  .hero-media img {
    object-position: 56% center;
  }

  .hero-copy {
    max-width: 100%;
    transform: translateY(-4svh);
    text-align: center;
  }

  .hero .eyebrow {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    color: #d9c384;
    text-shadow: 0 2px 18px rgba(12, 20, 34, 0.62);
    white-space: nowrap;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  h1 {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 54px;
    line-height: 1;
    text-shadow: 0 8px 32px rgba(12, 20, 34, 0.56);
  }

  .hero-title-main {
    font-size: 1em;
    line-height: 0.9;
  }

  .hero-title-location {
    margin-top: 8px;
    font-size: 0.66em;
    line-height: 0.95;
  }

  h2 {
    font-size: 34px;
    line-height: 1;
  }

  h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .hero-copy p:not(.eyebrow),
  .intro-grid p,
  .feature-copy p,
  .guest-intro p:not(.eyebrow),
  .barcelona-copy p {
    font-size: 16px;
  }

  .hero-actions {
    display: none;
  }

  .hero-facts {
    max-width: min(100%, 360px);
    margin-top: 22px;
  }

  .hero-facts div {
    gap: 6px;
    padding: 5px 7px;
  }

  .hero-facts dt {
    font-size: 23px;
  }

  .hero-facts dd {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .section-pad,
  .barcelona {
    padding: 64px 18px;
  }

  .barcelona {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
  }

  .city-guide-intro {
    max-width: none;
    margin-bottom: 42px;
    padding: 0 24px;
  }

  .city-guide-intro h2 {
    max-width: 340px;
    font-size: 40px;
    line-height: 1;
  }

  .city-guide-intro p:not(.eyebrow) {
    max-width: 340px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .city-carousel {
    overflow: hidden;
  }

  .city-track {
    display: flex;
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    padding: 0 24px 12px;
    scroll-padding: 24px;
    scroll-snap-type: x proximity;
    scroll-behavior: auto;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .city-track::-webkit-scrollbar {
    display: none;
  }

  .city-card,
  .city-card:nth-child(2),
  .city-card:nth-child(3) {
    flex: 0 0 min(82vw, 342px);
    scroll-snap-align: center;
    opacity: 0.62;
    transform: scale(0.94);
    will-change: opacity, transform;
  }

  .city-card.is-active {
    opacity: 1;
    transform: scale(1);
    box-shadow: none;
  }

  .city-card:not(.is-active) .city-card-image img {
    transform: scale(1.08);
  }

  .city-card.is-active .city-card-image img {
    transform: scale(1.02);
  }

  .city-card-image {
    aspect-ratio: 1.12 / 1;
    margin: 22px 22px 0;
  }

  .city-card-body {
    padding: 24px 22px 30px;
  }

  .city-card-index {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .city-card-title {
    font-size: 38px;
  }

  .city-card-copy {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .city-card-link {
    margin-top: 24px;
  }

  .city-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
    padding: 0 24px;
  }

  .city-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition:
      width 260ms var(--ease-luxury),
      background 260ms ease,
      transform 260ms var(--ease-luxury);
  }

  .city-dots button.is-active {
    width: 24px;
    transform: translateY(-1px);
    background: var(--gold);
  }

  .intro-grid,
  .guest-card-grid,
  .barcelona {
    gap: 28px;
  }

  .apartment-link-card {
    min-height: 0;
    aspect-ratio: 1 / 1.08;
    margin-top: 46px;
  }

  .apartment-link-card img {
    object-position: 38% center;
  }

  .apartment-link-overlay {
    background:
      linear-gradient(0deg, rgba(12, 20, 34, 0.92) 0%, rgba(12, 20, 34, 0.62) 32%, rgba(12, 20, 34, 0.22) 58%, rgba(12, 20, 34, 0) 78%),
      linear-gradient(90deg, rgba(12, 20, 34, 0.34), rgba(12, 20, 34, 0) 50%);
  }

  .apartment-card-copy {
    right: 34px;
    bottom: 30px;
    left: 34px;
  }

  .apartment-card-kicker {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.22em;
  }

  .apartment-card-title {
    max-width: 340px;
    font-size: 39px;
    line-height: 0.96;
  }

  .apartment-card-text {
    max-width: 310px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.4;
  }

  .apartment-card-button {
    margin-top: 22px;
    padding: 15px 28px;
  }

  .collection-wall-intro h2 {
    max-width: 350px;
    font-size: 40px;
    line-height: 1;
  }

  .collection-wall-intro p:not(.eyebrow) {
    max-width: 340px;
    font-size: 16px;
    line-height: 1.55;
  }

  .collection-wall-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
    gap: 18px;
  }

  .collection-panel,
  .collection-panel-large,
  .collection-panel-tall {
    min-height: 330px;
    grid-column: auto;
    grid-row: auto;
  }

  .collection-panel-large {
    min-height: 430px;
  }

  .collection-panel::before {
    inset: 14px;
  }

  .collection-panel-copy {
    padding: 24px;
  }

  .collection-panel-title {
    font-size: 38px;
  }

  .collection-panel-text {
    max-width: 280px;
    font-size: 15px;
  }

  .feature-copy {
    padding: 28px 18px 48px;
  }

  .feature-image {
    min-height: 300px;
  }

  .detail-list {
    margin: 22px 0 28px;
  }

  .guest-intro {
    margin-bottom: 46px;
  }

  .guest-intro h2 {
    max-width: 350px;
    font-size: 40px;
    line-height: 1;
  }

  .guest-intro p:not(.eyebrow) {
    max-width: 340px;
    margin-top: 22px;
    line-height: 1.5;
  }

  .guest-card-grid {
    gap: 28px;
  }

  .guest-card,
  .guest-card:nth-child(2),
  .guest-card:nth-child(3) {
    margin-top: 0;
  }

  .guest-card-image {
    aspect-ratio: 1.15 / 1;
    margin: 24px 24px 0;
  }

  .guest-card-body {
    padding: 24px 24px 30px;
  }

  .guest-card-kicker {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .guest-card h3 {
    font-size: 34px;
    line-height: 1;
  }

  .guest-card p:not(.guest-card-kicker) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .booking-widget {
    padding: 14px;
  }

  .widget-bar {
    height: 9px;
    margin-bottom: 14px;
  }

  .widget-grid span,
  .widget-grid strong {
    min-height: 58px;
    padding: 14px;
  }

  .widget-grid strong {
    min-height: 62px;
  }

  .site-footer {
    display: grid;
    gap: 24px;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .availability-panel {
    padding: 22px 18px calc(22px + env(safe-area-inset-bottom));
  }

  .availability-header h2 {
    font-size: 34px;
  }

  .availability-widget-slot {
    padding: 14px;
  }

  .image-viewer {
    align-items: end;
    padding: 18px;
  }

  .image-viewer-panel {
    max-height: 86svh;
  }

  .image-viewer-header {
    padding: 18px;
  }

  .image-viewer-header h2 {
    font-size: 30px;
  }

  .image-viewer-media img {
    max-height: calc(86svh - 104px);
  }
}

@media (max-width: 380px) {
  body {
    padding-bottom: 0;
  }

  .hero {
    padding-top: 96px;
    padding-bottom: 124px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 31px;
  }

  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
  }

  .hero-facts {
    max-width: min(100%, 306px);
    margin-top: 18px;
  }

  .hero-facts div {
    gap: 5px;
    padding: 4px 5px;
  }

  .hero-facts dt {
    font-size: 22px;
  }

  .hero-facts dd {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .apartment-link-card {
    aspect-ratio: 1 / 1.12;
  }

  .apartment-card-copy {
    right: 26px;
    left: 26px;
  }

  .apartment-card-title {
    max-width: 300px;
    font-size: 35px;
  }

  .apartment-card-text {
    max-width: 280px;
    font-size: 14px;
  }

}

@media (min-width: 981px) {
  .apartments-page .desktop-booking-widget #lodgify-search-bar {
    min-height: 88px;
  }
}

@media (min-width: 981px) and (max-width: 1180px), (min-width: 1181px) and (pointer: coarse) {
  .apartments-hero {
    min-height: 100svh;
    padding-top: 138px;
    padding-bottom: 156px;
  }

  .apartments-hero-media {
    min-height: 0;
  }

  .apartments-hero-facts {
    margin-top: 32px;
    margin-left: 0;
  }

  .suite-collection-header,
  .building-story {
    grid-template-columns: 1fr;
  }

  .suite-collection-header p:not(.eyebrow) {
    max-width: 720px;
  }

  .suite-card {
    flex-basis: clamp(340px, 42vw, 440px);
  }



  .building-story-media {
    min-height: 480px;
  }

  .building-story-copy {
    padding-top: 70px;
    padding-bottom: 82px;
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .apartments-hero {
    align-content: center;
    min-height: 100svh;
    align-items: center;
    row-gap: clamp(48px, 8svh, 82px);
    padding: 120px clamp(28px, 6vw, 56px) 132px;
  }

  .apartments-hero::after {
    top: 112px;
    right: clamp(26px, 6vw, 54px);
    bottom: 120px;
    width: min(34vw, 240px);
  }

  .apartments-hero-copy {
    max-width: min(100%, 660px);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    transform: translateY(0);
  }

  .apartments-hero h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(58px, 11vw, 82px);
  }

  .apartments-hero-subline {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(34px, 7vw, 54px);
  }

  .apartments-hero-text {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    font-size: 17px;
  }

  .apartments-hero-media {
    min-height: 0;
  }

  .apartments-hero-facts {
    max-width: min(100%, 680px);
    justify-content: center;
    margin: 0 auto;
  }

  .apartments-hero-facts li {
    gap: 9px;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .apartments-hero-facts li + li {
    padding-left: 14px;
  }

  .suite-collection-header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .suite-collection-header h2 {
    font-size: clamp(44px, 8vw, 58px);
  }


  .suite-collection {
    padding: 0;
  }

  .suite-collection-header {
    margin-bottom: 54px;
  }

  .has-suite-horizontal .suite-scroller {
    padding: clamp(88px, 10svh, 118px) 0 clamp(76px, 8svh, 96px);
  }

  .has-suite-horizontal .suite-collection-header {
    width: min(calc(100% - clamp(48px, 12vw, 112px)), 860px);
    margin-bottom: clamp(24px, 4svh, 36px);
  }

  .has-suite-horizontal .suite-collection-header h2 {
    font-size: clamp(40px, 7.2vw, 58px);
  }

  .has-suite-horizontal .suite-collection-header p:not(.eyebrow) {
    max-width: 620px;
    font-size: 15px;
  }

  .suite-grid {
    gap: 34px 24px;
  }

  .has-suite-horizontal .suite-grid {
    gap: clamp(24px, 3vw, 34px);
  }

  .suite-card {
    flex-basis: min(72vw, 420px);
  }

  .has-suite-horizontal .suite-card {
    flex-basis: min(68vw, 390px);
  }

  .suite-card:nth-child(even) {
    margin-top: 0;
  }

  .building-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .building-story-media {
    min-height: 420px;
  }

  .building-story-copy {
    padding: 58px clamp(24px, 6vw, 56px) 72px;
  }

  .building-story-copy h2 {
    font-size: clamp(42px, 8vw, 58px);
  }
}

@media (max-width: 720px) {
  .apartments-hero h1 {
    font-size: 54px;
  }

  .apartments-hero-subline {
    font-size: 32px;
  }
}

/* ===== About story stack ================================================== */

.about-hero-invitation {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.about-hero-invitation span {
  position: relative;
  display: block;
  width: 58px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.about-hero-invitation span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateX(-100%);
  animation: aboutStoryCue 2400ms var(--ease-soft) infinite;
}

.about-hero-invitation p {
  margin: 0;
}

.story-stack {
  position: relative;
  padding: clamp(110px, 10vw, 160px) clamp(20px, 5vw, 72px) clamp(150px, 14vw, 230px);
  overflow: clip;
  background:
    radial-gradient(circle at 83% 4%, rgba(179, 149, 91, 0.11), transparent 24%),
    linear-gradient(180deg, #101c31, #0b1628 74%, #101c31);
  color: var(--white);
  isolation: isolate;
}

.story-stack::before {
  content: "15";
  position: absolute;
  top: 20px;
  right: -0.045em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--serif);
  font-size: clamp(240px, 34vw, 560px);
  line-height: 0.72;
  pointer-events: none;
}

.story-stack-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.36fr);
  gap: clamp(42px, 8vw, 132px);
  align-items: end;
  width: min(100%, 1360px);
  margin: 0 auto clamp(80px, 9vw, 136px);
}

.story-stack-intro h2 {
  max-width: 980px;
  margin: 0;
  color: var(--white);
  font-size: clamp(64px, 6.6vw, 102px);
  line-height: 0.88;
  text-wrap: balance;
}

.story-stack-intro-note {
  padding-bottom: 8px;
}

.story-stack-intro-note p {
  max-width: 320px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.18;
}

.story-stack-intro-note span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.story-stack-intro-note span::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: currentColor;
}

.story-stack-cards {
  position: relative;
  width: min(100%, 1360px);
  margin: 0 auto;
}

.story-card {
  --story-scale: 1;
  --story-shade: 0;
  position: relative;
  z-index: calc(2 + var(--story-index));
  min-height: 720px;
  margin: 0 auto 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 38px 120px rgba(0, 0, 0, 0.34);
  transform: translateZ(0) scale(var(--story-scale));
  transform-origin: top center;
  isolation: isolate;
  will-change: transform;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  background: rgba(6, 13, 23, var(--story-shade));
  pointer-events: none;
}

.story-card-folio {
  position: absolute;
  top: 28px;
  right: 34px;
  left: 34px;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
  color: rgba(20, 35, 59, 0.46);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-card-grid {
  display: grid;
  min-height: inherit;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.77fr);
}

.story-card-grid--reverse {
  grid-template-columns: minmax(420px, 0.84fr) minmax(0, 1.16fr);
}

.story-card-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  padding: 106px clamp(40px, 5vw, 82px) 58px;
}

.story-card-copy h2,
.story-address-panel h2 {
  max-width: 760px;
  margin-bottom: 30px;
  color: inherit;
  font-size: clamp(52px, 4.9vw, 76px);
  line-height: 0.91;
  text-wrap: balance;
}

.story-card-copy > p:not(.eyebrow),
.story-address-panel > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(20, 35, 59, 0.72);
  font-size: clamp(14px, 1.05vw, 16.5px);
  line-height: 1.7;
}

.story-card-copy .story-card-lead,
.story-address-panel .story-card-lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(21px, 1.9vw, 29px);
  line-height: 1.27;
}

.story-card-media {
  position: relative;
  z-index: 2;
  min-width: 0;
  margin: 22px;
  overflow: hidden;
  border-radius: 13px;
  background: #d8cec0;
}

.story-card-media img {
  height: 100%;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.075);
  transition: transform 1200ms var(--ease-luxury);
}

.story-card-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  background: rgba(12, 20, 34, 0.78);
  color: rgba(255, 255, 255, 0.76);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.story-card-year {
  position: absolute;
  right: 44%;
  bottom: -0.18em;
  z-index: 1;
  margin: 0;
  color: rgba(20, 35, 59, 0.045);
  font-family: var(--serif);
  font-size: clamp(170px, 20vw, 320px);
  line-height: 0.7;
  pointer-events: none;
}

.story-card--arrival {
  background:
    linear-gradient(135deg, rgba(179, 149, 91, 0.11), transparent 38%),
    #f8f4ec;
  color: var(--navy);
}

.story-card--arrival .story-card-media {
  margin-left: 0;
}

.story-card--favour {
  background:
    radial-gradient(circle at 22% 12%, rgba(255, 255, 255, 0.12), transparent 30%),
    var(--terracotta);
  color: var(--white);
}

.story-card--favour .story-card-folio {
  color: rgba(255, 255, 255, 0.5);
}

.story-card--favour .eyebrow {
  color: #ead29c;
}

.story-card--favour .story-card-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.story-card--favour .story-card-copy h2 {
  font-size: clamp(46px, 4.2vw, 66px);
}

.story-card--favour .story-card-media {
  margin-right: 0;
}

.story-card--world {
  background:
    radial-gradient(circle at 78% 24%, rgba(179, 149, 91, 0.14), transparent 30%),
    #12223a;
  color: var(--white);
}

.story-card--world .story-card-folio {
  color: rgba(255, 255, 255, 0.42);
}

.story-card--world .story-card-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.story-card-media--world {
  overflow: visible;
  margin: 58px clamp(42px, 5vw, 72px) 34px 22px;
  border: 0;
  background: transparent;
}

.story-card-media--world img {
  overflow: hidden;
  border-radius: 50% 50% 11px 11px / 24% 24% 11px 11px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.story-place {
  position: absolute;
  z-index: 3;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(12, 20, 34, 0.68);
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.story-place--one {
  top: 16%;
  left: -26px;
}

.story-place--two {
  top: 34%;
  right: -32px;
}

.story-place--three {
  bottom: 29%;
  left: -36px;
}

.story-place--four {
  right: -28px;
  bottom: 12%;
}

.story-card--address {
  display: grid;
  align-items: center;
  padding: 92px clamp(24px, 5vw, 72px) 46px;
  background: var(--navy);
}

.story-card--address::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(9, 17, 29, 0.25), rgba(9, 17, 29, 0.02)),
    linear-gradient(0deg, rgba(9, 17, 29, 0.38), rgba(9, 17, 29, 0.04));
}

.story-card--address .story-card-folio {
  color: rgba(255, 255, 255, 0.62);
}

.story-card-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}

.story-card-backdrop img {
  transform: scale(1.04);
}

.story-address-panel {
  position: relative;
  z-index: 4;
  width: min(100%, 660px);
  padding: clamp(38px, 4vw, 62px);
  background: rgba(251, 248, 241, 0.94);
  color: var(--navy);
  box-shadow: 0 28px 90px rgba(8, 15, 25, 0.34);
  backdrop-filter: blur(16px);
}

.story-address-panel h2 {
  font-size: clamp(48px, 4.2vw, 66px);
}

.story-address-panel .text-link,
.story-card--suites .text-link {
  justify-self: start;
  margin-top: 14px;
}

.story-card--suites {
  background:
    linear-gradient(115deg, rgba(179, 149, 91, 0.12), transparent 36%),
    var(--warm);
  color: var(--navy);
}

.story-card-grid--suites {
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
}

.story-card--suites .story-card-copy {
  padding-right: clamp(32px, 4vw, 66px);
}

.story-card--suites .story-card-copy h2 {
  font-size: clamp(48px, 4.2vw, 66px);
}

.story-suite-collage {
  position: relative;
  display: grid;
  min-height: 620px;
  margin: 76px 34px 34px 0;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.44fr);
  grid-template-rows: 1fr 0.72fr;
  gap: 16px;
}

.story-suite-collage figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #d7cab9;
}

.story-suite-collage figure:first-child {
  grid-row: 1 / 3;
}

.story-suite-collage img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.07);
}

.story-suite-collage > p {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 22px;
  background: var(--navy);
  color: var(--white);
  text-align: center;
}

.story-suite-collage > p span {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
}

.story-suite-collage > p small {
  grid-column: 1 / -1;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-stack-progress {
  display: none;
}

@media (min-width: 1181px) and (pointer: fine) {
  .story-card {
    position: sticky;
    top: var(--story-top);
    min-height: min(760px, calc(100svh - var(--story-top) - 24px));
    margin-bottom: clamp(180px, 24vh, 280px);
  }

  .story-card:last-child {
    margin-bottom: clamp(60px, 8vh, 100px);
  }

  .story-stack-progress {
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 40;
    display: grid;
    justify-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.12em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(18px);
    transition: opacity 280ms ease, transform 420ms var(--ease-luxury);
  }

  .story-stack.is-story-active .story-stack-progress {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  .story-progress-current {
    color: var(--gold);
  }

  .story-progress-track {
    position: relative;
    display: block;
    width: 1px;
    height: 92px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
  }

  .story-progress-track i {
    position: absolute;
    inset: 0;
    display: block;
    background: var(--gold);
    transform: scaleY(var(--story-progress, 0));
    transform-origin: top center;
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-stack {
    padding-top: 96px;
    padding-bottom: 122px;
  }

  .story-stack-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 70px;
  }

  .story-stack-intro-note p {
    max-width: 500px;
  }

  .story-card {
    min-height: 0;
    margin-bottom: 34px;
    transform: none !important;
  }

  .story-card-grid,
  .story-card-grid--reverse,
  .story-card-grid--suites {
    grid-template-columns: 1fr;
  }

  .story-card-grid--reverse .story-card-copy {
    order: -1;
  }

  .story-card-copy {
    min-height: 0;
    padding: 104px clamp(32px, 7vw, 70px) 62px;
  }

  .story-card-media {
    min-height: min(66svh, 620px);
    margin: 0 22px 22px;
  }

  .story-card--arrival .story-card-media,
  .story-card--favour .story-card-media {
    margin: 0 22px 22px;
  }

  .story-card-media--world {
    min-height: min(76svh, 680px);
    margin: 0 clamp(46px, 9vw, 84px) 48px;
  }

  .story-card-year {
    right: auto;
    bottom: 0;
    left: 24px;
  }

  .story-card--address {
    min-height: 920px;
    align-items: end;
  }

  .story-address-panel {
    width: min(100%, 720px);
  }

  .story-suite-collage {
    min-height: 660px;
    margin: 0 24px 24px;
  }
}

@media (max-width: 720px) {
  .about-hero-invitation {
    justify-content: center;
  }

  .story-stack {
    padding: 82px 14px 104px;
  }

  .story-stack-intro {
    padding: 0 10px;
    margin-bottom: 54px;
  }

  .story-stack-intro h2 {
    font-size: 50px;
    line-height: 0.92;
  }

  .story-stack-intro-note p {
    font-size: 23px;
  }

  .story-card {
    margin-bottom: 22px;
    border-radius: 14px;
  }

  .story-card-folio {
    top: 22px;
    right: 22px;
    left: 22px;
    padding-bottom: 14px;
    font-size: 8px;
  }

  .story-card-copy {
    padding: 88px 24px 48px;
  }

  .story-card-copy h2,
  .story-address-panel h2 {
    margin-bottom: 24px;
    font-size: 43px;
  }

  .story-card--favour .story-card-copy h2,
  .story-card--suites .story-card-copy h2 {
    font-size: 40px;
  }

  .story-card-copy > p:not(.eyebrow),
  .story-address-panel > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.66;
  }

  .story-card-copy .story-card-lead,
  .story-address-panel .story-card-lead {
    font-size: 23px;
  }

  .story-card-media {
    min-height: 58svh;
    margin: 0 12px 12px;
    border-radius: 9px;
  }

  .story-card--arrival .story-card-media,
  .story-card--favour .story-card-media {
    margin: 0 12px 12px;
  }

  .story-card-media figcaption {
    display: grid;
    gap: 5px;
  }

  .story-card-media--world {
    min-height: 72svh;
    margin: 0 42px 42px;
  }

  .story-place {
    padding: 7px 10px;
    font-size: 8px;
  }

  .story-place--one,
  .story-place--three {
    left: -24px;
  }

  .story-place--two,
  .story-place--four {
    right: -24px;
  }

  .story-card--address {
    min-height: 1080px;
    padding: 86px 12px 12px;
  }

  .story-address-panel {
    padding: 34px 24px 40px;
  }

  .story-suite-collage {
    min-height: 520px;
    margin: 0 12px 12px;
    grid-template-columns: 1fr 0.45fr;
    gap: 8px;
  }

  .story-suite-collage > p {
    padding: 12px;
  }

  .story-suite-collage > p span {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-invitation span::after {
    animation: none;
    transform: none;
  }

  .story-card {
    transform: none !important;
  }
}

@keyframes aboutStoryCue {
  0%,
  16% {
    transform: translateX(-100%);
  }
  58%,
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 640px) {
  .apartments-hero {
    row-gap: clamp(70px, 10svh, 96px);
    padding: 100px 24px 132px;
  }

  .apartments-hero::before {
    background:
      radial-gradient(circle at 50% 49%, rgba(12, 20, 34, 0.36), rgba(12, 20, 34, 0) 38%),
      linear-gradient(0deg, rgba(12, 20, 34, 0.86), rgba(12, 20, 34, 0.2) 62%),
      linear-gradient(90deg, rgba(12, 20, 34, 0.58), rgba(12, 20, 34, 0.16));
  }

  .apartments-hero::after {
    content: none;
  }

  .apartments-hero-copy {
    transform: translateY(0);
  }

  .apartments-hero .eyebrow {
    color: #d9c384;
    text-shadow: 0 2px 18px rgba(12, 20, 34, 0.62);
    white-space: nowrap;
  }

  .apartments-hero h1 {
    max-width: none;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.96);
    font-size: 42px;
    line-height: 0.9;
    text-shadow: 0 8px 32px rgba(12, 20, 34, 0.56);
  }

  .apartments-hero-subline {
    max-width: none;
    font-size: 25px;
    line-height: 0.98;
  }

  .apartments-hero-text {
    display: none;
  }

  .apartments-hero-actions {
    display: none;
  }

  .apartments-hero-media {
    min-height: 0;
  }

  .apartments-hero-facts {
    display: grid;
    width: min(100%, 360px);
    max-width: min(100%, 360px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
  }

  .apartments-hero-facts li {
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 8px;
    padding: 0 7px;
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .apartments-hero-facts li + li {
    padding-left: 7px;
  }

  .hero-fact-icon {
    width: 18px;
    height: 18px;
  }

  .suite-collection-header h2 {
    font-size: 40px;
    line-height: 1;
  }

  .suite-collection-header p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }


  .suite-collection {
    padding: 0;
  }

  .suite-collection-header {
    margin-bottom: 36px;
  }

  .has-suite-horizontal .suite-scroller {
    padding: 82px 0 92px;
  }

  .has-suite-horizontal .suite-collection-header {
    position: sticky;
    left: 24px;
    z-index: 1;
    width: auto;
    margin: 0 24px 22px;
    gap: 12px;
    justify-self: stretch;
  }

  .has-suite-horizontal .suite-collection-header h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(42px, 11.8vw, 54px);
    line-height: 0.9;
    white-space: nowrap;
  }

  .has-suite-horizontal .suite-collection-header p:not(.eyebrow) {
    display: none;
  }

  .suite-grid {
    gap: 24px;
  }

  .has-suite-horizontal .suite-grid {
    padding-inline: 24px;
  }

  .suite-card {
    flex-basis: min(82vw, 330px);
  }

  .has-suite-horizontal .suite-card {
    flex-basis: min(76vw, 300px);
  }

  .suite-card-media {
    aspect-ratio: 1.08 / 1;
    margin-top: 18px;
  }

  .suite-card h3 {
    font-size: 38px;
  }

  .suite-card p:not(.suite-number) {
    font-size: 16px;
  }

  .has-suite-horizontal .suite-card p:not(.suite-number) {
    display: none;
  }

  .building-story-media {
    min-height: 320px;
  }

  .building-story-copy {
    padding: 48px 18px 68px;
  }

  .building-story-copy h2 {
    font-size: 40px;
    line-height: 1;
  }

  .building-story-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.55;
  }

  .building-story-copy p:last-child {
    font-size: 14px;
  }

}

@media (max-width: 380px) {
  .apartments-hero h1 {
    font-size: 38px;
  }

  .apartments-hero-subline {
    font-size: 23px;
  }

  .suite-collection-header h2,
  .building-story-copy h2 {
    font-size: 36px;
  }

  .apartments-hero-facts li {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 7px;
  }

  .apartments-hero-facts li + li {
    padding-left: 5px;
  }
}

@media (max-width: 340px) {
  .apartments-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .apartments-hero h1 {
    font-size: 34px;
  }

  .apartments-hero-subline {
    font-size: 20px;
  }
}

.motion-enabled .site-header {
  opacity: 0;
  transform: translateY(-18px);
}

@media (min-width: 1181px) and (pointer: fine) {
  body:not(.apartments-page) .collection-wall {
    padding-top: clamp(112px, 9vw, 148px);
    padding-bottom: clamp(118px, 9vw, 154px);
  }

  body:not(.apartments-page) .collection-wall-intro {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    gap: clamp(48px, 5vw, 72px);
    align-items: end;
  }

  body:not(.apartments-page) .collection-wall-intro h2 {
    max-width: 820px;
    font-size: clamp(52px, 3.8vw, 62px);
    line-height: 1.03;
    text-wrap: balance;
  }

  body:not(.apartments-page) .collection-wall-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    margin-top: 64px;
    gap: clamp(20px, 1.8vw, 28px);
  }

  body:not(.apartments-page) .collection-panel,
  body:not(.apartments-page) .collection-panel-large,
  body:not(.apartments-page) .collection-panel-tall {
    min-height: clamp(390px, 31vw, 470px);
    grid-column: auto;
    grid-row: auto;
  }

  body:not(.apartments-page) .collection-panel-copy {
    padding: clamp(24px, 2.4vw, 34px);
  }

  body:not(.apartments-page) .collection-panel-title {
    font-size: clamp(34px, 2.7vw, 46px);
  }

  body:not(.apartments-page) .city-guide-intro h2 {
    line-height: 1.04;
    padding-bottom: 0.08em;
    overflow: visible;
  }

  body:not(.apartments-page) .guide-handoff h2 {
    max-width: none;
    font-size: clamp(46px, 4.1vw, 64px);
    line-height: 1.02;
    white-space: nowrap;
  }

  .motion-enabled body:not(.apartments-page) .motion-reveal {
    opacity: 0;
    filter: blur(2px);
    transform: translate3d(0, 24px, 0);
    transition:
      opacity 1100ms var(--ease-luxury),
      filter 1200ms var(--ease-luxury),
      transform 1320ms var(--ease-luxury);
  }

  .motion-enabled body:not(.apartments-page) .motion-heading {
    filter: blur(2.5px);
    transform: translate3d(0, 34px, 0);
    transition:
      opacity 1180ms var(--ease-luxury),
      filter 1280ms var(--ease-luxury),
      transform 1420ms var(--ease-luxury);
  }

  .motion-enabled body:not(.apartments-page) .motion-reveal.is-visible,
  .motion-enabled body:not(.apartments-page) .motion-heading.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }

  .motion-enabled body:not(.apartments-page) .motion-image:not(.is-visible) img {
    filter: none;
    transform: scale(1.12);
  }
}

.motion-enabled body.is-loaded .site-header {
  opacity: 1;
  transform: translateY(0);
}

.motion-enabled .hero-media img {
  --hero-scale: 1.12;
  transition: transform 2600ms var(--ease-luxury);
}

.motion-enabled body.is-loaded .hero-media img {
  --hero-scale: 1.045;
}

.motion-enabled .hero-copy .eyebrow,
.motion-enabled .hero-copy h1,
.motion-enabled .hero-copy p:not(.eyebrow),
.motion-enabled .hero-actions,
.motion-enabled .hero-facts {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 30px, 0);
  transition:
    opacity 1000ms var(--ease-luxury),
    filter 1100ms var(--ease-luxury),
    transform 1100ms var(--ease-luxury);
}

.motion-enabled body.is-loaded .hero-copy .eyebrow,
.motion-enabled body.is-loaded .hero-copy h1,
.motion-enabled body.is-loaded .hero-copy p:not(.eyebrow),
.motion-enabled body.is-loaded .hero-actions,
.motion-enabled body.is-loaded .hero-facts {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.motion-enabled body.is-loaded .hero-copy .eyebrow {
  transition-delay: 220ms;
}

.motion-enabled body.is-loaded .hero-copy h1 {
  transition-delay: 360ms;
}

.motion-enabled body.is-loaded .hero-copy p:not(.eyebrow) {
  transition-delay: 520ms;
}

.motion-enabled body.is-loaded .hero-actions {
  transition-delay: 680ms;
}

.motion-enabled body.is-loaded .hero-facts {
  transition-delay: 820ms;
}

.motion-enabled .motion-reveal {
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 1400ms var(--ease-luxury),
    filter 1500ms var(--ease-luxury),
    transform 1550ms var(--ease-luxury);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}

.motion-enabled .motion-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.motion-enabled .motion-heading {
  filter: blur(4px);
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 1500ms var(--ease-luxury),
    filter 1650ms var(--ease-luxury),
    transform 1700ms var(--ease-luxury);
}

.motion-enabled .motion-heading.is-visible {
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.motion-enabled .motion-image {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  filter: none;
  transform: none;
  transition: none;
  will-change: auto;
}

.motion-enabled .motion-image img {
  transition:
    filter 1500ms var(--ease-luxury),
    transform 1600ms var(--ease-luxury);
}

.motion-enabled .motion-image:not(.is-visible) img {
  filter: blur(1.5px) saturate(0.94) contrast(0.99);
  transform: translate3d(0, calc(var(--motion-y, 0px) + 22px), 0) scale(1.2);
}

.motion-enabled .motion-image.is-visible {
  clip-path: inset(0 0 0 0);
  filter: none;
  transform: none;
}

.motion-enabled .guest-card.motion-reveal.is-visible:hover {
  transform: translateY(-4px);
}

.motion-enabled .availability-backdrop {
  animation: fadeIn 240ms ease both;
}

.motion-enabled .availability-panel {
  animation: panelEnter 520ms var(--ease-luxury) both;
}

.motion-enabled .image-viewer-backdrop {
  animation: fadeIn 220ms ease both;
}

.motion-enabled .image-viewer-panel {
  animation: imageViewerEnter 520ms var(--ease-luxury) both;
}

@keyframes scrollCue {
  0% {
    transform: translate3d(0, 0, 0);
  }
  72%,
  100% {
    transform: translate3d(0, 240%, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panelEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes imageViewerEnter {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

/* ── Suites motion modes (apartments) ──────────────────────────────────────
   `has-suite-horizontal` supplies the full-bleed card visuals. suite-motion.js
   toggles between GSAP (pinned horizontal scroll, desktop) and native (swipe
   strip, touch / reduced motion). These override only the old sticky-pin
   mechanism; the card design is untouched. */

/* GSAP mode: ScrollTrigger pins the scroller and scrubs the track, so drop the
   old sticky positioning and the tall JS spacer. */
.suite-gsap .suite-scroll-stage {
  height: auto;
}
.suite-gsap .suite-scroller {
  position: relative;
  top: auto;
}
.suite-gsap .suite-grid {
  transform: none;
}

/* Native swipe fallback: no pin, native horizontal overflow. */
.suite-native .suite-collection {
  padding: clamp(64px, 9vh, 120px) 0;
}
.suite-native .suite-scroll-stage {
  height: auto;
}
.suite-native .suite-scroller {
  position: static;
  top: auto;
  display: block;
  width: min(100%, 1296px);
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  scroll-snap-type: none;
}
.suite-native .suite-grid {
  transform: none;
  width: auto;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x proximity;
  scroll-padding-inline: clamp(24px, 6vw, 96px);
  padding-block: 24px 44px;
  -webkit-overflow-scrolling: touch;
}

/* ===== Guest reviews (homepage #reviews) ===================================== */

.reviews {
  background: var(--ivory);
}

.reviews-intro {
  margin: 0 0 56px;
}

.reviews-mobile-control {
  display: none;
}

.reviews-intro h2 {
  max-width: 720px;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 1.05;
  margin-bottom: 0;
}

.reviews-stat {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 56px) / 3);
  align-items: start;
  gap: 28px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  padding: 4px 4px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.reviews-track:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 6px;
}

.review {
  margin: 0;
  scroll-snap-align: start;
}

.review::before {
  content: "\2605\2605\2605\2605\2605";
  content: "\2605\2605\2605\2605\2605" / "";
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 0.3em;
}

.review blockquote {
  margin: 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
}

.review blockquote p {
  margin: 0;
  color: var(--navy-soft);
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.55;
}

.review figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 36px;
}

.review-author,
.review-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.review-author {
  color: var(--ink);
}

.review-date {
  color: var(--muted);
  font-weight: 500;
}

.review-source {
  margin: 44px 0 0;
}

.review-source a {
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 1180px) {
  .reviews-track {
    grid-auto-columns: calc((100% - 28px) / 2);
  }
}

@media (max-width: 767px) {
  .reviews-intro {
    margin-bottom: 40px;
  }

  .reviews-track {
    grid-auto-columns: 100%;
  }
}

/* ===== Guest proof (apartments page, footer-toned carousel) ================= */

.reviews-proof {
  background: #101c31;
  color: rgba(255, 255, 255, 0.76);
}

.reviews-proof .reviews-intro h2 {
  color: var(--white);
}

.reviews-proof .reviews-stat {
  color: rgba(255, 255, 255, 0.52);
}

.reviews-proof .review blockquote {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.reviews-proof .review blockquote p {
  color: rgba(255, 255, 255, 0.76);
}

.reviews-proof .review-author {
  color: rgba(255, 255, 255, 0.94);
}

.reviews-proof .review-date {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .reviews-proof.section-pad {
    padding: 64px 24px 72px;
  }

  .reviews-proof .reviews-intro {
    margin-bottom: 28px;
  }

  .reviews-mobile-control {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
  }

  .reviews-mobile-count {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
  }

  .reviews-mobile-count b {
    color: var(--gold);
    font-weight: 700;
  }

  .reviews-mobile-rail {
    position: relative;
    flex: 1;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
  }

  .reviews-mobile-rail span {
    position: absolute;
    inset: 0;
    background: var(--gold);
    transform: scaleX(var(--reviews-progress, 0.1));
    transform-origin: left center;
    transition: transform 360ms var(--ease-luxury);
  }

  .reviews-mobile-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
  }

  .reviews-mobile-action > span {
    color: var(--gold);
    font-size: 14px;
    line-height: 0;
  }

  .reviews-proof .reviews-track.is-mobile-finite {
    grid-auto-columns: 100%;
    gap: 18px;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    padding: 4px 0 10px;
  }

  .reviews-proof .reviews-track.is-mobile-finite .review {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .motion-enabled .reviews-proof .review.motion-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .reviews-proof .review figcaption {
    margin-top: 30px;
  }

  .reviews-proof .review-source {
    margin-top: 38px;
  }
}

/* ===== Two-line feature title (#address) ===================================== */

.feature-title-main,
.feature-title-sub {
  display: block;
}

.feature-title-sub {
  margin-top: 10px;
  font-size: 0.62em;
  line-height: 1.05;
  opacity: 0.62;
}

/* ===== Apartments hero responsive type ==================================== */

.apartments-page-hero .hero-copy {
  max-width: min(100%, 960px);
}

.apartments-page-root,
.apartments-page {
  overflow-x: clip;
}

.apartments-page-hero h1 {
  max-width: 960px;
  font-size: clamp(76px, 6.2vw, 100px);
  line-height: 0.93;
  text-wrap: balance;
}

.apartments-page-hero .hero-title-main,
.apartments-page-hero .hero-title-location {
  text-wrap: balance;
}

.apartments-page-hero .hero-title-location {
  margin-top: 0.08em;
  font-size: 0.72em;
  line-height: 0.98;
}

@media (max-width: 1180px), (pointer: coarse) {
  .apartments-page-hero .hero-copy {
    max-width: min(100%, 760px);
  }

  .apartments-page-hero h1 {
    max-width: 100%;
    font-size: clamp(56px, 8.2vw, 74px);
    line-height: 0.92;
  }

  .has-suite-horizontal .suite-collection-header {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .apartments-page-hero h1 {
    font-size: clamp(44px, 12vw, 52px);
    line-height: 1;
    text-wrap: nowrap;
  }

  .apartments-page-hero .hero-title-main {
    font-size: clamp(36px, 11.2vw, 44px);
    line-height: 0.94;
    letter-spacing: -0.01em;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .apartments-page-hero .hero-title-location {
    margin-top: 12px;
    font-size: clamp(21px, 6.8vw, 27px);
    line-height: 1;
    letter-spacing: 0.015em;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .has-suite-horizontal .suite-collection-header h2 {
    font-size: clamp(25px, 8.1vw, 34px);
    line-height: 0.95;
    letter-spacing: -0.015em;
    white-space: nowrap;
    text-wrap: nowrap;
  }
}

@media (max-width: 380px) {
  .apartments-page-hero h1 {
    font-size: clamp(40px, 12vw, 46px);
  }
}

/* ===== Deliberate two-line section titles ================================= */

.building-story-copy .section-title-line,
.neighbourhood-copy .section-title-line {
  display: block;
}

@media (min-width: 1181px) and (pointer: fine) {
  .building-story-copy h2 {
    font-size: clamp(52px, 4vw, 68px);
  }

  .neighbourhood-copy h2 {
    font-size: clamp(44px, 3.6vw, 56px);
  }
}

@media (max-width: 640px) {
  .building-story-copy h2 {
    font-size: clamp(32px, 10vw, 40px);
  }

  .neighbourhood-copy h2 {
    font-size: clamp(36px, 9.5vw, 48px);
  }
}

@media (max-width: 380px) {
  .building-story-copy h2 {
    font-size: clamp(30px, 10vw, 36px);
  }

  .neighbourhood-copy h2 {
    font-size: clamp(28px, 9.2vw, 36px);
  }
}

/* Mobile building story: lead with the chapter title, let the facade become
   the visual beat, then continue the narrative beneath it. `display: contents`
   lets the existing semantic copy participate in the outer grid without
   changing the two-column desktop structure. */
@media (max-width: 720px) {
  .building-story {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    position: relative;
    z-index: 2;
    margin-top: clamp(-250px, calc(212px - 50svh), -90px);
    background: var(--ivory);
  }

  .building-story::before {
    content: "";
    z-index: 0;
    grid-column: 1;
    grid-row: 4 / 6;
    background: var(--navy);
  }

  .building-story-copy {
    display: contents;
  }

  .building-story-copy > .eyebrow {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 44px 24px 0;
    background: var(--ivory);
  }

  .building-story-copy > h2 {
    grid-column: 1;
    grid-row: 2;
    max-width: none;
    margin: 0;
    padding: 18px 24px 40px;
    background: var(--ivory);
    color: var(--navy);
    font-size: clamp(32px, 10.25vw, 40px);
    line-height: 0.94;
  }

  .building-story-copy > h2 .section-title-line {
    white-space: nowrap;
  }

  .building-story-media {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    min-height: 0;
    aspect-ratio: 1401 / 1123;
    background: var(--ivory);
  }

  .building-story-media img {
    transform: none;
    object-position: center center;
  }

  .building-story-copy > p:not(.eyebrow):not(.building-story-close) {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 4;
    max-width: none;
    margin: 0;
    padding: 42px 24px 0;
  }

  .building-story-copy > .building-story-close {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 5;
    max-width: none;
    margin: 30px 24px 52px;
    padding-top: 24px;
  }
}

/* Mobile arrival story: introduce the address first, place the map as the
   visual beat, then let the travel narrative continue beneath it. Desktop
   retains its original two-column map and copy composition. */
@media (max-width: 720px) {
  .map-section {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    gap: 0;
    padding: 0;
  }

  .map-section-copy {
    display: contents;
  }

  .map-section-copy > .eyebrow {
    grid-row: 1;
    margin: 0;
    padding: 68px 24px 0;
  }

  .map-section-copy > h2 {
    grid-row: 2;
    max-width: none;
    margin: 0;
    padding: 22px 24px 50px;
    font-size: clamp(18px, 6.2vw, 27px);
    line-height: 0.94;
    letter-spacing: -0.018em;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .map-section-media {
    grid-row: 3;
    width: 100%;
  }

  .map-embed {
    height: min(92vw, 360px);
  }

  .map-caption {
    margin: 14px 24px 0;
  }

  .map-section-copy > p:not(.eyebrow) {
    grid-row: 4;
    max-width: none;
    margin: 0;
    padding: 50px 24px 0;
  }

  .map-section-copy > .button {
    grid-row: 5;
    width: auto;
    min-width: 240px;
    max-width: calc(100% - 48px);
    justify-self: start;
    margin: 34px 24px 48px;
    padding-inline: 28px;
  }
}

/* Mobile neighbourhood story: title the chapter, show the historical proof,
   then explain it. The desktop copy-and-image composition stays unchanged. */
@media (max-width: 720px) {
  .neighbourhood {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    gap: 0;
    padding: 52px 24px 72px;
  }

  .neighbourhood-copy {
    display: contents;
  }

  .neighbourhood-copy > .eyebrow {
    grid-row: 1;
    margin: 0;
  }

  .neighbourhood-copy > h2 {
    grid-row: 2;
    max-width: none;
    margin: 20px 0 40px;
  }

  .neighbourhood-media {
    grid-row: 3;
    width: 100%;
    max-width: none;
  }

  .neighbourhood-copy > p:not(.eyebrow) {
    grid-row: 4;
    max-width: none;
    margin: 42px 0 0;
  }

  .neighbourhood-copy > .text-link {
    grid-row: 5;
    justify-self: start;
    margin-top: 30px;
  }
}

/* Keep the two short narrative closes deliberately composed at desktop
   widths, while allowing natural wrapping on tablets and phones. */
@media (min-width: 1181px) and (pointer: fine) {
  .has-suite-horizontal .suite-collection-header {
    grid-template-columns: minmax(0, 0.58fr) minmax(500px, 0.54fr);
    gap: clamp(42px, 5vw, 72px);
  }

  .has-suite-horizontal .suite-collection-intro {
    max-width: none;
    font-size: clamp(13px, 1.05vw, 15px);
    letter-spacing: -0.012em;
  }

  .suite-collection-intro span,
  .building-story-close span {
    white-space: nowrap;
  }

  .building-story-copy .building-story-close {
    max-width: none;
    font-size: clamp(13px, 1vw, 15px);
    letter-spacing: -0.018em;
  }
}

/* ===== About the host ===================================================== */

.about-page {
  background: var(--ivory);
}

.about-hero {
  min-height: 100svh;
}

.about-hero-copy {
  max-width: 920px;
}

.about-hero h1 {
  max-width: 900px;
  font-size: clamp(70px, 7vw, 108px);
  white-space: normal;
}

.about-hero .apartments-hero-subline {
  font-size: clamp(42px, 4.7vw, 72px);
}

.about-hero-media img {
  object-position: center 46%;
  filter: saturate(0.76) contrast(1.08);
}

.about-hero-facts li {
  align-items: baseline;
}

.about-fact-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.about-origin {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.7fr);
  gap: clamp(48px, 8vw, 126px);
  background:
    linear-gradient(90deg, rgba(241, 232, 220, 0.7), transparent 34%),
    var(--ivory);
}

.about-origin::after {
  content: "2002";
  position: absolute;
  top: 40px;
  right: clamp(20px, 5vw, 72px);
  color: rgba(20, 35, 59, 0.05);
  font-family: var(--serif);
  font-size: clamp(110px, 15vw, 238px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.8;
  pointer-events: none;
}

.about-origin-heading,
.about-origin-copy {
  position: relative;
  z-index: 1;
}

.about-origin-heading h2,
.about-address-copy h2,
.about-suites-intro h2,
.about-signoff h2 {
  color: var(--navy);
  font-size: clamp(54px, 5.4vw, 82px);
  line-height: 0.94;
  text-wrap: balance;
}

.about-origin-copy {
  padding-top: 44px;
}

.about-origin-copy p,
.about-address-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.about-origin-copy .about-lead,
.about-address-copy .about-lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.25;
}

.about-origin-moments {
  position: relative;
  z-index: 1;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-origin-moments article {
  padding: 38px clamp(20px, 3vw, 46px) 42px 0;
}

.about-origin-moments article + article {
  padding-left: clamp(20px, 3vw, 46px);
  border-left: 1px solid var(--line);
}

.about-origin-moments span {
  display: block;
  margin-bottom: 12px;
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 60px;
  line-height: 0.8;
}

.about-origin-moments h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 30px;
}

.about-origin-moments p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.about-welcome {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  min-height: 820px;
  background: var(--navy);
  color: var(--white);
}

.about-welcome-media {
  min-height: 720px;
  margin: 0;
  overflow: hidden;
}

.about-welcome-media img {
  object-position: center 42%;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.08);
}

.about-welcome-copy {
  display: grid;
  align-content: center;
  padding: clamp(86px, 9vw, 146px) clamp(32px, 8vw, 132px);
}

.about-welcome-copy h2 {
  max-width: 780px;
  margin-bottom: 34px;
  color: var(--white);
  font-size: clamp(54px, 5.2vw, 80px);
  line-height: 0.94;
  text-wrap: balance;
}

.about-welcome-copy > p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.about-welcome-copy blockquote {
  max-width: 680px;
  margin: 38px 0 0;
  padding: 28px 0 0 32px;
  border-top: 1px solid rgba(179, 149, 91, 0.44);
  border-left: 1px solid rgba(179, 149, 91, 0.44);
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--serif);
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1.12;
}

.about-address {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
}

.about-address-copy {
  max-width: 620px;
}

.about-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 34px;
}

.about-address-media {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-address-media img {
  position: absolute;
  inset: 0;
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.08);
}

.about-address-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  background: rgba(12, 20, 34, 0.86);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.about-suites {
  padding: clamp(96px, 9vw, 144px) clamp(20px, 5vw, 72px);
  background: var(--warm);
}

.about-suites-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: clamp(48px, 8vw, 126px);
  align-items: end;
  max-width: 1320px;
  margin: 0 auto 70px;
}

.about-suites-intro > p {
  max-width: 560px;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.about-suites-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: stretch;
  max-width: 1320px;
  margin: 0 auto;
}

.about-suite-image {
  position: relative;
  display: block;
  min-height: 720px;
  overflow: hidden;
  background: var(--navy);
  color: var(--white);
}

.about-suite-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 20, 34, 0.78), transparent 54%);
}

.about-suite-image img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.08);
  transition: transform 900ms var(--ease-luxury);
}

.about-suite-image:hover img {
  transform: translate3d(0, var(--motion-y, 0px), 0) scale(1.12);
}

.about-suite-image span {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.46);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-suite-image span::after {
  content: "↗";
  color: var(--gold);
  font-size: 20px;
}

.about-suite-details {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-top: 1px solid rgba(20, 35, 59, 0.18);
}

.about-suite-details article {
  display: grid;
  align-content: center;
  padding: 34px 0;
  border-bottom: 1px solid rgba(20, 35, 59, 0.18);
}

.about-suite-details span {
  margin-bottom: 16px;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.about-suite-details h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(31px, 2.8vw, 43px);
}

.about-suite-details p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.about-signoff {
  position: relative;
  padding: clamp(104px, 11vw, 176px) clamp(20px, 5vw, 72px);
  overflow: hidden;
  background: var(--ivory);
  text-align: center;
}

.about-signoff::before,
.about-signoff::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(18vw, 240px);
  height: 1px;
  background: rgba(179, 149, 91, 0.42);
}

.about-signoff::before {
  left: 0;
}

.about-signoff::after {
  right: 0;
}

.about-signoff-inner {
  max-width: 850px;
  margin: 0 auto;
}

.about-signoff h2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.about-signoff p:not(.eyebrow, .about-signature) {
  max-width: 680px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.about-signature {
  margin: 28px 0 30px;
  color: var(--terracotta);
  font-family: var(--serif);
  font-size: 46px;
  font-style: italic;
}

@media (max-width: 980px), (pointer: coarse) {
  .about-hero h1 {
    max-width: 720px;
    font-size: clamp(58px, 10vw, 82px);
  }

  .about-origin,
  .about-address,
  .about-suites-intro,
  .about-suites-grid {
    grid-template-columns: 1fr;
  }

  .about-origin-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .about-welcome {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  }

  .about-welcome-copy {
    padding-right: clamp(32px, 6vw, 72px);
    padding-left: clamp(32px, 6vw, 72px);
  }

  .about-address-copy {
    max-width: 760px;
  }

  .about-address-media {
    min-height: 540px;
  }

  .about-suites-intro {
    gap: 24px;
  }

  .about-suites-intro > p {
    max-width: 740px;
  }

  .about-suite-image {
    min-height: 640px;
  }
}

@media (max-width: 720px) {
  .about-hero h1 {
    font-size: clamp(40px, 11.5vw, 54px);
  }

  .about-hero .apartments-hero-subline {
    font-size: clamp(26px, 7vw, 34px);
  }

  .about-hero-media img {
    object-position: 60% center;
  }

  .about-fact-number {
    font-size: 25px;
  }

  .about-hero-facts li {
    align-items: center;
  }

  .about-origin {
    gap: 30px;
  }

  .about-origin::after {
    top: 28px;
    right: 18px;
    font-size: 104px;
  }

  .about-origin-heading h2,
  .about-address-copy h2,
  .about-suites-intro h2,
  .about-signoff h2 {
    font-size: 44px;
  }

  .about-origin-copy .about-lead,
  .about-address-copy .about-lead {
    font-size: 24px;
  }

  .about-origin-moments {
    grid-template-columns: 1fr;
  }

  .about-origin-moments article {
    padding: 28px 0;
  }

  .about-origin-moments article + article {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .about-welcome {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-welcome-media {
    min-height: 76svh;
  }

  .about-welcome-copy {
    padding: 76px 24px 84px;
  }

  .about-welcome-copy h2 {
    font-size: 46px;
  }

  .about-welcome-copy blockquote {
    padding-left: 22px;
  }

  .about-address-media {
    min-height: 470px;
  }

  .about-address-media figcaption {
    display: grid;
    gap: 5px;
  }

  .about-address-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-suites {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-suite-image {
    min-height: 72svh;
  }

  .about-suite-image span {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .about-signoff::before,
  .about-signoff::after {
    content: none;
  }
}

/* ===== Barcelona art direction =========================================== */

.story-stack {
  background:
    radial-gradient(circle at 8% 3%, rgba(189, 76, 51, 0.2), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(74, 103, 132, 0.2), transparent 24%),
    linear-gradient(180deg, #efe4d5 0%, #f8f3ea 16%, #eadcca 100%);
  color: var(--navy);
}

.story-stack::before {
  top: 60px;
  right: -0.02em;
  color: rgba(20, 35, 59, 0.038);
}

.story-stack::after {
  content: "";
  position: absolute;
  top: clamp(450px, 42vw, 680px);
  left: -8vw;
  z-index: -1;
  width: 38vw;
  height: 38vw;
  border: clamp(36px, 5vw, 74px) solid rgba(156, 85, 68, 0.08);
  border-radius: 48% 52% 42% 58% / 56% 38% 62% 44%;
  transform: rotate(-18deg);
  pointer-events: none;
}

.story-stack-intro {
  position: relative;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(20, 35, 59, 0.18);
}

.story-stack-intro::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: min(32vw, 430px);
  height: 9px;
  background: linear-gradient(90deg, var(--terracotta) 0 34%, var(--gold) 34% 66%, #315781 66%);
}

.story-stack-intro .eyebrow {
  color: var(--terracotta);
}

.story-stack-intro h2 {
  color: var(--navy);
  font-size: clamp(70px, 7.8vw, 118px);
  letter-spacing: -0.025em;
  line-height: 0.82;
}

.story-stack-intro-note p {
  color: var(--ink);
}

.story-stack-intro-note span {
  color: var(--terracotta);
}

.story-card {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 42px 110px rgba(48, 34, 21, 0.22);
}

.story-card-folio {
  top: 28px;
  right: 30px;
  left: auto;
  display: grid;
  width: auto;
  justify-items: end;
  gap: 3px;
  padding: 0;
  border: 0;
}

.story-card-folio span:first-child {
  color: inherit;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.story-card-folio span:last-child {
  max-width: 190px;
  text-align: right;
}

.story-card-copy h2,
.story-address-panel h2 {
  letter-spacing: -0.025em;
}

.story-card--arrival {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(196, 150, 68, 0.14), transparent 28%),
    #fbf7ef;
}

.story-card--arrival::before {
  content: "BCN";
  position: absolute;
  bottom: -0.17em;
  left: -0.04em;
  z-index: 0;
  color: rgba(20, 35, 59, 0.042);
  font-family: var(--serif);
  font-size: clamp(180px, 25vw, 390px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.72;
  pointer-events: none;
}

.story-card--arrival .story-card-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
}

.story-card--arrival .story-card-copy {
  padding-right: clamp(24px, 2vw, 38px);
}

.story-card--arrival .story-card-copy h2 {
  max-width: 820px;
  font-size: clamp(68px, 6.5vw, 102px);
  line-height: 0.82;
}

.story-card--arrival .story-card-media {
  min-height: 620px;
  margin: 88px clamp(34px, 4vw, 62px) 0 18px;
  border-radius: 280px 280px 0 0;
  box-shadow: 0 26px 70px rgba(20, 35, 59, 0.18);
}

.story-card--arrival .story-card-media img {
  object-position: center 48%;
}

.story-card--arrival .story-card-media::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 84px;
  height: 84px;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  box-shadow:
    22px 22px 0 -21px var(--terracotta),
    44px 44px 0 -42px var(--terracotta);
  pointer-events: none;
}

.story-card--arrival .story-card-year {
  right: auto;
  bottom: auto;
  top: 42px;
  left: clamp(34px, 4vw, 66px);
  color: var(--terracotta);
  font-size: 13px;
  font-family: var(--sans);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.story-card--favour {
  background:
    radial-gradient(circle at 86% 18%, rgba(241, 210, 151, 0.18), transparent 30%),
    #a94f3d;
}

.story-card--favour::before {
  content: "UN FAVOR";
  position: absolute;
  top: 50%;
  left: 44%;
  z-index: 1;
  color: rgba(255, 245, 229, 0.075);
  font-family: var(--serif);
  font-size: clamp(100px, 13vw, 206px);
  font-style: italic;
  letter-spacing: -0.07em;
  line-height: 0.72;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-8deg);
  pointer-events: none;
}

.story-card--favour .story-card-grid {
  grid-template-columns: minmax(390px, 0.78fr) minmax(0, 1.22fr);
}

.story-card--favour .story-card-media {
  min-height: 560px;
  margin: 0 0 0 0;
  border-radius: 0 0 240px 0;
  clip-path: polygon(0 0, 94% 0, 100% 8%, 100% 100%, 0 100%);
}

.story-card--favour .story-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(40deg, rgba(17, 32, 52, 0.34), transparent 54%);
  pointer-events: none;
}

.story-card--favour .story-card-media figcaption {
  display: none;
}

.story-card--favour .story-card-copy {
  padding-left: clamp(48px, 6vw, 94px);
}

.story-card--favour .story-card-copy h2 {
  max-width: 820px;
  font-size: clamp(56px, 5.4vw, 84px);
  font-style: italic;
  line-height: 0.86;
}

.story-card--world {
  background:
    radial-gradient(circle at 78% 18%, rgba(55, 101, 148, 0.48), transparent 32%),
    radial-gradient(circle at 22% 86%, rgba(179, 149, 91, 0.16), transparent 28%),
    #101f37;
}

.story-card--world::before,
.story-card--world::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(217, 195, 132, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.story-card--world::before {
  top: -18%;
  right: 5%;
  width: 50%;
  aspect-ratio: 1;
}

.story-card--world::after {
  top: 11%;
  right: -8%;
  width: 43%;
  aspect-ratio: 1;
  background: transparent;
}

.story-card--world .story-card-copy h2 {
  max-width: 780px;
  font-size: clamp(60px, 5.6vw, 88px);
}

.story-card-media--world {
  margin-top: 34px;
  margin-bottom: 0;
  transform: rotate(2.5deg);
}

.story-card-media--world::before {
  content: "";
  position: absolute;
  inset: 9% -7% -5% 8%;
  z-index: -1;
  border: 1px solid rgba(217, 195, 132, 0.34);
  border-radius: 50% 50% 11px 11px / 24% 24% 11px 11px;
  transform: rotate(-5deg);
}

.story-card-media--world img {
  filter: saturate(0.82) contrast(1.06);
}

.story-place {
  border-color: rgba(229, 212, 166, 0.48);
  background: rgba(10, 22, 39, 0.74);
  color: #f1deb0;
}

.story-card--address {
  align-items: end;
  padding: 96px clamp(34px, 5vw, 78px) 58px;
}

.story-card--address::before {
  background:
    linear-gradient(90deg, rgba(8, 16, 28, 0.9) 0%, rgba(8, 16, 28, 0.72) 38%, rgba(8, 16, 28, 0.14) 74%),
    linear-gradient(0deg, rgba(8, 16, 28, 0.58), transparent 54%);
}

.story-card--address .story-card-backdrop img {
  filter: saturate(0.86) contrast(1.08);
}

.story-card--address .story-card-folio {
  color: rgba(255, 255, 255, 0.7);
}

.story-address-panel {
  width: min(100%, 740px);
  padding: 0;
  background: transparent;
  color: var(--white);
  box-shadow: none;
  backdrop-filter: none;
}

.story-address-panel::before {
  content: "15";
  position: absolute;
  right: -0.7em;
  bottom: -0.18em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.075);
  font-family: var(--serif);
  font-size: clamp(210px, 25vw, 380px);
  line-height: 0.7;
  pointer-events: none;
}

.story-address-panel h2 {
  max-width: 680px;
  color: var(--white);
  font-size: clamp(68px, 6.2vw, 96px);
  line-height: 0.82;
}

.story-address-panel > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.77);
}

.story-address-panel .story-card-lead {
  color: rgba(255, 255, 255, 0.96);
}

.story-address-panel .text-link.dark {
  color: var(--white);
}

.story-card--suites {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 248, 231, 0.3), transparent 28%),
    #d4a64d;
}

.story-card--suites::before {
  content: "8";
  position: absolute;
  right: 34%;
  bottom: -0.26em;
  z-index: 0;
  color: rgba(20, 35, 59, 0.07);
  font-family: var(--serif);
  font-size: clamp(310px, 45vw, 660px);
  font-style: italic;
  line-height: 0.72;
  pointer-events: none;
}

.story-card--suites .story-card-folio {
  color: rgba(20, 35, 59, 0.56);
}

.story-card--suites .story-card-copy h2 {
  font-size: clamp(60px, 5.5vw, 86px);
  line-height: 0.84;
}

.story-suite-collage {
  margin-top: 34px;
  margin-bottom: 0;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.42fr);
  grid-template-rows: 1fr 0.54fr;
  gap: 12px;
  transform: rotate(-1.5deg);
}

.story-suite-collage figure:first-child {
  border-radius: 250px 250px 0 0;
}

.story-suite-collage figure:nth-child(2) {
  border-radius: 50%;
  transform: translate(-18px, 32px);
}

.story-suite-collage > p {
  position: relative;
  z-index: 2;
  background: var(--terracotta);
  transform: translate(14px, -10px) rotate(3deg);
}

.story-suite-collage > p small {
  color: #f1deb0;
}

@media (min-width: 1181px) and (pointer: fine) {
  .story-stack-progress {
    color: rgba(20, 35, 59, 0.44);
  }

  .story-progress-track {
    background: rgba(20, 35, 59, 0.18);
  }

  .story-progress-track i {
    background: var(--terracotta);
  }

  .story-progress-current {
    color: var(--terracotta);
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-card--arrival .story-card-media {
    min-height: min(78svh, 720px);
    margin: 0 clamp(40px, 8vw, 84px);
    border-radius: 300px 300px 0 0;
  }

  .story-card--favour .story-card-media {
    min-height: min(60svh, 580px);
    margin: 0;
    border-radius: 0 0 180px 0;
  }

  .story-card--favour .story-card-copy {
    padding-left: clamp(32px, 7vw, 70px);
  }

  .story-card--address {
    align-items: end;
  }

  .story-address-panel {
    width: min(100%, 760px);
  }

  .story-suite-collage {
    margin: 0 32px;
  }
}

@media (max-width: 720px) {
  .story-stack-intro h2 {
    font-size: 58px;
    line-height: 0.86;
  }

  .story-stack-intro::after {
    width: 76%;
  }

  .story-card {
    border-radius: 0;
  }

  .story-card-folio span:first-child {
    font-size: 34px;
  }

  .story-card--arrival .story-card-copy h2,
  .story-card--favour .story-card-copy h2,
  .story-card--world .story-card-copy h2,
  .story-address-panel h2,
  .story-card--suites .story-card-copy h2 {
    font-size: 49px;
    line-height: 0.86;
  }

  .story-card--arrival .story-card-media {
    min-height: 68svh;
    margin: 0 24px;
    border-radius: 190px 190px 0 0;
  }

  .story-card--arrival .story-card-media::before {
    top: 14px;
    left: 14px;
    width: 58px;
    height: 58px;
  }

  .story-card--favour .story-card-media {
    min-height: 50svh;
    border-radius: 0 0 120px 0;
  }

  .story-card--favour::before {
    top: 38%;
    left: 50%;
    font-size: 84px;
  }

  .story-card-media--world {
    transform: rotate(1.5deg);
  }

  .story-card--address {
    min-height: 1160px;
    padding: 86px 24px 42px;
  }

  .story-address-panel::before {
    right: -0.05em;
    bottom: -0.12em;
  }

  .story-suite-collage {
    min-height: 560px;
    margin: 0 18px;
  }

  .story-suite-collage figure:first-child {
    border-radius: 170px 170px 0 0;
  }
}

/* ===== Story scenes: brand-connected translucent treatment =============== */

.story-stack {
  margin-top: -1px;
  padding-right: 0;
  padding-left: 0;
  background:
    linear-gradient(180deg, rgba(16, 28, 49, 0.97) 0%, rgba(16, 28, 49, 0.87) 24%, rgba(16, 28, 49, 0.8) 100%),
    url("../assets/images/pdg15-interior-hero.jpg") center center / cover fixed;
  color: var(--white);
}

.story-stack::before {
  top: 42px;
  right: -0.025em;
  color: rgba(255, 255, 255, 0.026);
}

.story-stack::after {
  content: none;
}

.story-stack-intro,
.story-stack-cards {
  width: min(calc(100% - clamp(40px, 10vw, 144px)), 1400px);
}

.story-stack-intro {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.story-stack-intro::after {
  height: 4px;
  background: linear-gradient(90deg, var(--terracotta) 0 34%, var(--gold) 34% 68%, var(--sage) 68%);
}

.story-stack-intro .eyebrow {
  color: var(--gold);
}

.story-stack-intro h2 {
  color: var(--white);
}

.story-stack-intro-note p {
  color: rgba(255, 255, 255, 0.82);
}

.story-stack-intro-note span {
  color: var(--gold);
}

.story-card {
  border-top: 1px solid rgba(179, 149, 91, 0.36);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(28px) saturate(1.04);
  -webkit-backdrop-filter: blur(28px) saturate(1.04);
}

.story-card--arrival {
  width: 96%;
  margin-left: 0;
  background:
    linear-gradient(110deg, rgba(251, 248, 241, 0.16), rgba(251, 248, 241, 0.035)),
    rgba(20, 35, 59, 0.46);
  color: var(--white);
}

.story-card--arrival::before {
  color: rgba(255, 255, 255, 0.03);
}

.story-card--arrival .story-card-folio {
  color: rgba(255, 255, 255, 0.48);
}

.story-card--arrival .eyebrow {
  color: var(--gold);
}

.story-card--arrival .story-card-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

.story-card--arrival .story-card-copy .story-card-lead {
  color: rgba(255, 255, 255, 0.96);
}

.story-card--favour {
  width: 94%;
  margin-right: 0;
  background:
    linear-gradient(120deg, rgba(156, 85, 68, 0.93), rgba(156, 85, 68, 0.75)),
    rgba(156, 85, 68, 0.78);
}

.story-card--favour::before {
  color: rgba(251, 248, 241, 0.06);
}

.story-card--world {
  width: 91%;
  margin-left: 3%;
  background:
    radial-gradient(circle at 78% 18%, rgba(97, 115, 92, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(20, 35, 59, 0.95), rgba(20, 35, 59, 0.79)),
    rgba(20, 35, 59, 0.82);
}

.story-card--world::before,
.story-card--world::after {
  border-color: rgba(179, 149, 91, 0.18);
}

.story-card--address {
  width: 96%;
  margin-right: 0;
}

.story-card--suites {
  width: 93%;
  margin-left: 1.5%;
  background:
    radial-gradient(circle at 12% 10%, rgba(241, 232, 220, 0.14), transparent 28%),
    linear-gradient(125deg, rgba(97, 115, 92, 0.2), rgba(20, 35, 59, 0.12)),
    rgba(20, 35, 59, 0.52);
  color: var(--white);
}

.story-card--suites::before {
  color: rgba(255, 255, 255, 0.032);
}

.story-card--suites .story-card-folio {
  color: rgba(255, 255, 255, 0.48);
}

.story-card--suites .eyebrow {
  color: var(--gold);
}

.story-card--suites .story-card-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

.story-card--suites .text-link.dark {
  color: var(--white);
}

.story-suite-collage > p {
  background: var(--terracotta);
}

@media (min-width: 1181px) and (pointer: fine) {
  .story-stack-progress {
    color: rgba(255, 255, 255, 0.42);
  }

  .story-progress-track {
    background: rgba(255, 255, 255, 0.18);
  }

  .story-progress-track i {
    background: var(--gold);
  }

  .story-progress-current {
    color: var(--gold);
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-stack {
    background:
      linear-gradient(180deg, rgba(16, 28, 49, 0.96), rgba(16, 28, 49, 0.84)),
      url("../assets/images/pdg15-interior-hero.jpg") center top / auto 100svh scroll;
  }

  .story-stack-intro,
  .story-stack-cards {
    width: min(calc(100% - 40px), 920px);
  }

  .story-card--arrival,
  .story-card--favour,
  .story-card--world,
  .story-card--address,
  .story-card--suites {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .story-card--arrival {
    background: rgba(20, 35, 59, 0.86);
  }

  .story-card--favour {
    background: rgba(156, 85, 68, 0.84);
  }

  .story-card--world {
    background: rgba(20, 35, 59, 0.84);
  }

  .story-card--suites {
    background: rgba(20, 35, 59, 0.86);
  }
}

@media (max-width: 720px) {
  .story-stack-intro,
  .story-stack-cards {
    width: calc(100% - 28px);
  }

  .story-card {
    box-shadow: none;
  }
}

/* ===== Text-first story sequence ========================================== */

.story-stack {
  padding-top: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(97, 115, 92, 0.13), transparent 28%),
    radial-gradient(circle at 8% 72%, rgba(156, 85, 68, 0.12), transparent 30%),
    linear-gradient(180deg, #101c31, var(--navy));
}

.story-stack-cards {
  width: min(calc(100% - clamp(40px, 10vw, 144px)), 1400px);
}

.story-card {
  display: grid;
  min-height: min(780px, calc(100svh - var(--story-top) - 22px));
  align-items: center;
  padding: clamp(96px, 9vw, 142px) clamp(34px, 8vw, 124px) clamp(72px, 7vw, 110px);
  border-top-color: rgba(179, 149, 91, 0.32);
}

.story-card-copy {
  position: relative;
  display: block;
  width: min(100%, 980px);
  padding: 0;
}

.story-card-copy h2,
.story-card--favour .story-card-copy h2,
.story-card--world .story-card-copy h2,
.story-card--suites .story-card-copy h2 {
  max-width: 920px;
  margin-bottom: clamp(30px, 4vw, 48px);
  color: var(--white);
  font-size: clamp(58px, 6vw, 94px);
  font-style: normal;
  letter-spacing: -0.028em;
  line-height: 0.88;
}

.story-card-copy > p:not(.eyebrow),
.story-card-copy .story-card-lead,
.story-card--arrival .story-card-copy > p:not(.eyebrow),
.story-card--favour .story-card-copy > p:not(.eyebrow),
.story-card--world .story-card-copy > p:not(.eyebrow),
.story-card--suites .story-card-copy > p:not(.eyebrow) {
  max-width: 800px;
  margin-bottom: 1.15em;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--sans);
  font-size: clamp(18px, 1.42vw, 22px);
  font-weight: 400;
  line-height: 1.62;
}

.story-card-copy .eyebrow {
  margin-bottom: 20px;
  color: var(--gold);
}

.story-card-copy .text-link.dark {
  margin-top: 16px;
  color: var(--white);
}

.story-card--arrival,
.story-card--favour,
.story-card--world,
.story-card--address,
.story-card--suites {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  color: var(--white);
}

.story-card--arrival {
  background:
    linear-gradient(110deg, rgba(251, 248, 241, 0.1), rgba(251, 248, 241, 0.02)),
    rgba(20, 35, 59, 0.36);
}

.story-card--arrival .story-card-copy {
  margin-right: auto;
  margin-left: 0;
}

.story-card--favour {
  background:
    linear-gradient(120deg, rgba(156, 85, 68, 0.76), rgba(156, 85, 68, 0.54)),
    rgba(20, 35, 59, 0.24);
}

.story-card--favour .story-card-copy {
  margin-right: clamp(0px, 5vw, 76px);
  margin-left: auto;
}

.story-card--world {
  background:
    radial-gradient(circle at 82% 22%, rgba(97, 115, 92, 0.28), transparent 34%),
    rgba(20, 35, 59, 0.64);
}

.story-card--world .story-card-copy {
  margin-right: auto;
  margin-left: auto;
}

.story-card--world .story-card-copy::after {
  content: "ALASKA · OMAN · ICELAND · ABU DHABI";
  position: absolute;
  right: -0.12em;
  bottom: -1.1em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--serif);
  font-size: clamp(74px, 9vw, 142px);
  letter-spacing: -0.045em;
  line-height: 0.72;
  white-space: nowrap;
  pointer-events: none;
}

.story-card--address {
  align-items: center;
  padding: clamp(96px, 9vw, 142px) clamp(34px, 8vw, 124px) clamp(72px, 7vw, 110px);
  background:
    linear-gradient(118deg, rgba(97, 115, 92, 0.78), rgba(97, 115, 92, 0.54)),
    rgba(20, 35, 59, 0.3);
}

.story-card--address::before {
  background: linear-gradient(90deg, rgba(20, 35, 59, 0.12), transparent 70%);
}

.story-card--address .story-card-copy {
  margin-right: clamp(0px, 5vw, 76px);
  margin-left: auto;
}

.story-card--address .story-card-copy::before {
  content: "15";
  position: absolute;
  right: -0.12em;
  bottom: -0.28em;
  z-index: -1;
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--serif);
  font-size: clamp(250px, 34vw, 520px);
  font-style: italic;
  line-height: 0.7;
  pointer-events: none;
}

.story-card--suites {
  background:
    linear-gradient(125deg, rgba(241, 232, 220, 0.12), rgba(241, 232, 220, 0.025)),
    rgba(20, 35, 59, 0.52);
}

.story-card--suites .story-card-copy {
  margin-right: auto;
  margin-left: 0;
}

.story-card--suites::before {
  right: 3%;
  color: rgba(255, 255, 255, 0.035);
}

@media (min-width: 1181px) and (pointer: fine) {
  .story-card {
    margin-bottom: clamp(150px, 20vh, 230px);
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-stack {
    padding-top: 0;
    background:
      radial-gradient(circle at 88% 18%, rgba(97, 115, 92, 0.13), transparent 28%),
      linear-gradient(180deg, #101c31, var(--navy));
  }

  .story-card {
    min-height: 0;
    padding: 98px clamp(28px, 7vw, 64px) 72px;
  }

  .story-card--arrival,
  .story-card--favour,
  .story-card--world,
  .story-card--address,
  .story-card--suites {
    background-color: rgba(20, 35, 59, 0.7);
  }

  .story-card--favour {
    background:
      linear-gradient(120deg, rgba(156, 85, 68, 0.82), rgba(156, 85, 68, 0.62)),
      rgba(20, 35, 59, 0.4);
  }

  .story-card--address {
    background:
      linear-gradient(118deg, rgba(97, 115, 92, 0.82), rgba(97, 115, 92, 0.62)),
      rgba(20, 35, 59, 0.4);
  }
}

@media (max-width: 720px) {
  .story-stack-cards {
    width: calc(100% - 28px);
  }

  .story-card {
    padding: 88px 24px 58px;
  }

  .story-card-copy h2,
  .story-card--favour .story-card-copy h2,
  .story-card--world .story-card-copy h2,
  .story-card--suites .story-card-copy h2 {
    font-size: 48px;
    line-height: 0.9;
  }

  .story-card-copy > p:not(.eyebrow),
  .story-card-copy .story-card-lead,
  .story-card--arrival .story-card-copy > p:not(.eyebrow),
  .story-card--favour .story-card-copy > p:not(.eyebrow),
  .story-card--world .story-card-copy > p:not(.eyebrow),
  .story-card--suites .story-card-copy > p:not(.eyebrow) {
    font-size: 18px;
    line-height: 1.58;
  }

  .story-card--world .story-card-copy::after {
    white-space: normal;
  }
}

/* ===== About story continuity ============================================ */

.about-hero::before {
  background:
    linear-gradient(90deg, rgba(15, 28, 48, 0.8), rgba(15, 28, 48, 0.36) 54%, rgba(15, 28, 48, 0.1) 82%),
    linear-gradient(0deg, rgba(15, 28, 48, 0.64), rgba(15, 28, 48, 0.08) 58%),
    linear-gradient(135deg, rgba(179, 149, 91, 0.15), transparent 38%);
}

.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(15, 28, 48, 0.38), transparent 38%);
  pointer-events: none;
}

.about-hero-media img {
  filter: saturate(0.94) contrast(1.04) brightness(0.94);
}

.story-stack {
  z-index: 4;
  background: transparent;
}

.story-stack::before,
.story-stack::after {
  content: none;
}

.story-card {
  border-top-color: rgba(179, 149, 91, 0.5);
  box-shadow: 0 38px 100px rgba(8, 18, 32, 0.2);
  backdrop-filter: blur(30px) saturate(0.92);
  -webkit-backdrop-filter: blur(30px) saturate(0.92);
}

.story-card--arrival,
.story-card--world,
.story-card--suites {
  background: rgba(251, 248, 241, 0.9);
  color: var(--navy);
}

.story-card--arrival .story-card-copy h2,
.story-card--world .story-card-copy h2,
.story-card--suites .story-card-copy h2 {
  color: var(--navy);
}

.story-card--arrival .story-card-copy > p:not(.eyebrow),
.story-card--arrival .story-card-copy .story-card-lead,
.story-card--world .story-card-copy > p:not(.eyebrow),
.story-card--world .story-card-copy .story-card-lead,
.story-card--suites .story-card-copy > p:not(.eyebrow),
.story-card--suites .story-card-copy .story-card-lead {
  color: rgba(20, 35, 59, 0.76);
}

.story-card--arrival .story-card-folio,
.story-card--world .story-card-folio,
.story-card--suites .story-card-folio {
  color: rgba(20, 35, 59, 0.48);
}

.story-card--arrival .eyebrow {
  color: var(--terracotta);
}

.story-card--world .eyebrow {
  color: var(--sage);
}

.story-card--suites .eyebrow {
  color: var(--gold);
}

.story-card--suites .text-link.dark {
  color: var(--navy);
}

.story-card--arrival::before,
.story-card--suites::before {
  color: rgba(20, 35, 59, 0.035);
}

.story-card--world::before,
.story-card--world::after {
  border-color: rgba(179, 149, 91, 0.2);
}

.story-card--world .story-card-copy::after {
  color: rgba(20, 35, 59, 0.045);
}

.story-card--favour,
.story-card--address {
  background: rgba(20, 35, 59, 0.9);
  color: var(--white);
}

.story-card--favour::before {
  color: rgba(251, 248, 241, 0.045);
}

.story-card--address::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 70%);
}

.story-card--favour .eyebrow,
.story-card--address .eyebrow {
  color: var(--gold);
}

.about-signoff {
  z-index: 6;
}

@media (min-width: 1181px) and (pointer: fine) {
  .about-hero {
    position: sticky;
    top: 0;
    z-index: 0;
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-stack {
    background: var(--navy);
  }

  .story-card--arrival,
  .story-card--world,
  .story-card--suites {
    background: rgba(251, 248, 241, 0.97);
  }

  .story-card--favour,
  .story-card--address {
    background: rgba(20, 35, 59, 0.97);
  }
}

/* ===== One continuous Barcelona story ==================================== */

.about-hero {
  position: fixed;
  inset: 0;
  z-index: 0;
  min-height: 100svh;
  padding: 0;
  pointer-events: none;
}

.about-hero::before {
  background:
    linear-gradient(180deg, rgba(15, 28, 48, 0.34), rgba(15, 28, 48, 0.54)),
    linear-gradient(120deg, rgba(179, 149, 91, 0.1), transparent 42%);
}

.about-hero::after,
.about-hero-media::after {
  content: none;
}

.about-hero-media img {
  object-position: center 46%;
  transform: scale(1.08);
  filter: saturate(0.92) contrast(1.04) brightness(0.92);
  will-change: auto;
}

.story-stack,
.story-stack.is-story-active {
  position: relative;
  z-index: 4;
  margin-top: 0;
  background: transparent;
}

.story-stack-cards {
  padding-top: 1px;
}

.story-card {
  background-clip: padding-box;
}

.story-card--arrival,
.story-card--world,
.story-card--suites {
  background: rgba(251, 248, 241, 0.88);
}

.story-card--favour,
.story-card--address {
  background: rgba(20, 35, 59, 0.88);
}

.story-card-title {
  max-width: 980px;
  margin-bottom: clamp(30px, 4vw, 48px);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 94px);
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 0.88;
}

.story-card-title span {
  display: block;
}

.about-signoff,
.about-page .site-footer {
  position: relative;
  z-index: 6;
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-stack,
  .story-stack.is-story-active {
    background: transparent;
  }

  .story-card--arrival,
  .story-card--world,
  .story-card--suites {
    background: rgba(251, 248, 241, 0.94);
  }

  .story-card--favour,
  .story-card--address {
    background: rgba(20, 35, 59, 0.94);
  }
}

@media (max-width: 720px) {
  .story-card-title {
    font-size: 48px;
    line-height: 0.9;
  }
}

/* ===== Final editorial story direction =================================== */

.about-hero::before {
  background:
    radial-gradient(circle at 70% 24%, rgba(20, 35, 59, 0.08), rgba(8, 18, 34, 0.48) 72%),
    linear-gradient(180deg, rgba(10, 23, 41, 0.6), rgba(8, 18, 34, 0.8));
}

.about-hero-media img {
  filter: saturate(0.78) contrast(1.05) brightness(0.84);
}

.story-stack {
  padding-bottom: clamp(180px, 18vw, 270px);
}

.story-stack-cards {
  width: min(calc(100% - clamp(48px, 11vw, 176px)), 1380px);
  padding-top: clamp(136px, 16svh, 184px);
}

.story-card {
  min-height: min(800px, calc(100svh - var(--story-top) - 22px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top-color: rgba(210, 185, 128, 0.64);
  box-shadow:
    0 50px 140px rgba(3, 10, 20, 0.44),
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(34px) saturate(0.88);
  -webkit-backdrop-filter: blur(34px) saturate(0.88);
}

.story-card--arrival {
  width: 100%;
  border-radius: 38px 150px 38px 38px;
  background: rgba(251, 248, 241, 0.94);
}

.story-card--favour {
  width: 92%;
  margin-right: 0;
  margin-left: auto;
  border-radius: 150px 38px 38px 38px;
  background: rgba(20, 35, 59, 0.94);
}

.story-card--world {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 38px 38px 150px 38px;
  background: rgba(251, 248, 241, 0.94);
}

.story-card--address {
  width: 96%;
  margin-right: auto;
  margin-left: 0;
  border-radius: 38px 150px 38px 38px;
  background: rgba(20, 35, 59, 0.94);
}

.story-card--suites {
  width: 91%;
  margin-right: 0;
  margin-left: auto;
  border-radius: 150px 38px 38px 38px;
  background: rgba(251, 248, 241, 0.94);
}

.story-card-folio {
  top: 30px;
  right: 36px;
  gap: 6px;
}

.story-card-folio span:first-child {
  font-size: 52px;
  line-height: 0.76;
}

.story-card-folio span:last-child {
  letter-spacing: 0.18em;
}

.story-card-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.story-card-copy .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.story-card-title {
  font-size: clamp(64px, 5.6vw, 98px);
  line-height: 0.84;
  text-wrap: balance;
}

.story-card-title span {
  margin-top: 0.08em;
  margin-left: clamp(0px, 3vw, 44px);
  color: var(--terracotta);
  font-style: italic;
}

.story-card-copy > p:not(.eyebrow),
.story-card-copy .story-card-lead,
.story-card--arrival .story-card-copy > p:not(.eyebrow),
.story-card--favour .story-card-copy > p:not(.eyebrow),
.story-card--world .story-card-copy > p:not(.eyebrow),
.story-card--suites .story-card-copy > p:not(.eyebrow) {
  max-width: 720px;
}

.story-card--favour .story-card-copy,
.story-card--address .story-card-copy {
  max-width: 900px;
}

.story-card--world .story-card-copy {
  max-width: 940px;
}

.story-card--suites .story-card-copy {
  max-width: 880px;
}

.story-stack-progress {
  text-shadow: 0 2px 18px rgba(2, 8, 16, 0.8);
}

@media (min-width: 1181px) and (pointer: fine) {
  .story-card {
    margin-bottom: clamp(190px, 24vh, 280px);
  }

  .story-card--arrival .story-card-copy {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.5fr);
    grid-template-rows: auto auto 1fr;
    column-gap: clamp(48px, 7vw, 110px);
    align-items: start;
  }

  .story-card--arrival .eyebrow {
    grid-column: 1;
    grid-row: 1;
  }

  .story-card--arrival .story-card-title {
    grid-column: 1;
    grid-row: 2 / 4;
    align-self: center;
    margin-bottom: 0;
  }

  .story-card--arrival .story-card-copy > p:not(.eyebrow) {
    grid-column: 2;
    margin-right: 0;
  }

  .story-card--arrival .story-card-copy > p:nth-of-type(2) {
    grid-row: 2;
    padding-top: 0.3em;
  }

  .story-card--arrival .story-card-copy > p:nth-of-type(3) {
    grid-row: 3;
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-stack {
    padding-top: 0;
  }

  .story-stack-cards {
    width: min(calc(100% - 40px), 920px);
    padding-top: 116px;
  }

  .story-card--arrival,
  .story-card--favour,
  .story-card--world,
  .story-card--address,
  .story-card--suites {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 30px 82px 30px 30px;
  }
}

@media (max-width: 720px) {
  .story-stack-cards {
    width: calc(100% - 28px);
    padding-top: 104px;
  }

  .story-card {
    border-radius: 24px 64px 24px 24px;
  }

  .story-card-title {
    font-size: clamp(46px, 14vw, 62px);
  }

  .story-card-title span {
    margin-left: 0;
  }

  .story-card-folio {
    top: 24px;
    right: 24px;
  }

  .story-card-folio span:first-child {
    font-size: 42px;
  }
}

/* ===== Quiet luxury card refinement ====================================== */

.story-stack-cards {
  width: min(calc(100% - clamp(32px, 6vw, 96px)), 1580px);
}

.story-card {
  border-radius: 28px;
}

.story-card--arrival {
  width: 100%;
  border-radius: 28px;
  background: rgba(251, 248, 241, 0.91);
}

.story-card--favour {
  width: 97%;
  border-radius: 28px;
  background: rgba(20, 35, 59, 0.88);
}

.story-card--world {
  width: 95%;
  border-radius: 28px;
  background: rgba(251, 248, 241, 0.91);
}

.story-card--address {
  width: 98%;
  border-radius: 28px;
  background: rgba(20, 35, 59, 0.88);
}

.story-card--suites {
  width: 96%;
  border-radius: 28px;
  background: rgba(251, 248, 241, 0.91);
}

.story-card-folio {
  top: 34px;
  right: 40px;
  display: block;
  width: auto;
  padding: 0 0 11px;
  border-bottom: 1px solid currentColor;
}

.story-card-folio span:only-child {
  display: block;
  max-width: none;
  color: inherit;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-stack-cards {
    width: min(calc(100% - 40px), 1040px);
  }

  .story-card--arrival,
  .story-card--favour,
  .story-card--world,
  .story-card--address,
  .story-card--suites {
    width: 100%;
    border-radius: 24px;
  }
}

@media (max-width: 720px) {
  .story-stack-cards {
    width: calc(100% - 28px);
  }

  .story-card-folio {
    top: 24px;
    right: 24px;
  }
}

/* ===== Story stacking on touch screens ================================== */

@media (max-width: 1180px), (pointer: coarse) {
  .story-card {
    position: sticky;
    margin-bottom: clamp(120px, 18svh, 190px);
    transform: translateZ(0) scale(var(--story-scale));
    transform-origin: top center;
    backdrop-filter: blur(22px) saturate(0.9);
    -webkit-backdrop-filter: blur(22px) saturate(0.9);
    will-change: transform;
  }

  .story-card--arrival {
    top: 94px;
  }

  .story-card--favour {
    top: 102px;
  }

  .story-card--world {
    top: 110px;
  }

  .story-card--address {
    top: 118px;
  }

  .story-card--suites {
    top: 126px;
  }

  .story-card:last-child {
    margin-bottom: 56px;
  }
}

@media (max-width: 720px) {
  .story-card {
    margin-bottom: clamp(92px, 14svh, 126px);
    backdrop-filter: blur(16px) saturate(0.9);
    -webkit-backdrop-filter: blur(16px) saturate(0.9);
  }

  .story-card--arrival {
    top: 76px;
  }

  .story-card--favour {
    top: 82px;
  }

  .story-card--world {
    top: 88px;
  }

  .story-card--address {
    top: 94px;
  }

  .story-card--suites {
    top: 100px;
  }

  .story-card:last-child {
    margin-bottom: 38px;
  }
}

/* ===== Curated editorial gallery story ================================== */

.about-page {
  background: var(--navy);
}

.about-hero {
  background: var(--navy);
}

.about-hero::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(10, 21, 38, 0.54), rgba(10, 21, 38, 0.24) 55%, rgba(10, 21, 38, 0.46)),
    linear-gradient(180deg, rgba(10, 21, 38, 0.38), rgba(10, 21, 38, 0.78));
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(circle at 78% 16%, rgba(179, 149, 91, 0.11), transparent 22%),
    linear-gradient(180deg, transparent 64%, rgba(20, 35, 59, 0.5));
  pointer-events: none;
}

.about-hero-media img {
  transform: scale(1.065);
  filter: saturate(0.72) contrast(1.07) brightness(0.72);
}

.story-stack,
.story-stack.is-story-active {
  isolation: isolate;
  padding-bottom: clamp(160px, 17vw, 260px);
  background: transparent;
}

.story-stack::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 35, 59, 0.08), rgba(20, 35, 59, 0.34)),
    radial-gradient(circle at 16% 42%, rgba(156, 85, 68, 0.09), transparent 26%);
  pointer-events: none;
}

.story-stack::after {
  content: none;
}

.story-stack-marker {
  position: fixed;
  top: 50%;
  left: 17px;
  z-index: 7;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(251, 248, 241, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  opacity: 0;
  transform: translateY(-50%) translateX(-12px);
  transition:
    opacity 500ms var(--ease-luxury),
    transform 700ms var(--ease-luxury);
  pointer-events: none;
}

.story-stack-marker i {
  display: block;
  width: 1px;
  height: 54px;
  background: linear-gradient(180deg, var(--gold), rgba(251, 248, 241, 0.16));
}

.story-stack.is-story-active .story-stack-marker {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.story-stack-cards {
  width: min(calc(100% - clamp(52px, 7vw, 112px)), 1660px);
  padding-top: clamp(132px, 15svh, 176px);
}

.story-card {
  --story-card-cream: rgba(251, 248, 241, 0.91);
  --story-card-navy: rgba(20, 35, 59, 0.89);
  position: sticky;
  isolation: isolate;
  display: grid;
  min-height: min(820px, calc(100svh - var(--story-top) - 20px));
  align-items: center;
  margin-bottom: clamp(180px, 23svh, 270px);
  overflow: hidden;
  border: 1px solid rgba(251, 248, 241, 0.17);
  border-top-color: rgba(179, 149, 91, 0.68);
  border-radius: 26px;
  box-shadow:
    0 48px 140px rgba(2, 9, 20, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
  transform: translateZ(0) scale(var(--story-scale, 1));
  transform-origin: top center;
  backdrop-filter: blur(32px) saturate(0.92);
  -webkit-backdrop-filter: blur(32px) saturate(0.92);
  will-change: transform;
}

.story-card:last-child {
  margin-bottom: 48px;
}

.story-card-copy {
  z-index: 3;
  transform: translate3d(0, var(--story-copy-shift, 0), 0);
  transition: transform 120ms linear;
}

.story-card-copy h2,
.story-card--favour .story-card-copy h2,
.story-card--world .story-card-copy h2,
.story-card--suites .story-card-copy h2 {
  max-width: 880px;
  margin-bottom: clamp(28px, 3vw, 44px);
  font-size: clamp(58px, 5.3vw, 92px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-wrap: balance;
}

.story-card-copy > p:not(.eyebrow),
.story-card-copy .story-card-lead,
.story-card--arrival .story-card-copy > p:not(.eyebrow),
.story-card--favour .story-card-copy > p:not(.eyebrow),
.story-card--world .story-card-copy > p:not(.eyebrow),
.story-card--suites .story-card-copy > p:not(.eyebrow) {
  max-width: 710px;
  margin-bottom: 1.05em;
  font-size: clamp(18px, 1.25vw, 21px);
  line-height: 1.62;
}

.story-card-copy .eyebrow {
  margin-bottom: 20px;
  font-size: 9px;
  letter-spacing: 0.2em;
}

.story-card-folio {
  top: 32px;
  right: 36px;
  z-index: 6;
  padding: 9px 12px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(251, 248, 241, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.story-card-folio span:only-child {
  font-size: 8px;
  letter-spacing: 0.18em;
}

.story-card--arrival,
.story-card--world,
.story-card--suites {
  background: var(--story-card-cream);
  color: var(--navy);
}

.story-card--favour,
.story-card--address {
  background: var(--story-card-navy);
  color: var(--white);
}

.story-card--arrival {
  padding: clamp(100px, 9vw, 146px) clamp(38px, 7vw, 116px) clamp(76px, 7vw, 110px);
}

.story-card--arrival::before {
  content: "BARCELONA";
  position: absolute;
  right: -0.03em;
  bottom: -0.14em;
  z-index: 0;
  color: rgba(20, 35, 59, 0.032);
  font-family: var(--serif);
  font-size: clamp(150px, 22vw, 360px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.72;
  pointer-events: none;
}

.story-card--arrival::after {
  content: "";
  position: absolute;
  top: -24%;
  right: -4%;
  z-index: 1;
  width: clamp(230px, 27vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(156, 85, 68, 0.2);
  border-radius: 47% 53% 62% 38% / 43% 37% 63% 57%;
  transform: rotate(18deg);
  pointer-events: none;
}

.story-card--arrival .story-card-title {
  max-width: 920px;
  color: var(--navy);
  font-size: clamp(64px, 6.4vw, 108px);
  line-height: 0.83;
}

.story-card--arrival .story-card-title span {
  color: var(--terracotta);
  font-style: italic;
}

.story-card--arrival .story-card-year {
  top: auto;
  right: 32px;
  bottom: 30px;
  left: auto;
  z-index: 4;
  color: rgba(20, 35, 59, 0.34);
  font-size: 9px;
  letter-spacing: 0.18em;
  writing-mode: horizontal-tb;
}

.story-card-margin-note {
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: 4;
  margin: 0;
  color: rgba(20, 35, 59, 0.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-align: right;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.story-card--favour,
.story-card--address,
.story-card--suites {
  padding: clamp(100px, 8vw, 132px) clamp(38px, 7vw, 110px) clamp(72px, 6vw, 100px);
}

.story-card--favour::before {
  content: "";
  position: absolute;
  top: -24%;
  left: -10%;
  z-index: 1;
  width: clamp(300px, 34vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(179, 149, 91, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.story-card--favour .story-card-copy {
  width: min(55%, 760px);
  margin: 0 auto 0 0;
}

.story-card--world {
  padding: clamp(100px, 8vw, 134px) clamp(38px, 8vw, 132px) clamp(78px, 7vw, 112px);
}

.story-card--world::before,
.story-card--world::after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(97, 115, 92, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.story-card--world::before {
  top: -28%;
  right: -6%;
  width: clamp(340px, 42vw, 680px);
  aspect-ratio: 1;
}

.story-card--world::after {
  top: -15%;
  right: 2%;
  width: clamp(260px, 32vw, 520px);
  aspect-ratio: 1;
}

.story-card--world .story-card-copy {
  width: min(72%, 980px);
  margin-right: auto;
  margin-left: auto;
}

.story-card--world .story-card-copy::after {
  content: none;
}

.story-card-constellation {
  position: absolute;
  right: 5%;
  bottom: 5%;
  left: 5%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: rgba(20, 35, 59, 0.075);
  font-family: var(--serif);
  font-size: clamp(54px, 7vw, 112px);
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 0.74;
  pointer-events: none;
}

.story-card-constellation span:nth-child(1) {
  transform: translateY(-0.28em);
}

.story-card-constellation span:nth-child(2) {
  transform: translateY(0.2em);
}

.story-card--address::before {
  content: "15";
  position: absolute;
  bottom: -0.2em;
  left: -0.04em;
  z-index: 1;
  color: rgba(251, 248, 241, 0.045);
  font-family: var(--serif);
  font-size: clamp(260px, 35vw, 560px);
  font-style: italic;
  line-height: 0.68;
  pointer-events: none;
}

.story-card--address .story-card-copy {
  width: min(55%, 800px);
  margin-right: 0;
  margin-left: auto;
}

.story-card--suites::before {
  content: "EIGHT";
  position: absolute;
  right: -0.02em;
  bottom: -0.16em;
  z-index: 0;
  color: rgba(20, 35, 59, 0.035);
  font-family: var(--serif);
  font-size: clamp(150px, 21vw, 330px);
  font-style: italic;
  letter-spacing: -0.07em;
  line-height: 0.72;
  pointer-events: none;
}

.story-card--suites .story-card-copy {
  width: min(58%, 820px);
  margin: 0 auto 0 0;
}

.story-card--suites .text-link.dark {
  color: var(--navy);
}

.story-card-artwork {
  position: absolute;
  inset-block: 0;
  z-index: 1;
  width: 54%;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}

.story-card-artwork--right {
  right: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 13%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.14) 13%, #000 34%);
}

.story-card-artwork--left {
  left: 0;
  -webkit-mask-image: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.14) 13%, #000 34%);
  mask-image: linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, 0.14) 13%, #000 34%);
}

.story-card-artwork::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 35, 59, 0.1), transparent 34%, rgba(20, 35, 59, 0.36)),
    linear-gradient(105deg, rgba(179, 149, 91, 0.06), transparent 58%);
}

.story-card-artwork img {
  width: 100%;
  height: calc(100% + 96px);
  object-fit: cover;
  transform: translate3d(0, calc(-48px + var(--story-artwork-shift, 0px)), 0) scale(1.035);
  filter: saturate(0.78) contrast(1.08);
  will-change: transform;
}

.story-card--favour .story-card-artwork img,
.story-card--address .story-card-artwork img {
  opacity: 0.78;
  filter: saturate(0.62) contrast(1.12) brightness(0.76);
}

.story-card--suites .story-card-artwork img {
  opacity: 0.86;
  filter: saturate(0.72) contrast(1.04);
}

.story-card-artwork figcaption {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 2;
  max-width: 190px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.story-card-artwork--left figcaption {
  right: auto;
  left: 30px;
  text-align: left;
}

.story-card.is-current .story-card-folio {
  border-color: rgba(179, 149, 91, 0.8);
}

.story-card.is-current .story-card-artwork img {
  filter: saturate(0.92) contrast(1.06);
}

.story-card--favour.is-current .story-card-artwork img,
.story-card--address.is-current .story-card-artwork img {
  filter: saturate(0.72) contrast(1.1) brightness(0.8);
}

.about-signoff {
  background:
    radial-gradient(circle at 88% 12%, rgba(156, 85, 68, 0.1), transparent 24%),
    var(--ivory);
}

@media (min-width: 1181px) and (pointer: fine) {
  .story-card--arrival {
    top: 116px;
  }

  .story-card--favour {
    top: 126px;
  }

  .story-card--world {
    top: 136px;
  }

  .story-card--address {
    top: 146px;
  }

  .story-card--suites {
    top: 156px;
  }
}

@media (max-width: 1360px) {
  .story-stack-marker {
    display: none;
  }
}

@media (max-width: 1180px), (pointer: coarse) {
  .about-hero {
    position: fixed;
  }

  .story-stack,
  .story-stack.is-story-active {
    background: transparent;
  }

  .story-stack-cards {
    width: min(calc(100% - 40px), 1040px);
    padding-top: 112px;
  }

  .story-card {
    min-height: min(820px, calc(100svh - 112px));
    margin-bottom: clamp(116px, 17svh, 178px);
    border-radius: 24px;
  }

  .story-card--arrival,
  .story-card--favour,
  .story-card--world,
  .story-card--address,
  .story-card--suites {
    width: 100%;
  }

  .story-card--arrival,
  .story-card--world,
  .story-card--suites {
    background: rgba(251, 248, 241, 0.94);
  }

  .story-card--favour,
  .story-card--address {
    background: rgba(20, 35, 59, 0.93);
  }

  .story-card--arrival .story-card-copy {
    display: block;
  }

  .story-card--favour .story-card-copy,
  .story-card--address .story-card-copy,
  .story-card--suites .story-card-copy {
    width: min(64%, 720px);
  }

  .story-card--address .story-card-copy {
    margin-left: auto;
  }

  .story-card-artwork {
    width: 60%;
  }

  .story-card-margin-note {
    display: none;
  }
}

@media (max-width: 820px) {
  .about-hero::before {
    background:
      linear-gradient(180deg, rgba(10, 21, 38, 0.48), rgba(10, 21, 38, 0.8)),
      linear-gradient(90deg, rgba(10, 21, 38, 0.3), transparent);
  }

  .story-stack-cards {
    width: calc(100% - 28px);
    padding-top: 98px;
  }

  .story-card {
    display: block;
    min-height: min(780px, calc(100svh - 86px));
    margin-bottom: clamp(92px, 14svh, 126px);
    padding: 88px 24px 54px;
    border-radius: 20px;
  }

  .story-card--arrival {
    top: 76px;
  }

  .story-card--favour {
    top: 82px;
  }

  .story-card--world {
    top: 88px;
  }

  .story-card--address {
    top: 94px;
  }

  .story-card--suites {
    top: 100px;
  }

  .story-card:last-child {
    margin-bottom: 34px;
  }

  .story-card-copy {
    transform: none;
  }

  .story-card--favour .story-card-copy,
  .story-card--world .story-card-copy,
  .story-card--address .story-card-copy,
  .story-card--suites .story-card-copy {
    width: 100%;
    margin: 0;
  }

  .story-card-copy h2,
  .story-card--favour .story-card-copy h2,
  .story-card--world .story-card-copy h2,
  .story-card--suites .story-card-copy h2 {
    max-width: 620px;
    font-size: clamp(46px, 11.5vw, 68px);
    line-height: 0.9;
  }

  .story-card--arrival .story-card-title {
    max-width: 650px;
    font-size: clamp(48px, 13vw, 76px);
    line-height: 0.86;
  }

  .story-card-copy > p:not(.eyebrow),
  .story-card-copy .story-card-lead,
  .story-card--arrival .story-card-copy > p:not(.eyebrow),
  .story-card--favour .story-card-copy > p:not(.eyebrow),
  .story-card--world .story-card-copy > p:not(.eyebrow),
  .story-card--suites .story-card-copy > p:not(.eyebrow) {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.57;
  }

  .story-card-artwork {
    inset: 0;
    width: 100%;
    opacity: 0.17;
    -webkit-mask-image: linear-gradient(180deg, #000, transparent 72%);
    mask-image: linear-gradient(180deg, #000, transparent 72%);
  }

  .story-card-artwork img {
    height: calc(100% + 72px);
    transform: translate3d(0, calc(-36px + var(--story-artwork-shift, 0px)), 0) scale(1.04);
  }

  .story-card-artwork figcaption {
    display: none;
  }

  .story-card-constellation {
    display: none;
  }

  .story-card-folio {
    top: 22px;
    right: 22px;
  }

  .story-card--arrival .story-card-year {
    right: 22px;
    bottom: 20px;
  }

  .story-card--arrival::after {
    top: -12%;
    right: -20%;
  }
}

@media (max-width: 520px) {
  .about-hero-media img {
    object-position: 58% center;
    transform: scale(1.09);
  }

  .story-stack-cards {
    width: calc(100% - 20px);
    padding-top: 88px;
  }

  .story-card {
    min-height: calc(100svh - 74px);
    padding: 78px 20px 46px;
    border-radius: 18px;
  }

  .story-card-copy .eyebrow {
    max-width: calc(100% - 126px);
    margin-bottom: 18px;
    font-size: 8px;
    line-height: 1.45;
  }

  .story-card--arrival .story-card-title,
  .story-card-copy h2,
  .story-card--favour .story-card-copy h2,
  .story-card--world .story-card-copy h2,
  .story-card--suites .story-card-copy h2 {
    font-size: clamp(42px, 12.7vw, 58px);
  }

  .story-card-copy > p:not(.eyebrow),
  .story-card-copy .story-card-lead,
  .story-card--arrival .story-card-copy > p:not(.eyebrow),
  .story-card--favour .story-card-copy > p:not(.eyebrow),
  .story-card--world .story-card-copy > p:not(.eyebrow),
  .story-card--suites .story-card-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.54;
  }

  .story-card--arrival {
    top: 70px;
  }

  .story-card--favour {
    top: 76px;
  }

  .story-card--world {
    top: 82px;
  }

  .story-card--address {
    top: 88px;
  }

  .story-card--suites {
    top: 94px;
  }

  .story-card--arrival::before,
  .story-card--address::before,
  .story-card--suites::before {
    opacity: 0.72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-card,
  .story-card-copy,
  .story-card-artwork img {
    transform: none;
  }
}

/* ===== Gallery opening, version 13 ====================================== */

.story-card--arrival {
  background:
    linear-gradient(105deg, rgba(251, 248, 241, 0.98) 0 56%, rgba(251, 248, 241, 0.88) 69%, rgba(251, 248, 241, 0.18) 100%),
    var(--ivory);
}

.story-card--arrival .story-card-copy {
  display: block;
  width: min(62%, 880px);
  max-width: none;
  margin: 0 auto 0 0;
}

.story-card--arrival .story-card-title {
  max-width: 840px;
  font-size: clamp(62px, 5.8vw, 100px);
}

.story-card--arrival .story-card-title span {
  margin-left: clamp(0px, 2.2vw, 34px);
}

.story-card--arrival .story-card-copy > p:not(.eyebrow) {
  max-width: 630px;
}

.story-card-artwork--arrival {
  width: 48%;
  opacity: 0.95;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 10%, #000 36%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 10%, #000 36%);
}

.story-card-artwork--arrival::after {
  background:
    linear-gradient(180deg, rgba(20, 35, 59, 0.08), transparent 42%, rgba(20, 35, 59, 0.42)),
    linear-gradient(105deg, rgba(156, 85, 68, 0.08), transparent 62%);
}

.story-card-artwork--arrival img {
  opacity: 1;
  object-position: center 46%;
  filter: saturate(0.72) contrast(1.08) brightness(0.9);
}

.story-card--arrival.is-current .story-card-artwork--arrival img {
  filter: saturate(0.92) contrast(1.06) brightness(0.94);
}

.story-card--arrival::before {
  right: 31%;
  z-index: 2;
  font-size: clamp(130px, 17vw, 280px);
}

.story-card--arrival::after {
  z-index: 2;
}

.story-card--arrival .story-card-folio,
.story-card--arrival .story-card-year,
.story-card--arrival .story-card-margin-note {
  z-index: 7;
}

@media (max-width: 1180px), (pointer: coarse) {
  .story-card--arrival .story-card-copy {
    width: min(64%, 680px);
  }

  .story-card-artwork--arrival {
    width: 54%;
  }
}

@media (max-width: 820px) {
  .story-card--arrival {
    background: rgba(251, 248, 241, 0.94);
  }

  .story-card--arrival .story-card-copy {
    width: 100%;
  }

  .story-card-artwork--arrival {
    width: 100%;
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(180deg, #000, transparent 76%);
    mask-image: linear-gradient(180deg, #000, transparent 76%);
  }

  .story-card--arrival::before {
    right: -0.04em;
  }
}
