.main .hero{position:relative;display:flex;flex-direction:column;justify-content:center;height:calc(100vh - 77px);overflow:hidden;}
.main .hero .scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,15,16,.4),rgba(14,15,16,.85))}
.main .hero .bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;}
.main .hero .hero-content{position:relative;z-index:1;gap:15px;color:#fff;}
.main .hero .hero-content .t1{font-size:clamp(54px,6vw,64px);font-weight:800;}
.main .hero .hero-content .t2{margin:18px 20px 0 20px;font-size:clamp(20px,2.5vw,24px);font-weight:500;line-height:1.4;word-break:keep-all;}