:root {
  --ink: #173a3d;
  --text: #365255;
  --teal: #126b68;
  --teal-dark: #0b4f4d;
  --aqua: #dff3f0;
  --mist: #f4f8f7;
  --line: #d8e5e3;
  --white: #fff;
  --gold: #f2b84b;
  --shadow: 0 18px 50px rgba(15, 64, 65, .11);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.7; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--teal); }
h1, h2, h3 { color: var(--ink); line-height: 1.15; letter-spacing: -.025em; margin: 0 0 .65em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.2rem; }
.site-shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { 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; top: 8px; left: 8px; z-index: 99999; padding: 12px 16px; background: var(--ink); color: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f2b84b; outline-offset: 3px; }

.clinic-bar { background: var(--ink); color: #dceceb; font-size: .875rem; }
.clinic-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.clinic-bar a { color: var(--white); font-weight: 750; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,229,227,.9); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img, .brand .custom-logo { display: block; width: auto; height: 54px; }
.brand .custom-logo-link { display: flex; }
.primary-nav { margin-left: auto; }
.primary-nav ul, .site-footer .menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 24px; }
.primary-nav a { color: var(--ink); font-size: .95rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { color: var(--teal); }
.menu-toggle { display: none; width: 46px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.menu-toggle__lines, .menu-toggle__lines::before, .menu-toggle__lines::after { display: block; width: 22px; height: 2px; margin: auto; background: var(--ink); content: ""; transition: .2s ease; }
.menu-toggle__lines::before { transform: translateY(-7px); }
.menu-toggle__lines::after { transform: translateY(5px); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid var(--teal); border-radius: 999px; background: var(--teal); color: var(--white); font-size: .98rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { background: var(--teal-dark); border-color: var(--teal-dark); color: var(--white); transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 18px; }
.button--ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.72); }
.button--outline { color: var(--teal); background: transparent; }
.button--light { background: var(--white); color: var(--teal-dark); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.text-link { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.eyebrow { color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.center { text-align: center; }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; isolation: isolate; background: #173a3d; color: var(--white); }
.hero::before { position: absolute; inset: 0; z-index: -2; background: var(--hero-image) center 35% / cover no-repeat; content: ""; }
.hero::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(10,45,48,.94) 0%, rgba(10,45,48,.78) 48%, rgba(10,45,48,.2) 100%); content: ""; }
.hero__inner { padding-block: 90px; }
.hero__content { max-width: 690px; }
.hero h1 { color: var(--white); max-width: 650px; }
.hero .eyebrow { color: #8ee1d8; }
.hero__lead { max-width: 660px; font-size: clamp(1.18rem, 2vw, 1.42rem); }
.hero__facts { display: flex; flex-wrap: wrap; gap: 9px 22px; padding: 0; margin: 22px 0; list-style: none; }
.hero__facts li::before { margin-right: 8px; color: #8ee1d8; content: "✓"; font-weight: 900; }
.rating { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-weight: 700; }
.rating span, .stars { color: var(--gold); letter-spacing: .08em; }

.trust-strip { position: relative; z-index: 2; margin-top: -22px; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.trust-grid div { display: grid; gap: 1px; padding: 22px 14px; text-align: center; }
.trust-grid div + div { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--ink); font-size: 1.05rem; }
.trust-grid span { font-size: .82rem; }

.section { padding-block: clamp(70px, 9vw, 118px); }
.section--tint { background: var(--mist); }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading > p:last-child { font-size: 1.12rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--text); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #acd5d0; box-shadow: var(--shadow); }
.service-card > span { display: block; margin-bottom: 38px; color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.service-card p { min-height: 55px; }
.service-card b { color: var(--teal); font-size: .92rem; }
.service-grid + .center { margin-top: 34px; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .85fr); align-items: center; gap: clamp(50px, 9vw, 110px); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li::before { margin-right: 10px; color: var(--teal); content: "✓"; font-weight: 900; }
.info-panel { padding: clamp(28px, 4vw, 46px); border-radius: 28px 6px 28px 6px; background: var(--ink); color: #e5f0ef; box-shadow: var(--shadow); }
.info-panel h3 { color: var(--white); font-size: 1.8rem; }
.info-panel .eyebrow { color: #8ee1d8; }
.appointment-option { display: grid; gap: 4px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); }
.appointment-option strong { color: var(--white); }
.info-panel .button { margin-top: 20px; }
.location-section { padding-block: 78px; }
.location-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.location-grid h2 { max-width: 680px; }
.location-actions { display: flex; flex-direction: column; gap: 12px; min-width: 230px; }
.booking-band { padding-block: 58px; background: var(--teal-dark); color: var(--white); }
.booking-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.booking-band h2 { max-width: 760px; margin: 0; color: var(--white); }
.booking-band .eyebrow { color: #8ee1d8; }

.page-hero { padding-block: clamp(68px, 8vw, 104px); background: linear-gradient(135deg, var(--mist), var(--aqua)); }
.page-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.page-hero__inner > div { max-width: 800px; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.3rem); }
.page-hero p:last-child { max-width: 720px; font-size: 1.18rem; }
.content-narrow { max-width: 920px; }
.content-narrow > h2:not(:first-child) { margin-top: 2.3em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 38px 0; }
.feature-grid > div { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--mist); }
.feature-grid strong { color: var(--ink); font-size: 1.08rem; }
.feature-grid p { margin: 8px 0 0; font-size: .94rem; }
.contact-cards, .service-list { display: grid; gap: 16px; }
.contact-cards { grid-template-columns: repeat(3, 1fr); }
.contact-cards a { display: flex; min-height: 210px; flex-direction: column; padding: 26px; overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: var(--radius); background: var(--mist); color: var(--text); text-decoration: none; }
.contact-cards span { color: var(--teal); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { margin: auto 0; color: var(--ink); }
.contact-cards small { font-size: .88rem; font-weight: 750; }
.notice { margin: 36px 0; padding: 26px 28px; border-left: 5px solid var(--teal); background: var(--aqua); }
.notice h2 { font-size: 1.5rem; }
.notice p:last-child { margin-bottom: 0; }
.service-list a { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); color: var(--text); text-decoration: none; }
.service-list h2, .service-list p { margin: 0; }
.service-list h2 { font-size: 1.35rem; }
.service-list span { color: var(--teal); font-weight: 800; white-space: nowrap; }
.review-summary { display: flex; align-items: center; gap: 30px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.review-score { color: var(--ink); font-size: 4.5rem; font-weight: 850; line-height: 1; }
.review-summary p { margin: 5px 0 0; }
.entry-content > * + * { margin-top: 1.2em; }

.site-footer { padding-top: 74px; background: #102f32; color: #cbdcdb; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1.25fr 1fr; gap: 48px; padding-bottom: 56px; }
.footer-brand { display: inline-block; margin-bottom: 14px; color: var(--white); font-size: 1.65rem; text-decoration: none; }
.footer-brand strong { color: #77d0c7; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .04em; }
.site-footer a { color: #e1efed; text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.site-footer .menu { flex-direction: column; gap: 8px; }
.site-footer .menu li { margin: 0; }
.contact-list { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; overflow-wrap: anywhere; }
.credential-row { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.credential-row img { width: auto; height: 58px; border-radius: 4px; background: var(--white); }
.footer-action .button { margin-top: 8px; }
.footer-bottom { padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; }

@media (max-width: 1020px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 18px 20px 24px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 30px rgba(15,64,65,.1); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { width: min(100%, 1180px); flex-direction: column; gap: 0; margin: auto; }
  .primary-nav a { display: block; padding: 10px 0; }
  .header-book { display: none; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid div + div { border-left: 0; }
  .trust-grid div:not(:nth-last-child(-n+2)) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body.admin-bar .site-header { top: 0; }
  .clinic-bar__inner span { display: none; }
  .clinic-bar__inner { justify-content: center; }
  .brand img, .brand .custom-logo { height: 44px; }
  .hero { min-height: 610px; }
  .hero::after { background: linear-gradient(90deg, rgba(10,45,48,.92), rgba(10,45,48,.68)); }
  .hero__inner { padding-block: 68px; }
  .button-row .button { width: 100%; }
  .trust-strip { margin-top: 0; }
  .trust-grid { width: 100%; grid-template-columns: repeat(2, 1fr); border-radius: 0; border-inline: 0; box-shadow: none; }
  .trust-grid div { min-height: 86px; padding: 16px 8px; }
  .trust-grid div:last-child { grid-column: 1 / -1; }
  .service-grid, .feature-grid, .contact-cards { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card > span { margin-bottom: 24px; }
  .check-list { grid-template-columns: 1fr; }
  .location-grid, .page-hero__inner { grid-template-columns: 1fr; display: grid; gap: 24px; }
  .location-actions { min-width: 0; }
  .booking-band__inner { align-items: stretch; flex-direction: column; }
  .booking-band__inner .button { align-self: flex-start; }
  .service-list a { grid-template-columns: 1fr; gap: 7px; }
  .review-summary { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}

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

