:root {
  --black: #020202;
  --white: #ffffff;
  --paper: #fafafa;
  --ink: #1d1d22;
  --muted: #6a6a72;
  --faint: #e9e9ea;
  --soft: #f4f4f4;
  --accent: #f2eff0;
  --hot: #ff4e7a;
  --gold: #e4c081;
  --max: 1180px;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

.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;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 46px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.92);
  color: var(--white);
}

.nav-shell {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  height: 46px;
  margin: 0 auto;
}

.wordmark {
  display: inline-block;
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.48em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links {
  justify-content: center;
}

.nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.nav-links a,
.nav-actions a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.68rem;
  font-weight: 600;
}

.join-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border-radius: 4px;
  background: var(--white);
  color: var(--black) !important;
  padding: 0 14px;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 38px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.page-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero-image {
  position: absolute;
  inset: 46px 0 0;
  background:
    radial-gradient(circle at 54% 28%, rgba(229, 190, 126, 0.34), transparent 18%),
    radial-gradient(circle at 76% 58%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 43%, #000 100%),
    linear-gradient(90deg, #000 0%, #050505 26%, #10100f 48%, #070707 68%, #000 100%);
}

.hero-image::before,
.hero-image::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-image::before {
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.4) 58%, #000 90%),
    linear-gradient(180deg, transparent 0 64%, rgba(0, 0, 0, 0.92) 92%);
  z-index: 3;
}

.hero-image::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  background:
    linear-gradient(8deg, #020202 0 34%, rgba(16, 16, 16, 0.72) 35% 50%, transparent 51%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 140px);
  opacity: 0.7;
  z-index: 2;
}

.clinic-building {
  position: absolute;
  left: 50%;
  top: 11%;
  width: min(720px, 54vw);
  height: 460px;
  transform: translateX(-39%);
  perspective: 900px;
  z-index: 1;
}

.building-roof {
  position: absolute;
  left: 5%;
  top: -3%;
  width: 84%;
  height: 110px;
  transform: skewX(-17deg);
  background:
    linear-gradient(180deg, rgba(227, 181, 108, 0.4), rgba(20, 18, 15, 0.95)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  filter: blur(0.2px);
}

.building-face {
  position: absolute;
  bottom: 44px;
  border: 2px solid rgba(212, 183, 118, 0.34);
  box-shadow:
    inset 0 0 44px rgba(255, 214, 136, 0.18),
    0 0 70px rgba(224, 178, 106, 0.18);
}

.building-face-left {
  left: 0;
  width: 55%;
  height: 340px;
  transform: skewY(3deg);
  background:
    repeating-linear-gradient(90deg, rgba(255, 219, 147, 0.42) 0 8px, rgba(255, 242, 203, 0.1) 8px 17px, transparent 17px 54px),
    linear-gradient(90deg, rgba(8, 9, 8, 0.85), rgba(237, 190, 112, 0.42), rgba(8, 9, 8, 0.84));
}

.building-face-right {
  right: 4%;
  width: 42%;
  height: 310px;
  transform: skewY(-5deg);
  background:
    repeating-linear-gradient(90deg, rgba(255, 218, 147, 0.38) 0 7px, transparent 7px 42px),
    linear-gradient(90deg, rgba(251, 218, 155, 0.28), rgba(0, 0, 0, 0.76));
}

.door-mark {
  position: absolute;
  right: 19%;
  top: 39%;
  color: rgba(255, 255, 255, 0.92);
  font-size: 2.15rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.9);
}

.hero-content {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.7fr);
  align-items: end;
  min-height: 100vh;
  padding: 0 0 72px;
}

.hero-copy {
  max-width: 720px;
}

.hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(2.65rem, 3.2vw, 3.65rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.hero-copy p {
  max-width: 520px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 650;
  padding: 0 18px;
}

.button-light {
  background: var(--white);
  color: var(--black);
}

.button-muted {
  background: var(--soft);
  color: var(--ink);
}

.button-dark {
  width: 100%;
  background: var(--black);
  color: var(--white);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 22px;
  padding-bottom: 3px;
}

.hero-stats div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 11px;
  text-align: center;
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 0.73rem;
  font-weight: 700;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  margin-top: 5px;
}

.section-padding {
  padding: 120px 0;
}

.section-intro {
  width: min(650px, calc(100% - 40px));
  margin: 0 auto 56px;
  text-align: center;
}

.kicker {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.section-intro h2,
.experience-copy h2,
.consult-section h2 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 4vw, 4.05rem);
  font-weight: 450;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.section-intro p,
.experience-copy p,
.consult-section p {
  margin: 0 auto 22px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.method-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.method-card {
  min-width: 0;
}

.method-visual {
  position: relative;
  height: 454px;
  overflow: hidden;
  border-radius: 10px;
  background: #111;
}

.method-card-one .method-visual {
  background:
    radial-gradient(circle at 23% 18%, rgba(255, 0, 98, 0.9), transparent 9%),
    radial-gradient(circle at 58% 54%, rgba(108, 40, 255, 0.94), transparent 29%),
    linear-gradient(140deg, #0d0926, #1931b0 52%, #f35c8e);
}

.method-card-one .method-visual::before {
  position: absolute;
  content: "";
  inset: 18% 15% 0;
  border-radius: 48% 48% 0 0;
  background:
    radial-gradient(circle at 48% 25%, rgba(255, 190, 207, 0.55), transparent 5%),
    linear-gradient(180deg, rgba(16, 9, 43, 0.05), rgba(2, 2, 12, 0.86));
  transform: rotate(-13deg);
}

.method-card-one .method-visual::after {
  position: absolute;
  content: "";
  left: 12%;
  right: 12%;
  bottom: 16%;
  height: 18%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  filter: blur(12px);
}

.light-line {
  position: absolute;
  left: 16%;
  top: 3%;
  width: 3px;
  height: 130px;
  background: #ff3f87;
  box-shadow: 0 0 22px #ff3f87;
  transform: rotate(2deg);
}

.method-card-two .method-visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 28% 72%, rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 58% 40%, rgba(221, 176, 110, 0.52), transparent 27%),
    linear-gradient(130deg, #54402b, #d5b479 45%, #15100b);
}

.method-card-two .method-visual::before {
  position: absolute;
  content: "";
  inset: 0;
  backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.16);
}

.glass-panel {
  position: relative;
  z-index: 1;
  width: min(270px, 78%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: rgba(20, 20, 20, 0.38);
  color: var(--white);
  padding: 22px;
  backdrop-filter: blur(18px);
}

.glass-panel small,
.glass-panel strong,
.glass-panel span {
  display: block;
}

.glass-panel small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.62rem;
  margin-bottom: 9px;
}

.glass-panel strong {
  max-width: 170px;
  margin-bottom: 21px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.25;
}

.glass-panel span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
}

.glass-panel i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4d76;
}

.glass-panel em {
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  font-style: normal;
  padding: 3px 6px;
}

.method-card-three .method-visual {
  background:
    radial-gradient(circle at 75% 14%, rgba(255, 173, 117, 0.8), transparent 20%),
    linear-gradient(160deg, #120f16, #1f1924 44%, #ff8b61);
}

.runner {
  position: absolute;
  right: 19%;
  bottom: 0;
  width: 190px;
  height: 420px;
  background:
    radial-gradient(circle at 44% 13%, #1b1218 0 18px, transparent 19px),
    linear-gradient(72deg, transparent 0 33%, #0a0b10 34% 45%, transparent 46%),
    linear-gradient(104deg, transparent 0 42%, #090910 43% 57%, transparent 58%),
    linear-gradient(180deg, transparent 0 19%, #050507 20% 58%, transparent 59%),
    linear-gradient(38deg, transparent 0 52%, #08080d 53% 61%, transparent 62%);
  filter: blur(0.2px);
  transform: rotate(-6deg);
}

.method-card h3 {
  margin: 18px 0 8px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.method-card p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.55;
}

.results-section {
  padding-top: 102px;
}

.quote-block {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto 116px;
  text-align: center;
}

blockquote {
  margin: 0 auto 40px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(2rem, 4.25vw, 4.1rem);
  letter-spacing: -0.07em;
  line-height: 1.08;
}

.quote-person {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.quote-person span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, #ffe0c8 0 18%, transparent 19%),
    linear-gradient(135deg, #251c18, #e7a270);
}

.quote-person strong {
  font-size: 0.7rem;
}

.quote-person small {
  color: var(--muted);
  font-size: 0.64rem;
}

.quote-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.quote-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dadadd;
}

.quote-dots span:first-child {
  width: 18px;
  border-radius: 999px;
  background: var(--ink);
}

.metric-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--max), calc(100% - 40px));
  min-height: 360px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--faint);
  border-radius: 10px;
  background: var(--white);
}

.metric-panel article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.metric-panel article + article {
  border-left: 1px solid var(--faint);
}

.metric-panel strong {
  color: #2c2c31;
  font-size: clamp(4rem, 7vw, 6.1rem);
  font-weight: 450;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.metric-panel strong span {
  font-size: 0.35em;
  vertical-align: super;
}

.metric-panel p {
  max-width: 260px;
  margin: 0;
  color: #55555c;
  font-size: 0.78rem;
  line-height: 1.55;
}

.metric-hot {
  color: var(--white);
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 255, 255, 0.78), transparent 14%),
    radial-gradient(circle at 42% 44%, rgba(255, 182, 196, 0.72), transparent 32%),
    linear-gradient(140deg, #ff315f, #ff6f8b 46%, #ff9bab);
}

.metric-hot strong,
.metric-hot p {
  color: var(--white);
}

.plans-section {
  background: var(--paper);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  border: 1px solid var(--faint);
  border-radius: 10px;
  background: var(--white);
  padding: 24px;
}

.plan-card::before {
  position: absolute;
  content: "";
  inset: 0 0 auto;
  height: 4px;
  border-radius: 10px 10px 0 0;
  background: #111;
  opacity: 0.1;
}

.plan-top {
  min-height: 112px;
}

.plan-card h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-weight: 450;
  letter-spacing: -0.065em;
}

.plan-card p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.label {
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #f1eded;
  color: #6f6262;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.price {
  margin: 8px 0 4px;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.92;
}

.price span {
  color: var(--muted);
  font-size: 0.28em;
  letter-spacing: -0.03em;
}

.commitment {
  margin: 0 0 22px;
  font-size: 0.68rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  color: #4d4d55;
  font-size: 0.78rem;
  line-height: 1.4;
  padding-left: 18px;
}

.plan-card li::before {
  position: absolute;
  left: 0;
  content: "+";
  color: #111;
}

.not-included {
  margin-top: auto;
  padding-top: 18px;
  font-size: 0.72rem !important;
}

.plan-featured {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 78, 122, 0.12), transparent 34%),
    var(--white);
}

.plan-featured::before {
  background: var(--hot);
  opacity: 1;
}

.plan-dark {
  background: var(--black);
  color: var(--white);
}

.plan-dark::before {
  background: var(--white);
  opacity: 0.34;
}

.plan-dark p,
.plan-dark li,
.plan-dark .price span {
  color: rgba(255, 255, 255, 0.62);
}

.plan-dark li::before {
  color: var(--white);
}

.plan-wide {
  grid-column: span 2;
  min-height: auto;
}

.plan-wide ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 80px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 126px 0;
}

.experience-copy {
  align-self: start;
  position: sticky;
  top: 90px;
}

.experience-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--faint);
  border-radius: 10px;
  background: var(--faint);
}

.experience-list article {
  min-height: 210px;
  background: var(--white);
  padding: 26px;
}

.experience-list span {
  display: block;
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 0.72rem;
}

.experience-list h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-weight: 450;
  letter-spacing: -0.055em;
}

.experience-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.58;
}

.addons-section {
  background: var(--paper);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 22px;
}

.filter-button {
  min-height: 32px;
  border: 1px solid var(--faint);
  border-radius: 999px;
  background: var(--white);
  color: #3d3d42;
  cursor: pointer;
  font-size: 0.69rem;
  font-weight: 650;
  padding: 0 14px;
}

.filter-button.active,
.filter-button:hover,
.filter-button:focus-visible {
  background: var(--black);
  color: var(--white);
}

.addon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.addon-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--faint);
  border-radius: 10px;
  background: var(--white);
  padding: 20px;
}

.addon-card.is-hidden {
  display: none;
}

.addon-card span {
  color: var(--muted);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.addon-card h3 {
  margin: 18px 0 8px;
  font-size: 1.05rem;
  font-weight: 550;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.addon-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.52;
}

.addon-card strong {
  margin-top: 20px;
  font-size: 0.82rem;
  font-weight: 650;
}

.consult-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.48fr);
  gap: 84px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0;
}

.consult-section h2 {
  max-width: 580px;
}

.consult-section p {
  margin-left: 0;
  max-width: 520px;
}

.consult-form {
  display: grid;
  gap: 14px;
  align-self: start;
  border: 1px solid var(--faint);
  border-radius: 10px;
  background: var(--white);
  padding: 22px;
}

.consult-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 650;
}

.consult-form input,
.consult-form select {
  min-height: 40px;
  width: 100%;
  border: 1px solid var(--faint);
  border-radius: 5px;
  background: #fbfbfb;
  color: var(--ink);
  outline: none;
  padding: 0 11px;
}

.consult-form input:focus,
.consult-form select:focus {
  border-color: #9a9aa0;
}

.form-note {
  margin: 0;
  text-align: center;
  font-size: 0.68rem !important;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  border-top: 1px solid var(--faint);
}

.footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
}

@media (max-width: 1050px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links,
  .nav-actions {
    position: fixed;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.96);
    padding: 12px;
  }

  .nav-links {
    top: 55px;
  }

  .nav-actions {
    top: 235px;
  }

  .nav-links.is-open,
  body.nav-open .nav-actions {
    display: flex;
  }

  .nav-links a,
  .nav-actions a {
    padding: 13px 8px;
    text-align: center;
  }

  .hero-content,
  .experience-section,
  .consult-section {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    max-width: 620px;
  }

  .clinic-building {
    width: 760px;
    transform: translateX(-50%);
  }

  .method-cards,
  .plans-grid,
  .addon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-panel {
    grid-template-columns: 1fr;
  }

  .metric-panel article + article {
    border-left: 0;
    border-top: 1px solid var(--faint);
  }

  .experience-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .nav-shell,
  .page-grid,
  .section-intro,
  .method-cards,
  .plans-grid,
  .experience-section,
  .filter-bar,
  .addon-grid,
  .consult-section,
  .footer,
  .metric-panel,
  .quote-block {
    width: min(100% - 28px, var(--max));
  }

  .wordmark {
    font-size: 0.68rem;
    letter-spacing: 0.34em;
  }

  .hero-content {
    padding-bottom: 34px;
  }

  .hero-copy h1 {
    font-size: clamp(2.6rem, 13vw, 4.1rem);
  }

  .hero-stats,
  .method-cards,
  .plans-grid,
  .plan-wide ul,
  .addon-grid {
    grid-template-columns: 1fr;
  }

  .plan-wide {
    grid-column: auto;
  }

  .method-visual {
    height: 360px;
  }

  .clinic-building {
    top: 12%;
    width: 590px;
    height: 380px;
  }

  .building-face-left {
    height: 285px;
  }

  .building-face-right {
    height: 260px;
  }

  .section-padding,
  .experience-section,
  .consult-section {
    padding: 84px 0;
  }

  .quote-block {
    margin-bottom: 64px;
  }

  .metric-panel strong {
    font-size: 4rem;
  }

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