/* ==========================================================
   BEEFIXPRO JACKSONVILLE SERVICE ATLAS
   Lightweight interactive service map for jacksonville.html.
========================================================== */
body.jacksonville-page .jacksonville-directory {
    padding: 88px 0 54px;
    background:
        radial-gradient(circle at 92% 7%, rgba(207, 151, 38, .055), transparent 22%),
        #f4f5f5;
}

body.jacksonville-page .jacksonville-directory__intro {
    width: min(920px, 100%);
    margin: 0 auto 38px;
    text-align: center;
}

body.jacksonville-page .jacksonville-directory__intro .jacksonville-eyebrow {
    justify-content: center;
}

body.jacksonville-page .jacksonville-directory__intro h2 {
    max-width: 820px;
    margin-inline: auto;
}

body.jacksonville-page .jacksonville-directory__intro > p:last-child {
    max-width: 720px;
    margin: 17px auto 0;
    color: #6b6964;
}

.service-atlas {
    position: relative;
    overflow: hidden;
    border: 1px solid #d5d8da;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 28px 72px rgba(35, 37, 38, .10), inset 0 1px 0 #fff;
}

.service-atlas::before {
    position: absolute;
    z-index: 4;
    top: -1px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d69519 35%, #f6c45e 65%, transparent);
    content: "";
    pointer-events: none;
}

.service-atlas__toolbar {
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 25px 28px;
    border-bottom: 1px solid #e0e2e3;
    background: #fff;
}

.service-atlas__toolbar > div:first-child {
    display: grid;
    gap: 7px;
}

.service-atlas__toolbar-kicker {
    color: #9a6204;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.service-atlas__toolbar-kicker i {
    margin-right: 7px;
}

.service-atlas__toolbar strong {
    color: #2f2e2a;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.15;
}

.service-atlas__stats {
    display: grid;
    min-width: 335px;
    overflow: hidden;
    border: 1px solid #dfe1e2;
    border-radius: 17px;
    background: #f6f7f7;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-atlas__stats span {
    display: grid;
    min-height: 62px;
    place-content: center;
    padding: 8px 13px;
    text-align: center;
}

.service-atlas__stats span + span {
    border-left: 1px solid #dfe1e2;
}

.service-atlas__stats b {
    color: #292824;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.service-atlas__stats small {
    margin-top: 5px;
    color: #85837d;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.service-atlas__tabs {
    display: grid;
    gap: 10px;
    padding: 13px;
    border-bottom: 1px solid #dfe1e2;
    background: #f4f5f5;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-atlas__tabs button {
    position: relative;
    display: grid;
    min-height: 84px;
    align-items: center;
    gap: 3px 11px;
    padding: 12px 14px;
    border: 1px solid #dde0e1;
    border-radius: 17px;
    color: #494844;
    background: #fff;
    box-shadow: 0 6px 18px rgba(35, 37, 38, .035);
    grid-template-columns: 35px minmax(0, 1fr);
    text-align: left;
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease, background-color .22s ease;
}

.service-atlas__tabs button::after {
    position: absolute;
    right: 14px;
    bottom: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cfd2d3;
    content: "";
}

.service-atlas__tabs button > span {
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border: 1px solid #dfe1e2;
    border-radius: 11px;
    color: #77756f;
    background: #f5f6f6;
    font-size: 10px;
    font-weight: 900;
    grid-row: 1 / 3;
}

.service-atlas__tabs b,
.service-atlas__tabs small {
    display: block;
    min-width: 0;
}

.service-atlas__tabs b {
    overflow: hidden;
    color: #393834;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-atlas__tabs small {
    color: #85837e;
    font-size: 9px;
    font-weight: 700;
}

.service-atlas__tabs button.is-active {
    border-color: rgba(185, 121, 9, .43);
    background: linear-gradient(145deg, #fff, #fffaf0);
    box-shadow: 0 11px 28px rgba(40, 39, 35, .075), inset 0 2px 0 #e2a52d;
    transform: translateY(-1px);
}

.service-atlas__tabs button.is-active::after {
    background: #d58e0b;
    box-shadow: 0 0 0 5px rgba(213, 142, 11, .10);
}

.service-atlas__tabs button.is-active > span {
    border-color: rgba(186, 123, 12, .20);
    color: #5e3c00;
    background: linear-gradient(145deg, #ffe7ae, #f5bd4a);
}

.service-atlas button:focus-visible,
.service-atlas__services a:focus-visible,
.service-atlas__note a:focus-visible {
    outline: 3px solid rgba(217, 151, 25, .34);
    outline-offset: 3px;
}

.service-atlas__workspace {
    display: grid;
    gap: 18px;
    padding: 18px;
    background: #eef0f0;
    grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
}

.service-atlas__map {
    position: relative;
    min-width: 0;
    min-height: 686px;
    overflow: hidden;
    border: 1px solid #d5d9da;
    border-radius: 27px;
    background: #eef4f5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82);
}

.service-atlas__map::after {
    position: absolute;
    right: -110px;
    bottom: -125px;
    width: 310px;
    height: 310px;
    border: 1px solid rgba(179, 120, 15, .10);
    border-radius: 50%;
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .13);
    content: "";
    pointer-events: none;
}

.service-atlas__map-heading {
    position: absolute;
    z-index: 3;
    top: 18px;
    right: 18px;
    left: 18px;
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 13px;
    border: 1px solid rgba(210, 214, 215, .92);
    border-radius: 15px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 24px rgba(41, 43, 44, .065);
}

.service-atlas__map-heading > span {
    color: #373632;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 13px;
    font-weight: 800;
}

.service-atlas__map-heading > span i {
    margin-right: 8px;
    color: #a76900;
}

.service-atlas__map-heading small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #77756f;
    font-size: 9px;
    font-weight: 750;
}

.service-atlas__map-heading small i,
.service-atlas__legend span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d69314;
    box-shadow: 0 0 0 4px rgba(214, 147, 20, .11);
}

.service-atlas__map-art {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.service-atlas__pin {
    position: absolute;
    z-index: 4;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #675b49;
    background: transparent;
    transform: translate(-50%, -50%);
}

.service-atlas__pin--fernandina {
    top: 18%;
    left: 75%;
}

.service-atlas__pin--jacksonville-beach {
    top: 50%;
    left: 79%;
}

.service-atlas__pin--ponte-vedra {
    top: 69%;
    left: 76%;
}

.service-atlas__pin--orange-park {
    top: 67%;
    left: 31%;
}

.service-atlas__pin-dot {
    position: relative;
    z-index: 2;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #8b5903;
    background: #fff5dc;
    box-shadow: 0 8px 19px rgba(35, 37, 38, .16), 0 0 0 1px rgba(166, 108, 9, .20);
    font-size: 14px;
    transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.service-atlas__pin-dot::before {
    position: absolute;
    z-index: -1;
    inset: -9px;
    border: 1px solid rgba(195, 128, 10, .30);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(.72);
}

.service-atlas__pin-card {
    position: absolute;
    top: 50%;
    left: 56px;
    display: grid;
    width: 174px;
    padding: 10px 12px;
    border: 1px solid #d7dadd;
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 30px rgba(32, 34, 35, .14);
    opacity: 0;
    pointer-events: none;
    text-align: left;
    transform: translateY(-50%) scale(.94);
    transform-origin: left center;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
}

.service-atlas__pin--fernandina .service-atlas__pin-card,
.service-atlas__pin--jacksonville-beach .service-atlas__pin-card,
.service-atlas__pin--ponte-vedra .service-atlas__pin-card {
    right: 56px;
    left: auto;
    transform-origin: right center;
}

.service-atlas__pin-card small,
.service-atlas__pin-card strong,
.service-atlas__pin-card em {
    display: block;
}

.service-atlas__pin-card small {
    color: #9a650b;
    font-size: 8px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-atlas__pin-card strong {
    margin-top: 3px;
    color: #2f2e2a;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.12;
}

.service-atlas__pin-card em {
    margin-top: 4px;
    color: #7b7973;
    font-size: 8px;
    font-style: normal;
    font-weight: 750;
}

.service-atlas__pin.is-active .service-atlas__pin-dot {
    color: #3d2b0b;
    background: linear-gradient(145deg, #ffd972, #f3a90f);
    box-shadow: 0 10px 23px rgba(133, 84, 3, .22), 0 0 0 5px rgba(221, 159, 40, .13);
    transform: scale(1.08);
}

.service-atlas__pin.is-active .service-atlas__pin-dot::before {
    opacity: 1;
    transform: scale(1);
    animation: atlas-pin-ring 2.4s ease-out infinite;
}

.service-atlas__pin.is-active .service-atlas__pin-card {
    border-color: rgba(180, 119, 11, .30);
    opacity: 1;
    transform: translateY(-50%) scale(1);
    visibility: visible;
}

.service-atlas__legend {
    position: absolute;
    z-index: 3;
    right: 18px;
    bottom: 17px;
    left: 18px;
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 12px;
    border: 1px solid rgba(213, 217, 218, .90);
    border-radius: 13px;
    background: rgba(255, 255, 255, .91);
    color: #686661;
}

.service-atlas__legend span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 9px;
    font-weight: 800;
}

.service-atlas__legend small {
    font-size: 8px;
    font-weight: 650;
}

.service-atlas__details {
    min-width: 0;
}

.service-atlas__panel {
    min-height: 686px;
    padding: 24px;
    border: 1px solid #d5d8da;
    border-radius: 27px;
    background:
        radial-gradient(circle at 100% 0, rgba(210, 152, 37, .07), transparent 22%),
        #fff;
    box-shadow: 0 14px 35px rgba(36, 38, 39, .055), inset 0 1px 0 #fff;
}

.service-atlas__panel.is-active {
    animation: atlas-panel-in .28s ease both;
}

.service-atlas__panel[hidden] {
    display: none;
}

.service-atlas__panel header {
    display: grid;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e2e3;
    grid-template-columns: 54px minmax(0, 1fr) auto;
}

.service-atlas__panel-number {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(185, 122, 10, .22);
    border-radius: 17px;
    color: #4f3506;
    background: linear-gradient(145deg, #ffe6a5, #f5b940);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 15px;
    font-weight: 900;
}

.service-atlas__panel header small,
.service-atlas__panel header h3 {
    display: block;
    margin: 0;
}

.service-atlas__panel header small {
    color: #9b6508;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.service-atlas__panel header h3 {
    margin-top: 4px;
    color: #2f2e2a;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 25px;
    font-weight: 850;
    letter-spacing: -.025em;
    line-height: 1.05;
}

.service-atlas__panel header em {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border: 1px solid #dfe1e2;
    border-radius: 999px;
    color: #67655f;
    background: #f5f6f6;
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.service-atlas__panel header em i {
    color: #d39115;
    font-size: 6px;
}

.service-atlas__panel > p {
    margin: 17px 0 19px;
    color: #706e68;
    font-size: 12px;
    line-height: 1.6;
}

.service-atlas__services {
    display: grid;
    gap: 9px;
}

.service-atlas__services a {
    display: grid;
    min-height: 62px;
    align-items: center;
    gap: 11px;
    padding: 9px 10px;
    border: 1px solid #dfe1e2;
    border-radius: 15px;
    color: #3c3b37;
    background: #f7f8f8;
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease;
}

.service-atlas__services a > i:first-child {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(181, 120, 11, .16);
    border-radius: 12px;
    color: #986000;
    background: #fff5dc;
    font-size: 12px;
}

.service-atlas__services a > span {
    display: grid;
    min-width: 0;
}

.service-atlas__services b {
    color: #3a3935;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.service-atlas__services small {
    margin-top: 3px;
    color: #8a8882;
    font-size: 8px;
    font-weight: 650;
}

.service-atlas__services a > i:last-child {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    color: #7e5100;
    background: #fff;
    font-size: 9px;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.service-atlas__note {
    margin: 0 18px 18px !important;
    border-color: #d9dcde !important;
    background: #fff !important;
    box-shadow: 0 10px 26px rgba(36, 38, 39, .05) !important;
}

@keyframes atlas-pin-ring {
    0% { opacity: .75; transform: scale(.72); }
    75%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes atlas-panel-in {
    from { opacity: .3; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (hover: hover) and (pointer: fine) {
    .service-atlas__tabs button:hover {
        border-color: rgba(186, 123, 12, .35);
        box-shadow: 0 10px 25px rgba(36, 38, 39, .07);
        transform: translateY(-2px);
    }

    .service-atlas__pin:hover .service-atlas__pin-card {
        opacity: 1;
        transform: translateY(-50%) scale(1);
        visibility: visible;
    }

    .service-atlas__pin:hover .service-atlas__pin-dot {
        transform: scale(1.08);
    }

    .service-atlas__services a:hover {
        border-color: rgba(182, 120, 10, .31);
        background: #fff;
        box-shadow: 0 10px 22px rgba(37, 38, 39, .07);
        transform: translateY(-1px);
    }

    .service-atlas__services a:hover > i:last-child {
        color: #32250e;
        background: #ffd572;
        transform: translateX(2px);
    }
}

@media (max-width: 1199px) {
    .service-atlas__workspace {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
    }

    .service-atlas__map,
    .service-atlas__panel {
        min-height: 660px;
    }

    .service-atlas__panel {
        padding: 20px;
    }

    .service-atlas__panel header {
        grid-template-columns: 50px minmax(0, 1fr);
    }

    .service-atlas__panel header em {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 991px) {
    .service-atlas__toolbar {
        align-items: flex-start;
    }

    .service-atlas__tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-atlas__workspace {
        grid-template-columns: 1fr;
    }

    .service-atlas__map {
        min-height: 610px;
    }

    .service-atlas__panel {
        min-height: 0;
    }

    .service-atlas__services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.jacksonville-page .jacksonville-directory {
        padding: 62px 0 36px;
    }

    body.jacksonville-page .jacksonville-directory__intro {
        margin-bottom: 27px;
        padding-inline: 6px;
    }

    .service-atlas {
        margin-inline: -3px;
        border-radius: 27px;
        box-shadow: 0 20px 50px rgba(35, 37, 38, .085);
    }

    .service-atlas__toolbar {
        display: grid;
        gap: 16px;
        padding: 23px 17px 17px;
    }

    .service-atlas__toolbar strong {
        font-size: 20px;
    }

    .service-atlas__stats {
        width: 100%;
        min-width: 0;
    }

    .service-atlas__stats span {
        min-height: 57px;
        padding: 7px 5px;
    }

    .service-atlas__stats small {
        font-size: 7px;
    }

    .service-atlas__tabs {
        gap: 7px;
        padding: 9px;
    }

    .service-atlas__tabs button {
        min-height: 84px;
        padding: 10px;
        grid-template-columns: 31px minmax(0, 1fr);
    }

    .service-atlas__tabs button > span {
        width: 31px;
        height: 31px;
    }

    .service-atlas__tabs b {
        font-size: 11px;
        white-space: normal;
    }

    .service-atlas__tabs small {
        font-size: 7px;
    }

    .service-atlas__workspace {
        gap: 10px;
        padding: 9px;
    }

    .service-atlas__map {
        min-height: 490px;
        border-radius: 21px;
    }

    .service-atlas__map-heading {
        top: 11px;
        right: 11px;
        left: 11px;
        min-height: 43px;
        padding: 8px 10px;
    }

    .service-atlas__map-heading > span {
        font-size: 11px;
    }

    .service-atlas__map-heading small {
        font-size: 7px;
    }

    .service-atlas__pin--fernandina {
        top: 19%;
        left: 79%;
    }

    .service-atlas__pin--jacksonville-beach {
        top: 49%;
        left: 82%;
    }

    .service-atlas__pin--ponte-vedra {
        top: 68%;
        left: 79%;
    }

    .service-atlas__pin--orange-park {
        top: 67%;
        left: 27%;
    }

    .service-atlas__pin-card {
        width: 138px;
        padding: 8px 9px;
    }

    .service-atlas__pin-card strong {
        font-size: 11px;
    }

    .service-atlas__pin-card small,
    .service-atlas__pin-card em {
        font-size: 7px;
    }

    .service-atlas__legend {
        right: 11px;
        bottom: 11px;
        left: 11px;
    }

    .service-atlas__legend small {
        display: none;
    }

    .service-atlas__panel {
        padding: 18px 14px 14px;
        border-radius: 21px;
    }

    .service-atlas__panel header {
        padding-bottom: 16px;
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .service-atlas__panel-number {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .service-atlas__panel header h3 {
        font-size: 22px;
    }

    .service-atlas__panel header em {
        grid-column: 1 / -1;
    }

    .service-atlas__services {
        grid-template-columns: 1fr;
    }

    .service-atlas__services a {
        min-height: 59px;
    }

    .service-atlas__note {
        margin: 0 9px 9px !important;
    }
}

@media (max-width: 390px) {
    .service-atlas__tabs {
        grid-template-columns: 1fr;
    }

    .service-atlas__tabs button {
        min-height: 68px;
    }

    .service-atlas__map {
        min-height: 455px;
    }

    .service-atlas__map-heading small {
        display: none;
    }

    .service-atlas__pin-card {
        width: 124px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-atlas *,
    .service-atlas *::before,
    .service-atlas *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
    }
}
