:root {
  --ink: #103f44;
  --ink-deep: #073137;
  --teal: #48a8b0;
  --teal-dark: #176f76;
  --ivory: #f7f2e9;
  --paper: #fffdf8;
  --sand: #e7dbce;
  --muted: #5f6d6d;
  --line: #ced8d5;
  --display: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
main :is(div, article, section), footer > div { min-width: 0; }
:is(h1, h2, h3, p, a, li) { overflow-wrap: normal; word-break: normal; hyphens: none; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { object-fit: cover; }
main { overflow: hidden; }
.container { width: min(1220px, calc(100% - 56px)); margin: 0 auto; }
.eyebrow { margin: 0 0 20px; color: var(--teal-dark); font-size: .69rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.lede { max-width: 670px; margin: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.8; }

.utility-bar { background: var(--ink-deep); color: #fff; font-size: .72rem; font-weight: 650; letter-spacing: .045em; }
.utility-bar a, .utility-bar span { color: #fff; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; gap: 13px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255, 253, 248, .97); border-bottom: 1px solid rgba(16, 63, 68, .16); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 94px; display: flex; align-items: center; gap: 26px; }
.nav-wrap > a:first-child { margin-right: auto; }
.wordmark { display: inline-flex; width: 225px; line-height: 1; }
.wordmark img { display: block; width: 100%; height: auto; object-fit: contain; }
.wordmark-light { width: 240px; padding: 8px 10px; background: white; }
.desktop-nav { align-self: stretch; display: flex; align-items: stretch; gap: 20px; }
.nav-group { position: relative; display: flex; align-items: stretch; }
.nav-top-link { position: relative; display: flex; align-items: center; gap: 5px; padding: 0; font-size: .76rem; font-weight: 800; white-space: nowrap; }
.nav-top-link > span { width: 6px; height: 6px; flex: 0 0 6px; margin: -3px 0 0 1px; border-right: 1.5px solid var(--teal-dark); border-bottom: 1.5px solid var(--teal-dark); color: transparent; font-size: 0; line-height: 0; transform: rotate(45deg); transform-origin: center; transition: transform .2s ease; }
.nav-top-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 26px; height: 2px; background: var(--teal); transition: right .2s ease; }
.nav-top-link:hover::after, .nav-group:focus-within > .nav-top-link::after, .nav-group:hover > .nav-top-link::after { right: 0; }
.nav-group:hover > .nav-top-link > span, .nav-group:focus-within > .nav-top-link > span { transform: rotate(225deg); }
.nav-dropdown { position: absolute; z-index: 50; left: -26px; top: calc(100% - 1px); width: 410px; padding: 14px; display: grid; gap: 4px; border-top: 3px solid var(--teal); background: rgba(255, 253, 248, .99); box-shadow: 0 28px 65px rgba(7, 49, 55, .2); opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.nav-group-wide .nav-dropdown { left: 50%; width: 640px; grid-template-columns: 1fr 1fr; transform: translate(-50%, 12px); }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-group-wide:hover .nav-dropdown, .nav-group-wide:focus-within .nav-dropdown { transform: translate(-50%, 0); }
.nav-dropdown-link { padding: 14px 16px; border: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.nav-dropdown-link:hover, .nav-dropdown-link:focus-visible { border-color: var(--line); background: white; outline: none; }
.nav-dropdown-link strong { display: block; font: 400 1.05rem var(--display); }
.nav-dropdown-link small { display: block; margin-top: 3px; color: var(--muted); font-size: .67rem; line-height: 1.4; }
.mobile-menu { display: none; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--teal); background: var(--teal); color: white; font-size: .76rem; font-weight: 800; letter-spacing: .055em; transition: .2s ease; }
.button:hover { border-color: var(--teal-dark); background: var(--teal-dark); transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 17px; }
.button-outline { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: white; }
.button-light { border-color: white; background: white; color: var(--ink); }
.button-light:hover { border-color: var(--ivory); background: var(--ivory); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 800; }
.text-link span { color: var(--teal); }

.home-hero { position: relative; padding: 72px 0 98px; background: radial-gradient(circle at 78% 18%, #176f76 0, var(--ink) 27%, var(--ink-deep) 76%); color: white; }
.home-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, transparent 32%, #000 100%); }
.home-hero::before { content: "DB"; position: absolute; left: -4vw; bottom: -13vw; color: rgba(255, 255, 255, .025); font: 700 31vw/.8 var(--sans); letter-spacing: -.12em; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.home-hero .eyebrow { color: var(--teal); }
.hero-signature { margin: -7px 0 24px; color: #f4e9df; font: italic 400 clamp(1.35rem, 2.1vw, 1.9rem)/1.1 var(--display); letter-spacing: .015em; }
.hero-copy h1, .page-hero h1 { margin: 0 0 32px; font: 400 clamp(3.3rem, 6.2vw, 6.8rem)/.88 var(--display); letter-spacing: -.052em; }
.hero-copy h1 { max-width: 590px; font-size: clamp(3.4rem, 5.2vw, 5.35rem); line-height: .91; text-wrap: balance; }
.hero-copy h1 em { display: block; color: var(--teal); font-size: .9em; font-weight: 400; letter-spacing: -.045em; white-space: nowrap; }
.home-hero .lede { color: #c9d6d3; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 34px; }
.hero-actions > a { flex-shrink: 0; white-space: nowrap; }
a[href^="tel:"] { white-space: nowrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid rgba(255, 255, 255, .16); }
.hero-proof div { padding: 24px 18px 0 0; border-right: 1px solid rgba(255, 255, 255, .16); }
.hero-proof div + div { padding-left: 18px; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; font: 400 1.48rem var(--display); color: white; }
.hero-proof span { display: block; color: #ad9e96; font-size: .68rem; }
.hero-visual { position: relative; padding: 18px 52px 64px 32px; }
.hero-visual::before { content: ""; position: absolute; top: 0; right: 13px; width: 72%; height: 77%; border: 1px solid rgba(72, 168, 176, .85); }
.hero-image { position: relative; height: 650px; overflow: hidden; box-shadow: 0 32px 90px rgba(2, 27, 31, .46); }
.hero-image img { object-position: center 24%; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.hero-image-products img { object-position: 49% center; }
.hero-visual:hover .hero-image img { transform: scale(1.035); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, transparent 48%, rgba(7, 49, 55, .48)); }
.hero-clinic-inset { position: absolute; z-index: 3; left: 0; bottom: 15px; width: 190px; height: 138px; border: 7px solid var(--ink-deep); box-shadow: 0 16px 45px rgba(2, 27, 31, .42); }
.hero-treatment-inset img { object-position: 66% 34%; }
.hero-card { position: absolute; right: -5px; bottom: 0; width: 320px; padding: 28px 30px; background: var(--teal); color: white; }
.hero-card span { display: block; margin-bottom: 7px; color: var(--ink); font-size: .64rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-card strong { display: block; font: 400 1.2rem/1.35 var(--display); }
.hero-card a { display: inline-block; margin-top: 14px; font-size: 1rem; line-height: 1.2; font-weight: 900; letter-spacing: .01em; }

.editorial-showcase { position: relative; padding: 145px 0 155px; background: var(--paper); }
.editorial-showcase::before { content: "DIANE BABIN"; position: absolute; right: -18px; top: 43px; color: rgba(16, 63, 68, .035); font: 700 clamp(5rem, 12vw, 11rem)/1 var(--sans); letter-spacing: -.075em; white-space: nowrap; }
.editorial-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .65fr; gap: 74px; align-items: end; margin-bottom: 72px; }
.editorial-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -34px; }
.editorial-heading h2 { margin: 0; font: 400 clamp(3rem, 5.4vw, 5.7rem)/.94 var(--display); letter-spacing: -.045em; }
.editorial-heading h2 em { color: var(--teal-dark); font-weight: 400; }
.editorial-heading > p:last-child { margin: 0 0 8px; color: var(--muted); }
.editorial-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 295px 295px; gap: 18px; }
.editorial-tile { position: relative; overflow: hidden; background: var(--ink); color: white; }
.editorial-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(3, 31, 35, .86)); }
.editorial-tile img { transition: transform .85s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.editorial-tile:hover img { transform: scale(1.045); filter: saturate(1.08); }
.editorial-tile > span { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: center; gap: 14px; font: 400 1.45rem var(--display); }
.editorial-tile small { color: var(--teal); font: 800 .65rem var(--sans); letter-spacing: .16em; }
.editorial-tile b { margin-left: auto; color: var(--teal); font: 400 1rem var(--sans); transition: transform .25s ease; }
.editorial-tile:hover b { transform: translateX(5px); }
.editorial-tile-main { grid-row: 1 / 3; }
.editorial-tile-main > span { left: 38px; right: 38px; bottom: 34px; font-size: 2rem; }
.editorial-tile-tech img { object-position: center 68%; }
.editorial-tile-products img { object-position: center 54%; }

.section { padding: 118px 0; }
.section-heading h2, .story-copy h2, .local-card h2, .cta-band h2, .content-section h2, .process-heading h2, .local-seo-grid h2, .faq-grid h2 { margin: 0; font: 400 clamp(2.45rem, 4.2vw, 4.5rem)/1.02 var(--display); letter-spacing: -.042em; }
.split { display: grid; grid-template-columns: 1.12fr .72fr; gap: 88px; align-items: end; }
.split > p { margin: 0 0 8px; color: var(--muted); }
.services-section { background: var(--ivory); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 64px; }
.service-card { position: relative; min-height: 390px; overflow: hidden; padding: 39px 36px; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; transition: .25s ease; }
.service-card::before { content: ""; position: absolute; left: 0; bottom: 0; width: 7px; height: 0; background: var(--teal); transition: height .25s ease; }
.service-card:hover { border-color: var(--teal); transform: translateY(-8px); }
.service-card:hover::before { height: 100%; }
.service-card > span { color: var(--teal-dark); font: italic 1rem var(--display); }
.service-card h3 { margin: 56px 0 15px; font: 400 2.05rem var(--display); }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card b { margin-top: auto; font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }
.service-card i { float: right; color: var(--teal); font-style: normal; }

.specialized-section { position: relative; padding: 132px 0; overflow: hidden; background: var(--ink-deep); color: white; }
.specialized-section::before { content: "SIGNATURE"; position: absolute; right: -2vw; top: 18px; color: rgba(255, 255, 255, .025); font: 700 clamp(6rem, 16vw, 14rem)/1 var(--sans); letter-spacing: -.08em; }
.specialized-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .72fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.specialized-heading .eyebrow { color: var(--teal); }
.specialized-heading h2 { margin: 0; font: 400 clamp(3rem, 5.2vw, 5.4rem)/.94 var(--display); letter-spacing: -.045em; }
.specialized-heading h2 em { color: var(--teal); font-weight: 400; }
.specialized-heading > p { margin: 0 0 7px; color: #c9d6d3; }
.specialized-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.specialized-card { position: relative; min-height: 590px; overflow: hidden; background: var(--ink); }
.specialized-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 49, 55, .04) 25%, rgba(7, 49, 55, .94) 100%); }
.specialized-card img { transition: transform .85s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.specialized-card:hover img { transform: scale(1.045); filter: saturate(1.05); }
.specialized-card-medical img { object-position: 66% center; }
.specialized-card-medical::before { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(7, 49, 55, .34); }
.specialized-overlay { position: absolute; z-index: 2; inset: auto 44px 40px; display: flex; flex-direction: column; align-items: flex-start; }
.specialized-overlay small { margin-bottom: 14px; color: var(--teal); font-size: .64rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.specialized-overlay strong { font: 400 clamp(2.7rem, 4vw, 4.4rem)/.9 var(--display); letter-spacing: -.035em; }
.specialized-overlay b { margin-top: 27px; padding-bottom: 6px; border-bottom: 1px solid var(--teal); font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }

.story-section { background: var(--ink-deep); color: white; }
.story-grid { display: grid; grid-template-columns: .9fr 1.05fr; gap: 96px; align-items: center; }
.story-photo { position: relative; height: 650px; }
.story-photo::before { content: ""; position: absolute; z-index: 2; left: -26px; bottom: -26px; width: 42%; height: 44%; border-left: 4px solid var(--teal); border-bottom: 4px solid var(--teal); }
.story-photo::after { content: "Depuis 1990"; position: absolute; z-index: 3; right: -34px; top: 36px; padding: 25px 30px; background: var(--teal); color: white; font: italic 1.35rem var(--display); }
.story-copy .eyebrow { color: var(--teal); }
.story-copy p:not(.eyebrow) { margin: 25px 0; color: #cbbdb5; }
.story-copy .text-link { margin-top: 13px; }
.local-section { background: white; }
.local-card { display: grid; grid-template-columns: 1.16fr .66fr; gap: 84px; padding: 68px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.local-card > div:last-child { padding-left: 60px; border-left: 1px solid var(--line); }
.local-card p { color: var(--muted); }
.local-card .button { margin-top: 18px; }

.page-hero { position: relative; padding: 105px 0; background: radial-gradient(circle at 84% 16%, #176f76 0, var(--ink) 24%, var(--ink-deep) 76%); color: white; }
.page-hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 18vw; height: 7px; background: var(--teal); }
.page-hero-inner { max-width: 990px; }
.page-hero .eyebrow { color: var(--teal); }
.page-hero .lede { color: #d4c8c0; }
.page-hero-image .page-hero-inner { max-width: none; display: grid; grid-template-columns: 1fr .84fr; gap: 76px; align-items: center; }
.page-hero-image-wide .page-hero-inner { grid-template-columns: .88fr 1.12fr; gap: 58px; }
.page-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 5.2vw, 5.9rem); line-height: .94; text-wrap: balance; }
.service-notice { padding: 45px 0; border-bottom: 1px solid var(--line); background: #e8f2f1; }
.service-notice-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: center; }
.service-notice h2 { max-width: 450px; margin: 0; font: 400 clamp(2rem, 3.1vw, 3.2rem)/1 var(--display); letter-spacing: -.035em; }
.service-notice p:not(.eyebrow) { margin: 0 0 10px; color: var(--muted); }
.service-notice strong { display: block; margin-top: 15px; color: var(--teal-dark); font-size: .8rem; letter-spacing: .045em; }
.page-hero-photo { position: relative; height: 590px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); box-shadow: 0 30px 80px rgba(1, 29, 33, .35); }
.page-hero-photo img { transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.page-hero-photo-contain { background: linear-gradient(145deg, #edf4f3, #ffffff); }
.page-hero-photo-contain img { object-fit: contain; padding: 54px; }
.page-hero-photo:hover img { transform: scale(1.035); }
.page-hero-photo::before { content: ""; position: absolute; z-index: 2; inset: 22px -22px -22px 22px; border: 2px solid var(--teal); pointer-events: none; }
.product-editorial img { object-position: 62% center; }
.breadcrumb-bar { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); background: var(--ink-deep); color: #b8ccca; }
.breadcrumb-bar > div { display: flex; align-items: center; gap: 10px; overflow: hidden; white-space: nowrap; font-size: .67rem; }
.breadcrumb-bar a { transition: color .2s ease; }
.breadcrumb-bar a:hover { color: white; }
.breadcrumb-bar span { color: var(--teal); }
.breadcrumb-bar strong { overflow: hidden; color: white; font-weight: 700; text-overflow: ellipsis; }

.content-section { padding: 105px 0; }
.content-narrow { max-width: 850px; }
.content-section p { color: var(--muted); }
.content-section h2 { margin-bottom: 27px; }
.hub-intro-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 100px; align-items: start; }
.hub-intro-grid h2 { margin: 0; }
.hub-intro-grid > div:last-child p { margin: 0 0 24px; }
.signature-section { padding: 0 0 118px; background: var(--paper); }
.signature-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: var(--ink); color: white; }
.signature-photo { position: relative; min-height: 620px; overflow: hidden; }
.signature-photo img { transition: transform .8s ease; }
.signature-grid:hover .signature-photo img { transform: scale(1.025); }
.signature-copy { padding: 72px 72px 58px; }
.signature-copy .eyebrow { color: var(--teal); }
.signature-copy h2 { margin: 0 0 38px; font: 400 clamp(2.6rem, 4vw, 4.3rem)/1 var(--display); letter-spacing: -.04em; }
.signature-copy .note { color: #a9bdbb; }
.signature-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.signature-steps li { padding: 13px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); color: #d3dfdd; font-size: .84rem; }
.signature-steps span { color: var(--teal); font: italic .8rem var(--display); }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 58px; }
.choice-grid > * { min-height: 315px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; transition: .25s ease; }
.choice-grid > a:hover { border-color: var(--teal); transform: translateY(-5px); box-shadow: 0 20px 40px rgba(7,49,55,.1); }
.choice-grid span { color: var(--teal); font: italic .9rem var(--display); }
.choice-grid h3 { margin: 42px 0 15px; font: 400 1.6rem/1.1 var(--display); }
.choice-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.choice-grid strong { margin-top: auto; padding-top: 28px; color: var(--teal-dark); font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison-section { padding: 0 0 115px; background: var(--paper); }
.comparison-table { border-top: 3px solid var(--ink); }
.comparison-row { display: grid; grid-template-columns: .85fr 1.35fr 1fr .8fr; border-bottom: 1px solid var(--line); }
.comparison-row > * { padding: 22px 20px; border-right: 1px solid var(--line); font-size: .82rem; }
.comparison-row > *:last-child { border-right: 0; }
.comparison-row strong { font: 400 1.15rem var(--display); }
.comparison-head { background: var(--ink); color: white; }
.comparison-head span { color: #d0dedc; font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.concern-navigator { padding: 115px 0; background: var(--ink); color: white; }
.concern-navigator .eyebrow { color: var(--teal); }
.concern-navigator .section-heading > p { color: #b8ccca; }
.concern-map { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 62px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.concern-map a { min-height: 295px; padding: 38px; display: flex; flex-direction: column; background: var(--ink-deep); transition: background .25s ease; }
.concern-map a:hover { background: #0d4d53; }
.concern-map a:last-child { grid-column: 1 / -1; min-height: 240px; }
.concern-map span { color: var(--teal); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.concern-map h3 { margin: 38px 0 14px; font: 400 1.85rem var(--display); }
.concern-map p { max-width: 500px; margin: 0; color: #b8ccca; font-size: .85rem; }
.concern-map b { margin-top: auto; padding-top: 24px; color: var(--teal); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.treatment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 54px; }
.treatment-card { position: relative; min-height: 245px; padding: 35px; border: 1px solid var(--line); background: white; }
.treatment-card::after { content: ""; position: absolute; left: 35px; right: 35px; bottom: 0; height: 4px; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.treatment-card:hover::after { transform: scaleX(1); }
.treatment-card header { display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.treatment-card h3 { margin: 0; font: 400 1.55rem var(--display); }
.treatment-card strong { color: var(--teal-dark); white-space: nowrap; }
.treatment-card p { font-size: .88rem; }
.treatment-card .eyebrow { margin-bottom: 11px; }
.service-directory { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 54px; }
.directory-card { position: relative; min-height: 230px; padding: 32px 34px; display: grid; grid-template-columns: 48px 1fr; gap: 20px; border: 1px solid var(--line); background: white; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.directory-card::after { content: ""; position: absolute; left: 0; top: 0; bottom: 100%; width: 5px; background: var(--teal); transition: bottom .25s ease; }
.directory-card:hover { z-index: 1; border-color: var(--teal); transform: translateY(-5px); box-shadow: 0 20px 45px rgba(7, 49, 55, .1); }
.directory-card:hover::after { bottom: 0; }
.directory-card > span { color: var(--teal); font: italic 1rem var(--display); }
.directory-card h3 { margin: 0 0 12px; font: 400 1.65rem/1.1 var(--display); }
.directory-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.directory-card b { grid-column: 2; align-self: end; color: var(--teal-dark); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.service-paths { background: var(--ink); color: white; }
.service-paths .eyebrow { color: var(--teal); }
.service-paths .directory-card { color: var(--ink); }
.service-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.service-intro-grid p:not(.eyebrow) { margin: 0 0 23px; }
.service-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-facts div { min-height: 130px; padding: 28px 30px; border-right: 1px solid var(--line); }
.service-facts div:last-child { border-right: 0; }
.service-facts span { display: block; margin-bottom: 11px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-facts strong { font: 400 1.65rem var(--display); }
.service-option-grid { grid-template-columns: repeat(2, 1fr); }
.price-detail-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.price-detail-grid .price-list { margin-top: 0; }
.price-detail-grid-grouped { grid-template-columns: 1fr; gap: 46px; }
.price-section-heading { max-width: 760px; }
.price-section-heading > p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.price-group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.price-group-card { overflow: hidden; padding: 28px 30px 22px; border: 1px solid #dbe5e4; border-radius: 24px; background: #fff; box-shadow: 0 18px 55px rgba(7, 49, 55, .055); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.price-group-card:hover { transform: translateY(-4px); border-color: rgba(72, 168, 176, .58); box-shadow: 0 26px 68px rgba(7, 49, 55, .1); }
.price-group-card > header { display: flex; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid #dbe5e4; }
.price-group-card > header span { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; background: #e9f5f5; color: var(--teal-dark); font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.price-group-card > header h3 { margin: 0; font: 400 1.55rem/1.1 var(--display); }
.price-group-card .price-list { border-top: 0; }
.price-group-card .price-list > div { align-items: center; min-height: 55px; padding: 11px 0; }
.price-group-card .price-list span { line-height: 1.4; }
.price-group-card .price-list strong { flex: 0 0 auto; min-width: 70px; padding: 7px 10px; border-radius: 999px; background: #edf7f7; text-align: center; font-size: .82rem; }
.price-group-card-featured { border-color: rgba(72, 168, 176, .75); background: linear-gradient(135deg, #0a4650, #176f76); color: #fff; box-shadow: 0 24px 68px rgba(7, 49, 55, .2); }
.price-group-card-featured:hover { border-color: rgba(255, 255, 255, .55); box-shadow: 0 30px 76px rgba(7, 49, 55, .28); }
.price-group-card-featured > header { border-color: rgba(255, 255, 255, .22); }
.price-group-card-featured > header span { background: rgba(255, 255, 255, .14); color: #fff; }
.price-group-card-featured > header h3 { color: #fff; }
.price-group-card-featured .price-list > div { border-color: rgba(255, 255, 255, .2); }
.price-group-card-featured .price-list span { color: #e6f3f3; }
.price-group-card-featured .price-list strong { background: #fff; color: var(--ink-deep); box-shadow: 0 5px 18px rgba(7, 49, 55, .18); }
.price-section-grouped .note { margin: 24px 4px 0; padding-left: 18px; border-left: 3px solid var(--teal); }
.related-section { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 56px; }
.related-card { min-height: 245px; padding: 34px; display: flex; flex-direction: column; border: 1px solid var(--line); background: white; transition: .25s ease; }
.related-card:hover { border-color: var(--teal); transform: translateY(-5px); }
.related-card h3 { margin: 0 0 14px; font: 400 1.55rem var(--display); }
.related-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.related-card span { margin-top: auto; padding-top: 28px; color: var(--teal-dark); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.alt-section { background: var(--ivory); }
.price-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.price-list { margin-top: 32px; border-top: 2px solid var(--ink); }
.price-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.price-list strong { color: var(--teal-dark); }
.note { margin-top: 20px; color: var(--muted); font-size: .76rem; }
.feature-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: start; }
.feature-row .big-number { color: var(--teal); font: italic 8.5rem/.8 var(--display); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; padding: 0; list-style: none; }
.check-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "+"; margin-right: 10px; color: var(--teal); font-weight: 900; }

.process-section { position: relative; background: var(--ink); color: white; }
.process-section::before { content: ""; position: absolute; left: 0; top: 0; width: 24%; height: 7px; background: var(--teal); }
.process-heading { max-width: 780px; }
.process-heading .eyebrow { color: var(--teal); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid rgba(255, 255, 255, .2); }
.process-grid article { min-height: 275px; padding: 34px 35px 10px 0; border-right: 1px solid rgba(255, 255, 255, .2); }
.process-grid article + article { padding-left: 35px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--teal); font: italic 1rem var(--display); }
.process-grid h3 { margin: 44px 0 13px; font: 400 1.55rem var(--display); }
.process-grid p { color: #cbbeb6; font-size: .87rem; }

.local-seo-section { background: var(--ink-deep); color: white; }
.local-seo-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 95px; align-items: start; }
.local-seo-grid .eyebrow { color: var(--teal); }
.local-seo-copy p { margin: 0 0 22px; color: #cbbeb6; }
.local-seo-copy strong { color: white; }
.local-seo-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }

.faq-section { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 94px; }
.faq-intro { max-width: 430px; color: var(--muted); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font: 400 1.15rem var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font: 400 1.5rem var(--sans); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 45px 22px 0; color: var(--muted); font-size: .9rem; }

.product-hero { background: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 62px; align-items: stretch; }
.product-card { min-width: 0; min-height: 430px; padding: 0; display: grid; grid-template-rows: 205px 1fr; overflow: hidden; border: 1px solid var(--line); background: white; }
.product-logo { min-width: 0; height: 205px; display: grid; place-items: center; overflow: hidden; padding: 30px 34px; border-bottom: 1px solid #e5eceb; background: #fbfcfc; }
.product-logo-frame { position: relative; width: 100%; height: 100%; }
.product-logo-square .product-logo-frame { width: 76%; height: 88%; }
.product-logo img { object-fit: contain !important; }
.product-card-copy { min-width: 0; padding: 27px 30px 32px; display: flex; flex-direction: column; }
.product-card-copy > span { color: var(--teal-dark); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 17px 0 10px; font: 400 1.6rem/1.08 var(--display); }
.product-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 94px; }
.quote { margin: 48px 0 0; padding-left: 27px; border-left: 4px solid var(--teal); color: var(--teal-dark); font: italic 2rem/1.28 var(--display); }
.timeline { margin-top: 48px; padding-left: 34px; border-left: 1px solid var(--line); }
.timeline div { margin-bottom: 40px; }
.timeline strong { color: var(--teal); font: 400 2rem var(--display); }
.timeline h3 { margin: 4px 0; font: 400 1.35rem var(--display); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; }
.contact-card { padding: 44px; border-top: 7px solid var(--teal); background: var(--ivory); }
.contact-card h2 { margin-top: 0; font: 400 2.5rem var(--display); }
.contact-item { padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-item span { display: block; color: var(--muted); font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-item a, .contact-item strong { font: 400 1.18rem var(--display); }
.contact-buttons { display: flex; gap: 12px; margin-top: 31px; }
.map-card { min-height: 490px; padding: 42px; display: grid; place-items: center; text-align: center; background: var(--ink); color: white; }
.map-card .eyebrow { color: var(--teal); }
.map-card h2 { margin: 0; font: 400 2.55rem var(--display); }
.map-card p { color: #cbbeb6; }

.cta-band { padding: 94px 0; background: var(--teal); color: white; }
.cta-band .eyebrow { color: var(--ink); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) 410px; align-items: center; gap: 88px; }
.cta-band h2 { max-width: 760px; }
.cta-actions { position: relative; display: flex; flex-direction: column; align-items: stretch; padding: 38px; border: 1px solid rgba(255, 255, 255, .76); border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(7, 49, 55, .28); }
.cta-actions::before { content: ""; position: absolute; top: 25px; right: 27px; width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 8px rgba(72, 168, 176, .12); }
.cta-action-label { margin: 0 0 13px; color: var(--teal-dark); font-size: .66rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.cta-actions h3 { max-width: 285px; margin: 0 0 27px; color: var(--ink-deep); font: 400 2.35rem/1.02 var(--display); letter-spacing: -.035em; }
.cta-primary { width: 100%; min-height: 64px; justify-content: space-between; padding: 0 22px 0 25px; border-color: var(--ink); background: var(--ink); font-size: .8rem; }
.cta-primary b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .13); font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.cta-primary:hover { border-color: var(--teal-dark); background: var(--teal-dark); }
.cta-primary:hover b { background: rgba(255, 255, 255, .22); transform: translateX(3px); }
.cta-phone { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 23px; padding-top: 21px; border-top: 1px solid var(--line); }
.cta-phone span { color: var(--muted); font-size: .72rem; font-weight: 700; }
.cta-phone strong { color: var(--ink); font-size: 1.02rem; letter-spacing: .02em; }
.cta-phone:hover strong { color: var(--teal-dark); }

.footer { padding: 78px 0 27px; border-top: 1px solid #e0e8e7; background: #fff; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr .7fr; gap: 60px; }
.footer h3 { margin: 0 0 18px; color: var(--teal); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer p, .footer a { display: block; margin: 0 0 10px; color: var(--muted); font-size: .79rem; }
.footer a { transition: color .2s ease; }
.footer a:hover { color: var(--teal-dark); }
.footer-grid > div:first-child p { max-width: 315px; margin-top: 25px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 56px; padding-top: 22px; border-top: 1px solid #e0e8e7; color: #718382; font-size: .67rem; letter-spacing: .055em; }
.footer-legal { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; }
.footer .footer-legal a { display: inline; margin: 0; color: #526968; font-size: inherit; }
.footer .footer-legal a:hover { color: var(--teal-dark); }
.footer .footer-legal button { padding: 0; border: 0; background: transparent; color: #526968; cursor: pointer; font: inherit; letter-spacing: inherit; }
.footer .footer-legal button:hover { color: var(--teal-dark); }
.footer .footer-legal button:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }
.footer-legal span { color: #a1afae; }

.legal-hero { padding: 96px 0 82px; background: linear-gradient(125deg, var(--ink-deep), var(--ink) 64%, var(--teal-dark)); color: #fff; }
.legal-hero .eyebrow { color: var(--teal); }
.legal-hero h1 { max-width: 900px; margin: 0 0 27px; font: 400 clamp(3.4rem, 6vw, 6.4rem)/.92 var(--display); letter-spacing: -.05em; text-wrap: balance; }
.legal-hero .lede { max-width: 820px; color: #d3dfdd; }
.legal-updated { margin: 28px 0 0; color: #9fc5c6; font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.legal-section { padding: 105px 0 125px; background: #fff; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 92px; align-items: start; }
.legal-content { max-width: 790px; }
.legal-content section { padding: 0 0 42px; margin: 0 0 42px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-content h2 { margin: 0 0 19px; color: var(--ink-deep); font: 400 clamp(1.85rem, 3vw, 2.65rem)/1.08 var(--display); letter-spacing: -.025em; }
.legal-content p, .legal-content li, .legal-content address { color: var(--muted); font-size: .94rem; line-height: 1.8; }
.legal-content p { margin: 0 0 17px; }
.legal-content ul { margin: 19px 0 21px; padding-left: 22px; }
.legal-content li { margin-bottom: 9px; padding-left: 5px; }
.legal-content a { color: var(--teal-dark); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content address { padding: 24px 26px; border-left: 4px solid var(--teal); background: #f2f7f6; font-style: normal; }
.legal-content address strong { color: var(--ink); }
.legal-aside { position: sticky; top: 165px; padding: 30px; border: 1px solid rgba(16, 63, 68, .13); border-radius: 24px; background: #f7faf9; box-shadow: 0 18px 55px rgba(7, 49, 55, .06); }
.legal-aside .eyebrow { margin-bottom: 17px; }
.legal-aside nav { margin-bottom: 24px; border-top: 1px solid var(--line); }
.legal-aside nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink); font: 400 1.02rem/1.25 var(--display); }
.legal-aside nav a:hover { color: var(--teal-dark); }
.legal-aside > p:not(.eyebrow) { color: var(--muted); font-size: .77rem; }

.floating-call { position: fixed; z-index: 38; right: 24px; bottom: max(22px, env(safe-area-inset-bottom)); min-width: 350px; min-height: 74px; padding: 10px 15px 10px 11px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 22px; background: linear-gradient(120deg, var(--ink-deep), var(--teal-dark)); color: #fff; box-shadow: 0 20px 55px rgba(7, 49, 55, .3); transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease; }
.floating-call:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 26px 65px rgba(7, 49, 55, .36); }
.floating-call:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.floating-call-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; background: var(--teal); color: #fff; font-size: 1.35rem; }
.floating-call-copy { display: flex; flex-direction: column; line-height: 1.2; }
.floating-call-copy small { margin-bottom: 4px; color: #bde1e4; font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.floating-call-copy strong { color: #fff; font-size: .84rem; letter-spacing: .01em; }
.floating-call-number { padding-left: 14px; border-left: 1px solid rgba(255, 255, 255, .2); color: #fff; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.cookie-panel-open .floating-call { opacity: 0; pointer-events: none; transform: translateY(18px); }

.cookie-consent { position: fixed; z-index: 80; left: 50%; bottom: max(18px, env(safe-area-inset-bottom)); width: min(1080px, calc(100% - 32px)); transform: translateX(-50%); color: var(--ink); }
.cookie-consent-inner { padding: 27px 29px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 38px; border: 1px solid rgba(16, 63, 68, .16); border-radius: 26px; background: rgba(255, 255, 255, .98); box-shadow: 0 28px 90px rgba(7, 49, 55, .28); }
.cookie-consent-label { margin: 0 0 7px; color: var(--teal-dark); font-size: .62rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.cookie-consent h2 { margin: 0 0 7px; color: var(--ink-deep); font: 400 1.65rem/1.08 var(--display); letter-spacing: -.02em; }
.cookie-consent-copy > p:not(.cookie-consent-label) { max-width: 690px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.cookie-consent-copy > a { display: inline-block; margin-top: 8px; color: var(--teal-dark); font-size: .7rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cookie-button { min-width: 126px; min-height: 49px; padding: 0 20px; border-radius: 999px; cursor: pointer; font: 800 .72rem var(--sans); letter-spacing: .045em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.cookie-button:hover { transform: translateY(-2px); }
.cookie-button:focus-visible { outline: 3px solid rgba(72, 168, 176, .5); outline-offset: 2px; }
.cookie-button-refuse { border: 1px solid var(--ink); background: #fff; color: var(--ink); }
.cookie-button-refuse:hover { background: #eef5f4; }
.cookie-button-accept { border: 1px solid var(--teal-dark); background: var(--teal-dark); color: #fff; }
.cookie-button-accept:hover { background: var(--ink); }

/* Premium motion system */
body::before { content: ""; position: fixed; z-index: 39; inset: 0; pointer-events: none; opacity: .7; background: radial-gradient(520px circle at var(--cursor-x, 72%) var(--cursor-y, 18%), rgba(72, 168, 176, .075), transparent 56%); }
.utility-bar { max-height: 35px; overflow: hidden; transition: max-height .4s cubic-bezier(.2,.8,.2,1), opacity .3s ease; }
.site-header { box-shadow: 0 1px 0 rgba(16, 63, 68, .06); transition: box-shadow .35s ease, background .35s ease; }
.site-header .nav-wrap, .site-header .wordmark { transition: min-height .4s cubic-bezier(.2,.8,.2,1), width .4s cubic-bezier(.2,.8,.2,1); }
.site-header.is-scrolled { background: rgba(255, 253, 248, .82); box-shadow: 0 14px 42px rgba(7, 49, 55, .11); }
.site-header.is-scrolled .nav-wrap { min-height: 76px; }
.site-header.is-scrolled .wordmark { width: 196px; }
.button { border-radius: 999px; box-shadow: 0 10px 28px rgba(23, 111, 118, .16); transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-3px) scale(1.012); box-shadow: 0 18px 38px rgba(23, 111, 118, .23); }
.hero-image, .page-hero-photo, .editorial-tile, .specialized-card, .story-photo { border-radius: 32px; }
.hero-image { box-shadow: 0 42px 110px rgba(2, 27, 31, .5); }
.hero-card { right: -2px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 24px; background: rgba(72, 168, 176, .88); box-shadow: 0 24px 65px rgba(2, 27, 31, .28); backdrop-filter: blur(18px) saturate(1.2); }
.hero-clinic-inset { overflow: hidden; border-radius: 18px; }
.page-hero-photo::before { inset: 16px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 22px; }
.editorial-tile, .specialized-card { box-shadow: 0 25px 70px rgba(7, 49, 55, .12); }
.service-card, .directory-card, .treatment-card, .related-card { isolation: isolate; overflow: hidden; border-color: rgba(16, 63, 68, .13); border-radius: 24px; background-color: rgba(255, 255, 255, .76); background-image: radial-gradient(440px circle at var(--pointer-x, 80%) var(--pointer-y, 5%), rgba(72, 168, 176, .16), transparent 42%); box-shadow: 0 18px 55px rgba(7, 49, 55, .045); backdrop-filter: blur(14px); transition: transform .38s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease; }
.service-card::before { width: 100%; height: 5px; transform: scaleX(0); transform-origin: left; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.service-card:hover::before { height: 5px; transform: scaleX(1); }
.service-card:hover, .directory-card:hover, .related-card:hover { border-color: rgba(72, 168, 176, .72); transform: translateY(-9px); box-shadow: 0 28px 70px rgba(7, 49, 55, .12); }
.treatment-card:hover { border-color: rgba(72, 168, 176, .72); transform: translateY(-6px); box-shadow: 0 25px 60px rgba(7, 49, 55, .1); }
.faq-list { border-top: 0; display: grid; gap: 10px; }
.faq-list details { overflow: hidden; padding: 0 24px; border: 1px solid rgba(16, 63, 68, .12); border-radius: 18px; background: rgba(255, 255, 255, .62); transition: border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.faq-list details[open] { border-color: rgba(72, 168, 176, .55); background: white; box-shadow: 0 18px 45px rgba(7, 49, 55, .07); }
.faq-list details p { margin-right: 35px; }
.cta-band { position: relative; overflow: hidden; background: linear-gradient(118deg, #48a8b0, #25858d 55%, #176f76); }
.cta-band::after { content: ""; position: absolute; inset: -80% -10%; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 36%); transform: translateX(-28%); animation: ctaGlow 8s ease-in-out infinite alternate; pointer-events: none; }
.cta-inner { position: relative; z-index: 1; }
@keyframes ctaGlow { to { transform: translateX(28%); } }

.hero-image img, .page-hero-photo img, .specialized-card img, .editorial-tile img { --parallax-y: 0px; --image-scale: 1; transform: translate3d(0, var(--parallax-y), 0) scale(var(--image-scale)); will-change: transform; }
.hero-visual:hover .hero-image img, .page-hero-photo:hover img, .specialized-card:hover img, .editorial-tile:hover img { --image-scale: 1.02; transform: translate3d(0, var(--parallax-y), 0) scale(var(--image-scale)); }
.effects-ready .reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .75s cubic-bezier(.16,1,.3,1); }
.effects-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0) scale(1); }

/* Cool white palette — modern clinical luxury */
body { background: #fff; color: var(--ink); }
main { background: #fff; }
body::before { display: none; }
.site-header, .site-header.is-scrolled { background: #fff; color: var(--ink); border-bottom-color: rgba(16, 63, 68, .1); backdrop-filter: none; }
.site-header.is-scrolled { box-shadow: 0 14px 42px rgba(7, 49, 55, .08); }
.wordmark, .wordmark-light, .nav-wrap > a:first-child { background: #fff; }
.wordmark { padding: 0; border-radius: 0; }
.nav-dropdown { border-color: var(--teal); background: rgba(255, 255, 255, .98); box-shadow: 0 28px 65px rgba(7, 49, 55, .13); }
.nav-dropdown-link:hover, .nav-dropdown-link:focus-visible { border-color: #dbe7e6; background: #f5f8f8; }
.nav-dropdown-link small { color: var(--muted); }
.editorial-showcase { background: #fff; }
.services-section, .local-section, .faq-section { background: #f4f7f7; }
.specialized-section { background: radial-gradient(circle at 12% 22%, rgba(72,168,176,.1), transparent 30%), #061f24; }
.content-section, .signature-section, .comparison-section, .related-section { background: #fff; }
.content-section.alt-section, .alt-section { background: #f4f7f7; }
.service-notice { border-color: #d6e5e4; background: #edf6f6; }
.service-notice p:not(.eyebrow), .service-intro-grid p:not(.eyebrow), .section-heading.split > p, .local-card p, .faq-intro, .product-card p, .contact-card p { color: var(--muted); }
.home-hero .lede, .page-hero .lede, .hero-proof span, .story-copy p:not(.eyebrow), .local-seo-copy p, .process-grid p, .map-card p { color: #b7cbca; }
.service-notice strong { color: var(--teal-dark); }
.service-facts, .service-facts div, .price-list, .price-list > div, .check-list li, .comparison-table, .comparison-row, .local-card { border-color: #dbe5e4; }
.service-facts span, .directory-card p, .service-card p, .treatment-card p, .related-card p, .note, .faq-list details p { color: var(--muted); }
.service-facts strong, .service-card h3, .directory-card h3, .treatment-card h3, .related-card h3, .product-card h3 { color: var(--ink); }
.service-card, .directory-card, .treatment-card, .related-card, .choice-grid > *, .product-card { border-color: #e0e8e7; background-color: #fff; background-image: none; box-shadow: 0 16px 45px rgba(7, 49, 55, .055); backdrop-filter: none; }
.service-card:hover, .directory-card:hover, .related-card:hover, .treatment-card:hover { border-color: rgba(72, 168, 176, .55); box-shadow: 0 24px 60px rgba(7, 49, 55, .1); }
.price-list strong, .treatment-card strong, .related-card span, .directory-card b { color: var(--teal-dark); }
.faq-list details { border-color: #e0e8e7; background: #fff; }
.faq-list details[open] { border-color: rgba(72, 168, 176, .48); background: #fff; box-shadow: 0 16px 40px rgba(7, 49, 55, .065); }
.contact-card { border-color: var(--teal); background: #f4f7f7; }
.map-card, .product-hero, .process-section, .concern-navigator, .service-paths { background: #061f24; }
.product-logo { border-radius: 0; background: #fbfcfc; }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.mobile-menu > summary { border-color: var(--line); }
.cta-band::after { animation: none; opacity: .45; }
.footer { border-top: 1px solid #e0e8e7; background: #fff; color: var(--ink); }

@media (hover: none) {
  body::before { display: none; }
  .service-card, .directory-card, .treatment-card, .related-card { background-image: none; }
}

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .desktop-cta { margin-left: auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu > summary { padding: 9px 14px; border: 1px solid var(--line); cursor: pointer; list-style: none; font-size: .74rem; font-weight: 800; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu > nav { position: absolute; right: 0; top: 49px; width: min(360px, calc(100vw - 32px)); max-height: calc(100vh - 130px); overflow-y: auto; padding: 14px; display: flex; flex-direction: column; border-top: 3px solid var(--teal); background: white; box-shadow: 0 22px 50px rgba(7, 49, 55, .2); }
  .mobile-menu > nav { background: rgba(255, 255, 255, .99); box-shadow: 0 24px 55px rgba(7, 49, 55, .14); }
  .mobile-submenu > div a:hover { color: var(--ink); }
  .mobile-menu > nav > a { padding: 11px 12px; border-bottom: 1px solid var(--line); font-size: .84rem; font-weight: 700; }
  .mobile-submenu { border-bottom: 1px solid var(--line); }
  .mobile-submenu > summary { padding: 12px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; font-size: .84rem; font-weight: 800; }
  .mobile-submenu > summary span { color: var(--teal); font-size: 1rem; transition: transform .2s ease; }
  .mobile-submenu[open] > summary span { transform: rotate(45deg); }
  .mobile-submenu > div { padding: 0 0 9px 10px; }
  .mobile-submenu > div a { display: block; padding: 8px 12px; border-left: 2px solid var(--line); color: var(--muted); font-size: .78rem; }
  .mobile-submenu > div a:hover { border-left-color: var(--teal); color: var(--ink); }
  .hero-grid { gap: 42px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-copy h1 { font-size: 4.35rem; }
  .hero-image { height: 570px; }
  .editorial-showcase { padding: 115px 0 125px; }
  .story-grid { gap: 56px; }
  .cta-inner { grid-template-columns: minmax(0, 1fr) 370px; gap: 50px; }
  .cta-actions { padding: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 1220px); }
  .utility-inner { justify-content: center; }
  .utility-inner > span:first-child, .utility-links > span { display: none; }
  .nav-wrap { min-height: 78px; }
  .wordmark { width: 174px; }
  .wordmark-light { width: 220px; }
  .desktop-cta { display: none; }
  .home-hero { padding: 54px 0 68px; }
  .hero-grid, .split, .story-grid, .local-card, .page-hero-image .page-hero-inner, .price-columns, .price-detail-grid, .feature-row, .local-seo-grid, .faq-grid, .about-grid, .contact-grid, .service-intro-grid, .hub-intro-grid, .signature-grid, .specialized-heading, .specialized-grid, .service-notice-inner { grid-template-columns: 1fr; }
  .hero-grid { gap: 62px; }
  .hero-copy h1 { font-size: 3.6rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { margin-top: 43px; }
  .hero-proof div { padding-right: 9px; }
  .hero-proof div + div { padding-left: 9px; }
  .hero-visual { padding-right: 12px; }
  .hero-image { height: 410px; }
  .hero-clinic-inset { width: 145px; height: 104px; left: -5px; }
  .hero-card { right: -4px; width: 275px; }
  .editorial-showcase { padding: 88px 0 96px; }
  .editorial-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 48px; }
  .editorial-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .editorial-gallery { grid-template-columns: 1fr; grid-template-rows: 430px 260px 280px; }
  .editorial-tile-main { grid-row: auto; }
  .editorial-tile-main > span { left: 28px; right: 28px; bottom: 24px; font-size: 1.45rem; }
  .section, .content-section { padding: 79px 0; }
  .service-grid, .product-grid, .service-directory, .related-grid, .choice-grid, .concern-map { grid-template-columns: 1fr; }
  .signature-photo { min-height: 450px; }
  .signature-copy { padding: 48px 38px; }
  .comparison-section { padding-bottom: 79px; }
  .comparison-table { border-top-width: 2px; }
  .comparison-head { display: none; }
  .comparison-row { grid-template-columns: 1fr; padding: 22px 0; }
  .comparison-row > * { padding: 5px 18px; border-right: 0; }
  .comparison-row strong { margin-bottom: 7px; font-size: 1.35rem; }
  .concern-navigator { padding: 79px 0; }
  .concern-map a, .concern-map a:last-child { grid-column: auto; min-height: 250px; }
  .service-facts { grid-template-columns: 1fr; }
  .service-facts div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-facts div:last-child { border-bottom: 0; }
  .service-card { min-height: 310px; }
  .specialized-section { padding: 88px 0; }
  .specialized-heading { gap: 25px; margin-bottom: 44px; }
  .specialized-grid { gap: 14px; }
  .specialized-card { min-height: 490px; }
  .service-notice-inner { gap: 25px; }
  .story-photo { height: 450px; }
  .story-photo::after { right: -4px; }
  .local-card > div:last-child { padding: 30px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .page-hero { padding: 74px 0; }
  .page-hero h1 { font-size: 3.75rem; }
  .page-hero-photo { height: 430px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .price-group-grid { grid-template-columns: 1fr; gap: 14px; }
  .check-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
  .process-grid h3 { margin-top: 20px; }
  .local-seo-grid, .faq-grid { gap: 48px; }
  .local-seo-actions, .contact-buttons { align-items: flex-start; flex-direction: column; }
  .cta-band { padding: 76px 0; }
  .cta-inner { grid-template-columns: 1fr; gap: 46px; }
  .cta-actions { width: min(100%, 520px); padding: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .legal-hero { padding: 74px 0 66px; }
  .legal-hero h1 { font-size: 3.75rem; }
  .legal-section { padding: 78px 0 100px; }
  .legal-layout { grid-template-columns: 1fr; gap: 50px; }
  .legal-aside { position: static; }
  .footer { padding-bottom: 118px; }
  .floating-call { left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); min-width: 0; min-height: 70px; grid-template-columns: 48px 1fr auto; border-radius: 20px; }
  .floating-call-icon { width: 48px; height: 48px; border-radius: 15px; }
  .cookie-consent { bottom: max(12px, env(safe-area-inset-bottom)); }
  .cookie-consent-inner { grid-template-columns: 1fr; gap: 21px; padding: 24px; border-radius: 22px; }
  .cookie-consent-actions { width: 100%; }
  .cookie-button { width: 100%; }
}

@media (max-width: 520px) {
  .hero-copy h1, .page-hero h1 { font-size: 3.05rem; }
  .hero-copy h1 em { white-space: normal; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div, .hero-proof div + div { padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .hero-visual { padding: 10px 10px 90px; }
  .hero-clinic-inset { bottom: 18px; }
  .hero-card { bottom: 0; width: 245px; padding: 22px; }
  .price-group-card { padding: 24px 22px 18px; border-radius: 20px; }
  .price-group-card .price-list > div { gap: 12px; }
  .editorial-gallery { grid-template-rows: 365px 230px 240px; }
  .treatment-card header { flex-direction: column; }
  .contact-card { padding: 30px; }
  .contact-buttons .button { width: 100%; }
  .cta-band { padding: 64px 0; }
  .cta-actions { padding: 28px 24px; border-radius: 22px; }
  .cta-actions h3 { margin-bottom: 23px; font-size: 2rem; }
  .cta-phone { align-items: flex-start; flex-direction: column; gap: 2px; }
  .floating-call { grid-template-columns: 46px 1fr; padding: 9px 13px 9px 9px; }
  .floating-call-icon { width: 46px; height: 46px; }
  .floating-call-number { display: none; }
  .cookie-consent { width: calc(100% - 24px); }
  .cookie-consent-inner { padding: 21px 19px; }
  .cookie-consent h2 { font-size: 1.45rem; }
  .cookie-consent-actions { grid-template-columns: 1fr; }
  .cookie-button { min-height: 47px; }
  .legal-hero h1 { font-size: 3.05rem; }
  .legal-content section { padding-bottom: 34px; margin-bottom: 34px; }
  .legal-content h2 { font-size: 1.85rem; }
  .legal-aside { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta-band::after { animation: none; }
  .effects-ready .reveal-item, .effects-ready .reveal-item.is-visible { opacity: 1; transform: none; transition: none; }
  .hero-image img, .page-hero-photo img, .specialized-card img, .editorial-tile img { transform: none !important; }
  .button, .service-card, .hero-image img, .page-hero-photo img, .editorial-tile img, .editorial-tile b { transition: none; }
}

/* Keep long service names, email addresses and controls inside small screens. */
@media (max-width: 800px) {
  .page-hero-image .page-hero-inner { grid-template-columns: minmax(0, 1fr); }
  .mobile-menu > nav { width: min(360px, calc(100vw - 64px)); max-height: calc(100dvh - 135px); overflow-y: auto; overscroll-behavior: contain; }
  .cookie-consent-inner { max-height: calc(100dvh - 32px); overflow-y: auto; }
  .utility-bar { display: none; }
  body { padding-bottom: calc(98px + env(safe-area-inset-bottom)); }
  .floating-call { position: fixed; left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); margin: 0; width: auto; }
  .footer { padding-bottom: 35px; }
  .cookie-panel-open .floating-call { opacity: 1; pointer-events: auto; transform: none; }
  .cookie-consent { bottom: calc(94px + env(safe-area-inset-bottom)); }
  .cookie-consent-inner { max-height: calc(100dvh - 118px - env(safe-area-inset-bottom)); }
  .utility-links { flex-wrap: wrap; justify-content: center; gap: 2px 12px; text-align: center; padding: 5px 0; }
  .utility-links a { white-space: nowrap; }
}
@media (max-width: 520px) {
  .hero-copy h1, .page-hero h1, .legal-hero h1 { font-size: clamp(2.15rem, 9.5vw, 3.05rem); line-height: 1.05; }
  .signature-copy, .contact-card { padding: 30px 22px; }
  .directory-card { min-width: 0; }
  .directory-card > div { min-width: 0; }
}


/* ===== Page À propos (refonte sans photo) ===== */
.about-story-inner { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: start; }
.about-story-aside { position: sticky; top: 108px; }
.about-story-aside .eyebrow { color: var(--teal); }
.about-story-aside h2 { margin-bottom: 0; }
.about-quote { position: relative; margin: 46px 0 0; padding: 40px 36px 34px; background: var(--mist); border-left: 4px solid var(--teal); }
.about-quote::before { content: "\201C"; position: absolute; top: -30px; left: 22px; color: var(--teal); font: 400 6.4rem/1 var(--display); opacity: .5; pointer-events: none; }
.about-quote p { margin: 0; color: var(--ink); font: italic 1.7rem/1.32 var(--display); }
.about-quote cite { display: block; margin-top: 18px; color: var(--teal-dark); font-size: .69rem; font-style: normal; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.about-story-copy { padding-top: 8px; }
.about-story-copy p { margin: 0 0 24px; max-width: 620px; }
.about-story-copy .about-lead { color: var(--ink); font: 400 1.42rem/1.52 var(--display); }
.about-story-copy .about-lead::first-letter { float: left; margin: 9px 14px 0 0; color: var(--teal); font: 400 4.6rem/.78 var(--display); }
.about-highlights { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-highlights div { padding: 28px 22px 26px 0; border-right: 1px solid var(--line); }
.about-highlights div + div { padding-left: 22px; }
.about-highlights div:last-child { border-right: 0; }
.about-highlights strong { display: block; color: var(--teal-dark); font: 400 2.5rem/1 var(--display); letter-spacing: -.02em; }
.about-highlights sup { font-size: .55em; vertical-align: .45em; }
.about-highlights span { display: block; margin-top: 10px; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.about-timeline { position: relative; background: var(--mist); }
.about-timeline::before { content: ""; position: absolute; right: 0; top: 0; width: 18vw; height: 7px; background: var(--teal); }
.about-timeline-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: end; }
.about-timeline-heading h2 { margin: 0; font: 400 clamp(2.45rem, 4.2vw, 4.5rem)/1.02 var(--display); letter-spacing: -.042em; }
.about-timeline-intro { margin: 0 0 8px; max-width: 460px; color: var(--muted); line-height: 1.8; }
.about-timeline-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin: 64px 0 0; padding: 0; list-style: none; }
.about-timeline-grid::before { content: ""; position: absolute; left: 0; right: 0; top: 10px; height: 1px; background: var(--ink); opacity: .25; }
.about-timeline-grid li { position: relative; padding: 46px 40px 0 0; }
.about-timeline-grid li::before { content: ""; position: absolute; top: 0; left: 0; width: 21px; height: 21px; border-radius: 50%; background: var(--mist); border: 4px solid var(--teal); }
.about-timeline-grid li:last-child::before { background: var(--teal); }
.about-timeline-grid strong { display: block; color: var(--teal-dark); font: italic 1.05rem var(--display); }
.about-timeline-grid h3 { margin: 10px 0 12px; font: 400 1.65rem var(--display); }
.about-timeline-grid p { margin: 0; max-width: 320px; color: var(--muted); font-size: .9rem; }
@media (max-width: 1080px) { .about-story-inner { gap: 56px; } .about-timeline-heading { gap: 40px; } }
@media (max-width: 800px) {
  .about-story-inner, .about-timeline-heading, .about-timeline-grid { grid-template-columns: 1fr; }
  .about-story-aside { position: static; }
  .about-quote { margin-top: 34px; padding: 34px 26px 28px; }
  .about-quote p { font-size: 1.4rem; }
  .about-story-copy { padding-top: 0; }
  .about-story-copy .about-lead { font-size: 1.25rem; }
  .about-highlights { grid-template-columns: 1fr; border-bottom: 0; }
  .about-highlights div, .about-highlights div + div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-timeline-grid { margin-top: 44px; }
  .about-timeline-grid::before { top: 0; bottom: 0; left: 10px; right: auto; width: 1px; height: auto; }
  .about-timeline-grid li { padding: 0 0 38px 44px; }
  .about-timeline-grid li:last-child { padding-bottom: 0; }
  .about-timeline-grid li::before { top: 4px; }
}

/* Page À propos — aucune teinte beige, palette sarcelle/blanc uniquement */
:root { --mist: #edf4f3; }
.page-about .page-hero .lede { color: #c9d6d3; }
.page-about .process-grid p, .page-about .local-seo-copy p { color: #c9d6d3; }
.page-about .faq-section { background: var(--mist); }
