:root {
  --navy: #0e3044;
  --navy-deep: #082433;
  --blue: #225d73;
  --teal: #08756c;
  --orange: #a94212;
  --orange-light: #f5b181;
  --ink: #17272e;
  --muted: #56676f;
  --paper: #fbfaf7;
  --warm: #f2eee5;
  --mist: #e9eff0;
  --line: #d2dcde;
  --white: #ffffff;
  --n: var(--navy);
  --b: var(--blue);
  --o: var(--orange);
  --op: var(--orange-light);
  --c: var(--warm);
  --p: var(--paper);
  --i: var(--ink);
  --m: var(--muted);
  --l: var(--line);
  --shadow: 0 18px 48px rgba(14, 48, 68, .12);
  --section-pad: clamp(64px, 7vw, 104px) clamp(22px, 6vw, 92px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.15em; }

.skip { position: absolute; left: -9999px; }
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
  color: var(--navy);
  border: 2px solid var(--navy);
}

.utility {
  min-height: 38px;
  padding: 7px clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--navy-deep);
  color: #d9e8ec;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.utility-actions { display: flex; align-items: center; gap: 22px; }
.utility a { float: none; }
.utility .driver-link {
  padding: 4px 10px;
  background: var(--orange-light);
  color: var(--navy-deep);
  text-decoration: none;
}

.nav {
  min-height: 96px;
  padding: 12px clamp(22px, 5vw, 78px);
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.logo {
  flex: 0 0 304px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.logo .logo-mark { width: 49px; height: 66px; object-fit: contain; flex: none; }
.logo .logo-wordmark { width: 246px; height: 61px; object-fit: contain; object-position: left center; }
.nav nav { margin-left: auto; display: flex; align-items: center; gap: clamp(10px, 1.45vw, 21px); }
.nav nav a {
  padding: 10px 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.nav nav a.active { color: var(--orange); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; }

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 0;
  background: var(--orange);
  color: var(--white);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover, .btn:focus-visible { background: #7f300d; }
.nav-contact {
  border: 2px solid var(--navy);
  background: var(--white);
  color: var(--navy);
}
.nav-contact:hover, .nav-contact:focus-visible { background: var(--navy); color: var(--white); }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(3px); }

.kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: var(--navy); }
h1 {
  margin-bottom: 24px;
  max-width: 820px;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -.052em;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(35px, 4.1vw, 58px);
  line-height: 1.02;
  letter-spacing: -.043em;
}
h3 { font-size: 25px; line-height: 1.15; }
.lead { color: var(--navy); font-size: clamp(20px, 2vw, 25px); font-weight: 700; line-height: 1.35; }
main > section:not(.hero, .start-paths, .trust-strip) { padding: var(--section-pad); }

.hero {
  min-height: 600px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .97fr);
  background: var(--warm);
}
.hero-copy {
  padding: clamp(68px, 7vw, 104px) clamp(34px, 6vw, 92px);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 255, 255, .9), transparent 27%),
    linear-gradient(135deg, #f5f1e8 0%, #ede8df 100%);
}
.hero-copy .lead { max-width: 700px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin: 30px 0 34px; }
.hero-facts {
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: #cdd7d7;
  border: 1px solid #cdd7d7;
}
.hero-facts li { padding: 15px; background: rgba(255, 255, 255, .75); }
.hero-facts b, .hero-facts span { display: block; }
.hero-facts b { color: var(--navy); font-size: 14px; }
.hero-facts span { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #ced7d9; }
.hero-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 57% center; }
.hero-photo-evidence { object-fit: contain; object-position: center; background: #182c35; }
.hero figcaption, .hero-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 9px 11px;
  background: rgba(8, 36, 51, .9);
  color: var(--white);
  font-size: 11px;
  line-height: 1.35;
}
.hero-video + figcaption { top: 14px; bottom: auto; }

.start-paths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
}
.start-paths a {
  position: relative;
  min-height: 118px;
  padding: 25px clamp(18px, 2.4vw, 38px);
  border-right: 1px solid #406174;
  color: var(--white);
  text-decoration: none;
}
.start-paths a:hover { background: #173f54; }
.start-paths span, .start-paths strong { display: block; }
.start-paths span { color: #bdd1d7; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.start-paths strong { margin-top: 5px; font-size: 18px; }
.start-paths i { position: absolute; right: 15px; top: 15px; color: var(--orange-light); font-size: 11px; font-style: normal; font-weight: 900; }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
  color: var(--white);
}
.trust-strip div { min-height: 118px; padding: 25px clamp(18px, 2.4vw, 38px); border-right: 1px solid #406174; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span, .trust-strip strong { display: block; }
.trust-strip span { color: var(--orange-light); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.trust-strip strong { margin-top: 7px; font-size: 17px; line-height: 1.35; }

.section-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: clamp(32px, 6vw, 90px);
  margin-bottom: 40px;
}
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 620px; color: var(--muted); font-size: 17px; }

.product-selector { background: var(--warm); }
.option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.option-grid article {
  min-height: 280px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
}
.option-grid article.featured-option { border-top: 1px solid var(--line); box-shadow: none; }
.option-number { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.option-grid h3 { margin: 34px 0 12px; font-size: 29px; }
.option-grid p { color: var(--muted); }
.option-grid strong { margin-top: auto; color: var(--blue); font-size: 13px; letter-spacing: .04em; }
.drum-strip {
  margin-top: 20px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: .65fr 1.2fr auto;
  align-items: center;
  gap: 28px;
  background: var(--mist);
  border-left: 5px solid var(--teal);
}
.drum-strip div span, .drum-strip div strong { display: block; }
.drum-strip div span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.drum-strip div strong { color: var(--navy); font-size: 23px; }
.drum-strip p { margin: 0; color: var(--muted); }
.product-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }

.application-section { background: var(--white); }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.industry-grid article { min-width: 0; background: var(--paper); border: 1px solid var(--line); }
.industry-grid img { width: 100%; aspect-ratio: 3 / 2; display: block; object-fit: cover; }
.industry-grid article > div { padding: 25px 27px 28px; }
.industry-grid-text article { border-top: 5px solid var(--teal); }
.industry-grid-text article > div { min-height: 100%; padding: 34px 30px; }
.industry-grid-visual article {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.industry-grid-visual article::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(8, 36, 51, .52), rgba(8, 36, 51, .91));
}
.industry-grid-visual article > div { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.industry-grid-visual .industry-agriculture { background-image: url("outputs/industry-agriculture-ai-v2-optimized.jpg"); }
.industry-grid-visual .industry-food-beverage { background-image: url("outputs/industry-food-beverage-ai-v2-optimized.jpg"); }
.industry-grid-visual .industry-chemical { background-image: url("outputs/industry-chemical-ai-v2-optimized.jpg"); }
.industry-grid-visual h3 { color: var(--white); }
.industry-grid-visual p { color: #e1ecec; }
.industry-grid span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.industry-grid h3 { margin: 8px 0 12px; }
.industry-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.application-list {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: #cbd6d8;
  border: 1px solid #cbd6d8;
}
.application-list span { padding: 15px 17px; background: #f4f7f7; color: var(--navy); font-size: 13px; font-weight: 800; }
.image-policy { margin: 16px 0 0; color: var(--muted); font-size: 12px; }

.proof-story {
  padding: 0 !important;
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  min-height: 690px;
  background-color: var(--navy);
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  color: #dce9ed;
}
.proof-story figure { position: relative; min-height: 690px; margin: 0; overflow: hidden; background: #182c35; }
.proof-story figure img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.proof-story figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 9px 12px; background: rgba(8,36,51,.92); color: var(--white); font-size: 12px; font-weight: 800; }
.proof-story > div { padding: clamp(64px, 7vw, 108px) clamp(30px, 7vw, 105px); }
.proof-story h2, .proof-story .lead { color: var(--white); }
.proof-story .kicker { color: var(--orange-light); }
.process-list { margin: 32px 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { counter-increment: process; position: relative; min-height: 64px; padding: 0 0 20px 54px; border-bottom: 1px solid #496779; }
.process-list li + li { padding-top: 20px; }
.process-list li::before { content: "0" counter(process); position: absolute; left: 0; top: 0; color: var(--orange-light); font-size: 12px; font-weight: 900; }
.process-list b, .process-list span { display: block; }
.process-list b { color: var(--white); }
.process-list span { margin-top: 4px; color: #bed0d6; font-size: 14px; }
.btn-light { background: var(--white); color: var(--navy); }
.btn-light:hover, .btn-light:focus-visible { background: var(--orange-light); color: var(--navy-deep); }

.knowledge-section { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; background: var(--warm); }
.knowledge-hub { display: block; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.knowledge-card { min-height: 425px; padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; background: var(--white); border-top: 6px solid var(--blue); }
.knowledge-card h2 { font-size: clamp(32px, 3.4vw, 48px); }
.knowledge-card h3 { margin: 14px 0 18px; color: var(--navy); font-size: clamp(27px, 2.5vw, 36px); }
.knowledge-card > p:not(.kicker) { color: var(--muted); }
.knowledge-card .text-link { margin-top: auto; align-self: flex-start; }
.knowledge-card small { margin-top: 20px; color: var(--muted); }
.hazmat-card { border-top-color: var(--orange); }
.bulletin-card { border-top-color: var(--teal); }
.bulletin-card ul { margin: 0 0 30px; padding-left: 20px; }
.bulletin-card li { margin: 9px 0; }
.quality-card { border-top-color: var(--blue); }

.method-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 7vw, 110px);
  background-color: var(--navy);
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  color: #dce9ed;
}
.method-section h2, .method-section .lead { color: var(--white); }
.method-section .kicker { color: var(--orange-light); }
.method-intro { align-self: center; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #496779; }
.method-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid #496779; }
.method-steps li > span { color: var(--orange-light); font-size: 12px; font-weight: 900; }
.method-steps b { display: block; color: var(--white); font-size: 18px; }
.method-steps p { margin: 5px 0 0; color: #bed0d6; font-size: 14px; }

.pickup {
  padding: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: #ecf1f1;
  color: var(--ink);
}
.pickup > div { min-width: 0; padding: clamp(64px, 7vw, 100px) clamp(30px, 6vw, 92px); }
.pickup h2 { color: var(--navy); }
.pickup p { max-width: 720px; color: var(--muted); }
.pickup .kicker { color: var(--orange); }
.pickup-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 22px; margin-top: 28px; }
.policy-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--navy); font-size: 13px; font-weight: 900; text-underline-offset: 4px; }
.pickup figure { position: relative; min-width: 0; min-height: 440px; margin: 0; overflow: hidden; }
.pickup figure img { width: 100%; height: 100%; display: block; object-fit: cover; }
.pickup figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 9px 12px; background: rgba(8,36,51,.9); color: var(--white); font-size: 11px; }

.quote {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 6vw, 86px);
  background: linear-gradient(125deg, #17475d, #225d73 58%, #2a6876);
  color: var(--white);
}
.quote h2, .quote .lead { color: var(--white); }
.quote .kicker { color: var(--orange-light); }
.quote a { font-weight: 800; text-underline-offset: 4px; }
.quote form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote label { color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.quote label span { color: #c5d9df; font-weight: 700; letter-spacing: 0; text-transform: none; }
.quote input, .quote select {
  width: 100%;
  min-height: 47px;
  display: block;
  margin-top: 6px;
  padding: 12px 13px;
  border: 1px solid #94b2bd;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}
.quote input::placeholder { color: #59686e; opacity: 1; }
.quote select:disabled { background: #e8eceb; color: #43545b; cursor: not-allowed; }
.quote button { align-self: end; }
.quote-result { display: none; grid-column: 1 / -1; padding: 18px; background: var(--white); color: var(--navy); border-left: 5px solid var(--orange); }
.quote-result.is-ready { display: block; }
.quote-result a { color: var(--orange); font-weight: 900; }
.quote-result pre { white-space: pre-wrap; font: 13px/1.5 Arial, sans-serif; color: var(--ink); }

footer {
  padding: 42px clamp(22px, 6vw, 92px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px 48px;
  background: var(--navy-deep);
  color: #dce7ea;
}
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { object-fit: contain; }
.footer-brand b, .footer-brand span { display: block; }
.footer-brand b { color: var(--white); font-size: 18px; }
.footer-brand span { color: #a8c0c8; font-size: 13px; }
footer > b { color: var(--white); font-size: 18px; }
footer > span { color: #a8c0c8; font-size: 13px; }
.footer-links { grid-column: 1 / -1; margin: 0 !important; display: flex !important; flex-wrap: wrap; justify-content: flex-start; gap: 12px 20px; }
.footer-brand + .footer-links { grid-column: auto; justify-content: flex-end; }
.footer-links a { color: var(--white); font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
footer small { grid-column: 1 / -1; max-width: 940px; color: #91a8b1; }

.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 3px; margin: 5px 0; background: var(--navy); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards article { position: relative; min-height: 240px; padding: 30px; background: var(--white); border: 1px solid var(--line); }
.cards .focus { border-top: 5px solid var(--orange); box-shadow: var(--shadow); }
.cards i { color: #8c9ca2; }
.cards h3 { font-size: 28px; }
.cards article > b { display: block; color: var(--blue); font-size: 12px; text-transform: uppercase; }
.cards em { position: absolute; right: 15px; top: 15px; padding: 6px; background: #f3dfd2; font-size: 10px; text-transform: uppercase; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.products article { padding: 30px; background: var(--white); }
.products b, .products span { display: block; }
.products b { color: var(--navy); font-size: 21px; }
.products span { color: var(--muted); font-size: 13px; }
.bulletins { background: var(--warm); }
.bulletins .cards article { display: flex; flex-direction: column; justify-content: space-between; }
.bulletins .cards b { color: var(--navy); font-size: 22px; text-transform: none; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid #f29a5f;
  outline-offset: 3px;
}
.quote input:focus-visible, .quote select:focus-visible { outline-color: var(--white); }

@media (max-width: 1180px) {
  .nav { gap: 14px; }
  .logo { flex-basis: 260px; }
  .logo .logo-mark { width: 43px; height: 59px; }
  .logo .logo-wordmark { width: 208px; height: 52px; }
  .nav nav { gap: 11px; }
  .nav nav a { font-size: 11px; }
  .nav-quote { padding-left: 14px; padding-right: 14px; }
}

@media (max-width: 980px) {
  .nav { position: relative; flex-wrap: wrap; }
  .logo { flex-basis: 286px; }
  .logo .logo-mark { width: 46px; height: 62px; }
  .logo .logo-wordmark { width: 229px; height: 57px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav nav { order: 4; width: 100%; margin: 0; padding: 12px 0 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--line); }
  .nav.menu-open nav { display: flex; }
  .nav nav a { min-height: 44px; padding: 12px 4px; font-size: 14px; }
  .nav > .btn { margin-left: 6px; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .start-paths { grid-template-columns: 1fr 1fr; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .proof-story { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); }
  .knowledge-section, .knowledge-grid { grid-template-columns: 1fr; }
  .method-section { grid-template-columns: 1fr; }
  .pickup, .quote { grid-template-columns: 1fr; }
  .pickup figure { min-height: 400px; }
  .cards, .products { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .utility { align-items: flex-start; flex-direction: column; gap: 5px; font-size: 10px; letter-spacing: .035em; }
  .utility > span:first-child { white-space: nowrap; }
  .utility-actions { width: 100%; justify-content: space-between; gap: 8px; }
  .utility a { min-height: 24px; display: inline-flex; align-items: center; white-space: nowrap; }
  .utility .driver-link { padding-left: 6px; padding-right: 6px; }
  .nav { min-height: 82px; }
  .logo { min-width: 0; flex: 1 1 auto; gap: 6px; }
  .logo .logo-mark { width: 39px; height: 54px; }
  .logo .logo-wordmark { width: min(190px, calc(100vw - 150px)); height: 47px; }
  .nav > .btn { display: none; }
  h1 { font-size: clamp(41px, 13vw, 56px); }
  h2 { font-size: clamp(34px, 10vw, 46px); }
  main > section:not(.hero, .start-paths, .trust-strip) { padding: 58px 22px; }
  .hero-copy { padding: 58px 22px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-visual { min-height: 320px; }
  .start-paths { grid-template-columns: 1fr; }
  .start-paths a { min-height: 92px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { min-height: 92px; border-right: 0; border-bottom: 1px solid #406174; }
  .trust-strip div:last-child { border-bottom: 0; }
  .option-grid, .industry-grid, .application-list { grid-template-columns: 1fr; }
  .drum-strip { grid-template-columns: 1fr; gap: 12px; }
  .proof-story { grid-template-columns: 1fr; }
  .proof-story figure { min-height: 520px; }
  .proof-story > div { padding: 58px 22px; }
  .knowledge-card { min-height: 0; padding: 34px 26px; }
  .pickup > div { padding: 58px 22px; }
  .pickup figure { min-height: 300px; }
  .quote form { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  footer small { grid-column: 1; }
  .cards, .products { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
}

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