:root {
    --paper: #f0eadf;
    --paper-deep: #e3dacb;
    --ink: #17241d;
    --forest: #173f2b;
    --moss: #536947;
    --sun: #f1b84a;
    --terracotta: #a95137;
    --sky: #bfd0d0;
    --line: rgba(23, 36, 29, .22);
    --serif: "Sentient", Georgia, serif;
    --sans: "Satoshi", "Helvetica Neue", sans-serif;
    --page: min(100% - 48px, 1440px);
    --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
body::before { position: fixed; z-index: 999; inset: 0; pointer-events: none; opacity: .035; content: ""; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
address { font-style: normal; }
::selection { color: var(--paper); background: var(--terracotta); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--paper); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; z-index: 250; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress i { display: block; width: 100%; height: 100%; background: var(--sun); transform: scaleX(0); transform-origin: left center; will-change: transform; }

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    min-height: 88px;
    padding: 16px 32px;
    color: white;
    transition: color .4s, background .4s, min-height .4s, box-shadow .4s;
}

.site-header.scrolled { min-height: 68px; color: var(--ink); background: rgba(240, 234, 223, .95); box-shadow: 0 1px var(--line); backdrop-filter: blur(14px); }
.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; width: max-content; gap: 10px; font-size: 14px; font-weight: 700; line-height: .95; letter-spacing: -.02em; }
.brand-mark { position: relative; display: block; width: 28px; height: 35px; overflow: hidden; }
.brand-mark i { position: absolute; bottom: 1px; display: block; width: 2px; height: 27px; background: currentColor; transform-origin: bottom; }
.brand-mark i::after { position: absolute; top: -2px; left: -4px; width: 9px; height: 9px; border-radius: 50% 0 50% 50%; background: currentColor; content: ""; }
.brand-mark i:nth-child(1) { left: 7px; transform: rotate(-20deg); }
.brand-mark i:nth-child(2) { left: 14px; height: 34px; }
.brand-mark i:nth-child(3) { right: 5px; height: 24px; transform: rotate(22deg); }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 50px); font-size: 13px; font-weight: 500; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { position: relative; z-index: 2; display: flex; align-items: center; justify-self: end; gap: 8px; }
.language-switcher { position: relative; }
.language-toggle { display: flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 12px; border: 0; color: inherit; background: transparent; font-size: 12px; font-weight: 700; }
.language-menu { position: absolute; top: calc(100% + 8px); right: 0; display: grid; min-width: 150px; padding: 6px; color: var(--ink); background: var(--paper); box-shadow: 0 18px 50px rgba(14, 27, 20, .18); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
.language-switcher.open .language-menu { opacity: 1; visibility: visible; transform: none; }
.language-menu a { padding: 9px 12px; font-size: 13px; }
.language-menu a:hover, .language-menu a[aria-current="true"] { background: var(--paper-deep); }
.header-book { padding: 11px 17px; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 700; transition: color .25s, background .25s, border-radius .25s; }
.header-book:hover { color: var(--ink); background: var(--sun); border-color: var(--sun); border-radius: 2px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 0; color: inherit; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s; }
.mobile-menu { position: fixed; z-index: 1; inset: 0; display: none; align-content: center; padding: 100px 24px 40px; color: var(--paper); background: var(--forest); }
.mobile-menu a { padding: 15px 0; border-bottom: 1px solid rgba(240, 234, 223, .2); font-family: var(--serif); font-size: clamp(28px, 9vw, 48px); }

.hero { position: relative; min-height: min(900px, 100svh); color: white; background: #3c4a3c; isolation: isolate; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; animation: hero-in 1.6s var(--ease) both; }
.hero-shade { z-index: 1; background: linear-gradient(180deg, rgba(12, 23, 16, .42), transparent 35%, rgba(10, 20, 14, .62) 100%), linear-gradient(90deg, rgba(14, 27, 20, .2), transparent 55%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; width: var(--page); min-height: min(900px, 100svh); margin: auto; padding: clamp(140px, 19vh, 190px) 0 52px; }
.eyebrow { margin-bottom: 16px; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255, 255, 255, .8); }
.hero h1 { display: flex; flex-direction: column; margin: 0 0 auto; font-family: var(--serif); font-size: clamp(62px, 9.5vw, 146px); line-height: .78; letter-spacing: -.06em; }
.hero h1 span { animation: rise-in 1s .2s var(--ease) both; }
.hero h1 em { align-self: flex-end; color: var(--sun); font-weight: 400; animation: rise-in 1s .4s var(--ease) both; }
.hero-bottom { display: grid; grid-template-columns: minmax(240px, 460px) auto; align-items: end; justify-content: space-between; gap: 48px; }
.hero-bottom > p { max-width: 410px; margin: 0; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 31px); line-height: 1.2; }
.hero-links { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 180px; min-height: 54px; padding: 14px 18px; border: 0; font-size: 13px; font-weight: 700; transition: transform .25s var(--ease), background .25s; }
.button:hover { transform: translateY(-3px); }
.button.sun { color: var(--ink); background: var(--sun); }
.button.line { border: 1px solid currentColor; }
.text-link { display: inline-flex; align-items: center; gap: 26px; padding: 7px 0; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
.light-link { color: white; }
.season-stamp { position: absolute; z-index: 3; right: 20px; top: 50%; display: flex; align-items: center; gap: 13px; margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transform: translate(45%, -50%) rotate(90deg); transform-origin: center; }

.availability { position: relative; z-index: 10; width: min(100% - 48px, 1320px); margin: -24px auto 0; background: var(--paper); box-shadow: 0 20px 70px rgba(29, 36, 29, .14); }
.availability-form { display: grid; grid-template-columns: 1.15fr repeat(4, 1fr) 1.25fr; min-height: 100px; }
.booking-label { display: flex; align-items: center; gap: 12px; padding: 21px 24px; border-right: 1px solid var(--line); }
.booking-label span { color: var(--terracotta); }
.booking-label strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.availability-form label { display: flex; flex-direction: column; justify-content: center; gap: 6px; min-width: 0; padding: 16px 20px; border-right: 1px solid var(--line); }
.availability-form label > span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.availability-form input, .availability-form select { width: 100%; min-width: 0; padding: 3px 22px 3px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; font-weight: 500; }
.availability-form input:focus, .availability-form select:focus { box-shadow: 0 2px var(--terracotta); }
.availability-submit { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border: 0; color: white; background: var(--forest); font-size: 13px; font-weight: 700; transition: background .25s; }
.availability-submit:hover { background: var(--terracotta); }
.availability-submit[disabled] { cursor: wait; opacity: .75; }
.availability-result { display: grid; grid-template-columns: 48px 1fr auto auto; align-items: center; gap: 18px; padding: 20px 24px; border-top: 1px solid var(--line); }
.availability-result::before { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: white; background: var(--forest); content: "✓"; }
.availability-result.unavailable::before, .availability-result.error::before { background: var(--terracotta); content: "×"; }
.availability-result h3 { margin: 0 0 2px; font-family: var(--serif); font-size: 22px; }
.availability-result p { margin: 0; font-size: 13px; }
.availability-result .result-price { margin-left: auto; font-size: 13px; font-weight: 700; }
.availability-result .result-action { min-width: 170px; }

.section-pad { padding: clamp(90px, 11vw, 165px) max(24px, calc((100vw - 1440px) / 2)); }
.section-tag { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-tag::before { display: inline-block; width: 34px; height: 1px; margin: 0 11px 3px 0; background: currentColor; content: ""; }
.section-tag.inverse { color: var(--sun); }

.intro { display: grid; grid-template-columns: minmax(130px, .45fr) minmax(400px, 1.55fr); gap: 40px; padding-bottom: 110px; }
.intro-main h2, .section-heading h2, .place h2, .location h2, .reserve h2 { max-width: 1000px; margin: 35px 0 40px; font-family: var(--serif); font-size: clamp(48px, 6vw, 96px); line-height: .94; letter-spacing: -.05em; }
.intro-lead { max-width: 800px; margin-left: 15%; font-family: var(--serif); font-size: clamp(24px, 3vw, 42px); line-height: 1.25; }
.margin-note { max-width: 490px; margin: 60px 0 0 35%; padding-top: 14px; border-top: 1px solid var(--line); font-size: 15px; }
.margin-note span { margin-right: 14px; color: var(--terracotta); }
.facts { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { display: flex; flex-direction: column; padding: 29px 20px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { color: var(--terracotta); font-family: var(--serif); font-size: clamp(38px, 4vw, 65px); font-weight: 400; line-height: 1; }
.fact span { margin-top: 7px; font-size: 11px; font-weight: 700; text-transform: uppercase; }

.stays { padding-top: 95px; background: var(--paper-deep); }
.section-heading { display: grid; grid-template-columns: minmax(130px, .45fr) minmax(400px, 1.55fr) auto; align-items: end; gap: 40px; margin-bottom: 55px; }
.section-heading h2 { margin: 0; }
.slider-arrows { display: flex; gap: 6px; }
.slider-arrows button { width: 45px; height: 45px; border: 1px solid var(--line); background: transparent; transition: color .2s, background .2s; }
.slider-arrows button:hover { color: var(--paper); background: var(--ink); }
.stay-slider { margin-left: max(0px, calc((100vw - 1440px) / 2)); }
.stay-slider .splide__track { overflow: visible; }
.stay-slider .splide__list { align-items: stretch; }
.stay-slide { padding-right: 18px; }
.stay-card { height: 100%; background: var(--paper); }
.stay-image { position: relative; height: clamp(310px, 40vw, 580px); overflow: hidden; }
.stay-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.18), transparent 30%); content: ""; }
.stay-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.stay-card:hover .stay-image img { transform: scale(1.035); }
.stay-canvas .stay-image img { object-position: 50% 66%; }
.stay-cabin .stay-image img { object-position: 50% 55%; }
.stay-index, .stay-price { position: absolute; z-index: 2; top: 18px; color: white; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.stay-index { left: 18px; }
.stay-price { right: 18px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.stay-copy { padding: clamp(24px, 3vw, 40px); }
.stay-copy h3 { max-width: 500px; margin: 0 0 18px; font-family: var(--serif); font-size: clamp(30px, 3.3vw, 50px); line-height: 1; letter-spacing: -.035em; }
.stay-copy > p:not(.eyebrow) { max-width: 580px; min-height: 50px; color: rgba(23, 36, 29, .78); }
.stay-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.stay-select { display: inline-flex; align-items: center; gap: 15px; padding: 6px 0; border: 0; border-bottom: 1px solid; background: transparent; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.splide__pagination { position: static; justify-content: flex-start; margin-top: 28px; padding: 0; }
.splide__pagination__page { width: 32px; height: 2px; margin: 0 3px; border-radius: 0; background: var(--ink); opacity: .25; }
.splide__pagination__page.is-active { transform: none; opacity: 1; }

.place { color: var(--paper); background: var(--forest); }
.place-head { display: grid; grid-template-columns: minmax(130px, .45fr) minmax(400px, 1.55fr); gap: 40px; }
.place h2 { margin-top: 35px; }
.amenities { display: grid; grid-template-columns: repeat(3, 1fr); margin: 80px 0 120px; border-top: 1px solid rgba(240,234,223,.23); }
.amenity { position: relative; min-height: 300px; padding: 28px 28px 34px 0; border-right: 1px solid rgba(240,234,223,.23); border-bottom: 1px solid rgba(240,234,223,.23); }
.amenity:nth-child(3n + 2), .amenity:nth-child(3n + 3) { padding-left: 28px; }
.amenity:nth-child(3n) { border-right: 0; }
.amenity-number { position: absolute; top: 28px; right: 28px; color: rgba(240,234,223,.5); font-size: 10px; }
.amenity-icon { display: grid; width: 58px; height: 58px; margin: 20px 0 55px; place-items: center; border: 1px solid rgba(240,234,223,.35); border-radius: 50%; color: var(--sun); font-family: var(--serif); font-size: 25px; }
.amenity-icon[data-icon="cup-soda"]::after { content: "☕"; }
.amenity-icon[data-icon="shower-head"]::after { content: "≋"; font-size: 34px; transform: rotate(-28deg); }
.amenity-icon[data-icon="cooking-pot"]::after { content: "⌒"; font-size: 37px; }
.amenity-icon[data-icon="washing-machine"]::after { content: "◉"; }
.amenity-icon[data-icon="wifi"]::after { content: "⌁"; font-size: 40px; transform: rotate(90deg); }
.amenity-icon[data-icon="paw-print"]::after { content: "♧"; transform: rotate(180deg); }
.amenity h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 26px; }
.amenity p { max-width: 330px; margin: 0; color: rgba(240,234,223,.7); font-size: 14px; }
.place blockquote { max-width: 1040px; margin: 0 auto; text-align: center; }
.place blockquote p { font-family: var(--serif); font-size: clamp(36px, 5vw, 75px); line-height: 1.1; letter-spacing: -.04em; }
.place blockquote footer { color: var(--sun); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.daybook { color: var(--paper); background: var(--ink); overflow: hidden; }
.daybook-intro { display: grid; grid-template-columns: minmax(130px, .45fr) minmax(400px, 1.55fr); align-items: end; gap: 40px; padding-top: 130px; padding-bottom: 100px; }
.daybook-intro h2 { max-width: 1040px; margin: 0 0 35px; font-family: var(--serif); font-size: clamp(58px, 7.5vw, 120px); line-height: .88; letter-spacing: -.055em; }
.daybook-intro p { max-width: 600px; margin: 0 0 0 30%; color: rgba(240,234,223,.68); font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.3; }
.daybook-pin { position: relative; width: 100%; height: 100svh; min-height: 700px; overflow: hidden; }
.daybook-track { display: flex; width: 300vw; height: 100%; will-change: transform; }
.day-scene { position: relative; flex: 0 0 100vw; height: 100%; isolation: isolate; overflow: hidden; }
.day-scene > img { position: absolute; z-index: -2; inset: -4%; width: 108%; height: 108%; max-width: none; object-fit: cover; will-change: transform; }
.day-scene-morning > img { object-position: center 62%; }
.day-scene-midday > img { object-position: center 54%; }
.day-scene-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(8,17,12,.3), transparent 35%, rgba(8,17,12,.76) 100%), linear-gradient(90deg, rgba(8,17,12,.38), transparent 60%); }
.day-scene-meta { position: absolute; top: 42px; left: max(24px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; gap: 15px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.day-scene-meta i { width: 42px; height: 1px; background: currentColor; }
.day-scene-copy { position: absolute; right: max(24px, calc((100vw - 1440px) / 2)); bottom: clamp(65px, 9vw, 125px); left: max(24px, calc((100vw - 1440px) / 2)); }
.day-scene-copy > span { display: block; margin-bottom: 20px; color: var(--sun); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.day-scene-copy h3 { max-width: 1120px; margin: 0; font-family: var(--serif); font-size: clamp(62px, 10vw, 155px); line-height: .82; letter-spacing: -.06em; text-wrap: balance; }
.day-scene-copy p { max-width: 500px; margin: 35px 0 0 50%; font-family: var(--serif); font-size: clamp(18px, 2vw, 27px); line-height: 1.3; }
.daybook-progress { position: absolute; z-index: 5; right: max(24px, calc((100vw - 1440px) / 2)); bottom: 34px; display: flex; align-items: center; gap: 11px; color: rgba(240,234,223,.65); font-size: 9px; font-weight: 700; }
.daybook-progress > i { position: relative; display: block; width: 130px; height: 1px; background: rgba(240,234,223,.28); overflow: hidden; }
.daybook-progress b { position: absolute; inset: 0; background: var(--sun); transform: scaleX(0); transform-origin: left center; }
.marquee { padding: 22px 0 19px; color: var(--ink); background: var(--sun); white-space: nowrap; overflow: hidden; }
.marquee > div { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee span { font-family: var(--serif); font-size: clamp(30px, 4vw, 58px); letter-spacing: -.02em; }
html:not(.gsap-ready) .daybook-pin { height: auto; }
html:not(.gsap-ready) .daybook-track { display: block; width: auto; height: auto; }
html:not(.gsap-ready) .day-scene { width: 100%; height: 86svh; min-height: 680px; }
html:not(.gsap-ready) .daybook-progress { display: none; }

.around { background: var(--sky); }
.around-heading { margin-bottom: 80px; }
.around-grid { display: grid; grid-template-columns: .75fr .8fr 1.4fr; min-height: 530px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compass-art { position: relative; display: grid; place-items: center; border-right: 1px solid var(--line); overflow: hidden; }
.compass-ring { position: relative; width: min(28vw, 340px); height: min(28vw, 340px); border: 1px solid rgba(23,36,29,.3); border-radius: 50%; animation: compass-turn 40s linear infinite; }
.compass-ring::before, .compass-ring::after { position: absolute; top: 50%; left: 50%; background: rgba(23,36,29,.25); content: ""; transform: translate(-50%, -50%); }
.compass-ring::before { width: 125%; height: 1px; }
.compass-ring::after { width: 1px; height: 125%; }
.compass-ring span, .compass-ring b, .compass-ring em, .compass-ring small { position: absolute; font-size: 10px; font-style: normal; font-weight: 700; }
.compass-ring span { top: -5px; left: 50%; }
.compass-ring small { bottom: -5px; left: 50%; }
.compass-ring b { top: 50%; left: -5px; }
.compass-ring em { top: 50%; right: -5px; }
.compass-ring i { position: absolute; top: 50%; left: 50%; width: 70%; height: 70%; border: 1px dashed rgba(23,36,29,.25); border-radius: 50%; transform: translate(-50%, -50%); }
.compass-art > p { position: absolute; margin: 0; text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.7; }
.route-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.route-tabs button { flex: 1; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 12px; padding: 20px 28px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; font-family: var(--serif); font-size: 25px; transition: color .25s, background .25s; }
.route-tabs button:last-child { border-bottom: 0; }
.route-tabs button span { font-family: var(--sans); font-size: 10px; }
.route-tabs button i { font-style: normal; }
.route-tabs button[aria-selected="true"] { color: var(--paper); background: var(--terracotta); }
.route-panels { display: grid; padding: clamp(35px, 5vw, 75px); }
.route-panels article { align-self: center; }
.route-time { display: inline-block; margin-bottom: 28px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 50%; font-size: 11px; font-weight: 700; }
.route-panels h3 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 65px); line-height: .95; letter-spacing: -.04em; }
.route-panels article > p:not(.route-tip) { max-width: 580px; font-family: var(--serif); font-size: 20px; line-height: 1.35; }
.route-tip { max-width: 520px; margin: 50px 0 0; padding-top: 15px; border-top: 1px solid var(--line); font-size: 13px; }
.route-tip span { margin-right: 10px; color: var(--terracotta); }

.location { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 810px; }
.location-copy { padding-right: clamp(40px, 6vw, 110px); }
.location h2 { margin-top: 40px; font-size: clamp(52px, 6.5vw, 100px); }
.location-lead { max-width: 570px; margin-bottom: 60px; font-family: var(--serif); font-size: 23px; }
.address-block { margin-bottom: 55px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.address-block > span, .travel-times dt { display: block; margin-bottom: 10px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.address-block address { max-width: 350px; margin-bottom: 20px; font-family: var(--serif); font-size: 22px; line-height: 1.25; }
.travel-times { display: grid; gap: 18px; margin: 0; }
.travel-times div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.travel-times dt { margin: 0; }
.travel-times dd { margin: 0; font-size: 13px; }
.map-wrap { position: relative; min-height: 700px; padding: 22px 22px 22px 0; }
#map { width: 100%; height: 100%; min-height: 700px; background: #d6d4c0; filter: saturate(.7) contrast(.9); }
.leaflet-control-zoom { border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.leaflet-control-zoom a { color: var(--paper) !important; background: var(--forest) !important; border-color: rgba(255,255,255,.15) !important; }
.camp-marker { display: grid; width: 54px !important; height: 54px !important; margin: -27px 0 0 -27px !important; place-items: center; border: 0; border-radius: 50% 50% 50% 0; color: var(--ink); background: var(--sun); box-shadow: 0 8px 25px rgba(0,0,0,.25); font-family: var(--serif); font-size: 22px; font-weight: 500; transform: rotate(-45deg); }
.camp-marker span { transform: rotate(45deg); }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { border-radius: 0; color: var(--paper); background: var(--forest); box-shadow: none; }
.leaflet-popup-content { font-family: var(--sans); }

.reserve { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 140px); color: var(--paper); background: var(--terracotta); }
.reserve h2 { margin-top: 35px; }
.reserve-intro > p { max-width: 470px; font-family: var(--serif); font-size: 21px; }
.booking-summary { display: grid; max-width: 420px; margin-top: 70px; padding: 20px 0; border-top: 1px solid rgba(240,234,223,.35); border-bottom: 1px solid rgba(240,234,223,.35); }
.booking-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 38px 0 0; padding: 0; list-style: none; }
.booking-benefits li { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(240,234,223,.35); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.booking-benefits li span { color: var(--sun); }
.booking-summary span { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.booking-summary strong { margin: 10px 0 4px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.booking-summary small { color: rgba(240,234,223,.7); }
.reserve-panel { align-self: center; padding: clamp(25px, 4vw, 55px); color: var(--ink); background: var(--paper); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 20px; }
.field-grid label { display: grid; gap: 8px; }
.field-grid label.full { grid-column: 1 / -1; }
.field-grid label > span { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-grid input, .field-grid textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; border-radius: 0; }
.field-grid textarea { resize: vertical; }
.field-grid input:focus, .field-grid textarea:focus { border-color: var(--terracotta); box-shadow: 0 1px var(--terracotta); }
.field-grid .invalid, .consent.invalid { border-color: #a62c1a; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin: 30px 0; font-size: 12px; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--forest); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.form-error { margin: 0; color: #8d2517; font-size: 12px; }
.booking-success { display: grid; justify-items: start; gap: 12px; padding: 30px; }
.booking-success > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; color: var(--paper); background: var(--forest); font-size: 23px; }
.booking-success h3 { margin: 15px 0 0; font-family: var(--serif); font-size: 40px; }
.booking-success p { margin: 0; font-size: 16px; }
.booking-success small { margin-bottom: 25px; }

.site-footer { padding: 80px max(24px, calc((100vw - 1440px) / 2)) 30px; color: var(--paper); background: var(--ink); }
.footer-wordmark { padding-bottom: 70px; border-bottom: 1px solid rgba(240,234,223,.25); font-family: var(--serif); font-size: clamp(60px, 13vw, 190px); line-height: .75; letter-spacing: -.07em; }
.footer-wordmark em { display: block; margin-left: 22%; color: var(--sun); font-weight: 400; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 35px; padding: 65px 0; }
.footer-grid > p { max-width: 280px; font-family: var(--serif); font-size: 25px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 6px; font-size: 13px; }
.footer-grid > div > span { margin-bottom: 11px; color: rgba(240,234,223,.5); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:hover { color: var(--sun); }
.footer-legal { justify-content: flex-end; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(240,234,223,.25); color: rgba(240,234,223,.6); font-size: 10px; text-transform: uppercase; }

.floating-book { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; min-width: 230px; padding: 12px 14px; color: var(--paper); background: var(--ink); box-shadow: 0 18px 55px rgba(8,18,12,.3); font-size: 12px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(24px); transition: opacity .35s, transform .45s var(--ease), background .25s; }
.floating-book.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.floating-book:hover { color: var(--ink); background: var(--sun); transform: translateY(-3px); }
.floating-book-status { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(240,234,223,.28); border-radius: 50%; }
.floating-book-status i { width: 6px; height: 6px; border-radius: 50%; background: #8fc96b; box-shadow: 0 0 0 4px rgba(143,201,107,.13); animation: status-pulse 2.2s ease-in-out infinite; }
.floating-book:hover .floating-book-status { border-color: rgba(23,36,29,.25); }
.floating-book b { font-size: 15px; }

@keyframes hero-in { from { opacity: .3; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes rise-in { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }
@keyframes compass-turn { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes status-pulse { 50% { box-shadow: 0 0 0 8px rgba(143,201,107,0); } }

@media (max-width: 1100px) {
    .desktop-nav { display: none; }
    .site-header { grid-template-columns: 1fr auto; }
    .availability-form { grid-template-columns: 1fr 1fr 1fr; }
    .booking-label { grid-row: span 2; }
    .availability-form label { min-height: 74px; border-bottom: 1px solid var(--line); }
    .availability-submit { min-height: 74px; }
    .section-heading { grid-template-columns: 150px 1fr auto; }
    .amenities { grid-template-columns: repeat(2, 1fr); }
    .amenity:nth-child(3n + 2), .amenity:nth-child(3n + 3) { padding-left: 0; }
    .amenity:nth-child(3n) { border-right: 1px solid rgba(240,234,223,.23); }
    .amenity:nth-child(even) { padding-left: 28px; border-right: 0; }
    .around-grid { grid-template-columns: .65fr .8fr 1.25fr; }
    .route-tabs button { padding: 18px; font-size: 20px; }
    .location { grid-template-columns: 1fr; }
    .map-wrap { min-height: 540px; padding: 0 24px 24px; }
    #map { min-height: 540px; }
    .reserve { grid-template-columns: 1fr 1.2fr; }
}

@media (max-width: 760px) {
    :root { --page: calc(100% - 40px); }
    .site-header { min-height: 70px; padding: 12px 20px; }
    .header-book { display: none; }
    .menu-toggle { display: block; }
    .site-header.menu-open { color: var(--paper); background: var(--forest); }
    .site-header.menu-open .mobile-menu { display: grid; }
    .site-header.menu-open .menu-toggle > span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .site-header.menu-open .menu-toggle > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
    .hero { min-height: 760px; }
    .hero-content { min-height: 760px; padding-top: 145px; padding-bottom: 34px; }
    .hero-media img { object-position: 55% center; }
    .hero h1 { font-size: clamp(54px, 17vw, 82px); line-height: .88; }
    .hero h1 em { align-self: flex-start; }
    .hero-bottom { display: block; }
    .hero-bottom > p { max-width: 310px; margin-bottom: 28px; font-size: 21px; }
    .hero-links { align-items: flex-start; flex-direction: column; gap: 14px; }
    .season-stamp { display: none; }
    .availability { width: calc(100% - 24px); margin-top: -14px; }
    .availability-form { grid-template-columns: 1fr 1fr; }
    .booking-label { grid-column: 1 / -1; grid-row: auto; min-height: 70px; border-right: 0; border-bottom: 1px solid var(--line); }
    .availability-form label { padding: 14px; border-right: 1px solid var(--line); }
    .availability-form label:nth-of-type(even) { border-right: 0; }
    .availability-submit { grid-column: 1 / -1; min-height: 64px; }
    .availability-result { grid-template-columns: 38px 1fr; padding: 17px; }
    .availability-result::before { width: 36px; height: 36px; }
    .availability-result .result-price, .availability-result .result-action { grid-column: 2; margin-left: 0; }
    .section-pad { padding: 80px 20px; }
    .intro { display: block; }
    .intro-main h2, .section-heading h2, .place h2, .location h2, .reserve h2 { margin: 27px 0 32px; font-size: clamp(43px, 14vw, 66px); }
    .intro-lead { margin-left: 0; font-size: 24px; }
    .margin-note { margin: 45px 0 0 13%; }
    .facts { grid-template-columns: 1fr 1fr; margin-top: 65px; }
    .fact:nth-child(2) { border-right: 0; }
    .fact:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
    .section-heading { display: grid; grid-template-columns: 1fr auto; gap: 28px 15px; }
    .section-heading .section-tag { grid-column: 1 / -1; }
    .section-heading h2 { grid-column: 1; }
    .slider-arrows { grid-column: 2; align-self: end; }
    .stay-slider { margin-left: 0; }
    .stay-slide { padding-right: 8px; }
    .stay-image { height: 420px; }
    .stay-copy > p:not(.eyebrow) { min-height: 0; }
    .stay-meta { align-items: flex-start; flex-direction: column; }
    .place-head { display: block; }
    .amenities { grid-template-columns: 1fr; margin: 55px 0 80px; }
    .amenity, .amenity:nth-child(even), .amenity:nth-child(3n) { min-height: 260px; padding: 24px 0; border-right: 0; }
    .amenity-icon { margin-bottom: 42px; }
    .place blockquote { text-align: left; }
    .daybook-intro { display: block; padding-top: 90px; padding-bottom: 70px; }
    .daybook-intro h2 { margin: 28px 0; font-size: clamp(50px, 15vw, 72px); }
    .daybook-intro p { margin-left: 13%; font-size: 20px; }
    .daybook-pin { height: auto; min-height: 0; overflow: visible; }
    .daybook-track { display: block; width: auto; height: auto; }
    .day-scene { width: 100%; height: 78svh; min-height: 590px; }
    .day-scene > img { inset: 0; width: 100%; height: 100%; }
    .day-scene-copy { right: 20px; bottom: 50px; left: 20px; }
    .day-scene-copy h3 { max-width: 350px; font-size: clamp(54px, 16vw, 75px); }
    .day-scene-copy p { max-width: 310px; margin: 25px 0 0 12%; font-size: 18px; }
    .day-scene-meta { top: 24px; left: 20px; }
    .daybook-progress { display: none; }
    .marquee { padding: 15px 0 13px; }
    .around-heading { display: block; margin-bottom: 50px; }
    .around-grid { display: block; min-height: 0; }
    .compass-art { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
    .compass-ring { width: 220px; height: 220px; }
    .route-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--line); }
    .route-tabs button { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; min-height: 112px; padding: 14px 10px; border-right: 1px solid var(--line); border-bottom: 0; font-size: 16px; }
    .route-tabs button:last-child { border-right: 0; }
    .route-tabs button i { display: none; }
    .route-panels { min-height: 460px; padding: 45px 20px; }
    .location-copy { padding-right: 20px; }
    .travel-times div { grid-template-columns: 1fr; gap: 4px; }
    .map-wrap { min-height: 470px; padding: 0; }
    #map { min-height: 470px; }
    .reserve { grid-template-columns: 1fr; gap: 60px; }
    .booking-summary { margin-top: 45px; }
    .reserve-panel { padding: 28px 20px; }
    .field-grid { grid-template-columns: 1fr; }
    .field-grid label.full { grid-column: auto; }
    .form-footer { align-items: stretch; flex-direction: column; }
    .floating-book { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
    .site-footer { padding-top: 65px; }
    .footer-wordmark { padding-bottom: 50px; font-size: 19vw; line-height: .84; }
    .footer-wordmark em { margin-left: 8%; }
    .footer-grid { grid-template-columns: 1fr 1fr; padding: 50px 0; }
    .footer-grid > p { grid-column: 1 / -1; }
    .footer-legal { grid-column: 1 / -1; margin-top: 20px; }
}

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

.legal-page { min-height: 100vh; }
.legal-header { display: flex; align-items: center; justify-content: space-between; width: min(100% - 48px, 1100px); margin: auto; padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-main { width: min(100% - 48px, 850px); margin: 0 auto; padding: 100px 0 140px; }
.legal-main h1 { margin: 28px 0 80px; font-family: var(--serif); font-size: clamp(58px, 9vw, 110px); line-height: .9; letter-spacing: -.05em; }
.legal-main section { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; padding: 28px 0; border-top: 1px solid var(--line); }
.legal-main section h2 { font-family: var(--serif); font-size: 24px; }
.legal-main section p { max-width: 580px; }
@media (max-width: 620px) {
    .legal-header { align-items: flex-start; }
    .legal-header .text-link { max-width: 160px; gap: 8px; }
    .legal-main { padding-top: 70px; }
    .legal-main section { grid-template-columns: 1fr; gap: 4px; }
}
