
:root {
  --red: #d92d20;
  --red-dark: #a82016;
  --ink: #111318;
  --muted: #68707d;
  --line: #dfe3e8;
  --soft: #f4f6f8;
  --panel: #ffffff;
  --steel: #2f3947;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--ink); background: #fff; }
.technical-bg {
  background:
    linear-gradient(90deg, rgba(17,19,24,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,19,24,.045) 1px, transparent 1px),
    radial-gradient(circle at 80% 10%, rgba(217,45,32,.08), transparent 32rem),
    #fff;
  background-size: 44px 44px, 44px 44px, auto;
}
.dark-grid {
  background:
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.055) 1px, transparent 1px),
    radial-gradient(circle at 10% 0%, rgba(217,45,32,.22), transparent 36rem),
    #111318;
  background-size: 48px 48px, 48px 48px, auto;
}
.wordmark { letter-spacing: -.045em; }
.nav-link { position: relative; }
.nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.nav-link:hover:after, .nav-link.is-active:after { transform: scaleX(1); }
.btn-primary, .btn-dark, .btn-light {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border: 1px solid transparent;
  padding: .85rem 1.15rem;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .18s ease;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--red); }
.btn-light { border-color: rgba(255,255,255,.28); color: #fff; }
.btn-light:hover { background: #fff; color: var(--ink); }
.metric-rule { border-left: 1px solid var(--line); padding-left: 1.25rem; }
.homepage-hero-visual {
  position: relative;
  left: 50%;
  width: min(calc(100vw - 32px), 1720px);
  transform: translateX(-50%);
  overflow: visible;
  /* border: 1px solid rgba(17,19,24,.08);
  background:
    linear-gradient(90deg, rgba(17,19,24,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,19,24,.045) 1px, transparent 1px),
    radial-gradient(circle at 80% 0%, rgba(217,45,32,.085), transparent 38rem),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,248,250,.94)); */
  /* background-size: 42px 42px, 42px 42px, auto;
  box-shadow: 0 28px 80px rgba(17,19,24,.09); */
}
.homepage-hero-visual:before {
  /* content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(17,19,24,.055);
  pointer-events: none; */
}
.homepage-hero-visual:after {
  display: none;
  content: "";
}
.homepage-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1500px, 112vw);
  margin: 0 auto;
  aspect-ratio: 1536 / 430;
  object-fit: contain;
  padding: clamp(.25rem, .8vw, .75rem) clamp(.1rem, .35vw, .35rem);
  filter: drop-shadow(0 24px 24px rgba(17,19,24,.16));
}
.section-kicker {
  color: var(--red);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.panel {
  border: 1px solid var(--line);
  background: #fff;
}
.panel-dark {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
}
.precision-shadow { box-shadow: 0 28px 80px rgba(17,19,24,.12); }
.seal-card-media {
  display: flex;
  height: 206px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(17,19,24,.06);
  background:
    linear-gradient(90deg, rgba(17,19,24,.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,19,24,.032) 1px, transparent 1px),
    radial-gradient(circle at 50% 44%, rgba(217,45,32,.035), transparent 42%),
    linear-gradient(135deg, #fff, #f7f8fa);
  background-size: 26px 26px, 26px 26px, auto;
  margin-bottom: 1.75rem;
  padding: 1rem;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.seal-card-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 78%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 14px rgba(17,19,24,.12));
  transition: transform .18s ease;
}
.seal-card-media img[src*=".webp"] {
  max-width: 72%;
  max-height: 88%;
}
.seal-card-media img[src*="wiper-seals"] {
  max-width: 58%;
  max-height: 70%;
}
.seal-card-media img[src*="rotary-seals"] {
  max-width: 62%;
  max-height: 78%;
}
.group:hover .seal-card-media {
  border-color: rgba(255,255,255,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px),
    rgba(255,255,255,.045);
}
.group:hover .seal-card-media img {
  transform: translateY(-2px) scale(1.02);
}
.data-table { border-collapse: collapse; width: 100%; }
.data-table th, .data-table td {
  border-bottom: 1px solid var(--line);
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
.data-table th {
  background: #f7f8fa;
  color: #111318;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-machine {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(17,19,24,.12);
  background:
    linear-gradient(90deg, rgba(217,45,32,.12), transparent 28%),
    linear-gradient(135deg, #fff, #f4f6f8);
  overflow: hidden;
}
.hero-machine:before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(17,19,24,.12);
}
.seal-orbit {
  position: absolute;
  border-radius: 50%;
  transform: rotate(-18deg);
  filter: drop-shadow(0 28px 30px rgba(17,19,24,.18));
}
.seal-orbit.red { width: 330px; height: 175px; border: 26px solid var(--red); left: 88px; top: 150px; }
.seal-orbit.black { width: 420px; height: 224px; border: 34px solid #131821; left: 160px; top: 190px; }
.seal-orbit.blue { width: 245px; height: 130px; border: 22px solid #146690; left: 275px; top: 103px; }
.seal-orbit.gold { width: 190px; height: 100px; border: 18px solid #caa04a; left: 350px; top: 285px; }
.cutaway {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 72px;
  height: 74px;
  border: 1px solid rgba(17,19,24,.18);
  background: linear-gradient(90deg, #d7dde5, #fff 28%, #b9c3cf 44%, #fff 55%, #d7dde5);
}
.cutaway:before, .cutaway:after {
  content: "";
  position: absolute;
  top: -32px;
  width: 82px;
  height: 32px;
  background: var(--red);
  clip-path: polygon(0 100%, 35% 0, 100% 0, 78% 100%);
}
.cutaway:before { left: 112px; }
.cutaway:after { right: 112px; background: #111318; transform: scaleX(-1); }
.measurement {
  position: absolute;
  color: #111318;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.measurement:before {
  content: "";
  display: block;
  width: 110px;
  height: 1px;
  margin-bottom: .4rem;
  background: var(--red);
}
.m1 { left: 52px; top: 70px; }
.m2 { right: 50px; top: 106px; }
.m3 { left: 70px; bottom: 34px; }
.spec-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: min(260px, calc(100% - 56px));
  border: 1px solid rgba(17,19,24,.12);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  padding: 1rem;
}
.profile-cutaway {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #fff, #f5f7fa);
}
.profile-cutaway:before {
  content: "";
  position: absolute;
  inset: 26px;
  background:
    linear-gradient(90deg, rgba(17,19,24,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17,19,24,.045) 1px, transparent 1px);
  background-size: 26px 26px;
}
.profile-shape {
  position: absolute;
  left: 15%;
  top: 24%;
  width: 65%;
  height: 42%;
  background: linear-gradient(90deg, #0f5f96, #26a7d8 40%, #d92d20 41%, #9f1d14);
  clip-path: polygon(0 90%, 0 20%, 18% 20%, 27% 0, 54% 0, 54% 38%, 80% 38%, 100% 64%, 100% 90%);
  filter: drop-shadow(0 28px 25px rgba(17,19,24,.16));
}
.profile-shape.dark {
  background: linear-gradient(90deg, #111318, #4d5968 48%, #d92d20 49%, #a82016);
  clip-path: polygon(0 86%, 0 22%, 44% 22%, 54% 0, 72% 0, 100% 86%);
}
.profile-shape.ring {
  left: 18%;
  top: 22%;
  width: 62%;
  height: 52%;
  border-radius: 50%;
  background: transparent;
  border: 34px solid #111318;
  box-shadow: inset 0 0 0 18px #d92d20, 0 0 0 18px #d5a540;
  clip-path: none;
}
.label-pin {
  position: absolute;
  border: 1px solid rgba(17,19,24,.12);
  background: rgba(255,255,255,.9);
  padding: .55rem .7rem;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pin-a { left: 28px; top: 28px; }
.pin-b { right: 28px; bottom: 28px; }
.condition-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.photo-tile { position: relative; overflow: hidden; min-height: 330px; }
.photo-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 15%, rgba(17,19,24,.82));
}
.photo-tile > div { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 1.5rem; color: #fff; }
.industry-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 31%);
  gap: 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  padding-bottom: .9rem;
  -webkit-overflow-scrolling: touch;
}
.industry-slider::-webkit-scrollbar { height: 8px; }
.industry-slider::-webkit-scrollbar-track { background: #eef1f4; }
.industry-slider::-webkit-scrollbar-thumb { background: rgba(17,19,24,.24); }
.industry-slide {
  min-height: 360px;
  scroll-snap-align: start;
  border: 1px solid rgba(17,19,24,.08);
  box-shadow: 0 22px 42px rgba(17,19,24,.08);
}
.industry-slide img { transition: transform .32s ease, filter .32s ease; }
.industry-slide:hover img {
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.04);
}
.industry-slider-button {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
  transition: .18s ease;
}
.industry-slider-button:hover {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.industry-slider-button:focus-visible {
  outline: 3px solid rgba(217,45,32,.28);
  outline-offset: 3px;
}
@media (max-width: 768px) {
  .homepage-hero-visual {
    width: min(calc(100vw - 20px), 1720px);
    overflow: hidden;
  }
  .homepage-hero-visual:before { inset: 4px; }
  .homepage-hero-image {
    width: 100%;
    max-width: none;
    aspect-ratio: 1536 / 430;
    padding: .35rem .1rem;
  }
  .seal-card-media {
    height: 184px;
    margin-bottom: 1.4rem;
    padding: .9rem;
  }
  .seal-card-media img {
    max-width: 72%;
    max-height: 78%;
  }
  .seal-card-media img[src*=".webp"] {
    max-width: 68%;
    max-height: 84%;
  }
  .seal-card-media img[src*="wiper-seals"] {
    max-width: 54%;
    max-height: 68%;
  }
  .seal-card-media img[src*="rotary-seals"] {
    max-width: 58%;
    max-height: 74%;
  }
  .industry-slider {
    grid-auto-columns: minmax(260px, 82vw);
    gap: .9rem;
    padding-bottom: .8rem;
  }
  .industry-slide { min-height: 330px; }
  .industry-slider-button {
    width: 44px;
    height: 44px;
  }
  .hero-machine { min-height: 430px; }
  .seal-orbit.red { width: 220px; height: 118px; left: 28px; top: 138px; border-width: 18px; }
  .seal-orbit.black { width: 280px; height: 150px; left: 78px; top: 172px; border-width: 24px; }
  .seal-orbit.blue { width: 165px; height: 88px; left: 135px; top: 92px; border-width: 16px; }
  .seal-orbit.gold { width: 135px; height: 72px; left: 182px; top: 246px; border-width: 13px; }
  .cutaway { left: 28px; right: 28px; height: 58px; bottom: 56px; }
  .measurement { display: none; }
  .spec-card { left: 18px; right: 18px; bottom: 18px; width: auto; }
}


.conversion-strip a { white-space: nowrap; }
.product-hero-stage { display: grid; min-height: 360px; place-items: center; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(90deg, rgba(17,19,24,.035) 1px, transparent 1px), linear-gradient(180deg, rgba(17,19,24,.035) 1px, transparent 1px), radial-gradient(circle at 50% 40%, rgba(217,45,32,.055), transparent 42%), #fff; background-size: 28px 28px, 28px 28px, auto; }
.product-hero-stage img { width: auto; height: auto; max-width: 78%; max-height: 310px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(17,19,24,.14)); }
.panel a, .data-table a { color: var(--red); font-weight: 800; }
.photo-tile { display: block; }
input:focus, textarea:focus, select:focus { box-shadow: 0 0 0 3px rgba(217,45,32,.14); }
@media (max-width: 768px) {
  .conversion-strip { text-align: center; }
  .product-hero-stage { min-height: 260px; }
  .product-hero-stage img { max-height: 220px; }
}


.conversion-strip a { white-space: nowrap; }
.product-hero-stage { display: grid; min-height: 360px; place-items: center; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(90deg, rgba(17,19,24,.035) 1px, transparent 1px), linear-gradient(180deg, rgba(17,19,24,.035) 1px, transparent 1px), radial-gradient(circle at 50% 40%, rgba(217,45,32,.055), transparent 42%), #fff; background-size: 28px 28px, 28px 28px, auto; }
.product-hero-stage img { width: auto; height: auto; max-width: 78%; max-height: 310px; object-fit: contain; filter: drop-shadow(0 22px 22px rgba(17,19,24,.14)); }
.panel a, .data-table a { color: var(--red); font-weight: 800; }
.photo-tile { display: block; }
input:focus, textarea:focus, select:focus { box-shadow: 0 0 0 3px rgba(217,45,32,.14); }
@media (max-width: 768px) {
  .conversion-strip { text-align: center; }
  .product-hero-stage { min-height: 260px; }
  .product-hero-stage img { max-height: 220px; }
}
