/* ============================================================
   DEADLINK : footer / contact, deep + immersive.
   Cyan accent glows from the top; a giant pixel DEADLINK dissolves
   into the void at the bottom. Aligned to the same container as
   every section. Reuses hero logo + CTA. Email copies on click.
   ============================================================ */
.dl-footer{position:relative;z-index:2;padding-top:clamp(96px,12vw,184px);overflow:hidden}

/* blue accent from the top */
.dl-footer-glow{position:absolute;top:0;left:0;right:0;height:clamp(180px,24vw,360px);pointer-events:none;z-index:0;
  background:radial-gradient(78% 100% at 50% 0%, rgba(var(--cyan-rgb)/.18), rgba(var(--cyan-rgb)/0) 72%)}

.dl-footer .dl-sec-inner{position:relative;z-index:2;text-align:center}
.dl-footer-stmt{font-family:'Geist Pixel',monospace;font-weight:400;color:var(--offwhite);
  font-size:clamp(2rem,5vw,4.2rem);line-height:1.08;letter-spacing:0;margin:0 auto;max-width:15em}
.dl-footer-stmt .cyan{color:var(--cyan)}
.dl-footer-cta{margin-top:clamp(34px,4vw,58px);display:flex;flex-direction:column;align-items:center;gap:1.2rem}
.dl-footer-email{font-family:'Geist Mono',monospace;font-size:1rem;color:rgba(var(--ow-rgb)/.62);letter-spacing:.02em;
  background:none;border:0;padding:0;margin:0;cursor:pointer;transition:color .25s ease;display:inline-flex;align-items:center;gap:.6rem}
.dl-footer-email:hover{color:var(--cyan)}
.dl-footer-email.copied{color:var(--cyan)}
.dl-footer-email .hint{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--ow-rgb)/.32)}
.dl-footer-email.copied .hint{color:var(--cyan)}

/* giant immersive wordmark : dissolves into the void at the bottom */
.dl-footer-wordmark{position:relative;z-index:1;margin-top:clamp(36px,5vw,80px);padding:0 var(--pad);padding-bottom:clamp(160px,22vh,220px);text-align:center;line-height:.78;
  background:linear-gradient(180deg,rgba(8,8,13,0) 0%,var(--void) 32%,var(--void) 100%)}
.dl-footer-wordmark span{display:block;font-family:'Geist Pixel',monospace;font-weight:400;letter-spacing:.02em;
  font-size:clamp(3rem,19vw,17rem);
  background:linear-gradient(180deg, rgba(var(--ow-rgb)/.92) 0%, rgba(var(--cyan-rgb)/.45) 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 0 60px rgba(var(--cyan-rgb)/.14));
  -webkit-mask-image:linear-gradient(180deg,#000 0,#000 62%,transparent 100%);
          mask-image:linear-gradient(180deg,#000 0,#000 62%,transparent 100%)}

@media(max-width:640px){
  .dl-footer{padding-top:66px}
  .dl-footer-stmt{font-size:1.75rem;line-height:1.12;max-width:11em}
  .dl-footer-cta{margin-top:24px;gap:.9rem}
  .dl-footer-email{font-size:.78rem;line-height:1.35;flex-direction:column;gap:.25rem}
  .dl-footer-email .hint{font-size:.58rem}
  .dl-footer-wordmark{margin-top:28px}
  .dl-footer-wordmark span{font-size:clamp(2.7rem,18vw,4.8rem)}
}
