/* TOP174 v103: approved header/hero corrections and smoother section joins.
   Scope: visual CSS only. Keeps v100 service-summary panel and v102 CTA neutral background. */

/* Page foundation: remove extra top band so the hero starts from the top */
.page-wrap{
  padding:0 0 28px;
  background:#050505;
}
body{
  background:#050505;
}

/* Header: dark glassmorphism navbar over the hero, not a separate picture */
.site-header{
  position:absolute;
  top:24px;
  left:0;
  right:0;
  z-index:100;
  padding:0;
  background:transparent;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.header-shell.shell{
  min-height:88px;
  padding:13px 24px 13px 22px;
  border-radius:11px;
  border:1px solid rgba(220,220,220,.18);
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.012) 34%,rgba(0,0,0,.12)),
    rgba(5,5,5,.64);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.58),
    0 18px 44px rgba(0,0,0,.46);
  -webkit-backdrop-filter:blur(16px) saturate(120%);
  backdrop-filter:blur(16px) saturate(120%);
}
.site-header.scrolled .header-shell{
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.012) 34%,rgba(0,0,0,.12)),
    rgba(5,5,5,.68);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(0,0,0,.58),
    0 18px 44px rgba(0,0,0,.46);
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.brand img{
  width:190px;
  max-height:64px;
  height:auto;
  object-fit:contain;
  filter:
    drop-shadow(0 6px 14px rgba(0,0,0,.58))
    drop-shadow(0 0 10px rgba(255,138,31,.08));
}
.main-nav{
  gap:24px;
  margin-left:24px;
}
.main-nav > a,
.nav-trigger{
  font-size:15px;
  font-weight:600;
  color:rgba(255,255,255,.90);
}
.nav-trigger{
  min-height:42px;
  padding:0 17px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
}
.header-phone{
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.62);
}
.header-btn{
  height:58px;
  min-width:168px;
  border-radius:8px;
}

/* Hero: full-width/full-screen background instead of a centered picture block */
.hero-section{
  position:relative;
  min-height:100svh;
  padding:0;
  margin:0;
  overflow:hidden;
  background:#050505;
}
.hero-section > .hero-shell.shell{
  width:100%;
  max-width:none;
  min-height:100svh;
  margin:0;
  overflow:hidden;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:#050505;
}
.hero-art{
  background-image:url('hero-bg.png');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero-overlay{
  background:
    linear-gradient(90deg, rgba(5,5,6,.86) 0%, rgba(5,5,6,.78) 18%, rgba(7,7,8,.55) 39%, rgba(7,7,8,.18) 58%, rgba(7,7,8,.02) 78%, rgba(7,7,8,0) 100%),
    linear-gradient(180deg, rgba(0,0,0,.30) 0%, rgba(0,0,0,.05) 22%, rgba(0,0,0,.06) 72%, rgba(0,0,0,.64) 100%);
}
.hero-content{
  width:min(1448px,calc(100% - 52px));
  max-width:none;
  margin:0 auto;
  padding:170px 0 72px 34px;
}
.hero-content h1,
.hero-lead,
.hero-list,
.hero-buttons,
.hero-feature-row{
  max-width:710px;
}
.hero-feature-row{
  max-width:636px;
}
.hero-shell::after{
  opacity:.22;
}
.hero-section + .directions-band{
  margin-top:-1px;
}

/* Smoother visual joining between image backgrounds */
.directions-band,
.service-summary-section,
.process-band,
.cta-band{
  margin-top:-1px;
}
.directions-band .band-bg-top{
  background:
    linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.12) 52%,rgba(0,0,0,.34)),
    url('section-directions-bg-v121.webp') center top / cover no-repeat;
}
.service-summary-section{
  background:#070707;
  padding:42px 0 42px;
}
.service-summary-section::before{
  background:
    linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.20) 30%,rgba(0,0,0,.68)),
    linear-gradient(90deg,rgba(0,0,0,.76),transparent 20%,transparent 80%,rgba(0,0,0,.76)),
    url('section-directions-bg-v121.webp') center center / cover no-repeat;
}
.process-band .band-bg-mid,
.cta-band .band-bg-bottom{
  background:
    linear-gradient(180deg,rgba(0,0,0,.24),rgba(0,0,0,.08) 42%,rgba(0,0,0,.24)),
    url('section-workflow-bg-v121.webp') center center / cover no-repeat;
}
.directions-band::before,
.process-band::before,
.service-summary-section::after{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);
  opacity:.55;
}
.directions-band::after,
.process-band::after,
.cta-band::after{
  opacity:.10;
}

/* Footer logo follows the same approved asset */
.footer-brand img{
  width:150px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 7px 14px rgba(0,0,0,.62));
}

@media(max-width:1180px){
  .main-nav{gap:14px;margin-left:12px}
  .brand img{width:164px;max-height:58px}
  .header-actions{gap:14px}
  .header-phone{font-size:15px}
  .header-btn{min-width:150px;height:52px;padding:0 18px}
}
@media(max-width:980px){
  .site-header{top:12px}
  .header-shell.shell{min-height:72px;border-radius:10px}
  .hero-content{padding-top:128px}
}
@media(max-width:760px){
  .page-wrap{padding-top:0}
  .shell,
  .home-mobile-panel{
    width:min(100% - 20px,1770px);
  }
  .site-header{top:10px}
  .header-shell.shell{padding:10px 12px}
  .brand img{width:132px;max-height:48px}
  .hero-section > .hero-shell.shell{min-height:100svh}
  .hero-art{background-position:64% center}
  .hero-content{
    width:min(100% - 20px,1770px);
    padding:118px 12px 48px 12px;
  }
}
