@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/onest-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/onest-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/literata-cyrillic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/literata-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #163030;
  --ink-2: #294343;
  --paper: #f4f1e9;
  --paper-2: #ece8dd;
  --white: #fffefb;
  --line: #d6d1c5;
  --muted: #667574;
  --forest: #123b3b;
  --forest-2: #1e5550;
  --mint: #aad8c7;
  --mint-light: #dff0e9;
  --coral: #ef6b56;
  --coral-dark: #d85342;
  --sun: #f4c95d;
  --red: #9d2f2f;
  --container: 1220px;
  --gutter: clamp(18px, 3vw, 42px);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(18, 59, 59, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
  background: var(--forest);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 4px;
}

h1, h2, h3, p, figure, blockquote { margin-top: 0; }
figure, blockquote { margin-right: 0; margin-bottom: 0; margin-left: 0; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -0.045em; }
h1 em, h2 em { font-family: "Literata", Georgia, serif; font-weight: 500; }

.container { width: min(calc(100% - (var(--gutter) * 2)), var(--container)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); color: var(--forest); transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--forest-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before { width: 26px; height: 2px; background: currentColor; content: ""; }
.eyebrow--accent { color: var(--coral-dark); }
.eyebrow--light { color: var(--mint); }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button svg, .service-card svg, .concerns-list svg, .related-grid svg, .map-section a svg, .doctor-mini svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--coral); }
.button--primary:hover { background: var(--coral-dark); }
.button--secondary { color: var(--forest); border-color: #9dafaa; background: transparent; }
.button--secondary:hover { border-color: var(--forest); background: rgba(255,255,255,.45); }
.button--text { min-height: auto; padding: 0; border: 0; border-radius: 0; color: var(--forest-2); }
.button--text:hover { transform: none; color: var(--coral-dark); }
.button--header { min-height: 44px; padding-inline: 18px; color: var(--white); background: var(--forest); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.utility-bar { color: #dbe7e3; background: #0c2929; font-size: 12px; }
.utility-bar__inner { display: flex; min-height: 36px; align-items: center; justify-content: flex-end; gap: 26px; }
.utility-bar__inner span { display: inline-flex; align-items: center; gap: 7px; }
.utility-bar__inner .icon { width: 14px; height: 14px; }
.utility-bar a:hover { color: var(--white); }
.utility-bar__phone { color: var(--white); font-weight: 700; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(22, 48, 48, .12); background: rgba(244, 241, 233, .96); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; height: 78px; align-items: center; gap: 26px; }
.brand { width: 210px; flex: 0 0 210px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; }
.desktop-nav > ul { display: flex; align-items: center; gap: 26px; padding: 0; margin: 0; list-style: none; }
.desktop-nav > ul > li > a { display: flex; height: 78px; align-items: center; gap: 5px; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 600; }
.desktop-nav > ul > li > a:hover, .desktop-nav > ul > li > a[aria-current="page"] { color: var(--coral-dark); border-color: currentColor; }
.nav-dropdown { position: static; }
.mega-panel {
  position: absolute;
  z-index: 90;
  top: 100%;
  right: 0;
  left: 0;
  padding: 42px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 24px 50px rgba(18, 59, 59, .13);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}
.nav-dropdown:hover .mega-panel, .nav-dropdown:focus-within .mega-panel { opacity: 1; pointer-events: auto; }
.mega-panel__grid { display: grid; grid-template-columns: 280px 1fr; gap: 60px; }
.mega-panel__intro { padding-right: 40px; border-right: 1px solid var(--line); }
.mega-panel__intro p { color: var(--muted); font-size: 15px; }
.mega-panel__links { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 22px; row-gap: 8px; }
.mega-panel__links a { display: grid; grid-template-columns: 28px 1fr; gap: 2px 10px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mega-panel__links a > span { grid-row: 1 / 3; color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.mega-panel__links strong { font-size: 15px; letter-spacing: -0.02em; }
.mega-panel__links small { color: var(--muted); }
.mega-panel__links a:hover strong { color: var(--coral-dark); }
.burger, .mobile-quick, .mobile-menu { display: none; }

.home-hero { position: relative; overflow: clip; padding: clamp(64px, 7vw, 104px) 0 0; background: var(--paper); }
.home-hero::after { position: absolute; inset: 0 0 auto auto; width: 31vw; height: 31vw; border: 1px solid rgba(18,59,59,.09); border-radius: 50%; content: ""; transform: translate(28%, -52%); }
.home-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(42px, 7vw, 96px); }
.home-hero__copy h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(54px, 6.7vw, 92px); font-weight: 650; letter-spacing: -0.07em; }
.home-hero__copy h1 em { color: var(--forest-2); }
.home-hero__lead { max-width: 650px; margin-bottom: 34px; color: var(--ink-2); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof > div { display: flex; gap: 10px; }
.hero-proof .icon { color: var(--coral-dark); }
.hero-proof span { display: flex; flex-direction: column; }
.hero-proof strong { font-size: 13px; }
.hero-proof small { color: var(--muted); font-size: 11px; }

.home-hero__visual { position: relative; min-height: 590px; }
.hero-doctor { position: absolute; inset: 0 0 auto 10%; width: 76%; overflow: hidden; border-radius: 260px 260px 32px 32px; background: var(--mint-light); box-shadow: var(--shadow); }
.hero-doctor img { width: 100%; aspect-ratio: 1 / 1.04; object-fit: cover; object-position: center top; }
.hero-doctor figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 16px; color: var(--white); background: rgba(12,41,41,.88); backdrop-filter: blur(8px); }
.hero-doctor figcaption strong { font-size: 14px; }
.hero-doctor figcaption span { color: var(--mint); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-stamp { position: absolute; z-index: 2; bottom: 74px; left: 0; display: grid; width: 124px; height: 124px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--sun); font-family: "Literata", Georgia, serif; font-size: 14px; font-style: italic; line-height: 1.25; text-align: center; transform: rotate(-8deg); }

.hero-form { position: relative; z-index: 3; margin-top: 54px; transform: translateY(58px); }
.lead-form { padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); background: var(--white); }
.lead-form--compact { display: grid; grid-template-columns: minmax(260px, 1.25fr) minmax(180px, .72fr) minmax(200px, .8fr) minmax(210px, .75fr); align-items: start; gap: 18px; padding: 28px; border: 0; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.lead-form__heading { grid-row: span 2; }
.lead-form__heading .eyebrow { margin-bottom: 12px; }
.lead-form__heading h2 { margin-bottom: 8px; font-size: clamp(22px, 2vw, 30px); }
.lead-form__heading p { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 12px; }
.field { position: relative; }
.field label, .price-search { display: grid; gap: 7px; color: var(--ink-2); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.field input, .price-search input { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid #bfc9c5; border-radius: 9px; outline: 0; color: var(--ink); background: var(--white); }
.field input:focus, .price-search input:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(30,85,80,.12); }
.field input[aria-invalid="true"] { border-color: var(--red); }
.field__error { display: block; min-height: 16px; margin-top: 4px; color: var(--red); font-size: 10px; line-height: 1.25; }
.field__error--consent { grid-column: 2 / 4; margin-top: -13px; }
.consent { grid-column: 2 / 4; display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--forest-2); }
.consent a { text-decoration: underline; }
.button--submit { width: 100%; min-height: 48px; margin-top: 25px; border: 0; }
.lead-form__result { grid-column: 1 / -1; }
.form-success { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding-top: 8px; color: var(--forest); font-size: 13px; }
.form-success strong { margin-right: auto; }
.form-success a { padding: 9px 12px; border: 1px solid var(--forest); border-radius: 8px; font-weight: 700; }

.section-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.section-head h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(42px, 5vw, 68px); }
.section-head p { max-width: 440px; margin-bottom: 4px; color: var(--muted); font-size: 16px; }
.services-section { padding: 108px 0; background: var(--white); }
.services-grid--editorial { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.service-card { grid-column: span 3; overflow: hidden; border: 1px solid var(--line); background: var(--paper); transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease; }
.service-card:nth-child(-n+2) { grid-column: span 6; }
.service-card:hover { border-color: #a7bbb5; box-shadow: 0 20px 52px rgba(18,59,59,.12); transform: translateY(-4px); }
.service-card__media { display: block; overflow: hidden; background: var(--mint-light); }
.service-card__media img { width: 100%; height: 178px; object-fit: cover; transition: transform 440ms ease, filter 260ms ease; }
.service-card:nth-child(-n+2) .service-card__media img { height: 245px; }
.service-card:hover .service-card__media img { transform: scale(1.025); }
.service-card__body { display: flex; min-height: 230px; flex-direction: column; padding: 22px; }
.service-card:nth-child(-n+2) .service-card__body { min-height: 208px; }
.service-card__index { color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card__copy { display: block; margin: 24px 0 22px; }
.service-card__copy strong { display: block; max-width: 310px; margin-bottom: 9px; font-size: clamp(22px, 2vw, 30px); line-height: 1.02; letter-spacing: -.045em; }
.service-card__copy small { display: block; max-width: 360px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.service-card__details { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.service-card__details b { color: var(--forest-2); }
.service-card__details > span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.service-card__details svg { width: 17px; height: 17px; transition: transform 180ms ease; }
.service-card:hover .service-card__details svg { transform: translateX(3px); }
.services-action { display: flex; justify-content: flex-end; margin-top: 28px; }

.clinic-interior-section { position: relative; overflow: hidden; padding: 110px 0 118px; background: var(--paper); }
.clinic-interior-section::before { position: absolute; top: 72px; right: -110px; width: 310px; height: 310px; border: 1px solid rgba(18,59,59,.11); border-radius: 50%; content: ""; }
.clinic-interior__head { position: relative; z-index: 1; }
.clinic-interior__head > div:last-child { display: grid; gap: 15px; justify-items: start; }
.clinic-interior__head strong { padding-bottom: 5px; border-bottom: 1px solid var(--forest-2); color: var(--forest-2); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.clinic-interior__gallery { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 14px; }
.clinic-interior__figure { position: relative; min-height: 350px; overflow: hidden; background: var(--mint-light); isolation: isolate; }
.clinic-interior__figure--featured { grid-column: 1 / -1; min-height: 320px; }
.clinic-interior__figure::after { position: absolute; z-index: 1; inset: 38% 0 0; background: linear-gradient(180deg, transparent, rgba(9,35,34,.84)); content: ""; pointer-events: none; }
.clinic-interior__figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02); transition: filter 380ms ease, transform 600ms cubic-bezier(.2,.7,.2,1); }
.clinic-interior__figure--reception img { object-position: 30% center; }
.clinic-interior__figure--orange-room img { object-position: 17% center; }
.clinic-interior__figure--mono-room img { object-position: 16% center; }
.clinic-interior__figure:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.015); }
.clinic-interior__figure figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(120px,.32fr) 1fr; align-items: end; gap: 28px; padding: 28px 30px; color: var(--white); }
.clinic-interior__figure figcaption small { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.clinic-interior__figure figcaption span { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.clinic-interior__figure figcaption strong { max-width: 450px; font-size: clamp(20px,2vw,29px); line-height: 1.04; letter-spacing: -.035em; }
.clinic-interior__figure figcaption em { max-width: 240px; color: #c7d9d4; font-size: 11px; line-height: 1.4; text-align: right; }

.appointment-feature { padding: 64px 0; color: var(--white); background: var(--forest); }
.appointment-feature .lead-form--compact { border: 1px solid rgba(255,255,255,.18); color: var(--white); background: rgba(255,255,255,.055); box-shadow: none; }
.appointment-feature .lead-form__heading .eyebrow { color: var(--mint); }
.appointment-feature .lead-form__heading p, .appointment-feature .consent { color: #b9ccc7; }
.appointment-feature .field label { color: #dbe8e4; }
.appointment-feature .field input { border-color: rgba(255,255,255,.24); background: var(--white); }
.appointment-feature .consent a { color: var(--white); }
.appointment-feature .field__error { color: #ffd8d1; }

.concerns-section { padding: 110px 0; color: var(--white); background: var(--forest); }
.concerns-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 130px); }
.concerns-intro { position: sticky; top: 120px; align-self: start; }
.concerns-intro h2 { margin-bottom: 26px; font-size: clamp(42px, 4.5vw, 64px); }
.concerns-intro p { max-width: 420px; color: #b9cbc7; font-size: 17px; }
.concerns-list { border-top: 1px solid rgba(255,255,255,.22); }
.concerns-list a { display: grid; grid-template-columns: 40px 1fr 26px; align-items: center; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.concerns-list > a > span { color: var(--mint); font-size: 11px; font-weight: 700; }
.concerns-list h3 { margin-bottom: 5px; font-size: 22px; letter-spacing: -0.025em; }
.concerns-list p { margin-bottom: 0; color: #9eb5b0; font-size: 13px; }
.concerns-list a:hover h3 { color: var(--sun); }

.doctors-section { padding: 116px 0; background: var(--paper); }
.section-head--doctors > div:last-child { display: grid; gap: 18px; justify-items: start; }
.doctor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.doctor-card__photo { position: relative; display: block; overflow: hidden; background: var(--mint-light); }
.doctor-card__photo img { width: 100%; aspect-ratio: .88 / 1; object-fit: cover; object-position: center top; filter: saturate(.88); transition: transform 400ms ease, filter 300ms ease; }
.doctor-card__photo > span { position: absolute; right: 14px; bottom: 14px; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral); }
.doctor-card__photo svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.doctor-card:hover img { filter: saturate(1); transform: scale(1.02); }
.doctor-card > div { padding: 18px 4px 0; }
.doctor-card h3 { margin-bottom: 8px; font-size: 21px; }
.doctor-card p { margin-bottom: 5px; color: var(--ink-2); font-size: 13px; }
.doctor-card small { color: var(--muted); }

.trust-documents-section { padding: 112px 0; background: var(--paper-2); }
.trust-documents__head > div:last-child { display: grid; gap: 16px; justify-items: start; }
.trust-documents__head strong { display: inline-flex; padding: 9px 12px; border: 1px solid #9dafaa; color: var(--forest-2); font-size: 11px; letter-spacing: .04em; }
.document-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.document-preview { display: flex; min-height: 570px; flex-direction: column; padding: 24px; transition: box-shadow 220ms ease, transform 220ms ease; }
.document-preview:hover { box-shadow: 0 22px 58px rgba(18,59,59,.17); transform: translateY(-5px); }
.document-preview--forest { color: var(--white); background: var(--forest); }
.document-preview--coral { color: var(--white); background: var(--coral); }
.document-preview--sun { color: var(--ink); background: var(--sun); }
.document-sheet { display: grid; min-height: 356px; flex: 1; place-items: center; padding: 16px; margin-bottom: 22px; background: rgba(255,255,255,.24); }
.document-preview--forest .document-sheet { background: rgba(255,255,255,.10); }
.document-sheet img { width: auto; max-width: 250px; height: auto; max-height: 344px; box-shadow: 0 14px 32px rgba(12,41,41,.2); }
.document-preview__copy { display: flex; flex-direction: column; }
.document-preview__copy small { margin-bottom: 9px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; opacity: .78; }
.document-preview__copy > strong { max-width: 320px; margin-bottom: 8px; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; }
.document-preview__copy > span { font-size: 11px; opacity: .78; }
.document-preview__copy b { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 11px; }
.document-preview__copy svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.official-documents { display: grid; grid-template-columns: .62fr 1.38fr; gap: 58px; margin-top: 18px; padding: 34px 38px; background: var(--white); }
.official-documents__intro p { max-width: 360px; margin-bottom: 0; color: var(--muted); font-size: 13px; }
.official-documents__list { border-top: 1px solid var(--ink); }
.official-documents__list a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; min-height: 66px; border-bottom: 1px solid var(--line); }
.official-documents__list a > span { color: var(--coral-dark); font-size: 10px; font-weight: 800; }
.official-documents__list strong { font-size: 13px; }
.official-documents__list small { display: inline-flex; align-items: center; gap: 7px; color: var(--forest-2); font-size: 10px; font-weight: 700; }
.official-documents__list svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform 180ms ease; }
.official-documents__list a:hover svg { transform: translateX(3px); }

.price-section { padding: 108px 0; background: var(--mint-light); }
.price-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 10vw, 140px); }
.price-intro h2 { margin-bottom: 24px; font-size: clamp(44px, 5vw, 68px); }
.price-intro p { max-width: 440px; margin-bottom: 30px; color: var(--ink-2); }
.price-list { border-top: 1px solid #a8bfb7; }
.price-list > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; min-height: 96px; border-bottom: 1px solid #a8bfb7; }
.price-list span { display: flex; flex-direction: column; }
.price-list strong { font-size: 15px; }
.price-list small { margin-top: 5px; color: var(--muted); }
.price-list b { font-size: clamp(22px, 2.4vw, 34px); letter-spacing: -0.05em; white-space: nowrap; }
.price-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; }

.process-section { padding: 108px 0; background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-grid li { min-height: 230px; padding: 24px 24px 30px 0; border-right: 1px solid var(--line); }
.process-grid li + li { padding-left: 24px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.process-grid h3 { margin: 52px 0 12px; font-size: 22px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.reviews-section { padding: 110px 0; background: var(--paper-2); }
.reviews-source { display: grid; gap: 16px; }
.reviews-source p { margin: 0; }
.reviews-source > a { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2px 14px; padding: 16px 18px; color: var(--white); background: var(--forest); }
.reviews-source > a strong { grid-row: 1 / 3; color: var(--sun); font-size: 28px; letter-spacing: -.05em; }
.reviews-source > a span { font-size: 11px; font-weight: 700; }
.reviews-source > a small { display: inline-flex; align-items: center; gap: 7px; color: var(--mint); font-size: 9px; }
.reviews-source > a svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.reviews-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 16px; }
.reviews-grid figure { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--white); }
.reviews-grid figure:first-child { color: var(--white); background: var(--forest); }
.reviews-grid blockquote { font-family: "Literata", Georgia, serif; font-size: clamp(23px, 2.2vw, 34px); font-style: italic; line-height: 1.4; letter-spacing: -.03em; }
.reviews-grid figcaption { display: flex; flex-direction: column; gap: 3px; }
.reviews-grid figcaption strong { font-size: 13px; }
.reviews-grid figcaption span { color: var(--muted); font-size: 10px; }
.reviews-grid figure:first-child figcaption span { color: #aac1bb; }

.contact-platforms { padding: 112px 0 120px; background: var(--paper-2); }
.contact-platforms__layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(58px, 8vw, 112px); }
.contact-platforms__intro { position: sticky; top: 118px; }
.contact-platforms__intro h2 { max-width: 540px; margin-bottom: 24px; font-size: clamp(48px, 5.6vw, 76px); }
.contact-platforms__intro > p { max-width: 500px; color: var(--muted); font-size: 17px; }
.contact-platforms__quick { display: grid; grid-template-columns: 1fr; margin-top: 42px; border-top: 1px solid var(--ink); }
.contact-platforms__quick a { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; border-bottom: 1px solid var(--line); transition: color 180ms ease, padding 180ms ease; }
.contact-platforms__quick a:hover { padding-left: 8px; color: var(--coral-dark); }
.contact-platforms__quick small { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-platforms__quick strong { font-size: clamp(14px, 1.35vw, 19px); text-align: right; }
.contact-platforms__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.platform-card { display: grid; min-width: 0; min-height: 186px; grid-template-columns: 56px minmax(0, 1fr) 22px; align-items: start; gap: 20px; padding: 28px; color: var(--ink); background: var(--white); transition: color 200ms ease, background-color 200ms ease, transform 200ms ease; }
.platform-card:first-child, .platform-card:last-child { grid-column: 1 / -1; }
.platform-card:first-child { color: var(--white); background: var(--forest); }
.platform-card:last-child { background: var(--mint-light); }
.platform-card:hover { transform: translateY(-4px); }
.platform-card:not(:first-child):hover { color: var(--coral-dark); }
.platform-card__mark { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 14px; font-weight: 800; letter-spacing: -.03em; }
.platform-card:first-child .platform-card__mark { color: var(--sun); }
.platform-card__copy { display: flex; min-width: 0; flex-direction: column; }
.platform-card__copy small { margin-bottom: 28px; color: var(--muted); font-size: 9px; font-style: normal; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.platform-card:first-child .platform-card__copy small { color: var(--mint); }
.platform-card__copy strong { margin-bottom: 7px; font-size: clamp(22px, 2.3vw, 32px); letter-spacing: -.045em; }
.platform-card__copy em { max-width: 390px; color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.45; }
.platform-card:first-child .platform-card__copy em { color: #b8ccc7; }
.platform-card > svg { align-self: end; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.faq-section { padding: 110px 0; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 140px); }
.faq-grid > div:first-child { align-self: start; }
.faq-grid h2 { margin-bottom: 32px; font-size: clamp(44px, 5vw, 68px); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 20px; min-height: 82px; cursor: pointer; font-size: 18px; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 740px; padding: 0 50px 24px 0; color: var(--muted); }

.map-section { padding: 88px 0 0; color: var(--white); background: var(--forest); }
.map-section__head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.map-section__head h2 { margin-bottom: 0; font-size: clamp(44px, 5vw, 68px); }
.map-section__head > div:last-child { justify-self: end; }
.map-section__head p { margin-bottom: 10px; color: #bdd0cb; }
.map-section__head a { display: inline-flex; align-items: center; gap: 12px; color: var(--mint); font-weight: 700; }
.map-shell { min-height: 460px; background-color: #d7d6ca; background-image: linear-gradient(#c8cdc4 1px, transparent 1px), linear-gradient(90deg, #c8cdc4 1px, transparent 1px); background-size: 42px 42px; }
.map-shell__preview { display: flex; min-height: 460px; align-items: center; justify-content: center; gap: 28px; padding: 30px; color: var(--ink); background: rgba(244,241,233,.88); }
.map-shell__pin { display: grid; width: 78px; height: 78px; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral); box-shadow: 0 18px 40px rgba(216,83,66,.24); }
.map-shell__pin .icon { width: 34px; height: 34px; }
.map-shell__preview p { display: flex; flex-direction: column; margin-bottom: 0; }
.map-shell__preview strong { font-size: 19px; }
.map-shell__preview span { color: var(--muted); font-size: 12px; }
.map-shell__frame { display: block; width: 100%; min-height: 460px; height: clamp(460px, 52vw, 640px); border: 0; }

.site-footer { padding: 76px 0 20px; color: #d6e2de; background: #0c2929; }
.site-footer__top { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 60px; }
.site-footer__brand > img { width: 210px; height: auto; margin-bottom: 25px; }
.site-footer__brand p { max-width: 330px; color: #91aaa4; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.site-footer__top a { color: #adc0bb; font-size: 13px; }
.site-footer__top a:hover { color: var(--white); }
.site-footer__contacts p { color: #91aaa4; font-size: 12px; }
.site-footer__contacts .footer-phone { color: var(--white); font-size: 20px; font-weight: 700; }
.footer-platforms { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 22px; }
.footer-platforms a { display: flex; min-width: 0; align-items: center; gap: 7px; padding: 7px 8px; border: 1px solid rgba(255,255,255,.12); }
.footer-platforms a > span { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; color: var(--mint); font-size: 8px; font-weight: 800; }
.footer-platforms a strong { overflow: hidden; font-size: 10px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.site-footer__legal { display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 24px; margin-top: 64px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #78928c; font-size: 10px; }
.site-footer__legal > a:hover { color: var(--white); }
.amg-credit { display: inline-flex; align-items: center; gap: 9px; min-width: 150px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.15); }
.amg-credit img { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.18); }
.amg-credit span { display: flex; flex-direction: column; color: #8ca49e; line-height: 1.15; }
.amg-credit strong { color: #d8e3df; font-weight: 700; }
.amg-credit small { margin-top: 2px; }
.mobile-call { display: none; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 18px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--coral-dark); }
.page-hero { padding: 42px 0 90px; background: var(--paper); }
.page-hero__grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.page-hero__copy h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(52px, 6.5vw, 86px); }
.page-hero__copy p { max-width: 650px; margin-bottom: 32px; color: var(--ink-2); font-size: 19px; }
.page-hero__media { position: relative; overflow: hidden; background: var(--mint-light); }
.page-hero__media::before { position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.58); content: ""; pointer-events: none; }
.page-hero__media img { width: 100%; aspect-ratio: .95 / 1; object-fit: cover; object-position: center; }
.page-hero__media figcaption { position: absolute; z-index: 2; right: 22px; bottom: 22px; padding: 8px 10px; color: var(--white); background: rgba(12,41,41,.78); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.article-section { padding: 100px 0; background: var(--white); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr); gap: clamp(60px, 10vw, 140px); }
.article-copy { max-width: 800px; }
.article-copy h2 { margin-bottom: 34px; font-size: clamp(38px, 4vw, 58px); }
.article-copy p { margin-bottom: 20px; color: var(--ink-2); font-size: 17px; line-height: 1.75; }
.medical-note { margin-top: 36px; padding: 20px 22px; border-left: 3px solid var(--coral); color: var(--muted); background: var(--paper); font-size: 12px; font-style: normal; }
.article-aside { display: grid; align-content: start; gap: 16px; }
.aside-card { padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.aside-card .icon { margin-bottom: 42px; color: var(--coral-dark); }
.aside-card h2 { margin-bottom: 12px; font-size: 23px; }
.aside-card p { color: var(--muted); font-size: 13px; }
.aside-card a { display: inline-flex; align-items: center; gap: 9px; color: var(--forest-2); font-size: 13px; font-weight: 700; }
.aside-card a svg { width: 18px; fill: none; stroke: currentColor; }
.appointment-band { padding: 72px 0; background: var(--paper-2); }
.appointment-band .lead-form { box-shadow: none; }
.related-section { padding: 100px 0; background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { position: relative; min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid a > span { color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.related-grid h3 { margin: 54px 0 12px; font-size: 26px; }
.related-grid p { max-width: 310px; color: var(--muted); font-size: 13px; }
.related-grid a > svg { position: absolute; right: 24px; bottom: 24px; }
.related-grid a:hover { color: var(--white); background: var(--forest); }
.related-grid a:hover p { color: #a9beb9; }

.reassurance-section { padding: 100px 0; background: var(--white); }
.reassurance-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 10vw, 140px); }
.reassurance-grid article h2 { max-width: 720px; margin-bottom: 30px; font-size: clamp(42px, 5vw, 64px); }
.reassurance-grid article > p { color: var(--ink-2); font-size: 17px; line-height: 1.75; }
.calm-steps { border-top: 1px solid var(--line); }
.calm-steps > div { display: grid; grid-template-columns: 34px 1fr; column-gap: 14px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.calm-steps span { grid-row: 1 / 3; color: var(--coral-dark); font-size: 11px; font-weight: 700; }
.calm-steps h3 { margin-bottom: 8px; font-size: 20px; }
.calm-steps p { margin: 0; color: var(--muted); font-size: 13px; }

.price-hero, .about-hero, .contact-hero, .document-hero, .work-hero { padding: 86px 0 96px; }
.price-hero { color: var(--white); background: var(--forest); }
.price-hero h1, .about-hero h1, .contact-hero h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(64px, 8vw, 112px); }
.price-hero p, .about-hero p { max-width: 700px; margin-bottom: 34px; color: #bdd0cb; font-size: 18px; }
.price-hero .button--secondary { color: var(--white); border-color: #7e9d95; }
.price-catalog { padding: 88px 0 110px; background: var(--white); }
.price-catalog__highlights { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 100px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.price-catalog__highlights article { min-height: 220px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-catalog__highlights span { display: block; min-height: 64px; color: var(--muted); font-size: 12px; }
.price-catalog__highlights strong { display: block; margin: 28px 0 10px; font-size: 31px; letter-spacing: -.05em; }
.price-catalog__highlights p { color: var(--muted); font-size: 11px; }
.price-catalog__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); align-items: end; gap: clamp(40px, 8vw, 110px); margin-bottom: 52px; }
.price-catalog__head h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 64px); }
.price-catalog__head > div > p { margin: 0; color: var(--muted); font-size: 14px; }
.price-search { display: grid; gap: 9px; }
.price-search label { font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.price-search input { width: 100%; height: 56px; padding: 0 16px; border: 1px solid #aab7b2; border-radius: 0; color: var(--ink); background: var(--white); }
.price-search input::placeholder { color: #84918f; }
.price-search > span { min-height: 18px; color: var(--muted); font-size: 11px; }
.price-catalog__layout { display: grid; grid-template-columns: minmax(190px, .32fr) minmax(0, 1fr); align-items: start; gap: clamp(42px, 7vw, 90px); }
.price-index { position: sticky; top: 112px; min-width: 0; border-top: 2px solid var(--forest); }
.price-index > span { display: block; padding: 18px 0 13px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.price-index nav { max-width: 100%; border-bottom: 1px solid var(--line); }
.price-index__link { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 10px; align-items: start; padding: 13px 0; border-top: 1px solid var(--line); transition: color 180ms ease, padding-left 180ms ease; }
.price-index__link:hover, .price-index__link:focus-visible { padding-left: 5px; color: var(--coral-dark); }
.price-index__link > span { color: var(--coral-dark); font-size: 10px; font-weight: 750; }
.price-index__link strong { overflow-wrap: anywhere; font-size: 12px; font-weight: 650; line-height: 1.35; }
.price-index__link small { color: var(--muted); font-size: 9px; white-space: nowrap; }
.price-index__download { display: inline-flex; margin-top: 20px; border-bottom: 1px solid currentColor; color: var(--forest-2); font-size: 12px; font-weight: 700; }
.price-sections { min-width: 0; }
.price-section { padding: 0 0 70px; border-top: 2px solid var(--forest); scroll-margin-top: 112px; }
.price-section + .price-section { margin-top: 18px; }
.price-section[hidden], .price-table tr[hidden], .price-empty[hidden] { display: none; }
.price-section > header { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 14px; align-items: start; padding: 23px 0 30px; }
.price-section > header > span { padding-top: 5px; color: var(--coral-dark); font-size: 11px; font-weight: 750; }
.price-section > header h3 { max-width: 780px; margin-bottom: 7px; overflow-wrap: anywhere; font-size: clamp(28px, 3vw, 42px); text-wrap: balance; }
.price-section > header p { margin: 0; color: var(--muted); font-size: 12px; }
.price-table-wrap { min-width: 0; }
.price-table { width: 100%; table-layout: fixed; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.price-table thead th { padding: 0 0 13px; border-bottom: 1px solid var(--forest); color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.price-table thead th:last-child { text-align: right; }
.price-table tbody th, .price-table tbody td { padding: 18px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table tbody th { padding-right: 42px; overflow-wrap: anywhere; font-size: 14px; font-weight: 520; line-height: 1.55; text-align: left; }
.price-table tbody td { width: 150px; color: var(--forest); font-size: 15px; font-weight: 750; line-height: 1.45; text-align: right; white-space: normal; }
.price-table__group th { padding: 18px 20px !important; color: var(--forest); background: var(--mint-light); font-size: 13px !important; font-weight: 750 !important; }
.price-sheets { display: grid; gap: 26px; }
.price-sheets figure { padding: 12px; border: 1px solid var(--line); background: var(--paper); }
.price-sheets a { position: relative; display: block; overflow: hidden; background: #fff; }
.price-sheets img { width: 100%; height: auto; object-fit: contain; }
.price-sheets a > span { position: absolute; top: 12px; right: 12px; padding: 8px 11px; color: var(--white); background: rgba(18,59,59,.92); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.price-sheets figcaption { padding: 10px 2px 0; color: var(--muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.price-empty { padding: clamp(38px, 7vw, 80px); border: 1px solid var(--line); text-align: center; }
.price-empty strong { display: block; margin-bottom: 8px; font-size: 28px; }
.price-empty p { color: var(--muted); }
.price-empty button { padding: 0 0 3px; border: 0; border-bottom: 1px solid currentColor; color: var(--coral-dark); background: transparent; cursor: pointer; font-weight: 700; }
.price-note { max-width: 820px; padding-top: 28px; margin: 12px 0 0 auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.6; }
.price-article p { font-variant-numeric: tabular-nums; }

.profile-hero { padding: 50px 0 92px; background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: clamp(50px, 10vw, 140px); }
.profile-grid figure { position: relative; max-width: 470px; margin-bottom: 0; background: var(--mint-light); }
.profile-grid figure img { width: 100%; aspect-ratio: .82 / 1; object-fit: cover; object-position: center top; }
.profile-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 10px 14px; color: var(--white); background: rgba(12,41,41,.82); font-size: 9px; text-transform: uppercase; }
.profile-grid h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(54px, 6vw, 86px); }
.profile-grid > div > p { max-width: 700px; color: var(--ink-2); font-size: 18px; }
.profile-facts { display: flex; flex-wrap: wrap; gap: 20px; margin: 32px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-facts span { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.profile-facts .icon { color: var(--coral-dark); }

.about-hero { background: var(--paper); }
.about-hero p { color: var(--ink-2); }
.clinic-story { padding: 0 0 110px; background: var(--paper); }
.clinic-story__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.clinic-story figure { margin: 0; }
.clinic-story figure img { width: 100%; min-height: 450px; object-fit: cover; object-position: 80% center; }
.clinic-story figcaption { padding-top: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.clinic-story h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 58px); }
.clinic-story p { color: var(--ink-2); }
.all-doctors { padding: 110px 0; background: var(--white); }
.all-doctors__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.doctor-mini { position: relative; display: grid; grid-template-columns: 100px 1fr 22px; align-items: center; gap: 16px; min-height: 126px; padding: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.doctor-mini img { width: 100px; height: 100px; object-fit: cover; object-position: center top; background: var(--mint-light); }
.doctor-mini > span { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.doctor-mini strong { font-size: 13px; line-height: 1.3; }
.doctor-mini small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.doctor-mini:hover { color: var(--white); background: var(--forest); }
.doctor-mini:hover small { color: #a9bcb8; }

.contact-hero { background: var(--paper); }
.contact-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-hero__grid > div:first-child > p { max-width: 580px; color: var(--ink-2); font-size: 18px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-cards > * { display: flex; min-height: 160px; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-cards .icon { color: var(--coral-dark); }
.contact-cards span { display: flex; flex-direction: column; }
.contact-cards small { color: var(--muted); }
.contact-cards strong { font-size: 14px; }
.contact-cards a:hover { color: var(--white); background: var(--forest); }
.contact-cards a:hover small { color: #a9bcb8; }
.contact-form-section { padding: 100px 0; background: var(--white); }
.contact-form-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; }
.contact-form-grid > div h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 64px); }
.contact-form-grid > div p { max-width: 420px; color: var(--muted); }
.contact-form-grid .lead-form { box-shadow: none; }
.contact-form-grid .lead-form__heading { display: none; }

.document-hero { color: var(--white); background: var(--forest); }
.document-hero h1, .work-hero h1 { max-width: 1000px; margin-bottom: 26px; font-size: clamp(48px, 6vw, 84px); }
.document-hero p, .work-hero p { max-width: 700px; margin-bottom: 0; color: #bad0ca; }
.document-section { padding: 100px 0; background: var(--white); }
.document-layout { display: grid; grid-template-columns: 1fr 320px; gap: 100px; }
.document-layout article h2 { margin: 20px 0 30px; font-size: clamp(32px, 4vw, 52px); }
.document-layout article > p { color: var(--ink-2); line-height: 1.75; }
.document-status, .status-pill { display: inline-flex; padding: 7px 10px; border: 1px solid var(--line); color: var(--forest-2); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.document-layout > aside { align-self: start; padding: 24px; border: 1px solid var(--line); background: var(--paper); }
.document-layout > aside h2 { margin-bottom: 18px; font-size: 20px; }
.document-layout > aside a { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.document-layout > aside small { color: var(--muted); }
.document-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 42px; }
.document-gallery a { display: block; border: 1px solid var(--line); }
.document-gallery img { width: 100%; height: 500px; object-fit: contain; background: #f3f3f1; }

.status-pill--archive { color: #7e3930; border-color: #d3a29b; background: #f8e3df; }
.status-pill--confirm { color: #65551d; border-color: #d8c477; background: #fff4cb; }
.work-hero { color: var(--white); background: var(--forest); }
.work-gallery { padding: 76px 0 100px; background: var(--white); }
.work-gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.work-gallery figure { margin: 0; border: 1px solid var(--line); }
.work-gallery figure img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; }
.work-gallery figcaption { padding: 10px 14px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.work-copy { max-width: 820px; margin-top: 42px; }
.work-copy p { color: var(--ink-2); line-height: 1.75; }

.archive-page { min-height: 70vh; padding: 100px 0; background: var(--paper); }
.archive-page__grid { display: grid; grid-template-columns: 1fr 360px; align-items: center; gap: 100px; }
.archive-page h1 { max-width: 860px; margin-bottom: 26px; font-size: clamp(54px, 7vw, 92px); }
.archive-page p { max-width: 680px; margin-bottom: 34px; color: var(--ink-2); font-size: 18px; }
.archive-mark { display: flex; min-height: 340px; flex-direction: column; justify-content: space-between; padding: 30px; color: var(--white); background: var(--forest); }
.archive-mark span { color: var(--mint); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.archive-mark strong { font-size: 58px; letter-spacing: -.07em; }
.archive-mark small { color: #9bb2ac; }

@media (max-width: 1120px) {
  .desktop-nav > ul { gap: 17px; }
  .desktop-nav > ul > li > a { font-size: 13px; }
  .brand { width: 180px; flex-basis: 180px; }
  .site-header__inner { gap: 17px; }
  .lead-form--compact { grid-template-columns: 1.1fr .8fr .8fr; }
  .lead-form--compact .button--submit { grid-column: 3; grid-row: 1; }
  .lead-form--compact .consent { grid-column: 2 / 4; }
  .lead-form--compact .field__error--consent { grid-column: 2 / 4; }
}

@media (max-width: 980px) {
  html { scroll-padding-top: 80px; }
  .utility-bar, .desktop-nav, .site-header .button--header { display: none; }
  .site-header { top: 0; }
  .site-header__inner { height: 72px; }
  .brand { width: 160px; flex-basis: 160px; }
  .mobile-quick { display: flex; align-items: center; gap: 8px; margin-left: auto; }
  .mobile-quick a { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
  .mobile-quick .icon { width: 18px; height: 18px; color: var(--coral-dark); }
  .mobile-quick small { padding-left: 8px; border-left: 1px solid var(--line); color: var(--muted); }
  .burger { display: grid; width: 44px; height: 44px; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
  .burger i { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform 180ms ease; }
  .burger[aria-expanded="true"] i:first-of-type { transform: translateY(3.75px) rotate(45deg); }
  .burger[aria-expanded="true"] i:last-of-type { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 90; inset: 72px 0 0; display: block; overflow-y: auto; color: var(--white); background: var(--forest); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity 180ms ease, transform 180ms ease; }
  .mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-menu__body { width: min(100% - 36px, 760px); margin: 0 auto; padding: 28px 0 48px; }
  .mobile-menu nav { border-top: 1px solid rgba(255,255,255,.2); }
  .mobile-menu nav a { display: grid; grid-template-columns: 36px 1fr; align-items: center; min-height: 64px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 23px; font-weight: 600; }
  .mobile-menu nav span { color: var(--mint); font-size: 10px; }
  .mobile-menu__contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 34px; color: #afc4bf; }
  .mobile-menu__contacts p { margin: 0; font-size: 12px; }
  .mobile-menu__contacts a { font-size: 12px; }
  .mobile-menu__contacts .mobile-menu__phone { grid-column: 1 / -1; color: var(--white); font-size: 26px; font-weight: 700; }

  .home-hero__grid { grid-template-columns: 1fr; }
  .home-hero__copy { max-width: 780px; }
  .home-hero__visual { min-height: 650px; }
  .hero-doctor { left: 16%; width: 60%; }
  .hero-stamp { left: 7%; }
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .services-grid--editorial { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(-n+2) { grid-column: auto; }
  .service-card__media img, .service-card:nth-child(-n+2) .service-card__media img { height: 225px; }
  .service-card__body, .service-card:nth-child(-n+2) .service-card__body { min-height: 218px; }
  .clinic-interior__gallery { grid-template-columns: 1fr 1fr; }
  .clinic-interior__figure { min-height: 300px; }
  .clinic-interior__figure--featured { min-height: 280px; }
  .concerns-grid { grid-template-columns: 1fr; }
  .concerns-intro { position: static; }
  .doctor-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 18px; }
  .document-showcase { grid-template-columns: 1fr 1fr; }
  .document-preview:last-child { grid-column: 1 / -1; display: grid; min-height: 420px; grid-template-columns: minmax(260px, .7fr) 1fr; align-items: end; gap: 34px; }
  .document-preview:last-child .document-sheet { width: 100%; margin-bottom: 0; }
  .official-documents { grid-template-columns: 1fr; gap: 28px; }
  .price-grid, .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 1px solid var(--line); }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid figure:first-child { grid-column: 1 / -1; }
  .contact-platforms__layout { grid-template-columns: 1fr; }
  .contact-platforms__intro { position: static; }
  .site-footer__top { grid-template-columns: 1.3fr 1fr 1fr; }
  .site-footer__contacts { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
  .site-footer__legal { grid-template-columns: 1fr 1fr; }
  .amg-credit { justify-self: end; }
  .page-hero__grid, .profile-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .article-layout, .reassurance-grid { grid-template-columns: 1fr; }
  .article-aside { grid-template-columns: 1fr 1fr; }
  .price-catalog__highlights { grid-template-columns: repeat(2, 1fr); }
  .price-catalog__layout { grid-template-columns: 1fr; gap: 42px; }
  .price-index { position: static; }
  .price-index nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; }
  .clinic-story__grid, .contact-hero__grid, .contact-form-grid { grid-template-columns: 1fr; }
  .all-doctors__grid { grid-template-columns: repeat(2, 1fr); }
  .document-layout { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  .contact-platforms { padding: 80px 0 88px; }
  .contact-platforms__grid { grid-template-columns: 1fr; }
  .platform-card, .platform-card:first-child, .platform-card:last-child { grid-column: auto; min-height: 160px; padding: 22px; }
  .platform-card__copy small { margin-bottom: 18px; }
  .map-shell__frame { min-height: 420px; height: 420px; }
  .price-index nav { display: flex; width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .price-index__link { width: min(78vw, 290px); min-width: min(78vw, 290px); grid-template-columns: 24px minmax(0, 1fr); padding-right: 18px; }
  .price-index__link small { grid-column: 2; }
  .price-table thead { display: table-header-group; }
  .price-table tbody { display: block; }
  .price-table tr { display: grid; grid-template-columns: minmax(0, 1fr); gap: 8px; padding: 18px 0; border-bottom: 1px solid var(--line); }
  .price-table thead tr { grid-template-columns: 1fr auto; padding: 0 0 12px; }
  .price-table thead th { padding: 0; border: 0; }
  .price-table tbody th, .price-table tbody td { display: block; width: auto; padding: 0; border: 0; }
  .price-table tbody th { padding-right: 0; }
  .price-table tbody td { color: var(--coral-dark); text-align: left; }
  .price-table__group { padding: 0 !important; border: 0 !important; }
  .price-table__group th { padding: 16px !important; }
}

@media (max-width: 680px) {
  :root { --gutter: 18px; --radius-lg: 24px; --radius-md: 16px; }
  body { font-size: 15px; padding-bottom: 66px; }
  .brand { width: 134px; flex-basis: 134px; }
  .site-header__inner { gap: 11px; }
  .mobile-quick a span { display: none; }
  .mobile-quick small { border: 0; }
  .home-hero { padding-top: 48px; }
  .home-hero__copy h1 { font-size: clamp(48px, 14vw, 66px); }
  .home-hero__lead { font-size: 17px; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof > div:last-child { grid-column: 1 / -1; }
  .home-hero__visual { min-height: 470px; }
  .hero-doctor { left: 7%; width: 78%; }
  .hero-stamp { bottom: 42px; left: 0; width: 96px; height: 96px; font-size: 11px; }
  .hero-form { margin-top: 24px; transform: translateY(38px); }
  .lead-form--compact { display: grid; grid-template-columns: 1fr; padding: 22px; }
  .lead-form__heading { grid-row: auto; }
  .lead-form--compact .field, .lead-form--compact .button--submit, .lead-form--compact .consent, .lead-form--compact .field__error--consent { grid-column: 1; grid-row: auto; }
  .lead-form--compact .button--submit { margin-top: 0; }
  .lead-form__heading p { display: none; }
  .field__error--consent { margin-top: -11px; }
  .services-section { padding: 80px 0; }
  .section-head h2, .price-intro h2, .faq-grid h2 { font-size: 42px; }
  .services-grid--editorial { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(-n+2) { grid-column: auto; }
  .service-card__media img, .service-card:nth-child(-n+2) .service-card__media img { height: 210px; }
  .service-card__body, .service-card:nth-child(-n+2) .service-card__body { min-height: 208px; padding: 20px; }
  .service-card__copy { margin: 20px 0; }
  .service-card__copy strong { font-size: 25px; }
  .service-card__details { align-items: flex-end; }
  .services-action .button { width: auto; }
  .clinic-interior-section { padding: 80px 0 88px; }
  .clinic-interior__gallery { grid-template-columns: 1fr; gap: 10px; }
  .clinic-interior__figure, .clinic-interior__figure--featured { grid-column: auto; min-height: 310px; }
  .clinic-interior__figure--reception img { object-position: 20% center; }
  .clinic-interior__figure--orange-room img { object-position: 12% center; }
  .clinic-interior__figure--mono-room img { object-position: 11% center; }
  .clinic-interior__figure figcaption { grid-template-columns: 1fr; gap: 8px; padding: 22px 20px; }
  .clinic-interior__figure figcaption span { display: block; }
  .clinic-interior__figure figcaption strong { display: block; font-size: 23px; }
  .clinic-interior__figure figcaption em { display: block; margin-top: 6px; text-align: left; }
  .appointment-feature { padding: 48px 0; }
  .concerns-section, .doctors-section, .price-section, .process-section, .reviews-section, .faq-section { padding: 80px 0; }
  .concerns-list a { grid-template-columns: 28px 1fr 20px; }
  .doctor-grid { grid-template-columns: 1fr 1fr; gap: 28px 10px; }
  .doctor-card__photo > span { width: 36px; height: 36px; }
  .doctor-card h3 { font-size: 17px; }
  .doctor-card p { font-size: 11px; }
  .doctor-card small { font-size: 10px; }
  .trust-documents-section { padding: 80px 0; }
  .document-showcase { grid-template-columns: 1fr; }
  .document-preview, .document-preview:last-child { display: grid; min-height: 0; grid-template-columns: 126px 1fr; align-items: end; gap: 18px; padding: 18px; }
  .document-preview:last-child { grid-column: auto; }
  .document-sheet, .document-preview:last-child .document-sheet { width: 126px; min-height: 200px; height: 200px; padding: 8px; margin-bottom: 0; }
  .document-sheet img { max-width: 110px; max-height: 180px; }
  .document-preview__copy > strong { font-size: 19px; }
  .document-preview__copy b { margin-top: 12px; }
  .official-documents { padding: 24px 20px; }
  .official-documents__list a { grid-template-columns: 28px 1fr auto; gap: 8px; min-height: 62px; }
  .official-documents__list strong { font-size: 12px; }
  .price-list > div { align-items: end; gap: 12px; padding: 18px 0; }
  .price-list b { font-size: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { min-height: auto; padding: 22px 0; border-right: 0; border-top: 0; border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 25px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid figure:first-child { grid-column: auto; }
  .reviews-grid figure { min-height: 290px; padding: 26px; }
  .map-section__head { grid-template-columns: 1fr; gap: 20px; }
  .map-section__head > div:last-child { justify-self: start; }
  .map-shell, .map-shell__preview, .map-shell__frame { min-height: 420px; height: 420px; }
  .map-shell__preview { flex-direction: column; text-align: center; }
  .site-footer { padding-top: 58px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__legal { grid-template-columns: 1fr; }
  .amg-credit { justify-self: start; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .mobile-call { position: fixed; z-index: 75; right: 12px; bottom: 10px; left: 12px; display: flex; height: 52px; align-items: center; justify-content: center; gap: 9px; border-radius: 12px; color: var(--white); background: var(--coral); box-shadow: 0 12px 30px rgba(33,44,42,.25); font-weight: 700; }
  .breadcrumbs { white-space: nowrap; overflow: hidden; }
  .breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .page-hero { padding: 30px 0 65px; }
  .page-hero__grid, .profile-grid { grid-template-columns: 1fr; }
  .page-hero__copy h1, .profile-grid h1 { font-size: clamp(46px, 13vw, 64px); }
  .page-hero__copy p { font-size: 16px; }
  .page-hero__media { order: -1; }
  .page-hero__media img { aspect-ratio: 1.3 / 1; }
  .article-section, .reassurance-section, .related-section, .appointment-band { padding: 72px 0; }
  .article-aside { grid-template-columns: 1fr; }
  .article-copy p { font-size: 15px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 210px; }
  .price-hero, .about-hero, .contact-hero, .document-hero, .work-hero { padding: 62px 0 70px; }
  .price-hero h1, .about-hero h1, .contact-hero h1 { font-size: clamp(54px, 15vw, 78px); }
  .price-catalog { padding: 60px 0 80px; }
  .price-catalog__highlights { grid-template-columns: 1fr 1fr; margin-bottom: 70px; }
  .price-catalog__highlights article { min-height: 190px; padding: 18px; }
  .price-catalog__highlights strong { font-size: 24px; }
  .price-catalog__head { grid-template-columns: 1fr; gap: 24px; }
  .price-catalog__head h2 { font-size: 42px; }
  .price-section { padding-bottom: 52px; }
  .price-section > header { grid-template-columns: 34px minmax(0, 1fr); padding-bottom: 24px; }
  .price-section > header h3 { font-size: 29px; }
  .price-sheets { gap: 16px; }
  .price-sheets figure { padding: 7px; }
  .price-sheets a > span { top: 7px; right: 7px; }
  .profile-grid figure { max-width: none; }
  .profile-grid figure img { aspect-ratio: 1 / 1; }
  .clinic-story__grid { gap: 40px; }
  .clinic-story figure img { min-height: 320px; }
  .all-doctors__grid { grid-template-columns: 1fr; }
  .doctor-mini { grid-template-columns: 82px 1fr 20px; min-height: 106px; }
  .doctor-mini img { width: 82px; height: 82px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cards > * { min-height: 120px; }
  .document-hero h1, .work-hero h1 { font-size: clamp(44px, 12vw, 62px); }
  .document-gallery { grid-template-columns: 1fr; }
  .document-gallery img { height: 420px; }
  .work-gallery__grid { grid-template-columns: 1fr; }
  .archive-page { padding: 70px 0; }
  .archive-page__grid { grid-template-columns: 1fr; gap: 50px; }
  .archive-mark { min-height: 260px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .utility-bar, .site-header, .site-footer, .mobile-call, .button, .appointment-band, .map-section { display: none !important; }
  body { color: #000; background: #fff; }
  .container { width: 100%; }
}
