/* ========================================================
   Seed.com Homepage — Elementor Overrides
   All values extracted from seed.com live DOM
   ======================================================== */

/* ---- Design Tokens (CSS Custom Properties) ---- */
:root {
    /* Colors */
    --seed-green: #1C3A13;
    --seed-green-rgb: 28, 58, 19;
    --seed-cream: #FCFCF7;
    --seed-cream-rgb: 252, 252, 247;
    --seed-beige: #F2EFE4;
    --seed-white: #FFFFFF;

    /* Typography */
    --seed-font-primary: 'Inter', 'Helvetica Neue', Helvetica, sans-serif;
    --seed-font-mono: 'Courier New', 'Consolas', monospace;

    /* Sizing */
    --seed-btn-radius: 1584px;
    --seed-btn-radius-sm: 1386px;
    --seed-card-radius: 16px;
}

/* ---- Global Overrides for Elementor ---- */

/* Page background */
body.elementor-page,
body.elementor-default {
    background-color: var(--seed-cream) !important;
}

/* ---- SECTION 1: Announcement Bar ---- */
.seed-announcement-bar {
    background-color: var(--seed-green) !important;
    padding: 8px 20px !important;
    text-align: center;
}

.seed-announcement-bar p,
.seed-announcement-bar span,
.seed-announcement-bar .elementor-heading-title {
    color: var(--seed-cream) !important;
    font-family: var(--seed-font-primary) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15.6px !important;
    letter-spacing: 0.3px;
    text-transform: none;
}

/* ---- SECTION 2: Hero ---- */
.seed-hero-section {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.seed-hero-section .elementor-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 120px 80px 80px;
}

.seed-hero-content {
    max-width: 520px;
}

.seed-hero-section h2,
.seed-hero-section .elementor-heading-title {
    font-family: var(--seed-font-primary) !important;
    font-size: 48px !important;
    font-weight: 350;
    line-height: 52.8px !important;
    letter-spacing: normal !important;
    color: var(--seed-green) !important;
}

.seed-hero-section p,
.seed-hero-section .elementor-text-editor p {
    font-family: var(--seed-font-primary) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20.8px !important;
    color: var(--seed-green) !important;
    margin-top: 16px;
}

/* ---- SECTION 3: Product Carousel ---- */
.seed-products-section {
    background-color: var(--seed-green) !important;
    padding: 56px 0 !important;
    overflow: hidden;
}

.seed-products-section h2,
.seed-products-section .elementor-heading-title {
    font-family: var(--seed-font-primary) !important;
    font-size: 48px !important;
    font-weight: 350 !important;
    line-height: 52.8px !important;
    color: var(--seed-cream) !important;
    padding: 0 80px;
    margin-bottom: 40px;
}

.seed-product-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--seed-card-radius) !important;
    padding: 40px !important;
    min-width: 348px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.seed-product-card:hover {
    transform: translateY(-4px);
}

.seed-product-card .product-badge {
    display: inline-block;
    background: var(--seed-cream);
    color: var(--seed-green);
    font-family: var(--seed-font-primary);
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 100px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seed-product-card h3 {
    font-family: var(--seed-font-primary) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    color: var(--seed-cream) !important;
}

.seed-product-card .product-price {
    font-family: var(--seed-font-primary);
    font-size: 14px;
    color: rgba(252, 252, 247, 0.7);
    margin-top: 8px;
}

.seed-product-card .product-subtitle {
    font-family: var(--seed-font-primary);
    font-size: 14px;
    color: rgba(252, 252, 247, 0.7);
    margin-top: 4px;
}

/* Product cards horizontal scroll container */
.seed-products-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 0 80px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.seed-products-scroll::-webkit-scrollbar {
    display: none;
}

.seed-products-scroll .seed-product-card {
    scroll-snap-align: start;
}

/* ---- SECTION 4: Bundle + Save ---- */
.seed-bundle-section {
    background-color: var(--seed-green) !important;
    padding: 80px !important;
}

.seed-bundle-section h2,
.seed-bundle-section .elementor-heading-title {
    font-family: var(--seed-font-primary) !important;
    font-size: 48px !important;
    font-weight: 350 !important;
    line-height: 52.8px !important;
    color: var(--seed-cream) !important;
}

.seed-bundle-badge {
    display: inline-block;
    font-family: var(--seed-font-mono);
    font-size: 12px;
    font-weight: 400;
    color: var(--seed-cream);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

/* ---- SECTION 5: ViaCap Technology ---- */
.seed-viacap-section {
    position: relative;
    padding: 100px 80px !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 600px;
}

.seed-viacap-section * {
    color: var(--seed-cream) !important;
}

.seed-viacap-label {
    font-family: var(--seed-font-mono) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15.6px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: var(--seed-cream) !important;
}

.seed-viacap-section h2,
.seed-viacap-section .elementor-heading-title {
    font-family: var(--seed-font-primary) !important;
    font-size: 40px !important;
    font-weight: 350 !important;
    line-height: 44px !important;
    color: var(--seed-cream) !important;
    max-width: 600px;
}

/* ---- SECTION 6: Science ---- */
.seed-science-section {
    background-color: var(--seed-cream) !important;
    padding: 80px !important;
}

.seed-science-section h2,
.seed-science-section .elementor-heading-title {
    font-family: var(--seed-font-primary) !important;
    font-size: 48px !important;
    font-weight: 350 !important;
    line-height: 52.8px !important;
    color: var(--seed-green) !important;
}

/* ---- SECTION 7: Social Proof / UGC ---- */
.seed-ugc-section {
    background-color: var(--seed-cream) !important;
    padding: 80px 0 !important;
}

.seed-ugc-section h2,
.seed-ugc-section .elementor-heading-title {
    font-family: var(--seed-font-primary) !important;
    font-size: 48px !important;
    font-weight: 350 !important;
    line-height: 52.8px !important;
    color: var(--seed-green) !important;
    padding: 0 80px;
    margin-bottom: 24px;
}

.seed-ugc-section .subtitle {
    font-size: 16px;
    color: var(--seed-green);
    padding: 0 80px;
    margin-bottom: 48px;
}

/* UGC Masonry Grid */
.seed-ugc-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 0 80px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.seed-ugc-grid::-webkit-scrollbar {
    display: none;
}

.seed-ugc-card {
    flex-shrink: 0;
    border-radius: var(--seed-card-radius);
    overflow: hidden;
    position: relative;
}

.seed-ugc-card--circle {
    border-radius: 50%;
    width: 320px;
    height: 320px;
}

.seed-ugc-card--circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seed-ugc-card--rect {
    width: 280px;
    height: 400px;
}

.seed-ugc-card--rect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seed-ugc-card--quote {
    width: 300px;
    background: var(--seed-beige);
    border-radius: var(--seed-card-radius);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.seed-ugc-card--quote blockquote {
    font-family: var(--seed-font-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: var(--seed-green);
    margin-bottom: 24px;
}

.seed-ugc-card--quote .press-logo {
    max-height: 24px;
    opacity: 0.8;
}

/* ---- SECTION 8: SeedLabs ---- */
.seed-seedlabs-section {
    background-color: var(--seed-cream) !important;
    padding: 80px !important;
}

.seed-seedlabs-section .elementor-heading-title {
    font-family: var(--seed-font-primary) !important;
    font-size: 48px !important;
    font-weight: 350 !important;
    line-height: 52.8px !important;
    color: var(--seed-green) !important;
}

.seed-seedlabs-card {
    border-radius: var(--seed-card-radius);
    overflow: hidden;
    position: relative;
    min-height: 400px;
}

.seed-seedlabs-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seed-seedlabs-card .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(transparent, rgba(28, 58, 19, 0.7));
    color: var(--seed-cream);
}

/* ---- SECTION 9: Footer ---- */
.seed-footer {
    background-color: var(--seed-green) !important;
    color: var(--seed-cream) !important;
    padding: 80px !important;
}

.seed-footer * {
    color: var(--seed-cream) !important;
}

.seed-footer a {
    text-decoration: none !important;
    font-family: var(--seed-font-primary);
    font-size: 14px;
    font-weight: 400;
    transition: opacity 0.2s;
}

.seed-footer a:hover {
    opacity: 0.7;
}

.seed-footer .footer-heading {
    font-family: var(--seed-font-mono) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 16px !important;
    opacity: 0.6;
}

.seed-footer .footer-tagline {
    font-family: var(--seed-font-primary);
    font-size: 32px;
    font-weight: 350;
    line-height: 38px;
    color: var(--seed-cream) !important;
    margin: 24px 0 40px;
}

/* Newsletter Input */
.seed-footer .newsletter-input {
    display: flex;
    border: 1px solid rgba(252, 252, 247, 0.3);
    border-radius: var(--seed-btn-radius);
    overflow: hidden;
    max-width: 420px;
}

.seed-footer .newsletter-input input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--seed-cream);
    font-family: var(--seed-font-primary);
    font-size: 14px;
    padding: 14px 20px;
    outline: none;
}

.seed-footer .newsletter-input input::placeholder {
    color: rgba(252, 252, 247, 0.5);
}

.seed-footer .newsletter-input button {
    background: transparent;
    border: none;
    color: var(--seed-cream);
    padding: 14px 20px;
    cursor: pointer;
    font-size: 18px;
}

/* FDA Disclaimer */
.seed-footer .fda-disclaimer {
    font-size: 11px !important;
    line-height: 16px !important;
    opacity: 0.5;
    border: 1px solid rgba(252, 252, 247, 0.15);
    border-radius: 8px;
    padding: 16px;
    margin-top: 32px;
    max-width: 420px;
}

/* Awaken Within Section */
.seed-awaken-section {
    position: relative;
    text-align: center;
    padding: 60px 0 40px !important;
}

.seed-awaken-section img {
    max-width: 800px;
    width: 80%;
}

.seed-awaken-section .copyright {
    font-family: var(--seed-font-primary);
    font-size: 12px;
    color: rgba(252, 252, 247, 0.5) !important;
    margin-top: 24px;
}

/* ---- BUTTON STYLES (Global) ---- */

/* Primary Button — Dark Green Pill */
.seed-btn-primary,
.seed-btn-primary .elementor-button,
a.seed-btn-primary {
    background-color: var(--seed-green) !important;
    color: var(--seed-cream) !important;
    border-radius: var(--seed-btn-radius) !important;
    padding: 14px 24px !important;
    font-family: var(--seed-font-primary) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 18.2px !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.seed-btn-primary:hover,
a.seed-btn-primary:hover {
    opacity: 0.85;
}

/* Secondary Button — Cream Pill */
.seed-btn-secondary,
.seed-btn-secondary .elementor-button,
a.seed-btn-secondary {
    background-color: var(--seed-cream) !important;
    color: var(--seed-green) !important;
    border-radius: var(--seed-btn-radius-sm) !important;
    padding: 10px 16px !important;
    font-family: var(--seed-font-primary) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.seed-btn-secondary:hover,
a.seed-btn-secondary:hover {
    opacity: 0.85;
}

/* Outline Button — Transparent with cream border */
.seed-btn-outline,
a.seed-btn-outline {
    background-color: transparent !important;
    color: var(--seed-cream) !important;
    border: 1px solid var(--seed-cream) !important;
    border-radius: var(--seed-btn-radius) !important;
    padding: 14px 24px !important;
    font-family: var(--seed-font-primary) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.seed-btn-outline:hover,
a.seed-btn-outline:hover {
    background-color: var(--seed-cream) !important;
    color: var(--seed-green) !important;
}

/* Ghost/Text Link Button */
.seed-btn-ghost,
a.seed-btn-ghost {
    background: transparent !important;
    color: var(--seed-green) !important;
    border: none !important;
    padding: 0 !important;
    font-family: var(--seed-font-primary) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    cursor: pointer;
    transition: opacity 0.2s;
}

.seed-btn-ghost:hover,
a.seed-btn-ghost:hover {
    opacity: 0.7;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .seed-hero-section .elementor-container {
        padding: 80px 40px 60px;
    }

    .seed-products-section h2,
    .seed-products-scroll,
    .seed-ugc-section h2,
    .seed-ugc-section .subtitle,
    .seed-ugc-grid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .seed-bundle-section,
    .seed-viacap-section,
    .seed-science-section,
    .seed-seedlabs-section,
    .seed-footer {
        padding: 60px 40px !important;
    }
}

@media (max-width: 767px) {

    /* Hero */
    .seed-hero-section .elementor-container {
        padding: 80px 24px 48px;
    }

    .seed-hero-section h2,
    .seed-hero-section .elementor-heading-title {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    /* Products */
    .seed-products-section h2 {
        font-size: 32px !important;
        line-height: 36px !important;
        padding: 0 24px;
    }

    .seed-products-scroll {
        padding: 0 24px;
        gap: 16px;
    }

    .seed-product-card {
        min-width: 280px;
        padding: 24px !important;
    }

    /* Bundle */
    .seed-bundle-section {
        padding: 48px 24px !important;
    }

    .seed-bundle-section h2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    /* ViaCap */
    .seed-viacap-section {
        padding: 60px 24px !important;
    }

    .seed-viacap-section h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    /* Science */
    .seed-science-section {
        padding: 48px 24px !important;
    }

    .seed-science-section h2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    /* UGC */
    .seed-ugc-section h2,
    .seed-ugc-section .subtitle {
        font-size: 32px !important;
        line-height: 36px !important;
        padding: 0 24px;
    }

    .seed-ugc-grid {
        padding: 0 24px;
        gap: 16px;
    }

    .seed-ugc-card--circle {
        width: 240px;
        height: 240px;
    }

    .seed-ugc-card--rect {
        width: 220px;
        height: 320px;
    }

    /* SeedLabs */
    .seed-seedlabs-section {
        padding: 48px 24px !important;
    }

    /* Footer */
    .seed-footer {
        padding: 48px 24px !important;
    }

    .seed-footer .footer-tagline {
        font-size: 24px;
        line-height: 30px;
    }
}