:root {
  --ink: #1d3b42;
  --ink-deep: #173238;
  --ink-soft: #425e61;
  --accent: #69c94a;
  --accent-deep: #4ea934;
  --cream: #f7faf4;
  --sage: #ddebd1;
  --hero-overlay: #445f59;
  --header-bg: #fafcf8;
  --white: #fff;
  --muted: #667b78;
  --line: rgba(29, 59, 66, .14);
  --shadow: 0 24px 70px rgba(36, 70, 60, .13);
  --shadow-soft: 0 12px 36px rgba(36, 70, 60, .09);
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.9rem); }
p { color: var(--ink-soft); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(80px, 9vw, 132px) 0; }
.section--cream { background: var(--cream); }
.section--sage { background: var(--sage); }
.section--dark { position: relative; overflow: hidden; color: var(--white); background: var(--ink-deep); }
.section--dark::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -270px;
  top: -260px;
  border: 1px solid rgba(131, 217, 93, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(131, 217, 93, .035), 0 0 0 180px rgba(131, 217, 93, .025);
}
.section--dark p { color: rgba(255, 255, 255, .76); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(52px, 8vw, 110px); align-items: center; }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 999; transform: translateY(-160%); padding: 10px 14px; background: var(--white); border-radius: 8px; box-shadow: var(--shadow-soft); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--accent-deep); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--accent); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.25rem); line-height: 1.72; }

.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 23px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 780; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(131, 217, 93, .65); outline-offset: 3px; }
.button--primary { color: var(--white); background: var(--ink); box-shadow: 0 10px 24px rgba(15, 45, 52, .18); }
.button--primary:hover { background: #0b262c; }
.button--accent { color: var(--ink-deep); background: var(--accent); box-shadow: 0 12px 30px rgba(131, 217, 93, .23); }
.button--accent:hover { background: #94e673; }
.button--outline { color: var(--white); border-color: rgba(255, 255, 255, .5); background: rgba(255, 255, 255, .04); }
.button--outline:hover { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-weight: 800; }

.announcement { color: var(--ink); background: var(--sage); border-bottom: 1px solid rgba(29, 59, 66, .13); font-size: .76rem; letter-spacing: .04em; }
.announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement__locations { color: var(--ink-deep); font-weight: 750; }
.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid transparent; background: rgba(250, 252, 248, .94); backdrop-filter: blur(18px); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 178px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 30px); margin-left: auto; }
.desktop-nav a { position: relative; color: #36575e; font-size: .86rem; font-weight: 720; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent-deep); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-phone { font-size: .82rem; font-weight: 800; white-space: nowrap; }

.hero { min-height: min(780px, calc(100svh - 116px)); position: relative; isolation: isolate; display: grid; align-items: center; overflow: hidden; color: var(--white); }
.hero__media, .hero__wash { position: absolute; inset: 0; z-index: -2; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; transform: scale(1.02); }
.hero__wash { z-index: -1; background: linear-gradient(90deg, rgba(68, 95, 89, .91) 0%, rgba(68, 95, 89, .82) 26%, rgba(68, 95, 89, .58) 49%, rgba(68, 95, 89, .25) 73%, rgba(68, 95, 89, .07) 100%), linear-gradient(0deg, rgba(20, 50, 47, .18), transparent 52%); }
.hero__inner { width: var(--shell); margin-inline: auto; padding: 92px 0; }
.hero__content { max-width: 800px; }
.hero h1 { max-width: 900px; margin-bottom: 26px; color: var(--white); }
.hero .eyebrow, .hero h1 span, .hero__proof span { color: #c2f1aa; }
.hero h1 { text-shadow: 0 3px 24px rgba(6, 30, 29, .48), 0 1px 2px rgba(6, 30, 29, .30); }
.hero__lead { max-width: 660px; margin-bottom: 32px; color: rgba(255, 255, 255, .96); text-shadow: 0 2px 13px rgba(6, 30, 29, .34); font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px 25px; padding: 0; margin: 34px 0 0; list-style: none; color: rgba(255, 255, 255, .91); text-shadow: 0 1px 9px rgba(6, 30, 29, .30); font-size: .84rem; }
.hero__proof span { margin-right: 7px; font-weight: 900; }

.locations-hero { padding: clamp(82px, 10vw, 140px) 0; background: var(--cream); }
.locations-hero__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.locations-hero h1 { margin-bottom: 25px; font-size: clamp(3.1rem, 6.4vw, 5.9rem); }
.locations-hero h1 span { color: var(--accent-deep); }
.locations-hero__media { min-height: 570px; position: relative; }
.locations-hero__media figure { margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.locations-hero__media figure:first-child { width: 78%; height: 500px; margin-left: auto; }
.locations-hero__media figure:last-child { position: absolute; left: 0; bottom: 0; width: 51%; height: 260px; border: 10px solid var(--cream); }
.locations-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { padding: 27px 22px; text-align: center; border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { border-left: 1px solid var(--line); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: .95rem; }
.trust-strip span { color: var(--muted); font-size: .75rem; }

.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading h2 { margin-bottom: 20px; }
.clinic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.clinic-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-soft); }
.clinic-card__image { height: 350px; overflow: hidden; }
.clinic-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.clinic-card:hover .clinic-card__image img { transform: scale(1.025); }
.clinic-card__body { padding: 34px; }
.clinic-card h2 { margin-bottom: 14px; font-size: clamp(2rem, 3vw, 3rem); }
.clinic-card address { margin: 0 0 24px; color: var(--ink-soft); font-style: normal; }
.clinic-card__facts { display: grid; gap: 8px; padding: 20px 0; margin: 22px 0 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.clinic-card__facts span { color: var(--ink-soft); font-size: .9rem; }

.feature-image { height: min(600px, 65vw); margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-list { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.feature-list b { color: var(--accent-deep); font-size: .76rem; letter-spacing: .1em; }
.feature-list h3 { margin-bottom: 5px; font-size: 1.08rem; letter-spacing: -.02em; }
.feature-list p { margin: 0; font-size: .9rem; }

.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.care-card { padding: 30px; border: 1px solid rgba(255, 255, 255, .15); border-radius: var(--radius); background: rgba(255, 255, 255, .06); }
.care-card__number { display: block; margin-bottom: 30px; color: var(--accent); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.care-card h3 { margin-bottom: 12px; color: var(--white); }
.care-card p { margin-bottom: 0; font-size: .91rem; }

.specialist-card { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: clamp(34px, 6vw, 75px); align-items: center; padding: clamp(34px, 5vw, 60px); border-radius: var(--radius-lg); background: var(--sage); }
.specialist-card figure { width: 240px; height: 300px; margin: 0 auto; overflow: hidden; border-radius: 120px 120px var(--radius) var(--radius); box-shadow: var(--shadow-soft); }
.specialist-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.specialist-card h2 { margin-bottom: 18px; }

.details-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(46px, 8vw, 100px); align-items: start; }
.details-panel { padding: clamp(32px, 5vw, 52px); border-radius: var(--radius-lg); background: var(--cream); }
.details-list { display: grid; margin: 28px 0 30px; }
.details-row { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.details-row:first-child { border-top: 1px solid var(--line); }
.details-row dt { font-weight: 800; }
.details-row dd { margin: 0; color: var(--ink-soft); }
.details-image { min-height: 560px; margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.details-image img { width: 100%; height: 100%; object-fit: cover; }

.final-cta { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.final-cta h2 { max-width: 760px; margin-bottom: 15px; color: var(--white); }
.final-cta p { max-width: 650px; margin-bottom: 0; }

.site-footer { padding: 58px 0 28px; color: var(--ink); background: var(--sage); border-top: 1px solid rgba(29, 59, 66, .12); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .7fr); gap: 46px; padding-bottom: 38px; }
.footer-brand img { width: clamp(230px, 23vw, 310px); height: auto; margin-bottom: 20px; background: transparent; filter: none; }
.footer-brand p { max-width: 330px; color: var(--ink-soft); font-size: .88rem; }
.footer-column strong { display: block; margin-bottom: 14px; color: var(--ink-deep); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-column span { display: block; margin: 8px 0; color: var(--ink-soft); font-size: .86rem; }
.footer-column a:hover { color: var(--accent-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(29, 59, 66, .13); color: var(--ink-soft); font-size: .76rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-phone { margin-left: auto; }
  .locations-hero__grid, .split, .details-grid { grid-template-columns: 1fr; }
  .locations-hero__media { min-height: 520px; }
  .care-grid { grid-template-columns: 1fr; }
  .details-image { min-height: 440px; order: -1; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero__wash { background: linear-gradient(90deg, rgba(68, 95, 89, .92) 0%, rgba(68, 95, 89, .84) 42%, rgba(68, 95, 89, .58) 76%, rgba(68, 95, 89, .36) 100%), linear-gradient(0deg, rgba(20, 50, 47, .22), transparent 54%); }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .announcement__inner { justify-content: center; text-align: center; }
  .announcement__inner > span:last-child, .header-phone { display: none; }
  .site-header__inner { min-height: 72px; }
  .brand img { width: 145px; }
  .site-header .button { min-height: 44px; padding: 9px 15px; font-size: .78rem; }
  .hero { min-height: 680px; }
  .hero__inner { padding: 78px 0; }
  .hero__wash { background: linear-gradient(90deg, rgba(68, 95, 89, .78), rgba(68, 95, 89, .50)), linear-gradient(0deg, rgba(28, 57, 53, .18), transparent 52%); }
  .hero__actions .button { width: 100%; }
  .hero__proof { display: grid; gap: 8px; }
  .locations-hero__media { min-height: 410px; }
  .locations-hero__media figure:first-child { width: 88%; height: 370px; }
  .locations-hero__media figure:last-child { width: 54%; height: 190px; border-width: 7px; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > div { border-bottom: 1px solid var(--line); }
  .clinic-grid { grid-template-columns: 1fr; }
  .clinic-card__image { height: 280px; }
  .specialist-card { grid-template-columns: 1fr; text-align: center; }
  .details-row { grid-template-columns: 1fr; gap: 4px; }
  .final-cta { grid-template-columns: 1fr; gap: 28px; }
  .final-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-brand img { width: 245px; }
  .footer-bottom { display: grid; }
}

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