/* Inner pages only. The approved homepage owns the shared shell, tokens and runtimes. */
:root { --cta-bg:#0b0c0d; }
.inner-section { isolation:isolate; }
.inner-section > .container { position:relative; z-index:1; }
.breadcrumbs { display:flex; align-items:center; flex-wrap:wrap; gap:.55rem; margin-bottom:1.6rem; font-size:.75rem; color:var(--text-muted); }
.breadcrumbs a { color:var(--accent-text); text-decoration:underline; text-underline-offset:.25rem; }
.breadcrumbs svg { width:.8rem; height:.8rem; }
.inner-hero-grid { display:grid; grid-template-columns:1.05fr 1fr; gap:clamp(2rem,5vw,4.5rem); align-items:center; }
.inner-hero-copy h1,.legal-hero h1 { max-width:19ch; font-size:clamp(2rem,3.4vw,3.2rem); line-height:1.08; letter-spacing:-.045em; text-wrap:balance; }
.inner-lede { max-width:57ch; margin-top:1.15rem; color:var(--text-muted); font-size:.98rem; line-height:1.75; }
.inner-hero-copy .hero-actions { margin-top:1.4rem; flex-wrap:wrap; }
.hero-location { margin-top:1rem; color:var(--text-muted); font-size:.74rem; }
.inner-hero-visual { min-width:0; }
.inner-image { width:100%; height:auto; aspect-ratio:var(--image-ratio,4 / 3); background:var(--surface-soft); border:1px solid var(--border); }
.inner-image > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.inner-image.shape--arch { border-radius:5rem 1rem 1rem 1rem; }
.inner-image.shape--corner { border-radius:1rem 1rem 4rem 1rem; }
.inner-hero-visual figcaption,.mission-layout figcaption { margin-top:.65rem; color:var(--text-muted); font-size:.7rem; letter-spacing:.02em; }
.inner-heading { max-width:48rem; margin-bottom:1.65rem; }
.inner-heading h2 { font-size:clamp(1.65rem,2.65vw,2.45rem); line-height:1.12; letter-spacing:-.035em; text-wrap:balance; }
.inner-heading > p:last-child:not(.eyebrow) { margin-top:.85rem; color:var(--text-muted); font-size:.94rem; line-height:1.75; }
.care-options { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.care-option { min-width:0; border:1px solid var(--border); border-radius:1rem; background:var(--surface); overflow:hidden; }
.care-option > .inner-image { border:0; border-radius:0; }
.option-copy { padding:1.3rem; }
.care-option h3 { font-size:1.06rem; line-height:1.35; margin-bottom:.55rem; }
.care-option p,.care-steps p { color:var(--text-muted); font-size:.87rem; line-height:1.7; }
.option-number { display:flex; align-items:center; justify-content:space-between; padding:1.2rem 1.3rem 0; color:var(--accent-text); font-size:.73rem; font-weight:750; letter-spacing:.12em; }
.option-number svg { width:1.6rem; height:1.6rem; }
.options--triptych .care-option:nth-child(2) { border-radius:3rem 1rem 1rem; }
.options--reasons { grid-template-columns:repeat(2,minmax(0,1fr)); }
.options--reasons .care-option { display:grid; grid-template-columns:8rem 1fr; align-items:center; }
.options--reasons .inner-image { aspect-ratio:1 / 1; }
.options--chapters { grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 2.5rem; }
.options--chapters .care-option { display:grid; grid-template-columns:3.2rem 1fr; background:transparent; border:0; border-bottom:1px solid var(--border); border-radius:0; }
.options--chapters .option-number { flex-direction:column; justify-content:flex-start; gap:1.1rem; padding:1.3rem 0; }
.options--chapters .option-copy { padding-inline:.8rem; }
.options--signals { grid-template-columns:repeat(2,minmax(0,1fr)); }
.options--signals .care-option { border-left:3px solid var(--accent-text); border-radius:0 1.5rem 1.5rem 0; }
.options--signals .care-option:last-child { grid-column:1 / -1; display:grid; grid-template-columns:4.5rem 1fr; align-items:start; }
.options--signals .care-option:last-child .option-number { flex-direction:column; gap:1rem; padding-right:0; }
.options--procedure-index { grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 2rem; }
.options--procedure-index .care-option { background:transparent; border:0; border-bottom:1px solid var(--border); border-radius:0; }
.options--procedure-index .option-number { padding-left:0; }
.options--procedure-index .option-copy { padding-left:0; }
.options--urgent { grid-template-columns:repeat(2,minmax(0,1fr)); }
.options--urgent .care-option { border-radius:1.5rem 1.5rem 1.5rem .25rem; }
.options--implant-options .care-option:first-child { border-radius:3rem 1rem 1rem; }
.options--pathways { grid-template-columns:repeat(2,minmax(0,1fr)); }
.options--pathways .care-option { background:var(--surface-raised); border-top:3px solid var(--accent-text); }
.care-focus,.mission-layout,.contact-form-layout { display:grid; grid-template-columns:1fr 1.1fr; align-items:center; gap:clamp(2rem,5vw,4.5rem); }
.care-focus .inner-heading { margin-bottom:1rem; }
.care-focus figure { max-width:32rem; width:100%; }
.care-checklist { display:grid; gap:.6rem; margin:1.2rem 0 1.5rem; font-size:.86rem; }
.care-checklist li { display:flex; gap:.6rem; align-items:flex-start; }
.care-checklist svg { width:1.1rem; height:1.1rem; flex:none; color:var(--accent-text); margin-top:.12rem; }
.care-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1.5rem; counter-reset:care; }
.care-steps li { position:relative; padding-top:1.1rem; border-top:1px solid var(--border); min-width:0; }
.step-number { display:inline-grid; place-items:center; border:1px solid var(--border); width:2.2rem; height:2.2rem; border-radius:50%; color:var(--accent-text); font-size:.75rem; font-weight:700; margin-bottom:.9rem; }
.care-steps h3 { font-size:1rem; margin-bottom:.5rem; line-height:1.4; }
.care-steps:has(>li:nth-child(3):last-child) { grid-template-columns:repeat(3,minmax(0,1fr)); }
.inner-faq { max-width:54rem; }
.inner-faq summary { font-size:.94rem; }
.inner-faq details > div { padding:0 1.15rem 1rem; color:var(--text-muted); font-size:.88rem; line-height:1.75; }
.inner-faq summary svg { width:1rem; height:1rem; flex:none; }
.related-links { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-top:2rem; border-block:1px solid var(--border); }
.related-links a { display:flex; justify-content:space-between; align-items:center; gap:.8rem; padding:1rem; font-size:.88rem; font-weight:650; transition:background-color .25s,color .25s; }
.related-links a + a { border-left:1px solid var(--border); }
.related-links small { display:block; margin-bottom:.3rem; font-size:.62rem; letter-spacing:.09em; text-transform:uppercase; color:var(--text-muted); font-weight:600; }
.related-links svg { width:1.1rem; height:1.1rem; flex:none; color:var(--accent-text); }
.related-links a:hover { background:var(--accent-faint); color:var(--accent-text); }
.implant-pricing { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.implant-price { padding:1.3rem; border:1px solid var(--border); border-radius:1rem; background:var(--surface-raised); display:flex; align-items:flex-start; flex-direction:column; }
.implant-price h3 { margin-top:.6rem; font-size:1rem; }
.implant-price .package-price { font-family:var(--font-display); font-size:2.05rem; letter-spacing:-.045em; line-height:1.4; margin:.6rem 0; color:var(--text); }
.package-price span { color:var(--accent-text); font-size:1.1rem; vertical-align:top; }
.implant-price > p:not(.package-price) { font-size:.82rem; color:var(--text-muted); line-height:1.7; margin-bottom:1.2rem; }
.implant-price .button { margin-top:auto; font-size:.72rem; padding-inline:.8rem; width:100%; }
.clinical-note { max-width:80rem; font-size:.76rem; color:var(--text-muted); line-height:1.8; margin-top:1.2rem; }
.urgent-notice { display:flex; align-items:flex-start; gap:1rem; border:1px solid var(--border); border-left:4px solid var(--accent-text); padding:1.35rem; background:var(--surface); border-radius:.5rem; }
.urgent-notice > svg { width:1.6rem; height:1.6rem; flex:none; color:var(--accent-text); }
.urgent-notice h2 { font-size:1.2rem; margin-bottom:.6rem; }
.urgent-notice p { font-size:.9rem; color:var(--text-muted); line-height:1.75; }
.mission-layout > div > p { font-size:.9rem; color:var(--text-muted); line-height:1.75; }
.carrier-directory { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 2rem; }
.carrier-entry { display:flex; gap:1rem; align-items:center; padding:1.05rem .35rem; border-bottom:1px solid var(--border); }
.carrier-index { color:var(--accent-text); font-size:.7rem; font-weight:700; }
.carrier-entry h3 { font-size:.92rem; margin-bottom:.3rem; }
.carrier-entry p { font-size:.8rem; color:var(--text-muted); }
.carrier-entry > svg { width:1.05rem; height:1.05rem; flex:none; margin-left:auto; color:var(--accent-text); }
.coverage-note { margin-top:1.5rem; padding:1.25rem 1.5rem; border-radius:.75rem; background:var(--surface-raised); border:1px solid var(--border); }
.coverage-note h3 { font-size:1rem; margin-bottom:.4rem; }
.coverage-note p { font-size:.86rem; color:var(--text-muted); line-height:1.75; }
.contact-form-layout { align-items:start; }
.contact-expectations { border-left:2px solid var(--accent-text); padding-left:1.25rem; }
.contact-expectations h3 { font-size:1rem; }
.contact-expectations p { margin:.7rem 0 1rem; color:var(--text-muted); font-size:.88rem; line-height:1.75; }
.contact-form-card { padding:clamp(1.25rem,3vw,2rem); border:1px solid var(--border); border-radius:1rem 1rem 3rem 1rem; background:var(--surface-raised); }
.form-field { display:grid; gap:.4rem; margin-bottom:1rem; min-width:0; }
.form-field label { font-size:.82rem; font-weight:650; }
.form-field label span { font-size:.7rem; font-weight:400; color:var(--text-muted); }
.form-field :is(input,textarea) { width:100%; max-width:100%; min-width:0; border:1px solid var(--text-muted); border-radius:.45rem; background:var(--bg); color:var(--text); padding:.72rem .85rem; font:inherit; font-size:1rem; }
.form-field textarea { resize:vertical; min-height:8rem; }
.form-field :is(input,textarea):focus-visible { outline:2px solid var(--accent-text); outline-offset:3px; }
.form-field :is(input,textarea)::placeholder { color:var(--text-muted); opacity:1; }
.form-columns { display:grid; grid-template-columns:1fr 1fr; gap:.85rem; }
.field-hint { font-size:.74rem; line-height:1.65; color:var(--text-muted); margin-bottom:1rem; }
.field-hint a { color:var(--accent-text); text-decoration:underline; }
.form-status { color:var(--text); font-size:.85rem; line-height:1.6; margin-bottom:.8rem; }
.form-status:empty { margin:0; }
.contact-verification { margin-bottom:.75rem; max-width:100%; }
.contact-form-card button[disabled] { cursor:wait; opacity:.7; }
.legal-hero { max-width:48rem; }
.veteran-intro h1 { font-size:clamp(2rem,3.4vw,3rem); line-height:1.12; }
.veteran-intro h2 { font-size:1.3rem; line-height:1.4; margin:1.25rem 0 .8rem; max-width:28ch; }
.veteran-subheading { font-size:1.3rem; line-height:1.4; margin-top:1.25rem; }
.veteran-process { padding:clamp(1.3rem,3vw,2.2rem); border:1px solid var(--border-strong); border-radius:.85rem 2.5rem .85rem .85rem; background:var(--surface-raised); }
.veteran-experience { max-width:65rem; display:grid; grid-template-columns:1fr 1fr; gap:1.8rem; font-size:.9rem; line-height:1.85; color:var(--text-muted); }
.veteran-experience p { padding-left:1.25rem; border-left:2px solid var(--accent-text); }
@media(max-width:700px) { .veteran-experience { grid-template-columns:1fr; gap:1rem; } }
.legal-hero p:last-child { margin-top:1rem; color:var(--text-muted); line-height:1.75; }
.legal-layout { display:grid; grid-template-columns:15rem minmax(0,1fr); gap:clamp(2rem,5vw,4.5rem); align-items:start; }
.legal-toc { position:sticky; top:calc(var(--header-height,5rem) + 1.5rem); display:grid; gap:.6rem; border-left:2px solid var(--accent-text); padding-left:1.2rem; }
.legal-toc > a:not(.button) { font-size:.78rem; color:var(--text-muted); line-height:1.5; }
.legal-toc > a:hover { color:var(--accent-text); }
.legal-toc .button { margin-top:.5rem; }
.legal-copy { max-width:52rem; font-size:.91rem; line-height:1.85; overflow-wrap:anywhere; }
.legal-copy h2 { font-size:1.25rem; line-height:1.4; margin:1.8rem 0 .65rem; scroll-margin-top:7rem; }
.legal-copy > :first-child { margin-top:0; }
.legal-copy p { margin-bottom:.85rem; color:var(--text-muted); }
.legal-copy strong { color:var(--text); }
.legal-copy ul { list-style:disc; padding-left:1.2rem; margin-bottom:1rem; color:var(--text-muted); }
.legal-copy li { margin-bottom:.45rem; }
.legal-copy a { color:var(--accent-text); text-decoration:underline; text-underline-offset:.18em; }
.inner-art--1 { animation-direction:reverse; }
.inner-art--2 { transform-origin:70% 30%; }
.inner-art--3 { animation-duration:28s; }
@media (min-width:1000px) { .options--triptych .care-option:nth-child(2) { transform:translateY(.6rem); } }
/* Keep long-form text and form controls clear of the existing five-rem edge dock. */
@media (min-width:68.001rem) { .inner-section > .container { max-width:calc(100% - 12rem); } }
@media (max-width:1100px) {
  .implant-pricing { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .inner-hero-grid { gap:2rem; }
  .options--reasons .care-option { grid-template-columns:6rem 1fr; }
}
@media (max-width:800px) {
  .inner-hero-grid,.care-focus,.mission-layout,.contact-form-layout { grid-template-columns:1fr; gap:1.75rem; }
  .inner-hero-copy h1 { max-width:24ch; font-size:clamp(2rem,5.5vw,2.7rem); }
  .inner-hero-visual { width:min(100%,38rem); margin-inline:auto; }
  .care-focus figure { max-width:32rem; margin-inline:auto; }
  .care-options { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .care-steps { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .legal-layout { grid-template-columns:1fr; gap:2rem; }
  .legal-toc { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .legal-toc > p { grid-column:1/-1; }
  .legal-toc .button { grid-column:1/-1; justify-self:start; }
}
@media (max-width:540px) {
  .breadcrumbs { margin-bottom:1.25rem; }
  .inner-hero-copy h1 { font-size:2rem; }
  .inner-lede { font-size:.91rem; }
  .inner-image.shape--arch { border-top-left-radius:3rem; }
  .inner-image.shape--corner { border-bottom-right-radius:2.5rem; }
  .care-options,.implant-pricing,.carrier-directory,.related-links,.care-steps:has(>li:nth-child(3):last-child) { grid-template-columns:1fr; }
  .options--reasons .care-option { grid-template-columns:5.5rem 1fr; }
  .options--reasons .option-copy { padding:.9rem; }
  .options--reasons .care-option h3 { font-size:.96rem; }
  .related-links a + a { border-left:0; border-top:1px solid var(--border); }
  .care-steps { gap:1rem; }
  .care-steps h3 { font-size:.94rem; }
  .care-steps p { font-size:.81rem; }
  .form-columns { grid-template-columns:1fr; gap:0; }
  .form-field label { font-size:.8rem; }
  .urgent-notice { padding:1rem; gap:.7rem; }
  .urgent-notice > svg { width:1.25rem; height:1.25rem; }
}
@media (prefers-reduced-motion:reduce) { .inner-art { animation:none!important; } }
html[data-a11y-reduce-motion="true"] .inner-art { animation:none!important; }
