.v-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}
@media (max-width: 992px) {
    .v-product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .v-product-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}

.v-explore-card {
    background: #fff;
    border: 1.5px solid #d4b76a;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 14px 36px rgba(0,0,0,0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.v-explore-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(0,0,0,0.28);
    color: inherit;
}

.v-explore-media {
    aspect-ratio: 16 / 11;
    background: #f6f1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.1rem 0.4rem;
    overflow: hidden;
}
.v-explore-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.45s ease;
}
.v-explore-card:hover .v-explore-media img {
    transform: scale(1.04);
}

.v-explore-body {
    padding: 1rem 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
}

.v-explore-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #2c2418;
    margin: 0 0 0.4rem;
    line-height: 1.25;
}
.v-explore-desc {
    font-family: 'Playfair Display', serif;
    font-size: 0.92rem;
    font-weight: 400;
    color: #6b5e4a;
    line-height: 1.45;
    margin: 0 auto 0.9rem;
    max-width: 32ch;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.v-icon-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0.15rem 0 1rem;
}
.v-icon-row span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bf9a4e;
    font-size: 1.05rem;
    padding: 0.25rem 0;
}
.v-icon-row span + span {
    border-left: 1px solid rgba(191,154,78,0.35);
}

.v-explore-subhead {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #3d5a5c;
    margin: 0 0 0.3rem;
    line-height: 1.3;
}
.v-explore-subdesc {
    font-size: 0.8rem;
    color: #7a7062;
    line-height: 1.45;
    margin: 0 auto 1rem;
    max-width: 34ch;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.3em;
}

.v-feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0 0 1.15rem;
    padding: 0.65rem 0;
    border-top: 1px solid #ece6da;
    border-bottom: 1px solid #ece6da;
}
.v-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.15rem 0.35rem;
    text-align: center;
}
.v-feature + .v-feature {
    border-left: 1px solid #e5dfd2;
}
.v-feature i {
    font-size: 1rem;
    color: #8a9a4e;
}
.v-feature span {
    font-size: 0.68rem;
    font-weight: 600;
    color: #3a342a;
    line-height: 1.25;
    letter-spacing: 0.01em;
}

.v-explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: auto auto 0;
    padding: 0.65rem 1.8rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #d4b05a 0%, #bf9a4e 55%, #a8893f 100%);
    color: #1c1814 !important;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(191,154,78,0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: none;
}
.v-explore-card:hover .v-explore-btn {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(191,154,78,0.45);
}

.v-catalogue-foot {
    margin-top: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.v-catalogue-foot::before,
.v-catalogue-foot::after {
    content: '';
    height: 1px;
    width: min(140px, 18vw);
    background: linear-gradient(90deg, transparent, #bf9a4e, transparent);
}
.v-catalogue-foot .v-explore-btn {
    margin: 0;
    padding: 0.8rem 2.2rem;
    font-size: 0.95rem;
}
.v-catalogue-foot .v-leaf {
    color: #bf9a4e;
    font-size: 0.85rem;
    opacity: 0.85;
}

.v-home-products {
 background: #F6EEF0;
background: radial-gradient(circle,rgba(246, 238, 240, 1) 0%, rgba(245, 228, 176, 1) 100%);
    padding: 4.5rem 0 4rem;
}
.v-home-products .v-home-head h2,
.v-home-products .v-home-head h4 {
    color: #222222 !important;
}
.v-home-products .msc-section-title {
    color: #bf9a4e !important;
}
.v-home-products .v-products-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5%;
}
.v-products-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem 1rem;
    color: rgba(232,217,176,0.75);
}
