: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; }
}

/* ---- 2026-09-06 加 WebP 后必须有的一条 ----------------------------------
   把 <img> 包进 <picture> 之后，picture 默认是 inline，会多出一层盒子：
   像 .room-photo img{height:100%} 这类百分比高度会失去可解析的父高，
   绝对定位的父子关系也会错位。display:contents 让 picture 不生成盒子，
   原有针对 img 的规则原样继续生效。
   （V6 当年就是在这个坑上花过时间，这次直接按结论写。） */
picture{display:contents}

/* ============ 2026-09-06 新增：双语 + 房型轮播 ============ */

/* 双语：靠 <html lang> 切换，两套文本都在 DOM 里，不做异步加载 */
html[lang="zh-CN"] [data-lang="en"]{display:none!important}
html[lang="en"]    [data-lang="zh"]{display:none!important}

.lang-toggle{
  border:1px solid rgba(255,255,255,.34);background:transparent;color:inherit;
  padding:7px 13px;border-radius:2px;cursor:pointer;
  font:400 11px/1 var(--sans,inherit);letter-spacing:.18em;
  transition:border-color .3s,background .3s;
}
.lang-toggle:hover{border-color:currentColor;background:rgba(255,255,255,.08)}
.lang-toggle:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.site-header.is-solid .lang-toggle{border-color:rgba(17,40,45,.28)}

/* ---- 房型轮播 ----------------------------------------------------------
   用原生 scroll-snap，不引库：触屏直接滑是最自然的交互，
   而这个站的访客九成九在手机微信里打开。
   注意 picture{display:contents}，所以 flex 子项其实是 img 本身。 */
.rs{position:relative}
.rs-track{
  display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;
}
.rs-track::-webkit-scrollbar{width:0;height:0;display:none}
.rs-track img{flex:0 0 100%;width:100%;scroll-snap-align:center;scroll-snap-stop:always}
/* 关掉 hover 缩放：它和横向滚动抢同一个 transform，滑动时会抖 */
.room-card:hover .rs-track img{transform:none}

.rs-nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:2;
  width:38px;height:38px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(12,28,32,.4);color:#fff;font-size:19px;line-height:1;
  display:grid;place-items:center;opacity:0;
  transition:opacity .3s,background .3s;backdrop-filter:blur(6px);
}
.rs:hover .rs-nav{opacity:1}
.rs-nav:focus-visible{opacity:1;outline:2px solid #fff;outline-offset:2px}
.rs-nav:hover{background:rgba(12,28,32,.7)}
.rs-nav[disabled]{opacity:0!important;pointer-events:none}
.rs-prev{left:12px}
.rs-next{right:12px}

.rs-dots{
  position:absolute;left:0;right:0;bottom:14px;z-index:2;
  display:flex;gap:7px;justify-content:center;pointer-events:none;
}
.rs-dots button{
  pointer-events:auto;width:7px;height:7px;padding:0;border:0;border-radius:50%;
  background:rgba(255,255,255,.5);cursor:pointer;
  transition:background .3s,width .3s;
}
.rs-dots button[aria-current="true"]{background:#fff;width:18px;border-radius:4px}
.rs-dots button:focus-visible{outline:2px solid #fff;outline-offset:2px}

/* 触屏没有 hover，箭头永远不出现，占位也没意义 —— 直接不渲染 */
@media (hover:none){ .rs-nav{display:none} }


/* ============================================================================
   2026-09-06 手机版可用性修正
   来源：无头 Chrome 五机型（320/360/375/390/430）× 中英双语实测。
   查出两类真问题：
     · 9–10px 的中文正文（"住客评分""步行"这类标签共 70+ 处）——
       这套排印在桌面上是"轻奢"，在手机上是读不了。
     · 点击目标小于 44px：图库筛选按钮只有 20px 宽、语言切换高 27px、
       轮播圆点热区 18×7。
   （轮播左右箭头 38×38 是**假阳性**：触屏下已被 hover:none 隐藏，
     这里再加一条 pointer:coarse 兜底。）
   桌面端一律不动，只在 ≤640px 生效。
   ============================================================================ */
@media (max-width: 640px) {
  /* ---- 字号下限：中文小于 12px 在手机上不可读 ---- */
  .hero-proof span,
  .review-points span,
  .room-meta,
  .room-info > p,
  .gallery-categories span,
  .location-card li span,
  .location-card li strong,
  .mobile-menu-foot span,
  .booking-field span,
  .rooms-footnote,
  .footer-copy,
  .booking-note,
  .toast,
  .eyebrow,
  .section-index,
  .lang-toggle { font-size: 12.5px !important; letter-spacing: .08em; }

  .story-body p, .sec-lede, .experience-intro p,
  .review-quote blockquote { font-size: 14.5px; line-height: 1.95; }

  /* ---- 点击目标 ≥44px ---- */
  .lang-toggle { min-height: 44px; padding: 0 15px; }
  .gallery-filters button { min-height: 44px; min-width: 44px; padding: 0 14px; }
  .footer-contact a, .location-card a, .booking-result a { min-height: 44px; display: inline-flex; align-items: center; }
  .brand { min-height: 44px; display: inline-flex; align-items: center; }

  /* 轮播圆点：视觉还是小圆点，热区靠透明 padding 撑到 44px。
     用 background-clip:content-box 让 padding 不被背景色填满。 */
  .rs-dots { bottom: 4px; gap: 0 }
  .rs-dots button {
    width: 7px; height: 7px;
    padding: 20px 13px;          /* 热区 33x47，视觉仍是 7px 小圆点 */
    background-clip: content-box;
    box-sizing: content-box;
  }
  .rs-dots button[aria-current="true"] { width: 18px; }

  /* 窄屏一律不显示左右箭头：滑动才是手机上的主交互。
     光靠 hover:none / pointer:coarse 在无头环境里测不到，
     加一条宽度断点，真机必定生效。 */
  .rs-nav { display: none !important }
}

/* 触屏一律不显示左右箭头（hover:none 之外再兜一层） */
@media (pointer: coarse) { .rs-nav { display: none } }

/* 第二轮手机修正（实测后补）*/
@media (max-width: 640px) {
  /* 9px 的图注/时间戳/评分说明 —— 中文这个字号在手机上读不了 */
  .story-image figcaption span,
  .lake-window-time span,
  .score p,
  .review-quote p,
  .gallery-heading-copy button span,
  .footer-links a,
  .footer-contact span,
  .gallery-filters button,
  .gallery-caption span,
  .signature { font-size: 12.5px !important; letter-spacing: .06em; }

  /* 页脚链接只有 15px 高，手指点不中 */
  .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .gallery-filters button { min-height: 44px !important; padding: 0 14px !important; }

  /* 差几像素的两个 */
  .menu-toggle { width: 44px; height: 44px; }
  .booking-close, .gallery-modal-top button { width: 44px; height: 44px; }
}
/* ============ 2026-09-06 第三轮：实测截图看出来的两个真 bug ============ */

/* BUG 1：手机端语言按钮和汉堡菜单重叠 38px，汉堡的横杠画在 "EN" 上。
   .menu-toggle 是 position:absolute，不参与 flex 排布，所以要手工让位。 */
@media (max-width: 640px) {
  .lang-toggle { margin-right: 54px; }
}

/* BUG 2：轮播当前圆点变成一个 44×47 的大白方块。
   原因是 .rs-dots button[aria-current="true"] 用了 background 简写 ——
   **简写会把 background-clip 重置回 border-box**，而它优先级又比
   媒体查询里那条 background-clip:content-box 高，于是热区被整块涂白。
   改成把「热区」放在 button 上、「视觉圆点」放在 ::before 上，
   两件事分开，就不会再被任何简写波及。
   （教训：靠 background-clip 让 padding 不上色，很容易被别处的
     background 简写悄悄打回原形。） */
.rs-dots button {
  width: 26px; height: 26px; padding: 0;
  background: none !important;
  border-radius: 0;
  display: grid; place-items: center;
}
.rs-dots button::before {
  content: ""; display: block;
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,.55);
  transition: background .3s, width .3s;
}
.rs-dots button[aria-current="true"]::before {
  background: #fff; width: 18px; border-radius: 4px;
}
/* 旧规则 .rs-dots button[aria-current="true"]{width:18px} 优先级更高，
   会把「热区」也钉成 18px —— 视觉已经挪到 ::before，这里把热区宽度拿回来 */
.rs-dots button[aria-current="true"] { width: 26px; }
@media (max-width: 640px) {
  /* 手机上热区放大到 33×46，视觉圆点不变 */
  .rs-dots button,
  .rs-dots button[aria-current="true"] { width: 33px; height: 46px; }
}

/* ---- 2026-09-06 C 轮：无障碍 ---- */
/* 跳到正文：平时藏起来，Tab 到才出现。V3 这条血脉一直没有，V6 有。 */
.skip-link{
  position:absolute;left:-9999px;top:0;z-index:999;
  background:#0d2d35;color:#fff;padding:12px 20px;font-size:13px;letter-spacing:.1em;
}
.skip-link:focus{left:12px;top:12px}
