/* ============================================================
   Thomas Family Law Counsel — Homepage-only styles
   Enqueued only on is_front_page()/is_home() via css_script_manager.
   ============================================================ */

.hero_section {
    background: var(--navy);
    color: var(--cream);
    padding: 7rem 0 6rem;
    position: relative;
    overflow: hidden;
}
.hero_section::after {
    content: "";
    position: absolute;
    right: -10%;
    top: -30%;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(201, 162, 39, 0.18);
    border-radius: 50%;
}
.hero_section .eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 600;
}
.hero_title {
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    font-weight: 600;
    line-height: 1.15;
    max-width: 780px;
    margin-top: 1rem;
}
.hero_lead {
    color: rgba(247, 244, 236, 0.82);
    max-width: 560px;
    margin-top: 1.2rem;
    font-size: 1.05rem;
}
.hero_section .btn-gold {
    margin-top: 1.8rem;
}
.hero_section .btn-outline-light {
    margin-top: 1.8rem;
}
