:root {
  --ink: #212529;
  --muted: #6c757d;
  --paper: #f8f9fa;
  --white: #fff;
  --sage: #a9c5e2;
  --sage-light: #e7f0f8;
  --sage-dark: #064789;
  --line: #dee2e6;
  --warm: #f1f3f5;
  --max: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
svg { width: 1.2em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #064789; outline-offset: 4px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.demo-bar { min-height: 30px; display: grid; place-items: center; padding: 5px 20px; color: #f8f9fa; background: var(--sage-dark); font-size: .72rem; letter-spacing: .04em; text-align: center; }
.site-header { position: sticky; z-index: 50; top: 0; height: 92px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; padding: 10px max(20px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid rgba(33,37,41,.1); background: rgba(248,249,250,.95); backdrop-filter: blur(12px); }
.brand { width: 180px; height: 70px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 170px; mix-blend-mode: multiply; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); }
.main-nav > a, .nav-dropdown > summary { position: relative; padding: 12px 0; font-size: .88rem; font-weight: 600; text-decoration: none; }
.main-nav > a::after, .nav-dropdown > summary::after { content: ''; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--sage-dark); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a[aria-current]::after, .nav-dropdown > summary:hover::after, .nav-dropdown[open] > summary::after, .nav-dropdown[data-active] > summary::after { transform: scaleX(1); transform-origin: left; }
.nav-dropdown { position: relative; }
.nav-dropdown > summary { display: flex; align-items: center; gap: 8px; cursor: pointer; list-style: none; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary > span { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.nav-dropdown[open] > summary > span { transform: translateY(2px) rotate(225deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 14px); left: 50%; width: 310px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 22px 55px rgba(33,37,41,.14); transform: translateX(-50%); }
.nav-dropdown-menu a { display: block; padding: 9px 12px; border-radius: 5px; color: var(--muted); font-size: .79rem; line-height: 1.3; text-decoration: none; }
.nav-dropdown-menu a:hover, .nav-dropdown-menu a:focus-visible { color: var(--ink); background: var(--sage-light); }
.nav-dropdown-menu .all-treatments { margin-bottom: 6px; padding-bottom: 12px; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--sage-dark); font-weight: 750; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 999px; color: var(--white); background: var(--ink); font-size: .85rem; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; }

.eyebrow { margin: 0 0 14px; color: var(--sage-dark); font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(3.2rem, 7vw, 6.7rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.3vw, 4.6rem); }
h1 em, h2 em { color: var(--sage-dark); font-weight: 400; }
.section { padding-block: clamp(76px, 10vw, 132px); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 24px; border: 1px solid var(--sage-dark); border-radius: 999px; color: #fff; background: var(--sage-dark); font-size: .83rem; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: #043666; transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button-light:hover { background: var(--sage-light); }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .84rem; font-weight: 750; text-decoration: none; }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(5px); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding-block: 70px 90px; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 { max-width: 760px; }
.hero-lead { max-width: 600px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 15px 35px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.tooth-art { position: relative; min-height: 510px; margin: 0; overflow: hidden; border-radius: 48% 48% 30% 30% / 24% 24% 12% 12%; background: var(--sage-light); }
.tooth-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.art-label { position: absolute; z-index: 3; right: 28px; bottom: 26px; display: flex; flex-direction: column; padding: 14px 18px; border-radius: 12px; background: rgba(255,255,255,.78); backdrop-filter: blur(8px); }
.art-label b { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.art-label small { color: var(--muted); }
.art-label a { text-decoration-thickness: 1px; text-underline-offset: 2px; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 104px; padding: 20px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip b { color: #527ba5; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.trust-strip span { font-size: .82rem; font-weight: 700; }
.section-heading { display: grid; grid-template-columns: 1.2fr .6fr; align-items: end; gap: 60px; margin-bottom: 62px; }
.section-heading h2 { max-width: 790px; margin: 0; }
.section-heading > p { color: var(--muted); }
.treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.treatment-card { min-height: 350px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 3px; background: rgba(255,255,255,.58); text-decoration: none; transition: transform .25s, background .25s, border-color .25s; }
.treatment-card:hover { z-index: 2; border-color: var(--sage); background: var(--white); transform: translateY(-7px); }
.treatment-card > span { margin-bottom: 44px; color: #527ba5; font-family: var(--serif); font-size: 1.35rem; }
.treatment-card h3 { margin-bottom: 16px; font-family: var(--serif); font-size: 1.75rem; font-weight: 400; line-height: 1.1; }
.treatment-card p { color: var(--muted); font-size: .9rem; }
.treatment-card b { display: flex; align-items: center; gap: 8px; margin-top: auto; font-size: .72rem; }
.treatment-card b svg { width: 18px; }
.profile-section { background: var(--warm); }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 10vw, 140px); }
.portrait-placeholder { position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; overflow: hidden; background: var(--sage); }
.portrait-placeholder > span { color: rgba(255,255,255,.55); font-family: var(--serif); font-size: clamp(6rem, 14vw, 12rem); line-height: .8; }
.portrait-placeholder svg { position: absolute; width: 100%; top: 48%; left: 0; stroke: rgba(255,255,255,.75); }
.portrait-placeholder small { position: relative; z-index: 2; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-copy { max-width: 650px; }
.profile-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.approach-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; padding-inline: clamp(30px, 8vw, 110px); color: #f8f9fa; background: var(--sage-dark); }
.approach-grid .eyebrow { color: #c8dcef; }
.approach-grid h2 { margin: 0; }
.approach-grid > div:last-child { align-self: end; }
.approach-grid > div:last-child p { color: #dee2e6; }
.tech-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.tech-image { padding: 32px; background: #fff; box-shadow: 0 30px 80px rgba(33,37,41,.08); }

.contact-band { color: var(--ink); background: var(--sage); }
.contact-band > .wrap { min-height: 360px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 80px; padding-block: 65px; }
.contact-band h2 { margin-bottom: 16px; }
.contact-band .eyebrow { color: var(--ink); }
.contact-band-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.contact-band-actions > a:not(.button) { display: inline-flex; align-items: center; gap: 10px; font-size: .83rem; font-weight: 750; text-decoration: none; }
.site-footer { padding: 70px max(20px, calc((100vw - var(--max)) / 2)) 25px; color: #f1f3f5; background: #212529; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr .8fr 1.2fr; gap: 60px; }
.footer-logo { width: 155px; margin-bottom: 20px; filter: grayscale(1) invert(1); mix-blend-mode: screen; }
.footer-main h2 { margin-bottom: 18px; font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-main p, .footer-main a { display: block; margin-bottom: 8px; color: #adb5bd; font-size: .8rem; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid #495057; color: #868e96; font-size: .68rem; }
.mobile-actions { display: none; }

.page-hero { min-height: 500px; display: flex; flex-direction: column; justify-content: center; padding-block: 80px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; }
.page-hero > p:last-child { max-width: 600px; color: var(--muted); font-size: 1.1rem; }
.treatments-photo { position: relative; height: clamp(320px, 42vw, 560px); margin: 0 0 70px; overflow: hidden; }
.treatments-photo img { width: 100%; height: 100%; object-fit: cover; }
.treatments-photo figcaption { position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; color: var(--muted); background: rgba(255,255,255,.88); font-size: .68rem; }
.treatments-photo a { text-underline-offset: 2px; }
.treatment-grid-full { grid-template-columns: repeat(2, 1fr); }
.treatment-grid-full .treatment-card { min-height: 320px; }
.medical-note { padding: 18px 22px; border-left: 3px solid var(--sage); color: var(--muted); background: rgba(255,255,255,.55); font-size: .82rem; }
.treatment-grid-full + .medical-note { margin-top: 40px; }
.treatment-hero { min-height: 520px; display: grid; grid-template-columns: .3fr 1.7fr; align-items: center; gap: 70px; padding-block: 75px; border-bottom: 1px solid var(--line); }
.page-number { align-self: start; margin-top: 55px; color: #527ba5; font-family: var(--serif); font-size: clamp(4rem, 9vw, 9rem); }
.treatment-hero h1 { max-width: 950px; }
.treatment-hero > div:last-child > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.article-section { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 10vw, 140px); padding-block: 110px; }
.article-copy h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.article-copy > p { max-width: 640px; color: var(--muted); font-size: 1.03rem; }
.first-step { margin-top: 50px; padding: 24px 26px; border-left: 3px solid var(--sage-dark); background: var(--sage-light); }
.first-step span { display: block; margin-bottom: 8px; font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.first-step p { margin: 0; }
.service-list { padding: 38px; color: #fff; background: var(--sage-dark); }
.service-list > p { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.25); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-list ul { margin: 0; padding: 0; list-style: none; }
.service-list li { position: relative; padding: 16px 0 16px 28px; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--serif); font-size: 1.15rem; }
.service-list li::before { content: '—'; position: absolute; left: 0; color: #c8dcef; }
.treatment-pager { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 110px; border-block: 1px solid var(--line); }
.treatment-pager a { display: flex; flex-direction: column; padding: 25px 0; text-decoration: none; }
.treatment-pager a:last-child { align-items: flex-end; border-left: 1px solid var(--line); }
.treatment-pager small { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.treatment-pager span { font-family: var(--serif); font-size: 1.05rem; }

.approach-hero { position: relative; }
.approach-hero::after { content: ''; position: absolute; right: 4%; width: 250px; height: 250px; border: 1px solid var(--sage); border-radius: 50%; box-shadow: 0 0 0 55px var(--sage-light); opacity: .7; }
.approach-hero > * { position: relative; z-index: 1; }
.editorial-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 100px; }
.big-index { color: #527ba5; font-family: var(--serif); font-size: 5rem; line-height: 1; }
.rich-copy { max-width: 700px; }
.rich-copy > p { color: var(--muted); font-size: 1.08rem; }
.materials-section { padding-block: 110px; background: var(--sage-light); }
.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #ced4da; }
.material-grid article { min-height: 300px; padding: 35px; border-right: 1px solid #ced4da; }
.material-grid article:last-child { border: 0; }
.material-grid span { color: #527ba5; font-family: var(--serif); font-size: 1.4rem; }
.material-grid h3 { margin: 80px 0 12px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.material-grid p { color: var(--muted); font-size: .9rem; }
.zirconia-feature { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.zirconia-feature img { max-height: 430px; margin-inline: auto; object-fit: contain; }

.doctor-layout { display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: 100px; }
.doctor-monogram { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: 40px; background: var(--sage); }
.doctor-monogram > span { color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 15rem; line-height: .8; }
.doctor-monogram small { font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.technology-section { padding-block: 110px; background: var(--warm); }
.technology-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.technology-layout figure { margin: 0; padding: 30px; background: #fff; }
.technology-layout figcaption { margin-top: 15px; color: var(--muted); font-size: .7rem; }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.values-row article { min-height: 230px; padding: 35px; background: var(--sage-light); }
.values-row span { color: var(--sage-dark); font-family: var(--serif); font-size: 1.3rem; }
.values-row h3 { margin-top: 55px; margin-bottom: 8px; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.values-row p { color: var(--muted); font-size: .85rem; }

.contact-hero { min-height: 510px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; border-bottom: 1px solid var(--line); }
.contact-hero h1 { margin-bottom: 20px; }
.contact-hero > div:first-child > p:last-child { max-width: 500px; color: var(--muted); }
.contact-primary { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.contact-primary > a { display: flex; align-items: center; gap: 20px; padding: 25px 8px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-primary svg { width: 25px; color: var(--sage-dark); }
.contact-primary span { display: flex; flex-direction: column; font-family: var(--serif); font-size: 1.3rem; }
.contact-primary small { color: var(--muted); font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.address-card { position: relative; padding: 50px; overflow: hidden; background: var(--sage-light); }
.map-pin { position: absolute; right: -30px; bottom: -45px; color: rgba(6,71,137,.12); }
.map-pin svg { width: 250px; }
.address-card > *:not(.map-pin) { position: relative; z-index: 1; }
.address-card h2 { font-size: clamp(2rem, 3.7vw, 3.8rem); }
.address-card .button { margin-top: 30px; }
.hours dl { margin: 0; }
.hours dl > div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.hours dt { font-weight: 650; }
.hours dd { margin: 0; color: var(--muted); text-align: right; }
.contact-note { margin-bottom: 110px; padding: 20px 24px; border: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.contact-note p { margin: 0; }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; }
  .brand { width: 150px; height: 58px; }
  .brand img { width: 145px; }
  .menu-toggle { position: relative; z-index: 60; width: 48px; height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; background: transparent; }
  .menu-toggle > span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 100% 0 auto; max-height: calc(100vh - 78px); display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; padding: 22px 25px 35px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 20px 40px rgba(33,37,41,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .nav-dropdown > summary { padding: 15px 5px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
  .nav-dropdown > summary { justify-content: space-between; }
  .nav-dropdown-menu { position: static; width: 100%; padding: 7px 12px 12px; border: 0; border-radius: 0; background: var(--sage-light); box-shadow: none; transform: none; }
  .nav-dropdown-menu a { padding: 9px 5px; font-size: .83rem; }
  .nav-dropdown-menu .all-treatments { margin-bottom: 4px; }
  .header-phone { display: none; }
  .hero { grid-template-columns: 1fr 330px; gap: 30px; }
  .tooth-art { min-height: 430px; }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .profile-grid, .tech-card, .editorial-grid, .doctor-layout, .technology-layout { gap: 55px; }
  .article-section, .zirconia-feature { gap: 55px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 65px; }
  .wrap { width: min(calc(100% - 30px), var(--max)); }
  .demo-bar { min-height: 38px; font-size: .65rem; line-height: 1.3; }
  .site-header { top: 0; padding-inline: 15px; }
  h1 { font-size: clamp(2.65rem, 11.5vw, 4.2rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .section { padding-block: 75px; }
  .hero { min-width: 0; min-height: auto; grid-template-columns: 1fr; padding-block: 60px; }
  .hero-copy, .tooth-art { min-width: 0; width: 100%; }
  .hero h1 br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-meta { align-items: flex-start; flex-direction: column; }
  .tooth-art { min-height: 420px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { justify-content: flex-start; min-height: 74px; padding-inline: 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading, .profile-grid, .approach-grid, .tech-card, .contact-band > .wrap, .article-section, .editorial-grid, .zirconia-feature, .doctor-layout, .technology-layout, .contact-hero, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { margin-bottom: 40px; }
  .treatment-grid, .treatment-grid-full, .material-grid, .values-row { grid-template-columns: 1fr; }
  .treatment-card { min-height: 300px; }
  .profile-section { padding-top: 0; }
  .portrait-placeholder, .doctor-monogram { min-height: 390px; }
  .approach-grid { width: 100%; padding: 65px 25px; }
  .tech-card { padding-top: 75px; }
  .contact-band > .wrap { min-height: auto; padding-block: 70px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-bottom: 45px; }
  .mobile-actions { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; height: 65px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--ink); box-shadow: 0 -6px 20px rgba(0,0,0,.16); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; border-right: 1px solid #495057; font-size: .76rem; font-weight: 750; text-decoration: none; }
  .page-hero { min-height: 430px; }
  .page-hero h1 br { display: none; }
  .treatment-hero { min-height: auto; grid-template-columns: 1fr; gap: 15px; padding-block: 60px; }
  .page-number { margin: 0; font-size: 3.5rem; }
  .article-section { padding-block: 75px; }
  .service-list { padding: 28px; }
  .treatment-pager { margin-bottom: 75px; }
  .treatment-pager span { font-size: .84rem; }
  .approach-hero::after { width: 110px; height: 110px; right: 10px; bottom: 45px; box-shadow: 0 0 0 24px var(--sage-light); }
  .material-grid { border: 0; }
  .material-grid article { min-height: 240px; border: 1px solid #ced4da; border-bottom: 0; }
  .material-grid article:last-child { border: 1px solid #ced4da; }
  .material-grid h3 { margin-top: 50px; }
  .doctor-monogram > span { font-size: 11rem; }
  .contact-hero { padding-block: 60px; }
  .contact-primary span { font-size: 1rem; overflow-wrap: anywhere; }
  .address-card { padding: 35px 28px; }
  .hours dl > div { grid-template-columns: .8fr 1.4fr; }
}

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