
/* Bayan Industries v14 */
.industry-card{overflow:hidden;display:flex;flex-direction:column;min-height:100%;}
.industry-card__media{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;margin:0 0 18px;background:#eef2f6;}
.industry-card h3{margin-top:0;}
.page-head.page-hero--premium>.wrap{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(36px,5vw,84px);align-items:center;padding-block:clamp(72px,7vw,118px);}
html[dir="rtl"] .page-head.page-hero--premium>.wrap{direction:rtl;}
.page-hero--premium .page-hero-copy{max-width:760px;}
.page-hero--premium .page-hero-copy h1{margin-bottom:24px;}
.page-hero--premium .page-hero-art{width:100%;aspect-ratio:16/10;border-radius:26px;overflow:hidden;background:#0a1f3c;box-shadow:0 20px 55px rgba(10,31,60,.14);}
.page-hero--premium .page-hero-art img{width:100%;height:100%;display:block;object-fit:cover;}
.page-hero--premium .post-alt{margin-top:22px;}
.sec-ind .industry-card__media{aspect-ratio:16/8.5;margin-bottom:14px;}
@media (max-width:900px){
 .page-head.page-hero--premium>.wrap{grid-template-columns:1fr;padding-block:56px;gap:30px;}
 .page-hero--premium .page-hero-art{max-width:720px;}
}
@media (max-width:620px){
 .industry-card__media{aspect-ratio:16/9;border-radius:12px;margin-bottom:14px;}
 .page-head.page-hero--premium>.wrap{padding-block:38px;}
 .page-hero--premium .page-hero-art{border-radius:20px;}
}

/* v14.1 — clean industry hero photos (remove legacy placeholder ornaments) */
.page-head.page-hero--premium .page-hero-art::before,
.page-head.page-hero--premium .page-hero-art::after{
  content:none!important;
  display:none!important;
}
.page-head.page-hero--premium .page-hero-art{
  isolation:isolate;
  background:none!important;
}
.page-head.page-hero--premium .page-hero-art img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.page-head.page-hero--premium .page-hero-copy .post-alt{
  display:none!important;
}
