/* MASTER 2.9 A · V34 — Factory hero alignment */
.m28-factory-hero{
  height:min(720px,calc(100vh - 72px));
  min-height:620px;
  align-items:center;
}

.m28-factory-hero .m25-page-hero-overlay{
  background:
    linear-gradient(90deg,rgba(12,22,16,.92) 0%,rgba(13,23,17,.78) 34%,rgba(13,23,17,.35) 63%,rgba(13,23,17,.08) 100%),
    linear-gradient(0deg,rgba(9,15,11,.5),transparent 54%);
}

.m28-factory-hero .m25-page-hero-copy{
  width:min(1180px,calc(100% - 48px));
  max-width:none;
  margin:0 auto;
  padding:58px 0 86px;
  text-align:left;
}

.m28-factory-hero .m25-kicker{
  max-width:680px;
  margin:0 0 22px;
  font-size:.66rem;
  letter-spacing:.19em;
  color:#d7b67c;
}

.m28-factory-hero .m25-page-hero-copy h1{
  max-width:760px;
  margin:0 0 24px;
  font-size:clamp(3.35rem,5.25vw,5.75rem);
  line-height:.96;
  letter-spacing:-.045em;
  text-align:left;
}

.m28-factory-hero .m25-page-hero-copy>p{
  max-width:590px;
  margin:0;
  font-size:1rem;
  line-height:1.72;
  color:#e0d8cc;
}

.m28-factory-hero .m25-hero-proof{
  display:grid;
  grid-template-columns:repeat(4,max-content);
  gap:16px 28px;
  width:fit-content;
  max-width:720px;
  margin-top:30px;
  padding-top:17px;
}

.m28-factory-hero .m25-hero-proof span{
  font-size:.61rem;
  line-height:1.4;
  white-space:nowrap;
}

.m28-factory-hero-index{
  padding:18px 24px;
  gap:6px 13px;
}

@media (max-width:900px){
  .m28-factory-hero{
    height:auto;
    min-height:620px;
  }
  .m28-factory-hero .m25-page-hero-copy{
    width:min(100% - 32px,680px);
    padding:92px 0 72px;
  }
  .m28-factory-hero .m25-page-hero-copy h1{
    max-width:620px;
    font-size:clamp(3rem,8.5vw,4.8rem);
  }
}

@media (max-width:620px){
  .m28-factory-hero{
    min-height:610px;
    align-items:flex-end;
  }
  .m28-factory-hero>img{
    object-position:61% center;
  }
  .m28-factory-hero .m25-page-hero-overlay{
    background:
      linear-gradient(90deg,rgba(11,20,15,.91),rgba(12,21,16,.58) 72%,rgba(12,21,16,.22)),
      linear-gradient(0deg,rgba(8,14,10,.82),transparent 68%);
  }
  .m28-factory-hero .m25-page-hero-copy{
    width:calc(100% - 32px);
    padding:96px 0 58px;
  }
  .m28-factory-hero .m25-kicker{
    margin-bottom:18px;
    font-size:.56rem;
  }
  .m28-factory-hero .m25-page-hero-copy h1{
    max-width:100%;
    margin-bottom:20px;
    font-size:clamp(2.55rem,11.4vw,3.55rem);
    line-height:1;
  }
  .m28-factory-hero .m25-page-hero-copy>p{
    max-width:34rem;
    font-size:.91rem;
    line-height:1.62;
  }
  .m28-factory-hero .m25-hero-proof{
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    gap:12px 18px;
    margin-top:24px;
  }
  .m28-factory-hero .m25-hero-proof span{
    white-space:normal;
    font-size:.56rem;
  }
}
