#post-hero{align-items:center;border-bottom:1px solid var(--border-dark);display:grid;gap:3.5rem;grid-template-columns:1fr 1fr;padding:var(--gutter-y) var(--gutter)}#post-hero .post-hero__text{min-width:0}#post-hero .post-hero__title{line-height:var(--lh-heading);margin-bottom:1.5rem}#post-hero .post-hero__dek{color:var(--mid);font-size:var(--fs-large);line-height:var(--lh-list);margin-bottom:2.5rem;max-width:50ch}#post-hero .post-hero__meta{align-items:center;color:var(--muted);display:flex;font-size:var(--fs-tiny);font-variant-numeric:tabular-nums;gap:.6rem}#post-hero .post-hero__sep{opacity:.45}#post-hero .post-hero__figure{aspect-ratio:1200/628;background:var(--off-white);border:1px solid var(--border-dark);overflow:hidden}#post-hero .post-hero__figure img{display:block;height:100%;object-fit:cover;width:100%}