/* ============================================
   Footer — Dark High-Contrast Professional Design
   ============================================ */

.site-footer {
    background-color: #0c0d10;
    padding: var(--space-4xl) 0 0;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
    gap: var(--space-3xl);
    padding-bottom: var(--space-3xl);
}

.footer-col .footer-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

/* Brand */
.footer-logo {
    height: 75px;
    width: auto;
    margin-bottom: 0.8rem;
}

.footer-tagline {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
    margin-bottom: 1.2rem;
    max-width: 280px;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.08);
    color: var(--color-white);
    transition: all var(--transition-base);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-social a:hover {
    background-color: var(--color-primary);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(243, 112, 33, 0.35);
}

.footer-social a svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
}

/* Links */
.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.72);
    transition: all var(--transition-fast);
    display: inline-block;
}

.footer-links li a:hover {
    color: var(--color-primary);
    transform: translateX(4px);
}

/* Contact */
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 0.9rem;
}

.footer-contact li svg {
    width: 18px;
    height: 18px;
    fill: var(--color-primary);
    flex-shrink: 0;
    margin-top: 3px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact li a:hover {
    color: var(--color-primary);
}

.footer-contact li span {
    color: rgba(255, 255, 255, 0.75);
}

/* Hours */
.footer-hours p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 12px;
    line-height: 1.5;
}

.footer-hours strong {
    color: var(--color-white);
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.footer-hours span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
}

/* Copyright */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}
