/* =========================================================
   MASSIVE FOOTER
========================================================= */

.footer52 {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  padding: clamp(88px, 12vh, 140px) 0 34px;
  position: relative;
}

.footer52__inner {
  position: relative;
  padding: clamp(26px, 3vw, 40px) 0 0;
  border-top: 1px solid rgba(19, 19, 19, 0.10);
}

.footer52__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(19, 19, 19, 0.08);
}

.footer52__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(19, 19, 19, 0.52);
}

.footer52__top-cta {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #131313;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(19, 19, 19, 0.07);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.footer52__hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(36px, 5vw, 88px);
  padding: clamp(34px, 5vh, 58px) 0;
  align-items: end;
}

.footer52__brandblock {
  position: relative;
  z-index: 2;
}

.footer52__logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.footer52__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.footer52__logo--main img {
  height: 62px;
  width: auto;
}

.footer52__logo--parent img {
  width: auto;
  height: 42px;
  object-fit: contain;
}

.footer52__logo-divider {
  width: 42px;
  height: 1px;
  background: rgba(19, 19, 19, 0.16);
}

.footer52__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 600;
  color: #131313;
}

.footer52__title span {
  display: block;
  margin-top: 18px;
  max-width: 12ch;
  font-size: clamp(1.28rem, 2vw, 2rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: rgba(19, 19, 19, 0.88);
}

.footer52__lead {
  margin: 28px 0 0;
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(19, 19, 19, 0.56);
}

.footer52__meta {
  display: grid;
  gap: 12px;
}

.footer52__card {
  min-height: 108px;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(19, 19, 19, 0.07);
}

.footer52__card small {
  display: block;
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(19, 19, 19, 0.42);
}

.footer52__card strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 600;
  color: #131313;
}

.footer52__main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  padding: 34px 0 32px;
  border-top: 1px solid rgba(19, 19, 19, 0.08);
  border-bottom: 1px solid rgba(19, 19, 19, 0.08);
}

.footer52__col {
  min-width: 0;
}

.footer52__col-title {
  margin: 0 0 18px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(19, 19, 19, 0.50);
}

.footer52__links,
.footer52__socials {
  display: grid;
  gap: 12px;
}

.footer52__links a,
.footer52__socials a,
.footer52__bottom-links a {
  text-decoration: none;
  color: rgba(19, 19, 19, 0.80);
  font-size: 0.96rem;
  line-height: 1.45;
  transition: transform 220ms ease, color 220ms ease;
}

.footer52__links a:hover,
.footer52__socials a:hover,
.footer52__bottom-links a:hover {
  transform: translateX(2px);
  color: #131313;
}

.footer52__cta-text {
  margin: 0 0 18px;
  font-size: 0.94rem;
  line-height: 1.75;
  color: rgba(19, 19, 19, 0.56);
}

.footer52__cta-btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #0f0f10;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 30px rgba(15, 15, 15, 0.10);
}

.footer52__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 22px;
}

.footer52__bottom-note {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(19, 19, 19, 0.48);
}

.footer52__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer52__accent {
  position: absolute;
  right: -3%;
  bottom: 10%;
  width: min(220px, 18vw);
  opacity: 0.028;
  transform: rotate(-10deg);
  pointer-events: none;
  user-select: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .footer52__hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .footer52__title span {
    max-width: 18ch;
  }
}

@media (max-width: 768px) {
  .footer52 {
    padding: 64px 0 28px;
  }

  .footer52__topline,
  .footer52__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer52__hero {
    padding: 26px 0 28px;
  }

  .footer52__logos {
    gap: 14px;
    margin-bottom: 20px;
  }

  .footer52__logo--main img {
    height: 50px;
  }

  .footer52__logo--parent img {
    width: 36px;
    height: 36px;
  }

  .footer52__logo-divider {
    width: 24px;
  }

  .footer52__title {
    font-size: clamp(2.8rem, 15vw, 4.8rem);
  }

  .footer52__title span {
    margin-top: 12px;
    font-size: 1.12rem;
    max-width: none;
  }

  .footer52__lead {
    margin-top: 18px;
    max-width: none;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .footer52__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer52__cta-btn,
  .footer52__top-cta {
    width: 100%;
  }

  .footer52__bottom-links {
    gap: 12px;
  }

  .footer52__accent {
    width: 120px;
    right: 0;
    bottom: 6%;
    opacity: 0.024;
  }
}