:root {
  --ink: #132335;
  --ink-2: #1d3448;
  --paper: #f4f1e9;
  --paper-2: #ebe6da;
  --white: #fff;
  --gold: #caa66a;
  --gold-bright: #dfbd7e;
  --blue: #315b6b;
  --muted: #68747c;
  --line: rgba(19, 35, 53, .15);
  --shadow: 0 24px 70px rgba(15, 27, 39, .12);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.durham-courthouse-child { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
.durham-courthouse-child a { color: inherit; }
.durham-courthouse-child img { max-width: 100%; }
.durham-courthouse-child button, .durham-courthouse-child input, .durham-courthouse-child textarea { font: inherit; }
.wrap { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99; left: 16px; top: -60px; background: var(--white); padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 12px; }
.utility-bar { background: #0d1a28; color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .02em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-inner strong { color: var(--gold-bright); font-weight: 600; }
.utility-inner a { color: #fff; text-decoration: none; }
.dc-site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,241,233,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.admin-bar .dc-site-header { top: 32px; }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; line-height: 1; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--ink); }
.brand-mark svg { width: 25px; height: 25px; fill: currentColor; }
.brand b, .brand em { display: block; }
.brand b { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.brand em { margin-top: 5px; color: var(--muted); font-style: normal; font-size: 10px; text-transform: uppercase; letter-spacing: .23em; }
.dc-primary-nav { display: flex; align-items: center; gap: 31px; }
.dc-primary-nav a { position: relative; color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 600; }
.dc-primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.dc-primary-nav a:hover::after, .dc-primary-nav a:focus::after, .dc-primary-nav a.is-active::after { right: 0; }
.nav-cta { padding: 12px 19px; color: #fff !important; background: var(--ink); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--ink); }
.dc-main { min-height: 60vh; overflow: hidden; }
.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--ink); color: #fff; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("../images/durham-courthouse.webp") center 45% / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(8,19,31,.96) 0%, rgba(8,19,31,.78) 43%, rgba(8,19,31,.16) 77%), linear-gradient(0deg, rgba(8,19,31,.55), transparent 42%); }
.hero-content { position: relative; z-index: 1; padding-top: 114px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 35px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow.light { color: var(--gold-bright); }
.hero h1, .page-hero h1 { max-width: 840px; margin: 0; font: 400 clamp(64px, 7.1vw, 108px)/.93 var(--serif); letter-spacing: -.045em; }
.hero h1 i, .page-hero h1 i { color: var(--gold-bright); font-weight: 400; }
.hero-lede { max-width: 650px; margin: 30px 0 34px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-bright); }
.button-ghost { border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.button-dark { border: 0; color: #fff; background: var(--ink); }
.hero-meta { position: absolute; left: 24px; right: 24px; top: 618px; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 850px; border-top: 1px solid rgba(255,255,255,.23); }
.hero-meta > div { display: flex; align-items: flex-start; gap: 14px; padding: 24px 22px 0 0; }
.hero-meta > div + div { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.23); }
.hero-meta span { color: var(--gold-bright); font-size: 10px; }
.hero-meta p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.45; }
.hero-meta b, .hero-meta a { display: block; color: #fff; font-weight: 600; text-decoration: none; }
.quick-section, .services-section, .news-preview, .pricing-wrap { padding: 104px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .location-section h2, .access-section h2, .cta-section h2, .content-column h2, .help-copy h2, .help-form h2, .placement-table h2 { margin: 0; font: 400 clamp(42px, 5vw, 67px)/1.04 var(--serif); letter-spacing: -.035em; }
.split-heading { display: grid; grid-template-columns: 1.4fr .75fr; gap: 70px; align-items: end; }
.split-heading > p { max-width: 490px; margin: 0 0 7px; color: var(--muted); }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.quick-card { position: relative; min-height: 335px; padding: 34px 30px; text-decoration: none; transition: background .25s, transform .25s; }
.quick-card + .quick-card { border-left: 1px solid var(--line); }
.quick-card:hover { z-index: 1; color: #fff; background: var(--ink); transform: translateY(-7px); box-shadow: var(--shadow); }
.quick-card.accent { color: #fff; background: var(--blue); }
.card-number { position: absolute; top: 27px; right: 28px; color: var(--gold); font-size: 10px; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 56px; border: 1px solid currentColor; font: 400 20px var(--serif); }
.quick-card h3 { margin: 0 0 13px; font: 400 28px var(--serif); }
.quick-card p { margin: 0; color: var(--muted); font-size: 14px; }
.quick-card.accent p, .quick-card:hover p { color: rgba(255,255,255,.68); }
.quick-card b { position: absolute; bottom: 31px; left: 30px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.quick-card b span { color: var(--gold-bright); margin-left: 5px; }
.location-section { padding: 108px 0; background: var(--paper-2); }
.location-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 28px; align-items: stretch; }
.location-intro { padding-right: 34px; }
.location-intro > p:not(.eyebrow) { color: var(--muted); }
.notice { display: flex; gap: 13px; margin-top: 30px; padding: 18px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.5); }
.notice span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 12px; }
.notice p { margin: 0; font-size: 13px; }
.location-card { display: flex; flex-direction: column; padding: 40px; border: 1px solid var(--line); background: var(--paper); }
.location-card.primary-location { color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.location-kicker, .mini-label, .news-type, .plan { margin: 0 0 20px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.location-card h3 { margin: 0 0 32px; font: 400 30px/1.12 var(--serif); }
.location-card dl { margin: 0 0 34px; }
.location-card dl > div { padding: 14px 0; border-top: 1px solid rgba(104,116,124,.25); }
.location-card dt { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.primary-location dt { color: rgba(255,255,255,.52); }
.location-card dd { margin: 3px 0 0; font-size: 14px; }
.location-card dd a { text-decoration: none; }
.text-link { margin-top: auto; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--gold); margin-left: 5px; }
.access-section { padding: 102px 0; color: #fff; background: var(--blue); }
.access-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; }
.access-grid > div:first-child > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.72); margin-bottom: 28px; }
.coordinator-card { padding: 40px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.coordinator-card h3 { margin: 0 0 14px; font: 400 32px var(--serif); }
.coordinator-card > p:not(.mini-label) { color: var(--muted); }
.coordinator-contact { display: grid; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); }
.coordinator-contact a { color: var(--blue); font-size: 14px; text-decoration: none; }
.service-grid { display: grid; grid-template-columns: 1.45fr .7fr .7fr; gap: 24px; }
.service-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 300px; color: #fff; background: var(--ink); }
.service-image { min-height: 300px; background: url("../images/legal-service.webp") center / cover no-repeat; }
.service-feature > div:last-child { padding: 36px; }
.service-feature h3 { margin: 0 0 8px; font: 400 33px var(--serif); }
.service-feature p:not(.mini-label) { color: rgba(255,255,255,.67); }
.service-card { padding: 35px 28px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background .2s, transform .2s; }
.service-card:hover { transform: translateY(-5px); background: #fff; }
.service-card > span { color: var(--gold); font-size: 10px; }
.service-card h3 { margin: 70px 0 15px; font: 400 27px var(--serif); }
.service-card p { color: var(--muted); font-size: 14px; }
.news-preview { padding-top: 30px; }
.news-heading { display: flex; align-items: end; justify-content: space-between; }
.news-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-card { min-height: 310px; padding: 34px 30px; }
.news-card + .news-card { border-left: 1px solid var(--line); }
.news-card h3 { margin: 0 0 17px; font: 400 28px/1.16 var(--serif); }
.news-card p:not(.news-type) { color: var(--muted); font-size: 14px; }
.news-card a, .archive-card a { display: inline-block; margin-top: 25px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.featured-news { background: var(--paper-2); }
.cta-section { padding: 100px 0; text-align: center; color: #fff; background: var(--ink); }
.cta-inner { max-width: 800px; }
.cta-inner .eyebrow::before { display: none; }
.cta-inner p:not(.eyebrow) { max-width: 600px; margin: 22px auto 28px; color: rgba(255,255,255,.68); }
.page-hero { padding: 105px 0 90px; color: #fff; background: linear-gradient(115deg, #142537 0%, #243d4c 72%, #315b6b 100%); }
.page-hero.compact { padding-bottom: 75px; }
.page-hero h1 { font-size: clamp(62px, 7vw, 98px); }
.page-hero p:last-child { max-width: 650px; color: rgba(255,255,255,.7); font-size: 18px; }
.inner-layout { display: grid; grid-template-columns: 260px 1fr; gap: 90px; padding-top: 90px; padding-bottom: 110px; }
.side-index { position: sticky; top: 120px; align-self: start; display: grid; }
.side-index a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; text-decoration: none; }
.content-column { max-width: 790px; }
.content-column > section { padding: 0 0 70px; margin-bottom: 70px; border-bottom: 1px solid var(--line); scroll-margin-top: 120px; }
.content-column > section:last-child { border: 0; }
.content-column p:not(.eyebrow) { color: var(--muted); }
.steps { margin-top: 30px; }
.steps article { display: flex; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps article > span { flex: 0 0 35px; height: 35px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-size: 11px; }
.steps h3 { margin: 0 0 4px; font: 400 22px var(--serif); }
.steps p { margin: 0; }
.archive-wrap { padding-top: 80px; padding-bottom: 110px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 45px; }
.filter-row button, .filter-row span { padding: 10px 17px; border: 1px solid var(--line); color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filter-row button { cursor: pointer; }
.filter-row .is-active { color: #fff; background: var(--ink); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.archive-card { padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.3); }
.archive-card.major { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: var(--paper-2); }
.archive-card.major > div:last-child { padding: 40px; }
.archive-art { min-height: 370px; }
.courthouse-art { background: linear-gradient(rgba(19,35,53,.12),rgba(19,35,53,.35)), url("../images/durham-courthouse.webp") center / cover; }
.archive-card h2 { margin: 0; font: 400 38px/1.08 var(--serif); }
.archive-card h3 { margin: 0; font: 400 27px/1.14 var(--serif); }
.archive-card p:not(.news-type) { color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.price-card.featured { color: #fff; background: var(--ink); transform: translateY(-7px); box-shadow: var(--shadow); }
.price-card .price { margin: 0 0 8px; font: 400 48px var(--serif); }
.price-card > p:nth-of-type(3) { color: var(--muted); }
.price-card.featured > p:nth-of-type(3) { color: rgba(255,255,255,.65); }
.price-card > a { display: block; margin-top: 28px; padding-top: 18px; border-top: 1px solid currentColor; font-size: 11px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.badge { position: absolute; top: 16px; right: 18px; color: var(--gold-bright); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.placement-table { margin-top: 75px; }
.placement-table h2 { margin-bottom: 35px; font-size: 45px; }
.placement-table > div { display: grid; grid-template-columns: 220px 1fr; padding: 20px 0; border-top: 1px solid var(--line); }
.placement-table span { font-weight: 600; }
.placement-table p { margin: 0; color: var(--muted); }
.help-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; padding-top: 90px; padding-bottom: 110px; }
.help-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { padding: 0; margin: 35px 0; list-style: none; }
.check-list li { position: relative; padding: 14px 0 14px 28px; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.direct-card { margin-top: 38px; padding: 27px; color: #fff; background: var(--blue); }
.direct-card a { display: block; font: 400 29px var(--serif); text-decoration: none; }
.direct-card p:last-child { margin: 5px 0 0; color: rgba(255,255,255,.68); }
.help-form { padding: 46px; background: #fff; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 32px; }
.help-form h2 { font-size: 45px; }
.help-form label { display: block; margin-bottom: 20px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.help-form label > span { color: #a1483d; }
.help-form input, .help-form textarea { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid #aeb6ba; border-radius: 0; color: var(--ink); background: transparent; outline: 0; text-transform: none; }
.help-form textarea { resize: vertical; }
.help-form input:focus, .help-form textarea:focus { border-color: var(--gold); box-shadow: 0 1px 0 var(--gold); }
.help-form small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.help-form .button { width: 100%; margin-top: 8px; }
.form-status { margin: 14px 0 0; color: var(--blue); font-weight: 600; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.help-form .srfm-form-container, .help-form .srfm-form { max-width: none !important; margin: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; }
.help-form .srfm-block, .help-form .srfm-block-wrap { margin-bottom: 20px; }
.help-form input:not([type="checkbox"]):not([type="radio"]), .help-form textarea, .help-form select { width: 100%; border: 0 !important; border-bottom: 1px solid #aeb6ba !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.help-form button[type="submit"], .help-form .srfm-submit-button { width: 100%; min-height: 52px; border: 0; border-radius: 0; color: #fff; background: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dc-content-shell { padding-top: 80px; padding-bottom: 100px; }
.dc-prose { max-width: 920px; margin: 0 auto; padding: 50px; background: #fff; box-shadow: var(--shadow); }
.dc-prose h2, .dc-prose h3 { font-family: var(--serif); font-weight: 400; line-height: 1.12; }
.dc-prose h2 { font-size: clamp(34px, 5vw, 54px); }
.dc-prose h3 { font-size: 30px; }
.dc-prose p, .dc-prose li { color: var(--muted); }
.dc-featured-image { margin: -50px -50px 45px; }
.dc-featured-image img { width: 100%; max-height: 580px; object-fit: cover; }
.dc-pagination, .navigation.pagination { margin-top: 48px; text-align: center; }
.dc-pagination .page-numbers, .navigation.pagination .page-numbers { display: inline-grid; min-width: 42px; min-height: 42px; margin: 3px; place-items: center; border: 1px solid var(--line); text-decoration: none; }
.dc-pagination .current, .navigation.pagination .current { color: #fff; background: var(--ink); }
.dc-legal-notice { margin-top: 45px; }
.archive-card h2 { font: 400 30px/1.12 var(--serif); }
.dc-site-footer { padding: 78px 0 22px; color: rgba(255,255,255,.67); background: #0b1724; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr 1fr 1fr; gap: 60px; padding-bottom: 68px; }
.footer-grid > div { display: grid; align-content: start; gap: 9px; }
.footer-brand { color: #fff; margin-bottom: 18px; }
.footer-brand .brand-mark { color: var(--gold-bright); }
.footer-grid p { margin: 0; font-size: 13px; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.footer-title { margin-bottom: 12px !important; color: #fff; font-size: 11px !important; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.light-link { color: #fff !important; margin-top: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: 10px; }
.footer-bottom p { margin: 0; }
@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .dc-primary-nav { position: fixed; inset: 124px 0 0; display: none; align-content: start; padding: 40px 24px; background: var(--paper); }
  .dc-primary-nav.is-open { display: grid; gap: 0; }
  .dc-primary-nav a { padding: 18px 5px; border-bottom: 1px solid var(--line); font: 400 29px var(--serif); }
  .nav-cta { margin-top: 20px; text-align: center; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 90px; }
  .hero-meta { top: 585px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .quick-card:nth-child(4) { border-top: 1px solid var(--line); }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-intro { grid-column: span 2; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-feature { grid-column: span 2; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card:last-child { display: none; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .archive-card.major { grid-column: span 2; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: span 3; }
}
@media (max-width: 720px) {
	.admin-bar .dc-site-header { top: 46px; }
  .wrap { width: min(100% - 34px, 1240px); }
  .utility-inner { min-height: 45px; }
  .utility-inner a { display: none; }
  .header-inner { height: 72px; }
  .dc-primary-nav { inset: 117px 0 0; }
  .hero { min-height: 800px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,19,31,.94), rgba(8,19,31,.58)), linear-gradient(0deg, rgba(8,19,31,.72), transparent 55%); }
  .hero-content { padding-top: 72px; }
  .hero h1, .page-hero h1 { font-size: clamp(52px, 16vw, 74px); }
  .hero-lede { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { position: static; grid-template-columns: 1fr; margin-top: 55px; }
  .hero-meta > div { padding: 15px 0; }
  .hero-meta > div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .quick-section, .services-section, .news-preview, .pricing-wrap { padding: 78px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .quick-grid, .location-grid, .access-grid, .service-grid, .news-grid, .inner-layout, .archive-grid, .pricing-grid, .help-layout, .footer-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 290px; }
  .quick-card + .quick-card { border-left: 0; border-top: 1px solid var(--line); }
  .location-intro, .service-feature, .archive-card.major, .footer-grid > div:last-child { grid-column: auto; }
  .location-card { padding: 30px; }
  .access-grid { gap: 42px; }
  .service-feature { grid-template-columns: 1fr; }
  .service-image { min-height: 240px; }
  .news-heading { align-items: start; gap: 22px; }
  .news-grid .news-card:last-child { display: block; }
  .news-card + .news-card { border-left: 0; border-top: 1px solid var(--line); }
  .page-hero { padding: 72px 0 60px; }
  .inner-layout { gap: 50px; padding-top: 65px; }
  .side-index { position: static; }
  .archive-card.major { display: block; }
  .archive-art { min-height: 270px; }
  .placement-table > div { grid-template-columns: 1fr; gap: 8px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .help-form { padding: 30px 22px; }
  .dc-prose { padding: 30px 22px; }
  .dc-featured-image { margin: -30px -22px 32px; }
  .footer-bottom { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
