/* McMullen Browne shared public-site system */
:root {
  --ink: #0b1722;
  --ink-2: #14283a;
  --slate: #4d6476;
  --muted: #586c7a;
  --line: #d8e1e7;
  --paper: #f7f5f0;
  --white: #ffffff;
  --blue: #3279b9;
  --blue-dark: #1f5e96;
  --blue-pale: #eaf3fa;
  --amber: #ed9b2d;
  --amber-dark: #9a5910;
  --gov: #173552;
  --gov-light: #dce9f2;
  --success: #176b4b;
  --danger: #a7332b;
  --shadow: 0 18px 50px rgba(8, 28, 43, .12);
  --radius: 10px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; }
button, .button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber-dark); outline-offset: 3px; box-shadow: 0 0 0 6px var(--white); }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .75rem 1rem; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 780px); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--blue-dark); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gov-theme .eyebrow { color: #76abd3; }
h1, h2, h3 { margin: 0; font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif; font-weight: 700; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.75rem, 6.5vw, 5.5rem); max-width: 13ch; }
h2 { font-size: clamp(1.9rem, 3.8vw, 3.35rem); max-width: 18ch; }
h3 { font-size: clamp(1.18rem, 2vw, 1.5rem); }
p { text-wrap: pretty; }
.lede { max-width: 66ch; color: var(--slate); font-size: clamp(1.06rem, 2vw, 1.3rem); line-height: 1.55; }
.gov-theme .lede { color: #c7d6e1; }
.kicker { font-weight: 800; color: var(--ink-2); }

.utility { background: var(--ink); color: #dfe8ee; font-size: .78rem; }
.utility .container { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-label { white-space: nowrap; color: #9fb0bc; }
.division-switch { display: flex; align-items: stretch; align-self: stretch; }
.division-switch a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 .85rem; color: #dfe8ee; text-decoration: none; font-weight: 750; }
.division-switch a[aria-current="page"] { background: var(--blue); color: white; }
.division-switch a:not([aria-current="page"]):hover { background: #203343; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(216,225,231,.9); backdrop-filter: blur(10px); }
.site-header .container { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; min-width: 170px; text-decoration: none; }
.brand img { width: 196px; max-height: 52px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; gap: clamp(.7rem, 2vw, 1.65rem); }
.primary-nav a { color: var(--ink); font-size: .86rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--blue-dark); }
.nav-toggle { display: none; min-width: 48px; min-height: 48px; border: 1px solid var(--line); background: white; border-radius: 7px; color: var(--ink); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.1rem; background: var(--amber); color: #201304 !important; border-radius: 5px; font-weight: 800 !important; }
.gov-theme .header-cta { background: var(--blue); color: white !important; }

.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .78rem 1.15rem; border: 2px solid transparent; border-radius: 5px; background: var(--blue); color: white; text-decoration: none; font-weight: 800; cursor: pointer; }
.button:hover { background: var(--blue-dark); }
.button-emergency { background: var(--amber); color: #201304; }
.button-emergency:hover { background: #d88920; }
.button-outline { border-color: currentColor; background: transparent; color: var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.gov-theme .button-primary { background: var(--blue); }
.text-link { font-weight: 850; }

.hero { position: relative; overflow: hidden; background: var(--paper); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0,1.13fr) minmax(320px,.87fr); align-items: stretch; }
.hero-copy { padding: clamp(3rem, 4vw, 4rem) clamp(1rem, 5vw, 4.5rem) clamp(3rem, 4vw, 4rem) max(1rem, calc((100vw - var(--max))/2)); align-self: center; }
.hero-copy h1 { font-size: clamp(2.75rem, 5vw, 4.6rem); }
.hero-copy .lede { margin: 1.4rem 0 0; }
.hero-media { position: relative; min-width: 0; min-height: 540px; overflow: hidden; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,245,240,.32), transparent 34%); pointer-events: none; }
.hero-note { position: absolute; left: clamp(1rem, 5vw, 3rem); bottom: 2rem; z-index: 2; max-width: 320px; padding: 1.1rem 1.2rem; background: rgba(11,23,34,.94); color: white; border-left: 5px solid var(--amber); box-shadow: var(--shadow); }
.hero-note strong { display: block; font-size: 1.05rem; }
.hero-note span { display: block; color: #c8d3db; font-size: .82rem; }

.trust-bar { background: var(--ink); color: white; }
.trust-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.trust-list li { padding: 1.25rem clamp(.8rem, 2vw, 1.6rem); border-right: 1px solid #304452; }
.trust-list li:last-child { border-right: 0; }
.trust-list strong { display: block; font-size: .96rem; }
.trust-list span { color: #aab9c4; font-size: .76rem; }

.section { padding: clamp(3.75rem, 6vw, 5.75rem) 0; }
.section-tight { padding: 2.5rem 0; }
.section-paper { background: var(--paper); }
.section-dark { background: var(--ink); color: white; }
.section-dark .lede { color: #b9c7d0; }
.section-blue { background: var(--blue-pale); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.75rem, 3.5vw, 3rem); }
.section-heading > * { margin-top: 0; }
.section-heading .lede { max-width: 48ch; margin: 0; }

.editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.editorial-media { position: relative; }
.editorial-media img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; }
.editorial-media .caption { position: absolute; right: -1rem; bottom: -1rem; max-width: 250px; padding: 1rem; background: var(--blue); color: white; font-size: .83rem; font-weight: 750; }

.service-rail { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; padding: 2rem 1.5rem 2rem 0; border-bottom: 1px solid var(--line); }
.service-item:nth-child(odd) { padding-right: 3rem; border-right: 1px solid var(--line); }
.service-item:nth-child(even) { padding-left: 3rem; }
.service-number { color: var(--blue); font-family: "Arial Narrow", sans-serif; font-weight: 900; font-size: 1.15rem; }
.service-item p { margin: .6rem 0 0; color: var(--slate); }
.service-item a { color: inherit; text-decoration: none; }
.service-item a:hover h3 { color: var(--blue-dark); }

.process { counter-reset: process; display: grid; grid-template-columns: repeat(4,1fr); }
.process-step { counter-increment: process; padding: 2rem 1.4rem; border-top: 3px solid var(--line); }
.process-step::before { content: "0" counter(process); display: block; margin-bottom: 1.25rem; color: var(--blue); font-family: inherit; font-weight: 800; font-size: 1.45rem; }
.process-step:first-child { border-color: var(--amber); }
.process-step p { color: var(--slate); font-size: .92rem; }

.split-band { display: grid; grid-template-columns: 1fr 1fr; }
.split-band > div { padding: clamp(3.5rem, 7vw, 6rem) max(1rem, calc((100vw - var(--max))/2)); }
.split-band .consumer-panel { padding-right: clamp(2rem, 6vw, 7rem); background: var(--paper); }
.split-band .government-panel { padding-left: clamp(2rem, 6vw, 7rem); background: var(--gov); color: white; }
.split-band h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.split-band p { max-width: 48ch; }
.government-panel p { color: #c5d5e1; }
.government-panel .button-outline { color: white; }
.government-panel .button-outline:hover { background: white; color: var(--gov); }

.claim-note { padding: 1.1rem 1.2rem; border: 1px solid #bfd4e4; background: #f3f8fc; color: #29485f; font-size: .9rem; }
.alert { padding: 1rem 1.2rem; border-radius: 6px; font-size: .9rem; }
.alert-info { background: var(--blue-pale); color: #25465e; }

.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.card { min-height: 220px; display: flex; flex-direction: column; padding: 1.45rem; border: 1px solid var(--line); background: white; }
.card .meta { margin-bottom: auto; color: var(--blue-dark); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { margin-top: 1.25rem; }
.card p { color: var(--slate); }
.card a { margin-top: auto; font-weight: 850; }
.card-dark { background: var(--ink-2); border-color: #2c465a; color: white; }
.card-dark p { color: #becbd4; }

.project-feature { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 560px; background: var(--ink); color: white; }
.project-feature img { width: 100%; height: 100%; object-fit: cover; }
.project-copy { padding: clamp(2rem, 6vw, 5rem); align-self: center; }
.project-copy p { color: #bdcbd5; }
.project-copy .meta { color: #82b4d9; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.naics-list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #3a5063; }
.naics-item { padding: 1.3rem 1rem 1.3rem 0; border-bottom: 1px solid #3a5063; }
.naics-item:nth-child(even) { padding-left: 1.5rem; }
.naics-code { display: block; color: #1f5e96; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 800; }
.section-dark .naics-code, .gov-hero .naics-code { color: #77afd8; }
.naics-item span:last-child { color: #d4dee5; }

.form-shell { display: grid; grid-template-columns: .75fr 1.25fr; box-shadow: var(--shadow); }
.form-intro { padding: clamp(2rem, 5vw, 4rem); background: var(--ink); color: white; }
.form-intro p { color: #bfccd5; }
.form-panel { padding: clamp(2rem, 5vw, 4rem); background: white; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field-full { grid-column: 1 / -1; }
label { color: var(--ink-2); font-size: .83rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 50px; padding: .75rem .85rem; border: 1px solid #708795; border-radius: 4px; background: white; color: var(--ink); }
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(50,121,185,.15); outline: none; }
.checkbox { display: grid; grid-template-columns: 24px 1fr; gap: .7rem; align-items: start; }
.checkbox input { width: 20px; min-height: 20px; margin-top: .2rem; }
.checkbox label { font-weight: 500; color: var(--slate); }
.form-status { min-height: 1.5rem; margin: .8rem 0; color: var(--success); font-weight: 800; }
.form-disclaimer { color: var(--muted); font-size: .75rem; }

.page-hero { padding: clamp(3.25rem, 5.5vw, 5rem) 0; background: var(--paper); }
.page-hero h1 { max-width: 18ch; font-size: clamp(2.55rem, 5.5vw, 4.6rem); }
.page-hero .lede { margin-top: 1.3rem; }
.breadcrumbs { margin: 0 0 2rem; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: inherit; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: clamp(2rem,7vw,6rem); align-items: start; }
.prose h2 { margin: 2.6rem 0 .85rem; font-size: clamp(1.7rem,3.2vw,2.6rem); }
.prose h3 { margin: 2rem 0 .7rem; }
.prose p, .prose li { color: #354d5f; }
.section-dark .prose p, .section-dark .prose li { color: #d4dee5; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose blockquote { margin: 2rem 0; padding: 1.2rem 1.5rem; border-left: 5px solid var(--blue); background: var(--paper); font-size: 1.12rem; font-weight: 700; }
.sidebar { position: sticky; top: 120px; padding: 1.3rem; background: var(--paper); }
.sidebar h2 { font-size: 1.25rem; }
.sidebar ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.sidebar li + li { border-top: 1px solid var(--line); }
.sidebar a { display: block; padding: .75rem 0; color: var(--ink); font-weight: 750; text-decoration: none; }

.award-facts { margin: 1.5rem 0 0; border-top: 1px solid var(--line); }
.award-facts div { display: grid; grid-template-columns: minmax(130px,.75fr) 1.25fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.award-facts dt { color: var(--muted); font-weight: 700; }
.award-facts dd { margin: 0; color: var(--ink); font-weight: 700; }

details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; cursor: pointer; font-weight: 850; }
summary::after { content: "+"; color: var(--blue); font-size: 1.4rem; }
details[open] summary::after { content: "–"; }
details p { margin: 0 0 1.4rem; color: var(--slate); }

.gov-theme { background: #f3f6f8; }
.gov-theme .site-header { background: rgba(9,27,43,.97); border-color: #284156; }
.gov-theme .brand img { filter: none; }
.gov-theme .primary-nav a { color: #e9f0f4; }
.gov-theme .primary-nav a:hover, .gov-theme .primary-nav a[aria-current="page"] { color: #84b8de; }
.gov-theme .nav-toggle { background: #122b40; border-color: #3a5265; color: white; }
.gov-hero { background: var(--gov); color: white; }
.gov-hero a:not(.button) { color: #dce8ed; }
.gov-hero .hero-grid { min-height: 680px; }
.gov-hero .hero-copy { position: relative; }
.gov-hero .hero-copy::before { content: "MB"; position: absolute; right: 1rem; top: 2rem; color: rgba(255,255,255,.035); font-family: "Arial Narrow", sans-serif; font-size: clamp(10rem,25vw,23rem); font-weight: 900; line-height: .7; pointer-events: none; }
.gov-hero .hero-media::after { background: linear-gradient(90deg, rgba(23,53,82,.4), transparent 45%); }
.gov-hero .hero-note { border-left-color: var(--blue); }
.gov-theme .section-paper { background: #e9eef2; }
.gov-theme .section-dark { background: #0a1d2d; }
.gov-theme .service-number { color: var(--blue); }

.cta-band { padding: clamp(3rem,6vw,5rem) 0; background: var(--blue); color: white; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { font-size: clamp(2rem,4vw,3.5rem); }
.cta-band p { max-width: 48ch; color: #e7f0f7; }
.cta-band .button { background: white; color: var(--blue-dark); }

.site-footer { padding: 3.25rem 0 1.75rem; background: #08131c; color: #c6d1d8; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 2rem; }
.footer-brand img { width: 220px; margin-bottom: 1.3rem; }
.footer-brand p { max-width: 34ch; color: #91a4b2; font-size: .88rem; }
.site-footer h2 { margin-bottom: .9rem; color: white; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .45rem 0; }
.site-footer a { color: #c6d1d8; text-decoration: none; }
.site-footer a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid #253642; color: #8093a1; font-size: .76rem; }

@media (max-width: 960px) {
  h1 { max-width: 14ch; }
  .utility-label { display: none; }
  .site-header .container { min-height: 72px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1rem 1rem; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav[data-open="true"] { display: flex; }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 .8rem; }
  .gov-theme .primary-nav { background: #0b1d2c; border-color: #2a4356; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding-left: max(1rem, calc((100vw - var(--max))/2)); }
  .hero-media { min-height: 460px; }
  .trust-list { grid-template-columns: repeat(2,1fr); }
  .trust-list li:nth-child(2) { border-right: 0; }
  .trust-list li:nth-child(-n+2) { border-bottom: 1px solid #304452; }
  .editorial-grid, .project-feature, .form-shell { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2,1fr); }
  .card-grid { grid-template-columns: repeat(2,1fr); }
  .split-band { grid-template-columns: 1fr; }
  .split-band > div { padding-left: max(1rem, calc((100vw - var(--max))/2)); padding-right: max(1rem, calc((100vw - var(--max))/2)); }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container, .narrow { width: min(calc(100% - 1.4rem), var(--max)); }
  .utility .container { width: 100%; padding-left: 0; justify-content: flex-end; }
  .division-switch { width: 100%; min-width: 0; }
  .division-switch a { flex: 1 1 50%; min-width: 0; justify-content: center; padding: .4rem .2rem; font-size: .68rem; line-height: 1.15; text-align: center; white-space: normal; }
  .site-header .container > * { min-width: 0; }
  .brand { min-width: 0; }
  .brand img { width: 160px; }
  .hero-copy, .hero-media { min-width: 0; }
  .hero-copy { padding: 3rem .7rem; }
  .hero-media { min-height: 330px; }
  .hero-note { right: 1rem; bottom: 1rem; }
  .button-row { display: grid; grid-template-columns: 1fr; }
  .button-row .button, .button-row .text-link { width: 100%; max-width: 100%; text-align: center; }
  .editorial-media .caption { right: 0; bottom: 0; max-width: min(250px, 85%); }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list li, .trust-list li:nth-child(2) { border-right: 0; border-bottom: 1px solid #304452; }
  .section-heading { display: block; }
  .section-heading .lede { margin-top: 1rem; }
  .service-rail { grid-template-columns: 1fr; }
  .service-item, .service-item:nth-child(odd), .service-item:nth-child(even) { padding: 1.5rem 0; border-right: 0; }
  .process, .card-grid, .naics-list, .form-grid { grid-template-columns: 1fr; }
  .naics-item:nth-child(even) { padding-left: 0; }
  .field-full { grid-column: auto; }
  .project-feature { min-height: 0; }
  .section { padding: 3.25rem 0; }
  .page-hero { padding: 3rem 0; }
  .project-feature img { position: static; aspect-ratio: 1/1; }
  .cta-band .container { display: block; }
  .cta-band .button { margin-top: 1rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .award-facts div { grid-template-columns: 1fr; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Federal homepage: refined from the approved editorial mockup. */
.federal-home { background: var(--paper); }
.federal-home .lede { color: var(--muted); }
.federal-home .site-header { background: rgba(255,255,255,.97); border-color: var(--line); }
.federal-home .primary-nav a { color: var(--ink); }
.federal-home .primary-nav a:hover { color: var(--blue-dark); }
.federal-home .header-cta { background: var(--blue); color: white !important; }
.federal-utility strong { color: white; }
.federal-brand { gap: .85rem; }
.federal-brand .division-tag { padding-left: .85rem; border-left: 1px solid var(--line); color: var(--gov); font-size: .7rem; font-weight: 900; letter-spacing: .14em; line-height: 1.25; text-transform: uppercase; }

.federal-editorial-hero { position: relative; overflow: hidden; min-height: 560px; background: #102c3d; color: white; }
.federal-hero-image { position: absolute; inset: 3.5rem 0 0 45%; background: url('/assets/images/construction-equipment.webp') center / cover no-repeat; }
.federal-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#102c3d 0%,rgba(16,44,61,.96) 16%,rgba(16,44,61,.58) 52%,rgba(16,44,61,.18) 100%); }
.federal-editorial-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 45%; height: 7px; background: #e6ad2b; }
.federal-hero-inner { position: relative; z-index: 2; min-height: 560px; display: flex; align-items: center; }
.federal-hero-copy { width: min(68%, 820px); padding: 2.75rem 0 4rem; }
.federal-eyebrow, .federal-kicker { margin: 0 0 1rem; color: #1f5e96; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.federal-eyebrow { display: flex; align-items: center; gap: .8rem; color: #c5dce9; }
.federal-eyebrow::before { content: ""; width: 42px; height: 3px; flex: 0 0 42px; background: #e6ad2b; }
.federal-hero-copy h1 { max-width: 820px; margin: 1.1rem 0 1.35rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem,4.6vw,4.8rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.page-hero.gov-hero { padding: clamp(2.75rem,4vw,3.75rem) 0; }
.page-hero.gov-hero h1 { font-size: clamp(2.55rem,4.8vw,4rem); }
.page-hero.gov-hero .breadcrumbs { margin-bottom: 1.5rem; color: #dce8ed; }
.federal-hero-copy > p:not(.federal-eyebrow):not(.federal-qualification) { max-width: 660px; color: #dce8ed; font-size: 1.12rem; }
.federal-button-light { background: white; border-color: white; color: #102c3d; }
.federal-button-light:hover { background: #e8f0f4; color: #102c3d; }
.federal-button-ghost { background: transparent; border-color: #91a9b5; color: white; }
.federal-button-ghost:hover { background: white; color: #102c3d; }
.federal-qualification { max-width: 650px; margin: 1.5rem 0 0; color: #bacbd3; font-size: .76rem; }
.federal-qualification strong { color: #f3c85d; }

.federal-facts { position: relative; z-index: 4; margin-top: -58px; }
.federal-facts-grid { display: grid; grid-template-columns: 1.1fr repeat(3,1fr); background: white; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(8,31,43,.14); }
.federal-fact { min-height: 110px; padding: 1.25rem 1.4rem; border-right: 1px solid var(--line); }
.federal-fact:last-child { border-right: 0; }
.federal-fact > span { display: block; margin-bottom: .5rem; color: #586c7a; font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.federal-fact strong { display: block; color: #102c3d; font-size: 1.05rem; line-height: 1.3; }
.federal-fact small { display: block; margin-top: .35rem; color: var(--muted); }
.federal-fact-primary { background: #dcebf3; }
.federal-fact-primary strong { font-size: 1.25rem; }

.federal-capabilities, .federal-experience { background: white; }
.federal-section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem,7vw,5rem); align-items: end; margin-bottom: 3.2rem; }
.federal-section-head h2, .federal-approach h2, .federal-proof h2, .federal-contact-band h2 { max-width: none; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; }
.federal-section-head > p { max-width: 620px; margin: 0; color: var(--muted); }
.federal-cap-list { border-top: 2px solid #102c3d; }
.federal-cap-row { display: grid; grid-template-columns: 72px minmax(220px,.9fr) 1.25fr; gap: 1.8rem; align-items: center; padding: 1.65rem .5rem; border-bottom: 1px solid var(--line); }
.federal-cap-row > span { color: #1f5e96; font-family: Georgia, serif; font-size: 1.2rem; }
.federal-cap-row h3, .federal-cap-row p { margin: 0; }
.federal-cap-row h3 { color: #102c3d; font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; font-size: 1.2rem; }
.federal-cap-row p { color: var(--muted); font-size: .92rem; }
.federal-more-link { display: inline-block; margin-top: 1.8rem; }

.federal-delivery { background: #e9edef; }
.federal-delivery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.8rem; }
.federal-approach { padding: clamp(2rem,5vw,3.2rem); background: #102c3d; color: white; }
.federal-kicker-light { color: #b9d8e9; }
.federal-approach h2 { margin-bottom: 1.4rem; color: white; }
.federal-approach > p { color: #c9d8df; }
.federal-steps { margin-top: 2.2rem; border-top: 1px solid #466170; }
.federal-steps > div { display: grid; grid-template-columns: 44px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid #466170; }
.federal-steps b { color: #f3c85d; font-family: Georgia, serif; }
.federal-steps p { margin: 0; }
.federal-steps strong, .federal-steps span { display: block; }
.federal-steps span { margin-top: .25rem; color: #c2d0d7; font-size: .88rem; }
.federal-procurement-card { padding: clamp(2rem,4vw,2.6rem); background: white; border-top: 7px solid #e6ad2b; }
.federal-procurement-card h3 { margin: 0 0 1.5rem; color: #102c3d; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.federal-procurement-card dl { margin: 0 0 1.5rem; }
.federal-procurement-card dl div { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid var(--line); }
.federal-procurement-card dt { color: var(--muted); }
.federal-procurement-card dd { margin: 0; color: #102c3d; font-weight: 800; text-align: right; }
.federal-procurement-card .button { width: 100%; }

.federal-project-strip { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 1rem; }
.federal-project { position: relative; min-height: 360px; overflow: hidden; background: #233943; color: white; }
.federal-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.federal-project:hover img { transform: scale(1.025); }
.federal-project::after { content: ""; position: absolute; inset: 34% 0 0; background: linear-gradient(transparent,rgba(7,21,29,.95)); }
.federal-project > div { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; }
.federal-project span { color: #d8e7ee; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.federal-project h3 { margin-top: .45rem; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.federal-evidence-note { margin: 1.2rem 0 0; padding-left: .8rem; border-left: 3px solid #b86d13; color: var(--muted); font-size: .78rem; }

.federal-proof { background: var(--paper); }
.federal-proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,7vw,5rem); align-items: center; }
.federal-proof-grid > div > p:last-child { color: var(--muted); }
.federal-proof-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); background: white; }
.federal-proof-list li { min-height: 120px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.federal-proof-list li:nth-child(even) { border-right: 0; }
.federal-proof-list li:nth-child(n+3) { border-bottom: 0; }
.federal-proof-list strong, .federal-proof-list span { display: block; }
.federal-proof-list strong { color: #102c3d; }
.federal-proof-list span { margin-top: .45rem; color: var(--muted); font-size: .82rem; }

.federal-contact-band { padding: clamp(3.5rem,5.5vw,5rem) 0; background: #102c3d; color: white; }
.federal-contact-band .container { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.federal-contact-band p:not(.federal-kicker) { max-width: 670px; color: #c5d5dc; }
.federal-contact-band p a { color: white; }
.federal-contact-actions { display: flex; flex-direction: column; gap: .8rem; }

@media (max-width: 960px) {
  .federal-home .primary-nav a { color: white; }
  .federal-hero-image { inset: 0; opacity: .72; }
  .federal-hero-image::after { background: linear-gradient(90deg,rgba(16,44,61,.98),rgba(16,44,61,.82)); }
  .federal-hero-copy { width: min(82%,720px); }
  .federal-facts-grid { grid-template-columns: 1fr 1fr; }
  .federal-fact:nth-child(2) { border-right: 0; }
  .federal-fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .federal-section-head, .federal-delivery-grid, .federal-proof-grid, .federal-contact-band .container { grid-template-columns: 1fr; }
  .federal-project-strip { grid-template-columns: 1fr 1fr; }
  .federal-project-large { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .federal-brand { gap: .55rem; }
  .federal-brand .division-tag { padding-left: .55rem; font-size: .54rem; }
  .federal-editorial-hero, .federal-hero-inner { min-height: 570px; }
  .federal-hero-copy { width: 100%; padding: 3rem 0 5.25rem; }
  .federal-hero-copy h1 { font-size: clamp(3rem,14vw,4.1rem); }
  .federal-hero-copy > p:not(.federal-eyebrow):not(.federal-qualification) { font-size: 1rem; }
  .federal-facts { margin-top: -42px; }
  .federal-facts-grid { grid-template-columns: 1fr; }
  .federal-fact, .federal-fact:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .federal-cap-row { grid-template-columns: 42px 1fr; gap: .8rem; }
  .federal-cap-row p { grid-column: 2; }
  .federal-approach, .federal-procurement-card { padding: 1.7rem; }
  .federal-procurement-card dl div { grid-template-columns: 1fr; gap: .2rem; }
  .federal-procurement-card dd { text-align: left; }
  .federal-project-strip { grid-template-columns: 1fr; }
  .federal-project-large { grid-column: auto; }
  .federal-project { min-height: 310px; }
  .federal-proof-list { grid-template-columns: 1fr; }
  .federal-proof-list li, .federal-proof-list li:nth-child(even), .federal-proof-list li:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .federal-proof-list li:last-child { border-bottom: 0; }
}

@media print {
  .utility, .site-header, .button-row, .cta-band, .site-footer, .nav-toggle { display: none !important; }
  body { color: black; background: white; font-size: 11pt; }
  .section, .page-hero { padding: 1.5rem 0; }
  a { color: black; text-decoration: none; }
}
