/* VeganLuck interior readability pass: one calm system loaded last on non-home pages. */
body:not(.home) {
    background: #fffaf0;
    color: #17251a;
}

body:not(.home) :where(.vl-recipe-desk, .vl-folio, .vl-static-page, .vl-page, .vl-article) {
    background: #fffaf0;
    color: #17251a;
}

body:not(.home) :where(.vl-recipe-desk__masthead, .vl-page-hero, .vl-archive-hero, .vl-authority-hero, .vl-article-hero, .vl-folio__hero, .vl-shop-hero) {
    padding-top: clamp(112px, 13vw, 160px);
    padding-bottom: clamp(42px, 7vw, 76px);
    border-bottom: 1px solid rgba(23, 37, 26, 0.12);
    background:
        linear-gradient(180deg, #f7efe0 0%, #fffaf0 100%);
    color: #17251a;
}

body:not(.home) :where(.vl-recipe-desk__masthead h1, .vl-page-hero h1, .vl-archive-hero h1, .vl-authority-hero h1, .vl-article-hero h1, .vl-folio h1, .vl-shop-hero h1) {
    max-width: 980px;
    color: #17251a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.45rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: none;
    text-wrap: balance;
}

body:not(.home) :where(.vl-recipe-desk__intro p, .vl-page-hero p, .vl-archive-hero p, .vl-authority-hero p, .vl-article-hero p, .vl-folio__dek, .vl-shop-hero p) {
    max-width: 760px;
    color: #3d4a3f;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.65;
}

body:not(.home) :where(.vl-kicker, .vl-recipe-desk__eyebrow, .vl-folio__eyebrow, .vl-card__meta, .vl-badge) {
    color: #6c4b10;
    letter-spacing: 0.06em;
}

body:not(.home) :where(.vl-content, .vl-aside, .vl-card, .vl-authority-card, .vl-path-card, .vl-post-card, .vl-page-hero__panel, .vl-folio__swaps, .vl-folio__recipe, .vl-folio__facts, .vl-folio__note, .vl-tool-card, .vl-tools__wallet, .vl-tool-access, .vl-tool-form) {
    border: 1px solid rgba(23, 37, 26, 0.12);
    border-radius: 14px;
    background: #fffef8;
    color: #17251a;
    box-shadow: 0 18px 48px rgba(23, 37, 26, 0.08);
}

body:not(.home) :where(.vl-card-grid--recipes .vl-card, .vl-card-grid--blog .vl-card, .vl-card-grid .vl-card) {
    overflow: hidden;
    background: #fffef8;
    color: #17251a;
}

body:not(.home) :where(.vl-card h3, .vl-card h3 a, .vl-card__title, .vl-card__title a) {
    color: #17251a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.12;
    letter-spacing: 0;
    text-transform: none;
}

body:not(.home) :where(.vl-card p, .vl-card__body > p:not(.vl-card__meta), .vl-content p, .vl-content li, .vl-aside p, .vl-folio__content p, .vl-folio__recipe li, .vl-folio__swaps p) {
    color: #3d4a3f;
    font-size: 1rem;
    line-height: 1.65;
}

body:not(.home) :where(.vl-card__image, .vl-card-grid--recipes .vl-card__image) {
    background: #f2eadb;
}

body:not(.home) :where(.vl-card__image img) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body:not(.home) .vl-card__image .vl-recipe-art {
    height: 100%;
    color: #fffef8 !important;
}

body:not(.home) .vl-card__image .vl-recipe-art__copy,
body:not(.home) .vl-card__image .vl-recipe-art__copy span,
body:not(.home) .vl-card__image .vl-recipe-art__copy strong {
    color: inherit;
}

body:not(.home) :where(.vl-badge, .vl-card__meta a, .vl-card__meta span, .vl-recipe-desk__controls a, .vl-folio__taxonomy a) {
    border-color: rgba(108, 75, 16, 0.28);
    background: #fff7df;
    color: #442e05;
}

body:not(.home) :where(.vl-card__arrow, .vl-button, .vl-recipe-desk__jump) {
    border-color: #17251a;
    background: #17251a;
    color: #fffef8;
}

body:not(.home) .vl-tools-hub :where(.vl-tool-card, .vl-tools__wallet) {
    border-color: var(--vl-glass-border) !important;
    background: rgba(8, 15, 25, .78) !important;
    color: var(--vl-ink) !important;
}

body:not(.home) .vl-tools-hub :where(.vl-tool-card__body, .vl-tools-directory__list a) {
    background: transparent !important;
    color: var(--vl-ink) !important;
}

body:not(.home) .vl-tools-hub :where(.vl-tool-card h3, .vl-tool-card h3 a, .vl-tools-directory__group h3, .vl-section-head h2) {
    color: var(--vl-ink-deep) !important;
}

body:not(.home) .vl-tools-hub :where(.vl-tool-card p, .vl-tool-card__body p, .vl-tools-directory__list small, .vl-section-head p:not(.vl-kicker)) {
    color: var(--vl-muted-light) !important;
}

body:not(.home) .vl-folio__print {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid rgba(23, 37, 26, 0.18);
    border-radius: 999px;
    background: #fffef8;
    color: #17251a;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

body:not(.home) .vl-folio__print:hover,
body:not(.home) .vl-folio__print:focus-visible {
    border-color: #1d6b3c;
    background: #1d6b3c;
    color: #fffef8;
}

body:not(.home) .vl-recipe-desk__jump {
    display: inline-flex;
    width: fit-content;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 1px solid #17251a;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 850;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

body:not(.home) .vl-recipe-desk__rail {
    border-bottom: 1px solid rgba(23, 37, 26, 0.12);
    background: #fff4dd;
}

body:not(.home) .vl-recipe-desk__rail-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 18px;
    padding-block: 18px;
    color: #3d4a3f;
}

body:not(.home) .vl-recipe-desk__cuisines {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 18px;
    border-top: 0;
}

body:not(.home) .vl-recipe-desk__cuisines a,
body:not(.home) .vl-recipe-desk__controls a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(23, 37, 26, 0.14);
    border-radius: 999px;
    background: #fffef8;
    color: #17251a;
    font-family: inherit;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

body:not(.home) .vl-recipe-desk__cuisines a.is-active,
body:not(.home) .vl-recipe-desk__cuisines a:hover,
body:not(.home) .vl-recipe-desk__controls a:hover {
    border-color: #1d6b3c;
    background: #1d6b3c;
    color: #fffef8;
}

body:not(.home) .vl-card-grid--recipes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding-top: 12px;
}

body:not(.home) .vl-recipe-desk__library {
    scroll-margin-top: 110px;
}

body:not(.home) .vl-card-grid--recipes .vl-card {
    border: 1px solid rgba(23, 37, 26, 0.14);
    border-radius: 14px;
    background: #fffef8;
    color: #17251a;
    box-shadow: 0 18px 48px rgba(23, 37, 26, 0.08);
}

body:not(.home) .vl-card-grid--recipes .vl-card__body {
    padding: 22px;
    background: #fffef8;
    color: #17251a;
}

body:not(.home) .vl-card-grid--recipes .vl-card h3,
body:not(.home) .vl-card-grid--recipes .vl-card h3 a {
    color: #17251a;
}

body:not(.home) .vl-card-grid--recipes .vl-card__body > p:not(.vl-card__meta) {
    color: #3d4a3f;
}

body:not(.home) .vl-card-grid--recipes .vl-card__meta {
    gap: 6px;
}

body:not(.home) .vl-card-grid--recipes .vl-card__meta a,
body:not(.home) .vl-card-grid--recipes .vl-card__meta span {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 8px;
    border: 1px solid rgba(108, 75, 16, 0.28);
    border-radius: 999px;
    background: #fff7df;
    color: #6c4b10;
    font-size: 0.72rem;
    font-weight: 850;
    text-decoration: none;
}

body:not(.home) .vl-card-grid--recipes .vl-card__meta span + span::before {
    content: none;
}

body:not(.home) :where(.vl-content h2, .vl-content h3, .vl-aside h2, .vl-section-head h2, .vl-recipe-desk__library-head h2, .vl-folio h2) {
    color: #17251a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 3vw, 3.1rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
}

body:not(.home) :where(.vl-recipe-desk__rail, .vl-recipe-desk__library, .vl-content-grid, .vl-article-layout, .vl-folio__body, .vl-folio__details) {
    background: #fffaf0;
}

body:not(.home) :where(.vl-recipe-desk__cuisines a, .vl-recipe-desk__index a, .vl-folio__rail a) {
    color: #17251a;
    text-decoration: none;
}

body:not(.home) :where(.vl-recipe-desk__cuisines a:hover, .vl-recipe-desk__cuisines a.is-active, .vl-recipe-desk__controls a:hover, .vl-folio__taxonomy a:hover) {
    background: #1d6b3c;
    color: #fffef8;
}

body:not(.home) :where(.vl-folio__image img) {
    border-radius: 14px;
}

@media (max-width: 760px) {
    body:not(.home) .vl-card-grid--recipes {
        grid-template-columns: 1fr;
    }

    body:not(.home) :where(.vl-recipe-desk__masthead h1, .vl-page-hero h1, .vl-archive-hero h1, .vl-authority-hero h1, .vl-article-hero h1, .vl-folio h1, .vl-shop-hero h1) {
        font-size: clamp(2.1rem, 10vw, 3.25rem);
    }

    body:not(.home) :where(.vl-content, .vl-aside, .vl-card__body, .vl-folio__swaps, .vl-folio__recipe) {
        padding: 20px !important;
    }
}

@media (min-width: 761px) and (max-width: 1080px) {
    body:not(.home) .vl-card-grid--recipes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Final readable interior contract. This file loads after page-specific bundles. */
body:not(.home) {
    background: #fffaf0 !important;
    color: #17251a !important;
}

body:not(.home) :where(main, .vl-static-page, .vl-page, .vl-recipe-desk, .vl-folio, .vl-blog-page, .vl-contact-form-section, .vl-membership, .vl-shop-content, .woocommerce) {
    background-color: #fffaf0 !important;
    color: #17251a !important;
}

body:not(.home) :where(.vl-content, .vl-aside, .vl-card, .vl-card__body, .vl-post-card, .vl-authority-card, .vl-path-card, .vl-page-hero__panel, .vl-contact-form, .vl-blog-promo-rail a, .vl-react-blog__grid article, .vl-plan-card, .vl-membership__summary, .vl-folio__recipe, .vl-folio__swaps, .vl-folio__facts, .vl-folio__note, .vl-tool-card, .vl-tools__wallet, .vl-tool-access, .vl-tool-form, .vl-tool-card__body, .woocommerce ul.products li.product, .woocommerce div.product) {
    background: #fffef8 !important;
    color: #17251a !important;
}

body:not(.home) :where(h1, h2, h3, h4, h5, h6, .vl-card h3, .vl-card h3 a, .vl-card__title, .vl-card__title a, .vl-content h2, .vl-content h3, .vl-aside h2, .vl-folio h1, .vl-folio h2, .vl-react-blog__grid h2, .vl-react-blog__grid h2 a, .vl-tool-card h3, .vl-tool-card h3 a, .woocommerce-loop-product__title, .product_title) {
    color: #17251a !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body:not(.home) :where(p, li, dd, label, small, figcaption, .vl-card p, .vl-card__body > p, .vl-content p, .vl-content li, .vl-aside p, .vl-folio__dek, .vl-folio__content p, .vl-folio__recipe li, .vl-folio__swaps p, .vl-recipe-desk__intro p, .vl-recipe-desk__library-head > p, .vl-blog-hero p, .vl-react-blog__grid p, .vl-tool-card p, .vl-tool-card__body p, .vl-tool-access p, .vl-tools__wallet p, .woocommerce-product-details__short-description) {
    color: #3d4a3f !important;
}

body:not(.home) :where(a) {
    color: #123f27;
}

body:not(.home) .vl-header :where(a, summary),
body:not(.home) .vl-mobile-menu :where(a, summary) {
    color: rgba(248, 250, 252, 0.86) !important;
}

body:not(.home) .vl-logo__wordmark span:first-child {
    color: #f8fafc !important;
}

body:not(.home) .vl-logo__wordmark span:last-child {
    color: #22c55e !important;
}

body:not(.home) .vl-logo,
body:not(.home) .vl-logo__wordmark {
    display: inline-flex !important;
    align-items: baseline !important;
    white-space: nowrap !important;
}

body:not(.home) .vl-logo__wordmark {
    gap: 0.28em !important;
    line-height: 1 !important;
}

body:not(.home) .vl-header__shop,
body:not(.home) .vl-header__shop:visited {
    color: #ffffff !important;
}

body:not(.home) :where(.vl-button, button.vl-button, .button, .woocommerce a.button, .woocommerce button.button, .vl-card__arrow, .vl-recipe-desk__jump) {
    border-color: #17251a !important;
    background: #17251a !important;
    color: #fffef8 !important;
    border-radius: 999px !important;
}

body:not(.home) :where(.vl-badge, .vl-card__meta a, .vl-card__meta span, .vl-recipe-desk__controls a, .vl-recipe-desk__cuisines a, .vl-recipe-desk__index a, .vl-folio__taxonomy a, .vl-react-blog__sidebar button) {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    width: fit-content;
    padding: 0 12px;
    border: 1px solid rgba(23, 37, 26, 0.14) !important;
    border-radius: 999px !important;
    background: #fffef8 !important;
    color: #17251a !important;
    font-family: inherit !important;
    font-size: 0.86rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

body:not(.home) :where(.vl-recipe-desk__cuisines a.is-active, .vl-recipe-desk__cuisines a:hover, .vl-recipe-desk__controls a:hover, .vl-recipe-desk__index a:hover, .vl-badge:hover, .vl-card__meta a:hover, .vl-folio__taxonomy a:hover) {
    border-color: #1d6b3c !important;
    background: #1d6b3c !important;
    color: #fffef8 !important;
}

body:not(.home) .vl-recipe-desk__index {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 0 20px !important;
}

body:not(.home) .vl-recipe-desk__index p {
    flex-basis: 100%;
    margin: 0 !important;
    color: #3d4a3f !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body:not(.home) .vl-recipe-desk__content {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
}

body:not(.home) .vl-card-grid--recipes .vl-card__meta {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px !important;
    margin-bottom: 14px !important;
}

body:not(.home) :where(input, select, textarea) {
    border: 1px solid rgba(23, 37, 26, 0.16) !important;
    background: #fffef8 !important;
    color: #17251a !important;
}

body:not(.home) .vl-folio__facts strong {
    color: #17251a !important;
}

/* WooCommerce polish overrides: this file loads last, so keep store CRO styling intact. */
body.woocommerce-page .vl-shop-hero {
    background:
        linear-gradient(135deg, rgba(255, 254, 248, 0.94), rgba(250, 242, 222, 0.9)),
        url("../img/veganluck-potluck-hero-summer-v2.png") center / cover !important;
}

body.woocommerce-page .vl-shop-hero__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.52fr) !important;
    gap: clamp(28px, 6vw, 74px) !important;
    align-items: end !important;
}

body.woocommerce-page .vl-shop-hero h1 {
    max-width: 13ch !important;
    font-size: clamp(3.15rem, 6.4vw, 6.7rem) !important;
    line-height: 0.9 !important;
}

body.woocommerce-page .vl-shop-hero__merch,
body.woocommerce-page .vl-shop-hero__stack a {
    background: rgba(255, 254, 248, 0.82) !important;
    color: #17251a !important;
}

body.woocommerce-page .vl-shop-content ul.products li.product,
body.woocommerce-page .vl-product-card {
    display: grid !important;
    grid-template-rows: auto 1fr !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #fffdf8 !important;
    box-shadow: 0 14px 44px rgba(33, 55, 34, 0.1) !important;
}

body.woocommerce-page .vl-product-card__media {
    display: block !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
}

body.woocommerce-page .vl-product-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.woocommerce-page .vl-product-card__body {
    display: grid !important;
    gap: 12px !important;
    padding: 18px !important;
}

body.woocommerce-page .vl-shop-content .product {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr) !important;
    gap: clamp(28px, 6vw, 70px) !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.woocommerce-page .vl-product-art {
    min-height: 240px !important;
}

body.woocommerce-page .vl-shop-content .button,
body.woocommerce-page .vl-shop-content button.button,
body.woocommerce-page .vl-shop-content a.button {
    border-radius: 8px !important;
}

@media (max-width: 920px) {
    body.woocommerce-page .vl-shop-hero__grid,
    body.woocommerce-page .vl-shop-content .product {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 520px) {
    body.woocommerce-page .vl-shop-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3.45rem) !important;
    }
}
