/** Shopify CDN: Minification failed

Line 175:0 Unexpected "}"
Line 188:0 Unexpected "}"
Line 215:0 Unexpected "}"

**/
.section--slideshow.page-width .page-width {
  padding: 0 1.5rem;
}

.slideshow-wrapper {
  --swiper-controls-bottom-offset: 2rem;
  position: relative;
  display: block;
}
.slideshow-wrapper video {
  object-fit: cover;
  object-position: center;
}
.slideshow-wrapper .swiper-controls {
  bottom: 0;
  inset-inline: 0;
  width: auto;
  position: absolute;
  transform: translateY(calc(var(--swiper-controls-bottom-offset) * -1));
  transition: opacity 0.3s;
  z-index: 10;
  --swiper-navigation-size: auto;
}
.slideshow-wrapper .slideshow__content {
  background: none;
  width: 100%;
}
.slideshow-wrapper:not(.slideshow-height--adapt) .slideshow__item-wrap {
  height: var(--slide-height, 0);
}
.slideshow-height--small {
  --slide-height: 28rem;
}
.slideshow-height--medium {
  --slide-height: 34rem;
}
.slideshow-height--large {
  --slide-height: 42rem;
}
.slideshow-height--adapt .slideshow__content {
  position: absolute;
  width: auto !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .slideshow-height--small {
    --slide-height: 54rem;
  }
  .slideshow-height--medium {
    --slide-height: 63rem;
  }
  .slideshow-height--large {
    --slide-height: 72rem;
  }
}
.slideshow__content {
  min-height: 100%;
}
.slideshow__item-wrap {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.slideshow__bg {
  z-index: -1;
}
.slideshow__text {
  position: relative;
  padding: 3.2rem 0;
}

@media (min-width: 1024px) {
  .slideshow-wrapper {
    --swiper-controls-bottom-offset: 2.7rem;
  }
}
@media (min-width: 768px) {
  .slideshow-wrapper .slideshow__bg:before {
    display: none;
  }
  .slideshow__text {
    max-width: 70%;
  }
}
@media (max-width: 767.98px) {
  .slideshow-content-mobile--below {
    padding-bottom: 6.6rem;
  }
  .slideshow-content-mobile--below .swiper-controls--float-bottom {
    --swiper-controls-bottom-offset: 0;
  }
  .slideshow-content-mobile--below .slideshow__item-wrap {
    flex-direction: row;
    height: auto !important;
  }
  .slideshow-content-mobile--below .slideshow__item-wrap:before {
    display: none;
  }
  .slideshow-content-mobile--below .slideshow__bg {
    position: relative !important;
    width: 100%;
  }
  .slideshow-content-mobile--below .slideshow__content {
    position: static;
    width: 100% !important;
  }
  .slideshow-content-mobile--below .slideshow__text {
    width: 100%;
    padding: 3.2rem 0 0;
  }
  .slideshow-content-mobile--below.slideshow-height--adapt .slideshow__bg {
    height: auto;
  }
  .slideshow-content-mobile--below.slideshow-height--adapt .slideshow__bg:before {
    content: "";
    height: 0;
    display: block;
    padding-top: calc(100% / (0 + var(--aspect-ratio-mobile, var(--aspect-ratio, 1.7777777778))));
  }
  .slideshow-content-mobile--below:not(.slideshow-height--adapt) .slideshow__bg {
    height: var(--slide-height, 0);
  }
}
/* === Slideshow mobile + CTA fixes (paste at end of section-slideshow.css) === */

/* Keep background media clipped but allow text/CTA to overflow naturally */
.section--slideshow .slideshow__bg { overflow: hidden; }

/* Normalize the orange CTA across all slides (keeps other pages unchanged) */
.section--slideshow .rich-text__button .btn {
  background-color: #ff7a00 !important; /* brand orange */
  border-color:     #ff7a00 !important;
  color: #fff !important;
}
.section--slideshow .rich-text__button .btn:hover,
.section--slideshow .rich-text__button .btn:focus-visible {
  filter: brightness(0.92);
}
.section--slideshow .rich-text__button .btn .btn__icon { color: currentColor; }

  /* Ensure text/CTA clear pagination/controls at the bottom */
  .section--slideshow .slideshow__content {
    padding: 24px 16px 84px !important;
    overflow: visible !important;
  }

  /* Tame oversized headings on small screens */
  .section--slideshow .slideshow__title.hd1,
  .section--slideshow .slideshow__title.hd2 {
    font-size: clamp(28px, 6.4vw, 34px);
    line-height: 1.1;
  }

  /* Consistent readable text width and rhythm */
  .section--slideshow .slideshow__text {
    max-width: 36ch;
    margin-inline: auto;
    gap: 10px;
  }
  .section--slideshow .slideshow__subtitle { margin-bottom: 8px; }
  .section--slideshow .slideshow__title    { margin-bottom: 8px; }
  .section--slideshow .slideshow__description { margin-bottom: 14px; }
}
/* === Compact hero on desktop & mobile (keep CTA consistent) === */

/* Desktop/tablet: cap hero height so more content shows above the fold */

  /* Slightly tighter headings on desktop */
  .section--slideshow .slideshow__title.hd1,
  .section--slideshow .slideshow__title.hd2 {
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .section--slideshow .slideshow__description { margin-bottom: 16px; }
}

/* Mobile: a bit shorter than the previous “no-crop” patch, still safe */
  .section--slideshow .slideshow__content {
    /* reduce bottom pad now that we’re compacting */
    padding: 16px 14px 64px !important;
  }
  .section--slideshow .slideshow__title.hd1,
  .section--slideshow .slideshow__title.hd2 {
    font-size: clamp(24px, 6vw, 32px);
    line-height: 1.12;
    margin-bottom: 8px;
  }
  .section--slideshow .slideshow__description { margin-bottom: 12px; }

  /* Smaller CTA so it doesn’t dominate the slide */
  .section--slideshow .rich-text__button .btn {
    font-size: 16px;
    padding: 12px 18px;
    border-radius: 28px;
  }

  /* Smaller pagination + closer to edge to save vertical space */
  .section--slideshow .swiper-controls--pagination-bullets .swiper-pagination {
    transform: scale(0.85);
    margin-bottom: -6px; /* pull closer to edge */
  }
}

/* Keep orange CTA consistent (from earlier patch) */
.section--slideshow .rich-text__button .btn {
  background-color: #ff7a00 !important;
  border-color: #ff7a00 !important;
  color: #fff !important;
}
.section--slideshow .rich-text__button .btn:hover,
.section--slideshow .rich-text__button .btn:focus-visible { filter: brightness(0.92); }

/* Background media clipped; text can overflow if needed */
.section--slideshow .slideshow__bg { overflow: hidden; }
