/**
 * Eggs Time — isolated site footer (et-footer)
 */

:root {
    --et-footer-bg: var(--et-brand-navy);
    --et-footer-bg-deep: #142a44;
    --et-footer-text: rgba(255, 255, 255, 0.92);
    --et-footer-muted: rgba(255, 255, 255, 0.72);
    --et-footer-heading: #ffffff;
    --et-footer-accent: var(--et-brand-pink);
    --et-footer-max: 1650px;
    --et-footer-divider: rgba(255, 255, 255, 0.14);
}

.et-footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.06) 0, transparent 34%),
        radial-gradient(circle at 88% 100%, rgba(var(--et-brand-pink-rgb), 0.08) 0, transparent 28%),
        linear-gradient(180deg, var(--et-footer-bg) 0%, var(--et-footer-bg-deep) 100%);
    color: var(--et-footer-text);
    font-family: 'Ubuntu', 'Quicksand', Arial, sans-serif;
    width: 100%;
}

.et-footer *,
.et-footer *::before,
.et-footer *::after {
    box-sizing: border-box;
}

.et-footer__inner {
    width: 100%;
    max-width: var(--et-footer-max);
    margin: 0 auto;
    padding: 56px 20px 28px;
}

.et-footer__top {
    display: grid;
    grid-template-columns: minmax(240px, 0.95fr) minmax(0, 2.05fr);
    gap: 40px 56px;
    align-items: start;
}

.et-footer__brand {
    max-width: 320px;
}

.et-footer__logo-link {
    display: inline-block;
    margin-bottom: 18px;
}

.et-footer__logo {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.et-footer__tagline {
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
    color: var(--et-footer-muted) !important;
}

.et-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.et-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.et-footer__social-link:hover,
.et-footer__social-link:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.et-footer__social-link i {
    font-size: 16px;
    line-height: 1;
}

.et-footer__social-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.et-footer__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 24px;
}

.et-footer__column {
    min-width: 0;
}

.et-footer__column-title {
    margin: 0 0 18px;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--et-footer-heading) !important;
}

.et-footer__accordion-toggle {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: default;
    -webkit-appearance: none;
    appearance: none;
}

.et-footer__accordion-label {
    display: inline;
}

.et-footer__accordion-chevron {
    display: none;
}

.et-footer__column-title::after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--et-footer-accent);
}

.et-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.et-footer__links-item {
    margin: 0;
    padding: 0;
}

.et-footer__links-item + .et-footer__links-item {
    margin-top: 10px;
}

.et-footer__links a {
    display: inline-block;
    color: var(--et-footer-text) !important;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.et-footer__links a:hover,
.et-footer__links a:focus {
    color: #ffffff !important;
}

.et-footer__bottom {
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid var(--et-footer-divider);
}

.et-footer__copyright,
.et-footer__legal {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
    color: var(--et-footer-muted) !important;
}

.et-footer__legal {
    margin-top: 8px;
    max-width: 920px;
}

@media screen and (min-width: 768px) {
    .et-footer__inner {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media screen and (min-width: 1200px) {
    .et-footer__inner {
        padding: 72px 32px 32px;
    }

    .et-footer__top {
        gap: 48px 72px;
    }

    .et-footer__column-title {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .et-footer__links a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .et-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 32px;
    }
}

@media screen and (max-width: 991px) {
    .et-footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .et-footer__brand {
        max-width: none;
        text-align: center;
    }

    .et-footer__logo-link {
        display: flex;
        justify-content: center;
    }

    .et-footer__tagline {
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }

    .et-footer__social {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .et-footer__inner {
        padding-top: 36px;
        padding-bottom: 24px;
    }

    .et-footer__nav {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .et-footer__column {
        border-bottom: 1px solid var(--et-footer-divider);
    }

    .et-footer__column-title {
        margin: 0;
    }

    .et-footer__column-title::after {
        display: none;
    }

    .et-footer__accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        padding: 16px 0;
        cursor: pointer;
    }

    .et-footer__accordion-chevron {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 28px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        transition: transform 0.25s ease, background 0.25s ease;
    }

    .et-footer__accordion-chevron svg {
        width: 16px;
        height: 16px;
    }

    .et-footer__accordion-item.is-open .et-footer__accordion-chevron {
        transform: rotate(180deg);
        background: rgba(var(--et-brand-pink-rgb), 0.22);
    }

    .et-footer__accordion-panel {
        display: none;
        padding: 0 0 16px;
    }

    .et-footer__accordion-item.is-open .et-footer__accordion-panel {
        display: block;
    }

    .et-footer__bottom {
        margin-top: 28px;
        text-align: center;
    }

    .et-footer__legal {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    .et-footer__accordion-panel {
        display: block !important;
    }
}
