:root {
  --ink: #0b292c;
  --ink-deep: #061f23;
  --sea: #1d4a4e;
  --sea-soft: #b9ccca;
  --accent: #b88958;
  --accent-light: #d8b88f;
  --ivory: #f4f0e8;
  --sand: #e7ded0;
  --paper: #fbfaf7;
  --white: #ffffff;
  --text: #243638;
  --muted: #647274;
  --line: rgba(11, 41, 44, 0.16);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1280px, calc(100vw - 80px));
  --section: clamp(90px, 10vw, 150px);
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { width: 100%; max-width: 100%; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
address { font-style: normal; }
::selection { background: var(--accent); color: var(--white); }
:focus-visible { outline: 3px solid #e5a75f; outline-offset: 4px; border-radius: 2px; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-160%); background: var(--white); color: var(--ink); padding: 12px 18px; font-weight: 700; box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,247,.97); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.utility-bar { min-height: 34px; background: var(--ink-deep); color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; gap: 12px; align-items: center; }
.utility-inner a:hover { color: var(--white); }
.nav-bar { min-height: 90px; }
.nav-inner { min-height: 90px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; color: var(--ink); font-family: "Montserrat", sans-serif; font-weight: 400; text-transform: uppercase; }
.brand-name { font-size: 24px; letter-spacing: 4px; line-height: 24px; }
.brand-name span { font-size: 1.3em; line-height: 1; }
.brand-city { margin-top: 1px; font-size: 19.2px; letter-spacing: 4px; line-height: 19.2px; }
.brand-place { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.2; text-transform: capitalize; }
.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(16px, 1.7vw, 30px); }
.desktop-nav a { position: relative; padding-block: 33px; color: var(--ink); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 24px; width: 100%; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav a[aria-current="page"] { color: var(--accent); }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 24px; border: 1px solid transparent; border-radius: 0; font-size: 10px; font-weight: 750; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; transition: background .25s ease, color .25s ease, border .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-book { min-width: 116px; background: var(--ink); color: var(--white); }
.button-book:hover { background: var(--accent); }
.button-accent { background: var(--accent); color: var(--white); }
.button-accent:hover { background: #9f7248; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--accent); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.65); }
.button-outline-light:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; background: transparent; padding: 11px; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: var(--ink); }
.mobile-menu { display: none; }

/* Entrata progressiva accessibile: il contenuto resta visibile senza JavaScript. */
.reveal-ready main > .section,
.reveal-ready main > .final-cta,
.reveal-ready .room-detail,
.reveal-ready .event-group { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-ready .is-revealed { opacity: 1; transform: none; }
.clubhouse-elementor-document > .elementor-container { max-width: none; }
.clubhouse-elementor-document .elementor-widget-html > .elementor-widget-container { overflow: visible; }
.event-list h3 a { color: inherit; }
.event-facts { display: grid; gap: 1px; margin: 36px 0; background: var(--line); border: 1px solid var(--line); }
.event-facts > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 18px 20px; background: var(--paper); }
.event-facts span { color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.event-facts strong { font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready main > .section, .reveal-ready main > .final-cta, .reveal-ready .room-detail, .reveal-ready .event-group { opacity: 1; transform: none; }
}

.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 10px; font-weight: 750; letter-spacing: .24em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.light { color: var(--accent-light); }
.section-heading { max-width: 760px; }
.section-heading h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(42px, 5vw, 76px); font-weight: 400; letter-spacing: -.035em; line-height: .99; }
.section-heading.light h2 { color: var(--white); }
.section-intro { max-width: 640px; margin: 26px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.section-heading.light .section-intro { color: rgba(255,255,255,.7); }
.large-copy { color: var(--ink); font-family: var(--serif); font-size: clamp(23px, 2.4vw, 34px); line-height: 1.35; }
.text-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; transition: color .2s ease, gap .2s ease; }
.text-link:hover { color: var(--accent); gap: 21px; }
.light-link { color: var(--white); }

.home-hero { position: relative; min-height: calc(100svh - 124px); display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image { position: absolute; inset: 0; background-image: url("../images/hero.webp"); background-position: 51% 38%; background-size: cover; transform: scale(1.015); animation: heroZoom 14s ease-out both; }
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-fallback { z-index: 0; opacity: 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,27,30,.86) 0%, rgba(4,27,30,.46) 48%, rgba(4,27,30,.1) 78%), linear-gradient(0deg, rgba(4,27,30,.38), transparent 40%); }
.hero-content { position: relative; z-index: 2; padding-block: 90px 140px; }
.hero-content h1 { max-width: 830px; margin: 0; font-family: var(--serif); font-size: clamp(72px, 9.5vw, 148px); font-weight: 400; letter-spacing: -.06em; line-height: .77; }
.hero-content > p:not(.eyebrow) { max-width: 600px; margin: 40px 0 0; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hero-side-note { position: absolute; z-index: 2; right: 30px; top: 50%; writing-mode: vertical-rl; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
@keyframes heroZoom { from { transform: scale(1.05); } to { transform: scale(1.015); } }

.booking-wrap { position: relative; z-index: 5; margin-top: -55px; }
.booking-bar { min-height: 110px; display: grid; grid-template-columns: 1fr 1fr .85fr 1.25fr; align-items: stretch; background: var(--white); box-shadow: 0 25px 60px rgba(5,31,35,.16); }
.booking-bar label { display: flex; flex-direction: column; justify-content: center; gap: 6px; min-width: 0; padding: 22px 30px; border-right: 1px solid var(--line); }
.booking-bar label span { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.booking-bar input, .booking-bar select { width: 100%; min-height: 35px; padding: 0; border: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 18px; }
.booking-bar input:focus-visible, .booking-bar select:focus-visible { outline-offset: 2px; }
.booking-bar .button { margin: 19px; }
.booking-bar.compact { margin-top: 44px; }

.intro-section { padding-top: calc(var(--section) + 30px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1fr); gap: clamp(70px, 9vw, 150px); align-items: center; }
.image-frame { position: relative; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.image-frame:hover img { transform: scale(1.025); }
.image-frame.portrait { aspect-ratio: 4 / 5; }
.image-frame.landscape { aspect-ratio: 5 / 4; }
.image-frame::before { content: ""; position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.38); pointer-events: none; }
.image-caption { position: absolute; z-index: 3; right: -1px; bottom: -1px; padding: 14px 19px; background: var(--paper); color: var(--muted); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; }
.intro-copy > p:not(.eyebrow) { max-width: 600px; }
.intro-copy > .text-link { margin-top: 22px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 54px 0 0; padding-top: 32px; border-top: 1px solid var(--line); }
.stat-row div { display: flex; flex-direction: column; }
.stat-row dt { color: var(--ink); font-family: var(--serif); font-size: 27px; }
.stat-row dd { margin: 4px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.sea-section { background: var(--ink-deep); color: var(--white); }
.sea-section .section-heading { max-width: 870px; }
.experience-grid { display: grid; grid-template-columns: 1.12fr .88fr; grid-template-rows: repeat(2, 340px); gap: 16px; margin-top: 70px; }
.experience-card { position: relative; min-height: 0; overflow: hidden; background: var(--sea); }
.experience-card.tall { grid-row: span 2; }
.experience-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,27,30,.8), transparent 60%); transition: background .4s ease; }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.experience-card:hover img { transform: scale(1.045); }
.experience-card:hover::after { background: linear-gradient(0deg, rgba(4,27,30,.9), rgba(4,27,30,.05) 70%); }
.card-number { position: absolute; z-index: 2; top: 24px; right: 26px; color: rgba(255,255,255,.8); font-size: 9px; letter-spacing: .15em; }
.card-copy { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 32px; display: grid; grid-template-columns: 1fr auto; align-items: end; color: var(--white); }
.card-copy small { grid-column: 1 / -1; margin-bottom: 8px; color: var(--accent-light); font-size: 8px; font-style: normal; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.card-copy strong { font-family: var(--serif); font-size: clamp(27px, 2.6vw, 40px); font-weight: 400; line-height: 1; }
.card-copy em { padding-bottom: 3px; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.section-topline { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.rooms-preview { background: var(--ivory); }
.room-scroll { --room-gap: 28px; --room-gap-half: 14px; margin-top: 70px; padding-inline: max(40px, calc((100vw - 1280px)/2)); overflow: hidden; scrollbar-width: none; }
.room-scroll::-webkit-scrollbar { display: none; }
.room-scroll-track { display: flex; width: max-content; gap: var(--room-gap); animation: room-loop 72s linear infinite; will-change: transform; }
.room-scroll-group { display: flex; flex: 0 0 auto; gap: var(--room-gap); }
.room-scroll:hover .room-scroll-track,
.room-scroll:focus-within .room-scroll-track { animation-play-state: paused; }
.room-card { flex: 0 0 min(430px, 76vw); }
@keyframes room-loop {
  to { transform: translate3d(calc(-50% - var(--room-gap-half)), 0, 0); }
}
.room-image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.room-card a:hover .room-image img { transform: scale(1.04); }
.room-info { display: grid; grid-template-columns: 32px 1fr auto; gap: 18px; align-items: start; padding-top: 24px; }
.room-info > span { color: var(--accent); font-size: 9px; letter-spacing: .15em; }
.room-info h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.1; }
.room-info p { margin: 7px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.room-info i { color: var(--ink); font-style: normal; }

.business-banner { position: relative; min-height: 720px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.business-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,31,35,.94), rgba(5,31,35,.35)), url("../images/meeting.webp") center / cover; }
.business-content { position: relative; z-index: 2; }
.business-content h2 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 7.5vw, 106px); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.business-content > p:not(.eyebrow) { max-width: 600px; margin: 34px 0; color: rgba(255,255,255,.75); font-size: 17px; }

.location-home { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 12vw; align-items: start; }
.location-grid .button { margin-top: 36px; }
.distance-list { border-top: 1px solid var(--line); }
.distance-list div { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 20px; min-height: 82px; border-bottom: 1px solid var(--line); }
.distance-list span { color: var(--accent); font-size: 9px; }
.distance-list strong { color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.distance-list em { color: var(--muted); font-size: 10px; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }

.reviews-section { background: var(--sand); }
.reviews-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 8vw; align-items: center; }
.review-score { margin: 8px 0; color: var(--ink); font-family: var(--serif); font-size: 74px; line-height: 1; }
.reviews-grid > div > p:last-child { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.reviews-grid blockquote { margin: 0; padding-left: 7vw; border-left: 1px solid rgba(11,41,44,.2); }
.reviews-grid blockquote p { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(30px, 3.2vw, 49px); line-height: 1.28; }
.reviews-grid blockquote footer { margin-top: 28px; color: var(--muted); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

.social-section { padding-bottom: 0; }
.social-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin-top: 60px; }
.social-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.final-cta { min-height: 710px; display: flex; align-items: center; padding-block: 100px; background: linear-gradient(rgba(4,27,30,.72), rgba(4,27,30,.8)), url("../images/hotel-view.webp") center / cover; color: var(--white); }
.final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 8vw, 112px); font-weight: 400; letter-spacing: -.05em; line-height: .84; }
.final-cta .booking-bar { max-width: 1060px; color: var(--text); }

.site-footer { background: #041a1d; color: rgba(255,255,255,.72); }
.footer-top { display: grid; grid-template-columns: 1.4fr .7fr .8fr .9fr; gap: 5vw; padding-block: 90px 70px; }
.site-footer .brand { color: var(--white); }
.site-footer .brand-place { color: rgba(255,255,255,.55); }
.footer-brand > p { max-width: 390px; margin: 28px 0; color: rgba(255,255,255,.58); font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: var(--white); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { border-color: var(--accent-light); background: rgba(255,255,255,.1); transform: translateY(-2px); }
.mobile-social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.mobile-social-links a { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); }
.social-icon { width: 20px; height: 20px; display: block; fill: currentColor; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 0 0 16px; color: var(--accent-light); font-size: 9px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }

/* Floating WhatsApp and accessibility controls */
.clubhouse-floating-tools { position: relative; z-index: 1100; }
.clubhouse-a11y-toggle,
.clubhouse-whatsapp { position: fixed; bottom: max(22px, env(safe-area-inset-bottom)); min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 18px; border: 0; border-radius: 999px; color: #fff; box-shadow: 0 12px 32px rgba(4,31,35,.28); font-size: 11px; font-weight: 750; letter-spacing: .05em; line-height: 1; transition: transform .2s ease, box-shadow .2s ease; }
.clubhouse-a11y-toggle:hover,
.clubhouse-whatsapp:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(4,31,35,.34); }
.clubhouse-a11y-toggle { left: max(22px, env(safe-area-inset-left)); background: var(--ink); }
.clubhouse-a11y-toggle > span:first-child { font-size: 22px; line-height: 1; }
.clubhouse-whatsapp { right: max(22px, env(safe-area-inset-right)); width: 60px; height: 60px; min-height: 60px; padding: 0; border-radius: 50%; background: #25d366; }
.clubhouse-whatsapp .whatsapp-icon { width: 31px; height: 31px; display: block; fill: currentColor; }
.clubhouse-a11y-panel { position: fixed; z-index: 1200; left: max(22px, env(safe-area-inset-left)); bottom: calc(max(22px, env(safe-area-inset-bottom)) + 66px); width: min(390px, calc(100vw - 44px)); max-height: min(620px, calc(100dvh - 120px)); overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--text); box-shadow: 0 24px 70px rgba(4,31,35,.3); }
.clubhouse-a11y-panel[hidden] { display: none !important; }
.clubhouse-a11y-panel-head { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 18px 16px; border-bottom: 1px solid var(--line); background: var(--paper); }
.clubhouse-a11y-panel-head h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.15; }
.clubhouse-a11y-close { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 750; }
.clubhouse-a11y-controls { display: grid; gap: 10px; padding: 18px; }
.clubhouse-a11y-controls button { min-height: 48px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); text-align: left; font-size: 13px; font-weight: 650; }
.clubhouse-a11y-controls button[aria-pressed="true"] { border-color: var(--sea); background: var(--sea); color: var(--white); }
.clubhouse-a11y-controls .clubhouse-a11y-reset { margin-top: 6px; border-color: transparent; background: var(--ivory); color: var(--muted); text-align: center; }
.clubhouse-a11y-large-text body { font-size: 19px; }
.clubhouse-a11y-high-contrast body { background: #000 !important; color: #fff !important; }
.clubhouse-a11y-high-contrast body *:not(img):not(video) { border-color: #fff !important; }
.clubhouse-a11y-high-contrast main,
.clubhouse-a11y-high-contrast header,
.clubhouse-a11y-high-contrast footer,
.clubhouse-a11y-high-contrast section,
.clubhouse-a11y-high-contrast article,
.clubhouse-a11y-high-contrast div { background-color: #000 !important; background-image: none !important; color: #fff !important; }
.clubhouse-a11y-high-contrast a,
.clubhouse-a11y-high-contrast button,
.clubhouse-a11y-high-contrast h1,
.clubhouse-a11y-high-contrast h2,
.clubhouse-a11y-high-contrast h3,
.clubhouse-a11y-high-contrast p,
.clubhouse-a11y-high-contrast span,
.clubhouse-a11y-high-contrast li { color: #fff !important; }
.clubhouse-a11y-grayscale body { filter: grayscale(1); }
.clubhouse-a11y-highlight-links body a { outline: 3px solid #f2a900 !important; outline-offset: 2px; text-decoration: underline !important; }

/* One Click Accessibility compatibility: the close control stays visible on mobile. */
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle-link { padding: 0 !important; border: 0 !important; border-radius: 50% !important; background: transparent !important; box-shadow: 0 12px 32px rgba(4,31,35,.28) !important; }
#pojo-a11y-toolbar .clubhouse-accessibility-icon { width: 58px !important; height: 58px !important; display: block !important; color: transparent !important; font-size: 0 !important; line-height: 0 !important; }
#pojo-a11y-toolbar .clubhouse-accessibility-icon svg { width: 100% !important; height: 100% !important; display: block !important; }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay { max-height: calc(100dvh - 24px); overflow-y: auto; overscroll-behavior: contain; }
#pojo-a11y-toolbar .clubhouse-pojo-close { position: sticky; z-index: 3; top: 0; width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border: 0; border-bottom: 1px solid rgba(0,0,0,.15); background: #fff; color: #073a50; font-size: 14px; font-weight: 750; }

@media (max-width: 580px) {
  .clubhouse-a11y-toggle,
  .clubhouse-whatsapp { bottom: max(14px, env(safe-area-inset-bottom)); width: 56px; height: 56px; min-height: 56px; padding: 0; }
  .clubhouse-a11y-toggle { left: max(14px, env(safe-area-inset-left)); }
  .clubhouse-whatsapp { right: max(14px, env(safe-area-inset-right)); }
  .clubhouse-fab-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .clubhouse-a11y-panel { inset: max(12px, env(safe-area-inset-top)) 12px calc(max(14px, env(safe-area-inset-bottom)) + 66px); width: auto; max-height: none; border-radius: 16px; }
  .clubhouse-a11y-panel-head { padding: 14px; }
  .clubhouse-a11y-panel-head h2 { font-size: 21px; }
  .clubhouse-a11y-controls { padding: 14px; }
  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay { inset: 10px !important; width: calc(100vw - 20px) !important; max-width: none !important; max-height: calc(100dvh - 20px) !important; }
}

/* Internal page hero */
.page-hero { min-height: min(760px, calc(100svh - 124px)); display: flex; align-items: end; padding-block: 110px; background-position: center; background-size: cover; color: var(--white); }
.page-hero-inner { position: relative; }
.page-hero h1 { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(67px, 9vw, 132px); font-weight: 400; letter-spacing: -.06em; line-height: .82; }
.page-hero-inner > p:not(.eyebrow) { max-width: 670px; margin: 34px 0; color: rgba(255,255,255,.8); font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.45; }
.centered-intro { display: flex; justify-content: center; text-align: center; }
.centered-intro .section-heading { display: flex; flex-direction: column; align-items: center; }

/* Rooms */
.room-list { margin-top: 90px; }
.room-detail { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 560px; margin-bottom: 80px; background: var(--white); }
.room-detail.reverse { grid-template-columns: .75fr 1.25fr; }
.room-detail.reverse .room-detail-image { order: 2; }
.room-detail-image { min-height: 480px; overflow: hidden; }
.room-detail-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.room-detail:hover .room-detail-image img { transform: scale(1.025); }
.room-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 6vw, 90px); }
.room-detail-copy h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(40px, 4vw, 61px); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
.room-detail-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); }
.mini-amenities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 22px; margin: 0 0 32px; padding: 24px 0; border-block: 1px solid var(--line); list-style: none; color: var(--ink); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.mini-amenities li::before { content: "·"; margin-right: 8px; color: var(--accent); }
.amenities-section { background: var(--ink); color: var(--white); }
.amenities-section .section-heading h2 { color: var(--white); }
.amenities-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 70px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.amenities-grid li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif); font-size: 21px; }
.amenities-grid li:nth-child(even) { border-right: 0; }
.amenities-grid span { color: var(--accent-light); font-family: var(--sans); font-size: 9px; }
.single-room-intro .button { margin-top: 28px; }
.room-options-section { background: var(--ink); color: var(--white); }
.room-options-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 9vw; align-items: start; }
.room-options-grid h2 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(47px, 5.7vw, 78px); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.room-options-grid > div > p:last-child { max-width: 520px; color: rgba(255,255,255,.68); }
.room-options-grid ul { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); list-style: none; }
.room-options-grid li { min-height: 92px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; align-items: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.88); font-size: 11px; letter-spacing: .04em; }
.room-options-grid li span { color: var(--accent-light); font-size: 8px; }
.room-navigation { background: var(--ivory); }

/* Editorial splits */
.split-editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.split-editorial > div > p:not(.eyebrow) { color: var(--muted); }
.pool-gallery { padding-top: 0; }
.mosaic-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 330px); gap: 12px; }
.mosaic-grid img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-main { grid-row: span 2; }
.pool-gallery-two { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 360px; }
.pool-gallery-two img { min-width: 0; }
.service-band { background: var(--ivory); }
.service-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-band-grid > div { min-height: 240px; padding: 20px 50px; border-right: 1px solid var(--line); }
.service-band-grid > div:last-child { border: 0; }
.service-band-grid span { color: var(--accent); font-size: 9px; }
.service-band-grid h3 { margin: 25px 0 10px; color: var(--ink); font-family: var(--serif); font-size: 32px; font-weight: 400; }
.service-band-grid p { color: var(--muted); font-size: 13px; }

/* Breakfast */
.breakfast-portrait { aspect-ratio: 1 / 1.12 !important; }
.time-note { display: flex; flex-direction: column; gap: 3px; margin-top: 40px !important; padding-left: 20px; border-left: 2px solid var(--accent); }
.time-note strong { color: var(--ink); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.time-note span { font-family: var(--serif); font-size: 19px; }
.breakfast-menu { background: var(--ivory); }
.breakfast-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.breakfast-grid article { min-height: 300px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.breakfast-grid span { color: var(--accent); font-size: 9px; }
.breakfast-grid h3 { margin: 35px 0 18px; color: var(--ink); font-family: var(--serif); font-size: 32px; font-weight: 400; }
.breakfast-grid p { color: var(--muted); font-size: 13px; }
.wide-image-section { position: relative; height: 70svh; min-height: 570px; }
.wide-image-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,31,35,.7), transparent 55%); }
.wide-image-section img { width: 100%; height: 100%; object-fit: cover; }
.wide-image-section p { position: absolute; z-index: 2; left: max(40px, calc((100vw - 1280px)/2)); right: 40px; bottom: 50px; max-width: 720px; margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(30px, 4vw, 55px); line-height: 1.1; }

/* Meeting */
.intro-meeting { display: grid; grid-template-columns: 1fr .75fr; gap: 10vw; align-items: end; }
.meeting-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.meeting-stats div { display: flex; flex-direction: column; gap: 8px; padding: 25px 14px; border-right: 1px solid var(--line); }
.meeting-stats div:last-child { border: 0; }
.meeting-stats strong { color: var(--ink); font-family: var(--serif); font-size: 41px; font-weight: 400; }
.meeting-stats span { color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.meeting-visual { padding-top: 0; }
.mosaic-meeting { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.mosaic-meeting img { width: 100%; height: 500px; object-fit: cover; }
.mosaic-meeting img:last-child { margin-top: 70px; }
.meeting-table-section { background: var(--ivory); }
.table-wrap { margin-top: 60px; overflow-x: auto; }
table { width: 100%; min-width: 940px; border-collapse: collapse; color: var(--ink); }
th, td { padding: 19px 16px; border-bottom: 1px solid var(--line); text-align: center; }
thead th { color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
tbody th { text-align: left; font-family: var(--serif); font-size: 18px; font-weight: 400; }
tbody td { font-size: 12px; }
.banquet-section .button { margin-top: 24px; }

/* Location */
.location-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.location-page-grid address { margin: 32px 0; color: var(--ink); font-family: var(--serif); font-size: 22px; }
.map-art { position: relative; min-height: 560px; overflow: hidden; background: linear-gradient(90deg, var(--sand) 0 58%, #a9cdcf 58%); }
.map-art::before, .map-art::after { content: ""; position: absolute; left: 5%; width: 53%; height: 8px; border: 2px solid rgba(11,41,44,.2); border-width: 1px 0; transform: rotate(-18deg); }
.map-art::before { top: 29%; }
.map-art::after { top: 68%; transform: rotate(21deg); }
.map-sea { position: absolute; right: 8%; top: 50%; writing-mode: vertical-rl; color: rgba(11,41,44,.55); font-size: 9px; letter-spacing: .28em; }
.map-line { position: absolute; left: 0; width: 62%; height: 1px; background: rgba(11,41,44,.22); transform: rotate(38deg); }
.line-one { top: 42%; }
.line-two { top: 57%; transform: rotate(-47deg); }
.map-pin { position: absolute; left: 45%; top: 46%; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: var(--ink); color: var(--white); font-size: 9px; letter-spacing: .13em; }
.map-pin i { color: var(--accent-light); font-size: 17px; }
.distances-section { background: var(--ivory); }
.places-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.places-grid div { min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.places-grid span { color: var(--accent); font-size: 9px; }
.places-grid h3 { margin: 27px 0 5px; color: var(--ink); font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.1; }
.places-grid p { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.three-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7vw; }
.three-columns article { position: relative; }
.three-columns article::before { content: ""; display: block; width: 42px; height: 1px; margin-bottom: 27px; background: var(--accent); }
.three-columns h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 31px; font-weight: 400; }
.three-columns p { color: var(--muted); }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; margin-top: 80px; }
.gallery-grid button { position: relative; grid-column: span 4; height: 390px; padding: 0; overflow: hidden; border: 0; background: var(--sand); }
.gallery-grid button:nth-child(1), .gallery-grid button:nth-child(6), .gallery-grid button:nth-child(11) { grid-column: span 8; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, filter .65s ease; }
.gallery-grid button:hover img { transform: scale(1.04); filter: brightness(.82); }
.gallery-grid button > span { position: absolute; right: 18px; bottom: 18px; width: 42px; height: 42px; display: grid; place-items: center; background: rgba(255,255,255,.92); color: var(--ink); opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-grid button:hover > span, .gallery-grid button:focus-visible > span { opacity: 1; transform: none; }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; background: rgba(3,20,23,.97); color: var(--white); }
.lightbox[hidden] { display: none; }
.lightbox figure { width: min(1100px, 100%); max-height: 88vh; margin: auto; }
.lightbox figure img { display: block; max-width: 100%; max-height: 80vh; margin: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 13px; text-align: center; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.lightbox button { border: 0; background: transparent; color: var(--white); font-size: 30px; }
.lightbox-close { position: absolute; right: 24px; top: 14px; }
.lightbox-prev, .lightbox-next { width: 70px; height: 100%; display: grid; place-items: center; }
.lightbox-prev { grid-column: 1; }
.lightbox figure { grid-column: 2; }
.lightbox-next { grid-column: 3; }
.lightbox-open { overflow: hidden; }

/* Promos */
.promo-list { display: flex; flex-direction: column; gap: 100px; }
.promo-card { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 610px; background: var(--white); }
.promo-card.reverse { grid-template-columns: .88fr 1.12fr; }
.promo-card.reverse .promo-image { order: 2; }
.promo-image { overflow: hidden; }
.promo-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.promo-card:hover .promo-image img { transform: scale(1.025); }
.promo-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 100px); }
.promo-copy h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(45px, 5vw, 70px); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.promo-copy > p:not(.eyebrow) { color: var(--muted); }
.promo-copy ul { margin: 22px 0 35px; padding: 22px 0; border-block: 1px solid var(--line); list-style: none; color: var(--ink); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.promo-copy li { margin: 8px 0; }
.promo-copy li::before { content: "·"; margin-right: 8px; color: var(--accent); }

/* Events */
.event-groups { display: flex; flex-direction: column; gap: 80px; margin-top: 90px; }
.event-group { display: grid; grid-template-columns: .38fr 1fr; gap: 6vw; }
.event-group-title { display: flex; gap: 24px; align-items: flex-start; }
.event-group-title > span { color: var(--accent); font-size: 9px; }
.event-group-title h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 35px; font-weight: 400; line-height: 1.05; }
.event-group-title p { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.event-list { border-top: 1px solid var(--line); }
.event-list article { min-height: 79px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.event-list h3 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: 21px; font-weight: 400; }
.event-list p { margin: 2px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.event-list a { padding-bottom: 3px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.business-benefits { background: var(--ink); }
.business-benefits .section-heading h2 { color: var(--white); }
.business-benefits ul { display: grid; grid-template-columns: repeat(3, 1fr); margin: 70px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); list-style: none; }
.business-benefits li { min-height: 120px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); color: var(--white); font-family: var(--serif); font-size: 21px; }

/* Quote */
.quote-section { background: var(--ivory); }
.quote-grid { display: grid; grid-template-columns: .72fr 1fr; gap: 9vw; align-items: start; }
.direct-contact { display: flex; flex-direction: column; gap: 2px; margin-top: 50px; }
.direct-contact a { display: flex; flex-direction: column; padding: 21px 0; border-bottom: 1px solid var(--line); }
.direct-contact span { color: var(--muted); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.direct-contact strong { margin-top: 5px; color: var(--ink); font-family: var(--serif); font-size: 22px; font-weight: 400; }
.quote-form { padding: clamp(34px, 5vw, 65px); background: var(--white); box-shadow: 0 24px 70px rgba(5,31,35,.08); }
.quote-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; color: var(--ink); font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-row.three { grid-template-columns: repeat(3, 1fr); }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; min-height: 49px; padding: 10px 13px; border: 1px solid rgba(11,41,44,.2); border-radius: 0; background: var(--paper); color: var(--ink); }
.quote-form textarea { resize: vertical; }
.check-label { flex-direction: row !important; align-items: flex-start; gap: 12px !important; text-transform: none !important; letter-spacing: 0 !important; font-size: 11px !important; font-weight: 400 !important; }
.check-label input { width: 18px; height: 18px; accent-color: var(--ink); }
.check-label a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.quote-form .button { width: 100%; margin-top: 12px; }
.meeting-quote-section { scroll-margin-top: 140px; }
.form-error { margin-bottom: 18px; padding: 16px 18px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.82); color: var(--ink); font-size: 13px; line-height: 1.6; }
.form-success { min-height: 530px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px; background: var(--white); text-align: center; }
.form-success > span { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 30px; }
.form-success h2 { margin: 25px 0 10px; color: var(--ink); font-family: var(--serif); font-size: 45px; font-weight: 400; }
.form-success p { max-width: 500px; color: var(--muted); }
.form-success .button { margin-top: 20px; }

/* Blog */
.section-aside { max-width: 360px; color: var(--muted); }
.posts-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px 35px; margin-top: 70px; }
.posts-grid article.featured { grid-column: span 2; }
.posts-grid article.featured a { display: grid; grid-template-columns: 1.3fr .7fr; background: var(--ivory); }
.post-image { position: relative; aspect-ratio: 1.45 / 1; overflow: hidden; }
.featured .post-image { aspect-ratio: 1.8 / 1; }
.post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.posts-grid article:hover .post-image img { transform: scale(1.035); }
.post-image > span { position: absolute; left: 16px; top: 16px; padding: 8px 12px; background: rgba(251,250,247,.92); color: var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-copy { padding: 25px 0; }
.featured .post-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.post-copy > p { margin: 0 0 11px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.post-copy h2 { margin: 0 0 20px; color: var(--ink); font-family: var(--serif); font-size: clamp(30px, 3vw, 45px); font-weight: 400; line-height: 1.05; }
.post-copy .text-link { font-style: normal; }

/* Accessibility */
.accessibility-grid { display: grid; grid-template-columns: .28fr 1fr; gap: 8vw; align-items: start; }
.accessibility-grid aside { position: sticky; top: 160px; }
.accessibility-grid nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.accessibility-grid nav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.accessibility-grid nav a:hover { color: var(--ink); }
.accessibility-copy { max-width: 800px; }
.accessibility-note { margin-bottom: 65px; padding: 35px; border-left: 3px solid var(--accent); background: var(--ivory); }
.accessibility-note strong { color: var(--ink); font-family: var(--serif); font-size: 26px; font-weight: 400; }
.accessibility-note p { margin-bottom: 0; color: var(--muted); }
.accessibility-copy h2 { margin: 60px 0 18px; color: var(--ink); font-family: var(--serif); font-size: 38px; font-weight: 400; scroll-margin-top: 170px; }
.accessibility-copy p, .accessibility-copy li { color: var(--muted); font-size: 16px; line-height: 1.9; }
.accessibility-copy a { color: var(--ink); text-decoration: underline; }
.update-date { margin-top: 60px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 11px !important; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 48px, 1060px); }
  .desktop-nav { display: none; }
  .nav-inner { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 124px 0 auto; z-index: 999; display: flex; flex-direction: column; justify-content: flex-start; width: 100vw; height: calc(100dvh - 124px); padding: 34px var(--shell) 100px; background: var(--paper); transform: translateX(100%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .35s ease, opacity .35s ease; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .mobile-menu.is-open { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 40px; }
  .mobile-menu nav a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 25px; }
  .mobile-menu nav a[aria-current="page"] { color: var(--accent); }
  .mobile-contact { display: flex; gap: 20px; margin-top: 35px; color: var(--muted); font-size: 11px; }
  .experience-grid { grid-template-rows: repeat(2, 300px); }
  .footer-top { grid-template-columns: 1.25fr repeat(3, 1fr); gap: 35px; }
  .booking-bar label { padding-inline: 20px; }
  .page-hero { min-height: 680px; }
}

@media (max-width: 860px) {
  :root { --shell: calc(100vw - 40px); --section: 90px; }
  .utility-inner p { display: none; }
  .utility-inner { justify-content: center; }
  .nav-inner { min-height: 78px; grid-template-columns: 1fr auto auto; gap: 12px; }
  .nav-bar { min-height: 78px; }
  .brand-name { font-size: 20px; }
  .brand-name { line-height: 20px; }
  .brand-city { font-size: 14px; line-height: 14px; }
  .brand-place { display: none; }
  .button-book { min-width: 96px; min-height: 44px; padding-inline: 16px; }
  .mobile-menu { inset: 112px 0 auto; height: calc(100dvh - 112px); }
  .home-hero { min-height: calc(100svh - 112px); }
  .hero-content { padding-block: 100px 125px; }
  .hero-content h1 { font-size: clamp(66px, 15vw, 110px); }
  .hero-side-note { display: none; }
  .booking-bar { grid-template-columns: repeat(3, 1fr); }
  .booking-bar .button { grid-column: 1 / -1; margin: 0; min-height: 65px; }
  .booking-bar.compact { grid-template-columns: repeat(3, 1fr); }
  .booking-wrap { margin-top: -45px; }
  .intro-grid, .split-editorial, .location-grid, .reviews-grid, .location-page-grid, .quote-grid, .accessibility-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 70px; }
  .image-frame.portrait { max-height: 720px; }
  .experience-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 310px; }
  .experience-card.tall { grid-column: span 2; grid-row: auto; }
  .business-banner { min-height: 650px; }
  .location-grid, .reviews-grid { gap: 70px; }
  .reviews-grid blockquote { padding: 0; border: 0; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .social-grid img:nth-child(n+4) { display: none; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-wrap: wrap; justify-content: flex-start; padding-block: 25px; }
  .page-hero { min-height: 640px; padding-block: 80px; }
  .room-detail, .room-detail.reverse { grid-template-columns: 1fr; }
  .room-detail.reverse .room-detail-image { order: 0; }
  .room-detail-image { min-height: 450px; }
  .mosaic-grid { grid-template-rows: repeat(2, 230px); }
  .service-band-grid { grid-template-columns: 1fr; }
  .service-band-grid > div { min-height: 0; padding: 35px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .breakfast-grid { grid-template-columns: repeat(2, 1fr); }
  .intro-meeting { grid-template-columns: 1fr; gap: 60px; }
  .mosaic-meeting img { height: 370px; }
  .places-grid { grid-template-columns: repeat(2, 1fr); }
  .three-columns { grid-template-columns: 1fr; gap: 45px; }
  .gallery-grid button { grid-column: span 6; height: 330px; }
  .gallery-grid button:nth-child(1), .gallery-grid button:nth-child(6), .gallery-grid button:nth-child(11) { grid-column: span 6; }
  .promo-card, .promo-card.reverse { grid-template-columns: 1fr; }
  .promo-card.reverse .promo-image { order: 0; }
  .promo-image { height: 520px; }
  .event-group { grid-template-columns: 1fr; gap: 30px; }
  .business-benefits ul { grid-template-columns: repeat(2, 1fr); }
  .posts-grid article.featured a { grid-template-columns: 1fr; }
  .accessibility-grid aside { position: static; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100vw - 30px); --section: 74px; }
  body { font-size: 15px; }
  .utility-bar { display: none; }
  .site-header, .nav-bar, .nav-inner { min-height: 76px; }
  .nav-inner { grid-template-columns: 1fr auto; }
  .button-book { display: none; }
  .menu-toggle { margin-right: -9px; }
  .mobile-menu { inset: 76px 0 auto; height: calc(100dvh - 76px); padding: 20px 22px 110px; }
  .mobile-menu nav { grid-template-columns: 1fr; }
  .mobile-menu nav a { font-size: 22px; }
  .mobile-contact { flex-direction: column; gap: 5px; }
  .home-hero { min-height: calc(100svh - 76px); }
  .hero-image { background-position: 53% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,27,30,.86), rgba(4,27,30,.26)); }
  .hero-content { padding-block: 80px 100px; }
  .hero-content h1 { font-size: 63px; line-height: .84; }
  .hero-content > p:not(.eyebrow) { margin-top: 28px; font-size: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 30px; }
  .booking-wrap { width: 100%; margin-top: 0; }
  .booking-bar, .booking-bar.compact { grid-template-columns: 1fr 1fr; }
  .booking-bar label { padding: 17px; }
  .booking-bar label:nth-of-type(3) { grid-column: span 2; border-top: 1px solid var(--line); }
  .booking-bar .button { min-height: 60px; }
  .section-heading h2 { font-size: 43px; }
  .section-topline { align-items: flex-start; flex-direction: column; gap: 25px; }
  .intro-section { padding-top: 75px; }
  .intro-grid { gap: 50px; }
  .stat-row { gap: 10px; }
  .stat-row dt { font-size: 21px; }
  .stat-row dd { font-size: 7px; }
  .experience-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 410px); }
  .experience-card.tall { grid-column: auto; }
  .card-copy { left: 22px; right: 22px; bottom: 24px; }
  .room-scroll { --room-gap: 16px; --room-gap-half: 8px; padding-inline: 15px; }
  .room-card { flex-basis: 86vw; }
  .business-banner { min-height: 600px; }
  .business-content h2 { font-size: 54px; }
  .distance-list div { grid-template-columns: 30px 1fr auto; gap: 10px; }
  .distance-list strong { font-size: 18px; }
  .reviews-grid blockquote p { font-size: 29px; }
  .final-cta { min-height: 690px; }
  .final-cta h2 { font-size: 55px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .page-hero { min-height: 560px; padding-block: 65px; }
  .page-hero h1 { font-size: 59px; }
  .page-hero-inner > p:not(.eyebrow) { font-size: 18px; }
  .room-list { margin-top: 55px; }
  .room-detail { margin-bottom: 36px; }
  .room-detail-image { min-height: 310px; }
  .room-detail-copy { padding: 36px 25px; }
  .mini-amenities { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: 1fr; }
  .amenities-grid li { border-right: 0; }
  .room-options-grid { grid-template-columns: 1fr; gap: 55px; }
  .reverse-mobile .image-frame { order: 2; }
  .mosaic-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
  .mosaic-main { grid-row: auto; }
  .pool-gallery-two { grid-template-columns: 1fr; grid-template-rows: repeat(2, 260px); }
  .breakfast-grid { grid-template-columns: 1fr; }
  .wide-image-section { min-height: 500px; }
  .meeting-stats { grid-template-columns: 1fr; }
  .meeting-stats div { flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .mosaic-meeting { grid-template-columns: 1fr; }
  .mosaic-meeting img, .mosaic-meeting img:last-child { height: 280px; margin: 0; }
  .map-art { min-height: 420px; }
  .places-grid { grid-template-columns: 1fr; }
  .gallery-grid { gap: 8px; }
  .gallery-grid button, .gallery-grid button:nth-child(1), .gallery-grid button:nth-child(6), .gallery-grid button:nth-child(11) { grid-column: span 12; height: 320px; }
  .lightbox { grid-template-columns: 45px 1fr 45px; }
  .lightbox-prev, .lightbox-next { width: 45px; }
  .promo-list { gap: 50px; }
  .promo-image { height: 320px; }
  .promo-copy { padding: 38px 26px; }
  .event-list article { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px 0; }
  .business-benefits ul { grid-template-columns: 1fr; }
  .form-row, .form-row.three { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 28px 20px; }
  .posts-grid { grid-template-columns: 1fr; gap: 45px; }
  .posts-grid article.featured { grid-column: auto; }
  .featured .post-copy { padding: 27px 0; }
  .accessibility-note { padding: 25px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero-fallback { opacity: 1; }
}

/* v1.3.11 — sale Meeting & Congressi */
.meeting-spaces-section { padding-top: 30px; }
.meeting-spaces { display: grid; gap: 38px; margin-top: 44px; }
.meeting-space {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  min-height: 430px;
  background: var(--ivory);
  border: 1px solid rgba(7, 67, 84, .12);
  overflow: hidden;
}
.meeting-space.reverse { grid-template-columns: minmax(300px, .65fr) minmax(0, 1.35fr); }
.meeting-space.reverse .meeting-space-image { order: 2; }
.meeting-space.reverse .meeting-space-copy { order: 1; }
.meeting-space-image { min-height: 430px; overflow: hidden; }
.meeting-space-image img { width: 100%; height: 100%; min-height: 430px; display: block; object-fit: cover; object-position: center; }
.meeting-space-copy { padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.meeting-space-copy h2 { margin: 12px 0 10px; font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); line-height: .98; font-weight: 400; color: var(--deep); }
.meeting-space-copy h3 { margin: 0 0 18px; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
.meeting-space-copy p:not(.eyebrow) { max-width: 50ch; }
.meeting-space-copy .text-link { margin-top: 16px; align-self: flex-start; }

@media (max-width: 820px) {
  .meeting-spaces { gap: 22px; margin-top: 30px; }
  .meeting-space,
  .meeting-space.reverse { grid-template-columns: 1fr; min-height: 0; }
  .meeting-space.reverse .meeting-space-image,
  .meeting-space.reverse .meeting-space-copy { order: initial; }
  .meeting-space-image,
  .meeting-space-image img { min-height: 0; height: auto; aspect-ratio: 16 / 10; }
  .meeting-space-copy { padding: 30px 24px 34px; }
}
