:root {
  --ink: #090909;
  --panel: #111214;
  --panel-soft: #191a1c;
  --paper: #f3f0e9;
  --muted: #aaa59d;
  --line: rgba(255, 255, 255, .16);
  --orange: #ff562b;
  --orange-deep: #e43b19;
  --grid: rgba(255, 86, 43, .16);
  --max: 1440px;
  --gutter: clamp(22px, 5vw, 72px);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  color: #fff;
  background: var(--ink);
  font-family: Arial, "Noto Sans KR", sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.page-grid {
  background-color: var(--ink);
  background-image: linear-gradient(90deg, transparent 0 calc(100% - 1px), var(--grid) calc(100% - 1px));
  background-size: clamp(64px, 7.25vw, 112px) 100%;
}
.page-shell { display: flex; flex-direction: column; min-height: 100vh; min-height: 100svh; max-width: 1600px; margin: 0 auto; overflow: visible; }
.page-shell > main:last-of-type { flex: 1 0 auto; }
.content-width { width: min(var(--max), calc(100% - var(--gutter) * 2)); margin: 0 auto; }

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  padding: 18px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(9, 9, 9, .92);
}
.brand { font-size: 20px; font-weight: 900; font-style: italic; letter-spacing: .02em; white-space: nowrap; }
.brand em { color: var(--orange); font-style: normal; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 48px); }
.site-nav a { color: #d6d3ce; font-size: 14px; font-weight: 800; }
.site-nav a[aria-current="page"], .site-nav a:hover { color: var(--orange); }
.header-contact { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 5px; color: #fff; background: var(--orange); font-size: 14px; font-weight: 900; }

.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: 14px; font-weight: 900; line-height: 1.2; }
.display { margin: 0; font-size: clamp(42px, 6.3vw, 104px); line-height: .97; font-weight: 900; word-break: keep-all; }
.headline { margin: 0; font-size: clamp(36px, 4.4vw, 72px); line-height: 1.04; font-weight: 900; word-break: keep-all; }
.lede { max-width: 650px; margin: 24px 0 0; color: #c8c5c0; font-size: clamp(16px, 1.35vw, 21px); line-height: 1.75; word-break: keep-all; }
.section-number { color: var(--orange); font-size: clamp(40px, 5vw, 76px); font-weight: 900; line-height: .85; }
.divider { height: 1px; border: 0; margin: 26px 0; background: var(--line); }

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 92px));
  display: flex;
  align-items: end;
  isolation: isolate;
  padding: clamp(48px, 7vw, 116px) var(--gutter) clamp(44px, 5vw, 84px);
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: #070809; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.23) 100%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 62%); }
.hero-copy { width: min(850px, 100%); padding-left: clamp(0px, 7vw, 150px); }
.hero .display { max-width: 820px; }
.hero-sub { max-width: 530px; margin: 22px 0 0; color: #eeeae4; font-size: clamp(16px, 1.35vw, 20px); font-weight: 700; line-height: 1.65; }
.hero-tag { display: inline-flex; margin-top: 26px; padding: 12px 16px; color: var(--ink); background: var(--orange); font-size: 14px; font-weight: 900; }

.section { padding: clamp(74px, 9vw, 150px) var(--gutter); }
.section.dark { color: #fff; background: var(--ink); }
.section.paper {
  width: 100%;
  margin-left: 0;
  color: var(--ink);
  background: var(--paper);
}
.section-title-row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(240px, .75fr); align-items: end; gap: 48px; margin-bottom: 54px; }
.section-title-row .lede { margin-bottom: 6px; }
.paper .lede { color: #4f4d49; }

.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.photo-frame { position: relative; overflow: hidden; background: #e6e2da; border-radius: var(--radius); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame.product-shot { min-height: 500px; padding: clamp(20px, 3vw, 50px); background: #eeebe5; }
.product-shot img { object-fit: contain; filter: drop-shadow(0 20px 28px rgba(0,0,0,.16)); }
.photo-frame.product-shot.mistoil-hero-products { display: flex; align-items: center; justify-content: center; isolation: isolate; background: transparent; border-radius: 0; }
.mistoil-hero-products img { flex: 0 0 auto; width: 38%; height: auto; max-height: 410px; }
.mistoil-hero-products img + img { margin-left: -7%; }
.mistoil-hero-products img:nth-child(1) { z-index: 1; transform: translateY(-10%); }
.mistoil-hero-products img:nth-child(2) { z-index: 2; transform: translateY(-5%); }
.mistoil-hero-products img:nth-child(3) { z-index: 3; }
.mistoil-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(44px, 6vw, 86px) 0 0; padding: clamp(22px, 2.7vw, 38px) 0 0; border-top: 1px solid rgba(255,255,255,.24); list-style: none; }
.mistoil-metric { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 16px; min-width: 0; padding: 0 clamp(14px, 2vw, 30px); }
.mistoil-metric + .mistoil-metric { border-left: 1px solid rgba(255,255,255,.2); }
.mistoil-metric:first-child { padding-left: 0; }
.mistoil-metric:last-child { padding-right: 0; }
.mistoil-metric img { display: block; width: 76px; height: 76px; border-radius: 10px; object-fit: contain; }
.mistoil-metric p { display: grid; gap: 5px; margin: 0; color: #fff; font-size: clamp(13px, 1vw, 15px); font-weight: 700; line-height: 1.35; word-break: keep-all; }
.mistoil-metric strong { color: #fff; font-size: inherit; font-weight: 900; }
.mistoil-metric span { color: var(--orange); font-weight: 900; }
.mistoil-lineup-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); align-items: end; gap: clamp(28px, 6vw, 92px); }
.mistoil-lineup-intro .lede { margin: 0 0 6px; }
.mistoil-lineup { margin-top: clamp(46px, 6vw, 82px); border-top: 1px solid rgba(9,10,11,.18); }
.mistoil-lineup-card { --mistoil-tone: var(--orange); display: grid; grid-template-columns: minmax(150px, .72fr) 120px minmax(0, 1.65fr); align-items: center; column-gap: clamp(22px, 3.5vw, 58px); min-width: 0; padding: clamp(24px, 3vw, 42px) 0; border-bottom: 1px solid rgba(9,10,11,.15); }
.mistoil-lineup-card--210 { --mistoil-tone: #ee4a28; }
.mistoil-lineup-card--280al { --mistoil-tone: #177fc0; }
.mistoil-lineup-card--310 { --mistoil-tone: #6b418d; }
.mistoil-lineup-card--750s { --mistoil-tone: #42aeb5; }
.mistoil-lineup-card--cr300r { --mistoil-tone: #cf9c24; }
.mistoil-lineup-label { align-self: stretch; display: grid; align-content: center; min-width: 0; margin: 0; padding-top: 13px; border-top: 3px solid var(--mistoil-tone); }
.mistoil-lineup-label p { margin: 0; color: var(--mistoil-tone); font-size: clamp(19px, 1.7vw, 28px); font-weight: 900; line-height: 1.05; letter-spacing: 0; word-break: keep-all; }
.mistoil-lineup-label span { display: block; margin-top: 7px; color: #55514c; font-size: 13px; font-weight: 700; line-height: 1.35; }
.mistoil-lineup-card figure { display: grid; place-items: center; height: 128px; margin: 0; }
.mistoil-lineup-card figure img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(0,0,0,.12)); }
.mistoil-lineup-detail { min-width: 0; }
.mistoil-lineup-detail > p { margin: 0; color: #373431; font-size: clamp(15px, 1.15vw, 18px); font-weight: 650; line-height: 1.55; word-break: keep-all; }
.mistoil-lineup-detail ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 24px; margin: 14px 0 0; padding: 0; color: #4d4944; font-size: 14px; font-weight: 650; line-height: 1.42; list-style: none; }
.mistoil-lineup-detail li { position: relative; padding-left: 12px; word-break: keep-all; }
.mistoil-lineup-detail li::before { content: ""; position: absolute; top: .57em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--mistoil-tone); }
.mistoil-lineup-detail strong { display: block; margin-top: 14px; color: #272420; font-size: 14px; font-weight: 900; line-height: 1.4; word-break: keep-all; }
.otm-configuration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 3vw, 48px); }
.section.paper.otm-configuration-section { background: #e7e1d8; }
.otm-configuration-item { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; background: transparent; }
.otm-configuration-visual { min-height: clamp(260px, 24vw, 390px); margin: 0; overflow: visible; background: transparent; }
.otm-configuration-visual img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center bottom; mix-blend-mode: normal; filter: brightness(1.03) contrast(1.12) saturate(1.03) drop-shadow(0 18px 18px rgba(20,16,12,.12)); }
.otm-configuration-item:nth-child(-n+2) .otm-configuration-visual img { transform: scale(1.08); transform-origin: center bottom; }
.otm-configuration-visual--601 img { transform: translateY(-18px) scale(.84) !important; }
.otm-configuration-visual--602 img { transform: translateY(-18px) scale(.84) !important; }
.otm-configuration-visual--604 img { width: 96%; margin-inline: auto; transform: translateY(-18px) scale(.66); transform-origin: center bottom; }
.otm-configuration-card { display: grid; grid-template-rows: auto auto 1fr; min-height: 0; padding: clamp(22px, 2.4vw, 34px) 0 0; border-top: 1px solid rgba(18,18,18,.14); background: transparent; }
.otm-configuration-card__code { margin: 0; color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .02em; }
.otm-configuration-card h3 { margin: 11px 0 0; color: var(--ink); font-size: clamp(22px, 1.9vw, 30px); line-height: 1.15; word-break: keep-all; }
.otm-configuration-card ul { display: grid; align-content: end; gap: 7px; margin: 22px 0 0; padding: 0; color: #4f4d49; font-size: 15px; font-weight: 700; line-height: 1.4; list-style: none; }
.otm-configuration-card li { position: relative; padding-left: 12px; word-break: keep-all; }
.otm-configuration-card li::before { content: ""; position: absolute; top: .57em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.dark-panel { min-height: 500px; padding: clamp(30px, 4vw, 64px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,86,43,.18), rgba(18,18,18,.98) 36%); }
.dark-panel .headline { max-width: 680px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--line); }
.fact { min-height: 128px; padding: 20px; border-right: 1px solid var(--line); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--orange); font-size: clamp(22px, 2.5vw, 40px); line-height: 1.1; }
.fact span { display: block; margin-top: 10px; color: #bdb9b3; font-size: 14px; font-weight: 700; line-height: 1.4; }

.route-section { position: relative; isolation: isolate; overflow: hidden; }
.route-section::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/source/image4.png") center / cover no-repeat; filter: grayscale(1) contrast(1.25); opacity: .45; }
.route-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,9,9,.98), rgba(9,9,9,.75) 62%, rgba(9,9,9,.42)); }
.route-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 56px; }
.route-card { min-height: 160px; padding: 24px; border: 1px solid rgba(255, 86, 43, .58); background: rgba(7,7,7,.64); }
.route-card strong { display: block; color: var(--orange); font-size: clamp(27px, 3vw, 44px); }
.route-card span { display: block; margin-top: 8px; color: #e7e2dc; font-size: 16px; font-weight: 800; }
.process-tabs { display: grid; gap: 28px; }
.process-tab-list { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.28); background: rgba(7,7,7,.64); }
.process-tab { display: grid; justify-items: center; gap: 12px; min-height: 116px; padding: 18px 10px; border: 0; border-right: 1px solid rgba(255,255,255,.18); color: #e7e2dc; background: transparent; font: inherit; font-size: 13px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: color 180ms ease, background-color 180ms ease; }
.process-tab:last-child { border-right: 0; }
.process-tab-icon { display: block; width: 34px; height: 34px; color: var(--orange); background: currentColor; -webkit-mask: var(--process-icon) center / contain no-repeat; mask: var(--process-icon) center / contain no-repeat; transition: color 180ms ease, transform 180ms ease; }
.semantic-icon { display: block; flex: 0 0 auto; color: var(--orange); background: currentColor; -webkit-mask-image: var(--semantic-icon); mask-image: var(--semantic-icon); -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.process-tab[aria-selected="true"], .process-tab:hover, .process-tab:focus-visible { color: #fff; background: var(--orange); outline: none; }
.process-tab[aria-selected="true"] .process-tab-icon, .process-tab:hover .process-tab-icon, .process-tab:focus-visible .process-tab-icon { color: #fff; transform: translateY(-1px); }
.process-tab-viewport { overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: #0b0c0e; transition: height 320ms cubic-bezier(.22,.8,.25,1); }
.process-tab-track { display: grid; grid-template-columns: repeat(7, 100%); transition: none; }
.process-tab-panel { min-width: 0; min-height: 0; overflow: hidden; background: #0b0c0e; }
.process-tab-panel--dual .process-panel-layout--secondary { border-top: 3px solid var(--orange); }
.process-panel-layout { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); grid-template-areas: "eyebrow description" "heading description" "heading benefits" "visuals visuals" "combination combination"; min-height: 0; background: linear-gradient(135deg, rgba(255,86,43,.13), transparent 34%); }
.process-panel-visuals { position: relative; grid-area: visuals; min-width: 0; min-height: clamp(360px, 38vw, 500px); overflow: hidden; background: #d8d6d1; }
.process-panel-visual { display: grid; place-items: center; min-width: 0; margin: 0; overflow: hidden; }
.process-panel-visual:first-child { position: absolute; inset: 0; padding: 0; }
.process-panel-visual:last-child { position: absolute; right: clamp(16px, 2.2vw, 34px); bottom: clamp(16px, 2.2vw, 34px); z-index: 1; width: clamp(180px, 38%, 300px); height: clamp(132px, 34%, 210px); padding: clamp(10px, 1.1vw, 17px); border: 1px solid rgba(9,10,11,.18); background: rgba(255,255,255,.96); box-shadow: 0 16px 30px rgba(9,10,11,.22); }
.process-panel-visual img { display: block; width: 100%; height: 100%; max-height: 580px; object-fit: contain; }
.process-panel-visuals--split-cutout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); align-items: center; gap: clamp(22px, 3vw, 54px); padding: clamp(28px, 3vw, 46px); }
.process-panel-visuals--split-cutout .process-panel-visual { position: relative; inset: auto; width: 100%; height: clamp(260px, 26vw, 380px); min-width: 0; min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.process-panel-visuals--split-cutout .process-panel-visual img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: 100%; max-height: 100%; padding: 0; object-fit: contain; transform: none; }
.process-panel-visuals--split-cutout .process-panel-visual:first-child img { object-position: center bottom; }
.process-panel-visuals--split-cutout .process-panel-visual:last-child img { object-position: center; }
.process-panel-visuals--split-cutout .process-panel-visual:first-child { cursor: zoom-in; }
#process-panel-milling .process-panel-visuals--split-cutout,
#process-panel-routing .process-panel-visuals--split-cutout,
#process-panel-turning .process-panel-visuals--split-cutout { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.process-panel-visuals--bandsaw { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, .85fr); min-height: clamp(320px, 32vw, 420px); gap: clamp(8px, 1.25vw, 18px); padding: clamp(18px, 2.2vw, 32px); }
.process-panel-visuals--circular-saw { grid-template-columns: minmax(0, .72fr) minmax(0, 1.12fr) minmax(150px, .42fr); gap: clamp(16px, 2vw, 32px); }
.process-panel-visuals--bandsaw .process-panel-visual { height: clamp(250px, 24vw, 330px); }
.process-panel-visuals--bandsaw .process-panel-visual:first-child img { top: 50%; bottom: auto; transform: translateY(-50%); transform-origin: center; }
.process-panel-visuals--bandsaw .process-panel-visual:nth-child(2) img { transform: scale(.94); transform-origin: center; }
.process-panel-visuals--bandsaw .process-panel-visual--spray-pattern img { transform: scale(1.12); transform-origin: center; }
.process-panel-visuals--bandsaw .process-panel-visual--spray-pattern,
.process-panel-visuals--circular-saw .process-panel-visual--spray-pattern { height: clamp(160px, 17vw, 230px); align-self: center; }
.process-panel-visuals--bandsaw .process-panel-visual--spray-pattern img,
.process-panel-visuals--circular-saw .process-panel-visual--spray-pattern img { object-position: center; }
.process-panel-visual:first-child { cursor: zoom-in; }
.process-panel-visual:first-child img { position: absolute; inset: 0; width: 100%; height: auto; max-width: none; max-height: none; padding: clamp(10px, 1.3vw, 20px); object-position: left top; mix-blend-mode: normal; transform: scale(1); transform-origin: left top; }
.process-full-preview { position: absolute; right: 16px; bottom: 16px; z-index: 3; display: block; width: clamp(76px, 8vw, 104px); aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid rgba(9,10,11,.3); border-radius: 4px; background-color: rgba(255,255,255,.96); background-image: var(--process-preview-image); background-repeat: no-repeat; background-position: center; background-size: contain; box-shadow: 0 8px 20px rgba(9,10,11,.24); transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; pointer-events: none; }
.process-full-preview i { position: absolute; right: 5px; bottom: 5px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 3px; color: #fff; background: rgba(9,10,11,.84); }
.process-full-preview svg { width: 14px; height: 14px; }
.process-panel-visual:first-child:hover .process-full-preview, .process-panel-visual:first-child:focus-visible .process-full-preview { border-color: var(--orange); box-shadow: 0 10px 24px rgba(9,10,11,.3); transform: translateY(-2px); }

.process-image-viewer { width: min(94vw, 1440px); height: min(92dvh, 920px); max-width: none; max-height: none; margin: auto; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; color: #fff; background: #0a0b0d; box-shadow: 0 28px 80px rgba(0,0,0,.55); }
.process-image-viewer::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(3px); }
.process-image-viewer__shell { display: grid; grid-template-rows: 64px minmax(0, 1fr); width: 100%; height: 100%; }
.process-image-viewer__toolbar { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 10px 12px 10px 20px; border-bottom: 1px solid rgba(255,255,255,.14); background: #111214; }
.process-image-viewer__title { min-width: 0; margin: 0 auto 0 0; overflow: hidden; color: #f4f1ec; font-size: 14px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.process-image-viewer__control { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; color: #fff; background: #191a1c; cursor: pointer; }
.process-image-viewer__control:hover, .process-image-viewer__control:focus-visible { border-color: var(--orange); color: var(--orange); outline: none; }
.process-image-viewer__control svg { width: 19px; height: 19px; }
.process-image-viewer__control--close { margin-left: 4px; color: #fff; background: var(--orange); border-color: var(--orange); }
.process-image-viewer__control--close:hover, .process-image-viewer__control--close:focus-visible { color: #fff; background: var(--orange-deep); }
.process-image-viewer__canvas { position: relative; min-height: 0; overflow: hidden; background: #eeebe5; cursor: grab; touch-action: none; }
.process-image-viewer__canvas.is-dragging { cursor: grabbing; }
.process-image-viewer__image { width: 100%; height: 100%; max-width: none; object-fit: contain; user-select: none; pointer-events: none; will-change: transform; }
.process-panel-copy { display: contents; }
.process-panel-copy .eyebrow { grid-area: eyebrow; align-self: end; margin: 0; padding: clamp(34px, 4vw, 58px) 20px 14px clamp(34px, 4vw, 58px); }
.process-panel-copy h3 { grid-area: heading; align-self: start; margin: 0; padding: 0 20px clamp(34px, 4vw, 58px) clamp(34px, 4vw, 58px); color: #fff; font-size: clamp(30px, 2.8vw, 46px); line-height: 1.06; }
.process-panel-copy h3 { word-break: keep-all; overflow-wrap: normal; }
.process-panel-copy > p:not(.eyebrow) { grid-area: description; align-self: end; max-width: 760px; margin: 0; padding: clamp(34px, 4vw, 58px) clamp(34px, 4vw, 58px) 18px 20px; color: #c6c1bb; font-size: 16px; line-height: 1.72; }
.process-panel-benefits { grid-area: benefits; align-self: start; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 clamp(34px, 4vw, 58px) clamp(34px, 4vw, 58px) 20px; padding: 18px 0; border-block: 1px solid rgba(255,255,255,.16); list-style: none; }
.process-panel-benefits li { display: flex; align-items: center; min-width: 0; padding: 0 14px; color: #fff; font-size: 13px; font-weight: 800; line-height: 1.4; }
.process-panel-benefits li:first-child { padding-left: 0; }
.process-panel-benefits li + li { border-left: 1px solid rgba(255,255,255,.14); }
.process-panel-combination { grid-area: combination; display: grid; grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr); align-items: center; gap: 12px; margin: 0; padding: clamp(26px, 3vw, 40px) clamp(34px, 4vw, 58px); border-top: 1px solid rgba(255,255,255,.16); color: #e9e4de; font-size: 13px; font-weight: 800; line-height: 1.35; }
.process-panel-combination figure { display: grid; grid-template-rows: 128px auto; align-items: end; justify-items: center; min-width: 0; margin: 0; }
.process-panel-combination img { display: block; width: 100%; height: 120px; padding: 10px; border: 1px solid rgba(255,255,255,.14); background: #eeebe5; object-fit: contain; object-position: center; }
.process-panel-combination figcaption { margin-top: 8px; text-align: center; word-break: keep-all; }
.process-panel-combination b { display: grid; place-items: center; align-self: center; width: 40px; height: 40px; color: var(--orange); font-size: 32px; line-height: 1; text-align: center; transform: translateY(-10px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
body.is-static .process-tab-track, body.is-static .process-tab-viewport { transition: none; }
@media (prefers-reduced-motion: reduce) { .process-tab, .process-tab-track, .process-tab-viewport { transition: none; } }

.process-section { background: #0c0d0f; }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(19,20,22,.92); }
.process-step { min-height: 270px; padding: 32px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 28px; border-radius: 8px; color: var(--ink); background: var(--orange); }
.process-icon svg { width: 22px; height: 22px; stroke-width: 2.4; }
.process-step h3 { margin: 0; font-size: 25px; line-height: 1.15; }
.process-step p { margin: 15px 0 0; color: #bdb8b1; font-size: 16px; font-weight: 700; line-height: 1.65; word-break: keep-all; }

.system-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 42px; }
.rail-item { min-height: 136px; padding: 22px; border: 1px solid var(--line); background: rgba(9,9,9,.72); }
.rail-item b { display: block; color: var(--orange); font-size: 36px; line-height: 1; }
.rail-item span { display: block; margin-top: 14px; font-size: 17px; font-weight: 900; }

.contact-section { position: relative; isolation: isolate; padding: clamp(44px, 6vw, 96px) var(--gutter); overflow: hidden; background: var(--orange); }
.contact-section::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/source/image7.png") center / cover no-repeat; opacity: .42; }
.contact-section::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(225,52,21,.98), rgba(255,111,43,.82)); }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .9fr); gap: clamp(36px, 7vw, 120px); padding: clamp(34px, 5vw, 72px); border-radius: var(--radius); background: rgba(255,255,255,.06); backdrop-filter: blur(2px); }
.contact-panel .eyebrow { color: #fff; }
.contact-panel .headline { max-width: 630px; }
.contact-panel .lede { color: #fff; }
.contact-form { display: grid; gap: 12px; align-content: center; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 0; border-radius: 5px; padding: 19px 20px; color: var(--ink); background: #f9f6f0; font-size: 16px; font-weight: 700; outline: none; }
.contact-form input:not([type="checkbox"]):focus-visible, .contact-form textarea:focus-visible { box-shadow: 0 0 0 3px rgba(255, 255, 255, .38); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button { min-height: 60px; border: 0; border-radius: 5px; color: #fff; background: var(--ink); font-size: 18px; font-weight: 900; cursor: pointer; }
.contact-form button:disabled { cursor: wait; opacity: .68; }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; color: #fff; font-size: 13px; font-weight: 700; line-height: 1.5; word-break: keep-all; }
.contact-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--ink); }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-status { margin: 0; padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .34); color: #fff; background: rgba(0, 0, 0, .2); font-size: 14px; font-weight: 800; line-height: 1.45; }
.contact-status.is-error { border-color: rgba(255, 255, 255, .7); background: rgba(80, 0, 0, .42); }

.subhero { position: relative; min-height: 440px; padding: clamp(60px, 8vw, 130px) var(--gutter) 70px; display: flex; align-items: end; isolation: isolate; overflow: hidden; }
.subhero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/source/image4.png") center / cover no-repeat; filter: grayscale(1) contrast(1.25); opacity: .64; }
.subhero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,9,9,.97), rgba(9,9,9,.52)); }
.subhero .headline { max-width: 880px; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(0,0,0,.14); background: #e7e3dc; }
.spec { min-height: 144px; padding: 26px; border-right: 1px solid rgba(0,0,0,.14); border-bottom: 1px solid rgba(0,0,0,.14); }
.spec:nth-child(4n) { border-right: 0; }
.spec b { display: block; color: var(--orange-deep); font-size: 14px; }
.spec span { display: block; margin-top: 12px; font-size: 18px; font-weight: 900; line-height: 1.35; word-break: keep-all; }
.mql-control-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.mql-control-card { display: grid; grid-template-rows: auto 1fr auto; min-height: 290px; padding: clamp(24px, 2.5vw, 38px); background: #111214; color: #fff; }
.mql-control-card__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mql-control-card-icon { width: 38px; height: 38px; margin: 0; color: var(--orange); stroke-width: 1.7; }
.mql-control-card__header span { color: var(--orange); font-size: 14px; font-weight: 900; }
.mql-control-card__body { margin-top: 26px; }
.mql-control-card__body h3 { margin: 0; color: #fff; font-size: clamp(20px, 1.65vw, 26px); line-height: 1.25; word-break: keep-all; }
.mql-control-card__body h3 em { color: #c9c4bd; font-size: .67em; font-style: normal; font-weight: 700; white-space: nowrap; }
.mql-control-card__body ul { display: grid; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; color: #d8d4ce; font-size: 15px; line-height: 1.45; }
.mql-control-card__body li { position: relative; padding-left: 13px; word-break: keep-all; }
.mql-control-card__body li::before { content: ""; position: absolute; top: .6em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }
.mql-control-card__outcome { margin: 26px 0 0; padding: 12px 16px; background: var(--orange); color: #fff; font-size: 16px; font-weight: 900; line-height: 1.3; text-align: center; word-break: keep-all; }
.mql-control-intro { display: block; margin-bottom: clamp(40px, 5vw, 70px); }
.mql-control-intro-copy { max-width: 650px; }
.mql-control-intro .eyebrow { margin: 0 0 16px; }
.mql-control-intro .headline { max-width: 650px; margin: 0; font-size: clamp(28px, 2.35vw, 38px); line-height: 1.16; }
.mql-control-intro .lede { max-width: 610px; margin: 19px 0 0; color: #d5d0c9; font-size: clamp(15px, 1.1vw, 17px); font-weight: 650; line-height: 1.68; word-break: keep-all; }
.application-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(28px, 5vw, 78px); align-items: stretch; }
.application-photo { min-height: 700px; background: #222; }
.application-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); }
.application-content { display: flex; flex-direction: column; justify-content: center; }
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.chip { padding: 10px 13px; border: 1px solid rgba(255,86,43,.55); color: #f7eee8; font-size: 14px; font-weight: 800; }
.application-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.application-card { min-height: 185px; padding: 24px; border: 1px solid var(--line); background: rgba(26,27,29,.88); }
.application-card i { display: grid; place-items: center; width: 38px; height: 38px; color: var(--orange); }
.application-card i svg { width: 24px; height: 24px; }
.application-card h3 { margin: 22px 0 9px; font-size: 22px; }
.application-card p { margin: 0; color: #c8c2bb; font-size: 15px; font-weight: 700; line-height: 1.55; word-break: keep-all; }
.nozzle-family-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .86fr); align-items: end; gap: clamp(30px, 6vw, 96px); margin: clamp(52px, 6vw, 86px) 0 clamp(34px, 4vw, 58px); padding-top: clamp(34px, 4vw, 58px); border-top: 1px solid rgba(18,18,18,.2); }
.nozzle-family-overview .eyebrow { margin: 0 0 12px; }
.nozzle-family-overview h3 { margin: 0; color: var(--ink); font-size: clamp(28px, 2.5vw, 42px); line-height: 1.15; word-break: keep-all; }
.nozzle-family-overview__description { max-width: 510px; margin: 0; color: #4d4944; font-size: clamp(15px, 1.15vw, 18px); font-weight: 700; line-height: 1.65; word-break: keep-all; }
.section.paper.nozzle-system-section { background: #fff; }
.nozzle-layout { grid-template-columns: 1fr; gap: clamp(30px, 3.7vw, 54px); }
.nozzle-banner { position: relative; min-height: clamp(120px, 13vw, 190px); overflow: hidden; background: #151618; }
.nozzle-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,12,.92) 0%, rgba(10,11,12,.54) 52%, rgba(10,11,12,.76) 100%); }
.nozzle-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: grayscale(1) contrast(1.18); }
.nozzle-banner p { position: absolute; z-index: 1; top: 50%; left: clamp(20px, 3vw, 46px); margin: 0; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 900; letter-spacing: .14em; transform: translateY(-50%); }
.nozzle-layout .application-content { width: 100%; }
.nozzle-family-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 2.5vw, 42px); }
.nozzle-system-section { --nozzle-media-height: clamp(190px, 16vw, 250px); }
.nozzle-family-card, .nozzle-option-card { display: grid; grid-template-rows: var(--nozzle-media-height) auto; min-width: 0; min-height: 0; overflow: visible; background: transparent; }
.nozzle-family-card figure, .nozzle-option-card figure { display: grid; place-items: center; min-width: 0; min-height: 0; margin: 0; padding: clamp(18px, 2vw, 30px) clamp(16px, 2.4vw, 36px); overflow: hidden; background: transparent; }
.nozzle-family-card figure img, .nozzle-option-card figure img { display: block; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; mix-blend-mode: multiply; filter: brightness(1.22) contrast(1.08); transform: scale(var(--nozzle-visual-scale, 1)); transform-origin: center; }
.nozzle-family-card figure img,
.nozzle-option-card--double-hose figure img,
.nozzle-option-card--braided-hose figure img { mix-blend-mode: normal; filter: none; }
.nozzle-family-card--copper { --nozzle-visual-scale: 1; }
.nozzle-family-card--stainless { --nozzle-visual-scale: 1; }
.nozzle-family-card--flexible { --nozzle-visual-scale: 1; }
.nozzle-family-card--slim { --nozzle-visual-scale: 1; }
.nozzle-option-card figure { position: relative; padding: 0; }
.nozzle-option-card figure img { position: absolute; top: 50%; left: 50%; width: var(--nozzle-visual-max, 100%); height: var(--nozzle-visual-max, 100%); max-width: none; max-height: none; object-fit: contain; transform: translate(-50%, -50%); }
.nozzle-option-card--3way { --nozzle-visual-max: 84%; }
.nozzle-option-card--split { --nozzle-visual-max: 84%; }
.nozzle-option-card--double-hose { --nozzle-visual-max: 88%; }
.nozzle-option-card--double-hose figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; filter: contrast(1.15) brightness(.96); }
.nozzle-option-card--braided-hose { --nozzle-visual-max: 84%; }
.nozzle-family-copy { display: flex; min-height: 92px; flex-direction: column; justify-content: flex-start; padding: 18px 0 0; border-top: 1px solid rgba(18,18,18,.16); }
.nozzle-family-copy h3 { margin: 0 0 8px; color: var(--ink); font-size: 19px; line-height: 1.25; }
.nozzle-family-copy p { margin: 0; color: #56514b; font-size: 14px; font-weight: 700; line-height: 1.55; word-break: keep-all; }
.nozzle-system-options { margin-top: clamp(58px, 7vw, 104px); padding-top: clamp(34px, 4vw, 58px); border-top: 1px solid rgba(18,18,18,.2); }
.nozzle-option-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .86fr); align-items: end; gap: clamp(30px, 6vw, 96px); }
.nozzle-option-intro .eyebrow { margin: 0 0 12px; }
.nozzle-option-intro h3 { margin: 0; color: var(--ink); font-size: clamp(28px, 2.5vw, 42px); line-height: 1.15; word-break: keep-all; }
.nozzle-option-intro > p { max-width: 510px; margin: 0; color: #4d4944; font-size: clamp(15px, 1.15vw, 18px); font-weight: 700; line-height: 1.65; word-break: keep-all; }
.nozzle-option-layout { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: clamp(34px, 4vw, 58px); }
.nozzle-option-group { min-width: 0; }
.nozzle-option-group + .nozzle-option-group { margin-top: clamp(22px, 2.5vw, 34px); padding-top: clamp(22px, 2.5vw, 34px); border-top: 1px solid rgba(18,18,18,.16); }
.nozzle-option-group-heading { display: flex; align-items: baseline; gap: 13px; padding-bottom: 16px; border-bottom: 1px solid rgba(18,18,18,.18); }
.nozzle-option-group-heading span { color: var(--orange); font-size: 13px; font-weight: 900; }
.nozzle-option-group-heading h3 { margin: 0; color: var(--ink); font-size: 22px; line-height: 1.25; }
.nozzle-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); margin-top: 20px; }
.nozzle-option-card > div { min-height: 104px; padding-top: 15px; border-top: 1px solid rgba(18,18,18,.14); }
.nozzle-option-card h4 { margin: 0; color: var(--ink); font-size: 18px; line-height: 1.25; }
.nozzle-option-card p { margin: 8px 0 0; color: #56514b; font-size: 14px; font-weight: 700; line-height: 1.55; word-break: keep-all; }
.optimization-section-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .85fr); align-items: end; gap: clamp(30px, 6vw, 94px); margin-bottom: clamp(34px, 4vw, 58px); }
.optimization-section-intro .eyebrow { margin: 0 0 13px; }
.optimization-section-intro .headline { margin: 0; color: var(--ink); }
.optimization-section-intro .lede { max-width: 510px; margin: 0; color: #4d4944; font-size: clamp(16px, 1.2vw, 18px); font-weight: 700; line-height: 1.65; word-break: keep-all; }
.optimization-nozzle-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4.6vw, 76px); }
.optimization-group { min-width: 0; }
.optimization-group + .optimization-group { padding-left: clamp(28px, 4.6vw, 76px); border-left: 1px solid rgba(9,10,11,.16); }
.optimization-group-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 15px; border-bottom: 1px solid rgba(9,10,11,.18); }
.optimization-group-heading span { color: var(--orange); font-size: 13px; font-weight: 900; line-height: 1; }
.optimization-group-heading h3 { margin: 0; color: var(--ink); font-size: clamp(22px, 1.7vw, 29px); font-weight: 900; line-height: 1.1; word-break: keep-all; }
.optimization-option-grid { display: grid; gap: 14px; }
.optimization-option-card { display: grid; grid-template-rows: 170px minmax(0, 1fr); min-height: 310px; overflow: hidden; border: 1px solid rgba(9,10,11,.16); background: #fff; }
.optimization-option-card figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #f1eee8; }
.optimization-option-card figure img { position: absolute; inset: 18px 26px; display: block; width: calc(100% - 52px); height: calc(100% - 36px); max-width: none; max-height: none; object-fit: contain; }
.optimization-option-copy { display: flex; flex-direction: column; justify-content: center; padding: 20px 22px 22px; border-top: 1px solid rgba(9,10,11,.14); }
.optimization-option-copy h4 { margin: 0 0 8px; color: var(--ink); font-size: clamp(19px, 1.45vw, 24px); font-weight: 900; line-height: 1.15; }
.optimization-option-copy p { margin: 0; color: #55504a; font-size: 14px; font-weight: 700; line-height: 1.55; word-break: keep-all; }

.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.split-image { min-height: 520px; background: #e9e5dd; overflow: hidden; }
.split-image img { width: 100%; height: 100%; object-fit: contain; }
.orange-note { padding: 30px; border-left: 4px solid var(--orange); color: #302c28; background: #e9e5dd; font-size: 18px; line-height: 1.7; font-weight: 700; word-break: keep-all; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(0,0,0,.13); }
.value { padding: 32px; background: var(--paper); }
.value i { display: grid; place-items: center; width: 42px; height: 42px; color: var(--orange-deep); }
.value i svg { width: 26px; height: 26px; }
.value h3 { margin: 26px 0 12px; font-size: 28px; }
.value p { margin: 0; color: #4b4843; font-size: 16px; line-height: 1.7; font-weight: 700; word-break: keep-all; }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .62s ease, transform .62s cubic-bezier(.2,.75,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal].delay-1 { transition-delay: .12s; }
[data-reveal].delay-2 { transition-delay: .22s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } [data-reveal], [data-reveal].is-visible { opacity: 1; transform: none; transition: none; } }
body.is-static [data-reveal], body.is-static [data-reveal].is-visible { opacity: 1; transform: none; transition: none; }

@media (max-width: 900px) {
  .site-header { min-height: 76px; padding: 14px 20px; }
  .site-nav { display: none; }
  .header-contact { min-height: 42px; padding: 0 15px; }
  .hero-copy { padding-left: 0; }
  .section-title-row, .editorial-grid, .contact-panel, .application-layout, .split-layout { grid-template-columns: 1fr; }
  .dark-panel, .photo-frame.product-shot { min-height: 420px; }
  .mistoil-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 24px; }
  .mistoil-metric:nth-child(3) { padding-left: 0; border-left: 0; }
  .route-cards { grid-template-columns: repeat(2, 1fr); }
  .otm-configuration-grid { grid-template-columns: 1fr; }
  .otm-configuration-card { min-height: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-step { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .system-rail { grid-template-columns: repeat(2, 1fr); }
  .application-photo { min-height: 430px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .spec:nth-child(2n) { border-right: 0; }
  .spec:nth-child(4n) { border-right: 1px solid rgba(0,0,0,.14); }
  .mql-control-card { min-height: 310px; }
  .value-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .brand { font-size: 17px; }
  .header-contact { font-size: 13px; }
  .hero { min-height: 640px; }
  .photo-frame.product-shot.mistoil-hero-products { min-height: 240px; padding-block: 16px; }
  .facts, .route-cards, .system-rail, .application-cards, .nozzle-family-grid, .spec-grid { grid-template-columns: 1fr; }
  .nozzle-family-overview { grid-template-columns: 1fr; gap: 20px; }
  .nozzle-layout { gap: 28px; }
  .nozzle-banner { min-height: 112px; }
  .nozzle-family-grid { grid-auto-rows: 300px; }
  .nozzle-family-card { grid-template-rows: minmax(0, 1fr) 120px; }
  .nozzle-family-card figure { padding: 16px 24px; }
  .mistoil-metrics { gap: 0; margin-top: 28px; padding-top: 24px; }
  .mistoil-metric { grid-template-columns: 58px minmax(0, 1fr); gap: 11px; padding: 0 12px 22px; }
  .mistoil-metric:nth-child(odd) { padding-left: 0; }
  .mistoil-metric:nth-child(even) { padding-right: 0; }
  .mistoil-metric img { width: 58px; height: 58px; }
  .mistoil-metric p { gap: 3px; font-size: 12px; line-height: 1.32; }
  .fact, .spec { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .fact:last-child, .spec:last-child { border-bottom: 0; }
  .contact-panel { padding: 28px 22px; }
  .mql-control-card-grid { grid-template-columns: 1fr; }
  .mql-control-card { min-height: 0; padding: 24px 20px; }
  .mql-control-card__body { margin-top: 22px; }
  .mql-control-card__body h3 { font-size: 21px; }
  .mql-control-card__body h3 em { display: block; margin-top: 5px; white-space: normal; }
  .mql-control-card__body ul { font-size: 14px; }
}

/* Option B navigation: fixed A-style state changes with source-deck submenu routes. */
:root { --nav-height: 94px; }
html { scroll-padding-top: var(--nav-height); }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  min-height: var(--nav-height);
  padding: 0 var(--gutter);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  background: rgba(5, 6, 7, .88);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .28);
  transition: background-color .42s ease, border-color .42s ease, box-shadow .42s ease;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: clamp(178px, 15vw, 226px); height: auto; }
.site-menu { display: flex; align-items: stretch; justify-content: center; gap: clamp(20px, 3.15vw, 54px); height: var(--nav-height); }
.menu-group { position: relative; display: flex; align-items: stretch; }
.menu-link { display: inline-flex; align-items: center; color: rgba(255, 255, 255, .84); font-size: 15px; font-weight: 900; transition: color .26s ease; }
.menu-link:hover, .menu-link:focus-visible, .menu-link.active { color: #fff; }
.menu-panel {
  position: absolute;
  top: calc(100% - 6px);
  left: 50%;
  width: 238px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .36);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -10px);
  transition: opacity .24s ease, transform .24s cubic-bezier(.2, .8, .2, 1);
  overflow: hidden;
  isolation: isolate;
}
.menu-panel::before { content: ""; position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; filter: grayscale(1) contrast(1.16); }
.menu-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, rgba(6,7,8,.96), rgba(6,7,8,.78)); }
.menu-panel--mql::before { background-image: url("assets/source/image4.png"); }
.menu-panel--spray::before { background-image: url("assets/source/image40.png"); }
.menu-group:hover .menu-panel, .menu-group:focus-within .menu-panel { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.menu-panel a { position: relative; display: block; padding: 9px 8px; color: rgba(255, 255, 255, .86); font-size: 15px; font-weight: 800; }
.menu-panel a:hover, .menu-panel a:focus-visible { color: var(--orange); }
.header-contact { min-height: 50px; padding: 0 23px; color: #fff; background: var(--orange); transition: background-color .3s ease, color .3s ease; }
.mobile-menu-toggle { display: none; }
.site-header.is-hero-active { border-color: rgba(5, 6, 7, .24); background: var(--orange); box-shadow: 0 14px 42px rgba(5, 6, 7, .22); }
.site-header.is-hero-active .menu-link { color: rgba(5, 6, 7, .68); }
.site-header.is-hero-active .menu-link:hover, .site-header.is-hero-active .menu-link:focus-visible, .site-header.is-hero-active .menu-link.active { color: var(--ink); }
.site-header.is-hero-active .header-contact { color: var(--paper); background: var(--ink); }
.site-header.is-top-transparent { border-color: transparent; background: transparent; box-shadow: none; }
.site-header.is-top-transparent .menu-link { color: rgba(255, 255, 255, .82); }
.site-header.is-top-transparent .menu-link:hover, .site-header.is-top-transparent .menu-link:focus-visible, .site-header.is-top-transparent .menu-link.active { color: #fff; }
.site-header.is-top-transparent .header-contact { color: #fff; background: var(--orange); }

.hero, .subhero { height: 100svh; min-height: 100svh; padding-top: var(--nav-height); }
.subhero--mql::before { background-image: url("assets/source/image4.png"); }
.subhero--spray::before { background-image: url("assets/source/image40.png"); background-position: center; filter: grayscale(.4) contrast(1.14); }
.about-intro { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #090909; }
.about-intro::before { content: ""; position: absolute; inset: -40px; z-index: -2; background: url("assets/about-factory-photo.png") center 48% / cover no-repeat; filter: grayscale(.36) contrast(.72) blur(18px); opacity: .5; transform: scale(1.08); }
.about-intro::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,9,9,.96) 0%, rgba(9,9,9,.82) 43%, rgba(9,9,9,.58) 100%); }
.subhero--about::before, .subhero--about::after { display: none; }
.about-intro__hero.subhero--about { height: auto; min-height: 0; padding-top: calc(var(--nav-height) + clamp(34px, 5vw, 70px)); padding-bottom: clamp(38px, 4.5vw, 64px); background: transparent; }
.about-intro__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: clamp(36px, 7vw, 120px); width: 100%; }
.about-hero-copy { padding-bottom: 0; }
.about-founded { display: flex; align-items: flex-end; gap: clamp(12px, 1.4vw, 22px); margin: 0; color: #fff; white-space: nowrap; }
.about-founded span { padding-bottom: clamp(7px, .8vw, 13px); font-size: clamp(13px, 1vw, 17px); font-weight: 900; }
.about-founded strong { color: var(--orange); font-size: clamp(72px, 9vw, 142px); font-weight: 950; line-height: .72; letter-spacing: 0; }
.about-hero-summary { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: clamp(15px, 1.25vw, 19px); font-weight: 700; line-height: 1.7; word-break: keep-all; }
.about-intro__origin { position: relative; padding: clamp(44px, 5vw, 72px) 0 clamp(78px, 9vw, 132px); color: #fff; background: transparent; }
.about-intro__divider { position: absolute; top: 0; right: 0; left: max(var(--gutter), calc((100vw - var(--max)) / 2)); height: 1px; background: rgba(255,86,43,.72); }
.about-intro__divider::after { content: ""; position: absolute; top: 50%; right: max(var(--gutter), calc((100vw - var(--max)) / 2)); width: clamp(250px, 29vw, 440px); height: 3px; background: var(--orange); transform: translateY(-50%); }
.about-intro__divider[data-reveal] { opacity: 1; transform: scaleX(0); transform-origin: right center; transition: transform .72s cubic-bezier(.2,.75,.3,1); }
.about-intro__divider[data-reveal].is-visible { transform: scaleX(1); }
body.is-static .about-intro__divider[data-reveal], body.is-static .about-intro__divider[data-reveal].is-visible { opacity: 1; transform: scaleX(1); }
.about-intro__origin .about-origin-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: stretch; gap: clamp(44px, 6vw, 96px); width: 100%; max-width: none; margin: 0; }
.about-origin-image { min-width: 0; min-height: clamp(500px, 45vw, 680px); height: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-left: 0; background: rgba(255,255,255,.08); }
.about-origin-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.about-origin-copy { display: flex; flex-direction: column; justify-content: center; align-self: stretch; max-width: 680px; padding-right: var(--gutter); }
.about-origin-copy .headline,
.about-values-list-header .headline,
.about-philosophy-header .headline { font-size: clamp(38px, 4.2vw, 64px); }
.about-origin-question { margin: 26px 0 0; color: #fff; font-size: clamp(21px, 1.8vw, 29px); font-weight: 900; line-height: 1.45; word-break: keep-all; }
.about-origin-body { margin-top: 22px; color: rgba(255,255,255,.72); font-size: clamp(15px, 1.15vw, 18px); font-weight: 650; line-height: 1.78; word-break: keep-all; }
.about-origin-body p { margin: 0; }
.about-origin-body p + p { margin-top: 12px; }
.about-intro .orange-note { margin-top: 28px; border-color: var(--orange); color: #fff; background: rgba(255,255,255,.09); }
.about-values-intro { position: relative; isolation: isolate; min-height: 0; padding-top: clamp(68px, 7vw, 104px); padding-bottom: clamp(68px, 7vw, 104px); overflow: hidden; }
.about-values-intro::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/catalog/mql-hero-nozzle-spray-composite.webp?v=20260831-r2") 64% 46% / cover no-repeat; opacity: .84; }
.about-values-intro::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #090909 0%, #090909 38%, rgba(9,9,9,.88) 53%, rgba(9,9,9,.36) 75%, rgba(9,9,9,.12) 100%), linear-gradient(0deg, rgba(9,9,9,.62), transparent 42%); }
.about-values-heading { display: block; }
.about-values-copy { position: relative; z-index: 1; width: min(610px, 54%); }
.about-values-slogan { max-width: 850px; font-size: clamp(40px, 4.8vw, 76px); line-height: 1.02; }
.about-values-slogan span { color: var(--orange); }
.about-values-lede { max-width: 500px; margin: clamp(26px, 3vw, 42px) 0 0; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.32vw, 20px); font-weight: 650; line-height: 1.75; word-break: keep-all; }
.about-values-list { padding-top: clamp(58px, 7vw, 104px); padding-bottom: clamp(44px, 4.5vw, 72px); }
.about-values-list-header { display: grid; grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr); align-items: end; gap: clamp(36px, 6vw, 96px); margin-bottom: clamp(42px, 5vw, 72px); padding-bottom: clamp(28px, 3vw, 42px); }
.about-values-list-header .eyebrow { align-self: start; }
.about-values-list-header .headline { max-width: 760px; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.about-value { min-width: 0; padding: clamp(24px, 3vw, 42px) clamp(24px, 3.4vw, 50px) clamp(18px, 2vw, 28px); border-top: 1px solid rgba(18,18,18,.24); }
.about-value + .about-value { box-shadow: inset 1px 0 rgba(18,18,18,.14); }
.about-value:first-child,
.about-value:last-child { padding-inline: clamp(24px, 3.4vw, 50px); }
.about-value-number { display: block; color: var(--orange-deep); font-size: 13px; font-weight: 900; text-align: right; }
.about-value h3 { margin: clamp(24px, 2.8vw, 40px) 0 0; color: var(--ink); font-size: clamp(27px, 2.5vw, 40px); line-height: 1; }
.about-value-definition { margin: 14px 0 0; color: var(--ink); font-size: clamp(16px, 1.2vw, 19px); font-weight: 900; line-height: 1.45; word-break: keep-all; }
.about-value-media { aspect-ratio: 16 / 9; margin: clamp(24px, 2.8vw, 40px) 0 0; overflow: hidden; background: #ddd9d1; }
.about-value-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.2) contrast(.94); }
.about-value-body { margin: 24px 0 0; color: #57534d; font-size: clamp(14px, 1.05vw, 17px); font-weight: 650; line-height: 1.75; word-break: keep-all; }
.about-philosophy { padding-block: clamp(72px, 8vw, 120px); }
.about-philosophy-header { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(460px, 1.28fr); align-items: end; gap: clamp(28px, 4vw, 64px); padding-bottom: clamp(28px, 3.5vw, 48px); border-bottom: 1px solid rgba(12, 13, 13, .24); }
.about-philosophy-header .eyebrow { align-self: start; }
.about-philosophy-header .headline { max-width: 900px; }
.about-philosophy-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(32px, 5vw, 72px); padding-top: clamp(34px, 4.5vw, 60px); }
.about-philosophy-motto span { display: block; color: var(--orange); font-size: 13px; font-weight: 900; }
.about-philosophy-motto strong { display: block; margin-top: 20px; font-size: clamp(58px, 7vw, 112px); line-height: .94; letter-spacing: 0; }
.about-philosophy-motto b { display: block; margin-top: 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.2vw, 52px); font-weight: 500; letter-spacing: 0; }
.about-philosophy-motto p { margin-top: 24px; color: #53534f; font-size: 17px; font-weight: 700; }
.about-philosophy-copy > p { max-width: 850px; color: #2d2d2a; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.85; }
.about-philosophy-copy > p + p { margin-top: 24px; font-weight: 700; }
.about-philosophy-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: clamp(44px, 6vw, 78px); }
.about-philosophy-principle { min-width: 0; padding: 22px 24px 0; border-top: 1px solid rgba(12, 13, 13, .34); }
.about-philosophy-principle:first-child { padding-left: 0; }
.about-philosophy-principle + .about-philosophy-principle { border-left: 1px solid rgba(12, 13, 13, .16); }
.about-philosophy-principle span { color: var(--orange); font-size: 12px; font-weight: 900; }
.about-philosophy-principle h3 { margin-top: 22px; font-size: 22px; }
.about-philosophy-principle p { margin-top: 12px; color: #5a5a55; font-size: 14px; line-height: 1.7; }

@media (max-width: 900px) {
  :root { --nav-height: 78px; }
  .site-header { padding: 0 20px; }
  .brand img { width: 188px; }
  .site-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; padding: 16px 20px 22px; border-bottom: 1px solid rgba(255, 255, 255, .12); background: rgba(5, 6, 7, .97); box-shadow: 0 18px 34px rgba(0, 0, 0, .28); }
  .site-header.is-menu-open .site-menu { display: grid; }
  .menu-group { display: block; min-width: 0; padding: 8px 0; }
  .about-values-intro { min-height: 0; }
  .about-values-intro::before { background-position: 70% 46%; opacity: .66; }
  .about-values-copy { width: min(100%, 620px); }
  .about-values-list { padding-bottom: 40px; }
  .about-values-list-header { grid-template-columns: 1fr; gap: 14px; }
  .about-value-grid { grid-template-columns: 1fr; }
  .about-value { padding: 30px 0 38px; }
  .about-value:first-child,
  .about-value:last-child { padding-inline: 0; }
  .about-philosophy-header,
  .about-philosophy-layout { grid-template-columns: 1fr; }
  .about-philosophy { padding-block: 64px; }
  .about-philosophy-header { align-items: start; gap: 12px; }
  .about-philosophy-layout { gap: 32px; }
  .about-philosophy-principles { grid-template-columns: 1fr; }
  .about-philosophy-principle { padding: 24px 0; }
  .about-philosophy-principle + .about-philosophy-principle { border-left: 0; }
  .about-intro__hero.subhero--about { height: auto; min-height: 0; padding-top: calc(var(--nav-height) + 34px); }
  .about-intro__hero-grid, .about-intro__origin .about-origin-layout { grid-template-columns: 1fr; }
  .about-founded { justify-self: start; }
  .about-founded strong { font-size: clamp(68px, 20vw, 96px); }
  .about-intro__divider::after { width: min(56vw, 230px); }
  .about-origin-image { min-height: 0; height: min(92vw, 440px); border-right: 0; }
  .about-origin-copy { max-width: none; padding-inline: var(--gutter); }
  .about-value + .about-value { border-left: 0; }
  .about-value h3 { margin-top: 28px; }
  .menu-link { min-height: 34px; color: #fff; font-size: 15px; }
  .menu-panel { position: static; width: auto; padding: 0; border: 0; border-radius: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; background: transparent; overflow: visible; }
  .menu-panel::before, .menu-panel::after { display: none; }
  .menu-panel a { padding: 6px 0; color: rgba(255, 255, 255, .64); font-size: 13px; }
  .mobile-menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; margin-left: auto; margin-right: 10px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 5px; color: #fff; background: transparent; cursor: pointer; }
  .mobile-menu-toggle svg { width: 20px; height: 20px; }
  .header-contact { min-height: 46px; padding: 0 18px; }
  .hero, .subhero { min-height: 100svh; }
}
@media (max-width: 560px) {
  .brand img { width: 160px; }
}

/* Option B visual-system revision: Magnific outline assets and balanced media panels. */
.hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #070809;
}
.hero::after { background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.23) 100%), linear-gradient(0deg, rgba(0,0,0,.75), transparent 62%); }
.product-overview { padding-block: clamp(72px, 8vw, 132px); }
.overview-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.overview-image { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #eeebe5; }
.overview-image img { width: 100%; height: 100%; object-fit: contain; }
.overview-body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: end; gap: clamp(28px, 5vw, 78px); margin-top: clamp(34px, 5vw, 68px); }
.overview-body .lede { margin: 0 0 10px; }
.overview-body .facts { grid-column: 1 / -1; margin-top: 0; }
.magnific-icon { display: block; object-fit: contain; filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(3064%) hue-rotate(342deg) brightness(102%) contrast(103%); }
.fact { display: flex; flex-direction: column; justify-content: center; }
.fact-icon { width: 28px; height: 28px; margin-bottom: 16px; }
.spec { display: flex; flex-direction: column; justify-content: center; color: var(--ink); }
.spec-icon { width: 34px; height: 34px; margin-bottom: 15px; }
.spec b { color: var(--orange-deep); }
.spec span { margin-top: 8px; color: #252321; }
.route-card { display: flex; flex-direction: column; justify-content: center; }
.route-icon { width: 34px; height: 34px; margin-bottom: 18px; }
.route-card strong { line-height: 1; }
.rail-item { display: flex; flex-direction: column; justify-content: center; }
.rail-icon { width: 28px; height: 28px; margin-bottom: 16px; }
.rail-item b { margin: 0; }
.rail-item span { margin-top: 8px; }

@media (min-width: 901px) {
  .spec-grid { grid-auto-rows: 180px; }
  .spec { min-height: 0; }
}

@media (max-width: 900px) {
  .overview-body { grid-template-columns: 1fr; gap: 22px; }
  .overview-body .facts { grid-column: auto; }
}
@media (max-width: 560px) {
  .overview-media { grid-template-columns: 1fr; }
  .overview-image { aspect-ratio: 4 / 3; }
  .spec-icon, .route-icon { width: 30px; height: 30px; }
}

/* Option B home revision: two video-led entry scenes, then direct system routes. */
.home-hero {
  position: relative;
  display: flex;
  align-items: end;
  height: 100svh;
  min-height: 100svh;
  padding: calc(var(--nav-height) + clamp(34px, 5vw, 78px)) var(--gutter) clamp(48px, 6vw, 96px);
  isolation: isolate;
  overflow: hidden;
  background: #070809;
}
.home-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: #070809; }
.home-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .63) 49%, rgba(0, 0, 0, .18) 100%), linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 65%); }
.home-hero-video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; background: #070809; }
.home-hero-copy { width: 100%; }
.home-hero-copy .display { max-width: 980px; }
.home-hero--mql::after { background: linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .66) 52%, rgba(0, 0, 0, .2) 100%), linear-gradient(0deg, rgba(0, 0, 0, .76), transparent 63%); }

.home-system-selector { padding-block: clamp(72px, 9vw, 142px); }
.home-system-heading { max-width: 860px; margin-bottom: clamp(38px, 5vw, 68px); }
.home-system-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; background: rgba(9, 9, 9, .16); }
.home-system-card {
  display: grid;
  grid-template-rows: auto auto minmax(124px, 1fr) auto;
  align-items: start;
  min-height: 336px;
  padding: clamp(22px, 2.2vw, 34px);
  color: var(--ink);
  background: var(--paper);
  transition: background-color .28s ease, color .28s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
}
.home-system-card:hover, .home-system-card:focus-visible { color: #fff; background: var(--ink); transform: translateY(-8px); }
.home-system-family { color: var(--orange-deep); font-size: 12px; font-weight: 900; line-height: 1.25; }
.home-system-icon { width: 30px; height: 30px; margin-top: 19px; }
.home-system-product { align-self: center; justify-self: center; width: 100%; max-height: 144px; margin: 18px 0; object-fit: contain; }
.home-system-card strong { display: block; padding-top: 18px; border-top: 1px solid rgba(9, 9, 9, .18); font-size: clamp(20px, 1.85vw, 29px); line-height: 1.05; font-weight: 900; }
.home-system-card:hover strong, .home-system-card:focus-visible strong { border-color: rgba(255, 255, 255, .28); }

@media (max-width: 900px) {
  .home-hero { padding-top: calc(var(--nav-height) + 38px); }
  .home-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-system-card { min-height: 300px; }
}
@media (max-width: 560px) {
  .home-hero { min-height: 100svh; padding-bottom: 54px; }
  .home-hero-copy .display { font-size: clamp(42px, 13vw, 62px); }
  .home-system-grid { grid-template-columns: 1fr; }
  .home-system-card { min-height: 270px; }
  .home-system-product { max-height: 112px; }
}

/* Main revision: one horizontal video slider and two source-deck system menus. */
.home-hero-slider { position: relative; width: 100%; height: clamp(600px, 56.25vw, 900px); min-height: 0; overflow: hidden; background: #070809; }
.home-hero-track { display: flex; width: 200%; height: 100%; transform: translate3d(0, 0, 0); transition: transform .76s cubic-bezier(.22, 1, .36, 1); }
.home-hero-slider.is-slide-2 .home-hero-track { transform: translate3d(-50%, 0, 0); }
.home-hero-slide { position: relative; display: flex; flex: 0 0 50%; align-items: end; width: 50%; height: 100%; min-width: 0; min-height: 0; padding: calc(var(--nav-height) + clamp(34px, 5vw, 78px)) var(--gutter) clamp(54px, 6vw, 96px); isolation: isolate; overflow: hidden; }
.home-hero-slide::before { content: ""; position: absolute; inset: 0; z-index: -3; background: #070809; }
.home-hero-slide::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .38), transparent 54%), linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 58%); }
.home-hero-video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; background: #070809; }
.home-hero-copy { width: min(920px, 100%); margin-inline: auto; text-align: center; }
.home-hero-label, .home-hero-series { margin: 0; color: var(--orange); font-size: 12px; font-weight: 900; line-height: 1.2; }
.home-hero-title { max-width: none; margin: 12px 0 0; font-size: clamp(28px, 2.5vw, 42px); font-weight: 900; line-height: 1.08; letter-spacing: 0; white-space: nowrap; word-break: keep-all; }
.home-hero-description { margin: 10px 0 0; color: #f3f0e9; font-size: clamp(15px, 1.2vw, 18px); font-weight: 800; line-height: 1.35; }
.home-hero-series { margin-top: 17px; color: rgba(255, 255, 255, .7); }
.home-hero-controls { position: absolute; inset: 0; z-index: 2; width: 100%; margin: 0; pointer-events: none; }
.home-hero-control { position: absolute; top: 50%; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; color: #fff; background: rgba(0, 0, 0, .35); cursor: pointer; pointer-events: auto; transform: translateY(-50%); transition: background-color .2s ease, border-color .2s ease; }
.home-hero-control--previous { left: clamp(18px, 3vw, 56px); }
.home-hero-control--next { right: clamp(18px, 3vw, 56px); }
.home-hero-control:hover, .home-hero-control:focus-visible { border-color: var(--orange); background: var(--orange); }
.home-hero-control svg { width: 18px; height: 18px; }
.home-hero-dots { position: absolute; bottom: clamp(26px, 3vw, 48px); left: 50%; display: flex; gap: 7px; pointer-events: auto; transform: translateX(-50%); }
.home-hero-dots button { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(255, 255, 255, .35); cursor: pointer; transition: background-color .2s ease, width .2s ease; }
.home-hero-dots button[aria-selected="true"] { width: 42px; background: var(--orange); }

.home-system-selector { position: relative; left: auto; width: 100%; margin-left: 0; padding: 0; padding-inline: 0; border-block: 1px solid #fff; }
.home-system-selector .content-width { width: 100%; }
.home-system-grid { gap: 0; background: transparent; overflow: visible; }
.home-system-menu { position: relative; display: grid; grid-template-rows: auto 1fr; height: clamp(180px, 11vw, 220px); min-height: 0; padding: 22px var(--gutter) 24px; overflow: hidden; isolation: isolate; color: var(--ink); background: #ebe7df; transition: transform .35s cubic-bezier(.22, 1, .36, 1), background-color .28s ease, color .28s ease; }
.home-system-menu--mql { color: #fff; background: var(--ink); }
.home-system-menu:hover, .home-system-menu:focus-visible { color: #fff; background: var(--orange); transform: none; }
.home-system-meta { display: block; }
.home-system-meta, .home-system-title-row { position: relative; z-index: 1; }
.home-system-menu .home-system-family { color: var(--orange); }
.home-system-menu:hover .home-system-family, .home-system-menu:focus-visible .home-system-family { color: var(--ink); }
.home-system-title-row { align-self: end; display: grid; grid-template-columns: 60px minmax(0, 1fr); align-items: center; column-gap: 18px; }
.home-system-menu .home-system-icon { width: 58px; height: 58px; margin: 0; }
.home-system-menu:hover .home-system-icon, .home-system-menu:focus-visible .home-system-icon { filter: brightness(0) invert(1); }
.home-system-menu strong { display: block; padding: 0; border: 0; font-size: clamp(24px, 2.5vw, 38px); line-height: .96; font-weight: 900; }
.home-system-menu--mql strong { color: #fff; }
.home-system-product-art { position: absolute; right: clamp(20px, 2.4vw, 44px); bottom: 12px; z-index: 0; width: auto; max-width: none; height: calc(100% - 36px); pointer-events: none; }
.home-system-product-art--mql { right: clamp(18px, 2.1vw, 38px); }
.home-system-product-art--spray { right: clamp(20px, 2.4vw, 44px); }
.home-system-route { display: block; margin-top: 7px; color: currentColor; font-size: 14px; font-weight: 800; line-height: 1.4; }

.contact-section { background: var(--ink); }
.contact-section::before, .contact-section::after { content: none; }
.contact-panel { border: 1px solid rgba(255, 86, 43, .34); background: #111214; }
.contact-panel .eyebrow { color: var(--orange); }
.contact-panel .headline { color: #fff; }
.contact-panel .lede { color: #c8c5c0; }
.contact-form button { color: #fff; background: var(--orange); }

@media (max-width: 900px) {
  .home-hero-slider { height: clamp(600px, 75vw, 720px); }
  .home-hero-slide { padding-top: calc(var(--nav-height) + 38px); }
  .home-system-menu { min-height: 0; }
}
@media (max-width: 560px) {
  .home-hero-slider { height: clamp(620px, 145vw, 760px); }
  .home-hero-slide { min-height: 0; padding-bottom: 96px; }
  .home-hero-video { object-position: 60% center; }
  .home-hero-copy { width: 100%; }
  .home-hero-title { font-size: clamp(29px, 8vw, 40px); white-space: normal; }
  .home-hero-control--previous { left: 18px; }
  .home-hero-control--next { right: 18px; }
  .home-hero-dots { bottom: 30px; }
  .home-system-selector { left: auto; width: 100%; margin-left: 0; }
  .home-system-menu { height: auto; min-height: 180px; padding: 22px var(--gutter) 24px; }
  .home-system-title-row { grid-template-columns: 52px minmax(0, 1fr); column-gap: 14px; }
  .home-system-menu .home-system-icon { width: 50px; height: 50px; }
  .home-system-product-art { right: 16px; bottom: 10px; height: calc(100% - 30px); opacity: .7; }
  .home-system-product-art--mql { right: 14px; }
}

/* MQL hero: the OTM equipment establishes the system while the mist remains the visual focus. */
.subhero--mql.mql-hero-layout {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  width: 100vw;
  height: auto;
  min-height: 100svh;
  margin-left: calc(50% - 50vw);
  padding: calc(var(--nav-height) + clamp(24px, 3vw, 50px)) var(--gutter) clamp(42px, 4vw, 72px);
  background: #090a0b;
}
.subhero--mql.mql-hero-layout::before { opacity: .94; background-image: url("assets/catalog/mql-hero-nozzle-spray-rebalanced.webp?v=20260831-r3"); background-position: center 46%; background-size: cover; background-repeat: no-repeat; filter: none; }
.subhero--mql.mql-hero-layout::after { background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .18) 54%, rgba(0, 0, 0, .44) 100%), linear-gradient(0deg, rgba(0, 0, 0, .42), transparent 68%); }
.mql-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr);
  align-items: end;
  gap: clamp(40px, 6vw, 104px);
  width: min(var(--max), calc(100% - var(--gutter) * 2));
  margin: 0 auto;
}
.mql-hero-product-column { display: grid; gap: clamp(18px, 2.2vw, 32px); }
.mql-hero-copy { max-width: 560px; }
.mql-hero-copy .eyebrow { margin: 0 0 13px; }
.mql-hero-copy .headline { max-width: 560px; margin: 0; font-size: clamp(30px, 3.1vw, 52px); line-height: 1.08; text-shadow: 0 3px 20px rgba(0, 0, 0, .72); }
.mql-hero-product-slot {
  position: relative;
  min-height: clamp(560px, 43vw, 680px);
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}
.mql-hero-product-slot::before { content: ""; position: absolute; z-index: 0; left: -8%; bottom: -4%; width: 74%; height: 92%; background: radial-gradient(ellipse at 44% 72%, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .48) 44%, transparent 76%); pointer-events: none; }
.mql-hero-product-slot::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--orange), rgba(255,255,255,.18), transparent); }
.mql-hero-product-slot img { display: block; position: absolute; object-fit: contain; }
.mql-hero-equipment { z-index: 1; left: -2%; bottom: 0; width: 93%; height: 98%; object-position: left bottom; filter: drop-shadow(18px 24px 32px rgba(0,0,0,.64)); }
.mql-hero-feature-list {
  display: grid;
  gap: clamp(9px, 1vw, 14px);
  align-self: end;
  justify-self: end;
  width: min(100%, 280px);
  margin: 0 0 clamp(4px, 1vw, 16px);
  padding: clamp(18px, 2.4vw, 32px) 0 clamp(18px, 2.4vw, 32px) clamp(22px, 3vw, 44px);
  border-left: 1px solid rgba(255, 255, 255, .24);
  list-style: none;
}
.mql-hero-feature-list li { color: #e8e4de; font-size: clamp(13px, .9vw, 16px); font-weight: 750; line-height: 1.45; word-break: keep-all; }
.mql-hero-feature-list li::before { content: "·"; display: inline-block; width: 14px; color: var(--orange); font-size: 1.35em; font-weight: 900; }

@media (max-width: 900px) {
  .subhero--mql.mql-hero-layout { padding: calc(var(--nav-height) + 20px) 20px 34px; }
  .subhero--mql.mql-hero-layout::before { background-position: 88% 46%; }
  .mql-hero-grid { grid-template-columns: 1fr; gap: 32px; width: 100%; }
  .mql-hero-feature-list { justify-self: stretch; margin: 0; padding: 28px 0 0; border-top: 1px solid rgba(255, 255, 255, .24); border-left: 0; }
  .mql-hero-product-slot { min-height: clamp(430px, 70vw, 580px); }
  .mql-hero-equipment { width: 81%; height: 96%; }
}
@media (max-width: 560px) {
  .subhero--mql.mql-hero-layout::before { background-position: 92% 46%; }
  .mql-hero-product-column { gap: 18px; }
  .mql-hero-copy .headline { font-size: clamp(28px, 8vw, 34px); }
  .mql-hero-product-slot { min-height: 360px; }
  .mql-hero-equipment { left: 0; width: 93%; height: 96%; }
  .mql-hero-feature-list { gap: 14px; padding-top: 20px; }
  .mql-hero-feature-list li { font-size: 14px; }
}

/* MQL source-deck Benefits: editorial copy, machining state, then the six original pictograms. */
.mql-benefits-intro { padding-block: clamp(70px, 8vw, 128px); }
.mql-benefits-overview {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 4.5vw, 72px);
}
.mql-benefits-copy { max-width: 650px; }
.mql-benefits-copy .eyebrow { margin: 0 0 16px; }
.mql-benefits-copy h2 { max-width: 650px; margin: 0; color: var(--ink); font-size: clamp(28px, 2.35vw, 38px); font-weight: 900; line-height: 1.16; letter-spacing: 0; word-break: keep-all; }
.mql-benefits-copy__description { max-width: 610px; margin: 19px 0 0; color: #494644; font-size: clamp(15px, 1.1vw, 17px); font-weight: 650; line-height: 1.68; word-break: keep-all; }
.mql-benefits-visual { position: relative; aspect-ratio: 16 / 9; min-height: 0; margin: 0; overflow: visible; background: transparent; }
.mql-benefits-visual__art { position: absolute; inset: 0; background: transparent; transform: scale(1.22); transform-origin: center; }
.mql-benefits-visual__lineart { position: absolute; inset: 0; display: block; width: 100%; height: 100%; z-index: 0; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.mql-benefits-visual__spray { position: absolute; inset: 0; display: block; width: 100%; height: 100%; z-index: 1; object-fit: contain; object-position: center; mix-blend-mode: multiply; pointer-events: none; }
.mql-benefit-panel { margin-top: clamp(54px, 7vw, 104px); padding-top: clamp(28px, 3vw, 46px); border-top: 1px solid rgba(9, 10, 11, .18); }
.mql-benefit-label { margin: 0 0 clamp(20px, 2.6vw, 34px); color: var(--ink); font-size: clamp(18px, 1.6vw, 24px); font-weight: 850; line-height: 1; text-align: center; }
.mql-benefit-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.mql-benefit-grid li { display: grid; grid-template-rows: auto auto; justify-items: center; align-content: start; min-width: 0; padding: 0 clamp(8px, 1.1vw, 17px); text-align: center; }
.mql-benefit-grid li + li { border-left: 1px solid rgba(9, 10, 11, .12); }
.mql-benefit-icon { display: block; width: min(100%, 96px); aspect-ratio: 1; object-fit: contain; }
.mql-benefit-grid span { margin-top: 13px; color: #292725; font-size: clamp(13px, 1.05vw, 16px); font-weight: 800; line-height: 1.48; word-break: keep-all; }

@media (max-width: 900px) {
  .mql-benefits-overview { grid-template-columns: 1fr; gap: 34px; }
  .mql-benefits-copy { max-width: none; }
  .mql-benefits-copy h2, .mql-benefits-copy__description { max-width: none; }
  .mql-benefits-visual { min-height: 0; }
  .mql-benefits-visual__art { transform: scale(1.16); }
  .mql-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 30px; }
  .mql-benefit-grid li:nth-child(4) { border-left: 0; }
}
@media (max-width: 560px) {
  .mql-benefits-intro { padding-block: 58px; }
  .mql-benefits-copy h2 { font-size: clamp(29px, 8vw, 36px); }
  .mql-benefits-copy__description { margin-top: 20px; font-size: 16px; line-height: 1.65; }
  .mql-benefits-visual { min-height: 0; }
  .mql-benefit-panel { margin-top: 48px; }
  .mql-benefit-grid { row-gap: 26px; }
  .mql-benefit-grid li { padding-inline: 7px; }
  .mql-benefit-grid span { margin-top: 9px; font-size: 13px; line-height: 1.42; }
}

@media (max-width: 900px) {
  .section.paper { width: 100%; margin-left: 0; }
  .optimization-section-intro, .optimization-nozzle-layout { grid-template-columns: 1fr; }
  .optimization-section-intro { gap: 20px; }
  .optimization-group + .optimization-group { margin-top: 30px; padding: 30px 0 0; border-top: 1px solid rgba(9,10,11,.16); border-left: 0; }
  .process-tabs { gap: 22px; }
  .process-tab-list { display: flex; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; }
  .process-tab { flex: 0 0 108px; min-height: 104px; }
  .process-tab-panel { min-height: 0; }
  .process-panel-layout { grid-template-columns: 1fr; grid-template-areas: "eyebrow" "heading" "description" "benefits" "visuals" "combination"; }
  .process-panel-visuals { min-height: 320px; }
  .process-panel-copy .eyebrow { padding: 34px 34px 12px; }
  .process-panel-copy h3 { padding: 0 34px 24px; }
  .process-panel-copy > p:not(.eyebrow) { padding: 0 34px 18px; }
  .process-panel-benefits { margin: 0 34px 34px; }
}
@media (min-width: 561px) and (max-width: 900px) {
  .process-tab-list { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); overflow-x: visible; scrollbar-width: none; }
  .process-tab { grid-column: span 3; min-width: 0; min-height: 88px; padding: 13px 8px; }
  .process-tab:nth-child(-n + 4) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-tab:nth-child(4) { border-right: 0; }
  .process-tab:nth-child(n + 5) { grid-column: span 4; }
}
@media (max-width: 760px) {
  .process-panel-visuals { min-height: 270px; }
  .process-panel-visuals--split-cutout { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 12px; min-height: 260px; padding: 24px 18px; }
  .process-panel-visuals--split-cutout .process-panel-visual { height: 220px; }
  .process-panel-visuals--bandsaw { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, .85fr); gap: 6px; padding-inline: 10px; }
  .process-panel-visuals--circular-saw { grid-template-columns: minmax(0, .72fr) minmax(0, 1.08fr) minmax(112px, .46fr); gap: 8px; padding-inline: 12px; }
  .process-panel-visuals--bandsaw .process-panel-visual--spray-pattern,
  .process-panel-visuals--circular-saw .process-panel-visual--spray-pattern { height: 128px; }
  .process-panel-copy h3 { font-size: clamp(28px, 8vw, 38px); }
  .process-panel-benefits { grid-template-columns: 1fr; padding: 10px 0; }
  .process-panel-benefits li { padding: 9px 0; }
  .process-panel-benefits li + li { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .process-panel-combination { grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr) 22px minmax(0, 1fr); gap: 4px; }
  .process-panel-combination b { display: grid; width: 22px; height: 22px; font-size: 22px; transform: translateY(-18px); }
}
@media (max-width: 560px) {
  .optimization-section-intro .headline { font-size: clamp(29px, 8vw, 36px); }
  .optimization-option-card { grid-template-rows: 150px 148px; height: 300px; min-height: 0; }
  .optimization-option-card figure img { inset: 14px 20px; width: calc(100% - 40px); height: calc(100% - 28px); }
  .optimization-option-copy { padding: 17px 18px 19px; }
  .optimization-option-copy p { font-size: 13px; }
  .process-tabs { gap: 18px; }
  .process-tab-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow-x: visible; margin-inline: 0; scrollbar-width: none; }
  .process-tab:first-child, .process-tab:last-child { margin-inline: 0; }
  .process-tab { min-width: 0; min-height: 80px; gap: 7px; padding: 11px 10px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); font-size: 13px; line-height: 1.25; text-align: center; white-space: normal; }
  .process-tab:nth-child(2n) { border-right: 0; }
  .process-tab:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-tab:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .process-tab-icon { width: 28px; height: 28px; }
  .process-tab-panel { min-height: 0; }
  .process-panel-copy .eyebrow { padding: 28px 22px 10px; }
  .process-panel-copy h3 { padding: 0 22px 20px; font-size: clamp(26px, 7.2vw, 32px); line-height: 1.08; }
  .process-panel-copy > p:not(.eyebrow) { padding: 0 22px 16px; font-size: 15px; line-height: 1.66; }
  .process-panel-benefits { margin: 0 22px 28px; }
  .process-panel-visuals { min-height: 290px; }
  .process-panel-visuals--split-cutout { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 8px; min-height: 280px; padding: 18px 12px; }
  #process-panel-milling .process-panel-visuals--split-cutout,
  #process-panel-routing .process-panel-visuals--split-cutout,
  #process-panel-turning .process-panel-visuals--split-cutout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-panel-visuals--split-cutout .process-panel-visual { height: 240px; }
  .process-panel-visuals--bandsaw,
  .process-panel-visuals--circular-saw { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); grid-template-rows: minmax(0, 1fr) 72px; gap: 4px 8px; padding: 12px; }
  .process-panel-visuals--bandsaw { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: minmax(0, 1fr) 108px; gap: 4px 8px; }
  .process-panel-visuals--bandsaw .process-panel-visual,
  .process-panel-visuals--circular-saw .process-panel-visual { height: 184px; }
  .process-panel-visuals--bandsaw .process-panel-visual--spray-pattern,
  .process-panel-visuals--circular-saw .process-panel-visual--spray-pattern { grid-column: 1 / -1; height: 72px; }
  .process-panel-visuals--bandsaw .process-panel-visual--spray-pattern { height: 108px; }
  .process-panel-visuals--circular-saw { grid-template-rows: minmax(0, 1fr) 96px; }
  .process-panel-visuals--circular-saw .process-panel-visual { height: 160px; }
  .process-panel-visuals--circular-saw .process-panel-visual--spray-pattern { height: 96px; }
  .process-panel-visual:first-child { padding: 0; }
  .process-panel-visual:first-child img { padding: 10px; transform: scale(1); }
  .process-full-preview { right: 10px; bottom: 10px; width: 72px; }
  .process-image-viewer { width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .process-image-viewer__shell { grid-template-rows: 60px minmax(0, 1fr); }
  .process-image-viewer__toolbar { padding: 8px; }
  .process-image-viewer__title { display: none; }
  .process-panel-visual:last-child { right: 14px; bottom: 14px; width: 42%; height: 38%; min-width: 126px; min-height: 100px; padding: 8px; }
  .process-panel-visuals--bandsaw .process-panel-visual--spray-pattern,
  .process-panel-visuals--circular-saw .process-panel-visual--spray-pattern { position: relative; inset: auto; grid-column: 1 / -1; width: 100%; min-width: 0; height: 72px; min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .process-panel-visuals--bandsaw .process-panel-visual--spray-pattern { height: 108px; }
  .process-panel-visuals--circular-saw .process-panel-visual--spray-pattern { height: 96px; }
  .process-panel-combination { grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr) 18px minmax(0, 1fr); gap: 3px; padding: 24px 12px 28px; }
  .process-panel-combination figure { grid-template-rows: 116px auto; }
  .process-panel-combination img { height: 108px; }
  .process-panel-combination figcaption { font-size: 12px; line-height: 1.3; }
  .process-panel-combination b { width: 18px; height: 18px; font-size: 25px; transform: translateY(-20px); }
  .process-panel-copy { padding: 28px 20px 32px; }
}

@media (max-width: 900px) {
  .mistoil-lineup-intro { grid-template-columns: 1fr; gap: 18px; }
  .mistoil-lineup-intro .lede { margin-bottom: 0; }
  .mistoil-lineup-card { grid-template-columns: minmax(140px, .8fr) 104px minmax(0, 1.45fr); column-gap: 24px; }
  .mistoil-lineup-detail ul { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 560px) {
  .mistoil-lineup { margin-top: 42px; }
  .mistoil-lineup-card { grid-template-columns: minmax(0, 1fr) 88px; grid-template-areas: "label visual" "detail detail"; gap: 20px 16px; padding: 26px 0; }
  .mistoil-lineup-label { grid-area: label; min-height: 100px; }
  .mistoil-lineup-label p { font-size: 20px; }
  .mistoil-lineup-label span { font-size: 12px; }
  .mistoil-lineup-card figure { grid-area: visual; align-self: center; width: 88px; height: 112px; }
  .mistoil-lineup-detail { grid-area: detail; }
  .mistoil-lineup-detail > p { font-size: 15px; line-height: 1.55; }
  .mistoil-lineup-detail ul { margin-top: 12px; font-size: 13px; }
  .mistoil-lineup-detail strong { margin-top: 12px; font-size: 13px; }
}

/* MQL nozzle system: preserve cutout scale and readable option grouping on compact screens. */
@media (max-width: 900px) {
  .nozzle-option-intro, .nozzle-option-layout { grid-template-columns: 1fr; }
  .nozzle-option-intro { gap: 20px; }
  .nozzle-option-group + .nozzle-option-group { margin-top: 32px; padding: 32px 0 0; border-top: 1px solid rgba(18,18,18,.16); border-left: 0; }
}

@media (max-width: 560px) {
  .nozzle-family-grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 26px; }
  .nozzle-family-card { grid-template-rows: minmax(164px, 1fr) auto; }
  .nozzle-family-card figure { padding: 14px 18px; }
  .nozzle-family-card figure img { width: 100%; }
  .nozzle-family-copy { padding-top: 14px; }
  .nozzle-option-intro h3 { font-size: clamp(29px, 8vw, 36px); }
  .nozzle-option-grid { grid-template-columns: 1fr; gap: 28px; }
  .nozzle-option-card { grid-template-rows: var(--nozzle-media-height) auto; }
  .nozzle-option-card > div { min-height: 88px; }
}

/* Spray & coating source-deck implementation: content is mapped to request slides 15-22. */
.spray-hero { isolation: isolate; overflow: hidden; }
.spray-hero::after { background: linear-gradient(90deg, rgba(5, 6, 7, .98) 0%, rgba(5, 6, 7, .88) 48%, rgba(5, 6, 7, .32) 78%, rgba(5, 6, 7, .5) 100%); }
.spray-hero--family::before { background-image: none; opacity: 0; }
.spray-hero__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(280px, 1.22fr); align-items: end; gap: clamp(28px, 7vw, 120px); height: 100%; padding-bottom: clamp(52px, 8vw, 116px); }
.spray-hero__copy { position: relative; z-index: 1; }
.spray-hero__copy .headline { max-width: 560px; margin: 0; font-size: clamp(30px, 3.1vw, 52px); line-height: 1.08; }
.spray-hero__copy .lede { max-width: 560px; margin-top: 22px; font-size: clamp(13px, .9vw, 16px); font-weight: 750; line-height: 1.45; }
.spray-hero__visual { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: flex-end; align-self: stretch; min-width: 0; min-height: 0; margin: 0; padding-top: clamp(110px, 14vh, 170px); }
.spray-hero__visual img { display: block; width: min(118%, 980px); max-width: none; height: min(68vh, 650px); object-fit: contain; object-position: right bottom; filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .46)); }
.spray-overview__grid, .roller-system__grid, .custom-system__grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(340px, 1.06fr); align-items: center; gap: clamp(40px, 7vw, 124px); }
.spray-overview__visual, .spray-nozzle-specs__visual, .roller-products__visual { margin: 0; overflow: hidden; background: #eeece7; }
.spray-overview__visual { padding: clamp(14px, 2vw, 30px); }
.spray-overview__visual img, .spray-nozzle-specs__visual img, .roller-products__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ottp-code-list { display: grid; gap: 0; margin: clamp(28px, 4vw, 48px) 0 0; border-top: 1px solid rgba(18, 18, 18, .2); }
.ottp-code-list div { display: grid; grid-template-columns: minmax(94px, .25fr) minmax(0, 1fr); gap: 18px; padding: 13px 0; border-bottom: 1px solid rgba(18, 18, 18, .14); }
.ottp-code-list dt { color: var(--orange-deep); font-weight: 900; }
.ottp-code-list dd { margin: 0; color: #45413b; font-weight: 700; line-height: 1.45; }
.ottp-lineup { display: grid; grid-column: 1 / -1; margin-top: clamp(30px, 4vw, 56px); column-gap: clamp(20px, 3vw, 44px); row-gap: clamp(30px, 4vw, 54px); border: 0; }
.ottp-product-stage.ottp-lineup { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.ottp-lineup article { display: grid; grid-template-rows: clamp(270px, 24vw, 360px) auto; min-width: 0; padding: 0; border: 0; }
.ottp-lineup article:nth-child(-n + 3) { grid-column: span 2; }
.ottp-lineup article:nth-child(n + 4) { grid-column: span 3; }
.ottp-lineup figure { display: flex; align-items: flex-end; justify-content: center; min-width: 0; margin: 0; padding: 18px clamp(12px, 1.5vw, 24px) 20px; }
.ottp-lineup figure img { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(34, 26, 20, .13)); }
.ottp-product-meta { display: grid; align-content: start; gap: 7px; min-height: 96px; padding: 18px clamp(10px, 1.25vw, 20px) 0; border-top: 1px solid rgba(18,18,18,.22); border-bottom: 0; }
.ottp-lineup b { color: var(--ink); font-size: clamp(14px, 1.3vw, 20px); font-weight: 900; line-height: 1.2; }
.ottp-lineup span { color: #56514b; font-size: 13px; font-weight: 750; line-height: 1.45; word-break: keep-all; }
.ottp-spec-layout { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(480px, 1.08fr); align-items: stretch; gap: clamp(36px, 5vw, 72px); }
.ottp-spec-layout__visual { display: grid; place-items: center; width: 100%; height: 100%; min-height: 0; margin: 0; overflow: hidden; background: transparent; }
.ottp-spec-layout__visual img { width: min(100%, 740px); height: min(96%, 740px); object-fit: contain; object-position: center; filter: drop-shadow(0 22px 28px rgba(0,0,0,.52)); }
.ottp-spec-layout__content { display: grid; grid-template-rows: auto 1fr; min-width: 0; }
.ottp-spec-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: clamp(20px, 3vw, 42px); }
.ottp-spec-layout__content .headline { max-width: 500px; }
.ottp-spec-list { display: grid; grid-template-columns: 1fr; gap: 1px; margin: clamp(22px, 3vw, 36px) 0 0; padding: 1px; background: rgba(255,255,255,.16); list-style: none; }
.ottp-spec-list li { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; column-gap: 12px; min-height: 72px; padding: 17px 19px; color: #ece9e2; background: #17181a; font-size: clamp(14px, 1.08vw, 17px); font-weight: 750; line-height: 1.45; word-break: keep-all; }
.ottp-spec-list .spec-icon { justify-self: center; width: 42px; height: 42px; margin: 0; color: var(--orange); stroke-width: 1.9; }
.ottp-spec-label { align-self: center; display: block; min-width: 0; }
.ottp-spec-cta { display: inline-flex; align-items: center; justify-content: center; justify-self: end; min-height: 50px; margin: 0; padding: 0 22px; border: 0; border-radius: 0; color: var(--ink); background: var(--orange); font: inherit; font-size: 14px; font-weight: 900; white-space: nowrap; opacity: 1; cursor: not-allowed; }
.spray-spec-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(34px, 5vw, 70px); border-top: 1px solid rgba(255, 255, 255, .22); border-left: 1px solid rgba(255, 255, 255, .18); }
.spray-spec-list span { display: flex; align-items: center; gap: 11px; min-height: 108px; padding: 20px; border-right: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); color: #fff; font-size: clamp(15px, 1.18vw, 18px); font-weight: 850; line-height: 1.4; word-break: keep-all; }
.spray-spec-list .spec-icon { flex: 0 0 auto; width: 22px; height: 22px; margin: 0; color: var(--orange); }
.ottp-value-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin-top: clamp(34px, 5vw, 72px); border-top: 1px solid rgba(255, 255, 255, .2); }
.ottp-value-grid article { min-height: 220px; padding: 26px 22px 24px; border-right: 1px solid rgba(255, 255, 255, .18); }
.ottp-value-grid article:first-child { border-left: 1px solid rgba(255, 255, 255, .18); }
.ottp-value-grid b { color: var(--orange); font-size: 13px; }
.ottp-value-grid h3 { margin: 34px 0 12px; color: #fff; font-size: 19px; line-height: 1.25; word-break: keep-all; }
.ottp-value-grid p { margin: 0; color: rgba(255, 255, 255, .68); font-size: 14px; font-weight: 650; line-height: 1.65; word-break: keep-all; }
.spray-lineup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(38px, 5vw, 74px); border-top: 1px solid rgba(18, 18, 18, .2); border-bottom: 1px solid rgba(18, 18, 18, .16); }
.spray-lineup__group { min-width: 0; padding-top: 22px; }
.spray-lineup__group + .spray-lineup__group { border-left: 1px solid rgba(18, 18, 18, .18); }
.spray-lineup__group > h3 { margin: 0; padding: 0 22px 18px; color: var(--orange-deep); font-size: 13px; font-weight: 950; letter-spacing: 0; }
.spray-lineup__group-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.spray-lineup article { min-width: 0; padding: 0 22px 28px; border-right: 1px solid rgba(18, 18, 18, .16); }
.spray-lineup__group-grid article:last-child { border-right: 0; }
.spray-lineup__media { display: grid; place-items: center; height: clamp(190px, 18vw, 270px); margin: 0 0 24px; background: transparent; overflow: hidden; }
.spray-lineup__media img { width: 88%; height: 88%; object-fit: contain; object-position: center; }
.spray-lineup strong { display: block; color: var(--ink); font-size: clamp(23px, 2vw, 32px); letter-spacing: 0; }
.spray-lineup span { display: block; margin-top: 11px; color: var(--orange-deep); font-size: 14px; font-weight: 900; }
.spray-lineup p { margin: 18px 0 0; color: #504b44; font-size: 15px; font-weight: 680; line-height: 1.6; word-break: keep-all; }
.spray-system, .roller-system { --system-section-accent: var(--orange); position: relative; }
.spray-system::before, .spray-nozzle-specs::before, .roller-system::before, .roller-products::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--system-section-accent, var(--orange)); }
.spray-nozzle-specs, .roller-products { --system-section-accent: var(--orange); position: relative; border-top: 1px solid rgba(18,18,18,.14); }
.system-followup-heading { display: none; }
.spray-nozzle-specs__visual { margin-top: 0; background: #f1efeb; }
.spray-nozzle-specs__visual img { width: 100%; height: auto; object-fit: contain; }
.spray-nozzle-specs__cutouts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(28px, 5vw, 76px); min-height: clamp(330px, 34vw, 520px); padding: clamp(28px, 4vw, 64px) clamp(34px, 6vw, 94px); }
.spray-nozzle-specs__cutouts img { width: 100%; height: clamp(260px, 27vw, 410px); object-fit: contain; object-position: center; filter: drop-shadow(0 18px 24px rgba(35, 26, 19, .14)); }
.spray-nozzle-specs__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; border-top: 1px solid rgba(18,18,18,.16); border-bottom: 1px solid rgba(18,18,18,.16); background: transparent; }
.spray-nozzle-specs__grid article { padding: clamp(28px, 3vw, 48px); background: transparent; }
.spray-nozzle-specs__grid article + article { border-left: 1px solid rgba(18,18,18,.16); }
.spray-nozzle-specs__product { position: relative; height: clamp(280px, 30vw, 440px); margin: calc(clamp(28px, 3vw, 48px) * -1) calc(clamp(28px, 3vw, 48px) * -1) clamp(30px, 3vw, 44px); overflow: hidden; background: #f1efeb; }
.spray-nozzle-specs__product img { position: absolute; inset: 0; display: block; box-sizing: border-box; width: 100%; max-width: none; height: 100%; max-height: none; padding: clamp(22px, 3vw, 48px); object-fit: contain; filter: drop-shadow(0 18px 24px rgba(35, 26, 19, .14)); }
.spray-nozzle-specs__grid article > p { margin: 0; color: var(--orange-deep); font-size: 14px; font-weight: 900; }
.spray-nozzle-specs__grid h3 { margin: 13px 0 26px; color: var(--ink); font-size: clamp(23px, 2.2vw, 32px); line-height: 1.22; }
.spray-nozzle-specs__grid dl { margin: 0; border-top: 1px solid rgba(18,18,18,.16); }
.spray-nozzle-specs__grid dl div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(18,18,18,.12); }
.spray-nozzle-specs__grid dt { color: #68625b; font-size: 14px; font-weight: 700; }
.spray-nozzle-specs__grid dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 850; text-align: right; }
.spray-pattern { margin-top: clamp(26px, 3vw, 42px); padding-top: clamp(22px, 2.5vw, 34px); border-top: 1px solid rgba(18,18,18,.16); }
.spray-pattern figure { margin: 0; overflow: hidden; background: transparent; }
.spray-pattern figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 1; object-fit: contain; }
.spray-pattern-table { width: 100%; margin-top: 20px; border-collapse: collapse; color: var(--ink); font-size: 14px; line-height: 1.3; table-layout: fixed; }
.spray-pattern-table caption { padding-bottom: 12px; color: #3d3935; font-weight: 850; text-align: left; }
.spray-pattern-table th, .spray-pattern-table td { padding: 9px 12px; border-bottom: 1px solid rgba(18,18,18,.12); text-align: center; }
.spray-pattern-table thead th { color: #fff; background: #252321; font-weight: 900; }
.spray-pattern-table tbody th { color: #4d4842; background: rgba(18,18,18,.035); font-weight: 800; }
.spray-pattern-table tbody td { font-weight: 850; }
.roller-system__visual { position: relative; min-height: clamp(360px, 36vw, 520px); overflow: hidden; background: linear-gradient(135deg, #f6f3ed, #e2ddd4); }
.roller-system__visual > img:first-child { position: absolute; top: 50%; right: -6%; width: 116%; max-height: 88%; object-fit: contain; object-position: right center; transform: translateY(-50%); }
.roller-difference { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: clamp(38px, 5vw, 70px); border-top: 1px solid rgba(18, 18, 18, .18); }
.roller-difference article { padding-top: 22px; }
.roller-difference b { color: var(--orange-deep); font-size: 13px; }
.roller-difference h3 { margin: 14px 0 10px; color: var(--ink); font-size: 20px; }
.roller-difference p { margin: 0; color: #504b44; font-size: 15px; font-weight: 680; line-height: 1.65; word-break: keep-all; }
.roller-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3.6vw, 56px); margin-top: 0; background: transparent; }
.roller-product { display: grid; grid-template-rows: clamp(230px, 24vw, 360px) auto; min-width: 0; padding: 0; border: 0; background: transparent; }
.roller-product__media { display: grid; place-items: center; min-width: 0; margin: 0; padding: clamp(12px, 2vw, 28px); overflow: visible; }
.roller-product__media img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 18px 20px rgba(20,16,12,.14)); }
.roller-product__meta { min-width: 0; padding: clamp(24px, 2.4vw, 36px) 0 0; border-top: 1px solid rgba(18,18,18,.2); }
.roller-products__grid p { margin: 0; color: var(--orange-deep); font-size: 14px; font-weight: 900; }
.roller-products__grid h3 { margin: 12px 0 24px; color: var(--ink); font-size: clamp(23px, 2.15vw, 31px); line-height: 1.2; }
.roller-products__grid ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.roller-products__grid li { position: relative; padding-left: 12px; color: #58524b; font-size: 15px; font-weight: 680; line-height: 1.52; word-break: keep-all; }
.roller-products__grid li::before { content: "·"; position: absolute; left: 0; color: var(--orange-deep); }
.custom-system { position: relative; border-top: 1px solid rgba(18,18,18,.2); border-bottom: 1px solid rgba(18,18,18,.22); background: #e9e5dd; }
.section.paper.custom-system { background: #e9e5dd; }
.custom-system::before { content: ""; position: absolute; inset: 0 auto auto 0; width: min(36vw, 520px); height: 4px; background: var(--orange); }
.custom-system__grid { grid-template-columns: minmax(0, 1fr); align-items: start; gap: clamp(44px, 5vw, 72px); }
.custom-system__copy { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(470px, 1.22fr); align-items: start; gap: 0 clamp(52px, 7vw, 108px); }
.custom-system .eyebrow { color: var(--orange-deep); }
.custom-system__copy > .eyebrow, .custom-system__copy > .headline { grid-column: 1 / -1; }
.custom-system .headline { max-width: none; color: var(--ink); font-size: clamp(44px, 3.75vw, 54px); line-height: 1.08; }
.custom-system .lede { grid-column: 1; grid-row: 3; max-width: 480px; margin-top: 32px; color: #504b45; font-size: clamp(16px, 1.15vw, 18px); line-height: 1.75; }
.custom-system__routes { grid-column: 2; grid-row: 3 / span 2; margin-top: 32px; border-top: 1px solid rgba(18,18,18,.18); border-bottom: 1px solid rgba(18,18,18,.18); }
.custom-system__routes ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; counter-reset: custom-route; }
.custom-system__routes li { counter-increment: custom-route; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; min-height: 84px; padding: 18px 16px 18px 0; color: #302d29; font-size: 14px; font-weight: 780; line-height: 1.48; word-break: keep-all; }
.custom-system__routes li:nth-child(even) { padding-left: 20px; border-left: 1px solid rgba(18,18,18,.14); }
.custom-system__routes li:nth-child(n+3) { border-top: 1px solid rgba(18,18,18,.14); }
.custom-system__routes li::before { content: counter(custom-route, decimal-leading-zero); color: var(--orange-deep); font-size: 11px; font-weight: 900; line-height: 1.9; }
.custom-system__closing { grid-column: 1; grid-row: 4; max-width: 480px; margin: 30px 0 0; padding-left: 18px; border-left: 3px solid var(--orange); color: #25221f; font-size: clamp(16px, 1.25vw, 19px); font-weight: 850; line-height: 1.55; word-break: keep-all; }
.custom-system__closing span { display: block; }
.custom-system__visual { align-self: stretch; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2vw, 28px); min-height: 0; margin: 0; }
.custom-system__visual figure { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; min-height: 0; margin: 0; padding: clamp(20px, 2.1vw, 32px) clamp(18px, 2vw, 28px) 0; background: #e8e5df; }
.custom-system__visual img { display: block; width: 100%; height: clamp(270px, 25vw, 350px); object-fit: contain; object-position: center; filter: drop-shadow(0 18px 22px rgba(35,28,22,.14)); }
.custom-system__visual figure:nth-child(2) img { transform: scale(.9); transform-origin: center; }
.custom-system__visual figcaption { margin: 0 clamp(-28px, -2vw, -18px); padding: 17px clamp(18px, 2vw, 28px) 19px; border-top: 1px solid rgba(18,18,18,.16); color: #292622; font-size: 13px; font-weight: 900; text-align: left; }

/* Expand media sections only after the page shell reaches its 1600px cap. */
@media (min-width: 1601px) {
  .home-hero-slider,
  .route-section,
  .spray-hero,
  .about-intro,
  .about-values-intro,
  .section.paper {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
  }
}

@media (max-width: 1000px) {
  .ottp-spec-layout { grid-template-columns: 1fr; }
  .ottp-spec-layout__visual { min-height: clamp(360px, 72vw, 560px); }
  .custom-system__grid { grid-template-columns: 1fr; }
  .custom-system__copy { grid-template-columns: 1fr; }
  .custom-system__copy > .eyebrow, .custom-system__copy > .headline, .custom-system .lede, .custom-system__routes, .custom-system__closing { grid-column: auto; grid-row: auto; }
  .custom-system__routes { margin-top: 34px; }
  .custom-system__closing { margin-top: 30px; }
  .custom-system__visual { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 0; }
  .custom-system__visual img { height: clamp(250px, 43vw, 330px); }
}
@media (max-width: 900px) {
  .spray-hero__grid, .spray-overview__grid, .roller-system__grid { grid-template-columns: 1fr; }
  .ottp-product-stage.ottp-lineup { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ottp-lineup article:nth-child(n) { grid-column: auto; }
  .ottp-lineup article { grid-template-rows: clamp(220px, 42vw, 300px) auto; }
  .spray-hero__grid { grid-template-rows: auto minmax(0, 1fr); align-items: start; gap: 24px; padding-top: clamp(108px, 17vh, 148px); padding-bottom: 30px; }
  .spray-hero__visual { align-items: flex-end; justify-content: center; padding-top: 0; }
  .spray-hero__visual img { width: min(84vw, 700px); height: min(43vh, 440px); object-position: center bottom; }
  .spray-spec-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ottp-value-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ottp-value-grid article:nth-child(4) { border-left: 1px solid rgba(255, 255, 255, .18); }
  .spray-lineup { grid-template-columns: 1fr; }
  .spray-lineup__group + .spray-lineup__group { border-top: 1px solid rgba(18, 18, 18, .18); border-left: 0; }
  .spray-nozzle-specs__cutouts { min-height: clamp(300px, 52vw, 440px); padding: clamp(24px, 5vw, 44px); }
  .spray-nozzle-specs__cutouts img { height: clamp(220px, 34vw, 330px); }
}
@media (max-width: 640px) {
  .spray-hero__grid { gap: 16px; padding-top: clamp(102px, 16vh, 132px); padding-bottom: 22px; }
  .spray-hero__copy .headline { font-size: clamp(28px, 8vw, 34px); }
  .spray-hero__copy .lede { max-width: 34em; font-size: 14px; }
  .spray-hero__visual img { width: min(94vw, 560px); height: min(38vh, 330px); }
}
@media (max-width: 560px) {
  .spray-hero__grid { align-items: start; }
  .ottp-code-list div { grid-template-columns: 1fr; gap: 3px; }
  .spray-spec-list, .ottp-value-grid, .ottp-lineup, .ottp-spec-list, .spray-nozzle-specs__grid, .roller-difference, .roller-products__grid { grid-template-columns: 1fr; }
  .ottp-product-stage.ottp-lineup { grid-template-columns: 1fr; }
  .ottp-lineup article { grid-template-rows: minmax(250px, 72vw) auto; }
  .ottp-spec-heading { grid-template-columns: 1fr; align-items: start; }
  .ottp-spec-cta { justify-self: stretch; }
  .spray-spec-list span, .ottp-value-grid article { min-height: auto; border-left: 1px solid rgba(255, 255, 255, .18); }
  .spray-lineup__group-grid { grid-template-columns: 1fr; }
  .spray-lineup article { min-height: auto; border-right: 0; }
  .spray-lineup article + article { padding-top: 24px; border-top: 1px solid rgba(18, 18, 18, .16); }
  .spray-lineup__media { height: min(66vw, 290px); }
  .spray-nozzle-specs__cutouts { grid-template-columns: 1fr; gap: 18px; min-height: 0; }
  .spray-nozzle-specs__cutouts img { height: min(64vw, 280px); }
  .spray-nozzle-specs__visual img { object-position: center; }
  .roller-system__visual { min-height: 300px; }
  .spray-nozzle-specs__grid article + article, .roller-products__grid article + article { border-top: 1px solid rgba(18,18,18,.16); border-left: 0; }
  .custom-system__routes ul, .custom-system__visual { grid-template-columns: 1fr; }
  .custom-system__routes li:nth-child(even) { padding-left: 0; border-left: 0; }
  .custom-system__routes li:nth-child(n+2) { border-top: 1px solid rgba(18,18,18,.14); }
  .custom-system__visual img { height: min(74vw, 310px); }
}

@media (max-width: 900px) {
  .nozzle-system-section { --nozzle-media-height: clamp(180px, 48vw, 240px); }
  .nozzle-family-card, .nozzle-option-card { grid-template-rows: var(--nozzle-media-height) auto; }
}

@media (max-width: 560px) {
  .nozzle-system-section { --nozzle-media-height: clamp(150px, 42vw, 180px); }
  .nozzle-family-card, .nozzle-option-card { grid-template-rows: var(--nozzle-media-height) auto; }
  .nozzle-family-copy { min-height: 78px; }
}

/* Shared site footer */
.site-footer { position: relative; overflow: hidden; color: #fff; background: #08090a; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer::before { content: ""; position: absolute; top: 0; right: 0; width: min(42vw, 620px); height: 2px; background: var(--orange); }
.site-footer__top { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 8vw, 132px); padding-top: clamp(54px, 6vw, 86px); padding-bottom: clamp(48px, 5vw, 74px); }
.site-footer__identity { align-self: start; }
.site-footer__brand { display: inline-block; width: min(100%, 230px); }
.site-footer__brand img { display: block; width: 100%; height: auto; }
.site-footer__identity p { margin: 26px 0 0; color: rgba(255,255,255,.62); font-size: 14px; font-weight: 650; line-height: 1.75; word-break: keep-all; }
.site-footer__nav { display: grid; grid-template-columns: 1fr 1.35fr .72fr; gap: clamp(28px, 4vw, 64px); }
.site-footer__nav div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.site-footer__nav strong { min-height: 38px; color: var(--orange); font-size: 12px; font-weight: 900; line-height: 1.35; }
.site-footer__nav a { position: relative; display: inline-block; padding: 6px 0; color: rgba(255,255,255,.72); font-size: 14px; font-weight: 720; line-height: 1.4; transition: color .2s ease; }
.site-footer__nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-footer__nav a:hover, .site-footer__nav a:focus-visible { color: #fff; }
.site-footer__nav a:hover::after, .site-footer__nav a:focus-visible::after { transform: scaleX(1); }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-top: 21px; padding-bottom: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 12px; font-weight: 620; line-height: 1.55; }
.site-footer__bottom address { display: flex; flex-wrap: wrap; gap: 8px 24px; min-width: 0; font-style: normal; }
.site-footer__bottom address a { color: inherit; transition: color .2s ease; }
.site-footer__bottom address a:hover, .site-footer__bottom address a:focus-visible { color: #fff; }
.site-footer__bottom p { flex: 0 0 auto; margin: 0; }

@media (max-width: 900px) {
  .site-footer__top { grid-template-columns: 1fr; gap: 48px; }
  .site-footer__identity { display: flex; justify-content: space-between; align-items: flex-start; gap: 34px; }
  .site-footer__identity p { margin: 0; text-align: right; }
  .site-footer__nav { grid-template-columns: 1fr 1.35fr .72fr; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (max-width: 560px) {
  .site-footer::before { width: 48vw; }
  .site-footer__top { gap: 38px; padding-top: 48px; padding-bottom: 42px; }
  .site-footer__identity { display: block; }
  .site-footer__brand { width: 190px; }
  .site-footer__identity p { margin-top: 22px; text-align: left; }
  .site-footer__nav { grid-template-columns: 1fr 1.35fr; gap: 34px 24px; }
  .site-footer__nav div:last-child { grid-column: 1 / -1; }
  .site-footer__nav strong { min-height: 34px; }
  .site-footer__bottom address { display: grid; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__nav a, .site-footer__nav a::after, .site-footer__bottom address a { transition: none; }
}
