@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url('/assets/manrope-semibold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}
@font-face {
  font-family: Cormorant;
  src: url('/assets/cormorant-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #073b43;
  --deep: #062e35;
  --muted: #51676c;
  --cyan: #047f94;
  --ice: #b4e7ee;
  --pale: #edf6f6;
  --line: #d1e0e2;
  --white: #ffffff;
  --ease: cubic-bezier(.22, 1, .36, 1);
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
::selection { background: var(--ice); color: var(--deep); }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { cursor: pointer; color: inherit; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure { margin: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #0697b2; outline-offset: 6px; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; line-height: 1.7; letter-spacing: .11em; }
.eyebrow-line { height: 1px; width: 27px; flex-shrink: 0; background: currentColor; }
h2 { font-size: clamp(38px, 4.15vw, 60px); line-height: 1.16; font-weight: 400; letter-spacing: -.045em; }
h2 em, h3 em { font-family: Cormorant, Georgia, serif; color: var(--cyan); font-size: 1.14em; font-weight: 500; letter-spacing: -.028em; }
.icon { height: 24px; width: 24px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; background: white; padding: 10px 18px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }

/* The supplied mark and wordmark are presented together without redrawing them. */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); border-bottom: 1px solid #e3ebec; backdrop-filter: blur(18px); transition: box-shadow .3s; }
.site-header.is-scrolled { box-shadow: 0 5px 25px #062e350d; }
.header-inner { height: 98px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; width: 245px; }
.brand-symbol { width: 55px; height: 52px; flex-shrink: 0; mix-blend-mode: multiply; }
.brand-name { display: flex; flex-direction: column; width: 180px; gap: 4px; }
.brand-name > svg { display: block; width: 180px; height: 37px; mix-blend-mode: multiply; }
.brand-name > span { font-size: 12px; color: #637479; line-height: 1.4; white-space: nowrap; letter-spacing: .005em; }
.navigation { display: flex; align-items: center; gap: 31px; }
.navigation a { position: relative; padding: 12px 0; font-size: 14px; }
.navigation a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--cyan); transition: right .3s var(--ease); }
.navigation a:hover::after, .navigation a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 58px; padding: 9px 10px 9px 24px; border: 1px solid var(--ink); border-radius: 100px; background: var(--ink); color: white; font-size: 14px; font-weight: 600; line-height: 1.5; transition: transform .35s var(--ease), background .3s, box-shadow .3s; }
.button-arrow { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #ffffff44; border-radius: 50%; font-size: 22px; line-height: 1; flex-shrink: 0; transition: transform .3s, background .3s; }
.button:hover { background: #095965; transform: translateY(-2px); box-shadow: 0 8px 24px #073b4318; }
.button:hover .button-arrow { background: #ffffff13; transform: rotate(45deg); }
.button-small { min-height: 47px; padding: 6px 7px 6px 18px; gap: 18px; }
.button-small .button-arrow { width: 32px; height: 32px; font-size: 20px; }
.button-light { color: var(--deep); background: #e1f6f8; border-color: #e1f6f8; }
.button-light .button-arrow { background: var(--ink); color: white; border-color: var(--ink); }
.button-light:hover { background: white; }
.button-light:hover .button-arrow { background: var(--cyan); }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; font-size: 14px; font-weight: 600; border-bottom: 1px solid #a6c5cb; line-height: 1.6; }
.text-link > span { font-size: 23px; font-weight: 400; line-height: 1; transition: transform .3s var(--ease); }
.text-link:hover > span { transform: translate(3px, -3px); }

/* An editorial opening, with the photo filling one side of the composition. */
.hero { overflow: hidden; background: var(--deep); color: white; }
.hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; max-width: 1800px; margin: auto; }
.hero-copy { padding: 77px 48px 55px max(48px, calc((100vw - 1280px) / 2)); }
.hero .eyebrow { color: #a8d4dc; font-size: 12px; letter-spacing: .1em; }
.hero h1 { font-size: clamp(58px, 6.4vw, 98px); line-height: 1.04; font-weight: 400; letter-spacing: -.045em; margin: 31px 0 28px; }
.hero h1 > span, .hero h1 > em { display: block; }
.hero h1 em { font-family: Cormorant, Georgia, serif; font-size: 1.13em; line-height: 1.06; font-weight: 500; color: var(--ice); letter-spacing: -.03em; }
.hero-description { font-size: 16px; color: #c3d6da; max-width: 435px; line-height: 1.9; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 23px; margin-top: 31px; }
.hero-actions > .button { min-width: 286px; }
.hero-actions > .text-link { color: #e4f0f2; border-color: #6e939b; font-size: 14px; }
.hero-location { display: flex; align-items: flex-start; gap: 12px; margin-top: 41px; }
.hero-location > .icon { width: 17px; height: 17px; color: #92c5cf; margin-top: 4px; }
.hero-location p { font-size: 12px; color: #f1f8f9; line-height: 1.8; }
.hero-location p span { color: #a4c2c9; }
.hero-visual { position: relative; min-height: 620px; isolation: isolate; overflow: hidden; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 52% 31%; transform: scale(1.025); }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, #073b4310 55%, #062e3599); }

.hero-visual figcaption { position: absolute; left: 35px; bottom: 34px; padding-left: 20px; border-left: 1px solid #b4e7eeaa; }
.hero-visual figcaption > span { font-size: 12px; letter-spacing: .12em; color: #e8f5f6; }
.hero-visual figcaption > strong { display: block; font-size: 28px; line-height: 1.3; font-weight: 400; letter-spacing: -.025em; margin-top: 11px; }
.hero-directory { display: grid; grid-template-columns: 1fr 1fr 1fr 1.2fr; align-items: center; min-height: 102px; gap: 28px; }
.directory-title { color: #9dbfc6; font-size: 12px; letter-spacing: .08em; max-width: 140px; }
.hero-directory a { display: flex; gap: 16px; align-items: center; padding: 18px 0; font-size: 16px; }
.hero-directory a > span { font-size: 12px; color: #a1d6df; }
.hero-directory a > i { font-style: normal; font-size: 23px; margin-left: auto; transition: transform .3s; }
.hero-directory a:hover > i { transform: translate(3px, -3px); }
.hero-directory .directory-consult { border-left: 1px solid #ffffff24; padding-left: 30px; font-size: 13px; }

/* Dental treatments combine a photographic feature with clear service rows. */
.section-intro { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 39px; }
.section-intro .eyebrow { color: var(--cyan); }
.section-index { font-size: 12px; color: var(--muted); letter-spacing: .08em; }
.section-heading-row { display: grid; grid-template-columns: 1.35fr 1fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.section-heading-row > p { color: var(--muted); font-size: 16px; line-height: 1.9; max-width: 365px; justify-self: end; padding-bottom: 4px; }
.dental-layout { display: grid; grid-template-columns: .95fr 1.12fr; gap: 70px; align-items: start; scroll-margin-top: 130px; }
.aligner-feature { background: var(--pale); border-radius: 3px; overflow: hidden; }
.aligner-image { position: relative; height: 340px; overflow: hidden; }
.aligner-image img { width: 100%; height: 100%; object-fit: cover; object-position: 43% 50%; transition: transform 1.1s var(--ease); }
.aligner-feature:hover .aligner-image img { transform: scale(1.04); }
.image-tag { position: absolute; top: 22px; left: 22px; border: 1px solid #ffffff99; background: #ffffffde; padding: 7px 12px; border-radius: 2px; font-size: 12px; letter-spacing: .07em; }
.aligner-copy { padding: 32px 34px 38px; }
.aligner-copy .eyebrow { font-size: 12px; color: var(--cyan); }
.aligner-copy h3 { font-size: 29px; line-height: 1.25; letter-spacing: -.035em; font-weight: 400; margin: 18px 0; }
.aligner-copy p:not(.eyebrow) { font-size: 16px; color: var(--muted); line-height: 1.8; }
.aligner-copy .text-link { margin-top: 24px; }
.group-heading { display: flex; align-items: baseline; gap: 17px; padding-bottom: 25px; }
.group-number { color: var(--cyan); font-size: 13px; }
.group-heading h3 { font-size: 31px; font-weight: 400; line-height: 1.3; letter-spacing: -.035em; }
.group-count { margin-left: auto; font-size: 12px; color: var(--muted); }
.treatment { border-top: 1px solid var(--line); scroll-margin-top: 115px; }
.treatment:last-child { border-bottom: 1px solid var(--line); }
.treatment summary { display: flex; align-items: center; justify-content: space-between; list-style: none; gap: 20px; padding: 21px 0; cursor: pointer; }
.treatment summary::-webkit-details-marker { display: none; }
.treatment-label { font-size: 21px; letter-spacing: -.025em; line-height: 1.4; transition: color .2s; }
.treatment-label > small:not(.treatment-hint) { font-size: 14px; }
.treatment-hint { display: block; font-size: 13px; color: var(--muted); letter-spacing: 0; margin-top: 6px; line-height: 1.6; }
.treatment summary:hover .treatment-label { color: var(--cyan); }
.expand-icon { width: 35px; height: 35px; flex-shrink: 0; border: 1px solid #c8dfe3; border-radius: 50%; position: relative; transition: background .25s, color .25s, transform .4s var(--ease); }
.expand-icon::before, .expand-icon::after { content: ''; position: absolute; width: 11px; height: 1px; background: currentColor; left: 11px; top: 16px; transition: transform .3s; }
.expand-icon::after { transform: rotate(90deg); }
.treatment[open] .expand-icon { background: var(--ink); border-color: var(--ink); color: white; transform: rotate(180deg); }
.treatment[open] .expand-icon::after { transform: rotate(0); }
.treatment-description { padding: 0 40px 27px 0; }
.treatment-description p { font-size: 16px; line-height: 1.85; color: var(--muted); }
.treatment-link { display: inline-flex; align-items: center; gap: 19px; margin-top: 19px; color: var(--cyan); border-bottom: 1px solid #b2d2d8; font-size: 14px; padding-bottom: 3px; }
.treatment-link > span { font-size: 20px; transition: transform .3s; }
.treatment-link:hover > span { transform: translate(3px, -3px); }
.treatment-disclaimer { font-size: 12px; color: var(--muted); margin-top: 30px; text-align: right; }

/* Facial treatments use a continuous dark surface for a different reading rhythm. */
.facial-section { background: var(--ink); color: white; padding: 95px 0; }
.facial-layout { display: grid; grid-template-columns: 1fr 1.08fr; gap: 105px; align-items: start; }
.facial-intro .eyebrow { color: #a4d6df; margin-bottom: 28px; }
.facial-intro h2 { font-size: clamp(40px, 4.6vw, 64px); }
.facial-intro h2 em { color: var(--ice); }
.facial-intro > p:not(.eyebrow) { max-width: 370px; font-size: 16px; color: #bed1d5; line-height: 1.9; margin: 28px 0; }
.facial-intro .text-link { color: #e0f2f4; border-color: #729fa8; }
.facial-signature { display: flex; align-items: center; gap: 19px; margin-top: 62px; }
.signature-line { width: 40px; height: 1px; flex-shrink: 0; background: #7cc4d3; }
.facial-signature p { font-size: 12px; color: #a8ced5; letter-spacing: .07em; line-height: 1.9; }
.facial-group .treatment { border-color: #ffffff30; }
.facial-group .treatment-label { color: white; }
.facial-group .treatment summary:hover .treatment-label { color: var(--ice); }
.facial-group .treatment-hint, .facial-group .treatment-description p { color: #b7d0d5; }
.facial-group .expand-icon { border-color: #ffffff55; }
.facial-group .treatment[open] .expand-icon { background: var(--ice); border-color: var(--ice); color: var(--deep); }
.facial-group .treatment-link { color: #c8eef4; border-color: #6f9ca5; }

/* The supplied facade photo keeps the actual clinic recognizable. */
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 92px; }
.clinic-photo { margin: 0; min-width: 0; }
.clinic-photo img { display: block; width: 100%; height: auto; border-radius: 2px; }
.clinic-photo figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding-top: 15px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.clinic-photo figcaption > span:first-child { color: var(--ink); }
.about-content { min-width: 0; }
.about-statement { border-left: 1px solid #8fbfc8; padding-left: 20px; font-size: 16px; color: var(--muted); line-height: 1.8; margin: 30px 0; }
.about-body > p { font-size: 16px; line-height: 1.95; color: var(--muted); margin-bottom: 21px; }
.clinic-facts { border-top: 1px solid var(--line); margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 27px; padding-top: 24px; }
.clinic-facts span { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; margin-bottom: 10px; letter-spacing: .05em; }
.clinic-facts strong { display: block; font-size: 14px; line-height: 1.7; font-weight: 600; }
.professional-bar { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 35px; margin-top: 65px; padding: 30px 0; border-block: 1px solid var(--line); scroll-margin-top: 115px; }
.professional-bar .eyebrow { color: var(--muted); font-weight: 400; font-size: 12px; }
.professional-bar h3 { font-size: 26px; letter-spacing: -.03em; font-weight: 400; margin-top: 7px; }
.professional-bar > p { font-size: 14px; line-height: 1.8; }
.professional-bar > p span { color: var(--muted); font-size: 12px; }
.care-section { background: var(--pale); padding: 95px 0; }
.care-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; }
.care-intro .eyebrow { color: var(--cyan); }
.care-intro h2 { margin: 29px 0 25px; font-size: clamp(38px, 3.7vw, 54px); }
.care-intro > p:not(.eyebrow) { font-size: 16px; line-height: 1.9; color: var(--muted); }
.care-intro .button { margin-top: 29px; }
.care-step { display: grid; grid-template-columns: 43px 1fr; gap: 23px; border-top: 1px solid #bdd4d9; padding: 25px 0; }
.care-step:last-child { padding-bottom: 0; }
.step-number { font-size: 14px; color: var(--cyan); line-height: 2.2; }
.care-step h3 { font-size: 25px; font-weight: 400; letter-spacing: -.03em; line-height: 1.4; margin-bottom: 11px; }
.care-step p { font-size: 16px; color: var(--muted); line-height: 1.85; }

/* Direct, useful contact information closes the page. */
.contact-section { padding: 97px 0 82px; background: var(--deep); color: white; }
.contact-heading .eyebrow { color: #a8d4dc; }
.contact-heading h2 { font-size: clamp(49px, 6.5vw, 94px); line-height: 1.07; margin: 32px 0; }
.contact-heading h2 em { color: var(--ice); font-size: 1.1em; }
.contact-lede { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding-bottom: 54px; }
.contact-lede p { color: #b8d0d6; font-size: 16px; line-height: 1.9; }
.contact-lede .button { min-width: 290px; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; border-top: 1px solid #ffffff2b; }
.contact-item { padding: 33px 30px 0; border-left: 1px solid #ffffff2b; }
.contact-item:first-child { border-left: 0; padding-left: 0; }
.contact-item:last-child { padding-right: 0; }
.contact-item > .icon { color: #a4dbe5; width: 23px; height: 23px; margin-bottom: 22px; }
.contact-label { display: block; color: #9ec5ce; font-size: 12px; letter-spacing: .07em; line-height: 1.8; margin-bottom: 13px; }
.contact-item h3, .contact-phone { display: block; font-size: 22px; font-weight: 400; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 11px; }
.contact-item p, .contact-item address { font-size: 14px; font-style: normal; color: #bfd1d6; line-height: 1.9; }
.contact-item .text-link { font-size: 14px; margin-top: 23px; color: #e4f3f5; border-color: #7099a3; }
.site-footer { padding: 43px 0 24px; background: white; }
.footer-main { display: flex; gap: 38px; align-items: center; padding-bottom: 33px; }
.footer-main > p { font-size: 12px; line-height: 1.8; color: var(--muted); }
.footer-main > p strong { color: var(--ink); font-weight: 400; }
.footer-main nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 13px; }
.footer-main nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.back-to-top { display: grid; place-items: center; width: 43px; height: 43px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; font-size: 24px; transition: background .25s; }
.back-to-top:hover { background: var(--pale); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; border-top: 1px solid var(--line); padding-top: 21px; font-size: 12px; color: var(--muted); }
.floating-contact { position: fixed; bottom: 24px; right: 24px; z-index: 40; display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; background: var(--ink); color: white; border: 1px solid #a0d4dc; box-shadow: 0 5px 22px #062e3529; transition: transform .25s, background .25s; }
.floating-contact:hover { transform: translateY(-3px); background: var(--cyan); }
.floating-contact > .icon { width: 28px; height: 28px; }
.floating-label { position: absolute; right: 68px; white-space: nowrap; background: white; color: var(--ink); border: 1px solid var(--line); border-radius: 3px; font-size: 12px; padding: 8px 12px; opacity: 0; pointer-events: none; transform: translateX(5px); transition: opacity .25s, transform .25s; }
.floating-contact:hover .floating-label, .floating-contact:focus-visible .floating-label { opacity: 1; transform: none; }

/* Motion never prevents content access. */
.reveal { transition: opacity .7s var(--ease), transform .85s var(--ease); }
.reveal.is-pending { opacity: 0; transform: translateY(22px); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .hero h1 { animation: enter .9s var(--ease) both; }
  .hero-description, .hero-actions { animation: enter 1s .12s var(--ease) both; }
  @keyframes enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
}

/* Secondary pages share the same identity. */
.legal-page { max-width: 850px; padding: 70px 0 100px; }
.legal-page h1 { font-size: 48px; font-weight: 400; letter-spacing: -.04em; line-height: 1.2; margin: 24px 0; }
.legal-page h2 { font-size: 28px; margin: 39px 0 15px; }
.legal-page p { font-size: 16px; color: var(--muted); margin: 17px 0; }
.legal-page a:not(.button) { color: var(--cyan); text-decoration: underline; text-underline-offset: 4px; }
.legal-page .eyebrow { color: var(--cyan); font-size: 12px; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 20px 0; border-block: 1px solid var(--line); font-size: 1rem; }
.legal-nav a { padding-block: 5px; }
.legal-page ul { padding-left: 1.4em; color: var(--muted); }
.legal-page li { margin-block: 12px; font-size: 1rem; }
.legal-page strong { color: var(--ink); font-weight: 600; }
.contact-privacy { padding-top: 28px; color: #bfd1d6; font-size: .875rem; }
.contact-privacy a { color: #e4f3f5; text-decoration: underline; text-underline-offset: 4px; }

/* Treatment guides share the clinic identity and remain readable without scripts. */
.treatment-page-link { display: block; width: fit-content; margin-top: 15px; color: var(--cyan); text-decoration: underline; text-underline-offset: 5px; font-size: 14px; }
.facial-group .treatment-page-link { color: var(--ice); }
.local-faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.local-faq-layout h2 { margin-top: 26px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; line-height: 1.6; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 25px; font-weight: 400; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item > div { padding: 0 30px 25px 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.faq-item a { display: inline-block; margin-top: 14px; text-decoration: underline; text-underline-offset: 4px; color: var(--cyan); }
.service-hero { background: var(--deep); color: white; padding: 30px 0 72px; }
.breadcrumbs { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; font-size: 14px; color: #bbd4d9; margin-bottom: 48px; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.service-hero .eyebrow { color: #b4dce2; }
.service-hero h1 { font-size: clamp(44px, 5.4vw, 78px); line-height: 1.12; font-weight: 400; letter-spacing: -.045em; max-width: 950px; margin: 24px 0; overflow-wrap: break-word; }
.service-hero h1 em { font-family: Cormorant, Georgia, serif; font-weight: 500; font-size: 1.13em; color: var(--ice); }
.service-lede { max-width: 710px; color: #cee1e5; font-size: 18px; line-height: 1.85; }
.service-hero .button { margin-top: 30px; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 90px; padding-block: 80px; align-items: start; }
.service-article { min-width: 0; }
.service-copy-section + .service-copy-section { margin-top: 42px; }
.service-copy-section h2, .service-faq h2 { font-size: clamp(27px, 2.7vw, 36px); line-height: 1.3; letter-spacing: -.025em; margin-bottom: 19px; }
.service-copy-section p, .service-checklist { font-size: 17px; line-height: 1.95; color: var(--muted); }
.service-checklist { padding-left: 23px; margin: 0; }
.service-checklist li { padding-left: 5px; margin-bottom: 12px; }
.service-checklist li::marker { color: var(--cyan); }
.service-faq { margin-top: 48px; }
.service-faq > .eyebrow { color: var(--cyan); margin-bottom: 16px; }
.service-location { background: var(--pale); min-width: 0; }
.service-location > img { width: 100%; height: auto; }
.service-location-copy { padding: 28px; }
.service-location-copy > .eyebrow { color: var(--muted); font-size: 12px; }
.service-location h2 { font-size: 27px; line-height: 1.35; margin: 16px 0; }
.service-location address { font-style: normal; font-size: 15px; color: var(--muted); line-height: 1.9; }
.service-location-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.8; margin: 21px 0; }
.service-location .text-link { font-size: 14px; gap: 13px; }
.service-location .service-professional { border-top: 1px solid var(--line); padding-top: 23px; }
.service-sources { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 22px; font-size: 13px; color: var(--muted); overflow-wrap: anywhere; }
.service-sources p + p { margin-top: 12px; }
.service-sources a { text-decoration: underline; text-underline-offset: 3px; }
.service-related { background: var(--pale); padding: 55px 0; }
.service-related .eyebrow { color: var(--muted); }
.service-related h2 { font-size: 32px; line-height: 1.35; margin: 18px 0 26px; }
.service-related nav { display: flex; flex-wrap: wrap; gap: 15px 32px; }
.service-related a { display: flex; justify-content: space-between; gap: 18px; font-size: 16px; border-bottom: 1px solid #94b9c0; padding: 8px 0; }
@media (max-width: 1000px) {
  .service-layout { gap: 38px; grid-template-columns: minmax(0, 1fr) 290px; }
  .local-faq-layout { gap: 45px; }
  .service-location-copy { padding: 23px; }
}
@media (max-width: 850px) {
  .service-layout { grid-template-columns: minmax(0, 1fr); padding-block: 55px; gap: 45px; }
  .service-location { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); align-items: start; }
  .service-location > img { align-self: center; }
  .local-faq-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
}
@media (max-width: 680px) {
  .service-hero { padding: 24px 0 48px; }
  .breadcrumbs { margin-bottom: 30px; font-size: 13px; }
  .service-hero h1 { font-size: clamp(36px, 9.2vw, 56px); }
  .service-lede, .service-copy-section p, .service-checklist { font-size: 16px; }
  .service-layout { padding-block: 43px; }
  .service-location { display: block; max-width: 440px; justify-self: center; }
  .service-location-copy { padding: 26px; }
  .service-related h2 { font-size: 28px; }
  .service-related nav { flex-direction: column; align-items: flex-start; gap: 12px; }
  .faq-item summary { font-size: 16px; gap: 16px; padding-block: 20px; }
  .faq-item > div { padding-right: 0; }
}

@media (min-width: 1600px) {
  .hero-copy { padding: 90px 65px 72px 80px; }
  .hero-visual { min-height: 720px; }
}
@media (max-width: 1200px) {
  .container { width: calc(100% - 72px); }
  .header-inner { gap: 24px; }
  .brand { width: 222px; gap: 8px; }
  .brand-symbol { width: 47px; height: 47px; }
  .brand-name, .brand-name > svg { width: 167px; }
  .brand-name > svg { height: 34px; }
  .navigation { gap: 23px; }
  .hero-copy { padding: 63px 36px 46px; }
  .hero h1 { font-size: 6.6vw; }
  .hero-visual { min-height: 610px; }
  .hero-directory { gap: 25px; }
  .directory-title { font-size: 12px; }
  .hero-directory .directory-consult { padding-left: 20px; font-size: 12px; }
  .section { padding: 90px 0; }
  .section-heading-row { gap: 55px; }
  .dental-layout { gap: 43px; }
  .aligner-image { height: 300px; }
  .aligner-copy { padding: 29px 28px 33px; }
  .aligner-copy h3 { font-size: 27px; }
  .treatment-label { font-size: 20px; }
  .facial-layout { gap: 60px; }
  .about-grid, .care-layout { gap: 60px; }
  .footer-main { gap: 26px; }
  .footer-main > p { display: none; }
}
@media (max-width: 1000px) {
  .header-inner { height: 88px; gap: 22px; }
  .navigation { gap: 22px; }
  .navigation a { font-size: 13px; }
  .header-cta { font-size: 13px; gap: 12px; padding-left: 15px; }
  .brand { width: 205px; }
  .brand-symbol { width: 42px; height: 42px; }
  .brand-name, .brand-name > svg { width: 155px; }
  .brand-name > svg { height: 31px; }
  .brand-name > span { font-size: 12px; }
  .hero-copy { padding: 57px 30px 43px; }
  .hero h1 { font-size: 6.5vw; }
  .hero .eyebrow { font-size: 12px; }
  .hero-location { margin-top: 30px; }
  .hero-visual { min-height: 600px; }
  .hero-description { font-size: 16px; }
  .hero-directory { grid-template-columns: .8fr 1fr 1fr; min-height: 98px; }
  .hero-directory .directory-consult { display: none; }
  .section-heading-row { gap: 40px; }
  .dental-layout { gap: 33px; }
  .group-heading { gap: 12px; }
  .group-heading h3 { font-size: 28px; }
  .group-count { font-size: 12px; }
  .treatment-label { font-size: 19px; }
  .treatment-description { padding-right: 0; }
  .aligner-image { height: 290px; }
  .aligner-copy { padding: 25px; }
  .aligner-copy h3 { font-size: 25px; }
  .aligner-copy .text-link { font-size: 13px; gap: 12px; }
  .facial-section { padding: 78px 0; }
  .facial-layout { gap: 43px; }
  .about-grid, .care-layout { gap: 43px; }
  .care-step { gap: 14px; grid-template-columns: 31px 1fr; }
  .care-step h3 { font-size: 22px; }
  .care-section { padding: 80px 0; }
  .contact-item { padding-left: 23px; padding-right: 23px; }
  .contact-phone, .contact-item h3 { font-size: 20px; }
  .contact-label { font-size: 12px; letter-spacing: .04em; }
  .footer-main nav { gap: 19px; font-size: 12px; }
  .professional-bar { gap: 25px; grid-template-columns: 1.1fr .85fr auto; }
  .professional-bar .text-link { font-size: 13px; }
}
@media (max-width: 850px) {
  html { scroll-padding-top: 99px; }
  .container { width: calc(100% - 44px); }
  .header-inner { height: 82px; }
  .header-actions { gap: 13px; }
  .navigation { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 20px 28px 25px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 15px 20px #073b430a; flex-direction: column; align-items: stretch; gap: 2px; }
  .navigation.is-open { display: flex; }
  .navigation a { font-size: 17px; padding: 14px 0; }
  .menu-toggle { width: 43px; height: 43px; border: 1px solid var(--line); background: transparent; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--ink); transition: transform .25s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 48px 25px 40px 22px; }
  .hero h1 { font-size: 6.45vw; margin-top: 25px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: .05em; gap: 7px; }
  .hero .eyebrow-line { width: 17px; }
  .hero-visual { min-height: 600px; }
  .hero-description { font-size: 16px; }
  .hero-actions > .button { min-width: 0; width: 100%; font-size: 13px; gap: 10px; padding-left: 18px; }
  .hero-location p { font-size: 12px; }
  .hero-visual figcaption { left: 22px; bottom: 30px; padding-left: 14px; }
  .hero-visual figcaption > strong { font-size: 24px; }

  .section-heading-row { gap: 25px; }
  h2 { font-size: 37px; }
  .dental-layout { gap: 28px; }
  .group-count { display: none; }
  .aligner-image { height: 275px; }
  .aligner-copy h3 { font-size: 25px; }
  .section-heading-row > p { font-size: 16px; }
  .facial-layout { gap: 32px; }
  .facial-intro h2 { font-size: 40px; }
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .clinic-photo { width: 100%; max-width: 500px; justify-self: center; }
  .about-content { max-width: 620px; justify-self: center; }
  .professional-bar { grid-template-columns: 1fr auto; }
  .professional-bar > .text-link { grid-column: 1 / -1; justify-self: start; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-item:last-child { grid-column: 1 / -1; border-top: 1px solid #ffffff2b; border-left: 0; margin-top: 30px; padding-top: 30px; padding-left: 0; }
  .contact-lede .button { min-width: 265px; }
  .footer-main { gap: 24px; flex-wrap: wrap; }
  .footer-main nav { order: 3; flex-basis: 100%; margin-left: 0; font-size: 14px; }
  .back-to-top { margin-left: auto; }
}
@media (max-width: 680px) {
  .header-inner { height: 78px; gap: 15px; }
  .navigation { top: 78px; }
  .brand { width: 194px; gap: 6px; }
  .brand-symbol { width: 36px; height: 37px; }
  .brand-name, .brand-name > svg { width: 152px; }
  .brand-name > svg { height: 29px; }
  .brand-name > span { font-size: 12px; }
  .header-cta { min-height: 42px; padding: 7px 13px; font-size: 12px; }
  .header-cta .button-arrow { display: none; }
  .header-actions { gap: 10px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 45px 24px 40px; }
  .hero .eyebrow { font-size: 12px; letter-spacing: .065em; }
  .hero h1 { font-size: clamp(59px, 13.8vw, 88px); margin: 26px 0; }
  .hero h1 em { font-size: 1.1em; }
  .hero-description { font-size: 16px; max-width: 490px; }
  .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 22px 24px; margin-top: 28px; }
  .hero-actions > .button { font-size: 14px; width: auto; min-width: 278px; padding-left: 21px; }
  .hero-actions > .text-link { font-size: 14px; }
  .hero-location { margin-top: 29px; }
  .hero-location > p { font-size: 12px; }
  .hero-visual { min-height: 0; aspect-ratio: 1.08; margin: 0 22px; border-radius: 2px; }
  .hero-image { object-position: 50% 28%; }

  .hero-visual figcaption { left: 23px; bottom: 23px; }
  .hero-visual figcaption > span { font-size: 12px; }
  .hero-visual figcaption > strong { font-size: 24px; }
  .hero-directory { grid-template-columns: 1fr 1fr; min-height: 95px; gap: 25px; padding-block: 20px; }
  .directory-title { display: none; }
  .hero-directory a { padding-block: 6px; font-size: 14px; gap: 10px; }
  .hero-directory a > i { font-size: 21px; }
  .section { padding: 69px 0; }
  .section-intro { margin-bottom: 27px; }
  .section-index { display: none; }
  .eyebrow { font-size: 12px; letter-spacing: .07em; }
  h2 { font-size: clamp(35px, 8.6vw, 48px); }
  .section-heading-row { grid-template-columns: 1fr; gap: 25px; margin-bottom: 34px; }
  .section-heading-row > p { max-width: none; justify-self: stretch; font-size: 16px; }
  .dental-layout { grid-template-columns: 1fr; gap: 43px; }
  .aligner-image { height: auto; aspect-ratio: 1.45; }
  .aligner-copy { padding: 28px 26px 33px; }
  .aligner-copy h3 { font-size: 28px; margin: 16px 0; }
  .aligner-copy .text-link { font-size: 14px; }
  .image-tag { font-size: 12px; top: 17px; left: 17px; }
  .group-count { display: block; }
  .group-heading { padding-bottom: 22px; }
  .group-heading h3 { font-size: 29px; }
  .treatment summary { padding: 21px 0; }
  .treatment-label { font-size: 21px; }
  .treatment-hint { font-size: 13px; }
  .treatment-description { padding-bottom: 25px; }
  .treatment-disclaimer { text-align: left; line-height: 1.8; margin-top: 23px; }
  .facial-section { padding: 63px 0; }
  .facial-layout { grid-template-columns: 1fr; gap: 42px; }
  .facial-intro .eyebrow { margin-bottom: 25px; }
  .facial-intro h2 { font-size: 45px; }
  .facial-intro > p:not(.eyebrow) { max-width: 100%; margin: 23px 0; }
  .facial-signature { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .about-statement { margin-top: 25px; font-size: 16px; }
  .clinic-facts { gap: 22px; padding-top: 22px; }
  .clinic-facts span { font-size: 12px; }
  .professional-bar { margin-top: 35px; padding-block: 26px; gap: 18px; }
  .professional-bar .eyebrow { font-size: 12px; }
  .professional-bar h3 { font-size: 23px; }
  .professional-bar > p { font-size: 12px; }
  .professional-bar > .text-link { margin-top: 6px; font-size: 14px; }
  .care-section { padding: 62px 0; }
  .care-layout { grid-template-columns: 1fr; gap: 39px; }
  .care-intro h2 { margin: 24px 0; font-size: 39px; }
  .care-intro .button { margin-top: 26px; }
  .care-step { grid-template-columns: 33px 1fr; gap: 18px; padding-block: 24px; }
  .care-step h3 { font-size: 24px; }
  .contact-section { padding: 64px 0 55px; }
  .contact-heading h2 { font-size: clamp(39px, 9.6vw, 60px); margin: 27px 0; }
  .contact-lede { flex-direction: column; align-items: stretch; gap: 27px; padding-bottom: 37px; }
  .contact-lede .button { min-width: 0; align-self: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-item, .contact-item:first-child, .contact-item:last-child { border-left: 0; border-top: 1px solid #ffffff2b; padding: 29px 0; margin: 0; }
  .contact-item:first-child { border-top: 0; }
  .contact-item:last-child { padding-bottom: 0; }
  .contact-item > .icon { margin-bottom: 18px; }
  .contact-phone, .contact-item h3 { font-size: 23px; }
  .contact-label { margin-bottom: 11px; }
  .contact-item p, .contact-item address { font-size: 16px; }
  .contact-item .text-link { margin-top: 20px; }
  .site-footer { padding: 32px 0 86px; }
  .footer-main { gap: 24px; padding-bottom: 25px; }
  .footer-main nav { flex-wrap: wrap; gap: 12px 23px; font-size: 13px; }
  .footer-bottom { flex-direction: column; gap: 8px; font-size: 12px; }
  .floating-contact { width: 51px; height: 51px; bottom: 18px; right: 18px; }
  .floating-label { display: none; }
  .legal-page { padding: 42px 0 62px; }
  .legal-page h1 { font-size: 37px; }
  .legal-page h2 { font-size: 26px; }
}
@media (max-width: 420px) {
  .header-cta { display: none; }
}
@media (max-width: 390px) {
  .container { width: calc(100% - 36px); }
  .header-inner { gap: 10px; }
  .brand { width: 194px; }
  .brand-name, .brand-name > svg { width: 152px; }
  .brand-name > span { font-size: 12px; }
  .header-cta { display: none; }
  .hero-copy { padding-inline: 20px; }
  .hero h1 { font-size: clamp(45px, 14vw, 55px); }
  .hero .eyebrow { font-size: 12px; }
  .hero-visual { margin-inline: 18px; }
  .hero-actions > .button { min-width: 0; width: 100%; }
  .hero-directory a { font-size: 13px; }
  .aligner-copy { padding-inline: 22px; }
  .aligner-copy h3 { font-size: 26px; }
  .treatment-label { font-size: 20px; }
  .group-count { font-size: 12px; }
  .professional-bar { grid-template-columns: 1fr; }
  .professional-bar > p { font-size: 14px; }
  .professional-bar > .text-link { grid-column: auto; }
  .care-intro h2 { font-size: 36px; }
  .care-step h3 { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.is-pending { opacity: 1; transform: none; }
}
