:root,
[data-theme="light"] {
  --bg: #e9e4dd;
  --surface: #f7f5f1;
  --surface-strong: #fffdf8;
  --ink: #222222;
  --muted: #5f5a52;
  --soft: #7a7369;
  --navy: #4f6c8A;
  --deep-navy: #17140f;
  --olive: #66765f;
  --olive-hover: #526349;
  --sage: #7f8778;
  --sage-soft: #dfe7da;
  --taupe: #d5c5b1;
  --on-dark: #fffdf8;
  --on-dark-muted: #d8d0c5;
  --primary-button-text: #fffdf8;
  --hero-button-text: #17140f;
  --panel-label-bg: #17140f;
  --panel-label-text: #fffdf8;
  --border: rgba(34, 34, 34, 0.14);
  --border-strong: rgba(34, 34, 34, 0.22);
  --line: rgba(34, 34, 34, 0.14);
  --danger: #9a5b50;
  --header-bg: rgba(247, 245, 241, 0.96);
  --hero-panel-bg: rgba(247, 245, 241, 0.94);
  --hero-scrim-start: rgba(23, 20, 15, 0.9);
  --hero-scrim-mid: rgba(34, 29, 22, 0.66);
  --hero-scrim-end: rgba(34, 29, 22, 0.1);
  --hero-scrim-bottom: rgba(23, 20, 15, 0.56);
  --hero-copy: #f7f5f1;
  --hero-muted: #e9e4dd;
  --hero-accent: #dde4d8;
  --hero-focus-y: 50%;
  --section-image-opacity: 0.18;
  --section-scrim: rgba(247, 245, 241, 0.88);
  --content: 1280px;
  --wide-content: 1360px;
  --wide-gutter: max(clamp(18px, 4vw, 52px), calc((100vw - var(--wide-content)) / 2));
  --radius-sm: 4px;
  --radius: 6px;
  --radius-lg: 8px;
  --shadow: 0 18px 48px rgba(34, 34, 34, 0.12);
  --background: var(--bg);
  --surface-elevated: var(--surface-strong);
  --text-primary: var(--ink);
  --text-secondary: var(--muted);
  --border-subtle: var(--border);
  --accent: var(--sage);
  --accent-text: var(--olive-hover);
  --shadow-soft: var(--shadow);
  color-scheme: light;
  font-family: Inter, Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="dark"] {
  --bg: #0f1b16;
  --surface: #16251e;
  --surface-strong: #1d3027;
  --ink: #eef3ea;
  --muted: #c8d2c2;
  --soft: #9dad9f;
  --navy: #e6eee1;
  --deep-navy: #0b1712;
  --olive: #b2c2a6;
  --olive-hover: #c5d0ba;
  --sage: #9fad91;
  --sage-soft: #253a2d;
  --taupe: #b2a08d;
  --on-dark: #f4f7ee;
  --on-dark-muted: #cbd7c8;
  --primary-button-text: #0f1b16;
  --hero-button-text: #0f1b16;
  --panel-label-bg: #213a2b;
  --panel-label-text: #f6fbf0;
  --border: rgba(229, 238, 222, 0.16);
  --border-strong: rgba(229, 238, 222, 0.3);
  --line: rgba(229, 238, 222, 0.16);
  --danger: #d1988f;
  --header-bg: rgba(11, 23, 18, 0.94);
  --hero-panel-bg: rgba(22, 37, 30, 0.9);
  --hero-scrim-start: rgba(7, 19, 14, 0.92);
  --hero-scrim-mid: rgba(15, 38, 28, 0.68);
  --hero-scrim-end: rgba(15, 38, 28, 0.1);
  --hero-scrim-bottom: rgba(7, 19, 14, 0.7);
  --hero-copy: #f2f7ed;
  --hero-muted: #d5dfd0;
  --hero-accent: #dce8d4;
  --section-image-opacity: 0.18;
  --section-scrim: rgba(14, 31, 24, 0.9);
  --shadow: 0 20px 56px rgba(4, 12, 8, 0.38);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.public-body {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.42) 0%, transparent 26%),
    linear-gradient(135deg, rgba(127, 135, 120, 0.1), transparent 32%),
    var(--bg);
  color: var(--ink);
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

img,
video {
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin: 0;
}

h1,
h2 {
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.55rem, 5.4vw, 5.05rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.04;
}

h3 {
  font-size: 1rem;
  font-weight: 850;
}

p {
  line-height: 1.6;
}

main,
.public-header,
.public-footer,
.media-hero,
.site-section,
.public-section,
.sq-section {
  max-width: 100vw;
}

:focus-visible {
  outline: 3px solid rgba(95, 113, 88, 0.42);
  outline-offset: 3px;
}

.skip-link {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  left: -999px;
  padding: 8px 10px;
  position: absolute;
  top: 8px;
  z-index: 100;
}

.skip-link:focus {
  left: 8px;
}

.public-header {
  align-items: center;
  background: var(--header-bg);
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto auto auto auto;
  min-height: 76px;
  padding: 12px clamp(16px, 3.2vw, 42px);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.brand-lockup {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  min-height: 44px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark,
.footer-mark {
  align-items: center;
  background: var(--deep-navy);
  border: 1px solid rgba(255, 253, 248, 0.25);
  border-radius: var(--radius);
  display: inline-flex;
  flex: 0 0 auto;
  height: auto;
  max-height: 48px;
  max-width: 72px;
  object-fit: contain;
  padding: 4px 6px;
  width: auto;
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
  line-height: 1.1;
}

.brand-lockup strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 500;
}

.brand-lockup small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 720;
  margin-top: 3px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(10px, 1vw, 16px);
  justify-content: end;
}

.desktop-nav a,
.desktop-care-menu summary,
.mobile-nav a,
.mobile-care-menu summary,
.public-footer a {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 720;
  min-height: 44px;
  text-decoration: none;
}

.desktop-nav a {
  font-size: 0.84rem;
}

.desktop-care-menu {
  position: relative;
}

.desktop-care-menu summary {
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.84rem;
  gap: 7px;
  list-style: none;
  padding-inline: 4px;
}

.desktop-care-menu summary::-webkit-details-marker,
.mobile-care-menu summary::-webkit-details-marker {
  display: none;
}

.desktop-care-menu summary::after,
.mobile-care-menu summary::after {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 6px;
}

.desktop-care-menu[open] summary::after,
.mobile-care-menu[open] summary::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.care-menu-panel {
  background: color-mix(in srgb, var(--surface-strong) 96%, transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  display: grid;
  gap: 3px;
  min-width: min(360px, calc(100vw - 32px));
  padding: 10px;
  position: absolute;
  right: -18px;
  top: calc(100% + 12px);
  z-index: 30;
}

@supports not (background: color-mix(in srgb, white, transparent)) {
  .care-menu-panel {
    background: var(--surface-strong);
  }
}

.care-menu-panel::before {
  background: var(--surface-strong);
  border-left: 1px solid var(--border);
  border-top: 1px solid var(--border);
  content: "";
  height: 12px;
  position: absolute;
  right: 34px;
  top: -7px;
  transform: rotate(45deg);
  width: 12px;
}

.desktop-nav .care-menu-panel a {
  align-items: start;
  border-radius: var(--radius);
  display: grid;
  gap: 2px;
  min-height: 0;
  padding: 13px 14px;
}

.care-menu-panel a span {
  color: var(--olive);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.care-menu-panel a strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.18;
}

.desktop-nav a:hover,
.desktop-care-menu summary:hover,
.mobile-nav a:hover,
.mobile-care-menu summary:hover,
.public-footer a:hover,
.text-link:hover {
  color: var(--olive);
}

.care-menu-panel a:hover,
.care-menu-panel a:focus-visible {
  background: var(--sage-soft);
  color: var(--ink);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav > summary {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
  display: grid;
  gap: 4px;
  height: 44px;
  justify-items: center;
  list-style: none;
  padding: 9px;
  width: 46px;
}

.mobile-nav > summary::-webkit-details-marker {
  display: none;
}

.mobile-nav > summary span {
  background: var(--navy);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 19px;
}

.theme-toggle {
  align-items: center;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.theme-toggle-icon {
  border: 2px solid currentColor;
  border-radius: 50%;
  display: block;
  height: 18px;
  overflow: hidden;
  position: relative;
  width: 18px;
}

.theme-toggle-icon::after {
  background: currentColor;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 50%;
}

[data-theme="dark"] .theme-toggle-icon::after {
  background: var(--surface-strong);
}

.mobile-nav nav {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  display: grid;
  min-width: min(320px, calc(100vw - 24px));
  padding: 8px;
  position: absolute;
  right: 0;
  top: 52px;
}

.mobile-nav a {
  border-radius: var(--radius-sm);
  display: flex;
  min-height: 44px;
  padding: 12px 10px;
}

.mobile-care-menu {
  border-radius: var(--radius);
}

.mobile-care-menu summary {
  border-radius: var(--radius-sm);
  cursor: pointer;
  justify-content: space-between;
  list-style: none;
  min-height: 44px;
  padding: 12px 10px;
}

.mobile-care-menu div {
  border-left: 1px solid var(--border);
  display: grid;
  margin: 0 0 6px 12px;
  padding-left: 8px;
}

.mobile-care-menu a {
  color: var(--muted);
  min-height: 40px;
  padding-block: 9px;
}

.mobile-consult-link {
  background: var(--sage-soft);
  color: var(--navy) !important;
}

.public-button {
  align-items: center;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 820;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.public-button:hover {
  transform: translateY(-1px);
}

.public-button.primary {
  background: var(--olive);
  border-color: var(--olive);
  color: var(--primary-button-text);
}

.public-button.primary:hover {
  background: var(--olive-hover);
  border-color: var(--olive-hover);
}

.public-button.secondary {
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  border-color: var(--border);
  color: inherit;
}

@supports not (background: color-mix(in srgb, white, transparent)) {
  .public-button.secondary {
    background: var(--surface-strong);
  }
}

.header-cta {
  white-space: nowrap;
}

.mobile-action-bar {
  display: none;
}

.public-eyebrow,
.section-kicker {
  color: var(--olive);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.media-hero {
  --hero-height: clamp(600px, 72svh, 760px);
  --hero-inner-height: clamp(400px, 50svh, 548px);
  --hero-padding-block: clamp(68px, 8vw, 104px);
  background-image: var(--hero-image);
  background-position: center calc(var(--hero-focus-y, 50%) + var(--parallax-offset, 0px));
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--on-dark);
  isolation: isolate;
  min-height: var(--hero-height);
  overflow: hidden;
  padding: var(--hero-padding-block) clamp(18px, 5vw, 72px);
  position: relative;
}

.media-hero-picture {
  display: block;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.media-hero-picture img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center calc(var(--hero-focus-y, 50%) + var(--parallax-offset, 0px));
  width: 100%;
}

.media-hero[data-parallax] .media-hero-picture img {
  height: calc(100% + 30px);
  margin-top: -15px;
}

.media-hero::before {
  background:
    linear-gradient(90deg, var(--hero-scrim-start) 0%, var(--hero-scrim-mid) 46%, var(--hero-scrim-end) 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--hero-scrim-start) 16%, transparent) 0%, var(--hero-scrim-bottom) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.media-hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.media-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(24px, 5vw, 64px);
  grid-template-columns: 1fr;
  margin-inline: auto;
  max-width: var(--content);
  min-height: var(--hero-inner-height);
  min-width: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.media-hero-inner--form {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
}

.media-hero-content {
  display: grid;
  gap: 16px;
  max-width: 820px;
  min-width: 0;
}

.media-hero .public-eyebrow {
  color: var(--hero-accent);
}

.media-hero p:not(.public-eyebrow) {
  color: var(--hero-copy);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.hero-meta-line {
  border-top: 1px solid rgba(255, 253, 248, 0.28);
  color: var(--hero-muted) !important;
  font-size: 0.9rem !important;
  font-weight: 760;
  margin-top: 10px;
  padding-top: 14px;
}

.media-hero .public-button.primary {
  background: var(--hero-accent);
  border-color: var(--hero-accent);
  color: var(--hero-button-text);
}

.media-hero .public-button.primary:hover {
  background: var(--on-dark);
  border-color: var(--on-dark);
}

.media-hero .public-button.secondary {
  background: rgba(255, 253, 248, 0.12);
  border-color: rgba(255, 253, 248, 0.54);
  color: var(--on-dark);
}

.media-hero--home {
  --hero-focus-y: 44%;
}

.home-hero {
  min-height: var(--hero-height);
}

.home-hero::before {
  background:
    linear-gradient(90deg, var(--hero-scrim-start) 0%, var(--hero-scrim-mid) 38%, color-mix(in srgb, var(--hero-scrim-mid) 28%, transparent) 72%, transparent 100%),
    linear-gradient(180deg, color-mix(in srgb, var(--hero-scrim-start) 8%, transparent) 0%, var(--hero-scrim-bottom) 100%);
}

.home-hero-grid {
  align-items: end;
  grid-template-columns: minmax(0, 1fr);
}

.home-hero .media-hero-content {
  max-width: 730px;
}

.home-hero h1 {
  font-size: clamp(2.55rem, 4.65vw, 4.35rem);
  max-width: 680px;
}

.hero-side-panel {
  align-self: end;
  background: var(--hero-panel-bg);
  border: 1px solid rgba(255, 253, 248, 0.44);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 70px rgba(23, 20, 15, 0.3);
  color: var(--ink);
  display: grid;
  gap: 0;
  overflow: hidden;
}

.panel-label {
  background: var(--panel-label-bg);
  color: var(--panel-label-text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 13px 16px;
  text-transform: uppercase;
}

.hero-side-panel a {
  display: grid;
  gap: 4px;
  padding: 16px;
  text-decoration: none;
}

.hero-side-panel a + a {
  border-top: 1px solid var(--border);
}

.hero-side-panel strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.1;
}

.hero-side-panel em {
  color: var(--muted);
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.35;
}

.service-hero-grid {
  align-items: end;
  grid-template-columns: minmax(0, 0.9fr) minmax(270px, 0.38fr);
}

.service-quick-panel {
  align-self: end;
  background: var(--hero-panel-bg);
  border: 1px solid rgba(255, 253, 248, 0.44);
  color: var(--ink);
  display: grid;
  gap: 0;
  overflow: hidden;
}

.service-quick-panel strong {
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.15;
  padding: 15px 16px;
}

.service-quick-panel p {
  color: var(--muted);
  font-size: 0.88rem !important;
  padding: 14px 16px;
}

.media-hero .service-quick-panel p {
  color: var(--muted);
}

.service-media-hero,
.media-hero--page,
.consult-media-hero {
  min-height: var(--hero-height);
}

.service-media-hero h1,
.media-hero--page h1,
.consult-media-hero h1 {
  font-size: clamp(2.3rem, 4.7vw, 4.35rem);
}

.consult-media-hero .media-hero-form-panel .consult-form {
  background: var(--hero-panel-bg);
  box-shadow: 0 24px 70px rgba(23, 20, 15, 0.3);
}

.consult-points {
  border-top: 1px solid rgba(255, 253, 248, 0.28);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 2px;
  padding-top: 14px;
}

.consult-points span {
  color: var(--hero-copy);
  font-size: 0.9rem;
  font-weight: 820;
  overflow-wrap: anywhere;
}

.site-section,
.public-section,
.sq-section {
  margin-inline: auto;
  max-width: var(--content);
  padding: clamp(52px, 7vw, 96px) clamp(18px, 4vw, 48px);
}

.section-backdrop,
.story-band,
.trust-ribbon {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.section-backdrop::before,
.story-band::before {
  background-image: var(--section-image);
  background-position: center calc(50% + var(--parallax-offset, 0px));
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: -24px 0;
  opacity: var(--section-image-opacity);
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.section-backdrop::after,
.story-band::after {
  background: var(--section-scrim);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.section-backdrop > *,
.story-band > * {
  position: relative;
  z-index: 2;
}

.section-backdrop--soft {
  --section-image-opacity: 0.2;
  --section-scrim: color-mix(in srgb, var(--surface) 88%, transparent);
}

.section-backdrop--dark {
  --section-image-opacity: 0.34;
  --section-scrim:
    linear-gradient(90deg, rgba(23, 20, 15, 0.92), rgba(23, 20, 15, 0.82)),
    rgba(23, 20, 15, 0.74);
}

[data-theme="dark"] .section-backdrop--soft {
  --section-image-opacity: 0.34;
  --section-scrim:
    linear-gradient(90deg, rgba(14, 31, 24, 0.9), rgba(14, 31, 24, 0.78) 54%, rgba(14, 31, 24, 0.68)),
    linear-gradient(180deg, rgba(12, 27, 21, 0.78), rgba(18, 40, 30, 0.92));
}

[data-theme="dark"] .section-backdrop--dark {
  --section-image-opacity: 0.4;
  --section-scrim:
    linear-gradient(90deg, rgba(6, 18, 13, 0.9), rgba(8, 24, 17, 0.8) 56%, rgba(8, 24, 17, 0.62)),
    linear-gradient(180deg, rgba(6, 18, 13, 0.68), rgba(6, 18, 13, 0.88));
}

.trust-ribbon {
  align-items: stretch;
  background: var(--surface-strong);
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-inline: auto;
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.trust-ribbon div {
  border-right: 1px solid var(--border);
  display: grid;
  gap: 7px;
  min-height: 94px;
  padding: 19px 24px 18px 0;
}

.trust-ribbon div + div {
  padding-left: 24px;
}

.trust-ribbon div:last-child {
  border-right: 0;
}

.trust-ribbon span {
  color: var(--olive);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.trust-ribbon strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.7vw, 1.42rem);
  font-weight: 500;
  line-height: 1.15;
}

.security-strip {
  align-items: stretch;
  background: var(--surface);
  border-block: 1px solid var(--border);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(230px, 0.84fr) repeat(3, minmax(0, 1fr));
  margin-inline: auto;
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.security-strip > * {
  border-right: 1px solid var(--border);
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px 20px 18px 0;
}

.security-strip > * + * {
  padding-left: 20px;
}

.security-strip > *:last-child {
  border-right: 0;
}

.security-strip strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.25;
}

.security-strip p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.security-strip a {
  color: var(--olive);
  font-weight: 860;
  text-decoration: none;
}

.security-strip .public-eyebrow {
  align-self: start;
}

.story-band {
  align-items: end;
  color: var(--on-dark);
  display: grid;
  min-height: clamp(430px, 58vw, 660px);
  padding: clamp(58px, 8vw, 108px) max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.story-band::before {
  opacity: 1;
}

.story-band--court::before {
  inset: -128px 0;
  will-change: background-position;
}

.story-band::after {
  background:
    linear-gradient(90deg, rgba(23, 20, 15, 0.9) 0%, rgba(37, 31, 23, 0.7) 48%, rgba(37, 31, 23, 0.16) 100%),
    linear-gradient(180deg, rgba(23, 20, 15, 0.08), rgba(23, 20, 15, 0.66));
}

[data-theme="dark"] .story-band::after {
  background:
    linear-gradient(90deg, rgba(5, 17, 12, 0.94) 0%, rgba(8, 24, 17, 0.74) 48%, rgba(8, 24, 17, 0.22) 100%),
    linear-gradient(180deg, rgba(5, 17, 12, 0.12), rgba(5, 17, 12, 0.74));
}

.story-band > div {
  display: grid;
  gap: 15px;
  max-width: 720px;
}

.story-band h2 {
  color: inherit;
  max-width: 780px;
}

.story-band p:not(.public-eyebrow) {
  color: var(--hero-copy);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  max-width: 650px;
}

.story-band .public-eyebrow {
  color: var(--hero-accent);
}

.story-band .public-button.secondary {
  background: rgba(255, 253, 248, 0.14);
  border-color: rgba(255, 253, 248, 0.58);
  color: var(--on-dark);
  justify-self: start;
}

.section-grid,
.feature-section,
.founder-section,
.consult-section,
.consult-paths,
.court-campaign,
.text-split {
  display: grid;
  gap: clamp(24px, 5vw, 62px);
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.08fr);
}

.section-grid > *,
.feature-section > *,
.founder-section > *,
.consult-section > *,
.consult-paths > *,
.court-campaign > *,
.text-split > *,
.media-hero-inner > * {
  min-width: 0;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.section-lede,
.section-heading p,
.feature-copy p,
.founder-copy p,
.review-section p,
.copy-stack p,
.request-steps p,
.request-detail-strip p,
.faq-list p,
.info-card-list p,
.model-rows p,
.recovery-rows p,
.dense-list,
.visit-list {
  color: var(--muted);
}

.section-lede,
.section-heading p,
.feature-copy p,
.founder-copy p,
.copy-stack p,
.review-section p {
  font-size: 1.02rem;
}

.intent-section {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.intent-list {
  border-top: 1px solid var(--border);
  display: grid;
}

.intent-row {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr) auto;
  min-height: 104px;
  padding: 18px 0;
  text-decoration: none;
}

.intent-row span {
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.intent-row strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.16;
}

.intent-row em {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--navy);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 840;
  padding: 9px 10px;
  text-align: center;
}

.intent-row:hover em {
  background: var(--sage-soft);
  border-color: var(--sage-soft);
}

.pathfinder-section {
  align-items: start;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.pathfinder-heading {
  max-width: 860px;
  position: sticky;
  top: 104px;
}

.pathfinder-rows {
  border-top: 1px solid var(--border);
  display: grid;
}

.pathfinder-row {
  align-items: center;
  border-bottom: 1px solid var(--border);
  color: var(--ink);
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(210px, 0.35fr) minmax(0, 1fr) auto;
  min-height: 112px;
  padding: 18px 0;
  text-decoration: none;
}

.pathfinder-row:hover {
  background: color-mix(in srgb, var(--sage-soft) 26%, transparent);
}

.pathfinder-row span {
  color: var(--taupe);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.pathfinder-row strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1.08;
}

.pathfinder-row p {
  color: var(--muted);
  font-size: 0.98rem;
}

.pathfinder-row em {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--olive);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 860;
  padding: 10px 12px;
  white-space: nowrap;
}

.pathfinder-row:hover em,
.pathfinder-row--primary em {
  background: var(--olive);
  border-color: var(--olive);
  color: var(--primary-button-text);
}

.flagship-section {
  align-items: center;
  background: var(--surface-strong);
  border-block: 1px solid var(--border);
  display: grid;
  gap: clamp(26px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.flagship-media {
  aspect-ratio: 4 / 5;
  background: var(--surface);
  border-radius: 0;
  min-height: 420px;
  overflow: hidden;
}

.flagship-media picture,
.service-story-media picture,
.authority-media picture {
  display: block;
  height: 100%;
}

.flagship-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: translateY(var(--parallax-offset, 0));
  width: 100%;
}

.parallax-media img {
  height: calc(100% + 32px);
  margin-top: -16px;
}

.flagship-copy {
  display: grid;
  gap: 16px;
}

.flagship-list {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
}

.flagship-list li {
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(160px, 0.36fr) minmax(0, 1fr);
  line-height: 1.5;
  list-style: none;
  padding: 13px 0;
}

.flagship-list span {
  color: var(--navy);
  font-weight: 850;
}

.experience-section {
  background: var(--deep-navy);
  color: var(--on-dark);
  display: grid;
  gap: 30px;
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.experience-intro {
  max-width: 820px;
}

.experience-section .public-eyebrow,
.experience-section .section-lede,
.experience-section p {
  color: var(--on-dark-muted);
}

.experience-steps {
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.experience-steps article {
  border-right: 1px solid rgba(255, 253, 248, 0.18);
  display: grid;
  gap: 12px;
  padding: 22px 24px 0 0;
}

.experience-steps article:last-child {
  border-right: 0;
  padding-right: 0;
}

.experience-steps span {
  color: var(--sage);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.experience-steps strong {
  color: var(--on-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.1;
}

.service-index-section {
  display: grid;
  gap: 30px;
}

.service-index {
  border-top: 1px solid var(--border);
  display: grid;
}

.service-index-row {
  align-items: center;
  border-bottom: 1px solid var(--border);
  color: var(--ink);
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(0, 1fr) 100px auto;
  min-height: 136px;
  padding: 20px 0;
  text-decoration: none;
}

.service-index-row > span:not(.service-row-button) {
  color: var(--taupe);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.service-index-row strong {
  color: var(--navy);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.7vw, 2.35rem);
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 6px;
}

.service-index-row p {
  color: var(--muted);
  max-width: 740px;
}

.service-index-row img {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--border);
  height: auto;
  object-fit: cover;
  width: 112px;
}

.service-index-row em,
.service-index-row > .service-row-button {
  align-items: center;
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: var(--radius);
  color: var(--primary-button-text);
  display: inline-flex;
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 860;
  align-self: center;
  inline-size: 184px;
  justify-content: center;
  justify-self: end;
  line-height: 1.1;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.service-index-row .service-row-button:hover,
.service-index-row .service-row-button:focus-visible {
  background: var(--olive-hover);
  border-color: var(--olive-hover);
  transform: translateY(-1px);
}

.authority-section {
  align-items: center;
  background: var(--surface-strong);
  border-block: 1px solid var(--border);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 0.9fr) 170px minmax(260px, 0.58fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.authority-copy {
  display: grid;
  gap: 14px;
}

.authority-badges {
  border-block: 1px solid var(--border);
  display: grid;
}

.authority-badges span {
  border-bottom: 1px solid var(--border);
  color: var(--olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  padding: 14px 0;
}

.authority-badges span:last-child {
  border-bottom: 0;
}

.authority-media {
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
}

.authority-media img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.authority-media figcaption {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.authority-media figcaption span {
  color: var(--muted);
  line-height: 1.45;
}

.confidence-section {
  display: grid;
  gap: clamp(22px, 4vw, 54px);
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
}

.confidence-section > div:first-child {
  max-width: 780px;
}

.confidence-list {
  border-top: 1px solid var(--border);
  display: grid;
}

.confidence-list article {
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  padding: 18px 0;
}

.confidence-list strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.confidence-list p {
  color: var(--muted);
}

.confidence-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 2;
}

.patient-flow-section {
  align-items: start;
  background: var(--surface-strong);
  border-block: 1px solid var(--border);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.96fr) minmax(260px, 0.42fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.patient-flow-section > div:first-child,
.consult-section--cta > div:first-child {
  display: grid;
  gap: 13px;
}

.patient-flow-section > div:first-child {
  grid-column: 1 / -1;
}

.patient-flow-section .request-steps {
  grid-template-columns: 1fr;
}

.patient-flow-section .request-steps article {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  grid-template-columns: 56px minmax(0, 1fr);
  padding: 0 0 16px;
}

.patient-flow-section .request-steps article p {
  grid-column: 2;
}

.cta-panel {
  align-self: start;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--surface-strong) 92%, transparent), color-mix(in srgb, var(--surface) 96%, transparent));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 42px rgba(34, 34, 34, 0.08);
  display: grid;
  gap: 12px;
  padding: clamp(18px, 2.6vw, 26px);
}

.cta-panel strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.12;
}

.cta-panel p {
  color: var(--muted);
}

.cta-panel .public-button {
  justify-self: start;
}

.service-story-split {
  align-items: center;
  background: var(--surface-strong);
  border-block: 1px solid var(--border);
  display: grid;
  gap: clamp(24px, 5vw, 68px);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.service-story-media {
  aspect-ratio: 5 / 4;
  background: var(--surface);
  border: 1px solid var(--border);
  margin: 0;
  overflow: hidden;
}

.service-story-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transform: translateY(var(--parallax-offset, 0));
  width: 100%;
}

.service-story-copy {
  display: grid;
  gap: 15px;
}

.service-story-copy p {
  color: var(--muted);
  font-size: 1.02rem;
}

.service-story-points {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.service-story-points span {
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-weight: 850;
  padding: 12px 0;
}

.feature-section {
  align-items: center;
}

.feature-section--primary,
.founder-section,
.consult-section,
.request-faq {
  background: var(--surface-strong);
  border-block: 1px solid var(--border);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.feature-copy,
.founder-copy,
.copy-stack {
  display: grid;
  gap: 14px;
}

.feature-media,
.founder-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.feature-media img,
.founder-card img {
  display: block;
  width: 100%;
}

.founder-card figcaption {
  display: grid;
  gap: 5px;
  padding: 16px;
}

.founder-card figcaption span {
  color: var(--muted);
  line-height: 1.45;
}

.dense-list {
  display: grid;
  gap: 9px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.dense-list li {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  list-style: none;
  padding: 11px 12px;
}

.text-link {
  align-items: center;
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--navy);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
  text-align: center;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.text-link:hover {
  background: var(--sage-soft);
  border-color: var(--sage);
  color: var(--navy);
  transform: translateY(-1px);
}

.care-model-section {
  background: var(--deep-navy);
  color: var(--on-dark);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.care-model-section .public-eyebrow,
.care-model-section .section-lede,
.care-model-section p {
  color: var(--on-dark-muted);
}

.model-rows {
  display: grid;
  gap: 12px;
}

.model-rows article {
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  display: grid;
  gap: 8px;
  grid-template-columns: 46px minmax(0, 0.35fr) minmax(0, 1fr);
  padding-top: 16px;
}

.model-rows span,
.recovery-rows span,
.request-steps span,
.info-card-list span {
  color: var(--sage);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.services-section {
  display: grid;
  gap: 28px;
}

.service-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--ink);
  display: grid;
  gap: 11px;
  min-height: 310px;
  padding: 18px;
  text-decoration: none;
}

.service-card img {
  align-self: end;
  height: 118px;
  justify-self: end;
  object-fit: contain;
  width: 104px;
}

.service-card span {
  color: var(--olive);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
}

.service-card strong {
  font-size: 1.08rem;
}

.service-card p {
  color: var(--muted);
  line-height: 1.5;
}

.service-card em {
  align-self: end;
  color: var(--olive);
  font-style: normal;
  font-weight: 840;
}

.review-section {
  display: grid;
  gap: 24px;
}

.review-section blockquote {
  border-left: 2px solid var(--olive);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.18;
  padding-left: clamp(18px, 3vw, 34px);
}

.review-section cite {
  color: var(--muted);
  display: block;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-style: normal;
  margin-top: 12px;
}

.review-note {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  color: var(--muted);
  max-width: 760px;
  padding: 20px;
}

.review-note strong {
  color: var(--navy);
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.privacy-callout {
  background: var(--sage-soft);
  border: 1px solid rgba(127, 135, 120, 0.24);
  border-radius: var(--radius);
  color: var(--navy);
  font-weight: 760;
  line-height: 1.45;
  margin-top: 18px;
  padding: 12px 13px;
}

.consult-form {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--ink);
  display: grid;
  gap: 14px;
  max-width: 100%;
  min-width: 0;
  padding: clamp(16px, 2.8vw, 24px);
  width: 100%;
}

.form-heading {
  display: grid;
  gap: 5px;
}

.form-heading strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.form-heading span,
.field-help {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.field-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.field-wide {
  grid-column: 1 / -1;
}

.consult-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.84rem;
  font-weight: 760;
  gap: 6px;
}

.consult-form input,
.consult-form select,
.consult-form textarea {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  min-height: 44px;
  padding: 9px 10px;
  width: 100%;
}

.form-status {
  color: var(--olive);
  font-size: 0.84rem;
  font-weight: 820;
  line-height: 1.42;
  min-height: 1.2em;
}

.form-email-fallback {
  justify-self: start;
}

.form-secure-note,
.current-patient-note {
  background: var(--sage-soft);
  border: 1px solid rgba(127, 135, 120, 0.24);
  border-radius: var(--radius);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 760;
  line-height: 1.45;
  padding: 11px 12px;
}

.form-secure-note a,
.current-patient-note a {
  color: inherit;
  font-weight: 900;
}

.media-hero .current-patient-note {
  color: var(--hero-button-text) !important;
  max-width: 680px;
}

.consult-form textarea {
  min-height: 104px;
  resize: vertical;
}

.consult-form input:focus,
.consult-form select:focus,
.consult-form textarea:focus {
  border-color: var(--sage);
  outline: 3px solid rgba(95, 113, 88, 0.22);
}

.field-help {
  margin-top: -5px;
}

.consent-line {
  align-items: start;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 18px 1fr;
}

.consent-line span {
  display: grid;
  gap: 6px;
}

.consent-line input {
  accent-color: var(--olive);
  min-height: auto;
  margin-top: 3px;
}

.consent-line small {
  color: var(--soft);
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.45;
}

.consent-line--optional {
  background: rgba(127, 135, 120, 0.08);
  border: 1px solid rgba(127, 135, 120, 0.2);
  border-radius: var(--radius);
  padding: 12px 12px 12px 10px;
}

.consent-line--sms {
  color: var(--navy) !important;
  font-size: 0.81rem !important;
  line-height: 1.48;
}

.consent-line--sms a {
  color: inherit;
  font-weight: 800;
}

.form-error {
  background: rgba(154, 91, 80, 0.12);
  border: 1px solid rgba(154, 91, 80, 0.26);
  border-radius: var(--radius);
  color: var(--danger);
  font-size: 0.86rem;
  font-weight: 820;
  line-height: 1.42;
  padding: 10px 12px;
}

.legal-hero {
  padding: clamp(32px, 6vw, 74px) clamp(18px, 4vw, 42px) clamp(22px, 4vw, 40px);
}

.legal-hero-shell {
  display: grid;
  gap: clamp(20px, 3vw, 28px);
  margin: 0 auto;
  max-width: min(var(--wide-content), calc(100vw - 32px));
}

.legal-hero--privacy .legal-hero-shell,
.legal-hero--terms .legal-hero-shell {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
}

.legal-hero-copy,
.legal-summary-card,
.legal-sidebar-card,
.legal-section-card {
  backdrop-filter: blur(16px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(247, 245, 241, 0.96)),
    var(--surface-strong);
  border: 1px solid rgba(34, 34, 34, 0.12);
  box-shadow: 0 24px 70px rgba(34, 34, 34, 0.1);
}

.legal-hero-copy {
  border-radius: 28px;
  overflow: hidden;
  padding: clamp(26px, 4vw, 40px);
  position: relative;
}

.legal-hero-copy::before {
  background:
    radial-gradient(circle at top left, rgba(127, 135, 120, 0.22), transparent 52%),
    linear-gradient(135deg, rgba(79, 108, 138, 0.14), transparent 46%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.legal-hero-copy > * {
  position: relative;
  z-index: 1;
}

.legal-hero-copy h1 {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  max-width: 9ch;
}

.legal-hero-lede {
  color: var(--navy);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.72;
  margin-top: 18px;
  max-width: 64ch;
}

.legal-hero-lede strong {
  color: var(--deep-navy);
}

.legal-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.legal-hero-meta span {
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 12px;
}

.legal-summary-card,
.legal-sidebar-card {
  border-radius: 24px;
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 24px);
}

.legal-summary-card > strong,
.legal-sidebar-card > strong {
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-pill-grid,
.legal-signal-grid {
  display: grid;
  gap: 12px;
}

.legal-pill-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-pill,
.legal-signal {
  background: rgba(255, 253, 248, 0.84);
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 18px;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px 14px 15px;
}

.legal-pill span,
.legal-signal span,
.legal-kicker {
  color: var(--olive);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-pill p,
.legal-signal p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.58;
}

.legal-dual-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.legal-dual-links a,
.legal-anchor-list a {
  text-decoration: none;
}

.legal-dual-links a {
  border-bottom: 1px solid rgba(34, 34, 34, 0.18);
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 820;
  padding-bottom: 2px;
}

.legal-layout {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: min(var(--wide-content), calc(100vw - 32px));
  padding: 0 clamp(18px, 4vw, 42px) clamp(46px, 6vw, 84px);
}

.legal-sidebar {
  align-self: start;
  position: sticky;
  top: 98px;
}

.legal-anchor-list {
  display: grid;
  gap: 7px;
}

.legal-anchor-list a {
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 760;
  padding: 8px 10px;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.legal-anchor-list a:hover,
.legal-anchor-list a:focus-visible {
  background: rgba(127, 135, 120, 0.12);
  color: var(--navy);
  transform: translateX(2px);
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-section-card {
  border-radius: 26px;
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 30px);
}

.legal-section-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.legal-section-card p,
.legal-section-card li {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.74;
}

.legal-section-card strong {
  color: var(--deep-navy);
}

.legal-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.2rem;
}

.legal-list li::marker {
  color: var(--olive);
}

.legal-note {
  background: linear-gradient(135deg, rgba(223, 231, 218, 0.68), rgba(255, 253, 248, 0.86));
  border: 1px solid rgba(102, 118, 95, 0.18);
  border-radius: 18px;
  display: grid;
  gap: 8px;
  padding: 15px 16px;
}

.legal-note strong {
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-note p {
  color: var(--navy);
  font-size: 0.92rem;
  line-height: 1.62;
}

.legal-note a,
.legal-section-card a,
.legal-hero-meta a {
  color: inherit;
  font-weight: 800;
}

body.ipad-contact-body {
  background:
    linear-gradient(120deg, rgba(247, 245, 241, 0.96) 0%, rgba(233, 228, 221, 0.88) 48%, rgba(223, 231, 218, 0.88) 100%),
    var(--bg);
  min-height: 100svh;
  position: relative;
}

body.ipad-contact-body::before {
  background:
    linear-gradient(90deg, rgba(247, 245, 241, 0.82), rgba(247, 245, 241, 0.64)),
    url("/static/img/editorial/ai-treatment-room-1600.webp") center / cover no-repeat;
  content: "";
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.ipad-theme-toggle {
  align-items: center;
  background: rgba(247, 245, 241, 0.88);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  position: fixed;
  right: calc(20px + env(safe-area-inset-right));
  top: calc(18px + env(safe-area-inset-top));
  z-index: 20;
}

.ipad-theme-toggle .theme-toggle-icon {
  border-color: var(--border-strong);
  height: 24px;
  width: 24px;
}

.ipad-contact-screen {
  align-items: center;
  display: grid;
  gap: clamp(22px, 4vw, 58px);
  grid-template-columns: minmax(300px, 0.88fr) minmax(430px, 1fr);
  margin: 0 auto;
  max-width: 1220px;
  min-height: 100svh;
  padding: clamp(28px, 5vw, 64px);
  position: relative;
  width: 100%;
  z-index: 1;
}

.ipad-welcome-panel {
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
}

.ipad-brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 10px;
  justify-self: start;
  text-decoration: none;
}

.ipad-brand img {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(34, 34, 34, 0.08);
  height: 38px;
  padding: 8px;
  width: 38px;
}

.ipad-welcome-copy {
  display: grid;
  gap: 14px;
}

.ipad-welcome-copy h1 {
  color: var(--navy);
  font-size: clamp(3rem, 6.6vw, 5.9rem);
  line-height: 0.94;
  max-width: 7.5em;
}

.ipad-welcome-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  line-height: 1.56;
  max-width: 620px;
}

.ipad-care-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 620px;
}

.ipad-care-pills span {
  background: rgba(247, 245, 241, 0.78);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--olive-hover);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 9px 12px;
}

.ipad-privacy-note {
  background: rgba(247, 245, 241, 0.7);
  border-left: 3px solid var(--sage);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
  max-width: 610px;
  padding: 10px 0 10px 14px;
}

.ipad-contact-card {
  background: rgba(255, 253, 248, 0.93);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 72px rgba(34, 34, 34, 0.14);
  overflow: hidden;
}

.ipad-contact-form,
.ipad-success {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 30px);
}

.ipad-form-heading {
  display: grid;
  gap: 7px;
}

.ipad-form-heading h2,
.ipad-success h2 {
  color: var(--navy);
  font-size: clamp(1.95rem, 3vw, 3rem);
  line-height: 1;
}

.ipad-form-heading p:last-child,
.ipad-success p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.48;
}

.ipad-field-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ipad-contact-form label {
  color: var(--muted);
  display: grid;
  font-size: 0.84rem;
  font-weight: 820;
  gap: 6px;
}

.ipad-contact-form input,
.ipad-contact-form select,
.ipad-contact-form textarea {
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  color: var(--ink);
  min-height: 48px;
  padding: 10px 11px;
  width: 100%;
}

.ipad-contact-form textarea {
  min-height: 108px;
  resize: vertical;
}

.ipad-contact-form input:focus,
.ipad-contact-form select:focus,
.ipad-contact-form textarea:focus {
  border-color: var(--sage);
  outline: 3px solid rgba(95, 113, 88, 0.22);
}

.ipad-note-field {
  grid-column: 1 / -1;
}

.ipad-submit-button {
  min-height: 54px;
  width: 100%;
}

.ipad-success {
  align-content: center;
  min-height: min(62vh, 560px);
}

.ipad-success .public-button {
  justify-self: start;
  margin-top: 6px;
}

[data-theme="dark"] body.ipad-contact-body {
  background:
    linear-gradient(135deg, rgba(11, 23, 18, 1), rgba(16, 40, 28, 0.98) 48%, rgba(15, 27, 22, 1));
}

[data-theme="dark"] body.ipad-contact-body::before {
  background:
    linear-gradient(90deg, rgba(11, 23, 18, 0.9), rgba(16, 40, 28, 0.78)),
    url("/static/img/editorial/ai-treatment-room-1600.webp") center / cover no-repeat;
  opacity: 0.28;
}

[data-theme="dark"] .ipad-theme-toggle,
[data-theme="dark"] .ipad-care-pills span,
[data-theme="dark"] .ipad-privacy-note,
[data-theme="dark"] .ipad-contact-card {
  background: rgba(22, 37, 30, 0.9);
  border-color: rgba(229, 238, 222, 0.16);
}

[data-theme="dark"] .ipad-brand img {
  background: rgba(22, 37, 30, 0.94);
  border-color: rgba(229, 238, 222, 0.16);
}

[data-theme="dark"] .ipad-contact-form input,
[data-theme="dark"] .ipad-contact-form select,
[data-theme="dark"] .ipad-contact-form textarea {
  background: rgba(15, 27, 22, 0.78);
  border-color: rgba(229, 238, 222, 0.2);
  color: var(--ink);
}

[data-theme="dark"] .ipad-contact-card {
  box-shadow: 0 24px 74px rgba(4, 12, 8, 0.34);
}

.hp-field {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.priority-band {
  align-items: center;
  background: var(--sage-soft);
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr) auto;
  padding: 22px max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.priority-band span {
  color: var(--olive);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.priority-band strong {
  color: var(--navy);
  line-height: 1.35;
}

.recovery-section,
.request-info,
.faq-page {
  display: grid;
  gap: 28px;
}

.recovery-rows,
.request-steps,
.request-detail-strip,
.info-card-list {
  display: grid;
  gap: 12px;
}

.recovery-rows,
.request-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.request-detail-strip,
.info-card-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.request-info--redesigned {
  max-width: var(--content);
}

.request-steps--timeline,
.request-detail-strip--compact {
  border-top: 1px solid var(--border);
}

.recovery-rows article,
.request-steps article,
.request-detail-strip article,
.info-card-list article {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: grid;
  gap: 8px;
  padding: 16px;
}

.request-steps--timeline article,
.request-detail-strip--compact article,
.info-details-section .info-card-list article {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  padding: 18px 0;
}

.info-text-split {
  border-bottom: 1px solid var(--border);
}

.service-people-strip {
  align-items: end;
  border-top: 1px solid var(--border);
  display: flex;
  gap: clamp(12px, 3vw, 28px);
  justify-content: flex-end;
  margin-top: 12px;
  min-height: 150px;
  overflow: hidden;
  padding-top: 16px;
}

.service-people-strip img {
  height: clamp(130px, 16vw, 210px);
  object-fit: contain;
}

.service-people-strip--single {
  justify-content: center;
}

.service-detail {
  display: grid;
  gap: 26px;
}

.detail-stack {
  display: grid;
  gap: 12px;
}

.service-detail--redesigned {
  align-items: start;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
}

.service-detail-heading {
  position: sticky;
  top: 98px;
}

.detail-stack article {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  padding: 20px 0;
}

.detail-stack article:last-child {
  border-bottom: 1px solid var(--border);
}

.visit-list {
  display: grid;
  gap: 9px;
  line-height: 1.5;
  margin: 0;
  padding-left: 20px;
}

.court-campaign {
  align-items: center;
  background: var(--deep-navy);
  color: var(--on-dark);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.court-campaign p,
.court-campaign .public-eyebrow {
  color: var(--on-dark-muted);
}

.campaign-sign {
  background: var(--surface-strong);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: var(--radius-lg);
  margin: 0 auto;
  max-width: 310px;
  overflow: hidden;
}

.campaign-sign img {
  display: block;
  padding: 22px;
  width: 100%;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 16px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  margin-top: 10px;
}

.request-faq {
  background: var(--deep-navy);
  color: var(--on-dark);
}

.request-faq .section-heading p,
.request-faq .public-eyebrow {
  color: var(--on-dark-muted);
}

.request-faq .faq-list details {
  background: rgba(255, 253, 248, 0.08);
  border-color: rgba(255, 253, 248, 0.18);
}

.request-faq .faq-list p {
  color: var(--on-dark-muted);
}

.faq-group {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
  padding-top: 24px;
}

.faq-group:first-child {
  border-top: 0;
  padding-top: 0;
}

.article-layout {
  align-items: start;
  display: grid;
  gap: clamp(26px, 5vw, 64px);
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
}

.article-aside {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: grid;
  gap: 11px;
  padding: 18px;
  position: sticky;
  top: 98px;
}

.article-aside strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.12;
}

.article-aside p,
.article-body p {
  color: var(--muted);
}

.article-body {
  display: grid;
  gap: 28px;
}

.article-body section {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 13px;
  padding-top: 22px;
}

.article-body h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.article-faq {
  border-top: 1px solid var(--border);
}

.thanks-screen {
  align-items: center;
  background: var(--deep-navy);
  color: var(--on-dark);
  display: grid;
  min-height: calc(100svh - 76px);
  padding: clamp(64px, 10vw, 120px) clamp(18px, 6vw, 82px);
}

.thanks-screen > div {
  max-width: 860px;
}

.thanks-screen p {
  color: var(--on-dark-muted);
  max-width: 720px;
}

.thanks-screen .public-eyebrow {
  color: var(--sage-soft);
  margin-bottom: 12px;
}

.public-footer {
  align-items: start;
  background: var(--surface);
  border-top: 1px solid var(--border);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 32px max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.footer-brand {
  align-items: center;
  display: grid;
  column-gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  row-gap: 8px;
  max-width: 620px;
}

.footer-brand p {
  color: var(--muted);
  grid-column: 1 / -1;
}

.footer-contact {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
}

.footer-contact a {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--navy);
  font-size: 0.84rem;
  font-weight: 840;
  min-height: 32px;
  padding: 7px 10px;
}

.footer-link-groups {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(150px, auto));
}

.footer-link-groups nav {
  display: grid;
  gap: 3px;
}

.footer-link-groups nav strong {
  color: var(--navy);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-link-groups a {
  line-height: 1.25;
  min-height: 30px;
}

[data-theme="dark"] body.public-body {
  background:
    linear-gradient(180deg, #0b1712 0%, #10241a 32%, #173326 62%, #0f1b16 100%);
}

[data-theme="dark"] .public-header {
  background: rgba(11, 23, 18, 0.94);
  border-bottom-color: rgba(229, 238, 222, 0.13);
  box-shadow: 0 12px 36px rgba(4, 12, 8, 0.26);
}

[data-theme="dark"] .brand-mark,
[data-theme="dark"] .footer-mark {
  background: #16251e;
  border-color: rgba(229, 238, 222, 0.18);
  box-shadow: inset 0 0 0 1px rgba(189, 200, 180, 0.08);
}

[data-theme="dark"] .theme-toggle,
[data-theme="dark"] .mobile-nav > summary,
[data-theme="dark"] .mobile-nav nav,
[data-theme="dark"] .care-menu-panel {
  background: rgba(22, 37, 30, 0.96);
  border-color: rgba(229, 238, 222, 0.18);
}

[data-theme="dark"] .care-menu-panel::before {
  background: rgba(22, 37, 30, 0.96);
  border-color: rgba(229, 238, 222, 0.18);
}

[data-theme="dark"] .mobile-nav > summary span {
  background: var(--ink);
}

[data-theme="dark"] .media-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 17, 12, 0.9) 0%, rgba(12, 32, 23, 0.68) 44%, rgba(12, 32, 23, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 17, 12, 0.1) 0%, rgba(5, 17, 12, 0.68) 100%);
}

[data-theme="dark"] .home-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 17, 12, 0.88) 0%, rgba(12, 32, 23, 0.66) 38%, rgba(12, 32, 23, 0.18) 74%, rgba(5, 17, 12, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 17, 12, 0.08) 0%, rgba(5, 17, 12, 0.68) 100%);
}

[data-theme="dark"] .hero-side-panel,
[data-theme="dark"] .service-quick-panel,
[data-theme="dark"] .consult-form {
  background:
    linear-gradient(180deg, rgba(24, 45, 34, 0.94), rgba(14, 31, 24, 0.96));
  border-color: rgba(229, 238, 222, 0.18);
  box-shadow: 0 22px 64px rgba(4, 12, 8, 0.3);
}

[data-theme="dark"] .trust-ribbon,
[data-theme="dark"] .public-footer {
  background:
    linear-gradient(90deg, rgba(9, 21, 16, 0.98), rgba(15, 36, 25, 0.98));
}

[data-theme="dark"] .intent-section,
[data-theme="dark"] .pathfinder-section {
  background:
    linear-gradient(180deg, rgba(12, 27, 21, 0.98), rgba(15, 36, 25, 0.98));
}

[data-theme="dark"] .flagship-section,
[data-theme="dark"] .authority-section,
[data-theme="dark"] .patient-flow-section,
[data-theme="dark"] .home-contact-section,
[data-theme="dark"] .service-story-split,
[data-theme="dark"] .feature-section--primary,
[data-theme="dark"] .founder-section,
[data-theme="dark"] .consult-section,
[data-theme="dark"] .request-faq {
  background:
    linear-gradient(135deg, rgba(22, 45, 33, 0.96), rgba(12, 31, 22, 0.96));
}

[data-theme="dark"] .feature-media,
[data-theme="dark"] .founder-card,
[data-theme="dark"] .authority-media,
[data-theme="dark"] .article-aside,
[data-theme="dark"] .cta-panel,
[data-theme="dark"] .service-story-media,
[data-theme="dark"] .service-card,
[data-theme="dark"] .dense-list li,
[data-theme="dark"] .faq-list details,
[data-theme="dark"] .recovery-rows article,
[data-theme="dark"] .request-steps article,
[data-theme="dark"] .request-detail-strip article,
[data-theme="dark"] .info-card-list article,
[data-theme="dark"] .review-note {
  background: rgba(22, 45, 33, 0.78);
  border-color: rgba(229, 238, 222, 0.16);
}

[data-theme="dark"] .cta-panel {
  box-shadow: 0 18px 52px rgba(4, 12, 8, 0.3);
}

.media-hero {
  background-position: var(--hero-focus-x, center) calc(var(--hero-focus-y, 50%) + var(--parallax-offset, 0px));
}

.media-hero-picture img {
  object-position: var(--hero-focus-x, center) calc(var(--hero-focus-y, 50%) + var(--parallax-offset, 0px));
}

.media-hero::before,
.home-hero::before,
[data-theme="dark"] .media-hero::before,
[data-theme="dark"] .home-hero::before {
  background:
    linear-gradient(90deg, var(--hero-scrim-start) 0%, var(--hero-scrim-mid) 42%, var(--hero-scrim-end) 100%),
    linear-gradient(180deg, rgba(23, 20, 15, 0.08) 0%, var(--hero-scrim-bottom) 100%);
}

.pathfinder-section--cards {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: clamp(26px, 5vw, 62px);
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.pathfinder-section--editorial {
  align-items: start;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--surface) 94%, var(--sage-soft) 6%), var(--surface));
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: minmax(300px, 0.88fr) minmax(380px, 1fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.pathfinder-copy {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  max-width: 700px;
}

.pathfinder-copy h2 {
  color: var(--navy);
  font-size: clamp(3rem, 5.6vw, 5.2rem);
  line-height: 0.96;
  max-width: 720px;
}

.pathfinder-copy p:not(.public-eyebrow) {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.55vw, 1.24rem);
  line-height: 1.55;
  max-width: 680px;
}

.pathfinder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(8px, 1.5vw, 16px);
}

.pathfinder-proof-panel {
  background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 72px rgba(34, 34, 34, 0.08);
  display: grid;
  overflow: hidden;
}

.pathfinder-proof-panel article {
  align-items: start;
  display: grid;
  gap: clamp(18px, 2.4vw, 34px);
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: clamp(150px, 14vw, 196px);
  padding: clamp(28px, 4vw, 42px) clamp(22px, 4vw, 38px);
}

.pathfinder-proof-panel article + article {
  border-top: 1px solid var(--border);
}

.pathfinder-proof-panel span {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--taupe) 76%, transparent);
  border-radius: 999px;
  color: var(--olive);
  display: inline-grid;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.02em;
}

.pathfinder-proof-panel div {
  display: grid;
  gap: 8px;
}

.pathfinder-proof-panel h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.86rem);
  font-weight: 500;
  line-height: 1.12;
}

.pathfinder-proof-panel p {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  line-height: 1.58;
}

.pathfinder-image-panel {
  align-self: stretch;
  aspect-ratio: 0.82;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 72px rgba(34, 34, 34, 0.1);
  min-height: clamp(500px, 46vw, 720px);
  overflow: hidden;
  position: relative;
}

.pathfinder-image-panel::after {
  background:
    linear-gradient(180deg, rgba(23, 20, 15, 0.02), rgba(23, 20, 15, 0.18)),
    linear-gradient(90deg, rgba(255, 253, 248, 0.1), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pathfinder-image-panel picture,
.pathfinder-image-panel img {
  display: block;
  height: 100%;
  width: 100%;
}

.pathfinder-image-panel img {
  object-fit: cover;
  object-position: 58% 50%;
}

.care-model-section--editorial {
  align-items: start;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--surface-strong) 94%, var(--sage-soft) 6%), var(--surface-strong));
  border-block: 1px solid var(--border);
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: minmax(300px, 0.82fr) minmax(380px, 1fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.care-model-copy {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
  max-width: 720px;
}

.care-model-section--editorial .public-eyebrow {
  color: var(--olive);
}

.care-model-copy h2 {
  color: var(--navy);
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: 0.98;
  max-width: 760px;
}

.care-model-copy p:not(.public-eyebrow) {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
  line-height: 1.55;
  max-width: 680px;
}

.care-model-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(8px, 1.5vw, 16px);
}

.care-model-section--editorial .public-button.secondary {
  color: var(--navy);
}

.care-model-proof-panel {
  background: color-mix(in srgb, var(--surface) 94%, transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 72px rgba(34, 34, 34, 0.08);
  display: grid;
  overflow: hidden;
}

.care-model-proof-panel article {
  align-items: start;
  display: grid;
  gap: clamp(18px, 2.4vw, 34px);
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: clamp(132px, 12vw, 172px);
  padding: clamp(26px, 3.4vw, 38px) clamp(22px, 4vw, 38px);
}

.care-model-proof-panel article + article {
  border-top: 1px solid var(--border);
}

.care-model-proof-panel span {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--taupe) 76%, transparent);
  border-radius: 999px;
  color: var(--olive);
  display: inline-grid;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.02em;
}

.care-model-proof-panel div {
  display: grid;
  gap: 8px;
}

.care-model-proof-panel h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.42rem, 1.9vw, 1.8rem);
  font-weight: 500;
  line-height: 1.12;
}

.care-model-proof-panel p {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  line-height: 1.58;
}

.pathfinder-section--cards .pathfinder-heading {
  position: sticky;
  top: 104px;
}

.pathfinder-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pathfinder-card {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  color: var(--ink);
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 100%;
  overflow: hidden;
  text-decoration: none;
}

.pathfinder-card img {
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--border);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.pathfinder-card span,
.pathfinder-card strong,
.pathfinder-card p,
.pathfinder-card em {
  margin-inline: 16px;
}

.pathfinder-card span {
  color: var(--taupe);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
  margin-top: 16px;
}

.pathfinder-card strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 1.1;
  margin-top: 8px;
}

.pathfinder-card p {
  color: var(--muted);
  margin-top: 10px;
}

.pathfinder-card em {
  align-self: end;
  border-top: 1px solid var(--border);
  color: var(--olive);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 860;
  margin-top: 18px;
  padding-block: 13px;
}

.pathfinder-card:hover,
.pathfinder-card:focus-visible {
  border-color: var(--sage);
  box-shadow: 0 16px 42px rgba(34, 34, 34, 0.09);
}

.pathfinder-card--quiet {
  border-style: dashed;
  grid-column: 1 / -1;
  grid-template-columns: 70px minmax(0, 0.34fr) minmax(0, 1fr) auto;
  grid-template-rows: auto;
  min-height: auto;
  padding: 16px 0;
}

.pathfinder-card--quiet span,
.pathfinder-card--quiet strong,
.pathfinder-card--quiet p,
.pathfinder-card--quiet em {
  align-self: center;
  margin: 0;
}

.pathfinder-card--quiet span {
  margin-left: 16px;
}

.pathfinder-card--quiet em {
  border-top: 0;
  margin-right: 16px;
  padding: 0;
  white-space: nowrap;
}

.care-model-comparison {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--deep-navy) 96%, var(--olive) 4%), var(--deep-navy));
}

.service-index-section--compact {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.service-index-section--compact .service-index-row {
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 104px;
}

.service-index-section--compact .service-index-row img {
  display: none;
}

.request-form-section {
  align-items: start;
  background: var(--surface-strong);
  border-block: 1px solid var(--border);
  display: grid;
  gap: clamp(24px, 4vw, 40px);
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.request-form-intro {
  display: grid;
  gap: 14px;
  max-width: 620px;
  position: static;
  width: min(100%, 760px);
}

.request-form-notes {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.request-form-notes span {
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-weight: 840;
  padding: 12px 0;
}

.request-form-section .consult-form {
  box-shadow: var(--shadow-soft);
  margin-inline: auto;
  max-width: 760px;
}

.consult-media-hero {
  min-height: var(--hero-height);
}

.consult-media-hero .media-hero-inner {
  min-height: var(--hero-inner-height);
}

.home-faq-section {
  display: grid;
  gap: 28px;
}

.home-contact-section {
  align-items: start;
  border-top: 1px solid var(--border);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(260px, 0.72fr) minmax(340px, 0.88fr);
  max-width: none;
  padding-inline: max(clamp(18px, 4vw, 48px), calc((100vw - var(--content)) / 2 + 48px));
}

.home-contact-copy {
  display: grid;
  gap: 16px;
  max-width: 650px;
  padding-top: clamp(4px, 1vw, 14px);
}

.home-contact-copy h2 {
  max-width: 650px;
}

.home-contact-copy p:not(.public-eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
}

.home-contact-details {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0;
  margin-top: 8px;
  max-width: 520px;
}

.home-contact-details span {
  border-bottom: 1px solid var(--border);
  color: var(--navy);
  font-weight: 840;
  padding: 12px 0;
}

.home-contact-map {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--sage-soft) 54%, transparent), transparent 62%),
    color-mix(in srgb, var(--surface-strong) 88%, transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  display: grid;
  min-height: 190px;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: min(100%, 520px);
}

.map-placeholder-grid {
  display: grid;
  gap: 18px;
  inset: 0;
  opacity: 0.42;
  padding: 24px;
  position: absolute;
}

.map-placeholder-grid span {
  border-top: 1px solid var(--border);
  transform: rotate(-8deg);
}

.map-placeholder-grid span:nth-child(2) {
  transform: rotate(12deg);
}

.map-placeholder-grid span:nth-child(3) {
  transform: rotate(3deg);
}

.map-placeholder-pin {
  background: var(--olive);
  border: 3px solid var(--surface);
  border-radius: 999px 999px 999px 0;
  box-shadow: var(--shadow-soft);
  height: 24px;
  position: absolute;
  top: 54px;
  transform: rotate(-45deg);
  width: 24px;
}

.map-placeholder-pin::after {
  background: var(--surface);
  border-radius: 999px;
  content: "";
  height: 7px;
  inset: 6px;
  position: absolute;
  width: 7px;
}

.map-placeholder-copy {
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: grid;
  gap: 4px;
  margin-top: 44px;
  padding: 12px 14px;
  position: relative;
  text-align: center;
}

.map-placeholder-copy strong {
  color: var(--navy);
}

.map-placeholder-copy span {
  color: var(--muted);
  font-size: 0.84rem;
}

.home-contact-form .consult-form {
  box-shadow: var(--shadow-soft);
}

/* Wider editorial rails prevent desktop sections from collapsing into narrow text columns. */
.pathfinder-section--editorial,
.care-model-section--editorial,
.flagship-section,
.authority-section,
.patient-flow-section,
.service-index-section--compact,
.home-contact-section,
.story-band,
.experience-section,
.service-story-split,
.request-form-section,
.court-campaign {
  padding-inline: var(--wide-gutter);
}

.public-footer {
  padding-inline: var(--wide-gutter);
}

.pathfinder-section--editorial,
.care-model-section--editorial {
  gap: clamp(32px, 4.5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
}

.pathfinder-copy,
.care-model-copy {
  max-width: 840px;
}

.pathfinder-copy h2,
.care-model-copy h2 {
  font-size: clamp(2.85rem, 4.9vw, 4.7rem);
  max-width: 880px;
}

.pathfinder-copy p:not(.public-eyebrow),
.care-model-copy p:not(.public-eyebrow) {
  max-width: 780px;
}

.pathfinder-proof-panel article,
.care-model-proof-panel article {
  gap: clamp(18px, 2.2vw, 30px);
  padding-inline: clamp(26px, 3.4vw, 44px);
}

.flagship-section {
  gap: clamp(32px, 4.6vw, 70px);
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.9fr);
}

.flagship-copy {
  max-width: 820px;
}

.flagship-copy > p:not(.public-eyebrow) {
  max-width: 780px;
}

.flagship-list li {
  grid-template-columns: minmax(210px, 0.32fr) minmax(0, 1fr);
}

.authority-section {
  align-items: start;
  gap: clamp(28px, 4vw, 64px);
  grid-template-columns: minmax(0, 0.98fr) minmax(400px, 0.82fr);
}

.authority-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 830px;
}

.authority-badges {
  border-block: 1px solid var(--border);
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 830px;
}

.authority-badges span {
  border-bottom: 0;
  border-right: 1px solid var(--border);
  padding: 16px 12px;
  text-align: center;
}

.authority-badges span:last-child {
  border-right: 0;
}

.authority-media {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
}

.patient-flow-section {
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.42fr);
}

.patient-flow-section > div:first-child {
  max-width: 900px;
}

.patient-flow-section .request-steps {
  border: 1px solid var(--border);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.patient-flow-section .request-steps article {
  border-bottom: 0;
  border-right: 1px solid var(--border);
  gap: 10px;
  grid-template-columns: 1fr;
  padding: clamp(20px, 2.5vw, 30px);
}

.patient-flow-section .request-steps article:last-child {
  border-right: 0;
}

.patient-flow-section .request-steps article p {
  grid-column: auto;
}

.patient-flow-section .cta-panel {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  max-width: 440px;
}

.service-index-section--compact .section-heading {
  max-width: 920px;
}

.service-index-section--compact .service-index-row p {
  max-width: 900px;
}

.home-contact-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.85fr);
}

.home-contact-copy,
.home-contact-copy h2,
.home-contact-copy p:not(.public-eyebrow) {
  max-width: 790px;
}

.article-hero--compact {
  min-height: var(--hero-height);
}

.article-hero--compact .media-hero-inner {
  min-height: var(--hero-inner-height);
}

.article-takeaways {
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(18px, 3vw, 26px);
}

.article-takeaways ul {
  color: var(--muted);
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.faq-list summary {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.faq-list summary::after {
  color: var(--olive);
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

[data-theme="dark"] body.public-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(159, 173, 145, 0.1), transparent 24rem),
    linear-gradient(180deg, #0b1712 0%, #10241a 48%, #0f1b16 100%);
}

[data-theme="dark"] .public-header {
  background: rgba(11, 23, 18, 0.95);
  border-bottom-color: rgba(229, 238, 222, 0.12);
}

[data-theme="dark"] .pathfinder-section--cards,
[data-theme="dark"] .pathfinder-section--editorial,
[data-theme="dark"] .care-model-section--editorial,
[data-theme="dark"] .service-index-section--compact,
[data-theme="dark"] .request-form-section,
[data-theme="dark"] .home-contact-section,
[data-theme="dark"] .flagship-section,
[data-theme="dark"] .authority-section,
[data-theme="dark"] .service-story-split {
  background: linear-gradient(180deg, #16251e, #10241a);
}

[data-theme="dark"] .pathfinder-card,
[data-theme="dark"] .pathfinder-proof-panel,
[data-theme="dark"] .pathfinder-image-panel,
[data-theme="dark"] .care-model-proof-panel,
[data-theme="dark"] .article-takeaways,
[data-theme="dark"] .request-form-section .consult-form,
[data-theme="dark"] .home-contact-section .consult-form,
[data-theme="dark"] .faq-list details {
  background: rgba(22, 45, 33, 0.88);
  border-color: rgba(229, 238, 222, 0.15);
}

[data-theme="dark"] .section-backdrop--soft {
  --section-image-opacity: 0.14;
  --section-scrim:
    linear-gradient(90deg, rgba(14, 31, 24, 0.94), rgba(14, 31, 24, 0.86)),
    rgba(14, 31, 24, 0.92);
}

[data-theme="dark"] .story-band::after {
  background:
    linear-gradient(90deg, rgba(5, 17, 12, 0.9) 0%, rgba(12, 32, 23, 0.68) 46%, rgba(12, 32, 23, 0.16) 100%),
    linear-gradient(180deg, rgba(5, 17, 12, 0.08), rgba(5, 17, 12, 0.7));
}

.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-theme="dark"] .service-card:hover,
[data-theme="dark"] .pathfinder-row:hover,
[data-theme="dark"] .intent-row:hover {
  background: rgba(189, 205, 180, 0.08);
}

[data-theme="dark"] .public-button.secondary {
  background: rgba(229, 238, 222, 0.08);
  border-color: rgba(229, 238, 222, 0.24);
  color: var(--ink);
}

[data-theme="dark"] .media-hero .public-button.secondary,
[data-theme="dark"] .story-band .public-button.secondary,
[data-theme="dark"] .court-campaign .public-button.secondary {
  background: rgba(246, 251, 240, 0.13);
  border-color: rgba(246, 251, 240, 0.5);
  color: var(--on-dark);
}

[data-theme="dark"] .panel-label {
  background: linear-gradient(90deg, #2f4b37, #213a2b);
  color: var(--panel-label-text);
}

[data-theme="dark"] .privacy-callout,
[data-theme="dark"] .form-secure-note,
[data-theme="dark"] .current-patient-note,
[data-theme="dark"] .mobile-consult-link {
  background: rgba(35, 61, 45, 0.88);
  border-color: rgba(189, 200, 180, 0.28);
  color: #f3f8eb !important;
}

[data-theme="dark"] .consult-form input,
[data-theme="dark"] .consult-form select,
[data-theme="dark"] .consult-form textarea {
  background: rgba(8, 22, 16, 0.92);
  border-color: rgba(229, 238, 222, 0.28);
  color: var(--ink);
}

[data-theme="dark"] .consult-form input::placeholder,
[data-theme="dark"] .consult-form textarea::placeholder {
  color: #9fb09f;
}

[data-theme="dark"] .consult-form input:focus,
[data-theme="dark"] .consult-form select:focus,
[data-theme="dark"] .consult-form textarea:focus {
  border-color: var(--olive);
  outline-color: rgba(189, 200, 180, 0.22);
}

@media (max-width: 1100px) and (min-width: 981px) {
  .patient-flow-section .request-steps {
    grid-template-columns: 1fr;
  }

  .patient-flow-section .request-steps article {
    align-items: start;
    border-bottom: 1px solid var(--border);
    border-right: 0;
    grid-template-columns: 68px minmax(190px, 0.3fr) minmax(0, 1fr);
  }

  .patient-flow-section .request-steps article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1080px) {
  .desktop-nav a {
    font-size: 0.84rem;
  }
}

@media (max-width: 1180px) {
  .public-header {
    grid-template-columns: 1fr auto auto;
    min-height: 68px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    display: block;
  }
}

@media (max-height: 760px) and (min-width: 981px) {
  .ipad-contact-screen {
    gap: 26px;
    padding: 28px 44px;
  }

  .ipad-welcome-panel {
    gap: 16px;
  }

  .ipad-welcome-copy h1 {
    font-size: clamp(3rem, 5.4vw, 4.5rem);
  }

  .ipad-welcome-copy p,
  .ipad-privacy-note {
    font-size: 0.95rem;
  }

  .ipad-contact-form,
  .ipad-success {
    gap: 12px;
    padding: 18px 22px;
  }

  .ipad-contact-form input,
  .ipad-contact-form select {
    min-height: 44px;
  }

  .ipad-contact-form textarea {
    min-height: 84px;
  }
}

@media (max-width: 980px) {
  .ipad-contact-screen {
    align-items: start;
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding-top: 72px;
  }

  .ipad-welcome-copy h1 {
    max-width: 9em;
  }

  .ipad-contact-card {
    max-width: 720px;
    width: 100%;
  }
}

@media (max-width: 980px) {
  .public-header {
    grid-template-columns: 1fr auto auto;
    min-height: 68px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .media-hero {
    --hero-height: clamp(620px, 86svh, 760px);
    --hero-inner-height: 0;
    min-height: var(--hero-height);
    padding: 48px 22px 40px;
  }

  .media-hero::before {
    background:
      linear-gradient(180deg, rgba(23, 20, 15, 0.78) 0%, rgba(34, 29, 22, 0.62) 46%, rgba(23, 20, 15, 0.84) 100%);
  }

  .media-hero-inner,
  .media-hero-inner--form,
  .request-hero-inner,
  .home-hero-grid,
  .service-hero-grid,
  .article-layout,
  .patient-flow-section,
  .pathfinder-section,
  .pathfinder-section--cards,
  .pathfinder-section--editorial,
  .care-model-section--editorial,
  .pathfinder-cards,
  .pathfinder-card--quiet,
  .request-form-section,
  .home-contact-section,
  .confidence-section,
  .section-grid,
  .feature-section,
  .flagship-section,
  .service-story-split,
  .founder-section,
  .authority-section,
  .consult-section,
  .consult-paths,
  .court-campaign,
  .text-split,
  .priority-band,
  .service-detail--redesigned,
  .detail-stack article,
  .faq-group {
    grid-template-columns: 1fr;
  }

  .media-hero-inner {
    min-height: 0;
  }

  .home-hero {
    min-height: var(--hero-height);
  }

  .hero-side-panel {
    align-self: stretch;
  }

  .hero-side-panel a,
  .service-quick-panel strong {
    padding: 12px 14px;
  }

  .hero-side-panel em,
  .service-quick-panel p {
    display: none;
  }

  .service-quick-panel,
  .service-detail-heading,
  .pathfinder-heading,
  .article-aside {
    position: static;
  }

  .authority-copy,
  .authority-badges,
  .authority-media,
  .patient-flow-section .cta-panel,
  .patient-flow-section .request-steps {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    max-width: none;
  }

  .intent-row {
    align-items: start;
    gap: 8px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .intent-row em {
    justify-self: start;
  }

  .model-rows article {
    grid-template-columns: 42px 1fr;
  }

  .model-rows article p {
    grid-column: 2;
  }

  .service-cards,
  .experience-steps,
  .trust-ribbon,
  .security-strip,
  .recovery-rows,
  .request-steps,
  .request-detail-strip,
  .info-card-list {
    grid-template-columns: 1fr;
  }

  .experience-steps article {
    border-bottom: 1px solid rgba(255, 253, 248, 0.18);
    border-right: 0;
    padding: 18px 0;
  }

  .experience-steps article:last-child {
    border-bottom: 0;
  }

  .pathfinder-row,
  .service-index-row,
  .flagship-list li,
  .confidence-list article {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .service-index-row img {
    justify-self: start;
  }

  .service-index-row em,
  .service-index-row .service-row-button,
  .pathfinder-row em {
    justify-self: start;
  }

  .service-index-row .service-row-button {
    inline-size: min(100%, 184px);
  }

  .pathfinder-card--quiet span,
  .pathfinder-card--quiet strong,
  .pathfinder-card--quiet p,
  .pathfinder-card--quiet em {
    margin-inline: 16px;
  }

  .pathfinder-card--quiet span {
    margin-top: 0;
  }

  .pathfinder-card--quiet em {
    border-top: 1px solid var(--border);
    padding-block: 13px;
    white-space: normal;
  }

  .request-form-intro {
    position: static;
  }

  .pathfinder-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pathfinder-card--quiet {
    grid-column: 1 / -1;
  }

  .pathfinder-proof-panel article,
  .care-model-proof-panel article {
    min-height: auto;
  }

  .pathfinder-image-panel {
    aspect-ratio: 16 / 10;
    min-height: clamp(340px, 54vw, 520px);
  }

  .patient-flow-section .request-steps {
    border: 0;
    grid-template-columns: 1fr;
  }

  .patient-flow-section .request-steps article {
    border-bottom: 1px solid var(--border);
    border-right: 0;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 0 0 16px;
  }

  .patient-flow-section .request-steps article:last-child {
    border-bottom: 0;
  }

  .confidence-actions {
    grid-column: auto;
  }

  .authority-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .authority-badges span {
    border-bottom: 0;
    border-right: 1px solid var(--border);
    font-size: 1.15rem;
    padding: 10px 8px;
    text-align: center;
  }

  .authority-badges span:last-child {
    border-right: 0;
  }

  .public-footer {
    grid-template-columns: 1fr;
  }

  .trust-ribbon {
    padding-inline: 22px;
  }

  .security-strip {
    padding-inline: 22px;
  }

  .trust-ribbon div,
  .trust-ribbon div + div,
  .security-strip > *,
  .security-strip > * + * {
    border-bottom: 1px solid var(--border);
    border-right: 0;
    min-height: auto;
    padding: 16px 0;
  }

  .trust-ribbon div:last-child,
  .security-strip > *:last-child {
    border-bottom: 0;
  }

  .story-band {
    min-height: clamp(360px, 82vw, 520px);
  }

  .footer-link-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

@media (max-width: 620px) {
  body.public-body {
    padding-bottom: 76px;
  }

  body.public-body.ipad-contact-body {
    padding-bottom: 0;
  }

  .ipad-theme-toggle {
    right: calc(12px + env(safe-area-inset-right));
    top: calc(12px + env(safe-area-inset-top));
  }

  .ipad-contact-screen {
    padding: 68px 16px 24px;
  }

  .ipad-welcome-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.3rem);
  }

  .ipad-field-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.7rem, 8.5vw, 2.35rem);
  }

  .public-header {
    padding-inline: 12px;
  }

  .mobile-action-bar {
    background: color-mix(in srgb, var(--header-bg) 94%, transparent);
    border-top: 1px solid var(--border);
    bottom: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
    left: 0;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    transform: translateY(0);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    z-index: 60;
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    visibility: hidden;
  }

  .mobile-action-bar .public-button {
    min-height: 44px;
    padding-inline: 12px;
    width: 100%;
  }

  .brand-mark {
    height: auto;
    max-height: 40px;
    max-width: 64px;
    width: auto;
  }

  .brand-lockup strong {
    font-size: 0.94rem;
  }

  .brand-lockup small {
    font-size: 0.66rem;
  }

  .media-hero {
    padding: 38px 18px 32px;
  }

  .media-hero p:not(.public-eyebrow) {
    font-size: 0.96rem;
  }

  .service-media-hero h1,
  .media-hero--page h1,
  .consult-media-hero h1 {
    font-size: clamp(1.95rem, 9.5vw, 2.55rem);
    line-height: 1.04;
  }

  .hero-actions,
  .review-actions {
    display: grid;
    width: 100%;
  }

  .public-button,
  .hero-actions .public-button,
  .review-actions .public-button {
    width: 100%;
  }

  .site-section,
  .public-section,
  .sq-section,
  .intent-section,
  .pathfinder-section,
  .pathfinder-section--cards,
  .pathfinder-section--editorial,
  .patient-flow-section,
  .feature-section--primary,
  .flagship-section,
  .service-story-split,
  .founder-section,
  .authority-section,
  .consult-section,
  .request-form-section,
  .home-contact-section,
  .care-model-section,
  .experience-section,
  .court-campaign,
  .request-faq {
    padding-inline: 18px;
  }

  .story-band {
    padding: 44px 18px;
  }

  .story-band .public-button.secondary {
    width: 100%;
  }

  .text-link {
    min-height: 44px;
  }

  .home-hero h1 {
    font-size: clamp(2.15rem, 10vw, 2.9rem);
  }

  .hero-side-panel a {
    padding: 14px;
  }

  .pathfinder-row,
  .service-index-row {
    gap: 9px;
    min-height: auto;
    padding: 18px 0;
  }

  .pathfinder-cards {
    grid-template-columns: 1fr;
  }

  .pathfinder-copy h2 {
    font-size: clamp(2.55rem, 13vw, 3.35rem);
  }

  .care-model-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }

  .pathfinder-actions,
  .care-model-actions {
    display: grid;
  }

  .pathfinder-proof-panel article,
  .care-model-proof-panel article {
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 24px 18px;
  }

  .pathfinder-image-panel {
    aspect-ratio: 4 / 3;
    min-height: 280px;
  }

  .pathfinder-card img {
    display: none;
  }

  .pathfinder-card {
    padding-top: 2px;
  }

  .pathfinder-row span,
  .service-index-row > span:not(.service-row-button),
  .experience-steps span {
    font-size: 1.7rem;
  }

  .flagship-media {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .flagship-list li {
    gap: 4px;
  }

  .confidence-actions {
    display: grid;
  }

  .patient-flow-section .request-steps article {
    grid-template-columns: 1fr;
  }

  .patient-flow-section .request-steps article p {
    grid-column: auto;
  }

  .cta-panel .public-button {
    width: 100%;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-card img {
    height: 92px;
    width: 84px;
  }

  .service-people-strip {
    justify-content: center;
    min-height: 118px;
  }

  .service-people-strip img {
    height: 126px;
    max-width: 48%;
  }

  .footer-link-groups {
    grid-template-columns: 1fr;
  }
}

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

  .parallax-media img {
    height: 100%;
    margin-top: 0;
    transform: none !important;
  }

  .media-hero[data-parallax] .media-hero-picture img,
  .media-hero-picture img {
    height: 100%;
    margin-top: 0;
    object-position: center var(--hero-focus-y, 50%);
  }

  .section-backdrop::before,
  .story-band::before {
    background-position: center 50%;
  }

  .reveal-enabled [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

[data-theme="dark"] .consent-line--optional {
  background: rgba(35, 61, 45, 0.7);
  border-color: rgba(189, 200, 180, 0.24);
}

[data-theme="dark"] .consent-line--sms,
[data-theme="dark"] .consent-line--sms small {
  color: #f3f8eb !important;
}

[data-theme="dark"] .legal-hero-copy,
[data-theme="dark"] .legal-summary-card,
[data-theme="dark"] .legal-sidebar-card,
[data-theme="dark"] .legal-section-card {
  background:
    linear-gradient(180deg, rgba(17, 31, 24, 0.94), rgba(20, 37, 29, 0.98)),
    var(--surface-strong);
  border-color: rgba(229, 238, 222, 0.16);
  box-shadow: 0 26px 80px rgba(4, 12, 8, 0.34);
}

[data-theme="dark"] .legal-hero-copy::before {
  background:
    radial-gradient(circle at top left, rgba(159, 173, 145, 0.2), transparent 54%),
    linear-gradient(135deg, rgba(230, 238, 225, 0.12), transparent 46%);
}

[data-theme="dark"] .legal-hero-lede,
[data-theme="dark"] .legal-section-card p,
[data-theme="dark"] .legal-section-card li,
[data-theme="dark"] .legal-pill p,
[data-theme="dark"] .legal-signal p,
[data-theme="dark"] .legal-anchor-list a {
  color: var(--muted);
}

[data-theme="dark"] .legal-hero-lede strong,
[data-theme="dark"] .legal-section-card strong {
  color: var(--on-dark);
}

[data-theme="dark"] .legal-hero-meta span,
[data-theme="dark"] .legal-pill,
[data-theme="dark"] .legal-signal {
  background: rgba(9, 24, 18, 0.72);
  border-color: rgba(229, 238, 222, 0.12);
}

[data-theme="dark"] .legal-summary-card > strong,
[data-theme="dark"] .legal-sidebar-card > strong,
[data-theme="dark"] .legal-pill span,
[data-theme="dark"] .legal-signal span,
[data-theme="dark"] .legal-kicker,
[data-theme="dark"] .legal-note strong {
  color: var(--hero-accent);
}

[data-theme="dark"] .legal-dual-links a,
[data-theme="dark"] .legal-note p,
[data-theme="dark"] .legal-note a,
[data-theme="dark"] .legal-hero-meta a {
  color: var(--on-dark);
}

[data-theme="dark"] .legal-note {
  background: linear-gradient(135deg, rgba(35, 61, 45, 0.9), rgba(14, 28, 22, 0.92));
  border-color: rgba(189, 200, 180, 0.2);
}

[data-theme="dark"] .legal-anchor-list a:hover,
[data-theme="dark"] .legal-anchor-list a:focus-visible {
  background: rgba(159, 173, 145, 0.16);
  color: var(--on-dark);
}

@media (max-width: 1080px) {
  .legal-hero--privacy .legal-hero-shell,
  .legal-hero--terms .legal-hero-shell,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }

  .legal-anchor-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .legal-hero {
    padding-top: 22px;
  }

  .legal-hero-copy,
  .legal-summary-card,
  .legal-sidebar-card,
  .legal-section-card {
    border-radius: 20px;
  }

  .legal-pill-grid,
  .legal-signal-grid,
  .legal-anchor-list {
    grid-template-columns: 1fr;
  }

  .legal-hero-meta {
    display: grid;
  }

  .legal-layout {
    padding-bottom: 56px;
  }
}
