/* INTIVARA Footer — full-width, minimal radius */

.site-footer-wrap {
    width: 100%;
    margin-top: 48px;
}

.site-footer {
    --footer-navy: #1E2D4F;
    --footer-magenta: #F03167;
    --footer-ivory: #F7F5F2;
    --footer-gold: #BF9855;
    --footer-graphite: #2B313B;

    width: 100%;
    padding: 48px 0 40px;
    background: var(--footer-navy);
    position: relative;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .site-footer {
        padding: 64px 0 56px;
    }
}

/* Gold top border — full width */
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--footer-gold) 20%,
        var(--footer-gold) 80%,
        transparent 100%
    );
}

.site-footer::after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(240, 49, 103, 0.04);
    pointer-events: none;
}

.site-footer-inner,
.site-copyright-inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    .site-footer-inner,
    .site-copyright-inner {
        padding: 0 32px;
    }
}

.site-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
}

@media (min-width: 1024px) {
    .site-footer-grid {
        grid-template-columns: 1.2fr 1fr;
        gap: 64px;
        align-items: start;
    }
}

.site-footer-about-logo {
    display: block;
    height: 48px;
    width: auto;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .site-footer-about-logo {
        height: 56px;
    }
}

.site-footer-about-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(191, 152, 85, 0.12);
    border: 1px solid rgba(191, 152, 85, 0.3);
    color: var(--footer-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.site-footer-about-title {
    font-family: 'FontBold', sans-serif;
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.35;
    color: var(--footer-ivory);
    margin: 0 0 14px;
}

.site-footer-about-text {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(247, 245, 242, 0.75);
    margin: 0 0 20px;
    max-width: 540px;
}

.site-footer-pillars {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-footer-pillar {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(247, 245, 242, 0.9);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-social-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

@media (min-width: 1024px) {
    .site-footer-social-mobile {
        display: none;
    }
}

.site-footer-social-mobile a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-ivory);
    transition: background 0.2s;
}

.site-footer-social-mobile a:hover {
    background: var(--footer-magenta);
}

.site-footer-contact-heading {
    font-family: 'FontBold', sans-serif;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.3;
    color: var(--footer-ivory);
    margin: 0 0 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(191, 152, 85, 0.25);
}

.site-footer-contact-sub {
    font-size: 11px;
    color: rgba(247, 245, 242, 0.45);
    margin: 0 0 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.site-footer-contact-item a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: rgba(247, 245, 242, 0.88);
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.2s;
}

.site-footer-contact-item a:hover {
    color: var(--footer-magenta);
}

.site-footer-contact-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-gold);
    font-size: 13px;
    transition: background 0.2s;
}

.site-footer-contact-item a:hover .site-footer-contact-icon {
    background: rgba(240, 49, 103, 0.12);
    color: var(--footer-magenta);
}

.site-footer-contact-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(247, 245, 242, 0.4);
    margin-bottom: 2px;
}

/* Copyright bar — full width, subtle ivory */
.site-copyright-bar {
    width: 100%;
    background: var(--footer-ivory, #F7F5F2);
    border-top: 1px solid rgba(30, 45, 79, 0.08);
    padding: 16px 0;
}

.site-copyright {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 400px) {
    .site-copyright {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .site-copyright {
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 16px;
    }
}

.site-copyright-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 400px) {
    .site-copyright-links {
        justify-content: flex-start;
    }
}

.site-copyright-links a {
    color: #1E2D4F;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}

.site-copyright-links a:hover {
    color: #F03167;
}

.site-copyright-social {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

@media (min-width: 1024px) {
    .site-copyright-social {
        display: flex;
    }
}

.site-copyright-social a {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #1E2D4F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    transition: background 0.2s;
}

.site-copyright-social a:hover {
    background: #F03167;
}

.site-copyright-text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #1E2D4F;
    opacity: 0.65;
    text-align: center;
}

@media (min-width: 400px) {
    .site-copyright-text {
        justify-content: flex-end;
        text-align: right;
    }
}

.site-copyright-text a {
    color: #1E2D4F;
    text-decoration: none;
}

.site-copyright-text a:hover {
    color: #F03167;
}
