:root {
    --forest: #15261f;
    --forest-2: #203a30;
    --forest-3: #2d4a3e;
    --cream: #f4f0e8;
    --warm-white: #fbfaf7;
    --white: #ffffff;
    --ink: #18201d;
    --muted: #6b736f;
    --line: rgba(24, 32, 29, .13);
    --gold: #c9a86a;
    --gold-deep: #af8849;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --shadow: 0 24px 80px rgba(15, 29, 23, .15);
    --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--warm-white);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
::selection { color: var(--white); background: var(--forest-3); }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; padding: 10px 16px; color: #fff; background: #111; }
.skip-link:focus { top: 12px; }

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    color: var(--white);
    transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
}
.site-header.scrolled { background: rgba(21, 38, 31, .96); box-shadow: 0 12px 40px rgba(0,0,0,.12); backdrop-filter: blur(15px); }
.header-shell { width: min(1320px, calc(100% - 56px)); height: 96px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; color: inherit; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font: 600 29px/1 var(--serif); font-style: italic; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 600 23px/1 var(--serif); letter-spacing: .02em; }
.brand-copy small { margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; opacity: .72; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.desktop-nav a { position: relative; padding: 36px 0; font-size: 12px; font-weight: 600; letter-spacing: .055em; opacity: .78; transition: opacity .2s; }
.desktop-nav a:hover, .desktop-nav a.active { opacity: 1; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 25px; width: 0; height: 1px; background: var(--gold); transition: width .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.text-link { font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: #fff; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s, opacity .25s; }
.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; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: #fff; background: var(--gold-deep); }
.btn-gold:hover { background: #9c773f; }
.btn-small { min-height: 43px; padding-inline: 18px; font-size: 9px; }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.13); }
.btn-ghost svg, .booking-submit svg { width: 17px; margin-left: 12px; }
.btn-dark { color: #fff; background: var(--forest); }
.btn-dark:hover { background: var(--forest-2); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.36); }
.btn-outline-light:hover { color: var(--forest); background: #fff; }

.hero { position: relative; display: flex; min-height: 780px; height: 100svh; max-height: 980px; align-items: center; color: #fff; overflow: hidden; isolation: isolate; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: url("../images/hotel-plaza-4.jpg") center 51% / cover no-repeat; transform: scale(1.03); animation: heroIn 1.7s cubic-bezier(.2,.65,.2,1) both; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, rgba(9,22,17,.82) 0%, rgba(9,22,17,.54) 45%, rgba(9,22,17,.18) 75%), linear-gradient(0deg, rgba(9,22,17,.42), transparent 55%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 76% 25%, rgba(201,168,106,.16), transparent 32%); }
.hero-content { padding-top: 85px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 22px; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e0c58e; }
.hero-kicker { color: #e7cf9e; animation: fadeUp .8s .35s both; }
.hero h1 { max-width: 800px; margin: 0; font: 600 clamp(65px, 7.2vw, 108px)/.84 var(--serif); letter-spacing: -.045em; text-wrap: balance; animation: fadeUp .9s .5s both; }
.hero-lead { max-width: 580px; margin: 35px 0 0; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.85; animation: fadeUp .9s .65s both; }
.hero-cta { display: flex; gap: 13px; margin-top: 38px; animation: fadeUp .9s .8s both; }
.hero-note { position: absolute; right: 36px; bottom: 100px; display: flex; align-items: center; gap: 14px; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; opacity: .58; }
.hero-note-line { width: 44px; height: 1px; background: #fff; }
.scroll-cue { position: absolute; left: 50%; bottom: 34px; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; opacity: .7; }
.scroll-cue svg { width: 17px; animation: bounce 1.6s infinite; }

.booking-wrap { position: relative; z-index: 10; margin-top: -42px; }
.booking-card { min-height: 110px; padding: 19px 19px 19px 25px; display: grid; grid-template-columns: 1.15fr .95fr .95fr .7fr 1.02fr; align-items: stretch; gap: 0; background: #fff; box-shadow: var(--shadow); }
.booking-intro, .booking-field { display: flex; align-items: center; }
.booking-intro { gap: 13px; padding-right: 24px; }
.booking-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold-deep); background: #f5eee2; border-radius: 50%; }
.booking-icon svg { width: 21px; }
.booking-intro div, .booking-field { flex-direction: column; align-items: flex-start; justify-content: center; }
.booking-intro small, .booking-field > span:first-child { color: #8a918e; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.booking-intro strong { font: 600 24px/1.15 var(--serif); }
.booking-field { padding: 0 24px; border-left: 1px solid var(--line); }
.field-control { display: flex; width: 100%; align-items: center; gap: 8px; margin-top: 8px; }
.field-control svg { width: 17px; flex: 0 0 auto; color: var(--gold-deep); }
.booking-field input, .booking-field select { width: 100%; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; font-weight: 600; }
.booking-field input::-webkit-calendar-picker-indicator { opacity: .35; }
.booking-submit { border-radius: 0; }

.section { padding: 132px 0; }
.story { padding-top: 160px; }
.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(70px, 9vw, 140px); }
.story-visual { position: relative; min-height: 655px; }
.story-main-image { width: 70%; height: 600px; margin: 0; overflow: hidden; }
.story-main-image img { height: 100%; object-fit: cover; }
.story-small-image { position: absolute; right: 0; bottom: 0; width: 45%; height: 300px; margin: 0; overflow: hidden; border: 10px solid var(--warm-white); }
.story-small-image img { height: 100%; object-fit: cover; }
.story-badge { position: absolute; right: 4%; top: 85px; display: grid; place-content: center; width: 122px; height: 122px; color: #fff; background: var(--forest); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 7px var(--forest); text-align: center; }
.story-badge::before { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(21,38,31,.24); border-radius: 50%; }
.story-badge strong { font: 600 20px var(--serif); letter-spacing: .08em; }
.story-badge span { font-size: 8px; letter-spacing: .13em; text-transform: uppercase; opacity: .65; }
.story-copy h2, .section-heading h2, .amenities-title h2, .explore-copy h2, .faq-heading h2, .final-cta h2 { margin: 0; font: 600 clamp(48px, 5vw, 72px)/.95 var(--serif); letter-spacing: -.035em; }
h2 em { color: var(--gold-deep); font-weight: 500; }
.story-copy .lead-copy { margin: 32px 0 22px; color: #333d39; font-family: var(--serif); font-size: 23px; line-height: 1.5; }
.story-copy > p:not(.eyebrow):not(.lead-copy) { margin: 0; color: var(--muted); font-size: 13px; }
.signature-row { display: flex; align-items: center; gap: 14px; margin: 34px 0; color: #858c89; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.signature { color: var(--ink); font: italic 600 23px var(--serif); text-transform: none; }
.signature-rule { width: 34px; height: 1px; background: var(--line); }
.arrow-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.arrow-link span { font-size: 18px; transition: transform .2s; }
.arrow-link:hover span { transform: translateX(4px); }

.numbers-band { padding: 47px 0; color: #fff; background: var(--forest); }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number-item { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100px; border-right: 1px solid rgba(255,255,255,.13); }
.number-item:last-child { border-right: 0; }
.number-item strong { color: #e5cb97; font: 600 40px/1 var(--serif); }
.number-item strong small { font-size: .48em; }
.number-item span { margin-top: 11px; color: rgba(255,255,255,.55); font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.rooms { background: #f2eee6; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 58px; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 13px; }
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.room-card { background: #fff; transition: transform .35s, box-shadow .35s; }
.room-card:hover { transform: translateY(-8px); box-shadow: 0 22px 60px rgba(21,38,31,.11); }
.room-image { position: relative; height: 295px; overflow: hidden; }
.room-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,22,17,.2), transparent 50%); }
.room-image img { height: 100%; object-fit: cover; transition: transform .65s; }
.room-card:hover .room-image img { transform: scale(1.045); }
.room-tag { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 11px; color: #fff; background: rgba(21,38,31,.86); font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.room-body { padding: 28px 28px 26px; }
.room-title-row { display: flex; justify-content: space-between; gap: 20px; }
.room-title-row h3 { margin: 0; font: 600 28px/1.1 var(--serif); }
.room-title-row > span { color: #b6aaa0; font: 500 17px var(--serif); }
.room-body > p { min-height: 66px; margin: 16px 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.room-features { display: flex; gap: 16px; margin: 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.room-features li { display: flex; align-items: center; gap: 6px; color: #67716d; font-size: 9px; }
.room-features svg { width: 16px; color: var(--gold-deep); }
.room-link { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.room-link span { font-size: 18px; }

.amenities { color: #fff; background: var(--forest); }
.amenities-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 150px); }
.amenities-title { position: sticky; top: 140px; align-self: start; }
.amenities-title h2 em { color: #e0c58e; }
.amenities-title > p:not(.eyebrow) { max-width: 390px; margin: 28px 0 34px; color: rgba(255,255,255,.57); font-size: 12px; }
.amenities-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.amenity { min-height: 245px; padding: 35px 32px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s; }
.amenity:hover { background: rgba(255,255,255,.045); }
.amenity > svg { width: 31px; height: 31px; color: #e0c58e; }
.amenity h3 { margin: 30px 0 8px; font: 600 23px var(--serif); }
.amenity p { margin: 0; color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.75; }

.explore-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 145px); align-items: center; }
.explore-copy > p:not(.eyebrow) { max-width: 465px; margin: 28px 0 36px; color: var(--muted); font-size: 12px; }
.places-list { border-top: 1px solid var(--line); }
.places-list > div { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.places-list span { color: var(--gold-deep); font: 600 15px var(--serif); }
.places-list strong { font: 600 19px var(--serif); }
.places-list small { color: #888f8c; font-size: 8px; letter-spacing: .06em; }
.explore-visual { position: relative; min-height: 660px; padding-left: 60px; }
.explore-visual > img { width: 100%; height: 625px; object-fit: cover; }
.explore-visual::before { content: ""; position: absolute; z-index: -1; left: 0; top: 55px; width: 80%; height: 570px; background: #e9e1d4; }
.explore-card { position: absolute; left: 0; bottom: 55px; display: flex; align-items: center; gap: 16px; min-width: 320px; padding: 19px 22px; background: #fff; box-shadow: var(--shadow); }
.explore-pin { display: grid; place-items: center; width: 43px; height: 43px; color: #fff; background: var(--forest); border-radius: 50%; }
.explore-pin svg { width: 20px; }
.explore-card div { display: flex; flex-direction: column; }
.explore-card small { color: #969d99; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.explore-card strong { margin-top: 3px; font: 600 17px var(--serif); }

.gallery-strip { position: relative; display: grid; grid-template-columns: 1.1fr .85fr .85fr 1.1fr; grid-template-rows: 275px 275px; gap: 5px; padding: 5px; background: var(--forest); }
.gallery-strip figure { margin: 0; overflow: hidden; }
.gallery-strip figure:nth-child(1) { grid-row: 1 / 3; }
.gallery-strip figure:nth-child(2) { grid-column: 2 / 4; }
.gallery-strip figure:nth-child(4) { grid-column: 4; grid-row: 1 / 3; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.82) saturate(.8); transition: filter .4s, transform .6s; }
.gallery-strip figure:hover img { filter: brightness(1) saturate(1); transform: scale(1.035); }
.gallery-label { position: absolute; z-index: 2; left: 50%; top: 50%; min-width: 300px; padding: 26px 38px; color: #fff; background: rgba(21,38,31,.9); backdrop-filter: blur(12px); transform: translate(-50%, -50%); text-align: center; }
.gallery-label span { color: #e0c58e; font-size: 7px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.gallery-label strong { display: block; margin-top: 8px; font: 600 27px/1.05 var(--serif); }

.reviews { background: var(--warm-white); }
.reviews-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 44px; }
.reviews-top h2 { margin: 0; font: 600 clamp(46px, 5vw, 68px)/.95 var(--serif); }
.review-controls { display: flex; gap: 9px; }
.review-controls button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); color: var(--ink); background: transparent; transition: background .2s, color .2s; }
.review-controls button:hover { color: #fff; background: var(--forest); }
.reviews-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; overflow: hidden; scroll-behavior: smooth; }
.review-card { padding: 34px; background: #fff; border: 1px solid rgba(24,32,29,.06); }
.review-stars { color: var(--gold-deep); font-size: 11px; letter-spacing: .16em; }
.review-card blockquote { min-height: 118px; margin: 24px 0 30px; font: 500 23px/1.4 var(--serif); }
.review-person { display: flex; align-items: center; gap: 11px; }
.review-person > span { display: grid; place-items: center; width: 37px; height: 37px; color: #fff; background: var(--forest-3); border-radius: 50%; font: 600 16px var(--serif); }
.review-person div { display: flex; flex-direction: column; }
.review-person strong { font-size: 9px; letter-spacing: .06em; }
.review-person small { color: #9ba09e; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }

.faq-section { padding-top: 40px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(70px, 10vw, 150px); }
.faq-heading > p:not(.eyebrow) { max-width: 330px; margin: 27px 0; color: var(--muted); font-size: 12px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; color: var(--ink); background: transparent; text-align: left; }
.faq-item button span { font: 600 21px var(--serif); }
.faq-item button i { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 2px; top: 8px; width: 14px; height: 1px; background: var(--ink); transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 12px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding: 0 40px 24px 0; }

.final-cta { position: relative; display: flex; min-height: 650px; align-items: center; color: #fff; isolation: isolate; }
.final-cta-bg, .final-cta-overlay { position: absolute; inset: 0; }
.final-cta-bg { z-index: -2; background: url("../images/hotel-plaza-5.jpg") center / cover no-repeat; }
.final-cta-overlay { z-index: -1; background: linear-gradient(90deg, rgba(11,26,20,.9), rgba(11,26,20,.5) 60%, rgba(11,26,20,.25)); }
.final-cta-content { padding-block: 100px; }
.final-cta h2 { font-size: clamp(65px, 7vw, 96px); }
.final-cta h2 em { color: #e0c58e; }
.final-cta-content > p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.66); font-size: 13px; }
.final-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.location-link { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.78); font-size: 10px; }
.location-link svg { width: 20px; color: #e0c58e; }

.site-footer { padding: 78px 0 24px; color: rgba(255,255,255,.62); background: #0d1814; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .9fr 1fr; gap: 65px; }
.brand-light { color: #fff; }
.footer-brand > p { max-width: 300px; margin: 23px 0 0; font-size: 10px; line-height: 1.8; }
.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-col h3 { margin: 3px 0 11px; color: #fff; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-col a, .footer-col p { margin: 0; font-size: 9px; }
.footer-col a:hover { color: #fff; }
.footer-contact .map-link { margin-top: 10px; color: #e0c58e; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 7px; letter-spacing: .07em; text-transform: uppercase; }

.mobile-bottom-nav { display: none; }
.toast { position: fixed; z-index: 300; right: 28px; bottom: 28px; display: flex; width: min(390px, calc(100% - 32px)); align-items: center; gap: 13px; padding: 15px 16px; color: #fff; background: var(--forest); box-shadow: 0 18px 60px rgba(0,0,0,.25); opacity: 0; transform: translateY(30px); pointer-events: none; transition: opacity .3s, transform .3s; }
.toast.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.toast-icon { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 auto; color: var(--forest); background: #e0c58e; border-radius: 50%; }
.toast div { display: flex; flex: 1; flex-direction: column; line-height: 1.4; }
.toast strong { font-size: 11px; }
.toast small { color: rgba(255,255,255,.6); font-size: 8px; }
.toast button { border: 0; color: rgba(255,255,255,.6); background: none; font-size: 22px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes heroIn { from { opacity: .5; transform: scale(1.12); } to { opacity: 1; transform: scale(1.03); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(4px); } }

@media (max-width: 1100px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .mobile-menu { position: fixed; top: 0; right: 0; display: flex; width: min(420px, 100%); height: 100dvh; padding: 130px 42px 90px; flex-direction: column; gap: 17px; color: #fff; background: var(--forest); transform: translateX(100%); transition: transform .35s ease; }
    .mobile-menu::before { content: "MENU"; margin-bottom: 18px; color: #e0c58e; font-size: 8px; letter-spacing: .2em; }
    .mobile-menu.open { transform: translateX(0); }
    .mobile-menu a { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.1); font: 600 31px var(--serif); }
    .header-actions { z-index: 2; }
    .booking-card { grid-template-columns: 1fr 1fr 1fr 1fr; }
    .booking-intro { display: none; }
    .amenities-layout { grid-template-columns: .8fr 1.2fr; gap: 55px; }
    .explore-layout { gap: 60px; }
}

@media (max-width: 820px) {
    body { padding-bottom: calc(71px + env(safe-area-inset-bottom)); }
    .container { width: min(100% - 34px, 680px); }
    .section { padding: 88px 0; }
    .header-shell { width: calc(100% - 32px); height: 75px; }
    .header-actions .text-link, .header-actions .btn { display: none; }
    .brand-mark { width: 38px; height: 38px; font-size: 25px; }
    .brand-copy strong { font-size: 20px; }
    .brand-copy small { margin-top: 5px; font-size: 7px; }
    .hero { min-height: 680px; height: 88svh; max-height: none; align-items: flex-end; padding-bottom: 125px; }
    .hero-media { background-position: 53% center; }
    .hero-overlay { background: linear-gradient(0deg, rgba(9,22,17,.92) 0%, rgba(9,22,17,.5) 60%, rgba(9,22,17,.26)); }
    .hero-content { padding-top: 0; }
    .hero h1 { font-size: clamp(54px, 15.5vw, 76px); }
    .hero-lead { margin-top: 22px; font-size: 12px; line-height: 1.75; }
    .hero-cta { margin-top: 27px; }
    .hero-cta .btn { min-height: 50px; padding-inline: 17px; font-size: 9px; }
    .hero-note, .scroll-cue { display: none; }
    .booking-wrap { margin-top: -78px; }
    .booking-card { width: calc(100% - 24px); padding: 16px; grid-template-columns: 1fr 1fr; border-radius: 15px; box-shadow: 0 15px 50px rgba(15,29,23,.2); }
    .booking-field { min-width: 0; padding: 8px 13px 13px; border-left: 0; border-bottom: 1px solid var(--line); }
    .booking-field:nth-of-type(2) { border-left: 1px solid var(--line); }
    .guest-field { display: none; }
    .booking-submit { grid-column: 1 / 3; min-height: 51px; margin-top: 13px; border-radius: 9px; }
    .story { padding-top: 115px; }
    .story-grid, .amenities-layout, .explore-layout, .faq-layout { grid-template-columns: 1fr; }
    .story-grid { gap: 67px; }
    .story-visual { min-height: 490px; }
    .story-main-image { width: 77%; height: 455px; }
    .story-small-image { height: 220px; border-width: 7px; }
    .story-badge { top: 45px; right: 1%; width: 96px; height: 96px; }
    .story-badge strong { font-size: 16px; }
    .story-copy h2, .section-heading h2, .amenities-title h2, .explore-copy h2, .faq-heading h2 { font-size: clamp(45px, 13vw, 62px); }
    .story-copy .lead-copy { font-size: 20px; }
    .numbers-grid { grid-template-columns: 1fr 1fr; }
    .number-item { min-height: 100px; border-bottom: 1px solid rgba(255,255,255,.13); }
    .number-item:nth-child(2) { border-right: 0; }
    .number-item:nth-child(3), .number-item:nth-child(4) { border-bottom: 0; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; margin-bottom: 37px; }
    .rooms-grid { display: flex; width: calc(100% + 17px); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-right: 17px; }
    .rooms-grid::-webkit-scrollbar { display: none; }
    .room-card { min-width: 84vw; max-width: 380px; scroll-snap-align: start; }
    .room-image { height: 270px; }
    .amenities-layout { gap: 48px; }
    .amenities-title { position: static; }
    .amenities-title .btn { min-height: 49px; }
    .amenities-grid { margin-inline: -17px; grid-template-columns: 1fr 1fr; }
    .amenity { min-height: 205px; padding: 25px 21px; }
    .amenity h3 { margin-top: 23px; font-size: 20px; }
    .explore-layout { gap: 55px; }
    .explore-copy { order: 2; }
    .explore-visual { min-height: 470px; padding-left: 27px; }
    .explore-visual > img { height: 450px; }
    .explore-visual::before { top: 27px; height: 423px; }
    .explore-card { left: 0; bottom: 23px; min-width: 280px; }
    .places-list > div { grid-template-columns: 34px 1fr; }
    .places-list small { display: none; }
    .gallery-strip { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 180px; }
    .gallery-strip figure:nth-child(1) { grid-row: 1; }
    .gallery-strip figure:nth-child(2) { grid-column: 2; }
    .gallery-strip figure:nth-child(3), .gallery-strip figure:nth-child(4) { grid-row: 2; grid-column: auto; }
    .gallery-label { min-width: 250px; padding: 19px 25px; }
    .gallery-label strong { font-size: 22px; }
    .reviews-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .reviews-track::-webkit-scrollbar { display: none; }
    .review-card { min-width: 86%; scroll-snap-align: start; }
    .review-card blockquote { min-height: 95px; font-size: 21px; }
    .faq-section { padding-top: 20px; }
    .faq-layout { gap: 52px; }
    .final-cta { min-height: 600px; }
    .final-cta h2 { font-size: clamp(62px, 17vw, 82px); }
    .final-actions { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 43px 25px; }
    .footer-brand { grid-column: 1 / 3; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; margin-top: 45px; }
    .mobile-bottom-nav { position: fixed; z-index: 90; left: 0; bottom: 0; display: grid; width: 100%; height: calc(71px + env(safe-area-inset-bottom)); padding: 8px 9px env(safe-area-inset-bottom); grid-template-columns: repeat(5, 1fr); color: #65706b; background: rgba(255,255,255,.97); border-top: 1px solid #e5e5e2; box-shadow: 0 -6px 25px rgba(21,38,31,.08); backdrop-filter: blur(15px); }
    .mobile-bottom-nav a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; font-size: 7px; font-weight: 700; }
    .mobile-bottom-nav a.active { color: var(--forest); }
    .mobile-bottom-nav svg { width: 20px; height: 20px; }
    .mobile-bottom-nav .mobile-book { position: relative; color: var(--forest); }
    .mobile-book-icon { display: grid; width: 48px; height: 48px; margin-top: -27px; place-items: center; color: #fff; background: var(--gold-deep); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 6px 18px rgba(175,136,73,.35); }
    .mobile-book-icon svg { width: 18px; }
    .toast { right: 16px; bottom: calc(87px + env(safe-area-inset-bottom)); }
}

@media (max-width: 450px) {
    .hero { min-height: 700px; }
    .hero h1 { font-size: 56px; }
    .hero-cta { width: 100%; }
    .hero-cta .btn { flex: 1; padding-inline: 10px; }
    .story-visual { min-height: 425px; }
    .story-main-image { height: 395px; }
    .story-small-image { width: 50%; height: 180px; }
    .room-card { min-width: 87vw; }
    .amenity { min-height: 215px; padding: 23px 16px; }
    .amenity > svg { width: 27px; }
    .amenity p { font-size: 9px; }
    .gallery-strip { grid-template-rows: 210px 155px; }
    .reviews-top { align-items: flex-start; flex-direction: column; gap: 25px; }
    .review-controls { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .faq-item button span { font-size: 19px; }
}

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