:root {
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #f7f5f1;
  background: #0b0b0a;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #0b0b0a;
  --bronze: #a8673b;
  --bronze-bright: #c38a5b;
  --muted: #c9c5bd;
  --paper: #f2eee8;
  --line: #d9d6d0;
  --content-max: 1280px;
  --wide-max: 1440px;
  --desktop-gutter-total: clamp(64px, 8vw, 160px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 100; padding: .6rem .8rem; color: #fff; background: #111; }
.skip-link:focus { top: 1rem; }

button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }

.site-shell { min-height: 100vh; background: #fff; }

/* Shared page canvas: content modules keep their own intentional surfaces. */
body .core-shaker-v2-page { --v2-paper: #fff; }
body .oem-blueprint-page { background: #fff; }
body .resources-blueprint-page { background: #fff; }
.site-header-wrap { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid rgba(11, 11, 10, 0.1); }

.site-header {
  position: relative;
  z-index: 32;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 82px;
  padding: 0 42px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.985);
  border-bottom: 0;
}

.brand { display: inline-flex; align-items: center; justify-self: start; }
.brand img { display: block; width: 188px; height: auto; }

.main-nav { display: flex; align-items: center; gap: clamp(24px, 2.2vw, 44px); }
.main-nav button, .nav-link {
  position: relative;
  padding: 12px 0;
  color: #11110f;
  font-size: 13px;
  font-weight: 770;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.nav-link span { display: inline-block; margin-left: 4px; font-size: 11px; transition: transform 180ms ease; }
.mega-is-open .nav-link span { transform: rotate(180deg); }
.main-nav button::after, .nav-link::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--bronze);
  opacity: 0;
  transform: scaleX(0);
  transition: opacity 180ms ease, transform 180ms ease;
}
.main-nav button:hover::after, .main-nav button:focus-visible::after, .nav-link:hover::after, .nav-link:focus-visible::after, .nav-link.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta {
  justify-self: end;
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  cursor: pointer;
  background: #090908;
  border: 1px solid #090908;
  transition: color 180ms ease, background 180ms ease;
}
.header-cta:hover, .header-cta:focus-visible { color: #11110f; background: #fff; }
.header-cart {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  color: #11110f;
  font-size: 12px;
  font-weight: 820;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #11110f;
}
.header-cart span { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; color: #fff; font-size: 10px; background: #11110f; border-radius: 999px; }
.mobile-menu, .mobile-panel { display: none; }

.mega-menu {
  position: absolute;
  top: 82px;
  right: 0;
  left: 0;
  z-index: 31;
  visibility: hidden;
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid #cfcac3;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
}
.mega-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-menu-inner { display: grid; grid-template-columns: 1fr 1fr; max-width: 1480px; margin: 0 auto; }
.mega-column { padding: 34px clamp(34px, 5.1vw, 78px) 26px; }
.mega-column + .mega-column { border-left: 1px solid #dedad4; }
.mega-column > h2 { margin: 0 0 18px; color: var(--bronze); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.mega-image-wrap { height: 198px; overflow: hidden; background: #f5f3ef; }
.mega-image-wrap img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; mix-blend-mode: multiply; }
.mega-links { display: grid; grid-template-columns: 1fr; padding-top: 12px; }
.mega-links button, .mega-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  padding: 0;
  color: #2d2b28;
  font-size: 12px;
  font-weight: 780;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8d4ce;
}
.mega-links button:hover, .mega-links button:focus-visible, .mega-links a:hover, .mega-links a:focus-visible { color: var(--bronze); }
.mega-links button span:last-child, .mega-links a span:last-child { color: var(--bronze); transition: transform 160ms ease; }
.mega-links button:hover span:last-child, .mega-links button:focus-visible span:last-child, .mega-links a:hover span:last-child, .mega-links a:focus-visible span:last-child { transform: translateX(4px); }
.product-menu-label { display: grid; gap: 2px; }
.product-menu-label small { color: #837b72; font-size: 8px; font-weight: 760; letter-spacing: .06em; line-height: 1.25; text-transform: uppercase; }
.mega-footer-link { display: inline-flex; align-items: center; gap: 10px; min-height: 38px; margin-top: 11px; padding: 0; color: var(--bronze); font-size: 12px; font-weight: 850; cursor: pointer; background: transparent; border: 0; }
.mega-footer-link:hover span, .mega-footer-link:focus-visible span { transform: translateX(4px); }
.mega-footer-link span { transition: transform 160ms ease; }
.mega-oem-summary { padding-top: 15px; }
.mega-oem-summary > p { margin: 0 0 13px; color: #635d55; font-size: 11px; line-height: 1.55; }
.oem-capability-list { display: flex; flex-wrap: wrap; gap: 7px; }
.oem-capability-list > span { display: inline-flex; align-items: center; min-height: 27px; padding: 0 9px; color: #4e4841; font-size: 9px; font-weight: 800; letter-spacing: .04em; background: #f0ede8; border: 1px solid #d5d0c9; }

.shop-mega {
  right: auto;
  left: 50%;
  box-sizing: border-box;
  width: min(calc(100vw - 84px), 1396px);
  padding: 0;
  background: transparent;
  border-bottom: 0;
  transform: translateX(-50%) translateY(-8px);
}
.shop-mega.is-open { transform: translateX(-50%) translateY(0); }
.shop-mega-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  width: min(100%, 1396px);
  min-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedad4;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 20px 42px rgba(18, 15, 11, .13);
}
.shop-mega-featured, .shop-mega-accessories { padding: 44px clamp(34px, 4.2vw, 64px) 42px; }
.shop-mega-featured > p, .shop-mega-accessories > p {
  margin: 0 0 25px;
  color: var(--bronze);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.shop-mega-featured > div {
  display: grid;
  grid-template-columns: minmax(200px, .78fr) minmax(240px, 1.22fr);
  gap: clamp(22px, 3vw, 54px);
  align-items: center;
}
.shop-mega-featured article { display: grid; justify-items: start; }
.shop-mega-featured h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 2.4vw, 43px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .96;
}
.shop-mega-featured strong {
  margin-top: 16px;
  color: #48423c;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.35;
  text-transform: uppercase;
}
.shop-mega-featured article > span {
  display: block;
  margin-top: 14px;
  color: #475569;
  font-size: 13.25px;
  line-height: 1.5;
}
.shop-mega-featured b {
  display: block;
  margin-top: 24px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.03em;
}
.shop-mega-featured b small {
  margin-left: 4px;
  color: #82796f;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  vertical-align: middle;
}
.shop-menu-price-note {
  display: block;
  max-width: 240px;
  margin-top: 6px;
  color: #64748b;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.4;
}
.shop-mega-featured img {
  display: block;
  width: 100%;
  max-height: 302px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.shop-mega-featured a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: #f45112;
  border-radius: 4px;
}
.shop-mega-featured .shop-menu-price-note + a { margin-top: 14px; }
.shop-mega-featured a:hover, .shop-mega-featured a:focus-visible { color: #fff; background: #d9430c; }
.shop-mega-featured a i { font-size: 17px; font-style: normal; transition: transform 160ms ease; }
.shop-mega-featured a:hover i, .shop-mega-featured a:focus-visible i { transform: translateX(4px); }
.shop-mega-accessories { border-left: 1px solid #dedad4; background: #fff; }
.shop-accessory-list { display: grid; }
.shop-accessory-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 23px;
  align-items: center;
  min-height: 118px;
  cursor: default;
  border-bottom: 1px solid #dedad4;
}
.shop-accessory-thumb {
  display: grid;
  place-items: center;
  width: 112px;
  height: 98px;
  background: #f7f5f1;
  border: 1px dashed #cfc8bf;
  border-radius: 10px;
}
.shop-accessory-thumb span {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .5px;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}
.shop-accessory-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.shop-accessory-thumb-trigger { position: relative; padding: 0; overflow: hidden; cursor: zoom-in; }
.shop-accessory-thumb-trigger::after { position: absolute; inset: 0; background: rgba(8, 11, 16, .48); content: ""; opacity: 0; transition: opacity 160ms ease; }
.shop-accessory-thumb-trigger span { position: absolute; z-index: 1; color: #fff; opacity: 0; transition: opacity 160ms ease; }
.shop-accessory-thumb-trigger:hover::after, .shop-accessory-thumb-trigger:focus-visible::after, .shop-accessory-thumb-trigger:hover span, .shop-accessory-thumb-trigger:focus-visible span { opacity: 1; }
.shop-accessory-thumb-trigger:focus-visible { outline: 2px solid #f45112; outline-offset: 3px; }
.shop-accessory-lightbox { position: fixed; inset: 0; z-index: 10001; display: grid; place-items: center; padding: clamp(18px, 4vw, 56px); background: rgba(3, 7, 12, .9); }
.shop-accessory-lightbox-dialog { position: relative; display: grid; gap: 12px; width: min(900px, 100%); max-height: 100%; margin: 0; color: #fff; }
.shop-accessory-lightbox-dialog img { display: block; width: 100%; max-height: calc(100vh - 132px); object-fit: contain; background: #f7f5f1; }
.shop-accessory-lightbox-dialog figcaption { font-size: 13px; font-weight: 800; text-align: center; }
.shop-accessory-lightbox-close { position: absolute; top: -16px; right: -16px; z-index: 1; display: grid; width: 38px; height: 38px; padding: 0 0 3px; color: #111827; font-size: 24px; line-height: 1; cursor: pointer; background: #fff; border: 0; border-radius: 50%; }
.shop-accessory-row > div { display: grid; gap: 6px; }
.shop-accessory-row strong { color: var(--ink); font-size: 17px; font-weight: 900; letter-spacing: -.025em; line-height: 1.1; }
.shop-accessory-row small { color: #64748b; font-size: 11px; font-weight: 500; line-height: 1.35; }
.shop-accessory-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 0;
  padding: 3px 8px;
  color: #655b51;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.4;
  background: #f1eee9;
  border: 1px solid #e2ddd5;
  border-radius: 999px;
}

.products-shell { color: var(--ink); background: #fff; }
.products-overview { background: var(--paper); }
.overview-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: clamp(70px, 8vw, 140px);
  align-items: end;
  min-height: 390px;
  padding: 94px clamp(42px, 5.2vw, 82px) 68px;
}
.products-eyebrow { margin: 0 0 23px; color: var(--bronze); font-size: 11px; font-weight: 900; letter-spacing: 0.19em; }
.overview-intro h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(52px, 4.6vw, 74px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.overview-intro-copy { padding: 0 0 4px; border-top: 1px solid #bdb7ae; }
.overview-intro-copy p { margin: 20px 0 0; color: #57524b; font-size: 15px; line-height: 1.7; }
.overview-intro-copy p + p { margin-top: 13px; }
.overview-banner { position: relative; height: min(38vw, 500px); min-height: 360px; margin: 0; overflow: hidden; background: #e8e1d7; border-top: 1px solid #d3cdc4; border-bottom: 1px solid #d3cdc4; }
.overview-banner img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.overview-banner figcaption { position: absolute; right: 22px; bottom: 20px; padding: 9px 11px; color: #e7e2d9; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; background: rgba(11,11,10,.76); }
.overview-families { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-bottom: 1px solid #d5d0c8; }
.overview-family { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr); grid-template-rows: auto auto 1fr; column-gap: clamp(42px, 4vw, 78px); padding: 72px clamp(42px, 5.2vw, 82px) 78px; }
.overview-family + .overview-family { border-left: 1px solid #d5d0c8; }
.family-index { grid-column: 1 / -1; margin: 0 0 28px; color: var(--bronze); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.overview-family h2 { grid-column: 1; grid-row: 2; align-self: start; margin: 0; color: var(--ink); font-size: clamp(34px, 3vw, 48px); font-weight: 870; letter-spacing: -.045em; line-height: 1.02; }
.family-description { grid-column: 2; grid-row: 2; align-self: start; margin: 2px 0 28px; color: #5d5851; font-size: 14px; line-height: 1.7; }
.family-links { grid-column: 2; grid-row: 3; display: grid; }
.family-links button, .family-links a { display: flex; align-items: center; justify-content: space-between; min-height: 39px; padding: 0; color: #292622; font-size: 12px; font-weight: 770; text-align: left; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid #d9d4cd; }
.family-links button:first-child, .family-links a:first-child { border-top: 1px solid #d9d4cd; }
.family-links button span:last-child, .family-links a span:last-child { color: var(--bronze); transition: transform 160ms ease; }
.family-links button:hover, .family-links button:focus-visible, .family-links a:hover, .family-links a:focus-visible { color: var(--bronze); }
.family-links button:hover span:last-child, .family-links button:focus-visible span:last-child, .family-links a:hover span:last-child, .family-links a:focus-visible span:last-child { transform: translateX(4px); }
.oem-family-summary { grid-column: 2; grid-row: 3; }
.oem-family-summary figure { position: relative; height: 190px; margin: 0 0 18px; overflow: hidden; background: #e8e3dc; }
.oem-family-summary figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.oem-family-summary figcaption { position: absolute; right: 9px; bottom: 9px; padding: 6px 7px; color: #ddd8d1; font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; background: rgba(13,13,12,.75); }
.oem-family-summary > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; padding: 8px 0; color: var(--bronze); font-size: 11px; font-weight: 850; border-bottom: 1px solid var(--bronze); }
.oem-family-summary > a span { transition: transform 160ms ease; }
.oem-family-summary > a:hover span, .oem-family-summary > a:focus-visible span { transform: translateX(4px); }

.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: clamp(700px, 78svh, 960px); overflow: hidden; background: #0a0a09; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media, .hero-media picture, .hero-media img, .hero-shade { border-radius: inherit; }
.hero-media { z-index: 0; overflow: hidden; background: #0a0a09; transform-origin: 74% 48%; animation: heartbeat-impact 4.4s linear infinite; }
.hero-media picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; transform: scale(1.018); }
.hero-media-base { animation: ambient-drift 12s ease-in-out infinite alternate; }
.hero-shade { z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(6,6,6,.8) 0%, rgba(6,6,6,.56) 38%, rgba(6,6,6,.12) 67%, rgba(6,6,6,.06) 100%); }
.hero-content { position: relative; z-index: 2; width: min(620px, 45vw); margin-left: clamp(42px, 5.2vw, 84px); padding: 60px 0 74px; }
.eyebrow { margin: 0 0 22px; color: var(--bronze-bright); font-size: clamp(11px,.82vw,14px); font-weight: 850; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.hero h1 { max-width: 590px; margin: 0; color: #fff; font-size: clamp(54px,4.6vw,74px); font-weight: 860; letter-spacing: -.058em; line-height: .97; text-wrap: balance; }
.hero-copy { max-width: 560px; margin: 25px 0 0; color: var(--muted); font-size: clamp(16px,1.05vw,18px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 210px; min-height: 56px; padding: 0 24px; font-size: 14px; font-weight: 820; cursor: pointer; transition: color 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover, .button:focus-visible, .header-cta:active, .button:active { animation: tactile-click 210ms linear; }
.button-primary { color: #11110f; background: #fff; border: 1px solid #fff; }
.button-primary:hover, .button-primary:focus-visible { color: #fff; background: transparent; }
.button-secondary { color: #fff; background: rgba(8,8,8,.2); border: 1px solid rgba(195,138,91,.9); }
.button-secondary:hover, .button-secondary:focus-visible { color: #11110f; background: var(--bronze-bright); border-color: var(--bronze-bright); }
.motion-control, .concept-label { position: absolute; bottom: 28px; z-index: 2; color: rgba(255,255,255,.66); font-size: 11px; font-weight: 780; letter-spacing: .18em; line-height: 1; text-transform: uppercase; }
.motion-control { left: clamp(42px,5.2vw,84px); padding: 8px 0; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.38); }
.concept-label { right: 34px; margin: 0; }
.motion-paused .hero-media, .motion-paused .hero-media img, .motion-paused .button, .motion-paused .header-cta { animation-play-state: paused; }

.home-page { color: var(--ink); background: #fff; }
.home-core { display: grid; grid-template-columns: minmax(420px, .78fr) minmax(0, 1.22fr); gap: clamp(60px, 8vw, 140px); align-items: center; background: #fff; border-bottom: 1px solid #d5d0c8; }
.home-core-copy h2, .home-installation-copy h2, .home-manufacturing-copy h2 { max-width: 720px; margin: 18px 0 0; font-size: clamp(49px, 4.7vw, 70px); font-weight: 900; letter-spacing: -.062em; line-height: .96; }
.home-core-copy > p:not(.section-kicker) { max-width: 650px; margin: 27px 0 0; color: #5e5851; font-size: 14px; line-height: 1.78; }
.home-core-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; border-top: 1px solid #c5bfb7; border-left: 1px solid #c5bfb7; }
.home-core-specs > div { display: grid; gap: 8px; min-height: 100px; padding: 19px 17px; border-right: 1px solid #c5bfb7; border-bottom: 1px solid #c5bfb7; }
.home-core-specs strong { font-size: 22px; letter-spacing: -.02em; }
.home-core-specs span { align-self: end; color: #756e66; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.home-core-copy .home-core-applications { margin-top: 18px; color: var(--bronze); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-core > .asset-placeholder { min-height: 610px; background: #e4dfd8; }
.home-applications { background: #fff; border-bottom: 1px solid #d5d0c8; }
.home-application-layout { display: grid; grid-template-columns: minmax(250px, .33fr) minmax(0, 1.67fr); gap: clamp(35px, 5vw, 76px); }
.home-application-tabs { display: grid; align-content: start; border-top: 1px solid #c8c2ba; }
.home-application-tabs button { display: grid; grid-template-columns: 34px 1fr auto; gap: 13px; align-items: center; min-height: 68px; padding: 0 4px; color: #625c54; text-align: left; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid #c8c2ba; }
.home-application-tabs button span { color: #8a837a; font-size: 8px; font-weight: 850; letter-spacing: .1em; }
.home-application-tabs button strong { font-size: 12px; }
.home-application-tabs button i { color: var(--bronze); font-style: normal; opacity: 0; transform: translateX(-5px); transition: opacity 160ms ease, transform 160ms ease; }
.home-application-tabs button:hover, .home-application-tabs button:focus-visible, .home-application-tabs button.is-active { color: var(--bronze); }
.home-application-tabs button.is-active i { opacity: 1; transform: translateX(0); }
.home-application-panel { display: grid; grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr); gap: clamp(38px, 5vw, 80px); align-items: center; min-height: 570px; padding: clamp(34px, 4vw, 60px); background: #f2eee8; border: 1px solid #d0cac2; }
.home-application-copy h3 { max-width: 620px; margin: 17px 0 0; font-size: clamp(36px, 3.5vw, 52px); letter-spacing: -.05em; line-height: 1; }
.home-application-copy > p:not(.section-kicker) { max-width: 610px; margin: 24px 0 0; color: #625c54; font-size: 13px; line-height: 1.75; }
.home-application-copy ul { margin: 27px 0 0; padding: 0; list-style: none; border-top: 1px solid #c8c2ba; }
.home-application-copy li { padding: 11px 0; color: #575149; font-size: 10px; line-height: 1.5; border-bottom: 1px solid #c8c2ba; }
.home-application-visual { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: #e4dfd8; }
.home-application-visual img { display: block; width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.home-application-visual figcaption { position: absolute; right: 16px; bottom: 16px; padding: 9px 11px; color: #f7f4ef; font-size: 8px; font-weight: 850; letter-spacing: .14em; line-height: 1; text-transform: uppercase; background: rgba(19, 18, 17, .76); backdrop-filter: blur(8px); }
.home-installation { display: grid; grid-template-columns: minmax(390px, .8fr) minmax(0, 1.2fr); gap: clamp(55px, 8vw, 130px); align-items: center; color: #fff; background: #11110f; border-bottom: 1px solid #302d29; }
.home-installation-copy > p:not(.section-kicker) { max-width: 670px; margin: 27px 0 0; color: #aaa49c; font-size: 14px; line-height: 1.78; }
.home-installation-notes { margin-top: 34px; border-top: 1px solid #3b3834; }
.home-installation-notes > div { display: grid; grid-template-columns: minmax(125px, .32fr) minmax(0, .68fr); gap: 24px; padding: 14px 0; border-bottom: 1px solid #3b3834; }
.home-installation-notes strong { color: #fff; font-size: 11px; }
.home-installation-notes span { color: #aaa49c; font-size: 10px; line-height: 1.55; }
.home-installation > .asset-placeholder { min-height: 540px; color: #c6c0b8; background: #1d1b19; border-color: #403c37; }
.home-installation > .asset-placeholder span { color: var(--bronze-bright); }
.home-installation > .asset-placeholder small { color: #8f8880; }
.home-signal-flow { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); margin: 4px 0 0; padding: 0; list-style: none; border-top: 1px solid #3b3834; border-left: 1px solid #3b3834; }
.home-signal-flow li { position: relative; display: grid; align-content: space-between; min-height: 128px; padding: 18px; border-right: 1px solid #3b3834; border-bottom: 1px solid #3b3834; }
.home-signal-flow li:not(:last-child)::after { position: absolute; top: 50%; right: -7px; z-index: 2; width: 13px; height: 13px; content: ""; background: #11110f; border-top: 1px solid #3b3834; border-right: 1px solid #3b3834; transform: translateY(-50%) rotate(45deg); }
.home-signal-flow span { color: var(--bronze-bright); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.home-signal-flow strong { align-self: end; margin-top: 30px; color: #fff; font-size: 11px; }
.home-manufacturing { display: grid; grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr); gap: clamp(60px, 8vw, 140px); align-items: center; background: #fff; }
.home-manufacturing-copy > p:not(.section-kicker) { max-width: 660px; margin: 27px 0 0; color: #5e5851; font-size: 14px; line-height: 1.78; }
.home-manufacturing-list { margin-top: 33px; border-top: 1px solid #c5bfb7; }
.home-manufacturing-list > div { display: grid; grid-template-columns: 45px 1fr; align-items: center; min-height: 53px; border-bottom: 1px solid #c5bfb7; }
.home-manufacturing-list span { color: var(--bronze); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.home-manufacturing-list strong { font-size: 11px; }
.home-manufacturing > .asset-placeholder { min-height: 580px; background: #e3ded7; }

.notice { position: fixed; right: 28px; bottom: 28px; z-index: 60; padding: 15px 18px; color: #11110f; font-size: 13px; font-weight: 720; pointer-events: none; background: #fff; border-left: 3px solid var(--bronze); opacity: 0; transform: translateY(10px); transition: opacity 180ms ease, transform 180ms ease; box-shadow: 0 12px 35px rgba(0,0,0,.16); }
.notice.is-visible { opacity: 1; transform: translateY(0); }
button:focus-visible, a:focus-visible { outline: 3px solid #e4a66f; outline-offset: 4px; }

.site-footer { color: #fff; background: #0f0f0e; border-top: 1px solid #292724; }
.site-footer-main { display: grid; grid-template-columns: minmax(420px, 1.5fr) minmax(180px, .5fr) minmax(180px, .5fr); gap: clamp(55px, 8vw, 130px); padding: 82px clamp(42px, 6vw, 94px) 72px; }
.footer-brand { max-width: 660px; }
.footer-logo { display: inline-flex; }
.footer-logo img { display: block; width: 195px; height: auto; filter: invert(1); }
.footer-brand h2 { max-width: 560px; margin: 40px 0 0; font-size: clamp(34px, 3.2vw, 48px); font-weight: 900; letter-spacing: -.052em; line-height: .98; }
.footer-brand > p { max-width: 590px; margin: 21px 0 0; color: #aaa49c; font-size: 12px; line-height: 1.75; }
.footer-support { display: grid; gap: 8px; margin-top: 32px; }
.footer-support span, .footer-nav > strong { color: var(--bronze-bright); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-support a { width: fit-content; color: #fff; font-size: 13px; font-weight: 760; border-bottom: 1px solid #5d5851; }
.footer-support a:hover, .footer-support a:focus-visible { color: var(--bronze-bright); border-color: var(--bronze-bright); }
.footer-nav { display: grid; align-content: start; }
.footer-nav > strong { margin-bottom: 18px; }
.footer-nav a { display: flex; align-items: center; min-height: 40px; color: #c7c1b9; font-size: 11px; border-bottom: 1px solid #302e2b; }
.footer-nav a:first-of-type { border-top: 1px solid #302e2b; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--bronze-bright); }
.site-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 78px; padding: 18px clamp(42px, 6vw, 94px); border-top: 1px solid #302e2b; }
.site-footer-bottom > p { margin: 0; color: #8f8981; font-size: 9px; letter-spacing: .04em; }
.footer-policies { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 20px; align-items: center; }
.footer-policies a, .footer-policies button { padding: 4px 0; color: #8f8981; font-size: 9px; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid transparent; }
.footer-policies a:hover, .footer-policies a:focus-visible, .footer-policies button:hover, .footer-policies button:focus-visible { color: var(--bronze-bright); border-bottom-color: var(--bronze-bright); }

.cookie-panel { position: fixed; right: 24px; bottom: 24px; z-index: 110; display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 24px 30px; width: min(720px, calc(100vw - 48px)); padding: 26px 28px 24px; color: var(--ink); background: #fff; border: 1px solid #cfc8bf; border-top: 3px solid var(--bronze); box-shadow: 0 22px 65px rgba(0,0,0,.22); }
.cookie-kicker { margin: 0 0 8px; color: var(--bronze); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.cookie-panel h2 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.cookie-panel div > p:not(.cookie-kicker) { max-width: 470px; margin: 11px 0 0; color: #5f5952; font-size: 11px; line-height: 1.65; }
.cookie-panel div > a { display: inline-flex; margin-top: 13px; color: var(--bronze); font-size: 10px; font-weight: 800; border-bottom: 1px solid var(--bronze); }
.cookie-actions { display: grid; align-content: center; gap: 8px; }
.cookie-actions button { min-height: 42px; padding: 0 12px; color: var(--ink); font-size: 10px; font-weight: 850; cursor: pointer; background: #fff; border: 1px solid #181816; }
.cookie-actions button:last-child { color: #fff; background: #11110f; }
.cookie-actions button:hover, .cookie-actions button:focus-visible { color: #fff; background: var(--bronze); border-color: var(--bronze); }
.cookie-current { grid-column: 1 / -1; margin: -10px 0 0; color: #777067; font-size: 8px; }

.cart-overlay { position: fixed; inset: 0; z-index: 89; visibility: hidden; width: 100%; height: 100%; padding: 0; cursor: default; background: rgba(10,10,9,.48); border: 0; opacity: 0; transition: opacity 220ms ease, visibility 220ms; }
.cart-overlay.is-open { visibility: visible; opacity: 1; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-rows: auto 1fr auto; width: min(460px, 100vw); color: var(--ink); background: #fff; box-shadow: -20px 0 55px rgba(0,0,0,.16); transform: translateX(102%); transition: transform 240ms ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer-header { display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 0 30px; border-bottom: 1px solid #d8d3cb; }
.cart-drawer-header strong { font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.cart-drawer-header button { padding: 10px 0; color: #5c5650; font-size: 11px; font-weight: 800; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid #aaa39a; }
.cart-drawer-empty { display: grid; place-items: center; padding: 40px; color: #6f6961; font-size: 14px; }
.cart-drawer-lines { overflow-y: auto; }
.drawer-item-group { padding: 24px 30px; border-bottom: 1px solid #e2ddd6; }
.drawer-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; color: #26231f; font-size: 13px; line-height: 1.45; }
.drawer-line + .drawer-line { margin-top: 12px; }
.drawer-line span { min-width: 0; }
.drawer-line small { display: block; margin-top: 3px; color: #807970; font-size: 10px; }
.drawer-line strong { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.drawer-item-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #ece8e2; }
.drawer-item-actions .quantity-control { grid-template-columns: 34px 46px 34px; border-color: #ccc6bd; }
.drawer-item-actions .quantity-control button, .drawer-item-actions .quantity-control input { height: 34px; }
.drawer-item-actions .quantity-control input { width: 46px; }
.drawer-remove { padding: 7px 0; color: #6d665e; font-size: 10px; font-weight: 800; letter-spacing: .04em; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid #aaa39a; }
.drawer-remove:hover, .drawer-remove:focus-visible { color: #11110f; border-color: #11110f; }
.drawer-item-actions button:disabled, .drawer-item-actions input:disabled, .cart-drawer-header button:disabled, .cart-drawer-footer > button:disabled { cursor: wait; opacity: .46; }
.drawer-sync-status:empty { display: none; }
.drawer-sync-status > span { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 36px; padding: 8px 30px; color: #6f6961; font-size: 10px; background: #f7f5f1; border-bottom: 1px solid #e2ddd6; }
.drawer-sync-status .drawer-sync-error { color: #7b2d26; background: #fff4f1; }
.drawer-sync-error button { padding: 4px 0; color: inherit; font-size: 9px; font-weight: 800; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid currentColor; }
.drawer-discount { color: #8b522d; font-size: 11px; }
.cart-drawer-footer { padding: 24px 30px 28px; background: #f2eee8; border-top: 1px solid #d3cdc4; }
.cart-drawer-footer > div { display: flex; align-items: baseline; justify-content: space-between; }
.cart-drawer-footer > div span { font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.cart-drawer-footer > div strong { font-size: 28px; }

@media (min-width: 761px) {
  .site-header,
  .mega-menu-inner,
  .site-footer-main,
  .site-footer-bottom,
  .home-page > section,
  .products-overview,
  .core-product-page > section,
  .resources-hub > section,
  .solutions-page > section,
  .oem-integration-page > section,
  .about-page > section,
  .resource-article-hero,
  .resource-article-layout,
  .policy-hero,
  .policy-layout {
    width: calc(100% - var(--desktop-gutter-total));
    max-width: var(--content-max);
    margin-right: auto;
    margin-left: auto;
  }

  .mega-menu-inner { width: min(calc(100% - var(--desktop-gutter-total)), var(--content-max)); }

  .core-product-page > .core-product-hero,
  .solutions-page > .solutions-hero,
  .oem-integration-page > .oem-hero,
  .about-page > .about-hero {
    width: calc(100% - var(--desktop-gutter-total));
    max-width: var(--wide-max);
    margin-right: auto;
    margin-left: auto;
  }
}
.cart-drawer-footer > button { width: 100%; min-height: 52px; margin-top: 20px; color: #fff; font-size: 13px; font-weight: 850; cursor: pointer; background: #11110f; border: 1px solid #11110f; }
.cart-drawer-footer > p { margin: 12px 0 0; color: #777067; font-size: 10px; line-height: 1.5; text-align: center; }

.core-product-shell, .core-product-page { color: var(--ink); background: #fff; }

/* Approved Core Shaker V2 product-page composition. */
.core-shaker-v2-page { --v2-ink: #101010; --v2-orange: #ea580c; --v2-paper: #fbfaf8; --v2-line: #e7e1db; --v2-muted: #64748b; padding: 0 clamp(22px, 5vw, 76px); color: var(--v2-ink); background: var(--v2-paper); font-family: Inter, ui-sans-serif, Arial, sans-serif; }
.core-shaker-v2-page .v2-hero, .core-shaker-v2-page .v2-section, .core-shaker-v2-page .v2-installation, .core-shaker-v2-page .v2-specification-panel, .core-shaker-v2-page .v2-faq, .core-shaker-v2-page .v2-purchase-bar { max-width: 1120px; margin-left: auto; margin-right: auto; }
.core-shaker-v2-page .v2-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(38px, 6vw, 76px); padding: 70px 0 58px; align-items: center; }
.core-shaker-v2-page .v2-gallery figure { margin: 0; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #fff; }
.core-shaker-v2-page .v2-gallery figure img { display: block; width: 100%; height: 100%; object-fit: contain; }
.core-shaker-v2-page .v2-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.core-shaker-v2-page .v2-thumbnails button { padding: 7px; border: 1px solid var(--v2-line); background: #fff; cursor: pointer; }
.core-shaker-v2-page .v2-thumbnails button.is-active { border-color: var(--v2-orange); }
.core-shaker-v2-page .v2-thumbnails img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; }
.core-shaker-v2-page .v2-eyebrow { margin: 0 0 12px; color: var(--v2-orange); font-size: 10px; line-height: 1.2; font-weight: 800; letter-spacing: .08em; }
.core-shaker-v2-page .v2-purchase h1, .core-shaker-v2-page .v2-section h2, .core-shaker-v2-page .v2-installation h2, .core-shaker-v2-page .v2-faq h2, .core-shaker-v2-page .v2-purchase-bar h2 { margin: 0; color: var(--v2-ink); font-size: clamp(35px, 4.1vw, 64px); line-height: .96; letter-spacing: -.065em; font-weight: 850; }
.core-shaker-v2-page .v2-price { margin: 18px 0; font-size: 28px; line-height: 1; font-weight: 800; letter-spacing: -.03em; }
.core-shaker-v2-page .v2-lead { max-width: 485px; margin: 0; color: #4f4a45; font-size: 14px; line-height: 1.65; }
.core-shaker-v2-page .v2-spec-chips { display: grid; grid-template-columns: repeat(3, 1fr); margin: 25px 0; overflow: hidden; border: 1px solid var(--v2-line); border-radius: 5px; }
.core-shaker-v2-page .v2-spec-chips div { display: flex; min-height: 77px; flex-direction: column; justify-content: center; padding: 13px; border-right: 1px solid var(--v2-line); }
.core-shaker-v2-page .v2-spec-chips div:last-child { border-right: 0; }
.core-shaker-v2-page .v2-spec-chips b { font-size: 19px; }.core-shaker-v2-page .v2-spec-chips span { margin-top: 4px; color: var(--v2-muted); font-size: 9px; text-transform: uppercase; }
.core-shaker-v2-page .v2-buy-row { display: block; margin-top: 25px; }.core-shaker-v2-page .v2-buy-row .v2-add-to-cart { width: 100%; }
.core-shaker-v2-page .v2-buy-row > div > strong { display: block; margin-bottom: 8px; font-size: 11px; }
.core-shaker-v2-page .v2-buy-row .quantity-control { display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid var(--v2-line); }
.core-shaker-v2-page .v2-buy-row .quantity-control button, .core-shaker-v2-page .v2-buy-row .quantity-control input { min-height: 45px; border: 0; background: #fff; text-align: center; font: 750 14px/1 inherit; }
.core-shaker-v2-page .v2-buy-row .quantity-control button { cursor: pointer; }.core-shaker-v2-page .v2-buy-row .quantity-control input { min-width: 0; border-left: 1px solid var(--v2-line); border-right: 1px solid var(--v2-line); }
.core-shaker-v2-page .v2-add-to-cart { min-height: 47px; border: 0; border-radius: 4px; background: var(--v2-orange); color: #fff; cursor: pointer; font: 800 13px/1 inherit; }
.core-shaker-v2-page .v2-order-notes { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; color: var(--v2-muted); font-size: 12px; line-height: 1.45; }.core-shaker-v2-page .v2-order-notes span::before { content: "•"; margin-right: 5px; color: var(--v2-orange); }
.core-shaker-v2-page .v2-product-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; max-width: 1120px; margin: 0 auto 72px; padding: 45px 62px; align-items: center; border-radius: 5px; color: #f7f5f2; background: #171717; }
.core-shaker-v2-page .v2-product-story h2 { margin: 0 0 16px; font-size: 34px; line-height: 1; letter-spacing: -.05em; }.core-shaker-v2-page .v2-product-story p:not(.v2-eyebrow) { max-width: 310px; margin: 0; color: #d4cfca; font-size: 13px; line-height: 1.55; }
.core-shaker-v2-page .v2-product-story figure { position: relative; margin: 0; overflow: hidden; border-radius: 4px; background: #080808; }.core-shaker-v2-page .v2-product-story img { display: block; width: 100%; height: 260px; object-fit: cover; opacity: .82; }.core-shaker-v2-page .v2-product-story figcaption { position: absolute; left: 16px; bottom: 12px; color: #fff; font-size: 9px; letter-spacing: .08em; }
.core-shaker-v2-page .v2-section { padding-bottom: 74px; }.core-shaker-v2-page .v2-section h2, .core-shaker-v2-page .v2-installation h2, .core-shaker-v2-page .v2-faq h2 { font-size: 31px; letter-spacing: -.055em; }
.core-shaker-v2-page .v2-application-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 25px; }.core-shaker-v2-page .v2-application-grid article { position: relative; overflow: hidden; border: 1px solid var(--v2-line); border-radius: 5px; background: #fff; }.core-shaker-v2-page .v2-application-grid a { display: block; height: 100%; color: inherit; text-decoration: none; }.core-shaker-v2-page .v2-application-grid img { display: block; width: 100%; height: 150px; object-fit: cover; }.core-shaker-v2-page .v2-application-grid h3 { margin: 14px 14px 7px; font-size: 15px; }.core-shaker-v2-page .v2-application-grid p { min-height: 40px; margin: 0 14px 18px; color: var(--v2-muted); font-size: 12.5px; line-height: 1.5; }.core-shaker-v2-page .v2-application-grid small { position: absolute; top: 9px; right: 9px; padding: 4px 6px; color: #fff; background: #171717; font-size: 7px; letter-spacing: .05em; }
.core-shaker-v2-page .v2-installation { display: grid; grid-template-columns: .66fr 1fr .74fr; gap: 36px; align-items: center; padding-bottom: 76px; }.core-shaker-v2-page .v2-installation p:not(.v2-eyebrow) { margin: 0; color: var(--v2-muted); font-size: 12px; line-height: 1.55; }.core-shaker-v2-page .v2-installation figure { margin: 0; border-radius: 4px; background: #181818; }.core-shaker-v2-page .v2-installation figure img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: contain; }.core-shaker-v2-page .v2-outline-button { margin-top: 12px; padding: 11px 13px; border: 1px solid var(--v2-line); background: transparent; color: var(--v2-ink); cursor: pointer; font-size: 11px; font-weight: 750; }
.core-shaker-v2-page .v2-installation dl, .core-shaker-v2-page .v2-specification-panel dl { margin: 0; }.core-shaker-v2-page .v2-installation dl div, .core-shaker-v2-page .v2-specification-panel dl div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--v2-line); font-size: 13px; line-height: 1.5; }.core-shaker-v2-page .v2-installation dt, .core-shaker-v2-page .v2-specification-panel dt { color: #334155; font-weight: 700; }.core-shaker-v2-page .v2-installation dd, .core-shaker-v2-page .v2-specification-panel dd { margin: 0; color: #334155; font-weight: 500; text-align: right; }
.core-shaker-v2-page .v2-specification-panel { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 76px; overflow: hidden; border: 1px solid var(--v2-line); border-radius: 5px; background: #fff; }.core-shaker-v2-page .v2-specification-panel article { padding: 33px; }.core-shaker-v2-page .v2-specification-panel article + article { border-left: 1px solid var(--v2-line); }.core-shaker-v2-page .v2-specification-panel ul { padding: 0; margin: 0; list-style: none; }.core-shaker-v2-page .v2-specification-panel li { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--v2-line); color: #334155; font-size: 13.5px; line-height: 1.5; }.core-shaker-v2-page .v2-specification-panel article > p:last-child { color: var(--v2-muted); font-size: 10px; line-height: 1.5; }
.core-shaker-v2-page .v2-faq { display: grid; grid-template-columns: .6fr 1.4fr; gap: 44px; padding-bottom: 72px; }.core-shaker-v2-page .v2-faq details { margin-bottom: 12px; border-bottom: 1px solid var(--v2-line); }.core-shaker-v2-page .v2-faq summary { padding: 15px 0; cursor: pointer; font-size: 12px; font-weight: 750; list-style: none; }.core-shaker-v2-page .v2-faq summary::after { float: right; color: #94a3b8; content: "+"; font-size: 17px; }.core-shaker-v2-page .v2-faq details[open] summary::after { content: "−"; color: var(--v2-orange); }.core-shaker-v2-page .v2-faq details p { max-width: 570px; margin: 0 0 15px; color: var(--v2-muted); font-size: 12px; line-height: 1.55; }.core-shaker-v2-page .v2-faq a, .core-shaker-v2-page .v2-purchase-bar a { color: inherit; text-underline-offset: 3px; }
.core-shaker-v2-page .v2-purchase-bar { display: grid; grid-template-columns: 150px 1fr 220px; gap: 23px; align-items: center; margin-bottom: 70px; padding: 20px 30px; border-radius: 5px; color: #fff; background: #171717; }.core-shaker-v2-page .v2-purchase-bar img { width: 150px; height: 104px; object-fit: contain; }.core-shaker-v2-page .v2-purchase-bar h2 { color: #fff; font-size: 29px; }.core-shaker-v2-page .v2-purchase-bar h2 span { margin-left: 12px; font-size: 14px; letter-spacing: 0; }.core-shaker-v2-page .v2-purchase-bar p:not(.v2-eyebrow) { margin: 9px 0 0; color: #d4cfca; font-size: 11px; }.core-shaker-v2-page .v2-purchase-bar .v2-add-to-cart { background: var(--v2-orange); }
@media (max-width: 900px) { .core-shaker-v2-page .v2-hero { grid-template-columns: 1fr; gap: 30px; padding-top: 45px; }.core-shaker-v2-page .v2-product-story { grid-template-columns: 1fr; padding: 32px; }.core-shaker-v2-page .v2-application-grid { grid-template-columns: repeat(2, 1fr); }.core-shaker-v2-page .v2-installation { grid-template-columns: 1fr; gap: 24px; }.core-shaker-v2-page .v2-faq { grid-template-columns: 1fr; gap: 22px; }.core-shaker-v2-page .v2-purchase-bar { grid-template-columns: 100px 1fr; }.core-shaker-v2-page .v2-purchase-bar .v2-add-to-cart { grid-column: 1 / -1; }.core-shaker-v2-page .v2-purchase-bar img { width: 100px; } }
@media (max-width: 560px) { .core-shaker-v2-page { padding: 0 16px; }.core-shaker-v2-page .v2-spec-chips, .core-shaker-v2-page .v2-buy-row, .core-shaker-v2-page .v2-specification-panel { grid-template-columns: 1fr; }.core-shaker-v2-page .v2-spec-chips div { border-right: 0; border-bottom: 1px solid var(--v2-line); }.core-shaker-v2-page .v2-spec-chips div:last-child { border-bottom: 0; }.core-shaker-v2-page .v2-application-grid { grid-template-columns: 1fr; }.core-shaker-v2-page .v2-specification-panel article + article { border-top: 1px solid var(--v2-line); border-left: 0; }.core-shaker-v2-page .v2-purchase-bar { padding: 18px; } }
@media (min-width: 761px) { .core-shaker-v2-page { padding-right: 0; padding-left: 0; }.core-shaker-v2-page > section { width: 100%; max-width: none; } }
.core-product-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr); align-items: start; background: #fff; border-bottom: 1px solid #d5d0c8; }
.product-gallery { position: sticky; top: 0; display: grid; grid-template-rows: clamp(480px, 39vw, 560px) 112px; align-content: start; gap: 12px; min-height: calc(100vh - 82px); padding: clamp(24px, 3vw, 48px); background: #fff; }
.asset-placeholder { display: grid; place-items: center; align-content: center; min-height: 210px; padding: 24px; color: #665f57; text-align: center; background: #eeece8; border: 1px solid #cbc6bf; }
.asset-placeholder span { font-size: 10px; font-weight: 900; letter-spacing: .16em; line-height: 1.45; }
.asset-placeholder small { max-width: 360px; margin-top: 10px; color: #8a837a; font-size: 10px; line-height: 1.5; }
.product-gallery-main { min-height: 0; background: #fff; }
.product-thumbnails { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.product-thumbnails .asset-placeholder { min-height: 100px; padding: 12px; }
.real-product-main {
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  background: #fff;
}
.real-product-main img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}
.real-product-thumbnails { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-thumbnail {
  display: block;
  min-width: 0;
  height: 112px;
  padding: 6px;
  color: #625d56;
  background: #fff;
  border: 1px solid #d1cbc3;
  cursor: pointer;
}
.product-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-thumbnail:hover,
.product-thumbnail:focus-visible,
.product-thumbnail.is-active {
  color: #171512;
  border-color: var(--bronze);
  outline: none;
}
.product-purchase { max-width: 680px; padding: clamp(58px, 6vw, 92px) clamp(36px, 5vw, 76px) 72px; background: #fff; }
.product-kicker, .section-kicker { margin: 0; color: var(--bronze); font-size: 10px; font-weight: 900; letter-spacing: .18em; line-height: 1.4; }
.product-purchase h1 { margin: 14px 0 10px; font-size: clamp(54px, 5vw, 76px); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.product-price { margin: 20px 0 0; font-size: 24px; font-weight: 850; letter-spacing: -.02em; }
.product-price small { color: #716a62; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-status { display: inline-flex; align-items: center; min-height: 31px; margin: 20px 0 0; padding: 0 11px; color: #7f4c2c; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; background: #f2e8df; }
.product-lead { margin: 28px 0 0; color: #5e5851; font-size: 15px; line-height: 1.7; }
.product-key-specs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0 34px; padding: 0; list-style: none; border-top: 1px solid #c8c2ba; border-bottom: 1px solid #c8c2ba; }
.product-key-specs li { display: grid; gap: 5px; padding: 18px 12px 18px 0; }
.product-key-specs li + li { padding-left: 16px; border-left: 1px solid #c8c2ba; }
.product-key-specs strong { font-size: 19px; }
.product-key-specs span { color: #777067; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.purchase-row, .purchase-option { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.purchase-row { padding: 20px 0; border-top: 1px solid #d3cec7; border-bottom: 1px solid #d3cec7; }
.purchase-row > div:first-child, .purchase-option > div:first-child { display: grid; gap: 5px; min-width: 0; }
.purchase-row strong, .purchase-option strong { font-size: 13px; }
.purchase-row span, .purchase-option span { color: #716a62; font-size: 10px; line-height: 1.45; }
.purchase-options-heading { margin-top: 30px; }
.purchase-options-heading > strong { display: block; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.purchase-options-heading > span { display: block; margin-top: 7px; color: #726b63; font-size: 10px; line-height: 1.5; }
.purchase-option-list { margin-top: 14px; border-top: 1px solid #d3cec7; }
.purchase-option { min-height: 74px; padding: 14px 0; border-bottom: 1px solid #d3cec7; }
.purchase-option .quantity-control { grid-template-columns: 34px 46px 34px; flex: 0 0 auto; }
.purchase-option .quantity-control button, .purchase-option .quantity-control input { height: 34px; }
.purchase-option .quantity-control input { width: 46px; }
.gaming-option { flex-wrap: wrap; }
.chair-size { flex: 1 0 100%; display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0; padding: 14px; background: #ebe7e1; border: 1px solid #c7c1b9; }
.chair-size.is-required { border-color: #a8673b; }
.chair-size legend { padding: 0 6px; color: #5d5750; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.chair-size label { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 760; cursor: pointer; }
.chair-size small { flex: 1 0 100%; color: #706960; font-size: 9px; }
.cable-heading { margin-top: 26px; }
.included-option b { flex: 0 0 auto; font-size: 12px; }
.cable-variant-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 15px; }
.cable-variant { position: relative; display: grid; gap: 8px; min-height: 72px; padding: 14px 12px; color: #26231f; text-align: left; cursor: pointer; background: #fff; border: 1px solid #c9c3bb; transition: border-color 160ms ease, box-shadow 160ms ease; }
.cable-variant:hover, .cable-variant:focus-visible { border-color: #6f675f; }
.cable-variant.is-selected { border-color: #11110f; box-shadow: inset 0 0 0 1px #11110f; }
.cable-variant.is-selected::after { position: absolute; right: 0; bottom: 0; width: 0; height: 0; content: ""; border-bottom: 17px solid #11110f; border-left: 17px solid transparent; }
.cable-variant strong { font-size: 11px; }
.cable-variant span { color: #736c64; font-size: 10px; }
.bound-cable-note { margin: 12px 0 0; color: #6d665e; font-size: 10px; line-height: 1.5; }
.purchase-summary { display: flex; align-items: baseline; justify-content: space-between; margin-top: 25px; }
.purchase-summary span { color: #615b54; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.purchase-summary strong { font-size: 28px; }
.add-to-cart { width: 100%; min-height: 56px; margin-top: 18px; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .05em; cursor: pointer; background: #11110f; border: 1px solid #11110f; }
.add-to-cart:hover, .add-to-cart:focus-visible { color: #11110f; background: #fff; }
.add-to-cart:disabled { color: #817a72; cursor: not-allowed; background: #d8d3cc; border-color: #d8d3cc; }
.bracket-discovery-link { display: flex; align-items: center; justify-content: space-between; min-height: 42px; margin-top: 12px; padding: 0 2px; color: #4f4943; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid #cfc9c1; }
.bracket-discovery-link span { color: var(--bronze); transition: transform 160ms ease; }
.bracket-discovery-link:hover span, .bracket-discovery-link:focus-visible span { transform: translateX(4px); }
.purchase-error { margin: 10px 0 0; color: #8b522d; font-size: 10px; }
.purchase-note { margin: 14px 0 0; color: #777067; font-size: 9px; line-height: 1.55; text-align: center; }
.drawer-configuration-label { display: block; margin-bottom: 13px; color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.drawer-cart-discounts { background: #f5f2ed; }

.page-section, .product-story, .shipping-section { padding: 100px clamp(42px, 6vw, 94px); }
.dark-section { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(55px, 8vw, 140px); align-items: center; color: #fff; background: #11110f; }
.dark-section .asset-placeholder { min-height: 440px; color: #aaa49b; background: #191917; border-color: #393632; }
.section-copy h2, .section-heading h2, .package-panel h2, .shipping-section h2 { margin: 18px 0 0; font-size: clamp(43px, 4.3vw, 66px); font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.section-copy > p:last-child, .section-heading > p:last-child { max-width: 620px; margin: 28px 0 0; color: #aaa49d; font-size: 15px; line-height: 1.75; }
.application-section, .dimensions-section, .accessory-section { background: #fff; border-bottom: 1px solid #d6d1ca; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .55fr); gap: 60px; align-items: end; margin-bottom: 54px; }
.section-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -35px; }
.section-heading > p:last-child { color: #665f57; }
.application-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.application-grid article, .accessory-grid article { min-width: 0; }
.application-grid .asset-placeholder { aspect-ratio: 4 / 3; min-height: 0; }
.application-grid h3, .accessory-grid h3, .installation-steps h3 { margin: 22px 0 0; font-size: 12px; letter-spacing: .1em; }
.application-grid p, .accessory-grid p { margin: 10px 0 0; color: #686159; font-size: 12px; line-height: 1.6; }
.dimensions-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 28px; }
.dimensions-layout > .asset-placeholder { min-height: 520px; }
.dimensions-visual {
  display: grid;
  place-items: center;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #222a33;
}
.dimensions-visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.dimension-facts { align-self: stretch; display: grid; align-content: start; background: #f2eee8; border: 1px solid #d0cac2; }
.dimension-facts > div { display: grid; gap: 7px; padding: 25px 26px; border-bottom: 1px solid #d4cec6; }
.dimension-facts span { color: #716a62; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.dimension-facts strong { font-size: 14px; }
.dimension-facts button { justify-self: start; margin: 24px 26px; padding: 8px 0; color: var(--bronze); font-size: 11px; font-weight: 850; cursor: pointer; background: transparent; border: 0; border-bottom: 1px solid var(--bronze); }
.installation-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.installation-steps .asset-placeholder { aspect-ratio: 4 / 3; min-height: 0; }
.installation-steps article > span { display: block; margin-top: 17px; color: var(--bronze); font-size: 10px; font-weight: 900; }
.product-details { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 140px); background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.package-panel h2 { font-size: clamp(40px, 3.6vw, 56px); }
.package-panel ul { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid #c9c3bb; }
.package-panel li { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; font-size: 12px; border-bottom: 1px solid #c9c3bb; }
.package-panel > p:last-child { margin: 24px 0 0; color: #6e675f; font-size: 11px; line-height: 1.65; }
.spec-panel dl { margin: 24px 0 0; }
.spec-panel dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 15px 0; border-bottom: 1px solid #cbc5bd; }
.spec-panel dt { color: #6c655d; font-size: 11px; }
.spec-panel dd { margin: 0; font-size: 12px; font-weight: 800; text-align: right; }
.accessory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.accessory-grid .asset-placeholder { aspect-ratio: 1 / 1; min-height: 0; }
.shipping-section { display: grid; grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr); gap: 70px; color: #fff; background: #11110f; }
.shipping-section h2 { font-size: clamp(40px, 4vw, 58px); }
.shipping-section div p { max-width: 680px; margin: 24px 0 0; color: #aaa49c; font-size: 13px; line-height: 1.7; }
.bracket-purchase h1 { font-size: clamp(50px, 4.7vw, 72px); }
.bracket-key-specs { grid-template-columns: 1.15fr .85fr 1fr; }
.bracket-key-specs strong { font-size: 15px; }
.compatibility-note { margin-top: 26px; padding: 20px 22px; background: #f4f1ec; border-left: 2px solid var(--bronze); }
.compatibility-note strong { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.compatibility-note p { margin: 8px 0 0; color: #665f57; font-size: 10px; line-height: 1.6; }
.availability-panel { display: grid; gap: 8px; margin-top: 30px; padding: 23px 24px; color: #f6f2ec; background: #11110f; }
.availability-panel > span { color: var(--bronze-bright); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.availability-panel > strong { font-size: 16px; letter-spacing: -.01em; }
.availability-panel > p { margin: 2px 0 0; color: #b8b1a8; font-size: 11px; line-height: 1.65; }
.availability-note { margin: 14px 0 0; color: #777067; font-size: 9px; line-height: 1.55; text-align: center; }
.inline-discount { margin: 7px 0 0; color: #8b522d; font-size: 10px; text-align: right; }
.diameter-heading { margin-top: 28px; }
.diameter-selector { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.diameter-option { position: relative; display: grid; gap: 8px; min-height: 76px; padding: 15px; color: #25221f; text-align: left; cursor: pointer; background: #fff; border: 1px solid #c9c3bb; transition: border-color 160ms ease, box-shadow 160ms ease; }
.diameter-option:hover, .diameter-option:focus-visible { border-color: #6f675f; }
.diameter-option.is-selected { border-color: #11110f; box-shadow: inset 0 0 0 1px #11110f; }
.diameter-option.is-selected::after { position: absolute; right: 0; bottom: 0; width: 0; height: 0; content: ""; border-bottom: 18px solid #11110f; border-left: 18px solid transparent; }
.diameter-option strong { font-size: 14px; }
.diameter-option span { color: #716a62; font-size: 9px; line-height: 1.4; }
.chair-measurement-note { margin-top: 20px; }
.bracket-compatibility { background: #fff; border-bottom: 1px solid #d6d1ca; }
.compatibility-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compatibility-visual-grid .asset-placeholder { min-height: 420px; }
.bracket-details .package-panel > .asset-placeholder { min-height: 280px; margin-top: 34px; background: #e9e5df; }
.related-core-section { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: clamp(55px, 8vw, 130px); align-items: center; background: #fff; border-bottom: 1px solid #d5d0c8; }
.related-core-section > .asset-placeholder { min-height: 440px; }
.related-core-section h2 { margin: 17px 0 0; font-size: clamp(42px, 4vw, 60px); font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.related-core-section div > p:not(.section-kicker) { margin: 24px 0 0; color: #655f57; font-size: 13px; line-height: 1.7; }
.related-core-section a { display: inline-flex; gap: 12px; margin-top: 28px; padding: 8px 0; color: var(--bronze); font-size: 11px; font-weight: 850; border-bottom: 1px solid var(--bronze); }
.measurement-section { background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.measurement-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 28px; }
.measurement-layout > .asset-placeholder { min-height: 520px; background: #e5e1db; }
.measurement-reference { display: grid; align-content: start; background: #fff; border: 1px solid #d0cac2; }
.measurement-reference article { padding: 25px 26px; border-bottom: 1px solid #d7d1c9; }
.measurement-reference article:last-child { border-bottom: 0; }
.measurement-reference span { display: block; margin-bottom: 9px; color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.measurement-reference strong { font-size: 13px; }
.measurement-reference p { margin: 8px 0 0; color: #6c655d; font-size: 10px; line-height: 1.6; }
.cable-purchase h1 { font-size: clamp(50px, 4.7vw, 72px); }
.cable-key-specs { grid-template-columns: .8fr 1fr 1.2fr; }
.cable-key-specs strong { font-size: 14px; }
.connector-section { background: #fff; border-bottom: 1px solid #d5d0c8; }
.connector-grid article { min-width: 0; }
.connector-grid .asset-placeholder { min-height: 400px; }
.connector-grid h3 { margin: 20px 0 0; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.connector-grid article > p { margin: 9px 0 0; color: #686159; font-size: 11px; line-height: 1.65; }
.cable-length-section { background: #f2eee8; }
.oem-route-placeholder { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: clamp(60px, 8vw, 140px); align-items: center; min-height: calc(100vh - 82px); padding: 80px clamp(42px, 6vw, 94px); background: #fff; }
.oem-route-placeholder h1 { margin: 18px 0 0; font-size: clamp(52px, 5vw, 76px); font-weight: 900; letter-spacing: -.06em; line-height: .98; }
.oem-route-placeholder div > p:last-child { max-width: 600px; margin: 28px 0 0; color: #655f57; font-size: 14px; line-height: 1.7; }
.oem-route-placeholder > .asset-placeholder { min-height: 500px; }
.oem-integration-page { color: #2f2d2a; background: #f9f8f5; }
.oem-hero { display: grid; grid-template-columns: minmax(500px, .88fr) minmax(0, 1.12fr); gap: clamp(48px, 5vw, 88px); align-items: center; min-height: calc(100vh - 82px); padding: 72px clamp(48px, 4vw, 72px); background: #f9f8f5; }
.oem-hero-copy h1 { margin: 20px 0 0; font-size: clamp(58px, 4.8vw, 80px); font-weight: 900; letter-spacing: -.065em; line-height: .94; }
.oem-hero-copy > p:not(.products-eyebrow) { max-width: 610px; margin: 30px 0 0; color: #5f5952; font-size: 15px; line-height: 1.75; }
.oem-hero-copy > a { display: inline-flex; align-items: center; gap: 16px; min-height: 52px; margin-top: 31px; padding: 0 22px; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; background: #161514; border: 1px solid #161514; transition: color .18s ease, background .18s ease; }
.oem-hero-copy > a:hover, .oem-hero-copy > a:focus-visible { color: #161514; background: transparent; }
.oem-hero-visual { display: grid; align-content: end; min-height: 610px; margin: 0; overflow: hidden; background: #efede8; }
.oem-hero-visual img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; object-position: center; }
.oem-hero-visual figcaption, .oem-tactile-visuals figcaption, .oem-application-stories figcaption { padding: 11px 14px; color: #716b64; font-size: 9px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; background: #f3f1ec; }
.oem-platform { background: #fff; }
.oem-platform-flow { display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border: 1px solid #cec8c0; }
.oem-platform-flow > div { display: grid; align-content: space-between; min-height: 176px; padding: 22px 20px; border-right: 1px solid #d8d2ca; }
.oem-platform-flow > div:last-child { border-right: 0; }
.oem-platform-flow > div.is-primary { color: #fff; background: #11110f; }
.oem-platform-flow span { color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.oem-platform-flow strong { align-self: end; margin-top: 34px; font-size: 14px; line-height: 1.25; }
.oem-platform-flow small { margin-top: 8px; color: #7b746b; font-size: 9px; line-height: 1.4; }
.oem-platform-flow .is-primary small { color: #aaa49c; }
.oem-platform-note { margin: 28px 0 0; color: #6b655e; font-size: 10px; font-weight: 750; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
.oem-tactile-section { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(60px, 8vw, 140px); align-items: center; padding: clamp(112px, 10vw, 160px) clamp(42px, 6vw, 94px); color: #f5f4f0; background: #161514; }
.oem-tactile-copy h2 { margin: 18px 0 0; color: #f5f4f0; font-size: clamp(48px, 4.8vw, 70px); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.oem-tactile-copy > p:last-of-type { margin: 28px 0 0; color: #d0cbc4; font-size: 14px; line-height: 1.75; }
.oem-tactile-copy ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid #3a3733; }
.oem-tactile-copy li { padding: 13px 0; color: #d2cec7; font-size: 11px; border-bottom: 1px solid #3a3733; }
.oem-tactile-visuals { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.oem-tactile-visuals figure { display: grid; align-content: end; min-width: 0; margin: 0; overflow: hidden; background: #22201e; }
.oem-tactile-visuals img { width: 100%; min-height: 430px; object-fit: cover; }
.oem-tactile-visuals figcaption { color: #bcb6ae; background: #22201e; }
.oem-applications { background: #fff; }
.oem-application-stories { display: grid; gap: clamp(72px, 8vw, 120px); }
.oem-application-stories article { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr); gap: clamp(48px, 7vw, 112px); align-items: center; }
.oem-application-stories article.is-reversed figure { order: 2; }
.oem-application-stories figure { margin: 0; overflow: hidden; background: #efede8; }
.oem-application-stories img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.oem-application-stories article > div > span { color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.oem-application-stories h3 { max-width: 560px; margin: 18px 0 0; font-size: clamp(30px, 3.2vw, 48px); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
.oem-application-stories article > div > p { margin: 22px 0 0; color: #625d56; font-size: 13px; line-height: 1.75; }
.oem-application-stories ul { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid #d4d0c9; }
.oem-application-stories li { padding: 12px 0; color: #393632; font-size: 10px; font-weight: 750; border-bottom: 1px solid #d4d0c9; }
.oem-customization { background: #f5f4f0; }
.customization-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.customization-groups article { min-height: 360px; padding: clamp(32px, 4vw, 54px); background: #fff; }
.customization-groups article > span { color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.customization-groups h3 { margin: 34px 0 0; font-size: clamp(25px, 2.2vw, 34px); letter-spacing: -.035em; }
.customization-groups p { max-width: 550px; margin: 16px 0 0; color: #69625a; font-size: 12px; line-height: 1.7; }
.customization-groups ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid #d4d0c9; }
.customization-groups li { padding: 13px 0; color: #3d3935; font-size: 10px; font-weight: 750; border-bottom: 1px solid #d4d0c9; }
.oem-process { background: #fff; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9c3bb; }
.process-list li { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 30px; padding: 27px 0; border-bottom: 1px solid #c9c3bb; }
.process-list li > span { color: var(--bronze); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.process-list h3 { margin: 0; font-size: 17px; }
.process-list p { max-width: 760px; margin: 8px 0 0; color: #69625a; font-size: 12px; line-height: 1.65; }
.oem-process-cta { display: inline-flex; gap: 14px; margin-top: 34px; padding-bottom: 7px; color: var(--bronze); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; border-bottom: 1px solid var(--bronze); }
.oem-evidence { background: #f5f4f0; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.evidence-grid .asset-placeholder { aspect-ratio: 1 / 1; min-height: 0; background: #e7e2dc; }
.validation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.validation-grid article { min-height: 280px; padding: 28px 24px; background: #fff; }
.validation-grid article > span { color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.validation-grid h3 { margin: 68px 0 0; font-size: 17px; }
.validation-grid p { margin: 14px 0 0; color: #69625a; font-size: 11px; line-height: 1.7; }
.oem-project-section { display: grid; grid-template-columns: minmax(340px, .72fr) minmax(560px, 1.28fr); gap: clamp(60px, 8vw, 130px); align-items: start; scroll-margin-top: 96px; padding: clamp(112px, 10vw, 160px) clamp(42px, 6vw, 94px); color: #f5f4f0; background: #161514; }
.project-form-intro { position: sticky; top: 40px; }
.project-form-intro h2 { margin: 18px 0 0; color: #f5f4f0; font-size: clamp(50px, 5vw, 74px); font-weight: 900; letter-spacing: -.06em; line-height: .95; }
.project-form-intro > p:not(.section-kicker) { max-width: 520px; margin: 27px 0 0; color: #d0cbc4; font-size: 14px; line-height: 1.75; }
.project-form-intro > div { display: grid; gap: 7px; margin-top: 36px; padding: 20px 0; border-top: 1px solid #3d3934; border-bottom: 1px solid #3d3934; }
.project-form-intro > div span { color: var(--bronze-bright); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-form-intro > div strong { font-size: 12px; }
.project-brief-form { padding: clamp(28px, 4vw, 48px); color: var(--ink); background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 16px; }
.form-grid label, .project-description { display: grid; gap: 8px; }
.form-grid label > span, .project-description > span { color: #5f5952; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.form-grid input, .form-grid select, .project-description textarea { width: 100%; min-width: 0; color: var(--ink); font: inherit; font-size: 12px; background: #fff; border: 1px solid #bbb5ad; border-radius: 0; }
.form-grid input, .form-grid select { height: 46px; padding: 0 12px; }
.project-description textarea { padding: 13px; resize: vertical; }
.form-grid .full-field { grid-column: 1 / -1; }
.capability-fieldset { margin: 28px 0 0; padding: 18px; border: 1px solid #bbb5ad; }
.capability-fieldset.has-error { border-color: #9a4f31; }
.capability-fieldset legend { padding: 0 7px; color: #5f5952; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.capability-fieldset > div { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; }
.capability-fieldset label { display: flex; align-items: center; gap: 8px; color: #3e3934; font-size: 11px; cursor: pointer; }
.capability-fieldset input, .sample-checkbox input { accent-color: var(--bronze); }
.capability-fieldset > p { margin: 11px 0 0; color: #9a4f31; font-size: 10px; }
.project-description { margin-top: 23px; }
.project-optional-fields { margin-top: 24px; border-top: 1px solid #bbb5ad; border-bottom: 1px solid #bbb5ad; }
.project-optional-fields summary { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; color: #3f3a35; font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; list-style: none; }
.project-optional-fields summary::-webkit-details-marker { display: none; }
.project-optional-fields summary::after { content: "+"; font-size: 16px; line-height: 10px; }
.project-optional-fields[open] summary::after { content: "−"; }
.project-optional-fields summary span { margin-left: auto; color: #857d74; font-size: 8px; }
.project-optional-fields > .form-grid { padding: 4px 0 22px; }
.project-optional-fields .capability-fieldset { margin: 0 0 22px; }
.project-optional-fields > .sample-checkbox { margin: 0 0 22px; }
.sample-checkbox { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: #4f4942; font-size: 11px; line-height: 1.45; cursor: pointer; }
.project-brief-form input:focus-visible, .project-brief-form select:focus-visible, .project-brief-form textarea:focus-visible, .project-optional-fields summary:focus-visible { outline: 2px solid var(--bronze); outline-offset: 2px; }
.project-brief-form > button { width: 100%; min-height: 54px; margin-top: 24px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .05em; cursor: pointer; background: #11110f; border: 1px solid #11110f; }
.project-brief-form > button:hover, .project-brief-form > button:focus-visible { color: #11110f; background: #fff; }
.form-privacy-note { margin: 12px 0 0; color: #7c756c; font-size: 9px; line-height: 1.5; text-align: center; }
.form-success { display: grid; gap: 5px; margin-top: 18px; padding: 15px 17px; color: #2c4f36; background: #edf4ee; border-left: 3px solid #497657; }
.form-success strong { font-size: 11px; }
.form-success span { font-size: 9px; }
.solutions-page { color: var(--ink); background: #fff; }
.solutions-hero { display: grid; grid-template-columns: minmax(520px, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 5vw, 88px); align-items: center; min-height: calc(100vh - 82px); padding: 64px clamp(48px, 4vw, 64px); background: #fff; border-bottom: 1px solid #d5d0c8; }
.solutions-hero h1 { margin: 20px 0 0; font-size: clamp(60px, 5vw, 82px); font-weight: 900; letter-spacing: -.07em; line-height: .92; }
.solutions-hero div > p:last-child { max-width: 620px; margin: 30px 0 0; color: #5f5952; font-size: 15px; line-height: 1.75; }
.solutions-hero > .asset-placeholder { min-height: 610px; background: #e7e2dc; }
.solutions-how { background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.signal-flow { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid #cbc5bd; }
.signal-flow > div { position: relative; display: grid; align-content: space-between; min-height: 170px; padding: 22px 20px; border-right: 1px solid #d5cfc7; }
.signal-flow > div:last-child { border-right: 0; }
.signal-flow > div:not(:last-child)::after { position: absolute; top: 50%; right: -7px; z-index: 2; width: 13px; height: 13px; content: ""; background: #fff; border-top: 1px solid #cbc5bd; border-right: 1px solid #cbc5bd; transform: translateY(-50%) rotate(45deg); }
.signal-flow span { color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.signal-flow strong { align-self: end; margin-top: 34px; font-size: 14px; }
.signal-flow small { margin-top: 8px; color: #736c64; font-size: 9px; line-height: 1.5; }
.signal-diagram-placeholder { min-height: 390px; margin-top: 28px; background: #e3ded7; }
.solutions-scenes { background: #fff; }
.solution-scene { display: grid; grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr); gap: clamp(55px, 8vw, 140px); align-items: center; padding: 100px clamp(42px, 6vw, 94px); border-bottom: 1px solid #d5d0c8; }
.solution-scene:nth-child(even) { background: #f2eee8; }
.solution-scene.is-reversed .solution-scene-copy { order: 2; }
.solution-scene.is-reversed .solution-scene-visuals { order: 1; }
.solution-scene-copy h2 { margin: 18px 0 0; font-size: clamp(43px, 4.3vw, 64px); font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.solution-scene-copy > p:not(.section-kicker) { margin: 27px 0 0; color: #625c54; font-size: 14px; line-height: 1.75; }
.solution-scene-copy ul { margin: 29px 0 0; padding: 0; list-style: none; border-top: 1px solid #c9c3bb; }
.solution-scene-copy li { padding: 12px 0; color: #4f4942; font-size: 10px; line-height: 1.5; border-bottom: 1px solid #c9c3bb; }
.solution-scene-visuals { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.solution-scene-visuals .asset-placeholder { min-height: 490px; }
.solution-scene-visuals .asset-placeholder + .asset-placeholder { min-height: 340px; align-self: end; }
.installation-principles { color: #fff; background: #11110f; border-bottom: 1px solid #302d29; }
.installation-principles .section-heading > p:last-child { color: #aaa49c; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3b3834; border-left: 1px solid #3b3834; }
.principle-grid article { min-height: 230px; padding: 25px 23px; border-right: 1px solid #3b3834; border-bottom: 1px solid #3b3834; }
.principle-grid span { color: var(--bronze-bright); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.principle-grid h3 { margin: 38px 0 0; color: #fff; font-size: 14px; }
.principle-grid p { margin: 12px 0 0; color: #aaa49c; font-size: 11px; line-height: 1.65; }
.solutions-evidence { background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.resources-hub, .resource-article { color: var(--ink); background: #fff; }
.resources-hero { display: grid; grid-template-columns: minmax(440px, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 7vw, 120px); align-items: center; min-height: 650px; padding: 72px clamp(42px, 6vw, 94px); border-bottom: 1px solid #d5d0c8; }
.resources-hero h1 { margin: 20px 0 0; font-size: clamp(54px, 5.3vw, 78px); font-weight: 900; letter-spacing: -.065em; line-height: .95; }
.resources-hero div > p:last-child { max-width: 620px; margin: 28px 0 0; color: #5f5952; font-size: 14px; line-height: 1.75; }
.resources-hero > .asset-placeholder { min-height: 480px; background: #e7e2dc; }
.featured-resources { background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.resource-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.resource-card { display: block; min-width: 0; padding-bottom: 18px; background: #fff; border: 1px solid #d0cac2; }
.resource-card .asset-placeholder { aspect-ratio: 4 / 3; min-height: 0; border: 0; border-bottom: 1px solid #d0cac2; }
.resource-card > span, .resource-card h3, .resource-card > p, .resource-card > b { display: block; margin-inline: 20px; }
.resource-card > span { margin-top: 20px; color: var(--bronze); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.resource-card h3 { margin-top: 12px; margin-bottom: 0; font-size: 21px; letter-spacing: -.025em; line-height: 1.15; }
.resource-card > p { min-height: 60px; margin-top: 13px; margin-bottom: 0; color: #686159; font-size: 11px; line-height: 1.65; }
.resource-card > b { margin-top: 19px; color: var(--bronze); font-size: 10px; }
.resource-card i { margin-left: 8px; font-style: normal; }
.preparation-section { background: #fff; border-bottom: 1px solid #d5d0c8; }
.preparation-list, .download-list { border-top: 1px solid #c9c3bb; }
.preparation-list > div, .download-list > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 61px; border-bottom: 1px solid #c9c3bb; }
.preparation-list strong, .download-list span { font-size: 12px; }
.preparation-list span, .download-list strong { color: #746d65; font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.download-section { background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.download-list > div { padding-inline: 17px; background: rgba(255,255,255,.55); }
.download-list strong { color: var(--bronze); }
.resource-faq { background: #fff; border-bottom: 1px solid #d5d0c8; }
.resource-faq-list, .article-faq { border-top: 1px solid #c9c3bb; }
.resource-faq-list details, .article-faq details { border-bottom: 1px solid #c9c3bb; }
.resource-faq-list summary, .article-faq summary { padding: 19px 0; font-size: 13px; font-weight: 800; cursor: pointer; }
.resource-faq-list details p, .article-faq details p { max-width: 850px; margin: -5px 0 19px; color: #686159; font-size: 12px; line-height: 1.7; }
.resource-evidence { background: #f2eee8; }
.resource-article-hero { max-width: 1120px; margin: 0 auto; padding: 82px 42px 72px; text-align: center; }
.resource-article-hero nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 34px; color: #726b63; font-size: 9px; }
.resource-article-hero .products-eyebrow { margin-bottom: 18px; }
.resource-article-hero h1 { max-width: 980px; margin: 0 auto; font-size: clamp(48px, 5.3vw, 76px); font-weight: 900; letter-spacing: -.06em; line-height: .96; }
.resource-article-hero > p:last-child { max-width: 830px; margin: 30px auto 0; color: #5f5952; font-size: 16px; line-height: 1.75; }
.resource-article-layout { display: grid; grid-template-columns: 260px minmax(0, 820px); gap: clamp(55px, 7vw, 110px); justify-content: center; padding: 70px 42px 100px; background: #f7f4ef; border-top: 1px solid #d5d0c8; }
.article-toc { position: sticky; top: 28px; align-self: start; padding-top: 8px; }
.article-toc > strong { color: var(--bronze); font-size: 9px; letter-spacing: .14em; }
.article-toc nav { display: grid; margin-top: 14px; border-top: 1px solid #c9c3bb; }
.article-toc a { padding: 11px 0; color: #5d5750; font-size: 10px; line-height: 1.4; border-bottom: 1px solid #d5cfc7; }
.resource-article-content { min-width: 0; }
.resource-article-content > section { scroll-margin-top: 24px; padding: 0 0 55px; }
.resource-article-content > section + section { padding-top: 55px; border-top: 1px solid #c9c3bb; }
.resource-article-content h2 { margin: 0 0 24px; font-size: clamp(31px, 3.3vw, 46px); letter-spacing: -.04em; line-height: 1.05; }
.resource-article-content section > p { margin: 0 0 18px; color: #58524b; font-size: 14px; line-height: 1.8; }
.resource-article-content ul { margin: 25px 0; padding-left: 20px; }
.resource-article-content li { padding: 5px 0; color: #4e4841; font-size: 13px; line-height: 1.65; }
.resource-article-content dl { margin: 27px 0; border-top: 1px solid #c9c3bb; }
.resource-article-content dl div { display: grid; grid-template-columns: minmax(160px, .42fr) minmax(0, .58fr); gap: 30px; padding: 16px 0; border-bottom: 1px solid #c9c3bb; }
.resource-article-content dt { color: #716a62; font-size: 11px; }
.resource-article-content dd { margin: 0; font-size: 12px; font-weight: 750; line-height: 1.5; }
.resource-article-content .asset-placeholder { min-height: 360px; margin: 28px 0; background: #e7e2dc; }
.article-note { margin-top: 26px; padding: 19px 21px; background: #efe8e0; border-left: 3px solid var(--bronze); }
.article-note strong { color: var(--bronze); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.article-note p { margin: 8px 0 0; color: #5d5750; font-size: 11px; line-height: 1.65; }
.article-faq h2, .related-guides h2 { margin-bottom: 26px; }
.related-guides > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.related-guides a { position: relative; display: grid; gap: 11px; min-height: 145px; padding: 20px; background: #fff; border: 1px solid #cbc5bd; }
.related-guides a span { color: var(--bronze); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.related-guides a strong { max-width: 280px; font-size: 15px; line-height: 1.3; }
.related-guides a i { position: absolute; right: 18px; bottom: 15px; color: var(--bronze); font-style: normal; }

.policy-page { color: var(--ink); background: #fff; }
.policy-hero { max-width: 1120px; margin: 0 auto; padding: 80px 42px 66px; }
.policy-hero .products-eyebrow { margin-bottom: 18px; }
.policy-hero h1 { max-width: 900px; margin: 0; font-size: clamp(50px, 5.2vw, 74px); font-weight: 900; letter-spacing: -.058em; line-height: .98; }
.policy-hero > p:not(.products-eyebrow) { max-width: 770px; margin: 27px 0 0; color: #5f5952; font-size: 16px; line-height: 1.72; }
.policy-hero time { display: block; margin-top: 23px; color: #847d75; font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.policy-layout { display: grid; grid-template-columns: 240px minmax(0, 820px); gap: clamp(55px, 7vw, 110px); justify-content: center; padding: 72px 42px 104px; background: #fff; border-top: 1px solid #d5d0c8; }
.policy-toc { position: sticky; top: 28px; align-self: start; padding-top: 8px; }
.policy-toc > strong { color: var(--bronze); font-size: 9px; letter-spacing: .14em; }
.policy-toc nav { display: grid; margin-top: 14px; border-top: 1px solid #c9c3bb; }
.policy-toc a { display: grid; grid-template-columns: 26px 1fr; gap: 8px; padding: 10px 0; color: #5d5750; font-size: 9px; line-height: 1.4; border-bottom: 1px solid #ded9d2; }
.policy-toc a span { color: #a29a91; font-size: 8px; }
.policy-toc a:hover, .policy-toc a:focus-visible { color: var(--bronze); }
.policy-mobile-toc { display: none; }
.policy-content { min-width: 0; }
.policy-content > section { scroll-margin-top: 30px; padding: 0 0 48px; }
.policy-content > section + section { padding-top: 48px; border-top: 1px solid #d0cac2; }
.policy-content h2 { margin: 0 0 22px; font-size: clamp(29px, 3vw, 42px); letter-spacing: -.04em; line-height: 1.06; }
.policy-content p { margin: 0 0 17px; color: #565049; font-size: 14px; line-height: 1.82; }
.policy-content p a, .policy-content li a { color: var(--bronze); border-bottom: 1px solid #c7a184; }
.policy-content ul { margin: 22px 0; padding-left: 20px; }
.policy-content li { padding: 5px 0; color: #4f4942; font-size: 13px; line-height: 1.72; }
.policy-section-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; }
.policy-section-links a { display: inline-flex; align-items: center; gap: 9px; padding: 7px 0; color: var(--bronze); font-size: 10px; font-weight: 850; border-bottom: 1px solid var(--bronze); }
.policy-section-links a span { transition: transform 160ms ease; }
.policy-section-links a:hover span, .policy-section-links a:focus-visible span { transform: translateX(3px); }
.policy-note { margin-top: 24px; padding: 18px 20px; background: #f3eee8; border-left: 3px solid var(--bronze); }
.policy-note strong { color: var(--bronze); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.policy-note p { margin: 7px 0 0; font-size: 12px; }
.policy-content .policy-contact { padding: 54px 0; }
.policy-contact .section-kicker, .policy-related .section-kicker { margin-bottom: 16px; color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.policy-contact h2, .policy-related h2 { font-size: 35px; }
.policy-contact > p:not(.section-kicker) { max-width: 620px; }
.policy-contact > a { display: inline-flex; margin-top: 8px; padding: 8px 0; color: var(--ink); font-size: 18px; font-weight: 850; border-bottom: 2px solid var(--bronze); }
.policy-related > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.policy-related > div a { display: flex; align-items: center; justify-content: space-between; min-height: 86px; padding: 20px; background: #fff; border: 1px solid #cbc5bd; }
.policy-related a strong { font-size: 13px; }
.policy-related a span { color: var(--bronze); transition: transform 160ms ease; }
.policy-related a:hover span, .policy-related a:focus-visible span { transform: translateX(4px); }
.form-privacy-note a { color: var(--bronze); font-weight: 750; border-bottom: 1px solid var(--bronze); }

.about-page { color: var(--ink); background: #fff; }
.about-hero { display: grid; grid-template-columns: minmax(580px, .95fr) minmax(0, 1.05fr); min-height: calc(100vh - 82px); background: #fff; border-bottom: 1px solid #d5d0c8; }
.about-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 68px clamp(48px, 4vw, 64px); }
.about-hero-copy h1 { max-width: 560px; margin: 20px 0 0; font-size: clamp(64px, 4.7vw, 80px); font-weight: 900; letter-spacing: -.07em; line-height: .92; }
.about-hero-copy > p:last-child { max-width: 610px; margin: 32px 0 0; color: #5f5952; font-size: 15px; line-height: 1.75; }
.about-hero-visual { min-height: 650px; color: #d7d0c8; background: #181715; border: 0; border-left: 1px solid #2f2c28; }
.about-hero-visual span { color: var(--bronze-bright); }
.about-hero-visual small { color: #8d877f; }
.about-introduction { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 9vw, 150px); align-items: start; background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.about-intro-statement h2 { max-width: 740px; margin: 18px 0 0; font-size: clamp(47px, 4.5vw, 68px); letter-spacing: -.058em; line-height: .97; }
.about-intro-copy { max-width: 720px; padding-top: 24px; border-top: 1px solid #bdb7af; }
.about-intro-copy p { margin: 0; color: #5d5750; font-size: 14px; line-height: 1.8; }
.about-intro-copy p + p { margin-top: 22px; }
.about-capabilities { display: grid; grid-template-columns: minmax(330px, .62fr) minmax(0, 1.38fr); gap: clamp(55px, 8vw, 130px); padding: 100px clamp(42px, 6vw, 94px); color: #fff; background: #11110f; border-bottom: 1px solid #302d29; }
.about-capability-heading { align-self: start; }
.about-capability-heading h2 { max-width: 610px; margin: 18px 0 0; font-size: clamp(45px, 4.4vw, 66px); letter-spacing: -.06em; line-height: .96; }
.about-capability-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #3b3834; border-left: 1px solid #3b3834; }
.about-capability-grid article { min-height: 280px; padding: 27px 25px; border-right: 1px solid #3b3834; border-bottom: 1px solid #3b3834; }
.about-capability-grid span, .about-principle-grid span { color: var(--bronze-bright); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.about-capability-grid h3 { max-width: 280px; margin: 55px 0 0; color: #fff; font-size: 20px; line-height: 1.15; }
.about-capability-grid p { max-width: 430px; margin: 16px 0 0; color: #aaa49c; font-size: 11px; line-height: 1.7; }
.about-evidence { background: #fff; border-bottom: 1px solid #d5d0c8; }
.about-evidence-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, minmax(250px, 1fr)); gap: 14px; }
.about-evidence-grid .asset-placeholder { min-height: 250px; background: #e8e3dc; }
.about-evidence-grid .about-evidence-primary { grid-row: 1 / 3; min-height: 570px; }
.about-proprietary { display: grid; grid-template-columns: minmax(420px, .82fr) minmax(0, 1.18fr); gap: clamp(60px, 8vw, 130px); align-items: center; background: #f2eee8; border-bottom: 1px solid #d5d0c8; }
.about-proprietary-copy h2 { max-width: 690px; margin: 18px 0 0; font-size: clamp(45px, 4.3vw, 64px); letter-spacing: -.058em; line-height: .98; }
.about-proprietary-copy > p:not(.section-kicker) { max-width: 670px; margin: 27px 0 0; color: #625c54; font-size: 14px; line-height: 1.75; }
.about-proprietary-copy dl { margin: 32px 0 0; border-top: 1px solid #c5bfb7; }
.about-proprietary-copy dl div { display: grid; grid-template-columns: minmax(130px, .36fr) minmax(0, .64fr); gap: 25px; padding: 14px 0; border-bottom: 1px solid #c5bfb7; }
.about-proprietary-copy dt { color: #756e66; font-size: 10px; }
.about-proprietary-copy dd { margin: 0; font-size: 11px; font-weight: 780; }
.about-proprietary > .asset-placeholder { min-height: 570px; background: #e3ded7; }
.about-delivery { background: #fff; border-bottom: 1px solid #d5d0c8; }
.about-manufacturing-flow { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #c9c3bb; border-left: 1px solid #c9c3bb; }
.about-manufacturing-flow li { position: relative; min-height: 245px; padding: 23px 21px; border-right: 1px solid #c9c3bb; border-bottom: 1px solid #c9c3bb; }
.about-manufacturing-flow li:not(:last-child)::after { position: absolute; top: 50%; right: -7px; z-index: 2; width: 13px; height: 13px; content: ""; background: #fff; border-top: 1px solid #c9c3bb; border-right: 1px solid #c9c3bb; transform: translateY(-50%) rotate(45deg); }
.about-manufacturing-flow span { color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.about-manufacturing-flow h3 { margin: 58px 0 0; font-size: 15px; line-height: 1.2; }
.about-manufacturing-flow p { margin: 13px 0 0; color: #706960; font-size: 10px; line-height: 1.6; }
.about-principles { color: #fff; background: #11110f; }
.about-principles .section-heading > p:last-child { color: #aaa49c; }
.about-principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b3834; border-left: 1px solid #3b3834; }
.about-principle-grid article { min-height: 240px; padding: 26px 24px; border-right: 1px solid #3b3834; border-bottom: 1px solid #3b3834; }
.about-principle-grid h3 { margin: 62px 0 0; color: #fff; font-size: 18px; }
.about-principle-grid p { max-width: 380px; margin: 14px 0 0; color: #aaa49c; font-size: 11px; line-height: 1.7; }

.bundle-simulator-shell { min-height: 100vh; color: var(--ink); background: #f2eee8; }
.simulator-header { display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 0 42px; background: #fff; border-bottom: 1px solid #d2cec7; }
.simulator-header .brand img { width: 188px; }
.simulator-header > span { color: #6d675f; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.bundle-simulator { padding: 64px clamp(32px, 5vw, 80px) 80px; }
.simulator-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr); align-items: end; gap: 40px; max-width: 1440px; margin: 0 auto 44px; }
.simulator-heading p { grid-column: 1 / -1; margin: 0 0 -16px; color: var(--bronze); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.simulator-heading h1 { margin: 0; font-size: clamp(42px, 5vw, 68px); font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.simulator-heading > span { padding-top: 16px; color: #676159; font-size: 13px; line-height: 1.55; border-top: 1px solid #bcb6ad; }
.simulator-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .48fr); gap: clamp(24px, 3.4vw, 54px); align-items: start; max-width: 1440px; margin: 0 auto; }
.configuration-panel { background: #fff; border: 1px solid #d5d0c8; }
.config-section { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; padding: 28px 30px; border-bottom: 1px solid #ddd8d0; }
.config-section:last-child { border-bottom: 0; }
.config-product { padding-block: 34px; background: #11110f; }
.config-product h2 { margin: 7px 0 7px; color: #fff; font-size: 28px; letter-spacing: -.035em; }
.config-product p { max-width: 590px; margin: 0; color: #bdb8b0; font-size: 13px; line-height: 1.55; }
.config-product > strong { color: #fff; font-size: 29px; letter-spacing: -.03em; }
.config-product > strong small { display: block; margin-top: 3px; color: #a9a49c; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.config-kicker { display: block; color: var(--bronze); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.field-note { display: block; margin-top: 8px; color: #6d675f; font-size: 12px; line-height: 1.45; }
.quantity-control { display: grid; grid-template-columns: 42px 64px 42px; border: 1px solid #bdb7ae; }
.quantity-control button, .quantity-control input { height: 42px; color: var(--ink); text-align: center; background: #fff; border: 0; }
.quantity-control button { font-size: 19px; cursor: pointer; }
.quantity-control button:hover { background: #f1ede7; }
.quantity-control input { width: 64px; font-weight: 800; border-right: 1px solid #d5d0c8; border-left: 1px solid #d5d0c8; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.config-options { grid-template-columns: minmax(0, 1fr) 170px; align-items: end; }
.config-options-quantity { grid-template-columns: minmax(260px, 1fr) 160px auto; }
.config-options select { width: 100%; max-width: 440px; height: 46px; margin-top: 10px; padding: 0 36px 0 12px; color: var(--ink); font: inherit; font-size: 13px; font-weight: 720; background: #fff; border: 1px solid #bdb7ae; }
.price-input > span:first-child { display: block; margin-bottom: 9px; color: #6d675f; font-size: 11px; }
.price-display > span { display: block; margin-bottom: 9px; color: #6d675f; font-size: 11px; }
.price-display > strong { display: flex; align-items: center; min-height: 46px; padding: 0 15px; color: var(--ink); font-size: 15px; font-variant-numeric: tabular-nums; background: #f2eee8; border: 1px solid #bdb7ae; }
.money-input { display: grid; grid-template-columns: 34px 1fr; height: 46px; border: 1px solid #bdb7ae; }
.money-input b { display: grid; place-items: center; color: #6d675f; font-size: 13px; background: #f2eee8; border-right: 1px solid #d2ccc4; }
.money-input input { min-width: 0; width: 100%; padding: 0 10px; color: var(--ink); font: inherit; font-weight: 800; background: #fff; border: 0; }
.money-input input:disabled { color: #aaa49b; background: #eeebe6; }
.quantity-field > label { display: block; margin-bottom: 9px; color: #6d675f; font-size: 11px; }
.config-cables { grid-template-columns: 1fr; gap: 0; padding: 0; }
.cable-section-heading { padding: 27px 30px 22px; }
.cable-option-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 30px; border-top: 1px solid #ddd8d0; }
.cable-option-row > div:first-child { display: grid; gap: 5px; }
.cable-option-row strong { color: #24211e; font-size: 13px; }
.cable-option-row span { color: #6d675f; font-size: 11px; }
.cart-preview { position: sticky; top: 24px; color: var(--ink); background: #fff; border: 1px solid #cfc9c0; box-shadow: 0 18px 44px rgba(25,22,18,.08); }
.cart-preview-header { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 0 24px; border-bottom: 1px solid #d8d3cb; }
.cart-preview-header span { font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.cart-preview-header strong { color: var(--bronze); font-size: 11px; }
.cart-item-group { padding: 20px 24px; border-bottom: 1px solid #e1ddd6; }
.cart-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; color: #24211e; font-size: 13px; line-height: 1.4; }
.cart-line + .cart-line { margin-top: 10px; }
.cart-line span { min-width: 0; }
.cart-line small { display: block; margin-top: 3px; color: #807970; font-size: 10px; }
.cart-line strong { flex: 0 0 auto; font-variant-numeric: tabular-nums; }
.discount-line { color: #8b522d; font-size: 11px; }
.cart-total { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 24px; }
.cart-total span { font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.cart-total strong { font-size: 31px; font-variant-numeric: tabular-nums; letter-spacing: -.03em; }
.cart-preview > p { margin: 0; padding: 0 24px 24px; color: #7d766d; font-size: 10px; line-height: 1.5; }
.cart-preview > .cart-empty { padding: 24px; font-size: 12px; border-bottom: 1px solid #e1ddd6; }

@keyframes ambient-drift { 0% { transform: scale(1.018) translate3d(0,0,0); filter: brightness(.95); } 100% { transform: scale(1.035) translate3d(-.2%,-.15%,0); filter: brightness(1.03); } }
@keyframes heartbeat-impact { 0%,61%,73%,100% { transform: scale(1); } 63% { transform: scale(1.013); } 64.4% { transform: scale(.998); } 65.8% { transform: scale(1.006); } 67% { transform: scale(1); } 69.1% { transform: scale(1.009); } 70.5% { transform: scale(1); } }
@keyframes tactile-click { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-1px); } 50% { transform: translateX(1px); } 75% { transform: translateX(-.5px); } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 28px; }
  .site-footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; max-width: 720px; }
  .main-nav, .header-cta, .mega-menu { display: none; }
  .mobile-menu { display: inline-block; justify-self: end; padding: 12px 0 12px 16px; color: #11110f; font-size: 13px; font-weight: 780; cursor: pointer; background: transparent; border: 0; }
  .mobile-panel { position: absolute; top: 82px; right: 0; left: 0; z-index: 31; display: none; max-height: calc(100vh - 82px); padding: 16px 28px 28px; overflow-y: auto; color: var(--ink); background: #fff; border-bottom: 1px solid #ccc7c0; }
  .mobile-panel.is-open { display: grid; }
  .mobile-panel > button, .mobile-primary-link { min-height: 46px; padding: 0; color: var(--ink); font-weight: 760; text-align: left; background: transparent; border: 0; border-bottom: 1px solid #e0ddd7; }
  .mobile-primary-link { display: flex; align-items: center; }
  .mobile-products-toggle { display: flex; align-items: center; justify-content: space-between; }
  .mobile-product-links { display: grid; padding: 8px 0 18px 14px; border-bottom: 1px solid #d5d1ca; }
  .mobile-product-links strong { margin: 17px 0 7px; color: var(--bronze); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-product-links button { padding: 7px 0; color: #3d3934; font-size: 13px; text-align: left; background: transparent; border: 0; }
  .mobile-oem-capabilities { display: flex; flex-wrap: wrap; gap: 6px; padding: 5px 0 2px; }
  .mobile-oem-capabilities span { padding: 6px 8px; color: #5d5750; font-size: 9px; font-weight: 800; background: #f2eee8; border: 1px solid #d8d2ca; }
  .mobile-view-all { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding: 14px 0 5px; color: var(--bronze); font-size: 12px; font-weight: 850; border-top: 1px solid #d5d1ca; }
  .overview-intro { grid-template-columns: 1fr; gap: 44px; align-items: start; }
  .overview-intro-copy { max-width: 680px; }
  .overview-family { grid-template-columns: 1fr; }
  .overview-family h2, .family-description, .family-links { grid-column: 1; }
  .overview-family h2 { grid-row: 2; }
  .family-description { grid-row: 3; margin-top: 24px; }
  .family-links { grid-row: 4; }
  .oem-family-summary { grid-column: 1; grid-row: 4; }
  .home-core, .home-installation, .home-manufacturing { grid-template-columns: 1fr; }
  .home-core-copy, .home-installation-copy, .home-manufacturing-copy { max-width: 800px; }
  .home-core > .asset-placeholder, .home-installation > .asset-placeholder, .home-manufacturing > .asset-placeholder { min-height: 520px; }
  .home-application-layout { grid-template-columns: 1fr; }
  .home-application-tabs { grid-template-columns: 1fr 1fr; border-left: 1px solid #c8c2ba; }
  .home-application-tabs button { border-right: 1px solid #c8c2ba; }
  .home-application-panel { min-height: 0; }
  .home-signal-flow { grid-template-columns: repeat(3, 1fr); }
  .home-signal-flow li:nth-child(3)::after { display: none; }
  .simulator-layout { grid-template-columns: 1fr; }
  .cart-preview { position: static; }
  .core-product-hero { grid-template-columns: 1fr; }
  .product-gallery { position: static; grid-template-rows: 560px 112px; min-height: 0; }
  .product-gallery-main { min-height: 0; }
  .product-purchase { max-width: 800px; }
  .dark-section { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .section-heading .section-kicker { grid-column: 1; margin-bottom: 0; }
  .accessory-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .related-core-section { grid-template-columns: 1fr; }
  .measurement-layout { grid-template-columns: 1fr; }
  .oem-route-placeholder { grid-template-columns: 1fr; }
  .oem-hero, .oem-tactile-section, .oem-project-section { grid-template-columns: 1fr; }
  .oem-hero { min-height: 0; }
  .oem-hero-copy { max-width: 760px; }
  .oem-platform-flow { grid-template-columns: repeat(3, 1fr); }
  .oem-platform-flow > div:nth-child(3) { border-right: 0; }
  .oem-platform-flow > div:nth-child(-n+3) { border-bottom: 1px solid #d8d2ca; }
  .oem-tactile-section { gap: 55px; }
  .oem-application-stories article { grid-template-columns: 1fr; gap: 32px; }
  .oem-application-stories article.is-reversed figure { order: initial; }
  .evidence-grid, .validation-grid { grid-template-columns: repeat(2, 1fr); }
  .project-form-intro { position: static; max-width: 720px; }
  .solutions-hero, .solution-scene { grid-template-columns: 1fr; }
  .solutions-hero { min-height: 0; }
  .solutions-hero > div { max-width: 760px; }
  .solution-scene.is-reversed .solution-scene-copy, .solution-scene.is-reversed .solution-scene-visuals { order: initial; }
  .solution-scene-visuals { max-width: 900px; }
  .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .resources-hero { grid-template-columns: 1fr; }
  .resources-hero > div { max-width: 760px; }
  .resource-card-grid { grid-template-columns: 1fr; }
  .resource-card { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); grid-template-rows: auto auto 1fr auto; column-gap: 26px; padding-bottom: 0; }
  .resource-card .asset-placeholder { grid-row: 1 / 5; aspect-ratio: auto; min-height: 300px; }
  .resource-card > span, .resource-card h3, .resource-card > p, .resource-card > b { margin-inline: 0 22px; }
  .resource-card > span { margin-top: 22px; }
  .resource-card > b { margin-bottom: 22px; }
  .resource-article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; }
  .policy-layout { grid-template-columns: 1fr; max-width: 900px; margin: 0 auto; gap: 40px; }
  .policy-toc { display: none; }
  .policy-mobile-toc { display: block; background: #f7f4ef; border-top: 1px solid #c9c3bb; border-bottom: 1px solid #c9c3bb; }
  .policy-mobile-toc summary { padding: 17px 0; font-size: 11px; font-weight: 850; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; }
  .policy-mobile-toc nav { display: grid; padding-bottom: 16px; }
  .policy-mobile-toc a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 9px 0; color: #5d5750; font-size: 10px; border-top: 1px solid #ddd7cf; }
  .policy-mobile-toc a span { color: #a29a91; font-size: 8px; }
  .about-hero { grid-template-columns: 1fr; min-height: 0; }
  .about-hero-copy { min-height: 620px; }
  .about-hero-visual { min-height: 560px; border-top: 1px solid #2f2c28; border-left: 0; }
  .about-introduction, .about-proprietary { grid-template-columns: 1fr; }
  .about-intro-copy { max-width: 760px; }
  .about-capabilities { grid-template-columns: 1fr; }
  .about-capability-heading { max-width: 760px; }
  .about-evidence-grid { grid-template-columns: 1.2fr .8fr; }
  .about-evidence-grid .about-evidence-primary { grid-row: 1 / 3; }
  .about-evidence-grid .asset-placeholder:nth-child(4), .about-evidence-grid .asset-placeholder:nth-child(5) { min-height: 330px; }
  .about-evidence-grid .asset-placeholder:nth-child(4) { grid-column: 1; }
  .about-evidence-grid .asset-placeholder:nth-child(5) { grid-column: 2; }
  .about-proprietary > .asset-placeholder { min-height: 500px; }
  .about-manufacturing-flow { grid-template-columns: repeat(3, 1fr); }
  .about-manufacturing-flow li:nth-child(3)::after { display: none; }
  .about-manufacturing-flow li:nth-child(-n+3) { border-bottom: 1px solid #c9c3bb; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 20px; }
  .site-footer-main { grid-template-columns: 1fr; gap: 46px; padding: 62px 20px 54px; }
  .footer-brand { grid-column: 1; }
  .footer-logo img { width: 170px; }
  .footer-brand h2 { margin-top: 34px; font-size: 36px; }
  .footer-nav a { min-height: 44px; }
  .site-footer-bottom { align-items: flex-start; flex-direction: column; gap: 20px; padding: 24px 20px 30px; }
  .footer-policies { align-items: flex-start; flex-direction: column; justify-content: start; gap: 8px; }
  .brand img { width: 152px; }
  .header-cart { gap: 6px; margin-left: auto; font-size: 0; border-bottom: 0; }
  .header-cart::before { content: "Cart"; font-size: 11px; }
  .header-cart span { min-width: 19px; height: 19px; }
  .mobile-panel { top: 72px; max-height: calc(100svh - 72px); padding-inline: 20px; }
  .overview-intro { min-height: 0; gap: 34px; padding: 54px 20px 48px; }
  .products-eyebrow { margin-bottom: 15px; font-size: 9px; }
  .overview-intro h1 { font-size: clamp(43px, 12.5vw, 60px); }
  .overview-intro-copy p { font-size: 14px; line-height: 1.6; }
  .overview-banner { height: 52svh; min-height: 350px; }
  .overview-banner img { object-position: 52% center; }
  .overview-banner figcaption { right: 12px; bottom: 12px; left: 12px; line-height: 1.45; }
  .overview-families { grid-template-columns: 1fr; }
  .overview-family { padding: 52px 20px 58px; }
  .overview-family + .overview-family { border-top: 1px solid #d5d0c8; border-left: 0; }
  .family-index { margin-bottom: 20px; }
  .overview-family h2 { font-size: 39px; }
  .family-description { margin-top: 20px; }
  .hero { align-items: flex-end; min-height: clamp(610px, 82svh, 720px); }
  .hero-media img { object-position: 68% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.84) 46%, rgba(5,5,5,.12) 82%, rgba(5,5,5,.06) 100%); }
  .hero-content { width: auto; margin: 0; padding: 220px 20px 74px; }
  .eyebrow { margin-bottom: 17px; font-size: 10px; }
  .hero h1 { max-width: 500px; font-size: clamp(43px,12vw,58px); line-height: .96; }
  .hero-copy { margin-top: 19px; font-size: 14px; line-height: 1.55; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .button { flex: 1 1 100%; min-height: 54px; }
  .motion-control { bottom: 18px; left: 20px; }
  .concept-label { display: none; }
  .home-core, .home-installation, .home-manufacturing { gap: 44px; }
  .home-core-copy h2, .home-installation-copy h2, .home-manufacturing-copy h2 { font-size: 42px; }
  .home-core-specs { grid-template-columns: 1fr; }
  .home-core-specs > div { grid-template-columns: 90px 1fr; align-items: center; min-height: 66px; }
  .home-core-specs span { align-self: center; }
  .home-core > .asset-placeholder, .home-installation > .asset-placeholder, .home-manufacturing > .asset-placeholder { min-height: 360px; }
  .home-application-tabs { grid-template-columns: 1fr; }
  .home-application-panel { grid-template-columns: 1fr; gap: 38px; padding: 28px 20px; }
  .home-application-copy h3 { font-size: 36px; }
  .home-application-visual, .home-application-visual img { min-height: 330px; }
  .home-installation-notes > div { grid-template-columns: 1fr; gap: 7px; }
  .home-signal-flow { grid-template-columns: 1fr; }
  .home-signal-flow li { min-height: 98px; }
  .home-signal-flow li:nth-child(3)::after { display: block; }
  .home-signal-flow li:not(:last-child)::after { top: auto; right: 50%; bottom: -7px; transform: translateX(50%) rotate(135deg); }
  .home-signal-flow strong { margin-top: 22px; }
  .notice { right: 16px; bottom: 16px; left: 16px; }
  .simulator-header { height: 72px; padding-inline: 20px; }
  .simulator-header .brand img { width: 152px; }
  .simulator-header > span { display: none; }
  .bundle-simulator { padding: 42px 20px 58px; }
  .simulator-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .simulator-heading p { margin-bottom: -8px; }
  .simulator-heading > span { max-width: 520px; }
  .config-section, .config-options, .config-options-quantity { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
  .config-product > strong { justify-self: start; }
  .config-product > strong small { text-align: left; }
  .quantity-control { justify-self: start; }
  .config-options select { max-width: none; }
  .price-input, .price-display { max-width: 220px; }
  .config-cables { gap: 0; padding: 0; }
  .cable-section-heading, .cable-option-row { padding-inline: 20px; }
  .cable-option-row { align-items: flex-start; flex-direction: column; }
  .cart-drawer-header { min-height: 72px; padding-inline: 20px; }
  .drawer-item-group, .cart-drawer-footer { padding-inline: 20px; }
  .drawer-sync-status > span { padding-inline: 20px; }
  .product-gallery { grid-template-rows: 410px 82px; padding: 16px; }
  .product-gallery-main { min-height: 0; }
  .product-thumbnails { gap: 7px; }
  .product-thumbnails .asset-placeholder { min-height: 76px; padding: 7px; }
  .real-product-thumbnails { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-thumbnail { height: 82px; padding: 3px; }
  .product-purchase { padding: 48px 20px 58px; }
  .product-purchase h1 { font-size: 54px; }
  .product-key-specs strong { font-size: 16px; }
  .purchase-option { align-items: flex-start; }
  .purchase-option .quantity-control { margin-top: 2px; }
  .page-section, .product-story, .shipping-section { padding: 70px 20px; }
  .section-copy h2, .section-heading h2, .package-panel h2, .shipping-section h2 { font-size: 42px; }
  .dark-section { gap: 44px; }
  .dark-section .asset-placeholder { min-height: 320px; }
  .application-grid, .installation-steps, .product-details, .accessory-grid, .shipping-section { grid-template-columns: 1fr; }
  .application-grid, .installation-steps { gap: 38px; }
  .dimensions-layout { grid-template-columns: 1fr; }
  .dimensions-layout > .asset-placeholder { min-height: 380px; }
  .dimensions-visual { min-height: 380px; }
  .product-details, .shipping-section { gap: 52px; }
  .accessory-grid { gap: 40px; }
  .compatibility-visual-grid { grid-template-columns: 1fr; }
  .compatibility-visual-grid .asset-placeholder { min-height: 320px; }
  .related-core-section { gap: 42px; }
  .related-core-section > .asset-placeholder { min-height: 330px; }
  .measurement-layout > .asset-placeholder { min-height: 380px; }
  .oem-route-placeholder { min-height: 0; padding: 58px 20px; }
  .oem-route-placeholder h1 { font-size: 46px; }
  .oem-route-placeholder > .asset-placeholder { min-height: 340px; }
  .oem-hero { gap: 44px; padding: 58px 20px; }
  .oem-hero-copy h1 { font-size: 49px; }
  .oem-hero-visual { min-height: 360px; }
  .oem-hero-visual img { min-height: 330px; }
  .oem-platform-flow { grid-template-columns: 1fr; }
  .oem-platform-flow > div, .oem-platform-flow > div:nth-child(3) { min-height: 132px; border-right: 0; border-bottom: 1px solid #d8d2ca; }
  .oem-platform-flow > div:last-child { border-bottom: 0; }
  .oem-tactile-section { padding: 70px 20px; }
  .oem-tactile-copy h2 { font-size: 43px; }
  .oem-tactile-visuals, .customization-groups, .evidence-grid, .validation-grid { grid-template-columns: 1fr; }
  .oem-tactile-visuals img { min-height: 330px; }
  .oem-application-stories { gap: 68px; }
  .oem-application-stories h3 { font-size: 35px; }
  .customization-groups article { min-height: 0; padding: 30px 24px; }
  .customization-groups ul { grid-template-columns: 1fr; }
  .validation-grid article { min-height: 220px; }
  .process-list li { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .oem-project-section { gap: 48px; padding: 70px 20px; }
  .project-form-intro h2 { font-size: 47px; }
  .project-brief-form { padding: 24px 18px; }
  .form-grid, .capability-fieldset > div { grid-template-columns: 1fr; }
  .form-grid .full-field { grid-column: 1; }
  .solutions-hero { gap: 44px; padding: 58px 20px; }
  .solutions-hero h1 { font-size: 52px; }
  .solutions-hero > .asset-placeholder { min-height: 360px; }
  .signal-flow { grid-template-columns: 1fr; }
  .signal-flow > div { min-height: 125px; border-right: 0; border-bottom: 1px solid #d5cfc7; }
  .signal-flow > div:last-child { border-bottom: 0; }
  .signal-flow > div:not(:last-child)::after { top: auto; right: 50%; bottom: -7px; transform: translateX(50%) rotate(135deg); }
  .signal-diagram-placeholder { min-height: 300px; }
  .solution-scene { gap: 42px; padding: 70px 20px; }
  .solution-scene-copy h2 { font-size: 40px; }
  .solution-scene-visuals { grid-template-columns: 1fr; }
  .solution-scene-visuals .asset-placeholder, .solution-scene-visuals .asset-placeholder + .asset-placeholder { min-height: 330px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 190px; }
  .resources-hero { gap: 42px; min-height: 0; padding: 58px 20px; }
  .resources-hero h1 { font-size: 46px; }
  .resources-hero > .asset-placeholder { min-height: 330px; }
  .resource-card { display: block; padding-bottom: 18px; }
  .resource-card .asset-placeholder { min-height: 0; aspect-ratio: 4 / 3; }
  .resource-card > span, .resource-card h3, .resource-card > p, .resource-card > b { margin-inline: 18px; }
  .resource-card > span { margin-top: 18px; }
  .resource-card > b { margin-bottom: 0; }
  .preparation-list > div, .download-list > div { align-items: flex-start; flex-direction: column; gap: 7px; justify-content: center; padding-block: 14px; }
  .resource-article-hero { padding: 58px 20px 48px; text-align: left; }
  .resource-article-hero nav { justify-content: flex-start; }
  .resource-article-hero h1 { font-size: 43px; }
  .resource-article-hero > p:last-child { font-size: 14px; }
  .resource-article-layout { gap: 45px; padding: 48px 20px 70px; }
  .resource-article-content h2 { font-size: 32px; }
  .resource-article-content dl div { grid-template-columns: 1fr; gap: 7px; }
  .resource-article-content .asset-placeholder { min-height: 300px; }
  .related-guides > div { grid-template-columns: 1fr; }
  .policy-hero { padding: 58px 20px 50px; }
  .policy-hero h1 { font-size: 46px; }
  .policy-hero > p:not(.products-eyebrow) { font-size: 14px; }
  .policy-layout { gap: 38px; padding: 42px 20px 72px; }
  .policy-content h2 { font-size: 31px; }
  .policy-content p { font-size: 13px; }
  .policy-related > div { grid-template-columns: 1fr; }
  .policy-contact > a { font-size: 15px; overflow-wrap: anywhere; }
  .cookie-panel { right: 0; bottom: 0; grid-template-columns: 1fr; gap: 18px; width: 100%; padding: 22px 20px 20px; border-right: 0; border-bottom: 0; border-left: 0; }
  .cookie-panel h2 { font-size: 23px; }
  .cookie-actions { grid-template-columns: 1fr 1fr; }
  .cookie-current { margin-top: -7px; }
  .about-hero-copy { min-height: 0; padding: 64px 20px 70px; }
  .about-hero-copy h1 { font-size: clamp(51px, 14vw, 68px); }
  .about-hero-copy > p:last-child { font-size: 14px; }
  .about-hero-visual { min-height: 390px; }
  .about-introduction { gap: 42px; }
  .about-intro-statement h2, .about-capability-heading h2, .about-proprietary-copy h2 { font-size: 41px; }
  .about-capabilities { gap: 45px; padding: 70px 20px; }
  .about-capability-grid { grid-template-columns: 1fr; }
  .about-capability-grid article { min-height: 220px; }
  .about-capability-grid h3 { margin-top: 39px; }
  .about-evidence-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .about-evidence-grid .about-evidence-primary, .about-evidence-grid .asset-placeholder, .about-evidence-grid .asset-placeholder:nth-child(4), .about-evidence-grid .asset-placeholder:nth-child(5) { grid-column: auto; grid-row: auto; min-height: 330px; }
  .about-proprietary { gap: 45px; }
  .about-proprietary-copy dl div { grid-template-columns: 1fr; gap: 7px; }
  .about-proprietary > .asset-placeholder { min-height: 390px; }
  .about-manufacturing-flow { grid-template-columns: 1fr; }
  .about-manufacturing-flow li { min-height: 155px; }
  .about-manufacturing-flow li:nth-child(3)::after { display: block; }
  .about-manufacturing-flow li:not(:last-child)::after { top: auto; right: 50%; bottom: -7px; transform: translateX(50%) rotate(135deg); }
  .about-manufacturing-flow h3 { margin-top: 34px; }
  .about-principle-grid { grid-template-columns: 1fr; }
  .about-principle-grid article { min-height: 190px; }
  .about-principle-grid h3 { margin-top: 42px; }
}

/* Homepage visual approval pass: full-bleed hero, editorial whitespace, minimal rules. */
.home-page {
  overflow: hidden;
  color: #33312e;
  background: #fff;
}

.home-page .page-section {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding: clamp(112px, 8vw, 144px) clamp(32px, 5.55vw, 80px);
}

.site-header-wrap {
  border-bottom: 0;
}

.site-header {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.home-page > .hero {
  width: calc(100% - 24px);
  max-width: none;
  min-height: clamp(620px, 42vw, 820px);
  margin: 12px auto 0;
  border-radius: 28px;
  overflow: hidden;
}

.hero-media {
  transform-origin: 74% 50%;
  background: #161514;
}

.hero-media picture {
  left: 23%;
  right: 0;
  width: auto;
  transform: none;
}

.hero-media img {
  object-position: 50% 50%;
  transform: scale(1.002);
}

.hero-shade {
  background: linear-gradient(90deg, #0b0b0a 0%, #0b0b0a 21.5%, rgba(11,11,10,.72) 23%, rgba(11,11,10,.18) 24.4%, rgba(11,11,10,0) 25.5%);
}

.hero-content {
  width: min(39vw, 610px);
  margin-left: clamp(46px, 4.2vw, 82px);
  padding: 76px 0 22px;
}

.hero .eyebrow {
  width: auto;
  margin-bottom: 48px;
  padding: 0;
  font-size: clamp(12px, .92vw, 14px);
  letter-spacing: 1.15px;
  white-space: nowrap;
  border: 0;
}

.hero h1 {
  max-width: 460px;
  font-size: clamp(36px, 2.45vw, 40px);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.hero-copy {
  max-width: 430px;
  margin-top: 40px;
  color: #bbb8b3;
  font-size: clamp(14px, .88vw, 17px);
  line-height: 1.48;
}

.hero-actions {
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 570px;
  margin: 38px 0 24px;
}

.hero .button {
  height: 48px;
  min-width: 0;
  min-height: 48px;
  padding-inline: 12px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.hero .button-primary {
  flex: 0 0 auto;
  background: #fff;
  border-color: #fff;
}

.hero .button-secondary {
  flex: 1 1 250px;
  color: #f5f4f0;
  background: rgba(16,15,14,.28);
  border-color: rgba(245,244,240,.38);
  white-space: normal;
}

.hero-proof {
  display: grid;
  gap: 16px;
  max-width: 430px;
  margin: 50px 0 0;
  padding: 32px 0 0;
  color: #d7d3cd;
  font-size: clamp(13px, .85vw, 16px);
  font-weight: 760;
  line-height: 1.3;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.12);
}

.hero-proof li::before {
  margin-right: 12px;
  color: #f5f4f0;
  content: "✓";
}

.motion-control {
  left: max(calc((100vw - 1280px) / 2), clamp(32px, 5vw, 80px));
  bottom: 22px;
  border-bottom: 0;
}

.concept-label {
  display: none;
}

.home-core {
  grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr);
  gap: clamp(64px, 7vw, 112px);
  background: #fff;
  border-bottom: 0;
}

.home-core-copy h2,
.home-installation-copy h2,
.home-manufacturing-copy h2 {
  font-size: clamp(46px, 4vw, 64px);
  line-height: 1.04;
}

.home-core-copy > p:not(.section-kicker),
.home-manufacturing-copy > p:not(.section-kicker),
.home-applications .section-heading > p:not(.section-kicker),
.home-application-copy > p:not(.section-kicker) {
  color: #625d57;
  line-height: 1.72;
}

.home-page .section-kicker {
  color: #9e5e35;
}

.home-core-specs {
  gap: clamp(20px, 3vw, 42px);
  margin-top: 40px;
  border: 0;
}

.home-core-specs > div {
  min-height: 78px;
  padding: 0;
  border: 0;
}

.home-core-specs > div + div {
  padding-left: clamp(20px, 2.5vw, 38px);
  border-left: 1px solid #d8d3cb;
}

.home-core-specs strong {
  color: #2f2c29;
  font-size: clamp(28px, 2.35vw, 36px);
  letter-spacing: -.035em;
}

.home-core-visual {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.home-core-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: contain;
  object-position: center;
}

.home-applications {
  background: #fff;
  border-bottom: 0;
}

.home-applications.page-section {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.home-applications .section-heading {
  width: min(calc(100% - 64px), 1280px);
  max-width: 1080px;
  margin-inline: auto;
  margin-bottom: 64px;
}

.home-applications .section-heading h2 {
  color: #2f2c29;
  line-height: 1.04;
}

.home-application-layout {
  display: block;
}

.home-application-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 52px);
  width: min(calc(100% - 64px), 1280px);
  margin: 0 auto 50px;
  border: 0;
}

.home-application-tabs button {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 48px;
  padding: 0 0 14px;
  border: 0;
}

.home-application-tabs button::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  content: "";
  background: var(--bronze);
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: left;
  transition: opacity 180ms ease, transform 180ms ease;
}

.home-application-tabs button.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-application-tabs button i {
  display: none;
}

.home-application-panel {
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: clamp(56px, 7vw, 112px);
  min-height: 520px;
  width: min(calc(100% - 64px), 1440px);
  margin-inline: auto;
  padding: clamp(48px, 5vw, 76px);
  background: #fff;
  border: 0;
}

.home-application-copy h3 {
  color: #2f2c29;
  line-height: 1.12;
}

.home-application-copy ul {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  border: 0;
}

.home-application-copy li {
  position: relative;
  padding: 0 0 0 17px;
  border: 0;
}

.home-application-copy li::before {
  position: absolute;
  top: .64em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--bronze);
  border-radius: 50%;
}

.home-application-panel > .asset-placeholder {
  min-height: 520px;
  padding: 40px;
  background: #eeece8;
  border: 0;
}

.home-installation.page-section {
  grid-template-columns: minmax(360px, .84fr) minmax(0, 1.16fr);
  gap: clamp(56px, 6vw, 96px);
  width: min(calc(100% - 64px), 1280px);
  margin-block: 28px clamp(112px, 8vw, 144px);
  padding: clamp(76px, 6vw, 96px) clamp(38px, 5vw, 76px);
  color: #f7f5f1;
  background: #161514;
  border: 0;
}

.home-installation-copy {
  grid-column: 2;
  grid-row: 1;
}

.home-installation > .asset-placeholder {
  grid-column: 1;
  grid-row: 1;
}

.home-installation > .home-signal-flow {
  grid-column: 1 / -1;
}

.home-installation-copy h2 {
  color: #f7f5f1;
}

.home-installation-notes {
  display: grid;
  gap: 22px;
  margin-top: 38px;
  border: 0;
}

.home-installation-notes > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  padding: 0;
  border: 0;
}

.home-installation > .asset-placeholder {
  min-height: 460px;
  padding: 40px;
  background: #211f1c;
  border: 0;
}

.home-signal-flow {
  gap: clamp(18px, 3vw, 42px);
  margin-top: 34px;
  border: 0;
}

.home-signal-flow li {
  min-height: 86px;
  padding: 0;
  border: 0;
}

.home-signal-flow li:not(:last-child)::after {
  display: none;
}

.home-manufacturing {
  background: #fff;
  border: 0;
}

.home-manufacturing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 42px;
  margin-top: 42px;
  border: 0;
}

.home-manufacturing-list > div {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: 12px;
  min-height: 0;
  border: 0;
}

.home-manufacturing-list strong {
  font-size: 12px;
  line-height: 1.45;
}

.home-manufacturing > .asset-placeholder {
  min-height: 540px;
  padding: 40px;
  background: #ebe8e2;
  border: 0;
}

.home-manufacturing-visual {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  background: #ebe8e2;
}

.home-manufacturing-visual img {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.site-footer {
  border-top: 0;
}

.site-footer-main,
.site-footer-bottom {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.footer-nav {
  gap: 13px;
}

.footer-nav a {
  min-height: 0;
  border: 0;
}

.footer-nav a:first-of-type {
  border-top: 0;
}

.site-footer-bottom {
  border-top: 0;
}

@media (max-width: 1120px) {
  .home-page .page-section {
    padding-inline: 28px;
  }

  .home-core,
  .home-manufacturing {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .home-core-visual,
  .home-core-visual img {
    min-height: 500px;
  }

  .home-application-tabs {
    gap: 20px;
  }

  .home-application-panel {
    grid-template-columns: 1fr 1.15fr;
    gap: 48px;
  }

  .home-installation.page-section {
    grid-template-columns: 1fr;
    width: min(calc(100% - 56px), 1000px);
  }

  .home-installation-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .home-installation > .asset-placeholder {
    grid-column: 1;
    grid-row: 2;
  }

  .home-installation > .home-signal-flow {
    grid-column: 1;
    grid-row: 3;
  }

  .home-installation > .asset-placeholder {
    min-height: 430px;
  }
}

@media (max-width: 900px) {
  .home-application-panel {
    grid-template-columns: 1fr;
  }

  .home-application-copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .home-page > .hero { margin: 0; border-radius: 0; }
  .home-page .page-section {
    padding: 78px 20px;
  }

  .hero {
    align-items: flex-end;
    min-height: 760px;
    border-radius: 0;
  }

  .hero-media img {
    object-position: 34% center;
  }

  .hero-media picture {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(22,21,20,.12) 0%, rgba(22,21,20,.58) 28%, rgba(22,21,20,.88) 67%, rgba(22,21,20,.96) 100%),
      linear-gradient(90deg, rgba(22,21,20,.48) 0%, rgba(22,21,20,.16) 76%);
  }

  .hero-content {
    width: 100%;
    margin: 0;
    padding: 170px 20px 42px;
  }

  .hero .eyebrow {
    margin-bottom: 28px;
    padding: 0;
    white-space: normal;
  }

  .hero h1 {
    max-width: 440px;
    font-size: clamp(37px, 10.6vw, 46px);
  }

  .hero-copy {
    max-width: 520px;
    margin-top: 24px;
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 26px;
  }

  .hero .button {
    flex: 1 1 100%;
    width: 100%;
    min-height: 48px;
  }

  .hero-proof {
    gap: 10px;
    margin-top: 28px;
    padding-top: 22px;
    font-size: 12px;
  }

  .motion-control {
    right: 20px;
    bottom: 15px;
    left: auto;
  }

  .home-core,
  .home-manufacturing {
    gap: 46px;
  }

  .home-core-copy h2,
  .home-installation-copy h2,
  .home-manufacturing-copy h2 {
    font-size: 41px;
  }

  .home-core-specs {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .home-core-specs > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 68px;
  }

  .home-core-specs > div + div {
    padding-left: 14px;
  }

  .home-core-specs span {
    align-self: end;
  }

  .home-core-visual,
  .home-core-visual img {
    min-height: 350px;
  }

  .home-applications .section-heading {
    width: calc(100% - 40px);
    margin-bottom: 42px;
  }

  .home-applications.page-section {
    padding: 78px 0;
  }

  .home-application-tabs {
    display: flex;
    gap: 28px;
    margin: 0 -20px 42px;
    padding: 0 20px 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-application-panel {
    width: calc(100% - 40px);
    padding: 30px 24px 24px;
  }

  .home-application-tabs::-webkit-scrollbar {
    display: none;
  }

  .home-application-tabs button {
    flex: 0 0 auto;
    min-width: 126px;
  }

  .home-application-panel {
    gap: 42px;
  }

  .home-application-panel > .asset-placeholder {
    min-height: 330px;
  }

  .home-installation.page-section {
    width: calc(100% - 40px);
    margin-block: 8px 78px;
    padding: 62px 24px;
  }

  .home-installation > .asset-placeholder {
    min-height: 330px;
  }

  .home-signal-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }

  .home-signal-flow li {
    min-height: 64px;
  }

  .home-signal-flow li:nth-child(3)::after {
    display: none;
  }

  .home-manufacturing-list {
    gap: 28px 24px;
  }

  .home-manufacturing > .asset-placeholder {
    min-height: 350px;
  }

  .home-manufacturing-visual,
  .home-manufacturing-visual img {
    min-height: 350px;
    height: 350px;
  }

  .site-footer-main {
    padding-top: 72px;
  }
}

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

/* Approved homepage-preview integration. Scoped to the home route only. */
.home-page .home-core-engineering,
.home-page .home-integration,
.home-page .home-installation-preview,
.home-page .home-manufacturing-preview {
  width: min(calc(100% - 80px), 1200px);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-page .home-core-engineering { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: clamp(56px, 7.5vw, 122px); padding: 112px 0; border: 0; }
.home-core-copy-engineering .core-hardware-badge,
.integration-kicker { display: inline-flex; align-items: center; margin: 0 0 26px; padding: 9px 13px; color: #40506a; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: #f4f7fb; border: 1px solid #d8e1ec; border-radius: 7px; }
.home-core-copy-engineering h2 { max-width: 720px; color: #121725; font-size: clamp(44px, 4vw, 62px); font-weight: 760; letter-spacing: -.058em; line-height: 1.02; }
.home-core-copy-engineering > p:not(.core-hardware-badge) { max-width: 590px; color: #52617b; }
.core-spec-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 34px 0 22px; }
.core-spec-card { min-height: 132px; padding: 20px 18px 16px; background: #f8fafc; border: 1px solid #d9e1ea; border-radius: 8px; }
.core-spec-card strong { display: block; color: #101826; font-size: 30px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.core-spec-card b { display: block; margin-top: 11px; color: #d65a1f; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.core-spec-card span { display: block; margin-top: 6px; color: #8493aa; font-size: 11px; line-height: 1.35; }
.core-engineering-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.core-engineering-actions a,
.core-engineering-actions button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 16px; font-size: 13px; font-weight: 800; border-radius: 5px; }
.core-cad-button { color: #fff; background: #111725; border: 1px solid #111725; }
.core-sheet-button { color: #17263d; background: #fff; border: 1px solid #c7d2df; }
.core-engineering-actions .is-disabled { color: #9aa6b7; cursor: not-allowed; opacity: .7; }
.core-target-integrations { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.core-target-integrations strong { color: #8191a6; font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.core-target-integrations span { padding: 7px 12px; color: #30415b; font-size: 11px; font-weight: 750; background: #f2f6fa; border: 1px solid #dbe4ed; border-radius: 999px; }
.home-core-engineering .home-core-visual { min-height: 0; background: transparent; }
.home-core-engineering .home-core-visual img { min-height: 0; object-fit: contain; }

.home-page .home-integration { display: block; padding: 92px 0 120px; background: #fff; border: 0; }
.integration-header { display: grid; grid-template-columns: 1fr 1.15fr; gap: 54px; align-items: end; margin-bottom: 27px; }
.integration-header h2 { max-width: 650px; margin: 0; color: #121725; font-size: clamp(42px, 4vw, 62px); font-weight: 500; letter-spacing: -.052em; line-height: 1.02; }
.integration-header p { max-width: 610px; margin: 0 0 5px; color: #52617b; font-size: 16px; line-height: 1.42; }
.home-integration .home-application-layout { display: block; }
.home-integration .home-application-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0 0 23px; border: 0; }
.home-integration .home-application-tabs .integration-tab { display: flex; align-items: center; gap: 17px; min-height: 60px; padding: 0 20px; color: #283950; font-size: 14px; background: #f8fafc; border: 1px solid #d9e2ed; border-radius: 8px; }
.home-integration .integration-tab em { color: #8d9ab0; font-size: 13px; font-style: normal; }
.home-integration .integration-tab.is-active { color: #fff; background: #121a2e; border-color: #121a2e; }
.home-integration .integration-tab.is-active em { color: #f2993a; }
.home-integration .home-application-panel.integration-showcase { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; width: auto; min-height: 526px; padding: clamp(34px, 4vw, 50px); background: #f8fafc; border: 1px solid #d9e2ed; border-radius: 16px; }
.integration-scenario { margin: 0 0 25px; color: #e25d27; font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.home-integration .home-application-copy h3 { max-width: 520px; margin: 0 0 22px; color: #172033; font-size: clamp(29px, 2.65vw, 42px); font-weight: 500; letter-spacing: -.045em; line-height: 1.06; }
.home-integration .integration-showcase-copy { max-width: 500px; margin: 0; color: #435572; font-size: 15px; line-height: 1.48; }
.home-integration .integration-benefits { display: grid; gap: 17px; margin: 40px 0 0; padding: 0; border: 0; list-style: none; }
.home-integration .integration-benefits li { position: relative; padding: 0 0 0 22px; color: #15243c; font-size: 15px; line-height: 1.3; border: 0; }
.home-integration .integration-benefits li::before { position: absolute; top: 6px; left: 1px; width: 7px; height: 7px; content: ""; background: #13213a; border-radius: 50%; }
.home-integration .home-application-visual { align-self: center; min-height: 0; background: transparent; }
.home-integration .home-application-visual img { min-height: 0; aspect-ratio: 16 / 10; object-fit: cover; }

.home-page .home-installation-preview { display: block; margin-bottom: 120px; padding: clamp(30px, 4.2vw, 56px); color: #edf2f8; background: #0d1117; border: 0; border-radius: 22px; overflow: hidden; }
.installation-top { display: grid; grid-template-columns: .98fr 1.08fr; gap: 50px; align-items: start; }
.installation-evidence { padding: 16px; background: #131924; border: 1px solid #293447; border-radius: 12px; }
.installation-evidence-label { margin: 0 0 13px; color: #55c8ff; font-size: 11px; letter-spacing: .045em; text-transform: uppercase; }
.installation-evidence-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; }
.installation-evidence-trigger { min-height: 295px; padding: 0; overflow: hidden; cursor: zoom-in; background: #222; border: 1px solid #40516a; border-radius: 7px; }
.installation-evidence-trigger img { display: block; width: 100%; height: 100%; object-fit: cover; }
.installation-evidence-trigger.installation-blueprint { background: #e8eef5; border: 0; }
.installation-evidence-trigger.installation-blueprint img { object-fit: contain; }
.installation-evidence-status { margin: 14px 0 0; padding: 10px 12px; color: #61d2ff; font-size: 11px; border: 1px solid #283c55; border-radius: 5px; }
.installation-evidence-status i,
.manufacturing-gallery figcaption i { display: inline-block; width: 8px; height: 8px; margin-right: 6px; vertical-align: middle; background: #36c7ff; border-radius: 50%; }
.installation-kicker { display: inline-flex; margin: 0 0 23px; padding: 9px 12px; color: #f6ad25; font-size: 11px; letter-spacing: .04em; text-transform: uppercase; border: 1px solid #9d620e; border-radius: 4px; }
.installation-copy h2 { max-width: 610px; margin: 0 0 19px; color: #f6f7fb; font-size: clamp(34px, 3vw, 49px); font-weight: 500; letter-spacing: -.048em; line-height: 1.04; }
.installation-copy > p { max-width: 610px; margin: 0; color: #aebacc; font-size: 15px; line-height: 1.46; }
.installation-route-cards { display: grid; gap: 10px; margin-top: 28px; }
.installation-route-card { padding: 16px 19px; background: #151a24; border: 1px solid #2b3648; border-radius: 8px; }
.installation-route-card strong { display: block; color: #f5f7fb; font-size: 16px; font-weight: 600; }
.installation-route-card strong span { margin-right: 7px; color: #f6ac25; }
.installation-route-card p { margin: 8px 0 0; color: #aebaca; font-size: 13px; line-height: 1.34; }
.installation-pipeline { margin-top: 40px; }
.installation-pipeline > p { margin: 0 0 16px; color: #94a6bb; font-size: 11px; letter-spacing: .035em; text-transform: uppercase; }
.installation-pipeline-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px; margin: 0; padding: 0; list-style: none; }
.installation-pipeline-list li { position: relative; min-height: 111px; padding: 17px 16px; background: #151a24; border: 1px solid #2b3648; border-radius: 8px; }
.installation-pipeline-list li:not(:last-child)::after { position: absolute; top: 39px; right: -21px; z-index: 2; color: #52ccff; font-size: 23px; content: "→"; }
.installation-pipeline-list span { display: block; margin-bottom: 10px; color: #f3ad23; font-size: 12px; }
.installation-pipeline-list strong { display: block; color: #f3f6fb; font-size: 16px; font-weight: 550; }
.installation-pipeline-list small { display: block; margin-top: 8px; color: #9aa9bd; font-size: 11px; line-height: 1.35; }
.installation-lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: clamp(18px, 4vw, 56px); background: rgba(3, 7, 12, .9); }
.installation-lightbox-dialog { position: relative; max-width: min(1120px, 100%); max-height: 100%; }
.installation-lightbox-dialog img { display: block; max-width: 100%; max-height: calc(100vh - 112px); object-fit: contain; background: #f5f7fa; }
.installation-lightbox-close { position: absolute; top: -16px; right: -16px; display: grid; width: 38px; height: 38px; padding: 0 0 3px; color: #111827; font-size: 24px; line-height: 1; cursor: pointer; background: #fff; border: 0; border-radius: 50%; }

.home-page .home-manufacturing-preview { display: grid; grid-template-columns: .98fr 1.02fr; gap: clamp(48px, 6vw, 84px); align-items: center; margin-bottom: 130px; padding: 0; border: 0; }
.manufacturing-kicker { margin: 0 0 18px; color: #a0652b; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.manufacturing-copy h2 { max-width: 560px; margin: 0; color: #121725; font-size: clamp(37px, 3.45vw, 53px); font-weight: 750; letter-spacing: -.055em; line-height: 1.01; }
.manufacturing-copy > p { max-width: 520px; margin: 20px 0 25px; color: #66758c; font-size: 14px; line-height: 1.45; }
.manufacturing-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 24px; }
.manufacturing-metric { min-height: 110px; padding: 16px 13px; background: #f8fafc; border: 1px solid #dce5ee; border-radius: 7px; }
.manufacturing-metric strong { display: block; color: #172033; font-size: 24px; font-weight: 800; }
.manufacturing-metric b { display: block; margin-top: 10px; color: #db6127; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.manufacturing-metric span { display: block; margin-top: 7px; color: #8594aa; font-size: 10px; line-height: 1.25; }
.manufacturing-capabilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 28px; }
.manufacturing-capability { position: relative; padding-left: 20px; }
.manufacturing-capability i { position: absolute; top: 2px; left: 0; color: #e5712c; font-size: 10px; font-style: normal; font-weight: 900; }
.manufacturing-capability strong { display: block; color: #223148; font-size: 13px; font-weight: 750; line-height: 1.2; }
.manufacturing-capability span { display: block; margin-top: 5px; color: #7c8da4; font-size: 10px; line-height: 1.35; }
.manufacturing-gallery { position: relative; margin: 0; overflow: hidden; border-radius: 16px; }
.manufacturing-gallery img { display: block; width: 100%; height: auto; }
.manufacturing-gallery figcaption { position: absolute; right: 14px; bottom: 14px; padding: 8px 11px; color: #e7f5ff; font-size: 9px; font-weight: 750; background: #0f1a2a; border: 1px solid #426079; border-radius: 999px; }
.manufacturing-gallery figcaption i { width: 6px; height: 6px; background: #55c8ff; }

.home-footer { padding: 60px clamp(28px, 5.2vw, 84px) 40px; color: #fff; background: #0b0f15; border-radius: 22px 22px 0 0; }
.home-footer-grid { display: grid; grid-template-columns: 35fr 18fr 20fr 27fr; column-gap: 45px; max-width: 1200px; margin: 0 auto; }
.home-footer-logo { display: inline-block; margin-bottom: 31px; }
.home-footer-logo img { display: block; width: 145px; }
.home-footer-brand h2 { max-width: 330px; margin: 0; color: #f6f8fb; font-size: 25px; font-weight: 720; letter-spacing: -.04em; line-height: 1.08; }
.home-footer-brand > p { max-width: 350px; margin: 25px 0 0; color: #9aa8bc; font-size: 14px; line-height: 1.42; }
.home-footer-contact { display: block; max-width: 360px; margin-top: 32px; padding: 17px 20px; background: #141923; border: 1px solid #2a3547; border-radius: 9px; }
.home-footer-contact span { display: block; color: #df6c2c; font-size: 10px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.home-footer-contact strong { display: block; margin-top: 12px; color: #f0f4f8; font-size: 16px; font-weight: 600; }
.home-footer-column { display: grid; align-content: start; gap: 17px; }
.home-footer-column h3 { margin: 3px 0 10px; color: #df6c2c; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.home-footer-link { justify-self: start; width: fit-content; color: #c4cedb; font-size: 15px; line-height: 1.2; }
.home-footer-link:hover { color: #fff; }
.home-footer-link.is-disabled { padding: 0; color: #65748a; text-align: left; cursor: not-allowed; background: transparent; border: 0; }
.home-footer-sample { min-height: 258px; padding: 28px; background: #141923; border: 1px solid #2e3c52; border-radius: 13px; }
.home-footer-sample > span { display: block; color: #55c8ff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.home-footer-sample h3 { max-width: 250px; margin: 31px 0 24px; color: #f5f7fb; font-size: 25px; font-weight: 600; letter-spacing: -.04em; line-height: 1.06; }
.home-footer-sample p { margin: 0; color: #9eacc0; font-size: 13px; line-height: 1.42; }
.home-footer-sample-action { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 58px; margin-top: 26px; padding: 0 19px; color: #172033; font-size: 14px; font-weight: 700; background: #fff; border-radius: 6px; }
.home-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 1200px; margin: 92px auto 0; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.1); }
.home-footer-bottom p,
.home-footer-policy { margin: 0; color: #7f8fa5; font-size: 11px; }
.home-footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.home-footer-bottom nav .home-footer-policy { margin: 0; padding: 0; color: #7f8fa5; font-family: inherit; font-size: 11px; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-decoration: none; }
.home-footer-bottom nav .home-footer-policy:hover { color: #fff; }
.home-footer-bottom nav .home-footer-policy:focus-visible { color: #fff; outline: 2px solid #fff; outline-offset: 3px; }
.home-footer-cookie-settings { appearance: none; text-align: left; cursor: pointer; background: transparent; border: 0; }
.cookie-panel[hidden] { display: none !important; }
.cookie-panel { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; width: min(680px, calc(100% - 48px)); padding: 23px 25px; color: #eef3f8; background: #111923; border: 1px solid #36475c; border-radius: 10px; box-shadow: 0 18px 50px rgba(5, 11, 19, .28); }
.cookie-panel h2 { margin: 0; color: #fff; font-size: 18px; line-height: 1.2; }
.cookie-panel p { max-width: 420px; margin: 9px 0 0; color: #b8c5d5; font-size: 13px; line-height: 1.5; }
.cookie-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 9px; min-width: 216px; }
.cookie-actions button, .cookie-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 13px; color: #eef3f8; font-size: 12px; font-weight: 800; line-height: 1; text-decoration: none; background: transparent; border: 1px solid #607187; border-radius: 5px; cursor: pointer; }
.cookie-actions button:hover, .cookie-actions button:focus-visible, .cookie-actions a:hover, .cookie-actions a:focus-visible { color: #fff; background: #25364a; border-color: #9db1c7; outline: 0; }
.cookie-actions a { grid-column: 1 / -1; justify-content: flex-start; min-height: 28px; padding: 0; color: #c7d7e8; font-weight: 700; border: 0; border-radius: 0; }
.cookie-actions a:hover, .cookie-actions a:focus-visible { color: #fff; background: transparent; text-decoration: underline; }

@media (max-width: 980px) {
  .home-page .home-core-engineering,
  .home-page .home-manufacturing-preview { grid-template-columns: 1fr; }
  .integration-header,
  .installation-top,
  .home-page .home-application-panel.integration-showcase { grid-template-columns: 1fr; }
  .home-integration .home-application-tabs,
  .installation-pipeline-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .installation-pipeline-list li::after { display: none; }
  .home-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
}

@media (max-width: 720px) {
  .home-page .home-core-engineering,
  .home-page .home-integration,
  .home-page .home-installation-preview,
  .home-page .home-manufacturing-preview { width: calc(100% - 40px); }
  .home-page .home-core-engineering,
  .home-page .home-integration { padding-top: 68px; padding-bottom: 68px; }
  .core-spec-cards,
  .manufacturing-metrics,
  .manufacturing-capabilities,
  .installation-evidence-grid,
  .installation-pipeline-list,
  .home-integration .home-application-tabs,
  .home-footer-grid { grid-template-columns: 1fr; }
  .core-engineering-actions { display: grid; }
  .core-engineering-actions a,
  .core-engineering-actions button { width: 100%; }
  .integration-header { gap: 20px; }
  .home-page .home-application-panel.integration-showcase { padding: 24px; }
  .home-page .home-installation-preview { margin-bottom: 78px; padding: 26px 20px; border-radius: 0; }
  .installation-evidence-trigger { min-height: 240px; }
  .home-footer { border-radius: 0; }
  .home-footer-bottom { flex-direction: column; align-items: flex-start; margin-top: 54px; }
  .home-footer-bottom nav { justify-content: flex-start; }
  .cookie-panel { right: 0; bottom: 0; grid-template-columns: 1fr; gap: 17px; width: 100%; padding: 21px 20px 19px; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }
  .cookie-panel h2 { font-size: 19px; }
  .cookie-panel p { font-size: 13px; }
  .cookie-actions { grid-template-columns: 1fr 1fr; min-width: 0; }
}
/* Technology page: approved visual content, using the existing Route C shell. */
.technology-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(34px, 5vw, 72px) 0 clamp(72px, 8vw, 124px); color: #111820; }
.technology-hero, .technology-cta { color: #f3f6fa; background: #0b0f15; border: 1px solid #192535; border-radius: 16px; }
.technology-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: clamp(34px, 6vw, 88px); align-items: center; padding: clamp(30px, 4.3vw, 58px); }
.technology-eyebrow, .technology-section-label { margin: 0 0 16px; color: #df6c2c; font-size: 10px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.technology-hero h1 { max-width: 610px; margin: 0; color: #f7f8fb; font-size: clamp(37px, 4.25vw, 66px); font-weight: 590; letter-spacing: -.055em; line-height: .98; }
.technology-hero-description { max-width: 570px; margin: 25px 0 0; color: #b8c4d2; font-size: 15px; line-height: 1.45; }
.technology-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; margin-top: 32px; }
.technology-metrics article { min-height: 78px; padding: 14px 15px; background: #121925; border: 1px solid #293448; border-radius: 6px; }
.technology-metrics strong { display: block; color: #55c8ff; font-size: 16px; font-weight: 650; }.technology-metrics span { display: block; margin-top: 6px; color: #aebccc; font-size: 10px; line-height: 1.25; }
.technology-waveform { margin: 0; color: #f3a414; }.technology-waveform figcaption { color: #8492a5; font-size: 10px; text-align: center; }.technology-waveform figcaption i { color: #708097; font-style: normal; }.technology-waveform svg { display: block; width: 100%; margin: 22px auto 0; }.technology-waveform p { margin: 5px 0 0; color: #b2bfcd; font-size: 10px; text-align: center; }
.technology-section { margin-top: clamp(70px, 9vw, 118px); }.technology-section h2, .technology-benchmark h2 { margin: 0; color: #151c25; font-size: clamp(30px, 3.3vw, 47px); font-weight: 580; letter-spacing: -.045em; line-height: 1.02; }.technology-section-intro { margin: 11px 0 30px; color: #5f6e82; font-size: 15px; }
.technology-component-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.technology-component-card, .technology-guide-grid article { padding: 21px 22px; background: #f8fafc; border: 1px solid #d9e1ea; border-radius: 9px; }.technology-component-card h3, .technology-guide-grid h3 { margin: 0; color: #17202b; font-size: 15px; font-weight: 650; }.technology-component-card h3 span { color: #66768b; font-weight: 520; }.technology-component-card p, .technology-guide-grid p { margin: 12px 0 0; color: #627186; font-size: 12px; line-height: 1.5; }
.technology-benchmark { margin-top: clamp(42px, 5.5vw, 72px); padding: clamp(27px, 4vw, 52px); background: #f4f7fb; border: 1px solid #d6e0ec; border-radius: 15px; }.technology-benchmark h2 { max-width: 800px; font-size: clamp(26px, 3vw, 42px); }.technology-table-wrap { margin-top: 30px; overflow-x: auto; }.technology-benchmark table { width: 100%; min-width: 710px; border-collapse: collapse; }.technology-benchmark th, .technology-benchmark td { padding: 15px 11px; border-bottom: 1px solid #d7e0eb; text-align: left; vertical-align: top; font-size: 12px; line-height: 1.35; }.technology-benchmark thead th { color: #77869a; font-size: 10px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }.technology-benchmark tbody th { color: #273342; font-weight: 620; }.technology-benchmark tbody td:nth-child(2) { color: #1686c3; }.technology-benchmark tbody td:nth-child(3) { color: #708097; }.technology-benchmark i { font-style: normal; font-weight: 800; }
.technology-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.technology-guide-grid article { min-height: 174px; }.technology-guide-grid span { display: inline-block; margin-top: 16px; padding: 5px 9px; color: #1686c3; font-size: 10px; background: #e5f5ff; border: 1px solid #aedff8; border-radius: 3px; }
.technology-cta { margin-top: clamp(70px, 9vw, 116px); padding: clamp(30px, 4.4vw, 56px); }.technology-cta h2 { max-width: 770px; margin: 0; color: #f8fafc; font-size: clamp(30px, 3.5vw, 50px); font-weight: 570; letter-spacing: -.05em; line-height: 1.02; }.technology-cta > p:not(.technology-eyebrow) { margin: 15px 0 0; color: #aebccc; font-size: 14px; }.technology-cta > div { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }.technology-cta button { min-height: 48px; padding: 0 22px; font-size: 13px; font-weight: 720; border-radius: 5px; cursor: pointer; }.technology-cta .is-primary { color: #121924; background: #fff; border: 1px solid #fff; }.technology-cta .is-secondary { color: #fff; background: #18202c; border: 1px solid #465366; }
@media (max-width: 720px) { .technology-page { width: min(100% - 40px, 1180px); padding-top: 34px; }.technology-hero { grid-template-columns: 1fr; gap: 34px; padding: 27px 22px; border-radius: 10px; }.technology-metrics, .technology-component-grid, .technology-guide-grid { grid-template-columns: 1fr; }.technology-metrics article { min-height: 70px; }.technology-component-card, .technology-guide-grid article { padding: 20px; }.technology-benchmark { padding: 25px 18px; border-radius: 10px; }.technology-cta { padding: 28px 22px; border-radius: 10px; }.technology-cta > div { display: grid; }.technology-cta button { width: 100%; }.technology-waveform { max-width: 390px; margin: 0 auto; } }

/* Applications page: approved visual layout, rendered inside the shared site shell. */
.applications-page { width: min(1220px, calc(100% - 96px)); margin: 0 auto; padding: 36px 0 64px; color: #090e15; }
.applications-hero { display: grid; grid-template-columns: .9fr 1.1fr; grid-template-rows: 1fr auto; gap: 42px 64px; min-height: 600px; padding: 60px; color: #fff; background: #080c12; border-radius: 11px; }
.applications-eyebrow { margin: 0 0 11px; color: #f05a28; font-size: 11px; font-weight: 500; letter-spacing: -.01em; text-transform: uppercase; }
.applications-hero .applications-eyebrow { display: inline-block; margin-bottom: 26px; padding: 9px 17px; color: #ffae18; border: 1px solid #a56a16; border-radius: 3px; }
.applications-hero h1 { max-width: 580px; margin: 0 0 16px; color: #fff; font-size: clamp(52px, 4vw, 56px); font-weight: 400; letter-spacing: -.065em; line-height: .98; }
.applications-hero-copy > p:last-child { max-width: 455px; margin: 0; color: #f5f6f8; font-size: 18px; line-height: 1.42; }
.applications-hero-diagram { display: grid; place-items: center; align-self: start; min-height: 420px; padding: 38px; color: #718198; text-align: center; background: #111722; border: 1px solid #263346; border-radius: 7px; }
.applications-hero-diagram span, .applications-hero-diagram strong, .applications-hero-diagram small { display: block; }.applications-hero-diagram span { color: #f5a019; font-size: 10px; font-weight: 800; letter-spacing: .08em; }.applications-hero-diagram strong { margin-top: 13px; font-size: 18px; font-weight: 400; }.applications-hero-diagram small { margin-top: 16px; color: #475469; font-size: 14px; }
.applications-tabs { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; }.applications-tabs a { display: grid; place-items: center; min-height: 52px; padding: 8px; color: #4db3ef; font-size: 13px; text-align: center; border: 1px solid #2d4058; border-radius: 4px; }.applications-tabs a:hover { color: #fff; border-color: #4db3ef; }
.applications-workflow, .applications-card, .applications-evaluation { background: #fff; border: 1px solid #ccd8e7; border-radius: 9px; }.applications-workflow { margin-top: 32px; padding: 24px 32px 26px; }.applications-workflow h2 { margin: 0 0 18px; color: #111820; font-size: clamp(25px, 2.2vw, 30px); font-weight: 400; letter-spacing: -.035em; }
.applications-workflow-steps, .applications-structure > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }.applications-workflow-step { position: relative; min-height: 104px; padding: 16px; background: #f9fbfe; border: 1px solid #d3deec; border-radius: 5px; }.applications-workflow-step:not(:last-child)::after { position: absolute; z-index: 2; top: 45px; right: -16px; color: #7795b9; font-size: 14px; content: '→'; }.applications-workflow-step > span { margin-right: 12px; color: #f57c35; font-size: 11px; }.applications-workflow-step strong { color: #172234; font-size: 14px; font-weight: 500; }.applications-workflow-step p { margin: 12px 0 0; color: #607087; font-size: 14px; line-height: 1.35; }
.applications-scenes { display: grid; gap: 18px; margin-top: 28px; }.applications-card { display: grid; grid-template-columns: .92fr .78fr .30fr; gap: 18px; align-items: stretch; min-height: 540px; padding: 44px 46px; }.applications-card.is-reversed { grid-template-columns: .78fr .30fr .92fr; }.applications-card.is-reversed .applications-card-copy { grid-column: 3; grid-row: 1; }.applications-card.is-reversed .applications-diagram-main { grid-column: 1; grid-row: 1; }.applications-card.is-reversed .applications-diagram-detail { grid-column: 2; grid-row: 1; }
.applications-card-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; }.applications-card-copy .applications-eyebrow { margin-bottom: 20px; }.applications-card-copy h2 { margin: 0 0 16px; color: #111820; font-size: clamp(30px, 3vw, 36px); font-weight: 400; letter-spacing: -.045em; line-height: 1.04; }.applications-card-copy > p:not(.applications-eyebrow) { max-width: 440px; margin: 0 0 26px; color: #415067; font-size: 18px; line-height: 1.42; }.applications-card-copy ul { width: 100%; max-width: 440px; margin: 0 0 22px; padding: 0 0 0 18px; color: #202b3b; font-size: 17px; line-height: 1.25; }.applications-card-copy li { margin: 0 0 16px; padding-left: 3px; }.applications-card-copy li strong { font-weight: 700; }.applications-card-copy li small { display: block; margin-top: 4px; color: #627188; font-size: 16px; line-height: 1.38; }.applications-card-copy > a { color: #0d74d4; font-size: 15px; }.applications-card-copy > a:hover { color: #074e92; }
.applications-diagram { display: grid; place-items: center; align-content: center; min-height: 448px; padding: 20px; color: #536883; text-align: center; border: 1px solid #c3d1e2; border-radius: 6px; }.applications-diagram span { color: #f05a28; font-size: 9px; font-weight: 800; letter-spacing: .06em; }.applications-diagram strong { max-width: 180px; margin-top: 11px; font-size: 13px; font-weight: 500; line-height: 1.25; }.applications-diagram-main { background: #e4ebf4; }.applications-diagram-detail { background: #f0f4f9; }
.applications-structure { min-height: 340px; margin-top: 30px; padding: 48px 52px; color: #fff; background: #080c12; border-radius: 10px; }.applications-structure .applications-eyebrow { margin-bottom: 23px; color: #2ec2fa; }.applications-structure h2 { margin: 0 0 34px; color: #fff; font-size: clamp(34px, 3vw, 40px); font-weight: 400; letter-spacing: -.05em; line-height: 1.02; }.applications-structure > div { gap: 16px; }.applications-structure article { min-height: 142px; padding: 22px 20px; background: #111722; border: 1px solid #263346; border-radius: 5px; }.applications-structure article strong { color: #fff; font-size: 16px; font-weight: 400; }.applications-structure article strong span { margin-right: 12px; color: #ffa41f; font-size: 11px; }.applications-structure article p { margin: 14px 0 0; color: #b7c2d2; font-size: 14px; line-height: 1.34; }
.applications-evaluation { min-height: 286px; margin-top: 30px; padding: 56px 52px 52px; }.applications-evaluation .applications-eyebrow { margin-bottom: 22px; }.applications-evaluation h2 { margin: 0 0 12px; color: #111820; font-size: clamp(34px, 3vw, 40px); font-weight: 400; letter-spacing: -.045em; line-height: 1.05; }.applications-evaluation > p:not(.applications-eyebrow) { margin: 0 0 26px; color: #607087; font-size: 18px; }.applications-evaluation > div { display: flex; flex-wrap: wrap; gap: 12px; }.applications-evaluation button { min-width: 240px; padding: 17px 22px; color: #fff; font-size: 14px; cursor: pointer; background: #111827; border: 1px solid #172234; border-radius: 3px; }.applications-evaluation button.is-secondary { color: #46536a; background: #fff; border-color: #bfccdb; }
@media (max-width: 760px) { .applications-page { width: min(calc(100% - 28px), 620px); padding-top: 13px; }.applications-hero { grid-template-columns: 1fr; padding: 20px; }.applications-hero-diagram { min-height: 118px; }.applications-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }.applications-workflow { padding: 18px; }.applications-workflow-steps, .applications-structure > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }.applications-workflow-step:not(:last-child)::after { display: none; }.applications-card, .applications-card.is-reversed { grid-template-columns: 1fr 1fr; padding: 20px; }.applications-card .applications-card-copy, .applications-card.is-reversed .applications-card-copy { grid-column: 1 / -1; grid-row: 1; }.applications-card .applications-diagram-main, .applications-card.is-reversed .applications-diagram-main { grid-column: 1; grid-row: 2; }.applications-card .applications-diagram-detail, .applications-card.is-reversed .applications-diagram-detail { grid-column: 2; grid-row: 2; }.applications-diagram { min-height: 138px; }.applications-structure, .applications-evaluation { padding: 20px; } }
@media (max-width: 440px) { .applications-page { width: calc(100% - 20px); }.applications-workflow-steps, .applications-structure > div, .applications-tabs, .applications-card, .applications-card.is-reversed { grid-template-columns: 1fr; }.applications-card .applications-diagram-main, .applications-card.is-reversed .applications-diagram-main, .applications-card .applications-diagram-detail, .applications-card.is-reversed .applications-diagram-detail { grid-column: 1; }.applications-card .applications-diagram-main, .applications-card.is-reversed .applications-diagram-main { grid-row: 2; }.applications-card .applications-diagram-detail, .applications-card.is-reversed .applications-diagram-detail { grid-row: 3; }.applications-evaluation > div { flex-direction: column; }.applications-evaluation button { width: 100%; min-width: 0; } }

/* About page: approved blueprint rhythm, with evidence-safe factory narrative. */
.about-blueprint-page { width: min(1200px, calc(100% - 96px)); margin: 0 auto; padding: 28px 0 92px; color: #101522; }.about-blueprint-kicker { margin: 0; color: #f04d20; font-size: 10px; font-weight: 850; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.about-blueprint-hero h1 { margin: 24px 0 0; color: #101522; font-size: clamp(42px, 4.6vw, 64px); font-weight: 800; letter-spacing: -.055em; line-height: .97; }.about-blueprint-hero > p:not(.about-blueprint-kicker) { max-width: 820px; margin: 14px 0 22px; color: #334155; font-size: 16px; line-height: 1.6; }.about-blueprint-hero figure { display: grid; place-items: center; width: 100%; height: clamp(300px, 28vw, 430px); margin: 0; padding: 30px; color: #fff; text-align: center; background: #202c40; border: 2px solid #101a2c; border-radius: 7px; }.about-blueprint-hero figure div { display: grid; gap: 9px; }.about-blueprint-hero figure span { color: #f5a019; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.about-blueprint-hero figure strong { font-size: clamp(18px, 2vw, 27px); font-weight: 600; }.about-blueprint-hero figure small { max-width: 430px; color: #c7d0db; font-size: 11px; line-height: 1.45; }
.about-blueprint-principles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; padding: 30px 12px 25px; border-bottom: 1px solid #d5dbe3; }.about-blueprint-principles strong { display: block; color: #101522; font-size: 16px; font-weight: 850; letter-spacing: -.035em; }.about-blueprint-principles p { margin: 9px 0 0; color: #475569; font-size: 13px; line-height: 1.42; }
.about-blueprint-process { padding: 56px 0 20px; }.about-blueprint-process header { margin: 0 0 25px; }.about-blueprint-process h2, .about-blueprint-quality h2 { max-width: 800px; margin: 15px 0 0; color: #0f172a; font-size: clamp(29px, 3.5vw, 47px); font-weight: 820; letter-spacing: -.05em; line-height: 1; }.about-blueprint-process > article { display: grid; grid-template-columns: 1fr 1.14fr; gap: clamp(32px, 5vw, 70px); align-items: center; min-height: 300px; padding: 19px 0; }.about-blueprint-process > article.is-reversed { grid-template-columns: 1.14fr 1fr; }.about-blueprint-process > article.is-reversed figure { grid-column: 2; grid-row: 1; }.about-blueprint-process > article.is-reversed > div { grid-column: 1; grid-row: 1; }.about-blueprint-process figure { display: grid; place-items: center; align-content: center; min-height: 270px; margin: 0; padding: 24px; color: #40516b; text-align: center; background: #f1f5fa; border: 1px solid #bcc9da; border-radius: 6px; }.about-blueprint-process figure span { color: #f04d20; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.about-blueprint-process figure strong { max-width: 260px; margin-top: 13px; color: #40516b; font-size: 16px; line-height: 1.25; }.about-blueprint-process > article > div { display: flex; flex-direction: column; justify-content: center; align-self: stretch; padding: 8px 0; }.about-blueprint-step { margin: 0 0 13px; color: #f04d20; font-size: 12px; font-weight: 800; letter-spacing: 1px; }.about-blueprint-process h3 { margin: 0; color: #0f172a; font-size: 23px; font-weight: 800; letter-spacing: -.02em; line-height: 1.12; }.about-blueprint-process > article > div > p:last-child { margin: 17px 0 0; color: #334155; font-size: 15px; line-height: 1.55; }
.about-blueprint-quality { margin-top: 28px; padding: 34px 42px 31px; background: #f8fafc; border: 1px solid #d3dce7; border-radius: 8px; }.about-blueprint-quality header { margin: 0 0 26px; }.about-blueprint-quality h2 { font-size: clamp(24px, 2.7vw, 34px); line-height: 1.12; }.about-blueprint-quality > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }.about-blueprint-quality h3 { margin: 0 0 7px; color: #0f172a; font-size: 15px; font-weight: 800; }.about-blueprint-quality p { margin: 0; color: #475569; font-size: 13.5px; line-height: 1.48; }
.about-blueprint-cta { margin-top: 27px; padding: 31px 42px; color: #fff; background: #0e1117; border-radius: 8px; }.about-blueprint-cta .about-blueprint-kicker { color: #34c9ff; }.about-blueprint-cta h2 { max-width: 770px; margin: 14px 0 0; color: #fff; font-size: clamp(28px, 3vw, 40px); font-weight: 820; letter-spacing: -.045em; line-height: 1; }.about-blueprint-cta > p:not(.about-blueprint-kicker) { margin: 10px 0 18px; color: #94a3b8; font-size: 14px; line-height: 1.45; }.about-blueprint-cta > div { display: flex; flex-wrap: wrap; gap: 9px; }.about-blueprint-cta a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; color: #101522; font-size: 11px; font-weight: 800; text-decoration: none; cursor: pointer; background: #fff; border: 1px solid #fff; border-radius: 4px; }.about-blueprint-cta a.is-secondary { color: #fff; background: #20242c; border-color: #6a7180; }
@media (max-width: 760px) { .about-blueprint-page { width: min(100% - 32px, 1200px); }.about-blueprint-principles { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }.about-blueprint-process > article, .about-blueprint-process > article.is-reversed { grid-template-columns: 1fr; gap: 18px; }.about-blueprint-process > article.is-reversed figure, .about-blueprint-process > article.is-reversed > div { grid-column: 1; grid-row: auto; }.about-blueprint-quality > div { grid-template-columns: 1fr; gap: 20px; } }
@media (max-width: 480px) { .about-blueprint-page { width: calc(100% - 20px); padding-top: 15px; }.about-blueprint-hero h1 { font-size: 38px; }.about-blueprint-hero > p:not(.about-blueprint-kicker) { font-size: 14px; }.about-blueprint-hero figure { height: 260px; }.about-blueprint-principles { grid-template-columns: 1fr; gap: 18px; }.about-blueprint-process { padding-top: 40px; }.about-blueprint-process figure { min-height: 200px; }.about-blueprint-process > article > div > p:last-child { font-size: 14px; }.about-blueprint-quality, .about-blueprint-cta { padding: 26px 20px; }.about-blueprint-cta > div { display: grid; }.about-blueprint-cta a { width: 100%; box-sizing: border-box; } }

/* OEM page: approved project-inquiry layout, using the existing local submission flow. */
.oem-blueprint-page { color: #121212; background: #f7f7f5; }.oem-blueprint-shell { width: min(92%, 1280px); margin: 0 auto; padding: 20px 0 28px; }.oem-blueprint-eyebrow { margin: 0 0 13px; color: #ff7500; font-size: 10px; font-weight: 800; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }.oem-blueprint-page h1, .oem-blueprint-page h2, .oem-blueprint-page h3, .oem-blueprint-page p { margin-top: 0; }
.oem-blueprint-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 486px; overflow: hidden; color: #fff; background: #080b10; border-radius: 12px; }.oem-blueprint-hero > div { z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 60px 70px; background: linear-gradient(90deg, #080b10 0%, #080b10 72%, rgba(8,11,16,.74) 100%); }.oem-blueprint-hero h1 { max-width: 500px; margin-bottom: 19px; color: #fff; font-size: clamp(44px, 4.15vw, 64px); font-weight: 760; letter-spacing: -.055em; line-height: .98; }.oem-blueprint-hero > div > p:not(.oem-blueprint-eyebrow) { max-width: 475px; margin-bottom: 29px; color: #e3e6e9; font-size: 15px; line-height: 1.58; }.oem-blueprint-actions { display: flex; flex-wrap: wrap; gap: 12px; }.oem-blueprint-actions a, .oem-blueprint-brief form > button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; color: #fff; font-size: 12px; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer; background: transparent; border: 1px solid rgba(255,255,255,.62); border-radius: 4px; }.oem-blueprint-actions a.is-primary, .oem-blueprint-brief form > button { color: #fff; background: #ff7200; border-color: #ff7200; }.oem-blueprint-actions span, .oem-blueprint-brief form > button span { margin-left: 10px; font-size: 16px; }.oem-blueprint-hero figure { position: relative; min-height: 486px; margin: 0; overflow: hidden; background: #111; }.oem-blueprint-hero figure::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(8,11,16,.55), rgba(8,11,16,.02) 45%, rgba(0,0,0,.26)); pointer-events: none; }.oem-blueprint-hero img { width: 100%; height: 100%; min-height: 486px; object-fit: cover; object-position: 45% center; filter: brightness(.73) contrast(1.12) saturate(.68); }.oem-blueprint-hero figcaption { position: absolute; right: 24px; bottom: 19px; z-index: 2; max-width: 300px; color: #94a3b8; font-size: 12px; letter-spacing: .035em; line-height: 1.3; text-align: right; }
.oem-blueprint-panel, .oem-blueprint-brief { margin-top: 14px; padding: 40px 70px 34px; background: #fff; border: 1px solid #e9e8e5; border-radius: 12px; }.oem-blueprint-panel.is-soft { background: #f5f6f7; }.oem-blueprint-panel h2, .oem-blueprint-brief h2 { margin-bottom: 30px; color: #151515; font-size: clamp(28px, 2.4vw, 37px); font-weight: 680; letter-spacing: -.05em; line-height: 1.04; }.oem-blueprint-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }.oem-blueprint-card-grid article { min-height: 170px; padding: 0 24px; border-left: 1px solid #e5e5e3; }.oem-blueprint-card-grid article:first-child { padding-left: 0; border-left: 0; }.oem-blueprint-card-grid article:last-child { padding-right: 0; }.oem-blueprint-card-grid article > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 17px; color: #f56e00; font-size: 24px; line-height: 1; background: #fff5ed; border-radius: 11px; }.oem-blueprint-card-grid h3 { margin-bottom: 10px; color: #181818; font-size: 15px; font-weight: 730; letter-spacing: -.025em; }.oem-blueprint-card-grid p { margin-bottom: 0; color: #475569; font-size: 14px; line-height: 1.45; }
.oem-blueprint-brief { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .82fr); align-items: start; gap: 54px; padding-bottom: 40px; }.oem-blueprint-brief > div > p:not(.oem-blueprint-eyebrow) { max-width: 650px; margin-bottom: 23px; color: #626262; font-size: 14px; line-height: 1.5; }.oem-blueprint-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }.oem-blueprint-brief form label { display: grid; gap: 7px; color: #1e293b; font-size: 13px; font-weight: 600; }.oem-blueprint-brief form label > span { white-space: nowrap; }.oem-blueprint-brief form em { margin-left: 3px; color: #ea580c; font-style: normal; }.oem-blueprint-brief form input:not([type='checkbox']), .oem-blueprint-brief form select, .oem-blueprint-brief form textarea { box-sizing: border-box; width: 100%; min-height: 42px; height: 42px; padding: 10px 14px; color: #1e293b; font: inherit; font-size: 13.5px; outline: none; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; }.oem-blueprint-brief form input:focus, .oem-blueprint-brief form select:focus, .oem-blueprint-brief form textarea:focus { border-color: #f56e00; box-shadow: 0 0 0 2px rgba(245,110,0,.14); }.oem-blueprint-brief form textarea { min-height: 110px; height: 110px; resize: vertical; }.oem-blueprint-full, .oem-blueprint-upload { margin-top: 14px; }.oem-blueprint-upload > span:nth-child(2) { position: relative; display: grid; grid-template-columns: 29px 1fr; align-items: center; gap: 10px; min-height: 76px; padding: 12px 17px; color: #53606c; font-size: 12px; font-weight: 500; line-height: 1.35; cursor: pointer; background: #fafcfd; border: 1px dashed #b9c2ca; border-radius: 5px; }.oem-blueprint-upload b { color: #718096; font-size: 25px; line-height: 1; }.oem-blueprint-upload small { display: block; margin-top: 3px; color: #74808b; font-size: 10px; }.oem-blueprint-upload input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }.oem-blueprint-upload i { color: #7b858f; font-style: normal; font-weight: 500; }.oem-blueprint-consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; margin: 18px 0; padding-left: 4px; }.oem-blueprint-consent input { width: 16px; height: 16px; margin-top: 1px; }.oem-blueprint-consent span { white-space: normal !important; color: #5c5c5c; font-size: 11px; font-weight: 450; line-height: 1.4; }.oem-blueprint-brief form > button { padding: 14px 28px; font-size: 15px; font-weight: 750; }.oem-blueprint-status { margin: 10px 0 0; color: #3c6b37 !important; font-size: 12px !important; }
.oem-blueprint-brief aside { align-self: flex-start; padding: 32px 28px; background: #f5f6f7; border-radius: 10px; }.oem-blueprint-brief aside > p { margin-bottom: 13px; color: #ff7500; font-size: 10px; font-weight: 800; letter-spacing: .09em; }.oem-blueprint-brief aside > h3 { margin-bottom: 11px; color: #181818; font-size: 19px; letter-spacing: -.04em; }.oem-blueprint-brief aside > span { display: block; margin-bottom: 17px; color: #5b5b5b; font-size: 13px; line-height: 1.5; }.oem-blueprint-brief aside > a { display: block; padding-bottom: 18px; color: #0284c7; font-size: 15px; font-weight: 750; text-decoration: none; border-bottom: 1px solid #dedfe0; }.oem-blueprint-brief aside > div { margin-top: 31px; }.oem-blueprint-brief aside > div h3 { margin: 0 0 13px; color: #181818; font-size: 16px; }.oem-blueprint-brief aside ol { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }.oem-blueprint-brief aside li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }.oem-blueprint-brief aside li b { display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; margin-top: 2px; color: #3c3f41; font-size: 9px; font-weight: 600; border: 1px solid #bfc4c8; border-radius: 50%; }.oem-blueprint-brief aside li p { margin: 0; color: #61707e; font-size: 11px; line-height: 1.42; }.oem-blueprint-brief aside li strong { display: block; color: #232629; font-size: 12px; font-weight: 750; line-height: 1.25; }
.oem-country-field { position: relative; }.oem-country-combobox { position: relative; }.oem-country-results { position: absolute; z-index: 12; top: calc(100% + 5px); right: 0; left: 0; max-height: 250px; overflow-y: auto; padding: 5px; background: #fff; border: 1px solid #d5dce4; border-radius: 6px; box-shadow: 0 12px 26px rgba(15, 23, 42, .14); }.oem-country-results button { display: block; width: 100%; padding: 9px 10px; color: #334155; font: inherit; font-size: 13px; font-weight: 500; line-height: 1.3; text-align: left; cursor: pointer; background: transparent; border: 0; border-radius: 4px; }.oem-country-results button:hover, .oem-country-results button.is-active { color: #9a4100; background: #fff3e8; }.oem-country-results p { margin: 0; padding: 9px 10px; color: #64748b; font-size: 12px; }
.resources-blueprint-page { padding: 0 0 34px; color: #090b10; background: #f8f7f4; }.resources-blueprint-shell { width: min(92%, 1290px); margin: 0 auto; }.resources-blueprint-shell h1, .resources-blueprint-shell h2, .resources-blueprint-shell h3, .resources-blueprint-shell p { margin-top: 0; }.resources-blueprint-hero { position: relative; height: 430px; overflow: hidden; color: #fff; background: #0a0e15; border-radius: 12px; }.resources-blueprint-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.resources-blueprint-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.63) 37%, rgba(0,0,0,.08) 72%); }.resources-blueprint-hero-copy { position: absolute; top: 53px; left: 48px; max-width: 490px; }.resources-blueprint-hero-copy > p, .resources-blueprint-heading > div > p, .resources-blueprint-guide-grid p, .resources-blueprint-notes article > p, .resources-blueprint-cta p { margin-bottom: 12px; color: #ff691b; font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }.resources-blueprint-hero-copy h1 { margin-bottom: 16px; color: #fff; font-size: 39px; font-weight: 800; letter-spacing: -2px; line-height: 1.04; }.resources-blueprint-hero-copy > span { display: block; max-width: 360px; color: #e1e1df; font-size: 13px; line-height: 1.55; }.resources-blueprint-hero-topics { position: absolute; right: 38px; bottom: 22px; left: 38px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; max-width: 560px; }.resources-blueprint-hero-topics a { display: flex; flex-direction: column; align-items: flex-start; min-height: 104px; padding: 18px 13px 13px; color: #fff; text-decoration: none; background: rgba(14,18,26,.9); border: 1px solid rgba(255,255,255,.05); border-radius: 7px; }.resources-blueprint-hero-topics strong { font-size: 11px; line-height: 1.15; }.resources-blueprint-hero-topics span { margin-top: auto; color: #a8acb3; font-size: 9px; }.resources-blueprint-panel { margin-top: 16px; padding: 30px; background: #fff; border: 1px solid #e9e8e3; border-radius: 12px; }.resources-blueprint-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 23px; }.resources-blueprint-heading.is-compact { align-items: center; }.resources-blueprint-heading h2 { margin-bottom: 0; color: #090b10; font-size: 25px; font-weight: 800; letter-spacing: -1.1px; line-height: 1.08; }.resources-blueprint-heading > a, .resources-blueprint-heading > small { color: #ff691b; font-size: 11px; font-weight: 700; line-height: 1.2; text-decoration: none; white-space: nowrap; }.resources-blueprint-heading > small { color: #7a7d84; font-weight: 500; }.resources-blueprint-heading > span { max-width: 355px; color: #6d717a; font-size: 11px; line-height: 1.5; }.resources-blueprint-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }.resources-blueprint-guide-grid > * { display: flex; flex-direction: column; color: #090b10; text-decoration: none; }.resources-blueprint-guide-grid img { width: 100%; aspect-ratio: 1.52; margin-bottom: 17px; object-fit: cover; border-radius: 5px; }.resources-blueprint-guide-grid p, .resources-blueprint-notes article > p { margin-bottom: 8px; font-size: 8px; }.resources-blueprint-guide-grid h3 { margin-bottom: 9px; font-size: 16px; font-weight: 800; letter-spacing: -.65px; line-height: 1.17; }.resources-blueprint-card-copy { margin-bottom: 13px; color: #444951; font-size: 11px; line-height: 1.45; }.resources-blueprint-guide-grid b { margin-top: auto; color: #ff691b; font-size: 10px; }.resources-blueprint-guide-grid b i { margin-left: 5px; font-size: 16px; font-style: normal; }.resources-blueprint-guide-grid small, .resources-blueprint-topics small, .resources-blueprint-notes small { margin-top: auto; color: #8b8e94; font-size: 10px; font-weight: 700; line-height: 1.3; }.resources-blueprint-topics > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.resources-blueprint-topics article { display: flex; flex-direction: column; min-height: 260px; padding: 23px; border: 1px solid #efefed; border-radius: 8px; }.resources-blueprint-topics h3 { margin-bottom: 16px; font-size: 15px; font-weight: 800; letter-spacing: -.55px; line-height: 1.15; }.resources-blueprint-topics ul { margin: 0 0 18px; padding: 0; list-style: none; }.resources-blueprint-topics li { color: #454a53; font-size: 10px; line-height: 1.75; }.resources-blueprint-topics a { margin-top: auto; color: #ff691b; font-size: 10px; font-weight: 700; text-decoration: none; }.resources-blueprint-topics a span { margin-left: 4px; font-size: 15px; }.resources-blueprint-notes > div:last-child { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }.resources-blueprint-notes article { display: flex; flex-direction: column; }.resources-blueprint-notes img { width: 100%; aspect-ratio: 1.3; margin-bottom: 13px; object-fit: cover; border-radius: 5px; }.resources-blueprint-notes h3 { margin-bottom: 9px; font-size: 12px; font-weight: 800; letter-spacing: -.4px; line-height: 1.22; }.resources-blueprint-notes article > a { margin-top: auto; color: #ff691b; font-size: 9px; text-decoration: none; }.resources-blueprint-downloads > div:last-child { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }.resources-blueprint-downloads article { display: flex; flex-direction: column; min-height: 142px; padding: 20px; border: 1px solid #efefed; border-radius: 8px; }.resources-blueprint-downloads h3 { margin-bottom: 12px; font-size: 12px; font-weight: 800; line-height: 1.2; }.resources-blueprint-downloads small { margin-top: auto; color: #777c84; font-size: 9px; }.resources-blueprint-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 16px; padding: 29px 32px; color: #fff; background: #0a0e15; border-radius: 10px; }.resources-blueprint-cta h2 { margin-bottom: 8px; color: #fff; font-size: 24px; font-weight: 800; letter-spacing: -.9px; line-height: 1; }.resources-blueprint-cta > div:first-child > span { color: #bcc1ca; font-size: 11px; }.resources-blueprint-cta > div:last-child { display: flex; gap: 10px; }.resources-blueprint-cta a { padding: 17px 18px; color: #fff; font-size: 11px; font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; background: #ff691b; border-radius: 4px; }.resources-blueprint-cta a + a { background: transparent; border: 1px solid #373e49; }.resources-blueprint-cta b { margin-left: 7px; font-size: 15px; }
@media (max-width: 900px) { .resources-blueprint-guide-grid, .resources-blueprint-topics > div { grid-template-columns: repeat(2, 1fr); }.resources-blueprint-notes > div:last-child, .resources-blueprint-downloads > div:last-child { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .resources-blueprint-shell { width: min(100% - 24px, 1290px); }.resources-blueprint-hero { height: 590px; }.resources-blueprint-hero-copy { top: 45px; right: 20px; left: 23px; }.resources-blueprint-hero-copy h1 { font-size: 35px; }.resources-blueprint-hero-topics { right: 15px; bottom: 15px; left: 15px; grid-template-columns: repeat(2, 1fr); max-width: none; }.resources-blueprint-hero-topics a { min-height: 87px; }.resources-blueprint-panel { padding: 22px 16px; }.resources-blueprint-heading, .resources-blueprint-heading.is-compact, .resources-blueprint-cta { flex-direction: column; align-items: flex-start; gap: 13px; }.resources-blueprint-heading h2 { font-size: 22px; }.resources-blueprint-guide-grid, .resources-blueprint-topics > div, .resources-blueprint-notes > div:last-child, .resources-blueprint-downloads > div:last-child { grid-template-columns: repeat(2, 1fr); gap: 12px; }.resources-blueprint-guide-grid h3 { font-size: 14px; }.resources-blueprint-card-copy { font-size: 10px; }.resources-blueprint-topics article { min-height: 250px; padding: 17px; }.resources-blueprint-topics li { font-size: 9px; }.resources-blueprint-notes h3 { font-size: 11px; }.resources-blueprint-cta { padding: 24px; }.resources-blueprint-cta > div:last-child { flex-direction: column; width: 100%; }.resources-blueprint-cta a { text-align: center; } }
.resources-blueprint-topics .resources-blueprint-heading h2 { white-space: nowrap; }
@media (max-width: 640px) { .resources-blueprint-topics .resources-blueprint-heading h2 { white-space: normal; } }
.resources-blueprint-hero-topics img { width: 20px; height: 20px; margin-bottom: 12px; filter: invert(48%) sepia(94%) saturate(2322%) hue-rotate(351deg) brightness(104%) contrast(101%); }.resources-blueprint-topics article > img { width: 25px; height: 25px; margin-bottom: 25px; opacity: .82; }.resources-blueprint-downloads article > img { width: 25px; height: 25px; margin-bottom: 20px; opacity: .84; }
/* Resources responsive readability: Notes and Downloads only. */
@media (max-width: 900px) {
  .resources-blueprint-notes > div:last-child, .resources-blueprint-downloads > div:last-child { gap: 16px; }
  .resources-blueprint-notes h3, .resources-blueprint-downloads h3 { font-size: 14px; line-height: 1.3; }
  .resources-blueprint-notes article > p, .resources-blueprint-notes small, .resources-blueprint-downloads small { font-size: 11px; line-height: 1.4; }
  .resources-blueprint-downloads article { min-height: 0; padding: 22px 18px 20px; }
}
@media (max-width: 640px) {
  .resources-blueprint-notes > div:last-child, .resources-blueprint-downloads > div:last-child { gap: 14px; }
  .resources-blueprint-notes article { padding-bottom: 8px; }
  .resources-blueprint-notes h3 { margin-bottom: 12px; font-size: 14px; line-height: 1.3; }
  .resources-blueprint-notes article > p { font-size: 13px; line-height: 1.35; }
  .resources-blueprint-notes small, .resources-blueprint-downloads small { font-size: 12px; line-height: 1.4; }
  .resources-blueprint-downloads article { min-height: 0; padding: 20px 16px 22px; }
  .resources-blueprint-downloads h3 { margin-bottom: 15px; font-size: 14px; line-height: 1.3; }
}
@media (max-width: 820px) { .oem-blueprint-shell { width: 100%; padding: 0; }.oem-blueprint-hero { grid-template-columns: 1fr; border-radius: 0; }.oem-blueprint-hero > div { padding: 50px 27px 38px; }.oem-blueprint-hero figure, .oem-blueprint-hero img { min-height: 285px; }.oem-blueprint-panel, .oem-blueprint-brief { margin-top: 0; padding: 42px 27px; border-right: 0; border-bottom: 0; border-left: 0; border-radius: 0; }.oem-blueprint-card-grid { grid-template-columns: 1fr 1fr; gap: 28px 0; }.oem-blueprint-card-grid article:nth-child(3) { padding-left: 0; border-left: 0; }.oem-blueprint-brief { grid-template-columns: 1fr; gap: 27px; } }
@media (max-width: 520px) { .oem-blueprint-hero h1 { font-size: 42px; }.oem-blueprint-actions { display: grid; }.oem-blueprint-actions a { width: 100%; }.oem-blueprint-card-grid, .oem-blueprint-form-grid { grid-template-columns: 1fr; }.oem-blueprint-card-grid article, .oem-blueprint-card-grid article:nth-child(3) { padding: 21px 0 0; border-top: 1px solid #e5e5e3; border-left: 0; }.oem-blueprint-card-grid article:first-child { padding-top: 0; border-top: 0; }.oem-blueprint-card-grid article:last-child { padding-right: 0; } }

.oem-file-list { display: grid; gap: 7px; margin-top: 10px; }.oem-file-list > p { margin: 0; color: #61707e; font-size: 12px; }.oem-file-list > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 10px; color: #334155; font-size: 12px; background: #fff; border: 1px solid #e2e8f0; border-radius: 5px; }.oem-file-list small { margin-left: 6px; color: #74808b; font-size: 11px; }.oem-file-list button { padding: 0; color: #b45309; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; background: transparent; border: 0; }.oem-blueprint-form-grid [data-sample-only][hidden] { display: none !important; }.oem-blueprint-form-grid [data-sample-product] strong { display: flex; align-items: center; min-height: 42px; padding: 0 14px; color: #334155; font-size: 13.5px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; }.applications-evaluation a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; color: #fff; font-size: 13px; font-weight: 750; text-decoration: none; background: #ff7200; border: 1px solid #ff7200; border-radius: 4px; }

/* Legal and policy pages: compact, readable, deliberately non-promotional. */
.policy-page { background: #fff; }
.policy-hero-band { background: #f8f6f3; border-bottom: 1px solid #e7e2db; }
.policy-hero { width: min(calc(100% - 96px), 1120px); max-width: none; margin: 0 auto; padding: 52px 0 50px; }
.policy-hero .products-eyebrow { margin: 0 0 14px; color: #ef5a1b; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.policy-hero h1 { max-width: 760px; font-size: clamp(40px, 4vw, 58px); line-height: 1.01; }
.policy-hero > p:not(.products-eyebrow) { max-width: 590px; margin-top: 17px; color: #4e5968; font-size: 16px; line-height: 1.6; }
.policy-hero time { margin-top: 19px; color: #697586; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: none; }
.policy-layout { width: min(calc(100% - 96px), 1120px); max-width: none; grid-template-columns: minmax(190px, 23%) minmax(0, 760px); gap: clamp(54px, 8vw, 116px); justify-content: start; padding: 52px 0 88px; border-top: 0; }
.policy-toc { top: 108px; padding-top: 2px; }
.policy-toc > strong { color: #ef5a1b; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.policy-toc nav { margin-top: 15px; border-top: 0; }
.policy-toc a { grid-template-columns: 24px 1fr; gap: 7px; padding: 8px 0; color: #526071; font-size: 11px; border-bottom: 0; }
.policy-toc a span { color: #9ca3ad; font-size: 9px; }
.policy-toc a[aria-current="location"] { color: #d84b0f; font-weight: 850; }
.policy-toc a[aria-current="location"] span { color: #d84b0f; }
.policy-toc a:focus-visible, .policy-mobile-toc a:focus-visible, .policy-section-links a:focus-visible, .policy-help-card a:focus-visible { outline: 2px solid #ef5a1b; outline-offset: 3px; }
.policy-content > section { padding: 0 0 44px; }
.policy-content > section + section { padding-top: 44px; border-top-color: #e7e2db; }
.policy-content h2 { margin-bottom: 18px; color: #111820; font-size: clamp(28px, 2.7vw, 38px); line-height: 1.08; }
.policy-content h3 { margin: 30px 0 11px; color: #182231; font-size: 18px; font-weight: 820; letter-spacing: -.02em; line-height: 1.25; }
.policy-content p { margin-bottom: 16px; color: #465365; font-size: 16px; line-height: 1.68; }
.policy-content ul { margin: 18px 0 22px; padding-left: 21px; }
.policy-content li { padding: 4px 0; color: #465365; font-size: 16px; line-height: 1.62; }
.policy-subsection + .policy-subsection { margin-top: 24px; }
.policy-section-links { gap: 10px 18px; margin-top: 18px; }
.policy-section-links a { min-height: 36px; color: #d84b0f; font-size: 12px; border-bottom-color: #d84b0f; }
.policy-help-card { margin-top: 14px; padding: 31px 34px 29px; background: #f6f7f8; border: 1px solid #e3e7eb; border-radius: 8px; }
.policy-help-card .section-kicker { margin: 0 0 12px; color: #ef5a1b; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.policy-help-card h2 { margin-bottom: 10px; font-size: clamp(26px, 2.4vw, 32px); }
.policy-help-card > p:not(.section-kicker) { max-width: 600px; margin-bottom: 13px; }
.policy-help-card > a { display: inline-flex; color: #111820; font-size: 15px; font-weight: 800; border-bottom: 2px solid #ef5a1b; }
.policy-help-card nav { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 15px; margin-top: 25px; padding-top: 19px; border-top: 1px solid #dfe4e9; }
.policy-help-card nav > span { margin-right: 3px; color: #748091; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.policy-help-card nav a { display: inline-flex; align-items: center; gap: 6px; color: #334155; font-size: 12px; font-weight: 750; }
.policy-help-card nav a:hover { color: #d84b0f; }
.policy-help-card nav b { color: #ef5a1b; font-size: 15px; }
.policy-contact, .policy-related { display: none; }

@media (max-width: 900px) {
  .policy-hero, .policy-layout { width: min(calc(100% - 56px), 760px); }
  .policy-layout { grid-template-columns: 1fr; gap: 28px; padding-top: 34px; }
  .policy-toc { display: none; }
  .policy-mobile-toc { display: block; order: -1; padding: 0 18px; background: #f8f6f3; border: 1px solid #e7e2db; }
  .policy-mobile-toc summary { padding: 16px 0; color: #182231; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
  .policy-mobile-toc nav { display: grid; padding-bottom: 12px; }
  .policy-mobile-toc a { grid-template-columns: 24px 1fr; gap: 8px; padding: 9px 0; color: #526071; font-size: 12px; border-top: 1px solid #e1ddd6; }
  .policy-mobile-toc a span { color: #9ca3ad; font-size: 9px; }
  .policy-mobile-toc a[aria-current="location"] { color: #d84b0f; font-weight: 850; }
}

@media (max-width: 600px) {
  .policy-hero, .policy-layout { width: calc(100% - 40px); }
  .policy-hero { padding: 39px 0 36px; }
  .policy-hero h1 { font-size: 39px; }
  .policy-hero > p:not(.products-eyebrow), .policy-content p, .policy-content li { font-size: 16px; }
  .policy-layout { gap: 26px; padding: 26px 0 60px; }
  .policy-content > section { padding-bottom: 34px; }
  .policy-content > section + section { padding-top: 34px; }
  .policy-content h2 { font-size: 29px; }
  .policy-content h3 { font-size: 18px; }
  .policy-help-card { padding: 25px 21px 23px; }
  .policy-help-card nav { display: grid; gap: 11px; }
  .policy-help-card nav > span { margin-bottom: 1px; }
}

/* Native 404 page: intentionally brief and separate from the posts index. */
.not-found-page { display: grid; min-height: min(560px, 62vh); padding: 68px 48px 86px; background: #f8f7f4; }
.not-found-panel { align-self: center; width: min(100%, 720px); margin: 0 auto; padding: 46px; background: #fff; border: 1px solid #e7e2db; border-radius: 10px; }
.not-found-kicker { margin: 0 0 13px; color: #ef5a1b; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.not-found-panel h1 { margin: 0; color: #111820; font-size: clamp(40px, 4vw, 58px); line-height: 1.02; }
.not-found-panel > p:not(.not-found-kicker) { max-width: 520px; margin: 18px 0 0; color: #4e5968; font-size: 16px; line-height: 1.6; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.not-found-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 20px; font-size: 13px; font-weight: 800; text-decoration: none; border-radius: 4px; }
.not-found-primary { color: #fff; background: #111820; border: 1px solid #111820; }
.not-found-secondary { color: #111820; background: #fff; border: 1px solid #cfd6dd; }
@media (max-width: 600px) { .not-found-page { min-height: 0; padding: 38px 20px 56px; }.not-found-panel { padding: 31px 24px; }.not-found-panel h1 { font-size: 39px; }.not-found-actions { display: grid; grid-template-columns: 1fr; }.not-found-actions a { width: 100%; } }

/* Resources landing: neutral native-post media state; scoped to existing cards. */
.resources-blueprint-guide-grid .resources-blueprint-card-placeholder,
.resources-blueprint-notes .resources-blueprint-card-placeholder { display: grid; width: 100%; place-items: center; color: #756d63; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; background: #ebe7e0; border: 1px solid #dfd9d1; border-radius: 5px; }
.resources-blueprint-guide-grid .resources-blueprint-card-placeholder { aspect-ratio: 1.52; margin-bottom: 17px; }
.resources-blueprint-notes .resources-blueprint-card-placeholder { aspect-ratio: 1.3; margin-bottom: 13px; }
