/* =========================================================
   Vitamiinivertailu Child — main.css
   Perusrakenne, värit, typografia, etusivu, kortit, artikkeli
   ========================================================= */

:root {
	/* Vaalean vihreä pääväri + kultainen aksentti + luonnonvihreä tausta */
	--vitv-green: #4CAF50;          /* vaalea vihreä (pääväri, linkit, korostukset) */
	--vitv-green-dark: #2E7D32;     /* tumma vihreä (header, tummat osiot) */
	--vitv-green-deep: #1B5E20;     /* syvä vihreä (gradientit) */
	--vitv-yellow: #F9A825;         /* kulta-aksentti */
	--vitv-gold-light: #FFC85C;     /* vaalea kulta */
	--vitv-bg: #F4FAF1;             /* vaalea luonnonvihreä tausta */
	--vitv-text: #1A2A1E;
	--vitv-cta: #FF6F00;            /* oranssi CTA */
	--vitv-cta-dark: #E65100;
	--vitv-white: #ffffff;
	--vitv-muted: #5b6b5e;
	--vitv-border: #dcebd9;
	--vitv-radius: 16px;
	--vitv-shadow: 0 10px 30px rgba(46, 125, 50, .12);
	--vitv-shadow-lg: 0 24px 60px rgba(46, 125, 50, .20);
	--vitv-gold-glow: 0 0 24px rgba(249, 168, 37, .5);
	--vitv-hero-gradient: linear-gradient(135deg, #1B5E20 0%, #2E7D32 45%, #4CAF50 78%, #F9A825 130%);
	--vitv-font-head: "Playfair Display", Georgia, serif;
	--vitv-font-body: "Inter", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--vitv-container: 1180px;
}

/* ---------- Perus ---------- */
body.vitv-body {
	font-family: var(--vitv-font-body);
	font-size: 17px;
	line-height: 1.8;
	color: var(--vitv-text);
	background: var(--vitv-bg);
	margin: 0;
}

.vitv-body h1, .vitv-body h2, .vitv-body h3, .vitv-body h4 {
	font-family: var(--vitv-font-head);
	line-height: 1.2;
	color: var(--vitv-text);
}

.vitv-body a { color: var(--vitv-green); }
.vitv-body img { max-width: 100%; height: auto; display: block; }

.vitv-container {
	max-width: var(--vitv-container);
	margin: 0 auto;
	padding: 0 24px;
}

.vitv-section { padding: 80px 0; }
.vitv-section__head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.vitv-section__head h2 { font-size: clamp(28px, 4vw, 42px); margin: 8px 0 12px; }
.vitv-section__head p { color: var(--vitv-muted); margin: 0; }
.vitv-section__cta { text-align: center; margin-top: 40px; }

.vitv-eyebrow {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 700;
	color: var(--vitv-green);
	font-family: var(--vitv-font-body);
}

.vitv-empty { text-align: center; color: var(--vitv-muted); grid-column: 1 / -1; }

/* ---------- Napit ---------- */
.vitv-btn {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 50px;
	font-weight: 700;
	font-family: var(--vitv-font-body);
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
	font-size: 16px;
}
.vitv-btn--cta { background: var(--vitv-cta); color: #fff !important; box-shadow: 0 8px 22px rgba(255,111,0,.35); position: relative; overflow: hidden; }
.vitv-btn--cta::after { content: ""; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent); transform: skewX(-18deg); animation: vitv-btn-shine 2.8s ease-in-out infinite; pointer-events: none; }
@keyframes vitv-btn-shine { 0% { left: -100%; } 55%, 100% { left: 140%; } }
.vitv-btn--cta:hover { background: var(--vitv-cta-dark); color: #fff !important; transform: translateY(-3px); box-shadow: 0 14px 32px rgba(255,111,0,.5); }
.vitv-btn--hero { font-size: 18px; padding: 18px 38px; letter-spacing: .3px; box-shadow: 0 12px 36px rgba(255,111,0,.5), 0 0 0 0 rgba(255,111,0,.3); animation: vitv-hero-pulse 2.2s ease-in-out infinite; }
@keyframes vitv-hero-pulse { 0%, 100% { box-shadow: 0 12px 36px rgba(255,111,0,.5), 0 0 0 0 rgba(255,111,0,.2); } 50% { box-shadow: 0 16px 44px rgba(255,111,0,.65), 0 0 0 12px rgba(255,111,0,.08); } }
.vitv-btn--ghost, .vitv-btn--ghost:hover, .vitv-header__cta, .vitv-header__cta:hover { color: #fff !important; }
.vitv-btn--ghost:hover { color: var(--vitv-green-dark) !important; }
.vitv-btn--ghost { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.7); }
.vitv-btn--ghost:hover { background: #fff; color: var(--vitv-green-dark); transform: translateY(-3px); }
.vitv-btn--block { display: block; width: 100%; text-align: center; box-sizing: border-box; }

/* ---------- Top utility bar ---------- */
.vitv-topbar { background: #123e1a; color: #d6ecd6; font-size: 13px; position: relative; z-index: 1000; }
.vitv-topbar__inner { max-width: var(--vitv-container); margin: 0 auto; padding: 8px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.vitv-topbar__tag { display: flex; align-items: center; gap: 8px; letter-spacing: .3px; }
.vitv-topbar__tag .vitv-spark { color: var(--vitv-yellow); }
.vitv-topbar__links { display: flex; gap: 20px; }
.vitv-topbar__links a { color: #d6ecd6; text-decoration: none; transition: color .2s; }
.vitv-topbar__links a:hover { color: var(--vitv-gold-light); }

/* ---------- Header (tumma, kultahehku) ---------- */
.vitv-header {
	position: sticky; top: 0; z-index: 999;
	background: linear-gradient(180deg, rgba(27,94,32,.98), rgba(27,94,32,.90));
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(232,180,74,.22);
	transition: box-shadow .3s ease, padding .3s ease;
}
/* Kultainen hehkuviiva alareunaan */
.vitv-header::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
	background: linear-gradient(90deg, transparent, var(--vitv-yellow), var(--vitv-gold-light), var(--vitv-yellow), transparent);
	opacity: .85;
}
.vitv-header.is-scrolled { box-shadow: 0 14px 34px rgba(20,60,26,.45); }
.vitv-header__inner {
	max-width: var(--vitv-container); margin: 0 auto; padding: 16px 24px;
	display: flex; align-items: center; gap: 24px;
}
/* Brändi hehkuvalla ikonilla + kultagradientti-tekstillä */
.vitv-brand__text { display: flex; align-items: center; gap: 12px; font-family: var(--vitv-font-head); font-weight: 800; font-size: 23px; color: #fff; text-decoration: none; letter-spacing: .3px; }
.vitv-brand__text > span:last-child { background: linear-gradient(90deg, #ffffff 0%, var(--vitv-gold-light) 120%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.vitv-brand__leaf {
	font-size: 20px; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
	background: radial-gradient(circle at 32% 28%, #81C784, var(--vitv-green-dark));
	border-radius: 50%; box-shadow: var(--vitv-gold-glow); -webkit-text-fill-color: initial;
	animation: vitv-glow-pulse 3.2s ease-in-out infinite;
}
.vitv-nav--desktop { margin-left: auto; }
.vitv-menu { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; }
.vitv-menu li { position: relative; }
.vitv-menu a { position: relative; display: block; padding: 10px 14px; text-decoration: none; color: #eafaea; font-weight: 600; border-radius: 8px; transition: color .2s; }
/* Animoitu kultainen alaviiva päävalikon kohtiin */
.vitv-menu > li > a::after {
	content: ""; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 2px;
	background: linear-gradient(90deg, var(--vitv-yellow), var(--vitv-gold-light));
	border-radius: 2px; transform: scaleX(0); transform-origin: center; transition: transform .3s ease;
}
.vitv-menu > li > a:hover, .vitv-menu > li.current-menu-item > a { color: var(--vitv-gold-light); }
.vitv-menu > li > a:hover::after, .vitv-menu > li.current-menu-item > a::after { transform: scaleX(1); }
/* Dropdownit (tummalla) */
.vitv-menu .sub-menu {
	position: absolute; top: 100%; left: 0; min-width: 230px;
	background: #1B5E20; border: 1px solid rgba(249,168,37,.25); border-radius: 12px;
	box-shadow: 0 22px 54px rgba(0,0,0,.55); padding: 8px; margin: 0; list-style: none;
	opacity: 0; visibility: hidden; transform: translateY(10px);
	transition: all .25s ease; z-index: 50;
}
.vitv-menu .sub-menu a { color: #dff3df; padding: 9px 14px; }
.vitv-menu .sub-menu a:hover { color: var(--vitv-gold-light); background: rgba(249,168,37,.12); }
.vitv-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
/* CTA (oranssi) */
.vitv-header__cta {
	margin-left: 10px; position: relative;
	background: var(--vitv-cta);
	color: #fff; padding: 11px 22px; border-radius: 50px; text-decoration: none; font-weight: 800;
	box-shadow: 0 8px 20px rgba(255,111,0,.4); transition: transform .25s, background .25s;
	animation: vitv-cta-pulse 2s ease-in-out infinite; overflow: hidden;
}
.vitv-header__cta::after { content: ""; position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent); transform: skewX(-18deg); animation: vitv-btn-shine 2.8s ease-in-out infinite; pointer-events: none; }
@keyframes vitv-cta-pulse { 0%, 100% { box-shadow: 0 8px 20px rgba(255,111,0,.4); } 50% { box-shadow: 0 12px 32px rgba(255,111,0,.65), 0 0 0 8px rgba(255,111,0,.12); } }
.vitv-header__cta:hover { background: var(--vitv-cta-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,111,0,.5); }

/* ---------- Hero ---------- */
.vitv-hero {
	position: relative; min-height: 100vh;
	display: flex; align-items: center; justify-content: center;
	text-align: center; overflow: hidden;
	background: var(--vitv-hero-gradient);
	background-size: cover; background-position: center;
}
.vitv-hero__overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 30%, rgba(249,168,37,.16), transparent 55%), linear-gradient(180deg, rgba(27,94,32,.55), rgba(27,94,32,.80)); }
.vitv-hero__content { position: relative; z-index: 3; max-width: 860px; padding: 0 24px; color: #fff; }
.vitv-hero__title { font-size: clamp(34px, 6vw, 64px); margin: 18px 0; color: #fff !important; text-shadow: 0 4px 20px rgba(0,0,0,.3); }
.vitv-highlight { color: var(--vitv-yellow); }
.vitv-typing { color: var(--vitv-yellow); border-right: 3px solid var(--vitv-yellow); padding-right: 4px; }
.vitv-hero__subtitle { font-size: clamp(16px, 2vw, 20px); max-width: 620px; margin: 0 auto 32px; opacity: .95; }
.vitv-hero__cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.vitv-badge {
	display: inline-block; background: rgba(232,180,74,.18); color: var(--vitv-gold-light);
	border: 1px solid var(--vitv-yellow); padding: 8px 18px; border-radius: 50px;
	font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase;
}

/* ---------- Tilastopalkki ---------- */
.vitv-stats { background: var(--vitv-green-dark); color: #fff; padding: 48px 0; }
.vitv-stats__inner { max-width: var(--vitv-container); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.vitv-stat__num { display: block; font-family: var(--vitv-font-head); font-size: 48px; font-weight: 800; color: var(--vitv-yellow); line-height: 1; }
.vitv-stat__label { display: block; margin-top: 8px; opacity: .9; }

/* ---------- Ominaisuuspalkki (ei lukuja) ---------- */
.vitv-features { background: var(--vitv-green-dark); color: #fff; padding: 44px 0; }
.vitv-features__inner { max-width: var(--vitv-container); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.vitv-feature { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.vitv-feature__icon { font-size: 40px; line-height: 1; color: var(--vitv-yellow); }
.vitv-feature__icon svg { width: 42px; height: 42px; display: block; }
.vitv-feature__label { font-weight: 700; font-size: 16px; opacity: .95; max-width: 200px; }
@media (max-width: 600px) { .vitv-features__inner { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; } }

/* ---------- Grid ---------- */
.vitv-grid { display: grid; gap: 28px; }
.vitv-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* ---------- Kategoriakortit ---------- */
.vitv-categories { background: #fff; }
.vitv-cat-card {
	display: block; background: var(--vitv-bg); border: 1px solid var(--vitv-border);
	border-radius: var(--vitv-radius); padding: 32px 28px; text-decoration: none;
	color: var(--vitv-text); transition: transform .3s ease, box-shadow .3s ease, border-color .3s;
	position: relative; overflow: hidden;
}
.vitv-cat-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: var(--vitv-hero-gradient); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.vitv-cat-card:hover { transform: translateY(-8px); box-shadow: var(--vitv-shadow-lg); border-color: var(--vitv-green); }
.vitv-cat-card:hover::before { transform: scaleX(1); }
.vitv-cat-card__icon { font-size: 44px; display: block; margin-bottom: 14px; }
.vitv-cat-card__title { font-size: 24px; margin: 0 0 8px; }
.vitv-cat-card__desc { color: var(--vitv-muted); margin: 0 0 16px; font-size: 15px; }
.vitv-cat-card__link { color: var(--vitv-green); font-weight: 700; }

/* ---------- Postikortit ---------- */
.vitv-post-card {
	background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius);
	overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column;
}
.vitv-post-card:hover { transform: translateY(-8px); box-shadow: var(--vitv-shadow-lg); }
.vitv-post-card__media { display: block; aspect-ratio: 3/2; overflow: hidden; background: #eef3ec; }
.vitv-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vitv-post-card:hover .vitv-post-card__media img { transform: scale(1.06); }
.vitv-post-card__placeholder { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 48px; }
.vitv-post-card__body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.vitv-cat-badge { align-self: flex-start; background: rgba(46,125,50,.1); color: var(--vitv-green-dark); font-weight: 700; font-size: 12px; padding: 5px 12px; border-radius: 50px; text-transform: uppercase; letter-spacing: .5px; }
.vitv-post-card__title { font-size: 20px; margin: 0; }
.vitv-post-card__title a { color: var(--vitv-text); text-decoration: none; }
.vitv-post-card__title a:hover { color: var(--vitv-green); }
.vitv-post-card__meta { color: var(--vitv-muted); font-size: 14px; }
.vitv-post-card__link { margin-top: auto; color: var(--vitv-green); font-weight: 700; text-decoration: none; }

/* ---------- Asiantuntija ---------- */
.vitv-expert { background: #fff; }
.vitv-expert__inner { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; }
.vitv-expert__photo img, .vitv-expert__avatar {
	width: 240px; height: 240px; border-radius: 50%; object-fit: cover;
	display: flex; align-items: center; justify-content: center; font-size: 90px;
	background: var(--vitv-hero-gradient); margin: 0 auto; box-shadow: var(--vitv-shadow-lg);
}
.vitv-expert__name { font-weight: 700; font-size: 19px; color: var(--vitv-green-dark); margin: 4px 0 12px; }
.vitv-expert__note { font-size: 14px; color: var(--vitv-muted); font-style: italic; }

/* ---------- Tuotteet ---------- */
.vitv-products { background: var(--vitv-bg); }
.vitv-product {
	background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius);
	padding: 26px; text-align: center; transition: transform .3s ease, box-shadow .3s ease;
}
.vitv-product:hover { transform: translateY(-8px); box-shadow: var(--vitv-shadow-lg); }
.vitv-product__media { height: 160px; display: flex; align-items: center; justify-content: center; }
.vitv-product__media img { max-height: 160px; width: auto; object-fit: contain; }
.vitv-product__placeholder { font-size: 64px; }
.vitv-product__title { font-size: 19px; margin: 14px 0 8px; }
.vitv-product__feat { color: var(--vitv-muted); font-size: 15px; margin: 8px 0 18px; }

/* Tähdet */
.vitv-stars { color: var(--vitv-yellow); font-size: 18px; letter-spacing: 2px; }
.vitv-star--empty { color: #d8d8d8; }

/* Disclosure */
.vitv-disclosure {
	display: inline-block; background: #fff4e0; color: var(--vitv-cta-dark);
	border: 1px solid #ffd699; font-size: 12px; font-weight: 700; padding: 3px 10px;
	border-radius: 6px; letter-spacing: .3px;
}

/* ---------- Uutiskirje ---------- */
.vitv-newsletter { background: var(--vitv-hero-gradient); color: #fff; padding: 72px 0; text-align: center; }
.vitv-newsletter__inner { max-width: 620px; margin: 0 auto; }
.vitv-newsletter h2 { color: #fff; font-size: clamp(26px, 4vw, 38px); }
.vitv-newsletter__form { display: flex; gap: 10px; margin: 24px auto 12px; max-width: 480px; }
.vitv-newsletter__form input { flex: 1; padding: 14px 18px; border-radius: 50px; border: none; font-size: 16px; }
.vitv-newsletter__note { font-size: 13px; opacity: .85; }

/* ---------- Footer ---------- */
.vitv-footer { background: #123e1a; color: #d6ecd6; padding: 56px 0 0; }
.vitv-footer__inner { max-width: var(--vitv-container); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; }
.vitv-footer .vitv-brand__text { color: #fff; }
.vitv-footer__tagline { opacity: .8; }
.vitv-footer__disclosure { font-size: 13px; opacity: .8; margin-top: 16px; }
.vitv-footer-menu { list-style: none; padding: 0; margin: 0; }
.vitv-footer-menu a { color: #d6ecd6; text-decoration: none; line-height: 2.2; }
.vitv-footer-menu a:hover { color: var(--vitv-yellow); }
.vitv-footer-widget__title, .vitv-footer h4 { color: #fff; }
.vitv-footer__bar { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding: 18px 24px; text-align: center; font-size: 13px; opacity: .75; }

/* ---------- Murupolku ---------- */
.vitv-breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 14px; font-size: 14px; }
.vitv-breadcrumbs li:not(:last-child)::after { content: "›"; margin-left: 8px; opacity: .6; }
.vitv-breadcrumbs a { text-decoration: none; }

/* =========================================================
   single.php — artikkeli
   ========================================================= */
.vitv-article-hero {
	position: relative; min-height: 340px; display: flex; align-items: flex-end;
	background-size: cover; background-position: center; background-color: var(--vitv-green-dark);
}
.vitv-article-hero--gradient { background: var(--vitv-hero-gradient); }
.vitv-article-hero__overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at 72% 18%, rgba(249,168,37,.18), transparent 55%), linear-gradient(180deg, rgba(27,94,32,.30), rgba(20,40,26,.80)); }
.vitv-article-hero__inner { position: relative; z-index: 2; padding-bottom: 44px; padding-top: 92px; color: #fff; }
.vitv-article-hero__title { color: #fff !important; font-size: clamp(28px, 5vw, 52px); max-width: 860px; margin: 12px 0 0; text-shadow: 0 4px 24px rgba(0,0,0,.5); line-height: 1.18; }
.vitv-article-hero .vitv-breadcrumbs a, .vitv-article-hero .vitv-breadcrumbs li { color: #e8ecff; }

.vitv-article-meta { background: #fff; border-bottom: 1px solid var(--vitv-border); }
.vitv-article-meta--dark { background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 100%); border-bottom: none; }
.vitv-article-meta--dark .vitv-article-meta__inner { color: rgba(255,255,255,.88); }
.vitv-article-meta--dark .vitv-share__btn { background: rgba(255,255,255,.18); color: #fff; }
.vitv-article-meta--dark .vitv-share__btn:hover { background: rgba(255,255,255,.35); transform: translateY(-3px); }
.vitv-article-meta__inner { display: flex; flex-wrap: wrap; gap: 20px; padding: 14px 24px; align-items: center; color: var(--vitv-muted); font-size: 14px; }
.vitv-share { margin-left: auto; display: flex; gap: 8px; }
.vitv-share__btn { width: 36px; height: 36px; border-radius: 50%; background: var(--vitv-green); color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.vitv-share__btn:hover { background: var(--vitv-green-dark); transform: translateY(-3px); }

.vitv-article-layout { display: grid; grid-template-columns: 70% 30%; gap: 40px; padding-top: 48px; padding-bottom: 64px; align-items: start; }
.vitv-article__content { max-width: 700px; }
.vitv-article__content p, .vitv-article__content li { font-size: 17px; line-height: 1.8; }
.vitv-article__content h2 { font-size: 30px; margin: 40px 0 14px; }
.vitv-article__content h3 { font-size: 23px; margin: 28px 0 10px; }
.vitv-article__content img { border-radius: var(--vitv-radius); margin: 24px 0; }
.vitv-article__content blockquote { border-left: 4px solid var(--vitv-green); background: #fff; padding: 16px 22px; border-radius: 0 12px 12px 0; margin: 24px 0; }

/* Author box */
.vitv-author-box { display: flex; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius); padding: 20px; margin-bottom: 32px; }
.vitv-author-box__img { border-radius: 50%; width: 72px; height: 72px; object-fit: cover; }
.vitv-author-box__label { text-transform: uppercase; font-size: 11px; letter-spacing: 1px; color: var(--vitv-green); font-weight: 700; }
.vitv-author-box__name { display: block; font-family: var(--vitv-font-head); font-size: 20px; font-weight: 700; color: var(--vitv-text); text-decoration: none; }
.vitv-author-box__title { font-size: 14px; color: var(--vitv-muted); }
.vitv-author-box__bio { margin: 8px 0 0; font-size: 14px; color: var(--vitv-muted); }

/* Tuotekortti artikkelin sisällä */
.vitv-prodcard { background: #fff; border: 2px solid var(--vitv-green); border-radius: var(--vitv-radius); padding: 22px; margin: 32px 0; box-shadow: var(--vitv-shadow); }
.vitv-prodcard__top { display: flex; justify-content: flex-end; margin-bottom: 12px; }
.vitv-prodcard__grid { display: grid; grid-template-columns: 160px 1fr; gap: 22px; align-items: center; }
.vitv-prodcard__media { display: flex; align-items: center; justify-content: center; }
.vitv-prodcard__media img { max-height: 160px; object-fit: contain; }
.vitv-prodcard__placeholder { font-size: 64px; }
.vitv-prodcard__name { margin: 0 0 6px; font-size: 22px; }
.vitv-prodcard__rating { margin-bottom: 10px; }
.vitv-prodcard__score { font-weight: 700; color: var(--vitv-muted); font-size: 14px; }
.vitv-prodcard__pros { list-style: none; padding: 0; margin: 0 0 16px; }
.vitv-prodcard__pros li { padding: 2px 0; }

/* Disclaimer + lähteet */
.vitv-disclaimer { background: #fff8ec; border: 1px solid #ffd699; border-radius: var(--vitv-radius); padding: 22px; margin: 36px 0 24px; }
.vitv-disclaimer h3 { margin-top: 0; color: var(--vitv-cta-dark); }
.vitv-sources { background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius); padding: 22px; margin-bottom: 32px; }
.vitv-sources h3 { margin-top: 0; }
.vitv-sources ol { margin: 0; padding-left: 20px; font-size: 15px; color: var(--vitv-muted); }

/* Related */
.vitv-related { background: #fff; padding: 64px 0; border-top: 1px solid var(--vitv-border); }
.vitv-related__title { text-align: center; font-size: 32px; margin-bottom: 36px; }

/* =========================================================
   Legal-sivut + Yhteystiedot
   ========================================================= */
.vitv-gradient { background: var(--vitv-hero-gradient); }
.vitv-legal-hero { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 110px 0 96px; }
.vitv-legal-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.22), transparent 60%); pointer-events: none; }
.vitv-legal-hero::after { content: ""; position: absolute; left: 50%; top: -45%; width: 560px; height: 560px; transform: translateX(-50%); background: radial-gradient(circle, rgba(249,168,37,.4), transparent 70%); filter: blur(8px); pointer-events: none; }
.vitv-legal-hero > .vitv-container { position: relative; z-index: 2; }
.vitv-legal-hero h1 { color: #fff; font-size: clamp(32px, 5vw, 52px); margin: 20px 0 8px; text-shadow: 0 4px 22px rgba(0,0,0,.25); }
.vitv-legal-hero__icon { font-size: 50px; display: inline-flex; align-items: center; justify-content: center; width: 112px; height: 112px; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.45); box-shadow: 0 0 46px rgba(249,168,37,.55), inset 0 0 30px rgba(255,255,255,.18); backdrop-filter: blur(4px); }
.vitv-legal-hero__date { opacity: .92; font-size: 15px; }

.vitv-legal-layout { display: grid; grid-template-columns: 1fr 290px; gap: 48px; padding-top: 0; padding-bottom: 84px; align-items: start; margin-top: -48px; position: relative; z-index: 3; }
.vitv-legal-content { background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius); padding: 48px; max-width: 820px; box-shadow: var(--vitv-shadow-lg); position: relative; overflow: hidden; }
.vitv-legal-content::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--vitv-hero-gradient); }
.vitv-legal-content h2 { font-size: 26px; margin: 36px 0 12px; padding-left: 16px; border-left: 4px solid var(--vitv-green); }
.vitv-legal-content h2:first-child { margin-top: 0; }
.vitv-legal-content a { color: var(--vitv-green-dark); font-weight: 600; }
.vitv-legal-toc__sticky { position: sticky; top: 100px; background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius); padding: 26px 24px; box-shadow: var(--vitv-shadow); overflow: hidden; }
.vitv-legal-toc__sticky::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--vitv-hero-gradient); }
.vitv-legal-toc h3 { margin-top: 0; }
.vitv-legal-toc ul { list-style: none; padding: 0; margin: 0; }
.vitv-legal-toc a { display: block; padding: 8px 0 8px 14px; text-decoration: none; color: var(--vitv-muted); border-left: 2px solid transparent; border-radius: 0 8px 8px 0; transition: all .2s; }
.vitv-legal-toc a:hover { color: var(--vitv-green-dark); border-color: var(--vitv-green); background: rgba(76,175,80,.09); padding-left: 18px; }

/* Yhteystiedot */
.vitv-contact { padding: 0 0 84px; margin-top: -48px; position: relative; z-index: 3; }
.vitv-contact__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 48px; }
.vitv-contact-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius); padding: 38px 28px; text-align: center; box-shadow: var(--vitv-shadow-lg); transition: transform .3s, box-shadow .3s; }
.vitv-contact-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--vitv-hero-gradient); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.vitv-contact-card:hover { transform: translateY(-8px); box-shadow: var(--vitv-shadow-lg); }
.vitv-contact-card:hover::before { transform: scaleX(1); }
.vitv-contact-card__icon { font-size: 34px; display: inline-flex; align-items: center; justify-content: center; width: 78px; height: 78px; border-radius: 50%; margin-bottom: 16px; background: linear-gradient(135deg, rgba(76,175,80,.16), rgba(249,168,37,.2)); box-shadow: var(--vitv-gold-glow); }
.vitv-contact-card h3 { margin: 0 0 8px; font-size: 21px; }
.vitv-contact-card a { color: var(--vitv-green-dark); font-weight: 600; text-decoration: none; }
.vitv-contact-card a:hover { color: var(--vitv-cta); }
.vitv-contact__form { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius); padding: 48px; box-shadow: var(--vitv-shadow-lg); position: relative; overflow: hidden; }
.vitv-contact__form::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--vitv-hero-gradient); }
.vitv-contact__form h2 { margin-top: 0; font-size: clamp(26px, 4vw, 32px); text-align: center; }
.vitv-form label { display: block; font-weight: 600; margin-bottom: 18px; }
.vitv-form input, .vitv-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--vitv-border); border-radius: 10px; font-size: 16px; margin-top: 6px; box-sizing: border-box; font-family: inherit; background: #fafdf9; transition: border-color .2s, box-shadow .2s, background .2s; }
.vitv-form input:focus, .vitv-form textarea:focus { outline: none; border-color: var(--vitv-green); box-shadow: 0 0 0 4px rgba(76,175,80,.15); background: #fff; }
.vitv-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vitv-form__note { font-size: 13px; color: var(--vitv-muted); margin-top: 12px; text-align: center; }
.vitv-form__hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.vitv-form__notice { padding: 14px 18px; border-radius: 10px; margin: 0 0 22px; font-weight: 600; }
.vitv-form__notice--ok { background: #e8f5e9; color: #1b5e20; border: 1px solid #a5d6a7; }
.vitv-form__notice--err { background: #fdecea; color: #b3261e; border: 1px solid #f5b8b3; }
.vitv-contact__form .vitv-btn--send { display: block; width: 100%; margin-top: 8px; }

/* ---------- Vertailutaulukko (vertaile vitamiineja) ---------- */
.vitv-compare-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--vitv-radius); box-shadow: var(--vitv-shadow); }
.vitv-compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 560px; }
.vitv-compare caption { caption-side: top; text-align: left; font-weight: 700; padding: 14px 16px; color: var(--vitv-green-dark); font-family: var(--vitv-font-head); font-size: 18px; }
.vitv-compare thead th { background: var(--vitv-green-dark); color: #fff; text-align: left; padding: 14px 16px; font-size: 14px; letter-spacing: .3px; }
.vitv-compare tbody td { padding: 14px 16px; border-bottom: 1px solid var(--vitv-border); font-size: 15px; vertical-align: middle; }
.vitv-compare tbody tr:nth-child(even) { background: #f4faf1; }
.vitv-compare tbody tr:hover { background: rgba(76,175,80,.08); }
.vitv-compare .vitv-compare__name { font-weight: 700; color: var(--vitv-text); }
.vitv-compare .vitv-stars { font-size: 15px; }
.vitv-compare a { color: var(--vitv-cta); font-weight: 700; text-decoration: none; white-space: nowrap; }
.vitv-compare a:hover { text-decoration: underline; }

/* ---------- Read progress + to-top ---------- */
.vitv-read-progress { position: fixed; top: 0; left: 0; height: 4px; width: 0; background: linear-gradient(90deg, var(--vitv-green), var(--vitv-yellow)); z-index: 10000; transition: width .1s linear; }
.vitv-to-top { position: fixed; right: 24px; bottom: 24px; width: 48px; height: 48px; border-radius: 50%; border: none; background: var(--vitv-green); color: #fff; font-size: 20px; cursor: pointer; box-shadow: var(--vitv-shadow-lg); z-index: 998; opacity: 0; transform: translateY(20px); transition: opacity .3s, transform .3s, background .2s; }
.vitv-to-top.is-visible { opacity: 1; transform: translateY(0); }
.vitv-to-top:hover { background: var(--vitv-green-dark); }

/* ---------- Responsiivisuus (yleinen, hamburger mobile.css:ssä) ---------- */
@media (max-width: 980px) {
	.vitv-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.vitv-stats__inner { grid-template-columns: repeat(2, 1fr); }
	.vitv-expert__inner { grid-template-columns: 1fr; text-align: center; }
	.vitv-article-layout { grid-template-columns: 1fr; }
	.vitv-legal-layout { grid-template-columns: 1fr; }
	.vitv-legal-toc { display: none; }
	.vitv-footer__inner { grid-template-columns: 1fr; }
	.vitv-about-steps { grid-template-columns: repeat(2, 1fr); }
	.vitv-about-author__card { grid-template-columns: 1fr; text-align: center; }
	.vitv-about-author__creds { justify-content: center; }
	.vitv-about-mission__card { padding: 36px 28px; }
	.vitv-about-mission__stats { gap: 24px; }
}
@media (max-width: 600px) {
	.vitv-grid--3 { grid-template-columns: 1fr; }
	.vitv-stats__inner { grid-template-columns: repeat(2, 1fr); }
	.vitv-contact__cards { grid-template-columns: 1fr; }
	.vitv-form__row { grid-template-columns: 1fr; }
	.vitv-prodcard__grid { grid-template-columns: 1fr; text-align: center; }
	.vitv-newsletter__form { flex-direction: column; }
	.vitv-about-steps { grid-template-columns: 1fr; }
	.vitv-about-mission__stats { flex-direction: column; gap: 16px; }
	.vitv-about-disclosure__card { flex-direction: column; }
}

/* =========================================================
   Tietoa meistä -sivu
   ========================================================= */
.vitv-about-mission { background: #fff; padding: 72px 0; }
.vitv-about-mission__card {
	background: var(--vitv-bg); border: 1px solid var(--vitv-border);
	border-radius: 24px; padding: 56px 64px; text-align: center;
	max-width: 880px; margin: 0 auto; position: relative; overflow: hidden;
	box-shadow: var(--vitv-shadow-lg);
}
.vitv-about-mission__card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--vitv-hero-gradient); }
.vitv-about-mission__card .vitv-eyebrow { margin-bottom: 10px; display: block; }
.vitv-about-mission__card h2 { font-size: clamp(26px, 4vw, 38px); margin: 0 0 18px; }
.vitv-about-mission__card p { color: var(--vitv-muted); max-width: 640px; margin: 0 auto; font-size: 17px; line-height: 1.8; }
.vitv-about-mission__stats { display: flex; justify-content: center; gap: 48px; margin-top: 40px; padding-top: 36px; border-top: 1px solid var(--vitv-border); }
.vitv-about-mission__stats div { text-align: center; }
.vitv-about-mission__stats strong { display: block; font-family: var(--vitv-font-head); font-size: 40px; font-weight: 800; color: var(--vitv-green-dark); line-height: 1; }
.vitv-about-mission__stats span { font-size: 13px; color: var(--vitv-muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; }

.vitv-about-process { background: var(--vitv-bg); }
.vitv-about-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.vitv-about-step {
	background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius);
	padding: 32px 24px; position: relative; overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
}
.vitv-about-step:hover { transform: translateY(-6px); box-shadow: var(--vitv-shadow-lg); }
.vitv-about-step::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--vitv-hero-gradient); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.vitv-about-step:hover::before { transform: scaleX(1); }
.vitv-about-step__num { position: absolute; top: 12px; right: 18px; font-family: var(--vitv-font-head); font-size: 52px; font-weight: 900; color: rgba(76,175,80,.07); line-height: 1; }
.vitv-about-step__icon { font-size: 38px; display: block; margin-bottom: 14px; }
.vitv-about-step h3 { font-size: 19px; margin: 0 0 10px; color: var(--vitv-green-dark); }
.vitv-about-step p { font-size: 15px; color: var(--vitv-muted); margin: 0; line-height: 1.7; }

.vitv-about-author { background: #fff; }
.vitv-about-author__card {
	display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: center;
	background: var(--vitv-bg); border: 1px solid var(--vitv-border); border-radius: 24px;
	padding: 52px 56px; box-shadow: var(--vitv-shadow-lg); position: relative; overflow: hidden;
	max-width: 1000px; margin: 0 auto;
}
.vitv-about-author__card::before { content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 5px; background: var(--vitv-hero-gradient); }
.vitv-about-author__photo { text-align: center; }
.vitv-about-author__photo img { width: 210px; height: 210px; border-radius: 50%; object-fit: cover; border: 4px solid var(--vitv-green); box-shadow: var(--vitv-shadow-lg); }
.vitv-about-author__avatar { width: 210px; height: 210px; border-radius: 50%; background: var(--vitv-hero-gradient); display: inline-flex; align-items: center; justify-content: center; font-size: 88px; box-shadow: var(--vitv-shadow-lg); }
.vitv-about-author__info h2 { margin: 4px 0 4px; font-size: clamp(28px, 4vw, 38px); }
.vitv-about-author__role { font-weight: 700; color: var(--vitv-green-dark); font-size: 17px; margin: 0 0 18px; display: block; }
.vitv-about-author__info p { color: var(--vitv-muted); line-height: 1.8; margin: 0 0 12px; }
.vitv-about-author__creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.vitv-about-author__creds span { display: inline-flex; align-items: center; gap: 6px; background: rgba(76,175,80,.1); color: var(--vitv-green-dark); padding: 7px 16px; border-radius: 50px; font-size: 14px; font-weight: 600; }

.vitv-about-values { background: var(--vitv-bg); }
.vitv-about-value-card {
	background: #fff; border: 1px solid var(--vitv-border); border-radius: var(--vitv-radius);
	padding: 36px 28px; text-align: center; transition: transform .3s ease, box-shadow .3s ease;
	position: relative; overflow: hidden;
}
.vitv-about-value-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--vitv-hero-gradient); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.vitv-about-value-card:hover { transform: translateY(-6px); box-shadow: var(--vitv-shadow-lg); }
.vitv-about-value-card:hover::before { transform: scaleX(1); }
.vitv-about-value-card__icon { font-size: 44px; display: block; margin-bottom: 16px; }
.vitv-about-value-card h3 { font-size: 22px; margin: 0 0 10px; color: var(--vitv-green-dark); }
.vitv-about-value-card p { color: var(--vitv-muted); font-size: 15px; margin: 0; line-height: 1.7; }

.vitv-about-disclosure { background: #fff; padding: 0 0 64px; }
.vitv-about-disclosure__card {
	display: flex; gap: 24px; align-items: flex-start;
	background: #fff8ec; border: 1px solid #ffd699; border-radius: var(--vitv-radius);
	padding: 32px 36px; max-width: 860px; margin: 0 auto;
}
.vitv-about-disclosure__icon { font-size: 32px; flex-shrink: 0; line-height: 1; padding-top: 4px; }
.vitv-about-disclosure__card h3 { margin: 0 0 10px; color: var(--vitv-cta-dark); font-size: 20px; }
.vitv-about-disclosure__card p { margin: 0; color: var(--vitv-muted); line-height: 1.7; }

.vitv-about-cta { padding: 80px 0; text-align: center; color: #fff; }
.vitv-about-cta h2 { color: #fff !important; font-size: clamp(28px, 4vw, 40px); margin: 0 0 14px; }
.vitv-about-cta p { opacity: .9; margin: 0 0 28px; font-size: 18px; }
.vitv-about-cta .vitv-btn--ghost { font-size: 17px; padding: 15px 36px; }

/* =========================================================
   Sivupalkki (sidebar.php)
   ========================================================= */
.vitv-sidebar { align-self: stretch; }
.vitv-sidebar__sticky {
	position: sticky;
	top: 88px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Widget perus */
.vitv-widget {
	background: #fff; border: 1px solid var(--vitv-border);
	border-radius: var(--vitv-radius); padding: 22px 22px 18px;
	margin-bottom: 20px; position: relative; overflow: hidden;
}
.vitv-widget::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--vitv-hero-gradient); }
.vitv-widget__title {
	font-size: 13px; font-weight: 700; text-transform: uppercase;
	letter-spacing: 1.2px; color: var(--vitv-green-dark); margin: 0 0 16px;
	padding-bottom: 12px; border-bottom: 1px solid var(--vitv-border);
	font-family: var(--vitv-font-body);
}

/* Top 10 lista numeroidulla kounter-koristelulla */
.vitv-top10 { list-style: none; padding: 0; margin: 0; counter-reset: top10; }
.vitv-top10 li {
	counter-increment: top10; display: flex; gap: 12px; align-items: flex-start;
	padding: 10px 0; border-bottom: 1px solid var(--vitv-border); font-size: 14px; line-height: 1.4;
}
.vitv-top10 li:last-child { border-bottom: none; padding-bottom: 0; }
.vitv-top10 li::before {
	content: counter(top10); flex: 0 0 auto; width: 28px; height: 28px;
	background: var(--vitv-hero-gradient); color: #fff; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 14px; font-weight: 700; margin-top: 1px;
}
.vitv-top10 a { color: var(--vitv-text); text-decoration: none; }
.vitv-top10 a:hover { color: var(--vitv-green-dark); }

/* Hakukenttä */
.vitv-widget .search-form { display: flex; gap: 8px; }
.vitv-widget .search-field { flex: 1; padding: 10px 14px; border: 1px solid var(--vitv-border); border-radius: 50px; font-size: 14px; background: var(--vitv-bg); outline: none; }
.vitv-widget .search-field:focus { border-color: var(--vitv-green); box-shadow: 0 0 0 3px rgba(76,175,80,.15); }
.vitv-widget .search-submit { background: var(--vitv-green-dark); color: #fff; border: none; border-radius: 50px; padding: 10px 16px; cursor: pointer; font-size: 13px; font-weight: 700; white-space: nowrap; transition: background .2s; }
.vitv-widget .search-submit:hover { background: var(--vitv-green); }

/* Kategoriat */
.vitv-cat-list { list-style: none; padding: 0; margin: 0; }
.vitv-cat-list li { font-size: 14px; border-bottom: 1px solid var(--vitv-border); }
.vitv-cat-list li:last-child { border-bottom: none; }
.vitv-cat-list a { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; color: var(--vitv-text); text-decoration: none; transition: color .2s, padding-left .2s; }
.vitv-cat-list a:hover { color: var(--vitv-green-dark); padding-left: 6px; }

/* Affiliate-banneri */
.vitv-widget--affiliate { padding: 0; background: none; border: none; }
.vitv-widget--affiliate::before { display: none; }
.vitv-affiliate-banner {
	display: flex; align-items: center; gap: 14px;
	background: var(--vitv-hero-gradient); color: #fff; padding: 18px 20px;
	border-radius: var(--vitv-radius); text-decoration: none;
	transition: transform .25s ease, box-shadow .25s ease;
	box-shadow: var(--vitv-shadow); position: relative; overflow: hidden;
}
.vitv-affiliate-banner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.15), transparent 55%); pointer-events: none; }
.vitv-affiliate-banner:hover { transform: translateY(-4px); box-shadow: var(--vitv-shadow-lg); }
.vitv-affiliate-banner__leaf { font-size: 30px; flex-shrink: 0; }
.vitv-affiliate-banner__text { flex: 1; font-size: 13px; color: rgba(255,255,255,.88); line-height: 1.4; }
.vitv-affiliate-banner__text strong { display: block; color: #fff; font-size: 15px; margin-bottom: 2px; }
.vitv-affiliate-banner__cta { background: rgba(255,255,255,.22); padding: 7px 14px; border-radius: 8px; font-size: 13px; font-weight: 700; white-space: nowrap; color: #fff; flex-shrink: 0; }

/* Sivupalkin CTA-kortti */
.vitv-sidebar-cta {
	background: var(--vitv-hero-gradient); border-radius: var(--vitv-radius);
	padding: 28px 22px 24px; text-align: center; color: #fff;
	margin-bottom: 20px; box-shadow: var(--vitv-shadow-lg);
	position: relative; overflow: hidden;
}
.vitv-sidebar-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.22), transparent 60%); pointer-events: none; }
.vitv-sidebar-cta__icon { font-size: 38px; display: block; margin-bottom: 8px; }
.vitv-sidebar-cta h3 { color: #fff !important; margin: 0 0 8px; font-size: 18px; }
.vitv-sidebar-cta p { font-size: 14px; opacity: .88; margin: 0 0 16px; line-height: 1.5; }
.vitv-sidebar-cta .vitv-btn--cta { font-size: 15px; padding: 12px 20px; }

@media (max-width: 980px) {
	.vitv-sidebar { display: none; }
}

/* =========================================================
   Pääkuva kokonaisena (single.php)
   ========================================================= */
.vitv-article__featured { margin: 0 0 28px; border-radius: var(--vitv-radius); overflow: hidden; box-shadow: var(--vitv-shadow); background: #fff; }
.vitv-article__featured img { width: 100%; height: auto; display: block; margin: 0; border-radius: 0; }
.vitv-article__featured figcaption { font-size: 13px; color: var(--vitv-muted); text-align: center; padding: 10px 14px; }

/* =========================================================
   Listasivut: hero-haku, arkisto, sivutus
   ========================================================= */
.vitv-search-hero {
	display: flex; align-items: center; gap: 8px; max-width: 580px; margin: 28px auto 0;
	background: #fff; border-radius: 50px; padding: 6px 6px 6px 20px;
	box-shadow: 0 14px 40px rgba(0,0,0,.18); position: relative; z-index: 2;
}
.vitv-search-hero__icon { font-size: 18px; opacity: .6; flex-shrink: 0; }
.vitv-search-hero__input { flex: 1; border: none; outline: none; font-size: 16px; padding: 10px 6px; background: transparent; color: var(--vitv-text); font-family: var(--vitv-font-body); min-width: 0; }
.vitv-search-hero__input::placeholder { color: var(--vitv-muted); }
.vitv-search-hero__btn { background: var(--vitv-cta); color: #fff; border: none; border-radius: 50px; padding: 12px 28px; font-weight: 800; font-size: 15px; cursor: pointer; transition: background .2s, transform .2s; flex-shrink: 0; }
.vitv-search-hero__btn:hover { background: var(--vitv-cta-dark); transform: translateY(-2px); }

.vitv-archive { padding-top: 64px; padding-bottom: 80px; }
.vitv-archive .vitv-section__head { margin-bottom: 36px; }

.vitv-pagination { margin-top: 48px; text-align: center; }
.vitv-pagination .nav-links,
.vitv-pagination > .page-numbers { display: inline-flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; padding: 0; }
.vitv-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px;
	padding: 0 14px; border-radius: 12px; background: #fff; border: 1px solid var(--vitv-border);
	color: var(--vitv-text); text-decoration: none; font-weight: 700; transition: all .2s;
}
.vitv-pagination .page-numbers:hover { border-color: var(--vitv-green); color: var(--vitv-green-dark); transform: translateY(-2px); }
.vitv-pagination .page-numbers.current { background: var(--vitv-hero-gradient); color: #fff; border-color: transparent; }
.vitv-pagination .page-numbers.dots { background: none; border: none; }

/* ---------- Outline-nappi (vaaleilla taustoilla) ---------- */
.vitv-btn--outline { background: #fff; color: var(--vitv-green-dark) !important; border-color: var(--vitv-green); }
.vitv-btn--outline:hover { background: var(--vitv-green-dark); color: #fff !important; transform: translateY(-3px); }

/* =========================================================
   404-sivu
   ========================================================= */
.vitv-404 { padding: 96px 0 88px; }
.vitv-404__code { display: block; font-family: var(--vitv-font-head); font-size: clamp(80px, 16vw, 160px); font-weight: 900; line-height: .9; color: #fff; text-shadow: 0 8px 36px rgba(0,0,0,.35); letter-spacing: 2px; }
.vitv-404 h1 { margin-top: 8px; }
.vitv-404__links { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
