body.category-playstation {
    --color-accent: #1d4ed8;
}

@media (max-width: 767px) {
    body.category-playstation .wp-brand-grid,
    body.category-playstation .wp-service-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    body.category-playstation .wp-content > h1:first-child {
        font-size: clamp(1.45rem, 5vw, 2rem);
    }
}
