.hero-slider {
  position: relative;
  min-height: 90vh;
  min-height: 90svh;
}

.hero-slides {
  position: relative;
  min-height: 90vh;
  min-height: 90svh;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(5%, 0, 0);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.9s;
  z-index: 1;
}

.hero-slide.is-active,
.hero-slide.is-prev,
.hero-slide.is-next {
  display: block;
  visibility: visible;
}

.hero-slide.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
  z-index: 3;
}

.hero-slide.is-prev {
  opacity: 0;
  transform: translate3d(-3.5%, 0, 0);
  z-index: 2;
}

.hero-slide.is-next {
  opacity: 0;
  transform: translate3d(3.5%, 0, 0);
  z-index: 1;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 14, 12, 0.64) 0%, rgba(10, 14, 12, 0.42) 26%, rgba(10, 14, 12, 0.14) 56%, rgba(10, 14, 12, 0.04) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(8, 10, 12, 0.16) 100%);
}

.hero-slide img {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 90vh;
  min-height: 90svh;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: none;
  transition: none;
  filter: none;
  will-change: auto;
}

.hero-slide.is-active img {
  transform: none;
  filter: none;
}

.hero-slide > .hero-shell {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-arrows {
  position: absolute;
  top: 50%;
  left: 56px;
  right: 56px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-arrow {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px dashed rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(113, 24, 37, 0.28);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: rgba(113, 24, 37, 0.48);
  border-color: rgba(255, 255, 255, 0.95);
}

.hero-arrow__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 14px;
  line-height: 0;
}

.hero-arrow--prev .hero-arrow__icon {
  transform: rotate(180deg);
  margin-left: 0;
}

.hero-arrow--next .hero-arrow__icon {
  transform: none;
  margin-right: 0;
}

.hero-panel,
.hero-actions,
.hero-stats,
.hero-pagination,
.hero-arrows {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 4;
  pointer-events: none;
}

.hero-overlay > * {
  pointer-events: auto;
}

.hero-shell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 90vh;
  min-height: 90svh;
  padding: 50px var(--content-left-line) 170px var(--content-left-line);
}

.hero-breadcrumb {
  display: none;
}

.hero-panel {
  position: relative;
  z-index: 1;
  max-width: 780px;
  padding: 0;
  transform: none;
  text-align: left;
}

.hero-kicker,
.hero-title,
.hero-summary {
  opacity: 1;
  will-change: transform, opacity;
}

.hero-kicker {
  max-width: none;
  margin: 0 0 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  text-transform: uppercase;
  transform: none;
  transition:
    transform 1.02s cubic-bezier(0.22, 1, 0.36, 1) 0.42s,
    opacity 1.02s ease 0.42s;
}

.hero-kicker::before {
  display: none;
}

.hero-title {
  margin: 0;
  max-width: 760px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: inherit;
  margin-left: 0;
  transform: none;
  transition:
    transform 1.12s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
    opacity 1.12s ease 0.2s;
}

.hero-title span {
  display: block;
}

.hero-title span + span {
  margin-top: 12px;
}

.hero-summary {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.65;
  margin-left: 0;
  transform: none;
  transition:
    transform 1.02s cubic-bezier(0.22, 1, 0.36, 1) 0s,
    opacity 1.02s ease 0s;
}

.hero-slider.is-mounted .hero-slide.is-active .hero-kicker {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.12s;
}

.hero-slider.is-mounted .hero-slide.is-active .hero-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.54s;
}

.hero-slider.is-mounted .hero-slide.is-active .hero-summary {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}

.hero-actions {
  position: absolute;
  left: var(--content-left-line);
  right: var(--content-left-line);
  bottom: 170px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  width: auto;
  opacity: 1;
  transform: none;
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.9s ease;
}

.hero-slider.is-mounted .hero-actions {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 1.45s;
}

.hero-actions.is-revealing {
  animation: hero-actions-reveal 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-actions .button {
  position: relative;
  overflow: hidden;
  min-height: 52px;
  min-width: 220px;
  justify-content: space-between;
  padding: 0 26px;
  font-size: 14px;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.hero-actions .button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 12px;
  flex: 0 0 20px;
  line-height: 0;
  transition: transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.hero-actions .button::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -38%;
  width: 24%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
}

.hero-actions .button:hover,
.hero-actions .button:focus-visible {
  transform: translate3d(0, -3px, 0);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.hero-actions .button:hover > .button__icon,
.hero-actions .button:focus-visible > .button__icon {
  transform: translate3d(5px, 0, 0);
}

.hero-actions .button:hover::after,
.hero-actions .button:focus-visible::after {
  opacity: 1;
  animation: hero-button-sheen 0.72s ease forwards;
}

.hero-actions .button--ghost {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.02);
}

@keyframes hero-button-sheen {
  0% {
    left: -38%;
  }

  100% {
    left: 118%;
  }
}

@keyframes hero-actions-reveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero-stats {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  background: none;
  border-top: 0;
}

.hero-stats.is-revealing .hero-stat {
  opacity: 0;
  animation: hero-stat-reveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-stats.is-revealing .hero-stat:nth-child(1) {
  animation-delay: 0.18s;
}

.hero-stats.is-revealing .hero-stat:nth-child(2) {
  animation-delay: 0.34s;
}

.hero-stats.is-revealing .hero-stat:nth-child(3) {
  animation-delay: 0.5s;
}

.hero-stats.is-revealing .hero-stat:nth-child(4) {
  animation-delay: 0.66s;
}

.hero-stats .container {
  width: auto;
  max-width: none;
  margin: 0 var(--hero-stats-right-gutter) 0 var(--content-left-line);
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: start;
  column-gap: 32px;
  row-gap: 0;
  padding: 0;
}

@keyframes hero-stat-reveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  position: relative;
  min-height: 56px;
  padding-right: 16px;
  justify-content: flex-start;
  text-align: left;
}

.hero-stat__icon {
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  color: #fff;
}

.hero-stat__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  text-align: left;
}

.hero-stat::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 42px;
  background: rgba(255, 255, 255, 0.24);
}

.hero-stat:last-child::after {
  display: none;
}

.hero-stat strong {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
}

.hero-stat span {
  display: block;
  width: 100%;
  max-width: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.3;
  text-align: left;
}

.hero-stat:nth-child(1) strong::after,
.hero-stat:nth-child(2) strong::after,
.hero-stat:nth-child(3) strong::after {
  content: "+";
}

.hero-stat:nth-child(4) strong::after {
  content: "+ m\00B3";
  font-size: 0.74em;
}

.hero-pagination {
  position: absolute;
  left: var(--content-left-line);
  bottom: 28px;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: #d80d13;
}

.about-section {
  padding-top: 20px;
}

/* Defer below-the-fold sections until they approach the viewport. */
.about-section,
.products-section,
.certificates-section,
.factory-section,
.solutions-section,
.audit-section,
.news-faq-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

html.has-js .about-section .about-media__link,
html.has-js .about-section .about-copy .section-label,
html.has-js .about-section .about-copy h2,
html.has-js .about-section .about-copy p,
html.has-js .about-section .about-copy .button--dark {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(1px);
  will-change: transform, opacity, filter;
}

html.has-js .about-section .about-media__link {
  transform: translateX(-18px) scale(0.98);
  transition: opacity 620ms ease, transform 860ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 820ms ease;
  transition-delay: 80ms;
}

html.has-js .about-section .about-copy .section-label {
  transition: opacity 520ms ease, transform 720ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 680ms ease;
  transition-delay: 140ms;
}

html.has-js .about-section .about-copy h2 {
  transition: opacity 560ms ease, transform 760ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 720ms ease;
  transition-delay: 200ms;
}

html.has-js .about-section .about-copy p {
  transition: opacity 560ms ease, transform 760ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 720ms ease;
  transition-delay: 280ms;
}

html.has-js .about-section .about-copy .button--dark {
  transition: opacity 620ms ease, transform 860ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 820ms ease;
  transition-delay: 380ms;
}

html.has-js .about-section.is-revealing .about-media__link,
html.has-js .about-section.is-revealing .about-copy .section-label,
html.has-js .about-section.is-revealing .about-copy h2,
html.has-js .about-section.is-revealing .about-copy p,
html.has-js .about-section.is-revealing .about-copy .button--dark {
  opacity: 1;
  transform: none;
  filter: none;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.about-media {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}

.about-media__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: none;
  height: 430px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #000;
  justify-self: stretch;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.1);
}

.about-media__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000;
}

.about-copy {
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 430px;
  height: auto;
  align-self: start;
  margin: 0 0 0 64px;
  padding: 28px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-copy .section-label {
  margin: 0 0 8px;
  color: rgba(147, 7, 8, 1);
}

.about-copy h2 {
  width: 100%;
  max-width: 520px;
  margin: 0 0 18px;
  color: #303030;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}

.about-copy h2 span {
  display: block;
}

.about-copy h2 span + span {
  margin-top: 12px;
  text-align: left;
  padding-left: 72px;
}

.about-copy p {
  max-width: 100%;
  margin: 0;
  color: #969696;
  font-size: 16px;
  line-height: 1.8;
}

.about-copy .button--dark {
  position: relative;
  min-width: 0;
  min-height: 44px;
  justify-content: center;
  padding: 0 22px;
  border-radius: 4px;
  background: #0c111b;
  border-color: rgba(12, 17, 27, 0.35);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-top: 1%;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 360ms ease, background-color 360ms ease, border-color 360ms ease, filter 360ms ease;
}

.about-copy .button--dark::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(115deg, rgba(216, 13, 19, 0) 0%, rgba(216, 13, 19, 0.45) 36%, rgba(255, 255, 255, 0.75) 50%, rgba(216, 13, 19, 0.35) 62%, rgba(216, 13, 19, 0) 78%);
  transform: translateX(-120%);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: transform 1200ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 420ms ease;
}

.about-copy .button--dark:hover,
.about-copy .button--dark:focus-visible {
  background: #d80d13;
  border-color: rgba(216, 13, 19, 0.65);
  transform: translateY(-3px) scale(1.04);
  filter: brightness(1.05);
  box-shadow: 0 18px 42px rgba(216, 13, 19, 0.38), 0 10px 18px rgba(0, 0, 0, 0.18);
}

.about-copy .button--dark:hover::before,
.about-copy .button--dark:focus-visible::before {
  opacity: 0.9;
  transform: translateX(120%);
}

.about-copy .button--dark .button__icon {
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 14px;
  flex: 0 0 24px;
  line-height: 0;
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.about-copy .button--dark:hover .button__icon,
.about-copy .button--dark:focus-visible .button__icon {
  transform: translateX(6px);
}

.about-copy p:last-of-type {
  margin-bottom: 28px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
  position: relative;
  z-index: 2;
}

.feature-card {
  position: relative;
  min-height: 200px;
  padding: 28px 26px 24px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  transition: transform 420ms cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 420ms ease, background-color 320ms ease, border-color 320ms ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: -40px;
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.18) 0 2px, rgba(255, 255, 255, 0) 2px 18px),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.12) 0 2px, rgba(255, 255, 255, 0) 2px 18px);
  opacity: 0;
  transform: translateY(12px) scale(1.05);
  pointer-events: none;
  transition: transform 820ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 420ms ease;
}

.feature-card__icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  color: var(--red);
  filter: none;
  transition: transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1), color 420ms ease;
}

.feature-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.35;
  flex: 0 0 auto;
  min-height: 0;
  transition: color 420ms ease, transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.feature-card p {
  margin: 0;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
  transition: color 420ms ease, opacity 420ms ease;
}

.feature-card:hover,
.feature-card:focus-within {
  background: #fff;
  border-color: #e4e4e4;
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.feature-card:hover::before,
.feature-card:focus-within::before {
  opacity: 0.22;
  transform: translateY(0) scale(1);
}

.feature-card:hover .feature-card__icon,
.feature-card:focus-within .feature-card__icon {
  transform: translateY(-4px) scale(1.04);
  color: var(--red);
}

.feature-card:hover h3,
.feature-card:focus-within h3 {
  color: #171717;
  transform: translateY(-1px);
}

.feature-card:hover p,
.feature-card:focus-within p {
  color: #666;
  opacity: 1;
}

.products-section,
.solutions-section {
  background: var(--red);
}

.products-section {
  padding: 28px 0 34px;
}

html.has-js .products-section:not(.is-revealing) .section-bar .section-tag,
html.has-js .products-section:not(.is-revealing) .section-bar h2,
html.has-js .products-section:not(.is-revealing) .section-bar a,
html.has-js .products-section:not(.is-revealing) .product-card {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(1px);
  will-change: transform, opacity, filter;
}

html.has-js .products-section .section-bar .section-tag {
  transition: opacity 520ms ease, transform 720ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 680ms ease;
  transition-delay: 80ms;
}

html.has-js .products-section .section-bar h2 {
  transition: opacity 560ms ease, transform 760ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 720ms ease;
  transition-delay: 160ms;
}

html.has-js .products-section .section-bar a {
  transition: opacity 560ms ease, transform 760ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 720ms ease;
  transition-delay: 240ms;
}

html.has-js .products-section .product-card {
  transition: opacity 560ms ease, transform 820ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 780ms ease;
  transform: translateY(22px) translateX(16px);
}

html.has-js .products-section .product-card:nth-child(odd) {
  transform: translateY(22px) translateX(-16px);
}

html.has-js .products-section .product-card:nth-child(1) { transition-delay: 320ms; }
html.has-js .products-section .product-card:nth-child(2) { transition-delay: 440ms; }
html.has-js .products-section .product-card:nth-child(3) { transition-delay: 560ms; }
html.has-js .products-section .product-card:nth-child(4) { transition-delay: 680ms; }
html.has-js .products-section .product-card:nth-child(5) { transition-delay: 800ms; }

html.has-js .products-section.is-revealing .section-bar .section-tag,
html.has-js .products-section.is-revealing .section-bar h2,
html.has-js .products-section.is-revealing .section-bar a,
html.has-js .products-section.is-revealing .product-card {
  opacity: 1;
  transform: none;
  filter: none;
}

.products-section .product-card:hover,
.products-section .product-card:focus-within {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.solutions-section {
  padding: 28px 0 34px;
}

.solutions-section .section-bar {
  align-items: center;
  margin-bottom: 14px;
}

.products-section .section-bar {
  align-items: center;
  margin-bottom: 14px;
}

.products-section .section-tag {
  margin: 0 0 10px;
  color: #fff;
}

.products-section .section-bar h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.solutions-section .section-bar h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.products-section .section-bar a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 360ms ease;
}

.products-section .section-bar a::before {
  content: none;
}

.products-section .section-bar a:hover,
.products-section .section-bar a:focus-visible {
  transform: translateY(-2px);
}

.products-section .section-bar a:hover::before,
.products-section .section-bar a:focus-visible::before {
  transform: none;
}

.products-section .section-bar a:hover .section-link__icon,
.products-section .section-bar a:focus-visible .section-link__icon {
  transform: translate3d(5px, 0, 0);
}

.solutions-section .section-bar a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  padding-bottom: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.product-grid {
  display: grid;
  gap: 12px;
}

.product-grid--five {
  grid-template-columns: repeat(5, 1fr);
}

.product-card {
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.product-card__image {
  display: block;
  background: #f5f5f5;
}

.product-card__image img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;
  transition: transform 820ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.products-section .product-card:hover .product-card__image img,
.products-section .product-card:focus-within .product-card__image img {
  transform: scale(1.08);
}

.product-card__body {
  position: relative;
  min-height: 104px;
  padding: 12px 16px 48px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card h3 {
  max-width: calc(100% - 52px);
  margin: 0 0 10px;
  color: var(--red);
  text-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  transition: text-shadow 360ms ease;
}

.products-section .product-card:hover h3 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 6px 14px rgba(0, 0, 0, 0.14);
}

.product-card h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}

.product-card p {
  margin: 0;
  color: #727272;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__action {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  overflow: hidden;
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    background-color 0.2s ease,
    filter 0.2s ease;
}

.product-card__action::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -42%;
  width: 24%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
  opacity: 0;
  pointer-events: none;
}

.product-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 12px;
  flex: 0 0 18px;
  line-height: 0;
  transform: translateX(1px);
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.products-section .product-card:hover .product-card__action,
.products-section .product-card:focus-within .product-card__action,
.product-card__action:hover,
.product-card__action:focus-visible {
  transform: translate3d(0, -2px, 0) scale(1.06);
  filter: brightness(1.05);
  box-shadow: 0 14px 26px rgba(216, 13, 19, 0.42);
}

.products-section .product-card:hover .product-card__action::after,
.products-section .product-card:focus-within .product-card__action::after,
.product-card__action:hover::after,
.product-card__action:focus-visible::after {
  opacity: 1;
  animation: hero-button-sheen 0.72s ease forwards;
}

.products-section .product-card:hover .product-card__icon,
.products-section .product-card:focus-within .product-card__icon,
.product-card__action:hover .product-card__icon,
.product-card__action:focus-visible .product-card__icon {
  transform: translateX(5px);
}

@media (min-width: 1180px) {
  .products-section .container {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  :root {
    --content-left-line: 24px;
    --content-right-gutter: 24px;
    --hero-stats-right-gutter: 24px;
  }

  .hero-slide img {
    object-position: center 20% !important;
  }

  .hero-slider,
  .hero-slides,
  .hero-slide img,
  .hero-shell {
    min-height: 86vh;
    min-height: 86svh;
  }

  .hero-arrows {
    left: 28px;
    right: 28px;
  }

  .hero-arrow {
    width: 62px;
    height: 62px;
  }

  .hero-shell {
    padding: 92px var(--content-left-line) 208px var(--content-left-line);
  }

  .hero-panel {
    max-width: 680px;
  }

  .hero-kicker {
    font-size: 20px;
  }

  .hero-title {
    max-width: 680px;
    font-size: 42px;
    line-height: 1.18;
    white-space: normal;
  }

  .hero-title span + span {
    margin-top: 10px;
  }

  .hero-summary {
    max-width: 600px;
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions {
    left: var(--content-left-line);
    right: var(--content-left-line);
    bottom: 188px;
    gap: 12px;
  }

  .hero-actions .button {
    min-width: 196px;
    min-height: 50px;
    padding: 0 22px;
    font-size: 13px;
  }

  .hero-stats {
    bottom: 24px;
  }

  .hero-stats .container {
    margin: 0 var(--hero-stats-right-gutter) 0 var(--content-left-line);
  }

  .hero-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    column-gap: 22px;
    row-gap: 18px;
  }

  .hero-stat {
    min-height: 72px;
    padding-right: 0;
  }

  .hero-stat::after {
    display: none;
  }

  .hero-stat__icon {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }

  .hero-stat strong {
    font-size: 30px;
  }

  .hero-stat span {
    font-size: 16px;
  }

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

  .feature-grid,
  .product-grid--five {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-media__link {
    width: 100%;
    height: 360px;
  }

  .about-copy {
    max-width: none;
    height: auto;
    margin: 0;
    padding: 28px 24px;
  }

  .about-copy .section-label {
    margin-bottom: 14px;
  }

  .about-copy h2 {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: 28px;
  }

  .about-copy h2 span + span {
    padding-left: 56px;
  }

  .about-copy p {
    max-width: 100%;
    font-size: 15px;
  }

  .about-copy .button--dark {
    min-width: 280px;
    min-height: 60px;
    font-size: 13px;
  }

  .about-copy p:last-of-type {
    margin-bottom: 34px;
  }
}

@media (max-width: 720px) {
  :root {
    --content-left-line: 18px;
    --content-right-gutter: 18px;
    --hero-stats-right-gutter: 18px;
  }

  .hero-slider,
  .hero-slides,
  .hero-slide img,
  .hero-shell {
    min-height: clamp(680px, 78vh, 820px);
    min-height: clamp(680px, 78svh, 820px);
    min-height: clamp(680px, 78dvh, 820px);
  }

  .hero-shell {
    align-items: flex-start;
    padding:
      40px max(var(--content-left-line), calc(12px + env(safe-area-inset-left, 0px)))
      calc(244px + env(safe-area-inset-bottom, 0px))
      max(var(--content-left-line), calc(12px + env(safe-area-inset-right, 0px)));
  }

  .hero-panel {
    max-width: clamp(280px, 86vw, 360px);
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    backdrop-filter: none;
  }

  .hero-kicker {
    margin-bottom: 12px;
    font-size: clamp(11px, 2.9vw, 13px);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(22px, 8vw, 32px);
    line-height: 1.12;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-summary {
    max-width: 100%;
    margin-top: 14px;
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.45;
  }

  .hero-overlay {
    justify-content: flex-end;
    gap: 12px;
    padding:
      0 max(var(--content-left-line), calc(12px + env(safe-area-inset-left, 0px)))
      calc(18px + env(safe-area-inset-bottom, 0px))
      max(var(--content-left-line), calc(12px + env(safe-area-inset-right, 0px)));
  }

  .hero-actions,
  .hero-stats,
  .hero-pagination {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    transform: none !important;
    animation: none !important;
    transition: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    gap: 10px;
    margin-bottom: 36px;
    opacity: 1;
    align-self: flex-start;
  }

  .hero-actions .button {
    min-width: 0;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    font-size: clamp(11px, 3vw, 14px);
    letter-spacing: 0.05em;
  }

  .hero-actions .button__icon {
    width: 14px;
    height: 9px;
    flex: 0 0 14px;
  }

  .hero-stats {
    width: 100%;
  }

  .hero-stats .container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    column-gap: 12px;
    row-gap: 12px;
  }

  .hero-stat {
    gap: 8px;
    min-height: 68px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-stat::after {
    display: none;
  }

  .hero-stat__icon {
    box-sizing: border-box;
    width: 38px;
    height: 38px;
    padding: 8px;
    flex: 0 0 38px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 12px;
  }

  .hero-stat strong {
    font-size: 20px;
  }

  .hero-stat span {
    font-size: 12px;
  }

  .hero-pagination {
    align-self: flex-start;
    margin-top: 2px;
  }

  .hero-arrows {
    left: 14px;
    right: 14px;
    top: 40%;
  }

  .hero-arrow {
    width: 42px;
    height: 42px;
  }

  .hero-arrow__icon {
    width: 11px;
    height: 11px;
  }

  html.has-js .products-section:not(.is-revealing) .section-bar .section-tag,
  html.has-js .products-section:not(.is-revealing) .section-bar h2,
  html.has-js .products-section:not(.is-revealing) .section-bar a,
  html.has-js .products-section:not(.is-revealing) .product-card {
    transform: translateY(10px);
    filter: none;
  }

  html.has-js .products-section .section-bar .section-tag,
  html.has-js .products-section .section-bar h2,
  html.has-js .products-section .section-bar a,
  html.has-js .products-section .product-card {
    transition-duration: 240ms;
  }

  html.has-js .products-section .section-bar .section-tag,
  html.has-js .products-section .section-bar h2,
  html.has-js .products-section .section-bar a {
    transition-delay: 0ms;
  }

  html.has-js .products-section .product-card,
  html.has-js .products-section .product-card:nth-child(odd) {
    transform: translateY(10px);
  }

  html.has-js .products-section .product-card:nth-child(1) { transition-delay: 40ms; }
  html.has-js .products-section .product-card:nth-child(2) { transition-delay: 80ms; }
  html.has-js .products-section .product-card:nth-child(3) { transition-delay: 120ms; }
  html.has-js .products-section .product-card:nth-child(4) { transition-delay: 160ms; }
  html.has-js .products-section .product-card:nth-child(5) { transition-delay: 200ms; }

  .section {
    padding: 34px 0;
  }

  .products-section .section-bar {
    align-items: flex-start;
    gap: 10px;
  }

  .about-copy .section-label,
  .products-section .section-tag,
  .solutions-section .section-tag {
    font-size: 14px;
  }

  .products-section .section-bar h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
  }

  .solutions-section .section-bar h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }

  .products-section .section-bar a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 0;
    padding-bottom: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .feature-grid,
  .product-grid--five {
    grid-template-columns: 1fr;
  }

  .feature-card h3 {
    margin-bottom: 10px;
    min-height: 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .feature-card p {
    font-size: 13px;
    line-height: 1.55;
    color: #5f5f5f;
    font-weight: 500;
  }

  .product-card h3 {
    font-size: 15px;
    line-height: 1.35;
    min-height: 0;
  }

  .product-card p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    color: #5f5f5f;
  }

  .about-media__link {
    width: 100%;
    height: 280px;
  }

  .about-copy .section-label {
    margin-bottom: 12px;
  }

  .about-copy h2 {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.2;
  }

  .about-copy h2 span + span {
    padding-left: 44px;
  }

  .about-copy p {
    font-size: 13px;
    line-height: 1.55;
    color: #5f5f5f;
    font-weight: 500;
  }

  .about-copy .button--dark {
    min-width: 240px;
    min-height: 52px;
    padding: 0 20px;
    font-size: 12px;
  }

  .about-copy p:last-of-type {
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  :root {
    --content-left-line: 16px;
    --content-right-gutter: 16px;
    --hero-stats-right-gutter: 16px;
  }

  .hero-slide img {
    object-position: center 12% !important;
  }

  .hero-slider,
  .hero-slides,
  .hero-slide img,
  .hero-shell {
    min-height: clamp(640px, 76vh, 760px);
    min-height: clamp(640px, 76svh, 760px);
    min-height: clamp(640px, 76dvh, 760px);
  }

  .hero-shell {
    padding:
      36px max(var(--content-left-line), calc(12px + env(safe-area-inset-left, 0px)))
      calc(236px + env(safe-area-inset-bottom, 0px))
      max(var(--content-left-line), calc(12px + env(safe-area-inset-right, 0px)));
  }

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

  .hero-kicker {
    font-size: 12px;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-summary {
    font-size: 14px;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions .button {
    min-height: 44px;
    padding: 0 12px;
    font-size: 12px;
  }

  .about-copy .section-label,
  .products-section .section-tag,
  .solutions-section .section-tag {
    font-size: 13px;
  }

  .products-section .section-bar h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .products-section .section-bar {
    gap: 10px;
  }

  .products-section .section-bar a {
    font-size: 11px;
    line-height: 1.2;
  }

  .feature-card h3 {
    font-size: 14px;
    line-height: 1.3;
  }

  .feature-card p {
    font-size: 13px;
    line-height: 1.55;
    color: #4f4f4f;
    font-weight: 500;
  }

  .product-card h3 {
    font-size: 14px;
    line-height: 1.35;
    min-height: 0;
  }

  .product-card p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
    color: #4f4f4f;
  }

  .about-copy h2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .about-copy p {
    font-size: 13px;
    line-height: 1.55;
    color: #4f4f4f;
    font-weight: 500;
  }
}

@media (max-width: 420px) {
  :root {
    --content-left-line: 14px;
    --content-right-gutter: 14px;
    --hero-stats-right-gutter: 14px;
  }

  .hero-slide img {
    object-position: center 10% !important;
  }

  .hero-slider,
  .hero-slides,
  .hero-slide img,
  .hero-shell {
    min-height: clamp(620px, 74vh, 720px);
    min-height: clamp(620px, 74svh, 720px);
    min-height: clamp(620px, 74dvh, 720px);
  }

  .hero-shell {
    padding:
      34px max(var(--content-left-line), calc(10px + env(safe-area-inset-left, 0px)))
      calc(228px + env(safe-area-inset-bottom, 0px))
      max(var(--content-left-line), calc(10px + env(safe-area-inset-right, 0px)));
  }

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

  .hero-title {
    font-size: 21px;
  }

  .hero-summary {
    max-width: min(100%, 290px);
    margin-top: 16px;
  }

  .hero-arrows {
    left: 12px;
    right: 12px;
    top: 41%;
  }
}
