:root { --forest-dark: #1B3B36; --forest-moss: #3E5A47; --earth-tone: #A28C6A; --cream-bg: #F4F1EA; --white: #FFFFFF; --text-dark: #2C3532; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Lora', serif; background-color: var(--cream-bg); color: var(--text-dark); line-height: 1.6; } h1, h2, h3, h4 { font-family: 'Playfair Display', serif; color: var(--forest-dark); } a { color: var(--forest-moss); text-decoration: none; transition: color 0.3s; } a:hover { color: var(--earth-tone); } .vy-img-fluid { width: 100%; height: auto; object-fit: cover; display: block; } .vy-top-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 4vw; background-color: var(--white); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .vy-brand-mark { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--forest-dark); display: flex; align-items: center; gap: 0.5rem; } .vy-brand-icon { color: var(--earth-tone); font-size: 1.8rem; } .vy-nav-links { display: flex; gap: 2rem; } .vy-nav-links a { font-weight: 600; font-size: 0.95rem; } .vy-forest-btn { display: inline-block; background-color: var(--forest-moss); color: var(--white); padding: 0.8rem 2rem; border-radius: 4px; font-family: 'Playfair Display', serif; font-weight: 600; border: none; cursor: pointer; transition: background 0.3s; } .vy-forest-btn:hover { background-color: var(--forest-dark); color: var(--white); } .vy-hero-split { display: flex; flex-wrap: wrap; min-height: 80vh; background-color: var(--forest-dark); color: var(--cream-bg); } .vy-hero-content { flex: 1 1 400px; padding: 8vw 6vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.5rem; } .vy-hero-badge { text-transform: uppercase; letter-spacing: 1px; font-size: 0.8rem; border-bottom: 1px solid var(--earth-tone); padding-bottom: 0.3rem; } .vy-hero-title { font-size: clamp(2.5rem, 5vw, 4.5rem); color: var(--cream-bg); line-height: 1.1; } .vy-hero-sub { font-size: 1.2rem; opacity: 0.9; margin-bottom: 1rem; } .vy-hero-visual { flex: 1 1 400px; } .vy-hero-visual img { height: 100%; } .vy-roots-article { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; padding: 6vw; align-items: center; margin-bottom: 2.3rem; } .vy-roots-text h2 { font-size: 2.5rem; margin-bottom: 1.5rem; } .vy-inline-link { text-decoration: underline; text-decoration-color: var(--earth-tone); } .vy-stat-box { margin-top: 2rem; padding-top: 1.5rem; border-top: 2px solid var(--earth-tone); } .vy-counter { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; color: var(--forest-moss); display: block; } .vy-stat-label { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; } .vy-interventions-region { padding: 4vw 6vw 8vw; background-color: var(--white); } .vy-section-head { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; } .vy-interventions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 3rem; } .vy-soil-card { background: var(--cream-bg); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.3s; } .vy-soil-card:hover { transform: translateY(-5px); } .vy-soil-card img { height: 200px; } .vy-soil-card h3 { padding: 1.5rem 1.5rem 0.5rem; font-size: 1.4rem; } .vy-soil-card p { padding: 0 1.5rem 1.5rem; font-size: 0.95rem; } .vy-feedback-aside { padding: 6vw; background-color: var(--forest-moss); color: var(--cream-bg); } .vy-feedback-aside .vy-section-head { color: var(--cream-bg); } .vy-feedback-flex { display: flex; flex-wrap: wrap; gap: 3rem; justify-content: center; } .vy-review-block { flex: 1 1 300px; max-width: 500px; text-align: center; } .vy-avatar { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 1rem; border: 3px solid var(--earth-tone); } .vy-quote { font-size: 1.1rem; font-style: italic; margin-bottom: 1rem; } .vy-author { font-weight: 600; font-family: 'Playfair Display', serif; color: var(--earth-tone); } .vy-connect-region { padding: 8vw 6vw; background-color: var(--cream-bg); display: flex; justify-content: center; } .vy-connect-container { max-width: 600px; width: 100%; background: var(--white); padding: 3rem; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.05); } .vy-connect-container h2 { margin-bottom: 0.5rem; } .vy-connect-container p { margin-bottom: 2rem; font-size: 0.9rem; color: #666; } .vy-form-layout { display: flex; flex-direction: column; gap: 1.2rem; } .vy-form-layout input, .vy-form-layout textarea { width: 100%; padding: 0.8rem; border: 1px solid #ccc; border-radius: 4px; font-family: 'Lora', serif; } .vy-form-layout textarea { min-height: 120px; resize: vertical; } .vy-farm-footer { background-color: #112421; color: #A0B2A6; padding: 4vw 6vw 2vw; font-size: 0.9rem; } .vy-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 2rem; } .vy-footer-col h4 { color: var(--cream-bg); margin-bottom: 1rem; } .vy-footer-col p { margin-bottom: 0.5rem; } .vy-footer-col a { color: #A0B2A6; } .vy-footer-col a:hover { color: var(--white); } .vy-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; align-items: center; } .vy-noise-text { font-size: 0.75rem; opacity: 0.6; } @media (max-width: 768px) { .vy-roots-article { grid-template-columns: 1fr; } .vy-nav-links { display: none; } }