:root {
  --navy: #0f2453;
  --navy-deep: #091b43;
  --ink: #101a36;
  --muted: #667084;
  --line: #dce1e9;
  --surface: #f5f7fa;
  --selection: #edf4ff;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1360px, calc(100vw - 96px));
  --shadow: 0 18px 55px rgba(7, 20, 49, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { color: inherit; }

.sr-only,
.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 16px; background: var(--white); color: var(--navy); box-shadow: var(--shadow); }
:focus-visible { outline: 3px solid #7ba5e7; outline-offset: 3px; }

.brand-mark { width: 128px; height: 110px; flex: 0 0 auto; display: grid; place-content: center; color: var(--white); background: var(--navy); text-align: center; }
.brand-mark__name { display: block; font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: .82; letter-spacing: -.04em; }
.brand-mark__sub { display: block; margin-top: 12px; font-size: 12px; line-height: 1; letter-spacing: .42em; text-transform: uppercase; padding-left: .42em; }

.site-header { z-index: 50; top: 0; left: 0; width: 100%; height: 110px; display: grid; grid-template-columns: 128px 1fr auto; align-items: center; padding: 0 42px; gap: 42px; }
.site-header--overlay { position: absolute; color: var(--white); }
.site-header--solid { position: relative; color: var(--navy); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.site-header .brand-mark { margin-left: 0; }
.main-navigation { display: flex; justify-content: center; align-items: center; gap: clamp(28px, 4vw, 68px); }
.main-navigation a, .header-actions { font-size: 14px; font-weight: 600; letter-spacing: .015em; }
.main-navigation a { position: relative; }
.main-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.main-navigation a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 32px; }
.language-switch { display: inline-flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; color: inherit; background: none; cursor: pointer; }
.language-switch span { margin: 0; }
.language-switch svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.header-book-link { position: relative; padding: 12px 0; }
.header-book-link::after { content: ""; position: absolute; height: 1px; background: currentColor; left: 0; right: 0; bottom: 4px; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 12px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; }

.hero { position: relative; min-height: min(930px, 100svh); height: 100svh; color: var(--white); overflow: visible; background: #b9a59d; }
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero__content { position: absolute; z-index: 2; left: max(6vw, 64px); bottom: 215px; max-width: 760px; }
.hero__content h1 { margin: 0; font-family: var(--serif); font-size: clamp(66px, 7.5vw, 118px); font-weight: 400; line-height: .84; letter-spacing: -.045em; text-shadow: 0 2px 25px rgba(0,0,0,.23); }
.hero__content p { margin: 32px 0 0; font-size: clamp(17px, 1.45vw, 23px); line-height: 1.7; text-shadow: 0 1px 14px rgba(0,0,0,.42); }
.mobile-title-space { display: none; }
.video-controls { position: absolute; z-index: 3; right: 5vw; bottom: 180px; display: flex; gap: 6px; }
.video-controls button { width: 44px; height: 44px; padding: 10px; border: 0; color: var(--white); background: rgba(7,20,49,.16); cursor: pointer; backdrop-filter: blur(8px); }
.video-controls svg { width: 24px; height: 24px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.video-controls .icon-play, .video-controls .icon-volume { display: none; }
.video-controls button.is-on .icon-muted, .video-controls button.is-on .icon-pause { display: none; }
.video-controls button.is-on .icon-volume, .video-controls button.is-on .icon-play { display: block; }

.booking-search { position: absolute; z-index: 5; left: 50%; bottom: -54px; transform: translateX(-50%); width: var(--container); min-height: 118px; display: grid; grid-template-columns: 1fr 1fr .8fr 1.1fr; align-items: stretch; padding: 18px; background: var(--white); color: var(--ink); border: 1px solid rgba(15,36,83,.12); box-shadow: var(--shadow); }
.booking-field { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 0 36px; border-right: 1px solid var(--line); }
.booking-field > span:first-child { font-size: 13px; font-weight: 700; color: var(--navy); }
.booking-field__control { display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 10px; }
.booking-field input, .booking-field select { width: 100%; min-width: 0; border: 0; padding: 4px 0; color: var(--muted); background: transparent; outline: none; }
.booking-field input::-webkit-calendar-picker-indicator { opacity: 0; position: absolute; }
.booking-field svg { width: 22px; fill: none; stroke: var(--muted); stroke-width: 1.5; }
.booking-field--guests select { appearance: auto; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 14px 24px; border: 1px solid transparent; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button svg { width: 21px; height: 21px; margin-left: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button--primary { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button--primary:hover { background: #17366f; }
.button--light { color: var(--navy); background: var(--white); }
.button--outline { color: var(--navy); background: var(--white); border-color: #aeb8c8; }
.button--full { width: 100%; }
.booking-search__submit { margin-left: 18px; }

.properties-section { width: var(--container); margin: 0 auto; padding: 160px 0 130px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 80px; margin-bottom: 96px; }
.section-heading h2, .rome-note h2, .booking-choice > h2 { margin: 0; font-family: var(--serif); color: var(--navy); font-size: clamp(54px, 5.6vw, 88px); font-weight: 500; line-height: .91; letter-spacing: -.035em; }
.section-heading p { margin: 0 0 10px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.availability-result { display: flex; align-items: center; gap: 10px; margin: -56px 0 55px; padding: 15px 20px; color: #215a42; background: #eff9f3; border-left: 3px solid #3f8b67; }
.availability-result__dot { width: 8px; height: 8px; border-radius: 50%; background: #3f8b67; }
.availability-result span:last-child { color: #527063; }
.property-list { border-top: 1px solid var(--line); }
.property-row { min-height: 360px; display: grid; grid-template-columns: minmax(300px, .7fr) minmax(520px, 1.3fr); gap: 80px; align-items: center; padding: 38px 8px; border-bottom: 1px solid var(--line); }
.property-row--reverse { grid-template-columns: minmax(520px, 1.3fr) minmax(300px, .7fr); }
.property-row--reverse .property-row__copy { order: 2; }
.property-row--reverse .property-row__media { order: 1; }
.property-row__number { display: block; margin-bottom: 22px; font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.property-row h3 { margin: 0 0 34px; font-family: var(--serif); color: var(--navy); font-size: clamp(42px, 4vw, 64px); line-height: .92; font-weight: 500; letter-spacing: -.025em; }
.text-link { width: fit-content; display: inline-flex; align-items: center; padding: 0 0 8px; border-bottom: 1px solid var(--navy); font-size: 14px; font-weight: 600; }
.text-link svg { width: 21px; margin-left: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.property-row__media { height: 330px; overflow: hidden; background: var(--surface); }
.property-row__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); }
.property-row__media:hover img { transform: scale(1.025); }

.rome-note { padding: 140px max(7vw, 64px); color: var(--white); background: var(--navy); }
.rome-note__label { margin: 0 0 30px; font-size: 12px; font-weight: 700; letter-spacing: .38em; text-transform: uppercase; }
.rome-note h2 { max-width: 1100px; color: var(--white); }
.rome-note > p:last-child { max-width: 760px; margin: 48px 0 0 auto; font-size: 19px; line-height: 1.85; color: rgba(255,255,255,.78); }

.booking-choice { padding-top: 110px; background: var(--white); }
.booking-choice > h2 { margin: 0 auto 74px; text-align: center; }
.booking-choice__columns { display: grid; grid-template-columns: 1fr 1fr; }
.booking-choice__columns > div { min-height: 390px; padding: 74px max(7vw, 72px); }
.booking-choice__columns h3 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(40px, 3.7vw, 58px); font-weight: 500; line-height: 1; }
.booking-choice__columns p { max-width: 590px; margin: 0 0 38px; font-size: 17px; line-height: 1.8; }
.booking-choice__direct { color: var(--white); background: var(--navy); }
.booking-choice__direct p { color: rgba(255,255,255,.78); }
.booking-choice__platforms { color: var(--navy); background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-choice__platforms p { color: var(--muted); }
.platform-links { display: flex; flex-wrap: wrap; gap: 28px 52px; }
.platform-links a { display: inline-flex; align-items: center; padding-bottom: 7px; border-bottom: 1px solid var(--navy); font-size: 15px; font-weight: 600; }
.platform-links svg { width: 18px; margin-left: 10px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.platform-links--logos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.platform-links--logos a { min-height: 94px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; align-items: center; gap: 7px 12px; padding: 18px; border: 1px solid #d6dce6; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.platform-links--logos a:hover { border-color: var(--navy); box-shadow: 0 12px 28px rgba(9,27,67,.09); transform: translateY(-2px); }
.platform-links--logos img { grid-column: 1 / -1; align-self: center; max-width: 100%; max-height: 27px; object-fit: contain; object-position: left center; }
.platform-links--logos span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.platform-links--logos svg { grid-column: 2; grid-row: 2; margin: 0; }
.suite-choice--channels { padding: 135px 0 120px; background: var(--white); }
.suite-choice__channels { width: var(--container); margin: 0 auto; }
.suite-choice__channels > h2 { max-width: 1180px; margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(54px, 5.4vw, 88px); font-weight: 500; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
.suite-choice__channels > p { max-width: 760px; margin: 32px 0 52px; color: var(--muted); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.suite-channel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.suite-channel-grid a { min-height: 180px; padding: 28px; }
.suite-channel-grid img { max-height: 38px; }
.platform-links--logos .platform-link--luma { color: var(--white); background: var(--navy); border-color: var(--navy); }
.platform-links--logos .platform-link--luma:hover { border-color: var(--navy); box-shadow: 0 16px 34px rgba(9,27,67,.18); }
.platform-links--logos .platform-link__luma-logo { grid-column: 1 / -1; align-self: center; display: grid; justify-items: start; gap: 1px; color: var(--white); font-family: var(--serif); font-size: inherit; font-weight: 400; letter-spacing: normal; line-height: 1; text-transform: none; }
.platform-link__luma-logo b { font-size: 40px; font-weight: 500; letter-spacing: -.045em; }
.platform-link__luma-logo small { margin-left: 3px; font-family: var(--sans); font-size: 8px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.platform-links--logos .platform-link--luma > span[data-i18n] { color: rgba(255,255,255,.78); }
.platform-links--logos .platform-link--luma svg { stroke: var(--white); }
.site-footer { display: grid; grid-template-columns: 128px 1fr auto; grid-template-areas: "brand nav address" "details details details" "legal legal legal"; align-items: center; gap: 40px 70px; width: var(--container); margin: 0 auto; padding: 52px 0 22px; border-top: 1px solid var(--line); }
.site-footer .brand-mark { grid-area: brand; }
.site-footer nav { grid-area: nav; display: flex; justify-content: center; gap: 42px; font-size: 13px; font-weight: 600; }
.site-footer address { grid-area: address; display: grid; gap: 12px; font-style: normal; font-size: 13px; }
.site-footer__details { grid-area: details; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 54px; align-items: start; padding-top: 30px; border-top: 1px solid var(--line); }
.site-footer__details h2 { margin: 0 0 18px; color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: -.015em; }
.site-footer__fiscal { display: grid; grid-template-columns: 1.15fr .95fr 1.25fr; gap: 24px; }
.site-footer__fiscal p { display: grid; align-content: start; gap: 7px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.site-footer__fiscal strong { color: var(--navy); font-weight: 650; }
.site-footer__details a { width: fit-content; transition: color .2s ease; }
.site-footer__details a:hover { color: #9b732f; }
.site-footer__properties ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; padding: 0; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; list-style: none; }
.site-footer__legal { grid-area: legal; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--serif); font-size: 15px; }
.site-footer__legal div { display: flex; gap: 28px; }
.site-footer--compact { display: flex; justify-content: space-between; padding: 38px 0; }
.site-footer--compact p { color: var(--muted); }
.site-footer--compact > a:last-child { color: var(--navy); border-bottom: 1px solid currentColor; }

.preview-toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 420px; padding: 16px 20px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); transform: translateY(30px); opacity: 0; pointer-events: none; transition: .25s ease; }
.preview-toast.is-visible { transform: translateY(0); opacity: 1; }

/* Suite page */
.suite-main { width: var(--container); margin: 0 auto; padding: 30px 0 110px; }
.suite-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(390px, .75fr); gap: 42px; align-items: start; }
.breadcrumb { display: flex; gap: 14px; margin: 10px 0 20px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--navy); }
.suite-intro h1 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(68px, 6.5vw, 102px); font-weight: 500; line-height: .9; letter-spacing: -.045em; }
.suite-intro__lead { margin: 22px 0 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.suite-facts { display: flex; flex-wrap: wrap; gap: 28px 44px; padding: 0; margin: 0 0 32px; list-style: none; color: var(--navy); font-size: 14px; }
.suite-facts li { display: flex; align-items: center; gap: 10px; }
.suite-facts svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.suite-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 14px; height: 510px; }
.suite-gallery img { width: 100%; height: 100%; object-fit: cover; }
.suite-gallery__details { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; overflow: hidden; }
.suite-gallery__details img:first-child { object-position: 72% center; }
.suite-gallery__details img:last-child { object-position: 45% bottom; }
.gallery-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding: 0 0 7px; color: var(--navy); background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; }
.gallery-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.suite-description { max-width: 760px; padding-top: 58px; }
.suite-description h2 { margin: 0 0 18px; font-family: var(--serif); color: var(--navy); font-size: 55px; font-weight: 500; }
.suite-description > p { color: var(--muted); line-height: 1.85; }
.amenities { margin-top: 45px; padding-top: 28px; border-top: 1px solid var(--line); }
.amenities h3 { font-family: var(--serif); font-size: 30px; font-weight: 500; }
.amenities ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px 30px; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.amenities li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--navy); }

.suite-booking { position: sticky; top: 22px; padding: 30px; border: 1px solid var(--line); box-shadow: 0 10px 38px rgba(9, 27, 67, .07); }
.suite-booking h2 { margin: 0 0 24px; font-family: var(--serif); color: var(--navy); font-size: 33px; font-weight: 500; }
.suite-booking__fields { display: grid; grid-template-columns: 1fr 1fr .7fr; gap: 10px; }
.suite-booking label { display: grid; gap: 8px; font-size: 12px; font-weight: 700; color: var(--navy); }
.suite-booking input, .suite-booking select, .rate-editor input, .rate-editor select { width: 100%; min-height: 44px; padding: 9px 10px; color: var(--ink); background: var(--white); border: 1px solid #cbd2de; border-radius: 3px; }
.price-breakdown { display: grid; gap: 12px; margin: 18px 0; }
.price-breakdown > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 14px; }
.price-breakdown strong { color: var(--ink); }
.price-breakdown__total { padding-top: 15px; border-top: 1px solid var(--line); font-size: 17px !important; font-weight: 700; }
.direct-note { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 11px; }
.direct-note svg { width: 19px; fill: none; stroke: var(--navy); stroke-width: 1.4; }
/* CRM preview */
.crm-preview { min-width: 1100px; min-height: 100vh; color: #13203b; background: #f8f9fb; font-family: var(--sans); }
.crm-preview .brand-mark { width: 100%; height: 98px; }
.crm-sidebar { position: fixed; z-index: 5; inset: 0 auto 0 0; width: 160px; display: flex; flex-direction: column; background: var(--white); border-right: 1px solid var(--line); }
.crm-sidebar nav { display: grid; gap: 4px; padding: 24px 12px; }
.crm-sidebar nav a { display: flex; align-items: center; gap: 12px; min-height: 45px; padding: 0 12px; border-radius: 4px; color: #526077; font-size: 12px; }
.crm-sidebar nav a.is-active { color: var(--navy); background: #edf3fd; font-weight: 700; }
.crm-sidebar nav svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.crm-sidebar__back { margin: auto 20px 24px; color: var(--navy); font-size: 11px; }
.crm-main { margin-left: 160px; min-height: 100vh; }
.crm-topbar { height: 98px; display: flex; justify-content: space-between; align-items: center; padding: 0 28px 0 40px; background: var(--white); border-bottom: 1px solid var(--line); }
.crm-topbar h1 { margin: 0 0 5px; color: #121e39; font-size: 28px; line-height: 1.1; letter-spacing: -.02em; }
.crm-topbar p { margin: 0; color: var(--muted); font-size: 11px; }
.crm-topbar .button { min-height: 44px; font-size: 12px; }
.rate-toolbar { height: 72px; display: flex; justify-content: space-between; align-items: center; padding: 0 28px 0 40px; background: var(--white); border-bottom: 1px solid var(--line); }
.rate-toolbar__month { display: flex; align-items: center; gap: 10px; }
.rate-toolbar__month strong { margin-right: 18px; font-size: 17px; }
.rate-toolbar button, .view-switch button { min-width: 42px; height: 32px; padding: 0 13px; color: var(--navy); background: var(--white); border: 1px solid #cad3e0; border-radius: 3px; font-size: 11px; cursor: pointer; }
.view-switch { display: flex; }
.view-switch button { min-width: 120px; }
.view-switch .is-active { background: #edf3fd; box-shadow: inset 0 -2px 0 var(--navy); }
.rate-workspace { display: grid; grid-template-columns: 210px minmax(700px, 1fr) 310px; min-height: calc(100vh - 170px); }
.property-filter { padding: 24px 18px; background: var(--white); border-right: 1px solid var(--line); }
.property-filter > strong { display: block; margin-bottom: 22px; font-size: 11px; }
.property-filter label { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 18px; color: #566177; font-size: 10px; line-height: 1.45; }
.property-filter input { accent-color: var(--navy); }
.rate-calendar-wrap { min-width: 0; overflow-x: auto; background: #fbfcfe; }
.rate-calendar { min-width: 940px; padding-bottom: 12px; }
.rate-head, .rate-property { display: grid; grid-template-columns: 110px repeat(14, minmax(58px, 1fr)); }
.rate-head { position: sticky; top: 0; z-index: 2; background: var(--white); border-bottom: 1px solid var(--line); }
.rate-head > div { min-height: 72px; display: grid; place-content: center; text-align: center; border-right: 1px solid #eef1f5; font-size: 10px; }
.rate-head > div:first-child { place-content: center start; padding-left: 14px; }
.rate-head .is-weekend { color: #225ea8; background: #f7faff; }
.rate-head strong { display: block; margin-top: 6px; font-size: 14px; }
.rate-property { grid-template-rows: 38px 34px 34px 34px; border-bottom: 1px solid #cdd5e1; }
.rate-property__title { grid-column: 1 / -1; display: flex; align-items: center; padding: 0 14px; color: var(--navy); background: #f6f8fb; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.rate-label { display: flex; align-items: center; padding-left: 14px; color: var(--navy); background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid #eef1f5; font-size: 8px; font-weight: 700; }
.rate-cell { position: relative; display: grid; place-content: center; min-width: 0; padding: 0; background: var(--white); border: 0; border-right: 1px solid #eef1f5; border-bottom: 1px solid #eef1f5; color: #344057; font-size: 9px; cursor: pointer; }
.rate-cell:hover { background: #f2f6fd; }
.rate-cell.is-special { background: #f1f6ff; }
.rate-cell.is-selected { z-index: 1; background: #e5efff; box-shadow: inset 0 2px 0 var(--navy), inset 0 -2px 0 var(--navy); }
.rate-cell.is-selected.selection-start { box-shadow: inset 2px 0 0 var(--navy), inset 0 2px 0 var(--navy), inset 0 -2px 0 var(--navy); }
.rate-cell.is-selected.selection-end { box-shadow: inset -2px 0 0 var(--navy), inset 0 2px 0 var(--navy), inset 0 -2px 0 var(--navy); }
.rate-cell--status { cursor: default; }
.status-dot { width: 11px; height: 11px; border: 1.5px solid #438867; border-radius: 50%; }
.status-dot.is-closed { border-color: #d84848; }
.status-dot.is-closed::after { content: ""; display: block; width: 13px; height: 1px; margin: 4px 0 0 -2px; background: #d84848; transform: rotate(-45deg); }
.status-dot.is-booked { border: 0; border-radius: 2px; background: #eee7b3; }
.rate-legend { min-width: 940px; display: flex; align-items: center; gap: 34px; padding: 18px 28px; color: #536077; font-size: 9px; background: var(--white); border-top: 1px solid var(--line); }
.rate-legend span { display: flex; align-items: center; gap: 8px; }
.rate-legend i { width: 16px; height: 16px; border: 1px solid #cbd3df; background: var(--white); }
.rate-legend .legend-special { background: #edf4ff; }
.rate-legend .legend-closed { border-radius: 50%; border-color: #d84848; }
.rate-legend .legend-booked { background: #eee7b3; }
.rate-editor { position: relative; display: flex; flex-direction: column; padding: 26px 24px; background: var(--white); border-left: 1px solid var(--line); }
.rate-editor__close { position: absolute; top: 20px; right: 18px; width: 34px; height: 34px; border: 0; background: none; font-size: 25px; cursor: pointer; }
.rate-editor h2 { margin: 0 40px 34px 0; font-size: 19px; }
.rate-editor__empty { color: var(--muted); font-size: 11px; line-height: 1.7; }
.rate-editor__form { display: flex; flex: 1; flex-direction: column; }
.editor-summary { display: grid; gap: 8px; margin-bottom: 22px; }
.editor-summary span, .rate-editor label > span:first-child { color: var(--muted); font-size: 10px; }
.editor-summary strong { font-size: 13px; }
.rate-editor label { display: grid; gap: 9px; margin-bottom: 22px; }
.input-with-prefix { display: grid; grid-template-columns: 28px 1fr; align-items: center; min-height: 46px; border: 1px solid #cbd2de; border-radius: 3px; }
.input-with-prefix b { padding-left: 10px; font-weight: 500; }
.input-with-prefix input { border: 0; }
.toggle-row { grid-template-columns: 1fr auto !important; align-items: center; }
.toggle-row span { display: grid; gap: 6px; }
.toggle-row strong { color: var(--ink); font-size: 11px; }
.toggle-row small { color: var(--muted); line-height: 1.45; }
.toggle-row input { appearance: none; width: 40px; height: 22px; padding: 2px; border: 0; border-radius: 999px; background: #c7cfda; cursor: pointer; }
.toggle-row input::before { content: ""; display: block; width: 18px; height: 18px; border-radius: 50%; background: var(--white); transition: transform .2s; }
.toggle-row input:checked { background: var(--navy); }
.toggle-row input:checked::before { transform: translateX(18px); }
.rate-editor__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.rate-editor__actions .button { min-height: 44px; font-size: 11px; }

@media (max-width: 1050px) {
  :root { --container: min(100% - 48px, 920px); }
  .site-header { grid-template-columns: 96px 1fr auto; height: 90px; padding: 0 24px; gap: 24px; }
  .brand-mark { width: 96px; height: 90px; }
  .brand-mark__name { font-size: 31px; }
  .brand-mark__sub { font-size: 9px; }
  .main-navigation { gap: 22px; }
  .hero__content { left: 36px; }
  .booking-search { grid-template-columns: 1fr 1fr .7fr; bottom: -114px; }
  .booking-search__submit { grid-column: 1 / -1; margin: 12px 0 0; }
  .properties-section { padding-top: 220px; }
  .property-row, .property-row--reverse { grid-template-columns: minmax(260px, .7fr) minmax(400px, 1.3fr); gap: 42px; }
  .property-row__copy { order: 1 !important; }
  .property-row__media { order: 2 !important; }
  .suite-layout { grid-template-columns: 1fr; }
  .suite-booking { position: relative; top: auto; }
  .site-footer { grid-template-columns: 96px 1fr; grid-template-areas: "brand nav" "address address" "details details" "legal legal"; }
  .site-footer address { grid-template-columns: 1fr 1fr; }
  .site-footer__details { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  :root { --container: calc(100% - 32px); }
  .site-header { height: 76px; grid-template-columns: 76px 1fr 44px; padding: 0 12px 0 0; color: var(--white); }
  .site-header--solid { color: var(--navy); }
  .brand-mark { width: 76px; height: 76px; }
  .brand-mark__name { font-size: 26px; }
  .brand-mark__sub { margin-top: 9px; font-size: 8px; }
  .menu-toggle { display: block; grid-column: 3; }
  .main-navigation { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 16px; color: var(--navy); background: var(--white); box-shadow: var(--shadow); }
  .main-navigation.is-open { display: flex; }
  .main-navigation a { width: 100%; padding: 14px; }
  .header-actions { grid-column: 2; grid-row: 1; justify-self: end; gap: 14px; font-size: 11px; }
  .header-book-link { display: none; }
  .hero { min-height: 840px; height: 100svh; }
  .hero__video { object-position: 60% center; }
  .hero__content { left: 24px; right: 24px; bottom: 350px; }
  .hero__content h1 { font-size: clamp(58px, 18vw, 82px); }
  .hero__content p { margin-top: 20px; font-size: 15px; }
  .hero__content br { display: none; }
  .hero__content .mobile-title-space { display: inline; }
  .video-controls { right: 18px; bottom: 318px; }
  .booking-search { bottom: -224px; grid-template-columns: 1fr; width: calc(100% - 28px); padding: 12px; }
  .booking-field { min-height: 70px; padding: 8px 14px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-search__submit { min-height: 58px; margin-top: 12px; }
  .properties-section { padding-top: 290px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 54px; }
  .section-heading h2, .rome-note h2, .booking-choice > h2 { font-size: 50px; }
  .section-heading p br { display: none; }
  .availability-result { margin: -24px 0 34px; align-items: flex-start; flex-wrap: wrap; }
  .property-row, .property-row--reverse { grid-template-columns: 1fr; gap: 28px; padding: 34px 0; }
  .property-row__copy, .property-row--reverse .property-row__copy { order: 2 !important; }
  .property-row__media, .property-row--reverse .property-row__media { order: 1 !important; height: 260px; }
  .property-row h3 { margin-bottom: 24px; font-size: 45px; }
  .rome-note { padding: 90px 22px; }
  .rome-note > p:last-child { margin-top: 34px; font-size: 16px; }
  .booking-choice { padding-top: 72px; }
  .booking-choice > h2 { margin-bottom: 48px; }
  .booking-choice__columns { grid-template-columns: 1fr; }
  .booking-choice__columns > div { min-height: 0; padding: 54px 24px; }
  .booking-choice__columns h3 { font-size: 42px; }
  .site-footer { display: grid; grid-template-columns: 76px 1fr; grid-template-areas: "brand address" "nav nav" "details details" "legal legal"; gap: 30px; padding-top: 34px; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; gap: 18px 28px; }
  .site-footer address { grid-template-columns: 1fr; font-size: 12px; }
  .site-footer__details { gap: 30px; padding-top: 26px; }
  .site-footer__details h2 { font-size: 22px; }
  .site-footer__fiscal { grid-template-columns: 1fr; gap: 18px; }
  .site-footer__properties ul { grid-template-columns: 1fr; }
  .site-footer__legal { flex-direction: column; gap: 18px; }
  .site-footer__legal div { flex-wrap: wrap; gap: 18px; }
  .site-footer--compact { display: grid; grid-template-columns: 76px 1fr; }
  .suite-main { padding-top: 24px; }
  .suite-intro h1 { font-size: 64px; }
  .suite-facts { gap: 18px 25px; }
  .suite-gallery { grid-template-columns: 1fr; height: auto; }
  .suite-gallery__main { height: 390px !important; }
  .suite-gallery__details { display: none; }
  .suite-booking { margin-top: 12px; padding: 20px; }
  .suite-booking__fields { grid-template-columns: 1fr 1fr; }
  .suite-booking__fields label:last-child { grid-column: 1 / -1; }
  .amenities ul { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Editorial property pages */
.suite-body { overflow-x: hidden; }
.suite-body .site-header--solid { position: relative; }
.suite-body .language-switch { display: inline-flex; align-items: center; gap: 8px; }
.suite-body .language-switch span { margin: 0; opacity: 1; }
.suite-body .language-switch svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.property-mast { position: relative; color: var(--white); background: var(--navy); }
.property-mast::after { content: ""; position: absolute; right: 5.5vw; bottom: 0; width: min(31vw, 450px); height: 1px; background: rgba(211,184,123,.68); }
.property-mast__inner { width: var(--container); margin: 0 auto; padding: 46px 0 110px; }
.property-breadcrumb { display: flex; gap: 12px; align-items: center; margin: 0 0 68px; color: rgba(255,255,255,.62); font-size: 12px; }
.property-breadcrumb a { color: var(--white); }
.property-mast__title { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); align-items: end; gap: 70px; }
.property-mast h1 { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(72px, 7.5vw, 128px); font-weight: 400; line-height: .77; letter-spacing: -.052em; text-wrap: balance; }
.property-mast__title p { max-width: 530px; margin: 0 0 2px; color: rgba(255,255,255,.77); font-family: var(--serif); font-size: clamp(24px, 2.1vw, 34px); line-height: 1.25; }

.property-visual { position: relative; z-index: 2; width: var(--container); margin: -58px auto 0; }
.property-gallery { position: relative; height: min(650px, 67vw); min-height: 480px; display: grid; grid-template-columns: minmax(0, 1.58fr) minmax(300px, .72fr); gap: 9px; padding: 9px; background: var(--white); box-shadow: 0 24px 70px rgba(9,27,67,.14); }
.property-gallery button { position: relative; min-width: 0; padding: 0; border: 0; overflow: hidden; background: #e8e6e0; cursor: zoom-in; }
.property-gallery button::after { content: ""; position: absolute; inset: 0; background: rgba(8,23,53,0); transition: background .35s ease; }
.property-gallery button:hover::after { background: rgba(8,23,53,.08); }
.property-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.property-gallery button:hover img { transform: scale(1.018); }
.property-gallery__side { display: grid; grid-template-rows: 1fr 1fr 1fr; gap: 9px; min-height: 0; }
.property-gallery__all { position: absolute !important; z-index: 2; right: 27px; bottom: 27px; display: flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 16px !important; color: var(--navy); background: rgba(255,255,255,.96) !important; box-shadow: 0 8px 26px rgba(9,27,67,.12); font-size: 12px; font-weight: 700; cursor: pointer !important; }
.property-gallery__all::after { display: none; }
.property-gallery__all svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.property-gallery__all b { display: grid; place-items: center; min-width: 24px; height: 24px; color: var(--white); background: var(--navy); font-size: 10px; }
.property-fact-rail { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-top: 0; }
.property-fact-rail li { min-height: 93px; display: grid; place-content: center; gap: 7px; padding: 13px 24px; text-align: center; border-right: 1px solid var(--line); }
.property-fact-rail li:last-child { border-right: 0; }
.property-fact-rail strong { color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1; }
.property-fact-rail span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.property-overview { width: var(--container); display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(390px, .68fr); align-items: start; gap: clamp(70px, 8vw, 140px); margin: 0 auto; padding: 130px 0 150px; }
.section-kicker { margin: 0 0 32px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.property-story { padding: 16px 0 0 clamp(0px, 4vw, 66px); }
.property-story h2, .property-editorial h2, .property-section-heading h2, .property-location h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(52px, 5vw, 78px); font-weight: 500; line-height: .92; letter-spacing: -.036em; text-wrap: balance; }
.property-story__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 48px; margin-top: 58px; color: var(--muted); }
.property-story__copy section { padding-top: 18px; border-top: 1px solid var(--line); }
.property-story__copy section:last-child:nth-child(odd) { grid-column: 1 / -1; }
.property-story__copy h3 { margin: 0 0 13px; color: #9a6d2d; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.property-story__copy p { margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.65; }
.suite-body .suite-booking { top: 28px; padding: 36px; background: var(--white); border: 1px solid #d7dce4; box-shadow: 0 24px 60px rgba(9,27,67,.1); }
.suite-booking__price { margin-bottom: 10px; color: var(--muted); font-size: 12px; }
.suite-booking__price strong { color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 600; }
.suite-body .suite-booking h2 { margin-bottom: 26px; font-size: 36px; line-height: 1; }
.suite-body .suite-booking__fields { grid-template-columns: 1fr 1fr; }
.suite-body .suite-booking__fields label:last-child { grid-column: 1 / -1; }
.calendar-source { display: flex; align-items: center; gap: 8px; margin: 16px 0 4px; color: #315e49; font-size: 10px; font-weight: 700; }
.calendar-source small { margin-left: auto; padding: 4px 6px; color: #7a5a25; background: #fbf4e6; font-weight: 700; }
.calendar-source__pulse { width: 7px; height: 7px; border-radius: 50%; background: #428765; box-shadow: 0 0 0 5px rgba(66,135,101,.12); }

.property-editorial { min-height: 790px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr); align-items: stretch; background: #f3f1ec; }
.property-editorial__image { min-height: 650px; overflow: hidden; }
.property-editorial__image img { width: 100%; height: 100%; object-fit: cover; }
.property-editorial__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(56px, 8vw, 140px); }
.editorial-number { display: block; margin-bottom: 70px; color: #a98242; font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.property-editorial__copy p { max-width: 520px; margin: 46px 0 0; color: var(--muted); font-family: var(--serif); font-size: 20px; line-height: 1.75; }

.property-amenities { width: var(--container); margin: 0 auto; padding: 150px 0; }
.property-section-heading { display: grid; grid-template-columns: 130px minmax(0, 850px); align-items: start; }
.property-section-heading .editorial-number { margin-top: 15px; }
.amenity-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 88px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenity-columns--3 { grid-template-columns: repeat(3, 1fr); }
.amenity-group { min-height: 250px; padding: 36px 34px 40px; border-right: 1px solid var(--line); }
.amenity-group:first-child { padding-left: 0; }
.amenity-group:last-child { border-right: 0; }
.amenity-group h3 { margin: 0 0 28px; color: var(--navy); font-family: var(--serif); font-size: 28px; font-weight: 600; }
.amenity-group ul { display: grid; gap: 16px; margin: 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.amenity-group li { display: flex; align-items: center; gap: 11px; }
.amenity-group li::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; border: 1px solid #b38c47; transform: rotate(45deg); }
.amenity-group--empty { opacity: .45; }

.property-location { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 650px; color: var(--white); background: var(--navy); }
.property-location__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(5vw, 58px); }
.property-location .section-kicker, .property-location h2 { color: var(--white); }
.location-times { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 40px; margin-top: 58px; }
.location-time { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.2); }
.location-time strong { display: block; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.location-time span { color: rgba(255,255,255,.6); font-size: 11px; }
.property-map { position: relative; min-height: 650px; overflow: hidden; background: #ece8df; }
.property-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.property-map path { fill: none; stroke: #c6bca9; stroke-width: 4; }
.property-map .map-minor { stroke: #d9d0c0; stroke-width: 2; }
.map-pin { position: absolute; top: 47%; left: 50%; width: 70px; height: 70px; display: grid; place-items: center; transform: translate(-50%,-50%); color: var(--white); background: var(--navy); border-radius: 50%; box-shadow: 0 0 0 12px rgba(15,36,83,.14); font-family: var(--serif); font-size: 18px; }
.map-label { position: absolute; color: #6c675d; font-family: var(--serif); font-size: 17px; }
.map-label--one { top: 18%; left: 18%; }
.map-label--two { top: 55%; right: 15%; }
.map-label--three { bottom: 14%; left: 22%; }
.suite-choice { padding-top: 135px; }

.language-dialog, .gallery-dialog, .booking-request-dialog { border: 0; padding: 0; }
.language-dialog::backdrop, .gallery-dialog::backdrop, .booking-request-dialog::backdrop { background: rgba(5,14,34,.74); backdrop-filter: blur(5px); }
.language-dialog { width: min(520px, calc(100% - 32px)); color: var(--ink); background: var(--white); box-shadow: 0 30px 90px rgba(4,13,33,.35); }
.language-dialog__head { display: flex; justify-content: space-between; align-items: center; padding: 28px 30px; border-bottom: 1px solid var(--line); }
.language-dialog__head h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: 35px; font-weight: 500; }
.language-dialog__head button, .gallery-dialog__close { width: 42px; height: 42px; border: 0; background: none; cursor: pointer; font-size: 28px; font-weight: 300; }
.language-list { display: grid; padding: 12px 30px 28px; }
.language-list button { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; color: var(--navy); background: none; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; text-align: left; }
.language-list button.is-current { font-weight: 700; }
.language-list button.is-current::after { content: "✓"; }
.gallery-dialog { width: 100vw; max-width: none; height: 100vh; max-height: none; color: var(--white); background: #071632; }
.gallery-dialog__close { position: fixed; z-index: 3; top: 18px; right: 22px; color: var(--white); }
.gallery-dialog__stage { width: 100%; height: 100%; display: grid; grid-template-columns: 90px minmax(0, 1fr) 90px; align-items: center; }
.gallery-dialog__stage figure { min-width: 0; height: calc(100vh - 80px); display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 18px; margin: 40px 0; }
.gallery-dialog__stage img { width: 100%; height: 100%; object-fit: contain; }
.gallery-dialog__stage figcaption { display: flex; justify-content: space-between; color: rgba(255,255,255,.7); font-size: 12px; }
.gallery-dialog__nav { height: 100%; border: 0; color: var(--white); background: none; cursor: pointer; font-size: 28px; }
.booking-request-dialog { width: min(1080px, calc(100% - 34px)); max-width: 1080px; color: var(--ink); background: var(--white); box-shadow: 0 34px 100px rgba(4,13,33,.38); }
.booking-request-dialog__close { position: absolute; z-index: 2; top: 15px; right: 16px; width: 42px; height: 42px; border: 0; color: var(--navy); background: rgba(255,255,255,.86); cursor: pointer; font-size: 30px; font-weight: 300; }
.booking-request-dialog__layout { min-height: 620px; display: grid; grid-template-columns: minmax(310px,.78fr) minmax(0,1.22fr); }
.booking-request-dialog__summary { padding: 58px 48px; color: var(--white); background: var(--navy); }
.booking-request-dialog__summary .section-kicker { color: #d7bc82; }
.booking-request-dialog__summary h2 { margin: 18px 0 42px; font-family: var(--serif); font-size: 50px; font-weight: 500; line-height: .95; }
.booking-request-dialog__summary dl { display: grid; gap: 0; margin: 0; }
.booking-request-dialog__summary dl div { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.18); }
.booking-request-dialog__summary dt { color: rgba(255,255,255,.64); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.booking-request-dialog__summary dd { margin: 0; font-family: var(--serif); font-size: 20px; }
.booking-request-dialog__assurance { display: grid; grid-template-columns: 24px 1fr; gap: 12px; margin: 42px 0 0; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.7; }
.booking-request-dialog__assurance > span:first-child { width: 22px; height: 22px; display: grid; place-items: center; color: var(--navy); background: #d7bc82; border-radius: 50%; }
.booking-request-dialog__content { display: grid; align-items: center; padding: 58px 62px; }
.booking-request-dialog__content h2 { max-width: 580px; margin: 12px 0 18px; color: var(--navy); font-family: var(--serif); font-size: 54px; font-weight: 500; line-height: .98; }
.booking-request-dialog__content > div > p:not(.section-kicker) { max-width: 590px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.booking-request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; margin-top: 30px; }
.booking-request-form label { display: grid; gap: 8px; color: var(--navy); font-size: 11px; font-weight: 700; }
.booking-request-form input, .booking-request-form textarea { width: 100%; border: 1px solid #cbd2de; border-radius: 2px; padding: 12px 13px; color: var(--ink); background: var(--white); font: inherit; font-size: 14px; }
.booking-request-form input { min-height: 46px; }
.booking-request-form textarea { resize: vertical; }
.booking-request-form__wide, .booking-request-form__privacy, .booking-request-form__error { grid-column: 1 / -1; }
.booking-request-form__privacy { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.5; }
.booking-request-form__privacy input { width: 17px; min-height: 17px; margin-top: 1px; }
.booking-request-form__honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.booking-request-form__error { margin: 0; color: #a33127; font-size: 12px; }
.booking-request-form button[disabled] { cursor: wait; opacity: .65; }
.booking-request-success { max-width: 540px; text-align: left; }
.booking-request-success__mark { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 34px; color: var(--white); background: var(--navy); border-radius: 50%; font-size: 25px; }
.booking-request-success .button { margin-top: 32px; }
.mobile-booking-bar { display: none; }

@media (max-width: 1050px) {
  .property-mast__title { grid-template-columns: 1fr; gap: 36px; }
  .property-mast__title p { max-width: 620px; }
  .property-overview { grid-template-columns: 1fr; }
  .property-story { padding-left: 0; }
  .suite-body .suite-booking { width: min(620px, 100%); margin: 0 auto; }
  .property-editorial { grid-template-columns: 1fr 1fr; min-height: 640px; }
  .property-editorial__copy { padding: 70px 48px; }
  .amenity-columns { grid-template-columns: 1fr 1fr; }
  .amenity-group:nth-child(2) { border-right: 0; }
  .amenity-group:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .property-location { grid-template-columns: 1fr; }
  .property-map { min-height: 520px; }
}

@media (max-width: 760px) {
  .suite-body { padding-bottom: 74px; }
  .suite-body .site-header { color: var(--white); background: var(--navy); border: 0; }
  .suite-body .site-header .brand-mark { background: #0b1e47; }
  .suite-body .menu-toggle { color: var(--white); }
  .suite-body .language-switch { color: var(--white); }
  .property-mast__inner { width: calc(100% - 36px); padding: 36px 0 68px; }
  .property-breadcrumb { margin-bottom: 42px; }
  .property-mast h1 { font-size: clamp(61px, 18vw, 80px); line-height: .82; }
  .property-mast__title { gap: 30px; }
  .property-mast__title p { font-size: 23px; }
  .property-mast::after { right: 18px; width: 46vw; }
  .property-visual { width: 100%; margin: 0; }
  .property-gallery { height: auto; min-height: 0; grid-template-columns: 1fr; gap: 5px; padding: 0; box-shadow: none; }
  .property-gallery__main { height: 62vw; min-height: 290px; }
  .property-gallery__side { grid-template-columns: repeat(3, 1fr); grid-template-rows: 110px; gap: 5px; }
  .property-gallery__all { right: 14px; bottom: 126px; min-height: 42px; }
  .property-gallery__all span { display: none; }
  .property-fact-rail { display: flex; overflow-x: auto; border-left: 0; border-right: 0; scrollbar-width: none; }
  .property-fact-rail::-webkit-scrollbar { display: none; }
  .property-fact-rail li { min-width: 126px; min-height: 80px; padding: 11px 16px; }
  .property-fact-rail strong { font-size: 24px; }
  .property-overview { width: calc(100% - 36px); gap: 64px; padding: 84px 0 100px; }
  .property-story h2, .property-editorial h2, .property-section-heading h2, .property-location h2 { font-size: 47px; }
  .property-story__copy { grid-template-columns: 1fr; gap: 24px; margin-top: 38px; }
  .property-story__copy section:last-child:nth-child(odd) { grid-column: auto; }
  .property-story__copy p { font-size: 18px; }
  .suite-body .suite-booking { padding: 22px 18px; box-shadow: 0 16px 40px rgba(9,27,67,.1); }
  .suite-body .suite-booking h2 { font-size: 32px; }
  .property-editorial { min-height: 0; grid-template-columns: 1fr; }
  .property-editorial__image { min-height: 420px; }
  .property-editorial__copy { padding: 62px 22px 76px; }
  .editorial-number { margin-bottom: 44px; }
  .property-editorial__copy p { margin-top: 30px; font-size: 18px; }
  .property-amenities { width: calc(100% - 36px); padding: 92px 0; }
  .property-section-heading { grid-template-columns: 1fr; }
  .property-section-heading .editorial-number { margin: 0 0 34px; }
  .amenity-columns { grid-template-columns: 1fr; margin-top: 58px; }
  .amenity-group, .amenity-group:first-child { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .amenity-group:last-child { border-bottom: 0; }
  .property-location__copy { padding: 84px 22px; }
  .location-times { gap: 18px; margin-top: 44px; }
  .location-time strong { font-size: 20px; }
  .property-map { min-height: 410px; }
  .suite-choice { padding-top: 88px; }
  .gallery-dialog__stage { grid-template-columns: 52px minmax(0, 1fr) 52px; }
  .gallery-dialog__stage figure { height: calc(100vh - 110px); margin: 55px 0; }
  .gallery-dialog__stage figcaption { flex-direction: column; gap: 6px; }
  .booking-request-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; }
  .booking-request-dialog__layout { min-height: 100%; grid-template-columns: 1fr; }
  .booking-request-dialog__summary { padding: 56px 22px 30px; }
  .booking-request-dialog__summary h2 { margin: 14px 0 28px; font-size: 42px; }
  .booking-request-dialog__summary dl { grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .booking-request-dialog__summary dl div { display: block; padding: 11px 0; }
  .booking-request-dialog__summary dd { margin-top: 5px; font-size: 17px; }
  .booking-request-dialog__assurance { margin-top: 24px; }
  .booking-request-dialog__content { align-items: start; padding: 42px 22px 90px; }
  .booking-request-dialog__content h2 { font-size: 43px; }
  .booking-request-form { grid-template-columns: 1fr; }
  .booking-request-form label, .booking-request-form__wide, .booking-request-form__privacy, .booking-request-form__error { grid-column: 1; }
  .mobile-booking-bar { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; height: 72px; display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; color: var(--white); background: var(--navy); box-shadow: 0 -10px 30px rgba(7,20,49,.2); }
  .mobile-booking-bar span { display: grid; }
  .mobile-booking-bar b { font-family: var(--serif); font-size: 23px; }
  .mobile-booking-bar small { color: rgba(255,255,255,.64); font-size: 9px; }
  .mobile-booking-bar strong { padding: 13px 16px; color: var(--navy); background: var(--white); font-size: 11px; }
  .suite-body .site-footer { margin-bottom: 0; }
}

/* Provider discovery and listing pages */
.home-providers { padding: 170px 0 125px; background: var(--white); border-bottom: 1px solid var(--line); }
.home-providers__inner { width: var(--container); display: grid; grid-template-columns: minmax(360px, .82fr) minmax(540px, 1.18fr); align-items: start; gap: clamp(70px, 9vw, 150px); margin: 0 auto; }
.home-providers__intro { padding-top: 5px; }
.home-providers__intro h2 { max-width: 620px; margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(56px, 5.5vw, 88px); font-weight: 500; line-height: .92; letter-spacing: -.04em; text-wrap: balance; }
.home-providers__intro p { max-width: 510px; margin: 42px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.provider-destinations { border-top: 1px solid #d2b579; }
.provider-destination { min-height: 104px; display: grid; grid-template-columns: minmax(155px, 220px) 1fr 28px; align-items: center; gap: 32px; padding: 22px 12px 22px 26px; border-bottom: 1px solid #d2b579; transition: color .25s ease, background .25s ease, padding .25s ease; }
.provider-destination:hover { padding-left: 34px; color: var(--navy); background: #f6f8fb; }
.provider-destination__logo { width: 100%; height: 46px; display: flex; align-items: center; }
.provider-destination__logo img { width: auto; max-width: 100%; height: auto; max-height: 39px; object-fit: contain; }
.provider-destination__logo--airbnb img { width: 147px; }
.provider-destination__logo--booking img { width: 188px; }
.provider-destination__logo--vrbo img { width: 122px; }
.provider-destination__luma-logo { display: grid; justify-items: start; color: var(--navy); font-family: var(--serif); line-height: 1; }
.provider-destination__luma-logo b { font-size: 42px; font-weight: 500; letter-spacing: -.045em; }
.provider-destination__luma-logo small { margin-left: 3px; font-family: var(--sans); font-size: 8px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.provider-destination__availability { justify-self: end; color: var(--muted); font-size: 13px; }
.provider-destination > svg { width: 24px; fill: none; stroke: var(--navy); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
.provider-destination:hover > svg { transform: translateX(4px); }
.properties-section { padding-top: 125px; }
.booking-choice__columns--single { grid-template-columns: 1fr; }
.booking-choice__columns--single > div { min-height: 340px; }
.booking-choice__columns--single .booking-choice__direct { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(420px, 1.1fr) auto; align-items: center; gap: clamp(38px, 6vw, 100px); }
.booking-choice__columns--single .booking-choice__direct h3,
.booking-choice__columns--single .booking-choice__direct p { margin: 0; }
.booking-choice__columns--single .button { white-space: nowrap; }

.provider-body { overflow-x: hidden; }
.provider-body .site-header--solid { position: sticky; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.provider-main { min-height: 70vh; }
.provider-mast { width: var(--container); margin: 0 auto; padding: 58px 0 52px; }
.provider-mast__top { display: flex; justify-content: space-between; align-items: flex-start; min-height: 72px; }
.provider-back { display: inline-flex; align-items: center; gap: 13px; color: var(--navy); font-size: 12px; font-weight: 600; }
.provider-back svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.provider-back:hover svg { transform: translateX(-4px); }
.provider-mast__identity { width: 210px; height: 60px; display: flex; justify-content: flex-end; align-items: center; }
.provider-mast__identity img { width: auto; max-width: 100%; height: auto; max-height: 48px; object-fit: contain; }
.provider-body[data-provider="airbnb"] .provider-mast__identity img { width: 176px; }
.provider-body[data-provider="booking"] .provider-mast__identity img { width: 210px; }
.provider-body[data-provider="vrbo"] .provider-mast__identity img { width: 132px; }
.provider-mast__copy { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: end; gap: 70px; }
.provider-mast h1 { max-width: 980px; margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(70px, 7vw, 112px); font-weight: 400; line-height: .82; letter-spacing: -.052em; text-wrap: balance; }
.provider-mast__copy p { max-width: 450px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.provider-tabs { width: var(--container); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-top: 1px solid #d2b579; border-bottom: 1px solid #d2b579; }
.provider-tabs a { position: relative; height: 88px; display: flex; justify-content: center; align-items: center; padding: 21px 34px; border-right: 1px solid #d2b579; opacity: .72; transition: opacity .2s ease, background .2s ease; }
.provider-tabs a:last-child { border-right: 0; }
.provider-tabs a:hover { opacity: .92; background: #f8f9fb; }
.provider-tabs a.is-active { opacity: 1; }
.provider-tabs a.is-active::after { content: ""; position: absolute; left: 30%; right: 30%; bottom: -1px; height: 3px; background: var(--navy); }
.provider-tabs img { width: auto; height: auto; max-height: 34px; max-width: 174px; object-fit: contain; }
.provider-tabs [data-provider-tab="airbnb"] img { width: 135px; }
.provider-tabs [data-provider-tab="booking"] img { width: 174px; }
.provider-tabs [data-provider-tab="vrbo"] img { width: 108px; }
.provider-grid-section { width: var(--container); margin: 0 auto; padding: 38px 0 110px; }
.provider-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px 36px; }
.provider-property { min-width: 0; }
.provider-property__media { display: block; aspect-ratio: 1.55 / 1; overflow: hidden; background: var(--surface); }
.provider-property__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.provider-property__media:hover img { transform: scale(1.022); }
.provider-property__caption { min-height: 112px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: start; gap: 20px; padding: 20px 4px 18px; border-bottom: 1px solid #d2b579; }
.provider-property__number { color: var(--navy); font-family: var(--serif); font-size: 35px; line-height: 1; }
.provider-property__caption h2 { margin: -2px 0 7px; color: var(--navy); font-family: var(--serif); font-size: clamp(26px, 2.35vw, 38px); font-weight: 500; line-height: 1; letter-spacing: -.025em; text-wrap: balance; }
.provider-property__caption p { max-width: 420px; display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.provider-property__link { display: inline-flex; align-items: center; gap: 10px; margin-top: 7px; color: var(--navy); font-size: 11px; font-weight: 700; white-space: nowrap; }
.provider-property__link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.provider-property__link:hover svg { transform: translate(3px,-3px); }

@media (max-width: 1050px) {
  .home-providers { padding-top: 230px; }
  .home-providers__inner { grid-template-columns: 1fr; gap: 64px; }
  .home-providers__intro h2 { max-width: 760px; }
  .booking-choice__columns--single .booking-choice__direct { grid-template-columns: 1fr 1fr; }
  .booking-choice__columns--single .button { justify-self: start; }
  .suite-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .provider-mast__copy { grid-template-columns: 1fr; gap: 28px; }
  .provider-grid { gap: 48px 24px; }
  .provider-property__caption { grid-template-columns: 48px 1fr; }
  .provider-property__link { grid-column: 2; margin-top: 0; }
}

@media (max-width: 760px) {
  .home-providers { padding: 300px 0 82px; }
  .home-providers__inner { gap: 48px; }
  .home-providers__intro h2 { font-size: 51px; }
  .home-providers__intro p { margin-top: 28px; font-size: 14px; }
  .provider-destination { min-height: 92px; grid-template-columns: minmax(120px, 1fr) auto 22px; gap: 16px; padding: 18px 4px; }
  .provider-destination:hover { padding-left: 4px; }
  .provider-destination__logo { height: 36px; }
  .provider-destination__logo--airbnb img { width: 122px; }
  .provider-destination__logo--booking img { width: 150px; }
  .provider-destination__logo--vrbo img { width: 102px; }
  .provider-destination__luma-logo b { font-size: 34px; }
  .provider-destination__availability { font-size: 10px; }
  .properties-section { padding-top: 86px; }
  .booking-choice__columns--single .booking-choice__direct { display: block; }
  .booking-choice__columns--single .booking-choice__direct p { margin: 24px 0 38px; }
  .suite-choice--channels { padding: 88px 0 82px; }
  .suite-choice__channels > h2 { font-size: clamp(45px, 13vw, 58px); }
  .suite-choice__channels > p { margin: 26px 0 38px; font-size: 18px; }
  .suite-channel-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .suite-channel-grid a { min-height: 148px; padding: 20px 16px; }
  .suite-channel-grid img { max-height: 30px; }
  .platform-link__luma-logo b { font-size: 34px; }

  .provider-body .site-header { color: var(--navy); background: rgba(255,255,255,.97); }
  .provider-mast { padding: 34px 0 38px; }
  .provider-mast__top { min-height: 62px; }
  .provider-mast__identity { display: none; }
  .provider-mast h1 { font-size: clamp(55px, 15vw, 68px); line-height: .86; }
  .provider-mast__copy { gap: 23px; }
  .provider-mast__copy p { font-size: 14px; }
  .provider-tabs { overflow: hidden; }
  .provider-tabs a { height: 70px; padding: 17px 9px; }
  .provider-tabs a.is-active::after { left: 18%; right: 18%; height: 2px; }
  .provider-tabs img { max-width: 105px; max-height: 26px; }
  .provider-tabs [data-provider-tab="airbnb"] img { width: 88px; }
  .provider-tabs [data-provider-tab="booking"] img { width: 105px; }
  .provider-tabs [data-provider-tab="vrbo"] img { width: 72px; }
  .provider-grid-section { padding: 24px 0 82px; }
  .provider-grid { grid-template-columns: 1fr; gap: 42px; }
  .provider-property__media { aspect-ratio: 1.27 / 1; }
  .provider-property__caption { min-height: 0; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 16px 0 17px; }
  .provider-property__number { font-size: 31px; }
  .provider-property__caption h2 { font-size: 29px; }
  .provider-property__caption p { display: none; }
  .provider-property__link { grid-column: 2; margin-top: 6px; font-size: 11px; }
}
