:root {
  color-scheme: light;
  --ink: #19343b;
  --ink-soft: #38535a;
  --muted: #60757b;
  --brand: #087f93;
  --brand-deep: #075d6e;
  --brand-bright: #22a8c7;
  --brand-pale: #e6f3f4;
  --brand-wash: #f2f8f7;
  --paper: #fcfbf8;
  --white: #fff;
  --sand: #f1ede5;
  --line: #d9e4e2;
  --line-dark: #b9cac9;
  --display: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --body: 'Aptos', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --container: 1160px;
  --header-height: 78px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
a:hover { color: var(--brand-deep); }
button { color: inherit; }

:focus-visible {
  outline: 3px solid var(--brand-deep);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px var(--paper);
  border-radius: 2px;
}
.appointment-cta :focus-visible, .site-footer :focus-visible {
  outline-color: #c9eef1;
  box-shadow: 0 0 0 7px var(--brand-deep);
}

::selection { color: var(--ink); background: #bce7ec; }

.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  transform: translateY(-160%);
  color: var(--white);
  background: var(--brand-deep);
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-weight: 500; }
h1, h2 { font-family: var(--display); letter-spacing: -0.035em; }
h1 { font-size: clamp(3.3rem, 5.5vw, 5.65rem); line-height: 0.99; max-width: 12ch; margin-bottom: 25px; }
h2 { font-size: clamp(2.35rem, 3.7vw, 3.6rem); line-height: 1.08; max-width: 17ch; margin-bottom: 22px; }
h3 { font-size: 1.26rem; line-height: 1.28; margin-bottom: 10px; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow-rule { width: 27px; height: 1px; background: var(--brand); }
.eyebrow-light { color: #c9eef1; }
.eyebrow-light .eyebrow-rule { background: #9bdce4; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-deep);
  font-weight: 650;
  font-size: 0.94rem;
  text-decoration: none;
  transition: gap 180ms ease, color 180ms ease;
}
.text-link:hover { gap: 15px; color: var(--ink); }
.text-link span { font-size: 1.05em; }

.button {
  display: inline-flex;
  min-height: 54px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 13px 20px;
  border: 1px solid var(--brand);
  border-radius: 3px;
  background: var(--brand);
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover { color: var(--white); background: var(--brand-deep); border-color: var(--brand-deep); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 10px 14px; font-size: 0.83rem; }
.button-outline { color: var(--brand-deep); background: transparent; }
.button-outline:hover { color: var(--white); }
.button-light { border-color: #e9f6f6; color: var(--ink); background: #e9f6f6; }
.button-light:hover { border-color: var(--white); color: var(--ink); background: var(--white); }

/* Header and navigation */
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(217, 228, 226, 0.9);
  background: rgba(252, 251, 248, 0.96);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(1380px, calc(100% - 64px));
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-inline: auto;
}
.brand-lockup { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; text-decoration: none; }
.brand-asset-slot {
  display: grid;
  width: 52px;
  height: 48px;
  place-items: center;
  border: 1px dashed var(--line-dark);
  color: var(--muted);
  background: var(--brand-wash);
  text-align: center;
  transition: border-color 180ms ease, background 180ms ease;
}
.brand-asset-slot:hover { border-color: var(--brand); background: var(--brand-pale); }
.asset-slot-caption { font-size: 0.49rem; font-weight: 600; line-height: 1.15; letter-spacing: 0.01em; }
.brand-words { display: grid; gap: 0; }
.brand-name { color: var(--brand-deep); font-size: 1.02rem; font-weight: 750; letter-spacing: 0.055em; line-height: 1.2; text-transform: uppercase; }
.brand-tagline { color: var(--muted); font-family: var(--display); font-size: 0.9rem; line-height: 1.25; }
.nav-panel { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); }
.primary-nav { display: flex; align-items: center; gap: clamp(15px, 1.8vw, 26px); }
.primary-nav a {
  position: relative;
  padding-block: 9px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.primary-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; content: ''; transform: scaleX(0); transform-origin: left; background: var(--brand); transition: transform 180ms ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.primary-nav a[aria-current="page"] { color: var(--brand-deep); }
.menu-toggle { display: none; }

/* Homepage hero */
.home-hero { position: relative; overflow: hidden; padding: 76px 0 54px; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr); align-items: center; gap: clamp(45px, 7vw, 105px); }
.hero-copy { padding-block: 32px 56px; }
.hero-copy h1 { max-width: 10.8ch; }
.hero-intro { max-width: 57ch; margin-bottom: 30px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.55vw, 1.26rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 0; margin-top: 43px; color: var(--muted); font-size: 0.75rem; }
.hero-trust span { padding-inline: 14px; border-left: 1px solid var(--line-dark); }
.hero-trust span:first-child { padding-left: 0; border-left: 0; }
.hero-visual { min-width: 0; }
.hero-bottom-line { display: flex; justify-content: space-between; width: min(var(--container), calc(100% - 64px)); margin: 58px auto 0; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; }

.jaw-artwork {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--brand-wash);
}
.jaw-artwork::before { position: absolute; inset: 24px; border: 1px solid rgba(8, 127, 147, 0.12); content: ''; }
.jaw-artwork svg { position: absolute; inset: 2% 5% 4%; width: 90%; height: 92%; }
.artwork-guide { stroke: #c3d9d8; stroke-width: 1; stroke-dasharray: 3 8; }
.artwork-profile, .artwork-jaw, .artwork-ear, .artwork-neck, .artwork-collar { stroke: var(--brand-deep); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.artwork-jaw { stroke: var(--brand); stroke-width: 2; }
.artwork-joint-halo { fill: rgba(34, 168, 199, 0.1); stroke: rgba(8, 127, 147, 0.25); stroke-width: 1; }
.artwork-joint { fill: var(--brand); }
.artwork-callout { stroke: #6f969a; stroke-width: 1; }
.artwork-endpoint { fill: var(--brand-bright); }
.artwork-kicker, .artwork-label { position: absolute; z-index: 1; padding: 6px 9px; color: var(--ink-soft); background: var(--brand-wash); font-size: 0.7rem; letter-spacing: 0.04em; }
.artwork-kicker { top: 45px; left: 45px; display: flex; align-items: center; gap: 9px; text-transform: uppercase; }
.artwork-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.artwork-label { right: 35px; }
.artwork-label-top { top: 39%; color: var(--brand-deep); }
.artwork-label-bottom { bottom: 36px; left: 38px; max-width: 170px; color: var(--muted); }

.credential-band { border-block: 1px solid var(--line); background: #f7f8f4; }
.credential-inner { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); align-items: center; gap: 28px; min-height: 100px; }
.credential-label { margin: 0; color: var(--muted); font-size: 0.76rem; letter-spacing: 0.03em; }
.credential-inner > div { display: grid; gap: 3px; padding-left: 22px; border-left: 1px solid var(--line-dark); }
.credential-inner strong { color: var(--brand-deep); font-size: 0.88rem; letter-spacing: 0.06em; }
.credential-inner span { color: var(--muted); font-size: 0.69rem; line-height: 1.4; }

/* Shared sections */
.section { padding-block: 104px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-lead { max-width: 40ch; margin: 0 0 4px; color: var(--muted); font-size: 0.98rem; }
.section-conditions { padding-top: 112px; }
.condition-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.condition-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: 25px 28px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-decoration: none;
  transition: background 200ms ease;
}
.condition-card::before { position: absolute; top: -1px; right: 100%; left: 0; height: 2px; content: ''; background: var(--brand); transition: right 220ms ease; }
.condition-card:hover { color: var(--ink); background: #f4f8f6; }
.condition-card:hover::before { right: 0; }
.condition-card h3 { max-width: 18ch; margin: 28px 0 9px; font-size: 1.22rem; }
.condition-card p { max-width: 34ch; margin-bottom: 18px; color: var(--muted); font-size: 0.88rem; }
.card-number { color: var(--brand); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; }
.card-arrow { position: absolute; right: 25px; bottom: 23px; color: var(--brand); transition: transform 180ms ease; }
.condition-card:hover .card-arrow { transform: translate(3px, -3px); }
.section-end-link { display: flex; justify-content: flex-end; margin-top: 24px; }

.intro-section { padding-block: 112px; background: var(--sand); }
.intro-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 55px; }
.intro-aside { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.intro-aside-mark { color: rgba(8, 127, 147, 0.34); font-family: var(--display); font-size: clamp(4rem, 9vw, 7rem); line-height: 1; }
.intro-main { max-width: 760px; }
.intro-main h2 { max-width: 16ch; }
.intro-large { max-width: 48ch; margin-bottom: 18px; color: var(--ink); font-size: 1.22rem; line-height: 1.6; }
.intro-main > p:not(.intro-large) { max-width: 67ch; margin-bottom: 24px; color: var(--ink-soft); }

.journey-section { background: #f5f8f7; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.journey-step { position: relative; padding: 30px 30px 15px 0; }
.journey-step + .journey-step { padding-left: 30px; border-left: 1px solid var(--line); }
.step-number { display: block; margin-bottom: 24px; color: var(--brand); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.11em; }
.journey-step h3 { font-family: var(--display); font-size: 1.55rem; font-weight: 500; }
.journey-step p { max-width: 34ch; color: var(--muted); font-size: 0.9rem; }
.journey-note { margin-top: 28px; color: var(--muted); font-size: 0.77rem; }

.approach-section { background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 90px; }
.approach-copy h2 { max-width: 12ch; }
.approach-copy > p:not(.eyebrow) { max-width: 48ch; margin-bottom: 28px; color: var(--ink-soft); }
.approach-list { border-top: 1px solid var(--line-dark); }
.approach-list > div { display: grid; grid-template-columns: 42px minmax(150px, 0.8fr) 1fr; align-items: baseline; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.approach-list > div > span:first-child { color: var(--brand); font-size: 0.68rem; }
.approach-list strong { font-size: 0.93rem; font-weight: 650; }
.approach-list > div > span:last-child { color: var(--muted); font-size: 0.78rem; }

.practitioner-section { background: var(--brand-wash); }
.practitioner-grid { display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 90px; }
.portrait-placeholder { position: relative; min-height: 490px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0; padding: 34px; border: 1px solid var(--line); background: #eaf2ef; text-align: center; }
.placeholder-label { position: absolute; top: 18px; left: 18px; padding: 4px 8px; border: 1px solid var(--line-dark); background: rgba(252, 251, 248, 0.75); color: var(--muted); font-size: 0.64rem; font-weight: 600; letter-spacing: 0.055em; text-transform: uppercase; }
.placeholder-frame { width: min(220px, 70%); aspect-ratio: 0.78; margin-bottom: 20px; border: 1px dashed #9eb8b7; background: rgba(252, 251, 248, 0.35); }
.placeholder-frame::before, .placeholder-frame::after { display: block; height: 1px; margin: 50% -18% 0; background: rgba(8, 127, 147, 0.2); content: ''; transform: rotate(54deg); }
.placeholder-frame::after { margin-top: -1px; transform: rotate(-54deg); }
.portrait-placeholder figcaption { max-width: 34ch; color: var(--muted); font-size: 0.75rem; }
.practitioner-copy { max-width: 570px; }
.practitioner-copy h2 { margin-bottom: 8px; }
.practitioner-role { margin-bottom: 24px; color: var(--brand-deep); font-family: var(--display); font-size: 1.25rem; }
.practitioner-copy > p:not(.eyebrow, .practitioner-role) { color: var(--ink-soft); }
.practitioner-copy .text-link { margin-top: 12px; }
.credentials-inline { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.credentials-inline span { padding: 5px 9px; border: 1px solid var(--line-dark); color: var(--brand-deep); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; }

.knowledge-section { border-block: 1px solid var(--line); }
.knowledge-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 110px; align-items: center; }
.knowledge-grid h2 { max-width: 12ch; }
.knowledge-grid > div:first-child > p:last-child { max-width: 53ch; color: var(--muted); }
.knowledge-links { border-top: 1px solid var(--line-dark); }
.knowledge-links a { display: grid; gap: 4px; padding: 17px 0 19px; border-bottom: 1px solid var(--line); text-decoration: none; }
.knowledge-links a > span { color: var(--muted); font-size: 0.71rem; text-transform: uppercase; letter-spacing: 0.07em; }
.knowledge-links strong { display: flex; justify-content: space-between; color: var(--brand-deep); font-size: 1rem; font-weight: 650; }

.faq-section { background: #f6f7f4; }
.faq-grid { display: grid; grid-template-columns: 0.68fr 1.32fr; gap: 88px; }
.faq-intro p:not(.eyebrow) { max-width: 34ch; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 19px 0; cursor: pointer; list-style: none; font-size: 0.99rem; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { color: var(--brand); font-size: 1.4rem; font-weight: 400; transition: transform 160ms ease; }
.faq-item[open] summary > span { transform: rotate(45deg); }
.faq-item p { max-width: 68ch; margin: -2px 32px 21px 0; color: var(--muted); font-size: 0.91rem; }

.locations-section { padding-bottom: 112px; }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); }
.location-card { position: relative; display: flex; min-height: 240px; flex-direction: column; padding: 27px 32px 26px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.location-card + .location-card { padding-left: 32px; border-left: 1px solid var(--line); }
.location-index { display: flex; justify-content: space-between; color: var(--brand); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.1em; }
.location-card > strong { margin-top: 30px; color: var(--ink); font-family: var(--display); font-size: 1.75rem; font-weight: 500; }
.location-address { display: grid; margin-top: 7px; color: var(--muted); font-size: 0.9rem; line-height: 1.5; }
.location-link { display: flex; gap: 10px; margin-top: auto; padding-top: 17px; color: var(--brand-deep); font-size: 0.83rem; font-weight: 650; }
.location-card:hover .location-link { gap: 15px; }
.referral-note { margin-top: 28px; color: var(--muted); font-size: 0.84rem; }
.referral-note a { color: var(--brand-deep); font-weight: 600; }

/* Page interior */
.page-hero { padding: 26px 0 85px; border-bottom: 1px solid var(--line); background: #f5f8f7; }
.page-hero-inner { position: relative; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 65px; color: var(--muted); font-size: 0.72rem; }
.breadcrumbs a { color: var(--brand-deep); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-hero-copy { max-width: 810px; }
.page-hero-copy h1 { max-width: 13ch; font-size: clamp(3rem, 5.2vw, 5rem); }
.page-intro { max-width: 64ch; margin-bottom: 0; color: var(--ink-soft); font-size: clamp(1.07rem, 1.5vw, 1.22rem); line-height: 1.65; }
.page-hero-copy .hero-actions { margin-top: 30px; }
.contact-quick-links { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 24px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.82rem; }
.contact-quick-links > span { color: var(--muted); }
.contact-quick-links a { color: var(--brand-deep); font-weight: 650; text-decoration: none; }
.page-toc { display: flex; overflow-x: auto; align-items: center; gap: 22px; padding-block: 17px; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.page-toc > span { color: var(--muted); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.page-toc a { color: var(--brand-deep); font-size: 0.78rem; text-decoration: none; white-space: nowrap; }
.page-toc a:hover { text-decoration: underline; }
.content-layout { padding-block: 22px 100px; }
.content-section { display: grid; grid-template-columns: 0.3fr 1.7fr; gap: 45px; padding-block: 55px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.content-section-marker { color: var(--brand); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.11em; }
.content-section-body { max-width: 790px; }
.content-section-body h2 { margin-bottom: 20px; font-size: clamp(1.8rem, 2.65vw, 2.65rem); }
.content-section-body > p { max-width: 73ch; margin-bottom: 17px; color: var(--ink-soft); font-size: 0.99rem; }
.editorial-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.editorial-list li { position: relative; max-width: 75ch; padding-left: 22px; color: var(--ink-soft); }
.editorial-list li::before { position: absolute; top: 0.83em; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-bright); content: ''; }
.inline-links { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 25px; }
.content-note { margin-top: 30px; padding: 15px 18px; border-left: 2px solid var(--brand); background: var(--brand-wash); color: var(--muted); font-size: 0.82rem; }
.content-note a { color: var(--brand-deep); font-weight: 600; }

.contact-locations { padding-top: 75px; }
.clinic-detail-section { padding-top: 20px; }
.clinic-detail-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 70px; }
.clinic-detail-copy { padding-block: 38px; }
.clinic-detail-copy h2 { margin-bottom: 22px; }
.clinic-detail-copy address { display: grid; margin-bottom: 16px; color: var(--ink-soft); font-size: 1.05rem; font-style: normal; line-height: 1.6; }
.clinic-note { max-width: 45ch; color: var(--muted); font-size: 0.84rem; }
.clinic-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.clinic-map-placeholder { position: relative; display: flex; min-height: 330px; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 24px; border: 1px solid var(--line); background: #edf3ef; }
.clinic-map-placeholder .placeholder-label { z-index: 2; }
.clinic-map-placeholder p { position: relative; z-index: 2; max-width: 28ch; margin-bottom: 0; color: var(--muted); font-size: 0.74rem; }
.map-lines { position: absolute; inset: 0; overflow: hidden; opacity: 0.65; }
.map-lines::before, .map-lines::after, .map-lines span { position: absolute; content: ''; }
.map-lines::before { top: 20%; left: -15%; width: 130%; height: 20%; border: 1px solid #a3c5c0; border-radius: 50%; transform: rotate(-19deg); }
.map-lines::after { top: 42%; left: -10%; width: 125%; height: 13%; border: 1px solid #adcac5; border-radius: 50%; transform: rotate(18deg); }
.map-lines span:nth-child(1) { top: -15%; left: 25%; width: 18%; height: 120%; border: 1px solid #c1d4cc; transform: rotate(27deg); }
.map-lines span:nth-child(2) { top: -15%; right: 17%; width: 16%; height: 120%; border: 1px solid #c1d4cc; transform: rotate(-32deg); }
.map-lines span:nth-child(3) { top: 58%; left: -8%; width: 120%; height: 1px; background: #bfd2cb; transform: rotate(-14deg); }
.map-lines i { position: absolute; top: 48%; left: 51%; width: 16px; height: 16px; border: 5px solid var(--brand); border-radius: 50%; background: var(--white); box-shadow: 0 0 0 8px rgba(8, 127, 147, 0.12); }
.contact-form-container, .clinic-form-container { padding-block: 0 90px; }
.contact-form-wrap { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 70px; padding: 48px; border: 1px solid var(--line); background: #f7f8f4; }
.contact-form-intro h2 { font-size: 2.5rem; }
.contact-form-intro p:not(.eyebrow) { color: var(--ink-soft); font-size: 0.91rem; }
.contact-form-intro .form-note { color: var(--muted); font-size: 0.75rem; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 20px; }
.form-field { display: grid; gap: 6px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: 0.78rem; font-weight: 650; }
.form-field label > span:first-child { color: var(--brand-deep); }
.form-field .optional { color: var(--muted); font-weight: 400; }
.form-field input, .form-field textarea { width: 100%; min-height: 46px; border: 1px solid var(--line-dark); border-radius: 2px; padding: 10px 12px; color: var(--ink); background: var(--white); }
.form-field textarea { min-height: 138px; resize: vertical; }
  .form-field input:focus-visible, .form-field textarea:focus-visible { border-color: var(--brand); outline-color: var(--brand-deep); }
.form-submit { justify-self: start; margin-top: 2px; cursor: pointer; }
.referral-strip { padding-block: 65px; background: var(--brand-pale); }
.referral-strip-inner { display: grid; grid-template-columns: 0.8fr 1.1fr 0.7fr; align-items: center; gap: 45px; }
.referral-strip h2 { margin: 0; font-size: 2.15rem; }
.referral-strip-inner > p { margin: 0; color: var(--ink-soft); }
.referral-strip .text-link { justify-self: end; }
.not-found { min-height: 55vh; padding-block: 110px; }
.not-found h1 { max-width: 15ch; }
.not-found > p:not(.eyebrow) { max-width: 45ch; margin-bottom: 25px; color: var(--muted); }

/* Closing call to action and footer */
.appointment-cta { padding-block: 78px; color: var(--white); background: var(--brand-deep); }
.appointment-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.appointment-cta h2 { max-width: 14ch; margin-bottom: 12px; color: var(--white); font-size: clamp(2.45rem, 3.4vw, 3.5rem); }
.appointment-cta p:not(.eyebrow) { max-width: 56ch; margin-bottom: 0; color: #d1e4e5; }
.appointment-actions { display: grid; justify-items: start; gap: 14px; flex: 0 0 auto; }
.cta-phone { color: #d1e4e5; font-size: 0.84rem; text-decoration: none; }
.cta-phone:hover { color: var(--white); }
.site-footer { color: #dce8e8; background: #163b43; }
.footer-main { display: grid; grid-template-columns: 1.25fr 0.72fr 0.8fr 1fr; gap: 54px; padding-block: 66px 58px; }
.footer-brand { display: inline-grid; gap: 1px; margin-bottom: 14px; color: var(--white); font-size: 0.9rem; font-weight: 750; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.footer-brand span { color: #b9d4d6; font-family: var(--display); font-size: 0.83rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.footer-intro p { max-width: 34ch; margin-bottom: 17px; color: #bad0d2; font-size: 0.82rem; }
.footer-contact-link { display: table; margin-top: 7px; color: var(--white); font-size: 0.83rem; text-decoration: none; }
.footer-contact-link span { margin-left: 5px; color: #82cdd7; }
.footer-group { display: grid; align-content: start; gap: 9px; }
.footer-group h2 { margin: 2px 0 9px; color: #96c7cc; font-family: var(--body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-group > a { color: #e1eded; font-size: 0.79rem; text-decoration: none; }
.footer-group > a:hover, .footer-contact-link:hover { color: #9fe4ea; }
.footer-location { display: grid; gap: 2px; margin-bottom: 7px; }
.footer-location strong { font-size: 0.84rem; font-weight: 600; }
.footer-location span { max-width: 30ch; color: #b9d0d2; font-size: 0.75rem; line-height: 1.45; }
.footer-bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid rgba(216, 236, 237, 0.2); color: #b9d0d2; font-size: 0.69rem; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(216, 236, 237, 0.4); border-radius: 50%; color: var(--white); font-size: 0.62rem; font-weight: 700; text-decoration: none; transition: background 180ms ease, border-color 180ms ease; }
.footer-socials a:hover { border-color: var(--brand-bright); background: var(--brand); }

/* Progressive reveal: content stays visible if JavaScript is unavailable. */
@media (prefers-reduced-motion: no-preference) {
  .motion-ready [data-reveal] { opacity: 1; transform: none; transition: opacity 550ms ease, transform 550ms ease; }
  .motion-ready [data-reveal]:not(.is-visible) { opacity: 0.01; transform: translateY(14px); }
  .condition-card, .button, .text-link, .location-card, .primary-nav a { transition-duration: 180ms; }
}

@media (max-width: 1120px) {
  .header-inner { gap: 22px; }
  .nav-panel { gap: 18px; }
  .primary-nav { gap: 14px; }
  .primary-nav a { font-size: 0.74rem; }
  .header-cta { padding-inline: 11px; font-size: 0.76rem; }
  .hero-grid { grid-template-columns: 1fr 0.92fr; gap: 44px; }
  .jaw-artwork { min-height: 500px; }
  .footer-main { gap: 32px; }
}

@media (max-width: 980px) {
  :root { --header-height: 70px; }
  .container { width: min(var(--container), calc(100% - 48px)); }
  .header-inner { width: calc(100% - 48px); }
  .menu-toggle { display: inline-flex; align-items: center; gap: 11px; padding: 10px 0 10px 12px; border: 0; background: transparent; color: var(--brand-deep); cursor: pointer; font-size: 0.78rem; font-weight: 650; }
  .menu-toggle-icon { display: grid; gap: 5px; width: 21px; }
  .menu-toggle-icon i { display: block; width: 21px; height: 1px; background: var(--brand-deep); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-panel { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 18px; padding: 16px 24px 25px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 14px 20px rgba(17, 52, 59, 0.06); }
  .nav-panel.is-open { display: flex; }
  .primary-nav { display: grid; gap: 0; }
  .primary-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
  .primary-nav a::after { display: none; }
  .header-cta { align-self: flex-start; }
  .hero-grid { grid-template-columns: 1fr 0.82fr; gap: 30px; }
  h1 { font-size: clamp(3rem, 7vw, 4.3rem); }
  .jaw-artwork { min-height: 440px; }
  .artwork-label-top { right: 15px; }
  .credential-inner { grid-template-columns: repeat(3, 1fr); padding-block: 20px; }
  .credential-label { grid-column: 1 / -1; }
  .credential-inner > div { padding-left: 14px; }
  .section { padding-block: 82px; }
  .condition-card { min-height: 220px; padding-inline: 21px; }
  .intro-grid, .approach-grid, .practitioner-grid { gap: 50px; }
  .knowledge-grid, .faq-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .referral-strip-inner { grid-template-columns: 1fr 1fr; }
  .referral-strip .text-link { justify-self: start; }
}

@media (max-width: 760px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding-block: 0; }
  .hero-visual { max-width: 600px; }
  .jaw-artwork { min-height: 470px; }
  .hero-bottom-line { margin-top: 33px; }
}

@media (max-width: 680px) {
  :root { --header-height: 66px; }
  html { scroll-padding-top: 82px; }
  body { font-size: 15.5px; }
  .container { width: calc(100% - 40px); }
  .header-inner { width: calc(100% - 40px); gap: 12px; }
  .brand-lockup { gap: 8px; }
  .brand-asset-slot { width: 39px; height: 39px; }
  .asset-slot-caption { font-size: 0.41rem; }
  .brand-name { font-size: 0.88rem; }
  .brand-tagline { font-size: 0.75rem; }
  .menu-toggle { padding-right: 0; }
  .menu-toggle-label { font-size: 0.73rem; }
  .nav-panel { padding-inline: 20px; }
  h1 { max-width: 11ch; margin-bottom: 20px; font-size: clamp(2.8rem, 12vw, 4.05rem); line-height: 1.01; }
  h2 { font-size: clamp(2.2rem, 9vw, 3rem); }
  .eyebrow { margin-bottom: 17px; font-size: 0.67rem; }
  .home-hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { padding-block: 0; }
  .hero-copy h1 { max-width: 11ch; }
  .hero-intro { max-width: 48ch; margin-bottom: 24px; font-size: 1.03rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { min-height: 51px; }
  .hero-trust { gap: 8px 0; margin-top: 27px; font-size: 0.68rem; }
  .hero-trust span { padding-inline: 9px; }
  .hero-trust span:first-child { padding-left: 0; }
  .hero-visual { margin-inline: -1px; }
  .jaw-artwork { min-height: min(116vw, 440px); }
  .jaw-artwork::before { inset: 14px; }
  .jaw-artwork svg { inset: 5% 0 3%; width: 100%; height: 92%; }
  .artwork-kicker { top: 25px; left: 25px; font-size: 0.63rem; }
  .artwork-label { font-size: 0.58rem; }
  .artwork-label-top { top: 41%; right: 15px; max-width: 130px; }
  .artwork-label-bottom { bottom: 23px; left: 25px; max-width: 145px; }
  .hero-bottom-line { width: calc(100% - 40px); margin-top: 27px; font-size: 0.58rem; }
  .credential-inner { grid-template-columns: 1fr 1fr; gap: 17px 12px; }
  .credential-label { grid-column: 1 / -1; }
  .credential-inner > div { padding-left: 12px; }
  .credential-inner > div:nth-of-type(2) { border-left: 0; padding-left: 0; }
  .credential-inner span { max-width: 20ch; font-size: 0.64rem; }
  .section { padding-block: 70px; }
  .section-conditions { padding-top: 75px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 30px; }
  .section-heading-row h2 { max-width: 13ch; }
  .section-lead { max-width: 52ch; font-size: 0.91rem; }
  .condition-grid { grid-template-columns: 1fr; }
  .condition-card { min-height: 180px; padding: 19px 20px 24px; }
  .condition-card h3 { max-width: 24ch; margin-top: 17px; }
  .condition-card p { max-width: 40ch; margin-bottom: 20px; }
  .card-arrow { right: 21px; bottom: 19px; }
  .section-end-link { justify-content: flex-start; margin-top: 21px; }
  .intro-section { padding-block: 72px; }
  .intro-grid { grid-template-columns: 1fr; gap: 22px; }
  .intro-aside { gap: 0; }
  .intro-aside-mark { display: none; }
  .intro-main h2 { max-width: 14ch; }
  .intro-large { font-size: 1.1rem; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-step { padding: 23px 0 20px; }
  .journey-step + .journey-step { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .step-number { margin-bottom: 12px; }
  .journey-step h3 { margin-bottom: 6px; font-size: 1.45rem; }
  .journey-step p { max-width: 46ch; margin-bottom: 0; }
  .journey-note { font-size: 0.72rem; }
  .approach-grid { grid-template-columns: 1fr; gap: 36px; }
  .approach-copy h2 { max-width: 13ch; }
  .approach-list > div { grid-template-columns: 29px 1fr; gap: 7px 11px; padding: 13px 0; }
  .approach-list > div > span:last-child { grid-column: 2; }
  .practitioner-grid { grid-template-columns: 1fr; gap: 36px; }
  .portrait-placeholder { min-height: 350px; }
  .placeholder-frame { width: 43%; }
  .practitioner-copy h2 { max-width: 12ch; }
  .credentials-inline { gap: 6px; margin-top: 22px; }
  .knowledge-grid { grid-template-columns: 1fr; gap: 28px; }
  .knowledge-grid h2 { max-width: 13ch; }
  .faq-grid { grid-template-columns: 1fr; gap: 25px; }
  .faq-intro h2 { max-width: 12ch; }
  .faq-item summary { font-size: 0.93rem; }
  .faq-item p { margin-right: 0; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 215px; padding: 22px 0; }
  .location-card + .location-card { padding-left: 0; border-left: 0; }
  .location-card > strong { margin-top: 18px; font-size: 1.55rem; }
  .referral-note { font-size: 0.78rem; }
  .page-hero { padding: 21px 0 59px; }
  .breadcrumbs { gap: 7px; margin-bottom: 43px; font-size: 0.66rem; }
  .page-hero-copy h1 { max-width: 12ch; font-size: clamp(2.7rem, 11vw, 3.75rem); }
  .page-intro { font-size: 1.02rem; }
  .page-hero-copy .hero-actions { align-items: flex-start; flex-direction: column; }
  .contact-quick-links { display: grid; grid-template-columns: 1fr; gap: 5px; margin-top: 28px; padding-top: 15px; }
  .contact-quick-links > span { margin-bottom: 5px; font-size: 0.75rem; }
  .page-toc { width: 100%; padding-inline: 20px; gap: 17px; }
  .content-layout { padding-block: 0 70px; }
  .content-section { grid-template-columns: 32px 1fr; gap: 16px; padding-block: 37px; }
  .content-section-body h2 { margin-bottom: 15px; font-size: 1.8rem; }
  .content-section-body > p, .editorial-list li { font-size: 0.92rem; }
  .editorial-list { gap: 10px; }
  .inline-links { gap: 13px 21px; }
  .contact-locations { padding-top: 55px; }
  .clinic-detail-grid { grid-template-columns: 1fr; gap: 18px; }
  .clinic-detail-copy { padding-block: 20px; }
  .clinic-map-placeholder { min-height: 230px; }
  .clinic-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .contact-form-container, .clinic-form-container { padding-bottom: 65px; }
  .contact-form-wrap { grid-template-columns: 1fr; gap: 26px; padding: 25px 20px; }
  .contact-form-intro h2 { font-size: 2.15rem; }
  .contact-form { grid-template-columns: 1fr; gap: 15px; }
  .form-field-wide { grid-column: auto; }
  .referral-strip { padding-block: 50px; }
  .referral-strip-inner { grid-template-columns: 1fr; gap: 18px; }
  .referral-strip h2 { font-size: 1.9rem; }
  .referral-strip .text-link { justify-self: start; }
  .appointment-cta { padding-block: 58px; }
  .appointment-cta-inner { align-items: flex-start; flex-direction: column; gap: 27px; }
  .appointment-cta h2 { max-width: 12ch; font-size: 2.5rem; }
  .appointment-actions { width: 100%; }
  .appointment-actions .button { width: 100%; justify-content: space-between; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 19px; padding-block: 50px 38px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-group h2 { font-size: 0.65rem; }
  .footer-group > a { font-size: 0.76rem; }
  .footer-bottom { flex-wrap: wrap; justify-content: space-between; gap: 9px 16px; padding-block: 16px; }
  .footer-bottom > span:nth-child(2) { order: 3; width: 100%; }
  .not-found { min-height: 52vh; padding-block: 75px; }
}

@media (max-width: 390px) {
  .container, .header-inner { width: calc(100% - 32px); }
  .brand-name { font-size: 0.8rem; }
  .brand-tagline { font-size: 0.69rem; }
  .menu-toggle { gap: 8px; }
  .hero-trust span { padding-inline: 7px; font-size: 0.63rem; }
  .footer-main { gap: 30px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
}


/* Plain HTML navigation: the mobile menu uses the native details element. */
.mobile-menu { display: none; }
.mobile-menu > summary { list-style: none; }
.mobile-menu > summary::-webkit-details-marker { display: none; }
@media (max-width: 980px) {
  .desktop-nav, .desktop-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu[open] .nav-panel { display: flex; }
  .mobile-menu[open] .menu-toggle-icon i:first-child { transform: translateY(3px) rotate(45deg); }
  .mobile-menu[open] .menu-toggle-icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
}

@keyframes gentle-arrive {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .home-hero .hero-copy, .home-hero .hero-visual, .page-hero-copy { animation: gentle-arrive 600ms ease-out both; }
  .home-hero .hero-visual { animation-delay: 100ms; }
}
