:root {
  --forest: #0b2c25;
  --forest-deep: #071f1a;
  --forest-soft: #173e35;
  --gold: #cba252;
  --gold-light: #e2c47d;
  --ivory: #f3ecdf;
  --sand: #d9c9ae;
  --ink: #18342d;
  --white: #fffdf7;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: var(--white);
  padding: 0.75rem 1rem;
  color: var(--forest);
}

.site-header {
  align-items: center;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 300ms ease, padding 300ms ease, box-shadow 300ms ease;
  z-index: 20;
}
.site-header.scrolled {
  background: rgba(7, 31, 26, 0.94);
  box-shadow: 0 10px 40px rgba(1, 20, 15, 0.15);
  padding-block: 0.8rem;
  backdrop-filter: blur(16px);
}
.brand { align-items: center; display: flex; gap: 0.95rem; }
.brand-mark {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 64px;
  justify-content: center;
  position: relative;
  width: 64px;
}
.brand-mark img { filter: drop-shadow(0 2px 7px rgba(7,31,26,.18)); height: 100%; object-fit: contain; transform: scale(1.08); width: 100%; }
.brand-name { align-items: center; display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-name strong { font-family: var(--serif); font-size: 1.02rem; font-weight: 400; letter-spacing: 0.09em; }
.brand-name small { color: var(--gold-light); font-size: 0.52rem; letter-spacing: 0.26em; margin-top: 0.38rem; }
.brand-tibetan {
  display: block;
  height: auto;
  margin-bottom: 0.3rem;
  object-fit: contain;
  width: 128px;
}
.site-nav { align-items: center; display: flex; font-size: 0.74rem; gap: clamp(1.25rem, 2.4vw, 2.5rem); letter-spacing: 0.06em; }
.site-nav > a:not(.nav-cta) { opacity: 0.78; transition: opacity 180ms ease; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(226, 196, 125, 0.75); color: var(--gold-light); padding: 0.7rem 1.15rem; }
.menu-toggle { display: none; }

.hero-stage {
  background: var(--forest-deep);
  min-height: 118svh;
  position: relative;
}
.hero {
  align-items: center;
  background: var(--forest-deep);
  color: var(--white);
  display: flex;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  padding: 8rem clamp(1.25rem, 7vw, 8rem) 5rem;
  position: sticky;
  top: 0;
}
.hero-image {
  background-image: url("./assets/reception-hero-v3.webp");
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transform: translate3d(0, var(--hero-image-y, 0px), 0) scale(var(--hero-image-scale, 1.045));
  transform-origin: center;
  will-change: transform;
}
.hero-wash {
  background:
    linear-gradient(90deg, rgba(4, 24, 19, 0.7) 0%, rgba(5, 27, 22, 0.38) 38%, rgba(5, 27, 22, 0.05) 68%),
    linear-gradient(0deg, rgba(4, 24, 19, 0.42), transparent 45%);
  inset: 0;
  position: absolute;
}
.hero-content { max-width: 760px; position: relative; z-index: 2; }
.motion-ready .hero-content.reveal.is-visible {
  opacity: var(--hero-content-opacity, 1);
  transform: translate3d(0, var(--hero-content-y, 0px), 0);
}
.eyebrow { align-items: center; color: var(--gold-light); display: flex; font-size: 0.67rem; font-weight: 500; gap: 0.9rem; letter-spacing: 0.24em; margin: 0 0 1.5rem; text-transform: uppercase; }
.eyebrow::before { background: currentColor; content: ""; height: 1px; width: 2.5rem; }
.eyebrow.dark { color: #8b6725; }
.hero h1,
.section h2,
.quote-band blockquote {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin: 0;
}
.hero h1 { font-size: clamp(4rem, 7vw, 7.5rem); }
.hero-copy { font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.75; margin: 2rem 0 2.5rem; max-width: 610px; opacity: 0.82; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.8rem; }
.button { align-items: center; display: inline-flex; font-size: 0.73rem; font-weight: 500; gap: 2rem; justify-content: space-between; letter-spacing: 0.08em; padding: 1rem 1.35rem; text-transform: uppercase; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--forest-deep); min-width: 235px; }
.text-link { border-bottom: 1px solid rgba(255, 255, 255, 0.32); font-size: 0.77rem; padding: 0.55rem 0; }
.text-link span { color: var(--gold); margin-left: 0.65rem; }
.hero-note { align-items: center; bottom: 2.6rem; display: flex; font-family: Georgia, serif; font-size: 0.76rem; gap: 0.6rem; left: clamp(1.25rem, 7vw, 8rem); opacity: 0.45; position: absolute; z-index: 2; }
.hero-note i { background: var(--gold); border-radius: 50%; height: 3px; width: 3px; }
.scroll-cue { align-items: center; bottom: 0; display: flex; flex-direction: column; font-size: 0.6rem; gap: 0.75rem; letter-spacing: 0.2em; position: absolute; right: clamp(1.25rem, 4vw, 4.5rem); text-transform: uppercase; z-index: 2; }
.scroll-cue i { background: var(--gold); height: 3.2rem; width: 1px; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-number { border-bottom: 1px solid rgba(24, 52, 45, 0.19); color: #8a7460; font-size: 0.65rem; letter-spacing: 0.14em; margin-bottom: clamp(3rem, 7vw, 6rem); padding-bottom: 1rem; text-transform: uppercase; }
.section h2 { font-size: clamp(3.2rem, 5.4vw, 6.3rem); }
.line-link { border-bottom: 1px solid rgba(24, 52, 45, 0.36); display: inline-flex; font-size: 0.74rem; font-weight: 500; justify-content: space-between; letter-spacing: 0.08em; margin-top: 1.1rem; min-width: 240px; padding: 0.7rem 0; text-transform: uppercase; }
.line-link span { color: #9a762e; }

.lum {
  background:
    radial-gradient(circle at 82% 12%, rgba(203, 162, 82, 0.14), transparent 26rem),
    var(--forest-deep);
  color: var(--white);
  overflow: hidden;
}
.lum .section-number { border-color: rgba(255, 255, 255, 0.16); color: rgba(255, 253, 247, 0.55); }
.lum-intro {
  display: grid;
  gap: clamp(2.5rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}
.lum-copy .lead {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.42;
  margin: 0 0 2rem;
}
.lum-copy > p:not(.lead) { color: rgba(255, 253, 247, 0.65); margin-bottom: 0; }
.lum-feature {
  background: #061b17;
  margin: clamp(4rem, 8vw, 7rem) 0 0;
  overflow: hidden;
  position: relative;
}
.lum-feature img {
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(1.08);
  transform-origin: center;
  width: 100%;
  will-change: transform;
}
.lum-feature::after {
  background: linear-gradient(0deg, rgba(4, 24, 19, 0.82), transparent 44%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.lum-feature figcaption {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: clamp(1.4rem, 3vw, 2.6rem);
  position: absolute;
  right: 0;
  z-index: 1;
}
.lum-feature figcaption span {
  color: var(--gold-light);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}
.lum-feature figcaption strong {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.1;
}
.heritage-card {
  align-items: center;
  border-block: 1px solid rgba(226, 196, 125, 0.28);
  display: grid;
  gap: clamp(2rem, 6vw, 7rem);
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  margin-top: clamp(4rem, 8vw, 8rem);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.heritage-year {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(5rem, 11vw, 10rem);
  letter-spacing: -0.06em;
  line-height: 0.8;
}
.heritage-label {
  color: var(--gold-light);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}
.heritage-card h3 {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.25rem;
}
.heritage-card h3 + p { color: rgba(255, 253, 247, 0.66); margin: 0; max-width: 780px; }
.line-link.light { border-color: rgba(226, 196, 125, 0.5); color: var(--gold-light); margin-top: 1.6rem; }
.lum-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.lum-details article { padding: clamp(2.25rem, 4vw, 4rem) clamp(0rem, 2.6vw, 2.8rem) 0; }
.lum-details article + article { border-left: 1px solid rgba(255, 255, 255, 0.15); }
.lum-details article:first-child { padding-left: 0; }
.lum-details > article > span { color: var(--gold-light); font-size: 0.64rem; letter-spacing: 0.15em; }
.lum-details h3 { font-family: var(--serif); font-size: clamp(1.6rem, 2.3vw, 2.35rem); font-weight: 400; line-height: 1.1; margin: 1rem 0; }
.lum-details p { color: rgba(255, 253, 247, 0.58); font-size: 0.86rem; margin: 0; }

.pathways { background: var(--forest); color: var(--white); }
.pathways-top { align-items: end; display: grid; gap: 4rem; grid-template-columns: 1.2fr 0.8fr; margin-bottom: 5rem; }
.pathways-top > p { line-height: 1.8; margin: 0 0 0.5rem; max-width: 440px; opacity: 0.65; }
.pathway { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.17); display: grid; gap: 1rem; grid-template-columns: 3rem 4rem 1fr 3rem; min-height: 10rem; transition: background 250ms ease, padding 250ms ease; }
.pathway:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.17); }
.pathway:hover { background: rgba(255, 255, 255, 0.04); padding-inline: 1rem; }
.pathway-index { color: var(--gold-light); font-size: 0.65rem; }
.pathway-icon { color: var(--gold); font-family: var(--serif); font-size: 2.1rem; }
.pathway-body { display: flex; flex-direction: column; gap: 0.5rem; }
.pathway-body strong { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; }
.pathway-body small { font-size: 0.8rem; opacity: 0.55; }
.pathway-arrow { border: 1px solid rgba(255, 255, 255, 0.23); border-radius: 50%; display: grid; height: 2.6rem; place-items: center; transition: background 180ms ease, color 180ms ease; width: 2.6rem; }
.pathway:hover .pathway-arrow { background: var(--gold); color: var(--forest); }

.experience { align-items: center; background: #e4d8c7; display: grid; gap: clamp(3rem, 8vw, 9rem); grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); }
.experience-visual { position: relative; }
.experience-visual img { aspect-ratio: 4 / 5; filter: sepia(0.06) saturate(0.82); object-fit: cover; object-position: 55% center; width: 100%; }
.experience-visual::after { border: 1px solid rgba(203, 162, 82, 0.75); content: ""; inset: 1rem -1rem -1rem 1rem; pointer-events: none; position: absolute; }
.image-caption { bottom: 1.25rem; color: white; display: flex; font-size: 0.6rem; justify-content: space-between; left: 1.3rem; letter-spacing: 0.12em; position: absolute; right: 1.3rem; text-transform: uppercase; z-index: 2; }
.experience-copy h2 em { color: #9a762e; font-style: italic; }
.experience-copy > p:not(.eyebrow) { color: #526760; line-height: 1.85; margin: 2.2rem 0; max-width: 500px; }
.experience-points { border-top: 1px solid rgba(24, 52, 45, 0.2); max-width: 500px; }
.experience-points div { border-bottom: 1px solid rgba(24, 52, 45, 0.2); font-size: 0.82rem; padding: 0.9rem 0; }
.experience-points span { color: #9a762e; margin-right: 0.8rem; }

.spaces { background: #f7f2e8; }
.spaces-intro {
  display: grid;
  gap: clamp(2.5rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}
.spaces-copy .lead {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.42;
  margin: 0 0 1.6rem;
}
.spaces-copy > p:not(.lead) {
  color: #526760;
  margin-bottom: 0;
  max-width: 560px;
}
.space-counts {
  border-block: 1px solid rgba(24, 52, 45, 0.2);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.space-counts > div {
  align-items: baseline;
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  min-height: 130px;
  padding: 2rem clamp(1rem, 2.5vw, 2.5rem);
}
.space-counts > div + div { border-left: 1px solid rgba(24, 52, 45, 0.2); }
.space-counts strong { color: #9a762e; font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 4.5rem); font-weight: 400; line-height: 1; }
.space-counts span { color: #526760; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; }
.spaces-gallery {
  display: grid;
  gap: clamp(1rem, 2vw, 1.8rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.space-card {
  background: var(--forest-deep);
  margin: 0;
  min-height: clamp(320px, 40vw, 600px);
  overflow: hidden;
  position: relative;
}
.space-card-wide { grid-column: span 7; }
.space-card-narrow { grid-column: span 5; }
.space-card img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--image-scale, 1.08));
  transition: transform 700ms cubic-bezier(.2,.65,.3,1);
  will-change: transform;
  width: 100%;
}
.space-card::after {
  background: linear-gradient(0deg, rgba(4, 24, 19, 0.8), transparent 45%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.space-card:hover img { --image-scale: 1.115; }
.space-card figcaption {
  bottom: 0;
  color: var(--white);
  display: flex;
  flex-direction: column;
  left: 0;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
  position: absolute;
  right: 0;
  z-index: 2;
}
.space-card figcaption span {
  color: var(--gold-light);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}
.space-card figcaption strong {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
}

.quote-band { align-items: center; background: var(--forest-deep); color: white; display: flex; flex-direction: column; min-height: 74vh; padding: 7rem 1.5rem; position: relative; text-align: center; }
.quote-band::before { background: radial-gradient(circle, rgba(203, 162, 82, 0.12), transparent 62%); content: ""; inset: 0; position: absolute; }
.seal { align-items: center; display: flex; height: 132px; justify-content: center; margin-bottom: 3rem; width: 132px; z-index: 1; }
.motion-ready .seal { transform: translate3d(0, var(--parallax-y, 0px), 0); will-change: transform; }
.seal img { height: 100%; object-fit: contain; width: 100%; }
.quote-band blockquote { font-size: clamp(2.6rem, 5vw, 5.8rem); line-height: 1.08; max-width: 1100px; position: relative; z-index: 1; }
.quote-band > p { color: var(--gold-light); font-size: 0.61rem; letter-spacing: 0.2em; margin-top: 2rem; text-transform: uppercase; z-index: 1; }

.visit {
  align-items: center;
  background: #e4d8c7;
  display: grid;
  gap: clamp(3rem, 8vw, 9rem);
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
}
.visit-copy > p:not(.eyebrow, .landmark) { color: #526760; margin: 2rem 0; max-width: 510px; }
.visit-copy address {
  border-block: 1px solid rgba(24, 52, 45, 0.2);
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
  font-style: normal;
  margin: 2rem 0 1.25rem;
  padding: 1.4rem 0;
}
.visit-copy address strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; margin-bottom: 0.35rem; }
.visit-copy address span { color: #526760; }
.landmark { align-items: center; color: #735b2f; display: flex; font-size: 0.72rem; gap: 0.65rem; margin: 0 0 2rem; }
.landmark span { color: #9a762e; }
.map-card { background: var(--forest-deep); box-shadow: 22px 22px 0 rgba(139, 103, 37, 0.18); padding: 0.65rem; }
.map-card iframe { border: 0; display: block; min-height: 570px; width: 100%; }
.map-card p { color: rgba(255, 253, 247, 0.62); font-size: 0.65rem; letter-spacing: 0.02em; margin: 0; padding: 0.8rem 0.85rem 0.4rem; }

.contact { align-items: center; background: var(--ivory); display: grid; gap: clamp(3rem, 9vw, 10rem); grid-template-columns: 1fr 0.75fr; }
.contact-copy > p:not(.eyebrow) { color: #526760; margin: 2rem 0; max-width: 520px; }
.contact-copy .contact-note { color: #806f5f; font-size: 0.78rem; letter-spacing: 0.02em; max-width: 390px; }
.contact-copy .wellness-note {
  border-left: 1px solid #9a762e;
  color: #6c6259;
  font-size: 0.72rem;
  line-height: 1.7;
  margin-top: 2.25rem;
  max-width: 480px;
  padding-left: 1rem;
}
.button-green { background: var(--forest); color: var(--white); min-width: 285px; }
.contact-card { border: 1px solid rgba(24, 52, 45, 0.2); box-shadow: 20px 20px 0 #ddd0bd; display: flex; flex-direction: column; padding: clamp(2rem, 5vw, 4rem); position: relative; }
.contact-card::before { color: #9a762e; content: "✦"; font-size: 1.3rem; position: absolute; right: 2rem; top: 1.6rem; }
.contact-card > p { font-family: var(--serif); font-size: 1.8rem; margin: 0 0 2rem; }
.contact-card label { display: flex; flex-direction: column; gap: 0.45rem; margin-bottom: 1.15rem; }
.contact-card label > span { color: #4e655e; display: flex; font-size: 0.68rem; font-weight: 500; justify-content: space-between; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-card label small { color: #8b7463; font-size: 0.58rem; font-weight: 400; }
.contact-card input,
.contact-card textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(24, 52, 45, 0.24);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  outline: 0;
  padding: 0.45rem 0 0.7rem;
  resize: vertical;
  width: 100%;
}
.contact-card input:focus,
.contact-card textarea:focus { border-color: #9a762e; box-shadow: 0 1px 0 #9a762e; }
.contact-card .button { border: 0; cursor: pointer; margin-top: 0.65rem; width: 100%; }
.form-trap { display: none !important; }

.thank-you-page {
  align-items: center;
  background:
    radial-gradient(circle at 80% 10%, rgba(203, 162, 82, 0.2), transparent 32rem),
    var(--forest-deep);
  color: var(--white);
  display: flex;
  justify-content: center;
  min-height: 100svh;
  padding: 2rem;
}
.thank-you-card { max-width: 720px; text-align: center; }
.thank-you-card img { height: 120px; margin: 0 auto 2.5rem; width: 120px; }
.thank-you-card h1 { font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 400; line-height: 1; margin: 0; }
.thank-you-card p { margin: 2rem auto; max-width: 560px; opacity: 0.75; }
.thank-you-card .button { border: 1px solid rgba(226, 196, 125, 0.72); color: var(--gold-light); }

footer { align-items: center; background: var(--forest); color: white; display: grid; gap: 2rem; grid-template-columns: 1.3fr 1fr 1fr auto; padding: 3rem clamp(1.25rem, 4vw, 4.5rem); }
.footer-brand { align-items: center; display: flex; gap: 0.9rem; }
.footer-brand > div { display: flex; flex-direction: column; text-transform: uppercase; }
.footer-brand strong { font-family: var(--serif); font-weight: 400; letter-spacing: 0.08em; }
.footer-brand small { color: var(--gold-light); font-size: 0.48rem; letter-spacing: 0.24em; }
.footer-brand-name .brand-tibetan { margin-bottom: 0.34rem; width: 140px; }
footer > p { color: var(--gold-light); font-family: var(--serif); font-size: 1rem; }
.footer-links { display: flex; font-size: 0.68rem; gap: 1.3rem; opacity: 0.7; }
footer > small { font-size: 0.62rem; opacity: 0.55; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 850ms ease var(--reveal-delay, 0ms),
    transform 900ms cubic-bezier(.2,.7,.25,1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready .reveal.reveal-left { transform: translate3d(-42px, 16px, 0); }
.motion-ready .reveal.reveal-right { transform: translate3d(42px, 16px, 0); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

@media (max-width: 880px) {
  .site-nav {
    align-items: stretch;
    background: var(--forest-deep);
    flex-direction: column;
    inset: 100% 0 auto;
    opacity: 0;
    padding: 2rem 1.5rem 2.5rem;
    pointer-events: none;
    position: absolute;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .menu-toggle { background: transparent; border: 0; display: grid; gap: 6px; height: 40px; padding: 10px; width: 44px; }
  .menu-toggle span:not(.sr-only) { background: var(--gold-light); height: 1px; transition: transform 180ms ease; width: 24px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-image { background-position: 62% center; }
  .hero-stage { min-height: 108svh; }
  .hero-wash { background: linear-gradient(90deg, rgba(4, 24, 19, 0.94), rgba(4, 24, 19, 0.32)), linear-gradient(0deg, rgba(4,24,19,.65), transparent); }
  .hero-note { display: none; }
  .lum-intro,
  .pathways-top,
  .experience,
  .spaces-intro,
  .visit,
  .contact { grid-template-columns: 1fr; }
  .heritage-card { align-items: start; grid-template-columns: 1fr; }
  .heritage-year { font-size: 6rem; }
  .lum-details { grid-template-columns: 1fr; }
  .lum-details article { border-bottom: 1px solid rgba(255, 255, 255, 0.15); padding: 2rem 0; }
  .lum-details article + article { border-left: 0; }
  .lum-feature img { aspect-ratio: 4 / 3; }
  .pathways-top { align-items: start; gap: 2rem; }
  .pathway { grid-template-columns: 2rem 3rem 1fr 3rem; }
  .space-card-wide,
  .space-card-narrow { grid-column: span 6; }
  .space-card { min-height: 420px; }
  .map-card iframe { min-height: 460px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-header { padding: 0.9rem 1rem; }
  .brand { gap: 0.72rem; }
  .brand-mark { height: 54px; width: 54px; }
  .brand-name strong { font-size: 0.85rem; }
  .site-header .brand-tibetan { margin-bottom: 0.24rem; width: 108px; }
  .hero-image { background-position: 67% center; }
  .hero-stage { min-height: 100svh; }
  .hero { height: 100svh; min-height: 100svh; padding-inline: 1.25rem; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .hero-copy { font-size: 0.95rem; }
  .scroll-cue { display: none; }
  .section { padding-block: 5.5rem; }
  .section h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .pathway { gap: 0.6rem; grid-template-columns: 1.5rem 2rem 1fr; min-height: 9rem; }
  .pathway-arrow { display: none; }
  .pathway-body strong { font-size: 1.65rem; }
  .pathway-body small { line-height: 1.5; }
  .experience { overflow: hidden; }
  .experience-visual::after { right: -0.6rem; }
  .spaces-gallery { grid-template-columns: 1fr; }
  .space-card-wide,
  .space-card-narrow { grid-column: 1; }
  .space-card { min-height: 330px; }
  .quote-band { min-height: 70vh; }
  .map-card { box-shadow: 10px 10px 0 rgba(139, 103, 37, 0.18); }
  .map-card iframe { min-height: 360px; }
  .contact-card { box-shadow: 10px 10px 0 #ddd0bd; }
  footer { grid-template-columns: 1fr; }
  footer > p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .hero-stage { min-height: 100svh; }
  .hero { position: relative; }
  .hero-image,
  .lum-feature img,
  .space-card img,
  .motion-ready .seal,
  .motion-ready .hero-content.reveal.is-visible,
  .motion-ready .reveal { opacity: 1; transform: none; }
}

/* Premium experience additions */
html { overflow-x: clip; }
body.dialog-open { overflow: hidden; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.scroll-progress {
  background: rgba(226, 196, 125, 0.12);
  height: 2px;
  inset: 0 0 auto;
  position: fixed;
  z-index: 80;
}
.scroll-progress span {
  background: var(--gold);
  display: block;
  height: 100%;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
  width: 100%;
}

.opening-banner {
  align-items: center;
  background: var(--gold);
  color: var(--forest-deep);
  display: flex;
  gap: clamp(1rem, 3vw, 3rem);
  justify-content: center;
  left: 0;
  min-height: 44px;
  padding: 0.55rem clamp(1.25rem, 4vw, 4.5rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 70;
}
.opening-banner p { align-items: center; display: flex; gap: 1rem; margin: 0; }
.opening-banner strong { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.opening-banner p span { font-size: 0.72rem; }
.opening-banner > a { border-bottom: 1px solid rgba(7,31,26,.48); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.1em; margin-left: auto; padding-bottom: 0.12rem; text-transform: uppercase; white-space: nowrap; }
.site-header { top: 44px; }
.opening-kicker {
  align-items: center;
  color: var(--gold-light);
  display: flex;
  font-size: 0.66rem;
  font-weight: 600;
  gap: 0.7rem;
  letter-spacing: 0.16em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.opening-kicker span { background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(203,162,82,.16); height: 6px; width: 6px; }

.signature-rail {
  background: #e8ddcb;
  border-bottom: 1px solid rgba(24, 52, 45, 0.16);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
}
.signature-item {
  display: flex;
  flex-direction: column;
  min-height: 145px;
  padding: 2rem clamp(1rem, 2.3vw, 2.5rem);
}
.signature-item + .signature-item { border-left: 1px solid rgba(24, 52, 45, 0.15); }
.signature-item span {
  color: #8b6725;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-bottom: auto;
  text-transform: uppercase;
}
.signature-item strong {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.2rem;
}

.standard {
  background:
    radial-gradient(circle at 12% 2%, rgba(203, 162, 82, 0.18), transparent 26rem),
    var(--forest-deep);
  color: var(--white);
  display: grid;
  gap: clamp(3rem, 7vw, 8rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  overflow: hidden;
}
.standard .section-number { border-color: rgba(255, 255, 255, 0.16); color: rgba(255, 253, 247, 0.5); }
.standard-intro { align-self: end; max-width: 630px; }
.standard-intro .lead {
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  line-height: 1.35;
  margin: 0 0 1.5rem;
}
.standard-intro > p:not(.lead) { color: rgba(255, 253, 247, 0.62); margin: 0; }
.standard-grid {
  border-block: 1px solid rgba(226, 196, 125, 0.25);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
}
.standard-card {
  min-height: 320px;
  padding: clamp(2rem, 3.5vw, 3.5rem) clamp(1.4rem, 2.5vw, 2.5rem);
  position: relative;
  transition: background 300ms ease, transform 300ms ease;
}
.standard-card + .standard-card { border-left: 1px solid rgba(226, 196, 125, 0.25); }
.standard-card:hover { background: rgba(255, 255, 255, 0.045); transform: translateY(-5px); }
.standard-card > span { color: var(--gold-light); font-size: 0.6rem; letter-spacing: 0.18em; }
.standard-card h3 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  margin: 5.5rem 0 1.2rem;
}
.standard-card p { color: rgba(255, 253, 247, 0.57); font-size: 0.82rem; margin: 0; }
.standard-cta {
  align-items: center;
  display: flex;
  gap: 2rem;
  grid-column: 1 / -1;
  justify-content: space-between;
}
.standard-cta p { color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2.4rem); margin: 0; }

.space-card-open {
  background: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  z-index: 3;
}
.space-card-open span {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(7, 31, 26, 0.48);
  border: 1px solid rgba(226, 196, 125, 0.55);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.57rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  margin: 1.25rem;
  padding: 0.65rem 0.9rem;
  text-transform: uppercase;
  transform: translateY(-8px);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}
.space-card:hover .space-card-open span,
.space-card-open:focus-visible span { opacity: 1; transform: translateY(0); }
.space-card-open:hover span { background: rgba(7, 31, 26, 0.8); }

.gallery-dialog {
  background: var(--forest-deep);
  border: 0;
  color: var(--white);
  height: min(92vh, 900px);
  margin: auto;
  max-height: none;
  max-width: none;
  overflow: hidden;
  padding: 0;
  width: min(94vw, 1500px);
}
.gallery-dialog::backdrop { backdrop-filter: blur(14px); background: rgba(2, 14, 11, 0.88); }
.gallery-dialog[open] { display: grid; grid-template-columns: 84px minmax(0, 1fr) 84px; place-items: center; }
.gallery-dialog figure { height: 100%; margin: 0; min-width: 0; overflow: hidden; position: relative; width: 100%; }
.gallery-dialog figure::after { background: linear-gradient(0deg, rgba(4, 24, 19, 0.78), transparent 38%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.gallery-dialog img { height: 100%; object-fit: cover; width: 100%; }
.gallery-dialog figcaption { bottom: 0; display: flex; flex-direction: column; left: 0; padding: clamp(1.5rem, 4vw, 4rem); position: absolute; right: 0; z-index: 2; }
.gallery-dialog figcaption span { color: var(--gold-light); font-size: 0.6rem; letter-spacing: 0.2em; margin-bottom: 0.6rem; text-transform: uppercase; }
.gallery-dialog figcaption strong { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.gallery-close,
.gallery-arrow { background: transparent; border: 0; color: var(--gold-light); cursor: pointer; }
.gallery-close { font-size: 0.58rem; letter-spacing: 0.16em; position: absolute; right: 1.4rem; text-transform: uppercase; top: 1.3rem; z-index: 5; }
.gallery-close span { font-size: 1.4rem; margin-left: 0.5rem; vertical-align: -0.08em; }
.gallery-arrow { border: 1px solid rgba(226, 196, 125, 0.35); border-radius: 50%; font-size: 1.2rem; height: 48px; transition: background 180ms ease; width: 48px; }
.gallery-arrow:hover { background: rgba(226, 196, 125, 0.12); }
.gallery-count { bottom: 1.3rem; color: rgba(255, 253, 247, 0.58); font-size: 0.62rem; left: 1.3rem; letter-spacing: 0.14em; margin: 0; position: absolute; z-index: 5; }

.visit-facts { border-bottom: 1px solid rgba(24, 52, 45, 0.2); display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 2rem; }
.visit-facts p { display: flex; flex-direction: column; margin: 0; padding: 0 0 1.4rem; }
.visit-facts p + p { border-left: 1px solid rgba(24, 52, 45, 0.2); padding-left: 1.4rem; }
.visit-facts span { color: #806f5f; font-size: 0.58rem; letter-spacing: 0.16em; margin-bottom: 0.25rem; text-transform: uppercase; }
.visit-facts strong,
.visit-facts a { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.visit-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; }
.text-link-dark { border-color: rgba(24, 52, 45, 0.32); color: var(--forest); }
.map-card p span { color: #65c98f; font-size: 0.48rem; margin-right: 0.35rem; vertical-align: 0.12em; }

.faq { align-items: start; background: #eee4d4; display: grid; gap: clamp(3rem, 9vw, 10rem); grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr); }
.faq-heading > p:not(.eyebrow) { color: #526760; margin: 2rem 0 0; max-width: 520px; }
.faq-list { border-top: 1px solid rgba(24, 52, 45, 0.22); }
.faq-list details { border-bottom: 1px solid rgba(24, 52, 45, 0.22); }
.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  justify-content: space-between;
  line-height: 1.2;
  list-style: none;
  padding: 1.65rem 0;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #9a762e; font-family: var(--sans); font-size: 1.4rem; font-weight: 300; transition: transform 220ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: #526760; font-size: 0.86rem; margin: -0.2rem 3.5rem 1.8rem 0; max-width: 640px; }
.faq-list details a { border-bottom: 1px solid rgba(24, 52, 45, 0.35); }

.contact-phone { border-block: 1px solid rgba(24, 52, 45, 0.16); display: flex; flex-direction: column; margin-top: 2rem; max-width: 390px; padding: 1rem 0; }
.contact-phone span { color: #806f5f; font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-phone strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.contact-card select {
  appearance: none;
  background: linear-gradient(45deg, transparent 50%, #9a762e 50%) calc(100% - 8px) 54% / 5px 5px no-repeat;
  border: 0;
  border-bottom: 1px solid rgba(24, 52, 45, 0.24);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  outline: 0;
  padding: 0.45rem 1.2rem 0.7rem 0;
  width: 100%;
}
.contact-card select:focus { border-color: #9a762e; box-shadow: 0 1px 0 #9a762e; }
footer > p small { color: rgba(255, 253, 247, 0.55); font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.04em; }

.mobile-actions { display: none; }

@media (max-width: 1060px) {
  .signature-rail { grid-template-columns: repeat(2, 1fr); }
  .signature-item:nth-child(3) { border-left: 0; border-top: 1px solid rgba(24, 52, 45, 0.15); }
  .signature-item:nth-child(4) { border-top: 1px solid rgba(24, 52, 45, 0.15); }
  .standard-grid { grid-template-columns: repeat(2, 1fr); }
  .standard-card:nth-child(3) { border-left: 0; border-top: 1px solid rgba(226, 196, 125, 0.25); }
  .standard-card:nth-child(4) { border-top: 1px solid rgba(226, 196, 125, 0.25); }
}

@media (max-width: 880px) {
  .standard,
  .faq { grid-template-columns: 1fr; }
  .standard-intro { max-width: 680px; }
  .standard-cta { align-items: flex-start; flex-direction: column; }
  .gallery-dialog[open] { grid-template-columns: 58px minmax(0, 1fr) 58px; }
  .gallery-arrow { height: 40px; width: 40px; }
  .visit-copy { min-width: 0; }
}

@media (max-width: 560px) {
  .opening-banner { align-items: flex-start; flex-direction: column; gap: 0.12rem; min-height: 62px; padding: 0.55rem 1rem; }
  .opening-banner p { align-items: flex-start; flex-direction: column; gap: 0; }
  .opening-banner p span { font-size: 0.62rem; line-height: 1.35; }
  .opening-banner > a { display: none; }
  .site-header { top: 62px; }
  body { padding-bottom: 60px; }
  body.thank-you-page { padding-bottom: 2rem; }
  .motion-ready .reveal.reveal-left,
  .motion-ready .reveal.reveal-right { transform: translate3d(0, 28px, 0); }
  .signature-rail { grid-template-columns: 1fr; padding: 0 1.25rem; }
  .signature-item { min-height: 116px; padding: 1.5rem 0; }
  .signature-item + .signature-item { border-left: 0; border-top: 1px solid rgba(24, 52, 45, 0.15); }
  .standard-grid { grid-template-columns: 1fr; }
  .standard-card { min-height: 250px; padding: 2rem 0; }
  .standard-card + .standard-card { border-left: 0; border-top: 1px solid rgba(226, 196, 125, 0.25); }
  .standard-card h3 { margin-top: 3.8rem; }
  .standard-cta .line-link { min-width: 0; width: 100%; }
  .space-card-open span { opacity: 1; transform: translateY(0); }
  .space-counts { grid-template-columns: 1fr; }
  .space-counts > div { justify-content: space-between; min-height: 100px; padding-inline: 0; }
  .space-counts > div + div { border-left: 0; border-top: 1px solid rgba(24, 52, 45, 0.2); }
  .gallery-dialog { height: 86vh; width: calc(100vw - 1.25rem); }
  .gallery-dialog[open] { display: block; }
  .gallery-dialog figure { height: 100%; }
  .gallery-arrow { bottom: 1.2rem; position: absolute; z-index: 5; }
  .gallery-prev { right: 4.7rem; }
  .gallery-next { right: 1.2rem; }
  .gallery-count { left: 1.2rem; }
  .gallery-dialog figcaption { padding-bottom: 5.5rem; }
  .visit-facts { grid-template-columns: 1fr; }
  .visit-facts p + p { border-left: 0; border-top: 1px solid rgba(24, 52, 45, 0.16); padding-left: 0; padding-top: 1.1rem; }
  .visit-actions { align-items: stretch; flex-direction: column; }
  .button-green,
  .visit-actions .button,
  .contact-card .button { min-width: 0; width: 100%; }
  .faq-list details p { margin-right: 0; }
  .contact,
  .visit { overflow: hidden; }
  .contact-card,
  .map-card { max-width: 100%; min-width: 0; }
  .mobile-actions {
    background: rgba(7, 31, 26, 0.97);
    border-top: 1px solid rgba(226, 196, 125, 0.3);
    bottom: 0;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: opacity 220ms ease, transform 220ms ease;
    z-index: 60;
  }
  .mobile-actions.visible { opacity: 1; transform: translateY(0); }
  .mobile-actions a { color: var(--gold-light); font-size: 0.58rem; font-weight: 500; letter-spacing: 0.08em; padding: 1rem 0.6rem; text-align: center; text-transform: uppercase; }
  .mobile-actions a + a { background: var(--gold); color: var(--forest-deep); }
  footer { padding-bottom: 4.5rem; }
}

@media (max-width: 360px) {
  .contact h2 { font-size: 2.5rem; }
}

@media (max-width: 560px) and (max-height: 700px) {
  .hero-stage { min-height: 720px; }
  .hero { align-items: flex-start; height: 720px; min-height: 720px; padding-top: 7.2rem; position: relative; }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 4.5rem); }
  .hero-copy { line-height: 1.62; margin-block: 1.35rem 1.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal,
  .motion-ready .reveal.reveal-left,
  .motion-ready .reveal.reveal-right { opacity: 1; transform: none; }
  .standard-card:hover { transform: none; }
  .mobile-actions { transition: none; }
}
