.la-home .la-section--dark .la-heading,
.la-home .la-section--dark .la-heading--section,
.la-home .la-section--dark h1,
.la-home .la-section--dark h2,
.la-home .la-section--dark h3,
.la-home .la-section--dark h4 {
    color: #fff !important;
}

@media (max-width: 760px) {
    .la-hero[aria-labelledby="westminster-title"],
    .la-hero[aria-labelledby="fullerton-title"] {
        display: grid !important;
        grid-template-rows: 250px auto;
        align-items: stretch !important;
        min-height: 0 !important;
        background: #1c1713;
    }

    .la-hero[aria-labelledby="westminster-title"] > .la-hero__image,
    .la-hero[aria-labelledby="fullerton-title"] > .la-hero__image {
        position: relative !important;
        inset: auto !important;
        grid-area: 1 / 1 !important;
        z-index: 0;
        width: 100%;
        height: 250px !important;
        object-fit: cover;
        object-position: right center !important;
    }

    .la-hero[aria-labelledby="westminster-title"] > .la-hero__shade,
    .la-hero[aria-labelledby="fullerton-title"] > .la-hero__shade {
        position: relative !important;
        inset: auto !important;
        grid-area: 1 / 1 !important;
        z-index: 1;
        background: linear-gradient(180deg, rgba(13, 10, 8, 0.04), rgba(13, 10, 8, 0.35)) !important;
    }

    .la-hero[aria-labelledby="westminster-title"] > .la-hero__content,
    .la-hero[aria-labelledby="fullerton-title"] > .la-hero__content {
        grid-area: 2 / 1 !important;
        z-index: 2;
        align-self: auto;
        max-width: none;
        padding: 36px 0 44px !important;
    }
}

.la-home .la-section--dark .la-story__body p,
.la-home .la-section--dark .la-lede {
    color: #dedad4 !important;
}

.la-home .la-footer h1,
.la-home .la-footer h2,
.la-home .la-footer h3,
.la-home .la-footer h4 {
    color: #fff !important;
}

.la-home .la-footer address br {
    display: block !important;
}

/* Remove WordPress auto-paragraph spacer bars around the shared site header. */
.la-home > .la-dept-header + p,
.la-home > .la-dept-topbar + p,
.la-home > main + p {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Shared dropdown navigation for the legacy location and specials headers. */
body.page-id-8274,
body.page-id-8276,
body.page-id-8278 {
    --la-red: #a71919;
    --la-red-dark: #771511;
    --la-ink: #171512;
    --la-cream: #f6f0e5;
    --la-white: #fff;
    --la-muted: #69625b;
    --la-line: rgba(23, 21, 18, 0.14);
}

.la-nav .la-nav-dropdown {
    position: relative;
    display: inline-block;
}

.la-nav .la-nav-dropdown summary {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    list-style: none;
    color: inherit;
    font-weight: 800;
    cursor: pointer;
}

.la-nav .la-nav-dropdown summary::-webkit-details-marker {
    display: none;
}

.la-nav .la-nav-dropdown summary::after {
    content: "⌄";
    color: #b91c1c;
    font-size: 0.78rem;
}

.la-nav .la-nav-dropdown__menu {
    position: absolute;
    z-index: 100;
    top: calc(100% + 0.65rem);
    left: 50%;
    display: grid;
    min-width: 220px;
    padding: 0.55rem;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid rgba(23, 21, 18, 0.14);
    border-radius: 0.75rem;
    box-shadow: 0 18px 45px rgba(30, 25, 19, 0.2);
}

.la-nav .la-nav-dropdown:not([open]) > .la-nav-dropdown__menu {
    display: none;
}

.la-nav .la-nav-dropdown__menu a {
    display: grid;
    padding: 0.65rem 0.75rem;
    color: #171512;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0.5rem;
}

.la-nav .la-nav-dropdown__menu a:hover,
.la-nav .la-nav-dropdown__menu a:focus-visible {
    color: #a71919;
    background: #f6f0e5;
}

.la-nav .la-nav-dropdown__menu span {
    color: #69625b;
    font-size: 0.72rem;
}

@media (max-width: 767px) {
    .la-nav .la-nav-dropdown[open] {
        width: 100%;
    }

    .la-nav .la-nav-dropdown__menu {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        min-width: 0;
        margin-top: 0.55rem;
        transform: none;
    }

    .la-nav .la-nav-dropdown__menu a {
        white-space: normal;
    }
}

/* Location pages: restore the intended card grid and use a tighter rhythm. */
.la-hero[aria-labelledby="westminster-title"] ~ .la-section,
.la-hero[aria-labelledby="fullerton-title"] ~ .la-section {
    padding: 64px 0 !important;
}

.la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-specials,
.la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-specials {
    gap: 32px !important;
}

.la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-departments,
.la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-departments {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 30px !important;
}

.la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-department__image,
.la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-department__image {
    height: auto !important;
    aspect-ratio: 3 / 2;
}

.la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-story,
.la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-story {
    gap: 48px !important;
}

@media (max-width: 1000px) {
    .la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-departments,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-departments {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .la-hero[aria-labelledby="westminster-title"] ~ .la-trustbar .la-trust,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-trustbar .la-trust {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .la-hero[aria-labelledby="westminster-title"] ~ .la-section,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-section {
        padding: 42px 0 !important;
    }

    .la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-specials,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-specials {
        gap: 24px !important;
    }

    .la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-departments,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-departments {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-top: 24px !important;
    }

    .la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-department__body,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-department__body {
        padding: 20px 20px 22px;
    }

    .la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-story,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-story {
        gap: 20px !important;
    }

    .la-hero[aria-labelledby="westminster-title"] ~ .la-section .la-story__quote,
    .la-hero[aria-labelledby="fullerton-title"] ~ .la-section .la-story__quote {
        padding: 28px;
    }
}

/* Weekly specials: keep the long shopping page compact without crowding cards. */
body.page-id-8278 .la-section {
    padding: clamp(60px, 6vw, 84px) 0;
}

body.page-id-8278 #choose-store .la-digital-specials {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

body.page-id-8278 .la-digital-intro {
    gap: 1.5rem;
    margin-bottom: 1.2rem;
}

body.page-id-8278 .la-digital-controls {
    gap: 0.8rem;
    padding: 0.9rem;
    margin-bottom: 0.75rem;
}

body.page-id-8278 .la-digital-results {
    margin: 0.35rem 0 0.8rem;
}

body.page-id-8278 .la-digital-footnote {
    margin-top: 1rem;
}

/* Store pages: a focused catering conversion path before the footer. */
.la-location-catering-cta {
    padding: 42px 0;
    color: #fff;
    background: #a71919;
}

.la-location-catering-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.la-location-catering-cta__kicker {
    margin: 0 0 8px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.la-location-catering-cta h2 {
    max-width: 760px;
    margin: 0 0 8px;
    color: #fff !important;
    font: 700 clamp(2.2rem, 4vw, 3.6rem)/1.02 Georgia, serif;
}

.la-location-catering-cta p:not(.la-location-catering-cta__kicker) {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
}

.la-location-catering-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0.85rem 1.15rem;
    color: #a71919 !important;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.55rem;
    font-weight: 900;
    text-decoration: none;
}

.la-location-catering-cta__button:hover,
.la-location-catering-cta__button:focus-visible {
    color: #fff !important;
    background: #771511;
    border-color: #fff;
}

/* Store maps: branded location pin with a calm floating motion. */
.la-location-map {
    padding: clamp(58px, 6vw, 82px) 0;
    color: #171512;
    background: #f6f0e5;
}

.la-location-map__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: 28px;
}

.la-location-map__kicker {
    margin: 0 0 8px;
    color: #a71919;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.la-location-map h2 {
    max-width: 820px;
    margin: 0 0 12px;
    color: #171512 !important;
    font: 700 clamp(2.4rem, 4.8vw, 4.6rem)/0.98 Georgia, serif;
}

.la-location-map__intro p:not(.la-location-map__kicker) {
    max-width: 720px;
    margin: 0;
    color: #69625b;
    font-size: 1.03rem;
    line-height: 1.65;
}

.la-location-map__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.la-location-map__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.05rem;
    color: #fff !important;
    background: #a71919;
    border: 1px solid #a71919;
    border-radius: 0.6rem;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.la-location-map__button:hover,
.la-location-map__button:focus-visible {
    color: #fff;
    background: #771511;
    border-color: #771511;
    transform: translateY(-2px);
}

.la-location-map__button--outline {
    color: #171512 !important;
    background: #fff;
    border-color: rgba(23, 21, 18, 0.2);
}

.la-location-map__button--outline:hover,
.la-location-map__button--outline:focus-visible {
    color: #a71919 !important;
    background: #fff;
    border-color: #a71919;
}

.la-location-map__canvas {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #ddd5c8;
    border: 1px solid rgba(23, 21, 18, 0.13);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(38, 28, 19, 0.16);
    isolation: isolate;
}

.la-location-map__canvas::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(167, 25, 25, 0.08), rgba(246, 240, 229, 0.12) 48%, rgba(119, 21, 17, 0.08)),
        radial-gradient(circle at 50% 45%, transparent 0 24%, rgba(255, 250, 241, 0.1) 72%);
    mix-blend-mode: multiply;
}

.la-location-map__canvas iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.78) sepia(0.32) saturate(0.62) hue-rotate(326deg) brightness(1.06) contrast(0.94);
}

.la-map-marker {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 148px;
    transform: translate(-50%, -72%) scale(0.8);
    transform-origin: center center;
    text-decoration: none;
}

.la-map-marker__float {
    position: absolute;
    top: 0;
    left: 14px;
    width: 82px;
    height: 96px;
    filter: drop-shadow(0 12px 13px rgba(39, 22, 17, 0.28));
    animation: la-map-marker-float 3.2s ease-in-out infinite;
}

.la-map-marker__pin {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background: #a71919;
    border: 4px solid #fff;
    border-radius: 50% 50% 50% 8px;
    transform: rotate(-45deg);
}

.la-map-marker__badge {
    position: absolute;
    inset: 8px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    transform: rotate(45deg);
}

.la-map-marker__badge img {
    display: block;
    width: 52px;
    height: auto;
}

.la-map-marker__shadow {
    position: absolute;
    left: 25px;
    bottom: 12px;
    width: 60px;
    height: 16px;
    background: rgba(36, 26, 19, 0.32);
    border-radius: 50%;
    filter: blur(5px);
    animation: la-map-marker-shadow 3.2s ease-in-out infinite;
}

.la-map-marker:hover .la-map-marker__float,
.la-map-marker:focus-visible .la-map-marker__float {
    filter: drop-shadow(0 15px 16px rgba(119, 21, 17, 0.38));
}

.la-map-marker:focus-visible {
    outline: 3px solid #a71919;
    outline-offset: 7px;
    border-radius: 50%;
}

.la-location-map__address {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 22px;
    display: grid;
    gap: 4px;
    max-width: calc(100% - 44px);
    padding: 14px 17px;
    color: #171512;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(23, 21, 18, 0.1);
    border-radius: 13px;
    box-shadow: 0 12px 28px rgba(33, 25, 18, 0.16);
    backdrop-filter: blur(8px);
}

.la-location-map__address strong {
    font-size: 0.97rem;
}

.la-location-map__address span {
    color: #69625b;
    font-size: 0.88rem;
    line-height: 1.42;
}

@keyframes la-map-marker-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes la-map-marker-shadow {
    0%, 100% { opacity: 0.72; transform: scale(1); }
    50% { opacity: 0.38; transform: scale(0.72); }
}

@media (max-width: 767px) {
    .la-location-map {
        padding: 42px 0;
    }

    .la-location-map__intro {
        display: block;
        margin-bottom: 22px;
    }

    .la-location-map h2 {
        font-size: clamp(2.15rem, 11vw, 3.3rem);
    }

    .la-location-map__actions {
        justify-content: flex-start;
        margin-top: 18px;
    }

    .la-location-map__button {
        flex: 1 1 155px;
    }

    .la-location-map__canvas {
        min-height: 430px;
        border-radius: 18px;
    }

    .la-map-marker {
        transform: translate(-50%, -74%) scale(0.72);
    }

    .la-location-map__address {
        right: 14px;
        bottom: 14px;
        left: 14px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .la-map-marker__float,
    .la-map-marker__shadow {
        animation: none;
    }

    .la-location-map__button {
        transition: none;
    }
}

/* Keep the first content section visually connected to the information row above it. */
.la-hero + .la-trustbar + .la-section,
.la-home .la-home-proof + .la-dept-section {
    padding-top: 32px !important;
}

@media (max-width: 767px) {
    .la-location-catering-cta {
        padding: 34px 0;
    }

    .la-location-catering-cta__inner {
        display: block;
    }

    .la-location-catering-cta__button {
        margin-top: 16px;
    }

    .la-hero[aria-labelledby="weekly-specials-title"] > .la-hero__image {
        object-position: 82% center !important;
    }

    body.page-id-8278 .la-section {
        padding: 48px 0;
    }

    body.page-id-8278 #choose-store .la-digital-specials {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    body.page-id-8278 .la-digital-intro {
        margin-bottom: 1rem;
    }

    body.page-id-8278 .la-digital-controls {
        gap: 0.65rem;
        padding: 0.75rem;
    }

    .la-hero + .la-trustbar + .la-section,
    .la-home .la-home-proof + .la-dept-section {
        padding-top: 20px !important;
    }
}
