
.gfg-home{
    --gfg-green:#285f16;
    --gfg-lime:#92c01f;
    --gfg-dark:#204514;
    --gfg-soft:#f7f8f2;
    --gfg-border:#e3e7df;
    --gfg-muted:#60685f;
    max-width:1240px;
    margin:0 auto;
    color:#222;
    font-family:inherit;
}
.gfg-home *{box-sizing:border-box}

.gfg-hero{
    position:relative;
    min-height:510px;
    display:flex;
    align-items:center;
    overflow:hidden;
}
.gfg-has-hero-image{
    background-image:var(--gfg-hero-image);
    background-size:cover;
    background-position:center;
}
.gfg-no-hero-image{
    background:linear-gradient(135deg,#edf4df,#dcebc8);
}
.gfg-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,.97) 0%,
        rgba(255,255,255,.83) 35%,
        rgba(255,255,255,.34) 62%,
        rgba(255,255,255,.04) 100%
    );
}
.gfg-hero-copy{
    position:relative;
    z-index:2;
    width:min(680px,72%);
    padding:64px 54px;
}
.gfg-hero h1{
    margin:0;
    color:var(--gfg-dark);
    font-size:clamp(42px,6vw,70px);
    line-height:1.02;
    letter-spacing:-.04em;
}
.gfg-script{
    margin:13px 0 0;
    color:#4c791f;
    font-size:clamp(23px,3vw,35px);
    font-style:italic;
    font-family:Georgia,serif;
}
.gfg-hero-text{
    margin:14px 0 0;
    max-width:600px;
    font-size:17px;
}
.gfg-hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:27px;
}
.gfg-btn{
    display:inline-flex;
    min-height:48px;
    align-items:center;
    justify-content:center;
    padding:11px 21px;
    border-radius:6px;
    font-weight:750;
    text-decoration:none!important;
}
.gfg-btn-green{
    background:var(--gfg-lime);
    color:#fff!important;
    border:1px solid var(--gfg-lime);
}
.gfg-btn-light{
    background:rgba(255,255,255,.9);
    color:var(--gfg-dark)!important;
    border:1px solid #77a229;
}

.gfg-section{padding:40px 34px}
.gfg-title-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:20px;
}
.gfg-title-row h2,
.gfg-why h2{
    margin:0;
    color:var(--gfg-dark);
    font-size:31px;
}
.gfg-title-row a,
.gfg-bottom-panel a,
.gfg-footer-col a{
    color:#6f9d1e!important;
    text-decoration:none!important;
    font-weight:700;
}

.gfg-news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}
.gfg-news-card{
    display:grid;
    grid-template-columns:92px 1fr;
    overflow:hidden;
    min-height:230px;
    border:1px solid var(--gfg-border);
    border-radius:12px;
    background:#fff;
    box-shadow:0 7px 22px rgba(0,0,0,.07);
}
.gfg-news-primary{border-color:#d2dfbd}
.gfg-date-panel{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg,#87b91c,#6e9c12);
    color:#fff;
}
.gfg-date-panel-soft{background:linear-gradient(180deg,#456e2a,#30551d)}
.gfg-date-panel span{font-size:38px;font-weight:800;line-height:1}
.gfg-date-panel small{margin-top:5px;font-weight:800;letter-spacing:.08em}
.gfg-card-body{padding:22px 20px}
.gfg-date{display:block;color:#668f1f;font-size:13px;font-weight:750;margin-bottom:6px}
.gfg-card-body h3{margin:0 0 8px;color:#213919;font-size:21px}
.gfg-card-body p{margin:10px 0 0;line-height:1.5;color:#555d53}

.gfg-garden-feature{
    display:grid;
    grid-template-columns:1fr 1.25fr;
    margin:12px 34px 0;
    overflow:hidden;
    border-radius:12px;
    background:linear-gradient(105deg,#f8f8f0,#edf4df);
}
.gfg-feature-image img{
    display:block;
    width:100%;
    height:100%;
    min-height:310px;
    object-fit:cover;
}
.gfg-feature-copy{
    padding:38px 42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.gfg-feature-copy-full{grid-column:1/-1;min-height:260px}
.gfg-feature-copy h2{
    margin:0;
    color:var(--gfg-dark);
    font-size:37px;
    line-height:1.08;
}
.gfg-feature-copy p{
    margin:15px 0 21px;
    max-width:620px;
    line-height:1.65;
}
.gfg-feature-copy .gfg-btn{align-self:flex-start}

.gfg-why{text-align:center}
.gfg-why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:20px;
}
.gfg-why-card{
    padding:25px 18px;
    border:1px solid var(--gfg-border);
    border-radius:11px;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.055);
}
.gfg-why-icon{
    display:flex;
    min-height:42px;
    align-items:center;
    justify-content:center;
    color:#7fae1b;
    font-size:31px;
    font-weight:800;
}
.gfg-why-card strong{
    display:block;
    margin-top:7px;
    color:var(--gfg-dark);
    font-size:17px;
}
.gfg-why-card p{
    margin:8px 0 0;
    color:#555;
    font-size:14px;
    line-height:1.5;
}

.gfg-bottom-grid{
    display:grid;
    grid-template-columns:1fr 1.3fr;
    gap:18px;
    padding:25px 34px 17px;
    background:#fafbf7;
    border-top:1px solid #eceee8;
}
.gfg-bottom-panel{
    padding:23px;
    border:1px solid #e5e8e1;
    border-radius:10px;
    background:#fff;
}
.gfg-bottom-panel h3{margin:0 0 15px;color:var(--gfg-dark);font-size:22px}
.gfg-mini-event{
    display:flex;
    gap:14px;
    align-items:center;
    padding:11px 0;
    border-bottom:1px solid #eceee8;
}
.gfg-mini-event b{min-width:58px;color:#6d9b1d}
.gfg-mini-event small{color:#666}
.gfg-channels{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
}
.gfg-channels span{
    padding:18px 6px;
    text-align:center;
    border-radius:8px;
    background:#f1f6e6;
    color:#365b1b;
    font-weight:700;
}

.gfg-footer-links{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    padding:4px 34px 38px;
    background:#fafbf7;
}
.gfg-footer-col{
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
    gap:8px 18px;
    padding:18px 20px;
    border-top:1px solid #dfe5da;
}
.gfg-footer-col h4{
    flex:0 0 100%;
    margin:0 0 5px;
    color:var(--gfg-dark);
    font-size:17px;
}
.gfg-footer-col a{
    font-size:14px;
    white-space:nowrap;
}

@media(max-width:900px){
    .gfg-news-grid{grid-template-columns:1fr}
    .gfg-garden-feature{grid-template-columns:1fr}
    .gfg-why-grid{grid-template-columns:1fr 1fr}
    .gfg-bottom-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
    .gfg-hero{min-height:430px}
    .gfg-hero-overlay{background:rgba(255,255,255,.8)}
    .gfg-hero-copy{width:100%;padding:42px 22px}
    .gfg-section{padding:31px 16px}
    .gfg-title-row{align-items:flex-start;flex-direction:column}
    .gfg-news-card{grid-template-columns:78px 1fr}
    .gfg-garden-feature{margin:8px 16px 0}
    .gfg-feature-copy{padding:28px 23px}
    .gfg-why-grid{grid-template-columns:1fr}
    .gfg-bottom-grid{padding:20px 16px 12px}
    .gfg-footer-links{grid-template-columns:1fr;padding:4px 16px 28px}
    .gfg-channels{grid-template-columns:1fr 1fr}
}
