:root {
    --vy-forest-dark: #1a3622;
    --vy-forest-main: #2d5a37;
    --vy-forest-light: #4b8058;
    --vy-mint-bg: #e8f2ea;
    --vy-off-white: #fbfdfc;
    --vy-earth-accent: #c46c3b;
    --vy-earth-hover: #a6572d;
    --vy-text-main: #333333;
    --vy-text-muted: #666666;
    --vy-font-primary: 'Inter', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--vy-font-primary);
    color: var(--vy-text-main);
    background-color: var(--vy-off-white);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--vy-forest-main);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--vy-earth-accent);
}

.vy-fluid-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.vy-rounded-edge {
    border-radius: 8px;
}

/* Header */
.vy-top-masthead {
    background-color: var(--vy-off-white);
    border-bottom: 1px solid rgba(45, 90, 55, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.vy-masthead-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vy-brand-mark {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--vy-forest-dark);
}

.vy-nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.vy-nav-links a {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--vy-forest-dark);
}

.vy-nav-links a:hover {
    color: var(--vy-earth-accent);
}

.vy-ghost-link {
    opacity: 0.6;
}

.vy-btn-solid {
    background-color: var(--vy-earth-accent);
    color: #fff !important;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.vy-btn-solid:hover {
    background-color: var(--vy-earth-hover);
}

.vy-btn-solid-lg {
    background-color: var(--vy-earth-accent);
    color: #fff !important;
    padding: 1rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
}

.vy-btn-solid-lg:hover {
    background-color: var(--vy-earth-hover);
}

/* Hero */
.vy-hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1280px;
    margin: 5vh auto 8vh;
    padding: 0 2rem;
    align-items: center;
}

.vy-geo-badge {
    display: inline-block;
    background: var(--vy-mint-bg);
    color: var(--vy-forest-dark);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.vy-hero-headline {
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.1;
    color: var(--vy-forest-dark);
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.vy-hero-sub {
    font-size: 1.15rem;
    color: var(--vy-text-muted);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.vy-hero-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.vy-hero-stat {
    font-size: 0.9rem;
    color: var(--vy-forest-light);
    border-left: 2px solid var(--vy-forest-main);
    padding-left: 1rem;
}

.vy-hero-stat strong {
    display: block;
    font-size: 1.4rem;
    color: var(--vy-forest-dark);
}

/* About (Deep Roots) */
.vy-deep-roots {
    background-color: var(--vy-mint-bg);
    padding: 6rem 2rem;
}

.vy-roots-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 5rem;
}

.vy-section-title {
    font-size: 2.5rem;
    color: var(--vy-forest-dark);
    margin-bottom: 1rem;
}

.vy-text-lead {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--vy-forest-main);
    margin-bottom: 2rem;
}

.vy-roots-content p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.vy-micro-details {
    list-style: none;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(45, 90, 55, 0.2);
}

.vy-micro-details li {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--vy-forest-dark);
}

.vy-roots-imagery {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vy-img-offset-1 {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.vy-img-offset-2 {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-left: -3rem;
    margin-top: -4rem;
    border: 8px solid var(--vy-mint-bg);
}

/* Solutions Tabs */
.vy-tech-hub {
    max-width: 1000px;
    margin: 8rem auto;
    padding: 0 2rem;
}

.vy-hub-header {
    text-align: center;
    margin-bottom: 4rem;
}

.vy-tab-triggers {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.vy-tab-btn {
    background: none;
    border: 2px solid var(--vy-forest-light);
    color: var(--vy-forest-main);
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.vy-tab-btn.active, .vy-tab-btn:hover {
    background: var(--vy-forest-main);
    color: #fff;
}

.vy-tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.vy-tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.vy-pane-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.vy-pane-split h3 {
    color: var(--vy-forest-dark);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.vy-pane-split img {
    border-radius: 8px;
}

.vy-process-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.vy-step-card {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-top: 4px solid var(--vy-earth-accent);
}

.vy-step-num {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--vy-mint-bg);
    margin-bottom: 1rem;
    line-height: 1;
}

.vy-step-card h4 {
    margin-bottom: 1rem;
    color: var(--vy-forest-dark);
}

.vy-benefit-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.vy-benefit-list li {
    background: var(--vy-mint-bg);
    padding: 1.5rem;
    border-radius: 8px;
}

.vy-benefit-list strong {
    display: block;
    color: var(--vy-forest-dark);
    margin-bottom: 0.5rem;
}

/* Feedback */
.vy-grower-voices {
    background: var(--vy-forest-dark);
    color: #fff;
    padding: 6rem 2rem;
}

.vy-center-text {
    text-align: center;
    color: #fff;
    margin-bottom: 4rem;
}

.vy-testimonial-cluster {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.vy-testimony-card {
    background: rgba(255,255,255,0.05);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
}

.vy-card-offset {
    transform: translateY(2rem);
}

.vy-quote {
    font-style: italic;
    margin-bottom: 2rem;
    color: var(--vy-mint-bg);
}

.vy-grower-id {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.vy-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.vy-grower-id span {
    display: block;
    font-size: 0.85rem;
    opacity: 0.7;
}

/* Contact */
.vy-audit-request {
    padding: 8rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.vy-audit-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.vy-audit-info h2 {
    font-size: 2rem;
    color: var(--vy-forest-dark);
    margin-bottom: 1rem;
}

.vy-op-hours {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--vy-mint-bg);
    border-radius: 8px;
    font-size: 0.95rem;
}

.vy-mt-lg {
    margin-top: 3rem;
    border-radius: 8px;
}

.vy-form {
    background: #fff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.vy-input-group {
    margin-bottom: 1.5rem;
}

.vy-input-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--vy-forest-dark);
}

.vy-input-group input, 
.vy-input-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
}

.vy-input-group input:focus, 
.vy-input-group textarea:focus {
    outline: none;
    border-color: var(--vy-forest-main);
    box-shadow: 0 0 0 3px rgba(45, 90, 55, 0.1);
}

.vy-full-width {
    width: 100%;
    font-size: 1.1rem;
    padding: 1rem;
}

/* Footer */
.vy-site-base {
    background: #112417;
    color: #a0bca7;
    padding: 4rem 2rem 2rem;
    font-size: 0.9rem;
}

.vy-base-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.vy-base-col h4 {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.vy-base-col p, .vy-base-col a {
    margin-bottom: 0.5rem;
    color: #a0bca7;
}

.vy-base-col a:hover {
    color: #fff;
}

.vy-legal-links {
    list-style: none;
}

.vy-legal-links li {
    margin-bottom: 0.5rem;
}

.vy-text-sm {
    font-size: 0.8rem;
}

.vy-base-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.vy-noise-disclaimer {
    font-size: 0.75rem;
    opacity: 0.6;
}

/* Responsive Leakage & Asymmetry */
@media (max-width: 992px) {
    .vy-hero-split, .vy-roots-grid, .vy-audit-wrap {
        grid-template-columns: 1fr;
    }
    .vy-img-offset-2 {
        margin-left: 0;
        margin-top: -2rem;
    }
    .vy-card-offset {
        transform: none;
    }
    .vy-testimonial-cluster {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .vy-nav-links {
        display: none; /* Simplistic mobile handling */
    }
    .vy-pane-split, .vy-benefit-list {
        grid-template-columns: 1fr;
    }
    .vy-hero-headline {
        font-size: 2.2rem;
    }
    .vy-deep-roots {
        padding: 4rem 1.5rem;
    }
}

/* Utility Pages (Privacy/Terms) */
.vy-utility-page {
    max-width: 800px;
    margin: 6rem auto;
    padding: 0 2rem;
}
.vy-utility-page h1 {
    color: var(--vy-forest-dark);
    margin-bottom: 2rem;
}
.vy-utility-page h2 {
    color: var(--vy-forest-main);
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.vy-utility-page p {
    margin-bottom: 1rem;
}