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

:root {
    --primary-green: #4a6741;
    --light-green: #5a7a50;
    --dark-bg: #1a1a1a;
    --dark-gray: #2d2d2d;
    --light-gray: #f5f5f5;
    --cream: #f9f7f4;
    --text-dark: #333;
    --text-light: #fff;
    --accent-tan: #d4a574;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

img {
    max-width: 100%;
}

section[id] {
    scroll-margin-top: 110px;
}

/* Utility Bar */
.utility-bar {
    background-color: var(--dark-bg);
    color: var(--text-light);
    padding: 10px 20px;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--dark-gray);
}

.utility-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    flex-wrap: wrap;
}

.utility-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.utility-item a {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
    overflow-wrap: anywhere;
}

.utility-item a:hover {
    color: var(--light-green);
}

/* Navigation */
nav {
    background-color: var(--text-light);
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
    text-decoration: none;
    letter-spacing: -0.5px;
    line-height: 1.1;
    max-width: 320px;
}

.nav-links {
    display: flex;
    gap: 35px;
    list-style: none;
    align-items: center;
}

.nav-links a {
    color: var(--text-dark);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.cta-button {
    background-color: var(--primary-green);
    color: var(--text-light);
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
}

.cta-button:hover {
    background-color: var(--light-green);
}

.cta-button-light {
    background-color: transparent;
    border: 2px solid var(--text-light);
    padding: 12px 35px;
}

.cta-button-light:hover {
    background-color: var(--text-light);
    color: var(--primary-green);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    min-height: 92vh;
    background-color: #101010;
    position: relative;
    overflow: hidden;
    color: var(--text-light);
}

.hero-slides {
    position: relative;
    min-height: 92vh;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 20px 150px;
    background-image: var(--slide-image);
    background-size: cover;
    background-position: center center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(120deg, rgba(12, 12, 12, 0.82) 0%, rgba(18, 18, 18, 0.48) 55%, rgba(18, 18, 18, 0.72) 100%),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 100px,
            rgba(74, 103, 65, 0.05) 100px,
            rgba(74, 103, 65, 0.05) 200px
        ),
        radial-gradient(circle at 20% 50%, rgba(74, 103, 65, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(90, 122, 80, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.hero-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.08) 0%, rgba(10, 10, 10, 0.4) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 920px;
    padding: 20px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease 0.15s, transform 0.7s ease 0.15s;
}

.hero-slide.is-active .hero-content {
    opacity: 1;
    transform: translateY(0);
}

.hero-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1 {
    font-size: clamp(2.7rem, 6vw, 4.8rem);
    margin-bottom: 20px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.4px;
    text-wrap: balance;
}

.hero-subtitle {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    margin-bottom: 15px;
    opacity: 0.95;
    font-weight: 400;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 36px 0;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
    min-width: 160px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: rgba(12, 12, 12, 0.28);
    backdrop-filter: blur(6px);
    border-radius: 8px;
}

.stat-number {
    font-size: clamp(1.2rem, 2.4vw, 2rem);
    font-weight: 700;
    color: #f6f3ed;
    letter-spacing: -0.03em;
}

.stat-label {
    font-size: 0.82rem;
    opacity: 0.85;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 34px;
    flex-wrap: wrap;
}

.hero .cta-button {
    padding: 14px 40px;
    font-size: 1rem;
}

.hero-nav {
    position: absolute;
    left: 50%;
    bottom: 34px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    transform: translateX(-50%);
    width: min(100% - 32px, 760px);
}

.hero-nav-button {
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--text-light);
    border-radius: 999px;
    padding: 11px 16px;
    min-width: 118px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hero-nav-button:hover,
.hero-nav-button:focus-visible {
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.36);
    outline: none;
    transform: translateY(-2px);
}

.hero-nav-button.is-active {
    background-color: rgba(249, 247, 244, 0.96);
    color: var(--text-dark);
    border-color: rgba(249, 247, 244, 0.96);
}

.hero-nav-index {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    opacity: 0.72;
}

.hero-nav-label {
    display: block;
    margin-top: 4px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Green Banner */
.green-banner {
    background-color: var(--primary-green);
    color: var(--text-light);
    padding: 30px 20px;
    text-align: center;
}

.green-banner h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.green-banner p {
    font-size: 1.1rem;
    opacity: 0.95;
    margin-top: 10px;
}

/* Section Styling */
section {
    padding: 80px 20px;
}

section.light-bg {
    background-color: var(--cream);
}

section.dark-bg {
    background-color: var(--dark-bg);
    color: var(--text-light);
}

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

.section-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--primary-green);
    font-weight: 700;
}

section.dark-bg .section-title {
    color: var(--light-green);
}

.section-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-green), var(--light-green));
    margin: 15px auto 40px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

section.dark-bg .section-subtitle {
    color: #aaa;
}

/* About Section */
.about-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-highlight {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.highlight-box {
    padding: 30px;
    background-color: var(--text-light);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.highlight-box h3 {
    color: var(--primary-green);
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.highlight-box p {
    font-size: 0.95rem;
    color: #666;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.service-card {
    background-color: var(--text-light);
    padding: 0 40px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid var(--primary-green);
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card-image {
    height: 220px;
    margin: 0 -40px 28px;
    overflow: hidden;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card h3 {
    color: var(--primary-green);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.service-card p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    font-size: 0.95rem;
}

.service-features li {
    color: #666;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.service-features li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-green);
    font-weight: bold;
}

/* Alternating Sections */
.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 80px;
}

.feature-row.reverse {
    direction: rtl;
}

.feature-row.reverse > * {
    direction: ltr;
}

.feature-image {
    height: 400px;
    background-color: #d9ddd8;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.feature-text h3 {
    color: var(--primary-green);
    font-size: 2rem;
    margin-bottom: 20px;
}

.feature-text p {
    color: #555;
    margin-bottom: 15px;
    line-height: 1.8;
}

section.dark-bg .feature-text h3 {
    color: var(--light-green);
}

section.dark-bg .feature-text p {
    color: #bbb;
}

/* Clients Section */
.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.client-box {
    background-color: var(--text-light);
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

section.dark-bg .client-box {
    background-color: var(--dark-gray);
    color: var(--text-light);
}

.client-box:hover {
    box-shadow: 0 4px 12px rgba(74, 103, 65, 0.2);
}

.client-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-green);
    margin-bottom: 8px;
}

section.dark-bg .client-name {
    color: var(--light-green);
}

.client-service {
    font-size: 0.9rem;
    color: #666;
}

section.dark-bg .client-service {
    color: #999;
}

/* Service Area */
.area-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.area-badge {
    background: linear-gradient(135deg, var(--primary-green), var(--light-green));
    color: var(--text-light);
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(74, 103, 65, 0.2);
}

/* Certifications */
.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.cert-box {
    background-color: var(--text-light);
    padding: 35px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

section.dark-bg .cert-box {
    background-color: var(--dark-gray);
    color: var(--text-light);
}

.cert-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.cert-box h4 {
    color: var(--primary-green);
    margin-bottom: 8px;
    font-size: 1.2rem;
}

section.dark-bg .cert-box h4 {
    color: var(--light-green);
}

.cert-box p {
    font-size: 0.9rem;
    color: #666;
}

section.dark-bg .cert-box p {
    color: #999;
}

/* Contact Form */
.contact-form {
    max-width: 600px;
    margin: 50px auto;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-dark);
}

section.dark-bg .form-group label {
    color: var(--text-light);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

section.dark-bg .form-group input,
section.dark-bg .form-group textarea,
section.dark-bg .form-group select {
    background-color: var(--dark-gray);
    color: var(--text-light);
    border-color: #444;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(74, 103, 65, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    width: 100%;
    background-color: var(--primary-green);
    color: var(--text-light);
    padding: 14px;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-submit:hover {
    background-color: var(--light-green);
}

/* Footer */
footer {
    background-color: var(--dark-bg);
    color: var(--text-light);
    padding: 60px 20px 20px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: var(--light-green);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.footer-section p,
.footer-section a {
    color: #bbb;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.8;
    overflow-wrap: anywhere;
}

.footer-section a:hover {
    color: var(--light-green);
}

.footer-links a {
    display: block;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.newsletter-form input {
    flex: 1;
    min-width: 0;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
}

.newsletter-form button {
    padding: 10px 25px;
    background-color: var(--primary-green);
    color: var(--text-light);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: var(--light-green);
}

.footer-bottom {
    border-top: 1px solid var(--dark-gray);
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 0.9rem;
}

.direct-contact {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.direct-contact h3 {
    margin-bottom: 20px;
}

.direct-contact p {
    margin-bottom: 14px;
}

.direct-contact-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-top: 6px;
}

.direct-contact a {
    color: var(--light-green);
    text-decoration: none;
    overflow-wrap: anywhere;
}

.direct-contact a:hover {
    color: #dce9d8;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Responsive */
@media (max-width: 960px) {
    section {
        padding: 70px 20px;
    }

    .feature-row {
        gap: 36px;
        margin-bottom: 60px;
    }

    .feature-image {
        height: 320px;
    }

    .footer-content,
    .about-highlight,
    .clients-grid,
    .cert-grid {
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .utility-bar {
        padding: 12px 16px;
    }

    .utility-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .utility-item {
        justify-content: center;
        text-align: center;
    }

    nav {
        padding: 14px 16px;
        position: sticky;
    }

    .nav-container {
        gap: 12px;
    }

    .logo {
        font-size: 1.18rem;
        max-width: calc(100% - 56px);
    }

    .hamburger {
        display: flex;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 12px);
        left: 16px;
        right: 16px;
        background-color: var(--text-light);
        flex-direction: column;
        gap: 12px;
        padding: 0 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
        opacity: 0;
        pointer-events: none;
        border-radius: 0 0 14px 14px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
        visibility: hidden;
    }

    .nav-links.active {
        max-height: 520px;
        padding: 20px;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .nav-links li,
    .nav-links a,
    .nav-links .cta-button {
        width: 100%;
    }

    .nav-links a {
        display: block;
        padding: 10px 0;
    }

    .nav-links .cta-button {
        text-align: center;
    }

    nav {
        position: relative;
    }

    .hero {
        min-height: auto;
    }

    .hero-slides {
        min-height: auto;
    }

    .hero-slide {
        position: relative;
        display: none;
        min-height: auto;
        align-items: flex-start;
        padding: 72px 18px 32px;
    }

    .hero-slide.is-active {
        display: flex;
    }

    .hero-content {
        max-width: none;
        padding: 0;
    }

    .hero h1 {
        font-size: clamp(2.2rem, 10vw, 3.4rem);
        letter-spacing: -0.06em;
    }

    .hero-subtitle {
        font-size: 1rem;
        line-height: 1.7;
    }

    .hero-eyebrow {
        font-size: 0.72rem;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin: 28px 0;
    }

    .stat {
        min-width: 0;
        width: auto;
        padding: 14px 12px;
        flex: initial;
    }

    .stat-label {
        font-size: 0.74rem;
        line-height: 1.35;
    }

    .hero-buttons {
        gap: 12px;
        margin-top: 26px;
    }

    .hero .cta-button {
        flex: 1 1 220px;
    }

    .feature-row {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 56px;
    }

    .feature-row.reverse {
        direction: ltr;
    }

    .feature-image {
        height: 280px;
    }

    .feature-text h3 {
        font-size: 1.65rem;
    }

    .service-card {
        padding: 0 24px 28px;
    }

    .service-card-image {
        margin: 0 -24px 20px;
        height: 190px;
    }

    .section-title {
        font-size: 1.95rem;
        line-height: 1.15;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    section {
        padding: 64px 18px;
    }

    .about-highlight,
    .services-grid,
    .clients-grid,
    .area-grid,
    .cert-grid,
    .footer-content {
        gap: 18px;
    }

    .hero-nav {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        padding: 0 18px 32px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .hero-nav-button {
        min-width: 0;
        min-height: 72px;
        padding: 12px 14px;
        text-align: left;
    }

    .contact-form {
        max-width: 100%;
        margin-top: 40px;
    }

    .direct-contact {
        margin-top: 32px;
        padding-top: 32px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .logo {
        font-size: 1.05rem;
        max-width: calc(100% - 52px);
    }

    .hero-slide {
        padding: 56px 14px 24px;
    }

    .hero-content {
        padding: 0;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero .cta-button {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .stat {
        width: auto;
        padding: 12px 10px;
    }

    .hero-stats .stat:last-child {
        grid-column: 1 / -1;
    }

    .stat-number {
        font-size: 1.1rem;
    }

    .stat-label {
        font-size: 0.7rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    section {
        padding: 48px 15px;
    }

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

    .about-highlight,
    .clients-grid,
    .area-grid,
    .cert-grid,
    .footer-content {
        grid-template-columns: 1fr;
    }

    .hero-nav {
        width: 100%;
        padding: 0 14px 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-nav-button {
        min-height: 62px;
        padding: 10px 12px;
    }

    .hero-nav-index {
        font-size: 0.66rem;
    }

    .hero-nav-label {
        font-size: 0.76rem;
    }

    .green-banner {
        padding: 26px 16px;
    }

    .green-banner h2 {
        font-size: 1.45rem;
        line-height: 1.25;
    }

    .green-banner p {
        font-size: 0.98rem;
    }

    .feature-image {
        height: 220px;
    }

    .feature-text h3 {
        font-size: 1.4rem;
    }

    .service-card {
        padding: 0 18px 22px;
    }

    .service-card-image {
        margin: 0 -18px 18px;
        height: 180px;
    }

    .highlight-box,
    .client-box,
    .cert-box,
    .area-badge {
        padding: 24px 20px;
    }

    .area-badge {
        font-size: 1.25rem;
    }

    .utility-item {
        width: 100%;
        font-size: 0.8rem;
    }

    .direct-contact-links {
        flex-direction: column;
        gap: 6px;
    }
}

.nav-links a.active {
    color: var(--primary-green);
    font-weight: 700;
}

/* Field Video */
.video-cta {
    position: relative;
    overflow: hidden;
    background-color: #101010;
    color: var(--text-light);
    padding: 90px 20px;
}

.video-cta-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.12);
    filter: blur(20px) brightness(0.5) saturate(1.05);
    z-index: 0;
    pointer-events: none;
}

.video-cta-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(12, 12, 12, 0.85) 0%, rgba(18, 18, 18, 0.55) 55%, rgba(18, 18, 18, 0.82) 100%);
    z-index: 1;
}

.video-cta-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 300px) 1fr;
    gap: 50px;
    align-items: center;
}

.video-stage {
    aspect-ratio: 9 / 16;
    border-radius: 16px;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.video-stage-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-cta-text h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 16px;
}

.video-cta-text p {
    font-size: 1.08rem;
    line-height: 1.8;
    opacity: 0.92;
    max-width: 560px;
    margin-bottom: 28px;
}

.video-cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .video-cta {
        padding: 64px 18px;
    }

    .video-cta-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        justify-items: center;
        text-align: center;
    }

    .video-stage {
        width: 100%;
        max-width: 300px;
    }

    .video-cta-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .video-cta-buttons {
        justify-content: center;
    }
}
