/* =====================================================================
   Castle Creek Hospitality Platform — HNW Investor Site
   Design system: editorial luxury, navy + gold + ivory, generous whitespace
   ===================================================================== */

:root {
  --navy: #0c1d33;
  --navy-2: #1a2c4a;
  --navy-3: #2a3f5f;
  --gold: #bf9b4f;
  --gold-2: #d4b878;
  --gold-3: #8f6e2c;
  --ivory: #f7f4ee;
  --ivory-2: #efeae0;
  --paper: #fbf9f5;
  --ink: #1a1f2a;
  --ink-2: #4a5160;
  --ink-3: #7e8693;
  --white: #ffffff;
  --rule: #d8d2c4;

  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --gap: clamp(1.5rem, 3vw, 3rem);
  --max-w: 1180px;

  --t-fast: 220ms;
  --t-med: 480ms;
  --t-slow: 880ms;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.locked { overflow: hidden; height: 100vh; }

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

.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

/* =====================================================================
   EMAIL GATE
   ===================================================================== */
.gate {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity var(--t-slow) ease, visibility var(--t-slow);
}
.gate--hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.gate__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: brightness(0.4);
}
.gate__veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 0%, rgba(12, 29, 51, 0.55) 60%, rgba(12, 29, 51, 0.95) 100%),
    linear-gradient(to bottom, rgba(12, 29, 51, 0.35), rgba(12, 29, 51, 0.85));
}
.gate__content {
  position: relative;
  width: min(92%, 580px);
  padding: 3rem 2rem;
  color: var(--white);
  text-align: center;
  z-index: 1;
}
.gate__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.gate__rule { flex: 1; height: 1px; background: var(--gold); opacity: 0.6; max-width: 80px; }
.gate__monogram {
  font-family: var(--serif);
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  font-weight: 500;
}
.gate__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.005em;
  margin-bottom: 1.25rem;
}
.gate__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  margin-bottom: 1rem;
  font-weight: 300;
}
.gate__tag {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 2.5rem;
}
.gate__form { margin-bottom: 1.5rem; }
.gate__label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 1rem;
}
.gate__row {
  display: flex;
  gap: 0.5rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(191, 155, 79, 0.5);
  border-radius: 2px;
  overflow: hidden;
  transition: border-color var(--t-fast);
}
.gate__row:focus-within { border-color: var(--gold); }
.gate__row input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 1rem 1.25rem;
  color: var(--white);
  font-family: var(--sans);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.gate__row input::placeholder { color: rgba(255,255,255,0.4); }
.gate__button {
  padding: 1rem 2rem;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background var(--t-fast);
}
.gate__button:hover { background: var(--gold-2); }
.gate__button:disabled { opacity: 0.5; cursor: not-allowed; }
.gate__msg {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--gold-2);
  min-height: 1.2em;
}
.gate__msg.is-error { color: #ff9b8e; }
.gate__msg.is-success { color: #98e0a7; }
.gate__footer {
  margin-top: 2rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
.gate__link {
  color: var(--gold-2);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.85rem;
}

/* =====================================================================
   NAV
   ===================================================================== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(251, 249, 245, 0);
  transition:
    background var(--t-med),
    backdrop-filter var(--t-med),
    padding var(--t-med),
    transform 380ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 380ms ease;
  will-change: transform;
}
.nav.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.nav.is-scrolled {
  background: rgba(251, 249, 245, 0.92);
  backdrop-filter: saturate(150%) blur(8px);
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  padding: 0.7rem clamp(1.25rem, 4vw, 2.5rem);
  border-bottom: 1px solid var(--rule);
}
.nav__brand {
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
  color: var(--white);
  transition: color var(--t-fast);
}
.nav.is-scrolled .nav__brand { color: var(--navy); }
.nav__monogram {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--gold);
}
.nav__sep { opacity: 0.5; }
.nav__name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
}
.nav__menu {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.nav__menu a {
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
  transition: color var(--t-fast);
}
.nav.is-scrolled .nav__menu a { color: var(--ink-2); }
.nav__menu a:hover { color: var(--gold); }
.nav__cta {
  padding: 0.75rem 1.5rem;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  transition: background var(--t-fast);
}
.nav__cta:hover { background: var(--gold-2); }

.nav__burger {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: opacity var(--t-fast);
}
.nav__burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--white);
  transition: transform var(--t-med), opacity var(--t-med), background var(--t-fast);
}
.nav.is-scrolled .nav__burger span { background: var(--navy); }
.nav__burger:hover { opacity: 0.7; }
body.menu-open .nav__burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
body.menu-open .nav__burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav__burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 1024px) {
  .nav__menu { display: none; }
  .nav__burger { display: flex; }
}
@media (max-width: 540px) {
  .nav__cta { display: none; }
  .nav__name { display: none; }
  .nav__sep { display: none; }
}

/* =====================================================================
   MOBILE MENU OVERLAY
   ===================================================================== */
.mmenu {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: var(--navy);
  opacity: 0;
  visibility: hidden;
  transition: opacity 380ms ease, visibility 380ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mmenu.is-open {
  opacity: 1;
  visibility: visible;
}
.mmenu__inner {
  text-align: center;
  padding: 2rem;
  width: 100%;
  max-width: 480px;
}
.mmenu__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 480ms ease 200ms, transform 480ms ease 200ms;
}
.mmenu.is-open .mmenu__brand { opacity: 1; transform: translateY(0); }
.mmenu__monogram {
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  font-weight: 500;
}
.mmenu__rule { width: 60px; height: 1px; background: rgba(191, 155, 79, 0.5); }
.mmenu__list {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
.mmenu__list li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 380ms ease, transform 380ms ease;
}
.mmenu__list li:nth-child(1) { transition-delay: 240ms; }
.mmenu__list li:nth-child(2) { transition-delay: 290ms; }
.mmenu__list li:nth-child(3) { transition-delay: 340ms; }
.mmenu__list li:nth-child(4) { transition-delay: 390ms; }
.mmenu__list li:nth-child(5) { transition-delay: 440ms; }
.mmenu__list li:nth-child(6) { transition-delay: 490ms; }
.mmenu.is-open .mmenu__list li { opacity: 1; transform: translateY(0); }
.mmenu__list a {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  color: var(--white);
  padding: 0.85rem 0.5rem;
  letter-spacing: 0.01em;
  transition: color var(--t-fast);
}
.mmenu__list a:hover, .mmenu__list a:active { color: var(--gold-2); }
.mmenu__cta {
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 2px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 380ms ease 540ms, transform 380ms ease 540ms, background var(--t-fast);
}
.mmenu.is-open .mmenu__cta { opacity: 1; transform: translateY(0); }
.mmenu__cta:hover { background: var(--gold-2); }
.mmenu__legal {
  margin-top: 2rem;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  opacity: 0;
  transition: opacity 380ms ease 640ms;
}
.mmenu.is-open .mmenu__legal { opacity: 1; }

body.menu-open { overflow: hidden; }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: brightness(0.5) saturate(1.1);
  animation: kenburns 30s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1.0); }
  to { transform: scale(1.08); }
}
.hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(12, 29, 51, 0.55) 0%, rgba(12, 29, 51, 0.4) 40%, rgba(12, 29, 51, 0.85) 100%);
}
.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 8rem clamp(1.25rem, 4vw, 2.5rem) 4rem;
}
.hero__kicker {
  font-size: 0.85rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 2rem;
}
.hero__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.8rem, 10vw, 8.4rem);
  line-height: 0.94;
  letter-spacing: -0.015em;
  margin-bottom: 2.25rem;
}
.hero__title-overline {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
  letter-spacing: 0.01em;
  color: var(--gold-2);
  margin-bottom: 0.8rem;
  line-height: 1.1;
}
.hero__sub {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.7vw, 2rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
  max-width: 860px;
  margin-bottom: 1.75rem;
  color: rgba(255,255,255,0.92);
}
.hero__quote {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  letter-spacing: 0.08em;
  color: var(--gold);
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.3;
}
.hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 900px;
  border-top: 1px solid rgba(191,155,79,0.3);
  padding-top: 2.5rem;
}
.hero__stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.hero__stats strong {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 500;
  color: var(--gold-2);
}
.hero__stats span {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}
.hero__stats em { font-style: normal; opacity: 0.7; font-size: 0.7rem; display: block; letter-spacing: 0.1em; margin-top: 2px; }

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold-2);
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 0.5; transform: translateX(-50%) translateY(0); } 50% { opacity: 1; transform: translateX(-50%) translateY(6px); } }

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

/* =====================================================================
   GENERAL SECTIONS
   ===================================================================== */
.section { padding: clamp(4rem, 8vw, 8rem) 0; position: relative; }
.section--ivory { background: var(--ivory); }
.section--dark { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.section--cta { background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory-2) 100%); }

.section__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.section__kicker--light { color: var(--gold-2); }

.section__h {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--navy);
  margin-bottom: 2rem;
  max-width: 920px;
}
.section__h--light { color: var(--white); }
.section__h--display {
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
}

.lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.65;
  font-weight: 300;
  color: var(--ink-2);
  max-width: 820px;
  margin-bottom: 1.5rem;
}
.lede--em { color: var(--ink); }
.lede--light { color: rgba(255,255,255,0.85); }

.caption { font-size: 0.78rem; color: var(--ink-3); letter-spacing: 0.04em; margin-top: 2rem; font-style: italic; }
.text-gold { color: var(--gold); font-style: italic; }

/* =====================================================================
   SETTING
   ===================================================================== */
.setting__bg {
  position: absolute; inset: 0; background-position: center; background-size: cover; filter: brightness(0.35);
}
.setting__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,29,51,0.65) 0%, rgba(12,29,51,0.85) 100%);
}
.setting__content { position: relative; z-index: 1; }
.setting__stats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(191,155,79,0.3);
}
.setting__stats li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.setting__stats span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.setting__stats strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--gold-2);
}
@media (max-width: 920px) {
  .setting__stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 540px) {
  .setting__stats { grid-template-columns: repeat(2, 1fr); }
}

/* =====================================================================
   QUOTE BAND
   ===================================================================== */
.quoteband {
  background: var(--ivory-2);
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.quoteband__pillars {
  font-size: 0.78rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 2rem;
}
.quoteband__q {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1.45;
  color: var(--navy);
  max-width: 920px;
  margin: 0 auto 1.5rem;
  font-weight: 400;
}
.quoteband__attr {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
}

/* =====================================================================
   FOUR ASSETS
   ===================================================================== */
.assets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.asset {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: var(--paper);
  border: 1px solid var(--rule);
  transition: transform var(--t-med), box-shadow var(--t-med), border-color var(--t-med);
  overflow: hidden;
}
.asset:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(12, 29, 51, 0.12);
  border-color: var(--gold);
}
.asset__img {
  height: 200px;
  background-position: center;
  background-size: cover;
  transition: transform var(--t-slow);
}
.asset:hover .asset__img { transform: scale(1.04); }
.asset__kicker {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-3);
  padding: 1.5rem 1.5rem 0.5rem;
  font-weight: 500;
}
.asset__h {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--navy);
  padding: 0 1.5rem 1rem;
  flex: 1;
}
.asset__stat {
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid var(--rule);
  font-size: 0.85rem;
  color: var(--ink-2);
  font-weight: 400;
}
.asset__stat strong {
  font-family: var(--serif);
  color: var(--gold-3);
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.2rem;
}
@media (max-width: 920px) { .assets { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .assets { grid-template-columns: 1fr; } }

.synergy { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--rule); }
.synergy h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 2rem;
}
.synergy__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.synergy__label {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 0.8rem;
  font-weight: 500;
}
@media (max-width: 720px) { .synergy__cols { grid-template-columns: 1fr; gap: 2rem; } }

/* =====================================================================
   SITE MAP
   ===================================================================== */
/* =====================================================================
   MAP TOGGLE — sliding-pill segmented control above the map
   ===================================================================== */
.map__toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 2.5rem);
}
.map__toggle {
  display: inline-flex;
  background: var(--paper);
  border: 1px solid rgba(191, 155, 79, 0.5);
  border-radius: 999px;
  padding: 4px;
  box-shadow: 0 4px 16px rgba(12, 29, 51, 0.08);
}
.map__toggle-btn {
  padding: 10px 26px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
  border-radius: 999px;
  transition: background 320ms cubic-bezier(0.4, 0, 0.2, 1), color 320ms ease;
  cursor: pointer;
  background: transparent;
  white-space: nowrap;
}
.map__toggle-btn:hover { color: var(--navy); }
.map__toggle-btn.is-active {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 2px 6px rgba(191, 155, 79, 0.35);
}
@media (max-width: 480px) {
  .map__toggle-btn { padding: 9px 18px; font-size: 0.72rem; letter-spacing: 0.18em; }
}

/* =====================================================================
   MAP — Leaflet container, frame, edge fades, marker system
   ===================================================================== */
.mapwrap {
  position: relative;
  margin-top: clamp(2rem, 4vw, 3rem);
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
}
.leaflet-map {
  width: 100%;
  height: clamp(440px, 68vh, 620px);
  border-radius: 16px;
  background: #f0eadd;
  box-shadow:
    0 32px 64px -16px rgba(12, 29, 51, 0.28),
    0 12px 24px -6px rgba(12, 29, 51, 0.12),
    inset 0 0 0 1px rgba(191, 155, 79, 0.18);
}
@media (max-width: 720px) {
  .leaflet-map { height: clamp(480px, 70vh, 640px); }
  .mapwrap { margin-left: -0.5rem; margin-right: -0.5rem; }
}

/* Edge fades — subtle warmth that frames the map */
.mapwrap::before,
.mapwrap::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 36px;
  pointer-events: none;
  z-index: 500;
}
.mapwrap::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(247, 244, 238, 0.65), transparent);
}
.mapwrap::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(247, 244, 238, 0.5), transparent);
}

.leaflet-tile-pane {
  filter: sepia(0.10) saturate(0.92) brightness(1.04) contrast(0.94);
}

/* Branded attribution + zoom controls */
.leaflet-control-attribution {
  background: rgba(247, 239, 223, 0.88) !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  color: var(--ink-3) !important;
  padding: 2px 8px !important;
}
.leaflet-control-attribution a { color: var(--gold-3) !important; text-decoration: none; }

.leaflet-control-zoom {
  border: none !important;
  border-radius: 8px !important;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(12, 29, 51, 0.18) !important;
  margin: 14px !important;
}
.leaflet-control-zoom a {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background: var(--paper) !important;
  color: var(--navy) !important;
  border: none !important;
  border-bottom: 1px solid rgba(191, 155, 79, 0.22) !important;
  font-family: var(--sans) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  transition: background 220ms ease, color 220ms ease;
}
.leaflet-control-zoom a:last-child { border-bottom: none !important; }
.leaflet-control-zoom a:hover {
  background: var(--ivory) !important;
  color: var(--gold-3) !important;
}
@media (max-width: 720px) {
  .leaflet-control-zoom a { width: 38px !important; height: 38px !important; line-height: 38px !important; }
}

/* =====================================================================
   MARKERS
   ===================================================================== */
.cc-marker { pointer-events: auto; cursor: pointer; }

/* Property marker (hero) ─────────────────────────────────────────────── */
.cc-marker--property {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cc-marker--property .cc-marker__pulse {
  position: absolute;
  top: 13px;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 155, 79, 0.5) 0%, rgba(191, 155, 79, 0) 70%);
  transform: translate(-50%, -50%);
  animation: ccPulse 2.6s ease-in-out infinite;
  pointer-events: none;
}
.cc-marker--property .cc-marker__dot {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid #fff;
  box-shadow:
    0 4px 14px rgba(12, 29, 51, 0.45),
    0 0 0 1px rgba(191, 155, 79, 0.5);
  position: relative;
  z-index: 2;
}
.cc-marker--property .cc-marker__label {
  margin-top: 10px;
  background: var(--navy);
  color: #fff;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 14px;
  padding: 5px 13px;
  border-radius: 3px;
  white-space: nowrap;
  letter-spacing: 0.01em;
  box-shadow: 0 4px 14px rgba(12, 29, 51, 0.3);
  position: relative;
  z-index: 2;
}
.cc-marker--property .cc-marker__sub {
  margin-top: 4px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 2px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
@keyframes ccPulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.75; }
  50% { transform: translate(-50%, -50%) scale(1.5); opacity: 0.12; }
}

/* POI markers ────────────────────────────────────────────────────────── */
.cc-marker--poi {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cc-marker--poi .cc-marker__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #024638;
  border: 2.5px solid #fff;
  box-shadow: 0 2px 6px rgba(12, 29, 51, 0.4);
}
.cc-marker--poi .cc-marker__label {
  margin-top: 6px;
  background: rgba(247, 239, 223, 0.95);
  color: #024638;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0 2px 7px rgba(12, 29, 51, 0.18);
  letter-spacing: 0.02em;
}
.cc-marker--poi.cc-marker--major .cc-marker__dot {
  width: 18px;
  height: 18px;
  border-width: 3px;
}
.cc-marker--poi.cc-marker--major .cc-marker__label {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 4px 14px;
  background: rgba(247, 239, 223, 0.98);
  color: var(--navy);
}

/* Property-cluster markers (zoomed-in view) ─────────────────────────── */
.cc-marker--cluster {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cc-marker--cluster .cc-marker__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  border: 2.5px solid #fff;
  box-shadow: 0 2px 8px rgba(12, 29, 51, 0.45);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.cc-marker--cluster:hover .cc-marker__dot {
  transform: scale(1.18);
  box-shadow: 0 4px 14px rgba(12, 29, 51, 0.55);
}
.cc-marker--cluster .cc-marker__label {
  margin-top: 6px;
  background: rgba(247, 239, 223, 0.96);
  color: var(--navy);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 12.5px;
  padding: 3px 11px;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(12, 29, 51, 0.22);
}
.cc-marker--cluster-major .cc-marker__dot {
  width: 20px;
  height: 20px;
  border-width: 3px;
}
.cc-marker--cluster-major .cc-marker__label {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.06em;
  padding: 4px 13px;
  background: rgba(247, 239, 223, 0.98);
}

/* Trailhead variant — hollow ring + italic label to differentiate access points */
.cc-marker--cluster-trail .cc-marker__dot {
  background: rgba(247, 239, 223, 0.95);
  border: 2.5px solid var(--gold);
  width: 12px;
  height: 12px;
}
.cc-marker--cluster-trail .cc-marker__label {
  font-style: italic;
  font-weight: 500;
  color: var(--gold-3);
  background: rgba(247, 239, 223, 0.88);
}

/* Mobile: hide secondary markers, scale hero down so labels don't crowd */
@media (max-width: 720px) {
  .cc-marker--secondary { display: none !important; }

  .cc-marker--property .cc-marker__pulse { width: 72px; height: 72px; top: 12px; }
  .cc-marker--property .cc-marker__dot { width: 24px; height: 24px; }
  .cc-marker--property .cc-marker__label { font-size: 13px; padding: 4px 11px; }
  .cc-marker--property .cc-marker__sub { font-size: 8.5px; padding: 2px 7px; letter-spacing: 0.24em; }

  .cc-marker--poi .cc-marker__dot { width: 13px; height: 13px; }
  .cc-marker--poi .cc-marker__label { font-size: 10.5px; padding: 2px 8px; }
  .cc-marker--poi.cc-marker--major .cc-marker__dot { width: 16px; height: 16px; }
  .cc-marker--poi.cc-marker--major .cc-marker__label { font-size: 13px; padding: 3px 12px; letter-spacing: 0.2em; }

  .cc-marker--cluster .cc-marker__label { font-size: 11px; padding: 2px 9px; }
  .cc-marker--cluster-major .cc-marker__label { font-size: 12.5px; padding: 3px 11px; }
  .cc-marker--cluster .cc-marker__dot { width: 13px; height: 13px; }
  .cc-marker--cluster-major .cc-marker__dot { width: 18px; height: 18px; }
}
.pin {
  cursor: pointer;
}
.pin use,
.pin .pin__glow {
  transition: transform 220ms ease, opacity 320ms ease;
  transform-origin: center;
  transform-box: fill-box;
}
.pin:hover use { transform: scale(1.18); }
.pin:hover .pin__glow { opacity: 0.95 !important; transform: scale(1.25); }
.pin--major .pin__glow {
  animation: pulseGlow 3.2s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}
@keyframes pulseGlow {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.1); }
}

.map__caption {
  margin-top: 1.25rem;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-2);
  letter-spacing: 0.02em;
}

.drivetimes {
  margin-top: 3rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.drivetimes__title {
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-2);
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.drivetimes__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.drivetimes__table tr {
  border-bottom: 1px solid rgba(191,155,79,0.18);
  transition: background var(--t-fast);
}
.drivetimes__table tr:hover {
  background: rgba(191,155,79,0.06);
}
.drivetimes__table th {
  text-align: left;
  font-weight: 400;
  font-family: var(--serif);
  font-size: 1.05rem;
  padding: 1rem 0.5rem;
  color: rgba(255,255,255,0.9);
}
.drivetimes__table th em {
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--gold-2);
  margin-left: 0.4rem;
  text-transform: uppercase;
}
.drivetimes__table td {
  text-align: right;
  padding: 1rem 0.5rem;
  font-family: var(--serif);
  color: var(--gold-2);
  font-size: 1.1rem;
  white-space: nowrap;
}
.drivetimes__table td:last-child {
  color: rgba(255,255,255,0.55);
  font-size: 0.95rem;
  padding-left: 1.5rem;
  min-width: 80px;
}

.map-panel {
  position: fixed;
  top: 50%;
  right: -100%;
  transform: translateY(-50%);
  width: min(92%, 480px);
  max-height: 88vh;
  background: var(--ivory);
  color: var(--navy);
  border-left: 4px solid var(--gold);
  box-shadow: -20px 0 60px rgba(12, 29, 51, 0.4);
  z-index: 200;
  transition: right var(--t-med);
  display: flex;
  flex-direction: column;
}
.map-panel.is-open { right: 1.5rem; }
.map-panel__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  color: var(--ink-2);
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  z-index: 1;
}
.map-panel__close:hover { color: var(--navy); }
.map-panel__inner { padding: 2.5rem 2rem 2rem; overflow-y: auto; }
.map-panel__inner img { width: 100%; aspect-ratio: 16/10; object-fit: cover; margin-bottom: 1.5rem; }
.map-panel__inner .mp__kicker {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 0.5rem;
}
.map-panel__inner h3 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.map-panel__inner p { font-size: 0.95rem; color: var(--ink-2); line-height: 1.6; }

/* =====================================================================
   GALLERY
   ===================================================================== */
.gallery { display: grid; gap: 1rem; margin: 2.5rem 0; }
.gallery--two { grid-template-columns: 1fr 1fr; }
.gallery--three { grid-template-columns: repeat(3, 1fr); }
.gallery figure {
  aspect-ratio: 4/3;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
  filter: brightness(0.95);
  transition: filter var(--t-fast), transform var(--t-fast);
}
.gallery figure:hover { filter: brightness(1.05); transform: scale(1.01); }
@media (max-width: 720px) {
  .gallery--two, .gallery--three { grid-template-columns: 1fr; }
}

/* =====================================================================
   CARD GRIDS
   ===================================================================== */
.cardgrid {
  display: grid;
  gap: 1.5rem;
  margin: 2.5rem 0;
}
.cardgrid--3 { grid-template-columns: repeat(3, 1fr); }
.cardgrid--4 { grid-template-columns: repeat(4, 1fr); }
.card {
  padding: 2rem 1.5rem;
  background: var(--paper);
  border-left: 3px solid var(--gold);
  border-top: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.card--dark {
  background: rgba(255,255,255,0.05);
  border-left: 3px solid var(--gold);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
}
.card h4 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--navy);
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}
.card--dark h4 { color: var(--gold-2); }
.card ul {
  list-style: none;
  font-size: 0.92rem;
  color: var(--ink-2);
  line-height: 1.7;
}
.card--dark ul { color: rgba(255,255,255,0.8); }
.card p { font-size: 0.92rem; color: var(--ink-2); line-height: 1.6; }
.card--dark p { color: rgba(255,255,255,0.8); }
@media (max-width: 920px) { .cardgrid--4 { grid-template-columns: repeat(2, 1fr); } .cardgrid--3 { grid-template-columns: 1fr; } }
@media (max-width: 540px) { .cardgrid--4 { grid-template-columns: 1fr; } }

/* =====================================================================
   PCC SECTION
   ===================================================================== */
.pcc__bg, .cabins__bg, .whynow__bg {
  position: absolute; inset: 0;
  background-position: center; background-size: cover;
  filter: brightness(0.35);
}
.pcc__veil, .cabins__veil, .whynow__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,29,51,0.7) 0%, rgba(12,29,51,0.85) 100%);
}
.pcc__content, .cabins__content, .whynow__content { position: relative; z-index: 1; }

.pulls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem 0;
}
.pull {
  text-align: center;
  padding: 2rem 1rem;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
}
.pull p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--white);
  margin-bottom: 0.8rem;
}
.pull cite {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-style: normal;
}

.pcc__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3rem 0 2rem;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(191,155,79,0.3);
  border-bottom: 1px solid rgba(191,155,79,0.3);
}
.pcc__stats > div { display: flex; flex-direction: column; gap: 0.35rem; align-items: center; text-align: center; }
.pcc__stats strong {
  font-family: var(--serif); font-size: 2.5rem; font-weight: 500; color: var(--gold-2);
}
.pcc__stats span { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.65); }

.press {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 3rem;
}
.press strong { color: var(--gold); font-weight: 500; }

.pcc__pull-quote {
  max-width: 760px;
  margin: 2rem auto;
  padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
}
.pcc__pull-quote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.9);
  margin-bottom: 0.6rem;
}
.pcc__pull-quote cite {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-style: normal;
}
@media (max-width: 720px) { .pulls, .pcc__stats { grid-template-columns: 1fr; } }

/* =====================================================================
   STATS BLOCK
   ===================================================================== */
.stats {
  display: grid;
  gap: 2rem;
  margin: 3rem 0;
  padding: 2.5rem 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.stats--3 { grid-template-columns: repeat(3, 1fr); }
.stats--4 { grid-template-columns: repeat(4, 1fr); }
.stats > div { display: flex; flex-direction: column; gap: 0.4rem; text-align: center; }
.stats strong {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--gold-3);
}
.section--dark .stats strong, .section--dark .stats span { color: var(--gold-2); }
.section--dark .stats { border-color: rgba(191,155,79,0.3); }
.stats span {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
@media (max-width: 720px) { .stats--3, .stats--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .stats--3, .stats--4 { grid-template-columns: 1fr; } }

/* =====================================================================
   SEASONS / RESORT
   ===================================================================== */
.seasons { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin: 3rem 0; }
.season { padding: 2rem; background: var(--paper); border: 1px solid var(--rule); border-top: 3px solid var(--gold); }
.season__label {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--navy);
  margin-bottom: 1.5rem;
}
.season ul { list-style: none; }
.season li { padding: 0.5rem 0; border-bottom: 1px dashed var(--rule); font-size: 0.95rem; color: var(--ink-2); }
.season li:last-child { border-bottom: none; }
@media (max-width: 720px) { .seasons { grid-template-columns: 1fr; } }

.resortbox {
  margin-top: 3rem;
  padding: 3rem;
  background: var(--navy);
  color: var(--white);
}
.resortbox h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--white);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.resortbox ul { columns: 2; column-gap: 2rem; list-style: none; }
.resortbox li {
  padding: 0.5rem 0;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  break-inside: avoid;
}
.resortbox li:last-child { border-bottom: none; }
@media (max-width: 720px) { .resortbox ul { columns: 1; } .resortbox { padding: 2rem 1.5rem; } }

/* =====================================================================
   HISTORY TIMELINE
   ===================================================================== */
.timeline {
  list-style: none;
  margin: 3rem 0;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 130px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(191,155,79,0.3);
}
.timeline li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 3rem;
  padding: 1.5rem 0;
  position: relative;
}
.timeline li::before {
  content: '';
  position: absolute;
  left: 124px;
  top: 1.85rem;
  width: 13px;
  height: 13px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--navy);
}
.timeline__year {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-2);
  text-align: right;
  padding-top: 0.3rem;
}
.timeline div {
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
  padding-left: 2rem;
}
.timeline div strong { color: var(--white); font-weight: 500; }
@media (max-width: 720px) {
  .timeline::before { left: 12px; }
  .timeline li { grid-template-columns: 1fr; gap: 0.5rem; padding-left: 2.5rem; }
  .timeline li::before { left: 6px; top: 0.6rem; }
  .timeline__year { text-align: left; }
  .timeline div { padding-left: 0; }
}

/* =====================================================================
   PILLARS / TEAM
   ===================================================================== */
.pillars { margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--rule); }
.pillars h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 2rem;
}
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.pillars__h {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--gold-3);
  margin-bottom: 0.8rem;
}
.pillars__grid p { font-size: 0.95rem; color: var(--ink-2); line-height: 1.65; }
@media (max-width: 720px) { .pillars__grid { grid-template-columns: 1fr; } }

.team__h {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 3rem 0 2rem;
  color: var(--white);
}
.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.member {
  padding: 1.8rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 2px solid var(--gold);
}
.member__name {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.member__role {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 1rem;
}
.member p { font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.78); }
@media (max-width: 920px) { .team { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .team { grid-template-columns: 1fr; } }

/* =====================================================================
   RETURNS
   ===================================================================== */
.returns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3rem 0;
}
.returns__case {
  padding: 2.5rem 2rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--gold);
  text-align: center;
}
.returns__case--base { background: var(--navy); color: var(--white); border-top-color: var(--gold-2); transform: scale(1.03); box-shadow: 0 30px 60px rgba(12,29,51,0.2); }
.returns__case--base .returns__label { color: var(--gold-2); }
.returns__case--base .returns__irr { color: var(--gold-2); }
.returns__case--base .returns__sub { color: rgba(255,255,255,0.7); }
.returns__case--base .returns__exit { color: var(--white); }
.returns__case--base .returns__note { color: rgba(255,255,255,0.6); }
.returns__label {
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.returns__irr {
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  color: var(--gold-3);
  margin-bottom: 0.3rem;
}
.returns__sub {
  font-size: 0.85rem;
  color: var(--ink-2);
  margin-bottom: 1.5rem;
  letter-spacing: 0.08em;
}
.returns__exit {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.returns__note { font-size: 0.78rem; color: var(--ink-3); line-height: 1.5; }
@media (max-width: 920px) {
  .returns { grid-template-columns: 1fr; }
  .returns__case--base { transform: none; }
}

.competitive {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--ivory-2);
  border-left: 3px solid var(--gold);
}
.competitive h4 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.competitive p { font-size: 0.95rem; color: var(--ink-2); }

/* =====================================================================
   PHASES / CRITICAL PATH
   ===================================================================== */
.phases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 3rem 0;
}
.phase {
  padding: 2.5rem 2rem;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-top: 4px solid var(--gold);
}
.phase__label {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.phase__when {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.phase ul { list-style: none; }
.phase li { padding: 0.5rem 0; border-bottom: 1px dashed var(--rule); font-size: 0.92rem; color: var(--ink-2); }
.phase li:last-child { border-bottom: none; }
@media (max-width: 920px) { .phases { grid-template-columns: 1fr; } }

.critpath {
  list-style: none;
  margin: 2rem 0;
}
.critpath li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: 0.95rem;
  color: var(--ink-2);
}
.critpath span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold-3);
  font-weight: 500;
}
@media (max-width: 720px) { .critpath li { grid-template-columns: 1fr; gap: 0.3rem; padding: 1rem 0; } }

/* =====================================================================
   WHY NOW
   ===================================================================== */
.whynow { position: relative; }
.whyfour {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem 0;
  counter-reset: why;
}
.whyfour li {
  padding: 2rem;
  background: rgba(255,255,255,0.05);
  border-left: 3px solid var(--gold);
  position: relative;
  counter-increment: why;
}
.whyfour li::before {
  content: counter(why, decimal-leading-zero);
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: var(--serif);
  font-size: 2.4rem;
  color: rgba(191,155,79,0.25);
  font-weight: 500;
}
.whyfour__h {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0.8rem;
  padding-right: 3rem;
  line-height: 1.3;
}
.whyfour li p:last-child { font-size: 0.95rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
.whynow__final {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  line-height: 1.5;
  color: var(--gold-2);
  max-width: 780px;
  border-top: 1px solid rgba(191,155,79,0.3);
  padding-top: 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 720px) { .whyfour { grid-template-columns: 1fr; } }

/* =====================================================================
   MEETING / CTA
   ===================================================================== */
.meeting { max-width: 720px; margin: 0 auto; }
.section--cta .section__h { text-align: center; margin: 0 auto 2.5rem; }
.meeting__form {
  background: var(--paper);
  padding: 3rem;
  border: 1px solid var(--rule);
  border-top: 4px solid var(--gold);
  margin: 2.5rem auto;
}
.meeting__label {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 500;
}
.meeting__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.meeting__form input,
.meeting__form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--rule);
  font-family: var(--sans);
  font-size: 0.95rem;
  background: var(--white);
  outline: none;
  transition: border-color var(--t-fast);
  resize: vertical;
}
.meeting__form input:focus,
.meeting__form textarea:focus { border-color: var(--gold); }
.meeting__cta {
  width: 100%;
  padding: 1.1rem;
  background: var(--navy);
  color: var(--white);
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1.5rem;
  transition: background var(--t-fast);
}
.meeting__cta:hover { background: var(--gold); color: var(--navy); }
.meeting__msg { margin-top: 1rem; font-size: 0.85rem; text-align: center; min-height: 1.2em; color: var(--ink-2); }
.meeting__msg.is-success { color: #2e7d32; font-weight: 500; }
.meeting__msg.is-error { color: var(--gold-3); }
@media (max-width: 540px) { .meeting__row { grid-template-columns: 1fr; } .meeting__form { padding: 2rem 1.5rem; } }

.meeting__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--rule);
  text-align: center;
}
.meeting__role {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.3rem;
}
.meeting__contact p { font-size: 0.9rem; color: var(--ink-2); }
.meeting__contact a { color: var(--gold-3); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 540px) { .meeting__contact { grid-template-columns: 1fr; } }

/* =====================================================================
   FOOTER
   ===================================================================== */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.6);
  padding: 2.5rem 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__brand {
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  color: var(--gold-2);
}
.footer__legal {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* =====================================================================
   REVEAL ANIMATIONS
   ===================================================================== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity var(--t-slow), transform var(--t-slow); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* =====================================================================
   PHOTOGRAPHY GRADE
   One consistent film-emulation grade applied to every photographic
   element across the site — restores tonal coherence across 45 images
   sourced from the deck at varying exposures.
   ===================================================================== */
.hero__bg,
.setting__bg,
.pcc__bg,
.cabins__bg,
.whynow__bg,
.asset__img,
.gallery figure,
.cinematic__bg,
.gate__bg {
  filter: saturate(0.94) contrast(1.045) brightness(0.98) sepia(0.05);
  transition: filter var(--t-med);
}
/* Slight de-warm on dark sections so navy text stays crisp over images */
.section--dark .setting__bg,
.section--dark .pcc__bg,
.section--dark .cabins__bg,
.section--dark .whynow__bg {
  filter: saturate(0.92) contrast(1.05) brightness(0.95) sepia(0.04);
}

/* =====================================================================
   CINEMATIC FULL-BLEED IMAGE BREAK
   A wordless 90vh photograph between Setting and the Wilcox quote band.
   The breath every luxury site takes — Aman, Singita, Soneva.
   ===================================================================== */
.cinematic {
  position: relative;
  height: clamp(60vh, 88vh, 92vh);
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: var(--navy);
}
.cinematic__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  animation: cinematicKenBurns 22s ease-in-out infinite alternate;
  filter: saturate(0.95) contrast(1.05) brightness(0.96) sepia(0.04);
}
.cinematic__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(12, 29, 51, 0.18) 0%, rgba(12, 29, 51, 0) 30%, rgba(12, 29, 51, 0) 70%, rgba(12, 29, 51, 0.32) 100%);
  pointer-events: none;
}
@keyframes cinematicKenBurns {
  from { transform: scale(1.02) translate(0, 0); }
  to   { transform: scale(1.12) translate(-1.5%, 1.5%); }
}
@media (max-width: 720px) {
  .cinematic { height: clamp(50vh, 72vh, 78vh); }
}

/* =====================================================================
   SECTION TRANSITION MASKS
   Soft gradient at the top edge of each major section that blends from
   the prior section's background color. Eliminates the hard color cut
   between ivory and dark sections.
   ===================================================================== */
.section--ivory + .section--dark::before,
.section--dark + .section--ivory::before,
.cinematic + .quoteband::before,
.section--dark + .cinematic::before,
.cinematic + .section--ivory::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  pointer-events: none;
  z-index: 2;
}
.section--ivory + .section--dark { position: relative; }
.section--dark + .section--ivory { position: relative; }
.cinematic + .quoteband { position: relative; }
.section--ivory + .section--dark::before {
  background: linear-gradient(to bottom, var(--ivory) 0%, rgba(247, 244, 238, 0) 100%);
}
.section--dark + .section--ivory::before {
  background: linear-gradient(to bottom, var(--navy) 0%, rgba(12, 29, 51, 0) 100%);
}
.cinematic + .quoteband::before {
  background: linear-gradient(to bottom, rgba(12, 29, 51, 0.4) 0%, rgba(239, 234, 224, 0) 100%);
}

/* =====================================================================
   RESPONSIVE FINAL PASS — mobile / tablet / desktop polish
   World-class agency standard, every screen size.
   ===================================================================== */

/* ---------- Form input zoom prevention on iOS ---------- */
input, textarea, select { font-size: 16px; }
@media (min-width: 721px) { input, textarea, select { font-size: 0.95rem; } }

/* ---------- TABLET (721–1024px) ---------- */
@media (max-width: 1024px) {
  .hero__content { padding: 7rem clamp(1.5rem, 5vw, 3rem) 4rem; }
  .hero__title { font-size: clamp(3.4rem, 9vw, 6.5rem); }
  .hero__stats { grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
  .hero__stats strong { font-size: clamp(1.5rem, 3vw, 2.2rem); }
  .assets { grid-template-columns: repeat(2, 1fr); }
  .cardgrid--4 { grid-template-columns: repeat(2, 1fr); }
  .team { grid-template-columns: repeat(2, 1fr); }
  .returns { grid-template-columns: 1fr; }
  .returns__case--base { transform: none; }
  .phases { grid-template-columns: 1fr; }
  .seasons { grid-template-columns: 1fr; gap: 1.5rem; }
  .synergy__cols { grid-template-columns: 1fr; gap: 2rem; }
  .meeting__contact { grid-template-columns: 1fr 1fr; }
}

/* ---------- TABLET PORTRAIT (≤820px) ---------- */
@media (max-width: 820px) {
  .setting__stats { grid-template-columns: repeat(3, 1fr); }
  .pillars__grid { grid-template-columns: 1fr; gap: 2rem; }
  .resortbox ul { columns: 1; }
}

/* ---------- MOBILE (≤720px) ---------- */
@media (max-width: 720px) {
  /* SECTION RHYTHM */
  .section { padding: clamp(3rem, 9vw, 4.5rem) 0; }
  .wrap { padding: 0 clamp(1.1rem, 5vw, 1.6rem); }

  /* HERO */
  .hero { min-height: 92vh; }
  .hero__content { padding: 6rem 1.25rem 3.5rem; }
  .hero__kicker { font-size: 0.72rem; letter-spacing: 0.28em; margin-bottom: 1.5rem; }
  .hero__title { font-size: clamp(2.8rem, 12vw, 4.6rem); line-height: 0.98; margin-bottom: 1.5rem; }
  .hero__title-overline { font-size: clamp(1.3rem, 5.5vw, 1.9rem); margin-bottom: 0.6rem; }
  .hero__sub { font-size: clamp(1.05rem, 4vw, 1.35rem); line-height: 1.5; margin-bottom: 1.25rem; max-width: 100%; }
  .hero__quote { font-size: clamp(0.95rem, 3.4vw, 1.2rem); letter-spacing: 0.06em; margin-bottom: 2.5rem; line-height: 1.4; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; padding-top: 1.75rem; }
  .hero__stats strong { font-size: clamp(1.6rem, 6vw, 2rem); }
  .hero__stats span { font-size: 0.66rem; letter-spacing: 0.16em; }
  .hero__scroll { font-size: 0.66rem; letter-spacing: 0.26em; bottom: 1.5rem; }

  /* SECTION TYPE */
  .section__kicker { font-size: 0.7rem; letter-spacing: 0.28em; margin-bottom: 1rem; }
  .section__h { font-size: clamp(1.9rem, 7vw, 2.6rem); line-height: 1.15; margin-bottom: 1.4rem; }
  .section__h--display { font-size: clamp(2.1rem, 7.5vw, 2.9rem); }
  .lede { font-size: clamp(1.02rem, 4vw, 1.18rem); line-height: 1.65; margin-bottom: 1.2rem; }

  /* NAV */
  .nav { padding: 0.75rem 1rem; }
  .nav.is-scrolled { padding: 0.55rem 1rem; }
  .nav__monogram { font-size: 1rem; letter-spacing: 0.28em; }
  .nav__name { font-size: 0.9rem; }

  /* HERO STATS — keep $ values readable */
  .hero__stats > div { gap: 0.3rem; }
  .hero__stats em { font-size: 0.62rem; }

  /* SETTING */
  .setting__stats { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2rem; padding-top: 2rem; }
  .setting__stats strong { font-size: 1.25rem; }
  .setting__stats span { font-size: 0.65rem; }

  /* QUOTEBAND */
  .quoteband { padding: 3.5rem 0; }
  .quoteband__q { font-size: clamp(1.15rem, 4.5vw, 1.5rem); line-height: 1.45; padding: 0 0.5rem; }
  .quoteband__pillars { font-size: 0.7rem; letter-spacing: 0.3em; }

  /* FOUR ASSETS */
  .assets { grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
  .asset__img { height: 220px; }
  .asset__kicker { padding: 1.25rem 1.25rem 0.4rem; font-size: 0.68rem; }
  .asset__h { padding: 0 1.25rem 1rem; font-size: 1.05rem; }
  .asset__stat { padding: 0.85rem 1.25rem 1.25rem; font-size: 0.82rem; }
  .asset__stat strong { font-size: 1.2rem; }
  .synergy { margin-top: 2.5rem; padding-top: 2rem; }
  .synergy h3 { font-size: 1.3rem; margin-bottom: 1.5rem; }

  /* CARD GRIDS */
  .cardgrid { grid-template-columns: 1fr !important; gap: 1rem; margin: 1.75rem 0; }
  .cardgrid--3, .cardgrid--4 { grid-template-columns: 1fr; }
  .card { padding: 1.5rem 1.25rem; }
  .card h4 { font-size: 1.05rem; margin-bottom: 0.7rem; }
  .card ul, .card p { font-size: 0.88rem; line-height: 1.6; }

  /* GALLERY */
  .gallery--two, .gallery--three { grid-template-columns: 1fr; gap: 0.75rem; }

  /* STATS */
  .stats { gap: 1.25rem; margin: 2rem 0; padding: 1.75rem 0; }
  .stats--3, .stats--4 { grid-template-columns: repeat(2, 1fr); }
  .stats strong { font-size: clamp(1.8rem, 6vw, 2.4rem); }
  .stats span { font-size: 0.68rem; letter-spacing: 0.16em; }

  /* PCC DEEP DIVE */
  .pulls { grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0; }
  .pull { padding: 1.4rem 1rem; }
  .pull p { font-size: 1.05rem; }
  .pcc__stats { grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0 1.5rem; padding: 1.75rem 0; }
  .pcc__stats strong { font-size: 1.85rem; }
  .pcc__pull-quote { padding-left: 1rem; margin: 1.5rem 0; }
  .pcc__pull-quote p { font-size: 1rem; }

  /* SEASONS / RESORT */
  .seasons { grid-template-columns: 1fr; gap: 1.25rem; margin: 2rem 0; }
  .season { padding: 1.5rem 1.25rem; }
  .season__label { font-size: 1.2rem; margin-bottom: 1rem; }
  .season li { font-size: 0.85rem; padding: 0.4rem 0; }
  .resortbox { padding: 1.75rem 1.25rem; margin-top: 2rem; }
  .resortbox h3 { font-size: 1.2rem; }
  .resortbox ul { columns: 1; }
  .resortbox li { font-size: 0.85rem; padding: 0.4rem 0; }

  /* HISTORY TIMELINE */
  .timeline::before { left: 10px; }
  .timeline li { grid-template-columns: 1fr; gap: 0.4rem; padding: 1.25rem 0 1.25rem 2.5rem; }
  .timeline li::before { left: 4px; top: 1.4rem; width: 11px; height: 11px; }
  .timeline__year { font-size: 1rem; text-align: left; }
  .timeline div { font-size: 0.9rem; padding-left: 0; }

  /* TEAM */
  .team { grid-template-columns: 1fr; gap: 1rem; }
  .team__h { font-size: 1.3rem; margin: 2rem 0 1.5rem; }
  .member { padding: 1.4rem 1.25rem; }
  .member__name { font-size: 1.15rem; }
  .member__role { font-size: 0.7rem; letter-spacing: 0.16em; }
  .member p { font-size: 0.85rem; }

  /* RETURNS */
  .returns { grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0; }
  .returns__case { padding: 1.75rem 1.25rem; }
  .returns__case--base { transform: none; }
  .returns__irr { font-size: 3rem; }
  .returns__sub { font-size: 0.78rem; margin-bottom: 1.1rem; }
  .returns__exit { font-size: 1.4rem; }
  .returns__note { font-size: 0.7rem; }
  .competitive { margin-top: 2rem; padding: 1.5rem 1.25rem; }
  .competitive h4 { font-size: 1.05rem; }

  /* PHASES + CRITICAL PATH */
  .phases { grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0; }
  .phase { padding: 1.6rem 1.25rem; }
  .phase__label { font-size: 1.2rem; }
  .phase__when { font-size: 0.7rem; letter-spacing: 0.18em; margin-bottom: 1.1rem; }
  .phase li { font-size: 0.85rem; padding: 0.4rem 0; }
  .critpath li { grid-template-columns: 1fr; gap: 0.25rem; padding: 0.85rem 0; font-size: 0.88rem; }
  .critpath span { font-size: 0.95rem; }

  /* WHY NOW */
  .whyfour { grid-template-columns: 1fr; gap: 1rem; margin: 2rem 0; }
  .whyfour li { padding: 1.4rem 1.25rem; }
  .whyfour li::before { font-size: 1.8rem; top: 0.7rem; right: 1.1rem; }
  .whyfour__h { font-size: 1.1rem; padding-right: 2.5rem; margin-bottom: 0.55rem; }
  .whyfour li p:last-child { font-size: 0.88rem; }
  .whynow__final { font-size: clamp(1.05rem, 4vw, 1.3rem); padding-top: 1.75rem; margin-top: 1.5rem; }

  /* MEETING / FORM */
  .meeting__form { padding: 1.75rem 1.25rem; margin: 1.75rem auto; }
  .meeting__label { font-size: 0.72rem; letter-spacing: 0.18em; margin-bottom: 1.2rem; }
  .meeting__row { grid-template-columns: 1fr; gap: 0.75rem; margin-bottom: 0.75rem; }
  .meeting__form input,
  .meeting__form textarea { padding: 0.95rem 1rem; font-size: 16px; }
  .meeting__cta { padding: 1.1rem; font-size: 0.78rem; letter-spacing: 0.18em; }
  .meeting__contact { grid-template-columns: 1fr; gap: 1.25rem; margin-top: 2rem; padding-top: 1.75rem; }
  .meeting__role { font-size: 1.15rem; }
  .meeting__contact p { font-size: 0.85rem; }

  /* DRIVE TIME TABLE */
  .drivetimes { margin-top: 2.25rem; }
  .drivetimes__title { font-size: 0.7rem; letter-spacing: 0.28em; }
  .drivetimes__table th { font-size: 0.94rem; padding: 0.85rem 0.4rem; }
  .drivetimes__table th em { display: block; margin-left: 0; margin-top: 2px; font-size: 0.62rem; }
  .drivetimes__table td { font-size: 0.95rem; padding: 0.85rem 0.3rem; }
  .drivetimes__table td:last-child { font-size: 0.82rem; padding-left: 0.75rem; min-width: 60px; }

  /* MAP TOGGLE */
  .map__toggle-wrap { margin-top: 1.5rem; }
  .map__toggle { padding: 3px; }

  /* DEEP DIVE PROSE WRAP */
  .text-gold { display: inline; }

  /* FOOTER */
  .footer { padding: 2rem 0; }
  .footer__inner { flex-direction: column; gap: 0.85rem; text-align: center; }
  .footer__brand { font-size: 0.95rem; letter-spacing: 0.16em; }
  .footer__legal { font-size: 0.65rem; letter-spacing: 0.16em; }

  /* CINEMATIC */
  .cinematic { height: clamp(48vh, 60vh, 70vh); }
}

/* ---------- NARROW MOBILE (≤390px iPhones) ---------- */
@media (max-width: 390px) {
  .hero__title { font-size: clamp(2.4rem, 11vw, 3.6rem); }
  .hero__title-overline { font-size: clamp(1.15rem, 5vw, 1.6rem); }
  .hero__stats strong { font-size: 1.5rem; }
  .stats--3, .stats--4 { grid-template-columns: 1fr; }
}

/* ---------- DESKTOP REFINEMENT (≥1280px) ---------- */
@media (min-width: 1280px) {
  .wrap { padding: 0 clamp(2rem, 5vw, 3.5rem); }
  .section { padding: clamp(6rem, 10vw, 10rem) 0; }
  .hero__content { padding-top: 10rem; padding-bottom: 5rem; }
  .lede { font-size: clamp(1.2rem, 1.45vw, 1.4rem); }
}

/* ---------- LARGE DESKTOP (≥1600px) — editorial luxury ---------- */
@media (min-width: 1600px) {
  :root { --max-w: 1280px; }
  .hero__title { font-size: clamp(5.5rem, 8vw, 9.5rem); }
  .section__h { font-size: clamp(2.6rem, 3.5vw, 4rem); }
}

/* ---------- TOUCH POLISH — all clickable elements have :active feedback ---------- */
@media (hover: none) {
  .asset:active { transform: translateY(-2px) scale(0.998); }
  .nav__cta:active, .mmenu__cta:active, .meeting__cta:active { transform: scale(0.98); }
  .map__toggle-btn:active { background: rgba(191,155,79,0.2); }
  .legend__chip:active { background: rgba(191,155,79,0.18); }
}

/* ---------- NO HORIZONTAL OVERFLOW EVER ---------- */
html, body { overflow-x: hidden; }
img, video, svg { max-width: 100%; height: auto; }
