﻿:root {
  --ink: #111111;
  --paper: #ffffff;
  --gold: #b39773;
  --gold-dark: #8c7052;
  --line: rgba(17, 17, 17, .14);
  --topbar-h: 34px;
  --nav-h: 88px;
  --header-h: 122px;
}
html { scroll-behavior: smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:"Roboto",Arial,Helvetica,sans-serif; font-weight:300; font-size:16px; line-height:1.7; -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4,h5,h6,strong { font-weight:300; }
em { font-style:normal; }
a { color:inherit; text-decoration:none; }
a:hover { color:inherit; opacity:.72; }
img { max-width:100%; height:auto; }
::selection { background:#111; color:#fff; }

.site-header { position:fixed; z-index:1035; top:0; left:0; right:0; background:transparent; border-bottom:1px solid transparent; transition:background-color .3s ease,box-shadow .3s ease,border-color .3s ease; }
.site-header.scrolled { background:#fff; border-bottom-color:rgba(17,17,17,.08); box-shadow:0 8px 26px rgba(0,0,0,.08); }
.top-header { height:var(--topbar-h); border-bottom:1px solid rgba(255,255,255,.18); transition:border-color .25s ease; }
.top-header-inner { height:100%; display:flex; align-items:center; justify-content:flex-end; }
.top-header-actions { display:flex; align-items:center; height:100%; gap:.72rem; }
.top-social-link,.header-search-toggle { width:25px; height:25px; display:inline-flex; align-items:center; justify-content:center; padding:0; border:0; background:transparent; color:#fff; transition:opacity .2s ease,color .25s ease; }
.top-social-link:hover,.header-search-toggle:hover { opacity:.58; }
.top-social-link svg,.header-search-toggle svg { width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:1.45; stroke-linecap:round; stroke-linejoin:round; }
.top-social-link:first-child svg path,.top-social-link:nth-child(3) svg path,.top-social-link:nth-child(3) svg rect { fill:currentColor; stroke:none; }
.top-social-link .icon-fill { fill:currentColor; stroke:none; }
.top-header-separator { width:1px; height:13px; background:rgba(255,255,255,.28); margin:0 .18rem; transition:background-color .25s ease; }
.navbar { min-height:var(--nav-h); background:transparent; }
.brand-lockup { display:inline-flex; flex-direction:column; align-items:flex-start; line-height:1; }
.brand-logo { display:block; width:clamp(165px,15vw,210px); height:auto; }
.brand-hotel-name { margin-top:6px; margin-left:45px; padding-left:0; color:#303030; font-size:.65rem; font-weight:400; letter-spacing:.28em; white-space:nowrap; }
.site-header .brand-logo-stack { position:relative; display:block; width:clamp(165px,15vw,210px); aspect-ratio:3545/512; }
.site-header .brand-logo { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; object-position:left center; transition:opacity .25s ease; }
.site-header .brand-logo-white { z-index:2; opacity:1; }
.site-header .brand-logo-color { z-index:3; opacity:0; }
.site-header .brand-hotel-name { color:#fff; transition:color .25s ease; }
.navbar-light .navbar-nav .nav-link { color:#fff; font-size:.72rem; font-weight:300; letter-spacing:.10em; padding:.8rem .68rem; transition:opacity .2s ease,color .25s ease; }
.navbar-light .navbar-nav .nav-link:hover { color:#fff; opacity:.7; }
.navbar-light .navbar-nav .lang-link { color:#fff; font-weight:300; }
.site-header .btn-brand { color:#fff; border-color:#fff; background:transparent; }
.site-header .btn-brand:hover { color:#111; border-color:#fff; background:#fff; opacity:1; }
.site-header .navbar-toggler { filter:invert(1) brightness(2); }
.site-header.scrolled .top-header { border-bottom-color:rgba(17,17,17,.08); }
.site-header.scrolled .top-social-link,.site-header.scrolled .header-search-toggle { color:#111; }
.site-header.scrolled .top-header-separator { background:rgba(17,17,17,.18); }
.site-header.scrolled .brand-logo-white { opacity:0; }
.site-header.scrolled .brand-logo-color { opacity:1; }
.site-header.scrolled .brand-hotel-name { color:#303030; }
.site-header.scrolled .navbar-light .navbar-nav .nav-link,.site-header.scrolled .navbar-light .navbar-nav .lang-link { color:#111; }
.site-header.scrolled .navbar-light .navbar-nav .nav-link:hover { color:#111; opacity:.55; }
.site-header.scrolled .btn-brand { color:#111; border-color:#111; background:transparent; }
.site-header.scrolled .btn-brand:hover { color:#fff; border-color:#111; background:#111; }
.site-header.scrolled .navbar-toggler { filter:none; }
.btn-brand { color:#111; border:1px solid #111; background:transparent; border-radius:0; padding:.9rem 1.35rem; font-size:.72rem; font-weight:300; letter-spacing:.13em; }
.btn-brand:hover { background:#111; border-color:#111; color:#fff; opacity:1; }
.hero .btn-brand,.section-dark .btn-brand,.editorial-panel-dark .btn-brand { color:#fff; border-color:#fff; background:transparent; }
.hero .btn-brand:hover,.section-dark .btn-brand:hover,.editorial-panel-dark .btn-brand:hover { color:#111; background:#fff; border-color:#fff; }

.header-search-panel { position:absolute; top:100%; left:0; right:0; max-height:0; opacity:0; overflow:hidden; pointer-events:none; transform:translateY(-9px); background:rgba(8,8,8,.91); color:#fff; border-top:1px solid rgba(255,255,255,.12); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); transition:max-height .42s cubic-bezier(.22,.8,.22,1),opacity .25s ease,transform .35s ease,background-color .25s ease; }
.site-header.search-open .header-search-panel { max-height:470px; opacity:1; pointer-events:auto; transform:translateY(0); }
.site-header.scrolled .header-search-panel { background:rgba(255,255,255,.98); color:#111; border-top-color:rgba(17,17,17,.1); box-shadow:0 18px 35px rgba(0,0,0,.08); }
.header-search-form { min-height:92px; display:grid; grid-template-columns:30px minmax(0,1fr) auto 34px; align-items:center; gap:1rem; }
.header-search-leading svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.35; stroke-linecap:round; }
.header-search-input { width:100%; min-height:54px; padding:0; color:#fff; border:0; border-bottom:1px solid rgba(255,255,255,.4); outline:0; background:transparent; border-radius:0; font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:1.2rem; font-weight:100; }
.header-search-input::placeholder { color:rgba(255,255,255,.58); }
.site-header.scrolled .header-search-input { color:#111; border-bottom-color:rgba(17,17,17,.27); }
.site-header.scrolled .header-search-input::placeholder { color:rgba(17,17,17,.45); }
.header-search-submit { border:1px solid currentColor; background:transparent; color:inherit; min-width:88px; min-height:40px; font-size:.68rem; letter-spacing:.15em; font-weight:300; }
.header-search-close { border:0; background:transparent; color:inherit; font-size:2rem; font-weight:100; line-height:1; }
.header-search-results { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 2rem; padding:0 0 1.35rem 46px; }
.header-search-result { display:block; padding:.75rem 0; border-top:1px solid rgba(255,255,255,.12); }
.site-header.scrolled .header-search-result { border-top-color:rgba(17,17,17,.1); }
.header-search-result strong { display:block; font-size:.91rem; font-weight:300; }
.header-search-result span { display:block; color:rgba(255,255,255,.56); font-size:.72rem; font-weight:100; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.site-header.scrolled .header-search-result span { color:rgba(17,17,17,.5); }
.header-search-status { padding:.7rem 0 1.35rem 46px; color:rgba(255,255,255,.62); font-size:.78rem; font-weight:100; }
.site-header.scrolled .header-search-status { color:rgba(17,17,17,.5); }

.hero { position:relative; height:100svh; min-height:760px; color:#fff; overflow:hidden; background:#111; }
.hero-carousel,.hero-carousel .carousel-inner,.hero-carousel .carousel-item { position:absolute; inset:0; width:100%; height:100%; }
.hero-slide { width:100%; height:100%; background-size:cover; background-position:center; transform:scale(1.02); }
.carousel-item.active .hero-slide { animation:heroSlowZoom 7s ease-out both; }
.hero-slide-1 { background-image:url('/assets/img/executive-room.avif'); background-position:center 48%; }
.hero-slide-2 { background-image:url('/assets/img/hotel-suite.jpg'); background-position:center 52%; }
.hero-slide-3 { background-image:url('/assets/img/deluxe-king.avif'); background-position:center 48%; }
@keyframes heroSlowZoom { from { transform:scale(1.02); } to { transform:scale(1.075); } }
.hero-overlay { position:absolute; inset:0; z-index:2; background:linear-gradient(90deg,rgba(0,0,0,.56) 0%,rgba(0,0,0,.14) 58%,rgba(0,0,0,.26) 100%),linear-gradient(180deg,rgba(0,0,0,.13) 35%,rgba(0,0,0,.5) 100%); pointer-events:none; }
.hero-content { position:absolute; inset:0; z-index:3; display:flex; align-items:center; width:100%; padding:var(--header-h) 0 220px; pointer-events:none; }
.hero-kicker { display:inline-flex; align-items:center; gap:12px; font-size:.72rem; letter-spacing:.22em; text-transform:uppercase; }
.hero-kicker::before { content:""; width:48px; height:1px; background:#fff; }
.hero-title { margin:1rem 0 1.2rem; max-width:850px; font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:clamp(3.25rem,7vw,7.8rem); line-height:.92; font-weight:300; letter-spacing:-.045em; }
.hero-title span { display:block; color:#fff; font-style:normal; font-size:.62em; font-weight:100; letter-spacing:-.02em; margin-top:.16em; }
.hero-copy { max-width:660px; font-size:1.08rem; font-weight:100; color:rgba(255,255,255,.9); }
.hero-indicators { z-index:5; left:auto; right:clamp(1.25rem,4vw,4.5rem); bottom:177px; margin:0; gap:8px; }
.hero-indicators [data-bs-target] { width:42px; height:1px; margin:0; border:0; background:#fff; opacity:.42; transition:width .25s ease,opacity .25s ease; }
.hero-indicators .active { width:68px; opacity:1; }

.booking-panel { position:absolute; z-index:6; left:0; right:0; bottom:50px; margin:0; }
.booking-panel { transition:opacity .28s ease, transform .28s ease, visibility .28s ease; }
.booking-panel.is-sticky-hidden { opacity:0; visibility:hidden; pointer-events:none; transform:translateY(12px); }
.booking-panel .booking-inner { position:relative; background:rgba(7,7,7,.68); border:1px solid rgba(255,255,255,.22); padding:0; color:#fff; box-shadow:0 18px 46px rgba(0,0,0,.18); backdrop-filter:blur(13px); -webkit-backdrop-filter:blur(13px); }
.booking-grid { display:grid; grid-template-columns:minmax(360px,2.15fr) repeat(3,minmax(95px,.65fr)) minmax(185px,.95fr); min-height:96px; }
.booking-field-label { display:block; margin-bottom:.18rem; color:rgba(255,255,255,.54); font-size:.61rem; font-weight:300; letter-spacing:.16em; text-transform:uppercase; }
.booking-date-range { position:relative; display:grid; grid-template-columns:1fr 38px 1fr; align-items:stretch; min-width:0; border-right:1px solid rgba(255,255,255,.18); }
.booking-date-trigger { min-width:0; padding:1rem 1.25rem; border:0; background:transparent; color:#fff; text-align:left; }
.booking-date-trigger strong { display:block; color:#fff; font-size:.95rem; font-weight:100; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.booking-date-trigger.is-active { background:rgba(255,255,255,.065); }
.booking-date-divider { display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.44); }
.booking-date-divider svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.25; stroke-linecap:round; stroke-linejoin:round; }
.booking-select-field { display:flex; flex-direction:column; justify-content:center; margin:0; padding:.82rem 1rem; border-right:1px solid rgba(255,255,255,.18); }
.booking-select-field .form-select { min-height:34px; padding:0 1.7rem 0 0; border:0; background-color:transparent; color:#fff; border-radius:0; box-shadow:none !important; font-size:.98rem; font-weight:100; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='m3.5 6 4.5 4 4.5-4'/%3E%3C/svg%3E"); }
.booking-select-field .form-select option { color:#111; background:#fff; }
.booking-submit { border:0; border-left:1px solid rgba(255,255,255,.32); border-radius:0; background:transparent; color:#fff; box-shadow:inset 0 0 0 1px rgba(255,255,255,.22); font-size:.68rem; font-weight:300; letter-spacing:.14em; }
.booking-submit:hover { background:#fff; color:#111; box-shadow:inset 0 0 0 1px #fff; opacity:1; }

.booking-calendar { position:absolute; left:0; bottom:calc(100% + 14px); width:min(720px,92vw); padding:1.1rem 1.2rem 1.25rem; background:rgba(8,8,8,.97); color:#fff; border:1px solid rgba(255,255,255,.22); box-shadow:0 26px 60px rgba(0,0,0,.38); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); opacity:0; visibility:hidden; transform:translateY(10px); transition:opacity .2s ease,transform .25s ease,visibility .2s; }
.booking-calendar.is-open { opacity:1; visibility:visible; transform:translateY(0); }
.booking-calendar-toolbar { display:grid; grid-template-columns:38px 1fr 38px; align-items:center; gap:.75rem; margin-bottom:.7rem; }
.calendar-nav { width:36px; height:36px; border:1px solid rgba(255,255,255,.22); background:transparent; color:#fff; font-weight:100; }
.calendar-nav:disabled { opacity:.2; }
.calendar-hint { text-align:center; color:rgba(255,255,255,.62); font-size:.68rem; font-weight:100; letter-spacing:.08em; text-transform:uppercase; }
.booking-calendar-months { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.4rem; }
.calendar-month-title { margin:0 0 .6rem; text-align:center; font-size:.95rem; font-weight:300; }
.calendar-weekdays,.calendar-days { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:3px; }
.calendar-weekdays span { padding:.35rem 0; text-align:center; color:rgba(255,255,255,.42); font-size:.58rem; font-weight:100; text-transform:uppercase; }
.calendar-day { position:relative; aspect-ratio:1/1; border:0; background:transparent; color:rgba(255,255,255,.88); font-size:.75rem; font-weight:100; }
.calendar-day:hover:not(:disabled) { background:rgba(255,255,255,.12); }
.calendar-day:disabled { color:rgba(255,255,255,.18); cursor:not-allowed; }
.calendar-day.is-today::after { content:""; position:absolute; left:50%; bottom:5px; width:3px; height:3px; border-radius:50%; background:currentColor; transform:translateX(-50%); }
.calendar-day.is-in-range { background:rgba(255,255,255,.10); }
.calendar-day.is-selected { background:#fff; color:#111; }
.calendar-day.is-empty { visibility:hidden; }

.site-search-page { min-height:55vh; }
.search-page-hero { min-height:390px; background:#111; }
.search-page-hero .inner-bg { background:linear-gradient(135deg,#0d0d0d,#262626); }
.search-page-form { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:1rem; max-width:900px; margin-bottom:3rem; }
.search-page-form .form-control { min-height:58px; border:0; border-bottom:1px solid #111; padding-left:0; font-size:1.15rem; font-weight:100; }
.search-page-results { max-width:900px; }
.search-page-result { display:block; padding:1.35rem 0; border-top:1px solid var(--line); }
.search-page-result h2 { margin:0 0 .35rem; font-size:1.55rem; font-weight:300; }
.search-page-result p { margin:0; color:#666; font-weight:100; }
.search-page-result small { display:block; margin-top:.45rem; color:#999; font-size:.66rem; letter-spacing:.08em; }
.search-page-status { color:#666; font-weight:100; }

.section { padding:110px 0; }
.section-paper { background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.section-dark { background:var(--ink); color:#fff; }
.eyebrow { display:inline-block; margin-bottom:.8rem; color:#111; font-size:.68rem; font-weight:300; letter-spacing:.18em; text-transform:uppercase; }
.display-title { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:clamp(2.6rem,5vw,5.3rem); line-height:1.01; letter-spacing:-.035em; font-weight:300; }
.display-title em { color:#111; font-style:normal; font-weight:100; }
.section-dark .display-title em,.editorial-panel-dark .display-title em { color:#fff; }
.section-lead { max-width:720px; color:#555; font-size:1.08rem; }
.text-link { display:inline-block; border-bottom:1px solid currentColor; padding-bottom:3px; font-size:.72rem; font-weight:400; letter-spacing:.15em; }
.text-link:hover { color:inherit; opacity:.55; }

.intro-stat { padding:2rem 0 0; border-top:1px solid var(--line); display:flex; align-items:center; gap:1.15rem; min-height:104px; }
.intro-stat-icon { width:52px; height:52px; flex:0 0 52px; object-fit:contain; opacity:.92; transform:translateY(-10px); }
.intro-stat-copy { min-width:0; }
.intro-stat strong { display:block; font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:3rem; font-weight:300; line-height:1; white-space:nowrap; }
.intro-stat span { display:block; margin-top:.55rem; color:#777; font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; }

.editorial-image { min-height:620px; height:100%; object-fit:cover; width:100%; }
.editorial-panel { min-height:620px; padding:clamp(3rem,6vw,7rem); display:flex; flex-direction:column; justify-content:center; }
.editorial-panel-dark { background:var(--ink); color:#fff; }
.editorial-panel-dark p { color:rgba(255,255,255,.7); }

.room-card { height:100%; background:#fff; }
.room-image-wrap { display:block; overflow:hidden; aspect-ratio:1.16/1; background:#ddd; }
.room-image-wrap img { width:100%; height:100%; object-fit:cover; transition:transform .65s cubic-bezier(.2,.7,.2,1); }
.room-card:hover .room-image-wrap img { transform:scale(1.035); }
.room-card-body { padding:1.65rem .15rem 0; }
.room-card-body h3 { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:2rem; font-weight:300; }

.experience-card { position:relative; min-height:520px; overflow:hidden; color:#fff; display:flex; align-items:flex-end; padding:2rem; background:#222; }
.experience-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.experience-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.8)); }
.experience-card:hover img { transform:scale(1.04); }
.experience-card-content { position:relative; z-index:2; }
.experience-card h3 { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:2.4rem; font-weight:300; }

.feature-number { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:clamp(4rem,8vw,8rem); color:#fff; font-weight:100; line-height:.8; }
.feature-number sup { font-size:.3em; top:-1.5em; }
.feature-copy h3 { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:2.1rem; font-weight:300; }

.inner-hero { min-height:58vh; position:relative; display:flex; align-items:flex-end; color:#fff; background:#111; overflow:hidden; }
.inner-hero .inner-bg { position:absolute; inset:0; background-size:cover; background-position:center; }
.inner-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.13)); }
.inner-hero-content { position:relative; z-index:2; padding:0 0 5.5rem; }
.inner-hero h1 { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:clamp(3.4rem,7vw,6.8rem); line-height:.98; font-weight:300; letter-spacing:-.04em; }
.breadcrumb-clean { color:rgba(255,255,255,.7); font-size:.72rem; letter-spacing:.13em; text-transform:uppercase; }
.breadcrumb-clean a { color:#fff; }

.amenity-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.amenity-item { padding:1.6rem 1rem; border-right:1px solid var(--line); border-bottom:1px solid var(--line); min-height:140px; }
.amenity-item svg { width:27px; height:27px; stroke:#111; fill:none; stroke-width:1.5; margin-bottom:1rem; }
.amenity-item span { display:block; font-size:.78rem; letter-spacing:.07em; }

.gallery-grid { columns:3 280px; column-gap:1rem; }
.gallery-item { break-inside:avoid; margin:0 0 1rem; overflow:hidden; cursor:zoom-in; background:#eee; }
.gallery-item img { width:100%; display:block; transition:transform .5s ease; }
.gallery-item:hover img { transform:scale(1.02); }

.contact-card { background:#fff; border:1px solid var(--line); padding:2rem; height:100%; }
.contact-card h3 { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:2rem; font-weight:300; }
.form-control,.form-select { border-radius:0; border-color:rgba(17,17,17,.25); min-height:52px; }
.form-control:focus,.form-select:focus { border-color:#111; box-shadow:0 0 0 .12rem rgba(17,17,17,.08); }
textarea.form-control { min-height:150px; }

.legal-content { max-width:900px; }
.legal-content h2,.legal-content h3 { font-family:"Roboto",Arial,Helvetica,sans-serif; font-weight:300; margin-top:2rem; }
.legal-note { border-left:1px solid #111; background:#fff; padding:1.4rem 1.6rem; }

.site-footer .eyebrow { color:var(--gold-dark); font-weight:400; }
.site-footer a:hover { opacity:1; }
.site-footer .form-control:focus { border-color:var(--gold); box-shadow:0 0 0 .2rem rgba(179,151,115,.12); }
.newsletter-strip { background:#fff; color:#111; padding:3.4rem 0; border-top:1px solid var(--line); }
.newsletter-strip-inner { background:#1489c9; color:#fff; border-top:0; }
.newsletter-strip-inner .eyebrow,.newsletter-strip-inner .footer-news-title { color:#fff; }
.footer-news-title { font-family:"Roboto",Arial,Helvetica,sans-serif; font-size:2.3rem; font-weight:300; }
.newsletter-form .form-control { min-height:56px; color:#111; background:transparent; border:0; border-bottom:1px solid rgba(17,17,17,.28); }
.newsletter-form-light .form-control { color:#fff; border-bottom-color:rgba(255,255,255,.55); }
.newsletter-form .form-control::placeholder { color:rgba(17,17,17,.52); font-size:.72rem; letter-spacing:.11em; }
.newsletter-form-light .form-control::placeholder { color:rgba(255,255,255,.72); }
.newsletter-form .btn { border-radius:0; font-size:.72rem; letter-spacing:.13em; }
.newsletter-submit-btn-light { color:#fff; border-color:#fff; background:transparent; }
.newsletter-submit-btn-light:hover,.newsletter-submit-btn-light:focus { color:#1489c9; background:#fff; border-color:#fff; }
.footer-main { background:#fff; color:#111; padding:75px 0 30px; border-top:1px solid var(--line); }
.brand-lockup-footer { color:#111 !important; }
.footer-copy { color:rgba(17,17,17,.62); }
.footer-heading { font-size:.68rem; font-weight:400; letter-spacing:.16em; color:#1489c9; margin-bottom:1.2rem; }
.footer-links { padding:0; margin:0; list-style:none; }
.footer-links li { margin:.55rem 0; }
.footer-links a { color:rgba(17,17,17,.64); font-size:.9rem; }
.footer-links a:hover { color:#1489c9; }
.footer-bottom { margin-top:4.5rem; padding-top:1.5rem; border-top:1px solid rgba(17,17,17,.12); color:rgba(17,17,17,.46); font-size:.68rem; letter-spacing:.08em; }

.modal-gallery .modal-content { background:#111; border:0; border-radius:0; }
.modal-gallery .btn-close { filter:invert(1); position:absolute; right:1rem; top:1rem; z-index:2; }
.modal-gallery img { width:100%; height:auto; }

@media (max-width:1199.98px) {
  :root { --nav-h:74px; --header-h:108px; }
  .navbar-collapse { padding:1rem 0 1.6rem; }
  .navbar-light .navbar-nav .nav-link { padding:.65rem 0; }
  .hero-content { padding-bottom:270px; }
  .booking-grid { grid-template-columns:minmax(330px,1.8fr) repeat(3,minmax(86px,.55fr)) minmax(165px,.8fr); }
}
@media (max-width:991.98px) {
  .section { padding:80px 0; }
  .booking-panel { bottom:34px; }
  .booking-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .booking-date-range { grid-column:1/-1; border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .booking-select-field { min-height:70px; }
  .booking-submit { grid-column:1/-1; min-height:58px; border-left:0; border-top:1px solid rgba(255,255,255,.18); }
  .hero-content { padding-bottom:330px; }
  .hero-indicators { bottom:315px; }
  .editorial-image,.editorial-panel { min-height:500px; }
  .amenity-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:767.98px) {
  .hero { min-height:900px; }
  .hero-content { align-items:flex-start; padding-top:calc(var(--header-h) + 85px); padding-bottom:390px; }
  .hero-title { font-size:3.8rem; }
  .booking-panel { bottom:24px; }
  .booking-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .booking-date-trigger { padding:.85rem .8rem; }
  .booking-select-field { padding:.7rem .65rem; }
  .booking-calendar { left:50%; width:min(94vw,520px); transform:translate(-50%,10px); }
  .booking-calendar.is-open { transform:translate(-50%,0); }
  .booking-calendar-months { grid-template-columns:1fr; }
  .calendar-month:nth-child(2) { display:none; }
  .hero-indicators { right:1rem; bottom:338px; }
  .header-search-form { grid-template-columns:24px minmax(0,1fr) 34px; min-height:82px; gap:.7rem; }
  .header-search-submit { display:none; }
  .header-search-results { grid-template-columns:1fr; padding-left:31px; }
  .header-search-status { padding-left:31px; }
  .display-title { font-size:3rem; }
  .editorial-image,.editorial-panel { min-height:420px; }
  .editorial-panel { padding:2.3rem; }
  .experience-card { min-height:420px; }
  .amenity-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .inner-hero { min-height:500px; }
  .inner-hero h1 { font-size:3.6rem; }
}


/* v1.7 focused header, mobile and hero refinements */
html,body { width:100%; max-width:100%; overflow-x:hidden; }
:root { --header-h-scrolled:88px; }
.site-header .top-header { overflow:hidden; opacity:1; transition:height .32s cubic-bezier(.22,.8,.22,1),opacity .22s ease,border-color .25s ease; }
.site-header.scrolled .top-header { height:0; opacity:0; border-bottom-color:transparent; pointer-events:none; }
.site-header.scrolled { --header-h:var(--header-h-scrolled); }
.nav-search-item { width:0; opacity:0; overflow:hidden; pointer-events:none; transition:width .25s ease,opacity .2s ease,margin .25s ease; }
.site-header.scrolled .nav-search-item { width:36px; opacity:1; overflow:visible; pointer-events:auto; margin-left:.05rem; }
.nav-search-toggle { width:32px; height:32px; display:inline-flex; align-items:center; justify-content:center; padding:0; border:0; background:transparent; color:inherit; }
.nav-search-toggle svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.45; stroke-linecap:round; stroke-linejoin:round; }
.site-header .nav-search-item .nav-search-toggle { color:#fff; }
.site-header.scrolled .nav-search-item .nav-search-toggle { color:#111; }
.sticky-mobile-tools { display:none; align-items:center; gap:.55rem; margin-left:auto; margin-right:.25rem; }
.sticky-lang-link { font-size:.69rem; font-weight:300; letter-spacing:.12em; }
.site-header.scrolled .sticky-mobile-tools { display:flex; color:#111; }

/* Real carousel: image and copy transition together. */
.hero-carousel { z-index:1; }
.hero-carousel .carousel-item { overflow:hidden; }
.hero-slide { position:absolute; inset:0; }
.hero-carousel .carousel-item::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(0,0,0,.56) 0%,rgba(0,0,0,.14) 58%,rgba(0,0,0,.26) 100%),linear-gradient(180deg,rgba(0,0,0,.13) 35%,rgba(0,0,0,.5) 100%); pointer-events:none; }
.hero-slide-content { position:absolute; inset:0; z-index:2; display:flex; align-items:center; width:100%; padding:var(--header-h) 0 220px; color:#fff; }
.hero-slide-content .container { position:relative; }
.hero-overlay,.hero-content { display:none !important; }
.hero-control { z-index:5; width:52px; height:52px; top:50%; bottom:auto; transform:translateY(-50%); opacity:.72; border:1px solid rgba(255,255,255,.42); }
.hero-control:hover { opacity:1; }
.hero-control-prev { left:24px; }
.hero-control-next { left:auto; right:24px; }
.hero-control span { font-size:1.25rem; font-weight:100; line-height:1; }

/* Headings: slightly lighter than the previous 300 weight. */
h1,h2,h3,h4,h5,h6 { font-weight:200; }
.hero-title,.display-title,.inner-hero h1,.room-card-body h3,.experience-card h3,.feature-copy h3,.contact-card h3,.legal-content h2,.legal-content h3,.search-page-result h2 { font-weight:200; }

@media (max-width:1199.98px) {
  :root { --header-h-scrolled:74px; }
  .site-header.scrolled .sticky-mobile-tools { display:flex; }
  .site-header.menu-open { background:#fff; border-bottom-color:rgba(17,17,17,.08); box-shadow:0 8px 26px rgba(0,0,0,.08); }
  .site-header.menu-open .top-header { border-bottom-color:rgba(17,17,17,.08); }
  .site-header.menu-open .top-social-link,.site-header.menu-open .header-search-toggle { color:#111; }
  .site-header.menu-open .top-header-separator { background:rgba(17,17,17,.18); }
  .site-header.menu-open .brand-logo-white { opacity:0; }
  .site-header.menu-open .brand-logo-color { opacity:1; }
  .site-header.menu-open .brand-hotel-name { color:#303030; }
  .site-header.menu-open .navbar-toggler { filter:none; }
  .site-header.menu-open .navbar-collapse { background:#fff; color:#111; }
  .site-header.menu-open .navbar-light .navbar-nav .nav-link,.site-header.menu-open .navbar-light .navbar-nav .lang-link { color:#111; }
  .site-header.menu-open .btn-brand { color:#111; border-color:#111; background:transparent; }
  .site-header.menu-open .btn-brand:hover { color:#fff; background:#111; border-color:#111; }
  .site-header.menu-open .sticky-mobile-tools { color:#111; }
}

@media (max-width:767.98px) {
  body,main,.hero,.site-header { max-width:100vw; }
  .site-header .container-fluid { max-width:100%; }
  .site-header .navbar { flex-wrap:wrap; width:100%; }
  .site-header .navbar-collapse { width:100%; max-width:100%; overflow-x:hidden; }
  .site-header .navbar-nav { width:100%; max-width:100%; margin-right:0 !important; }
  .hero-slide-content { align-items:flex-start; padding-top:calc(var(--header-h) + 85px); padding-bottom:390px; }
  .hero-control { width:40px; height:40px; top:43%; }
  .hero-control-prev { left:12px; }
  .hero-control-next { right:12px; }
}


/* v1.8 brand optical alignment */
@media (max-width:767.98px) {
  .brand-hotel-name { margin-left:35px; }
}


/* v1.9 - Mega navigation, edge imagery, Font Awesome contact details and back-to-top */
.top-phone-link { display:inline-flex; align-items:center; gap:.45rem; height:25px; color:#fff; font-size:.68rem; font-weight:300; letter-spacing:.08em; transition:opacity .2s ease,color .25s ease; }
.top-phone-link:hover { color:#fff; opacity:.65; }
.top-phone-link .fa { font-size:.75rem; }
.top-social-link .fa,.header-search-toggle .fa { font-size:.82rem; line-height:1; }
.site-header.scrolled .top-phone-link { color:#111; }

.mega-nav-item { position:static; }
.mega-nav-row { display:flex; align-items:center; }
.mega-menu { position:absolute; z-index:1040; left:0; right:0; top:100%; visibility:hidden; opacity:0; pointer-events:none; transform:translateY(10px); background:#fff; color:#111; border-top:1px solid rgba(17,17,17,.08); box-shadow:0 24px 45px rgba(0,0,0,.12); transition:opacity .22s ease,transform .28s cubic-bezier(.22,.8,.22,1),visibility .22s ease; }
.mega-nav-item:hover > .mega-menu,.mega-nav-item:focus-within > .mega-menu,.mega-nav-item.mega-open > .mega-menu,.mega-nav-item.mega-desktop-open > .mega-menu { visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0); }
.mega-menu-inner { display:grid; grid-template-columns:minmax(330px,.9fr) minmax(520px,1.5fr); gap:clamp(2rem,4vw,5rem); padding:2rem 0 2.2rem; }
.mega-links-panel { padding:1rem 0; align-self:center; }
.mega-eyebrow { display:block; margin-bottom:1rem; color:#888; font-size:.62rem; font-weight:300; letter-spacing:.18em; }
.mega-links-grid { display:grid; grid-template-columns:1fr 1fr; column-gap:2rem; }
.mega-links-grid a { position:relative; padding:.68rem 0; border-bottom:1px solid rgba(17,17,17,.10); font-size:.85rem; font-weight:200; letter-spacing:.035em; }
.mega-links-grid a::after { content:"\f105"; position:absolute; right:0; top:.68rem; font-family:FontAwesome; font-size:.8rem; color:#aaa; }
.mega-links-grid a:hover { opacity:1; padding-left:.25rem; }
.mega-banner-grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.mega-banner { position:relative; min-height:210px; overflow:hidden; color:#fff; background:#111; }
.mega-banner::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.72)); }
.mega-banner img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.mega-banner:hover { color:#fff; opacity:1; }
.mega-banner:hover img { transform:scale(1.035); }
.mega-banner span { position:absolute; z-index:2; left:1.35rem; right:1.35rem; bottom:1.15rem; }
.mega-banner small { display:block; margin-bottom:.15rem; font-size:.58rem; font-weight:300; letter-spacing:.17em; opacity:.72; }
.mega-banner strong { display:block; font-size:1rem; font-weight:200; letter-spacing:.08em; }
.mega-mobile-toggle { margin-left:auto; width:42px; height:42px; padding:0; border:0; background:transparent; color:#111; }

@media (min-width:1200px) {
  .mega-menu::before { content:""; position:absolute; left:0; right:0; top:-18px; height:18px; background:transparent; }
}
.mega-mobile-toggle .fa { transition:transform .2s ease; }
.mega-nav-item.mega-open .mega-mobile-toggle .fa { transform:rotate(180deg); }

.editorial-edge-section { overflow:visible; }
.editorial-media-col { position:relative; }
.editorial-media { position:relative; min-height:620px; height:100%; }
.editorial-media-left { margin-left:0; }
.editorial-image-main { position:absolute; inset:0; }
.editorial-float-image { position:absolute; z-index:4; left:clamp(34px,5vw,86px); right:auto; bottom:-86px; width:min(36vw,430px); height:280px; object-fit:cover; border:12px solid #fff; box-shadow:0 20px 45px rgba(0,0,0,.18); }
.experience-edge-section { overflow:hidden; padding-bottom:10px; }
.experience-edge-section .edge-cards-row { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:0; }
.experience-edge-section .edge-cards-row > [class*="col-"] { width:auto; max-width:none; padding:0; }
.experience-edge-section .experience-card { min-height:560px; }

.footer-contact-list { color:rgba(17,17,17,.62); }
.footer-contact-line { display:flex; align-items:flex-start; gap:.75rem; margin:0 0 .6rem; color:rgba(17,17,17,.62); }
.footer-contact-line .fa { flex:0 0 18px; width:18px; padding-top:.28rem; color:#1489c9; text-align:center; font-size:.88rem; }
.footer-contact-line a { color:inherit; }

.back-to-top { position:fixed; z-index:1030; right:26px; bottom:26px; width:46px; height:46px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(17,17,17,.28); border-radius:50%; background:rgba(255,255,255,.92); color:#111; box-shadow:0 10px 30px rgba(0,0,0,.08); opacity:0; visibility:hidden; transform:translateY(12px); transition:opacity .2s ease,visibility .2s ease,transform .25s ease,background .2s ease,color .2s ease; }
.back-to-top.is-visible { opacity:1; visibility:visible; transform:translateY(0); }
.back-to-top:hover { background:#111; color:#fff; border-color:#111; }
.back-to-top .fa { font-size:1.05rem; }

@media (max-width:1199.98px) {
  .mega-nav-row { width:100%; }
  .mega-parent-link { flex:1 1 auto; }
  .mega-menu { position:static; display:none; visibility:visible; opacity:1; pointer-events:auto; transform:none; border-top:1px solid rgba(17,17,17,.08); box-shadow:none; }
  .mega-nav-item:hover > .mega-menu,.mega-nav-item:focus-within > .mega-menu { display:none; }
  .mega-nav-item.mega-open > .mega-menu { display:block; }
  .mega-menu .container-fluid { padding-left:0 !important; padding-right:0 !important; }
  .mega-menu-inner { grid-template-columns:1fr; gap:1.25rem; padding:1rem 0 1.2rem; }
  .mega-links-panel { padding:0; }
  .mega-links-grid { grid-template-columns:1fr; }
  .mega-links-grid a { padding:.62rem 0 .62rem .35rem; font-size:.8rem; }
  .mega-banner-grid { grid-template-columns:1fr 1fr; }
  .mega-banner { min-height:150px; }
  .site-header:not(.scrolled):not(.menu-open) .mega-mobile-toggle { color:#fff; }
  .site-header.menu-open .mega-mobile-toggle,.site-header.scrolled .mega-mobile-toggle { color:#111; }
}
@media (max-width:991.98px) {
  .editorial-media,.editorial-image { min-height:520px; }
  .editorial-float-image { left:24px; right:auto; bottom:-46px; width:min(52vw,360px); height:220px; border-width:9px; }
  .editorial-panel { padding-top:5.5rem; }
}
@media (max-width:767.98px) {
  .top-phone-link span { display:none; }
  .top-header-actions { gap:.52rem; }
  .mega-banner-grid { grid-template-columns:1fr; }
  .mega-banner { min-height:125px; }
  .editorial-media,.editorial-image { min-height:430px; }
  .editorial-float-image { left:14px; right:auto; bottom:-30px; width:58vw; height:170px; border-width:7px; }
  .experience-edge-section .edge-cards-row { grid-template-columns:1fr; }
  .experience-edge-section .experience-card { min-height:430px; }
  .back-to-top { right:16px; bottom:18px; width:42px; height:42px; }
}

/* v1.9.2 - image ratio integrity + lighter typography */
/* Fixed visual frames may crop, but images must never stretch or squash. */
.editorial-image,
.editorial-image-main,
.editorial-float-image,
.room-image-wrap img,
.experience-card img,
.mega-banner img {
  object-fit:cover;
  object-position:center center;
}
.editorial-image-main { width:100%; height:100%; }
.room-image-wrap,
.experience-card,
.mega-banner { overflow:hidden; }
/* Float image must be allowed to escape the SPA media frame. */
.editorial-media { overflow:visible; }
.gallery-item img,
.modal-gallery img { width:100%; height:auto; object-fit:contain; }

/* Slightly smaller and lighter headings. */
h1,h2,h3,h4,h5,h6 { font-weight:100; }
.hero-title { font-size:clamp(3.05rem,6.55vw,4.25rem); font-weight:100; }
.display-title { font-size:clamp(2.4rem,4.7vw,3.95rem); font-weight:100; }
.inner-hero h1 { font-size:clamp(3.15rem,6.55vw,6.35rem); font-weight:100; }
.room-card-body h3 { font-size:1.9rem; font-weight:100; }
.experience-card h3 { font-size:2.25rem; font-weight:100; }
.feature-copy h3 { font-size:2rem; font-weight:100; }
.contact-card h3,.legal-content h2,.legal-content h3,.search-page-result h2 { font-weight:100; }

/* Header typography: one step smaller and lighter. */
.navbar-light .navbar-nav .nav-link { font-size:.68rem; font-weight:200; letter-spacing:.095em; }
.navbar-light .navbar-nav .lang-link { font-weight:200; }
.brand-hotel-name { font-size:.65rem; font-weight:400; }
.top-phone-link { font-size:.72rem; font-weight:700; letter-spacing:.075em; }
.mega-links-grid a { font-size:.82rem; font-weight:100; }
.mega-banner strong { font-weight:100; }

@media (max-width:767.98px) {
  .inner-hero h1 { font-size:3.3rem; }
  .navbar-light .navbar-nav .nav-link { font-size:.66rem; }
}


/* v1.9.4 - square back-to-top, light sticky booking bar and monochrome sticky logo */
.back-to-top { border-radius:0; }

/* v1.9.5 - transparent header uses a white icon tile with black Wyndham mark; sticky keeps official blue logo. */

.sticky-booking-bar { position:absolute; z-index:1033; top:100%; left:0; right:0; visibility:hidden; opacity:0; pointer-events:none; transform:translateY(-10px); transition:opacity .22s ease,transform .28s cubic-bezier(.22,.8,.22,1),visibility .22s ease; }
.site-header.scrolled:not(.sticky-booking-closed) .sticky-booking-bar { visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0); }
.site-header.search-open .sticky-booking-bar,
.site-header.menu-open .sticky-booking-bar { visibility:hidden; opacity:0; pointer-events:none; transform:translateY(-10px); }
.sticky-booking-shell { position:relative; display:flex; align-items:stretch; background:#fff; border-top:1px solid rgba(17,17,17,.08); border-bottom:1px solid rgba(17,17,17,.12); box-shadow:0 16px 34px rgba(0,0,0,.10); }
.sticky-booking-bar .booking-inner-light { flex:1 1 auto; min-width:0; background:#fff; color:#111; }
.sticky-booking-bar .booking-grid { min-height:76px; grid-template-columns:minmax(320px,2.1fr) repeat(3,minmax(82px,.62fr)) minmax(170px,.95fr); }
.sticky-booking-bar .booking-field-label { color:rgba(17,17,17,.46); }
.sticky-booking-bar .booking-date-range { border-right-color:rgba(17,17,17,.12); }
.sticky-booking-bar .booking-date-trigger { padding:.72rem 1rem; color:#111; }
.sticky-booking-bar .booking-date-trigger strong { color:#111; font-size:.88rem; }
.sticky-booking-bar .booking-date-trigger.is-active { background:rgba(17,17,17,.045); }
.sticky-booking-bar .booking-date-divider { color:rgba(17,17,17,.36); }
.sticky-booking-bar .booking-select-field { padding:.65rem .85rem; border-right-color:rgba(17,17,17,.12); }
.sticky-booking-bar .booking-select-field .form-select { color:#111; font-size:.9rem; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='m3.5 6 4.5 4 4.5-4'/%3E%3C/svg%3E"); }
.sticky-booking-bar .booking-submit { color:#111; border-left-color:rgba(17,17,17,.16); box-shadow:inset 0 0 0 1px rgba(17,17,17,.18); }
.sticky-booking-bar .booking-submit:hover { color:#fff; background:#111; box-shadow:inset 0 0 0 1px #111; }
.sticky-booking-close { position:absolute; z-index:4; right:0; bottom:-30px; top:auto; width:46px; height:30px; display:flex; align-items:center; justify-content:center; border:1px solid rgba(17,17,17,.12); border-top:0; background:#fff; color:#111; font-size:.82rem; line-height:1; box-shadow:0 8px 14px rgba(0,0,0,.09); transition:background .2s ease,color .2s ease; }
.sticky-booking-close:hover { background:#111; color:#fff; }

/* The sticky calendar opens downward from the light booking bar. */
.sticky-booking-bar .booking-calendar { top:calc(100% + 9px); bottom:auto; background:rgba(255,255,255,.99); color:#111; border-color:rgba(17,17,17,.14); box-shadow:0 24px 55px rgba(0,0,0,.18); }
.sticky-booking-bar .calendar-nav { border-color:rgba(17,17,17,.18); color:#111; }
.sticky-booking-bar .calendar-hint { color:rgba(17,17,17,.55); }
.sticky-booking-bar .calendar-weekdays span { color:rgba(17,17,17,.42); }
.sticky-booking-bar .calendar-day { color:rgba(17,17,17,.88); }
.sticky-booking-bar .calendar-day:hover:not(:disabled) { background:rgba(17,17,17,.07); }
.sticky-booking-bar .calendar-day:disabled { color:rgba(17,17,17,.18); }
.sticky-booking-bar .calendar-day.is-in-range { background:rgba(17,17,17,.07); }
.sticky-booking-bar .calendar-day.is-selected { background:#111; color:#fff; }

@media (max-width:1199.98px) {
  .sticky-booking-bar .container-fluid { padding-left:12px; padding-right:12px; }
  .sticky-booking-bar .booking-grid { grid-template-columns:minmax(280px,1.8fr) repeat(3,minmax(74px,.55fr)) minmax(145px,.8fr); }
}
@media (max-width:991.98px) {
  .sticky-booking-shell { align-items:stretch; }
  .sticky-booking-bar .booking-grid { grid-template-columns:2fr repeat(3,.62fr) 1fr; min-height:70px; }
  .sticky-booking-bar .booking-date-trigger { padding:.65rem .7rem; }
  .sticky-booking-bar .booking-date-trigger strong { font-size:.78rem; }
  .sticky-booking-bar .booking-select-field { padding:.55rem .6rem; }
  .sticky-booking-bar .booking-field-label { font-size:.54rem; }
  .sticky-booking-bar .booking-select-field .form-select { font-size:.8rem; }
  .sticky-booking-bar .booking-submit { font-size:.57rem; letter-spacing:.09em; }
}
@media (max-width:767.98px) {
  .sticky-booking-bar .container-fluid { padding-left:0; padding-right:0; }
  .sticky-booking-shell { position:relative; padding-right:0; }
  .sticky-booking-close { z-index:4; top:auto; right:0; bottom:-28px; width:42px; height:28px; }
  .sticky-booking-bar .booking-grid { grid-template-columns:1fr 1fr 1fr; min-height:0; }
  .sticky-booking-bar .booking-date-range { grid-column:1 / -1; min-height:58px; border-right:0; border-bottom:1px solid rgba(17,17,17,.12); }
  .sticky-booking-bar .booking-select-field { min-height:52px; border-right:1px solid rgba(17,17,17,.12); }
  .sticky-booking-bar .booking-submit { grid-column:1 / -1; min-height:44px; border-left:0; border-top:1px solid rgba(17,17,17,.12); }
  .sticky-booking-bar .booking-calendar { left:6px; width:calc(100vw - 50px); }
}

/* v1.9.11 - custom SVG stat icons and stronger top phone */
@media (max-width:767.98px) {
  .intro-stat { gap:.8rem; align-items:flex-start; min-height:94px; }
  .intro-stat-icon { width:40px; height:40px; flex-basis:40px; margin-top:2px; transform:translateY(-10px); }
  .intro-stat strong { font-size:2.35rem; }
  .intro-stat span { font-size:.64rem; letter-spacing:.09em; line-height:1.35; }
}

/* v1.9.16 - mobile booking calendar: viewport-centered and fully visible */
@media (max-width:767.98px) {
  /* A transformed ancestor makes position:fixed behave like absolute on mobile.
     Keep the visible sticky booking bar untransformed so its calendar can center on the viewport. */
  .site-header.scrolled:not(.sticky-booking-closed) .sticky-booking-bar {
    transform:none;
  }

  .booking-calendar,
  .sticky-booking-bar .booking-calendar {
    position:fixed;
    z-index:1065;
    top:50%;
    left:50%;
    right:auto;
    bottom:auto;
    width:calc(100vw - 24px);
    width:calc(100dvw - 24px);
    max-width:420px;
    max-height:calc(100vh - 24px);
    max-height:calc(100dvh - 24px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    transform:translate(-50%,-50%) scale(.985);
    transform-origin:center;
  }

  .booking-calendar.is-open,
  .sticky-booking-bar .booking-calendar.is-open {
    transform:translate(-50%,-50%) scale(1);
  }

  .booking-calendar-months {
    grid-template-columns:1fr;
  }

  .calendar-month:nth-child(2) {
    display:none;
  }
}

/* v1.9.16 portal layer: mobile calendar is attached to body, so viewport centering is exact. */
@media (max-width:767.98px) {
  body > .booking-calendar.calendar-mobile-portal {
    position:fixed !important;
    z-index:2000 !important;
    top:50% !important;
    left:50% !important;
    right:auto !important;
    bottom:auto !important;
    width:calc(100vw - 24px) !important;
    max-width:420px !important;
    max-height:calc(100vh - 24px) !important;
    max-height:calc(100dvh - 24px) !important;
    margin:0 !important;
    overflow-y:auto;
    transform:translate(-50%,-50%) scale(.985) !important;
    box-shadow:0 28px 70px rgba(0,0,0,.42);
  }
  body > .booking-calendar.calendar-mobile-portal.is-open {
    transform:translate(-50%,-50%) scale(1) !important;
  }
  body > .booking-calendar.calendar-mobile-light {
    background:rgba(255,255,255,.99);
    color:#111;
    border-color:rgba(17,17,17,.14);
    box-shadow:0 28px 70px rgba(0,0,0,.24);
  }
  body > .booking-calendar.calendar-mobile-light .calendar-nav { border-color:rgba(17,17,17,.18); color:#111; }
  body > .booking-calendar.calendar-mobile-light .calendar-hint { color:rgba(17,17,17,.55); }
  body > .booking-calendar.calendar-mobile-light .calendar-weekdays span { color:rgba(17,17,17,.42); }
  body > .booking-calendar.calendar-mobile-light .calendar-day { color:rgba(17,17,17,.88); }
  body > .booking-calendar.calendar-mobile-light .calendar-day:hover:not(:disabled) { background:rgba(17,17,17,.07); }
  body > .booking-calendar.calendar-mobile-light .calendar-day:disabled { color:rgba(17,17,17,.18); }
  body > .booking-calendar.calendar-mobile-light .calendar-day.is-in-range { background:rgba(17,17,17,.07); }
  body > .booking-calendar.calendar-mobile-light .calendar-day.is-selected { background:#111; color:#fff; }
}

/* ========================================================================== 
   v2.1 — Inner page system
   Homepage layout remains unchanged. These rules only target inner-page classes.
   ========================================================================== */
.inner-hero-lead { max-width:720px; margin:1.1rem 0 0; color:rgba(255,255,255,.82); font-size:1.05rem; font-weight:100; }
.inner-hero-rooms,.meetings-hero,.dining-hero,.wellness-hero,.about-hero,.location-hero,.sustainability-hero,.gallery-hero,.contact-hero,.legal-hero { min-height:66vh; }

/* Rooms index */
.mini-stat-rail { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.mini-stat-rail span { padding:1.35rem 1.4rem 1.35rem 0; font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; color:#666; }
.mini-stat-rail span + span { border-left:1px solid var(--line); padding-left:1.4rem; }
.mini-stat-rail strong { display:block; margin-bottom:.15rem; color:#111; font-size:1.35rem; font-weight:200; letter-spacing:0; text-transform:none; }
.room-showcase-section { padding:10px 0; }
.room-showcase-list { width:100%; }
.room-showcase-row { display:grid; grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr); gap:10px; min-height:560px; margin-bottom:10px; }
.room-showcase-row:last-child { margin-bottom:0; }
.room-showcase-row-reverse { grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr); }
.room-showcase-row-reverse .room-showcase-media { order:2; }
.room-showcase-row-reverse .room-showcase-copy { order:1; }
.room-showcase-media { display:block; min-height:560px; overflow:hidden; background:#eee; }
.room-showcase-media img { width:100%; height:100%; min-height:560px; object-fit:cover; transition:transform .75s cubic-bezier(.2,.7,.2,1); }
.room-showcase-media:hover img { transform:scale(1.025); }
.room-showcase-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:clamp(2.5rem,5vw,6rem); background:#fff; }
.room-showcase-copy h2 { margin:.2rem 0 1.2rem; font-size:clamp(2.3rem,4vw,4.4rem); line-height:1.02; font-weight:100; letter-spacing:-.035em; }
.room-showcase-copy h2 a:hover { opacity:.6; }
.room-showcase-copy p { max-width:600px; color:#5d5d5d; font-weight:100; }
.room-showcase-meta { display:flex; flex-wrap:wrap; gap:.7rem 1.5rem; margin:1.2rem 0 1.8rem; padding-top:1rem; border-top:1px solid var(--line); font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; }
.room-showcase-meta strong { font-weight:300; }

/* Room detail gallery */
.room-intro-section { overflow:hidden; }
.room-intro-sticky { position:sticky; top:150px; padding-right:2rem; }
.room-gallery-block { position:relative; }
.room-gallery-carousel { overflow:hidden; background:#eee; }
.room-gallery-carousel .carousel-item { aspect-ratio:1.35/1; }
.room-gallery-carousel .carousel-item img { width:100%; height:100%; object-fit:cover; }
.room-gallery-caption { position:absolute; left:0; bottom:0; padding:.8rem 1rem; background:rgba(0,0,0,.58); color:#fff; font-size:.67rem; letter-spacing:.1em; text-transform:uppercase; }
.room-gallery-control { top:auto; bottom:20px; width:46px; height:46px; opacity:1; border:1px solid rgba(255,255,255,.65); background:rgba(0,0,0,.18); }
.room-gallery-control:hover { background:#fff; color:#111; }
.room-gallery-control.carousel-control-prev { left:auto; right:72px; }
.room-gallery-control.carousel-control-next { right:20px; }
.room-gallery-control span { font-size:1.1rem; font-weight:100; }
.room-gallery-counter { position:absolute; z-index:4; top:22px; right:-28px; display:flex; align-items:baseline; gap:.35rem; min-width:92px; padding:.9rem 1rem; background:#111; color:#fff; }
.room-gallery-current { font-size:1.45rem; font-weight:100; }
.room-gallery-total,.room-gallery-sep { color:rgba(255,255,255,.54); font-size:.72rem; font-weight:100; }
.room-amenity-grid { grid-template-columns:repeat(5,minmax(0,1fr)); }

/* Meetings */
.meeting-stat-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.meeting-stat-grid > div { min-height:150px; padding:1.7rem; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.meeting-stat-grid strong { display:block; font-size:clamp(2rem,3.2vw,3.5rem); line-height:1; font-weight:100; letter-spacing:-.035em; }
.meeting-stat-grid span { display:block; margin-top:.8rem; color:#666; font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; }
.meeting-editorial { padding:10px 0; }
.meeting-editorial-grid { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr); gap:10px; }
.meeting-editorial-media { min-height:620px; overflow:hidden; }
.meeting-editorial-media img { width:100%; height:100%; min-height:620px; object-fit:cover; }
.meeting-editorial-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(2.7rem,5vw,6rem); background:#111; color:#fff; }
.meeting-editorial-copy .eyebrow { color:rgba(255,255,255,.58); }
.meeting-editorial-copy .display-title,.meeting-editorial-copy .display-title em { color:#fff; }
.meeting-editorial-copy p { color:rgba(255,255,255,.68); font-weight:100; }
.feature-rail { display:flex; flex-wrap:wrap; gap:.55rem; }
.feature-rail span { border:1px solid currentColor; padding:.5rem .7rem; font-size:.62rem; letter-spacing:.08em; text-transform:uppercase; }
.feature-rail-compact { margin-top:1.2rem; color:rgba(255,255,255,.74); }
.venue-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.venue-card { display:flex; flex-direction:column; min-height:420px; border:1px solid var(--line); background:#fff; }
.venue-card-featured { grid-column:span 2; }
.venue-card-media { aspect-ratio:1.65/1; overflow:hidden; background:#eee; }
.venue-card-featured .venue-card-media { aspect-ratio:2.1/1; }
.venue-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .65s ease; }
.venue-card:hover .venue-card-media img { transform:scale(1.025); }
.venue-card-body { flex:1; padding:1.8rem; }
.venue-card-body h3 { margin:.15rem 0 .8rem; font-size:clamp(1.6rem,2.3vw,2.5rem); font-weight:100; }
.venue-card-body p { color:#666; font-weight:100; }
.venue-specs { display:flex; flex-wrap:wrap; gap:1.2rem; margin-top:1.4rem; padding-top:1rem; border-top:1px solid var(--line); }
.venue-specs span { display:flex; flex-direction:column; min-width:60px; }
.venue-specs small { color:#777; font-size:.58rem; letter-spacing:.08em; text-transform:uppercase; }
.venue-specs strong { font-size:1.35rem; font-weight:100; line-height:1.2; }

/* Dining */
.service-strip { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.service-strip > div { padding:1.5rem 1.5rem 1.5rem 0; }
.service-strip > div + div { padding-left:1.5rem; border-left:1px solid var(--line); }
.service-strip span { display:block; font-size:1.7rem; font-weight:100; }
.service-strip strong { display:block; margin-top:.25rem; color:#666; font-size:.67rem; font-weight:300; letter-spacing:.1em; text-transform:uppercase; }
.dining-list-section { padding:10px 0; }
.dining-venue-list { width:100%; }
.dining-venue-row { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr); gap:10px; margin-bottom:10px; min-height:570px; }
.dining-venue-row:last-child { margin-bottom:0; }
.dining-venue-row-reverse { grid-template-columns:minmax(380px,.8fr) minmax(0,1.2fr); }
.dining-venue-row-reverse .dining-venue-media { order:2; }
.dining-venue-row-reverse .dining-venue-copy { order:1; }
.dining-venue-media { min-height:570px; overflow:hidden; }
.dining-venue-media img { width:100%; height:100%; min-height:570px; object-fit:cover; transition:transform .7s ease; }
.dining-venue-row:hover .dining-venue-media img { transform:scale(1.025); }
.dining-venue-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(2.7rem,5vw,6rem); background:#fff; }
.dining-venue-copy h2 { font-size:clamp(2.5rem,4.5vw,5rem); line-height:1; font-weight:100; letter-spacing:-.04em; }
.dining-venue-copy p { color:#606060; font-weight:100; }
.venue-hours { margin-top:1.5rem; padding-top:1.2rem; border-top:1px solid var(--line); }
.venue-hours span { display:block; color:#777; font-size:.62rem; letter-spacing:.12em; }
.venue-hours strong { display:block; margin-top:.4rem; font-size:.9rem; font-weight:300; }

/* Wellness */
.wellness-editorial { overflow:hidden; }
.wellness-cross-grid { display:grid; grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr); gap:clamp(3rem,7vw,8rem); align-items:center; }
.wellness-copy { padding:2rem 0; }
.wellness-media-stack { position:relative; min-height:650px; overflow:visible; }
.wellness-media-main { width:100%; height:620px; object-fit:cover; }
.wellness-media-float { position:absolute; left:-70px; bottom:-55px; width:42%; aspect-ratio:1.08/1; object-fit:cover; border:10px solid #fff; box-shadow:0 20px 50px rgba(0,0,0,.12); }
.wellness-points { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:2rem; border-top:1px solid var(--line); }
.wellness-points span { padding:.9rem 0; border-bottom:1px solid var(--line); color:#555; font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; }
.wellness-points span:nth-child(even) { padding-left:1rem; border-left:1px solid var(--line); }
.wellness-card { min-height:100%; border:1px solid rgba(255,255,255,.22); overflow:hidden; display:flex; flex-direction:column; }
.wellness-card-media { aspect-ratio:1.45/1; overflow:hidden; background:rgba(255,255,255,.05); }
.wellness-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.wellness-card:hover .wellness-card-media img { transform:scale(1.03); }
.wellness-card-content { padding:2rem; flex:1; }
.wellness-card-content > span { color:rgba(255,255,255,.45); font-size:.68rem; letter-spacing:.15em; }
.wellness-card h3 { margin:2rem 0 .8rem; color:#fff; font-size:2rem; font-weight:100; }
.wellness-card p { color:rgba(255,255,255,.62); font-weight:100; }

/* About */
.about-split { display:grid; grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr); gap:clamp(3rem,7vw,8rem); align-items:center; }
.about-copy p { color:#5d5d5d; font-weight:100; }
.about-image-pair { position:relative; display:grid; grid-template-columns:1.2fr .8fr; gap:10px; align-items:end; }
.about-image-pair img:first-child { width:100%; height:620px; object-fit:cover; }
.about-image-pair img:last-child { width:100%; height:430px; object-fit:cover; transform:translateY(60px); }
.corporate-link-section { padding-bottom:120px; }
.cross-link-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.cross-link-card { min-height:290px; padding:2.3rem; border:1px solid var(--line); background:#fff; display:flex; flex-direction:column; align-items:flex-start; }
.cross-link-card > span { color:#888; font-size:.67rem; letter-spacing:.15em; }
.cross-link-card h3 { margin:2.6rem 0 .75rem; font-size:2rem; font-weight:100; }
.cross-link-card p { max-width:520px; color:#666; font-weight:100; }
.cross-link-card b { margin-top:auto; padding-top:1.4rem; font-size:.66rem; font-weight:400; letter-spacing:.12em; }
.cross-link-card-dark { background:#111; color:#fff; }
.cross-link-card-dark > span,.cross-link-card-dark p { color:rgba(255,255,255,.58); }

/* Location */
.location-route-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.location-route-grid > div { padding:2rem; min-height:150px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.location-route-grid strong { display:block; font-size:2.3rem; font-weight:100; }
.location-route-grid span { display:block; color:#666; font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; }
.nearby-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.nearby-grid article { min-height:180px; padding:1.6rem; border:1px solid var(--line); display:flex; flex-direction:column; justify-content:space-between; background:#fff; }
.nearby-grid article:nth-child(2),.nearby-grid article:nth-child(7) { background:#111; color:#fff; }
.nearby-grid span { color:#888; font-size:.65rem; letter-spacing:.12em; }
.nearby-grid article:nth-child(2) span,.nearby-grid article:nth-child(7) span { color:rgba(255,255,255,.5); }
.nearby-grid h3 { margin:0; font-size:1.35rem; font-weight:100; }

/* Sustainability */
.pillar-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.pillar-grid article { min-height:285px; padding:2rem; border:1px solid var(--line); background:#fff; }
.pillar-grid article:nth-child(2),.pillar-grid article:nth-child(5) { transform:translateY(28px); }
.pillar-grid span { color:#888; font-size:.65rem; letter-spacing:.12em; }
.pillar-grid h3 { margin:2.8rem 0 .8rem; font-size:1.8rem; font-weight:100; }
.pillar-grid p { color:#666; font-weight:100; }

/* Gallery */
.gallery-feature-carousel { position:relative; overflow:hidden; background:#111; }
.gallery-feature-carousel .carousel-item { aspect-ratio:2.05/1; }
.gallery-feature-carousel img { width:100%; height:100%; object-fit:cover; }
.gallery-feature-caption { position:absolute; left:28px; bottom:25px; padding:.6rem .8rem; background:rgba(0,0,0,.55); color:#fff; font-size:.67rem; letter-spacing:.12em; text-transform:uppercase; }
.gallery-feature-control { width:48px; height:48px; top:24px; bottom:auto; opacity:1; border:1px solid rgba(255,255,255,.65); }
.gallery-feature-control.carousel-control-prev { left:auto; right:82px; }
.gallery-feature-control.carousel-control-next { right:24px; }
.gallery-feature-control span { font-size:1.1rem; font-weight:100; }
.gallery-grid-v21 { columns:unset; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); grid-auto-rows:220px; gap:10px; }
.gallery-grid-v21 .gallery-item { margin:0; height:100%; }
.gallery-grid-v21 .gallery-item img { width:100%; height:100%; object-fit:cover; }
.gallery-grid-v21 .gallery-item-tall { grid-row:span 2; }
.gallery-grid-v21 .gallery-item-wide { grid-column:span 2; }

/* Contact */
.contact-layout { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr); gap:10px; }
.contact-form-panel { padding:clamp(2rem,4vw,4rem); border:1px solid var(--line); background:#fff; }
.contact-info-panel { display:grid; grid-template-rows:auto minmax(340px,1fr); gap:10px; }
.contact-info-block { padding:2.4rem; background:#111; color:#fff; }
.contact-info-block .eyebrow { color:rgba(255,255,255,.55); }
.contact-info-block h3 { font-size:2rem; font-weight:100; }
.contact-info-block p { color:rgba(255,255,255,.65); }
.contact-direct { display:flex; flex-direction:column; gap:.6rem; }
.contact-direct a { display:flex; align-items:center; gap:.65rem; color:#fff; }
.contact-direct .fa { width:18px; text-align:center; }
.contact-map { min-height:380px; }
.contact-map iframe { display:block; }

/* Legal document pages */
.legal-layout { display:grid; grid-template-columns:240px minmax(0,840px); justify-content:center; gap:clamp(3rem,7vw,7rem); align-items:start; }
.legal-index { position:sticky; top:140px; display:flex; flex-direction:column; border-top:1px solid var(--line); }
.legal-index .eyebrow { padding-top:1rem; }
.legal-index a { padding:.85rem 0; border-bottom:1px solid var(--line); color:#666; font-size:.76rem; font-weight:100; }
.legal-document > section { scroll-margin-top:150px; padding-top:2.3rem; margin-top:2.3rem; border-top:1px solid var(--line); }
.legal-document h3 { font-size:1.65rem; font-weight:200; }
.legal-document p { color:#555; font-weight:100; }

@media (max-width:1199.98px) {
  .room-showcase-row,.room-showcase-row-reverse,.dining-venue-row,.dining-venue-row-reverse { grid-template-columns:1.1fr .9fr; }
  .room-showcase-row-reverse .room-showcase-media,.dining-venue-row-reverse .dining-venue-media { order:2; }
  .venue-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .meeting-editorial-grid { grid-template-columns:1.05fr .95fr; }
  .nearby-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

@media (max-width:991.98px) {
  .inner-hero-rooms,.meetings-hero,.dining-hero,.wellness-hero,.about-hero,.location-hero,.sustainability-hero,.gallery-hero,.contact-hero,.legal-hero { min-height:58vh; }
  .room-showcase-row,.room-showcase-row-reverse,.dining-venue-row,.dining-venue-row-reverse,.meeting-editorial-grid,.wellness-cross-grid,.about-split,.contact-layout { grid-template-columns:1fr; }
  .room-showcase-row-reverse .room-showcase-media,.room-showcase-row-reverse .room-showcase-copy,.dining-venue-row-reverse .dining-venue-media,.dining-venue-row-reverse .dining-venue-copy { order:initial; }
  .room-showcase-media,.room-showcase-media img,.dining-venue-media,.dining-venue-media img { min-height:470px; }
  .room-showcase-copy,.dining-venue-copy { min-height:360px; }
  .room-intro-sticky { position:static; padding-right:0; }
  .room-gallery-counter { right:18px; }
  .meeting-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .meeting-editorial-media,.meeting-editorial-media img { min-height:480px; }
  .wellness-media-stack { min-height:590px; }
  .wellness-media-main { height:550px; }
  .wellness-media-float { left:28px; bottom:-35px; width:38%; }
  .about-image-pair img:first-child { height:520px; }
  .about-image-pair img:last-child { height:360px; transform:translateY(35px); }
  .nearby-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pillar-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pillar-grid article:nth-child(2),.pillar-grid article:nth-child(5) { transform:none; }
  .gallery-grid-v21 { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .legal-layout { grid-template-columns:1fr; gap:2rem; }
  .legal-index { position:static; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 1rem; }
  .legal-index .eyebrow { grid-column:1/-1; }
}

@media (max-width:767.98px) {
  .inner-hero-lead { font-size:.95rem; }
  .mini-stat-rail,.meeting-stat-grid,.service-strip,.location-route-grid { grid-template-columns:1fr; border-left:0; }
  .mini-stat-rail span,.mini-stat-rail span + span,.service-strip > div,.service-strip > div + div { padding:1rem 0; border-left:0; border-top:1px solid var(--line); }
  .mini-stat-rail span:first-child,.service-strip > div:first-child { border-top:0; }
  .room-showcase-media,.room-showcase-media img,.dining-venue-media,.dining-venue-media img { min-height:0; height:auto; aspect-ratio:1.15/1; object-fit:cover; }
  .room-showcase-copy,.dining-venue-copy { min-height:0; padding:2rem 1.3rem 2.4rem; }
  .room-showcase-copy h2,.dining-venue-copy h2 { font-size:2.5rem; }
  .room-gallery-carousel .carousel-item { aspect-ratio:.92/1; }
  .room-gallery-control { bottom:12px; width:40px; height:40px; }
  .room-gallery-control.carousel-control-prev { right:58px; }
  .room-gallery-control.carousel-control-next { right:12px; }
  .room-gallery-counter { top:12px; right:12px; }
  .room-amenity-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .meeting-stat-grid { border-left:1px solid var(--line); }
  .meeting-stat-grid > div { min-height:110px; padding:1.2rem; }
  .meeting-editorial-media,.meeting-editorial-media img { min-height:0; height:auto; aspect-ratio:1.12/1; object-fit:cover; }
  .meeting-editorial-copy { padding:2rem 1.3rem 2.5rem; }
  .venue-grid { grid-template-columns:1fr; }
  .venue-card-featured { grid-column:auto; }
  .venue-card { min-height:0; }
  .venue-card-media,.venue-card-featured .venue-card-media { aspect-ratio:1.22/1; }
  .wellness-media-stack { min-height:460px; padding-bottom:45px; }
  .wellness-media-main { height:auto; aspect-ratio:1.05/1; object-fit:cover; }
  .wellness-media-float { left:-12px; bottom:0; width:48%; border-width:6px; }
  .wellness-points { grid-template-columns:1fr; }
  .wellness-points span:nth-child(even) { padding-left:0; border-left:0; }
  .about-image-pair { grid-template-columns:1fr; }
  .about-image-pair img:first-child { height:auto; aspect-ratio:1.05/1; object-fit:cover; }
  .about-image-pair img:last-child { width:62%; height:auto; aspect-ratio:1/1; object-fit:cover; margin:-70px 0 0 auto; transform:none; border:6px solid #fff; }
  .cross-link-grid,.pillar-grid { grid-template-columns:1fr; }
  .cross-link-card,.pillar-grid article { min-height:240px; }
  .nearby-grid { grid-template-columns:1fr 1fr; }
  .nearby-grid article { min-height:145px; padding:1.2rem; }
  .nearby-grid h3 { font-size:1.1rem; }
  .gallery-feature-carousel .carousel-item { aspect-ratio:.95/1; }
  .gallery-grid-v21 { grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:180px; }
  .gallery-grid-v21 .gallery-item-wide { grid-column:span 2; }
  .contact-form-panel,.contact-info-block { padding:1.5rem; }
  .legal-index { grid-template-columns:1fr; }
}

/* v2.1.5 AJAX forms + event request */
.ajax-form-status { display:none; padding:1rem 1.1rem; border:1px solid transparent; font-size:.9rem; line-height:1.55; }
.ajax-form-status.is-success,.ajax-form-status.is-error { display:block; }
.ajax-form-status.is-success { color:#164f34; background:#f2faf6; border-color:#bcdcca; }
.ajax-form-status.is-error { color:#7a2323; background:#fff5f5; border-color:#e7c4c4; }
.js-ajax-mail-form.is-submitting { opacity:.88; }
.js-ajax-submit[disabled] { cursor:wait; opacity:.7; }

.event-request-section { background:#fff; }
.event-request-layout { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr); gap:clamp(2.5rem,5vw,6rem); align-items:start; }
.event-form-panel { min-width:0; }
.event-form-panel .form-label { margin-bottom:.5rem; font-size:.69rem; font-weight:400; letter-spacing:.1em; text-transform:uppercase; color:#555; }
.event-form-panel .form-control,.event-form-panel .form-select { min-height:54px; border-radius:0; border:1px solid #d7d7d7; background:#fff; font-weight:300; }
.event-form-panel textarea.form-control { min-height:150px; padding-top:1rem; }
.event-form-panel .form-control:focus,.event-form-panel .form-select:focus { border-color:#1489c9; box-shadow:0 0 0 .12rem rgba(20,137,201,.11); }
.event-request-aside { position:sticky; top:calc(var(--nav-h) + 34px); background:#101010; color:#fff; }
.event-request-aside-media { aspect-ratio:1.15/1; overflow:hidden; }
.event-request-aside-media img { width:100%; height:100%; object-fit:cover; }
.event-request-aside-copy { padding:2rem; }
.event-request-aside-copy .eyebrow { color:rgba(255,255,255,.55); }
.event-request-aside-copy h3 { margin:.7rem 0 1rem; font-size:clamp(1.7rem,2.5vw,2.5rem); font-weight:100; line-height:1.1; }
.event-request-aside-copy p { color:rgba(255,255,255,.66); font-weight:100; }
.event-request-aside .feature-rail { margin-top:1.5rem; }
.event-request-aside .feature-rail span { color:rgba(255,255,255,.72); border-color:rgba(255,255,255,.16); }

@media (max-width:991.98px) {
  .event-request-layout { grid-template-columns:1fr; }
  .event-request-aside { position:relative; top:auto; display:grid; grid-template-columns:1fr 1fr; }
  .event-request-aside-media { aspect-ratio:auto; min-height:360px; }
}
@media (max-width:767.98px) {
  .event-request-aside { grid-template-columns:1fr; }
  .event-request-aside-media { min-height:280px; }
  .event-request-aside-copy { padding:1.5rem; }
}
