
:root {
  --ink: #18191b;
  --navy: #282126;
  --navy-2: #47212b;
  --blue: #e8edef;
  --ice: #f0f2f2;
  --paper: #f7f4ef;
  --white: #ffffff;
  --copper: #a7253a;
  --copper-dark: #7e1728;
  --gold: #b18a55;
  --sage: #667c76;
  --muted: #616268;
  --line: #d7d2cb;
  --radius-sm: 4px;
  --radius: 7px;
  --radius-lg: 10px;
  --shadow: 0 18px 45px rgba(24, 25, 27, .11);
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, ui-sans-serif, system-ui, sans-serif; line-height: 1.65; overflow-x: hidden; }
body::before { display: none; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.15rem; }
h1, h2, h3 { font-family: Arial, Helvetica, ui-sans-serif, system-ui, sans-serif; line-height: 1.04; letter-spacing: -.045em; margin: 0 0 .7em; }
h1 { font-size: clamp(2.65rem, 5.2vw, 5.7rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.45rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
h1 em, h2 em { color: var(--copper); font-style: italic; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: -5rem; background: var(--white); padding: .8rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.section { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1rem; color: var(--copper-dark); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #f5caa9; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.32rem); color: var(--muted); max-width: 760px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .82rem 1.25rem; border: 1px solid transparent; border-radius: 4px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-copper { color: white; background: var(--copper); box-shadow: 0 12px 28px rgba(214, 107, 69, .25); }
.button-primary:hover, .button-copper:hover { background: var(--copper-dark); }
.button-secondary { border-color: #cbd3d5; background: rgba(255,255,255,.65); }
.button-light { color: var(--ink); background: white; }
.button-ghost { color: var(--ink); border-color: var(--line); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); font-weight: 850; text-decoration: none; }
.text-link span { color: var(--copper); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: white; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,241,.96); border-bottom: 1px solid rgba(16,27,42,.08); backdrop-filter: blur(14px); }
.header-inner { width: min(calc(100% - 2rem), 1360px); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: stretch; gap: .7rem; text-decoration: none; flex-shrink: 0; }
.brand-rule { width: 5px; min-height: 43px; background: var(--copper); }
.brand-copy { display: flex; flex-direction: column; justify-content: center; line-height: 1; letter-spacing: -.025em; }
.brand strong { font-size: 1.08rem; letter-spacing: .025em; text-transform: uppercase; }
.brand em { margin-top: .22rem; color: var(--copper-dark); font-size: .83rem; font-style: normal; font-weight: 800; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: clamp(.65rem, 1.5vw, 1.3rem); font-size: .86rem; font-weight: 760; }
.main-nav > a { text-decoration: none; white-space: nowrap; }
.nav-cta { color: white !important; background: var(--navy); border-radius: 999px; padding: .75rem 1rem; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--navy); padding: 12px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: white; transition: transform .2s ease, opacity .2s ease; }
.breadcrumbs { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 1rem 0 0; font-size: .76rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: #a2aaad; }
.breadcrumbs a { text-decoration: none; }
.home-hero { min-height: 600px; padding: clamp(2.5rem, 4.5vw, 4.5rem) max(1rem, calc((100vw - 1220px)/2)); display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; color: white; background: linear-gradient(115deg, var(--ink), var(--navy-2)); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; width: 340px; height: 340px; right: 8%; top: 9%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.home-hero-copy { position: relative; z-index: 2; max-width: 700px; }
.home-hero h1 { font-size: clamp(3rem, 4.8vw, 4.8rem); }
.home-hero-copy > p { max-width: 670px; color: #dfe8ec; font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.home-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.home-trust div { display: flex; flex-direction: column; }
.home-trust strong { color: #f5caa9; font-size: .88rem; }
.home-trust span { color: #cdd8dc; font-size: .74rem; }
.portrait-collage { position: relative; min-height: 560px; z-index: 2; }
.collage-main { position: absolute; margin: 0; right: 5%; top: 0; width: min(78%, 410px); height: 540px; border-radius: 180px 180px 24px 24px; overflow: hidden; box-shadow: var(--shadow); }
.collage-main img, .collage-small img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.collage-main figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .6rem .8rem; border-radius: 10px; background: rgba(16,27,42,.85); font-size: .75rem; }
.collage-small { position: absolute; margin: 0; width: 140px; height: 180px; overflow: hidden; border: 6px solid var(--navy); border-radius: 18px; }
.collage-one { left: 0; top: 70px; transform: rotate(-4deg); }
.collage-two { left: 4%; bottom: 30px; transform: rotate(5deg); }
.case-pulse { position: absolute; z-index: 3; right: 0; bottom: 42px; padding: .85rem 1rem; border-radius: 12px; color: var(--ink); background: white; font-size: .75rem; font-weight: 750; box-shadow: var(--shadow); animation: float 4s ease-in-out infinite; }
.case-pulse i, .status-dot { display: inline-block; width: 8px; height: 8px; margin-right: .5rem; border-radius: 50%; background: #32a074; box-shadow: 0 0 0 0 rgba(50,160,116,.5); animation: pulse 2s infinite; }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(50,160,116,0); } }
.emergency-strip { width: min(calc(100% - 2rem), 1180px); margin: -25px auto 0; position: relative; z-index: 3; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.2rem 1.5rem; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.emergency-strip > div { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 .3rem; }
.emergency-strip p { grid-column: 2; margin: 0; color: var(--muted); font-size: .84rem; }
.emergency-strip a { color: var(--copper-dark); font-weight: 800; text-decoration: none; white-space: nowrap; }
.feature-hero { width: min(calc(100% - 2rem), var(--max)); min-height: 580px; margin: 1.2rem auto 0; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(2rem,5vw,5rem); padding: clamp(3rem,6vw,6rem); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--ice), #f8eee3); overflow: hidden; }
.feature-hero-compact { min-height: 500px; padding-block: 3.2rem; }
.feature-hero .hero-copy { position: relative; z-index: 2; }
.feature-hero h1 { font-size: clamp(2.8rem,4.7vw,5rem); }
.trust-line { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.7rem; }
.trust-line span { padding: .45rem .65rem; border-radius: 99px; background: rgba(255,255,255,.72); font-size: .72rem; font-weight: 750; }
.hero-portrait { position: relative; justify-self: center; width: min(100%, 360px); height: 440px; }
.hero-portrait > img { position: relative; z-index: 2; width: 100%; height: 100%; border-radius: 170px 170px 24px 24px; object-fit: cover; object-position: center 20%; box-shadow: var(--shadow); }
.portrait-accent { position: absolute; width: 86%; height: 86%; right: -11%; top: 8%; border-radius: 50% 50% 16px 50%; background: var(--copper); transform: rotate(6deg); }
.portrait-label { position: absolute; z-index: 3; left: -35px; bottom: 20px; display: flex; flex-direction: column; padding: .8rem 1rem; border-radius: 12px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.portrait-label span { color: #c8d8df; font-size: .72rem; }
.intro-editorial, .hub-intro, .location-intro, .seo-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,7vw,7rem); }
.intro-heading, .intro-columns, .seo-copy > div { min-width: 0; }
.intro-columns { columns: 2; column-gap: 2rem; }
.intro-columns p { break-inside: avoid; }
.section-heading { max-width: 800px; margin-bottom: 2.3rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.split-heading > p { color: var(--muted); }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.path-card { min-height: 315px; display: flex; flex-direction: column; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.path-card:hover, .topic-card:hover, .index-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.path-card > span { color: var(--copper); font-weight: 900; }
.path-card h3 { margin-top: auto; }
.path-card p { color: var(--muted); font-size: .9rem; }
.path-card b { margin-top: auto; font-size: .8rem; }
.path-dark { color: white; background: var(--navy); }
.path-dark p { color: #cfdae0; }
.practice-preview { display: grid; grid-template-columns: 1.1fr .9fr; padding-inline: clamp(2rem,5vw,5rem); border-radius: var(--radius-lg); color: white; background: var(--ink); }
.practice-quote { padding-right: clamp(1rem,5vw,5rem); }
.practice-quote blockquote { margin: 0 0 1.5rem; font-family: Georgia, serif; font-size: clamp(2rem,3.5vw,3.5rem); line-height: 1.15; }
.practice-quote p { color: #c9d4d9; }
.practice-cards { display: flex; flex-direction: column; justify-content: center; gap: .8rem; }
.practice-mini { padding: 1.1rem; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.05); text-decoration: none; }
.practice-mini span { color: #f5caa9; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.practice-mini strong, .practice-mini small { display: block; }
.practice-mini small { color: #aebfc7; }
.split-services { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,6vw,6rem); }
.service-list { margin: 1.5rem 0; border-top: 1px solid var(--line); }
.service-link { display: flex; align-items: center; justify-content: space-between; padding: .95rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.service-link b { color: var(--copper); }
.team-section { overflow: hidden; }
.team-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 1rem; overflow-x: auto; padding: .5rem 0 1.5rem; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.person-card { min-width: 0; border-radius: var(--radius); background: white; overflow: hidden; scroll-snap-align: start; }
.portrait-frame { height: 340px; overflow: hidden; background: var(--blue); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transition: transform .45s ease; }
.person-card:hover img { transform: scale(1.025); }
.person-copy { padding: 1.1rem; }
.person-copy h3 { margin: .7rem 0 .25rem; font-size: 1.4rem; }
.person-copy p, .person-copy small { color: var(--muted); margin: 0; }
.role-chip { display: inline-flex; padding: .32rem .55rem; border-radius: 99px; color: var(--copper-dark); background: #fae5da; font-size: .64rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.section-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.whatsapp-link { color: #176c50; font-weight: 800; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.process-line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 28px; height: 2px; background: var(--line); }
.process-line article { position: relative; padding-top: 4.3rem; }
.process-line article > span { position: absolute; top: 0; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; color: white; background: var(--navy); font-weight: 900; }
.process-line h3 { font-size: 1.35rem; }
.seo-copy > div:last-child { columns: 2; column-gap: 2.2rem; }
.seo-copy p { break-inside: avoid; }
.legal-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: clamp(2rem,5vw,5rem); align-items: start; }
.legal-article { min-width: 0; }
.legal-article > section { padding: 0 0 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.legal-article h2 { font-size: clamp(1.8rem,2.8vw,2.8rem); }
.legal-article h3 { font-size: 1.35rem; }
.legal-sidebar { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 1rem; }
.cta-card { padding: 1.5rem; border-radius: var(--radius); color: white; background: var(--navy); }
.cta-card h2 { font-size: 1.8rem; }
.cta-card p { color: #cbd9df; font-size: .9rem; }
.cta-card .button { width: 100%; margin-top: .55rem; }
.cta-card .button-ghost { color: white; border-color: rgba(255,255,255,.3); }
.side-nav { display: flex; flex-direction: column; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; }
.side-nav strong { margin-bottom: .5rem; }
.side-nav a { padding: .45rem 0; color: var(--muted); text-decoration: none; }
.legal-list { padding: 0; list-style: none; }
.legal-list li { display: grid; grid-template-columns: minmax(150px,.45fr) 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.legal-list span { color: var(--muted); }
.number-list { padding: 0; list-style: none; }
.number-list li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; margin: 1rem 0; }
.number-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--copper-dark); background: #f5e2d5; font-weight: 850; }
.number-list p { color: var(--muted); margin: .25rem 0 0; }
.example-box { margin: 1rem 0; padding: 1.3rem; border-left: 4px solid var(--copper); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: white; }
.example-box p { margin: 0; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: .5rem 0 .5rem 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--copper-dark); font-weight: 900; }
.legal-note { padding: 1rem 1.2rem; border-radius: var(--radius-sm); background: var(--ice); color: var(--muted); font-size: .88rem; }
.sources-block { padding: 1.5rem; border-radius: var(--radius); background: #edf1eb; }
.sources-block h2 { font-size: 1.7rem; }
.sources-block ul { margin: 0; padding-left: 1.2rem; }
.sources-block a { color: var(--navy-2); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; font-family: Georgia, serif; font-size: 1.18rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--copper); font-family: sans-serif; font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { max-width: 820px; color: var(--muted); }
.card-grid { display: grid; gap: 1rem; }
.card-grid-3 { grid-template-columns: repeat(3,1fr); }
.topic-card, .index-card { display: flex; flex-direction: column; min-height: 260px; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.62); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.topic-card > span, .index-card > span { color: var(--copper-dark); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.topic-card h3, .index-card h2 { margin-top: auto; }
.topic-card p, .index-card p { color: var(--muted); font-size: .9rem; }
.topic-card strong, .index-card strong { margin-top: auto; font-size: .78rem; }
.contact-band { width: min(calc(100% - 2rem), var(--max)); margin: 3rem auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem,6vw,6rem); padding: clamp(2rem,5vw,5rem); border-radius: var(--radius-lg); background: var(--blue); }
.mini-form, .full-form { display: flex; flex-direction: column; gap: .9rem; padding: 1.3rem; border-radius: var(--radius); background: white; box-shadow: 0 18px 50px rgba(16,27,42,.08); }
.mini-form label, .full-form label { display: flex; flex-direction: column; gap: .3rem; font-size: .76rem; font-weight: 800; }
.mini-form label > span, .full-form label > span { color: var(--copper-dark); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
input, select, textarea { width: 100%; border: 1px solid #cbd3d4; border-radius: 9px; padding: .75rem .8rem; color: var(--ink); background: white; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(214,107,69,.2); border-color: var(--copper); }
.consent { flex-direction: row !important; align-items: flex-start; font-weight: 500 !important; line-height: 1.45; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: .15rem; }
.consent span { color: var(--muted) !important; }
.form-small { margin: 0; color: var(--muted); font-size: .72rem; }
.trap { position: absolute; left: -10000px; }
.index-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.index-toolbar label { display: flex; align-items: center; gap: .7rem; font-size: .8rem; font-weight: 750; }
.index-toolbar input { width: min(320px,55vw); }
.index-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.profiles-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
.profile-card { display: grid; grid-template-columns: 220px 1fr; border-radius: var(--radius); background: white; overflow: hidden; }
.profile-card > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; object-position: center 20%; }
.profile-card > div { padding: 1.4rem; }
.profile-card a { color: var(--copper-dark); font-weight: 800; text-decoration: none; }
.profile-location { color: var(--muted); font-weight: 750; }
.profiles-grid-compact .profile-card { grid-template-columns: 150px 1fr; }
.jurists-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.jurist-card { border-radius: var(--radius); background: white; overflow: hidden; }
.jurist-card img { width: 100%; height: 330px; object-fit: cover; object-position: center 20%; }
.jurist-card > div { padding: 1.2rem; }
.disclosure-section, .two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.disclosure-section > div, .two-column-copy > div { padding: 1.5rem; border-radius: var(--radius); background: var(--ice); }
.article-narrow { width: min(calc(100% - 2rem), 850px); }
.article-narrow > h2 { margin-top: 2rem; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
.values-grid article { padding: 1.2rem; border-top: 4px solid var(--copper); background: white; }
.workflow-detailed article { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.workflow-detailed article > span { font-family: Georgia, serif; color: var(--copper); font-size: 2.5rem; }
.direct-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 4rem; align-items: start; }
.direct-grid > .cta-card { position: sticky; top: 100px; }
.region-points { display: grid; grid-template-columns: repeat(5,1fr); gap: .8rem; }
.region-points article { padding: 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; }
.region-points article > span { color: var(--copper); font-weight: 900; }
.region-points h2 { font-size: 1.25rem; margin-top: 1.5rem; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.case-card { min-height: 330px; display: flex; flex-direction: column; padding: 1.3rem; border-radius: var(--radius); color: white; background: var(--navy); text-decoration: none; }
.case-card:nth-child(even) { color: var(--ink); background: var(--blue); }
.case-card h2 { margin-top: auto; font-size: 1.65rem; }
.case-card p { font-size: .86rem; opacity: .83; }
.case-card small, .case-card strong { margin-top: auto; }
.case-result { color: #f5caa9; font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.case-card:nth-child(even) .case-result { color: var(--copper-dark); }
.case-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: .7rem; margin-bottom: 2.5rem; }
.case-facts > div { display: flex; flex-direction: column; padding: 1rem; border-radius: var(--radius-sm); background: var(--ice); }
.case-facts span { color: var(--muted); font-size: .7rem; }
.source-link { color: var(--copper-dark); font-weight: 800; }
.category-bar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.category-bar button { border: 1px solid var(--line); border-radius: 999px; padding: .6rem .9rem; background: transparent; }
.category-bar button.active { color: white; border-color: var(--navy); background: var(--navy); }
.knowledge-list { display: flex; flex-direction: column; }
.knowledge-card { display: grid; grid-template-columns: 95px 1fr; gap: 1.5rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.knowledge-index { font-family: Georgia, serif; color: var(--copper); font-size: 2.5rem; }
.knowledge-card > div:last-child > span { color: var(--copper-dark); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.knowledge-card h2 { margin: .4rem 0; font-size: 1.8rem; }
.knowledge-card h2 a { text-decoration: none; }
.knowledge-card p { color: var(--muted); }
.article-meta { padding-bottom: 1rem; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .8rem; }
.price-routes { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.price-routes article { min-height: 280px; padding: 1.4rem; border-radius: var(--radius); background: white; }
.price-routes span { color: var(--copper-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.contact-page-hero, .intake-page { min-height: calc(100vh - 78px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem,5vw,5rem); padding: clamp(2rem,5vw,5rem) max(1rem,calc((100vw - 1220px)/2)); color: white; background: var(--navy); align-items: start; }
.contact-page-hero > div:first-child, .intake-copy { position: sticky; top: 120px; padding-top: 2rem; }
.contact-page-hero h1, .intake-page h1 { font-size: clamp(2.8rem,5vw,5rem); }
.contact-page-hero > div:first-child > p, .intake-copy > p { color: #c9d6dc; font-size: 1.1rem; }
.contact-options { display: grid; gap: .8rem; margin-top: 2rem; }
.contact-options a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; text-decoration: none; }
.form-shell { color: var(--ink); }
.full-form { padding: clamp(1.3rem,3vw,2.3rem); }
.full-form fieldset { display: flex; flex-direction: column; gap: .9rem; border: 0; padding: 0; margin: 0 0 1rem; }
.full-form legend { margin-bottom: .8rem; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 750; }
.intake-portrait { width: 180px; height: 220px; overflow: hidden; border: 5px solid rgba(255,255,255,.15); border-radius: 90px 90px 16px 16px; }
.intake-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.light-list li::before { color: #f5caa9; }
.legal-document { width: min(calc(100% - 2rem), 850px); margin: 0 auto; padding: clamp(4rem,8vw,7rem) 0; }
.legal-document h1 { font-size: clamp(2.7rem,5vw,4.8rem); }
.legal-document h2 { margin-top: 2.3rem; font-size: 1.8rem; }
.site-footer { margin-top: 4rem; padding: 4rem max(1rem,calc((100vw - 1220px)/2)) 1.5rem; color: white; background: var(--ink); }
.site-footer .brand { color: white; margin-bottom: 1rem; }
.site-footer .brand-mark { color: var(--ink); background: #f5caa9; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid h2 { color: #f5caa9; font-family: inherit; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { padding: .25rem 0; color: #d4dfe3; text-decoration: none; font-size: .82rem; }
.footer-grid p { color: #c0ccd1; font-size: .82rem; }
.platform-note { opacity: .78; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.15); color: #9fb0b8; font-size: .72rem; }
.mobile-contact { display: none; }
.empty-state { padding: 2rem; text-align: center; background: var(--ice); border-radius: var(--radius); }
[hidden] { display: none !important; }

@media (max-width: 1100px) {
  .main-nav { gap: .65rem; font-size: .75rem; }
  .path-grid { grid-template-columns: repeat(2,1fr); }
  .index-grid { grid-template-columns: repeat(2,1fr); }
  .region-points { grid-template-columns: repeat(3,1fr); }
  .profiles-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: .8rem; border-bottom: 1px solid var(--line); white-space: normal; }
  .nav-cta { margin-top: .5rem; text-align: center; border: 0 !important; }
  .home-hero, .feature-hero { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; }
  .portrait-collage { min-height: 500px; }
  .feature-hero { padding: 3rem; }
  .feature-hero .hero-portrait { height: 390px; }
  .intro-editorial, .hub-intro, .location-intro, .seo-copy, .practice-preview, .split-services, .contact-band, .contact-page-hero, .intake-page { grid-template-columns: 1fr; }
  .intro-columns, .seo-copy > div:last-child { columns: 1; }
  .split-heading { grid-template-columns: 1fr; gap: 1rem; }
  .legal-layout, .direct-grid { grid-template-columns: 1fr; }
  .legal-sidebar, .direct-grid > .cta-card { position: static; }
  .process-line { grid-template-columns: repeat(2,1fr); }
  .process-line::before { display: none; }
  .card-grid-3, .case-grid, .price-routes { grid-template-columns: repeat(2,1fr); }
  .jurists-grid, .values-grid { grid-template-columns: repeat(2,1fr); }
  .contact-page-hero > div:first-child, .intake-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 640px) {
  body { padding-bottom: 58px; }
  h1 { font-size: clamp(2.5rem,12vw,3.7rem); }
  .section { width: min(calc(100% - 1.2rem), var(--max)); padding: 3.5rem 0; }
  .header-inner { width: calc(100% - 1rem); min-height: 70px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand > span:last-child { font-size: .78rem; }
  .main-nav { top: 70px; max-height: calc(100vh - 70px); overflow-y: auto; }
  .home-hero { padding: 3.2rem 1rem; display: block; }
  .home-hero h1 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .home-trust { grid-template-columns: 1fr; }
  .portrait-collage { min-height: 430px; margin-top: 2rem; }
  .collage-main { right: 0; width: 78%; height: 410px; }
  .collage-small { width: 105px; height: 135px; border-width: 4px; }
  .collage-two { bottom: 20px; }
  .case-pulse { right: 0; bottom: 12px; }
  .emergency-strip { align-items: flex-start; flex-direction: column; }
  .emergency-strip > div { grid-template-columns: auto 1fr; }
  .feature-hero, .feature-hero-compact { min-height: auto; margin-top: .7rem; padding: 2.5rem 1.2rem; border-radius: 22px; }
  .feature-hero .hero-portrait { width: 85%; height: 345px; }
  .portrait-label { left: -10%; max-width: 180px; }
  .path-grid, .card-grid-3, .index-grid, .case-grid, .price-routes, .region-points, .jurists-grid, .values-grid, .disclosure-section, .two-column-copy, .process-line { grid-template-columns: 1fr; }
  .path-card { min-height: 250px; }
  .practice-preview { padding-inline: 1.2rem; border-radius: 20px; }
  .team-rail { grid-auto-columns: 78%; }
  .portrait-frame { height: 320px; }
  .section-actions { align-items: flex-start; flex-direction: column; }
  .legal-list li { grid-template-columns: 1fr; gap: .35rem; }
  .contact-band { width: calc(100% - 1.2rem); padding: 2rem 1rem; border-radius: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .index-toolbar { align-items: stretch; flex-direction: column; }
  .index-toolbar label { align-items: stretch; flex-direction: column; }
  .index-toolbar input { width: 100%; }
  .profile-card, .profiles-grid-compact .profile-card { grid-template-columns: 1fr; }
  .profile-card > img { height: 420px; min-height: 0; }
  .workflow-detailed article { grid-template-columns: 55px 1fr; gap: 1rem; }
  .case-facts { grid-template-columns: 1fr; }
  .knowledge-card { grid-template-columns: 55px 1fr; gap: .8rem; }
  .knowledge-index { font-size: 1.8rem; }
  .contact-page-hero, .intake-page { padding: 2.5rem .7rem; }
  .contact-page-hero > div:first-child, .intake-copy { padding: 0 .5rem; }
  .form-shell { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact { position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; height: 58px; color: white; background: var(--copper); font-weight: 850; text-decoration: none; box-shadow: 0 -8px 28px rgba(16,27,42,.18); }
}

/* Editorial revision: compact, dossiergericht en zonder portretten in hero's */
.site-header { background: rgba(255,255,255,.97); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; }
.main-nav { font-size: .82rem; }
.main-nav > a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--copper); transition: right .2s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border-radius: 4px; background: var(--copper); }
.nav-cta:hover { background: var(--copper-dark); }

.home-hero {
  position: relative;
  width: min(calc(100% - 2rem), var(--max));
  min-height: 510px;
  margin: 0 auto;
  padding: clamp(3rem,5.5vw,5.6rem) 0;
  grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr);
  gap: clamp(2.5rem,6vw,6.5rem);
  color: var(--ink);
  background: transparent;
  border-bottom: 1px solid var(--line);
  overflow: visible;
}
.home-hero::before { display: none; }
.home-hero-copy { max-width: 720px; }
.home-hero h1 { max-width: 760px; font-size: clamp(3rem,5vw,5.35rem); }
.home-hero-copy > p { max-width: 690px; color: var(--muted); font-size: clamp(1.05rem,1.35vw,1.22rem); }
.home-hero .eyebrow.light { color: var(--copper-dark); }
.home-hero .hero-actions { margin: 1.6rem 0; }
.home-trust { margin-top: 2rem; padding-top: 1.2rem; border-top-color: var(--line); }
.home-trust strong { color: var(--copper-dark); }
.home-trust span { color: var(--muted); }
.home-caseboard {
  position: relative;
  padding: 1.7rem;
  color: white;
  background: var(--navy);
  border-top: 6px solid var(--copper);
  box-shadow: var(--shadow);
}
.home-caseboard::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  z-index: -1;
  border: 1px solid #bdb5ab;
}
.board-heading, .casefile-top, .casefile-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.board-heading { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.board-heading b { color: #e9b6bf; }
.board-route { display: grid; gap: 0; margin: .7rem 0; }
.board-route article { display: grid; grid-template-columns: 42px 1fr; gap: .8rem; padding: 1.05rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.board-route article > span { color: #e9b6bf; font-family: ui-monospace, monospace; font-weight: 800; }
.board-route strong, .board-route small { display: block; }
.board-route small { margin-top: .2rem; color: #c9c3c7; line-height: 1.35; }
.board-note { padding-top: .8rem; color: #f2edef; font-size: .78rem; }
.emergency-strip { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; border-radius: 0; color: white; background: var(--copper-dark); box-shadow: none; }
.emergency-strip p { color: #f0d9de; }
.emergency-strip a { color: white; }

.feature-hero, .feature-hero-compact {
  min-height: 420px;
  padding: clamp(2.5rem,4.8vw,4.8rem);
  grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr);
  gap: clamp(2.5rem,6vw,6rem);
  border: 1px solid var(--line);
  border-top: 6px solid var(--copper);
  border-radius: 0;
  background: white;
}
.feature-hero h1 { max-width: 760px; font-size: clamp(2.65rem,4.25vw,4.55rem); }
.feature-hero .hero-actions { margin: 1.45rem 0; }
.trust-line { margin-top: 1.2rem; }
.trust-line span { border: 1px solid var(--line); border-radius: 3px; background: var(--paper); }
.casefile-visual {
  position: relative;
  align-self: center;
  width: min(100%,420px);
  justify-self: end;
  padding: 1.45rem;
  color: white;
  background: var(--navy);
  border-top: 5px solid var(--copper);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.casefile-top { padding-bottom: .85rem; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.casefile-top b { color: #e9b6bf; }
.casefile-subject { min-height: 3.8rem; margin: 1.1rem 0 .6rem; font-size: clamp(1.2rem,2vw,1.65rem); font-weight: 850; line-height: 1.15; letter-spacing: -.025em; }
.casefile-visual ol { padding: 0; margin: 0; list-style: none; }
.casefile-visual li { display: grid; grid-template-columns: 44px 1fr; gap: .7rem; padding: .78rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.casefile-visual li span { color: #e9b6bf; font-family: ui-monospace, monospace; }
.casefile-visual li strong { font-size: .82rem; }
.casefile-bottom { padding-top: .9rem; margin-top: .25rem; border-top: 1px solid rgba(255,255,255,.18); color: #c9c3c7; font-size: .64rem; }

/* Rustige strafrechtelijke beweging: dossierscan en opeenvolgende processtappen. */
.home-caseboard { overflow: hidden; }
.home-caseboard::after, .casefile-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(233,182,191,.9), transparent);
  animation: dossier-scan 7s ease-in-out infinite;
}
.casefile-visual::after { animation-delay: 1.6s; }
.board-route article { position: relative; }
.board-route article::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e9b6bf;
  box-shadow: 0 0 0 0 rgba(233,182,191,.35);
  animation: procedure-marker 4.8s ease-out infinite;
}
.board-route article:nth-child(2)::after { animation-delay: 1.1s; }
.board-route article:nth-child(3)::after { animation-delay: 2.2s; }
.process-line article > span { animation: procedure-step 6s ease-in-out infinite; }
.process-line article:nth-child(2) > span { animation-delay: .7s; }
.process-line article:nth-child(3) > span { animation-delay: 1.4s; }
.process-line article:nth-child(4) > span { animation-delay: 2.1s; }

@keyframes dossier-scan {
  0%, 12% { top: 12%; opacity: 0; }
  20% { opacity: .8; }
  54% { top: 82%; opacity: .65; }
  62%, 100% { top: 82%; opacity: 0; }
}
@keyframes procedure-marker {
  0%, 45%, 100% { transform: scale(.55); opacity: .15; box-shadow: 0 0 0 0 rgba(233,182,191,0); }
  55% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 7px rgba(233,182,191,.13); }
  68% { transform: scale(.72); opacity: .45; box-shadow: 0 0 0 12px rgba(233,182,191,0); }
}
@keyframes procedure-step {
  0%, 64%, 100% { background: var(--navy); box-shadow: 0 0 0 0 rgba(167,37,58,0); }
  72% { background: var(--copper); box-shadow: 0 0 0 8px rgba(167,37,58,.1); }
  82% { background: var(--navy); box-shadow: 0 0 0 13px rgba(167,37,58,0); }
}

.motion-enabled .reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .58s ease, transform .58s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay,0ms);
}
.motion-enabled .reveal-item.is-visible { opacity: 1; transform: translateY(0); }

.section { padding: clamp(3.6rem,6vw,6rem) 0; }
.path-card, .topic-card, .person-card, .profile-card, .jurist-card, .case-card, .price-routes article, .disclosure-section > div, .two-column-copy > div {
  border-radius: 4px;
}
.path-grid, .card-grid-3, .case-grid { align-items: stretch; }
.path-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(5.2rem,1fr) auto;
  align-items: start;
  gap: .8rem;
  height: 100%;
  min-height: 300px;
  color: var(--ink);
  background: white;
  overflow: hidden;
}
.path-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--copper);
  transition: width .35s ease;
}
.path-card:hover::after, .path-card:focus-visible::after { width: 100%; }
.path-card h3 { display: flex; align-items: flex-end; height: 4.1rem; margin: .45rem 0 0; font-size: clamp(1.45rem,2vw,1.8rem); line-height: 1.12; }
.path-card p { min-height: 5.45rem; margin: 0; color: var(--muted); line-height: 1.62; }
.path-card b { align-self: end; margin: .25rem 0 0; color: var(--copper-dark); }
.path-card.path-dark {
  color: white;
  background: var(--navy);
}
.path-card.path-dark > span, .path-card.path-dark b { color: #f1b8c2; }
.path-card.path-dark h3 { color: white; }
.path-card.path-dark p { color: #e6dde0; }
.topic-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
  gap: .65rem;
  height: 100%;
  color: var(--ink);
  background: white;
}
.topic-card h3 { margin: .35rem 0 0; }
.topic-card p { margin: 0; line-height: 1.6; }
.topic-card strong { align-self: end; margin-top: .55rem; }
.path-card:hover, .topic-card:hover, .index-row:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-band { border-radius: 0; border-left: 7px solid var(--copper); background: #e5e8e8; }
.mini-form, .full-form { border: 1px solid var(--line); border-radius: 4px; box-shadow: none; }
.mini-form label, .full-form label { gap: .4rem; color: var(--ink); }
.field-label { display: inline-flex !important; flex-direction: row !important; align-items: baseline; gap: .25rem !important; color: var(--ink) !important; }
.field-label b { color: var(--copper); font-size: .92rem; }
input, select, textarea { min-height: 48px; border-color: #bbb6ae; border-radius: 3px; }
textarea { min-height: 128px; }

.index-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.index-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 30px;
  align-items: center;
  gap: 1rem;
  min-height: 148px;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.55);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.index-row:nth-child(even) { border-right: 0; }
.index-row:hover { position: relative; z-index: 2; background: white; }
.index-number { color: var(--copper); font-family: ui-monospace, monospace; font-size: .82rem; font-weight: 850; }
.index-row-copy { min-width: 0; display: flex; flex-direction: column; }
.index-row-copy small { color: var(--copper-dark); font-size: .62rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.index-row-copy strong { margin: .18rem 0 .35rem; font-size: 1.1rem; line-height: 1.2; }
.index-row-copy em { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .78rem; font-style: normal; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.index-arrow { justify-self: end; color: var(--copper); font-size: 1.3rem; }

.case-card { border-top: 5px solid var(--copper); border-radius: 0; }
.practice-article .legal-note { margin-top: 2rem; }
.source-link { display: none; }
.contact-page-hero, .intake-page { min-height: auto; color: var(--ink); background: #e7e5e1; }
.contact-page-hero > div:first-child > p, .intake-copy > p { color: var(--muted); }
.contact-options a { border-color: #bdb6ae; background: rgba(255,255,255,.5); }
.contact-page-hero .eyebrow.light, .intake-page .eyebrow.light { color: var(--copper-dark); }
.contact-page-hero > div:first-child, .intake-copy { top: 100px; }
.site-footer .brand-rule { background: #e9b6bf; }
.site-footer .brand em { color: #e9b6bf; }
.site-footer .brand-copy { color: white; }

@media (max-width: 900px) {
  .feature-hero, .feature-hero-compact { grid-template-columns: 1fr; min-height: auto; }
  .casefile-visual { justify-self: stretch; width: 100%; }
  .home-hero { grid-template-columns: 1fr; }
  .home-caseboard { max-width: 680px; }
  .main-nav { background: white; }
}
@media (max-width: 640px) {
  .brand-rule { min-height: 38px; }
  .brand strong { font-size: .9rem; }
  .brand em { font-size: .7rem; }
  .home-hero { width: calc(100% - 1.2rem); padding: 2.6rem 0 2.8rem; }
  .home-hero h1 { font-size: clamp(2.55rem,12vw,3.75rem); }
  .home-trust { grid-template-columns: repeat(3,1fr); gap: .4rem; }
  .home-trust strong { font-size: .67rem; line-height: 1.25; }
  .home-trust span { display: none; }
  .home-caseboard, .feature-hero .casefile-visual { display: none; }
  .feature-hero, .feature-hero-compact { padding: 2.2rem 1rem; border-left: 0; border-right: 0; }
  .feature-hero h1 { font-size: clamp(2.35rem,11vw,3.45rem); }
  .path-card { min-height: 0; grid-template-rows: auto; }
  .path-card h3 { height: auto; }
  .path-card p { min-height: 0; }
  .trust-line { gap: .35rem; }
  .trust-line span { padding: .35rem .45rem; font-size: .64rem; }
  .index-list { grid-template-columns: 1fr; }
  .index-row, .index-row:nth-child(even) { grid-template-columns: 38px minmax(0,1fr) 24px; min-height: 118px; padding: 1rem .75rem; border-right: 0; }
  .index-row-copy em { -webkit-line-clamp: 1; }
  .contact-band { border-left-width: 4px; }
  .contact-page-hero, .intake-page { width: 100%; grid-template-columns: minmax(0,1fr); overflow: hidden; }
  .contact-page-hero > *, .intake-page > *, .form-shell, .full-form, .full-form fieldset, .field-row, .field-row label { min-width: 0; }
  .contact-page-hero h1, .intake-page h1 { max-width: 100%; font-size: clamp(2.15rem,10vw,3rem); overflow-wrap: anywhere; }
  .contact-options a { align-items: flex-start; flex-direction: column; }
  .contact-options span { max-width: 100%; overflow-wrap: anywhere; }
  input, select, textarea { min-width: 0; max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
