@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src:
    url("../fonts/manrope-latin-variable.woff2") format("woff2"),
    url("/wp-content/uploads/the-sun-sign-migration/fonts/manrope-latin-variable.woff2") format("woff2");
}

:root {
  --graphite: #202326;
  --graphite-soft: #2a2e31;
  --ink: #24282b;
  --warm-white: #f3f1eb;
  --paper: #faf9f5;
  --silver: #b8bec3;
  --line: #d5d2ca;
  --muted: #656a6d;
  --accent: #d89724;
  --accent-dark: #8e5e12;
  --brand-orange: #f28a00;
  --error: #9f2f27;
  --radius: 5px;
  --container: 1240px;
  --container-wide: 1440px;
  --section-space: clamp(5.5rem, 10vw, 10rem);
  --font-sans: Manrope, "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(32, 35, 38, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { max-width: 100%; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
img { object-fit: cover; }
a { color: inherit; text-decoration: none; }
a[aria-disabled="true"] { cursor: default; }
button, input, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; box-shadow: 0 0 0 6px rgba(255,255,255,.94); }
::selection { background: var(--accent); color: var(--graphite); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 1rem;
  transform: translateY(-120%);
  padding: .75rem 1rem;
  background: var(--paper);
  color: var(--ink);
}
.skip-link:focus { top: 1rem; transform: translateY(0); }
.container, .container-wide { width: min(100% - 2rem, var(--container)); margin-inline: auto; }
.container-wide { width: min(100% - 3rem, var(--container-wide)); }
.section { padding-block: var(--section-space); background: var(--warm-white); }
.section-heading { display: grid; gap: 1.25rem; max-width: 780px; margin-bottom: clamp(2.75rem, 6vw, 5rem); }
.section-heading--compact { max-width: 690px; }
.section-heading h2, .material-intro h2, .process-heading h2, .why-copy h2, .workflow-heading h2, .quality-copy h2, .testimonial-frame h2, .insight-layout h2, .faq-heading h2, .rfq-intro h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5.25rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 650;
}
.section-heading p, .material-intro > p, .process-heading p, .workflow-heading p, .quality-copy p, .testimonial-frame > p, .faq-heading p, .rfq-intro > p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.section-eyebrow {
  margin: 0 0 .7rem !important;
  color: var(--accent-dark) !important;
  font-size: .72rem !important;
  font-weight: 780;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,.14);
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.site-header--solid { color: var(--ink); background: rgba(243,241,235,.96); border-color: var(--line); }
.site-header__inner { position: relative; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; white-space: nowrap; }
.brand__symbol { width: 78px; height: 58px; object-fit: contain; filter: drop-shadow(0 2px 3px rgba(0,0,0,.18)); }
.brand__symbol--footer { width: 104px; height: 78px; }
.brand__name { color: var(--brand-orange); font-family: var(--font-sans); font-size: .94rem; font-weight: 650; letter-spacing: .055em; line-height: 1; text-transform: uppercase; }
.brand--footer .brand__name { font-size: 1.08rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: .9rem; font-weight: 700; }
.site-nav > a, .products-nav [data-products-toggle] { white-space: nowrap; }
.products-nav [data-products-toggle] { padding: .6rem 0; border: 0; background: transparent; cursor: pointer; }
.site-nav > a:not(.nav-cta), .products-nav [data-products-toggle] { position: relative; isolation: isolate; z-index: 0; transition: color .2s ease, transform .2s ease; }
.site-nav > a:not(.nav-cta)::before, .products-nav [data-products-toggle]::before { content: ""; position: absolute; z-index: -1; inset: -.48rem -.72rem; border: 1px solid rgba(255,255,255,.42); border-radius: 8px; opacity: 0; transform: translateY(2px) scale(.96); background: linear-gradient(135deg, rgba(255,255,255,.68), rgba(255,255,255,.24)), rgba(243,241,235,.28); -webkit-backdrop-filter: blur(16px) saturate(155%); backdrop-filter: blur(16px) saturate(155%); box-shadow: inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(255,255,255,.18), 0 10px 24px rgba(32,35,38,.12); pointer-events: none; transition: opacity .2s ease, transform .2s ease, border-color .2s ease, background-color .2s ease; }
.site-nav > a:not(.nav-cta):hover::before, .site-nav > a:not(.nav-cta):focus-visible::before, .products-nav [data-products-toggle]:hover::before, .products-nav [data-products-toggle]:focus-visible::before, .site-nav > a:not(.nav-cta)[aria-current="page"]::before, .products-nav [data-products-toggle][aria-current="page"]::before { opacity: 1; transform: translateY(0) scale(1); }
.site-nav > a:not(.nav-cta)[aria-current="page"], .products-nav [data-products-toggle][aria-current="page"] { color: var(--ink); font-weight: 760; }
.site-nav > a:not(.nav-cta)[aria-current="page"]::before, .products-nav [data-products-toggle][aria-current="page"]::before { border-color: rgba(255,255,255,.58); background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.34)), rgba(184,190,195,.12); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), inset 0 -1px 0 rgba(184,190,195,.2), 0 12px 28px rgba(32,35,38,.15); }
.site-nav > a:not(.nav-cta):active, .products-nav [data-products-toggle]:active { transform: translateY(1px) scale(.98); }
.nav-cta { padding: .72rem 1rem; border-radius: var(--radius); color: var(--graphite); background: var(--accent); font-weight: 700; }
.nav-cta:active, .button:active { transform: translateY(1px); }
.products-nav { position: relative; }
.mega-menu {
  position: absolute;
  top: calc(100% + 1.25rem);
  right: -25rem;
  width: min(880px, calc(100vw - 3rem));
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.mega-menu[hidden] { display: none; }
.mega-menu__group { display: flex; flex-direction: column; gap: .3rem; font-size: .78rem; }
.mega-menu__group strong { display: block; min-height: 2.8em; font-size: .9rem; line-height: 1.35; }
.mega-menu__group a:not(:first-child) { color: var(--muted); }
.mega-menu__group a { position: relative; isolation: isolate; z-index: 0; display: block; margin-inline: -.7rem; padding: .55rem .7rem; border-radius: 8px; transition: color .2s ease, transform .2s ease; }
.mega-menu__group a::before { content: ""; position: absolute; z-index: -1; inset: 0; border: 1px solid rgba(255,255,255,.56); border-radius: inherit; opacity: 0; transform: translateY(2px) scale(.97); background: linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.28)), rgba(184,190,195,.12); -webkit-backdrop-filter: blur(14px) saturate(150%); backdrop-filter: blur(14px) saturate(150%); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 9px 22px rgba(32,35,38,.12); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.mega-menu__group a:hover, .mega-menu__group a:focus-visible, .mega-menu__group a[aria-current] { color: var(--ink); }
.mega-menu__group a:hover::before, .mega-menu__group a:focus-visible::before, .mega-menu__group a[aria-current]::before { opacity: 1; transform: translateY(0) scale(1); }
.mega-menu__group a[aria-current] { font-weight: 740; }
.mega-menu__group a:active { transform: translateY(1px) scale(.985); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: var(--radius); background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3px) rotate(-45deg); }

.hero { position: relative; isolation: isolate; min-height: 100dvh; display: flex; align-items: flex-end; overflow: hidden; color: var(--paper); background: var(--graphite); }
.header-marker { position: absolute; top: 0; left: 0; width: 1px; height: 1px; }
.hero__video, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__video { z-index: -3; object-fit: cover; object-position: center; }
.hero__shade { z-index: -2; background: linear-gradient(90deg, rgba(15,17,18,.88) 0%, rgba(20,22,24,.58) 48%, rgba(20,22,24,.28) 100%), linear-gradient(0deg, rgba(18,20,21,.7), transparent 55%); }
.hero__content {
  padding-block: 8rem clamp(5rem, 10vh, 7rem);
  transform: translateY(-80px);
}
.desktop-copy-break { display: none; }
.hero__eyebrow { margin: 0 0 1.25rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .2em; color: #e1e3df; }
@media (min-width: 960px) {
  .hero__content { transform: translateY(-50px); }
  .desktop-copy-break { display: inline; }
  .hero__eyebrow { transform: translateY(-18px); }
}
.hero h1 { max-width: 1080px; margin: 0; font-size: clamp(3.6rem, 6.8vw, 7.3rem); line-height: .88; letter-spacing: -.06em; font-weight: 620; }
.hero__intro { max-width: 520px; margin: 1.6rem 0 0; font-size: clamp(1.05rem, 1.8vw, 1.35rem); color: #e1e3df; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .85rem 1.2rem; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; line-height: 1; white-space: nowrap; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button--accent, .nav-cta { background: var(--accent); color: var(--graphite); }
.button--ghost { color: var(--paper); border-color: rgba(255,255,255,.5); background: rgba(32,35,38,.3); }
.button--ghost:hover { background: rgba(255,255,255,.12); }
.button--dark { color: var(--paper); background: var(--graphite); }
.button--dark:hover { background: #34383b; }
.button--outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button--outline:hover { color: var(--paper); background: var(--graphite); }
.video-control { position: absolute; right: clamp(1rem, 3vw, 3rem); bottom: 2.25rem; display: inline-flex; align-items: center; gap: .65rem; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.4); border-radius: var(--radius); color: var(--paper); background: rgba(32,35,38,.5); cursor: pointer; }
.video-control > span:first-child { width: 8px; height: 8px; background: currentColor; }
.video-control[aria-pressed="true"] > span:first-child { clip-path: polygon(0 0, 100% 50%, 0 100%); }
.video-control > span:last-child { font-size: .72rem; font-weight: 700; }

.product-marquee { overflow: hidden; padding: 2.4rem 0 2.8rem; color: var(--paper); background: var(--graphite); border-top: 1px solid rgba(255,255,255,.12); }
#solutions { scroll-margin-top: 72px; }
.marquee-track { display: block; width: 100%; overflow: hidden; }
.marquee-set { display: flex; width: max-content; gap: 1.25rem; padding-right: 1.25rem; }
.product-tile { position: relative; width: clamp(340px, 29vw, 440px); min-height: 285px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: var(--graphite-soft); }
.product-tile img { width: 100%; height: 236px; object-fit: cover; border-bottom: 1px solid rgba(255,255,255,.12); filter: saturate(.86); transition: transform .45s cubic-bezier(.16,1,.3,1), filter .2s ease; }
.product-tile:hover img { transform: scale(1.025); filter: saturate(1); }
.product-tile .card-copy { padding: .85rem 1rem .95rem; }
.product-tile h3 { margin: 0; color: #d9dad7; font-size: .82rem; font-weight: 620; line-height: 1.3; letter-spacing: .01em; }

.section--solutions { padding-top: clamp(6.5rem, 10vw, 9.5rem); scroll-margin-top: 72px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1.25rem; }
.solution-card { position: relative; display: grid; grid-template-rows: auto 1fr; gap: .9rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.solution-media { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 1.38 / 1; border-radius: var(--radius); background: #e6e3dc; }
.solution-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: filter .35s ease, transform .7s cubic-bezier(.16,1,.3,1); }
.solution-card:hover .solution-media img, .solution-card:focus-within .solution-media img { transform: scale(1.045); }
.solution-copy { display: flex; flex-direction: column; gap: .45rem; }
.solution-copy strong { font-size: clamp(1.2rem, 1.7vw, 1.55rem); line-height: 1.12; }
.solution-copy > span { max-width: 42ch; color: var(--muted); font-size: .9rem; line-height: 1.55; }

.section--products { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: 1.1fr .9fr .8fr; grid-template-rows: 440px 300px; gap: 1rem; }
.category-panel { position: relative; isolation: isolate; overflow: hidden; min-height: 0; color: var(--paper); border-radius: var(--radius); }
.category-panel:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
.category-panel:nth-child(2) { grid-column: 3; grid-row: 1 / 3; }
.category-panel:nth-child(3) { grid-column: 1; grid-row: 2; }
.category-panel:nth-child(4) { grid-column: 2; grid-row: 2; }
.category-panel img, .category-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.category-panel img { z-index: -2; transition: transform .55s cubic-bezier(.16,1,.3,1); }
.category-shade { z-index: -1; background: linear-gradient(0deg, rgba(20,22,23,.88), rgba(20,22,23,.06) 68%); }
.category-panel:hover img { transform: scale(1.035); }
.category-copy { position: absolute; inset: auto 1.5rem 1.5rem; display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.category-copy strong { font-size: clamp(1.55rem, 3vw, 3rem); line-height: 1; }
.category-copy > span { max-width: 50ch; color: #e7e6e1; }
.category-copy em { margin-top: .4rem; color: #f4b94a; font-size: .78rem; font-style: normal; font-weight: 700; }

.section--materials { background: var(--warm-white); }
.material-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.material-intro { position: sticky; top: 120px; }
.material-intro h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); }
.material-intro > p { margin-top: 1.5rem; }
.text-link { display: inline-block; margin-top: 1.5rem; color: var(--accent-dark); font-weight: 750; border-bottom: 1px solid currentColor; }
.material-list { display: grid; gap: 1rem; }
.material-item { display: grid; grid-template-columns: 200px 1fr; gap: 1.5rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.material-media img { width: 200px; height: 150px; border-radius: var(--radius); }
.material-item h3 { margin: 0 0 .5rem; font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1; }
.material-item p { margin: 0; color: var(--muted); }

.section--process { background: var(--paper); border-block: 1px solid var(--line); }
.process-heading { display: grid; gap: 1.25rem; max-width: 800px; margin-bottom: 3rem; }
.process-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.process-group { padding: clamp(1.4rem, 3vw, 2.2rem); border-top: 3px solid var(--ink); background: #efede6; }
.process-group:nth-child(2) { background: var(--warm-white); }
.process-group > h3 { margin: 0 0 2.5rem; color: var(--accent-dark); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.process-group > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.5rem; }
.process-item { min-height: 150px; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.process-item h4 { margin: 0; font-size: 1.2rem; line-height: 1.15; }
.process-item p { margin: 2.5rem 0 0; color: var(--muted); font-size: .9rem; }

.section--oem-proof { background: var(--paper); }
.section-heading--oem { max-width: 1020px; }
.section-heading--oem h2 { max-width: 1000px; }
.oem-video-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.oem-video-card { min-width: 0; }
.oem-video-card:first-child { grid-row: span 2; }
.oem-video-card > a { height: 100%; display: grid; grid-template-rows: auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--warm-white); }
.oem-video-card__media { position: relative; isolation: isolate; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e5e2da; }
.oem-video-card:first-child .oem-video-card__media { height: 100%; min-height: 420px; aspect-ratio: auto; }
.oem-video-card__media > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .7s cubic-bezier(.16,1,.3,1), filter .35s ease; }
.oem-video-card__play { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 58px; height: 42px; display: grid; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.46); border-radius: var(--radius); background: rgba(243,241,235,.82); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: 0 12px 30px rgba(32,35,38,.2); }
.oem-video-card__play img { width: 25px; height: 25px; object-fit: contain; }
.oem-video-card__copy { display: grid; align-content: start; gap: .5rem; padding: 1.2rem; }
.oem-video-card__copy strong { font-size: 1.08rem; line-height: 1.2; }
.oem-video-card__copy > span { color: var(--muted); font-size: .88rem; }
.oem-video-card > a:hover .oem-video-card__media > img, .oem-video-card > a:focus-visible .oem-video-card__media > img { transform: scale(1.04); }

.section--why { padding-block: clamp(4.5rem, 7vw, 7rem); background: var(--warm-white); }
.why-copy h2 { max-width: 850px; font-size: clamp(2.5rem, 4.1vw, 4.5rem); }
.why-copy > p:not(.section-eyebrow) { max-width: 70ch; margin: 1.25rem 0 2rem; color: var(--muted); font-size: 1.04rem; }
.why-copy--steps { max-width: 930px; margin-bottom: clamp(2.75rem, 5vw, 4.5rem); }
.why-copy--steps h2 { max-width: 930px; }
.sourcing-step-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.sourcing-step { position: relative; min-width: 0; padding: 1rem 1rem 1.75rem; border-right: 1px solid var(--line); }
.sourcing-step:first-child { padding-left: 0; }
.sourcing-step:last-child { padding-right: 0; border-right: 0; }
.sourcing-step__media { position: relative; isolation: isolate; height: 220px; overflow: hidden; border-radius: var(--radius); background: #e5e2da; }
.sourcing-step__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .75s cubic-bezier(.16,1,.3,1), filter .4s ease; }
.sourcing-step:hover .sourcing-step__media img, .sourcing-step:focus-within .sourcing-step__media img { transform: scale(1.045); }
.sourcing-step__content { position: relative; min-height: 250px; display: grid; grid-template-rows: auto auto 1fr; align-content: start; margin-top: 1rem; padding: 0 .25rem; border-top: 1px solid var(--line); }
.sourcing-step__index { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; margin: 0 0 -.05rem; transform: translateY(-50%); border: 1px solid var(--ink); border-radius: 50%; background: var(--warm-white); color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.sourcing-step h3 { max-width: 15ch; margin: 0; font-size: 1.24rem; line-height: 1.18; }
.sourcing-step p { margin: .8rem 0 0; color: var(--muted); font-size: .89rem; }
.why-steps-link { display: inline-block; margin-top: 2rem; }
@media (min-width: 1101px) {
  .sourcing-step__content { margin-top: 1.5rem; }
  .sourcing-step-grid::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: calc(2.5rem + 220px);
    right: 0;
    left: 0;
    height: 1px;
    background: var(--line);
    pointer-events: none;
  }
  .sourcing-step__content { z-index: 1; border-top-color: transparent; }
  .sourcing-step__index { position: relative; z-index: 2; }
  .sourcing-step:first-child .sourcing-step__content > p { margin-top: calc(.8rem + 10px); }
}

.section--workflow { background: var(--warm-white); }
.workflow-heading { max-width: 760px; display: grid; gap: 1.2rem; margin-bottom: 4rem; }
.workflow-list { position: relative; list-style: none; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.workflow-list li { min-height: 220px; padding: 1.25rem; border-right: 1px solid var(--line); }
.workflow-list li:last-child { border-right: 0; }
.workflow-list strong, .workflow-list span { display: block; }
.workflow-list strong { min-height: 3em; line-height: 1.15; }
.workflow-list span { margin-top: 4rem; color: var(--muted); font-size: .86rem; }

.section--quality { background: var(--paper); }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); }
.quality-stages { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quality-stages article { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--warm-white); }
.quality-stages span { font-size: 1.35rem; font-weight: 720; }
.quality-stages p { margin: 0; color: var(--muted); }

.section--testimonial { padding-block: clamp(4rem, 8vw, 7rem); }
.testimonial-frame { padding: clamp(2rem, 6vw, 5rem); border-left: 5px solid var(--accent); background: #e8e5dc; }
.testimonial-kicker { margin: 0 0 1.25rem; color: var(--accent-dark); font-size: .75rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 750; }
.testimonial-frame h2 { max-width: 900px; font-size: clamp(2.2rem, 5vw, 4.6rem); }
.testimonial-frame > p:last-child { margin: 1.5rem 0 0; }

.section--insights { background: var(--paper); border-block: 1px solid var(--line); }
.insight-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.insight-layout h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.insight-topics { display: grid; }
.insight-topics a { padding: 1.35rem 0; border-top: 1px solid var(--line); }
.insight-topics a:last-child { border-bottom: 1px solid var(--line); }
.insight-topics strong, .insight-topics span { display: block; }
.insight-topics strong { font-size: 1.3rem; }
.insight-topics span { color: var(--muted); margin-top: .3rem; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading p { margin-top: 1.25rem; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { width: 100%; display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 0; list-style: none; text-align: left; font-size: 1.15rem; font-weight: 700; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; flex: 0 0 18px; width: 18px; height: 18px; margin-top: .25rem; color: var(--accent-dark); }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 2px; background: currentColor; }
.faq-icon::after { transform: rotate(90deg); transition: transform .18s ease; }
.faq-item[open] .faq-icon::after { transform: rotate(0); }
.faq-panel p { margin: 0; padding: 0 2rem 1.5rem 0; color: var(--muted); }

.section--rfq { background: #ebe8df; border-top: 1px solid var(--line); }
.rfq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.rfq-intro > p { margin-top: 1.5rem; }
.rfq-note { margin-top: 2rem; padding: 1rem; border-left: 3px solid var(--accent); color: var(--muted); background: rgba(255,255,255,.42); }
.rfq-form { display: grid; gap: 1.25rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-group { display: grid; gap: .45rem; }
.field-group label { font-size: .85rem; font-weight: 720; }
.field-group label:has(+ [data-validate])::after { content: " *"; color: var(--error); }
.field-group input, .field-group textarea { width: 100%; border: 1px solid #85898c; border-radius: var(--radius); padding: .8rem .85rem; color: var(--ink); background: #fff; }
.field-group input::placeholder, .field-group textarea::placeholder { color: #74797c; opacity: 1; }
.field-group input:focus::placeholder, .field-group textarea:focus::placeholder { color: transparent; }
.field-group input:focus, .field-group textarea:focus { outline: 3px solid var(--accent-dark); outline-offset: 2px; border-color: var(--accent-dark); box-shadow: 0 0 0 5px rgba(255,255,255,.94); }
.field-group [aria-invalid="true"] { border-color: var(--error); }
.field-group small { color: var(--muted); }
.field-error { min-height: 1.2em; color: var(--error); font-size: .78rem; }
.form-status { min-height: 1.5em; margin: 0; color: var(--muted); }

.site-footer { padding: 5rem 0 1.5rem; background: var(--warm-white); border-top: 3px solid var(--accent); }
.site-footer__grid { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(150px, .48fr) minmax(480px, 1.62fr); gap: clamp(2.25rem, 4vw, 5rem); align-items: stretch; }
.brand--footer { color: var(--ink); }
.site-footer p { color: var(--muted); }
.site-footer__brand { padding-right: clamp(1rem, 2.5vw, 2.5rem); border-right: 1px solid var(--line); }
.site-footer__brand-contact { display: grid; gap: .8rem; margin: 1.35rem 0 0; }
.site-footer__brand-contact div { display: grid; gap: .1rem; }
.site-footer__brand-contact dt { color: var(--muted); font-family: var(--font-sans); font-size: .84rem; font-weight: 700; line-height: 1.45; letter-spacing: 0; }
.site-footer__brand-contact dd { margin: 0; color: var(--ink); font-family: var(--font-sans); font-size: .88rem; font-weight: 400; line-height: 1.45; overflow-wrap: anywhere; }
.site-footer__brand-contact a { color: inherit; }
.site-footer__title { margin: 0 0 1.1rem; color: var(--ink); font-size: .82rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__navigate { display: grid; align-content: start; gap: .55rem; }
.site-footer__navigate .site-footer__quote { width: 100%; min-width: 0; margin-top: 1.35rem; color: var(--graphite); }
.site-footer__navigate a, .site-footer__categories a { width: fit-content; color: var(--muted); font-size: .88rem; line-height: 1.4; }
.site-footer__navigate a:not(.site-footer__quote), .site-footer__categories a { position: relative; isolation: isolate; z-index: 0; transition: color .22s ease, transform .22s ease; }
.site-footer__navigate a:not(.site-footer__quote)::before, .site-footer__categories a::before { content: ""; position: absolute; z-index: -1; inset: -.34rem -.5rem; border: 1px solid rgba(255,255,255,.42); border-radius: 6px; opacity: 0; transform: translateY(2px) scale(.97); background: linear-gradient(135deg, rgba(255,255,255,.62), rgba(255,255,255,.2)), rgba(243,241,235,.24); -webkit-backdrop-filter: blur(12px) saturate(145%); backdrop-filter: blur(12px) saturate(145%); box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 8px 20px rgba(32,35,38,.1); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.site-footer__navigate a:not(.site-footer__quote):hover::before, .site-footer__navigate a:not(.site-footer__quote):focus-visible::before, .site-footer__categories a:hover::before, .site-footer__categories a:focus-visible::before { opacity: 1; transform: translateY(0) scale(1); }
.site-footer__navigate a:hover, .site-footer__categories a:hover, .site-footer__bottom a:hover { color: var(--ink); }
.site-footer__categories { display: block; padding-left: clamp(2rem, 3vw, 3.25rem); border-left: 1px solid var(--line); }
.site-footer__categories > .site-footer__title { text-align: left; transform: none; }
.site-footer__category-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.65rem 2.25rem; }
.site-footer__category-groups section { display: grid; align-content: start; gap: .45rem; }
.site-footer__category-groups h3 { margin: 0 0 .25rem; font-size: .92rem; line-height: 1.25; }
.site-footer__category-groups h3 a { color: var(--ink); font-size: inherit; font-weight: 760; }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 4rem; padding-top: 1.25rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.site-footer__legal, .site-footer__policy-links { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.site-footer__policy-links a { color: var(--ink); text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .2em; }
.site-footer__policy-links a + a { padding-left: 1rem; border-left: 1px solid var(--line); }
.site-footer__policy-links a:hover { text-decoration-color: currentColor; }
.site-footer__social { display: flex; align-items: center; gap: .45rem; }
.site-footer__social a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.site-footer__social a:hover { transform: translateY(-2px); border-color: var(--accent-dark); background: #fff; }
.site-footer__social img { width: 18px; height: 18px; object-fit: contain; }

.information-hero { padding: clamp(8rem, 11vw, 10rem) 0 clamp(3.25rem, 6vw, 5rem); color: var(--paper); background: var(--graphite); }
.information-hero .breadcrumb { margin-bottom: 2rem; color: #d8d9d5; }
.information-hero .breadcrumb a { color: var(--paper); }
.information-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.25rem, 7vw, 6.75rem); font-weight: 640; line-height: .92; letter-spacing: -.055em; }
.information-hero p { max-width: 680px; margin: 1.25rem 0 0; color: #d8d9d5; font-size: 1.06rem; }
.information-hero .information-hero__meta { margin-top: 1.75rem; color: var(--silver); font-size: .8rem; }
.information-section { padding: clamp(4rem, 8vw, 7.5rem) 0; background: var(--paper); }
.sitemap-main { display: grid; grid-template-columns: minmax(220px, .55fr) 1.7fr; gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid var(--ink); }
.sitemap-main h2, .sitemap-primary h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; }
.sitemap-main ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.sitemap-main a, .sitemap-page h2 a, .sitemap-page h3 a, .sitemap-secondary li a { text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .18em; }
.sitemap-main a:hover, .sitemap-page h2 a:hover, .sitemap-page h3 a:hover, .sitemap-secondary li a:hover { color: var(--accent-dark); text-decoration-color: currentColor; }
.sitemap-products { display: grid; gap: 4rem; padding-top: 4rem; }
.sitemap-insights { padding: clamp(3rem, 6vw, 5rem) 0 0; background: var(--paper); }
.sitemap-insights .container { display: grid; grid-template-columns: minmax(220px, .55fr) 1.7fr; gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid var(--ink); }
.sitemap-insights h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; }
.sitemap-insights div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem 1.5rem; }
.sitemap-insights a { color: var(--muted); font-size: .9rem; font-weight: 650; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .2em; }
.sitemap-insights a:hover { color: var(--accent-dark); text-decoration-color: currentColor; }
.sitemap-primary { display: grid; grid-template-columns: minmax(220px, .55fr) 1.7fr; gap: 2rem; }
.sitemap-secondary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
.sitemap-secondary h3 { margin: 0 0 1rem; font-size: 1rem; }
.sitemap-secondary ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.sitemap-secondary li a { color: var(--muted); font-size: .85rem; line-height: 1.4; }
.privacy-layout { display: grid; grid-template-columns: minmax(220px, 300px) minmax(0, 860px); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.privacy-notice { padding: 1.25rem; border-left: 4px solid var(--accent); background: var(--warm-white); }
.privacy-notice strong { display: block; margin-bottom: .5rem; font-size: .95rem; }
.privacy-notice p { margin: 0; color: var(--muted); font-size: .85rem; }
.legal-copy { display: grid; gap: 2.5rem; }
.legal-copy section { padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-copy h2 { margin: 0 0 .85rem; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.2; }
.legal-copy p { max-width: 74ch; margin: .75rem 0 0; color: #484d50; }

.subpage-body { background: var(--paper); }
.subpage-body .site-header--solid { color: var(--ink); background: rgba(243,241,235,.98); }
.subpage-hero { padding: clamp(8.5rem, 12vw, 10.5rem) 0 clamp(3.5rem, 6vw, 5rem); color: var(--paper); background: var(--graphite); }
.subpage-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(3.2rem, 7vw, 7rem); font-weight: 620; line-height: .9; letter-spacing: -.06em; }
.subpage-hero > .container > p:last-child { max-width: 720px; margin: 1.5rem 0 0; color: #d8d9d5; font-size: 1.1rem; }
.subpage-hero--compact { min-height: 440px; height: 440px; display: grid; align-items: end; padding: clamp(7.25rem, 9vw, 8.25rem) 0 clamp(2.75rem, 4vw, 3.5rem); }
.subpage-hero--compact h1 { max-width: 900px; font-size: clamp(3rem, 5vw, 5rem); line-height: .94; }
.content-section { padding-block: var(--section-space); }
.content-section > .container > .breadcrumb { margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.content-layout { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.content-layout > div:first-child { position: sticky; top: 120px; }
.content-layout h2, .content-directory--insights h2, .subpage-cta h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.7rem); line-height: .98; letter-spacing: -.05em; }
.content-layout > div:first-child > p:last-child { color: var(--muted); }
.content-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.content-directory article { padding: 1.4rem; border-top: 2px solid var(--ink); background: var(--warm-white); }
.content-directory h3 { margin: 0; font-size: 1.3rem; line-height: 1.2; }
.content-directory p { margin: 1.3rem 0 0; color: var(--muted); }
.content-directory--processes article { min-height: 180px; }
.content-directory--insights { grid-template-columns: repeat(3, 1fr); }
.content-directory--insights article { min-height: 390px; display: flex; flex-direction: column; }
.content-directory--insights h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.glass-link { position: relative; isolation: isolate; z-index: 0; width: fit-content; margin-top: auto; padding: .72rem 1rem; color: var(--ink); font-size: .82rem; font-weight: 740; }
.glass-link::before { content: ""; position: absolute; z-index: -1; inset: 0; border: 1px solid rgba(255,255,255,.58); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,255,255,.3)), rgba(184,190,195,.12); -webkit-backdrop-filter: blur(16px) saturate(155%); backdrop-filter: blur(16px) saturate(155%); box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 10px 24px rgba(32,35,38,.12); transition: transform .2s ease, box-shadow .2s ease; }
.glass-link:hover::before, .glass-link:focus-visible::before { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 14px 28px rgba(32,35,38,.16); }
.glass-link:active { transform: translateY(1px) scale(.985); }
.subpage-cta { padding-block: clamp(4rem, 7vw, 6rem); color: var(--paper); background: var(--graphite); }
.subpage-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.subpage-cta h2 { max-width: 800px; font-size: clamp(2.2rem, 4vw, 4rem); }
.subpage-cta--compact { padding-block: clamp(2.5rem, 4vw, 3.5rem); }
.subpage-cta--compact h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
@media (min-width: 768px) {
  .subpage-cta--desktop-compact { padding-block: clamp(2.5rem, 4vw, 3.5rem); }
  .subpage-cta--desktop-compact h2 { max-width: none; white-space: nowrap; font-size: clamp(1.8rem, 3vw, 3rem); }
}

.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem; margin: 0 0 2rem; color: var(--muted); font-size: .78rem; }
.breadcrumb a { text-decoration: underline; text-underline-offset: .22em; }
.breadcrumb a:hover { color: var(--accent-dark); }
.breadcrumb--dark { color: #c8cbc8; }
.breadcrumb--dark a:hover { color: #f4b94a; }

.article-hero { min-height: 440px; height: 440px; display: grid; align-items: end; padding: clamp(7.25rem, 9vw, 8.25rem) 0 clamp(2.75rem, 4vw, 3.5rem); color: var(--paper); background: var(--graphite); }
.article-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 5vw, 5rem); font-weight: 630; line-height: .94; letter-spacing: -.055em; }
.article-hero__intro { max-width: 760px; margin: 1.5rem 0 0; color: #d8d9d5; font-size: 1.12rem; }
.article-hero--dense h1 { max-width: 980px; font-size: clamp(2.8rem, 4.45vw, 4.45rem); }
.article-hero--dense .article-hero__intro { margin-top: 1rem; }
.article-section { padding: clamp(4rem, 8vw, 7.5rem) 0; background: var(--paper); }
.article-section > .container > .breadcrumb { margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.article-layout { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.article-aside { position: sticky; top: 110px; padding-top: 1rem; border-top: 1px solid var(--ink); }
.article-aside strong { display: block; font-size: .84rem; }
.article-aside p { margin: .7rem 0 0; color: var(--muted); font-size: .84rem; }
.article-aside a { display: inline-block; margin-top: 1.25rem; color: var(--accent-dark); font-size: .84rem; font-weight: 720; text-decoration: underline; text-underline-offset: .2em; }
.article-copy { max-width: 800px; }
.article-copy > p:first-child { margin-top: 0; color: var(--ink); font-size: 1.2rem; line-height: 1.65; }
.article-copy h2 { margin: 3.4rem 0 1rem; font-size: clamp(1.9rem, 3.5vw, 3.15rem); line-height: 1.04; letter-spacing: -.035em; }
.article-copy h3 { margin: 2.25rem 0 .75rem; font-size: 1.25rem; line-height: 1.2; }
.article-copy p { margin: 1rem 0 0; color: #484d50; }
.article-copy ul, .article-copy ol { display: grid; gap: .7rem; margin: 1.25rem 0 0; padding-left: 1.25rem; color: #484d50; }
.article-copy table { width: 100%; margin-top: 1.5rem; border-collapse: collapse; font-size: .9rem; }
.article-copy th, .article-copy td { padding: .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-copy th { color: var(--ink); background: var(--warm-white); }
.article-note { margin: 2rem 0; padding: 1.25rem; border-left: 4px solid var(--accent); background: var(--warm-white); color: #484d50; }
.article-next { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--ink); }
.article-next strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.article-next a { display: inline-block; margin-top: .7rem; font-size: 1.2rem; font-weight: 720; text-decoration: underline; text-underline-offset: .2em; }

.catalog-hero { padding: clamp(8.5rem, 12vw, 10.5rem) 0 clamp(3rem, 5vw, 4.5rem); color: var(--paper); background: var(--graphite); }
.catalog-hero h1 { max-width: 1080px; margin: 0; font-size: clamp(3rem, 6vw, 6.3rem); line-height: .92; letter-spacing: -.055em; font-weight: 630; }
.catalog-hero > .container > p:last-child { max-width: 720px; margin: 1.4rem 0 0; color: #d8d9d5; font-size: 1.06rem; }
.catalog-hero--product h1 { max-width: 950px; font-size: clamp(2.8rem, 5.5vw, 5.7rem); }
.catalog-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--paper); }
.catalog-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.catalog-sidebar { position: sticky; top: 100px; padding: 1.2rem; border: 1px solid var(--line); background: var(--warm-white); }
.catalog-sidebar__title { margin: 0 0 1rem; color: var(--accent-dark); font-size: .72rem; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
.catalog-sidebar details { border-top: 1px solid var(--line); }
.catalog-sidebar summary { padding: .9rem 0; cursor: pointer; font-weight: 720; line-height: 1.3; }
.catalog-sidebar summary::marker { color: var(--accent-dark); }
.catalog-sidebar summary.is-active, .catalog-sidebar a.is-active { color: var(--accent-dark); }
.catalog-sidebar details > div { display: grid; padding: 0 0 .8rem 1rem; }
.catalog-sidebar details > div a { padding: .4rem 0; color: var(--muted); font-size: .84rem; }
.catalog-sidebar details > div a:hover { color: var(--accent-dark); }
.catalog-sidebar__current { padding: .45rem .6rem; margin: .2rem 0 .45rem; color: var(--ink); background: #e6e1d4; border-left: 2px solid var(--accent); font-size: .78rem; line-height: 1.4; }
.catalog-sidebar--expanded { position: static; max-height: none; padding: 1.1rem; overflow: visible; background: var(--warm-white); border: 1px solid var(--line); }
.catalog-sidebar--expanded ul { margin: 0; padding: 0; list-style: none; }
.catalog-sidebar--expanded .catalog-sidebar__primary { padding-top: 1rem; border-top: 2px solid var(--ink); }
.catalog-sidebar--expanded .catalog-sidebar__primary + .catalog-sidebar__primary { margin-top: 1.25rem; }
.catalog-sidebar--expanded .catalog-sidebar__primary > a { display: block; padding: .3rem .45rem .7rem; color: var(--ink); font-size: 1.02rem; font-weight: 800; line-height: 1.25; border-left: 3px solid transparent; }
.catalog-sidebar--expanded .catalog-sidebar__primary > a.is-active { color: var(--ink); background: #e6e1d4; border-left-color: var(--accent); }
.catalog-sidebar--expanded .catalog-sidebar__secondary { margin: .2rem 0 .5rem; }
.catalog-sidebar--expanded .catalog-sidebar__secondary details { border-top: 1px solid var(--line); }
.catalog-sidebar--expanded .catalog-sidebar__secondary summary { position: relative; padding: .72rem 1.15rem .72rem 0; color: var(--accent-dark); font-size: .86rem; font-weight: 780; list-style: none; }
.catalog-sidebar--expanded .catalog-sidebar__secondary summary.is-active { padding-left: .45rem; color: var(--ink); background: #eee9dc; border-left: 3px solid var(--accent); }
.catalog-sidebar--expanded .catalog-sidebar__secondary summary::-webkit-details-marker { display: none; }
.catalog-sidebar--expanded .catalog-sidebar__secondary summary::after { content: "+"; position: absolute; top: .7rem; right: 0; color: var(--ink); font-size: 1rem; line-height: 1; }
.catalog-sidebar--expanded .catalog-sidebar__secondary details[open] summary::after { content: "−"; }
.catalog-sidebar--expanded .catalog-sidebar__secondary details > div { padding: .15rem 0 .7rem .4rem; }
.catalog-sidebar--expanded .catalog-sidebar__secondary ul { display: grid; gap: .14rem; }
.catalog-sidebar__product { display: block; padding: .58rem .62rem; border-left: 3px solid transparent; }
.catalog-sidebar__product span { color: var(--ink); font-size: .84rem; font-weight: 730; line-height: 1.3; }
.catalog-sidebar__product:hover { background: #ebe7dc; }
.catalog-sidebar--expanded .catalog-sidebar__current { margin: 0; color: var(--ink); background: #e6e1d4; border-left-color: var(--accent); }
.catalog-sidebar--expanded .catalog-sidebar__current span { color: var(--ink); font-weight: 820; }
.draft-banner { margin-bottom: 2rem; padding: 1rem 1.1rem; border-left: 3px solid var(--accent); color: var(--muted); background: #ebe7dc; }
.catalog-entry-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.catalog-entry { display: grid; grid-template-rows: auto 1fr; border-bottom: 2px solid var(--ink); background: var(--warm-white); }
.catalog-entry img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; filter: saturate(.8); }
.catalog-entry > span { display: grid; gap: .45rem; padding: 1.2rem; }
.catalog-entry strong { font-size: 1.3rem; line-height: 1.15; }
.catalog-entry small { color: var(--muted); }

/* Primary category browser */
.primary-category-page { color: var(--ink); background: var(--paper); }
.primary-category-browser { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.primary-category-browser > .container-wide > .breadcrumb { margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.primary-category-browser__intro { max-width: 760px; }
.primary-category-browser__intro h2 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.7rem); line-height: .94; letter-spacing: -.05em; }
.primary-category-browser__intro p { max-width: 620px; margin: 1rem 0 0; color: var(--muted); }
.primary-category-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(2rem, 4vw, 3.75rem); align-items: start; margin-top: 2.75rem; }
.primary-category-layout > .catalog-sidebar { top: 96px; }
.primary-category-main { min-width: 0; }
.primary-category-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 0 0 1.5rem; }
.primary-category-tab { position: relative; display: grid; grid-template-rows: 210px 1fr; min-height: 320px; padding: 0; overflow: hidden; color: var(--ink); background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); text-align: left; font: inherit; cursor: pointer; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.primary-category-tab__image { display: block; overflow: hidden; background: #e5e2da; }
.primary-category-tab__image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(.96); transition: transform .28s ease, filter .28s ease; }
.primary-category-tab__copy { display: grid; gap: .85rem; align-content: space-between; min-height: 110px; padding: 1.15rem; border-top: 4px solid transparent; }
.primary-category-tab__copy strong { font-size: 1.18rem; font-weight: 820; line-height: 1.2; }
.primary-category-tab__copy small { color: var(--muted); font-size: .76rem; }
.primary-category-tab:hover { transform: translateY(-3px); border-color: #aaa79f; box-shadow: 0 14px 34px rgba(48,43,34,.08); }
.primary-category-tab:hover img { transform: scale(1.035); filter: saturate(.9) contrast(1); }
.primary-category-tab.is-active { color: var(--paper); background: var(--graphite); border-color: var(--graphite); box-shadow: 0 16px 38px rgba(32,35,38,.16); }
.primary-category-tab.is-active .primary-category-tab__copy { border-top-color: var(--accent); }
.primary-category-tab.is-active .primary-category-tab__copy small { color: var(--metal); }
.primary-category-tab.is-active img { filter: saturate(1) contrast(1.02); }
.primary-category-tab:focus-visible { z-index: 1; outline: 3px solid var(--accent-dark); outline-offset: 3px; }
.primary-category-panels { margin-top: 3rem; }
.primary-product-panel[hidden] { display: none; }
.primary-product-panel__heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.primary-product-panel__heading h2 { margin: 0; font-size: clamp(2.15rem, 3.6vw, 3.8rem); line-height: 1; letter-spacing: -.045em; }
.primary-product-panel__heading p { max-width: 620px; margin: .8rem 0 0; color: var(--muted); }
.primary-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.primary-product-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; color: var(--ink); background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.primary-product-card__image { display: block; aspect-ratio: 1; overflow: hidden; background: #e5e2da; }
.primary-product-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.primary-product-card__copy { display: grid; gap: 1rem; min-height: 142px; padding: 1.15rem; align-content: space-between; }
.primary-product-card__copy strong { font-size: 1.05rem; line-height: 1.28; }
.primary-product-card__copy > span { color: var(--accent-dark); font-size: .78rem; font-weight: 760; }
.primary-product-card:hover img, .primary-product-card:focus-visible img { transform: scale(1.035); }
.primary-product-card:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
.primary-category-cta { display: flex; justify-content: space-between; gap: 2rem; align-items: center; margin-top: clamp(3.5rem, 7vw, 6.5rem); padding-top: 2rem; border-top: 1px solid var(--ink); }
.primary-category-cta h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.primary-category-cta p { max-width: 620px; margin: .8rem 0 0; color: var(--muted); }

/* Secondary category product directory */
.secondary-category-page { color: var(--ink); background: var(--paper); }
.secondary-category-hero { position: relative; isolation: isolate; display: grid; min-height: 440px; height: 440px; overflow: hidden; color: var(--paper); background: var(--graphite); }
.secondary-category-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(22,24,26,.94) 0%, rgba(22,24,26,.78) 46%, rgba(22,24,26,.28) 100%); }
.secondary-category-hero__media { position: absolute; inset: 0; z-index: -2; }
.secondary-category-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(.98); }
.secondary-category-hero__content { align-self: end; padding-top: clamp(8rem, 12vw, 10rem); padding-bottom: clamp(3rem, 5vw, 4.25rem); }
.secondary-category-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 5.3vw, 5.5rem); font-weight: 640; line-height: .94; letter-spacing: -.052em; }
.secondary-category-hero__content > p:last-child { max-width: 650px; margin: 1.15rem 0 0; color: #e2e2de; font-size: 1.02rem; line-height: 1.6; }
.secondary-category-products { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.secondary-category-products > .container-wide > .breadcrumb { margin-bottom: clamp(2.25rem, 4vw, 3.5rem); }
.secondary-category-layout { grid-template-columns: 305px minmax(0, 1fr); gap: clamp(2rem, 4vw, 4.5rem); }
.secondary-category-main { min-width: 0; }
.secondary-category-main > h2 { max-width: 850px; margin: 0 0 clamp(2rem, 4vw, 3rem); font-size: clamp(2.25rem, 4vw, 4.2rem); line-height: .98; letter-spacing: -.045em; }
.secondary-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.6rem); }
.secondary-product-card { display: grid; grid-template-rows: auto 1fr; min-width: 0; overflow: hidden; color: var(--ink); background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.secondary-product-card__image { display: block; aspect-ratio: 1; overflow: hidden; background: #e5e2da; }
.secondary-product-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease, filter .28s ease; }
.secondary-product-card__copy { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: end; min-height: 132px; padding: 1.25rem; border-top: 3px solid transparent; }
.secondary-product-card__copy h3 { margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.22; }
.secondary-product-card__copy > span { color: var(--accent-dark); font-size: .78rem; font-weight: 780; white-space: nowrap; }
.secondary-product-card:hover, .secondary-product-card:focus-visible { transform: translateY(-3px); border-color: #aaa79f; box-shadow: 0 14px 34px rgba(48,43,34,.08); }
.secondary-product-card:hover .secondary-product-card__image img, .secondary-product-card:focus-visible .secondary-product-card__image img { transform: scale(1.035); }
.secondary-product-card:hover .secondary-product-card__copy, .secondary-product-card:focus-visible .secondary-product-card__copy { border-top-color: var(--accent); }
.secondary-product-card:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }

.catalog-product-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.catalog-product-link { display: grid; gap: .4rem; min-height: 120px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-product-link:nth-child(even) { border-right: 0; }
.catalog-product-link span { font-size: 1.1rem; font-weight: 720; line-height: 1.2; }
.catalog-product-link small { color: var(--muted); }
.catalog-product-link:hover { background: var(--warm-white); }
.catalog-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--paper); background: var(--graphite); }
.catalog-cta h2 { max-width: 680px; margin: 0; font-size: clamp(1.8rem, 3.5vw, 3.2rem); line-height: 1; letter-spacing: -.04em; }
.keyword-status { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1rem; margin-bottom: 1.2rem; padding: .9rem 1rem; border: 1px solid var(--line); background: var(--warm-white); }
.keyword-status strong { color: var(--accent-dark); }
.keyword-status span { color: var(--muted); font-size: .85rem; }
.keyword-status--needs_review { border-left: 4px solid var(--accent); }
.product-draft__visual { margin: 0; }
.product-draft__visual img { width: 100%; max-height: 590px; object-fit: cover; background: #e7e5df; }
.product-draft__visual figcaption { padding: .7rem 0; color: var(--muted); font-size: .78rem; }
.product-slot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.product-slot-grid section { min-height: 230px; padding: 1.4rem; border-top: 2px solid var(--ink); background: var(--warm-white); }
.product-slot-grid h2 { margin: 0; font-size: clamp(1.45rem, 2.4vw, 2.2rem); line-height: 1.1; }
.product-slot-grid section > p:last-child { margin: 2.5rem 0 0; color: var(--muted); }

.product-category-banner { height: 440px; margin-top: 0; overflow: hidden; background: #e5e2da; border-bottom: 1px solid var(--line); }
.product-category-banner__slot { width: 100%; height: 100%; background: linear-gradient(115deg, #e7e4dc, #d8d5cd); }
.product-detail-page { padding: clamp(2rem, 3.5vw, 3.25rem) 0 clamp(4rem, 7vw, 6rem); background: var(--paper); }
.product-detail-page > .container > .breadcrumb { margin-bottom: 1.5rem; }
.product-detail-layout { grid-template-columns: 305px minmax(0, 1fr); gap: clamp(1.75rem, 3vw, 3.25rem); }
.product-detail-page .product-detail-content { min-width: 0; }
.product-commerce-hero { padding: clamp(7.5rem, 9vw, 8.75rem) 0 clamp(3.5rem, 6vw, 5.5rem); background: var(--paper); }
.product-commerce-hero .breadcrumb { margin-bottom: 2.2rem; }
.product-commerce-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); gap: clamp(1.5rem, 3vw, 2.75rem); align-items: start; }
.product-gallery__stage { position: relative; width: 100%; max-width: 800px; aspect-ratio: 1; overflow: hidden; background: #e5e2da; border: 1px solid var(--line); border-radius: var(--radius); cursor: zoom-in; }
.product-gallery__stage img { display: block; width: 100%; height: 100%; object-fit: cover; transform-origin: 50% 50%; transition: transform .28s ease; }
.product-gallery__stage.is-zoomed img { transform: scale(1.8); }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 92px)); gap: .65rem; margin-top: .75rem; }
.product-gallery__thumb { width: 92px; aspect-ratio: 1; padding: 0; overflow: hidden; background: #e5e2da; border: 1px solid var(--line); border-radius: var(--radius); cursor: pointer; }
.product-gallery__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.product-gallery__thumb.is-active { border-color: var(--accent-dark); box-shadow: inset 0 0 0 2px var(--accent); }
.product-gallery__thumb.is-active img { filter: none; }
.product-gallery__thumb:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 2px; }
.product-gallery__note { margin: .75rem 0 0; color: var(--muted); font-size: .74rem; }
.product-purchase-panel { padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--warm-white); border-top: 3px solid var(--accent); }
.product-purchase-panel h1 { margin: 0; font-size: clamp(2.25rem, 3.4vw, 3.65rem); font-weight: 640; line-height: .96; letter-spacing: -.045em; }
.product-commerce-intro { margin: 1.2rem 0 0; color: var(--muted); font-size: 1rem; }
.product-commerce-intro + .product-commerce-intro { margin-top: .75rem; }
.product-buying-points { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.product-buying-points li { position: relative; padding-left: 1rem; font-size: .84rem; font-weight: 690; line-height: 1.35; }
.product-buying-points li::before { content: ""; position: absolute; left: 0; top: .5em; width: 6px; height: 6px; background: var(--accent); }
.product-quick-specs { margin: 1.5rem 0; border-top: 1px solid var(--ink); }
.product-quick-specs > div { display: grid; grid-template-columns: 118px 1fr; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--line); }
.product-quick-specs dt { color: var(--muted); font-size: .76rem; }
.product-quick-specs dd { margin: 0; font-size: .84rem; font-weight: 710; }
.product-purchase-note { margin: .9rem 0 0; color: var(--muted); font-size: .76rem; }
.product-purchase-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; align-items: center; width: 100%; padding-inline: 1rem; box-sizing: border-box; }
.product-purchase-actions .button { flex: 0 0 164px; min-width: 164px; }
.product-purchase-actions a.button { margin-right: 1rem; }
.product-jump-nav { position: sticky; top: 72px; z-index: 20; background: rgba(32,35,38,.97); }
.product-jump-nav .container { display: flex; gap: clamp(1.2rem, 3vw, 2.5rem); overflow-x: auto; scrollbar-width: none; }
.product-jump-nav a { flex: 0 0 auto; padding: 1rem 0; color: #d8d9d5; font-size: .8rem; font-weight: 680; }
.product-jump-nav a:hover, .product-jump-nav a:focus-visible { color: #f4b94a; }
.product-story--catalog { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.5rem clamp(2rem, 5vw, 5rem); }
.product-detail-page .product-story { padding-block: clamp(3.5rem, 5vw, 5rem); }
.product-detail-page .product-story__heading h2 { font-size: clamp(2rem, 3.3vw, 3.35rem); line-height: 1; letter-spacing: -.04em; }
.product-story--catalog .product-story__heading { grid-column: 1 / 3; }
.product-details-block { grid-column: 1 / -1; margin-top: clamp(1.5rem, 3vw, 2.5rem); padding-top: clamp(2rem, 4vw, 3.5rem); border-top: 1px solid var(--ink); }
.product-details-heading { max-width: 760px; }
.product-details-heading h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; letter-spacing: -.035em; }
.product-details-heading p { margin: 1rem 0 0; color: var(--muted); }
.product-catalog-visual img, .product-configuration-image img, .product-application-visual img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e5e2da; }
.product-catalog-visual { width: 100%; max-width: 800px; aspect-ratio: 1 / 1; overflow: hidden; background: #e5e2da; }
.product-catalog-visual img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.product-configuration-image { width: 100%; max-width: 800px; aspect-ratio: 1; overflow: hidden; background: #e5e2da; }
.product-configuration-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.product-story--configuration .product-story__heading { margin-bottom: 2.5rem; }
.product-configuration-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.product-specs-wrap { margin-top: 2.5rem; overflow-x: auto; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.product-specs { width: 100%; border-collapse: collapse; font-size: .9rem; }
.product-specs caption { padding: .8rem 0; color: var(--muted); text-align: left; font-size: .76rem; }
.product-specs th, .product-specs td { padding: 1rem; text-align: left; vertical-align: top; border: 0; }
.product-specs tr:not(.product-specs__group) { border-top: 1px solid var(--line); }
.product-specs tr:not(.product-specs__group) th { width: 180px; font-weight: 720; }
.product-specs td { color: var(--muted); }
.product-specs__group th { padding: 1.25rem 1rem .7rem; color: var(--accent-dark); background: #e9e5da; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }

.product-detail-hero { padding: clamp(8.5rem, 11vw, 10rem) 0 0; color: var(--paper); background: var(--graphite); }
.product-detail-hero__grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.product-detail-hero__copy { padding-bottom: clamp(3rem, 5vw, 5rem); }
.product-detail-hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.7vw, 6rem); font-weight: 630; line-height: .92; letter-spacing: -.055em; }
.product-detail-hero__intro { max-width: 620px; margin: 1.4rem 0 2rem; color: #d8d9d5; font-size: 1.08rem; }
.product-media { margin: 0; }
.product-media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e3e0d8; }
.product-media figcaption { padding-top: .65rem; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.product-media--hero { align-self: stretch; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.product-media--hero img { height: 100%; min-height: 520px; aspect-ratio: auto; }
.product-media--hero figcaption { color: #bfc2c1; padding-bottom: .8rem; }
.product-signal-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.product-signal-list li { min-height: 94px; padding: 1.4rem 1.25rem 1.4rem 0; border-right: 1px solid rgba(255,255,255,.18); font-size: .88rem; font-weight: 690; line-height: 1.35; }
.product-signal-list li:not(:first-child) { padding-left: 1.25rem; }
.product-signal-list li:last-child { border-right: 0; }
.product-detail-section { padding-block: clamp(4rem, 8vw, 7rem); background: var(--paper); }
.product-detail-content { min-width: 0; }
.product-story { padding-block: clamp(4rem, 7vw, 6.5rem); border-top: 1px solid var(--ink); }
.product-story:first-child { padding-top: 0; border-top: 0; }
.product-story__heading { max-width: 820px; }
.product-story__heading h2 { margin: 0; font-size: clamp(2.35rem, 4.5vw, 4.8rem); line-height: .96; letter-spacing: -.05em; }
.product-story__heading > p:last-child { max-width: 730px; margin: 1.35rem 0 0; color: var(--muted); }
.product-story--types { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2.5rem clamp(2rem, 5vw, 5rem); }
.product-story--types .product-story__heading { grid-column: 1 / 3; }
.product-story--types .product-media { grid-row: 2 / 4; }
.product-type-list { display: grid; align-content: start; border-top: 1px solid var(--ink); }
.product-type-list article { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.product-type-list h3, .product-option-list h3 { margin: 0; font-size: 1.08rem; }
.product-type-list p, .product-option-list p { margin: .55rem 0 0; color: var(--muted); font-size: .9rem; }
.product-detail-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 3rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.product-detail-group { padding: 1.5rem; border-right: 1px solid var(--line); }
.product-detail-group:first-child { padding-left: 0; }
.product-detail-group:last-child { padding-right: 0; border-right: 0; }
.product-detail-group h3 { min-height: 2.5em; margin: 0 0 1.25rem; color: var(--accent-dark); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.product-detail-group dl { margin: 0; }
.product-detail-group dl > div { padding: 1rem 0; border-top: 1px solid var(--line); }
.product-detail-group dt { font-weight: 730; }
.product-detail-group dd { margin: .45rem 0 0; color: var(--muted); font-size: .88rem; }
.product-story--split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 2.5rem clamp(2rem, 5vw, 5rem); }
.product-story--split .product-story__heading { grid-column: 1 / 3; }
.product-option-list { display: grid; grid-template-columns: 1fr 1fr; align-content: start; border-top: 1px solid var(--ink); }
.product-option-list article { padding: 1.2rem 1.2rem 1.2rem 0; border-bottom: 1px solid var(--line); }
.product-option-list article:nth-child(even) { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.product-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.product-option-card { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 180px; overflow: hidden; background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); }
.product-option-card img { display: block; width: 180px; height: 180px; object-fit: cover; background: #e5e2da; }
.product-option-card > div { padding: 1.25rem; align-self: center; }
.product-option-card h3 { margin: 0; font-size: 1.08rem; }
.product-option-card p { margin: .6rem 0 0; color: var(--muted); font-size: .9rem; }
.product-story--application { display: grid; grid-template-columns: 1.14fr .86fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.product-application-list { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.product-application-list li { position: relative; padding: 1rem 0 1rem 1.25rem; border-bottom: 1px solid var(--line); font-weight: 650; }
.product-application-list li::before { content: ""; position: absolute; left: 0; top: 1.45rem; width: 6px; height: 6px; background: var(--accent); }
.product-story--process .product-story__heading { display: grid; grid-template-columns: 1fr .7fr; gap: 2rem; max-width: none; align-items: end; }
.product-story--process .product-story__heading .section-eyebrow { grid-column: 1 / 3; }
.product-story--process .product-story__heading > p:last-child { margin: 0; }
.product-ordering-process { display: grid; grid-template-columns: repeat(6, 1fr); margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.product-ordering-process li { min-height: 310px; padding: 1.25rem; border-right: 1px solid var(--line); }
.product-ordering-process li:first-child { padding-left: 0; }
.product-ordering-process li:last-child { padding-right: 0; border-right: 0; }
.product-ordering-process span { color: var(--accent-dark); font-size: .75rem; font-weight: 780; letter-spacing: .12em; }
.product-process-icon { display: block; width: 48px; height: 48px; margin-top: 1.6rem; padding: .65rem; color: var(--ink); background: #e9e5da; border-radius: var(--radius); }
.product-ordering-process h3 { margin: 1.6rem 0 .8rem; font-size: 1.08rem; line-height: 1.15; }
.product-ordering-process p { margin: 0; color: var(--muted); font-size: .85rem; }
.product-inquiry-layout { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
.product-story--inquiry .product-story__heading { position: static; max-width: 820px; }
.product-inquiry-form { box-shadow: none; }
.product-inquiry-form > .button { justify-self: stretch; width: 100%; min-width: 0; }
.related-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.related-product-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; color: var(--ink); background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.related-product-card__image { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #e5e2da; }
.related-product-card img { display: block; width: 100%; height: 100%; object-fit: cover; background: #e5e2da; transition: transform .25s ease; }
.related-product-card strong { padding: 1rem; font-size: 1rem; line-height: 1.28; }
.related-product-card:hover img, .related-product-card:focus-visible img { transform: scale(1.035); }
.related-product-card:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 3px; }
.dialog-open { overflow: hidden; }
.rfq-dialog { width: min(720px, calc(100% - 2rem)); max-height: 90dvh; padding: 0; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: var(--radius); box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.rfq-dialog::backdrop { background: rgba(20,22,24,.78); }
.rfq-dialog__close { position: sticky; top: 0; z-index: 2; display: block; margin: .75rem .75rem -3rem auto; padding: .6rem .75rem; color: var(--ink); background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius); font: inherit; font-size: .78rem; font-weight: 720; cursor: pointer; }
.rfq-dialog__close:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 2px; }
.tss-dialog-pending-popup { display: none !important; }
.tss-dialog-pending-popup.is-open {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding: 1rem;
  overflow: auto;
  background: rgba(20,22,24,.78);
}
.tss-dialog-pending-popup.is-open > .elementor-widget-form {
  width: min(720px, 100%);
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}
.rfq-form--dialog > .button { position: sticky; z-index: 1; bottom: .75rem; box-shadow: 0 10px 24px rgba(32,35,38,.2); }
.rfq-form--dialog { border: 0; box-shadow: none; padding-top: 2.5rem; }
.rfq-form--dialog .rfq-form__heading h2 { font-size: clamp(2.3rem, 6vw, 4rem); }

.contact-section { background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-directory { position: sticky; top: 110px; }
.contact-directory h2, .rfq-form__heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: .98; letter-spacing: -.05em; }
.contact-directory > p:not(.section-eyebrow) { margin-top: 1.5rem; }
.contact-directory dl { margin: 2rem 0 0; border-top: 1px solid var(--ink); }
.contact-directory dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-directory dt { font-weight: 720; }
.contact-directory dd { margin: 0; color: var(--muted); }
.rfq-form__heading { display: grid; gap: .9rem; margin-bottom: .8rem; }
.rfq-form__heading p { margin: 0; color: var(--muted); }
.project-context { margin: 0 0 1rem; padding: .8rem 1rem; border-left: 3px solid var(--accent); background: #ebe7dc; font-weight: 700; }

@media (max-width: 1100px) {
  .site-footer__grid { grid-template-columns: .9fr .5fr 1.5fr; }
  .site-footer__categories { padding-left: clamp(1rem, 2vw, 1.5rem); }
  .sitemap-primary, .sitemap-main, .sitemap-insights .container { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .workflow-list { grid-template-columns: repeat(3, 1fr); }
  .workflow-list li:nth-child(3) { border-right: 0; }
  .workflow-list li:nth-child(n+4) { border-top: 1px solid var(--line); }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .oem-video-grid { grid-template-columns: 1fr 1fr; }
  .oem-video-card:first-child { grid-column: 1 / 3; grid-row: auto; }
  .oem-video-card:first-child .oem-video-card__media { min-height: 390px; }
  .sourcing-step-grid { grid-template-columns: 1fr 1fr; }
  .sourcing-step { border-bottom: 1px solid var(--line); }
  .sourcing-step:nth-child(2n) { padding-right: 0; border-right: 0; }
  .sourcing-step:nth-child(2n + 1) { padding-left: 0; }
  .sourcing-step:nth-last-child(-n + 2) { border-bottom: 0; }
  .sourcing-step__media { height: 260px; }
  .product-commerce-grid { grid-template-columns: 1fr; }
  .product-ordering-process { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-ordering-process li:nth-child(3n) { border-right: 0; }
  .product-inquiry-layout { grid-template-columns: 1fr; }
  .product-story--inquiry .product-story__heading { position: static; }
  .secondary-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 959px) {
  .container-wide { width: min(100% - 2rem, var(--container-wide)); }
  .site-header { color: var(--paper); background: rgba(32,35,38,.92); border-color: rgba(255,255,255,.14); }
  .site-header--solid { color: var(--paper); background: rgba(32,35,38,.96); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 0; display: none; align-items: stretch; align-content: start; flex-direction: column; gap: 0; padding: 1rem; overflow-y: auto; color: var(--paper); background: var(--graphite); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav > a, .products-nav [data-products-toggle] { width: 100%; display: block; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); text-align: left; }
  .site-nav > a:not(.nav-cta)::before, .products-nav [data-products-toggle]::before { inset: .3rem 0; border-color: rgba(255,255,255,.16); background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.05)), rgba(32,35,38,.42); box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 8px 20px rgba(0,0,0,.24); }
  .site-nav > a:not(.nav-cta)[aria-current="page"], .products-nav [data-products-toggle][aria-current="page"] { padding-left: .85rem; color: var(--paper); }
  .site-nav > a:not(.nav-cta)[aria-current="page"]::before, .products-nav [data-products-toggle][aria-current="page"]::before { border-color: rgba(255,255,255,.26); background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.06)), rgba(184,190,195,.14); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 10px 24px rgba(0,0,0,.28); }
  .nav-cta { margin-top: 1rem; text-align: center !important; }
  .products-nav { width: 100%; }
  .mega-menu { position: static; width: 100%; grid-template-columns: 1fr 1fr; margin-top: .5rem; padding: 1rem; color: var(--ink); }
  .mega-menu__group strong { min-height: auto; }
  .hero__content { padding-top: 9rem; }
  .hero h1 { font-size: clamp(3.25rem, 9.5vw, 6rem); }
  .material-layout, .quality-grid, .faq-layout, .rfq-layout, .insight-layout { grid-template-columns: 1fr; }
  .material-intro, .faq-heading { position: static; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 300px 260px; }
  .category-panel:nth-child(1) { grid-row: 1; grid-column: 1 / 3; }
  .category-panel:nth-child(2) { grid-row: 2; grid-column: 1 / 3; }
  .category-panel:nth-child(3) { grid-row: 3; grid-column: 1; }
  .category-panel:nth-child(4) { grid-row: 3; grid-column: 2; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .content-layout { grid-template-columns: 1fr; }
  .content-layout > div:first-child { position: static; }
  .content-directory--insights { grid-template-columns: 1fr 1fr; }
  .catalog-layout, .contact-layout { grid-template-columns: 1fr; }
  .catalog-sidebar, .contact-directory { position: static; }
  .catalog-entry-grid { grid-template-columns: repeat(3, 1fr); }
  .primary-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .primary-category-layout { grid-template-columns: 1fr; }
  .secondary-category-layout { grid-template-columns: 1fr; }
  .catalog-layout > .catalog-sidebar--expanded,
  .primary-category-layout > .catalog-sidebar--expanded { order: 2; position: static; max-height: none; margin-top: 2rem; }
  .product-commerce-grid { grid-template-columns: 1fr; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-detail-layout .product-detail-content { order: 1; }
  .product-detail-layout .catalog-sidebar--expanded { order: 2; max-height: none; margin-top: 2rem; }
  .product-category-banner { height: 440px; }
  .product-purchase-panel { max-width: 760px; }
  .product-story--catalog { grid-template-columns: 1fr 1fr; }
  .product-configuration-grid { grid-template-columns: 1fr 1fr; }
  .product-detail-hero__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .product-detail-hero h1 { font-size: clamp(3rem, 6.8vw, 4.8rem); }
  .product-media--hero img { min-height: 440px; }
  .product-detail-groups { grid-template-columns: 1fr; }
  .product-detail-group, .product-detail-group:first-child, .product-detail-group:last-child { padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-detail-group:last-child { border-bottom: 0; }
  .product-detail-group h3 { min-height: auto; }
  .product-ordering-process { grid-template-columns: 1fr 1fr; }
  .product-ordering-process li, .product-ordering-process li:first-child, .product-ordering-process li:last-child { min-height: 250px; padding: 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .product-ordering-process li:nth-child(3n) { border-right: 1px solid var(--line); }
  .product-ordering-process li:nth-child(even) { border-right: 0; }
  .related-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-inquiry-layout { grid-template-columns: 1fr; }
  .product-story--inquiry .product-story__heading { position: static; }
}

@media (max-width: 767px) {
  :root { --section-space: 5.5rem; }
  .container, .container-wide { width: min(100% - 2rem, var(--container)); }
  .brand__symbol { width: 68px; height: 52px; }
  .brand__name { font-size: .84rem; letter-spacing: .045em; }
  .brand--footer .brand__name { font-size: .98rem; }
  .hero { min-height: 100dvh; align-items: center; }
  .hero__content { padding-block: 8.5rem 6rem; transform: translateY(20px); }
  .hero h1 { font-size: clamp(3.05rem, 13.5vw, 4.5rem); line-height: .92; }
  .hero__intro { max-width: 29ch; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .video-control { bottom: 1rem; right: 1rem; }
  .product-marquee { padding-block: 1.5rem 1.8rem; }
  .marquee-track { width: auto; overflow-x: auto; scroll-snap-type: none; scrollbar-width: none; touch-action: pan-x pan-y; overscroll-behavior-inline: contain; }
  .marquee-track::-webkit-scrollbar { display: none; }
  .marquee-set { flex: 0 0 auto; }
  .product-tile { scroll-snap-align: none; }
  .product-tile { width: 82vw; min-height: 250px; }
  .product-tile img { height: 210px; }
  .section-heading h2, .material-intro h2, .process-heading h2, .why-copy h2, .workflow-heading h2, .quality-copy h2, .testimonial-frame h2, .insight-layout h2, .faq-heading h2, .rfq-intro h2 { font-size: clamp(2.25rem, 11vw, 3.6rem); }
  .solution-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .solution-card { grid-template-columns: 118px minmax(0, 1fr); grid-template-rows: auto; gap: .7rem 1rem; align-items: start; }
  .solution-media { grid-row: 1; aspect-ratio: .92 / 1; }
  .solution-copy strong { font-size: 1.16rem; }
  .solution-copy > span { font-size: .82rem; line-height: 1.45; }
  .category-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .category-panel, .category-panel:nth-child(1), .category-panel:nth-child(2), .category-panel:nth-child(3), .category-panel:nth-child(4) { min-height: 360px; grid-row: auto; grid-column: auto; position: relative; opacity: 1; pointer-events: auto; }
  .material-item { grid-template-columns: 118px 1fr; gap: 1rem; }
  .material-media img { width: 118px; height: 108px; }
  .material-item p { font-size: .88rem; }
  .process-list { display: flex; gap: .8rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: .6rem; }
  .process-group { flex: 0 0 86vw; scroll-snap-align: start; }
  .process-group > div { grid-template-columns: 1fr; }
  .process-item { min-height: 150px; }
  .oem-video-grid, .sourcing-step-grid { grid-template-columns: 1fr; }
  .oem-video-card:first-child { grid-column: auto; }
  .oem-video-card:first-child .oem-video-card__media { min-height: 0; aspect-ratio: 16 / 9; }
  .sourcing-step, .sourcing-step:first-child, .sourcing-step:last-child, .sourcing-step:nth-child(2n), .sourcing-step:nth-child(2n + 1) { min-height: 0; padding: 1rem 0 1.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .sourcing-step:last-child { border-bottom: 0; }
  .sourcing-step__media { height: 220px; }
  .sourcing-step__content { min-height: 0; padding-inline: 0; }
  .workflow-list { grid-template-columns: 1fr; border-top: 1px solid var(--ink); }
  .workflow-list li, .workflow-list li:nth-child(3), .workflow-list li:nth-child(n+4) { min-height: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 1rem; padding: 1.2rem 0; border-right: 0; border-top: 0; border-bottom: 1px solid var(--line); }
  .workflow-list span { margin-top: 0; }
  .quality-stages { grid-template-columns: 1fr; }
  .quality-stages article { min-height: 180px; }
  .testimonial-frame { border-left-width: 4px; }
  .faq-layout { gap: 2.5rem; }
  .field-row { grid-template-columns: 1fr; }
  .site-footer { padding-top: 3.5rem; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-footer__brand { padding-right: 0; padding-bottom: 2.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer__categories { padding-left: 0; border-left: 0; }
  .site-footer__categories > .site-footer__title { text-align: left; }
  .site-footer__category-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 1rem; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 2.75rem; }
  .sitemap-main ul, .sitemap-secondary-grid { grid-template-columns: 1fr; }
  .sitemap-insights div { grid-template-columns: 1fr; }
  .sitemap-products { gap: 3rem; }
  .privacy-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .mega-menu { grid-template-columns: 1fr; }
  .subpage-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .subpage-hero--compact { min-height: 440px; height: 440px; padding: 6.75rem 0 2.75rem; }
  .subpage-hero--compact h1 { font-size: clamp(2.75rem, 12vw, 3.8rem); }
  .content-directory, .content-directory--insights { grid-template-columns: 1fr; }
  .content-directory--insights article { min-height: 300px; }
  .article-hero { min-height: 440px; height: 440px; padding: 6.75rem 0 2.75rem; }
  .article-hero h1 { font-size: clamp(2.75rem, 12vw, 3.8rem); }
  .article-hero--dense h1 { font-size: clamp(2.45rem, 10.5vw, 3.45rem); }
  .article-hero--dense .article-hero__intro { margin-top: .85rem; font-size: 1rem; line-height: 1.45; }
  .article-copy > p:first-child { font-size: 1.08rem; }
  .article-copy table { display: block; overflow-x: auto; }
  .subpage-cta .container { align-items: flex-start; flex-direction: column; }
  .breadcrumb { margin-bottom: 1.5rem; }
  .catalog-entry-grid, .catalog-product-list, .product-slot-grid { grid-template-columns: 1fr; }
  .primary-category-browser { padding-top: 3.25rem; }
  .primary-category-browser__intro h2 { font-size: clamp(2.4rem, 11vw, 3.8rem); }
  .primary-category-tabs { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--accent) var(--line); padding-bottom: .7rem; }
  .primary-category-tabs::-webkit-scrollbar { height: 6px; }
  .primary-category-tabs::-webkit-scrollbar-track { background: var(--line); }
  .primary-category-tabs::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 0; }
  .primary-category-tab { flex: 0 0 82vw; grid-template-rows: 180px 1fr; min-height: 290px; scroll-snap-align: start; }
  .primary-product-panel__heading { align-items: flex-start; flex-direction: column; }
  .primary-product-grid { grid-template-columns: 1fr; }
  .primary-product-card__copy { min-height: 118px; }
  .primary-category-cta { align-items: flex-start; flex-direction: column; }
  .secondary-category-hero { min-height: 400px; height: 400px; }
  .secondary-category-hero::after { background: rgba(22,24,26,.76); }
  .secondary-category-hero__content { padding-top: 7.5rem; padding-bottom: 2.5rem; }
  .secondary-category-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .secondary-product-grid { grid-template-columns: 1fr; }
  .secondary-product-card__copy { min-height: 116px; }
  .catalog-product-link { border-right: 0; }
  .catalog-entry { grid-template-columns: 118px 1fr; grid-template-rows: auto; }
  .catalog-entry img { height: 100%; min-height: 130px; }
  .catalog-cta { align-items: flex-start; flex-direction: column; }
  .product-slot-grid section { min-height: 190px; }
  .product-commerce-hero { padding-top: 6.5rem; }
  .product-category-banner { height: 400px; }
  .product-detail-page { padding-top: 1.75rem; }
  .product-commerce-hero .breadcrumb { margin-bottom: 1.5rem; }
  .product-commerce-grid { gap: 1.5rem; }
  .product-gallery__thumbs { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .product-gallery__thumb { width: 100%; }
  .product-purchase-actions { justify-content: space-between; }
  .product-purchase-panel { padding: 1.25rem; }
  .product-purchase-panel h1 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .product-buying-points { grid-template-columns: 1fr; }
  .product-quick-specs > div { grid-template-columns: 105px 1fr; }
  .product-jump-nav { top: 72px; }
  .product-story--catalog, .product-configuration-grid { grid-template-columns: 1fr; }
  .product-story--catalog .product-story__heading { grid-column: 1; }
  .product-details-block { grid-column: 1; }
  .product-specs th, .product-specs td { padding: .85rem .7rem; }
  .product-specs tr:not(.product-specs__group) th { width: 118px; }
  .product-detail-hero { padding-top: 7rem; }
  .product-detail-hero__grid { grid-template-columns: 1fr; }
  .product-detail-hero__copy { padding-bottom: 0; }
  .product-detail-hero h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .product-detail-hero__intro { font-size: 1rem; }
  .product-media--hero img { height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .product-signal-list { grid-template-columns: 1fr 1fr; margin-top: 1rem; }
  .product-signal-list li { min-height: 86px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .product-signal-list li:nth-child(even) { border-right: 0; }
  .product-story--types, .product-story--split, .product-story--application { grid-template-columns: 1fr; }
  .product-story--types .product-story__heading, .product-story--split .product-story__heading { grid-column: 1; }
  .product-story--types .product-media { grid-row: auto; }
  .product-option-list { grid-template-columns: 1fr; }
  .product-option-list article:nth-child(even) { padding-left: 0; border-left: 0; }
  .product-option-grid { grid-template-columns: 1fr; }
  .product-option-card { grid-template-columns: 112px minmax(0, 1fr); min-height: 112px; }
  .product-option-card img { width: 112px; height: 112px; }
  .product-option-card > div { padding: 1rem; }
  .product-story--application .product-media { order: 2; }
  .product-story--process .product-story__heading { grid-template-columns: 1fr; }
  .product-story--process .product-story__heading .section-eyebrow { grid-column: 1; }
  .product-story--process .product-story__heading > p:last-child { margin-top: 1.2rem; }
  .product-ordering-process { grid-template-columns: 1fr; }
  .product-ordering-process li, .product-ordering-process li:first-child, .product-ordering-process li:last-child { min-height: auto; padding: 1.2rem 0; border-right: 0; }
  .product-ordering-process h3 { margin: 1.5rem 0 .6rem; }
  .related-product-grid { grid-template-columns: 1fr; }
  .rfq-dialog { width: calc(100% - 1rem); max-height: 94dvh; }
  .rfq-form--dialog { padding: 1.25rem; padding-top: 2.75rem; }
  .contact-directory dl > div { grid-template-columns: 1fr; gap: .2rem; }
}

/* Targeted follow-up: Contact form rhythm, Insights cards, and catalog labels. */
.elementor .tss-native-elementor .rfq-form .elementor-field-label {
  margin: 0 0 .55rem !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-type-html.rfq-file-note-field,
.elementor .tss-native-elementor .rfq-form .elementor-field-group-project_file + .elementor-field-type-html {
  width: 100% !important;
  min-height: 0 !important;
  margin-top: -.75rem !important;
  flex: 0 0 100% !important;
}
.elementor .tss-native-elementor .rfq-form .rfq-file-note {
  display: block;
  color: var(--muted);
  font: 400 .84rem/1.45 var(--font-sans);
}
.elementor .tss-native-elementor .rfq-form .elementor-field-type-submit {
  width: 100% !important;
  min-height: 48px !important;
  flex: 0 0 100% !important;
}

@media (min-width: 768px) {
  .elementor .tss-native-elementor .content-directory--insights article {
    grid-template-rows: 170px 102px minmax(0, 1fr) !important;
    background: var(--warm-white) !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-heading {
    display: flex !important;
    align-items: flex-end !important;
    align-self: stretch !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-heading .elementor-heading-title {
    width: 100%;
    margin: 0 !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-text-editor:not(.tss-inline-content) {
    align-self: start !important;
    padding-top: 25px !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-text-editor:not(.tss-inline-content) p {
    margin: 0 !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .tss-inline-content {
    align-self: end !important;
  }
}

.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product,
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product .elementor-widget-container,
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product p {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product span {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { width: auto; overflow-x: auto; }
}

/* WordPress / Elementor Theme Builder integration.
   These selectors are inert in the standalone drafts and neutralize Hello
   Elementor's header/footer width rules when the shared templates render. */
.elementor-location-header,
.elementor-location-footer,
.elementor-location-header .tss-global-header-wrapper,
.elementor-location-footer .tss-global-footer-wrapper,
.elementor-location-header .tss-global-header-wrapper > .e-con-inner,
.elementor-location-footer .tss-global-footer-wrapper > .e-con-inner,
.elementor-location-header .elementor-widget-html,
.elementor-location-footer .elementor-widget-html,
.elementor-location-header .elementor-widget-html > .elementor-widget-container,
.elementor-location-footer .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}
.elementor-location-header .tss-global-header-wrapper,
.elementor-location-footer .tss-global-footer-wrapper {
  --container-max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.elementor-location-header .site-header {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
body:not(.home):not(.page-id-112) .elementor-location-header .site-header {
  color: var(--ink);
  background: rgba(243, 241, 235, .98);
  border-color: var(--line);
}
.elementor-location-header .products-nav > button {
  color: inherit;
}
.elementor-location-header .menu-toggle {
  padding: 0 !important;
  color: inherit;
  background: transparent !important;
}
.elementor-location-header .tss-native-control-host {
  width: auto;
  min-width: 0;
}
.elementor-location-header .tss-native-control-host > .elementor-widget-container,
.elementor-location-header .site-nav > a .tss-inline-content p,
.elementor-location-footer nav > a .tss-inline-content p {
  margin: 0;
}
.elementor-location-header .products-nav > .tss-native-control-host button {
  padding: .6rem 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.6;
}
.elementor-location-header .tss-native-elementor .site-header__inner,
.elementor-location-header .tss-native-elementor .brand,
.elementor-location-header .tss-native-elementor .site-nav,
.elementor-location-header .tss-native-elementor .products-nav,
.elementor-location-footer .tss-native-elementor .brand,
.elementor-location-footer .tss-native-elementor .site-footer__bottom,
.elementor-location-footer .tss-native-elementor .site-footer__legal,
.elementor-location-footer .tss-native-elementor .site-footer__policy-links,
.elementor-location-footer .tss-native-elementor .site-footer__social {
  --flex-direction: row;
  flex-direction: row !important;
}
.elementor-location-header .tss-native-elementor .site-header__inner {
  --justify-content: space-between;
  --align-items: center;
  width: min(100% - 3rem, var(--container-wide));
  min-height: 72px;
  flex-wrap: nowrap;
}
.elementor-location-header .tss-native-elementor .brand {
  --align-items: center;
  flex: 0 0 auto;
  width: auto;
  flex-wrap: nowrap;
}
.elementor-location-header .tss-native-elementor .brand > .brand__symbol {
  flex: 0 0 78px;
  width: 78px !important;
  max-width: 78px;
}
.elementor-location-header .tss-native-elementor .brand > .brand__symbol .elementor-widget-container,
.elementor-location-header .tss-native-elementor .brand > .brand__symbol img {
  width: 78px !important;
  height: 58px !important;
  object-fit: contain;
}
.elementor-location-header .tss-native-elementor .brand__name {
  display: block;
  line-height: 1 !important;
}
.elementor-location-header .tss-native-elementor .brand > .elementor-widget-text-editor {
  flex: 0 0 auto;
  width: auto;
}
.elementor-location-header .tss-native-elementor .site-nav {
  --align-items: center;
  --justify-content: flex-end;
  display: flex !important;
  flex: 0 0 auto;
  width: auto;
  flex-wrap: nowrap;
}
.elementor-location-header .tss-native-elementor .products-nav {
  flex: 0 0 auto;
  width: auto;
}
.elementor-location-header .tss-native-elementor .products-nav > .tss-native-control-host,
.elementor-location-header .tss-native-elementor .site-nav > a,
.elementor-location-header .tss-native-elementor .site-nav > a > .elementor-widget-text-editor {
  flex: 0 0 auto;
  width: auto;
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
}
.elementor-location-header .tss-native-elementor .site-nav > a .elementor-widget-container,
.elementor-location-header .tss-native-elementor .site-nav > a p,
.elementor-location-header .tss-native-elementor .products-nav [data-products-toggle] {
  font-family: var(--font-sans) !important;
  font-weight: 700 !important;
}
.elementor-location-header .tss-native-elementor .site-nav > a[aria-current="page"],
.elementor-location-header .tss-native-elementor .site-nav > a[aria-current="page"] .elementor-widget-container,
.elementor-location-header .tss-native-elementor .site-nav > a[aria-current="page"] p,
.elementor-location-header .tss-native-elementor .products-nav [data-products-toggle][aria-current="page"] {
  font-weight: 760 !important;
}
.elementor-location-header .tss-native-elementor .site-nav > a > .elementor-widget-text-editor {
  min-width: max-content;
}
@media (min-width: 960px) {
  .elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta) {
    padding: .6rem 0;
  }
  .elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta)::before {
    inset: auto !important;
    top: 50% !important;
    left: 50% !important;
    width: calc(100% + 1.44rem) !important;
    height: calc(100% + .96rem) !important;
    transform: translate(-50%, calc(-50% + 2px)) scale(.96);
  }
  .elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta):hover::before,
  .elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta):focus-visible::before,
  .elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta)[aria-current="page"]::before {
    transform: translate(-50%, -50%) scale(1) !important;
  }
}
.elementor-location-header .tss-native-elementor .site-nav > a.nav-cta {
  min-width: 147px;
  min-height: 46px;
  padding: .72rem 1rem !important;
  align-items: center;
  justify-content: center;
  color: var(--graphite) !important;
  font-weight: 700 !important;
}
.elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta):hover::before,
.elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta):focus-visible::before,
.elementor-location-header .tss-native-elementor .site-nav > a:not(.nav-cta)[aria-current="page"]::before,
.elementor-location-header .tss-native-elementor .products-nav [data-products-toggle]:hover::before,
.elementor-location-header .tss-native-elementor .products-nav [data-products-toggle]:focus-visible::before,
.elementor-location-header .tss-native-elementor .products-nav [data-products-toggle][aria-current="page"]::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.elementor-location-header .tss-native-elementor .products-nav:has([data-products-toggle][aria-expanded="false"]) .mega-menu {
  display: none !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__grid {
  display: grid !important;
  width: min(100% - 3rem, var(--container-wide));
  grid-template-columns: minmax(280px, .9fr) minmax(150px, .48fr) minmax(480px, 1.62fr);
}
.elementor-location-footer .tss-native-elementor .site-footer__category-groups {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.elementor-location-footer .tss-native-elementor .site-footer__bottom {
  --justify-content: space-between;
  --align-items: center;
  display: flex !important;
  width: min(100% - 3rem, var(--container-wide));
}
.elementor-location-footer .tss-native-elementor .site-footer__legal,
.elementor-location-footer .tss-native-elementor .site-footer__policy-links,
.elementor-location-footer .tss-native-elementor .site-footer__social {
  --align-items: center;
}
.elementor-location-footer .tss-native-elementor .brand--footer {
  flex: 0 0 auto;
  width: auto;
  flex-wrap: nowrap;
}
.elementor-location-footer .tss-native-elementor .brand--footer > .brand__symbol--footer {
  flex: 0 0 104px;
  width: 104px !important;
  max-width: 104px;
}
.elementor-location-footer .tss-native-elementor .brand--footer > .brand__symbol--footer .elementor-widget-container,
.elementor-location-footer .tss-native-elementor .brand--footer > .brand__symbol--footer img {
  width: 104px !important;
  height: 78px !important;
  object-fit: contain;
}
.elementor-location-footer .tss-native-elementor .site-footer__navigate .site-footer__title,
.elementor-location-footer .tss-native-elementor .site-footer__categories > .site-footer__title {
  margin-bottom: 1.1rem !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__navigate > a:not(.site-footer__quote)::before,
.elementor-location-footer .tss-native-elementor .site-footer__categories a::before {
  inset: auto !important;
  top: 50% !important;
  left: 50% !important;
  width: calc(100% + 1rem) !important;
  height: calc(100% + .68rem) !important;
  transform: translate(-50%, calc(-50% + 2px)) scale(.97);
}
.elementor-location-footer .tss-native-elementor .site-footer__navigate > a:not(.site-footer__quote):hover::before,
.elementor-location-footer .tss-native-elementor .site-footer__navigate > a:not(.site-footer__quote):focus-visible::before,
.elementor-location-footer .tss-native-elementor .site-footer__categories a:hover::before,
.elementor-location-footer .tss-native-elementor .site-footer__categories a:focus-visible::before {
  transform: translate(-50%, -50%) scale(1) !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__quote {
  margin-top: 1.35rem !important;
  font-size: .88rem !important;
  line-height: 1.4 !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__quote .elementor-button {
  font-size: .88rem !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__navigate > a,
.elementor-location-footer .tss-native-elementor .site-footer__categories a,
.elementor-location-footer .tss-native-elementor .site-footer__policy-links > a,
.elementor-location-footer .tss-native-elementor .site-footer__social > a {
  width: auto;
}
@media (min-width: 641px) {
  .elementor-location-footer .tss-native-elementor .site-footer__bottom {
    --flex-direction: row;
    --justify-content: space-between;
    --align-items: center;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .elementor-location-footer .tss-native-elementor .site-footer__legal,
  .elementor-location-footer .tss-native-elementor .site-footer__policy-links,
  .elementor-location-footer .tss-native-elementor .site-footer__social {
    flex: 0 0 auto !important;
    width: auto !important;
    flex-wrap: nowrap !important;
  }
  .elementor-location-footer .tss-native-elementor .site-footer__social {
    justify-content: flex-end !important;
  }
}
.elementor-location-footer .tss-native-elementor .site-footer__social > a {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__social > a > .elementor-widget-image,
.elementor-location-footer .tss-native-elementor .site-footer__social > a > .elementor-widget-image > .elementor-widget-container,
.elementor-location-footer .tss-native-elementor .site-footer__social > a img {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
}
@media (max-width: 959px) {
  .elementor-location-header .tss-native-elementor .site-header__inner {
    width: min(100% - 2rem, var(--container-wide));
  }
  .elementor-location-header .tss-native-elementor .site-nav {
    --flex-direction: column;
    --align-items: stretch;
    --justify-content: flex-start;
    display: none !important;
    width: 100%;
    flex-direction: column !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .elementor-location-header .tss-native-elementor .site-nav[data-open="true"] {
    display: flex !important;
  }
  .elementor-location-header .tss-native-elementor .site-nav > a,
  .elementor-location-header .tss-native-elementor .site-nav > a > .elementor-widget-text-editor,
  .elementor-location-header .tss-native-elementor .products-nav {
    width: 100%;
  }
  .elementor-location-header .tss-native-elementor .products-nav {
    --flex-direction: column;
    --align-items: stretch;
    --justify-content: flex-start;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  .elementor-location-header .tss-native-elementor .site-nav > a,
  .elementor-location-header .tss-native-elementor .site-nav > a.nav-cta,
  .elementor-location-header .tss-native-elementor .products-nav > .tss-native-control-host {
    flex: 0 0 auto !important;
    min-height: 0;
    height: auto;
  }
  .elementor-location-header .tss-native-elementor .site-nav > a.nav-cta {
    min-width: 0;
    min-height: 48px;
    margin-top: 1rem;
    padding: 1rem 0 !important;
  }
  .elementor-location-header .tss-native-elementor .products-nav > .tss-native-control-host button {
    padding: 1rem 0 !important;
  }
  .elementor-location-footer .tss-native-elementor .site-footer__grid {
    width: min(100% - 2rem, var(--container-wide));
    grid-template-columns: .9fr .5fr 1.5fr;
  }
  .elementor-location-footer .tss-native-elementor .site-footer__bottom {
    width: min(100% - 2rem, var(--container-wide));
  }
}
@media (max-width: 640px) {
  .elementor-location-header .tss-native-elementor .brand > .brand__symbol {
    flex-basis: 68px;
    width: 68px !important;
    max-width: 68px;
  }
  .elementor-location-header .tss-native-elementor .brand > .brand__symbol .elementor-widget-container,
  .elementor-location-header .tss-native-elementor .brand > .brand__symbol img {
    width: 68px !important;
    height: 52px !important;
  }
  .elementor-location-footer .tss-native-elementor .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .elementor-location-footer .tss-native-elementor .brand--footer > .brand__symbol--footer {
    flex-basis: 68px;
    width: 68px !important;
    max-width: 68px;
  }
  .elementor-location-footer .tss-native-elementor .brand--footer > .brand__symbol--footer .elementor-widget-container,
  .elementor-location-footer .tss-native-elementor .brand--footer > .brand__symbol--footer img {
    width: 68px !important;
    height: 52px !important;
  }
  .elementor-location-footer .tss-native-elementor .site-footer__bottom {
    --flex-direction: column;
    --align-items: flex-start;
    flex-direction: column !important;
    align-items: flex-start;
  }
  .elementor-location-footer .tss-native-elementor .site-footer__category-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.elementor .primary-category-tab {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr;
  color: var(--ink);
  background: var(--warm-white) !important;
  font-weight: 400;
  line-height: 1.6;
}
.elementor .primary-category-tab > .elementor-widget-text-editor,
.elementor .primary-category-tab > .elementor-widget-text-editor > .elementor-widget-container,
.elementor .primary-category-tab > .elementor-widget-text-editor p {
  width: 100%;
  height: 100%;
  margin: 0;
}
.elementor .primary-category-tab > .elementor-widget-text-editor p {
  display: grid;
  grid-template-rows: 210px 1fr;
}
.elementor .primary-category-tab.is-active {
  color: var(--paper);
  background: var(--graphite) !important;
}
.elementor .primary-category-tab__image {
  position: relative;
  width: 100%;
  min-width: 0;
}
.elementor .primary-category-tab__image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none;
  height: 100% !important;
}
.elementor .primary-category-tab__copy small {
  font-weight: 400;
  line-height: 1.6 !important;
}
.elementor .tss-page-shell {
  --gap: 0px;
  gap: 0 !important;
}
.elementor .tss-native-elementor,
.elementor .tss-native-elementor .elementor-widget,
.elementor .tss-native-elementor .elementor-widget-container {
  color: inherit;
  font-family: inherit;
}
.elementor .tss-native-elementor .e-con {
  --gap: 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}
.elementor .tss-native-elementor .elementor-widget {
  margin-block-end: 0;
}
.elementor .tss-native-elementor .elementor-heading-title {
  margin: 0;
  color: inherit !important;
  font-family: inherit !important;
}
.elementor .tss-native-elementor .hero h1.elementor-heading-title,
.elementor .tss-native-elementor .subpage-hero h1.elementor-heading-title {
  font-weight: 620 !important;
}
.elementor .tss-native-elementor .information-hero h1.elementor-heading-title,
.elementor .tss-native-elementor .secondary-category-hero h1.elementor-heading-title,
.elementor .tss-native-elementor .product-purchase-panel h1.elementor-heading-title {
  font-weight: 640 !important;
}
.elementor .tss-native-elementor .section-heading h2.elementor-heading-title,
.elementor .tss-native-elementor .material-intro h2.elementor-heading-title,
.elementor .tss-native-elementor .process-heading h2.elementor-heading-title,
.elementor .tss-native-elementor .why-copy h2.elementor-heading-title,
.elementor .tss-native-elementor .workflow-heading h2.elementor-heading-title,
.elementor .tss-native-elementor .quality-copy h2.elementor-heading-title,
.elementor .tss-native-elementor .testimonial-frame h2.elementor-heading-title,
.elementor .tss-native-elementor .insight-layout h2.elementor-heading-title,
.elementor .tss-native-elementor .faq-heading h2.elementor-heading-title,
.elementor .tss-native-elementor .rfq-intro h2.elementor-heading-title {
  font-weight: 650 !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__title .elementor-heading-title,
.elementor-location-footer .tss-native-elementor .elementor-heading-title.site-footer__title {
  font-size: .82rem !important;
  font-weight: 780 !important;
  line-height: 1.6 !important;
}
.elementor .tss-native-elementor .elementor-widget-text-editor {
  color: inherit !important;
  font-family: inherit !important;
}
.elementor .tss-native-elementor .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}
.elementor .tss-native-elementor .elementor-widget-image,
.elementor .tss-native-elementor .elementor-widget-image > .elementor-widget-container {
  min-width: 0;
  max-width: none;
}
.elementor .tss-native-elementor .elementor-widget-image img {
  display: block;
  width: 100%;
  max-width: none;
}
.elementor .tss-native-elementor .button {
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}
.elementor .tss-native-elementor .button > .elementor-widget-container,
.elementor .tss-native-elementor .button .elementor-button-wrapper {
  width: 100%;
  height: 100%;
}
.elementor .tss-native-elementor .button .elementor-button {
  display: inline-flex;
  width: 100%;
  min-height: 48px !important;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.2rem !important;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: inherit;
  background: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.elementor .tss-native-elementor .button--ghost .elementor-button {
  color: var(--paper);
  background: rgba(32,35,38,.3);
  border-color: rgba(255,255,255,.5);
}
.elementor .tss-native-elementor .button--accent .elementor-button {
  color: var(--graphite);
  background: var(--accent);
}
.elementor .tss-native-elementor .button--dark .elementor-button {
  color: var(--paper);
  background: var(--graphite);
}
.elementor .tss-native-elementor .button--outline .elementor-button {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}
.elementor .tss-native-elementor .product-gallery__stage .elementor-widget-image,
.elementor .tss-native-elementor .product-gallery__stage .elementor-widget-container,
.elementor .tss-native-elementor .product-gallery__stage img,
.elementor .tss-native-elementor .secondary-category-hero__media .elementor-widget-image,
.elementor .tss-native-elementor .secondary-category-hero__media .elementor-widget-container,
.elementor .tss-native-elementor .secondary-category-hero__media img {
  width: 100%;
  height: 100%;
}
.elementor .tss-native-elementor .secondary-category-hero__content > .elementor-widget-text-editor:last-child {
  max-width: 650px;
  margin-top: 1.15rem;
  color: #e2e2de !important;
  font-size: 1.02rem;
  line-height: 1.6;
}
.elementor .tss-native-elementor .secondary-category-hero__content > .elementor-widget-text-editor:last-child p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.elementor .tss-native-elementor .tss-native-breadcrumb {
  width: 100%;
  text-align: left;
}
.elementor .tss-native-elementor .tss-native-breadcrumb .breadcrumb {
  justify-content: flex-start;
}
.elementor .tss-native-elementor .content-section > .container > .tss-native-breadcrumb {
  margin-bottom: 24px;
}
.elementor .tss-native-elementor .tss-native-complex-control {
  cursor: pointer;
}
.elementor .tss-native-elementor .hero {
  flex-direction: row;
}
.elementor .tss-native-elementor .hero > .tss-inline-content {
  display: none;
}
.elementor .tss-native-elementor .why-copy--steps > .elementor-widget-text-editor p {
  max-width: 70ch;
  margin: 1.25rem 0 2rem;
  color: var(--muted);
  font-size: 1.04rem;
}
.elementor .tss-native-elementor .why-steps-link,
.elementor .tss-native-elementor .why-steps-link a,
.elementor .tss-native-elementor .faq-heading .text-link,
.elementor .tss-native-elementor .faq-heading .text-link a {
  color: var(--accent-dark) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.elementor .tss-native-elementor .faq-heading > .elementor-widget-text-editor p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.elementor .tss-native-elementor .hero__video .elementor-wrapper,
.elementor .tss-native-elementor .hero__video video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
}
.elementor .tss-native-elementor .hero__video .elementor-wrapper {
  overflow: hidden;
}
.elementor .tss-native-elementor .hero__video video {
  object-fit: cover !important;
  object-position: center !important;
}
.elementor .tss-native-elementor .product-marquee,
.elementor .tss-native-elementor .marquee-track {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
}
.elementor .tss-native-elementor .marquee-track {
  display: block !important;
  flex: 0 0 100% !important;
  overflow: hidden;
}
.elementor .tss-native-elementor .marquee-set {
  width: max-content !important;
  max-width: none;
  flex: 0 0 auto !important;
}
.elementor .tss-native-elementor .hero__content {
  flex: 0 0 min(100% - 3rem, var(--container-wide));
  width: min(100% - 3rem, var(--container-wide)) !important;
  margin-inline: auto;
}
.elementor .tss-native-elementor .video-control {
  padding: 0;
  background: transparent;
}
.elementor .tss-native-elementor .video-control .elementor-button {
  min-height: 38px;
  padding: .55rem .7rem;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: var(--radius);
  color: var(--paper);
  background: rgba(32,35,38,.5);
  font-family: inherit;
  font-size: .72rem;
  font-weight: 700;
}
.elementor .tss-native-elementor .hero__actions,
.elementor .tss-native-elementor .product-purchase-actions,
.elementor .tss-native-elementor .primary-category-cta,
.elementor .tss-native-elementor .catalog-cta {
  flex-direction: row;
}
.elementor .tss-native-elementor .catalog-sidebar__secondary .elementor-widget-accordion {
  width: 100%;
}
.elementor .tss-native-elementor .catalog-sidebar__secondary .elementor-accordion-item {
  border: 0;
  border-top: 1px solid var(--line);
}
.elementor .tss-native-elementor .catalog-sidebar__secondary .elementor-tab-title {
  position: relative;
  min-height: 0;
  padding: .72rem 1.15rem .72rem 0;
  border: 0;
  color: var(--accent-dark);
  font-family: inherit;
  font-size: .86rem;
  font-weight: 780;
  line-height: 1.35;
}
.elementor .tss-native-elementor .catalog-sidebar__secondary .elementor-accordion-title {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.elementor .tss-native-elementor .catalog-sidebar__secondary .elementor-accordion-icon {
  position: absolute;
  top: .72rem;
  right: 0;
  font-size: .72rem;
}
.elementor .tss-native-elementor .catalog-sidebar__secondary .elementor-tab-content {
  padding: .15rem 0 .7rem .4rem;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.elementor .tss-native-elementor .catalog-sidebar__secondary .is-active .elementor-tab-title,
.elementor .tss-native-elementor .catalog-sidebar__secondary .is-user-open .elementor-tab-title {
  padding-left: .45rem;
  color: var(--ink);
  background: #eee9dc;
  border-left: 3px solid var(--accent);
}
.elementor:not(.elementor-editor-active) .tss-native-elementor .catalog-sidebar__secondary .elementor-widget-accordion:not(.is-user-open) .elementor-tab-content {
  display: none !important;
}
.elementor:not(.elementor-editor-active) .tss-native-elementor .catalog-sidebar__secondary .elementor-widget-accordion.is-user-open .elementor-tab-content {
  display: block !important;
}
.elementor .tss-native-elementor .primary-category-browser .tss-native-breadcrumb,
.elementor .tss-native-elementor .secondary-category-products .tss-native-breadcrumb {
  margin-bottom: 24px;
}
.elementor .tss-native-elementor .secondary-category-main > .elementor-widget-heading:first-child h2 {
  max-width: 850px;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  font-weight: 700 !important;
  line-height: .98;
  letter-spacing: -.045em;
}
.elementor .tss-native-elementor .primary-product-panel[hidden] {
  display: none !important;
}
.elementor .tss-native-elementor .secondary-product-card > .elementor-widget-text-editor,
.elementor .tss-native-elementor .secondary-product-card > .elementor-widget-text-editor > .elementor-widget-container {
  height: fit-content !important;
  block-size: fit-content !important;
  min-height: 0 !important;
  align-self: start !important;
}
.elementor .tss-native-elementor .secondary-product-card > .elementor-widget-text-editor p {
  margin: 0;
}
.elementor:not(.elementor-editor-active) .tss-native-elementor .secondary-product-card > .elementor-widget-text-editor {
  display: contents !important;
}
.elementor .tss-native-elementor .secondary-product-grid {
  grid-auto-rows: min-content !important;
  align-items: start !important;
  align-content: start !important;
}
.elementor .tss-native-elementor .secondary-product-card {
  align-self: start !important;
  grid-template-rows: min-content !important;
  height: fit-content !important;
  block-size: fit-content !important;
  min-height: 0 !important;
}
.elementor .tss-native-elementor .secondary-product-card__image > .elementor-widget-image,
.elementor .tss-native-elementor .secondary-product-card__image > .elementor-widget-image > .elementor-widget-container,
.elementor .tss-native-elementor .secondary-product-card__image img {
  width: 100% !important;
  height: 100% !important;
}
.elementor .tss-native-elementor .secondary-product-card__image img {
  object-fit: cover;
}
.elementor .tss-native-elementor .secondary-product-card__copy h3.elementor-heading-title {
  font-weight: 700 !important;
}
.elementor .tss-native-elementor .primary-product-panel__heading {
  --flex-direction: row;
  flex-direction: row !important;
}
@media (max-width: 640px) {
  .elementor .tss-native-elementor .hero__content {
    flex-basis: calc(100% - 2rem);
    width: calc(100% - 2rem) !important;
    transform: translateY(2px);
  }
  .elementor .tss-native-elementor .hero__actions {
    --flex-direction: column;
    --align-items: flex-start;
    flex-direction: column !important;
    align-items: flex-start;
  }
  .elementor .tss-native-elementor .marquee-track {
    width: 100% !important;
    overflow-x: auto;
  }
  .elementor .tss-native-elementor .hero h1 {
    font-size: clamp(3.05rem, 13.5vw, 4.5rem) !important;
  }
  .elementor .primary-category-tab > .elementor-widget-text-editor p {
    grid-template-rows: 180px 1fr;
  }
  .elementor .tss-native-elementor .primary-category-tabs {
    --flex-direction: row;
    --flex-wrap: nowrap;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  .elementor .tss-native-elementor .primary-category-tab {
    --width: 82vw;
    flex: 0 0 82vw !important;
    width: 82vw !important;
    max-width: 82vw;
  }
  .elementor .tss-native-elementor .primary-product-panel__heading {
    --flex-direction: column;
    flex-direction: column !important;
  }
}
@media (max-width: 959px) {
  .elementor .tss-native-elementor .primary-category-browser .tss-native-breadcrumb {
    margin-bottom: 12px;
  }
}
.elementor .tss-native-elementor .subpage-hero > .container > .elementor-widget-text-editor:last-child p {
  max-width: 720px;
  margin: 1.5rem 0 0;
  color: #d8d9d5;
  font-size: 1.1rem;
}
.elementor .tss-native-elementor .product-gallery__thumb .elementor-widget-image,
.elementor .tss-native-elementor .product-gallery__thumb .elementor-widget-container,
.elementor .tss-native-elementor .product-gallery__thumb img {
  width: 100%;
  height: 100%;
}
.elementor-location-footer .site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* Targeted homepage and contact alignment refinements. */
.rfq-form-shell {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.rfq-form-shell .rfq-form {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.rfq-form-shell .rfq-form__heading { margin-bottom: 1.5rem; }
.file-input--enhanced {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.file-picker {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: .8rem;
  min-height: 48px;
  padding: .35rem;
  border: 1px solid #85898c;
  border-radius: var(--radius);
  background: #fff;
}
.file-picker__button {
  min-height: 38px;
  padding: .55rem .85rem;
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: var(--ink);
  background: var(--warm-white);
  font: 700 .84rem/1 var(--font-sans);
  cursor: pointer;
}
.file-picker__button:focus-visible { outline: 3px solid var(--accent-dark); outline-offset: 2px; }
.file-picker__name { min-width: 0; overflow: hidden; color: var(--muted); font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }

@media (min-width: 1101px) {
  .elementor .tss-native-elementor .sourcing-step__content { gap: 0 !important; }
  .elementor .tss-native-elementor .sourcing-step__content > .tss-inline-content:has(.sourcing-step__index),
  .elementor .tss-native-elementor .sourcing-step__content > .tss-inline-content:has(.sourcing-step__index) p { margin: 0 !important; }
  .elementor .tss-native-elementor .sourcing-step:first-child .sourcing-step__content > .elementor-widget-text-editor:last-child p { margin-top: calc(.8rem + 10px) !important; }
  .elementor .tss-native-elementor .faq-heading {
    --gap: 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    gap: 0 !important;
    row-gap: 0 !important;
  }
  .elementor .tss-native-elementor .faq-heading > .elementor-widget-heading { margin: 0 !important; }
  .elementor .tss-native-elementor .faq-heading > .elementor-widget-text-editor { margin: 1.25rem 0 0 !important; }
  .elementor .tss-native-elementor .faq-heading > .text-link { margin: .25rem 0 0 !important; }
  .elementor .tss-native-elementor .faq-heading .text-link { margin-top: .25rem !important; }
}

.elementor-location-footer .tss-native-elementor .site-footer__navigate > a:not(.site-footer__quote),
.elementor-location-footer .tss-native-elementor .site-footer__categories a {
  flex: 0 0 auto !important;
  width: max-content !important;
  max-width: 100%;
  align-self: flex-start;
}
.elementor-location-footer .tss-native-elementor .site-footer__navigate > a:not(.site-footer__quote)::before,
.elementor-location-footer .tss-native-elementor .site-footer__categories a::before {
  inset: -.34rem -.5rem !important;
  width: auto !important;
  height: auto !important;
  transform: translateY(2px) scale(.97) !important;
}
.elementor-location-footer .tss-native-elementor .site-footer__navigate > a:not(.site-footer__quote):hover::before,
.elementor-location-footer .tss-native-elementor .site-footer__navigate > a:not(.site-footer__quote):focus-visible::before,
.elementor-location-footer .tss-native-elementor .site-footer__categories a:hover::before,
.elementor-location-footer .tss-native-elementor .site-footer__categories a:focus-visible::before {
  transform: translateY(0) scale(1) !important;
}

.elementor .tss-native-elementor .rfq-form-shell { gap: 0 !important; }
.elementor .tss-native-elementor .rfq-form-shell .rfq-form__heading { gap: .9rem !important; }
.elementor .tss-native-elementor .rfq-form-shell .rfq-form {
  margin-top: 1.5rem;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-form { display: grid; gap: 1.25rem; }
.elementor .tss-native-elementor .rfq-form .elementor-field-group { margin: 0; }
.elementor .tss-native-elementor .rfq-form .elementor-field-type-upload {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
}
.elementor .tss-native-elementor .rfq-form .elementor-field-type-upload .file-picker { width: 100%; }
.elementor .tss-native-elementor .rfq-form .elementor-field-label {
  margin-bottom: .45rem;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: .85rem;
  font-weight: 720;
}
.elementor .tss-native-elementor .rfq-form .elementor-mark-required .elementor-field-label::after { color: var(--error); }
.elementor .tss-native-elementor .rfq-form .elementor-field,
.elementor .tss-native-elementor .rfq-form textarea.elementor-field {
  min-height: 48px;
  padding: .8rem .85rem;
  border: 1px solid #85898c;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  font: 400 1rem/1.45 var(--font-sans);
}
.elementor .tss-native-elementor .rfq-form textarea.elementor-field { min-height: 150px; }
.elementor .tss-native-elementor .rfq-form .elementor-field::placeholder { color: #74797c; opacity: 1; }
.elementor .tss-native-elementor .rfq-form .elementor-field:focus::placeholder { color: transparent; }

/* Targeted WordPress parity: Contact, compact CTAs, sourcing steps, Insights,
   and product-directory widgets. These rules compensate only for Elementor's
   wrapper elements so the native documents remain visually unchanged. */
@media (min-width: 1101px) {
  .sourcing-step:first-child .sourcing-step__content > p {
    margin-top: calc(.8rem + 23.4px);
  }
  .elementor .tss-native-elementor .sourcing-step:first-child .sourcing-step__content > .elementor-widget-text-editor:last-child p {
    margin-top: calc(.8rem + 23.4px) !important;
  }
  .elementor .tss-native-elementor .contact-directory,
  .elementor .tss-native-elementor .faq-heading,
  .elementor .tss-native-elementor .section--process .content-layout > .e-con:first-child {
    position: sticky !important;
    top: 120px !important;
    align-self: start !important;
  }
  .elementor .tss-native-elementor .contact-directory { top: 110px !important; }
}

@media (min-width: 768px) {
  .elementor .tss-native-elementor .subpage-cta--compact,
  .elementor .tss-native-elementor .subpage-cta--desktop-compact {
    padding-block: clamp(2.5rem, 4vw, 3.5rem) !important;
  }
  .elementor .tss-native-elementor .subpage-cta--compact > .container,
  .elementor .tss-native-elementor .subpage-cta--desktop-compact > .container {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 2rem !important;
  }
  .elementor .tss-native-elementor .subpage-cta--compact > .container > .elementor-widget-heading,
  .elementor .tss-native-elementor .subpage-cta--desktop-compact > .container > .elementor-widget-heading {
    width: auto !important;
    max-width: calc(100% - 220px);
    flex: 0 1 auto;
  }
  .elementor .tss-native-elementor .subpage-cta--compact > .container > .elementor-widget-button,
  .elementor .tss-native-elementor .subpage-cta--desktop-compact > .container > .elementor-widget-button {
    width: auto !important;
    flex: 0 0 auto;
  }
}

.elementor .tss-native-elementor .section--materials .content-layout > .e-con:first-child > .elementor-widget-text-editor,
.elementor .tss-native-elementor .section--process .content-layout > .e-con:first-child > .elementor-widget-text-editor {
  margin-top: 23px !important;
}
.elementor .tss-native-elementor .section--materials .content-layout > .e-con:first-child > .elementor-widget-text-editor p,
.elementor .tss-native-elementor .section--process .content-layout > .e-con:first-child > .elementor-widget-text-editor p {
  margin: 0 !important;
}

.elementor .tss-native-elementor .rfq-form-shell .rfq-form__heading { margin-bottom: 0 !important; }
.elementor .tss-native-elementor .rfq-form-shell .rfq-form { margin-top: 2rem !important; }
.elementor .tss-native-elementor .rfq-form .elementor-form-fields-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin: 0 !important;
  column-gap: 1rem !important;
  row-gap: 1.25rem !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-group {
  margin: 0 !important;
  padding: 0 !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-group:nth-child(1),
.elementor .tss-native-elementor .rfq-form .elementor-field-group:nth-child(2) {
  width: calc((100% - 1rem) / 2) !important;
  max-width: calc((100% - 1rem) / 2) !important;
  min-height: 104.28px;
  flex: 0 0 calc((100% - 1rem) / 2) !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-group:nth-child(3) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 104.28px;
  flex: 0 0 100% !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-group:nth-child(4) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 232.25px;
  flex: 0 0 100% !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-group:nth-child(5) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 112.63px;
  flex: 0 0 100% !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-group:nth-child(6) {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
  flex: 0 0 100% !important;
}
.elementor .tss-native-elementor .rfq-form .file-picker {
  min-height: 48px;
  padding: .35rem .45rem !important;
  border-color: #85898c !important;
  background: #fff !important;
}
.elementor .tss-native-elementor .rfq-form .file-picker__button {
  min-height: 32px;
  padding: .4rem .7rem !important;
  color: var(--ink) !important;
  background: var(--warm-white) !important;
  border: 1px solid #85898c !important;
  border-radius: 3px !important;
  font: 650 .84rem/1 var(--font-sans) !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-type-submit .elementor-button {
  width: 100% !important;
  min-height: 48px !important;
  padding: .9rem 1.2rem !important;
  color: var(--paper) !important;
  background: var(--graphite) !important;
  border: 1px solid transparent !important;
  border-radius: var(--radius) !important;
  font: 700 1rem/1 var(--font-sans) !important;
}

.content-directory--insights article {
  background: var(--warm-white) !important;
}
@media (min-width: 768px) {
  .elementor .tss-native-elementor .content-directory--insights article {
    display: grid !important;
    grid-template-rows: 170px 78px minmax(0, 1fr) !important;
    align-content: stretch !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-heading { grid-row: 1; }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-text-editor:not(.tss-inline-content) { grid-row: 2; }
  .elementor .tss-native-elementor .content-directory--insights article > .tss-inline-content {
    grid-row: 3;
    align-self: end;
    width: max-content !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .tss-inline-content p { margin: 0 !important; }
}

@media (min-width: 960px) {
  .elementor-location-header .tss-native-elementor .products-nav [data-products-toggle]::before {
    inset: -.34rem -.5rem !important;
  }
}

.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__title,
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__title p {
  color: var(--accent-dark) !important;
  font: 780 .72rem/1.6 var(--font-sans) !important;
  letter-spacing: .14em !important;
  text-transform: uppercase;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded > .catalog-sidebar__title { margin-bottom: 1rem !important; }
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary {
  padding-top: 1rem !important;
  border-top: 2px solid var(--ink) !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary + .catalog-sidebar__primary { margin-top: 1.25rem !important; }
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary > .tss-inline-content a {
  display: block;
  padding: .3rem .45rem .7rem !important;
  color: var(--ink) !important;
  font: 800 1.02rem/1.25 var(--font-sans) !important;
  border-left: 3px solid transparent;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary > .tss-inline-content a.is-active {
  background: #e6e1d4 !important;
  border-left-color: var(--accent) !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary > .tss-inline-content p { margin: 0 !important; }
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-accordion-item { border: 0 !important; }
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-tab-title {
  position: relative;
  min-height: 0 !important;
  padding: .72rem 1.15rem .72rem 0 !important;
  color: var(--accent-dark) !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
  font: 780 .86rem/1.3 var(--font-sans) !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-accordion-title {
  color: inherit !important;
  font: inherit !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-accordion-icon {
  position: absolute;
  top: .78rem;
  right: 0;
  left: auto;
  width: 1rem;
  color: var(--ink);
  font-size: .72rem;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-tab-content {
  padding: .15rem 0 .7rem .4rem !important;
  border: 0 !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-tab-content ul {
  display: grid;
  gap: .14rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product {
  display: block;
  padding: .58rem .62rem !important;
  border-left: 3px solid transparent;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product span {
  color: var(--ink) !important;
  font: 730 .84rem/1.3 var(--font-sans) !important;
}
.elementor .tss-native-elementor .primary-product-panel__heading > .tss-inline-content {
  width: max-content !important;
  flex: 0 0 auto;
}
.elementor .tss-native-elementor .primary-product-panel__heading > .tss-inline-content p { margin: 0 !important; }
.elementor .tss-native-elementor .primary-product-panel__heading .text-link {
  display: inline-block;
  color: var(--accent-dark) !important;
  font: 750 1rem/1.6 var(--font-sans) !important;
  white-space: nowrap;
}
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content,
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content > .elementor-widget-container,
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content p {
  width: 100%;
  min-height: 100%;
  display: grid !important;
  align-content: space-between;
  gap: 1rem;
  margin: 0 !important;
}
.elementor .tss-native-elementor .primary-product-card__copy strong {
  color: var(--ink) !important;
  font: 700 1.05rem/1.28 var(--font-sans) !important;
}
.elementor .tss-native-elementor .primary-product-card__copy span {
  color: var(--accent-dark) !important;
  font: 760 .78rem/1.6 var(--font-sans) !important;
}

/* Final targeted parity for product navigation and category cards. */
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary,
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary > .e-con,
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary {
  --gap: 0px !important;
  gap: 0 !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary {
  margin: .2rem 0 .3rem !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary:last-child {
  margin-bottom: 0 !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__primary:last-child .catalog-sidebar__secondary:last-child {
  margin-bottom: .5rem !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-accordion-item {
  border-top: 1px solid var(--line) !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-tab-title {
  border-top: 0 !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-accordion-icon {
  display: none !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-tab-title::after {
  content: "+";
  position: absolute;
  top: .7rem;
  right: 0;
  color: var(--ink);
  font: 700 1rem/1 var(--font-sans);
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-widget-accordion.is-user-open .elementor-tab-title::after {
  content: "−";
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary.is-active .elementor-tab-title,
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-widget-accordion.is-active .elementor-tab-title {
  padding-left: .45rem !important;
  color: var(--ink) !important;
  background: #eee9dc !important;
  border-left: 3px solid var(--accent) !important;
}

@media (min-width: 1101px) {
  .elementor .tss-native-elementor .secondary-product-grid {
    grid-auto-rows: 1fr !important;
    align-items: stretch !important;
  }
  .elementor .tss-native-elementor .secondary-product-card {
    grid-template-rows: auto 1fr !important;
    height: 100% !important;
    min-height: 0 !important;
    align-self: stretch !important;
  }
  .elementor .tss-native-elementor .secondary-product-card__copy {
    min-height: 148.375px !important;
  }
  .elementor .tss-native-elementor .secondary-product-card__copy h3.elementor-heading-title {
    font: 700 1.35rem/1.22 var(--font-sans) !important;
  }
}
.elementor .tss-native-elementor .secondary-product-card__copy > .tss-inline-content,
.elementor .tss-native-elementor .secondary-product-card__copy > .tss-inline-content > .elementor-widget-container,
.elementor .tss-native-elementor .secondary-product-card__copy > .tss-inline-content p {
  margin: 0 !important;
}
.elementor .tss-native-elementor .secondary-product-card__copy > .tss-inline-content span {
  display: block !important;
  color: var(--accent-dark) !important;
  font: 780 .78rem/1.6 var(--font-sans) !important;
  white-space: nowrap;
}
.elementor .tss-native-elementor .primary-category-tabs {
  margin-bottom: 0 !important;
}
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content,
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content > .elementor-widget-container,
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content p {
  height: 100% !important;
}
.elementor .tss-native-elementor .primary-product-card__copy {
  position: relative;
  grid-template-rows: minmax(0, 1fr) !important;
}
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content {
  min-height: 0 !important;
  align-self: stretch !important;
}
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content p {
  display: block !important;
  align-content: initial;
}
.elementor .tss-native-elementor .primary-product-card__copy > .tss-inline-content p > span {
  position: absolute;
  right: 1.15rem;
  bottom: 0;
  left: 1.15rem;
}

@media (min-width: 960px) {
  .elementor-location-header .tss-native-elementor .mega-menu__group {
    align-items: flex-start !important;
  }
  .elementor-location-header .tss-native-elementor .mega-menu__group > a {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 2.8em;
    white-space: nowrap;
  }
  .elementor-location-header .tss-native-elementor .mega-menu__group > a:not(:first-child) {
    color: var(--muted) !important;
    font-weight: 620 !important;
  }
}

@media (max-width: 767px) {
  .elementor .tss-native-elementor .rfq-form .elementor-field-group:nth-child(n) {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    flex: 0 0 100% !important;
  }
}

/* Final targeted overrides are intentionally last so Elementor's generated
   widget rules cannot reintroduce spacing or flex behavior. */
.elementor .tss-native-elementor .rfq-form .elementor-field-group {
  gap: 0 !important;
  row-gap: 0 !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-label {
  margin: 0 0 .55rem !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-type-html,
.elementor .tss-native-elementor .rfq-form .elementor-field-group-project_file_note {
  width: 100% !important;
  min-height: 0 !important;
  margin-top: -.75rem !important;
  flex: 0 0 100% !important;
}
.elementor .tss-native-elementor .rfq-form .elementor-field-type-submit {
  width: 100% !important;
  min-height: 48px !important;
  flex: 0 0 100% !important;
}

@media (min-width: 1101px) {
  .elementor .tss-native-elementor .contact-layout {
    display: grid !important;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr) !important;
    gap: clamp(3rem, 8vw, 8rem) !important;
    align-items: start !important;
  }
  .elementor .tss-native-elementor .section--process .content-layout {
    display: grid !important;
    grid-template-columns: minmax(260px, .8fr) 1.6fr !important;
    align-items: start !important;
  }
}

.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product span {
  display: inline;
}

.elementor .tss-native-elementor .rfq-form .elementor-field,
.elementor .tss-native-elementor .rfq-form .file-picker {
  margin-top: -1.94rem !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product.catalog-sidebar__current span {
  color: var(--ink) !important;
  font: 820 .84rem/1.3 var(--font-sans) !important;
}

@media (min-width: 1101px) {
  html,
  body {
    overflow-x: visible !important;
  }
}

/* 2026-08-02 targeted refinements: contact note, Insights cards, and catalog products. */
.content-section:has(.content-directory--insights) {
  background: var(--paper) !important;
}
.content-directory--insights article {
  background: var(--warm-white) !important;
}

.elementor .tss-native-elementor .rfq-form .elementor-field-type-html.rfq-file-note-field,
.elementor .tss-native-elementor .rfq-form .elementor-field-group-project_file + .elementor-field-type-html,
.elementor .tss-native-elementor .rfq-form .elementor-field-group-project_file_note {
  margin-top: -2.1rem !important;
}

.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__secondary .elementor-tab-content ul {
  gap: 0 !important;
}
.elementor .tss-native-elementor .catalog-sidebar--expanded .catalog-sidebar__product {
  position: relative;
  left: -10px;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.catalog-sidebar--expanded .catalog-sidebar__product {
  position: relative;
  left: -10px;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  .faq-heading .faq-copy-lines > span:not(:last-child)::after {
    content: " ";
  }
}

@media (min-width: 768px) {
  .faq-heading .faq-copy-lines {
    width: max-content;
    max-width: none !important;
    white-space: nowrap;
  }
  .faq-heading .faq-copy-lines > span {
    display: block;
  }
  .content-directory--insights {
    grid-auto-rows: 390px;
  }
  .content-directory--insights article,
  .elementor .tss-native-elementor .content-directory--insights article {
    display: flex !important;
    flex-direction: column !important;
    min-height: 390px !important;
    height: 390px !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-heading {
    display: block !important;
    flex: 0 0 auto;
    align-self: stretch !important;
  }
  .content-directory--insights article > h2,
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-heading .elementor-heading-title {
    margin: 0 !important;
  }
  .content-directory--insights article > p {
    margin-top: 20px !important;
  }
  .elementor .tss-native-elementor .content-directory--insights article > .elementor-widget-text-editor:not(.tss-inline-content) {
    flex: 0 0 auto;
    align-self: stretch !important;
    padding-top: 20px !important;
  }
  .content-directory--insights article > .glass-link,
  .elementor .tss-native-elementor .content-directory--insights article > .tss-inline-content {
    margin-top: auto !important;
    align-self: flex-start !important;
  }
  .content-directory--insights article:nth-child(6) > .glass-link,
  .elementor .tss-native-elementor .content-directory--insights article:nth-child(6) > .tss-inline-content {
    align-self: flex-end !important;
  }
}
