/* Hyper Era Tours V20 — footer top spacing and locked inline brand alignment */

/* Keep the compact footer, but give every main column breathing room below the gold divider. */
.compact-luxury-footer{
  padding-top:46px!important;
}

.compact-footer-grid{
  padding-top:8px!important;
}

/* Headings no longer touch the upper edge. */
.compact-footer-col,
.compact-contact-col{
  padding-top:9px!important;
}

.compact-luxury-footer h4{
  margin-top:0!important;
}

/* Lock the mountain mark directly beside HYPER ERA instead of allowing it to spread. */
.compact-footer-about .footer-luxury-brand{
  display:inline-grid!important;
  grid-template-columns:42px max-content!important;
  align-items:center!important;
  justify-content:start!important;
  column-gap:12px!important;
  width:max-content!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0 auto 13px!important;
  padding:0!important;
  text-align:left!important;
  vertical-align:middle!important;
}

.compact-footer-about .footer-luxury-brand > .luxury-brand-mark{
  position:static!important;
  inset:auto!important;
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:38px!important;
  min-width:42px!important;
  max-width:42px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}

.compact-footer-about .footer-luxury-brand > .luxury-brand-mark svg{
  display:block!important;
  width:40px!important;
  height:auto!important;
  margin:0!important;
}

.compact-footer-about .footer-luxury-brand > .footer-brand-copy{
  position:static!important;
  display:block!important;
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}

.compact-footer-about .footer-luxury-brand > .footer-brand-copy strong,
.compact-footer-about .footer-luxury-brand > .footer-brand-copy small{
  display:block!important;
  text-align:left!important;
  white-space:nowrap!important;
}

/* Recover the extra height at the lower part so the footer remains compact. */
.compact-footer-trust{
  margin-top:22px!important;
}

@media(max-width:980px){
  .compact-luxury-footer{padding-top:40px!important}
  .compact-footer-grid{padding-top:6px!important}
  .compact-footer-col,.compact-contact-col{padding-top:5px!important}
}

@media(max-width:640px){
  .compact-luxury-footer{padding-top:34px!important}
  .compact-footer-grid{padding-top:4px!important}
  .compact-footer-col,.compact-contact-col{padding-top:3px!important}
  .compact-footer-about .footer-luxury-brand{
    grid-template-columns:38px max-content!important;
    column-gap:10px!important;
  }
  .compact-footer-about .footer-luxury-brand > .luxury-brand-mark{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:34px!important;
  }
  .compact-footer-about .footer-luxury-brand > .luxury-brand-mark svg{width:36px!important}
}
