:root {
  --navy: #123d59;
  --navy-dark: #0a2a3e;
  --blue: #3d68a7;
  --blue-soft: #dbe8f1;
  --ice: #eef5f8;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #17242d;
  --muted: #5e6a72;
  --line: #d8e1e6;
  --accent: #c46f55;
  --success: #1f6a48;
  --error: #9d332d;
  --shadow: 0 20px 55px rgba(12, 45, 65, .12);
  --radius: 26px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.text-center { text-align: center; }
.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; left: 12px; top: -80px; z-index: 1000; background: var(--white); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-dark); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.3vw, 6.25rem); margin-bottom: 30px; }
h1 span { color: var(--blue); }
.hero-headline-long { font-size: clamp(3rem, 4vw, 4.1rem); line-height: 1; }
h2 { font-size: clamp(2.25rem, 4vw, 4rem); margin-bottom: 24px; }
h3 { font-size: 1.45rem; }
.eyebrow {
  color: var(--blue); font-size: .78rem; font-weight: 800; line-height: 1.3;
  letter-spacing: .15em; text-transform: uppercase; margin-bottom: 20px;
}
.eyebrow-light { color: #a9c7da; }
.section { padding: 118px 0; }
.section-lead { color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 56px;
  padding: 15px 25px; border: 1px solid var(--navy); border-radius: 999px;
  color: var(--white); background: var(--navy); font-size: .92rem; font-weight: 750;
  line-height: 1.2; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--blue); border-color: var(--blue); box-shadow: 0 12px 24px rgba(18, 61, 89, .18); }
.button-ghost { color: var(--navy); background: transparent; }
.button-small { min-height: 46px; padding: 12px 19px; font-size: .82rem; }
.button-full { width: 100%; border: 0; }
.text-link { color: var(--navy); font-weight: 800; }
.text-link.light { color: var(--white); }

.site-header {
  position: sticky; top: 0; z-index: 100; height: 104px; background: rgba(251,250,247,.94);
  border-bottom: 1px solid rgba(18,61,89,.1); backdrop-filter: blur(15px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand picture { display: block; }
.brand img { width: auto; height: 86px; }
.mobile-breaking { display: none; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { position: relative; color: #31434f; font-size: .84rem; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--blue); transition: right .2s; }
.main-nav a:hover::after { right: 0; }
.header-cta { flex: 0 0 auto; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--ice); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; padding: 52px 0 46px; overflow: clip; background: linear-gradient(120deg, var(--paper) 0 55%, #e6eff4 55%); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; left: -270px; bottom: -330px; border: 80px solid rgba(61,104,167,.08); border-radius: 50%; }
.hero-carousel-shell { position: relative; }
.hero-viewport { position: relative; overflow: hidden; }
.hero-track { display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.hero-slide { min-width: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.hero-copy { position: relative; z-index: 2; padding-block: 45px; }
.hero-lead { max-width: 670px; color: #475a65; font-size: clamp(1.15rem, 1.9vw, 1.4rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 17px; }
.hero-note { max-width: 580px; color: #6b767c; font-size: .82rem; line-height: 1.5; }
.hero-visual { position: relative; height: 610px; min-height: 610px; border-radius: 220px 220px 28px 28px; overflow: hidden; box-shadow: var(--shadow); background: var(--blue-soft); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,35,51,.55)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.doctor-card { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 27px; display: flex; flex-direction: column; color: var(--white); }
.doctor-card strong { font-size: 1.05rem; }
.doctor-card span { color: #d9e5ec; font-size: .83rem; }
.hero-photo-label { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 27px; display: flex; flex-direction: column; color: var(--white); }
.hero-photo-label strong { font-size: 1.05rem; }
.hero-photo-label span { color: #d9e5ec; font-size: .83rem; }
.hero-visual-hours, .hero-visual-entrance { border-radius: 32px; }
.hero-visual-hours img, .hero-visual-entrance img { object-fit: contain; object-position: center; background: #e6eff4; }
.hero-hours-copy { padding-right: 10px; padding-left: 28px; }
.hero-hours-copy h2 { margin-bottom: 26px; }
.hero-hours { width: min(100%, 610px); margin: 0; border-top: 1px solid var(--line); }
.hero-hours > div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.hero-hours dt { color: var(--navy-dark); font-weight: 800; }
.hero-hours dd { margin: 0; color: #475a65; text-align: right; }
.hero-hours .is-closed dd { color: #8a5c50; }
.hero-slide-actions { margin: 22px 0 0; }
.hero-slide-actions .button { min-height: 50px; padding: 13px 20px; font-size: .84rem; }
.hero-august-copy { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-august-copy h2 { max-width: 660px; margin-bottom: 24px; font-size: clamp(3.2rem, 5.3vw, 5.7rem); letter-spacing: -.055em; }
.hero-august-copy h2 span { color: var(--blue); }
.hero-august-slogan { margin-bottom: 14px; color: var(--navy); font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 800; line-height: 1.25; }
.hero-august-copy .hero-note { margin-inline: auto; }
.hero-august-copy .hero-actions { justify-content: center; }
.hero-carousel-controls { position: absolute; z-index: 6; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: 0 12px 32px rgba(12,45,65,.16); backdrop-filter: blur(10px); }
.hero-arrow { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); }
.hero-arrow:hover, .hero-arrow:focus-visible { color: var(--white); background: var(--blue); border-color: var(--blue); }
.hero-dots { display: flex; align-items: center; gap: 7px; }
.hero-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: #b9c9d3; transition: width .2s, background .2s; }
.hero-dot[aria-current="true"] { width: 25px; background: var(--blue); }
.hero-breaking { position: relative; z-index: 7; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin: 0 0 24px; padding: 13px 16px 13px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; color: var(--white); background: var(--navy-dark); box-shadow: 0 18px 38px rgba(8,35,51,.2); }
.hero-breaking-label { padding: 8px 12px; border-radius: 999px; color: var(--white); background: #c9342f; font-size: .7rem; font-weight: 900; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.hero-breaking strong { color: var(--white); font-size: clamp(.96rem, 1.7vw, 1.25rem); line-height: 1.25; text-transform: uppercase; }
.hero-breaking a { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 18px; border-radius: 999px; color: var(--navy-dark); background: var(--white); font-size: .83rem; font-weight: 850; white-space: nowrap; }
.hero-breaking a:hover, .hero-breaking a:focus-visible { color: var(--white); background: var(--blue); }
.hero-mobile-controls { display: none; }

.trust-bar { color: var(--white); background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 125px; display: flex; align-items: center; gap: 17px; padding: 25px 34px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-item:last-child { border-right: 0; }
a.trust-item { transition: background .2s; }
a.trust-item:hover { background: rgba(255,255,255,.06); }
.trust-item span:last-child { color: #c8d9e3; font-size: .85rem; line-height: 1.5; }
.trust-item strong { color: var(--white); font-size: .98rem; }
.trust-number { min-width: 58px; color: var(--white); font-size: 2.6rem; font-weight: 300; line-height: 1; }
.trust-icon { width: 51px; height: 51px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 1.4rem; }

.intro-section { background: var(--white); }
.story-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: start; gap: 72px; }
.story-media { position: sticky; top: 132px; margin: 0; }
.story-media img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; border-radius: 28px; box-shadow: var(--shadow); }
.story-copy h2 { max-width: 650px; margin-bottom: 30px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; line-height: 1.75; }
.story-copy > p:not(.eyebrow) + p { margin-top: 18px; }
.services-section { background: var(--ice); }
.technology-heading { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 60px; margin-bottom: 48px; }
.technology-heading h2 { margin-bottom: 0; }
.technology-heading > p { color: var(--muted); margin-bottom: 8px; }
.tech-carousel { position: relative; }
.tech-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.tech-track::-webkit-scrollbar { display: none; }
.tech-track:focus-visible { outline: 3px solid rgba(61,104,167,.35); outline-offset: 5px; }
.tech-slide { min-width: 100%; min-height: 480px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); scroll-snap-align: start; scroll-snap-stop: always; background: var(--white); }
.tech-media { min-width: 0; display: grid; place-items: center; padding: 32px; background: #f4f8fa; }
.tech-media img { width: 100%; height: 400px; object-fit: contain; object-position: center; }
.tech-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px; border-left: 1px solid var(--line); }
.tech-copy h3 { margin: 18px 0; font-size: 2rem; }
.tech-copy p { margin: 0; color: var(--muted); }
.tech-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; }
.tech-arrows { display: flex; gap: 10px; }
.tech-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 1.25rem; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.tech-arrow:hover, .tech-arrow:focus-visible { color: var(--white); background: var(--blue); border-color: var(--blue); }
.tech-dots { display: flex; align-items: center; gap: 9px; }
.tech-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: #b9c9d3; cursor: pointer; transition: width .2s, background .2s; }
.tech-dot[aria-current="true"] { width: 30px; background: var(--blue); }

.method-section { color: var(--white); background: var(--navy-dark); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.method-intro h2 { color: var(--white); }
.method-intro p:not(.eyebrow) { color: #b9ccd7; max-width: 490px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 66px 1fr; gap: 23px; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps > li > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #7895a7; border-radius: 50%; color: #b9ccd7; }
.steps h3 { color: var(--white); margin-bottom: 8px; }
.steps p { color: #b9ccd7; margin: 0; font-size: .94rem; }

.treatments-section { overflow: hidden; background: var(--paper); }
.treatments-heading { display: grid; grid-template-columns: 1fr 430px; align-items: end; gap: 60px; margin-bottom: 42px; }
.treatments-heading h2 { max-width: 720px; margin-bottom: 0; }
.treatments-heading > p { margin: 0 0 8px; color: var(--muted); }
.service-icon-carousel { position: relative; max-width: 820px; margin: 0 auto; }
.service-icon-track { display: flex; gap: 18px; overflow-x: auto; padding: 6px 4px 24px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.service-icon-track::-webkit-scrollbar { display: none; }
.service-icon-track:focus-visible { outline: 3px solid rgba(61,104,167,.35); outline-offset: 4px; }
.service-icon-card { min-width: 0; min-height: 390px; display: flex; flex: 0 0 100%; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 42px 54px; scroll-snap-align: start; scroll-snap-stop: always; border: 2px solid rgba(61,104,167,.34); border-radius: 24px; text-align: center; background: var(--white); box-shadow: 0 14px 34px rgba(12,45,65,.08); }
.service-icon-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.service-icon { width: 126px; height: 126px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(61,104,167,.24); border-radius: 50%; color: var(--navy); background: linear-gradient(145deg, #f8fcff, #dceaf4); box-shadow: inset 0 0 0 8px rgba(255,255,255,.48), 0 10px 22px rgba(12,45,65,.10); }
.service-icon svg { width: 84px; height: 84px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.service-icon .icon-accent { stroke: var(--blue); stroke-width: 2.8; }
.service-icon-card h3 { margin: 0; color: var(--blue); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.08; }
.service-icon-card p { max-width: 620px; margin: 0; color: var(--navy-dark); font-size: 1.08rem; line-height: 1.55; }
.service-icon-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 2px; }
.service-icon-controls > div { display: flex; gap: 10px; }
.service-icon-controls button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 1.2rem; transition: color .2s, background .2s, border-color .2s; }
.service-icon-controls button:hover, .service-icon-controls button:focus-visible { color: var(--white); background: var(--blue); border-color: var(--blue); }
.service-icon-controls .service-dots { display: flex; flex: 1; align-items: center; justify-content: center; gap: 8px; }
.service-icon-controls .service-dots button { width: 10px; height: 10px; min-width: 10px; padding: 0; border: 0; border-radius: 50%; background: var(--line); box-shadow: none; }
.service-icon-controls .service-dots button[aria-current="true"] { width: 26px; border-radius: 999px; background: var(--blue); }
.service-icon-controls .service-dots button:hover, .service-icon-controls .service-dots button:focus-visible { background: var(--navy); }

.team-section { background: var(--white); }
.team-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 90px; }
.team-image { position: relative; max-width: 500px; border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.team-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.4); border-radius: inherit; }
.team-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 15%; }
.team-copy { max-width: 620px; }
.team-stack { max-width: 920px; }
.team-stack .team-copy { max-width: none; }
.team-stack .team-copy > h2 { max-width: 780px; }
.team-stack .team-copy > .section-lead { max-width: 820px; }
.team-carousel { width: min(100%, 680px); margin-top: 42px; }
.team-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: 28px; box-shadow: var(--shadow); }
.team-track::-webkit-scrollbar { display: none; }
.team-track:focus-visible { outline: 3px solid rgba(63,111,180,.4); outline-offset: 5px; }
.team-slide { min-width: 100%; overflow: hidden; scroll-snap-align: start; background: var(--white); }
.team-feature-image { width: 100%; height: 510px; margin: 0; overflow: hidden; background: var(--ice); }
.team-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.team-profile-copy { display: flex; min-height: 138px; flex-direction: column; justify-content: center; padding: 24px 28px; border-top: 1px solid var(--line); border-left: 4px solid var(--blue); background: var(--ice); }
.team-profile-copy strong { color: var(--navy); font-size: 1.35rem; }
.team-profile-copy span { color: var(--muted); font-size: .94rem; }
.team-controls { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin-top: 18px; }
.team-controls > button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 1.2rem; }
.team-controls > button:hover, .team-controls > button:focus-visible { color: var(--white); background: var(--blue); border-color: var(--blue); }
.team-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.team-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: var(--line); }
.team-dots button[aria-current="true"] { width: 26px; background: var(--blue); }
.team-director { display: flex; flex-direction: column; margin: 36px 0 25px; padding: 20px 22px; border-left: 3px solid var(--blue); background: var(--ice); }
.team-director strong { color: var(--navy); }
.team-director span { color: var(--muted); font-size: .82rem; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 9px 0 9px 33px; color: #344852; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }

.reviews-section { overflow: hidden; color: var(--white); background: var(--navy-dark); }
.reviews-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 70px; margin-bottom: 44px; }
.reviews-heading h2 { max-width: 760px; margin-bottom: 0; color: var(--white); }
.reviews-google-summary { min-width: 310px; display: flex; align-items: center; gap: 15px; padding: 17px 19px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.07); }
.reviews-google-summary div { display: flex; flex-direction: column; }
.reviews-google-summary strong { color: var(--white); font-size: .98rem; }
.reviews-google-summary span:last-child { color: #b9ccd7; font-size: .76rem; }
.reviews-google-mark { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #4285f4; background: var(--white); font-size: 1.25rem; font-weight: 900; }
.reviews-carousel { position: relative; }
.reviews-track { display: flex; align-items: flex-start; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; border-radius: 30px; transition: height .28s ease; }
.reviews-track::-webkit-scrollbar { display: none; }
.reviews-track:focus-visible { outline: 3px solid rgba(255,255,255,.48); outline-offset: 5px; }
.review-slide { min-width: 100%; min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 52px clamp(32px, 6vw, 82px); scroll-snap-align: start; scroll-snap-stop: always; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; color: var(--ink); background: var(--paper); }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-author > div { display: flex; flex-direction: column; }
.review-author strong { color: var(--navy-dark); font-size: 1.05rem; }
.review-author span { color: var(--muted); font-size: .76rem; }
.review-avatar { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white) !important; background: var(--blue); font-size: 1.05rem !important; font-weight: 850; }
.review-stars { margin: 22px 0 16px; color: #f4b400; font-size: 1.23rem; letter-spacing: .08em; line-height: 1; }
.review-slide blockquote { max-width: 920px; margin: 0; color: #30434e; font-size: clamp(1.12rem, 2vw, 1.42rem); line-height: 1.6; }
.reviews-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-top: 22px; }
.reviews-arrows { display: flex; gap: 10px; }
.reviews-arrows button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: var(--white); background: transparent; font-size: 1.2rem; }
.reviews-arrows button:hover, .reviews-arrows button:focus-visible { color: var(--navy-dark); background: var(--white); }
.reviews-dots { display: flex; align-items: center; justify-content: center; gap: 9px; }
.reviews-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: #668496; transition: width .2s, background .2s; }
.reviews-dots button[aria-current="true"] { width: 30px; background: var(--white); }
.button-review { justify-self: end; min-height: 48px; color: var(--navy-dark); background: var(--white); border-color: var(--white); }
.button-review:hover, .button-review:focus-visible { color: var(--white); background: var(--blue); border-color: var(--blue); }

.contact-section { padding: 115px 0; color: var(--white); background: linear-gradient(118deg, var(--navy) 0 55%, #e2edf3 55%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-info { padding-top: 25px; }
.contact-info h2 { color: var(--white); }
.contact-info > p:not(.eyebrow) { color: #c7d7e1; max-width: 560px; }
.contact-links { margin-top: 38px; }
.contact-links a { display: flex; flex-direction: column; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-links a:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-links span { color: #9eb7c6; font-size: .74rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.contact-links strong { color: var(--white); font-size: 1.15rem; }
.hours { margin-top: 35px; }
.hours h3 { color: var(--white); font-size: 1rem; }
.hours dl { margin: 0; }
.hours dl div { display: flex; justify-content: space-between; gap: 20px; color: #c7d7e1; font-size: .85rem; }
.hours dt { font-weight: 600; }
.hours dd { margin: 0; text-align: right; }
.form-card { scroll-margin-top: 110px; padding: 46px; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-kicker { color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-card h2 { font-size: clamp(2rem, 3vw, 3rem); }
.whatsapp-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.whatsapp-heading .form-kicker { margin-bottom: 2px; color: #267552; }
.whatsapp-heading strong { display: block; color: var(--navy); font-size: .92rem; }
.whatsapp-mark { width: 47px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white); background: #26855d; font-size: .72rem; font-weight: 900; letter-spacing: -.02em; box-shadow: 0 8px 18px rgba(38,133,93,.2); }
.form-intro { margin: -8px 0 25px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-card label { display: block; color: #31444f; font-size: .79rem; font-weight: 750; }
.form-card label > span { color: #78848b; font-weight: 500; }
input, select, textarea { width: 100%; margin: 7px 0 16px; padding: 13px 14px; border: 1px solid #cbd7dd; border-radius: 10px; color: var(--ink); background: #fff; outline: 0; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(61,104,167,.13); }
textarea { resize: vertical; }
.privacy-check { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; margin: 4px 0 20px; font-weight: 500 !important; line-height: 1.45; }
.privacy-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.privacy-check span { color: #5d6a72 !important; }
.honeypot { position: absolute !important; left: -9999px; }
.form-note { margin: 13px 0 0; color: #76828a; font-size: .72rem; text-align: center; }
.button-whatsapp { background: #26855d; }
.button-whatsapp:hover, .button-whatsapp:focus-visible { background: #1e704e; border-color: #1e704e; box-shadow: 0 12px 24px rgba(38,133,93,.22); }
.form-status { margin-bottom: 20px; padding: 13px 15px; border-radius: 9px; font-size: .86rem; }
.form-status.is-success { color: var(--success); background: #e8f4ed; }
.form-status.is-error { color: var(--error); background: #f9e9e7; }

.site-footer { padding: 64px 0 88px; color: #516069; background: #f4f1eb; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .5fr; gap: 65px; }
.footer-grid picture { display: block; }
.footer-grid img { width: 190px; height: auto; margin-bottom: 18px; }
.footer-grid p { font-size: .78rem; }
.footer-grid strong { color: var(--navy); font-size: .83rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: .8rem; font-weight: 700; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid #d8d4cd; font-size: .72rem; }

.mobile-actions { display: none; }
.cookie-banner { position: fixed; z-index: 200; left: 20px; right: 20px; bottom: 20px; max-width: 820px; margin: auto; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 20px 65px rgba(8,35,51,.25); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0 0 13px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.cookie-banner > div { display: flex; justify-content: flex-end; gap: 9px; }
.cookie-banner button { padding: 9px 14px; border-radius: 999px; font-size: .76rem; font-weight: 750; }
.cookie-secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.cookie-primary { color: var(--white); background: var(--navy); border: 1px solid var(--navy); }

@media (max-width: 1020px) {
  .site-header { height: 86px; }
  .brand img { width: auto; height: 70px; }
  .header-cta { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 86px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 8px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .hero { background: linear-gradient(160deg, var(--paper) 0 62%, #e6eff4 62%); }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-visual { height: 520px; min-height: 520px; }
  .hero-hours > div { grid-template-columns: 105px 1fr; gap: 12px; font-size: .88rem; }
  .hero-breaking { gap: 14px; }
  .story-grid { gap: 42px; }
  .tech-copy { padding: 40px; }
  .contact-grid { gap: 45px; }
  .form-card { padding: 34px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }
  body { font-size: 16px; padding-bottom: 64px; }
  .site-header { height: 76px; }
  .header-inner { gap: 8px; }
  .brand img { height: 54px; }
  .mobile-breaking { min-width: 0; display: block; flex: 1 1 auto; height: 34px; overflow: hidden; border-block: 1px solid rgba(18,61,89,.12); }
  .mobile-breaking-window { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
  .mobile-breaking-track { position: absolute; top: 50%; left: 0; display: inline-flex; align-items: center; gap: 7px; width: max-content; line-height: 1; white-space: nowrap; animation: mobile-breaking-ltr 6.5s linear infinite; }
  .mobile-breaking-track b { padding: 5px 7px; border-radius: 999px; color: var(--white); background: #c9342f; font-size: .47rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-breaking-track strong { color: var(--navy-dark); font-size: .57rem; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
  @keyframes mobile-breaking-ltr {
    from { transform: translate(-110%, -50%); }
    to { transform: translate(100%, -50%); }
  }
  .nav-toggle { flex: 0 0 44px; margin-left: 0; }
  .main-nav { inset: 76px 0 auto 0; }
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .hero-headline-long { margin-bottom: 16px; font-size: clamp(2.05rem, 8.7vw, 2.55rem); line-height: .98; }
  h2 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .hero { padding: 10px 0 18px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-block: 14px 8px; }
  .hero-copy .eyebrow { margin-bottom: 10px; font-size: .68rem; }
  .hero-lead { margin-bottom: 0; font-size: .95rem; line-height: 1.42; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 8px; margin: 18px 0 8px; }
  .hero-actions .button { min-height: 48px; padding: 12px 16px; font-size: .82rem; }
  .hero-note { margin-bottom: 0; }
  .hero-visual { height: 480px; min-height: 480px; border-radius: 160px 160px 22px 22px; }
  .hero-visual-hours, .hero-visual-entrance { border-radius: 22px; }
  .doctor-card { left: 25px; right: 25px; }
  .hero-photo-label { left: 25px; right: 25px; }
  .hero-hours-copy { padding: 14px 8px 10px 14px; }
  .hero-hours-copy h2 { margin-bottom: 12px; font-size: clamp(2rem, 9vw, 2.55rem); }
  .hero-hours > div { grid-template-columns: 92px 1fr; gap: 10px; padding: 5px 0; font-size: .76rem; }
  .hero-slide-actions { margin-top: 14px; }
  .hero-slide-actions .button { min-height: 46px; padding: 11px 13px; font-size: .78rem; }
  .hero-august-copy h2 { margin-bottom: 14px; font-size: clamp(2.75rem, 14vw, 3.65rem); }
  .hero-august-slogan { margin-bottom: 8px; font-size: 1.25rem; }
  .hero-carousel-controls { right: 50%; bottom: 14px; transform: translateX(50%); }
  .hero-breaking { display: none; }
  .hero-breaking-label { padding: 7px 10px; font-size: .62rem; }
  .hero-breaking strong { font-size: .84rem; }
  .hero-breaking a { min-height: 40px; padding: 8px 13px; font-size: .75rem; }
  .hero-breaking-label { grid-column: 1; grid-row: 1; justify-self: start; }
  .hero-breaking strong { grid-column: 1; grid-row: 2; }
  .hero-breaking a { grid-column: 2; grid-row: 1 / 3; }
  .hero-mobile-controls { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 4px 6px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.9); box-shadow: 0 8px 20px rgba(12,45,65,.12); }
  .hero-mobile-controls .hero-arrow { width: 32px; height: 32px; }
  .hero-mobile-dots { display: flex; align-items: center; gap: 6px; }
  .hero-mobile-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #b9c9d3; transition: width .2s, background .2s; }
  .hero-mobile-dots button[aria-current="true"] { width: 22px; background: var(--blue); }
  .hero-viewport { border-radius: 24px; }
  .hero-track { align-items: stretch; }
  .hero-slide { height: clamp(420px, calc(100svh - 147px), 620px); min-height: 420px; }
  .hero-slide .hero-grid { position: relative; display: block; height: 100%; min-height: 100%; overflow: hidden; border-radius: 24px; background: var(--navy-dark); }
  .hero-slide .hero-visual { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; min-height: 0; border-radius: inherit; box-shadow: none; }
  .hero-slide .hero-visual::after { background: linear-gradient(180deg, rgba(5,28,41,.08) 8%, rgba(5,28,41,.28) 38%, rgba(5,28,41,.9) 92%); }
  .hero-slide .hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
  .hero-slide:nth-child(2) .hero-visual::after { background: linear-gradient(180deg, rgba(5,28,41,.28), rgba(5,28,41,.86)); }
  .hero-slide:nth-child(2) .hero-visual img { object-fit: cover; object-position: center; }
  .hero-slide:nth-child(3) .hero-visual { background: #173b50; }
  .hero-slide:nth-child(3) .hero-visual::after { background: linear-gradient(180deg, rgba(5,28,41,.16), rgba(5,28,41,.86)); }
  .hero-slide:nth-child(3) .hero-visual img { object-fit: contain; object-position: center; background: #173b50; }
  .hero-slide .hero-copy { position: absolute; z-index: 3; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 54px 16px 12px; color: var(--white); }
  .hero-slide:first-child .hero-copy { padding: 54px 16px 12px; }
  .hero-slide:first-child .hero-copy .eyebrow { margin-bottom: 7px; font-size: .62rem; }
  .hero-slide:first-child .hero-headline-long { margin-bottom: 9px; font-size: clamp(1.55rem, 6.8vw, 1.95rem); line-height: .98; }
  .hero-slide:first-child .hero-lead { font-size: .75rem; line-height: 1.3; }
  .hero-slide:first-child .hero-actions { gap: 6px; margin: 10px 0 0; }
  .hero-slide:first-child .hero-actions .button { min-height: 40px; padding: 9px 13px; font-size: .73rem; }
  .hero-slide .hero-copy h1, .hero-slide .hero-copy h2 { color: var(--white); }
  .hero-slide .hero-copy h1 span, .hero-slide .hero-copy h2 span { color: #9fc8ec; }
  .hero-slide .hero-copy .eyebrow { color: #d5e8f7; }
  .hero-slide .hero-copy .hero-lead, .hero-slide .hero-copy .hero-note, .hero-slide .hero-copy .hero-august-slogan { color: var(--white); text-shadow: 0 2px 12px rgba(0,0,0,.28); }
  .hero-slide .hero-copy .hero-note { color: rgba(255,255,255,.82); }
  .hero-slide .hero-actions .button { color: var(--navy-dark); background: var(--white); border-color: var(--white); }
  .hero-slide .hero-actions .button-ghost { color: var(--white); background: rgba(8,42,62,.3); border-color: rgba(255,255,255,.78); }
  .hero-slide .doctor-card, .hero-slide .hero-photo-label { display: none; }
  .hero-slide .hero-hours { padding: 2px 9px; border: 1px solid rgba(255,255,255,.26); border-radius: 12px; background: rgba(5,28,41,.58); backdrop-filter: blur(5px); }
  .hero-slide .hero-hours > div { border-color: rgba(255,255,255,.2); }
  .hero-slide .hero-hours dt, .hero-slide .hero-hours dd, .hero-slide .hero-hours .is-closed dd { color: var(--white); }
  .hero-hours-copy { padding: 52px 12px 10px; }
  .hero-hours-copy .eyebrow { margin-bottom: 4px; font-size: .56rem; }
  .hero-hours-copy h2 { margin-bottom: 7px; font-size: clamp(1.55rem, 7.4vw, 1.9rem); }
  .hero-hours-copy .hero-hours > div { grid-template-columns: 72px 1fr; gap: 6px; padding: 2px 0; font-size: .65rem; line-height: 1.25; }
  .hero-hours-copy .hero-slide-actions { gap: 6px; margin-top: 8px; }
  .hero-hours-copy .hero-slide-actions .button { min-height: 38px; padding: 8px 11px; font-size: .69rem; }
  .hero-august-copy { padding: 52px 16px 12px; }
  .hero-august-copy .eyebrow { margin-bottom: 5px; font-size: .58rem; }
  .hero-august-copy h2 { margin-bottom: 8px; font-size: clamp(2.25rem, 11vw, 3rem); }
  .hero-august-copy .hero-august-slogan { margin-bottom: 5px; font-size: 1.05rem; }
  .hero-august-copy .hero-note { margin-bottom: 0; font-size: .72rem; line-height: 1.3; }
  .hero-august-copy .hero-slide-actions { margin-top: 9px; }
  .hero-august-copy .hero-slide-actions .button { min-height: 40px; }
  .hero-mobile-controls { position: absolute; z-index: 10; top: 8px; left: 50%; margin: 0; transform: translateX(-50%); background: rgba(255,255,255,.92); backdrop-filter: blur(10px); }
  .hero-carousel-controls { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .trust-item { min-height: 95px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 18px 12px; }
  .trust-item:last-child { border-bottom: 0; }
  .technology-heading, .story-grid, .method-grid, .team-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .story-media { position: static; }
  .story-media img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .services-section { padding: 18px 0 78px; }
  .technology-heading { gap: 3px; margin-bottom: 11px; }
  .technology-heading .eyebrow { margin-bottom: 3px; font-size: .57rem; }
  .technology-heading h2 { font-size: clamp(1.65rem, 7.7vw, 2rem); line-height: 1; }
  .technology-heading > p { margin-bottom: 0; font-size: .72rem; line-height: 1.28; }
  .tech-track { border-radius: 20px; }
  .tech-slide { height: 245px; min-height: 0; grid-template-columns: minmax(0, 1.15fr) minmax(128px, .85fr); grid-template-rows: 1fr; grid-template-areas: "copy media"; }
  .tech-media { grid-area: media; min-height: 0; height: 245px; padding: 14px 10px; border-left: 1px solid var(--line); }
  .tech-media img { width: 100%; height: 217px; object-fit: contain; object-position: center; }
  .tech-copy { grid-area: copy; min-height: 0; height: 245px; justify-content: center; padding: 18px 12px 18px 18px; border: 0; }
  .tech-copy h3 { margin: 0 0 10px; font-size: 1.18rem; line-height: 1.08; }
  .tech-copy p { font-size: .72rem; line-height: 1.36; }
  .tech-controls { margin-top: 9px; padding: 0 4px; }
  .tech-arrow { width: 38px; height: 38px; font-size: 1rem; }
  .tech-dots { gap: 7px; }
  .tech-dot { width: 8px; height: 8px; }
  .tech-dot[aria-current="true"] { width: 23px; }
  .method-grid { gap: 30px; }
  .treatments-section { padding: 64px 0; }
  .treatments-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .treatments-heading .eyebrow { margin-bottom: 6px; }
  .treatments-heading h2 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .treatments-heading > p { margin: 0; font-size: .86rem; line-height: 1.45; }
  .service-icon-track { gap: 12px; padding: 4px 2px 18px; }
  .service-icon-card { min-height: 350px; flex-basis: 100%; gap: 14px; padding: 28px 22px; border-radius: 20px; }
  .service-icon { width: 104px; height: 104px; }
  .service-icon svg { width: 72px; height: 72px; }
  .service-icon-card h3 { font-size: clamp(1.8rem, 9vw, 2.45rem); line-height: 1.08; }
  .service-icon-card p { font-size: 1rem; line-height: 1.5; }
  .service-icon-controls { margin-top: 0; }
  .service-icon-controls button { width: 42px; height: 42px; }
  .service-icon-controls { gap: 10px; }
  .service-icon-controls .service-dots { gap: 5px; }
  .service-icon-controls .service-dots button { width: 7px; height: 7px; min-width: 7px; }
  .service-icon-controls .service-dots button[aria-current="true"] { width: 18px; }
  .team-carousel { margin-top: 28px; }
  .team-track { border-radius: 22px; }
  .team-feature-image { height: 330px; display: flex; align-items: center; justify-content: center; padding: 10px; }
  .team-feature-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .team-slide--filippo .team-feature-image img { transform: scale(1.2) translateY(-4%); transform-origin: center; }
  .team-profile-copy { min-height: 126px; padding: 20px; }
  .team-profile-copy strong { font-size: 1.2rem; }
  .team-profile-copy span { font-size: .84rem; }
  .team-controls { margin-top: 14px; }
  .team-controls > button { width: 42px; height: 42px; }
  .team-image { max-width: none; }
  .reviews-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 25px; }
  .reviews-heading h2 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .reviews-google-summary { min-width: 0; width: 100%; padding: 14px 16px; }
  .review-slide { min-height: 390px; justify-content: flex-start; padding: 30px 22px 32px; border-radius: 22px; }
  .review-author strong { font-size: 1rem; }
  .review-stars { margin: 19px 0 14px; font-size: 1.1rem; }
  .review-slide blockquote { font-size: .98rem; line-height: 1.55; }
  .reviews-controls { grid-template-columns: auto 1fr; gap: 14px; }
  .reviews-arrows button { width: 43px; height: 43px; }
  .reviews-dots { justify-content: flex-end; gap: 6px; }
  .reviews-dots button { width: 7px; height: 7px; }
  .reviews-dots button[aria-current="true"] { width: 20px; }
  .button-review { grid-column: 1 / -1; width: 100%; justify-self: stretch; }
  .contact-section { padding: 80px 0; background: linear-gradient(180deg, var(--navy) 0 47%, #e2edf3 47%); }
  .contact-grid { gap: 65px; }
  .form-card { padding: 28px 21px; border-radius: 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .hours dl div { display: block; margin-bottom: 10px; }
  .hours dd { text-align: left; }
  .footer-grid { gap: 28px; }
  .mobile-actions { position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 61px; color: var(--white); background: var(--navy-dark); box-shadow: 0 -6px 24px rgba(8,35,51,.18); }
  .mobile-actions a { display: grid; place-items: center; padding: 10px 5px; border-right: 1px solid rgba(255,255,255,.16); font-size: .72rem; font-weight: 800; }
  .mobile-actions a:last-child { border: 0; background: var(--blue); }
  .cookie-banner { bottom: 75px; }
}

@media (max-width: 380px) {
  .team-feature-image { height: 300px; }
  .tech-slide { grid-template-columns: minmax(0, 1.12fr) minmax(118px, .88fr); }
  .tech-copy { padding-left: 14px; }
  .tech-copy h3 { font-size: 1.08rem; }
  .tech-copy p { font-size: .68rem; }
  .brand img { width: auto; height: 50px; }
  .mobile-breaking-track { animation-duration: 6s; }
  .mobile-breaking-track strong { font-size: .53rem; }
  .hero-visual { height: 420px; min-height: 420px; }
  .hero-hours > div { grid-template-columns: 92px 1fr; font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .mobile-breaking-track { left: 50%; animation: none !important; transform: translate(-50%, -50%); }
}
