:root {
  --forest: #173d31;
  --forest-2: #0d2b22;
  --moss: #6f8259;
  --sage: #b9c4a5;
  --lake: #7199aa;
  --sunset: #e78a60;
  --sun: #f5c47e;
  --cream: #f5f0e6;
  --paper: #fbf8f1;
  --white: #fff;
  --ink: #243029;
  --muted: #667069;
  --bark: #694a36;
  --line: rgba(23,61,49,.17);
  --shadow: 0 24px 60px rgba(20, 37, 30, .16);
  --radius: 1.3rem;
  --shell: min(1180px, calc(100% - 40px));
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --hand: "Caveat", "Bradley Hand", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--forest-2); background: var(--sun); }
.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: .7rem 1rem; color: var(--white); background: var(--forest); border-radius: .5rem; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.eyebrow { margin: 0 0 1rem; color: var(--moss); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #e8d8b8; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.08; }
h1 { font-size: clamp(3.5rem, 8vw, 7.7rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.3rem, 5vw, 4.6rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.2rem); }
h4 { font-size: 1.5rem; }
p { margin-bottom: 1.35rem; }
.lede { font-size: clamp(1.16rem, 2vw, 1.42rem); line-height: 1.6; }
.fine-print { color: rgba(255,255,255,.68); font-size: .86rem; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding: 0 clamp(1.15rem, 3vw, 3rem); color: var(--white); border-bottom: 1px solid transparent; transition: background .3s ease, color .3s ease, min-height .3s ease, border-color .3s ease; }
.site-header.scrolled, .site-header.solid { min-height: 72px; color: var(--forest); background: rgba(251,248,241,.93); border-bottom-color: var(--line); box-shadow: 0 10px 30px rgba(0,0,0,.05); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand-icon { width: 48px; height: 48px; flex: none; }
.brand-wordmark { font-family: var(--hand); font-size: clamp(1.7rem, 2.6vw, 2.25rem); font-weight: 700; line-height: .9; transform: rotate(-2deg); }
.site-nav { display: flex; align-items: center; gap: clamp(.85rem, 2vw, 1.8rem); font-size: .91rem; font-weight: 600; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav a:not(.nav-book)::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-book { padding: .8rem 1.1rem; color: var(--forest); background: var(--sun); border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease; }
.nav-book:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(0,0,0,.15); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 0; border-radius: 50%; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--forest-2); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(6,24,19,.79) 0%, rgba(8,29,23,.48) 40%, rgba(7,22,19,.08) 72%), linear-gradient(0deg, rgba(5,19,16,.75) 0%, transparent 42%); }
.hero-content { position: relative; z-index: 2; padding: 10.5rem 0 10.5rem; }
.hero h1 { max-width: 900px; margin-bottom: 1.5rem; }
.hero h1 em { color: var(--sun); font-weight: 500; }
.hero-copy { max-width: 680px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .93rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-sun { color: var(--forest-2); background: var(--sun); box-shadow: 0 14px 36px rgba(0,0,0,.22); }
.button-sun:hover { background: #ffd293; box-shadow: 0 16px 42px rgba(0,0,0,.3); }
.button-glass { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); backdrop-filter: blur(8px); }
.button-glass:hover { background: rgba(255,255,255,.16); }
.button-forest { color: var(--white); background: var(--forest); }
.button-forest:hover { background: var(--forest-2); box-shadow: 0 12px 24px rgba(13,43,34,.2); }
.hero-proof { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: rgba(7,25,20,.75); border-top: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.hero-proof div { display: flex; align-items: baseline; justify-content: center; gap: .6rem; padding: 1.25rem 1rem; border-right: 1px solid rgba(255,255,255,.13); }
.hero-proof strong { font-family: var(--serif); font-size: 1.65rem; }
.hero-proof span { color: rgba(255,255,255,.72); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }

.intro { background: var(--cream); }
.intro-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.intro-copy { max-width: 550px; }
.text-link { display: inline-flex; gap: .45rem; align-items: center; margin-top: .75rem; color: var(--forest); font-weight: 700; text-underline-offset: .3rem; }
.intro-collage { position: relative; min-height: 600px; }
.intro-collage figure { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.intro-collage img { width: 100%; height: 100%; object-fit: cover; }
.collage-main { position: absolute; inset: 0 8% 9% 0; }
.collage-float { position: absolute; right: 0; bottom: 0; width: 46%; height: 43%; border: 8px solid var(--cream); }
.hand-note { position: absolute; top: -1rem; right: -1rem; padding: 1rem 1.2rem; color: var(--forest); background: var(--sun); border-radius: 45% 55% 50% 45%; font-family: var(--hand); font-size: 1.45rem; line-height: 1.05; transform: rotate(5deg); box-shadow: 0 12px 24px rgba(0,0,0,.1); }

.section-head { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.split-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; }
.split-head > p { max-width: 500px; margin-bottom: .7rem; color: var(--muted); }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.cabins { background: var(--paper); }
.featured-cabin { position: relative; min-height: 650px; margin-bottom: 2rem; overflow: hidden; border-radius: calc(var(--radius) * 1.25); box-shadow: var(--shadow); }
.featured-cabin > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.featured-cabin::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,26,20,.74), transparent 63%); }
.featured-cabin-card { position: absolute; z-index: 2; bottom: 0; left: 0; max-width: 520px; padding: clamp(2rem, 5vw, 4.2rem); color: var(--white); }
.featured-cabin-card h3 { margin-bottom: .8rem; font-size: clamp(3rem, 6vw, 5.2rem); }
.cabin-number { font-family: var(--serif); font-size: 1.25rem; }
.cabin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.cabin-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(25,44,35,.08); transition: transform .25s ease, box-shadow .25s ease; }
.cabin-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cabin-image { aspect-ratio: 4 / 3; overflow: hidden; }
.cabin-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.cabin-card:hover img { transform: scale(1.04); }
.cabin-card-copy { padding: 1.6rem; }
.cabin-card-copy span { color: var(--moss); font-size: .78rem; font-weight: 700; letter-spacing: .16em; }
.cabin-card-copy h3 { margin: .4rem 0 .6rem; }
.cabin-card-copy p { color: var(--muted); }

.lake-story { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 780px; background: var(--forest); }
.lake-photo { min-height: 650px; }
.lake-photo img { width: 100%; height: 100%; object-fit: cover; }
.lake-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); color: var(--white); }
.lake-copy p:not(.eyebrow):not(.fine-print) { color: rgba(255,255,255,.78); font-size: 1.1rem; }
.lake-list { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.2rem 0 2rem; }
.lake-list span { padding: .5rem .85rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }

.amenities { background: var(--cream); }
.amenity-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.amenity-card { padding: 2rem 1.65rem; background: rgba(255,255,255,.62); border: 1px solid rgba(23,61,49,.12); border-radius: var(--radius); }
.amenity-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 1.2rem; color: var(--forest); background: var(--sage); border-radius: 50%; font-family: var(--serif); font-size: 1.45rem; }
.amenity-card h3 { margin-bottom: .7rem; font-size: 1.55rem; }
.amenity-card p { color: var(--muted); font-size: .95rem; }
.amenity-cta { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 2rem; padding: 1.2rem 1.2rem 1.2rem 1.7rem; color: var(--forest); background: var(--sun); border-radius: 999px; }
.amenity-cta p { margin: 0; font-weight: 700; }

.gallery-section { overflow: hidden; background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: .8rem; }
.gallery-item { position: relative; overflow: hidden; padding: 0; background: #d5d6d0; border: 0; border-radius: .85rem; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-item::after { position: absolute; right: .8rem; bottom: .8rem; width: 34px; height: 34px; display: grid; place-items: center; content: "+"; color: var(--white); background: rgba(10,28,23,.62); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.lightbox { width: min(96vw, 1400px); max-width: none; height: min(92vh, 1000px); padding: 0; color: var(--white); background: rgba(6,18,15,.97); border: 0; border-radius: 1rem; }
.lightbox::backdrop { background: rgba(0,0,0,.83); backdrop-filter: blur(6px); }
.lightbox figure { width: 100%; height: 100%; display: grid; grid-template-rows: 1fr auto; align-items: center; margin: 0; padding: 2.5rem; }
.lightbox img { max-width: 100%; max-height: calc(92vh - 100px); margin: auto; object-fit: contain; }
.lightbox figcaption { padding-top: 1rem; color: rgba(255,255,255,.72); text-align: center; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 1rem; right: 1rem; width: 46px; height: 46px; font-size: 2rem; line-height: 1; }
.lightbox-nav { top: 50%; width: 48px; height: 64px; font-size: 2.5rem; transform: translateY(-50%); }
.lightbox-nav.prev { left: 1rem; }
.lightbox-nav.next { right: 1rem; }

.local-preview { background: #e7eadf; }
.local-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.local-photo { position: relative; }
.local-photo::before { position: absolute; inset: -1rem 1.5rem 1.5rem -1rem; content: ""; background: var(--sun); border-radius: var(--radius); }
.local-photo img { position: relative; width: 100%; max-height: 660px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.local-copy { max-width: 560px; }
.local-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.4rem 0 2rem; }
.local-tags span { padding: .45rem .75rem; color: var(--forest); background: rgba(255,255,255,.65); border: 1px solid rgba(23,61,49,.13); border-radius: 999px; font-size: .8rem; }

.traditions { background: var(--cream); }
.traditions-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.traditions-copy { max-width: 560px; }
.tradition-list { padding: 0; list-style: none; }
.tradition-list li { padding: .7rem 0 .7rem 1.8rem; border-bottom: 1px solid var(--line); }
.tradition-list li::before { margin-left: -1.8rem; margin-right: .7rem; content: "✦"; color: var(--sunset); }
.traditions-images { position: relative; min-height: 650px; }
.traditions-images figure { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.legacy-main { position: absolute; inset: 0 0 10% 8%; }
.legacy-main img, .legacy-small img { width: 100%; height: 100%; object-fit: cover; }
.legacy-small { position: absolute; bottom: 0; left: 0; width: 34%; height: 38%; border: 7px solid var(--cream); }
.legacy-stamp { position: absolute; top: 1rem; left: -1rem; width: 110px; height: 110px; display: grid; place-content: center; color: var(--forest); background: var(--sun); border-radius: 50%; font-family: var(--hand); font-size: 1.2rem; line-height: .85; text-align: center; transform: rotate(-8deg); box-shadow: 0 12px 28px rgba(0,0,0,.13); }
.legacy-stamp strong { font-size: 2rem; }

.booking-section { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; color: var(--white); text-align: center; }
.booking-section.compact { min-height: 480px; }
.booking-bg, .booking-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.booking-bg { object-fit: cover; }
.booking-shade { background: linear-gradient(rgba(9,31,24,.45), rgba(9,31,24,.76)); }
.booking-content { position: relative; z-index: 2; max-width: 850px; }
.booking-content p:not(.eyebrow) { max-width: 610px; margin-right: auto; margin-left: auto; color: rgba(255,255,255,.82); font-size: 1.1rem; }

.site-footer { padding: 4.5rem 0 1.5rem; color: rgba(255,255,255,.76); background: var(--forest-2); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 4rem; padding-bottom: 3rem; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child p { max-width: 360px; margin: 1rem 0 0; }
.footer-links { display: flex; flex-direction: column; gap: .5rem; }
.footer-links h3 { margin-bottom: .7rem; color: var(--white); font-family: var(--sans); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { width: fit-content; text-decoration: none; }
.footer-links a:hover { color: var(--sun); }
.footer-note { margin-top: .8rem; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.footer-bottom a { text-decoration: none; }
.mobile-book { display: none; }

/* Guest guide */
.guide-page { background: var(--paper); }
.guide-hero { position: relative; min-height: 570px; display: flex; align-items: end; overflow: hidden; color: var(--white); background: var(--forest); }
.guide-hero > img, .guide-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.guide-hero > img { object-fit: cover; }
.guide-hero-shade { background: linear-gradient(0deg, rgba(4,18,14,.75), rgba(4,18,14,.1) 70%); }
.guide-hero-copy { position: relative; z-index: 2; padding-bottom: 5rem; }
.guide-hero h1 { max-width: 900px; margin-bottom: 1rem; font-size: clamp(3.5rem, 8vw, 7rem); }
.guide-hero p:last-child { max-width: 650px; color: rgba(255,255,255,.82); font-size: 1.2rem; }
.guide-jump { position: sticky; z-index: 50; top: 72px; overflow-x: auto; background: var(--forest); }
.guide-jump .shell { display: flex; justify-content: center; gap: .4rem; min-width: max-content; }
.guide-jump a { padding: .95rem 1.1rem; color: rgba(255,255,255,.8); font-size: .8rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.guide-jump a:hover { color: var(--sun); }
.guide-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: center; }
.guide-note { padding: 2rem; color: var(--forest); background: var(--sun); border-radius: var(--radius); transform: rotate(1deg); box-shadow: 0 16px 35px rgba(20,40,30,.12); }
.guide-note strong { font-family: var(--serif); font-size: 1.5rem; }
.guide-note p { margin: .5rem 0 0; }
.guide-section.alt { background: var(--cream); }
.guide-section.dark { color: var(--white); background: var(--forest); }
.check-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.check-panel { padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.guide-checks { padding: 0; margin: 0; list-style: none; }
.guide-checks li { position: relative; padding: .6rem 0 .6rem 1.55rem; border-bottom: 1px solid rgba(23,61,49,.09); }
.guide-checks li:last-child { border-bottom: 0; }
.guide-checks li::before { position: absolute; left: 0; content: "✓"; color: var(--moss); font-weight: 800; }
.packing-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.packing-photo { position: relative; }
.packing-photo img { width: 100%; min-height: 600px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.packing-photo span { position: absolute; right: -1rem; bottom: 1.5rem; padding: .9rem 1.3rem; color: var(--forest); background: var(--sun); border-radius: 44% 56% 50% 48%; font-family: var(--hand); font-size: 1.65rem; line-height: 1; transform: rotate(-4deg); }
.packing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.packing-joke { margin-top: 1.5rem; color: var(--bark); font-family: var(--hand); font-size: 1.45rem; }
.notice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.notice { padding: 1.75rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); }
.notice strong { display: block; margin-bottom: .55rem; color: var(--sun); font-family: var(--serif); font-size: 1.3rem; }
.notice p { margin: 0; color: rgba(255,255,255,.72); font-size: .94rem; }
.guide-category { margin: 4rem 0 1.3rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); font-family: var(--sans); font-size: .84rem; letter-spacing: .14em; text-transform: uppercase; }
.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.place-card { position: relative; display: flex; flex-direction: column; min-height: 290px; padding: 1.8rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.place-card:hover { border-color: var(--moss); transform: translateY(-5px); box-shadow: var(--shadow); }
.place-type { color: var(--moss); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.place-card h4 { margin: .6rem 0 .7rem; }
.place-card p { color: var(--muted); }
.place-link { margin-top: auto; color: var(--forest); font-size: .84rem; font-weight: 700; }
.supply-bar { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding: 2rem; background: var(--sun); border-radius: var(--radius); }
.supply-bar p { max-width: 700px; margin: .3rem 0 0; }
.traditions-guide-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.tradition-steps { padding-left: 1.5rem; counter-reset: item; }
.tradition-steps li { padding: .65rem 0 .65rem .5rem; border-bottom: 1px solid var(--line); }
.traditions-guide-layout figure { margin: 0; }
.traditions-guide-layout img { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.traditions-guide-layout figcaption { padding-top: .9rem; color: var(--muted); font-family: var(--hand); font-size: 1.4rem; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 1.25rem 1.25rem 2rem; color: var(--forest); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(0,0,0,.14); transform: translateY(-125%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .site-nav.open { transform: translateY(0); visibility: visible; }
  .site-nav a { padding: .85rem 0; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .nav-book { margin-top: 1rem; padding: .85rem 1rem !important; text-align: center; border-bottom: 0 !important; }
  .hero-content { padding-bottom: 12rem; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof div:nth-child(2) { border-right: 0; }
  .hero-proof div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .intro-layout, .split-head, .lake-story, .local-layout, .traditions-layout, .guide-intro-grid, .packing-layout, .traditions-guide-layout { grid-template-columns: 1fr; }
  .intro-collage { min-height: 520px; }
  .cabin-grid { grid-template-columns: 1fr; }
  .featured-cabin { min-height: 570px; }
  .lake-photo { min-height: 520px; }
  .amenity-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item.wide { grid-column: span 2; }
  .traditions-images { min-height: 600px; }
  .check-columns, .place-grid { grid-template-columns: 1fr; }
  .notice-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .guide-jump .shell { justify-content: flex-start; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 24px); --radius: 1rem; }
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 60px; }
  .site-header { min-height: 68px; padding-inline: .8rem; }
  .site-header.scrolled, .site-header.solid { min-height: 68px; }
  .brand-icon { width: 40px; height: 40px; }
  .brand-wordmark { font-size: 1.65rem; }
  .site-nav { top: 68px; }
  .hero { min-height: 900px; }
  .hero-media img { object-position: 55% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,24,19,.88) 0%, rgba(7,24,20,.47) 58%, rgba(7,22,19,.14) 100%); }
  .hero-content { padding: 9rem 0 13rem; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof div { align-items: center; flex-direction: column; gap: .1rem; text-align: center; }
  .hero-proof strong { font-size: 1.35rem; }
  .hero-proof span { font-size: .62rem; }
  .section { padding: 4.6rem 0; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .intro-collage { min-height: 430px; }
  .collage-main { inset: 0 3% 12% 0; }
  .collage-float { width: 52%; height: 38%; }
  .hand-note { top: -.6rem; right: -.3rem; font-size: 1.1rem; }
  .featured-cabin { min-height: 520px; }
  .featured-cabin::after { background: linear-gradient(0deg, rgba(7,26,20,.85), transparent 72%); }
  .featured-cabin-card { padding: 1.5rem; }
  .featured-cabin-card h3 { font-size: 3.4rem; }
  .lake-story { display: flex; flex-direction: column; }
  .lake-photo { min-height: 400px; }
  .lake-copy { padding: 3rem 1.2rem 4rem; }
  .amenity-grid, .notice-grid { grid-template-columns: 1fr; }
  .amenity-cta, .supply-bar { align-items: stretch; flex-direction: column; border-radius: var(--radius); }
  .gallery-grid { grid-auto-rows: 190px; gap: .55rem; }
  .gallery-item.tall { grid-row: span 2; }
  .local-photo::before { inset: -.6rem .8rem .8rem -.6rem; }
  .traditions-images { min-height: 430px; }
  .legacy-main { inset: 0 0 8% 3%; }
  .legacy-small { width: 42%; height: 35%; }
  .legacy-stamp { left: 0; width: 86px; height: 86px; font-size: 1rem; }
  .legacy-stamp strong { font-size: 1.5rem; }
  .booking-section { min-height: 560px; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-book { position: fixed; z-index: 90; right: .7rem; bottom: .6rem; left: .7rem; display: flex; align-items: center; justify-content: center; min-height: 48px; color: var(--forest-2); background: var(--sun); border-radius: 999px; box-shadow: 0 10px 28px rgba(0,0,0,.25); font-size: .9rem; font-weight: 800; text-decoration: none; }
  .guide-hero { min-height: 630px; }
  .guide-hero-copy { padding-bottom: 3rem; }
  .guide-hero h1 { font-size: 4rem; }
  .guide-jump { top: 68px; }
  .check-panel { padding: 1.35rem; }
  .packing-photo img { min-height: 430px; }
  .packing-photo span { right: .3rem; }
  .packing-grid { grid-template-columns: 1fr; gap: 0; }
  .place-card { min-height: 250px; }
  .lightbox { width: 100vw; height: 100vh; border-radius: 0; }
  .lightbox figure { padding: 4rem .7rem 2rem; }
  .lightbox-nav { top: auto; bottom: 1rem; width: 48px; height: 48px; }
  .lightbox-nav.prev { left: 1rem; }
  .lightbox-nav.next { right: 1rem; }
}

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