/**
 * Marketing home hero — mobile + tablet (matches v3 nav ≤959px).
 * Loaded after v3.css for jd-page-home only.
 */

@media (max-width: 959.98px) {
  body.jd-page-home .jd-home .jd-home__hero-glow-ring {
    display: none !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-eyebrow-aura,
  body.jd-page-home .jd-home .jd-home__hero-eyebrow-sparkles {
    display: none !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-split.jd-home__hero-split-inner {
    min-height: 0 !important;
    align-content: start !important;
    padding-left: max(1.25rem, calc(env(safe-area-inset-left, 0px) + 8px)) !important;
    padding-right: max(1.25rem, calc(env(safe-area-inset-right, 0px) + 8px)) !important;
    box-sizing: border-box !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-col--viz {
    min-height: 0 !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-svg-wrap {
    display: none !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-visual-stack .jd-home__float-card--one,
  body.jd-page-home .jd-home .jd-home__hero-visual-stack .jd-home__float-card--two,
  body.jd-page-home .jd-home .jd-home__hero-visual-stack .jd-home__float-card--three {
    display: none !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-eyebrow-wrap {
    margin-bottom: 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-eyebrow-kicker.jd-home__eyebrow {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.58rem 1.05rem !important;
    text-align: center !important;
    line-height: 1.25 !important;
    box-sizing: border-box !important;
    letter-spacing: 0.045em !important;
    font-size: clamp(0.92rem, 2.85vw + 0.52rem, 1.14rem) !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-eyebrow-name,
  body.jd-page-home .jd-home .jd-home__hero-eyebrow-sep,
  body.jd-page-home .jd-home .jd-home__hero-eyebrow-studio {
    display: inline !important;
    white-space: nowrap !important;
  }

  body.jd-page-home .jd-home .jd-home__title.jd-home__title--split {
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
    padding-top: 0 !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-col--copy .jd-home__hero-chip-strip {
    margin-top: 1.5rem !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-chip-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.55rem !important;
    justify-items: stretch !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-chip {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 480px) {
  body.jd-page-home .jd-home .jd-home__hero-split.jd-home__hero-split-inner {
    padding-left: max(1.35rem, calc(env(safe-area-inset-left, 0px) + 12px)) !important;
    padding-right: max(1.35rem, calc(env(safe-area-inset-right, 0px) + 12px)) !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-eyebrow-wrap {
    margin-bottom: 1.65rem !important;
  }

  body.jd-page-home .jd-home .jd-home__title.jd-home__title--split {
    margin-top: 1rem !important;
    line-height: 1.14 !important;
  }

  body.jd-page-home .jd-home .jd-home__text-rotate {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  body.jd-page-home .jd-home .jd-home__text-rotate-item {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-col--copy .jd-home__hero-chip-strip {
    margin-top: 1.35rem !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-chip {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.jd-page-home .jd-home .jd-home__hero-chip-row > .jd-home__hero-chip {
    min-height: 2.75rem !important;
  }
}
