
/* WIT BUILD 12 — SIGNATURE REBUILD */
:root{--wit-red:#ff1f28;--wit-black:#050505;--wit-white:#fff}
html{scroll-behavior:smooth}
body{overflow-x:hidden}

.signature-hero{
  min-height:100svh;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  background:#050505;
}
.signature-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  animation:witHeroZoom 18s ease-in-out infinite alternate;
  filter:saturate(1.08) contrast(1.04) brightness(.9);
}
@keyframes witHeroZoom{
  from{transform:scale(1.01)}
  to{transform:scale(1.09) translateX(-1.3%)}
}
.signature-hero-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.70) 45%,rgba(0,0,0,.20) 100%),
    linear-gradient(0deg,rgba(0,0,0,.77) 0%,rgba(0,0,0,.10) 58%,rgba(0,0,0,.25) 100%);
}
.signature-hero-accent{
  position:absolute;
  width:360px;height:360px;
  right:5%;top:15%;
  border-radius:50%;
  background:rgba(255,31,40,.18);
  filter:blur(75px);
  z-index:1;
  animation:witGlow 6s ease-in-out infinite alternate;
}
@keyframes witGlow{to{transform:translate(22px,-18px) scale(1.16);opacity:.28}}
.signature-hero-content{
  position:relative;
  z-index:3;
  width:min(1400px,100%);
  margin:0 auto;
  padding:170px 6vw 88px;
}
.signature-eyebrow{
  color:var(--wit-red);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.78rem;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 20px;
}
.signature-eyebrow:before{
  content:"";
  width:45px;height:2px;
  background:var(--wit-red);
  box-shadow:0 0 18px rgba(255,31,40,.85);
}
.signature-hero h1{
  margin:0;
  max-width:940px;
  color:white;
  text-transform:uppercase;
  font-size:clamp(4rem,8.7vw,9.5rem);
  line-height:.83;
  letter-spacing:-.055em;
}
.signature-hero h1 span{
  color:var(--wit-red);
  text-shadow:0 0 30px rgba(255,31,40,.30);
  animation:witTextGlow 2.4s ease-in-out infinite alternate;
}
@keyframes witTextGlow{to{text-shadow:0 0 50px rgba(255,31,40,.62)}}
.signature-intro{
  max-width:720px;
  color:#eee;
  font-size:clamp(1rem,1.7vw,1.3rem);
  line-height:1.6;
  margin:28px 0 32px;
}
.signature-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.signature-primary,.signature-secondary{
  min-height:58px;
  padding:0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.06em;
  position:relative;
  overflow:hidden;
  transition:.25s ease;
}
.signature-primary{background:var(--wit-red);color:white;border:2px solid var(--wit-red)}
.signature-secondary{background:rgba(0,0,0,.32);color:white;border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(8px)}
.signature-primary:hover,.signature-secondary:hover{transform:translateY(-3px)}
.signature-primary:hover{box-shadow:0 16px 42px rgba(255,31,40,.35)}
.signature-proof{
  max-width:820px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:42px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(0,0,0,.44);
  backdrop-filter:blur(12px);
}
.signature-proof>div{
  padding:17px 20px;
  border-right:1px solid rgba(255,255,255,.18);
}
.signature-proof>div:last-child{border-right:0}
.signature-proof strong,.signature-proof small{display:block}
.signature-proof strong{color:white;text-transform:uppercase;font-size:.82rem;letter-spacing:.05em}
.signature-proof small{color:#aaa;margin-top:4px}
.signature-project-tag{
  position:absolute;
  right:28px;
  bottom:25px;
  z-index:3;
  background:rgba(0,0,0,.72);
  border-left:4px solid var(--wit-red);
  padding:13px 17px;
  backdrop-filter:blur(8px);
}
.signature-project-tag small,.signature-project-tag strong{display:block}
.signature-project-tag small{color:#aaa;text-transform:uppercase;letter-spacing:.12em;font-size:.65rem}
.signature-project-tag strong{color:white;text-transform:uppercase;font-size:.86rem;margin-top:4px}

.signature-marquee{
  overflow:hidden;
  background:#080808;
  border-block:1px solid #242424;
  padding:16px 0;
}
.signature-marquee-track{
  width:max-content;
  display:flex;
  align-items:center;
  gap:22px;
  color:white;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:900;
  animation:witMarquee 28s linear infinite;
}
.signature-marquee-track span{white-space:nowrap}
.signature-marquee-track i{font-style:normal;color:var(--wit-red)}
@keyframes witMarquee{to{transform:translateX(-50%)}}

/* Fix prior mobile credential overlap and call bar */
.mobile-call,.sticky-call{
  min-height:48px!important;
  height:auto!important;
  padding:12px 18px!important;
  font-size:.9rem!important;
  border-radius:12px!important;
  letter-spacing:.01em!important;
}
.reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .72s ease,transform .72s cubic-bezier(.16,1,.3,1);
}
.reveal.wit-visible{opacity:1;transform:none}
.service,.project-card{
  transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease,border-color .35s ease;
}
.service:hover,.project-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 60px rgba(0,0,0,.38);
}
.project-card img{transition:transform .7s ease,filter .5s ease}
.project-card:hover img{transform:scale(1.055);filter:saturate(1.08)}

@media(max-width:820px){
  .signature-hero{min-height:100svh}
  .signature-hero-image{object-position:62% center}
  .signature-hero-shade{
    background:
      linear-gradient(0deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.76) 58%,rgba(0,0,0,.30) 100%);
  }
  .signature-hero-content{padding:142px 22px 88px}
  .signature-eyebrow{font-size:.67rem;letter-spacing:.08em;line-height:1.5}
  .signature-eyebrow:before{width:26px}
  .signature-hero h1{font-size:clamp(3.25rem,14vw,5.6rem);line-height:.87;text-align:left}
  .signature-intro{font-size:1rem;margin:24px 0 27px;text-align:left}
  .signature-actions{display:grid;grid-template-columns:1fr}
  .signature-primary,.signature-secondary{width:100%;min-height:56px;padding:0 18px}
  .signature-proof{
    grid-template-columns:1fr;
    width:100%;
    margin-top:28px;
  }
  .signature-proof>div{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:13px 15px;
  }
  .signature-proof>div:last-child{border-bottom:0}
  .signature-proof strong{font-size:.76rem}
  .signature-proof small{text-align:right;font-size:.75rem;margin:0}
  .signature-project-tag{display:none}
  .signature-hero-accent{right:-25%;top:17%}
  .mobile-call,.sticky-call{
    left:16px!important;
    right:16px!important;
    bottom:9px!important;
    width:auto!important;
    max-width:none!important;
  }
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation:none!important;transition:none!important}
}
