:root {
  --ink: #151b1c;
  --ink-soft: #46504f;
  --paper: #f4f3ee;
  --white: #ffffff;
  --line: #d8d9d2;
  --green: #173d33;
  --green-deep: #102b25;
  --lime: #c9e84a;
  --orange: #ef603b;
  --mist: #e7ece7;
  --radius: 6px;
  --shadow: 0 18px 50px rgba(21, 27, 28, 0.12);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
body.modal-open, body.lightbox-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
h1, h2, h3 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  line-height: 0.98;
  letter-spacing: 0;
}
h1 { font-size: 5.2rem; margin-bottom: 24px; }
h2 { font-size: 3.6rem; margin-bottom: 22px; }
h3 { font-size: 1.45rem; margin-bottom: 10px; }
p { color: var(--ink-soft); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.section { padding: 108px 0; }
.hidden-field { display: none; }

.supply-strip {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  padding: 6px 24px;
  color: var(--white);
  background: var(--green-deep);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.supply-strip span + span::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 44px 2px 0; border-radius: 50%; background: var(--lime); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 34px;
  left: 0;
  width: 100%;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.site-header-solid { position: relative; top: 0; color: var(--ink); background: var(--white); border-bottom-color: var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--green-deep);
  background: var(--lime);
  border-radius: 4px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.45rem; }
.brand small { margin-top: 4px; font-size: 0.58rem; font-weight: 700; }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.primary-nav a { font-size: 0.83rem; font-weight: 700; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--lime); }
.site-header-solid .primary-nav a:hover, .site-header-solid .primary-nav a[aria-current="page"] { color: var(--green); }
.icon-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 4px;
  color: inherit;
  background: transparent;
}
.icon-button svg { width: 21px; height: 21px; }
.menu-toggle { display: none; margin-left: auto; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg, .text-action svg, .download-link svg { width: 17px; height: 17px; flex: 0 0 auto; }
.button-small { min-height: 42px; padding: 10px 16px; }
.button-accent { color: var(--green-deep); background: var(--lime); border-color: var(--lime); }
.button-accent:hover { background: #d8f064; }
.button-dark { color: var(--white); background: var(--green); border-color: var(--green); }
.button-dark:hover { background: var(--green-deep); }
.button-outline-light { color: var(--white); background: rgba(16, 43, 37, 0.2); border-color: rgba(255, 255, 255, 0.72); }
.header-quote { color: var(--green-deep); background: var(--lime); border-color: var(--lime); }

.hero-video {
  position: relative;
  min-height: 760px;
  height: 84vh;
  max-height: 900px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--green-deep);
}
.hero-video-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-video-overlay { position: absolute; inset: 0; background: rgba(8, 18, 15, 0.5); }
.hero-content { position: relative; z-index: 2; padding-bottom: 72px; }
.hero-kicker, .eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-kicker { color: var(--lime); }
.hero-kicker span { width: 34px; height: 2px; background: var(--lime); }
.eyebrow-light { color: var(--lime); }
.hero-content h1 { max-width: 850px; margin-bottom: 18px; }
.hero-content > p { max-width: 700px; margin-bottom: 30px; color: rgba(255, 255, 255, 0.88); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 46px; }
.hero-facts { display: flex; gap: 0; margin: 0; }
.hero-facts div { min-width: 170px; padding: 0 32px; border-left: 1px solid rgba(255, 255, 255, 0.35); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { font-family: "Barlow Condensed", Arial, sans-serif; font-size: 2.2rem; font-weight: 800; line-height: 1; }
.hero-facts dd { margin: 5px 0 0; color: rgba(255, 255, 255, 0.72); font-size: 0.75rem; }
.hero-scroll { position: absolute; right: 30px; bottom: 30px; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.hero-scroll svg { width: 20px; }

.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 90px; align-items: end; }
.split-heading h2 { max-width: 720px; margin-bottom: 0; }
.split-heading > p { max-width: 480px; margin-bottom: 6px; }
.compact-heading { margin-bottom: 38px; }
.centered-heading { max-width: 800px; margin: 0 auto 60px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading > p:last-child { max-width: 660px; margin: 0 auto; }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.category-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color 180ms ease, box-shadow 180ms ease; }
.category-card:hover { border-color: #b9beb7; box-shadow: 0 12px 30px rgba(21, 27, 28, 0.09); }
.category-card-media { aspect-ratio: 1; overflow: hidden; padding: 8px; background: #f1f2ee; }
.category-card img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.category-card-body { flex: 1; padding: 18px; }
.category-card h3 { margin-bottom: 6px; }
.category-card p { margin-bottom: 14px; font-size: 0.78rem; line-height: 1.5; }
.category-card-meta { display: flex; justify-content: space-between; align-items: center; color: var(--green); font-size: 0.72rem; font-weight: 800; }
.category-card-meta svg { width: 16px; height: 16px; }
.product-line-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-line-card { min-width: 0; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.product-line-card:hover { transform: translateY(-4px); border-color: var(--green); box-shadow: var(--shadow); }
.product-line-art { min-height: 340px; display: grid; place-items: center; padding: 18px; background: #e9ece6; }
.product-line-art img { width: 100%; height: 100%; object-fit: contain; }
.product-line-body { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.product-line-body .eyebrow { margin-bottom: 12px; }
.product-line-body h3 { margin-bottom: 14px; font-size: 2rem; }
.product-line-body > p:not(.eyebrow) { margin-bottom: 28px; font-size: .83rem; }
.product-line-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--green); font-size: .74rem; font-weight: 800; }
.product-line-meta span { display: inline-flex; align-items: center; gap: 6px; }
.product-line-meta svg { width: 16px; }
.product-line-fly .product-line-art { background: #e2ebe5; }
.section-action { margin-top: 30px; text-align: right; }
.text-action { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 0.82rem; font-weight: 800; border-bottom: 1px solid currentColor; }

.buyer-band { padding: 96px 0; color: var(--white); background: var(--green); }
.buyer-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 90px; align-items: start; }
.buyer-intro h2 { margin-bottom: 24px; }
.buyer-intro p:last-child { color: rgba(255,255,255,.72); }
.buyer-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.22); border-left: 1px solid rgba(255,255,255,.22); }
.buyer-points article { min-height: 210px; padding: 28px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.buyer-points svg { width: 26px; height: 26px; margin-bottom: 28px; color: var(--lime); }
.buyer-points h3 { color: var(--white); }
.buyer-points p { margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 0.8rem; }

.fly-feature { background: var(--white); }
.fly-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 96px; align-items: center; }
.fly-image-stack { position: relative; min-height: 590px; }
.fly-image-stack img { position: absolute; width: 76%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.fly-image-stack img:first-child { left: 0; top: 0; }
.fly-image-stack img:last-child { right: 0; bottom: 0; width: 53%; border: 10px solid var(--white); }
.fly-copy > p:not(.eyebrow) { max-width: 580px; }
.check-list { display: grid; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-size: 0.83rem; font-weight: 700; }
.check-list svg { width: 18px; height: 18px; color: var(--orange); }
.inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }

.featured-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.product-card:hover { transform: translateY(-3px); border-color: #b9beb7; box-shadow: 0 14px 34px rgba(21, 27, 28, 0.1); }
.product-card-media { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; padding: 0; color: var(--ink); background: #f0f1ed; border: 0; cursor: zoom-in; }
.product-card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 220ms ease; }
.product-card:hover .product-card-media img { transform: scale(1.018); }
.product-sku { position: absolute; left: 10px; top: 10px; padding: 5px 8px; color: var(--white); background: rgba(16,43,37,.88); border-radius: 3px; font-size: 0.64rem; font-weight: 800; }
.fly-badge { position: absolute; right: 10px; top: 10px; padding: 5px 8px; color: var(--green-deep); background: var(--lime); border-radius: 3px; font-size: 0.62rem; font-weight: 800; }
.image-count { position: absolute; left: 10px; bottom: 10px; min-height: 28px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; color: var(--white); background: rgba(16,43,37,.82); border-radius: 3px; font-size: 0.62rem; font-weight: 800; }
.image-count svg, .media-action svg { width: 14px; height: 14px; }
.media-action { position: absolute; right: 10px; bottom: 10px; min-height: 30px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; color: var(--green-deep); background: rgba(255,255,255,.94); border-radius: 3px; box-shadow: 0 4px 16px rgba(16,43,37,.12); font-size: 0.66rem; font-weight: 800; transform: translateY(4px); opacity: 0; transition: transform 180ms ease, opacity 180ms ease; }
.product-card:hover .media-action, .product-card-media:focus-visible .media-action { transform: translateY(0); opacity: 1; }
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.product-category { margin-bottom: 7px; color: var(--orange); font-size: 0.64rem; font-weight: 800; text-transform: uppercase; }
.product-card h3 { min-height: 2.8rem; margin-bottom: 10px; font-size: 1.3rem; }
.spec-list { display: flex; flex-wrap: wrap; gap: 5px; min-height: 25px; margin-bottom: 16px; }
.spec-list span { padding: 3px 6px; color: var(--ink-soft); background: var(--mist); border-radius: 3px; font-size: 0.64rem; }
.product-card-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: auto; }
.card-link, .card-icon-button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 4px; background: transparent; font-size: 0.72rem; font-weight: 800; }
.card-link { color: var(--white); background: var(--green); border-color: var(--green); }
.card-icon-button { width: 42px; color: var(--green); }
.card-link svg, .card-icon-button svg { width: 15px; height: 15px; }

.oem-section { background: #dfe8dd; }
.oem-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 100px; align-items: center; }
.oem-copy p:not(.eyebrow) { max-width: 520px; margin-bottom: 30px; }
.customization-list { border-top: 1px solid rgba(21,27,28,.28); }
.customization-list article { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 23px 0; border-bottom: 1px solid rgba(21,27,28,.28); }
.customization-list article > span { color: var(--orange); font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.25rem; font-weight: 800; }
.customization-list h3 { margin-bottom: 6px; }
.customization-list p { margin-bottom: 0; font-size: 0.8rem; }

.process-section { background: var(--white); }
.process-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; counter-reset: process; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-steps li { min-height: 255px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-steps span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 45px; color: var(--green-deep); background: var(--lime); border-radius: 50%; font-weight: 800; }
.process-steps p { margin-bottom: 0; font-size: 0.79rem; }

.rfq-section { color: var(--white); background: var(--green-deep); }
.rfq-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; align-items: start; }
.rfq-copy { position: sticky; top: 30px; }
.rfq-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.rfq-contact { margin: 36px 0 20px; display: flex; flex-direction: column; gap: 5px; }
.rfq-contact span { color: rgba(255,255,255,.54); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.rfq-contact a { color: var(--lime); font-weight: 700; overflow-wrap: anywhere; }
.download-link { display: inline-flex; align-items: center; gap: 9px; color: var(--white); font-size: 0.8rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); }
.rfq-form { padding: 36px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rfq-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 0.72rem; font-weight: 800; }
.rfq-form input, .rfq-form select, .rfq-form textarea {
  width: 100%;
  min-width: 0;
  padding: 12px 13px;
  color: var(--ink);
  background: #f8f8f5;
  border: 1px solid #cfd2cc;
  border-radius: 3px;
  outline: none;
}
.rfq-form input, .rfq-form select { min-height: 46px; }
.rfq-form input:focus, .rfq-form select:focus, .rfq-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,61,51,.12); }
.selected-product-note { margin: 0 0 16px; padding: 11px 13px; color: var(--green-deep); background: var(--mist); border-left: 3px solid var(--lime); font-size: 0.76rem; font-weight: 700; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; text-align: center; font-size: 0.67rem; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: "Barlow Condensed", Arial, sans-serif; font-size: 1.3rem; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 19px; height: 19px; flex: 0 0 auto; transition: transform 160ms ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding-bottom: 22px; margin-bottom: 0; font-size: 0.82rem; }

.site-footer { padding: 72px 0 26px; color: var(--white); background: #101717; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 0.7fr); gap: 70px; padding-bottom: 56px; }
.brand-light { color: var(--white); }
.footer-grid > div:first-child p { max-width: 280px; margin-top: 22px; color: rgba(255,255,255,.6); font-size: 0.78rem; }
.footer-grid h3 { margin-bottom: 18px; font-size: 1.05rem; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > div:not(:first-child) a { margin: 5px 0; color: rgba(255,255,255,.65); font-size: 0.76rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.52); font-size: 0.68rem; }
.compact-footer { padding-top: 26px; }
.compact-footer .footer-bottom span:last-child { display: flex; gap: 18px; }

.mobile-quote-bar { display: none; }

/* Catalog */
.catalog-hero { padding: 72px 0 64px; color: var(--white); background: var(--green); }
.catalog-hero-grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 72px; align-items: end; }
.catalog-hero h1 { max-width: 750px; margin-bottom: 18px; font-size: 4.15rem; }
.catalog-hero p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.catalog-hero-meta { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.catalog-hero-meta div, .catalog-hero-meta a { min-height: 110px; padding: 19px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.catalog-hero-meta div { display: flex; flex-direction: column; justify-content: center; }
.catalog-hero-meta strong { font-family: "Barlow Condensed", Arial, sans-serif; font-size: 2.4rem; line-height: 1; }
.catalog-hero-meta span { color: rgba(255,255,255,.65); font-size: 0.7rem; }
.catalog-hero-meta a { grid-column: 1 / -1; min-height: 55px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--green-deep); background: var(--lime); font-size: 0.76rem; font-weight: 800; }
.catalog-hero-meta svg { width: 17px; }
.catalog-section { padding-top: 48px; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) auto; align-items: center; gap: 16px; margin-bottom: 18px; }
.search-field { min-width: 0; min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 16px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; transition: border-color 160ms ease, box-shadow 160ms ease; }
.search-field:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,61,51,.1); }
.search-field svg { width: 19px; color: var(--green); }
.search-field input { flex: 1; min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; }
.catalog-controls { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.select-field { min-height: 52px; display: flex; align-items: center; gap: 8px; padding: 0 12px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.select-field span { color: var(--ink-soft); font-size: 0.65rem; font-weight: 800; text-transform: uppercase; }
.select-field select { min-width: 126px; height: 50px; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 0.74rem; font-weight: 700; }
.category-select-field { display: none; }
.result-count { min-width: 96px; text-align: right; color: var(--ink-soft); font-size: 0.76rem; font-weight: 700; }
.filter-scroller { display: flex; flex-wrap: wrap; gap: 8px; overflow: visible; margin-bottom: 30px; }
.line-switcher { display: flex; gap: 10px; margin-bottom: 14px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.line-switcher button { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; color: var(--ink-soft); background: var(--white); border: 1px solid var(--line); border-radius: 4px; font-size: .74rem; font-weight: 800; }
.line-switcher button.is-active { color: var(--green-deep); background: var(--lime); border-color: var(--lime); }
.line-switcher button span { opacity: .7; }
.catalog-line-note { margin: -12px 0 24px; color: var(--ink-soft); font-size: .78rem; }
.filter-button { flex: 0 0 auto; min-height: 38px; padding: 8px 13px; color: var(--ink-soft); background: rgba(255,255,255,.46); border: 1px solid #bec3bd; border-radius: 4px; font-size: 0.69rem; font-weight: 800; }
.filter-button:hover, .filter-button.is-active { color: var(--white); background: var(--green); border-color: var(--green); }
.filter-button span { margin-left: 3px; opacity: .7; }
.catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.catalog-more { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.catalog-more[hidden] { display: none; }
.catalog-more span { color: var(--ink-soft); font-size: .74rem; font-weight: 700; }
.catalog-empty { max-width: 520px; margin: 70px auto; text-align: center; }
.catalog-empty > svg { width: 44px; height: 44px; margin-bottom: 18px; color: var(--orange); }
.catalog-empty h2 { font-size: 2.4rem; }
.catalog-cta { padding: 78px 0; color: var(--white); background: var(--orange); }
.catalog-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 70px; }
.catalog-cta h2 { margin-bottom: 12px; }
.catalog-cta p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.82); }

/* Product modal */
.product-modal[hidden] { display: none; }
.product-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(5,12,10,.8); backdrop-filter: blur(7px); }
.modal-dialog { position: relative; width: min(1160px, 100%); height: min(760px, calc(100svh - 48px)); max-height: calc(100svh - 48px); overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); background: var(--white); border-radius: var(--radius); box-shadow: 0 30px 90px rgba(5,12,10,.34); }
.modal-close { position: absolute; z-index: 4; right: 14px; top: 14px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 5px 18px rgba(16,43,37,.12); }
.modal-visual { min-width: 0; min-height: 0; height: 100%; max-height: calc(100svh - 48px); overflow: hidden; display: grid; grid-template-rows: minmax(0, 1fr) auto; background: #eef0eb; }
.modal-image-stage { position: relative; min-width: 0; min-height: 0; overflow: hidden; }
.modal-main-image { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0; display: grid; place-items: center; padding: 22px; color: var(--ink); background: #eef0eb; border: 0; cursor: zoom-in; }
.modal-main-image img { width: 100%; height: 100%; max-height: 640px; object-fit: contain; }
.image-zoom-hint { position: absolute; right: 18px; bottom: 18px; min-height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: var(--white); background: rgba(16,43,37,.86); border-radius: 4px; font-size: .7rem; font-weight: 800; }
.image-zoom-hint svg { width: 16px; height: 16px; }
.gallery-nav { position: absolute; z-index: 2; top: 50%; color: var(--green-deep); background: rgba(255,255,255,.94); border-color: rgba(16,43,37,.16); transform: translateY(-50%); }
.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }
.gallery-counter { position: absolute; left: 18px; bottom: 18px; padding: 7px 9px; color: var(--white); background: rgba(16,43,37,.82); border-radius: 3px; font-size: .66rem; font-weight: 800; }
.modal-thumbnails { min-width: 0; display: flex; justify-content: center; gap: 10px; padding: 12px; background: var(--white); border-top: 1px solid var(--line); }
.modal-thumbnail { width: 76px; aspect-ratio: 1; overflow: hidden; padding: 3px; background: #eef0eb; border: 2px solid transparent; border-radius: 4px; }
.modal-thumbnail.is-active { border-color: var(--green); }
.modal-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.modal-content { min-width: 0; max-height: 100%; overflow: auto; padding: 64px 40px 40px; }
.modal-content h2 { font-size: 2.7rem; margin-bottom: 16px; }
.modal-description { font-size: 0.82rem; }
.modal-section { padding: 18px 0; border-top: 1px solid var(--line); }
.modal-section h3 { margin-bottom: 12px; font-size: 1rem; }
.modal-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.modal-tags span { padding: 5px 8px; background: var(--mist); border-radius: 3px; font-size: 0.68rem; }
.modal-content .button { width: 100%; margin-top: 8px; }

.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; z-index: 140; inset: 0; min-width: 0; display: grid; grid-template-columns: 68px minmax(0, 1fr) 68px; align-items: center; gap: 12px; padding: 24px; color: var(--white); background: rgba(5,12,10,.97); }
.image-lightbox figure { min-width: 0; min-height: 0; height: calc(100svh - 48px); display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; margin: 0; }
.image-lightbox figure img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; }
.image-lightbox figcaption { display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.76); font-size: .74rem; }
.lightbox-close { position: absolute; right: 24px; top: 20px; z-index: 2; color: var(--white); background: rgba(255,255,255,.08); }
.lightbox-nav { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.lightbox-original { position: absolute; right: 24px; bottom: 20px; color: var(--white); background: rgba(255,255,255,.08); }

/* Confirmation page */
.confirmation-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: var(--white); background: var(--green); }
.confirmation-content { width: min(620px, 100%); text-align: center; }
.confirmation-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 28px; color: var(--green-deep); background: var(--lime); border-radius: 50%; }
.confirmation-content h1 { font-size: 4rem; }
.confirmation-content p { color: rgba(255,255,255,.72); }
.confirmation-content .button { margin-top: 20px; }

/* Information pages */
.info-page { background: var(--paper); }
.info-header { color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.info-header > .shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.info-header > .shell > a:last-child { color: var(--green); font-size: 0.78rem; font-weight: 800; }
.info-content { max-width: 880px; padding-top: 86px; padding-bottom: 96px; }
.info-content > h1 { font-size: 4.6rem; margin-bottom: 10px; }
.info-updated { margin-bottom: 48px; color: var(--ink-soft); font-size: 0.72rem; }
.info-content section { padding: 28px 0; border-top: 1px solid var(--line); }
.info-content section h2 { font-size: 1.8rem; margin-bottom: 12px; }
.info-content section p { margin-bottom: 0; }
.info-content section a { color: var(--green); font-weight: 700; text-decoration: underline; }
.info-footer { padding: 24px 0; color: rgba(255,255,255,.62); background: var(--green-deep); font-size: 0.7rem; }

@media (max-width: 1080px) {
  h1 { font-size: 4.4rem; }
  h2 { font-size: 3.1rem; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 0.75rem; }
  .header-quote { display: none; }
  .category-grid, .product-grid, .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-line-grid { grid-template-columns: 1fr; }
  .product-line-art { min-height: 280px; }
  .buyer-grid, .fly-grid, .oem-layout, .rfq-layout { gap: 60px; }
  .modal-dialog { grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); }
  .modal-content { padding-left: 30px; padding-right: 30px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 78px 0; }
  h1 { font-size: 3.9rem; }
  h2 { font-size: 2.8rem; }
  .supply-strip { justify-content: flex-start; gap: 20px; overflow: hidden; white-space: nowrap; }
  .supply-strip span:nth-child(3) { display: none; }
  .supply-strip span + span::before { margin-right: 20px; }
  .menu-toggle { display: inline-grid; }
  .primary-nav { position: absolute; top: 78px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .primary-nav a:last-child { border-bottom: 0; }
  .site-header:not(.site-header-solid) .primary-nav a:hover { color: var(--green); }
  .hero-video { min-height: 700px; height: 82svh; max-height: 820px; }
  .hero-content { padding-bottom: 56px; }
  .hero-scroll { display: none; }
  .hero-facts div { min-width: 0; flex: 1; padding: 0 18px; }
  .split-heading, .buyer-grid, .fly-grid, .oem-layout, .rfq-layout, .faq-layout, .catalog-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .category-grid, .product-grid, .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-line-card { grid-template-columns: 1fr; }
  .product-line-art { min-height: 240px; }
  .buyer-points { margin-top: 8px; }
  .fly-image-stack { min-height: 520px; }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rfq-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; }
  .catalog-hero { padding: 74px 0 62px; }
  .catalog-hero h1 { font-size: 4rem; }
  .catalog-hero-meta { max-width: 520px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .catalog-controls { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; justify-content: stretch; }
  .category-select-field { display: flex; }
  .filter-scroller { display: none; }
  .select-field select { width: 100%; min-width: 0; }
  .modal-dialog { height: auto; overflow: auto; grid-template-columns: 1fr; }
  .modal-visual { height: auto; max-height: none; }
  .modal-image-stage { height: min(66vw, 520px); min-height: 390px; }
  .modal-content { max-height: none; overflow: visible; }
  .catalog-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; padding-bottom: 66px; }
  h1 { font-size: 3.25rem; }
  h2 { font-size: 2.45rem; }
  .section { padding: 66px 0; }
  .supply-strip { min-height: 32px; padding-left: 16px; font-size: 0.62rem; }
  .supply-strip span:nth-child(2) { display: none; }
  .site-header { top: 32px; }
  .site-header-solid { top: 0; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 1.25rem; }
  .primary-nav { top: 68px; }
  .hero-video { min-height: 660px; height: 82svh; max-height: 760px; }
  .hero-video-media { object-position: 58% center; }
  .hero-content { padding-bottom: 40px; }
  .hero-content > p { font-size: 0.92rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-bottom: 32px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-facts div { padding: 0 9px; }
  .hero-facts dt { font-size: 1.7rem; }
  .hero-facts dd { font-size: 0.61rem; line-height: 1.35; }
  .category-grid, .product-grid, .catalog-grid { grid-template-columns: 1fr; }
  .product-line-body { padding: 22px; }
  .product-line-body h3 { font-size: 1.8rem; }
  .line-switcher { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .line-switcher button { min-width: 0; justify-content: center; padding-inline: 8px; }
  .category-card { display: grid; grid-template-columns: 118px 1fr; }
  .category-card-media { height: 100%; aspect-ratio: auto; padding: 4px; }
  .category-card-body { padding: 15px; }
  .category-card p { display: none; }
  .buyer-points { grid-template-columns: 1fr; }
  .buyer-points article { min-height: 170px; }
  .fly-image-stack { min-height: 410px; }
  .fly-image-stack img:last-child { border-width: 6px; }
  .product-card { display: grid; grid-template-columns: 132px 1fr; }
  .product-card-media { height: 100%; aspect-ratio: auto; min-height: 176px; }
  .product-card h3 { min-height: 0; font-size: 1.2rem; }
  .product-card-body { padding: 15px; }
  .product-card-actions { min-width: 0; grid-template-columns: minmax(0, 1fr) 38px; gap: 6px; }
  .product-card-actions .card-link { min-width: 0; padding: 0 8px; font-size: .68rem; line-height: 1.2; }
  .product-card-actions .card-icon-button { width: 38px; }
  .media-action { right: 8px; bottom: 8px; width: 30px; min-height: 30px; overflow: hidden; justify-content: center; padding: 0; font-size: 0; transform: none; opacity: 1; }
  .image-count { left: 8px; bottom: 8px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: 210px; }
  .rfq-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .faq-list summary { font-size: 1.16rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .mobile-quote-bar { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 16px; color: var(--white); background: var(--green-deep); border-top: 1px solid rgba(255,255,255,.18); }
  .mobile-quote-bar span { font-size: 0.72rem; font-weight: 700; }
  .catalog-hero { padding: 52px 0 46px; }
  .catalog-hero h1 { font-size: 3rem; }
  .catalog-toolbar { gap: 10px; }
  .catalog-controls { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; }
  .select-field { min-width: 0; display: grid; gap: 0; padding: 6px 10px; }
  .select-field select { height: 28px; }
  .result-count { grid-column: 1 / -1; min-width: 0; padding-top: 4px; text-align: left; }
  .catalog-section { padding-top: 40px; }
  .product-modal { padding: 0; }
  .modal-dialog { width: 100%; height: 100svh; max-height: none; display: block; overflow-x: hidden; overflow-y: auto; border-radius: 0; }
  .modal-visual { height: calc(44svh + 79px); max-height: none; grid-template-rows: 44svh 79px; overflow: hidden; }
  .modal-image-stage { height: auto; min-height: 0; }
  .modal-main-image { padding: 12px; }
  .modal-main-image img { max-height: 44svh; }
  .modal-thumbnails { justify-content: flex-start; overflow: hidden; padding: 9px 12px; }
  .modal-thumbnail { width: 60px; }
  .gallery-prev { left: 8px; }
  .gallery-next { right: 8px; }
  .gallery-counter { left: 12px; bottom: 12px; }
  .image-zoom-hint { right: 12px; bottom: 12px; }
  .modal-content { padding: 34px 18px 28px; }
  .modal-content h2 { font-size: 2.25rem; padding-right: 30px; }
  .image-lightbox { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 4px; padding: 14px 6px; }
  .image-lightbox figure { height: calc(100svh - 28px); }
  .image-lightbox figcaption { padding: 0 48px 0 6px; flex-direction: column; gap: 2px; font-size: .64rem; }
  .lightbox-close { right: 10px; top: 10px; }
  .lightbox-original { right: 10px; bottom: 10px; }
  .info-content { padding-top: 60px; padding-bottom: 70px; }
  .info-content > h1 { font-size: 3.3rem; }
}

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