.agc-hero {
display: flex;
flex-wrap: wrap;
gap: 16px;
align-items: center;
}
.agc-hero img {
max-width: 100%;
height: auto;
border-radius: var(--xf-borderRadiusMedium, 6px);
}
.agc-hero__text { flex: 1 1 320px; }
/* Sticky in-page category nav */
.agc-toc {...