:root {
  color-scheme: light;
  --ink: #1a1d1f;
  --muted: #626a70;
  --line: #d9dde0;
  --soft: #f4f5f4;
  --panel: #ffffff;
  --dark: #202326;
  --dark-2: #303337;
  --brand: #ff6a13;
  --brand-dark: #c94e07;
  --steel: #879096;
  --blue: #245c7c;
  --shadow: 0 24px 60px rgba(20, 24, 28, 0.12);
  --header-height: 72px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  overflow: hidden;
  isolation: isolate;
  min-height: var(--header-height);
  padding: 10px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 106, 19, 0.18);
  background:
    linear-gradient(180deg, rgba(8, 10, 12, 0.18), rgba(0, 0, 0, 0.54)),
    linear-gradient(90deg, rgba(255, 106, 19, 0.16), transparent 17%, transparent 84%, rgba(255, 106, 19, 0.16)),
    url("assets/nav/black-brushed-metal-nav-wide-seo.jpg") center / cover no-repeat,
    #101214;
  color: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-header::before {
  z-index: 0;
  background:
    radial-gradient(circle at 7% 50%, rgba(255, 106, 19, 0.16), transparent 18%),
    radial-gradient(circle at 92% 50%, rgba(255, 106, 19, 0.1), transparent 18%);
  mix-blend-mode: screen;
}

.site-header::after {
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(0, 0, 0, 0.44)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 26%, transparent 74%, rgba(0, 0, 0, 0.4));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.72);
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  min-width: 170px;
}

.site-header .brand {
  position: relative;
  padding: 7px 15px 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.18)),
    rgba(0, 0, 0, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -12px 22px rgba(0, 0, 0, 0.22),
    0 8px 18px rgba(0, 0, 0, 0.15);
}

.site-header .brand::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.06),
    inset 0 -1px 2px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 34px;
}

.brand-mark img {
  width: 44px;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(255, 106, 19, 0.22));
}

.site-header .brand-mark img {
  opacity: 0.96;
  filter:
    drop-shadow(0 1px 0 rgba(255, 185, 120, 0.45))
    drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.95))
    drop-shadow(0 8px 14px rgba(255, 106, 19, 0.18));
}

.brand-text {
  display: grid;
  gap: 1px;
  text-transform: uppercase;
}

.brand-text strong {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
}

.site-header .brand-text strong {
  color: rgba(255, 255, 255, 0.92);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 -1px 0 rgba(0, 0, 0, 0.9),
    0 10px 16px rgba(0, 0, 0, 0.3);
}

.brand-text small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.site-header .brand-text small {
  color: rgba(255, 255, 255, 0.6);
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 -1px 0 rgba(0, 0, 0, 0.82);
}

.nav {
  display: flex;
  justify-content: center;
  justify-self: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.16)),
    rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 700;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(0, 0, 0, 0.45);
}

.nav a {
  padding: 9px clamp(13px, 1.35vw, 18px);
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease;
}

.nav a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
}

.mobile-menu-toggle {
  display: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 750;
  cursor: pointer;
}

.nav-cta {
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(145deg, #ff7a22, var(--brand));
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 106, 19, 0.24);
}

svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 52vw);
  grid-template-rows: auto auto;
  align-content: center;
  row-gap: clamp(12px, 1.6vh, 18px);
  align-items: center;
  justify-content: stretch;
  height: calc(100svh - var(--header-height));
  min-height: 620px;
  padding: clamp(28px, 4.3vw, 58px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.34) 0%, rgba(9, 12, 16, 0.1) 38%, rgba(9, 11, 16, 0.32) 57%, rgba(9, 10, 15, 0.88) 100%),
    linear-gradient(0deg, rgba(8, 9, 13, 0.58), rgba(8, 9, 13, 0.08) 45%, rgba(8, 9, 13, 0.42)),
    url("assets/hero/tekkaform-hero-sign-fabrication-seo.jpg") center / cover no-repeat;
}

.hero.has-video-bg {
  background: #07090d;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.48) 0%, rgba(6, 8, 12, 0.18) 42%, rgba(7, 9, 13, 0.62) 100%),
    linear-gradient(0deg, rgba(7, 8, 11, 0.24), rgba(7, 8, 11, 0.02) 42%, rgba(7, 8, 11, 0.18)),
    radial-gradient(circle at 62% 72%, rgba(255, 106, 19, 0.18), transparent 28%),
    linear-gradient(115deg, transparent 0 52%, rgba(255, 106, 19, 0.13) 52% 52.14%, transparent 52.14% 100%),
    repeating-linear-gradient(145deg, transparent 0 24px, rgba(255, 255, 255, 0.045) 24px 25px, transparent 25px 50px);
  opacity: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 22%;
  pointer-events: none;
  background:
    linear-gradient(0deg, rgba(7, 8, 11, 0.72), transparent);
}

.hero.has-cms-hero {
  background:
    linear-gradient(90deg, rgba(7, 9, 12, 0.34) 0%, rgba(9, 12, 16, 0.1) 38%, rgba(9, 11, 16, 0.32) 57%, rgba(9, 10, 15, 0.88) 100%),
    linear-gradient(0deg, rgba(8, 9, 13, 0.58), rgba(8, 9, 13, 0.08) 45%, rgba(8, 9, 13, 0.42)),
    var(--cms-hero-image) center / cover no-repeat;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.52) contrast(1.02) saturate(1.08);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  grid-column: 2;
  z-index: 2;
  width: min(860px, 100%);
  min-width: 0;
  align-self: end;
  color: #ffffff;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -24px;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--brand) 16% 72%, transparent);
  box-shadow: 0 0 26px rgba(255, 106, 19, 0.42);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.split h2,
.quote h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(40px, 4.25vw, 62px);
  font-weight: 750;
  line-height: 1.03;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-copy > p:not(.eyebrow),
.section-heading > p,
.quote > p,
.prose p {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.3vw, 19px);
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 740px;
  margin-top: 14px;
}

.hero-proof-strip span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 12px 0 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-proof-strip span::before {
  content: "";
  position: absolute;
  left: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 16px rgba(255, 106, 19, 0.58);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.hero .button {
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 38px rgba(0, 0, 0, 0.24);
}

.button.primary {
  background: var(--brand);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(255, 106, 19, 0.25);
}

.hero .button.primary {
  background:
    linear-gradient(145deg, #ff7b22, #ff5f10 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 18px 42px rgba(255, 106, 19, 0.32),
    0 8px 18px rgba(0, 0, 0, 0.24);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

.hero .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(12px);
}

.hero-stats {
  position: relative;
  grid-column: 2;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: hero-stat;
  width: min(860px, 100%);
  align-self: start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(20, 22, 26, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px) saturate(130%);
}

.hero-stats::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), rgba(255, 106, 19, 0.18), transparent 74%);
}

.hero-stats div {
  position: relative;
  min-height: 72px;
  padding: 13px 16px 12px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.08), transparent 32%),
    rgba(18, 20, 24, 0.42);
}

.hero-stats div::before {
  counter-increment: hero-stat;
  content: "0" counter(hero-stat);
  position: absolute;
  top: 12px;
  right: 14px;
  color: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  max-width: 180px;
  font-size: clamp(19px, 1.35vw, 24px);
  line-height: 1.05;
}

.hero-stats span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.product-nav {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(8px, 1.4vw, 28px);
  width: 100%;
  margin: 0;
  padding: 24px clamp(70px, 10vw, 168px);
  border: 0;
  border-radius: 0;
  background: #f4f4f3;
  box-shadow: none;
  backdrop-filter: none;
}

.product-nav a {
  display: grid;
  grid-template-columns: 34px minmax(0, max-content);
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  color: var(--dark);
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.product-nav a:hover {
  color: var(--brand);
  transform: translateY(-1px);
}

.category-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #24282b;
}

.category-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 2.25;
}

.product-nav a:hover .category-icon {
  color: var(--brand);
}

.section {
  padding: clamp(60px, 8vw, 112px) clamp(18px, 5vw, 72px);
}

.products {
  padding-top: clamp(24px, 2.8vw, 38px);
}

.catalog-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 62px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(12, 14, 16, 0.88), rgba(12, 14, 16, 0.68)),
    linear-gradient(135deg, rgba(255, 106, 19, 0.24), transparent 42%),
    url("assets/nav/black-brushed-metal-nav-wide-seo.jpg") center / cover no-repeat,
    #16181a;
}

.catalog-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, transparent 0 52%, rgba(255, 106, 19, 0.13) 52% 52.4%, transparent 52.4%),
    repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 28px);
  opacity: 0.32;
}

.catalog-heading {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.catalog-heading h1,
.faq-page .section-heading h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 84px);
  line-height: 0.98;
}

.catalog-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(17px, 1.6vw, 23px);
}

.product-nav-catalog {
  position: relative;
  top: auto;
  z-index: 2;
  width: min(100% - 48px, 1320px);
  margin: -34px auto 0;
}

.catalog-products {
  padding-top: clamp(42px, 5vw, 68px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.section-heading h2,
.split h2,
.quote h2 {
  font-size: clamp(32px, 4.5vw, 60px);
}

.category-block {
  margin-top: clamp(44px, 6vw, 80px);
  scroll-margin-top: 96px;
}

.products .category-block:first-child {
  margin-top: 0;
}

.category-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 6px 0 14px 54px;
  border-bottom: 0;
}

.category-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 106, 19, 0.18), rgba(255, 106, 19, 0.06) 58%, rgba(255, 106, 19, 0) 70%);
  transform: translateY(-50%);
}

.category-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 54px;
  height: 1px;
  background:
    linear-gradient(90deg, var(--brand) 0 64px, var(--line) 64px 100%);
}

.category-heading h3::before {
  content: none;
}

.category-heading h3 {
  position: relative;
  margin: 0;
  font-size: clamp(23px, 2.35vw, 31px);
}

.category-heading p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 56px);
  margin-top: 16px;
  align-items: stretch;
}

.product-grid.single {
  grid-template-columns: minmax(0, 0.42fr);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-dark);
  font-weight: 850;
}

.category-more {
  justify-self: end;
  white-space: nowrap;
  padding: 8px 10px 8px 14px;
  border: 1px solid rgba(255, 106, 19, 0.24);
  border-radius: 999px;
  background: rgba(255, 106, 19, 0.06);
  line-height: 1;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.category-more:hover {
  color: var(--brand);
  border-color: rgba(255, 106, 19, 0.48);
  background: rgba(255, 106, 19, 0.1);
  transform: translateY(-1px);
}

.text-link::after {
  content: "→";
  font-size: 20px;
  line-height: 1;
}

.text-link span {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand);
  font-size: 12px;
}

.product-card {
  display: grid;
  grid-template-rows: minmax(190px, auto) 1fr;
  position: relative;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.product-card img {
  display: block;
  width: 100%;
  height: clamp(180px, 18vw, 240px);
  object-fit: contain;
  padding: 0;
  background: #ffffff;
  transform-origin: center bottom;
  transition: transform 260ms ease, filter 260ms ease;
}

.product-card > div {
  display: grid;
  position: relative;
  z-index: 1;
  align-items: start;
  padding: 16px 12px 4px;
  border-top: 1px solid rgba(24, 27, 31, 0.08);
  background: #ffffff;
  transition: border-color 180ms ease;
}

.product-type {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0 0 8px;
  padding: 5px 9px;
  color: #1f5b78;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border-left: 3px solid var(--brand);
  background: rgba(31, 91, 120, 0.06);
  transition: color 180ms ease, background 180ms ease;
}

.product-card h4 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(21px, 1.95vw, 28px);
  line-height: 1.12;
  font-weight: 700;
}

.product-card p:not(.product-type) {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.4;
}

.product-mini-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 0;
  padding: 12px 0;
  border-top: 1px solid rgba(24, 27, 31, 0.08);
  border-bottom: 1px solid rgba(24, 27, 31, 0.08);
}

.product-mini-specs dt {
  margin: 0 0 4px;
  color: #8a94a6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-mini-specs dd {
  margin: 0;
  color: #20304a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  min-width: 148px;
  min-height: 38px;
  margin-top: 12px;
  padding: 0 18px;
  border: 2px solid var(--brand);
  border-radius: 999px;
  color: var(--brand-dark);
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.product-card a::after,
.laser-primary::after {
  content: "→";
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin-left: 10px;
  background: none;
  filter: none;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 180ms ease;
}

.product-card a:hover {
  color: #ffffff;
  background: var(--brand);
}

.product-card a:hover::after,
.product-card a:focus-visible::after,
.laser-primary:hover::after,
.laser-primary:focus-visible::after {
  filter: none;
  transform: translate(4px, -1px);
}

.product-card:hover,
.product-card:focus-within {
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(14, 18, 24, 0.12), 0 0 0 2px var(--brand);
  transform: translateY(-6px);
}

.product-card:hover > div,
.product-card:focus-within > div {
  border-top-color: var(--brand);
}

.product-card:hover img,
.product-card:focus-within img {
  filter: contrast(1.04) saturate(1.04);
  transform: scale(1.045) translateY(-3px);
}

.product-card:hover .product-type,
.product-card:focus-within .product-type {
  color: var(--brand-dark);
  background: rgba(255, 106, 19, 0.08);
}

.product-grid:not(.single) .product-card p:not(.product-type) {
  min-height: 44px;
}

.product-grid.single .product-card > div {
  min-height: 0;
}

.channel-series-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 16px;
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(14, 18, 24, 0.05);
}

.channel-series-guide span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  color: #667084;
  font-size: 13px;
  line-height: 1.35;
  border-right: 1px solid rgba(24, 27, 31, 0.08);
}

.channel-series-guide i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 106, 19, 0.22);
  border-radius: 999px;
  color: var(--brand);
  background: rgba(255, 106, 19, 0.06);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.channel-series-guide span:last-child {
  border-right: 0;
}

.channel-series-guide strong {
  flex: 0 0 auto;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.channel-bender-grid {
  gap: clamp(18px, 2.8vw, 36px);
}

/* Keep Lite and Pro comparison pairs together in static and CMS-rendered grids. */
.channel-bender-grid > a[href*="ex-lite-channel-bender-machine"] { order: 1; }
.channel-bender-grid > a[href*="nf-lite-channel-bender-machine"] { order: 2; }
.channel-bender-grid > a[href*="ex-pro-channel-bender-machine"] { order: 3; }
.channel-bender-grid > a[href*="nf-pro-channel-bender-machine"] { order: 4; }
.channel-bender-grid > a[href*="ex-channel-bender-machine"] { order: 5; }
.channel-bender-grid > a[href*="nf-channel-bender-machine"] { order: 6; }

.channel-card {
  grid-template-rows: minmax(210px, auto) 1fr;
  padding: 0;
  border: 1px solid rgba(24, 27, 31, 0.1);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(14, 18, 24, 0.06);
}

.channel-card.is-ex-series {
  border-color: rgba(255, 106, 19, 0.72);
  box-shadow: 0 18px 50px rgba(255, 106, 19, 0.1);
}

.channel-card__media {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 14px 18px 8px;
  border-bottom: 1px solid rgba(24, 27, 31, 0.08);
  background: linear-gradient(180deg, #ffffff, #fafafa);
}

.channel-card__media img {
  height: clamp(190px, 18vw, 250px);
}

.channel-card__body {
  padding: clamp(16px, 1.5vw, 22px);
}

.channel-card__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.channel-card__topline .product-type {
  margin: 0;
}

.channel-card__topline > span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  color: #647084;
  border: 1px solid rgba(24, 27, 31, 0.12);
  background: #f6f7f9;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.channel-card.is-ex-series .channel-card__topline > span,
.channel-card.is-ex-series .product-type {
  border-color: rgba(255, 106, 19, 0.22);
  background: rgba(255, 106, 19, 0.08);
  color: var(--brand-dark);
}

.channel-best {
  display: grid;
  grid-template-columns: 26px auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 106, 19, 0.12);
  border-left: 3px solid var(--brand);
  background: rgba(255, 106, 19, 0.06);
  color: #20304a;
  font-size: 14px;
  line-height: 1.35;
}

.channel-best i,
.channel-specs i,
.channel-help-strip > span {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.channel-best strong {
  color: var(--brand-dark);
  white-space: nowrap;
}

.channel-specs {
  margin-top: 12px;
  padding: 12px 0;
}

.channel-specs div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.channel-specs i {
  width: 30px;
  height: 30px;
  color: var(--brand);
  border: 0;
  background: transparent;
  font-size: 24px;
  box-shadow: none;
}

.channel-help-strip {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(14, 18, 24, 0.05);
}

.channel-help-strip strong {
  color: #20304a;
  font-size: 14px;
}

.channel-help-strip p {
  margin: 0;
  color: #667084;
  font-size: 14px;
}

.channel-help-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(24, 27, 31, 0.28);
  border-radius: 6px;
  color: #20304a;
  font-size: 13px;
  font-weight: 850;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.channel-help-strip a::after {
  content: "→";
  margin-left: 10px;
  font-size: 18px;
}

.channel-help-strip a:hover {
  color: var(--brand-dark);
  border-color: var(--brand);
  transform: translateY(-1px);
}

.laser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  margin-top: 22px;
}

.laser-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 54px rgba(14, 18, 24, 0.06);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.laser-card.is-featured {
  border: 2px solid var(--brand);
}

.laser-ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 26px;
  padding: 8px 16px;
  background: var(--brand);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: box-shadow 220ms ease;
}

.laser-media {
  display: grid;
  place-items: center;
  min-height: clamp(132px, 11.5vw, 158px);
  margin: 0;
  padding: 12px 18px 10px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.94), rgba(250, 251, 252, 0.98));
  border-bottom: 1px solid rgba(24, 27, 31, 0.1);
  transition: background 220ms ease;
}

.laser-media img {
  display: block;
  width: 100%;
  height: clamp(108px, 9.6vw, 136px);
  object-fit: contain;
  transform-origin: center bottom;
  transition: transform 260ms ease, filter 260ms ease;
}

.laser-body {
  display: flex;
  flex-direction: column;
  padding: clamp(14px, 1.25vw, 18px);
}

.laser-code {
  margin: 0 0 8px;
  color: #8a94a6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.laser-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.12;
}

.laser-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

.laser-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(24, 27, 31, 0.1);
  background: #f6f7f9;
  color: #647084;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.laser-card.is-featured .laser-tags span:first-child,
.laser-tags span:nth-child(2) {
  border-color: rgba(255, 106, 19, 0.18);
  background: rgba(255, 106, 19, 0.08);
  color: var(--brand-dark);
}

.laser-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 14px 0 0;
  padding: 14px 0;
  border-top: 1px solid rgba(24, 27, 31, 0.1);
  border-bottom: 1px solid rgba(24, 27, 31, 0.1);
}

.laser-specs div {
  min-width: 0;
}

.laser-specs dt {
  margin: 0 0 5px;
  color: #8a94a6;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.laser-specs dd {
  margin: 0;
  color: #20304a;
  font-size: clamp(14px, 1.16vw, 17px);
  line-height: 1.18;
}

.laser-best {
  display: -webkit-box;
  margin: 11px 0 13px;
  overflow: hidden;
  color: #667084;
  font-size: 12px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.laser-best strong {
  color: #20304a;
}

.laser-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.laser-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(24, 27, 31, 0.18);
  color: #20304a;
  font-size: 14px;
  font-weight: 800;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.laser-actions a:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.laser-primary {
  border-color: var(--brand);
  background: var(--brand);
  color: #ffffff !important;
}

.laser-primary:hover {
  background: var(--brand-dark);
  color: #ffffff !important;
}

.laser-card:hover,
.laser-card:focus-within {
  border-color: var(--brand);
  box-shadow: 0 22px 58px rgba(14, 18, 24, 0.14), 0 0 0 1px rgba(255, 106, 19, 0.2);
  transform: translateY(-8px);
}

.laser-card:hover .laser-media,
.laser-card:focus-within .laser-media {
  background:
    linear-gradient(180deg, rgba(255, 106, 19, 0.08), rgba(250, 251, 252, 0.98));
}

.laser-card:hover .laser-media img,
.laser-card:focus-within .laser-media img {
  filter: contrast(1.05) saturate(1.05);
  transform: scale(1.07) translateY(-4px);
}

.laser-card:hover .laser-ribbon,
.laser-card:focus-within .laser-ribbon {
  box-shadow: 0 12px 28px rgba(255, 106, 19, 0.24);
}

@media (prefers-reduced-motion: reduce) {
  .product-card,
  .product-card img,
  .laser-card,
  .laser-media,
  .laser-media img,
  .laser-ribbon {
    transition: none;
  }

  .product-card:hover,
  .product-card:focus-within,
  .laser-card:hover,
  .laser-card:focus-within,
  .product-card:hover img,
  .product-card:focus-within img,
  .laser-card:hover .laser-media img,
  .laser-card:focus-within .laser-media img {
    transform: none;
  }
}

.category-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #f3f5f4);
}

.category-note p {
  margin: 0;
  color: var(--muted);
}

.category-note a {
  flex: 0 0 auto;
  color: var(--brand-dark);
  font-weight: 850;
}

.split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: stretch;
  overflow: hidden;
  min-height: clamp(640px, 68vh, 740px);
  padding-top: clamp(44px, 6vh, 76px);
  padding-bottom: clamp(44px, 6vh, 76px);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.08), transparent 26%),
    repeating-linear-gradient(90deg, rgba(24, 27, 31, 0.035) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, #ffffff, #f3f5f5);
}

.split::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(24, 27, 31, 0.05) 58% 58.18%, transparent 58.18% 100%),
    repeating-linear-gradient(145deg, transparent 0 18px, rgba(24, 27, 31, 0.035) 18px 19px, transparent 19px 38px);
  opacity: 0.68;
  pointer-events: none;
}

.split > * {
  position: relative;
  z-index: 1;
}

.about-copy {
  display: grid;
  align-content: center;
}

.about-copy h2 {
  max-width: 640px;
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-left: 3px solid var(--brand);
  background: rgba(255, 255, 255, 0.72);
  color: #3d444b;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(24, 27, 31, 0.06);
}

.about-panel {
  position: relative;
  display: grid;
  gap: 24px;
  align-content: start;
  min-height: 420px;
  padding: clamp(26px, 3.4vw, 44px);
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 28px 70px rgba(24, 27, 31, 0.1);
}

.about-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(24, 27, 31, 0.06);
  border-radius: 5px;
  pointer-events: none;
}

.about-panel-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(24, 27, 31, 0.1);
}

.about-panel-header span {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 6px;
  background: rgba(24, 27, 31, 0.1);
}

.about-metrics article {
  min-height: 100px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.08), transparent 46%),
    #ffffff;
}

.about-metrics span,
.about-metrics strong {
  display: block;
}

.about-metrics span {
  color: #87909b;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-metrics strong {
  margin-top: 20px;
  color: #1d242b;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.1;
}

.prose p:first-child {
  margin-top: 0;
}

.support {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  min-height: clamp(640px, 74vh, 780px);
  padding-top: clamp(44px, 5vw, 68px);
  padding-bottom: clamp(44px, 5vw, 68px);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(13, 15, 18, 0.92), rgba(23, 26, 29, 0.96)),
    url("assets/nav/black-brushed-metal-nav-wide-seo.jpg") center / cover no-repeat,
    var(--dark);
  color: #ffffff;
}

.support::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18%),
    repeating-linear-gradient(145deg, transparent 0 20px, rgba(255, 255, 255, 0.035) 20px 21px, transparent 21px 42px);
  opacity: 0.52;
  pointer-events: none;
}

.support::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  top: 58px;
  width: min(420px, 36vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand), transparent);
  opacity: 0.8;
}

.support-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.support .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "eyebrow badge"
    "title badge";
  gap: 10px clamp(24px, 4vw, 58px);
  align-items: center;
  max-width: none;
  margin-bottom: clamp(20px, 3vw, 30px);
}

.support .section-heading::after {
  content: "ENGINEERED SUPPORT SYSTEM";
  grid-area: badge;
  justify-self: end;
  width: max-content;
  max-width: 260px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--brand);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: right;
  background: rgba(255, 255, 255, 0.035);
}

.support .section-heading .eyebrow {
  grid-area: eyebrow;
  margin: 0;
}

.support .section-heading h2 {
  grid-area: title;
  max-width: 760px;
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.02;
}

.support .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  background: transparent;
  border: 0;
}

.support-grid article {
  position: relative;
  min-height: 236px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(35, 38, 42, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 70px rgba(0, 0, 0, 0.2);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.support-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), rgba(255, 106, 19, 0.18), transparent 72%);
}

.support-grid article::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -44px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
}

.support-grid article:hover,
.support-grid article:focus-within {
  border-color: rgba(255, 106, 19, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 30px 78px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 106, 19, 0.12);
  transform: translateY(-6px);
}

.support-grid article > span {
  display: block;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.support-grid i {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 22px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(145deg, rgba(255, 106, 19, 0.2), rgba(255, 255, 255, 0.04));
}

.support-grid i svg {
  width: 31px;
  height: 31px;
  stroke-width: 2.2;
}

.support-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.15;
}

.support-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.workflow {
  position: relative;
  overflow: hidden;
  padding-top: clamp(52px, 6vw, 78px);
  padding-bottom: clamp(52px, 6vw, 78px);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.07), transparent 34%),
    repeating-linear-gradient(90deg, rgba(24, 27, 31, 0.035) 0 1px, transparent 1px 96px),
    #f6f7f6;
}

.workflow::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(24, 27, 31, 0.055) 58% 58.16%, transparent 58.16%),
    repeating-linear-gradient(145deg, transparent 0 18px, rgba(24, 27, 31, 0.035) 18px 19px, transparent 19px 38px);
  opacity: 0.72;
}

.workflow-heading,
.workflow-grid {
  position: relative;
  z-index: 1;
}

.workflow-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(16px, 4vw, 58px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.workflow-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.workflow-heading h2 {
  margin: 0;
  max-width: 640px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
}

.workflow-heading p:not(.eyebrow) {
  margin: 0;
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.45;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.workflow-grid article {
  position: relative;
  min-height: 182px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74)),
    #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 48px rgba(24, 27, 31, 0.08);
}

.workflow-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), rgba(255, 106, 19, 0.18), transparent 72%);
}

.workflow-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(24, 27, 31, 0.08);
  transform: rotate(45deg);
}

.workflow-grid span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.workflow-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 340px;
  margin: 42px 0 10px;
  color: var(--ink);
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.08;
}

.workflow-grid p {
  position: relative;
  z-index: 1;
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.faq {
  background: #ffffff;
}

.faq-preview {
  padding-top: clamp(44px, 6vh, 70px);
  padding-bottom: clamp(44px, 6vh, 70px);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.055), transparent 38%),
    #ffffff;
}

.faq-preview .section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) minmax(0, 0.56fr);
  gap: clamp(18px, 4vw, 62px);
  align-items: end;
  max-width: none;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.faq-preview .section-heading .eyebrow {
  grid-column: 1 / -1;
}

.faq-preview .section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
}

.search-field {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.search-field input,
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 11px 13px;
  color: var(--ink);
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

details[hidden] {
  display: none;
}

summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 850;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.news-preview {
  position: relative;
  padding-top: clamp(38px, 5vw, 68px);
  padding-bottom: clamp(42px, 5.5vw, 72px);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.055), transparent 34%),
    #ffffff;
}

.news-preview .section-heading {
  margin-bottom: clamp(18px, 2.4vw, 30px);
}

.news-preview-heading,
.news-list-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.36fr) auto;
  gap: clamp(18px, 4vw, 56px);
  align-items: end;
  max-width: none;
}

.news-preview-heading .eyebrow,
.news-list-heading .eyebrow {
  grid-column: 1 / -1;
}

.news-preview-heading p:not(.eyebrow),
.news-list-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
}

.news-preview-heading .text-link {
  justify-self: end;
  margin-bottom: 4px;
}

.news-preview-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
}

.news-card {
  display: grid;
  grid-template-rows: auto auto;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(14, 18, 24, 0.06);
}

.news-card.is-featured {
  grid-column: span 1;
  border-color: rgba(255, 106, 19, 0.35);
  box-shadow: 0 20px 54px rgba(255, 106, 19, 0.1);
}

.news-card__media {
  position: relative;
  display: grid;
  height: clamp(150px, 13vw, 182px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.1), transparent 38%),
    #f6f7f9;
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.news-card:hover .news-card__media img {
  transform: scale(1.025);
}

.news-video-mark {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--brand);
  box-shadow: 0 12px 30px rgba(255, 106, 19, 0.34);
}

.news-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(16px, 1.45vw, 20px);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #8c96a7;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-meta span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  color: var(--brand-dark);
  border-left: 3px solid var(--brand);
  background: rgba(255, 106, 19, 0.075);
}

.news-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 1.45vw, 26px);
  line-height: 1.08;
}

.news-card h3 a {
  color: inherit;
}

.news-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.news-empty-state {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  min-height: 190px;
  place-content: center;
  padding: 32px;
  text-align: center;
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-left: 4px solid var(--brand);
  background: #ffffff;
}

.news-empty-state strong {
  color: var(--ink);
  font-size: clamp(20px, 1.6vw, 26px);
}

.news-empty-state span {
  color: var(--muted);
  font-size: 15px;
}

.news-read-link {
  margin-top: 2px;
}

.news-hero,
.article-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  min-height: clamp(480px, 62vh, 660px);
  padding: clamp(110px, 14vh, 150px) clamp(28px, 6vw, 86px) clamp(58px, 8vw, 92px);
  color: #ffffff;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 106, 19, 0.25), transparent 24%),
    linear-gradient(120deg, rgba(8, 10, 12, 0.96), rgba(18, 19, 21, 0.9)),
    url("assets/nav/black-brushed-metal-nav-wide-seo.jpg") center / cover no-repeat,
    #111315;
  overflow: hidden;
}

.news-hero::after,
.article-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 22px);
  opacity: 0.35;
  pointer-events: none;
}

.news-hero > *,
.article-hero > * {
  position: relative;
  z-index: 1;
}

.news-hero h1,
.article-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 82px);
  line-height: 0.96;
}

.news-hero p:not(.eyebrow),
.article-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.38;
}

.article-hero time {
  display: inline-flex;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-hero-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.news-hero-panel span {
  display: grid;
  min-height: 92px;
  align-content: end;
  gap: 8px;
  padding: 16px 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
}

.news-hero-panel span::before {
  content: "";
  width: 28px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--brand);
}

.news-hero-panel strong {
  color: #ffffff;
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 900;
  line-height: 1;
}

.news-hero-panel small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-list-section {
  padding-top: clamp(34px, 4vw, 58px);
  padding-bottom: clamp(46px, 6vw, 84px);
  background:
    repeating-linear-gradient(140deg, rgba(21, 25, 31, 0.035) 0 1px, transparent 1px 24px),
    #ffffff;
}

.news-list-heading {
  align-items: center;
  margin-bottom: clamp(20px, 2.6vw, 34px);
}

.news-list-heading .eyebrow {
  margin-bottom: 6px;
}

.news-list-heading h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 clamp(18px, 2.4vw, 28px);
}

.news-filters button {
  min-height: 38px;
  padding: 0 15px;
  color: #647084;
  border: 1px solid rgba(24, 27, 31, 0.12);
  background: #ffffff;
  font-weight: 850;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.news-filters button.is-active,
.news-filters button:hover {
  color: var(--brand-dark);
  border-color: rgba(255, 106, 19, 0.26);
  background: rgba(255, 106, 19, 0.075);
}

.article-hero figure {
  min-width: 0;
  margin: 0;
  padding: 16px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.article-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

.article-body-section {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
  gap: clamp(26px, 5vw, 72px);
  padding: clamp(56px, 7vw, 96px) clamp(28px, 6vw, 86px);
  background: #ffffff;
}

.article-prose {
  max-width: 920px;
  color: var(--ink);
}

.article-prose h2,
.article-prose h3,
.article-prose h4 {
  margin: 36px 0 14px;
  color: var(--ink);
  line-height: 1.08;
}

.article-prose p,
.article-prose li {
  color: #4f5967;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.62;
}

.article-prose p {
  margin: 0 0 20px;
}

.article-prose ul {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  padding-left: 22px;
}

.article-product-comparison {
  margin: 0 0 34px;
  padding: clamp(18px, 2.5vw, 28px);
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 106, 19, 0.07), transparent 42%), #ffffff;
}

.article-product-comparison > .eyebrow {
  margin-bottom: 16px;
}

.article-product-comparison__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.article-product-comparison__grid a {
  display: grid;
  grid-template-rows: 112px auto auto 1fr;
  gap: 7px;
  min-width: 0;
  padding: 12px;
  color: var(--ink);
  border: 1px solid rgba(24, 27, 31, 0.1);
  background: #ffffff;
  transition: border-color 180ms ease, transform 180ms ease;
}

.article-product-comparison__grid a:hover {
  border-color: rgba(255, 106, 19, 0.62);
  transform: translateY(-2px);
}

.article-product-comparison__grid img {
  width: 100%;
  height: 112px;
  object-fit: contain;
}

.article-product-comparison__grid span {
  color: var(--brand-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-product-comparison__grid strong {
  font-size: 17px;
  line-height: 1.1;
}

.article-product-comparison__grid small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.42;
}

.article-video-card {
  margin: 0 0 34px;
  border-radius: 10px;
  overflow: hidden;
  background: #0f1113;
  box-shadow: 0 24px 70px rgba(14, 18, 24, 0.16);
}

.article-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f1113;
}

.article-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.article-sidebar > div {
  padding: clamp(22px, 2.4vw, 32px);
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.08), transparent 42%),
    #ffffff;
  box-shadow: 0 18px 46px rgba(14, 18, 24, 0.06);
}

.article-sidebar h2,
.article-sidebar h3 {
  margin: 0 0 12px;
  color: var(--ink);
  line-height: 1.08;
}

.article-sidebar p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.article-related {
  display: grid;
  gap: 12px;
}

.article-related a {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: var(--ink);
  font-weight: 850;
}

.article-related img {
  width: 64px;
  height: 48px;
  object-fit: contain;
  background: #f6f7f9;
}

.compact-quote {
  padding-top: clamp(46px, 6vw, 76px);
  padding-bottom: clamp(46px, 6vw, 76px);
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.07), transparent 34%),
    repeating-linear-gradient(145deg, rgba(24, 27, 31, 0.035) 0 1px, transparent 1px 18px),
    #f7f8f9;
}

.contact::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -36%;
  width: 58%;
  height: 78%;
  background:
    repeating-linear-gradient(160deg, transparent 0 14px, rgba(24, 27, 31, 0.045) 14px 18px, transparent 18px 32px);
  transform: skewX(-18deg);
  pointer-events: none;
}

.contact-heading {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto clamp(36px, 5vw, 56px);
  text-align: center;
}

.contact-heading .eyebrow {
  justify-content: center;
}

.contact-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 1;
}

.contact-heading p:not(.eyebrow) {
  max-width: 880px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
}

.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
}

.contact-item {
  display: grid;
  justify-items: center;
  text-align: center;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 26px;
  color: var(--brand);
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.contact-item h3 {
  margin: 0 0 18px;
  color: #4d5259;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.2;
  font-weight: 650;
}

.contact-item a,
.contact-item p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.6vw, 28px);
  line-height: 1.25;
  font-weight: 500;
}

.contact-item a:hover {
  color: var(--brand-dark);
}

.product-detail-page {
  background:
    linear-gradient(180deg, #f8f9f9 0, #ffffff 420px);
}

.detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  min-height: clamp(520px, 70vh, 720px);
  padding: clamp(30px, 4vw, 54px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 106, 19, 0.28), transparent 24%),
    linear-gradient(120deg, rgba(8, 10, 12, 0.94) 0%, rgba(16, 18, 20, 0.9) 44%, rgba(25, 27, 30, 0.78) 100%),
    url("assets/nav/black-brushed-metal-nav-wide-seo.jpg") center / cover no-repeat,
    #111315;
}

.detail-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% 0 auto;
  width: 56%;
  height: 72%;
  background:
    repeating-linear-gradient(150deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 20px);
  opacity: 0.4;
  transform: skewX(-16deg);
  pointer-events: none;
}

.detail-copy,
.detail-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.detail-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-back::before {
  content: "←";
  color: var(--brand);
  font-size: 17px;
  line-height: 1;
}

.detail-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.detail-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.25vw, 19px);
}

.detail-copy .detail-headline {
  max-width: 720px;
  margin-top: 14px;
  color: #ffffff;
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 760;
  line-height: 1.18;
}

.detail-copy .detail-headline + p {
  margin-top: 12px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.detail-quick-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(620px, 100%);
  margin: 22px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.detail-quick-specs div {
  min-height: 72px;
  padding: 14px 16px;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.055);
}

.detail-quick-specs dt {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-quick-specs dd {
  margin: 0;
  color: #ffffff;
  font-size: clamp(17px, 1.5vw, 23px);
  font-weight: 760;
  line-height: 1.12;
}

.detail-quick-specs div.is-long {
  grid-column: 1 / -1;
  min-height: 0;
}

.detail-quick-specs div.is-long dd {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.24;
}

.detail-actions .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.detail-visual {
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(730px, 100%);
  min-height: clamp(300px, 29vw, 450px);
  padding: clamp(10px, 1.4vw, 18px);
  isolation: isolate;
}

.detail-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: #ffffff;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(255, 255, 255, 0.1);
}

.detail-visual img {
  position: relative;
  z-index: 1;
  width: min(720px, 96%);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.18));
}

.announcement-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.announcement-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.announcement-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 24%, rgba(255, 106, 19, 0.22), transparent 28%),
    rgba(7, 8, 10, 0.74);
  backdrop-filter: blur(10px);
}

.announcement-modal__panel {
  position: relative;
  width: min(720px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(90deg, var(--brand) 0 5px, transparent 5px),
    repeating-linear-gradient(145deg, rgba(24, 27, 31, 0.04) 0 1px, transparent 1px 24px),
    #ffffff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44), 0 0 58px rgba(255, 106, 19, 0.14);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.18s ease;
}

.announcement-modal.is-visible .announcement-modal__panel {
  transform: translateY(0) scale(1);
}

.announcement-modal__panel::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 19, 0.18), transparent 64%);
  pointer-events: none;
}

.announcement-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.announcement-modal__close:focus-visible,
.announcement-modal__actions .button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

.announcement-modal__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.announcement-modal__mark {
  display: flex;
  gap: 6px;
  padding: 34px clamp(26px, 5vw, 52px) 0;
}

.announcement-modal__mark span {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--brand);
}

.announcement-modal__mark span:nth-child(2) {
  width: 18px;
  background: #23272d;
}

.announcement-modal__mark span:nth-child(3) {
  width: 10px;
  background: rgba(255, 106, 19, 0.35);
}

.announcement-modal__eyebrow {
  margin: 26px clamp(26px, 5vw, 52px) 10px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-modal h2 {
  max-width: 580px;
  margin: 0 clamp(26px, 5vw, 52px);
  color: var(--ink);
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 0.98;
  letter-spacing: 0;
}

.announcement-modal__body {
  max-width: 610px;
  margin: 20px clamp(26px, 5vw, 52px) 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.45;
}

.announcement-modal__badge {
  display: inline-flex;
  margin: 22px clamp(26px, 5vw, 52px) 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 106, 19, 0.24);
  color: var(--brand-dark);
  background: rgba(255, 106, 19, 0.08);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement-modal__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 28px clamp(26px, 5vw, 52px) 38px;
}

.announcement-modal__actions .button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 4px;
}

.announcement-modal__actions .button.secondary {
  color: var(--ink);
  border-color: rgba(24, 27, 31, 0.18);
  background: #ffffff;
}

@media (max-width: 720px) {
  .announcement-modal {
    padding: 14px;
  }

  .announcement-modal__panel {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
  }

  .announcement-modal h2 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .announcement-modal__actions {
    display: grid;
  }

  .announcement-modal__actions .button {
    width: 100%;
  }
}

.detail-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-highlights article {
  padding: clamp(16px, 2vw, 24px) clamp(16px, 2.6vw, 32px);
  background: #ffffff;
}

.detail-highlights span {
  display: block;
  color: var(--brand-dark);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 850;
  line-height: 1;
}

.detail-highlights p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.detail-section {
  padding: clamp(38px, 5vw, 66px) clamp(18px, 5vw, 72px);
  min-width: 0;
}

.detail-spec-section {
  padding-top: clamp(42px, 5vw, 66px);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.055), transparent 32%),
    repeating-linear-gradient(145deg, rgba(24, 27, 31, 0.028) 0 1px, transparent 1px 28px),
    #ffffff;
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 7vw, 92px);
  align-items: start;
}

.detail-intro h2,
.detail-section-heading h2,
.detail-cta h2 {
  margin: 0;
  font-size: clamp(31px, 4.1vw, 58px);
  line-height: 1.02;
}

.detail-prose p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 20px);
}

.detail-prose ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.detail-prose li {
  position: relative;
  padding-left: 26px;
  color: #3f464c;
  font-weight: 650;
}

.detail-prose li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 2px;
  background: var(--brand);
}

.detail-media-section {
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.055), transparent 34%),
    #f6f7f7;
}

.detail-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.48fr);
  grid-template-rows: auto;
  gap: 14px;
  align-items: stretch;
  height: auto;
  min-height: 0;
}

.detail-media-main,
.detail-media-card,
.detail-video-slot {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.72)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(14, 18, 24, 0.07);
}

.detail-media-main,
.detail-media-card {
  display: grid;
  place-items: center;
}

.detail-media-main img,
.detail-media-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.detail-media-video {
  width: 100%;
  height: 100%;
}

.detail-media-main {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
  background: #ffffff;
}

.detail-media-main.has-video {
  padding: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 106, 19, 0.12), transparent 34%),
    linear-gradient(135deg, #15181b, #090b0d);
}

.detail-media-card {
  min-height: 0;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 0;
}

.detail-media-main img,
.detail-media-card img {
  display: block;
  object-fit: contain;
  object-position: center;
}

.detail-media-video {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: contain;
  background: #090b0d;
}

.detail-media-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail-effects-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f6f6 100%);
}

.detail-effects-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.44fr);
  gap: clamp(28px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(24px, 3.2vw, 38px);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.detail-effects-heading h2 {
  margin: 0;
  font-size: clamp(31px, 4.1vw, 58px);
  line-height: 1.02;
}

.detail-effects-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.42;
}

.product-effects-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
  grid-template-rows: repeat(2, minmax(190px, 1fr));
  gap: 12px;
}

.product-effect-card {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid rgba(24, 27, 31, 0.14);
  border-radius: 6px;
  background: #15181b;
  box-shadow: 0 14px 34px rgba(14, 18, 24, 0.08);
  isolation: isolate;
}

.product-effect-card.is-featured {
  grid-row: span 2;
  min-height: 408px;
}

.product-effect-card img,
.product-effect-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.product-effect-card img {
  object-fit: cover;
  transition: transform 0.45s ease;
}

.product-effect-card__shade {
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.02) 26%, rgba(10, 12, 14, 0.85) 100%);
}

.product-effect-card__copy {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: grid;
  gap: 3px;
}

.product-effect-card__index {
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.product-effect-card strong {
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1.1;
}

.product-effect-card small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.35;
}

.product-effect-card:hover img,
.product-effect-card:focus-visible img {
  transform: scale(1.045);
}

.product-effect-card:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}

.detail-video-slot {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  min-height: 170px;
  color: #ffffff;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 106, 19, 0.34), transparent 34%),
    linear-gradient(135deg, #1b1e21, #111315);
}

.detail-video-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
  opacity: 0.3;
}

.detail-video-slot span,
.detail-video-slot p {
  position: relative;
  z-index: 1;
}

.detail-video-slot span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 18px 42px rgba(255, 106, 19, 0.28);
}

.detail-video-slot svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.detail-video-slot p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-feature-band {
  padding-top: clamp(24px, 3.2vw, 42px);
  padding-bottom: clamp(30px, 4vw, 48px);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f8f8, #ffffff);
}

.detail-section-heading.compact {
  grid-template-columns: auto minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(14px, 2.5vw, 34px);
  align-items: center;
  margin-bottom: clamp(14px, 1.8vw, 22px);
  padding: 0 0 12px;
}

.detail-section-heading.is-minimal,
.detail-spec-heading {
  display: flex;
  align-items: center;
  min-height: 0;
  margin-bottom: clamp(12px, 1.6vw, 18px);
}

.detail-section-heading.compact h2 {
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.05;
}

.detail-section-heading.compact p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.38;
}

.feature-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.feature-list-card {
  position: relative;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), #ffffff),
    #ffffff;
  box-shadow: 0 14px 36px rgba(14, 18, 24, 0.055);
}

.feature-list-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 2px;
  background: var(--brand);
}

.feature-list-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.feature-list-card p {
  margin: 0;
  color: #293039;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 750;
  line-height: 1.35;
}

.detail-section-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(260px, 0.34fr);
  gap: clamp(14px, 2.5vw, 34px);
  align-items: center;
  margin-bottom: clamp(16px, 2.2vw, 26px);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.detail-section-heading .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-left: 3px solid var(--brand);
  background: rgba(255, 106, 19, 0.07);
  white-space: nowrap;
}

.detail-section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.38;
}

.detail-spec-heading h2 {
  max-width: none;
  font-size: clamp(30px, 2.7vw, 42px);
  line-height: 1.05;
}

.spec-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.spec-panel {
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid rgba(24, 27, 31, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), #ffffff),
    #ffffff;
  box-shadow: 0 24px 56px rgba(14, 18, 24, 0.07);
}

.spec-panel.accent {
  border-color: rgba(255, 106, 19, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.08), rgba(255, 255, 255, 0.94) 42%),
    #ffffff;
}

.spec-panel h3 {
  margin: 0 0 16px;
  font-size: clamp(21px, 1.75vw, 27px);
  line-height: 1.08;
}

.spec-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(24, 27, 31, 0.09);
}

.spec-list li {
  display: grid;
  grid-template-columns: minmax(116px, 0.34fr) minmax(0, 0.66fr);
  gap: 18px;
  align-items: start;
  padding: 12px 0;
  background: #ffffff;
}

.spec-list span {
  color: #87909c;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spec-list strong {
  color: #243145;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.technical-details {
  margin-top: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(24, 27, 31, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(14, 18, 24, 0.055);
}

.technical-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 0 18px;
  color: #1f2d42;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.technical-details summary::-webkit-details-marker {
  display: none;
}

.technical-details summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--brand);
  font-size: 22px;
  line-height: 1;
}

.technical-details[open] summary::after {
  content: "−";
}

.technical-details summary strong {
  margin-left: auto;
  color: #87909c;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.technical-table-wrap {
  padding: 0 18px 18px;
}

.technical-table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(24, 27, 31, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(14, 18, 24, 0.055);
}

.technical-table thead th {
  padding: 16px 18px;
  color: #ffffff;
  background:
    linear-gradient(90deg, var(--brand), rgba(255, 106, 19, 0) 14%),
    #5f6971;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 850;
  line-height: 1.2;
  text-align: left;
}

.technical-table tbody th,
.technical-table tbody td {
  padding: 15px 18px;
  border-top: 1px solid rgba(24, 27, 31, 0.11);
  color: #243145;
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
}

.technical-table tbody th {
  width: 36%;
  color: #1f2d42;
  font-weight: 760;
  background: rgba(24, 27, 31, 0.025);
}

.technical-table tbody td {
  font-weight: 650;
}

.technical-table tbody tr:nth-child(odd) th,
.technical-table tbody tr:nth-child(odd) td {
  background-color: rgba(255, 106, 19, 0.08);
}

.technical-table tbody tr:nth-child(odd) th {
  box-shadow: inset 3px 0 0 var(--brand);
}

.technical-table tbody tr:hover th,
.technical-table tbody tr:hover td {
  background-color: rgba(255, 106, 19, 0.13);
}

.detail-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 clamp(18px, 5vw, 72px) clamp(56px, 7vw, 96px);
  padding: clamp(28px, 4vw, 46px);
  border-radius: 8px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.28), transparent 46%),
    #1b1e21;
  box-shadow: 0 28px 70px rgba(14, 18, 24, 0.16);
}

.detail-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.quote {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 72px);
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(255, 106, 19, 0.24), transparent 36%),
    var(--dark);
}

.quote p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 750;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quote-form textarea {
  resize: vertical;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 106, 19, 0.2), transparent 28%),
    linear-gradient(145deg, #17191b 0%, #101112 55%, #151617 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent),
    repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 26px);
  opacity: 0.24;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(140px, 0.5fr) minmax(280px, 0.95fr) minmax(270px, 0.85fr);
  gap: clamp(30px, 5vw, 72px);
  width: min(100%, 1500px);
  margin: 0 auto;
  padding: clamp(48px, 6vw, 76px) clamp(18px, 5vw, 72px);
}

.footer-brand-block {
  display: grid;
  align-content: start;
  gap: 20px;
}

.footer-brand {
  color: #ffffff;
  min-width: 0;
  gap: 16px;
}

.footer-brand .brand-mark {
  width: 74px;
  height: 58px;
}

.footer-brand .brand-mark img {
  width: 74px;
  filter: drop-shadow(0 12px 18px rgba(255, 106, 19, 0.16));
}

.footer-brand .brand-text strong {
  font-size: 28px;
  letter-spacing: 0;
}

.footer-brand .brand-text small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.footer-brand-block > p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.7;
}

.footer-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
}

.footer-links,
.footer-contact,
.footer-social {
  display: grid;
  align-content: start;
}

.footer-links {
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  font-weight: 700;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--brand);
}

.footer-contact {
  gap: 14px;
  font-style: normal;
}

.footer-contact a,
.footer-contact p {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.45;
}

.footer-contact span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #101214;
  border-radius: 8px;
  background:
    linear-gradient(145deg, #ffffff, #dfe2e5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 12px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.social-links a:hover {
  color: #ffffff;
  background:
    linear-gradient(145deg, var(--brand), #c94a08);
  transform: translateY(-3px);
}

.social-links svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
}

.association-logos {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.association-logos img {
  display: block;
  max-width: 210px;
  max-height: 76px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.34));
}

.association-logos img[src$="isa-member.webp"] {
  width: 84px;
  height: 84px;
  padding: 3px;
  border-radius: 6px;
  background: #ffffff;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 18px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.48);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
}

.support-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  justify-items: end;
  gap: 12px;
  font-family: inherit;
}

.support-chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(145deg, #ff7a22, var(--brand));
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 18px 44px rgba(255, 106, 19, 0.34), 0 12px 30px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.support-chat-toggle svg {
  width: 20px;
  height: 20px;
}

.support-chat-panel {
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(150deg, rgba(255, 106, 19, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(41, 44, 48, 0.98), rgba(17, 19, 22, 0.98));
  color: #ffffff;
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.35);
}

.support-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.support-chat-head p {
  margin: 0;
  font-weight: 850;
}

.support-chat-head button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.support-chat-copy {
  margin: 0;
  padding: 14px 18px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.support-chat-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 14px 18px 0;
}

.support-chat-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.support-chat-form {
  display: grid;
  gap: 10px;
  padding: 16px 18px 18px;
}

.support-chat-form input,
.support-chat-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 10px 12px;
  outline: none;
}

.support-chat-form input::placeholder,
.support-chat-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.support-chat-form button {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 850;
  cursor: pointer;
}

.support-chat .form-note {
  min-height: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.back-to-top {
  position: absolute;
  top: 50%;
  right: clamp(18px, 4vw, 46px);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #ffffff;
  border-radius: 8px;
  background: var(--brand);
  box-shadow: 0 16px 34px rgba(255, 106, 19, 0.28);
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

.back-to-top:hover {
  background: var(--brand-dark);
  transform: translateY(calc(-50% - 3px));
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    overflow: visible;
    gap: 10px;
  }

  .nav {
    display: none;
  }

  .mobile-menu-toggle {
    position: relative;
    display: grid;
    place-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    cursor: pointer;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-header.is-menu-open .nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    left: 0;
    z-index: 30;
    display: grid;
    justify-self: stretch;
    gap: 0;
    padding: 10px clamp(14px, 4vw, 30px) 16px;
    border: 0;
    border-top: 1px solid rgba(255, 106, 19, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    background: rgba(12, 14, 16, 0.98);
    box-shadow: 0 26px 54px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
  }

  .site-header.is-menu-open .nav a {
    min-height: 48px;
    padding: 13px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0;
    font-size: 16px;
  }

  .site-header.is-menu-open .nav a:last-child {
    border-bottom: 0;
  }

  body.has-mobile-menu::after {
    content: "";
    position: fixed;
    inset: var(--header-height) 0 0;
    z-index: 18;
    background: rgba(0, 0, 0, 0.38);
    pointer-events: none;
  }

  .hero,
  .split,
  .quote,
  .support .section-heading,
  .detail-hero,
  .detail-intro,
  .detail-section-heading,
  .detail-section-heading.compact,
  .faq-preview .section-heading,
  .news-preview-heading,
  .news-list-heading,
  .news-hero,
  .article-hero,
  .article-body-section,
  .detail-cta,
  .detail-media-layout,
  .detail-media-stack {
    grid-template-columns: 1fr;
  }

  .split,
  .support {
    min-height: auto;
  }

  .hero {
    align-items: flex-end;
    align-content: end;
    justify-content: stretch;
    height: calc(100svh - var(--header-height));
    min-height: 620px;
    padding: 48px clamp(18px, 5vw, 40px) 28px;
  }

  .catalog-heading,
  .news-hero > div,
  .article-hero > div {
    max-width: 100%;
  }

  .catalog-heading h1,
  .news-hero h1,
  .article-hero h1 {
    overflow-wrap: anywhere;
  }

  .hero-copy {
    grid-column: 1;
    max-width: 100%;
    width: min(680px, 100%);
    min-width: 0;
    color: #ffffff;
  }

  .hero-stats,
  .about-metrics,
  .support-grid,
  .product-grid,
  .product-grid.single,
  .workflow-heading,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .laser-grid {
    grid-template-columns: 1fr;
  }

  .news-preview-heading .text-link {
    justify-self: start;
  }

  .news-preview-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-hero,
  .article-hero {
    min-height: 0;
  }

  .detail-hero {
    min-height: auto;
    padding-top: 48px;
  }

  .detail-visual {
    min-height: 300px;
  }

  .detail-media-layout {
    height: auto;
    min-height: 0;
  }

  .detail-media-main {
    min-height: clamp(280px, 48vw, 420px);
  }

  .detail-media-stack {
    grid-template-rows: none;
  }

  .detail-effects-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .product-effects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(210px, 1fr));
  }

  .product-effect-card.is-featured {
    grid-row: auto;
    grid-column: span 2;
    min-height: 340px;
  }

  .detail-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spec-layout,
  .feature-list-grid {
    grid-template-columns: 1fr;
  }

  .detail-cta {
    margin-right: clamp(18px, 5vw, 40px);
    margin-left: clamp(18px, 5vw, 40px);
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-nav {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-template-columns: none;
    justify-content: start;
    overflow-x: auto;
    width: 100%;
    margin: 0;
    padding: 24px clamp(18px, 5vw, 40px);
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .product-nav::-webkit-scrollbar {
    display: none;
  }

  .product-nav a {
    scroll-snap-align: start;
  }

  .product-nav-catalog {
    width: 100%;
    margin: 0;
  }

  .product-card > div,
  .product-grid:not(.single) .product-card > div {
    min-height: 0;
  }

  .channel-series-guide {
    grid-template-columns: 1fr;
  }

  .channel-series-guide span {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 27, 31, 0.08);
  }

  .channel-series-guide span:last-child {
    border-bottom: 0;
  }

  .channel-help-strip {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .channel-help-strip p,
  .channel-help-strip a {
    grid-column: 2;
  }

  .channel-best {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .channel-best span {
    grid-column: 1 / -1;
  }

  .product-grid:not(.single) .product-card p:not(.product-type) {
    min-height: 0;
  }

  .category-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-more {
    justify-self: start;
  }

  .about-panel {
    min-height: 0;
  }

  .support .section-heading {
    grid-template-areas:
      "eyebrow"
      "title"
      "badge";
  }

  .support .section-heading::after {
    justify-self: start;
    text-align: left;
  }

  .hero-stats {
    grid-column: 1;
    width: min(680px, 100%);
  }

  .hero-copy::before {
    left: -14px;
  }

  .workflow-heading .eyebrow {
    grid-column: auto;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-social {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 68px;
  }

  .article-product-comparison__grid {
    grid-template-columns: 1fr;
  }

  .article-product-comparison__grid a {
    grid-template-columns: 96px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-items: center;
  }

  .article-product-comparison__grid img {
    grid-row: span 3;
    height: 88px;
  }

  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .site-header .brand {
    padding: 6px 9px 6px 8px;
  }

  .site-header .brand-mark,
  .site-header .brand-mark img {
    width: 36px;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .brand {
    min-width: 0;
  }

  .brand-text strong {
    font-size: 14px;
  }

  .brand-text small {
    font-size: 9px;
  }

  .nav-cta {
    width: 42px;
    min-height: 40px;
    padding: 0;
    font-size: 14px;
  }

  .nav-cta span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero {
    width: 100%;
    height: auto;
    min-height: calc(100svh - var(--header-height));
    padding: 28px 14px 22px;
  }

  .hero h1 {
    font-size: clamp(29px, 8.8vw, 35px);
    line-height: 1.02;
    text-transform: none;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .hero-copy {
    width: min(100%, 360px);
    max-width: 360px;
  }

  .hero-copy > p:not(.eyebrow) {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.42;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .field-row,
  .site-footer,
  .detail-actions {
    grid-template-columns: 1fr;
  }

  .hero-proof-strip {
    flex-wrap: nowrap;
    gap: 6px;
    margin: 14px -14px 0;
    padding: 0 14px 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hero-proof-strip::-webkit-scrollbar {
    display: none;
  }

  .hero-proof-strip span {
    flex: 0 0 auto;
    min-height: 28px;
    padding-right: 10px;
    font-size: 10px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 18px;
  }

  .footer-social {
    grid-column: auto;
  }

  .footer-brand .brand-text strong {
    font-size: 24px;
  }

  .footer-brand .brand-text small {
    font-size: 12px;
  }

  .footer-contact a,
  .footer-contact p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .association-logos {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom {
    justify-content: flex-start;
    min-height: 68px;
    padding-right: 82px;
  }

  .back-to-top {
    right: 18px;
    width: 44px;
    height: 44px;
  }

  .hero-actions {
    display: grid;
    width: 100%;
    gap: 10px;
    margin-top: 16px;
  }

  .hero-stats div {
    min-height: 0;
    padding: 10px 12px;
  }

  .hero-stats strong {
    font-size: 17px;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-stats div:nth-child(odd) {
    border-left: 0;
  }

  .hero-stats div:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-stats span {
    font-size: 12px;
    line-height: 1.25;
  }

  .button {
    width: 100%;
  }

  .product-nav {
    top: auto;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 16px 14px;
  }

  .product-nav a {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 48px;
    gap: 9px;
    font-size: 15px;
  }

  .category-icon,
  .category-icon svg {
    width: 34px;
    height: 34px;
  }

  .products {
    padding-top: 28px;
  }

  .section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .catalog-hero {
    padding: 52px 14px 32px;
  }

  .catalog-heading h1,
  .faq-page .section-heading h1,
  .news-hero h1,
  .article-hero h1 {
    font-size: clamp(35px, 11vw, 46px);
    line-height: 0.98;
  }

  .catalog-heading p:not(.eyebrow),
  .news-hero p:not(.eyebrow),
  .article-hero p:not(.eyebrow) {
    margin-top: 16px;
    font-size: 16px;
  }

  .product-nav-catalog {
    width: 100%;
    margin: 0;
  }

  .category-heading {
    gap: 6px;
    padding: 10px 0 16px 48px;
  }

  .category-heading h3 {
    font-size: 24px;
  }

  .category-heading p {
    font-size: 14px;
    line-height: 1.4;
  }

  .category-more {
    justify-self: start;
    padding: 4px 0;
  }

  .category-heading::before {
    width: 40px;
    height: 40px;
  }

  .category-heading::after {
    left: 48px;
  }

  .product-card > div,
  .quote-form {
    padding: 18px;
  }

  .channel-card__media {
    min-height: 220px;
    padding: 12px;
  }

  .channel-card__media img {
    max-height: 230px;
    object-fit: contain;
  }

  .channel-card__body h4 {
    font-size: 30px;
    line-height: 1.05;
  }

  .channel-card__topline {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 7px;
  }

  .channel-best {
    padding: 14px;
  }

  .channel-specs {
    grid-template-columns: 1fr;
  }

  .about-tags {
    margin-top: 22px;
  }

  .about-panel {
    padding: 22px;
  }

  .about-panel::before {
    inset: 10px;
  }

  .support-grid article {
    min-height: 0;
    padding: 24px;
  }

  .support-grid i {
    margin: 24px 0 22px;
  }

  .detail-highlights,
  .spec-list li {
    grid-template-columns: 1fr;
  }

  .detail-highlights {
    gap: 0;
  }

  .detail-highlights article {
    min-height: 0;
    padding: 18px 14px;
  }

  .detail-hero {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    padding: 36px 14px;
  }

  .detail-copy,
  .detail-visual,
  .detail-intro,
  .detail-section-heading,
  .detail-media-layout,
  .feature-list-grid,
  .spec-layout,
  .technical-details,
  .detail-section > *,
  .detail-highlights article,
  .detail-cta > * {
    width: 100%;
    max-width: calc(100vw - 28px);
    min-width: 0;
  }

  .detail-copy h1 {
    font-size: clamp(33px, 10vw, 44px);
    overflow-wrap: anywhere;
  }

  .detail-copy .detail-headline {
    font-size: 18px;
  }

  .detail-copy > p:not(.eyebrow),
  .detail-copy .detail-headline,
  .detail-intro h2,
  .detail-section-heading h2 {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .detail-copy > p,
  .detail-prose,
  .detail-section-heading h2,
  .detail-section-heading p,
  .feature-list-card p,
  .spec-list strong,
  .technical-table td {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .detail-intro h2,
  .detail-section-heading h2,
  .detail-cta h2 {
    font-size: clamp(27px, 7.4vw, 31px);
    line-height: 1.06;
    overflow-wrap: normal;
    word-break: normal;
  }

  .detail-quick-specs {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .detail-quick-specs div {
    min-height: 0;
    padding: 12px 14px;
  }

  .detail-visual {
    min-height: 230px;
    padding: 10px;
  }

  .detail-visual img {
    max-height: 300px;
    object-fit: contain;
  }

  .detail-section {
    padding: 44px 14px;
  }

  .detail-section-heading {
    gap: 12px;
    margin-bottom: 22px;
  }

  .detail-section-heading.compact {
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .detail-media-main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
  }

  .detail-media-card {
    min-height: 170px;
    padding: 12px;
  }

  .detail-effects-heading {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .detail-effects-heading h2 {
    font-size: clamp(27px, 7.4vw, 31px);
    line-height: 1.06;
  }

  .product-effects-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .product-effect-card,
  .product-effect-card.is-featured {
    min-height: 250px;
    grid-column: auto;
  }

  .product-effect-card.is-featured {
    min-height: 320px;
  }

  .technical-details summary {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 16px;
  }

  .technical-details summary strong {
    margin-left: 0;
  }

  .technical-details summary::after {
    margin-left: auto;
  }

  .technical-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    padding: 0 12px 12px;
    scrollbar-width: thin;
  }

  .technical-table {
    min-width: 560px;
  }

  .technical-table thead th {
    padding: 14px 12px;
  }

  .technical-table tbody th,
  .technical-table tbody td {
    padding: 12px;
    font-size: 14px;
  }

  .technical-table tbody th {
    width: 40%;
  }

  .detail-cta {
    margin: 0 14px 44px;
    padding: 24px;
  }

  .support-chat {
    right: 12px;
    bottom: 12px;
  }

  .support-chat-panel {
    max-height: calc(100svh - 88px);
    overflow-y: auto;
  }

  .news-list-section {
    padding: 38px 14px 54px;
  }

  .news-list-heading {
    gap: 10px;
  }

  .news-list-heading h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .news-filters {
    flex-wrap: nowrap;
    margin: 0 -14px;
    padding: 0 14px 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .news-filters::-webkit-scrollbar {
    display: none;
  }

  .news-filters button {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .news-card__media {
    min-height: 210px;
  }

  .news-card__body {
    padding: 18px;
  }

  .support-chat-toggle {
    width: 48px;
    min-height: 48px;
    padding: 0;
    justify-content: center;
  }

  .support-chat-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
  }

  .contact-item h3 {
    margin-bottom: 10px;
  }

  .laser-grid {
    gap: 16px;
  }

  .laser-media {
    min-height: 210px;
    padding: 18px 16px 12px;
  }

  .laser-media img {
    height: 180px;
  }

  .laser-body {
    padding: 20px;
  }

  .laser-specs,
  .laser-actions {
    grid-template-columns: 1fr;
  }

  .laser-ribbon {
    right: 18px;
    padding: 9px 14px;
  }

  .category-note {
    display: grid;
    padding: 18px;
  }
}
