/* ==========================================================================
   Alxmedia Footer v2.0.3 — cream-baserad palett (matchar sajten)
   ========================================================================== */

.alx-footer {
    --alx-rouge: #d4495b;
    --alx-rouge-dark: #8e1f31;
    --alx-cream: #faf3eb;
    --alx-cream-soft: #fdfbf7;
    --alx-text: #1a1a1a;
    --alx-text-secondary: #2a2520;
    --alx-muted: #6b6b6b;
    --alx-border: rgba(26, 26, 26, 0.1);
    --alx-bg: #faf3eb;
    --alx-serif: 'Fraunces', Georgia, serif;
    --alx-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    background: var(--alx-bg);
    color: var(--alx-text);
    font-family: var(--alx-sans);
    line-height: 1.6;
    margin-top: 64px;
    border-top: 3px solid var(--alx-rouge);
}

.alx-footer * {
    box-sizing: border-box;
}

.alx-footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 56px 24px 0;
}

.alx-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--alx-border);
}

.alx-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.alx-footer-logo img {
    max-width: 160px;
    height: auto;
    display: block;
}

.alx-footer-wordmark {
    font-family: var(--alx-serif);
    font-size: 34px;
    font-weight: 700;
    color: var(--alx-text);
    text-decoration: none;
    letter-spacing: -0.5px;
    line-height: 1;
}

.alx-footer-wordmark em {
    color: var(--alx-rouge-dark);
    font-style: italic;
    font-weight: 700;
}

.alx-footer-tagline {
    font-size: 13px;
    color: var(--alx-muted);
    line-height: 1.55;
    margin: 0;
    max-width: 320px;
}

.alx-footer-social {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.alx-footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.06);
    color: var(--alx-text);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s, transform 0.15s;
    text-decoration: none;
}

.alx-footer-social-link:hover {
    background: var(--alx-rouge);
    color: #fff;
    transform: translateY(-2px);
}

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

.alx-footer-col {
    min-width: 0;
}

.alx-footer-heading {
    font-family: var(--alx-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--alx-muted);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--alx-border);
}

.alx-footer-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.alx-footer-list li {
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
}

.alx-footer-list li::before {
    display: none !important;
    content: none !important;
}

.alx-footer-list a {
    color: var(--alx-text-secondary);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s;
    display: inline-block;
}

.alx-footer-list a:hover {
    color: var(--alx-rouge);
}

.alx-footer-disclaimer {
    text-align: center;
    color: var(--alx-muted);
    font-size: 13px;
    line-height: 1.55;
    padding: 24px 0;
    max-width: 800px;
    margin: 0 auto;
    font-style: italic;
}

.alx-footer-bottom {
    margin: 0 -24px;
    padding: 18px 24px;
    text-align: center;
    border-top: 1px solid var(--alx-border);
}

.alx-footer-copyright {
    font-size: 12px;
    color: var(--alx-muted);
    letter-spacing: 0.3px;
}

@media (max-width: 900px) {
    .alx-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .alx-footer-brand {
        grid-column: 1 / -1;
        margin-bottom: 8px;
    }
}

@media (max-width: 560px) {
    .alx-footer-inner {
        padding: 40px 18px 0;
    }
    .alx-footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 28px;
    }
    .alx-footer-brand {
        grid-column: auto;
    }
    .alx-footer-disclaimer {
        font-size: 12px;
        padding: 20px 0;
    }
    .alx-footer-bottom {
        margin: 0 -18px;
        padding: 16px 18px;
    }
    .alx-footer-wordmark {
        font-size: 28px;
    }
}
