.footer-v2 {
  position: relative;
  overflow: hidden;
  padding: 72px 0 28px;
  background:
    radial-gradient(circle at 8% 12%, rgba(211, 165, 77, .18), transparent 24rem),
    #e9e4da;
  color: #0b1321;
}

.footer-v2::before {
  position: absolute;
  top: -110px;
  right: -70px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(11, 19, 33, .1);
  border-radius: 50%;
  content: "";
}

.footer-v2-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.footer-v2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #745619;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.footer-v2-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d3a54d;
  content: "";
}

.footer-v2-wordmark {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 18px;
  margin: 18px 0 14px;
  color: #0b1321;
  text-decoration: none;
}

.footer-v2-wordmark > span {
  display: grid;
  width: clamp(62px, 7vw, 90px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #0b1321;
  color: #e1b453;
  font: 800 clamp(2rem, 4vw, 3.2rem)/1 Georgia, serif;
  transform: rotate(-8deg);
}

.footer-v2-wordmark strong {
  font-size: clamp(4.3rem, 8vw, 7.5rem);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .85;
}

.footer-v2-identity > p {
  max-width: 580px;
  margin: 0;
  color: #47505d;
  font-size: 1rem;
  line-height: 1.75;
}

.footer-v2-responsible {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 22px;
  padding: 30px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(35, 102, 194, .22), transparent 48%),
    #0b1423;
  box-shadow: 0 26px 55px rgba(11, 19, 33, .18);
  color: #fff;
}

.footer-v2-responsible::after {
  position: absolute;
  right: -40px;
  bottom: -68px;
  color: rgba(255, 255, 255, .035);
  content: "♠";
  font-size: 200px;
  line-height: 1;
}

.footer-v2-age {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 1px solid rgba(225, 180, 83, .65);
  border-radius: 50%;
  color: #e1b453;
  font-size: 1.25rem;
  font-weight: 900;
}

.footer-v2-responsible strong {
  display: block;
  max-width: 420px;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.15;
}

.footer-v2-responsible p {
  margin: 10px 0 0;
  color: #aab5c5;
  font-size: .9rem;
  line-height: 1.55;
}

.footer-v2-responsible ul {
  position: relative;
  z-index: 1;
  display: flex;
  grid-column: 1 / -1;
  gap: 8px;
  flex-wrap: wrap;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.footer-v2-responsible li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #d8dee8;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .03em;
}

.footer-v2-navrow {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 52px;
  padding: 18px 0;
  border-top: 1px solid rgba(11, 19, 33, .16);
  border-bottom: 1px solid rgba(11, 19, 33, .16);
}

.footer-v2-navrow > span {
  color: #745619;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.footer-v2-navrow nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-v2-navrow nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: #1f2937;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.footer-v2-navrow nav a:hover {
  background: #0b1423;
  color: #fff;
  transform: translateY(-2px);
}

.footer-v2-top {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #d3a54d;
  color: #0b1321;
  font-size: 1.15rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-v2-support {
  display: grid;
  grid-template-columns: .6fr 1.4fr;
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 26px 30px;
  border: 1px solid rgba(11, 19, 33, .09);
  border-radius: 20px;
  background: rgba(255, 255, 255, .56);
}

.footer-v2-support small {
  display: block;
  margin-bottom: 7px;
  color: #745619;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.footer-v2-support strong {
  font-size: 1.15rem;
}

.footer-v2-logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 22px;
  align-items: center;
}

.footer-v2-logos img {
  width: 100%;
  max-width: 128px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0);
  opacity: .52;
}

.footer-v2-bottom {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 24px;
  color: #646b74;
  font-size: .74rem;
  line-height: 1.6;
}

.footer-v2-bottom p {
  max-width: 760px;
  margin: 0;
}

.footer-v2-bottom > span {
  flex: 0 0 auto;
  color: #0b1321;
  font-weight: 800;
}

@media (max-width: 900px) {
  .footer-v2 {
    padding-top: 54px;
  }

  .footer-v2-hero {
    grid-template-columns: 1fr;
  }

  .footer-v2-responsible {
    max-width: 680px;
  }

  .footer-v2-support {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .footer-v2-wordmark strong {
    font-size: clamp(3.7rem, 20vw, 5.7rem);
  }

  .footer-v2-responsible {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .footer-v2-responsible ul {
    grid-column: 1;
  }

  .footer-v2-navrow {
    grid-template-columns: 1fr auto;
    margin-top: 38px;
  }

  .footer-v2-navrow nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer-v2-top {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-v2-support {
    padding: 22px;
  }

  .footer-v2-logos {
    grid-template-columns: repeat(2, 1fr);
  }

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