/*
Theme Name: Vasudgara Home Premium
Component: WooCommerce front page
Version: 1.0.0
*/

:root {
    --vg-home-bg: #fbfaf5;
    --vg-home-bg-soft: #f3efe4;
    --vg-home-dark: #17251c;
    --vg-home-dark-2: #294735;
    --vg-home-text: #26352b;
    --vg-home-muted: #6f7a70;
    --vg-home-line: rgba(23, 37, 28, .12);
    --vg-home-card: #fffdf7;
    --vg-home-green: #3d7d47;
    --vg-home-green-dark: #215b31;
    --vg-home-gold: #c99b45;
    --vg-home-brown: #7b5b38;
    --vg-home-shadow: 0 22px 64px rgba(23, 37, 28, .09);
    --vg-home-shadow-hover: 0 30px 82px rgba(23, 37, 28, .15);
    --vg-home-radius: 28px;
    --vg-home-radius-sm: 18px;
}

.vg-home,
.vg-home * {
    box-sizing: border-box;
}

.vg-home {
    overflow: hidden;
    background: var(--vg-home-bg);
    color: var(--vg-home-text);
    font-family: inherit;
}

.vg-home-container {
    width: min(1240px, calc(100% - 32px));
    margin-inline: auto;
}

.vg-home-section {
    padding: 84px 0;
}

.vg-home h1,
.vg-home h2:not(.vg-product-card__title),
.vg-home h3,
.vg-home p {
    margin-top: 0;
}

.vg-home h1,
.vg-home h2:not(.vg-product-card__title),
.vg-home h3 {
    color: var(--vg-home-dark);
    line-height: 1.04;
}

.vg-home h2:not(.vg-product-card__title) {
    margin-bottom: 0;
    font-size: clamp(30px, 4vw, 50px);
    letter-spacing: -.045em;
}

.vg-home p {
    color: var(--vg-home-muted);
    line-height: 1.7;
}

.vg-home-kicker,
.vg-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 13px;
    color: var(--vg-home-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vg-home-kicker:before,
.vg-home-eyebrow:before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--vg-home-green), var(--vg-home-gold));
}

.vg-home-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 900;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.vg-home-btn:hover {
    transform: translateY(-2px);
}

.vg-home-btn--primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--vg-home-green), var(--vg-home-green-dark));
    box-shadow: 0 14px 34px rgba(61, 125, 71, .28);
}

.vg-home-btn--secondary {
    color: var(--vg-home-dark) !important;
    background: #fff;
    border-color: var(--vg-home-line);
    box-shadow: 0 12px 28px rgba(23, 37, 28, .06);
}

.vg-home-btn--glass {
    color: #fff !important;
    background: rgba(255, 255, 255, .11);
    border-color: rgba(255, 255, 255, .25);
    backdrop-filter: blur(12px);
}

.vg-home-btn--light {
    color: var(--vg-home-dark) !important;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .15);
}

.vg-home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 32px;
}

.vg-home-section-head>p {
    max-width: 500px;
    margin-bottom: 0;
    font-size: 15px;
}

.vg-home-section-head--center {
    justify-content: center;
    text-align: center;
}

/* Hero */
.vg-home-hero {
    position: relative;
    width: 100%;
    background: var(--vg-home-dark);
}

.vg-home-hero__swiper,
.vg-home-hero__slide {
    min-height: clamp(560px, 72vh, 760px);
}

.vg-home-hero__slide {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.vg-home-hero__picture,
.vg-home-hero__picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.vg-home-hero__picture img {
    object-fit: cover;
}

.vg-home-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 23, 16, .88) 0%, rgba(12, 23, 16, .68) 42%, rgba(12, 23, 16, .12) 76%),
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .34));
}

.vg-home-hero__slide--fallback {
    background:
        radial-gradient(circle at 82% 20%, rgba(201, 155, 69, .28), transparent 26%),
        radial-gradient(circle at 15% 80%, rgba(61, 125, 71, .30), transparent 30%),
        linear-gradient(135deg, #17251c, #31543b);
}

.vg-home-hero__content {
    position: relative;
    z-index: 2;
    padding: 100px 0 116px;
}

.vg-home-hero .vg-home-eyebrow {
    color: #d9b86e;
}

.vg-home-hero .vg-home-eyebrow:before {
    background: linear-gradient(90deg, #d9b86e, #d9f0a3);
}

.vg-home-hero h1 {
    max-width: 820px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(42px, 6.6vw, 88px);
    line-height: .93;
    letter-spacing: -.062em;
    text-wrap: balance;
}

.vg-home-hero__content>p {
    max-width: 680px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(16px, 1.8vw, 21px);
    line-height: 1.62;
}

.vg-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.vg-home-hero__controls {
    position: absolute;
    z-index: 5;
    right: max(20px, calc((100vw - 1240px)/2));
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vg-home-slider-button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--vg-home-line);
    border-radius: 50%;
    color: var(--vg-home-dark);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 28px rgba(23, 37, 28, .11);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}

.vg-home-slider-button:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--vg-home-green);
}

.vg-home-slider-button svg {
    width: 19px;
    height: 19px;
}

.vg-home-slider-button.swiper-button-disabled {
    opacity: .32;
    cursor: not-allowed;
}

.vg-home-hero__controls .vg-home-slider-button {
    color: #fff;
    background: rgba(255, 255, 255, .10);
    border-color: rgba(255, 255, 255, .24);
    backdrop-filter: blur(12px);
    box-shadow: none;
}

.vg-home-hero-pagination {
    width: auto !important;
    display: flex;
    gap: 6px;
}

.vg-home-hero-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    background: rgba(255, 255, 255, .42);
    opacity: 1;
    transition: width .2s ease, background .2s ease;
}

.vg-home-hero-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 999px;
    background: #fff;
}

/* Trust strip */
.vg-home-trust {
    position: relative;
    z-index: 4;
    margin-top: -26px;
}

.vg-home-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 22px;
    background: rgba(255, 253, 247, .88);
    box-shadow: var(--vg-home-shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.vg-home-trust__item {
    min-width: 0;
    padding: 20px;
    border-right: 1px solid var(--vg-home-line);
}

.vg-home-trust__item:last-child {
    border-right: 0;
}

.vg-home-trust__item strong,
.vg-home-trust__item span {
    display: block;
}

.vg-home-trust__item strong {
    margin-bottom: 6px;
    color: var(--vg-home-dark);
    font-size: 14px;
}

.vg-home-trust__item span {
    color: var(--vg-home-muted);
    font-size: 11px;
    line-height: 1.45;
}

/* Category tabs */
.vg-home-catalog {
    padding-top: 94px;
}

.vg-home-category-tabs,
.vg-home-product-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.vg-home-category-tab,
.vg-home-product-tab {
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid var(--vg-home-line);
    border-radius: 999px;
    color: var(--vg-home-dark);
    background: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.vg-home-category-tab:hover,
.vg-home-product-tab:hover {
    transform: translateY(-1px);
    border-color: rgba(61, 125, 71, .28);
}

.vg-home-category-tab.is-active,
.vg-home-product-tab.is-active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--vg-home-green), var(--vg-home-green-dark));
    box-shadow: 0 10px 24px rgba(61, 125, 71, .18);
}

.vg-home-category-panel[hidden],
.vg-home-product-panel[hidden] {
    display: none !important;
}

.vg-home-subcategories-shell,
.vg-home-products-shell {
    position: relative;
}

.vg-home-subcategories,
.vg-home-products-swiper {
    overflow: visible;
}

.vg-home-subcategory-card {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--vg-home-line);
    border-radius: 22px;
    color: var(--vg-home-dark);
    background: linear-gradient(180deg, #fff, #fbf7ed);
    box-shadow: 0 14px 38px rgba(23, 37, 28, .06);
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.vg-home-subcategory-card:hover {
    transform: translateY(-6px);
    border-color: rgba(61, 125, 71, .24);
    box-shadow: var(--vg-home-shadow-hover);
}

.vg-home-subcategory-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1.18/1;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 0, rgba(201, 155, 69, .16), transparent 36%),
        var(--vg-home-bg-soft);
}

.vg-home-subcategory-card__media img {
    width: 100%;
    height: 100%;
    padding: 14px;
    object-fit: contain;
    transition: transform .3s ease;
}

.vg-home-subcategory-card:hover img {
    transform: scale(1.045);
}

.vg-home-subcategory-card__body {
    display: grid;
    gap: 5px;
    padding: 15px;
}

.vg-home-subcategory-card__body strong {
    font-size: 14px;
    line-height: 1.3;
}

.vg-home-subcategory-card__body small {
    color: var(--vg-home-muted);
    font-size: 10px;
}

.vg-home-subcategories-shell>.vg-home-slider-button,
.vg-home-products-shell>.vg-home-slider-button {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
}

.vg-home-subcategories-shell>.vg-home-slider-button:hover,
.vg-home-products-shell>.vg-home-slider-button:hover {
    transform: translateY(calc(-50% - 2px));
}

.vg-home-subcategory-prev,
.vg-home-products-prev {
    left: -21px;
}

.vg-home-subcategory-next,
.vg-home-products-next {
    right: -21px;
}

/* Category directions */
.vg-home-directions {
    background: linear-gradient(180deg, #fffdf8, var(--vg-home-bg));
}

.vg-home-direction-list {
    display: grid;
    gap: 18px;
}

.vg-home-direction {
    display: grid;
    grid-template-columns: minmax(270px, .72fr) minmax(0, 1.55fr);
    gap: 26px;
    padding: 28px;
    border: 1px solid var(--vg-home-line);
    border-radius: var(--vg-home-radius);
    background:
        radial-gradient(circle at 0 0, rgba(201, 155, 69, .13), transparent 28%),
        linear-gradient(145deg, #fffdf7, #f1ebdc);
    box-shadow: var(--vg-home-shadow);
}

.vg-home-direction--dark {
    background:
        radial-gradient(circle at 0 0, rgba(201, 155, 69, .22), transparent 28%),
        linear-gradient(145deg, var(--vg-home-dark), var(--vg-home-dark-2));
    border-color: rgba(255, 255, 255, .10);
}

.vg-home-direction__intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vg-home-direction__number {
    margin-bottom: 30px;
    color: rgba(23, 37, 28, .16);
    font-size: 64px;
    line-height: .8;
    font-weight: 950;
    letter-spacing: -.07em;
}

.vg-home-direction--dark .vg-home-direction__number {
    color: rgba(255, 255, 255, .12);
}

.vg-home-direction h3 {
    margin-bottom: 13px;
    font-size: clamp(27px, 3.3vw, 42px);
    letter-spacing: -.045em;
}

.vg-home-direction__intro>p {
    margin-bottom: 0;
    font-size: 14px;
}

.vg-home-direction--dark h3,
.vg-home-direction--dark p {
    color: #fff;
}

.vg-home-direction--dark p {
    opacity: .7;
}

.vg-home-direction--dark .vg-home-kicker {
    color: #d9b86e;
}

.vg-home-direction__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 19px;
}

.vg-home-direction__pills a {
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--vg-home-green-dark);
    background: rgba(61, 125, 71, .09);
    font-size: 10px;
    font-weight: 850;
    text-decoration: none !important;
}

.vg-home-direction--dark .vg-home-direction__pills a {
    color: #fff;
    background: rgba(255, 255, 255, .10);
}

.vg-home-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 24px;
    color: var(--vg-home-green-dark);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.vg-home-direction--dark .vg-home-inline-link {
    color: #d9f0a3;
}

.vg-home-inline-link svg {
    width: 17px;
    height: 17px;
    transition: transform .2s ease;
}

.vg-home-inline-link:hover svg {
    transform: translateX(3px);
}

.vg-home-direction-products-shell {
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    contain: layout paint;
}

.vg-home-direction__products,
.vg-home-direction-products-swiper {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    overflow: clip;
}

.vg-home-direction-products-swiper .swiper-wrapper {
    width: 100%;
    max-width: 100%;
    align-items: stretch;
}

.vg-home-direction-products-swiper .swiper-slide {
    height: auto;
}

.vg-home-direction-products-swiper .vg-product-card {
    height: 100%;
}

.vg-home-direction-products-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

.vg-home-direction-products-controls .vg-home-slider-button {
    position: static;
    flex: 0 0 auto;
    transform: none;
}

.vg-home-direction-products-controls .vg-home-slider-button:hover {
    transform: translateY(-2px);
}

.vg-home-empty-state {
    grid-column: 1/-1;
    display: grid;
    place-items: center;
    min-height: 240px;
    padding: 24px;
    border: 1px dashed var(--vg-home-line);
    border-radius: 20px;
    color: var(--vg-home-muted);
    text-align: center;
}

/* Shared product card styles are loaded from vg-product-card.css. */

/* Editorial products */
.vg-home-editorial {
    background: #fffdf8;
}

.vg-home-product-panels {
    min-height: 320px;
}

/* Brand cards */
.vg-home-brands {
    background: linear-gradient(180deg, var(--vg-home-bg), #f1ecdf);
}

.vg-home-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.vg-home-brand-card {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--vg-home-line);
    border-radius: 24px;
    background: linear-gradient(160deg, #fffdf7, #f0eadb);
    box-shadow: 0 15px 42px rgba(23, 37, 28, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.vg-home-brand-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vg-home-shadow-hover);
}

.vg-home-brand-card>span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: auto;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--vg-home-green), var(--vg-home-gold));
    font-size: 17px;
    font-weight: 950;
}

.vg-home-brand-card h3 {
    margin: 28px 0 10px;
    font-size: 27px;
    letter-spacing: -.04em;
}

.vg-home-brand-card p {
    margin-bottom: 0;
    font-size: 13px;
}

.vg-home-brand-card--dark {
    background: linear-gradient(160deg, var(--vg-home-dark), var(--vg-home-dark-2));
}

.vg-home-brand-card--dark h3,
.vg-home-brand-card--dark p {
    color: #fff;
}

.vg-home-brand-card--dark p {
    opacity: .68;
}

.vg-home-brand-card--gold {
    background: linear-gradient(160deg, #fbf2dd, #e8d2a5);
}

/* Audience */
.vg-home-audience {
    padding-top: 62px;
}

.vg-home-audience__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vg-home-audience-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px;
    border: 1px solid var(--vg-home-line);
    border-radius: var(--vg-home-radius);
    background:
        radial-gradient(circle at 90% 0, rgba(201, 155, 69, .17), transparent 33%),
        linear-gradient(145deg, #fffdf7, #f2ecde);
    box-shadow: var(--vg-home-shadow);
}

.vg-home-audience-card h2 {
    max-width: 500px;
    margin-bottom: 15px;
}

.vg-home-audience-card p {
    max-width: 520px;
    margin-bottom: 25px;
}

.vg-home-audience-card .vg-home-btn {
    margin-top: auto;
}

.vg-home-audience-card--dark {
    background:
        radial-gradient(circle at 90% 0, rgba(201, 155, 69, .22), transparent 33%),
        linear-gradient(145deg, var(--vg-home-dark), var(--vg-home-dark-2));
}

.vg-home-audience-card--dark h2,
.vg-home-audience-card--dark p {
    color: #fff;
}

.vg-home-audience-card--dark p {
    opacity: .7;
}

.vg-home-audience-card--dark .vg-home-kicker {
    color: #d9b86e;
}

/* CTA */
.vg-home-cta {
    padding: 0 0 82px;
}

.vg-home-cta__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 85% 15%, rgba(201, 155, 69, .24), transparent 28%),
        linear-gradient(135deg, #17251c, #31543b);
    box-shadow: var(--vg-home-shadow);
}

.vg-home-cta__card h2 {
    max-width: 650px;
    margin-bottom: 11px;
    color: #fff;
}

.vg-home-cta__card p {
    max-width: 670px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .68);
}

.vg-home-cta__card .vg-home-kicker {
    color: #d9b86e;
}

.vg-home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

/* Reveal */
.vg-home-js .vg-home-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .5s ease, transform .5s ease;
}

.vg-home-js .vg-home-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Responsive */
@media(max-width:1100px) {
    .vg-home-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-home-trust__item:nth-child(2) {
        border-right: 0;
    }

    .vg-home-trust__item:nth-child(-n+2) {
        border-bottom: 1px solid var(--vg-home-line);
    }

    .vg-home-direction {
        grid-template-columns: 1fr;
    }

    .vg-home-direction__intro {
        min-height: 260px;
    }

    .vg-home-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vg-home-cta__card {
        display: grid;
    }

    .vg-home-cta__actions {
        justify-content: flex-start;
    }
}

@media(max-width:820px) {
    .vg-home-section {
        padding: 68px 0;
    }

    .vg-home-section-head {
        display: grid;
        gap: 15px;
    }

    .vg-home-direction-products-controls {
        margin-top: 10px;
        gap: 7px;
    }

    .vg-home-direction-products-controls .vg-home-slider-button {
        width: 38px;
        height: 38px;
    }

    .vg-home-audience__grid {
        grid-template-columns: 1fr;
    }

    .vg-home-subcategory-prev,
    .vg-home-products-prev {
        left: -10px;
    }

    .vg-home-subcategory-next,
    .vg-home-products-next {
        right: -10px;
    }
}

@media(max-width:680px) {
    .vg-home-container {
        width: min(100% - 24px, 1240px);
    }

    .vg-home-section {
        padding: 58px 0;
    }

    .vg-home-hero__swiper,
    .vg-home-hero__slide {
        min-height: 126vh;
    }

    .vg-home-hero__overlay {
        background: linear-gradient(180deg, rgba(10, 18, 12, .25), rgba(10, 18, 12, .90) 74%);
    }

    .vg-home-hero__content {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
        justify-content: flex-end;
        padding: 110px 0 0px;
    }

    .vg-home-hero h1 {
        font-size: 43px;
    }

    .vg-home-hero__content>p {
        font-size: 15px;
    }

    .vg-home-hero__actions {
        display: grid;
    }

    .vg-home-btn {
        width: 100%;
    }

    .vg-home-hero__controls {
        right: 12px;
        bottom: 18px;
    }

    .vg-home-trust {
        margin-top: -14px;
    }

    .vg-home-trust__grid {
        grid-template-columns: 1fr;
    }

    .vg-home-trust__item {
        border-right: 0;
        border-bottom: 1px solid var(--vg-home-line);
    }

    .vg-home-trust__item:last-child {
        border-bottom: 0;
    }

    .vg-home-category-tabs,
    .vg-home-product-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: none;
    }

    .vg-home-category-tabs::-webkit-scrollbar,
    .vg-home-product-tabs::-webkit-scrollbar {
        display: none;
    }

    .vg-home-category-tab,
    .vg-home-product-tab {
        flex: 0 0 auto;
    }

    .vg-home-direction {
        padding: 20px;
        border-radius: 23px;
    }

    .vg-home-direction__intro {
        min-height: auto;
    }

    .vg-home-direction__number {
        margin-bottom: 21px;
        font-size: 52px;
    }

    .vg-home-direction__intro .vg-home-inline-link {
        margin-top: 0;
    }

    .vg-home-brand-grid {
        grid-template-columns: 1fr;
    }

    .vg-home-brand-card {
        min-height: 250px;
    }

    .vg-home-audience-card {
        min-height: 330px;
        padding: 25px;
        border-radius: 23px;
    }

    .vg-home-cta {
        padding-bottom: 58px;
    }

    .vg-home-cta__card {
        padding: 25px;
        border-radius: 24px;
    }

    .vg-home-cta__actions {
        display: grid;
    }
}

@media(prefers-reduced-motion:reduce) {

    .vg-home *,
    .vg-home-js .vg-home-reveal {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

    .vg-home-js .vg-home-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}