:root {
  --ink: #201c1b;
  --muted: #6f6762;
  --line: #eadfd9;
  --paper: #fffdfa;
  --soft: #f8f1ed;
  --pearl: #fbf7f3;
  --clay: #a76658;
  --clay-dark: #8f5147;
  --clay-deep: #7a4339;
  --rose: #d9a495;
  --sage: #87927d;
  --gold: #b9834b;
  --shadow: 0 18px 50px rgba(80, 47, 38, 0.13);
  --shadow-soft: 0 8px 24px rgba(80, 47, 38, 0.08);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Avenir Next", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--paper), #f4ece6 46%, var(--paper));
  font-family: var(--sans);
  font-weight: 400;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
summary,
[role="button"],
.goal-card,
.treatment-card,
.quiet-link,
.mobile-action-bar a,
.mobile-menu a {
  -webkit-tap-highlight-color: rgba(171, 102, 88, 0.22);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid rgba(171, 102, 88, 0.72);
  outline-offset: 3px;
}

img {
  display: block;
  width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.4rem;
  min-height: 4.25rem;
  padding: 0.5rem clamp(1rem, 5vw, 4rem);
  background: rgba(255, 253, 250, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-wordmark {
  text-transform: none;
  letter-spacing: 0;
}

.brand-logo {
  height: clamp(2rem, 3vw, 2.8rem);
  width: auto;
  display: block;
}

.brand-wordmark span {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--ink);
  white-space: nowrap;
}

.brand-wordmark em {
  color: var(--clay);
  font-style: italic;
  font-weight: 400;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.85rem 1.55rem;
  border-radius: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #fff;
  background: var(--clay);
  border: 1px solid transparent;
  box-shadow: 0 1px 0 rgba(122, 67, 57, 0.35) inset, 0 6px 18px rgba(122, 67, 57, 0.18);
}

.button-primary:hover {
  background: var(--clay-dark);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(32, 28, 27, 0.75);
}

.button-ghost {
  color: var(--clay-dark);
  background: transparent;
  border: 1px solid rgba(167, 102, 88, 0.55);
}

.button-ghost:hover {
  color: #fff;
  background: var(--clay);
  border-color: var(--clay);
}

.header-cta {
  justify-self: end;
}

.header-cta .cta-short {
  display: none;
}

.menu-toggle {
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0.55rem;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 0.42rem 0;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem 3rem;
  background: linear-gradient(155deg, #fffdfa 0%, #f8ebe1 55%, #efd9c8 100%);
  overflow-y: auto;
}

.mobile-menu:not([hidden]) {
  display: flex;
}

.menu-close {
  position: absolute;
  top: 1.25rem;
  right: 1.1rem;
  width: 2.6rem;
  height: 2.6rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.menu-close:hover {
  opacity: 0.65;
}

.menu-close svg {
  width: 1.4rem;
  height: 1.4rem;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.menu-nav a {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--ink);
  text-transform: none;
  text-decoration: none;
  line-height: 1.1;
  padding: 0;
  border: 0;
  transition: color 0.18s ease;
}

.menu-nav a:hover,
.menu-nav a:focus-visible {
  color: var(--clay);
}

.menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: var(--clay);
  color: #fffaf5;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: 0;
  transition: background 0.18s ease, transform 0.18s ease;
  min-width: 14rem;
}

.menu-cta:hover {
  background: var(--clay-dark);
  transform: translateY(-1px);
}

.menu-social {
  display: flex;
  gap: 1.6rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.menu-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid rgba(167, 102, 88, 0.4);
  color: var(--clay);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.menu-social a:hover,
.menu-social a:focus-visible {
  background: var(--clay);
  border-color: var(--clay);
  color: #fffaf5;
  transform: translateY(-1px);
}

.menu-social svg {
  width: 1.1rem;
  height: 1.1rem;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(26rem, 41.6vw, 38rem);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #efe1d4, #b89a82);
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/hero-lotus.png") center center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(34, 22, 16, 0.85) 0%, rgba(48, 32, 24, 0.72) 22%, rgba(60, 42, 32, 0.42) 44%, rgba(60, 42, 32, 0.16) 62%, rgba(60, 42, 32, 0.02) 78%, rgba(60, 42, 32, 0) 100%),
    linear-gradient(0deg, rgba(34, 25, 20, 0.06), rgba(34, 25, 20, 0.06));
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(42rem, calc(100% - 2rem));
  min-height: auto;
  padding: clamp(1.6rem, 3.4vw, 3rem) 0 clamp(2.4rem, 4vw, 3.8rem);
  margin-left: clamp(1rem, 7vw, 6.4rem);
  transform: translateY(-0.65rem);
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--clay-dark);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.55rem, 4.2vw, 4.2rem);
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.7rem);
}

h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.hero-copy > p:not(.eyebrow),
.section-heading h2,
.featured-treatment p,
.about-practitioner p,
.process p,
.contact p,
.treatment-details p,
.small-note {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 34rem;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 400;
}

.hero .eyebrow,
.hero h1,
.hero-copy > p:not(.eyebrow),
.hero .small-note {
  color: #fffaf5;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.hero .eyebrow::after {
  content: "";
  width: 5rem;
  height: 1px;
  background: rgba(255, 250, 245, 0.45);
}

.hero-title {
  display: grid;
  gap: 0.18em;
  max-width: 12ch;
  color: #fffaf5;
  font-family: var(--serif);
  font-size: clamp(3.65rem, 6.1vw, 6.1rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.hero-title span {
  display: block;
}

.hero-title em {
  color: #d1a095;
  font-style: italic;
  font-weight: 400;
}

.hero-title .hero-title-white {
  color: #fffaf5;
}

.hero .hero-copy > p:not(.eyebrow) {
  color: rgba(255, 250, 245, 0.9);
}

.hero .hero-close {
  margin-top: 0.65rem;
  color: #fffaf5;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-style: italic;
  line-height: 1.25;
}

.hero .button-primary {
  background: var(--clay);
  border-color: var(--clay);
}

.hero .button-primary:hover {
  background: var(--clay-dark);
}

.hero .button-secondary {
  color: #fffaf5;
  background: transparent;
  border-color: rgba(255, 250, 245, 0.72);
}

.small-note {
  max-width: 34rem;
  margin: 1rem 0 0;
  font-size: 0.86rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 34rem;
  margin-top: 1.35rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 35rem;
  margin-top: clamp(2rem, 4vw, 3.2rem);
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 250, 245, 0.32);
}

.hero-stats span {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 250, 245, 0.74);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-stats strong {
  color: #fffaf5;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.trust-panel,
.recommendations,
.speciality-treatment,
.about-practitioner,
.process,
.reviews,
.split-section,
.full-menu,
.contact {
  width: min(92rem, calc(100% - 2rem));
  margin: 0 auto;
}

.contact h2 {
  max-width: 52rem;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.contact h2 em {
  color: var(--clay);
  font-style: italic;
  font-weight: 400;
}

.trust-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: -2.45rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 253, 250, 0.96);
  border: 1px solid rgba(234, 223, 217, 0.85);
  border-radius: 0.4rem;
  box-shadow: 0 22px 50px rgba(80, 47, 38, 0.1);
  backdrop-filter: blur(10px);
}

.trust-panel div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 4.1rem;
  padding: 0.9rem;
  border-right: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.84rem;
}

.trust-panel div:last-child {
  border-right: 0;
}

.trust-panel svg,
.mini-stat svg {
  width: 2.35rem;
  height: 2.35rem;
  color: var(--clay);
  flex: 0 0 auto;
}

.goal-card svg {
  width: 3.05rem;
  height: 3.05rem;
  color: var(--clay);
  stroke-width: 1.4;
  flex: 0 0 auto;
}

.goals,
.recommendations,
.process,
.treatment-details,
.full-menu {
  padding-top: clamp(3rem, 6vw, 5.2rem);
}

.recommendations,
.process,
.treatment-details,
.contact {
  position: relative;
}

.section-heading {
  max-width: 58rem;
  margin: 0 0 clamp(1.6rem, 4vw, 3rem);
  text-align: left;
}

.section-heading h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.65rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.98;
}

.section-heading h2 em {
  color: var(--clay);
  font-style: italic;
  font-weight: 400;
}

.section-heading-simple {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading-simple h2 {
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 400;
  line-height: 1.6;
}

.goal-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.7rem, 1.4vw, 1.1rem);
  width: min(92rem, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.1rem 0 0.4rem;
}

.goal-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 11.5rem;
  padding: 1.4rem 1rem;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(234, 223, 217, 0.85);
  border-radius: 0.45rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.goal-card:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: rgba(167, 102, 88, 0.4);
  box-shadow: 0 14px 36px rgba(80, 47, 38, 0.12);
}

.goal-card:hover b {
  transform: translateX(4px);
}

.goal-card span {
  max-width: 9rem;
  margin: 1.05rem 0 0.6rem;
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 500;
}

.goal-card b {
  color: var(--clay-dark);
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 220ms ease;
}

.recommendations {
  padding-bottom: 1rem;
}

.featured-treatment,
.about-practitioner,
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1rem, 3vw, 2rem) 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.featured-treatment img,
.about-practitioner img {
  height: clamp(24rem, 36vw, 34rem);
  object-fit: cover;
  border-radius: 0.65rem;
}

.about-practitioner img {
  object-position: center 30%;
}

.featured-treatment span,
.treatment-card span {
  color: var(--clay-dark);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.treatment-scroll {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: 1rem;
  padding: 0;
}

.treatment-card,
.testimonial,
.menu-columns > div,
.contact-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(234, 223, 217, 0.7);
  border-radius: 0.45rem;
  box-shadow: var(--shadow-soft);
}

.treatment-card {
  display: grid;
  grid-template-rows: auto minmax(5rem, auto) minmax(3.6rem, auto) auto;
  gap: 0.85rem;
  min-height: 17rem;
  padding: 1.6rem 1.4rem 1.4rem;
  border-top: 2px solid var(--clay);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.treatment-card:hover {
  transform: translateY(-3px);
  border-top-color: var(--clay-dark);
  box-shadow: 0 14px 36px rgba(80, 47, 38, 0.12);
}

.treatment-card p,
.treatment-card small {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-weight: 400;
}

.treatment-card small {
  display: block;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.treatment-card span {
  align-self: end;
}

.about-practitioner {
  grid-template-columns: 0.72fr 1.28fr;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-block: clamp(2rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: clamp(2rem, 5vw, 5rem);
}

.about-practitioner a,
.quiet-link {
  color: var(--clay-dark);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.section-link-row {
  margin-top: 1.2rem;
  text-align: right;
}

.practitioner-copy {
  max-width: 56rem;
}

.mini-stat {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.88rem;
}

.practitioner-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 1.4rem 0 1.2rem;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.practitioner-points li {
  padding: 0.8rem 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.practitioner-points li:nth-child(even) {
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}

.practitioner-points li:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: stretch;
  position: relative;
  margin-top: clamp(2rem, 5vw, 4rem);
  padding-top: clamp(2rem, 4vw, 3.2rem);
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: clamp(4.4rem, 7.4vw, 6rem);
  left: clamp(2.5rem, 8vw, 6rem);
  right: clamp(2.5rem, 8vw, 6rem);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(167, 102, 88, 0.45) 12%, rgba(167, 102, 88, 0.45) 88%, transparent 100%);
  pointer-events: none;
}

.process article {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  gap: 1rem;
  min-height: auto;
  position: relative;
  padding: 0;
  border-right: 0;
  z-index: 1;
}

.process b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(167, 102, 88, 0.45);
  border-radius: 999px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: 1;
  font-weight: 500;
  background: var(--paper);
}

.process article h3 {
  max-width: 16rem;
  align-self: start;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
}

.process article p {
  max-width: 31rem;
  margin: 0;
  font-size: 0.98rem;
}

.process-heading {
  max-width: 58rem;
}

.process-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 500;
  line-height: 0.95;
}

.process-heading h2 em {
  color: var(--clay);
  font-style: italic;
  font-weight: 400;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  padding-top: clamp(2rem, 4vw, 3rem);
}

.reviews {
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

.dark-band {
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: 0 0 clamp(3rem, 6vw, 5rem);
  background: #eee4da;
  color: var(--ink);
}

.dark-band .reviews,
.dark-band .split-section {
  width: min(92rem, calc(100% - 2rem));
  margin-inline: auto;
}

.reviews-heading {
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}

.reviews-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1;
}

.reviews-heading em {
  color: var(--clay);
  font-style: italic;
}

.reviews-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.1rem 0 0;
  padding: 0.55rem 1rem 0.55rem 0.85rem;
  background: rgba(255, 253, 250, 0.6);
  border: 1px solid rgba(185, 131, 75, 0.3);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.reviews-rating-stars {
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 0.95rem;
}

.reviews-rating-text strong {
  color: var(--ink);
  font-weight: 600;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
}

.review-card {
  display: grid;
  align-content: start;
  min-height: 18rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  background: rgba(255, 253, 250, 0.45);
}

.review-card blockquote {
  margin: 1.6rem 0 1.4rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.35;
  font-weight: 500;
}

.review-card cite {
  display: block;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(185, 131, 75, 0.32);
  color: var(--muted);
}

.dark-band .eyebrow,
.dark-band .stars {
  color: var(--clay-dark);
}

.treatment-details {
  width: min(92rem, calc(100% - 2rem));
  margin: 0 auto;
}

.treatment-story-list {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.treatment-story {
  display: grid;
  grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1rem, 2.5vw, 1.8rem) 0;
  border-top: 1px solid var(--line);
}

.treatment-story:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.82fr);
}

.treatment-story:nth-child(even) figure {
  order: 2;
}

.treatment-story figure {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
}

.treatment-story img {
  aspect-ratio: 4 / 3;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
}

.treatment-story > div {
  max-width: 42rem;
}

.treatment-story h3 {
  margin: 0.3rem 0 0.8rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: none;
}

.treatment-story p:not(.eyebrow) {
  max-width: 38rem;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.treatment-story small {
  display: block;
  max-width: 35rem;
  margin-top: 1.2rem;
  color: var(--clay-dark);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.treatment-story-cta {
  padding-top: 0.4rem;
  text-align: right;
}

.testimonial {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.stars {
  color: var(--gold);
  letter-spacing: 0.18em;
}

blockquote {
  margin: 1rem 0;
  color: var(--muted);
  line-height: 1.65;
}

cite {
  color: var(--clay-dark);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.april-quote {
  margin: 0.2rem 0 clamp(1.6rem, 3vw, 2.4rem);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  font-style: italic;
  line-height: 1.1;
}

.practitioner-bio {
  display: grid;
  gap: 1.1rem;
  max-width: 51rem;
}

.practitioner-bio p {
  margin: 0;
}

.practitioner-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: clamp(1.3rem, 3vw, 2rem);
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.practitioner-proof span {
  color: var(--clay-dark);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.practitioner-proof span:not(:last-child)::after {
  content: "/";
  margin-left: 1rem;
  color: rgba(171, 102, 88, 0.48);
}

.practitioner-signoff {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(1.4rem, 3vw, 2rem);
  border-top: 1px solid rgba(185, 131, 75, 0.28);
}

.practitioner-signoff cite {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-style: italic;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}

.practitioner-signoff span {
  color: var(--clay-dark);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--clay-dark);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.speciality-treatment {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.6rem);
  margin-top: clamp(3rem, 6vw, 5rem);
  padding: clamp(2.4rem, 5vw, 4.5rem) clamp(1rem, 4vw, 3rem);
  background: #eee4da;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.speciality-treatment p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.prp-heading {
  max-width: 58rem;
  margin-inline: auto;
  text-align: center;
}

.prp-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
}

.prp-heading h2 em {
  color: var(--clay);
  font-style: italic;
  font-weight: 400;
}

.prp-heading p:not(.eyebrow) {
  max-width: 52rem;
  margin: 1.25rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.prp-infographic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.6rem, 1.4vw, 1rem);
  border-top: 0;
  border-bottom: 0;
}

.prp-infographic article {
  padding: clamp(1.4rem, 2.4vw, 2rem);
  background: rgba(255, 253, 250, 0.62);
  border: 1px solid rgba(185, 131, 75, 0.22);
  border-radius: 0.45rem;
  border-right: 1px solid rgba(185, 131, 75, 0.22);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.prp-infographic article:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 250, 0.95);
  border-color: rgba(167, 102, 88, 0.4);
}

.prp-infographic article:last-child {
  border-right: 1px solid rgba(185, 131, 75, 0.22);
}

.prp-infographic svg {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.25rem;
  color: var(--clay);
  stroke-width: 1.35;
}

.prp-infographic h3 {
  margin-bottom: 0.75rem;
}

.prp-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.prp-footer p {
  max-width: 46rem;
}

.plla-treatment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.42fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center;
  max-width: 66rem;
  margin: 0 auto;
  padding: clamp(1.3rem, 3vw, 2.2rem);
  background: rgba(255, 253, 250, 0.52);
  border-top: 1px solid rgba(185, 131, 75, 0.34);
  border-bottom: 1px solid rgba(185, 131, 75, 0.34);
  text-align: left;
}

.plla-treatment h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.plla-treatment p:not(.eyebrow) {
  max-width: 34rem;
  margin: 0;
}

.plla-meta {
  display: grid;
  gap: 0.45rem;
  padding-left: clamp(1rem, 3vw, 2rem);
  border-left: 1px solid rgba(185, 131, 75, 0.3);
}

.plla-meta strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 0.95;
}

.plla-meta span,
.plla-meta li {
  color: var(--clay-dark);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.plla-meta ul {
  display: grid;
  gap: 0.3rem;
  margin: 0.55rem 0 0.35rem;
  padding: 0;
  list-style: none;
}

.menu-columns {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 1rem;
}

.menu-columns > div {
  padding: 1.4rem;
}

.menu-columns ul {
  display: grid;
  gap: 0;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.menu-columns li {
  display: block;
  padding: 0;
  border-bottom: 1px solid var(--line);
}

.menu-columns .menu-category-row {
  display: flex;
  align-items: center;
  min-height: 3.4rem;
  border-bottom: 0;
}

.menu-columns .menu-gap-row {
  min-height: 3.4rem;
  border-bottom: 0;
}

.menu-columns .menu-category-row h3 {
  margin: 0;
}

.menu-treatment {
  margin: 0;
}

.menu-treatment summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-inline: -0.8rem;
  padding: 0.95rem 2.8rem 0.95rem 0.8rem;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: rgba(171, 102, 88, 0.22);
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.menu-treatment summary::-webkit-details-marker {
  display: none;
}

.menu-treatment summary::after {
  content: "+";
  position: absolute;
  right: 0.85rem;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgba(171, 102, 88, 0.45);
  border-radius: 999px;
  color: var(--clay-dark);
  font-family: var(--sans);
  font-size: 0.9rem;
  line-height: 1.15rem;
  text-align: center;
  transform: translateY(-50%);
}

.menu-treatment summary:hover,
.menu-treatment summary:active,
.menu-treatment[open] summary {
  background-color: rgba(255, 253, 250, 0.72);
  box-shadow: 0 0 2rem rgba(171, 102, 88, 0.16);
}

.menu-treatment summary:focus-visible {
  outline: 2px solid rgba(171, 102, 88, 0.72);
  outline-offset: 3px;
}

.menu-treatment[open] summary::after {
  content: "-";
}

.menu-treatment p {
  max-width: 34rem;
  margin: 0;
  padding: 0 0.8rem 1rem;
  color: var(--muted);
  line-height: 1.65;
}

.menu-columns b {
  color: var(--clay-dark);
  white-space: nowrap;
}

.clinical-note {
  max-width: 48rem;
  margin: clamp(1.2rem, 3vw, 2rem) 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.contact {
  justify-items: center;
  grid-template-columns: 1fr;
  margin-top: clamp(3rem, 6vw, 5rem);
  margin-bottom: 2rem;
  padding: clamp(3rem, 6vw, 5rem) 1rem;
  border-top: 1px solid var(--line);
  background: #f7f0eb;
  text-align: center;
}

.contact-card {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  background: transparent;
}

.contact-card p {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
}

.contact > p:not(.eyebrow) {
  max-width: 43rem;
  margin: 1.1rem 0 1.8rem;
  color: var(--ink);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.contact > .button-primary {
  min-width: min(100%, 18rem);
  border-radius: 999px;
  background: var(--clay);
}

.contact > .button-primary:hover {
  background: var(--clay-dark);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  margin-top: 2rem;
  color: var(--muted);
}

.contact-links a {
  color: var(--ink);
}

.site-footer {
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 6vw, 6rem) clamp(1.5rem, 3vw, 2rem);
  background: #1f1712;
  color: #fffaf5;
  text-align: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: clamp(1.5rem, 3vw, 2.2rem);
}

.footer-brand-logo {
  display: block;
  width: clamp(9rem, 14vw, 12rem);
  height: auto;
}

.footer-social {
  display: flex;
  gap: 1.2rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 250, 245, 0.6);
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: #fffaf5;
  transform: translateY(-1px);
}

.footer-social svg {
  width: 1.3rem;
  height: 1.3rem;
}

/* Contact row with icons and bordered book button */
.footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0;
  padding-bottom: clamp(1.5rem, 3vw, 2.2rem);
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 300;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 250, 245, 0.65);
  text-decoration: none;
  transition: color 0.18s ease;
}

.footer-contact-item:hover {
  color: #fffaf5;
}

.footer-contact-item svg {
  width: 1rem;
  height: 1rem;
  opacity: 0.55;
  flex-shrink: 0;
}

.footer-pipe {
  width: 1px;
  height: 1.1rem;
  margin: 0 1.2rem;
  background: rgba(255, 250, 245, 0.2);
}

.footer-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(196, 149, 106, 0.5);
  border-radius: 0.3rem;
  color: #c4956a;
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.footer-book-btn:hover {
  background: rgba(196, 149, 106, 0.1);
  border-color: #c4956a;
  color: #fffaf5;
}

.footer-book-btn svg {
  width: 0.95rem;
  height: 0.95rem;
  opacity: 0.7;
  flex-shrink: 0;
}

.footer-book-btn svg.arrow {
  width: 0.85rem;
  height: 0.85rem;
  opacity: 0.5;
}

/* Legal links with dot separators */
.footer-legal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2rem 1.6rem;
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

.footer-legal-row a {
  color: rgba(255, 250, 245, 0.6);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 300;
  transition: color 0.18s ease;
}

.footer-legal-row a:hover {
  color: #fffaf5;
}

.footer-legal-row span {
  color: rgba(255, 250, 245, 0.2);
  font-size: 0.6rem;
}

/* Copyright bar */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 250, 245, 0.1);
  color: rgba(255, 250, 245, 0.4);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 250, 245, 0.5);
  text-decoration: none;
  font-size: 0.78rem;
  transition: color 0.18s ease;
}

.back-to-top:hover {
  color: #fffaf5;
}

.back-to-top svg {
  width: 0.85rem;
  height: 0.85rem;
}

.mobile-action-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(166, 102, 88, 0.94);
  color: #fff;
  backdrop-filter: blur(12px);
}

.mobile-action-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mobile-action-bar a:last-child {
  border-right: 0;
}

.mobile-action-bar svg {
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    min-height: 4.1rem;
  }

  .menu-toggle {
    justify-self: end;
  }

  .hero {
    min-height: auto;
    background-position: center center;
  }

  .hero-copy {
    min-height: 23rem;
  }

  .trust-panel {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
    box-shadow: none;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .trust-panel div:nth-child(2) {
    border-right: 0;
  }

  .trust-panel div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .about-practitioner,
  .speciality-treatment,
  .process-grid,
  .reviews-grid,
  .split-section,
  .menu-columns,
  .contact {
    grid-template-columns: 1fr;
  }

  .goal-row {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .prp-infographic {
    grid-template-columns: repeat(2, 1fr);
  }

  .prp-infographic article {
    border-right: 1px solid rgba(185, 131, 75, 0.22);
    border-bottom: 1px solid rgba(185, 131, 75, 0.22);
  }

  .prp-infographic article:last-child {
    border-bottom: 0;
  }

  .prp-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .treatment-story,
  .treatment-story:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .treatment-story:nth-child(even) figure {
    order: initial;
  }

  .treatment-story img {
    min-height: 13rem;
  }

  .treatment-story-cta {
    text-align: left;
  }

  .practitioner-signoff {
    grid-template-columns: 1fr;
  }

  .process article {
    grid-template-rows: auto auto auto;
    padding: 0 0 1.4rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process article:last-child {
    border-bottom: 0;
  }

  .process-grid {
    gap: 1.5rem;
    padding: 2rem 0 0;
  }

  .process-grid::before {
    display: none;
  }

}

@media (max-width: 640px) {
  body {
    padding-bottom: 4rem;
  }

  .site-header {
    padding-inline: 1rem;
    gap: 0.5rem;
  }

  .brand-wordmark span {
    font-size: 1.3rem;
  }

  .brand-logo {
    height: 1.6rem;
  }

  .header-cta {
    min-height: 2.4rem;
    padding: 0.5rem 0.85rem;
    font-size: 0.64rem;
    letter-spacing: 0.1em;
  }

  .header-cta .cta-full {
    display: none;
  }

  .header-cta .cta-short {
    display: inline;
  }

  .menu-toggle {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.5rem;
  }

  .menu-toggle span {
    height: 1.5px;
    margin: 0.3rem 0;
  }

  .hero-copy {
    min-height: auto;
    padding: clamp(5rem, 11vh, 6.5rem) 1rem clamp(3.2rem, 8vh, 5rem);
    margin-left: 0;
    width: 100%;
  }

  .hero {
    min-height: calc(100svh - 4.1rem);
  }

  .hero::before {
    background-position: 72% center;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(34, 25, 20, 0.9) 0%, rgba(60, 43, 34, 0.76) 48%, rgba(60, 43, 34, 0.24) 100%),
      linear-gradient(0deg, rgba(34, 25, 20, 0.12), rgba(34, 25, 20, 0.12));
  }

  h1 {
    font-size: clamp(2.75rem, 16vw, 4.5rem);
  }

  .hero-title {
    font-size: clamp(3.5rem, 16vw, 4.8rem);
    margin-block: 1.15rem 1rem;
  }

  .hero-actions {
    display: grid;
    max-width: 20rem;
  }

  .hero-actions .button-secondary {
    display: none;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }

  .hero-stats span {
    gap: 0.25rem;
    font-size: 0.56rem;
    letter-spacing: 0.1em;
  }

  .hero-stats strong {
    font-size: 1.55rem;
  }

  .trust-panel {
    display: none;
  }

  .goal-row,
  .trust-panel,
  .recommendations,
  .speciality-treatment,
  .about-practitioner,
  .process,
  .reviews,
  .dark-band .reviews,
  .dark-band .split-section,
  .split-section,
  .treatment-details,
  .full-menu,
  .contact {
    width: calc(100% - 1rem);
  }

  .recommendations,
  .speciality-treatment,
  .process,
  .treatment-details,
  .full-menu {
    padding-top: 2.4rem;
  }

  .speciality-treatment {
    gap: 1rem;
    margin-top: 2.2rem;
    padding: 2rem 0.8rem;
  }

  .prp-heading h2 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .prp-heading p:not(.eyebrow) {
    margin-top: 0.85rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .prp-infographic {
    grid-template-columns: repeat(2, 1fr);
  }

  .prp-infographic article {
    display: grid;
    justify-items: center;
    text-align: center;
    padding: 0.85rem;
  }

  .prp-infographic svg {
    width: 1.85rem;
    height: 1.85rem;
    margin-bottom: 0.65rem;
  }

  .prp-infographic h3 {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .prp-infographic p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .prp-footer {
    display: none;
  }

  .plla-treatment {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem 0.85rem;
  }

  .plla-treatment h3 {
    font-size: 2rem;
  }

  .plla-treatment p:not(.eyebrow) {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .plla-meta {
    padding: 0.8rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(185, 131, 75, 0.28);
  }

  .plla-meta strong {
    font-size: 2.3rem;
  }

  .about-practitioner {
    margin-top: 2.4rem;
    padding-block: 2rem;
  }

  .practitioner-copy {
    display: flex;
    flex-direction: column;
  }

  .practitioner-signoff {
    order: 5;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .practitioner-proof {
    display: none;
  }

  .process-grid {
    margin-top: 1.35rem;
    padding-top: 1.4rem;
  }

  .process article {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0.35rem 0.95rem;
    padding: 0 0 0.95rem;
  }

  .process b {
    grid-row: 1 / span 2;
    align-self: start;
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
  }

  .process article h3 {
    max-width: none;
    font-size: 1.25rem;
  }

  .process article p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .reviews {
    padding-top: 2.4rem;
  }

  .dark-band {
    margin-top: 2.6rem;
    padding-bottom: 2.6rem;
  }

  .treatment-story {
    padding: 0.85rem 0;
  }

  .contact {
    margin-top: 2.4rem;
    margin-bottom: 1.2rem;
    padding: 2.4rem 0.5rem;
  }

  .contact > p:not(.eyebrow) {
    margin: 0.85rem 0 1.35rem;
  }

  .contact-links {
    margin-top: 1.35rem;
  }

  .goal-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }

  .goal-card {
    min-height: 9.5rem;
    padding: 1.05rem 0.85rem;
  }

  .about-practitioner,
  .contact {
    padding-inline: 0;
  }

  .treatment-scroll {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .treatment-card {
    grid-template-rows: auto;
    min-height: 0;
    gap: 0.55rem;
    padding: 0.9rem 0.95rem 0.85rem;
  }

  .treatment-card p,
  .treatment-card small {
    line-height: 1.45;
  }

  .treatment-card small {
    padding-top: 0.55rem;
  }

  .treatment-card span {
    margin-top: 0.1rem;
  }

  .treatment-story {
    gap: 0.75rem;
  }

  .treatment-story figure {
    width: calc(100% + 1rem);
    margin-inline: -0.5rem;
  }

  .treatment-story p:not(.eyebrow) {
    display: block;
    font-size: 0.94rem;
    line-height: 1.5;
  }

  .treatment-story h3 {
    margin-bottom: 0.55rem;
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .treatment-story small {
    margin-top: 0.7rem;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .reviews-grid {
    gap: 0.85rem;
  }

  .review-card {
    min-height: 0;
    padding: 1rem 0.95rem;
  }

  .review-card blockquote {
    margin: 0.8rem 0 0.85rem;
    font-size: 1.12rem;
    line-height: 1.3;
  }

  .review-card cite {
    padding-top: 0.7rem;
    font-size: 0.8rem;
  }

  .treatment-story-cta {
    padding: 1rem 0 0.4rem;
  }

  .menu-columns > div {
    padding: 1rem;
  }

  .menu-treatment summary {
    align-items: start;
    gap: 0.55rem;
    min-height: 0;
    padding-block: 0.72rem;
  }

  .menu-treatment p {
    padding-bottom: 0.78rem;
    font-size: 0.88rem;
  }

  .clinical-note {
    font-size: 0.76rem;
  }

  .site-footer {
    padding: 2rem 1.25rem 5rem;
  }

  .footer-brand-logo {
    width: 9rem;
  }

  .footer-contact-row {
    flex-direction: column;
    gap: 0.75rem;
  }

  .footer-contact-item,
  .footer-pipe {
    display: none;
  }

  .footer-book-btn {
    margin-top: 0;
  }

  .footer-legal-row {
    gap: 0.15rem 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding-top: 0.8rem;
    font-size: 0.7rem;
    text-align: center;
  }

  .footer-bottom p {
    margin: 0;
  }

  .mobile-action-bar {
    display: grid;
  }
}

/* Legal pages */
.legal-shell {
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem clamp(1rem, 6vw, 4rem);
  border-bottom: 1px solid var(--line);
}

.legal-header .brand-logo {
  height: 1.8rem;
  width: auto;
}

.legal-page {
  flex: 1;
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 6vw, 3rem) clamp(3rem, 6vw, 5rem);
}

.legal-page .eyebrow {
  display: block;
  margin-bottom: 0.6rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay);
}

.legal-page h1 {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.legal-page > p:first-of-type,
.legal-page .lede {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 1rem;
}

.legal-page h2 {
  margin: 2.4rem 0 0.65rem;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  font-weight: 500;
  line-height: 1.2;
}

.legal-page h3 {
  margin: 1.4rem 0 0.4rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-dark);
}

.legal-page p,
.legal-page li {
  font-family: var(--sans);
  font-size: 0.97rem;
  line-height: 1.7;
  color: var(--ink);
}

.legal-page p {
  margin: 0 0 0.95rem;
}

.legal-page ul {
  margin: 0 0 1.1rem 1.25rem;
  padding: 0;
}

.legal-page li {
  margin-bottom: 0.4rem;
}

.legal-page a {
  color: var(--clay-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page a:hover {
  color: var(--clay-deep);
}

.legal-page hr {
  margin: 2rem 0 1.6rem;
  border: 0;
  border-top: 1px solid var(--line);
}

.legal-meta {
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.85rem;
  color: var(--muted);
}

.legal-footer {
  padding: 1.4rem clamp(1rem, 6vw, 4rem);
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--muted);
}

.legal-footer p {
  margin: 0;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
}

.legal-footer a {
  color: var(--muted);
  text-decoration: none;
}

.legal-footer a:hover {
  color: var(--ink);
}

@media (max-width: 640px) {
  .legal-header {
    padding: 1.05rem 1.1rem;
  }

  .legal-header .button {
    padding: 0.45rem 0.85rem;
    font-size: 0.7rem;
  }

  .legal-footer {
    justify-content: center;
    text-align: center;
  }
}

/* Cookie consent banner */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  width: min(calc(100vw - 2rem), 56rem);
  padding: 0.85rem 1.25rem;
  background: rgba(255, 253, 250, 0.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(32, 28, 27, 0.12);
  font-size: 0.85rem;
  color: var(--ink);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 18rem;
  line-height: 1.5;
}

.cookie-banner p a {
  color: var(--clay-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

.cookie-button {
  padding: 0.55rem 1.1rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  min-width: 6.5rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.cookie-reject {
  background: transparent;
  color: var(--clay-dark);
  border: 1px solid var(--clay);
}

.cookie-reject:hover,
.cookie-reject:focus-visible {
  background: var(--clay);
  color: #fffaf5;
}

.cookie-accept {
  background: var(--clay);
  color: #fffaf5;
  border: 1px solid var(--clay);
}

.cookie-accept:hover,
.cookie-accept:focus-visible {
  background: var(--clay-dark);
  border-color: var(--clay-dark);
}

@media (max-width: 720px) {
  .cookie-banner {
    border-radius: 1.25rem;
    padding: 1rem 1.1rem;
    gap: 0.85rem;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .cookie-button {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .cookie-banner {
    bottom: 4.6rem;
  }
}
