/* Full homepage-style footer layout (use with <footer class="site-footer">) */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000000;
  padding: 100px 24px 40px;
}

@media (min-width: 1024px) {
  .site-footer {
    padding: 120px 80px 40px;
  }
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.site-footer .footer-col h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 32px;
}

.site-footer .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer .footer-links li {
  margin-bottom: 16px;
}

.site-footer .footer-bottom {
  max-width: 1400px;
  margin: 48px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Site-wide copyright & legal line — one visual language (bold white, Outfit) */

.vortex-footer-legal {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.55;
  text-align: center;
  margin: 0;
  letter-spacing: 0.03em;
}

.vortex-footer-legal .vortex-footer-year,
.vortex-footer-legal .vortex-footer-brand,
.vortex-footer-legal strong {
  color: #ffffff;
  font-weight: 800;
}

.vortex-footer-legal .vortex-footer-co {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.vortex-footer-legal .vortex-footer-co:hover {
  text-decoration: underline;
}

.vortex-footer-social-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.site-footer .footer-brand--left .vortex-footer-social-wrap {
  justify-content: flex-start;
}

/* Brand column: logo + tagline flush left */
.site-footer .footer-brand--left {
  text-align: left;
}

.site-footer .footer-brand--left .footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.site-footer .footer-brand--left .footer-brand-logo img {
  height: 32px;
  width: auto;
  display: block;
}

.site-footer .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.vortex-footer-tagline {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 14px;
  text-align: center;
}

.site-footer .footer-brand--left .vortex-footer-tagline {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

/* Header + footer: links stay clearly white on black */
.site-header .nav-links a,
.site-header__links a {
  color: #ffffff;
}

.site-header .nav-links a:hover,
.site-header__links a:hover {
  color: #ffffff;
  opacity: 0.88;
}

.site-footer .footer-links a,
.site-footer .footer-col a {
  color: #ffffff;
}

.site-footer .footer-links a:hover {
  color: #ffffff;
  opacity: 0.88;
}

/* Standalone pages (e.g. contact) */
.corp a,
.corp-footer a,
.corp-footer-inner a {
  color: #ffffff;
}
