
/* ============================================================
   JACKSON ARMS LLC — PHASE 9.51I.1
   PERMIT INFORMATION SMOKY HERO BACKGROUND
   ============================================================ */

.permit-map-hero{
    position:relative!important;
    overflow:hidden!important;
    isolation:isolate!important;
}

/* New smoky Jackson Arms background image */
.permit-map-hero .ja951i1-smoky-bg{
    position:absolute!important;
    top:50%!important;
    right:0!important;
    width:min(66vw,1080px)!important;
    max-width:none!important;
    height:auto!important;
    transform:translateY(-50%)!important;
    opacity:.35!important;
    z-index:0!important;
    pointer-events:none!important;
    object-fit:contain!important;
    filter:saturate(1.00) contrast(1.05) brightness(.84)!important;
}

/* Dark readability gradient, same concept as About Us */
.permit-map-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(
        90deg,
        rgba(4,6,8,.98) 0%,
        rgba(4,6,8,.95) 34%,
        rgba(4,6,8,.82) 50%,
        rgba(4,6,8,.44) 70%,
        rgba(4,6,8,.16) 100%
    );
}

/* Keep the existing Permit hero content and NC badge above the background */
.permit-map-hero .permit-map-hero-inner{
    position:relative!important;
    z-index:2!important;
}

@media(max-width:1100px){
    .permit-map-hero .ja951i1-smoky-bg{
        right:-110px!important;
        width:820px!important;
        opacity:.30!important;
    }
}

@media(max-width:760px){
    .permit-map-hero::before{
        background:linear-gradient(
            180deg,
            rgba(4,6,8,.97) 0%,
            rgba(4,6,8,.94) 58%,
            rgba(4,6,8,.72) 100%
        );
    }

    .permit-map-hero .ja951i1-smoky-bg{
        right:-220px!important;
        top:57%!important;
        width:700px!important;
        opacity:.24!important;
    }
}
