:root {
  --vz-green-950: #203923;
  --vz-green-900: #29492d;
  --vz-green-800: #355b38;
  --vz-green-700: #477347;
  --vz-green-600: #5f8758;
  --vz-sage-100: #eef3e9;
  --vz-sage-50: #f6f8f2;
  --vz-cream: #f8f7f1;
  --vz-text: #262b26;
  --vz-muted: #697067;
  --vz-border: #e4e7df;
  --vz-white: #fff;
  --vz-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --vz-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vz-shadow: 0 14px 40px rgb(38 55 38 / 7%);
  --vz-container: 1380px;
}

html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--vz-text); background: var(--vz-white); font-family: var(--vz-sans); -webkit-font-smoothing: antialiased; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { text-underline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgb(95 135 88 / 38%); outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.vz-container, .alignwide { width: min(calc(100% - 64px), var(--vz-container)); margin-inline: auto; }
.vz-main { min-height: 62vh; overflow: hidden; }
.vz-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.vz-cover { display: block; width: 100%; height: 100%; object-fit: cover; }
h1, h2, h3 { text-wrap: balance; }

/* Header */
.vz-site-header { position: relative; z-index: 50; margin: 0; border-bottom: 1px solid var(--vz-border); background: rgb(255 255 255 / 96%); backdrop-filter: blur(14px); }
.vz-header-inner { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 25px; }
.vz-brand { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.vz-brand-mark { display: grid; width: 32px; height: 32px; color: var(--vz-green-700); place-items: center; }
.vz-brand-mark svg { width: 28px; }
.vz-brand-copy strong, .vz-brand-copy small { display: block; }
.vz-brand-copy strong { color: var(--vz-green-950); font-family: var(--vz-serif); font-size: 24px; line-height: 1; }
.vz-brand-copy small { margin-top: 5px; color: var(--vz-muted); font-size: 10px; line-height: 1; }
.vz-primary-nav { flex: 1; }
.vz-primary-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 1.8vw, 31px); margin: 0; padding: 0; list-style: none; }
.vz-primary-nav li { position: relative; margin: 0; }
.vz-primary-nav a, .vz-nav-dropdown > button { position: relative; display: inline-flex; min-height: 44px; align-items: center; padding: 0; border: 0; color: var(--vz-text); background: transparent; font: inherit; font-size: 14px; text-decoration: none; cursor: pointer; white-space: nowrap; }
.vz-primary-nav a::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--vz-green-700); content: ""; transform: scaleX(0); transition: transform 180ms ease; }
.vz-primary-nav a:hover::after, .vz-primary-nav .current-menu-item > a::after { transform: scaleX(1); }
.vz-nav-dropdown > button { gap: 6px; }
.vz-nav-dropdown > ul { position: absolute; top: calc(100% - 3px); left: -18px; min-width: 230px; margin: 0; padding: 10px; border: 1px solid var(--vz-border); border-radius: 10px; background: #fff; box-shadow: var(--vz-shadow); list-style: none; opacity: 0; pointer-events: none; transform: translateY(7px); transition: opacity 160ms ease, transform 160ms ease; }
.vz-nav-dropdown:hover > ul, .vz-nav-dropdown:focus-within > ul, .vz-nav-dropdown.is-open > ul { opacity: 1; pointer-events: auto; transform: translateY(0); }
.vz-nav-dropdown > ul a { display: flex; min-height: 40px; padding: 7px 10px; border-radius: 6px; }
.vz-nav-dropdown > ul a::after { display: none; }
.vz-nav-dropdown > ul a:hover { background: var(--vz-sage-50); }
.vz-header-search { width: 225px; }
.vz-header-search { display: flex; height: 42px; flex: 0 0 225px; padding: 0 4px 0 12px; border: 1px solid var(--vz-border); border-radius: 9px; }
.vz-header-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font: inherit; font-size: 12px; }
.vz-header-search button { display: grid; width: 36px; padding: 7px; border: 0; color: var(--vz-green-900); background: transparent; cursor: pointer; place-items: center; }
.vz-header-search button .vz-icon { width: 19px; height: 19px; }
.vz-menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; color: var(--vz-green-900); background: transparent; }
.vz-skip-link:focus { z-index: 100; top: 8px; left: 8px; width: auto; height: auto; padding: 10px 14px; clip: auto; color: #fff; background: var(--vz-green-900); }

/* Shared components */
.vz-breadcrumbs { display: flex; align-items: center; gap: 8px; padding: 26px 0 18px; color: var(--vz-muted); font-size: 13px; }
.vz-breadcrumbs a { color: var(--vz-muted); text-decoration: none; }
.vz-breadcrumbs a:hover { color: var(--vz-green-800); }
.vz-eyebrow { margin: 0 0 13px; color: var(--vz-green-700); font-size: 13px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.vz-tag { display: inline-flex; align-items: center; min-height: 27px; padding: 4px 10px; border-radius: 999px; color: var(--vz-green-800); background: var(--vz-sage-100); font-size: 12px; font-weight: 650; }
.vz-latin { margin: 4px 0 0; color: var(--vz-muted); font-size: 13px; }
.vz-latin-large { margin: 7px 0 18px; font-family: var(--vz-serif); font-size: 21px; font-style: italic; }
.vz-lead { color: #454c45; font-size: 18px; line-height: 1.65; }
.vz-button, .vz-newsletter button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 10px 20px; border: 0; border-radius: 8px; color: #fff; background: var(--vz-green-800); font: inherit; font-size: 14px; font-weight: 650; text-decoration: none; cursor: pointer; transition: background 180ms ease, transform 180ms ease; }
.vz-button:hover, .vz-newsletter button:hover { background: var(--vz-green-950); transform: translateY(-1px); }
.vz-text-link { display: inline-flex; min-height: 38px; align-items: center; gap: 7px; color: var(--vz-green-700); font-size: 13px; font-weight: 650; text-decoration: none; }
.vz-text-link .vz-icon { width: 16px; transition: transform 180ms ease; }
.vz-text-link:hover .vz-icon { transform: translateX(3px); }
.vz-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.vz-section-heading h2 { margin: 0; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: clamp(23px, 2.2vw, 30px); }
.vz-feature-row { display: flex; flex-wrap: wrap; gap: 24px 34px; margin-top: 28px; }
.vz-feature { display: flex; align-items: center; gap: 11px; min-width: 0; }
.vz-feature > .vz-icon { width: 31px; height: 31px; color: var(--vz-green-700); }
.vz-feature strong, .vz-feature span { display: block; }
.vz-feature strong { color: #333a33; font-family: var(--vz-serif); font-size: 14px; }
.vz-feature span { margin-top: 2px; color: var(--vz-muted); font-size: 12px; }
.vz-placeholder { display: grid; width: 100%; height: 100%; min-height: 190px; color: var(--vz-green-600); background: radial-gradient(circle at 30% 30%, #fff 0 10%, transparent 35%), linear-gradient(145deg, var(--vz-sage-100), #dfe9d9); place-items: center; }
.vz-placeholder .vz-icon { width: 72px; height: 72px; opacity: .55; }

/* Homepage */
.vz-home-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; padding-top: 0; }
.vz-home-primary { min-width: 0; }
.vz-home-hero { display: grid; min-height: 390px; grid-template-columns: 44% 56%; overflow: hidden; border-radius: 0 0 14px 14px; background: linear-gradient(120deg, var(--vz-sage-50), #fff); }
.vz-hero-copy { position: relative; z-index: 2; align-self: center; padding: 50px 15px 48px 38px; }
.vz-hero-copy h1 { max-width: 570px; margin: 0 0 17px; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: clamp(38px, 3.1vw, 49px); line-height: 1.08; letter-spacing: -.02em; }
.vz-hero-copy > p:not(.vz-eyebrow) { max-width: 500px; margin: 0; color: #454b45; font-size: 18px; }
.vz-hero-media { min-width: 0; height: 100%; margin: 0; }
.vz-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.vz-home-section { padding-top: 42px; }
.vz-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.vz-category-card { display: flex; min-height: 83px; align-items: center; gap: 12px; padding: 16px; border: 1px solid transparent; border-radius: 11px; color: var(--vz-text); background: linear-gradient(135deg, #f8f5e9, #f4f6f0); text-decoration: none; transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.vz-category-card:nth-child(3n+2) { background: linear-gradient(135deg, #f1f5ed, #f7f6f1); }
.vz-category-card:nth-child(3n) { background: linear-gradient(135deg, #f7f1f2, #f7f5ef); }
.vz-category-card:not(.is-placeholder):hover { border-color: #cedbc8; box-shadow: var(--vz-shadow); transform: translateY(-2px); }
.vz-category-card .vz-icon { width: 31px; height: 31px; color: var(--vz-green-700); }
.vz-category-card span { font-size: 13px; line-height: 1.35; }
.vz-herb-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.vz-herb-card { min-width: 0; overflow: hidden; border: 1px solid var(--vz-border); border-radius: 12px; background: #fff; box-shadow: 0 4px 16px rgb(36 57 36 / 4%); transition: box-shadow 200ms ease, transform 200ms ease; }
.vz-herb-card:hover { box-shadow: var(--vz-shadow); transform: translateY(-3px); }
.vz-card-image { display: block; height: 185px; overflow: hidden; background: var(--vz-sage-100); }
.vz-card-image img { transition: transform 300ms ease; }
.vz-herb-card:hover .vz-card-image img { transform: scale(1.025); }
.vz-card-body { padding: 15px 16px 13px; }
.vz-card-body h3 { margin: 0; font-family: var(--vz-serif); font-size: 18px; }
.vz-card-body h3 a { color: var(--vz-green-950); text-decoration: none; }
.vz-card-tags { min-height: 34px; margin: 10px 0 3px; color: var(--vz-green-700); font-size: 12px; line-height: 1.45; }
.vz-guide-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 38px 0 54px; padding: 22px 26px; border: 1px solid #ececdf; border-radius: 13px; background: linear-gradient(110deg, #f8f6ed, var(--vz-sage-50)); }
.vz-guide-strip .vz-feature > .vz-icon { width: 42px; height: 42px; padding: 8px; border: 1px solid #e4e1cf; border-radius: 50%; background: #fff; }
.vz-home-sidebar { padding-top: 0; }
.vz-home-sidebar > * { margin-bottom: 24px; }
.vz-disclaimer, .vz-newsletter { padding: 27px 24px; border: 1px solid #e8eadf; border-radius: 12px; background: linear-gradient(145deg, var(--vz-sage-50), #f4f2e9); }
.vz-disclaimer { display: flex; gap: 15px; }
.vz-disclaimer > .vz-icon { width: 30px; height: 30px; color: var(--vz-green-700); }
.vz-disclaimer h2, .vz-newsletter h2, .vz-side-section > h2 { margin: 0 0 12px; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: 21px; }
.vz-disclaimer p, .vz-newsletter p { margin: 0; color: #485048; font-size: 14px; line-height: 1.7; }
.vz-side-section { padding: 24px 0; border-top: 1px solid var(--vz-border); }
.vz-mini-list article { display: grid; grid-template-columns: 80px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--vz-border); }
.vz-mini-image { height: 67px; overflow: hidden; border-radius: 8px; background: var(--vz-sage-100); }
.vz-mini-list h3 { margin: 1px 0 7px; font-family: var(--vz-sans); font-size: 13px; font-weight: 600; line-height: 1.45; }
.vz-mini-list h3 a { color: var(--vz-text); text-decoration: none; }
.vz-mini-list time { color: var(--vz-muted); font-size: 11px; }
.vz-newsletter > .vz-icon { width: 39px; height: 39px; margin-bottom: 12px; color: var(--vz-green-700); }
.vz-newsletter form { display: flex; margin-top: 17px; }
.vz-newsletter input { min-width: 0; width: 100%; height: 44px; padding: 0 12px; border: 1px solid var(--vz-border); border-radius: 8px 0 0 8px; background: #fff; font: inherit; font-size: 13px; }
.vz-newsletter button { border-radius: 0 8px 8px 0; font-size: 12px; }
.vz-newsletter small { display: block; margin-top: 12px; color: var(--vz-muted); font-size: 10px; line-height: 1.5; }
.vz-empty-state { display: grid; min-height: 240px; grid-column: 1/-1; padding: 34px; border: 1px dashed #cbd6c6; border-radius: 12px; text-align: center; background: var(--vz-sage-50); place-content: center; }
.vz-empty-state > span { display: block; color: var(--vz-green-600); }
.vz-empty-state .vz-icon { width: 46px; height: 46px; }
.vz-empty-state h2, .vz-empty-state h3 { margin: 10px 0 5px; font-family: var(--vz-serif); }
.vz-empty-state p { margin: 0; color: var(--vz-muted); }

/* Herb single */
.vz-herb-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr) 300px; align-items: stretch; gap: 27px; padding: 0 0 28px; }
.vz-herb-hero.no-facts { grid-template-columns: minmax(0, .92fr) minmax(0, 1.35fr); max-width: 1020px; margin-inline: auto; }
.vz-herb-photo { aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; border-radius: 11px; background: var(--vz-sage-100); }
.vz-herb-intro { align-self: center; }
.vz-herb-intro h1 { margin: 10px 0 0; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: clamp(37px, 3.3vw, 49px); line-height: 1.07; }
.vz-herb-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 14px; margin-top: 25px; }
.vz-facts { align-self: stretch; padding: 22px; border: 1px solid #e8eadf; border-radius: 11px; background: linear-gradient(145deg, #faf9f4, #f2f2eb); }
.vz-facts > h2 { margin: 0 0 10px; font-family: var(--vz-serif); font-size: 21px; }
.vz-fact { display: flex; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--vz-border); }
.vz-fact:last-child { border-bottom: 0; }
.vz-fact > .vz-icon { color: var(--vz-green-700); }
.vz-fact strong, .vz-fact span { display: block; }
.vz-fact strong { margin-bottom: 3px; font-size: 12px; }
.vz-fact span { color: #505750; font-size: 12px; }
.vz-anchor-nav { position: sticky; z-index: 20; top: 0; display: flex; gap: 40px; overflow-x: auto; border-top: 1px solid var(--vz-border); border-bottom: 1px solid var(--vz-border); background: rgb(255 255 255 / 96%); scrollbar-width: none; }
.admin-bar .vz-anchor-nav { top: 32px; }
.vz-anchor-nav a { flex: 0 0 auto; padding: 17px 2px 14px; border-bottom: 2px solid transparent; color: #414741; font-size: 14px; text-decoration: none; }
.vz-anchor-nav a:hover, .vz-anchor-nav a.is-active { border-color: var(--vz-green-700); color: var(--vz-green-900); }
.vz-content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; padding: 36px 0 56px; }
.vz-prose { max-width: 780px; color: #3b413b; font-size: 17px; line-height: 1.75; }
.vz-prose > *:first-child { margin-top: 0; }
.vz-prose h2 { margin: 45px 0 14px; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: 28px; scroll-margin-top: 105px; }
.vz-prose h3 { margin: 31px 0 10px; color: var(--vz-green-900); font-family: var(--vz-serif); font-size: 22px; }
.vz-prose a { color: var(--vz-green-700); }
.vz-prose li { margin-bottom: 6px; }
.vz-prose blockquote { margin: 30px 0; padding: 22px 28px; border-left: 3px solid var(--vz-green-600); color: var(--vz-green-900); background: var(--vz-sage-50); font-family: var(--vz-serif); font-size: 19px; }
.vz-prose .vz-disclaimer { max-width: none; margin-top: 42px; font-family: var(--vz-sans); }
.vz-inline-safety:empty { display: none; }
.vz-content-sidebar > * { margin-bottom: 24px; }
.vz-related-section { padding: 0 0 58px; }
.vz-herb-card.is-compact .vz-card-image { height: 145px; }

/* Archive and filters */
.vz-archive-hero { background: linear-gradient(90deg, var(--vz-sage-50), #fff 60%); }
.vz-archive-hero > .vz-container { display: grid; min-height: 360px; grid-template-columns: 52% 48%; align-items: center; }
.vz-archive-hero h1 { max-width: 680px; margin: 10px 0 14px; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: clamp(40px, 4.2vw, 60px); line-height: 1.07; }
.vz-archive-hero p { max-width: 650px; color: #444b44; font-size: 18px; line-height: 1.7; }
.vz-archive-hero img { width: 100%; height: 360px; object-fit: cover; object-position: 63% center; clip-path: inset(0 -100vw 0 0); }
.vz-archive-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr) 270px; gap: 24px; padding-block: 36px 55px; }
.vz-archive-layout.no-filters { grid-template-columns: minmax(0, 1fr) 270px; }
.vz-filters { align-self: start; padding: 21px 18px; border: 1px solid var(--vz-border); border-radius: 12px; background: #fbfcf9; }
.vz-filter-title h2 { margin: 0 0 14px; font-family: var(--vz-serif); font-size: 20px; }
.vz-filter-toggle { display: none; }
.vz-filters fieldset { margin: 0; padding: 18px 0; border: 0; border-top: 1px solid var(--vz-border); }
.vz-filters legend { margin-bottom: 11px; font-family: var(--vz-serif); font-size: 14px; font-weight: 700; }
.vz-filters label { display: grid; min-height: 30px; grid-template-columns: 18px 1fr auto; align-items: center; gap: 7px; color: #4e554e; font-size: 12px; }
.vz-filters input { width: 15px; height: 15px; accent-color: var(--vz-green-700); }
.vz-filters small { color: var(--vz-muted); }
.vz-filters .vz-button { width: 100%; }
.vz-results { min-width: 0; }
.vz-results-head { min-height: 45px; font-size: 14px; }
.vz-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.vz-grid-three .vz-card-image { height: 155px; }
.vz-grid-three .vz-card-body h3 { font-size: 16px; }
.vz-archive-sidebar > * { margin-bottom: 18px; }
.vz-archive-sidebar .vz-side-section { padding: 22px 18px; border: 1px solid var(--vz-border); border-radius: 12px; }
.navigation.pagination { grid-column: 1/-1; margin-top: 28px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--vz-border); border-radius: 7px; color: var(--vz-green-800); text-decoration: none; place-items: center; }
.page-numbers.current { color: #fff; border-color: var(--vz-green-800); background: var(--vz-green-800); }
.vz-related-groups { margin-bottom: 55px; padding: 25px; border-radius: 12px; background: linear-gradient(120deg, var(--vz-sage-50), #faf9f3); }

/* Articles, pages, search */
.vz-page { width: min(calc(100% - 48px), 850px); margin: 0 auto; padding: 65px 0; }
.vz-page > h1 { font-size: clamp(38px, 5vw, 58px); }
.vz-article-wrap { padding-bottom: 70px; }
.vz-article-header { max-width: 900px; margin: 20px auto 36px; text-align: center; }
.vz-article-header h1 { margin: 16px 0; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: clamp(40px, 5.2vw, 65px); line-height: 1.06; }
.vz-article-header .vz-lead { max-width: 760px; margin-inline: auto; }
.vz-byline { display: flex; justify-content: center; gap: 9px; color: var(--vz-muted); font-size: 13px; }
.vz-article-image { max-width: 1120px; height: min(56vw, 570px); margin: 0 auto 25px; overflow: hidden; border-radius: 14px; }
.vz-article-image img { width: 100%; height: 100%; object-fit: cover; }
.vz-listing-page { padding-block: 48px 75px; }
.vz-listing-page > header { max-width: 760px; margin-bottom: 38px; }
.vz-listing-page > header h1 { margin: 0 0 13px; color: var(--vz-green-950); font-family: var(--vz-serif); font-size: clamp(40px, 5vw, 58px); }
.vz-listing-page > header > p:last-child { color: var(--vz-muted); font-size: 18px; }
.vz-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vz-article-card { overflow: hidden; border: 1px solid var(--vz-border); border-radius: 12px; background: #fff; }
.vz-article-card > div { padding: 21px; }
.vz-article-card time { color: var(--vz-muted); font-size: 12px; }
.vz-article-card h2 { margin: 9px 0; font-family: var(--vz-serif); font-size: 22px; }
.vz-article-card h2 a { color: var(--vz-green-950); text-decoration: none; }
.vz-article-card p { color: var(--vz-muted); font-size: 14px; }
.vz-search-list { max-width: 900px; }
.vz-search-list article { padding: 27px 0; border-bottom: 1px solid var(--vz-border); }
.vz-search-list h2 { margin: 8px 0; font-family: var(--vz-serif); }
.vz-search-list h2 a { color: var(--vz-green-950); text-decoration: none; }
.vz-listing-page .search-form { display: flex; max-width: 600px; margin-top: 25px; }
.vz-listing-page .search-field { min-width: 0; flex: 1; min-height: 48px; padding: 0 15px; border: 1px solid var(--vz-border); border-radius: 8px 0 0 8px; font: inherit; }
.vz-listing-page .search-submit { padding: 0 22px; border: 0; border-radius: 0 8px 8px 0; color: #fff; background: var(--vz-green-800); font: inherit; }
.vz-404 { display: grid; min-height: 68vh; text-align: center; place-content: center; justify-items: center; }
.vz-404 > span { color: #d9e3d5; font-family: var(--vz-serif); font-size: clamp(90px, 17vw, 190px); font-weight: 700; line-height: .8; }
.vz-404 > .vz-icon { width: 50px; height: 50px; margin-top: -15px; color: var(--vz-green-600); }
.vz-404 h1 { margin: 15px 0 7px; font-family: var(--vz-serif); font-size: 38px; }
.vz-404 p { margin: 0 0 22px; color: var(--vz-muted); }

/* Footer */
.vz-site-footer { margin: 0; color: #fff; background: linear-gradient(115deg, var(--vz-green-900), #365e39); }
.vz-footer-inner { min-height: 82px; gap: 25px; font-size: 12px; }
.vz-footer-inner p { margin: 0; }
.vz-footer-leaf { font-size: 28px; }
.vz-footer-nav a { color: #fff; text-decoration: none; }

@media (max-width: 1180px) {
  .vz-container, .alignwide { width: min(calc(100% - 40px), var(--vz-container)); }
  .vz-header-inner { gap: 15px; }
  .vz-primary-nav > ul { gap: 15px; }
  .vz-primary-nav a, .vz-nav-dropdown > button { font-size: 13px; }
  .vz-header-search { width: 44px; flex-basis: 44px; padding-left: 4px; }
  .vz-header-search input { display: none; }
  .vz-home-layout { grid-template-columns: 1fr; }
  .vz-home-sidebar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .vz-home-sidebar > * { margin: 0; }
  .vz-home-sidebar .vz-side-section { border: 1px solid var(--vz-border); border-radius: 12px; padding: 24px; }
  .vz-herb-hero, .vz-herb-hero.no-facts { grid-template-columns: 1fr 1fr; max-width: none; }
  .vz-facts { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 20px; }
  .vz-facts > h2 { grid-column: 1/-1; }
  .vz-archive-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .vz-archive-layout.no-filters { grid-template-columns: minmax(0, 1fr) 250px; }
  .vz-archive-sidebar { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .vz-archive-sidebar > * { margin: 0; }
  .vz-category-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 880px) {
  .vz-header-inner { min-height: 68px; }
  .vz-menu-toggle { display: grid; order: 3; place-items: center; cursor: pointer; }
  .vz-primary-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; padding: 15px; border: 1px solid var(--vz-border); border-radius: 0 0 12px 12px; background: #fff; box-shadow: var(--vz-shadow); }
  .vz-primary-nav.is-open { display: block; }
  .vz-primary-nav > ul { display: block; }
  .vz-primary-nav a, .vz-nav-dropdown > button { display: flex; width: 100%; min-height: 46px; justify-content: space-between; padding: 0 10px; }
  .vz-primary-nav a::after { display: none; }
  .vz-nav-dropdown > ul { position: static; display: none; min-width: 0; padding: 0 0 7px 15px; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .vz-nav-dropdown.is-open > ul { display: block; }
  .vz-home-hero { grid-template-columns: 1fr; }
  .vz-hero-copy { padding: 45px 30px; }
  .vz-hero-media { height: 360px; }
  .vz-home-sidebar { grid-template-columns: 1fr 1fr; }
  .vz-home-sidebar .vz-newsletter { grid-column: 1/-1; }
  .vz-herb-grid { grid-template-columns: repeat(2, 1fr); }
  .vz-herb-hero, .vz-herb-hero.no-facts { grid-template-columns: 1fr; }
  .vz-herb-photo { min-height: 0; }
  .vz-facts { grid-template-columns: 1fr 1fr; }
  .vz-content-layout { grid-template-columns: 1fr; }
  .vz-content-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .vz-archive-hero > .vz-container { grid-template-columns: 1fr; padding-bottom: 25px; }
  .vz-archive-hero img { height: 290px; border-radius: 12px; clip-path: none; }
  .vz-archive-layout, .vz-archive-layout.no-filters { grid-template-columns: 1fr; }
  .vz-filter-title { display: flex; align-items: center; justify-content: space-between; }
  .vz-filter-title h2 { margin: 0; }
  .vz-filter-toggle { display: inline-flex; min-height: 40px; align-items: center; padding: 0 14px; border: 1px solid var(--vz-border); border-radius: 7px; color: var(--vz-green-800); background: #fff; font: inherit; font-size: 13px; }
  .vz-filter-body { display: none; padding-top: 13px; }
  .vz-filters.is-open .vz-filter-body { display: block; }
  .vz-grid-three { grid-template-columns: repeat(2, 1fr); }
  .vz-article-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .vz-container, .alignwide { width: min(calc(100% - 28px), var(--vz-container)); }
  .vz-brand-copy strong { font-size: 20px; }
  .vz-brand-copy small { display: none; }
  .vz-brand-mark { width: 25px; }
  .vz-header-search { display: none; }
  .vz-home-layout { width: 100%; }
  .vz-home-primary > :not(.vz-home-hero), .vz-home-sidebar { width: calc(100% - 28px); margin-inline: auto; }
  .vz-home-hero { border-radius: 0; }
  .vz-hero-copy { padding: 39px 20px 34px; }
  .vz-hero-copy h1 { font-size: 39px; }
  .vz-hero-copy > p:not(.vz-eyebrow) { font-size: 16px; }
  .vz-hero-media { height: 290px; }
  .vz-feature-row { gap: 18px; }
  .vz-hero-copy .vz-feature { width: calc(50% - 10px); }
  .vz-section-heading { align-items: start; }
  .vz-section-heading .vz-text-link { font-size: 0; }
  .vz-section-heading .vz-text-link .vz-icon { width: 22px; height: 22px; }
  .vz-category-grid { grid-template-columns: repeat(2, 1fr); }
  .vz-category-card { padding: 12px; }
  .vz-herb-grid, .vz-grid-three, .vz-article-grid { grid-template-columns: 1fr; }
  .vz-card-image, .vz-grid-three .vz-card-image { height: 220px; }
  .vz-guide-strip { grid-template-columns: 1fr; }
  .vz-home-sidebar, .vz-content-sidebar, .vz-archive-sidebar { display: block; }
  .vz-home-sidebar > *, .vz-content-sidebar > *, .vz-archive-sidebar > * { margin-bottom: 18px; }
  .vz-herb-photo { min-height: 0; }
  .vz-herb-intro h1 { font-size: 42px; }
  .vz-herb-benefits, .vz-facts { grid-template-columns: 1fr 1fr; }
  .vz-facts { padding: 20px; }
  .vz-anchor-nav { gap: 27px; margin-inline: -14px; padding-inline: 14px; }
  .vz-content-layout { gap: 20px; padding-top: 28px; }
  .vz-prose { font-size: 16px; }
  .vz-archive-hero h1 { font-size: 41px; }
  .vz-archive-hero p { font-size: 16px; }
  .vz-archive-hero .vz-feature-row { display: grid; grid-template-columns: 1fr 1fr; }
  .vz-article-header h1 { font-size: 41px; }
  .vz-article-image { height: 310px; border-radius: 10px; }
  .vz-footer-inner { padding-block: 23px; justify-content: center !important; text-align: center; }
  .vz-footer-nav { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .vz-site-header, .vz-site-footer, .vz-home-sidebar, .vz-content-sidebar, .vz-anchor-nav, .vz-newsletter, .vz-filters { display: none !important; }
  .vz-container { width: 100%; }
  .vz-content-layout { display: block; }
  body { color: #000; }
}
