/*
Theme Name:  Affordable Custom Homes
Theme URI:   https://yoursite.com
Description: Custom home builder theme for Tennessee Custom Homes, Cleveland TN. SEO-optimized classic PHP theme.
Author:      Tennessee Custom Homes
Author URI:  https://yoursite.com
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: affordable-custom-homes
Tags:        custom-home-builder, seo-optimized, responsive
*/

/* ============================================================
   BASE RESET
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #1C1917;
    background: #FAFAF8;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    font-weight: 700;
    color: #1C1917;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.5rem); }

p { margin-bottom: 1rem; }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.section {
    padding: 5rem 0;
}

.section--gray {
    background: #F5F2ED;
}

.text-center { text-align: center; }
.text-white  { color: #fff; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    border: 2px solid transparent;
}

.btn--primary {
    background: #588157;
    color: #fff;
    border-color: #588157;
}

.btn--primary:hover {
    background: #3d6040;
    border-color: #3d6040;
}

.btn--outline {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn--outline:hover {
    background: #fff;
    color: #1C1917;
}

.btn--ghost-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255,255,255,0.55);
}

.btn--ghost-light:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.08);
}

/* ============================================================
   NAVIGATION — see assets/css/theme.css for full nav styles
   ============================================================ */
