/*
Theme Name: CP Drainage Theme
Theme URI: https://example.com/
Author: Chris Peters & AI Assistant
Author URI: https://example.com/
Description: Clean, fast, full-width theme for local drainage lead-gen sites. No sidebars, preserves all HTML from content.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cp-drainage-theme
*/

body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    color: #222;
    background: #f5f5f5;
}

a {
    color: #0066cc;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.site-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    min-height: 100vh;
    box-shadow: 0 0 12px rgba(0,0,0,0.06);
}

.site-header {
    padding: 1rem 1.5rem 0.75rem;
    border-bottom: 1px solid #e5e5e5;
}

.site-title {
    font-size: 1.4rem;
    margin: 0;
}
.site-title a {
    color: #222;
    text-decoration: none;
}

.site-tagline {
    font-size: 0.9rem;
    color: #777;
    margin: 0.15rem 0 0;
}

.call-strip {
    margin-top: 0.75rem;
    padding: 0.6rem 0.9rem;
    background: #ffeb3b;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    font-size: 0.95rem;
}

.call-strip strong {
    font-weight: 700;
}

.site-main {
    padding: 1.5rem;
}

.site-main h1 {
    font-size: 1.7rem;
    margin-top: 0;
}

.site-main h2 {
    font-size: 1.35rem;
    margin-top: 1.5rem;
}

.site-main h3 {
    font-size: 1.1rem;
    margin-top: 1.1rem;
}

.site-main p {
    margin: 0 0 0.75rem;
}

.site-main ul, .site-main ol {
    margin: 0.25rem 0 0.9rem 1.5rem;
}

.site-footer {
    padding: 1rem 1.5rem 1.5rem;
    border-top: 1px solid #e5e5e5;
    font-size: 0.85rem;
    color: #777;
    background: #fafafa;
    text-align: center;
}

@media (max-width: 768px) {
    .site-wrapper {
        box-shadow: none;
        border-radius: 0;
    }
    .site-main {
        padding: 1.1rem;
    }
}
