.vcp-page { padding-block: 2rem 4rem; }
.vcp-hero { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid #c6d6dc; border-radius: 1.4rem; background: linear-gradient(135deg, #eef6f7, #fffaf4); }
.vcp-hero h1 { max-width: 18ch; margin: .35rem 0 .8rem; color: #18323c; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.04; }
.vcp-hero > p:last-of-type { max-width: 70ch; color: #48616a; font-size: 1.05rem; }
.vcp-jumps, .vcp-filters, .vcp-card__actions, .resource-card__links { display: flex; flex-wrap: wrap; gap: .7rem; }
.vcp-jumps { margin-top: 1.2rem; }
.vcp-jumps a, .vcp-card__actions a, .resource-card__links a { color: #175d6f; font-weight: 700; text-decoration-thickness: .08em; text-underline-offset: .2em; }
.vcp-boundary { margin: 1.25rem 0 0; padding: 1rem 1.2rem; border-left: .3rem solid #c56645; background: #fff8f1; }
.vcp-boundary p { margin: .35rem 0 0; color: #53666d; }
.vcp-section { margin-top: 2.2rem; }
.vcp-section__head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: end; margin-bottom: 1rem; }
.vcp-section__head h2 { margin: 0; color: #17333e; font-size: clamp(1.55rem, 3vw, 2.3rem); }
.vcp-count { color: #657a82; }
.vcp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.vcp-card { min-width: 0; padding: 1.2rem; border: 1px solid #cbd9de; border-radius: 1rem; background: #fff; box-shadow: 0 .35rem 1rem rgb(28 65 78 / .05); }
.vcp-card h3 { margin: .35rem 0 .65rem; color: #17333e; font-size: 1.2rem; }
.vcp-card h4 { margin: 1rem 0 .35rem; color: #31515c; }
.vcp-card p, .vcp-card li { color: #425c65; line-height: 1.65; }
.vcp-kicker { color: #a94f33; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vcp-meta { display: flex; flex-wrap: wrap; gap: .45rem; margin: .75rem 0; }
.vcp-meta span { padding: .25rem .55rem; border-radius: 999px; background: #edf4f5; color: #385963; font-size: .82rem; }
.vcp-timeline { display: grid; gap: .55rem; margin: .8rem 0 0; padding: 0; list-style: none; }
.vcp-timeline li { display: grid; grid-template-columns: 7rem minmax(0, 1fr); gap: .7rem; padding: .65rem .75rem; border-left: .22rem solid #6ba2af; background: #f4f8f9; }
.vcp-timeline strong { color: #1b5665; }
.vcp-figure-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.vcp-figure { overflow: hidden; margin: 0; border: 1px solid #cbd9de; border-radius: 1rem; background: #fff; }
.vcp-figure button { display: block; width: 100%; padding: 0; border: 0; background: #eaf1f3; cursor: zoom-in; }
.vcp-figure img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #f5f7f8; }
.vcp-figure figcaption { padding: 1rem; color: #435c65; line-height: 1.55; }
.vcp-figure figcaption strong { display: block; margin-bottom: .35rem; color: #17333e; }
.vcp-source-search { width: min(100%, 32rem); padding: .8rem 1rem; border: 1px solid #9bb6c0; border-radius: .7rem; font: inherit; }
.vcp-source-card[hidden] { display: none; }
.vcp-source-card:target { outline: .22rem solid #d58b6d; outline-offset: .2rem; }
.vcp-metrics { display: grid; gap: .55rem; margin: .8rem 0; }
.vcp-metric { padding: .75rem; border-radius: .7rem; background: #f3f7f8; }
.vcp-metric strong, .vcp-metric span, .vcp-metric small { display: block; }
.vcp-metric small { margin-top: .25rem; color: #687d84; }
.vcp-details summary { color: #1c5a6a; font-weight: 800; cursor: pointer; }
.vcp-details[open] summary { margin-bottom: .7rem; }
.vcp-modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 1rem; background: rgb(10 28 35 / .86); }
.vcp-modal[hidden] { display: none; }
.vcp-modal__dialog { position: relative; width: min(96vw, 1200px); max-height: 94vh; overflow: auto; border-radius: 1rem; background: #fff; }
.vcp-modal__dialog img { display: block; width: 100%; height: auto; }
.vcp-modal__caption { padding: 1rem 1.2rem; color: #344f59; }
.vcp-modal__close { position: sticky; top: .5rem; float: right; z-index: 2; margin: .5rem; width: 2.7rem; height: 2.7rem; border: 0; border-radius: 999px; background: #17333e; color: #fff; font-size: 1.35rem; cursor: pointer; }
.vcp-empty { padding: 1rem; border: 1px dashed #adc1c8; border-radius: .8rem; color: #536a72; }
@media (max-width: 900px) { .vcp-figure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .vcp-grid, .vcp-figure-grid, .vcp-section__head { grid-template-columns: 1fr; } .vcp-timeline li { grid-template-columns: 1fr; } .vcp-page { padding-inline: .8rem; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
