/* Scoped to the discovery section directly after the hero. */
.frame-home.frame-home--social-hero > .frame-insight.mura-discovery {
  display: block;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 3rem max(3rem, calc((100% - 70rem) / 2));
  border: 0;
  background: #fff;
  scroll-margin-top: 6rem;
  contain-intrinsic-size: auto 880px;
}

.frame-home .mura-discovery__inner {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  align-items: start;
  gap: clamp(1.5rem, 3vw, 3rem);
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
}

.frame-home .mura-discovery__copy {
  min-width: 0;
  padding-top: 2.5rem;
}

.frame-home .mura-discovery__eyebrow {
  margin: 0 0 1.5rem;
  color: var(--frame-muted);
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.frame-home .frame-insight.mura-discovery h2 {
  max-width: 24rem;
  margin: 0;
  color: var(--frame-ink);
  font-size: clamp(2.25rem, 3.4vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.045em;
  text-align: left;
  text-wrap: balance;
}

.frame-home .mura-discovery__description {
  max-width: 24rem;
  margin: 1.75rem 0 0;
  color: var(--frame-muted);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  text-wrap: pretty;
}

/* Trim transparent margins while preserving the phone and its soft base shadow. */
.frame-home .mura-discovery__visual {
  position: relative;
  justify-self: center;
  width: min(80%, 23rem);
  aspect-ratio: 760 / 1310;
  margin: 0;
  overflow: hidden;
}

.frame-home .mura-discovery__visual img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 147.631579%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -3.566334%);
}

@media (max-width: 960px) {
  .frame-home.frame-home--social-hero > .frame-insight.mura-discovery {
    padding: 3.5rem max(1.5rem, env(safe-area-inset-right)) 3rem max(1.5rem, env(safe-area-inset-left));
    scroll-margin-top: 4.5rem;
  }
  #FrameHome .mura-discovery .mura-discovery__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "heading" "description" "media";
    grid-template-rows: auto auto auto;
    gap: 1.5rem;
    max-width: 36rem;
  }
  .frame-home .mura-discovery__copy { padding-top: 0; }
  .frame-home .mura-discovery__eyebrow { margin-bottom: 1.25rem; }
  .frame-home .frame-insight.mura-discovery h2 {
    max-width: 25rem;
    font-size: clamp(2rem, 7.5vw, 2.625rem);
    line-height: 1.14;
  }
  .frame-home .mura-discovery__description {
    max-width: 30rem;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.6;
  }
  .frame-home .mura-discovery__visual {
    width: min(calc(100% + 1.5rem), 25rem);
    max-width: none;
    aspect-ratio: 720 / 1310;
  }
  .frame-home .mura-discovery__visual img { width: 155.833333%; }
}
