:root {
  --paper: #FBF8F3;
  --sand: #EAE1D4;
  --ink: #22303A;
  --sea: #2E5A6B;
  --sky: #A8CADD;
  --gold: #C29A3B;
  --white: #fff;
  --line: rgba(34, 48, 58, .14);
  --soft: rgba(34, 48, 58, .68);
  --shadow: 0 18px 48px rgba(34, 48, 58, .12);
  --serif: "Fraunces", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1200px;
  --prose: 68ch;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.no-scroll { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, .price, .serif { font-family: var(--serif); font-weight: 500; line-height: 1.12; }
h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { margin: .28rem 0 0; font-size: clamp(2rem, 4vw, 3.7rem); max-width: 13ch; }
h3 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.75rem); }
p { margin: 0; }
.wrap { width: min(var(--max), calc(100% - clamp(2rem, 7vw, 6rem))); margin-inline: auto; }
.prose { max-width: var(--prose); }
.label {
  display: inline-block;
  font: 650 .72rem/1 var(--sans);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sea);
}
.muted { color: var(--soft); }
.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  background: var(--ink);
  color: var(--paper);
  padding: .6rem .8rem;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem clamp(1.2rem, 4vw, 3rem);
  color: var(--white);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.site-nav.scrolled,
.site-nav.open {
  color: var(--ink);
  background: color-mix(in srgb, var(--paper) 93%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(34, 48, 58, .08);
}
.brand {
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(.9rem, 2vw, 1.8rem);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .87rem;
}
.nav-links a {
  text-decoration: none;
  opacity: .86;
  transition: opacity .16s ease, color .16s ease;
}
.nav-links a:hover { opacity: 1; }
.nav-tools { display: flex; align-items: center; gap: .7rem; }
.locale-switch {
  display: flex;
  align-items: center;
  gap: .38rem;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.locale-switch a { text-decoration: none; opacity: .72; }
.locale-switch a[aria-current="true"] { opacity: 1; color: var(--gold); }
.nav-cta {
  border: 1px solid currentColor;
  border-radius: 2px;
  padding: .58rem .8rem;
  text-decoration: none;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, background .2s ease, color .2s ease;
}
.site-nav.scrolled .nav-cta { opacity: 1; pointer-events: auto; }
.nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.menu-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 2px;
  background: transparent;
  color: inherit;
}
.menu-toggle svg { width: 1.15rem; height: 1.15rem; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  /* First-paint fallback while the aerial loads: sky-to-sea in brand tones so
     the white nav/headline never sit on bare paper. */
  background: linear-gradient(180deg, #A8CADD 0%, #7FA9BE 45%, #2E5A6B 100%);
}
.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero img { object-fit: cover; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 30, 38, .12) 0%, rgba(20, 30, 38, .07) 22%, transparent 42%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(6rem, 13vh, 10rem) clamp(2rem, 8vh, 5rem);
  text-shadow: 0 1px 14px rgba(20, 30, 38, .28);
}
.hero .label { color: var(--sky); }
.hero-lead {
  max-width: 35ch;
  margin-top: .8rem;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.5;
}
.price {
  margin-top: 1.2rem;
  color: var(--white);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}
.price small {
  display: block;
  margin-top: .25rem;
  font: 500 .78rem/1.4 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cta,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.cta {
  margin-top: 1.45rem;
  padding: 1rem 1.65rem;
  border-radius: 2px;
  background: var(--gold);
  color: var(--ink);
  text-decoration: none;
  font: 750 .78rem/1 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: none;
  transition: background .2s ease, transform .2s ease;
}
.cta:hover { background: color-mix(in srgb, var(--gold) 82%, var(--paper)); transform: translateY(-1px); }
.text-link {
  color: var(--sea);
  font-weight: 700;
  text-decoration: none;
}
.text-link:hover { color: var(--gold); }

section { padding-block: clamp(4rem, 9vw, 8rem); }
.intro {
  text-align: center;
  background: var(--paper);
}
.intro p {
  max-width: 34ch;
  margin: 1rem auto 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.9vw, 2.2rem);
  line-height: 1.48;
}
.advantage {
  background: var(--white);
  border-block: 1px solid var(--line);
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 4vw, 3rem);
  padding-block: clamp(1.6rem, 4vw, 2.6rem);
}
.advantage article {
  padding-top: .85rem;
  border-top: 2px solid color-mix(in srgb, var(--gold) 72%, var(--paper));
}
.advantage strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1;
  color: var(--sea);
}
.advantage span {
  display: block;
  margin-top: .55rem;
  color: var(--soft);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.section-head p { max-width: 54ch; color: var(--soft); }

.gallery { background: var(--sand); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: .9rem;
}
.photo-tile {
  grid-column: span 4;
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  color: inherit;
  text-align: left;
}
.photo-tile.wide { grid-column: span 8; }
.photo-tile.tall { aspect-ratio: 3 / 4; grid-row: span 2; }
.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.photo-tile:hover img,
.photo-tile:focus-visible img { transform: scale(1.035); }
.photo-tile:focus-visible { outline: 2px solid var(--sea); outline-offset: 3px; }
.tile-caption {
  position: absolute;
  inset: auto .75rem .75rem;
  padding: .5rem .55rem;
  background: rgba(251, 248, 243, .88);
  color: var(--ink);
  font-size: .78rem;
  line-height: 1.35;
}
.gallery-actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

.rooms .cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .9rem;
}
.room-card {
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  background: var(--white);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.room-card:hover,
.room-card:focus-visible { transform: translateY(-3px); box-shadow: var(--shadow); }
.room-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.room-card div { padding: 1rem; }
.room-detail {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, .88fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  margin-top: clamp(3rem, 7vw, 6rem);
}
.room-detail:nth-of-type(even) .detail-image { order: 2; }
.room-detail img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.room-detail p { margin-top: .9rem; color: var(--soft); }

.place {
  background: var(--paper);
}
.place-layout {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) minmax(320px, 1.12fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.place-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
}
.place-photos img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.place-photos img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
.place-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}
.place-list div {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.place-list strong { display: block; margin-bottom: .22rem; }

.history {
  background: var(--sea);
  color: var(--paper);
}
.history .label { color: var(--sky); }
.history-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(300px, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
}
.history p + p { margin-top: 1rem; }
.museum-card {
  align-self: start;
  border: 1px solid rgba(251, 248, 243, .26);
  background: rgba(251, 248, 243, .06);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.museum-row {
  display: grid;
  grid-template-columns: 9rem 1fr;
  gap: 1rem;
  padding: .8rem 0;
  border-bottom: 1px solid rgba(251, 248, 243, .18);
}
.museum-row:last-child { border-bottom: 0; }
.museum-row span:first-child {
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sky);
}

.facts { background: var(--paper); }
.facts-layout {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(320px, 1.08fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}
.facts table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}
.facts td {
  padding: .9rem .2rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.facts td:last-child {
  text-align: right;
  font-weight: 750;
}
.source-note {
  margin-top: .9rem;
  font-size: .82rem;
  line-height: 1.55;
  color: var(--soft);
}
.floorplan {
  display: grid;
  gap: 1rem;
}
.floorplan button {
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
  color: inherit;
}
.floorplan img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--line);
}
.video-card {
  position: relative;
  margin-top: 1.6rem;
  border: 0;
  padding: 0;
  width: 100%;
  background: var(--ink);
  color: var(--white);
  text-align: left;
}
.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.video-card span {
  position: absolute;
  inset: auto 1rem 1rem auto;
  padding: .58rem .72rem;
  background: rgba(34, 48, 58, .78);
  font-size: .75rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.map-section {
  background: var(--white);
}
.map-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(320px, 1.3fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.map-layout iframe {
  width: 100%;
  min-height: 390px;
  border: 1px solid var(--line);
  background: var(--sand);
}

.contact {
  background: var(--sand);
}
.contact-panel {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(280px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.contact-methods {
  display: grid;
  gap: .9rem;
}
.contact-method {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(34, 48, 58, .16);
}
.contact-method a { color: var(--sea); font-weight: 750; text-decoration: none; }
.contact .cta { margin-top: 0; }
.request-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, .55fr);
  gap: clamp(1.2rem, 4vw, 2rem);
  padding-top: 0;
}
.request-form,
.prospect-card {
  background: var(--white);
  border: 1px solid rgba(34, 48, 58, .12);
  padding: clamp(1.1rem, 3vw, 1.7rem);
}
.request-form {
  display: grid;
  gap: .85rem;
}
.request-form h3,
.prospect-card h3 {
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
}
.request-form label {
  display: grid;
  gap: .35rem;
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--sea);
}
.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid rgba(34, 48, 58, .18);
  background: var(--paper);
  color: var(--ink);
  font: 400 1rem/1.45 var(--sans);
  letter-spacing: 0;
  text-transform: none;
  padding: .82rem .9rem;
  border-radius: 2px;
}
.request-form textarea {
  min-height: 120px;
  resize: vertical;
}
.prospect-card .text-link {
  margin-top: 1rem;
}

.gallery-page {
  padding-top: 8rem;
  background: var(--sand);
}
.gallery-page h1 {
  color: var(--ink);
  text-shadow: none;
  font-size: clamp(2.5rem, 6vw, 5rem);
}
.full-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}
.full-gallery-grid .photo-tile { grid-column: auto; }

footer {
  background: var(--ink);
  color: var(--sand);
  padding: 3rem 0;
  font-size: .9rem;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lightbox,
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  background: rgba(20, 28, 34, .94);
  color: var(--white);
}
.lightbox.open,
.video-modal.open { display: grid; }
.lightbox {
  grid-template-rows: auto 1fr auto;
}
.lb-top,
.lb-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 2rem);
}
.lb-stage {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.lb-stage img {
  max-width: 92vw;
  max-height: 76vh;
  object-fit: contain;
  transform-origin: center center;
}
.lb-btn {
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 2px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  min-width: 2.55rem;
  height: 2.55rem;
}
.lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lb-prev { left: clamp(.5rem, 3vw, 2rem); }
.lb-next { right: clamp(.5rem, 3vw, 2rem); }
.lb-caption { max-width: 70ch; font-size: .92rem; color: rgba(255, 255, 255, .82); }
.lb-counter {
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
}
.zoom-tools { display: flex; gap: .5rem; }
.video-modal {
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
}
.video-shell { width: min(1100px, 96vw); }
.video-shell video { width: 100%; max-height: 78vh; background: #000; }
.video-shell .lb-top { padding-inline: 0; }

@media (max-width: 1020px) {
  .rooms .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-tile,
  .photo-tile.wide { grid-column: span 6; }
}
@media (max-width: 820px) {
  body { font-size: 1rem; }
  .menu-toggle { display: grid; }
  .nav-links {
    position: fixed;
    inset: 4.5rem 0 auto;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: .8rem clamp(1.2rem, 4vw, 3rem) 1.2rem;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 12px 30px rgba(34, 48, 58, .12);
  }
  .site-nav.open .nav-links { display: flex; }
  .nav-links li { width: 100%; border-bottom: 1px solid var(--line); }
  .nav-links a { display: block; padding: .88rem 0; }
  .locale-switch { display: none; }
  .nav-cta { display: none; }
  .section-head,
  .room-detail,
  .place-layout,
  .history-grid,
  .facts-layout,
  .map-layout,
  .contact-panel,
  .request-grid {
    grid-template-columns: 1fr;
  }
  .advantage-grid { grid-template-columns: 1fr; }
  .room-detail:nth-of-type(even) .detail-image { order: initial; }
  .photo-tile,
  .photo-tile.wide,
  .photo-tile.tall {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 560px) {
  .wrap { width: min(var(--max), calc(100% - 2rem)); }
  .rooms .cards { grid-template-columns: 1fr; }
  .place-photos { grid-template-columns: 1fr; }
  .museum-row { grid-template-columns: 1fr; gap: .25rem; }
  .facts td { display: block; padding: .55rem 0; }
  .facts td:last-child { text-align: left; padding-top: 0; }
  .contact-method { display: block; }
  .lb-arrow { top: auto; bottom: 5.6rem; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
    animation-duration: .01ms;
  }
}

/* Pre-decode placeholder: photos occupy reserved space (width/height attrs)
   tinted a shade deeper than the section background, so a not-yet-loaded
   image reads as an intentional plate — never a caption floating on blank. */
main img[loading="lazy"] { background-color: #E9E0D0; }
