.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(23, 107, 70, .10);
    backdrop-filter: blur(18px);
}

.header-inner {
    min-height: 76px;
}

.brand-logo {
    filter: drop-shadow(0 5px 12px rgba(12, 60, 42, .12));
}

.site-nav a {
    font-weight: 650;
}

.nav-cta {
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--brand-dark);
    color: #fff !important;
}

.hero-impact {
    position: relative;
    min-height: min(860px, calc(100vh - 76px));
    display: grid;
    align-items: end;
    overflow: hidden;
    background: #0b3426;
    color: #fff;
}

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

.hero-impact-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
}

.hero-impact-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(7, 39, 28, .94) 0%,
            rgba(7, 39, 28, .78) 42%,
            rgba(7, 39, 28, .28) 75%,
            rgba(7, 39, 28, .18) 100%
        ),
        linear-gradient(
            0deg,
            rgba(7, 39, 28, .76) 0%,
            transparent 52%
        );
}

.hero-impact-inner {
    position: relative;
    z-index: 2;
    min-height: inherit;
    padding-top: 100px;
    padding-bottom: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
}

.hero-impact-copy {
    max-width: 780px;
}

.eyebrow-light {
    color: #c8f0d8;
}

.hero-impact h1 {
    max-width: 780px;
    margin: 16px 0 24px;
    font-size: clamp(3.25rem, 6.2vw, 6.7rem);
    line-height: .94;
    letter-spacing: -.065em;
    color: #fff;
}

.hero-impact h1 span {
    color: #f0bd63;
}

.hero-impact .hero-lead {
    max-width: 670px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.08rem, 1.6vw, 1.32rem);
    line-height: 1.65;
}

.hero-actions {
    margin-top: 34px;
}

.button-impact {
    background: #f0b95c;
    color: #193327;
    border-color: #f0b95c;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
}

.button-impact:hover {
    background: #ffd080;
    border-color: #ffd080;
    transform: translateY(-2px);
}

.button-glass {
    color: #fff;
    border-color: rgba(255, 255, 255, .48);
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(12px);
}

.button-glass:hover {
    background: rgba(255, 255, 255, .18);
}

.hero-impact-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 680px;
    margin-top: 52px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.hero-impact-proof div {
    padding: 18px 20px;
}

.hero-impact-proof strong,
.hero-impact-proof span {
    display: block;
}

.hero-impact-proof strong {
    color: #fff;
    font-size: 1rem;
}

.hero-impact-proof span {
    margin-top: 5px;
    color: rgba(255, 255, 255, .68);
    font-size: .78rem;
    line-height: 1.35;
}

.hero-impact-note {
    width: 270px;
    margin-bottom: 4px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 24px;
    background: rgba(9, 52, 37, .52);
    backdrop-filter: blur(16px);
}

.hero-impact-note span {
    color: #f0bd63;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hero-impact-note p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .9);
    line-height: 1.55;
}

.section {
    padding-top: clamp(76px, 9vw, 126px);
    padding-bottom: clamp(76px, 9vw, 126px);
}

.section-heading h2,
.story-content h2,
.capabilities-head h2 {
    letter-spacing: -.045em;
}

.story-section {
    background: #f8f7f2;
}

.story-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(48px, 7vw, 100px);
    align-items: center;
}

.story-photo {
    position: relative;
    margin: 0;
}

.story-photo img {
    display: block;
    width: 100%;
    min-height: 590px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 32px 70px rgba(25, 51, 39, .16);
}

.story-photo figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    max-width: 220px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .9);
    color: var(--brand-dark);
    font-size: .78rem;
    font-weight: 700;
    backdrop-filter: blur(12px);
}

.story-content h2 {
    max-width: 650px;
    margin: 12px 0 28px;
    font-size: clamp(2.4rem, 4vw, 4.4rem);
    line-height: 1;
}

.story-content > p {
    max-width: 650px;
    font-size: 1.02rem;
    line-height: 1.8;
}

.story-lead {
    color: var(--text);
    font-size: 1.25rem !important;
}

.story-marker {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid #d8ded9;
}

.story-marker strong {
    color: var(--brand);
    font-size: 1.2rem;
    white-space: nowrap;
}

.story-marker span {
    max-width: 340px;
    color: var(--muted);
}

.capabilities-impact {
    background: #fff;
}

.capabilities-head {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 56px;
}

.capabilities-head h2 {
    max-width: 750px;
    margin: 12px 0 0;
    font-size: clamp(2.5rem, 4.4vw, 4.8rem);
    line-height: .98;
}

.capabilities-head > p {
    margin: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.capability-list {
    border-top: 1px solid var(--border);
}

.capability-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 22px;
    padding: 28px 12px;
    border-bottom: 1px solid var(--border);
    transition:
        padding .25s ease,
        background .25s ease;
}

.capability-row:hover {
    padding-left: 24px;
    padding-right: 24px;
    background: #f4f7f3;
}

.capability-row > span {
    color: var(--accent);
    font-weight: 850;
    font-size: .86rem;
}

.capability-row div {
    display: grid;
    grid-template-columns: minmax(190px, .42fr) 1fr;
    gap: 30px;
    align-items: baseline;
}

.capability-row h3,
.capability-row p {
    margin: 0;
}

.capability-row h3 {
    font-size: 1.55rem;
    letter-spacing: -.025em;
}

.capability-row p {
    max-width: 620px;
    color: var(--muted);
    line-height: 1.65;
}

.monitor-feature {
    background: #0d3e2d;
    color: #fff;
}

.monitor-feature .eyebrow {
    color: #b7e6c9;
}

.monitor-feature h2,
.monitor-feature strong {
    color: #fff;
}

.monitor-feature .monitor-lead,
.monitor-feature .monitor-point span {
    color: rgba(255, 255, 255, .72);
}

.monitor-feature .monitor-point {
    border-color: rgba(255, 255, 255, .13);
}

.monitor-feature .monitor-visual {
    box-shadow: 0 34px 80px rgba(0, 0, 0, .28);
}

.evidence-card,
.timeline-item {
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.evidence-card:hover,
.timeline-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(22, 54, 39, .10);
}

.ecosystem-section {
    background: #f4f0e7;
}

.ecosystem-card {
    box-shadow: 0 20px 50px rgba(24, 55, 42, .08);
}

.national-impact {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    padding: 0;
}

.national-impact-media,
.national-impact-overlay {
    position: absolute;
    inset: 0;
}

.national-impact-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.national-impact-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(7, 42, 30, .94) 0%,
            rgba(7, 42, 30, .78) 48%,
            rgba(7, 42, 30, .22) 100%
        );
}

.national-impact-content {
    position: relative;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 110px;
}

.national-impact-content h2 {
    max-width: 780px;
    margin: 14px 0 28px;
    color: #fff;
    font-size: clamp(2.8rem, 5.2vw, 5.7rem);
    line-height: .96;
    letter-spacing: -.055em;
}

.national-impact-content > p {
    max-width: 650px;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.75;
}

.national-impact-content .button {
    margin-top: 20px;
}

.national-photo-note {
    display: block;
    margin-top: 28px;
    color: rgba(255, 255, 255, .58);
    font-size: .72rem;
}

.contact-section {
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(23, 107, 70, .08),
            transparent 34%
        ),
        #f8f7f2;
}

.contact-form-card {
    box-shadow: 0 28px 70px rgba(24, 55, 42, .10);
}

.site-footer {
    background: #092f22;
    color: rgba(255, 255, 255, .72);
}

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