/*
Theme Name:   Brothers Built
Theme URI:    https://brothersbuilt.com
Description:  Child theme for the Brothers Built website (brothersbuilt.com). 
              Custom styling and functionality built on the Kadence theme.
              Designed for "Natural Grimdark Elegance" aesthetic — blending 
              Warhammer 40k grimdark Orks, bearded dragons, terrariums, plants, 
              fish, and physical goods shop.
Author:       Shiloh Guin
Author URI:   https://brothersbuilt.com
Template:     kadence
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  brothers-built
*/

/* 
 * ============================================
 * BROTHERS BUILT — INITIAL CHILD THEME STYLES
 * ============================================
 * 
 * Best Practice: All custom CSS goes here (or in separate partials imported later).
 * Never edit the parent Kadence theme files directly.
 *
 * Color Palette (Natural Grimdark Elegance):
 * --bb-forest-base: #1a2e1f;
 * --bb-forest-accent: #4a7c59;
 * --bb-warm-wood: #8B5E3C;      (warm wood tones)
 * --bb-charcoal: #2C2C2C;
 * --bb-cream: #F5F2E9;
 *
 * Typography & Spacing notes will be added as we build Global Styles.
 */

/* Example: Basic button styling aligned with our aesthetic */
.btn, 
.button, 
.wp-block-button__link {
    background-color: var(--bb-forest-accent, #4a7c59);
    color: #fff;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn:hover, 
.button:hover, 
.wp-block-button__link:hover {
    background-color: var(--bb-forest-base, #1a2e1f);
    transform: translateY(-1px);
}

/* Future sections: 
   - Hero / Homepage specific
   - Dragon clutch photo grids
   - Fan fiction chapter navigation
   - Gallery masonry / lightbox tweaks
   - WooCommerce product cards
*/
