:root {
  --ink: #171717;
  --paper: #F3F0E8;
  --signal: #E95B2A;
  --steel: #73787B;
  --white: #FFFDF8;
  --line: #C8C4BA;
  --muted: #5D6163;
  --error: #9E2F1B;
  --success: #2F603F;
  --shadow: 0 12px 30px rgba(23, 23, 23, .07);
  --shell: min(1180px, calc(100% - 40px));
  --radius: 2px;
  --header-h: 76px;
  font-family: Inter, Archivo, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 18px); }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); line-height: 1.55; }
body.nav-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
::selection { background: var(--signal); color: var(--white); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 92px 0; }
.section-grid, .site-footer, .site-header, .breadcrumbs { position: relative; }
.section-grid::before, .site-footer::before, .site-header::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34;
  background-image: linear-gradient(to right, transparent calc(25% - .5px), rgba(115,120,123,.28) calc(25% - .5px), rgba(115,120,123,.28) 25%, transparent 25%, transparent calc(50% - .5px), rgba(115,120,123,.28) calc(50% - .5px), rgba(115,120,123,.28) 50%, transparent 50%, transparent calc(75% - .5px), rgba(115,120,123,.28) calc(75% - .5px), rgba(115,120,123,.28) 75%, transparent 75%);
}
.section-grid > *, .site-footer > *, .site-header > * { position: relative; z-index: 1; }
.micro-label, .concept-badge, .selector-note, .step-number, .service-card-index, .footer-bottom, .technical-panel > span:first-child, .placeholder-panel > span:first-child, .icon-plate span, .maintenance-list span, .wizard-progress, .char-count {
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  text-transform: uppercase; letter-spacing: .095em; font-size: .73rem; font-weight: 700;
}
.micro-label { color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(2.65rem, 6vw, 6.4rem); max-width: 14ch; margin-bottom: 28px; }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); margin-bottom: 22px; }
h3 { font-size: 1.35rem; margin-bottom: 13px; }
p { color: var(--muted); }

.skip-link { position: fixed; left: 12px; top: 12px; transform: translateY(-160%); background: var(--ink); color: var(--white); padding: 12px 16px; z-index: 999; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(243,240,232,.96); border-bottom: 1px solid var(--ink); backdrop-filter: blur(8px); }
.header-inner { height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.12rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 31px; height: 31px; background: var(--signal); border: 1px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 5px; }
.brand-mark span { border: 1px solid var(--ink); background: var(--paper); }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); }
.desktop-nav a { text-decoration: none; font-size: .88rem; font-weight: 650; padding: 9px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { border-color: var(--signal); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 13px 18px; border: 1px solid var(--ink); background: var(--signal); color: var(--ink); text-decoration: none; font-weight: 800; cursor: pointer; box-shadow: 4px 4px 0 var(--ink); transition: transform .14s ease, box-shadow .14s ease, background .14s ease; }
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button:active { transform: translate(4px, 4px); box-shadow: none; }
.button-small { min-height: 42px; padding: 9px 13px; font-size: .87rem; box-shadow: 3px 3px 0 var(--ink); }
.button-ghost { background: transparent; box-shadow: none; }
.button-light { background: var(--paper); box-shadow: 4px 4px 0 var(--ink); }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; text-underline-offset: 4px; }
.text-link:hover, .card-link:hover { color: var(--signal); }
.menu-button, .mobile-nav, .mobile-sticky-cta { display: none; }

.concept-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--ink); padding: 6px 9px; background: var(--paper); color: var(--ink); white-space: nowrap; }
.concept-dot { width: 7px; height: 7px; background: var(--signal); border: 1px solid var(--ink); }
.breadcrumbs { padding-top: 18px; }
.breadcrumbs ol { list-style: none; display: flex; gap: 0; padding: 0; margin: 0; flex-wrap: wrap; font-size: .78rem; font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.breadcrumbs li + li::before { content: "/"; color: var(--steel); margin: 0 10px; }
.breadcrumbs a { color: var(--muted); }

.hero { border-bottom: 1px solid var(--ink); overflow: hidden; }
.hero-grid { min-height: calc(100vh - var(--header-h)); display: grid; grid-template-columns: 1.1fr .9fr; border-inline: 1px solid var(--ink); }
.hero-copy { padding: clamp(72px, 9vw, 118px) clamp(28px, 5vw, 72px) 72px 0; display: flex; flex-direction: column; justify-content: center; }
.hero-topline { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-lede { max-width: 62ch; font-size: 1.08rem; margin-bottom: 34px; }
.hero-actions { display: flex; align-items: center; gap: 23px; flex-wrap: wrap; }
.hero-footnote { margin-top: 46px; border-top: 1px solid var(--line); padding-top: 18px; display: flex; gap: 10px; max-width: 620px; font-size: .85rem; color: var(--muted); }
.hero-selector { border-left: 1px solid var(--ink); background: var(--white); display: flex; align-items: stretch; }
.selector-panel { width: 100%; display: flex; flex-direction: column; }
.selector-head { padding: clamp(35px, 5vw, 62px); border-bottom: 1px solid var(--ink); }
.selector-head h2 { font-size: clamp(2rem, 4.4vw, 4.1rem); max-width: 10ch; margin-top: 18px; }
.selector-head p { max-width: 42ch; margin-bottom: 0; }
.selector-options { display: grid; }
.selector-option { min-height: 72px; display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; padding: 13px clamp(22px, 4vw, 42px); border-bottom: 1px solid var(--ink); text-decoration: none; font-weight: 800; transition: background .14s ease, color .14s ease; }
.selector-option:hover, .selector-option:focus-visible { background: var(--signal); color: var(--ink); }
.selector-icon { width: 36px; height: 36px; border: 1px solid var(--ink); display: grid; place-items: center; background: var(--paper); }
.selector-note { padding: 18px clamp(22px,4vw,42px); margin: auto 0 0; color: var(--muted); }

.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2 { margin-top: 14px; }
.section-heading p { max-width: 62ch; font-size: 1.02rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.service-card { min-width: 0; padding: 28px; min-height: 450px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; background: rgba(255,253,248,.25); }
.service-card:nth-child(even) { background: rgba(255,253,248,.52); }
.service-card-index { color: var(--steel); border-bottom: 1px solid var(--line); padding-bottom: 14px; margin-bottom: 30px; }
.service-card-icon { width: 52px; height: 52px; border: 1px solid var(--ink); background: var(--signal); display: grid; place-items: center; margin-bottom: 30px; }
.service-card h3 { font-size: 1.55rem; }
.service-card p { min-height: 70px; }
.service-card ul { padding-left: 18px; color: var(--muted); font-size: .92rem; margin: 2px 0 28px; }
.service-card li + li { margin-top: 6px; }
.card-link { margin-top: auto; font-size: .9rem; }

.process-section { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.split-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.process-steps { border-top: 1px solid var(--ink); }
.process-step { display: grid; grid-template-columns: 72px 1fr; gap: 18px; border-bottom: 1px solid var(--ink); padding: 26px 0; }
.step-number { color: var(--signal); font-size: .82rem; }
.process-step h3 { margin-bottom: 7px; }
.process-step p { margin: 0; max-width: 52ch; }
.process-steps.compact .process-step { padding: 20px 0; }

.coverage-teaser { border-bottom: 1px solid var(--ink); }
.coverage-grid, .two-column, .service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 96px); align-items: start; }
.technical-panel { background: var(--ink); color: var(--paper); border: 1px solid var(--ink); padding: 34px; box-shadow: 7px 7px 0 var(--signal); }
.technical-panel > span:first-child { color: #BABDBD; display: block; border-bottom: 1px solid #454545; padding-bottom: 16px; margin-bottom: 27px; }
.technical-panel p { color: #D3D0C8; }
.technical-panel ol { list-style: none; padding: 0; margin: 0; }
.technical-panel li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 16px 0; border-bottom: 1px solid #3C3C3C; }
.technical-panel li:last-child { border-bottom: 0; }
.technical-panel li span { color: var(--signal); font-family: "IBM Plex Mono", monospace; }
.technical-panel.tall { min-height: 390px; }
.technical-panel blockquote { font-size: clamp(1.7rem, 3.2vw, 2.7rem); line-height: 1.15; letter-spacing: -.03em; margin: 38px 0 24px; }

.quote-section { padding: 104px 0; border-bottom: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.quote-section::before { opacity: .12; }
.quote-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(38px, 8vw, 105px); align-items: start; }
.quote-intro { position: sticky; top: calc(var(--header-h) + 34px); }
.quote-intro .micro-label { color: #AEB1B2; }
.quote-intro h2 { margin-top: 16px; }
.quote-intro > p { color: #CECAC0; max-width: 48ch; }
.quote-callout { display: flex; gap: 13px; border-top: 1px solid #454545; padding-top: 21px; margin-top: 32px; }
.quote-callout p { color: #CECAC0; font-size: .9rem; margin: 0; }
.quote-callout strong { color: var(--paper); }
.wizard { background: var(--paper); color: var(--ink); border: 1px solid var(--paper); box-shadow: 8px 8px 0 var(--signal); min-height: 520px; }
.wizard-progress { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--ink); }
.progress-track { height: 7px; background: #D6D1C7; border: 1px solid var(--ink); }
.progress-track span { display: block; height: 100%; width: 20%; background: var(--signal); transition: width .2s ease; }
.wizard form { padding: clamp(24px, 5vw, 48px); }
.wizard-step { padding: 0; border: 0; min-width: 0; }
.wizard-step legend { font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 800; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 14px; }
.wizard label:not(.choice-card):not(.consent) { display: block; font-weight: 800; margin: 18px 0 8px; }
.field-help { font-size: .84rem; color: var(--muted); }
input[type="text"], textarea, select { width: 100%; min-height: 52px; padding: 13px 14px; background: var(--white); border: 1px solid var(--ink); border-radius: 0; color: var(--ink); }
textarea { resize: vertical; min-height: 150px; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 17px) 22px, calc(100% - 11px) 22px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 40px; }
input[aria-invalid="true"], textarea[aria-invalid="true"], select[aria-invalid="true"] { border-width: 2px; border-color: var(--error); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 22px; }
.choice-card { min-height: 58px; position: relative; border: 1px solid var(--ink); background: var(--white); cursor: pointer; display: flex; align-items: center; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { width: 100%; min-height: 58px; padding: 16px; display: flex; align-items: center; font-weight: 750; }
.choice-card input:checked + span { background: var(--signal); box-shadow: inset 0 0 0 2px var(--ink); }
.choice-card:has(input:focus-visible) { outline: 3px solid var(--signal); outline-offset: 3px; }
.field-error { min-height: 20px; margin: 6px 0 0; color: var(--error); font-size: .82rem; font-weight: 700; }
.field-row { display: flex; justify-content: space-between; gap: 15px; align-items: start; }
.char-count { color: var(--steel); white-space: nowrap; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; margin-top: 20px; cursor: pointer; font-size: .9rem; }
.consent input { width: 20px; height: 20px; accent-color: var(--signal); }
.wizard-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 30px; border-top: 1px solid var(--line); padding-top: 22px; }
.wizard-status { min-height: 0; }
.wizard-status.is-loading { min-height: 38px; display: flex; gap: 10px; align-items: center; margin-bottom: 20px; font-family: "IBM Plex Mono", monospace; font-size: .78rem; text-transform: uppercase; }
.loading-dot { width: 12px; height: 12px; background: var(--signal); border: 1px solid var(--ink); animation: blink .7s steps(2) infinite; }
@keyframes blink { 50% { opacity: .2; } }
.wizard-success, .wizard-submit-error { text-align: left; padding: 12px 0; }
.success-icon { width: 58px; height: 58px; border: 1px solid var(--ink); background: var(--signal); display: grid; place-items: center; margin-bottom: 25px; }
.wizard-submit-error > div { width: 54px; height: 54px; border: 1px solid var(--error); color: var(--error); display: grid; place-items: center; margin-bottom: 25px; }

.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 72px; padding: 18px 0; border: 0; background: transparent; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 24px; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button svg { transition: transform .18s ease; }
.faq-item button[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-panel { padding: 0 52px 24px 0; }
.faq-panel p { max-width: 72ch; }
.faq-more { margin-top: 26px; }
.faq-page { max-width: 960px; }

.cta-band { background: var(--signal); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.cta-band-inner { min-height: 320px; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-band h2 { margin: 12px 0 14px; }
.cta-band p { color: #3D2A23; max-width: 60ch; }

.site-footer { background: var(--ink); color: var(--paper); padding: 72px 0 24px; }
.site-footer::before { opacity: .08; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 45px; }
.brand-light { color: var(--paper); }
.footer-brand p { color: #BAB7AF; max-width: 42ch; margin-top: 22px; }
.site-footer .concept-badge { margin-top: 20px; background: #242424; color: var(--paper); border-color: #686868; }
.site-footer h2 { font-size: .8rem; font-family: "IBM Plex Mono", monospace; text-transform: uppercase; letter-spacing: .08em; color: #A8AAAA; margin-bottom: 17px; }
.site-footer > .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer a:not(.brand) { color: var(--paper); text-decoration-color: #666; text-underline-offset: 4px; margin-bottom: 10px; font-size: .91rem; }
.footer-muted { color: #959691; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #444; padding-top: 21px; margin-top: 58px; color: #8F9191; }

.page-hero { border-bottom: 1px solid var(--ink); }
.page-hero-grid { min-height: 515px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; border-inline: 1px solid var(--ink); padding-inline: 0; }
.page-hero-grid > div:first-child { padding: 72px 40px 72px 0; }
.page-hero h1 { font-size: clamp(2.8rem, 5.8vw, 5.7rem); margin-top: 18px; }
.page-hero p { max-width: 64ch; font-size: 1.05rem; }
.page-hero-note, .icon-plate { height: 100%; border-left: 1px solid var(--ink); padding: 48px; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.page-hero-note .concept-badge { align-self: flex-start; margin-bottom: 28px; }
.page-hero-note p { font-size: .92rem; }
.icon-plate { align-items: center; gap: 28px; background: var(--signal); }
.icon-plate svg { width: 92px; height: 92px; }
.icon-plate span { border-top: 1px solid var(--ink); padding-top: 16px; width: 100%; text-align: center; }
.compact-hero .page-hero-grid { min-height: 390px; }
.service-detail-hero .button { margin-top: 14px; }
.service-grid-large { grid-template-columns: repeat(2, 1fr); }
.service-grid-large .service-card { min-height: 390px; }
.service-detail-grid { padding: 8px 0; }
.service-detail-grid > div { border-top: 1px solid var(--ink); padding-top: 26px; }
.service-detail-grid h2 { font-size: 2.1rem; margin-top: 14px; }
.feature-list { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: start; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.feature-list svg { color: var(--signal); margin-top: 3px; }
.question-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ink); }
.question-list li { min-height: 78px; display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; border-bottom: 1px solid var(--ink); }
.question-list span { font-family: "IBM Plex Mono", monospace; color: var(--signal); font-size: .8rem; }
.placeholder-panel { border: 1px dashed var(--steel); background: var(--white); padding: 38px; min-height: 330px; }
.placeholder-panel > span:first-child { color: var(--signal); }
.placeholder-panel h2 { font-size: 2.1rem; margin-top: 32px; }
.placeholder-lines { margin-top: 44px; display: grid; gap: 15px; }
.placeholder-lines span { height: 14px; background: repeating-linear-gradient(90deg, #D6D1C7 0, #D6D1C7 12px, transparent 12px, transparent 18px); }
.placeholder-lines span:nth-child(2) { width: 72%; }
.placeholder-lines span:nth-child(3) { width: 48%; }
.maintenance-list { display: grid; gap: 0; }
.maintenance-list div { padding: 18px 0; border-bottom: 1px solid #444; }
.maintenance-list span { display: block; color: var(--signal); margin-bottom: 8px; }
.maintenance-list strong { font-size: 1rem; line-height: 1.35; }
.process-page .process-steps { max-width: 880px; margin-left: auto; }
.not-found { min-height: 70vh; display: grid; align-items: center; border-bottom: 1px solid var(--ink); }
.not-found-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.not-found h1 { font-size: clamp(3rem, 7vw, 6.8rem); margin-top: 18px; }
.error-plate { min-height: 340px; background: var(--signal); border: 1px solid var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 9px 9px 0 var(--ink); }
.error-plate > span { font-family: "IBM Plex Mono", monospace; font-size: clamp(5rem, 11vw, 10rem); font-weight: 800; letter-spacing: -.09em; }
.error-plate small { margin-top: 24px; }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 32px, 980px); }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto auto; }
  .desktop-cta { justify-self: end; }
  .menu-button { display: grid; place-items: center; width: 44px; height: 44px; background: transparent; border: 1px solid var(--ink); cursor: pointer; }
  .menu-close { display: none; }
  .menu-button[aria-expanded="true"] .menu-open { display: none; }
  .menu-button[aria-expanded="true"] .menu-close { display: block; }
  .mobile-nav { position: fixed; display: block; top: var(--header-h); left: 0; right: 0; height: calc(100dvh - var(--header-h)); overflow: auto; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav nav { display: flex; flex-direction: column; padding: 22px 0 35px; }
  .mobile-nav nav > a:not(.button) { min-height: 58px; display: flex; align-items: center; border-bottom: 1px solid var(--ink); text-decoration: none; font-weight: 800; }
  .mobile-nav .button { margin-top: 26px; align-self: flex-start; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 78px 38px 70px 0; min-height: 640px; }
  .hero-selector { border-left: 0; border-top: 1px solid var(--ink); }
  .selector-head h2 { max-width: 13ch; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-intro { position: static; }
  .quote-intro > p { max-width: 64ch; }
  .page-hero-grid { grid-template-columns: 1fr .5fr; gap: 0; }
  .page-hero-note, .icon-plate { padding: 32px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 768px) {
  :root { --shell: calc(100% - 28px); --header-h: 68px; }
  .section { padding: 68px 0; }
  .section-grid::before, .site-footer::before, .site-header::after { background-image: linear-gradient(to right, transparent calc(50% - .5px), rgba(115,120,123,.22) calc(50% - .5px), rgba(115,120,123,.22) 50%, transparent 50%); }
  .desktop-cta { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .menu-button { grid-column: 3; }
  h1 { font-size: clamp(2.55rem, 12vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-grid, .page-hero-grid { border-inline: 0; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: 62px 0 54px; }
  .hero-topline { margin-bottom: 27px; }
  .hero-lede { font-size: 1rem; }
  .hero-footnote { margin-top: 36px; }
  .selector-head { padding: 36px 22px; }
  .selector-option { min-height: 64px; padding: 12px 20px; }
  .service-grid, .service-grid-large { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 25px; }
  .service-card p { min-height: 0; }
  .service-card ul { margin-bottom: 30px; }
  .split-heading, .coverage-grid, .two-column, .service-detail-grid, .not-found-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-steps { margin-top: 6px; }
  .quote-section { padding: 72px 0 92px; }
  .wizard { box-shadow: 5px 5px 0 var(--signal); }
  .wizard form { padding: 24px 20px 28px; }
  .choice-grid, .form-grid { grid-template-columns: 1fr; }
  .wizard-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .wizard-actions .button { width: 100%; }
  .wizard-actions [data-next], .wizard-actions [data-submit] { grid-column: 2; }
  .page-hero-grid { min-height: auto; }
  .page-hero-grid > div:first-child { padding: 62px 0 52px; }
  .page-hero h1 { font-size: clamp(2.55rem, 11vw, 4.15rem); }
  .page-hero-note, .icon-plate { border-left: 0; border-top: 1px solid var(--ink); min-height: 230px; }
  .icon-plate { padding: 35px 24px; }
  .icon-plate svg { width: 72px; height: 72px; }
  .cta-band-inner { min-height: 360px; grid-template-columns: 1fr; gap: 16px; padding: 55px 0; align-content: center; }
  .cta-band .button { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: 1 / 3; }
  .footer-bottom { flex-direction: column; }
  .not-found { padding: 60px 0; }
  .error-plate { min-height: 260px; }
  .mobile-sticky-cta { position: fixed; z-index: 80; left: 12px; right: 12px; bottom: 12px; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--signal); border: 1px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); text-decoration: none; font-weight: 850; }
  body { padding-bottom: 78px; }
  .site-footer { margin-bottom: -78px; padding-bottom: 102px; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 24px); }
  .brand { font-size: 1rem; }
  .brand-mark { width: 28px; height: 28px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { padding: 8px 0; }
  .concept-badge { font-size: .67rem; }
  .process-step { grid-template-columns: 46px 1fr; }
  .wizard-progress { grid-template-columns: 1fr; gap: 8px; }
  .wizard-actions { grid-template-columns: 1fr; }
  .wizard-actions [data-prev], .wizard-actions [data-next], .wizard-actions [data-submit] { grid-column: 1; }
  .wizard-actions [data-prev] { order: 2; }
  .wizard-actions [data-next], .wizard-actions [data-submit] { order: 1; }
  .faq-panel { padding-right: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1; }
  .footer-bottom { font-size: .67rem; }
}

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