/* ============================================================
   VERITA POST v61.22.9 — Homepage Editorial Cleanup
   Route-scoped refinements only. Keeps the homepage newsroom-led,
   compact and easy to scan while AdSense site review is active.
   ============================================================ */

.vp-route-home .vp-front-page{padding-bottom:18px}
.vp-route-home .vp-front-grid{margin-bottom:0}
.vp-route-home .vp-newsroom-shortcuts-clean{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px;border-top:1px solid var(--vp-line);border-bottom:1px solid var(--vp-line)}
.vp-route-home .vp-newsroom-shortcuts-clean>a{min-height:72px;padding:14px 16px;border-right:1px solid var(--vp-line)!important;border-bottom:0}
.vp-route-home .vp-newsroom-shortcuts-clean>a:nth-child(4){border-right:0!important}
.vp-route-home .vp-home-desk{padding:42px 0 38px;border-top:0}
.vp-route-home .vp-home-desk-grid{gap:28px}
.vp-route-home .vp-desk-osun-lead>img{height:255px}
.vp-route-home .vp-home-section-head{margin-bottom:18px}

/* Personality publication entry. Deliberately quiet and editorial rather
   than a second hero. It only renders when a complete live destination is set. */
.vp-personality-spotlight{padding:4px 0 36px}
.vp-personality-spotlight-card{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);min-height:260px;border-top:4px solid var(--vp-burgundy);border-bottom:1px solid var(--vp-line);background:var(--vp-paper-2);color:var(--vp-ink);text-decoration:none;overflow:hidden}
.vp-personality-spotlight-media{margin:0;min-width:0;background:#e9e0d5}
.vp-personality-spotlight-media img{display:block;width:100%;height:100%;min-height:260px;object-fit:cover;object-position:center}
.vp-personality-spotlight-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:30px 36px}
.vp-personality-spotlight-kicker{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.vp-personality-spotlight-kicker span{font:800 .66rem var(--font-heading);text-transform:uppercase;letter-spacing:.12em;color:var(--vp-burgundy)}
.vp-personality-spotlight-kicker b{padding:4px 7px;border:1px solid var(--vp-line);font:700 .55rem var(--font-heading);text-transform:uppercase;letter-spacing:.06em;color:var(--vp-muted);background:var(--vp-paper)}
.vp-personality-spotlight-copy h2{margin:0;max-width:760px;font:400 clamp(2rem,4vw,3.65rem)/.98 var(--font-serif);letter-spacing:-.03em;color:var(--vp-ink)}
.vp-personality-spotlight-copy p{max-width:700px;margin:14px 0 18px;font-size:.94rem;line-height:1.58;color:var(--vp-muted)}
.vp-personality-spotlight-copy>strong{font:800 .69rem var(--font-heading);text-transform:uppercase;letter-spacing:.06em;color:var(--vp-burgundy)}
.vp-personality-spotlight-card:hover .vp-personality-spotlight-copy>strong{color:var(--vp-ink)}

.vp-route-home .vp-home-trending{padding:28px 0;background:var(--vp-paper-2)}
.vp-route-home .vp-home-trending-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.vp-route-home .vp-home-trend-item{padding:14px 12px}

.vp-route-home .vp-home-section-directory{padding:44px 0 42px}
.vp-route-home .vp-home-section-matrix{gap:28px 36px}
.vp-route-home .vp-home-section-card{padding-top:10px}
.vp-route-home .vp-home-section-lead{grid-template-columns:145px minmax(0,1fr);gap:14px;padding:14px 0}
.vp-route-home .vp-home-section-lead img{height:108px}
.vp-route-home .vp-home-section-lead h3{font-size:1.28rem;margin:4px 0 7px}
.vp-route-home .vp-home-section-support a{padding:11px 0}
.vp-route-home .vp-home-single-ad{max-width:970px;margin:30px auto 0;padding-top:16px;border-top:1px solid var(--vp-line)}
.vp-route-home .vp-home-single-ad .ad-slot{margin:0}

.vp-route-home .vp-home-audience-actions{padding:8px 0 34px;border-top:1px solid var(--vp-line)}
.vp-route-home .vp-home-audience-actions .vp-reader-growth-card{margin:0;padding:22px 0!important}
.vp-route-home .vp-home-audience-actions .tip-line-cta{margin-top:12px!important}

@media(max-width:980px){
  .vp-route-home .vp-newsroom-shortcuts-clean{grid-template-columns:repeat(2,1fr)}
  .vp-route-home .vp-newsroom-shortcuts-clean>a{border-right:1px solid var(--vp-line)!important;border-bottom:0}
  .vp-route-home .vp-newsroom-shortcuts-clean>a:nth-child(even){border-right:0!important}
  .vp-route-home .vp-newsroom-shortcuts-clean>a:nth-child(-n+2){border-bottom:1px solid var(--vp-line)}
  .vp-route-home .vp-home-trending-grid{grid-template-columns:repeat(2,1fr)}
  .vp-route-home .vp-home-trend-item:nth-child(2){border-right:0}
  .vp-route-home .vp-home-trend-item:nth-child(-n+2){border-bottom:1px solid var(--vp-line)}
  .vp-personality-spotlight-card{grid-template-columns:minmax(230px,.8fr) minmax(0,1.2fr)}
  .vp-personality-spotlight-copy{padding:26px 28px}
}

@media(max-width:700px){
  .vp-route-home .vp-front-page{padding-bottom:8px}
  .vp-route-home .vp-newsroom-shortcuts-clean{margin-top:16px}
  .vp-route-home .vp-newsroom-shortcuts-clean>a{min-height:63px;padding:11px 10px}
  .vp-route-home .vp-home-desk{padding:30px 0}
  .vp-route-home .vp-desk-osun-lead>img{height:auto;aspect-ratio:16/9}
  .vp-personality-spotlight{padding:0 0 28px}
  .vp-personality-spotlight-card{display:block;min-height:0;border-top-width:3px}
  .vp-personality-spotlight-media img{min-height:0;aspect-ratio:16/10;height:auto}
  .vp-personality-spotlight-copy{padding:20px 18px 22px}
  .vp-personality-spotlight-copy h2{font-size:2.15rem}
  .vp-personality-spotlight-copy p{margin:10px 0 15px;font-size:.88rem}
  .vp-route-home .vp-home-trending{padding:24px 0}
  .vp-route-home .vp-home-trending-grid{display:block}
  .vp-route-home .vp-home-trend-item{border-right:0;border-bottom:1px solid var(--vp-line);padding:11px 0}
  .vp-route-home .vp-home-trend-item:last-child{border-bottom:0}
  .vp-route-home .vp-home-section-directory{padding:34px 0}
  .vp-route-home .vp-home-section-matrix{gap:28px}
  .vp-route-home .vp-home-section-lead{grid-template-columns:112px minmax(0,1fr)}
  .vp-route-home .vp-home-section-lead img{height:88px}
  .vp-route-home .vp-home-section-card-head h2{font-size:1.55rem}
  .vp-route-home .vp-home-audience-actions{padding-bottom:24px}
}

@media(max-width:430px){
  .vp-route-home .vp-newsroom-shortcuts-clean small{display:none}
  .vp-personality-spotlight-copy h2{font-size:1.95rem}
  .vp-personality-spotlight-kicker{align-items:flex-start}
}
