@font-face {
    font-family: "Atkinson Hyperlegible";
    src: url("fonts/AtkinsonHyperlegible-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Atkinson Hyperlegible";
    src: url("fonts/AtkinsonHyperlegible-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700 900;
    font-display: swap;
}

:root {
    --blue: #155aa8;
    --blue-deep: #0b315f;
    --blue-ink: #082846;
    --blue-soft: #eaf2f9;
    --blue-mist: #f4f8fb;
    --charcoal: #222b33;
    --slate: #52616e;
    --muted: #63727e;
    --line: #d8e1e8;
    --white: #fff;
    --gold: #b99535;
    --gold-soft: #f4ecd3;
    --success: #176b52;
    --error: #963a3a;
    --shadow: 0 18px 50px rgba(11, 49, 95, .1);
    --radius: 12px;
    --wrap: 1180px;
    --reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--charcoal);
    background: var(--white);
    font-family: "Atkinson Hyperlegible", Arial, "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 1.68;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: .09em; text-underline-offset: .18em; }
a:hover { color: var(--blue-deep); }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; box-shadow: 0 0 0 6px var(--blue-deep); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--blue-ink); line-height: 1.12; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(2.45rem, 11vw, 4.4rem); }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 8vw, 3.2rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.35rem, 5vw, 1.7rem); }
p { margin-bottom: 22px; }
ul, ol { padding-left: 1.25em; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.prose { max-width: var(--reading); }
.section { padding: 76px 0; }
.kicker, .hero__eyebrow {
    margin-bottom: 12px;
    color: var(--blue);
    font-size: .84rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}
.kicker--light { color: #b9d9f4; }
.screen-reader-text, .skip-link:not(:focus) {
    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:focus { position: fixed; z-index: 10000; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); color: var(--blue-deep); font-weight: 800; }

.utility-bar { background: var(--blue-deep); color: #dceaf6; font-size: .78rem; font-weight: 700; }
.utility-bar__inner { min-height: 42px; display: flex; align-items: center; justify-content: center; }
.utility-bar__inner span:nth-child(2), .utility-bar__inner a { display: none; }
.utility-bar a { color: var(--white); }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 46px; }
.site-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home-link, .nav-toggle, .header-call, .header-project { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; }
.home-link { gap: 10px; color: var(--blue-deep); font-weight: 800; text-decoration: none; }
.home-link__mark { width: 22px; height: 18px; background: var(--blue); clip-path: polygon(0 100%, 42% 20%, 61% 55%, 76% 34%, 100% 100%); }
.nav-toggle { gap: 10px; padding: 0 4px; border: 0; background: transparent; color: var(--blue-deep); font-weight: 800; cursor: pointer; }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { width: 24px; height: 2px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle__bars { position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle__bars::before { top: -7px; }
.nav-toggle__bars::after { top: 7px; }
.nav-open .nav-toggle__bars { background: transparent; }
.nav-open .nav-toggle__bars::before { top: 0; transform: rotate(45deg); }
.nav-open .nav-toggle__bars::after { top: 0; transform: rotate(-45deg); }
.primary-nav { position: fixed; inset: 114px 0 0; padding: 28px 20px 120px; display: none; flex-direction: column; gap: 2px; background: var(--white); overflow-y: auto; }
.admin-bar .primary-nav { inset-block-start: 160px; }
.nav-open .primary-nav { display: flex; }
.primary-nav a { min-height: 56px; display: flex; align-items: center; gap: 14px; padding: 0 10px; border-bottom: 1px solid var(--line); color: var(--blue-deep); font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.nav-icon { width: 24px; height: 24px; flex: 0 0 24px; background: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.nav-icon--services { -webkit-mask-image: url("icons/services.svg"); mask-image: url("icons/services.svg"); }
.nav-icon--homeowners { -webkit-mask-image: url("icons/homeowners.svg"); mask-image: url("icons/homeowners.svg"); }
.nav-icon--ground-truth { -webkit-mask-image: url("icons/ground-truth-nav.svg"); mask-image: url("icons/ground-truth-nav.svg"); }
.nav-icon--contact { -webkit-mask-image: url("icons/mail.svg"); mask-image: url("icons/mail.svg"); }
.nav-label { min-width: 0; line-height: 1.15; }
.nav-label small { display: block; margin-top: 4px; color: var(--slate); font-size: .78rem; font-weight: 700; letter-spacing: 0; }
.primary-nav__link--ground-truth { margin-block: 6px; border-left: 4px solid var(--gold); background: var(--blue-mist); }
.primary-nav__utility { margin-top: 12px; color: var(--slate) !important; font-size: 1rem !important; }
.header-actions { display: none; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 2px solid transparent; border-radius: 6px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--blue); color: var(--white); }
.button--primary:hover { background: var(--blue-deep); color: var(--white); }
.button--secondary { border-color: var(--blue); background: transparent; color: var(--blue-deep); }
.button--secondary:hover { background: var(--blue-soft); }
.button--light { background: var(--white); color: var(--blue-deep); }
.button--outline-light { border-color: rgba(255,255,255,.7); color: var(--white); }
.text-link { display: inline-flex; min-height: 48px; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }
.text-link--light { color: var(--white); }

.hero { position: relative; padding: 54px 0 0; overflow: hidden; background: linear-gradient(145deg, #fff 0%, #fff 58%, var(--blue-mist) 100%); }
.hero::before { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: 40px; background: var(--blue-soft); clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%); }
.hero__grid { position: relative; display: grid; gap: 42px; }
.hero-logo { width: min(330px, 88%); margin-bottom: 38px; }
.hero-services { margin: -10px 0 30px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; list-style: none; }
.hero-services li { min-width: 0; display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: baseline; color: var(--blue-deep); line-height: 1.3; }
.hero-services span { color: var(--blue); font-size: .72rem; font-weight: 900; }
.hero-services strong { font-size: .84rem; }
.hero__copy h1 { max-width: 830px; }
.hero__lead { max-width: 720px; color: var(--slate); font-size: 1.12rem; line-height: 1.65; }
.hero-record { position: relative; padding: 26px; border-radius: var(--radius); background: var(--blue-deep); color: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.hero-record::after { content: ""; position: absolute; width: 110px; height: 110px; right: -44px; bottom: -44px; border: 22px solid rgba(255,255,255,.09); transform: rotate(45deg); }
.hero-record__header { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.25); color: #bfd7ec; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-record__header strong { color: var(--white); }
.hero-record__statement { display: grid; grid-template-columns: 7px 1fr; gap: 16px; align-items: stretch; padding: 26px 0 12px; }
.precision-mark { background: var(--gold); border-radius: 5px; }
.hero-record__statement p { margin: 0; color: var(--white); font-size: 1.45rem; font-weight: 800; line-height: 1.28; }
.hero-record dl { margin: 22px 0 0; }
.hero-record dl div { padding: 14px 0; display: grid; grid-template-columns: 90px 1fr; gap: 16px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-record dt { color: #b9d5ea; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.hero-record dd { margin: 0; font-weight: 700; }
.hero-record__footer { margin: 18px -26px -26px; padding: 16px 26px; background: rgba(0,0,0,.17); color: #d5e7f5; font-size: .88rem; font-weight: 700; }
.decision-rail { margin-top: 54px; padding: 18px 0 20px; display: grid; gap: 8px; border-top: 1px solid var(--line); }
.decision-rail > div { padding: 15px 0; display: grid; grid-template-columns: 42px 1fr; gap: 4px 12px; border-bottom: 1px solid var(--line); }
.decision-rail span { grid-row: 1 / span 2; color: var(--blue); font-size: .78rem; font-weight: 900; }
.decision-rail strong { color: var(--blue-deep); line-height: 1.3; }
.decision-rail small { color: var(--muted); line-height: 1.4; }
.decision-rail__intro { display: block !important; }
.decision-rail__intro span { display: block; margin-bottom: 6px; }

.section-heading { max-width: 800px; margin-bottom: 38px; }
.section-heading > p { color: var(--slate); }
.services-section { background: var(--blue-mist); }
.service-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.service-card { padding: 34px 0; display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.service-card__index > span:first-child { color: var(--blue); font-size: .82rem; font-weight: 900; }
.service-card__bracket { width: 28px; height: 40px; margin-top: 12px; display: block; border-left: 3px solid var(--blue); border-bottom: 3px solid var(--blue); }
.service-card h3 { font-size: 1.65rem; }
.service-card h3 a { color: inherit; text-decoration: none; }
.service-card__body > p { color: var(--slate); }
.service-card__links { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.service-card__links a { min-height: 48px; display: inline-flex; align-items: center; font-weight: 800; }
.service-card__guide { color: var(--slate); font-size: .9rem; }
.service-grid--illustrated .service-card { padding: 28px 0 38px; grid-template-columns: 1fr; gap: 22px; }
.service-card__visual { position: relative; min-height: 138px; padding: 25px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--white), var(--blue-soft)); overflow: hidden; }
.service-card__visual::after { content: ""; position: absolute; width: 74px; height: 74px; right: -31px; bottom: -31px; background: rgba(21,90,168,.09); transform: rotate(45deg); }
.service-card__visual img { width: 108px; height: 108px; }
.service-card__visual > span { position: absolute; top: 15px; left: 17px; color: var(--blue); font-size: .78rem; font-weight: 900; }
.service-grid--illustrated .service-card__body > .teaches { color: var(--blue); font-weight: 800; }
.section-link { margin-top: 30px; }

.work-section { background: var(--white); }
.work-list { border-top: 1px solid var(--line); }
.work-list article { padding: 28px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.work-list article > span { color: var(--gold); font-size: .84rem; font-weight: 900; }
.work-list h3, .work-list h2 { margin-bottom: 10px; font-size: 1.35rem; }
.work-list p { margin: 0; color: var(--slate); }

.engineers-band { background: var(--blue-deep); color: #d9e7f2; }
.engineers-band h2 { color: var(--white); }
.feature-grid { display: grid; gap: 38px; align-items: center; }
.boundary-card { padding: 30px; border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius); background: rgba(255,255,255,.08); color: var(--white); }
.boundary-card > span { display: block; margin-bottom: 24px; color: var(--gold); font-size: 3.6rem; font-weight: 900; letter-spacing: -.06em; line-height: .9; }
.boundary-card h2, .boundary-card h3 { color: var(--white); }
.boundary-card ul { padding-left: 1.15em; }
.boundary-card li { margin-bottom: 8px; }
.boundary-card > div { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.3); }
.boundary-card > div p { margin: 4px 0 0; }
.boundary-card--light { background: var(--blue-deep); }
.boundary-card--light h2 { color: var(--white); }

.homeowners-section { background: var(--white); }
.property-record { padding: 28px; border-left: 7px solid var(--gold); background: var(--blue-soft); }
.property-record div { padding: 18px 0; display: grid; grid-template-columns: 84px 1fr; gap: 16px; border-bottom: 1px solid #c9d9e6; }
.property-record div:last-child { border-bottom: 0; }
.property-record span { color: var(--blue); font-weight: 900; }
.property-record p { margin: 0; color: var(--blue-deep); font-weight: 800; }
.flat-rate { margin: 28px 0; padding: 20px; border-left: 5px solid var(--gold); background: var(--gold-soft); }
.flat-rate p { margin: 6px 0 0; }

.ground-truth-feature, .related-section { background: var(--blue-mist); }
.article-grid { display: grid; gap: 20px; }
.article-card { --cat: var(--blue); --cat-soft: var(--blue-soft); padding: 26px; border: 1px solid var(--line); border-top: 6px solid var(--cat); border-radius: 0 0 var(--radius) var(--radius); background: var(--white); box-shadow: 0 10px 32px rgba(11,49,95,.06); }
.article-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.article-card h3 { font-size: 1.35rem; }
.article-card h3 a { color: inherit; text-decoration: none; }
.article-card h3 a:hover { color: var(--cat); }
.article-card > p { color: var(--slate); font-size: .95rem; }
.article-card__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.article-card__meta a { color: var(--cat); }
.category-chip { --cat: var(--blue); --cat-soft: var(--blue-soft); min-height: 34px; display: inline-flex; align-items: center; padding: 5px 11px; border: 1px solid color-mix(in srgb, var(--cat) 35%, white); border-radius: 999px; background: var(--cat-soft); color: var(--cat); font-size: .76rem; font-weight: 900; letter-spacing: .025em; line-height: 1.2; }
.cat-field-guides { --cat: #195da8; --cat-soft: #e8f1fb; }
.cat-training { --cat: #17685f; --cat-soft: #e4f3ef; }
.cat-industry-news { --cat: #3f6288; --cat-soft: #e9eff5; }
.cat-law-regulation { --cat: #65508c; --cat-soft: #efebf6; }
.cat-industry-events { --cat: #76600d; --cat-soft: #f4efd9; }
.cat-equipment { --cat: #405f6d; --cat-soft: #e8f0f2; }
.cat-recalls { --cat: #7b2942; --cat-soft: #f6e8ed; }
.cat-safety-alerts { --cat: #973c36; --cat-soft: #f8e9e6; }
.cat-litigation { --cat: #444b59; --cat-soft: #eceef1; }
.cat-default { --cat: var(--blue); --cat-soft: var(--blue-soft); }
.ground-truth-feature__actions { margin-top: 28px; }

.schedule-band { position: relative; padding: 76px 0 94px; overflow: hidden; background: var(--blue-ink); color: var(--white); isolation: isolate; }
.schedule-band__media { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; }
.schedule-band__media::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4, 27, 50, .94), rgba(4, 27, 50, .78)); }
.schedule-band__media picture,
.schedule-band__media img { display: block; width: 100%; height: 100%; }
.schedule-band__media img { object-fit: cover; object-position: 50% 52%; }
.schedule-band__media figcaption { z-index: 2; }
.schedule-band__grid { position: relative; z-index: 2; display: grid; gap: 30px; }
.schedule-band h2 { color: var(--white); }
.schedule-band .kicker { color: #b9d9f4; }
.schedule-options { display: grid; gap: 16px; }
.schedule-options article { padding: 24px; display: grid; grid-template-columns: 64px 1fr; gap: 18px; border: 1px solid rgba(255, 255, 255, .8); border-radius: var(--radius); background: rgba(255, 255, 255, .95); box-shadow: 0 14px 34px rgba(3, 21, 39, .22); }
.schedule-icon { width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border: 3px solid var(--blue); border-radius: 50%; color: var(--blue-deep); font-weight: 900; line-height: 1; }
.schedule-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.schedule-icon--emergency { border-color: #607b91; color: #415f77; }
.schedule-label { margin: 0 0 4px; color: #415f77; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.schedule-options h3 { margin-bottom: 8px; }
.schedule-options article p:last-child { margin: 0; }
.schedule-band__note { margin: 0; color: #eef5fa; font-weight: 700; }
.schedule-band__note a { color: #c7e2f7; }

.contact-section { background: var(--blue-mist); }
.contact-grid, .contact-page__grid { display: grid; gap: 38px; }
.contact-copy > p { color: var(--slate); }
.contact-options { display: grid; gap: 12px; margin: 30px 0; }
.contact-options a { min-width: 0; min-height: 70px; padding: 14px 16px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--blue-deep); text-decoration: none; }
.contact-options img { flex: 0 0 24px; }
.contact-options span { min-width: 0; }
.contact-options small, .contact-options strong { display: block; }
.contact-options small { color: var(--muted); }
.contact-options strong { word-break: normal; overflow-wrap: anywhere; }
.contact-facts { margin: 0; }
.contact-facts div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-facts dt { color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.contact-facts dd { margin: 5px 0 0; color: var(--slate); }
.form-card { padding: 26px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-card__intro h2, .form-card__intro h3 { font-size: 1.75rem; }
.form-row { display: grid; gap: 0; }
.field { margin-bottom: 21px; }
.field label { display: block; margin-bottom: 7px; color: var(--blue-deep); font-weight: 800; }
.optional { color: var(--muted); font-size: .78rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 2px solid #b8c6d1; border-radius: 6px; background: var(--white); color: var(--charcoal); }
.field textarea { min-height: 144px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(21,90,168,.18); }
.field-help, .field-error { margin: 5px 0 0; font-size: .78rem; line-height: 1.45; }
.field-help { color: var(--muted); }
.field-error { color: var(--error); font-weight: 700; }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--error); }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-reassurance, .form-privacy { margin: 16px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.form-status { margin-bottom: 20px; padding: 14px 16px; border-left: 5px solid; }
.form-status--success { border-color: var(--success); background: #e8f4ef; }
.form-status--error { border-color: var(--error); background: #faecec; }
.honeypot { position: absolute !important; left: -9999px !important; }

.inner-hero { position: relative; padding: 56px 0 62px; overflow: hidden; background: linear-gradient(145deg, var(--blue-mist), #fff); border-bottom: 1px solid var(--line); }
.inner-hero::after { content: ""; position: absolute; width: 190px; height: 190px; right: -80px; bottom: -80px; background: var(--blue-soft); transform: rotate(25deg); }
.inner-hero__grid { position: relative; z-index: 1; display: grid; gap: 36px; }
.inner-hero__lead { max-width: 760px; color: var(--slate); font-size: 1.12rem; }
.breadcrumbs { margin-bottom: 26px; display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.breadcrumbs a { color: var(--slate); }
.scope-card, .source-rule { padding: 28px; border-left: 7px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; background: var(--blue-deep); color: var(--white); box-shadow: var(--shadow); }
.scope-card__number { display: block; margin-bottom: 24px; color: var(--gold); font-size: 3.2rem; font-weight: 900; line-height: 1; }
.scope-card p, .source-rule p { color: #c8ddec; }
.scope-card strong, .source-rule strong { display: block; font-size: 1.25rem; line-height: 1.35; }
.source-rule > span { color: var(--gold); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.source-rule strong { margin: 8px 0 14px; font-size: 1.65rem; }
.availability-note { padding: 14px 16px; border-left: 5px solid var(--gold); background: var(--gold-soft); color: #514718; }

.service-detail__grid { display: grid; gap: 34px; }
.service-detail__grid > section { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: 11px 0 11px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 15px; height: 8px; border-left: 3px solid var(--blue); border-bottom: 3px solid var(--blue); transform: rotate(-45deg); }
.deliverable-panel, .limits-panel { padding: 28px !important; border: 0 !important; border-radius: var(--radius); }
.deliverable-panel { background: var(--blue-soft); }
.limits-panel { border-left: 7px solid var(--gold) !important; background: var(--gold-soft); }
.deliverable-panel ol { list-style: none; padding: 0; counter-reset: deliverable; }
.deliverable-panel li { padding: 12px 0; display: grid; grid-template-columns: 34px 1fr; gap: 10px; border-bottom: 1px solid #c9d9e6; counter-increment: deliverable; }
.deliverable-panel li::before { content: counter(deliverable, decimal-leading-zero); color: var(--blue); font-size: .78rem; font-weight: 900; }
.closing-cta { padding: 62px 0; background: var(--blue-deep); color: #dceaf5; }
.closing-cta h2 { color: var(--white); }
.closing-cta__inner { display: grid; gap: 28px; }
.services-index { border-top: 1px solid var(--line); }
.service-index-card { padding: 34px 0; display: grid; grid-template-columns: 50px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.service-index-card > span { color: var(--blue); font-size: .82rem; font-weight: 900; }
.service-index-card h2 { font-size: 1.65rem; }
.service-index-card h2 a { color: inherit; text-decoration: none; }
.service-index-card__promise { color: var(--blue); font-weight: 800; }
.narrow-cta { max-width: 760px; }

.ground-truth-hero { background: var(--blue-mist); }
.lane-tabs { margin-bottom: 38px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.lane-tabs button { min-height: 52px; padding: 9px; border: 0; border-radius: 6px; background: transparent; color: var(--slate); font-weight: 800; cursor: pointer; }
.lane-tabs button[aria-selected="true"] { background: var(--blue-deep); color: var(--white); }
.library-lane[hidden] { display: none; }
.category-key, .filter-group { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter-panel { margin-bottom: 26px; }
.filter-panel fieldset { margin: 0 0 20px; padding: 0; border: 0; }
.filter-panel legend { margin-bottom: 10px; color: var(--blue-deep); font-weight: 900; }
.filter-chip { min-height: 48px; padding: 9px 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--charcoal); font-weight: 800; cursor: pointer; }
.filter-chip:not([class*="cat-"]) { --cat: var(--blue); --cat-soft: var(--blue-soft); }
.filter-chip__swatch { width: 11px; height: 11px; border-radius: 50%; background: var(--cat); }
.filter-chip.is-active, .filter-chip[aria-pressed="true"] { border-color: var(--cat); background: var(--cat-soft); color: var(--cat); }
.filter-empty { padding: 24px; border-left: 5px solid var(--gold); background: var(--gold-soft); }
.filter-count { color: var(--muted); font-size: .85rem; font-weight: 800; }
.article-card[hidden] { display: none; }

.article-hero { position: relative; padding: 58px 0 52px; border-top: 8px solid var(--cat); background: linear-gradient(145deg, var(--cat-soft), #fff 74%); }
.article-hero__inner { max-width: 960px; }
.article-hero h1 { max-width: 920px; margin-top: 20px; }
.article-dek { max-width: 790px; color: var(--slate); font-size: 1.15rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px 30px; margin: 30px 0 0; }
.article-meta div { min-width: 120px; }
.article-meta dt { color: var(--cat); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.article-meta dd { margin: 2px 0 0; color: var(--blue-deep); font-weight: 800; }
.article-layout__grid { padding-top: 44px; padding-bottom: 80px; display: grid; gap: 34px; }
.article-sidebar { min-width: 0; }
.article-toc { border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.article-toc summary { min-height: 52px; padding: 12px 16px; display: flex; align-items: center; color: var(--blue-deep); font-weight: 900; cursor: pointer; }
.article-toc nav { padding: 0 16px 16px; }
.article-toc ol { margin: 0; padding-left: 1.15em; }
.article-toc a { min-height: 48px; display: inline-flex; align-items: center; color: var(--slate); font-size: .88rem; }
.article-standard { margin-top: 18px; padding: 18px; border-left: 5px solid var(--cat); background: var(--cat-soft); font-size: .84rem; }
.article-standard p { margin: 4px 0 10px; }
.article-content-column { min-width: 0; max-width: var(--reading); }
.takeaways { margin-bottom: 40px; padding: 28px; border-left: 7px solid var(--cat); background: var(--cat-soft); }
.takeaways h2 { font-size: 1.65rem; }
.takeaways li { margin-bottom: 10px; }
.takeaways--brief p:last-child { margin: 0; font-size: 1.05rem; font-weight: 700; }
.article-body { color: #2c353c; }
.article-body h2 { margin-top: 56px; padding-top: 8px; font-size: 2rem; }
.article-body h3 { margin-top: 36px; font-size: 1.4rem; }
.article-body p, .article-body li { max-width: 74ch; }
.article-body li { margin-bottom: 10px; }
.article-body blockquote { margin: 30px 0; padding: 22px 24px; border-left: 6px solid var(--gold); background: var(--gold-soft); color: #443c20; }
.article-body blockquote p { margin: 0; }
.citation { min-width: 48px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; margin: -12px -13px; color: var(--cat); font-weight: 900; text-decoration: none; vertical-align: baseline; }
.citation sup { font-size: .68rem; }
.table-scroll { max-width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: .88rem; }
th, td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--blue-soft); color: var(--blue-deep); }
.article-sources { margin: 56px 0 34px; border: 1px solid var(--line); border-radius: 8px; background: var(--blue-mist); }
.article-sources summary { min-height: 56px; padding: 12px 18px; display: flex; align-items: center; color: var(--blue-deep); font-weight: 900; cursor: pointer; }
.article-sources > h2, .article-sources > ol { margin-inline: 22px; }
.article-sources > h2 { font-size: 1.6rem; }
.article-sources > ol { padding-bottom: 22px; font-size: .82rem; overflow-wrap: anywhere; }
.service-connection { margin-top: 48px; padding: 30px; border-radius: var(--radius); background: var(--blue-deep); color: #dceaf4; }
.service-connection h2 { color: var(--white); font-size: 1.7rem; }
.service-connection .text-link { color: var(--white); }
.legal-prose h2 { margin-top: 44px; font-size: 1.65rem; }

.site-footer { padding: 48px 0 94px; background: #081f38; color: #cfdeea; }
.footer-grid { display: grid; gap: 32px; }
.footer-brand img { width: 230px; max-width: 80%; }
.footer-brand p { color: #b9cddd; }
.site-footer h2 { color: var(--white); font-size: 1.1rem; }
.footer-nav ul, .footer-contact ul { margin: 0; padding: 0; list-style: none; }
.footer-nav a { min-height: 48px; display: inline-flex; align-items: center; color: #d7e5ef; }
.footer-contact li { min-height: 50px; padding: 6px 0; display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
.footer-contact li > * { min-width: 0; }
.footer-contact a, .footer-contact span { overflow-wrap: anywhere; }
.footer-contact img, .mobile-call img { filter: brightness(0) invert(1); }
.footer-contact a { color: var(--white); }
.footer-lower { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-disclaimer { max-width: 880px; margin: 0; color: #a9bed0; font-size: .8rem; line-height: 1.55; }
.footer-bottom { margin-top: 14px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px 22px; color: #a9bed0; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom__links { display: flex; gap: 18px; }
.footer-bottom__links a { min-height: 48px; display: inline-flex; align-items: center; color: var(--white); }
.footer-seal { width: 206px; height: 80px; overflow: hidden; }
.footer-seal #siteseal { display: block; width: 322px; transform: scale(.64); transform-origin: top left; }
.mobile-call { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; min-height: 62px; padding: 11px 18px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--blue); color: var(--white); font-size: .96rem; font-weight: 900; text-align: center; text-decoration: none; box-shadow: 0 -8px 24px rgba(8,40,70,.2); }
.mobile-call:hover { color: var(--white); background: var(--blue-deep); }

[data-reveal] { opacity: 1; transform: none; }

@media (min-width: 720px) {
    .wrap { width: min(100% - 64px, var(--wrap)); }
    .section { padding: 96px 0; }
    .utility-bar__inner { justify-content: space-between; }
    .utility-bar__inner span:nth-child(2), .utility-bar__inner a { display: inline; }
    .hero { padding-top: 76px; }
    .hero-logo { width: 340px; }
    .decision-rail { grid-template-columns: 1.35fr repeat(3, 1fr); gap: 0; }
    .decision-rail > div { padding: 20px; border-right: 1px solid var(--line); border-bottom: 0; }
    .decision-rail > div:last-child { border-right: 0; }
    .service-grid { grid-template-columns: 1fr 1fr; column-gap: 42px; }
    .hero-services { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .hero-services li { grid-template-columns: 1fr; gap: 2px; }
    .work-list article { grid-template-columns: 60px 1fr; padding: 34px 0; }
    .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .schedule-options { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr 1fr; gap: 18px; }
    .form-card { padding: 36px; }
    .inner-hero { padding: 78px 0; }
    .service-detail__grid { grid-template-columns: 1fr 1fr; gap: 44px; }
    .service-detail__grid > section { padding-bottom: 0; border-bottom: 0; }
    .closing-cta__inner { grid-template-columns: 1fr auto; align-items: center; }
    .service-index-card { grid-template-columns: 70px 1fr; padding: 42px 0; }
    .footer-grid { grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 30px 48px; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (min-width: 980px) {
    body { font-size: 18px; }
    .admin-bar .site-header { top: 32px; }
    .site-header__inner { min-height: 80px; }
    .nav-toggle { display: none; }
    .primary-nav { position: static; inset: auto; padding: 0; display: flex; flex-direction: row; gap: 4px; background: transparent; overflow: visible; }
    .primary-nav a { min-height: 52px; gap: 7px; padding: 0 9px; border: 0; font-size: .84rem; font-weight: 800; }
    .primary-nav a:hover { background: var(--blue-soft); }
    .nav-icon { width: 18px; height: 18px; flex-basis: 18px; }
    .nav-label small { margin-top: 2px; font-size: .76rem; }
    .primary-nav__link--ground-truth { margin-block: 0; border-left: 0; border-radius: 4px; box-shadow: inset 0 -3px 0 var(--gold); }
    .primary-nav__utility { display: none !important; }
    .header-actions { display: flex; align-items: center; gap: 8px; }
    .header-project, .header-call { padding: 0 13px; border-radius: 5px; font-size: .82rem; font-weight: 900; text-decoration: none; }
    .header-project { border: 1px solid var(--blue); color: var(--blue-deep); }
    .header-call { background: var(--blue); color: var(--white); }
    .header-call span { margin-right: 5px; color: #d4e6f5; }
    .mobile-call { display: none; }
    .site-footer { padding-bottom: 34px; }
    .hero__grid { grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); align-items: center; }
    .section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 48px; align-items: end; }
    .section-heading--split > p { margin-bottom: 8px; }
    .feature-grid { grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 56px; }
    .feature-grid--reverse > :first-child { order: 2; }
    .feature-grid--reverse { grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); }
    .contact-grid, .contact-page__grid { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 56px; align-items: start; }
    .inner-hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 56px; align-items: center; }
    .schedule-band__grid { grid-template-columns: .75fr 1.25fr; gap: 70px; }
    .schedule-band__note { grid-column: 2; }
    .article-layout__grid { grid-template-columns: 250px minmax(0, var(--reading)); gap: 64px; align-items: start; }
    .article-sidebar { position: sticky; top: 118px; }
    .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ground-truth-library .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .65fr) minmax(0, 1.05fr); gap: 42px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: row; align-items: center; }
    .footer-bottom > p { flex: 1 1 320px; }
    .footer-bottom__links { margin-left: auto; }
    .footer-seal { flex: 0 0 206px; }
}

@media (prefers-reduced-motion: no-preference) {
    [data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease; }
    [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
}

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

@media print {
    .utility-bar, .site-header, .site-footer, .mobile-call, .button-row, .article-sidebar { display: none !important; }
    body { font-size: 12pt; color: #000; }
    .article-layout__grid { display: block; padding: 0; }
    a { color: #000; text-decoration: underline; }
}

/* v7.2 — research-led Borderland redesign */
.hero--focused {
    padding: 48px 0 0;
    isolation: isolate;
    background: var(--white);
}
.hero--focused::before {
    display: none;
}
.hero--focused .hero__grid {
    z-index: 1;
    gap: 34px;
}
.hero--focused .hero-logo {
    width: min(285px, 78%);
    margin-bottom: 28px;
}
.hero--focused .hero__grid {
    grid-template-columns: minmax(0, 820px);
}
.hero--focused .hero__copy h1 {
    max-width: 780px;
    font-size: clamp(2.4rem, 9vw, 4.05rem);
}
.hero-photo {
    position: relative;
    width: 100vw;
    margin: 0 0 0 calc(50% - 50vw);
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: var(--blue-deep);
    box-shadow: none;
}
.hero-photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: var(--gold);
}
.hero-photo picture,
.hero-photo img {
    width: 100%;
    height: 100%;
    display: block;
}
.hero-photo img {
    object-fit: cover;
    object-position: 48% 50%;
}
.hero-photo figcaption {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 5px;
    max-width: calc(100% - 24px);
    padding: 8px 12px;
    background: rgba(7, 35, 62, .88);
    color: var(--white);
    font-size: .78rem;
    line-height: 1.35;
}
.hero-photo figcaption a { color: var(--white); }
.method-panel {
    position: relative;
    padding: 30px 26px 24px;
    border: 1px solid #b9cfe2;
    border-top: 8px solid var(--blue);
    border-radius: 0 0 var(--radius) var(--radius);
    background: var(--white);
    box-shadow: 0 22px 60px rgba(11, 49, 95, .11);
    overflow: hidden;
}
.method-panel::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    right: -41px;
    bottom: -41px;
    border: 16px solid rgba(21, 90, 168, .08);
    transform: rotate(45deg);
}
.method-panel__label {
    margin: 0 0 5px;
    color: var(--blue);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.method-panel h2 {
    margin-bottom: 22px;
    font-size: 1.72rem;
}
.method-panel__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.method-panel__list li {
    min-height: 78px;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: center;
    border-top: 1px solid var(--line);
}
.method-panel__list li > span {
    color: var(--gold);
    font-size: .78rem;
    font-weight: 900;
}
.method-panel__list strong,
.method-panel__list small {
    display: block;
}
.method-panel__list strong {
    color: var(--blue-deep);
    line-height: 1.25;
}
.method-panel__list small {
    margin-top: 3px;
    color: var(--muted);
    font-size: .87rem;
    line-height: 1.35;
}
.method-panel__deliverables {
    margin: 18px 0 0;
    padding-top: 17px;
    border-top: 1px solid var(--line);
    color: var(--slate);
    font-size: .82rem;
    font-weight: 800;
}

.service-strip {
    border-block: 1px solid var(--line);
    background: var(--blue-deep);
}
.service-strip__inner {
    display: grid;
}
.service-strip a {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    color: var(--white);
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
}
.service-strip a:last-child {
    border-bottom: 0;
}
.service-strip a:hover {
    color: var(--white);
    background: rgba(255, 255, 255, .07);
}
.service-strip a span {
    color: #e2c86d;
    font-size: .72rem;
}

.services-section {
    background: var(--white);
}
.homeowner-copy {
    max-width: 880px;
}
.service-grid--illustrated {
    border-top: 0;
    gap: 36px;
}
.service-grid--illustrated .service-card {
    padding: 0 0 32px;
    gap: 24px;
    border-bottom: 1px solid var(--line);
}
.service-card__visual {
    min-height: 170px;
    padding: 28px;
    border: 0;
    border-radius: 0;
    background: var(--blue-mist);
    box-shadow: inset 0 -1px 0 var(--line);
}
.service-card__visual::before {
    content: "";
    position: absolute;
    inset: 16px auto 16px 0;
    width: 5px;
    background: var(--blue);
}
.service-card__visual::after {
    width: 62px;
    height: 62px;
    right: -32px;
    bottom: -32px;
}
.service-card__visual img {
    width: 120px;
    height: 120px;
}
.service-card__method {
    margin: 0 0 7px;
    color: var(--blue) !important;
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.service-grid--illustrated .service-card h3 {
    margin-bottom: 12px;
}
.service-grid--illustrated .service-card__body > p:not(.service-card__method) {
    color: var(--slate);
}

.methods-section {
    background: var(--blue-mist);
}
.method-grid {
    display: grid;
    border-top: 1px solid var(--line);
}
.method-grid article {
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}
.method-grid__number {
    display: block;
    margin-bottom: 20px;
    color: var(--gold);
    font-size: .8rem;
    font-weight: 900;
}
.method-grid h3 {
    font-size: 1.45rem;
}
.method-grid p {
    color: var(--slate);
}
.method-grid small {
    display: block;
    color: var(--blue);
    font-size: .83rem;
    font-weight: 800;
}

.borderland-section {
    position: relative;
    overflow: hidden;
    background: var(--blue-deep);
    color: #d9e7f2;
}
.borderland-section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -90px;
    bottom: -90px;
    border: 28px solid rgba(255, 255, 255, .055);
    transform: rotate(45deg);
}
.borderland-section h2 {
    color: var(--white);
}
.borderland-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 38px;
}
.borderland-side {
    display: grid;
    gap: 24px;
}
.borderland-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: var(--blue-ink);
    box-shadow: 0 18px 42px rgba(3, 21, 39, .28);
}
.borderland-photo picture,
.borderland-photo img {
    display: block;
    width: 100%;
}
.borderland-photo img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.borderland-photo figcaption,
.schedule-band__media figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 6px 9px;
    border-radius: 3px;
    background: rgba(4, 27, 50, .88);
    color: var(--white);
    font-size: .68rem;
    font-weight: 700;
    line-height: 1.3;
}
.borderland-photo figcaption a,
.schedule-band__media figcaption a {
    color: inherit;
}
.condition-list {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
}
.condition-list div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
}
.condition-list dt {
    color: #e2c86d;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.condition-list dd {
    margin: 5px 0 0;
    color: var(--white);
    font-weight: 700;
}

.responsibility-card {
    position: relative;
    padding: 12px 28px;
    border: 1px solid var(--line);
    border-left: 7px solid var(--blue);
    background: var(--blue-mist);
}
.responsibility-card__line {
    position: absolute;
    width: 2px;
    top: 50px;
    bottom: 50px;
    left: 49px;
    background: #a8c7e2;
}
.responsibility-card div {
    position: relative;
    padding: 24px 0 24px 54px;
    border-bottom: 1px solid var(--line);
}
.responsibility-card div:last-child {
    border-bottom: 0;
}
.responsibility-card div::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 15px;
    height: 15px;
    left: 14px;
    top: 31px;
    border: 4px solid var(--blue);
    border-radius: 50%;
    background: var(--white);
}
.responsibility-card strong {
    color: var(--blue-deep);
}
.responsibility-card p {
    margin: 5px 0 0;
    color: var(--slate);
}
.flat-rate {
    border-left-color: var(--blue);
    background: var(--blue-soft);
}

.deliverables-section {
    background: var(--white);
}
.deliverable-grid {
    display: grid;
    border-top: 1px solid var(--line);
}
.deliverable-grid article {
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
}
.deliverable-grid article > span {
    display: block;
    margin-bottom: 18px;
    color: var(--gold);
    font-size: .8rem;
    font-weight: 900;
}
.deliverable-grid h3 {
    font-size: 1.35rem;
}
.deliverable-grid p {
    margin-bottom: 0;
    color: var(--slate);
}

.ground-truth-hero__visual {
    width: min(100%, 470px);
    justify-self: center;
    padding: 22px;
    border-left: 6px solid var(--blue);
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 20px 48px rgba(11, 49, 95, .08);
}
.ground-truth-hero__visual img {
    width: 100%;
    height: auto;
    display: block;
}
.library-section {
    padding: 0 0 76px;
}
.library-section + .library-section {
    padding-top: 76px;
    border-top: 1px solid var(--line);
}
.library-section--guides {
    --lane: #195da8;
}
.library-section--training {
    --lane: #17685f;
}
.library-section--watch {
    --lane: #3f6288;
}
.library-section .section-heading {
    padding-left: 18px;
    border-left: 6px solid var(--lane);
}
.article-card {
    border-top-width: 5px;
    border-radius: 0;
    box-shadow: none;
}
.article-card:hover {
    box-shadow: 0 16px 38px rgba(11, 49, 95, .09);
}
.scope-card--method p {
    color: var(--blue);
    font-weight: 900;
}

@media (min-width: 720px) {
    .hero-photo { aspect-ratio: 16 / 8.5; }
    .service-strip__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-strip a {
        padding-inline: 18px;
        border-right: 1px solid rgba(255, 255, 255, .16);
    }
    .service-strip a:nth-child(3),
    .service-strip a:nth-child(4) {
        border-bottom: 0;
    }
}

@media (min-width: 980px) {
    .hero--focused {
        padding: 0;
        background: var(--blue-ink);
    }
    .hero--focused .hero__grid {
        min-height: 620px;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        align-items: stretch;
    }
    .hero--focused .hero__copy {
        position: relative;
        z-index: 2;
        width: min(540px, 55%);
        margin: 58px 0;
        padding: 40px 44px 44px;
        grid-area: 1 / 1;
        align-self: center;
        background: var(--white);
        border-top: 6px solid var(--blue);
        box-shadow: 0 24px 70px rgba(4, 27, 50, .26);
    }
    .hero--focused .hero__copy::after {
        content: "";
        position: absolute;
        left: 44px;
        bottom: 0;
        width: 74px;
        height: 4px;
        background: var(--gold);
    }
    .hero--focused .hero-logo {
        width: 245px;
        margin-bottom: 28px;
    }
    .hero--focused .hero__copy h1 {
        max-width: 460px;
        font-size: clamp(3rem, 4vw, 3.55rem);
    }
    .hero--focused .hero__lead {
        max-width: 470px;
        font-size: 1.04rem;
        line-height: 1.55;
    }
    .hero-photo {
        width: 100vw;
        height: 100%;
        min-height: 620px;
        margin-left: calc(50% - 50vw);
        grid-area: 1 / 1;
        aspect-ratio: auto;
        clip-path: none;
    }
    .hero-photo img {
        object-position: 50% 54%;
    }
    .service-strip__inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .service-strip a {
        min-height: 66px;
        padding-inline: 15px;
        border-bottom: 0;
    }
    .service-grid--illustrated {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 56px 46px;
    }
    .service-grid--illustrated .service-card {
        grid-template-columns: 180px 1fr;
        align-items: start;
    }
    .service-card__visual {
        min-height: 210px;
    }
    .ground-truth-hero__visual { justify-self: end; }
    .method-grid,
    .deliverable-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .method-grid article,
    .deliverable-grid article {
        padding: 34px 28px;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }
    .method-grid article:first-child,
    .deliverable-grid article:first-child {
        padding-left: 0;
    }
    .method-grid article:last-child,
    .deliverable-grid article:last-child {
        padding-right: 0;
        border-right: 0;
    }
    .borderland-grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
        gap: 56px;
        align-items: center;
    }
}
