* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Outfit', sans-serif; background-color: #FAFCFB; color: #1A3626; line-height: 1.6; overflow-x: hidden; } img { width: 100%; height: auto; object-fit: cover; display: block; } a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .vy-masthead { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 5%; background: #FFFFFF; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(26,54,38,0.05); } .vy-logo-mark { display: flex; align-items: center; gap: 0.5rem; font-weight: 800; font-size: 1.2rem; color: #2E5C40; } .vy-nav-links { display: flex; gap: 2rem; font-weight: 600; font-size: 0.95rem; } .vy-nav-links a:hover { color: #D1A354; } .vy-btn-primary { background: #E8F0EA; color: #2E5C40; padding: 0.6rem 1.2rem; border-radius: 4px; font-weight: 600; border: 1px solid #2E5C40; } .vy-btn-primary:hover { background: #2E5C40; color: #FFFFFF; } .vy-hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding: 6rem 5%; background: linear-gradient(135deg, #E8F0EA 0%, #FAFCFB 100%); } .vy-hero-text h1 { font-size: 3.5rem; line-height: 1.1; margin: 1rem 0 1.5rem; color: #1A3626; } .vy-hero-text p { font-size: 1.1rem; margin-bottom: 2rem; color: #3A5A46; } .vy-badge { display: inline-block; background: #D1A354; color: #FFFFFF; padding: 0.3rem 0.8rem; border-radius: 20px; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .vy-btn-solid { display: inline-block; background: #2E5C40; color: #FFFFFF; padding: 1rem 2rem; border-radius: 4px; font-weight: 600; font-size: 1.1rem; } .vy-btn-solid:hover { background: #1A3626; } .vy-hero-visual img { border-radius: 8px; box-shadow: 0 20px 40px rgba(26,54,38,0.1); height: 500px; } .vy-deep-about { padding: 7rem 5%; background: #FFFFFF; } .vy-about-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 5rem; align-items: center; } .vy-about-content h2 { font-size: 2.5rem; margin-bottom: 1.5rem; } .vy-about-content p { margin-bottom: 1.5rem; font-size: 1.05rem; color: #4A6A56; } .vy-data-point { margin-top: 3rem; padding-top: 2rem; border-top: 2px solid #E8F0EA; } .vy-data-point h3 { font-size: 4rem; color: #D1A354; line-height: 1; } .vy-data-point p { font-weight: 600; color: #2E5C40; margin-top: 0.5rem; } .vy-about-gallery { display: flex; flex-direction: column; gap: 2rem; } .vy-about-gallery img { border-radius: 8px; height: 300px; } .vy-process-services { padding: 5rem 5%; background: #1A3626; color: #FFFFFF; } .vy-section-head { text-align: center; max-width: 600px; margin: 0 auto 4rem; } .vy-section-head h2 { font-size: 2.5rem; margin-bottom: 1rem; color: #E8F0EA; } .vy-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; } .vy-service-card { background: #2E5C40; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; } .vy-service-card:hover { transform: translateY(-10px); } .vy-service-card img { height: 220px; } .vy-service-card h3 { padding: 1.5rem 1.5rem 0.5rem; font-size: 1.4rem; color: #D1A354; } .vy-service-card p { padding: 0 1.5rem 1.5rem; color: #E8F0EA; } .vy-grower-feedback { padding: 6rem 5%; background: #E8F0EA; } .vy-grower-feedback h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #1A3626; } .vy-testimonial-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 1000px; margin: 0 auto; } .vy-quote-box { background: #FFFFFF; padding: 2.5rem; border-radius: 8px; box-shadow: 0 10px 30px rgba(26,54,38,0.05); } .vy-quote-box p { font-size: 1.1rem; font-style: italic; margin-bottom: 2rem; color: #3A5A46; } .vy-author { display: flex; align-items: center; gap: 1rem; } .vy-author img { width: 60px; height: 60px; border-radius: 50%; } .vy-author strong { display: block; color: #1A3626; } .vy-author span { font-size: 0.85rem; color: #6A8A76; } .vy-inquiry-zone { padding: 7rem 5%; background: #FFFFFF; } .vy-form-container { max-width: 600px; margin: 0 auto; } .vy-form-container h2 { font-size: 2.5rem; margin-bottom: 1rem; } .vy-form-container > p { margin-bottom: 2.5rem; color: #4A6A56; } .vy-contact-form { display: flex; flex-direction: column; gap: 1.5rem; } .vy-input-group { display: flex; flex-direction: column; gap: 0.5rem; } .vy-input-group label { font-weight: 600; font-size: 0.9rem; color: #1A3626; } .vy-input-group input, .vy-input-group textarea { width: 100%; padding: 0.8rem; border: 1px solid #C8D0CA; border-radius: 4px; font-family: inherit; font-size: 1rem; } .vy-input-group input:focus, .vy-input-group textarea:focus { outline: none; border-color: #2E5C40; box-shadow: 0 0 0 3px rgba(46,92,64,0.1); } .vy-btn-submit { background: #D1A354; color: #FFFFFF; border: none; padding: 1rem; border-radius: 4px; font-weight: 700; font-size: 1.1rem; cursor: pointer; transition: background 0.3s; } .vy-btn-submit:hover { background: #B88A44; } .vy-base-foot { background: #112419; color: #A8B8AD; padding: 4rem 5% 2rem; font-size: 0.9rem; } .vy-foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; margin-bottom: 3rem; border-bottom: 1px solid #2A4434; padding-bottom: 3rem; } .vy-foot-col h4 { color: #FFFFFF; font-size: 1.2rem; margin-bottom: 1.5rem; } .vy-foot-col p { margin-bottom: 0.5rem; } .vy-foot-col a:hover { color: #D1A354; } .vy-foot-col nav { display: flex; flex-direction: column; gap: 0.8rem; } .vy-foot-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; } .vy-disclaimer { font-size: 0.75rem; color: #6A8A76; } @media (max-width: 992px) { .vy-hero-split, .vy-about-inner { grid-template-columns: 1fr; gap: 3rem; } .vy-hero-visual img { height: 400px; } .vy-testimonial-wrap { grid-template-columns: 1fr; } .vy-nav-links { display: none; } }