:root {
    --l2-green: #244a2f;
    --l2-green-dark: #17331f;
    --l2-gold: #c69b4a;
    --l2-cream: #f7f4ec;
}

body {
    color: #222;
    background: #fff;
}

.bg-l2-green {
    background-color: var(--l2-green);
}

.btn-l2 {
    background-color: var(--l2-green);
    border-color: var(--l2-green);
    color: #fff;
}

.btn-l2:hover,
.btn-l2:focus {
    background-color: var(--l2-green-dark);
    border-color: var(--l2-green-dark);
    color: #fff;
}

.hero-section {
    background: linear-gradient(180deg, var(--l2-cream), #fff);
}

.py-lg-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.eyebrow {
    color: var(--l2-green);
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .85rem;
}

.hero-card,
.feature-card {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 1rem;
    background: #fff;
}

.feature-card h2 {
    color: var(--l2-green);
}

.navbar .nav-link.active {
    font-weight: 700;
}


/* ==========================================================================
   Page-specific styles formerly embedded in individual template <style> blocks.
   Kept here to preserve a single Luigi-II site style source.
   ========================================================================== */

/* About Us */
html.template-about-us {
    scroll-padding-top: 140px;
}

/* NOTE: The main navbar height is 56 px */
.about-page-nav {
    top: 56px;
    z-index: 1020;
}

/* Home */
.l2-sticky-home-banner-stack {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.l2-subscriber-banner {
    margin: 0;
}

.l2-home-banner {
    margin: 0;
    line-height: 0;
    background: #edf3dc;
}

.l2-home-banner img {
    width: 100%;
    height: auto;
    display: block;
    object-position: center center;
}

.l2-cms-block > :last-child {
    margin-bottom: 0;
}

.l2-cms-block h1,
.l2-cms-block h2,
.l2-cms-block h3,
.l2-cms-block h4 {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .l2-home-banner img {
        height: 135px;
        object-position: left center;
    }
}

/* Small Farms */
html.template-small_farms {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

.small-farms-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f6f2e8;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.small-farms-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.small-farms-fallback-hero {
    background: linear-gradient(135deg, #f6f2e8, #dbe7cf);
    color: #1f4e36;
    padding: 4rem 1rem;
    text-align: center;
}

.small-farms-intro {
    background: #fff;
}

.small-farm-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.25rem;
}

.small-farm-card h2,
.small-farm-card h3 {
    color: #1f4e36;
}

.small-farms-band {
    background: #f6f8f4;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.small-farms-cta {
    background: linear-gradient(135deg, rgba(31, 78, 54, 0.96), rgba(58, 109, 75, 0.94));
    color: #fff;
    border-radius: 1.25rem;
}

.small-farms-cta .lead {
    color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 767.98px) {
    .small-farms-fallback-hero {
        padding: 3rem 1rem;
    }
}

/* What It Does */
html.template-what_it_does {
    scroll-behavior: smooth;
    scroll-padding-top: 132px;
}

.l2-page-nav {
    top: 56px;
    z-index: 1020;
}

.l2-hero-panel {
    background: linear-gradient(135deg, rgba(31, 78, 54, 0.95), rgba(58, 109, 75, 0.92));
    color: #fff;
    border-radius: 1.25rem;
    overflow: hidden;
    position: relative;
}

.l2-hero-panel::after {
    content: "";
    position: absolute;
    inset: auto -4rem -5rem auto;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.09);
}

.l2-hero-panel .lead {
    color: rgba(255, 255, 255, 0.88);
}

.l2-kicker-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
}

.l2-section-anchor {
    scroll-margin-top: 132px;
}

.l2-soft-band {
    background: #f6f8f4;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.l2-image-card {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
}

.l2-image-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.l2-number {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: rgba(31, 78, 54, 0.12);
    color: #1f4e36;
    margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    .l2-page-nav .nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

