/* Centered equipment artwork inside the homepage hero carousel. */
.hero-visual.ft-banner-slider {
  min-height: clamp(630px, 48vw, 760px);
  background: var(--paper);
}

.ft-banner-slider .ft-banner-track {
  position: relative;
  display: grid;
  flex: 1;
  min-width: 0;
  min-height: inherit;
  touch-action: pan-y pinch-zoom;
}

.ft-banner-slider .ft-banner-slide {
  position: relative;
  display: block;
  grid-area: 1 / 1;
  min-width: 0;
  min-height: inherit;
  padding: 28px;
  isolation: isolate;
  overflow: hidden;
}

/* A small wash keeps the overlay copy readable without flattening the photograph. */
.ft-banner-slider .ft-banner-slide::after {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 116px;
  background: linear-gradient(180deg, rgba(244, 244, 240, .58), rgba(244, 244, 240, .32) 62%, rgba(244, 244, 240, 0));
  pointer-events: none;
}

.ft-banner-slider .hero-visual-top {
  position: relative;
  z-index: 4;
  gap: 18px;
  padding: 0;
  pointer-events: none;
}

.ft-banner-slider .hero-visual-top .technical-label {
  overflow-wrap: anywhere;
}

.ft-banner-slider .ft-banner-number {
  position: absolute;
  z-index: 0;
  top: 56px;
  left: 26px;
  max-width: calc(100% - 52px);
  color: rgba(20, 22, 20, .085);
  font: 700 clamp(150px, 14vw, 230px) / .9 var(--display);
  letter-spacing: -7px;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.ft-banner-slider .hero-product-image.ft-banner-image {
  position: absolute;
  z-index: 1;
  inset: 88px 34px 56px;
  display: grid;
  place-items: center;
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.ft-banner-slider--single .hero-product-image.ft-banner-image {
  bottom: 28px;
}

.ft-banner-slider .ft-banner-slide--has-caption .hero-product-image.ft-banner-image {
  inset: 76px 34px 150px;
}

.ft-banner-slider--single .ft-banner-slide--has-caption .hero-product-image.ft-banner-image {
  bottom: 116px;
}

.ft-banner-slider .hero-product-image.ft-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 56%;
  mix-blend-mode: multiply;
  user-select: none;
  -webkit-user-drag: none;
}

.ft-banner-slider a.ft-banner-image:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: -4px;
}

.ft-banner-slider .ft-banner-badge {
  position: absolute;
  z-index: 4;
  top: 88px;
  right: 25px;
  max-width: 138px;
  padding: 10px 15px;
  background: var(--orange);
  color: #141414;
  box-shadow: 4px 5px 0 #141414;
  transform: rotate(3deg);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  overflow-wrap: anywhere;
  pointer-events: none;
}

.ft-banner-slider .hero-product-caption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 50px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
  min-height: 0;
  margin: 0;
  padding: 15px 0 12px;
  border: 0;
  border-top: 1px solid rgba(112, 118, 109, .48);
  pointer-events: none;
}

.ft-banner-slider--single .hero-product-caption {
  bottom: 18px;
}

.ft-banner-slider .hero-product-caption > div {
  flex: 1;
  min-width: 0;
}

.ft-banner-slider .hero-product-caption h2,
.ft-banner-slider .hero-product-caption .technical-label {
  overflow-wrap: anywhere;
  text-shadow: 0 2px 18px rgba(244, 244, 240, .98);
}

.ft-banner-slider .hero-product-caption h2 {
  display: -webkit-box;
  margin: 5px 0 0;
  overflow: hidden;
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ft-banner-slider .hero-product-caption .technical-label {
  display: block;
  line-height: 1.55;
}

.ft-banner-slider .hero-product-caption .round-arrow {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: rgba(244, 244, 240, .9);
  pointer-events: auto;
}

.ft-banner-slider .ft-banner-controls {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  pointer-events: none;
}

.ft-banner-slider .ft-banner-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #171817;
  cursor: pointer;
  pointer-events: auto;
}

.ft-banner-slider .ft-banner-controls [data-banner-prev],
.ft-banner-slider .ft-banner-controls [data-banner-next] {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  min-height: 46px;
  border: 1px solid rgba(92, 97, 91, .58);
  border-radius: 50%;
  background: rgba(244, 244, 240, .94);
  box-shadow: 0 6px 22px rgba(0, 0, 0, .12);
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease, background .18s, border-color .18s;
}

.ft-banner-slider .ft-banner-controls [data-banner-prev] {
  left: 12px;
  transform: translate(-7px, -50%);
}

.ft-banner-slider .ft-banner-controls [data-banner-next] {
  right: 12px;
  transform: translate(7px, -50%);
}

.ft-banner-slider:hover .ft-banner-controls [data-banner-prev],
.ft-banner-slider:hover .ft-banner-controls [data-banner-next],
.ft-banner-slider:focus-within .ft-banner-controls [data-banner-prev],
.ft-banner-slider:focus-within .ft-banner-controls [data-banner-next],
.ft-banner-slider .ft-banner-controls [data-banner-prev]:focus-visible,
.ft-banner-slider .ft-banner-controls [data-banner-next]:focus-visible {
  opacity: 1;
  transform: translate(0, -50%);
}

.ft-banner-slider .ft-banner-controls [data-banner-prev]:hover,
.ft-banner-slider .ft-banner-controls [data-banner-next]:hover,
.ft-banner-slider .ft-banner-controls [data-banner-toggle]:hover {
  border-color: var(--orange);
  background: var(--orange);
}

.ft-banner-slider .ft-banner-controls button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.ft-banner-slider .ft-banner-controls .icon {
  width: 19px;
  height: 19px;
}

.ft-banner-slider .ft-banner-controls [data-banner-prev] .icon {
  transform: rotate(180deg);
}

.ft-banner-slider:dir(rtl) .ft-banner-controls [data-banner-prev] .icon {
  transform: none;
}

.ft-banner-slider:dir(rtl) .ft-banner-controls [data-banner-next] .icon {
  transform: rotate(180deg);
}

.ft-banner-slider .ft-banner-dots {
  position: absolute;
  z-index: 2;
  right: 52px;
  bottom: 9px;
  left: 52px;
  display: grid;
  grid-template-columns: repeat(var(--ft-banner-count, 2), 24px);
  justify-content: center;
  align-items: center;
  min-width: 0;
  pointer-events: none;
}

.ft-banner-slider .ft-banner-controls [data-banner-dot] {
  width: 24px;
  height: 30px;
  min-height: 30px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.ft-banner-slider .ft-banner-controls [data-banner-dot]::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 101, 11, .4);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.ft-banner-slider .ft-banner-controls [data-banner-dot][aria-current='true']::before {
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 101, 11, .14);
  transform: scale(1.12);
}

.ft-banner-slider .ft-banner-controls [data-banner-dot]:hover::before,
.ft-banner-slider .ft-banner-controls [data-banner-dot]:focus-visible::before {
  background: var(--orange);
  transform: scale(1.2);
}

.ft-banner-slider .ft-banner-controls [data-banner-toggle] {
  position: absolute;
  top: calc(50% + 33px);
  right: 13px;
  bottom: auto;
  width: 44px;
  height: 44px;
  min-height: 44px;
  border: 1px solid rgba(92, 97, 91, .55);
  border-radius: 50%;
  background: rgba(244, 244, 240, .94);
  box-shadow: 0 6px 22px rgba(0, 0, 0, .12);
  opacity: 0;
  transition: opacity .2s ease, background .18s, border-color .18s;
}

.ft-banner-slider:hover .ft-banner-controls [data-banner-toggle],
.ft-banner-slider:focus-within .ft-banner-controls [data-banner-toggle],
.ft-banner-slider .ft-banner-controls [data-banner-toggle]:focus-visible {
  opacity: 1;
}

.ft-banner-slider .ft-banner-controls [data-banner-toggle] > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.ft-banner-slider .ft-banner-controls [data-banner-play-icon] .icon {
  transform: translateX(1px);
}

.ft-banner-slider .ft-banner-slide.is-current {
  animation: ft-banner-reveal .24s ease-out;
}

@keyframes ft-banner-reveal {
  from { opacity: .48; }
  to { opacity: 1; }
}

@media (max-width: 1150px) {
  .hero-visual.ft-banner-slider { min-height: clamp(545px, 52vw, 620px); }
  .ft-banner-slider .hero-product-image.ft-banner-image { inset: 84px 25px 54px; }
  .ft-banner-slider .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { inset: 78px 25px 142px; }
  .ft-banner-slider--single .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { bottom: 108px; }
  .ft-banner-slider .ft-banner-number { font-size: clamp(135px, 15vw, 205px); }
  .ft-banner-slider .ft-banner-badge { right: 18px; font-size: 23px; }
  .ft-banner-slider .hero-product-caption { right: 25px; left: 25px; }
}

@media (max-width: 900px) {
  .hero-visual.ft-banner-slider { min-height: clamp(490px, 57vw, 550px); }
  .ft-banner-slider .ft-banner-slide { padding: 21px; }
  .ft-banner-slider .hero-product-image.ft-banner-image { inset: 78px 18px 50px; }
  .ft-banner-slider .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { inset: 74px 18px 136px; }
  .ft-banner-slider--single .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { bottom: 106px; }
  .ft-banner-slider .ft-banner-number { top: 51px; left: 18px; font-size: clamp(118px, 15vw, 165px); }
  .ft-banner-slider .ft-banner-badge { top: 72px; right: 15px; max-width: 98px; padding: 9px 11px; font-size: 20px; }
  .ft-banner-slider .hero-product-caption { right: 21px; bottom: 46px; left: 21px; gap: 12px; padding: 13px 0 10px; }
  .ft-banner-slider--single .hero-product-caption { bottom: 17px; }
  .ft-banner-slider .hero-product-caption h2 { font-size: clamp(18px, 2.25vw, 20px); }
  .ft-banner-slider .hero-product-caption .round-arrow { width: 38px; height: 38px; }
}

@media (max-width: 760px) {
  .hero-visual.ft-banner-slider { min-height: clamp(450px, 112vw, 540px); }
  .ft-banner-slider .hero-product-image.ft-banner-image { inset: 80px 16px 51px; }
  .ft-banner-slider--single .hero-product-image.ft-banner-image { bottom: 20px; }
  .ft-banner-slider .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { inset: 72px 16px 132px; }
  .ft-banner-slider--single .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { bottom: 104px; }
  .ft-banner-slider .ft-banner-number { top: 49px; left: 17px; font-size: clamp(126px, 39vw, 180px); }
  .ft-banner-slider .hero-product-caption { right: 17px; bottom: 44px; left: 17px; }
  .ft-banner-slider--single .hero-product-caption { bottom: 15px; }
  .ft-banner-slider .hero-product-caption h2 { font-size: clamp(17px, 4.8vw, 20px); }
  .ft-banner-slider .ft-banner-controls [data-banner-prev],
  .ft-banner-slider .ft-banner-controls [data-banner-next] { width: 44px; height: 44px; min-height: 44px; }
  .ft-banner-slider .ft-banner-controls [data-banner-toggle] { top: calc(50% + 32px); right: 12px; }
}

@media (max-width: 420px) {
  .ft-banner-slider .ft-banner-slide { padding: 17px; }
  .ft-banner-slider .hero-visual-top .technical-label { font-size: 8px; letter-spacing: 1px; }
  .ft-banner-slider .hero-product-image.ft-banner-image { inset: 73px 12px 48px; }
  .ft-banner-slider .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { inset: 68px 12px 128px; }
  .ft-banner-slider--single .ft-banner-slide--has-caption .hero-product-image.ft-banner-image { bottom: 100px; }
  .ft-banner-slider .ft-banner-number { top: 45px; left: 12px; font-size: clamp(112px, 38vw, 150px); }
  .ft-banner-slider .ft-banner-badge { top: 65px; right: 11px; max-width: 83px; padding: 8px 9px; font-size: 18px; }
  .ft-banner-slider .hero-product-caption { right: 17px; bottom: 44px; left: 17px; padding: 12px 0 8px; }
  .ft-banner-slider--single .hero-product-caption { bottom: 14px; }
  .ft-banner-slider .hero-product-caption h2 { font-size: clamp(17px, 4.8vw, 20px); }
  .ft-banner-slider .hero-product-caption .round-arrow { width: 36px; height: 36px; }
  .ft-banner-slider .ft-banner-dots { right: 44px; left: 44px; grid-template-columns: repeat(var(--ft-banner-count, 2), 22px); }
  .ft-banner-slider .ft-banner-controls [data-banner-dot] { width: 22px; }
}

@media (max-width: 380px) {
  .hero-visual.ft-banner-slider { min-height: 440px; }
  .ft-banner-slider .hero-product-caption h2 { font-size: 19px; }
}

@media (hover: none) {
  .ft-banner-slider .ft-banner-controls [data-banner-prev],
  .ft-banner-slider .ft-banner-controls [data-banner-next] { opacity: .88; transform: translate(0, -50%); }
  .ft-banner-slider .ft-banner-controls [data-banner-toggle] { opacity: .88; }
}

@media (prefers-reduced-motion: reduce) {
  .ft-banner-slider .ft-banner-slide.is-current { animation: none; }
  .ft-banner-slider .ft-banner-controls button,
  .ft-banner-slider .ft-banner-controls [data-banner-dot]::before { transition: none; }
}
