:root {
  --ink: #11282d;
  --lake: #153f49;
  --lake-deep: #0b2b33;
  --paper: #f2efe7;
  --paper-warm: #e8e1d3;
  --wood: #9f6842;
  --gold: #d5b36f;
  --line: rgba(17, 40, 45, .18);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  --sans: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }

.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E"); }
.section-shell { padding-left: clamp(24px, 7vw, 120px); padding-right: clamp(24px, 7vw, 120px); }
.eyebrow, .section-index { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.section-index { color: rgba(17, 40, 45, .58); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 60; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(24px, 4vw, 72px); color: white; border-bottom: 1px solid rgba(255,255,255,.24); transition: height .35s ease, background .35s ease, color .35s ease, border-color .35s ease; }
.site-header.scrolled { height: 70px; color: var(--ink); background: rgba(242,239,231,.92); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { justify-self: start; display: flex; align-items: center; gap: 14px; }
.brand-mark { font: 600 24px/1 var(--serif); letter-spacing: .15em; }
.brand-en { font-size: 9px; letter-spacing: .2em; opacity: .75; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; font-size: 12px; letter-spacing: .12em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-book { justify-self: end; width: 126px; height: 42px; border: 1px solid currentColor; background: transparent; cursor: pointer; font-size: 12px; letter-spacing: .14em; transition: background .25s, color .25s; }
.header-book:hover { background: white; color: var(--ink); }
.site-header.scrolled .header-book:hover { color: white; background: var(--ink); }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; padding: 12px 8px; border: 0; background: none; cursor: pointer; }
.menu-toggle span { position: absolute; left: 8px; top: 17px; display: block; width: 26px; height: 1px; margin: 0; background: #fff; transition: transform .3s, background .3s; }
.menu-toggle span:last-child { top: 25px; }
.site-header.scrolled .menu-toggle span { background: var(--ink); }
.menu-toggle.active span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; color: white; overflow: hidden; background: var(--lake-deep); }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 45%; animation: heroIn 1.8s cubic-bezier(.2,.65,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,28,.62) 0%, rgba(4,22,28,.18) 55%, rgba(4,22,28,.3) 100%), linear-gradient(0deg, rgba(4,22,28,.52), transparent 45%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(24px, 8vw, 136px); top: 48%; transform: translateY(-42%); }
.hero-eyebrow { margin-bottom: 28px; opacity: .8; animation: rise .8s .45s both; }
.hero h1 { margin: 0; font: 500 clamp(58px, 8.4vw, 138px)/.98 var(--serif); letter-spacing: -.05em; }
.hero h1 span { display: block; animation: rise 1s cubic-bezier(.2,.7,.2,1) both; }
.hero h1 span:last-child { margin-left: .58em; animation-delay: .12s; }
.hero-sub { margin: 30px 0 0 calc(.58em + 2vw); font: 300 14px/2 var(--sans); letter-spacing: .1em; opacity: .86; animation: rise .9s .55s both; }
.hero-proof { position: absolute; z-index: 2; right: clamp(24px, 5vw, 80px); bottom: 47px; display: flex; gap: 44px; }
.hero-proof div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font: 500 25px/1 var(--serif); }
.hero-proof span { font-size: 9px; letter-spacing: .13em; opacity: .65; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(24px, 4vw, 72px); bottom: 42px; display: flex; align-items: center; gap: 11px; font-size: 9px; letter-spacing: .2em; opacity: .68; writing-mode: vertical-rl; }
.scroll-cue span { display: block; height: 34px; width: 1px; background: white; animation: pulse 1.8s infinite; }

.booking-bar { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 28px 1fr 1.15fr 1.1fr; align-items: stretch; width: min(1060px, calc(100% - 48px)); min-height: 108px; margin: -35px auto 0; color: var(--ink); background: var(--paper); box-shadow: 0 24px 60px rgba(4,22,28,.16); }
.booking-field { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 9px; padding: 24px 26px; border: 0; background: none; cursor: pointer; text-align: left; }
.booking-field span { font-size: 9px; letter-spacing: .18em; color: rgba(17,40,45,.55); }
.booking-field strong { font-size: 14px; font-weight: 500; }
.booking-arrow { align-self: center; color: rgba(17,40,45,.35); }
.guest-field { border-left: 1px solid var(--line); }
.booking-submit { border: 0; color: white; background: var(--lake-deep); cursor: pointer; font-size: 13px; letter-spacing: .16em; transition: background .25s; }
.booking-submit span { margin-left: 14px; }
.booking-submit:hover { background: var(--wood); }

.story { position: relative; display: grid; grid-template-columns: .78fr 1fr; gap: 70px 9vw; padding-top: 170px; padding-bottom: 180px; }
.story-heading h2, .rooms h2, .experience h2, .gallery-section h2, .location h2 { margin: 24px 0 0; font: 500 clamp(47px, 5.5vw, 84px)/1.15 var(--serif); letter-spacing: -.045em; }
.story-body { max-width: 540px; padding-top: 35px; }
.story-body p { margin: 0 0 25px; font-size: 14px; line-height: 2; letter-spacing: .04em; color: rgba(17,40,45,.78); }
.story-body .lead { font: 500 clamp(20px, 2vw, 28px)/1.75 var(--serif); color: var(--ink); }
.signature { display: flex; align-items: center; gap: 13px; margin-top: 40px; font: 14px var(--serif); }
.signature span { width: 45px; height: 1px; background: var(--wood); }
.story-image { grid-column: 1 / 3; position: relative; width: 82%; margin: 0; }
.story-image img { aspect-ratio: 16/9; object-fit: cover; }
.story-image figcaption { display: flex; justify-content: space-between; margin-top: 12px; font-size: 9px; letter-spacing: .16em; color: rgba(17,40,45,.55); }
.story-note { position: absolute; right: clamp(24px, 7vw, 120px); bottom: 104px; width: 27%; min-width: 280px; padding: 40px 0 0 48px; color: var(--paper); background: var(--lake); aspect-ratio: 1.25; }
.story-note > span { font: 72px/.5 Georgia, serif; color: var(--gold); }
.story-note p { margin: 26px 0 0; font: 20px/1.8 var(--serif); }

.lake-window { position: relative; height: min(84vh, 900px); min-height: 650px; color: white; overflow: hidden; }
.lake-window > img { height: 100%; object-fit: cover; }
.lake-window::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,26,32,.52), transparent 60%), linear-gradient(0deg, rgba(5,26,32,.22), transparent 40%); }
.lake-window-copy { position: absolute; z-index: 2; left: clamp(24px, 8vw, 136px); top: 50%; transform: translateY(-50%); }
.lake-window-copy h2 { margin: 26px 0 0; font: 500 clamp(50px, 6vw, 92px)/1.13 var(--serif); letter-spacing: -.045em; }
.lake-window-time { position: absolute; z-index: 2; right: clamp(24px, 5vw, 78px); bottom: 45px; display: flex; gap: 16px; align-items: baseline; }
.lake-window-time span:first-child { font: 42px var(--serif); }
.lake-window-time span:last-child { font-size: 9px; letter-spacing: .16em; }

.rooms { padding-top: 170px; padding-bottom: 170px; }
.rooms-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 90px; }
.rooms-head > p { width: 360px; margin: 0 0 10px; font-size: 14px; line-height: 2; color: rgba(17,40,45,.7); }
.room-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.room-card-featured { margin-top: 74px; }
.room-photo { position: relative; overflow: hidden; background: var(--paper-warm); }
.room-photo img { aspect-ratio: 4/5.1; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.room-card:hover .room-photo img { transform: scale(1.025); }
.room-photo > span { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; color: white; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; font: 11px var(--serif); backdrop-filter: blur(8px); }
.room-info { padding: 27px 2px 0; }
.room-info > p { margin: 0; font-size: 10px; letter-spacing: .15em; color: rgba(17,40,45,.58); }
.room-info h3 { margin: 10px 0 23px; font: 500 38px var(--serif); }
.room-meta { display: flex; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; color: rgba(17,40,45,.68); }
.room-info button { width: 100%; display: flex; justify-content: space-between; padding: 20px 0; border: 0; background: none; cursor: pointer; font-size: 12px; letter-spacing: .1em; }
.room-info i { font-style: normal; transition: transform .25s; }
.room-info button:hover i { transform: translate(4px,-4px); }
.rooms-footnote { margin: 55px 0 0; text-align: center; font-size: 10px; letter-spacing: .08em; color: rgba(17,40,45,.5); }

.experience { padding: 160px 0 0; background: var(--lake-deep); color: var(--paper); }
.experience-intro { display: grid; grid-template-columns: .45fr 1fr .7fr; align-items: end; padding-bottom: 90px; }
.experience-intro .section-index { align-self: start; color: rgba(242,239,231,.55); }
.experience-intro h2 { margin: 0; }
.experience-intro > p:last-child { margin: 0 0 10px; font: 15px/2 var(--serif); color: rgba(242,239,231,.65); }
.moments-grid { display: grid; grid-template-columns: 1.1fr .9fr; }
.moment { position: relative; min-height: 430px; overflow: hidden; }
.moment-large { min-height: 680px; }
.moment-wide { grid-column: 1/3; height: 70vh; min-height: 620px; }
.moment img { height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.moment:hover img { transform: scale(1.02); }
.moment::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,20,25,.68), transparent 55%); }
.moment > div { position: absolute; z-index: 2; left: 42px; bottom: 38px; }
.moment span { font-size: 9px; letter-spacing: .18em; opacity: .65; }
.moment h3 { margin: 10px 0 0; font: 500 26px/1.45 var(--serif); }
.moment-dark { display: flex; flex-direction: column; justify-content: space-between; padding: 48px; background: #bd7c4c; }
.moment-dark::after { display: none; }
.moment-dark > p { margin: 0; font: 500 clamp(52px, 6vw, 92px)/.92 var(--serif); color: rgba(11,43,51,.2); }
.moment-dark > div { position: static; }

.gallery-section { padding-top: 170px; padding-bottom: 170px; }
.gallery-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 80px; margin-bottom: 86px; }
.gallery-heading-copy { width: min(420px, 36%); }
.gallery-heading-copy > p { margin: 0 0 34px; font-size: 14px; line-height: 2; color: rgba(17,40,45,.7); }
.gallery-heading-copy button { display: flex; justify-content: space-between; width: 100%; padding: 18px 0; border: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 12px; letter-spacing: .1em; }
.gallery-heading-copy button span { font-size: 9px; color: rgba(17,40,45,.5); }
.gallery-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(210px, 24vw, 350px); gap: 12px; }
.gallery-tile { position: relative; grid-column: span 3; padding: 0; border: 0; background: var(--paper-warm); cursor: zoom-in; }
.gallery-tile-hero { grid-column: span 6; grid-row: span 2; }
.gallery-tile-wide { grid-column: span 6; }
.gallery-tile:nth-child(5), .gallery-tile:nth-child(6) { grid-column: span 6; }
.gallery-tile img { height: 100%; object-fit: cover; }
.gallery-tile::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, rgba(3,20,25,.58), transparent); }
.gallery-tile > span { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: white; font: 15px var(--serif); letter-spacing: .08em; }
.gallery-categories { display: flex; justify-content: space-between; gap: 18px; margin-top: 24px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .1em; color: rgba(17,40,45,.56); }

.reviews { display: grid; grid-template-columns: .75fr 1.5fr; gap: 70px 10vw; padding-top: 160px; padding-bottom: 170px; }
.score-number { font: 500 clamp(90px, 11vw, 170px)/.75 var(--serif); letter-spacing: -.08em; }
.score-of { margin-left: 12px; font: 20px var(--serif); }
.score p { margin: 30px 0 0; font-size: 10px; letter-spacing: .15em; color: rgba(17,40,45,.6); }
.quote-mark { font: 90px/.6 Georgia, serif; color: var(--wood); }
.review-quote blockquote { margin: 36px 0; font: 500 clamp(24px, 2.6vw, 38px)/1.75 var(--serif); }
.review-quote p { font-size: 10px; letter-spacing: .12em; color: rgba(17,40,45,.58); }
.review-points { grid-column: 1/3; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-points div { display: flex; flex-direction: column; gap: 8px; padding: 28px 10px; border-right: 1px solid var(--line); text-align: center; }
.review-points div:last-child { border: 0; }
.review-points strong { font: 25px var(--serif); }
.review-points span { font-size: 9px; letter-spacing: .16em; color: rgba(17,40,45,.55); }

.location { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 760px; background: var(--paper-warm); }
.location-photo { overflow: hidden; }
.location-photo img { height: 100%; object-fit: cover; }
.location-card { padding: 90px clamp(35px, 5vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.location-card h2 { font-size: clamp(43px, 4.3vw, 66px); }
.location-address { margin: 38px 0 32px; font: 18px/1.9 var(--serif); }
.location-card ul { list-style: none; margin: 0 0 35px; padding: 0; border-top: 1px solid var(--line); }
.location-card li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.location-card li span { color: rgba(17,40,45,.5); }
.location-card li strong { font-weight: 500; }
.location-card > a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--ink); font-size: 12px; letter-spacing: .12em; }

.final-cta { position: relative; min-height: 760px; color: white; overflow: hidden; }
.final-cta > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.final-cta-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,20,25,.68), rgba(3,20,25,.12)); }
.final-cta-copy { position: absolute; left: clamp(24px, 8vw, 136px); top: 50%; transform: translateY(-50%); }
.final-cta-copy h2 { margin: 28px 0 45px; font: 500 clamp(60px, 7.2vw, 110px)/1.08 var(--serif); letter-spacing: -.05em; }
.final-cta-copy button { width: 230px; height: 58px; border: 1px solid rgba(255,255,255,.8); color: white; background: transparent; cursor: pointer; letter-spacing: .16em; transition: .3s; }
.final-cta-copy button span { margin-left: 20px; }
.final-cta-copy button:hover { color: var(--ink); background: white; }

footer { position: relative; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; padding: 80px clamp(24px, 6vw, 100px) 36px; color: var(--paper); background: #071e24; }
.footer-brand { display: flex; gap: 22px; }
.footer-brand > span { font: 500 44px var(--serif); letter-spacing: .12em; }
.footer-brand p { margin: 6px 0 0; font-size: 10px; line-height: 1.8; letter-spacing: .14em; opacity: .55; }
.footer-contact p { margin: 0 0 13px; font-size: 9px; letter-spacing: .18em; opacity: .55; }
.footer-contact a { display: block; margin-bottom: 12px; font: 24px var(--serif); }
.footer-contact span { font-size: 9px; letter-spacing: .1em; opacity: .5; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; font-size: 11px; letter-spacing: .1em; }
.footer-copy { grid-column: 1/4; margin: 55px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 9px; letter-spacing: .13em; opacity: .45; }

.booking-modal { position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; transition: opacity .35s, visibility .35s; }
.booking-modal.open { visibility: visible; opacity: 1; }
.booking-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(3,20,25,.62); backdrop-filter: blur(8px); }
.booking-panel { position: absolute; right: 0; top: 0; width: min(580px, 100%); height: 100%; overflow-y: auto; padding: 72px clamp(28px, 5vw, 72px); background: var(--paper); transform: translateX(100%); transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.booking-modal.open .booking-panel { transform: translateX(0); }
.booking-close { position: absolute; top: 25px; right: 28px; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; font: 34px/1 var(--serif); }
.booking-panel h2 { margin: 20px 0 42px; font: 500 clamp(44px, 5vw, 64px)/1.12 var(--serif); }
.booking-panel form { display: flex; flex-direction: column; gap: 20px; }
.booking-panel label { display: flex; flex-direction: column; gap: 9px; }
.booking-panel label > span { font-size: 9px; letter-spacing: .15em; color: rgba(17,40,45,.58); }
.booking-panel input, .booking-panel select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; outline: none; }
.booking-panel input:focus, .booking-panel select:focus { border-color: var(--wood); }
.date-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.direct-call { height: 58px; margin-top: 8px; border: 0; color: white; background: var(--lake-deep); cursor: pointer; letter-spacing: .13em; }
.direct-call span { margin-left: 20px; }
.booking-note { margin: 24px 0 0; font-size: 9px; line-height: 1.8; letter-spacing: .08em; color: rgba(17,40,45,.52); }
.booking-result { padding: 26px; border: 1px solid var(--line); background: #ebe6db; }
.booking-result > p { margin: 0 0 16px; font: 20px var(--serif); }
.booking-result div { margin-bottom: 20px; white-space: pre-line; font-size: 12px; line-height: 1.9; }
.booking-result > a, .booking-result > button { display: block; width: 100%; padding: 16px; margin-top: 10px; border: 0; text-align: center; color: white; background: var(--lake-deep); cursor: pointer; font-size: 11px; }
.booking-result .trip-link { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 34px; padding: 13px 20px; color: white; background: var(--ink); font-size: 11px; letter-spacing: .08em; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.gallery-modal { position: fixed; inset: 0; z-index: 85; visibility: hidden; opacity: 0; color: var(--paper); background: #071e24; transition: opacity .35s, visibility .35s; }
.gallery-modal.open { visibility: visible; opacity: 1; }
.gallery-modal-top { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px 0 38px; border-bottom: 1px solid rgba(255,255,255,.16); }
.gallery-modal-top > div { display: flex; align-items: center; gap: 20px; }
.gallery-modal-top p { margin: 0; font-size: 10px; letter-spacing: .14em; opacity: .6; }
.gallery-modal-top button { width: 44px; height: 44px; border: 0; color: white; background: transparent; cursor: pointer; font: 34px var(--serif); }
.gallery-viewer { display: grid; grid-template-columns: minmax(0, 1fr) 370px; height: calc(100vh - 76px); }
.gallery-stage { position: relative; display: grid; place-items: center; min-width: 0; overflow: hidden; background: #041419; }
.gallery-stage > img { width: 100%; height: 100%; object-fit: contain; }
.gallery-previous, .gallery-next { position: absolute; top: 50%; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: rgba(4,20,25,.25); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(6px); }
.gallery-previous { left: 24px; }
.gallery-next { right: 24px; }
.gallery-caption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: center; padding: 42px 30px 22px; background: linear-gradient(0deg, rgba(4,20,25,.78), transparent); }
.gallery-caption p { margin: 0; font: 15px var(--serif); letter-spacing: .08em; }
.gallery-caption span { font-size: 10px; letter-spacing: .12em; }
.gallery-caption i { font-style: normal; }
.gallery-library { overflow: hidden; border-left: 1px solid rgba(255,255,255,.14); background: #0b2b33; }
.gallery-filters { display: flex; gap: 14px; overflow-x: auto; padding: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.gallery-filters button { flex: 0 0 auto; padding: 7px 0; border: 0; border-bottom: 1px solid transparent; color: rgba(255,255,255,.48); background: transparent; cursor: pointer; font-size: 10px; }
.gallery-filters button.active { color: white; border-color: var(--gold); }
.gallery-thumbs { height: calc(100% - 65px); display: grid; grid-template-columns: 1fr 1fr; gap: 4px; align-content: start; overflow-y: auto; padding: 4px; }
.gallery-thumb { position: relative; padding: 0; border: 0; background: #041419; cursor: pointer; }
.gallery-thumb img { aspect-ratio: 4/3; object-fit: cover; opacity: .58; transition: opacity .25s; }
.gallery-thumb:hover img, .gallery-thumb.active img { opacity: 1; }
.gallery-thumb.active::after { content: ""; position: absolute; inset: 0; border: 2px solid var(--gold); pointer-events: none; }

.reveal, .reveal-image { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal-image { overflow: hidden; }
.reveal-image img { transform: scale(1.045); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.reveal.visible, .reveal-image.visible { opacity: 1; transform: translateY(0); }
.reveal-image.visible img { transform: scale(1); }

@keyframes rise { from { opacity: 0; transform: translateY(35px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroIn { from { transform: scale(1.06); filter: brightness(.7); } to { transform: scale(1); filter: brightness(1); } }
@keyframes pulse { 0%,100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }

@media (max-width: 900px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-book { display: none; }
  .menu-toggle { position: absolute; z-index: 4; top: 14px; right: 18px; display: block; color: currentColor; }
  .mobile-menu { position: fixed; z-index: 55; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 100px 28px 38px; visibility: hidden; opacity: 0; color: var(--paper); background: var(--lake-deep); transition: .35s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu nav { display: flex; flex-direction: column; gap: 18px; }
  .mobile-menu nav a { font: 38px/1.4 var(--serif); }
  .mobile-menu-foot { margin-top: auto; display: flex; flex-direction: column; gap: 18px; font-size: 10px; letter-spacing: .1em; opacity: .75; }
  .mobile-menu-foot button { height: 52px; border: 1px solid rgba(255,255,255,.6); color: white; background: transparent; }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-sub { margin-left: 0; }
  .hero-proof { gap: 24px; }
  .scroll-cue { display: none; }
  .booking-bar { grid-template-columns: 1fr 22px 1fr; }
  .guest-field { display: none; }
  .booking-submit { grid-column: 1/4; min-height: 62px; }
  .story { grid-template-columns: 1fr; gap: 48px; }
  .story-heading, .story-body { grid-column: 1; }
  .story-image { grid-column: 1; width: 100%; }
  .story-note { position: relative; right: auto; bottom: auto; width: 70%; margin: -90px 0 0 auto; }
  .room-list { grid-template-columns: 1fr 1fr; }
  .room-card:last-child { grid-column: 1/3; width: calc(50% - 14px); margin-left: auto; }
  .experience-intro { grid-template-columns: 1fr 1.5fr; gap: 40px; }
  .experience-intro > p:last-child { display: none; }
  .location { grid-template-columns: 1fr; }
  .location-photo { min-height: 600px; }
}

@media (max-width: 640px) {
  .brand-en { display: none; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 56% center; }
  .hero-copy { top: 43%; transform: translateY(-50%); }
  .hero h1 { font-size: 56px; line-height: 1.06; }
  .hero-eyebrow { margin-bottom: 20px; }
  .hero-sub { margin-top: 24px; font-size: 12px; }
  .hero-proof { left: 24px; right: 24px; bottom: 38px; justify-content: space-between; }
  .hero-proof strong { font-size: 22px; }
  .booking-bar { width: calc(100% - 32px); margin-top: -24px; }
  .booking-field { padding: 18px 14px; }
  .booking-field strong { font-size: 12px; }
  .story { padding-top: 120px; padding-bottom: 120px; }
  .story-heading h2, .rooms h2, .experience h2, .gallery-section h2, .location h2 { font-size: 46px; }
  .story-body { padding-top: 0; }
  .story-image img { aspect-ratio: 4/5; }
  .story-image figcaption span:last-child { display: none; }
  .story-note { width: 88%; min-width: 0; padding: 32px 24px 24px 38px; }
  .story-note p { font-size: 17px; }
  .lake-window { min-height: 690px; }
  .lake-window > img { object-position: 58% center; }
  .lake-window-copy h2 { font-size: 48px; }
  .lake-window-time { left: 24px; right: auto; }
  .rooms { padding-top: 120px; padding-bottom: 120px; }
  .rooms-head { display: block; margin-bottom: 60px; }
  .rooms-head > p { width: auto; margin-top: 28px; }
  .room-list { display: block; }
  .room-card, .room-card-featured, .room-card:last-child { width: 100%; margin: 0 0 70px; }
  .room-photo img { aspect-ratio: 4/4.8; }
  .experience { padding-top: 110px; }
  .experience-intro { display: block; padding-bottom: 62px; }
  .experience-intro h2 { margin-top: 22px; }
  .moments-grid { display: block; }
  .moment, .moment-large, .moment-wide { height: auto; min-height: 510px; }
  .moment-wide { grid-column: auto; }
  .moment-dark { min-height: 440px; }
  .gallery-section { padding-top: 120px; padding-bottom: 120px; }
  .gallery-heading { display: block; margin-bottom: 58px; }
  .gallery-heading-copy { width: auto; margin-top: 35px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
  .gallery-tile, .gallery-tile-hero, .gallery-tile-wide, .gallery-tile:nth-child(5), .gallery-tile:nth-child(6) { grid-column: span 1; grid-row: span 1; }
  .gallery-tile-hero, .gallery-tile-wide { grid-column: span 2; }
  .gallery-tile-hero { grid-row: span 2; }
  .gallery-categories { flex-wrap: wrap; justify-content: flex-start; }
  .gallery-categories span { width: calc(50% - 9px); }
  .reviews { display: block; padding-top: 120px; padding-bottom: 120px; }
  .review-quote { margin-top: 75px; }
  .review-points { grid-template-columns: 1fr 1fr; margin-top: 70px; }
  .review-points div:nth-child(2) { border-right: 0; }
  .review-points div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .location-photo { min-height: 460px; }
  .location-card { padding: 75px 24px; }
  .final-cta { min-height: 720px; }
  .final-cta > img { object-position: 58% center; }
  .final-cta-copy h2 { font-size: 57px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { align-items: flex-start; }
  .footer-copy { grid-column: 1; margin-top: 20px; }
  .date-row { grid-template-columns: 1fr; }
  .booking-panel { padding-top: 65px; }
  .gallery-modal-top { height: 66px; padding: 0 14px 0 20px; }
  .gallery-modal-top p { display: none; }
  .gallery-viewer { display: block; height: calc(100vh - 66px); overflow-y: auto; }
  .gallery-stage { height: 58vh; min-height: 420px; }
  .gallery-library { height: 42vh; min-height: 320px; border: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
  .gallery-previous { left: 12px; }
  .gallery-next { right: 12px; }
  .gallery-caption { padding-left: 18px; padding-right: 18px; }
}

@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, .reveal-image { opacity: 1; transform: none; }
}
