/* ===================== CMDFW FOOTER STYLES ===================== */
.cmdfw-home-social-band, .cmdfw-home-social-band *,
.cmdfw-home-footer, .cmdfw-home-footer * { box-sizing: border-box; }

.cmdfw-home-social-band, .cmdfw-home-footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

.cmdfw-home-social-band {
  background: #4A1B0C; padding: 3rem 2rem; position: relative;
  background-size: cover; background-position: center; background-blend-mode: multiply;
}
.cmdfw-home-social-band::before {
  content: ""; position: absolute; inset: 0;
  background: rgba(74, 27, 12, 0.35); z-index: 1;
}
.cmdfw-home-social-band-inner {
  max-width: 1100px; margin: 0 auto; display: flex;
  justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1.5rem; position: relative; z-index: 2;
}
.cmdfw-home-social-logo { display: flex; align-items: center; gap: 14px; }
.cmdfw-home-social-logo-mark {
  width: 52px; height: 52px; border-radius: 50%;
  background: #FAC775; color: #4A1B0C; display: flex;
  align-items: center; justify-content: center;
  font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; font-weight: 500;
}
.cmdfw-home-social-logo-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #FAEEDA; font-size: 22px; font-weight: 500; line-height: 1.1;
}
.cmdfw-home-social-logo-sub {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11px; color: #FAC775; letter-spacing: 0.12em;
  text-transform: uppercase; display: block; margin-top: 4px; font-weight: 500;
}
.cmdfw-home-social-icons { display: flex; gap: 14px; }
.cmdfw-home-social-icons a {
  width: 42px; height: 42px; border-radius: 50%;
  background: #FAC775; color: #4A1B0C !important; display: flex;
  align-items: center; justify-content: center; text-decoration: none; transition: background 0.2s;
}
.cmdfw-home-social-icons a:hover { background: #f0b855; }
.cmdfw-home-social-icons svg { width: 20px; height: 20px; }

.cmdfw-home-footer { background: #2C2C2A; color: #F5C4B3; padding: 3rem 2rem 1.5rem; }
.cmdfw-home-footer-inner { max-width: 1100px; margin: 0 auto; }
.cmdfw-home-footer-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-bottom: 2rem;
}
.cmdfw-home-footer h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 16px; color: #FAC775; margin: 0 0 1rem; font-weight: 500;
}
.cmdfw-home-footer p, .cmdfw-home-footer a {
  font-size: 13px; color: #F5C4B3 !important; line-height: 1.7;
  margin: 0 0 8px; text-decoration: none; display: block;
}
.cmdfw-home-footer a:hover { color: #FAC775 !important; }
.cmdfw-home-footer-meta {
  text-align: center; border-top: 0.5px solid #712B13;
  padding-top: 1.25rem; font-size: 12px; color: #BA7517;
}

.cmdfw-home-footer-soon {
  display: inline-block; font-size: 10px; letter-spacing: 0.08em;
  text-transform: uppercase; color: #4A1B0C; background: #BA7517;
  padding: 1px 8px; border-radius: 10px; margin-top: 4px; font-weight: 600;
}

@media (max-width: 640px) {
  .cmdfw-home-social-band { padding: 2rem 1.5rem; }
  .cmdfw-home-social-band-inner { flex-direction: column; gap: 1rem; }
  .cmdfw-home-social-logo-text { font-size: 18px; }
  .cmdfw-home-footer { padding: 2rem 1.5rem 1rem; }
  .cmdfw-home-footer-grid { grid-template-columns: 1fr 1fr; gap: 1.75rem 1.25rem; }
  .cmdfw-home-footer-grid > div:first-child { grid-column: 1 / -1; }
}