:root {
  --forest-950: #071f1a;
  --forest-900: #0b2b25;
  --forest-800: #123d33;
  --forest-700: #176047;
  --forest-600: #1c7656;
  --lime-500: #b9df35;
  --lime-400: #c9e95a;
  --ivory-50: #fbfaf6;
  --ivory-100: #f4f0e6;
  --ivory-200: #e9e3d5;
  --sage-100: #e4ebe6;
  --sage-300: #b8c8bf;
  --ink-900: #10201c;
  --ink-700: #30433c;
  --ink-600: #4b5c55;
  --white: #fff;
  --danger: #9b2f2f;
  --shadow-sm: 0 12px 28px rgba(7, 31, 26, .08);
  --shadow-lg: 0 28px 70px rgba(7, 31, 26, .16);
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --container: 1320px;
  --gutter: clamp(20px, 4vw, 72px);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Inter, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 142px; }
body {
  margin: 0;
  color: var(--ink-900);
  background: var(--ivory-50);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, picture { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--forest-700); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--forest-900); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--forest-950), 0 0 0 8px var(--lime-400);
}
::selection { color: var(--forest-950); background: var(--lime-400); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-950);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - (var(--gutter) * 2)), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - (var(--gutter) * 2)), 860px); margin-inline: auto; }
.section { padding-block: clamp(72px, 8vw, 116px); }
.section-sm { padding-block: clamp(48px, 6vw, 78px); }
.surface-ivory { background: var(--ivory-100); }
.surface-white { background: var(--white); }
.surface-sage { background: var(--sage-100); }
.surface-dark { color: var(--white); background: var(--forest-900); }
.rule { width: 58px; height: 3px; margin-block: 20px; background: var(--lime-500); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--forest-700);
  font-size: .77rem;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 2px; content: ""; background: var(--lime-500); }
.surface-dark .eyebrow { color: var(--lime-400); }
h1, h2, h3, h4 { margin: 0; color: inherit; line-height: 1.12; text-wrap: balance; }
h1, .display-xl, .display-lg { font-family: var(--display); font-weight: 600; letter-spacing: -.035em; }
h1, .display-xl { font-size: clamp(3.25rem, 6vw, 5.7rem); line-height: .98; }
.display-lg { font-size: clamp(2.45rem, 4.2vw, 4.25rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 3.2vw, 3.25rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.18rem, 1.7vw, 1.48rem); letter-spacing: -.015em; }
h4 { font-size: 1rem; }
p { margin: 0 0 1.15em; }
.lead { max-width: 760px; color: var(--ink-700); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.58; }
.surface-dark .lead { color: rgba(255,255,255,.78); }
.small { font-size: .9rem; line-height: 1.55; }
.muted { color: var(--ink-600); }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; text-decoration: none; }
.text-link::after { content: "\2192"; transition: transform .18s ease; }
.text-link:hover::after { transform: translateX(4px); }

.utility-bar { color: rgba(255,255,255,.9); background: var(--forest-950); font-size: .78rem; letter-spacing: .025em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-links { display: flex; align-items: center; gap: 22px; }
.utility-bar a { color: var(--white); text-decoration: none; }
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(11,43,37,.12);
  background: rgba(251,250,246,.97);
  backdrop-filter: blur(14px);
  transition: box-shadow .18s ease;
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(7,31,26,.09); }
.header-inner { min-height: 98px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 3.5vw, 54px); }
.brand { display: block; flex: none; text-decoration: none; }
.brand img { width: 124px; height: 86px; object-fit: contain; }
.primary-nav { justify-self: end; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); margin: 0; padding: 0; list-style: none; }
.primary-nav a {
  position: relative;
  color: var(--ink-900);
  font-size: .9rem;
  font-weight: 650;
  text-decoration: none;
}
.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--lime-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forest-800);
  border-radius: 50%;
  color: var(--forest-900);
  background: transparent;
  cursor: pointer;
}
.menu-toggle svg { width: 24px; height: 24px; }
.mobile-panel[hidden] { display: none; }
.mobile-panel { position: fixed; z-index: 120; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr) min(88vw, 430px); }
.mobile-backdrop { border: 0; background: rgba(7,31,26,.68); cursor: pointer; }
.mobile-drawer { overflow-y: auto; padding: 22px 24px 36px; color: var(--white); background: var(--forest-950); }
.mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
.mobile-close { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.mobile-nav { margin-block: 26px; }
.mobile-nav ul { margin: 0; padding: 0; list-style: none; }
.mobile-nav li + li { border-top: 1px solid rgba(255,255,255,.12); }
.mobile-nav a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; color: var(--white); font-size: 1.08rem; font-weight: 650; text-decoration: none; }
.mobile-nav a::after { content: "\2192"; color: var(--lime-400); }
.mobile-contact { display: grid; gap: 12px; margin-top: 22px; }

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: .92rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--forest-950); background: var(--lime-500); }
.btn-primary:hover { color: var(--forest-950); background: var(--lime-400); }
.btn-dark { color: var(--white); background: var(--forest-900); }
.btn-dark:hover { color: var(--white); background: var(--forest-700); }
.btn-outline { border-color: var(--forest-800); color: var(--forest-900); background: transparent; }
.btn-outline:hover { color: var(--white); background: var(--forest-900); }
.btn-light { color: var(--forest-950); background: var(--white); }
.btn-light:hover { color: var(--forest-950); background: var(--lime-400); }
.btn-compact { min-height: 44px; padding: 10px 18px; font-size: .84rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.home-hero { position: relative; overflow: hidden; background: var(--ivory-100); }
.home-hero-grid { min-height: min(680px, calc(100vh - 134px)); display: grid; grid-template-columns: 1.02fr .98fr; }
.home-hero-copy { z-index: 2; display: flex; align-items: center; padding: clamp(70px, 8vw, 116px) clamp(30px, 5vw, 86px) clamp(70px, 8vw, 110px) max(var(--gutter), calc((100vw - var(--container)) / 2)); }
.home-hero-copy-inner { max-width: 690px; }
.home-hero-copy .lead { max-width: 610px; margin-top: 30px; }
.home-hero-media { position: relative; min-height: 580px; overflow: hidden; clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%); background: var(--forest-900); }
.home-hero-media picture, .home-hero-media img { width: 100%; height: 100%; }
.home-hero-media img { object-fit: cover; object-position: 58% center; }
.home-hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,31,26,.2), transparent 34%); pointer-events: none; }
.media-label { position: absolute; z-index: 2; right: clamp(22px, 4vw, 56px); bottom: clamp(22px, 4vw, 52px); max-width: 330px; padding: 18px 20px; border-left: 3px solid var(--lime-500); color: var(--white); background: rgba(7,31,26,.88); box-shadow: var(--shadow-lg); font-size: .9rem; }
.support-strip { color: var(--white); background: var(--forest-900); }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.support-item { min-height: 96px; display: flex; align-items: center; gap: 16px; padding: 24px clamp(20px, 3vw, 42px); border-left: 1px solid rgba(255,255,255,.18); font-weight: 700; }
.support-item:first-child { border-left: 0; }
.support-mark { width: 36px; height: 2px; flex: none; background: var(--lime-500); }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: clamp(38px, 5vw, 64px); }
.section-head > div { max-width: 820px; }
.section-head .lead { margin-top: 20px; margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(11,43,37,.14);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(11,43,37,.04);
}
.card h3 + p { margin-top: 16px; }
.card p:last-child { margin-bottom: 0; }
a.card { color: inherit; text-decoration: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
a.card:hover { border-color: var(--forest-700); color: inherit; box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.card-number { display: inline-grid; width: 38px; height: 38px; margin-bottom: 34px; place-items: center; border-radius: 50%; color: var(--forest-950); background: var(--lime-500); font-size: .82rem; font-weight: 800; }
.card-kicker { display: block; margin-bottom: 13px; color: var(--forest-700); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card-arrow { display: inline-flex; margin-top: 20px; color: var(--forest-700); font-weight: 750; }
.service-card::before { position: absolute; top: 0; left: 0; width: 64px; height: 4px; content: ""; background: var(--lime-500); }

.image-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.image-card { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius-md); color: var(--white); background: var(--forest-900); box-shadow: var(--shadow-sm); }
.image-card picture, .image-card img { width: 100%; height: 100%; }
.image-card img { object-fit: cover; transition: transform .45s ease; }
.image-card:hover img { transform: scale(1.025); }
.image-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 34%, rgba(7,31,26,.93) 100%); }
.image-card-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 28px; }
.image-card-content p { margin: 10px 0 0; color: rgba(255,255,255,.82); font-size: .9rem; }
.image-card a { position: absolute; z-index: 3; inset: 0; color: transparent; font-size: 0; }

.industry-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.industry-grid .image-card:nth-child(6n + 1), .industry-grid .image-card:nth-child(6n + 6) { grid-column: span 5; }
.industry-grid .image-card:nth-child(6n + 2), .industry-grid .image-card:nth-child(6n + 3), .industry-grid .image-card:nth-child(6n + 4), .industry-grid .image-card:nth-child(6n + 5) { grid-column: span 7; }
.industry-grid .image-card { min-height: 360px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--sage-300); border-bottom: 1px solid var(--sage-300); }
.process-step { padding: 36px clamp(18px, 2.6vw, 36px); border-left: 1px solid var(--sage-300); }
.process-step:first-child { border-left: 0; }
.process-step .step-number { display: block; margin-bottom: 42px; color: var(--forest-700); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.process-step p { margin: 16px 0 0; color: var(--ink-600); font-size: .94rem; }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); background: var(--forest-900); box-shadow: var(--shadow-lg); }
.split-panel-copy { align-self: center; padding: clamp(42px, 6vw, 82px); color: var(--white); }
.split-panel-copy p { margin-top: 22px; color: rgba(255,255,255,.78); }
.split-panel-media { min-height: 510px; }
.split-panel-media picture, .split-panel-media img { width: 100%; height: 100%; }
.split-panel-media img { object-fit: cover; }

.breadcrumb { padding-block: 18px; border-bottom: 1px solid rgba(11,43,37,.1); background: var(--ivory-50); font-size: .78rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li:not(:last-child)::after { margin-left: 12px; content: "/"; color: var(--sage-300); }
.breadcrumb a { color: var(--ink-600); text-decoration: none; }
.breadcrumb [aria-current="page"] { color: var(--ink-900); font-weight: 700; }

.detail-hero { overflow: hidden; color: var(--white); background: var(--forest-900); }
.detail-hero-grid { min-height: 600px; display: grid; grid-template-columns: 1.02fr .98fr; }
.detail-hero-copy { display: flex; align-items: center; padding: clamp(70px, 8vw, 112px) clamp(30px, 5vw, 80px) clamp(70px, 8vw, 112px) max(var(--gutter), calc((100vw - var(--container)) / 2)); }
.detail-hero-copy-inner { max-width: 720px; }
.detail-hero h1 { font-size: clamp(3.1rem, 5vw, 5rem); }
.detail-hero .eyebrow { color: var(--lime-400); }
.detail-hero .lead { margin-top: 28px; color: var(--ivory-100); }
.detail-hero-media { min-height: 520px; overflow: hidden; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.detail-hero-media picture, .detail-hero-media img { width: 100%; height: 100%; }
.detail-hero-media img { object-fit: cover; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.fact-chip { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: rgba(255,255,255,.9); font-size: .78rem; font-weight: 650; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(46px, 7vw, 96px); align-items: start; }
.prose { max-width: 810px; }
.prose h2 { margin-top: 2.1em; margin-bottom: .7em; }
.prose h3 { margin-top: 1.7em; margin-bottom: .6em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--ink-700); }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: .45em; }
.sidebar { position: sticky; top: 160px; display: grid; gap: 18px; }
.sidebar-card { padding: 26px; border: 1px solid rgba(11,43,37,.14); border-radius: var(--radius-md); background: var(--white); }
.sidebar-card h2, .sidebar-card h3 { font-size: 1.12rem; }
.sidebar-card p { margin-top: 12px; color: var(--ink-600); font-size: .9rem; }
.sidebar-links { margin: 14px 0 0; padding: 0; list-style: none; }
.sidebar-links li + li { border-top: 1px solid var(--ivory-200); }
.sidebar-links a { display: flex; padding-block: 11px; justify-content: space-between; gap: 12px; font-size: .88rem; font-weight: 700; text-decoration: none; }
.sidebar-links a::after { content: "\2192"; }

.equipment-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.equipment-list li { position: relative; min-height: 58px; display: flex; align-items: center; padding: 13px 16px 13px 40px; border: 1px solid rgba(11,43,37,.14); border-radius: var(--radius-sm); color: var(--ink-900); background: var(--white); font-size: .88rem; font-weight: 650; }
.equipment-list li::before { position: absolute; left: 16px; width: 9px; height: 9px; border-radius: 50%; content: ""; background: var(--lime-500); box-shadow: 0 0 0 4px rgba(185,223,53,.16); }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scenario { padding: 30px; border-top: 3px solid var(--lime-500); background: var(--white); box-shadow: var(--shadow-sm); }
.scenario p { margin-top: 15px; color: var(--ink-600); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: var(--ink-700); }
.check-list li::before { position: absolute; top: .22em; left: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; content: "\2713"; color: var(--forest-950); background: var(--lime-500); font-size: .7rem; font-weight: 900; }

.comparison { width: 100%; margin-top: 34px; border-collapse: collapse; border-spacing: 0; background: var(--white); }
.comparison th, .comparison td { padding: 18px 20px; border: 1px solid var(--ivory-200); text-align: left; vertical-align: top; }
.comparison th { color: var(--white); background: var(--forest-900); }
.comparison td:first-child { width: 28%; color: var(--ink-900); font-weight: 750; }
.comparison td { color: var(--ink-700); }

.faq { border-top: 1px solid var(--sage-300); }
.faq details { border-bottom: 1px solid var(--sage-300); }
.faq summary { position: relative; padding: 26px 54px 26px 0; color: var(--ink-900); font-size: 1.06rem; font-weight: 750; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 50%; right: 4px; width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--sage-300); border-radius: 50%; content: "+"; color: var(--forest-700); transform: translateY(-50%); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { max-width: 850px; padding: 0 50px 26px 0; color: var(--ink-700); }

.cta-band { padding-block: clamp(62px, 7vw, 96px); color: var(--white); background: var(--forest-900); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; }
.cta-inner h2 { max-width: 760px; font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.1rem); font-weight: 600; line-height: 1.02; }
.cta-inner p { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.76); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.notice { padding: 20px 22px; border-left: 4px solid var(--lime-500); background: var(--sage-100); color: var(--ink-700); }
.notice strong { color: var(--ink-900); }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.contact-card { padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(11,43,37,.15); border-radius: var(--radius-md); background: var(--white); }
.contact-card .contact-label { display: block; margin-bottom: 15px; color: var(--forest-700); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { font-size: clamp(1rem, 1.6vw, 1.22rem); font-weight: 750; }
.contact-card p { margin-top: 14px; color: var(--ink-600); }

.pagination-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.site-footer { color: rgba(255,255,255,.78); background: var(--forest-950); }
.footer-main { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: clamp(28px, 5vw, 64px); padding-block: 72px; }
.footer-brand img { width: 156px; height: 108px; padding: 10px; object-fit: contain; background: var(--white); }
.footer-brand p { max-width: 360px; margin-top: 20px; }
.footer-column h2 { color: var(--white); font-family: var(--sans); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-column ul { margin: 18px 0 0; padding: 0; list-style: none; }
.footer-column li + li { margin-top: 9px; }
.footer-column a { color: rgba(255,255,255,.8); font-size: .86rem; text-decoration: none; }
.footer-column a:hover { color: var(--lime-400); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px 32px; border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
.footer-bottom p { max-width: 920px; margin: 0; }
.footer-bottom a { color: var(--white); }
.mobile-action-bar { display: none; }

@media (max-width: 1160px) {
  .primary-nav { display: none; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .header-actions { justify-self: end; }
  .menu-toggle { display: inline-flex; }
  .header-actions .desktop-apply { display: none; }
  .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1.3fr repeat(2, 1fr); }
}

@media (max-width: 920px) {
  html { scroll-padding-top: 104px; }
  .utility-bar { display: none; }
  .header-inner { min-height: 86px; }
  .brand img { width: 105px; height: 73px; }
  .home-hero-grid, .detail-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .home-hero-copy, .detail-hero-copy { padding: 68px var(--gutter); }
  .home-hero-media, .detail-hero-media { min-height: 480px; clip-path: none; }
  .support-grid { grid-template-columns: 1fr; }
  .support-item { min-height: 72px; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .support-item:first-child { border-top: 0; }
  .card-grid, .image-card-grid, .scenario-grid, .contact-grid, .related-links { grid-template-columns: repeat(2, 1fr); }
  .card-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .industry-grid .image-card { grid-column: span 6 !important; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--sage-300); }
  .process-step:nth-child(4) { border-top: 1px solid var(--sage-300); }
  .split-panel { grid-template-columns: 1fr; }
  .split-panel-media { min-height: 420px; order: -1; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .equipment-list { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --gutter: 20px; }
  body { padding-bottom: 70px; font-size: 16px; }
  .section { padding-block: 68px; }
  .header-actions .btn { display: none; }
  .home-hero-copy, .detail-hero-copy { padding-block: 56px; }
  .home-hero-media, .detail-hero-media { min-height: 330px; }
  .media-label { right: 16px; bottom: 16px; left: 16px; }
  .button-row { flex-direction: column; }
  .button-row .btn { width: 100%; }
  .section-head { align-items: start; flex-direction: column; }
  .card-grid, .card-grid.cols-2, .card-grid.cols-4, .image-card-grid, .scenario-grid, .contact-grid, .related-links, .pagination-links { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid .image-card { grid-column: auto !important; }
  .image-card, .industry-grid .image-card { min-height: 330px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:nth-child(2), .process-step:nth-child(3), .process-step:nth-child(4) { border-top: 1px solid var(--sage-300); border-left: 0; }
  .process-step:first-child { border-top: 0; }
  .sidebar { grid-template-columns: 1fr; }
  .equipment-list, .check-list { grid-template-columns: 1fr; }
  .comparison { display: block; overflow-x: auto; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr; padding-block: 56px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-panel { grid-template-columns: 1fr; }
  .mobile-backdrop { display: none; }
  .mobile-drawer { width: 100%; }
  .mobile-action-bar { position: fixed; z-index: 95; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(11,43,37,.15); background: rgba(251,250,246,.97); box-shadow: 0 -10px 30px rgba(7,31,26,.12); backdrop-filter: blur(12px); }
  .mobile-action-bar .btn { min-height: 48px; padding: 10px 14px; }
}

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

@media print {
  .utility-bar, .site-header, .mobile-action-bar, .cta-band, .site-footer { display: none !important; }
  body { color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
}
