:root {
  --midnight: #0b2036;
  --navy: #12375b;
  --royal: #1d527d;
  --panel: #174268;
  --panel-soft: #255f87;
  --gold: #b99345;
  --gold-light: #e5c477;
  --ink: #fbf5e8;
  --muted: rgba(251, 245, 232, 0.76);
  --line: rgba(229, 196, 119, 0.16);
  --dark-line: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--midnight);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--midnight), var(--navy) 44%, #091d33);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: none;
}

.utility-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 196, 119, 0.2), transparent 34%),
    linear-gradient(150deg, #062443 0%, var(--navy) 46%, #061e36 100%);
}

.utility-panel {
  width: min(680px, 100%);
  text-align: center;
  padding: clamp(34px, 7vw, 72px);
  border: 1px solid rgba(229, 196, 119, 0.24);
  border-radius: 18px;
  background: rgba(5, 24, 44, 0.76);
  box-shadow: var(--shadow);
}

.utility-panel img {
  width: 118px;
  height: auto;
  margin: 0 auto 18px;
}

.utility-panel span {
  display: block;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.utility-panel h1 {
  margin: 10px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.utility-panel p {
  max-width: 520px;
  margin: 0 auto 14px;
  color: rgba(251, 245, 232, 0.78);
}

.utility-panel .button {
  margin-top: 14px;
}

.completion-page {
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(229, 196, 119, 0.18), transparent 32%),
    linear-gradient(140deg, #081f37 0%, var(--navy) 48%, #071b31 100%);
}

.completion-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(8, 27, 47, 0.98), rgba(8, 27, 47, 0.9));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.completion-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.completion-brand img {
  width: 58px;
  height: auto;
}

.completion-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) 0;
}

.completion-success .completion-shell {
  min-height: calc(100vh - 130px);
  display: grid;
  place-items: center;
  padding-top: clamp(28px, 5vw, 58px);
}

.completion-hero {
  width: min(840px, 100%);
  margin-bottom: clamp(26px, 5vw, 52px);
}

.completion-hero h1 {
  max-width: 800px;
  font-size: clamp(3rem, 7vw, 6.7rem);
}

.completion-hero p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.05rem;
}

.booking-loader,
.completion-confirmation {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(229, 196, 119, 0.2);
  border-radius: 18px;
  background: rgba(6, 24, 44, 0.7);
  box-shadow: var(--shadow);
}

.completion-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.booking-summary,
.completion-form fieldset {
  border: 1px solid rgba(229, 196, 119, 0.17);
  border-radius: 16px;
  background: rgba(7, 28, 50, 0.72);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
}

.booking-summary {
  position: sticky;
  top: 104px;
  padding: 26px;
}

.booking-summary > span,
.completion-form legend,
.completion-confirmation > span {
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-summary > strong {
  display: block;
  margin: 8px 0 20px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.35rem;
  line-height: 1;
}

.booking-summary dl {
  display: grid;
  gap: 15px;
  margin: 0;
}

.booking-summary div {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(229, 196, 119, 0.12);
}

.booking-summary dt {
  color: rgba(251, 245, 232, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.booking-summary dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.payment-preview {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding: 18px;
  border-radius: 12px;
  color: rgba(251, 245, 232, 0.82);
  background: rgba(255, 255, 255, 0.055);
}

.payment-preview strong {
  color: var(--gold-light);
}

.payment-preview span,
.payment-preview small {
  display: block;
}

.completion-form {
  display: grid;
  gap: 18px;
}

.completion-form fieldset {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: clamp(22px, 3vw, 32px);
}

.completion-form legend {
  padding: 0 0 10px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.completion-form label {
  display: grid;
  gap: 8px;
  color: rgba(251, 245, 232, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
}

.completion-form .full-field {
  grid-column: 1 / -1;
}

.completion-form input,
.completion-form select,
.completion-form textarea {
  width: 100%;
  border: 1px solid rgba(229, 196, 119, 0.2);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
  padding: 13px 14px;
}

.completion-form input[type="file"] {
  padding: 11px;
}

.completion-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: rgba(251, 245, 232, 0.68);
  font-size: 0.9rem;
}

.check-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}

.check-field input {
  width: auto;
  margin-top: 4px;
}

.payment-options,
.terms-stack {
  display: grid;
  gap: 12px;
}

.payment-options label {
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(229, 196, 119, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.payment-options input {
  width: auto;
  margin-top: 5px;
}

.payment-options strong,
.payment-options small {
  display: block;
}

.payment-options small {
  margin-top: 6px;
  color: rgba(251, 245, 232, 0.68);
  line-height: 1.55;
}

.completion-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.completion-actions p {
  margin: 0;
  color: var(--gold-light);
}

.completion-confirmation {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.completion-success .completion-confirmation {
  width: min(860px, 100%);
}

.completion-confirmation-live {
  min-height: min(720px, calc(100vh - 64px));
  display: grid;
  align-content: center;
  justify-items: center;
  padding: clamp(34px, 7vw, 76px) clamp(18px, 4vw, 54px);
}

.completion-confirmation img {
  width: 118px;
  margin: 0 auto 18px;
}

.completion-confirmation h2 {
  margin-top: 10px;
}

.completion-confirmation p {
  max-width: 560px;
  margin: 18px auto 24px;
  color: var(--muted);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

main > section {
  position: relative;
  overflow: visible;
  scroll-margin-top: 88px;
  --scroll-drift: 0px;
  --scroll-shift: 0px;
}

main > section + section {
  margin-top: 0;
}

main > section:not(.hero)::before,
main > section:not(.hero)::after {
  content: none;
}

main > section > * {
  position: relative;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 128px;
  padding: 12px clamp(22px, 5vw, 76px);
  color: var(--ink);
  background: transparent;
  isolation: isolate;
  transition: min-height 260ms ease, padding 260ms ease, gap 260ms ease;
}

.site-header::before {
  position: absolute;
  inset: 0 0 -42px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8, 27, 47, 0.96), rgba(9, 30, 51, 0.92) 62%, rgba(9, 30, 51, 0));
  content: "";
  transition: opacity 260ms ease, inset 260ms ease, background 260ms ease;
}

.site-header.is-solid {
  min-height: 64px;
  gap: 12px;
  padding-top: 6px;
  padding-right: clamp(18px, 4vw, 64px);
  padding-bottom: 6px;
  padding-left: clamp(6px, 1.4vw, 18px);
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(8, 27, 47, 0.98), rgba(9, 30, 51, 0.96));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.site-header.is-solid::before {
  inset: 0 0 -28px;
  background: linear-gradient(180deg, rgba(8, 27, 47, 0.98), rgba(9, 30, 51, 0.98) 68%, rgba(9, 30, 51, 0));
}

.brand {
  --brand-mark: clamp(84px, 8.2vw, 104px);

  position: relative;
  z-index: 32;
  display: flex;
  align-items: center;
  flex: 0 0 clamp(124px, 12vw, 166px);
  min-width: clamp(124px, 12vw, 166px);
  align-self: stretch;
  transition: flex-basis 260ms ease, min-width 260ms ease;
}

.brand-logo {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 34;
  width: var(--brand-mark);
  max-width: none;
  transform: translateY(-50%);
  border: 0;
  box-shadow: none;
  pointer-events: none;
  transition: width 260ms ease, top 260ms ease, left 260ms ease;
}

.brand-wordmark {
  position: absolute;
  top: calc(45% + clamp(45px, 4.2vw, 52px));
  left: calc(var(--brand-mark) / 2);
  width: max-content;
  color: #f0c35a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.78rem, 0.92vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: opacity 180ms ease, visibility 180ms ease, top 260ms ease, font-size 260ms ease;
}

.site-header.is-solid .brand {
  flex-basis: 34px;
  min-width: 34px;
}

.site-header.is-solid .brand-logo {
  top: 32px;
  left: 2px;
  width: 42px;
}

.site-header.is-solid .brand-wordmark {
  opacity: 0;
  visibility: hidden;
}

.site-nav,
.nav-toggle {
  position: relative;
  z-index: 2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  align-self: flex-start;
  gap: clamp(12px, 1.5vw, 22px);
  margin-top: 13px;
  color: rgba(248, 242, 228, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  flex: 1;
  justify-content: flex-end;
  min-width: 0;
  padding-left: 0;
  transition: margin 260ms ease, transform 260ms ease;
}

.site-header.is-solid .site-nav {
  margin-top: 5px;
  transform: translateY(-1px);
}

.site-nav a {
  position: relative;
  padding: 12px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(201, 162, 74, 0.45);
  border-radius: 2px;
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.05);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-items: start;
  color: var(--ink);
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 29, 49, 0.88), rgba(20, 58, 89, 0.58) 48%, rgba(20, 58, 89, 0.12)),
    linear-gradient(0deg, rgba(9, 27, 47, 0.72), rgba(9, 27, 47, 0.05) 52%, rgba(9, 27, 47, 0.22));
}

.hero-content {
  position: relative;
  z-index: 30;
  width: min(690px, calc(100% - 36px));
  margin: clamp(164px, 19svh, 210px) 0 clamp(48px, 8vh, 110px) clamp(22px, 7vw, 112px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  max-width: 660px;
  color: var(--ink);
  font-size: clamp(3.7rem, 7.6vw, 7.8rem);
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

h2 {
  font-size: clamp(2.9rem, 5.8vw, 5.9rem);
}

h3 {
  font-size: 1.05rem;
  line-height: 1.25;
}

p {
  line-height: 1.75;
}

.hero-copy {
  max-width: 560px;
  margin: 25px 0 0;
  color: rgba(248, 242, 228, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  width: min(100%, 520px);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  width: min(100%, 620px);
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
  color: rgba(248, 242, 228, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-benefits li {
  position: relative;
  padding-left: 18px;
}

.hero-benefits li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  content: "";
  box-shadow: 0 0 18px rgba(229, 196, 119, 0.28);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease, color 170ms ease;
}

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

.button.primary,
.button.gold {
  color: var(--midnight);
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  box-shadow: 0 14px 36px rgba(185, 147, 69, 0.18);
}

.button.ghost {
  border-color: rgba(201, 162, 74, 0.28);
  color: var(--ink);
  background: rgba(13, 39, 66, 0.18);
}

.button.full-width {
  width: 100%;
}

.availability-card {
  display: grid;
  width: min(100%, 360px);
  margin-top: 30px;
  gap: 9px;
  padding: 0 24px 24px;
  overflow: hidden;
  border: 1px solid rgba(229, 196, 119, 0.18);
  border-radius: 10px;
  background: rgba(6, 21, 42, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.deposit-top span,
.deposit-line span,
.step-label,
.site-footer span {
  display: block;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.availability-kicker {
  display: block;
  width: calc(100% + 48px);
  margin: 0 -24px 10px;
  padding: 13px 24px;
  color: var(--midnight);
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.availability-card strong {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 2.7vw, 2.45rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: none;
}

.availability-card strong span {
  display: block;
  font: inherit;
  letter-spacing: 0;
}

.availability-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.section-pad {
  min-height: auto;
  padding: clamp(34px, 4.5vw, 62px) clamp(22px, 5vw, 82px);
}

.intro {
  display: grid;
  align-content: center;
  background:
    linear-gradient(90deg, rgba(10, 31, 53, 0.84), rgba(20, 58, 88, 0.66)),
    url("assets/bower/p9128736-5db1b061.jpg") center / cover fixed;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 1.06fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

.lead-copy {
  color: var(--muted);
  font-size: 1.05rem;
}

.lead-copy p:first-child {
  margin-top: 0;
}

.about-image {
  margin: 0;
  margin-top: 26px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-image.primary {
  margin-top: 30px;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 2.65;
  object-fit: cover;
  border: 1px solid rgba(229, 196, 119, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
  filter: saturate(0.94) contrast(1.04);
}

.about-image figcaption {
  display: block;
  padding: 12px 4px 0;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.heritage {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.85fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  background:
    linear-gradient(90deg, rgba(10, 31, 53, 0.84), rgba(20, 58, 88, 0.62)),
    url("assets/brochure/image8.jpg") center / cover fixed;
}

.heritage-copy {
  max-width: 860px;
}

.heritage-copy p {
  color: var(--muted);
}

.image-stack {
  display: grid;
  gap: 18px;
}

.image-stack img {
  width: 100%;
  border: 1px solid var(--line);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  aspect-ratio: 4 / 3;
}

.image-stack img:last-child {
  width: 78%;
  margin-left: auto;
  aspect-ratio: 4 / 2.65;
  filter: sepia(0.18) contrast(1.08);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 20svh;
  color: var(--ink);
  background: #102e4b;
}

.stats-band div {
  display: grid;
  align-content: center;
  min-height: 128px;
  padding: 22px clamp(18px, 3vw, 42px);
  border-right: 0;
  background: linear-gradient(180deg, rgba(229, 196, 119, 0.05), rgba(255, 255, 255, 0.014));
}

.stats-band strong {
  display: block;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 5vw, 4.9rem);
  line-height: 0.9;
}

.stats-band span {
  display: block;
  margin-top: 13px;
  color: rgba(248, 242, 228, 0.76);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  background: linear-gradient(135deg, var(--navy), var(--panel));
}

.split-media {
  position: relative;
}

.split-media::before {
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid var(--line);
  content: "";
}

.split-media img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  box-shadow: var(--shadow);
}

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

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: rgba(248, 242, 228, 0.9);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--gold-light);
  border-left: 2px solid var(--gold-light);
  content: "";
  transform: rotate(-45deg);
}

.section-heading {
  width: min(880px, 100%);
  margin-bottom: clamp(18px, 2.8vw, 32px);
}

.section-heading p {
  max-width: 720px;
  color: var(--muted);
}

.rooms {
  background:
    linear-gradient(180deg, rgba(16, 46, 75, 0.92), rgba(11, 32, 54, 0) 78px),
    var(--midnight);
}

.room-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 18px;
  align-items: center;
}

.room-viewport {
  overflow: hidden;
}

.room-track {
  display: flex;
  gap: 20px;
  transition: transform 420ms ease;
  will-change: transform;
}

.carousel-arrow {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 86px;
  border: 1px solid rgba(229, 196, 119, 0.18);
  border-radius: 999px;
  color: var(--gold-light);
  background: rgba(2, 11, 25, 0.74);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.carousel-arrow:hover {
  border-color: var(--gold-light);
  background: rgba(201, 162, 74, 0.16);
  transform: translateY(-1px);
}

.carousel-arrow span {
  display: block;
  margin-top: -4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4rem;
  line-height: 0.7;
}

.carousel-meta {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  color: rgba(248, 242, 228, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dots button {
  width: 32px;
  height: 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(248, 242, 228, 0.25);
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: var(--gold-light);
}

.room-card {
  min-width: 0;
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(229, 196, 119, 0.16);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.room-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
}

.room-card:nth-child(3) img {
  object-position: center 64%;
}

.room-card div {
  padding: 25px;
}

.room-card span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.room-card h3 {
  margin-top: 11px;
  color: var(--ink);
}

.room-card p {
  margin-bottom: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.included {
  display: block;
  background:
    linear-gradient(180deg, rgba(11, 32, 54, 0.92), rgba(11, 32, 54, 0) 70px),
    linear-gradient(90deg, rgba(10, 31, 53, 0.82), rgba(20, 58, 88, 0.68)),
    url("assets/bower/p5077061-1920x1440-b2fc4064.jpg") center / cover fixed;
}

.included-copy {
  max-width: 940px;
  margin-bottom: clamp(18px, 2.8vw, 30px);
}

.included-copy p {
  max-width: 720px;
  color: var(--muted);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  background: transparent;
  border: 0;
}

.included-grid div {
  min-height: 190px;
  padding: 30px;
  border: 1px solid rgba(229, 196, 119, 0.08);
  border-radius: 12px;
  background: rgba(12, 35, 58, 0.58);
  backdrop-filter: blur(12px);
}

.included-grid h3 {
  color: var(--gold-light);
}

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

.residence {
  background:
    linear-gradient(135deg, rgba(10, 31, 53, 0.82), rgba(25, 68, 101, 0.68)),
    url("assets/brochure/image4.png") center / cover fixed;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border: 0;
  background: transparent;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.16);
}

.expect-grid div {
  min-height: 220px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(229, 196, 119, 0.07);
  border-radius: 12px;
  background: rgba(12, 35, 58, 0.6);
  backdrop-filter: blur(14px);
}

.expect-grid h3 {
  color: var(--gold-light);
}

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

.proof-section {
  background:
    linear-gradient(180deg, rgba(12, 38, 66, 0.86) 0%, rgba(16, 50, 82, 0.78) 58%, rgba(11, 32, 54, 0.9) 100%),
    url("assets/bower/p9128736-5db1b061.jpg") center / cover fixed;
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.proof-list article {
  min-width: 0;
  min-height: 236px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(229, 196, 119, 0.055);
  border-radius: 12px;
  background: rgba(13, 39, 66, 0.58);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(14px);
}

.proof-list span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.proof-list h3 {
  margin-top: 16px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.proof-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.interior-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(340px, 1fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(10, 31, 53, 0.8), rgba(20, 58, 88, 0.66)),
    url("assets/brochure/image19.jpg") center / cover fixed;
}

.interior-copy {
  max-width: 620px;
}

.interior-copy p {
  color: var(--muted);
}

.interior-media {
  position: relative;
  width: 100%;
  min-height: 430px;
  aspect-ratio: 5 / 3.2;
  overflow: hidden;
  border: 1px solid rgba(229, 196, 119, 0.1);
  box-shadow: var(--shadow);
}

.interior-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: interiorFade 18s ease-in-out infinite;
  will-change: opacity;
}

.interior-media img:first-child {
  opacity: 1;
}

.interior-media img:nth-child(2) {
  animation-delay: 6s;
}

.interior-media img:nth-child(3) {
  animation-delay: 12s;
}

@keyframes interiorFade {
  0%,
  26% {
    opacity: 1;
  }

  34%,
  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pricing {
  background: linear-gradient(180deg, #102e4b 0%, #143b5e 16%, #0d2742 100%);
}

.pricing-table {
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}

.pricing-row {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) minmax(112px, 0.6fr) minmax(112px, 0.6fr);
}

.pricing-row span {
  min-width: 0;
  padding: 21px clamp(12px, 1.7vw, 18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.022);
  color: rgba(248, 242, 228, 0.82);
  overflow-wrap: anywhere;
}

.pricing-row span:not(:first-child) {
  text-align: center;
}

.pricing-row.heading {
  background: transparent;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-row.heading span {
  color: var(--gold-light);
}

.pricing-row:not(.heading) span:first-child {
  color: var(--ink);
  font-weight: 800;
}

.note {
  max-width: 920px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  min-height: 66svh;
  padding: 0;
  background: var(--midnight);
}

.gallery img {
  width: 100%;
  height: 66svh;
  min-height: 430px;
  object-fit: cover;
  opacity: 0.82;
  transition: opacity 240ms ease, transform 240ms ease;
}

.gallery img:hover {
  opacity: 1;
  transform: scale(1.015);
}

.plans {
  background: linear-gradient(180deg, var(--midnight), var(--panel));
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.plan-grid figure {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: var(--shadow);
}

.plan-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 14px;
  background: rgba(248, 242, 228, 0.95);
}

.plan-grid figcaption {
  padding: 16px 18px;
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reserve {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(320px, 1.35fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(13, 39, 66, 0.92), rgba(13, 39, 66, 0) 74px),
    linear-gradient(135deg, rgba(10, 31, 53, 0.84), rgba(20, 58, 88, 0.74)),
    url("assets/bower/bh-outside-3531df38.jpg") center / cover fixed;
}

.reserve-intro {
  position: sticky;
  top: 122px;
  grid-row: 1 / span 2;
}

.reserve-intro p {
  color: var(--muted);
}

.reserve-assurance {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(229, 196, 119, 0.055);
}

.reserve-assurance p {
  position: relative;
  margin: 0;
  padding-left: 22px;
  color: rgba(248, 242, 228, 0.86);
  font-size: 0.96rem;
  line-height: 1.55;
}

.reserve-assurance p::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  content: "";
}

.trust-grid {
  display: grid;
  grid-column: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.trust-grid div {
  min-height: 168px;
  padding: clamp(22px, 2.6vw, 32px);
  border: 1px solid rgba(229, 196, 119, 0.07);
  border-radius: 12px;
  background: rgba(12, 35, 58, 0.6);
  backdrop-filter: blur(14px);
}

.trust-grid span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.trust-grid h3 {
  margin: 18px 0 12px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.reserve-shell {
  display: grid;
  grid-column: 2;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.application-form,
.deposit-card {
  border: 1px solid rgba(229, 196, 119, 0.09);
  background: rgba(13, 39, 66, 0.7);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.application-form {
  padding: clamp(22px, 3vw, 34px);
}

.form-step {
  animation: stepFade 260ms ease;
}

.form-step[hidden] {
  display: none;
}

.form-step + .form-step {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.form-step h3 {
  margin: 8px 0 18px;
  font-size: 1.25rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  overflow: visible;
}

.form-grid .full-field {
  grid-column: 1 / -1;
}

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

.form-nav {
  display: grid;
  justify-items: stretch;
  gap: 10px;
  margin-top: 26px;
}

.form-nav.final {
  justify-content: stretch;
}

.form-nav .button {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 49px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.form-nav .button.ghost {
  min-height: 42px;
  border-color: rgba(229, 196, 119, 0.16);
  color: rgba(251, 245, 232, 0.78);
  background: transparent;
  box-shadow: none;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(248, 242, 228, 0.84);
  font-size: 0.85rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(229, 196, 119, 0.13);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(7, 24, 42, 0.62);
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: rgba(248, 242, 228, 0.38);
}

input,
select {
  height: 48px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

select option {
  color: #142033;
}

.native-room-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.native-segment-select {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.year-segment {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  width: min(100%, 320px);
  min-height: 46px;
  padding: 4px;
  border: 1px solid rgba(229, 196, 119, 0.28);
  border-radius: 8px;
  background: rgba(7, 24, 42, 0.58);
}

.year-segment button {
  min-width: 0;
  border: 0;
  border-radius: 6px;
  color: rgba(248, 242, 228, 0.72);
  background: transparent;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
}

.year-segment button[aria-pressed="true"] {
  color: #07182a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.year-segment button:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

.room-select-widget {
  position: relative;
  z-index: 30;
}

.room-select-widget.is-open {
  z-index: 120;
}

.room-select-button {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 0 52px 0 18px;
  border: 1px solid rgba(229, 196, 119, 0.74);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(7, 24, 42, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 32px rgba(0, 0, 0, 0.15);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: left;
  cursor: pointer;
}

.room-select-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  transform: translateY(-64%) rotate(45deg);
  transition: transform 180ms ease;
}

.room-select-widget.is-open .room-select-button::after {
  transform: translateY(-28%) rotate(225deg);
}

.room-select-widget.is-invalid .room-select-button {
  border-color: #f1c9b8;
}

.room-select-button:focus-visible,
.room-select-widget.is-open .room-select-button {
  border-color: var(--gold-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 196, 119, 0.16), 0 18px 40px rgba(0, 0, 0, 0.18);
}

.room-select-list {
  position: absolute;
  z-index: 200;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: none;
  overflow: visible;
  padding: 8px;
  border: 1px solid rgba(229, 196, 119, 0.5);
  border-radius: 8px;
  background: rgba(7, 24, 42, 0.98);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.room-select-list--portal {
  position: absolute;
  z-index: 9999;
  right: auto;
  max-height: none;
  overflow: visible;
}

.full-field .room-select-list {
  max-height: none;
}

.room-select-option {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px 16px;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  background: transparent;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.06rem, 1.55vw, 1.34rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
}

.room-select-option span {
  color: var(--gold-light);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.room-select-option:hover,
.room-select-option:focus-visible,
.room-select-option[aria-selected="true"] {
  color: #07182a;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  outline: none;
}

.room-select-option:hover span,
.room-select-option:focus-visible span,
.room-select-option[aria-selected="true"] span {
  color: rgba(7, 24, 42, 0.76);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold-light);
  background: rgba(7, 24, 42, 0.78);
}

.availability-message {
  display: block;
  min-height: 22px;
  color: rgba(248, 242, 228, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.availability-message[data-status="available"] {
  color: #dcefc2;
}

.availability-message[data-status="blocked"] {
  color: #f1c9b8;
}

.availability-message[data-status="loading"] {
  color: var(--gold-light);
}

.terms {
  margin: 26px 0;
}

.terms label {
  grid-template-columns: 18px 1fr;
  align-items: start;
  line-height: 1.5;
}

.terms input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.deposit-card {
  position: sticky;
  top: 122px;
}

.payment-step {
  color: var(--ink);
}

.payment-next-steps {
  display: grid;
  gap: 16px;
  margin: 0 0 18px;
  padding: 20px;
  border: 1px solid rgba(229, 196, 119, 0.08);
  border-radius: 10px;
  background: rgba(7, 24, 42, 0.38);
}

.payment-next-steps > span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.payment-next-steps ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: next-step;
}

.payment-next-steps li {
  position: relative;
  min-height: 34px;
  padding-left: 48px;
  counter-increment: next-step;
}

.payment-next-steps li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(229, 196, 119, 0.24);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(229, 196, 119, 0.07);
  content: counter(next-step);
  font-size: 0.74rem;
  font-weight: 900;
}

.payment-next-steps strong {
  display: block;
  color: var(--ink);
  font-size: 0.94rem;
}

.payment-next-steps p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.card-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(229, 196, 119, 0.08);
  border-radius: 12px;
  background: rgba(7, 24, 42, 0.38);
}

.card-panel__intro {
  display: grid;
  gap: 6px;
  padding-bottom: 2px;
}

.card-panel__intro span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.card-panel__intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.form-message {
  min-height: 28px;
  margin: 16px 0 0;
  color: var(--gold-light);
  font-weight: 700;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 12, 24, 0.62);
  backdrop-filter: blur(6px);
}

.contact-modal__panel {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(229, 196, 119, 0.14);
  border-radius: 12px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(19, 55, 88, 0.96), rgba(8, 27, 47, 0.98));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 240ms ease, transform 240ms ease;
}

.contact-modal.is-open .contact-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(229, 196, 119, 0.16);
  border-radius: 50%;
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.contact-modal h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 4.4vw, 3.7rem);
}

.contact-modal p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.contact-modal__links {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-modal__links a {
  display: grid;
  gap: 5px;
  padding: 17px 18px;
  border: 1px solid rgba(229, 196, 119, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-modal__links a:hover {
  border-color: rgba(229, 196, 119, 0.24);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}

.contact-modal__links span {
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deposit-top {
  padding: 28px 30px 26px;
  border-bottom: 1px solid rgba(229, 196, 119, 0.055);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(229, 196, 119, 0.07), rgba(13, 39, 66, 0.04)),
    rgba(7, 24, 42, 0.52);
}

.deposit-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 10px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 4vw, 3.65rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  white-space: nowrap;
}

.deposit-amount span {
  display: inline-block;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.deposit-amount span:first-child {
  font-size: 0.48em;
  transform: translateY(-0.12em);
}

.deposit-top p {
  margin: 10px 0 0;
  color: var(--muted);
}

.deposit-line {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.035);
}

.deposit-line strong {
  color: var(--ink);
  text-align: right;
  overflow-wrap: anywhere;
}

.policy-section {
  background:
    linear-gradient(180deg, rgba(10, 31, 53, 0.86), rgba(20, 58, 88, 0.76)),
    url("assets/brochure/image20.jpg") center / cover fixed;
}

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

.policy-card {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(229, 196, 119, 0.08);
  border-radius: 12px;
  background: rgba(13, 39, 66, 0.66);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.policy-card h3 {
  margin: 0 0 22px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
}

.policy-card details {
  border-top: 1px solid rgba(255, 255, 255, 0.035);
}

.policy-card summary {
  cursor: pointer;
  padding: 15px 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.policy-card summary::marker {
  color: var(--gold-light);
}

.policy-card p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

@keyframes stepFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Premium polish pass: softer, calmer, and less box-heavy. */
@media (min-width: 1120px) {
  .hero-content {
    width: min(640px, calc(100% - 560px));
  }
}

.section-heading {
  width: min(940px, 100%);
}

.section-heading h2,
.intro-grid h2,
.heritage-copy h2,
.split-content h2,
.included-copy h2,
.reserve-intro h2 {
  max-width: 860px;
}

.heritage {
  background:
    linear-gradient(90deg, rgba(10, 31, 53, 0.82), rgba(20, 58, 88, 0.62)),
    url("assets/brochure/image8.jpg") center / cover fixed;
}

.image-stack {
  gap: 22px;
}

.image-stack img {
  border-radius: 4px;
  border-color: rgba(229, 196, 119, 0.22);
}

.image-stack img:last-child {
  width: 88%;
  aspect-ratio: 4 / 2.55;
  filter: saturate(0.95) contrast(1.03);
  opacity: 0.94;
}

.stats-band {
  background: #102e4b;
}

.stats-band div {
  background: linear-gradient(180deg, rgba(229, 196, 119, 0.05), rgba(255, 255, 255, 0.014));
}

.split {
  background:
    linear-gradient(135deg, rgba(18, 55, 91, 0.9), rgba(28, 76, 111, 0.8));
}

.split-media::before {
  inset: -14px 14px 14px -14px;
  border-color: rgba(229, 196, 119, 0.12);
}

.split-media img,
.room-card,
.pricing-table,
.plan-grid figure,
.application-form,
.deposit-card,
.included-grid,
.expect-grid {
  border-radius: 12px;
}

.room-card,
.included-grid div,
.expect-grid div,
.proof-list article,
.application-form,
.deposit-card {
  background: rgba(13, 39, 66, 0.64);
}

.room-card {
  border-color: rgba(229, 196, 119, 0.1);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.18);
}

.room-card img {
  filter: saturate(0.92) contrast(1.02);
}

.room-card div {
  padding: 28px;
}

.rooms.section-pad {
  padding-bottom: clamp(10px, 2vw, 26px);
}

.included.section-pad {
  padding-top: clamp(14px, 2.4vw, 32px);
}

.carousel-arrow {
  border-radius: 999px;
  background: rgba(13, 39, 66, 0.62);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.included {
  background:
    linear-gradient(90deg, rgba(10, 31, 53, 0.8), rgba(20, 58, 88, 0.64)),
    url("assets/brochure/image18.jpg") center / cover fixed;
}

.included-grid {
  gap: 14px;
  background: transparent;
}

.included-grid div {
  min-height: 210px;
  padding: clamp(26px, 3vw, 38px);
  backdrop-filter: blur(14px);
}

.pricing {
  background:
    linear-gradient(180deg, rgba(18, 55, 91, 0.92), rgba(11, 32, 54, 0.96));
}

.pricing-table {
  overflow: hidden;
  background: transparent;
}

.pricing-row.heading {
  background: transparent;
}

.reserve {
  background:
    linear-gradient(135deg, rgba(10, 31, 53, 0.82), rgba(20, 58, 88, 0.7)),
    url("assets/bower/bh-outside-3531df38.jpg") center / cover fixed;
}

.application-form,
.deposit-card {
  background: rgba(13, 39, 66, 0.66);
}

input,
select,
textarea {
  border-radius: 8px;
  background: rgba(7, 24, 42, 0.62);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(160px, 0.55fr);
  align-items: center;
  gap: 28px;
  padding: 46px clamp(18px, 5vw, 74px);
  border-top: 0;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(11, 32, 54, 0.82), #071827 52%);
}

.site-footer strong {
  color: var(--gold-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
}

.site-footer p {
  margin: 8px 0 0;
  color: var(--muted);
}

.site-footer a {
  display: inline-block;
  margin-top: 8px;
}

.site-footer div:last-child span:not(:first-child) {
  margin-top: 18px;
}

.footer-link-button {
  display: inline-block;
  width: auto;
  margin-top: 8px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
}

.hanly-footer {
  justify-self: center;
  text-align: center;
}

.hanly-footer img {
  width: 152px;
  margin: 0 auto 10px;
}

.hanly-footer p {
  max-width: 240px;
  margin: 0;
  color: rgba(248, 242, 228, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-page {
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(229, 196, 119, 0.16), transparent 30%),
    linear-gradient(140deg, #081f37 0%, var(--navy) 48%, #071b31 100%);
}

.privacy-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgba(8, 27, 47, 0.98), rgba(8, 27, 47, 0.9));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.privacy-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) 0;
}

.privacy-hero {
  max-width: 880px;
  margin-bottom: clamp(22px, 4vw, 44px);
}

.privacy-hero h1 {
  font-size: clamp(3rem, 7vw, 6.4rem);
}

.privacy-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.02rem;
}

.privacy-content {
  display: grid;
  gap: 16px;
}

.privacy-card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(229, 196, 119, 0.08);
  border-radius: 12px;
  background: rgba(13, 39, 66, 0.66);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.privacy-card h2 {
  margin-bottom: 14px;
  color: var(--gold-light);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.privacy-card p,
.privacy-card li {
  color: var(--muted);
}

.privacy-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 16px 0 0;
}

.privacy-card a {
  color: var(--ink);
  text-decoration: underline;
}

.cookie-purpose-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}

.cookie-purpose-summary div {
  padding: 16px;
  border: 1px solid rgba(229, 196, 119, 0.07);
  border-radius: 8px;
  background: rgba(7, 24, 42, 0.42);
}

.cookie-purpose-summary strong,
.cookie-purpose-summary span {
  display: block;
}

.cookie-purpose-summary strong {
  color: var(--ink);
}

.cookie-purpose-summary span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(229, 196, 119, 0.14);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(7, 24, 42, 0.96);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.cookie-consent h2,
.cookie-preferences h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.cookie-consent p:not(.eyebrow),
.cookie-preferences p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.cookie-consent .eyebrow,
.cookie-preferences .eyebrow {
  margin-bottom: 8px;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.cookie-actions .button {
  width: auto;
  min-height: 44px;
  padding: 0 16px;
  white-space: nowrap;
}

.cookie-preferences[hidden] {
  display: none;
}

.cookie-preferences {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.cookie-preferences.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cookie-preferences__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 12, 24, 0.66);
  backdrop-filter: blur(6px);
}

.cookie-preferences__panel {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(680px, 100%);
  max-height: calc(100svh - 36px);
  overflow: auto;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(229, 196, 119, 0.14);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(19, 55, 88, 0.98), rgba(8, 27, 47, 0.99));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.cookie-purpose-list {
  display: grid;
  gap: 10px;
}

.cookie-purpose {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 15px;
  border: 1px solid rgba(229, 196, 119, 0.08);
  border-radius: 8px;
  background: rgba(7, 24, 42, 0.42);
}

.cookie-purpose input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--gold-light);
}

.cookie-purpose strong,
.cookie-purpose small {
  display: block;
}

.cookie-purpose strong {
  color: var(--ink);
}

.cookie-purpose small {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.45;
}

/* Fluid transition pass: keep edges quiet so sections fade rather than cut. */
.stats-band div,
.pricing-row span,
.deposit-top,
.deposit-line,
.policy-card details,
.reserve-assurance {
  border-color: transparent;
}

.about-image,
.image-stack img,
.split-media::before,
.room-card,
.included-grid div,
.expect-grid div,
.interior-media,
.plan-grid figure,
.proof-list article,
.trust-grid div,
.application-form,
.deposit-card,
.card-panel,
input,
select,
textarea,
.policy-card {
  border-color: rgba(229, 196, 119, 0.055);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-media img {
    transform: translate3d(0, calc(var(--scroll-drift) * 0.18), 0) scale(1.025);
    transition: transform 90ms linear;
  }

  .section-heading,
  .included-copy,
  .interior-copy,
  .split-content,
  .heritage-copy {
    transform: translate3d(0, calc(var(--scroll-shift) * 0.22), 0);
    transition: transform 90ms linear;
    will-change: transform;
  }

  .stats-band div,
  .room-card,
  .included-grid div,
  .expect-grid div,
  .proof-list article,
  .trust-grid div,
  .policy-card {
    transform: translate3d(0, calc(var(--scroll-shift) * 0.12), 0);
    transition: transform 100ms linear, border-color 180ms ease, box-shadow 180ms ease;
    will-change: transform;
  }

  .split-media,
  .about-image,
  .image-stack,
  .interior-media {
    transform: translate3d(0, calc(var(--scroll-drift) * 0.18), 0);
    transition: transform 100ms linear;
    will-change: transform;
  }

  .pricing-table,
  .reserve-shell,
  .policy-grid {
    transform: translate3d(0, calc(var(--scroll-shift) * 0.1), 0);
    transition: transform 100ms linear;
    will-change: transform;
  }
}

/* Professional interaction pass: richer blue flow and quiet hover depth. */
.stats-band {
  background: linear-gradient(180deg, #102e4b 0%, #102e4b 74%, #0f3152 100%);
}

.rooms {
  background:
    linear-gradient(180deg, #0f3152 0%, #0e2b49 28%, #0b2036 100%);
}

.included {
  background:
    linear-gradient(180deg, rgba(11, 32, 54, 0.9) 0%, rgba(15, 49, 82, 0.78) 28%, rgba(17, 56, 91, 0.7) 100%),
    url("assets/bower/p5077061-1920x1440-b2fc4064.jpg") center / cover fixed;
}

.residence {
  background:
    linear-gradient(180deg, rgba(17, 56, 91, 0.78) 0%, rgba(12, 38, 66, 0.82) 100%),
    url("assets/brochure/image4.png") center / cover fixed;
}

.interior-feature {
  background:
    linear-gradient(180deg, rgba(12, 38, 66, 0.82) 0%, rgba(18, 55, 91, 0.76) 100%),
    url("assets/brochure/image19.jpg") center / cover fixed;
}

.reserve {
  background:
    linear-gradient(180deg, rgba(18, 55, 91, 0.82) 0%, rgba(11, 32, 54, 0.82) 100%),
    url("assets/bower/bh-outside-3531df38.jpg") center / cover fixed;
}

.pricing {
  background: linear-gradient(180deg, #0b2036 0%, #12375b 42%, #0d2742 100%);
}

.policy-section {
  background:
    linear-gradient(180deg, rgba(13, 39, 66, 0.86), rgba(18, 55, 91, 0.78)),
    url("assets/brochure/image20.jpg") center / cover fixed;
}

.split {
  background:
    linear-gradient(180deg, rgba(18, 55, 91, 0.86), rgba(12, 38, 66, 0.9)),
    url("assets/brochure/image14.jpg") center / cover fixed;
}

.intro {
  background:
    linear-gradient(180deg, rgba(12, 38, 66, 0.86), rgba(8, 27, 47, 0.92)),
    url("assets/bower/p9128736-5db1b061.jpg") center / cover fixed;
}

.room-card,
.included-grid div,
.expect-grid div,
.proof-list article,
.trust-grid div,
.policy-card,
.application-form,
.deposit-card,
.about-image,
.split-media img,
.interior-media {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    filter 220ms ease;
}

.pricing-row {
  transition: background 180ms ease, transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .room-card:hover,
  .included-grid div:hover,
  .expect-grid div:hover,
  .proof-list article:hover,
  .trust-grid div:hover,
  .policy-card:hover,
  .application-form:hover,
  .deposit-card:hover {
    border-color: rgba(229, 196, 119, 0.18);
    background-color: rgba(18, 55, 91, 0.72);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22);
    transform: translate3d(0, calc(var(--scroll-shift, 0px) * 0.12 - 3px), 0) scale(1.01);
  }

  .about-image:hover,
  .split-media img:hover,
  .interior-media:hover {
    border-color: rgba(229, 196, 119, 0.18);
    filter: saturate(1.02) contrast(1.04);
    box-shadow: 0 28px 82px rgba(0, 0, 0, 0.26);
    transform: translate3d(0, calc(var(--scroll-drift, 0px) * 0.18 - 2px), 0) scale(1.012);
  }

  .pricing-row:hover {
    background: rgba(229, 196, 119, 0.045);
    transform: translateX(4px);
  }

  .button.primary:hover,
  .button.gold:hover {
    box-shadow: 0 18px 44px rgba(229, 196, 119, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal.is-visible {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .interior-media img {
    animation: none;
    opacity: 0;
  }

  .interior-media img:nth-child(3) {
    opacity: 1;
  }

  .hero-media img,
  .section-heading,
  .included-copy,
  .interior-copy,
  .split-content,
  .heritage-copy,
  .stats-band div,
  .room-card,
  .included-grid div,
  .expect-grid div,
  .proof-list article,
  .trust-grid div,
  .policy-card,
  .split-media,
  .about-image,
  .image-stack,
  .interior-media,
  .pricing-table,
  .reserve-shell,
  .policy-grid {
    transform: none;
    transition: none;
  }
}

@media (max-width: 1119px) {
  .hero-content {
    width: min(720px, calc(100% - 44px));
    margin-top: clamp(154px, 19svh, 196px);
    margin-bottom: clamp(46px, 8vh, 96px);
  }
}

@media (max-height: 740px) and (min-width: 900px) {
  .hero-content {
    width: min(760px, calc(100% - 260px));
    margin-top: 150px;
  }

  h1 {
    max-width: 760px;
    font-size: clamp(3.4rem, 6vw, 5.35rem);
    line-height: 0.94;
  }

  .hero-copy {
    margin-top: 18px;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: 98px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px;
    border: 1px solid rgba(229, 196, 119, 0.1);
    background: rgba(10, 31, 53, 0.94);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
  }

  .site-header.is-solid .site-nav {
    top: 64px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 44px;
    padding: 14px 0;
  }

  .intro-grid,
  .heritage,
  .split,
  .included,
  .reserve,
  .interior-feature,
  .reserve-shell {
    grid-template-columns: 1fr;
  }

  .reserve-intro,
  .trust-grid,
  .reserve-shell,
  .deposit-card {
    grid-column: auto;
    grid-row: auto;
    position: static;
  }

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

  .expect-grid,
  .proof-list,
  .policy-grid,
  .plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery img {
    height: 42svh;
    min-height: 290px;
  }

  .intro,
  .heritage,
  .included,
  .residence,
  .proof-section,
  .interior-feature,
  .reserve,
  .policy-section,
  .split {
    background-attachment: scroll;
  }
}

@media (max-width: 640px) {
  body::before {
    content: none;
  }

  .site-header {
    min-height: 112px;
    margin-bottom: -112px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .brand {
    --brand-mark: 82px;
    flex-basis: 112px;
    min-width: 112px;
  }

  .brand-logo {
    width: var(--brand-mark);
  }

  .brand-wordmark {
    top: calc(45% + 39px);
    left: calc(var(--brand-mark) / 2);
    font-size: 0.68rem;
  }

  .site-nav {
    top: 112px;
    right: 14px;
    left: 14px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 134px 16px 54px;
  }

  h1 {
    font-size: clamp(3.05rem, 16vw, 3.55rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(2.35rem, 11.5vw, 2.85rem);
    line-height: 1;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    margin-top: 24px;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-benefits {
    gap: 9px 12px;
    margin-top: 18px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .availability-card {
    width: 100%;
    margin-top: 22px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
  }

  .availability-kicker {
    width: calc(100% + 36px);
    margin-right: -18px;
    margin-left: -18px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .availability-card strong {
    font-size: 2rem;
  }

  .stats-band,
  .included-grid,
  .expect-grid,
  .proof-list,
  .policy-grid,
  .form-grid,
  .gallery,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .room-carousel {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 8px;
  }

  .carousel-arrow {
    width: 38px;
    height: 70px;
  }

  .carousel-arrow span {
    font-size: 3.2rem;
  }

  .carousel-meta {
    grid-column: 1 / -1;
    padding: 0 52px;
  }

  .carousel-dots button {
    width: 24px;
  }

  .pricing-table {
    display: grid;
    gap: 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .pricing-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 0;
    background: rgba(255, 255, 255, 0.028);
    border-radius: 10px;
    overflow: hidden;
  }

  .pricing-row.heading {
    display: none;
  }

  .pricing-row span:first-child {
    grid-column: 1 / -1;
    background: rgba(201, 162, 74, 0.06);
  }

  .pricing-row span {
    display: grid;
    gap: 5px;
    padding: 14px;
    font-size: 0.93rem;
    text-align: left;
  }

  .pricing-row span:not(:first-child) {
    text-align: left;
  }

  .pricing-row span:nth-child(2)::before {
    content: "Each payment";
  }

  .pricing-row span:nth-child(3)::before {
    content: "Total";
  }

  .pricing-row span:not(:first-child)::before {
    color: var(--gold-light);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .form-nav,
  .form-nav.final {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-nav .button {
    width: 100%;
  }

  .section-pad {
    padding: 28px 16px;
  }

  .included-grid div,
  .expect-grid div,
  .proof-list article,
  .trust-grid div,
  .policy-card,
  .application-form,
  .deposit-card,
  .card-panel {
    border-radius: 10px;
  }

  .included-grid div,
  .expect-grid div,
  .proof-list article,
  .trust-grid div {
    min-height: auto;
    padding: 24px;
  }

  .reserve {
    gap: 24px;
  }

  .reserve-assurance p {
    padding-left: 18px;
    font-size: 0.92rem;
  }

  .reserve-shell {
    gap: 14px;
  }

  .application-form {
    padding: 20px;
  }

  .form-grid.compact {
    grid-template-columns: 1fr;
  }

  input,
  select {
    height: 52px;
  }

  .payment-next-steps,
  .card-panel {
    padding: 18px;
  }

  .payment-next-steps li {
    padding-left: 42px;
  }

  .deposit-top {
    padding: 24px;
  }

  .deposit-line {
    display: grid;
    gap: 8px;
    padding: 16px 20px;
  }

  .deposit-line strong {
    text-align: left;
  }

  .contact-modal {
    align-items: end;
    padding: 14px;
  }

  .contact-modal__panel {
    width: 100%;
    max-height: calc(100svh - 28px);
    overflow: auto;
    border-radius: 14px;
  }

  .privacy-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .privacy-header .button {
    width: auto;
  }

  .privacy-shell {
    width: calc(100% - 32px);
    padding-top: 30px;
  }

  .privacy-hero h1 {
    font-size: clamp(2.7rem, 13vw, 3.4rem);
  }

  .privacy-card {
    padding: 22px;
  }

  .cookie-purpose-summary {
    grid-template-columns: 1fr;
  }

  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: 1fr;
    width: calc(100% - 20px);
    padding: 16px;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cookie-actions .button {
    width: 100%;
    white-space: normal;
  }

  .cookie-preferences {
    align-items: end;
    padding: 10px;
  }

  .cookie-preferences__panel {
    max-height: calc(100svh - 20px);
    border-radius: 14px;
  }

  .gallery img {
    height: 300px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hanly-footer {
    justify-self: start;
    text-align: left;
  }

  .hanly-footer img {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .site-header {
    min-height: 104px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand {
    --brand-mark: 74px;
    flex-basis: 96px;
    min-width: 96px;
  }

  .brand-wordmark {
    top: calc(45% + 35px);
    font-size: 0.62rem;
  }

  .site-nav {
    top: 104px;
  }

  .site-header.is-solid .site-nav {
    top: 62px;
  }

  .hero-content {
    margin-top: 124px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  h1 {
    font-size: clamp(2.75rem, 15vw, 3.15rem);
  }

  .stats-band div {
    min-height: 112px;
    padding: 20px;
  }

  .stats-band strong {
    font-size: 3rem;
  }

  .room-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 7px;
  }

  .carousel-arrow {
    width: 34px;
    height: 64px;
  }

  .room-card div {
    padding: 22px;
  }

  .policy-card {
    padding: 22px;
  }
}

@media (max-width: 860px) {
  .completion-grid {
    grid-template-columns: 1fr;
  }

  .booking-summary {
    position: static;
  }

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

  .completion-header {
    align-items: flex-start;
  }

  .completion-header .button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.68rem;
  }
}

@media (max-width: 520px) {
  .completion-shell {
    width: min(100% - 24px, 1180px);
    padding-top: 28px;
  }

  .completion-brand img {
    width: 48px;
  }

  .completion-brand span {
    font-size: 0.92rem;
  }

  .completion-hero h1 {
    font-size: clamp(2.7rem, 15vw, 3.7rem);
  }

  .completion-form fieldset,
  .booking-summary,
  .booking-loader,
  .completion-confirmation {
    border-radius: 12px;
    padding: 20px;
  }
}
