:root {
    --footer-accent:       #2563eb;
    --footer-name-stroke:  rgba(255, 255, 255, .13);
    --footer-muted:        rgba(255, 255, 255, .22);
    --footer-muted-dim:    rgba(255, 255, 255, .10);
    --footer-tagline:      rgba(255, 255, 255, .35);
    --footer-soc-bg:       #111;
    --footer-soc-border:   #1a1a1a;
    --footer-soc-color:    rgba(255, 255, 255, .4);
    --footer-bar-bg:       #050505;
    --footer-bar-border:   rgba(255, 255, 255, .06);
}

.footer-name-wrap {
    width: 100%;
    padding: 0 16px;
    text-align: center;
    margin-bottom: -0.14em;
    overflow: visible;
}

.footer-name {
    font-family: 'Lexend', sans-serif;
    font-size: clamp(64px, 8vw, 220px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--footer-name-stroke);
    transition: -webkit-text-stroke-color .4s ease;
    cursor: default;
    user-select: none;
}

@media (max-width: 768px) {
    .footer-name {
        font-family: 'Lexend', sans-serif;
        font-size: clamp(48px, 4vw, 120px);
        font-weight: 800;
        line-height: .88;
        white-space: nowrap;
        display: block;
        width: 100%;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 1.5px var(--footer-name-stroke);
        transition: -webkit-text-stroke-color .4s ease;
        cursor: default;
        user-select: none;
    }
}

@media (max-width: 480px) {
    .footer-name {
        font-family: 'Lexend', sans-serif;
        font-size: clamp(32px, 4vw, 120px);
        font-weight: 800;
        line-height: .88;
        white-space: nowrap;
        display: block;
        width: 100%;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 1.5px var(--footer-name-stroke);
        transition: -webkit-text-stroke-color .4s ease;
        cursor: default;
        user-select: none;
    }
}

@media (max-width: 320px) {
    .footer-name {
        font-family: 'Lexend', sans-serif;
        font-size: clamp(28px, 4vw, 120px);
        font-weight: 800;
        line-height: .88;
        white-space: nowrap;
        display: block;
        width: 100%;
        text-align: center;
        color: transparent;
        -webkit-text-stroke: 1.5px var(--footer-name-stroke);
        transition: -webkit-text-stroke-color .4s ease;
        cursor: default;
        user-select: none;
    }
}
