:root {
  --ink-950: #071a22;
  --ink-900: #0d2832;
  --ink-800: #173b47;
  --steel-700: #3f555e;
  --steel-600: #4d6169;
  --steel-400: #93a0a4;
  --line: #d7dad5;
  --line-dark: rgba(255, 255, 255, 0.17);
  --paper: #fbfaf6;
  --limestone: #f1efe8;
  --white: #ffffff;
  --yellow: #f4c430;
  --yellow-dark: #a96d00;
  --blue: #09617c;
  --blue-soft: #e7f1f3;
  --red: #b53b36;
  --red-soft: #f4e3e0;
  --max: 1380px;
  --text: 70ch;
  --shadow: 0 18px 60px rgba(7, 26, 34, 0.11);
  --radius: 4px;
  --ease: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
  background: var(--ink-950);
}

body {
  margin: 0;
  color: var(--ink-950);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-thickness: 2px;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

::selection {
  color: var(--ink-950);
  background: var(--yellow);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--ink-950);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.utility {
  color: #dbe5e7;
  background: var(--ink-950);
  font-size: 13px;
  line-height: 1;
}

.utility__inner {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility__group {
  display: flex;
  align-items: center;
  gap: 22px;
}

.utility__group:last-child {
  margin-left: auto;
}

.utility a {
  text-decoration: none;
}

.utility a:hover {
  color: var(--yellow);
}

.utility__contact {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.utility__call-label {
  color: var(--steel-400);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility__phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--white);
  background: transparent;
  font-size: clamp(18px, 1.55vw, 22px);
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.utility .utility__phone:hover {
  color: var(--yellow);
  background: transparent;
}

.utility__signal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
}

.utility__signal::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
  box-shadow: 0 0 0 4px rgba(244, 196, 48, 0.13);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(7, 26, 34, 0.12);
  background: rgba(251, 250, 246, 0.94);
  backdrop-filter: blur(14px);
}

.header__inner {
  display: flex;
  min-height: 90px;
  align-items: center;
  gap: clamp(20px, 2vw, 30px);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  text-decoration: none;
}

.site-header .brand img {
  width: 278px;
  max-height: 50px;
}

.site-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: clamp(2px, 0.4vw, 6px);
}

.site-nav > a,
.nav-summary,
.header__cta {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.35vw, 19.5px);
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.015em;
  line-height: 1.2;
}

.site-nav > a,
.nav-summary {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  padding: 0 clamp(8px, 0.7vw, 11px);
  align-items: center;
  color: var(--ink-950);
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav > .site-nav__phone,
.site-nav > .site-nav__contact {
  display: none;
}

.site-nav > a::after,
.nav-summary::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  left: 10px;
  height: 2px;
  background: var(--blue);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity var(--ease), transform var(--ease);
}

.site-nav > a:hover::after,
.site-nav > a[aria-current="page"]::after,
.nav-cluster:hover > .nav-summary::after,
.nav-cluster[open] > .nav-summary::after,
.nav-cluster.is-current > .nav-summary::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cluster {
  position: static;
}

.nav-summary {
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

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

.nav-caret {
  width: 7px;
  height: 7px;
  margin: -4px 0 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: margin var(--ease), transform var(--ease);
}

.nav-cluster[open] .nav-caret {
  margin-top: 3px;
  transform: rotate(225deg);
}

.nav-panel {
  position: absolute;
  z-index: 110;
  top: 100%;
  right: 0;
  left: 0;
  max-height: min(720px, calc(100svh - 120px));
  overflow: auto;
  overscroll-behavior: contain;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-950);
  background: rgba(251, 250, 246, 0.985);
  box-shadow: 0 24px 48px rgba(7, 26, 34, 0.18);
}

.nav-cluster:not([open]) > .nav-panel {
  display: none;
}

.nav-panel__inner {
  display: grid;
  padding-block: 34px 38px;
  align-items: start;
  gap: clamp(40px, 5vw, 78px);
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 2.3fr);
}

.nav-panel__lead {
  min-width: 0;
  padding-right: clamp(22px, 3vw, 48px);
  border-right: 1px solid var(--line);
}

.nav-panel__lead p {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nav-panel__lead h2 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.nav-panel__lead h2 a {
  color: var(--ink-950);
  text-decoration: none;
}

.nav-panel__lead h2 a:hover {
  color: var(--blue);
}

.nav-panel__lead span {
  display: block;
  max-width: 38ch;
  margin-top: 15px;
  color: var(--steel-600);
  font-size: 14px;
  line-height: 1.55;
}

.nav-panel__columns {
  display: grid;
  min-width: 0;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nav-cluster--services .nav-panel__columns {
  gap: 24px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nav-cluster--compact .nav-panel__inner {
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1.3fr);
}

.nav-cluster--compact .nav-panel__columns {
  grid-template-columns: minmax(0, 1fr);
}

.nav-panel__columns section {
  min-width: 0;
}

.nav-panel__columns h3 {
  margin: 0 0 10px;
  color: var(--steel-600);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.nav-panel__columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-panel__columns li {
  border-top: 1px solid var(--line);
}

.nav-panel__columns a {
  display: flex;
  min-height: 40px;
  padding: 9px 2px;
  align-items: center;
  color: var(--ink-800);
  font-size: 13px;
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1.35;
  text-decoration: none;
}

.nav-panel__columns a:hover,
.nav-panel__columns a[aria-current="page"] {
  color: var(--blue);
}

.header__cta {
  display: inline-flex;
  min-height: 52px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink-950);
  color: var(--white);
  background: var(--ink-950);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--ease), background var(--ease);
}

.header__cta:hover {
  color: var(--ink-950);
  background: var(--yellow);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--ink-950);
  background: transparent;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink-950);
  content: "";
  transition: transform var(--ease), opacity var(--ease);
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink-950);
  background: transparent;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease);
}

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

.button--primary {
  border-color: var(--yellow);
  color: var(--ink-950);
  background: var(--yellow);
}

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

.button--dark {
  color: var(--white);
  background: var(--ink-950);
}

.button--dark:hover {
  color: var(--ink-950);
  background: var(--yellow);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.button--light:hover {
  border-color: var(--white);
  color: var(--ink-950);
  background: var(--white);
}

.button--text {
  min-height: 44px;
  padding: 0;
  border: 0;
}

.button--text::after,
.text-link::after {
  margin-left: 9px;
  content: "→";
  transition: transform var(--ease);
}

.button--text:hover::after,
.text-link:hover::after {
  transform: translateX(4px);
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before,
.kicker::before {
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-right: 10px;
  vertical-align: 0.26em;
  background: currentColor;
  content: "";
}

.kicker--light,
.eyebrow--light {
  color: #65c7e1;
}

.display {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-title {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 790;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.section-lede {
  max-width: var(--text);
  margin: 22px 0 0;
  color: var(--steel-600);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
  gap: 13px;
}

.proof-strip {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-strip ul {
  display: grid;
  min-height: 94px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip li {
  display: flex;
  padding: 20px 28px;
  align-items: center;
  border-left: 1px solid var(--line);
  font-size: 15px;
  font-weight: 760;
}

.proof-strip li:first-child {
  padding-left: 0;
  border-left: 0;
}

.proof-strip li::before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  flex: 0 0 auto;
  background: var(--yellow);
  content: "";
}

.section {
  position: relative;
  padding-block: clamp(84px, 10vw, 140px);
}

@supports (content-visibility: auto) {
  .page-home main > .section {
    content-visibility: auto;
    contain-intrinsic-size: auto 1100px;
  }
}

.section--limestone {
  background: var(--limestone);
}

.section--white {
  background: var(--white);
}

.section--ink {
  color: var(--white);
  background: var(--ink-950);
}

.section--ink .section-lede {
  color: #bed0d4;
}

.section-head {
  display: grid;
  margin-bottom: 52px;
  align-items: end;
  gap: 44px;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
}

.section-head .section-lede {
  margin: 0;
}

.practice-grid,
.card-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.practice-card,
.content-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 355px;
  padding: 34px;
  flex-direction: column;
  background: var(--paper);
  text-decoration: none;
  transition: background var(--ease), color var(--ease), transform var(--ease);
}

.practice-card:hover,
.content-card:hover {
  z-index: 1;
  color: var(--white);
  background: var(--ink-900);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.card-index {
  margin-bottom: 82px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.practice-card:hover .card-index,
.content-card:hover .card-index {
  color: var(--yellow);
}

.practice-card h3,
.content-card h3 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(25px, 2.8vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.practice-card p,
.content-card p {
  margin: 18px 0 24px;
  color: var(--steel-600);
  font-size: 16px;
}

.practice-card:hover p,
.content-card:hover p {
  color: #c7d4d7;
}

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

.scope-panel {
  min-width: 0;
  padding: clamp(30px, 3.5vw, 48px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(7, 26, 34, 0.06);
}

.scope-panel__label {
  margin: 0 0 34px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.scope-panel h3 {
  margin: 0;
  font-size: clamp(28px, 2.8vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.scope-panel > p:not(.scope-panel__label) {
  margin: 20px 0 0;
  color: var(--steel-600);
  font-size: 16px;
}

.scope-links {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.scope-links li {
  border-bottom: 1px solid var(--line);
}

.scope-links a {
  display: flex;
  min-height: 48px;
  padding-block: 13px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--ink-900);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.35;
  text-decoration: none;
}

.scope-links a::after {
  flex: 0 0 auto;
  color: var(--blue);
  content: "→";
}

.scope-links a:hover {
  color: var(--blue);
}

.scope-links--described {
  display: grid;
  border-top: 0;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scope-links--described li {
  border: 1px solid var(--line);
  background: var(--paper);
}

.scope-links--described a {
  height: 100%;
  padding: 18px;
  align-items: flex-start;
}

.scope-links__copy {
  display: grid;
  gap: 7px;
}

.scope-links__description {
  color: var(--steel-600);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .scope-links--described {
    grid-template-columns: 1fr;
  }
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 1px;
  gap: 1px;
  background: var(--line);
  list-style: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-step {
  min-width: 0;
  min-height: 340px;
  padding: 30px;
  background: var(--paper);
}

.process-step__number {
  display: block;
  margin-bottom: 64px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.process-step h3 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 29px);
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.process-step p {
  margin: 18px 0 0;
  color: var(--steel-600);
  font-size: 15px;
}

.matter-grid {
  display: grid;
  padding: 1px;
  gap: 1px;
  background: var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.matter-card {
  min-width: 0;
  padding: clamp(30px, 4.5vw, 58px);
  background: var(--paper);
}

.matter-card h3 {
  max-width: 24ch;
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.matter-card p {
  max-width: 66ch;
  margin: 22px 0 0;
  color: var(--steel-600);
}

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

.region-card {
  display: flex;
  min-width: 0;
  min-height: 280px;
  padding: clamp(28px, 3.5vw, 44px);
  flex-direction: column;
  border: 1px solid var(--line);
  background: var(--white);
  text-decoration: none;
  transition: color var(--ease), background var(--ease), transform var(--ease);
}

.region-card:hover {
  color: var(--white);
  background: var(--ink-900);
  transform: translateY(-3px);
}

.region-card h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.region-card p {
  margin: 18px 0 28px;
  color: var(--steel-600);
}

.region-card > span {
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
}

.region-card h3 a,
.region-card li a {
  color: inherit;
  text-decoration: none;
}

.region-card h3 a:hover,
.region-card li a:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.region-card ul {
  display: flex;
  margin: auto 0 0;
  padding: 18px 0 0;
  flex-wrap: wrap;
  gap: 9px 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  font-weight: 760;
  list-style: none;
}

.region-card:hover p {
  color: #c7d4d7;
}

.region-card:hover > span,
.region-card:hover .card-link {
  color: var(--yellow);
}

.region-card:hover ul {
  border-color: var(--line-dark);
}

.region-card .text-link,
.region-card .card-link {
  margin-top: auto;
}

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

.evidence-card {
  min-width: 0;
  padding: 30px 30px 34px;
  border-top: 4px solid var(--blue);
  background: var(--limestone);
}

.evidence-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.evidence-card p {
  margin: 16px 0 0;
  color: var(--steel-600);
  font-size: 15px;
}

.faq-list {
  max-width: 980px;
  margin-left: auto;
  border-bottom: 1px solid var(--line);
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 78px;
  padding-block: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 780;
  letter-spacing: -0.025em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  flex: 0 0 auto;
  color: var(--blue);
  content: "+";
  font-size: 28px;
  font-weight: 500;
}

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

.faq-list details p {
  max-width: 75ch;
  margin: -2px 0 30px;
  color: var(--steel-600);
}

.card-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 820;
}

.card-link::after {
  margin-left: 8px;
  content: "→";
}

.feature-split {
  display: grid;
  align-items: stretch;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.feature-split > figure {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.feature-split__media {
  position: relative;
  flex: 1 1 auto;
  min-height: 560px;
  overflow: hidden;
  background: var(--limestone);
}

.feature-split__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-split__media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28%;
  height: 11px;
  background: var(--yellow);
  content: "";
}

.feature-split__body {
  display: flex;
  padding: clamp(42px, 6vw, 78px);
  flex-direction: column;
  justify-content: center;
}

.feature-split__body h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.feature-split__body p {
  margin: 24px 0 0;
  color: var(--steel-600);
  font-size: 18px;
}

.feature-split__body .hero-actions {
  margin-top: 32px;
}

.route-bar {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
}

.route-bar div {
  padding: 22px 20px 0 0;
}

.route-bar span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.route-bar strong {
  display: block;
  margin-top: 7px;
  font-size: 15px;
  line-height: 1.35;
}

.diagram-frame {
  width: min(100%, 1200px);
  margin: 52px auto 0;
}

.diagram-frame img {
  width: 100%;
  height: auto;
}

.diagram-picture {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 12px 36px rgba(7, 26, 34, 0.06);
}

.diagram-caption {
  max-width: 76ch;
  margin: 12px 2px 0;
  color: var(--steel-600);
  font-size: 12px;
  line-height: 1.45;
}

.visual-atlas {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 16px 44px rgba(7, 26, 34, 0.07);
}

.visual-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #f8f7f1;
}

.visual-card__media::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 84px;
  height: 7px;
  background: var(--yellow);
  content: "";
}

.visual-card__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform var(--ease);
}

.visual-card__media:hover img {
  transform: scale(1.012);
}

.visual-card__body {
  padding: clamp(28px, 3.5vw, 44px);
}

.visual-card__body h3 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.visual-card__body > p:not(.scope-panel__label) {
  max-width: 60ch;
  margin: 20px 0 28px;
  color: var(--steel-600);
}

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

.outcome-card {
  display: flex;
  min-height: 360px;
  padding: clamp(32px, 5vw, 58px);
  flex-direction: column;
  border: 1px solid var(--line-dark);
  background: var(--ink-900);
  text-decoration: none;
}

.outcome-card:hover {
  border-color: var(--yellow);
}

.outcome-card__court {
  color: #76cee4;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.outcome-card h3 {
  margin: 66px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.outcome-card p {
  margin: 20px 0 0;
  color: #c7d4d7;
}

.outcome-card .card-link {
  margin-top: auto;
  color: var(--yellow);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 34px clamp(72px, 7vw, 100px);
  border-bottom: 1px solid var(--line);
  background: var(--limestone);
}

.page-hero::before {
  position: absolute;
  top: 0;
  right: max(0px, calc((100vw - var(--max)) / 2));
  width: min(44vw, 650px);
  height: 100%;
  background-image: linear-gradient(rgba(13, 40, 50, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 40, 50, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, #000);
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 0 48px;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--steel-600);
  font-size: 13px;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 8px;
  color: var(--steel-400);
  content: "/";
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--blue);
  text-decoration: underline;
}

.page-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(46px, 6vw, 82px);
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.page-hero__visual {
  min-width: 0;
  margin: 0;
}

.page-hero__copy {
  min-width: 0;
}

.page-hero__copy h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(46px, 5.45vw, 78px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.page-hero__dek {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--steel-600);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
}

.page-hero__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 12px solid var(--paper);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.page-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__media::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 86px;
  height: 8px;
  background: var(--yellow);
  content: "";
}

.page-hero__visual--graphic .page-hero__media {
  background: #f8f7f1;
}

.page-hero__visual--graphic .page-hero__media img {
  object-fit: contain;
}

.page-hero--home {
  padding-block: clamp(72px, 7vw, 96px);
}

.page-hero--home .page-hero__copy h1 {
  max-width: 14ch;
  font-size: clamp(50px, 5.65vw, 82px);
}

.page-hero--policy .page-hero__copy h1 {
  max-width: 17ch;
}

.directory-jumps {
  width: 100%;
  margin-bottom: clamp(48px, 6vw, 76px);
  padding: 28px clamp(24px, 4vw, 46px) 32px;
  border-top: 4px solid var(--blue);
  background: var(--limestone);
  box-shadow: 0 14px 42px rgba(7, 26, 34, 0.07);
}

.directory-jumps > span {
  display: block;
  margin-bottom: 10px;
  color: var(--steel-600);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.directory-jumps ul {
  display: grid;
  margin: 14px 0 0;
  padding: 1px;
  gap: 1px;
  background: var(--line);
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.directory-jumps li {
  min-width: 0;
  background: var(--white);
}

.directory-jumps a {
  display: flex;
  min-height: 74px;
  padding: 15px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink-800);
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.directory-jumps a::after {
  flex: 0 0 auto;
  color: var(--blue);
  content: "→";
}

.directory-jumps a:hover {
  color: var(--blue);
  background: #f6fbfc;
}

.directory-jumps strong {
  min-width: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
}

.directory-jumps small {
  display: block;
  margin-left: auto;
  color: var(--steel-600);
  font-size: 11px;
  white-space: nowrap;
}

.hub-directory-section {
  padding-block: clamp(64px, 7vw, 98px);
}

.hub-overview {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hub-overview__lead {
  display: grid;
  grid-column: 1 / -1;
  padding-bottom: clamp(34px, 5vw, 58px);
  align-items: start;
  gap: clamp(34px, 6vw, 84px);
  border-bottom: 1px solid var(--line);
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
}

.hub-overview__lead h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(32px, 3.8vw, 50px);
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.hub-overview__lead .article-intro {
  max-width: 64ch;
  margin: 0;
}

.hub-overview > .content-section {
  grid-column: span 2;
  min-width: 0;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line);
  background: var(--limestone);
}

.hub-overview > .content-section:first-of-type {
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--line);
}

.hub-overview > .content-section h2 {
  font-size: clamp(26px, 2.5vw, 34px);
}

.hub-overview > .content-section p {
  font-size: 16px;
}

.hub-overview > .content-section .bullet-list {
  border: 0;
  background: transparent;
}

.hub-overview > .content-section .bullet-list li {
  padding: 12px 0 12px 24px;
  border-top: 1px solid var(--line);
  background: transparent;
  font-size: 14px;
}

.hub-overview > .content-section .bullet-list li::before {
  top: 22px;
  left: 2px;
}

.hub-overview--1 > .content-section {
  grid-column: 2 / span 4;
}

.hub-overview--2 > .content-section,
.hub-overview--4 > .content-section {
  grid-column: span 3;
}

.hub-directory {
  margin-top: clamp(68px, 8vw, 108px);
}

.service-directory {
  scroll-margin-top: 0;
}

.card-grid--directory {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.card-grid--directory .content-card {
  min-height: 300px;
  padding: 28px;
  grid-column: span 2;
}

.card-grid--directory .card-index {
  margin-bottom: 46px;
}

.card-grid--directory .content-card h3 {
  font-size: clamp(24px, 2.1vw, 30px);
}

.card-grid--directory .content-card:last-child:nth-child(3n + 1) {
  grid-column: 3 / span 2;
}

.card-grid--directory .content-card:nth-last-child(2):nth-child(3n + 1) {
  grid-column: 2 / span 2;
}

.article-shell {
  display: grid;
  max-width: 1120px;
  gap: clamp(46px, 5vw, 68px);
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
}

[data-block="article-body"] {
  padding-block: clamp(64px, 7vw, 96px);
}

.article-rail {
  min-width: 0;
}

.article-rail__sticky {
  display: grid;
  padding: 22px 0;
  align-items: start;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 150px minmax(0, 1fr);
}

.article-rail__label {
  display: block;
  margin: 8px 0 0;
  color: var(--blue);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.article-rail nav {
  display: grid;
  min-width: 0;
  gap: 0 30px;
  counter-reset: section-index;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-rail a {
  display: grid;
  min-width: 0;
  padding: 8px 0;
  align-items: start;
  gap: 12px;
  color: var(--steel-600);
  font-size: 14px;
  grid-template-columns: 28px minmax(0, 1fr);
  line-height: 1.4;
  text-decoration: none;
}

.article-rail a::before {
  color: var(--blue);
  content: counter(section-index, decimal-leading-zero);
  counter-increment: section-index;
  font-size: 10px;
  font-weight: 840;
  letter-spacing: 0.08em;
  line-height: 2;
}

.article-rail a:hover {
  color: var(--ink-950);
}

.prose {
  width: min(100%, 1080px);
  margin-inline: auto;
}

.article-intro {
  width: min(100%, 820px);
  max-width: 72ch;
  margin: 0 auto 62px;
  color: var(--ink-800);
  font-size: clamp(21px, 2.5vw, 28px);
  line-height: 1.52;
}

.content-section {
  width: min(100%, 820px);
  margin-inline: auto;
  padding: 52px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 0;
}

.content-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.content-section h2 {
  max-width: 23ch;
  margin: 0;
  font-size: clamp(30px, 3.6vw, 46px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.content-section p {
  max-width: var(--text);
  margin: 22px 0 0;
  color: var(--steel-700);
}

.bullet-list {
  display: grid;
  max-width: 820px;
  margin: 30px 0 0;
  padding: 0;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding: 16px 20px 16px 48px;
  background: var(--white);
}

.bullet-list li::before {
  position: absolute;
  top: 25px;
  left: 22px;
  width: 10px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.source-box {
  width: min(100%, 820px);
  margin: 60px auto 0;
  padding: 30px;
  border-left: 5px solid var(--blue);
  background: var(--blue-soft);
}

.source-box h2 {
  margin: 0;
  font-size: 22px;
}

.source-box ul {
  margin: 18px 0 0;
  padding-left: 22px;
}

.source-box li + li {
  margin-top: 8px;
}

.source-box a {
  color: var(--ink-800);
  font-weight: 700;
}

.group-block + .group-block {
  margin-top: 86px;
}

.group-block .card-grid {
  gap: 16px;
  border: 0;
  background: transparent;
}

.group-block .content-card {
  border: 1px solid var(--line);
}

.group-block__head {
  display: grid;
  margin-bottom: 30px;
  gap: 30px;
  grid-template-columns: 0.72fr 1fr;
}

.group-block h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.group-block__head p {
  margin: 0;
  color: var(--steel-600);
}

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

.card-grid--four .content-card {
  min-height: 330px;
  padding: 28px;
}

.card-grid--four .content-card h3 {
  font-size: 27px;
}

.card-grid--four .card-index {
  margin-bottom: 52px;
}

.form-layout {
  display: grid;
  gap: clamp(44px, 7vw, 92px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.form-aside {
  align-self: start;
}

.contact-direct {
  margin-top: 32px;
  padding: 28px;
  color: var(--white);
  background: var(--ink-950);
}

.contact-direct strong,
.contact-direct a {
  display: block;
}

.contact-direct strong {
  color: var(--yellow);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-direct a {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.contact-direct p {
  margin: 12px 0 0;
  color: #c7d4d7;
  font-size: 14px;
}

.form-card {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-card h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -0.04em;
}

.form-note {
  margin: 14px 0 30px;
  color: var(--steel-600);
  font-size: 14px;
}

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

.field {
  min-width: 0;
}

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

.field label,
.field legend {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-800);
  font-size: 14px;
  font-weight: 780;
}

.field small {
  display: block;
  margin-top: 7px;
  color: var(--steel-600);
  font-size: 12px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #aeb8bb;
  border-radius: 0;
  background: var(--paper);
}

.field textarea {
  min-height: 170px;
  resize: vertical;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--ink-800);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(20, 124, 158, 0.18);
}

.checkbox {
  display: grid;
  align-items: start;
  gap: 12px;
  grid-template-columns: 22px 1fr;
}

.checkbox input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
}

.checkbox label {
  margin: 0;
  color: var(--steel-700);
  font-size: 14px;
  font-weight: 500;
}

.turnstile-block {
  min-width: 0;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.turnstile-block [data-turnstile],
.turnstile-block iframe {
  min-width: 0;
  max-width: 100%;
}

.turnstile-block [data-turnstile] {
  min-height: 65px;
}

.turnstile-block p {
  margin: 10px 0 0;
  color: var(--steel-600);
  font-size: 12px;
  line-height: 1.55;
}

.form-actions {
  display: flex;
  margin-top: 28px;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.form-status {
  min-height: 26px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: #116142;
}

.form-status[data-state="error"] {
  color: #992b25;
}

.form-status[data-state="turnstile"],
.form-status[data-state="pending"] {
  color: var(--steel-600);
}

.field-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.acknowledgment {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid #a5cdb8;
  background: #eaf4ee;
}

.acknowledgment strong {
  display: block;
  color: #0a5c3b;
}

.acknowledgment p {
  margin: 7px 0 0;
  color: #244b3d;
  font-size: 14px;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(70px, 8vw, 104px);
  color: var(--white);
  background: var(--ink-950);
}

.cta-band::after {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 66px rgba(255, 255, 255, 0.035), 0 0 0 132px rgba(255, 255, 255, 0.025);
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  gap: 50px;
  grid-template-columns: 1fr auto;
}

.cta-band__inner > * {
  min-width: 0;
}

.cta-band h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(38px, 5.5vw, 70px);
  letter-spacing: -0.052em;
  line-height: 1;
}

.cta-band p {
  max-width: 680px;
  margin: 22px 0 0;
  color: #c7d4d7;
  font-size: 18px;
}

.cta-band__phone {
  display: inline-block;
  margin-top: 18px;
  color: var(--yellow);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 820;
  letter-spacing: 0.01em;
}

.cta-band__phone:hover {
  color: var(--white);
}

.site-footer {
  padding-block: 72px 28px;
  color: #c5d0d3;
  background: #041218;
}

.footer-grid {
  display: grid;
  gap: 52px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.footer-brand img {
  width: 255px;
  max-height: 50px;
}

.footer-brand p {
  max-width: 360px;
  margin: 24px 0 0;
  color: #9fb0b5;
  font-size: 14px;
}

.footer-column h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li + li {
  margin-top: 10px;
}

.footer-column a,
.footer-column button {
  padding: 0;
  border: 0;
  color: #b8c6c9;
  background: transparent;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.footer-column a:hover,
.footer-column button:hover {
  color: var(--yellow);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  margin-top: 58px;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line-dark);
  color: #83959a;
  font-size: 12px;
}

.photo-credit,
.visual-note {
  margin: 9px 2px 11px;
  color: var(--steel-600);
  font-size: 12px;
  line-height: 1.45;
}

.visual-note {
  max-width: 72ch;
}

.cookie-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 0;
  color: var(--ink-950);
  background: var(--white);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.cookie-dialog::backdrop {
  background: rgba(4, 18, 24, 0.72);
  backdrop-filter: blur(4px);
}

.cookie-dialog__body {
  padding: clamp(28px, 5vw, 48px);
}

.cookie-dialog h2 {
  margin: 0;
  font-size: 34px;
  letter-spacing: -0.04em;
}

.cookie-dialog p {
  color: var(--steel-600);
}

.cookie-row {
  display: flex;
  margin-top: 24px;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-block: 1px solid var(--line);
}

.cookie-row strong,
.cookie-row span {
  display: block;
}

.cookie-row span {
  margin-top: 3px;
  color: var(--steel-600);
  font-size: 13px;
}

.cookie-badge {
  color: #116142;
  font-size: 13px;
  font-weight: 800;
}

.cookie-actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 12px;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 1180px) {
  .header__inner {
    min-height: 80px;
    gap: 18px;
  }

  .site-header .brand img {
    width: 238px;
    max-height: 46px;
  }

  .header__cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100svh - 126px);
    margin: 0;
    padding: 10px max(24px, calc((100vw - var(--max)) / 2)) 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-nav[data-open="true"] {
    display: grid;
  }

  .site-nav > a,
  .nav-summary {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }

  .site-nav > .site-nav__phone,
  .site-nav > .site-nav__contact {
    display: inline-flex;
    justify-content: center;
  }

  .site-nav > .site-nav__phone {
    margin-top: 6px;
    border: 1px solid rgba(7, 26, 34, 0.22);
    color: var(--ink-950);
    font-variant-numeric: tabular-nums;
    font-weight: 850;
  }

  .site-nav > .site-nav__contact {
    color: var(--white);
    background: var(--ink-950);
  }

  .site-nav > .site-nav__contact:hover,
  .site-nav > .site-nav__contact[aria-current="page"] {
    color: var(--ink-950);
    background: var(--yellow);
  }

  .site-nav > a::after,
  .nav-summary::after {
    display: none;
  }

  .nav-cluster {
    width: 100%;
  }

  .nav-cluster[open] > .nav-summary {
    color: var(--blue);
  }

  .nav-panel {
    position: static;
    max-height: none;
    overflow: visible;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    background: var(--white);
    box-shadow: none;
  }

  .nav-panel__inner,
  .nav-cluster--compact .nav-panel__inner {
    width: 100%;
    padding: 20px 14px 24px;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .nav-panel__lead {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-panel__lead h2 {
    font-size: 26px;
  }

  .nav-panel__columns,
  .nav-cluster--compact .nav-panel__columns,
  .nav-cluster--services .nav-panel__columns {
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-panel__columns a {
    min-height: 44px;
    padding-block: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .card-grid--directory .content-card,
  .card-grid--directory .content-card:last-child:nth-child(3n + 1),
  .card-grid--directory .content-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column: auto;
  }

  .card-grid--directory .content-card:last-child:nth-child(odd) {
    width: calc(50% - 8px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .utility__group:first-child {
    display: none;
  }

  .proof-strip ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .proof-strip li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .section-head,
  .feature-split,
  .page-hero__grid,
  .article-shell,
  .form-layout,
  .group-block__head,
  .cta-band__inner {
    grid-template-columns: 1fr;
  }

  .hub-overview__lead {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .hub-overview > .content-section,
  .hub-overview--1 > .content-section,
  .hub-overview--2 > .content-section,
  .hub-overview--4 > .content-section {
    grid-column: span 3;
  }

  .section-head {
    align-items: start;
  }

  .feature-split__media {
    min-height: 420px;
  }

  .page-hero__visual {
    width: min(100%, 760px);
  }

  .article-rail__sticky {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .article-rail__label {
    margin-top: 0;
  }

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

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

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

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

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .wrap {
    width: min(calc(100% - 32px), var(--max));
  }

  .utility__inner {
    min-height: 46px;
  }

  .utility__group {
    gap: 12px;
  }

  .utility__contact {
    display: none;
  }

  .utility__phone {
    font-size: 18px;
  }

  .header__inner {
    min-height: 74px;
  }

  .site-header .brand img {
    width: 223px;
  }

  .article-rail nav {
    grid-template-columns: 1fr;
  }

  .article-rail a {
    min-height: 44px;
    padding: 11px 0;
    border-top: 1px solid var(--line);
  }

  .site-nav {
    max-height: calc(100svh - 112px);
    padding-inline: 16px;
  }

  .nav-panel__columns,
  .nav-cluster--compact .nav-panel__columns,
  .nav-cluster--services .nav-panel__columns {
    grid-template-columns: 1fr;
  }

  .nav-panel__lead span {
    max-width: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .proof-strip ul {
    grid-template-columns: 1fr;
  }

  .proof-strip li,
  .proof-strip li:nth-child(3) {
    min-height: 64px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .proof-strip li:first-child {
    border-top: 0;
  }

  .section {
    padding-block: 76px;
  }

  .section-head {
    margin-bottom: 34px;
    gap: 24px;
  }

  .practice-grid,
  .card-grid,
  .card-grid--four,
  .outcome-grid,
  .process-grid,
  .matter-grid,
  .evidence-grid,
  .visual-atlas {
    grid-template-columns: 1fr;
  }

  .card-grid--directory .content-card,
  .card-grid--directory .content-card:last-child:nth-child(odd) {
    width: 100%;
    grid-column: auto;
  }

  .hub-overview {
    grid-template-columns: 1fr;
  }

  .hub-overview__lead,
  .hub-overview > .content-section,
  .hub-overview--1 > .content-section,
  .hub-overview--2 > .content-section,
  .hub-overview--4 > .content-section {
    grid-column: auto;
  }

  .process-step {
    min-height: 0;
  }

  .process-step__number {
    margin-bottom: 38px;
  }

  .faq-list summary {
    min-height: 68px;
    font-size: 20px;
  }

  .practice-card,
  .content-card {
    min-height: 300px;
    padding: 28px;
  }

  .card-index {
    margin-bottom: 50px;
  }

  .feature-split__media {
    min-height: 340px;
  }

  .feature-split__body {
    padding: 34px 26px;
  }

  .route-bar {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 24px;
    padding-bottom: 68px;
  }

  .breadcrumbs {
    margin-bottom: 32px;
  }

  .page-hero__copy h1 {
    font-size: clamp(44px, 13.5vw, 66px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .page-hero__media {
    border-width: 8px;
  }

  .page-hero--home {
    padding-top: 58px;
  }

  .page-hero--home .page-hero__copy h1 {
    font-size: clamp(46px, 13.5vw, 62px);
  }

  .directory-jumps ul {
    grid-template-columns: 1fr;
  }

  .directory-jumps a {
    min-height: 58px;
  }

  .article-intro {
    margin-bottom: 42px;
  }

  .content-section {
    padding-block: 40px;
  }

  .group-block + .group-block {
    margin-top: 62px;
  }

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

  .field--full {
    grid-column: auto;
  }

  .form-card {
    padding: 26px 20px;
  }

  .turnstile-block {
    padding: 14px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .utility__group:last-child span {
    display: none;
  }

  .site-header .brand img {
    width: 193px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .page-hero__copy h1 {
    font-size: 42px;
  }

  .form-card {
    padding-inline: 14px;
  }

  .turnstile-block [data-turnstile] {
    min-height: 140px;
  }

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

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

@media print {
  .utility,
  .site-header,
  .cta-band,
  .site-footer,
  .article-rail,
  .cookie-dialog {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  .section,
  .page-hero {
    padding-block: 24px;
    background: #fff;
  }

  a {
    color: #000;
  }
}
