:root{
  --green-950:#05251c;
  --green-900:#073326;
  --green-850:#0a3a2b;
  --green-700:#315d43;
  --cream:#fbf8f1;
  --cream-2:#f4eee2;
  --white:#fff;
  --ink:#111b16;
  --muted:#5f6862;
  --gold:#d8bd78;
  --gold-dark:#a68743;
  --line:#e7dfd2;
  --shadow:0 14px 35px rgba(20,32,26,.10);
  --radius:12px;
  --container:1520px;
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,"Helvetica Neue",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:80px}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.section{padding:68px 0}
.eyebrow{margin:0 0 14px;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.22em}
.eyebrow.dark{color:#8a6e35}
h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.08;margin-top:0}
h2{font-size:clamp(34px,4vw,50px);margin-bottom:0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:5px;padding:14px 22px;min-height:48px;font-weight:700;font-size:14px;cursor:pointer;transition:.2s ease;white-space:nowrap}
.button svg{width:18px;height:18px}
.button:hover{transform:translateY(-1px)}
.button-light{background:#f8e8bd;color:#14261d;border-color:#f8e8bd}
.button-light:hover,.button-gold:hover{background:#fff2cf}
.button-gold{background:#f5dfaa;color:#153024;border-color:#f5dfaa}
.button-green{background:var(--green-900);color:white;border-color:var(--green-900)}
.button-green:hover{background:#0d4634}
.button-outline-light{background:transparent;color:white;border-color:rgba(255,255,255,.58)}
.button-outline-light:hover{background:rgba(255,255,255,.1)}
.button-outline-dark{background:transparent;color:var(--green-900);border-color:var(--green-900)}
.button-outline-dark:hover{background:#eef4f0}

.benefits-section { padding: 15px 0 31px; }
.benefits-card { min-height: 145px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: center; background: linear-gradient(110deg, #f0e8da, #f8f3e9); border: 1px solid #e0d6c7; border-radius: 8px; }
.benefits-intro { padding: 0 29px; }
.benefits-intro h2 { margin: 8px 0 0; font-family: var(--serif); font-size: 32px; line-height: .98; font-weight: 600; }
.benefit { min-height: 90px; padding: 0 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-left: 1px solid #ddd2c1; }
.benefit svg { width: 36px; height: 36px; color: var(--green-800); margin-bottom: 8px; }
.benefit strong { font-size: 11px; }
.benefit span { max-width: 150px; margin-top: 4px; color: #69716c; font-size: 8.5px; line-height: 1.45; }

.reviews-section { padding: 7px 0 35px; }
.reviews-heading { text-align: center; }
.reviews-heading h2 { margin: 5px 0 6px; font-family: var(--serif); font-size: 39px; line-height: 1; font-weight: 600; }
.rating-pill { display: inline-flex; align-items: center; gap: 8px; color: #657069; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }
.reviews-carousel { position: relative; margin-top: 19px; }
.reviews-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; overflow: hidden; }
.review-card { position: relative; min-height: 145px; padding: 20px 22px 16px; background: rgba(255,255,255,.68); border: 1px solid #e6dfd3; border-radius: 8px; box-shadow: 0 8px 24px rgba(38,48,42,.03); }
.quote-mark { position: absolute; left: 18px; top: 4px; color: #c3a36a; font-family: var(--serif); font-size: 38px; line-height: 1; }
.review-card > p { margin: 14px 0 18px; color: #3f4a44; font-family: var(--serif); font-size: 15px; line-height: 1.25; text-align: center; }
.review-footer { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; }
.avatar { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #e4d2aa; color: var(--green-900); font-weight: 700; }
.review-footer div { display: flex; flex-direction: column; line-height: 1.25; }
.review-footer strong { font-size: 9px; }
.review-footer small { color: #8b918e; font-size: 7.5px; }
.stars { color: #b9872f; font-size: 10px; letter-spacing: .08em; }
.review-arrow { position: absolute; top: 50%; width: 33px; height: 33px; margin-top: -16px; padding: 7px; border: 1px solid #dbd3c7; border-radius: 50%; background: #fff; color: var(--green-800); cursor: pointer; z-index: 2; }
.review-arrow svg { width: 18px; height: 18px; }
.review-prev { left: -50px; }
.review-next { right: -50px; }


.site-header{height:76px;background:linear-gradient(90deg,#062d21,#092d22);color:white;position:relative;z-index:30}
.header-inner{height:100%;width:min(calc(100% - 48px),1180px);margin:auto;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:10px;min-width:210px;color:#f3deaa}
.brand-mark{width:58px;height:48px;stroke:currentColor;stroke-width:1.5;flex:0 0 auto}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy small{font-family:var(--serif);font-size:15px;color:#fff}
.brand-copy strong{font-family:var(--serif);font-size:26px;letter-spacing:.04em;font-weight:400;color:#fff;margin:3px 0 4px}
.brand-copy em{font-style:normal;font-size:8px;letter-spacing:.24em;color:#d7c083}
.primary-nav{display:flex;align-items:center;justify-content:center;gap:34px;margin-left:auto}
.primary-nav a{font-size:13px;padding:27px 0 23px;position:relative;color:rgba(255,255,255,.9)}
.primary-nav a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--gold);transform:scaleX(0);transition:.2s}
.primary-nav a:hover::after,.primary-nav a.active::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:24px;margin-left:auto}
.phone-link{display:flex;align-items:center;gap:9px;font-weight:700;font-size:14px;white-space:nowrap}
.phone-link svg{color:var(--gold);width:17px;height:17px;fill:currentColor;stroke:none}
.menu-toggle{display:none;background:none;border:0;padding:8px;color:white}
.menu-toggle svg{width:28px;height:28px}

.hero{height:615px;position:relative;color:white;overflow:hidden;background:#17382b}
.hero-media{position:absolute;inset:0;background:url('../images/hero-og.png') center/cover no-repeat;transform:scale(1.002)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,34,25,.93) 0%,rgba(4,34,25,.82) 27%,rgba(4,34,25,.38) 53%,rgba(4,34,25,.03) 78%)}
.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:2px}
.hero h1{font-size:clamp(43px,5.5vw,67px);letter-spacing:-.02em;margin:0 0 16px;max-width:700px}
.hero-lead{max-width:525px;font-size:16px;line-height:1.55;margin:0 0 25px;color:rgba(255,255,255,.92)}
.hero-buttons{display:flex;gap:14px}

.lightbox { align-items: center; justify-content: center; }
.lightbox figure { position: relative; z-index: 2; width: min(82vw, 1100px); margin: 0; }
.lightbox figure img { max-width: 100%; max-height: 80vh; margin: auto; border-radius: 8px; box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.lightbox figcaption { color: white; text-align: center; font-size: 12px; margin-top: 10px; }
.lightbox-close { right: 26px; top: 24px; background: rgba(255,255,255,.12); color: white; }
.lightbox-arrow { position: fixed; z-index: 3; top: 50%; width: 48px; height: 48px; margin-top: -24px; padding: 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(4,20,15,.55); color: white; cursor: pointer; }
.lightbox-arrow svg { width: 26px; height: 26px; }
.lightbox-prev { left: 28px; }
.lightbox-next { right: 28px; }

.amenities{background:#fff;padding:28px 0;border-bottom:1px solid #e8e0d5}
.amenities-grid{display:grid;grid-template-columns:repeat(6,1fr);align-items:stretch}
.amenity{display:flex;align-items:center;gap:14px;padding:5px 23px;border-right:1px solid #e5ded1;min-height:60px}
.amenity:first-child{padding-left:0}.amenity:last-child{border-right:0;padding-right:0}
.amenity>svg{width:37px;height:37px;color:var(--green-900);stroke-width:1.5;flex:0 0 auto}
.amenity:first-child>svg{fill:var(--green-900);stroke:none;width:42px;height:42px}
.amenity strong{display:block;font-size:14px;margin-bottom:2px}.amenity span{display:block;font-size:11px;color:#5c635e;line-height:1.38}

.rooms{background:var(--cream)}
.section-heading.centered{text-align:center;margin-bottom:34px}
.section-heading h2{font-size:42px}
.ornament{display:flex;justify-content:center;align-items:center;gap:10px;color:#9a824b;font-family:var(--serif);margin-top:8px}
.ornament span{height:1px;width:42px;background:#bba775}
.rooms-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.room-card{background:#fff;border:1px solid #e3dacc;border-radius:10px;overflow:hidden;box-shadow:0 9px 22px rgba(35,41,37,.06)}
.room-image{display:block;width:100%;height:232px;border:0;padding:0;background:#ddd;overflow:hidden;cursor:pointer}
.room-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.room-image:hover img{transform:scale(1.035)}
.room-body{padding:20px 23px 18px}
.room-body h3{font-family:var(--sans);font-size:21px;font-weight:700;line-height:1.2;margin:0 0 11px}
.room-body h3 span{font-size:17px}
.room-meta{display:flex;flex-wrap:wrap;gap:20px;font-size:12px;color:#616a64;margin-bottom:15px}
.room-meta span{display:inline-flex;align-items:center;gap:6px}.room-meta svg{width:16px;height:16px;color:#9a7c37}
.room-body p{font-size:14px;line-height:1.55;color:#454c48;min-height:67px;margin:0 0 19px}
.room-footer{padding-top:16px;border-top:1px solid #e6ded2;display:flex;align-items:center;justify-content:space-between;gap:14px}
.price{font-family:var(--serif);font-size:15px}.price strong{font-size:25px}.price small{font-family:var(--sans);font-size:11px;color:#666}
.room-footer .button{padding:11px 18px;min-height:42px;font-size:12px}

.attractions{position:relative;background:var(--green-950) url('../images/attractions-bg.webp') center/cover no-repeat;color:white;padding:42px 0 32px;overflow:hidden}
.attractions-overlay{position:absolute;inset:0;background:rgba(1,28,20,.86)}
.attractions-inner{position:relative}
.attractions-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px;gap:30px}
.attractions-heading h2{font-size:39px}.attractions-heading p:last-child{max-width:390px;font-size:12px;color:rgba(255,255,255,.7);margin:0 0 7px;line-height:1.5}
.attractions-rail-wrap{position:relative}
.attractions-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 50px)/6);gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:1px 0 4px}
.attractions-rail::-webkit-scrollbar{display:none}
.attraction-card{background:#f7f4ec;color:#172019;border-radius:8px;overflow:hidden;scroll-snap-align:start;min-width:0}
.attraction-card img{width:100%;height:135px;object-fit:cover}
.attraction-card div{padding:12px 12px 14px}.attraction-card h3{font-family:var(--sans);font-size:13px;font-weight:700;line-height:1.25;margin:0 0 7px}.attraction-card p{font-size:11px;line-height:1.45;color:#3e4741;margin:0}
.rail-arrow{position:absolute;top:91px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(3,34,25,.7);color:white;display:grid;place-items:center;z-index:2;cursor:pointer}
.rail-arrow svg{width:21px;height:21px}.rail-prev{left:-52px}.rail-next{right:-52px}
.attractions-cta{text-align:center;margin-top:20px}.attractions-cta .button{min-height:42px;padding:10px 22px;font-size:12px}

.gallery{background:#fff;padding:34px 0 22px}
.gallery-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;gap:28px}
.gallery-head h2{font-size:38px}
.gallery-contact{display:flex;align-items:center;gap:20px;background:#f5efe4;border:1px solid #e7ded0;border-radius:9px;padding:13px 16px}
.gallery-contact div{display:flex;flex-direction:column}.gallery-contact strong{font-family:var(--serif);font-size:18px;font-weight:400}.gallery-contact span{font-size:11px;color:#5f6861}.gallery-contact .button{min-height:39px;padding:9px 16px;font-size:12px}
.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}
.gallery-item{height:140px;border:0;padding:0;border-radius:7px;overflow:hidden;cursor:pointer;background:#ddd}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}
.gallery-more{text-align:center;margin-top:15px}.gallery-more .button{min-height:42px;padding:10px 20px;font-size:12px}

.site-footer{background:linear-gradient(90deg,#073225,#06291f);color:white;padding:28px 0 12px}
.footer-grid{display:grid;grid-template-columns:1.2fr .75fr 1.1fr 1.25fr;gap:46px;padding-bottom:22px}
.site-footer .brand{min-width:0}.site-footer .brand-copy small{font-size:13px}.site-footer .brand-copy strong{font-size:25px}.site-footer .brand-mark{width:52px}
.footer-brand p{font-size:12px;color:rgba(255,255,255,.7);max-width:230px}
.site-footer h3{font-family:var(--sans);font-size:10px;letter-spacing:.2em;color:#d5bd7a;font-weight:700;margin:7px 0 14px}
.footer-links,.footer-contact{display:flex;flex-direction:column;align-items:flex-start}
.footer-links a{font-size:12px;color:rgba(255,255,255,.82);margin:1px 0}.footer-links a:hover{color:white}
.footer-contact a{display:flex;align-items:center;gap:9px;font-size:12px;color:rgba(255,255,255,.86);margin:4px 0}.footer-contact svg{width:15px;height:15px;color:#d6bd75;flex:0 0 auto}
.map-card{height:90px;background:#f4efe5;border-radius:8px;color:#173228;position:relative;display:flex;align-items:center;justify-content:center;gap:10px;overflow:hidden;font-size:12px}
.map-card svg{width:27px;height:27px;fill:#0d4a36;color:#0d4a36;position:relative;z-index:1}.map-card strong{position:relative;z-index:1}
.road{position:absolute;height:2px;background:#ccb882;width:130%;transform-origin:center}.road-a{transform:rotate(11deg);top:35px;left:-30px}.road-b{transform:rotate(-17deg);top:61px;left:-20px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding-top:11px;display:flex;justify-content:space-between;font-size:9px;color:rgba(255,255,255,.55)}
.footer-bottom span:last-child{display:flex;align-items:center;gap:10px}.footer-bottom i{width:1px;height:11px;background:rgba(255,255,255,.2)}.footer-bottom a:hover{color:white}

.modal,.lightbox{border:0;padding:0;background:transparent;max-width:none;max-height:none;color:var(--ink)}
.modal::backdrop,.lightbox::backdrop{background:rgba(1,18,13,.78);backdrop-filter:blur(4px)}
.modal-panel{position:relative;width:min(92vw,680px);max-height:90vh;overflow:auto;background:#fff;border-radius:14px;padding:36px;box-shadow:0 30px 80px rgba(0,0,0,.35)}
.modal-panel h2{font-size:39px;margin-bottom:12px}.modal-panel>p{color:#58625c;margin:0 0 22px}
.modal-close{position:absolute;right:16px;top:16px;width:38px;height:38px;border-radius:50%;border:1px solid #ddd5c8;background:white;display:grid;place-items:center;cursor:pointer;z-index:3}.modal-close svg{width:20px;height:20px}
.booking-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}
.booking-form label{font-size:12px;font-weight:700;color:#4a544e}.booking-form input,.booking-form select{display:block;width:100%;margin-top:6px;border:1px solid #d9d3c8;border-radius:7px;padding:12px;background:#fff;color:#1d2721}
.booking-summary{background:#f3eee4;border-radius:8px;padding:14px;font-size:13px;margin:0 0 17px;color:#4b554f}
.modal-actions{display:flex;gap:10px}.modal-actions .button{flex:1}.modal-panel>small{display:block;color:#747c77;margin-top:14px}
.room-modal-panel{width:min(94vw,1050px);display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:28px}
.room-modal-gallery>img{width:100%;height:410px;object-fit:cover;border-radius:10px}
.room-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:8px}.room-thumbs button{height:70px;border:2px solid transparent;border-radius:6px;padding:0;overflow:hidden;background:#ddd;cursor:pointer}.room-thumbs button.active{border-color:var(--green-700)}.room-thumbs img{width:100%;height:100%;object-fit:cover}
.room-modal-content{padding:18px 10px 10px}.room-modal-content h2{font-size:40px}.room-modal-content h3{font-family:var(--sans);font-weight:700;font-size:14px;margin:22px 0 8px}.room-modal-content ul{margin:0 0 22px;padding-left:19px;color:#4a544e;font-size:13px;columns:2}.room-modal-content li{margin:5px 0}.room-modal-price{font-family:var(--serif);font-size:22px;margin:15px 0}.room-modal-price strong{font-size:32px}
.lightbox{width:100vw;height:100vh;background:rgba(1,18,13,.96)}
.lightbox figure{margin:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 100px 45px}.lightbox img{max-width:100%;max-height:calc(100vh - 120px);object-fit:contain;border-radius:8px}.lightbox figcaption{color:white;margin-top:12px;font-size:13px}
.lightbox-close,.lightbox-arrow{position:fixed;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.25);color:white;border-radius:50%;display:grid;place-items:center;cursor:pointer}.lightbox-close{top:22px;right:25px;width:44px;height:44px}.lightbox-arrow{top:50%;width:52px;height:52px;transform:translateY(-50%)}.lightbox-prev{left:25px}.lightbox-next{right:25px}.lightbox-close svg,.lightbox-arrow svg{width:24px;height:24px}

.legal-page{background:#fff}.legal-header{background:var(--green-900);color:white;padding:22px 0}.legal-main{padding:58px 0 80px}.legal-main article{max-width:820px}.legal-main h1{font-size:48px}.legal-main h2{font-size:27px;margin:34px 0 10px}.legal-main p,.legal-main li{color:#4e5952}.legal-main .notice{background:#f4eee2;border-left:4px solid #a98945;padding:14px 18px}
.booking-wrap { position: relative; z-index: 10; height: 44px; }
.booking-bar { width: min(calc(100% - 100px), 1050px); min-height: 80px; margin: -40px auto 0; display: grid; grid-template-columns: 1fr 1fr .85fr 1.05fr; align-items: stretch; background: white; border: 1px solid rgba(44,55,49,.12); border-radius: 8px; box-shadow: 0 12px 28px rgba(21,36,28,.13); overflow: hidden; }
.booking-field { position: relative; min-width: 0; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 9px; padding: 0 25px; cursor: pointer; }
.booking-field:not(:nth-child(3))::after, .booking-guests::after { content: ""; position: absolute; right: 0; top: 18px; bottom: 18px; width: 1px; background: #e2ded4; }
.booking-icon { display: flex; color: var(--green-800); }
.booking-icon svg { width: 20px; height: 20px; }
.booking-copy { display: flex; flex-direction: column; line-height: 1.25; }
.booking-copy small { color: #8a918d; font-size: 8px; letter-spacing: .04em; }
.booking-copy strong { margin-top: 5px; font-size: 11px; font-weight: 700; color: #25372f; }
.booking-field input, .booking-field select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.booking-submit { margin: 12px; border: 0; border-radius: 4px; background: var(--green-900); color: white; font-size: 11px; font-weight: 700; cursor: pointer; }
.booking-submit:hover { background: var(--green-800); }

.booking-panel { position: relative; width: min(calc(100% - 36px), 470px); margin: auto; padding: 42px 38px 35px; text-align: center; background: #fffdf8; border-radius: 12px; box-shadow: 0 30px 90px rgba(0,0,0,.34); }
.booking-panel h2 { margin: 6px 0 10px; font-family: var(--serif); font-size: 40px; line-height: 1; }
.booking-panel p { color: #5e6862; font-size: 12px; }
.booking-call { width: 100%; margin-top: 12px; }
.booking-email { display: inline-block; margin-top: 14px; color: var(--green-800); font-size: 11px; text-decoration: underline; }

@media (max-width:1150px){
  .primary-nav{gap:22px}.header-actions{gap:13px}.header-actions .button{padding:12px 15px}.brand{min-width:180px}.brand-copy strong{font-size:23px}
  .amenity{padding-inline:13px}.rail-prev{left:5px}.rail-next{right:5px}.attractions-rail{padding-inline:45px;scroll-padding-inline:45px}.attractions-rail{grid-auto-columns:calc((100% - 40px)/5)}
}
@media (max-width:940px){
  .site-header{height:70px}.header-inner{width:min(calc(100% - 30px),1180px)}.menu-toggle{display:block;margin-left:auto}.primary-nav{display:none;position:absolute;top:70px;left:0;right:0;background:#062b20;padding:12px 24px 24px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 14px 30px rgba(0,0,0,.25)}.primary-nav.open{display:flex}.primary-nav a{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}.primary-nav a::after{display:none}.header-actions{margin-left:0}.phone-link span{display:none}.header-actions .button{display:none}
  .hero{height:450px}.hero-shade{background:linear-gradient(90deg,rgba(4,34,25,.91),rgba(4,34,25,.63) 62%,rgba(4,34,25,.18))}
  .amenities-grid{grid-template-columns:repeat(3,1fr);row-gap:18px}.amenity:nth-child(3){border-right:0}.amenity:nth-child(4){padding-left:0}.amenity{padding-inline:20px}
  .attractions-rail{grid-auto-columns:calc((100% - 30px)/3.4)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item{height:180px}
  .footer-grid{grid-template-columns:1fr 1fr;row-gap:30px}
}
@media (max-width:720px){
  .container{width:min(calc(100% - 30px),var(--container))}.section{padding:50px 0}
  .site-header .brand-copy small{font-size:12px}.site-header .brand-copy strong{font-size:21px}.site-header .brand-mark{width:48px}.site-header .brand{min-width:0}.header-actions{display:none}
  .hero{height:595px}.hero-media{background-position:62% center}.hero-shade{background:linear-gradient(180deg,rgba(4,34,25,.25) 0%,rgba(4,34,25,.45) 35%,rgba(4,34,25,.94) 100%)}.hero-content{justify-content:flex-end;padding-bottom:45px}.hero h1{font-size:43px}.hero-lead{font-size:14px}.hero-buttons{flex-wrap:wrap}.hero-buttons .button{flex:1;min-width:165px}
  .amenities{padding:22px 0}.amenities-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.amenity{min-width:210px;border-right:1px solid #e5ded1!important;padding:4px 17px!important;scroll-snap-align:start}
  .section-heading h2{font-size:34px}.rooms-grid{grid-template-columns:1fr}.room-image{height:230px}.room-body p{min-height:auto}
  .attractions{padding-block:42px}.attractions-heading{display:block}.attractions-heading p:last-child{margin-top:13px}.attractions-rail{grid-auto-columns:78%;padding-inline:25px}.rail-arrow{display:none}
  .gallery-head{align-items:flex-start}.gallery-contact{display:none}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item{height:155px}.gallery-item:first-child{grid-column:1/-1;height:220px}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.footer-bottom span:last-child{flex-wrap:wrap}
  .booking-form{grid-template-columns:1fr}.modal-panel{padding:30px 20px}.modal-actions{flex-direction:column}.room-modal-panel{grid-template-columns:1fr;width:min(95vw,680px);padding:17px}.room-modal-gallery>img{height:300px}.room-modal-content{padding:8px}.room-modal-content ul{columns:1}.lightbox figure{padding:70px 20px 80px}.lightbox-arrow{top:auto;bottom:18px;transform:none}.lightbox-prev{left:calc(50% - 62px)}.lightbox-next{right:calc(50% - 62px)}
}
@media (max-width:430px){
  .hero h1{font-size:38px}.hero-buttons{display:grid;grid-template-columns:1fr}.hero-buttons .button{width:100%}.room-footer{align-items:flex-end}.room-footer .button{padding:10px 12px}.gallery-grid{gap:6px}.gallery-item{height:125px}.gallery-item:first-child{height:190px}.modal-panel h2{font-size:33px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

@media (max-width: 650px) {
  body { font-size: 13px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-location { font-size: 6px; }
  .hero { height: 540px; }
  .hero-photo { object-position: 64% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(4,27,20,.16) 0%, rgba(4,27,20,.65) 47%, rgba(4,27,20,.96) 100%); }
  .hero-content { justify-content: flex-end; padding-bottom: 62px; }
  .hero-location { font-size: 9px; }
  .hero h1 { font-size: 46px; line-height: .94; }
  .hero-lead { max-width: 100%; font-size: 12px; }
  .hero-buttons { flex-direction: column; width: 100%; }
  .hero-buttons .button { width: 100%; }
  .booking-wrap { padding-inline: 14px; }
  .booking-bar { grid-template-columns: 1fr; border-radius: 10px; overflow: visible; }
  .booking-field { min-height: 64px; border-bottom: 1px solid #e7e1d7; }
  .booking-field::after, .booking-guests::after { display: none !important; }
  .booking-guests { border-top: 0; }
  .booking-submit { min-height: 48px; }
  .rooms-section { padding: 42px 0 20px; }
  .rooms-intro h2 { font-size: 37px; }
  .room-cards { grid-template-columns: 1fr; }
  .room-image { height: 230px; }
  .room-content h3 { font-size: 26px; }
  .benefits-section { padding-top: 3px; }
  .benefits-card { grid-template-columns: 1fr; padding: 17px; }
  .benefit { padding: 18px 8px; border-top: 1px solid #ddd2c1; border-right: 0 !important; }
  .benefits-intro h2 { font-size: 34px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-copy, .kitchen-copy, .experience-image, .kitchen-image { grid-column: 1; grid-row: auto; }
  .experience-copy h2 { font-size: 36px; }
  .experience-image { min-height: 260px; }
  .reviews-heading h2 { font-size: 38px; }
  .reviews-track { grid-auto-columns: 89%; gap: 12px; }
  .review-prev { left: -7px; }
  .review-next { right: -7px; }
  .review-arrow { width: 31px; height: 31px; padding: 6px; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-item { height: 145px; }
  .gallery-action { transform: translateY(-8px); }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-links { display: grid; grid-template-columns: repeat(3, auto); gap: 2px 18px; justify-content: start; }
  .footer-links h3 { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 7px; }
  .modal-panel { width: calc(100% - 20px); max-height: calc(100vh - 20px); grid-template-columns: 1fr; }
  .modal-media { min-height: 250px; max-height: 280px; }
  .modal-content { padding: 30px 20px 25px; }
  .modal-content h2 { font-size: 34px; }
  .modal-content ul { grid-template-columns: 1fr; }
  .modal-actions { align-items: stretch; flex-direction: column; }
  .modal-actions .button { width: 100%; }
  .lightbox figure { width: calc(100% - 26px); }
  .lightbox-arrow { width: 40px; height: 40px; }
  .lightbox-prev { left: 4px; }
  .lightbox-next { right: 4px; }
  .legal-card { padding: 30px 22px; }
  .legal-card h1 { font-size: 39px; }
    .review-prev { left: -38px; }
  .review-next { right: -38px; }
}

@media (max-width: 980px) {
  .booking-wrap { height: auto; padding: 0 19px; }
  .booking-bar { width: 100%; grid-template-columns: repeat(2, 1fr); margin-top: -32px; }
  .booking-field { min-height: 68px; }
  .booking-field:nth-child(2)::after { display: none; }
  .booking-guests { border-top: 1px solid #e7e1d7; }
  .booking-guests::after { display: block; }
  .booking-submit { min-height: 44px; margin: 12px; }
  .benefits-card { grid-template-columns: repeat(2, 1fr); padding: 20px; }
  .benefits-intro { grid-column: 1 / -1; padding: 0 10px 20px; text-align: center; }
  .benefit { border-top: 1px solid #ddd2c1; border-left: 0; }
  .benefit:nth-child(even) { border-right: 1px solid #ddd2c1; }
  .experience-grid { grid-template-columns: 1fr 1.2fr; gap: 20px; }
  .experience-copy, .experience-image { min-height: auto; }
  .kitchen-copy { grid-column: 1; grid-row: 2; }
  .kitchen-image { grid-column: 2; grid-row: 2; }
  .reviews-track { grid-auto-flow: column; grid-auto-columns: 70%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .reviews-track::-webkit-scrollbar { display: none; }
  .review-card { scroll-snap-align: start; }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .gallery-item { height: 170px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}