:root {
  --gold: #ecb283;
  --coral: #bd5858;
  --plum: #754455;
  --aubergine: #403949;
  --blue: #457ba4;
  --ink: #2c2832;
  --paper: #fffaf6;
  --soft: #f7ece6;
  --line: rgba(64, 57, 73, 0.16);
  --shadow: 0 24px 70px rgba(64, 57, 73, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 246, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  text-decoration: none;
}

.logo-text {
  display: inline-block;
  color: var(--plum);
  font-family: "Marcellus", serif;
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
}

.footer-logo {
  font-size: 2.3rem;
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  font-size: 0.95rem;
  font-weight: 600;
}

.desktop-nav a,
.mobile-nav a,
.footer a {
  text-decoration: none;
}

.desktop-nav a {
  color: var(--ink);
  transition: color 180ms ease;
}

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

.nav-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.button.primary {
  background: var(--plum);
  color: white;
  box-shadow: 0 12px 26px rgba(64, 57, 73, 0.18);
}

.button.secondary {
  border: 1px solid var(--plum);
  color: var(--plum);
  background: white;
}

.button.light {
  background: white;
  color: var(--plum);
  box-shadow: 0 12px 26px rgba(64, 57, 73, 0.18);
}

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

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  padding: 12px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--aubergine);
}

.mobile-nav {
  display: none;
}

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(18px, 4vw, 56px) 42px;
  background:
    linear-gradient(128deg, rgba(236, 178, 131, 0.25), transparent 40%),
    linear-gradient(315deg, rgba(69, 123, 164, 0.14), transparent 46%),
    var(--paper);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--aubergine);
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.45rem;
}

.hero-lede {
  max-width: 640px;
  margin: 24px 0 0;
  color: #4f4757;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin: 40px 0 0;
}

.trust-strip div {
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px 16px;
}

.trust-strip dt {
  color: var(--coral);
  font-weight: 800;
}

.trust-strip dd {
  margin: 2px 0 0;
}

.hero-media {
  position: relative;
  margin: 0;
  min-height: 520px;
}

.hero-photo {
  width: 100%;
  height: min(68vh, 620px);
  min-height: 500px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 260px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--aubergine);
  padding: 14px 16px;
  font-weight: 700;
}

.section,
.symptoms-band,
.treatment,
.footer {
  padding: clamp(64px, 8vw, 110px) clamp(18px, 4vw, 56px);
}

.intro,
.treatment {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.intro {
  background: var(--gold);
}

.intro .eyebrow {
  color: var(--blue);
}

.intro h2 {
  color: var(--aubergine);
}

.intro p:last-child {
  color: #403949;
}

.intro p:last-child,
.treatment p:last-child,
.note {
  margin: 0;
  color: #4f4757;
  font-size: 1.13rem;
}

.section-heading {
  max-width: 820px;
}

.process {
  background: white;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.steps article {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--paper);
}

.steps span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--aubergine);
  font-weight: 800;
}

.steps p {
  margin: 14px 0 0;
  color: #534a58;
}

.symptoms-band {
  background: var(--gold);
  color: var(--ink);
}

.symptoms-band h2,
.symptoms-band .eyebrow {
  color: var(--aubergine);
}

.symptoms-band .eyebrow {
  color: var(--blue);
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.symptom-grid span {
  min-height: 74px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(64, 57, 73, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.38);
  padding: 16px;
  font-weight: 700;
}

.note {
  max-width: 980px;
  margin-top: 28px;
  color: #403949;
}

.clinicians {
  background: var(--soft);
}

.clinicians-home {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.clinicians-home .section-heading p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #4f4757;
  font-size: 1.08rem;
}

.clinicians-home .button {
  margin-top: 28px;
}

.about-home {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.about-copy {
  max-width: 620px;
}

.about-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #4f4757;
  font-size: 1.08rem;
}

.people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.people-side {
  margin-top: 0;
}

.people article {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: white;
  padding: 18px;
}

.people img {
  width: 140px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.people p {
  margin: 0 0 6px;
  color: var(--coral);
  font-weight: 800;
}

.about-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(128deg, rgba(236, 178, 131, 0.28), transparent 42%),
    var(--paper);
}

.about-page-hero p:not(.eyebrow),
.about-page-copy p {
  color: #4f4757;
  font-size: 1.08rem;
}

.about-page-hero img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about-page-copy {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--gold);
}

.section-text p {
  margin: 0;
}

.section-text p + p {
  margin-top: 22px;
}

.about-page-copy h2,
.clinic-location h2 {
  color: var(--aubergine);
}

.about-page-copy .eyebrow,
.clinic-location .eyebrow {
  color: var(--blue);
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
}

.about-team {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}

.team-intro {
  position: sticky;
  top: 120px;
}

.team-intro p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #4f4757;
  font-size: 1.08rem;
}

.about-profile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 34px;
  max-width: none;
}

.about-profile-grid article {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 22px;
  border-radius: 8px;
  background: var(--paper);
  padding: 16px;
  box-shadow: 0 16px 46px rgba(64, 57, 73, 0.1);
}

.about-profile-grid img {
  width: 112px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.about-profile-grid div {
  padding: 0;
}

.about-profile-grid p {
  margin: 0 0 8px;
  color: var(--coral);
  font-weight: 800;
}

.about-profile-grid span {
  display: block;
  margin-top: 12px;
  color: #4f4757;
}

.clinic-location {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--gold);
}

.clinic-location p {
  margin: 0;
  color: #403949;
  font-size: 1.08rem;
}

.clinic-location address {
  margin-top: 24px;
  border-left: 4px solid var(--plum);
  padding-left: 18px;
  color: var(--aubergine);
  font-style: normal;
  font-weight: 800;
}

.flow-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(315deg, rgba(69, 123, 164, 0.14), transparent 46%),
    var(--paper);
}

.flow-hero img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.flow-steps-section {
  background: var(--gold);
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.flow-steps article {
  min-height: 310px;
  border: 1px solid rgba(64, 57, 73, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.45);
  padding: 26px;
}

.flow-steps span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--plum);
  color: white;
  font-weight: 800;
}

.flow-steps p,
.assessment-grid p {
  margin: 14px 0 0;
  color: #4f4757;
}

.flow-help {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--paper);
}

.flow-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.flow-chip-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 14px 16px;
  color: var(--aubergine);
  font-weight: 800;
}

.flow-assessment {
  background: white;
}

.assessment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.assessment-intro {
  max-width: 980px;
  margin: 24px 0 0;
  color: #4f4757;
  font-size: 1.08rem;
}

.assessment-grid article {
  border-radius: 8px;
  background: var(--paper);
  border-top: 4px solid var(--blue);
  padding: 26px;
}

.flow-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(64px, 8vw, 100px) clamp(18px, 4vw, 56px);
  background: var(--plum);
}

.flow-cta h2,
.flow-cta .eyebrow {
  color: white;
}

.prices-hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(128deg, rgba(236, 178, 131, 0.25), transparent 42%),
    var(--paper);
}

.price-list-section {
  background: white;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 24px;
}

.price-card.featured-price {
  background: var(--gold);
}

.price-card p {
  margin: 0 0 10px;
  color: var(--blue);
  font-weight: 800;
}

.price-card h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.price-card span {
  display: block;
  margin-top: 8px;
  color: var(--aubergine);
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding-left: 18px;
  color: #4f4757;
}

.price-card .button {
  margin-top: auto;
}

.price-note {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--gold);
}

.price-note p {
  margin: 0;
  color: #403949;
  font-size: 1.08rem;
}

.price-note p + p {
  margin-top: 22px;
}

.privacy-hero {
  padding: clamp(64px, 8vw, 118px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(128deg, rgba(236, 178, 131, 0.28), transparent 42%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.privacy-hero h1 {
  max-width: 780px;
}

.privacy-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #4f4757;
  font-size: 1.12rem;
}

.privacy-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  background: #ffffff;
}

.privacy-content article {
  max-width: 900px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-content article:first-child {
  padding-top: 0;
}

.privacy-content article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.privacy-content h2 {
  margin-bottom: 12px;
  color: var(--plum);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.privacy-content p {
  max-width: 820px;
  color: #4f4757;
}

.privacy-content a {
  color: var(--plum);
  font-weight: 700;
}

.symptoms-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: clamp(56px, 8vw, 112px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(128deg, rgba(236, 178, 131, 0.28), transparent 42%),
    linear-gradient(315deg, rgba(69, 123, 164, 0.12), transparent 48%),
    var(--paper);
}

.symptoms-hero img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.symptoms-overview {
  background: white;
}

.symptom-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.symptom-feature-grid article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 24px;
}

.symptom-feature-grid p,
.science-grid p,
.help-grid p,
.help-grid li {
  color: #4f4757;
}

.symptoms-science {
  background: var(--gold);
}

.science-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.science-grid article {
  min-height: 300px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.44);
  padding: 26px;
}

.science-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--blue);
  font-weight: 800;
}

.symptoms-context {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--paper);
}

.symptoms-help {
  background: white;
}

.help-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  margin-top: 34px;
}

.help-grid article {
  border-radius: 8px;
  background: var(--soft);
  padding: 28px;
}

.help-grid article:first-child {
  background: var(--plum);
}

.help-grid article:first-child h3,
.help-grid article:first-child li {
  color: white;
}

.help-grid ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.help-grid .button {
  margin-top: 24px;
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: end;
  padding: clamp(64px, 8vw, 112px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(128deg, rgba(236, 178, 131, 0.3), transparent 42%),
    var(--paper);
}

.booking-summary {
  border-radius: 8px;
  background: var(--plum);
  color: white;
  padding: clamp(26px, 4vw, 44px);
  box-shadow: var(--shadow);
}

.booking-summary p {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.booking-summary h2,
.booking-summary span {
  color: white;
}

.booking-summary span {
  display: block;
  margin-top: 10px;
  font-weight: 700;
}

.booking-section {
  background: white;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.booking-sidebar {
  position: sticky;
  top: 120px;
}

.booking-help-text {
  max-width: 460px;
  margin: 16px 0 0;
  color: #4f4757;
  font-size: 1.02rem;
}

.booking-options {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.booking-options article {
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: var(--paper);
  padding: 18px;
}

.booking-options h3 {
  font-size: 1.18rem;
}

.booking-options p {
  margin: 8px 0 0;
  color: #4f4757;
}

.booking-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: clamp(20px, 3vw, 34px);
  box-shadow: var(--shadow);
}

.booking-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 28px;
}

.booking-card-head span {
  border-radius: 999px;
  background: rgba(69, 123, 164, 0.12);
  color: var(--blue);
  padding: 8px 12px;
  font-weight: 800;
}

.bookingpress-placeholder {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: clamp(18px, 3vw, 28px);
}

.booking-month {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 12px;
  align-items: center;
}

.booking-month strong {
  text-align: center;
  color: var(--aubergine);
  font-size: 1.2rem;
}

.booking-month button,
.booking-times button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  color: var(--aubergine);
  font: inherit;
  font-weight: 800;
}

.booking-days {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  color: var(--blue);
  font-weight: 800;
  text-align: center;
}

.booking-times {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.booking-times button {
  background: rgba(236, 178, 131, 0.28);
  transition: background 180ms ease, transform 180ms ease;
}

.booking-times button:hover,
.booking-times button:focus-visible {
  background: var(--gold);
  transform: translateY(-2px);
}

.booking-note {
  margin: 22px 0 0;
  color: #4f4757;
}

.booking-practical {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--gold);
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 16px 0 0;
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.footer-actions a:not(.button),
.footer-actions span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 16px;
  border-left: 1px solid rgba(117, 68, 85, 0.25);
}

.footer-actions a:not(.button):first-child {
  padding-left: 0;
  border-left: 0;
}

.footer-actions a:not(.button) {
  color: var(--plum);
  font-weight: 700;
}

.footer-actions span {
  color: #4f4757;
  font-weight: 700;
}

.footer-booking {
  margin-left: 16px;
  min-height: 42px;
  padding: 10px 16px;
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .hero,
  .about-page-hero {
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: auto;
    align-items: start;
  }

  .hero h1,
  .about-page-hero h1 {
    font-size: clamp(3rem, 8vw, 4.8rem);
  }

  .hero > div,
  .about-page-hero > div {
    position: relative;
    z-index: 1;
  }

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

  .hero-photo,
  .about-page-hero img {
    height: 460px;
    min-height: 0;
  }

  .hero-photo {
    object-position: center 58%;
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-button {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    inset: 82px 14px auto;
    z-index: 30;
    display: grid;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    padding: 14px;
    box-shadow: var(--shadow);
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.menu-open .mobile-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 0 12px;
    color: var(--ink);
    font-weight: 700;
    transition: color 180ms ease, background 180ms ease;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    background: rgba(69, 123, 164, 0.08);
    color: var(--blue);
  }

  .hero,
  .intro,
  .treatment,
  .about-home,
  .about-page-hero,
  .about-page-copy,
  .about-team,
  .clinic-location,
  .clinicians-home,
  .flow-hero,
  .flow-help,
  .flow-cta,
  .prices-hero,
  .price-note,
  .privacy-hero,
  .privacy-content,
  .symptoms-hero,
  .symptoms-context,
  .booking-hero,
  .booking-layout,
  .booking-practical,
  .footer {
    grid-template-columns: 1fr;
  }

  .team-intro,
  .booking-sidebar {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-photo {
    height: 430px;
    min-height: 0;
  }

  .steps,
  .symptom-grid,
  .flow-steps,
  .assessment-grid,
  .price-grid,
  .symptom-feature-grid,
  .science-grid,
  .help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-card-head {
    display: grid;
  }

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

  .people {
    margin-top: 34px;
  }

  .footer-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer-actions a:not(.button),
  .footer-actions span {
    min-height: 0;
    padding: 0;
    border-left: 0;
  }

  .footer-booking {
    margin-left: 0;
  }

  .clinicians-home {
    grid-template-columns: 1fr;
  }

  .clinicians-home .people-side {
    display: none;
  }
}

@media (max-width: 640px) {
  .logo-text {
    font-size: 1.8rem;
  }

  .hero {
    gap: 28px;
    padding: 38px 22px 58px;
  }

  .hero-copy,
  .hero-media {
    min-width: 0;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.32rem, 10.5vw, 2.8rem);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-actions,
  .steps,
  .symptom-grid,
    .flow-steps,
    .flow-chip-grid,
    .assessment-grid,
    .price-grid,
    .symptom-feature-grid,
    .science-grid,
    .help-grid,
    .booking-times,
    .people {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-strip div {
    border-left: 0;
    border-top: 4px solid var(--gold);
    padding: 10px 8px;
  }

  .hero-media {
    display: block;
    min-height: 0;
  }

  .hero-photo {
    height: 280px;
    min-height: 0;
    object-position: center center;
  }

  .hero-actions {
    display: grid;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .hero-media figcaption {
    position: static;
    margin-top: 10px;
  }

  .people article {
    grid-template-columns: minmax(120px, 220px) 1fr;
    align-items: center;
  }

  .people img {
    width: 100%;
    max-width: 220px;
    max-height: none;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center top;
    background: #d9ddd5;
  }

  .about-profile-grid {
    grid-template-columns: 1fr;
  }

  .about-profile-grid article {
    grid-template-columns: 92px 1fr;
    gap: 14px;
  }

  .about-profile-grid img {
    width: 92px;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: clamp(2.2rem, 10vw, 2.48rem);
  }

  .people article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .people img {
    width: min(100%, 260px);
    max-width: 260px;
    justify-self: center;
  }
}
