/* Final GKM Homepage Hero Hierarchy + Separate Hero Logo */

.kg-hero-brand{
  align-items:center !important;
  gap:22px !important;
}

.kg-hero-brand img{
  width:82px !important;
  height:82px !important;
  object-fit:contain !important;
}

.kg-hero-brand strong{
  color:#ffffff !important;
  font-size:clamp(34px,3.2vw,54px) !important;
  font-weight:950 !important;
  line-height:1 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
}

.kg-hero-brand small,
.kg-brand-motto{
  display:inline-block !important;
  color:#d8a437 !important;
  font-size:15px !important;
  font-weight:900 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  margin-top:14px !important;
  padding-bottom:8px !important;
  border-bottom:2px solid #d8a437 !important;
  text-decoration:none !important;
}

.kg-hero-copy > span,
.kg-hero-kicker,
.kg-firm-name{
  display:none !important;
}

.kg-hero-mainline{
  display:block !important;
  color:#ffffff !important;
  font-size:clamp(24px,2.2vw,34px) !important;
  font-weight:600 !important;
  line-height:1.22 !important;
  letter-spacing:-.02em !important;
  margin:0 0 18px !important;
  max-width:720px !important;
}

.kg-hero-copy p{
  color:rgba(255,255,255,.84) !important;
  font-size:18px !important;
  line-height:1.75 !important;
  max-width:720px !important;
}

@media(max-width:768px){
  .kg-hero-brand{
    display:flex !important;
  }

  .kg-hero-brand img{
    width:58px !important;
    height:58px !important;
  }

  .kg-hero-brand strong{
    font-size:22px !important;
    letter-spacing:.06em !important;
  }

  .kg-hero-brand small,
  .kg-brand-motto{
    font-size:10px !important;
    margin-top:8px !important;
    letter-spacing:.10em !important;
    padding-bottom:5px !important;
  }

  .kg-hero-mainline{
    font-size:22px !important;
    line-height:1.28 !important;
  }

  .kg-hero-copy p{
    font-size:16px !important;
  }
}

/* ===== GKM HERO LOGO UPGRADE ===== */

.kg-hero-brand{
    display:flex !important;
    align-items:center !important;
    gap:28px !important;
}

.kg-hero-brand img{
    width:280px !important;
    height:auto !important;
    max-height:120px !important;
    object-fit:contain !important;
    display:block !important;
}

.kg-hero-brand strong{
    font-size:clamp(32px,3vw,54px) !important;
}

@media(max-width:1200px){

    .kg-hero-brand img{
        width:240px !important;
        max-height:100px !important;
    }

}

@media(max-width:768px){

    .kg-hero-brand{
        gap:16px !important;
    }

    .kg-hero-brand img{
        width:180px !important;
        max-height:80px !important;
    }

}

@media(max-width:480px){

    .kg-hero-brand img{
        width:150px !important;
        max-height:70px !important;
    }

}
