@font-face {
    font-family: "Geist";
    src: url("../fonts/geist-regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Geist";
    src: url("../fonts/geist-medium.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 500 700;
}

@font-face {
    font-family: "Albert Sans";
    src: url("../fonts/albert-sans-regular.woff2") format("woff2");
    font-display: swap;
    font-style: normal;
    font-weight: 400 700;
}

dream-footer {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    color: #101012;
    font-family: "Geist", sans-serif;
    letter-spacing: -0.03em;
}

.legacy-footer {
    display: none !important;
}

.site-footer {
    width: calc(100% - 32px);
    max-width: 1240px;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;
    background: #f1f0ee;
    color: #101012;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer-main {
    min-height: 104px;
    padding: 24px 40px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
    border-bottom: 1px solid rgba(16, 16, 18, 0.13);
}

.site-footer-wordmark {
    width: 112px;
    height: auto;
    display: block;
    margin-bottom: 0;
    filter: brightness(0);
}

.site-footer-eyebrow {
    margin: 0 0 10px;
    color: rgba(16, 16, 18, 0.48);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.site-footer-title {
    max-width: 390px;
    margin: 0;
    color: #101012;
    font-family: "Albert Sans", "Geist", sans-serif;
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.065em;
}

.site-footer-action {
    min-height: 50px;
    padding: 8px 8px 8px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 999px;
    background: #101012;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.16s ease;
}

.site-footer-action:hover {
    background: #29292c;
}

.site-footer-action-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #101012;
    font-size: 20px;
    line-height: 1;
}

.site-footer-nav {
    padding: 26px 40px 24px;
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(120px, 0.65fr));
    gap: 28px;
}

.site-footer-summary {
    max-width: 320px;
    margin: 0;
    color: rgba(16, 16, 18, 0.58);
    font-size: 14px;
    line-height: 1.5;
}

.site-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.site-footer-column h2 {
    margin: 0 0 5px;
    color: rgba(16, 16, 18, 0.42);
    font-family: "Geist", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer-column a {
    color: rgba(16, 16, 18, 0.72);
    font-size: 14px;
    line-height: 1.35;
    transition: color 0.15s ease;
}

.site-footer-column a:hover {
    color: #101012;
}

.site-footer-bottom {
    min-height: 54px;
    padding: 14px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(16, 16, 18, 0.13);
    color: rgba(16, 16, 18, 0.46);
    font-size: 11px;
}

.site-footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.site-footer-legal a:hover {
    color: #101012;
}

@media (max-width: 900px) {
    .site-footer-main {
        min-height: 0;
        padding: 24px 30px;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 20px;
    }

    .site-footer-action {
        width: fit-content;
    }

    .site-footer-nav {
        padding: 26px 30px;
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 32px 24px;
    }

    .site-footer-title {
        grid-column: 1 / -1;
    }

    .site-footer-bottom {
        padding-inline: 30px;
    }
}

@media (max-width: 600px) {
    .site-footer {
        width: calc(100% - 24px);
        margin-bottom: 12px;
        border-radius: 18px;
    }

    .site-footer-main {
        min-height: 0;
        padding: 28px 24px 26px;
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .site-footer-wordmark {
        width: 102px;
    }

    .site-footer-title {
        font-size: 34px;
    }

    .site-footer-nav {
        padding: 24px;
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .site-footer-title {
        grid-column: 1 / -1;
    }

    .site-footer-bottom {
        padding: 16px 24px;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-footer * {
        transition-duration: 0.01ms !important;
    }
}
