:root {
  --ink: #161716;
  --ink-soft: #484b48;
  --paper: #ffffff;
  --canvas: #f3f3ef;
  --line: #d8d9d4;
  --orange: #d94718;
  --orange-dark: #a82e0b;
  --cyan: #007f94;
  --focus: #006fd6;
  --success: #166534;
  --error: #a61b1b;
  --max: 1240px;
  --radius: 6px;
  --shadow: 0 18px 45px rgba(22, 23, 22, 0.1);
}

*, *::before, *::after { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
[hidden] { display: none !important; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: 12px; transform: translateY(-150%); background: var(--paper); color: var(--ink); padding: 10px 16px; border: 2px solid var(--ink); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { background: var(--ink); color: #fff; font-size: 13px; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; gap: 20px; }
.utility-links a { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; width: 158px; height: 70px; overflow: hidden; }
.brand img { width: 150px; height: 68px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.primary-nav > a, .catalog-menu > summary { text-decoration: none; white-space: nowrap; }
.primary-nav > a:not(.button):hover, .primary-nav > a[aria-current="page"] { color: var(--orange-dark); }
.catalog-menu { position: static; }
.catalog-menu > summary { display: flex; align-items: center; gap: 5px; list-style: none; cursor: pointer; }
.catalog-menu > summary::-webkit-details-marker { display: none; }
.catalog-menu[open] > summary { color: var(--orange-dark); }
.catalog-menu[open] > summary .icon { transform: rotate(180deg); }
.catalog-panel { position: absolute; left: 50%; top: calc(100% + 1px); width: min(920px, calc(100vw - 48px)); transform: translateX(-50%); padding: 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.catalog-panel-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.catalog-panel-heading p { margin: 0; }
.catalog-groups { display: grid; grid-template-columns: 1fr 3fr; gap: 28px; padding-top: 20px; }
.catalog-groups > div { display: grid; align-content: start; gap: 5px; }
.menu-products { grid-template-columns: repeat(3, 1fr); }
.menu-group-label { grid-column: 1 / -1; color: var(--ink-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.catalog-groups a { min-height: 38px; display: flex; align-items: center; padding: 7px 10px; border-left: 2px solid transparent; text-decoration: none; font-size: 13px; font-weight: 650; }
.catalog-groups a:hover, .catalog-groups a.active { color: var(--orange-dark); background: var(--canvas); border-left-color: var(--orange); }
.nav-toggle { display: none; }
.icon-button { width: 44px; height: 44px; border: 1px solid currentColor; border-radius: var(--radius); background: transparent; align-items: center; justify-content: center; }
.menu-close { display: none; }
.nav-toggle[aria-expanded="true"] .menu-open { display: none; }
.nav-toggle[aria-expanded="true"] .menu-close { display: block; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid var(--orange); border-radius: var(--radius); background: var(--orange); color: #fff; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 15px; }
.button-light { background: #fff; border-color: #fff; color: var(--ink); }
.button-light:hover { background: var(--canvas); border-color: var(--canvas); }
.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.button-outline:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 800; text-decoration: underline; text-decoration-color: var(--orange); }
.text-link:hover { color: var(--orange-dark); }
.text-link-light { color: #fff; text-decoration-color: #fff; }
.kicker { margin: 0 0 14px; color: var(--orange-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.lead { color: var(--ink-soft); font-size: 20px; line-height: 1.5; }
.microcopy { color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: 62px; }
h2 { margin-bottom: 20px; font-size: 42px; }
h3 { margin-bottom: 10px; font-size: 24px; }
h1 span, h2 span { color: var(--orange); }
.section { padding: 96px 0; }
.section-paper { background: var(--canvas); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-heading h2, .section-heading p { margin-bottom: 0; }

.hero-slider { position: relative; height: 690px; min-height: 540px; background: var(--ink); color: #fff; overflow: hidden; }
.slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity 700ms ease, visibility 700ms ease; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 9, 8, 0.93) 0%, rgba(8, 9, 8, 0.72) 42%, rgba(8, 9, 8, 0.12) 78%); }
.hero-content { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 45px; }
.hero-content .hero-brand { margin: 0 0 20px; color: #fff; font-size: 22px; font-weight: 850; text-transform: uppercase; }
.hero-content h1, .hero-content h2 { max-width: 720px; margin-bottom: 22px; color: #fff; font-size: 60px; }
.hero-content > p:not(.hero-brand) { max-width: 600px; margin: 0 0 28px; color: #f4f4ef; font-size: 19px; }
.slider-controls { position: absolute; z-index: 5; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; pointer-events: none; }
.slider-dots { display: flex; gap: 10px; pointer-events: auto; }
.slider-dots button { width: 42px; height: 5px; padding: 0; border: 0; background: rgba(255, 255, 255, 0.45); }
.slider-dots button.is-active { background: var(--orange); }
.slider-pause { display: flex; color: #fff; pointer-events: auto; }
.intro-grid, .split-section, .page-hero-grid, .directory-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 80px; align-items: start; }
.intro-grid { margin-bottom: 56px; }
.intro-grid h2, .split-section h2 { max-width: 550px; }
.category-lines { border-top: 1px solid var(--line); }
.category-lines > a { min-height: 112px; display: grid; grid-template-columns: 50px minmax(180px, 0.8fr) minmax(260px, 1.5fr) 28px; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background 180ms ease, padding 180ms ease; }
.category-lines > a:hover { padding-inline: 14px; background: var(--canvas); }
.category-lines b, .category-lines small { color: var(--ink-soft); font-family: inherit; }
.category-lines span { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 700; }
.category-lines small { font-size: 14px; line-height: 1.45; }
.category-lines .icon { justify-self: end; color: var(--orange); }
.product-feature { background: var(--ink); color: #fff; }
.product-feature-grid { display: grid; grid-template-columns: 0.8fr 1.4fr; gap: 90px; align-items: start; }
.sticky-copy { position: sticky; top: 130px; }
.sticky-copy p:not(.kicker) { max-width: 440px; color: #c9cbc7; }
.feature-list { border-top: 1px solid #3e403e; }
.feature-row { min-height: 190px; display: grid; grid-template-columns: 180px 1fr 24px; align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid #3e403e; text-decoration: none; }
.feature-row > img { width: 180px; height: 140px; object-fit: contain; background: #fff; border-radius: var(--radius); }
.feature-row span, .feature-row p { color: #b9bcb8; font-size: 13px; }
.feature-row h3 { margin: 4px 0 7px; color: #fff; }
.feature-row p { margin: 0; }
.feature-row > .icon { color: var(--orange); transition: transform 180ms ease; }
.feature-row:hover > .icon { transform: translateX(6px); }
.state-preview { background: var(--cyan); color: #fff; }
.state-preview-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 90px; }
.state-preview .kicker { color: #fff; }
.state-preview p { color: #e4f6f8; }
.state-wordfield { display: flex; flex-wrap: wrap; gap: 10px; }
.state-wordfield a { padding: 10px 14px; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 999px; color: #fff; text-decoration: none; }
.state-wordfield a:hover { background: #fff; color: var(--ink); }

.breadcrumb { min-height: 52px; display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 13px; }
.product-hero { padding: 54px 0 84px; background: var(--canvas); }
.product-hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr); align-items: center; gap: 70px; }
.product-copy h1 span { display: block; font-size: 0.62em; color: var(--ink-soft); }
.product-copy .lead { max-width: 650px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin: 28px 0 20px; }
.product-visual { position: relative; margin: 0; }
.product-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.product-visual figcaption { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; background: rgba(22, 23, 22, 0.88); color: #fff; font-size: 11px; }
.prose { color: var(--ink-soft); font-size: 17px; }
.prose > p:first-child { margin-top: 0; }
.detail-list { margin: 32px 0 0; border-top: 1px solid var(--line); }
.detail-list > div { display: grid; grid-template-columns: 170px 1fr; gap: 25px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.detail-list dt { color: var(--ink); font-weight: 800; }
.detail-list dd { margin: 0; }
.check-list { padding: 0; margin: 30px 0 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 25px; width: 9px; height: 9px; background: var(--cyan); }
.location-band { background: var(--cyan); color: #fff; }
.location-band-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; }
.location-band .kicker, .location-band p { color: #e5f6f8; }
.location-band .text-link { color: #fff; text-decoration-color: #fff; }
.related-section { background: #fff; }
.product-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-tile { position: relative; min-width: 0; text-decoration: none; }
.product-tile img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: var(--canvas); border: 1px solid var(--line); }
.product-tile > span { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 800; }
.product-tile:hover > span { color: var(--orange-dark); }
.faq-section { background: var(--canvas); }
.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 80px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; list-style: none; font-weight: 800; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary .icon { transform: rotate(180deg); }
.faq-item p { margin: 0; padding: 0 45px 24px 0; color: var(--ink-soft); }
.final-cta { padding: 78px 0; background: var(--orange-dark); color: #fff; }
.final-cta .kicker { color: #ffd9ca; }
.final-cta h2 { margin-bottom: 0; color: #fff; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }

.page-hero, .directory-hero { padding: 92px 0; background: var(--canvas); }
.page-hero.compact { padding: 70px 0; }
.page-hero .lead, .directory-hero .lead { margin-top: 8px; }
.directory-hero-grid { align-items: end; }
.directory-hero-grid > div:last-child > p:last-child { color: var(--ink-soft); font-size: 14px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-grid > div { min-height: 260px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid > div:first-child { border-left: 1px solid var(--line); }
.process-grid b { color: var(--orange-dark); }
.process-grid h2 { margin: 55px 0 12px; font-size: 28px; }
.contact-band { padding: 70px 0; background: var(--cyan); color: #fff; }
.contact-band .kicker { color: #fff; }
.contact-band h2 { max-width: 680px; font-size: 34px; }
.contact-band-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; align-items: center; gap: 70px; }
.contact-band-grid > div:last-child { display: grid; gap: 15px; }
.contact-band a { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.directory-tools { display: grid; grid-template-columns: auto minmax(250px, 440px) 1fr; align-items: center; gap: 18px; margin-bottom: 36px; }
.directory-tools label { font-weight: 800; }
.directory-tools > p { justify-self: end; color: var(--ink-soft); }
.search-field { min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--ink); background: #fff; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; }
.state-directory { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.state-directory a { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 700; }
.state-directory a small { display: block; color: var(--ink-soft); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.state-directory a:hover { background: var(--canvas); color: var(--orange-dark); }
.state-directory a:hover .icon { transform: translateX(4px); }
.catalog-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.catalog-list a { min-height: 76px; display: grid; grid-template-columns: 1.2fr 0.8fr 20px; align-items: center; gap: 15px; padding: 15px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 800; }
.catalog-list a > span:nth-child(2) { color: var(--ink-soft); font-size: 12px; font-weight: 600; }
.catalog-list a:hover { background: #fff; color: var(--orange-dark); }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: 45px 0 12px; font-size: 28px; }
.legal-copy p { color: var(--ink-soft); }
.not-found { min-height: 62vh; display: grid; align-items: center; padding: 90px 0; background: var(--canvas); }
.not-found h1 { max-width: 800px; }

.contact-section { background: var(--canvas); }
.contact-grid { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 80px; align-items: start; }
.contact-details { position: sticky; top: 130px; }
.contact-details > a, .contact-details > p { display: flex; align-items: flex-start; gap: 14px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 800; }
.contact-details small { display: block; color: var(--ink-soft); font-size: 11px; text-transform: uppercase; }
.form-note { margin-top: 28px; padding: 20px; border-left: 4px solid var(--cyan); background: #fff; }
.form-note p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.form-wrap { padding: 38px; background: #fff; border: 1px solid var(--line); }
.field-row { display: grid; gap: 7px; margin-bottom: 20px; }
.field-row label { font-size: 13px; font-weight: 800; }
.field-row input, .field-row select, .field-row textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #9b9d98; border-radius: 3px; background: #fff; }
.field-row textarea { resize: vertical; }
.field-row small { color: var(--ink-soft); font-size: 12px; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-submit { display: flex; align-items: center; gap: 24px; }
.form-submit p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.honeypot { position: absolute; left: -9999px; }
.notice { margin-bottom: 26px; padding: 18px; border-left: 4px solid; }
.notice ul { margin-bottom: 0; }
.notice.success { color: var(--success); background: #ecfdf3; border-color: var(--success); }
.notice.error { color: var(--error); background: #fff0f0; border-color: var(--error); }

.site-footer { padding: 72px 0 20px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 0.7fr 0.7fr 1.3fr; gap: 55px; }
.footer-brand img { width: 150px; height: 110px; object-fit: contain; padding: 8px; background: #fff; border-radius: var(--radius); }
.footer-brand p { max-width: 300px; color: #b9bcb8; }
.footer-grid h2 { margin-bottom: 18px; font-family: inherit; font-size: 13px; text-transform: uppercase; }
.footer-grid > div > a { display: block; margin: 9px 0; color: #d7d9d5; text-decoration: none; }
.footer-grid > div > a:hover { color: #fff; text-decoration: underline; }
.footer-contact a, .footer-contact p { display: flex !important; align-items: flex-start; gap: 10px; }
.footer-contact p { color: #b9bcb8; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 20px; border-top: 1px solid #3d3f3d; color: #9fa29e; font-size: 12px; }
.floating-call { position: fixed; z-index: 80; right: 20px; bottom: 20px; min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 999px; background: var(--orange); color: #fff; box-shadow: var(--shadow); font-size: 13px; font-weight: 850; text-decoration: none; }
.reveal { opacity: 1; transform: none; }
@supports (animation-timeline: view()) { .reveal { animation: reveal-in linear both; animation-timeline: view(); animation-range: entry 5% cover 24%; } }
@keyframes reveal-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1024px) {
  h1 { font-size: 50px; }
  h2 { font-size: 36px; }
  .nav-toggle { display: flex; }
  .primary-nav { position: fixed; inset: 118px 0 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 24px; background: #fff; overflow-y: auto; }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a, .catalog-menu > summary { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .primary-nav > .button { margin-top: 18px; border-bottom: 0; }
  .catalog-panel { position: static; width: 100%; transform: none; padding: 18px 0; border: 0; box-shadow: none; }
  .catalog-panel-heading { display: none; }
  .catalog-groups { grid-template-columns: 1fr; gap: 14px; padding-top: 0; }
  .menu-products { grid-template-columns: 1fr 1fr; }
  .product-feature-grid, .state-preview-grid, .location-band-grid, .contact-grid { gap: 50px; }
  .product-hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .product-strip { gap: 14px; }
  .footer-grid { grid-template-columns: 1.3fr 0.7fr 0.7fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .utility-inner > span { display: none; }
  .utility-inner { justify-content: flex-end; }
  .header-inner { min-height: 74px; }
  .primary-nav { inset: 110px 0 0; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .lead { font-size: 18px; }
  .section { padding: 68px 0; }
  .hero-slider { height: 610px; }
  .hero-content { justify-content: flex-end; padding-bottom: 90px; }
  .hero-content h1, .hero-content h2 { max-width: 600px; font-size: 44px; }
  .hero-scrim { background: linear-gradient(0deg, rgba(8, 9, 8, 0.94) 0%, rgba(8, 9, 8, 0.65) 65%, rgba(8, 9, 8, 0.2) 100%); }
  .hero-slide > img { object-position: center; }
  .intro-grid, .split-section, .page-hero-grid, .directory-hero-grid, .product-feature-grid, .state-preview-grid, .product-hero-grid, .location-band-grid, .faq-grid, .contact-grid, .contact-band-grid { grid-template-columns: 1fr; gap: 34px; }
  .sticky-copy, .contact-details { position: static; }
  .category-lines > a { grid-template-columns: 40px 1fr 24px; padding: 18px 0; }
  .category-lines small { grid-column: 2; }
  .category-lines .icon { grid-column: 3; grid-row: 1 / span 2; }
  .product-hero { padding-top: 35px; }
  .product-copy { order: 1; }
  .product-visual { order: 0; }
  .product-strip, .state-directory, .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid > div { border-left: 1px solid var(--line); }
  .catalog-list { grid-template-columns: 1fr; }
  .directory-tools { grid-template-columns: 1fr; }
  .directory-tools > p { justify-self: start; margin: 0; }
  .final-cta-inner, .section-heading { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .utility-links { width: 100%; justify-content: space-between; gap: 8px; }
  .utility-links a:first-child span { font-size: 12px; }
  .brand { width: 130px; }
  .brand img { width: 125px; }
  .primary-nav { inset: 110px 0 0; padding: 16px 12px 30px; }
  .menu-products { grid-template-columns: 1fr; }
  h1 { font-size: 36px; }
  h2 { font-size: 29px; }
  .section { padding: 54px 0; }
  .hero-slider { height: 560px; min-height: 520px; }
  .hero-content h1, .hero-content h2 { font-size: 36px; }
  .hero-content .hero-brand { font-size: 17px; }
  .hero-content > p:not(.hero-brand) { font-size: 16px; }
  .hero-content .button { width: 100%; }
  .feature-row { grid-template-columns: 110px 1fr; gap: 14px; }
  .feature-row > img { width: 110px; height: 100px; }
  .feature-row > .icon { display: none; }
  .feature-row h3 { font-size: 20px; }
  .product-strip, .state-directory, .process-grid { grid-template-columns: 1fr; }
  .product-visual figcaption { position: static; background: var(--ink); }
  .detail-list > div { grid-template-columns: 1fr; gap: 4px; }
  .form-wrap { padding: 22px 16px; }
  .form-two { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-call span { display: none; }
  .floating-call { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

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

@media print {
  .utility-bar, .site-header, .floating-call, .slider-controls { display: none !important; }
  .hero-slide { display: none; }
  .hero-slide.is-active { position: relative; display: block; min-height: 500px; }
  body { color: #000; background: #fff; }
}
