:root {
  --ink: #173f58;
  --ink-deep: #0d3046;
  --blue: #1876ad;
  --blue-soft: #dceef5;
  --green: #2b9b52;
  --green-soft: #e4f2e6;
  --paper: #faf9f5;
  --warm: #f1efe7;
  --white: #ffffff;
  --muted: #587080;
  --line: rgba(23, 63, 88, 0.16);
  --crisis: #7a2f36;
  --shadow: 0 22px 70px rgba(16, 49, 69, 0.11);
  --radius: 26px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink-deep); font-family: var(--sans); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--blue-soft); color: var(--ink-deep); }

.site-shell { min-height: 100vh; overflow: clip; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.section-compact { padding-top: 0; }
.section-tinted { background: var(--warm); }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 16px; border-radius: 999px; background: var(--ink-deep); color: white; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(23,63,88,.1); background: rgba(250,249,245,.9); backdrop-filter: blur(18px); }
.header-inner { width: min(1320px, calc(100% - 36px)); min-height: 82px; margin: auto; display: flex; align-items: center; gap: 34px; }
.brand { margin-right: auto; display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 42px; height: 37px; object-fit: contain; }
.brand span { display: grid; line-height: 1.18; }
.brand strong { font-family: var(--serif); font-size: 18px; letter-spacing: .01em; font-weight: 600; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; letter-spacing: .02em; }
.desktop-nav { display: flex; gap: 24px; align-items: center; }
.desktop-nav a, .language-link { position: relative; color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.desktop-nav a::after, .language-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--green); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .language-link:hover::after, .language-link:focus-visible::after { right: 0; }
.header-actions { display: flex; gap: 18px; align-items: center; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; gap: 4px; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { width: 18px; height: 2px; border-radius: 2px; background: var(--ink); }
.mobile-nav-panel { position: absolute; top: 55px; right: 0; width: min(320px, calc(100vw - 32px)); padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); display: grid; }
.mobile-nav-panel a { padding: 12px; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 650; text-decoration: none; }
.mobile-nav-panel a:last-child { border-bottom: 0; color: var(--blue); }

.button { min-height: 50px; padding: 13px 21px; border: 1px solid var(--blue); border-radius: 999px; background: var(--blue); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 750; line-height: 1.2; text-decoration: none; box-shadow: 0 9px 24px rgba(24,118,173,.18); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #0f689b; box-shadow: 0 13px 30px rgba(24,118,173,.25); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 12px; box-shadow: none; }
.button-ghost { background: transparent; color: var(--ink); border-color: var(--line); box-shadow: none; }
.button-ghost:hover, .button-ghost:focus-visible { background: white; color: var(--ink); }
.button-on-dark { border-color: white; background: white; color: var(--ink-deep); box-shadow: none; }
.button-on-dark:hover, .button-on-dark:focus-visible { background: var(--green-soft); color: var(--ink-deep); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--blue); font-size: 14px; font-weight: 760; text-underline-offset: 5px; }
.text-link-light { color: white; white-space: nowrap; }

.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.mobile-line-break { display: none; }
.eyebrow-light { color: #98d6ef; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
h1 { max-width: 820px; margin-bottom: 22px; color: var(--ink-deep); font-size: clamp(49px, 6.1vw, 84px); line-height: 1.01; }
h2 { margin-bottom: 26px; color: var(--ink-deep); font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; }
h3, h4 { line-height: 1.25; }

.hero { min-height: calc(100vh - 82px); padding-top: 92px; display: flex; align-items: center; background: linear-gradient(135deg, #fbfaf6 0%, #f9f8f3 48%, #eef5f1 100%); }
.hero-glow { position: absolute; width: 650px; height: 650px; right: -220px; top: -150px; border-radius: 50%; background: radial-gradient(circle, rgba(43,155,82,.12), rgba(43,155,82,0) 70%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); align-items: center; gap: 52px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 25px; }
.hero h1 { max-width: 720px; font-size: clamp(50px, 5.2vw, 72px); line-height: 1.04; }
.hero-subtitle { margin-bottom: 18px; color: var(--ink); font-size: clamp(17px, 2vw, 22px); font-weight: 700; }
.hero-text { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 1.78; }
.hero-facts { margin: 38px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 24px; list-style: none; }
.hero-facts li { position: relative; padding-left: 18px; color: var(--ink); font-size: 13px; font-weight: 720; }
.hero-facts li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.hero-art { min-height: 500px; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-art img { position: relative; z-index: 2; width: min(445px, 100%); height: auto; aspect-ratio: 960 / 828; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(15,59,81,.07)); }
.logo-orbit { position: absolute; border: 1px solid rgba(24,118,173,.14); border-radius: 50%; }
.logo-orbit-one { width: 400px; height: 400px; right: 0; top: 48px; border-color: rgba(24,118,173,.09); }

.request-strip { padding: 45px 0; background: var(--ink-deep); color: white; }
.request-strip-grid { display: grid; grid-template-columns: .85fr 1.55fr auto; gap: 50px; align-items: center; }
.request-strip h2 { max-width: 340px; margin: 0; color: white; font-family: var(--serif); font-size: 30px; line-height: 1.15; }
.request-strip p { margin-bottom: 8px; color: #e4eef3; line-height: 1.6; }
.request-strip .small-note { margin: 0; color: #a9c0cc; font-size: 12px; }

.two-column-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: start; }
.sticky-heading { position: sticky; top: 126px; }
.section-heading h2 { max-width: 690px; }
.section-heading-wide { max-width: 870px; margin-bottom: 55px; }
.section-heading-wide > p:last-child { max-width: 760px; color: var(--muted); font-size: 18px; }
.prose { color: var(--muted); }
.prose p { margin-bottom: 20px; }
.prose-large { font-size: 18px; line-height: 1.82; }
.principle-list { margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; list-style: none; }
.principle-list li { padding: 16px 18px 16px 43px; position: relative; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.6); color: var(--ink); font-size: 14px; font-weight: 700; }
.principle-list li::before { content: ""; position: absolute; left: 19px; top: 22px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.treatment-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.treatment-card { min-height: 210px; padding: 32px 38px 34px 30px; position: relative; border-bottom: 1px solid var(--line); }
.treatment-card:nth-child(odd) { border-right: 1px solid var(--line); }
.treatment-card h3 { margin: 0 0 12px; color: var(--ink-deep); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.treatment-card p { margin: 0; color: var(--muted); font-size: 15px; }
.card-mark { width: 24px; height: 11px; margin-bottom: 20px; display: block; border-radius: 90% 10% 90% 10%; background: var(--green); transform: rotate(-14deg); }
.treatment-card:nth-child(1) .card-mark { background: #1876ad; }
.treatment-card:nth-child(2) .card-mark { background: #1a7da9; }
.treatment-card:nth-child(3) .card-mark { background: #1c84a5; }
.treatment-card:nth-child(4) .card-mark { background: #1e8ba0; }
.treatment-card:nth-child(5) .card-mark { background: #20919a; }
.treatment-card:nth-child(6) .card-mark { background: #229694; }
.treatment-card:nth-child(7) .card-mark { background: #249a8b; }
.treatment-card:nth-child(8) .card-mark { background: #269d81; }
.treatment-card:nth-child(9) .card-mark { background: #279f75; }
.treatment-card:nth-child(10) .card-mark { background: #29a068; }
.treatment-card:nth-child(11) .card-mark { background: #2aa05b; }
.treatment-card:nth-child(12) .card-mark { background: #2b9b52; }
.fit-note { max-width: 820px; margin: 38px 0 0; color: var(--muted); font-size: 14px; }
.queer-panel { margin-top: 72px; padding: 52px 60px; border-radius: var(--radius); background: white; display: grid; grid-template-columns: 90px 1fr; gap: 38px; box-shadow: var(--shadow); }
.queer-panel h3 { margin: 0 0 17px; color: var(--ink-deep); font-family: var(--serif); font-size: 31px; font-weight: 500; }
.queer-panel p { max-width: 860px; margin-bottom: 13px; color: var(--muted); }
.inclusive-mark { width: 78px; height: 78px; position: relative; border: 1px solid var(--line); border-radius: 50%; }
.inclusive-mark span { position: absolute; width: 30px; height: 14px; border-radius: 90% 10% 90% 10%; background: var(--blue); }
.inclusive-mark span:nth-child(1) { left: 23px; top: 11px; transform: rotate(30deg); }
.inclusive-mark span:nth-child(2) { left: 9px; top: 40px; background: var(--green); transform: rotate(-25deg); }
.inclusive-mark span:nth-child(3) { right: 8px; top: 43px; transform: rotate(25deg); }

.method-section { background: var(--ink-deep); color: white; }
.method-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; }
.section-heading-dark h2 { color: white; }
.prose-light { color: #d5e2e8; }
.method-principles { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.method-principles article { min-height: 280px; padding: 28px 28px 0; border-right: 1px solid rgba(255,255,255,.2); }
.method-principles article:first-child { padding-left: 0; }
.method-principles article:last-child { border-right: 0; }
.method-principles h3 { margin: 14px 0 13px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.method-principles p { color: #b8cbd4; font-size: 14px; }
.continuity-note { margin-top: 54px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 300px 1fr; gap: 42px; }
.continuity-note h3 { margin: 0; color: white; font-size: 16px; font-weight: 750; }
.continuity-note p { max-width: 760px; margin: 0; color: #d5e2e8; font-size: 16px; line-height: 1.75; }

.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { padding: 30px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 100px 1fr; gap: 26px; align-items: start; }
.step-number { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 7px; color: var(--ink-deep); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.process-list p { max-width: 830px; margin: 0; color: var(--muted); }
.costs-heading { margin: 88px 0 28px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.costs-heading h3 { margin: 0; color: var(--ink-deep); font-family: var(--serif); font-size: 36px; font-weight: 500; }
.costs-heading p { margin: 0; color: var(--muted); }
.cost-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.cost-grid article { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.cost-grid h4 { margin: 0 0 16px; color: var(--ink-deep); font-size: 16px; }
.cost-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.about-grid h2 { margin-bottom: 13px; }
.role-line { max-width: 430px; color: var(--blue); font-size: 14px; font-weight: 750; }
.timeline { margin-top: 52px; }
.timeline > div { position: relative; padding: 0 0 30px 35px; display: grid; grid-template-columns: 1fr; }
.timeline > div > span { position: absolute; left: 0; top: 5px; width: 13px; height: 13px; border: 3px solid var(--green); border-radius: 50%; background: var(--warm); }
.timeline > div:not(:last-child)::before { content: ""; position: absolute; left: 6px; top: 18px; bottom: -2px; width: 1px; background: var(--line); }
.timeline h3 { margin: 0 0 5px; color: var(--ink-deep); font-size: 16px; }
.timeline p { margin: 0; font-size: 14px; }

.request-section { background: linear-gradient(180deg, var(--warm) 0, var(--paper) 100%); }
.request-card { padding: 70px 75px; border-radius: 34px; background: linear-gradient(135deg, #0d344c, #155b78); color: white; box-shadow: var(--shadow); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 70px; align-items: center; }
.request-card h2 { max-width: 720px; color: white; }
.request-copy > p:not(.eyebrow):not(.contact-note) { max-width: 730px; color: #d7e4ea; }
.request-actions { padding: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.07); }
.request-action-mark { height: 32px; margin-bottom: 25px; position: relative; }
.request-action-mark span { position: absolute; width: 30px; height: 13px; border-radius: 90% 10% 90% 10%; background: #76c9e7; transform: rotate(-12deg); }
.request-action-mark span:last-child { left: 25px; top: 12px; background: #72c68b; transform: rotate(17deg); }
.request-actions .button { width: 100%; }
.contact-note { margin: 26px 0 0; color: #c5d8e0; font-size: 13px; }
.contact-note strong { color: white; }
.contact-note a { color: white; text-underline-offset: 4px; }

.practice-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.practice-address h2 { max-width: 470px; }
.address-label { margin: 40px 0 8px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.practice-address address { margin-bottom: 25px; color: var(--ink-deep); font-family: var(--serif); font-size: 24px; font-style: normal; line-height: 1.45; }
.practice-address address span { display: block; }
.practice-address > p:not(.eyebrow):not(.address-label) { max-width: 440px; color: var(--muted); }
.arrival-card { padding: 42px 45px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.arrival-card > h3 { margin: 0 0 28px; color: var(--ink-deep); font-family: var(--serif); font-size: 31px; font-weight: 500; }
.arrival-row { padding: 19px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 22px 1fr; gap: 16px; }
.arrival-row > span { width: 11px; height: 11px; margin-top: 6px; border-radius: 50%; background: var(--blue); }
.arrival-row:nth-of-type(even) > span { background: var(--green); }
.arrival-row h4 { margin: 0 0 4px; color: var(--ink-deep); font-size: 14px; }
.arrival-row p { margin: 0; color: var(--muted); font-size: 14px; }
.accessibility-note { margin: 25px 0 0; padding: 16px 18px; border-radius: 12px; background: var(--warm); color: var(--ink); font-size: 13px; }

.boundary-card { padding: 45px 50px; border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: 18px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.boundary-card h2 { margin: 0; font-size: 34px; }
.boundary-card .prose p:last-child { margin-bottom: 0; }

.crisis-section { padding: 90px 0; background: #f3e9e7; color: #4f262b; }
.eyebrow-crisis { color: var(--crisis); }
.crisis-heading { max-width: 860px; }
.crisis-heading h2 { color: #4f262b; }
.crisis-heading > p:last-child { font-size: 18px; }
.crisis-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.crisis-grid article { min-height: 220px; padding: 25px; border: 1px solid rgba(122,47,54,.2); border-radius: 16px; background: rgba(255,255,255,.58); }
.crisis-grid h3 { margin: 0 0 14px; color: #4f262b; font-size: 15px; }
.crisis-grid p { color: #724a4f; font-size: 13px; white-space: pre-line; }
.crisis-grid a { color: var(--crisis); font-size: 13px; font-weight: 760; text-underline-offset: 4px; }
.crisis-closing { margin: 30px 0 0; padding: 18px 20px; border: 1px solid rgba(122,47,54,.24); border-left: 5px solid var(--crisis); border-radius: 10px; background: rgba(255,255,255,.62); color: #4f262b; font-weight: 780; }

.site-footer { padding: 55px 0 35px; background: #09293c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.footer-brand img { filter: brightness(0) invert(1); opacity: .92; }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.footer-brand span { color: #abc0cb; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { color: #d9e4e9; font-size: 13px; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: white; text-decoration: underline; }
.footer-grid > p { grid-column: 1 / -1; margin: 10px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); color: #8fa8b4; font-size: 11px; }

.legal-shell { min-height: 100vh; background: var(--paper); }
.legal-header { padding: 20px 0; border-bottom: 1px solid var(--line); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-back { color: var(--blue); font-size: 14px; font-weight: 700; text-decoration: none; }
.legal-language { color: var(--ink); font-size: 13px; }
.legal-main { width: min(880px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0 120px; }
.legal-main h1 { max-width: none; font-size: clamp(44px, 6vw, 70px); }
.legal-lead { max-width: 720px; margin-bottom: 55px; color: var(--muted); font-size: 18px; }
.legal-section { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 18px; font-size: 28px; }
.legal-section h3 { margin: 23px 0 7px; color: var(--ink-deep); font-size: 16px; }
.legal-section p, .legal-section li, .legal-section address { color: var(--muted); }
.legal-section address { font-style: normal; }
.legal-section a { color: var(--blue); text-underline-offset: 4px; }
.legal-section ul { padding-left: 22px; }
.legal-notice { margin-top: 40px; padding: 18px 20px; border-radius: 12px; background: var(--warm); color: var(--muted); font-size: 13px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero-grid { grid-template-columns: 1.15fr .85fr; }
  .hero-art { min-height: 430px; }
  .method-principles { grid-template-columns: repeat(2, 1fr); }
  .method-principles article { border-bottom: 1px solid rgba(255,255,255,.2); }
  .method-principles article:nth-child(2) { border-right: 0; }
  .crisis-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1101px) {
  .header-actions::before { content: ""; width: 1px; height: 22px; margin-right: 1px; background: var(--line); }
  .fit-note { max-width: none; }
}

@media (max-width: 820px) {
  .container, .legal-main { width: min(100% - 34px, 680px); }
  .section { padding: 84px 0; }
  .section-compact { padding-top: 0; }
  .header-inner { min-height: 72px; }
  .header-actions .button { display: none; }
  .brand small { display: none; }
  .hero { min-height: auto; padding: 74px 0 65px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0; }
  .hero-art { min-height: 330px; margin-top: 16px; }
  .hero-art img { width: min(420px, 84%); }
  .logo-orbit-one { width: 330px; height: 330px; right: 12%; top: 4px; }
  .request-strip-grid { grid-template-columns: 1fr; gap: 22px; }
  .two-column-intro, .method-grid, .about-grid, .practice-grid, .boundary-card { grid-template-columns: 1fr; gap: 42px; }
  .sticky-heading { position: static; }
  .method-principles { margin-top: 45px; }
  .continuity-note { grid-template-columns: 1fr; gap: 12px; }
  .costs-heading { grid-template-columns: 1fr; gap: 15px; }
  .request-card { padding: 52px 40px; grid-template-columns: 1fr; gap: 35px; }
  .boundary-card { padding: 34px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .header-inner { width: calc(100% - 24px); gap: 14px; }
  .brand strong { font-size: 16px; }
  .header-actions { margin-left: auto; }
  .language-link { font-size: 12px; }
  .hero { padding-top: 58px; }
  .mobile-line-break { display: block; }
  .hero-eyebrow > span:last-child { display: inline-block; margin-top: 3px; }
  h1 { font-size: clamp(45px, 13vw, 62px); }
  .hero h1 { font-size: clamp(44px, 12vw, 56px); }
  h2 { font-size: clamp(36px, 10vw, 49px); }
  .hero-text, .prose-large, .section-heading-wide > p:last-child { font-size: 16px; }
  .hero-art { min-height: 275px; }
  .hero-facts { display: grid; gap: 8px; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .principle-list, .treatment-grid, .cost-grid, .method-principles, .crisis-grid { grid-template-columns: 1fr; }
  .treatment-card:nth-child(odd) { border-right: 0; }
  .treatment-card { min-height: 0; padding: 28px 0; }
  .queer-panel { padding: 34px 28px; grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .queer-panel > div:last-child { min-width: 0; }
  .queer-panel h3 { max-width: 100%; overflow-wrap: normal; hyphens: manual; }
  .method-principles article, .method-principles article:first-child { min-height: 0; padding: 28px 0; border-right: 0; }
  .method-principles h3 { margin-top: 0; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 12px; }
  .cost-grid article { min-height: 0; }
  .request-card { width: min(100% - 22px, 680px); padding: 40px 26px; grid-template-columns: 1fr; }
  .request-actions { padding: 26px 22px; }
  .arrival-card { padding: 32px 26px; }
  .boundary-card { width: min(100% - 34px, 680px); padding: 28px 24px; }
  .crisis-grid article { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .legal-main { padding-top: 55px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
