/* Mobile/tablet scroll overlap for the Chattanooga treatment section. */
.technology__pulse--panel[data-astro-cid-n57oojft] {
  display: none;
}

@media (width <= 850px) {
  .technology[data-astro-cid-n57oojft] {
    display: block;
    overflow: clip;
  }

  .technology__visual[data-astro-cid-n57oojft] {
    position: sticky;
    top: 5.35rem;
    z-index: 1;
    height: clamp(29rem, 68svh, 38rem);
    min-height: 0;
    box-shadow: none;
  }

  .technology__content[data-astro-cid-n57oojft] {
    position: relative;
    z-index: 4;
    margin-top: -2rem;
    border-top: 1px solid rgba(120, 208, 231, 0.42);
    border-radius: 1.4rem 1.4rem 0 0;
    box-shadow: 0 -1.4rem 3.8rem rgba(2, 23, 34, 0.3);
    isolation: isolate;
    overflow: hidden;
  }

  .technology__pulse--section[data-astro-cid-n57oojft] {
    display: none;
  }

  .technology__pulse--panel[data-astro-cid-n57oojft] {
    display: block;
    z-index: 0;
  }

  .technology__heading-group,
  .technology__use-group {
    position: relative;
    z-index: 1;
  }

  .technology__content[data-astro-cid-n57oojft]::before {
    content: "";
    position: absolute;
    top: 0;
    left: clamp(1rem, 7vw, 3rem);
    width: clamp(4rem, 18vw, 7rem);
    height: 2px;
    z-index: 2;
    background: linear-gradient(90deg, var(--soft-aqua), rgba(120, 208, 231, 0));
  }
}

@media (width <= 850px) and (prefers-reduced-motion: reduce) {
  .technology__visual[data-astro-cid-n57oojft] {
    position: relative;
    top: auto;
  }
}
