:root {
    --font-sans: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    --bg: #faf8f5;
    --surface: #ffffff;
    --surface-muted: #f5f1ea;
    --text: #201a14;
    --text-muted: #5c5348;
    --border: #e7e0d4;
    --border-strong: #d8cfc0;

    --brand-cream: #fef3c7;
    --brand-orange: #ea580c;
    --brand-orange-dark: #c2410c;
    --brand-red: #dc2626;
    --brand-red-dark: #b91c1c;
    --brand-brown: #431407;
    --brand-brown-mid: #7c2d12;

    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 22px;
    --radius-pill: 999px;

    --shadow-sm: 0 1px 2px rgba(32, 26, 20, 0.06), 0 1px 1px rgba(32, 26, 20, 0.04);
    --shadow-md: 0 8px 24px -6px rgba(32, 26, 20, 0.18), 0 2px 8px -2px rgba(32, 26, 20, 0.10);
    --shadow-lg: 0 24px 48px -12px rgba(32, 26, 20, 0.28), 0 8px 20px -6px rgba(32, 26, 20, 0.14);

    --theme-phone-color: #dc2626;
    --theme-cta-bg: #dc2626;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--text);
    line-height: 1.65;
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}

a { color: var(--brand-orange-dark); transition: color 0.15s ease; }
a:hover { color: var(--brand-red); }

/* ---- Header (sticky, glassmorphism) ---- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(250, 248, 245, 0.78);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border-bottom: 1px solid rgba(216, 207, 192, 0.6);
}
.header-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.site-logo { min-width: 0; }
.site-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 19px;
    letter-spacing: -0.01em;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-logo img {
    display: block;
    height: 44px;
    width: auto;
}
.header-phone a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-orange-dark) 100%);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 18px;
    border-radius: var(--radius-pill);
    box-shadow: var(--shadow-sm);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.header-phone a:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    color: #ffffff;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px 0;
    border-radius: 2px;
    background-color: var(--text);
}

/* ---- Hero banner (full-bleed photo + gradient overlay) ---- */
.hero-banner {
    position: relative;
    background-color: var(--brand-brown-mid);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 130px 24px 96px;
    text-align: center;
    min-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-banner.bucket-new_england { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-new_england.jpg"); }
.hero-banner.bucket-mid_atlantic { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-mid_atlantic.jpg"); }
.hero-banner.bucket-south_traditional { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-south_traditional.jpg"); }
.hero-banner.bucket-florida_gulf { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-florida_gulf.jpg"); }
.hero-banner.bucket-midwest_farmhouse { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-midwest_farmhouse.jpg"); }
.hero-banner.bucket-southwest_desert { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-southwest_desert.jpg"); }
.hero-banner.bucket-texas_plains { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-texas_plains.jpg"); }
.hero-banner.bucket-mountain_west { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-mountain_west.jpg"); }
.hero-banner.bucket-pacific_northwest { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-pacific_northwest.jpg"); }
.hero-banner.bucket-california { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-california.jpg"); }
.hero-banner.bucket-suburban_fallback { background-image: linear-gradient(180deg, rgba(28,22,17,0.32) 0%, rgba(20,15,12,0.68) 78%, rgba(15,11,9,0.82) 100%), url("/assets/hero-suburban_fallback.jpg"); }
.hero-content {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}
.hero-eyebrow {
    display: inline-block;
    color: #fed7aa;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.hero-content h1,
.hero-title {
    color: #ffffff !important;
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: clamp(2.1rem, 5vw, 3.6rem) !important;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.6;
    max-width: 620px;
    margin: 20px auto 0;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.hero-actions {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-orange-dark) 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 17px;
    padding: 16px 30px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    box-shadow: var(--shadow-lg);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hero-cta:hover {
    transform: translateY(-2px) scale(1.015);
    box-shadow: 0 28px 50px -10px rgba(0, 0, 0, 0.45);
    color: #ffffff !important;
}
.hero-note {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
}

/* ---- Main content ---- */
.site-content {
    max-width: 880px;
    margin: -56px auto 0;
    padding: 0 24px 56px;
    position: relative;
    z-index: 2;
}
.entry-content {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 44px clamp(22px, 5vw, 56px);
}
.entry-content h2 {
    color: var(--text);
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    margin-top: 1.8em;
}
.entry-content h2:first-child { margin-top: 0; }
.entry-content ul { padding-left: 1.4em; }
.entry-content li { margin-bottom: 0.5em; }
.entry-content p { color: var(--text); }

.cta-box {
    background: linear-gradient(155deg, var(--surface-muted) 0%, var(--brand-cream) 130%);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 30px 28px;
    margin: 36px 0 8px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}
.cta-box p {
    margin: 0 0 16px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
}
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-orange-dark) 100%);
    color: #ffffff !important;
    border-radius: var(--radius-pill);
    font-size: 16px;
    font-weight: 700;
    padding: 15px 32px;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    color: #ffffff !important;
}

/* ---- Popular Locations ---- */
.popular-locations {
    max-width: 880px;
    margin: 0 auto;
    padding: 8px 24px 56px;
}
.popular-locations h2 {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    border-top: 1px solid var(--border);
    padding-top: 28px;
}
.popular-locations ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.popular-locations li { font-size: 14px; }
.popular-locations a {
    display: inline-block;
    text-decoration: none;
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    padding: 8px 16px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.popular-locations a:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--brand-orange);
    color: var(--brand-orange-dark);
}
.home-link-row {
    margin-top: 20px;
    font-weight: 600;
}
.home-link-row a { text-decoration: none; }
.home-link-row a:hover { text-decoration: underline; }

/* ---- Footer ---- */
.site-footer {
    background: linear-gradient(180deg, var(--brand-brown-mid) 0%, var(--brand-brown) 100%);
    color: var(--brand-cream);
    text-align: center;
    padding: 36px 24px 30px;
    font-size: 14px;
}
.site-footer a { color: var(--brand-cream); }
.site-footer a:hover { color: #ffffff; }
.footer-copyright { margin-bottom: 8px; font-weight: 600; }
.footer-address { opacity: 0.9; }
.footer-links { margin-top: 14px; }
.footer-links a { margin: 0 8px; }
.footer-links .footer-credits {
    opacity: 0.65;
    font-size: 12px;
}

/* ---- Click-to-call floating button ---- */
@keyframes ctc-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
.click-to-call-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-red) 0%, var(--brand-orange-dark) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    animation: ctc-bounce 2.6s cubic-bezier(0.42, 0, 0.2, 1.4) infinite;
    transition: box-shadow 0.18s ease;
}
.click-to-call-btn svg {
    width: 30px;
    height: 30px;
}
.click-to-call-btn:hover {
    box-shadow: 0 28px 50px -10px rgba(0, 0, 0, 0.45);
}
@media (prefers-reduced-motion: reduce) {
    .click-to-call-btn {
        animation: none;
    }
}

/* ---- All Locations hub page ---- */
.locations-hub {
    max-width: 1160px;
    margin: -56px auto 0;
    padding: 0 24px 56px;
    position: relative;
    z-index: 2;
}
.locations-hub > p {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 24px clamp(22px, 5vw, 40px);
    margin: 0 0 8px;
    font-size: 1.05rem;
}
.locations-hub h2 {
    margin-top: 2em;
    font-size: 1.15rem;
    border-top: 1px solid var(--border);
    padding-top: 20px;
}
.locations-hub h2:first-of-type { margin-top: 0.8em; }
.locations-hub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.locations-hub li { font-size: 14px; }
.locations-hub a {
    display: inline-block;
    text-decoration: none;
    background: var(--surface);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    padding: 7px 14px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.locations-hub a:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
    border-color: var(--brand-orange);
    color: var(--brand-orange-dark);
}

/* ---- Photo credits page ---- */
.photo-credits {
    max-width: 880px;
    margin: -56px auto 0;
    padding: 0 24px 56px;
    position: relative;
    z-index: 2;
}
.photo-credits > p.intro {
    background: var(--surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 24px clamp(22px, 5vw, 40px);
    margin: 0 0 24px;
}
.credit-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    padding: 22px 26px;
    margin-bottom: 16px;
}
.credit-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
}
.credit-card dl {
    margin: 0;
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 4px 12px;
    font-size: 14px;
    color: var(--text-muted);
}
.credit-card dt { font-weight: 600; color: var(--text); }
.credit-card dd { margin: 0; }

@media (max-width: 640px) {
    .menu-toggle { display: block; }
    .header-phone span.phone-text { display: none; }
    .site-logo a { font-size: 15px; }
    .site-logo img { height: 34px; }
    .hero-banner { padding: 110px 18px 72px; min-height: 54vh; }
    .site-content, .popular-locations, .locations-hub, .photo-credits { padding-left: 16px; padding-right: 16px; }
    .entry-content { padding: 30px 20px; }
    .credit-card dl { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .site-logo a { font-size: 13px; }
    .header-phone a {
        font-size: 0;
        padding: 10px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        justify-content: center;
    }
    .header-phone a::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") no-repeat center / contain;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") no-repeat center / contain;
    }
}
