@layer reset, base, layout, components, responsive;

@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body, h1, h2, h3, p, figure, blockquote, dl, dd { margin: 0; }
  img, svg { display: block; max-width: 100%; }
  button, input, textarea, select { font: inherit; }
  a { color: inherit; }
}

@layer base {
  :root {
    --blue: #5f85ca;
    --blue-dark: #365d9e;
    --navy: #142f4b;
    --ink: #243746;
    --ink-soft: #566775;
    --bone: #fbf7f1;
    --white: #fffdf9;
    --sky: #e4eef9;
    --sky-deep: #c9ddf2;
    --peach: #efc7b6;
    --peach-dark: #b7644f;
    --line: rgba(20, 47, 75, .18);
    --shadow: 0 24px 60px rgba(24, 49, 72, .12);
    --shell: min(1180px, calc(100% - 48px));
    color-scheme: light;
  }
  html { background: var(--bone); }
  body {
    min-width: 320px;
    background: var(--bone);
    color: var(--ink);
    font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
  }
  h1, h2, h3 { color: var(--navy); font-weight: 650; line-height: 1.04; letter-spacing: -.035em; }
  h1 { font-size: clamp(3.25rem, 8vw, 7rem); }
  h2 { font-size: clamp(2.25rem, 5vw, 4.5rem); }
  h3 { font-size: clamp(1.4rem, 2.6vw, 2rem); }
  p { max-width: 70ch; }
  a { text-decoration-thickness: .08em; text-underline-offset: .18em; }
  a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--peach-dark); outline-offset: 4px; border-radius: 4px; }
  .shell { width: var(--shell); margin-inline: auto; }
  .eyebrow { max-width: 100%; color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .15em; line-height: 1.3; overflow-wrap: anywhere; text-transform: uppercase; }
  .lede { color: var(--ink-soft); font-size: clamp(1.12rem, 1.7vw, 1.35rem); line-height: 1.6; }
  .section { padding: clamp(78px, 10vw, 140px) 0; }
  .section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 500px); align-items: end; gap: 30px 80px; margin-bottom: 56px; }
  .section-heading .eyebrow { grid-column: 1 / -1; }
  .section-heading p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
  .skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; background: var(--navy); color: #fff; transform: translateY(-150%); }
  .skip-link:focus { transform: none; }
}

@layer layout {
  .utility { border-bottom: 1px solid rgba(255,255,255,.18); background: var(--navy); color: #fff; font-size: .78rem; font-weight: 650; letter-spacing: .03em; }
  .utility__inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .utility__inner div { display: flex; gap: 12px; align-items: center; }
  .utility a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
  .site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bone) 96%, transparent); }
  .header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
  .brand { display: flex; align-items: center; gap: 13px; color: var(--navy); text-decoration: none; }
  .brand img { width: 56px; height: 56px; border-radius: 50%; }
  .brand span { display: grid; line-height: 1.05; }
  .brand strong { font-size: 1rem; letter-spacing: .01em; }
  .brand small { margin-top: 5px; color: var(--blue-dark); font-size: .64rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
  .site-nav { display: flex; align-items: center; gap: 4px; color: var(--navy); font-size: .88rem; font-weight: 700; }
  .site-nav > a, .care-menu > summary { min-height: 44px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 22px; text-decoration: none; }
  .site-nav > a:not(.button):hover, .site-nav > a[aria-current="page"], .care-menu > summary:hover, .care-menu--active > summary { background: var(--sky); }
  .care-menu { position: relative; }
  .care-menu > summary { cursor: pointer; list-style: none; }
  .care-menu > summary::-webkit-details-marker { display: none; }
  .care-menu > summary::after { content: "+"; margin-left: 7px; color: var(--blue-dark); font-size: 1.05rem; }
  .care-menu[open] > summary::after { content: "–"; }
  .care-menu > div { position: absolute; top: calc(100% + 10px); left: 0; width: 310px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .care-menu > div a { min-height: 48px; display: flex; align-items: center; padding: 8px 12px; border-radius: 10px; text-decoration: none; }
  .care-menu > div a:hover, .care-menu > div a[aria-current="page"] { background: var(--sky); }
  .menu-button { display: none; }

  .site-footer { padding: 70px 0 26px; border-top: 1px solid var(--line); background: var(--white); }
  .footer__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr .8fr; gap: 38px; }
  .footer__grid h2 { margin-bottom: 12px; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
  .footer__grid a { min-height: 44px; display: flex; align-items: center; color: var(--ink-soft); text-decoration: none; }
  .footer__grid p { display: block; color: var(--ink-soft); }
  .footer__brand { display: flex; gap: 16px; align-items: center; color: var(--navy); }
  .footer__brand img { border-radius: 50%; }
  .footer__brand strong { display: block; }
  .footer__brand p { font-family: Georgia, serif; font-style: italic; }
  .footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }
  .footer__bottom div { display: flex; gap: 24px; }
  .footer__bottom a { min-height: 44px; display: inline-flex; align-items: center; }

  .home-hero { overflow: hidden; padding: clamp(68px, 8vw, 112px) 0 90px; background: linear-gradient(135deg, var(--bone) 0 60%, var(--sky) 60% 100%); }
  .home-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
  .home-hero__copy, .page-hero__copy { min-width: 0; }
  .home-hero__copy { position: relative; z-index: 2; }
  .home-hero h1 { margin: 24px 0 30px; }
  .home-hero h1 em { color: var(--blue-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
  .home-hero .lede { max-width: 570px; }
  .practice-portrait { position: relative; padding: 28px 0 44px 48px; }
  .practice-portrait::before { content: ""; position: absolute; inset: 0 46px 26px 0; border: 1px solid rgba(54,93,158,.28); border-radius: 24px 120px 24px 24px; background: repeating-linear-gradient(90deg, transparent 0 43px, rgba(95,133,202,.09) 43px 44px); }
  .practice-portrait__image { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; margin: 0; border-radius: 20px 100px 20px 20px; background: var(--sky-deep); box-shadow: var(--shadow); }
  .practice-portrait__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .fact-bar { position: relative; z-index: 5; margin-top: -38px; }
  .fact-bar__grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .fact-bar a { min-height: 112px; display: grid; align-content: center; padding: 20px 30px; text-decoration: none; }
  .fact-bar a + a { border-left: 1px solid var(--line); }
  .fact-bar span { color: var(--blue-dark); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .fact-bar strong { margin-top: 7px; color: var(--navy); font-size: .98rem; line-height: 1.45; }

  .care-intro { background: var(--bone); }
  .care-rail { border-top: 1px solid var(--navy); }
  .care-row { min-height: 142px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; transition: background .2s ease, padding .2s ease; }
  .care-row:hover { padding-inline: 18px; background: var(--white); }
  .care-row > span { color: var(--blue-dark); font-family: Georgia, serif; font-size: 1.2rem; }
  .care-row h3 { margin-bottom: 8px; }
  .care-row p { color: var(--ink-soft); }
  .care-row > span:last-child { font-size: 1.3rem; }

  .quote-section { padding: 110px 0; background: var(--navy); color: white; }
  .quote-section__grid { display: grid; grid-template-columns: 80px 1.15fr .85fr; align-items: start; gap: 34px; }
  .quote-mark { color: var(--peach); font-family: Georgia, serif; font-size: 8rem; line-height: .7; }
  .quote-section blockquote { max-width: 760px; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.4vw, 2.2rem); line-height: 1.55; }
  .quote-section cite { display: block; margin-top: 26px; color: var(--sky-deep); font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: .9rem; font-style: normal; font-weight: 700; }
  .quote-section figure { overflow: hidden; align-self: stretch; min-height: 370px; border-radius: 100px 18px 18px 18px; }
  .quote-section img { width: 100%; height: 100%; object-fit: cover; }

  .practice-section__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
  .practice-section figure { overflow: hidden; height: 520px; border-radius: 18px 100px 18px 18px; box-shadow: var(--shadow); }
  .practice-section img { width: 100%; height: 100%; object-fit: cover; }
  .practice-section h2 { margin: 20px 0 28px; }
  .practice-section p:not(.eyebrow) { margin-bottom: 28px; color: var(--ink-soft); font-size: 1.1rem; }

  .forms-callout { background: var(--blue); color: white; }
  .forms-callout__grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
  .forms-callout h2 { margin: 14px 0 18px; color: white; }
  .forms-callout .eyebrow { color: white; }

  .page-hero { overflow: hidden; padding: clamp(70px, 9vw, 130px) 0; background: linear-gradient(120deg, var(--bone) 0 58%, var(--sky) 58%); }
  .page-hero__grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(50px, 8vw, 115px); }
  .page-hero--no-image .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero--no-image .page-hero__copy { max-width: 900px; }
  .page-hero h1 { margin: 24px 0 30px; font-size: clamp(3.1rem, 6vw, 5.3rem); }
  .page-hero__image { overflow: hidden; width: 100%; aspect-ratio: 4 / 3; border-radius: 120px 18px 18px 18px; box-shadow: var(--shadow); }
  .page-hero__image img { width: 100%; height: 100%; object-fit: cover; }
  .page-hero__copy .button-row { margin-top: 38px; }
  .page-hero--forms .page-hero__image { display: grid; place-items: center; border-radius: 24px; background: linear-gradient(145deg, var(--navy), var(--blue-dark)); }
  .forms-visual { width: 78%; height: 78%; position: relative; }
  .forms-visual__sheet { position: absolute; display: grid; align-content: start; padding: 38px 34px; border: 1px solid rgba(20,47,75,.18); border-radius: 8px; background: var(--white); color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.3; box-shadow: 0 18px 44px rgba(8,29,49,.24); }
  .forms-visual__sheet::after { content: ""; height: 86px; margin-top: 30px; background: repeating-linear-gradient(to bottom, rgba(54,93,158,.28) 0 1px, transparent 1px 18px); }
  .forms-visual__sheet--back { inset: 4% 14% 18% 2%; transform: rotate(-9deg); }
  .forms-visual__sheet--middle { inset: 10% 2% 10% 15%; transform: rotate(8deg); }
  .forms-visual__sheet--front { inset: 17% 9% 1% 8%; align-content: center; justify-items: center; gap: 12px; padding: 28px; text-align: center; transform: rotate(-1.5deg); }
  .forms-visual__sheet--front::after { width: 78%; height: 58px; margin-top: 8px; }
  .forms-visual__sheet--front img { width: 58px; height: 58px; border-radius: 50%; }
  .forms-visual__sheet--front strong { font-size: clamp(1.35rem, 2.8vw, 2rem); font-weight: 500; }
  .forms-visual__sheet--front small { color: var(--blue-dark); font-family: "Avenir Next", "Segoe UI", sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

  .bio-section { background: var(--white); }
  .bio { display: grid; grid-template-columns: 330px 1fr; gap: clamp(55px, 8vw, 125px); padding: 70px 0; border-top: 1px solid var(--line); }
  .bio:first-child { border-top-color: var(--navy); }
  .bio__identity { position: sticky; top: 30px; align-self: start; }
  .initials { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; background: var(--blue); color: white; font-family: Georgia, serif; font-size: 1.35rem; }
  .bio__identity h2 { margin-top: 14px; font-size: clamp(2rem, 4vw, 3.5rem); }
  .bio__body { max-width: 760px; }
  .bio__body p { margin-bottom: 24px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.8; }
  .roster { position: relative; overflow: hidden; background: var(--sky); }
  .roster::after { content: "DTS"; position: absolute; right: -34px; bottom: -94px; color: rgba(54,93,158,.07); font-family: Georgia, serif; font-size: 17rem; line-height: 1; pointer-events: none; }
  .team-directory { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(430px, 1.28fr); align-items: start; gap: clamp(55px, 9vw, 130px); }
  .team-directory__intro h2 { margin: 20px 0 26px; }
  .team-directory__intro p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
  .team-directory__list { margin: 0; padding: 0; border-top: 2px solid var(--navy); list-style: none; }
  .team-directory__list li { min-height: 104px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 22px; border-bottom: 1px solid rgba(20,47,75,.26); }
  .team-directory__list li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(54,93,158,.42); border-radius: 50%; color: var(--blue-dark); font-family: Georgia, serif; font-size: .86rem; }
  .team-directory__list div { display: grid; gap: 5px; }
  .team-directory__list strong { color: var(--navy); font-size: clamp(1.08rem, 2vw, 1.35rem); line-height: 1.3; }
  .team-directory__list small { color: var(--blue-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

  .forms-section { background: var(--white); }
  .forms-section__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 130px); }
  .forms-section h2 { margin: 18px 0 24px; }
  .forms-section p:not(.eyebrow) { color: var(--ink-soft); }
  .download-list { border-top: 1px solid var(--navy); }
  .download-list a { min-height: 98px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
  .download-list a:hover { padding-inline: 14px; background: var(--sky); }
  .download-list > a > span:first-child { color: var(--blue-dark); font-family: Georgia, serif; }
  .download-list div { display: grid; }
  .download-list strong { color: var(--navy); font-size: 1.08rem; }
  .download-list small { color: var(--ink-soft); }
  .arrival { background: var(--sky); }
  .arrival__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 110px); }
  .arrival h2 { margin-top: 18px; }
  .arrival ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy); }
  .arrival li { min-height: 115px; display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); }
  .arrival li > span { color: var(--blue-dark); font-family: Georgia, serif; font-size: 1.35rem; }
  .arrival li strong { color: var(--navy); }
  .arrival li p { color: var(--ink-soft); }

  .service-details { background: var(--white); }
  .service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--navy); }
  .service-list article { min-height: 245px; display: grid; grid-template-columns: 45px 1fr; align-content: start; gap: 24px; padding: 40px 34px 35px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
  .service-list article:nth-child(even) { padding-left: 34px; padding-right: 0; border-right: 0; }
  .service-list article > span { color: var(--blue-dark); font-family: Georgia, serif; }
  .service-list h3 { margin-bottom: 14px; }
  .service-list p { color: var(--ink-soft); }
  .service-list .tooth-mark { position: absolute; right: 20px; bottom: 22px; width: 38px; fill: none; stroke: var(--sky-deep); stroke-width: 2; }
  .next-step { background: var(--sky); }
  .next-step__grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; }
  .next-step h2 { margin: 16px 0 20px; }
  .next-step p:not(.eyebrow) { color: var(--ink-soft); }

  .contact-section { background: var(--white); }
  .contact-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-card, .hours-card { padding: clamp(35px, 5vw, 64px); border: 1px solid var(--line); border-radius: 22px; }
  .contact-card { background: var(--navy); color: white; }
  .contact-card .eyebrow { color: var(--sky-deep); }
  .contact-card a { min-height: 44px; display: flex; align-items: center; margin-top: 8px; }
  .contact-card__primary { color: white; font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 650; letter-spacing: -.04em; text-decoration: none; }
  .contact-card p:not(.eyebrow) { margin: 28px 0; color: var(--sky-deep); }
  .contact-card .text-link { color: white; }
  .hours-card { background: var(--bone); }
  .hours-card dl { margin-top: 26px; }
  .hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hours-card dd { color: var(--navy); font-weight: 750; }
  .map-section { padding: 0 0 110px; background: var(--white); }
  .map-section--home { padding-top: 56px; }
  .map-section__grid { overflow: hidden; display: grid; grid-template-columns: .65fr 1.35fr; border: 1px solid var(--line); border-radius: 22px; background: var(--sky); }
  .map-section__grid > div { display: grid; align-content: center; padding: clamp(35px, 5vw, 70px); }
  .map-section h2 { margin: 18px 0 30px; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.25; }
  .map-section iframe { width: 100%; min-height: 470px; border: 0; }
}

@layer components {
  .button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
  .button { max-width: 100%; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 2px solid var(--navy); border-radius: 8px; background: var(--navy); color: white; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; white-space: normal; box-shadow: 0 10px 24px rgba(20,47,75,.12); transition: transform .2s ease, box-shadow .2s ease; }
  .button:hover { transform: translateY(-2px); box-shadow: 0 16px 28px rgba(20,47,75,.17); }
  .button--small { min-height: 44px !important; padding: 8px 17px !important; border-radius: 8px !important; }
  .button--light { border-color: white; background: white; color: var(--blue-dark); }
  .text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 750; text-decoration: none; }
  .text-link span { color: var(--peach-dark); }
  .tooth-mark { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
}

@layer responsive {
  @media (max-width: 980px) {
    :root { --shell: min(100% - 36px, 760px); }
    .utility { display: none; }
    .header__inner { min-height: 82px; }
    .menu-button { width: 52px; height: 52px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 0; border-radius: 50%; background: var(--sky); color: var(--navy); cursor: pointer; }
    .menu-button span { width: 23px; height: 2px; margin: auto; background: currentColor; }
    .menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .site-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; max-height: calc(100vh - 82px); overflow: auto; padding: 18px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
    .site-nav.is-open { display: grid; }
    .site-nav > a, .care-menu > summary { width: 100%; min-height: 52px; padding-inline: 15px; border-radius: 8px; }
    .care-menu > div { position: static; width: auto; margin: 4px 0 10px 15px; padding: 0 0 0 12px; border: 0; border-left: 2px solid var(--sky-deep); border-radius: 0; box-shadow: none; }
    .care-menu > div a { min-height: 50px; }
    .site-nav .button { margin-top: 7px; }

    .home-hero { padding-top: 64px; background: linear-gradient(160deg, var(--bone) 0 48%, var(--sky) 48%); }
    .home-hero__grid, .page-hero__grid, .practice-section__grid, .forms-section__grid, .arrival__grid, .contact-section__grid { grid-template-columns: 1fr; }
    .home-hero__copy { max-width: 700px; }
    .practice-portrait { max-width: 700px; padding-left: 48px; }
    .fact-bar { margin-top: 0; background: var(--sky); padding-bottom: 36px; }
    .fact-bar__grid { grid-template-columns: 1fr; }
    .fact-bar a + a { border-top: 1px solid var(--line); border-left: 0; }
    .section-heading { grid-template-columns: 1fr; }
    .quote-section__grid { grid-template-columns: 55px 1fr; }
    .quote-section figure { grid-column: 1 / -1; height: 380px; }
    .practice-section figure { height: 460px; }
    .forms-callout__grid, .next-step__grid { grid-template-columns: 1fr; align-items: start; }
    .page-hero { background: linear-gradient(160deg, var(--bone) 0 52%, var(--sky) 52%); }
    .bio { grid-template-columns: 1fr; }
    .bio__identity { position: static; }
    .team-directory { grid-template-columns: 1fr; gap: 46px; }
    .team-directory__intro { max-width: 620px; }
    .map-section__grid { grid-template-columns: 1fr; }
  }

  @media (max-width: 640px) {
    :root { --shell: calc(100% - 28px); }
    body { font-size: 16px; }
    .brand img { width: 48px; height: 48px; }
    .brand strong { font-size: .9rem; }
    .brand small { font-size: .58rem; }
    .section { padding: 78px 0; }
    .section-heading { margin-bottom: 38px; }
    .home-hero { padding: 54px 0 54px; }
    .home-hero h1 { max-width: 100%; font-size: clamp(3.55rem, 13vw, 4.55rem); }
    .home-hero h1 br { display: block; }
    .home-hero h1 em { display: inline-block; max-width: 100%; font-size: .92em; }
    .button-row { align-items: stretch; }
    .button-row .button { width: 100%; padding-inline: 14px; font-size: .95rem; }
    .button-row .text-link { justify-content: center; }
    .practice-portrait { margin-top: 18px; padding: 16px 0 34px 20px; }
    .practice-portrait::before { inset: 0 18px 20px 0; border-radius: 18px 76px 18px 18px; }
    .practice-portrait__image { border-radius: 14px 64px 14px 14px; }
    .fact-bar a { min-height: 98px; padding: 18px 22px; }
    .care-row { grid-template-columns: 40px 1fr; gap: 16px; padding: 28px 0; }
    .care-row > span:last-child { display: none; }
    .care-row p { font-size: .95rem; }
    .quote-section { padding: 80px 0; }
    .quote-section__grid { grid-template-columns: 1fr; }
    .quote-mark { font-size: 5rem; }
    .quote-section figure { grid-column: auto; height: 300px; min-height: 0; border-radius: 60px 14px 14px 14px; }
    .practice-section figure { height: 330px; }
    .page-hero { padding: 60px 0 78px; }
    .page-hero h1 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
    .page-hero h1 br { display: none; }
    .page-hero__image { border-radius: 72px 14px 14px 14px; }
    .bio { padding: 52px 0; gap: 36px; }
    .bio__body p { font-size: 1.02rem; }
    .forms-visual { width: 88%; height: 82%; }
    .forms-visual__sheet { padding: 28px 24px; font-size: 1rem; }
    .team-directory__list li { min-height: 92px; grid-template-columns: 44px 1fr; gap: 16px; }
    .team-directory__list li > span { width: 34px; height: 34px; }
    .forms-section__grid, .arrival__grid { gap: 44px; }
    .download-list a { grid-template-columns: 34px 1fr auto; gap: 12px; }
    .service-list { grid-template-columns: 1fr; }
    .service-list article, .service-list article:nth-child(even) { min-height: 215px; padding: 30px 12px 30px 0; border-right: 0; }
    .service-list .tooth-mark { display: none; }
    .contact-card, .hours-card { padding: 30px 24px; }
    .contact-card__primary { font-size: clamp(2rem, 11vw, 3.2rem); }
    .map-section { padding-bottom: 70px; }
    .map-section iframe { min-height: 360px; }
    .footer__grid { grid-template-columns: 1fr; }
    .footer__bottom { flex-direction: column; }
    .footer__bottom div { flex-direction: column; gap: 8px; }
  }

  @media (max-width: 350px) {
    :root { --shell: calc(100% - 24px); }
    .brand { gap: 8px; }
    .brand img { width: 44px; height: 44px; }
    .brand strong { font-size: .82rem; }
    .menu-button { width: 48px; height: 48px; }
    .home-hero h1 { font-size: 3.4rem; }
    .practice-portrait { padding-left: 16px; }
    .page-hero h1 { font-size: 2.75rem; }
  }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  }
}
