:root {
  --bg: #e8edef;
  --ink: #20343c;
  --muted: #52656d;
  --accent: #315565;
  --accent-ink: #f1f4f5;
  --support: #cdd8db;
  --line: #b3c1c6;
  --dark-line: #60737b;
  --font-display: "Noto Serif Display", "Times New Roman", serif;
  --font-text: "Inter Tight", system-ui, sans-serif;
  --fs-h1: clamp(2.75rem, 1.2rem + 5.7vw, 6.25rem);
  --fs-h2: clamp(2.25rem, 1rem + 3.6vw, 4rem);
  --fs-body: clamp(1.0625rem, 1rem + .15vw, 1.125rem);
  --container: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 2px;
  --header-height: 88px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
@view-transition { navigation: auto; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 var(--fs-body)/1.55 var(--font-text); }
body.menu-open { overflow: hidden; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: var(--fs-h1); line-height: 1.04; }
h2 { font-size: var(--fs-h2); line-height: 1.09; }
h3 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); font-weight: 500; line-height: 1.2; letter-spacing: -.025em; }
p { text-wrap: pretty; max-width: 62ch; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; max-width: 100%; }
a, button, summary { transition: color .2s var(--ease), background .2s var(--ease), transform .2s var(--ease); }
a:active, button:active { transform: translateY(1px); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.hero :focus-visible, .site-header :focus-visible, .booking-section :focus-visible, .site-footer :focus-visible { outline-color: var(--accent-ink); }
section, #privacy { scroll-margin-top: var(--header-height); }
.container { width: min(var(--container), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section-space { padding-block: clamp(80px, 9vw, 140px); }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 12px; padding: 12px 18px; background: var(--bg); z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 15px 25px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 600; line-height: 1.3; text-align: center; }
.button-light { background: var(--bg); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--support); transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.text-link:hover, .text-link:focus-visible { color: var(--accent); text-decoration-thickness: 2px; }
.site-header { position: sticky; top: 0; z-index: 30; height: var(--header-height); background: var(--ink); color: var(--accent-ink); }
.site-header.scrolled { box-shadow: 0 1px 0 var(--dark-line); }
.header-inner { max-width: 1440px; height: 100%; margin-inline: auto; padding-inline: var(--gutter); display: flex; align-items: center; gap: 36px; }
.brand { display: flex; align-items: center; gap: 13px; min-height: 48px; font-family: var(--font-display); font-size: 20px; line-height: 1.05; letter-spacing: -.02em; }
.brand svg { width: 46px; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.main-nav a { display: flex; align-items: center; min-height: 44px; font-size: 16px; }
.main-nav a:hover, .main-nav a:focus-visible, .header-contact:hover { color: var(--support); text-decoration: underline; text-underline-offset: 6px; }
.header-contact { font-size: 16px; white-space: nowrap; }
.nav-book { border-bottom: 1px solid var(--dark-line); }
.menu-toggle { display: none; }
.hero { min-height: calc(100svh - var(--header-height)); position: relative; display: flex; flex-direction: column; justify-content: center; color: var(--accent-ink); background: var(--accent); overflow: hidden; }
.hero-video { background-color: var(--accent); background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video .hero-content, .hero-video .hero-bottom { z-index: 1; }
.hero-pause { position: absolute; top: 20px; right: var(--gutter); z-index: 2; width: 48px; height: 48px; border: 1px solid var(--dark-line); border-radius: var(--radius); background: var(--ink); color: var(--accent-ink); }
.hero-pause:hover, .hero-pause:focus-visible { background: var(--accent); }
.hero-pause:active { transform: translateY(1px); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(21 40 49 / .86), rgb(21 40 49 / .57) 49%, rgb(21 40 49 / .1) 85%), linear-gradient(0deg, rgb(21 40 49 / .55), transparent 40%); }
.hero-content { position: relative; padding-block: clamp(72px, 9vh, 120px) 130px; }
.eyebrow { font-size: 15px; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 26px; }
.hero .eyebrow { text-transform: none; letter-spacing: normal; }
.hero h1 { max-width: 1000px; }
.hero-lead { margin-top: 30px; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.hero-actions > span { font-size: 16px; }
.hero-bottom { position: absolute; bottom: 25px; left: 0; right: 0; display: flex; justify-content: space-between; gap: 20px; font-size: 15px; }
.hero-bottom a { min-height: 44px; display: flex; align-items: center; gap: 22px; }
.hero-bottom > span { align-self: center; }
.hero-bottom a:hover { text-decoration: underline; text-underline-offset: 5px; }
.altitude-band { background: var(--accent); color: var(--accent-ink); padding-block: 68px 28px; }
.altitude-inner { display: grid; grid-template-columns: 5fr 7fr; column-gap: 70px; }
.altitude-number { font: 400 clamp(80px, 9vw, 136px)/1 var(--font-display); font-variant-numeric: tabular-nums; letter-spacing: -.06em; }
.altitude-number span { display: block; font: 400 16px/1.5 var(--font-text); letter-spacing: 0; margin-top: 12px; }
.altitude-band h2 { font-size: clamp(28px, 2.6vw, 37px); line-height: 1.2; }
.altitude-band p { margin-top: 22px; font-size: 17px; }
.ridge { grid-column: 1 / -1; width: 100%; height: 76px; margin-top: 42px; color: var(--support); }
.story { background: var(--ink); color: var(--accent-ink); }
.story-stage { position: relative; overflow: hidden; min-height: 850px; }
.story-images, .story-shade { position: absolute; inset: 0; }
.story-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.story-image.is-active { opacity: 1; }
.story-shade { background: linear-gradient(90deg, rgb(16 31 39 / .85), rgb(16 31 39 / .52) 55%, rgb(16 31 39 / .12)), linear-gradient(0deg, rgb(16 31 39 / .8), transparent 50%); }
.story-content { position: relative; min-height: inherit; padding-block: 50px 35px; display: flex; flex-direction: column; }
.story-heading { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.story-heading h2 { font-size: clamp(32px, 3.2vw, 48px); }
.story-hint { display: none; font-size: 15px; padding-top: 7px; }
.story-scenes { list-style: none; padding: 0; margin: 70px 0 40px; display: grid; gap: 34px; }
.scene-time { display: block; margin-bottom: 15px; font-size: 17px; }
.story-scene h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(34px, 4vw, 60px); line-height: 1.07; }
.story-scene p { max-width: 45ch; margin-top: 24px; }
.story-timeline { display: none; }
.story.is-enhanced { height: 320svh; }
.is-enhanced .story-stage { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); min-height: 620px; }
.is-enhanced .story-content { height: 100%; min-height: 0; }
.is-enhanced .story-hint { display: block; }
.is-enhanced .story-scenes { display: grid; margin: auto 0 40px; padding-top: 45px; }
.is-enhanced .story-scene { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity .65s var(--ease), visibility .65s; }
.is-enhanced .story-scene.is-active { opacity: 1; visibility: visible; }
.is-enhanced .story-image { transition: opacity .9s var(--ease); }
.is-enhanced .story-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.story-timeline span { color: var(--support); font-size: 15px; }
.story-timeline i { display: block; height: 2px; background: #82949c; margin-bottom: 10px; }
.story-timeline .is-active { color: var(--accent-ink); }
.story-timeline .is-active i { background: var(--accent-ink); height: 3px; margin-bottom: 9px; }
.section-heading { display: grid; grid-template-columns: 7fr 5fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading > p { max-width: 39ch; color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: 7fr 5fr; grid-template-areas: "photo cedar" "photo breakfast" "photo route"; column-gap: 48px; }
.experience-photo { grid-area: photo; position: relative; overflow: hidden; min-height: 620px; }
.experience-photo img { position: absolute; inset: 0; width: 100%; height: auto; aspect-ratio: 3 / 4; min-height: 100%; object-fit: cover; }
.experience-photo figcaption { position: absolute; inset: auto 0 0; background: linear-gradient(transparent, rgb(16 31 39 / .95)); color: var(--accent-ink); padding: 55px 28px 23px; font-size: 16px; }
.experience-note { min-width: 0; padding: 30px 0; border: 0; }
.experience-note + .experience-note { border-top: 1px solid var(--line); }
.experience-note h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(27px, 2.4vw, 34px); }
.experience-note h3 br { display: none; }
.experience-note p { margin-top: 16px; font-size: 17px; }
.cedar-note { grid-area: cedar; padding-top: 0; }
.cedar-note svg { display: none; }
.breakfast-note { grid-area: breakfast; }
.route-note { grid-area: route; padding-bottom: 0; }
.note-index { display: block; font-size: 15px; margin-bottom: 12px; color: var(--muted); }
.stay-section { padding-block: 45px 80px; }
.rates { width: 100%; border-collapse: collapse; text-align: left; font-variant-numeric: tabular-nums; }
.rates th { font-weight: 400; }
.rates thead { color: var(--muted); font-size: 15px; }
.rates thead th { padding: 0 18px 19px 0; border-bottom: 1px solid var(--ink); }
.rates td, .rates tbody th { padding: 35px 20px 35px 0; border-bottom: 1px solid var(--line); vertical-align: middle; }
.rates tbody th { width: 43%; }
.rates td:last-child { text-align: right; padding-right: 0; }
.rate-name { display: block; font: 400 clamp(27px, 2.6vw, 37px)/1.2 var(--font-display); letter-spacing: -.03em; }
.rate-price { display: block; font-size: clamp(24px, 2.5vw, 35px); letter-spacing: -.035em; white-space: nowrap; }
.rate-description { display: block; color: var(--muted); font-size: 16px; margin-top: 9px; }
.rate-footnotes { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; margin-top: 26px; font-size: 16px; color: var(--muted); }
.rate-footnotes strong { font-weight: 600; color: var(--ink); }
.journey-section { border-top: 1px solid var(--line); }
.journey-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 70px; align-items: center; }
.journey-copy p { margin-top: 26px; color: var(--muted); }
.journey-copy .text-link { margin-top: 22px; }
.journey-map { background: var(--support); padding: 28px; }
.map-top { display: flex; justify-content: space-between; gap: 15px; font-size: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.journey-map > svg { width: 100%; height: auto; margin-block: 22px; }
.map-contours { opacity: .24; }
.map-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); padding-top: 25px; }
.map-bottom strong { display: block; font-size: 38px; font-weight: 400; line-height: 1.2; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.map-bottom div > span { display: block; font-size: 16px; margin-top: 9px; }
.map-disclaimer { font-size: 15px; color: var(--muted); text-align: right; }
.booking-section { background: var(--ink); color: var(--accent-ink); padding-block: clamp(70px, 8vw, 120px); }
.booking-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; }
.booking-copy > p:not(.eyebrow) { color: var(--support); max-width: 35ch; margin-top: 28px; }
.booking-phone { display: inline-block; font-size: clamp(24px, 2.4vw, 31px); margin-top: 44px; min-height: 44px; }
.booking-phone:hover { text-decoration: underline; text-underline-offset: 6px; }
.booking-phone-note { display: block; color: var(--support); font-size: 16px; margin-top: 6px; }
.form-field { margin-bottom: 23px; }
.form-field label { display: block; margin-bottom: 8px; font-size: 16px; }
.form-field input, .form-field textarea { width: 100%; min-height: 52px; background: transparent; border: 0; border-bottom: 1px solid var(--dark-line); border-radius: 0; color: var(--accent-ink); padding: 10px 0 13px; }
.form-field textarea { resize: vertical; max-height: 280px; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #b2c2c9; opacity: 1; }
.form-field input:hover, .form-field textarea:hover { border-color: var(--support); }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--support); cursor: pointer; padding-block: 8px; min-height: 44px; }
.consent input { flex: 0 0 20px; width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--support); }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.form-error { font-size: 16px; margin-block: 12px; }
.form-error:empty { display: none; }
.submit-button { width: 100%; margin-top: 19px; }
.submit-button:disabled { cursor: wait; opacity: .75; }
.form-note { font-size: 15px; line-height: 1.5; margin-top: 16px; color: var(--support); }
.form-success { margin-top: 25px; border: 1px solid var(--dark-line); padding: 22px; }
.faq-grid { display: grid; grid-template-columns: 4fr 8fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 25px 0; cursor: pointer; list-style: none; font-size: clamp(20px, 1.7vw, 24px); line-height: 1.3; }
summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 28px; font-weight: 400; transition: transform .2s var(--ease); }
.faq-list summary:hover, .faq-list summary:focus-visible { color: var(--accent); }
.faq-list summary:active { transform: translateY(1px); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 40px 27px 0; color: var(--muted); }
.site-footer { background: var(--ink); color: var(--accent-ink); padding-block: 65px 25px; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 40px; }
.footer-name { font: 400 clamp(32px, 3vw, 45px)/1.08 var(--font-display); letter-spacing: -.025em; }
.footer-main p { font-size: 16px; color: var(--support); }
.footer-main p + p { margin-top: 18px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-contact a:first-child { font-size: 23px; }
.footer-contact a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-contact span { color: var(--support); font-size: 15px; margin-top: 8px; }
.privacy { margin-top: 45px; border-top: 1px solid var(--dark-line); }
.privacy summary { cursor: pointer; min-height: 52px; display: flex; align-items: center; font-size: 15px; text-decoration: underline; text-underline-offset: 4px; }
.privacy-text { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; padding-block: 12px 30px; font-size: 15px; color: var(--support); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--dark-line); padding-top: 23px; font-size: 15px; color: var(--support); }
@media (min-width: 1440px) {
  .hero { min-height: max(740px, calc(100svh - var(--header-height))); }
}
@media (max-width: 1100px) {
  .header-contact { display: none; }
  .header-inner { gap: 24px; }
  .section-heading { gap: 45px; }
  .booking-grid { gap: 65px; }
  .journey-grid { gap: 40px; }
  .experience-grid { column-gap: 32px; }
}
@media (max-width: 900px) {
  :root { --header-height: 76px; }
  .header-inner { justify-content: space-between; }
  .brand { font-size: 18px; }
  .brand svg { width: 40px; height: 38px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 48px; height: 48px; padding: 11px; background: none; border: 1px solid var(--dark-line); color: inherit; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s var(--ease); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { display: none; position: fixed; inset: var(--header-height) 0 0; background: var(--ink); padding: 35px var(--gutter); overflow-y: auto; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 15px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding-block: 14px; font-size: 26px; border-bottom: 1px solid var(--dark-line); }
  .hero-content { padding-top: 90px; }
  .hero h1 { font-size: clamp(48px, 7.6vw, 74px); }
  .hero-video { background-position: 63% center; }
  .hero-bg { object-position: 63% center; }
  .altitude-inner { gap: 32px; grid-template-columns: 4fr 6fr; }
  .altitude-number { font-size: 85px; }
  .section-heading { grid-template-columns: 1fr 1fr; gap: 32px; }
  .experience-grid { grid-template-columns: 1fr 1fr; column-gap: 28px; }
  .rates td, .rates tbody th { padding-right: 15px; }
  .rates tbody th { width: 38%; }
  .rate-footnotes { gap: 35px; }
  .journey-grid, .booking-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .journey-map { padding: 20px; }
  .map-bottom { align-items: flex-start; flex-direction: column; }
  .map-disclaimer { text-align: left; }
  .map-disclaimer br { display: none; }
  .booking-copy h2 { font-size: 43px; }
  .booking-section .eyebrow { font-size: 13px; }
  .faq-grid { grid-template-columns: 3fr 7fr; gap: 35px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-name { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  :root { --header-height: 70px; --fs-h1: 2.75rem; --gutter: 20px; }
  .hero { min-height: calc(100svh - var(--header-height)); }
  .hero-video { background-position: 69% center; }
  .hero-bg { object-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgb(21 40 49 / .65), rgb(21 40 49 / .3)), linear-gradient(0deg, rgb(21 40 49 / .95), rgb(21 40 49 / .08) 90%); }
  .hero-content { padding-top: 100px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(39px, 11.2vw, 48px); line-height: 1.09; letter-spacing: -.04em; }
  .hero .eyebrow { font-size: 13px; margin-bottom: 22px; }
  .hero-lead { margin-top: 25px; font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 15px; margin-top: 27px; }
  .hero-actions .button { width: 100%; justify-content: space-between; padding-inline: 20px; }
  .hero-actions > span { font-size: 15px; }
  .hero-bottom { display: none; }
  .altitude-band { padding-top: 50px; }
  .altitude-inner { grid-template-columns: 1fr; gap: 35px; }
  .altitude-number { font-size: 104px; }
  .altitude-number span { margin-top: 9px; }
  .altitude-band h2 { font-size: 29px; }
  .ridge { margin-top: 0; height: 48px; }
  .story.is-enhanced { height: 240svh; }
  .is-enhanced .story-stage { min-height: 0; }
  .story-content { padding-block: 29px 25px; }
  .story-heading h2 { font-size: 30px; }
  .story-hint { max-width: 70px; text-align: right; line-height: 1.3; font-size: 13px; }
  .story-image { object-position: 63% center; }
  .story-shade { background: linear-gradient(0deg, rgb(16 31 39 / .96), rgb(16 31 39 / .55) 65%, rgb(16 31 39 / .6)); }
  .is-enhanced .story-scenes { margin-bottom: 26px; padding-top: 25px; }
  .scene-time { margin-bottom: 12px; font-size: 16px; }
  .story-scene h3 { font-size: clamp(29px, 8.2vw, 37px); }
  .story-scene p { font-size: 16px; margin-top: 18px; max-width: 35ch; }
  .is-enhanced .story-timeline { gap: 12px; }
  .story-timeline span { font-size: 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 35px; }
  .experience-grid { grid-template-columns: minmax(0, 1fr); grid-template-areas: "photo" "cedar" "breakfast" "route"; gap: 0; }
  .experience-photo { min-height: 360px; }
  .experience-photo img { aspect-ratio: 4 / 3; }
  .experience-photo figcaption { padding-inline: 20px; }
  .experience-note { padding: 28px 0; }
  .route-note { padding-bottom: 0; }
  .stay-section { padding-block: 10px 65px; }
  .rates thead { display: none; }
  .rates tbody { display: block; }
  .rates tr { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--ink); padding-block: 25px; }
  .rates tr:last-child { border-bottom: 1px solid var(--line); }
  .rates tbody th, .rates td { display: block; width: 100%; padding: 0; border: 0; }
  .rates td { padding-top: 19px; }
  .rates td:last-child { text-align: left; padding-top: 10px; }
  .rate-name { font-size: 32px; }
  .rate-price { font-size: 30px; }
  .rate-description { margin-top: 5px; }
  .rate-footnotes { grid-template-columns: 1fr; gap: 18px; font-size: 15px; }
  .journey-grid, .booking-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .journey-copy h2 br:nth-child(2) { display: none; }
  .journey-map { margin-inline: -20px; padding: 25px 20px; }
  .map-bottom { flex-direction: row; align-items: flex-end; }
  .map-disclaimer { max-width: 110px; text-align: right; }
  .map-disclaimer br { display: block; }
  .booking-copy h2 { font-size: 40px; }
  .booking-copy > p:not(.eyebrow) { margin-top: 22px; }
  .booking-phone { margin-top: 28px; }
  .booking-grid { gap: 45px; }
  .faq-grid h2 br { display: none; }
  .faq-list summary { padding-block: 22px; font-size: 21px; }
  .faq-list details p { padding-right: 5px; font-size: 17px; }
  .site-footer { padding-top: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-name { grid-column: auto; font-size: 41px; }
  .privacy { margin-top: 32px; }
  .privacy-text { grid-template-columns: 1fr; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 15px; font-size: 14px; }
}
@media (max-height: 690px) and (min-width: 641px) {
  .is-enhanced .story-stage { min-height: 0; }
  .story-heading h2 { font-size: 30px; }
  .story-scene h3 { font-size: 38px; }
  .story-content { padding-block: 25px; }
  .is-enhanced .story-scenes { margin-bottom: 22px; padding-top: 20px; }
  .story-scene p { margin-top: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg { display: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .story-stage { min-height: auto; }
  .story-content { padding-block: 50px; }
  .story-scenes { margin-bottom: 0; gap: 45px; }
  .story-shade { background: rgb(16 31 39 / .88); }
}