:root {
    --ink: #172019;
    --muted: #626b64;
    --cream: #f7f4eb;
    --surface: #ffffff;
    --green: #17351f;
    --green-2: #24512f;
    --green-3: #32663e;
    --gold: #d4ad45;
    --line: #dfe4dc;
    --shadow: 0 22px 60px rgba(15, 35, 20, 0.12);
    --radius: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

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

a {
    color: var(--green-2);
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.narrow-left {
    max-width: 820px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 244, 235, 0.97);
    border-bottom: 1px solid rgba(23, 53, 31, 0.12);
    backdrop-filter: blur(12px);
}

.nav-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: var(--green);
    text-decoration: none;
    line-height: 1;
}

.brand-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
}

.brand strong {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.brand small {
    display: block;
    margin-top: 5px;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.main-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 19px;
}

.main-nav > a {
    color: var(--ink);
    font-size: 0.93rem;
    font-weight: 750;
    text-decoration: none;
}

.main-nav > a:hover {
    color: var(--green-3);
}

.main-nav .nav-cta {
    padding: 10px 14px;
    border-radius: 9px;
    background: var(--green);
    color: #fff;
}

.social-link {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(23, 53, 31, 0.22);
    border-radius: 50%;
}

.social-link svg {
    width: 20px;
    fill: currentColor;
}

.menu-toggle {
    display: none;
    margin-left: auto;
    border: 0;
    border-radius: 8px;
    padding: 9px 12px;
    background: var(--green);
    color: #fff;
    font-weight: 800;
}

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

.hero-image {
    background-image:
        url('https://cloud.katana.nexigen.digital/katana/pXksmjz8AtbS54ChXWhWfreObuXPMxaz6Imz6CAK.webp');
    background-position: center;
    background-size: cover;
}

.hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 24, 12, .94) 0%, rgba(7, 24, 12, .76) 42%, rgba(7, 24, 12, .20) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero h1,
.page-hero h1 {
    max-width: 880px;
    margin: 0 0 24px;
    font-size: clamp(2.8rem, 7vw, 6.4rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 1.18rem;
}

.eyebrow,
.tag {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.tag {
    color: var(--green-3);
}

.btns {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-block;
    padding: 13px 18px;
    border-radius: 9px;
    font-weight: 850;
    text-decoration: none;
}

.btn-primary {
    background: var(--gold);
    color: #16170f;
}

.btn-light {
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.32);
    color: #fff;
}

.btn-dark {
    background: #0f2314;
    color: #fff;
}

.stats {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat {
    padding: 25px;
    border-right: 1px solid var(--line);
}

.stat:last-child {
    border-right: 0;
}

.stat strong,
.stat span {
    display: block;
}

.stat strong {
    color: var(--green);
    font-size: 1.06rem;
}

.stat span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.88rem;
}

.section {
    padding: 88px 0;
}

.section.alt {
    background: #ecefe7;
}

.section.dark {
    background: var(--green);
    color: #fff;
}

.section h2 {
    max-width: 840px;
    margin: 0 0 20px;
    font-size: clamp(2rem, 5vw, 3.7rem);
    line-height: 1.03;
    letter-spacing: -0.035em;
}

.lead {
    max-width: 800px;
    color: var(--muted);
    font-size: 1.08rem;
}

.dark .lead {
    color: rgba(255,255,255,.76);
}

.service-image-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-image-card {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    border-radius: var(--radius);
    overflow: hidden;
    background-position: center;
    background-size: cover;
    box-shadow: var(--shadow);
    color: #fff;
}

.service-image-card-tall {
    min-height: 470px;
}

.service-image-card h2,
.service-image-card h3 {
    margin: 0 0 10px;
    font-size: 1.55rem;
    line-height: 1.08;
}

.service-image-card p {
    color: rgba(255,255,255,.82);
}

.service-image-card a {
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.two-col,
.article-layout,
.contact-layout {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    align-items: start;
    gap: 56px;
}

.feature-image {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.feature-image img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.area-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.area-chips a {
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--green);
    font-weight: 800;
    text-decoration: none;
}

.page-hero {
    padding: 92px 0;
    background:
        radial-gradient(circle at top right, rgba(212, 173, 69, .2), transparent 33%),
        linear-gradient(135deg, #102817, #24512f);
    color: #fff;
}

.page-hero h1 {
    font-size: clamp(2.6rem, 6vw, 5.2rem);
}

.page-hero p {
    max-width: 760px;
    color: rgba(255,255,255,.8);
    font-size: 1.12rem;
}

.service-hero {
    min-height: 520px;
    display: grid;
    align-items: end;
    background-size: cover;
    background-position: center;
}

.breadcrumbs {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255,255,255,.72);
    font-size: 0.86rem;
}

.breadcrumbs a {
    color: #fff;
}

.prose {
    font-size: 1.04rem;
}

.prose p {
    margin: 0 0 24px;
}

.prose h2 {
    margin-top: 42px;
    font-size: 1.8rem;
}

.sidebar-card {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 8px;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.sidebar-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.sidebar-card strong {
    color: var(--green);
    font-size: 1.25rem;
}

.sidebar-card hr {
    width: 100%;
    border: 0;
    border-top: 1px solid var(--line);
}

.service-link-list {
    margin-bottom: 30px;
}

.faq-list {
    max-width: 900px;
}

.faq-item {
    margin-bottom: 13px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
}

.faq-item summary {
    padding: 20px 22px;
    cursor: pointer;
    color: var(--green);
    font-weight: 850;
}

.faq-item > div {
    padding: 0 22px 20px;
    color: var(--muted);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}

.gallery-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.gallery-media {
    background: #111;
}

.gallery-media img,
.gallery-media video {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.gallery-copy {
    padding: 24px;
}

.gallery-copy h2 {
    margin: 0 0 10px;
    font-size: 1.45rem;
}

.gallery-copy p {
    margin: 0;
    color: var(--muted);
}

.area-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.area-card {
    padding: 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.area-card > span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.area-card h2 {
    margin: 7px 0 12px;
    font-size: 1.7rem;
}

.area-card p {
    color: var(--muted);
}

.area-card a {
    font-weight: 850;
    text-decoration: none;
}

.contact-panel,
.contact-checklist {
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.contact-big {
    display: block;
    margin: 4px 0 20px;
    color: var(--green);
    font-size: clamp(2rem, 5vw, 3.8rem);
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.site-footer {
    padding: 58px 0 28px;
    background: #0c1b10;
    color: rgba(255,255,255,.7);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr 1fr;
    gap: 34px;
}

.site-footer h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1rem;
}

.site-footer a {
    display: block;
    margin-bottom: 7px;
    color: #fff;
}

.footer-brand {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    margin-top: 34px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,.13);
}

.mobile-cta {
    display: none;
}

@media (max-width: 1020px) {
    .main-nav {
        display: none;
        position: absolute;
        top: 82px;
        left: 20px;
        right: 20px;
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 14px;
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav .social-link {
        display: grid;
    }

    .menu-toggle {
        display: block;
    }

    .service-image-grid,
    .area-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 720px) {
    body {
        padding-bottom: 62px;
    }

    .container {
        width: min(100% - 28px, 1180px);
    }

    .hero {
        min-height: 590px;
    }

    .hero h1,
    .page-hero h1 {
        font-size: clamp(2.4rem, 13vw, 4.2rem);
    }

    .stats-grid,
    .service-image-grid,
    .area-card-grid,
    .gallery-grid,
    .two-col,
    .article-layout,
    .contact-layout,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .stat {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .section {
        padding: 66px 0;
    }

    .service-image-card {
        min-height: 380px;
    }

    .sidebar-card {
        position: static;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .mobile-cta {
        position: fixed;
        z-index: 60;
        left: 0;
        right: 0;
        bottom: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #fff;
        border-top: 1px solid var(--line);
    }

    .mobile-cta a {
        padding: 13px 10px;
        color: var(--green);
        font-weight: 900;
        text-align: center;
        text-decoration: none;
    }

    .mobile-cta a:first-child {
        background: var(--green);
        color: #fff;
    }
}
