/* Readable, full-weight footer derived from Concept V2 crop 08. */

@media (min-width: 701px) {
  .kv2-site .kv2-footer {
    position: relative;
    height: auto;
    min-height: 240px;
    overflow: hidden;
    padding: 34px 0 24px;
    border-top: 0;
    background:
      radial-gradient(circle at 12% 78%, rgba(253, 222, 180, .28), transparent 25%),
      linear-gradient(180deg, rgba(255, 252, 248, .74), rgba(255, 249, 243, .98));
  }

  .kv2-site .kv2-footer::after {
    position: absolute;
    right: -120px;
    bottom: -185px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(253, 222, 180, .2);
    content: "";
    filter: blur(26px);
    pointer-events: none;
  }

  .kv2-site .kv2-footer-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(320px, 1.45fr) repeat(3, minmax(150px, 1fr));
    gap: clamp(34px, 4vw, 62px);
    align-items: start;
  }

  .kv2-site .kv2-footer-brand {
    min-height: 158px;
    padding-right: 106px;
  }

  .kv2-site .kv2-footer .kv2-brand {
    width: 260px;
    height: auto;
    overflow: visible;
  }

  .kv2-site .kv2-footer .kv2-brand-image {
    width: 250px;
    max-width: 100%;
    transform: none;
  }

  .kv2-site .kv2-footer-description {
    display: block;
    max-width: 310px;
    margin-top: 14px !important;
    color: var(--kuzya-gray);
    font-size: 14px;
    line-height: 1.52;
  }

  .kv2-site .kv2-footer-mascot {
    position: absolute;
    right: -2px;
    bottom: -27px;
    display: block;
    width: 108px;
    height: 148px;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(34, 43, 57, .1));
  }

  .kv2-site .kv2-footer-column h2 {
    margin-bottom: 12px !important;
    color: var(--kuzya-navy-deep);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }

  .kv2-site .kv2-footer ul {
    gap: 7px;
  }

  .kv2-site .kv2-footer .kv2-footer-link {
    padding: 2px 0;
    color: var(--kuzya-gray);
    font-size: 14px;
    line-height: 1.35;
  }

  .kv2-site .kv2-footer .kv2-footer-link:hover {
    color: var(--kuzya-orange-strong);
  }

  .kv2-site .kv2-footer-bottom {
    position: relative;
    z-index: 1;
    min-height: 54px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(239, 220, 200, .75);
    color: var(--kuzya-gray);
    font-size: 13px;
  }

  .kv2-site .kv2-footer-socials {
    gap: 10px;
    margin-top: 0;
  }

  .kv2-site .kv2-footer-socials a {
    width: 40px;
    height: 40px;
    background: var(--kuzya-blue);
    color: #fff;
    font-size: 12px;
  }

  .kv2-site .kv2-footer-socials img {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 700px) {
  .kv2-site .kv2-footer {
    height: auto;
    min-height: 320px;
    padding: 30px 16px 26px;
    background:
      radial-gradient(circle at 50% 85%, rgba(253, 222, 180, .24), transparent 42%),
      #fffaf5;
  }

  .kv2-site .kv2-footer-grid {
    gap: 14px;
  }

  .kv2-site .kv2-footer-brand {
    min-height: 220px;
  }

  .kv2-site .kv2-footer .kv2-brand {
    width: 260px;
    height: auto;
    overflow: visible;
  }

  .kv2-site .kv2-footer .kv2-brand-image {
    width: 250px;
    max-width: 100%;
    content: url("../images/kuzya-concept-v2/brand/brand-lockup-horizontal-dark.png");
    transform: none;
  }

  .kv2-site .kv2-footer-description {
    display: block;
    max-width: 270px;
    margin: 14px auto 0 !important;
    color: var(--kuzya-gray);
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }

  .kv2-site .kv2-footer-mascot {
    position: static;
    display: block;
    width: 84px;
    height: 112px;
    margin: 8px auto -8px;
    object-fit: contain;
  }

  .kv2-site .kv2-footer-bottom {
    min-height: 92px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
}

.kv2-site .kv2-footer-socials a[aria-label="Instagram"] img {
  filter: none;
}