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

.site-header nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.page-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 650px;
  margin: 0 4vw;
  color: var(--white);
  background: var(--brown);
}

.page-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 7vw, 8rem);
}

.page-hero h1,
.content-intro h1,
.policy-page h1,
.resource-hero h1 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 7vw, 7.5rem);
  font-weight: 400;
  line-height: 0.98;
}

.page-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 2rem 0 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.5;
}

.page-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  padding: 9rem 6vw;
}

.content-intro-copy {
  align-self: end;
}

.content-intro-copy p {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.5;
}

.treatment-list {
  padding: 0 6vw 9rem;
}

.treatment {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) 1.25fr;
  gap: 7vw;
  padding: 6rem 0;
  border-top: 1px solid rgba(47, 42, 37, 0.3);
}

.treatment-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.treatment h2,
.addons h2,
.credentials h2,
.faq-page h2,
.resource-links h2,
.products h2,
.policy-page h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  font-weight: 400;
  line-height: 1.05;
}

.treatment .price {
  margin: 0.8rem 0 2rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.treatment-description {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.55;
}

.feature-list,
.credentials ul,
.policy-page ul {
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(47, 42, 37, 0.18);
  line-height: 1.6;
}

.addons {
  padding: 9rem 6vw;
  color: var(--white);
  background: var(--brown);
}

.addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 4rem;
  background: rgba(255, 255, 255, 0.25);
}

.addons article {
  padding: 2.5rem;
  background: var(--brown);
}

.addons h3 {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
}

.addons p {
  line-height: 1.7;
}

.booking-strip {
  padding: 8rem 6vw;
  text-align: center;
  background: var(--sand);
}

.booking-strip h2 {
  max-width: 850px;
  margin: 0 auto 2.5rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 1;
}

.about-profile {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
  padding: 7rem 6vw;
}

.about-profile img {
  position: sticky;
  top: 2rem;
  width: 100%;
  max-height: 850px;
  object-fit: cover;
}

.about-copy h1 {
  margin: 0 0 3rem;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  font-weight: 400;
  line-height: 1;
}

.about-copy p {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.6;
}

.feature-callout {
  margin: 3rem 0;
  padding: 2rem;
  border: 1px solid rgba(47, 42, 37, 0.3);
}

.feature-callout a {
  border-bottom: 1px solid currentColor;
}

.credentials {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 8vw;
  padding: 8rem 6vw;
  color: var(--white);
  background: var(--brown);
}

.credentials img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
}

.credentials li {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  line-height: 1.45;
}

.results-hero {
  padding: 9rem 6vw 5rem;
  text-align: center;
}

.results-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 7vw, 7.6rem);
  font-weight: 400;
  line-height: 0.98;
}

.results-hero p:last-child {
  max-width: 620px;
  margin: 2rem auto 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.5;
}

.results-carousel-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(3rem, 6vw, 8rem);
  align-items: center;
  padding: 8rem 6vw;
}

.results-carousel-heading {
  display: block;
  margin: 0;
}

.results-carousel-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 400;
  line-height: 1;
}

.results-carousel-heading > p {
  max-width: 400px;
  margin: 2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.45;
}

.results-carousel {
  position: relative;
  width: min(100%, 592px);
  margin: 0 auto;
  outline: none;
}

.results-carousel:focus-visible {
  outline: 2px solid var(--taupe);
  outline-offset: 6px;
}

.results-carousel-viewport {
  display: grid;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--sand);
}

.result-slide {
  display: grid;
  place-items: center;
  grid-area: 1 / 1;
  margin: 0;
  opacity: 0;
  transform: translateX(20px);
  transition:
    opacity 380ms ease,
    transform 380ms ease;
}

.result-slide[hidden] {
  display: none;
}

.result-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.result-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result-slide-crop img {
  object-fit: cover;
  object-position: center;
}

.result-slide-compact img {
  width: 72%;
}

.results-carousel-arrow {
  position: absolute;
  top: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.9);
  box-shadow: 0 6px 24px rgba(47, 42, 37, 0.14);
  font-size: 1.2rem;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.results-carousel-arrow:hover,
.results-carousel-arrow:focus-visible {
  background: var(--white);
  transform: translateY(-50%) scale(1.06);
}

.results-carousel-previous {
  left: 1.5rem;
}

.results-carousel-next {
  right: 1.5rem;
}

.results-carousel-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding-top: 1.25rem;
}

.results-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.results-carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--taupe);
  cursor: pointer;
  opacity: 0.35;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.results-carousel-dot.is-active {
  opacity: 1;
  transform: scale(1.5);
}

.faq-page {
  padding: 9rem 12vw;
  background: var(--cream);
}

.faq-page > p {
  max-width: 700px;
  margin-bottom: 4rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.5;
}

.accordion-item {
  border-top: 1px solid rgba(47, 42, 37, 0.35);
}

.accordion-item:last-child {
  border-bottom: 1px solid rgba(47, 42, 37, 0.35);
}

.accordion-trigger {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  width: 100%;
  padding: 2rem 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  text-align: left;
  cursor: pointer;
}

.accordion-trigger::after {
  content: "+";
}

.accordion-trigger[aria-expanded="true"]::after {
  content: "−";
}

.accordion-panel {
  max-width: 760px;
  padding: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.resource-hero {
  padding: 9rem 6vw;
  color: var(--white);
  background: var(--brown);
}

.resource-hero p:last-child {
  max-width: 670px;
  margin: 2rem 0 0;
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.5;
}

.resource-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 7rem 6vw;
}

.resource-card {
  min-height: 330px;
  padding: 3rem;
  border: 1px solid rgba(47, 42, 37, 0.25);
}

.resource-card h2 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.resource-card-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.resource-card a {
  display: inline-block;
  padding: 0.75rem 1rem;
  border: 1px solid var(--ink);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.products {
  padding: 8rem 6vw;
  background: var(--cream);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 5rem;
}

.product {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 2rem;
  padding: 2rem;
  background: var(--paper);
}

.product img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: contain;
  background: var(--sand);
}

.product h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.product p,
.product li {
  line-height: 1.55;
}

.product ul {
  padding-left: 1.2rem;
}

.product .how-to {
  padding-top: 1rem;
  border-top: 1px solid rgba(47, 42, 37, 0.2);
}

.policy-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 9rem 5vw;
}

.membership-page {
  padding: 5.5rem 6vw 7rem;
  background: var(--cream);
}

.membership-content {
  max-width: 1120px;
  margin: 0 auto;
}

.membership-content h1 {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 6.6rem);
  font-weight: 400;
  line-height: 0.95;
  text-align: center;
}

.membership-content p {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.45;
}

.membership-benefits {
  margin: 2rem 0;
  border-top: 1px solid rgba(47, 42, 37, 0.22);
}

.membership-benefits p {
  margin: 0;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(47, 42, 37, 0.22);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.45;
}

.membership-button {
  display: flex;
  justify-content: center;
  width: min(100%, 340px);
  margin: 2rem auto 0;
  text-align: center;
  text-transform: none;
}

.policy-page h1 {
  margin-bottom: 6rem;
}

.policy-section {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 4rem;
  padding: 3.5rem 0;
  border-top: 1px solid rgba(47, 42, 37, 0.3);
}

.policy-page h2 {
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.policy-section p,
.policy-section li {
  line-height: 1.75;
}

.policy-section li {
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .page-hero,
  .content-intro,
  .about-profile,
  .credentials,
  .results-carousel-section,
  .results-carousel-heading,
  .resource-links,
  .policy-section {
    grid-template-columns: 1fr;
  }

  .page-hero > img {
    max-height: 600px;
  }

  .treatment {
    grid-template-columns: 1fr;
  }

  .treatment-media img {
    aspect-ratio: 16 / 10;
  }

  .addons-grid {
    grid-template-columns: 1fr;
  }

  .about-profile img {
    position: static;
    max-height: 650px;
  }

  .credentials img {
    aspect-ratio: 4 / 5;
    max-height: 720px;
    object-position: center 40%;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .page-hero {
    margin: 0;
  }

  .page-hero-content,
  .content-intro,
  .treatment-list,
  .addons,
  .booking-strip,
  .about-profile,
  .credentials,
  .results-hero,
  .results-carousel-section,
  .faq-page,
  .resource-hero,
  .resource-links,
  .products,
  .policy-page {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .results-carousel-section {
    gap: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .page-hero h1,
  .content-intro h1,
  .policy-page h1,
  .resource-hero h1,
  .results-hero h1 {
    font-size: 3.5rem;
  }

  .product {
    grid-template-columns: 1fr;
  }

  .product img {
    max-height: 320px;
  }

  .result-slide-compact img {
    width: 78%;
  }

  .results-carousel-arrow {
    top: calc(50% - 32px);
    width: 46px;
    height: 46px;
  }

  .results-carousel-previous {
    left: 0.75rem;
  }

  .results-carousel-next {
    right: 0.75rem;
  }
}
