
/* BUILD 14 — HERO PHOTO VISIBILITY FIX */

/* Desktop: show more of the project image while keeping text readable */
.signature-hero{
  min-height:92vh !important;
  background:#070707;
}
.signature-hero-image{
  object-fit:cover !important;
  object-position:center 58% !important;
  animation:none !important;
  transform:none !important;
  filter:saturate(1.05) contrast(1.02) brightness(1.02) !important;
}
.signature-hero-shade{
  background:
    linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.54) 42%,rgba(0,0,0,.10) 76%,rgba(0,0,0,.04) 100%),
    linear-gradient(0deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.04) 60%,rgba(0,0,0,.16) 100%) !important;
}
.signature-hero-content{
  max-width:1450px;
}
.signature-hero h1{
  max-width:800px;
}
.signature-intro{
  max-width:650px;
}

/* Mobile: reduce crop and let more of the room show */
@media(max-width:820px){
  .signature-hero{
    min-height:auto !important;
    padding-bottom:0;
    display:block !important;
  }

  .signature-hero-image{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    height:54vh !important;
    min-height:390px !important;
    max-height:560px !important;
    object-fit:cover !important;
    object-position:center 62% !important;
    z-index:0;
    opacity:1 !important;
  }

  .signature-hero-shade{
    top:0 !important;
    height:54vh !important;
    min-height:390px !important;
    max-height:560px !important;
    bottom:auto !important;
    background:
      linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.24) 48%,rgba(0,0,0,.72) 100%) !important;
  }

  .signature-hero-accent{
    display:none !important;
  }

  .signature-hero-content{
    position:relative !important;
    margin-top:-115px !important;
    padding:0 22px 52px !important;
    background:linear-gradient(180deg,transparent 0,#050505 95px,#050505 100%);
  }

  .signature-eyebrow{
    margin-bottom:14px !important;
    font-size:.64rem !important;
  }

  .signature-hero h1{
    font-size:clamp(2.95rem,13vw,4.8rem) !important;
    line-height:.9 !important;
    max-width:100%;
  }

  .signature-intro{
    margin:20px 0 24px !important;
    font-size:.98rem !important;
    line-height:1.55 !important;
  }

  .signature-actions{
    gap:10px !important;
  }

  .signature-primary,
  .signature-secondary{
    min-height:52px !important;
  }

  .signature-proof{
    margin-top:22px !important;
  }

  .hero-slide-dots{
    left:22px !important;
    bottom:auto !important;
    top:calc(54vh - 35px) !important;
  }
}

/* Narrow phones */
@media(max-width:430px){
  .signature-hero-image,
  .signature-hero-shade{
    height:50vh !important;
    min-height:350px !important;
  }

  .hero-slide-dots{
    top:calc(50vh - 33px) !important;
  }

  .signature-hero-content{
    margin-top:-96px !important;
  }
}
