* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%);
    color: #2d3e1f;
    line-height: 1.7;
}

.zone-7k2m {
    background: linear-gradient(90deg, #2d5016 0%, #3a6b35 100%);
    padding: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(45, 80, 22, 0.25);
}

.herb-x9f1 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seed-logo-w3p9 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.seed-logo-w3p9 img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #8bc34a;
}

.brand-v8m2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #dcedc8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-q5n7 {
    display: flex;
    gap: 1.5rem;
}

.phone-j4k8 {
    color: #9ccc65;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    border: 2px solid #9ccc65;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
}

.phone-j4k8:hover {
    color: #fff;
    background: #9ccc65;
}

.grow-p4s8 {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 3px solid #8bc34a;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.nav-wrapper-m2x6 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.menu-toggle-r9f3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d5016;
    padding: 1rem 0;
    cursor: pointer;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-toggle-r9f3::marker {
    display: none;
}

.nav-list-k7d5 {
    list-style: none;
    display: flex;
    gap: 2.5rem;
    padding: 1rem 0;
    flex-wrap: wrap;
}

.hero-z8v1 {
    margin: 2rem auto;
    max-width: 1280px;
    padding: 0 2rem;
}

.hero-overlay-t3n9 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(45, 80, 22, 0.3);
    min-height: 300px;
}

.hero-img-s5m4 {
    width: 100%;
    height: 400px;
    max-height: 400px;
    display: block;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-content-b6p2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(45, 80, 22, 0.95), transparent);
    padding: 3rem;
    color: #fff;
}

.hero-title-f9x7 {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-subtitle-d4k1 {
    font-size: 1.4rem;
    color: #9ccc65;
    font-weight: 300;
}

.content-grid-a8h3 {
    max-width: 1280px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.sidebar-n5w9 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-card-c2v8 {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(58, 107, 53, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card-c2v8:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(58, 107, 53, 0.25);
}

.info-card-c2v8 img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-heading-l6m1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    color: #2d5016;
    padding: 1rem 1.5rem 0.5rem;
    font-weight: 600;
}

.card-text-u9d4 {
    padding: 0 1.5rem 1.5rem;
    color: #5d7a4d;
    font-size: 0.95rem;
}

.main-text-r7p5 {
    background: #fff;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(45, 80, 22, 0.1);
    border-left: 5px solid #8bc34a;
}

.seo-wrapper-x4b8 {
    font-size: 1.1rem;
    color: #3e5330;
}

.gallery-zone-m8w3 {
    max-width: 1280px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.gallery-title-q2n7 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    color: #2d5016;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
}

.gallery-title-q2n7::after {
    content: '';
    display: block;
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #8bc34a, #9ccc65);
    margin: 1rem auto 0;
    border-radius: 2px;
}

.gallery-grid-k9s6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.gallery-item-v3f1 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(45, 80, 22, 0.2);
    aspect-ratio: 4/3;
}

.gallery-item-v3f1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.overlay-p7d9 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 80, 22, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item-v3f1:hover .overlay-p7d9 {
    opacity: 1;
}

.gallery-item-v3f1:hover img {
    transform: scale(1.1);
}

.overlay-text-h5k2 {
    color: #9ccc65;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.base-z4m8 {
    background: linear-gradient(135deg, #2d5016 0%, #1a3310 100%);
    padding: 3rem 0;
    margin-top: 5rem;
    color: #dcedc8;
}

.footer-wrap-t6n3 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-brand-s7k5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #9ccc65;
    margin-bottom: 0.5rem;
}

.footer-tagline-d2x9 {
    color: #a5d6a7;
    font-size: 0.95rem;
    font-style: italic;
}

.contact-line-v5m7 {
    font-size: 1.05rem;
}

.contact-line-v5m7 a {
    color: #9ccc65;
    text-decoration: none;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.contact-line-v5m7 a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .content-grid-a8h3 {
        grid-template-columns: 1fr;
    }
    
    .sidebar-n5w9 {
        flex-direction: row;
    }
    
    .gallery-grid-k9s6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-img-s5m4 {
        height: 300px;
        max-height: 300px;
    }

    .hero-overlay-t3n9 {
        min-height: 250px;
    }

    .hero-content-b6p2 {
        padding: 1.5rem;
    }

    .hero-title-f9x7 {
        font-size: 1.6rem;
    }
    
    .hero-subtitle-d4k1 {
        font-size: 0.95rem;
    }
    
    .gallery-grid-k9s6 {
        grid-template-columns: 1fr;
    }
    
    .nav-list-k7d5 {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-wrap-t6n3 {
        flex-direction: column;
        text-align: center;
    }
    
    .sidebar-n5w9 {
        flex-direction: column;
    }
}

