:root {
  --cassiopeia-color-primary: #ffffff;
  --cassiopeia-color-hover: 
#ffffff;
}
.container-header {
  background-image: none !important;
  box-shadow: none;
  border-bottom: 0.5px solid 
#E4E9DE;
}
/* Fix menu text visibility on white header */
#nav-main a, .site-header nav a, .nav-main a,
.container-header a, .container-header .nav-link {
  color: 
#339900 !important;
  font-weight: 600;
}
#nav-main a:hover, .site-header nav a:hover, .nav-main a:hover,
.container-header a:hover, .container-header .nav-link:hover,
#nav-main .current > a {
  color: 
#256B00 !important;
}
.vd-hero {
  position: relative;
  width: 100%;
  max-width: 880px;
  aspect-ratio: 3 / 2;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 8px;
  background: #F2F6EA;
}
.vd-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: vd-fade 20s infinite;
  pointer-events: none;
}
.vd-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,59,0,0.55) 0%, rgba(18,59,0,0.15) 35%, rgba(18,59,0,0) 60%);
}
@keyframes vd-fade {
  0%   { opacity: 0; }
  4%   { opacity: 1; }
  21%  { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}
.vd-slide-text {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 2.25rem 2rem 2.5rem;
  z-index: 2;
}
.vd-slide-title {
  color: 
#ffffff;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
  max-width: 20ch;
}
.vd-slide-cta {
  display: inline-block;
  margin-top: 16px;
  background: 
#2A7A00;
  color: 
#ffffff !important;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  pointer-events: auto;
}
.vd-slide-cta:hover { background: 
#339900; }
.vd-hero-dots {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 8px;
  z-index: 3;
}
.vd-hero-dots span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
  display: inline-block;
}

/* ---- Typography system ---- */
:root {
  --vd-green: #339900;
  --vd-green-deep: #256B00;
  --vd-green-button: #2A7A00;
  --vd-gold: #E8B23C;
  --vd-ink: #1F2A10;
  --vd-ink-muted: #3A4636;
  --vd-mist: #F2F6EA;
  --vd-border: #E4E9DE;
}

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--vd-ink);
}

h1, h2, h3, h4 {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  color: var(--vd-green-deep);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h2 { font-size: 26px; margin-top: 1.75rem; }
h3 { font-size: 20px; margin-top: 1.5rem; }

a { color: var(--vd-green-deep); font-weight: 600; }
a:hover { color: var(--vd-green); }

.vd-section {
  max-width: 75ch;
  padding: 1.5rem 1.25rem 2.5rem;
}

.vd-eyebrow {
  color: var(--vd-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vd-pullquote {
  border-left: 3px solid var(--vd-gold);
  padding: 6px 0 6px 18px;
  margin: 1.5rem 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  color: var(--vd-ink);
}
.vd-pullquote strong { color: var(--vd-green); font-weight: 800; }

.vd-button {
  display: inline-block;
  background: var(--vd-green-button);
  color: #ffffff !important;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
}
.vd-button:hover { background: var(--vd-green); }

.container-header .navbar {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.com-content-category.category-list {
  max-width: 90ch;
}
/* Category page header treatment */


.category-desc::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--vd-gold);
  margin-top: 1.5rem;
}

.category-desc {
  display: block !important;
  max-width: 90ch !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: var(--vd-green-deep) !important;
  margin-bottom: 1.5rem !important;
}
.content-category h1 {
  font-size: 34px;
  color: var(--vd-green-deep);
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.content-category h1::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  background: var(--vd-gold);
  margin-top: 1rem;
}
.item-page h1 {
  font-size: 34px;
  color: var(--vd-green-deep);
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.item-page h1::after {
  content: "";
  display: block;
  width: 56px;
  height: 5px;
  background: var(--vd-gold);
  margin-top: 1rem;
}