/* About page — dark-red glow behind the pack shot, matching live's `.about-us`
   section background. Loaded only on /about via the per-page CSS convention, so
   it safely targets the page's single text-image (`.db-feature`) block. */
.db-feature {
    background: radial-gradient(ellipse 115% 60% at 50% 63%,
        #5c0808 0%,
        #440606 34%,
        #260303 58%,
        #0c0101 80%,
        #000 100%);
}
