/*
 Theme Name:   BAOHUI HOME
 Theme URI:    https://www.miaoda.cn
 Description:  BAOHUI HOME — premium building materials export storefront. Child theme of Storefront, tailored for ceramic tiles, lighting, bathroom & kitchen hardware. Warm amber/terracotta design system, WhatsApp-first B2B lead capture, WooCommerce ready.
 Author:       Albert TAN / BAOHUI HOME
 Author URI:   https://wa.me/8613249206646
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  baohui-home
*/

/* ===================================================================
   BAOHUI HOME — base overrides
   The full design system (colors, hero, cards, sections) lives in
   assets/theme.css, enqueued from functions.php.
   =================================================================== */

:root {
  --bh-amber:   #B45309;
  --bh-amber-d: #92400E;
  --bh-amber-l: #D97706;
  --bh-dark:    #1C1917;
  --bh-dark-l:  #292524;
  --bh-cream:   #FAF7F2;
  --bh-surface: #F5F0E8;
  --bh-stone:   #78716C;
  --bh-stone-l: #A8A29E;
  --bh-gold:    #D4A017;
  --bh-teal:    #0F766E;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Typography: wire up the brand fonts (loaded in functions.php) */
body,
button, input, select, textarea {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.font-display,
.site-title,
.site-branding .site-title {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

/* Storefront layout tweak: a touch more breathing room */
.site-content {
  margin-bottom: 0;
}
.col-full {
  max-width: 1280px;
}

/* Buttons → brand gradient */
.button,
.wc-block-components-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.alt.button {
  border-radius: 0.75rem;
  font-weight: 600;
}

/* WooCommerce price color → brand dark */
.woocommerce-Price-amount {
  color: var(--bh-dark);
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.onsale {
  background: var(--bh-amber-l);
  border-radius: 999px;
}

/* Hide Storefront breadcrumb on the shop (cleaner catalog) */
.woocommerce .woocommerce-breadcrumb {
  margin-top: 1.5rem;
}
