/* =========================================================
   PREMIUM FOOTER
========================================================= */

.site-footer{
  position:relative;

  overflow:hidden;
  isolation:isolate;

  margin-top:-1px;

  background:
  linear-gradient(
    180deg,
    rgba(10,10,10,.92),
    rgba(6,6,6,1)
  );

  border-top:
  1px solid rgba(255,255,255,.06);
}

/* =========================================================
   TOP BLUR TRANSITION
========================================================= */

.footer-top-line{
  position:absolute;
  top:0;
  left:50%;

  transform:translateX(-50%);

  width:78%;
  height:1px;

  background:
  linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );

  z-index:3;
}

/* =========================================================
   AMBIENT GLOWS
========================================================= */

.footer-glow{
  position:absolute;

  border-radius:50%;

  filter:blur(90px);

  pointer-events:none;

  z-index:-1;
}

.footer-glow-1{
  top:-120px;
  left:-120px;

  width:320px;
  height:320px;

  background:
  rgba(217,175,82,.10);
}

.footer-glow-2{
  right:-120px;
  bottom:-120px;

  width:340px;
  height:340px;

  background:
  rgba(255,255,255,.04);
}

/* =========================================================
   INNER
========================================================= */

.footer-inner{
  position:relative;
  z-index:5;

  width:100%;

  max-width:2400px;

  margin:0 auto;

  padding:
  90px
  clamp(40px,4vw,80px)
  70px;

  display:grid;

  grid-template-columns:
  minmax(420px,1.4fr)
  minmax(180px,280px)
  minmax(260px,380px);

  gap:clamp(50px,5vw,120px);

  align-items:start;
}

/* =========================================================
   BRAND
========================================================= */

.footer-brand-column{
  max-width:560px;
}

.footer-brand{
  display:inline-flex;
  align-items:center;

  gap:12px;

  margin-bottom:20px;

  color:var(--text);

  font-size:.92rem;
  font-weight:900;

  text-transform:uppercase;
  letter-spacing:.14em;
}

.footer-brand-dot{
  width:10px;
  height:10px;

  border-radius:50%;

  background:
  linear-gradient(
    135deg,
    #ffe8b5,
    #d9af52
  );

  box-shadow:
  0 0 18px rgba(217,175,82,.55);
}

.footer-description{
  margin:0;

  color:var(--muted);

  font-size:.95rem;
  line-height:1.95;
}

/* =========================================================
   SOCIALS
========================================================= */

.footer-socials{
  display:flex;
  flex-wrap:wrap;

  gap:14px;

  margin-top:28px;
}

.footer-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  gap:10px;

  min-height:46px;

  padding:0 18px;

  border-radius:999px;

  border:
  1px solid rgba(255,255,255,.08);

  background:
  rgba(255,255,255,.03);

  backdrop-filter:blur(12px);

  color:var(--muted);

  font-size:.78rem;
  font-weight:800;

  transition:
  transform .35s ease,
  border-color .35s ease,
  background .35s ease,
  color .35s ease,
  box-shadow .35s ease;
}

.footer-socials a i{
  font-size:1rem;

  color:var(--gold-bright);

  transition:
  transform .35s ease,
  color .35s ease;
}

.footer-socials a:hover{
  transform:translateY(-4px);

  color:var(--text);

  border-color:
  rgba(217,175,82,.28);

  background:
  rgba(255,255,255,.06);

  box-shadow:
  0 12px 30px rgba(0,0,0,.22);
}

.footer-socials a:hover i{
  transform:scale(1.08);

  color:#ffe7ae;
}

/* =========================================================
   TITLES
========================================================= */

.footer-title,
.footer-presented span{
  display:block;

  margin-bottom:18px;

  color:var(--gold-bright);

  font-size:.72rem;
  font-weight:900;

  text-transform:uppercase;
  letter-spacing:.18em;
}

/* =========================================================
   LINKS
========================================================= */

.footer-links{
  display:grid;
  gap:14px;
}

.footer-links a{
  position:relative;

  width:max-content;

  color:var(--muted);

  font-size:.92rem;
  font-weight:700;

  transition:
  color .3s ease,
  transform .3s ease;
}

.footer-links a::after{
  content:"";

  position:absolute;
  left:0;
  bottom:-4px;

  width:0;
  height:1px;

  background:
  rgba(217,175,82,.85);

  transition:width .35s ease;
}

.footer-links a:hover{
  color:var(--text);

  transform:translateX(4px);
}

.footer-links a:hover::after{
  width:100%;
}

/* =========================================================
   PRESENTED
========================================================= */

.footer-presented{
  max-width:320px;

  text-align:right;
}

.footer-presented strong{
  display:block;

  margin-bottom:14px;

  color:var(--text);

  font-size:1.1rem;
  font-weight:800;

  line-height:1.4;
}

.footer-presented p{
  margin:0;

  color:var(--muted);

  font-size:.92rem;
  line-height:1.8;
}

/* =========================================================
   BOTTOM
========================================================= */

.footer-bottom{
  position:relative;

  border-top:
  1px solid rgba(255,255,255,.06);

  background:
  rgba(255,255,255,.015);

  backdrop-filter:blur(12px);
}

.footer-bottom-inner{
  width:100%;

  max-width:2400px;

  margin:0 auto;

  padding-left:clamp(40px,4vw,80px);
  padding-right:clamp(40px,4vw,80px);

  min-height:78px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:24px;
}

.footer-bottom p{
  margin:0;

  color:rgba(255,255,255,.42);

  font-size:.82rem;
}

.footer-bottom-links{
  display:flex;
  align-items:center;

  gap:22px;
}

.footer-bottom-links a{
  color:rgba(255,255,255,.42);

  font-size:.82rem;
  font-weight:700;

  transition:
  color .3s ease;
}

.footer-bottom-links a:hover{
  color:var(--text);
}

@media (max-width:1400px){

  .footer-inner{
    padding-left:40px;
    padding-right:40px;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width:980px){

  .footer-inner{
    grid-template-columns:1fr;

    gap:52px;

    padding:
    80px
    30px
    60px;
  }

  .footer-presented{
    text-align:left;
  }

  .footer-bottom-inner{
    padding-left:30px;
    padding-right:30px;
  }
}

@media (max-width:640px){

  .footer-inner{
    gap:40px;

    padding:
    70px
    20px
    50px;
  }

  .footer-bottom-inner{
    min-height:auto;

    padding:
    22px
    20px;

    flex-direction:column;
    align-items:flex-start;
  }

  .footer-socials a{
    width:100%;
    justify-content:center;
  }
}