/*
Theme Name: FretPrime B2B
Theme URI: https://fretprime.com
Author: FretPrime Guitar Parts Co., Ltd.
Author URI: https://fretprime.com
Description: Professional B2B WordPress + WooCommerce theme for FretPrime Guitar Parts — inquiry-based wholesale catalog with factory-direct branding. allparts.com inspired white professional style.
Version: 1.0.0
License: GPL v2 or later
Text Domain: fretprime
Requires PHP: 7.4
Requires at least: 5.8
WooCommerce: 6.0+
*/

/* ============================================================
   FRETPRIME B2B THEME — Base Styles
   Design: allparts.com inspired white professional style
   Colors: #ffffff (bg), #1a1a2e (nav/footer), #e67e22 (orange accent)
   Fonts: Montserrat (headings) + Open Sans (body)
   ============================================================ */

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1a1a2e;
}

a {
    color: #e67e22;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover { color: #d35400; }

img { max-width: 100%; height: auto; }

.fp-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.fp-site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.fp-content-area { flex: 1; }
