:root {
    --bg: #f5f6f7;
    --surface: #ffffff;
    --surface-alt: #eef1f3;
    --text: #1f262d;
    --muted: #5e6974;
    --line: #d8dee3;
    --accent: #2b8a57;
    --accent-dark: #1f6b42;
    --call: #111111;
    --max: 1120px;
    --radius: 12px;
    --shadow: 0 10px 24px rgba(16, 24, 32, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
}

a {
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(var(--max), 100% - 2rem);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    min-width: 220px;
}

.brand img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.brand span {
    font-weight: 800;
    letter-spacing: 0.01em;
}

.primary-nav {
    display: flex;
    gap: 1.1rem;
    margin-left: auto;
}

.primary-nav a {
    text-decoration: none;
    color: var(--muted);
    font-weight: 600;
}

.primary-nav a:hover {
    color: var(--text);
}

.header-cta {
    display: flex;
    gap: 0.6rem;
    margin-left: 0.5rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    padding: 0.72rem 1rem;
    transition: 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-solid {
    background: var(--accent);
    color: #fff;
}

.btn-solid:hover {
    background: var(--accent-dark);
}

.btn-call {
    background: var(--call);
    color: #fff;
}

.btn-call:hover {
    background: #000;
}

.btn-lg {
    padding: 0.95rem 1.2rem;
    font-size: 1rem;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 1px solid var(--line);
    background: var(--surface);
    border-radius: 10px;
    padding: 0.5rem;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    background: var(--text);
}

.hero {
    position: relative;
    min-height: 560px;
    display: grid;
    align-items: center;
}

.hero-bg,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-bg {
    background: url("assets/DSC04632.JPG") center/cover no-repeat;
}

.hero-overlay {
    background: linear-gradient(110deg, rgba(14, 20, 25, 0.86) 0%, rgba(22, 31, 40, 0.68) 45%, rgba(17, 25, 31, 0.4) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 5.5rem 0 4rem;
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 0.8rem;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.hero h1 {
    margin: 0;
    font-size: clamp(2rem, 4.6vw, 3.25rem);
    line-height: 1.12;
}

.hero-copy {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.1rem;
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hero-points li {
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
}

.hero-actions {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.trust-strip {
    background: var(--surface);
    border-bottom: 1px solid var(--line);
}

.trust-grid {
    padding: 1.1rem 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.trust-grid article {
    background: var(--surface-alt);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0.85rem;
}

.trust-grid h2 {
    margin: 0;
    font-size: 1.1rem;
}

.trust-grid p {
    margin: 0.4rem 0 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.section {
    padding: 4.2rem 0;
}

.section-alt {
    background: var(--surface);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-kicker {
    margin: 0;
    color: var(--accent-dark);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.section-title {
    margin: 0.35rem 0 1.35rem;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.service-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: var(--shadow);
}

.service-card h3 {
    margin: 0;
    font-size: 1rem;
}

.service-card p {
    margin: 0.55rem 0 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.work-grid figure {
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
}

.work-grid img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.work-grid figcaption {
    font-size: 0.9rem;
    color: var(--muted);
    padding: 0.7rem 0.8rem 0.8rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 1.2rem;
    align-items: start;
}

.about-grid p {
    color: var(--muted);
}

.about-grid img {
    border-radius: 12px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.contact-grid article {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
}

.contact-grid h3 {
    margin: 0;
}

.contact-grid p {
    margin: 0.45rem 0 0;
}

.contact-grid a {
    color: var(--accent-dark);
    font-weight: 700;
}

.small {
    font-size: 0.88rem;
    color: var(--muted);
}

.estimate-form {
    margin-top: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 1rem;
}

.field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

label {
    display: block;
    font-weight: 600;
    font-size: 0.92rem;
}

input,
textarea {
    margin-top: 0.32rem;
    width: 100%;
    padding: 0.68rem;
    border: 1px solid var(--line);
    border-radius: 10px;
    font: inherit;
}

textarea {
    resize: vertical;
}

.form-note {
    margin: 0.7rem 0 0;
    font-size: 0.83rem;
    color: var(--muted);
}

.site-footer {
    background: #10171e;
    color: rgba(255, 255, 255, 0.84);
    padding: 2rem 0 6rem;
}

.footer-inner {
    text-align: center;
}

.footer-inner p {
    margin: 0.35rem 0;
}

.footer-inner a {
    color: #fff;
    font-weight: 700;
}

.mobile-callbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: none;
    gap: 0.55rem;
    padding: 0.7rem;
    background: rgba(255, 255, 255, 0.97);
    border-top: 1px solid var(--line);
}

.mobile-callbar .btn {
    flex: 1;
    padding: 0.8rem 0.7rem;
}

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 840px) {
    .menu-toggle {
        display: inline-block;
    }

    .header-inner {
        flex-wrap: wrap;
        align-items: center;
    }

    .primary-nav,
    .header-cta {
        display: none;
        width: 100%;
    }

    .site-header.mobile-open .primary-nav {
        display: grid;
        gap: 0.55rem;
        padding: 0.45rem 0 0;
    }

    .site-header.mobile-open .primary-nav a {
        padding: 0.35rem 0;
    }

    .site-header.mobile-open .header-cta {
        display: flex;
        margin-left: 0;
        padding-bottom: 0.55rem;
    }

    .hero {
        min-height: 500px;
    }

    .work-grid,
    .contact-grid,
    .field-grid {
        grid-template-columns: 1fr;
    }

    .mobile-callbar {
        display: flex;
    }

    .site-footer {
        padding-bottom: 6.2rem;
    }
}

@media (max-width: 600px) {
    .container {
        width: min(var(--max), 100% - 1.2rem);
    }

    .brand {
        min-width: 0;
    }

    .brand span {
        font-size: 0.96rem;
    }

    .hero-content {
        padding-top: 4.5rem;
    }

    .hero-copy {
        font-size: 1rem;
    }
}
