@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:ital@1&display=swap');
:root {
    --green:#08763e;
    --deep:#073e2a;
    --dark:#16211d;
    --muted:#64716b;
    --pale:#f3f8f6;
    --line:#e3eae6;
    --shadow:0 8px 24px rgba(13,61,38,.09)
}

* {
    box-sizing:border-box
}

html {
    scroll-behavior:smooth;
    scroll-padding-top:100px
}

body {
    margin:0;
    color:var(--dark);
    font-family:'DM Sans',Arial,sans-serif;
    line-height:1.5
}

a {
    color:inherit;
    text-decoration:none
}

button {
    font:inherit
}

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

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

h1,h2,h3,p {
    margin-top:0
}

h2 {
    font-size:clamp(1.7rem,3vw,2.35rem);
    line-height:1.18;
    letter-spacing:-.035em;
    margin-bottom:12px
}

p {
    color:var(--muted)
}

.eyebrow {
    color:var(--green);
    font-size:.74rem;
    font-weight:800;
    letter-spacing:.23em;
    margin-bottom:5px
}

.eyebrow.light {
    color:white
}

.translate-bar {
    background:#08743d;
    color:white;
    font-size:.73rem;
    min-height:31px
}

.translate-inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    min-height:31px
}

.translate-label {
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap
}

.translate-bar .top-motto {
    color:white
}

.goog-te-gadget {
    font-size:0!important;
    color:white!important
}

.goog-te-gadget .goog-te-combo {
    margin:2px 0!important;
    padding:2px;
    border-radius:3px;
    border:0;
    font-size:12px
}

.goog-te-banner-frame {
    display:none!important
}

body {
    top:0!important
}

.site-header {
    background:white;
    position:sticky;
    top:0;
    z-index:30;
    box-shadow:0 2px 9px #0b36240b
}

.nav-wrap {
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px
}

.brand img {
    width:270px;
    height:auto
}

.nav {
    display:flex;
    align-items:center;
    gap:25px;
    font-size:.84rem;
    font-weight:700
}

.nav-link {
    padding:26px 0
}

.nav a:hover,.network-toggle:hover {
    color:var(--green)
}

.nav-dropdown {
    position:relative
}

.network-toggle {
    background:none;
    border:0;
    cursor:pointer;
    color:var(--deep);
    font-weight:800;
    padding:26px 0
}

.mega-menu {
    display:none;
    position:absolute;
    right:-140px;
    top:100%;
    background:white;
    box-shadow:0 16px 45px #092c2040;
    border-top:3px solid var(--green);
    padding:22px 26px 15px;
    grid-template-columns:1fr 1fr;
    gap:8px 32px;
    min-width:390px;
    max-height:min(72vh,620px);
    overflow:auto
}

.nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu,.nav-dropdown.open .mega-menu {
    display:grid
}

.mega-menu h3 {
    font-size:.78rem;
    text-transform:uppercase;
    color:var(--green);
    border-bottom:1px solid var(--line);
    padding-bottom:8px;
    margin:0 0 8px
}

.mega-menu a {
    display:block;
    font-size:.82rem;
    font-weight:500;
    padding:4px 0
}

.mega-menu .mega-all {
    grid-column:1/-1;
    text-align:center;
    background:var(--pale);
    color:var(--green);
    font-weight:800;
    margin-top:6px;
    padding:10px
}

.menu-toggle {
    display:none
}

.hero {
    min-height:485px;
    background:url('images/trees_bkgd.jpg') center 46%/cover;
    position:relative;
    color:white
}

.hero-shade,.footer-cta-shade {
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(1,30,14,.75),rgba(2,35,16,.35) 62%,rgba(1,30,14,.46))
}

.hero-inner {
    position:relative;
    min-height:485px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px
}

.hero h1 {
    font-size:clamp(3rem,6vw,5.2rem);
    letter-spacing:-.055em;
    line-height:.99;
    margin:8px 0 20px
}

.hero-sub {
    color:white;
    font-size:clamp(1.1rem,2vw,1.5rem);
    line-height:1.4
}

.hero-side {
    color:white;
    letter-spacing:.18em;
    font-weight:800;
    line-height:1.8;
    font-size:.83rem;
    max-width:175px
}

.hero-side span {
    display:block;
    letter-spacing:0;
    font-size:.7rem;
    font-weight:500;
    line-height:1.5;
    margin-top:20px;
    border-top:2px solid #fff9;
    padding-top:12px
}

.actions {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:26px
}

.btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:12px 19px;
    border-radius:4px;
    font-weight:800;
    font-size:.76rem;
    text-transform:uppercase;
    transition:transform .2s,background .2s
}

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

.btn-green {
    background:var(--green);
    color:white
}

.btn-green:hover {
    background:#065a31
}

.btn-outline {
    border:1px solid white;
    color:white
}

.btn-border {
    border:1px solid var(--green);
    color:var(--deep)
}

.pillars {
    background:linear-gradient(#fff,#f4faf8);
    padding-bottom:20px
}

.pillar-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    position:relative;
    margin-top:-32px
}

.pillar {
    background:#fff;
    box-shadow:var(--shadow);
    text-align:center;
    padding:42px 15px 18px;
    border-radius:4px;
    position:relative
}

.pillar-icon {
    position:absolute;
    top:-28px;
    left:50%;
    transform:translateX(-50%);
    display:grid;
    place-items:center;
    background:white;
    border-radius:50%;
    height:58px;
    width:58px;
    color:var(--green);
    font-size:2rem;
    box-shadow:var(--shadow)
}

.pillar small {
    display:block;
    color:#777;
    font-size:.69rem;
    margin-bottom:4px
}

.pillar strong {
    font-size:1.05rem
}

.section {
    padding:64px 0
}

.purpose-grid {
    display:grid;
    grid-template-columns:1fr 1.8fr .95fr;
    gap:32px;
    align-items:center
}

.purpose-img {
    height:230px;
    width:100%;
    object-fit:cover;
    border-radius:4px
}

.purpose p:not(.eyebrow) {
    font-size:.88rem
}

.purpose blockquote {
    margin:0;
    background:var(--pale);
    padding:34px 25px;
    border-radius:4px;
    font:italic 1.35rem/1.35 'Playfair Display',Georgia,serif;
    color:var(--deep)
}

.purpose blockquote:before {
    content:'“';
    font:800 2rem Arial;
    color:var(--green);
    display:block;
    height:20px
}

.section-heading {
    display:grid;
    grid-template-columns:1.35fr 1fr auto;
    gap:24px;
    align-items:center;
    margin-bottom:23px
}

.section-heading p:not(.eyebrow) {
    font-size:.84rem;
    margin:0
}

.section-heading h2 {
    margin:0
}

.projects {
    background:#f8fbf9
}

.project-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px
}

.project-card,.news-grid article {
    background:white;
    border-radius:4px;
    overflow:hidden;
    box-shadow:var(--shadow)
}

.project-card img {
    width:100%;
    height:150px;
    object-fit:cover
}

.project-card>div {
    padding:15px
}

.project-card h3,.news-grid h3 {
    font-size:.97rem;
    line-height:1.25;
    margin-bottom:5px
}

.project-card p,.news-grid p {
    font-size:.78rem;
    margin-bottom:8px
}

.project-card a,.news-grid a {
    font-size:.77rem;
    color:var(--green);
    font-weight:800
}

.network-preview {
    text-align:center;
    background:var(--pale)
}

.network-preview>div>p:not(.eyebrow) {
    font-size:.9rem
}

.network-preview-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,260px));
    justify-content:center;
    gap:18px;
    margin:25px 0
}

.network-preview-grid a {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:5px;
    padding:20px;
    background:white;
    box-shadow:var(--shadow);
    border-radius:6px
}

.network-preview-grid span {
    color:var(--green);
    font-size:2rem
}

.network-preview-grid small {
    color:var(--green)
}

.news-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px
}

.news-grid article {
    display:grid;
    grid-template-columns:38% 1fr
}

.news-grid img {
    height:100%;
    min-height:155px;
    width:100%;
    object-fit:cover
}

.news-grid article>div {
    padding:16px
}

.footer-cta {
    position:relative;
    background:url('images/florida_landscape.png') center 52%/cover;
    min-height:240px;
    color:white
}

.footer-cta-shade {
    background:rgba(1,34,19,.48)
}

.footer-cta-inner {
    position:relative;
    min-height:240px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:30px 0
}

.footer-cta h2 {
    font-size:clamp(1.55rem,3vw,2.4rem);
    margin-bottom:4px;
    text-shadow:0 2px 7px #0008
}

.footer-cta p {
    color:white;
    margin-bottom:16px
}

.footer {
    background:#063b28;
    color:white;
    padding:42px 0 0
}

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

.footer-logo {
    width:220px;
}

.footer p {
    color:#d1e0d8;
    font-size:.8rem
}

.footer h3 {
    font-size:.85rem
}

.footer a {
    display:block;
    color:#dcebe2;
    font-size:.79rem;
    margin-bottom:5px
}

.footer a:hover {
    color:white;
    text-decoration:underline
}

.footer-script {
    font:italic 1.6rem/1.3 'Playfair Display',Georgia,serif;
    color:#b4d87e;
    align-self:center;
    transform:rotate(-8deg)
}

.footer-bottom {
    border-top:1px solid #ffffff25;
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-top:40px;
    padding:16px 0;
    font-size:.72rem;
    color:#d6e2da
}

@media(max-width:1050px) {
    .nav {
        gap:15px
    }
    .brand img {
        width:220px
    }
    .purpose-grid {
        grid-template-columns:1fr 1.4fr
    }
    .purpose blockquote {
        grid-column:1/-1
    }
    .section-heading {
        grid-template-columns:1fr auto
    }
    .section-heading>p {
        grid-column:1/-1;
        grid-row:2
    }
    .footer-grid {
        grid-template-columns:repeat(4,1fr)
    }
    .footer-script {
        grid-column:1/-1
    }
}

@media(max-width:760px) {
    .container {
        width:min(100% - 32px,1160px)
    }
    .top-motto {
        display:none
    }
    .nav-wrap {
        min-height:70px
    }
    .brand img {
        width:225px
    }
    .menu-toggle {
        display:flex;
        flex-direction:column;
        justify-content:center;
        gap:5px;
        width:44px;
        height:44px;
        background:white;
        border:1px solid var(--line);
        border-radius:5px;
        cursor:pointer;
        padding:10px
    }
    .menu-toggle span {
        display:block;
        height:2px;
        background:var(--deep);
        width:100%
    }
    .nav {
        display:none;
        position:absolute;
        left:0;
        right:0;
        top:100%;
        background:white;
        padding:12px 20px 22px;
        box-shadow:0 15px 25px #0002;
        max-height:calc(100vh - 100px);
        overflow:auto;
        flex-direction:column;
        align-items:stretch;
        gap:0
    }
    .nav.is-open {
        display:flex
    }
    .nav-link,.network-toggle {
        display:block;
        width:100%;
        padding:12px 0;
        text-align:left;
        border-bottom:1px solid var(--line)
    }
    .mega-menu {
        position:static;
        min-width:0;
        width:100%;
        max-height:none;
        box-shadow:none;
        border-top:2px solid var(--green);
        padding:16px 8px;
        gap:10px
    }
    .nav-dropdown:hover .mega-menu,.nav-dropdown:focus-within .mega-menu {
        display:none
    }
    .nav-dropdown.open .mega-menu {
        display:grid
    }
    .hero,.hero-inner {
        min-height:490px
    }
    .hero-inner {
        align-items:center
    }
    .hero-side {
        display:none
    }
    .hero h1 {
        font-size:clamp(3.2rem,11vw,5rem)
    }
    .pillar-grid {
        gap:10px
    }
    .pillar {
        padding:39px 7px 15px
    }
    .pillar small {
        font-size:.56rem
    }
    .pillar strong {
        font-size:.79rem
    }
    .purpose-grid {
        grid-template-columns:1fr
    }
    .purpose-img {
        height:250px
    }
    .purpose blockquote {
        grid-column:auto
    }
    .section {
        padding:48px 0
    }
    .section-heading {
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:12px
    }
    .project-grid {
        grid-template-columns:repeat(2,1fr)
    }
    .news-grid {
        grid-template-columns:1fr
    }
    .footer-grid {
        grid-template-columns:repeat(2,1fr)
    }
    .footer-script {
        grid-column:1/-1
    }
    .footer-bottom {
        flex-direction:column
    }
}

@media(max-width:460px) {
    .translate-label span {
        display:none
    }
    .brand img {
        width:195px
    }
    .hero h1 {
        font-size:3.1rem
    }
    .hero-sub {
        font-size:1.08rem
    }
    .pillar-grid {
        grid-template-columns:1fr;
        gap:34px;
        margin-top:-20px
    }
    .pillar {
        padding:30px 10px 12px
    }
    .pillar-icon {
        width:45px;
        height:45px;
        top:-24px;
        font-size:1.4rem
    }
    .project-grid {
        grid-template-columns:1fr
    }
    .project-card img {
        height:190px
    }
    .network-preview-grid {
        grid-template-columns:1fr
    }
    .footer-grid {
        grid-template-columns:1fr 1fr;
        gap:25px 15px
    }
    .footer-grid>div:first-child,.footer-grid>div:nth-child(4) {
        grid-column:1/-1
    }
    .footer-cta {
        min-height:265px
    }
    .footer-cta-inner {
        min-height:265px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto
    }
    .btn {
        transition:none
    }
}
