:root {
  --ink: #0d2b22;
  --ink-soft: #35564a;
  --ivory: #f4f0e5;
  --paper: #fffdf7;
  --gold: #ad7f31;
  --gold-light: #d6b264;
  --red: #8b6a2d;
  --line: rgba(26, 73, 58, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(9,37,29,.97); color: #fff9eb; border-bottom: 1px solid rgba(214,178,100,.55); box-shadow: 0 8px 30px rgba(4,24,18,.18); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 178px; height: auto; max-height: 66px; object-fit: contain; object-position: left center; }
.monogram { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-light); font: 700 15px var(--serif); letter-spacing: .08em; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 600 19px var(--serif); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.brand-copy small { margin-top: 6px; color: #d8c7af; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-select { width: 190px; min-height: 44px; padding: 0 34px 0 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; background: #12382d; color: #fff9eb; font: 650 13px var(--sans); cursor: pointer; }
.language-select:hover, .language-select:focus-visible { border-color: var(--gold-light); outline: none; }
.language-select option { background: #fffdf7; color: var(--ink); }
.book-button, .gold-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; background: var(--gold-light); color: var(--ink); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 750; border: 1px solid var(--gold-light); }
.book-button:hover, .gold-button:hover { background: #eed59e; }
.nav-menu { position: relative; }
.nav-menu summary { list-style: none; cursor: pointer; min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid rgba(255,255,255,.22); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; user-select: none; }
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu summary::after { content: "⌄"; color: var(--gold-light); font-size: 16px; transform: translateY(-2px); }
.nav-menu[open] summary::after { transform: rotate(180deg) translateY(2px); }
.nav-panel { position: absolute; right: 0; top: calc(100% + 10px); min-width: 230px; padding: 10px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(4,34,25,.24); }
.nav-panel a { display: flex; justify-content: space-between; align-items: center; padding: 12px 13px; text-decoration: none; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 17px; }
.nav-panel a:last-child { border-bottom: 0; }
.nav-panel a::after { content: "↗"; color: var(--gold); font-family: var(--sans); }
.nav-panel a:hover { background: #edf1e8; }

.hero { min-height: 72vh; display: grid; align-items: end; position: relative; isolation: isolate; color: white; background: #0d2b22; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,31,23,.92) 0%, rgba(5,31,23,.52) 48%, rgba(5,31,23,.14) 80%), linear-gradient(0deg, rgba(5,31,23,.68), transparent 55%); }
.hero-image { position: absolute; inset: 0; z-index: -2; }
.hero-content { position: relative; z-index: 2; padding: clamp(72px, 10vw, 130px) 0 46px; max-width: 760px; }
.hero-slides { position: absolute; inset: 0; z-index: -2; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { position: absolute; inset: 0; }
.hero-slide--building img { object-position: center top; }
.slider-controls { display: flex; align-items: center; gap: 14px; width: fit-content; margin-top: 28px; padding: 7px; background: rgba(4,30,22,.58); border: 1px solid rgba(214,178,100,.48); backdrop-filter: blur(8px); }
.slider-arrow { width: 38px; height: 38px; border: 0; background: transparent; color: white; font-size: 20px; cursor: pointer; }
.slider-arrow:hover, .slider-arrow:focus-visible { background: rgba(255,255,255,.12); outline: 1px solid var(--gold-light); }
.slider-dots { display: flex; align-items: center; gap: 9px; }
.slider-dot { width: 9px; height: 9px; padding: 0; border: 1px solid white; border-radius: 50%; background: transparent; cursor: pointer; }
.slider-dot.is-active { background: var(--gold-light); border-color: var(--gold-light); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 750; }
.eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { margin: 0; font-size: clamp(48px, 7vw, 88px); letter-spacing: -.035em; }
.hero-lede { max-width: 650px; margin: 22px 0 0; color: #f2e9dd; font-size: clamp(17px, 2vw, 20px); }
.hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ghost-button { display: inline-flex; min-height: 44px; padding: 0 20px; align-items: center; border: 1px solid rgba(255,255,255,.55); color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 750; }

.intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 7vw, 100px); padding-block: clamp(76px, 10vw, 130px); align-items: start; }
.section-number { color: var(--gold); font: 500 13px var(--sans); letter-spacing: .18em; }
.intro h2, .section-heading h2 { margin: 10px 0 0; font-size: clamp(39px, 5vw, 64px); letter-spacing: -.025em; }
.intro-copy p { margin: 0 0 20px; font-size: 18px; color: var(--ink-soft); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 35px; background: var(--line); border: 1px solid var(--line); }
.fact { background: var(--ivory); padding: 22px; }
.fact strong { display: block; font: 500 29px var(--serif); color: var(--red); }
.fact span { color: var(--ink-soft); font-size: 13px; }

.rooms-home-section { padding: 88px 0 96px; background: var(--paper); }
.rooms-home-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 7vw, 96px); align-items: end; margin-bottom: 34px; }
.rooms-home-heading h2 { margin: 10px 0 0; font-size: clamp(39px, 5vw, 64px); letter-spacing: -.025em; }
.rooms-home-heading p { max-width: 600px; margin: 0; color: var(--ink-soft); font-size: 18px; }
.whirlpool-statement { margin: 0 0 38px; padding: 26px 30px; border-left: 5px solid var(--gold); background: #e8ebdf; color: var(--ink); font: 500 clamp(28px, 4vw, 48px)/1.15 var(--serif); letter-spacing: -.02em; }
.rooms-home-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.room-home-card { min-height: 440px; position: relative; overflow: hidden; display: flex; align-items: end; color: #fff8ea; text-decoration: none; background: var(--ink); }
.room-home-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,31,23,.94) 0%, rgba(5,31,23,.22) 68%, transparent 100%); }
.room-home-card img { position: absolute; inset: 0; transition: transform .6s ease; }
.room-home-card:hover img { transform: scale(1.035); }
.room-home-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.room-home-copy { position: relative; z-index: 1; width: 100%; padding: 28px; }
.room-home-copy > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.room-home-copy h3 { margin: 8px 0 9px; font-size: clamp(26px, 3vw, 34px); }
.room-home-copy p { margin: 0; color: #e5d8c7; font-size: 14px; }
.rooms-home-link { margin-top: 28px; }

.feature-band { background: var(--ink); color: #fff8ea; padding: 80px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 420px; position: relative; overflow: hidden; display: flex; align-items: end; text-decoration: none; }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,31,23,.9), transparent 65%); }
.feature-card img { position: absolute; inset: 0; transition: transform .6s ease; }
.feature-card:hover img { transform: scale(1.035); }
.feature-card-copy { position: relative; z-index: 1; padding: 28px; }
.feature-card-copy span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; }
.feature-card-copy h3 { margin: 7px 0 6px; font-size: 30px; }
.feature-card-copy p { margin: 0; color: #e5d8c7; font-size: 14px; }

.page-hero { padding: clamp(80px, 10vw, 140px) 0 70px; background: var(--ink); color: white; border-bottom: 5px solid var(--gold); }
.page-hero h1 { max-width: 820px; font-size: clamp(50px, 8vw, 92px); }
.page-hero p { max-width: 700px; color: #e4d7ca; font-size: 18px; margin: 20px 0 0; }
.page-hero .eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 12px; }
.page-hero-photo { position: relative; isolation: isolate; min-height: 68vh; display: grid; align-items: end; overflow: hidden; }
.page-hero-photo::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,31,23,.92), rgba(5,31,23,.38) 70%, rgba(5,31,23,.1)), linear-gradient(0deg, rgba(5,31,23,.76), transparent 62%); }
.page-hero-image { position: absolute; inset: 0; z-index: -2; }
.page-hero-image--pool { object-position: center 58%; }
.page-hero-content { padding-bottom: clamp(48px, 7vw, 80px); }
.section-heading { padding: 80px 0 38px; max-width: 830px; }
.section-heading p { color: var(--ink-soft); font-size: 18px; }

.room-list, .facility-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-bottom: 90px; }
.room, .facility { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 480px; background: var(--paper); }
.room:nth-child(even) .media, .facility:nth-child(even) .media { order: 2; }
.media { min-height: 420px; background: #bfc9bd; overflow: hidden; }
.content { padding: clamp(34px, 5vw, 62px); display: flex; flex-direction: column; justify-content: center; }
.kicker { color: var(--red); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.content h2 { margin: 9px 0 17px; font-size: clamp(34px, 4vw, 48px); }
.content p { color: var(--ink-soft); margin: 0 0 20px; }
.specs { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 22px; }
.specs span { padding: 7px 11px; border: 1px solid var(--line); background: var(--ivory); font-size: 12px; font-weight: 750; }
.amenities { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px 18px; margin: 0 0 26px; padding: 0; list-style: none; color: var(--ink-soft); font-size: 14px; }
.amenities li::before { content: "•"; color: var(--gold); margin-right: 8px; }
.small-link { width: fit-content; color: var(--red); text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid currentColor; }
.gallery-duo { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; min-height: 440px; }
.gallery-duo img { min-height: 215px; }
.gallery-stack { display: grid; gap: 10px; }
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; min-height: 520px; padding: 8px; background: var(--ink); }
.photo-grid-ten { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 150px; min-height: 0; }
.photo-grid-ten .restaurant-feature { grid-column: span 2; }
.zoom-card { position: relative; min-width: 0; min-height: 170px; padding: 0; border: 0; overflow: hidden; background: #0b261d; cursor: zoom-in; }
.zoom-card::after { content: "+"; position: absolute; right: 10px; bottom: 10px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: rgba(5,31,23,.82); color: white; border: 1px solid rgba(214,178,100,.75); font-size: 20px; line-height: 1; }
.zoom-card img { transition: transform .45s ease; }
.zoom-card:hover img, .zoom-card:focus-visible img { transform: scale(1.04); }
.zoom-card:focus-visible { outline: 3px solid var(--gold-light); outline-offset: -3px; }
.zoom-card-wide { grid-column: 1 / -1; min-height: 230px; }
.room-photo-grid { grid-auto-rows: 185px; min-height: 0; align-content: stretch; }
.room-photo-grid .zoom-card { min-height: 185px; }
.room-photo-grid .zoom-card:first-child:nth-last-child(odd) { grid-column: 1 / -1; }
.room-single-photo { min-height: 480px; }
.room-single-photo .zoom-card { width: 100%; height: 100%; min-height: inherit; }
.gallery-page { padding-bottom: 90px; }
.gallery-section { padding-top: 72px; }
.gallery-section + .gallery-section { padding-top: 86px; }
.gallery-section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 36px; align-items: end; margin-bottom: 28px; }
.gallery-section-heading h2 { margin: 8px 0 0; font-size: clamp(38px, 5vw, 62px); }
.gallery-section-heading p { margin: 0; color: var(--ink-soft); font-size: 17px; }
.editorial-gallery { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-auto-rows: 230px; gap: 10px; }
.gallery-card { grid-column: span 4; min-height: 0; }
.gallery-card.wide { grid-column: span 8; }
.gallery-card.tall { grid-row: span 2; }
.gallery-card::before { content: attr(data-label); position: absolute; z-index: 2; left: 14px; bottom: 14px; max-width: calc(100% - 70px); padding: 6px 10px; background: rgba(5,31,23,.82); color: #fff9eb; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(6px); }
.lightbox { max-width: 96vw; max-height: 94vh; padding: 0; overflow: visible; border: 1px solid rgba(214,178,100,.9); background: #071b14; color: white; box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(3,18,13,.9); backdrop-filter: blur(8px); }
.lightbox img { width: auto; height: auto; max-width: 92vw; max-height: 82vh; object-fit: contain; }
.lightbox-close { position: absolute; z-index: 2; right: -13px; top: -13px; width: 42px; height: 42px; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--ink); color: white; font-size: 27px; line-height: 1; cursor: pointer; }
.lightbox-caption { margin: 0; padding: 12px 16px; color: #eadfce; font-size: 14px; text-align: center; }

.shared-amenities { margin: 0 0 90px; padding: 48px; background: #e4e9de; border-left: 5px solid var(--gold); }
.shared-amenities h2 { margin: 0 0 18px; font-size: 36px; }
.shared-amenities ul { columns: 3; margin: 0; padding-left: 18px; color: var(--ink-soft); }

.map-section { background: #e4e9de; padding: 72px 0; border-top: 1px solid var(--line); }
.map-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; align-items: center; }
.map-copy h2 { margin: 8px 0 14px; font-size: 43px; }
.map-copy p { color: var(--ink-soft); margin: 0 0 24px; }
.map-frame { min-height: 380px; border: 0; width: 100%; filter: sepia(.12) hue-rotate(75deg) saturate(.7); box-shadow: 0 20px 50px rgba(7,43,32,.16); }
.site-footer { background: var(--ink); color: #eadfce; padding: 45px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.footer-brands { display: flex; align-items: flex-start; gap: clamp(26px, 4vw, 56px); }
.footer-primary { flex: 0 0 auto; }
.footer-grid p { margin: 7px 0 0; color: #bda995; font-size: 13px; }
.footer-sister { display: grid; width: min(330px, 34vw); gap: 7px; color: #d5c5b4; text-decoration: none; }
.sister-logo { width: 168px; height: 76px; object-fit: contain; object-position: left center; }
.footer-sister span { font-size: 12px; line-height: 1.45; }
.footer-sister:hover span, .footer-sister:focus-visible span { color: var(--gold-light); }
.footer-sister:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 7px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; }
.footer-nav a { color: #eadfce; text-decoration: none; }
.footer-meta { width: min(1180px, calc(100% - 40px)); margin: 28px auto 0; padding-top: 14px; border-top: 1px solid rgba(214,178,100,.18); }
.footer-meta .copyright { margin: 0 0 5px; color: #9f8f7f; font-size: 10px; }
.language-backlinks { display: flex; flex-wrap: wrap; gap: 2px 5px; color: #8f8275; font-size: .55rem; line-height: 1.35; }
.language-backlinks a { color: inherit; text-decoration: none; }
.language-backlinks a:hover, .language-backlinks a:focus-visible { color: var(--gold-light); text-decoration: underline; }

@media (max-width: 800px) {
  .shell { width: min(100% - 28px, 680px); }
  .header-inner { min-height: 70px; gap: 10px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { display: none; }
  .brand-logo { width: 128px; max-height: 52px; }
  .monogram { width: 37px; height: 37px; }
  .book-button { display: none; }
  .header-actions { gap: 6px; }
  .language-select { width: 132px; min-height: 42px; padding-left: 8px; font-size: 12px; }
  .nav-menu summary { padding: 0 13px; }
  .hero { min-height: 68vh; }
  .hero-content { padding-bottom: 44px; }
  .page-hero-photo { min-height: 62vh; }
  .intro, .map-grid, .rooms-home-heading { grid-template-columns: 1fr; gap: 24px; }
  .facts { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 350px; }
  .rooms-home-section { padding: 70px 0; }
  .rooms-home-grid { grid-template-columns: 1fr; }
  .room-home-card { min-height: 380px; }
  .room, .facility { grid-template-columns: 1fr; }
  .room:nth-child(even) .media, .facility:nth-child(even) .media { order: 0; }
  .media { min-height: 330px; }
  .gallery-duo { grid-template-columns: 1fr; min-height: 0; }
  .photo-grid { min-height: 0; }
  .photo-grid-ten { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 135px; }
  .photo-grid-ten .restaurant-feature { grid-column: 1 / -1; }
  .zoom-card { min-height: 145px; }
  .zoom-card-wide { min-height: 210px; }
  .room-photo-grid { grid-auto-rows: 155px; }
  .room-photo-grid .zoom-card { min-height: 155px; }
  .room-single-photo { min-height: 330px; }
  .gallery-section-heading { grid-template-columns: 1fr; gap: 12px; }
  .editorial-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); grid-auto-rows: 190px; }
  .gallery-card, .gallery-card.wide { grid-column: span 1; }
  .gallery-card:first-child, .gallery-card.wide:first-child { grid-column: 1 / -1; }
  .gallery-card.tall { grid-row: span 1; }
  .shared-amenities { padding: 30px 24px; }
  .shared-amenities ul { columns: 1; }
  .footer-grid { align-items: start; flex-direction: column; }
  .footer-brands { width: 100%; flex-wrap: wrap; }
  .footer-sister { width: min(100%, 360px); }
  .footer-meta { width: min(100% - 28px, 680px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
