/* Shared styles for the statically rendered website. No framework or font requests. */
:root {
  --paper: #f8f7f3;
  --white: #fff;
  --ink: #20372f;
  --muted: #5b635c;
  --green: #233e32;
  --green-dark: #172e25;
  --sage: #e9ede5;
  --rust: #9b4c31;
  --line: #d9ddd3;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--sans); }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font-size: inherit; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 5px; }
p { margin: 0 0 1.2rem; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.13; }
h1, h2 { font-family: var(--serif); letter-spacing: -.045em; }
h1 { font-size: clamp(2.75rem, 4.8vw, 4.65rem); }
h2 { font-size: clamp(2.1rem, 3.5vw, 3.2rem); }
h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.35; }
ul, ol { padding-left: 1.25rem; }
li + li { margin-top: .5rem; }
.wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { display: block; color: var(--rust); font-size: .69rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 22px; }
.intro { font-size: 1.075rem; line-height: 1.8; color: var(--muted); }
.small { font-size: .85rem; color: var(--muted); }
.arrow { width: 19px; height: 19px; flex-shrink: 0; }
.text-link { display: inline-flex; align-items: center; gap: 15px; font-size: .9rem; font-weight: 600; text-decoration: none; padding-block: 9px; border-bottom: 1px solid currentColor; }
.text-link:hover .arrow { transform: translateX(3px); }
.arrow { transition: transform .18s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 15px 23px; min-height: 52px; border: 1px solid var(--green); background: var(--green); color: white; font-size: .875rem; font-weight: 600; line-height: 1.4; text-decoration: none; cursor: pointer; transition: background .15s; }
.button:hover { background: var(--green-dark); }
.button.secondary { background: transparent; color: var(--green); border-color: #a7b0a2; }
.button.secondary:hover { background: var(--sage); }
.button.light { color: var(--green); background: var(--paper); border-color: var(--paper); }
.button.light:hover { background: var(--sage); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.skip { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-180%); background: var(--green); color: white; padding: 12px 20px; }
.skip:focus { transform: translateY(0); }
.topbar { background: var(--green); color: #edf0e8; font-size: .7rem; letter-spacing: .025em; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.topbar a { text-decoration: none; }
.topbar span + span { margin-left: 23px; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 86px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 38px; height: 38px; }
.brand-name { font-size: 1.2rem; font-weight: 650; letter-spacing: -.05em; line-height: 1.1; }
.brand-name span { color: var(--rust); font-weight: 400; }
.brand-sub { margin-top: 6px; font-size: .54rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav > a { font-size: .81rem; font-weight: 500; text-decoration: none; padding-block: 12px; white-space: nowrap; }
.site-nav > a:hover, .site-nav > a[aria-current] { color: var(--rust); }
.site-nav > a.nav-contact { display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 12px 18px; border: 1px solid #acb5a7; margin-left: 5px; }
.menu-button { display: none; border: 1px solid var(--line); background: none; color: var(--ink); padding: 10px; min-width: 44px; min-height: 44px; cursor: pointer; }
.menu-button svg { width: 22px; height: 22px; }
.hero { padding: 68px 0 62px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 72px; align-items: center; }
.hero-copy { padding-block: 18px; }
.hero h1 { line-height: 1.075; }
.hero h1 em { display: block; color: var(--rust); font-weight: 400; }
.hero .intro { max-width: 480px; margin: 27px 0 0; font-size: 1.04rem; }
.hero-note { display: flex; align-items: center; gap: 10px; font-size: .72rem; color: var(--muted); margin-top: 35px; }
.hero-note:before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--rust); }
.hero-figure { margin: 0; position: relative; padding: 0 0 46px 24px; }
.hero-figure:before { content: ''; position: absolute; width: 66%; height: 85%; top: 30px; left: 0; background: #e4e6db; z-index: -1; }
.hero-figure img { width: 100%; height: 470px; object-fit: cover; object-position: 47% center; }
.figure-note { position: absolute; left: 0; bottom: 0; background: var(--green); color: white; width: 85%; padding: 27px 30px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.figure-note strong { display: block; font: 1.45rem/1.2 var(--serif); letter-spacing: -.025em; }
.figure-note span { display: block; font-size: .7rem; color: #d4ddce; margin-top: 8px; }
.figure-note svg { width: 40px; height: 40px; color: #c5cfbb; flex: none; }
.fact-band { border-block: 1px solid var(--line); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 27px; }
.fact { padding-left: 30px; border-left: 1px solid var(--line); }
.fact:first-child { padding-left: 0; border: 0; }
.fact strong { display: block; font-size: .85rem; font-weight: 600; }
.fact span { display: block; font-size: .73rem; color: var(--muted); margin-top: 3px; }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; margin-bottom: 48px; align-items: end; }
.section-heading .eyebrow { margin-bottom: 17px; }
.section-heading p { color: var(--muted); font-size: .97rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.practice { padding: 30px 32px 6px; border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.practice:first-child { border-left: 0; padding-left: 0; }
.practice:last-child { padding-right: 0; }
.practice-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 29px; }
.practice-number { font: italic 1.05rem var(--serif); color: var(--rust); }
.practice-icon { width: 35px; height: 35px; color: var(--green); }
.practice h3 { font: 1.8rem/1.2 var(--serif); letter-spacing: -.03em; margin-bottom: 18px; }
.practice p { font-size: .9rem; color: var(--muted); }
.practice ul { padding: 0; margin: 12px 0 23px; list-style: none; }
.practice li { border-top: 1px solid var(--line); padding-block: 11px; margin: 0; font-size: .79rem; }
.practice li a { text-decoration: none; }
.practice li a:hover { color: var(--rust); text-decoration: underline; }
.practice > .text-link { margin-top: auto; align-self: flex-start; }
.context-section { background: var(--sage); }
.split { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: start; }
.split > div > h2 { margin-bottom: 25px; }
.editorial-list { border-top: 1px solid #bac4b4; }
.editorial-item { border-bottom: 1px solid #bac4b4; padding: 25px 0; }
.editorial-item h3 { font-size: 1.02rem; margin-bottom: 10px; }
.editorial-item p { color: var(--muted); font-size: .92rem; }
.editorial-item .small-link { display: inline-block; font-size: .79rem; font-weight: 600; margin-top: 12px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.process-step { padding: 28px 24px 0 0; position: relative; }
.process-step:before { content: ''; position: absolute; width: 7px; height: 7px; background: var(--rust); top: -4px; left: 0; }
.step-number { font-size: .7rem; color: var(--rust); letter-spacing: .1em; margin-bottom: 24px; display: block; }
.process-step h3 { font-size: 1rem; margin-bottom: 14px; }
.process-step p { font-size: .88rem; color: var(--muted); }
.process-step .step-output { font-size: .74rem; margin-top: 21px; color: var(--ink); }
.about-section { background: var(--green); color: var(--paper); }
.about-section .eyebrow { color: #dabb95; }
.about-section .intro { color: #d0dacd; }
.about-section h2 { margin-bottom: 26px; }
.about-section p { font-size: .96rem; color: #d0dacd; }
.about-section .text-link { margin-top: 22px; }
.profile-panel { border: 1px solid #647764; padding: 38px; }
.profile-monogram { width: 66px; height: 66px; border: 1px solid #7e9279; display: grid; place-items: center; font: 1.5rem var(--serif); color: #dec4a7; margin-bottom: 28px; }
.profile-panel h3 { font: 1.85rem/1.2 var(--serif); margin-bottom: 9px; }
.profile-panel .profile-role { color: #dabb95; font-size: .8rem; margin-bottom: 24px; }
.credentials { list-style: none; padding: 0; margin: 25px 0 0; border-top: 1px solid #526a55; }
.credentials li { margin: 0; padding: 12px 0; border-bottom: 1px solid #526a55; font-size: .8rem; color: #d0dacd; }
.faq-layout { display: grid; grid-template-columns: .68fr 1fr; gap: 110px; align-items: start; }
.faq-layout > div > p { color: var(--muted); margin-top: 22px; font-size: .94rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; position: relative; cursor: pointer; padding: 23px 37px 23px 0; font-size: .94rem; font-weight: 600; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: '+'; position: absolute; right: 2px; top: 20px; font-size: 1.4rem; font-weight: 400; color: var(--rust); }
.faq-list details[open] summary:after { content: '−'; }
.faq-list details p { font-size: .91rem; color: var(--muted); padding: 0 30px 25px 0; margin: 0; }
.contact-band { padding-block: 60px; background: #e8e2d5; }
.contact-band .wrap { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.contact-band h2 { font-size: 2.4rem; }
.contact-band p { margin-top: 16px; font-size: .93rem; color: var(--muted); max-width: 640px; }
.contact-band .button { flex-shrink: 0; }
.site-footer {
  --footer-bg: #e9ede5;
  --footer-ink: #20372f;
  --footer-muted: #4d5c51;
  --footer-accent: #85422d;
  padding-top: 65px;
  background: var(--footer-bg);
  color: var(--footer-ink);
  /* Preserve this explicit colour pairing when browsers apply automatic darkening. */
  color-scheme: only light;
  border-top: 1px solid #c1cbbc;
}
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr .8fr 1fr; gap: 65px; padding-bottom: 55px; }
.site-footer a, .site-footer a:visited, .site-footer .brand-name, .site-footer .brand-mark { color: var(--footer-ink); }
.site-footer .brand-name span { color: var(--footer-accent); }
.site-footer .brand-mark circle { fill: var(--footer-accent); }
.site-footer .brand-sub { color: var(--footer-muted); }
.site-footer .brand { margin-bottom: 23px; }
.site-footer a:focus-visible { outline-color: var(--footer-accent); }
.footer-about { max-width: 270px; font-size: .82rem; color: var(--footer-muted); }
.footer-heading { font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; color: var(--footer-ink); margin: 0 0 20px; font-weight: 600; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 0 0 10px; line-height: 1.6; font-size: .8rem; color: var(--footer-ink); }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; color: var(--footer-accent); }
.footer-bottom { padding-block: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #7b8977; color: var(--footer-muted); font-size: .68rem; }
.footer-bottom a { text-decoration: none; }
.breadcrumbs { margin: 0 0 39px; font-size: .72rem; color: var(--muted); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li:before { content: '/'; margin-right: 10px; color: #899182; }
.breadcrumbs a { text-decoration: none; }
.page-hero { padding: 35px 0 65px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.65rem, 4.5vw, 4.25rem); }
.page-hero .intro { margin-top: 25px; max-width: 730px; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .34fr; gap: 100px; align-items: end; }
.page-aside-note { border-left: 1px solid var(--line); padding-left: 27px; font-size: .81rem; color: var(--muted); }
.page-aside-note strong { display: block; margin-bottom: 12px; color: var(--ink); }
.pillar-overview { max-width: 760px; }
.pillar-overview h2 { margin-bottom: 28px; }
.pillar-overview p { color: var(--muted); }
.service-directory { background: var(--white); }
.directory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 64px; border-top: 1px solid var(--line); }
.directory-item { padding: 31px 0; border-bottom: 1px solid var(--line); }
.directory-item h3 { font: 1.6rem/1.2 var(--serif); margin-bottom: 15px; }
.directory-item h3 a { text-decoration: none; }
.directory-item h3 a:hover { text-decoration: underline; }
.directory-item p { color: var(--muted); font-size: .91rem; }
.directory-item .text-link { font-size: .79rem; }
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; }
.audience-grid h3 { font-size: 1.1rem; margin-bottom: 16px; }
.audience-grid p { color: var(--muted); font-size: .92rem; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 100px; align-items: start; padding-top: 70px; padding-bottom: 85px; }
.detail-content { max-width: 760px; }
.content-section { padding-block: 37px; border-bottom: 1px solid var(--line); }
.content-section:first-child { padding-top: 0; }
.content-section:last-child { border: 0; padding-bottom: 0; }
.content-section h2 { font-size: 2rem; margin-bottom: 24px; letter-spacing: -.035em; }
.content-section > p, .content-section > ul, .content-section > ol { color: var(--muted); font-size: .97rem; }
.content-section h3 { font-size: 1rem; margin-bottom: 10px; }
.scope-item + .scope-item { margin-top: 26px; }
.scope-item p { color: var(--muted); font-size: .94rem; }
.detail-aside { position: sticky; top: 120px; }
.aside-box { background: var(--sage); padding: 29px; }
.aside-box h2 { font: 1.55rem var(--serif); margin-bottom: 20px; }
.aside-box ul { list-style: none; margin: 0 0 26px; padding: 0; }
.aside-box li { font-size: .83rem; padding-block: 11px; margin: 0; border-bottom: 1px solid #cbd3c4; }
.aside-box .button { width: 100%; padding-inline: 14px; gap: 15px; font-size: .8rem; }
.aside-box .small { margin-top: 15px; font-size: .75rem; }
.page-toc { padding: 25px 0 0 27px; }
.page-toc p { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.page-toc a { display: block; font-size: .8rem; text-decoration: none; margin-bottom: 12px; }
.page-toc a:hover { text-decoration: underline; }
.numbered-list { list-style: none; padding: 0; counter-reset: steps; }
.numbered-list li { counter-increment: steps; display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding-block: 13px; }
.numbered-list li:before { content: counter(steps, decimal-leading-zero); font-size: .73rem; color: var(--rust); padding-top: 3px; }
.numbered-list p { font-size: .92rem; color: var(--muted); }
.related-section { border-top: 1px solid var(--line); background: var(--sage); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; margin-top: 36px; }
.related-grid a { font: 1.35rem/1.4 var(--serif); padding: 24px 0; border-top: 1px solid #bbc7b5; text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.related-grid a:hover { text-decoration: underline; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.2fr; gap: 100px; padding-block: 75px 100px; }
.contact-details h2 { font-size: 2rem; margin-bottom: 25px; }
.contact-details > p { font-size: .94rem; color: var(--muted); }
.contact-method { padding-block: 21px; border-bottom: 1px solid var(--line); }
.contact-method span { display: block; font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.contact-method a, .contact-method p { font-size: 1.02rem; }
.contact-form { background: white; padding: 38px; border: 1px solid var(--line); }
.contact-form h2 { font-size: 2rem; margin-bottom: 16px; }
.contact-form > p { font-size: .86rem; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 600; }
.field label span { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea { padding: 12px 13px; border: 1px solid #b7c1b1; background: var(--paper); border-radius: 0; width: 100%; min-width: 0; color: var(--ink); font-size: .88rem; min-height: 47px; }
.field textarea { resize: vertical; min-height: 160px; }
.form-notice { font-size: .75rem; color: var(--muted); margin-block: 22px; }
.form-status { margin-top: 20px; font-size: .85rem; }
[hidden] { display: none !important; }
.prose { max-width: 790px; }
.prose h2 { margin: 38px 0 20px; font-size: 2rem; }
.prose p, .prose li { color: var(--muted); }
.error-page { padding-block: 100px 130px; max-width: 760px; }
.error-page .intro { margin-top: 30px; }
@media (min-width: 1450px) { .hero { padding-block: 85px; } .hero-figure img { height: 510px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .hero-grid { gap: 38px; }
  .hero-figure img { height: 430px; }
  .site-nav { gap: 19px; }
  .section-heading, .split, .faq-layout { gap: 60px; }
  .footer-grid { gap: 35px; }
  .detail-layout { gap: 55px; grid-template-columns: minmax(0, 1fr) 280px; }
  .contact-layout { gap: 55px; }
}
@media (max-width: 1000px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 16px 32px 26px; max-height: calc(100dvh - 120px); overflow-y: auto; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 20px #20372f0d; }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  html:not(.js) .nav-wrap { height: auto; min-height: 86px; flex-wrap: wrap; padding-block: 18px; }
  html:not(.js) .site-nav { display: flex; position: static; flex-direction: column; align-items: stretch; width: 100%; padding: 0; border: 0; box-shadow: none; gap: 0; max-height: none; overflow: visible; }
  html:not(.js) .site-header { position: static; }
  html:not(.js) .menu-button { display: none; }
  .site-nav > a { border-bottom: 1px solid var(--line); padding-block: 14px; font-size: .95rem; }
  .site-nav > a.nav-contact { margin: 16px 0 0; text-align: center; }
  .hero h1 { font-size: 3.7rem; }
  .hero-figure { padding-left: 15px; }
  .figure-note { width: 94%; padding: 24px; }
  .figure-note strong { font-size: 1.23rem; }
  .section { padding-block: 75px; }
  .practice { padding-inline: 24px; }
  .practice h3 { font-size: 1.6rem; }
  .page-hero-grid { gap: 40px; grid-template-columns: 1fr .35fr; }
}
@media (max-width: 800px) {
  .hero { padding-block: 46px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 650px; padding: 0; }
  .hero h1 { font-size: 3.8rem; max-width: 600px; }
  .hero h1 em { display: inline; }
  .hero .intro { max-width: 570px; }
  .hero-figure { padding-left: 25px; }
  .hero-figure img { height: 400px; object-position: center 60%; }
  .figure-note { width: 63%; }
  .facts { grid-template-columns: 1fr 1fr; gap: 23px; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .section-heading, .split, .faq-layout { grid-template-columns: 1fr; gap: 29px; }
  .section-heading { max-width: 620px; }
  .services-grid { grid-template-columns: 1fr; }
  .practice { padding: 30px 0; border-left: 0; border-top: 1px solid var(--line); }
  .practice-top { margin-bottom: 18px; }
  .practice h3 { font-size: 1.85rem; }
  .practice p { max-width: 560px; }
  .practice ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; border-top: 0; }
  .process-step { border-top: 1px solid var(--line); }
  .profile-panel { max-width: 620px; }
  .footer-grid { grid-template-columns: 1.25fr 1fr; gap: 40px; }
  .contact-band .wrap { align-items: flex-start; flex-direction: column; gap: 28px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .page-aside-note { max-width: 550px; }
  .directory-grid { gap: 0 36px; }
  .audience-grid { grid-template-columns: 1fr; gap: 30px; }
  .detail-layout { grid-template-columns: 1fr; gap: 40px; }
  .detail-aside { position: static; }
  .aside-box { max-width: 600px; }
  .page-toc { display: none; }
  .related-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .contact-details { max-width: 620px; }
}
@media (max-width: 520px) {
  .wrap { width: calc(100% - 40px); }
  .topbar .wrap { justify-content: center; min-height: 30px; }
  .topbar .topbar-contact { display: none; }
  .nav-wrap { height: 75px; gap: 15px; }
  .brand-mark { width: 32px; height: 32px; }
  .brand-name { font-size: 1.12rem; }
  .brand-sub { font-size: .48rem; }
  .site-nav { padding-inline: 20px; }
  .eyebrow { font-size: .61rem; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(2.75rem, 11vw, 3.5rem); }
  .hero .intro { font-size: .98rem; }
  .hero-note { font-size: .67rem; margin-top: 25px; }
  .button-row { gap: 20px; margin-top: 27px; }
  .button { font-size: .82rem; gap: 20px; padding: 14px 19px; }
  .text-link { font-size: .83rem; }
  .hero-figure { padding: 0 0 38px 12px; }
  .hero-figure img { height: 310px; }
  .figure-note { padding: 20px; width: 91%; }
  .figure-note strong { font-size: 1.3rem; }
  .figure-note span { font-size: .64rem; }
  .fact { padding-left: 18px; }
  .fact strong { font-size: .78rem; }
  .fact span { font-size: .66rem; }
  .section { padding-block: 58px; }
  .section-heading { margin-bottom: 32px; }
  h2 { font-size: 2.2rem; }
  .practice ul { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 28px; }
  .process-step { padding-right: 0; }
  .step-number { margin-bottom: 16px; }
  .process-step .step-output { margin-top: 14px; }
  .profile-panel { padding: 27px; }
  .profile-panel h3 { font-size: 1.65rem; }
  .faq-list summary { font-size: .89rem; }
  .contact-band { padding-block: 45px; }
  .contact-band h2 { font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-about { max-width: 350px; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .page-hero { padding-block: 24px 45px; }
  .breadcrumbs { font-size: .66rem; margin-bottom: 30px; }
  .page-hero h1 { font-size: 2.7rem; overflow-wrap: break-word; }
  .page-hero .intro { font-size: .98rem; }
  .directory-grid { grid-template-columns: 1fr; }
  .detail-layout { padding-block: 45px 55px; }
  .content-section { padding-block: 29px; }
  .content-section h2 { font-size: 1.85rem; }
  .contact-layout { padding-block: 45px 65px; }
  .contact-form { padding: 25px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .error-page { padding-block: 65px 85px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition: none !important; } }
@media print { .topbar, .site-header, .site-footer, .contact-band, .page-toc, .button, .hero-figure, .skip { display: none; } .wrap { width: 100%; } body { background: white; color: black; } .section { padding-block: 25px; } .detail-layout { display: block; padding: 20px 0; } .detail-aside { position: static; margin-top: 25px; } .content-section { break-inside: avoid; } }
