/* ===== FOOTER ===== */
    footer {
      background: var(--maroon-d); color: #ccc; padding: 3rem 2rem 1.5rem;
    }
    .footer-img {
      width: 250px; height: 80px; border-radius: 80%;
      object-fit: cover; display: block;
    }
    .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; max-width: 1000px; margin: 0 auto; }
    .footer-brand-text {
      font-family: 'Playfair Display', serif; font-style: italic;
      color: var(--pink-soft); font-size: 1.5rem;
    }
    .footer-by { font-size: .78rem; color: #a07070; margin-bottom: .8rem; }
    .footer-desc { font-size: .82rem; color: #a07070; line-height: 1.7; }
    .footer-heading { font-weight: 600; color: var(--pink-soft); margin-bottom: 1rem; font-size: .9rem; }
    .footer-links { list-style: none; }
    .footer-links li { margin-bottom: .4rem; }
    .footer-links a { text-decoration: none; color: #a07070; font-size: .83rem; transition: color .2s; }
    .footer-links a:hover { color: var(--pink-soft); }
    .footer-social { display: flex; gap: 1rem; margin-top: .4rem; }
    .footer-social a { color: #a07070; font-size: 1.4rem; transition: color .2s; }
    .footer-social a:hover { color: var(--pink-soft); }
    .footer-bottom { text-align: center; color: #7a5050; font-size: .8rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #5a1a1a; max-width: 1000px; margin-left: auto; margin-right: auto; }
