/* AeroWander shared footer — global layout alignment
   Layout/positioning follows the supplied reference index/CSS files.
   Existing ZIP footer outer width, margins and padding are retained. */

body[class] .site-footer.alt-footer{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border-top:1px solid #d6dde2 !important;
  background:#DDF4FF !important;
  background-color:#DDF4FF !important;
  color:#7f858b !important;
}

body[class] .site-footer.alt-footer .alt-footer-inner{
  position:relative !important;
  width:calc(100% - 20px) !important;
  max-width:none !important;
  min-height:246px !important;
  margin:0 auto !important;
  padding:18px 0 14px !important;
  display:grid !important;
  grid-template-columns:minmax(270px,.95fr) minmax(260px,1.08fr) minmax(260px,1.08fr) minmax(350px,1.25fr) !important;
  grid-template-rows:auto auto !important;
  column-gap:clamp(20px,1.8vw,34px) !important;
  row-gap:16px !important;
  align-items:start !important;
  background:#DDF4FF !important;
  background-color:#DDF4FF !important;
  box-sizing:border-box !important;
}

body[class] .site-footer.alt-footer .footer-left-panel{
  position:static !important;
  top:auto !important;
  left:auto !important;
  grid-column:1 !important;
  grid-row:1 !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:10px !important;
  justify-self:start !important;
  background:transparent !important;
}

body[class] .site-footer.alt-footer .footer-mark-link{
  display:block !important;
  height:auto !important;
  overflow:visible !important;
  color:inherit !important;
  text-decoration:none !important;
}

body[class] .site-footer.alt-footer .aw-wordmark--footer{
  display:inline-block !important;
  margin:0 !important;
  color:#9b9b9b !important;
  font-family:"Allura",cursive !important;
  font-size:clamp(45px,3.25vw,60px) !important;
  font-weight:400 !important;
  line-height:.84 !important;
  letter-spacing:0 !important;
  transform:none !important;
}

body[class] .site-footer.alt-footer .footer-legal-terms{
  width:100% !important;
  max-width:250px !important;
  margin:0 !important;
  color:#7f858b !important;
  font-family:"Montserrat",Arial,sans-serif !important;
  font-size:10px !important;
  line-height:1.38 !important;
}
body[class] .site-footer.alt-footer .footer-legal-terms p{margin:0 0 5px !important;}
body[class] .site-footer.alt-footer .footer-legal-terms ul{margin:0 !important;padding:0 !important;list-style:none !important;}

body[class] .site-footer.alt-footer .footer-signup-stack{
  display:contents !important;
}

body[class] .site-footer.alt-footer .footer-mini-form,
body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(1),
body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2){
  position:static !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  width:230px !important;
  max-width:230px !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  gap:7px !important;
  align-content:start !important;
  justify-self:start !important;
  background:transparent !important;
  font-family:"Montserrat",Arial,sans-serif !important;
}

body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(1){
  grid-column:2 !important;
  grid-row:1 !important;
}

body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2){
  grid-column:3 !important;
  grid-row:1 !important;
}

body[class] .site-footer.alt-footer .footer-mini-form h3,
body[class] .site-footer.alt-footer .footer-col h3{
  margin:0 0 2px !important;
  color:#8d8d8d !important;
  font-family:"Montserrat",Arial,sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
}

body[class] .site-footer.alt-footer #account-auth-fields{
  width:100% !important;
  max-width:none !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:7px !important;
}

body[class] .site-footer.alt-footer .footer-mini-form input,
body[class] .site-footer.alt-footer #account-auth-fields input{
  box-sizing:border-box !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  min-height:32px !important;
  padding:6px 10px !important;
  border:1px solid #d2d7dc !important;
  border-radius:8px !important;
  background:#fff !important;
  color:#666 !important;
  font-family:"Montserrat",Arial,sans-serif !important;
  font-size:10px !important;
  line-height:1.2 !important;
  box-shadow:none !important;
}

body[class] .site-footer.alt-footer .footer-mini-form > button,
body[class] .site-footer.alt-footer #account-auth-fields > button,
body[class] .site-footer.alt-footer .account-actions button{
  justify-self:center !important;
  min-height:30px !important;
  padding:6px 15px !important;
  border:1px solid #d2d7dc !important;
  border-radius:8px !important;
  background:#fff !important;
  color:#8a8a8a !important;
  font-family:"Montserrat",Arial,sans-serif !important;
  font-size:9px !important;
  font-weight:700 !important;
  line-height:1 !important;
  box-shadow:none !important;
}

body[class] .site-footer.alt-footer .footer-mini-form > button:hover,
body[class] .site-footer.alt-footer .footer-mini-form > button:focus-visible,
body[class] .site-footer.alt-footer #account-auth-fields > button:hover,
body[class] .site-footer.alt-footer #account-auth-fields > button:focus-visible,
body[class] .site-footer.alt-footer .account-actions button:hover,
body[class] .site-footer.alt-footer .account-actions button:focus-visible{
  border-color:#5522B0 !important;
  background:#5522B0 !important;
  color:#fff !important;
  outline:0 !important;
}

body[class] .site-footer.alt-footer .account-create-prompt,
body[class] .site-footer.alt-footer .account-login-prompt,
body[class] .site-footer.alt-footer .account-signed-in{
  width:100% !important;
  margin:1px 0 0 !important;
  color:#7f858b !important;
  font-size:9px !important;
  line-height:1.35 !important;
}
body[class] .site-footer.alt-footer .account-text-link{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#5522B0 !important;
  font-size:inherit !important;
  text-decoration:underline !important;
}
body[class] .site-footer.alt-footer .footer-mini-form small{
  display:none !important;
}

body[class] .site-footer.alt-footer .footer-columns{
  position:static !important;
  top:auto !important;
  right:auto !important;
  grid-column:4 !important;
  grid-row:1 !important;
  width:auto !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:max-content max-content !important;
  column-gap:24px !important;
  justify-content:end !important;
  justify-self:end !important;
  align-items:start !important;
  background:transparent !important;
}

body[class] .site-footer.alt-footer .footer-col{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:5px !important;
  background:transparent !important;
}
body[class] .site-footer.alt-footer .footer-col a{
  color:#7f858b !important;
  font-family:"Montserrat",Arial,sans-serif !important;
  font-size:11px !important;
  line-height:1.3 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}
body[class] .site-footer.alt-footer .footer-col a:hover,
body[class] .site-footer.alt-footer .footer-col a:focus-visible{
  color:#5522B0 !important;
  text-decoration:underline !important;
  outline:0 !important;
}

body[class] .site-footer.alt-footer .footer-credits{
  position:static !important;
  left:auto !important;
  bottom:auto !important;
  transform:none !important;
  grid-column:1 / -1 !important;
  grid-row:2 !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  justify-self:center !important;
  color:#888 !important;
  font-family:"Montserrat",Arial,sans-serif !important;
  font-size:10px !important;
  line-height:1 !important;
  text-align:center !important;
  background:transparent !important;
}

@media(max-width:1100px){
  body[class] .site-footer.alt-footer .alt-footer-inner{
    width:calc(100% - 28px) !important;
    min-height:360px !important;
    padding:20px 0 18px !important;
    display:grid !important;
    grid-template-columns:205px minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-rows:auto auto auto !important;
    column-gap:30px !important;
    row-gap:24px !important;
  }

  body[class] .site-footer.alt-footer .footer-left-panel{
    grid-column:1 !important;
    grid-row:1 !important;
  }

  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(1){
    grid-column:2 !important;
    grid-row:1 !important;
  }

  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2){
    grid-column:3 !important;
    grid-row:1 !important;
  }

  body[class] .site-footer.alt-footer .footer-columns{
    grid-column:1 / -1 !important;
    grid-row:2 !important;
    justify-self:start !important;
  }

  body[class] .site-footer.alt-footer .footer-credits{
    grid-column:1 / -1 !important;
    grid-row:3 !important;
    justify-self:center !important;
    margin-top:6px !important;
  }
}

@media(max-width:820px){
  body[class] .site-footer.alt-footer .alt-footer-inner{
    grid-template-columns:1fr 1fr !important;
    grid-template-rows:auto auto auto auto !important;
    gap:28px !important;
  }

  body[class] .site-footer.alt-footer .footer-left-panel{
    grid-column:1 / -1 !important;
    grid-row:1 !important;
  }

  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(1){
    grid-column:1 !important;
    grid-row:2 !important;
  }

  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2){
    grid-column:2 !important;
    grid-row:2 !important;
  }

  body[class] .site-footer.alt-footer .footer-columns{
    grid-column:1 / -1 !important;
    grid-row:3 !important;
    justify-self:start !important;
  }

  body[class] .site-footer.alt-footer .footer-credits{
    grid-column:1 / -1 !important;
    grid-row:4 !important;
  }
}

@media(max-width:680px){
  body[class] .site-footer.alt-footer .alt-footer-inner{
    min-height:0 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:auto !important;
    gap:24px !important;
  }

  body[class] .site-footer.alt-footer .footer-left-panel,
  body[class] .site-footer.alt-footer .footer-mini-form,
  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(1),
  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2),
  body[class] .site-footer.alt-footer .footer-columns,
  body[class] .site-footer.alt-footer .footer-credits{
    width:100% !important;
    max-width:none !important;
    grid-column:1 !important;
    justify-self:start !important;
  }

  body[class] .site-footer.alt-footer .footer-left-panel{grid-row:1 !important;}
  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(1){grid-row:2 !important;}
  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2){grid-row:3 !important;}
  body[class] .site-footer.alt-footer .footer-columns{
    grid-row:4 !important;
    grid-template-columns:1fr 1.2fr !important;
  }
  body[class] .site-footer.alt-footer .footer-col a{white-space:normal !important;}
  body[class] .site-footer.alt-footer .footer-credits{
    grid-row:5 !important;
    text-align:left !important;
    align-self:start !important;
  }
}

/* =========================================================
   AUGUST 13 2026 — GLOBAL FOOTER POSITIONING REFINEMENT
   Applies to every shared footer; admin has no shared footer.
   - Newsletter returns to the grid (left of page center)
   - Newsletter heading stays on one line
   - Newsletter email matches the account/username field width
   - Email / submit / copyright form one centered vertical stack
   - Footer link-list separation is tripled
========================================================= */
@media(min-width:1181px){
  body[class] .site-footer.alt-footer .alt-footer-inner{
    grid-template-columns:minmax(270px,.95fr) 270px 270px minmax(420px,1.25fr) !important;
    column-gap:clamp(20px,1.8vw,34px) !important;
  }

  body[class] .site-footer.alt-footer .footer-mini-form,
  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(1),
  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2){
    width:270px !important;
    max-width:270px !important;
  }

  body[class] .site-footer.alt-footer .footer-signup-stack .footer-mini-form:nth-child(2){
    position:static !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    grid-column:3 !important;
    grid-row:1 !important;
    justify-self:start !important;
    margin:0 !important;
  }

  body[class] .site-footer.alt-footer #footer-newsletter-title{
    white-space:nowrap !important;
  }

  body[class] .site-footer.alt-footer #footer-email{
    width:100% !important;
    max-width:100% !important;
  }

  body[class] .site-footer.alt-footer #footer-newsletter-submit{
    justify-self:center !important;
  }

  body[class] .site-footer.alt-footer .footer-credits{
    grid-column:3 !important;
    grid-row:2 !important;
    width:270px !important;
    justify-self:start !important;
    text-align:center !important;
  }

  body[class] .site-footer.alt-footer .footer-columns{
    width:auto !important;
    min-width:0 !important;
    grid-template-columns:max-content max-content !important;
    justify-content:end !important;
    justify-self:end !important;
    column-gap:clamp(72px,5vw,102px) !important;
  }
}


/* Restore copyright to the lower footer row beneath the newsletter controls. */
@media(min-width:1181px){
  body[class] .site-footer.alt-footer .footer-credits{
    grid-column:3 !important;
    grid-row:2 !important;
    align-self:end !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
  }
}

/* =========================================================
   AUGUST 14 2026 — SHARED FOOTER FRAME
   Matches the zoom-safe 1840px site frame used by the public header/content.
========================================================= */
body[class] .site-footer.alt-footer .alt-footer-inner{
  width:min(calc(100% - (2 * clamp(12px,2vw,40px))),1840px) !important;
  max-width:1840px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media(max-width:820px){
  body[class] .site-footer.alt-footer .alt-footer-inner{
    width:calc(100% - 40px) !important;
  }
}

@media(max-width:600px){
  body[class] .site-footer.alt-footer .alt-footer-inner{
    width:calc(100% - 28px) !important;
  }
}

