/* ===== SITE FOOTER ===== */

.site-footer {
    background: linear-gradient(0deg, #D7C6B5 -7.35%, #EC670E 18.03%, #CF2201 61.18%, #0B0D0F 98.23%);
    color: #fff;
    position: relative;
    border-radius: 44px;
    overflow: hidden;
    margin: 10px;
}

/* =====================================================
   CTA SECTION
   ===================================================== */

.footer__cta {
    padding: 170px 20px 0;
    text-align: center;
}

.footer__cta-inner {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.footer__badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 6px 12px;
    border-radius: 40px;
    font-family: "SF UI Display", sans-serif;
    color: #F7F7F7;
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1%;
    background: #F7F7F71A;
    flex: 0 0 auto;
    -webkit-backdrop-filter: blur(4px) saturate(1.4);
    box-shadow: inset 2px 1px 0px -1px rgba(255, 255, 255, 0.60), inset -2px -2px 0px -2px rgba(255, 255, 255, 0.55), inset 0 0 12px 2px rgb(0 0 0 / 0%);
}

.footer__badge-star {
    color: #FF9626;
    font-size: 13px;
}

.footer__badge span{
    color: #FF9626;
}

.footer__cta-heading {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-family: "SF UI Display", sans-serif;
    text-transform: none;
    font-weight: 400;
    font-size: 72px;
    line-height: 76px;
    letter-spacing: 1%;
    text-align: center; 
}

.footer__cta-heading--accent {
    color: #FF9626;
}

.footer__cta-desc {
    margin: 0;
    font-family: "SF UI Display", sans-serif;
    color: #F7F7F7;
    max-width: 615px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 3%;
    text-align: center;
}

/* CTA Button */

.footer__cta-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 38px;
    padding: 4px 4px 4px 20px;
    background: #F7F7F7;
    border-radius: 100px;
    font-family: "SF UI Display", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0B0D0F!important;
    text-decoration: none;
    transition: all 0.3s;
}

.footer__cta-btn:hover {
    background: #0B0D0F;
    color: #F7F7F7!important;
}

.footer__cta-btn-icon {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 50%;
    background: #0B0D0F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}

.footer__cta-btn:hover .footer__cta-btn-icon {
    background: #F7F7F7;
}

.footer__cta-btn-icon svg path {
    fill: #F7F7F7;
    transition: all 0.3s;
}

.footer__cta-btn:hover .footer__cta-btn-icon svg path {
    fill: #0B0D0F;
}

/* =====================================================
   NAV COLUMNS
   ===================================================== */

.footer__main {
    position: relative;
    padding: 0 0 60px;
}

/* Watermark */

.footer__watermark {
    position: relative;
    font-family: "SF UI Display", sans-serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    letter-spacing: -0.04em;
    background: linear-gradient(360deg, #DF4A08 1.77%, #FFA86C 108.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-top: -62px;
    margin-bottom: 100px;
}

.footer__top-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer__col-label {
    font-family: 'MonoBlack', sans-serif;
    text-transform: uppercase;
    color: #FFEDD5;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 10%;
}

/* Contact column */

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer__contact-item {
    display: flex;
    flex-direction: column;
}

.footer__contact-sublabel {
    font-family: "SF UI Display", sans-serif;
    color: #F7F7F7;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 1%;
}

.footer__contact-link {
    font-family: "SF UI Display", sans-serif;
    color: #F7F7F7;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.footer__contact-link:hover {
    color: #FF9626;
}

/* Accordion toggle button — reset, keeps label styling */

.footer__col-toggle {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: left;
}

.footer__col-chevron {
    display: none;
}

/* Nav menus */

.footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer__menu li a {
    font-family: "SF UI Display", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    transition: color 0.2s ease;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
}

.footer__menu li a:hover {
    color: #0B0D0F!important;
}

/* "Coming soon" badge — add CSS class "coming-soon" to WP menu item */
.footer__menu li.coming-soon a::after {
    content: "Coming soon";
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    white-space: nowrap;
    -webkit-backdrop-filter: blur(4px) saturate(1.4);
    box-shadow: inset 1px 1.5px 0px -1px rgba(255, 255, 255, 0.60), inset -2px -2px 0px -2px rgba(255, 255, 255, 0.55), inset 0 0 12px 2px rgb(0 0 0 / 0%);
    background: linear-gradient(135deg, #f7f7f700, #F7F7F71A);
}

/* =====================================================
   BOTTOM BAR
   ===================================================== */

.footer__bottom {
    padding: 60px 0 73px;
    position: relative;
    z-index: 1;
}

.footer__bottom-inner {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__logo {
    font-family: "CooperHewitt", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.footer__logo-tilde {
    color: rgba(255, 255, 255, 0.5);
}

.footer__logo-cursor {
    color: #FF9626;
    animation: footer-blink 1s step-end infinite;
}

@keyframes footer-blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

.footer__copy {
    font-family: "SF UI Display", sans-serif;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.footer__bottom-links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 32px;
}

.footer__bottom-links li{
    display: flex;
}

.footer__bottom-links li a {
    font-family: "SF UI Display", sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
}

.footer__bottom-links li a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.footer__social-link:hover {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1024px) {
    .footer__top-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 40px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        border-radius: 20px 20px 0 0;
    }

    .footer__cta {
        padding: 80px 20px 0;
    }

    .footer__cta-heading {
        font-size: 36px;
    }

    .footer__cta-btn {
        width: 100%;
        max-width: 320px;
    }

    .footer__watermark {
        font-size: 80px;
    }

    .footer__top-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer__col--contact {
        order: 4;
    }

    .footer__col {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer__col:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer__col-label {
        margin-bottom: 0;
    }

    .footer__col-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 18px 0;
    }

    .footer__col-chevron {
        display: block;
        flex-shrink: 0;
        transition: transform 0.25s ease;
    }

    .footer__col.is-open .footer__col-chevron {
        transform: rotate(180deg);
    }

    .footer__col-body {
        display: none;
        padding-bottom: 20px;
    }

    .footer__col.is-open .footer__col-body {
        display: block;
    }

    .footer__bottom-inner {
        gap: 14px;
    }

    .footer__bottom-links {
        margin-left: 0;
        order: 3;
        width: 100%;
        flex-wrap: wrap;
        gap: 12px;
    }

    .footer__social {
        margin-left: auto;
    }

    .footer__copy {
        order: 2;
        width: 100%;
    }
}

/* ===== END SITE FOOTER ===== */
