/* TheLAB SEO/AEO presentation layer: crawlable answers + footer discovery */

.footer-explore {
    width: min(var(--container), 92%);
    margin: 0 auto 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
}

.footer-explore a {
    color: rgba(255, 255, 255, .88);
    font-size: .94rem;
    font-weight: 600;
}

.footer-explore a:hover,
.footer-explore a:focus-visible {
    color: #fff;
}

.footer-hours,
.business-hours-list {
    display: grid;
    gap: 6px;
}

.footer-hours p,
.business-hours-list p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    line-height: 1.45;
}

.footer-hours p span:last-child,
.business-hours-list p span:last-child {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.footer-hours {
    min-width: 230px;
}

.footer-hours p {
    color: rgba(255, 255, 255, .84);
    font-size: .9rem;
}

.business-hours-card {
    min-width: 0;
}

.business-hours-list {
    margin-top: 10px;
}

.business-hours-list p {
    color: var(--text);
}

/* Keep the floating back-to-top control clear of the viewport edge. */
#backToTop {
    bottom: 35px;
}

.faq-page {
    padding: 64px 0 84px;
}

.faq-intro {
    max-width: 760px;
    margin-bottom: 34px;
}

.faq-intro h2 {
    margin-bottom: 12px;
}

.faq-intro p {
    color: var(--text);
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.faq-item {
    padding: 26px 28px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
}

.faq-item h2 {
    margin: 0 0 10px;
    font-size: 1.55rem;
}

.faq-item p {
    margin: 0;
    color: var(--text);
    line-height: 1.65;
}

.faq-item a {
    color: var(--primary-dark);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.faq-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ==========================================================
   FOOTER CONTRAST + CTA CLEANUP
   Keep the official logo untouched and provide contrast with
   the supporting surface, not by recolouring the artwork.
========================================================== */

/* The fixed header owns the reservation action. */
main .cta {
    display: none !important;
}

main .hero-buttons a[href*="wa.me/"] {
    display: none !important;
}

footer[data-site-component="footer"] {
    background: linear-gradient(
        90deg,
        #FBF7EF 0%,
        #FBF7EF 22%,
        #DDE5D8 31%,
        #5F8B70 43%,
        #0F6B4F 55%,
        #084C38 100%
    );
    padding: 0;
}

footer[data-site-component="footer"] .container.footer {
    grid-template-columns: minmax(210px, 1.15fr) repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 52px);
    align-items: start;
    padding: 48px 0 34px;
}

footer[data-site-component="footer"] .footer-column {
    min-width: 0;
}

footer[data-site-component="footer"] .footer-column:first-child {
    color: var(--dark);
}

footer[data-site-component="footer"] .footer-column:first-child .footer-logo {
    width: 150px;
    margin: 0 0 14px;
}

footer[data-site-component="footer"] .footer-column:first-child p {
    color: var(--dark);
    margin-top: 0;
    max-width: 230px;
}

footer[data-site-component="footer"] .footer-column:not(:first-child),
footer[data-site-component="footer"] .footer-column:not(:first-child) .footer-heading,
footer[data-site-component="footer"] .footer-column:not(:first-child) p,
footer[data-site-component="footer"] .footer-column:not(:first-child) a,
footer[data-site-component="footer"] .footer-column:not(:first-child) address {
    color: #fff;
}

footer[data-site-component="footer"] .footer-heading {
    margin: 0 0 10px;
    font-size: 1.35rem;
}

footer[data-site-component="footer"] .footer-address,
footer[data-site-component="footer"] .footer-column p {
    line-height: 1.55;
}

footer[data-site-component="footer"] .footer-column a {
    overflow-wrap: anywhere;
}

footer[data-site-component="footer"] .footer-column:last-child a[href^="mailto:"] {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
    font-size: .82rem;
}

footer[data-site-component="footer"] .footer-hours {
    min-width: 0;
}

footer[data-site-component="footer"] .footer-hours p {
    color: rgba(255, 255, 255, .92);
    gap: 12px;
    font-size: .88rem;
}

footer[data-site-component="footer"] .footer-explore {
    width: 100%;
    margin: 0;
    padding: 18px 4%;
    border-top: 1px solid rgba(255, 255, 255, .14);
    background: var(--primary-dark);
}

footer[data-site-component="footer"] .footer-bottom {
    margin: 0;
    padding: 14px 4% 18px;
    background: var(--primary-dark);
}

footer[data-site-component="footer"] .footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

@media (max-width: 900px) {
    footer[data-site-component="footer"] {
        background: linear-gradient(
            180deg,
            #FBF7EF 0%,
            #FBF7EF 250px,
            #DDE5D8 320px,
            #5F8B70 390px,
            #0F6B4F 470px,
            #084C38 100%
        );
    }

    footer[data-site-component="footer"] .container.footer {
        grid-template-columns: 1fr 1fr;
        gap: 32px 28px;
        padding: 38px 0 30px;
    }

    footer[data-site-component="footer"] .footer-column:first-child {
        grid-column: 1 / -1;
        min-height: 260px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
    }

    footer[data-site-component="footer"] .footer-column:first-child p {
        max-width: 280px;
    }
}

@media (max-width: 768px) {
    #backToTop {
        bottom: 28px;
    }

    .faq-page {
        padding: 44px 0 64px;
    }

    .faq-list {
        grid-template-columns: 1fr;
    }

    .faq-item {
        padding: 22px;
    }

    .footer-explore {
        margin-bottom: 28px;
        gap: 8px 18px;
    }

    .footer-hours {
        min-width: 0;
    }

    .footer-hours p,
    .business-hours-list p {
        gap: 12px;
    }

    /* Keep the single primary reservation CTA available on mobile. */
    header .nav {
        gap: 10px;
    }

    header .reserve-btn {
        display: inline-flex !important;
        padding: 10px 14px;
        font-size: .78rem;
        white-space: nowrap;
    }

    footer[data-site-component="footer"] {
        background: linear-gradient(
            180deg,
            #FBF7EF 0%,
            #FBF7EF 245px,
            #DDE5D8 305px,
            #5F8B70 365px,
            #0F6B4F 430px,
            #084C38 100%
        );
    }

    footer[data-site-component="footer"] .container.footer {
        grid-template-columns: 1fr;
        gap: 26px;
        text-align: center;
        padding: 34px 0 26px;
    }

    footer[data-site-component="footer"] .footer-column:first-child {
        min-height: 250px;
    }

    footer[data-site-component="footer"] .footer-column:not(:first-child) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer[data-site-component="footer"] .footer-hours {
        width: min(100%, 300px);
    }

    footer[data-site-component="footer"] .footer-explore {
        margin: 0;
        padding: 16px 5%;
    }
}

@media (max-width: 420px) {
    header .logo img {
        height: 50px;
    }

    header .reserve-btn {
        padding: 9px 11px;
        font-size: .72rem;
    }

    header .menu-toggle {
        width: 40px;
        height: 40px;
    }

    footer[data-site-component="footer"] .footer-column:last-child a[href^="mailto:"] {
        font-size: .78rem;
    }
}
