/* ═══════════════════════════════════════════════════════════
   VIRASAT THEME — style.css
   Luxury Jewellery | Warm Beige & Cream | Premium Elegance
   ═══════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600;700&display=swap');

/* ─── CSS VARIABLES ─────────────────────────────────────────── */
:root {
    --vr-cream:        #F5F1EB;
    --vr-cream2:       #EDE8DF;
    --vr-cream3:       #FAF8F4;
    --vr-gold:         #C9A96E;
    --vr-gold-dark:    #A8843A;
    --vr-gold-light:   #E8D5A3;
    --vr-gold-warm:    #D4A853;
    --vr-charcoal:     #2C2C2C;
    --vr-charcoal2:    #4A4A4A;
    --vr-text-soft:    #7A7265;
    --vr-white:        #FFFFFF;
    --vr-border:       #DDD5C8;
    --vr-border-light: #EDE8DF;
    --vr-btn-dark:     #1C1C1C;

    --vr-font-serif: 'Playfair Display', Georgia, serif;
    --vr-font-sans:  'Jost', 'Inter', sans-serif;

    --vr-shadow-sm:  0 2px 12px rgba(44, 30, 10, .06);
    --vr-shadow:     0 6px 32px rgba(44, 30, 10, .10);
    --vr-shadow-lg:  0 16px 48px rgba(44, 30, 10, .14);
    --vr-radius:     8px;
    --vr-radius-lg:  16px;
    --vr-transition: all .28s ease;
}

/* ─── RESET & BASE ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--vr-font-sans);
    background: var(--vr-cream);
    color: var(--vr-charcoal);
    line-height: 1.7;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ─── CONTAINER ─────────────────────────────────────────────── */
.vr-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

/* ─── TOP BAR ───────────────────────────────────────────────── */
.vr-topbar {
    background: var(--vr-charcoal);
    color: rgba(255,255,255,.8);
    font-size: 12px;
    padding: 9px 0;
    text-align: center;
    letter-spacing: .06em;
}
.vr-topbar a { color: var(--vr-gold-light); }
.vr-topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.vr-topbar-center { flex: 1; text-align: center; }
.vr-topbar-right { display: flex; gap: 20px; }
.vr-topbar-right a { color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .08em; transition: color .2s; }
.vr-topbar-right a:hover { color: var(--vr-gold-light); }

/* ─── HEADER ────────────────────────────────────────────────── */
.vr-header {
    background: var(--vr-cream3);
    border-bottom: 1px solid var(--vr-border);
    position: sticky; top: 0;
    z-index: 1000;
}
.vr-header-inner {
    display: flex;
    align-items: center;
    height: 64px;
    gap: 16px;
}

/* NAV LEFT — 3 items, aligned to right edge of their half */
.vr-nav-left {
    display: flex; align-items: center; gap: 0;
    flex: 1;
    justify-content: flex-end;
}
.vr-nav-left a {
    font-family: var(--vr-font-sans);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--vr-charcoal2);
    padding: 0 14px;
    height: 64px;
    display: flex; align-items: center;
    white-space: nowrap;
    position: relative;
    transition: color .2s;
}
.vr-nav-left a::after {
    content: '';
    position: absolute; bottom: 0; left: 14px; right: 14px;
    height: 2px;
    background: var(--vr-gold);
    transform: scaleX(0);
    transition: transform .25s ease;
}
.vr-nav-left a:hover { color: var(--vr-gold-dark); }
.vr-nav-left a:hover::after { transform: scaleX(1); }

/* NAV MID — 3 items, aligned to left edge of their half */
.vr-nav-mid {
    display: flex; align-items: center; gap: 0;
    flex: 1;
    justify-content: flex-start;
}
.vr-nav-mid a {
    font-family: var(--vr-font-sans);
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--vr-charcoal2);
    padding: 0 14px;
    height: 64px;
    display: flex; align-items: center;
    white-space: nowrap;
    position: relative;
    transition: color .2s;
}
.vr-nav-mid a::after {
    content: '';
    position: absolute; bottom: 0; left: 14px; right: 14px;
    height: 2px;
    background: var(--vr-gold);
    transform: scaleX(0);
    transition: transform .25s ease;
}
.vr-nav-mid a:hover { color: var(--vr-gold-dark); }
.vr-nav-mid a:hover::after { transform: scaleX(1); }


/* LOGO */
.vr-logo {
    text-align: center;
    flex-shrink: 0;
    margin: 0 8px;
}
.vr-logo a { display: flex; flex-direction: column; align-items: center; gap: 0; }
.vr-logo-name {
    font-family: var(--vr-font-serif);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .12em;
    color: var(--vr-charcoal);
    line-height: 1;
}
.vr-logo-sub {
    font-size: 10px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--vr-gold);
    font-weight: 500;
    margin-top: 3px;
}

/* NAV RIGHT ICONS */
.vr-nav-right {
    display: flex; align-items: center; gap: 2px;
    flex-shrink: 0;
}
.vr-nav-icon {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    color: var(--vr-charcoal2);
    font-size: 17px;
    transition: var(--vr-transition);
    position: relative;
}
.vr-nav-icon:hover { color: var(--vr-gold-dark); background: var(--vr-cream2); }
.vr-nav-badge {
    position: absolute; top: 4px; right: 4px;
    background: var(--vr-gold);
    color: #fff; font-size: 9px; font-weight: 700;
    width: 16px; height: 16px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid var(--vr-cream3);
}
.vr-hamburger { display: none; }

/* ─── HERO SECTION ──────────────────────────────────────────── */
.vr-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    overflow: hidden;
    background: var(--vr-cream);
}
.vr-hero-content-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 80px 64px;
    z-index: 2;
    position: relative;
}
.vr-hero-content {
    max-width: 480px;
}
.vr-hero-eyebrow {
    font-size: 11px;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--vr-gold);
    font-weight: 600;
    margin-bottom: 20px;
    display: flex; align-items: center; gap: 12px;
}
.vr-hero-eyebrow::before {
    content: ''; display: block;
    width: 32px; height: 1px;
    background: var(--vr-gold);
}
.vr-hero-title {
    font-family: var(--vr-font-serif);
    font-size: 52px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--vr-charcoal);
    letter-spacing: -.5px;
    margin-bottom: 20px;
}
.vr-hero-title em {
    font-style: italic;
    color: var(--vr-gold-dark);
}
.vr-hero-sub {
    font-size: 15px;
    color: var(--vr-text-soft);
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 380px;
}
.vr-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.vr-btn-dark {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--vr-btn-dark);
    color: #fff;
    font-size: 12px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 2px;
    transition: var(--vr-transition);
    border: 1px solid var(--vr-btn-dark);
}
.vr-btn-dark:hover { background: var(--vr-gold-dark); border-color: var(--vr-gold-dark); }
.vr-btn-outline {
    display: inline-flex; align-items: center; gap: 10px;
    background: transparent;
    color: var(--vr-charcoal);
    font-size: 12px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 2px;
    border: 1px solid var(--vr-border);
    transition: var(--vr-transition);
}
.vr-btn-outline:hover { border-color: var(--vr-gold); color: var(--vr-gold-dark); }
.vr-hero-img-wrap {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 560px;
}
.vr-hero-img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top center;
}
.vr-hero-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(100deg, var(--vr-cream) 0%, rgba(245,241,235,.15) 30%, transparent 60%);
}

/* ─── SECTION LABELS ────────────────────────────────────────── */
.vr-section-label {
    font-size: 11px; letter-spacing: .22em;
    text-transform: uppercase; color: var(--vr-gold);
    font-weight: 600;
    display: flex; align-items: center; justify-content: center; gap: 14px;
    margin-bottom: 12px;
}
.vr-section-label::before,
.vr-section-label::after {
    content: ''; display: block;
    width: 40px; height: 1px;
    background: var(--vr-gold-light);
}
.vr-section-title {
    font-family: var(--vr-font-serif);
    font-size: 34px;
    font-weight: 600;
    color: var(--vr-charcoal);
    letter-spacing: -.3px;
    text-align: center;
    margin-bottom: 8px;
}
.vr-section-desc {
    font-size: 14px; color: var(--vr-text-soft);
    text-align: center; max-width: 480px; margin: 0 auto 48px;
    line-height: 1.75;
}

/* ─── DIVIDER ───────────────────────────────────────────────── */
.vr-divider {
    width: 100%; height: 1px;
    background: var(--vr-border-light);
    margin: 0;
}

/* ─── PRODUCT CAROUSEL SECTION ──────────────────────────────── */
.vr-discover-section {
    padding: 72px 0 80px;
    background: var(--vr-cream3);
}
.vr-carousel-wrap { position: relative; }
.vr-carousel {
    display: flex;
    gap: 24px;
    overflow: hidden;
    transition: transform .5s ease;
}
.vr-carousel-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: var(--vr-white);
    border: 1px solid var(--vr-border);
    border-radius: 50%;
    color: var(--vr-charcoal2);
    font-size: 14px;
    z-index: 5;
    transition: var(--vr-transition);
    box-shadow: var(--vr-shadow-sm);
    cursor: pointer;
}
.vr-carousel-btn:hover { background: var(--vr-gold); color: #fff; border-color: var(--vr-gold); }
.vr-carousel-prev { left: -20px; }
.vr-carousel-next { right: -20px; }

/* ─── PRODUCT CARD ──────────────────────────────────────────── */
.vr-product-card {
    flex: 0 0 calc(20% - 20px);
    min-width: 0;
    background: var(--vr-white);
    border: 1px solid var(--vr-border-light);
    border-radius: var(--vr-radius);
    overflow: hidden;
    transition: var(--vr-transition);
    box-shadow: var(--vr-shadow-sm);
}
.vr-product-card:hover {
    box-shadow: var(--vr-shadow);
    transform: translateY(-4px);
    border-color: var(--vr-gold-light);
}
.vr-product-img {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--vr-cream2);
}
.vr-product-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.vr-product-card:hover .vr-product-img img { transform: scale(1.06); }
.vr-product-info {
    padding: 16px;
    text-align: center;
    border-top: 1px solid var(--vr-border-light);
    background: #FAFAF8;
}
.vr-product-name {
    font-family: var(--vr-font-serif);
    font-size: 15px; font-weight: 500;
    color: var(--vr-charcoal);
    margin-bottom: 4px;
}
.vr-product-price {
    font-size: 14px;
    color: var(--vr-text-soft);
    margin-bottom: 12px;
    font-weight: 400;
}
.vr-product-price strong { color: var(--vr-charcoal); font-weight: 600; }
.vr-product-cart-btn {
    width: 100%;
    background: var(--vr-btn-dark);
    color: #fff;
    font-size: 11px; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase;
    padding: 10px;
    border: none; cursor: pointer;
    border-radius: 2px;
    transition: var(--vr-transition);
}
.vr-product-cart-btn:hover { background: var(--vr-gold-dark); }
.vr-product-cart-btn.added { background: #4CAF50; }

/* ─── MOST LOVED SECTION ────────────────────────────────────── */
.vr-most-loved {
    padding: 80px 0;
    background: var(--vr-cream);
}
.vr-most-loved-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}
.vr-most-loved-img {
    position: relative;
    border-radius: var(--vr-radius-lg);
    overflow: hidden;
    box-shadow: var(--vr-shadow-lg);
}
.vr-most-loved-img img { width: 100%; height: 480px; object-fit: cover; }
.vr-most-loved-content {}
.vr-most-loved-label {
    font-size: 11px; letter-spacing: .22em;
    text-transform: uppercase; color: var(--vr-gold);
    font-weight: 600; margin-bottom: 16px;
    display: flex; align-items: center; gap: 12px;
}
.vr-most-loved-label::before {
    content: ''; display: block;
    width: 32px; height: 1px;
    background: var(--vr-gold);
}
.vr-most-loved-title {
    font-family: var(--vr-font-serif);
    font-size: 38px; font-weight: 600;
    color: var(--vr-charcoal);
    line-height: 1.2;
    margin-bottom: 20px;
}
.vr-most-loved-text {
    font-size: 15px; color: var(--vr-text-soft);
    line-height: 1.8;
    margin-bottom: 32px;
}
.vr-btn-link {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 13px; font-weight: 600;
    letter-spacing: .08em; text-transform: uppercase;
    color: var(--vr-charcoal);
    background: transparent;
    border: 1px solid var(--vr-charcoal);
    padding: 12px 28px; border-radius: 2px;
    transition: var(--vr-transition);
}
.vr-btn-link:hover { background: var(--vr-charcoal); color: #fff; }

/* ─── BUILD VIRASAT CARDS ───────────────────────────────────── */
.vr-build-section {
    padding: 72px 0;
    background: var(--vr-cream2);
}
.vr-build-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.vr-build-card {
    position: relative;
    height: 340px;
    border-radius: var(--vr-radius-lg);
    overflow: hidden;
    cursor: pointer;
}
.vr-build-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.vr-build-card:hover img { transform: scale(1.08); }
.vr-build-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(0deg, rgba(28,20,12,.72) 0%, rgba(28,20,12,.3) 55%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 28px 24px 24px;
}
.vr-build-title {
    font-family: var(--vr-font-serif);
    font-size: 22px; font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}
.vr-build-text {
    font-size: 13px; color: rgba(255,255,255,.8);
    margin-bottom: 14px;
    line-height: 1.5;
}
.vr-build-link {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--vr-gold-light);
    border-bottom: 1px solid var(--vr-gold-light);
    padding-bottom: 2px;
    transition: color .2s, border-color .2s;
}
.vr-build-link:hover { color: #fff; border-color: #fff; }

/* ─── TRUST BADGES ──────────────────────────────────────────── */
.vr-trust-section {
    padding: 36px 0;
    background: var(--vr-white);
    border-top: 1px solid var(--vr-border);
    border-bottom: 1px solid var(--vr-border);
}
.vr-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.vr-trust-item {
    display: flex; align-items: center; gap: 12px;
    padding: 8px 32px;
    border-right: 1px solid var(--vr-border);
}
.vr-trust-item:last-child { border-right: none; }
.vr-trust-icon {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: var(--vr-cream);
    border: 1px solid var(--vr-border);
    border-radius: 50%;
    font-size: 18px;
    color: var(--vr-gold);
    flex-shrink: 0;
}
.vr-trust-label strong {
    display: block;
    font-size: 13px; font-weight: 600;
    color: var(--vr-charcoal);
}
.vr-trust-label span {
    display: block;
    font-size: 11px; color: var(--vr-text-soft);
}

/* ─── FOOTER ────────────────────────────────────────────────── */
.vr-footer {
    background: var(--vr-charcoal);
    color: rgba(255,255,255,.65);
    padding: 64px 0 0;
}
.vr-footer-top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.vr-footer-brand .vr-logo-name { color: #fff; font-size: 26px; }
.vr-footer-brand .vr-logo-sub { margin-bottom: 16px; }
.vr-footer-desc {
    font-size: 13px; line-height: 1.75;
    color: rgba(255,255,255,.55);
    margin-bottom: 24px;
}
.vr-footer-social { display: flex; gap: 10px; }
.vr-footer-social a {
    width: 34px; height: 34px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: rgba(255,255,255,.6);
    transition: all .2s;
}
.vr-footer-social a:hover { background: var(--vr-gold); border-color: var(--vr-gold); color: #fff; }
.vr-footer-col h4 {
    font-family: var(--vr-font-sans);
    font-size: 12px; font-weight: 700;
    letter-spacing: .18em; text-transform: uppercase;
    color: var(--vr-gold-light);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.vr-footer-links { display: flex; flex-direction: column; gap: 10px; }
.vr-footer-links a {
    font-size: 13px; color: rgba(255,255,255,.55);
    transition: color .2s;
}
.vr-footer-links a:hover { color: var(--vr-gold-light); padding-left: 4px; }
.vr-footer-bottom {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 0;
    font-size: 12px;
    color: rgba(255,255,255,.35);
}
.vr-footer-bottom a { color: rgba(255,255,255,.45); }
.vr-footer-bottom a:hover { color: var(--vr-gold-light); }

/* ─── MOBILE NAV ────────────────────────────────────────────── */
.vr-mobile-drawer {
    display: none;
    position: fixed; top: 0; left: 0; bottom: 0;
    width: 300px; background: var(--vr-cream3);
    z-index: 9999; overflow-y: auto;
    box-shadow: var(--vr-shadow-lg);
    transform: translateX(-100%);
    transition: transform .3s ease;
}
.vr-mobile-drawer.open { transform: translateX(0); }
.vr-mobile-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 9998;
}
.vr-mobile-overlay.open { display: block; }
.vr-mobile-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--vr-border);
}
.vr-mobile-close {
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; background: var(--vr-cream2);
    font-size: 16px; color: var(--vr-charcoal2);
}
.vr-mobile-links a {
    display: flex; align-items: center;
    padding: 14px 24px;
    font-size: 14px; font-weight: 500;
    color: var(--vr-charcoal2);
    border-bottom: 1px solid var(--vr-border-light);
    letter-spacing: .04em;
    transition: color .15s, background .15s;
}
.vr-mobile-links a:hover { background: var(--vr-cream2); color: var(--vr-gold-dark); }

/* ─── SEARCH OVERLAY ────────────────────────────────────────── */
.vr-search-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(44,28,12,.6);
    z-index: 2000;
    align-items: flex-start; justify-content: center;
    padding-top: 80px;
}
.vr-search-overlay.open { display: flex; }
.vr-search-box {
    background: var(--vr-white);
    width: 100%; max-width: 600px;
    border-radius: var(--vr-radius-lg);
    padding: 20px;
    display: flex; gap: 12px;
    align-items: center;
    box-shadow: var(--vr-shadow-lg);
}
.vr-search-box input {
    flex: 1; height: 44px;
    font-size: 16px; border: none; outline: none;
    color: var(--vr-charcoal);
    background: transparent;
}
.vr-search-box input::placeholder { color: var(--vr-text-soft); }
.vr-search-btn {
    height: 44px; width: 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--vr-btn-dark); color: #fff;
    border-radius: 4px; font-size: 15px;
    transition: background .2s;
}
.vr-search-btn:hover { background: var(--vr-gold-dark); }

/* ─── REVEAL ANIMATION ──────────────────────────────────────── */
[data-vr-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}
[data-vr-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ─── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .vr-hero-title { font-size: 40px; }
    .vr-product-card { flex: 0 0 calc(25% - 18px); }
    .vr-trust-item { padding: 8px 20px; }
    .vr-footer-top { grid-template-columns: 1fr 1fr; }
    .vr-nav-left a, .vr-nav-mid a { padding: 0 9px; font-size: 11px; }
}
@media (max-width: 768px) {
    .vr-nav-left, .vr-nav-mid, .vr-nav-right { display: none; }
    .vr-hamburger { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; font-size: 20px; color: var(--vr-charcoal); }
    .vr-mobile-drawer { display: block; }
    .vr-header-inner { justify-content: space-between; }
    .vr-hero { flex-direction: column; }
    .vr-hero-content-wrap { padding: 48px 24px 40px; }
    .vr-hero-title { font-size: 34px; }
    .vr-hero-img-wrap { min-height: 300px; }
    .vr-most-loved-grid { grid-template-columns: 1fr; gap: 32px; }
    .vr-build-grid { grid-template-columns: 1fr; }
    .vr-trust-row { flex-wrap: wrap; gap: 16px; }
    .vr-trust-item { border-right: none; padding: 8px 16px; }
    .vr-footer-top { grid-template-columns: 1fr; gap: 28px; }
    .vr-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
    .vr-product-card { flex: 0 0 calc(50% - 12px); }
    .vr-container { padding: 0 20px; }
    .vr-section-title { font-size: 26px; }
}
@media (max-width: 480px) {
    .vr-hero-title { font-size: 28px; }
    .vr-hero-btns { flex-direction: column; }
    .vr-product-card { flex: 0 0 calc(100% - 0px); }
    .vr-logo-name { font-size: 22px; }
}

/* ╔══════════════════════════════════════════════════════╗
   ║   VIRASAT — GLOBAL SHARED UTILITIES & PAGE CSS      ║
   ╚══════════════════════════════════════════════════════╝ */

/* ── Shared Variables ── */
:root {
    --vr-cream:        #faf7f2;
    --vr-cream-dark:   #f0ebe0;
    --vr-gold:         #C9A96E;
    --vr-gold-dark:    #a8844d;
    --vr-charcoal:     #2C2C2C;
    --vr-border:       #e8e0d0;
    --vr-text-soft:    #888;
    --vr-font-serif:   'Playfair Display', Georgia, serif;
    --vr-font-sans:    'Jost', 'Inter', sans-serif;
}

/* ── Shared Buttons ── */
.vr-btn-dark {
    display: inline-block; background: var(--vr-charcoal); color: #fff;
    border: none; padding: 12px 28px; font-size: 12px; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; cursor: pointer;
    border-radius: 2px; text-decoration: none; transition: background .2s;
}
.vr-btn-dark:hover { background: var(--vr-gold-dark); color: #fff; }
.vr-btn-outline-dark {
    display: inline-block; background: transparent; color: var(--vr-charcoal);
    border: 1px solid var(--vr-charcoal); padding: 11px 28px; font-size: 12px;
    font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    cursor: pointer; border-radius: 2px; text-decoration: none; transition: all .2s;
}
.vr-btn-outline-dark:hover { background: var(--vr-charcoal); color: #fff; }

/* ── Shared Section Label ── */
.vr-section-label {
    font-size: 11px; font-weight: 700; letter-spacing: .18em;
    text-transform: uppercase; color: var(--vr-gold);
    margin-bottom: 8px; display: block;
}

/* ── Product Card Shared (for listing + PDP rec grid) ── */
.vr-product-card {
    background: #fff; border: 1px solid var(--vr-border); border-radius: 2px;
    overflow: hidden; position: relative; transition: transform .2s, box-shadow .2s;
    display: flex; flex-direction: column;
}
.vr-product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.vr-product-img {
    position: relative; height: 220px; background: var(--vr-cream);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.vr-product-img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .4s ease; }
.vr-product-card:hover .vr-product-img img { transform: scale(1.06); }
.vr-wishlist-icon {
    position: absolute; top: 10px; right: 10px; width: 34px; height: 34px;
    background: #fff; border: 1px solid var(--vr-border); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 14px; color: var(--vr-text-soft);
    transition: all .2s; opacity: 0;
}
.vr-product-card:hover .vr-wishlist-icon { opacity: 1; }
.vr-wishlist-icon:hover { background: var(--vr-gold); color: #fff; border-color: var(--vr-gold); }
.vr-quick-view {
    position: absolute; bottom: 0; left: 0; right: 0; background: rgba(44,44,44,.9);
    color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .1em;
    text-transform: uppercase; text-align: center; padding: 10px; text-decoration: none;
    transform: translateY(100%); transition: transform .25s ease;
}
.vr-product-card:hover .vr-quick-view { transform: translateY(0); }
.vr-product-info { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.vr-product-cat { font-size: 10px; color: var(--vr-gold); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.vr-product-name { font-size: 14px; font-weight: 600; color: var(--vr-charcoal); margin-bottom: 6px; line-height: 1.4; }
.vr-product-price { font-size: 15px; color: var(--vr-charcoal); font-weight: 700; flex: 1; }
.vr-product-cart-btn {
    width: 100%; margin-top: 12px; height: 36px; background: #fff;
    border: 1px solid var(--vr-border); color: var(--vr-charcoal);
    font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    cursor: pointer; transition: all .2s;
}
.vr-product-cart-btn:hover { background: var(--vr-charcoal); color: #fff; border-color: var(--vr-charcoal); }

/* ── Add to Cart / Wishlist notifications ── */
.vr-toast {
    position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px);
    background: var(--vr-charcoal); color: #fff; padding: 12px 24px; border-radius: 4px;
    font-size: 13px; font-weight: 600; z-index: 9999;
    opacity: 0; transition: opacity .3s, transform .3s; pointer-events: none;
    white-space: nowrap;
}
.vr-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ╔══════════════════════════════════════════════════════╗
   ║     MOBILE RESPONSIVE — ALL PAGES (≤768px)          ║
   ╚══════════════════════════════════════════════════════╝ */

@media (max-width: 1024px) {
    .vr-product-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
    /* About */
    .vr-about-section { grid-template-columns: 1fr !important; gap: 24px; }
    .vr-about-section.reverse { direction: ltr !important; }
    .vr-about-img { height: 240px; }
    /* Values */
    .vr-values-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
    /* Timeline */
    .vr-timeline::before { display: none; }
    .vr-timeline-item, .vr-timeline-item:nth-child(even) { flex-direction: column; gap: 8px; }
    .vr-timeline-dot, .vr-timeline-space { display: none; }
    /* Contact */
    .vr-contact-layout { grid-template-columns: 1fr; }
    /* Cart */
    .vr-cart-layout { grid-template-columns: 1fr; }
    .vr-cart-summary { position: static !important; }
    /* Checkout */
    .vr-checkout-layout { grid-template-columns: 1fr; }
    .vr-checkout-summary { position: static !important; }
    /* PDP */
    .vr-pdp-grid { grid-template-columns: 1fr !important; gap: 24px; }
    .vr-rec-grid { grid-template-columns: repeat(2,1fr); }
    .vr-specs-grid { grid-template-columns: repeat(2,1fr); }
    /* Orders */
    .vr-account-layout { grid-template-columns: 1fr !important; }
    .vr-account-nav { position: static !important; display: flex; flex-wrap: wrap; }
    .vr-account-nav a { border-right: 1px solid var(--vr-border); border-bottom: none; flex: 1; min-width: 120px; justify-content: center; }
    .vr-account-nav-header { width: 100%; }
    /* Wishlist */
    .vr-wish-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 768px) {
    /* Global */
    .vr-container { padding: 0 16px !important; }

    /* Product listing */
    .vr-listing-layout { grid-template-columns: 1fr !important; padding: 16px !important; }
    .vr-product-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
    .vr-sidebar {
        position: fixed; top: 0; left: -280px; width: 280px; height: 100vh;
        z-index: 201; overflow-y: auto; border-radius: 0;
        transition: left .3s ease;
    }
    .vr-sidebar.active { left: 0; }
    .vr-mobile-filter-btn { display: inline-flex !important; }

    /* PDP */
    .vr-pdp-gallery { flex-direction: column-reverse; }
    .vr-pdp-thumbs { flex-direction: row; width: 100%; overflow-x: auto; }
    .vr-pdp-thumb { width: 56px; height: 56px; flex-shrink: 0; }
    .vr-pdp-main { height: 300px; }
    .vr-pdp-name { font-size: 1.4rem; }
    .vr-pdp-actions { gap: 8px; }
    .vr-pdp-trust { grid-template-columns: 1fr 1fr; gap: 8px; }

    /* Cart */
    .vr-cart-item { grid-template-columns: 72px 1fr !important; padding: 14px 16px; gap: 10px; }
    .vr-cart-item > *:nth-child(n+3) { grid-column: 1/-1; }
    .vr-cart-total { text-align: left !important; }
    .vr-cart-wrap { padding: 0 16px; }

    /* Checkout */
    .vr-form-row { grid-template-columns: 1fr !important; }
    .vr-checkout-wrap { padding: 0 16px; }
    .vr-checkout-form-box { padding: 20px 16px; }

    /* Auth pages */
    .vr-auth-box { padding: 28px 18px !important; }

    /* Wishlist */
    .vr-wish-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
    .vr-wish-wrap { padding: 0 16px; }

    /* Profile / Orders */
    .vr-account-box { padding: 20px 16px; }
    .vr-account-wrap { padding: 0 16px; }

    /* About */
    .vr-about-content { padding: 40px 16px; }
    .vr-about-hero-content h1 { font-size: 2rem; }
    .vr-milestones { padding: 0 16px; }

    /* Contact */
    .vr-contact-wrap { padding: 0 16px; }
    .vr-contact-form-box { padding: 24px 16px; }

    /* FAQ */
    .vr-faq-wrap { padding: 0 16px; }

    /* Policy pages */
    .vr-policy-wrap { padding: 0 16px; }
    .vr-policy-box { padding: 20px 16px; }
}

@media (max-width: 540px) {
    /* About values */
    .vr-values-grid { grid-template-columns: 1fr 1fr; }
    /* PDP trust */
    .vr-pdp-trust { grid-template-columns: 1fr; gap: 8px; }
    /* Specs */
    .vr-specs-grid { grid-template-columns: 1fr 1fr !important; gap: 10px; padding: 14px !important; }
    /* Rec grid */
    .vr-rec-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    /* Account nav on mobile */
    .vr-account-nav a { flex: none; width: 50%; }
}

@media (max-width: 420px) {
    /* Product grid single col on very small screens */
    .vr-product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    /* Cart overlap fix */
    .vr-cart-item { grid-template-columns: 60px 1fr !important; }
    /* OTP inputs */
    .vr-otp-inputs { gap: 6px; }
    .vr-otp-input { width: 38px; height: 48px; font-size: 18px; }
    /* Wishlist single col */
    .vr-wish-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}
