/* =========================================================
   SEA LICENSING — SEAFARERS
   COMPACT DESKTOP HERO ONLY
   Mobile/tablet intentionally untouched
   ========================================================= */

@media (min-width:1051px){

  /* Overall hero height */
  .sfw-hero{
    min-height:575px !important;
  }

  /* Reduce unnecessary top / bottom space */
  .sfw-hero-grid{
    padding-top:44px !important;
    padding-bottom:44px !important;
    gap:54px !important;
    align-items:center !important;
  }

  /* Main heading — still dominant, but less oversized */
  .sfw-hero h1{
    font-size:clamp(54px,4.05vw,68px) !important;
    line-height:.96 !important;
    letter-spacing:-.045em !important;
    max-width:720px !important;
  }

  /* Tighten spacing below heading */
  .sfw-hero h1 + *{
    margin-top:14px !important;
  }

  /* Main descriptive text */
  .sfw-hero p{
    line-height:1.48 !important;
  }

  /* Action buttons */
  .sfw-hero-actions{
    margin-top:20px !important;
  }

  /* Right pathway panel */
  .sfw-pathways{
    padding:18px !important;
  }

  .sfw-pathways h2{
    margin-top:7px !important;
    margin-bottom:14px !important;
  }

  /* Individual pathway rows */
  .sfw-path{
    min-height:58px !important;
    padding:9px 11px !important;
  }

  .sfw-path + .sfw-path{
    margin-top:7px !important;
  }

}
