/* ==========================================================
   BeeFixPro Locations
   Page-specific styles. The shared header, footer, booking,
   mobile navigation and accessibility rules remain untouched.
========================================================== */

.locations-page {
    --locations-ink: #2d2922;
    --locations-muted: #746b5e;
    --locations-gold: #fdae02;
    --locations-gold-deep: #9b5f00;
    --locations-cream: #fff9ec;
    --locations-line: rgba(166, 111, 16, .17);
    background: #fffdf8;
    color: var(--locations-ink);
}

.locations-page .page-wrapper {
    overflow: hidden;
}

.locations-page #service-areas,
.locations-page #contact {
    scroll-margin-top: 100px;
}

.locations-page :where(h1, h2, h3) {
    text-wrap: balance;
}

.locations-page :where(.locations-hero__lead, .locations-directory__heading > p,
    .locations-standard__heading > p, .locations-cta__content > p) {
    text-wrap: pretty;
}

.locations-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 19px;
    color: var(--locations-gold-deep);
    font-family: var(--assimox-font, "Roboto", sans-serif);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    line-height: 1.3;
    text-transform: uppercase;
}

.locations-eyebrow > span {
    display: block;
    width: 31px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--locations-gold), #ffd36d);
}

.locations-eyebrow--dark {
    color: var(--locations-gold-deep);
}

/* Hero */
.locations-page .locations-hero {
    position: relative;
    isolation: isolate;
    min-height: 690px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 17%, rgba(253, 174, 2, .24), transparent 28%),
        radial-gradient(circle at 14% 95%, rgba(255, 221, 140, .34), transparent 32%),
        linear-gradient(122deg, #fffdf8 0%, #fff7df 56%, #f5dfaa 100%);
}

.locations-page .locations-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: .48;
    background-image:
        linear-gradient(rgba(138, 91, 12, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(138, 91, 12, .045) 1px, transparent 1px);
    background-size: 72px 72px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 38%, #000 100%);
}

.locations-page .locations-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -210px;
    right: -140px;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(180, 116, 8, .13);
    border-radius: 50%;
    box-shadow:
        0 0 0 92px rgba(255, 255, 255, .20),
        0 0 0 184px rgba(255, 255, 255, .14);
}

.locations-hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(3px);
    pointer-events: none;
}

.locations-hero__glow--one {
    top: 190px;
    right: 8%;
    width: 9px;
    height: 9px;
    background: #ffd064;
    box-shadow: 0 0 36px 15px rgba(253, 174, 2, .23);
}

.locations-hero__glow--two {
    right: 28%;
    bottom: 135px;
    width: 5px;
    height: 5px;
    background: #d89419;
    box-shadow: 0 0 32px 13px rgba(216, 148, 25, .12);
}

.locations-page .main-slider .locations-hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 690px;
    padding-top: 205px;
    padding-bottom: 150px;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 90px;
    align-items: center;
}

.locations-hero__content {
    max-width: 790px;
}

.locations-hero__content h1 {
    margin: 0;
    color: #2d2922;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(54px, 5.3vw, 82px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .99;
}

.locations-hero__content h1 em {
    color: #a86600;
    font-style: normal;
    font-weight: 600;
}

.locations-hero__lead {
    max-width: 650px;
    margin: 28px 0 0;
    color: #716858;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.67;
}

.locations-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 34px;
}

.locations-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 25px;
    border: 1px solid transparent;
    border-radius: 16px;
    font-family: var(--assimox-font, "Roboto", sans-serif);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease,
        box-shadow .25s ease, transform .25s ease;
}

.locations-button--gold,
.locations-button--gold:hover {
    color: #2d2922;
    background: linear-gradient(135deg, #ffd263 0%, #fdae02 100%);
    box-shadow: 0 13px 28px rgba(253, 174, 2, .22), inset 0 1px 0 rgba(255, 255, 255, .55);
}

.locations-button--glass,
.locations-button--glass:hover {
    color: #4a3b25;
    border-color: rgba(170, 109, 8, .20);
    background: rgba(255, 255, 255, .65);
    box-shadow: 0 10px 26px rgba(133, 86, 9, .08), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.locations-button:focus-visible,
.location-card:focus-visible,
.locations-directory__note a:focus-visible,
.locations-cta__phone:focus-visible {
    outline: 3px solid rgba(253, 174, 2, .78);
    outline-offset: 4px;
}

.locations-hero__proof {
    display: grid;
    padding: 9px;
    border: 1px solid rgba(177, 116, 15, .17);
    border-radius: 28px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 26px 70px rgba(128, 81, 7, .12), inset 0 1px 0 rgba(255, 255, 255, .92);
}

.locations-hero__proof > div {
    display: flex;
    min-height: 103px;
    align-items: center;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 21px;
}

.locations-hero__proof > div + div {
    border-top: 1px solid rgba(169, 108, 8, .13);
    border-radius: 0;
}

.locations-hero__proof i {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border: 1px solid rgba(181, 119, 17, .20);
    border-radius: 16px;
    color: #a86600;
    background: rgba(253, 174, 2, .12);
    font-size: 20px;
}

.locations-hero__proof span,
.locations-hero__proof strong,
.locations-hero__proof small {
    display: block;
}

.locations-hero__proof strong {
    color: #332b20;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
}

.locations-hero__proof small {
    margin-top: 5px;
    color: #796e5d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
}

/* Directory */
.locations-directory {
    position: relative;
    z-index: 3;
    padding: 0 0 105px;
    background:
        radial-gradient(circle at 90% 24%, rgba(253, 174, 2, .07), transparent 26%),
        linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
}

.locations-directory__shell {
    position: relative;
    margin-top: -72px;
    padding: 52px;
    border: 1px solid rgba(255, 255, 255, .94);
    border-radius: 34px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 32px 90px rgba(132, 84, 8, .11), inset 0 1px 0 #ffffff;
}

.locations-directory__shell::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 14%;
    left: 14%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(253, 174, 2, .85), transparent);
}

.locations-directory__heading {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(330px, .58fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 40px;
}

.locations-directory__heading h2,
.locations-standard__heading h2,
.locations-cta__content h2 {
    margin: 0;
    color: var(--locations-ink);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.06;
}

.locations-directory__heading > p {
    margin: 0 0 4px;
    color: var(--locations-muted);
    font-size: 16px;
    line-height: 1.75;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.locations-grid.locations-grid--single {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.locations-grid--single .location-card {
    min-height: 340px;
}

.location-card {
    position: relative;
    display: grid;
    min-height: 222px;
    overflow: hidden;
    padding: 30px 28px 26px;
    border: 1px solid var(--locations-line);
    border-radius: 25px;
    color: var(--locations-ink);
    background:
        radial-gradient(circle at 0 0, rgba(253, 174, 2, .10), transparent 39%),
        linear-gradient(145deg, #ffffff 0%, #fffcf5 100%);
    box-shadow: 0 14px 34px rgba(129, 81, 7, .07), inset 0 1px 0 #ffffff;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 19px;
    align-items: start;
    transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease;
}

.location-card:nth-child(2),
.location-card:nth-child(4) {
    background:
        radial-gradient(circle at 0 0, rgba(253, 174, 2, .10), transparent 40%),
        linear-gradient(145deg, #ffffff 0%, #fffdf8 100%);
}

.location-card__accent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    opacity: .72;
    background: linear-gradient(90deg, transparent 4%, #fdae02 44%, #ffd56e 56%, transparent 96%);
}

.location-card__badge {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border: 1px solid rgba(255, 207, 101, .34);
    border-radius: 21px;
    color: #3d2c10;
    background: linear-gradient(145deg, #ffe5a0 0%, #f8bd40 100%);
    box-shadow: 0 13px 26px rgba(151, 95, 6, .15), inset 0 1px 0 rgba(255, 255, 255, .55);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .03em;
}

.location-card__body,
.location-card__title,
.location-card__state,
.location-card__areas,
.location-card__kicker {
    display: block;
}

.location-card__body {
    min-width: 0;
}

.location-card__kicker {
    margin: -1px 0 5px;
    color: var(--locations-gold-deep);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.location-card__title {
    color: var(--locations-ink);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.location-card__state {
    margin-top: 7px;
    color: #6b7482;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.location-card__state i {
    margin-right: 6px;
    color: #c47a05;
    font-size: 11px;
}

.location-card__areas {
    margin-top: 15px;
    color: #7a8391;
    font-size: 12px;
    line-height: 1.5;
}

.location-card__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1 / -1;
    align-self: end;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(144, 91, 7, .10);
    color: #8f5700;
}

.location-card__action small {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.location-card__action i {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    background: var(--locations-cream);
    font-size: 11px;
    transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.location-card--featured {
    border-color: rgba(216, 135, 5, .32);
    background:
        radial-gradient(circle at 0 0, rgba(253, 174, 2, .17), transparent 42%),
        linear-gradient(145deg, #fffefa 0%, #fff8e6 100%);
    box-shadow: 0 18px 42px rgba(171, 102, 0, .11), inset 0 1px 0 #ffffff;
}

.location-card--featured .location-card__badge {
    color: #2d2922;
    background: linear-gradient(145deg, #ffd56c 0%, #fdae02 100%);
    box-shadow: 0 13px 26px rgba(210, 126, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .48);
}

.locations-directory__note {
    display: grid;
    margin-top: 25px;
    padding: 21px 23px;
    border: 1px solid rgba(146, 93, 8, .10);
    border-radius: 21px;
    background: #fffbf2;
    grid-template-columns: 47px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}

.locations-directory__note-icon {
    display: grid;
    width: 47px;
    height: 47px;
    place-items: center;
    border-radius: 15px;
    color: var(--locations-gold-deep);
    background: linear-gradient(145deg, #fffaf0, #ffefc2);
}

.locations-directory__note p,
.locations-directory__note strong,
.locations-directory__note p span {
    display: block;
    margin: 0;
}

.locations-directory__note strong {
    color: var(--locations-ink);
    font-size: 14px;
    font-weight: 800;
}

.locations-directory__note p span {
    margin-top: 4px;
    color: var(--locations-muted);
    font-size: 12px;
}

.locations-directory__note a {
    color: var(--locations-ink);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.locations-directory__note a i {
    margin-left: 6px;
    color: var(--locations-gold-deep);
}

/* Service standard */
.locations-standard {
    position: relative;
    padding: 104px 0 112px;
    background:
        radial-gradient(circle at 5% 20%, rgba(253, 174, 2, .08), transparent 27%),
        #fff9ed;
}

.locations-standard__heading {
    max-width: 790px;
    margin: 0 auto 49px;
    text-align: center;
}

.locations-standard__heading .locations-eyebrow {
    justify-content: center;
}

.locations-standard__heading > p {
    max-width: 680px;
    margin: 20px auto 0;
    color: var(--locations-muted);
    font-size: 16px;
    line-height: 1.75;
}

.locations-standard__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.locations-standard__grid article {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    padding: 34px 31px 31px;
    border: 1px solid rgba(146, 93, 8, .10);
    border-radius: 25px;
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 15px 36px rgba(129, 81, 7, .055);
}

.locations-standard__grid article > span {
    position: absolute;
    top: 25px;
    right: 27px;
    color: rgba(151, 94, 4, .10);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
}

.locations-standard__grid article > i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(215, 131, 0, .16);
    border-radius: 18px;
    color: var(--locations-gold-deep);
    background: linear-gradient(145deg, #fffaf0 0%, #ffefc5 100%);
    font-size: 21px;
}

.locations-standard__grid h3 {
    margin: 26px 0 0;
    color: var(--locations-ink);
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.locations-standard__grid p {
    margin: 13px 0 0;
    color: var(--locations-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* CTA */
.locations-cta {
    padding: 72px 0;
    background: #ffffff;
}

.locations-cta__shell {
    position: relative;
    display: grid;
    overflow: hidden;
    padding: 52px 56px;
    border: 1px solid rgba(179, 115, 10, .18);
    border-radius: 30px;
    background:
        radial-gradient(circle at 90% 10%, rgba(253, 174, 2, .22), transparent 30%),
        linear-gradient(122deg, #fffdf8 0%, #fff2ce 100%);
    box-shadow: 0 28px 70px rgba(132, 84, 8, .13);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 45px;
    align-items: center;
}

.locations-cta__shell::after {
    content: "";
    position: absolute;
    top: -145px;
    right: -95px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(175, 111, 6, .13);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(255, 255, 255, .20), 0 0 0 110px rgba(255, 255, 255, .13);
    pointer-events: none;
}

.locations-cta__content,
.locations-cta__actions {
    position: relative;
    z-index: 1;
}

.locations-cta__content h2 {
    color: #2d2922;
    font-size: clamp(36px, 3.4vw, 50px);
}

.locations-cta__content > p {
    max-width: 670px;
    margin: 17px 0 0;
    color: #746b5e;
    font-size: 15px;
    line-height: 1.75;
}

.locations-cta__actions {
    display: flex;
    align-items: center;
    gap: 13px;
}

.locations-cta__phone {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 12px;
    padding: 9px 17px;
    border: 1px solid rgba(170, 109, 8, .18);
    border-radius: 17px;
    color: #3d3427;
    background: rgba(255, 255, 255, .72);
}

.locations-cta__phone:hover {
    color: #3d3427;
}

.locations-cta__phone > i {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    border-radius: 12px;
    color: #ffd264;
    background: rgba(253, 174, 2, .10);
    font-size: 14px;
}

.locations-cta__phone span,
.locations-cta__phone small,
.locations-cta__phone strong {
    display: block;
}

.locations-cta__phone small {
    color: #887b68;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.locations-cta__phone strong {
    margin-top: 2px;
    color: #2d2922;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .02em;
}

@media (hover: hover) and (pointer: fine) {
    .locations-button:hover {
        transform: translateY(-2px);
    }

    .locations-button--glass:hover {
        border-color: rgba(176, 112, 7, .35);
        background: rgba(255, 255, 255, .90);
    }

    .location-card:hover {
        color: var(--locations-ink);
        border-color: rgba(205, 127, 0, .30);
        box-shadow: 0 22px 50px rgba(132, 84, 8, .11);
        transform: translateY(-6px);
    }

    .location-card:hover .location-card__action i {
        color: #2d2922;
        background: #fdae02;
        transform: translateX(3px);
    }

    .locations-directory__note a:hover {
        color: var(--locations-gold-deep);
    }
}

@media (max-width: 1199px) {
    .locations-page .main-slider .locations-hero__container {
        min-height: 650px;
        padding-top: 166px;
        padding-bottom: 126px;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 45px;
    }

    .locations-hero__content h1 {
        font-size: clamp(49px, 6vw, 66px);
    }

    .locations-hero__proof > div {
        min-height: 94px;
        padding: 18px 15px;
    }

    .locations-directory__shell {
        padding: 42px;
    }

    .locations-directory__heading {
        gap: 40px;
    }

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

    .locations-cta__shell {
        grid-template-columns: 1fr;
    }

    .locations-cta__actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .locations-page #service-areas,
    .locations-page #contact {
        scroll-margin-top: 86px;
    }

    .locations-page .main-slider .locations-hero__container {
        min-height: auto;
        padding-top: 148px;
        padding-bottom: 130px;
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .locations-hero__content {
        max-width: 720px;
    }

    .locations-hero__proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .locations-hero__proof > div {
        min-height: 118px;
        align-items: flex-start;
    }

    .locations-hero__proof > div + div {
        border-top: 0;
        border-left: 1px solid rgba(169, 108, 8, .13);
    }

    .locations-hero__proof span {
        min-width: 0;
    }

    .locations-directory__heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .locations-standard__grid {
        grid-template-columns: 1fr;
    }

    .locations-standard__grid article {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .locations-page #service-areas,
    .locations-page #contact {
        scroll-margin-top: 76px;
    }

    .locations-page .locations-hero {
        min-height: auto;
    }

    .locations-page .locations-hero::before {
        background-size: 52px 52px;
    }

    .locations-page .locations-hero::after {
        top: -130px;
        right: -280px;
        width: 520px;
        height: 520px;
    }

    .locations-page .main-slider .locations-hero__container {
        padding-top: 126px;
        padding-right: 18px;
        padding-bottom: 112px;
        padding-left: 18px;
        gap: 33px;
    }

    .locations-eyebrow {
        gap: 9px;
        margin-bottom: 15px;
        font-size: 9px;
        letter-spacing: .14em;
    }

    .locations-eyebrow > span {
        width: 24px;
    }

    .locations-hero__content h1 {
        font-size: clamp(43px, 13.4vw, 59px);
        line-height: 1.01;
    }

    .locations-hero__content h1 br {
        display: none;
    }

    .locations-hero__lead {
        margin-top: 21px;
        font-size: 15px;
        line-height: 1.63;
    }

    .locations-hero__actions {
        display: grid;
        margin-top: 27px;
        grid-template-columns: 1fr 1fr;
    }

    .locations-button {
        min-height: 52px;
        padding: 13px 15px;
        border-radius: 15px;
        font-size: 11px;
    }

    .locations-hero__proof {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .locations-hero__proof > div {
        min-height: 81px;
        align-items: center;
        padding: 15px;
    }

    .locations-hero__proof > div + div {
        border-top: 1px solid rgba(169, 108, 8, .13);
        border-left: 0;
    }

    .locations-hero__proof i {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 14px;
        font-size: 17px;
    }

    .locations-hero__proof strong {
        font-size: 17px;
    }

    .locations-directory {
        padding-bottom: 72px;
    }

    .locations-directory__shell {
        margin: -60px -4px 0;
        padding: 30px 17px 22px;
        border-radius: 26px;
    }

    .locations-directory__heading {
        margin-bottom: 28px;
    }

    .locations-directory__heading h2,
    .locations-standard__heading h2,
    .locations-cta__content h2 {
        font-size: clamp(34px, 10.4vw, 45px);
    }

    .locations-directory__heading > p,
    .locations-standard__heading > p {
        font-size: 14px;
        line-height: 1.65;
    }

    .locations-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .location-card {
        min-height: 190px;
        padding: 23px 20px 20px;
        border-radius: 21px;
        grid-template-columns: 59px minmax(0, 1fr);
        column-gap: 15px;
    }

    .location-card__badge {
        width: 59px;
        height: 59px;
        border-radius: 18px;
        font-size: 19px;
    }

    .location-card__title {
        font-size: 25px;
    }

    .location-card__areas {
        margin-top: 11px;
        font-size: 11px;
    }

    .location-card__action {
        margin-top: 19px;
        padding-top: 13px;
    }

    .locations-directory__note {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 17px 15px;
        border-radius: 18px;
    }

    .locations-directory__note-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .locations-directory__note a {
        grid-column: 1 / -1;
        padding: 12px 14px;
        border-radius: 12px;
        background: #ffffff;
        text-align: center;
    }

    .locations-standard {
        padding: 72px 0 78px;
    }

    .locations-standard__heading {
        margin-bottom: 34px;
    }

    .locations-standard__grid {
        gap: 14px;
    }

    .locations-standard__grid article {
        padding: 26px 23px;
        border-radius: 21px;
    }

    .locations-standard__grid article > i {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .locations-standard__grid h3 {
        margin-top: 21px;
        font-size: 22px;
    }

    .locations-cta {
        padding: 46px 0;
    }

    .locations-cta__shell {
        padding: 34px 22px;
        border-radius: 25px;
        gap: 28px;
    }

    .locations-cta__content > p {
        font-size: 13px;
        line-height: 1.65;
    }

    .locations-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .locations-cta__phone {
        justify-content: center;
    }
}

@media (max-width: 390px) {
    .locations-page .main-slider .locations-hero__container {
        padding-top: 119px;
    }

    .locations-hero__actions {
        grid-template-columns: 1fr;
    }

    .locations-directory__shell {
        padding-right: 13px;
        padding-left: 13px;
    }

    .location-card {
        grid-template-columns: 54px minmax(0, 1fr);
        column-gap: 13px;
    }

    .location-card__badge {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 17px;
    }

    .location-card__title {
        font-size: 23px;
    }
}

/* Jacksonville directory card — clear interactive affordance */
body.locations-page .location-card--featured {
    isolation: isolate;
    cursor: pointer;
}

body.locations-page .location-card--featured::before {
    position: absolute;
    z-index: 4;
    inset: -1px;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(110deg, #c98509 0%, #ffe7aa 22%, #fdae02 43%, #fff7dd 61%, #c98509 82%, #ffe7aa 100%);
    background-position: 0 50%;
    background-size: 260% 100%;
    content: "";
    pointer-events: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: locations-border-flow 4.6s linear infinite;
}

body.locations-page .location-card--featured::after {
    position: absolute;
    z-index: 3;
    inset: 7px;
    border-radius: calc(25px - 5px);
    box-shadow: inset 0 0 0 0 rgba(253, 174, 2, 0);
    content: "";
    pointer-events: none;
    animation: locations-card-breathe 3.4s ease-in-out infinite;
}

body.locations-page .location-card--featured .location-card__action {
    padding: 13px 15px;
    border: 1px solid rgba(180, 113, 7, .18);
    border-radius: 15px;
    background: linear-gradient(100deg, rgba(255, 246, 220, .92), rgba(255, 224, 145, .48));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .84);
}

body.locations-page .location-card--featured .location-card__action small {
    font-size: 11px;
    letter-spacing: .13em;
}

body.locations-page .location-card--featured .location-card__action i {
    color: #2d2922;
    background: linear-gradient(135deg, #ffd265, #fdae02);
    box-shadow: 0 7px 17px rgba(183, 111, 0, .18);
    animation: locations-arrow-invite 2.4s ease-in-out infinite;
}

@keyframes locations-border-flow {
    to { background-position: -260% 50%; }
}

@keyframes locations-card-breathe {
    0%, 100% { box-shadow: inset 0 0 0 0 rgba(253, 174, 2, 0); }
    50% { box-shadow: inset 0 0 28px 2px rgba(253, 174, 2, .16); }
}

@keyframes locations-arrow-invite {
    0%, 58%, 100% { transform: translateX(0); }
    72% { transform: translateX(4px); }
    84% { transform: translateX(1px); }
}

@media (hover: hover) and (pointer: fine) {
    body.locations-page .location-card--featured:hover {
        border-color: rgba(202, 126, 3, .48);
        box-shadow: 0 28px 62px rgba(151, 91, 0, .16), inset 0 1px 0 #fff;
    }

    body.locations-page .location-card--featured:hover .location-card__action {
        border-color: rgba(180, 113, 7, .30);
        background: linear-gradient(100deg, #fff2ca, #ffd67a);
    }
}

@media (max-width: 767px) {
    body.locations-page .location-card--featured .location-card__action {
        padding: 12px 13px;
    }

    body.locations-page .location-card--featured .location-card__action small {
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.locations-page .location-card--featured::before,
    body.locations-page .location-card--featured::after,
    body.locations-page .location-card--featured .location-card__action i {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .locations-button,
    .location-card,
    .location-card__action i {
        transition: none;
    }
}

/* ==========================================================
   PREMIUM LOCATIONS COMPOSITION — 2026 refresh
   Warm gold detailing, higher information density and
   photo-led desktop/mobile layouts aligned with index.html.
========================================================== */

body.locations-page .locations-hero {
    min-height: 820px;
    background: #f3f1ec;
}

body.locations-page .locations-hero__image,
body.locations-page .locations-hero__shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

body.locations-page .locations-hero__image {
    z-index: -3;
    background-image: url("../images/backgrounds/locations-hero-refrigerator-premium.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body.locations-page .locations-hero__shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(245, 244, 241, .97) 0%, rgba(245, 244, 241, .91) 37%, rgba(245, 244, 241, .28) 58%, rgba(245, 244, 241, .02) 76%),
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(80, 55, 15, .08));
}

body.locations-page .locations-hero::before {
    z-index: -1;
    opacity: .26;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 68%);
    mask-image: linear-gradient(90deg, #000 0%, #000 40%, transparent 68%);
}

body.locations-page .locations-hero::after {
    z-index: -1;
    top: auto;
    right: -165px;
    bottom: -440px;
    width: 650px;
    height: 650px;
    border-color: rgba(189, 126, 21, .22);
    box-shadow: 0 0 0 74px rgba(255, 255, 255, .12), 0 0 0 148px rgba(255, 255, 255, .08);
}

body.locations-page .main-slider .locations-hero__container {
    display: flex;
    min-height: 820px;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 110px;
}

body.locations-page .locations-hero__content {
    width: min(720px, 58vw);
    max-width: none;
    padding: 40px 42px 34px;
    border: 1px solid rgba(255, 255, 255, .94);
    border-radius: 30px;
    background: rgba(255, 255, 255, .74);
    box-shadow: 0 30px 85px rgba(78, 55, 17, .16), inset 0 1px 0 #fff;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

body.locations-page .locations-hero__content::before {
    content: "";
    display: block;
    width: 112px;
    height: 3px;
    margin: -41px 0 35px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fdae02, #ffe19b);
    box-shadow: 0 0 24px rgba(253, 174, 2, .35);
}

body.locations-page .locations-hero__content h1 {
    max-width: 620px;
    font-size: clamp(48px, 4.4vw, 67px);
    font-weight: 900;
    line-height: .98;
}

body.locations-page .locations-hero__content h1 em {
    color: #9e6200;
    font-weight: 700;
}

body.locations-page .locations-hero__lead {
    max-width: 610px;
    margin-top: 21px;
    color: #625a4d;
    font-size: 16px;
    line-height: 1.65;
}

body.locations-page .locations-hero__proof {
    display: grid;
    margin-top: 24px;
    padding: 6px;
    border-color: rgba(170, 108, 7, .18);
    border-radius: 22px;
    background: rgba(255, 249, 233, .78);
    box-shadow: inset 0 1px 0 #fff;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.locations-page .locations-hero__proof > div {
    min-height: 72px;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 16px;
}

body.locations-page .locations-hero__proof > div + div {
    border-top: 0;
    border-left: 1px solid rgba(169, 108, 8, .13);
    border-radius: 0;
}

body.locations-page .locations-hero__proof i {
    width: 37px;
    height: 37px;
    flex-basis: 37px;
    border-radius: 12px;
    font-size: 14px;
}

body.locations-page .locations-hero__proof strong {
    font-size: 14px;
}

body.locations-page .locations-hero__proof small {
    margin-top: 3px;
    font-size: 9px;
    line-height: 1.25;
}

body.locations-page .locations-hero__actions {
    margin-top: 23px;
}

body.locations-page .locations-button--glass span,
body.locations-page .locations-button--glass small {
    display: block;
}

body.locations-page .locations-button--glass small {
    margin-bottom: 3px;
    color: #8e7b5d;
    font-size: 8px;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
}

body.locations-page .locations-hero__reassurance {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 18px 0 0;
    color: #746957;
    font-size: 11px;
    font-weight: 700;
}

body.locations-page .locations-hero__reassurance i {
    color: #a76800;
}

/* Service area */
body.locations-page .locations-directory {
    padding: 82px 0 100px;
    background:
        radial-gradient(circle at 88% 10%, rgba(253, 174, 2, .09), transparent 25%),
        linear-gradient(180deg, #fffdf8 0%, #fff9eb 100%);
}

body.locations-page .locations-directory__shell {
    margin-top: 0;
    padding: 50px;
    border-color: rgba(189, 126, 20, .21);
    background:
        radial-gradient(circle at 95% 0, rgba(253, 174, 2, .10), transparent 29%),
        rgba(255, 255, 255, .94);
    box-shadow: 0 28px 80px rgba(116, 76, 13, .10), inset 0 0 0 8px rgba(255, 249, 234, .62);
}

body.locations-page .locations-directory__shell::before {
    right: 8%;
    left: 8%;
}

body.locations-page .locations-directory__heading {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr);
    gap: 62px;
    margin-bottom: 30px;
    align-items: center;
}

body.locations-page .locations-directory__heading h2 {
    max-width: 700px;
    font-size: clamp(40px, 3.8vw, 56px);
}

body.locations-page .locations-directory__highlights {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.locations-page .locations-directory__highlights > div {
    display: flex;
    min-height: 86px;
    align-items: center;
    gap: 13px;
    padding: 15px 17px;
    border: 1px solid rgba(170, 108, 8, .13);
    border-radius: 19px;
    background: linear-gradient(145deg, #fffdf8, #fff8e8);
    box-shadow: inset 0 1px 0 #fff;
}

body.locations-page .locations-directory__highlights i {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(190, 123, 11, .17);
    border-radius: 13px;
    color: #9b6104;
    background: linear-gradient(145deg, #fff8e8, #ffe6a6);
}

body.locations-page .locations-directory__highlights span,
body.locations-page .locations-directory__highlights strong,
body.locations-page .locations-directory__highlights small {
    display: block;
}

body.locations-page .locations-directory__highlights strong {
    color: #342d22;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

body.locations-page .locations-directory__highlights small {
    margin-top: 4px;
    color: #7d7262;
    font-size: 10px;
    line-height: 1.35;
}

body.locations-page .locations-grid.locations-grid--single {
    max-width: none;
    grid-template-columns: 1fr;
}

body.locations-page .locations-grid--single .location-card {
    min-height: 0;
}

body.locations-page .location-card--featured {
    padding: 27px 29px 23px;
    grid-template-columns: 82px minmax(260px, .82fr) minmax(360px, 1.18fr);
    column-gap: 22px;
    align-items: center;
}

body.locations-page .location-card--featured .location-card__badge {
    width: 82px;
    height: 82px;
    border-radius: 23px;
    font-size: 25px;
}

body.locations-page .location-card--featured .location-card__areas {
    max-width: 410px;
    margin-top: 12px;
}

body.locations-page .location-card__services {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-content: center;
    padding: 18px;
    border: 1px solid rgba(169, 107, 8, .11);
    border-radius: 17px;
    background: rgba(255, 255, 255, .65);
}

body.locations-page .location-card__services > span {
    padding: 8px 10px;
    border: 1px solid rgba(172, 110, 8, .11);
    border-radius: 999px;
    color: #604b29;
    background: #fff8e8;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

body.locations-page .location-card--featured .location-card__action {
    margin-top: 21px;
    grid-column: 1 / -1;
}

body.locations-page .locations-directory__note {
    margin-top: 18px;
    border-color: rgba(170, 108, 8, .14);
    background: linear-gradient(90deg, #fffaf0, #fff5db);
}

/* BeeFixPro difference */
body.locations-page .locations-standard {
    padding: 92px 0 100px;
    background: #fffdf9;
}

body.locations-page .locations-standard .container {
    position: relative;
    padding: 58px;
    border: 1px solid rgba(187, 121, 13, .20);
    border-radius: 34px;
    background:
        radial-gradient(circle at 8% 0, rgba(253, 174, 2, .13), transparent 25%),
        radial-gradient(circle at 95% 100%, rgba(255, 216, 126, .18), transparent 28%),
        linear-gradient(145deg, #fffaf0, #fffefb 63%, #fff6df);
    box-shadow: 0 28px 80px rgba(116, 76, 13, .10), inset 0 0 0 8px rgba(255, 255, 255, .45);
}

body.locations-page .locations-standard .container::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 12%;
    left: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fdae02, transparent);
}

body.locations-page .locations-standard__heading {
    margin-bottom: 38px;
}

body.locations-page .locations-standard__heading h2 {
    font-size: clamp(40px, 3.8vw, 56px);
}

body.locations-page .locations-standard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.locations-page .locations-standard__grid article {
    min-height: 295px;
    padding: 30px;
    border-color: rgba(177, 112, 8, .14);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 15px 38px rgba(116, 76, 13, .07), inset 0 1px 0 #fff;
}

body.locations-page .locations-standard__grid article::after {
    content: "";
    position: absolute;
    right: 26px;
    bottom: 0;
    left: 26px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(253, 174, 2, .58), transparent);
}

body.locations-page .locations-standard__grid h3 {
    margin-top: 20px;
}

body.locations-page .locations-standard__grid p {
    max-width: 520px;
    margin-top: 9px;
}

body.locations-page .locations-standard__grid ul {
    display: grid;
    gap: 7px;
    margin: 16px 0 0;
}

body.locations-page .locations-standard__grid li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f574b;
    font-size: 12px;
    font-weight: 700;
}

body.locations-page .locations-standard__grid li i {
    display: grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    place-items: center;
    border-radius: 50%;
    color: #8d5700;
    background: #ffedbd;
    font-size: 8px;
}

body.locations-page .locations-standard__promise {
    display: grid;
    margin-top: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(176, 111, 7, .16);
    border-radius: 21px;
    background: linear-gradient(105deg, #fff6dd, #ffffff 62%, #fff0c9);
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}

body.locations-page .locations-standard__promise-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(179, 113, 7, .16);
    border-radius: 17px;
    color: #9b6104;
    background: linear-gradient(145deg, #fff9eb, #ffdda0);
    font-size: 19px;
}

body.locations-page .locations-standard__promise small,
body.locations-page .locations-standard__promise strong {
    display: block;
}

body.locations-page .locations-standard__promise small {
    color: #9b6104;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

body.locations-page .locations-standard__promise strong {
    margin-top: 4px;
    color: #342d22;
    font-family: var(--assimox-font-two, "Barlow", sans-serif);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

body.locations-page .locations-standard__promise-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

body.locations-page .locations-standard__promise-points span {
    padding: 9px 11px;
    border: 1px solid rgba(170, 108, 8, .13);
    border-radius: 999px;
    color: #655537;
    background: rgba(255, 255, 255, .78);
    font-size: 10px;
    font-weight: 800;
}

body.locations-page .locations-standard__promise-points i {
    margin-right: 5px;
    color: #a76800;
}

/* Photo-led closing CTA */
body.locations-page .locations-cta {
    padding: 14px 0 86px;
    background: #fffdf9;
}

body.locations-page .locations-cta__shell {
    display: grid;
    overflow: hidden;
    padding: 12px;
    border-color: rgba(187, 121, 13, .25);
    border-radius: 32px;
    background:
        radial-gradient(circle at 100% 0, rgba(253, 174, 2, .18), transparent 30%),
        linear-gradient(135deg, #fffaf0, #fff1cc);
    box-shadow: 0 28px 80px rgba(116, 76, 13, .13), inset 0 0 0 5px rgba(255, 255, 255, .44);
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
    gap: 0;
}

body.locations-page .locations-cta__shell::after {
    top: -178px;
    right: -125px;
    z-index: 0;
    border-color: rgba(175, 111, 6, .16);
}

body.locations-page .locations-cta__media {
    position: relative;
    z-index: 1;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(255, 218, 137, .75);
    border-radius: 23px;
    background: #eadfca;
}

body.locations-page .locations-cta__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 244, 216, .04), transparent 68%, rgba(45, 31, 11, .16));
    pointer-events: none;
}

body.locations-page .locations-cta__media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 25%;
    transform: scale(1.07);
}

body.locations-page .locations-cta__media > span {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: auto;
    bottom: auto;
    left: 18px;
    display: flex;
    width: auto;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 12px;
    border: 1px solid rgba(196, 131, 22, .30);
    border-radius: 999px;
    color: #332717;
    background: rgba(255, 250, 238, .88);
    box-shadow: 0 9px 24px rgba(50, 34, 9, .12), inset 0 1px 0 #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

body.locations-page .locations-cta__media > span i {
    color: #a76800;
}

body.locations-page .locations-cta__body {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 42px 44px;
}

body.locations-page .locations-cta__content h2 {
    max-width: 680px;
    font-size: clamp(39px, 3.5vw, 53px);
}

body.locations-page .locations-cta__content > p {
    max-width: 660px;
    margin-top: 15px;
}

body.locations-page .locations-cta__assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0;
}

body.locations-page .locations-cta__assurances li {
    padding: 9px 11px;
    border: 1px solid rgba(174, 110, 7, .14);
    border-radius: 999px;
    color: #62553e;
    background: rgba(255, 255, 255, .67);
    font-size: 10px;
    font-weight: 800;
}

body.locations-page .locations-cta__assurances i {
    margin-right: 5px;
    color: #a76800;
}

body.locations-page .locations-cta__actions {
    display: grid;
    width: min(100%, 610px);
    margin-top: 25px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
}

body.locations-page .locations-cta__actions .locations-button,
body.locations-page .locations-cta__actions .locations-cta__phone {
    width: 100%;
    height: 78px;
    min-height: 78px;
    box-sizing: border-box;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 20px;
}

@media (max-width: 1199px) {
    body.locations-page .main-slider .locations-hero__container {
        min-height: 760px;
        padding-top: 155px;
        padding-bottom: 90px;
    }

    body.locations-page .locations-hero__content {
        width: min(650px, 62vw);
        padding: 34px 35px 30px;
    }

    body.locations-page .locations-hero__content::before {
        margin: -35px 0 30px;
    }

    body.locations-page .location-card--featured {
        grid-template-columns: 72px minmax(220px, .8fr) minmax(310px, 1.2fr);
    }

    body.locations-page .locations-standard .container {
        width: calc(100% - 30px);
        padding: 48px;
    }

    body.locations-page .locations-standard__promise {
        grid-template-columns: 54px 1fr;
    }

    body.locations-page .locations-standard__promise-points {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    body.locations-page .locations-cta__body {
        padding: 36px;
    }
}

@media (max-width: 991px) {
    body.locations-page .locations-hero__content {
        width: min(650px, 72vw);
    }

    body.locations-page .locations-hero__proof > div {
        min-height: 72px;
        align-items: center;
    }

    body.locations-page .locations-directory__heading {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    body.locations-page .locations-directory__heading > p {
        max-width: 720px;
    }

    body.locations-page .locations-directory__highlights {
        grid-template-columns: 1fr;
    }

    body.locations-page .location-card--featured {
        grid-template-columns: 72px 1fr;
    }

    body.locations-page .location-card__services {
        grid-column: 1 / -1;
    }

    body.locations-page .locations-cta__shell {
        grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    }

    body.locations-page .locations-cta__media {
        min-height: 470px;
    }

    body.locations-page .locations-cta__body {
        padding: 31px 28px;
    }

    body.locations-page .locations-cta__actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.locations-page .locations-hero {
        min-height: auto;
        background: linear-gradient(180deg, #eeeae3 0 360px, #fff8e9 360px 100%);
    }

    body.locations-page .locations-hero__image {
        position: relative;
        z-index: -1;
        display: block;
        height: 378px;
        background-position: 66% center;
        background-size: cover;
    }

    body.locations-page .locations-hero__shade {
        right: 0;
        bottom: auto;
        z-index: -1;
        height: 378px;
        background: linear-gradient(180deg, rgba(248, 247, 244, .22), transparent 56%, rgba(66, 46, 15, .18));
    }

    body.locations-page .locations-hero::before {
        display: none;
    }

    body.locations-page .locations-hero::after {
        right: -300px;
        bottom: -180px;
    }

    body.locations-page .main-slider .locations-hero__container {
        display: block;
        min-height: 0;
        margin-top: -42px;
        padding: 0 16px 62px;
    }

    body.locations-page .locations-hero__content {
        width: 100%;
        padding: 27px 21px 24px;
        border-radius: 24px;
        background: rgba(255, 255, 255, .91);
        box-shadow: 0 22px 55px rgba(78, 55, 17, .17), inset 0 1px 0 #fff;
    }

    body.locations-page .locations-hero__content::before {
        width: 76px;
        margin: -28px 0 24px;
    }

    body.locations-page .locations-hero__content h1 {
        font-size: clamp(39px, 11.8vw, 53px);
        line-height: .99;
    }

    body.locations-page .locations-hero__lead {
        margin-top: 17px;
        font-size: 14px;
    }

    body.locations-page .locations-hero__proof {
        grid-template-columns: 1fr;
        margin-top: 19px;
    }

    body.locations-page .locations-hero__proof > div {
        min-height: 60px;
        padding: 9px 10px;
    }

    body.locations-page .locations-hero__proof > div + div {
        border-top: 1px solid rgba(169, 108, 8, .13);
        border-left: 0;
    }

    body.locations-page .locations-hero__actions {
        grid-template-columns: 1fr;
        margin-top: 19px;
    }

    body.locations-page .locations-hero__reassurance {
        align-items: flex-start;
        line-height: 1.45;
    }

    body.locations-page .locations-directory {
        padding: 62px 0 72px;
    }

    body.locations-page .locations-directory__shell {
        margin: 0 -3px;
        padding: 29px 17px 20px;
        border-radius: 26px;
        box-shadow: 0 22px 55px rgba(116, 76, 13, .10), inset 0 0 0 5px rgba(255, 249, 234, .62);
    }

    body.locations-page .locations-directory__heading h2 {
        font-size: clamp(34px, 10.4vw, 45px);
    }

    body.locations-page .locations-directory__highlights > div {
        min-height: 72px;
    }

    body.locations-page .location-card--featured {
        padding: 22px 18px 18px;
        grid-template-columns: 59px 1fr;
    }

    body.locations-page .location-card--featured .location-card__badge {
        width: 59px;
        height: 59px;
        border-radius: 18px;
        font-size: 19px;
    }

    body.locations-page .location-card__services {
        gap: 6px;
        padding: 13px;
    }

    body.locations-page .location-card__services > span {
        padding: 7px 9px;
        font-size: 9px;
    }

    body.locations-page .locations-standard {
        padding: 70px 0 76px;
    }

    body.locations-page .locations-standard .container {
        width: calc(100% - 24px);
        padding: 34px 17px 19px;
        border-radius: 27px;
        box-shadow: 0 22px 55px rgba(116, 76, 13, .09), inset 0 0 0 5px rgba(255, 255, 255, .42);
    }

    body.locations-page .locations-standard__heading h2 {
        font-size: clamp(34px, 10.4vw, 45px);
    }

    body.locations-page .locations-standard__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.locations-page .locations-standard__grid article {
        min-height: 0;
        padding: 25px 21px;
    }

    body.locations-page .locations-standard__promise {
        padding: 17px;
        grid-template-columns: 45px 1fr;
        gap: 12px;
    }

    body.locations-page .locations-standard__promise-icon {
        width: 45px;
        height: 45px;
        border-radius: 14px;
    }

    body.locations-page .locations-standard__promise strong {
        font-size: 15px;
    }

    body.locations-page .locations-standard__promise-points {
        display: grid;
    }

    body.locations-page .locations-standard__promise-points span {
        border-radius: 13px;
    }

    body.locations-page .locations-cta {
        padding: 0 0 58px;
    }

    body.locations-page .locations-cta__shell {
        padding: 8px;
        border-radius: 27px;
        grid-template-columns: 1fr;
    }

    body.locations-page .locations-cta__media {
        min-height: 265px;
        border-radius: 20px;
    }

    body.locations-page .locations-cta__media img {
        object-position: 57% 28%;
        transform: scale(1.05);
    }

    body.locations-page .locations-cta__media > span {
        top: 12px;
        right: auto;
        bottom: auto;
        left: 12px;
        min-height: 36px;
        font-size: 9px;
    }

    body.locations-page .locations-cta__body {
        padding: 28px 16px 20px;
    }

    body.locations-page .locations-cta__content h2 {
        font-size: clamp(34px, 10.4vw, 44px);
    }

    body.locations-page .locations-cta__assurances {
        display: grid;
    }

    body.locations-page .locations-cta__assurances li {
        border-radius: 13px;
    }

    body.locations-page .locations-cta__actions {
        margin-top: 21px;
    }

    body.locations-page .locations-cta__actions .locations-button,
    body.locations-page .locations-cta__actions .locations-cta__phone {
        height: 66px;
        min-height: 66px;
        border-radius: 17px;
    }
}

@media (max-width: 390px) {
    body.locations-page .locations-hero__image,
    body.locations-page .locations-hero__shade {
        height: 350px;
    }

    body.locations-page .locations-hero {
        background: linear-gradient(180deg, #eeeae3 0 350px, #fff8e9 350px 100%);
    }

    body.locations-page .locations-hero__content {
        padding-right: 17px;
        padding-left: 17px;
    }

    body.locations-page .locations-standard .container {
        width: calc(100% - 16px);
        padding-right: 13px;
        padding-left: 13px;
    }
}
