/*
  YakData visual elevation: Phase 3, Homepage Hero
  2026-08-28
  Scope: presentation of the existing homepage hero only.
  No copy, image, CTA, link, route, or content-flow changes.
*/

/* --------------------------------------------------------------------------
   1. Hero frame: more deliberate opening and cleaner transition
   -------------------------------------------------------------------------- */
body[data-page="home"] .home-hero{
  position:relative;
  overflow:hidden;
  padding:clamp(92px,9.25vw,136px) 0 clamp(82px,8vw,116px)!important;
  background:linear-gradient(112deg,#0B1D2D 0%,#0D2235 62%,#10283C 100%)!important;
  border-bottom:1px solid rgba(196,154,44,.28);
}

body[data-page="home"] .home-hero .wrap{
  position:relative;
  z-index:1;
}

body[data-page="home"] .home-hero .hero-copy{
  max-width:960px!important;
}

/* --------------------------------------------------------------------------
   2. Message hierarchy: same words, clearer visual priority
   -------------------------------------------------------------------------- */
body[data-page="home"] .home-hero .stamp{
  margin-bottom:30px!important;
  padding:8px 13px!important;
  border-radius:4px!important;
  background:rgba(196,154,44,.10)!important;
  border-color:rgba(196,154,44,.38)!important;
  font-size:.86rem!important;
  line-height:1.3!important;
  letter-spacing:.075em!important;
  text-transform:uppercase;
}

body[data-page="home"] .home-hero h1{
  max-width:15.5ch!important;
  margin:0!important;
  font-size:clamp(3.05rem,6.15vw,5rem)!important;
  line-height:.985!important;
  letter-spacing:-.036em!important;
  text-wrap:balance;
}

body[data-page="home"] .home-hero .kicker{
  max-width:56ch!important;
  margin-top:28px!important;
  color:#C4CDD5!important;
  font-size:clamp(1.16rem,1.7vw,1.36rem)!important;
  line-height:1.58!important;
}

/* --------------------------------------------------------------------------
   3. Existing CTA group: stronger geometry without changing hierarchy or order
   -------------------------------------------------------------------------- */
body[data-page="home"] .home-hero .actions{
  gap:14px!important;
  margin-top:36px!important;
}

body[data-page="home"] .home-hero .actions .btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 25px!important;
  font-size:1.02rem!important;
  line-height:1.2!important;
}

body[data-page="home"] .home-hero .actions .btn.gold{
  box-shadow:0 9px 24px rgba(0,0,0,.16);
}

body[data-page="home"] .home-hero .actions .btn.ghost-light{
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.38)!important;
}

body[data-page="home"] .home-hero .actions .btn.ghost-light:hover{
  border-color:#fff!important;
}

/* --------------------------------------------------------------------------
   4. Existing proof line: visually subordinate, but clearly intentional
   -------------------------------------------------------------------------- */
body[data-page="home"] .home-hero .hero-proofline{
  max-width:61ch!important;
  margin-top:30px!important;
  padding-top:20px!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  color:#AEB9C4!important;
  font-size:.96rem!important;
  line-height:1.55!important;
}

body[data-page="home"] .home-hero .hero-proofline strong{
  color:#F5F5F2!important;
  font-weight:600;
}

/* --------------------------------------------------------------------------
   5. Responsive hero composition
   -------------------------------------------------------------------------- */
@media(max-width:900px){
  body[data-page="home"] .home-hero{
    padding:84px 0 78px!important;
  }
  body[data-page="home"] .home-hero .hero-copy{
    max-width:760px!important;
  }
  body[data-page="home"] .home-hero h1{
    max-width:16ch!important;
    font-size:clamp(2.85rem,8.4vw,4.4rem)!important;
  }
  body[data-page="home"] .home-hero .kicker{
    max-width:58ch!important;
  }
}

@media(max-width:600px){
  body[data-page="home"] .home-hero{
    padding:64px 0 58px!important;
  }
  body[data-page="home"] .home-hero .stamp{
    margin-bottom:22px!important;
    padding:7px 10px!important;
    font-size:.76rem!important;
    letter-spacing:.06em!important;
  }
  body[data-page="home"] .home-hero h1{
    max-width:17ch!important;
    font-size:clamp(2.48rem,12vw,3.35rem)!important;
    line-height:1!important;
    letter-spacing:-.032em!important;
  }
  body[data-page="home"] .home-hero .kicker{
    margin-top:22px!important;
    font-size:1.08rem!important;
    line-height:1.55!important;
  }
  body[data-page="home"] .home-hero .actions{
    display:grid!important;
    grid-template-columns:1fr;
    gap:10px!important;
    margin-top:28px!important;
  }
  body[data-page="home"] .home-hero .actions .btn{
    width:100%;
    min-height:52px;
    padding:15px 18px!important;
  }
  body[data-page="home"] .home-hero .hero-proofline{
    margin-top:24px!important;
    padding-top:17px!important;
    font-size:.91rem!important;
  }
}

@media(prefers-reduced-motion:reduce){
  body[data-page="home"] .home-hero .actions .btn{
    transition:none!important;
  }
}
