.sqs-video-background[data-bungee-video-ready] {
  position: absolute !important;
  inset: 0;
  overflow: hidden !important;
  background: #111;
}

.sqs-video-background[data-bungee-video-ready] > .custom-fallback-image {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 1;
}

.sqs-video-background[data-bungee-video-ready] > #player {
  display: none !important;
}

.sqs-video-background[data-bungee-video-ready] iframe:not(.bungee-hero-video) {
  display: none !important;
}

.bungee-hero-video {
  position: absolute !important;
  z-index: 1;
  top: 50% !important;
  left: 50% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0;
  pointer-events: none;
  visibility: visible !important;
  opacity: 0 !important;
  transform: translate(-50%, -50%) !important;
  transition: opacity 180ms linear;
}

.bungee-hero-video.is-loaded {
  opacity: 1 !important;
}

.bungee-content-video-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* Mobile resilience for the restored Squarespace layout. */
@media (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
  }

  img,
  video,
  iframe:not(.bungee-hero-video),
  .sqs-block-image img {
    max-width: 100%;
  }

  input,
  select,
  textarea {
    max-width: 100%;
    font-size: 16px;
  }

  #wm-subnav,
  #header .header-display-desktop {
    display: none !important;
  }

  #header .header-display-mobile {
    display: flex !important;
  }

  #header .header-announcement-bar-wrapper {
    padding: 16px 24px !important;
  }

  #header .header-inner,
  #header .header-display-mobile {
    min-height: 88px;
  }

  #header .header-title-logo {
    padding-right: 48px !important;
  }

  #header .header-title-logo img {
    width: auto !important;
    max-height: 88px !important;
    object-fit: contain;
  }

  .header-burger,
  .header-burger-btn,
  .burger-box {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
  }

  .header-burger-btn {
    display: grid !important;
    place-items: center;
  }

  .gallery-fullscreen-slideshow-control-btn,
  .sqs-gallery-design-strip .sqs-gallery-controls .previous,
  .sqs-gallery-design-strip .sqs-gallery-controls .next,
  .gallery-lightbox-control,
  .gallery-reel-control-btn {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  #footer-sections a,
  #footer-sections button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .sqs-block-markdown h2 {
    font-size: clamp(15px, 2.2vw, 18px) !important;
    line-height: 1.4 !important;
  }

  .sqs-block-form input:not([type='checkbox']):not([type='radio']),
  .sqs-block-form select,
  .sqs-block-form textarea,
  .newsletter-form input,
  .newsletter-form select,
  .newsletter-form textarea {
    width: 100%;
    min-height: 44px;
  }

  .header-menu-nav-folder-content {
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }
}

/* WebCopy preserved a 47px desktop grid gap in this homepage section. It
   collapses the mobile grid tracks to zero, so explicitly size the restored
   eight-column layout at phone widths. */
@media (max-width: 767px) {
  .fe-67ca82e2dd63a6ca6a1a4fff {
    --grid-gutter: 18px !important;
    grid-template-columns:
      18px repeat(8, minmax(0, 1fr)) 18px !important;
    column-gap: 8px !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff > .fe-block {
    min-width: 0;
    max-width: 100%;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff h1,
  .fe-67ca82e2dd63a6ca6a1a4fff h2,
  .fe-67ca82e2dd63a6ca6a1a4fff h3,
  .fe-67ca82e2dd63a6ca6a1a4fff p,
  .fe-67ca82e2dd63a6ca6a1a4fff a {
    overflow-wrap: anywhere;
  }

  .header-menu-nav-item a,
  .header-menu-controls a,
  .header-menu-controls button {
    min-height: 44px;
  }
}

/* At tablet width the archived page switches to its 24-column
   desktop coordinates, but still keeps the 47px captured gap. Rebuild that
   one showcase section as a readable two-column tablet layout. */
@media (min-width: 768px) and (max-width: 1024px) {
  .fe-67ca82e2dd63a6ca6a1a4fff {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 22px 28px !important;
    padding: 42px max(32px, 6vw) !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff > .fe-block {
    position: relative !important;
    inset: auto !important;
    min-width: 0;
    grid-area: auto !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e25b99e206428e1878 {
    grid-column: 1 / -1 !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e249597f5216188a84,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e22a99e4a94a461457,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e233949a9871bdebc5,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e2c3594de34a02750c {
    grid-column: 1 !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e2ccef758c6d70a186,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e269f536c0c055d3c3,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e2f5a8500eff96db60,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e257afe5be55dd89b0 {
    grid-column: 2 !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e249597f5216188a84,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e2ccef758c6d70a186 { grid-row: 2 !important; }
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e22a99e4a94a461457,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e269f536c0c055d3c3 { grid-row: 3 !important; }
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e233949a9871bdebc5,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e2f5a8500eff96db60 { grid-row: 4 !important; }
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e2c3594de34a02750c,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e257afe5be55dd89b0 { grid-row: 5 !important; }

  .fe-67ca82e2dd63a6ca6a1a4fff img {
    width: 100% !important;
    height: auto !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e22a99e4a94a461457,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e269f536c0c055d3c3 {
    min-height: 182px;
    aspect-ratio: 16 / 9;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e22a99e4a94a461457 .sqs-block,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e269f536c0c055d3c3 .sqs-block,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e22a99e4a94a461457 .sqs-block-content,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e269f536c0c055d3c3 .sqs-block-content,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e22a99e4a94a461457 .image-block-outer-wrapper,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e269f536c0c055d3c3 .image-block-outer-wrapper {
    height: 100% !important;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e22a99e4a94a461457 img,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e269f536c0c055d3c3 img {
    height: 100% !important;
    object-fit: cover;
  }

  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e2c3594de34a02750c a,
  .fe-67ca82e2dd63a6ca6a1a4fff .fe-block-67ca82e257afe5be55dd89b0 a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}
