/* ================================
   Custom Footer
   DJ Oshawn
================================ */

.dj-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background:
    radial-gradient(circle at 0% 35%, rgba(183,25,48,0.26), transparent 28%),
    radial-gradient(circle at 100% 35%, rgba(183,25,48,0.26), transparent 28%),
    linear-gradient(180deg, #030303 0%, #050505 100%);
  color: #fff;
  overflow: hidden;
}

/* CTA */

.dj-footer-cta {
  position: relative;
  padding: clamp(54px, 6vw, 96px) 3.5vw clamp(80px, 8vw, 120px);
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.dj-footer-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.12;
  pointer-events: none;
}

.dj-footer-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
}

.dj-footer-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: min(520px, 80vw);
  margin: 0 auto 28px;
}

.dj-footer-wave span {
  display: block;
  height: 1px;
  flex: 1;
  background: rgba(183,25,48,0.78);
}

.dj-footer-wave i {
  display: block;
  width: 72px;
  height: 24px;
  background:
    linear-gradient(90deg, transparent 0 10%, #B71930 10% 13%, transparent 13% 20%, #B71930 20% 23%, transparent 23% 31%, #B71930 31% 35%, transparent 35% 44%, #B71930 44% 48%, transparent 48% 56%, #B71930 56% 60%, transparent 60% 70%, #B71930 70% 73%, transparent 73% 100%);
  opacity: 0.9;
}

.dj-footer-cta__eyebrow {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #B71930;
  margin: 0 0 16px;
}

.dj-footer-cta h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(58px, 7vw, 120px);
  line-height: 0.88;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.dj-footer-cta h2 span {
  display: block;
  color: #B71930;
}

.dj-footer-cta__copy {
  font-family: "Manrope", "Inter", sans-serif;
  max-width: 760px;
  margin: 28px auto 0;
  font-size: clamp(17px, 1.35vw, 23px);
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
}

.dj-footer-cta__actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.dj-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 260px;
  padding: 22px 38px;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  transition: 0.25s ease;
}

.dj-footer-btn--primary {
  background: #B71930;
  border: 1px solid #B71930;
  color: #fff;
}

.dj-footer-btn--ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}

.dj-footer-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

/* Main Footer Grid */

.dj-footer-main {
  padding: clamp(48px, 5vw, 78px) 5vw;
}

.dj-footer-main__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: clamp(42px, 6vw, 110px);
}

.dj-footer-logo img {
  max-width: 220px;
  height: auto;
}

.dj-footer-brand p,
.dj-footer-col a,
.dj-footer-col li {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.76);
  text-decoration: none;
}

.dj-footer-brand p {
  margin: 28px 0 0;
}

.dj-footer-mini-wave {
  width: 230px;
  height: 1px;
  background: #B71930;
  margin-top: 28px;
  position: relative;
}

.dj-footer-mini-wave::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 42px;
  height: 16px;
  transform: translateX(-50%);
  background: #B71930;
  opacity: 0.75;
}

.dj-footer-col h3 {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 28px;
}

.dj-footer-col h3::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background: #B71930;
  margin-top: 12px;
}

.dj-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dj-footer-col li {
  margin-bottom: 12px;
}

.dj-footer-col a {
  transition: color 0.22s ease;
}

.dj-footer-col a::before {
  content: "›";
  color: #B71930;
  margin-right: 12px;
}

.dj-footer-col a:hover {
  color: #fff;
}

/* Social Row */

.dj-footer-social {
  max-width: 1500px;
  margin: 0 auto;
  padding: 26px 5vw;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 68px);
  flex-wrap: wrap;
}

.dj-footer-social a {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.84);
  text-decoration: none;
  transition: color 0.22s ease;
}

.dj-footer-social a:hover {
  color: #B71930;
}

/* Bottom */

.dj-footer-bottom {
  padding: 24px 5vw 32px;
  text-align: center;
}

.dj-footer-bottom p {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
  margin: 0;
}

.dj-footer-bottom span {
  color: #B71930;
  margin: 0 18px;
}

.dj-footer-bottom a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}

.dj-footer-bottom a:hover {
  color: #B71930;
}

.dj-footer-logo__image {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
}