:root {
  --navy-950: #071421;
  --navy-900: #0b1e33;
  --navy-800: #123353;
  --blue-700: #1f5d8f;
  --blue-500: #4f8dbc;
  --blue-100: #eaf3f8;
  --porcelain: #f1f5f8;
  --white: #ffffff;
  --ink: #111b26;
  --muted: #657487;
  --line: #d8e3ec;
  --champagne: #d8b86c;
  --champagne-2: #f1dfad;
  --shadow-soft: 0 18px 44px rgba(7, 20, 33, 0.12);
  --shadow-lift: 0 30px 80px rgba(7, 20, 33, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--porcelain);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  transition: background-color 180ms ease, color 180ms ease;
}

body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(247, 250, 252, 0.9);
  border-bottom: 1px solid rgba(216, 227, 236, 0.88);
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 58px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.hero-signature,
.contact-actions,
.booking-actions,
.manager-points,
.pill-row,
.amenity-list {
  align-items: center;
  display: flex;
}

.brand {
  color: var(--navy-950);
  font-weight: 800;
  gap: 11px;
}

.brand-mark {
  align-items: center;
  background: var(--navy-950);
  border: 1px solid rgba(216, 184, 108, 0.58);
  border-radius: 8px;
  color: var(--champagne-2);
  display: inline-flex;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.site-nav {
  gap: clamp(14px, 3vw, 34px);
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-nav a {
  color: var(--muted);
}

.site-nav a:hover {
  color: var(--navy-950);
}

.header-cta {
  background: var(--navy-950);
  border: 1px solid var(--navy-950);
  border-radius: 8px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 10px 14px;
}

.theme-toggle {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy-950);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0;
  height: 40px;
  justify-content: center;
  padding: 0;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 40px;
}

.theme-toggle:hover {
  border-color: rgba(216, 184, 108, 0.72);
  transform: translateY(-1px);
}

.theme-toggle-icon {
  color: var(--champagne);
  font-size: 1.08rem;
  line-height: 1;
}

.theme-toggle-text {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hero {
  align-items: end;
  color: var(--white);
  display: grid;
  isolation: isolate;
  min-height: calc(100vh - 71px);
  overflow: hidden;
  padding: clamp(102px, 13vw, 158px) clamp(18px, 5vw, 74px) 32px;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(7, 20, 33, 0.92) 0%, rgba(11, 30, 51, 0.76) 46%, rgba(11, 30, 51, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 20, 33, 0.82) 0%, rgba(7, 20, 33, 0.05) 46%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero::after {
  border: 1px solid rgba(216, 184, 108, 0.24);
  content: "";
  inset: clamp(18px, 3vw, 34px);
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-media {
  filter: saturate(0.88) brightness(0.66);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.hero-content {
  max-width: 800px;
  padding-bottom: clamp(48px, 7vw, 92px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--blue-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-section .eyebrow,
.intro-band .eyebrow {
  color: var(--champagne-2);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(4rem, 8.6vw, 8.8rem);
  line-height: 0.86;
  margin-bottom: 24px;
  max-width: 990px;
}

h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.85rem);
  line-height: 0.98;
  margin-bottom: 20px;
}

h3 {
  color: var(--navy-950);
  font-size: 1.06rem;
  margin-bottom: 12px;
}

.hero-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.06rem, 1.55vw, 1.28rem);
  max-width: 660px;
}

.hero-contact-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(216, 184, 108, 0.52);
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(220px, 0.82fr) minmax(320px, 1.18fr);
  margin: 28px 0 0;
  max-width: 940px;
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.hero-contact-card a {
  background: rgba(7, 20, 33, 0.42);
  display: block;
  padding: clamp(16px, 2vw, 22px);
}

.hero-contact-card span {
  color: var(--champagne-2);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hero-contact-card strong {
  color: var(--white);
  display: block;
  font-size: clamp(0.98rem, 1.5vw, 1.26rem);
  line-height: 1.18;
  overflow-wrap: normal;
  white-space: nowrap;
}

.section-heading p,
.experience-copy p,
.manager-copy p,
.contact-section p {
  color: var(--muted);
  font-size: 1.06rem;
  max-width: 680px;
}

.hero-actions,
.contact-actions,
.booking-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--blue-700);
  color: var(--white);
}

.button.primary:hover {
  background: var(--navy-800);
}

.button.secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--navy-950);
}

.button.secondary.on-dark {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
}

.hero-signature {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-signature span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  padding-top: 18px;
  text-transform: uppercase;
}

.intro-band {
  background: var(--navy-950);
  color: var(--white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.metric-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--navy-900);
  padding: 32px clamp(18px, 4vw, 50px);
}

.metric-card strong,
.metric-card span {
  display: block;
}

.metric-card strong {
  color: var(--champagne-2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 10px;
  max-width: 340px;
}

.section,
.experience-section,
.reviews-section,
.manager-section,
.assurance-section,
.faq-section,
.contact-section {
  padding: clamp(48px, 6vw, 82px) clamp(18px, 4vw, 58px);
}

.section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(241, 245, 248, 0.98)),
    #f1f5f8;
}

.experience-section,
.reviews-section,
.assurance-section {
  background: var(--section-band);
  box-shadow: 0 0 0 100vmax var(--section-band);
  clip-path: inset(0 -100vmax);
}

.experience-section {
  --section-band: #e8f0f6;
}

.reviews-section {
  --section-band: #f6f9fb;
}

.assurance-section {
  --section-band: #f4f8fb;
}

.section + .experience-section,
.experience-section + .reviews-section,
.reviews-section + .manager-section,
.manager-section + .assurance-section,
.assurance-section + .faq-section,
.faq-section + .contact-section {
  padding-top: clamp(42px, 5vw, 70px);
}

.section-heading,
.experience-section,
.reviews-section,
.assurance-section {
  margin: 0 auto;
  max-width: 1180px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.64fr);
  margin-bottom: clamp(28px, 4vw, 38px);
}

.property-grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.property-card {
  background: var(--white);
  border: 1px solid rgba(216, 227, 236, 0.96);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
  width: 100%;
}

.property-card:hover,
.property-card:focus-visible {
  border-color: rgba(216, 184, 108, 0.74);
  box-shadow: var(--shadow-lift);
  outline: none;
  transform: translateY(-5px);
}

.property-image-wrap {
  aspect-ratio: 4 / 3.18;
  background: var(--blue-100);
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.property-image-wrap::after {
  background: linear-gradient(0deg, rgba(7, 20, 33, 0.62), rgba(7, 20, 33, 0.02));
  content: "";
  inset: 0;
  position: absolute;
}

.property-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.property-card:hover img {
  transform: scale(1.035);
}

.property-rate {
  background: rgba(7, 20, 33, 0.9);
  border: 1px solid rgba(216, 184, 108, 0.5);
  border-radius: 8px;
  bottom: 14px;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  left: 14px;
  padding: 7px 10px;
  position: absolute;
  z-index: 2;
}

.property-card-content {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto auto;
  padding: 22px;
}

.property-badge {
  background: var(--navy-950);
  border-radius: 8px;
  color: var(--champagne-2);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 14px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.property-meta {
  color: var(--blue-700);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.property-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.58rem;
  line-height: 1.08;
  margin-bottom: 10px;
}

.property-card p {
  color: var(--muted);
  margin-bottom: 14px;
}

.property-mood {
  border-left: 2px solid var(--champagne);
  color: var(--navy-800);
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 18px;
  padding-left: 10px;
}

.property-action {
  border-top: 1px solid var(--line);
  color: var(--navy-950);
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
  margin-top: 20px;
  padding-top: 16px;
}

.pill-row {
  flex-wrap: wrap;
  gap: 8px;
}

.pill,
.amenity-list span,
.manager-points span {
  background: var(--blue-100);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy-800);
  display: inline-flex;
  font-size: 0.79rem;
  font-weight: 800;
  padding: 7px 10px;
}

.experience-section {
  display: grid;
  gap: clamp(24px, 4vw, 34px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
}

.experience-copy {
  align-self: center;
}

.experience-grid {
  display: grid;
  gap: 14px;
}

.experience-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.experience-grid span {
  color: var(--champagne);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.experience-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.reviews-section {
  display: grid;
  gap: clamp(24px, 4vw, 34px);
}

.reviews-heading {
  max-width: 820px;
}

.reviews-heading h2 {
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  max-width: 760px;
}

.reviews-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  max-width: 720px;
}

.review-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 26px;
}

.review-grid span {
  color: var(--blue-700);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.review-grid p {
  color: var(--navy-950);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.22;
}

.review-grid strong {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
}

.manager-section {
  background:
    linear-gradient(135deg, rgba(226, 237, 245, 0.96), rgba(244, 248, 251, 0.82)),
    #e2edf5;
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 34px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.manager-copy {
  max-width: 760px;
}

.manager-points {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.manager-editorial {
  display: none;
}

.editorial-card {
  align-self: stretch;
  background: var(--navy-950);
  border: 1px solid rgba(216, 184, 108, 0.46);
  border-radius: 8px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  padding: 24px;
}

.editorial-card span {
  color: var(--champagne-2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.5rem;
  line-height: 0.9;
  margin-bottom: auto;
}

.editorial-card strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.1;
  margin-bottom: 10px;
}

.editorial-card p {
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 0;
}

.manager-panel {
  align-self: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  padding: 26px;
}

dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  font-weight: 800;
  margin: 2px 0 0;
}

.assurance-section {
  display: grid;
  gap: clamp(24px, 4vw, 34px);
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
}

.assurance-list {
  border-top: 1px solid var(--line);
}

.assurance-list div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(180px, 0.45fr) 1fr;
  padding: 20px 0;
}

.assurance-list strong {
  color: var(--navy-950);
}

.assurance-list span {
  color: var(--muted);
}

.faq-section {
  background: #e8f0f6;
  display: grid;
  gap: clamp(24px, 4vw, 34px);
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--porcelain);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}

.faq-list summary {
  color: var(--navy-950);
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  color: var(--muted);
  margin: 12px 0 0;
}

.contact-section {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(7, 20, 33, 0.94), rgba(18, 51, 83, 0.94)),
    var(--navy-950);
  color: var(--white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  align-items: center;
  background: var(--navy-950);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.64);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 24px clamp(18px, 4vw, 58px);
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 800;
}

.property-dialog {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow-lift);
  color: var(--ink);
  max-height: min(940px, calc(100vh - 20px));
  max-width: 1320px;
  padding: 0;
  width: min(calc(100vw - 24px), 1320px);
}

.property-dialog::backdrop {
  background: rgba(7, 20, 33, 0.72);
  backdrop-filter: blur(3px);
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.dialog-gallery {
  background: var(--blue-100);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.dialog-image-frame {
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 184, 108, 0.16), transparent 34%),
    var(--navy-950);
  display: flex;
  height: min(78vh, 820px);
  justify-content: center;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.dialog-image-frame img {
  cursor: zoom-in;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.dialog-image-frame img:focus-visible {
  outline: 3px solid var(--champagne);
  outline-offset: -8px;
}

.thumbnail-row {
  background: var(--navy-950);
  display: grid;
  gap: 8px;
  grid-auto-columns: 92px;
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 10px;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--champagne) rgba(255, 255, 255, 0.14);
}

.thumbnail-button {
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  height: 66px;
  overflow: hidden;
  padding: 0;
  scroll-snap-align: center;
}

.thumbnail-button.active {
  border-color: var(--champagne);
}

.thumbnail-button img {
  filter: none;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.gallery-control {
  align-items: center;
  background: rgba(247, 250, 252, 0.9);
  border: 1px solid rgba(216, 184, 108, 0.58);
  border-radius: 999px;
  color: var(--navy-950);
  cursor: pointer;
  display: inline-flex;
  font-size: 2.1rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 160ms ease, transform 160ms ease;
  width: 48px;
  z-index: 2;
}

.gallery-control:hover {
  background: var(--white);
  transform: translateY(-50%) scale(1.04);
}

.gallery-prev {
  left: 14px;
}

.gallery-next {
  right: 14px;
}

.dialog-content {
  max-height: min(940px, calc(100vh - 20px));
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
}

.photo-lightbox {
  align-items: center;
  background: rgba(3, 10, 18, 0.94);
  border: 0;
  display: grid;
  inset: 0;
  justify-items: center;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: clamp(18px, 4vw, 56px);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 80;
}

.photo-lightbox:not([open]) {
  display: none;
}

.photo-lightbox::backdrop {
  background: rgba(3, 10, 18, 0.82);
}

.photo-lightbox img {
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.48);
  max-height: calc(100vh - clamp(72px, 12vw, 132px));
  max-width: min(1500px, calc(100vw - clamp(36px, 10vw, 150px)));
  object-fit: contain;
}

.lightbox-close,
.lightbox-control {
  align-items: center;
  background: rgba(247, 250, 252, 0.92);
  border: 1px solid rgba(216, 184, 108, 0.58);
  color: var(--navy-950);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.lightbox-close {
  border-radius: 8px;
  font-size: 1.7rem;
  font-weight: 800;
  height: 48px;
  right: clamp(14px, 3vw, 34px);
  top: clamp(14px, 3vw, 34px);
  width: 48px;
}

.lightbox-control {
  border-radius: 999px;
  font-size: 2.6rem;
  font-weight: 700;
  height: 58px;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
}

.lightbox-prev {
  left: clamp(12px, 3vw, 34px);
}

.lightbox-next {
  right: clamp(12px, 3vw, 34px);
}

.dialog-content h2 {
  font-size: clamp(2.1rem, 4vw, 3.65rem);
}

.dialog-content p {
  color: var(--muted);
}

.dialog-rate {
  color: var(--navy-800);
  font-weight: 800;
  margin-bottom: 0;
}

.dialog-highlight {
  border-left: 3px solid var(--champagne);
  color: var(--navy-950);
  font-weight: 800;
  margin-top: 18px;
  padding-left: 14px;
}

.platform-note {
  background: var(--blue-100);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 24px 0;
  padding: 16px;
}

.platform-note span {
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.platform-note strong {
  color: var(--navy-950);
  display: block;
}

.dialog-close {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy-950);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  z-index: 3;
}

.detail-list {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.detail-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
}

.detail-list li + li {
  border-top: 1px solid var(--line);
}

.detail-list span:first-child {
  color: var(--muted);
}

.detail-list span:last-child {
  font-weight: 800;
  text-align: right;
}

.booking-actions [hidden] {
  display: none;
}

.amenity-list {
  flex-wrap: wrap;
  gap: 8px;
}

body[data-theme="dark"] {
  background:
    radial-gradient(circle at 18% 0%, rgba(31, 93, 143, 0.28), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(216, 184, 108, 0.12), transparent 28%),
    #06111e;
  color: #edf5fb;
}

body[data-theme="dark"] .site-header {
  background: rgba(7, 20, 33, 0.9);
  border-bottom-color: rgba(216, 184, 108, 0.18);
}

body[data-theme="dark"] .brand,
body[data-theme="dark"] .site-nav a:hover,
body[data-theme="dark"] .property-dialog,
body[data-theme="dark"] .dialog-content h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] .property-action,
body[data-theme="dark"] .review-grid p,
body[data-theme="dark"] .assurance-list strong,
body[data-theme="dark"] .faq-list summary,
body[data-theme="dark"] .dialog-highlight,
body[data-theme="dark"] .detail-list span:last-child,
body[data-theme="dark"] dd,
body[data-theme="dark"] .platform-note strong,
body[data-theme="dark"] .dialog-close,
body[data-theme="dark"] .gallery-control,
body[data-theme="dark"] .lightbox-close,
body[data-theme="dark"] .lightbox-control {
  color: #f5f8fb;
}

body[data-theme="dark"] .site-nav a,
body[data-theme="dark"] .section-heading p,
body[data-theme="dark"] .experience-copy p,
body[data-theme="dark"] .manager-copy p,
body[data-theme="dark"] .reviews-heading p:not(.eyebrow),
body[data-theme="dark"] .property-card p,
body[data-theme="dark"] .experience-grid p,
body[data-theme="dark"] .review-grid strong,
body[data-theme="dark"] .assurance-list span,
body[data-theme="dark"] .faq-list p,
body[data-theme="dark"] .dialog-content p,
body[data-theme="dark"] .detail-list span:first-child,
body[data-theme="dark"] dt {
  color: #a9b8c9;
}

body[data-theme="dark"] .eyebrow,
body[data-theme="dark"] .property-meta,
body[data-theme="dark"] .review-grid span,
body[data-theme="dark"] .dialog-rate {
  color: #8fc7f2;
}

body[data-theme="dark"] .theme-toggle,
body[data-theme="dark"] .button.secondary,
body[data-theme="dark"] .property-card,
body[data-theme="dark"] .experience-grid article,
body[data-theme="dark"] .review-grid article,
body[data-theme="dark"] .manager-panel,
body[data-theme="dark"] .faq-list details,
body[data-theme="dark"] .property-dialog,
body[data-theme="dark"] .dialog-close,
body[data-theme="dark"] .gallery-control,
body[data-theme="dark"] .lightbox-close,
body[data-theme="dark"] .lightbox-control {
  background: #0c1f34;
  border-color: rgba(143, 199, 242, 0.22);
}

body[data-theme="dark"] .property-dialog {
  background: #0b2138;
}

body[data-theme="dark"] .property-dialog::backdrop {
  background: rgba(2, 8, 15, 0.9);
  backdrop-filter: blur(6px);
}

body[data-theme="dark"] .dialog-layout,
body[data-theme="dark"] .dialog-content {
  background: #0b2138;
}

body[data-theme="dark"] .theme-toggle:hover,
body[data-theme="dark"] .property-card:hover,
body[data-theme="dark"] .property-card:focus-visible {
  border-color: rgba(216, 184, 108, 0.7);
}

body[data-theme="dark"] .header-cta,
body[data-theme="dark"] .button.primary,
body[data-theme="dark"] .property-badge {
  background: linear-gradient(135deg, #245f91, #123353);
  border-color: rgba(216, 184, 108, 0.34);
  color: #ffffff;
}

body[data-theme="dark"] .button.primary:hover {
  background: linear-gradient(135deg, #2c72aa, #173f64);
}

body[data-theme="dark"] .property-image-wrap,
body[data-theme="dark"] .dialog-gallery,
body[data-theme="dark"] .platform-note,
body[data-theme="dark"] .pill,
body[data-theme="dark"] .amenity-list span,
body[data-theme="dark"] .manager-points span {
  background: rgba(14, 42, 70, 0.92);
  border-color: rgba(143, 199, 242, 0.2);
  color: #dceeff;
}

body[data-theme="dark"] .property-mood {
  color: #f1dfad;
}

body[data-theme="dark"] .detail-list,
body[data-theme="dark"] .detail-list li + li,
body[data-theme="dark"] .property-action,
body[data-theme="dark"] .assurance-list,
body[data-theme="dark"] .assurance-list div {
  border-color: rgba(143, 199, 242, 0.18);
}

body[data-theme="dark"] .contact-section,
body[data-theme="dark"] .site-footer,
body[data-theme="dark"] .intro-band,
body[data-theme="dark"] .thumbnail-row {
  background: #050f1b;
}

body[data-theme="dark"] .metric-card {
  background:
    linear-gradient(180deg, rgba(79, 141, 188, 0.16), rgba(255, 255, 255, 0.03)),
    #071421;
}

body[data-theme="dark"] .section {
  background:
    linear-gradient(180deg, rgba(9, 31, 53, 0.72), rgba(5, 15, 27, 0.98)),
    #050f1b;
}

body[data-theme="dark"] .experience-section {
  --section-band: #0b243c;
}

body[data-theme="dark"] .reviews-section {
  --section-band: #050f1b;
}

body[data-theme="dark"] .manager-section {
  background:
    linear-gradient(135deg, rgba(10, 39, 66, 0.96), rgba(6, 23, 40, 0.94)),
    #09243d;
}

body[data-theme="dark"] .assurance-section {
  --section-band: #050f1b;
}

body[data-theme="dark"] .faq-section {
  background: #0b243c;
}

@media (max-width: 1040px) {
  .manager-section {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.65fr);
  }

  .manager-editorial {
    display: none;
  }
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .header-cta {
    justify-self: end;
  }

  .theme-toggle {
    justify-self: end;
  }

  .intro-band,
  .section-heading,
  .experience-section,
  .reviews-heading,
  .manager-section,
  .assurance-section,
  .faq-section,
  .dialog-layout {
    grid-template-columns: 1fr;
  }

  .property-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dialog-image-frame {
    height: 380px;
    max-height: 380px;
    min-height: 280px;
  }

  .dialog-image-frame img {
    max-height: 380px;
  }

  .dialog-content {
    max-height: none;
  }

  .photo-lightbox img {
    max-width: calc(100vw - 32px);
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
    grid-template-columns: 1fr auto auto;
    padding: 12px 16px;
    position: sticky;
  }

  .brand span:last-child {
    max-width: 138px;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 14px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .header-cta {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    padding: 9px 11px;
  }

  .theme-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .hero {
    min-height: 88vh;
    padding: 94px 18px 24px;
  }

  .hero-contact-card {
    grid-template-columns: 1fr;
  }

  .hero-contact-card strong {
    font-size: clamp(0.9rem, 4.2vw, 1.06rem);
  }

  .hero::after {
    inset: 12px;
  }

  .intro-band {
    display: none;
  }

  h1 {
    font-size: clamp(3.35rem, 17vw, 5rem);
  }

  .property-grid {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .assurance-list div {
    grid-template-columns: 1fr;
  }

  .contact-section {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions,
  .contact-actions,
  .booking-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .property-dialog {
    max-height: 100vh;
    width: 100vw;
  }

  .lightbox-control {
    height: 46px;
    width: 46px;
  }

  .dialog-close {
    right: 10px;
    top: 10px;
  }
}
