/* BTM Plumbing - Barlow Condensed + Lato | Utility bar header | Split hero | Numbered service rows | 2-col footer */
:root {
    --primary: #2BBCB3;
    --primary-deep: #1E9A92;
    --ink: #1a1a1a;
    --bg: #ffffff;
    --grey-light: #f5f7f8;
    --grey-mid: #e2e6e9;
}

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

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink);
    background: var(--bg);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Utility Bar */
.utility-bar {
    background: var(--ink);
    color: #fff;
    font-size: 0.82rem;
    padding: 8px 0;
}
.utility-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.utility-contact { display: flex; gap: 20px; }
.utility-contact a, .utility-area { color: #fff; text-decoration: none; }
.utility-contact a:hover { color: var(--primary); }

/* Header */
.header {
    background: #fff;
    border-bottom: 1px solid var(--grey-mid);
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 14px 0;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--ink);
}
.logo-main {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary);
    line-height: 1;
}
.logo-sub {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
}
.nav { display: flex; gap: 4px; }
.nav a {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    color: var(--ink);
    padding: 8px 12px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}
.nav a:hover { background: var(--primary); color: #fff; }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.hamburger span {
    width: 26px;
    height: 2px;
    background: var(--ink);
    transition: 0.3s;
}

/* Hero: Split panel */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}
.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 48px 60px 24px;
    background: var(--grey-light);
}
.hero-text h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 16px;
    color: var(--ink);
}
.hero-text p {
    font-size: 1.05rem;
    margin-bottom: 24px;
    color: #444;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-image { overflow: hidden; }
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 14px 28px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-deep); }
.btn-secondary { background: transparent; color: var(--ink); border: 2px solid var(--ink); }
.btn-secondary:hover { background: var(--ink); color: #fff; }
.btn-white { background: #fff; color: var(--primary-deep); }
.btn-white:hover { background: var(--grey-light); }

/* Trust Strip */
.trust-strip {
    background: var(--primary);
    padding: 32px 0;
}
.trust-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 24px;
    text-align: center;
}
.trust-item { color: #fff; }
.trust-number {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}
.trust-label { font-size: 0.85rem; opacity: 0.9; }

/* Services: Numbered rows */
.services { padding: 80px 0; }
.services h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 40px;
}
.service-rows { display: flex; flex-direction: column; }
.service-row {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    border-bottom: 1px solid var(--grey-mid);
    text-decoration: none;
    color: var(--ink);
    transition: background 0.2s, padding-left 0.2s;
}
.service-row:first-child { border-top: 1px solid var(--grey-mid); }
.service-row:hover { background: var(--grey-light); padding-left: 24px; }
.service-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary);
    width: 48px;
    flex-shrink: 0;
}
.service-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    flex: 1;
}
.service-arrow {
    font-size: 1.4rem;
    color: var(--primary);
    transition: transform 0.2s;
}
.service-row:hover .service-arrow { transform: translateX(6px); }

/* About */
.about { padding: 80px 0; background: var(--grey-light); }
.about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.about-text h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 20px;
}
.about-text p { margin-bottom: 14px; color: #444; }
.about-image img { width: 100%; border-radius: 8px; }

/* CTA Band */
.cta-band {
    background: var(--primary);
    padding: 60px 0;
    text-align: center;
}
.cta-inner h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: #fff;
    margin-bottom: 12px;
}
.cta-inner p { color: #fff; opacity: 0.9; margin-bottom: 24px; }

/* Footer: 2-column minimal */
.footer {
    background: var(--ink);
    color: #ccc;
    padding: 48px 0;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.footer-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--primary);
    display: block;
    margin-bottom: 8px;
}
.footer-brand p { margin-bottom: 4px; font-size: 0.9rem; }
.footer-contact p { margin-bottom: 8px; }
.footer-contact a { color: #ccc; text-decoration: none; }
.footer-contact a:hover { color: var(--primary); }

/* Service Page */
.page-hero {
    background: var(--grey-light);
    padding: 60px 0;
    text-align: center;
}
.page-hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3rem);
}
.page-content {
    padding: 60px 0;
}
.page-content h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 16px;
    color: var(--primary-deep);
}
.page-content p { margin-bottom: 14px; color: #444; }
.page-content ul {
    margin: 0 0 20px 20px;
    color: #444;
}
.page-content ul li { margin-bottom: 8px; }
.page-image {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
    margin: 32px auto;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .utility-inner { flex-direction: column; text-align: center; }
    .utility-contact { gap: 12px; flex-wrap: wrap; justify-content: center; }

    .hamburger { display: flex; }
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 16px;
        border-bottom: 1px solid var(--grey-mid);
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .nav.open { display: flex; }
    .header { position: relative; }

    .hero { grid-template-columns: 1fr; }
    .hero-text { padding: 40px 24px; }
    .hero-image { min-height: 280px; }

    .about-inner { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; gap: 24px; }
}
