body[data-page="home"] .site-header { display: flex; }
body[data-page="home"] .reference-topbar { display: none; }
body[data-page="home"] .reference-hero { padding-top: 0; }
body[data-page="home"] .reference-hero-media { height: 100svh; min-height: 720px; }

.home-slideshow { background: #07131f; }
.home-slideshow .home-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transform: scale(1.12);
  transform-origin: center center;
  animation: hero-zoom-out 16s cubic-bezier(.16, 1, .3, 1) forwards;
  will-change: transform;
}

@keyframes hero-zoom-out {
  from { transform: scale(1.12); }
  to { transform: scale(1); }
}
.home-slideshow .reference-shade,
.home-slideshow .reference-hero-copy,
.home-slideshow .reference-scroll { z-index: 3; }

body[data-page="home"] .reference-booking {
  width: min(1540px, 96vw);
  grid-template-columns: 1.05fr 1.05fr 1.35fr .62fr .68fr .62fr 1.2fr;
}
body[data-page="home"] .reference-booking label { min-width: 0; padding: 18px 16px; }
body[data-page="home"] .reference-booking select,
body[data-page="home"] .reference-booking input { font-size: 14px; }
body[data-page="home"] .reference-booking button { padding: 18px 16px; white-space: nowrap; }

@media (max-width: 1120px) {
  body[data-page="home"] .reference-booking {
    grid-template-columns: repeat(4, 1fr);
    transform: translate(-50%, 58%);
  }
  body[data-page="home"] .reference-booking button { grid-column: span 2; }
}

@media (max-width: 760px) {
  body[data-page="home"] .reference-booking {
    width: calc(100% - 24px);
    grid-template-columns: 1fr 1fr;
    transform: translate(-50%, 72%);
  }
  body[data-page="home"] .reference-booking label { padding: 14px; border-top: 1px solid #dedbd2; }
  body[data-page="home"] .reference-booking button { grid-column: 1 / -1; min-height: 58px; }
  body[data-page="home"] .reference-intro { padding-top: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-slideshow .home-slide { animation: none; transform: none; }
}

.welcome-modal {
  position: fixed;
  inset: 0;
  z-index: 1750;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 19, 31, .48);
  opacity: 0;
  visibility: hidden;
  transition: opacity .32s cubic-bezier(.16,1,.3,1), visibility .32s;
}
.welcome-modal.is-open { opacity: 1; visibility: visible; }
.welcome-modal-panel {
  position: relative;
  width: min(650px, calc(100vw - 48px));
  padding: clamp(42px, 6vw, 68px) clamp(28px, 7vw, 78px) clamp(34px, 5vw, 54px);
  color: #10202a;
  text-align: center;
  background: #fbfaf6;
  box-shadow: 0 28px 70px rgba(7, 19, 31, .28);
  transform: translateY(22px) scale(.975);
  opacity: 0;
  transition: opacity .24s ease, transform .36s cubic-bezier(.16,1,.3,1);
}
.welcome-modal.is-open .welcome-modal-panel { opacity: 1; transform: none; }
.welcome-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  color: #10202a;
  background: transparent;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.welcome-modal-close:hover { background: #efede5; transform: rotate(4deg); }
.welcome-modal-close:focus-visible,
.welcome-modal-action:focus-visible { outline: 2px solid #10202a; outline-offset: 4px; }
.welcome-modal-close svg { width: 20px; height: 20px; }
.welcome-modal-brand {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3.2vw, 38px);
  line-height: 1.12;
}
.welcome-modal-rule { display: block; width: 54px; height: 1px; margin: 24px auto; background: #c9a966; }
.welcome-modal h2 {
  max-width: 18ch;
  margin: 0 auto 18px;
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.02em;
}
.welcome-modal #welcome-modal-description {
  max-width: 42ch;
  margin: 0 auto 28px;
  color: #41505a;
  font-size: 16px;
  line-height: 1.6;
}
.welcome-modal-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: min(310px, 100%);
  min-height: 58px;
  padding: 16px 22px;
  color: #10202a;
  background: #d0b270;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: background-color .22s ease, transform .22s ease;
}
.welcome-modal-action:hover { background: #dbbf82; transform: translateY(-2px); }
.welcome-modal-action svg { transition: transform .22s ease; }
.welcome-modal-action:hover svg { transform: translateX(4px); }

@media (max-width: 560px) {
  .welcome-modal { padding: 16px; align-items: end; }
  .welcome-modal-panel { width: 100%; padding: 52px 24px 28px; }
  .welcome-modal-brand { font-size: 28px; }
  .welcome-modal h2 { font-size: 26px; }
  .welcome-modal #welcome-modal-description { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-modal,
  .welcome-modal-panel,
  .welcome-modal-close,
  .welcome-modal-action,
  .welcome-modal-action svg { transition: none; }
  .welcome-modal-panel { transform: none; clip-path: none; }
}

/* Guest confidence — ratings and review feed. */
.guest-proof {
  overflow: hidden;
  padding: clamp(88px, 9vw, 138px) 6vw clamp(74px, 8vw, 118px);
  color: #f8f4eb;
  background: #07131f;
}

.guest-proof-summary {
  display: grid;
  grid-template-columns: .72fr 1.2fr 1.08fr;
  gap: clamp(36px, 6vw, 92px);
  align-items: start;
}

.guest-proof-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5.2vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.03em;
}
.guest-proof-heading h2 em { color: #d9bd86; font-style: italic; }
.guest-proof-heading > p {
  max-width: 55ch;
  margin: 32px 0 0;
  color: rgba(248,244,235,.62);
  font-size: 16px;
  line-height: 1.75;
}

.rating-ledger { border-top: 1px solid rgba(255,255,255,.18); }
.rating-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 5px 22px;
  min-height: 112px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.rating-entry > span {
  align-self: start;
  color: rgba(248,244,235,.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.rating-entry strong {
  grid-column: 2;
  grid-row: 1 / 3;
  color: #fff;
  font-family: var(--serif);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.rating-entry strong small { color: rgba(248,244,235,.46); font: 500 11px var(--sans); }
.rating-entry em { color: rgba(248,244,235,.48); font-size: 11px; font-style: normal; }
.rating-entry:is(a):hover > span,
.rating-entry:is(a):hover strong { color: #d9bd86; }

.review-feed-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin: clamp(72px, 8vw, 118px) 0 30px;
}
.review-feed-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 3.2vw, 48px); font-weight: 400; }
.review-feed-heading p { margin: 9px 0 0; color: rgba(248,244,235,.52); font-size: 13px; }
.review-feed-controls { display: flex; gap: 8px; }
.review-feed-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.25);
  color: #f8f4eb;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.review-feed-controls button:hover { color: #07131f; border-color: #c9ad77; background: #c9ad77; }
.review-feed-controls button:focus-visible,
.review-feed:focus-visible { outline: 2px solid #d9bd86; outline-offset: 4px; }
.review-feed-controls svg { width: 19px; height: 19px; }

.review-feed {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 31vw);
  gap: 18px;
  overflow-x: auto;
  padding: 1px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}
.review-feed::-webkit-scrollbar { display: none; }
.review-note {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 30px;
  border-top: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.045);
  scroll-snap-align: start;
}
.review-source { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.review-source span { color: #d9bd86; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.review-source strong { display: grid; place-items: center; width: 46px; height: 46px; color: #07131f; background: #d9bd86; font-size: 13px; }
.review-note blockquote {
  max-width: 28ch;
  margin: 54px 0 42px;
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.32;
}
.review-note footer { display: grid; gap: 4px; margin-top: auto; color: rgba(248,244,235,.5); font-size: 11px; }
.review-note footer strong { color: #f8f4eb; font-size: 12px; }
.review-note footer a { display: inline-flex; align-items: center; gap: 10px; color: #f8f4eb; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.review-note footer a span { color: #d9bd86; transition: transform 180ms var(--ease-out); }
.review-note footer a:hover span { transform: translateX(4px); }
.rating-disclaimer { margin: 12px 0 0; color: rgba(248,244,235,.4); font-size: 10px; line-height: 1.6; }

@media (max-width: 1100px) {
  .guest-proof-summary { grid-template-columns: .7fr 1.3fr; }
  .rating-ledger { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); }
  .rating-entry { padding: 20px; border-right: 1px solid rgba(255,255,255,.18); }
  .rating-entry:last-child { border-right: 0; }
  .review-feed { grid-auto-columns: minmax(310px, 46vw); }
}

@media (max-width: 680px) {
  .guest-proof { padding-inline: 22px; }
  .guest-proof-summary { grid-template-columns: 1fr; gap: 38px; }
  .rating-ledger { grid-column: auto; grid-template-columns: 1fr; }
  .rating-entry { padding-inline: 0; border-right: 0; }
  .review-feed-heading { align-items: center; }
  .review-feed-heading p { max-width: 29ch; }
  .review-feed-controls button { width: 44px; height: 44px; }
  .review-feed { grid-auto-columns: minmax(286px, 86vw); gap: 12px; }
  .review-note { min-height: 310px; padding: 25px; }
  .review-note blockquote { margin-top: 42px; }
}
