:root{--vh-deep-green:#1B3320;--vh-leaf-green:#4C7243;--vh-earth-offwhite:#F4F1EA;--vh-warm-bark:#8B5A2B;--vh-text-dark:#111a14;--vh-text-light:#ffffff;--vh-font-head:'Playfair Display',serif;--vh-font-body:'Lora',serif;--vh-transition:all 0.3s ease;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:var(--vh-font-body);color:var(--vh-text-dark);background-color:var(--vh-earth-offwhite);line-height:1.6;overflow-x:hidden;}img{width:100%;height:auto;object-fit:cover;display:block;}a{text-decoration:none;color:inherit;}.vh-bound{max-width:1280px;margin:0 auto;padding:0 2rem;}.vh-top-bar{position:sticky;top:0;background-color:var(--vh-earth-offwhite);border-bottom:1px solid rgba(27,51,32,0.1);z-index:100;padding:1rem 0;}.vh-flex-nav{display:flex;justify-content:space-between;align-items:center;}.vh-brand-mark{display:flex;align-items:center;gap:0.75rem;font-family:var(--vh-font-head);font-size:1.25rem;font-weight:700;color:var(--vh-deep-green);}.vh-nav-links{display:flex;gap:2rem;align-items:center;}.vh-nav-links a{font-size:0.95rem;font-weight:500;transition:var(--vh-transition);}.vh-nav-links a:hover{color:var(--vh-leaf-green);}.vh-ghost-link{opacity:0.6;}.vh-hero-block{position:relative;padding:8rem 0 6rem;overflow:hidden;}.vh-hero-backdrop-shape{position:absolute;top:-10%;right:-5%;width:60%;height:120%;background-color:var(--vh-leaf-green);opacity:0.05;border-radius:50% 20% 70% 30%;z-index:-1;transform:rotate(-15deg);}.vh-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}.vh-display-heading{font-family:var(--vh-font-head);font-size:4rem;line-height:1.1;color:var(--vh-deep-green);margin-bottom:1.5rem;}.vh-hero-sub{font-size:1.25rem;margin-bottom:2.5rem;color:var(--vh-warm-bark);}.vh-action-btn{display:inline-block;background-color:var(--vh-deep-green);color:var(--vh-text-light);padding:1rem 2rem;font-family:var(--vh-font-head);font-weight:600;letter-spacing:0.05em;transition:var(--vh-transition);}.vh-action-btn:hover{background-color:var(--vh-leaf-green);}.vh-hero-visual{border-radius:2px;overflow:hidden;box-shadow:0 20px 40px rgba(27,51,32,0.15);}.vh-story-segment{padding:7.5rem 0;background-color:#ffffff;}.vh-story-grid{display:grid;grid-template-columns:5fr 7fr;gap:5rem;align-items:center;}.vh-section-title{font-family:var(--vh-font-head);font-size:2.5rem;color:var(--vh-deep-green);margin-bottom:2rem;}.vh-text-center{text-align:center;}.vh-body-copy{font-size:1.1rem;margin-bottom:1.5rem;color:#4a524c;}.vh-inline-anchor{color:var(--vh-warm-bark);text-decoration:underline;text-underline-offset:4px;}.vh-stat-module{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(27,51,32,0.1);display:flex;flex-direction:column;}.vh-stat-number{font-family:var(--vh-font-head);font-size:3.5rem;font-weight:700;color:var(--vh-leaf-green);line-height:1;}.vh-stat-label{font-size:1rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--vh-warm-bark);margin-top:0.5rem;}.vh-solutions-zone{padding:6.2rem 0;background-color:var(--vh-deep-green);color:var(--vh-earth-offwhite);}.vh-solutions-zone .vh-section-title{color:var(--vh-earth-offwhite);}.vh-solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:4rem;}.vh-solution-card{background-color:rgba(255,255,255,0.03);padding:2rem;border:1px solid rgba(255,255,255,0.1);transition:var(--vh-transition);}.vh-solution-card:hover{transform:translateY(-5px);background-color:rgba(255,255,255,0.06);}.vh-solution-card img{height:200px;margin-bottom:1.5rem;}.vh-card-abstract-art{height:200px;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--vh-leaf-green),var(--vh-warm-bark));opacity:0.8;}.vh-card-title{font-family:var(--vh-font-head);font-size:1.5rem;margin-bottom:1rem;}.vh-card-desc{font-size:0.95rem;opacity:0.85;}.vh-feedback-zone{padding:8rem 0;background-color:#ffffff;}.vh-feedback-layout{display:flex;gap:2rem;flex-wrap:wrap;margin-top:3rem;}.vh-feedback-card{flex:1;min-width:300px;background-color:var(--vh-earth-offwhite);padding:3rem 2rem;border-left:4px solid var(--vh-warm-bark);}.vh-quote{font-style:italic;font-size:1.1rem;margin-bottom:2rem;color:var(--vh-deep-green);}.vh-grower-id{display:flex;align-items:center;gap:1rem;}.vh-grower-id img{width:50px;height:50px;border-radius:50%;}.vh-grower-name{font-weight:500;font-family:var(--vh-font-head);}.vh-contact-pod{padding:5rem 0 7rem;}.vh-contact-flex{display:flex;gap:4rem;flex-wrap:wrap;}.vh-contact-info{flex:1;min-width:300px;}.vh-contact-form-wrap{flex:1.5;min-width:300px;background-color:#ffffff;padding:3rem;box-shadow:0 10px 30px rgba(0,0,0,0.05);}.vh-form{display:flex;flex-direction:column;gap:1.5rem;}.vh-input-group{display:flex;flex-direction:column;gap:0.5rem;}.vh-input-group label{font-size:0.9rem;font-weight:500;color:var(--vh-deep-green);}.vh-input-group input,.vh-input-group textarea{width:100%;padding:0.8rem;border:1px solid #ccc;background-color:var(--vh-earth-offwhite);font-family:inherit;transition:var(--vh-transition);}.vh-input-group input:focus,.vh-input-group textarea:focus{outline:none;border-color:var(--vh-leaf-green);}.vh-submit-btn{background-color:var(--vh-warm-bark);color:#fff;border:none;padding:1rem;font-family:var(--vh-font-head);font-size:1.1rem;cursor:pointer;transition:var(--vh-transition);margin-top:1rem;}.vh-submit-btn:hover{background-color:var(--vh-deep-green);}.vh-base-footer{background-color:var(--vh-deep-green);color:rgba(255,255,255,0.7);padding:5rem 0 2rem;font-size:0.9rem;}.vh-footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:3rem;margin-bottom:2rem;}.vh-footer-brand{display:block;font-family:var(--vh-font-head);font-size:1.5rem;color:#fff;margin-bottom:1rem;}.vh-footer-heading{color:#fff;font-family:var(--vh-font-head);font-size:1.2rem;margin-bottom:1rem;}.vh-footer-col p,.vh-footer-col a{margin-bottom:0.5rem;display:inline-block;}.vh-footer-col a:hover{color:#fff;}.vh-footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}.vh-tiny-disclaimer{font-size:0.75rem;opacity:0.5;}@media (max-width:992px){.vh-hero-inner,.vh-story-grid{grid-template-columns:1fr;gap:3rem;}.vh-display-heading{font-size:3rem;}}@media (max-width:768px){.vh-nav-links{display:none;}.vh-hero-block{padding:4rem 0;}.vh-section-title{font-size:2rem;}.vh-contact-flex{flex-direction:column;}}