/* =========================================================
   SAKESHOP FOOTER - presentation website style
   ========================================================= */

.site-footer {
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    background: radial-gradient(900px 420px at 0% 0%, rgba(29,111,255,.12), transparent 55%), linear-gradient(180deg, #0b1220 0%, #070b14 100%);
    color: rgba(255,255,255,.86);
    --footer-text: rgba(255,255,255,.84);
    --footer-muted: rgba(255,255,255,.62);
    --footer-strong: rgba(255,255,255,.94);
    --footer-border: rgba(255,255,255,.10);
    --footer-border-soft: rgba(255,255,255,.07);
    --footer-chip: rgba(255,255,255,.06);
    --footer-blue: #0f6fff;
}

.site-footer .footer-shell {
    width: var(--sak-content-width);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.75rem;
    padding-bottom: 1.25rem;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, .9fr) minmax(0, .9fr);
    gap: 2rem;
    align-items: start;
}

.footer-brand,
.footer-col {
    min-width: 0;
}

.footer-logo {
    display: inline-flex;
    text-decoration: none;
}

.footer-logo img {
    height: 86px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: .96;
}

.footer-desc {
    margin-top: .9rem;
    max-width: 38ch;
    color: var(--footer-muted);
    line-height: 1.6;
    font-size: .98rem;
}

.footer-badges {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    padding: .48rem .78rem;
    border-radius: 999px;
    border: 1px solid var(--footer-border);
    background: var(--footer-chip);
    color: rgba(255,255,255,.9);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1;
}

.footer-title {
    margin: 0 0 .9rem;
    color: var(--footer-strong);
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.footer-links,
.footer-contact-list {
    display: grid;
    gap: .15rem;
}

.footer-link {
    display: inline-block;
    width: fit-content;
    padding: .34rem 0;
    color: var(--footer-text);
    text-decoration: none;
    line-height: 1.4;
    font-weight: 650;
    transition: color .18s ease, opacity .18s ease;
}

.footer-link:hover,
.footer-link:focus-visible {
    color: #fff;
    text-decoration: none;
}

.footer-link--strong {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.footer-link--btn {
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: var(--footer-text);
}

.footer-meta {
    margin-top: 1rem;
    padding-top: .9rem;
    border-top: 1px solid var(--footer-border-soft);
}

.footer-meta__label {
    margin-bottom: .25rem;
    color: var(--footer-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-meta__value {
    color: rgba(255,255,255,.8);
    line-height: 1.55;
    font-size: .95rem;
    font-weight: 600;
}

.footer-meta--small .footer-meta__value {
    font-size: .92rem;
}

.footer-actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.footer-actions--contact {
    align-items: center;
    justify-content: flex-start;
}

.footer-actions--stack {
    flex-direction: row;
    align-items: flex-start;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .72rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: .92rem;
    font-weight: 750;
    line-height: 1;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.footer-cta:hover,
.footer-cta:focus-visible {
    text-decoration: none;
}

.footer-cta.is-primary {
    background: var(--footer-blue);
    color: #fff;
    border: 1px solid transparent;
}

.footer-cta.is-primary:hover,
.footer-cta.is-primary:focus-visible {
    background: #0b63e6;
    color: #fff;
    transform: translateY(-1px);
}

.footer-cta.is-secondary {
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.14);
}

.footer-cta.is-secondary:hover,
.footer-cta.is-secondary:focus-visible {
    background: rgba(255,255,255,.1);
    color: #fff;
    transform: translateY(-1px);
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.footer-social {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.88);
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.04);
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.footer-social:hover,
.footer-social:focus-visible {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.25);
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

.footer-social svg {
    width: 18px;
    height: 18px;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--footer-border-soft);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-copy {
    color: var(--footer-muted);
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.5;
}

.footer-bottom__right {
    display: inline-flex;
    align-items: center;
    gap: .85rem;
    flex-wrap: wrap;
}

.footer-mini {
    color: var(--footer-muted);
    text-decoration: none;
    font-size: .82rem;
    font-weight: 700;
}

.footer-mini:hover,
.footer-mini:focus-visible {
    color: #fff;
    text-decoration: none;
}

.footer-mini--btn {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    color: rgba(255,255,255,.88);
    padding: .42rem .75rem;
    cursor: pointer;
    font: inherit;
    transition: background .18s ease, border-color .18s ease;
}

.footer-mini--btn:hover,
.footer-mini--btn:focus-visible {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.22);
}

.footer-link,
.footer-copy,
.footer-meta__value,
.footer-desc {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1024px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 1.6rem 1.4rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--footer-border-soft);
    }

    .footer-desc {
        max-width: 60ch;
    }
}

@media (max-width: 767px) {
    .site-footer .footer-shell {
        width: var(--sak-content-width);
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .footer-brand {
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--footer-border-soft);
    }

    .footer-col {
        padding-top: .95rem;
        border-top: 1px solid var(--footer-border-soft);
    }

    .footer-logo img {
        height: 68px;
    }

    .footer-desc {
        margin-top: .75rem;
        max-width: 100%;
        font-size: .95rem;
        line-height: 1.55;
    }

    .footer-badge {
        font-size: .74rem;
    }

    .footer-title {
        margin-bottom: .65rem;
        font-size: .76rem;
        letter-spacing: .14em;
    }

    .footer-link {
        padding: .26rem 0;
        font-size: .98rem;
    }

    .footer-link--strong {
        font-size: 1.08rem;
    }

    .footer-meta {
        margin-top: .7rem;
        padding-top: .7rem;
    }

    .footer-meta__value {
        font-size: .92rem;
        line-height: 1.48;
    }

    .footer-actions--contact {
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: .75rem;
    }

    .footer-actions--contact .footer-cta {
        flex: 1 1 auto;
        min-width: 0;
    }

    .footer-actions--stack {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .footer-actions--stack .footer-cta {
        width: 100%;
    }

    .footer-socials {
        flex: 0 0 auto;
    }

    .footer-social {
        width: 38px;
        height: 38px;
    }

    .footer-bottom {
        margin-top: 1.35rem;
        padding-top: .95rem;
        flex-direction: column;
        align-items: flex-start;
        gap: .7rem;
    }

    .footer-bottom__right {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-copy,
    .footer-mini {
        font-size: .78rem;
    }
}

@media (max-width: 420px) {
    .site-footer .footer-shell {
        width: var(--sak-content-width);
        padding-top: 1.8rem;
    }

    .footer-actions--contact {
        flex-wrap: wrap;
    }

    .footer-actions--contact .footer-cta {
        width: 100%;
        flex: 1 1 100%;
    }

    .footer-socials {
        width: 100%;
        justify-content: flex-start;
    }
}
