.site-footer {
  color: #d5e0e7;
  padding: 0;
}

.footer-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 42px 56px 24px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  column-gap: 72px;
  align-items: start;
}

.footer-brand-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 700;
  text-wrap: balance;
}

.footer-brand-secondary {
  color: var(--hyperion-red, #e63720);
  font-size: .82em;
  font-weight: 600;
}

.footer-tagline {
  margin: 10px 0 22px;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.footer-legal {
  margin: 0;
  color: rgba(255,255,255,.90);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.footer-legal + .footer-legal {
  margin-top: 5px;
}

.footer-tax {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.45;
}

.tax-label {
  color: var(--hyperion-red, #e63720);
  font-weight: 600;
}

.tax-value {
  color: rgba(255,255,255,.90);
  font-weight: 500;
}

.footer-contact-title {
  margin: 0 0 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-contact-groups {
  margin: 0;
  font-style: normal;
}

.contact-group {
  margin: 0 0 20px;
}

.contact-group:last-child {
  margin-bottom: 0;
}

.contact-label {
  display: block;
  margin: 0 0 6px;
  color: var(--hyperion-red, #e63720);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-value {
  display: inline-block;
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 400;
  overflow-wrap: anywhere;
}

a.contact-value {
  min-height: 0;
  padding: 0;
  text-decoration: none;
}

a.contact-value:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-copyright {
  margin: 28px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer-inner {
    padding-inline: 40px;
  }

  .footer-columns {
    column-gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-inner {
    padding: 36px 24px 20px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand-title {
    font-size: clamp(30px, 8vw, 36px);
  }

  .footer-tagline {
    margin-bottom: 20px;
  }

  .contact-group {
    margin-bottom: 18px;
  }

  .footer-copyright {
    margin-top: 24px;
  }
}
