:root {
  --stay-forest: #163f32;
  --stay-forest-deep: #0d2d24;
  --stay-leaf: #3c7458;
  --stay-sage: #e9f0ea;
  --stay-sand: #f6f1e7;
  --stay-gold: #bd8a45;
  --stay-ink: #1c2823;
  --stay-muted: #617068;
  --stay-line: #dce4df;
  --stay-white: #ffffff;
  --stay-danger: #9a3d31;
  --stay-shadow: 0 18px 50px rgba(16, 53, 42, 0.13);
  --stay-radius: 18px;
}

.sleep-booking-phase-1h {
  color: var(--stay-ink);
  background: #fbfcfa;
}

.stay-search-phase-1h {
  position: relative;
}

.stay-search-phase-1h .stay-search-fields {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(240px, 1.25fr) 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}

.stay-search-field {
  min-width: 0;
}

.stay-search-field label,
.stay-search-label {
  display: block;
  margin-bottom: 7px;
  color: var(--stay-forest-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.stay-search-phase-1h .stay-search-input,
.stay-guest-trigger {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cfd9d3;
  border-radius: 11px;
  background: var(--stay-white);
  color: var(--stay-ink);
  font: inherit;
}

.stay-search-phase-1h input.stay-search-input {
  padding: 0 13px;
}

.stay-search-phase-1h select.stay-search-input {
  padding: 0 2.75rem 0 13px;
}

.stay-guest-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  cursor: pointer;
  text-align: left;
}

.stay-guest-trigger:focus-visible,
.stay-search-input:focus-visible,
.stay-plan-select:focus-visible,
.stay-allocation-select:focus-visible {
  outline: 3px solid rgba(60, 116, 88, 0.24);
  outline-offset: 2px;
  border-color: var(--stay-leaf);
}

.stay-search-guests-field {
  position: relative;
}

.stay-guest-panel {
  position: absolute;
  z-index: 40;
  top: calc(100% + 10px);
  left: 0;
  width: min(520px, 90vw);
  padding: 18px;
  border: 1px solid var(--stay-line);
  border-radius: 15px;
  background: var(--stay-white);
  box-shadow: var(--stay-shadow);
}

.stay-allocation-card {
  padding: 14px 0;
  border-bottom: 1px solid var(--stay-line);
}

.stay-allocation-card:first-child {
  padding-top: 0;
}

.stay-allocation-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.stay-remove-group,
.stay-add-group,
.stay-guest-done {
  border: 0;
  background: transparent;
  color: var(--stay-leaf);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.stay-remove-group {
  color: var(--stay-danger);
  font-size: 0.82rem;
}

.stay-allocation-controls {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.stay-allocation-controls label,
.stay-child-age {
  display: grid;
  gap: 5px;
  color: var(--stay-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.stay-allocation-controls select,
.stay-child-age select {
  min-height: 42px;
  padding: 0 9px;
  border: 1px solid var(--stay-line);
  border-radius: 9px;
  background: var(--stay-white);
}

.stay-child-ages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.stay-add-group {
  margin-top: 14px;
}

.stay-guest-done {
  float: right;
  margin-top: 10px;
  padding: 9px 18px;
  border-radius: 999px;
  color: var(--stay-white);
  background: var(--stay-forest);
}

.stay-field-error,
.stay-search-field small {
  display: block;
  margin-top: 5px;
  color: var(--stay-danger);
  font-size: 0.76rem;
}

.stay-overview-section {
  padding: clamp(55px, 7vw, 100px) 0;
  background: var(--stay-white);
}

.stay-overview-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 30px;
}

.stay-overview-heading h2 {
  max-width: 700px;
  margin: 6px 0 0;
  color: var(--stay-forest-deep);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.stay-overview-heading p {
  max-width: 600px;
  margin: 0;
  color: var(--stay-muted);
  line-height: 1.75;
}

.stay-overview-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 10px;
  overflow: hidden;
  border-radius: var(--stay-radius);
}

.stay-overview-tile {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #dce5df;
  cursor: pointer;
}

.stay-overview-tile-main {
  grid-column: span 2;
  grid-row: span 2;
}

.stay-overview-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.stay-overview-tile:hover img,
.stay-overview-tile:focus-visible img {
  transform: scale(1.045);
}

.stay-overview-tile:focus-visible {
  outline: 4px solid var(--stay-gold);
  outline-offset: -4px;
}

.stay-overview-overlay {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 2px;
  padding: 36px 18px 16px;
  color: var(--stay-white);
  background: linear-gradient(transparent, rgba(5, 27, 20, 0.86));
  text-align: left;
}

.stay-overview-overlay small,
.stay-overview-overlay em {
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.04em;
}

.stay-overview-overlay strong {
  font-size: 1.05rem;
}

.stay-common-facilities {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) 1fr;
  gap: 28px;
  align-items: start;
  margin-top: 28px;
  padding: 25px;
  border-radius: 14px;
  background: var(--stay-sage);
}

.stay-common-facilities h3 {
  margin: 0;
  color: var(--stay-forest);
  font-size: 1.05rem;
}

.stay-common-facilities ul,
.stay-modal-amenities,
.stay-table-facilities ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-common-facilities li,
.stay-modal-amenities li,
.stay-table-facilities li {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #405349;
  font-size: 0.9rem;
}

.stay-modal[hidden],
.stay-guest-panel[hidden],
.stay-selection-summary[hidden],
.stay-allocation-offers[hidden] {
  display: none !important;
}

body.stay-modal-open {
  overflow: hidden;
}

.stay-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.stay-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 23, 18, 0.78);
  backdrop-filter: blur(4px);
}

.stay-modal-dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  width: min(1180px, 100%);
  max-height: min(86vh, 820px);
  overflow: auto;
  border-radius: 19px;
  background: var(--stay-white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.stay-modal-close {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: var(--stay-forest-deep);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
  font-size: 1.8rem;
  cursor: pointer;
}

.stay-modal-gallery {
  min-width: 0;
  padding: 14px;
  background: #eff3f0;
}

.stay-modal-main-image {
  position: relative;
  height: min(62vh, 600px);
  overflow: hidden;
  border-radius: 13px;
}

.stay-modal-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-modal-thumbnails {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 10px;
}

.stay-modal-thumbnail {
  flex: 0 0 86px;
  height: 66px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

.stay-modal-thumbnail.is-active {
  border-color: var(--stay-gold);
}

.stay-modal-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-modal-content {
  padding: clamp(30px, 4vw, 58px);
  overflow-y: auto;
}

.stay-modal-content h2 {
  margin: 5px 0 18px;
  color: var(--stay-forest-deep);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

.stay-modal-content > p {
  color: var(--stay-muted);
  line-height: 1.75;
}

.stay-modal-content h3 {
  margin: 28px 0 13px;
  color: var(--stay-forest);
}

.stay-modal-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}

.stay-modal-facts div {
  padding: 13px;
  border: 1px solid var(--stay-line);
  border-radius: 10px;
}

.stay-modal-facts dt {
  color: var(--stay-muted);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.stay-modal-facts dd {
  margin: 4px 0 0;
  color: var(--stay-forest-deep);
  font-weight: 700;
}

.sleep-results-section {
  padding-bottom: 120px;
}

.stay-allocation-reminder {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  margin: 25px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--stay-gold);
  background: var(--stay-sand);
}

.stay-allocation-reminder ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-allocation-reminder li {
  color: #5e5547;
  font-size: 0.88rem;
}

.stay-table {
  overflow: hidden;
  border: 1px solid var(--stay-line);
  border-radius: var(--stay-radius);
  background: var(--stay-white);
}

.stay-table-head,
.stay-table-row {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(170px, 0.72fr) minmax(270px, 1fr) minmax(145px, 0.48fr);
}

.stay-table-head {
  color: var(--stay-white);
  background: var(--stay-forest-deep);
}

.stay-table-head span {
  padding: 15px 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stay-table-row {
  border-bottom: 1px solid var(--stay-line);
}

.stay-table-row:last-child {
  border-bottom: 0;
}

.stay-table-row.is-selected {
  box-shadow: inset 4px 0 0 var(--stay-gold);
  background: #fffdf7;
}

.stay-table-row > div {
  min-width: 0;
  padding: 17px;
  border-right: 1px solid var(--stay-line);
}

.stay-table-row > div:last-child {
  border-right: 0;
}

.stay-table-unit {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 16px;
}

.stay-row-image {
  height: 125px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 11px;
  background: #e5ece7;
  cursor: pointer;
}

.stay-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.stay-row-image:hover img {
  transform: scale(1.04);
}

.stay-row-type {
  color: var(--stay-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stay-table-unit h3 {
  margin: 3px 0 8px;
  color: var(--stay-forest-deep);
  font-size: 1.28rem;
}

.stay-table-unit p {
  margin: 0 0 10px;
  color: var(--stay-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.stay-row-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin: 0 0 9px;
  padding: 0;
  color: #46574e;
  font-size: 0.79rem;
  list-style: none;
}

.stay-text-button {
  padding: 0;
  border: 0;
  color: var(--stay-leaf);
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 750;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stay-table-facilities ul {
  display: grid;
  gap: 9px;
}

.stay-table-facilities li {
  font-size: 0.82rem;
}

.stay-table-package label {
  display: block;
  margin: 0 0 5px;
  color: var(--stay-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stay-allocation-select,
.stay-plan-select {
  width: 100%;
  min-height: 43px;
  margin-bottom: 13px;
  padding: 0 10px;
  border: 1px solid #cfd9d3;
  border-radius: 9px;
  color: var(--stay-ink);
  background: var(--stay-white);
  font: inherit;
  font-size: 0.83rem;
}

.stay-live-price {
  display: grid;
  gap: 2px;
  margin-top: 7px;
}

.stay-live-price span,
.stay-live-price small {
  color: var(--stay-muted);
  font-size: 0.75rem;
}

.stay-live-price strong {
  color: var(--stay-forest-deep);
  font-size: 1.35rem;
}

.stay-rate-policy {
  margin: 7px 0 0;
  color: var(--stay-leaf);
  font-size: 0.76rem;
  font-weight: 650;
}

.stay-table-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 9px;
}

.stay-availability-note {
  color: var(--stay-leaf);
  font-size: 0.76rem;
  font-weight: 750;
  text-align: center;
}

.stay-add-selection,
.stay-remove-selection,
.stay-selection-summary button {
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.stay-add-selection {
  color: var(--stay-white);
  background: var(--stay-forest);
}

.stay-remove-selection {
  border: 1px solid var(--stay-danger);
  color: var(--stay-danger);
  background: var(--stay-white);
}

.stay-row-selection-status {
  min-height: 1em;
  color: var(--stay-muted);
  font-size: 0.72rem;
  line-height: 1.4;
  text-align: center;
}

.stay-selection-summary {
  position: sticky;
  z-index: 30;
  bottom: 16px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: var(--stay-white);
  background: rgba(13, 45, 36, 0.97);
  box-shadow: 0 18px 45px rgba(7, 31, 23, 0.28);
  backdrop-filter: blur(12px);
}

.stay-selection-summary > div {
  display: grid;
  gap: 2px;
}

.stay-selection-summary span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.stay-selection-total {
  text-align: right;
}

.stay-selection-total strong {
  color: var(--stay-white);
  font-size: 1.22rem;
}

.stay-selection-summary button {
  color: var(--stay-forest-deep);
  background: #e9c98f;
}

.stay-selection-summary button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.stay-selection-error {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  color: #722d24;
  background: #f9e3df;
}

@media (max-width: 1180px) {
  .stay-search-phase-1h .stay-search-fields {
    grid-template-columns: repeat(3, 1fr);
  }

  .stay-search-submit {
    min-height: 50px;
  }

  .stay-table {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .stay-table-head {
    display: none;
  }

  .stay-table-row {
    grid-template-columns: 1.2fr 0.8fr;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid var(--stay-line);
    border-radius: 15px;
    background: var(--stay-white);
  }

  .stay-table-unit {
    grid-column: 1 / -1;
  }

  .stay-table-row > div {
    border-bottom: 1px solid var(--stay-line);
  }

  .stay-table-action {
    border-right: 0 !important;
  }
}

@media (max-width: 820px) {
  .stay-search-phase-1h .stay-search-fields,
  .stay-overview-heading,
  .stay-common-facilities,
  .stay-allocation-reminder {
    grid-template-columns: 1fr;
  }

  .stay-overview-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .stay-overview-tile-main {
    grid-column: span 2;
    grid-row: span 2;
  }

  .stay-modal {
    padding: 10px;
  }

  .stay-modal-dialog {
    display: block;
    max-height: 94vh;
  }

  .stay-modal-main-image {
    height: 42vh;
  }

  .stay-modal-content {
    padding: 30px 22px;
  }

  .stay-table-row {
    display: block;
  }

  .stay-table-row > div {
    border-right: 0;
  }

  .stay-table-unit {
    grid-template-columns: 120px 1fr;
  }

  .stay-selection-summary {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .stay-selection-summary button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .stay-guest-panel {
    position: fixed;
    inset: auto 10px 10px;
    width: auto;
    max-height: 78vh;
    overflow-y: auto;
  }

  .stay-allocation-controls {
    grid-template-columns: 1fr 1fr;
  }

  .stay-child-ages {
    grid-template-columns: 1fr 1fr;
  }

  .stay-overview-mosaic {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    border-radius: 0;
    scroll-snap-type: x mandatory;
  }

  .stay-overview-tile,
  .stay-overview-tile-main {
    flex: 0 0 82vw;
    height: 280px;
    scroll-snap-align: start;
  }

  .stay-common-facilities {
    padding: 18px;
  }

  .stay-modal-facts {
    grid-template-columns: 1fr;
  }

  .stay-table-unit {
    display: block;
  }

  .stay-row-image {
    width: 100%;
    height: 210px;
    margin-bottom: 14px;
  }

  .stay-selection-summary {
    bottom: 8px;
    margin-inline: -5px;
  }
}

/* =========================================================
   2026-08-08 — HERO SEARCH AND VISIBLE RATE OPTIONS
========================================================= */

.sleep-results-hero {
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.sleep-results-hero-copy {
  max-width: 760px;
}

.sleep-hero-search {
  margin-top: clamp(1.75rem, 4vw, 3rem);
}

.sleep-hero-search .stay-search {
  padding: clamp(1rem, 2vw, 1.35rem);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 55px rgba(4, 25, 18, 0.28);
  backdrop-filter: blur(12px);
}

.sleep-hero-search .stay-search-note {
  margin-bottom: 0;
}

.stay-search-phase-1h .stay-search-fields-compact {
  grid-template-columns:
    minmax(160px, 0.8fr)
    minmax(155px, 0.82fr)
    minmax(155px, 0.82fr)
    minmax(250px, 1.25fr)
    auto;
}

.sleep-results-section {
  scroll-margin-top: 5rem;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.sleep-search-panel-secondary {
  margin: 1.25rem 0 1.5rem;
}

.sleep-search-panel-secondary .stay-search {
  padding: 1rem;
}

.sleep-search-panel-secondary .stay-search-note {
  margin-bottom: 0;
}

.stay-live-availability-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.8rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #cfe3d5;
  border-radius: 12px;
  color: #496157;
  background: #f1f8f3;
  font-size: 0.82rem;
}

.stay-live-availability-bar > span:not(.stay-live-status-dot)::before {
  content: "·";
  margin-right: 0.8rem;
  color: #8aa295;
}

.stay-live-status-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #2d8a57;
  box-shadow: 0 0 0 4px rgba(45, 138, 87, 0.12);
}

.stay-live-availability-bar > strong {
  color: var(--stay-forest-deep);
}

.stay-live-guest-groups {
  position: relative;
  margin-left: auto;
}

.stay-live-guest-groups summary {
  color: var(--stay-leaf);
  font-weight: 800;
  cursor: pointer;
}

.stay-live-guest-groups ul {
  position: absolute;
  z-index: 20;
  top: calc(100% + 0.55rem);
  right: 0;
  width: min(430px, 85vw);
  margin: 0;
  padding: 0.85rem 1rem 0.85rem 2rem;
  border: 1px solid var(--stay-line);
  border-radius: 10px;
  color: var(--stay-ink);
  background: var(--stay-white);
  box-shadow: var(--stay-shadow);
}

.stay-rate-options {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.stay-rate-options legend {
  margin-bottom: 0.45rem;
  color: var(--stay-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stay-rate-option-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: start;
  padding: 0.7rem;
  border: 1px solid var(--stay-line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.stay-rate-option-card:has(input:checked) {
  border-color: var(--stay-leaf);
  background: #f3f8f4;
  box-shadow: 0 0 0 2px rgba(60, 116, 88, 0.1);
}

.stay-rate-option-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.stay-rate-option-marker {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  border: 2px solid #9caf9f;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 3px #fff;
}

.stay-rate-option-card input:checked + .stay-rate-option-marker {
  border-color: var(--stay-leaf);
  background: var(--stay-leaf);
}

.stay-rate-option-card input:focus-visible + .stay-rate-option-marker {
  outline: 3px solid rgba(60, 116, 88, 0.24);
  outline-offset: 2px;
}

.stay-rate-option-copy {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
}

.stay-rate-option-copy strong {
  color: var(--stay-forest-deep);
  font-size: 0.82rem;
  line-height: 1.35;
}

.stay-rate-option-copy small {
  color: var(--stay-muted);
  font-size: 0.7rem;
  line-height: 1.35;
}

.stay-rate-option-price {
  color: var(--stay-forest-deep);
  font-size: 0.82rem;
  font-weight: 850;
  white-space: nowrap;
}

.stay-availability-table-head,
.stay-availability-row {
  grid-template-columns:
    minmax(270px, 1.15fr)
    minmax(130px, 0.48fr)
    minmax(330px, 1.35fr)
    minmax(145px, 0.52fr)
    minmax(160px, 0.58fr);
}

@media (max-width: 1180px) {
  .stay-search-phase-1h .stay-search-fields-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-search-phase-1h .stay-search-room-type-field,
  .stay-search-phase-1h .stay-search-guests-field {
    grid-column: span 1;
  }
}

@media (max-width: 820px) {
  .sleep-results-hero {
    padding-bottom: 2rem;
  }

  .stay-search-phase-1h .stay-search-fields-compact {
    grid-template-columns: 1fr;
  }

  .stay-live-guest-groups {
    width: 100%;
    margin-left: 0;
  }

  .stay-live-guest-groups ul {
    right: auto;
    left: 0;
  }

  .stay-rate-option-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .stay-rate-option-price {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stay-overview-tile img,
  .stay-row-image img {
    transition: none;
  }
}

@media (min-width: 821px) {
  .stay-search-guests-field .stay-guest-panel {
    right: 0;
    left: auto;
    max-width: calc(100vw - 32px);
  }
}


#stay-search-meal-plan {
  padding-right: 2.75rem;
}

.stay-guest-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.stay-guest-chevron {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.stay-guest-trigger[aria-expanded="true"] .stay-guest-chevron {
  transform: rotate(180deg);
}


/* Property highlights shared by every stay */

.stay-common-facilities {
  display: block;
  margin-top: clamp(28px, 4vw, 42px);
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.stay-common-facilities-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.stay-common-facilities h3 {
  margin: 5px 0 0;
  color: var(--stay-forest-deep);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.stay-common-facilities ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-common-facilities li {
  display: flex;
  min-width: 0;
  min-height: 88px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid var(--stay-line);
  border-radius: 13px;
  color: var(--stay-forest-deep);
  background: var(--stay-white);
  box-shadow: 0 8px 24px rgba(16, 51, 40, 0.05);
}

.stay-facility-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--stay-forest);
  background: var(--stay-sage);
  font-size: 1.05rem;
}

.stay-facility-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stay-facility-name {
  min-width: 0;
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .stay-common-facilities ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .stay-common-facilities {
    padding: 0;
  }

  .stay-common-facilities-heading {
    display: block;
  }

  .stay-common-facilities ul {
    grid-template-columns: 1fr;
  }

  .stay-common-facilities li {
    min-height: 76px;
  }
}

.stay-rate-details {
  display: grid;
  gap: 8px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

.stay-rate-details li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--stay-ink);
  font-size: 0.8rem;
  line-height: 1.4;
}

.stay-rate-details li i {
  width: 16px;
  flex: 0 0 16px;
  margin-top: 2px;
  color: var(--stay-leaf);
  text-align: center;
}

.stay-rate-details li.is-restricted,
.stay-rate-details li.is-restricted i {
  color: #9a352f;
}

.stay-rate-conditions {
  margin-top: 10px;
  font-size: 0.76rem;
}

.stay-rate-conditions summary {
  color: var(--stay-leaf);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stay-rate-conditions p {
  margin: 7px 0 0;
  color: var(--stay-muted);
  line-height: 1.5;
}

.stay-guest-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-height: 51px;
  padding: 0.75rem 0.9rem;
}

.stay-guest-trigger [data-guest-summary] {
  min-width: 0;
  white-space: nowrap;
  text-align: left;
}

.stay-guest-trigger svg.stay-guest-trigger-arrow {
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  max-height: 18px;
  flex: 0 0 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.2s ease;
}

.stay-guest-trigger[aria-expanded="true"]
      svg.stay-guest-trigger-arrow {
      transform: rotate(180deg);
    }

/* =========================================================
   PHASE 1I — BOOKING.COM-INSPIRED SINGLE-PROPERTY FLOW
========================================================= */

.stay-search-phase-1h .stay-search-fields-compact {
  grid-template-columns: 1fr 1fr minmax(270px, 1.35fr) auto;
}

.sleep-search-panel-secondary {
  margin: 1.5rem 0 2.25rem;
}

.sleep-search-panel-secondary .stay-search {
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid var(--stay-line);
  border-radius: var(--stay-radius);
  background: var(--stay-white);
  box-shadow: 0 12px 34px rgba(16, 53, 42, 0.08);
}

.sleep-search-panel-secondary .stay-search-heading {
  margin-bottom: 1rem;
}

.sleep-availability-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 2rem;
  align-items: end;
}

.sleep-availability-heading h2 {
  margin: 0.4rem 0 0;
  color: var(--stay-forest-deep);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.sleep-availability-heading p,
.sleep-catalogue-summary p {
  margin: 0;
  color: var(--stay-muted);
  line-height: 1.65;
}

.stay-property-information {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.stay-property-highlights,
.stay-property-map {
  overflow: hidden;
  border: 1px solid var(--stay-line);
  border-radius: var(--stay-radius);
  background: var(--stay-white);
}

.stay-property-highlights {
  padding: clamp(1.3rem, 3vw, 2rem);
}

.stay-property-highlights h3 {
  margin: 0.4rem 0 1.2rem;
  color: var(--stay-forest-deep);
  font-size: 1.55rem;
}

.stay-property-highlights ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-property-highlights li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  color: #405349;
  font-size: 0.9rem;
}

.stay-property-map iframe {
  display: block;
  width: 100%;
  height: 275px;
  border: 0;
}

.stay-property-map > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  color: var(--stay-muted);
  font-size: 0.82rem;
}

.stay-property-map a,
.stay-catalogue-action a,
.stay-modal-detail-link {
  color: var(--stay-leaf);
  font-weight: 800;
}

.stay-modal-detail-link {
  display: inline-flex;
  margin-top: 1.25rem;
  text-decoration: none;
}

.stay-modal-image-caption {
  position: absolute;
  inset: auto 1rem 1rem;
  margin: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 0.55rem;
  background: rgba(8, 34, 26, 0.78);
  color: var(--stay-white);
  font-size: 0.8rem;
}

.stay-room-filters {
  margin: 1.4rem 0;
  padding: 1.15rem;
  border: 1px solid var(--stay-line);
  border-radius: 14px;
  background: #f7faf7;
}

.stay-room-filter-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 0.85rem;
}

.stay-room-filter-heading h3 {
  margin: 0.25rem 0 0;
  color: var(--stay-forest-deep);
  font-size: 1.2rem;
}

.stay-room-filter-heading > span {
  color: var(--stay-leaf);
  font-weight: 800;
}

.stay-room-filter-controls {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(180px, 0.7fr) minmax(240px, 1fr) auto;
  gap: 0.75rem;
  align-items: end;
}

.stay-room-filter-controls > label {
  display: grid;
  gap: 0.35rem;
  color: var(--stay-muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.stay-room-filter-controls select,
.stay-facility-filter summary,
.stay-filter-clear {
  min-height: 44px;
  border: 1px solid #cfd9d3;
  border-radius: 9px;
  background: var(--stay-white);
  color: var(--stay-ink);
  font: inherit;
}

.stay-room-filter-controls select {
  width: 100%;
  padding: 0 0.75rem;
}

.stay-facility-filter {
  position: relative;
}

.stay-facility-filter summary {
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  cursor: pointer;
  font-weight: 750;
  list-style: none;
}

.stay-facility-filter > div {
  position: absolute;
  z-index: 25;
  top: calc(100% + 0.4rem);
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 0.55rem;
  width: min(520px, 80vw);
  max-height: 280px;
  overflow: auto;
  padding: 1rem;
  border: 1px solid var(--stay-line);
  border-radius: 12px;
  background: var(--stay-white);
  box-shadow: var(--stay-shadow);
}

.stay-facility-filter label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.82rem;
}

.stay-filter-clear {
  padding: 0 1rem;
  color: var(--stay-leaf);
  font-weight: 800;
  cursor: pointer;
}

.stay-filter-empty {
  margin: 1rem 0 0;
  color: var(--stay-danger);
}

[data-filter-row][hidden] {
  display: none !important;
}

.stay-availability-table-head,
.stay-availability-row {
  grid-template-columns:
    minmax(285px, 1.3fr)
    minmax(135px, 0.56fr)
    minmax(255px, 1fr)
    minmax(155px, 0.56fr)
    minmax(175px, 0.68fr);
}

.stay-catalogue-table-head,
.stay-catalogue-row {
  grid-template-columns:
    minmax(285px, 1.3fr)
    minmax(135px, 0.55fr)
    minmax(190px, 0.8fr)
    minmax(160px, 0.62fr)
    minmax(165px, 0.6fr);
}

.stay-table-capacity,
.stay-catalogue-capacity,
.stay-catalogue-meals,
.stay-table-price {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: var(--stay-muted);
  font-size: 0.82rem;
}

.stay-table-capacity strong,
.stay-catalogue-capacity strong,
.stay-table-price strong {
  color: var(--stay-forest-deep);
}

.stay-table-capacity ul {
  display: grid;
  gap: 0.3rem;
  margin: 0.35rem 0 0;
  padding-left: 1rem;
}

.stay-table-price strong {
  font-size: 1.35rem;
}

.stay-table-price small,
.stay-table-price span {
  line-height: 1.4;
}

.stay-table-action > label {
  color: var(--stay-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stay-catalogue-action {
  justify-content: center;
}

@media (max-width: 1180px) {
  .stay-search-phase-1h .stay-search-fields-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-property-information,
  .sleep-availability-heading {
    grid-template-columns: 1fr;
  }

  .stay-room-filter-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-availability-row,
  .stay-catalogue-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-availability-row .stay-table-unit,
  .stay-catalogue-row .stay-table-unit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .stay-search-phase-1h .stay-search-fields-compact,
  .stay-room-filter-controls,
  .stay-property-information {
    grid-template-columns: 1fr;
  }

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

  .stay-availability-row,
  .stay-catalogue-row {
    display: block;
  }

  .stay-facility-filter > div {
    right: auto;
    left: 0;
    grid-template-columns: 1fr;
    width: min(92vw, 360px);
  }
}

@media (max-width: 560px) {
  .stay-property-map > div,
  .stay-room-filter-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .sleep-search-panel-secondary .stay-search {
    padding: 0.9rem;
  }
}

/* =========================================================
   2026-08-08 — PROPERTY OVERVIEW, FACILITIES AND RULES
========================================================= */

.stay-section-nav-wrap {
  border-bottom: 1px solid var(--stay-line);
  background: var(--stay-white);
}

.stay-section-nav {
  display: flex;
  gap: clamp(1.5rem, 4vw, 3.6rem);
  overflow-x: auto;
  scrollbar-width: thin;
}

.stay-section-nav a {
  position: relative;
  flex: 0 0 auto;
  padding: 1rem 0 0.9rem;
  color: #45594f;
  font-size: 0.87rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.stay-section-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: transparent;
}

.stay-section-nav a:hover,
.stay-section-nav a:focus-visible,
.stay-section-nav a[aria-current="location"] {
  color: var(--stay-forest-deep);
}

.stay-section-nav a[aria-current="location"]::after {
  background: var(--stay-gold);
}

[data-stay-page-section] {
  scroll-margin-top: 1.5rem;
}

.stay-overview-section {
  padding: clamp(2.7rem, 6vw, 5.5rem) 0;
}

.stay-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: 1.25rem;
  align-items: start;
}

.stay-overview-main,
.stay-overview-aside {
  min-width: 0;
}

.stay-overview-aside {
  display: grid;
  gap: 1rem;
}

.stay-overview-map-card,
.stay-overview-review-card,
.stay-overview-highlights {
  overflow: hidden;
  border: 1px solid var(--stay-line);
  border-radius: 14px;
  background: var(--stay-white);
}

.stay-overview-map-card iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

.stay-overview-location {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  padding: 0.9rem 1rem 0.35rem;
  color: var(--stay-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.stay-overview-location i {
  margin-top: 0.15rem;
  color: var(--stay-gold);
}

.stay-overview-map-link {
  display: inline-flex;
  margin: 0.4rem 1rem 1rem;
  color: var(--stay-leaf);
  font-size: 0.82rem;
  font-weight: 800;
}

.stay-overview-review-card {
  padding: 1rem;
}

.stay-overview-review-heading,
.stay-review-score-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.stay-overview-review-heading > div {
  display: grid;
  gap: 0.15rem;
}

.stay-overview-review-heading span:not(.stay-google-mark),
.stay-review-score-heading span:last-child {
  color: var(--stay-muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.stay-overview-review-heading strong {
  color: var(--stay-forest-deep);
  font-size: 1.1rem;
}

.stay-google-mark {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #d9e0dc;
  border-radius: 50%;
  color: #4285f4;
  background: var(--stay-white);
  font-family: Arial, sans-serif;
  font-weight: 900;
}

.stay-overview-review-card p,
.stay-overview-review-card blockquote {
  margin: 0.7rem 0;
  color: var(--stay-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.stay-overview-review-card blockquote {
  color: var(--stay-ink);
  font-style: italic;
}

.stay-overview-review-card small {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--stay-muted);
}

.stay-overview-review-card a {
  color: var(--stay-leaf);
  font-size: 0.82rem;
  font-weight: 800;
}

.stay-overview-availability-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--stay-white);
  background: var(--stay-forest);
  font-size: 0.85rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.stay-overview-highlights {
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1.2rem;
}

.stay-overview-highlights h3 {
  margin: 0.25rem 0 0;
  color: var(--stay-forest-deep);
  font-size: 1.25rem;
}

.stay-overview-highlights ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-overview-highlights li {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  color: #405349;
  font-size: 0.84rem;
}

.stay-information-section {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  border-top: 1px solid var(--stay-line);
  background: var(--stay-white);
}

.stay-facilities-section {
  background: #f7faf7;
}

.stay-information-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.stay-information-heading h2,
.stay-review-summary h2 {
  margin: 0.35rem 0 0;
  color: var(--stay-forest-deep);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
}

.stay-information-heading p,
.stay-review-summary > p {
  margin: 0;
  color: var(--stay-muted);
  line-height: 1.7;
}

.stay-facility-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stay-facility-group {
  padding: 1.25rem;
  border: 1px solid var(--stay-line);
  border-radius: 14px;
  background: var(--stay-white);
}

.stay-facility-group h3 {
  margin: 0 0 1rem;
  color: var(--stay-forest-deep);
  font-size: 1.05rem;
}

.stay-facility-group ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stay-facility-group li {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  color: #405349;
  font-size: 0.87rem;
}

.stay-facility-icon {
  color: var(--stay-leaf);
}

.stay-house-rules-section {
  background: var(--stay-white);
}

.stay-rule-list {
  overflow: hidden;
  border: 1px solid var(--stay-line);
  border-radius: var(--stay-radius);
}

.stay-rule-row {
  display: grid;
  grid-template-columns: minmax(200px, 0.34fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--stay-line);
  background: var(--stay-white);
}

.stay-rule-row:last-child {
  border-bottom: 0;
}

.stay-rule-label,
.stay-rule-content {
  padding: 1.25rem clamp(1rem, 3vw, 1.75rem);
}

.stay-rule-label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  border-right: 1px solid var(--stay-line);
  background: #f7faf7;
}

.stay-rule-label i {
  width: 1.25rem;
  margin-top: 0.15rem;
  color: var(--stay-gold);
  text-align: center;
}

.stay-rule-label h3 {
  margin: 0;
  color: var(--stay-forest-deep);
  font-size: 0.98rem;
  line-height: 1.4;
}

.stay-rule-content {
  color: var(--stay-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.stay-rule-content > :first-child {
  margin-top: 0;
}

.stay-rule-content > :last-child {
  margin-bottom: 0;
}

.stay-rule-content strong,
.stay-rule-content h4 {
  color: var(--stay-forest-deep);
}

.stay-rule-content h4 {
  margin: 1.25rem 0 0.55rem;
  font-size: 0.95rem;
}

.stay-rule-content a {
  color: var(--stay-leaf);
  font-weight: 750;
}

.stay-child-policy-grid,
.stay-extra-bed-rates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.stay-child-policy-grid > div,
.stay-extra-bed-rates > div {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  border: 1px solid var(--stay-line);
  border-radius: 10px;
  background: #fbfcfa;
}

.stay-child-policy-grid span,
.stay-child-policy-grid small,
.stay-extra-bed-rates span,
.stay-extra-bed-rates small {
  color: var(--stay-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.stay-rule-note {
  padding: 0.75rem 0.9rem;
  border-left: 3px solid var(--stay-gold);
  background: var(--stay-sand);
  font-size: 0.82rem;
}

.stay-guest-reviews-section {
  color: var(--stay-white);
  background: var(--stay-forest-deep);
}

.stay-review-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.65fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.stay-review-summary h2,
.stay-guest-reviews-section .section-kicker {
  color: var(--stay-white);
}

.stay-review-summary > p {
  max-width: 680px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.73);
}

.stay-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.stay-review-actions .sleep-button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--stay-white);
  background: transparent;
}

.stay-review-score-card {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--stay-radius);
  background: rgba(255, 255, 255, 0.08);
}

.stay-review-score-heading {
  align-items: center;
}

.stay-review-score-heading span:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.stay-review-score {
  display: block;
  margin-top: 0.8rem;
  color: var(--stay-white);
  font-size: 3rem;
  line-height: 1;
}

.stay-review-score-label {
  display: block;
  margin-top: 1rem;
  color: var(--stay-white);
  font-size: 1.15rem;
}

.stay-review-stars {
  margin: 0.5rem 0;
  color: #f3bd4b;
}

.stay-review-score-card > span,
.stay-review-score-card p,
.stay-review-score-card small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}

.stay-review-score-card blockquote {
  margin: 1.1rem 0 0.6rem;
  color: var(--stay-white);
  font-style: italic;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .stay-overview-layout,
  .stay-review-panel {
    grid-template-columns: 1fr;
  }

  .stay-overview-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-overview-availability-link {
    grid-column: 1 / -1;
  }

  .stay-facility-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .stay-information-heading,
  .stay-overview-highlights,
  .stay-rule-row {
    grid-template-columns: 1fr;
  }

  .stay-rule-label {
    border-right: 0;
    border-bottom: 1px solid var(--stay-line);
  }

  .stay-child-policy-grid,
  .stay-extra-bed-rates {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .stay-section-nav {
    gap: 1.4rem;
  }

  .stay-overview-aside,
  .stay-facility-groups,
  .stay-overview-highlights ul {
    grid-template-columns: 1fr;
  }

  .stay-overview-map-card iframe {
    height: 250px;
  }
}


/* Restore consistent left and right page gutters */
.sleep-booking-page .sleep-booking-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

@media (max-width: 620px) {
  .stay-review-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stay-review-actions .sleep-button {
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* =========================================================
   MEAL AND RATE OPTION — CHECKED STATE
========================================================= */

/* Paste the new CSS here */

.stay-rate-option-card {
  position: relative;
  cursor: pointer;
}

/* Hide the native radio while preserving accessibility */
.stay-rate-option-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* Unselected square */
.stay-rate-option-marker {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1.5px solid #9caaa3;
  border-radius: 5px;
  background: #fff;
  color: transparent;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.stay-rate-option-marker svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Selected card */
.stay-rate-option-card:has(
  .stay-rate-option-input:checked
) {
  border-color: #176647;
  background: #f2f8f4;
  box-shadow: 0 0 0 1px rgba(23, 102, 71, 0.12);
}

/* Selected square and tick */
.stay-rate-option-input:checked
  ~ .stay-rate-option-marker {
  border-color: #176647;
  background: #176647;
  color: #fff;
  transform: scale(1.04);
}

/* Keyboard focus */
.stay-rate-option-card:has(
  .stay-rate-option-input:focus-visible
) {
  outline: 3px solid rgba(23, 102, 71, 0.25);
  outline-offset: 3px;
}

/* =========================================================
   ALL-STAYS PREVIEW TILE
========================================================= */

.stay-overview-tile-more {
  position: relative;
}

.stay-overview-more-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(5, 31, 23, 0.72);
  color: #fff;
  text-align: center;
  transition: background-color 180ms ease;
}

.stay-overview-tile-more:hover .stay-overview-more-overlay {
  background: rgba(5, 31, 23, 0.82);
}

.stay-overview-more-overlay i {
  margin-bottom: 0.65rem;
  font-size: 1.5rem;
}

.stay-overview-more-overlay strong {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.stay-overview-more-overlay small {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
}


/* =========================================================
   ALL-STAYS MODAL
========================================================= */

.stay-catalogue-modal[hidden] {
  display: none !important;
}

.stay-catalogue-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
}

.stay-catalogue-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 20, 15, 0.76);
  backdrop-filter: blur(5px);
}

.stay-catalogue-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100vw - 2rem));
  max-height: calc(100vh - 3rem);
  margin-inline: auto;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
}

.stay-catalogue-modal-header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid #e1e8e3;
  background: rgba(255, 255, 255, 0.97);
}

.stay-catalogue-modal-header h2 {
  margin: 0.25rem 0 0;
  color: #082d21;
}

.stay-catalogue-modal-header p {
  max-width: 650px;
  margin: 0.45rem 0 0;
  color: #58665f;
}

.stay-catalogue-modal-close {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #d5ded8;
  border-radius: 50%;
  background: #fff;
  color: #082d21;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.stay-catalogue-modal-close:hover {
  border-color: #176647;
  background: #176647;
  color: #fff;
}

.stay-catalogue-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  padding: clamp(1rem, 3vw, 1.75rem);
}

.stay-catalogue-modal-card {
  display: block;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dce4df;
  border-radius: 12px;
  background: #fff;
  color: #082d21;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.stay-catalogue-modal-card:hover {
  transform: translateY(-3px);
  border-color: #7ca08d;
  box-shadow: 0 12px 30px rgba(8, 45, 33, 0.12);
}

.stay-catalogue-modal-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e7ece9;
}

.stay-catalogue-modal-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.stay-catalogue-modal-card:hover
.stay-catalogue-modal-image img {
  transform: scale(1.035);
}

.stay-catalogue-modal-copy {
  display: block;
  padding: 1rem;
}

.stay-catalogue-modal-copy small,
.stay-catalogue-modal-copy strong,
.stay-catalogue-modal-copy span,
.stay-catalogue-modal-copy em {
  display: block;
}

.stay-catalogue-modal-copy small {
  margin-bottom: 0.25rem;
  color: #63736a;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stay-catalogue-modal-copy strong {
  font-size: 1.05rem;
}

.stay-catalogue-modal-copy span {
  margin-top: 0.35rem;
  color: #63736a;
  font-size: 0.85rem;
}

.stay-catalogue-modal-copy em {
  margin-top: 0.8rem;
  color: #176647;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
}

.stay-catalogue-modal-copy em i {
  margin-left: 0.3rem;
}

@media (max-width: 900px) {
  .stay-catalogue-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .stay-catalogue-modal {
    align-items: stretch;
    padding: 0;
  }

  .stay-catalogue-modal-panel {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }

  .stay-catalogue-modal-header {
    padding: 1rem;
  }

  .stay-catalogue-modal-header p {
    display: none;
  }

  .stay-catalogue-modal-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}

/* =========================================================
   VIEW-ALL-STAYS TILE
========================================================= */

.stay-overview-tile-more {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.stay-overview-tile-more img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.stay-overview-tile-more:hover img {
  transform: scale(1.045);
}

.stay-overview-more-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background:
    linear-gradient(
      135deg,
      rgba(4, 31, 22, 0.88),
      rgba(16, 71, 49, 0.76)
    );
  color: #fff;
  text-align: center;
  transition: background-color 180ms ease;
}

.stay-overview-more-overlay > i {
  margin-bottom: 0.65rem;
  font-size: 1.65rem;
}

.stay-overview-more-overlay strong {
  max-width: 190px;
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  line-height: 1.2;
}

.stay-overview-more-overlay small {
  margin-top: 0.4rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
}

.stay-overview-more-overlay em {
  margin-top: 0.9rem;
  color: #fff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.stay-overview-more-overlay em i {
  margin-left: 0.3rem;
}

/* =========================================================
   ALL-STAYS PAGE
========================================================= */

.all-stays-page {
  min-height: 100vh;
  padding:
    clamp(7rem, 10vw, 9rem)
    0
    clamp(4rem, 8vw, 7rem);
  background: #f7f8f6;
}

.all-stays-page-heading {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.all-stays-page-heading h1 {
  margin: 0.4rem 0 1rem;
  color: #082d21;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 1.02;
}

.all-stays-page-heading p {
  max-width: 650px;
  margin: 0;
  color: #607068;
  line-height: 1.7;
}

.all-stays-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
  color: #176647;
  font-weight: 700;
  text-decoration: none;
}

.all-stays-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.all-stays-page-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dde5e0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(8, 45, 33, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.all-stays-page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(8, 45, 33, 0.12);
}

.all-stays-page-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e6ece8;
}

.all-stays-page-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.all-stays-page-card:hover .all-stays-page-image img {
  transform: scale(1.04);
}

.all-stays-page-copy {
  padding: 1.2rem;
}

.all-stays-page-copy small {
  color: #9a7b43;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.all-stays-page-copy h2 {
  margin: 0.3rem 0 0.55rem;
  color: #082d21;
  font-size: 1.35rem;
}

.all-stays-page-copy p {
  margin: 0;
  color: #65746c;
  font-size: 0.9rem;
  line-height: 1.6;
}

.all-stays-page-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  color: #176647;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 900px) {
  .all-stays-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .all-stays-page {
    padding-top: 6rem;
  }

  .all-stays-page-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ALL-STAYS CATALOGUE DIALOG
========================================================= */

body.all-stays-dialog-is-open {
  overflow: hidden;
}

.stay-catalogue-dialog[hidden] {
  display: none;
}

.stay-catalogue-dialog {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}

.stay-catalogue-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 22, 16, 0.78);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.stay-catalogue-dialog-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1180px, 100%);
  max-height: calc(100vh - 4rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #f7f8f6;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  outline: none;
}

.stay-catalogue-dialog-header {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid #dde5e0;
  background: #fff;
}

.stay-catalogue-dialog-header h2 {
  margin: 0.3rem 0 0.45rem;
  color: #082d21;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.05;
}

.stay-catalogue-dialog-header p {
  max-width: 650px;
  margin: 0;
  color: #65746c;
  line-height: 1.6;
}

.stay-catalogue-dialog-close {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #d7dfda;
  border-radius: 50%;
  background: #fff;
  color: #082d21;
  font-size: 1.15rem;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.stay-catalogue-dialog-close:hover {
  transform: rotate(5deg);
  background: #082d21;
  color: #fff;
}

.stay-catalogue-dialog-body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(1rem, 2.5vw, 1.75rem);
}

.stay-catalogue-dialog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.stay-catalogue-dialog-card {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce4df;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 7px 22px rgba(8, 45, 33, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.stay-catalogue-dialog-card:hover {
  transform: translateY(-4px);
  border-color: #b8cbbf;
  box-shadow: 0 16px 34px rgba(8, 45, 33, 0.13);
}

.stay-catalogue-dialog-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e2e9e5;
}

.stay-catalogue-dialog-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.stay-catalogue-dialog-card:hover
.stay-catalogue-dialog-image img {
  transform: scale(1.04);
}

.stay-catalogue-dialog-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.1rem;
}

.stay-catalogue-dialog-copy small {
  color: #9a7b43;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stay-catalogue-dialog-copy strong {
  margin-top: 0.25rem;
  color: #082d21;
  font-size: 1.25rem;
  line-height: 1.25;
}

.stay-catalogue-dialog-copy > span {
  margin-top: 0.4rem;
  color: #65746c;
  font-size: 0.85rem;
  line-height: 1.5;
}

.stay-catalogue-dialog-copy em {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.85rem;
  color: #176647;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 700;
}

/* Final mosaic button reset */

button.stay-overview-tile-more {
  width: 100%;
  padding: 0;
  border: 0;
  font: inherit;
  text-align: inherit;
}

@media (max-width: 900px) {
  .stay-catalogue-dialog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .stay-catalogue-dialog {
    padding: 0;
  }

  .stay-catalogue-dialog-panel {
    width: 100%;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
  }

  .stay-catalogue-dialog-header {
    gap: 1rem;
    padding: 1rem;
  }

  .stay-catalogue-dialog-header h2 {
    font-size: 1.65rem;
  }

  .stay-catalogue-dialog-header p {
    font-size: 0.84rem;
  }

  .stay-catalogue-dialog-close {
    width: 40px;
    height: 40px;
  }

  .stay-catalogue-dialog-body {
    padding: 0.9rem;
  }

  .stay-catalogue-dialog-grid {
    grid-template-columns: 1fr;
  }

  .stay-catalogue-dialog-card {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .stay-catalogue-dialog-image {
    height: 100%;
    min-height: 150px;
    aspect-ratio: auto;
  }

  .stay-catalogue-dialog-copy {
    justify-content: center;
    padding: 0.9rem;
  }

  .stay-catalogue-dialog-copy strong {
    font-size: 1.05rem;
  }

  .stay-catalogue-dialog-copy > span {
    font-size: 0.78rem;
  }
}