.mag-hero { display:grid; grid-template-columns:1.7fr 1fr; gap:34px; padding-bottom:0; }
.mag-hero-has-img { padding:34px; min-height:420px; border:1px solid #dbeafe; border-radius:16px; box-shadow:inset 0 0 0 1px rgba(255,255,255,.4), 0 16px 46px rgba(16,21,31,.12); }
.mag-hero-side-thumb { position:relative; display:block; height:104px; margin-bottom:12px; border-radius:10px; background-color:#dbeafe; background-size:cover; background-position:center; box-shadow:0 8px 22px rgba(16,21,31,.1); overflow:hidden; transition:background-size .4s ease; }
.mag-hero-main { padding-right:30px; border-right:1px solid #e5e7eb; align-self:center; }
.mag-kicker { font:800 10.5px/1 'Source Sans 3',sans-serif; letter-spacing:.15em; text-transform:uppercase; color:#1d4ed8; margin:0 0 12px; }
.mag-hero-title { font:700 2.7rem/1.08 'Libre Baskerville',serif; margin:0 0 16px; letter-spacing:-.05em; text-wrap:balance; }
.mag-hero-title a { color:#10151f; transition:color .15s ease; }
.mag-hero-title a:hover { color:#1d4ed8; }
.mag-dek { font:400 1.08rem/1.65 'Source Sans 3',sans-serif; color:#334155; margin:0 0 16px; max-width:620px; }
.mag-meta { position:relative; padding-left:14px; font:600 .82rem/1 'Source Sans 3',sans-serif; color:#9aa4b2; margin:0; }
.mag-meta:before { content:""; position:absolute; left:0; top:50%; width:8px; height:1px; background:#1d4ed8; transform:translateY(-50%); }
.mag-hero-side { display:flex; flex-direction:column; gap:20px; }
.mag-hero-side-item { padding-bottom:20px; border-bottom:1px solid #e5e7eb; }
.mag-hero-side-item:hover .mag-hero-side-thumb { background-size:112%; }
.mag-hero-side-item:last-child { padding-bottom:0; border-bottom:0; }
.mag-hero-side-item h4 { font:700 1.16rem/1.32 'Libre Baskerville',serif; margin:0 0 8px; letter-spacing:-.03em; }
.mag-hero-side-item h4 a { color:#10151f; transition:color .15s ease; }
.mag-hero-side-item h4 a:hover { color:#1d4ed8; }
@media (max-width:900px) {
    .mag-hero { grid-template-columns:1fr; }
    .mag-hero-main { border-right:none; padding-right:0; border-bottom:1px solid #e5e7eb; padding-bottom:24px; }
}
