/* eleven32-footer-v1 */

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 12%, rgba(11, 146, 214, 0.18), transparent 25%),
    radial-gradient(circle at 92% 88%, rgba(16, 81, 140, 0.2), transparent 27%),
    linear-gradient(145deg, var(--midnight), var(--black) 75%);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.12;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(132, 167, 192, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 167, 192, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.footer-glow {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(11, 146, 214, 0.17);
  border-radius: 50%;
  box-shadow:
    0 0 0 55px rgba(11, 146, 214, 0.035),
    0 0 0 110px rgba(11, 146, 214, 0.018);
  pointer-events: none;
}

.footer-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 3rem, 1280px);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 6rem) 0 1.4rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(140px, 0.6fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid rgba(132, 167, 192, 0.2);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--white);
  text-decoration: none;
}

.footer-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  background: var(--electric-blue);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 0 22px rgba(11, 146, 214, 0.28);
  font-family: var(--font-heading);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: -0.1em;
  transform: skewX(-10deg);
}

.footer-name {
  display: flex;
  flex-direction: column;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.85;
  text-transform: uppercase;
}

.footer-name small {
  margin-top: 0.32rem;
  color: var(--ice-blue);
  font-family: var(--font-body);
  font-size: 0.45rem;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.footer-tagline {
  margin: 1.25rem 0 0;
  color: var(--ice-blue);
  font-size: 0.84rem;
  line-height: 1.75;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--white);
  background: rgba(132, 167, 192, 0.08);
  border: 1px solid rgba(132, 167, 192, 0.26);
  text-decoration: none;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--white);
  background: var(--electric-blue);
  border-color: var(--electric-blue);
  outline: none;
  transform: translateY(-3px);
}

.footer-social svg {
  width: 17px;
  height: 17px;
}

.footer-col h3 {
  margin: 0 0 1.05rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-col ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col ul a {
  display: inline-flex;
  align-items: center;
  color: var(--ice-blue);
  font-size: 0.78rem;
  line-height: 1.4;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-col ul a::before {
  width: 0;
  height: 1px;
  margin-right: 0;
  content: "";
  background: var(--electric-blue);
  transition:
    width 0.2s ease,
    margin-right 0.2s ease;
}

.footer-col ul a:hover,
.footer-col ul a:focus-visible {
  color: var(--white);
  outline: none;
  transform: translateX(2px);
}

.footer-col ul a:hover::before,
.footer-col ul a:focus-visible::before {
  width: 12px;
  margin-right: 0.4rem;
}

.footer-location-col {
  min-width: 0;
}

.footer-location {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  color: var(--ice-blue);
}

.footer-location-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--electric-blue);
  background: rgba(11, 146, 214, 0.1);
  border: 1px solid rgba(11, 146, 214, 0.24);
}

.footer-location-icon svg {
  width: 15px;
  height: 15px;
}

.footer-location strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--white);
  font-size: 0.8rem;
}

.footer-location span {
  display: block;
  color: var(--ice-blue);
  font-size: 0.72rem;
  line-height: 1.55;
}

.footer-cta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 1.35rem;
  padding: 0.85rem;
  color: var(--white);
  background: rgba(11, 146, 214, 0.11);
  border-left: 3px solid var(--electric-blue);
  font-family: var(--font-heading);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 0.22s ease,
    transform 0.22s ease;
}

.footer-cta span {
  color: var(--electric-blue);
  font-size: 0.72rem;
  transition: color 0.22s ease;
}

.footer-cta:hover,
.footer-cta:focus-visible {
  background: var(--electric-blue);
  outline: none;
  transform: translateY(-3px);
}

.footer-cta:hover span,
.footer-cta:focus-visible span {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1.4rem;
  color: rgba(201, 231, 241, 0.62);
  font-size: 0.7rem;
  line-height: 1.5;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
}

.footer-bottom-links a {
  color: var(--ice-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible {
  color: var(--electric-blue);
  outline: none;
}

@media (max-width: 1050px) {
  .footer-top {
    grid-template-columns: 1.2fr repeat(2, minmax(150px, 0.7fr));
  }

  .footer-location-col {
    grid-column: 1 / -1;
    max-width: 390px;
  }
}

@media (max-width: 680px) {
  .footer-shell {
    width: min(100% - 2.5rem, 1280px);
    padding-top: 4rem;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 1.25rem;
  }

  .footer-brand,
  .footer-location-col {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-location-col {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-social a,
  .footer-col ul a,
  .footer-col ul a::before,
  .footer-cta,
  .footer-cta span,
  .footer-bottom-links a {
    transition: none;
  }
}
