:root {
  --burgundy: #711f2b;
  --burgundy-dark: #53151f;
  --burgundy-light: #9c3040;
  --ink: #17191d;
  --ink-soft: #4c5057;
  --gray-50: #faf9f9;
  --gray-100: #f3f1f1;
  --gray-200: #e7e3e4;
  --gray-300: #d2cdcf;
  --white: #fff;
  --shell: 1180px;
  --shadow: 0 20px 55px rgba(35, 24, 27, .11);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
a { color: var(--burgundy); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--burgundy-dark); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #c65869; outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 .6em; font-family: var(--serif); font-weight: 700; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 7vw, 5.85rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
p { margin: 0 0 1.25em; }
address { font-style: normal; }
abbr[title] { color: var(--burgundy); text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 126px) 0; }
.section--light { background: var(--gray-100); }
.section--burgundy { color: var(--white); background: var(--burgundy); }
.narrow { width: min(100%, 790px); }
.center { text-align: center; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute !important; 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: 10000; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--burgundy); }
.eyebrow { margin: 0 0 18px; color: var(--burgundy); font-size: .72rem; font-weight: 800; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--light { color: #e6c8ce; }
.lead { max-width: 800px; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 2px; font-size: .79rem; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .service-card a svg, .media-card a svg, .dav-section .text-link svg, .offence-group a svg { transition: transform .2s ease; }
.button:hover svg, .text-link:hover svg, .service-card a:hover svg, .media-card a:hover svg { transform: translateX(4px); }
.button--primary { color: var(--white); background: var(--burgundy); }
.button--primary:hover { color: var(--white); background: var(--burgundy-dark); }
.button--ghost { color: var(--ink); border-color: var(--gray-300); background: transparent; }
.button--ghost:hover { color: var(--burgundy); border-color: var(--burgundy); }
.button--light { color: var(--burgundy); background: var(--white); }
.button--light:hover { color: var(--burgundy-dark); background: #f6edef; }
.button--small { min-height: 42px; padding: 10px 17px; font-size: .7rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; text-decoration: none; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 70px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--ink-soft); }
.section-heading--dark h2, .section-heading--dark > p { color: var(--white); }

/* Header */
.utility-bar { color: #e6e2e3; background: #202227; font-size: .73rem; letter-spacing: .025em; }
.utility-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-bar__contact { display: flex; align-items: stretch; gap: 15px; }
.utility-bar a { display: inline-flex; align-items: center; gap: 7px; color: #f5f3f3; text-decoration: none; }
.utility-fax { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.utility-facebook { padding: 0 11px; margin-block: 4px; border-radius: 2px; background: var(--burgundy); font-size: .68rem; white-space: nowrap; }
.utility-facebook:hover { color: var(--white) !important; background: var(--burgundy-light); }
.utility-bar svg { width: 13px; height: 13px; }
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(36, 29, 31, .09); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: block; flex: 0 1 365px; min-width: 0; overflow: visible; }
.brand > a > img, .brand .custom-logo { width: min(365px, 100%); max-height: 72px; object-fit: contain; object-position: left center; overflow: visible; }
.brand .custom-logo-link { display: block; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.primary-menu { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 34px); padding: 0; margin: 0; list-style: none; }
.primary-menu a { position: relative; display: block; padding: 34px 0; color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; }
.primary-menu a::after { position: absolute; right: 0; bottom: 26px; left: 0; height: 2px; content: ""; background: var(--burgundy); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-menu a:hover::after, .primary-menu .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 46px; height: 46px; place-items: center; padding: 0; color: var(--ink); border: 1px solid var(--gray-300); background: transparent; }
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle__close { display: none; }

/* Homepage hero */
.hero { position: relative; min-height: 650px; overflow: hidden; background: linear-gradient(110deg, #fff 0 58%, var(--gray-100) 58% 100%); }
.hero::before { position: absolute; top: 0; right: 7%; width: 1px; height: 100%; content: ""; background: rgba(113, 31, 43, .13); transform: rotate(16deg); }
.hero__accent { position: absolute; right: 0; bottom: 0; width: 21%; height: 14px; background: var(--burgundy); }
.hero__grid { display: grid; min-height: 650px; grid-template-columns: 1.28fr .72fr; gap: clamp(40px, 8vw, 100px); align-items: center; padding-top: 54px; padding-bottom: 54px; }
.hero__copy { position: relative; z-index: 2; }
.hero h1 { max-width: 780px; font-size: clamp(3.35rem, 7vw, 6.5rem); }
.hero__statement { max-width: 680px; margin-bottom: 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.55rem); line-height: 1.55; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 24px 32px; padding: 32px 0 0; margin: 42px 0 0; border-top: 1px solid var(--gray-200); list-style: none; }
.hero__proof li { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .78rem; line-height: 1.35; }
.hero__proof li > svg { width: 28px; height: 28px; color: var(--burgundy); }
.hero__proof strong { display: block; color: var(--ink); }
.proof-mark { display: grid; width: 28px; height: 28px; place-items: center; color: var(--burgundy); border: 1px solid var(--burgundy); border-radius: 50%; font-size: .65rem; font-weight: 800; }
.hero__portrait { position: relative; }
.portrait-frame { position: relative; max-width: 410px; padding: 20px 20px 0; margin-left: auto; background: var(--white); box-shadow: var(--shadow); }
.portrait-frame::before { position: absolute; z-index: -1; top: -25px; right: -25px; width: 72%; height: 72%; content: ""; border: 1px solid rgba(113, 31, 43, .36); }
.portrait-frame img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: center top; filter: saturate(.86) contrast(1.04); }
.portrait-caption { position: relative; display: flex; flex-direction: column; padding: 19px 4px 21px; }
.portrait-caption::before { position: absolute; top: 0; left: 0; width: 54px; height: 3px; content: ""; background: var(--burgundy); }
.portrait-caption strong { font-family: var(--serif); font-size: 1.25rem; }
.portrait-caption span { color: var(--ink-soft); font-size: .76rem; }

/* Emergency */
.emergency-strip { color: var(--white); background: var(--burgundy); }
.emergency-strip__grid { min-height: 176px; display: grid; grid-template-columns: 105px minmax(0, 1fr) auto; gap: 30px; align-items: center; }
.emergency-strip__label { display: flex; align-items: center; gap: 9px; font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.pulse-dot { display: block; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.6); animation: pulse 2s infinite; }
.emergency-strip h2 { margin-bottom: 8px; font-size: clamp(1.8rem, 3.2vw, 3rem); }
.emergency-strip p { max-width: 660px; margin: 0; color: #efdde0; }
.emergency-call { display: flex; min-width: 265px; align-items: center; gap: 14px; padding: 18px 22px; color: var(--ink); background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.emergency-call:hover { color: var(--burgundy); box-shadow: 0 14px 38px rgba(33, 4, 9, .2); transform: translateY(-2px); }
.emergency-call > svg { width: 28px; height: 28px; color: var(--burgundy); }
.emergency-call span { display: flex; flex-direction: column; }
.emergency-call small { color: var(--ink-soft); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.emergency-call strong { font-size: 1.03rem; }
.emergency-call em { color: var(--burgundy); font-size: .72rem; font-style: normal; font-weight: 800; text-transform: uppercase; }

/* Services */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--gray-300); border-left: 1px solid var(--gray-300); }
.service-card { position: relative; min-height: 325px; padding: 36px 32px 30px; border-right: 1px solid var(--gray-300); border-bottom: 1px solid var(--gray-300); background: rgba(255,255,255,.4); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; background: var(--white); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card__no { display: block; margin-bottom: 52px; color: var(--burgundy); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { font-size: clamp(1.45rem, 2.4vw, 2rem); }
.service-card p { color: var(--ink-soft); font-size: .92rem; }
.service-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; font-size: .74rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.service-card--accent { color: var(--white); background: var(--burgundy); }
.service-card--accent:hover { background: var(--burgundy-dark); }
.service-card--accent .service-card__no, .service-card--accent p, .service-card--accent a { color: #f2dfe2; }

/* Media carousel */
.media-section { color: var(--white); background: #202227; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 48px; height: 48px; color: var(--white); border: 1px solid #575a60; background: transparent; cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.carousel-controls button:hover { border-color: var(--burgundy-light); background: var(--burgundy); }
.media-carousel { display: grid; grid-auto-columns: minmax(310px, 39%); grid-auto-flow: column; gap: 20px; overflow-x: auto; padding: 8px 2px 24px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--burgundy-light) #36393e; scrollbar-width: thin; }
.media-card { min-height: 410px; display: flex; flex-direction: column; padding: 30px; border: 1px solid #45484e; background: #282b30; scroll-snap-align: start; }
.media-card__top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 55px; color: #b7b9be; font-size: .72rem; text-transform: uppercase; }
.media-card__top span { color: var(--white); font-weight: 800; letter-spacing: .08em; }
.media-card .card-kicker { color: #dbaab2; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.media-card h3 { font-size: 1.65rem; line-height: 1.2; }
.media-card > p:not(.card-kicker) { color: #c7c8cc; font-size: .9rem; }
.media-card > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #f3dfe2; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.media-section__footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 30px; color: #aeb0b5; border-top: 1px solid #3d4045; font-size: .82rem; }
.media-section__footer p { margin: 0; }
.media-section__footer a { color: var(--white); }

/* About and membership */
.about-feature__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 10vw, 130px); align-items: center; }
.about-feature__visual { position: relative; padding: 0 0 60px 50px; }
.about-feature__visual::before { position: absolute; z-index: -1; top: 34px; left: 0; width: 82%; height: 84%; content: ""; background: var(--gray-100); }
.about-feature__visual img { width: 100%; aspect-ratio: 1 / 1.15; object-fit: cover; object-position: top; filter: grayscale(.15) saturate(.78); }
.about-feature__visual blockquote { position: absolute; right: -40px; bottom: 0; width: 80%; padding: 25px 28px; margin: 0; color: var(--white); background: var(--burgundy); font-family: var(--serif); font-size: 1.08rem; line-height: 1.5; }
.about-feature__copy > p:not(.eyebrow):not(.lead) { color: var(--ink-soft); }
.check-list { display: grid; gap: 11px; padding: 0; margin: 28px 0 34px; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { position: absolute; top: .62em; left: 0; width: 12px; height: 2px; content: ""; background: var(--burgundy); }
.dav-section { padding: 62px 0; border-block: 1px solid var(--gray-200); background: var(--gray-50); }
.dav-section__grid { display: grid; grid-template-columns: 230px minmax(0, 1fr) 230px; gap: 55px; align-items: center; }
.dav-section__logo { display: grid; min-height: 145px; place-items: center; padding: 15px; background: var(--white); box-shadow: 0 8px 30px rgba(35,24,27,.07); }
.dav-section__logo img { max-width: 200px; }
.dav-section h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 3.4vw, 2.8rem); }
.dav-section p { margin: 0; color: var(--ink-soft); }

/* Trust and download */
.trust-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 110px); align-items: start; }
.trust-copy { position: sticky; top: 135px; }
.trust-copy p:last-child { color: var(--ink-soft); }
.trust-links { display: grid; gap: 14px; }
.trust-card { display: grid; min-height: 102px; grid-template-columns: 54px 1fr auto; gap: 18px; align-items: center; padding: 20px 24px; color: var(--ink); border: 1px solid var(--gray-300); background: var(--white); text-decoration: none; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.trust-card:hover { color: var(--burgundy); border-color: var(--burgundy); box-shadow: 0 12px 35px rgba(35,24,27,.08); transform: translateX(5px); }
.trust-card__icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--white); border-radius: 50%; background: var(--burgundy); font-family: var(--serif); font-size: 1.5rem; font-weight: 700; }
.trust-card__icon svg { width: 24px; height: 24px; }
.trust-card > span:nth-child(2) { display: flex; flex-direction: column; }
.trust-card small { color: var(--ink-soft); }
.document-cta { padding: 56px 0; color: var(--white); background: #202227; }
.document-cta__grid { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; gap: 34px; align-items: center; }
.document-cta__icon { display: grid; width: 76px; height: 76px; place-items: center; color: #e4c2c7; border: 1px solid #5b5e63; }
.document-cta__icon svg { width: 34px; height: 34px; }
.document-cta h2 { margin-bottom: 7px; font-size: clamp(1.7rem, 3vw, 2.65rem); }
.document-cta p { max-width: 710px; margin: 0; color: #c5c7cb; }

/* Forms and contact */
.contact-teaser__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-direct { display: grid; gap: 13px; margin-top: 34px; }
.contact-direct a { display: flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.contact-direct svg { width: 26px; height: 26px; color: var(--burgundy); }
.contact-direct span { display: flex; flex-direction: column; }
.contact-direct small { color: var(--ink-soft); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .77rem; font-weight: 800; letter-spacing: .035em; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); border: 1px solid var(--gray-300); border-radius: 0; background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--burgundy); box-shadow: 0 0 0 3px rgba(113,31,43,.1); outline: 0; }
.contact-form .checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-size: .74rem; font-weight: 400; line-height: 1.5; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--burgundy); }
.form-note { margin: -4px 0 0; color: var(--ink-soft); font-size: .72rem; }
.form-honeypot { position: absolute; left: -9999px; }
.form-message { padding: 15px 18px; margin-bottom: 20px; border-left: 4px solid; font-size: .88rem; }
.form-message--success { color: #155a34; border-color: #278353; background: #e7f6ed; }
.form-message--error { color: #79202d; border-color: var(--burgundy); background: #fae9ec; }
.contact-teaser__form, .contact-form-panel { padding: clamp(28px, 4vw, 48px); background: var(--gray-100); }
.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 120px); }
.contact-details > p { color: var(--ink-soft); }
.contact-details address { padding: 22px 0; margin: 25px 0; border-block: 1px solid var(--gray-200); }
.contact-detail-links { display: grid; gap: 1px; background: var(--gray-200); }
.contact-detail-links > a, .contact-static-link { display: flex; align-items: center; gap: 15px; padding: 18px; color: var(--ink); background: var(--gray-50); text-decoration: none; }
.contact-detail-links > a:hover { color: var(--burgundy); background: var(--white); }
.contact-facebook-link { color: var(--white) !important; background: #202227 !important; }
.contact-facebook-link:hover { background: var(--burgundy) !important; }
.contact-facebook-link svg, .contact-facebook-link small { color: #f0d5da; }
.contact-detail-links svg { width: 24px; height: 24px; color: var(--burgundy); }
.contact-detail-links span { display: flex; min-width: 0; flex-direction: column; }
.contact-detail-links small { color: var(--ink-soft); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-detail-links strong { overflow-wrap: anywhere; }
.contact-detail-links__emergency { color: var(--white) !important; background: var(--burgundy) !important; }
.contact-detail-links__emergency svg, .contact-detail-links__emergency small { color: #f0d5da; }
.location-note { padding: 24px; margin-top: 26px; border-left: 3px solid var(--burgundy); background: var(--gray-100); }
.location-note p { margin: 5px 0 10px; color: var(--ink-soft); }
.location-note a { font-size: .78rem; font-weight: 800; text-decoration: none; }
.contact-extras { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.contact-extras article { padding: 34px; border: 1px solid var(--gray-300); background: var(--white); }

/* Standard and internal pages */
.page-hero { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 130px) 0; background: var(--gray-100); }
.page-hero::after { position: absolute; top: 0; right: 8%; width: 1px; height: 150%; content: ""; background: rgba(113,31,43,.22); transform: rotate(18deg); transform-origin: top; }
.page-hero__inner { position: relative; z-index: 1; }
.page-hero h1 { max-width: 920px; font-size: clamp(3rem, 6vw, 5.2rem); }
.page-hero .lead { margin-bottom: 0; }
.page-hero--dark { color: var(--white); background: #202227; }
.page-hero--dark .lead { color: #c9cacf; }
.page-hero--portrait { padding-block: 65px; }
.page-hero__grid { display: grid; grid-template-columns: 1fr 300px; gap: 70px; align-items: center; }
.page-hero__grid img { width: 300px; height: 300px; border: 14px solid var(--white); box-shadow: var(--shadow); object-fit: cover; }
.prose { font-size: 1.02rem; }
.prose h2 { margin-top: 1.6em; font-size: clamp(1.65rem, 3vw, 2.45rem); hyphens: auto; overflow-wrap: anywhere; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--ink-soft); }
.prose a { overflow-wrap: anywhere; }
.legal-note, .editorial-note { padding: 22px 25px; color: #5d343a !important; border-left: 4px solid var(--burgundy); background: #f8ecee; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 9vw, 120px); }
.practice-detail-grid { display: grid; gap: 0; border-top: 1px solid var(--gray-300); }
.practice-detail { display: grid; grid-template-columns: 100px 1fr; gap: 35px; padding: 45px 0; border-bottom: 1px solid var(--gray-300); }
.practice-detail > span { color: var(--burgundy); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.practice-detail h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); }
.practice-detail p { color: var(--ink-soft); }
.practice-detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 25px; padding-left: 18px; margin-bottom: 0; }
.practice-detail li::marker { color: var(--burgundy); }
.offence-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.offence-group { padding: 30px; border: 1px solid var(--gray-300); }
.offence-group h3 { padding-bottom: 18px; border-bottom: 1px solid var(--gray-200); font-size: 1.4rem; }
.offence-group ul { padding: 0; margin: 0; list-style: none; }
.offence-group li + li { border-top: 1px solid var(--gray-200); }
.offence-group a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 0; color: var(--ink); font-size: .85rem; text-decoration: none; }
.offence-group a:hover { color: var(--burgundy); }
.offence-group strong { flex: 0 0 auto; color: var(--burgundy); }

/* About page */
.timeline { padding: 0; margin: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 140px 1fr; gap: 40px; padding: 30px 0; border-top: 1px solid var(--gray-300); }
.timeline li:last-child { border-bottom: 1px solid var(--gray-300); }
.timeline > li > span { color: var(--burgundy); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.timeline h3 { margin-bottom: 7px; }
.timeline p { margin: 0; color: var(--ink-soft); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { padding: 35px; border: 1px solid var(--gray-300); }
.principles article + article { border-left: 0; }
.principles span { display: block; margin-bottom: 40px; color: var(--burgundy); font-size: .72rem; font-weight: 800; }
.principles p { margin: 0; color: var(--ink-soft); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.membership-list { display: grid; gap: 13px; padding: 0; margin: 0; list-style: none; }
.membership-list li { padding: 15px 0 15px 24px; border-bottom: 1px solid rgba(255,255,255,.23); }
.membership-list li::before { margin-left: -24px; margin-right: 13px; content: "—"; color: #e2bbc1; }
.centered-cta { max-width: 800px; text-align: center; }
.centered-cta > p:not(.eyebrow) { color: var(--ink-soft); }
.centered-cta .button-row { justify-content: center; }
.centered-cta--light > p:not(.eyebrow) { color: #ead8db; }

/* Media page */
.editorial-note { display: grid; grid-template-columns: 150px 1fr; gap: 25px; margin: 0; }
.editorial-note p { margin: 0; color: #5d343a; }
.media-index { display: grid; grid-template-columns: minmax(0, 280px) minmax(0, 1fr); gap: 70px; align-items: start; }
.media-index__head { position: sticky; top: 135px; min-width: 0; max-width: 100%; }
.media-index__head h2 { max-width: 100%; font-size: clamp(2.1rem, 3vw, 2.65rem); hyphens: auto; overflow-wrap: anywhere; }
.media-index__head p:last-child { color: var(--ink-soft); font-size: .85rem; }
.media-list { min-width: 0; border-top: 1px solid var(--gray-300); }
.media-list__item { display: grid; grid-template-columns: 48px 150px 1fr 124px; gap: 25px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--gray-300); }
.media-list__number { color: var(--burgundy); font-size: .72rem; font-weight: 800; }
.media-list__source, .media-list__content { min-width: 0; }
.media-list__source { display: flex; flex-direction: column; color: var(--ink-soft); font-size: .7rem; }
.media-list__source strong { color: var(--ink); font-size: .8rem; }
.media-list__source span { width: fit-content; padding: 3px 7px; margin-top: 8px; color: var(--burgundy); background: #f0dfe2; }
.media-list__content h3 { margin-bottom: 9px; font-size: 1.35rem; hyphens: auto; overflow-wrap: break-word; }
.media-list__content p { margin: 0; color: var(--ink-soft); font-size: .88rem; overflow-wrap: break-word; }
.media-list__links { display: grid; gap: 8px; }
.media-list__link { display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 6px; padding: 7px 9px; color: var(--burgundy); border: 1px solid var(--gray-300); font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.media-list__link svg { flex: 0 0 auto; }
.media-list__link:hover { color: var(--white); border-color: var(--burgundy); background: var(--burgundy); }
.source-status { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }

/* Emergency page */
.emergency-hero { padding: clamp(75px, 10vw, 130px) 0; color: var(--white); background: var(--burgundy); }
.emergency-hero__grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.emergency-hero h1 { max-width: 820px; font-size: clamp(3rem, 6.5vw, 5.6rem); }
.emergency-hero .lead { margin: 0; color: #f1dde0; }
.emergency-call--large { min-width: 310px; padding: 26px; }
.emergency-call--large > svg { width: 38px; height: 38px; }
.emergency-call--large strong { font-size: 1.28rem; }
.emergency-steps { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 0; border-top: 1px solid var(--gray-300); border-left: 1px solid var(--gray-300); list-style: none; }
.emergency-steps li { min-height: 320px; padding: 28px; border-right: 1px solid var(--gray-300); border-bottom: 1px solid var(--gray-300); }
.emergency-steps > li > span { display: block; margin-bottom: 65px; color: var(--burgundy); font-size: .7rem; font-weight: 800; }
.emergency-steps h3 { font-size: 1.4rem; }
.emergency-steps p { margin: 0; color: var(--ink-soft); font-size: .85rem; }
.emergency-cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.emergency-cases article { display: flex; min-width: 0; min-height: 390px; flex-direction: column; padding: 32px; border: 1px solid var(--gray-300); background: var(--white); }
.emergency-cases h2 { font-size: clamp(1.75rem, 2.8vw, 2.5rem); overflow-wrap: anywhere; }
.emergency-cases article > p:not(.eyebrow) { color: var(--ink-soft); }
.emergency-cases article > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; font-size: .75rem; font-weight: 800; text-decoration: none; }
.emergency-strip--bottom { border-top: 1px solid rgba(255,255,255,.2); }

/* Footer and mobile bar */
.site-footer { padding: 72px 0 28px; color: #d3d4d7; background: #191b1f; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .7fr .7fr; gap: 55px; }
.footer-brand img { width: min(286px, 100%); }
.footer-brand p { max-width: 330px; margin-top: 20px; color: #9fa1a6; font-size: .86rem; }
.footer-title { margin-bottom: 18px; color: var(--white); font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer address, .footer-links { color: #afb1b6; font-size: .84rem; }
.site-footer a { color: #e4d6d8; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-links { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 55px; border-top: 1px solid #34373c; color: #85888f; font-size: .72rem; }
.footer-bottom p { margin: 0; }
.mobile-actionbar { display: none; }
.error-page { min-height: 65vh; display: grid; place-items: center; }
.post-list { display: grid; gap: 22px; }
.content-card { padding: 30px; border: 1px solid var(--gray-300); }

/* Reveal animation */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal--delay { transition-delay: .12s; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

@media (max-width: 1080px) {
  .utility-fax { display: none; }
  .site-header__inner { min-height: 80px; }
  .brand { flex-basis: 270px; }
  .site-nav { gap: 14px; }
  .primary-menu { gap: 17px; }
  .primary-menu a { padding: 28px 0; font-size: .7rem; }
  .primary-menu a::after { bottom: 21px; }
  .hero, .hero__grid { min-height: 590px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .dav-section__grid { grid-template-columns: 190px 1fr; }
  .dav-section__grid > a { grid-column: 2; }
  .emergency-steps { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (min-width: 821px) and (max-width: 1200px) {
  .media-index { grid-template-columns: minmax(0, 235px) minmax(0, 1fr); gap: 42px; }
  .media-index__head h2 { font-size: clamp(2rem, 3.6vw, 2.45rem); }
  .media-list__item { grid-template-columns: 38px 125px minmax(0, 1fr) 100px; gap: 18px; }
}

@media (max-width: 820px) {
  .admin-bar .site-header { top: 46px; }
  .utility-bar__inner > span { display: none; }
  .utility-bar__contact { width: 100%; justify-content: center; }
  .utility-bar__contact a:first-child { display: flex; }
  .utility-bar__contact > a[href^="mailto:"] { display: none; }
  .nav-toggle { display: grid; flex: 0 0 46px; }
  .site-nav { position: fixed; z-index: 990; top: 116px; right: 0; bottom: 0; left: 0; display: block; padding: 28px 20px 110px; overflow-y: auto; visibility: hidden; background: var(--white); opacity: 0; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .admin-bar .site-nav { top: 126px; }
  .nav-open .site-nav { visibility: visible; opacity: 1; transform: none; }
  .nav-open .nav-toggle__open { display: none; }
  .nav-open .nav-toggle__close { display: block; }
  .primary-menu { display: block; }
  .primary-menu li { border-bottom: 1px solid var(--gray-200); }
  .primary-menu a { padding: 18px 4px; font-family: var(--serif); font-size: 1.3rem; letter-spacing: 0; text-transform: none; }
  .primary-menu a::after { display: none; }
  .nav-emergency { width: 100%; margin-top: 24px; }
  .hero { background: linear-gradient(180deg, #fff 0 67%, var(--gray-100) 67% 100%); }
  .hero__grid { grid-template-columns: 1fr; gap: 60px; padding-top: 70px; padding-bottom: 80px; }
  .hero__portrait { width: min(100%, 430px); margin-inline: auto; }
  .hero__proof { display: grid; grid-template-columns: 1fr 1fr; }
  .portrait-frame { margin: 0; }
  .emergency-strip__grid { grid-template-columns: 80px 1fr; gap: 18px; padding-block: 32px; }
  .emergency-strip__grid .emergency-call { grid-column: 1 / -1; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .media-carousel { grid-auto-columns: 76%; }
  .about-feature__grid, .trust-grid, .contact-teaser__grid, .contact-page-grid, .intro-grid, .source-status { grid-template-columns: 1fr; }
  .about-feature__visual { width: min(100%, 500px); }
  .trust-copy, .media-index__head { position: static; }
  .document-cta__grid { grid-template-columns: 72px 1fr; }
  .document-cta__grid .button { grid-column: 2; justify-self: start; }
  .page-hero__grid { grid-template-columns: 1fr 220px; gap: 30px; }
  .page-hero__grid img { width: 220px; height: 220px; }
  .offence-groups { grid-template-columns: 1fr; }
  .principles { grid-template-columns: 1fr; }
  .principles article + article { border-top: 0; border-left: 1px solid var(--gray-300); }
  .two-col, .media-index { grid-template-columns: 1fr; gap: 45px; }
  .emergency-hero__grid { grid-template-columns: 1fr; }
  .emergency-call--large { width: min(100%, 380px); }
  .emergency-steps { grid-template-columns: repeat(2, 1fr); }
  .emergency-cases { grid-template-columns: 1fr; }
  .emergency-cases article { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 600px) {
  body { padding-bottom: 66px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding-block: 68px; }
  .utility-bar { display: none; }
  .site-header__inner { min-height: 72px; }
  .site-nav, .admin-bar .site-nav { top: 72px; }
  .admin-bar .site-header { top: 46px; }
  .brand { flex-basis: 245px; }
  .brand > a > img, .brand .custom-logo { max-height: 58px; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.5rem); }
  .hero__grid { padding-top: 55px; }
  .hero__proof { grid-template-columns: 1fr; gap: 16px; }
  .hero__portrait { width: calc(100% - 10px); }
  .portrait-frame { padding: 12px 12px 0; }
  .portrait-frame::before { top: -14px; right: -14px; }
  .emergency-strip__grid { display: flex; flex-direction: column; align-items: stretch; }
  .emergency-strip__label { margin-bottom: 3px; }
  .emergency-call { width: 100%; min-width: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .media-carousel { grid-auto-columns: 90%; }
  .media-card { min-height: 440px; padding: 25px; }
  .media-card__top { margin-bottom: 40px; }
  .media-section__footer { align-items: flex-start; flex-direction: column; }
  .about-feature__visual { padding-left: 24px; }
  .about-feature__visual blockquote { right: -5px; width: 90%; }
  .dav-section__grid { grid-template-columns: 1fr; gap: 28px; }
  .dav-section__grid > a { grid-column: auto; }
  .dav-section__logo { width: 230px; }
  .trust-card { grid-template-columns: 44px 1fr auto; padding: 17px; }
  .trust-card__icon { width: 42px; height: 42px; }
  .document-cta__grid { grid-template-columns: 1fr; }
  .document-cta__grid .button { grid-column: auto; justify-self: stretch; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-teaser__form, .contact-form-panel { padding: 24px 19px; }
  .page-hero { padding-block: 72px; }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero__grid img { width: 190px; height: 190px; }
  .practice-detail { grid-template-columns: 1fr; gap: 10px; }
  .practice-detail ul { grid-template-columns: 1fr; }
  .offence-group { padding: 23px 19px; }
  .offence-group a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .timeline li { grid-template-columns: 1fr; gap: 10px; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .editorial-note { grid-template-columns: 1fr; gap: 7px; }
  .media-list__item { grid-template-columns: 35px 1fr 112px; gap: 12px; }
  .media-list__source { grid-column: 2; }
  .media-list__content { grid-column: 2 / -1; }
  .media-list__links { grid-column: 3; grid-row: 1 / 3; }
  .emergency-hero h1 { font-size: clamp(2.5rem, 12vw, 4.6rem); hyphens: auto; }
  .emergency-steps { grid-template-columns: 1fr; }
  .emergency-steps li { min-height: 0; }
  .emergency-steps > li > span { margin-bottom: 35px; }
  .contact-extras { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-actionbar { position: fixed; z-index: 1200; right: 0; bottom: 0; left: 0; display: grid; height: 66px; grid-template-columns: 1.3fr .7fr; box-shadow: 0 -8px 25px rgba(22,17,18,.14); }
  .mobile-actionbar a { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--white); background: var(--burgundy); font-size: .76rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
  .mobile-actionbar a:last-child { color: var(--ink); background: var(--white); }
  .mobile-actionbar svg { width: 21px; height: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
