/* FOOTER */
footer { background: var(--deep); padding: 4rem 3rem 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(246,242,237,0.08); }
.footer-logo { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 400; letter-spacing: 0.15em; color: var(--ivory); margin-bottom: 0.8rem; }
.footer-about { font-size: 0.72rem; line-height: 1.9; color: rgba(246,242,237,0.3); max-width: 210px; }
.footer-head { font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.65rem; }
.footer-col ul a { font-size: 0.75rem; color: rgba(246,242,237,0.35); text-decoration: none; letter-spacing: 0.04em; transition: color 0.3s; }
.footer-col ul a:hover { color: var(--ivory); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; }
.footer-copy { font-size: 0.65rem; color: rgba(246,242,237,0.2); letter-spacing: 0.04em; }
.footer-socials { display: flex; gap: 1.5rem; }
.footer-socials a { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(246,242,237,0.25); text-decoration: none; transition: color 0.3s; }
.footer-socials a:hover { color: var(--coral); }