.hyn-service-page{width:100%;background:#fff;color:#1b1b1b}
.hyn-service-details{padding:80px 0 110px}
.hyn-service-shell{width:100%;max-width:1500px;margin:0 auto;padding:0 4vw;box-sizing:border-box}
.hyn-service-primary-image{width:100%;height:min(68vh,760px);margin:0 0 90px;overflow:hidden;border-radius:10px}
.hyn-service-primary-image img{display:block;width:100%;height:100%;object-fit:cover}
.hyn-service-block,.hyn-service-process-title{display:flex;flex-direction:column;align-items:flex-start;gap:22px}
.hyn-service-kicker{width:100%;font-size:14px;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;color:#777}
.hyn-service-copy{width:100%;max-width:1050px}
.hyn-service-copy h2,.hyn-service-process-title h2{margin:0 0 28px;font-size:clamp(38px,4vw,64px);line-height:1.04;font-weight:500;letter-spacing:-.04em}
.hyn-service-copy p{max-width:1050px;margin:0 0 22px;font-size:18px;line-height:1.75;color:#555}
.hyn-service-process{margin-top:95px}
.hyn-service-process-title{padding-top:65px;border-top:1px solid #ddd;margin-bottom:38px}
.hyn-service-process-title h2{width:100%;max-width:1050px}
.hyn-service-steps{display:flex;flex-direction:column}
.hyn-service-step{display:flex;align-items:flex-start;gap:35px;padding:30px 0;border-top:1px solid #ddd}
.hyn-service-step>span{flex:0 0 60px;font-size:14px;color:#999}
.hyn-service-step h3{flex:0 0 28%;margin:0;font-size:22px;line-height:1.3;font-weight:500}
.hyn-service-step p{flex:1;max-width:680px;margin:0;font-size:16px;line-height:1.7;color:#666}
@media(max-width:900px){
 .hyn-service-shell{padding:0 24px}
 .hyn-service-details{padding:65px 0 85px}
 .hyn-service-primary-image{height:55vh;margin-bottom:65px}
 .hyn-service-step{flex-wrap:wrap;gap:16px}
 .hyn-service-step h3{flex:1}
 .hyn-service-step p{flex-basis:100%;padding-left:76px}
}
@media(max-width:600px){
 .hyn-service-shell{padding:0 18px}
 .hyn-service-details{padding:50px 0 70px}
 .hyn-service-primary-image{height:45vh;margin-bottom:50px;border-radius:8px}
 .hyn-service-process{margin-top:70px}
 .hyn-service-process-title{padding-top:50px}
 .hyn-service-step p{padding-left:0}
}