/*
Theme Name: Business Butler
Description: Business Butler — AI Assistants & Automation for Small Business. Warm navy/cream redesign.
Author: Business Butler
Template: twentytwentyfive
Version: 2.0.0
Text Domain: business-butler
*/

/* ──────────────────────────────────────────────
   BASE — fonts, colours, resets
   Design system (from the redesign demo files):
   navy #10233f · footer navy #0b1a30 · gold #c8a24c
   gold hover #d8b661 · muted gold #b4863a
   cream page #f6f2ea · card #fffdf8 · warm #efe8da / #e7dfcf
   success green #1f7a4d
────────────────────────────────────────────── */
html, body, .wp-site-blocks {
    background: #f6f2ea !important;
}
body {
    font-family: 'Mulish', system-ui, -apple-system, sans-serif;
    color: #1c2536;
    -webkit-font-smoothing: antialiased;
    margin: 0 !important;
    padding: 0 !important;
}
.wp-site-blocks h1, .wp-site-blocks h2, .wp-site-blocks h3,
.bb-modal h1, .bb-modal h2, .bb-modal h3 {
    font-family: 'Newsreader', Georgia, serif;
    font-weight: 500;
    margin: 0;
}
.wp-site-blocks p { margin: 0; }
.wp-site-blocks a { color: #10233f; text-decoration: none; }
.wp-site-blocks a:hover { color: #b4863a; }

/* ──────────────────────────────────────────────
   FULL-WIDTH RESET
   Twenty Twenty-Five applies clamp() root padding so section
   backgrounds don't reach the edge — kill it so our full-bleed
   navy / cream / warm sections span edge to edge. Each section
   supplies its own inner max-width + padding inline.
────────────────────────────────────────────── */
.wp-site-blocks,
main, main.wp-block-group,
.wp-block-post-content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wp-block-template-part { margin: 0 !important; }
.wp-block-group.alignfull, .alignfull {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

/* ──────────────────────────────────────────────
   NAV — hover + active state (set by JS on the current page)
────────────────────────────────────────────── */
.bb-nav-link { transition: color 0.18s; padding-bottom: 2px; }
.bb-nav-link:hover { color: #c8a24c !important; }
.bb-nav-link.is-active { color: #c8a24c !important; font-weight: 600 !important; }

/* ──────────────────────────────────────────────
   BUTTONS — hover states (replaces the demo's style-hover)
────────────────────────────────────────────── */
.bb-btn-gold, .bb-btn-navy {
    transition: background 0.18s, transform 0.12s, opacity 0.15s;
}
.bb-btn-gold:hover { background: #d8b661 !important; transform: translateY(-1px); }
.bb-btn-navy:hover { background: #1a3559 !important; transform: translateY(-1px); }

/* Text links with the gold underline ("Learn More →" / "See Services →") */
.bb-textlink { transition: color 0.18s; }
.bb-textlink:hover { color: #c8a24c !important; }

/* ──────────────────────────────────────────────
   CONTACT FORM (rendered by the Business Butler Contact plugin)
────────────────────────────────────────────── */
.bb-form input:focus, .bb-form textarea:focus {
    outline: 2px solid rgba(200,162,76,0.55);
    outline-offset: 1px;
    border-color: #c8a24c !important;
}
.bb-form input::placeholder, .bb-form textarea::placeholder { color: #9aa2b0; }

/* ──────────────────────────────────────────────
   RESPONSIVE
────────────────────────────────────────────── */
@media (max-width: 640px) {
    .bb-nav { padding: 12px 18px !important; }
    .bb-nav .bb-nav-links { gap: 16px !important; }
}
