/* MICP Estrutural 1.0 - footer */
.site-footer{background:#fbf8f3;color:#181716}
.contact-band{display:grid;grid-template-columns:1.45fr .75fr .85fr auto;gap:14px;align-items:center;padding:12px 6vw;border-top:1px solid #ded2c3;border-bottom:1px solid #ded2c3}
.contact-question{display:flex;gap:12px;align-items:center;font-family:var(--serif);font-size:14px;line-height:1.04;color:#181716}
.contact-question strong{display:flex;flex-direction:column;font-family:var(--serif);font-size:14px;line-height:1.04;font-weight:400}
.mail-icon{width:40px;height:40px;border:1px solid var(--gold);border-radius:50%;display:inline-grid;place-items:center;flex:0 0 auto}
.mail-icon:before{content:'✉';color:var(--gold);font-size:19px;line-height:1}
.mail-icon.small{width:26px;height:26px;border:0}
.mail-icon.small:before{font-size:15px}
.contact-line{display:flex;align-items:center;gap:8px;font-size:12px;color:#181716}
.whatsapp-svg{width:18px;height:18px;display:block;filter:none}
.site-footer .btn.primary{background:var(--wine);color:#fff}
.footer-base{background:#161515;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:10px 6vw}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand span{font-family:var(--serif);font-size:30px;letter-spacing:.08em;color:#fff}
.footer-brand small{font-size:8px;line-height:1.18;letter-spacing:0;color:#fff}
.footer-base p{font-size:10px;margin:0;color:#e8dfd6}

@media(max-width:980px){
  .contact-band{grid-template-columns:1fr!important;text-align:center;justify-items:center;gap:12px;}
  .footer-base{display:block;text-align:center;}
  .footer-brand{justify-content:center;margin-bottom:10px;}
}
@media(max-width:620px){
  .contact-question strong{font-size:18px;}
  .footer-brand span{font-size:30px;}
}

