/* =====================================================
   Ofis Möble — Footer Styles (Luxury Light Refresh)
   ===================================================== */

.footer {
    position: relative;
    overflow: hidden;
    color: #f6f2eb;
    padding: clamp(1.35rem, 2.8vw, 2rem) 0 clamp(0.9rem, 2vw, 1.25rem);
    background:
        radial-gradient(circle at 10% -10%, rgba(200, 164, 92, 0.26), transparent 40%),
        radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(145deg, #11100f 0%, #1b1815 46%, #26211d 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(200, 164, 92, 0.75) 50%, transparent 100%);
}

.footer-grid, .footer__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1.5rem, 3vw, 3rem);
    margin-bottom: clamp(0.6rem, 1.4vw, 1rem);
}

.footer-brand, .footer__brand {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-logo, .footer__logo {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 0.85rem;
    color: #fefbf4;
    text-decoration: none;
}

.footer-logo span, .footer__logo span {
    color: #d7b574;
    font-weight: 500;
}

.footer-brand-image {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
    object-fit: cover;
}

.footer-desc, .footer__desc {
    color: rgba(246, 242, 235, 0.72);
    font-size: 0.93rem;
    line-height: 1.85;
    max-width: 440px;
    margin: 0;
}

.footer-social, .footer__social {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

/* Temel sosyal medya butonu */
.social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgba(246, 242, 235, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
    flex-shrink: 0;
}

.social-btn:hover {
    transform: translateY(-3px);
}

/* Instagram — mor-turuncu gradient */
.social-btn--instagram:hover {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 20px rgba(220, 39, 67, 0.45);
}

/* YouTube — kırmızı */
.social-btn--youtube:hover {
    background: #ff0000;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.4);
}

/* Twitter / X — koyu */
.social-btn--twitter:hover {
    background: #000;
    border-color: #333;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

/* Facebook — mavi */
.social-btn--facebook:hover {
    background: #1877f2;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.45);
}

/* LinkedIn — koyu mavi */
.social-btn--linkedin:hover {
    background: #0a66c2;
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 20px rgba(10, 102, 194, 0.45);
}

.footer__grid > div > h4, .footer-nav h4, .footer-contact h4, .footer__heading {
    margin: 0 0 1rem;
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 2vw, 1.45rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fdf9f0;
}

.footer__grid > div > ul, .footer-nav ul, .footer-contact ul, .footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__grid > div > ul li, .footer-nav li, .footer-contact li {
    margin-bottom: 0.66rem;
}

.footer__grid > div > ul a, .footer-nav a, .footer-contact a {
    color: rgba(246, 242, 235, 0.72);
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color var(--transition-fast), border-color var(--transition-fast);
}

.footer__grid > div > ul a:hover, .footer-nav a:hover, .footer-contact a:hover {
    color: #fbe3b1;
    border-bottom-color: rgba(200, 164, 92, 0.48);
}

.footer-address {
    margin-top: 0.7rem;
    color: rgba(246, 242, 235, 0.56);
    line-height: 1.7;
    font-size: 0.88rem;
}

.footer-bottom, .footer__bottom {
    position: relative;
    z-index: 1;
    margin-top: 0.4rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(246, 242, 235, 0.6);
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-legal, .footer__bottom-inner > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.1rem;
}

.footer-legal a, .footer__bottom-inner > div > a {
    text-decoration: none;
    color: rgba(246, 242, 235, 0.7);
    transition: color var(--transition-fast);
}

.footer-legal a:hover, .footer__bottom-inner > div > a:hover {
    color: #fbe3b1;
}

@media (max-width: 1024px) {
    .footer-grid, .footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 3.2rem;
    }

    .footer-grid, .footer__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.6rem;
    }

    .footer-bottom, .footer__bottom {
        flex-direction: column;
        text-align: center;
    }
}
