:root {
    --brand: #0f6b41;
    --brand-dark: #0a4d30;
    --brand-light: #eef6f1;
    --brand-soft: #dcefe4;
    --surface: #ffffff;
    --surface-muted: #f6f8f7;
    --surface-strong: #f1f5f3;
    --text: #14211b;
    --muted: #5f6f67;
    --border: rgba(20, 33, 27, 0.1);
    --border-strong: rgba(20, 33, 27, 0.16);
    --shadow-sm: 0 12px 32px rgba(10, 77, 48, 0.07);
    --shadow-md: 0 24px 60px rgba(10, 77, 48, 0.1);
    --radius-sm: 16px;
    --radius: 24px;
    --radius-lg: 32px;
    --container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(15, 107, 65, 0.06), transparent 30%),
        linear-gradient(180deg, #fbfcfb 0%, #ffffff 18%, #f8fbf9 100%);
    line-height: 1.65;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--brand);
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: var(--brand-dark);
}

.container {
    max-width: var(--container);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, 0.78);
    border-bottom: 1px solid rgba(20, 33, 27, 0.08);
    backdrop-filter: blur(18px);
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-brand {
    margin-right: 0;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: inherit;
}

.brand-lockup img,
.brand-lockup .logo-fallback {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
    background: linear-gradient(160deg, var(--brand) 0%, var(--brand-dark) 100%);
    box-shadow: 0 14px 30px rgba(10, 77, 48, 0.18);
}

.brand-name {
    display: block;
    margin: 0;
    color: var(--text);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.1;
}

.brand-legal {
    display: block;
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.navbar .nav-link {
    position: relative;
    color: var(--text) !important;
    font-weight: 500;
    padding: 0.65rem 0.9rem !important;
    border-radius: 999px;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .show > .nav-link {
    color: var(--brand) !important;
    background: rgba(15, 107, 65, 0.07);
}

.navbar .dropdown-menu {
    margin-top: 0.9rem;
    padding: 0.6rem;
    border: 1px solid rgba(20, 33, 27, 0.08);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
}

.navbar .dropdown-item {
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    font-weight: 500;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background: var(--brand-light);
    color: var(--brand-dark);
}

.navbar-toggler {
    border: 1px solid rgba(20, 33, 27, 0.12);
    border-radius: 14px;
    padding: 0.5rem 0.75rem;
    box-shadow: none !important;
}

.btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn:active {
    transform: translateY(1px) scale(0.99);
}

.btn-brand,
.btn-outline-brand {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.84rem 1.4rem;
    letter-spacing: -0.01em;
}

.btn-brand {
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 14px 28px rgba(10, 77, 48, 0.18);
}

.btn-brand:hover {
    background: linear-gradient(135deg, #13804d 0%, var(--brand-dark) 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(10, 77, 48, 0.22);
}

.btn-outline-brand {
    border: 1px solid rgba(15, 107, 65, 0.22);
    color: var(--brand-dark);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.btn-outline-brand:hover {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
    transform: translateY(-1px);
}

.page-hero,
.hero-panel {
    position: relative;
    overflow: hidden;
}

.hero-panel {
    display: flex;
    align-items: stretch;
    min-height: min(760px, calc(100dvh - 110px));
    border-radius: var(--radius-lg);
    background-color: #103424;
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow-md);
    color: #fff;
}

.hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(8, 24, 16, 0.92) 0%, rgba(10, 42, 26, 0.78) 46%, rgba(15, 107, 65, 0.28) 100%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12), transparent 30%);
}

.hero-panel h1,
.hero-panel h2,
.hero-panel h3,
.hero-panel .display-title,
.hero-panel p,
.hero-panel .section-lead {
    color: #fff !important;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 680px;
}

.kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 40px;
    padding: 0.38rem 0.9rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kicker {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.eyebrow {
    color: var(--brand-dark);
    background: rgba(15, 107, 65, 0.09);
    border: 1px solid rgba(15, 107, 65, 0.14);
}

h1,
h2,
h3,
.display-title {
    color: var(--text);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.96;
}

h1,
.display-title {
    font-size: clamp(2.8rem, 5vw, 5.4rem);
}

h2,
.section-title {
    font-size: clamp(2rem, 3.2vw, 3.2rem);
}

h3 {
    font-size: clamp(1.35rem, 2vw, 1.8rem);
}

p,
.text-muted {
    color: var(--muted) !important;
}

.section {
    position: relative;
    padding: 6rem 0;
}

.section-light {
    background:
        linear-gradient(180deg, rgba(15, 107, 65, 0.05) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.section-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 2.6rem;
}

.section-heading-copy {
    max-width: 720px;
}

.section-title {
    margin-bottom: 0.8rem;
}

.section-lead {
    max-width: 65ch;
    font-size: 1.03rem;
}

.hero-actions,
.cta-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.trust-card,
.service-card,
.job-card,
.stat-card,
.info-card,
.feature-panel,
.cta-panel {
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 33, 27, 0.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
}

.service-card,
.job-card,
.info-card,
.feature-panel,
.cta-panel {
    padding: 1.75rem;
}

.service-card,
.job-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card::before,
.job-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 107, 65, 0.04), transparent 35%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.service-card:hover,
.job-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: rgba(15, 107, 65, 0.16);
}

.service-card:hover::before,
.job-card:hover::before {
    opacity: 1;
}

.icon-badge {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    border-radius: 18px;
    background: linear-gradient(145deg, var(--brand-light), #ffffff);
    border: 1px solid rgba(15, 107, 65, 0.12);
    color: var(--brand);
    font-size: 1.35rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.check-item i {
    margin-top: 0.15rem;
    color: var(--brand);
}

.stat-card {
    position: relative;
    padding: 1.7rem 1.25rem;
    text-align: left;
    overflow: hidden;
}

.stat-card::after {
    content: "";
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 107, 65, 0.12), transparent 70%);
}

.stat-card .stat-value {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--text);
    font-size: clamp(2rem, 3vw, 2.7rem);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.job-meta {
    color: var(--muted);
    font-size: 0.92rem;
}

.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 107, 65, 0.08);
    color: var(--brand-dark);
    font-weight: 600;
}

.page-hero {
    padding: 5.4rem 0 3.4rem;
    background:
        radial-gradient(circle at top right, rgba(15, 107, 65, 0.09), transparent 28%),
        linear-gradient(180deg, rgba(238, 246, 241, 0.88) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.page-hero h1 {
    margin-top: 1rem;
    color: var(--text);
}

.page-hero .section-lead {
    font-size: 1.08rem;
}

.service-cover,
.about-cover {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.service-cover img,
.about-cover img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.process-step {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
}

.process-step + .process-step {
    border-top: 1px solid rgba(20, 33, 27, 0.08);
}

.process-num {
    flex: 0 0 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(145deg, var(--brand), var(--brand-dark));
    box-shadow: 0 10px 22px rgba(10, 77, 48, 0.18);
}

.site-footer {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%),
        linear-gradient(180deg, #0f2d20 0%, #091a12 100%);
    color: rgba(255, 255, 255, 0.82);
    padding-top: 5rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer a:hover {
    color: #fff;
}

.site-footer h5,
.site-footer h6 {
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.footer-bottom {
    margin-top: 3rem;
    padding: 1.35rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.92rem;
}

.contact-list i {
    width: 22px;
    color: var(--brand);
}

.filter-bar {
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(20, 33, 27, 0.08);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.form-label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text);
}

.form-text {
    color: var(--muted);
}

.form-control,
.form-select {
    min-height: 52px;
    border-radius: 15px;
    border: 1px solid rgba(20, 33, 27, 0.12);
    background: rgba(255, 255, 255, 0.94);
    padding: 0.8rem 0.95rem;
    color: var(--text);
}

textarea.form-control {
    min-height: 140px;
}

.form-control::placeholder,
.form-select::placeholder {
    color: #8c978f;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(15, 107, 65, 0.36);
    box-shadow: 0 0 0 0.24rem rgba(15, 107, 65, 0.1);
}

.form-control.is-invalid,
.form-select.is-invalid {
    border-color: #d84f4f;
}

.invalid-feedback {
    font-size: 0.9rem;
}

.alert {
    border: 0;
    border-radius: 16px;
}

.alert-success {
    background: #e6f6ea;
    color: #10442b;
}

.content-body {
    font-size: 1.02rem;
}

.content-body > * + * {
    margin-top: 1rem;
}

.content-body ul,
.content-body ol {
    padding-left: 1.15rem;
}

.mini-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.surface-muted {
    background: var(--surface-muted);
}

.section-shell {
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 4px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(20, 33, 27, 0.06);
    box-shadow: 0 30px 60px rgba(10, 77, 48, 0.06);
}

.split-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
    gap: 1.5rem;
    width: 100%;
    padding: 1.5rem;
    position: relative;
    z-index: 1;
}

.hero-copy-shell {
    display: flex;
    align-items: flex-end;
    min-height: 100%;
}

.hero-copy-shell .hero-content {
    padding: 1rem 0 0.5rem;
}

.hero-aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-end;
}

.hero-glass-panel {
    padding: 1.35rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    color: rgba(255, 255, 255, 0.92);
}

.hero-glass-panel h3,
.hero-glass-panel p,
.hero-glass-panel a,
.hero-glass-panel strong {
    color: inherit;
}

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

.hero-credential {
    min-height: 104px;
}

.hero-credential-label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: rgba(255, 255, 255, 0.68);
}

.hero-credential-value {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.15;
}

.hero-guidance-list {
    display: grid;
    gap: 0.85rem;
}

.hero-guidance-item {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.hero-guidance-item i {
    font-size: 1rem;
    margin-top: 0.1rem;
}

.hero-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.88rem;
}

.editorial-intro {
    max-width: 780px;
}

.eyebrow-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
}

.check-grid {
    display: grid;
    gap: 0.85rem;
}

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

.feature-strip {
    display: grid;
    gap: 1rem;
}

.feature-strip-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 0;
    border-top: 1px solid rgba(20, 33, 27, 0.08);
}

.feature-strip-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.feature-strip-copy {
    max-width: 34rem;
}

.feature-strip-index {
    flex: 0 0 auto;
    color: var(--brand);
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
}

.asymmetric-showcase {
    display: grid;
    gap: 1rem;
}

.showcase-panel {
    height: 100%;
    padding: 1.6rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(20, 33, 27, 0.08);
    box-shadow: var(--shadow-sm);
}

.showcase-panel.featured {
    padding: 2rem;
    background: linear-gradient(180deg, rgba(15, 107, 65, 0.08), rgba(255, 255, 255, 0.96));
}

.showcase-panel .service-card,
.showcase-panel .job-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.showcase-panel .service-card::before,
.showcase-panel .job-card::before {
    display: none;
}

.showcase-panel .service-card:hover,
.showcase-panel .job-card:hover {
    transform: none;
    box-shadow: none;
}

.showcase-panel-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(238, 246, 241, 0.72));
}

.meta-rule {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 107, 65, 0.28), transparent);
}

.page-shell {
    padding: 2rem;
    border-radius: calc(var(--radius-lg) + 2px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(20, 33, 27, 0.06);
    box-shadow: 0 28px 60px rgba(10, 77, 48, 0.06);
}

.page-layout-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
    gap: 1.25rem;
}

.page-sticky-rail {
    position: sticky;
    top: 110px;
}

.rail-card {
    padding: 1.35rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 107, 65, 0.06), rgba(255, 255, 255, 0.94));
    border: 1px solid rgba(20, 33, 27, 0.08);
    box-shadow: var(--shadow-sm);
}

.detail-stack {
    display: grid;
    gap: 1rem;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid rgba(20, 33, 27, 0.08);
}

.detail-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.detail-label {
    color: var(--muted);
    font-size: 0.92rem;
}

.detail-value {
    text-align: right;
    font-weight: 600;
    color: var(--text);
}

.service-lines,
.story-lines {
    display: grid;
    gap: 0.95rem;
}

.service-line,
.story-line {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.service-line i,
.story-line i {
    color: var(--brand);
    margin-top: 0.1rem;
}

.editorial-links {
    display: grid;
    gap: 0.85rem;
}

.editorial-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(20, 33, 27, 0.08);
    color: var(--text);
}

.editorial-link:first-child {
    padding-top: 0;
}

.editorial-link:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-stack {
    display: grid;
    gap: 1rem;
}

.contact-stack-item {
    display: flex;
    gap: 0.95rem;
    align-items: flex-start;
}

.contact-stack-item i {
    color: var(--brand);
    margin-top: 0.15rem;
}

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

.office-card {
    padding: 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(20, 33, 27, 0.08);
}

.form-grid {
    display: grid;
    gap: 1rem;
}

.surface-band {
    background:
        linear-gradient(180deg, rgba(15, 107, 65, 0.04), rgba(255, 255, 255, 0.94));
}

@media (max-width: 991px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border: 1px solid rgba(20, 33, 27, 0.08);
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: var(--shadow-sm);
    }

    .navbar .nav-link {
        border-radius: 14px;
    }

    .hero-panel {
        min-height: auto;
        border-radius: 26px;
    }

    .split-hero,
    .page-layout-split,
    .check-grid.two-col,
    .office-grid {
        grid-template-columns: 1fr;
    }

    .page-sticky-rail {
        position: static;
    }

    .service-cover img,
    .about-cover img {
        height: 320px;
    }

    .section {
        padding: 4.25rem 0;
    }
}

@media (max-width: 767px) {
    .brand-lockup img,
    .brand-lockup .logo-fallback {
        width: 46px;
        height: 46px;
    }

    .page-hero {
        padding: 4.5rem 0 2.7rem;
    }

    .section {
        padding: 3.4rem 0;
    }

    .service-card,
    .job-card,
    .info-card,
    .feature-panel,
    .cta-panel,
    .filter-bar,
    .showcase-panel,
    .section-shell,
    .page-shell,
    .hero-glass-panel {
        padding: 1.3rem;
        border-radius: 20px;
    }

    .hero-actions,
    .cta-stack,
    .footer-bottom {
        gap: 0.75rem;
    }

    .split-hero {
        padding: 0.75rem;
    }

    .feature-strip-item,
    .detail-item,
    .editorial-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .detail-value {
        text-align: left;
    }
}
