@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Manrope:wght@400;500;600;700&display=swap";:root{--navy:#082c50;--navy-dark:#041d35;--gold:#a77b3f;--gold-light:#c2a16f;--ivory:#f8f5ef;--cream:#f3eee5;--white:#fff;--text:#10283f;--muted:#6c7177;--border:#082c5021;--serif:"DM Serif Display",Georgia,serif;--sans:"Manrope",Arial,sans-serif;--shadow:0 16px 45px #1620281a;font-family:var(--sans);color:var(--text);background:var(--ivory);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{background:var(--ivory);min-width:320px;margin:0;overflow-x:hidden}body.menu-open,body.modal-open{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{width:100%;display:block}h1,h2,h3,p{margin-top:0}.shell{width:min(100% - 36px,1320px);margin-inline:auto}.section{padding-block:clamp(54px,7vw,108px)}.button{background:linear-gradient(135deg,var(--gold-light),#90662f);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:14px;min-height:48px;padding:0 24px;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 7px 18px #714c2033}.button:hover{filter:brightness(.93);transform:translateY(-1px)}.button span,.text-link span,.room-card a span{transition:transform .25s}.button:hover span,.text-link:hover span,.room-card a:hover span{transform:translate(4px)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #a77b3f59}.button--small{min-height:42px;padding-inline:18px;font-size:13px}.text-link{color:var(--text);cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:10px;padding:8px 0;font-size:12px;display:inline-flex}.text-link span{color:var(--gold);font-size:18px}.site-header{z-index:100;background:#f8f5eff5;height:76px;transition:all .25s;position:sticky;top:0}.site-header.is-scrolled{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f5efe0;box-shadow:0 4px 24px #082c500d}.site-header__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{align-items:center;gap:9px;min-width:0;display:flex}.logo__mark{width:39px;height:45px;color:var(--gold);border-right:1px solid #a77b3f59;place-items:center;display:grid;transform:rotate(-8deg)}.logo__copy{flex-direction:column;min-width:0;display:flex}.logo__copy strong{font:400 clamp(16px,2vw,23px)/1.05 var(--serif);white-space:nowrap}.logo__copy small{text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;margin-top:6px;font-size:clamp(5px,.63vw,8px)}.menu-toggle{cursor:pointer;background:0 0;border:0;place-items:center;width:46px;height:46px;display:grid}.menu-toggle svg{width:28px;height:28px}.desktop-nav,.header-actions{display:none}.mobile-menu{z-index:99;border-top:1px solid var(--border);background:#f8f5effb;position:fixed;inset:76px 0 0}.mobile-menu__inner{flex-direction:column;height:100%;padding:32px 20px;display:flex}.mobile-menu a:not(.button){font:400 30px/1.2 var(--serif);border-bottom:1px solid var(--border);justify-content:space-between;padding:14px 3px;display:flex}.mobile-menu .button{margin-top:auto;margin-bottom:20px}.mobile-languages{gap:8px;display:flex}.mobile-languages button,.languages button{color:var(--muted);background:0 0;border:0;padding:8px;font-size:11px}.mobile-languages .is-active,.languages .is-active{color:var(--navy);font-weight:700}.hero{color:#fff;height:660px;position:relative}.hero__image,.hero__shade{position:absolute;inset:0}.hero__image{border-radius:0}.hero__image img{height:100%}.hero__shade{z-index:1;background:linear-gradient(#0313210d 20%,#03142438 48%,#03121feb 100%)}.hero__content{z-index:2;height:100%;position:relative}.hero__eyebrow{text-transform:uppercase;letter-spacing:3.5px;font-size:11px;font-weight:600;line-height:1.65;position:absolute;top:62px;left:4px}.hero__title-wrap{position:absolute;bottom:123px;left:4px}.hero h1{font:400 clamp(46px,13vw,60px)/.91 var(--serif);letter-spacing:-1.4px;margin:0 0 14px}.hero__title-wrap p{margin:0;font-size:17px;line-height:1.4}.hero__booking{z-index:4;position:absolute;bottom:-156px;left:50%;transform:translate(-50%)}.booking-widget{color:var(--text);background:#fffdf9fa;border:1px solid #082c501a;border-radius:18px;grid-template-columns:1fr 1fr;gap:8px;padding:14px;display:grid;box-shadow:0 15px 45px #061d3230}.booking-field{border:1px solid var(--border);background:#fff;border-radius:9px;flex-direction:column;justify-content:center;min-width:0;height:61px;padding:9px 35px 8px 11px;display:flex;position:relative}.booking-field span{color:var(--muted);margin-bottom:3px;font-size:9px}.booking-field strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.booking-field svg{width:17px;color:var(--navy);position:absolute;top:50%;right:11px;transform:translateY(-50%)}.booking-field input,.booking-field select{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.booking-field--guests{grid-column:1/-1}.booking-submit{border-radius:8px;grid-column:1/-1;width:100%;height:50px}.image-slot{background:#ded7cc;position:relative;overflow:hidden}.image-slot img{object-fit:cover;opacity:0;height:100%;transition:opacity .35s,transform .6s}.image-slot img.is-visible{opacity:1}.image-slot.is-placeholder{background:linear-gradient(135deg,#d8d1c5,#eee9df 48%,#cbc3b6)}.image-slot.is-placeholder:after{content:"";background:linear-gradient(110deg,#0000 20%,#ffffff38 38%,#0000 56%);animation:2.5s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}.image-slot__label{z-index:1;color:#082c5094;letter-spacing:1px;flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:10px;display:flex;position:absolute;inset:0}.image-slot__mark{font:400 24px var(--serif);color:#a77b3fc7;border-bottom:1px solid #a77b3f73}@keyframes shimmer{to{transform:translate(100%)}}.benefits{padding-top:190px;padding-bottom:51px}.benefits__grid{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.benefit{text-align:center;background:#ffffffb3;border:1px solid #082c500f;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:93px;display:flex;box-shadow:0 8px 22px #12263509}.benefit svg{width:22px;color:var(--gold);margin-bottom:7px}.benefit strong{font-size:10px}.benefit span{color:var(--muted);margin-top:3px;font-size:8px}.nearby{color:#7d6b57;align-items:center;gap:15px;margin-top:33px;display:flex}.nearby span{text-transform:uppercase;letter-spacing:3px;white-space:nowrap;font-size:8px}.nearby i{background:#7d6b5766;flex:1;height:1px}.rooms-section{background:linear-gradient(180deg,var(--cream),#f7f3ec)}.section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.section-heading h2{font:400 clamp(30px,4.3vw,56px)/1 var(--serif);color:var(--navy);margin:0}.section-heading p{color:var(--muted);margin:7px 0 0;font-size:11px}.rooms-grid{gap:12px;display:grid}.room-card{border:1px solid var(--border);background:#fff;border-radius:13px;grid-template-columns:minmax(118px,42%) 1fr;min-height:172px;display:grid;overflow:hidden;box-shadow:0 5px 18px #082c5009}.room-card__image{height:100%;min-height:172px}.room-card__body{flex-direction:column;justify-content:space-between;min-width:0;padding:13px 11px;display:flex}.room-card h3{font:400 clamp(16px,4.3vw,20px)/1.05 var(--serif);margin:0 0 8px}.room-card__guests{color:var(--muted);align-items:center;gap:5px;font-size:9px;display:flex}.room-card p{color:#3e4b57;margin:8px 0;font-size:10px;line-height:1.37}.room-card__footer{justify-content:space-between;align-items:flex-end;gap:4px;display:flex}.room-card__footer div{white-space:nowrap}.room-card__footer small{font-size:7px}.room-card__footer strong{margin:0 2px;font-size:11px}.room-card__footer a{background:var(--gold);color:#fff;border-radius:5px;align-items:center;gap:4px;height:31px;padding:0 8px;font-size:8px;display:flex}.why-us{background:#faf8f3}.why-grid{grid-template-columns:1fr 1fr;gap:28px 18px;display:grid}.why-item{align-items:flex-start;gap:11px;display:flex}.why-item>svg{color:var(--navy);flex:none;width:25px}.why-item strong,.why-item span{display:block}.why-item strong{font-size:11px;line-height:1.25}.why-item span{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.45}.breakfast-section{padding-bottom:26px}.breakfast-card{aspect-ratio:1.84;color:#fff;border-radius:11px;position:relative;overflow:hidden}.breakfast-card>.image-slot{position:absolute;inset:0}.breakfast-card__shade{background:linear-gradient(90deg,#031626d1,#0316261a 75%),linear-gradient(#0000,#00000059);position:absolute;inset:0}.breakfast-card__content{width:min(72%,390px);position:absolute;bottom:15px;left:16px}.breakfast-card h3{font:400 clamp(24px,5.7vw,54px)/.98 var(--serif);margin:0 0 8px}.breakfast-card p{margin:0;font-size:9px;line-height:1.4}.gallery-section{padding-top:26px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:5px;display:grid}.gallery-item{aspect-ratio:1.06;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0;overflow:hidden}.gallery-item .image-slot{width:100%;height:100%}.gallery-item:hover img{transform:scale(1.04)}.lightbox{z-index:1000;background:#020e1af0;place-items:center;padding:56px;display:grid;position:fixed;inset:0}.lightbox__image{width:min(1000px,82vw);height:min(75vh,700px);position:relative}.lightbox__image .image-slot{border-radius:6px;height:100%}.lightbox__image>span{color:#fff;font-size:12px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.lightbox button{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;position:absolute}.lightbox__close{top:22px;right:22px}.lightbox__prev{left:20px}.lightbox__next{right:20px}.reviews-section{background:#f4efe6}.reviews-layout{grid-template-columns:35px 1fr 35px;align-items:center;gap:4px;display:grid}.reviews-window{display:grid}.review-card{border:1px solid var(--border);visibility:hidden;background:#fff;border-radius:10px;grid-area:1/1;min-height:170px;padding:18px 16px;position:relative}.review-card.is-active{visibility:visible}.review-quote{color:#a77b3f1a;width:44px;height:44px;position:absolute;bottom:12px;right:15px}.review-card__head{grid-template-columns:39px 1fr auto;align-items:center;gap:10px;display:grid}.review-avatar{background:var(--navy);color:#fff;width:39px;height:39px;font:20px var(--serif);border-radius:50%;place-items:center;display:grid}.review-card__head strong,.review-card__head span{display:block}.review-card__head strong{font-size:11px}.review-card__head span{color:var(--muted);margin-top:3px;font-size:8px}.stars{color:#b97824;letter-spacing:1px;font-size:10px}.review-card p{margin:14px 0 0;font-size:10px;line-height:1.55}.review-arrow{cursor:pointer;background:0 0;border:0;place-items:center;height:48px;padding:0;display:grid}.review-arrow svg{width:19px}.review-dots{justify-content:center;gap:6px;margin-top:12px;display:flex}.review-dots button{background:#b9ad9a;border:0;border-radius:50%;width:5px;height:5px;padding:0}.review-dots .is-active{background:var(--navy);border-radius:4px;width:14px}.location-card{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden}.location-map{cursor:pointer;background:#e9ece9;height:190px;display:block;position:relative;overflow:hidden}.location-map-image{width:100%;height:100%}.location-map-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1);display:block}.location-map__hint{display:none}.location-info{padding:20px}.location-kicker{text-transform:uppercase;letter-spacing:1.4px;color:var(--gold);align-items:center;gap:6px;font-size:9px;display:flex}.location-kicker svg{width:15px}.location-info h3{font:400 22px var(--serif);margin:9px 0 5px}.location-info>p{color:var(--muted);margin-bottom:18px;font-size:10px}.location-distance{border-block:1px solid var(--border);gap:25px;margin-bottom:16px;padding:13px 0;display:flex}.location-distance span{color:var(--muted);font-size:8px}.location-distance strong{color:var(--navy);font-size:11px;display:block}.location-actions{grid-template-columns:1.35fr 1fr;gap:12px;display:grid}.location-actions .button{white-space:nowrap;width:100%;min-width:0;min-height:60px;padding-inline:16px}.location-2gis{background:linear-gradient(135deg,#2eb872 0%,#159b5b 100%);transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 8px 22px #169b5b33}.location-2gis svg{flex:none;width:17px;height:17px}.location-2gis:hover{filter:brightness(.94);transform:translateY(-1px);box-shadow:0 10px 28px #169b5b47}.location-2gis:active{transform:translateY(0)}.footer{background:var(--navy-dark);color:#fff;padding:42px 0 22px}.logo--inverse{color:#fff}.footer__main{grid-template-columns:1fr 1fr;gap:35px 18px;display:grid}.footer__brand{grid-column:1/-1}.footer__brand p{color:#ffffff8c;margin:18px 0 0;font-size:10px;line-height:1.6}.footer h3{text-transform:uppercase;letter-spacing:1.7px;color:var(--gold-light);margin:0 0 12px;font-size:9px}.footer__contacts,.footer__nav{flex-direction:column;gap:9px;display:flex}.footer__contacts a,.footer__nav a{color:#fffc;font-size:9px}.footer__contacts a{align-items:center;gap:7px;display:flex}.footer__contacts svg{width:13px}.footer__statement{border-left:1px solid #c2a16f73;grid-column:1/-1;justify-content:space-between;align-items:flex-end;padding-left:18px;display:flex}.footer__statement span{text-transform:uppercase;letter-spacing:2.4px;font-size:9px;line-height:1.7}.footer__statement svg{color:var(--gold-light)}.footer__bottom{color:#ffffff73;border-top:1px solid #ffffff1f;justify-content:space-between;gap:12px;margin-top:30px;padding-top:17px;font-size:7px;display:flex}.mobile-booking-bar{z-index:90;border:1px solid var(--border);opacity:0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff5;border-radius:13px;justify-content:space-between;align-items:center;padding:8px 8px 8px 13px;transition:all .3s;display:flex;position:fixed;bottom:10px;left:10px;right:10px;transform:translateY(130%);box-shadow:0 14px 40px #041d353d}.mobile-booking-bar.is-visible{opacity:1;transform:none}.mobile-booking-bar div{align-items:baseline;gap:3px;display:flex}.mobile-booking-bar small{font-size:7px}.mobile-booking-bar strong{font-size:12px}.mobile-booking-bar .button{min-height:40px;padding:0 15px;font-size:11px}@media (width>=768px){.shell{width:min(100% - 64px,1320px)}.site-header{height:84px}.mobile-menu{inset:84px 0 0}.hero{border-radius:0 0 24px 24px;height:calc(100vh - 84px);min-height:700px;overflow:visible}.hero__image{border-radius:0 0 24px 24px}.hero__eyebrow{font-size:13px;top:20%;left:0}.hero__title-wrap{bottom:16%;left:0}.hero h1{font-size:clamp(76px,8vw,124px)}.hero__title-wrap p{font-size:22px}.hero__booking{bottom:-48px}.booking-widget{border-radius:14px;grid-template-columns:1fr 1fr .85fr 1.2fr;gap:0;padding:12px}.booking-field{border-width:0 1px 0 0;border-radius:0;height:72px;padding-left:20px}.booking-field--guests{grid-column:auto}.booking-submit{grid-column:auto;height:72px;margin-left:12px}.benefits{padding-top:100px}.benefits__grid{gap:14px;max-width:820px;margin:auto}.benefit{min-height:112px}.benefit strong{font-size:13px}.benefit span{font-size:10px}.nearby{max-width:820px;margin:38px auto 0}.rooms-grid{grid-template-columns:1fr 1fr;gap:20px}.room-card{min-height:unset;grid-template-columns:1fr}.room-card__image{aspect-ratio:1.55}.room-card__body{padding:23px}.room-card h3{font-size:25px}.room-card p{max-width:430px;font-size:12px}.room-card__guests{font-size:11px}.room-card__footer{margin-top:20px}.room-card__footer strong{font-size:15px}.room-card__footer a{height:38px;padding:0 13px;font-size:10px}.why-grid{grid-template-columns:repeat(3,1fr);gap:36px}.why-item strong{font-size:13px}.why-item span{font-size:11px}.breakfast-card{aspect-ratio:2.4;border-radius:16px}.breakfast-card__content{bottom:12%;left:5%}.breakfast-card p{font-size:13px}.gallery-grid{grid-template-rows:210px 210px;grid-template-columns:repeat(4,1fr);gap:10px}.gallery-item{aspect-ratio:auto}.gallery-item--1{grid-row:span 2}.gallery-item--2,.gallery-item--6{grid-column:span 2}.reviews-window{grid-template-columns:repeat(3,1fr);gap:14px}.review-card{grid-area:auto;min-height:205px;visibility:visible!important}.review-card__head{grid-template-columns:43px 1fr}.stars{grid-column:2}.review-card p{font-size:11px}.review-arrow{display:none}.reviews-layout{display:block}.location-card{grid-template-columns:1.35fr .85fr;display:grid}.location-info{flex-direction:column;justify-content:center;padding:clamp(35px,5vw,68px);display:flex}.location-info h3{font-size:33px}.footer__main{grid-template-columns:1.5fr 1fr .6fr 1fr}.footer__brand,.footer__statement{grid-column:auto}.footer__bottom{font-size:9px}.mobile-booking-bar{display:none}}@media (width>=1024px){.menu-toggle{display:none}.desktop-nav,.header-actions{align-items:center;display:flex}.desktop-nav{gap:clamp(16px,2.2vw,34px);margin-left:auto;margin-right:30px}.desktop-nav a{font-size:12px;position:relative}.desktop-nav a:after{content:"";background:var(--gold);height:1px;transition:all .25s;position:absolute;bottom:-7px;left:0;right:100%}.desktop-nav a:hover:after{right:0}.header-actions{gap:18px}.room-card{grid-template-columns:47% 1fr}.room-card__image{aspect-ratio:auto;min-height:290px}.room-card:hover{box-shadow:var(--shadow)}.room-card:hover img{transform:scale(1.035)}.section-heading{margin-bottom:34px}}@media (width>=1280px){.rooms-grid{grid-template-columns:repeat(4,1fr)}.room-card{grid-template-columns:1fr}.room-card__image{aspect-ratio:1.25;min-height:0}.room-card__body{min-height:235px}.why-grid{grid-template-columns:repeat(6,1fr)}}@media (width<=359px){.shell{width:calc(100% - 28px)}.logo__copy strong{font-size:15px}.logo__copy small{letter-spacing:1px}.logo__mark{width:34px}.hero{height:590px}.booking-widget{padding:10px}.booking-field{padding-left:8px}.benefits__grid{gap:4px}.benefit{min-height:86px}.room-card{grid-template-columns:112px 1fr}.room-card__body{padding:11px 8px}.room-card p,.room-card__footer strong{font-size:9px}.room-card__footer a{padding-inline:6px}.stars{font-size:8px}}.hero-media{position:absolute;inset:0;overflow:hidden}.hero-media .hero__image{z-index:1;width:100%;height:100%;position:absolute;inset:0}.hero-gradient{z-index:2;pointer-events:none;background:linear-gradient(#0000 30%,#00000029 48%,#0000006b 62%,#000000b8 80%,#000000eb 100%);position:absolute;inset:0}.hero-media .hero__content{z-index:3;height:100%;position:relative}@media (width>=768px){.hero-media{border-radius:0 0 24px 24px}.hero-gradient{background:linear-gradient(#0000 32%,#00000038 56%,#00000085 76%,#000000c7 100%)}}.room-carousel{touch-action:pan-y;isolation:isolate;outline-offset:-3px;cursor:grab;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.room-carousel.is-dragging{cursor:grabbing}.room-carousel__track{will-change:transform;width:100%;height:100%;transition:transform .46s cubic-bezier(.22,1,.36,1);display:flex}.room-carousel__slide{flex:0 0 100%;width:100%;min-width:0;height:100%}.room-carousel__slide .image-slot{width:100%;height:100%}.room-carousel__slide img{object-fit:cover;width:100%;height:100%;display:block}.room-carousel__dots{z-index:4;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000003b;border-radius:999px;align-items:center;gap:5px;padding:5px 7px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #00000029}.room-carousel__dots button{cursor:pointer;background:#ffffff9e;border:0;border-radius:999px;width:6px;min-width:6px;height:6px;padding:0;transition:width .22s,background-color .22s;box-shadow:0 1px 3px #0003}.room-carousel__dots button.is-active{background:#fff;width:20px}.rooms-grid{grid-auto-rows:1fr}.room-card{height:100%}.room-card__image,.room-carousel__track,.room-carousel__slide,.room-carousel__slide .image-slot,.room-carousel__slide img{min-height:0;max-height:100%}.room-card__footer button{background:var(--gold);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:5px;align-items:center;gap:4px;height:31px;padding:0 8px;font-size:8px;display:flex}@media (width>=768px){.room-card__footer button{height:38px;padding:0 13px;font-size:10px}}@media (prefers-reduced-motion:reduce){.room-carousel__track{transition-duration:.01ms}}.location-actions{grid-template-columns:1fr;gap:10px}.location-actions .button{padding-inline:14px;font-size:11px}.location-section .section-heading .text-link{cursor:pointer;transition:color .2s}.location-section .section-heading .text-link:hover{color:var(--gold)}.footer-contact-link{cursor:pointer;text-decoration:none;transition:color .2s,opacity .2s}.footer-contact-link svg{transition:color .2s}.footer-contact-link:hover,.footer-contact-link:hover svg{color:var(--gold-light)}@media (width>=768px){.location-map{height:430px}.location-map__hint{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;opacity:0;background:#041d3594;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:10px;transition:opacity .22s,transform .22s;display:flex;position:absolute;bottom:18px;right:18px;transform:translateY(5px)}.location-map__hint svg{width:13px;height:13px}.location-map:hover img{transform:scale(1.015)}.location-map:hover .location-map__hint{opacity:1;transform:none}}@media (width>=1200px){.location-actions{grid-template-columns:1.35fr 1fr;gap:12px}.location-actions .button{padding-inline:10px;font-size:10px}}.mobile-menu-overlay{z-index:10000;background:var(--ivory);width:100%;height:100dvh;min-height:100vh;color:var(--text);position:fixed;inset:0;overflow:hidden}.mobile-menu-header{background:var(--ivory);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:min(100% - 36px,1320px);height:76px;margin-inline:auto;display:flex}.mobile-menu-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:var(--ivory);flex-direction:column;height:calc(100dvh - 76px);padding:22px 20px 28px;display:flex;overflow-y:auto}.mobile-menu-content nav{flex-direction:column;display:flex}.mobile-menu-content nav a{border-bottom:1px solid var(--border);min-height:58px;font:400 clamp(24px,8vw,30px)/1.15 var(--serif);justify-content:space-between;align-items:center;gap:18px;padding:12px 3px;display:flex}.mobile-menu-content nav a span{overflow-wrap:anywhere;min-width:0}.mobile-menu-content nav a b{font:400 20px var(--sans);color:var(--gold);flex:none}.mobile-menu-content>.button{flex:none;margin-top:24px}.mobile-menu-content .mobile-languages{padding-bottom:max(0px,env(safe-area-inset-bottom));flex:none;margin-top:18px}.languages button,.mobile-languages button{cursor:pointer;position:relative}.languages button.is-active:after,.mobile-languages button.is-active:after{content:"";background:var(--gold);border-radius:2px;height:2px;position:absolute;bottom:2px;left:8px;right:8px}body.menu-open .mobile-booking-bar{visibility:hidden;opacity:0}@media (height<=620px){.mobile-menu-content{padding-top:10px}.mobile-menu-content nav a{min-height:48px;padding-block:8px;font-size:22px}.mobile-menu-content>.button{margin-top:14px}.mobile-menu-content .mobile-languages{margin-top:8px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
