.page-hero {
  height: 72svh;
  min-height: 570px;
  position: relative;
  color: #fff;
  background: #17231d;
  overflow: hidden;
}
.spa-hero {
  height: 100svh;
  min-height: 760px;
}

.hero-request,
.treatment-request-button {
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 0 0 0.45rem;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
}
.hero-request {
  margin-top: 1.5rem;
  color: #fff;
}
.spa-request-modal {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  place-items: center;
  padding: 2rem;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}
.spa-request-modal.open {
  visibility: visible;
  opacity: 1;
}
.spa-request-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 27, 21, 0.82);
  backdrop-filter: blur(4px);
}
.spa-request-dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100vh - 4rem);
  overflow: auto;
  background: var(--paper);
  color: var(--ink);
  padding: clamp(2rem, 5vw, 4.5rem);
}
.spa-request-close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  border: 0;
  background: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--ink);
}
.spa-request-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}
.spa-request-heading h2 {
  margin: 0.35rem 0 1rem;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 400;
}
.spa-request-heading > p:last-child {
  font-size: 1rem;
  line-height: 1.65;
}
.spa-request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem 1.8rem;
}
.spa-request-form label,
.spa-request-form legend {
  display: grid;
  gap: 0.55rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.spa-request-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.spa-request-form input:not([type="radio"]),
.spa-request-form select,
.spa-request-form textarea {
  width: 100%;
  border: 1px solid rgba(18, 39, 31, 0.28);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 0.85rem 0.9rem;
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}
.spa-request-form textarea {
  resize: vertical;
}
.spa-request-form small {
  color: rgba(18, 39, 31, 0.7);
  font-size: 0.75rem;
  letter-spacing: 0;
  text-transform: none;
}
.spa-radio-row {
  display: flex;
  gap: 1.5rem;
  min-height: 47px;
  align-items: center;
}
.spa-radio-row label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  letter-spacing: 0;
  text-transform: none;
}
.spa-form-full {
  grid-column: 1 / -1;
}
.spa-form-note {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.2rem;
  background: rgba(203, 173, 119, 0.18);
  font-size: 0.9rem;
  line-height: 1.5;
}
.spa-submit {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}
.spa-submit:hover {
  background: transparent;
  color: var(--ink);
}
.spa-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.spa-form-status {
  min-height: 1.5rem;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.spa-form-status.success {
  color: #1d6847;
}
.spa-form-status.error {
  color: #9a2f2f;
}
.spa-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
@media (max-width: 700px) {
  .spa-request-modal {
    padding: 0;
    place-items: stretch;
  }
  .spa-request-dialog {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    padding: 4rem 1.3rem 2rem;
  }
  .spa-request-form {
    grid-template-columns: 1fr;
  }
  .spa-form-full {
    grid-column: 1;
  }
}
.page-hero img {
  position: absolute;
  inset: 0;
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 17, 11, 0.65), rgba(8, 17, 11, 0.08) 70%),
    linear-gradient(90deg, rgba(8, 17, 11, 0.45), transparent);
}
.page-hero-copy {
  position: absolute;
  z-index: 2;
  left: 8vw;
  bottom: 9vh;
  max-width: 900px;
}
.page-hero h1 {
  font-size: clamp(4.5rem, 9vw, 9rem);
  line-height: 0.86;
  letter-spacing: -0.04em;
  margin: 0;
}
.page-hero p {
  max-width: 620px;
  font-size: 1rem;
  line-height: 1.7;
  margin: 2rem 0 0;
}
.inner-main h2 {
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 0;
}
.inner-main h3 {
  font-size: 2.3rem;
  margin: 0 0 1rem;
}
.lede {
  font: clamp(1.7rem, 3vw, 2.7rem) / 1.35 var(--serif);
  max-width: 900px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}
.split.reverse > div:first-child {
  order: 2;
}
.split-media {
  height: 650px;
}
.split-copy p {
  font-size: 1rem;
  line-height: 1.9;
}
.dark-block {
  background: var(--ink);
  color: #fff;
}
.cream-block {
  background: var(--cream);
}
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact {
  padding: 2rem;
  border-right: 1px solid var(--line);
}
.fact:last-child {
  border: 0;
}
.fact strong {
  display: block;
  font: 3rem var(--serif);
}
.fact span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.family-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.2rem;
  margin-top: 4rem;
}
.person {
  background: #fff;
  padding-bottom: 1.5rem;
}
.person img {
  height: 390px;
}
.person-copy {
  padding: 1.6rem;
}
.person h3 {
  font-size: 2rem;
}
.person p {
  font-size: 0.9rem;
  line-height: 1.7;
}
.person.wide {
  grid-row: span 2;
}
.person.wide img {
  height: 720px;
}
.cooper-card {
  background: var(--rust);
  color: #fff;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.person.wide {
  grid-row: auto;
}
.person.wide img {
  height: 390px;
}
.cooper-card .paw {
  font-size: 3.5rem;
}
.cooper-card h3 {
  font-size: 3rem;
}
.room-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 4rem;
}
.room-type {
  position: relative;
  height: 560px;
  overflow: hidden;
  color: #fff;
}
.room-type:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(8, 17, 11, 0.85));
}
.room-type div {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
.room-type h3 {
  font-size: 2.4rem;
}
.room-type p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.room-amenity-note {
  margin-top: 5rem;
  padding: clamp(2rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  align-items: start;
  border: 1px solid var(--line);
  background: var(--cream);
}
.room-amenity-note h3 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}
.room-amenity-note p:not(.eyebrow) {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.8;
}
.hotel-concierge {
  padding: clamp(5rem, 9vw, 9rem) 8vw;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 8vw;
  align-items: end;
  background: var(--ink);
  color: #fff;
}
.hotel-concierge h2 {
  font-size: clamp(4rem, 8vw, 8rem);
}
.hotel-concierge > div:last-child p {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.8;
}
.room-gallery-heading {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  align-items: start;
}
.room-gallery-heading p:last-child {
  max-width: 650px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
}
.amenities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 4rem;
}
.amenity {
  background: var(--paper);
  padding: 2.5rem;
}
.amenity strong {
  font: 1.7rem var(--serif);
}
.amenity p {
  font-size: 0.9rem;
  line-height: 1.7;
}
.feature-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}
.feature-band > div {
  padding: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-band img {
  min-height: 560px;
}
.feature-band p {
  line-height: 1.9;
}
.quote-band {
  padding: 9vw;
  text-align: center;
  background: var(--rust);
  color: white;
}
.quote-band blockquote {
  font: clamp(2.2rem, 5vw, 5rem) / 1.1 var(--serif);
  max-width: 1000px;
  margin: auto;
}
.quote-band cite {
  display: block;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  font-style: normal;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 4rem;
}
.offer {
  min-height: 540px;
  position: relative;
  color: white;
  overflow: hidden;
}
.offer:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 17, 11, 0.86), transparent 65%);
}
.offer-copy {
  position: absolute;
  z-index: 2;
  left: 2.2rem;
  right: 2.2rem;
  bottom: 2.2rem;
}
.offer h3 {
  font-size: 2.8rem;
}
.offer p {
  max-width: 510px;
  line-height: 1.7;
}
.offer a,
.primary-cta {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 1rem 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  margin-top: 1rem;
}
.menu-sample {
  border-top: 1px solid var(--line);
  margin-top: 3rem;
}
.menu-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.menu-line strong {
  font: 1.35rem var(--serif);
}
.menu-line span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.spa-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 4rem;
}
.spa-service {
  background: #fff;
  padding: 2.5rem;
}
.spa-service h3 {
  font-size: 2rem;
}
.spa-service p {
  font-size: 0.9rem;
  line-height: 1.7;
}
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 360px;
  gap: 0.8rem;
}
.gallery figure {
  margin: 0;
}
.gallery figure:first-child {
  grid-row: span 2;
}
.timeline {
  margin-top: 4rem;
  border-left: 1px solid var(--rust);
}
.timeline-item {
  padding: 0 0 3.5rem 3rem;
  position: relative;
}
.timeline-item:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rust);
}
.timeline-item strong {
  font: 2.4rem var(--serif);
  color: var(--rust);
}
.timeline-item p {
  line-height: 1.8;
  max-width: 700px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
}
.contact-details h3 {
  font-size: 2rem;
  margin-top: 2.5rem;
}
.contact-details p {
  line-height: 1.8;
}
.inquiry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.field.full {
  grid-column: 1/-1;
}
.field label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.field input,
.field select,
.field textarea {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
  background: transparent;
  font: 1rem var(--sans);
  color: var(--ink);
  border-radius: 0;
}
.field textarea {
  min-height: 130px;
  resize: vertical;
}
.inquiry button {
  grid-column: 1/-1;
  background: var(--ink);
  color: white;
  border: 0;
  padding: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  cursor: pointer;
}
.faq-list {
  border-top: 1px solid var(--line);
  margin-top: 3rem;
}
.faq {
  border-bottom: 1px solid var(--line);
}
.faq button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  border: 0;
  background: none;
  padding: 1.5rem 0;
  font: 1.35rem var(--serif);
  cursor: pointer;
}
.faq p {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 1.7;
  transition: 0.35s;
}
.faq.open p {
  max-height: 180px;
  margin-bottom: 1.5rem;
}

.discover-hero { min-height: 760px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: #fff; }
.discover-hero-copy { padding: 180px clamp(3rem, 7vw, 8rem) 7rem; display: flex; flex-direction: column; justify-content: flex-end; }
.discover-hero h1 { margin: 1rem 0 2rem; font-size: clamp(5rem, 9vw, 10rem); line-height: .88; font-weight: 400; }
.discover-hero-copy > p:last-child { max-width: 640px; font-size: 1.15rem; line-height: 1.75; }
.discover-hero > img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }
.activity-jump { position: sticky; top: 71px; z-index: 12; display: flex; justify-content: center; gap: clamp(1.5rem, 5vw, 5rem); padding: 1.25rem 4vw; background: rgba(250,248,242,.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.activity-jump a { padding: .25rem 0; border-bottom: 1px solid transparent; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.activity-jump a:hover { border-color: currentColor; }
.activity-chapter { scroll-margin-top: 125px; }
.chapter-tint { background: #efebe2; }
.chapter-heading { display: grid; grid-template-columns: 60px 1fr 1fr; gap: clamp(2rem, 5vw, 6rem); align-items: end; margin-bottom: clamp(4rem, 7vw, 7rem); }
.chapter-number { align-self: start; margin: 0; color: #8b672f; font-size: .8rem; letter-spacing: .18em; }
.chapter-heading h2 { margin: 1rem 0 0; font-size: clamp(4rem, 7vw, 7rem); line-height: .92; font-weight: 400; }
.chapter-heading > p:last-child { max-width: 620px; margin: 0; font-size: 1.08rem; line-height: 1.8; }
.real-activity-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.real-activity { min-height: 330px; padding: clamp(2rem, 3vw, 3.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.real-activity.featured { grid-column: span 2; }
.real-activity .place { margin: 0 0 auto; color: #7a6b55; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.real-activity h3 { margin: 4rem 0 1.1rem; font: clamp(2rem, 3.2vw, 3.4rem)/1.05 var(--serif); }
.real-activity > p:last-child { max-width: 620px; margin: 0; line-height: 1.7; }
.dark-card { background: var(--ink); color: #fff; }
.dark-card .place { color: var(--sand); }
.directory-cta { padding: clamp(5rem, 9vw, 9rem); display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; background: var(--ink); color: #fff; }
.directory-cta h2 { margin: 1rem 0 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .9; font-weight: 400; }
.directory-cta > div:last-child p { max-width: 620px; font-size: 1.08rem; line-height: 1.8; }
.primary-cta.light, .text-link.light { color: #fff; border-color: rgba(255,255,255,.6); }

@media (max-width: 900px) {
  .discover-hero { grid-template-columns: 1fr; min-height: 0; }
  .discover-hero-copy { min-height: 650px; padding: 150px 25px 60px; }
  .discover-hero h1 { font-size: clamp(4.2rem, 20vw, 6.2rem); }
  .discover-hero > img { min-height: 480px; max-height: 620px; }
  .activity-jump { top: 71px; justify-content: flex-start; overflow-x: auto; gap: 2rem; padding-inline: 25px; }
  .activity-jump a { flex: 0 0 auto; }
  .chapter-heading { grid-template-columns: 38px 1fr; gap: 1.5rem; }
  .chapter-heading > p:last-child { grid-column: 2; }
  .real-activity-grid { grid-template-columns: 1fr; }
  .real-activity.featured { grid-column: auto; }
  .real-activity { min-height: 300px; }
  .directory-cta { grid-template-columns: 1fr; gap: 3rem; padding-inline: 25px; }
}
.booking-drawer {
  position: fixed;
  z-index: 110;
  inset: 0 0 0 auto;
  width: min(520px, 100%);
  background: var(--paper);
  padding: 6rem 3rem 3rem;
  transform: translateX(100%);
  transition: 0.45s;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.18);
  overflow-y: auto;
}
.booking-drawer.open {
  transform: none;
}
.booking-drawer h2 {
  font: 3.2rem/1 var(--serif);
}
.booking-choice {
  display: block;
  border-top: 1px solid var(--line);
  padding: 1.4rem 0;
}
.booking-choice strong {
  display: block;
  font: 1.4rem var(--serif);
}
.booking-choice span {
  font-size: 0.8rem;
}
.drawer-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  border: 0;
  background: none;
  font-size: 2rem;
  cursor: pointer;
}
.subnav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.subnav a {
  border: 1px solid var(--line);
  padding: 0.8rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.location-map {
  height: 450px;
  background: url("assets/pool-aerial.webp") center/cover;
  position: relative;
  color: #fff;
}
.location-map:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 14, 0.42);
}
.location-map div {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
}
.location-map h2 {
  font-size: 4rem;
}
@media (max-width: 900px) {
  .page-hero {
    height: 75svh;
  }
  .spa-hero {
    height: 100svh;
    min-height: 720px;
  }
  .page-hero-copy {
    left: 25px;
    right: 25px;
    bottom: 8vh;
  }
  .page-hero h1 {
    font-size: 4.4rem;
  }
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .split.reverse > div:first-child {
    order: 0;
  }
  .split-media {
    height: 480px;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
  }
  .fact:nth-child(2) {
    border-right: 0;
  }
  .fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .family-grid {
    grid-template-columns: 1fr;
  }
  .person.wide {
    grid-row: auto;
  }
  .person.wide img,
  .person img {
    height: 500px;
  }
  .room-list,
  .amenities,
  .spa-services {
    grid-template-columns: 1fr;
  }
  .room-type {
    height: 500px;
  }
  .room-amenity-note,
  .hotel-concierge,
  .room-gallery-heading {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hotel-concierge {
    padding-inline: 25px;
  }
  .feature-band {
    grid-template-columns: 1fr;
  }
  .feature-band img {
    height: 500px;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .offer {
    min-height: 500px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 280px;
  }
  .gallery figure:first-child {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .inquiry {
    grid-template-columns: 1fr;
  }
  .field.full,
  .inquiry button {
    grid-column: auto;
  }
  .booking-drawer {
    padding: 5rem 1.5rem 2rem;
  }
}

.cooper-card {
  padding: 0;
  display: block;
  background: #fff;
  color: var(--ink);
}
.cooper-card img {
  height: 390px;
}
.history-story {
  background: var(--paper);
}
.history-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  align-items: end;
}
.history-intro .eyebrow {
  grid-column: 1/-1;
}
.history-intro .lede {
  margin: 0;
}
.history-image-wide {
  height: 650px;
  margin: 5rem -8vw 0;
}
.history-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
  margin: 5rem 0;
}
.history-columns p {
  font-size: 1rem;
  line-height: 1.9;
  margin: 0;
}
.history-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 0;
  border-top: 1px solid var(--rust);
}
.history-timeline .timeline-item {
  padding: 2.5rem 2.5rem 0 0;
}
.history-timeline .timeline-item:before {
  left: 0;
  top: -5px;
}
.menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 4rem;
}
.menu-card {
  background: var(--cream);
  padding: 3.2rem;
}
.menu-card:nth-child(2) {
  background: var(--ink);
  color: white;
}
.menu-card h3 {
  font-size: 3rem;
}
.menu-card > p:not(.eyebrow) {
  line-height: 1.85;
  min-height: 135px;
}
.menu-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2rem;
}
.season-note {
  max-width: 760px;
  margin: 2.5rem 0 0;
  padding: 1.5rem 1.8rem;
  border-left: 3px solid var(--rust);
  background: var(--cream);
  line-height: 1.7;
}
.secondary-cta {
  background: transparent;
  color: inherit;
}
.stay-extra-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 4rem;
}
.stay-extra-card {
  background: var(--cream);
}
.stay-extra-card > img {
  height: 390px;
}
.stay-extra-card > div {
  padding: 3rem;
}
.stay-extra-card h3 {
  font-size: 2.4rem;
}
.stay-extra-card p:not(.eyebrow) {
  line-height: 1.8;
}
.move-card {
  background: var(--ink);
  color: #fff;
}
.move-card .primary-cta {
  color: #fff;
}
.menu-actions .primary-cta,
.menu-actions .text-link {
  margin-top: 0;
}
.treatment-intro .split > div:last-child > p:not(.lede) {
  line-height: 1.85;
}
.treatment-grid {
  grid-template-columns: repeat(2, 1fr);
}
.treatment-kicker {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--rust);
}
.spa-service strong {
  display: block;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.featured-treatment {
  background: var(--ink);
  color: #fff;
}
.featured-treatment .treatment-kicker {
  color: var(--sand);
}
.treatment-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
.treatment-actions .primary-cta,
.treatment-actions .text-link {
  margin-top: 0;
}
@media (max-width: 900px) {
  .history-intro,
  .history-columns,
  .history-timeline,
  .menu-columns {
    grid-template-columns: 1fr;
  }
  .stay-extra-grid {
    grid-template-columns: 1fr;
  }
  .history-image-wide {
    height: 460px;
    margin: 3.5rem -25px 0;
  }
  .history-columns {
    gap: 2rem;
    margin: 3.5rem 0;
  }
  .history-timeline {
    gap: 2rem;
  }
  .history-timeline .timeline-item {
    padding-bottom: 0;
  }
  .menu-card {
    padding: 2rem;
  }
  .menu-card > p:not(.eyebrow) {
    min-height: 0;
  }
  .treatment-grid {
    grid-template-columns: 1fr;
  }
  .treatment-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .treatment-actions a {
    text-align: center;
  }
}
