:root {
  --ink: #0c1117;
  --muted: #6a737d;
  --line: #dfe6ed;
  --panel: #f6f8fb;
  --blue: #0894d8;
  --blue-deep: #036fba;
  --steel: #9eacb8;
  --white: #ffffff;
  --radius: 8px;
}

/* Approved full-bleed homepage hero */
.cinematic-home .site-header {
  top: 22px;
  left: clamp(20px, 3.3vw, 64px);
  right: clamp(20px, 3.3vw, 64px);
  height: 64px;
  padding: 0 18px;
  background: rgba(3, 15, 24, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.cinematic-home .brand {
  gap: 0;
}

.cinematic-home .brand-mark {
  width: 70px;
  height: 46px;
  border-radius: 0;
}

.cinematic-home .brand > span:not(.brand-mark) {
  display: none;
}

.cinematic-home .nav {
  margin-left: auto;
  gap: clamp(14px, 1.55vw, 30px);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.cinematic-home .nav-group,
.cinematic-home .language-switch {
  min-height: 62px;
}

.cinematic-home .header-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-left: 24px;
  padding: 0 18px;
  color: #06111a;
  background: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cinematic-hero {
  position: relative;
  display: block;
  min-height: 100svh;
  padding: 0;
  isolation: isolate;
  background: #03101a;
}

.cinematic-hero .cinematic-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.cinematic-hero .cinematic-hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 14, 24, 0.96) 0%, rgba(2, 14, 24, 0.79) 33%, rgba(2, 14, 24, 0.22) 66%, rgba(2, 14, 24, 0.1) 100%),
    linear-gradient(180deg, rgba(1, 9, 15, 0.2) 0%, transparent 60%, rgba(1, 9, 15, 0.62) 100%);
}

.cinematic-hero .hero-scene-window {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  overflow: hidden;
  background: #03101a;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cinematic-hero .hero-scene-track,
.cinematic-hero .hero-scene-slide {
  height: 100%;
  min-height: 100svh;
}

.cinematic-hero .hero-scene-slide::after {
  display: none;
}

.cinematic-hero .hero-scene-slide img,
.cinematic-hero .hero-visual .hero-scene-slide img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.08) brightness(0.75);
  transform: scale(1.01);
  transition: transform 7s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.cinematic-hero .hero-scene-track[data-index="0"] .hero-scene-slide:nth-child(1) img,
.cinematic-hero .hero-scene-track[data-index="1"] .hero-scene-slide:nth-child(2) img,
.cinematic-hero .hero-scene-track[data-index="2"] .hero-scene-slide:nth-child(3) img {
  transform: scale(1.065);
}

.cinematic-hero .hero-copy {
  position: absolute;
  z-index: 4;
  top: clamp(190px, 23vh, 260px);
  left: clamp(40px, 5vw, 96px);
  width: min(900px, 58vw);
  max-width: none;
}

.cinematic-hero .eyebrow {
  margin-bottom: 24px;
  color: #26b8ef;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.cinematic-hero h1 {
  width: auto;
  max-width: 900px;
  margin-bottom: 22px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(60px, 4.7vw, 82px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.cinematic-hero .hero-lede {
  max-width: 590px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.65;
}

.cinematic-hero .hero-actions {
  gap: 10px;
}

.cinematic-hero .button {
  min-height: 44px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cinematic-hero .button-primary {
  color: #06111a;
  background: #fff;
  border-color: #fff;
}

.cinematic-hero .button-ghost {
  color: #fff;
  background: rgba(3, 15, 24, 0.42);
  border-color: rgba(255, 255, 255, 0.34);
}

.cinematic-hero .trust-strip {
  position: absolute;
  z-index: 4;
  left: clamp(40px, 5vw, 96px);
  bottom: clamp(40px, 6vh, 70px);
  width: min(650px, 55vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
}

.cinematic-hero .trust-strip span {
  min-height: auto;
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  border: 0;
  font-size: 9px;
  line-height: 1.5;
}

.cinematic-hero .trust-strip strong {
  margin-bottom: 5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.cinematic-hero .hero-scene-navigation {
  position: absolute;
  z-index: 5;
  right: clamp(32px, 5vw, 96px);
  bottom: clamp(40px, 6vh, 70px);
  display: flex;
  align-items: center;
  gap: 18px;
}

.cinematic-hero .hero-scene-count {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.cinematic-hero .hero-scene-dots {
  position: static;
  display: flex;
  gap: 6px;
}

.cinematic-hero .hero-scene-dots button,
.cinematic-hero .hero-scene-dots button.active {
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: none;
}

.cinematic-hero .hero-scene-dots button.active {
  width: 32px;
  background: #26b8ef;
}

@media (max-width: 1260px) {
  .cinematic-home .header-cta {
    display: none;
  }
}

@media (max-width: 980px) {
  .cinematic-home .site-header {
    top: 12px;
    left: 16px;
    right: 16px;
    height: 58px;
  }

  .cinematic-home .nav {
    top: 66px;
    margin-left: 0;
  }

  .cinematic-home .nav-group,
  .cinematic-home .language-switch {
    min-height: auto;
  }

  .cinematic-hero .hero-copy {
    top: clamp(150px, 19vh, 210px);
    width: min(700px, calc(100vw - 64px));
  }

  .cinematic-hero h1 {
    max-width: 650px;
    font-size: clamp(52px, 8vw, 72px);
  }
}

@media (max-width: 640px) {
  .cinematic-home .site-header {
    padding: 0 12px;
  }

  .cinematic-home .brand-mark {
    width: 58px;
    height: 38px;
  }

  .cinematic-hero {
    min-height: 100svh;
  }

  .cinematic-hero .cinematic-hero-background::after {
    background:
      linear-gradient(90deg, rgba(2, 14, 24, 0.93) 0%, rgba(2, 14, 24, 0.68) 72%, rgba(2, 14, 24, 0.34) 100%),
      linear-gradient(180deg, rgba(1, 9, 15, 0.16) 0%, rgba(1, 9, 15, 0.18) 55%, rgba(1, 9, 15, 0.82) 100%);
  }

  .cinematic-hero .hero-scene-slide img,
  .cinematic-hero .hero-visual .hero-scene-slide img {
    object-position: 62% center;
  }

  .cinematic-hero .hero-copy {
    top: 150px;
    left: 24px;
    width: calc(100vw - 48px);
  }

  .cinematic-hero .eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .cinematic-hero h1 {
    width: 100%;
    max-width: 520px;
    margin-bottom: 18px;
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.02;
  }

  .cinematic-hero .hero-lede {
    width: 100%;
    max-width: 430px;
    font-size: 13px;
    line-height: 1.58;
  }

  .cinematic-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .cinematic-hero .button {
    width: auto;
    min-height: 42px;
    padding: 0 15px;
    font-size: 9px;
  }

  .cinematic-hero .trust-strip {
    left: 24px;
    right: 24px;
    bottom: 38px;
    width: auto;
    gap: 14px;
  }

  .cinematic-hero .trust-strip span {
    font-size: 8px;
  }

  .cinematic-hero .trust-strip strong {
    font-size: 12px;
  }

  .cinematic-hero .hero-scene-navigation {
    right: 24px;
    bottom: 118px;
  }
}

/* Keep the approved homepage hero isolated from legacy responsive .hero rules. */
.hero.cinematic-hero {
  min-height: 100svh;
  padding: 0;
}

@media (max-width: 980px) {
  .hero.cinematic-hero {
    min-height: 100svh;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .hero.cinematic-hero {
    min-height: 100svh;
    padding: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-hero .hero-scene-track,
  .cinematic-hero .hero-scene-slide img {
    transition: none;
  }
}

.site-social-footer {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 92px;
  padding: 20px 24px;
  place-items: center;
  border-top: 1px solid #e4e9ed;
  background: #ffffff;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.social-link {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  color: #8a9096;
  text-decoration: none;
}

.social-link::before {
  width: 18px;
  height: 18px;
  background: currentColor;
  content: "";
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: color 160ms ease, transform 160ms ease;
}

.social-link[data-social="facebook"]::before {
  -webkit-mask-image: url("./assets/icons/social/facebook.svg");
  mask-image: url("./assets/icons/social/facebook.svg");
}

.social-link[data-social="x"]::before {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("./assets/icons/social/x.svg");
  mask-image: url("./assets/icons/social/x.svg");
}

.social-link[data-social="youtube"]::before {
  -webkit-mask-image: url("./assets/icons/social/youtube.svg");
  mask-image: url("./assets/icons/social/youtube.svg");
}

.social-link[data-social="whatsapp"]::before {
  -webkit-mask-image: url("./assets/icons/social/whatsapp.svg");
  mask-image: url("./assets/icons/social/whatsapp.svg");
}

.social-link:hover {
  color: #079ddd;
}

.social-link:hover::before {
  transform: translateY(-1px);
}

.social-link:focus-visible {
  color: #079ddd;
  outline: 2px solid #079ddd;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .social-link::before {
    transition: none;
  }
}

/* Search-focused English product category pages */
.seo-category-hero {
  min-height: 520px;
  padding: 132px max(5vw, 32px) 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid #26313a;
}

.seo-category-hero .breadcrumb {
  margin: 0 0 auto;
  color: #91a0ac;
  font-size: 13px;
}

.seo-category-hero .breadcrumb a {
  color: #c8d1d8;
}

.seo-category-hero h1 {
  max-width: 1080px;
  margin: 10px 0 20px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.seo-category-hero > p:not(.eyebrow) {
  max-width: 900px;
  color: #c7d0d7;
  font-size: 18px;
  line-height: 1.7;
}

.seo-category-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin-top: 42px;
  border-top: 1px solid #33414d;
  border-bottom: 1px solid #33414d;
}

.seo-category-facts span {
  padding: 20px 28px 20px 0;
  color: #aebbc5;
  border-right: 1px solid #33414d;
}

.seo-category-facts span + span {
  padding-left: 28px;
}

.seo-category-facts span:last-child {
  border-right: 0;
}

.seo-category-facts strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 19px;
}

.seo-category-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: 7vw;
  align-items: start;
}

.seo-category-intro h2,
.seo-proof-band h2,
.seo-category-cta h2 {
  margin: 6px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.seo-category-intro > p {
  margin: 2px 0 0;
  color: #536574;
  font-size: 17px;
  line-height: 1.8;
}

.seo-series-section {
  padding: 76px max(5vw, 32px);
  background: #f1f5f8;
}

.seo-series-list {
  margin-top: 34px;
  border-top: 1px solid #c7d2da;
}

.seo-series-row {
  display: grid;
  grid-template-columns: 90px 180px minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 210px;
  color: #0a1219;
  border-bottom: 1px solid #c7d2da;
}

.seo-series-row:hover {
  background: #fff;
}

.seo-series-code {
  color: #079fd7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.seo-series-row img {
  width: 180px;
  height: 150px;
  object-fit: contain;
  background: #fff;
}

.seo-series-row strong,
.seo-series-row small {
  display: block;
}

.seo-series-row strong {
  font-size: 21px;
}

.seo-series-row small {
  max-width: 760px;
  margin-top: 9px;
  color: #617180;
  font-size: 14px;
  line-height: 1.65;
}

.seo-series-row em {
  color: #0a75a4;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.seo-spec-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 max(5vw, 32px);
  background: #fff;
}

.seo-spec-band > div {
  min-height: 300px;
  padding: 58px 5vw 58px 0;
  border-right: 1px solid #d7e0e6;
}

.seo-spec-band > div + div {
  padding-left: 4vw;
}

.seo-spec-band > div:last-child {
  border-right: 0;
}

.seo-spec-band h2 {
  margin: 8px 0 14px;
  font-size: 24px;
}

.seo-spec-band p:last-child {
  color: #5f707d;
  line-height: 1.7;
}

.seo-proof-band {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(520px, 1.15fr);
  min-height: 560px;
  background: #e9f0f4;
}

.seo-proof-band > div {
  padding: 84px 6vw;
  align-self: center;
}

.seo-proof-band > div > p:last-child {
  margin-top: 24px;
  color: #536574;
  line-height: 1.8;
}

.seo-proof-band img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.seo-resource-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}

.seo-resource-links {
  border-top: 1px solid #bac7d0;
}

.seo-resource-links a {
  display: block;
  padding: 18px 4px;
  color: #15232d;
  border-bottom: 1px solid #d1dbe1;
  font-weight: 700;
}

.seo-resource-links a:hover {
  color: #008bc4;
}

.seo-category-cta {
  display: flex;
  gap: 48px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 78px max(5vw, 32px);
}

.seo-category-cta > div {
  max-width: 900px;
}

.seo-category-cta p:last-child {
  max-width: 780px;
  color: #b7c3cc;
  line-height: 1.7;
}

.seo-category-cta .button {
  flex: 0 0 auto;
}

.seo-category-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 34px 0 26px;
  border-top: 1px solid #cbd6dd;
  border-bottom: 1px solid #cbd6dd;
}

.seo-category-entry-grid a {
  min-height: 170px;
  padding: 24px;
  color: #111b23;
  border-right: 1px solid #d7e0e6;
}

.seo-category-entry-grid a:last-child {
  border-right: 0;
}

.seo-category-entry-grid span,
.seo-category-entry-grid strong,
.seo-category-entry-grid small {
  display: block;
}

.seo-category-entry-grid span {
  color: #079fd7;
  font-size: 12px;
  font-weight: 800;
}

.seo-category-entry-grid strong {
  margin-top: 32px;
  font-size: 18px;
}

.seo-category-entry-grid small {
  margin-top: 8px;
  color: #667784;
  line-height: 1.5;
}

.seo-category-entry-grid a:hover {
  background: #f1f6f9;
}

.section-heading.compact.product-family-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.5fr);
  grid-template-areas:
    "eyebrow copy"
    "title copy";
  align-items: end;
  column-gap: 42px;
  width: 100%;
  max-width: none;
  margin: 34px 0 0;
}

.section-heading.compact.product-family-heading .eyebrow {
  grid-area: eyebrow;
}

.section-heading.compact.product-family-heading h2 {
  grid-area: title;
  max-width: 840px;
  margin: 14px 0 0;
  font-size: clamp(52px, 4.2vw, 72px);
  line-height: 0.94;
  text-transform: uppercase;
}

.section-heading.compact.product-family-heading > p:not(.eyebrow) {
  grid-area: copy;
  align-self: end;
  max-width: 440px;
  margin: 0 0 8px;
  line-height: 1.55;
}

.product-showroom {
  width: 100%;
  max-width: none;
  margin: 28px 0 0;
  scroll-margin-top: 96px;
  overflow-x: auto;
  color: #0a1118;
  background: #fff;
  border-top: 1px solid #d4dce1;
  border-bottom: 1px solid #d4dce1;
}

.product-showroom-stage {
  position: relative;
  min-width: 920px;
  aspect-ratio: 1802 / 872;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.product-showroom-composite {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-showroom-meta {
  position: absolute;
  top: 8.8%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 66px;
  padding-left: 14px;
  border-left: 1px solid #ccd5da;
  pointer-events: none;
}

.product-showroom-meta span {
  color: #0799d4;
  font-size: 12px;
  font-weight: 800;
}

.product-showroom-meta small {
  color: #53636f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.product-showroom-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
  border: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.product-showroom-hotspot:hover {
  border-color: rgba(7, 153, 212, 0.46);
  box-shadow: inset 0 0 0 3px rgba(7, 153, 212, 0.12);
}

.product-showroom-hotspot:focus-visible {
  outline: 3px solid #0799d4;
  outline-offset: -3px;
}

.product-showroom-meta--jnm { left: 2.1%; }
.product-showroom-meta--jhm { left: 26.7%; }
.product-showroom-meta--jsc { left: 51.3%; }
.product-showroom-meta--jsj { left: 76.1%; }

.product-showroom-hotspot--jnm {
  left: 2.5%;
  top: 35%;
  width: 22%;
  height: 49%;
}

.product-showroom-hotspot--jhm {
  left: 26%;
  top: 28%;
  width: 23%;
  height: 45%;
}

.product-showroom-hotspot--jsc {
  left: 51%;
  top: 23%;
  width: 22%;
  height: 33%;
}

.product-showroom-hotspot--jsj {
  left: 75%;
  top: 31%;
  width: 23%;
  height: 46%;
}

.product-showroom-copy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 920px;
  background: #fff;
  border-top: 1px solid #d4dce1;
}

.product-showroom-copy {
  display: flex;
  min-width: 0;
  min-height: 214px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 20px 24px;
  border-right: 1px solid #d6dee3;
}

.product-showroom-copy:last-child {
  border-right: 0;
}

.product-showroom-copy small,
.product-showroom-copy strong,
.product-showroom-action {
  display: block;
}

.product-showroom-copy small {
  min-height: 17px;
  color: #5c7180;
  font-size: 11px;
  font-weight: 800;
}

.product-showroom-copy strong {
  margin-top: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.04;
}

.product-showroom-copy p {
  margin: 11px 0 18px;
  color: #60717e;
  font-size: 13px;
  line-height: 1.55;
}

.inline-category-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #9fb4c0;
  text-underline-offset: 2px;
}

.product-showroom-action {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 6px;
  color: #0b1117;
  border-bottom: 2px solid #1baee5;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-series-rail {
  display: grid;
  grid-template-columns: minmax(290px, 1.8fr) repeat(11, minmax(74px, 0.55fr));
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  border-bottom: 1px solid #cbd5dc;
  background: #fff;
}

.product-series-rail > * {
  min-width: 0;
  padding: 18px 14px;
  border-right: 1px solid #d6dee3;
}

.product-series-rail > *:last-child {
  border-right: 0;
}

.product-series-rail span small,
.product-series-rail span strong,
.product-series-rail a small,
.product-series-rail a strong {
  display: block;
}

.product-series-rail span small {
  color: #0799d4;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-series-rail span strong {
  margin-top: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  line-height: 1.05;
}

.product-series-rail a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #18232c;
  transition: color 180ms ease, background-color 180ms ease;
}

.product-series-rail a strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  line-height: 1;
}

.product-series-rail a small {
  margin-top: 5px;
  color: #71808a;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-series-rail a::after {
  content: "→";
  margin-top: 9px;
  color: #0799d4;
  font-size: 14px;
}

.product-series-rail a:hover {
  color: #007fad;
  background: #f3f7f9;
}

@media (max-width: 1180px) {
  .product-showroom-stage,
  .product-showroom-copy-grid {
    min-width: 920px;
  }

  .product-series-rail {
    display: flex;
    overflow-x: auto;
  }

  .product-series-rail > * {
    flex: 0 0 108px;
  }

  .product-series-rail span {
    flex-basis: 280px;
  }
}

@media (max-width: 900px) {
  .section-heading.compact.product-family-heading {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "copy";
    column-gap: 0;
  }

  .section-heading.compact.product-family-heading > p:not(.eyebrow) {
    max-width: 660px;
    margin: 18px 0 0;
  }
}

@media (max-width: 640px) {
  .section-heading.compact.product-family-heading {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    margin-top: 36px;
  }

  .section-heading.compact.product-family-heading h2 {
    max-width: 100%;
    font-size: 32px;
    line-height: 0.96;
    transform: none;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .section-heading.compact.product-family-heading > p:not(.eyebrow) {
    max-width: 100%;
  }

  .product-showroom {
    width: calc(100vw - 48px);
    max-width: calc(100vw - 48px);
    overflow-x: hidden;
  }

  .product-showroom-stage {
    min-width: 0;
  }

  .product-showroom-meta {
    top: 6.8%;
    gap: 5px;
    min-height: 0;
    padding-left: 5px;
  }

  .product-showroom-meta span {
    font-size: 8px;
  }

  .product-showroom-meta small {
    font-size: 7px;
  }

  .product-showroom-copy-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .product-showroom-copy {
    min-height: 0;
    padding: 24px 20px;
    border-right: 0;
    border-bottom: 1px solid #d6dee3;
  }

  .product-showroom-copy:last-child {
    border-bottom: 0;
  }

  .product-series-rail > * {
    flex-basis: 96px;
  }

  .product-series-rail span {
    flex-basis: 244px;
  }
}

@media (max-width: 900px) {
  .seo-category-hero {
    min-height: 500px;
    padding: 116px 24px 54px;
  }

  .seo-category-facts,
  .seo-category-intro,
  .seo-spec-band,
  .seo-proof-band,
  .seo-resource-band {
    grid-template-columns: 1fr;
  }

  .seo-category-facts span,
  .seo-category-facts span + span {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid #33414d;
  }

  .seo-category-facts span:last-child {
    border-bottom: 0;
  }

  .seo-series-section {
    padding: 58px 24px;
  }

  .seo-series-row {
    grid-template-columns: 58px 110px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
  }

  .seo-series-row img {
    width: 110px;
    height: 100px;
  }

  .seo-series-row em {
    grid-column: 3;
  }

  .seo-spec-band {
    padding: 0 24px;
  }

  .seo-spec-band > div,
  .seo-spec-band > div + div {
    min-height: 0;
    padding: 40px 0;
    border-right: 0;
    border-bottom: 1px solid #d7e0e6;
  }

  .seo-proof-band img {
    min-height: 360px;
  }

  .seo-category-cta {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .seo-category-entry-grid a:nth-child(2) {
    border-right: 0;
  }

  .seo-category-entry-grid a:nth-child(-n + 2) {
    border-bottom: 1px solid #d7e0e6;
  }
}

@media (max-width: 560px) {
  .seo-category-hero h1 {
    font-size: 46px;
  }

  .seo-series-row {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .seo-series-row img {
    grid-column: 1 / -1;
    width: 100%;
    height: 190px;
  }

  .seo-series-row em {
    grid-column: 2;
  }

  .seo-proof-band > div,
  .seo-category-cta {
    padding: 58px 24px;
  }

  .seo-category-entry-grid {
    grid-template-columns: 1fr;
  }

  .seo-category-entry-grid a,
  .seo-category-entry-grid a:nth-child(2) {
    min-height: 132px;
    border-right: 0;
    border-bottom: 1px solid #d7e0e6;
  }

  .seo-category-entry-grid a:last-child {
    border-bottom: 0;
  }
}

/* English company photography: restrained editorial layout using real production evidence. */
.capability-journal {
  background: #f1f4f6;
}

.capability-journal-heading {
  display: grid;
  grid-template-columns: minmax(420px, 1.12fr) minmax(360px, 0.88fr);
  column-gap: 72px;
  align-items: end;
  max-width: none;
  margin-bottom: 52px;
}

.capability-journal-heading .eyebrow {
  grid-column: 1 / -1;
}

.capability-journal-heading h2,
.capability-journal-heading > p:last-child {
  margin: 0;
}

.capability-journal-heading h2 {
  max-width: 760px;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.98;
}

.capability-journal-heading > p:last-child {
  max-width: 620px;
  padding-bottom: 7px;
  color: var(--muted);
  line-height: 1.75;
}

.capability-journal-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 42px 24px;
}

.capability-shot {
  grid-column: span 4;
  min-width: 0;
}

.capability-shot-lead {
  grid-column: span 8;
  grid-row: span 2;
}

.capability-shot-media {
  overflow: hidden;
  background: #dce2e6;
}

.capability-shot-media img {
  display: block;
  width: 100%;
  height: 258px;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

.capability-shot-media-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.capability-shot-media-pair img {
  min-width: 0;
  object-position: center;
}

.capability-shot-lead .capability-shot-media img {
  height: 626px;
}

.capability-shot:hover .capability-shot-media img {
  transform: scale(1.018);
}

.capability-shot-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 1.5fr);
  gap: 10px 22px;
  padding-top: 17px;
  border-top: 1px solid rgba(9, 16, 23, 0.22);
}

.capability-shot-copy span {
  grid-column: 1 / -1;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.capability-shot-copy h3,
.capability-shot-copy p {
  margin: 0;
}

.capability-shot-copy h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  line-height: 1.05;
}

.capability-shot-copy p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .capability-journal-heading {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .capability-shot,
  .capability-shot-lead {
    grid-column: span 6;
    grid-row: auto;
  }

  .capability-shot-media img,
  .capability-shot-lead .capability-shot-media img {
    height: 330px;
  }

  .capability-shot-copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .motor-catalog-panel {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .motor-catalog-controls,
  .motor-catalog-actions {
    align-items: stretch;
  }

  .motor-structure-control,
  .motor-catalog-actions .button {
    flex-basis: 100%;
  }

  .capability-journal-heading {
    margin-bottom: 34px;
  }

  .capability-journal-grid {
    gap: 36px;
  }

  .capability-shot,
  .capability-shot-lead {
    grid-column: 1 / -1;
  }

  .capability-shot-media img,
  .capability-shot-lead .capability-shot-media img {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .capability-shot-media-pair img {
    aspect-ratio: 4 / 3;
  }
}

/* Guided product selector */
.selector-step[hidden], .selector-results[hidden], .selector-actions .button[hidden], .selector-prefill-notice[hidden], .selector-primary-duty[hidden], .selector-duty-basis[hidden] { display: none !important; }
.selector-entry { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 36px; align-items: end; margin-bottom: 72px; padding: 32px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.selector-entry h2, .selector-entry p { margin: 0; }
.selector-entry h2 { max-width: 700px; margin-top: 8px; }
.selector-entry p:last-child { max-width: 780px; margin-top: 12px; color: var(--muted); line-height: 1.65; }
.selector-entry-dark { margin-top: -24px; }
.selector-hero { min-height: 52vh; }
.selector-shell { display: grid; grid-template-columns: minmax(260px, 330px) minmax(0, 1fr); gap: clamp(32px, 4vw, 64px); padding: clamp(64px, 8vw, 120px) clamp(24px, 6vw, 96px); background: #f3f6f9; }
.selector-intro { position: sticky; top: 112px; align-self: start; }
.selector-intro h2 { margin: 8px 0 16px; font: 700 clamp(36px, 4vw, 58px)/.98 "Barlow Condensed", sans-serif; }
.selector-intro > p:not(.eyebrow) { max-width: 480px; color: var(--muted); line-height: 1.65; }
.selector-progress { display: grid; margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid #cad4dd; }
.selector-progress li { display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 54px; color: #65717c; border-bottom: 1px solid #c5d0d9; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.selector-progress span { color: #6f7c87; font-size: 10px; }
.selector-progress li.is-active { color: var(--ink); border-bottom-color: var(--blue); }
.selector-progress li.is-active span, .selector-progress li.is-complete span { color: var(--blue); }
.selector-summary { margin: 26px 0 0; }
.selector-summary div { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; border-bottom: 1px solid #d7dfe6; }
.selector-summary dt { color: var(--muted); font-size: 11px; }
.selector-summary dd { margin: 0; font-size: 11px; font-weight: 700; }
.selector-workspace { min-width: 0; min-height: 580px; padding: 0; background: transparent; border: 0; }
#selectorForm { padding: clamp(28px, 4vw, 56px); background: var(--white); border: 1px solid #dbe3ea; }
.selector-step { margin: 0; padding: 0; border: 0; }
.selector-step legend { width: 100%; margin: 0 0 36px; padding: 0; font: 700 clamp(32px, 4vw, 52px)/1 "Barlow Condensed", sans-serif; }
.selector-step legend span { display: block; margin-bottom: 12px; color: var(--blue); font: 800 10px/1 Inter, sans-serif; text-transform: uppercase; }
.selector-options { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.selector-options label { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 13px; align-content: start; min-height: 108px; padding: 23px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; }
.selector-options label:nth-child(even) { border-right: 0; }
.selector-options input, .selector-compact-options input { position: static; width: 16px; height: 16px; margin: 1px 0 0; opacity: 1; pointer-events: auto; appearance: none; background: var(--white); border: 1px solid #667784; border-radius: 50%; }
.selector-options input:checked, .selector-compact-options input:checked { background: var(--blue); border-color: var(--blue); box-shadow: inset 0 0 0 4px var(--white); }
.selector-options label:has(input:checked), .selector-compact-options label:has(input:checked) { color: var(--ink); background: #edf7fc; box-shadow: inset 3px 0 var(--blue); }
.selector-options label:has(input:focus-visible), .selector-compact-options label:has(input:focus-visible) { outline: 2px solid var(--blue); outline-offset: -2px; }
.selector-options strong, .selector-options small { display: block; }
.selector-options strong { font-size: 15px; }
.selector-options small { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.selector-condition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.selector-condition-grid h3 { margin: 0 0 12px; font-size: 13px; text-transform: uppercase; }
.selector-primary-duty { margin: 0 0 38px; padding: 24px 0 28px; border-top: 2px solid var(--blue); border-bottom: 1px solid var(--line); }
.selector-duty-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .8fr); gap: 12px 32px; align-items: end; }
.selector-duty-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.selector-duty-heading h3 { margin: 0; font: 700 32px/1 "Barlow Condensed", sans-serif; }
.selector-duty-heading > p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.selector-duty-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.selector-duty-fields-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.selector-duty-fields label, .selector-refinement-grid label { display: grid; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.selector-duty-fields small, .selector-refinement-grid small { color: var(--muted); font-weight: 600; }
.selector-duty-fields input, .selector-refinement-grid input, .selector-refinement-grid select { width: 100%; min-height: 48px; padding: 0 14px; color: var(--ink); background: var(--white); border: 1px solid #bdc9d3; border-radius: 0; font: 600 15px/1 Inter, sans-serif; }
.selector-duty-type { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; border: 0; }
.selector-duty-type legend { width: 100%; margin: 0 0 4px; font: 800 11px/1 Inter, sans-serif; text-transform: uppercase; }
.selector-duty-type label { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: 12px; }
.selector-duty-type input { width: 16px; height: 16px; accent-color: var(--blue); }
.selector-duty-note { max-width: 800px; margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.selector-visual-fieldset { margin: 30px 0 0; padding: 0; border: 0; }
.selector-visual-fieldset > legend { margin: 0 0 12px; font: 800 11px/1 Inter, sans-serif; text-transform: uppercase; }
.selector-visual-fieldset > p { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.selector-visual-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
#selectorTransmissionInterfaceChoices { display: block; border-top: 0; }
.selector-visual-group + .selector-visual-group { margin-top: 28px; }
.selector-visual-group-title { margin: 0; padding: 0 0 10px; color: var(--ink); border-bottom: 1px solid var(--ink); font: 800 11px/1 Inter, sans-serif; text-transform: uppercase; }
.selector-visual-group-custom .selector-visual-group-title { color: var(--blue); }
.selector-visual-group-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.selector-visual-option { position: relative; min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; }
.selector-visual-option:nth-child(3n) { border-right: 0; }
.selector-visual-option > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.selector-visual-option > span { display: grid; grid-template-rows: 118px auto auto; min-height: 190px; padding: 14px; }
.selector-interface-figure { position: relative; display: block; overflow: hidden; background: #fff; }
.selector-visual-option img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(.15) contrast(1.05); }
#selectorTransmissionInterfaceChoices .selector-visual-option > span { grid-template-rows: auto auto auto; min-height: 0; padding: 12px; }
#selectorShaftChoices .selector-visual-option > span { grid-template-rows: auto auto auto; min-height: 0; padding: 12px; }
#selectorTransmissionInterfaceChoices .selector-interface-figure { aspect-ratio: 3 / 2; background: #eef1f3; border: 1px solid #e1e7ec; }
#selectorShaftChoices .selector-interface-figure { aspect-ratio: 3 / 2; background: #eef1f3; border: 1px solid #e1e7ec; }
#selectorTransmissionInterfaceChoices .selector-interface-figure img { position: absolute; inset: 0; display: block; object-fit: cover; padding: 0; filter: none; }
#selectorShaftChoices .selector-interface-figure img { position: absolute; inset: 0; display: block; object-fit: cover; padding: 0; filter: none; }
.selector-visual-option strong { margin-top: 12px; font-size: 12px; }
.selector-visual-option small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.selector-visual-option:has(input:checked) > span { background: #eaf6fc; box-shadow: inset 0 -3px var(--blue); }
.selector-visual-option:has(input:checked) .selector-interface-figure::after { position: absolute; right: 8px; bottom: 8px; width: 20px; height: 20px; content: ""; background: var(--blue); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--blue); }
.selector-visual-option:has(input:focus-visible) { outline: 2px solid var(--blue); outline-offset: -2px; }
.selector-compact-options { display: grid; border-top: 1px solid var(--ink); }
.selector-compact-options label { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; align-items: center; min-height: 42px; padding: 13px 14px; border-bottom: 1px solid var(--line); color: var(--muted); cursor: pointer; font-size: 12px; }
.selector-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 40px; }
.selector-back { color: var(--ink); background: transparent; border: 1px solid #cfd8e0; }
.selector-error { margin: 22px 0 0; color: #aa2c2c; font-size: 12px; font-weight: 700; }
.selector-results-head { display: flex; justify-content: space-between; gap: 24px; align-items: start; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.selector-results-head h2 { max-width: 690px; margin: 8px 0 0; font: 700 clamp(34px, 4vw, 52px)/1 "Barlow Condensed", sans-serif; }
.selector-results { width: 100%; max-width: 1200px; min-width: 0; scroll-margin-top: 86px; }
.selector-results:focus { outline: none; }
.selector-restart { flex: 0 0 auto; background: transparent; border: 1px solid #cfd8e0; }
.selector-duty-basis { display: grid; grid-template-columns: minmax(150px, .7fr) minmax(150px, 1fr) minmax(180px, 1.2fr) minmax(180px, 1fr); gap: 14px 28px; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--ink); }
.selector-duty-basis p, .selector-duty-basis strong, .selector-duty-basis span { margin: 0; }
.selector-duty-basis p { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.selector-duty-basis > strong { font: 700 30px/1 "Barlow Condensed", sans-serif; }
.selector-duty-basis span { color: var(--muted); font-size: 12px; }
.selector-duty-basis span strong { margin-left: 6px; color: var(--ink); font-family: Inter, sans-serif; font-size: 12px; }
.selector-result-list { display: grid; grid-template-columns: minmax(0, 1.16fr) repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--ink); }
.selector-result-list[data-count="1"] { grid-template-columns: minmax(0, 620px); }
.selector-result-list[data-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.selector-no-match { grid-column: 1 / -1; max-width: 860px; padding: 34px; border: 1px solid var(--line); background: #fff; }
.selector-no-match h3 { margin: 8px 0 10px; font-size: clamp(1.8rem, 3vw, 3rem); }
.selector-result { position: relative; display: grid; grid-template-rows: auto 210px minmax(0, 1fr); gap: 16px; min-width: 0; padding: 26px 28px 30px; border-right: 1px solid var(--line); }
.selector-result-preferred { background: #fff; box-shadow: inset 0 4px var(--blue); }
.selector-result-top { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.selector-result-top .eyebrow { margin: 0; }
.selector-result:last-child { border-right: 0; }
.selector-rank { color: var(--blue); font-size: 11px; font-weight: 800; }
.selector-result-image { position: relative; height: 210px; overflow: hidden; background: #f4f6f8; }
.selector-result-image img { position: absolute; inset: 14px; width: calc(100% - 28px); height: calc(100% - 28px); object-fit: contain; mix-blend-mode: multiply; }
.selector-result-copy h3, .selector-result-copy p { margin: 0; }
.selector-result-copy h3 { margin-top: 6px; font-size: 20px; }
.selector-result-copy .selector-parent-series { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.selector-result-metrics { margin: 18px 0 0; border-top: 1px solid var(--line); }
.selector-result-metrics div { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.selector-result-metrics dt { color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.selector-result-metrics dd { margin: 0; font-size: 10px; font-weight: 700; text-align: right; }
.selector-result-warnings { margin: 14px 0 0; padding: 0; list-style: none; }
.selector-result-warnings li { padding-left: 12px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.selector-result-warnings li::before { margin-left: -12px; content: "+"; color: var(--blue); font-weight: 800; }
.selector-result-copy > p:not(.eyebrow) { margin-top: 10px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.selector-result-copy a { display: inline-block; margin-top: 16px; padding-bottom: 5px; border-bottom: 2px solid var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.selector-motor-refinement { margin-top: 46px; padding-top: 34px; border-top: 1px solid var(--ink); }
.selector-motor-refinement h3 { margin: 8px 0 0; font: 700 34px/1 "Barlow Condensed", sans-serif; }
.selector-refinement-intro { max-width: 720px; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.selector-refinement-grid { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(220px, .45fr); gap: 18px; max-width: 720px; margin-top: 24px; }
#selectorMotorModelSummary { margin: 22px 0 0; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.55; }
.selector-model-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.selector-model-options span { padding: 9px 12px; color: #07577c; background: #edf7fc; border: 1px solid #b9dced; font-size: 11px; font-weight: 800; }
#selectorMotorModelList > p { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.selector-boundary { margin-top: 28px; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.selector-boundary strong { font-size: 13px; }
.selector-boundary p { max-width: 820px; margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.selector-custom-note { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: end; margin-top: 38px; padding: 30px 0; border-top: 2px solid var(--blue); }
.selector-custom-note .eyebrow { margin-bottom: 9px; }
.selector-custom-note h3 { margin: 0; font: 700 clamp(28px, 3vw, 42px)/1 "Barlow Condensed", sans-serif; }
.selector-custom-note > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.selector-result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.selector-result-actions .selector-inquiry { margin: 0; }
.selector-result-actions .button:not(.button-primary) { color: var(--ink); background: transparent; border-color: #aebbc5; }
.selector-result-actions .button[hidden] { display: none !important; }
.selector-prefill-notice { grid-column: 1 / -1; margin: 0 0 8px; padding: 14px 16px; color: #07577c; background: #e8f6fc; border-left: 3px solid var(--blue); font-size: 12px; line-height: 1.55; }

@media (max-width: 1100px) {
  .selector-entry, .selector-shell { grid-template-columns: 1fr; }
  .selector-entry { align-items: start; }
  .selector-entry .button { justify-self: start; }
  .selector-intro { position: static; }
  .selector-progress { grid-template-columns: repeat(5, 1fr); }
  .selector-progress li { display: block; min-height: 58px; padding: 11px 6px; }
  .selector-progress span { display: block; margin-bottom: 6px; }
}

@media (max-width: 620px) {
  .selector-shell { padding: 54px 16px; }
  .selector-workspace { min-height: 0; }
  #selectorForm { padding: 26px 18px; }
  .selector-options, .selector-condition-grid, .selector-duty-fields, .selector-duty-fields-three, .selector-refinement-grid, .selector-duty-heading { grid-template-columns: 1fr; }
  .selector-custom-note { grid-template-columns: 1fr; align-items: start; }
  .selector-result-actions { display: grid; grid-template-columns: 1fr; }
  .selector-visual-options { grid-template-columns: 1fr; }
  .selector-visual-group-grid { grid-template-columns: 1fr; }
  .selector-visual-option, .selector-visual-option:nth-child(3n) { border-right: 0; }
  .selector-visual-option > span { grid-template-rows: 140px auto auto; }
  .selector-options label { min-height: 92px; border-right: 0; }
  .selector-result-list, .selector-result-list[data-count] { max-width: none; grid-template-columns: 1fr; }
  .selector-result { grid-template-rows: auto 200px auto; padding-right: 0; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .selector-result-image { height: 180px; }
  .selector-duty-basis { grid-template-columns: 1fr; gap: 8px; }
  .selector-progress { grid-template-columns: repeat(2, 1fr); }
  .selector-results-head { display: block; }
  .selector-restart { margin-top: 20px; }
  .selector-actions { justify-content: space-between; }
}

/* Technical resources and manufacturing evidence */
.resource-list { border-top: 1px solid var(--ink); }
.resource-list article { display: grid; grid-template-columns: 54px minmax(0, 1fr) minmax(180px, auto); gap: 28px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.resource-list article > span { color: var(--blue); font-size: 11px; font-weight: 800; }
.resource-list h3 { margin: 0 0 7px; font-size: 20px; }
.resource-list p, .resource-notice > p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.resource-list a, .technical-docs a { justify-self: end; padding: 10px 0 8px; border-bottom: 2px solid var(--blue); color: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.resource-notice > p:last-child { max-width: 820px; margin-top: 22px; }

.resource-support .section-heading {
  max-width: 820px;
}

.resource-support-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.resource-support-grid article {
  min-height: 300px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.resource-support-grid article:last-child {
  border-right: 0;
}

.resource-support-grid span,
.resource-support-grid a {
  color: #26b8ef;
}

.resource-support-grid h3 {
  margin: 58px 0 14px;
  color: #fff;
  font-size: 24px;
}

.resource-support-grid p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.resource-support-grid a {
  display: inline-block;
  margin-top: 24px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .resource-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-support-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 640px) {
  .resource-support-grid {
    grid-template-columns: 1fr;
  }

  .resource-support-grid article {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
  }

  .resource-support-grid h3 {
    margin-top: 28px;
  }
}

/* English Resources content hub */
.resources-insights-hero {
  min-height: min(570px, 52vh);
  padding-top: 124px;
  padding-bottom: 54px;
}

.resources-insights-hero h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(46px, 5.8vw, 78px);
  line-height: .95;
}

.resources-insights-hero .hero-lede {
  max-width: 760px;
}

.resources-hero-link {
  justify-self: start;
  margin-top: 10px;
  padding: 8px 0 6px;
  border-bottom: 2px solid #26b8ef;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.resources-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr);
  gap: 14px 64px;
  align-items: end;
  max-width: none;
  margin-bottom: 46px;
}

.resources-section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.resources-section-heading h2,
.resources-section-heading > p:not(.eyebrow) {
  margin: 0;
}

.resources-section-heading > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.featured-insights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  border-top: 1px solid var(--ink);
}

.featured-insight-lead {
  display: flex;
  min-height: 450px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 64px);
  background: #071019;
}

.featured-insight-lead > span,
.featured-insight-list span,
.insight-library-grid span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.featured-insight-lead h3 {
  max-width: 670px;
  margin: auto 0 20px;
  font: 700 clamp(38px, 4.6vw, 64px)/.98 "Barlow Condensed", sans-serif;
}

.featured-insight-lead h3 a,
.featured-insight-lead .text-link {
  color: #fff;
}

.featured-insight-lead p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  line-height: 1.7;
}

.featured-insight-lead .text-link {
  margin-top: 28px;
  padding-bottom: 6px;
  border-bottom: 2px solid #26b8ef;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-insight-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  border-right: 1px solid var(--line);
}

.featured-insight-list article {
  display: grid;
  align-content: center;
  padding: 28px 34px;
  border-bottom: 1px solid var(--line);
}

.featured-insight-list h3 {
  margin: 13px 0 9px;
  font: 700 clamp(24px, 2.4vw, 32px)/1.05 "Barlow Condensed", sans-serif;
}

.featured-insight-list h3 a,
.insight-library-grid h3 a {
  color: var(--ink);
}

.featured-insight-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.insight-library {
  background: #f2f5f7;
}

.insight-library-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--line);
}

.insight-library-grid article {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.insight-library-grid h3 {
  margin: 42px 0 14px;
  font: 700 25px/1.04 "Barlow Condensed", sans-serif;
}

.insight-library-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.insight-library-grid .text-link {
  margin-top: auto;
  padding-top: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--blue);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.engineering-tools .resources-section-heading > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .64);
}

.engineering-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-left: 1px solid rgba(255, 255, 255, .14);
}

.engineering-tools-grid a {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  gap: 18px;
  padding: 28px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.engineering-tools-grid span {
  color: #26b8ef;
  font-size: 10px;
  font-weight: 800;
}

.engineering-tools-grid strong {
  font: 700 30px/1 "Barlow Condensed", sans-serif;
}

.engineering-tools-grid small {
  max-width: 340px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.65;
}

.technical-documents-list {
  border-top: 1px solid var(--ink);
}

.technical-documents-list article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(170px, auto);
  gap: 28px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.technical-documents-list article > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.technical-documents-list h3,
.technical-documents-list p {
  margin: 0;
}

.technical-documents-list h3 {
  font-size: 20px;
}

.technical-documents-list p {
  max-width: 760px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.technical-documents-list a {
  justify-self: end;
  padding: 9px 0 7px;
  border-bottom: 2px solid var(--blue);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.resources-contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
}

.resources-contact-cta h2 {
  max-width: 820px;
  margin: 14px 0 18px;
}

.resources-contact-cta p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  line-height: 1.7;
}

.resources-contact-cta .button {
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .featured-insights-layout,
  .resources-section-heading {
    grid-template-columns: 1fr;
  }

  .resources-section-heading .eyebrow {
    grid-column: 1;
  }

  .featured-insight-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .featured-insight-list article {
    border-right: 1px solid var(--line);
  }

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

  .technical-documents-list article {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .technical-documents-list a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .resources-insights-hero {
    min-height: min(560px, 68vh);
    padding: 124px 20px 44px;
  }

  .resources-insights-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }

  .featured-insight-lead {
    min-height: 390px;
    padding: 32px 24px;
  }

  .featured-insight-list,
  .insight-library-grid,
  .engineering-tools-grid,
  .resources-contact-cta {
    grid-template-columns: 1fr;
  }

  .featured-insight-list article {
    border-right: 0;
  }

  .insight-library-grid article {
    min-height: 0;
  }

  .insight-library-grid .text-link {
    margin-top: 28px;
  }

  .engineering-tools-grid a {
    min-height: 160px;
  }

  .technical-documents-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .technical-documents-list a {
    grid-column: 1;
  }

  .resources-contact-cta {
    align-items: start;
  }

  .resources-contact-cta .button {
    justify-self: start;
    white-space: normal;
  }
}

/* English technical insight center */
.insight-preview-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}
.insight-preview-heading h2,
.insight-preview-heading p { margin: 0; }
.insight-preview-heading > div:last-child { display: grid; gap: 18px; justify-items: start; color: var(--muted); line-height: 1.65; }
.insight-preview-grid,
.insight-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.insight-preview-grid article,
.insight-card-grid article { min-height: 230px; padding: 24px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.insight-preview-grid article:nth-child(4n),
.insight-card-grid article:nth-child(4n) { border-right: 0; }
.insight-preview-grid span,
.insight-card-grid span { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.insight-preview-grid h3 { margin: 54px 0 0; font: 700 24px/1.05 "Barlow Condensed", sans-serif; }
.insight-preview-grid a,
.insight-card-grid h2 a { color: var(--ink); }
.insight-index-hero { min-height: 64vh; }
.insight-index { background: #f2f5f7; }
.insight-index-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 48px; align-items: end; margin-bottom: 56px; }
.insight-index-intro .eyebrow { grid-column: 1 / -1; }
.insight-index-intro h2,
.insight-index-intro p { margin: 0; }
.insight-index-intro p:last-child { color: var(--muted); line-height: 1.7; }
.insight-card-grid article { min-height: 330px; background: #fff; }
.insight-card-grid h2 { margin: 50px 0 16px; font-size: 25px; line-height: 1.05; }
.insight-card-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.insight-card-grid .text-link { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 2px solid var(--blue); color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.insight-page { background: #f3f6f8; }
.breadcrumbs { display: flex; gap: 10px; padding: 28px clamp(24px, 5vw, 72px); color: var(--muted); font-size: 11px; text-transform: uppercase; }
.breadcrumbs a { color: var(--ink); }
.insight-page > article { padding-bottom: 96px; }
.insight-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 24px 72px; align-items: end; padding: 72px clamp(24px, 8vw, 130px) 64px; background: #fff; }
.insight-hero .eyebrow { grid-column: 1 / -1; }
.insight-hero h1 { max-width: 980px; margin: 0; font: 700 clamp(54px, 6vw, 88px)/.94 "Barlow Condensed", sans-serif; }
.insight-hero > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.article-meta { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px 32px; padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.insight-lead-image { margin: 0; height: min(66vw, 720px); overflow: hidden; background: #e7ebee; }
.insight-lead-image img { width: 100%; height: 100%; object-fit: contain; }
.insight-layout { display: grid; grid-template-columns: 250px minmax(0, 820px); gap: clamp(48px, 8vw, 120px); justify-content: center; padding: 88px 24px; }
.insight-layout aside { position: sticky; top: 110px; align-self: start; display: grid; border-top: 1px solid var(--ink); }
.insight-layout aside strong { padding: 18px 0; font-size: 11px; text-transform: uppercase; }
.insight-layout aside a { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.35; }
.article-body section { padding: 0 0 54px; margin-bottom: 54px; border-bottom: 1px solid #ccd5dd; }
.article-body h2 { margin: 0 0 24px; font: 700 clamp(34px, 4vw, 50px)/1 "Barlow Condensed", sans-serif; }
.article-body p,
.article-body li { color: #45515c; font-size: 16px; line-height: 1.85; }
.article-body ul { padding-left: 20px; }
.formula { display: grid; gap: 10px; margin: 28px 0; padding: 24px; border-left: 3px solid var(--blue); background: #fff; }
.formula strong { font-size: 11px; text-transform: uppercase; }
.formula span { font-family: Consolas, monospace; font-size: 15px; line-height: 1.6; }
.article-table-wrap { overflow-x: auto; }
.article-table-wrap table { width: 100%; border-collapse: collapse; background: #fff; }
.article-table-wrap th,
.article-table-wrap td { min-width: 170px; padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 13px; line-height: 1.55; }
.engineering-note { padding: 28px; background: #091019; color: #fff; }
.engineering-note strong { color: var(--blue); font-size: 11px; text-transform: uppercase; }
.engineering-note p { margin: 12px 0 0; color: #c6d0d8; }
.article-next { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 42px; align-items: end; max-width: 1070px; margin: 0 auto; padding: 48px; background: #fff; }
.article-next h2,
.article-next p { margin: 0; }
.article-next h2 { margin-bottom: 12px; }
.article-next p:last-child { color: var(--muted); }
.product-insights-band { background: #fff; }
.product-insight-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.product-insight-links a { display: grid; align-content: space-between; min-height: 150px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); }
.product-insight-links a:last-child { border-right: 0; }
.product-insight-links span { color: var(--blue); font-size: 10px; font-weight: 800; }
.product-insight-links strong { max-width: 220px; font-size: 16px; line-height: 1.3; }

@media (max-width: 980px) {
  .insight-preview-grid,
  .insight-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .insight-preview-grid article:nth-child(4n),
  .insight-card-grid article:nth-child(4n) { border-right: 1px solid var(--line); }
  .insight-preview-grid article:nth-child(2n),
  .insight-card-grid article:nth-child(2n) { border-right: 0; }
  .insight-hero { grid-template-columns: 1fr; }
  .insight-hero .eyebrow,
  .article-meta { grid-column: 1; }
  .insight-layout { grid-template-columns: 1fr; }
  .insight-layout aside { position: static; }
  .product-insight-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .insight-preview-heading,
  .insight-index-intro,
  .article-next { grid-template-columns: 1fr; }
  .insight-preview-grid,
  .insight-card-grid { grid-template-columns: 1fr; }
  .insight-preview-grid article,
  .insight-card-grid article { min-height: 0; border-right: 0; }
  .insight-preview-grid article:nth-child(4n),
  .insight-card-grid article:nth-child(4n) { border-right: 0; }
  .insight-preview-grid h3,
  .insight-card-grid h2 { margin-top: 28px; }
  .insight-hero { padding-top: 54px; }
  .insight-hero h1 { font-size: 48px; }
  .insight-lead-image { height: 62vw; }
  .insight-layout { padding-top: 56px; }
  .article-next { margin: 0 20px; padding: 28px; }
  .product-insight-links { grid-template-columns: 1fr; }
  .product-insight-links a { min-height: 110px; border-right: 0; }
}
.technical-docs { margin-top: 34px; border-top: 1px solid var(--ink); }
.technical-docs article { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.technical-docs article > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.technical-docs h4, .technical-docs p { margin: 0; }
.technical-docs h4 { font-size: 15px; }
.technical-docs p { margin-top: 5px; color: var(--muted); font-size: 12px; }
.evidence-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.evidence-flow article { min-height: 190px; padding: 24px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-flow article:last-child { border-right: 0; }
.evidence-flow span { color: var(--blue); font-size: 10px; font-weight: 800; }
.evidence-flow h3 { margin: 30px 0 10px; font-size: 18px; }
.evidence-flow p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

@media (max-width: 900px) {
  .evidence-flow { grid-template-columns: 1fr 1fr; }
  .resource-list article { grid-template-columns: 36px minmax(0, 1fr); gap: 16px; }
  .resource-list article > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 560px) {
  .evidence-flow { grid-template-columns: 1fr; }
  .evidence-flow article { min-height: 0; border-right: 0; }
  .technical-docs article { grid-template-columns: 30px minmax(0, 1fr); }
  .technical-docs article > a { grid-column: 2; justify-self: start; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

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

main,
section,
.hero-copy,
.hero-visual,
.section-heading,
.detail-copy,
.company-copy {
  min-width: 0;
}

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

.cursor-light {
  position: fixed;
  inset: auto;
  width: 420px;
  height: 420px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(8, 148, 216, 0.13), transparent 62%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(20px, 5vw, 72px);
  color: var(--white);
  background: rgba(8, 12, 18, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 68px;
  height: 44px;
  flex: 0 0 auto;
  overflow: hidden;
  color: transparent;
  background: transparent url("./assets/brand/jsthyd-diamond-logo.png") center / contain no-repeat;
  border-radius: 0;
  font-size: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.4vw, 36px);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a,
.nav-group > a {
  position: relative;
  opacity: 0.82;
}

.nav a::after,
.nav-group > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.nav a:hover::after,
.nav a.active::after,
.nav-group:hover > a::after {
  transform: scaleX(1);
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
}

.language-switch {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding-left: 14px;
  margin-left: -8px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* English inner pages share the approved homepage header rhythm. */
html[lang="en"] body:not(.cinematic-home) {
  --inner-header-height: 64px;
  --inner-header-nav-size: 10px;
}

html[lang="en"] body:not(.cinematic-home) .site-header {
  top: 22px;
  left: clamp(20px, 3.3vw, 64px);
  right: clamp(20px, 3.3vw, 64px);
  height: var(--inner-header-height);
  padding: 0 18px;
  background: rgba(3, 15, 24, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

html[lang="en"] body:not(.cinematic-home) .brand {
  gap: 10px;
}

html[lang="en"] body:not(.cinematic-home) .brand-mark {
  width: 58px;
  height: 38px;
}

html[lang="en"] body:not(.cinematic-home) .brand strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

html[lang="en"] body:not(.cinematic-home) .brand small {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.2;
}

html[lang="en"] body:not(.cinematic-home) .nav {
  margin-left: auto;
  gap: clamp(14px, 1.55vw, 30px);
  font-size: var(--inner-header-nav-size);
  font-weight: 500;
  letter-spacing: 0.08em;
}

html[lang="en"] body:not(.cinematic-home) .nav-group,
html[lang="en"] body:not(.cinematic-home) .language-switch {
  min-height: 62px;
}

html[lang="en"] body:not(.cinematic-home) .language-switch {
  padding-left: 12px;
  margin-left: 0;
  font-size: var(--inner-header-nav-size);
  font-weight: 500;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
  cursor: pointer;
}

.language-trigger:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
  border-radius: 4px;
}

.language-trigger::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: inset 5px 0 0 rgba(255, 255, 255, 0.18);
}

.language-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.8px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1.8px solid rgba(255, 255, 255, 0.72);
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.language-menu.open .language-trigger::after,
.language-menu:hover .language-trigger::after,
.language-menu:focus-within .language-trigger::after {
  transform: translateY(1px) rotate(225deg);
}

.language-options {
  position: absolute;
  top: 64px;
  right: 0;
  width: 230px;
  display: grid;
  gap: 2px;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(8, 148, 216, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(7, 14, 22, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.language-menu.open .language-options,
.language-menu:hover .language-options,
.language-menu:focus-within .language-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-options a,
.language-options span {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 12px;
  color: #29313a;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  opacity: 1;
}

.language-options a:hover {
  color: var(--blue-deep);
  background: #eef7fc;
}

.language-options span.active {
  color: var(--blue-deep);
  background: #eef7fc;
}

.language-options strong {
  font-weight: 800;
}

.language-options small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language-switch a::after,
.language-options a::after {
  display: none;
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .brand,
html[dir="rtl"] .nav,
html[dir="rtl"] .language-switch,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .trust-strip,
html[dir="rtl"] .specs div,
html[dir="rtl"] .product-tabs,
html[dir="rtl"] .category-links a {
  flex-direction: row-reverse;
}

html[dir="rtl"] .language-switch {
  padding-left: 0;
  padding-right: 14px;
  margin-left: 0;
  margin-right: -8px;
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

html[dir="rtl"] .language-options {
  right: auto;
  left: 0;
  text-align: right;
}

html[dir="rtl"] .eyebrow {
  flex-direction: row-reverse;
}

html[dir="rtl"] .nav a::after,
html[dir="rtl"] .nav-group > a::after {
  transform-origin: right;
}

html[dir="rtl"] .mega-menu {
  text-align: right;
}

html[dir="rtl"] .breadcrumb-hero {
  padding-top: 118px;
}

html[dir="rtl"] .product-detail-page {
  padding-top: clamp(48px, 6vw, 86px);
}

html[dir="rtl"] .tab-panel-rich,
html[dir="rtl"] .spec-table,
html[dir="rtl"] .rich-list,
html[dir="rtl"] .muted-copy {
  text-align: right;
}

html[dir="rtl"] .rich-list li {
  padding-left: 0;
  padding-right: 20px;
}

html[dir="rtl"] .rich-list li::before {
  left: auto;
  right: 0;
}

html[dir="rtl"] .spec-table th,
html[dir="rtl"] .spec-table td {
  text-align: right;
  direction: rtl;
}

html[dir="rtl"] .spec-table td,
html[dir="rtl"] .rich-list li,
html[dir="rtl"] .panel-copy p,
html[dir="rtl"] .hero-lede {
  unicode-bidi: plaintext;
}

html[lang="ru"] h1,
html[lang="ru"] h2,
html[lang="ru"] h3,
html[lang="ru"] .hero-lede,
html[lang="ru"] .product-card p,
html[lang="ru"] .rich-list li {
  overflow-wrap: break-word;
  hyphens: auto;
}

html[lang="ru"] .product-detail-page h1 {
  max-width: 100%;
  overflow-wrap: normal;
  hyphens: manual;
  font-size: 74px;
}

.mega-menu {
  position: absolute;
  top: 64px;
  left: 50%;
  width: min(760px, 88vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 148, 216, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(7, 14, 22, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-group:hover .mega-menu,
.nav-group:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-menu a {
  display: block;
  padding: 13px 14px;
  border-radius: 6px;
  color: #29313a;
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
}

.mega-menu a:hover {
  color: var(--blue-deep);
  background: #eef7fc;
}

.mega-menu a::after {
  display: none;
}

.menu-toggle {
  display: none;
}

.section-dark {
  color: var(--white);
  background: #070b10;
}

.section-light {
  background: var(--panel);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 24px;
  padding: 132px clamp(20px, 5vw, 72px) 70px;
}

#motion-canvas,
.scanline {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.scanline {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  animation: scanDrift 8s linear infinite;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-weight: 700;
  line-height: 0.95;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(56px, 7vw, 118px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(42px, 5vw, 76px);
}

h3 {
  font-size: 20px;
}

.hero-lede {
  max-width: 570px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-strip {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.trust-strip span {
  min-height: 74px;
  display: grid;
  align-content: center;
  padding: 14px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  font-size: 12px;
  line-height: 1.45;
}

.trust-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  transform-style: preserve-3d;
  animation: heroFloat 7s ease-in-out infinite;
}

.hero-visual img {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  border-radius: var(--radius);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.55);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 9% 8% 4% 12%;
  border: 1px solid rgba(99, 201, 244, 0.35);
  transform: translate3d(-22px, 18px, -10px);
  animation: framePulse 4.2s ease-in-out infinite;
}

.hero-product-stage {
  display: flex;
  justify-content: flex-end;
}

.hero-product-window {
  position: relative;
  width: min(100%, 900px);
  min-height: clamp(430px, 42vw, 570px);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 48%, rgba(0, 168, 233, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(3, 10, 15, 0.95), rgba(3, 16, 24, 0.82));
  border: 1px solid rgba(99, 201, 244, 0.36);
  border-radius: var(--radius);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.55);
}

.hero-product-grid,
.hero-product-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-product-grid {
  opacity: 0.7;
  background:
    linear-gradient(90deg, rgba(0, 174, 239, 0.42) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 174, 239, 0.42) 1px, transparent 1px);
  background-size: 45px 45px;
}

.hero-product-scan {
  background:
    linear-gradient(90deg, transparent 0 38%, rgba(0, 174, 239, 0.82) 39%, transparent 40% 100%),
    linear-gradient(180deg, transparent 0 58%, rgba(99, 201, 244, 0.36) 59%, transparent 60% 100%);
  mix-blend-mode: screen;
  animation: productScan 5.6s linear infinite;
}

.hero-product-info,
.hero-product-meta {
  position: absolute;
  z-index: 3;
  width: min(250px, 34%);
  padding: 13px 16px;
  background: rgba(3, 12, 19, 0.82);
  border: 1px solid rgba(103, 207, 255, 0.58);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.hero-product-info {
  top: 13%;
  left: 6%;
}

.hero-product-meta {
  right: 5%;
  bottom: 13%;
}

.hero-product-info span,
.hero-product-meta span,
.hud span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-product-info span,
.hero-product-info strong,
.hero-product-meta span,
.hero-product-meta strong {
  display: block;
}

.hero-product-info strong,
.hero-product-meta strong {
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.1;
}

.hero-product-orbit {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -2%;
  width: min(56vw, 500px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
}

.orbit-ring {
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  border: 1px solid rgba(0, 174, 239, 0.86);
}

.orbit-ring-a {
  border-left-color: transparent;
  border-bottom-color: rgba(0, 174, 239, 0.24);
  animation: orbitSpin 7s linear infinite;
}

.orbit-ring-b {
  inset: 13%;
  border-right-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.7);
  animation: orbitSpin 4.8s linear infinite reverse;
}

.orbit-core {
  width: 69%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(0, 174, 239, 0.95);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(0, 138, 184, 0.75),
    0 30px 80px rgba(0, 0, 0, 0.42);
}

.hero-visual .hero-product-image {
  width: 82%;
  max-width: none;
  height: 82%;
  margin: 0;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.26));
  transform: rotate(-10deg) scale(1);
  transition: opacity 260ms ease, transform 420ms ease;
}

.hero-product-window.is-changing .hero-product-image {
  opacity: 0.18;
  transform: rotate(-4deg) translateX(28px) scale(0.92);
}

.hero-product-dots {
  position: absolute;
  z-index: 4;
  left: 6%;
  bottom: 9%;
  display: flex;
  gap: 9px;
}

.hero-product-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 999px;
}

.hero-product-dots button.active {
  background: var(--blue);
  box-shadow: 0 0 18px rgba(0, 174, 239, 0.8);
}

.hero-scene-carousel {
  display: flex;
  justify-content: flex-end;
  animation: none;
}

.hero-scene-carousel::before {
  display: none;
}

.hero-scene-window {
  position: relative;
  width: min(100%, 980px);
  min-height: clamp(430px, 42vw, 570px);
  overflow: hidden;
  background: #06121b;
  border: 1px solid rgba(99, 201, 244, 0.36);
  border-radius: var(--radius);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.55);
}

.hero-scene-track {
  width: 300%;
  min-height: inherit;
  display: flex;
  transform: translateX(0);
  transition: transform 900ms cubic-bezier(0.22, 0.72, 0.2, 1);
  will-change: transform;
}

.hero-scene-track[data-index="1"] {
  transform: translateX(-33.333%);
}

.hero-scene-track[data-index="2"] {
  transform: translateX(-66.666%);
}

.hero-scene-slide {
  position: relative;
  width: 33.333%;
  min-height: inherit;
  flex: 0 0 33.333%;
  margin: 0;
  overflow: hidden;
}

.hero-visual .hero-scene-slide img {
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: inherit;
  margin: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.78) contrast(1.04) brightness(0.84);
  transform: scale(1.02);
  transition: transform 5.2s ease;
}

.hero-scene-track[data-index="0"] .hero-scene-slide:nth-child(1) img,
.hero-scene-track[data-index="1"] .hero-scene-slide:nth-child(2) img,
.hero-scene-track[data-index="2"] .hero-scene-slide:nth-child(3) img {
  transform: scale(1.075);
}

.hero-scene-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 48%, rgba(2, 10, 16, 0.78)),
    linear-gradient(90deg, rgba(2, 10, 16, 0.22), transparent 52%);
  pointer-events: none;
}

.hero-scene-slide figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 28px;
  display: grid;
  gap: 7px;
  color: var(--white);
}

.hero-scene-slide figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-scene-slide figcaption strong {
  max-width: 390px;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1;
}

.hero-scene-dots {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 28px;
  display: flex;
  gap: 9px;
}

.hero-scene-dots button {
  width: 42px;
  height: 4px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  border-radius: 999px;
  transition: background 180ms ease, width 180ms ease;
}

.hero-scene-dots button.active {
  width: 58px;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(0, 174, 239, 0.72);
}

.hud {
  position: absolute;
  width: 176px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(3, 12, 19, 0.72);
  border: 1px solid rgba(103, 207, 255, 0.32);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.hud span,
.hud strong {
  display: block;
}

.hud span {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  text-transform: uppercase;
}

.hud strong {
  font-size: 18px;
}

.hud-a {
  top: 16%;
  left: 2%;
}

.hud-b {
  right: 6%;
  bottom: 22%;
}

.hud-c {
  left: 16%;
  bottom: 6%;
}

.product-wall,
.company,
.support,
.showcase,
.contact,
.detail-stage {
  padding: 94px clamp(20px, 5vw, 72px);
}

.product-catalogue {
  background: #ffffff;
  border-top: 1px solid #e0e7eb;
}

.product-catalogue-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.5fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 38px;
}

.product-catalogue-intro .section-heading {
  margin: 0;
}

.product-catalogue-intro > p {
  max-width: 440px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.product-catalogue-filter-wrap {
  border-top: 1px solid #cbd5dc;
  border-bottom: 1px solid #cbd5dc;
}

.product-catalogue-filters {
  display: flex;
  align-items: stretch;
  min-height: 58px;
}

.product-catalogue-filter {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 0 20px;
  color: #52616d;
  background: transparent;
  border: 0;
  border-right: 1px solid #dbe2e6;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.product-catalogue-filter:first-child {
  border-left: 1px solid #dbe2e6;
}

.product-catalogue-filter span {
  color: #8b9aa4;
  font-size: 11px;
}

.product-catalogue-filter:hover {
  color: var(--ink);
  background: #f4f8fa;
}

.product-catalogue-filter.is-active {
  color: #ffffff;
  background: #0b96ce;
  box-shadow: inset 0 -3px 0 #073e55;
}

.product-catalogue-filter.is-active span {
  color: rgba(255, 255, 255, 0.72);
}

.product-catalogue-filter:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid #0b96ce;
  outline-offset: -3px;
}

.product-catalogue-status {
  min-height: 21px;
  margin: 18px 0 0;
  color: #6d7d88;
  font-size: 13px;
  line-height: 1.45;
}

.product-catalogue-grid {
  margin-top: 8px;
  gap: 20px;
}

.product-catalogue-card {
  min-height: 388px;
  padding: 0;
  border-radius: 0;
  background: #ffffff;
}

.product-catalogue-card:hover,
.product-catalogue-card.active {
  transform: translateY(-4px);
}

.product-catalogue-card-label {
  display: block;
  padding: 16px 20px 0;
  color: #52616d;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-catalogue-card-media {
  display: grid;
  min-height: 196px;
  padding: 14px 20px 8px;
  place-items: center;
  background: #f4f7f8;
  border-bottom: 1px solid #e0e7eb;
}

.product-catalogue-card .product-catalogue-card-media img {
  width: 100%;
  height: 184px;
  margin: 0;
  object-fit: contain;
  transform: none;
}

.product-catalogue-card:hover .product-catalogue-card-media img,
.product-catalogue-card.active .product-catalogue-card-media img {
  transform: scale(1.025);
}

.product-catalogue-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 20px 20px;
}

.product-catalogue-card-copy > small {
  color: #728390;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-catalogue-card h3 {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1;
}

.product-catalogue-card p {
  min-height: 0;
  margin: 9px 0 18px;
  font-size: 13px;
}

.product-catalogue-card .more {
  margin-top: auto;
}

@media (max-width: 900px) {
  .product-catalogue-intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-catalogue-intro > p {
    margin-bottom: 0;
  }

  .product-catalogue-filters {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .product-catalogue-filter {
    flex: 0 0 auto;
  }
}

@media (max-width: 640px) {
  .product-catalogue {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .product-catalogue-intro {
    margin-bottom: 26px;
  }

  .product-catalogue-filter {
    min-height: 52px;
    padding: 0 14px;
    font-size: 11px;
  }

  .product-catalogue-card {
    min-height: 0;
  }

  .product-catalogue-card-media {
    min-height: 230px;
  }

  .product-catalogue-card .product-catalogue-card-media img {
    height: 218px;
  }
}

.section-heading {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-heading p:not(.eyebrow),
.company-copy p,
.support article p,
.detail-copy p,
.scene-panel span {
  color: var(--muted);
  line-height: 1.7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.product-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: var(--ink);
  background: #fbfcfe;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.product-card:hover,
.product-card.active {
  transform: translateY(-8px);
  border-color: rgba(8, 148, 216, 0.5);
  box-shadow: 0 24px 60px rgba(20, 36, 54, 0.12);
}

.product-card img {
  height: 190px;
  width: 100%;
  object-fit: contain;
  margin: 20px 0 26px;
  filter: contrast(1.03);
  transition: transform 300ms ease;
}

.product-card:hover img,
.product-card.active img {
  transform: scale(1.08);
}

.product-card h3 {
  margin: 0;
  font-size: 17px;
  text-transform: uppercase;
}

.product-card p {
  min-height: 70px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.product-card .more {
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--line);
  color: #39424d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-stage {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.detail-copy {
  max-width: 620px;
}

.detail-copy p {
  color: rgba(255, 255, 255, 0.68);
}

.specs {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
}

.specs div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.specs dt {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.specs dd {
  margin: 0;
}

.detail-media {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 42%, rgba(8, 148, 216, 0.22), transparent 56%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.detail-media img {
  width: min(520px, 78%);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.42));
}

.product-detail-page {
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(135deg, #070b10 0%, #0b1118 52%, #070b10 100%);
}

.product-detail-page .product-page-media {
  min-height: 560px;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 48% 38%, rgba(255, 255, 255, 0.95), transparent 38%),
    linear-gradient(145deg, #f4f6f8 0%, #dfe5eb 52%, #cdd5dd 100%);
  border-color: rgba(226, 234, 242, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -80px 110px rgba(86, 104, 120, 0.16),
    0 30px 76px rgba(0, 0, 0, 0.34);
}

.product-detail-page .product-page-media::before,
.product-detail-page .product-page-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.product-detail-page .product-page-media::before {
  inset: 58px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(190, 201, 212, 0.2));
  border: 1px solid rgba(155, 170, 184, 0.24);
  border-radius: 2px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 54px rgba(97, 114, 128, 0.18);
  z-index: 0;
}

.product-detail-page .product-page-media::after {
  width: min(430px, 68%);
  height: 60px;
  left: 50%;
  bottom: 90px;
  background: radial-gradient(ellipse at center, rgba(68, 78, 88, 0.34), rgba(68, 78, 88, 0) 72%);
  filter: blur(3px);
  transform: translateX(-50%);
  z-index: 1;
}

.product-detail-page .product-page-media img {
  position: relative;
  z-index: 2;
  width: min(560px, 82%);
  max-height: 430px;
  filter:
    drop-shadow(0 26px 28px rgba(56, 64, 72, 0.32))
    contrast(1.05)
    saturate(0.96);
  transform: translateY(-6px);
}

.detail-link {
  width: fit-content;
  margin-top: 28px;
}

.company {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 48px;
  align-items: center;
}

.company.page-section {
  grid-template-columns: minmax(0, 633px) minmax(420px, 1fr);
  justify-content: center;
}

.company-media {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.company-video-trigger {
  cursor: pointer;
  background: none;
  border: 0;
  text-align: left;
}

.company-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  transition: transform 500ms ease;
}

.company.page-section .company-media {
  max-width: 633px;
}

.company.page-section .company-media img,
#company .company-media img {
  aspect-ratio: auto;
  object-fit: contain;
}

#company .company-media img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  object-position: left center;
}

.company-media:hover img {
  transform: scale(1.04);
}

.play-badge {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(7, 11, 16, 0.1), rgba(7, 11, 16, 0.28));
  transition: background 220ms ease;
}

.play-badge::before {
  content: "";
  width: 76px;
  height: 76px;
  background: rgba(0, 174, 239, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

.play-badge::after {
  content: "";
  position: absolute;
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid #fff;
}

.company-video-trigger:hover .play-badge,
.company-video-trigger:focus-visible .play-badge {
  background: linear-gradient(135deg, rgba(7, 11, 16, 0.02), rgba(0, 174, 239, 0.24));
}

.company-video-trigger:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.video-modal.open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: rgba(3, 8, 13, 0.82);
  border: 0;
  backdrop-filter: blur(10px);
}

.video-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 94vw);
  background: #070b10;
  border: 1px solid rgba(99, 201, 244, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.62);
}

.video-modal-panel video {
  display: block;
  width: 100%;
  max-height: min(72vh, 720px);
  background: #000;
  border-radius: var(--radius);
}

.video-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  min-height: 38px;
  padding: 0 14px;
  cursor: pointer;
  color: var(--white);
  background: rgba(7, 11, 16, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  font-weight: 800;
}

body.video-open {
  overflow: hidden;
}

.stats {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.stats span {
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.stats strong {
  margin-right: 8px;
  color: var(--ink);
}

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

.applications {
  padding: 94px clamp(20px, 5vw, 72px);
  background: #f2f6fa;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.application-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.application-grid [data-application] {
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.application-grid [data-application]:hover,
.application-grid [data-application].active {
  border-color: rgba(8, 148, 216, 0.42);
  box-shadow: 0 18px 42px rgba(7, 31, 48, 0.12);
  transform: translateY(-2px);
}

.application-grid img {
  width: 100%;
  aspect-ratio: 1.06;
  object-fit: contain;
  object-position: center;
  background: #f7fbff;
  transition: transform 420ms ease;
}

.application-grid article:hover img {
  transform: scale(1.04);
}

.application-grid h3,
.application-grid p {
  margin-left: 24px;
  margin-right: 24px;
}

.application-grid h3 {
  margin-top: 22px;
}

.application-grid p {
  min-height: 112px;
  color: var(--muted);
  line-height: 1.65;
}

.application-recommendations {
  margin-top: 38px;
  border-top: 1px solid #cfd9e2;
  border-bottom: 1px solid #cfd9e2;
}

.application-recommendation-head {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.application-recommendation-head > div {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.application-recommendation-head span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.application-recommendation-head strong {
  color: var(--ink);
  font-size: 19px;
}

.application-recommendation-head > a {
  padding-bottom: 4px;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.application-recommendation-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #dce4eb;
}

.application-recommendation-item {
  min-width: 0;
  min-height: 142px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 26px 20px 0;
  color: inherit;
  border-right: 1px solid #dce4eb;
  transition: background-color 180ms ease;
}

.application-recommendation-item + .application-recommendation-item {
  padding-left: 26px;
}

.application-recommendation-item:last-child {
  border-right: 0;
}

.application-recommendation-item:hover {
  background: rgba(255, 255, 255, 0.72);
}

.application-recommendation-item img {
  width: 104px;
  height: 96px;
  object-fit: contain;
  background: #fff;
}

.application-recommendation-copy {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.application-recommendation-copy small {
  overflow: hidden;
  color: #667788;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.application-recommendation-copy strong {
  color: var(--ink);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.05;
}

.application-recommendation-copy > span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.application-recommendation-link {
  grid-column: 2;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.support article {
  min-height: 226px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.support article span {
  color: var(--blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.showcase {
  background: #f2f6f8;
}

.showcase-viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  cursor: grab;
}

.showcase-viewport::-webkit-scrollbar {
  display: none;
}

.showcase-viewport:active {
  cursor: grabbing;
}

.showcase-track {
  display: flex;
  width: max-content;
  gap: 1px;
  direction: ltr;
  background: #cfd9df;
  border: 1px solid #cfd9df;
}

.showcase-card {
  flex: 0 0 calc((90vw - 2px) / 3);
  background: var(--white);
}

.showcase-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.showcase-card-copy {
  min-height: 202px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 26px;
}

.showcase-card-copy h3,
.showcase-card-copy p {
  margin: 0;
}

.showcase-card-copy h3 {
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.04;
  font-family: "Barlow Condensed", sans-serif;
}

.showcase-card-copy > p:not(.showcase-kicker) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.showcase-kicker {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.showcase-series {
  align-self: end;
  padding-top: 12px;
  color: #1f2d38;
  border-top: 1px solid #dce5ea;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

[dir="rtl"] .showcase-card-copy {
  direction: rtl;
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  .showcase-viewport {
    scroll-behavior: auto;
  }
}

@media (max-width: 980px) and (min-width: 641px) {
  .showcase-card {
    flex-basis: calc((90vw - 1px) / 2);
  }
}

.contact {
  text-align: center;
}

.contact h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.inquiry-form {
  width: min(960px, 100%);
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.inquiry-form textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.page-hero {
  min-height: 54vh;
  display: grid;
  align-content: end;
  padding: 150px clamp(20px, 5vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #070b10;
  background-size: 72px 72px;
}

.page-hero h1 {
  max-width: 980px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 96px);
}

.company-cinematic-hero {
  position: relative;
  min-height: min(760px, 72vh);
  overflow: hidden;
  isolation: isolate;
  background: #050b12;
}

.company-cinematic-hero::before {
  position: absolute;
  inset: -3%;
  z-index: 0;
  background: center / cover no-repeat url("./assets/user/company-hydraulic-test-tower-hero-wide-v1.png");
  content: "";
  filter: saturate(0.72) contrast(1.08) brightness(0.72);
  transform: scale(1.035);
  animation: company-hero-drift 14s ease-out both;
}

.company-cinematic-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 10, 17, 0.96) 0%, rgba(3, 10, 17, 0.8) 35%, rgba(3, 10, 17, 0.28) 68%, rgba(3, 10, 17, 0.12) 100%),
    linear-gradient(180deg, rgba(3, 10, 17, 0.24) 0%, rgba(3, 10, 17, 0.1) 55%, rgba(3, 10, 17, 0.62) 100%);
  content: "";
}

.company-cinematic-hero > * {
  position: relative;
  z-index: 2;
}

.company-cinematic-hero h1,
.company-cinematic-hero .hero-lede {
  max-width: 760px;
}

@keyframes company-hero-drift {
  from {
    transform: scale(1.075);
  }
  to {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-cinematic-hero::before {
    animation: none;
  }
}

.photo-page-hero {
  position: relative;
  min-height: min(720px, 68vh);
  overflow: hidden;
  isolation: isolate;
  background: #050b12;
}

.photo-page-hero::before {
  position: absolute;
  inset: -3%;
  z-index: 0;
  background: var(--page-hero-position, center) / cover no-repeat var(--page-hero-image);
  content: "";
  filter: var(--page-hero-filter, saturate(0.72) contrast(1.08) brightness(0.66));
  transform: scale(1.035);
  animation: company-hero-drift 14s ease-out both;
}

.photo-page-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 10, 17, 0.97) 0%, rgba(3, 10, 17, 0.82) 37%, rgba(3, 10, 17, 0.3) 70%, rgba(3, 10, 17, 0.14) 100%),
    linear-gradient(180deg, rgba(3, 10, 17, 0.28) 0%, rgba(3, 10, 17, 0.08) 55%, rgba(3, 10, 17, 0.68) 100%);
  content: "";
}

.photo-page-hero > * {
  position: relative;
  z-index: 2;
}

.photo-page-hero h1 {
  max-width: 880px;
}

.photo-page-hero .hero-lede {
  max-width: 720px;
}

.products-photo-hero {
  --page-hero-image: url("./assets/user/products-precision-machining-hero-wide-v1.png");
  --page-hero-position: center center;
}

.applications-photo-hero {
  --page-hero-image: url("./assets/user/applications-hydraulic-winch-hero-wide-v1.png");
  --page-hero-position: center center;
  --page-hero-filter: saturate(0.82) contrast(1.08) brightness(0.72);
}

.resources-photo-hero {
  --page-hero-image: url("./assets/user/resources-real-parts-hero-wide-v1.png");
  --page-hero-position: center center;
  --page-hero-filter: saturate(0.78) contrast(1.08) brightness(0.7);
}

.contact-photo-hero {
  --page-hero-image: url("./assets/user/contact-factory-hero-v2.png");
  --page-hero-position: center bottom;
  --page-hero-filter: saturate(0.78) contrast(1.08) brightness(0.72);
}

.support-photo-hero {
  --page-hero-image: url("./assets/evidence/engineering-review.jpg");
  --page-hero-position: center 50%;
  --page-hero-filter: saturate(0.6) contrast(1.1) brightness(0.58);
}

@media (max-width: 640px) {
  .photo-page-hero::after {
    background:
      linear-gradient(90deg, rgba(3, 10, 17, 0.94) 0%, rgba(3, 10, 17, 0.72) 74%, rgba(3, 10, 17, 0.42) 100%),
      linear-gradient(180deg, rgba(3, 10, 17, 0.24) 0%, rgba(3, 10, 17, 0.16) 55%, rgba(3, 10, 17, 0.78) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-page-hero::before {
    animation: none;
  }
}

.page-section,
.content-band,
.contact-layout {
  padding: 94px clamp(20px, 5vw, 72px);
}

.breadcrumb-hero {
  min-height: 220px;
  padding-bottom: 42px;
}

.breadcrumb,
.breadcrumb a {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

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

.category-links a {
  min-height: 118px;
  display: grid;
  align-content: center;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 180ms ease, border-color 180ms ease;
}

.category-links a:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 148, 216, 0.42);
}

.category-links strong,
.category-links span {
  display: block;
}

.category-links strong {
  margin-bottom: 8px;
}

.category-links span {
  color: var(--muted);
  font-size: 13px;
}

.product-detail-page {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
  padding: 84px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: #070b10;
}

.product-page-media {
  min-height: 520px;
}

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

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 40px;
  align-items: start;
}

.quote-panel {
  min-height: 420px;
  padding: 36px;
  color: var(--white);
  background: #070b10;
  border-radius: var(--radius);
}

.quote-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.contact-form {
  width: 100%;
  margin: 0;
  grid-template-columns: 1fr 1fr;
  padding: 30px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.contact-form textarea,
.contact-form button {
  grid-column: 1 / -1;
}

.muted-copy {
  color: var(--muted);
  line-height: 1.7;
}

.product-data-overview .section-heading {
  max-width: 920px;
}

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

.rich-advantage-grid article {
  min-height: 220px;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.rich-advantage-grid span {
  color: var(--blue);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.rich-advantage-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.product-tabs-band {
  padding: 94px clamp(20px, 5vw, 72px);
  background: #f2f6fa;
}

.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.product-tabs button {
  min-height: 46px;
  padding: 0 22px;
  color: #2e3844;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}

.product-tabs button.active {
  color: var(--white);
  background: #d8912c;
  border-color: #d8912c;
  box-shadow: 0 14px 34px rgba(216, 145, 44, 0.22);
}

.tab-panels {
  margin-top: 28px;
}

.tab-panel-rich {
  display: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 30px;
  align-items: start;
}

.tab-panel-rich.active {
  display: grid;
}

.panel-copy,
.spec-table-wrap,
.order-code-frame,
.faq-stack {
  min-width: 0;
}

.panel-copy {
  padding: 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.panel-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 54px);
}

.rich-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rich-list li {
  position: relative;
  padding-left: 22px;
  color: #344151;
  line-height: 1.65;
}

.rich-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
}

.spec-table-wrap {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 34%;
  color: #344151;
  background: #f8fafc;
  font-size: 13px;
  text-transform: uppercase;
}

.spec-table td {
  color: var(--muted);
  line-height: 1.6;
}

.order-code-frame {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.order-code-frame img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.configuration-reference {
  place-items: start;
  align-content: start;
  gap: 16px;
}

.configuration-reference h2 {
  margin: 0;
}

.configuration-reference .rich-list {
  margin-top: 4px;
}

.model-code-guide {
  grid-column: 1 / -1;
  place-items: stretch;
  gap: 22px;
  scroll-margin-top: 130px;
  padding-top: 88px;
}

.model-code-copy {
  max-width: 820px;
}

.model-code-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 42px);
}

.model-code-scroll {
  width: 100%;
  overflow-x: auto;
  padding: 10px 0 4px;
  display: grid;
  justify-items: center;
}

.model-code-scroll img {
  display: block;
  width: min(1180px, 100%);
  max-width: 100%;
  max-height: none;
}

.motor-catalog-panel {
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--white);
}

.motor-catalog-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 18px 28px;
  margin: 28px 0 18px;
}

.motor-model-selector {
  display: flex;
  flex: 1 1 520px;
  flex-wrap: wrap;
  gap: 8px;
}

.motor-model-selector button {
  min-height: 42px;
  padding: 0 14px;
  color: #344151;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.motor-model-selector button[aria-pressed="true"] {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.motor-model-selector button:focus-visible,
.motor-structure-control select:focus-visible,
.motor-catalog-table-wrap:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.motor-structure-control {
  display: grid;
  flex: 0 1 310px;
  min-width: 0;
  max-width: 100%;
  gap: 7px;
  color: #344151;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.motor-structure-control select {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 0 34px 0 12px;
  color: #344151;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
  text-transform: none;
}

.motor-selection-summary,
.motor-selection-boundary {
  color: var(--muted);
  line-height: 1.65;
}

.motor-selection-summary {
  margin: 0 0 18px;
}

.motor-catalog-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.motor-catalog-table {
  min-width: 1100px;
  width: 100%;
  border-collapse: collapse;
}

.motor-catalog-table caption {
  padding: 15px 18px;
  color: var(--muted);
  background: #f8fafc;
  caption-side: top;
  font-size: 12px;
  text-align: left;
}

.motor-catalog-table th,
.motor-catalog-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.motor-catalog-table thead th {
  color: #344151;
  background: #f2f6fa;
  font-size: 11px;
  text-transform: uppercase;
}

.motor-catalog-table tbody th {
  color: var(--ink);
  font-size: 13px;
}

.motor-catalog-table tbody th strong,
.motor-catalog-table tbody th small,
.motor-catalog-reference-cell small {
  display: block;
}

.motor-catalog-table tbody th small,
.motor-catalog-reference-cell small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: none;
}

.motor-catalog-table td {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.motor-technical-value {
  color: var(--ink);
  font-weight: 700;
}

.motor-catalog-reference-cell {
  min-width: 170px;
}

.motor-catalog-link {
  display: block;
  width: fit-content;
  color: var(--blue);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.motor-catalog-link + .motor-catalog-link {
  margin-top: 8px;
}

.motor-catalog-link:hover,
.motor-catalog-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.motor-catalog-table tbody tr:last-child th,
.motor-catalog-table tbody tr:last-child td {
  border-bottom: 0;
}

.motor-guidance-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(420px, 1.35fr);
  gap: 8px 48px;
  align-items: end;
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid var(--ink);
}

.motor-guidance-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.motor-guidance-heading h3,
.motor-guidance-heading > p:last-child {
  margin: 0;
}

.motor-guidance-heading h3 {
  max-width: 520px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1;
}

.motor-guidance-heading > p:last-child {
  max-width: 700px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.motor-integrated-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.motor-guidance-column {
  min-width: 0;
  padding: 26px 30px 30px 0;
}

.motor-guidance-column + .motor-guidance-column {
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.motor-guidance-column > span {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
}

.motor-guidance-column h4 {
  margin: 8px 0 16px;
  font-size: 15px;
}

.motor-guidance-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.motor-guidance-list li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.motor-guidance-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  background: var(--blue);
  border-radius: 50%;
  content: "";
}

.motor-selection-boundary {
  max-width: 900px;
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.motor-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 640px) {
  .motor-guidance-heading,
  .motor-integrated-guidance {
    grid-template-columns: 1fr;
  }

  .motor-guidance-heading {
    gap: 14px;
    margin-top: 40px;
  }

  .motor-guidance-column {
    padding: 24px 0;
  }

  .motor-guidance-column + .motor-guidance-column {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

.selector-model-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.selector-model-options span {
  min-width: 62px;
  padding: 7px 9px;
  color: #344151;
  background: #f2f6fa;
  border: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

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

.faq-stack details {
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-stack summary {
  font-weight: 800;
  cursor: pointer;
}

.faq-stack p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

@keyframes scanDrift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(72px);
  }
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotateX(1.5deg) rotateY(-2deg);
  }
}

@keyframes framePulse {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-22px, 18px, -10px) scale(1);
  }
  50% {
    opacity: 0.74;
    transform: translate3d(-12px, 12px, -10px) scale(1.02);
  }
}

@keyframes productScan {
  0% {
    transform: translate3d(-10%, -8%, 0);
  }
  100% {
    transform: translate3d(10%, 8%, 0);
  }
}

@keyframes orbitSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1260px) and (min-width: 981px) {
  .nav { gap: 14px; font-size: 11px; }
  .brand small { display: none; }
  .site-header { padding-left: 24px; padding-right: 24px; }
  .language-switch { padding-left: 10px; margin-left: 0; }
}

@media (max-width: 980px) {
  .site-header {
    height: 70px;
  }

  html[lang="en"] body:not(.cinematic-home) .site-header {
    top: 12px;
    left: 16px;
    right: 16px;
    height: 58px;
    padding: 0 12px;
  }

  .menu-toggle {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 14px;
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius);
  }

  .nav {
    position: absolute;
    top: 70px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    background: rgba(7, 11, 16, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
  }

  html[lang="en"] body:not(.cinematic-home) .nav {
    top: 66px;
    margin-left: 0;
  }

  .nav.open {
    display: grid;
  }

  .nav-group {
    min-height: auto;
    display: grid;
    gap: 8px;
  }

  .language-switch {
    display: grid;
    min-height: auto;
    width: 100%;
    padding: 18px 0 0;
    margin: 4px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  html[dir="rtl"] .language-switch {
    padding: 18px 0 0;
    margin: 4px 0 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .language-trigger {
    width: 100%;
    justify-content: space-between;
  }

  .language-trigger::after {
    display: none;
  }

  .language-options {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .language-options a,
  .language-options span {
    color: rgba(255, 255, 255, 0.86);
    background: transparent;
  }

  .language-options a:hover,
  .language-options span.active {
    color: var(--white);
    background: rgba(8, 148, 216, 0.18);
  }

  .language-options small {
    color: rgba(255, 255, 255, 0.5);
  }

  .mega-menu {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    padding: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .hero,
  .detail-stage,
  .company,
  .product-detail-page,
  .contact-layout,
  .tab-panel-rich {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 110px;
  }

  .product-grid,
  .support-grid,
  .application-grid,
  .category-links,
  .related-grid,
  .rich-advantage-grid,
  .inquiry-form {
    grid-template-columns: 1fr 1fr;
  }

  .application-recommendation-list {
    grid-template-columns: 1fr;
  }

  .application-recommendation-item,
  .application-recommendation-item + .application-recommendation-item {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #dce4eb;
  }

  .application-recommendation-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0 16px;
  }

  html[lang="en"] body:not(.cinematic-home) .site-header {
    padding: 0 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
  }

  .brand strong {
    font-size: 13px;
  }

  .brand small {
    display: none;
  }

  html[lang="en"] body:not(.cinematic-home) .brand {
    gap: 8px;
  }

  html[lang="en"] body:not(.cinematic-home) .brand-mark {
    width: 50px;
    height: 34px;
  }

  html[lang="en"] body:not(.cinematic-home) .brand strong {
    font-size: 11px;
  }

  html[lang="en"] body:not(.cinematic-home) .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .showcase-card {
    flex-basis: min(86vw, 390px);
  }

  .showcase-card-copy {
    min-height: 0;
    padding: 22px;
  }

  .hero-copy,
  .hero-actions,
  .hero-lede,
  h1 {
    width: 100%;
    max-width: 340px;
  }

  h1 {
    font-size: 32px;
    line-height: 1.08;
  }

  .hero-lede {
    font-size: 16px;
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    max-width: 310px;
  }

  .button {
    width: 100%;
  }

  .hero-visual img {
    width: min(100%, 310px);
    max-width: 310px;
  }

  .hero-visual,
  .hero-gif {
    max-width: 310px;
    justify-self: start;
    overflow: hidden;
  }

  .hero-product-stage {
    width: 100%;
  }

  .hero-product-window {
    width: min(100%, 310px);
    min-height: 360px;
  }

  .hero-scene-window {
    width: min(100%, 310px);
    min-height: 260px;
  }

  .hero-scene-slide figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .hero-scene-slide figcaption strong {
    max-width: 230px;
    font-size: 24px;
  }

  .hero-scene-dots {
    right: 16px;
    bottom: 18px;
  }

  .hero-product-grid {
    background-size: 34px 34px;
  }

  .hero-product-info,
  .hero-product-meta {
    width: 190px;
    padding: 11px 12px;
  }

  .hero-product-info {
    top: 16px;
    left: 16px;
  }

  .hero-product-meta {
    right: 12px;
    bottom: 44px;
  }

  .hero-product-info strong,
  .hero-product-meta strong {
    font-size: 16px;
  }

  .hero-product-orbit {
    right: -78px;
    width: 284px;
  }

  .orbit-core {
    box-shadow:
      0 0 0 22px rgba(0, 138, 184, 0.75),
      0 22px 56px rgba(0, 0, 0, 0.4);
  }

  .hero-product-dots {
    left: 16px;
    bottom: 18px;
  }

  .hero-product-dots button {
    width: 26px;
  }

  .hud {
    position: static;
    width: auto;
    margin-top: 10px;
  }

  .product-grid,
  .support-grid,
  .application-grid,
  .category-links,
  .related-grid,
  .rich-advantage-grid,
  .inquiry-form {
    grid-template-columns: 1fr;
  }

  .application-recommendation-head {
    min-height: 104px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }

  .application-recommendation-head > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .application-recommendation-item {
    min-height: 126px;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 15px;
  }

  .application-recommendation-item img {
    width: 84px;
    height: 82px;
  }

  .product-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product-tabs button {
    padding: 0 10px;
    font-size: 12px;
  }

  .panel-copy,
  .order-code-frame {
    padding: 20px;
  }

  .spec-table {
    display: block;
    overflow-x: auto;
  }

  .page-hero {
    min-height: auto;
    padding: 120px 24px 54px;
  }

  .page-hero h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .page-section,
  .content-band,
  .contact-layout,
  .product-detail-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .breadcrumb-hero {
    min-height: 150px;
    padding-bottom: 28px;
  }

  .product-detail-page {
    padding-top: 48px;
    padding-bottom: 58px;
  }

  .product-page-media {
    min-height: 340px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }

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

  .specs div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.inquiry-status {
  margin: 0;
  min-height: 1.5em;
}

.inquiry-form [data-inquiry-honeypot] {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.inquiry-form button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}
