:root {
  --ink: #182327;
  --ink-soft: #425159;
  --muted: #68767d;
  --line: #d9e0e3;
  --line-strong: #aebbc1;
  --paper: #f4f6f7;
  --surface: #ffffff;
  --surface-soft: #eaf0f2;
  --navy: #132b35;
  --navy-soft: #1c3a46;
  --accent: #0b6675;
  --accent-hover: #084f5b;
  --accent-soft: #dcecef;
  --danger: #a12f2f;
  --success: #286a4b;
  --shadow-sm: 0 10px 28px rgba(24, 35, 39, .08);
  --shadow-lg: 0 28px 70px rgba(24, 35, 39, .14);
  --radius-card: 14px;
  --radius-control: 7px;
  --max-width: 1280px;
  --font-display: "Aptos Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.6 var(--font-body); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, dl, figure { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--font-display); font-weight: 680; letter-spacing: -.035em; }
h1 { max-width: 16ch; margin-bottom: 24px; font-size: clamp(3.15rem, 5vw, 4.75rem); line-height: .99; }
h2 { max-width: 18ch; margin-bottom: 20px; font-size: clamp(2.15rem, 3.4vw, 3.25rem); line-height: 1.04; }
h3 { margin-bottom: 12px; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.12; }

:focus-visible { outline: 3px solid #62aab6; outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-140%); padding: 10px 14px; border-radius: var(--radius-control); background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }

.site-shell { width: 100%; min-height: 100dvh; }
.site-frame { position: relative; width: 100%; min-height: 100dvh; margin: 0 auto; overflow: hidden; background: var(--paper); }

.site-header { position: sticky; top: 0; z-index: 30; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 clamp(24px, 5vw, 72px); border-bottom: 1px solid rgba(174, 187, 193, .7); background: rgba(244, 246, 247, .94); backdrop-filter: blur(16px); }
.wordmark { min-width: 142px; display: inline-flex; align-items: center; color: var(--ink); }
.brand-logo { width: clamp(142px, 12vw, 176px); height: auto; display: block; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { position: relative; min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: 14px; font-weight: 650; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--accent); transition: transform .25s var(--ease); }
.main-nav > a:hover::after, .main-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.main-nav .nav-cta { min-height: 42px; padding: 0 17px; border-radius: var(--radius-control); background: var(--accent); color: #fff; transition: background .2s ease, transform .2s ease; }
.main-nav .nav-cta:hover { background: var(--accent-hover); transform: translateY(-1px); }
.menu-toggle { display: none; min-height: 44px; align-items: center; gap: 10px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); padding: 0 13px; background: var(--surface); cursor: pointer; font-weight: 650; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 16px; height: 1.5px; display: block; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle i { position: relative; }
.menu-toggle i::before, .menu-toggle i::after { content: ""; position: absolute; left: 0; }
.menu-toggle i::before { top: -5px; }
.menu-toggle i::after { top: 5px; }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }

.page { display: none; }
.page.is-active { display: block; }
.section-pad { padding: clamp(68px, 7vw, 96px) clamp(24px, 5vw, 72px); }
.compact-pad { padding-top: 22px; padding-bottom: 22px; }
.section-heading { max-width: 760px; margin-bottom: clamp(38px, 5vw, 64px); }
.section-heading > p:last-child { max-width: 62ch; color: var(--muted); font-size: 18px; }
.eyebrow { margin-bottom: 16px; color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.lead { max-width: 58ch; color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.55; }
.fine-print, .disclaimer { color: var(--muted); font-size: 13px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius-control); padding: 0 20px; cursor: pointer; font-size: 14px; font-weight: 720; line-height: 1; white-space: nowrap; transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 24px rgba(11, 102, 117, .2); }
.button-primary:hover { background: var(--accent-hover); box-shadow: 0 14px 28px rgba(11, 102, 117, .26); }
.button-secondary { border-color: var(--line-strong); background: var(--surface); color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); }
.button-outline { border-color: var(--accent); background: transparent; color: var(--accent); }
.button-outline:hover { border-color: var(--accent-hover); background: var(--accent-soft); color: var(--accent-hover); }
.button-quote { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: 0 10px 24px rgba(19, 43, 53, .16); }
.button-quote:hover { border-color: var(--navy-soft); background: var(--navy-soft); box-shadow: 0 14px 28px rgba(19, 43, 53, .22); }
:is(.product-document-actions, .product-detail-actions) .button-outline { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: 0 10px 24px rgba(19, 43, 53, .16); }
:is(.product-document-actions, .product-detail-actions) .button-outline:hover { border-color: var(--navy-soft); background: var(--navy-soft); color: #fff; box-shadow: 0 14px 28px rgba(19, 43, 53, .22); }
.button-light { background: #f5f8f9; color: var(--navy); }
.button-quiet { border-color: var(--line-strong); background: transparent; color: var(--ink); }
.action-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.text-action { position: relative; border: 0; background: transparent; padding: 5px 0 4px; color: var(--accent); cursor: pointer; font-size: 14px; font-weight: 720; text-align: left; }
.text-action::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; transform: scaleX(.35); transform-origin: left; background: currentColor; transition: transform .22s var(--ease); }
.text-action:hover::after { transform: scaleX(1); }

.home-hero { min-height: min(700px, calc(100dvh - 96px)); display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); gap: clamp(40px, 5vw, 80px); align-items: center; padding-top: clamp(48px, 5vw, 72px); padding-bottom: clamp(56px, 6vw, 88px); }
.home-hero h1 { max-width: 18ch; font-size: clamp(3.45rem, 4.8vw, 4.75rem); line-height: .98; }
.home-title-line { display: block; }
.home-hero .lead { max-width: 58ch; }
.hero-visual { min-height: 500px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(210px, .82fr); gap: 14px; }
.hero-product { position: relative; min-width: 0; min-height: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease; }
.hero-product:hover, .hero-product:focus-within { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: var(--shadow-lg); }
.hero-product-link { position: absolute; inset: 0; z-index: 3; border-radius: inherit; }
.hero-product-link:focus-visible { outline: 3px solid var(--accent); outline-offset: -4px; }
.hero-product img { width: 100%; height: 100%; object-fit: contain; }
.hero-product figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 42px 14px 16px; border-top: 1px solid rgba(217, 224, 227, .85); background: rgba(255, 255, 255, .9); backdrop-filter: blur(12px); }
.hero-product figcaption::after { position: absolute; right: 16px; color: var(--accent); font-size: 14px; content: "↗"; transition: transform .25s var(--ease); }
.hero-product:hover figcaption::after, .hero-product:focus-within figcaption::after { transform: translate(2px, -2px); }
.hero-product figcaption span { color: var(--muted); font-size: 12px; }
.hero-product figcaption strong { font-family: var(--font-display); letter-spacing: -.01em; }
.hero-product-main { background: #e6edef; }
.hero-product-main img { padding: clamp(24px, 3vw, 36px); }
.hero-product-rail { min-width: 0; display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.hero-product-side img, .hero-product-oem img { padding: 20px 20px 54px; background: #fff; }
.hero-product-oem { background: #e9eff1; }
.hero-product-oem img { background: #e9eff1; }
.hero-product-rail figcaption { gap: 8px; padding: 10px 12px; }
.hero-product-rail figcaption span { font-size: 10px; }
.hero-product-rail figcaption strong { font-size: 12px; }

.buyer-strip { max-width: var(--max-width); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; padding: 0 clamp(24px, 5vw, 72px); }
.buyer-strip div { min-height: 102px; display: grid; align-content: center; gap: 5px; border-top: 1px solid var(--line-strong); }
.buyer-strip div + div { padding-left: 32px; border-left: 1px solid var(--line); }
.buyer-strip span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.buyer-strip strong { font-family: var(--font-display); font-size: 18px; }

.product-section { max-width: var(--max-width); margin: 0 auto; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.product-card.is-featured { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); }
.product-image { height: 265px; overflow: hidden; background: #eef2f3; }
.product-image img { width: 100%; height: 100%; padding: 22px; object-fit: contain; transition: transform .45s var(--ease); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-image-dark { min-height: 100%; background: var(--navy); }
.product-image-dark img { padding: 40px; filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .18)); }
.product-body { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.product-card.is-featured .product-body { min-height: 380px; padding: 34px; }
.product-brand { min-height: 28px; display: flex; align-items: center; gap: 11px; margin-bottom: 24px; }
.product-brand img { width: 56px; max-height: 22px; object-fit: contain; object-position: left center; }
.product-brand.dongcheng img { width: 78px; }
.product-brand.freya img { width: 82px; max-height: 28px; }
.product-brand span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-body h3 { margin-bottom: 12px; font-size: 29px; }
.product-body > p { color: var(--muted); }
.product-body > .text-action { margin-top: auto; }
.card-actions { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; margin-top: auto; }
.mini-specs { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 12px 0 26px; }
.mini-specs div { display: grid; gap: 3px; }
.mini-specs dt { color: var(--muted); font-size: 11px; }
.mini-specs dd { margin: 0; font-family: var(--font-display); font-size: 17px; font-weight: 700; }
.product-section-action { display: flex; justify-content: center; margin-top: 34px; }

.products-page { background: var(--paper); }
.products-intro { padding-bottom: 34px; background: var(--navy); color: #f5f8f9; }
.products-heading { max-width: var(--max-width); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 7vw, 100px); align-items: end; margin: 0 auto 52px; }
.products-heading h1 { max-width: 13ch; color: #fff; }
.products-heading .lead { margin: 0; color: #bfd0d5; }
.category-tabs { max-width: var(--max-width); display: flex; flex-wrap: wrap; gap: 8px; margin: 0 auto; }
.category-tab { min-height: 44px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid #46606a; border-radius: var(--radius-control); padding: 0 15px; background: transparent; color: #dce6e9; cursor: pointer; font: inherit; font-size: 13px; font-weight: 680; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.category-tab span { min-width: 20px; border-radius: 20px; padding: 2px 6px; background: rgba(255, 255, 255, .1); font-size: 11px; text-align: center; }
.category-tab:hover { border-color: #a9c1c8; }
.category-tab.is-active { border-color: #fff; background: #f5f8f9; color: var(--navy); }
.category-tab-featured { margin-left: auto; border-color: #6ea7b1; color: #fff; }
.category-tab-oem { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.08); color: #fff; }
.category-tab-oem:hover, .category-tab-oem.is-active { border-color: #92d8d8; background: #dff2f1; color: var(--ink); }
.category-tab:focus-visible, .filter-reset:focus-visible { outline: 3px solid #8ad0dc; outline-offset: 3px; }
.category-note { max-width: var(--max-width); margin: 14px auto 0; color: #afc1c8; font-size: 11px; }
.catalog-section { max-width: var(--max-width); margin: 0 auto; padding-top: 58px; padding-bottom: 100px; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(600px, 1.45fr); gap: 40px; align-items: end; margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid var(--line-strong); }
.catalog-toolbar h2 { margin-bottom: 4px; font-size: clamp(2rem, 4vw, 3.2rem); }
#catalogCount { margin: 0; color: var(--muted); font-size: 13px; }
.catalog-filters { display: grid; grid-template-columns: 1fr; gap: 10px; align-items: end; }
.catalog-filters label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 720; letter-spacing: .04em; text-transform: uppercase; }
.catalog-filters .catalog-search { grid-column: 1 / -1; }
.catalog-filter-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) auto; gap: 10px; align-items: end; }
.catalog-filter-toggle { display: none; min-height: 44px; align-items: center; justify-content: space-between; border: 1px solid var(--line-strong); border-radius: var(--radius-control); padding: 0 14px; background: var(--surface); color: var(--ink); cursor: pointer; font: inherit; font-weight: 720; }
.catalog-filter-toggle span { min-width: 24px; border-radius: 999px; padding: 3px 7px; background: var(--accent-soft); color: var(--accent); font-size: 11px; text-align: center; }
.catalog-filters select, .catalog-filters input { width: 100%; min-height: 44px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); padding: 0 34px 0 11px; background: var(--surface); color: var(--ink); font: inherit; font-size: 13px; text-transform: none; }
.catalog-filters input { padding-right: 12px; }
.catalog-filters input:focus-visible, .catalog-filters select:focus-visible { outline: 3px solid rgba(7, 118, 135, .2); outline-offset: 2px; border-color: var(--accent); }
.filter-reset { min-height: 44px; border: 0; padding: 0 7px; background: transparent; color: var(--accent); cursor: pointer; font: inherit; font-size: 12px; font-weight: 720; white-space: nowrap; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.catalog-card .product-body { min-height: 286px; }
.catalog-card-image { display: block; }
.catalog-card-meta { width: 100%; min-height: 34px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; align-items: center; margin-bottom: 15px; color: var(--muted); font-size: 11px; }
.catalog-card-meta > span:nth-child(2) { overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.catalog-brand { color: var(--accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.market-demand-rank { border: 1px solid #b9c9ce; border-radius: 999px; padding: 4px 7px; color: var(--ink-soft); font-size: 9px; font-weight: 720; letter-spacing: .03em; white-space: nowrap; }
.factory-oem-badge { border: 1px solid #76b8b7; border-radius: 999px; padding: 4px 7px; background: #e6f4f3; color: #075d64; font-size: 9px; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.catalog-card h3 { margin-bottom: 18px; }
.catalog-card h3 a { color: inherit; }
.catalog-interface-panel { width: 100%; display: grid; gap: 8px; margin: -2px 0 18px; padding: 12px; border: 1px solid #b7d5d7; border-radius: var(--radius-control); background: #edf7f7; }
.catalog-interface-label { color: #075d64; font-size: 9px; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.catalog-interface-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.catalog-interface-option { min-width: 0; display: grid; grid-template-columns: 26px minmax(0, 1fr); align-items: center; overflow: hidden; border: 1px solid #8bbfc2; border-radius: calc(var(--radius-control) - 2px); background: #fff; color: var(--ink); }
.catalog-interface-option > strong { height: 100%; display: grid; place-items: center; background: var(--accent); color: #fff; font-family: var(--font-display); font-size: 14px; }
.catalog-interface-option > span { overflow: hidden; padding: 7px 8px; font-size: 10px; font-weight: 740; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.catalog-interface-panel small { color: #49676f; font-size: 10px; line-height: 1.35; }
.catalog-card-specs { width: 100%; display: grid; gap: 0; margin: 0 0 24px; border-top: 1px solid var(--line); }
.catalog-card-specs > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.catalog-card-specs dt { color: var(--muted); font-size: 11px; }
.catalog-card-specs dd { margin: 0; color: var(--ink); font-size: 12px; font-weight: 700; text-align: right; }
.catalog-empty { min-height: 360px; place-content: center; justify-items: center; border: 1px dashed var(--line-strong); border-radius: var(--radius-card); padding: 48px 24px; background: var(--surface); text-align: center; }
.catalog-empty:not([hidden]) { display: grid; }
.catalog-empty > span { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--muted); font-family: var(--font-display); font-size: 20px; }
.catalog-empty h3 { margin-bottom: 8px; }
.catalog-empty p { max-width: 52ch; margin: 0 0 24px; color: var(--muted); }
.catalog-more { display: flex; justify-content: center; margin-top: 34px; }
.catalog-more .button { min-width: 220px; }

.sourcing-section { background: #e8edef; }
.sourcing-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.sourcing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sourcing-panel { min-height: 410px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius-card); padding: clamp(28px, 3vw, 42px); background: var(--surface); }
.sourcing-panel > span { color: var(--accent); font-size: 12px; font-weight: 720; letter-spacing: .09em; text-transform: uppercase; }
.sourcing-panel h3 { max-width: 15ch; margin-top: auto; font-size: clamp(1.8rem, 2.5vw, 2.45rem); }
.sourcing-panel p { max-width: 48ch; color: var(--muted); }
.sourcing-panel .button { margin-top: 18px; }
.sourcing-panel-accent { background: var(--navy); color: #eaf1f3; }
.sourcing-panel-accent h3 { color: #f5f8f9; }
.sourcing-panel-accent p, .sourcing-panel-accent > span { color: #b9c9cf; }
.sourcing-points { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; color: var(--muted); font-size: 14px; list-style: none; }
.sourcing-points li { position: relative; padding-left: 18px; }
.sourcing-points li::before { content: ""; position: absolute; top: .65em; left: 0; width: 7px; height: 1px; background: var(--accent); }

.evidence-section { max-width: var(--max-width); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 7vw, 100px); align-items: center; margin: 0 auto; }
.evidence-copy > p:not(.eyebrow) { max-width: 50ch; color: var(--muted); font-size: 17px; }
.plain-checks { display: grid; gap: 0; margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line-strong); list-style: none; }
.plain-checks li { position: relative; padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.plain-checks li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.evidence-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.evidence-gallery figure { position: relative; min-height: 210px; margin: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--surface); }
.evidence-gallery .evidence-large { grid-row: 1 / 3; min-height: 520px; }
.evidence-gallery img { width: 100%; height: 100%; object-fit: cover; }
.evidence-gallery figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; display: grid; padding: 11px 13px; border-radius: var(--radius-control); background: rgba(19, 43, 53, .88); color: #fff; backdrop-filter: blur(10px); }
.evidence-gallery figcaption strong { font-size: 13px; }
.evidence-gallery figcaption span { color: #c8d4d8; font-size: 11px; }

.capability-section { background: var(--surface); }
.capability-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.capability-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-strong); }
.capability-list article { min-height: 190px; display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 30px 28px 30px 0; border-bottom: 1px solid var(--line); }
.capability-list article:nth-child(odd) { padding-right: 42px; border-right: 1px solid var(--line); }
.capability-list article:nth-child(even) { padding-left: 42px; }
.capability-list > article > span { color: var(--accent); font-size: 12px; font-weight: 760; }
.capability-list h3 { font-size: 23px; }
.capability-list p { max-width: 48ch; margin: 0; color: var(--muted); }

.inquiry-process { background: var(--navy); color: #d9e5e8; }
.inquiry-process > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.inquiry-process h2 { color: #f4f8f9; }
.inquiry-process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid #45606a; list-style: none; }
.inquiry-process-list li { min-height: 240px; display: flex; flex-direction: column; padding: 24px 26px; border-right: 1px solid #38525c; }
.inquiry-process-list li:last-child { border-right: 0; }
.inquiry-process-list span { color: #8fb2bb; font-size: 11px; font-weight: 740; letter-spacing: .08em; }
.inquiry-process-list strong { margin-top: auto; color: #fff; font-family: var(--font-display); font-size: 22px; }
.inquiry-process-list p { margin: 12px 0 0; color: #aec0c6; font-size: 14px; }

.warranty-section { max-width: var(--max-width); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 110px); align-items: start; margin: 0 auto; }
.warranty-heading > p:last-child { max-width: 52ch; color: var(--muted); }
.warranty-metrics { margin: 0; border-top: 1px solid var(--line-strong); }
.warranty-metrics div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.warranty-metrics dt { color: var(--muted); }
.warranty-metrics dd { margin: 0; font-family: var(--font-display); font-size: clamp(1.25rem, 2.2vw, 1.85rem); font-weight: 680; line-height: 1.2; }

.resources-preview { background: #e8edef; }
.resources-preview > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.resources-preview-heading { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(36px, 7vw, 100px); align-items: end; margin-bottom: 42px; }
.resources-preview-heading h2 { margin-bottom: 0; }
.resources-preview-heading > p { max-width: 56ch; margin: 0; color: var(--muted); font-size: 17px; }
.resources-preview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; margin-bottom: 30px; }
.resource-preview-featured { min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--radius-card); padding: clamp(28px, 4vw, 48px); background: var(--navy); color: #c4d2d7; }
.resource-preview-featured > span, .resource-preview-list article > span { margin-bottom: 18px; color: #83b7c1; font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.resource-preview-featured h3 { max-width: 15ch; color: #fff; font-size: clamp(2.1rem, 3.5vw, 3.3rem); }
.resource-preview-featured p { max-width: 48ch; }
.resource-preview-featured .text-action { width: fit-content; margin-top: 22px; color: #fff; }
.resource-preview-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.resource-preview-list article { min-height: 210px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-card); padding: 26px; background: var(--surface); }
.resource-preview-list article > span { margin-bottom: 12px; color: var(--accent); }
.resource-preview-list h3 { margin-bottom: 20px; font-size: 21px; }
.resource-preview-list .text-action { width: fit-content; margin-top: auto; }

.final-cta { max-width: calc(var(--max-width) - 144px); display: flex; align-items: center; justify-content: space-between; gap: 48px; margin: 0 auto 96px; border-radius: var(--radius-card); background: var(--navy); color: #dce8eb; }
.final-cta h2 { color: #f5f8f9; }
.final-cta > div > p:last-child { max-width: 58ch; margin-bottom: 0; color: #b8c8ce; }

.breadcrumbs { max-width: var(--max-width); display: flex; gap: 10px; margin: 0 auto; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--accent); font-weight: 700; }
.product-hero { max-width: var(--max-width); min-height: 660px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(48px, 7vw, 100px); align-items: center; margin: 0 auto; }
.product-gallery { position: relative; min-height: 560px; }
.gallery-main { position: absolute; inset: 0 13% 8% 0; display: grid; place-items: center; overflow: hidden; border-radius: var(--radius-card); background: #e6edef; }
.gallery-main img { width: 100%; height: 100%; padding: 48px; object-fit: contain; }
.gallery-detail { position: absolute; right: 0; bottom: 0; width: 34%; height: 39%; overflow: hidden; border: 8px solid var(--paper); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-sm); }
.gallery-detail img { width: 100%; height: 100%; object-fit: cover; }
.gallery-detail figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 9px; background: rgba(19, 43, 53, .86); color: #fff; font-size: 11px; }
.product-gallery.has-no-evidence .gallery-main { inset: 0; }
.product-summary h1 { font-size: clamp(3rem, 5vw, 4.9rem); }
.product-brand-large img { width: 74px; max-height: 28px; }
.hero-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 32px 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--line); }
.hero-specs div { min-height: 98px; display: grid; align-content: space-between; gap: 8px; padding: 16px; background: var(--surface); }
.hero-specs dt { color: var(--muted); font-size: 11px; }
.hero-specs dd { margin: 0; font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.product-summary .text-action { display: block; margin-top: 16px; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

.application-section { background: var(--surface); }
.application-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.application-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; border-top: 1px solid var(--line-strong); }
.application-grid article { min-height: 245px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.application-grid article:first-child { padding-left: 0; }
.application-grid article:last-child { border-right: 0; padding-right: 0; }
.application-grid span { color: var(--accent); font-size: 11px; font-weight: 720; text-transform: uppercase; }
.application-grid h3 { margin-top: 52px; }
.application-grid p { color: var(--muted); }

.specifications-section { background: #e8edef; }
.specifications-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.spec-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; }
.spec-group { padding: 28px; border-radius: var(--radius-card); background: var(--surface); }
.spec-group h3 { margin-bottom: 28px; color: var(--accent); font-size: 19px; }
.spec-group > div { display: grid; gap: 4px; padding: 15px 0; border-top: 1px solid var(--line); }
.spec-group dt { color: var(--muted); font-size: 12px; }
.spec-group dd { margin: 0; font-weight: 680; }

.package-section { max-width: var(--max-width); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 8vw, 110px); margin: 0 auto; }
.package-section > article:first-child > p:not(.eyebrow) { max-width: 65ch; color: var(--muted); }
.package-contents { margin: 26px 0 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.package-contents h3 { margin: 0 0 15px; font-size: .86rem; letter-spacing: .09em; text-transform: uppercase; }
.package-contents ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 0; padding: 0; list-style: none; }
.package-contents li { position: relative; padding-left: 23px; color: var(--ink); font-size: .93rem; line-height: 1.45; }
.package-contents li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 800; }
.product-warranty { align-self: start; padding: 34px; border-radius: var(--radius-card); background: var(--navy); color: #d9e5e8; }
.product-warranty h3 { color: #fff; }
.product-warranty dl { margin: 24px 0; }
.product-warranty dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid #3a5560; }
.product-warranty dd { margin: 0; color: #fff; font-weight: 720; }
.product-warranty p { margin-bottom: 0; color: #b8c8ce; }
.related-products { max-width: var(--max-width); margin: 0 auto; }
.related-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.related-product-card { min-height: 240px; display: grid; grid-template-columns: minmax(160px, .8fr) 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.related-product-card:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.related-product-card > img { width: 100%; height: 100%; min-height: 240px; padding: 22px; object-fit: contain; background: #e6edef; }
.related-product-card > div { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 28px; }
.related-product-card span { color: var(--muted); font-size: 12px; }
.related-product-card h3 { margin: 0; font-size: 24px; }
.related-product-card .card-actions { margin-top: 14px; }
.model-cta { max-width: calc(var(--max-width) - 144px); display: flex; align-items: center; justify-content: space-between; gap: 42px; margin: 0 auto 96px; border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-sm); }
.model-cta > div p:last-child { max-width: 62ch; color: var(--muted); }

.oem-hero { min-height: 650px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 110px); align-items: center; background: #e8edef; }
.oem-hero > * { max-width: 640px; }
.oem-hero-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 22px; }
.oem-hero-facts span { min-height: 36px; display: inline-flex; align-items: center; border: 1px solid #aebfc5; border-radius: 999px; padding: 0 13px; background: rgba(255,255,255,.55); color: var(--ink-soft); font-size: 11px; font-weight: 720; }
.factory-evidence-section { border-top: 1px solid var(--line); background: var(--paper); }
.factory-evidence-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: clamp(32px, 7vw, 96px); align-items: end; margin-bottom: clamp(34px, 5vw, 62px); }
.factory-evidence-heading h2 { max-width: 14ch; }
.factory-evidence-heading > p { max-width: 62ch; margin: 0; color: var(--muted); }
.factory-evidence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 420px 340px; gap: 18px; }
.factory-evidence-card { position: relative; min-height: 0; height: 100%; margin: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--navy); }
.factory-evidence-card:nth-child(1) { grid-column: 1 / span 2; }
.factory-evidence-card:nth-child(2) { grid-column: 3; }
.factory-evidence-card:nth-child(3) { grid-column: 1; }
.factory-evidence-card:nth-child(4) { grid-column: 2 / span 2; }
.factory-evidence-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2, .7, .2, 1); }
.factory-evidence-card:hover img { transform: scale(1.025); }
.factory-evidence-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(7, 24, 31, .88)); pointer-events: none; }
.factory-evidence-card figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: grid; gap: 7px; padding: clamp(22px, 3vw, 36px); color: #fff; }
.factory-evidence-card figcaption span { color: #b8dfe1; font-size: 10px; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.factory-evidence-card figcaption strong { font-size: clamp(1.2rem, 2vw, 1.65rem); }
.factory-evidence-card figcaption p { max-width: 48ch; margin: 0; color: rgba(255,255,255,.78); }
.factory-evidence-note { max-width: 84ch; margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.customer-oem-case { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: clamp(48px, 7vw, 96px); align-items: center; border-top: 1px solid var(--line); background: var(--navy); color: #c4d1d5; }
.customer-oem-case h2 { max-width: 13ch; color: #fff; }
.customer-oem-case-copy > p:not(.eyebrow) { max-width: 62ch; color: #c4d1d5; }
.customer-oem-case-note { padding-left: 16px; border-left: 2px solid #4e8491; font-size: 12px; }
.customer-oem-case-proof { display: grid; gap: 18px; min-width: 0; }
.customer-oem-gallery { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.25fr) minmax(132px, .65fr); grid-template-areas: "featured featured featured" "tool case accessory"; gap: 12px; }
.customer-oem-case-media { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; margin: 0; overflow: hidden; border: 1px solid #405c66; border-radius: var(--radius-card); background: #f5f7f8; }
.customer-oem-case-media-featured { grid-area: featured; aspect-ratio: 25 / 17; }
.customer-oem-case-media-tool { grid-area: tool; }
.customer-oem-case-media-case { grid-area: case; }
.customer-oem-case-media-accessory { grid-area: accessory; }
.customer-oem-case-media:not(.customer-oem-case-media-featured) { min-height: 218px; }
.customer-oem-case-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.customer-oem-case-media-case img, .customer-oem-case-media-accessory img { padding: 14px; background: #f7f8f9; object-fit: contain; }
.customer-oem-case-media-accessory img { padding: 12px 24px; }
.customer-oem-case-media:hover img { transform: scale(1.02); }
.customer-oem-case-media figcaption { display: grid; gap: 4px; min-height: 68px; align-content: center; padding: 12px 14px; border-top: 1px solid var(--line); background: #fff; color: var(--ink); }
.customer-oem-case-media figcaption span { color: var(--teal); font-size: 9px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.customer-oem-case-media figcaption strong { font-size: 11px; line-height: 1.35; }
.customer-oem-deliverables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; overflow: hidden; border: 1px solid #405c66; border-radius: var(--radius-card); background: #405c66; }
.customer-oem-deliverables div { display: grid; align-content: center; gap: 4px; padding: 18px 20px; background: #183640; }
.customer-oem-deliverables dt { color: #82bdc5; font-size: 10px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.customer-oem-deliverables dd { margin: 0; color: #fff; font-weight: 650; }
.oem-sample-video, .product-document-video { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(42px, 6vw, 84px); align-items: center; border-top: 1px solid var(--line); background: #eef3f4; }
.oem-sample-video-copy, .product-document-video-copy { display: grid; justify-items: start; gap: 16px; }
.oem-sample-video-copy h2, .product-document-video-copy h2 { max-width: 15ch; margin: 0; }
.oem-sample-video-copy > p:not(.eyebrow), .product-document-video-copy > p:not(.eyebrow) { max-width: 62ch; margin: 0; }
.sample-video-note { padding-left: 16px; border-left: 2px solid var(--teal); color: var(--muted); font-size: 12px; }
.sample-video-frame { min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: var(--navy); box-shadow: var(--shadow-sm); }
.sample-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #081b22; object-fit: cover; }
.sample-video-frame figcaption { display: grid; gap: 4px; min-height: 68px; align-content: center; padding: 12px 16px; border-top: 1px solid #405c66; background: var(--navy); color: #fff; }
.sample-video-frame figcaption span { color: #82bdc5; font-size: 9px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.sample-video-frame figcaption strong { font-size: 12px; line-height: 1.4; }
.product-document-video { background: var(--paper); }
.oem-products-section { border-top: 1px solid var(--line); background: var(--surface); }
.oem-products-section .section-heading { max-width: 860px; }
.oem-catalog-groups { display: grid; gap: clamp(52px, 7vw, 92px); }
.oem-group-nav { position: sticky; top: 72px; z-index: 12; display: flex; flex-wrap: wrap; gap: 9px; margin: 0 -12px; padding: 14px 12px 18px; border-bottom: 1px solid var(--line-strong); background: rgba(244, 246, 247, .96); backdrop-filter: blur(14px); }
.oem-group-link { min-height: 44px; display: inline-flex; gap: 12px; align-items: center; padding: 0 15px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); background: var(--paper); color: var(--ink); cursor: pointer; font: inherit; font-size: 12px; font-weight: 740; transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease; }
.oem-group-link:hover { border-color: var(--accent); background: #edf7f7; color: var(--accent); transform: translateY(-1px); }
.oem-group-link:focus-visible { outline: 3px solid rgba(7, 118, 135, .22); outline-offset: 3px; border-color: var(--accent); }
.oem-group-link-count { min-width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--navy); color: #fff; font-size: 10px; }
.oem-interface-key { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(24px, 5vw, 64px); align-items: center; padding: 24px; border: 1px solid #9fc6c9; border-radius: var(--radius-card); background: #edf7f7; }
.oem-interface-key .eyebrow { display: block; margin-bottom: 7px; }
.oem-interface-key h3 { margin: 0 0 7px; font-size: clamp(20px, 2.1vw, 28px); }
.oem-interface-key p { max-width: 76ch; margin: 0; color: var(--ink-soft); font-size: 12px; }
.oem-interface-key-options { display: grid; grid-template-columns: repeat(2, minmax(144px, 1fr)); gap: 10px; }
.oem-interface-key-option { min-height: 62px; display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; overflow: hidden; border: 1px solid #8bbfc2; border-radius: var(--radius-control); background: #fff; }
.oem-interface-key-option > strong { height: 100%; display: grid; place-items: center; background: var(--accent); color: #fff; font-family: var(--font-display); font-size: 20px; }
.oem-interface-key-option > span { display: grid; gap: 2px; padding: 9px 11px; }
.oem-interface-key-option b { font-size: 12px; }
.oem-interface-key-option small { color: var(--muted); font-size: 11px; }
.oem-product-group { scroll-margin-top: 96px; }
.oem-product-group-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: clamp(28px, 5vw, 72px); align-items: end; margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line-strong); }
.oem-product-group-header .eyebrow { margin-bottom: 10px; }
.oem-product-group-header h3 { margin: 0; font-family: var(--font-display); font-size: clamp(30px, 4vw, 48px); line-height: .98; letter-spacing: -.045em; }
.oem-product-group-summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 20px; align-items: end; }
.oem-product-group-summary p { margin: 0; color: var(--muted); font-size: 14px; }
.oem-product-group-count { padding-bottom: 2px; color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.oem-group-toggle { grid-column: 1 / -1; width: fit-content; min-height: 42px; margin-top: 5px; }
.oem-catalog-grid .catalog-card { background: var(--paper); }
.oem-path { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: var(--line); }
.oem-path div { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 26px; background: var(--surface); }
.oem-path span { color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.oem-path strong { max-width: 16ch; font-family: var(--font-display); font-size: 22px; line-height: 1.15; }
.oem-levels > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.level-list { border-top: 1px solid var(--line-strong); }
.level-list article { display: grid; grid-template-columns: 1.18fr .82fr; gap: 60px; align-items: center; padding: 36px 0; border-bottom: 1px solid var(--line); }
.level-copy > span { color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.level-copy h3 { margin-top: 8px; font-size: 30px; }
.level-copy p { max-width: 62ch; margin-bottom: 0; color: var(--muted); }
.level-list dl { margin: 0; }
.level-list dl div { display: flex; justify-content: space-between; gap: 22px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.level-list dt { color: var(--muted); }
.level-list dd { margin: 0; font-weight: 720; text-align: right; }
.disclaimer { margin-top: 20px; }

.process-section { background: var(--navy); color: #d9e5e8; }
.process-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.process-section h2 { color: #f4f8f9; }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; border-top: 1px solid #47606a; list-style: none; }
.process-list li { min-height: 255px; padding: 24px 22px; border-right: 1px solid #38525c; }
.process-list li:last-child { border-right: 0; }
.process-list span { color: #8fb2bb; font-size: 11px; font-weight: 740; text-transform: uppercase; }
.process-list strong { display: block; margin-top: 62px; color: #fff; font-family: var(--font-display); font-size: 20px; line-height: 1.2; }
.process-list p { margin: 12px 0 0; color: #aec0c6; font-size: 14px; }

.tooling-section { max-width: var(--max-width); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); margin: 0 auto; }
.tooling-copy p:last-child { color: var(--muted); }
.tooling-checks { margin-top: 0; columns: 2; column-gap: 34px; }
.tooling-checks li { break-inside: avoid; }
.requirements-section { background: #e8edef; }
.requirements-section > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.requirements-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: var(--line); }
.requirements-grid span { min-height: 118px; display: flex; align-items: flex-end; padding: 20px; background: var(--surface); font-weight: 650; }
.requirements-section > .button { margin-top: 28px; }

.rfq-layout { max-width: var(--max-width); min-height: 760px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(46px, 7vw, 96px); align-items: start; margin: 0 auto; }
.rfq-intro { position: sticky; top: 92px; }
.rfq-intro h1 { max-width: 13ch; font-size: clamp(2.8rem, 4.6vw, 4.4rem); }
.rfq-intro > p:not(.eyebrow) { max-width: 48ch; color: var(--muted); font-size: 17px; }
.response-note { display: grid; gap: 4px; margin-top: 28px; padding: 16px; border-left: 3px solid var(--accent); background: var(--accent-soft); }
.response-note span { color: var(--ink-soft); font-size: 13px; }
.contact-card { display: grid; gap: 7px; margin-top: 34px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-style: normal; }
.contact-card span { color: var(--muted); font-size: 11px; font-weight: 720; text-transform: uppercase; }
.contact-card a { width: fit-content; font-weight: 650; text-decoration: underline; text-decoration-color: var(--line-strong); text-underline-offset: 4px; }
.contact-card p { max-width: 38ch; margin: 7px 0 0; color: var(--muted); font-size: 13px; font-style: normal; }
.rfq-card { overflow: visible; border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-sm); }
.step-indicator { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-bottom: 1px solid var(--line); border-radius: calc(var(--radius-card) - 1px) calc(var(--radius-card) - 1px) 0 0; }
.step-tab { min-height: 68px; border: 0; border-right: 1px solid var(--line); background: #edf1f2; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 650; }
.step-tab:last-child { border-right: 0; }
.step-tab span { display: block; margin-bottom: 2px; font-size: 11px; }
.step-tab.is-active { background: var(--navy); color: #fff; }
.step-tab:disabled { cursor: default; }
.form-step { display: none; min-height: 600px; padding: clamp(28px, 5vw, 52px); }
.form-step.is-active { display: block; }
.step-kicker { margin-bottom: 12px; color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.form-step h2 { max-width: 16ch; font-size: clamp(2rem, 3.2vw, 2.75rem); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0; padding: 0; border: 0; }
.choice-grid legend { grid-column: 1 / -1; margin-bottom: 4px; font-weight: 700; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 106px; display: flex; flex-direction: column; padding: 16px; border: 1px solid var(--line); border-radius: var(--radius-control); background: #fff; transition: border .2s ease, background .2s ease, box-shadow .2s ease; }
.choice-grid input:focus-visible + span { outline: 3px solid #62aab6; outline-offset: 2px; }
.choice-grid input:checked + span { border-color: var(--accent); background: var(--accent-soft); box-shadow: inset 0 0 0 1px var(--accent); }
.choice-grid small { margin-top: 6px; color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.inquiry-type-panels { margin-top: 22px; }
.inquiry-type-panel[hidden] { display: none; }
.inquiry-type-panel:not([data-inquiry-panel="Product quote"]) { border-top: 1px solid var(--line-strong); padding-top: 24px; }
.inquiry-panel-heading { margin-bottom: 10px; }
.inquiry-panel-heading > span { display: block; margin-bottom: 5px; color: var(--accent); font-size: 10px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.inquiry-panel-heading h3 { max-width: 24ch; margin-bottom: 0; font-size: 23px; }
.rfq-selection { margin: 24px 0; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--surface-alt); }
.rfq-selection-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.rfq-selection-heading h3 { margin-top: 3px; font-size: 18px; }
.rfq-selection-heading h3 span { display: inline-grid; min-width: 25px; height: 25px; place-items: center; margin-left: 5px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 11px; }
.rfq-selection-empty { padding: 18px; color: var(--muted); font-size: 13px; }
.rfq-selection-list { display: grid; }
.rfq-selection-item { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto auto; align-items: center; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.rfq-selection-item:last-child { border-bottom: 0; }
.rfq-selection-image { width: 64px; height: 64px; border: 1px solid var(--line); border-radius: var(--radius-control); padding: 5px; background: var(--surface-soft); object-fit: contain; }
.rfq-selection-item > div { display: grid; gap: 3px; min-width: 0; }
.rfq-selection-item > div strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.rfq-selection-item > div span { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.rfq-selection-item label { display: flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.rfq-selection-item input { width: 82px; min-height: 38px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); padding: 0 8px; background: var(--surface); color: var(--ink); font: inherit; }
.rfq-remove { border: 0; padding: 7px 0; background: transparent; color: var(--accent); cursor: pointer; font: inherit; font-size: 11px; font-weight: 720; }
.model-picker { position: relative; z-index: 5; }
.model-picker > label { color: var(--ink); font-size: 13px; font-weight: 700; }
.model-picker-control { position: relative; }
.model-picker-control input { padding-right: 50px; }
.model-picker-control button { position: absolute; top: 1px; right: 1px; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-left: 1px solid var(--line); border-radius: 0 calc(var(--radius-control) - 1px) calc(var(--radius-control) - 1px) 0; background: #fff; cursor: pointer; }
.model-picker-control button span { width: 10px; height: 10px; transform: translateY(-2px) rotate(45deg); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transition: transform .2s ease; }
.model-picker.is-open .model-picker-control button span { transform: translateY(3px) rotate(225deg); }
.field-hint { margin: 0; color: var(--muted); font-size: 12px; }
.model-picker-list { position: absolute; z-index: 30; top: calc(100% - 2px); right: 0; left: 0; max-height: 420px; overflow-y: auto; border: 1px solid var(--line-strong); border-radius: var(--radius-card); padding: 7px; background: var(--surface); box-shadow: var(--shadow-lg); scrollbar-width: thin; }
.model-picker-list[hidden] { display: none; }
.model-picker-option { width: 100%; min-height: 78px; display: grid; grid-template-columns: minmax(0, 1fr) auto 62px; gap: 14px; align-items: center; border: 0; border-radius: 9px; padding: 8px 9px 8px 14px; background: transparent; cursor: pointer; text-align: left; }
.model-picker-option:hover, .model-picker-option.is-active { background: var(--surface-soft); }
.model-picker-copy { min-width: 0; display: grid; gap: 3px; }
.model-picker-copy strong, .model-picker-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.model-picker-copy strong { font-size: 15px; }
.model-picker-copy small { color: var(--muted); font-size: 12px; }
.model-picker-status { color: var(--accent); font-size: 10px; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; }
.model-picker-option img { width: 62px; height: 62px; border: 1px solid var(--line); border-radius: 7px; padding: 5px; background: #eef2f3; object-fit: contain; }
.model-picker-empty { margin: 0; padding: 18px; color: var(--muted); font-size: 13px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile-wrap { min-height: 8px; margin-top: 16px; color: var(--muted); font-size: 12px; }
.field { display: grid; gap: 7px; margin: 16px 0; }
.field > span { color: var(--ink); font-size: 13px; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); padding: 12px 13px; background: #fff; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 116px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #748188; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(11, 102, 117, .16); }
.field [aria-invalid="true"] { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(161, 47, 47, .12); }
.field-error { min-height: 17px; color: var(--danger); font-size: 12px; }
.conditional-fields[hidden] { display: none; }
.conditional-fields { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.conditional-fields h3 { margin-bottom: 0; color: var(--accent); font-size: 16px; }
.consent { display: flex; gap: 11px; align-items: flex-start; margin: 24px 0; color: var(--ink-soft); cursor: pointer; font-size: 13px; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--accent); }
.consent a { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.form-error { min-height: 24px; margin: 8px 0 0; color: var(--danger); font-size: 13px; font-weight: 650; }
.form-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 32px; }
.form-actions-end { justify-content: flex-end; }
.success-step { text-align: center; }
.success-mark { width: 66px; height: 66px; display: grid; place-items: center; margin: 16px auto 26px; border: 2px solid var(--success); border-radius: 50%; color: var(--success); font-size: 30px; font-weight: 800; }
.success-step h2, .success-step > p { margin-right: auto; margin-left: auto; }
.success-step > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); }
.submission-reference { display: inline-block; margin-top: 14px; border-radius: 999px; padding: 7px 12px; background: var(--accent-soft); color: var(--accent) !important; font-size: 12px; font-weight: 750; letter-spacing: .04em; }
.rfq-dock-wrap { position: fixed; z-index: 50; right: max(22px, calc((100vw - 1540px) / 2 + 34px)); bottom: 22px; display: grid; justify-items: end; }
.rfq-dock-wrap[hidden] { display: none; }
.rfq-dock-wrap::before { position: absolute; right: 0; bottom: calc(100% - 2px); width: min(370px, calc(100vw - 44px)); height: 18px; content: ""; pointer-events: none; }
.rfq-dock-wrap.is-open::before { pointer-events: auto; }
.rfq-dock { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 0 10px 0 18px; background: var(--navy); color: #fff; box-shadow: 0 12px 32px rgba(9, 28, 35, .22); cursor: pointer; font: inherit; font-size: 13px; font-weight: 720; transition: transform .18s ease, box-shadow .18s ease; }
.rfq-dock-wrap.is-open .rfq-dock { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(9, 28, 35, .28); }
.rfq-dock strong { display: grid; min-width: 29px; height: 29px; place-items: center; border-radius: 999px; background: var(--accent); font-size: 11px; }
.rfq-dock:focus-visible { outline: 3px solid #8ad0dc; outline-offset: 3px; }
.rfq-dock-popover { position: absolute; right: 0; bottom: calc(100% + 12px); width: min(370px, calc(100vw - 44px)); overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: var(--surface); box-shadow: 0 22px 58px rgba(9, 28, 35, .2); opacity: 0; pointer-events: none; transform: translateY(8px) scale(.985); transform-origin: right bottom; transition: opacity .16s ease, transform .16s ease, visibility .16s; visibility: hidden; }
.rfq-dock-wrap.is-open .rfq-dock-popover { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); visibility: visible; }
.rfq-dock-popover::after { position: absolute; right: 28px; bottom: -7px; width: 13px; height: 13px; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: var(--surface); content: ""; transform: rotate(45deg); }
.rfq-dock-popover-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 18px 18px 15px; border-bottom: 1px solid var(--line); }
.rfq-dock-popover-head > div { display: grid; gap: 3px; }
.rfq-dock-popover-head > div span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rfq-dock-popover-head > div strong { font-size: 17px; }
.rfq-dock-popover-head > span { color: var(--muted); font-size: 11px; }
.rfq-dock-popover-head b { color: var(--ink); }
.rfq-dock-close { display: none; width: 42px; height: 42px; place-items: center; border: 0; border-radius: 50%; background: var(--surface-alt); cursor: pointer; }
.rfq-dock-close > span, .rfq-dock-close > span::after { width: 16px; height: 2px; display: block; background: currentColor; content: ""; transform: rotate(45deg); }
.rfq-dock-close > span::after { transform: rotate(90deg); }
.rfq-dock-backdrop { position: fixed; z-index: 49; inset: 0; background: rgba(9, 28, 35, .46); }
.rfq-dock-items { display: grid; max-height: 300px; overflow-y: auto; overscroll-behavior: contain; }
.rfq-dock-item { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 12px; min-height: 76px; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.rfq-dock-item img { width: 54px; height: 54px; border-radius: var(--radius-control); background: var(--surface-alt); object-fit: contain; }
.rfq-dock-item-placeholder { width: 54px; height: 54px; display: block; border-radius: var(--radius-control); background: var(--surface-alt); }
.rfq-dock-item > div { display: grid; gap: 4px; min-width: 0; }
.rfq-dock-item > div strong, .rfq-dock-item > div span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rfq-dock-item > div strong { font-size: 12px; }
.rfq-dock-item > div span { color: var(--muted); font-size: 10px; }
.rfq-dock-remove { border: 0; padding: 8px 4px; background: transparent; color: var(--accent); cursor: pointer; font: inherit; font-size: 10px; font-weight: 750; }
.rfq-dock-remove:hover { text-decoration: underline; text-underline-offset: 3px; }
.rfq-dock-remove:focus-visible, .rfq-dock-review:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.rfq-dock-review { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; border: 0; padding: 0 18px; background: var(--navy); color: #fff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 740; }
.rfq-dock-review span:last-child { color: #8ad0dc; font-size: 18px; transition: transform .18s ease; }
.rfq-dock-review:hover span:last-child { transform: translateX(3px); }
.text-action.add-rfq[aria-pressed="true"] { color: var(--ink-soft); }
.button[aria-pressed="true"] { border-color: var(--navy); background: var(--navy); color: #fff; box-shadow: none; }
.submission-summary { display: grid; gap: 0; margin: 28px 0; padding: 18px; border-radius: var(--radius-control); background: #eef2f3; text-align: left; }
.submission-summary div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 18px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.submission-summary div:last-child { border-bottom: 0; }
.submission-summary dt { color: var(--muted); }
.submission-summary dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.site-footer { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 44px; align-items: start; background: #10191d; color: #d7e0e3; }
.footer-brand { display: grid; gap: 5px; }
.footer-brand-lockup { display: flex; align-items: center; gap: 12px; }
.footer-brand-lockup > div { display: grid; gap: 4px; }
.footer-brand-mark { width: 48px; height: 48px; display: block; flex: 0 0 auto; border: 1px solid rgba(133, 201, 213, .34); border-radius: 13px; box-shadow: 0 10px 24px rgba(0, 0, 0, .2); }
.footer-brand strong { color: #fff; font-family: var(--font-display); font-size: 22px; letter-spacing: .14em; }
.footer-brand span { color: #bcc9cd; font-size: 13px; }
.footer-brand p { max-width: 48ch; margin: 12px 0 0; color: #93a4aa; font-size: 13px; }
.site-footer nav, .site-footer address { display: grid; gap: 10px; font-style: normal; }
.site-footer a { width: fit-content; color: #e9eff1; font-size: 13px; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer address span { margin-top: 5px; color: #93a4aa; font-size: 12px; }
.footer-legal { grid-column: 1 / -1; margin: 18px 0 0; padding-top: 18px; border-top: 1px solid #314148; color: #899aa0; font-size: 11px; }

.private-label-badge { width: fit-content; display: inline-flex; align-items: center; min-height: 30px; margin-bottom: 18px; padding: 0 11px; border: 1px solid #99b7bd; border-radius: 999px; color: var(--accent); background: #f4fbfc; font-size: 11px; font-weight: 760; letter-spacing: .06em; text-transform: uppercase; }

.product-document, .legal-document, .resource-document { background: var(--paper); }
.product-document .resource-site, .legal-document .resource-site, .resource-document .resource-site { min-height: 100dvh; background: var(--paper); }
.document-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 0; padding: 20px clamp(24px, 5vw, 72px); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.document-breadcrumbs a { color: var(--accent); font-weight: 700; }
.product-document-hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.product-document-media { min-height: 520px; display: grid; grid-template-rows: minmax(0, 1fr) auto; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface-soft); box-shadow: 0 18px 48px rgba(24, 35, 39, .08); }
.product-document-media > .gallery-viewport { min-height: 0; }
.product-document-media img { object-fit: contain; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
:is(.product-document-media, .product-gallery)[data-gallery] { position: relative; overflow: visible; }
.product-gallery[data-gallery] { min-height: 590px; }
.gallery-viewport { position: relative; width: 100%; height: 460px; min-height: 0; overflow: hidden; border-radius: var(--radius-card) var(--radius-card) 0 0; background: var(--surface-soft); }
.gallery-stage { width: 100%; height: 100%; display: grid; place-items: center; border: 0; padding: 0; background: transparent; cursor: zoom-in; touch-action: pan-y pinch-zoom; }
.gallery-stage picture { width: 100%; height: 100%; display: block; }
.gallery-stage img { width: 100%; height: 100%; display: block; padding: clamp(26px, 4vw, 52px); object-fit: contain; opacity: 1; transform: translateX(0); transition: opacity .2s ease, transform .2s var(--ease); }
[data-gallery].is-changing .gallery-stage img { opacity: 0; transform: translateX(6px); }
[data-gallery][data-direction="previous"].is-changing .gallery-stage img { transform: translateX(-6px); }
.gallery-stage.is-unavailable::after { content: "Image unavailable"; color: var(--muted); font-size: 14px; }
.gallery-stage.is-unavailable picture { display: none; }
.gallery-arrow, .product-lightbox-arrow, .product-lightbox-close { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: var(--radius-control); background: rgba(255, 255, 255, .94); color: var(--ink); box-shadow: var(--shadow-sm); cursor: pointer; transition: background .2s ease, transform .2s var(--ease); }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
.gallery-arrow:hover { background: #fff; }
.gallery-prev { left: 15px; }
.gallery-next { right: 15px; }
.gallery-arrow > span, .product-lightbox-arrow > span { width: auto; height: auto; display: block; font-family: Arial, sans-serif; font-size: 34px; font-weight: 400; line-height: .8; transform: translateY(-1px); }
.gallery-prev:hover { transform: translate(-2px, -50%); }
.gallery-next:hover { transform: translate(2px, -50%); }
.gallery-status { position: absolute; z-index: 2; right: 14px; bottom: 12px; margin: 0; border-radius: 999px; padding: 7px 10px; background: rgba(19, 43, 53, .86); color: #fff; font-size: 12px; font-weight: 720; letter-spacing: .04em; backdrop-filter: blur(8px); }
.gallery-thumbs { max-width: 100%; display: flex; gap: 8px; margin: 0; padding: 10px 12px 12px; overflow-x: auto; overscroll-behavior-inline: contain; list-style: none; scrollbar-width: thin; }
.gallery-thumbs li { flex: 0 0 auto; }
.gallery-thumbs button { width: 96px; min-height: 92px; display: grid; grid-template-rows: 68px auto; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-control); padding: 0; background: var(--surface); color: var(--ink-soft); cursor: pointer; }
.gallery-thumbs button[aria-current="true"] { border: 2px solid var(--accent); }
.gallery-thumbs picture, .gallery-thumbs img { width: 100%; height: 68px; display: block; }
.gallery-thumbs img { padding: 5px; background: #edf2f3; object-fit: contain; }
.gallery-thumbs button > span { overflow: hidden; padding: 5px 6px 6px; font-size: 9px; font-weight: 700; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.gallery-data { display: none; }
.product-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; border: 0; padding: 0; overflow: hidden; background: rgba(10, 17, 20, .94); color: #fff; }
.product-lightbox::backdrop { background: rgba(10, 17, 20, .94); }
.product-lightbox-shell { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 64px clamp(58px, 7vw, 110px) 54px; }
.product-lightbox-shell > img { max-width: 92vw; max-height: 82dvh; width: auto; height: auto; padding: 0; object-fit: contain; touch-action: pan-y pinch-zoom; }
.product-lightbox-heading { position: absolute; z-index: 2; top: 20px; left: 22px; display: grid; gap: 3px; max-width: calc(100% - 110px); }
.product-lightbox-heading strong { color: #fff; font-family: var(--font-display); }
.product-lightbox-heading span { color: #c8d4d8; font-size: 12px; }
.product-lightbox-close { position: absolute; z-index: 3; top: 16px; right: 18px; color: var(--ink); }
.product-lightbox-close > span { display: block; font-family: Arial, sans-serif; font-size: 32px; font-weight: 300; line-height: .8; transform: translateY(-1px); }
.product-lightbox-arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
.product-lightbox-prev { left: 18px; }
.product-lightbox-next { right: 18px; }
.product-lightbox-counter { position: absolute; right: 22px; bottom: 18px; border-radius: 999px; padding: 7px 11px; background: rgba(255, 255, 255, .14); font-size: 12px; font-weight: 720; }
[hidden] { display: none !important; }
.product-document-copy h1 { max-width: 13ch; }
.product-document-copy .lead { margin-bottom: 28px; }
.product-document-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-document-specs div { min-width: 0; padding: 18px 16px 18px 0; }
.product-document-specs div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.product-document-specs dt { color: var(--muted); font-size: 12px; }
.product-document-specs dd { margin: 4px 0 0; font-weight: 760; }
.product-document-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.supply-disclosure { max-width: 68ch; margin: 22px 0; padding: 12px 14px; border-left: 2px solid var(--accent); background: var(--accent-soft); color: var(--ink-soft); font-size: 12px; }
.product-action-note { width: 100%; margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.product-document-section { border-top: 1px solid var(--line); }
.product-document-section-head { max-width: 760px; margin-bottom: 40px; }
.product-document-applications { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-document-applications article { min-height: 190px; padding: 26px; }
.product-document-applications article + article { border-left: 1px solid var(--line); }
.product-document-applications span { color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.product-document-applications h3 { margin: 28px 0 12px; }
.product-document-applications p { color: var(--muted); }
.product-document-spec-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-document-spec-group { border: 1px solid var(--line); border-radius: var(--radius-card); padding: 28px; background: var(--surface); }
.product-document-spec-group:last-child:nth-child(odd) { grid-column: 1 / -1; }
.product-document-spec-group h3 { min-height: 2.25em; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.product-document-spec-group dl { margin: 0; }
.product-document-spec-group dl div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.product-document-spec-group dt { color: var(--muted); }
.product-document-spec-group dd { margin: 0; text-align: right; font-weight: 700; }
.product-document-package { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: clamp(36px, 6vw, 80px); align-items: start; background: var(--navy); color: #dce6e9; }
.product-document-package h2, .product-document-package h3 { color: #fff; }
.product-document-package p { color: #b8c8cd; }
.product-document-package .package-contents { border-top-color: rgba(220, 230, 233, .22); }
.product-document-package .package-contents li { color: #e5edef; }
.product-document-package .package-contents li::before { color: #56c6ce; }
.product-document-support { display: grid; gap: 0; border-top: 1px solid #38525c; }
.product-document-support div { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 13px 0; border-bottom: 1px solid #38525c; }
.product-document-support dt { color: #a9bbc0; }
.product-document-support dd { margin: 0; color: #fff; font-weight: 700; text-align: right; }
.product-document-related { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.product-document-related article { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 220px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); }
.product-document-related img { width: 100%; height: 100%; object-fit: contain; padding: 20px; background: var(--surface-soft); }
.product-document-related div { display: grid; align-content: center; padding: 24px; }
.product-document-related span { color: var(--muted); font-size: 12px; }
.product-document-related h3 { margin: 6px 0 16px; }
.product-document-disclaimer { margin: 0; padding: 22px clamp(24px, 5vw, 72px); border-top: 1px solid var(--line); color: var(--muted); background: var(--surface); font-size: 12px; text-align: center; }

.legal-hero { max-width: 900px; padding-bottom: 52px; }
.legal-hero h1 { max-width: 14ch; }
.company-hero { max-width: var(--max-width); display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); gap: clamp(48px, 6vw, 92px); align-items: center; margin: 0 auto; padding-top: clamp(54px, 6vw, 82px); padding-bottom: clamp(64px, 7vw, 96px); }
.company-hero-copy h1 { max-width: 11.5ch; font-size: clamp(3.1rem, 4.8vw, 5rem); }
.company-hero-copy .lead { max-width: 52ch; }
.company-hero-copy .action-row { margin-top: 32px; }
.company-hero-evidence { overflow: hidden; border: 1px solid #294550; border-radius: var(--radius-card); background: var(--navy); color: #d7e2e5; box-shadow: var(--shadow-lg); }
.company-hero-evidence-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; padding: 24px; }
.company-hero-evidence-head .eyebrow { margin: 0 0 7px; color: #6cc0cf; }
.company-hero-evidence-head h2 { max-width: 18ch; margin: 0; color: #fff; font-size: clamp(1.45rem, 2vw, 2rem); }
.company-hero-evidence-head > span { max-width: 20ch; color: #a9bbc0; font-size: 11px; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.company-hero-gallery { display: grid; grid-template-columns: minmax(0, 1.24fr) minmax(150px, .76fr); grid-template-rows: repeat(2, 190px); gap: 3px; background: #294550; }
.company-hero-gallery figure { position: relative; margin: 0; overflow: hidden; background: #193844; }
.company-hero-gallery figure:first-child { grid-row: 1 / span 2; }
.company-hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.company-hero-gallery figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; gap: 2px; padding: 18px; background: linear-gradient(180deg, transparent, rgba(6, 21, 27, .9)); color: #fff; }
.company-hero-gallery figcaption strong { font-size: .95rem; }
.company-hero-gallery figcaption span { color: rgba(255,255,255,.75); font-size: 10px; }
.company-hero-note { margin: 0; padding: 14px 24px; color: #9fb1b7; font-size: 11px; }
.company-proof-strip { max-width: var(--max-width); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-proof-strip article { min-height: 180px; padding: 30px; }
.company-proof-strip article + article { border-left: 1px solid var(--line); }
.company-proof-strip span { color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .1em; }
.company-proof-strip h2 { margin: 24px 0 10px; font-size: 1.25rem; }
.company-proof-strip p { margin: 0; color: var(--muted); font-size: 14px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: clamp(50px, 8vw, 110px); align-items: start; border-top: 1px solid var(--line); }
.legal-body { max-width: 780px; }
.legal-body section { padding: 0 0 34px; }
.legal-body h2 { max-width: none; margin-bottom: 14px; font-size: clamp(1.55rem, 2.2vw, 2.2rem); }
.legal-body h3 { font-size: 1.2rem; }
.legal-body p, .legal-body li { color: var(--ink-soft); }
.legal-body li + li { margin-top: 8px; }
.legal-body .policy-summary { margin-bottom: 38px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); }
.policy-summary h2 { max-width: 18ch; }
.policy-summary dl { margin: 26px 0 0; border-top: 1px solid var(--line-strong); }
.policy-summary dl div { display: grid; grid-template-columns: minmax(120px, .45fr) minmax(0, 1fr); gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.policy-summary dt { color: var(--muted); }
.policy-summary dd { margin: 0; color: var(--ink); font-weight: 680; }
.legal-body .policy-priority { padding: 28px; border-left: 3px solid var(--accent); background: var(--accent-soft); }
.legal-aside { position: sticky; top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); }
.legal-aside strong { display: block; margin-bottom: 10px; }
.legal-aside a { color: var(--accent); font-weight: 700; }
.legal-aside > a:not(.button) { display: block; width: fit-content; max-width: 100%; overflow-wrap: anywhere; }
.legal-aside > a:not(.button) + a:not(.button) { margin-top: 8px; }
.legal-aside .button { width: 100%; margin-top: 22px; color: #fff; text-align: center; }
.policy-link { display: inline-block; margin-top: 18px; }
.policy-link-light { color: #fff; }
.policy-link-light:hover { color: #fff; }

.analytics-consent { position: fixed; right: 18px; bottom: 18px; z-index: 48; width: min(460px, calc(100% - 36px)); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 14px 15px; border: 1px solid #49616a; border-radius: var(--radius-card); background: #10191d; color: #e9eff1; box-shadow: var(--shadow-lg); }
.analytics-consent[hidden] { display: none; }
.analytics-consent strong { color: #fff; }
.analytics-consent p { margin: 4px 0 2px; color: #b7c5ca; font-size: 12px; line-height: 1.42; }
.analytics-consent a { color: #e9eff1; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent-actions { display: flex; gap: 8px; }
.analytics-consent .button-quiet { border: 1px solid #506169; color: #fff; background: transparent; }
.mobile-rfq { display: none; }
.not-found-main { min-height: calc(100dvh - 240px); display: grid; place-items: center; padding: clamp(64px, 10vw, 140px) 24px; }
.not-found-card { width: min(760px, 100%); padding: clamp(34px, 6vw, 64px); border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-sm); }
.not-found-card h1 { max-width: 13ch; }
.not-found-card > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }

.resource-document { background: var(--paper); }
.resource-site { width: min(1480px, 100%); min-height: 100dvh; margin: 0 auto; background: var(--paper); }
.resource-header-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: 14px; font-weight: 650; }
.resource-tone-oem { --resource-tone: #0b7887; --resource-tone-soft: #d9edf0; }
.resource-tone-selection { --resource-tone: #315f77; --resource-tone-soft: #e0ebf0; }
.resource-tone-commercial { --resource-tone: #8a6230; --resource-tone-soft: #f1e7d8; }
.resource-tone-platform { --resource-tone: #4d695c; --resource-tone-soft: #e3ece6; }
.resource-tone-range { --resource-tone: #59636d; --resource-tone-soft: #e8ecef; }
.resources-hub-hero { padding-top: clamp(56px, 6vw, 82px); padding-bottom: clamp(62px, 7vw, 92px); background: var(--navy); color: #c1d0d5; }
.resources-hub-hero-inner { max-width: var(--max-width); display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); gap: clamp(44px, 6vw, 84px); align-items: center; margin: 0 auto; }
.resources-hub-copy h1 { max-width: 11ch; color: #fff; font-size: clamp(3.25rem, 5vw, 5.25rem); }
.resources-hub-copy .lead { color: #bfd0d5; }
.resource-topic-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.resource-topic-pills span { min-height: 34px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid color-mix(in srgb, var(--resource-tone) 70%, white); border-radius: 999px; background: color-mix(in srgb, var(--resource-tone) 22%, transparent); color: #edf6f7; font-size: 11px; font-weight: 700; }
.resource-featured { min-height: 430px; display: grid; grid-template-columns: minmax(250px, .95fr) minmax(0, 1.05fr); overflow: hidden; border: 1px solid #46626c; border-radius: var(--radius-card); background: #f8fafb; color: var(--ink); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.resource-featured-image { display: grid; place-items: center; overflow: hidden; background: var(--resource-tone-soft); }
.resource-featured-image img { width: 100%; height: 100%; max-height: 430px; padding: 28px; object-fit: contain; transition: transform .35s var(--ease); }
.resource-featured:hover img { transform: scale(1.025); }
.resource-featured-copy { display: flex; flex-direction: column; padding: 30px; }
.resource-featured-label { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 28px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.resource-featured-label span:first-child { color: var(--resource-tone); font-weight: 760; }
.resource-featured .eyebrow { color: var(--resource-tone); }
.resource-featured h2 { max-width: 14ch; font-size: clamp(2rem, 3vw, 3.2rem); }
.resource-featured p:not(.eyebrow) { color: var(--muted); }
.resource-featured .text-action { width: fit-content; margin-top: auto; color: var(--resource-tone); }
.resources-hub-library { background: #eef2f3; }
.resources-hub-library > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.resources-hub-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: end; margin-bottom: 42px; }
.resources-hub-heading h2 { margin: 0; }
.resources-hub-heading > p { max-width: 58ch; justify-self: end; margin: 0; color: var(--muted); font-size: 17px; }
.resources-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.resource-hub-card { position: relative; min-height: 300px; display: grid; grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface); transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease; }
.resource-hub-card::before { position: absolute; top: 0; right: 0; left: 0; z-index: 2; height: 4px; background: var(--resource-tone); content: ""; }
.resource-hub-card:hover { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.resource-hub-card-image { min-height: 100%; display: grid; place-items: center; overflow: hidden; background: var(--resource-tone-soft); }
.resource-hub-card-image img { width: 100%; height: 100%; max-height: 390px; padding: 26px; object-fit: contain; transition: transform .35s var(--ease); }
.resource-hub-card:hover .resource-hub-card-image img { transform: scale(1.025); }
.resource-hub-card-copy { min-width: 0; display: flex; flex-direction: column; padding: 30px; }
.resource-hub-card .eyebrow { margin-bottom: 24px; color: var(--resource-tone); }
.resource-hub-card h2 { max-width: 20ch; font-size: clamp(1.55rem, 2.2vw, 2.2rem); }
.resource-hub-card p { max-width: 62ch; color: var(--muted); }
.resource-card-meta { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.resource-card-meta .text-action { width: fit-content; margin: 0; color: var(--resource-tone); }
.resources-hub-cta { display: grid; grid-template-columns: minmax(0, .85fr) minmax(260px, .75fr) auto; gap: clamp(32px, 5vw, 70px); align-items: center; background: var(--navy); color: #b8c8cd; }
.resources-hub-cta h2 { max-width: 14ch; margin: 0; color: #fff; }
.resources-hub-cta > p { max-width: 52ch; margin: 0; }
.resources-hub-cta .action-row { justify-content: flex-end; }
.button-outline-light { border-color: #6f8992; background: transparent; color: #fff; }
.button-outline-light:hover { border-color: #fff; color: #fff; }
.resource-hero { padding-bottom: 58px; border-bottom: 1px solid var(--line); }
.resource-hero-inner { max-width: 1160px; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(44px, 7vw, 96px); align-items: center; margin: 0 auto; }
.resource-hero h1 { max-width: 16ch; font-size: clamp(3.1rem, 6vw, 5.6rem); }
.resource-hero-image { min-height: 420px; display: grid; place-items: center; margin: 0; overflow: hidden; border-radius: var(--radius-card); background: #e6edef; }
.resource-hero-image img { width: 100%; height: 100%; max-height: 500px; padding: clamp(24px, 4vw, 48px); object-fit: contain; }
.resource-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 12px; }
.resource-layout { max-width: 1160px; display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: clamp(48px, 8vw, 100px); align-items: start; margin: 0 auto; }
.resource-body { min-width: 0; max-width: 760px; overflow-wrap: anywhere; }
.resource-body > p:first-child { color: var(--ink-soft); font-size: 21px; line-height: 1.55; }
.resource-body h2 { max-width: 24ch; margin-top: 64px; font-size: clamp(2rem, 3.5vw, 3rem); }
.resource-body h3 { margin-top: 38px; font-size: 22px; }
.resource-body p, .resource-body li { color: var(--ink-soft); }
.resource-body ul, .resource-body ol { display: grid; gap: 10px; padding-left: 22px; }
.resource-body table { width: 100%; max-width: 100%; display: block; margin: 28px 0; overflow-x: auto; border-collapse: collapse; font-size: 14px; -webkit-overflow-scrolling: touch; }
.resource-body th, .resource-body td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.resource-body th { background: var(--surface-soft); }
.resource-callout { margin: 34px 0; border-left: 3px solid var(--accent); padding: 22px 24px; background: var(--accent-soft); }
.resource-callout strong { display: block; margin-bottom: 7px; }
.resource-checklist { margin: 30px 0; border-radius: var(--radius-card); padding: 26px; background: var(--navy); color: #fff; }
.resource-checklist h3 { margin-top: 0; color: #fff; }
.resource-checklist li { color: #c8d6da; }
.resource-aside { position: sticky; top: 30px; display: grid; gap: 24px; }
.resource-aside-card { border-top: 2px solid var(--ink); padding-top: 18px; }
.resource-aside-card h2 { margin-bottom: 14px; font-size: 18px; }
.resource-aside-card a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--accent); font-size: 13px; font-weight: 680; }
.resource-inline-cta { margin-top: 64px; border-radius: var(--radius-card); padding: 34px; background: var(--navy); color: #c6d4d8; }
.resource-inline-cta h2 { margin-top: 0; color: #fff; }
.resource-inline-cta .button { margin-top: 12px; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .home-hero, .product-hero, .oem-hero { grid-template-columns: 1fr; }
  .company-hero, .resources-hub-hero-inner { grid-template-columns: 1fr; }
  .company-hero-copy, .resources-hub-copy { max-width: 760px; }
  .company-hero-evidence { width: 100%; }
  .resources-hub-cta { grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr); }
  .resources-hub-cta .action-row { grid-column: 1 / -1; justify-content: flex-start; }
  .factory-evidence-heading { grid-template-columns: 1fr; align-items: start; }
  .factory-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 410px); }
  .factory-evidence-card:nth-child(n) { grid-column: auto; }
  .home-hero { min-height: auto; gap: 48px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { width: 100%; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .catalog-grid { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .oem-product-group-header { grid-template-columns: 1fr; gap: 18px; }
  .product-card.is-featured { grid-column: 1 / -1; }
  .evidence-section { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 150px; border-right: 0; border-bottom: 1px solid #38525c; }
  .process-list strong { margin-top: 28px; }
  .requirements-grid { grid-template-columns: 1fr 1fr; }
  .buyer-strip { grid-template-columns: 1fr 1fr; }
  .buyer-strip div:nth-child(3) { padding-left: 0; border-left: 0; }
  .sourcing-grid, .inquiry-process-list { grid-template-columns: 1fr 1fr; }
  .sourcing-panel:last-child { grid-column: 1 / -1; }
  .inquiry-process-list li:nth-child(2) { border-right: 0; }
  .inquiry-process-list li { border-bottom: 1px solid #38525c; }
  .product-document-hero { grid-template-columns: 1fr; }
  .product-document-media { min-height: 480px; }
  .product-document-spec-groups { grid-template-columns: 1fr 1fr; }
  .product-document-spec-group:last-child { grid-column: 1 / -1; }
}

@media (min-width: 761px) and (max-width: 920px) {
  .site-header { padding-right: 28px; padding-left: 28px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 28px 24px; border-bottom: 1px solid var(--line-strong); background: rgba(244, 246, 247, .98); box-shadow: var(--shadow-sm); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { width: 100%; min-height: 48px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav .nav-cta { justify-content: center; margin-top: 7px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: 0 20px; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 20px 20px; border-bottom: 1px solid var(--line-strong); background: rgba(244, 246, 247, .98); box-shadow: var(--shadow-sm); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { width: 100%; min-height: 48px; }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .main-nav .nav-cta { justify-content: center; margin-top: 7px; }
  .section-pad { padding: 64px 20px; }
  .compact-pad { padding-top: 18px; padding-bottom: 18px; }
  h1 { max-width: 100%; font-size: clamp(2.7rem, 12vw, 3.9rem); }
  h2 { max-width: 100%; font-size: clamp(2.1rem, 9vw, 3rem); }
  .home-hero { gap: 36px; padding-top: 42px; padding-bottom: 56px; }
  .home-hero h1 { font-size: clamp(2.7rem, 11vw, 3.7rem); }
  .hero-visual { min-height: auto; grid-template-columns: 1fr; gap: 12px; }
  .hero-product-main { min-height: 350px; }
  .hero-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 12px; }
  .hero-product-side, .hero-product-oem { min-height: 168px; }
  .hero-product-side img, .hero-product-oem img { padding: 14px 14px 50px; }
  .buyer-strip { grid-template-columns: 1fr; padding: 0 20px; }
  .buyer-strip div { min-height: 82px; }
  .buyer-strip div + div { padding-left: 0; border-left: 0; }
  .product-grid, .sourcing-grid, .capability-list, .warranty-section, .package-section, .tooling-section, .rfq-layout, .resources-preview-heading, .resources-preview-grid, .resource-layout, .resource-hero-inner { grid-template-columns: 1fr; }
  .products-heading, .catalog-grid { grid-template-columns: 1fr; }
  .products-heading { gap: 24px; margin-bottom: 36px; }
  .oem-catalog-groups { gap: 58px; }
  .oem-group-nav { top: 68px; flex-wrap: nowrap; margin-right: -20px; margin-left: -20px; padding-right: 20px; padding-left: 20px; overflow-x: auto; scrollbar-width: thin; }
  .oem-group-link { flex: 0 0 auto; }
  .oem-interface-key { grid-template-columns: 1fr; padding: 20px; }
  .oem-interface-key-options, .catalog-interface-options { grid-template-columns: 1fr; }
  .catalog-interface-option > span { font-size: 11px; }
  .oem-product-group-header { margin-bottom: 20px; }
  .oem-product-group-header h3 { font-size: 34px; }
  .oem-product-group-summary { grid-template-columns: 1fr; gap: 10px; }
  .category-tabs { flex-wrap: nowrap; margin-right: -20px; padding-right: 20px; overflow-x: auto; scrollbar-width: thin; }
  .category-tab { flex: 0 0 auto; }
  .category-tab-featured { margin-left: 0; }
  .catalog-toolbar { gap: 26px; }
  .catalog-filters { grid-template-columns: 1fr; }
  .catalog-filter-toggle { display: flex; }
  .catalog-filter-options { display: none; grid-template-columns: 1fr; }
  .catalog-filter-options.is-open { display: grid; }
  .filter-reset { justify-self: start; }
  .inquiry-process-list { grid-template-columns: 1fr; }
  .inquiry-process-list li { min-height: 170px; border-right: 0; }
  .product-card.is-featured { display: block; }
  .product-image, .product-card.is-featured .product-image { height: 270px; min-height: 0; }
  .product-card.is-featured .product-body { min-height: 300px; padding: 24px; }
  .sourcing-panel { min-height: 350px; }
  .evidence-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 200px; }
  .evidence-gallery .evidence-large { grid-column: 1 / -1; grid-row: auto; min-height: 0; }
  .capability-list article, .capability-list article:nth-child(odd), .capability-list article:nth-child(even) { min-height: 170px; padding: 26px 0; border-right: 0; }
  .warranty-metrics div { grid-template-columns: 1fr; gap: 6px; }
  .resource-preview-list, .resources-hub-grid, .resources-hub-heading { grid-template-columns: 1fr; }
  .resources-hub-heading > p { justify-self: start; }
  .resource-hub-card { min-height: 0; grid-template-columns: 1fr; }
  .resource-hub-card-image { min-height: 220px; }
  .resource-hub-card-image img { max-height: 260px; }
  .resource-aside { position: static; }
  .document-breadcrumbs { padding-right: 20px; padding-left: 20px; }
  .product-document-media { min-height: 340px; }
  .product-document-media img { max-height: 420px; padding: 24px; }
  .product-document-specs, .product-document-applications, .product-document-spec-groups, .product-document-package, .product-document-related, .legal-layout { grid-template-columns: 1fr; }
  .product-document-specs div { padding: 14px 0; }
  .product-document-specs div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .product-document-applications article { min-height: 0; padding: 26px 0; }
  .product-document-applications article + article { border-top: 1px solid var(--line); border-left: 0; }
  .product-document-spec-group:last-child { grid-column: auto; }
  .product-document-package { gap: 38px; }
  .package-contents ul { grid-template-columns: 1fr; }
  .product-document-related article { grid-template-columns: 130px minmax(0, 1fr); min-height: 180px; }
  .legal-aside { position: static; }
  .policy-summary dl div { grid-template-columns: 1fr; gap: 6px; }
  .analytics-consent { right: 12px; bottom: calc(76px + env(safe-area-inset-bottom)); width: calc(100% - 24px); max-height: min(46vh, 300px); grid-template-columns: 1fr; gap: 10px; overflow-y: auto; padding: 14px; }
  .analytics-consent p { margin: 3px 0 2px; font-size: 12px; line-height: 1.35; }
  .analytics-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .analytics-consent .button { min-height: 38px; padding: 0 12px; font-size: 12px; }
  body.is-rfq-page .analytics-consent { bottom: calc(14px + env(safe-area-inset-bottom)); }
  .final-cta, .model-cta { max-width: none; align-items: flex-start; flex-direction: column; margin: 0 20px 72px; padding: 42px 24px; }
  .product-gallery { min-height: 460px; }
  .gallery-main { inset: 0 8% 10% 0; }
  .gallery-main img { padding: 34px; }
  .gallery-detail { width: 42%; height: 36%; border-width: 6px; }
  .hero-specs { grid-template-columns: 1fr; }
  .hero-specs div { min-height: 76px; }
  .application-grid, .spec-groups, .related-product-grid { grid-template-columns: 1fr; }
  .related-product-card { grid-template-columns: 1fr; }
  .related-product-card > img { height: 220px; min-height: 0; }
  .application-grid article, .application-grid article:first-child, .application-grid article:last-child { min-height: 190px; padding: 26px 0; border-right: 0; }
  .application-grid h3 { margin-top: 26px; }
  .oem-path { grid-template-columns: 1fr; }
  .customer-oem-case { grid-template-columns: 1fr; }
  .oem-sample-video, .product-document-video { grid-template-columns: 1fr; }
  .customer-oem-gallery { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(118px, .7fr); }
  .oem-path div { min-height: 140px; }
  .level-list article { grid-template-columns: 1fr; gap: 20px; }
  .tooling-checks { columns: 1; }
  .requirements-grid { grid-template-columns: 1fr; }
  .requirements-grid span { min-height: 84px; }
  .rfq-intro { position: static; }
  .choice-grid, .field-grid { grid-template-columns: 1fr; }
  .form-step { min-height: 0; padding: 30px 20px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .rfq-selection-item { grid-template-columns: 54px minmax(0, 1fr) auto; gap: 10px; padding: 12px; }
  .rfq-selection-image { width: 54px; height: 54px; grid-row: 1 / span 2; }
  .rfq-selection-item > div { grid-column: 2 / -1; }
  .rfq-selection-item label { grid-column: 2; }
  .rfq-selection-item input { min-height: 44px; }
  .rfq-selection-item .rfq-remove { min-width: 56px; min-height: 44px; display: inline-flex; grid-column: 3; align-items: center; justify-content: center; justify-self: end; }
  .model-picker-option { grid-template-columns: minmax(0, 1fr) 54px; }
  .model-picker-status { display: none; }
  .model-picker-option img { width: 54px; height: 54px; }
  .rfq-dock-wrap { z-index: 52; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
  body:not(.product-document) .rfq-dock-wrap { bottom: calc(78px + env(safe-area-inset-bottom)); }
  .rfq-dock-popover { position: fixed; z-index: 53; right: 0; bottom: 0; left: 0; width: 100%; max-height: min(76vh, 620px); display: block; border-radius: 22px 22px 0 0; padding-bottom: env(safe-area-inset-bottom); opacity: 0; transform: translateY(100%); transform-origin: center bottom; transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s; visibility: hidden; }
  .rfq-dock-wrap.is-open .rfq-dock-popover { opacity: 1; transform: translateY(0); transition-delay: 0s; visibility: visible; }
  .rfq-dock-popover::after { display: none; }
  .rfq-dock-popover-head { align-items: center; padding: 18px 18px 14px; }
  .rfq-dock-close { display: grid; }
  .rfq-dock-items { max-height: min(48vh, 380px); }
  .rfq-sheet-open { overflow: hidden; }
  .site-footer { grid-template-columns: 1fr; gap: 30px; padding-bottom: 96px; }
  .footer-legal { grid-column: auto; }
  .mobile-rfq { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: block; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(16, 25, 29, .96); backdrop-filter: blur(12px); }
  .mobile-rfq a { min-height: 46px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-control); background: var(--accent); color: #fff; font-weight: 720; }
  body.is-rfq-page .mobile-rfq { display: none; }
  body.is-rfq-page:not(.product-document) .rfq-dock-wrap { bottom: calc(14px + env(safe-area-inset-bottom)); }
}

@media (max-width: 520px) {
  .product-detail-actions, .product-document-actions { align-items: stretch; flex-direction: column; }
  .product-detail-actions .button, .product-document-actions .button { width: 100%; }
}

.mobile-mode .site-header { min-height: 68px; padding: 0 20px; }
.mobile-mode .menu-toggle { display: inline-flex; }
.mobile-mode .main-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 20px 20px; border-bottom: 1px solid var(--line-strong); background: rgba(244, 246, 247, .98); box-shadow: var(--shadow-sm); }
.mobile-mode .main-nav.is-open { display: flex; }
.mobile-mode .main-nav > a { width: 100%; min-height: 48px; }
.mobile-mode .main-nav > a:not(.nav-cta)::after { display: none; }
.mobile-mode .main-nav .nav-cta { justify-content: center; margin-top: 7px; }
.mobile-mode .section-pad { padding: 64px 20px; }
.mobile-mode .compact-pad { padding-top: 18px; padding-bottom: 18px; }
.mobile-mode h1 { max-width: 100%; font-size: 46px; }
.mobile-mode h2 { max-width: 100%; font-size: 36px; }
.mobile-mode .company-hero, .mobile-mode .resources-hub-hero-inner, .mobile-mode .resources-hub-heading, .mobile-mode .resources-hub-grid, .mobile-mode .resources-hub-cta { grid-template-columns: 1fr; }
.mobile-mode .company-hero { padding: 46px 20px 64px; }
.mobile-mode .company-hero-copy h1 { font-size: 46px; }
.mobile-mode .company-hero-evidence-head { align-items: flex-start; flex-direction: column; }
.mobile-mode .company-hero-evidence-head > span { text-align: left; }
.mobile-mode .company-hero-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 170px; }
.mobile-mode .company-hero-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
.mobile-mode .company-proof-strip { grid-template-columns: 1fr; margin: 0 20px; }
.mobile-mode .company-proof-strip article + article { border-top: 1px solid var(--line); border-left: 0; }
.mobile-mode .resource-featured, .mobile-mode .resource-hub-card { grid-template-columns: 1fr; }
.mobile-mode .resource-featured-image { min-height: 250px; }
.mobile-mode .resource-hub-card-image { min-height: 220px; }
.mobile-mode .resources-hub-heading > p { justify-self: start; }
.mobile-mode .resources-hub-cta .action-row { grid-column: auto; justify-content: flex-start; }
.mobile-mode .home-hero, .mobile-mode .product-hero, .mobile-mode .oem-hero, .mobile-mode .product-grid, .mobile-mode .products-heading, .mobile-mode .catalog-grid, .mobile-mode .sourcing-grid, .mobile-mode .evidence-section, .mobile-mode .capability-list, .mobile-mode .warranty-section, .mobile-mode .package-section, .mobile-mode .tooling-section, .mobile-mode .rfq-layout { grid-template-columns: 1fr; }
.mobile-mode .products-heading { gap: 24px; margin-bottom: 36px; }
.mobile-mode .oem-catalog-groups { gap: 58px; }
.mobile-mode .oem-group-nav { top: 68px; flex-wrap: nowrap; margin-right: -20px; margin-left: -20px; padding-right: 20px; padding-left: 20px; overflow-x: auto; scrollbar-width: thin; }
.mobile-mode .oem-group-link { flex: 0 0 auto; }
.mobile-mode .oem-interface-key { grid-template-columns: 1fr; padding: 20px; }
.mobile-mode .oem-interface-key-options, .mobile-mode .catalog-interface-options { grid-template-columns: 1fr; }
.mobile-mode .catalog-interface-option > span { font-size: 11px; }
.mobile-mode .oem-product-group-header { grid-template-columns: 1fr; gap: 18px; margin-bottom: 20px; }
.mobile-mode .oem-product-group-header h3 { font-size: 34px; }
.mobile-mode .oem-product-group-summary { grid-template-columns: 1fr; gap: 10px; }
.mobile-mode .category-tabs { flex-wrap: nowrap; margin-right: -20px; padding-right: 20px; overflow-x: auto; scrollbar-width: thin; }
.mobile-mode .category-tab { flex: 0 0 auto; }
.mobile-mode .category-tab-featured { margin-left: 0; }
.mobile-mode .catalog-toolbar { grid-template-columns: 1fr; gap: 26px; }
.mobile-mode .catalog-filters { grid-template-columns: 1fr; }
.mobile-mode .filter-reset { justify-self: start; }
.mobile-mode .inquiry-process-list { grid-template-columns: 1fr; }
.mobile-mode .inquiry-process-list li { min-height: 170px; border-right: 0; border-bottom: 1px solid #38525c; }
.mobile-mode .home-hero { min-height: auto; gap: 36px; padding-top: 42px; padding-bottom: 56px; }
.mobile-mode .home-hero h1 { font-size: 46px; }
.mobile-mode .hero-visual { min-height: auto; grid-template-columns: 1fr; gap: 12px; }
.mobile-mode .hero-product-main { min-height: 420px; }
.mobile-mode .hero-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 12px; }
.mobile-mode .hero-product-side, .mobile-mode .hero-product-oem { min-height: 220px; }
.mobile-mode .hero-product-side img, .mobile-mode .hero-product-oem img { padding: 14px 14px 50px; }
.mobile-mode .buyer-strip { grid-template-columns: 1fr; padding: 0 20px; }
.mobile-mode .buyer-strip div { min-height: 82px; }
.mobile-mode .buyer-strip div + div { padding-left: 0; border-left: 0; }
.mobile-mode .product-card.is-featured { display: block; grid-column: auto; }
.mobile-mode .product-image, .mobile-mode .product-card.is-featured .product-image { height: 270px; min-height: 0; }
.mobile-mode .product-card.is-featured .product-body { min-height: 300px; padding: 24px; }
.mobile-mode .sourcing-panel { min-height: 350px; }
.mobile-mode .evidence-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
.mobile-mode .evidence-gallery .evidence-large { grid-column: auto; grid-row: auto; min-height: 330px; }
.mobile-mode .evidence-gallery figure { min-height: 210px; }
.mobile-mode .capability-list article, .mobile-mode .capability-list article:nth-child(odd), .mobile-mode .capability-list article:nth-child(even) { min-height: 170px; padding: 26px 0; border-right: 0; }
.mobile-mode .warranty-metrics div { grid-template-columns: 1fr; gap: 6px; }
.mobile-mode .resources-preview-heading, .mobile-mode .resources-preview-grid, .mobile-mode .resource-layout { grid-template-columns: 1fr; }
.mobile-mode .resource-preview-list, .mobile-mode .resources-hub-grid { grid-template-columns: 1fr; }
.mobile-mode .resource-hub-card:first-child { grid-column: auto; }
.mobile-mode .resource-aside { position: static; }
.mobile-mode .final-cta, .mobile-mode .model-cta { max-width: none; align-items: flex-start; flex-direction: column; margin: 0 20px 72px; padding: 42px 24px; }
.mobile-mode .product-gallery { min-height: 460px; }
.mobile-mode .gallery-main { inset: 0 8% 10% 0; }
.mobile-mode .gallery-main img { padding: 34px; }
.mobile-mode .gallery-detail { width: 42%; height: 36%; border-width: 6px; }
.mobile-mode .hero-specs, .mobile-mode .application-grid, .mobile-mode .spec-groups, .mobile-mode .related-product-grid, .mobile-mode .oem-path, .mobile-mode .process-list, .mobile-mode .requirements-grid, .mobile-mode .choice-grid, .mobile-mode .field-grid { grid-template-columns: 1fr; }
.mobile-mode .related-product-card { grid-template-columns: 1fr; }
.mobile-mode .related-product-card > img { height: 220px; min-height: 0; }
.mobile-mode .hero-specs div { min-height: 76px; }

/* UAE paid-campaign landing page */
.uae-landing-page { min-height: 100dvh; background: #edf2f3; }
.uae-landing-header { width: min(1420px, 100%); min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); border-bottom: 1px solid rgba(174, 187, 193, .72); background: rgba(244, 246, 247, .96); }
.uae-landing-header a { display: inline-flex; align-items: center; }
.uae-landing-header img { width: clamp(142px, 12vw, 176px); height: auto; }
.uae-landing-header span { color: var(--muted); font-size: 12px; font-weight: 720; letter-spacing: .09em; text-transform: uppercase; }
.uae-landing-main { width: min(1420px, 100%); margin: 0 auto; }
.uae-landing-intro { min-height: calc(100dvh - 142px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, .68fr); gap: clamp(42px, 6vw, 88px); align-items: center; padding: clamp(42px, 5vw, 72px) clamp(20px, 4vw, 56px) clamp(56px, 6vw, 88px); }
.uae-landing-copy h1 { max-width: 12ch; font-size: clamp(3.25rem, 5.4vw, 5.25rem); }
.uae-landing-copy .lead { max-width: 48ch; }
.uae-landing-product { position: relative; min-height: 250px; overflow: hidden; margin: clamp(30px, 4vw, 52px) 0 0; border-radius: var(--radius-card); background: var(--navy); box-shadow: var(--shadow-sm); }
.uae-landing-product img { width: 55%; height: 250px; margin-left: auto; object-fit: contain; object-position: center; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .2)); }
.uae-landing-product figcaption { position: absolute; inset: 0 auto 0 0; width: 48%; display: flex; justify-content: center; flex-direction: column; padding: 30px; color: #c8d8dd; }
.uae-landing-product figcaption span { margin-bottom: 9px; color: #70c1cc; font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.uae-landing-product figcaption strong { max-width: 14ch; color: #fff; font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.18; }
.uae-lead-card { border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-lg); }
.uae-lead-card form, .uae-lead-success { padding: clamp(28px, 4vw, 46px); }
.uae-lead-heading { margin-bottom: 26px; }
.uae-lead-heading h2 { max-width: 12ch; margin-bottom: 12px; font-size: clamp(2rem, 3vw, 2.75rem); }
.uae-lead-heading > p:last-child { margin-bottom: 0; color: var(--muted); }
.uae-lead-selects { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.uae-lead-selects .field:last-child { grid-column: 1 / -1; }
.uae-lead-card .field { margin: 13px 0; }
.uae-lead-card .field-error { display: block; min-height: 0; }
.uae-lead-card .field-error:not(:empty) { min-height: 17px; }
.campaign-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.uae-lead-consent { margin: 20px 0 6px; }
.uae-lead-submit { width: 100%; margin-top: 8px; }
.uae-lead-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.uae-lead-assurance { margin: 13px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.uae-lead-success { min-height: 560px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.uae-lead-success[hidden] { display: none; }
.uae-lead-success .success-mark { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 28px; border: 2px solid var(--success); border-radius: 50%; color: var(--success); font-size: 30px; font-weight: 700; }
.uae-lead-success h2 { margin-bottom: 14px; }
.uae-lead-success > p:not(.eyebrow) { max-width: 34ch; color: var(--ink-soft); font-size: 18px; }
.uae-lead-success .button { margin: 18px 0 20px; }
.uae-landing-footer { width: min(1420px, 100%); min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 auto; padding: 18px clamp(20px, 4vw, 56px); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.uae-landing-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.uae-landing-footer a { color: var(--ink-soft); font-weight: 650; }

@media (max-width: 900px) {
  .uae-landing-intro { grid-template-columns: 1fr; }
  .uae-landing-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 24px; align-items: end; }
  .uae-landing-copy > .eyebrow, .uae-landing-copy > h1, .uae-landing-copy > .lead { grid-column: 1; }
  .uae-landing-product { grid-column: 2; grid-row: 1 / span 3; min-height: 330px; margin: 0; }
  .uae-landing-product img { width: 100%; height: 230px; margin-top: 14px; }
  .uae-landing-product figcaption { inset: auto 0 0; width: 100%; min-height: 108px; padding: 20px 22px; background: rgba(19, 43, 53, .9); }
  .uae-landing-product figcaption strong { max-width: none; font-size: 1.25rem; }
}

@media (max-width: 620px) {
  .uae-landing-header { min-height: 64px; }
  .uae-landing-header span { display: none; }
  .uae-landing-intro { display: block; min-height: 0; padding-top: 38px; }
  .uae-landing-copy { display: block; }
  .uae-landing-copy h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); }
  .uae-landing-product { min-height: 210px; margin-top: 30px; }
  .uae-landing-product img { width: 54%; height: 210px; margin-top: 0; }
  .uae-landing-product figcaption { inset: 0 auto 0 0; width: 52%; min-height: 0; padding: 20px; background: transparent; }
  .uae-lead-card { margin-top: 22px; }
  .uae-lead-card form, .uae-lead-success { padding: 26px 20px; }
  .uae-lead-selects { grid-template-columns: 1fr; }
  .uae-lead-selects .field:last-child { grid-column: auto; }
  .uae-lead-success { min-height: 470px; }
  .uae-landing-footer { align-items: flex-start; flex-direction: column; }
  .uae-landing-page .analytics-consent { bottom: calc(12px + env(safe-area-inset-bottom)); }
}
.mobile-mode .application-grid article, .mobile-mode .application-grid article:first-child, .mobile-mode .application-grid article:last-child { min-height: 190px; padding: 26px 0; border-right: 0; }
.mobile-mode .application-grid h3 { margin-top: 26px; }
.mobile-mode .oem-path div { min-height: 140px; }
.mobile-mode .level-list article { grid-template-columns: 1fr; gap: 20px; }
.mobile-mode .process-list li { min-height: 150px; border-right: 0; border-bottom: 1px solid #38525c; }
.mobile-mode .process-list strong { margin-top: 28px; }
.mobile-mode .tooling-checks { columns: 1; }
.mobile-mode .requirements-grid span { min-height: 84px; }
.mobile-mode .rfq-intro { position: static; }
.mobile-mode .form-step { min-height: 0; padding: 30px 20px; }
.mobile-mode .form-actions { align-items: stretch; flex-direction: column-reverse; }
.mobile-mode .form-actions .button { width: 100%; }
.mobile-mode .rfq-selection-item { grid-template-columns: 54px minmax(0, 1fr) auto; gap: 10px; padding: 12px; }
.mobile-mode .rfq-selection-image { width: 54px; height: 54px; grid-row: 1 / span 2; }
.mobile-mode .rfq-selection-item > div { grid-column: 2 / -1; }
.mobile-mode .rfq-selection-item label { grid-column: 2; }
.mobile-mode .rfq-selection-item input { min-height: 44px; }
.mobile-mode .rfq-selection-item .rfq-remove { min-width: 56px; min-height: 44px; display: inline-flex; grid-column: 3; align-items: center; justify-content: center; justify-self: end; }
.mobile-mode .model-picker-option { grid-template-columns: minmax(0, 1fr) 54px; }
.mobile-mode .model-picker-status { display: none; }
.mobile-mode .model-picker-option img { width: 54px; height: 54px; }
.mobile-mode .rfq-dock-wrap { z-index: 52; right: 14px; bottom: 78px; }
.mobile-mode .rfq-dock-popover { position: fixed; z-index: 53; right: 0; bottom: 0; left: 0; width: 100%; max-height: 76vh; display: block; border-radius: 22px 22px 0 0; opacity: 0; transform: translateY(100%); transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s; visibility: hidden; }
.mobile-mode .rfq-dock-wrap.is-open .rfq-dock-popover { opacity: 1; transform: translateY(0); transition-delay: 0s; visibility: visible; }
.mobile-mode .rfq-dock-popover::after { display: none; }
.mobile-mode .rfq-dock-close { display: grid; }
.mobile-mode .site-footer { grid-template-columns: 1fr; gap: 30px; padding-bottom: 96px; }
.mobile-mode .footer-legal { grid-column: auto; }
.mobile-mode .mobile-rfq { position: absolute; right: 0; bottom: 0; left: 0; z-index: 40; display: block; padding: 10px 16px; background: rgba(16, 25, 29, .96); }
.mobile-mode .mobile-rfq a { min-height: 46px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-control); background: var(--accent); color: #fff; font-weight: 720; }
.mobile-mode.is-rfq-page .mobile-rfq { display: none; }

@media (max-width: 1040px) {
  .gallery-viewport { height: 480px; }
}

@media (max-width: 760px) {
  .product-document-media { min-height: 0; }
  .product-gallery[data-gallery] { min-height: 372px; }
  .gallery-viewport { height: min(88vw, 420px); min-height: 300px; }
  .gallery-stage img { padding: 22px; }
  .gallery-arrow, .product-lightbox-arrow, .product-lightbox-close { width: 44px; height: 44px; }
  .gallery-prev { left: 12px; }
  .gallery-next { right: 12px; }
  .gallery-thumbs button { width: 78px; min-height: 84px; grid-template-rows: 60px auto; }
  .gallery-thumbs picture, .gallery-thumbs img { height: 60px; }
  .gallery-thumbs { padding: 9px 10px 11px; }
  .product-lightbox-shell { padding: 68px 54px 48px; }
  .product-lightbox-prev { left: 8px; }
  .product-lightbox-next { right: 8px; }
  .product-lightbox-heading { top: 15px; left: 14px; }
  .product-lightbox-close { top: 10px; right: 10px; }
}

.mobile-mode :is(.product-document-media, .product-gallery)[data-gallery] { min-height: 0; }
.mobile-mode .product-gallery[data-gallery] { min-height: 372px; }
.mobile-mode .gallery-viewport { height: min(88vw, 420px); min-height: 300px; }
.mobile-mode .gallery-stage img { padding: 22px; }
.mobile-mode .gallery-arrow, .mobile-mode .product-lightbox-arrow, .mobile-mode .product-lightbox-close { width: 44px; height: 44px; }
.mobile-mode .gallery-prev { left: 12px; }
.mobile-mode .gallery-next { right: 12px; }
.mobile-mode .gallery-thumbs button { width: 78px; min-height: 84px; grid-template-rows: 60px auto; }
.mobile-mode .gallery-thumbs picture, .mobile-mode .gallery-thumbs img { height: 60px; }
.mobile-mode .gallery-thumbs { padding: 9px 10px 11px; }

/* Arabic experience */
.language-switch { min-width: 42px; min-height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--accent-dark); font-size: 12px; font-weight: 780; letter-spacing: .04em; }
.language-switch:hover, .language-switch:focus-visible { border-color: var(--accent); background: #e8f3f4; color: var(--accent-dark); }
.arabic-document { font-family: Tahoma, Arial, sans-serif; text-align: right; }
.arabic-document .main-nav { direction: rtl; gap: clamp(18px, 2vw, 28px); }
.arabic-document .document-breadcrumbs { direction: rtl; }
.arabic-document .document-breadcrumbs [aria-current="page"] { color: #4e626b; }
.arabic-document .eyebrow { letter-spacing: .05em; }
.arabic-document .catalog-card-specs dd { text-align: left; }
.arabic-document .catalog-card-meta > span:nth-child(2) { text-align: right; }
.arabic-document .card-actions, .arabic-document .action-row, .arabic-document .product-document-actions { justify-content: flex-start; }
.arabic-document .supply-disclosure { padding-right: 16px; padding-left: 0; border-right: 3px solid var(--accent); border-left: 0; }
.arabic-document .product-document-specs div { padding: 18px 0 18px 16px; }
.arabic-document .product-document-specs div + div { padding-right: 16px; padding-left: 0; border-right: 1px solid var(--line); border-left: 0; }
.arabic-document .product-document-specs dd, .arabic-document .product-document-spec-group dd { text-align: right; }
.arabic-document .rfq-dock-wrap { right: auto; left: 24px; }
.arabic-document .rfq-dock-popover { right: auto; left: 0; }
.arabic-document .rfq-dock-popover::after { right: auto; left: 34px; }
.arabic-document .rfq-dock-review { text-align: right; }
.arabic-document .rfq-dock-item { direction: rtl; }
.arabic-document .rfq-dock-item img { object-fit: contain; }

.arabic-home-hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, .94fr) minmax(480px, .86fr); gap: clamp(44px, 6vw, 96px); align-items: center; }
.arabic-home-hero h1 { max-width: 11ch; font-size: clamp(3.8rem, 6vw, 6.5rem); line-height: .96; }
.arabic-home-hero .lead { max-width: 51ch; }
.arabic-trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 42px 0 0; border-top: 1px solid var(--line); }
.arabic-trust-row div { padding: 18px 0 0 16px; }
.arabic-trust-row dt { color: var(--muted); font-size: 11px; }
.arabic-trust-row dd { margin: 5px 0 0; color: var(--ink); font-weight: 760; }
.arabic-hero-visual { position: relative; min-height: 590px; }
.arabic-hero-visual figure { position: absolute; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: var(--radius-card); background: var(--surface-soft); box-shadow: var(--shadow-lg); }
.arabic-hero-visual figure:first-child { inset: 0 0 72px 22%; }
.arabic-hero-visual figure:last-child { right: auto; bottom: 0; left: 0; width: 48%; height: 47%; background: var(--paper); }
.arabic-hero-visual picture, .arabic-hero-visual img { width: 100%; height: 100%; object-fit: contain; }
.arabic-hero-visual img { padding: 30px 28px 68px; }
.arabic-hero-visual figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; border-top: 1px solid var(--line); background: rgba(255,255,255,.93); }
.arabic-hero-visual figcaption span { color: var(--muted); }
.arabic-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.arabic-paths article { min-height: 280px; padding: clamp(28px, 4vw, 52px); background: var(--paper); }
.arabic-paths article > span { color: var(--accent); font-size: 13px; font-weight: 800; }
.arabic-paths h2 { margin-top: 42px; font-size: clamp(1.55rem, 2.2vw, 2.3rem); }
.arabic-paths p { color: var(--muted); }

.arabic-oem-hero { min-height: 620px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: clamp(48px, 7vw, 104px); align-items: center; background: var(--navy); color: #bed0d5; }
.arabic-oem-hero > div { max-width: 760px; }
.arabic-oem-hero .eyebrow { color: #60c1ce; }
.arabic-oem-hero h1 { max-width: 12ch; color: #fff; font-size: clamp(3.5rem, 5.4vw, 5.8rem); }
.arabic-oem-hero .lead { color: #c4d4d8; }
.arabic-oem-hero dl { overflow: hidden; margin: 0; border: 1px solid #49636d; border-radius: var(--radius-card); background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }
.arabic-oem-hero dl div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 24px 26px; }
.arabic-oem-hero dl div + div { border-top: 1px solid #49636d; }
.arabic-oem-hero dt { color: #c5d5d9; }
.arabic-oem-hero dd { margin: 0; color: #fff; font-weight: 780; text-align: left; }
.arabic-oem-hero .action-row { justify-content: flex-start; }
.arabic-process { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(42px, 7vw, 100px); align-items: start; background: #e9eef0; }
.arabic-process ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0; padding: 0; background: var(--line); list-style: none; }
.arabic-process li { min-height: 250px; padding: 28px; background: var(--surface); }
.arabic-process li > span { color: var(--accent); font-size: 12px; font-weight: 800; }
.arabic-process li > strong { display: block; margin-top: 42px; font-size: 1.18rem; }
.arabic-process li p { margin: 10px 0 0; color: var(--muted); }

.arabic-resource-summary { display: grid; gap: 8px; padding: clamp(28px, 4vw, 46px); border: 1px solid #48636d; border-radius: var(--radius-card); background: rgba(255, 255, 255, .045); box-shadow: 0 24px 60px rgba(0, 0, 0, .18); }
.arabic-resource-summary > strong { color: #fff; font-size: clamp(4rem, 7vw, 6.5rem); line-height: .9; }
.arabic-resource-summary > span { color: #bcd0d5; font-weight: 720; }
.arabic-resource-summary dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 28px 0 0; border-top: 1px solid #49636d; }
.arabic-resource-summary dl div { padding: 18px 0 0 16px; }
.arabic-resource-summary dt { color: #91aab1; font-size: 11px; }
.arabic-resource-summary dd { margin: 5px 0 0; color: #fff; font-weight: 720; }
.arabic-document .resources-hub-heading > p { justify-self: start; }
.arabic-resource-briefs { background: var(--paper); }
.arabic-resource-briefs > * { max-width: var(--max-width); margin-right: auto; margin-left: auto; }
.arabic-resource-brief { scroll-margin-top: 100px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .8fr) auto; gap: clamp(30px, 5vw, 68px); align-items: center; padding: 36px 0; border-top: 1px solid var(--line); }
.arabic-resource-brief > div > span { color: var(--accent); font-size: 12px; font-weight: 800; }
.arabic-resource-brief .eyebrow { margin: 14px 0 8px; }
.arabic-resource-brief h2 { max-width: 20ch; margin-bottom: 12px; font-size: clamp(1.65rem, 2.6vw, 2.65rem); }
.arabic-resource-brief p { max-width: 62ch; margin: 0; color: var(--muted); }
.arabic-resource-brief ul { display: grid; gap: 10px; margin: 0; padding: 0 22px 0 0; color: var(--ink-soft); }
.arabic-resource-brief > .text-action { white-space: nowrap; }

.arabic-quote-layout, .arabic-uae-hero { display: grid; grid-template-columns: minmax(0, .72fr) minmax(520px, .88fr); gap: clamp(44px, 7vw, 110px); align-items: start; padding-top: clamp(48px, 7vw, 100px); padding-bottom: clamp(72px, 9vw, 130px); }
.arabic-quote-layout h1, .arabic-uae-hero h1 { max-width: 12ch; font-size: clamp(3.4rem, 5vw, 5.5rem); }
.arabic-contact-card { display: grid; gap: 10px; margin-top: 38px; padding: 24px; border-right: 3px solid var(--accent); background: #e3f0f2; }
.arabic-contact-card a { color: var(--accent-dark); font-weight: 760; }
.arabic-contact-card p { margin: 4px 0 0; color: var(--muted); }
.arabic-form-card { overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-lg); }
.arabic-form-card > h2 { padding: 32px 36px 0; }
.arabic-quote-form, .arabic-form-success { padding: clamp(26px, 4vw, 44px); }
.arabic-quote-form .field { display: grid; gap: 8px; margin-bottom: 18px; }
.arabic-quote-form .field > span { color: var(--ink); font-size: 13px; font-weight: 760; }
.arabic-quote-form :is(input, select, textarea) { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-control); background: #fff; color: var(--ink); font: inherit; text-align: right; }
.arabic-quote-form textarea { min-height: 110px; resize: vertical; }
.arabic-quote-form :is(input, select, textarea):focus { outline: 3px solid rgba(8,120,138,.18); border-color: var(--accent); }
.arabic-quote-form .field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.arabic-selected-products { margin: 2px 0 22px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-control); background: #f5f8f9; }
.arabic-selected-products[hidden] { display: none; }
.arabic-selected-products > header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px; border-bottom: 1px solid var(--line); }
.arabic-selected-products > header .eyebrow { margin-bottom: 5px; }
.arabic-selected-products > header h2 { margin: 0; font-size: 1.15rem; }
.arabic-selected-products > header > strong { color: var(--muted); font-size: 12px; }
.arabic-selection-item { display: grid; grid-template-columns: 64px minmax(0, 1fr) 92px auto; gap: 14px; align-items: center; padding: 14px 18px; background: #fff; }
.arabic-selection-item + .arabic-selection-item { border-top: 1px solid var(--line); }
.arabic-selection-item img { width: 64px; height: 64px; object-fit: contain; border-radius: 8px; background: var(--surface-soft); }
.arabic-selection-item > div { display: grid; gap: 4px; min-width: 0; }
.arabic-selection-item > div strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.arabic-selection-item > div span { color: var(--muted); font-size: 11px; }
.arabic-selection-item label { display: grid; gap: 4px; color: var(--muted); font-size: 11px; }
.arabic-selection-item label input { min-height: 42px; padding: 8px 10px; text-align: center; }
.arabic-selection-item .text-action { justify-self: end; }
.arabic-quote-form .consent-check { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; margin: 8px 0 20px; color: var(--muted); font-size: 13px; }
.arabic-quote-form .consent-check input { width: 18px; min-height: 18px; margin-top: 2px; }
.arabic-quote-form .honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.arabic-quote-form .form-error { min-height: 22px; color: #a83333; }
.arabic-quote-form > .button { width: 100%; }
.arabic-form-success[hidden] { display: none; }
.arabic-form-success { min-height: 520px; display: flex; justify-content: center; flex-direction: column; }
.arabic-form-success h2 { margin-bottom: 14px; }
.arabic-uae-page, .arabic-quick-page { background: #edf2f3; }
.arabic-document .customer-oem-case-note { padding-right: 16px; padding-left: 0; border-right: 2px solid #4e8491; border-left: 0; }
.arabic-document .factory-evidence-card figcaption { text-align: right; }
.arabic-document .oem-product-group-summary { text-align: right; }
.arabic-document .oem-group-nav { direction: rtl; }
.arabic-uae-hero .plain-checks { display: grid; gap: 14px; margin: 34px 0 0; padding: 0; list-style: none; }
.arabic-uae-hero .plain-checks li { position: relative; padding-right: 28px; }
.arabic-uae-hero .plain-checks li::before { content: "✓"; position: absolute; right: 0; color: var(--accent); font-weight: 900; }

@media (max-width: 960px) {
  .arabic-home-hero, .arabic-oem-hero, .arabic-process, .arabic-quote-layout, .arabic-uae-hero { grid-template-columns: 1fr; }
  .arabic-process ol { grid-template-columns: 1fr; }
  .arabic-resource-brief { grid-template-columns: 1fr; }
  .arabic-hero-visual { min-height: 520px; }
  .arabic-paths { grid-template-columns: 1fr; }
  .arabic-paths article { min-height: 220px; }
}

@media (max-width: 760px) {
  .main-nav .language-switch { width: max-content; }
  .arabic-home-hero { min-height: 0; padding-top: 44px; }
  .arabic-home-hero h1, .arabic-oem-hero h1, .resources-hub-copy h1, .arabic-quote-layout h1, .arabic-uae-hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .arabic-trust-row { grid-template-columns: 1fr; }
  .arabic-trust-row div { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .arabic-hero-visual { min-height: 430px; }
  .arabic-hero-visual figure:first-child { inset: 0 0 55px 12%; }
  .arabic-hero-visual figure:last-child { width: 52%; height: 43%; }
  .arabic-hero-visual img { padding: 18px 14px 58px; }
  .arabic-quote-layout, .arabic-uae-hero { padding-top: 42px; }
  .arabic-quote-form .field-row { grid-template-columns: 1fr; gap: 0; }
  .arabic-selection-item { grid-template-columns: 52px minmax(0, 1fr) 74px; gap: 10px; padding: 12px; }
  .arabic-selection-item img { width: 52px; height: 52px; }
  .arabic-selection-item .text-action { grid-column: 3; justify-self: end; }
  .arabic-form-card > h2 { padding: 26px 20px 0; }
  .arabic-document .rfq-dock-wrap { right: auto; left: 14px; }
  .arabic-document .rfq-dock-popover { right: 0; left: 0; }
  .arabic-document .product-document-specs div { padding: 14px 0; }
  .arabic-document .product-document-specs div + div { padding-right: 0; border-top: 1px solid var(--line); border-right: 0; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}
@media (max-width: 760px) {
  .factory-evidence-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .factory-evidence-card { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .factory-evidence-card:nth-child(2), .factory-evidence-card:nth-child(3) { aspect-ratio: 4 / 5; }
  .company-hero { padding: 46px 20px 64px; }
  .company-hero-copy h1 { font-size: clamp(2.7rem, 11vw, 3.7rem); }
  .company-hero-evidence-head { align-items: flex-start; flex-direction: column; }
  .company-hero-evidence-head > span { text-align: left; }
  .company-hero-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 170px; }
  .company-hero-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .company-proof-strip { grid-template-columns: 1fr; margin: 0 20px; }
  .company-proof-strip article + article { border-top: 1px solid var(--line); border-left: 0; }
  .resource-featured { grid-template-columns: 1fr; }
  .resource-featured-image { min-height: 250px; }
  .resources-hub-cta { grid-template-columns: 1fr; }
  .resources-hub-cta .action-row { grid-column: auto; }
  .customer-oem-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-areas: "featured featured" "tool case" "accessory accessory"; }
  .customer-oem-case-media-featured { aspect-ratio: auto; }
  .customer-oem-case-media-featured img { aspect-ratio: 25 / 16; }
  .customer-oem-case-media-accessory { grid-template-columns: minmax(105px, .6fr) minmax(0, 1fr); grid-template-rows: minmax(180px, 1fr); }
  .customer-oem-case-media-accessory figcaption { border-top: 0; border-left: 1px solid var(--line); }
  .customer-oem-case-media:not(.customer-oem-case-media-featured) { min-height: 240px; }
  .customer-oem-deliverables { grid-template-columns: 1fr; }
  .oem-sample-video, .product-document-video { grid-template-columns: 1fr; }
}
