.wellness-page {
  background: var(--paper);
}

.wellness-page .desktop-nav .nav-current {
  color: var(--gold-light);
}

.wellness-page .desktop-nav .nav-current::after {
  transform: scaleX(1);
}

.mobile-current {
  color: var(--gold-light) !important;
}

.wellness-hero {
  position: relative;
  min-height: min(58rem, 100svh);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.wellness-hero-image,
.wellness-final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wellness-hero-image {
  object-position: center 58%;
}

.wellness-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 9, 7, 0.86) 0%, rgba(9, 9, 7, 0.52) 46%, rgba(9, 9, 7, 0.14) 82%),
    linear-gradient(0deg, rgba(9, 9, 7, 0.82) 0%, transparent 34%),
    linear-gradient(180deg, rgba(9, 9, 7, 0.34), transparent 28%);
}

.wellness-hero-content {
  position: relative;
  z-index: 2;
  min-height: min(58rem, 100svh);
  padding-top: calc(var(--header-height) + clamp(6rem, 12vh, 10rem));
  padding-bottom: 13rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wellness-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.7rem, 8.5vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.wellness-hero-lead {
  max-width: 41rem;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 1.5vw, 1.38rem);
  line-height: 1.55;
}

.wellness-hero-actions {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.wellness-inline-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.wellness-inline-link:hover,
.wellness-inline-link:focus-visible {
  color: var(--gold-light);
}

.wellness-hero-facts {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  width: var(--shell);
  min-height: 8.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(12, 11, 9, 0.68);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.wellness-hero-facts > div {
  min-width: 0;
  padding: 1.5rem clamp(1rem, 3vw, 3.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wellness-hero-facts > div:last-child {
  border-right: 0;
}

.wellness-hero-facts strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.wellness-hero-facts span {
  max-width: 16rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wellness-intro {
  overflow: hidden;
}

.wellness-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(32rem, 1.2fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 9rem);
}

.wellness-intro-copy h2,
.wellness-section-heading h2,
.wellness-practical-copy h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 6.4vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.wellness-intro-copy .body-large {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.75;
}

.wellness-included {
  margin: 2.4rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.wellness-included li {
  position: relative;
  padding: 1rem 0 1rem 1.7rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.87rem;
}

.wellness-included li::before {
  content: "";
  position: absolute;
  top: 1.58rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.wellness-intro-images {
  position: relative;
  min-height: 47rem;
}

.wellness-intro-image {
  margin: 0;
  overflow: hidden;
  background: var(--ivory);
}

.wellness-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wellness-intro-image-main {
  position: absolute;
  inset: 0 5.4rem 3.5rem 0;
}

.wellness-intro-image-main img {
  object-position: 56% center;
}

.wellness-intro-image-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  aspect-ratio: 0.86;
  border: 0.7rem solid var(--paper);
}

.availability-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.availability-section::before {
  content: "";
  position: absolute;
  top: -8rem;
  right: -8rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(215, 173, 100, 0.18);
  border-radius: 50%;
}

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

.availability-heading h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 7vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.availability-heading > p {
  max-width: 34rem;
  margin: 0 0 0.7rem;
  color: rgba(255, 255, 255, 0.64);
}

.availability-panel {
  margin-top: 4.5rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.availability-live-line {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.availability-live-line p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.availability-live-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 0.32rem rgba(215, 173, 100, 0.14);
}

.wellness-slots {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.wellness-slot {
  min-height: 9.8rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: var(--white);
  text-decoration: none;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms var(--ease);
}

.wellness-slot:hover,
.wellness-slot:focus-visible {
  border-color: var(--gold-light);
  background: rgba(215, 173, 100, 0.12);
  transform: translateY(-3px);
}

.wellness-slot-date {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wellness-slot-time {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.wellness-slot-time strong {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 400;
  line-height: 1;
}

.wellness-slot-time span {
  color: var(--gold-light);
  font-size: 1.1rem;
}

.availability-actions {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.availability-actions p,
.availability-noscript {
  max-width: 30rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
}

.availability-noscript {
  margin: 1rem auto;
  text-align: center;
}

.wellness-facilities {
  background: var(--ivory);
}

.wellness-section-heading {
  margin-bottom: 5rem;
}

.wellness-zone-grid {
  display: grid;
  gap: 1.5rem;
}

.wellness-zone-card {
  min-height: 39rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(23rem, 0.85fr);
  background: var(--white);
}

.wellness-zone-card-reverse {
  grid-template-columns: minmax(23rem, 0.85fr) minmax(0, 1.15fr);
}

.wellness-zone-card-reverse img {
  order: 2;
}

.wellness-zone-card > img {
  width: 100%;
  height: 100%;
  min-height: 39rem;
  object-fit: cover;
}

.wellness-zone-card > div {
  position: relative;
  padding: clamp(2.5rem, 5vw, 5rem);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wellness-zone-number {
  position: absolute;
  top: 2rem;
  right: 2rem;
  margin: 0;
  color: rgba(21, 19, 15, 0.12);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
}

.wellness-zone-card h3 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.wellness-zone-card ul {
  margin: 2.2rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.wellness-zone-card li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.86rem;
}

.wellness-pricing {
  background: var(--paper);
}

.pricing-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
  align-items: end;
  column-gap: 4rem;
}

.pricing-heading .eyebrow {
  grid-column: 1 / -1;
}

.pricing-heading p:last-child {
  margin: 0 0 0.7rem;
  color: var(--muted);
}

.wellness-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.wellness-price-card {
  position: relative;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--line);
  background: var(--white);
}

.wellness-price-card-featured {
  border-color: rgba(184, 137, 54, 0.5);
  background: #f4ede0;
}

.wellness-price-badge {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  margin: 0;
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wellness-price-duration {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wellness-price {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.wellness-price span {
  display: inline;
  color: var(--gold);
  font-size: 0.42em;
}

.wellness-price + p {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.wellness-price-card ul {
  margin: 2rem 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.wellness-price-card li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.35rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.wellness-price-card li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 800;
}

.arrangements-heading {
  max-width: 60rem;
  margin: 7rem 0 3rem;
}

.arrangements-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.wellness-arrangement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.wellness-arrangement {
  min-height: 21rem;
  padding: clamp(1.8rem, 3vw, 3rem);
  background: var(--white);
}

.wellness-arrangement-price {
  margin: 0 0 3.5rem;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
}

.wellness-arrangement h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-weight: 400;
  line-height: 1.04;
}

.wellness-arrangement > p:not(.wellness-arrangement-price) {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.wellness-arrangement .wellness-arrangement-extra {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.arrangements-action {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
}

.wellness-practical {
  background: var(--ivory);
}

.wellness-practical-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, 0.86fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 8rem);
}

.wellness-practical-image {
  min-height: 46rem;
}

.wellness-practical-image img {
  width: 100%;
  height: 100%;
  min-height: 46rem;
  object-fit: cover;
}

.wellness-faq-list {
  margin-top: 3rem;
  border-top: 1px solid var(--line);
}

.wellness-faq-list details {
  border-bottom: 1px solid var(--line);
}

.wellness-faq-list summary {
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 0;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.wellness-faq-list summary::-webkit-details-marker {
  display: none;
}

.wellness-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.wellness-faq-list details[open] summary::after {
  content: "−";
}

.wellness-faq-list p {
  margin: -0.4rem 0 1.4rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.wellness-final-cta {
  position: relative;
  min-height: 46rem;
  overflow: hidden;
  color: var(--white);
}

.wellness-final-cta > img {
  object-position: center 55%;
}

.wellness-final-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 9, 7, 0.86), rgba(9, 9, 7, 0.38) 66%, rgba(9, 9, 7, 0.14));
}

.wellness-final-content {
  position: relative;
  min-height: 46rem;
  padding-block: 7rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wellness-final-content h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 7vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.wellness-final-actions {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.wellness-final-actions > div {
  padding-left: 2.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.wellness-final-actions p {
  margin: 0 0 0.3rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wellness-final-actions > div a {
  display: block;
  color: var(--white);
  font-size: 0.86rem;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 0.2rem;
}

@media (max-width: 75rem) {
  .wellness-intro-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(27rem, 1.15fr);
    gap: 4rem;
  }

  .wellness-slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 62rem) {
  .wellness-intro-grid,
  .wellness-practical-grid {
    grid-template-columns: 1fr;
  }

  .wellness-intro-copy {
    max-width: 45rem;
  }

  .wellness-intro-images {
    min-height: 42rem;
  }

  .availability-heading,
  .pricing-heading {
    grid-template-columns: 1fr;
    gap: 1.7rem;
  }

  .availability-heading > p,
  .pricing-heading p:last-child {
    margin: 0;
  }

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

  .wellness-zone-card,
  .wellness-zone-card-reverse {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .wellness-zone-card-reverse img {
    order: 0;
  }

  .wellness-zone-card > img {
    min-height: 30rem;
  }

  .wellness-practical-image,
  .wellness-practical-image img {
    min-height: 38rem;
  }
}

@media (max-width: 46rem) {
  .wellness-hero,
  .wellness-hero-content {
    min-height: 52rem;
  }

  .wellness-hero-image {
    object-position: 63% center;
  }

  .wellness-hero-content {
    padding-top: calc(var(--header-height) + 3.5rem);
    padding-bottom: 13rem;
    justify-content: flex-start;
  }

  .wellness-hero h1 {
    max-width: 9ch;
    font-size: clamp(3.6rem, 17vw, 5rem);
  }

  .wellness-hero-lead {
    margin-top: 1.4rem;
    font-size: 1rem;
  }

  .wellness-hero-actions {
    width: 100%;
    margin-top: 1.8rem;
    align-items: stretch;
    flex-direction: column;
  }

  .wellness-hero-actions .button {
    width: 100%;
  }

  .wellness-inline-link {
    align-self: flex-start;
  }

  .wellness-hero-facts {
    min-height: 10.4rem;
  }

  .wellness-hero-facts > div {
    padding: 0.8rem 0.4rem;
    justify-content: center;
    flex-direction: column;
    gap: 0.45rem;
    text-align: center;
  }

  .wellness-hero-facts strong {
    font-size: 1.35rem;
    white-space: normal;
  }

  .wellness-hero-facts span {
    font-size: 0.43rem;
    letter-spacing: 0.045em;
  }

  .wellness-intro-copy h2,
  .wellness-section-heading h2,
  .wellness-practical-copy h2,
  .availability-heading h2 {
    max-width: 100%;
    font-size: clamp(3.1rem, 14vw, 4.5rem);
    overflow-wrap: anywhere;
  }

  .wellness-intro-images {
    min-height: 31rem;
  }

  .wellness-intro-image-main {
    right: 2.6rem;
    bottom: 2rem;
  }

  .wellness-intro-image-small {
    width: 47%;
    border-width: 0.45rem;
  }

  .availability-panel {
    margin-top: 3rem;
    padding: 1.2rem;
  }

  .wellness-slots {
    grid-template-columns: 1fr;
  }

  .wellness-slot {
    min-height: 8.3rem;
  }

  .availability-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .availability-actions .button {
    width: 100%;
  }

  .wellness-section-heading {
    margin-bottom: 3rem;
  }

  .wellness-zone-card > img {
    min-height: 23rem;
  }

  .wellness-zone-card > div {
    padding: 3rem 1.35rem;
  }

  .wellness-zone-number {
    top: 1.2rem;
    right: 1.2rem;
    font-size: 3.6rem;
  }

  .wellness-zone-card h3 {
    max-width: 10ch;
    font-size: 3rem;
  }

  .wellness-price-grid,
  .wellness-arrangement-grid {
    grid-template-columns: 1fr;
  }

  .wellness-price-badge {
    position: static;
    margin-bottom: 1rem;
  }

  .arrangements-heading {
    margin-top: 5rem;
  }

  .arrangements-heading h3 {
    font-size: 3.2rem;
  }

  .wellness-arrangement {
    min-height: 17rem;
  }

  .wellness-arrangement-price {
    margin-bottom: 2rem;
  }

  .arrangements-action .button {
    width: 100%;
  }

  .wellness-practical-image,
  .wellness-practical-image img {
    min-height: 28rem;
  }

  .wellness-final-cta,
  .wellness-final-content {
    min-height: 42rem;
  }

  .wellness-final-content h2 {
    font-size: clamp(3.3rem, 15vw, 4.8rem);
  }

  .wellness-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wellness-final-actions .button {
    width: 100%;
  }

  .wellness-final-actions > div {
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wellness-slot:hover,
  .wellness-slot:focus-visible {
    transform: none;
  }
}
