header{grid-template-columns:220px auto 1fr;gap:14px}
.age-badge{display:inline-grid;place-items:center;min-width:48px;min-height:48px;border:2px solid var(--ink);border-radius:50%;font-weight:900;background:var(--paper)}
@media(max-width:900px){header{grid-template-columns:1fr auto auto}}
.keyword-context{max-width:62ch;margin:18px 0 0;padding:14px 16px;border-left:5px solid var(--orange);background:rgba(255,255,255,.82);font-size:.94rem}
.hero-copy .keyword-context{color:var(--ink)}
