﻿:root {
    --vcwi-bg: #ffffff;
    --vcwi-surface: #ffffff;
    --vcwi-text: #2f455d;
    --vcwi-muted: #485c73;
    --vcwi-accent: #1f5fbf;
    --vcwi-border: #d7dde6;
    --vcwi-shadow: 0 12px 28px rgba(30, 36, 48, 0.08);
    --vcwi-shell: 1120px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--vcwi-text);
    background: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.6;
}

a {
    color: inherit;
}

.custom-logo-link,
.custom-logo-link img {
    display: block;
}

.custom-logo-link img {
    width: auto;
    max-width: min(100%, 240px);
    max-height: 120px;
    height: auto;
}

.vcwi-shell {
    width: min(calc(100% - 2rem), var(--vcwi-shell));
    margin: 0 auto;
}

.vcwi-site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #eceff3;
}

.vcwi-header__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.5rem;
    min-height: 6rem;
    padding: 1rem 0;
}

.vcwi-branding {
    min-width: 180px;
}

.vcwi-branding__link {
    text-decoration: none;
}

.vcwi-branding__title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.vcwi-nav {
    justify-self: center;
}

.vcwi-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcwi-nav__link {
    text-decoration: none;
    color: #56667a;
    font-size: 1.05rem;
}

.vcwi-nav__link:hover {
    color: var(--vcwi-accent);
}

.vcwi-site-main {
    padding-bottom: 4rem;
}

.vcwi-home-banner {
    padding: 2rem 0 0;
}

.vcwi-home-banner__image {
    display: block;
    width: 100%;
    height: auto;
}

.vcwi-home-divider {
    margin: 0 auto;
    border-top: 1px solid #111111;
}

.vcwi-home-section {
    display: grid;
    grid-template-columns: minmax(0, 49.5%) minmax(0, 50.5%);
    gap: 0;
    align-items: start;
    padding: 2.25rem 0 3rem;
}

.vcwi-home-section.is-reverse {
    grid-template-columns: minmax(0, 49.118%) minmax(0, 50.612%);
}

.vcwi-home-section.is-reverse .vcwi-home-section__media {
    order: 1;
}

.vcwi-home-section.is-reverse .vcwi-home-section__text {
    order: 2;
    padding: 0 5px 0 18px;
}

.vcwi-home-section__text {
    padding-right: 1rem;
}

.vcwi-home-section__text h2 {
    margin: 0 0 1.15rem;
    color: #3c546f;
    font-size: clamp(1.85rem, 2.8vw, 2.5rem);
    line-height: 1.32;
    font-weight: 700;
}

.vcwi-home-section__text p,
.vcwi-home-section__text li {
    margin: 0 0 1.2rem;
    color: #3f556d;
    font-size: 1rem;
    line-height: 1.8;
}

.vcwi-home-section__text ul {
    margin: 0;
    padding-left: 1.4rem;
}

.vcwi-home-section__text a {
    color: #1f5fbf;
    text-decoration: none;
}

.vcwi-home-section__text a:hover {
    text-decoration: underline;
}

.vcwi-home-section__media img {
    display: block;
    width: 100%;
    height: auto;
}

.vcwi-home-section__caption {
    margin: 0.7rem 0 0;
    color: #5d6f82;
    font-size: 0.95rem;
    line-height: 1.5;
}

.vcwi-home-gallery {
    padding: 1.5rem 0;
}

.vcwi-home-gallery__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(22rem, 1fr);
    gap: 1.25rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x proximity;
}

.vcwi-home-gallery__item {
    margin: 0;
    scroll-snap-align: start;
}

.vcwi-home-gallery__item img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.vcwi-card,
.vcwi-entry {
    padding: 1.5rem;
    background: var(--vcwi-surface);
    border: 1px solid var(--vcwi-border);
    border-radius: 1.25rem;
    box-shadow: var(--vcwi-shadow);
}

.vcwi-content {
    display: grid;
    gap: 1.5rem;
    padding-top: 2rem;
}

.vcwi-feature {
    display: block;
    margin-top: 1.5rem;
}

.vcwi-feature__copy h2 {
    margin-top: 0;
    line-height: 1.15;
}

.vcwi-feature__copy p {
    color: var(--vcwi-muted);
}

.vcwi-feature__cta {
    margin-bottom: 0;
}

.vcwi-feature__cta a,
.vcwi-entry__body a {
    color: var(--vcwi-accent);
    font-weight: 700;
    text-decoration: none;
}

.vcwi-contact-list {
    margin: 0;
    padding-left: 1.2rem;
}

.vcwi-contact-list li {
    margin-bottom: 0.9rem;
}

.vcwi-join-steps {
    margin-top: 0.5rem;
    padding-left: 1.2rem;
}

.vcwi-join-steps li {
    margin-bottom: 0.5rem;
}

.vcwi-site-footer {
    border-top: 1px solid #eceff3;
    padding: 2rem 0 3rem;
}

.vcwi-site-footer__copy {
    margin: 0;
    color: #667789;
}

@media (max-width: 900px) {
    .vcwi-header__inner,
    .vcwi-home-section,
    .vcwi-home-section.is-reverse {
        grid-template-columns: 1fr;
    }

    .vcwi-nav {
        justify-self: start;
    }

    .vcwi-home-section,
    .vcwi-home-section.is-reverse {
        gap: 1.2rem;
        padding: 1.75rem 0 2rem;
    }

    .vcwi-home-section__text,
    .vcwi-home-section.is-reverse .vcwi-home-section__text {
        order: initial;
        padding: 0;
    }

    .vcwi-home-section__media,
    .vcwi-home-section.is-reverse .vcwi-home-section__media {
        order: initial;
    }

    .vcwi-home-gallery__track {
        grid-auto-columns: minmax(18rem, 85vw);
    }
}

@media (max-width: 560px) {
    .vcwi-home-banner {
        padding-top: 1rem;
    }

    .vcwi-home-section__text h2 {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
    }

    .vcwi-home-gallery__item img {
        height: 240px;
    }
}
