/* Mobile adaptation of the research capsule, following the tall technical
   storytelling composition used in the supplied Seed reference. */
@media (max-width: 640px) {
  html body.home #pagewrap#pagewrap .sunday-research-capsule {
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin-top: 14px !important;
    padding: 16px 22px 20px !important;
    background-position: 42% center !important;
    background-size: cover !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__glass {
    position: relative !important;
    width: 100% !important;
    height: clamp(620px, 162vw, 650px) !important;
    min-height: 0 !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 30px !important;
    background: rgba(59,48,72, .86) !important;
    box-shadow: 0 26px 58px rgba(26,16,38, .27), inset 0 1px 0 rgba(255,255,255, .24) !important;
    -webkit-backdrop-filter: blur(11px) saturate(104%) !important;
    backdrop-filter: blur(11px) saturate(104%) !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__copy {
    position: absolute !important;
    inset: 0 !important;
    z-index: 5 !important;
    display: block !important;
    padding: 26px 28px 20px !important;
    pointer-events: none;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__eyebrow {
    margin: 0 0 20px !important;
    font-size: 11px !important;
    letter-spacing: .105em !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__copy h2 {
    width: 100% !important;
    max-width: 310px !important;
    margin: 0 !important;
    font-size: clamp(31px, 8.7vw, 34px) !important;
    font-weight: 430 !important;
    line-height: 1.04 !important;
    letter-spacing: -.035em !important;
    overflow-wrap: normal !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__copy > p,
  html body.home #pagewrap#pagewrap .sunday-research-capsule__copy > a {
    display: none !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__diagram {
    position: absolute !important;
    inset: 0 !important;
    z-index: 4 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    pointer-events: none;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note {
    position: absolute !important;
    right: auto !important;
    left: 28px !important;
    width: 145px !important;
    padding-top: 25px !important;
    color: rgba(251,250,253, .94) !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note::before {
    top: 0 !important;
    right: auto !important;
    left: 0 !important;
    width: 145px !important;
    height: 5px !important;
    margin: 0 !important;
    border: 0 !important;
    background:
      radial-gradient(circle at right center, #f2edf7 0 3px, transparent 3.5px),
      linear-gradient(#f2edf7, #f2edf7) left center / calc(100% - 3px) 2px no-repeat !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note span {
    margin-bottom: 12px !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    letter-spacing: .055em !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note p {
    max-width: 145px !important;
    font-size: 12px !important;
    line-height: 1.48 !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note--top {
    top: 196px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note--bottom {
    top: 342px !important;
    bottom: auto !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__product-stage {
    top: 168px !important;
    right: 20px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 3 !important;
    width: auto !important;
    height: 350px !important;
    transform: none !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__product {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    filter: none !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__metric {
    position: absolute !important;
    right: 18px !important;
    bottom: 14px !important;
    left: 18px !important;
    z-index: 8 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 13px 17px !important;
    gap: 12px !important;
    border-color: rgba(255,255,255, .35) !important;
    border-radius: 18px !important;
    background: rgba(243,239,248, .055) !important;
    pointer-events: auto;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__metric span {
    max-width: 155px !important;
    font-size: 11px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__metric b {
    font-size: 11px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__metric strong {
    font-size: 39px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__metric small {
    display: block;
    margin-top: 3px;
    font-size: 11px !important;
    text-align: right;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule.is-motion-ready:not(.is-in-view) .sunday-research-capsule__product-stage {
    transform: translateY(24px) scale(.92) !important;
  }
}

@media (max-width: 360px) {
  html body.home #pagewrap#pagewrap .sunday-research-capsule__glass {
    height: 620px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__copy h2 {
    font-size: 31px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__product-stage {
    right: 2px !important;
    height: 285px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note,
  html body.home #pagewrap#pagewrap .sunday-research-capsule__note p {
    width: 126px !important;
    max-width: 126px !important;
  }

  html body.home #pagewrap#pagewrap .sunday-research-capsule__note::before {
    width: 126px !important;
  }
}
