:root {
  --ink: #111719;
  --muted: #5e676c;
  --line: #d8d8d4;
  --soft: #f3f3f1;
  --white: #ffffff;
  --green: #28513d;
  --gold: #e9bd57;
  --nav: rgba(19, 21, 22, 0.88);
  --display: "Roboto Condensed", Arial Narrow, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--white);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-locked {
  overflow: hidden;
}

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

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

button,
summary {
  font: inherit;
}

.site-nav {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50%;
  width: calc(100% - 104px);
  height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 12px;
  color: var(--white);
  background: rgba(27, 33, 34, 0);
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transform: translateX(-50%);
  transition:
    top 420ms cubic-bezier(0.22, 1, 0.36, 1),
    width 520ms cubic-bezier(0.22, 1, 0.36, 1),
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 360ms ease,
    border-color 360ms ease,
    border-radius 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms ease,
    backdrop-filter 360ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav.is-scrolled {
  top: 16px;
  width: min(1060px, calc(100% - 110px));
  height: 56px;
  padding: 0 22px 0 26px;
  background: rgba(29, 35, 36, 0.68);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(15px) saturate(112%);
  -webkit-backdrop-filter: blur(15px) saturate(112%);
  transform: translateX(calc(-50% - 20px));
}

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

.nav-login {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 15px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links {
  gap: 26px;
  font-size: 13px;
  font-weight: 500;
}

.nav-links a,
.footer-links a {
  transition: opacity 180ms ease;
}

.nav-links a:hover,
.footer-links a:hover {
  opacity: 0.62;
}

.nav-logo {
  width: 112px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo img {
  width: 96px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

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

.nav-cta,
.nav-buy {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--ink);
  background: var(--white);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-cta {
  color: var(--ink);
  background: var(--white);
}

.nav-buy {
  color: #111315;
  background: var(--gold);
  border-radius: 20px;
}

.nav-menu {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition:
    right 520ms cubic-bezier(0.22, 1, 0.36, 1),
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 360ms ease,
    border-color 360ms ease,
    box-shadow 360ms ease;
}

.site-nav.is-scrolled .nav-actions {
  padding-right: 38px;
}

.site-nav.is-scrolled .nav-menu {
  position: absolute;
  right: -50px;
  width: 42px;
  height: 42px;
  background: rgba(29, 35, 36, 0.68);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(15px) saturate(112%);
  -webkit-backdrop-filter: blur(15px) saturate(112%);
}

.nav-menu svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.5;
}

.hero {
  position: relative;
  height: min(760px, 100svh);
  min-height: 670px;
  overflow: hidden;
  color: var(--white);
  background: #151515;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.01);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(4, 8, 10, 0.78) 0%, rgba(4, 8, 10, 0.52) 45%, rgba(4, 8, 10, 0.08) 74%), linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 38%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 72px));
  height: 100%;
  margin: 0 auto;
}

.hero-copy {
  position: absolute;
  top: 152px;
  left: 0;
  width: min(820px, 72vw);
}

.eyebrow {
  margin: 0;
  color: #4c5357;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0;
  text-transform: none;
}

.hero h1,
.doctor-intro h2,
.method h2,
.membership h2,
.story h2 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 900px;
  margin: 0 0 25px;
  font-size: clamp(48px, 5.15vw, 68px);
  line-height: 0.9;
}

.hero-support {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 770px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.hero-support p {
  margin: 0;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  stroke-width: 2.3;
}

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

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

.button-dark {
  color: var(--white);
  background: #111315;
}

.button-buy {
  color: #111315;
  background: var(--gold);
  border-color: var(--gold);
}

.button-buy:hover {
  opacity: 0.94;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.hero-button {
  min-width: 292px;
  margin-top: 0;
  border-radius: 30px;
}

.hero-metrics {
  position: absolute;
  left: 0;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, 220px);
  gap: 28px;
}

.hero-metrics div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  font-size: 16px;
  line-height: 1.3;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.media-proof {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 24px;
  text-align: center;
}

.media-proof p {
  max-width: 650px;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.media-proof img {
  width: min(620px, 90vw);
  max-height: 55px;
  object-fit: contain;
}

.overview {
  max-width: 1280px;
  min-height: 620px;
  margin: 0 auto;
  padding: 76px 48px 70px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 44px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.15;
}

.section-heading p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.overview-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.overview-card img {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
}

.overview-card span {
  max-width: 260px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.story {
  position: relative;
  height: 460svh;
  background: #111315;
  scroll-margin-top: 92px;
}

.story-pin {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #111315;
}

.story-panel {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  color: var(--white);
  background-color: #111315;
  background-image: var(--panel-image);
  background-position: var(--panel-position, center);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: inset(100% 0 0 0);
  transform: translate3d(0, 4%, 0) scale(1.015);
  will-change: clip-path, transform;
}

.story-panel:first-child {
  z-index: 2;
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
}

.story-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 9, 11, 0.82) 0%, rgba(6, 9, 11, 0.54) 40%, rgba(6, 9, 11, 0.08) 70%);
}

.story-panel-light {
  color: var(--ink);
  background-color: var(--white);
}

.story-panel-light .story-scrim {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 33%, rgba(255, 255, 255, 0.08) 64%);
}

.story-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: max(48px, calc((100vw - 1184px) / 2));
  width: min(470px, 40vw);
  transform: translateY(-46%);
}

.story-index {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story h2 {
  max-width: 500px;
  margin: 0 0 22px;
  font-size: clamp(42px, 4.35vw, 64px);
  line-height: 0.96;
}

.story-content > p:not(.story-index) {
  max-width: 450px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.story-questions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.story-questions details {
  color: var(--white);
  background: rgba(10, 13, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.story-panel-light .story-questions details {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(17, 23, 25, 0.14);
}

.story-questions summary {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.story-questions summary::-webkit-details-marker {
  display: none;
}

.story-questions summary svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.story-questions details[open] summary svg {
  transform: rotate(45deg);
}

.story-questions details p {
  margin: 0;
  padding: 0 14px 14px;
  font-size: 13px;
  line-height: 1.5;
}

.story-progress {
  position: absolute;
  z-index: 20;
  top: 50%;
  right: max(34px, calc((100vw - 1184px) / 2));
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  padding: 13px 16px;
  color: rgba(255, 255, 255, 0.52);
  background: rgba(11, 14, 15, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  list-style: none;
  backdrop-filter: blur(12px);
  transform: translateY(-50%);
}

.story-progress li {
  min-height: 42px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  border-left: 2px solid transparent;
  font-size: 13px;
  font-weight: 600;
  transition: color 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.story-progress li.is-active {
  padding-left: 10px;
  color: var(--white);
  border-color: var(--white);
}

.story-progress span {
  font-family: var(--display);
  font-weight: 700;
}

.doctor-intro {
  max-width: 1280px;
  min-height: 900px;
  display: grid;
  grid-template-columns: 57% 43%;
  margin: 0 auto;
  border-bottom: 1px solid #dededa;
  scroll-margin-top: 92px;
}

.doctor-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
}

.doctor-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #282c2e;
}

.doctor-copy .eyebrow span {
  width: 34px;
  height: 2px;
  background: #3e4446;
}

.doctor-intro h2 {
  max-width: 620px;
  margin: 34px 0 32px;
  font-size: clamp(56px, 5.6vw, 72px);
  line-height: 0.94;
}

.doctor-copy > p:not(.eyebrow) {
  max-width: 555px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.doctor-copy .doctor-lead {
  color: var(--ink) !important;
  font-size: 21px !important;
  font-weight: 600;
  line-height: 1.4 !important;
}

.doctor-origin-quote {
  max-width: 555px;
  margin: 6px 0 22px;
  padding-left: 20px;
  color: var(--ink);
  border-left: 2px solid var(--green);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.doctor-stats {
  display: grid;
  grid-template-columns: 1fr 1.12fr 1fr;
  margin-top: 24px;
}

.doctor-stats div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 20px;
  border-right: 1px solid #cfd2d2;
}

.doctor-stats div + div {
  padding-left: 26px;
}

.doctor-stats div:last-child {
  border-right: 0;
}

.doctor-stats strong {
  font-family: var(--display);
  font-size: 27px;
  text-transform: uppercase;
}

.doctor-stats span {
  color: var(--muted);
  font-size: 12px;
}

.doctor-photo {
  position: relative;
  min-height: 900px;
  padding-top: 90px;
  overflow: hidden;
  background: #f2f2f0;
}

.doctor-photo > span {
  position: absolute;
  z-index: 2;
  top: 38px;
  left: 34px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.doctor-photo img {
  width: 100%;
  height: 740px;
  object-fit: cover;
  object-position: 40% center;
}

.method {
  max-width: 1280px;
  min-height: 530px;
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 74px;
  margin: 0 auto;
  padding: 72px;
  background: var(--soft);
}

.method-heading {
  padding-right: 74px;
  border-right: 1px solid #d2d2ce;
}

.method h2 {
  margin: 24px 0 24px;
  font-size: 52px;
  line-height: 0.96;
}

.method-heading > p:last-child {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.method-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-list li {
  min-height: 116px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid #d2d2ce;
}

.method-list li:first-child {
  padding-top: 0;
}

.method-list li:last-child {
  border-bottom: 0;
}

.method-list > li > span {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
}

.method-list strong {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
}

.method-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.membership {
  max-width: 1280px;
  min-height: 900px;
  margin: 0 auto;
  padding: 72px;
  scroll-margin-top: 92px;
}

.membership-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 38px;
}

.membership h2 {
  margin: 17px 0 12px;
  font-size: 52px;
  line-height: 1;
}

.membership-heading > div:first-child > p:last-child {
  margin: 0;
  color: var(--muted);
}

.capacity {
  min-width: 300px;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.capacity strong {
  font-family: var(--display);
  font-size: 38px;
}

.capacity span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.price-card {
  min-height: 598px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.price-card-dark {
  color: var(--white);
  background: #111315;
  border-color: #111315;
}

.price-card header {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.price-card-dark header {
  border-color: #3a3d3f;
}

.price-card header > p {
  margin: 0;
  color: #5b6367;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card-dark header > p {
  color: #d6d8d9;
}

.price-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 54px;
  line-height: 1;
}

.price-card header > span,
.price-note {
  color: #7a8286;
  font-size: 12px;
}

.price-card-dark header > span,
.price-card-dark .price-note {
  color: #b9bdbf;
}

.price-card header small {
  max-width: 440px;
  color: #4f585d;
  font-size: 15px;
  line-height: 1.48;
}

.price-card-dark header small {
  color: #e1e3e4;
}

.price-card ul {
  min-height: 246px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
  padding: 22px 0 12px;
  list-style: none;
}

.price-card li {
  min-height: 26px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  color: #4f585d;
  font-size: 15px;
}

.price-card-dark li {
  color: #d6d8d9;
}

.price-card li svg {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

.price-card li strong {
  color: var(--ink);
}

.price-card-dark li strong {
  color: var(--white);
}

.price-note {
  margin: auto 0 10px;
  font-weight: 500;
}

.price-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.price-card .button {
  width: 100%;
}

.final-cta {
  position: relative;
  max-width: 1280px;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--white);
  background: #21140f;
}

.final-cta > img,
.final-cta-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-cta > img {
  object-fit: cover;
  object-position: center 48%;
}

.final-cta-shade {
  background: linear-gradient(90deg, rgba(29, 15, 10, 0.72) 0%, rgba(29, 15, 10, 0.18) 45%, rgba(29, 15, 10, 0) 67%);
}

.final-cta-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
}

.final-cta h2 {
  margin: 0 0 30px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.04;
}

.final-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.final-cta .button {
  width: 324px;
  border-radius: 28px;
}

.footer {
  max-width: 1280px;
  min-height: 460px;
  margin: 0 auto;
  padding: 54px;
  color: #4d5559;
  background: var(--white);
}

.footer-top {
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.footer-brand {
  max-width: 420px;
}

.footer-brand img {
  width: 220px;
  height: 147px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand p {
  max-width: 410px;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 64px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-links h3 {
  margin: 0 0 6px;
  color: #181b1d;
  font-size: 12px;
  font-weight: 700;
}

.footer-links a,
.footer-links span {
  font-size: 12px;
}

.footer-links span {
  color: #858c90;
}

.footer-bottom {
  min-height: 66px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #e3e3e0;
  color: #858c90;
  font-size: 10px;
}

.booking-page {
  min-height: 100vh;
  background: #f5f6f4;
}

.booking-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(28px, calc((100% - 1080px) / 2));
  color: var(--white);
  background: #171c1e;
}

.booking-logo {
  width: 112px;
  display: block;
}

.booking-logo img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.booking-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}

.booking-back svg {
  width: 17px;
  height: 17px;
}

.booking-main {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px 0 80px;
}

.booking-intro {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.booking-intro > p {
  margin: 0 0 14px;
  color: #697175;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-intro h1 {
  margin: 0 0 18px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.06;
}

.booking-intro > span {
  display: block;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.booking-calendar {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dedfdb;
  border-radius: 6px;
}

.booking-calendar iframe {
  width: 100%;
  min-height: 800px;
  display: block;
  border: 0;
  background: var(--white);
}

.booking-footer {
  width: min(980px, calc(100% - 40px));
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  border-top: 1px solid #dedfdb;
  color: #858c90;
  font-size: 10px;
}

@media (max-width: 1000px) {
  .site-nav {
    width: calc(100% - 44px);
  }

  .site-nav.is-scrolled {
    width: calc(100% - 104px);
  }

  .nav-links {
    gap: 16px;
  }

  .nav-cta {
    padding: 0 15px;
    font-size: 11px;
  }

  .hero-inner {
    width: calc(100% - 48px);
  }

  .hero-copy {
    width: 74vw;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 190px));
  }

  .story-progress {
    right: 28px;
    width: 195px;
  }

  .story-content {
    left: 38px;
    width: 42vw;
  }

  .doctor-copy {
    padding: 56px 44px;
  }

  .doctor-intro h2 {
    font-size: 54px;
  }

  .doctor-stats strong {
    font-size: 22px;
  }

  .method,
  .membership {
    padding: 56px 44px;
  }

  .method {
    grid-template-columns: 390px 1fr;
    gap: 44px;
  }

  .method-heading {
    padding-right: 44px;
  }
}

@media (max-width: 760px) {
  .site-nav {
    width: calc(100% - 28px);
    grid-template-columns: 1fr auto;
    padding: 0 13px 0 20px;
  }

  .site-nav.is-scrolled {
    width: calc(100% - 28px);
    padding: 0 13px 0 20px;
    transform: translateX(-50%);
  }

  .nav-logo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 94px;
  }

  .nav-logo img {
    width: 86px;
  }

  .nav-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-nav.is-scrolled .nav-actions {
    padding-right: 0;
  }

  .site-nav.is-scrolled .nav-menu {
    position: static;
    width: 38px;
    height: 38px;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav-cta,
  .nav-buy {
    display: none;
  }

  .nav-login {
    height: 38px;
    padding: 0 10px;
    font-size: 10px;
  }

  .nav-links {
    position: fixed;
    top: 86px;
    left: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    color: var(--white);
    background: rgba(17, 19, 21, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-links a {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .site-nav.menu-open .nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hero {
    height: 820px;
    min-height: 820px;
  }

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

  .hero-shade {
    background: linear-gradient(90deg, rgba(4, 8, 10, 0.74), rgba(4, 8, 10, 0.26)), linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.08) 76%);
  }

  .hero-inner {
    width: calc(100% - 36px);
  }

  .hero-copy {
    top: 132px;
    width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    margin: 0 0 22px;
    font-size: 42px;
    line-height: 0.96;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero h1 br {
    display: none;
  }

  .hero-support {
    max-width: 94%;
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-top: 26px;
  }

  .hero-button {
    min-width: 0;
    width: 100%;
  }

  .hero-metrics {
    right: 0;
    bottom: 27px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-metrics div {
    padding-right: 8px;
  }

  .hero-metrics strong {
    font-size: 12px;
  }

  .hero-metrics span {
    font-size: 10px;
    line-height: 1.3;
  }

  .media-proof {
    min-height: 150px;
  }

  .overview {
    padding: 60px 16px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .overview-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 8px;
  }

  .overview-card span {
    font-size: 12px;
  }

  .story-pin {
    min-height: 640px;
  }

  .story-panel {
    background-position: center;
  }

  .story-scrim {
    background: linear-gradient(180deg, rgba(5, 7, 8, 0.02) 16%, rgba(5, 7, 8, 0.9) 68%, rgba(5, 7, 8, 0.98) 100%);
  }

  .story-panel-light .story-scrim {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 14%, rgba(255, 255, 255, 0.92) 64%, rgba(255, 255, 255, 0.99) 100%);
  }

  .story-content {
    top: auto;
    right: 18px;
    bottom: 28px;
    left: 18px;
    width: auto;
    transform: none;
  }

  .story-index {
    margin-bottom: 10px;
  }

  .story h2 {
    max-width: 94%;
    margin-bottom: 12px;
    font-size: 37px;
  }

  .story-content > p:not(.story-index) {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.45;
  }

  .story-questions {
    gap: 6px;
    margin-top: 16px;
  }

  .story-questions summary {
    min-height: 40px;
    padding: 8px 11px;
    font-size: 11px;
  }

  .story-questions details p {
    padding: 0 11px 11px;
    font-size: 11px;
  }

  .story-progress {
    display: none;
  }

  .doctor-intro {
    grid-template-columns: 1fr;
  }

  .doctor-copy {
    padding: 64px 22px 48px;
  }

  .doctor-intro h2 {
    margin: 28px 0;
    font-size: 52px;
  }

  .doctor-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .doctor-copy .doctor-lead {
    font-size: 19px !important;
  }

  .doctor-stats {
    gap: 12px;
  }

  .doctor-stats div,
  .doctor-stats div + div {
    padding: 0 9px 0 0;
  }

  .doctor-stats strong {
    font-size: 18px;
  }

  .doctor-photo {
    min-height: 520px;
    padding-top: 72px;
  }

  .doctor-photo img {
    height: 448px;
    object-position: 34% center;
  }

  .method {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 58px 22px;
  }

  .method-heading {
    padding: 0 0 38px;
    border-right: 0;
    border-bottom: 1px solid #d2d2ce;
  }

  .method h2 {
    font-size: 48px;
  }

  .method-list li {
    grid-template-columns: 48px 1fr;
  }

  .membership {
    padding: 64px 16px;
  }

  .membership-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .membership h2 {
    font-size: 46px;
  }

  .capacity {
    min-width: 0;
    width: 100%;
    padding-left: 18px;
  }

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

  .price-card {
    min-height: 0;
    padding: 27px 22px;
  }

  .price-card header {
    min-height: 0;
  }

  .price-card ul {
    min-height: 0;
  }

  .final-cta {
    height: 600px;
  }

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

  .final-cta-shade {
    background: linear-gradient(0deg, rgba(29, 15, 10, 0.8) 0%, rgba(29, 15, 10, 0.1) 70%);
  }

  .final-cta-copy {
    top: auto;
    right: 18px;
    bottom: 34px;
    left: 18px;
    transform: none;
  }

  .final-cta h2 {
    font-size: 45px;
  }

  .final-cta-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer {
    min-height: 0;
    padding: 44px 22px 28px;
  }

  .footer-top {
    min-height: 0;
    flex-direction: column;
    gap: 48px;
  }

  .footer-links {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 52px;
  }

  .booking-header {
    height: 70px;
    padding: 0 20px;
  }

  .booking-logo {
    width: 94px;
  }

  .booking-main {
    width: min(100% - 24px, 980px);
    padding: 42px 0 56px;
  }

  .booking-intro {
    margin-bottom: 30px;
  }

  .booking-intro h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .booking-intro > span {
    font-size: 15px;
    line-height: 1.55;
  }

  .booking-calendar {
    border-radius: 4px;
  }

  .booking-footer {
    width: calc(100% - 40px);
    min-height: 112px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 36px;
    line-height: 0.98;
  }

  .hero-support {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
