/* Global footer section. Uses shared section-title, button, and vl-card primitives. */

.vl-site-footer {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #030406;
  color: #fff;
  isolation: isolate;
}

.vl-site-footer__bg,
.vl-site-footer__floor,
.vl-site-footer__signal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.vl-site-footer__bg {
  z-index: 0;
}

.vl-site-footer__floor {
  z-index: 1;
  opacity: 0.78;
}

.vl-site-footer__signal {
  right: -180px;
  left: auto;
  z-index: 1;
  width: 58%;
  opacity: 0.36;
  mix-blend-mode: screen;
}

.vl-site-footer__inner {
  position: relative;
  z-index: 2;
  width: min(1540px, calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(54px, 8vh, 74px) 0 42px;
}

.vl-site-footer__hero {
  display: grid;
  grid-template-columns: minmax(420px, 560px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.vl-site-footer__logo {
  display: inline-flex;
  width: 230px;
  margin-bottom: 30px;
}

.vl-site-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.vl-site-footer__pitch h2 {
  max-width: 620px;
  color: #fff;
}

.vl-site-footer__pitch p {
  max-width: 540px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.48;
}

.vl-site-footer__pitch .vl-site-footer__tagline,
.vl-site-footer__locations-heading {
  margin: 0 0 18px;
  color: var(--vl-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.vl-site-footer__locations-heading {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.vl-site-footer__cta {
  width: min(520px, 100%);
  justify-content: space-between;
  color: #fff;
}

.vl-site-footer__cta img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.vl-site-footer__locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 44px;
  padding-left: 54px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.vl-site-footer__location {
  min-width: 0;
}

.vl-site-footer__location-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.vl-site-footer__location-head img {
  width: 32px;
  height: 32px;
}

.vl-site-footer__location-head strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.vl-site-footer__location-head em {
  display: block;
  margin-top: 8px;
  color: var(--vl-red);
  font-family: var(--vl-display);
  font-size: clamp(24px, 2.1vw, 34px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: var(--vl-card-title-letter-spacing);
  line-height: 1;
  text-transform: uppercase;
}

.vl-site-footer__city {
  display: block;
  width: 100%;
  height: 120px;
  margin: 4px 0 10px;
  object-fit: contain;
  opacity: 0.9;
}

.vl-site-footer__location p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.45;
}

.vl-site-footer__email {
  display: inline-flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.vl-site-footer__email img {
  width: 26px;
  height: 26px;
}

.vl-site-footer__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 64px 0 36px;
  padding-top: 32px;
  border-top: 1px solid rgba(233, 29, 37, 0.32);
}

.vl-site-footer__card {
  min-height: 165px;
  padding: 30px 64px 26px 28px;
  text-decoration: none;
}

.vl-site-footer__card img {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
}

.vl-site-footer__card strong {
  color: #fff;
}

.vl-site-footer__card span {
  color: var(--vl-card-text-color, rgba(255, 255, 255, 0.68));
}

.vl-site-footer__card i {
  position: absolute;
  right: 24px;
  bottom: 26px;
  color: var(--vl-red);
  font-size: 18px;
}

.vl-site-footer__bottom {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding: 30px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.vl-site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.vl-site-footer__socials p,
.vl-site-footer__contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.vl-site-footer__socials span,
.vl-site-footer__socials a {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-decoration: none;
}

.vl-site-footer__socials img {
  width: 26px;
  height: 26px;
}

.vl-site-footer__contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 34px;
  align-items: center;
}

.vl-site-footer__contact span {
  color: rgba(255, 255, 255, 0.68);
}

.vl-site-footer__contact a {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration-color: var(--vl-red);
  text-transform: uppercase;
}

.vl-site-footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.vl-site-footer__legal p {
  margin: 0;
}

.vl-site-footer__legal span {
  color: var(--vl-red);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .vl-site-footer__hero,
  .vl-site-footer__bottom,
  .vl-site-footer__contact {
    grid-template-columns: 1fr;
  }

  .vl-site-footer__locations {
    padding-top: 34px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .vl-site-footer__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vl-site-footer__contact a {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .vl-site-footer__inner {
    width: min(100% - 32px, 1540px);
    padding-top: 48px;
  }

  .vl-site-footer__locations,
  .vl-site-footer__cards {
    grid-template-columns: 1fr;
  }

  .vl-site-footer__cta {
    justify-content: center;
  }
}
