/* Category entrances use existing product imagery and native links. */
.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  align-items: center;
  column-gap: 6%;
  background: radial-gradient(ellipse at 75% 40%, #d8e5ea, #f3f5f3 72%);
  overflow: hidden;
}
.category-hero .category-copy {
  min-width: 0;
}
.category-hero h1 {
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.3;
  margin: 24px 0;
}
.category-hero .category-copy > p:last-child {
  font-size: 15px;
  line-height: 1.9;
  color: #596f7a;
}
.category-hero > nav {
  grid-column: 1 / -1;
  margin-top: 30px;
}
.catalog-family-art {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 12px;
}
.catalog-family-art a {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  color: #536a75;
  font-size: 12px;
}
.catalog-family-art img {
  width: 100%;
  height: 184px;
  object-fit: contain;
}
.catalog-family-art span {
  padding-top: 8px;
}
.catalog-image {
  position: relative;
  display: block;
  color: #254b60;
}
.catalog-image img,
.catalog-family-art img {
  transition: transform 450ms cubic-bezier(0.2, 0.65, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) {
  .catalog-image:hover img {
    transform: translateY(-6px) scale(1.035);
  }
  .catalog-family-art a:hover img {
    transform: translateY(-5px);
  }
}
.catalog-image:focus-visible,
.catalog-family-art a:focus-visible {
  outline: 2px solid #17658b;
  outline-offset: 6px;
}
.technology-page .technology-hero {
  padding-top: 36px;
  padding-bottom: 36px;
  background: radial-gradient(ellipse at 76% 48%, #bfd0db, #edf3f5 55%, #f6f7f5);
}
.technology-page .technology-hero h1 {
  font-size: clamp(38px, 4.2vw, 62px);
}
.technology-hero-art {
  height: 420px;
  overflow: hidden;
}
.technology-hero-art img {
  display: block;
  width: 100%;
  height: 135%;
  object-fit: contain;
  object-position: top;
}
.technology-hero .topic-links {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #b9cbd5;
  padding-top: 24px;
}
.technology-page #flexible-drive {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: 6%;
  align-items: center;
}
#flexible-drive .drive-structure {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin-top: 26px;
  border-top: 1px solid #cbd7dd;
  padding-top: 18px;
}
#flexible-drive .drive-structure img {
  width: 100%;
  max-height: 135px;
  object-fit: contain;
}
#flexible-drive .drive-structure figcaption {
  margin: 0;
}
#flexible-drive .technical-film {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}
#flexible-drive .technical-film video {
  width: 100%;
  aspect-ratio: 16/9;
}
#flexible-drive .technical-film figcaption {
  margin-top: 16px;
}
@media (max-width: 900px) {
  .category-hero,
  .technology-page #flexible-drive {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .category-hero {
    padding: 40px 24px;
  }
  .category-hero h1,
  .technology-page .technology-hero h1 {
    font-size: clamp(34px, 7vw, 48px);
  }
  .category-hero > nav {
    margin-top: 0;
  }
  .catalog-family-art img {
    height: clamp(108px, 25vw, 180px);
  }
  .technology-hero-art {
    height: 260px;
  }
  .technology-page .technology-hero {
    padding: 40px 24px;
  }
  .technology-hero-art img {
    height: 145%;
  }
  .technology-hero .topic-links {
    margin-top: 0;
  }
  #flexible-drive .drive-structure {
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-image img,
  .catalog-family-art img {
    transition: none;
  }
  .catalog-image:hover img,
  .catalog-family-art a:hover img {
    transform: none;
  }
}
