.living-home h1 {
  max-width: 780px;
  font-size: clamp(4.5rem, 14vw, 12rem);
}

.living-home .hero-intro {
  max-width: 700px;
}

.living-home [id] {
  scroll-margin-top: 7rem;
}

.living-home .desktop-nav a,
.living-home footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.living-home .desktop-nav a {
  justify-content: center;
  min-width: 44px;
}

.living-home footer a {
  padding: 0 .45rem;
}

.living-home .language-switcher a.active {
  background: #fffaf2;
  color: var(--ink);
}

.living-home .booking-panel {
  align-self: end;
}

.living-home .booking-panel > .living-panel-lead {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.living-panel-lead {
  margin: 0 0 1rem;
  color: var(--ink-soft);
  font-size: 1rem;
}

.living-panel-list,
.living-card-list {
  display: grid;
  gap: .55rem;
  margin: 0 0 1.15rem;
  padding: 0;
  list-style: none;
}

.living-panel-list li,
.living-card-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--ink-soft);
  font-size: .94rem;
}

.living-panel-list li::before,
.living-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62rem;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: var(--gold);
}

.living-home .booking-panel .button {
  width: 100%;
}

.living-home .signature-heading p:not(.eyebrow),
.living-home .offer-heading p,
.living-home .clarity-heading p,
.living-home .contact p,
.living-home .rooms-band > div:first-child p {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.55vw, 1.24rem);
}

.living-home .offer-card ul {
  display: grid;
  gap: .4rem;
  margin: 0 0 1.2rem;
}

.living-home .offer-card h3 {
  max-width: none;
  font-size: clamp(2rem, 2.45vw, 2.75rem);
  line-height: .98;
  overflow-wrap: anywhere;
}

.living-home .clarity-card strong {
  display: inline-flex;
  margin-bottom: .75rem;
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.living-home .clarity-card.boundary {
  border-color: rgba(143, 89, 38, .42);
  background:
    linear-gradient(180deg, rgba(143, 89, 38, .1), rgba(255, 250, 242, .92)),
    var(--paper-strong);
}

.living-home .faq p {
  color: var(--ink-soft);
}

.living-home .booking-story .hero-ctas {
  padding: 0;
}

.living-home .booking-story .living-card-list li {
  color: rgba(255, 255, 255, .78);
}

.living-home .section-reveal {
  /* ponytail: content must never depend on scroll JS; upgrade path is a non-blocking class-based animation. */
  opacity: 1;
  transform: none;
}

@media (max-width: 640px) {
  .living-home h1 {
    font-size: clamp(3.6rem, 19vw, 5.2rem);
  }

  .living-home [id] {
    scroll-margin-top: 4.8rem;
  }

  .living-home .hero-content {
    padding-top: 18vh;
  }

  .living-home .booking-panel-widget {
    margin-top: 7rem;
  }

  .living-home .hero-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .living-home .hero > .hero-content .hero-ctas {
    display: none;
  }

  .living-home .hero-ctas .button {
    min-height: 54px;
    padding: .7rem .75rem;
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }

  .living-home .booking-story > div {
    min-width: 0;
  }

  .living-home .booking-story h2 {
    font-size: clamp(2.7rem, 13vw, 3.4rem);
  }
}
