:root {
  --ink: #11231f;
  --muted: #66736f;
  --green: #087664;
  --green-dark: #083d36;
  --green-soft: #dceee9;
  --mint: #eef7f4;
  --sand: #f6f2eb;
  --white: #fff;
  --line: rgba(17,35,31,.14);
  --orange: #e89a66;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8,61,54,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: clip; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; }
.shell { width: min(1200px, calc(100% - 48px)); 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: 10px; left: 10px; padding: 10px 15px; color: #fff; background: var(--green-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topline { color: #dfece8; background: var(--green-dark); font-size: .73rem; letter-spacing: .02em; }
.topline__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline p { margin: 0; }
.topline__inner > div { display: flex; align-items: center; gap: 30px; }
.topline a { color: inherit; text-decoration: none; }
.topline a:hover { color: #fff; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #63d3b9; box-shadow: 0 0 0 4px rgba(99,211,185,.12); }

.header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; }
.brand img { width: 245px; height: auto; }
.nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav a { position: relative; font-size: .79rem; font-weight: 600; text-decoration: none; }
.nav a::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--green); transform: scaleX(0); transition: transform .2s ease; }
.nav a:hover::after { transform: scaleX(1); }
.header__mobile-contact { display: none; }
.menu-toggle { width: 42px; height: 42px; display: none; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: var(--ink); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--green); border-radius: 999px; color: #fff; background: var(--green); box-shadow: 0 10px 30px rgba(8,118,100,.2); font-size: .78rem; font-weight: 700; cursor: pointer; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--green-dark); box-shadow: 0 14px 35px rgba(8,61,54,.22); transform: translateY(-2px); }
.button--small { min-height: 43px; padding: 9px 19px; }
.button--wide { width: 100%; }
.button--light { color: var(--green-dark); background: #fff; border-color: #fff; box-shadow: none; }
.button--light:hover { color: #fff; background: transparent; }
.eyebrow { margin-bottom: 15px; color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; background: linear-gradient(118deg, #f7f4ef 0%, #eef7f4 100%); }
.hero__glow { position: absolute; top: -170px; left: 35%; width: 560px; height: 560px; border-radius: 50%; background: rgba(255,255,255,.64); filter: blur(25px); }
.hero__grid { position: relative; min-height: 660px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; padding-block: 68px 78px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { max-width: 720px; margin-bottom: 27px; font-size: clamp(3.7rem, 5.3vw, 4.4rem); line-height: .94; }
.hero-title-line { white-space: nowrap; }
.hero h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 500; }
.hero__lead { max-width: 610px; margin-bottom: 32px; color: var(--muted); font-size: 1.04rem; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding-block: 10px; border-bottom: 1px solid var(--line); font-size: .79rem; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 10px; color: var(--green); }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 600px; margin: 46px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero__proof li { display: flex; gap: 10px; align-items: flex-start; padding-right: 16px; }
.hero__proof strong { color: var(--green-dark); font-size: .9rem; }
.hero__proof span { color: var(--muted); font-size: .67rem; line-height: 1.4; }
.hero__visual { position: relative; min-width: 0; }
.hero__image-frame { overflow: hidden; border-radius: 3px 110px 3px 3px; box-shadow: var(--shadow); }
.hero__image-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,61,54,.16)); pointer-events: none; }
.hero__image-frame img { width: 100%; height: 430px; object-fit: cover; object-position: center; }
.hero__badge { position: absolute; bottom: 35px; left: -42px; max-width: 285px; display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 17px 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.hero__badge > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }
.hero__badge p { margin: 0; color: var(--muted); font-size: .68rem; }
.hero__badge strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: .77rem; }
.hero__note { position: absolute; top: 28px; right: -24px; padding: 12px 15px; color: #fff; background: var(--green-dark); border-radius: 2px 15px 2px 2px; font-size: .68rem; }
.hero__note strong { font-size: .73rem; }

.quick-choice { border-bottom: 1px solid var(--line); background: #fff; }
.quick-choice__grid { display: grid; grid-template-columns: .75fr repeat(3, 1fr); align-items: stretch; }
.quick-choice__grid > * { min-height: 82px; display: flex; align-items: center; gap: 13px; margin: 0; padding: 18px 22px; border: 0; border-left: 1px solid var(--line); background: transparent; font-size: .75rem; font-weight: 600; text-align: left; text-decoration: none; cursor: pointer; }
.quick-choice__grid > *:last-child { border-right: 1px solid var(--line); }
.quick-choice__grid > p { border-left: 0; color: var(--muted); font-weight: 500; }
.quick-choice__grid span { color: var(--green); font-size: .65rem; }
.quick-choice__grid button:hover, .quick-choice__grid a:hover { background: var(--mint); }

.section { padding-block: 112px; }
.section-head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-head h2 { margin: 0; font-size: clamp(3rem, 4.7vw, 5rem); line-height: .98; }
.section-head > p { margin: 0; color: var(--muted); font-size: .91rem; }
.section-head--compact { margin-bottom: 45px; }

.services { background: #f8faf9; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { min-height: 370px; display: flex; flex-direction: column; padding: 16px 18px 21px; border: 1px solid rgba(8,61,54,.11); border-radius: 19px; background: #fff; box-shadow: 0 10px 28px rgba(8,61,54,.1), 0 2px 7px rgba(17,35,31,.06); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { box-shadow: 0 20px 48px rgba(8,61,54,.16), 0 4px 10px rgba(17,35,31,.07); transform: translateY(-5px); }
.service-card--accent, .service-card--dark { color: var(--ink); background: #fff; border-color: rgba(8,61,54,.11); }
.service-card__top { position: relative; min-height: 126px; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; padding: 18px; overflow: hidden; border-radius: 14px; background: linear-gradient(145deg, #dceee9, #f2f8f6); }
.service-card__top::before { content: ""; position: absolute; top: -75px; right: -45px; width: 175px; height: 175px; border: 1px solid rgba(8,118,100,.16); border-radius: 50%; box-shadow: 0 0 0 29px rgba(8,118,100,.045), 0 0 0 58px rgba(8,118,100,.025); }
.service-card:nth-child(2) .service-card__top, .service-card:nth-child(5) .service-card__top { background: linear-gradient(145deg, #f1e9dc, #faf7f1); }
.service-card:nth-child(3) .service-card__top, .service-card:nth-child(4) .service-card__top { background: linear-gradient(145deg, #e8edf2, #f7f9fa); }
.service-card--dark .service-card__top { background: linear-gradient(145deg, #0a6154, #083d36); }
.service-card__top span { position: relative; z-index: 1; color: var(--green-dark); font-size: 2rem; font-weight: 600; letter-spacing: -.05em; line-height: 1; }
.service-card__top b { position: relative; z-index: 1; padding: 6px 10px; border: 1px solid rgba(8,61,54,.12); border-radius: 999px; color: var(--green-dark); background: rgba(255,255,255,.62); font-size: .59rem; font-weight: 700; backdrop-filter: blur(7px); }
.service-card--dark .service-card__top span { color: #fff; }
.service-card--dark .service-card__top b { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); }
.service-card h3 { margin-bottom: 13px; padding-inline: 3px; font-size: 1.28rem; line-height: 1.15; }
.service-card p { max-width: 320px; margin-bottom: 24px; padding-inline: 3px; color: var(--muted); font-size: .76rem; }
.service-card--dark p { color: var(--muted); }
.service-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.service-card--dark .service-card__footer { border-color: var(--line); }
.service-card__footer strong { font-size: .81rem; }
.service-card__footer button { padding: 0; border: 0; background: transparent; font-size: .68rem; cursor: pointer; }
.service-card__footer button span { margin-left: 8px; color: var(--green); }
.service-card--dark .service-card__footer button span { color: var(--green); }
.all-services { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 28px; padding: 22px 4px; border-bottom: 1px solid var(--line); }
.all-services a { font-size: .78rem; font-weight: 700; text-decoration: none; }
.all-services a span { margin-left: 12px; color: var(--green); }
.all-services p { margin: 0; color: var(--muted); font-size: .69rem; }

.problems { color: #fff; background: var(--green-dark); }
.problems__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px; align-items: start; }
.problems .eyebrow { color: #8bd3c2; }
.problems__intro { position: sticky; top: 120px; }
.problems h2 { margin-bottom: 26px; font-size: clamp(3rem, 4.8vw, 3.85rem); line-height: .98; }
.problems-line { white-space: nowrap; }
.mobile-break { display: none; }
.problems__intro > p:not(.eyebrow) { max-width: 470px; margin-bottom: 30px; color: rgba(255,255,255,.62); }
.problems__choices { min-width: 0; }
.problems__choices > .button { margin-top: 28px; }
.problem-list { border-top: 1px solid rgba(255,255,255,.16); }
.problem-list button { width: 100%; min-height: 92px; display: grid; grid-template-columns: 55px 1fr 30px; align-items: center; padding: 20px 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; background: transparent; text-align: left; cursor: pointer; }
.problem-list button:hover { padding-inline: 12px; background: rgba(255,255,255,.05); }
.problem-list span { color: #79cfbb; font-size: .65rem; }
.problem-list strong { font-size: 1.08rem; font-weight: 500; }
.problem-list i { color: #79cfbb; font-style: normal; font-size: 1.2rem; }

.approach { background: var(--sand); }
.approach__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.approach__visual { position: relative; }
.approach__visual img { width: 100%; height: 650px; object-fit: cover; border-radius: 70px 3px 3px 3px; filter: saturate(.82); }
.approach__visual > p { position: absolute; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 12px; margin: 0; padding: 14px 18px; border-radius: 12px; background: rgba(255,255,255,.9); font-size: .75rem; font-weight: 700; backdrop-filter: blur(10px); }
.approach__visual span { color: var(--green); font-size: .65rem; }
.approach h2 { margin-bottom: 24px; font-size: clamp(3rem, 4.5vw, 4.6rem); line-height: .98; }
.approach__lead { max-width: 640px; margin-bottom: 35px; color: var(--muted); }
.approach ol { margin: 0 0 30px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.approach li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.approach li strong { display: block; margin-bottom: 4px; font-size: .88rem; }
.approach li p { margin: 0; color: var(--muted); font-size: .75rem; }
.text-button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--green); color: var(--green-dark); background: transparent; font-size: .78rem; font-weight: 700; cursor: pointer; }
.text-button span { margin-left: 12px; color: var(--green); }

.work-standards { background: #fff; }
.work-standards__head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.work-standards__head h2 { margin: 0; font-size: clamp(3rem, 4.5vw, 4.6rem); line-height: .98; }
.work-standards__head h2 span { white-space: nowrap; }
.work-standards__head > p { max-width: 430px; margin: 0; color: var(--muted); font-size: .91rem; }
.work-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.work-gallery__side { display: grid; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 24px; }
.work-card { min-width: 0; overflow: hidden; border: 1px solid rgba(8,61,54,.1); border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(8,61,54,.09), 0 3px 9px rgba(17,35,31,.05); }
.work-card img { width: 100%; height: 180px; object-fit: cover; filter: saturate(.88); }
.work-card--main img { height: 475px; object-position: center 38%; }
.work-gallery__side .work-card:first-child img { object-position: center 36%; }
.work-gallery__side .work-card:last-child img { object-position: center 44%; }
.work-card__caption { display: grid; grid-template-columns: 37px 1fr; gap: 13px; padding: 20px 22px 22px; }
.work-card--main .work-card__caption { padding: 24px 27px 27px; }
.work-card__caption > span { color: var(--green); font-size: .65rem; font-weight: 700; }
.work-card__caption h3 { margin: 0 0 6px; font-size: 1rem; line-height: 1.2; }
.work-card__caption p { margin: 0; color: var(--muted); font-size: .71rem; }

.doctors { background: #f8faf9; }
.doctors__head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.doctors__head h2 { margin: 0; font-size: clamp(3rem, 4.7vw, 5rem); line-height: .98; }
.doctors__head > p { margin: 0; color: var(--muted); font-size: .91rem; }
.doctors__swipe-hint { display: none; }
.doctors-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }
.doctor-card { min-width: 0; grid-column: span 2; overflow: hidden; border: 1px solid rgba(8,61,54,.1); border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(8,61,54,.09), 0 3px 9px rgba(17,35,31,.05); }
.doctor-card:nth-child(4) { grid-column: 2 / span 2; }
.doctor-card:nth-child(5) { grid-column: 4 / span 2; }
.doctor-card__photo { position: relative; aspect-ratio: 6 / 7; overflow: hidden; background: #e9efed; }
.doctor-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.doctor-card__photo--wide img { object-position: 42% top; transform: scale(1.15); transform-origin: 42% top; }
.doctor-card__body { min-height: 216px; display: flex; flex-direction: column; align-items: flex-start; padding: 23px 24px 25px; }
.doctor-card__body > span { margin-bottom: 13px; color: var(--green); font-size: .64rem; font-weight: 700; }
.doctor-card h3 { margin: 0 0 11px; font-size: 1.08rem; line-height: 1.15; letter-spacing: -.025em; }
.doctor-card p { margin: 0 0 18px; color: var(--muted); font-size: .72rem; }
.doctor-card strong { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--green-dark); font-size: .7rem; }

.catalog { background: #fff; }
.catalog .section-head h2 { font-size: clamp(3rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.catalog .section-head h2 span { white-space: nowrap; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 1px; overflow: hidden; border-radius: 19px; background: rgba(8,61,54,.11); box-shadow: 0 10px 28px rgba(8,61,54,.1), 0 2px 7px rgba(17,35,31,.06); }
.catalog-grid button { min-height: 145px; display: grid; grid-template-columns: 40px 1fr 28px; grid-template-rows: auto auto; align-items: center; gap: 4px 16px; padding: 28px; border: 0; background: #fff; text-align: left; cursor: pointer; transition: background .2s ease; }
.catalog-grid button:hover { background: var(--mint); }
.catalog-grid span { grid-row: 1 / 3; align-self: start; color: var(--green); font-size: .64rem; }
.catalog-grid strong { font-size: 1.05rem; font-weight: 600; }
.catalog-grid small { color: var(--muted); font-size: .67rem; }
.catalog-grid i { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--green); font-style: normal; }

.clinic-note { padding-block: 84px; color: #fff; background: var(--green); }
.clinic-note__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.clinic-note__image { overflow: hidden; border-radius: 3px 55px 3px 3px; background: #fff; }
.clinic-note__image img { width: 100%; height: 365px; object-fit: cover; }
.clinic-note .eyebrow { color: #ccece5; }
.clinic-note h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 4.4vw, 4.4rem); line-height: .98; }
.clinic-note p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.clinic-note__facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 28px; }
.clinic-note__facts span { display: flex; gap: 9px; align-items: center; font-size: .72rem; }
.clinic-note__facts b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: #fff; }

.faq { background: var(--sand); }
.faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 95px; }
.faq h2 { margin-bottom: 22px; font-size: clamp(3rem, 4.7vw, 4.8rem); line-height: .98; }
.faq__grid > div:first-child > p:last-child { color: var(--muted); }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 54px 23px 0; font-size: .92rem; font-weight: 600; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: absolute; top: 50%; right: 5px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); transform: translateY(-50%); }
.faq details[open] summary span { color: #fff; background: var(--green); transform: translateY(-50%) rotate(45deg); }
.faq details p { max-width: 700px; margin: 0; padding: 0 55px 23px 0; color: var(--muted); font-size: .78rem; }

.booking { padding-block: 95px; color: #fff; background: var(--green-dark); }
.booking__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px; align-items: center; }
.booking .eyebrow { color: #79cfbb; }
.booking h2 { margin-bottom: 23px; font-size: clamp(3rem, 4.8vw, 3.85rem); line-height: .98; }
.booking-line { white-space: nowrap; }
.booking__copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.62); }
.booking__contacts { display: grid; gap: 4px; margin-top: 32px; }
.booking__contacts a { font-size: 1.5rem; font-weight: 600; text-decoration: none; }
.booking__contacts span { color: rgba(255,255,255,.55); font-size: .7rem; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.booking-form label { display: grid; gap: 8px; color: rgba(255,255,255,.72); font-size: .66rem; }
.booking-form label:nth-child(3), .booking-form .button, .booking-form > p { grid-column: 1 / -1; }
.booking-form input, .booking-form select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; background: rgba(255,255,255,.07); outline: none; }
.booking-form select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%); background-position: calc(100% - 18px) 22px,calc(100% - 13px) 22px; background-size: 5px 5px; background-repeat: no-repeat; }
.booking-form option { color: var(--ink); background: #fff; }
.booking-form input::placeholder { color: rgba(255,255,255,.42); }
.booking-form input:focus, .booking-form select:focus { border-color: #79cfbb; }
.booking-form > p { margin: 0; color: rgba(255,255,255,.44); font-size: .58rem; text-align: center; }

.interior { background: #f8faf9; }
.interior__head { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: end; margin-bottom: 45px; }
.interior__head h2 { margin: 0; font-size: clamp(3rem, 4.7vw, 5rem); line-height: .98; }
.interior__head > p { margin: 0; color: var(--muted); font-size: .91rem; }
.interior-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 24px; }
.interior-card { min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(8,61,54,.1); border-radius: 22px; background: #fff; box-shadow: 0 16px 42px rgba(8,61,54,.09), 0 3px 9px rgba(17,35,31,.05); }
.interior-card--main { grid-row: 1 / 3; }
.interior-card > div { height: 220px; overflow: hidden; background: #e9efed; }
.interior-card--main > div { height: 520px; }
.interior-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9); }
.interior-card--main img { object-position: left bottom; transform: scale(1.13); transform-origin: left bottom; }
.interior-card--entrance img { object-position: center top; }
.interior-card figcaption { min-height: 62px; display: flex; align-items: center; gap: 14px; padding: 15px 19px; }
.interior-card figcaption span { color: var(--green); font-size: .64rem; font-weight: 700; }
.interior-card figcaption strong { font-size: .75rem; }

.contacts { padding-block: 46px; background: #fff; }
.contacts__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.contacts__item { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 27px 34px; }
.contacts__item:nth-child(2n) { border-left: 1px solid rgba(17,35,31,.08); }
.contacts__item:nth-child(n+3) { border-top: 1px solid rgba(17,35,31,.08); }
.contacts img { width: 235px; height: auto; }
.contacts p { margin: 5px 0 0; color: var(--muted); font-size: .66rem; }
.contacts span { color: var(--muted); font-size: .63rem; }
.contacts strong, .contacts__phone { font-size: .8rem; font-weight: 700; text-decoration: none; }
.contacts a:not(.contacts__phone), .contacts button { max-width: 100%; padding: 0; border: 0; color: var(--green); background: transparent; font-size: .66rem; overflow-wrap: anywhere; text-align: left; text-decoration: none; cursor: pointer; }
.footer { color: rgba(255,255,255,.62); background: #062e29; font-size: .62rem; }
.footer .shell { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; }
.footer p { margin: 0; }
.footer p:last-child { text-align: right; }
.footer div div { display: flex; gap: 22px; }
.footer a { text-decoration: none; }
.modal { width: min(540px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 28px; color: var(--ink); background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.modal::backdrop { background: rgba(4,35,31,.72); backdrop-filter: blur(5px); }
.modal__panel { position: relative; padding: 38px; }
.modal__close { position: absolute; top: 19px; right: 19px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.35rem; cursor: pointer; }
.modal h2 { margin-bottom: 10px; font-size: 2.4rem; }
.modal__panel > p:not(.eyebrow) { color: var(--muted); font-size: .8rem; }
.booking-form--modal { grid-template-columns: 1fr; margin-top: 25px; padding: 0; border: 0; background: transparent; }
.booking-form--modal label, .booking-form--modal > * { grid-column: 1 !important; color: var(--muted); }
.booking-form--modal input, .booking-form--modal select { color: var(--ink); background-color: var(--mint); border-color: var(--line); }
.booking-form--modal select { background-image: linear-gradient(45deg,transparent 50%,var(--green) 50%),linear-gradient(135deg,var(--green) 50%,transparent 50%); }
.booking-form--modal .button { color: #fff; }
.booking-form--modal input::placeholder { color: #91a09c; }
.booking-form--modal > p { color: var(--muted); }

@media (max-width: 1040px) {
  .nav { gap: 17px; }
  .nav a { font-size: .7rem; }
  .hero__grid { gap: 42px; }
  .hero h1 { font-size: clamp(2.8rem, 5.3vw, 3.25rem); }
  .hero__image-frame img { height: 340px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .doctors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .doctor-card, .doctor-card:nth-child(4), .doctor-card:nth-child(5) { grid-column: auto; }
  .doctor-card:last-child { width: calc(50% - 12px); grid-column: 1 / -1; justify-self: center; }
  .problems__grid, .booking__grid { gap: 50px; }
  .problems h2, .booking h2 { font-size: clamp(2.35rem, 4.8vw, 3.2rem); }
  .contacts__item { padding-inline: 28px; }
}

@media (max-width: 780px) {
  body { font-size: 14px; }
  .shell { width: min(100% - 28px, 1200px); }
  .topline { display: none; }
  .header__inner { min-height: 68px; gap: 8px; }
  .brand img { width: min(42vw, 176px); }
  .header .button { display: none; }
  .header__mobile-contact { display: grid; gap: 2px; margin-left: auto; color: var(--green-dark); line-height: 1.1; text-align: right; white-space: nowrap; }
  .header__mobile-contact a { font-size: clamp(.58rem, 2.6vw, .68rem); font-weight: 700; text-decoration: none; }
  .header__mobile-contact span { color: var(--muted); font-size: .5rem; }
  .menu-toggle { width: 38px; height: 38px; display: block; flex: 0 0 auto; margin-left: 0; padding: 8px; }
  .nav { position: absolute; top: 68px; right: 0; left: 0; display: grid; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: #fff; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); font-size: .83rem; }
  .nav a::after { display: none; }

  .hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 23px; padding-block: 35px 28px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(2rem, 10vw, 2.35rem); line-height: .96; }
  .hero__lead { margin-bottom: 22px; font-size: .9rem; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero__actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero__proof { margin-top: 25px; padding-top: 18px; }
  .hero__proof li { display: grid; gap: 3px; }
  .hero__proof span { font-size: .58rem; }
  .hero__visual { order: -1; }
  .hero__image-frame { border-radius: 3px 50px 3px 3px; }
  .hero__image-frame img { height: 270px; }
  .hero__badge { right: 12px; bottom: 12px; left: 12px; max-width: none; padding: 10px 12px; grid-template-columns: 32px 1fr; }
  .hero__badge > span { width: 32px; height: 32px; }
  .hero__note { display: none; }
  .quick-choice__grid { grid-template-columns: 1fr; }
  .quick-choice__grid > * { min-height: 54px; padding: 12px 2px; border-right: 0 !important; border-bottom: 1px solid var(--line); border-left: 0; }
  .quick-choice__grid > p { display: none; }

  .section { padding-block: 65px; }
  .section-head { grid-template-columns: 1fr; gap: 19px; margin-bottom: 32px; }
  .section-head h2 { font-size: clamp(1.8rem, 8.5vw, 2.15rem); line-height: 1; }
  .section-head > p { font-size: .82rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; padding: 14px 16px 19px; }
  .service-card__top { min-height: 112px; margin-bottom: 19px; padding: 16px; }
  .service-card__top span { font-size: 1.8rem; }
  .all-services { align-items: flex-start; flex-direction: column; gap: 8px; }

  .problems__grid, .approach__grid, .clinic-note__grid, .faq__grid, .booking__grid { grid-template-columns: 1fr; gap: 38px; }
  .problems__intro { position: static; }
  .problems h2, .clinic-note h2, .faq h2, .booking h2 { font-size: clamp(1.8rem, 8.5vw, 2.15rem); line-height: 1; }
  .problems h2 .desktop-break { display: none; }
  .problems h2 .mobile-break { display: block; }
  .problems-line { white-space: normal; }
  .problems__choices > .button { width: 100%; }
  .approach h2 { font-size: clamp(1.55rem, 7.5vw, 1.9rem); line-height: 1; }
  .problem-list button { min-height: 74px; grid-template-columns: 42px 1fr 25px; }
  .problem-list strong { font-size: .91rem; }
  .approach__visual img { height: 420px; border-radius: 45px 3px 3px 3px; }
  .work-standards__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 31px; }
  .work-standards__head h2 { font-size: clamp(1.55rem, 7.5vw, 1.9rem); line-height: 1; letter-spacing: -.055em; }
  .work-standards__head > p { font-size: .82rem; }
  .work-gallery { grid-template-columns: 1fr; gap: 18px; }
  .work-gallery__side { grid-template-rows: none; gap: 18px; }
  .work-card img, .work-card--main img { height: 300px; object-position: center 38%; }
  .work-gallery__side .work-card:first-child img { height: 260px; }
  .work-gallery__side .work-card:last-child img { height: 240px; object-position: center 44%; }
  .work-card__caption, .work-card--main .work-card__caption { padding: 18px 17px 20px; }
  .work-card__caption h3 { font-size: .94rem; }
  .work-card__caption p { font-size: .7rem; }
  .doctors__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 18px; }
  .doctors__head h2 { font-size: clamp(1.8rem, 8.5vw, 2.15rem); line-height: 1; }
  .doctors__head > p { font-size: .82rem; }
  .doctors__swipe-hint { display: flex; align-items: center; justify-content: space-between; margin: 0 0 17px; color: var(--muted); font-size: .64rem; }
  .doctors__swipe-hint span { color: var(--green); font-size: 1rem; }
  .doctors-grid { width: calc(100vw - 14px); grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(82vw, 320px); gap: 16px; margin-right: calc(14px - 50vw); padding: 2px 14px 14px 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .doctors-grid::-webkit-scrollbar { display: none; }
  .doctor-card, .doctor-card:nth-child(4), .doctor-card:nth-child(5), .doctor-card:last-child { width: auto; grid-column: auto; justify-self: stretch; scroll-snap-align: start; }
  .doctor-card__body { min-height: 205px; padding: 20px 19px 22px; }
  .doctor-card h3 { font-size: 1rem; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog .section-head h2 { font-size: clamp(1.8rem, 8.5vw, 2.15rem); line-height: 1; letter-spacing: -.06em; }
  .catalog-grid button { min-height: 125px; padding: 21px 17px; }
  .catalog-grid strong { font-size: .93rem; }
  .clinic-note__image img { height: 270px; }
  .clinic-note__facts { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; padding: 21px; }
  .booking-form label, .booking-form > * { grid-column: 1 !important; }
  .interior__head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
  .interior__head h2 { font-size: clamp(1.8rem, 8.5vw, 2.15rem); line-height: 1; }
  .interior__head > p { font-size: .82rem; }
  .interior-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 14px; }
  .interior-card--main { grid-column: 1 / -1; grid-row: auto; }
  .interior-card > div { height: 205px; }
  .interior-card--main > div { height: 260px; }
  .interior-card figcaption { min-height: 70px; align-items: flex-start; gap: 8px; padding: 13px 12px; }
  .interior-card figcaption strong { font-size: .65rem; line-height: 1.3; }
  .contacts { padding-block: 25px; }
  .contacts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contacts__item { min-height: 118px; gap: 4px; padding: 16px 12px; }
  .contacts img { width: 136px; }
  .contacts p { margin-top: 3px; font-size: .56rem; line-height: 1.3; }
  .contacts span { font-size: .56rem; }
  .contacts strong, .contacts__phone { font-size: .69rem; line-height: 1.35; }
  .contacts a:not(.contacts__phone), .contacts button { font-size: .57rem; line-height: 1.35; }
  .footer .shell { grid-template-columns: 1fr; gap: 12px; padding-block: 22px; text-align: center; }
  .footer div div { justify-content: center; }
  .footer p:last-child { text-align: center; }
  .modal__panel { padding: 30px 20px 22px; }
  .modal h2 { font-size: 2rem; }
}

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