:root { --vh-forest-dark: #1b4332; --vh-forest-mid: #2d6a4f; --vh-earth: #8c6239; --vh-bg-light: #f4f1de; --vh-bg-alt: #e9edc9; --vh-text: #2b2b2b; } body { font-family: 'Source Sans Pro', sans-serif; color: var(--vh-text); background: var(--vh-bg-light); margin: 0; padding: 0; line-height: 1.6; } h1, h2, h3, h4, h5, h6, .vh-serif { font-family: 'Playfair Display', serif; } img { width: 100%; height: auto; object-fit: cover; } .vh-top-bar { position: sticky; top: 0; z-index: 1000; background: var(--vh-forest-dark); color: #fff; display: flex; justify-content: space-between; padding: 1.2rem 4rem; align-items: center; } .vh-main-nav { display: flex; gap: 2rem; align-items: center; } .vh-main-nav a { color: #fff; text-decoration: none; font-size: 0.95rem; letter-spacing: 0.5px; transition: opacity 0.3s; } .vh-main-nav a:hover { opacity: 0.8; } .vh-nav-cta { border: 1px solid #fff; padding: 0.5rem 1.2rem; border-radius: 4px; } .vh-premium-btn { background: var(--vh-earth); color: #fff; border: none; padding: 1rem 2rem; font-size: 1rem; cursor: pointer; border-radius: 2px; font-family: 'Source Sans Pro', sans-serif; text-transform: uppercase; letter-spacing: 1px; transition: background 0.3s; text-decoration: none; display: inline-block; } .vh-premium-btn:hover { background: #7a5431; } .vh-hero-split { display: flex; min-height: 85vh; background: var(--vh-forest-dark); color: #fff; } .vh-hero-content { flex: 1; padding: 6rem; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } .vh-hero-content h1 { font-size: 3.5rem; line-height: 1.1; margin-bottom: 1.5rem; } .vh-hero-content p { font-size: 1.2rem; margin-bottom: 2.5rem; opacity: 0.9; max-width: 80%; } .vh-hero-media { flex: 1; position: relative; } .vh-hero-media img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .vh-origins-block { padding: 8rem 2rem; max-width: 800px; margin: 0 auto; text-align: center; } .vh-origins-block h2 { font-size: 2.8rem; color: var(--vh-forest-dark); margin-bottom: 1.5rem; } .vh-origins-block p { font-size: 1.15rem; color: #4a4a4a; margin-bottom: 2rem; } .vh-inline-link { color: var(--vh-earth); text-decoration: underline; text-underline-offset: 4px; } .vh-stat-box { margin: 3rem 0; padding: 2rem; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } .vh-stat-number { display: block; font-size: 4rem; color: var(--vh-forest-mid); line-height: 1; margin-bottom: 0.5rem; } .vh-stat-label { text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; color: #777; } .vh-agronomy-solutions { padding: 6rem 2rem; background: var(--vh-bg-alt); } .vh-solutions-header { text-align: center; margin-bottom: 4rem; } .vh-solutions-header h2 { font-size: 2.8rem; color: var(--vh-forest-dark); margin-bottom: 1rem; } .vh-solutions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 3rem; max-width: 1200px; margin: 0 auto; } .vh-solution-card { background: #fff; padding: 2.5rem; border-top: 4px solid var(--vh-forest-mid); transition: transform 0.3s; } .vh-solution-card:hover { transform: translateY(-5px); } .vh-solution-card img { height: 220px; margin-bottom: 1.5rem; border-radius: 2px; } .vh-solution-card h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--vh-forest-dark); margin-bottom: 1rem; } .vh-solution-card p { color: #555; font-size: 1rem; } .vh-yield-advantages { padding: 6rem 2rem; background: var(--vh-forest-dark); color: #fff; } .vh-advantages-wrap { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 3rem; justify-content: center; } .vh-advantage-step { flex: 1; min-width: 250px; text-align: center; } .vh-step-num { font-size: 3.5rem; color: var(--vh-earth); opacity: 0.8; margin-bottom: 1rem; } .vh-advantage-step h4 { font-size: 1.5rem; margin-bottom: 1rem; font-family: 'Playfair Display', serif; } .vh-advantage-step p { opacity: 0.85; } .vh-grower-feedback { padding: 7rem 2rem; background: var(--vh-bg-light); } .vh-feedback-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 4rem; max-width: 1000px; margin: 0 auto; } .vh-testimonial { display: flex; gap: 2rem; align-items: flex-start; background: #fff; padding: 2rem; box-shadow: 0 5px 15px rgba(0,0,0,0.03); } .vh-testimonial img { width: 70px; height: 70px; border-radius: 50%; border: 2px solid var(--vh-earth); flex-shrink: 0; } .vh-test-content p { font-style: italic; color: #444; margin-bottom: 1rem; font-size: 1.05rem; } .vh-test-content strong { color: var(--vh-forest-dark); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; } .vh-consultation-form-wrap { padding: 6rem 2rem; max-width: 700px; margin: 0 auto; text-align: center; } .vh-consultation-form-wrap h2 { font-size: 2.8rem; color: var(--vh-forest-dark); margin-bottom: 2rem; } #vh-consultation-form { display: flex; flex-direction: column; gap: 1.5rem; text-align: left; } #vh-consultation-form input, #vh-consultation-form textarea { width: 100%; padding: 1.2rem; border: 1px solid #ccc; background: #fff; font-family: 'Source Sans Pro', sans-serif; font-size: 1rem; border-radius: 2px; box-sizing: border-box; } #vh-consultation-form textarea { min-height: 150px; resize: vertical; } .vh-site-footer { background: #112b20; color: #d0d0d0; padding: 5rem 2rem 2rem; font-size: 0.95rem; } .vh-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; max-width: 1200px; margin: 0 auto 4rem; } .vh-footer-col h4 { color: #fff; font-size: 1.2rem; margin-bottom: 1.5rem; } .vh-footer-col p { margin-bottom: 0.8rem; } .vh-footer-col a { color: var(--vh-earth); text-decoration: none; transition: color 0.3s; } .vh-footer-col a:hover { color: #fff; } .vh-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; text-align: center; max-width: 1200px; margin: 0 auto; } .vh-tiny-disclaimer { font-size: 0.75rem; opacity: 0.5; margin-top: 1rem; } @media(max-width: 900px) { .vh-hero-split { flex-direction: column; } .vh-hero-media { min-height: 400px; } .vh-hero-media img { position: relative; } .vh-hero-content { padding: 4rem 2rem; } .vh-top-bar { padding: 1rem 2rem; flex-direction: column; gap: 1rem; } .vh-main-nav { flex-wrap: wrap; justify-content: center; } }