:root {
  --ink: #171b20;
  --muted: #63727e;
  --line: rgba(23, 27, 32, .16);
  --soft: #f4f8fb;
  --blue: #c6deee;
  --ice: #eef7fb;
  --green: #78d9c6;
  --accent: #4f9cca;
  --hero-y: 0;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  width: 100%;
  min-height: 86px;
  padding: 0 clamp(18px, 4vw, 72px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  background: rgba(241, 248, 252, .58);
  border-bottom: 1px solid rgba(32, 35, 38, .08);
  backdrop-filter: blur(16px);
  transition: min-height .22s ease, background .22s ease, box-shadow .22s ease;
}
.site-header.is-scrolled {
  min-height: 72px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 60px rgba(28, 67, 90, .12);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  background: #111;
  overflow: hidden;
}
.brand-logo img {
  width: 38px;
  height: 44px;
  object-fit: contain;
}
.brand strong,
.brand small { display: block; line-height: 1.05; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 42px);
  font-size: 14px;
  font-weight: 800;
}
.phone-link,
.button,
.service-board a,
.contact-form button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.phone-link,
.button.primary,
.contact-form button {
  color: #fff;
  background: #111;
}
.button.secondary {
  background: rgba(255,255,255,.65);
}
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 10px;
  background: #111;
}
.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 104px clamp(16px, 3vw, 56px) 34px;
  background:
    radial-gradient(circle at 52% 27%, rgba(255,255,255,.72), transparent 20%),
    radial-gradient(circle at 52% 47%, rgba(166,203,228,.92), transparent 33%),
    linear-gradient(112deg, #f4fbff 0%, #cfe5f3 50%, #b6d2e5 100%);
}
.hero-photo {
  position: absolute;
  left: -6vw;
  bottom: 0;
  width: min(36vw, 620px);
  height: 60%;
  opacity: .08;
  filter: grayscale(.08) saturate(.85);
  mask-image: linear-gradient(90deg, #000 40%, rgba(0,0,0,.74) 60%, transparent 100%);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 154px);
  display: block;
}
.hero-wordmark {
  position: absolute;
  left: 5vw;
  right: 0;
  bottom: -2vw;
  color: rgba(57, 117, 151, .09);
  font-size: clamp(170px, 31vw, 540px);
  font-weight: 800;
  line-height: .72;
  pointer-events: none;
  white-space: nowrap;
}
.hero-copy {
  position: static;
}
.eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #2d617c;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-title {
  position: absolute;
  inset: clamp(40px, 6.5vh, 72px) 0 auto;
  z-index: 2;
  margin: 0;
  min-height: 350px;
  pointer-events: none;
  letter-spacing: 0;
}
.hero-title span {
  display: block;
}
.hero-title .line-left {
  max-width: min(64vw, 1000px);
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.02em;
}
.hero-title .line-left .word-big {
  font-size: clamp(100px, 10.6vw, 200px);
}
.hero-title .line-left .word-dental {
  margin: 14px 0;
  font-size: clamp(48px, 5.1vw, 94px);
  font-weight: 500;
}
.hero-stats {
  position: absolute;
  z-index: 5;
  right: 0;
  top: clamp(120px, 13vw, 196px);
  display: grid;
  gap: clamp(18px, 2.5vw, 40px);
  text-align: right;
  pointer-events: none;
}
.hero-stats div {
  display: grid;
  gap: 4px;
  justify-items: end;
}
.hero-stats strong {
  font-size: clamp(42px, 4.4vw, 72px);
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.01em;
}
.hero-stats span {
  max-width: 220px;
  color: #446172;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 600;
  line-height: 1.3;
}
.hero-copy p:not(.eyebrow) {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 112px;
  max-width: 510px;
  margin: 0;
  color: #304a59;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.6;
}
.hero-actions {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 34px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-visual {
  position: absolute;
  z-index: 4;
  left: 67%;
  top: 57%;
  width: min(27vw, 430px);
  min-width: 300px;
  min-height: min(72vw, 820px);
  display: grid;
  place-items: center;
  isolation: isolate;
  transform: translate(-50%, -50%);
}
.hero-visual::before {
  content: none;
}
.hero-visual img {
  position: relative;
  width: min(25vw, 395px);
  min-width: 290px;
  filter: drop-shadow(0 42px 52px rgba(28, 61, 78, .26));
  transform: translateY(calc(var(--hero-y) * .18px)) rotate(-4deg);
}
.section {
  padding: clamp(76px, 8vw, 130px) clamp(16px, 5vw, 96px);
  scroll-margin-top: 132px;
}
.section h2,
.promo-band h2,
.prices h2,
.ratings h2,
.doctors-copy h2,
.contacts h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 86px);
  line-height: .96;
  font-weight: 700;
}

.signature {
  background: #fff;
}
.signature-head {
  display: grid;
  grid-template-columns: minmax(180px, .36fr) minmax(360px, .9fr) minmax(320px, .74fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 68px);
}
.signature-kicker {
  display: grid;
  gap: 10px;
  align-content: end;
}
.signature-kicker span {
  color: #315f7b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.signature-kicker strong {
  color: var(--ink);
  font-size: clamp(34px, 4vw, 64px);
  line-height: .9;
}
.signature-kicker small,
.signature-head p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}
.signature-head h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 76px);
  line-height: .98;
  font-weight: 500;
}
.signature-head p {
  margin: 0;
  max-width: 560px;
}
.signature-layout {
  display: grid;
  grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
}
.signature-proof {
  display: grid;
  gap: 18px;
  align-content: end;
}
.proof-flow {
  display: grid;
  grid-template-columns: repeat(3, 34px);
  gap: 8px;
  align-items: center;
}
.proof-flow span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #315f7b;
  background: #eef7fb;
  border: 1px solid rgba(49, 95, 123, .18);
  font-size: 11px;
  font-weight: 800;
}
.proof-flow span:nth-child(2) {
  background: #dcecf5;
}
.proof-flow span:nth-child(3) {
  color: #fff;
  background: #111;
  border-color: #111;
}
.signature-proof strong {
  font-size: 24px;
  line-height: 1.12;
}
.signature-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.signature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.signature-card {
  position: relative;
  min-height: clamp(260px, 20vw, 360px);
  overflow: hidden;
  border-radius: 18px;
  background: #dcecf5;
}
.signature-card:first-child {
  min-height: clamp(260px, 20vw, 360px);
}
.signature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.signature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8, 22, 31, .62));
}
.signature-card div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
}
.signature-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 800;
}
.signature-card h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.05;
}
.signature-bottom {
  margin-top: clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(320px, .78fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}
.signature-bottom figure {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #dfeef5;
}
.signature-bottom figure img {
  width: 100%;
  height: clamp(330px, 34vw, 520px);
  object-fit: cover;
}
.signature-bottom > div span {
  display: block;
  margin-bottom: 18px;
  color: #315f7b;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.signature-bottom h3 {
  margin: 0;
  font-size: clamp(34px, 4vw, 66px);
  line-height: .98;
  font-weight: 500;
}
.signature-bottom p {
  max-width: 560px;
  margin: 24px 0 28px;
  color: var(--muted);
  line-height: 1.65;
}

.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(176px, 14.5vw, 214px);
  gap: 14px;
  grid-template-areas:
    "intro intro adv1 doc"
    "intro intro adv2 doc"
    "stat  adv3  adv4 doc";
}
.bento-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}
.bento-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bento-intro { grid-area: intro; }
.bento-adv1  { grid-area: adv1; }
.bento-adv2  { grid-area: adv2; }
.bento-adv3  { grid-area: adv3; }
.bento-adv4  { grid-area: adv4; }
.bento-stat  { grid-area: stat; }
.bento-doc   { grid-area: doc; }

.bento-intro {
  padding: clamp(26px, 2.6vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  background: linear-gradient(155deg, #59a6d1 0%, #2f6f97 100%);
}
.bento-intro .eyebrow {
  margin: 0;
  color: #fff;
  background: transparent;
  border-color: transparent;
}
.bento-intro h2 {
  margin: auto 0 0;
  font-size: clamp(26px, 2.7vw, 44px);
  line-height: 1.04;
}
.bento-intro p:not(.eyebrow) {
  margin: 0;
  max-width: 440px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.55;
}
.bento-adv {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: var(--ice);
  border: 1px solid rgba(45, 111, 151, .16);
}
.bento-adv h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.bento-adv p {
  margin: 0;
  color: #4a5b66;
  font-size: 14px;
  line-height: 1.45;
}
.bento-doc img {
  object-position: center top;
  background: #e7eef4;
}
.bento-stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #fff;
  background: #111;
}
.bento-stat strong {
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 700;
  line-height: .9;
  color: var(--accent);
}
.bento-stat span {
  max-width: 220px;
  color: #c9d2d8;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.services {
  background: #f7f9fa;
}
.section-head {
  max-width: 1240px;
  margin-bottom: 42px;
}
.service-board {
  display: grid;
  grid-template-columns: 1.18fr .82fr .82fr;
  gap: 14px;
}
.service-board article {
  min-height: 255px;
  padding: 30px;
  display: grid;
  align-content: space-between;
  border-radius: 18px;
  background: #edf3f8;
}
.service-board .wide {
  grid-row: span 2;
  background: linear-gradient(135deg, #d6ebf7, #edf3f8);
}
.service-board span {
  font-size: 20px;
  font-weight: 800;
  color: #4e6974;
}
.service-board h3 {
  margin: 18px 0;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.02;
  font-weight: 500;
}
.service-board p {
  color: #58636a;
  line-height: 1.6;
}
.service-board a {
  justify-self: start;
}

.promo {
  background: #fff;
}
.promo-label {
  margin: 0 0 clamp(28px, 4vw, 54px);
  color: #315f7b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.promo-editorial {
  min-height: clamp(520px, 42vw, 720px);
  display: grid;
  grid-template-columns: minmax(320px, .62fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 90px);
  align-items: center;
  overflow: hidden;
}
.promo-doctor-shot {
  align-self: stretch;
  margin: 0;
  display: grid;
  align-items: end;
  background: #fff;
}
.promo-doctor-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.promo-copy {
  max-width: 720px;
  padding: clamp(34px, 5vw, 78px) 0;
}
.promo-season {
  margin: 0 0 22px;
  color: #f05c4f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.promo-copy h2 {
  margin: 0;
  font-size: clamp(54px, 7vw, 116px);
  line-height: .9;
  font-weight: 700;
}
.promo-price {
  margin-top: clamp(18px, 2.5vw, 32px);
  display: flex;
  align-items: end;
  gap: 14px;
}
.promo-price span {
  padding-bottom: 12px;
  color: var(--muted);
  font-weight: 800;
}
.promo-price strong {
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 800;
  line-height: .82;
  letter-spacing: 0;
}
.promo-copy > p:not(.promo-season) {
  max-width: 560px;
  margin: 28px 0 0;
  color: #405865;
  font-size: 19px;
  line-height: 1.6;
}
.promo-lines {
  max-width: 560px;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}
.promo-lines span {
  min-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #27343b;
  font-weight: 800;
}
.promo-copy .button {
  width: fit-content;
  margin-top: 34px;
}

.subpage {
  padding-top: 86px;
}
.promo-note {
  margin: 24px 0 0;
  color: var(--muted);
}
.promo-back {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.promo-grid article {
  min-height: 168px;
  padding: 26px;
  display: grid;
  align-content: start;
  gap: 8px;
  border-radius: 18px;
  color: var(--ink);
  background: var(--ice);
  border: 1px solid rgba(45, 111, 151, .16);
}
.promo-grid article strong {
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1;
  font-weight: 700;
  color: #2f6f97;
}
.promo-grid article span {
  font-weight: 700;
  line-height: 1.35;
}
.promo-grid article small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.promo-grid .promo-bonus {
  color: #fff;
  background: #111;
  border-color: #111;
}
.promo-grid .promo-bonus strong {
  color: var(--accent);
}
.promo-grid .promo-bonus small {
  color: rgba(255, 255, 255, .75);
}

.prices-section {
  background: #fff;
}
.prices {
  width: 100%;
}
.price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 14px;
}
.price-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.price-tabs button.active {
  color: #fff;
  background: #111;
}
.price-panel { display: none; }
.price-panel.active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.price-panel p {
  min-height: 72px;
  margin: 0;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.price-panel strong {
  font-weight: 600;
}
.ratings {
  background: #f7fafc;
}
.ratings-head {
  width: 100%;
  max-width: 1420px;
  display: grid;
  grid-template-columns: minmax(360px, .68fr) minmax(420px, .56fr);
  column-gap: clamp(28px, 7vw, 130px);
  row-gap: 16px;
  align-items: end;
  margin-bottom: clamp(32px, 4.4vw, 60px);
}
.ratings-head .eyebrow {
  grid-column: 1;
  margin: 0;
}
.ratings h2 {
  grid-column: 1;
  max-width: 740px;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1;
  font-weight: 700;
}
.ratings-head p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  justify-self: end;
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.ratings-layout {
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}
.rating-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
  align-items: start;
}
.rating-certificate {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.rating-certificate.featured {
  transform: translateY(28px);
}
.rating-certificate img {
  width: 100%;
  height: clamp(300px, 28vw, 470px);
  object-fit: contain;
  border-radius: 0;
}
.awards {
  margin: 0;
  display: grid;
  gap: 14px;
}
.awards article {
  min-height: 0;
  padding: 26px 28px;
  display: grid;
  gap: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(23, 27, 32, .08);
}
.awards h3 {
  margin: 0;
  font-size: 24px;
}
.awards ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.awards li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid rgba(23, 27, 32, .1);
}
.awards li strong {
  color: #2f6f97;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}
.awards li span {
  color: #405865;
  line-height: 1.4;
}

.doctors {
  position: relative;
  display: grid;
  gap: clamp(24px, 3.6vw, 46px);
  overflow: hidden;
  background: #fff;
}
.doctors::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 360px;
  height: 520px;
  background: url("assets/implant-cutout.png") center / contain no-repeat;
  opacity: .12;
  transform: rotate(-10deg);
}
.doctors-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1420px;
  display: grid;
  grid-template-columns: minmax(360px, .68fr) minmax(340px, .5fr);
  column-gap: clamp(28px, 6vw, 110px);
  row-gap: 16px;
  align-items: end;
}
.doctors-copy .eyebrow {
  grid-column: 1;
  margin: 0;
}
.doctors-copy h2 {
  grid-column: 1;
  margin: 0;
  max-width: 680px;
  font-size: clamp(44px, 4.9vw, 76px);
  line-height: .98;
}
.doctors-copy p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  justify-self: end;
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.doctor-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}
.doctor-tags span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}
.doctor-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  gap: 22px;
  background: transparent;
}
.doctor-row {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.doctor-row:active {
  cursor: grabbing;
}
.doctor-row::-webkit-scrollbar {
  display: none;
}
.doctor-row-bottom {
  padding-left: clamp(72px, 11vw, 180px);
}
.doctor-track {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  gap: 18px;
  animation: doctors-left 52s linear infinite;
  will-change: transform;
}
.doctor-row-bottom .doctor-track {
  animation-name: doctors-right;
}
.doctor-row:hover .doctor-track,
.doctor-row:focus-within .doctor-track,
.doctor-row.is-dragging .doctor-track {
  animation-play-state: paused;
}
.doctor-set {
  display: grid;
  grid-auto-flow: column;
  gap: 18px;
}
.doctor-card {
  width: clamp(248px, 20vw, 334px);
  height: clamp(430px, 36vw, 520px);
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(26, 50, 64, .12);
  box-shadow: none;
  cursor: pointer;
  outline: none;
}
.doctor-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #fff;
  pointer-events: none;
  user-select: none;
}
.doctor-card .doctor-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 128px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-top: 1px solid rgba(26, 50, 64, .1);
  transition: height .35s ease, padding .35s ease, background-color .35s ease;
}
.doctor-card:focus-visible {
  border-color: rgba(38, 115, 154, .55);
  box-shadow: 0 0 0 4px rgba(38, 115, 154, .14);
}
.doctor-card:hover .doctor-info,
.doctor-card:focus-visible .doctor-info,
.doctor-card:focus-within .doctor-info,
.doctor-card.is-open .doctor-info {
  height: 100%;
  padding: 24px 22px;
  background: rgba(255, 255, 255, .98);
  border-top-color: transparent;
}
.doctor-card h3 {
  margin: 0 0 9px;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.05;
}
.doctor-card p {
  margin: 0;
  color: #4a5b66;
  font-size: 15px;
  line-height: 1.45;
}
.doctor-extra {
  display: grid;
  gap: 10px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height .35s ease, margin-top .35s ease, opacity .25s ease, transform .35s ease;
}
.doctor-card:hover .doctor-extra,
.doctor-card:focus-visible .doctor-extra,
.doctor-card:focus-within .doctor-extra,
.doctor-card.is-open .doctor-extra {
  max-height: 100%;
  margin-top: 14px;
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
  padding-right: 0;
}
.doctor-extra p {
  font-size: 12.6px;
  line-height: 1.31;
}
.doctor-experience {
  color: var(--ink) !important;
  font-weight: 800;
}
.doctor-card.is-dense h3 {
  font-size: clamp(17px, 1.2vw, 21px);
}
.doctor-card.is-dense .doctor-info {
  padding: 21px 20px;
}
.doctor-card.is-dense .doctor-extra {
  gap: 7px;
  margin-top: 11px;
}
.doctor-card.is-dense .doctor-extra p {
  font-size: 11.4px;
  line-height: 1.23;
}

@keyframes doctors-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes doctors-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .doctor-track {
    animation: none;
  }
}

.tax-band {
  margin: 0 clamp(16px, 5vw, 96px) clamp(42px, 5vw, 78px);
  padding: clamp(34px, 4vw, 56px) clamp(28px, 4vw, 64px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, #59a6d1, #2f6f97);
}
.tax-band .eyebrow {
  color: #fff;
  background: transparent;
  border-color: transparent;
}
.tax-band h2 {
  margin: 14px 0 12px;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1;
  font-weight: 700;
}
.tax-band p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  line-height: 1.6;
}
.tax-band .button {
  color: #1c4258;
  background: #fff;
  border-color: #fff;
}

.socials {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.socials a {
  padding: 11px 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
}
.footer-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
.footer-links a {
  color: #fff;
  font-weight: 700;
}

.contacts {
  display: grid;
  grid-template-columns: minmax(320px, .62fr) minmax(0, 1fr);
  gap: 44px;
  color: #fff;
  background: #111;
}
.contacts .eyebrow {
  color: #fff;
  background: transparent;
  border-color: transparent;
}
.contacts-list {
  display: grid;
  gap: 1px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.contacts-list article {
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(210px, .7fr) 1fr 1fr;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.contacts-list h3 {
  margin: 0;
  font-size: 28px;
}
.contacts-list p {
  margin: 0;
  color: #b9c1c5;
}
.contacts-list a {
  font-weight: 800;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}
.contact-actions a {
  white-space: nowrap;
}
.contact-actions a[href^="https"] {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #d8f0ff;
  font-size: 13px;
}
.contact-form {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}
input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background: #f5f5f5;
  font: inherit;
}
.contact-form span {
  min-height: 18px;
  color: #bff8e7;
  font-size: 13px;
  font-weight: 800;
}
.contacts-map {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
  margin-top: clamp(10px, 2vw, 24px);
  padding-top: clamp(24px, 3vw, 42px);
  border-top: 1px solid rgba(255,255,255,.18);
}
.contacts-map .eyebrow {
  margin-bottom: 18px;
}
.contacts-map h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}
.contacts-map p:not(.eyebrow) {
  margin: 0;
  color: #b9c1c5;
  line-height: 1.6;
}
.contacts-map a {
  width: fit-content;
  min-height: 46px;
  margin-top: 24px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 10px;
  color: #fff;
  font-weight: 800;
}
.contacts-map iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 18px;
  filter: grayscale(.14) contrast(.96);
}

.footer {
  padding: 28px clamp(16px, 4vw, 80px);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  color: #c9d1d3;
  background: #0c0c0c;
}
.footer p { margin: 0; }
.footer a { color: #fff; }

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
  }
  .menu-button {
    display: block;
    justify-self: end;
  }
  .main-nav,
  .phone-link {
    display: none;
  }
  .main-nav.open {
    grid-column: 1 / -1;
    display: grid;
    justify-content: stretch;
    gap: 0;
  }
  .main-nav.open a {
    padding: 15px 0;
    border-top: 1px solid var(--line);
  }
  .hero-inner,
  .promo-band,
  .promo-editorial,
  .ratings-head,
  .ratings-layout,
  .doctors,
  .contacts {
    grid-template-columns: 1fr;
  }
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "intro intro"
      "doc   adv1"
      "doc   adv2"
      "adv3  adv4"
      "stat  stat";
  }
  .signature-head,
  .signature-layout,
  .signature-bottom {
    grid-template-columns: 1fr;
  }
  .signature-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .signature-card:first-child {
    grid-row: auto;
    min-height: 280px;
  }
  .signature-proof {
    max-width: 360px;
  }
  .hero-inner {
    min-height: 760px;
  }
  .hero-title .line-left {
    max-width: 52vw;
    font-size: clamp(50px, 8.4vw, 92px);
  }
  .hero-stats {
    top: 168px;
    gap: 22px;
  }
  .hero-stats strong {
    font-size: clamp(34px, 6vw, 56px);
  }
  .hero-stats span {
    max-width: 34vw;
  }
  .hero-visual {
    width: min(36vw, 380px);
    min-width: 260px;
    min-height: 620px;
  }
  .hero-visual img {
    width: min(36vw, 380px);
    min-width: 260px;
  }
  .service-board,
  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-form {
    grid-column: auto;
  }
  .rating-certificate.featured {
    transform: translateY(0);
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
    padding: 0 12px;
  }
  .brand small { display: none; }
  .hero {
    min-height: auto;
    padding: 96px 12px 28px;
  }
  .hero-wordmark {
    left: 10px;
    bottom: -18px;
    font-size: 150px;
  }
  .hero-inner {
    min-height: auto;
  }
  .hero-title {
    position: static;
    display: block;
    min-height: 0;
  }
  .hero-title .line-left {
    max-width: 352px;
    font-size: clamp(31px, 8.9vw, 42px);
    line-height: 1.08;
  }
  .hero-stats {
    position: static;
    margin-top: 26px;
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
    text-align: left;
  }
  .hero-stats div {
    justify-items: start;
  }
  .hero-stats span {
    max-width: none;
  }
  .hero-copy p:not(.eyebrow) {
    position: static;
    margin-top: 24px;
    font-size: 16px;
  }
  .hero-actions {
    position: static;
    margin-top: 26px;
    display: grid;
    width: min(100%, 270px);
  }
  .hero-visual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-width: 0;
    min-height: 520px;
    margin-top: 26px;
    transform: none;
  }
  .hero-visual img {
    min-width: 0;
    width: min(78vw, 300px);
  }
  .service-board,
  .promo-grid,
  .promo-editorial,
  .price-panel.active,
  .ratings-head,
  .ratings-layout,
  .rating-board,
  .awards,
  .signature-cards,
  .contacts-map,
  .contacts-list article,
  .contact-form {
    grid-template-columns: 1fr;
  }
  .signature-head {
    gap: 18px;
  }
  .signature-head h2,
  .signature-bottom h3 {
    font-size: clamp(34px, 10vw, 54px);
  }
  .signature-card {
    min-height: 240px;
  }
  .signature-card:first-child {
    min-height: 240px;
  }
  .signature-bottom {
    margin-top: 58px;
  }
  .signature-bottom figure img {
    height: 300px;
  }
  .promo-editorial {
    min-height: 0;
    gap: 22px;
  }
  .promo-doctor-shot {
    min-height: 420px;
  }
  .promo-copy {
    padding: 0 0 18px;
  }
  .promo-copy h2 {
    font-size: clamp(44px, 15vw, 70px);
  }
  .promo-season {
    letter-spacing: .16em;
  }
  .promo-copy .button {
    width: 100%;
  }
  .rating-certificate {
    padding: 0;
  }
  .rating-certificate img {
    height: auto;
    max-height: 520px;
  }
  .ratings-head .eyebrow,
  .ratings-head h2,
  .ratings-head p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
  .awards li {
    grid-template-columns: 78px 1fr;
  }
  .tax-band {
    margin: 0 14px 44px;
  }
  .section {
    padding: 58px 14px;
  }
  .section h2,
  .promo-band h2,
  .prices h2,
  .ratings h2,
  .doctors-copy h2,
  .contacts h2 {
    font-size: clamp(38px, 12vw, 58px);
  }
  .bento {
    grid-template-columns: 1fr;
    grid-template-areas: none;
    grid-auto-rows: auto;
  }
  .bento-card {
    grid-area: auto;
    min-height: 210px;
  }
  .bento-doc,
  .bento-face,
  .bento-smile {
    min-height: 320px;
  }
  .service-board .wide {
    grid-row: auto;
  }
  .promo-band {
    padding: 52px 14px;
  }
  .promo-band img {
    max-height: 230px;
  }
  .price-panel p {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
  }
  .doctors-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .doctors-copy .eyebrow,
  .doctors-copy h2,
  .doctors-copy p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }
  .doctor-row-bottom {
    padding-left: 42px;
  }
  .doctor-card {
    width: min(78vw, 288px);
    height: 440px;
    border-radius: 18px;
  }
  .doctor-card img {
    height: 100%;
  }
  .doctor-card .doctor-info {
    height: 116px;
    padding: 18px;
  }
  .doctor-card:hover .doctor-info,
  .doctor-card:focus-visible .doctor-info,
  .doctor-card:focus-within .doctor-info,
  .doctor-card.is-open .doctor-info {
    height: 100%;
  }
  .contacts-map iframe {
    min-height: 300px;
  }
}
