/*
 * ckc-brand.css — Columbus Kitchen Cost brand wiring
 * ═══════════════════════════════════════════════════════════
 * PATH: public/css/ckc-brand.css
 * ROLE: Sizing/placement for the CKC logo SVGs in the nav and footer.
 *       Palette/typography variables live in ckc-brand-variables.css
 *       (the kit file, kept pristine). Purpose-named classes only — no
 *       appearance or inline styles (house rule).
 * SEE: app/Views/layouts/public_main.php · sandbox-artifacts/kitchen-branding-2026-05-20/unpacked/README.md
 */

/* Nav: the horizontal color mark replaces the text wordmark. */
.pub-brand--logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.pub-brand-logo {
    height: 40px;
    width: auto;
    display: block;
}

/* Footer: reverse mark on the dark footer background. */
.pub-footer-logo {
    height: 38px;
    width: auto;
    display: block;
    margin: 0 auto 12px;
}

@media (max-width: 600px) {
    .pub-brand-logo { height: 32px; }
    .pub-footer-logo { height: 32px; }
}
