/* FOOTER */
footer {
  background: var(--dark); color: rgba(255,255,255,0.5);
  padding: 4rem 2.5rem 2.5rem;
}
.footer-inner {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; max-width: var(--max); margin: 0 auto 2.5rem;
}
.footer-logo { font-family: var(--ff-display); font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 0.8rem; }
.footer-logo em { font-style: italic; color: var(--coral); }
.footer-brand p { font-size: 0.88rem; line-height: 1.68; max-width: 270px; }
.footer-col h4 { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.55rem; }
.footer-col a { font-size: 0.86rem; color: rgba(255,255,255,0.44); transition: color 0.2s; }
.footer-col a:hover { color: var(--blush); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; font-size: 0.76rem; text-align: center; max-width: var(--max); margin: 0 auto; line-height: 1.7; }
