/* 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(.55rem, 1.2vw, 1.1rem); }
.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); }
.emergency-tab { min-height: 62px; display: inline-flex; align-items: center; gap: .6rem; padding: .5rem .75rem; background: var(--amber); color: #201304; text-decoration: none; border-radius: 0 0 7px 7px; box-shadow: 0 8px 24px rgba(8,28,43,.16); }
.emergency-tab:hover { background: #d88920; }
.emergency-tab img { width: 30px; height: 30px; object-fit: contain; }
.emergency-tab span, .emergency-tab strong, .emergency-tab small { display: block; }
.emergency-tab strong { font-size: .78rem; line-height: 1.1; }
.emergency-tab small { margin-top: .18rem; color: #3b240b; font-size: .7rem; font-weight: 700; line-height: 1.1; white-space: nowrap; }
.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(2.45rem, 2.9vw, 3.2rem) clamp(1rem, 5vw, 4.5rem) clamp(2.45rem, 2.9vw, 3.2rem) max(1rem, calc((100vw - var(--max))/2)); align-self: center; }
.hero-copy h1 { max-width: 16ch; font-size: clamp(2.75rem, 5vw, 4.15rem); }
.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; }

.restoration-directory { background: #eef4f7; }
.restoration-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.restoration-link { min-height: 210px; display: flex; flex-direction: column; padding: 1.35rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); color: var(--ink); text-decoration: none; }
.restoration-link:hover { position: relative; z-index: 1; background: var(--blue-pale); box-shadow: inset 0 0 0 2px var(--blue); }
.restoration-link span { color: var(--blue-dark); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.service-emblem { width: 42px; height: 42px; margin-top: 1.15rem; color: var(--blue-dark); flex: 0 0 auto; }
.restoration-link h3 { margin-top: 1rem; padding-top: 0; }
.restoration-link p { margin: .65rem 0 0; color: var(--slate); font-size: .88rem; line-height: 1.5; }
.restoration-link-primary { background: var(--ink); color: white; }
.restoration-link-primary span { color: var(--amber); }
.restoration-link-primary .service-emblem { color: var(--amber); }
.restoration-link-primary p { color: #bdcbd5; }
.restoration-link-primary:hover { background: var(--ink-2); box-shadow: inset 0 0 0 2px var(--amber); }
.restoration-hero { background: linear-gradient(120deg, var(--paper) 0 72%, var(--blue-pale) 72%); }

.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; }
.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; }

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 .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 (min-width: 961px) {
  .hero-copy { padding-top: 2rem; padding-bottom: 2rem; }
  .hero-copy h1 { font-size: 3.8rem; }
}

@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; }
  .brand { order: 1; }
  .emergency-tab { order: 2; margin-left: auto; }
  .nav-toggle { order: 3; }
  .primary-nav { order: 4; }
  .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, .restoration-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 { gap: .45rem; }
  .site-header .container > * { min-width: 0; }
  .brand { min-width: 0; }
  .brand img { width: 132px; }
  .emergency-tab { min-height: 54px; gap: .35rem; padding: .35rem .45rem; }
  .emergency-tab img { width: 25px; height: 25px; }
  .emergency-tab strong { font-size: .65rem; }
  .emergency-tab small { font-size: .61rem; }
  .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, .restoration-grid { grid-template-columns: 1fr; }
  .section { padding: 3.25rem 0; }
  .page-hero { padding: 3rem 0; }
  .restoration-link { min-height: 180px; }
  .naics-item:nth-child(even) { padding-left: 0; }
  .field-full { grid-column: auto; }
  .project-feature { min-height: 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; }
}

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

@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; }
}
