:root {
  --vec-ink: #20352a;
  --vec-muted: #5d6d64;
  --vec-green: #2f684d;
  --vec-green-dark: #1f4a37;
  --vec-sage: #eaf1eb;
  --vec-cream: #f8f5ed;
  --vec-terracotta: #98442b;
  --vec-border: #d8e1da;
  --vec-radius: 18px;
}

body { color: var(--vec-ink); background: #fff; }
a { color: var(--vec-green-dark); text-underline-offset: 3px; }
a:hover { color: var(--vec-terracotta); }
.site-header { border-bottom: 1px solid var(--vec-border); }
.site-branding .main-title a, .site-logo a { color: var(--vec-green-dark); font-weight: 750; letter-spacing: -.025em; }
.main-navigation .main-nav ul li a { font-weight: 650; }
.main-navigation .main-nav ul li[class*="current-menu-"] > a { color: var(--vec-green-dark); }
.site-content { padding-top: 36px; }
.entry-title { letter-spacing: -.035em; line-height: 1.08; }
.vec-archive-header { margin: 0 0 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 1.25rem; background: #eef4e8; }
.vec-archive-header h1 { margin: .25rem 0 .75rem; max-width: 16ch; }
.vec-archive-header p:last-child { max-width: 65ch; margin-bottom: 0; }
.entry-content { font-size: 18px; line-height: 1.72; }
.entry-content h2 { margin-top: 2.2em; color: var(--vec-green-dark); letter-spacing: -.025em; }
.entry-content h3 { margin-top: 1.7em; color: var(--vec-ink); }
.entry-content table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--vec-border); border-radius: 12px; }
.entry-content th { background: var(--vec-sage); color: var(--vec-green-dark); text-align: left; }
.entry-content th, .entry-content td { padding: 12px 14px; border-bottom: 1px solid var(--vec-border); }
.entry-content tr:last-child td { border-bottom: 0; }
.vec-hero { display: grid; grid-template-columns: .95fr 1.3fr; gap: 34px; align-items: center; margin: 0 0 56px; background: var(--vec-cream); border-radius: 28px; overflow: hidden; }
.vec-hero__copy { padding: 46px 0 46px 46px; }
.vec-kicker { color: var(--vec-terracotta); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vec-hero h1 { margin: 10px 0 18px; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; color: var(--vec-green-dark); }
.vec-hero p { color: var(--vec-muted); font-size: 19px; }
.vec-hero img { display: block; width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.vec-button { display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; padding: 13px 20px; border-radius: 999px; background: var(--vec-green-dark); color: #fff !important; font-weight: 750; text-decoration: none; }
.vec-button:hover { background: var(--vec-terracotta); }
.vec-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin: 24px 0 52px; }
.vec-card { padding: 24px; border: 1px solid var(--vec-border); border-radius: var(--vec-radius); background: #fff; }
.vec-card h2, .vec-card h3 { margin: 0 0 9px; font-size: 22px; }
.vec-card p { margin-bottom: 12px; color: var(--vec-muted); font-size: 16px; }
.vec-card a { font-weight: 750; }
.vec-callout { margin: 28px 0; padding: 22px 24px; border-left: 5px solid var(--vec-terracotta); border-radius: 0 12px 12px 0; background: var(--vec-cream); }
.vec-callout > :last-child { margin-bottom: 0; }
.vec-summary { margin: 24px 0 34px; padding: 22px 24px; border: 1px solid var(--vec-border); border-radius: var(--vec-radius); background: var(--vec-sage); }
.vec-summary h2 { margin-top: 0; font-size: 21px; }
.vec-byline { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 0 0 28px; padding: 12px 0; border-top: 1px solid var(--vec-border); border-bottom: 1px solid var(--vec-border); color: var(--vec-muted); font-size: 14px; }
.vec-product-note { margin: 26px 0; padding: 18px 20px; border: 1px solid #e4c9bd; border-radius: 12px; background: #fff8f4; font-size: 15px; }
.vec-affiliate { margin: 34px 0; padding: 22px 24px; border: 1px solid var(--vec-border); border-radius: var(--vec-radius); background: var(--vec-sage); }
.vec-affiliate p { margin: 0 0 8px; font-size: 15px; }
.vec-affiliate .vec-button { margin-top: 6px; }
.vec-feature { margin: 28px 0 34px; }
.vec-feature img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--vec-radius); }
.vec-feature figcaption { margin-top: 8px; color: var(--vec-muted); font-size: 14px; line-height: 1.5; }
.vec-faq details { margin: 10px 0; padding: 14px 16px; border: 1px solid var(--vec-border); border-radius: 10px; }
.vec-faq summary { cursor: pointer; font-weight: 750; color: var(--vec-green-dark); }
.vec-related { margin: 38px 0; padding: 22px 24px; border-radius: var(--vec-radius); background: var(--vec-cream); }
.vec-related h2 { margin-top: 0; font-size: 22px; }
.vec-related ul { display: flex; gap: 10px 24px; flex-wrap: wrap; margin-bottom: 0; }
.site-footer, .site-footer .site-info { margin-top: 60px; background: var(--vec-green-dark); color: #e9f1ec; }
.site-footer .site-info { margin-top: 0; }
.site-footer a { color: #fff; }
.vec-footer-links { display: flex; justify-content: center; gap: 10px 18px; flex-wrap: wrap; margin-bottom: 12px; }
.vec-footer-links a { font-size: 14px; }
.vec-footer-links + p { margin: 0; font-size: 14px; opacity: .82; }

@media (max-width: 900px) {
  .vec-hero { grid-template-columns: 1fr; }
  .vec-hero__copy { padding: 34px 28px 8px; }
  .vec-hero img { min-height: 300px; }
  .vec-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-content { padding-top: 20px; }
  .entry-content { font-size: 17px; }
  .vec-hero { border-radius: 18px; gap: 20px; }
  .vec-hero__copy { padding: 28px 22px 0; }
  .vec-hero h1 { font-size: 42px; }
  .vec-hero img { min-height: 240px; }
  .vec-grid { grid-template-columns: 1fr; }
  .entry-content table { display: block; overflow-x: auto; }
}
