/* footer-theme.css — Footer theme overrides from calendar-theme-active.
   Extracted from calendar-theme-active.css during 2026-05 decomposition. */

/* Footer copyright: match "Hours of Operation:" styling on all screens. */
.footer__hours strong {
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
}

.footer__copyright,
.footer__official-meta .footer__copyright,
.footer__official-meta .footer__copyright--emphasis {
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    color: rgba(255, 255, 255, 0.92) !important;
    text-shadow: none !important;
}

/* Final footer hours centering on all devices. */
.footer__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.footer__hours,
.footer__hours.dynamic-text,
.footer__hours p {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

.footer__hours p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Final footer contacts lock: keep contacts visually identical to Hours of Operation. */
.footer__privacy-note-block .privacy-note.privacy-note--contacts {
    --footer-contacts-row-gap: 0.42rem;
    --footer-contacts-line-height: 1.62;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: var(--footer-contacts-row-gap) !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
    line-height: var(--footer-contacts-line-height) !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
}

.footer__privacy-note-block .privacy-note.privacy-note--contacts .privacy-note__phone,
.footer__privacy-note-block .privacy-note.privacy-note--contacts .privacy-note__email,
.footer__privacy-note-block .privacy-note.privacy-note--contacts .privacy-note__location {
    display: block !important;
    white-space: nowrap !important;
    color: inherit !important;
    -webkit-text-fill-color: currentColor !important;
    font: inherit !important;
    line-height: var(--footer-contacts-line-height) !important;
    letter-spacing: inherit !important;
    text-decoration: none !important;
    text-shadow: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Footer ember decorative layer */
#footerEmberLayer {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    bottom: 0 !important;
    height: min(13rem, 24vh) !important;
    transform: none !important;
    z-index: 10005 !important;
    filter: saturate(1.06) brightness(1.02);
}

#footerEmberLayer::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(34rem, 44vw);
    height: min(3.2rem, 10vh);
    transform: translateX(-50%);
    border-radius: 999px;
    pointer-events: none;
    background:
        radial-gradient(closest-side,
            rgba(255, 222, 150, 0.24) 0%,
            rgba(255, 176, 82, 0.1) 48%,
            rgba(255, 176, 82, 0) 100%);
    opacity: 0.72;
    filter: blur(12px);
}

.footer-ember {
    mix-blend-mode: screen;
    box-shadow:
        0 0 0.42rem rgba(255, 232, 169, 0.72),
        0 0 0.95rem rgba(255, 182, 92, 0.54),
        0 0 1.45rem rgba(255, 130, 46, 0.28);
}

/* Footer container width lock */
.footer__container,
.footer__official-meta,
.footer__privacy-note-block {
    width: 100% !important;
    max-width: 41rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}
