/* Footer V2 DESKTOP ONLY. Mobile/tablet rules live in footer-mobile.css. */
@media (min-width:901px){
  .site-footer{
    background:var(--proto-bg-alt,#f4f0e8);
    border-top:1px solid var(--proto-line,#e4ded1);
    margin-top:48px;
  }

  .site-footer .footer-brand-band{
    display:grid!important;
    grid-template-columns:minmax(250px,360px) minmax(0,620px)!important;
    align-items:center!important;
    gap:32px 56px!important;
    padding:44px 64px 34px!important;
    border-bottom:1px solid var(--proto-line-strong,#d8d0bd)!important;
  }
  .site-footer .footer-brand-band > *{min-width:0}

  .site-footer .footer-top{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:34px 56px!important;
    padding:34px 64px 38px!important;
    align-items:start;
  }
  .site-footer .footer-top > div{min-width:0}
  .site-footer .footer-top > div:first-child{
    grid-column:auto!important;
    display:block!important;
    padding-bottom:0!important;
    border-bottom:0!important;
  }

  .site-footer .footer-logo{margin:0;align-self:center}
  .site-footer .brand-logo-footer{
    width:min(330px,100%)!important;
    max-width:100%!important;
    height:auto!important;
  }
  .site-footer .footer-intro{
    margin:0!important;
    max-width:620px;
    font-size:.9rem!important;
    line-height:1.7!important;
    color:var(--proto-ink-soft,#4a463f)!important;
  }

  .site-footer .footer-top h4{
    margin:0 0 16px!important;
    font-size:.76rem!important;
    font-weight:700!important;
    letter-spacing:.11em!important;
    text-transform:uppercase;
    color:var(--proto-ink,#201d18)!important;
  }
  .site-footer .footer-top ul{margin:0!important;padding:0!important;list-style:none!important}
  .site-footer .footer-top li{margin:0 0 9px!important;min-width:0}
  .site-footer .footer-top li:last-child{margin-bottom:0!important}
  .site-footer .footer-top ul a,
  .site-footer .footer-top ul span{
    display:inline-block;
    max-width:100%;
    font-size:.86rem!important;
    line-height:1.48!important;
    color:var(--proto-ink-soft,#4a463f)!important;
    overflow-wrap:anywhere;
  }
  .site-footer .footer-top ul a:hover{color:var(--proto-accent,#b9772f)!important}

  .site-footer .footer-bottom{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center!important;
    gap:18px 32px!important;
    padding:20px 64px 24px!important;
    border-top:1px solid var(--proto-line-strong,#d8d0bd)!important;
    text-align:left!important;
  }
  .site-footer .footer-social{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    flex-wrap:wrap!important;
  }
  .site-footer .footer-social a{
    width:34px!important;
    height:34px!important;
    flex:0 0 34px;
  }
  .site-footer .footer-payment-badges{
    width:220px!important;
    max-width:100%!important;
    height:auto!important;
    margin-left:8px!important;
    object-fit:contain!important;
  }
}
