/*
 * Gold theme — derived from the BWBS logo palette.
 * Activate via SITE_THEME=gold in config/.env
 */
:root {
    --bwbs-bg: #ffffff;
    --bwbs-ink: #1a1a1a;
    --bwbs-muted: #5a5550;
    --bwbs-accent: #c8963e;
    --bwbs-accent-hover: #b07e2f;
    --bwbs-accent-text: #fff;
    --bwbs-soft: #faf6f0;
    --bwbs-hero-bg: linear-gradient(180deg, #faf6f0 0%, #ffffff 100%);
}

.navbar { background-color: #1a1a1a !important; border-bottom-color: #2a2520 !important; }
.navbar .navbar-brand { color: #fff !important; }
.navbar .link-dark { color: #ccc !important; }
.navbar .link-dark:hover { color: #c8963e !important; }
.navbar .btn-dark { background: #c8963e; border-color: #c8963e; }
.navbar .btn-dark:hover { background: #b07e2f; border-color: #b07e2f; }

.feature-card { border-color: #ebe3d6; }
.podcast-card-media { background: #f5efe6; border-bottom-color: #ebe3d6; }

.price-card { border-color: #ebe3d6; }
.price-amount { color: #c8963e; }

.faq-item { border-bottom-color: #ebe3d6; }

footer { background: #1a1a1a !important; border-top-color: #2a2520 !important; }
footer, footer .text-muted { color: #999 !important; }
footer a { color: #c8963e !important; }
