/* Final compact footer overrides; loaded last on every page. */
.premium-site-footer {
  --footer-gold: #c62b34 !important;
  --footer-gold-soft: rgba(198, 43, 52, .28) !important;
  --footer-cream: #2f2926 !important;
  margin-top: 28px !important;
  color: #302a27 !important;
  background: #fbf8f5 !important;
  border-top: 1px solid #eee5df !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.premium-site-footer::before {
  background: linear-gradient(180deg, rgba(255,255,255,.7), rgba(248,244,240,.55)) !important;
  opacity: 1 !important;
}
.premium-site-footer-inner { padding: 22px clamp(18px, 2.5vw, 36px) 0 !important; }
.premium-footer-main {
  grid-template-columns: minmax(190px, 1.25fr) repeat(3, minmax(135px, .78fr)) minmax(235px, 1.2fr) !important;
  gap: clamp(14px, 1.6vw, 26px) !important;
}
.premium-footer-col, .premium-footer-brand { min-height: 280px !important; }
.premium-footer-col { padding-left: clamp(12px, 1.4vw, 22px) !important; border-left-color: #e4ddd8 !important; }
.premium-footer-logo { width: min(200px, 76%) !important; max-height: 112px !important; margin: 0 auto 24px !important; filter: none !important; }
.premium-footer-since { margin: 2px 0 7px !important; font-size: .7rem !important; color: #bd222c !important; }
.premium-footer-copy { max-width: 245px !important; font-size: .76rem !important; line-height: 1.42 !important; color: #37312e !important; }
.premium-footer-bakery-art { display: none !important; }
.premium-footer-heading { margin: 0 0 8px !important; font-size: .96rem !important; color: #bd222c !important; font-weight: 800 !important; }
.premium-footer-heading::after { width: 66px !important; height: 4px !important; margin-top: 3px !important; }
.premium-footer-list li { border-bottom-color: #e8e1dc !important; }
.premium-footer-link { min-height: 27px !important; gap: 6px !important; font-size: .74rem !important; color: #302a27 !important; }
.premium-footer-link:hover { color: #bd222c !important; }
.premium-footer-icon, .premium-footer-arrow { width: 21px !important; height: 21px !important; font-size: .8rem !important; }
.premium-footer-icon.material-symbols-outlined,
.premium-footer-arrow,
.premium-contact-icon { color: #c62b34 !important; border-color: #d86a71 !important; box-shadow: none !important; }
.premium-contact-list { gap: 8px !important; margin-top: 8px !important; }
.premium-contact-item {
  grid-template-columns: 36px minmax(0, 1fr) !important;
  gap: 10px !important;
  padding-bottom: 7px !important;
  font-size: .72rem !important;
  line-height: 1.25 !important;
  color: #302a27 !important;
  border-bottom-color: #e8e1dc !important;
}
.premium-contact-icon,
.premium-contact-icon.material-symbols-outlined {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: start !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1 !important;
  text-align: center !important;
  border-radius: 50% !important;
}
a.premium-contact-item,
a.premium-contact-item > span:not(.premium-contact-icon) {
  color: #302a27 !important;
}
.premium-customer-care { margin-top: 10px !important; padding-top: 6px !important; }
.premium-customer-row { gap: 7px !important; font-size: .86rem !important; color: #302a27 !important; }
.premium-customer-note { margin: 4px 0 1px !important; font-size: .68rem !important; color: #4d4541 !important; }
.premium-hours { font-size: .66rem !important; color: #bd222c !important; }
.premium-love-note, .premium-footer-badges { display: none !important; }
.premium-footer-bottom {
  min-height: 0 !important;
  padding: 9px clamp(18px, 2.5vw, 36px) !important;
  gap: 10px !important;
  font-size: .68rem !important;
  line-height: 1.25 !important;
  background: #b7202a !important;
  border-top: 0 !important;
  color: #fff !important;
}
.premium-footer-bottom a,
.premium-footer-tagline,
.premium-footer-bottom > * { color: #fff !important; }
@media (max-width: 1180px) {
  .premium-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .premium-footer-col, .premium-footer-brand { min-height: 0 !important; }
}
@media (max-width: 680px) {
  .premium-site-footer { margin-top: 22px !important; }
  .premium-site-footer-inner { padding: 20px 15px 0 !important; }
  .premium-footer-main { grid-template-columns: 1fr !important; gap: 10px !important; }
  .premium-footer-brand { padding-bottom: 8px !important; }
  .premium-footer-col { padding: 11px 0 0 !important; }
  .premium-footer-logo { width: min(170px, 60%) !important; max-height: 94px !important; margin-bottom: 20px !important; }
  .premium-footer-copy { max-width: 285px !important; }
  .premium-footer-bottom { padding: 9px 14px !important; flex-direction: row !important; flex-wrap: wrap !important; justify-content: center !important; text-align: center !important; }
}
