/* ===========================================================
   TMT Framework
   Component: Footer
   Status: Frozen
   Version: 1.0 RC
   =========================================================== */

/* ===========================================================
   TMT Footer CSS
   SiteLock / copyright footer layout only.
   Split from tmt-footer.css in Phase 4B.
   =========================================================== */

/* ===========================================================
   TMT footer SiteLock/copyright stacked centered rows
   =========================================================== */

/* Force Sinatra copyright bar widget area to span full width and center */
.site-footer .si-copyright,
.site-footer .si-copyright-widget,
.site-footer .si-copyright-widget__text,
.site-footer [class*="copyright"]{
  text-align:center !important;
}

.site-footer .si-copyright-widget,
.site-footer .si-copyright-widget__text{
  width:100% !important;
  max-width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* If Sinatra puts copyright widget into Start/End grid column, make it full row */
.site-footer .footer-copyright,
.site-footer .copyright-bar,
.site-footer .si-copyright,
.site-footer .si-copyright .container,
.site-footer .si-copyright-widget,
.site-footer .si-copyright-widget__text{
  grid-column:1 / -1 !important;
  justify-self:center !important;
  align-self:center !important;
}

/* Our final two-row structure */
.tmt-footer-stack{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 auto !important;
  text-align:center !important;
}

.tmt-footer-copyright-row{
  display:block !important;
  width:100% !important;
  text-align:center !important;
  margin:0 auto !important;
  line-height:1.35 !important;
}

@media (max-width:768px){
  .tmt-footer-copyright-row{
    white-space:normal !important;
    font-size:clamp(10px,2.6vw,12px) !important;
  }
}

/* ===========================================================
   TMT Footer Widget Layout
   Moved from tmt-core.css in Phase 6E.
   Structural move only, plus wider center column to prevent
   social icons clipping at tablet-ish widths.
   =========================================================== */

.site-footer .footer-widgets,
.site-footer .footer-widgets-wrap,
.site-footer .widgets-area,
.site-footer .widget-area.footer,
.site-footer .footer-widgets .container{
  display:grid;
  grid-template-columns:1fr minmax(360px, auto) 1fr;
  align-items:center;
  column-gap:2rem;
}

.site-footer .widget,
.site-footer .widget *:last-child{
  margin-bottom:0 !important;
}

.site-footer .widget p{
  margin:.15rem 0;
  line-height:1.35;
}

.site-footer .widget .social,
.site-footer .widget .social-icons,
.site-footer .widget .menu-social,
.site-footer .widget .menu-social-container,
.site-footer .widget .wp-block-social-links{
  display:flex;
  align-items:center;
  gap:.5rem;
  flex-wrap:wrap;
}

.site-footer .wp-block-social-link__link,
.site-footer .social a{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.site-footer,
.site-footer .footer-inner,
.site-footer .footer-widgets{
  padding-top:14px !important;
  padding-bottom:14px !important;
}

@media (max-width:1024px){
  .site-footer .footer-widgets,
  .site-footer .footer-widgets-wrap,
  .site-footer .widgets-area,
  .site-footer .widget-area.footer,
  .site-footer .footer-widgets .container{
    grid-template-columns:1fr;
    row-gap:1rem;
    text-align:center;
  }

  .site-footer .widget .social,
  .site-footer .widget .social-icons,
  .site-footer .widget .menu-social,
  .site-footer .widget .menu-social-container,
  .site-footer .widget .wp-block-social-links{
    justify-content:center;
  }
}

@media (max-width:768px){
  .site-footer .footer-widgets,
  .site-footer .footer-widgets-wrap,
  .site-footer .widgets-area,
  .site-footer .widget-area.footer{
    grid-template-columns:1fr;
    row-gap:.75rem;
    text-align:center;
  }
}


/* ===========================================================
   TMT Footer 1.0 — no external trust badge
   =========================================================== */
.tmt-footer-stack{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  text-align:center!important;
}

.tmt-footer-copyright-row{
  display:block!important;
  width:100%!important;
  text-align:center!important;
  margin:0 auto!important;
  line-height:1.35!important;
}
