/*
  Radisson Khagrachari Hill Resort
  Unofficial concept design system
*/

:root {
  --forest-950: #10261f;
  --forest-900: #18352d;
  --forest-800: #23483c;
  --forest-700: #315d4d;
  --moss: #72866e;
  --sage: #abb7a6;
  --mist: #dfe5de;
  --paper: #f4f1e9;
  --paper-deep: #ebe5d8;
  --sand: #ddd1bc;
  --clay: #c79e7c;
  --stone: #887e70;
  --ink: #20251f;
  --ink-soft: #4d534b;
  --cream: #fbf8f1;
  --white: #fffdf8;
  --line: rgba(32, 37, 31, 0.18);
  --line-light: rgba(255, 253, 248, 0.24);
  --shadow: 0 30px 70px rgba(19, 34, 27, 0.13);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", Times, serif;
  --sans: Inter, Aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(100% - 64px, 1340px);
  --header-height: 84px;
  --concept-height: 32px;
  --radius: 2px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
figure, blockquote, p, h1, h2, h3, h4, ul, ol { margin-top: 0; }
figure { margin-left: 0; margin-right: 0; }
ul, ol { padding-left: 1.2em; }
::selection { color: var(--white); background: var(--forest-700); }
:focus-visible { outline: 2px solid #bd7248; outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: clamp(88px, 10vw, 156px) 0; }
.section--paper { background: var(--paper); }
.section--sand { background: var(--sand); }
.section--mist { background: var(--mist); }
.section--forest { color: var(--cream); background: var(--forest-900); }
.section--clay { background: var(--clay); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-950);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.concept-bar {
  position: relative;
  z-index: 61;
  min-height: var(--concept-height);
  display: grid;
  place-items: center;
  padding: 6px 20px;
  color: rgba(255,255,255,.82);
  background: #0e1e19;
  text-align: center;
}
.concept-bar p { margin: 0; font-size: 10px; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.concept-bar span { margin-right: 10px; color: #fff; font-weight: 700; }

.site-header {
  position: sticky;
  z-index: 60;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: rgba(20, 45, 38, .92);
  color: var(--white);
  backdrop-filter: blur(18px);
  transition: height .35s var(--ease), background .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled { height: 70px; background: rgba(16,38,31,.97); box-shadow: 0 10px 35px rgba(10,24,20,.12); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 1 auto; min-width: 0; gap: 12px; }
.brand__mark { width: 39px; min-width: 39px; color: #cbb795; }
.brand__mark path { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.brand__type { display: flex; flex-direction: column; min-width: 0; line-height: 1.05; }
.brand__type strong { font-family: var(--serif); font-size: 17px; font-weight: 400; letter-spacing: .01em; white-space: nowrap; }
.brand__type small { margin-top: 5px; font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; opacity: .74; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 1.5vw, 25px); }
.primary-nav > a:not(.button) { position: relative; padding: 27px 0; font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; opacity: .8; transition: opacity .2s ease; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 1px; background: currentColor; transition: right .35s var(--ease); }
.primary-nav > a:hover, .primary-nav > a.is-active, .primary-nav > a[aria-current="page"] { opacity: 1; }
.primary-nav > a:hover::after, .primary-nav > a.is-active::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.nav-toggle { display: none; border: 0; padding: 12px 0 12px 12px; background: transparent; align-items: center; gap: 12px; }
.nav-toggle__label { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nav-toggle__lines { width: 24px; height: 15px; position: relative; display: block; }
.nav-toggle__lines i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .25s ease, top .25s ease; }
.nav-toggle__lines i:first-child { top: 3px; }
.nav-toggle__lines i:last-child { top: 11px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines i:first-child { top: 7px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines i:last-child { top: 7px; transform: rotate(-45deg); }

.button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  padding: 12px 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--nav { min-height: 42px; padding: 11px 18px; border-color: rgba(255,255,255,.5); color: var(--white); }
.button--nav:hover, .button--nav.is-active { color: var(--forest-950); background: var(--white); border-color: var(--white); }
.button--light { color: var(--forest-950); background: var(--cream); }
.button--light:hover { background: #fff; }
.button--dark, .button--primary { color: var(--white); background: var(--forest-950); border-color: var(--forest-950); }
.button--dark:hover, .button--primary:hover { background: var(--forest-700); border-color: var(--forest-700); }
.button--outline, .button--secondary { color: var(--ink); border-color: rgba(32,37,31,.46); background: transparent; }
.button--outline:hover, .button--secondary:hover { color: var(--white); background: var(--forest-900); border-color: var(--forest-900); }
.button--ghost { min-height: auto; padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; }
.button[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 5px; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--light { color: var(--cream); border-color: var(--line-light); }
.circle-link { width: 44px; height: 44px; display: inline-grid; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; transition: color .25s ease, background .25s ease, transform .25s var(--ease); }
.circle-link:hover { color: var(--forest-950); background: var(--cream); transform: rotate(8deg); }
.circle-link--large { width: 72px; height: 72px; font-size: 22px; }

.eyebrow { margin-bottom: 20px; color: var(--forest-700); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: #d9d5c5; }
.microcopy { color: var(--ink-soft); font-size: 10px; letter-spacing: .1em; line-height: 1.7; text-transform: uppercase; }
h1, h2, h3, h4 { color: inherit; font-family: var(--serif); font-weight: 400; line-height: 1.02; }
h1 { font-size: clamp(52px, 7vw, 108px); letter-spacing: -.045em; }
h2 { font-size: clamp(39px, 5vw, 72px); letter-spacing: -.04em; }
h3 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -.025em; }

.home-hero { position: relative; min-height: calc(100svh - var(--concept-height) - var(--header-height)); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--forest-950); }
.home-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 54% 50%; animation: hero-settle 1.8s var(--ease) both; }
.home-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,18,14,.72) 0%, rgba(9,25,19,.42) 46%, rgba(8,22,17,.12) 75%), linear-gradient(0deg, rgba(7,18,14,.58) 0%, transparent 48%); }
.home-hero__content { position: relative; z-index: 1; padding-bottom: clamp(108px, 14vh, 164px); }
.home-hero__content h1 { max-width: 800px; margin-bottom: 24px; color: var(--white); font-size: clamp(64px, 9vw, 134px); line-height: .82; }
.home-hero__lede { max-width: 530px; margin-bottom: 32px; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: clamp(18px, 2vw, 25px); line-height: 1.4; }
.home-hero__actions { display: flex; align-items: center; gap: 30px; }
.home-hero__meta { position: absolute; z-index: 1; right: max(32px, calc((100vw - 1340px) / 2)); bottom: 62px; display: flex; gap: 30px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.home-hero__scroll { position: absolute; z-index: 1; left: 50%; bottom: 22px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.64); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); }
.home-hero__scroll i { display: block; width: 1px; height: 34px; background: linear-gradient(var(--white) 0 50%, rgba(255,255,255,.2) 50%); background-size: 100% 200%; animation: scroll-line 2s ease infinite; }
@keyframes hero-settle { from { transform: scale(1.035); opacity: .3; } to { transform: scale(1); opacity: 1; } }
@keyframes scroll-line { 0% { background-position: 0 100%; } 100% { background-position: 0 -100%; } }

.booking-rail { position: relative; z-index: 4; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 15px 45px rgba(18,34,28,.09); }
.booking-rail__form { min-height: 112px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr) auto; align-items: stretch; }
.booking-rail__intro, .booking-rail label { display: flex; align-items: center; border-right: 1px solid var(--line); }
.booking-rail__intro { gap: 18px; padding-right: 34px; }
.booking-rail__number { color: var(--moss); font-family: var(--serif); font-size: 30px; }
.booking-rail__intro div { display: flex; flex-direction: column; line-height: 1.3; }
.booking-rail__intro small, .booking-rail label span { color: var(--ink-soft); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.booking-rail__intro strong { margin-top: 5px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.booking-rail label { align-items: flex-start; justify-content: center; flex-direction: column; gap: 2px; padding: 22px 28px; }
.booking-rail input, .booking-rail select { width: 100%; border: 0; outline: 0; padding: 4px 0; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 18px; }
.booking-rail select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%),linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 10px) 13px, calc(100% - 5px) 13px; background-size: 5px 5px; background-repeat: no-repeat; }
.booking-rail .button { align-self: center; margin-left: 30px; }

.intro-grid { display: grid; grid-template-columns: .75fr 2.1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: start; }
.intro-grid__label { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; }
.intro-grid__label .vertical-rule { width: 1px; flex: 1; margin: 18px 0 24px 3px; background: var(--line); }
.intro-grid__statement h2 { max-width: 800px; margin: 0; }
.intro-grid__copy { padding-top: 56px; }
.intro-grid__copy > p { margin-bottom: 34px; color: var(--ink-soft); font-family: var(--serif); font-size: 19px; line-height: 1.65; }

.image-story { padding-top: 0; }
.image-story__grid { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(260px, .8fr); gap: clamp(30px, 6vw, 90px); align-items: center; }
.image-story img { height: 100%; object-fit: cover; }
.image-story__primary img { aspect-ratio: 1.38; }
.image-story figcaption { display: flex; justify-content: space-between; gap: 20px; margin-top: 13px; color: var(--ink-soft); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.image-story__aside { transform: translateY(8%); }
.image-story__aside figure img { aspect-ratio: .88; }
.image-story__aside blockquote { margin: 50px 0 0; padding-left: 25px; border-left: 1px solid var(--line); }
.image-story__aside blockquote p { margin-bottom: 12px; font-family: var(--serif); font-size: 24px; line-height: 1.3; }
.image-story__aside cite { font-size: 8px; font-style: normal; letter-spacing: .15em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: 1.5fr .7fr auto; gap: 50px; align-items: end; margin-bottom: clamp(46px, 7vw, 90px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 5px; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.section-heading--light > p { color: rgba(255,255,255,.65); }
.stay-showcase { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(35px, 5vw, 74px); }
.stay-card { min-width: 0; }
.stay-card:last-child { margin-top: clamp(30px, 8vw, 120px); }
.stay-card--large { grid-row: span 2; }
.stay-card__media { position: relative; display: block; overflow: hidden; background: var(--forest-950); }
.stay-card__media img { aspect-ratio: 1.32; object-fit: cover; transition: transform .9s var(--ease), opacity .5s ease; }
.stay-card:not(.stay-card--large) .stay-card__media img { aspect-ratio: 1.45; }
.stay-card__media:hover img { transform: scale(1.025); opacity: .92; }
.stay-card__index { position: absolute; top: 18px; left: 18px; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--forest-950); background: rgba(255,253,248,.9); font-family: var(--serif); font-size: 12px; }
.stay-card__body { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; padding-top: 24px; }
.stay-card__body h3, .stay-card__body p { margin-bottom: 0; }
.stay-card__body .eyebrow { margin-bottom: 8px; }
.stay-card__body > p { color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.65; }

.dining-feature__grid { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.4fr); gap: clamp(50px, 9vw, 140px); align-items: center; }
.dining-feature__copy h2 { margin-bottom: 30px; }
.dining-feature__copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 34px; color: var(--ink-soft); font-family: var(--serif); font-size: 19px; }
.inline-facts { display: flex; list-style: none; padding: 0; margin: 38px 0; border-block: 1px solid var(--line); }
.inline-facts li { flex: 1; padding: 19px 10px 19px 0; display: flex; gap: 12px; }
.inline-facts li + li { padding-left: 16px; border-left: 1px solid var(--line); }
.inline-facts strong { color: var(--forest-700); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.inline-facts span { font-size: 8px; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.dining-feature__image { position: relative; margin: 0; }
.dining-feature__image::before { content: ""; position: absolute; z-index: 0; width: 48%; height: 48%; top: -25px; right: -25px; border: 1px solid rgba(42,52,43,.26); }
.dining-feature__image img { position: relative; aspect-ratio: 1.12; object-fit: cover; }
.dining-feature__image figcaption { margin-top: 11px; color: var(--ink-soft); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.experiences-preview { overflow: hidden; }
.experience-strip { display: grid; grid-auto-flow: column; grid-auto-columns: min(38vw, 520px); gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; padding: 0 max(32px, calc((100vw - 1340px)/2)) 22px; cursor: grab; scroll-snap-type: x proximity; }
.experience-strip::-webkit-scrollbar { display: none; }
.experience-strip.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.experience-tile { scroll-snap-align: start; }
.experience-tile > a { display: block; overflow: hidden; }
.experience-tile img { aspect-ratio: 1.24; object-fit: cover; transition: transform .8s var(--ease); }
.experience-tile a:hover img { transform: scale(1.025); }
.experience-tile > div { display: grid; grid-template-columns: auto 1fr; column-gap: 20px; padding-top: 18px; }
.experience-tile span { grid-row: span 2; padding-top: 8px; color: var(--forest-700); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.experience-tile h3 { margin-bottom: 8px; font-size: 29px; }
.experience-tile p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.dual-feature__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 7vw, 110px); align-items: start; }
.dual-feature__card--offset { margin-top: clamp(70px, 12vw, 180px); }
.dual-feature__media { overflow: hidden; }
.dual-feature__media img { aspect-ratio: 1.06; object-fit: cover; transition: transform .9s var(--ease); }
.dual-feature__card:hover .dual-feature__media img { transform: scale(1.025); }
.dual-feature__content { max-width: 540px; padding: 36px clamp(0px, 3vw, 42px) 0; }
.dual-feature__content h2 { margin-bottom: 22px; }
.dual-feature__content > p:not(.eyebrow) { margin-bottom: 28px; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }

.hospitality-banner { position: relative; min-height: min(78vw, 820px); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--forest-950); }
.hospitality-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hospitality-banner__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,27,21,.79), rgba(10,27,21,.25) 70%, rgba(10,27,21,.08)); }
.hospitality-banner__content { position: relative; z-index: 1; }
.hospitality-banner blockquote { max-width: 770px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(40px, 6vw, 86px); letter-spacing: -.035em; line-height: .98; }
.hospitality-banner__content > p:not(.eyebrow) { max-width: 500px; margin-bottom: 30px; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 18px; }
.final-cta__grid { display: grid; grid-template-columns: .5fr 1.5fr .7fr; gap: 50px; align-items: start; }
.final-cta h2 { margin-bottom: 0; }
.final-cta__grid > div { padding-top: 14px; }
.final-cta__grid > div p { margin-bottom: 28px; color: rgba(32,37,31,.76); font-family: var(--serif); font-size: 18px; }

.site-footer { padding-top: clamp(70px, 8vw, 120px); color: rgba(255,255,255,.78); background: var(--forest-950); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 50px; align-items: center; padding-bottom: clamp(56px, 7vw, 90px); border-bottom: 1px solid var(--line-light); }
.brand--footer { color: var(--white); }
.brand--footer .brand__mark { width: 48px; }
.brand--footer .brand__type strong { font-size: 20px; }
.site-footer__statement { max-width: 530px; margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(24px, 3vw, 38px); line-height: 1.22; }
.site-footer__grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr; gap: 40px; padding-block: 65px; }
.site-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer h2 { margin-bottom: 15px; color: #b8b49e; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__grid a { font-family: var(--serif); font-size: 17px; transition: color .2s ease, transform .2s ease; }
.site-footer__grid a:hover { color: var(--white); transform: translateX(3px); }
.site-footer__place { padding-left: 35px; border-left: 1px solid var(--line-light); }
.site-footer__place p { margin-bottom: 8px; color: var(--white); font-family: var(--serif); font-size: 25px; line-height: 1.25; }
.site-footer__place small { max-width: 280px; color: rgba(255,255,255,.46); font-size: 10px; line-height: 1.6; }
.site-footer__bottom { min-height: 70px; display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 35px; align-items: center; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a:hover { color: var(--white); }

/* Shared inner-page primitives */
.page-hero { position: relative; min-height: min(76vh, 770px); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--forest-950); }
.page-hero--compact { min-height: 430px; }
.page-hero--split { min-height: auto; color: var(--ink); background: var(--paper); }
.page-hero > img, .page-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,24,18,.72), rgba(8,24,18,.12)), linear-gradient(0deg, rgba(8,24,18,.5), transparent 50%); }
.page-hero__content { position: relative; z-index: 1; width: var(--shell); margin-inline: auto; padding-block: clamp(70px, 10vw, 125px); }
.page-hero__content h1 { max-width: 990px; margin-bottom: 24px; }
.page-hero__content > p:not(.eyebrow), .page-hero__lede { max-width: 620px; margin: 0; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: clamp(18px, 2vw, 24px); }
.page-hero__grid { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 0; align-items: stretch; }
.page-hero__grid .page-hero__content { width: auto; padding-right: clamp(32px, 7vw, 100px); display: flex; flex-direction: column; justify-content: flex-end; }
.page-hero__grid .page-hero__content > p:not(.eyebrow) { color: var(--ink-soft); }
.page-hero__media { min-height: 620px; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-intro { display: grid; grid-template-columns: .55fr 1.45fr .8fr; gap: clamp(35px, 6vw, 90px); align-items: start; }
.page-intro h2 { margin-bottom: 0; }
.page-intro__copy { padding-top: 45px; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }
.page-intro__copy p:last-child { margin-bottom: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 24px; color: rgba(255,255,255,.67); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs--dark { color: var(--ink-soft); }
.breadcrumbs--dark a:hover { color: var(--ink); }
.disclosure-note, .concept-note, .notice { padding: 22px 25px; border: 1px solid var(--line); background: rgba(255,255,255,.25); }
.disclosure-note strong, .concept-note strong, .notice strong { display: block; margin-bottom: 6px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.disclosure-note p, .concept-note p, .notice p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.content-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.cards-grid, .card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card { min-width: 0; background: var(--cream); }
.card__media { overflow: hidden; }
.card__media img { aspect-ratio: 1.3; object-fit: cover; transition: transform .7s var(--ease); }
.card:hover .card__media img { transform: scale(1.025); }
.card__body { padding: 28px; }
.card__body h3 { margin-bottom: 14px; }
.card__body p { color: var(--ink-soft); }
.feature-split, .split-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(40px, 8vw, 120px); }
.feature-split--reverse .feature-split__media, .split-section--reverse .split-section__media { order: 2; }
.feature-split__media img, .split-section__media img { width: 100%; min-height: 480px; object-fit: cover; }
.feature-split__content { max-width: 560px; }
.feature-split__content h2 { margin-bottom: 24px; }
.feature-split__content > p:not(.eyebrow) { color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }
.stats, .facts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.stat, .fact { padding: 28px 20px; }
.stat + .stat, .fact + .fact { border-left: 1px solid var(--line); }
.stat strong, .fact strong { display: block; margin-bottom: 6px; color: var(--forest-700); font-family: var(--serif); font-size: 34px; font-weight: 400; }
.stat span, .fact span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.tag-list, .amenity-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.tag-list li, .amenity-list li { padding: 7px 11px; border: 1px solid var(--line); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field, .field { display: flex; flex-direction: column; gap: 8px; }
.form-field--full, .field--full { grid-column: 1 / -1; }
.form-field label, .field label, label.form-label { font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea, .field input, .field select, .field textarea, .form-control {
  width: 100%; min-height: 52px; border: 1px solid rgba(32,37,31,.27); border-radius: 0; padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.48); outline: 0; transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea, .field textarea, textarea.form-control { min-height: 135px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus, .field input:focus, .field select:focus, .field textarea:focus, .form-control:focus { border-color: var(--forest-700); box-shadow: 0 0 0 3px rgba(49,93,77,.12); }
.form-field input[aria-invalid="true"], .field input[aria-invalid="true"], .is-invalid { border-color: #9a3e2f; }
.field-error, .form-error, .error-message { margin: 0; color: #8c3025; font-size: 11px; }
.form-success, .success-message { padding: 18px; border: 1px solid rgba(49,93,77,.32); color: var(--forest-900); background: rgba(171,183,166,.24); }
.checkbox, .radio { display: flex; align-items: flex-start; gap: 10px; }
.checkbox input, .radio input { width: 18px; height: 18px; margin-top: 3px; }

.policy-layout { display: grid; grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 120px); align-items: start; }
.policy-nav { position: sticky; top: calc(var(--header-height) + 30px); padding: 26px; border: 1px solid var(--line); }
.policy-nav h2 { font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.policy-nav a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 16px; }
.policy-content { max-width: 820px; }
.policy-content > section { padding: 34px 0; border-top: 1px solid var(--line); }
.policy-content h2 { margin-bottom: 18px; font-size: clamp(30px, 4vw, 46px); }
.policy-content h3 { margin-top: 28px; font-size: 24px; }
.policy-content p, .policy-content li { color: var(--ink-soft); }

.lightbox { position: fixed; z-index: 100; inset: 0; display: none; place-items: center; padding: 30px; background: rgba(7,18,14,.94); }
.lightbox.is-open { display: grid; }
.lightbox__figure { max-width: min(1200px, 92vw); margin: 0; color: var(--white); }
.lightbox__figure img { max-height: 82vh; width: auto; margin: auto; object-fit: contain; }
.lightbox__figure figcaption { margin-top: 12px; text-align: center; font-family: var(--serif); }
.lightbox__close { position: absolute; top: 22px; right: 25px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--white); background: transparent; font-size: 20px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1100px); }
  .brand__type strong { font-size: 15px; }
  .primary-nav { gap: 14px; }
  .primary-nav > a:not(.button) { font-size: 9px; }
  .primary-nav .button { padding-inline: 13px; }
  .booking-rail__form { grid-template-columns: repeat(3, 1fr) auto; }
  .booking-rail__intro { display: none; }
  .booking-rail label:first-of-type { border-left: 1px solid var(--line); }
  .intro-grid { grid-template-columns: .45fr 1.55fr .8fr; gap: 44px; }
  .section-heading { grid-template-columns: 1.3fr .7fr; }
  .section-heading > .text-link { justify-self: start; }
  .site-footer__grid { grid-template-columns: repeat(3, 1fr); }
  .site-footer__place { grid-column: 1 / -1; padding: 30px 0 0; border-top: 1px solid var(--line-light); border-left: 0; }
}

@media (max-width: 960px) {
  :root { --header-height: 72px; }
  .nav-toggle { display: inline-flex; z-index: 2; }
  .primary-nav { position: absolute; z-index: 100; inset: 100% 0 auto; width: 100vw; min-height: calc(100dvh - var(--header-height)); max-height: calc(100dvh - var(--header-height)); display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 28px max(24px, calc((100vw - 720px)/2)); overflow-y: auto; color: var(--white); background: var(--forest-950); transform: translateX(100%); visibility: hidden; transition: transform .45s var(--ease), visibility .45s; }
  .primary-nav.is-open { transform: translateX(0); visibility: visible; }
  .primary-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .button { margin-top: 24px; }
  .home-hero { min-height: 780px; }
  .booking-rail__form { min-height: auto; grid-template-columns: repeat(3, 1fr); padding-block: 18px; }
  .booking-rail label { padding: 12px 18px; }
  .booking-rail .button { grid-column: 1 / -1; width: 100%; margin: 16px 0 0; }
  .intro-grid { grid-template-columns: .35fr 1.65fr; }
  .intro-grid__copy { grid-column: 2; padding-top: 0; }
  .image-story__grid { grid-template-columns: 1.45fr .8fr; gap: 35px; }
  .section-heading { grid-template-columns: 1fr .6fr; gap: 28px; }
  .stay-showcase { gap: 30px; }
  .dining-feature__grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .final-cta__grid { grid-template-columns: .35fr 1.65fr; }
  .final-cta__grid > div { grid-column: 2; }
  .site-footer__top { grid-template-columns: 1fr auto; }
  .site-footer__statement { grid-column: 1 / -1; grid-row: 2; }
  .site-footer__bottom { grid-template-columns: 1fr auto; padding-block: 22px; }
  .site-footer__bottom p:nth-child(2) { grid-row: 2; }
  .page-intro { grid-template-columns: .4fr 1.6fr; }
  .page-intro__copy { grid-column: 2; padding-top: 0; }
  .cards-grid, .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  :root { --shell: min(100% - 40px, 680px); --concept-height: 44px; }
  .concept-bar { min-height: 44px; }
  .concept-bar p { max-width: 500px; font-size: 8px; }
  .concept-bar span { display: block; margin: 0 0 2px; }
  .brand__mark { width: 34px; min-width: 34px; }
  .brand__type strong { font-size: 14px; }
  .brand__type small { font-size: 7px; }
  .home-hero { min-height: calc(100svh - var(--concept-height) - var(--header-height)); }
  .home-hero__image { object-position: 61% center; }
  .home-hero__veil { background: linear-gradient(90deg, rgba(6,18,14,.7), rgba(8,22,17,.25)), linear-gradient(0deg, rgba(7,18,14,.7), transparent 65%); }
  .home-hero__content { padding-bottom: 96px; }
  .home-hero__content h1 { font-size: clamp(56px, 18vw, 82px); }
  .home-hero__actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .home-hero__meta { display: none; }
  .home-hero__scroll { left: auto; right: 20px; transform: none; }
  .booking-rail__form { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .booking-rail label { border-bottom: 1px solid var(--line); }
  .booking-rail label:nth-of-type(3) { grid-column: 1 / -1; border-left: 1px solid var(--line); }
  .section { padding-block: 82px; }
  .intro-grid { grid-template-columns: 1fr; gap: 24px; }
  .intro-grid__label { min-height: auto; flex-direction: row; justify-content: space-between; }
  .intro-grid__label .vertical-rule { display: none; }
  .intro-grid__copy { grid-column: auto; }
  .image-story__grid { grid-template-columns: 1fr; }
  .image-story__aside { transform: none; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
  .image-story__aside blockquote { margin: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 45px; }
  .stay-showcase { grid-template-columns: 1fr; }
  .stay-card:last-child { margin-top: 0; }
  .stay-card__body { grid-template-columns: 1fr auto; }
  .stay-card__body > p { grid-column: 1; }
  .stay-card__body .circle-link { grid-row: 1 / span 2; grid-column: 2; }
  .dining-feature__grid { grid-template-columns: 1fr; }
  .dining-feature__image { order: -1; }
  .experience-strip { grid-auto-columns: min(82vw, 460px); padding-left: 20px; padding-right: 20px; }
  .dual-feature__grid { grid-template-columns: 1fr; }
  .dual-feature__card--offset { margin-top: 40px; }
  .hospitality-banner { min-height: 720px; }
  .hospitality-banner > img { object-position: 64% center; }
  .final-cta__grid { grid-template-columns: 1fr; gap: 22px; }
  .final-cta__grid > div { grid-column: auto; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__place { grid-column: 1 / -1; }
  .site-footer__bottom { grid-template-columns: 1fr; gap: 8px; }
  .site-footer__bottom p:nth-child(2) { grid-row: auto; }
  .site-footer__bottom a { margin-top: 8px; }
  .page-hero { min-height: 590px; }
  .page-hero--compact { min-height: 390px; }
  .page-hero--split { min-height: auto; }
  .page-hero__grid { width: 100%; grid-template-columns: 1fr; }
  .page-hero__grid .page-hero__content { width: var(--shell); min-height: 430px; margin: auto; padding-right: 0; }
  .page-hero__media { min-height: 420px; }
  .page-intro { grid-template-columns: 1fr; gap: 20px; }
  .page-intro__copy { grid-column: auto; }
  .feature-split, .split-section { grid-template-columns: 1fr; gap: 35px; }
  .feature-split--reverse .feature-split__media, .split-section--reverse .split-section__media { order: 0; }
  .cards-grid, .card-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full, .field--full { grid-column: auto; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 32px); }
  .brand__type strong { font-size: 12.5px; }
  .brand__mark { width: 30px; min-width: 30px; }
  .nav-toggle__label { display: none; }
  .home-hero__content h1 { font-size: clamp(52px, 17vw, 70px); }
  .booking-rail__form { grid-template-columns: 1fr; }
  .booking-rail label, .booking-rail label:nth-of-type(3) { grid-column: auto; border-inline: 1px solid var(--line); }
  .image-story__aside { grid-template-columns: 1fr; }
  .stay-card__body { gap: 14px; }
  .stay-card__body > p { font-size: 10px; }
  .inline-facts { flex-direction: column; }
  .inline-facts li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .experience-strip { grid-auto-columns: 88vw; }
  .site-footer__top { grid-template-columns: 1fr auto; gap: 24px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__place { grid-column: auto; }
  .stats, .facts-grid { grid-template-columns: 1fr; }
  .stat + .stat, .fact + .fact { border-left: 0; border-top: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .concept-bar, .site-header, .site-footer, .button, .nav-toggle { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding-block: 30px; }
}
