.ha-service-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-bottom:34px}
.ha-service-card{overflow:hidden}
.ha-service-card img{width:100%;height:290px;object-fit:cover;border-radius:32px 32px 0 0}
.ha-service-card:last-child{grid-column:1/-1}
.ha-service-card .card-body{padding:clamp(22px,3vw,34px)}
.ha-editorial-card img{width:100%;height:230px;object-fit:cover;border-radius:28px 28px 0 0}
.ha-editorial-card h2{font-size:clamp(1.45rem,2.2vw,2rem)}
.ha-page-shell>.ha-soft-panel{border-radius:38px!important}
.notice{border:1px solid var(--line);border-radius:22px;background:var(--glass)}
.ha-podcast-single .ha-audio-player{border-radius:28px!important}
.ha-about-story>*+*{margin-top:22px}
@media(max-width:760px){
 .ha-service-catalog{grid-template-columns:1fr}
 .ha-service-card:last-child{grid-column:auto}
 .ha-service-card img{height:230px}
}
