@charset "UTF-8";

:root {
  --paper: #f1ecdf;
  --paper-light: #faf7ed;
  --paper-deep: #ddd4c1;
  --ink: #252824;
  --ink-soft: #55574f;
  --pine: #17372f;
  --pine-light: #315348;
  --gold: #c9a56a;
  --gold-light: #eed7a8;
  --snow: #f8fbfa;
  --line: rgba(37, 40, 36, .22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(15, 24, 21, .18);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

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

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--gold) var(--pine);
  scrollbar-width: thin;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 90;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
  content: "";
  opacity: .055;
  pointer-events: none;
  mix-blend-mode: multiply;
}

::selection { background: var(--gold); color: var(--pine); }
img, picture { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: .75rem 1rem;
  transform: translateY(-150%);
  background: var(--paper-light);
  color: var(--pine);
  transition: transform .2s;
}

.skip-link:focus { transform: translateY(0); }
.sr-only, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; border: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem clamp(1.2rem, 4vw, 4.5rem);
  color: var(--snow);
  transition: padding .5s var(--ease), background-color .5s, color .5s, transform .5s var(--ease);
}

.site-header::after {
  position: absolute;
  right: clamp(1.2rem, 4vw, 4.5rem);
  bottom: 0;
  left: clamp(1.2rem, 4vw, 4.5rem);
  height: 1px;
  background: currentColor;
  content: "";
  opacity: .26;
}

.site-header.is-scrolled {
  padding-top: .65rem;
  padding-bottom: .65rem;
  background: rgba(241, 236, 223, .94);
  color: var(--ink);
  backdrop-filter: blur(12px);
}

.site-header.is-hidden { transform: translateY(-105%); }

.brand { display: inline-flex; align-items: center; gap: .7rem; line-height: 1; }
.brand__mark { display: grid; width: 2.65rem; height: 2.65rem; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.65rem; font-style: italic; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; letter-spacing: .04em; }
.brand small { display: block; margin-top: .35rem; font-size: .55rem; letter-spacing: .2em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2.6rem); font-size: .68rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a { position: relative; padding-block: .7rem; }
.site-nav a:not(.nav-book)::after { position: absolute; bottom: .38rem; left: 0; width: 100%; height: 1px; transform: scaleX(0); transform-origin: right; background: currentColor; content: ""; transition: transform .45s var(--ease); }
.nav-book { padding: .75rem 1.2rem !important; border: 1px solid currentColor; transition: background-color .3s, color .3s; }
.menu-toggle { display: none; border: 0; background: none; }

.cinematic { position: relative; overflow: hidden; color: var(--snow); background: #101917; }
.cinematic__media { position: absolute; inset: 0; }
.cinematic__media picture, .cinematic__media img { width: 100%; height: 100%; }
.cinematic__media img { object-fit: cover; object-position: center 56%; }
.vignette { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 13, 14, .35), transparent 35%, rgba(5, 10, 9, .55)), radial-gradient(circle at 50% 45%, transparent 25%, rgba(4, 9, 9, .48) 115%); pointer-events: none; }

.eyebrow { margin: 0 0 1.2rem; font-size: .63rem; font-weight: 600; letter-spacing: .25em; line-height: 1.4; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 2.8rem; height: 1px; margin-right: .8rem; vertical-align: middle; background: currentColor; content: ""; opacity: .55; }

.hero { min-height: 100vh; min-height: 100svh; min-height: 100dvh; isolation: isolate; }
.hero__media { transform: scale(1.12); will-change: transform; }
.hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 14, 15, .62), rgba(5, 14, 15, .04) 60%, rgba(5, 14, 15, .14)); content: ""; }
.hero__content { position: relative; z-index: 3; display: flex; min-height: 100vh; min-height: 100svh; min-height: 100dvh; width: min(900px, 88vw); flex-direction: column; align-items: flex-start; justify-content: center; padding: 7rem 0 6rem clamp(1.4rem, 8vw, 9rem); }
.hero__location { margin-bottom: 1.35rem; color: var(--gold-light); }
.mask-line { overflow: hidden; }
.hero h1 { max-width: 10ch; margin: 0; font-family: var(--serif); font-size: clamp(4.1rem, 9.3vw, 10.5rem); font-weight: 400; letter-spacing: -.055em; line-height: .72; text-wrap: balance; }
.hero__lede { margin: 1.65rem 0 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.4rem); font-style: italic; line-height: 1.15; }
.hero__copy { max-width: 610px; margin: 1.65rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(.83rem, 1.05vw, 1rem); line-height: 1.8; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .85rem 1.5rem; border: 1px solid transparent; font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: transform .35s var(--ease), background-color .35s, color .35s, border-color .35s; }
.button--gold { background: var(--gold); color: var(--pine); }
.button--ghost { border-color: rgba(255,255,255,.6); color: var(--snow); }
.button--pine { background: var(--pine); color: var(--paper-light); }
.button--ink { border-color: var(--ink); color: var(--ink); }

@media (hover: hover) and (pointer: fine) {
  .site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
  .nav-book:hover { background: var(--gold); color: var(--pine); }
  .button:hover { transform: translateY(-3px); }
  .button--gold:hover { background: var(--paper-light); }
  .button--ghost:hover { border-color: var(--snow); background: var(--snow); color: var(--pine); }
}

.scroll-cue { position: absolute; z-index: 5; right: clamp(1.4rem, 4vw, 4.5rem); bottom: 2.5rem; display: flex; align-items: center; gap: .9rem; font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 1px; height: 3rem; overflow: hidden; background: rgba(255,255,255,.4); }
.scroll-cue i::after { position: absolute; top: -100%; left: 0; width: 100%; height: 75%; background: var(--snow); content: ""; animation: scrollLine 2.2s ease-in-out infinite; }
@keyframes scrollLine { 55%, 100% { transform: translateY(270%); } }

.fog { position: absolute; z-index: 2; width: 75vw; height: 38vh; border-radius: 50%; background: radial-gradient(ellipse, rgba(235,244,242,.44), transparent 68%); filter: blur(30px); opacity: .4; pointer-events: none; will-change: transform; }
.fog--one { top: 7%; right: -26%; }
.fog--two { top: 34%; left: -37%; width: 68vw; opacity: .18; }
.snow-field { position: absolute; z-index: 4; inset: 0; overflow: hidden; pointer-events: none; }
.snowflake { position: absolute; top: -8vh; width: var(--size); height: var(--size); border-radius: 50%; background: rgba(255,255,255,var(--alpha)); filter: blur(var(--blur)); animation: snowfall var(--duration) linear var(--delay) infinite; }
@keyframes snowfall { to { transform: translate3d(var(--drift), 112vh, 0) rotate(180deg); } }

.paper-section { position: relative; background-color: var(--paper); background-image: radial-gradient(circle at 12% 30%, rgba(255,255,255,.48), transparent 30%), linear-gradient(102deg, transparent 48%, rgba(94,77,48,.025) 49%, transparent 51%); color: var(--ink); }
.paper-section--pine {
  background-color: var(--pine);
  background-image:
    radial-gradient(circle at 14% 24%, rgba(90, 128, 111, .26), transparent 34%),
    linear-gradient(102deg, transparent 48%, rgba(238, 215, 168, .035) 49%, transparent 51%);
  color: var(--paper-light);
}
.paper-section--pine .eyebrow { color: var(--gold-light); }
.paper-section--pine .editorial-copy h2 em,
.paper-section--pine .travel-notes__heading h2 em { color: var(--gold-light); }
.paper-section--pine .editorial-copy > p:not(.eyebrow),
.paper-section--pine .trust__heading > p:last-child,
.paper-section--pine .travel-notes__heading > p:last-child { color: rgba(250, 247, 237, .7); }
.paper-section--pine .welcome__labels span {
  border-color: rgba(238, 215, 168, .42);
  color: var(--gold-light);
}
.paper-section--pine .trust-marks {
  border-top-color: rgba(238, 215, 168, .32);
  color: rgba(250, 247, 237, .88);
}
.paper-section--pine .guest-notes blockquote,
.paper-section--pine .travel-note {
  background: var(--paper-light);
  color: var(--ink);
}
.paper-section--pine .travel-note {
  border-color: rgba(201, 165, 106, .65);
}
.paper-section--pine .travel-note p { color: var(--ink-soft); }
.paper-section--pine.travel-notes { border-top-color: rgba(238, 215, 168, .32); }
.torn-top { margin-top: -1px; clip-path: polygon(0 1.8rem, 3% .5rem, 7% 1.5rem, 12% .3rem, 18% 1.7rem, 24% .7rem, 31% 1.5rem, 39% .25rem, 46% 1.6rem, 53% .65rem, 61% 1.7rem, 68% .4rem, 76% 1.55rem, 83% .5rem, 90% 1.65rem, 96% .25rem, 100% 1.2rem, 100% 100%, 0 100%); }
.paper-card, .paper-slip, .room-card, .proof-card, .booking-note { background: var(--paper-light); color: var(--ink); box-shadow: var(--shadow); }
.proof-card { margin: 0; padding: .65rem .65rem 1rem; }
.proof-card img, .proof-card video { display: block; width: 100%; height: 100%; object-fit: cover; }
.proof-card figcaption { display: grid; padding: .8rem .3rem .05rem; line-height: 1.15; gap: .22rem; }
.proof-card figcaption span { color: var(--gold); font-size: .52rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.proof-card figcaption strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }

.arrival { position: relative; min-height: 125vh; padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 4vw, 4rem); background: var(--paper); }
.arrival__stage { position: relative; min-height: 92vh; max-width: 1500px; margin: auto; }
.arrival__photo { position: absolute; top: 2%; right: 3%; width: min(75vw, 1080px); height: 82vh; overflow: hidden; box-shadow: var(--shadow); }
.arrival__photo::before { position: absolute; z-index: 4; inset: 12px; border: 1px solid rgba(255,255,255,.48); content: ""; pointer-events: none; }
.arrival__photo picture, .arrival__photo img { width: 100%; height: 100%; }
.arrival__photo img { object-fit: cover; object-position: center 60%; will-change: transform; }
.fog--arrival { top: 4%; right: -20%; }
.arrival__intro { position: absolute; z-index: 7; top: 11%; left: 0; width: min(430px, 38vw); padding: clamp(2rem, 4vw, 4.2rem); transform: rotate(-1.5deg); }
.arrival__intro h2 { margin: 0 0 1rem; font-family: var(--serif); font-size: clamp(2.7rem, 4.4vw, 5.3rem); font-weight: 400; letter-spacing: -.035em; line-height: .9; }
.arrival__intro p:last-child { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.arrival-proof { position: absolute; z-index: 9; bottom: 0; left: 3%; width: min(370px, 31vw); transform: rotate(-2.2deg); }
.arrival-proof img { aspect-ratio: 1280 / 577; }
.arrival__notes { position: absolute; z-index: 8; right: 0; bottom: -3%; display: grid; width: min(660px, 52vw); margin: 0; padding: 0; grid-template-columns: 1fr 1fr; list-style: none; }
.paper-slip { display: flex; min-height: 110px; align-items: center; gap: 1rem; padding: 1.4rem 1.6rem; border: 1px solid rgba(37,40,36,.12); font-family: var(--serif); font-size: clamp(1.1rem, 1.6vw, 1.45rem); line-height: 1.2; }
.paper-slip:nth-child(1) { transform: rotate(1.2deg); }
.paper-slip:nth-child(2) { transform: rotate(-1deg) translateY(7px); }
.paper-slip:nth-child(3) { transform: rotate(-.5deg) translateX(7px); }
.paper-slip:nth-child(4) { transform: rotate(1deg) translate(1px, 10px); }
.paper-slip span { color: var(--gold); font-family: var(--sans); font-size: .58rem; letter-spacing: .15em; }

.sunrise { z-index: 3; display: grid; min-height: 105vh; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: clamp(3rem, 7vw, 9rem); padding: clamp(8rem, 12vw, 13rem) clamp(1.3rem, 6vw, 7rem); }
.sunrise__visual { position: relative; justify-self: end; width: min(820px, 100%); aspect-ratio: 4 / 3; padding: clamp(.7rem, 1.4vw, 1.2rem); background: #fbf7eb; box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.sunrise__visual picture, .sunrise__visual img, .sunrise__cold { width: 100%; height: 100%; }
.sunrise__visual img { object-fit: cover; object-position: center 55%; }
.sunrise__cold { position: absolute; z-index: 2; inset: clamp(.7rem, 1.4vw, 1.2rem); width: auto; height: auto; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 15%, 96% 16%, 100% 18%, 97% 20%, 100% 22%, 96% 24%, 100% 26%, 97% 28%, 100% 30%, 96% 32%, 100% 35%, 97% 37%, 100% 40%, 0 40%); }
.sunrise__warm { display: block; width: 100%; height: 100%; }
.photo-print__caption { position: absolute; right: 1.2rem; bottom: -2.4rem; font-family: "Segoe Print", cursive; font-size: .75rem; transform: rotate(-3deg); }
.editorial-copy { max-width: 540px; }
.editorial-copy h2 { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(3.5rem, 6.4vw, 7.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .78; }
.editorial-copy h2 em { color: var(--pine); font-weight: 400; }
.editorial-copy > p:not(.eyebrow) { max-width: 47ch; color: var(--ink-soft); }
.feature-list { display: grid; margin: 3rem 0 0; padding: 0; border-top: 1px solid var(--line); grid-template-columns: 1fr 1fr; list-style: none; }
.feature-list li { padding: .9rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.25rem; }
.feature-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.feature-list li:nth-child(even) { padding-left: 1.2rem; }

.rooms { min-height: 100vh; min-height: 100svh; min-height: 100dvh; }
.rooms__backdrop::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,11,15,.76), rgba(6,15,20,.15) 54%, rgba(4,10,15,.32)); content: ""; }
.rooms__content { position: relative; z-index: 4; display: flex; min-height: 100vh; min-height: 100svh; min-height: 100dvh; flex-direction: column; justify-content: space-between; padding: clamp(6rem, 9vw, 8rem) clamp(1.3rem, 5vw, 5rem) clamp(2rem, 5vw, 4rem); }
.rooms__heading { max-width: 760px; }
.rooms__heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 7.2vw, 8rem); font-weight: 400; letter-spacing: -.045em; line-height: .78; }
.rooms__heading > p:last-child { max-width: 52ch; color: rgba(255,255,255,.72); }
.room-deck { display: flex; width: max-content; gap: 1rem; align-items: flex-end; will-change: transform; }
.room-card { position: relative; width: min(350px, 80vw); min-height: 330px; padding: 2rem; border-top: 3px solid var(--gold); transform: rotate(var(--tilt, 0deg)); }
.room-card:nth-of-type(1) { --tilt: -.8deg; }
.room-card:nth-of-type(2) { --tilt: .6deg; }
.room-card:nth-of-type(3) { --tilt: -.4deg; }
.room-card:nth-of-type(4) { --tilt: .8deg; }
.room-card > span { color: var(--gold); font-size: .62rem; letter-spacing: .18em; }
.room-card h3 { margin: 1.1rem 0 .6rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.room-card > p { min-height: 4.8em; color: var(--ink-soft); font-size: .78rem; line-height: 1.6; }
.room-card dl { display: grid; margin: 1.3rem 0; grid-template-columns: 1fr 1fr; }
.room-card dl div { border-top: 1px solid var(--line); padding-top: .55rem; }
.room-card dt { font-size: .53rem; letter-spacing: .13em; text-transform: uppercase; }
.room-card dd { margin: .2rem 0 0; font-family: var(--serif); font-size: 1.1rem; }
.room-card strong { display: block; color: var(--pine); font-size: .58rem; letter-spacing: .08em; }
.room-card a { display: inline-block; margin-top: 1rem; border-bottom: 1px solid var(--ink); font-size: .61rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.room-view-card { width: 286px; flex: 0 0 286px; padding-bottom: 1.05rem; transform: rotate(-1.3deg) translateY(-12px); }
.room-view-card img { height: 360px; object-position: center 44%; }
.window-glow { position: absolute; z-index: 2; left: 43.8%; bottom: 25%; width: 14%; height: 20%; background: radial-gradient(ellipse, rgba(255,183,73,.38), transparent 67%); filter: blur(20px); mix-blend-mode: screen; opacity: .35; }

.welcome { z-index: 3; display: grid; min-height: 118vh; padding: clamp(8rem, 12vw, 13rem) clamp(1.3rem, 7vw, 8rem); grid-template-columns: minmax(280px, .9fr) minmax(250px, .65fr) minmax(260px, .78fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); }
.welcome__copy { align-self: center; }
.welcome__copy h2 { font-size: clamp(3.6rem, 6.8vw, 7.8rem); }
.welcome__labels { display: flex; margin-top: 2.5rem; flex-wrap: wrap; gap: .6rem; }
.welcome__labels span { padding: .58rem .8rem; border: 1px solid var(--line); color: var(--pine); font-family: "Segoe Print", cursive; font-size: .65rem; transform: rotate(var(--label-tilt, 0deg)); }
.welcome__labels span:nth-child(1) { --label-tilt: -1.5deg; }
.welcome__labels span:nth-child(2) { --label-tilt: 1.2deg; }
.welcome__labels span:nth-child(3) { --label-tilt: -.6deg; }
.welcome-photo { justify-self: end; width: min(390px, 100%); transform: rotate(-2.1deg); }
.welcome-photo img { aspect-ratio: 574 / 1120; object-position: center 48%; }
.welcome-video { position: relative; align-self: end; justify-self: start; width: min(350px, 100%); margin-bottom: clamp(0rem, 5vw, 5rem); transform: rotate(1.4deg); }
.welcome-video video { aspect-ratio: 4 / 5; background: var(--paper-deep); object-position: 24% center; }
.video-toggle { position: absolute; z-index: 2; top: 1rem; right: 1rem; min-height: 36px; padding: .55rem .7rem; border: 1px solid rgba(37,40,36,.2); background: var(--paper-light); color: var(--pine); cursor: pointer; font-size: .5rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.around { z-index: 3; padding: clamp(8rem, 12vw, 13rem) clamp(1.3rem, 6vw, 7rem); }
.around__heading { display: grid; max-width: 1350px; margin: 0 auto 6rem; grid-template-columns: .65fr 1.3fr .85fr; align-items: end; gap: 2rem; }
.around__heading .eyebrow { align-self: start; }
.around__heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.8vw, 9rem); font-weight: 400; letter-spacing: -.05em; line-height: .77; }
.around__heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.diary { position: relative; min-height: 920px; max-width: 1320px; margin: auto; }
.diary-photo { position: absolute; z-index: 1; margin: 0; padding: .8rem .8rem 2.8rem; background: #faf7ed; box-shadow: var(--shadow); }
.diary-photo img { width: 100%; height: 100%; object-fit: cover; }
.diary-photo figcaption { position: absolute; bottom: .7rem; left: 1rem; font-family: "Segoe Print", cursive; font-size: .72rem; }
.diary-photo--valley { top: 3%; left: 0; width: 56%; height: 410px; transform: rotate(-2.4deg); }
.route-map { position: absolute; z-index: 2; top: 42%; left: 8%; width: 48%; height: 54%; overflow: visible; }
.route-map__path { stroke: var(--gold); stroke-width: 2; stroke-dasharray: 7 8; }
.route-map circle { fill: var(--pine); }
.route-map text { fill: var(--ink); font-family: var(--sans); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.destination-slips { position: absolute; z-index: 5; top: 12%; right: 2%; width: 36%; margin: 0; padding: 0; list-style: none; }
.destination-slips li { display: grid; min-height: 86px; padding: 1.1rem 1.4rem; border: 1px solid rgba(37,40,36,.12); background: var(--paper-light); box-shadow: 0 12px 30px rgba(33,37,31,.08); grid-template-columns: 2.4rem 1fr; transform: rotate(var(--r, 0)); }
.destination-slips li:nth-child(1) { --r: -1deg; }
.destination-slips li:nth-child(2) { --r: .7deg; transform: translateX(-12px) rotate(var(--r)); }
.destination-slips li:nth-child(3) { --r: -.6deg; transform: translateX(8px) rotate(var(--r)); }
.destination-slips li:nth-child(4) { --r: .4deg; }
.destination-slips li:nth-child(5) { --r: -.8deg; transform: translateX(-8px) rotate(var(--r)); }
.destination-slips li:nth-child(6) { --r: .6deg; }
.destination-slips span { grid-row: 1 / 3; color: var(--gold); font-size: .57rem; letter-spacing: .12em; }
.destination-slips strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: 1.1; }
.destination-slips small { margin-top: .25rem; color: var(--ink-soft); font-size: .59rem; letter-spacing: .06em; text-transform: uppercase; }

.cinema { height: 100vh; height: 100svh; height: 100dvh; background: #0d1716; color: var(--snow); }
.cinema__pin { display: flex; height: 100vh; height: 100svh; height: 100dvh; flex-direction: column; padding: clamp(1rem, 2.5vw, 2.5rem) clamp(1rem, 4vw, 4rem); }
.cinema__topline { display: flex; align-items: center; justify-content: space-between; }
.cinema__topline p { margin: 0; font-size: .62rem; letter-spacing: .16em; }
.cinema__topline .eyebrow { margin: 0; }
.cinema__frame { position: relative; flex: 1; width: min(1240px, 92vw); max-height: 78vh; margin: auto; overflow: hidden; background: #15211f; clip-path: polygon(0 1%, 5% 0, 9% 1%, 14% 0, 20% 1%, 27% 0, 33% 1%, 40% 0, 48% 1%, 55% 0, 63% 1%, 70% 0, 78% 1%, 86% 0, 93% 1%, 100% 0, 100% 99%, 94% 100%, 87% 99%, 79% 100%, 71% 99%, 64% 100%, 56% 99%, 47% 100%, 39% 99%, 30% 100%, 21% 99%, 12% 100%, 5% 99%, 0 100%); }
.cinema__frame::after { position: absolute; z-index: 10; inset: 0; background: radial-gradient(circle at center, transparent 25%, rgba(2,7,6,.5)); content: ""; pointer-events: none; }
.cinema-slide { position: absolute; inset: 0; margin: 0; visibility: hidden; opacity: 0; }
.cinema-slide.is-active { visibility: visible; opacity: 1; }
.cinema-slide picture, .cinema-slide img { width: 100%; height: 100%; }
.cinema-slide img { object-fit: cover; object-position: center 57%; will-change: transform, filter; }
.cinema-slide figcaption { position: absolute; z-index: 12; bottom: clamp(1.5rem, 4vw, 4rem); left: clamp(1.3rem, 4vw, 4rem); display: flex; align-items: baseline; gap: 1rem; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.5rem); letter-spacing: -.04em; line-height: .85; }
.cinema-slide figcaption span { color: var(--gold-light); font-family: var(--sans); font-size: .65rem; letter-spacing: .2em; }
.cinema__fog { z-index: 9; top: 5%; right: -15%; opacity: .2; }
.snow-field--cinema { z-index: 11; }
.cinema__progress { width: min(1240px, 92vw); height: 1px; margin: 1.6rem auto 0; overflow: hidden; background: rgba(255,255,255,.22); }
.cinema__progress i { display: block; width: 100%; height: 100%; transform: scaleX(.02); transform-origin: left; background: var(--gold); }

.trust { z-index: 3; padding: clamp(8rem, 12vw, 13rem) clamp(1.3rem, 6vw, 7rem); }
.trust__heading { display: grid; max-width: 1300px; margin: auto; grid-template-columns: .65fr 1.5fr .55fr; gap: 2rem; align-items: end; }
.trust__heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 6.2vw, 7rem); font-weight: 400; letter-spacing: -.045em; line-height: .83; }
.trust__heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.google-review-source {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(238, 215, 168, .34);
  border-bottom: 1px solid rgba(238, 215, 168, .34);
}
.google-review-source svg { width: 2rem; height: 2rem; flex: 0 0 auto; }
.google-review-source span { display: grid; gap: .2rem; }
.google-review-source strong { color: var(--paper-light); font-family: var(--serif); font-size: 1.3rem; font-weight: 500; line-height: 1; }
.google-review-source small { color: rgba(250,247,237,.66); font-size: .53rem; letter-spacing: .08em; text-transform: uppercase; }
.guest-notes { display: grid; max-width: 1220px; margin: 6rem auto 4rem; grid-template-columns: repeat(6, 1fr); gap: 1.2rem; }
.guest-notes blockquote { position: relative; min-height: 270px; margin: 0; padding: 2.6rem 2.2rem; background: var(--paper-light); box-shadow: 0 16px 50px rgba(33,37,31,.08); transform: rotate(var(--r)); }
.guest-notes blockquote { grid-column: span 2; }
.guest-notes blockquote:nth-child(1) { --r: -1.2deg; }
.guest-notes blockquote:nth-child(2) { --r: .8deg; transform: translateY(22px) rotate(var(--r)); }
.guest-notes blockquote:nth-child(3) { --r: -.6deg; }
.guest-notes blockquote:nth-child(4) { --r: .7deg; grid-column: 2 / span 2; }
.guest-notes blockquote:nth-child(5) { --r: -.8deg; }
.guest-notes blockquote::before { content: "“"; color: var(--gold); font-family: var(--serif); font-size: 6rem; line-height: .4; }
.guest-notes blockquote p { margin: 1.6rem 0 2rem; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.18; }
.guest-notes footer { display: grid; color: var(--ink-soft); font-size: .57rem; letter-spacing: .1em; text-transform: uppercase; gap: .25rem; }
.guest-notes footer strong { color: var(--ink); font-weight: 600; }
.google-review-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.google-review-card__meta > span { color: #fbbc04; font-size: .8rem; letter-spacing: .08em; }
.google-review-card__meta i { color: var(--paper-deep); font-style: normal; }
.google-review-card__meta small { color: var(--ink-soft); font-size: .54rem; letter-spacing: .1em; }
.trust-marks { display: flex; max-width: 1220px; margin: 0 auto; padding: 2rem 0 0; border-top: 1px solid var(--line); flex-wrap: wrap; justify-content: center; gap: .8rem 2.2rem; list-style: none; }
.trust-marks li { font-family: var(--serif); font-size: 1.15rem; }
.trust-marks li::before { margin-right: .55rem; color: var(--gold); content: "✦"; font-size: .55rem; }

.faq { display: grid; padding: clamp(7rem, 10vw, 11rem) clamp(1.3rem, 8vw, 10rem); border-top: 1px solid var(--line); grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); }
.faq__heading { max-width: 520px; }
.faq__heading h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 7rem); font-weight: 400; letter-spacing: -.05em; line-height: .82; }
.faq__heading > p:last-child { color: var(--ink-soft); font-size: .84rem; }
.faq__list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; cursor: pointer; font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.7rem); line-height: 1.15; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { flex: 0 0 auto; color: var(--gold); font-family: var(--sans); font-size: 1.4rem; font-weight: 300; transition: transform .3s var(--ease); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 65ch; margin: -.2rem 3rem 1.6rem 0; color: var(--ink-soft); font-size: .82rem; }

/* Location note */
.location-section { padding: clamp(5.5rem, 7vw, 7.5rem) clamp(1.3rem, 7vw, 8rem) clamp(5rem, 7vw, 7rem); }
.location-section__heading { display: grid; max-width: 1320px; margin: 0 auto clamp(2.5rem, 3.5vw, 3.75rem); grid-template-columns: 1fr 1fr; align-items: end; gap: 2rem; }
.location-section__heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; color: var(--gold); }
.location-section__heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 5.2vw, 6rem); font-weight: 400; letter-spacing: -.05em; line-height: .8; }
.location-section__heading h2 em { color: var(--gold); font-weight: 400; }
.location-section__heading > p:last-child { max-width: 52ch; margin: 0 0 .35rem; color: var(--ink-soft); font-size: .84rem; }
.location-section__grid { display: grid; max-width: 1320px; margin-inline: auto; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .7fr); align-items: stretch; gap: clamp(1.2rem, 2.2vw, 2.25rem); }
.map-paper-card { min-width: 0; margin: 0; padding: clamp(.65rem, 1.4vw, 1.1rem); background: var(--paper-light); box-shadow: var(--shadow); clip-path: polygon(0 1.2%, 7% 0, 15% 1%, 24% .2%, 34% 1.1%, 44% .2%, 54% 1.1%, 64% .1%, 74% 1%, 84% .2%, 93% 1.1%, 100% .4%, 100% 99%, 90% 100%, 79% 99%, 67% 100%, 56% 99%, 44% 100%, 33% 99%, 21% 100%, 10% 99%, 0 100%); }
.map-paper-card__frame { position: relative; width: 100%; overflow: hidden; border: 1px solid rgba(201, 165, 106, .78); background: var(--paper-deep); aspect-ratio: 16 / 8.6; }
.map-paper-card iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.78) sepia(.08) contrast(.96); }
.map-paper-card figcaption { display: grid; padding: 1.1rem .45rem .55rem; color: var(--ink-soft); gap: .18rem; }
.map-paper-card figcaption strong { color: var(--pine); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: 1.1; }
.map-paper-card figcaption span { font-size: .68rem; }
.location-facts { padding: clamp(1.7rem, 2.6vw, 2.7rem); border: 1px solid rgba(201, 165, 106, .66); transform: rotate(.35deg); }
.location-facts .eyebrow { color: var(--gold); }
.location-facts h3 { margin: 0 0 1.35rem; color: var(--pine); font-family: var(--serif); font-size: clamp(2.3rem, 3.2vw, 3.35rem); font-weight: 400; letter-spacing: -.04em; line-height: .9; }
.location-facts dl { display: grid; margin: 0; border-top: 1px solid var(--line); }
.location-facts dl div { display: grid; padding: .78rem 0; border-bottom: 1px solid var(--line); gap: .16rem; }
.location-facts dt { color: var(--gold); font-size: .56rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.location-facts dd { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 1.15rem; line-height: 1.2; }
.location-section__copy { display: grid; max-width: 1320px; margin: clamp(1.7rem, 2.8vw, 2.75rem) auto 0; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
.location-section__copy > p { max-width: 86ch; margin: 0; color: var(--ink-soft); font-size: .78rem; }
.location-section__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem; }
.location-section__actions .button { min-height: 48px; }

.booking { min-height: 115svh; }
.booking__media { transform: scale(1.08); }
.booking__media img { object-position: center 57%; }
.booking__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,14,14,.2), rgba(6,14,14,.03) 50%, rgba(6,14,14,.52)); content: ""; }
.fog--booking { top: 12%; right: -20%; width: 85vw; opacity: .45; }
.booking-note { position: absolute; z-index: 5; right: clamp(1.3rem, 7vw, 8rem); bottom: clamp(3rem, 7vw, 6rem); width: min(680px, calc(100vw - 2.6rem)); padding: clamp(2rem, 4vw, 4rem); clip-path: polygon(0 1.5%, 8% 0, 15% 1.3%, 23% .3%, 31% 1.5%, 39% .2%, 48% 1.4%, 57% .2%, 66% 1.4%, 75% .2%, 84% 1.3%, 92% .2%, 100% 1.2%, 100% 98.5%, 92% 100%, 83% 98.6%, 74% 99.8%, 65% 98.6%, 56% 100%, 47% 98.7%, 38% 99.8%, 29% 98.5%, 20% 100%, 10% 98.7%, 0 100%); }
.booking-note h2 { margin: 0 0 1.4rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 400; letter-spacing: -.045em; line-height: .82; }
.booking-note > p:not(.eyebrow) { color: var(--ink-soft); font-size: .83rem; }
.booking-note__actions { display: flex; margin: 2rem 0; flex-wrap: wrap; gap: .65rem; }
.booking-note .text-link { display: inline-flex; min-height: 48px; align-items: center; padding-inline: .5rem; border-bottom: 1px solid var(--ink); font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.booking-note address { display: grid; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .63rem; font-style: normal; letter-spacing: .03em; gap: .8rem; }
.booking-contact > span { display: grid; line-height: 1.45; }
.booking-contact strong { color: var(--pine); font-size: .59rem; letter-spacing: .11em; text-transform: uppercase; }
.booking-contact a { text-decoration: underline; text-decoration-color: rgba(201, 165, 106, .7); text-underline-offset: .2em; }

.site-footer { display: grid; padding: 5rem clamp(1.3rem, 6vw, 7rem) 2rem; background: var(--pine); color: var(--paper-light); grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 3rem; }
.brand--footer { justify-self: start; }
.site-footer > p { max-width: 36ch; margin: .3rem 0 0; color: rgba(255,255,255,.62); font-size: .76rem; }
.footer__nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 1.4rem; font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.footer__contacts { display: grid; grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.16); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.footer__contacts address { display: grid; align-content: start; margin: 0; color: rgba(255,255,255,.68); font-size: .66rem; font-style: normal; letter-spacing: .02em; gap: .28rem; }
.footer__contacts strong { margin-bottom: .25rem; color: var(--gold-light); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__contacts a { width: fit-content; text-decoration: underline; text-decoration-color: rgba(238, 215, 168, .45); text-underline-offset: .25em; }
.site-footer > small { grid-column: 1 / -1; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }

.mobile-cta { display: none; }
.floating-whatsapp { position: fixed; z-index: 96; right: clamp(1rem, 2vw, 1.75rem); bottom: clamp(1rem, 2vw, 1.75rem); display: grid; width: 60px; height: 60px; place-items: center; border: 1px solid rgba(238,215,168,.8); border-radius: 50%; background: #1f8f5f; color: #fff; box-shadow: 0 14px 35px rgba(8,32,24,.3); transition: transform .3s var(--ease), background-color .3s var(--ease), box-shadow .3s var(--ease); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; }
@media (hover: hover) and (pointer: fine) { .floating-whatsapp:hover { transform: translateY(-4px) scale(1.04); background: #167c50; box-shadow: 0 18px 42px rgba(8,32,24,.38); } }

/* Availability desk */
.stay-planner__heading h2,
.travel-notes__heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .82;
}
.stay-planner__heading > p:not(.eyebrow),
.travel-notes__heading > p:last-child { color: var(--ink-soft); font-size: .82rem; }

.availability-form {
  display: grid;
  align-items: end;
  gap: 1rem;
}
.form-field { display: grid; min-width: 0; gap: .45rem; }
.form-field label {
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.form-field input,
.form-field select {
  width: 100%;
  min-height: 50px;
  padding: .75rem .1rem;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  color-scheme: light;
  font-family: var(--serif);
  font-size: 1.14rem;
}
.form-field input:focus,
.form-field select:focus { border-bottom-color: var(--gold); box-shadow: 0 2px 0 var(--gold); }
.availability-form .button { cursor: pointer; }
.form-status { grid-column: 1 / -1; min-height: 1.4rem; margin: 0; color: var(--pine); font-size: .68rem; }
.form-status.is-error { color: #8b3227; }

.room-card button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0 0 .2rem;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.stay-planner {
  z-index: 5;
  display: grid;
  padding: clamp(8rem, 11vw, 12rem) clamp(1.3rem, 6vw, 7rem);
  grid-template-columns: minmax(280px, .62fr) minmax(580px, 1.38fr);
  gap: clamp(3rem, 7vw, 8rem);
}
.stay-planner__heading { align-self: start; max-width: 560px; }
.stay-planner__heading h2 em,
.travel-notes__heading h2 em { color: var(--pine); font-weight: 400; }
.availability-seo { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.availability-seo h3 { margin: 0 0 .8rem; color: var(--pine); font-family: var(--serif); font-size: 1.65rem; font-weight: 500; line-height: 1; }
.availability-seo p { margin: 0; color: var(--ink-soft); font-size: .72rem; }
.stay-planner__paper {
  position: relative;
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--paper-light);
  box-shadow: var(--shadow);
  clip-path: polygon(0 1%, 5% 0, 10% 1%, 16% .2%, 23% 1%, 30% .2%, 37% 1%, 45% 0, 53% 1%, 60% .2%, 68% 1%, 75% .1%, 83% 1%, 91% .2%, 100% 1%, 100% 99%, 92% 100%, 84% 99%, 75% 100%, 66% 99%, 58% 100%, 49% 99%, 40% 100%, 31% 99%, 22% 100%, 13% 99%, 5% 100%, 0 99%);
}
.availability-form--full {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--line);
}
.availability-form--full .form-field { grid-column: span 2; }
.availability-form--full .form-field--wide { grid-column: span 3; }
.availability-form--full .button { grid-column: 1 / -1; }
.button.is-placeholder { cursor: not-allowed; opacity: .58; }

.availability-results {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  scroll-margin-top: 5.5rem;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.3rem, 6vw, 7rem) clamp(6rem, 9vw, 10rem);
  overflow: hidden;
  border-top: 1px solid rgba(201, 165, 106, .65);
  background:
    linear-gradient(90deg, rgba(7, 18, 20, .9) 0%, rgba(15, 35, 45, .67) 48%, rgba(8, 21, 28, .8) 100%),
    url("../images/floret-lachung-blue-hour.jpg") center 48% / cover no-repeat;
  color: var(--paper-light);
}
.availability-results::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 64% 18%, rgba(143, 176, 218, .18), transparent 34%),
    linear-gradient(180deg, rgba(9, 22, 29, .08), rgba(5, 15, 18, .45));
  content: "";
  pointer-events: none;
}
.availability-results__heading {
  display: grid;
  max-width: 1500px;
  margin-bottom: 3rem;
  margin-inline: auto;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 3rem;
}
.availability-results__heading .eyebrow { color: var(--gold-light); }
.availability-results__heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.8vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .8;
}
.availability-results__heading > p { margin: 0; color: rgba(250, 247, 237, .76); font-size: .76rem; }
.availability-results__grid { display: grid; max-width: 1500px; margin-inline: auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.available-room-card {
  min-width: 0;
  overflow: hidden;
  border-top: 3px solid var(--gold);
  background: var(--paper-light);
  box-shadow: 0 18px 48px rgba(24,34,29,.1);
  clip-path: polygon(0 .8%, 7% 0, 14% .9%, 23% .1%, 32% .9%, 41% .1%, 50% .8%, 60% 0, 69% .9%, 78% .1%, 88% .8%, 100% 0, 100% 99%, 91% 100%, 81% 99.2%, 70% 100%, 60% 99.2%, 49% 100%, 38% 99.2%, 27% 100%, 15% 99.1%, 0 100%);
}
.result-gallery { position: relative; margin: 0; overflow: hidden; background: var(--paper-deep); aspect-ratio: 4 / 3; }
.result-gallery img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease; }
.result-gallery figcaption { position: absolute; top: .8rem; left: .8rem; padding: .42rem .58rem; background: rgba(250,247,237,.9); color: var(--pine); font-size: .48rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.result-gallery__controls { position: absolute; top: .8rem; right: .8rem; display: grid; min-height: 44px; grid-template-columns: 44px auto 44px; align-items: center; background: rgba(23,55,47,.92); color: var(--paper-light); }
.result-gallery__controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; background: transparent; color: inherit; cursor: pointer; font-size: 1.1rem; }
.result-gallery__controls span { min-width: 3.5rem; text-align: center; font-size: .55rem; letter-spacing: .08em; }
.result-gallery--empty { display: grid; place-items: center; background: linear-gradient(145deg, var(--paper-deep), var(--paper)); }
.result-gallery--empty > div { display: grid; text-align: center; }
.result-gallery--empty span { color: var(--gold); font-size: .55rem; letter-spacing: .15em; text-transform: uppercase; }
.result-gallery--empty strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.available-room-card__body { padding: 1.7rem 1.7rem 2rem; }
.result-badges { display: flex; min-height: 25px; flex-wrap: wrap; gap: .4rem; }
.result-badges span { padding: .35rem .55rem; border: 1px solid rgba(201,165,106,.65); color: var(--pine); font-size: .48rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.result-room-title { display: flex; margin-top: 1.2rem; align-items: end; justify-content: space-between; gap: 1rem; }
.result-room-title small { display: block; color: var(--ink-soft); font-family: var(--sans); font-size: .48rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.result-room-title h4 { margin: .25rem 0 0; font-family: var(--serif); font-size: 2.5rem; font-weight: 500; line-height: .8; }
.result-room-title > strong { color: var(--pine); font-family: var(--serif); font-size: 2.15rem; font-weight: 500; line-height: .8; text-align: right; }
.result-room-title > strong small { margin-top: .25rem; }
.result-category { margin: 1.3rem 0; color: var(--pine); font-family: var(--serif); font-size: 1.15rem; line-height: 1.15; }
.result-category span { color: var(--ink-soft); font-family: var(--sans); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.result-details { display: grid; margin: 0; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.result-details div { min-width: 0; padding: .8rem .35rem .8rem 0; border-bottom: 1px solid var(--line); }
.result-details dt { color: var(--ink-soft); font-size: .46rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.result-details dd { margin: .25rem 0 0; font-family: var(--serif); font-size: .95rem; line-height: 1.1; }
.result-rate { display: grid; margin-top: 1.3rem; padding: 1rem; border-left: 2px solid var(--gold); background: rgba(201,165,106,.09); }
.result-rate > span { color: var(--ink-soft); font-size: .48rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.result-rate > strong { color: var(--pine); font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.result-rate > small { margin-top: .35rem; color: var(--ink-soft); font-size: .58rem; line-height: 1.5; }
.result-rate--contact > strong { color: #7a3026; font-size: 1.4rem; }
.result-breakdown { border-bottom: 1px solid var(--line); }
.result-breakdown summary { min-height: 44px; padding: .7rem 0; cursor: pointer; color: var(--pine); font-size: .56rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.result-breakdown ol { margin: 0; padding: 0 0 .8rem; list-style: none; }
.result-breakdown li { display: flex; justify-content: space-between; gap: 1rem; color: var(--ink-soft); font-size: .58rem; }
.result-breakdown li strong { color: var(--ink); }
.result-confirmation { margin: 1rem 0; color: var(--ink-soft); font-size: .56rem; }
.result-actions { display: grid; grid-template-columns: 1fr auto; align-items: stretch; gap: .55rem; }
.result-actions .button { min-height: 48px; padding-inline: .8rem; font-size: .52rem; }
.result-call { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem; border: 1px solid var(--ink); font-size: .52rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.result-call.is-placeholder { opacity: .58; }

/* Editorial travel hub */
.travel-notes {
  z-index: 3;
  padding: clamp(8rem, 11vw, 12rem) clamp(1.3rem, 6vw, 7rem);
  border-top: 1px solid var(--line);
}
.travel-notes__heading {
  display: grid;
  max-width: 1300px;
  margin: 0 auto 5rem;
  grid-template-columns: .45fr 1fr .6fr;
  align-items: end;
  gap: 2rem;
}
.travel-notes__grid {
  display: grid;
  max-width: 1260px;
  margin: auto;
  grid-template-columns: repeat(3, 1fr);
}
.travel-note {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(1.7rem, 3vw, 3rem);
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--line);
  background: rgba(250,247,237,.42);
  transition: background-color .35s, transform .45s var(--ease);
}
.travel-note:nth-child(3n) { border-right: 0; }
.travel-note:nth-child(n+4) { border-bottom: 1px solid var(--ink); }
.travel-note > span { color: var(--gold); font-size: .55rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.travel-note h3 { margin: auto 0 1rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.5vw, 2.7rem); font-weight: 500; line-height: .95; }
.travel-note p { min-height: 4.8em; margin: 0 0 1.4rem; color: var(--ink-soft); font-size: .72rem; }
.travel-note > strong { font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }
@media (hover: hover) and (pointer: fine) {
  .travel-note:hover { z-index: 2; background: var(--paper-light); transform: translateY(-8px) rotate(-.35deg); box-shadow: var(--shadow); }
}

@media (max-width: 1050px) {
  .site-nav { gap: 1rem; }
  .arrival__photo { width: 78vw; }
  .arrival__intro { width: 42vw; }
  .arrival-proof { width: 30vw; }
  .sunrise { gap: 3.5rem; padding-inline: 2.5rem; }
  .welcome { padding-inline: 2.5rem; grid-template-columns: .9fr .65fr .72fr; gap: 2rem; }
  .around__heading, .trust__heading { grid-template-columns: .5fr 1.5fr; }
  .around__heading > p:last-child, .trust__heading > p:last-child { grid-column: 2; }
  .google-review-source { grid-column: 2; }
  .guest-notes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guest-notes blockquote,
  .guest-notes blockquote:nth-child(4) { grid-column: auto; }
  .guest-notes blockquote:nth-child(5) { width: calc(50% - .6rem); grid-column: 1 / -1; justify-self: center; }
  .destination-slips { width: 42%; }
  .stay-planner { grid-template-columns: 1fr; }
  .stay-planner__heading { max-width: 760px; }
  .availability-results__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)); }
  body::before { opacity: .04; }
  .site-header { padding: max(.75rem, env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px)) .75rem max(1rem, env(safe-area-inset-left, 0px)); }
  .site-header { max-width: 100vw; }
  .site-header::after { right: 1rem; left: 1rem; }
  .brand strong { font-size: 1.3rem; }
  .brand__mark { width: 2.35rem; height: 2.35rem; }
  .menu-toggle { z-index: 3; display: flex; min-width: 48px; min-height: 48px; flex: 0 0 48px; flex-direction: column; align-items: flex-end; justify-content: center; gap: .45rem; margin-left: auto; padding: 0; cursor: pointer; }
  .menu-toggle span { font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; }
  .menu-toggle i, .menu-toggle::after { display: block; width: 1.8rem; height: 1px; background: currentColor; content: ""; transition: transform .35s var(--ease); }
  .menu-toggle[aria-expanded="true"] i { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]::after { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; display: flex; visibility: hidden; flex-direction: column; align-items: flex-start; justify-content: center; padding: 6rem 2rem; background: var(--paper); color: var(--ink); opacity: 0; transform: translateY(-1rem); transition: opacity .3s, transform .4s var(--ease), visibility .3s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2rem, 10vw, 3.5rem); font-weight: 400; letter-spacing: -.03em; line-height: 1; text-transform: none; }
  .nav-book { margin-top: 1rem; font-family: var(--sans) !important; font-size: .7rem !important; letter-spacing: .14em !important; text-transform: uppercase !important; }
  .hero__media { transform: scale(1.06); }
  .hero__media img { object-position: 47% 55%; }
  .hero__content { width: 94vw; padding: 8rem 1.2rem 7rem; justify-content: flex-end; }
  .hero h1 { max-width: 9ch; font-size: clamp(4rem, 20vw, 6.5rem); line-height: .75; }
  .hero .mask-line h1 { padding-bottom: .14em; }
  .hero__lede { font-size: 1.35rem; }
  .hero__copy { max-width: 45ch; font-size: .78rem; }
  .hero__actions { width: 100%; }
  .hero__actions .button { flex: 1; padding-inline: .8rem; }
  .scroll-cue { display: none; }
  .fog { filter: blur(22px); }

  .torn-top { clip-path: polygon(0 .8rem, 7% .2rem, 16% .9rem, 27% .3rem, 39% 1rem, 52% .2rem, 64% .9rem, 76% .3rem, 88% 1rem, 100% .2rem, 100% 100%, 0 100%); }
  .arrival { min-height: auto; padding: 5rem 1rem 7rem; }
  .arrival__stage { display: flex; min-height: auto; flex-direction: column; }
  .arrival__photo { position: relative; top: auto; right: auto; width: 100%; height: 66vh; min-height: 470px; order: 1; }
  .arrival__photo img { object-position: 49% 60%; }
  .arrival__intro { position: relative; top: auto; left: auto; width: calc(100% - 1.2rem); margin: -3.5rem auto 0 0; padding: 2rem; order: 2; }
  .arrival__intro h2 { font-size: clamp(3.2rem, 14vw, 4.8rem); }
  .arrival-proof { position: relative; bottom: auto; left: auto; width: 88%; margin: 2rem 0 0 auto; order: 3; }
  .arrival__notes { position: relative; right: auto; bottom: auto; width: calc(100% - .8rem); margin: 2rem 0 0 auto; grid-template-columns: 1fr; order: 4; }
  .paper-slip { min-height: 84px; }

  .sunrise { display: flex; min-height: auto; flex-direction: column; padding: 8rem 1rem 7rem; }
  .sunrise__visual { order: 2; }
  .sunrise__cold { display: none; }
  .sunrise__copy { order: 1; }
  .editorial-copy h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .photo-print__caption { bottom: -2rem; }

  .rooms { min-height: auto; }
  .rooms__backdrop { position: sticky; top: 0; height: 100vh; height: 100svh; height: 100dvh; }
  .rooms__backdrop img { object-position: 48% 55%; }
  .rooms__content { margin-top: -100vh; margin-top: -100svh; margin-top: -100dvh; min-height: 100vh; min-height: 100svh; min-height: 100dvh; padding: 7rem 1rem 5rem; }
  .rooms__heading h2 { font-size: clamp(4rem, 16vw, 6.5rem); }
  .rooms__heading > p:last-child { font-size: .78rem; }
  .room-deck { width: 100%; margin-top: 5rem; flex-direction: column; gap: 1rem; }
  .room-card { width: calc(100% - .6rem); min-height: 0; align-self: flex-start; }
  .room-card:nth-of-type(even) { align-self: flex-end; }
  .room-card > p { min-height: 0; }
  .room-view-card { width: 76%; flex-basis: auto; align-self: flex-end; margin: 1rem 0; }
  .room-view-card img { height: min(68vh, 560px); }
  .window-glow { display: none; }

  .stay-planner { display: block; padding: 8rem 1rem 7rem; }
  .stay-planner__heading { margin-bottom: 3rem; }
  .stay-planner__heading h2 { font-size: clamp(4rem, 16vw, 6rem); }
  .stay-planner__paper { padding: 2.2rem 1.25rem; }
  .availability-form--full { grid-template-columns: 1fr 1fr; }
  .availability-form--full .form-field,
  .availability-form--full .form-field--wide { grid-column: span 1; }
  .availability-form--full .form-field--wide,
  .availability-form--full .button { grid-column: 1 / -1; }
  .availability-seo { margin-top: 2rem; }
  .availability-results {
    margin-top: 4rem;
    padding: 5rem 1rem 6.5rem;
    background-position: 58% center;
  }
  .availability-results__heading { display: block; margin-bottom: 2.5rem; }
  .availability-results__heading h3 { font-size: clamp(3.5rem, 14vw, 5.3rem); }
  .availability-results__heading > p { margin-top: 1.5rem; }
  .availability-results__grid { grid-template-columns: 1fr; }
  .available-room-card__body { padding: 1.4rem 1.25rem 1.8rem; }
  .result-details { grid-template-columns: 1fr 1fr; }
  .result-details div:last-child { grid-column: 1 / -1; }
  .result-actions { grid-template-columns: 1fr; }

  .welcome { display: flex; min-height: auto; padding: 8rem 1rem 7rem; flex-direction: column; align-items: stretch; gap: 3rem; }
  .welcome__copy { order: 1; }
  .welcome__copy h2 { font-size: clamp(4rem, 16.5vw, 6rem); }
  .welcome-photo { width: 78%; align-self: flex-start; order: 2; }
  .welcome-video { width: 68%; align-self: flex-end; margin: -6rem 0 0; order: 3; }
  .welcome-video video { aspect-ratio: 4 / 5; }

  .around { padding: 8rem 1rem 6rem; }
  .around__heading { display: block; margin-bottom: 4rem; }
  .around__heading h2 { font-size: clamp(4.5rem, 18vw, 7rem); }
  .around__heading > p:last-child { margin-top: 1.5rem; }
  .diary { display: flex; min-height: auto; flex-direction: column; }
  .diary-photo { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 100%; height: 250px; align-self: flex-start; order: 1; }
  .route-map { position: relative; top: auto; left: auto; width: 90%; height: 460px; margin: 1rem auto -3rem; order: 2; }
  .destination-slips { position: relative; top: auto; right: auto; width: 94%; margin: 0 auto; order: 3; }
  .destination-slips strong { font-size: 1.2rem; }

  .cinema__pin { padding: 1rem; }
  .cinema__topline .eyebrow { font-size: .5rem; }
  .cinema__frame { width: 100%; max-height: 76vh; }
  .cinema-slide img { object-position: 48% 56%; }
  .cinema-slide figcaption { right: 1.2rem; bottom: 2rem; left: 1.2rem; font-size: clamp(2.8rem, 14vw, 5rem); }
  .cinema__progress { width: 100%; }

  .trust { padding: 8rem 1rem 7rem; }
  .trust__heading { display: block; }
  .trust__heading h2 { font-size: clamp(3.8rem, 16vw, 6rem); }
  .trust__heading > p:last-child { margin-top: 1.5rem; }
  .guest-notes { grid-template-columns: 1fr; margin-top: 4rem; }
  .guest-notes blockquote,
  .guest-notes blockquote:nth-child(4),
  .guest-notes blockquote:nth-child(5) { width: auto; min-height: 220px; grid-column: auto; justify-self: stretch; }
  .guest-notes blockquote:nth-child(2) { transform: translateY(0) rotate(var(--r)); }
  .trust-marks { justify-content: flex-start; }

  .faq { display: block; padding: 7rem 1rem; }
  .faq__heading { margin-bottom: 3rem; }
  .faq__heading h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .faq summary { min-height: 76px; font-size: 1.3rem; }
  .faq details p { margin-right: 1rem; }

  .travel-notes { padding: 8rem 1rem 7rem; }
  .travel-notes__heading { display: block; margin-bottom: 3.5rem; }
  .travel-notes__heading h2 { font-size: clamp(4rem, 16vw, 6rem); }
  .travel-notes__heading > p:last-child { margin-top: 1.5rem; }
  .travel-notes__grid { grid-template-columns: 1fr; }
  .travel-note,
  .travel-note:nth-child(3n),
  .travel-note:nth-child(n+4) { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .travel-note:last-child { border-bottom-color: var(--ink); }

  .location-section { padding: 5.5rem 1rem 5rem; }
  .location-section__heading { display: block; margin-bottom: 3rem; }
  .location-section__heading .eyebrow { margin-bottom: 1.2rem; }
  .location-section__heading h2 { font-size: clamp(4rem, 16vw, 6rem); }
  .location-section__heading > p:last-child { margin-top: 1.5rem; }
  .location-section__grid { grid-template-columns: 1fr; }
  .map-paper-card { width: 100%; }
  .map-paper-card__frame { min-height: 360px; aspect-ratio: 4 / 5; }
  .location-facts { width: calc(100% - .5rem); margin-left: auto; transform: rotate(.2deg); }
  .location-section__copy { display: block; }
  .location-section__actions { display: grid; margin-top: 2rem; grid-template-columns: 1fr; }
  .location-section__actions .button { width: 100%; min-height: 52px; }

  .booking { min-height: max(132svh, 1080px); }
  .booking__media img { object-position: 47% 57%; }
  .booking-note { right: 1rem; bottom: 2rem; width: calc(100% - 2rem); padding: 2.2rem 1.5rem; }
  .booking-note h2 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .booking-note__actions .button { flex: 1; padding-inline: .7rem; }

  .site-footer { display: flex; padding: 4rem 1rem 2rem; flex-direction: column; gap: 1.5rem; }
  .footer__nav { justify-content: flex-start; }
  .footer__contacts { width: 100%; grid-template-columns: 1fr 1fr; }
  .site-footer > small { width: 100%; margin-top: 1rem; }
  .mobile-cta { position: fixed; z-index: 95; right: 0; bottom: 0; left: 0; display: grid; height: calc(58px + env(safe-area-inset-bottom, 0px)); padding-bottom: env(safe-area-inset-bottom, 0px); border-top: 1px solid rgba(255,255,255,.2); background: var(--pine); color: var(--snow); grid-template-columns: repeat(2, 1fr); box-shadow: 0 -10px 35px rgba(9,18,16,.2); }
  .mobile-cta { visibility: hidden; transform: translateY(110%); transition: transform .45s var(--ease), visibility .45s; }
  .mobile-cta.is-visible { visibility: visible; transform: translateY(0); }
  .mobile-cta a { display: grid; min-height: 48px; place-items: center; border-right: 1px solid rgba(255,255,255,.14); font-size: .59rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-cta a:first-child { background: var(--gold); color: var(--pine); }
  .floating-whatsapp { right: 1rem; bottom: calc(72px + env(safe-area-inset-bottom, 0px)); width: 56px; height: 56px; }
  .floating-whatsapp svg { width: 29px; height: 29px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.75rem; }
  .hero__actions { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero__actions .button { min-width: 0; padding-inline: .45rem; font-size: .54rem; letter-spacing: .1em; white-space: nowrap; }
  .booking-note__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .booking-note .text-link { grid-column: 1 / -1; justify-content: center; }
  .footer__contacts { grid-template-columns: 1fr; }
}

/* Capability-based motion: touch and low-power devices use native scrolling
   instead of long pinned timelines. This also keeps large tablets usable. */
.motion-lite .hero__media,
.motion-lite .booking__media,
.motion-lite .arrival__photo img,
.motion-lite .room-deck,
.motion-reduced .hero__media,
.motion-reduced .booking__media,
.motion-reduced .arrival__photo img,
.motion-reduced .room-deck { will-change: auto; }

.motion-lite .fog,
.is-low-power .fog { filter: blur(20px); opacity: .18; }

.is-low-power .snow-field--cinema { display: none; }
.is-page-hidden .snowflake { animation-play-state: paused; }

.motion-lite .cinema,
.motion-reduced .cinema {
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
}

.motion-lite .cinema__pin,
.motion-reduced .cinema__pin {
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

.motion-lite .cinema__frame,
.motion-reduced .cinema__frame {
  display: flex;
  flex: none;
  width: min(1240px, 100%);
  height: clamp(300px, 72vh, 760px);
  height: clamp(300px, 72svh, 760px);
  height: clamp(300px, 72dvh, 760px);
  max-height: none;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.motion-lite .cinema__frame::-webkit-scrollbar,
.motion-reduced .cinema__frame::-webkit-scrollbar { display: none; }

.motion-lite .cinema-slide,
.motion-reduced .cinema-slide {
  position: relative !important;
  inset: auto !important;
  flex: 0 0 100%;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  clip-path: none !important;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.motion-lite .cinema-slide img,
.motion-reduced .cinema-slide img { will-change: auto; }

.motion-lite .cinema__progress i,
.motion-reduced .cinema__progress i { transition: transform .25s ease-out; }

.motion-reduced .cinema__frame { scroll-behavior: auto; }

@media (min-width: 801px) {
  .motion-lite .rooms__content { overflow: hidden; }
  .motion-lite .room-deck {
    width: 100%;
    max-width: 100%;
    padding: 1rem .2rem 1.5rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-color: var(--gold) rgba(255,255,255,.18);
    scrollbar-width: thin;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }
  .motion-lite .room-card { flex: 0 0 min(350px, 72vw); scroll-snap-align: start; }
}

@media (max-height: 650px) and (orientation: landscape) {
  .hero__content { justify-content: center; padding-top: 5.5rem; padding-bottom: 2rem; }
  .hero h1 { max-width: 12ch; font-size: clamp(3rem, 12vh, 5.4rem); line-height: .78; }
  .hero__lede { margin-top: .8rem; font-size: 1.15rem; }
  .hero__copy { margin-top: .8rem; line-height: 1.55; }
  .hero__actions { margin-top: 1rem; }
  .scroll-cue { display: none; }
  .motion-lite .cinema__frame,
  .motion-reduced .cinema__frame { height: clamp(250px, 68vh, 440px); height: clamp(250px, 68svh, 440px); height: clamp(250px, 68dvh, 440px); }
}

@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; }
  .hero__media, .booking__media, .room-deck { transform: none !important; }
  .snow-field { display: none; }
  .fog { opacity: .16; }
}

@media (forced-colors: active) {
  .button, .nav-book, .room-card, .proof-card, .paper-card, .paper-slip, .booking-note, .available-room-card, .result-gallery, .floating-whatsapp { border: 1px solid CanvasText; }
  .vignette, .fog, .snow-field, body::before { display: none; }
}
