/* Stalitsa “designed by” footer credit — matches stalitsa.com brand mark + wordmark */

.stalitsa-site-credit {
    --sc-label: rgba(255, 255, 255, 0.52);
    --sc-name-from: #f8fafc;
    --sc-name-to: #5eead4;
    --sc-tag: rgba(255, 255, 255, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.55rem;
    margin-top: 1rem;
    padding-top: 0.85rem;
    width: 100%;
    font-size: clamp(8px, 1.35vw, 10px);
    line-height: 1.15;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stalitsa-site-credit--light {
    --sc-label: rgba(15, 23, 42, 0.58);
    --sc-name-from: #0f172a;
    --sc-name-to: #0d9488;
    --sc-tag: rgba(51, 65, 85, 0.72);
    border-top-color: rgba(15, 23, 42, 0.12);
}

.stalitsa-site-credit__label {
    color: var(--sc-label);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.stalitsa-site-credit__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none !important;
    color: inherit;
}

.stalitsa-site-credit__link:hover {
    opacity: 0.9;
}

.stalitsa-site-credit__mark {
    width: 1.65em;
    height: 1.65em;
    flex-shrink: 0;
    display: block;
}

.stalitsa-site-credit__wordmark {
    display: flex;
    flex-direction: column;
    gap: 0.06em;
    min-width: 0;
}

.stalitsa-site-credit__name {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 1.38em;
    letter-spacing: -0.02em;
    line-height: 1.05;
    background: linear-gradient(135deg, var(--sc-name-from) 0%, var(--sc-name-to) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stalitsa-site-credit__tag {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 0.68em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: var(--sc-tag);
}

.stalitsa-site-credit--inline {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    width: auto;
    max-width: none;
}

.stalitsa-site-credit--light.stalitsa-site-credit--inline {
    border-top: none;
}

/* Kritamo live: fixed footer bar — credit centered between © and link */
.footer .stalitsa-site-credit {
    font-size: clamp(7px, 1.15vw, 9px);
}
