:root {
  --sleep-ink: #183126;
  --sleep-muted: #68756d;
  --sleep-forest: #244f3a;
  --sleep-forest-dark: #143426;
  --sleep-leaf: #7b9479;
  --sleep-sand: #f2ecdf;
  --sleep-cream: #fbf8f1;
  --sleep-line: rgba(24, 49, 38, 0.15);
  --sleep-white: #fff;
  --sleep-danger: #9e4337;
  --sleep-radius: 1.25rem;
  --sleep-shadow: 0 24px 60px rgba(21, 49, 36, 0.12);
}

.sleep-booking-page {
  background: var(--sleep-cream);
  color: var(--sleep-ink);
}

.sleep-booking-shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.sleep-results-hero {
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 6.5rem);

  background:
    linear-gradient(
      90deg,
      rgba(6, 30, 23, 0.96) 0%,
      rgba(6, 30, 23, 0.79) 46%,
      rgba(6, 30, 23, 0.37) 76%,
      rgba(6, 30, 23, 0.15) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 24, 18, 0.12) 0%,
      rgba(5, 24, 18, 0.72) 100%
    ),
    url("../images/sleep/sleep-hero.webp") center / cover no-repeat;

  color: var(--sleep-white);
}

.sleep-results-hero h1,
.stay-detail-hero h1 {
  max-width: 760px;
  margin: 0.75rem 0 1rem;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.sleep-results-hero p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.sleep-back-link {
  display: inline-flex;
  margin-bottom: 2rem;
  color: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.sleep-back-link:hover { opacity: 0.72; }
.sleep-back-link-light { color: var(--sleep-white); }

.sleep-search-panel {
  position: relative;
  z-index: 3;
  margin-top: -2.2rem;
}

.stay-search {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--sleep-line);
  border-radius: var(--sleep-radius);
  background: var(--sleep-white);
  box-shadow: var(--sleep-shadow);
}

.stay-search-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.stay-search-heading h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.stay-search-fields {
  display: grid;
  grid-template-columns: 1.25fr 1.25fr 0.7fr 0.7fr auto;
  gap: 0.75rem;
  align-items: end;
}

.stay-search-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--sleep-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stay-search-input {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--sleep-line);
  border-radius: 0.75rem;
  background: #fff;
  color: var(--sleep-ink);
  font: inherit;
}

.stay-search-input:focus {
  border-color: var(--sleep-forest);
  outline: 3px solid rgba(36, 79, 58, 0.12);
}

.stay-search-field small,
.stay-search-errors {
  color: var(--sleep-danger);
  font-size: 0.8rem;
}

.stay-search-submit,
.sleep-button {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.3rem;
  border: 1px solid var(--sleep-forest);
  border-radius: 999px;
  background: var(--sleep-forest);
  color: var(--sleep-white);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.stay-search-submit:hover,
.sleep-button-primary:hover {
  background: var(--sleep-forest-dark);
  transform: translateY(-1px);
}

.stay-search-note {
  margin: 0.8rem 0 0;
  color: var(--sleep-muted);
  font-size: 0.82rem;
}

.sleep-results-section { padding: clamp(3rem, 7vw, 6rem) 0; }

.sleep-results-summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.sleep-results-summary h2 { margin: 0.45rem 0 0; }

.sleep-trip-summary {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 1.5rem;
  margin: 0;
}

.sleep-trip-summary div { display: grid; gap: 0.2rem; }
.sleep-trip-summary dt { color: var(--sleep-muted); font-size: 0.72rem; text-transform: uppercase; }
.sleep-trip-summary dd { margin: 0; font-weight: 800; }

.sleep-result-list { display: grid; gap: 1.5rem; }

.sleep-result-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.6fr);
  overflow: hidden;
  border: 1px solid var(--sleep-line);
  border-radius: var(--sleep-radius);
  background: var(--sleep-white);
  box-shadow: 0 14px 40px rgba(21, 49, 36, 0.07);
}

.sleep-result-media { position: relative; min-height: 360px; }
.sleep-result-media img { width: 100%; height: 100%; object-fit: cover; }

.sleep-stay-type {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--sleep-forest-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sleep-result-content { padding: clamp(1.25rem, 3vw, 2.2rem); }
.sleep-result-eyebrow { color: var(--sleep-leaf); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.sleep-result-copy h3 { margin: 0.4rem 0 0.65rem; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.sleep-result-copy p { margin: 0; color: var(--sleep-muted); }

.sleep-result-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.sleep-result-facts li {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--sleep-sand);
  font-size: 0.78rem;
  font-weight: 700;
}

.sleep-offer-list { display: grid; gap: 0.75rem; }

.sleep-offer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem;
  padding: 1.15rem;
  border: 1px solid var(--sleep-line);
  border-radius: 1rem;
}

.sleep-offer-best { border-color: rgba(36, 79, 58, 0.5); background: #fbfdf9; }
.sleep-best-label { color: var(--sleep-forest); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.sleep-offer h4 { margin: 0.2rem 0; }
.sleep-offer p { margin: 0 0 0.3rem; color: var(--sleep-muted); font-size: 0.86rem; }
.sleep-policy-positive, .sleep-policy-muted { font-size: 0.76rem; }
.sleep-policy-positive { color: var(--sleep-forest); }
.sleep-policy-muted { color: var(--sleep-muted); }

.sleep-offer-price { display: grid; justify-items: end; align-content: center; }
.sleep-offer-price > span { color: var(--sleep-muted); font-size: 0.72rem; }
.sleep-offer-price strong { font-size: 1.45rem; }
.sleep-offer-price small { color: var(--sleep-muted); }
.sleep-offer-price a { margin-top: 0.7rem; color: var(--sleep-forest); font-weight: 900; }

.sleep-empty-state {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5rem);
  border: 1px solid var(--sleep-line);
  border-radius: var(--sleep-radius);
  background: var(--sleep-white);
  text-align: center;
}

.sleep-empty-state h2 { margin: 0.6rem 0; }
.sleep-empty-state p { color: var(--sleep-muted); }
.sleep-empty-icon { display: grid; width: 3rem; height: 3rem; place-items: center; margin: 0 auto 1rem; border-radius: 50%; background: var(--sleep-sand); font-size: 1.35rem; }

.sleep-alternative-list { display: grid; gap: 0.65rem; margin: 1.5rem 0; }
.sleep-alternative-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border: 1px solid var(--sleep-line); border-radius: 0.8rem; color: inherit; text-decoration: none; }
.sleep-alternative-list a:hover { border-color: var(--sleep-forest); }
.sleep-empty-actions { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; }
.sleep-button-secondary { background: transparent; color: var(--sleep-forest); }
.sleep-button-secondary:hover { background: var(--sleep-sand); }
.sleep-button-full { width: 100%; }

.stay-detail-hero { position: relative; min-height: min(76vh, 720px); display: grid; align-items: end; overflow: hidden; color: var(--sleep-white); }
.stay-detail-hero > img, .stay-detail-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.stay-detail-hero > img { object-fit: cover; }
.stay-detail-overlay { background: linear-gradient(180deg, rgba(10, 27, 19, 0.15), rgba(10, 27, 19, 0.82)); }
.stay-detail-hero-content { position: relative; z-index: 1; padding-bottom: clamp(3rem, 7vw, 6rem); }
.stay-detail-hero-content p { font-size: 1.12rem; }

.stay-detail-main { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.stay-detail-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.stay-detail-story h2 { margin: 0.6rem 0 1rem; font-size: clamp(2rem, 4vw, 3.5rem); }
.stay-detail-story > p { color: var(--sleep-muted); font-size: 1.05rem; line-height: 1.75; }
.stay-detail-facts { display: grid; grid-template-columns: repeat(2, 1fr); margin: 2rem 0; border-top: 1px solid var(--sleep-line); border-left: 1px solid var(--sleep-line); }
.stay-detail-facts div { display: grid; gap: 0.25rem; padding: 1rem; border-right: 1px solid var(--sleep-line); border-bottom: 1px solid var(--sleep-line); }
.stay-detail-facts span { color: var(--sleep-muted); font-size: 0.72rem; text-transform: uppercase; }

.stay-amenities { margin-top: 2.5rem; }
.stay-amenities ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; padding: 0; list-style: none; }
.stay-amenities li { padding: 0.85rem 1rem; border-radius: 0.7rem; background: var(--sleep-white); }
.stay-amenities i { margin-right: 0.55rem; }

.stay-booking-card {
  position: sticky;
  top: 6rem;
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--sleep-line);
  border-radius: var(--sleep-radius);
  background: var(--sleep-white);
  box-shadow: var(--sleep-shadow);
  overflow: hidden;
}

.stay-booking-card .stay-search {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.stay-booking-card .stay-search-heading,
.stay-booking-card .stay-search-note {
  display: none;
}

.stay-booking-card .stay-search-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  min-width: 0;
}

.stay-booking-card .stay-search-field {
  min-width: 0;
}

.stay-booking-card .stay-search-field input,
.stay-booking-card .stay-search-field select {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.stay-booking-card .stay-search-submit {
  grid-column: 1 / -1;
  width: 100%;
  box-sizing: border-box;
}
.stay-availability-message { margin-top: 1rem; padding: 0.8rem; border-radius: 0.7rem; background: var(--sleep-sand); color: var(--sleep-muted); font-size: 0.88rem; }
.stay-availability-message.is-available { background: #e9f2e8; color: var(--sleep-forest-dark); }
.stay-selected-offer { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--sleep-line); }
.stay-selected-offer-heading { display: flex; justify-content: space-between; gap: 1rem; }
.stay-selected-offer-heading span { color: var(--sleep-muted); font-size: 0.72rem; }
.stay-selected-offer h3 { margin: 0.2rem 0; }
.stay-selected-price { display: grid; justify-items: end; }
.stay-selected-price strong { font-size: 1.3rem; }
.stay-price-summary { margin: 1rem 0; }
.stay-price-summary div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0; border-bottom: 1px solid var(--sleep-line); }
.stay-price-summary dd { margin: 0; font-weight: 800; }
.stay-price-due { color: var(--sleep-forest); }
.stay-policy-note, .stay-live-note { color: var(--sleep-muted); font-size: 0.78rem; line-height: 1.5; }
.stay-live-note { display: block; margin-top: 0.7rem; text-align: center; }

.stay-gallery-section { padding: clamp(3rem, 7vw, 6rem) 0; background: var(--sleep-sand); }
.stay-gallery-section h2 { margin: 0.5rem 0 1.5rem; }
.stay-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.stay-gallery-grid figure { position: relative; min-height: 300px; margin: 0; overflow: hidden; border-radius: 1rem; background: #d8d3c7; }
.stay-gallery-grid .stay-gallery-featured { grid-column: 1 / -1; min-height: 520px; }
.stay-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.stay-gallery-grid figcaption { position: absolute; right: 0.75rem; bottom: 0.75rem; left: 0.75rem; padding: 0.6rem 0.75rem; border-radius: 0.6rem; background: rgba(14, 42, 29, 0.78); color: white; font-size: 0.8rem; }

@media (max-width: 980px) {
  .stay-search-fields { grid-template-columns: repeat(2, 1fr); }
  .stay-search-submit { grid-column: 1 / -1; }
  .sleep-result-card, .stay-detail-grid { grid-template-columns: 1fr; }
  .sleep-result-media { min-height: 320px; }
  .stay-booking-card { position: static; }
  .sleep-results-summary { align-items: start; flex-direction: column; }
}

@media (max-width: 680px) {
  .stay-search-heading { display: block; }
  .stay-search-heading .section-kicker { display: block; margin-bottom: 0.4rem; }
  .stay-search-fields, .stay-booking-card .stay-search-fields { grid-template-columns: 1fr 1fr; }
  .sleep-trip-summary { grid-template-columns: repeat(2, 1fr); width: 100%; }
  .sleep-offer { grid-template-columns: 1fr; }
  .sleep-offer-price { justify-items: start; padding-top: 0.8rem; border-top: 1px solid var(--sleep-line); }
  .sleep-result-media { min-height: 260px; }
  .stay-detail-facts, .stay-amenities ul, .stay-gallery-grid { grid-template-columns: 1fr; }
  .stay-gallery-grid .stay-gallery-featured { grid-column: auto; min-height: 360px; }
}

@media (max-width: 430px) {
  .stay-search-fields, .stay-booking-card .stay-search-fields { grid-template-columns: 1fr; }
  .stay-search-submit { grid-column: auto; }
  .sleep-alternative-list a { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 1100px) {
  .stay-booking-card .stay-search-fields {
    grid-template-columns: 1fr;
  }

  .stay-booking-card .stay-search-submit {
    grid-column: auto;
  }
}

/* =========================================================
   SLEEP AVAILABILITY SEARCH
========================================================= */

.sleep-search-panel {
  position: relative;
  z-index: 5;
  margin-top: -3.25rem;
  padding: 0 1rem;
}

.sleep-booking-shell {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.sleep-search-panel .stay-search {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid rgba(24, 49, 38, 0.14);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(21, 49, 36, 0.14);
}

.sleep-search-panel .stay-search-heading {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.4rem;
}

.sleep-search-panel .stay-search-heading .section-kicker {
  display: block;
  color: #7b9479;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sleep-search-panel .stay-search-heading h2 {
  margin: 0;
  color: #183126;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
}

.sleep-search-panel .stay-search-fields {
  display: grid;
  grid-template-columns:
    minmax(170px, 1.2fr)
    minmax(170px, 1.2fr)
    minmax(100px, 0.65fr)
    minmax(100px, 0.65fr)
    minmax(190px, 0.9fr);
  gap: 0.85rem;
  align-items: end;
}

.sleep-search-panel .stay-search-field {
  min-width: 0;
}

.sleep-search-panel .stay-search-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: #68756d;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sleep-search-panel .stay-search-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 3.4rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(24, 49, 38, 0.2);
  border-radius: 0.75rem;
  background: #ffffff;
  color: #183126;
  font: inherit;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.sleep-search-panel .stay-search-input:hover {
  border-color: rgba(36, 79, 58, 0.55);
}

.sleep-search-panel .stay-search-input:focus {
  border-color: #244f3a;
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 79, 58, 0.12);
}

.sleep-search-panel .stay-search-submit {
  box-sizing: border-box;
  min-height: 3.4rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid #244f3a;
  border-radius: 999px;
  background: #244f3a;
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.sleep-search-panel .stay-search-submit:hover {
  border-color: #143426;
  background: #143426;
  box-shadow: 0 10px 24px rgba(20, 52, 38, 0.2);
  transform: translateY(-1px);
}

.sleep-search-panel .stay-search-submit:focus-visible {
  outline: 3px solid rgba(36, 79, 58, 0.25);
  outline-offset: 3px;
}

.sleep-search-panel .stay-search-field small {
  display: block;
  margin-top: 0.35rem;
  color: #9e4337;
  font-size: 0.78rem;
  line-height: 1.35;
}

.sleep-search-panel .stay-search-errors {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(158, 67, 55, 0.25);
  border-radius: 0.75rem;
  background: #fff5f3;
  color: #9e4337;
  font-size: 0.85rem;
}

.sleep-search-panel .stay-search-errors ul {
  margin: 0;
  padding-left: 1.1rem;
}

.sleep-search-panel .stay-search-note {
  margin: 0.9rem 0 0;
  color: #68756d;
  font-size: 0.82rem;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 980px) {
  .sleep-search-panel {
    margin-top: -2.5rem;
  }

  .sleep-search-panel .stay-search-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sleep-search-panel .stay-search-submit {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .sleep-search-panel {
    margin-top: -1.5rem;
    padding-inline: 0.75rem;
  }

  .sleep-search-panel .stay-search {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .sleep-search-panel .stay-search-fields {
    grid-template-columns: 1fr;
  }

  .sleep-search-panel .stay-search-submit {
    grid-column: auto;
  }

  .sleep-search-panel .stay-search-note {
    text-align: center;
  }
}

.sleep-catalogue-introduction p {
  max-width: 680px;
  margin: 0.65rem 0 0;
  color: var(--sleep-muted);
  line-height: 1.65;
}

.sleep-catalogue-count {
  flex: 0 0 auto;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--sleep-sand);
  color: var(--sleep-forest-dark) !important;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.sleep-catalogue-booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--sleep-line);
}

.sleep-catalogue-booking strong {
  color: var(--sleep-ink);
  font-size: 1rem;
}

.sleep-catalogue-booking p {
  max-width: 560px;
  margin: 0.3rem 0 0;
  color: var(--sleep-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.sleep-catalogue-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@media (max-width: 680px) {
  .sleep-catalogue-booking {
    align-items: stretch;
    flex-direction: column;
  }

  .sleep-catalogue-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .sleep-catalogue-actions .sleep-button {
    width: 100%;
  }

  .sleep-catalogue-count {
    align-self: flex-start;
  }
}

.stay-detail-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #ffffff;
}

.stay-detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-detail-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(6, 30, 23, 0.96) 0%,
      rgba(6, 30, 23, 0.79) 46%,
      rgba(6, 30, 23, 0.37) 76%,
      rgba(6, 30, 23, 0.15) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 24, 18, 0.12) 0%,
      rgba(5, 24, 18, 0.76) 100%
    );
}

.stay-detail-hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(8rem, 14vw, 12rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  color: #ffffff;
}

.stay-detail-hero .stay-detail-hero-content h1 {
  max-width: 760px;
  margin: 0.75rem 0 1rem;
  padding: 0;
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #ffffff;
}

.stay-detail-hero .stay-detail-hero-content > p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.stay-detail-hero .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.stay-detail-hero .sleep-back-link-light {
  color: rgba(255, 255, 255, 0.88);
}

.stay-detail-hero-content .sleep-back-link {
  display: flex;
  width: fit-content;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  color: rgba(255, 255, 255, 0.88);
}

.stay-detail-hero-content .section-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.82);
}