:root {
  --vv-primary: #2e7d32;
  --vv-forest: #1b5e20;
  --vv-leaf: #8bc34a;
  --vv-earth: #6d4c41;
  --vv-sand: #f5f3ec;
  --vv-surface: #ffffff;
  --vv-ink: #212a24;
  --vv-muted: #5b665e;
  --vv-radius: 12px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #212a24;
  background-color: #f5f3ec;
  line-height: 1.6;
}
h1, h2, h3, h4, .site-brand, .footer-brand, .section-title, .route-card-title, .article-title {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 600;
  color: #1b5e20;
}

/* ---- Header / nav ---- */
.site-header { background: #1b5e20; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.site-nav { padding-top: .6rem; padding-bottom: .6rem; }
.site-brand { color: #ffffff !important; font-size: 1.15rem; letter-spacing: .2px; }
.site-nav .nav-link { color: rgba(255,255,255,.9); font-weight: 500; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: #8bc34a; }
.site-nav .dropdown-menu { border: none; border-radius: var(--vv-radius); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.site-nav .dropdown-item:hover { background: #f5f3ec; color: #2e7d32; }
.navbar-toggler { border-color: rgba(255,255,255,.4); }
.navbar-toggler-icon { filter: invert(1); }

/* ---- Hero ---- */
.hero--home { position: relative; min-height: 70vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,94,32,.78), rgba(27,94,32,.25)); }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { max-width: 640px; color: #ffffff; }
.hero-title { color: #ffffff; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.1; margin-bottom: 1rem; }
.hero-sub { font-size: 1.15rem; opacity: .95; }

/* ---- Sections ---- */
.section { padding: 4rem 0; }
.section--routes { background: #f5f3ec; }
.section--intro { background: #ffffff; }
.eyebrow { color: #2e7d32; text-transform: uppercase; letter-spacing: .15em; font-size: .8rem; font-weight: 600; display: block; margin-bottom: .5rem; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 2rem; }

/* ---- Route cards ---- */
.route-card { background: #ffffff; border: 1px solid #e0ddd5; border-radius: var(--vv-radius); overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.04); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.route-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,.09); }
.route-card-img { width: 100%; height: 210px; object-fit: cover; }
.route-card--horizontal .route-card-img { height: 100%; }
.route-card-body { padding: 1.25rem 1.5rem; flex-grow: 1; }
.route-card-title { font-size: 1.25rem; margin-bottom: .5rem; }
.route-card-title a { color: #1b5e20; text-decoration: none; }
.route-card-title a:hover { color: #2e7d32; }
.route-card-link { color: #2e7d32; font-weight: 600; text-decoration: none; }
.route-card-link:hover { text-decoration: underline; text-decoration-color: #8bc34a; }
.route-card--minimal { border: none; border-left: 3px solid #8bc34a; border-radius: 0; box-shadow: none; padding: 1rem 1.25rem; }

/* ---- Article / prose ---- */
.section--article { background: #ffffff; }
.article-title { font-size: clamp(1.8rem, 3.5vw, 2.5rem); margin-bottom: 1.5rem; }
.article-summary { color: #5b665e; border-left: 4px solid #8bc34a; padding-left: 1rem; }
.article-main-image { max-width: 33%; }
.site-prose { max-width: 820px; }
.site-prose img, .site-block--image img, .site-block--gallery img { max-width: 100%; height: auto; border-radius: 8px; }
.site-block--paragraph { margin-bottom: 1.1rem; }
.site-block--image { margin: 1.5rem 0; }
.site-table { width: 100%; }
.site-table td, .site-table th { vertical-align: top; }

/* content body links must be visible (scoped, no shared class) */
.site-prose a, .site-block--paragraph a, .article-body a, .category-desc a {
  color: #2e7d32;
  text-decoration: underline;
  text-decoration-color: #8bc34a;
}
.site-prose a:hover, .site-block--paragraph a:hover, .article-body a:hover { color: #1b5e20; }

/* ToC */
.article-toc { background: #f5f3ec; border-radius: var(--vv-radius); padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.article-toc .toc-title { font-size: 1rem; color: #1b5e20; }
.article-toc ul { list-style: none; padding-left: 0; margin: 0; }
.article-toc a { color: #2e7d32; text-decoration: none; }
.article-toc a:hover { text-decoration: underline; }
.toc-l3 { padding-left: 1rem; }

/* breadcrumbs */
.site-breadcrumbs { background: #f5f3ec; padding: .6rem 0; }
.site-breadcrumbs .breadcrumb { margin: 0; }
.site-breadcrumbs a { color: #2e7d32; text-decoration: none; }

/* ---- Footer ---- */
.site-footer { background: #1b5e20; color: rgba(255,255,255,.85); padding: 3.5rem 0 1.5rem; margin-top: 0; }
.footer-brand { color: #ffffff; font-size: 1.2rem; margin-bottom: 1rem; }
.footer-tagline { color: rgba(255,255,255,.7); }
.footer-col-title { color: #8bc34a; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; margin-bottom: 1rem; }
.footer-links { list-style: none; padding-left: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.8); text-decoration: none; }
.footer-links a:hover { color: #8bc34a; text-decoration: underline; }
.footer-links--inline { columns: 2; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.5rem; padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,.6); }

@media (max-width: 768px) {
  .article-main-image { max-width: 100%; float: none !important; margin: 0 0 1rem; }
}
