.site-footer{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(180deg, rgba(14,10,14,.55), rgba(10,7,10,.98)),
    #09070b;
  color:#fff;
}

html[data-theme="light"] .site-footer{
  border-top-color:rgba(104,68,41,.07);
  background:
    linear-gradient(180deg, rgba(242,232,220,.74), rgba(235,223,210,.98)),
    #e9dccf;
  color:#1b140f;
}

.site-footer-glow{
  position:absolute;
  width:24rem;
  height:24rem;
  border-radius:999px;
  filter:blur(12px);
  opacity:.42;
  pointer-events:none;
}

.footer-glow-one{
  top:-8rem;
  right:-6rem;
  background:radial-gradient(circle, rgba(255,141,71,.26), rgba(255,141,71,0));
}

.footer-glow-two{
  bottom:-10rem;
  left:-7rem;
  background:radial-gradient(circle, rgba(255,202,114,.22), rgba(255,202,114,0));
}

.footer-shell{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.35fr .85fr .85fr;
  gap:2rem;
  padding:3.5rem 0 2rem;
}

.footer-brand{
  display:inline-flex;
  align-items:center;
  gap:.7rem;
  font-family:"Syne",sans-serif;
  font-size:1.4rem;
  font-weight:700;
  letter-spacing:-.04em;
}

.footer-brand-text,
.footer-brand-inline{
  display:inline-flex;
  align-items:baseline;
  gap:.34rem;
}

.footer-brand-keyword{
  color:#ff9a4a;
}

html[data-theme="light"] .footer-brand-keyword{
  color:#c96a27;
}

.footer-brand-dot{
  width:.9rem;
  height:.9rem;
  border-radius:999px;
  background:linear-gradient(135deg, #ffd172, #ff9348, #ffb567);
  box-shadow:0 0 0 8px rgba(255,141,71,.06);
}

.footer-tagline{
  max-width:32rem;
  margin:1rem 0 1.3rem;
  color:rgba(225,232,255,.68);
  line-height:1.8;
}

html[data-theme="light"] .footer-tagline{
  color:rgba(56,35,24,.68);
}

.footer-contact-pill{
  display:inline-flex;
  align-items:center;
  padding:.8rem 1.05rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.05);
  color:#fff;
  text-decoration:none;
  font-size:.92rem;
  font-weight:700;
}

html[data-theme="light"] .footer-contact-pill{
  border-color:rgba(104,68,41,.08);
  background:rgba(246,238,230,.78);
  color:#1b140f;
}

.footer-links-block{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.footer-heading{
  color:var(--studio-accent);
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.footer-links{
  display:grid;
  gap:.85rem;
}

.footer-link,
.footer-note-link{
  color:rgba(225,232,255,.74);
  font-size:.95rem;
  line-height:1.5;
  text-decoration:none;
}

html[data-theme="light"] .footer-link,
html[data-theme="light"] .footer-note-link{
  color:rgba(56,35,24,.76);
}

.footer-link:hover{
  color:#fff;
}

html[data-theme="light"] .footer-link:hover{
  color:#181116;
}

.footer-bottom{
  position:relative;
  z-index:1;
  border-top:1px solid rgba(255,255,255,.08);
}

html[data-theme="light"] .footer-bottom{
  border-top-color:rgba(104,68,41,.07);
}

.footer-bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 0 1.25rem;
}

.footer-copy,
.footer-note{
  color:rgba(225,232,255,.48);
  font-size:.82rem;
  line-height:1.5;
}

html[data-theme="light"] .footer-copy,
html[data-theme="light"] .footer-note{
  color:rgba(56,35,24,.54);
}

@media (max-width: 991.98px){
  .footer-shell{
    grid-template-columns:1fr;
    padding:2.8rem 1rem 1.8rem;
  }

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

@media (max-width: 767.98px){
  .footer-shell{
    gap:1.6rem;
    padding:2.25rem 1rem 1.5rem;
  }

  .footer-brand{
    font-size:1.2rem;
  }

  .footer-tagline{
    margin:.9rem 0 1.1rem;
    font-size:1rem;
    line-height:1.65;
  }

  .footer-contact-pill{
    width:100%;
    justify-content:center;
    padding:.9rem 1rem;
    font-size:.95rem;
  }

  .footer-links-block{
    gap:.85rem;
  }

  .footer-links{
    gap:.75rem;
  }

  .footer-link,
  .footer-note-link{
    font-size:1rem;
  }

  .footer-bottom-inner{
    padding:1rem 1rem 1.25rem;
  }
}
