/*
 * Da Vat Hy Lures — Phase 23B.8D.4
 * Mobile Hero & Heading Compression
 *
 * Mobile-only visual polish for the signed-in My Tackle Box home.
 * No Fishing Intelligence, Scout, navigation or profile logic changes.
 */

@media(max-width:600px){
  /* ----- Returning-anglers hero: shorter and easier to scan ----- */
  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) main>.dvh21b-hero{
    padding-top:18px!important;
    padding-bottom:14px!important;
  }

  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) main>.dvh21b-hero h1{
    margin-top:4px!important;
    margin-bottom:6px!important;
    font-size:clamp(1.58rem,7.8vw,1.92rem)!important;
    line-height:.98!important;
    letter-spacing:-.018em!important;
  }

  /* The greeting is the useful information; the rod is decorative. */
  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) main>.dvh21b-hero .dvh23b8d4-greeting-rod{
    display:none!important;
  }

  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) main>.dvh21b-hero p{
    margin-top:6px!important;
    margin-bottom:7px!important;
    font-size:.79rem!important;
    line-height:1.34!important;
  }

  /* Pull the readiness badge into the hero instead of leaving a large gap. */
  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) .dvh21b-recognised{
    margin-top:-4px!important;
    margin-bottom:0!important;
    transform:translateY(-4px)!important;
  }

  /* ----- Main Today headings: strong, but no longer oversized ----- */
  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) .dvh21y1-titlebar h2{
    font-size:clamp(1.42rem,6.4vw,1.62rem)!important;
    line-height:1.04!important;
    letter-spacing:-.012em!important;
    white-space:nowrap!important;
  }

  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) .dvh21y1-today h3{
    font-size:clamp(1.24rem,5.7vw,1.46rem)!important;
    line-height:1.04!important;
    letter-spacing:-.01em!important;
    white-space:nowrap!important;
  }
}

/* Extra-narrow phones: keep the static section headings intact. */
@media(max-width:350px){
  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) .dvh21y1-titlebar h2{
    font-size:1.34rem!important;
  }
  body.dvh23b2-pocket-shell:not(.dvh23b7-fi-focused) .dvh21y1-today h3{
    font-size:1.16rem!important;
  }
}
