:root {
    --vl-ink: #171812;
    --vl-muted: #69695f;
    --vl-leaf: #36583a;
    --vl-mint: #dce7dc;
    --vl-cream: #f7f2e8;
    --vl-apricot: #9c4938;
    --vl-plum: #4f473d;
    --vl-gold: #b08a38;
    --vl-line: rgba(23, 24, 18, 0.12);
    --vl-shadow: 0 18px 52px rgba(39, 36, 27, 0.08);
    --vl-shadow-deep: 0 26px 78px rgba(39, 36, 27, 0.12);
    --vl-radius: 6px;
    --vl-shell: min(1240px, calc(100vw - 48px));
    color-scheme: light;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        linear-gradient(180deg, #fffdf7 0, var(--vl-cream) 720px),
        var(--vl-cream);
    color: var(--vl-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.16em;
}

.vl-shell {
    width: var(--vl-shell);
    margin-inline: auto;
}

.vl-skip {
    position: absolute;
    left: -999px;
    top: 12px;
}

.vl-skip:focus {
    left: 12px;
    z-index: 10;
    background: #fff;
    padding: 10px 14px;
    border: 1px solid var(--vl-line);
}

.vl-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: rgba(247, 242, 232, 0.86);
    border-bottom: 1px solid var(--vl-line);
    backdrop-filter: blur(16px);
}

.vl-header__inner,
.vl-nav__list {
    display: flex;
    align-items: center;
}

.vl-header__inner {
    min-height: 76px;
    justify-content: space-between;
    gap: 24px;
}

.vl-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    text-decoration: none;
}

.vl-logo__mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(23, 24, 18, 0.18);
    border-radius: var(--vl-radius);
    background: rgba(255, 253, 248, 0.72);
    color: var(--vl-ink);
    letter-spacing: 0;
}

.vl-logo__mark img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    transform: scale(1.14);
}

.vl-logo__text {
    font-size: 1.14rem;
}

.vl-nav__list {
    gap: 22px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    color: rgba(23, 24, 18, 0.72);
    text-transform: uppercase;
}

.vl-nav__list a,
.vl-header__shop,
.vl-button,
.vl-search button,
.vl-newsletter button {
    text-decoration: none;
}

.vl-header__shop,
.vl-button,
.vl-search button,
.vl-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--vl-ink);
    border-radius: var(--vl-radius);
    background: var(--vl-ink);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.vl-header__shop:hover,
.vl-button:hover,
.vl-search button:hover,
.vl-newsletter button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(23, 36, 28, 0.14);
}

.vl-button--ghost {
    background: transparent;
    color: var(--vl-ink);
}

.vl-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 54px;
    background: #20150d;
}

.vl-hero::after {
    content: none;
}

.vl-hero__grid,
.vl-recipe-hero__grid,
.vl-content-grid,
.vl-recipe-layout,
.vl-article-layout,
.vl-archive-layout,
.vl-footer__grid {
    display: grid;
    gap: 34px;
}

.vl-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    align-items: center;
    position: relative;
    z-index: 1;
}

.vl-hero--potluck {
    min-height: 100svh;
    padding: 0;
    color: #fffdf8;
}

.vl-hero--potluck .vl-hero__grid {
    display: flex;
    align-items: flex-end;
    min-height: 100svh;
    padding-top: 128px;
    padding-bottom: clamp(48px, 8vw, 92px);
}

.vl-potluck-table,
.vl-potluck-table__image {
    position: absolute;
    inset: 0;
}

.vl-potluck-table {
    overflow: hidden;
}

.vl-potluck-table__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.035);
}

.vl-potluck-table::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(13, 10, 6, 0.84) 0%, rgba(13, 10, 6, 0.66) 30%, rgba(13, 10, 6, 0.18) 62%, rgba(13, 10, 6, 0.28) 100%),
        linear-gradient(180deg, rgba(13, 10, 6, 0.38) 0%, rgba(13, 10, 6, 0.04) 36%, rgba(13, 10, 6, 0.58) 100%);
    pointer-events: none;
}

.vl-float {
    display: none;
}

.vl-float--herbs {
    right: 28%;
    top: 18%;
    width: 92px;
    height: 92px;
    background: radial-gradient(circle at 42% 44%, rgba(113, 142, 72, 0.92) 0 3px, transparent 4px),
        radial-gradient(circle at 64% 38%, rgba(74, 105, 48, 0.9) 0 2px, transparent 3px),
        radial-gradient(circle at 56% 62%, rgba(145, 170, 96, 0.8) 0 2px, transparent 3px);
    box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
}

.vl-float--lemon {
    right: 14%;
    bottom: 18%;
    width: 74px;
    height: 74px;
    background:
        radial-gradient(circle at 42% 38%, #f6df83 0 34%, #d7aa32 35% 58%, transparent 59%),
        radial-gradient(circle at 58% 62%, rgba(255, 247, 190, 0.9), transparent 42%);
    animation-delay: -2s;
}

.vl-page-hero {
    padding: 150px 0 74px;
    background:
        linear-gradient(135deg, rgba(220, 231, 220, 0.78), rgba(255, 253, 247, 0.96) 58%),
        #fffdf7;
    border-bottom: 1px solid var(--vl-line);
}

.vl-page-hero--about {
    background:
        linear-gradient(135deg, rgba(246, 222, 175, 0.7), rgba(255, 253, 247, 0.96) 54%),
        #fffdf7;
}

.vl-page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
    gap: clamp(28px, 6vw, 74px);
    align-items: end;
}

.vl-page-hero h1 {
    max-width: 850px;
    margin: 12px 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 8vw, 6.9rem);
    line-height: 0.9;
    letter-spacing: 0;
}

.vl-page-hero p {
    max-width: 720px;
    margin: 0;
    color: var(--vl-plum);
    font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.vl-page-hero__panel {
    display: grid;
    gap: 10px;
    padding: 24px;
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    background: rgba(255, 253, 247, 0.82);
    box-shadow: var(--vl-shadow);
}

.vl-page-hero__panel span,
.vl-page-hero__panel a {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid var(--vl-line);
    color: var(--vl-ink);
    font-weight: 850;
    text-decoration: none;
}

.vl-page-hero__panel span:last-child,
.vl-page-hero__panel a:last-child {
    border-bottom: 0;
}

.vl-authority-ledger,
.vl-contact-grid,
.vl-page-body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 70px 0;
}

.vl-page-body {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 34px;
}

.vl-authority-ledger article,
.vl-contact-grid article,
.vl-faq-list article {
    padding: 28px;
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    background: rgba(255, 253, 247, 0.86);
    box-shadow: var(--vl-shadow);
}

.vl-authority-ledger h2,
.vl-contact-grid h2,
.vl-faq-list h2,
.vl-faq-list h3 {
    margin: 8px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    line-height: 1.05;
    letter-spacing: 0;
}

.vl-authority-ledger p,
.vl-contact-grid p,
.vl-faq-list p {
    color: var(--vl-muted);
}

.vl-band--authority {
    border-top: 1px solid var(--vl-line);
}

.vl-band--authority .vl-path-card {
    color: inherit;
    text-decoration: none;
}

.vl-faq-list {
    display: grid;
    gap: 34px;
    padding: 70px 0;
}

.vl-faq-group {
    display: grid;
    gap: 16px;
}

.vl-faq-group .vl-section-head {
    margin-bottom: 2px;
}

.vl-faq-list article {
    box-shadow: none;
}

.vl-contact-grid a {
    color: var(--vl-leaf);
    text-decoration-thickness: 0.06em;
}

.vl-archive-hero,
.vl-recipe-hero,
.vl-article-hero {
    padding-top: 132px;
}

.vl-card-grid--blog {
    padding-top: 46px;
    padding-bottom: 70px;
}

.vl-card--empty {
    border-style: dashed;
    background: rgba(255, 253, 247, 0.72);
}

.vl-float--linen {
    right: 38%;
    bottom: 9%;
    width: 138px;
    height: 72px;
    border-radius: 48% 42% 52% 38%;
    background: rgba(246, 238, 221, 0.72);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
    transform: rotate(-12deg);
    animation-delay: -4s;
}

@keyframes vl-float {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vl-float {
        animation: none;
    }
}

.vl-kicker {
    margin: 0 0 10px;
    color: var(--vl-plum);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vl-hero--potluck .vl-kicker {
    color: rgba(255, 253, 248, 0.8);
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.04;
    letter-spacing: 0;
}

h1 {
    max-width: 9ch;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.6rem, 10vw, 8.6rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
    font-size: 1.25rem;
}

.vl-hero__copy > p:not(.vl-kicker),
.vl-dek {
    max-width: 670px;
    color: #344237;
    font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.vl-hero--potluck .vl-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.vl-hero--potluck h1 {
    max-width: 12.2ch;
    color: #fffdf8;
    font-size: clamp(3.8rem, 6.2vw, 7rem);
    line-height: 0.92;
    text-wrap: balance;
}

.vl-hero--potluck .vl-hero__copy > p:not(.vl-kicker) {
    max-width: 590px;
    color: rgba(255, 253, 248, 0.84);
    line-height: 1.62;
}

.vl-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-top: 34px;
}

.vl-hero--potluck .vl-button {
    border-color: #fffdf8;
    border-radius: 999px;
    background: #fffdf8;
    color: var(--vl-ink);
}

.vl-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: rgba(255, 253, 248, 0.9);
    font-weight: 850;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.vl-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.vl-hero__proof span {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    color: rgba(255, 253, 248, 0.78);
    font-size: 0.86rem;
    font-weight: 850;
}

.vl-search {
    display: flex;
    width: min(100%, 640px);
    gap: 10px;
    margin-top: 28px;
}

.vl-search label {
    flex: 1;
}

.vl-search input,
.vl-newsletter input {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    padding: 0 16px;
    background: #fff;
    color: var(--vl-ink);
    font: inherit;
}

.vl-featured-recipe,
.vl-card,
.vl-aside,
.vl-shop-recipe,
.vl-recipe-card,
.vl-filters,
.vl-path-card {
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--vl-shadow);
}

.vl-featured-recipe {
    overflow: hidden;
}

.vl-featured-recipe--premium {
    background: #fff;
    box-shadow: var(--vl-shadow-deep);
    transform: rotate(1deg);
}

.vl-featured-recipe--premium .vl-featured-recipe__body {
    transform: rotate(-1deg);
}

.vl-featured-recipe__image img,
.vl-featured-recipe__placeholder {
    width: 100%;
    aspect-ratio: 1.28;
    object-fit: cover;
    background:
        radial-gradient(circle at 36% 30%, rgba(243, 111, 69, 0.6), transparent 18%),
        radial-gradient(circle at 58% 52%, rgba(68, 109, 58, 0.5), transparent 24%),
        linear-gradient(135deg, #fff4dc, #dceac8);
}

.vl-featured-recipe--premium .vl-featured-recipe__image img {
    aspect-ratio: 1.08;
}

.vl-featured-recipe__placeholder,
.vl-featured-recipe__body,
.vl-card__body,
.vl-aside,
.vl-shop-recipe,
.vl-recipe-card,
.vl-filters,
.vl-path-card {
    padding: 22px;
}

.vl-band {
    padding: 58px 0;
}

.vl-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.vl-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.vl-path-card {
    min-height: 160px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.vl-path-card::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(243, 111, 69, 0.2);
}

.vl-path-card h3 {
    max-width: 12ch;
}

.vl-path-card p {
    color: #4b5a4f;
}

.vl-path-card:nth-child(2n) {
    background: #f1f7e6;
}

.vl-path-card:nth-child(3n) {
    background: #fff0df;
}

.vl-content-grid,
.vl-recipe-layout,
.vl-article-layout,
.vl-archive-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    padding: 54px 0;
}

.vl-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vl-card {
    overflow: hidden;
    box-shadow: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.vl-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--vl-shadow);
}

.vl-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #dceac8, #fff0df);
}

.vl-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.vl-card:hover img {
    transform: scale(1.035);
}

.vl-card__body p {
    color: var(--vl-muted);
}

.vl-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.vl-badge {
    border: 1px solid var(--vl-line);
    border-radius: 999px;
    padding: 5px 10px;
    background: #fffaf2;
    color: #334437;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}

.vl-recipe-mini-stats,
.vl-recipe-showcase__grid {
    display: grid;
    gap: 10px;
}

.vl-recipe-mini-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.vl-recipe-mini-stats span,
.vl-recipe-showcase__grid div {
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    padding: 12px;
    background: #fffaf2;
    color: var(--vl-muted);
    font-size: 0.82rem;
    font-weight: 850;
}

.vl-recipe-mini-stats strong {
    display: block;
    color: var(--vl-ink);
    font-size: 1.42rem;
    line-height: 1;
}

.vl-premium-recipe {
    padding: 22px 0 70px;
}

.vl-recipe-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 30px;
    align-items: stretch;
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    background: #fff;
    box-shadow: var(--vl-shadow-deep);
    overflow: hidden;
}

.vl-recipe-showcase__media {
    display: block;
    min-height: 540px;
    background: #17241c;
}

.vl-recipe-showcase__media img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
}

.vl-recipe-showcase__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 54px);
}

.vl-recipe-showcase__body p {
    color: #344237;
    font-size: 1.06rem;
}

.vl-recipe-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0;
}

.vl-recipe-showcase__grid span {
    display: block;
    color: var(--vl-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
}

.vl-recipe-showcase__grid strong {
    color: var(--vl-ink);
    font-size: 1.04rem;
}

.vl-premium-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vl-premium-list li {
    position: relative;
    padding-left: 24px;
    color: #3b4a3f;
    font-weight: 720;
}

.vl-premium-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--vl-apricot);
}

.vl-authority-band {
    padding: 68px 0;
    background: #17241c;
    color: #fff;
}

.vl-authority-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.vl-authority-grid article {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--vl-radius);
    padding: clamp(24px, 4vw, 42px);
    background: rgba(255, 255, 255, 0.06);
}

.vl-authority-grid .vl-kicker {
    color: #e5b94f;
}

.vl-authority-grid p {
    color: rgba(255, 255, 255, 0.76);
}

.vl-aside {
    align-self: start;
    background: #17241c;
    color: #fff;
}

.vl-aside p,
.vl-aside li {
    color: rgba(255, 255, 255, 0.78);
}

.vl-aside .vl-button {
    background: #fff;
    color: var(--vl-ink);
}

.vl-recipe-hero,
.vl-article-hero,
.vl-archive-hero {
    padding: 54px 0;
    background: #f2f7e8;
}

.vl-authority-hero {
    padding: 132px 0 72px;
    background:
        linear-gradient(135deg, rgba(23, 36, 28, 0.94), rgba(54, 88, 58, 0.9)),
        #17241c;
    color: #fffdf8;
}

.vl-authority-hero h1 {
    max-width: 12ch;
}

.vl-authority-hero p:not(.vl-kicker) {
    max-width: 760px;
    color: rgba(255, 253, 248, 0.78);
    font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.vl-hero__proof--dark span {
    color: rgba(255, 253, 248, 0.78);
}

.vl-guide-command,
.vl-taxonomy-answer,
.vl-topic-bank {
    padding: 70px 0;
}

.vl-authority-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.vl-authority-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vl-authority-card {
    display: block;
    min-height: 220px;
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    padding: 24px;
    background: #fffdf8;
    color: var(--vl-ink);
    text-decoration: none;
    box-shadow: var(--vl-shadow);
}

.vl-authority-card:nth-child(3n + 2) {
    background: #f1f7e6;
}

.vl-authority-card:nth-child(3n) {
    background: #fff0df;
}

.vl-authority-card span,
.vl-answer-panel .vl-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--vl-apricot);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vl-authority-card h2,
.vl-authority-card h3 {
    max-width: 13ch;
    margin-bottom: 14px;
}

.vl-authority-card p,
.vl-answer-panel p {
    color: #405044;
}

.vl-topic-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vl-topic-cloud a {
    border: 1px solid var(--vl-line);
    border-radius: 999px;
    padding: 10px 14px;
    background: #fffdf8;
    color: #26362a;
    font-weight: 850;
    text-decoration: none;
}

.vl-taxonomy-answer {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 26px;
    align-items: stretch;
}

.vl-answer-panel {
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    padding: clamp(26px, 5vw, 46px);
    background: #fffdf8;
    box-shadow: var(--vl-shadow-deep);
}

.vl-answer-panel h2 {
    margin-bottom: 18px;
}

.vl-recipe-hero__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    align-items: center;
}

.vl-recipe-hero figure {
    margin: 0;
}

.vl-recipe-hero img,
.vl-article-hero img {
    width: 100%;
    border-radius: var(--vl-radius);
    aspect-ratio: 1.3;
    object-fit: cover;
    box-shadow: var(--vl-shadow);
}

.vl-recipe-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.vl-recipe-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.vl-recipe-stats div {
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    padding: 14px;
    background: #fff;
}

.vl-recipe-stats span {
    display: block;
    color: var(--vl-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.vl-recipe-stats strong {
    font-size: 1.1rem;
}

.vl-content {
    font-size: 1.08rem;
}

.vl-content > * {
    max-width: 740px;
}

.vl-content h2,
.vl-content h3 {
    margin-top: 1.6em;
}

.vl-content p,
.vl-content li {
    color: #344237;
}

.vl-recipe-card {
    margin-top: 34px;
    background: #fff;
}

.vl-recipe-visual-card {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
    gap: 22px;
    align-items: center;
    margin-top: 34px;
    padding: 24px;
    border: 1px solid var(--vl-line);
    border-radius: var(--vl-radius);
    background: #fff;
    box-shadow: var(--vl-shadow);
}

.vl-recipe-visual-card__images {
    display: block;
}

.vl-recipe-visual-card__images img {
    width: 100%;
    height: min(520px, 58vw);
    border-radius: var(--vl-radius);
    object-fit: cover;
}

.vl-recipe-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.vl-note {
    padding: 14px;
    border-radius: var(--vl-radius);
    background: #f2f7e8;
    color: var(--vl-muted);
}

.vl-shop-recipe {
    align-self: start;
    position: sticky;
    top: 96px;
}

.vl-product-mini {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid var(--vl-line);
}

.vl-product-mini img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: var(--vl-radius);
}

.vl-archive-hero h1,
.vl-article-hero h1 {
    max-width: 900px;
    font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.vl-filters {
    align-self: start;
    box-shadow: none;
}

.vl-filters ul {
    padding-left: 18px;
}

.vl-footer {
    padding: 46px 0;
    background: #17241c;
    color: #fff;
}

.vl-footer__grid {
    grid-template-columns: 1fr 0.7fr 1fr;
}

.vl-footer p,
.vl-footer a {
    color: rgba(255, 255, 255, 0.78);
}

.vl-footer__links {
    padding: 0;
    list-style: none;
}

.vl-newsletter {
    display: grid;
    gap: 12px;
}

.vl-newsletter__consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 8px;
    align-items: start;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.vl-newsletter__message {
    min-height: 22px;
    margin: 0;
    color: #dceac8;
    font-weight: 800;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
}

@media (max-width: 980px) {
    .vl-hero__grid,
    .vl-recipe-hero__grid,
    .vl-content-grid,
    .vl-recipe-layout,
    .vl-article-layout,
    .vl-archive-layout,
    .vl-page-hero__grid,
    .vl-page-body,
    .vl-authority-ledger,
    .vl-footer__grid,
    .vl-recipe-showcase,
    .vl-recipe-visual-card,
    .vl-authority-grid,
    .vl-authority-card-grid,
    .vl-taxonomy-answer {
        grid-template-columns: 1fr;
    }

    .vl-category-grid,
    .vl-card-grid,
    .vl-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vl-shop-recipe {
        position: static;
    }

    .vl-featured-recipe--premium,
    .vl-featured-recipe--premium .vl-featured-recipe__body {
        transform: none;
    }

    .vl-recipe-showcase__media,
    .vl-recipe-showcase__media img {
        min-height: 360px;
    }
}

@media (max-width: 720px) {
    :root {
        --vl-shell: min(100vw - 28px, 1160px);
    }

    .vl-header__inner {
        min-height: auto;
        padding: 14px 0;
        align-items: flex-start;
    }

    .vl-nav,
    .vl-header__shop {
        display: none;
    }

    .vl-hero,
    .vl-recipe-hero,
    .vl-article-hero,
    .vl-archive-hero {
        padding: 34px 0;
    }

    .vl-authority-hero {
        padding-top: 96px;
    }

    h1 {
        font-size: clamp(3.1rem, 18vw, 4.7rem);
    }

    .vl-search,
    .vl-section-head {
        display: grid;
    }

    .vl-category-grid,
    .vl-card-grid,
    .vl-contact-grid,
    .vl-recipe-card__grid,
    .vl-recipe-stats,
    .vl-recipe-showcase__media,
    .vl-recipe-visual-card__images,
    .vl-authority-card-grid,
    .vl-taxonomy-answer {
        grid-template-columns: 1fr;
    }

    .vl-guide-command,
    .vl-taxonomy-answer,
    .vl-topic-bank {
        padding: 44px 0;
    }

    .vl-recipe-mini-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vl-recipe-showcase__media img,
    .vl-recipe-showcase__media {
        min-height: auto;
    }

    .vl-recipe-showcase__media img {
        aspect-ratio: 1.05;
    }
}

@media print {
    .vl-header,
    .vl-footer,
    .vl-recipe-hero,
    .vl-shop-recipe,
    .vl-content,
    .vl-recipe-actions {
        display: none;
    }

    .vl-recipe-layout {
        display: block;
        padding: 0;
    }

    .vl-recipe-card {
        border: 0;
        box-shadow: none;
    }
}

/* Premium header refresh for the live WPEngine theme. */
.vl-header {
    top: 14px;
    left: 50%;
    right: auto;
    z-index: 50;
    width: min(1280px, calc(100vw - 32px));
    border: 1px solid rgba(255, 253, 248, 0.58);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(247, 242, 232, 0.84)), rgba(247, 242, 232, 0.88);
    box-shadow: 0 24px 80px rgba(23, 24, 18, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    transform: translateX(-50%);
    backdrop-filter: blur(24px) saturate(1.12);
}

.vl-header__inner {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 2.6vw, 38px);
    width: 100%;
    min-height: 74px;
    padding: 10px 12px 10px 14px;
}

.vl-logo--premium {
    gap: 12px;
    min-width: fit-content;
}

.vl-logo__mark--premium {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(54, 88, 58, 0.26);
    border-radius: 8px;
    background: radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.92), transparent 28%), linear-gradient(145deg, #17341f 0%, #36583a 48%, #b08a38 140%);
    color: #fffdf8;
    box-shadow: 0 16px 34px rgba(35, 64, 40, 0.28);
}

.vl-logo__mark--premium::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid rgba(255, 253, 248, 0.22);
    border-radius: 6px;
}

.vl-logo__leaf,
.vl-logo__sprout {
    position: absolute;
    color: #e7d08a;
    font-size: 0.72rem;
    line-height: 1;
}

.vl-logo__leaf {
    top: 9px;
    left: 8px;
    opacity: 0.68;
}

.vl-logo__sprout {
    right: 8px;
    bottom: 8px;
}

.vl-logo__initials {
    position: relative;
    z-index: 1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
}

.vl-logo__wordmark {
    display: grid;
    gap: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.32rem;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0;
}

.vl-logo__wordmark span:last-child {
    color: var(--vl-leaf);
}

.vl-nav--premium {
    display: flex;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    color: rgba(23, 24, 18, 0.76);
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vl-mega {
    position: static;
}

.vl-mega summary,
.vl-nav__solo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    padding: 0 13px;
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease;
}

.vl-mega summary::-webkit-details-marker {
    display: none;
}

.vl-mega:hover summary,
.vl-mega[open] summary,
.vl-nav__solo:hover {
    background: rgba(54, 88, 58, 0.1);
    color: var(--vl-ink);
}

.vl-mega__panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(390px, 1.1fr) minmax(250px, 0.72fr);
    gap: 18px;
    width: min(1040px, calc(100vw - 48px));
    padding: 16px;
    border: 1px solid rgba(255, 253, 248, 0.74);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 242, 232, 0.94)), var(--vl-cream);
    box-shadow: 0 34px 110px rgba(23, 24, 18, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.82);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.vl-mega:hover .vl-mega__panel,
.vl-mega[open] .vl-mega__panel,
.vl-mega:focus-within .vl-mega__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.vl-mega__intro {
    min-height: 270px;
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(23, 24, 18, 0.12), rgba(23, 24, 18, 0.74)), url("../img/veganluck-potluck-hero-summer-v2.png") center / cover;
    color: #fffdf8;
}

.vl-mega__intro > span,
.vl-mega__feature span {
    color: rgba(255, 253, 248, 0.78);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vl-mega__intro h2 {
    max-width: 13ch;
    margin: 74px 0 22px;
    color: #fffdf8;
    font-size: clamp(1.95rem, 2.45vw, 2.85rem);
    line-height: 0.96;
}

.vl-mega__intro a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(255, 253, 248, 0.3);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.14);
    color: #fffdf8;
    font-size: 0.78rem;
    font-weight: 950;
    text-decoration: none;
    backdrop-filter: blur(14px);
}

.vl-mega__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
}

.vl-mega__links > div {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(23, 24, 18, 0.1);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.62);
}

.vl-mega__links h3 {
    margin: 0 0 6px;
    color: var(--vl-leaf);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vl-mega__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 42px;
    padding: 0 10px;
    border-radius: 6px;
    color: var(--vl-ink);
    font-size: 0.93rem;
    font-weight: 850;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    transition: background 160ms ease, transform 160ms ease;
}

.vl-mega__links a span {
    opacity: 0.38;
}

.vl-mega__links a:hover {
    background: rgba(54, 88, 58, 0.09);
    transform: translateX(2px);
}

.vl-mega__feature {
    position: relative;
    display: grid;
    align-content: end;
    gap: 14px;
    min-height: 270px;
    padding: 20px;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(150deg, rgba(54, 88, 58, 0.94), rgba(23, 24, 18, 0.94)), #171812;
    color: #fffdf8;
    text-decoration: none;
}

.vl-mega__feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.08) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 253, 248, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, transparent, black 34%);
    opacity: 0.55;
}

.vl-mega__feature span,
.vl-mega__feature strong {
    position: relative;
}

.vl-mega__feature strong {
    max-width: 16ch;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.3rem, 1.75vw, 1.72rem);
    line-height: 1.02;
}

.vl-header__shop--premium {
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 950;
    white-space: nowrap;
    box-shadow: 0 12px 26px rgba(23, 24, 18, 0.18);
}

.vl-mobile-menu {
    display: none;
}

.vl-mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(23, 24, 18, 0.13);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.7);
    cursor: pointer;
    list-style: none;
}

.vl-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.vl-mobile-menu__close,
.vl-mobile-menu[open] .vl-mobile-menu__open {
    display: none;
}

.vl-mobile-menu[open] .vl-mobile-menu__close {
    display: block;
}

.vl-mobile-menu__panel {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(255, 253, 248, 0.72);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: 0 28px 80px rgba(23, 24, 18, 0.18);
    backdrop-filter: blur(20px);
}

.vl-mobile-menu__panel a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid rgba(23, 24, 18, 0.1);
    border-radius: 8px;
    background: rgba(247, 242, 232, 0.58);
    color: var(--vl-ink);
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 980px) {
    .vl-header {
        top: 10px;
        width: min(100vw - 24px, 720px);
    }

    .vl-header__inner {
        grid-template-columns: auto 1fr auto;
        min-height: 66px;
        padding: 8px;
    }

    .vl-nav--premium,
    .vl-header__shop--premium {
        display: none;
    }

    .vl-mobile-menu {
        display: block;
        justify-self: end;
    }

    .vl-page-hero {
        padding-top: 126px;
    }

    .vl-page-hero__grid,
    .vl-authority-ledger,
    .vl-contact-grid {
        grid-template-columns: 1fr;
    }

    .vl-page-hero h1 {
        font-size: clamp(2.55rem, 12vw, 4.8rem);
    }
}

@media (max-width: 520px) {
    .vl-header {
        width: calc(100vw - 18px);
    }

    .vl-logo__wordmark {
        font-size: 1rem;
    }

    .vl-mobile-menu__panel {
        grid-template-columns: 1fr;
    }

    .vl-page-hero {
        padding-bottom: 50px;
    }

    .vl-page-hero__panel,
    .vl-authority-ledger article,
    .vl-contact-grid article,
    .vl-faq-list article {
        padding: 20px;
    }

    .vl-archive-hero,
    .vl-recipe-hero,
    .vl-article-hero {
        padding-top: 116px;
    }
}

/* Static authority pages: keep these after the global hero/header rules. */
.vl-static-page .vl-page-hero {
    padding: 134px 0 58px;
}

.vl-static-page .vl-page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.36fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: end;
}

.vl-static-page .vl-page-hero h1 {
    max-width: 760px;
    margin: 10px 0 16px;
    font-size: clamp(2.7rem, 5.4vw, 5.2rem);
    line-height: 0.98;
    text-wrap: balance;
}

.vl-static-page .vl-page-hero p {
    max-width: 760px;
    font-size: clamp(1.02rem, 1.45vw, 1.22rem);
}

.vl-static-page .vl-page-hero__panel {
    align-self: stretch;
    align-content: center;
}

.vl-static-page .vl-authority-ledger {
    padding-top: 46px;
}

@media (max-width: 980px) {
    .vl-static-page .vl-page-hero {
        padding-top: 116px;
    }

    .vl-static-page .vl-page-hero__grid {
        grid-template-columns: 1fr;
    }

    .vl-static-page .vl-page-hero h1 {
        font-size: clamp(2.35rem, 9vw, 4rem);
    }
}

@media (max-width: 520px) {
    .vl-static-page .vl-page-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.15rem);
    }
}
