
/* Edge & Bloom — shared launch footer v2
   Source of truth: homepage footer styling. Loaded last on every page. */
footer {
  background:#F8F3ED !important;
  color:#7A7068 !important;
  padding:3.5rem !important;
  border-top:0.5px solid rgba(43,43,43,0.08) !important;
}
footer .footer-inner {
  max-width:1200px !important;
  margin:0 auto 2.5rem auto !important;
  display:grid !important;
  grid-template-columns:1.2fr 1fr 1fr !important;
  gap:3rem !important;
  padding:0 !important;
}
footer .footer-logo {
  font-family:"Playfair Display",serif !important;
  color:#2B2B2B !important;
  font-size:1rem !important;
  margin-bottom:0.7rem !important;
}
footer .footer-brand p {
  font-size:0.85rem !important;
  line-height:1.7 !important;
  max-width:220px !important;
  color:#7A7068 !important;
}
footer .footer-nav h4,
footer .footer-contact h4 {
  font-size:0.68rem !important;
  letter-spacing:0.1em !important;
  text-transform:uppercase !important;
  color:#B5633A !important;
  margin-bottom:0.9rem !important;
  font-weight:400 !important;
}
footer .footer-nav ul {
  list-style:none !important;
  display:flex !important;
  flex-direction:column !important;
  gap:0.45rem !important;
  margin:0 !important;
  padding:0 !important;
}
footer .footer-nav ul a {
  font-size:0.88rem !important;
  color:#2B2B2B !important;
  font-weight:500 !important;
  transition:color 0.2s !important;
  cursor:pointer !important;
}
footer .footer-nav ul a:hover { color:#B5633A !important; }
footer .footer-contact p {
  font-size:0.84rem !important;
  line-height:1.8 !important;
  color:#7A7068 !important;
}
footer .footer-contact a {
  color:#B5633A !important;
  font-size:inherit !important;
  transition:color 0.2s !important;
}
footer .footer-contact a:hover { color:#2B2B2B !important; }
footer .footer-bottom {
  border-top:0.5px solid rgba(43,43,43,0.08) !important;
  padding-top:1.8rem !important;
  max-width:1200px !important;
  margin:0 auto !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  font-size:0.74rem !important;
  color:#7A7068 !important;
  flex-wrap:nowrap !important;
  gap:0 !important;
}
@media (max-width:1024px) {
  footer { padding:3.5rem 1.5rem !important; }
  footer .footer-inner {
    grid-template-columns:1fr !important;
    gap:1.8rem !important;
  }
  footer .footer-bottom {
    flex-direction:column !important;
    gap:0.5rem !important;
    text-align:center !important;
  }
}
