:root {
  --lake: #073d4d;
  --lake-2: #0f6d7a;
  --olive: #65744a;
  --olive-deep: #465437;
  --lemon: #f1ce45;
  --lemon-soft: #fff4b8;
  --sand: #e9ddc8;
  --sand-soft: #f7f1e8;
  --cream: #fffaf1;
  --white: #ffffff;
  --text: #22272a;
  --muted: #667174;
  --line: rgba(34, 39, 42, 0.14);
  --shadow: 0 26px 70px rgba(7, 61, 77, 0.18);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--sand-soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
picture { display: block; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(4.2rem, 11vw, 9rem); margin-bottom: 1rem; text-wrap: balance; }
h2 { font-size: clamp(2.25rem, 5vw, 4.8rem); color: var(--lake); margin-bottom: 1rem; text-wrap: balance; }
h3 { font-size: 1.22rem; margin-bottom: 0.65rem; }
small { display: block; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}
.site-header.scrolled,
.site-header.open {
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(7, 61, 77, 0.14);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 0.72rem; font-weight: 850; white-space: nowrap; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
}
.site-nav { justify-self: center; display: flex; align-items: center; gap: 1rem; font-size: 0.92rem; }
.site-nav a { opacity: 0.92; }
.site-nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1.12rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  cursor: pointer;
}
.button-primary { color: var(--white); background: var(--olive); }
.hero .button-primary { color: #17321e; background: var(--lemon); }
.button-secondary { color: var(--white); background: var(--lake); }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.55); background: rgba(255, 255, 255, 0.12); }
select, input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.82rem 0.88rem;
  color: var(--text);
  background: var(--white);
  font: inherit;
}
.header-actions select, .site-footer select {
  width: auto;
  min-width: 7.8rem;
  padding: 0.58rem 0.74rem;
  color: inherit;
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.36);
}
.site-header.scrolled .header-actions select,
.site-header.open .header-actions select,
.site-footer select {
  color: var(--text);
  background: var(--white);
  border-color: var(--line);
}
.nav-toggle { display: none; color: inherit; background: none; border: 0; padding: 0.45rem; }
.nav-toggle span { display: block; width: 1.55rem; height: 2px; margin: 5px 0; background: currentColor; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  overflow: hidden;
  color: var(--white);
}
.hero picture { position: absolute; inset: 0; }
.hero img {
  object-position: center center;
  filter: saturate(1.08) brightness(1.05);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 31, 41, 0.56), rgba(4, 31, 41, 0.22) 48%, rgba(4, 31, 41, 0.05)),
    linear-gradient(0deg, rgba(4, 31, 41, 0.5), rgba(4, 31, 41, 0.06) 66%);
}
.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 8.5rem 0 3rem;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: end;
}
.hero-copy {
  max-width: 710px;
  padding-bottom: clamp(1rem, 5vw, 5rem);
}
.hero h1 {
  max-width: 680px;
  font-size: clamp(4rem, 8vw, 7.8rem);
}
.eyebrow {
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.hero .eyebrow { color: var(--sand); }
.hero-lede { max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3.2vw, 2.5rem); }
.hero-text { max-width: 680px; color: rgba(255,255,255,0.9); font-size: 1.12rem; }
.lemon-note {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 520px;
  margin-top: 0.35rem;
  color: var(--lemon-soft);
  font-weight: 850;
}
.lemon-note span {
  width: 2.6rem;
  height: 0.52rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--lemon);
}
.lemon-note p { margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.5rem; }
.inline-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.availability-note { margin: 0; color: var(--muted); font-size: 0.86rem; }

.trust-bar {
  position: relative;
  z-index: 3;
  width: min(1160px, calc(100% - 2rem));
  margin: -2rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}
.trust-bar span {
  padding: 1.1rem;
  min-height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--lake);
  font-weight: 850;
  border-right: 1px solid var(--line);
}
.trust-bar span:last-child { border-right: 0; }

.section-pad { padding: clamp(4.5rem, 8vw, 8rem) clamp(1rem, 4vw, 3rem); }
.section-pad > *, .section-heading, .split, .wellness-grid, .reservation-layout {
  width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding-bottom: clamp(4.2rem, 7vw, 6.8rem);
}
.intro-copy, .benefit-grid { width: 100%; }
.intro-copy p:last-child { max-width: 630px; font-size: 1.06rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.benefit-grid article {
  min-height: 255px;
  padding: 1.35rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.benefit-grid span { display: inline-block; color: var(--olive); font-weight: 950; margin-bottom: 2rem; }

.reservation {
  background: linear-gradient(180deg, var(--sand-soft), #efe5d4);
}
.booking-engine {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.booking-engine-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  gap: 1.5rem;
  align-items: end;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}
.booking-engine-head h2 {
  max-width: 800px;
  font-size: clamp(2.35rem, 4.8vw, 5rem);
}
.booking-engine-note {
  margin: 0;
  padding: 0.9rem 1rem;
  color: #17321e;
  background: var(--lemon-soft);
  border-radius: var(--radius);
  font-weight: 850;
}
.booking-step {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--line);
}
.step-label {
  display: grid;
  align-content: start;
  gap: 0.25rem;
  color: var(--lake);
  font-weight: 950;
}
.step-label span {
  color: var(--olive);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}
.booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.booking-fields label {
  display: grid;
  gap: 0.36rem;
  color: var(--lake);
  font-weight: 850;
  font-size: 0.92rem;
}
.room-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}
.room-option {
  position: relative;
  display: grid;
  gap: 0.55rem;
  align-content: start;
  min-height: 100%;
  padding: 0.72rem;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: var(--cream);
  cursor: pointer;
}
.room-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.room-option:has(input:checked) {
  border-color: var(--lemon);
  box-shadow: 0 16px 38px rgba(7, 61, 77, 0.14);
}
.room-option picture {
  height: 150px;
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
}
.room-option strong {
  color: var(--lake);
  line-height: 1.15;
}
.room-option small {
  color: var(--muted);
  line-height: 1.4;
}
.booking-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.booking-submit .button { min-width: min(100%, 280px); }
.room-status {
  display: inline-flex;
  margin-bottom: 0.35rem;
  padding: 0.22rem 0.5rem;
  color: #17321e;
  background: var(--lemon-soft);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.scene {
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(4rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: stretch;
}
.scene-pool {
  position: relative;
}
.scene-pool::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc((100vw - 100%) / -2);
  background: linear-gradient(180deg, var(--sand-soft) 0%, #efe5d4 18%, var(--sand-soft) 100%);
}
.scene-text {
  min-height: 690px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}
.scene-pool h2 { font-size: clamp(2.7rem, 4.5vw, 5.2rem); }
.scene-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.5rem 0;
}
.scene-meta span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.2rem;
  border-radius: var(--radius);
  color: var(--lake);
  background: var(--sand-soft);
  font-weight: 900;
  text-align: center;
}
.portrait-media {
  height: auto;
  min-height: 690px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.text-link { display: inline-block; margin-top: 1rem; color: var(--lake); font-weight: 950; }

.rooms { background: var(--white); }
.restaurant { background: linear-gradient(180deg, var(--white), #fbfaf7); }
.section-heading { display: flex; justify-content: space-between; gap: 1.5rem; align-items: end; margin-bottom: 2rem; }
.room-grid {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.room-card {
  display: grid;
  grid-template-rows: 235px 1fr;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.room-card picture { overflow: hidden; }
.room-card div { padding: 1.1rem; }
.room-card p { color: var(--muted); font-size: 0.94rem; margin-bottom: 0; }

.image-band {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}
.image-band picture { position: absolute; inset: 0; }
.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 31, 41, 0.78), rgba(4, 31, 41, 0.28) 58%, rgba(4, 31, 41, 0.1)),
    linear-gradient(0deg, rgba(4, 31, 41, 0.56), rgba(4, 31, 41, 0.08) 64%);
}
.image-band div {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 clamp(3rem, 7vw, 6rem);
}
.image-band h2 { color: var(--white); }
.image-band p:last-child { max-width: 710px; font-size: 1.08rem; color: rgba(255,255,255,0.9); }

.wellness-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.wellness-copy { background: var(--lake); color: var(--white); border-radius: var(--radius); padding: clamp(1.4rem, 4vw, 3rem); }
.wellness-copy h2, .wellness-copy .eyebrow { color: var(--white); }
.wellness-copy small { display: block; margin-top: 1rem; color: rgba(255,255,255,0.72); }
.spa-media, .landscape-media {
  min-height: 430px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.spa-media {
  min-height: 590px;
  align-self: stretch;
}
.tag-list { display: flex; flex-wrap: wrap; gap: 0.52rem; margin-top: 1rem; }
.tag-list span, .contact-grid span, .contact-grid a {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0.65rem 0.76rem;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 800;
}
.contact-grid span, .contact-grid a {
  min-height: 5.4rem;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0.25rem;
}
.contact-grid small {
  color: var(--olive);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.contact-grid strong { color: var(--lake); line-height: 1.2; }
.split {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.86fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.split > div {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landscape-media {
  align-self: stretch;
  min-height: 620px;
}
.landscape-media img { object-position: center center; }
.clean-list { list-style: none; padding: 0; margin: 1.3rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; }
.clean-list li { padding: 0.8rem 0.9rem; background: var(--sand-soft); border-radius: var(--radius); color: var(--lake); font-weight: 850; }

.lake {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: stretch;
}
.lake picture, .lake-copy { width: 100%; }
.lake picture { min-height: 560px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.lake-copy {
  max-width: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery { background: var(--sand); }
.gallery-tabs { display: flex; flex-wrap: wrap; gap: 0.45rem; justify-content: flex-end; }
.gallery-tabs button {
  border: 1px solid rgba(34,39,42,0.16);
  border-radius: 999px;
  background: var(--white);
  padding: 0.55rem 0.8rem;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
}
.gallery-tabs .active { color: var(--white); background: var(--lake); }
.gallery-showcase {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 1rem;
}
.gallery-main {
  min-height: 620px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.gallery-thumb {
  min-height: 302px;
  padding: 0;
  border: 3px solid transparent;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(7, 61, 77, 0.13);
  cursor: pointer;
}
.gallery-thumb.active { border-color: var(--lemon); }
.gallery-thumb:focus-visible { outline: 3px solid var(--lake-2); outline-offset: 3px; }

.full { grid-column: 1 / -1; }
.form-message { margin: 0; color: var(--olive-deep); font-weight: 900; }
.record-preview {
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #10262d;
  color: var(--white);
}
.record-preview > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: var(--lake);
}
.record-preview span { color: rgba(255,255,255,0.72); font-size: 0.82rem; }
.record-preview pre {
  max-height: 220px;
  margin: 0;
  overflow: auto;
  padding: 1rem;
  font: 0.82rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  color: #e9fbff;
}

.contact {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
address { font-style: normal; font-size: 1.12rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; width: 100%; }
.site-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  color: var(--white);
  background: #142126;
}
.site-footer p { margin: 0.3rem 0 0; color: rgba(255,255,255,0.7); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { display: block; justify-self: end; }
  .site-nav, .header-actions { display: none; grid-column: 1 / -1; width: 100%; }
  .site-header.open .site-nav, .site-header.open .header-actions { display: flex; }
  .site-header.open .site-nav { flex-direction: column; align-items: flex-start; }
  .site-header.open .header-actions { align-items: stretch; flex-wrap: wrap; }
  .hero-inner, .intro, .booking-engine-head, .booking-step, .scene, .wellness-grid, .split, .lake, .contact { grid-template-columns: 1fr; }
  .hero-copy, .hero h1 { max-width: 760px; }
  .room-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .room-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit-grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scene-text, .portrait-media { min-height: 0; }
  .portrait-media { height: 680px; }
  .landscape-media, .lake picture { min-height: 460px; }
}

@media (max-width: 720px) {
  h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.2rem, 12vw, 3.4rem); }
  .section-pad { padding: 3.6rem 1rem; }
  .site-header { padding: 0.85rem 1rem; }
  .brand-mark { width: 2.25rem; height: 2.25rem; }
  .brand-text { font-size: 1rem; }
  .nav-toggle span { width: 1.85rem; height: 3px; margin: 4px 0; }
  .hero { min-height: 620px; max-height: 720px; }
  .hero img { object-position: 49% center; }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 31, 41, 0.58), rgba(4, 31, 41, 0.24) 62%, rgba(4, 31, 41, 0.08)),
      linear-gradient(0deg, rgba(4, 31, 41, 0.72), rgba(4, 31, 41, 0.1) 74%);
  }
  .hero-inner { width: calc(100% - 1.5rem); padding-top: 5.5rem; padding-bottom: 1.6rem; gap: 1rem; }
  .hero-copy { padding-bottom: 0; }
  .hero .eyebrow { max-width: 260px; font-size: 0.62rem; line-height: 1.35; letter-spacing: 0.16em; margin-bottom: 0.65rem; }
  .hero h1 { max-width: 330px; font-size: clamp(3.15rem, 15vw, 4.05rem); line-height: 0.94; margin-bottom: 0.55rem; }
  .hero-lede { max-width: 330px; font-size: 1.22rem; line-height: 1.12; margin-bottom: 0.65rem; }
  .hero-text { max-width: 320px; font-size: 0.96rem; line-height: 1.45; margin-bottom: 0.85rem; }
  .lemon-note { display: none; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; margin-top: 1rem; }
  .hero-actions .button { min-height: 2.8rem; padding: 0.7rem 0.65rem; font-size: 0.9rem; text-align: center; }
  .booking-engine { padding: 0.85rem; }
  .booking-engine-head h2 { font-size: clamp(2rem, 11vw, 3.1rem); }
  .booking-engine-note { font-size: 0.9rem; }
  .booking-step { gap: 0.7rem; padding: 0.9rem 0; }
  .booking-fields, .room-options, .scene-meta, .room-grid, .clean-list, .contact-grid { grid-template-columns: 1fr; }
  .trust-bar {
    width: calc(100% - 1.5rem);
    margin: 0.75rem auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    overflow: visible;
    background: transparent;
    box-shadow: none;
  }
  .room-option { grid-template-columns: 94px minmax(0, 1fr); column-gap: 0.8rem; }
  .room-option picture { grid-row: span 3; height: 94px; }
  .room-option .room-status { width: fit-content; }
  .booking-submit { display: grid; }
  .availability-note { font-size: 0.8rem; }
  .trust-bar span {
    min-height: 3.25rem;
    padding: 0.65rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 12px 28px rgba(7, 61, 77, 0.08);
    font-size: 0.9rem;
    line-height: 1.15;
  }
  .trust-bar span:last-child { border: 1px solid var(--line); }
  .section-heading { display: block; }
  .section-heading .button { margin-top: 1rem; }
  .room-card { grid-template-rows: 250px 1fr; }
  .scene-text { min-height: auto; }
  .portrait-media, .spa-media, .landscape-media, .lake picture { min-height: 340px; height: 430px; }
  .image-band { min-height: 580px; }
  .gallery-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 0.4rem; }
  .gallery-showcase { grid-template-columns: 1fr; }
  .gallery-main { min-height: 360px; height: 430px; }
  .gallery-thumbs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 0.75rem; }
  .gallery-thumb { flex: 0 0 72%; min-height: 230px; scroll-snap-align: start; }
  .record-preview > div { display: block; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
