/* T86 — Homepage mobile copy grouped directly above the service cards. */
.hero-copy-block{display:contents;}

@media (max-width:760px){
  #home .hero-content{
    top:68px !important;
    bottom:154px !important;
    padding:8px 14px 0 !important;
  }

  #home .hero-copy-block{
    position:relative !important;
    z-index:2 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-end !important;
    width:min(100%,410px) !important;
    margin:auto auto 0 !important;
    padding:8px 10px 4px !important;
    gap:0 !important;
    text-align:center !important;
  }

  #home .hero-copy-block::before{
    content:"" !important;
    position:absolute !important;
    z-index:-1 !important;
    right:-10px !important;
    bottom:-8px !important;
    left:-10px !important;
    height:150px !important;
    border-radius:42% 42% 12px 12px / 24% 24% 12px 12px !important;
    background:linear-gradient(180deg,transparent 0%,rgba(2,11,22,.22) 34%,rgba(2,11,22,.58) 78%,rgba(2,11,22,.72) 100%) !important;
    filter:blur(.1px) !important;
    pointer-events:none !important;
  }

  #home .hero-kicker{
    width:auto !important;
    margin:0 auto 2px !important;
    gap:8px !important;
    font-size:clamp(.96rem,4.15vw,1.10rem) !important;
    line-height:1.16 !important;
  }

  #home .hero-kicker::before,
  #home .hero-kicker::after{
    width:38px !important;
    flex-basis:38px !important;
  }

  #home .hero h1{
    margin:0 auto 3px !important;
    padding:5px 6px 6px !important;
    font-size:clamp(2.02rem,8.85vw,2.56rem) !important;
    line-height:1.13 !important;
  }

  #home .hero-subtitle{
    max-width:330px !important;
    margin:0 auto !important;
    padding:0 6px !important;
    line-height:1.42 !important;
  }

  #home .hero-subtitle::after{
    font-size:clamp(.82rem,3.55vw,.96rem) !important;
    line-height:1.42 !important;
  }

  #home .hero-ornament{
    width:min(210px,52vw) !important;
    height:14px !important;
    margin:5px auto 0 !important;
  }

  #home .hero-ornament::before,
  #home .hero-ornament::after{
    top:6px !important;
  }

  #home .primary-actions{
    bottom:18px !important;
  }
}

@media (max-width:760px) and (max-height:780px){
  #home .hero-content{
    top:60px !important;
    bottom:140px !important;
    padding-inline:10px !important;
  }

  #home .hero-copy-block{
    padding:5px 6px 2px !important;
  }

  #home .hero-copy-block::before{
    height:132px !important;
  }

  #home .hero-kicker{
    margin-bottom:1px !important;
    font-size:.88rem !important;
  }

  #home .hero h1{
    margin-bottom:2px !important;
    padding:3px 4px 4px !important;
    font-size:clamp(1.82rem,8.2vw,2.18rem) !important;
  }

  #home .hero-subtitle::after{
    font-size:.76rem !important;
  }

  #home .hero-ornament{
    margin-top:3px !important;
  }

  #home .primary-actions{
    bottom:12px !important;
  }
}
