:root {
  --ink: #1f2b27;
  --forest: #21372f;
  --forest-deep: #14251f;
  --sage: #87988d;
  --sea: #728d99;
  --sand: #eee9de;
  --paper: #f7f5ef;
  --cream: #f3efe5;
  --white: #fff;
  --line: rgba(31, 43, 39, 0.16);
  --serif: "Noto Serif TC", "PMingLiU", serif;
  --sans: "Manrope", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  --page: min(1240px, calc(100vw - 96px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { 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 { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.section-shell { width: var(--page); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; transform: translateY(-160%); background: white; padding: 10px 16px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; color: white; border-bottom: 1px solid rgba(255,255,255,.24); transition: height .4s var(--ease), background .4s, color .4s, box-shadow .4s; }
.site-header.is-scrolled { height: 76px; color: var(--ink); background: rgba(247,245,239,.94); border-color: rgba(31,43,39,.1); box-shadow: 0 10px 40px rgba(25,36,31,.08); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; position: relative; z-index: 3; }
.brand-mark { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.brand-mark circle { fill: currentColor; stroke: none; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy b { font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: .14em; }
.brand-copy small { font-size: 8px; letter-spacing: .29em; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: 40px; margin-left: auto; margin-right: 42px; }
.desktop-nav a { position: relative; font-size: 13px; letter-spacing: .08em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.demo-chip { display: grid; place-items: center; height: 28px; padding: 0 10px; border: 1px solid currentColor; border-radius: 20px; font-size: 9px; letter-spacing: .18em; opacity: .8; }
.header-booking { height: 44px; padding: 0 20px; border: 0; background: white; color: var(--forest); display: flex; align-items: center; gap: 24px; cursor: pointer; font-size: 12px; letter-spacing: .1em; transition: background .3s, color .3s, transform .3s; }
.is-scrolled .header-booking { background: var(--forest); color: white; }
.header-booking:hover { transform: translateY(-2px); }
.header-booking svg, .text-link svg, .room-link svg, .final-cta-content button svg, .submit-inquiry svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: 780px; height: 100svh; color: white; position: relative; overflow: hidden; background: var(--forest); }
.hero-media, .hero-shade, .hero-grain { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.8s var(--ease) both; }
@keyframes hero-in { from { transform: scale(1.08); filter: brightness(.7); } to { transform: scale(1); filter: brightness(1); } }
.hero-shade { background: linear-gradient(90deg, rgba(10,22,18,.61) 0%, rgba(10,22,18,.18) 46%, rgba(10,22,18,.05) 74%), linear-gradient(0deg, rgba(7,18,14,.35) 0%, transparent 36%); }
.hero-grain { opacity: .08; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { position: absolute; z-index: 2; width: var(--page); left: 50%; top: 49%; transform: translate(-50%,-50%); }
.eyebrow { margin: 0 0 26px; font-size: 10px; letter-spacing: .3em; font-weight: 600; color: var(--forest); }
.eyebrow.light { color: rgba(255,255,255,.8); }
.hero h1, .story h2, .rooms h2, .journey h2, .stay-notes h2, .final-cta h2 { font-family: var(--serif); font-weight: 400; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.35vw, 104px); line-height: 1.22; letter-spacing: .04em; text-shadow: 0 3px 30px rgba(0,0,0,.12); }
.hero-intro { margin: 26px 0 26px; font-family: var(--serif); font-size: 15px; line-height: 2; letter-spacing: .09em; color: rgba(255,255,255,.83); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; letter-spacing: .14em; }
.link-line { width: 52px; height: 1px; background: currentColor; opacity: .5; transition: width .35s var(--ease); }
.text-link:hover .link-line { width: 68px; }
.weather-note { position: absolute; right: 48px; top: 132px; z-index: 2; display: grid; grid-template-columns: 28px 1fr; column-gap: 12px; align-items: center; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.4); }
.weather-note svg { grid-row: 1 / 3; width: 28px; fill: none; stroke: white; stroke-width: 1; }
.weather-note span { font-size: 10px; letter-spacing: .08em; }
.weather-note span b { margin-right: 8px; font-size: 16px; font-weight: 500; }
.weather-note small { margin-top: 2px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; opacity: .6; }
.booking-bar { position: absolute; z-index: 3; left: 50%; bottom: 0; width: min(1040px, calc(100vw - 160px)); transform: translateX(-50%); min-height: 104px; display: grid; grid-template-columns: 1fr 1fr .9fr 1.18fr; color: var(--ink); background: rgba(250,248,242,.97); box-shadow: 0 -20px 60px rgba(9,21,17,.12); }
.booking-bar label { position: relative; display: flex; justify-content: center; flex-direction: column; padding: 0 28px; border-right: 1px solid var(--line); }
.booking-bar label span { margin-bottom: 9px; font-size: 9px; letter-spacing: .14em; color: #738078; }
.booking-bar input, .booking-bar select { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 14px; letter-spacing: .04em; }
.booking-bar select { cursor: pointer; }
.booking-bar button { margin: 14px; border: 0; padding: 0 27px; background: var(--forest); color: white; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 12px; letter-spacing: .12em; transition: background .3s; }
.booking-bar button:hover { background: #315447; }
.booking-bar button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.scroll-cue { position: absolute; z-index: 2; left: 28px; bottom: 45px; display: flex; align-items: center; gap: 12px; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { font-size: 8px; letter-spacing: .2em; }
.scroll-cue i { display: block; width: 50px; height: 1px; overflow: hidden; background: rgba(255,255,255,.35); }
.scroll-cue i::after { content: ""; display: block; width: 25px; height: 1px; background: white; animation: scroll-line 2s infinite ease-in-out; }
@keyframes scroll-line { 0% { transform: translateX(-26px); } 60%,100% { transform: translateX(52px); } }

.section-kicker { display: flex; align-items: center; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.section-kicker span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(31,43,39,.35); border-radius: 50%; font-size: 9px; }
.section-kicker p { margin: 0; font-size: 9px; letter-spacing: .22em; color: #6e7d75; }
.section-kicker.light { border-color: rgba(255,255,255,.22); }
.section-kicker.light span { border-color: rgba(255,255,255,.42); }
.section-kicker.light p { color: rgba(255,255,255,.65); }
.story { padding-top: 140px; padding-bottom: 160px; }
.story-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 10vw; padding-top: 86px; }
.story-heading h2, .rooms-heading h2, .journey-heading h2, .notes-heading h2 { margin: 0; font-size: clamp(42px, 4vw, 66px); line-height: 1.52; letter-spacing: .03em; }
.story-copy { padding-top: 10px; }
.story-copy > p { max-width: 570px; margin: 0 0 26px; font-family: var(--serif); font-size: 14px; line-height: 2.15; letter-spacing: .05em; color: #6c756f; }
.story-copy .large-copy { font-size: 20px; line-height: 2; color: var(--ink); }
.story-facts { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 22px; }
.story-facts div { display: grid; gap: 8px; }
.story-facts b { font-family: var(--serif); font-size: 28px; font-weight: 400; color: var(--forest); }
.story-facts span { font-size: 10px; letter-spacing: .06em; color: #78837d; }
.window-quote { position: relative; width: 75%; margin: 140px auto 0; padding: 80px 10%; text-align: center; }
.window-lines { position: absolute; inset: 0; border: 1px solid rgba(31,43,39,.2); }
.window-lines::before, .window-lines::after, .window-lines span { content: ""; position: absolute; background: rgba(31,43,39,.14); }
.window-lines::before { left: 50%; top: 0; width: 1px; height: 100%; }
.window-lines::after { top: 50%; left: 0; height: 1px; width: 100%; }
.window-lines span:first-child { width: 7px; height: 7px; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--paper); border: 1px solid var(--ink); }
.window-quote blockquote { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.6vw, 38px); line-height: 1.9; letter-spacing: .08em; }
.window-quote p { position: relative; z-index: 1; display: inline-block; margin: 26px 0 0; padding: 5px 16px; font-size: 9px; letter-spacing: .14em; background: var(--paper); color: #7b857f; }

.rooms { padding: 140px 0 110px; background: var(--cream); overflow: hidden; }
.rooms-heading, .journey-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 12vw; align-items: end; margin-top: 76px; }
.rooms-heading > p, .journey-heading > p { max-width: 450px; margin: 0 0 10px; font-family: var(--serif); font-size: 14px; line-height: 2.1; letter-spacing: .04em; color: #707a74; }
.room-rail { width: var(--page); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 86px auto 0; overflow: visible; }
.room-rail::-webkit-scrollbar { display: none; }
.room-card { min-width: 0; scroll-snap-align: start; }
.room-image-button { position: relative; width: 100%; aspect-ratio: 1.28; border: 0; padding: 0; overflow: hidden; background: #d8d4ca; cursor: pointer; }
.room-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.room-image-button:hover img { transform: scale(1.035); }
.availability { position: absolute; top: 18px; left: 18px; padding: 9px 12px; background: rgba(247,245,239,.9); backdrop-filter: blur(8px); display: flex; align-items: center; gap: 7px; font-size: 9px; letter-spacing: .06em; }
.availability i { width: 6px; height: 6px; border-radius: 50%; background: #62866d; box-shadow: 0 0 0 3px rgba(98,134,109,.14); }
.availability.limited i { background: #b37d54; box-shadow: 0 0 0 3px rgba(179,125,84,.14); }
.image-count { position: absolute; right: 18px; bottom: 16px; color: white; font-size: 9px; letter-spacing: .15em; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.room-card-body { padding: 27px 2px 0; }
.room-title-row { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.room-title-row p { margin: 0 0 8px; font-size: 9px; letter-spacing: .16em; color: #77827c; }
.room-title-row h3 { margin: 0; font-family: var(--serif); font-weight: 500; font-size: 21px; letter-spacing: .03em; }
.room-title-row .room-price { text-align: right; margin-top: 2px; font-family: var(--serif); color: var(--ink); font-size: 15px; letter-spacing: 0; white-space: nowrap; }
.room-price span { display: block; margin-bottom: 4px; font-family: var(--sans); font-size: 9px; color: #77827c; }
.room-card ul { list-style: none; display: flex; gap: 0; padding: 0; margin: 22px 0 20px; }
.room-card li { padding: 0 13px; font-size: 10px; letter-spacing: .05em; color: #69766f; border-right: 1px solid var(--line); }
.room-card li:first-child { padding-left: 0; }
.room-card li:last-child { border: 0; }
.room-link { padding: 0 0 5px; border: 0; border-bottom: 1px solid rgba(31,43,39,.45); background: none; display: inline-flex; gap: 30px; align-items: center; font-size: 10px; letter-spacing: .12em; cursor: pointer; }
.room-link svg { width: 16px; transition: transform .3s; }
.room-link:hover svg { transform: translateX(5px); }
.room-tools { margin-top: 56px; display: flex; align-items: center; justify-content: flex-end; }
.rail-controls { display: flex; align-items: center; gap: 16px; }
.rail-controls button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: background .25s; }
.rail-controls button:hover { background: var(--forest); color: white; }
.rail-controls svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.rail-controls > span { width: 140px; height: 1px; background: rgba(31,43,39,.16); overflow: hidden; }
.rail-controls > span i { display: block; width: 34%; height: 100%; background: var(--forest); transition: transform .3s var(--ease); }
.rooms .rail-controls { display: none; }
.compare-trigger { min-width: 240px; height: 50px; padding: 0 0 0 18px; border: 1px solid rgba(31,43,39,.28); background: transparent; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .09em; cursor: pointer; }
.compare-trigger svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.compare-trigger span { width: 48px; height: 48px; margin-left: auto; display: grid; place-items: center; border-left: 1px solid rgba(31,43,39,.2); font-size: 17px; transition: transform .3s; }
.compare-trigger[aria-expanded="true"] span { transform: rotate(45deg); }
.comparison { margin-top: 70px; padding: 75px 0 80px; background: var(--paper); }
.comparison[hidden] { display: none; }
.comparison-header { display: flex; justify-content: space-between; align-items: start; margin-bottom: 46px; }
.comparison-header h3 { margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.comparison-header button { border: 0; border-bottom: 1px solid var(--line); padding: 0 0 7px; background: none; font-size: 10px; letter-spacing: .1em; cursor: pointer; }
.comparison-header button span { margin-left: 12px; font-size: 17px; }
.comparison table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.comparison th, .comparison td { padding: 20px 22px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison thead th { font-family: var(--serif); font-size: 19px; font-weight: 500; background: #ece8de; }
.comparison thead th:first-child { font-family: var(--sans); font-size: 9px; letter-spacing: .12em; color: #77827c; }
.comparison tbody th { font-size: 10px; letter-spacing: .08em; color: #738078; font-weight: 500; }
.comparison tbody td { font-family: var(--serif); font-size: 14px; }
.comparison .compare-price td { font-size: 16px; color: var(--forest); }
.demo-disclaimer { margin: 18px 0 0; font-size: 9px; letter-spacing: .04em; color: #879089; }

.journey { padding-top: 150px; padding-bottom: 170px; }
.journey-tabs { margin-top: 76px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-tabs button { position: relative; min-height: 100px; border: 0; background: transparent; padding: 0 28px; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: 1fr 1fr; align-items: end; text-align: left; cursor: pointer; color: #829089; }
.journey-tabs button + button { border-left: 1px solid var(--line); }
.journey-tabs button span { grid-row: 1 / 3; align-self: center; width: 28px; height: 28px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 8px; }
.journey-tabs button b { padding-top: 23px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.journey-tabs button small { align-self: start; margin-top: 6px; font-size: 9px; letter-spacing: .06em; }
.journey-tabs button::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 2px; background: var(--forest); transform: scaleX(0); transition: transform .4s var(--ease); }
.journey-tabs button[aria-selected="true"] { color: var(--ink); background: rgba(238,233,222,.45); }
.journey-tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.journey-panel { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; margin-top: 70px; align-items: start; }
.journey-panel[hidden] { display: none; }
.journey-photo { position: sticky; top: 120px; }
.journey-photo img { height: min(690px, 70vh); object-fit: cover; }
.journey-photo p { position: absolute; left: 0; bottom: 0; margin: 0; padding: 25px 30px; background: rgba(22,38,32,.92); color: white; font-family: var(--serif); font-size: 13px; line-height: 1.8; letter-spacing: .05em; }
.journey-photo-alt img { object-position: center; }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 0 0 50px; }
.timeline li::before { content: ""; position: absolute; left: 34px; top: 29px; bottom: 0; width: 1px; background: var(--line); }
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { display: none; }
.timeline time { position: relative; z-index: 1; width: 70px; height: 29px; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--line); font-size: 9px; letter-spacing: .1em; }
.timeline div { padding-top: 2px; }
.timeline div > span { font-size: 9px; letter-spacing: .18em; color: #77857e; }
.timeline h3 { margin: 10px 0 12px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.timeline p { margin: 0; font-family: var(--serif); font-size: 13px; line-height: 1.9; color: #737d77; }

.stay-notes { padding: 130px 0 140px; background: var(--forest); color: white; }
.notes-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; padding-top: 80px; }
.notes-heading .eyebrow { color: rgba(255,255,255,.58); }
.notes-list article { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 25px 0 30px; border-top: 1px solid rgba(255,255,255,.18); }
.notes-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.notes-list article > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 8px; }
.notes-list h3 { margin: 1px 0 11px; font-family: var(--serif); font-weight: 400; font-size: 20px; }
.notes-list p { margin: 0; font-family: var(--serif); font-size: 12px; line-height: 1.9; color: rgba(255,255,255,.6); }

.testimonial { padding: 150px 0; text-align: center; }
.quote-mark { height: 55px; font-family: Georgia, serif; color: var(--sage); font-size: 78px; line-height: 1; }
.testimonial blockquote { margin: 18px auto 42px; max-width: 900px; font-family: var(--serif); font-size: clamp(22px, 2.5vw, 38px); font-weight: 400; line-height: 1.9; letter-spacing: .05em; }
.guest { display: inline-flex; align-items: center; gap: 14px; text-align: left; }
.guest > span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: #dfe6e0; font-family: var(--serif); }
.guest div { display: grid; gap: 3px; }
.guest b { font-size: 10px; letter-spacing: .1em; }
.guest small { font-size: 9px; color: #7d8781; }
.fake-note { margin-top: 30px; font-size: 8px; letter-spacing: .1em; color: #9aa19d; }

.final-cta { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; color: white; }
.final-cta-bg, .final-cta-shade { position: absolute; inset: 0; }
.final-cta-bg img { height: 100%; object-fit: cover; object-position: center 55%; }
.final-cta-shade { background: rgba(12,28,22,.46); }
.final-cta-content { position: relative; z-index: 1; text-align: center; }
.final-cta h2 { margin: 0 0 45px; font-size: clamp(46px, 5vw, 78px); line-height: 1.48; letter-spacing: .04em; text-shadow: 0 2px 25px rgba(0,0,0,.18); }
.final-cta-content button { min-width: 260px; height: 58px; padding: 0 22px; border: 1px solid rgba(255,255,255,.75); background: rgba(255,255,255,.06); color: white; display: inline-flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 11px; letter-spacing: .11em; backdrop-filter: blur(5px); transition: background .3s, color .3s; }
.final-cta-content button:hover { background: white; color: var(--forest); }

.site-footer { background: #15251f; color: white; }
.footer-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; padding-top: 95px; padding-bottom: 75px; }
.footer-brand .brand { display: inline-flex; }
.footer-brand > p { margin: 32px 0 0; font-family: var(--serif); font-size: 13px; line-height: 2; color: rgba(255,255,255,.58); }
.footer-links { display: grid; grid-template-columns: .8fr 1.4fr .7fr; gap: 30px; }
.footer-links div { display: flex; flex-direction: column; align-items: start; }
.footer-links p { margin: 0 0 24px; font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.4); }
.footer-links a, .footer-links span { margin: 0 0 14px; font-family: var(--serif); font-size: 12px; color: rgba(255,255,255,.72); }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 76px; display: grid; grid-template-columns: .7fr 1.6fr .5fr; align-items: center; border-top: 1px solid rgba(255,255,255,.12); font-size: 8px; letter-spacing: .1em; color: rgba(255,255,255,.4); }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom a { text-align: right; color: rgba(255,255,255,.7); }

.modal { width: min(1050px, calc(100vw - 48px)); max-width: none; height: min(720px, calc(100vh - 48px)); max-height: none; border: 0; padding: 0; background: var(--paper); color: var(--ink); overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal::backdrop { background: rgba(11,24,19,.76); backdrop-filter: blur(8px); }
.modal-close { position: absolute; z-index: 3; top: 18px; right: 18px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(20,35,29,.3); color: white; font-size: 24px; font-weight: 300; cursor: pointer; backdrop-filter: blur(8px); }
.room-modal[open] { display: grid; grid-template-columns: 1.08fr .92fr; }
.room-modal-image { min-height: 100%; overflow: hidden; }
.room-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.room-modal-content { padding: 74px 62px 45px; overflow-y: auto; }
.room-modal-content h2, .inquiry-panel h2, .success-panel h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 38px; font-weight: 400; line-height: 1.45; }
.modal-room-desc { margin: 0; font-family: var(--serif); font-size: 14px; line-height: 2; color: #6c7770; }
.room-modal-content ul { list-style: none; padding: 22px 0; margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.room-modal-content li { padding: 8px 0; font-size: 10px; letter-spacing: .06em; }
.room-modal-content li::before { content: "—"; margin-right: 8px; color: var(--sage); }
.modal-price-row { display: flex; justify-content: space-between; align-items: center; }
.modal-price-row p { margin: 0; display: grid; gap: 3px; }
.modal-price-row small { font-size: 9px; color: #7d8781; }
.modal-price-row b { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.modal-price-row button, .success-panel button { min-width: 145px; height: 48px; border: 0; background: var(--forest); color: white; font-size: 10px; letter-spacing: .1em; cursor: pointer; }

.inquiry-modal { width: min(760px, calc(100vw - 48px)); height: auto; max-height: calc(100vh - 48px); overflow-y: auto; }
.inquiry-modal .modal-close { border-color: var(--line); background: transparent; color: var(--ink); }
.inquiry-panel { padding: 62px 70px 55px; }
.inquiry-panel > p:nth-of-type(2) { margin: -10px 0 28px; font-family: var(--serif); font-size: 12px; line-height: 1.8; color: #7a837e; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.inquiry-panel label { display: grid; gap: 7px; }
.inquiry-panel label span { font-size: 9px; letter-spacing: .11em; color: #68736d; }
.inquiry-panel input, .inquiry-panel select, .inquiry-panel textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(31,43,39,.3); border-radius: 0; padding: 10px 0; outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 12px; }
.inquiry-panel input:focus, .inquiry-panel select:focus, .inquiry-panel textarea:focus { border-color: var(--forest); }
.full-field { margin-top: 18px; }
.inquiry-panel textarea { resize: vertical; }
.submit-inquiry { width: 100%; height: 54px; margin-top: 25px; padding: 0 20px; border: 0; background: var(--forest); color: white; display: flex; align-items: center; justify-content: space-between; cursor: pointer; font-size: 10px; letter-spacing: .12em; }
.success-panel { min-height: 520px; padding: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-panel[hidden] { display: none; }
.success-mark { width: 52px; height: 52px; margin-bottom: 30px; border: 1px solid var(--sage); border-radius: 50%; display: grid; place-items: center; color: var(--sage); font-size: 20px; }
.success-panel p { max-width: 380px; font-family: var(--serif); color: #718079; line-height: 1.9; }
.success-panel button { margin-top: 24px; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; transform: translate(-50%, 30px); padding: 13px 20px; background: var(--forest-deep); color: white; font-size: 10px; letter-spacing: .08em; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s var(--ease); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal { animation: reveal-hero 1s var(--ease) both; }
.hero .reveal:nth-child(2) { animation-delay: .15s; }
.hero .reveal:nth-child(3) { animation-delay: .28s; }
.hero .reveal:nth-child(4) { animation-delay: .42s; }
@keyframes reveal-hero { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  :root { --page: calc(100vw - 64px); }
  .site-header { padding-inline: 32px; }
  .desktop-nav { gap: 24px; margin-right: 24px; }
  .weather-note { right: 32px; }
  .story-grid, .notes-layout { gap: 7vw; }
  .rooms-heading, .journey-heading { gap: 7vw; }
  .journey-panel { gap: 5vw; }
  .footer-main { gap: 6vw; }
  .room-title-row { display: block; }
  .room-title-row .room-price { margin-top: 14px; text-align: left; }
  .room-price span { display: inline; margin-right: 7px; }
  .room-card li { padding-inline: 8px; }
}

@media (max-width: 820px) {
  :root { --page: calc(100vw - 40px); }
  .site-header { height: 76px; padding: 0 20px; }
  .desktop-nav, .header-booking, .demo-chip { display: none; }
  .header-actions { margin-left: auto; }
  .site-header > .menu-button { position: relative; z-index: 3; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; padding: 0; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(20,35,29,.08); color: currentColor; }
  .site-header.is-scrolled .menu-button { border-color: rgba(31,43,39,.28); background: transparent; }
  .menu-button span { width: 22px; height: 1px; display: block; background: currentColor; transition: transform .3s var(--ease); }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 2; inset: 0; padding: 130px 30px 38px; background: var(--forest-deep); color: white; flex-direction: column; justify-content: space-between; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .35s, visibility .35s, transform .35s var(--ease); }
  .site-header.menu-open .mobile-menu { display: flex; opacity: 1; visibility: visible; transform: none; }
  .site-header.menu-open { color: white; }
  .mobile-menu nav { display: grid; }
  .mobile-menu a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 24px; }
  .mobile-menu a span { display: inline-block; width: 34px; font-family: var(--sans); font-size: 8px; color: rgba(255,255,255,.45); }
  .mobile-menu p { font-size: 10px; line-height: 2; color: rgba(255,255,255,.6); }
  .hero { min-height: 720px; height: 100svh; }
  .hero-media img { object-position: 60% center; }
  .hero-content { top: 42%; }
  .hero h1 { font-size: clamp(48px, 13vw, 72px); }
  .hero-intro { font-size: 13px; }
  .desktop-only { display: none; }
  .weather-note, .scroll-cue { display: none; }
  .booking-bar { bottom: 16px; width: calc(100% - 32px); min-height: auto; grid-template-columns: 1fr 1fr; }
  .booking-bar label { min-height: 72px; padding: 0 15px; }
  .booking-bar label:nth-child(2) { border-right: 0; }
  .booking-bar label:nth-child(3) { display: none; }
  .booking-bar button { grid-column: 1 / 3; min-height: 52px; margin: 0; }
  .story, .journey { padding-top: 100px; padding-bottom: 110px; }
  .story-grid, .rooms-heading, .journey-heading, .notes-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 54px; }
  .rooms-heading, .journey-heading { margin-top: 54px; }
  .story-copy .large-copy { font-size: 18px; }
  .story-facts { margin-top: 38px; }
  .window-quote { width: 100%; margin-top: 90px; padding: 60px 25px; }
  .rooms { padding-top: 100px; }
  .room-rail { width: auto; display: flex; margin: 60px 0 0; padding-left: 20px; padding-right: 20px; gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .room-rail { -webkit-overflow-scrolling: touch; touch-action: pan-y pinch-zoom; cursor: grab; }
  .room-rail.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
  .room-rail.is-dragging img { pointer-events: none; }
  .room-card { flex: 0 0 min(560px, 86vw); }
  .room-tools { margin-top: 38px; justify-content: space-between; }
  .rooms .rail-controls { display: flex; }
  .comparison-scroll { overflow-x: auto; }
  .comparison table { min-width: 700px; }
  .journey-tabs { margin-top: 50px; }
  .journey-tabs button { padding-inline: 14px; grid-template-columns: 34px 1fr; }
  .journey-panel { grid-template-columns: 1fr; }
  .journey-photo { position: relative; top: 0; }
  .journey-photo img { height: 55vh; min-height: 440px; }
  .timeline { margin-top: 15px; }
  .stay-notes { padding: 100px 0; }
  .notes-layout { padding-top: 54px; }
  .testimonial { padding: 100px 0; }
  .final-cta { min-height: 600px; }
  .footer-main { grid-template-columns: 1fr; gap: 65px; }
  .footer-bottom { grid-template-columns: 1fr 1fr; gap: 15px; padding-block: 24px; }
  .footer-bottom p:nth-child(2) { grid-column: 1 / 3; grid-row: 2; text-align: left; }
  .room-modal[open] { grid-template-columns: 1fr; overflow-y: auto; }
  .room-modal-image { min-height: 340px; height: 45vh; }
  .room-modal-content { padding: 45px 34px; }
}

@media (max-width: 540px) {
  :root { --page: calc(100vw - 32px); }
  .brand-copy b { font-size: 15px; }
  .hero-content { width: calc(100vw - 40px); }
  .hero h1 { font-size: 49px; }
  .hero-intro { max-width: 310px; line-height: 1.9; }
  .eyebrow { margin-bottom: 18px; }
  .booking-bar input { font-size: 12px; }
  .booking-bar label span { font-size: 8px; }
  .story-heading h2, .rooms-heading h2, .journey-heading h2, .notes-heading h2 { font-size: 38px; }
  .story-facts { grid-template-columns: 1fr; gap: 18px; }
  .story-facts div { grid-template-columns: 70px 1fr; align-items: center; }
  .story-facts b { font-size: 24px; }
  .window-quote blockquote { font-size: 22px; }
  .room-card { flex-basis: 88vw; }
  .room-image-button { aspect-ratio: 1.2; }
  .room-title-row { display: block; }
  .room-title-row .room-price { margin-top: 16px; text-align: left; }
  .room-price span { display: inline; margin-right: 8px; }
  .room-card ul { flex-wrap: wrap; row-gap: 10px; }
  .room-tools { gap: 12px; }
  .rail-controls > span { display: none; }
  .compare-trigger { min-width: 0; flex: 1; }
  .comparison { padding-top: 55px; }
  .comparison-header h3 { font-size: 25px; }
  .journey-tabs button { min-height: 112px; display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 5px; }
  .journey-tabs button span { display: none; }
  .journey-tabs button b { padding: 0; font-size: 15px; }
  .journey-photo img { min-height: 380px; }
  .journey-photo p { padding: 18px 20px; }
  .testimonial blockquote br { display: none; }
  .final-cta h2 { font-size: 43px; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .footer-links div:nth-child(2) { grid-column: 1 / 3; grid-row: 2; }
  .modal { width: calc(100vw - 24px); height: calc(100vh - 24px); max-height: calc(100vh - 24px); }
  .room-modal-image { min-height: 270px; height: 34vh; }
  .room-modal-content { padding: 38px 24px; }
  .room-modal-content h2, .inquiry-panel h2, .success-panel h2 { font-size: 30px; }
  .modal-price-row { align-items: end; }
  .inquiry-panel { padding: 55px 24px 35px; }
  .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .success-panel { min-height: 100%; padding: 40px 24px; }
}

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