.site-footer{
  background:var(--footer-bg,#000);
  color:var(--footer-text,#fff);
  padding:52px 4.7vw 28px;
}
.footer-inner{
  width:min(1200px,100%);
  margin:0 auto;
}
.footer-reference-layout{
  display:block;
}
.footer-top-rule{
  width:100%;
  border-top:1px solid color-mix(in srgb,var(--footer-text,#fff) 42%,transparent);
}
.footer-copyright-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  padding-top:8px;
  font:400 10px/1.35 Roboto,sans-serif;
  color:var(--footer-text,#fff);
}
.footer-copyright{
  white-space:nowrap;
}
.footer-reference-main{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.95fr);
  gap:48px;
  align-items:center;
  min-height:105px;
  padding-top:8px;
}
.footer-reference-left{
  display:flex;
  align-items:center;
  gap:22px;
  min-width:0;
}
.footer-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.footer-logo img{
  display:block;
  width:auto;
  max-width:76px;
  max-height:76px;
  object-fit:contain;
}
.footer-reference-contact{
  display:grid;
  gap:7px;
  min-width:0;
  font:600 12px/1.25 Roboto,sans-serif;
  color:var(--footer-text,#fff);
}
.footer-contact-line{
  display:flex;
  align-items:flex-start;
  gap:5px;
  min-width:0;
}
.footer-contact-line strong{
  color:var(--footer-heading,#fff);
  font-weight:700;
  white-space:nowrap;
}
.footer-contact-line span,
.footer-contact-line a{
  color:var(--footer-text,#fff);
  text-decoration:none;
}
.footer-contact-line a:hover,
.footer-contact-line a:focus-visible{
  color:var(--footer-accent,#fff);
}
.footer-reference-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  gap:42px;
  min-width:0;
}
.footer-socials{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:9px;
}
/* v3.8.4 — footer icons share the navbar social-icon geometry. */
.footer-reference-socials .social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  box-sizing:border-box;
  border:1px solid rgba(255,255,255,.8);
  border-radius:50%;
  color:var(--footer-accent,#fff);
  opacity:.9;
  text-decoration:none;
  transition:opacity .2s ease,background-color .2s ease,transform .2s ease;
}
.footer-reference-socials .social-icon:hover,
.footer-reference-socials .social-icon:focus-visible{
  opacity:1;
  background:rgba(255,255,255,.12);
  transform:translateY(-1px);
  outline:none;
}
.footer-reference-socials .social-icon svg{
  width:15px;
  height:15px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-reference-socials .social-facebook svg,
.footer-reference-socials .social-linkedin svg,
.footer-reference-socials .social-youtube svg,
.footer-reference-socials .social-tiktok svg{
  fill:currentColor;
  stroke:none;
}
.footer-reference-socials .social-instagram .svg-fill{
  fill:currentColor;
  stroke:none;
}
.footer-social-heading{
  margin:0;
  color:var(--footer-heading,#fff);
  font:700 21px/1 Oswald,sans-serif;
  text-transform:uppercase;
  text-align:right;
}
.footer-legal{
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:14px;
}
.footer-legal a{
  color:var(--footer-text,#fff);
  text-decoration:none;
}
.footer-legal a:hover,
.footer-legal a:focus-visible{
  color:var(--footer-accent,#fff);
}
.footer-tagline{
  margin:0;
}
/* Legacy layout classes remain harmless so existing WMS layout values continue to load. */
.footer-layout-two-column .footer-reference-main,
.footer-layout-four-column .footer-reference-main{
  grid-template-columns:minmax(0,1fr) minmax(340px,.95fr);
}
.footer-layout-centered .footer-reference-main{
  grid-template-columns:1fr;
  text-align:center;
}
.footer-layout-centered .footer-reference-left{
  justify-content:center;
}
.footer-layout-centered .footer-reference-right{
  align-items:center;
  gap:24px;
}
.footer-layout-centered .footer-socials{
  justify-content:center;
}
.footer-layout-centered .footer-social-heading{
  text-align:center;
}
@media(max-width:960px){
  .site-footer{padding-left:32px;padding-right:32px}
  .footer-reference-main{grid-template-columns:1fr;gap:28px}
  .footer-reference-right{align-items:flex-start;gap:18px}
  .footer-socials{justify-content:flex-start}
  .footer-social-heading{text-align:left}
  .footer-copyright-row{flex-direction:column;gap:10px}
  .footer-legal{justify-content:flex-start}
}
@media(max-width:620px){
  .site-footer{padding:36px 24px 24px}
  .footer-reference-left{align-items:flex-start;gap:16px}
  .footer-logo img{max-width:64px;max-height:64px}
  .footer-reference-contact{font-size:11px}
  .footer-contact-line{flex-wrap:wrap}
  .footer-social-heading{font-size:18px}
  .footer-copyright{white-space:normal}
}

/* v3.8.6 — WMS-selectable footer icon images. */
.footer-reference-socials .social-icon .wms-custom-social-icon{display:block;width:15px;height:15px;max-width:15px;max-height:15px;object-fit:contain}
