/*
Theme Name: S&S Water Well Drilling Branded
Theme URI: https://s-swelldrilling.com
Author: S&S Water Well Drilling LLC
Description: Branded one-page theme with built-in logos and call-to-action.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: ss-water-well-branded
*/

:root {
    --navy: #0A1C2F;
    --cream: #F4F2ED;
    --sky: #48A0FF;
    --charcoal: #1F1F1F;
    --white: #FFFFFF;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #F4F2ED;
    color: #1F1F1F;
}

a {
    color: #48A0FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.site-header {
    background-color: #0A1C2F;
    color: #FFFFFF;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-branding img {
    height: 40px;
    width: auto;
}

.site-title-text {
    font-weight: 700;
    font-size: 1.1rem;
}

.site-nav a {
    color: #FFFFFF;
    margin-left: 16px;
    font-size: 0.95rem;
}

.hero {
    background-color: #0A1C2F;
    color: #FFFFFF;
    padding: 60px 20px 60px 20px;
    text-align: left;
}

.hero-inner {
    max-width: 800px;
    margin: 0 auto;
}

.hero-logo {
    max-width: 260px;
    width: 70%;
    height: auto;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.hero-subtitle {
    font-size: 1.05rem;
    margin-bottom: 24px;
    line-height: 1.5;
}

.hero-buttons a {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid transparent;
}

.hero-buttons .primary {
    background-color: #48A0FF;
    color: #FFFFFF;
}

.hero-buttons .secondary {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: transparent;
}

.main-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 32px 20px 60px 20px;
}

section {
    margin-bottom: 40px;
}

section h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

section p {
    line-height: 1.6;
    font-size: 0.98rem;
}

section ul, section ol {
    padding-left: 20px;
    line-height: 1.6;
    font-size: 0.98rem;
}

.site-footer {
    background-color: #0A1C2F;
    color: #FFFFFF;
    padding: 16px 20px;
    font-size: 0.85rem;
    text-align: center;
}

@media (max-width: 600px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .site-nav {
        margin-top: 8px;
    }
    .site-nav a {
        margin-left: 0;
        margin-right: 12px;
    }
    .hero {
        padding-top: 40px;
    }
    .hero-title {
        font-size: 1.85rem;
    }
}
