/* =========================================================
   My Obscure Designs — footer
   ========================================================= */

html body .site-footer,
html body footer#colophon,
html body .site-info {
  background: #140f0b !important;
  color: var(--mod-cream, #f2e1cf) !important;
  border-top: 1px solid rgba(184, 149, 106, .28) !important;
}
html body .site-footer a,
html body .site-info a {
  color: var(--mod-cream, #f2e1cf) !important;
}

html body .site-footer > .col-full {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Explore / Help / Legal columns */
.footer-widgets.row-1,
.footer-widgets.col-3,
.footer-widgets {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2rem !important;
  max-width: var(--mod-shop-max, 1120px) !important;
  margin: 0 auto !important;
  padding: 2.25rem var(--mod-gutter, 1.25rem) 1.25rem !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #140f0b !important;
  border-top: 0 !important;
}
.footer-widgets::before,
.footer-widgets::after {
  display: none !important;
  content: none !important;
  clear: none !important;
}
.footer-widgets .block,
.footer-widgets .footer-widget-1,
.footer-widgets .footer-widget-2,
.footer-widgets .footer-widget-3 {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: none !important;
  display: block !important;
}
.footer-widgets .footer-widget-4 { display: none !important; }

.footer-widgets .widget {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.footer-widgets .widget-title,
.footer-widgets .gamma.widget-title {
  display: block !important;
  color: var(--mod-gold, #b8956a) !important;
  font-family: var(--mod-font-ui, system-ui, sans-serif) !important;
  font-size: .78rem !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  margin: 0 0 .85rem !important;
  border: 0 !important;
  padding: 0 !important;
}
.footer-widgets a { color: var(--mod-cream, #f2e1cf) !important; text-decoration: none !important; }
.footer-widgets a:hover { color: var(--mod-cream-bright, #fff5e1) !important; }
.footer-widgets ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-widgets li {
  margin: 0 0 .45rem !important;
  border: 0 !important;
  padding: 0 !important;
  line-height: 1.9 !important;
}
.footer-widgets .textwidget p {
  margin: .85rem 0 0 !important;
  font-size: .85rem !important;
  opacity: .85;
  color: var(--mod-cream, #f2e1cf) !important;
}

/* Brand credit */
.mod-site-info,
.site-info.mod-site-info {
  text-align: center !important;
  padding: 1.75rem var(--mod-gutter, 1.25rem) 1.75rem !important;
  color: var(--mod-cream, #f2e1cf) !important;
  font-family: var(--mod-font-ui, system-ui, sans-serif) !important;
  font-size: .9rem !important;
  border-top: 1px solid rgba(184, 149, 106, .18) !important;
  max-width: var(--mod-shop-max, 1120px) !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  background: transparent !important;
}
.mod-site-info .mod-footer-logo {
  display: inline-block !important;
  margin: 0 0 1rem !important;
  line-height: 0 !important;
  border: 0 !important;
  text-decoration: none !important;
}
.mod-site-info .mod-footer-logo img {
  width: 88px !important;
  height: 88px !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  opacity: .95;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
  transition: filter .2s ease, opacity .2s ease;
}
.mod-site-info .mod-footer-logo:hover img {
  opacity: 1;
  filter: drop-shadow(0 8px 22px rgba(184, 149, 106, .25));
}
.mod-site-info-copy a {
  color: var(--mod-gold-bright, #d4b483) !important;
  text-decoration: none !important;
}
/* credit line keeps gold accents; widget columns use cream */
.mod-site-info-copy a:hover {
  color: var(--mod-cream-bright, #fff5e1) !important;
}

@media (max-width: 800px) {
  .footer-widgets.row-1,
  .footer-widgets.col-3,
  .footer-widgets {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 1.75rem var(--mod-gutter, 1.15rem) 1rem !important;
  }
  .mod-site-info,
  .site-info.mod-site-info {
    padding: 1.5rem var(--mod-gutter, 1.15rem) 1.5rem !important;
  }
}

/* ===== Kadence footer builder ===== */
html body #colophon,
html body .site-footer,
html body .site-middle-footer-wrap,
html body .site-bottom-footer-wrap,
html body .site-top-footer-wrap,
html body .site-footer-wrap,
html body .site-footer-row-container,
html body .site-footer-row-container-inner {
  background: #140f0b !important;
  color: var(--mod-cream, #f2e1cf) !important;
  border-color: rgba(184, 149, 106, .28) !important;
  box-shadow: none !important;
}
html body #colophon {
  border-top: 1px solid rgba(184, 149, 106, .28) !important;
}

/* Middle row = Explore / Help / Legal widgets */
html body .site-middle-footer-wrap .site-footer-row,
html body .site-middle-footer-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2rem !important;
  max-width: var(--mod-shop-max, 1120px) !important;
  margin: 0 auto !important;
  padding: 2.25rem var(--mod-gutter, 1.25rem) 1.25rem !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #140f0b !important;
}
html body .site-middle-footer-wrap .site-footer-section,
html body .site-middle-footer-inner-wrap > .site-footer-section {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body #colophon .widget,
html body .site-footer .widget {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
html body #colophon .widget-title,
html body .site-footer .widget-title {
  display: block !important;
  color: var(--mod-gold, #b8956a) !important;
  font-family: var(--mod-font-ui, system-ui, sans-serif) !important;
  font-size: .78rem !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  margin: 0 0 .85rem !important;
  border: 0 !important;
  padding: 0 !important;
}
html body #colophon a,
html body .site-footer a {
  color: var(--mod-cream, #f2e1cf) !important;
  text-decoration: none !important;
}
html body #colophon a:hover,
html body .site-footer a:hover {
  color: var(--mod-cream-bright, #fff5e1) !important;
}
html body #colophon ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body #colophon li {
  margin: 0 0 .45rem !important;
  border: 0 !important;
  padding: 0 !important;
  line-height: 1.9 !important;
}

/* Bottom credit */
html body .site-bottom-footer-wrap .site-footer-row-container-inner,
html body .footer-html,
html body .footer-html-inner {
  background: transparent !important;
  text-align: center !important;
}
html body .footer-html-inner p {
  margin: 0 !important;
}
html body .footer-html .mod-site-info,
html body .site-bottom-footer-wrap .mod-site-info {
  border-top: 1px solid rgba(184, 149, 106, .18) !important;
}

@media (max-width: 800px) {
  html body .site-middle-footer-wrap .site-footer-row,
  html body .site-middle-footer-inner-wrap {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    padding: 1.75rem var(--mod-gutter, 1.15rem) 1rem !important;
  }
}


/* footer column chrome polish */
html body .site-middle-footer-wrap .widget,
html body .footer-widgets .widget {
  padding: .15rem 0 .25rem !important;
}
html body #colophon .widget-title::after,
html body .site-footer .widget-title::after,
html body .footer-widgets .widget-title::after {
  content: "" !important;
  display: block !important;
  width: 2.25rem !important;
  height: 1px !important;
  margin: .55rem 0 .7rem !important;
  background: rgba(184, 149, 106, .45) !important;
}
html body #colophon li a,
html body .footer-widgets li a {
  color: var(--mod-cream, #f2e1cf) !important;
  font-size: .92rem !important;
  letter-spacing: .01em !important;
}

/* ===== MOD footer cards 2.2.8 ===== */
html body .site-middle-footer-wrap .site-footer-row-container-inner {
  border-bottom: 1px solid rgba(184, 149, 106, .18) !important;
}
html body .site-middle-footer-wrap .site-container {
  max-width: 1120px !important;
  margin: 0 auto !important;
}
html body .site-middle-footer-inner-wrap {
  align-items: stretch !important;
  gap: 1.25rem !important;
  padding: 2.5rem clamp(1.15rem, 4vw, 1.5rem) 1.75rem !important;
}
html body .site-middle-footer-wrap .site-footer-section,
html body .site-middle-footer-wrap .footer-widget-area,
html body .site-middle-footer-wrap .footer-widget-area-inner {
  height: 100% !important;
}
html body .site-middle-footer-wrap .widget {
  height: 100% !important;
  box-sizing: border-box !important;
  padding: 1.35rem 1.25rem 1.25rem !important;
  border-radius: 16px !important;
  border: 1px solid rgba(184, 149, 106, .3) !important;
  background: linear-gradient(180deg, rgba(41, 60, 59, .42), rgba(20, 15, 11, .96)) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28) !important;
}
html body .site-middle-footer-wrap .widget-title {
  font-size: .72rem !important;
  letter-spacing: .18em !important;
  color: #b8956a !important;
}
html body .site-middle-footer-wrap .widget-title::after {
  width: 2rem !important;
  margin: .5rem 0 .85rem !important;
  background: rgba(184, 149, 106, .55) !important;
}
html body .site-middle-footer-wrap li {
  margin: 0 0 .35rem !important;
}
html body .site-middle-footer-wrap li a {
  display: inline-block !important;
  padding: .15rem 0 !important;
  color: #f2e1cf !important;
  font-size: .95rem !important;
}
html body .site-middle-footer-wrap li a:hover {
  color: #fff5e1 !important;
}
html body .site-middle-footer-wrap .textwidget p {
  margin: .9rem 0 0 !important;
  padding-top: .75rem !important;
  border-top: 1px solid rgba(184, 149, 106, .2) !important;
  color: #cbb59c !important;
  font-size: .82rem !important;
  line-height: 1.45 !important;
  opacity: 1 !important;
}
@media (max-width: 800px) {
  html body .site-middle-footer-inner-wrap {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding: 1.75rem 1.15rem 1.25rem !important;
  }
}

/* ===== MOD: force footer columns visible ===== */
html body #colophon .site-middle-footer-wrap,
html body #colophon .site-middle-footer-wrap .site-footer-row-container-inner,
html body #colophon .site-middle-footer-inner-wrap,
html body #colophon .site-footer-middle-section-1,
html body #colophon .site-footer-middle-section-2,
html body #colophon .site-footer-middle-section-3,
html body #colophon .footer-widget1,
html body #colophon .footer-widget2,
html body #colophon .footer-widget3,
html body #colophon .footer-widget-area,
html body #colophon .widget_custom_html {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
html body #colophon .site-middle-footer-inner-wrap.site-footer-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
  align-items: stretch !important;
  width: 100% !important;
}
html body #colophon .site-middle-footer-wrap .site-footer-section {
  display: block !important;
  min-width: 0 !important;
  width: auto !important;
}
@media (max-width: 800px) {
  html body #colophon .site-middle-footer-inner-wrap.site-footer-row {
    grid-template-columns: 1fr !important;
  }
}
