*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#171717;background:#fff;font-family:var(--hotel-body),Arial,sans-serif;line-height:1.6}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}.hotel-brand-logo{height:auto;max-height:3rem;max-width:12rem;object-fit:contain;width:auto}.preview-bar{position:relative;z-index:100;background:#fbbf24;color:#111;padding:.55rem 5vw;text-align:center;font-size:.82rem;font-weight:800}.preview-bar a{text-decoration:underline}.site-wrap{overflow:hidden}.container{width:min(1180px,90vw);margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800}.mobile-toggle{display:none;background:none;border:1px solid currentColor;padding:.55rem .7rem}.booking-bar{display:grid;grid-template-columns:repeat(3,1fr) 1.1fr;background:#fff;color:#171717;box-shadow:0 18px 55px #0003}.booking-bar label{padding:1rem 1.2rem;border-right:1px solid #ddd}.booking-bar label span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.67rem;font-weight:800}.booking-bar input{width:100%;border:0;background:transparent;padding:.25rem 0}.booking-bar button{border:0;background:var(--hotel-primary);color:#fff;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.section{padding:7rem 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem}.section-head h2{font:clamp(2.3rem,6vw,5rem)/.95 var(--hotel-heading),Georgia,serif;margin:.3rem 0}.section-head p{max-width:36rem}.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.room-card{background:#fff;border:1px solid #ddd;display:flex;flex-direction:column}.room-card__image{display:block;aspect-ratio:4/3;background:linear-gradient(135deg,var(--hotel-secondary),var(--hotel-primary));background-size:cover;background-position:center}.room-card__body{padding:1.5rem;display:flex;flex:1;flex-direction:column}.room-card h3{font:2rem/1.1 var(--hotel-heading),Georgia,serif;margin:.4rem 0}.room-card__foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #ddd}.chips{display:flex;gap:.4rem;flex-wrap:wrap;margin:1rem 0}.chips span{font-size:.7rem;border:1px solid #ccc;padding:.2rem .55rem;border-radius:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.gallery-tile{aspect-ratio:1;background:linear-gradient(135deg,#ddd,#888);background-size:cover;background-position:center}.prose{width:min(780px,90vw);margin:0 auto;padding:6rem 0;font-size:1.08rem}.prose h1{font:clamp(2.8rem,7vw,6rem)/.95 var(--hotel-heading),Georgia,serif}.prose img{margin:2rem 0}.rooms-page,.gallery-page,.blog-page{padding:5rem 0}.page-hero{padding:7rem 0 4rem}.page-hero h1{font:clamp(3rem,8vw,7rem)/.9 var(--hotel-heading),Georgia,serif;margin:0}.room-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;padding:5rem 0}.room-detail__image{min-height:34rem;background:linear-gradient(135deg,var(--hotel-secondary),var(--hotel-primary));background-size:cover;background-position:center}.room-detail h1{font:clamp(3rem,7vw,6rem)/.9 var(--hotel-heading),Georgia,serif}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{border:1px solid #ddd;padding:2rem}.blog-card h2{font:2rem/1.1 var(--hotel-heading),Georgia,serif}.coming-soon{min-height:100vh;display:grid;place-items:center;text-align:center;padding:2rem;background:#111;color:#fff}.coming-soon h1{font:clamp(3rem,10vw,8rem)/.9 Georgia,serif;margin:0}.coming-soon a{text-decoration:underline}

/* Urban — editorial, high contrast, booking-led; informed by the HBS reference. */
.theme-urban{background:#0b0b0b;color:#fff}.urban-header{background:#0d0d0d;padding:1.7rem 3vw 0;border-bottom:1px solid #333}.urban-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.4rem}.urban-brand{font:900 clamp(1.25rem,2.5vw,2rem)/1 Arial,sans-serif;text-transform:uppercase;letter-spacing:-.03em}.urban-book{border:2px solid var(--hotel-primary);padding:.75rem 1.4rem;font-weight:900;text-transform:uppercase}.urban-nav{display:flex;gap:2rem;border-top:1px solid #333;padding:1rem 0;font:700 .77rem/1 monospace;letter-spacing:.06em}.urban-strip{background:var(--hotel-primary);color:#111;padding:.5rem 3vw;font:900 .72rem/1 monospace;letter-spacing:.15em;text-transform:uppercase}.urban-hero{min-height:68vh;display:flex;align-items:end;padding:7vw 3vw 4vw;position:relative;background:radial-gradient(circle at 75% 30%,#1a6170 0,#062b3b 28%,#050505 72%);background-size:cover;background-position:center}.urban-hero:after{content:'';position:absolute;right:10%;top:23%;width:16vw;height:16vw;border:2.3vw solid var(--hotel-primary);transform:rotate(12deg)}.urban-hero__content{position:relative;z-index:1;max-width:850px}.urban-hero h1{font:900 clamp(4rem,9vw,9rem)/.82 Arial,sans-serif;letter-spacing:-.07em;text-transform:uppercase;margin:1rem 0}.urban-hero p{max-width:650px;font-size:1.15rem}.theme-urban .booking-bar{width:min(1180px,94vw);margin:-1.5rem auto 0;position:relative;z-index:3}.theme-urban .section{background:#f4f0e8;color:#111}.theme-urban .section:nth-of-type(even){background:#111;color:#fff}.theme-urban .room-card{border:0}.theme-urban .room-card h3{font-family:Arial,sans-serif;font-weight:900;text-transform:uppercase}.urban-footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:4rem 5vw;border-top:1px solid #333}.urban-footer nav{display:grid;gap:.4rem}

/* Luxe — cinematic, centered, serif and restrained gold. */
.theme-luxe{background:#f6f1e8;color:#271f1a}.luxe-header{position:absolute;z-index:10;width:100%;padding:1.5rem 5vw;color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.luxe-header nav{display:flex;gap:1.4rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.luxe-brand{text-align:center;font:2rem/1 Georgia,serif;letter-spacing:.08em}.luxe-header .luxe-cta{justify-self:end;border:1px solid #d6b778;padding:.65rem 1rem}.luxe-hero{min-height:90vh;display:grid;place-items:center;text-align:center;color:#fff;padding:8rem 5vw 5rem;background:linear-gradient(#1e161188,#1e1611aa),radial-gradient(circle at 50% 20%,#956f4b,#1c1511 70%);background-size:cover;background-position:center}.luxe-hero h1{font:clamp(4rem,10vw,9rem)/.88 Georgia,serif;margin:1rem auto;max-width:1000px;font-weight:400}.luxe-hero p{max-width:600px;margin:auto}.theme-luxe .booking-bar{width:min(1050px,90vw);margin:-3rem auto 0;position:relative}.theme-luxe .room-grid{gap:2.5rem}.theme-luxe .room-card{background:transparent;border:0}.theme-luxe .room-card__image{aspect-ratio:3/4}.theme-luxe .room-card__body{padding:1.5rem 0}.theme-luxe .chips span{border-color:#aa916c}.luxe-quote{text-align:center;padding:7rem 10vw;background:#2d231d;color:#fff}.luxe-quote blockquote{font:clamp(2rem,4vw,4rem)/1.2 Georgia,serif;max-width:900px;margin:auto}.luxe-footer{background:#17120f;color:#d9cdbd;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:5rem}.luxe-footer nav{display:grid;gap:.5rem}

/* Coastal — light, rounded, asymmetric and relaxed. */
.theme-coastal{background:#f5fbfa;color:#12383d}.coastal-header{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;margin:1rem auto;width:min(1180px,94vw);background:#fff;padding:1rem 1.4rem;border-radius:4rem;box-shadow:0 10px 35px #16434c14}.coastal-brand{font:800 1.35rem/1 Arial,sans-serif;color:#0c6672}.coastal-nav{display:flex;gap:1.4rem;font-size:.85rem}.coastal-cta{background:var(--hotel-primary);color:#fff;padding:.7rem 1.1rem;border-radius:2rem}.coastal-hero{width:min(1320px,96vw);min-height:76vh;margin:auto;border-radius:2rem;display:flex;align-items:end;padding:5vw;color:#fff;background:linear-gradient(20deg,#073943c7,#1e7d8b33),radial-gradient(circle at 70% 30%,#72d4d4,#0b6473 75%);background-size:cover;background-position:center}.coastal-hero h1{font:clamp(3.5rem,8vw,7.5rem)/.9 Georgia,serif;max-width:900px;margin:.5rem 0}.coastal-hero p{max-width:600px}.theme-coastal .booking-bar{width:min(1000px,88vw);margin:-2.5rem auto 0;position:relative;border-radius:1rem;overflow:hidden}.theme-coastal .section-head h2{color:#0b6473}.theme-coastal .room-card{border:0;border-radius:1.2rem;overflow:hidden;box-shadow:0 15px 40px #17434b13}.theme-coastal .room-card__image{aspect-ratio:4/3}.theme-coastal .chips span{background:#e5f5f3;border:0}.coastal-wave{background:#dff3f1;border-radius:50% 50% 0 0/8% 8% 0 0}.coastal-footer{background:#0d535d;color:#fff;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:5rem}.coastal-footer nav{display:grid;gap:.5rem}

/* Heritage — framed, classic, warm and editorial. */
.theme-heritage{background:#eee6d7;color:#382b20}.heritage-top{text-align:center;padding:.6rem;background:#4d191b;color:#fff;text-transform:uppercase;letter-spacing:.18em;font-size:.66rem}.heritage-header{border-bottom:1px solid #8f7c61;padding:1.5rem 4vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.heritage-nav{display:flex;gap:1.2rem;font:700 .75rem/1 Georgia,serif;text-transform:uppercase}.heritage-brand{text-align:center;font:2.1rem/1 Georgia,serif}.heritage-book{justify-self:end;border-bottom:2px solid #4d191b;font-weight:800}.heritage-hero{margin:2rem auto;width:min(1280px,94vw);min-height:72vh;border:12px solid #e1d2bb;outline:1px solid #7a674d;display:grid;grid-template-columns:1fr 1fr;background:#cab28f}.heritage-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:5vw;background:#f4ecdf}.heritage-hero__image{background:linear-gradient(#4d191b44,#4d191b55),radial-gradient(circle,#c8a77b,#513727);background-size:cover;background-position:center}.heritage-hero h1{font:clamp(3.5rem,7vw,7rem)/.9 Georgia,serif;margin:.5rem 0}.theme-heritage .booking-bar{width:min(1100px,90vw);margin:2rem auto;border:1px solid #7a674d;box-shadow:none}.theme-heritage .booking-bar button{background:#4d191b}.theme-heritage .room-card{border:1px solid #9b896f;background:#f4ecdf}.theme-heritage .room-card__image{border:8px solid #f4ecdf}.heritage-footer{border-top:4px double #806d52;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:5rem}.heritage-footer nav{display:grid;gap:.5rem}

/* Minimal — whitespace, modular grid, quiet typography. */
.theme-minimal{background:#fafafa;color:#111}.minimal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 4vw;border-bottom:1px solid #ddd}.minimal-brand{font:600 1.15rem/1 Arial,sans-serif;letter-spacing:-.03em}.minimal-nav{display:flex;gap:1.8rem;font-size:.8rem}.minimal-hero{display:grid;grid-template-columns:42% 58%;min-height:75vh}.minimal-hero__copy{padding:8vw 5vw;display:flex;justify-content:center;flex-direction:column}.minimal-hero__image{background:linear-gradient(135deg,#ddd,#777);background-size:cover;background-position:center}.minimal-hero h1{font:500 clamp(3.4rem,7vw,7rem)/.9 Arial,sans-serif;letter-spacing:-.06em;margin:.7rem 0}.minimal-hero p{max-width:480px;color:#555}.theme-minimal .booking-bar{box-shadow:none;border-block:1px solid #ddd}.theme-minimal .section-head h2,.theme-minimal .room-card h3{font-family:Arial,sans-serif;letter-spacing:-.05em}.theme-minimal .room-card{border:0;background:transparent}.theme-minimal .room-card__body{padding:1.5rem 0}.theme-minimal .room-card__image{filter:grayscale(1);transition:.3s}.theme-minimal .room-card:hover .room-card__image{filter:none}.minimal-footer{border-top:1px solid #ddd;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding:4rem}.minimal-footer nav{display:grid;gap:.4rem}

@media(max-width:850px){.mobile-toggle{display:block}.urban-nav,.coastal-nav,.heritage-nav,.minimal-nav,.luxe-header nav{display:none;position:absolute;top:100%;left:0;right:0;background:inherit;padding:1.5rem;z-index:20;flex-direction:column}.urban-nav.is-open,.coastal-nav.is-open,.heritage-nav.is-open,.minimal-nav.is-open,.luxe-header nav.is-open{display:flex}.luxe-header,.heritage-header{grid-template-columns:1fr auto}.luxe-brand,.heritage-brand{text-align:left}.luxe-header .luxe-cta,.heritage-book{display:none}.booking-bar{grid-template-columns:1fr 1fr}.booking-bar button{min-height:4.5rem}.room-grid,.blog-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.section{padding:4rem 0}.section-head{display:block}.urban-hero:after{display:none}.heritage-hero,.minimal-hero{grid-template-columns:1fr}.heritage-hero__image,.minimal-hero__image{min-height:45vh;grid-row:1}.room-detail{grid-template-columns:1fr}.urban-footer,.luxe-footer,.coastal-footer,.heritage-footer,.minimal-footer{grid-template-columns:1fr;padding:3rem 5vw}}
@media(max-width:560px){.booking-bar,.room-grid,.blog-grid{grid-template-columns:1fr}.booking-bar label{border-right:0;border-bottom:1px solid #ddd}.urban-hero h1{font-size:3.7rem}.luxe-hero h1,.coastal-hero h1,.heritage-hero h1,.minimal-hero h1{font-size:3.4rem}.coastal-header{border-radius:1rem}.section-head h2{font-size:2.6rem}.page-hero{padding-top:4rem}}
.hotel-chatbot{position:fixed;right:20px;bottom:20px;z-index:60;font:14px/1.4 system-ui,sans-serif;color:#1f2937}.hotel-chatbot__toggle,.hotel-chatbot form button{border:0;border-radius:999px;background:var(--hotel-primary,#d97706);color:#fff;padding:12px 18px;font-weight:700;cursor:pointer;box-shadow:0 8px 30px #0003}.hotel-chatbot__toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;white-space:nowrap}.hotel-chatbot__toggle-icon{display:block;width:22px;height:22px;flex:0 0 22px}.hotel-chatbot__panel{position:absolute;right:0;bottom:64px;width:min(360px,calc(100vw - 32px));background:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:0 18px 60px #0004;overflow:hidden}.hotel-chatbot__head{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#f7f7f7}.hotel-chatbot__head button{border:0;background:transparent;font-size:24px;cursor:pointer}.hotel-chatbot__messages{max-height:260px;overflow:auto;padding:12px;background:#fff}.hotel-chatbot__message{padding:9px 11px;border-radius:10px;background:#f3f4f6}.hotel-chatbot__message--user{margin-left:32px;background:#fff4df}.hotel-chatbot form{display:grid;gap:10px;padding:12px;border-top:1px solid #eee}.hotel-chatbot__dates{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hotel-chatbot label{display:grid;gap:4px;font-size:12px}.hotel-chatbot input,.hotel-chatbot textarea{box-sizing:border-box;width:100%;border:1px solid #d1d5db;border-radius:8px;padding:8px;font:inherit}.hotel-chatbot form button{justify-self:end;padding:9px 16px}.hotel-chatbot form button:disabled{opacity:.6}@media(max-width:520px){.hotel-chatbot{right:12px;bottom:12px}.hotel-chatbot__panel{position:fixed;left:12px;right:12px;bottom:76px;width:auto}}

.demo-theme-switcher{bottom:20px;color:#17211e;font:500 14px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;left:20px;position:fixed;z-index:80}.demo-theme-switcher>summary{align-items:center;background:#17211e;border:1px solid #ffffff35;border-radius:999px;box-shadow:0 14px 38px #0004;color:#fff;cursor:pointer;display:flex;gap:10px;list-style:none;min-height:52px;padding:8px 13px 8px 11px;transition:transform .2s ease,background .2s ease}.demo-theme-switcher>summary::-webkit-details-marker{display:none}.demo-theme-switcher>summary:hover{background:#24332e;transform:translateY(-2px)}.demo-theme-switcher>summary svg{height:28px;width:28px}.demo-theme-switcher>summary>span{display:grid;min-width:120px}.demo-theme-switcher>summary small{color:#b9c3bf;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.demo-theme-switcher>summary b{font-size:15px;transition:transform .2s ease}.demo-theme-switcher[open]>summary b{transform:rotate(180deg)}.demo-theme-switcher__panel{background:#fff;border:1px solid #d9ddd9;border-radius:18px;bottom:64px;box-shadow:0 24px 70px #1118;box-sizing:border-box;left:0;overflow:hidden;padding:16px;position:absolute;width:330px}.demo-theme-switcher__heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.demo-theme-switcher__heading>span{display:grid}.demo-theme-switcher__heading small{color:#8a938f;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.demo-theme-switcher__heading strong{font-family:Georgia,serif;font-size:20px}.demo-theme-switcher__heading em{background:#edf3f0;border-radius:99px;color:#416057;font-size:9px;font-style:normal;font-weight:800;padding:5px 7px;text-transform:uppercase}.demo-theme-switcher__options{display:grid;gap:7px}.demo-theme-switcher__option{align-items:center;border:1px solid #e4e7e5;border-radius:11px;color:#24312d!important;display:grid;gap:10px;grid-template-columns:48px 1fr auto;padding:8px;text-decoration:none!important;transition:border-color .2s ease,background .2s ease}.demo-theme-switcher__option:hover,.demo-theme-switcher__option.is-active{background:#f4f7f5;border-color:#81988f}.demo-theme-switcher__option>i{background:#171717;border-radius:7px;display:grid;gap:5px;height:35px;overflow:hidden;padding:7px}.demo-theme-switcher__option>i span{background:#fff;border-radius:4px;height:4px}.demo-theme-switcher__option>i span:last-child{background:#d7a85b;width:65%}.demo-theme-switcher__option>span{display:grid}.demo-theme-switcher__option strong{font-size:12px}.demo-theme-switcher__option small{color:#78817e;font-size:9px}.demo-theme-switcher__option>b{color:#167a58}.demo-theme-switcher__option--coastal>i{background:#06656a}.demo-theme-switcher__option--urban>i{background:#101010}.demo-theme-switcher__option--urban>i span:last-child{background:#ff4f87}.demo-theme-switcher__option--heritage>i{background:#61242d}.demo-theme-switcher__option--minimal>i{background:#073b5b}.demo-theme-switcher__option--onepage>i{background:#233438}.demo-theme-switcher__panel>p{border-top:1px solid #e9ecea;color:#737d79;font-size:9px;margin:12px 0 0;padding-top:10px}.booking-journey .demo-theme-switcher{bottom:18px}
@media(max-width:520px){.demo-theme-switcher{bottom:14px;left:12px}.demo-theme-switcher>summary{height:54px;justify-content:center;min-height:54px;padding:0;width:54px}.demo-theme-switcher>summary svg{height:25px;width:25px}.demo-theme-switcher>summary>span,.demo-theme-switcher>summary>b{display:none}.demo-theme-switcher__panel{bottom:64px;max-height:calc(100dvh - 100px);overflow:auto;width:min(330px,calc(100vw - 24px))}.booking-journey .demo-theme-switcher{bottom:12px}}

/* Uploaded hotel marks must stay inside each theme's header slot. */
.luxe-brand,.urban-brand,.coastal-brand,.heritage-brand,.minimal-brand{align-items:center;display:flex;min-width:0}
.luxe-brand,.heritage-brand{justify-content:center}
.hotel-brand-logo{display:block;height:3rem!important;max-height:3rem!important;max-width:12rem!important;object-fit:contain;width:auto!important}
.luxe-brand .hotel-brand-logo,.heritage-brand .hotel-brand-logo{max-width:min(16vw,12rem)!important}
@media(max-width:850px){.luxe-brand,.heritage-brand{justify-content:flex-start}.hotel-brand-logo{height:2.5rem!important;max-height:2.5rem!important;max-width:9rem!important}.luxe-brand .hotel-brand-logo,.heritage-brand .hotel-brand-logo{max-width:9rem!important}}

/* Luxe uses one shared content grid from header through footer. */
.theme-luxe .luxe-header{grid-template-columns:auto minmax(0,1fr) auto;gap:clamp(1.5rem,4vw,4rem);padding-inline:max(5vw,calc((100vw - 1180px)/2));}
.theme-luxe .luxe-header--inner{background:linear-gradient(100deg,#17120f,#2d231d);border-bottom:1px solid color-mix(in srgb,var(--hotel-primary) 55%,transparent);box-shadow:0 10px 30px #17120f26;position:relative}
.theme-luxe .luxe-brand{justify-content:flex-start;text-align:left}
.theme-luxe .luxe-header nav{justify-content:center;min-width:0}
.theme-luxe .luxe-header .luxe-cta{white-space:nowrap}
.theme-luxe .luxe-hero{min-height:max(42rem,90vh);padding-top:9rem}
.theme-luxe .booking-bar{width:min(1180px,90vw)}
.theme-luxe .room-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.theme-luxe .room-card{min-width:0}
.theme-luxe .room-card__body{min-width:0;padding:1.65rem}
.theme-luxe .room-card__body>p:not(.eyebrow){min-height:3.2em}
.theme-luxe .room-card__body>.chips{align-content:flex-start;min-height:2.15rem}
.theme-luxe .room-card__foot{gap:1rem;flex-wrap:wrap}
.theme-luxe .room-card__foot>a{margin-left:auto;white-space:nowrap}
.theme-luxe .section-head>p{margin-bottom:.5rem}
.theme-luxe .gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.theme-luxe .luxe-footer{padding-inline:max(5vw,calc((100vw - 1180px)/2))}
@media(max-width:850px){.theme-luxe .luxe-header{grid-template-columns:minmax(0,1fr) auto;gap:1rem}.theme-luxe .luxe-header nav{grid-column:1/-1;justify-content:flex-start}.theme-luxe .luxe-hero{min-height:42rem;padding-top:8rem}.theme-luxe .room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-luxe .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.theme-luxe .luxe-header{padding-block:1rem}.theme-luxe .luxe-hero{min-height:38rem;padding-inline:5vw}.theme-luxe .booking-bar,.theme-luxe .room-grid{grid-template-columns:1fr}.theme-luxe .gallery-grid{grid-template-columns:1fr 1fr}.theme-luxe .room-card__image{aspect-ratio:4/3}.theme-luxe .room-card__body{padding:1.35rem}.theme-luxe .room-card__body>p:not(.eyebrow),.theme-luxe .room-card__body>.chips{min-height:0}}
