/* ============================================================
   Ventura Riva — Main Stylesheet
   Reset → Tokens → Navigation → Pages → Footer → Responsive
   ============================================================ */

/* ============================================================
   1. GLOBAL BASE
   ============================================================ */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    min-height: 100%;
    scroll-behavior: smooth;
}

button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

/* ============================================================
   2. DESIGN TOKENS
   ============================================================ */
:root {
    --icon-primary: rgba(242, 242, 242, 1);
    --text-primary: rgba(255, 255, 255, 1);
    --text-alternate: rgba(255, 255, 255, 1);
    --content-overline-font-family: "BlairMdITC TT", Helvetica;
    --content-overline-font-weight: 600;
    --content-overline-font-size: 16px;
    --content-overline-letter-spacing: 1px;
    --content-overline-line-height: 16px;
    --content-overline-font-style: normal;
    --grey-100: rgba(245, 245, 245, 1);
    --grey-text: #555555;
    --brandgold: #A67C1A;
    --cream-100: #f6f3ed;
    --cream-200: rgba(237, 231, 220, 1);
    --blackcharcoal: #222222;
    --darkgrey: #111111;
    --grey: #3F3F3F;
    --pure-white: #ffffff;
    --border-light: #E5E5E5;
    --border-dark: #9E9E9E;
    --black: #000000;
    --display-lrg-bld-font-family: "BlairMdITC TT", Helvetica;
    --display-lrg-bld-font-weight: 500;
    --display-lrg-bld-font-size: 56px;
    --display-lrg-bld-letter-spacing: -0.56px;
    --display-lrg-bld-line-height: 120%;
    --display-lrg-bld-font-style: normal;
    --heading-h5-bld-font-family: "BlairMdITC TT", Helvetica;
    --heading-h5-bld-font-weight: 500;
    --heading-h5-bld-font-size: 24px;
    --heading-h5-bld-letter-spacing: -0.24px;
    --heading-h5-bld-line-height: 120%;
    --heading-h5-bld-font-style: normal;
    --heading-h6-bld-font-family: "BlairMdITC TT", Helvetica;
    --heading-h6-bld-font-weight: 500;
    --heading-h6-bld-font-size: 20px;
    --heading-h6-bld-letter-spacing: -0.2px;
    --heading-h6-bld-line-height: 120%;
    --heading-h6-bld-font-style: normal;
    --paragraph-lrg-reg-font-family: "Bell Gothic Std", Helvetica;
    --paragraph-lrg-reg-font-weight: 300;
    --paragraph-lrg-reg-font-size: 18px;
    --paragraph-lrg-reg-letter-spacing: 0px;
    --paragraph-lrg-reg-line-height: normal;
    --paragraph-lrg-reg-font-style: normal;
    --paragraph-med-reg-font-family: "Bell Gothic Std", Helvetica;
    --paragraph-med-reg-font-weight: 300;
    --paragraph-med-reg-font-size: 16px;
    --paragraph-med-reg-letter-spacing: 0px;
    --paragraph-med-reg-line-height: normal;
    --paragraph-med-reg-font-style: normal;
    --paragraph-sml-reg-font-family: "Bell Gothic Std", Helvetica;
    --paragraph-sml-reg-font-weight: 300;
    --paragraph-sml-reg-font-size: 14px;
    --paragraph-sml-reg-letter-spacing: 0px;
    --paragraph-sml-reg-line-height: normal;
    --paragraph-sml-reg-font-style: normal;
    --paragraph-sml-med-font-family: "Bell Gothic Std", Helvetica;
    --paragraph-sml-med-font-weight: 300;
    --paragraph-sml-med-font-size: 14px;
    --paragraph-sml-med-letter-spacing: 0px;
    --paragraph-sml-med-line-height: 130%;
    --paragraph-sml-med-font-style: normal;
    --paragraph-xsm-med-font-family: "Bell Gothic Std", Helvetica;
    --paragraph-xsm-med-font-weight: 300;
    --paragraph-xsm-med-font-size: 12px;
    --paragraph-xsm-med-letter-spacing: 0px;
    --paragraph-xsm-med-line-height: 130%;
    --paragraph-xsm-med-font-style: normal;
    --text-regular-normal-font-family: "Bell Gothic Std", Helvetica;
    --text-regular-normal-font-weight: 400;
    --text-regular-normal-font-size: 16px;
    --text-regular-normal-letter-spacing: 0px;
    --text-regular-normal-line-height: 150%;
    --text-regular-normal-font-style: normal;
}

/* ============================================================
   3. TOP NAVBAR
   ============================================================ */
.vr-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding: 0 32px;
    background: var(--pure-white);
    border-bottom: 1px solid #e8e0d0;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
}

body.admin-bar .vr-navbar {
    top: 32px;
}

.vr-navbar .vr-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1376px;
}

.vr-navbar .vr-logo {
    height: 35px;
    width: auto;
    cursor: pointer;
}

.vr-navbar .vr-nav-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Search pill */
.vr-search-pill {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    background: #fff;
    border-radius: 99px;
    border: 0.5px solid var(--border-dark);
    cursor: pointer;
    transition: border-color 0.2s;
    overflow: hidden;
}

.vr-search-pill:hover {
    border-color: var(--brandgold);
}

.vr-search-pill .search-form {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
}

.vr-search-pill .search-form .search-field {
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: var(--paragraph-sml-reg-font-size);
    color: var(--blackcharcoal);
    padding: 8px 4px 8px 14px;
    width: 200px;
    min-width: 0;
    letter-spacing: 0.5px;
}

.vr-search-pill .search-form .search-field::placeholder {
    color: var(--blackcharcoal);
    opacity: 1;
    letter-spacing: 0.5px;
}

.vr-search-pill .search-form .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 12px 8px 4px;
    transition: opacity 0.2s;
}

.vr-search-pill .search-form .search-submit:hover {
    opacity: 0.7;
}

.vr-search-pill .search-form .search-submit img {
    width: 20px;
    height: 20px;
}

/* Cart + Account links */
.vr-nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: opacity 0.2s;
    text-decoration: none;
}

.vr-nav-link:hover {
    opacity: 0.7;
}

.vr-nav-link img {
    width: 20px;
    height: 20px;
}

.vr-nav-link .vr-nav-label {
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: var(--paragraph-sml-reg-font-size);
    color: var(--blackcharcoal);
    white-space: nowrap;
}

/* Menu Toggle — hamburger SVG icon */
.vr-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 4px;
    border-radius: 4px;
    transition: background 0.2s;
}

.vr-menu-toggle:hover {
    background: #f0ece4;
}

.vr-menu-toggle img {
    width: 38px;
    height: 17px;
}

/* ============================================================
   4. CATEGORY NAV BAR
   ============================================================ */
.vr-category-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 180px;
    background: var(--cream-200);
    /* border-bottom: 1px solid rgba(166, 124, 26, 0.25); */
    border-top: 1px solid var(--brandgold);
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    position: sticky;
    top: 72px;
    /* 72px height of vr-navbar */
    z-index: 999;
}

body.admin-bar .vr-category-bar {
    top: 104px;
    /* 72px + 32px admin bar */
}

@media screen and (max-width: 782px) {
    body.admin-bar .vr-navbar {
        top: 46px;
    }

    body.admin-bar .vr-category-bar {
        top: 118px;
        /* 72 + 46 */
    }
}

.vr-category-bar::-webkit-scrollbar {
    display: none;
}

.vr-category-bar .vr-cat-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    white-space: nowrap;
}

.vr-category-bar .vr-cat-link {
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: var(--paragraph-sml-reg-font-size);
    color: #000;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 4px 0;
    border-bottom: 1.5px solid transparent;
    transition: border-color 0.2s, color 0.2s;
    text-decoration: none;
    text-transform: uppercase;
}

.vr-category-bar .vr-cat-link:hover,
.vr-category-bar .vr-cat-link.active {
    color: var(--brandgold);
    border-bottom-color: var(--brandgold);
}

/* ============================================================
   5. SLIDE-OUT MENU OVERLAY
   ============================================================ */
.vr-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

.vr-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.vr-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    max-width: 100vw;
    height: 100%;
    background: #343434;
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.vr-menu-overlay.open {
    pointer-events: all;
}

.vr-menu-overlay.open .vr-menu-backdrop {
    opacity: 1;
}

.vr-menu-overlay.open .vr-menu-panel {
    transform: translateX(0);
}

/* Menu header */
.vr-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vr-menu-header img {
    height: 30px;
    filter: brightness(0) invert(1);
}

/* Close button */
.vr-menu-close {
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
}

.vr-menu-close:hover {
    background: rgba(255, 255, 255, 0.12);
}

.vr-menu-close svg {
    stroke: #fff;
}

/* Main nav links */
.vr-menu-nav {
    flex: 1;
    padding: 48px 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vr-menu-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    text-decoration: none;
    transition: padding-left 0.2s;
}

.vr-menu-nav-item:hover {
    padding-left: 8px;
}

.vr-menu-nav-item:hover .vr-menu-nav-text {
    color: #d4a843;
}

.vr-menu-nav-item:hover .vr-menu-nav-arrow {
    opacity: 1;
    transform: translateX(4px);
}

.vr-menu-nav-text {
    font-family: var(--display-lrg-bld-font-family);
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.28px;
    color: var(--pure-white);
    transition: color 0.2s;
    font-variant: normal;
    font-variant-caps: normal;
    font-feature-settings: normal;
    text-transform: lowercase;
}

.vr-menu-nav-arrow {
    opacity: 0.3;
    transition: opacity 0.2s, transform 0.2s;
}

.vr-menu-nav-arrow svg {
    stroke: #fff;
    width: 24px;
    height: 24px;
}

/* Secondary links */
.vr-menu-secondary {
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.vr-menu-secondary-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: 13px;
    color: #cfcfcf;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

.vr-menu-secondary-link:hover {
    color: #fff;
}

.vr-menu-secondary-link img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(0.8);
}

/* Social row */
.vr-menu-social {
    padding: 24px 40px 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.vr-menu-social a {
    font-family: var(--paragraph-xsm-med-font-family);
    font-size: 11px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
}

.vr-menu-social a:hover {
    color: #fff;
}

/* ============================================================
   6. HERO SECTION
   ============================================================ */
.vr-hero {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 64px;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%),
        url(../images/header-1.png) center / cover no-repeat;
}

.vr-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.vr-hero-tagline {
    font-family: "BlairMdITC TT-Medium", Helvetica;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.vr-hero-title {
    font-family: var(--display-lrg-bld-font-family);
    font-weight: 500;
    font-size: clamp(28px, 8vw, 56px);
    /* previously limited minimum to 40px */
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: var(--pure-white);
}

/* ============================================================
   7. PRODUCTS / CARD GRID
   ============================================================ */
.vr-products {
    background: var(--pure-white);
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.vr-products-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 480px;
    text-align: center;
}

/* ============================================================
   STANDARD PAGE CONTENT (e.g. Privacy Policy, Sample Page)
   ============================================================ */
.vr-page-header {
    width: 100%;
    padding: 100px 20px 40px 20px;
    background-color: var(--cream-100);
    text-align: center;
    border-bottom: 1px solid var(--border-light);
}

.vr-page-title {
    font-family: var(--display-lrg-bld-font-family), "BlairMdITC TT", sans-serif;
    font-size: 48px;
    color: var(--brandgold);
    letter-spacing: 2px;
    margin: 0;
    font-weight: 500;
}

.vr-page-content {
    text-align: left;
    width: 100%;
}

.vr-page-content .entry-content>* {
    margin-bottom: 24px;
}

.vr-page-content .entry-content>*:last-child {
    margin-bottom: 0;
}

.vr-page-content .entry-content p {
    font-family: var(--paragraph-lrg-reg-font-family), "Bell Gothic Std", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--darkgrey);
}

.vr-page-content .entry-content h1,
.vr-page-content .entry-content h2,
.vr-page-content .entry-content h3,
.vr-page-content .entry-content h4,
.vr-page-content .entry-content h5,
.vr-page-content .entry-content h6 {
    font-family: var(--display-lrg-bld-font-family), "BlairMdITC TT", sans-serif;
    color: var(--blackcharcoal);
    margin-top: 48px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}

.vr-page-content .entry-content h1 {
    font-size: 36px;
}

.vr-page-content .entry-content h2 {
    font-size: 30px;
}

.vr-page-content .entry-content h3 {
    font-size: 24px;
}

.vr-page-content .entry-content h4 {
    font-size: 20px;
}

.vr-page-content .entry-content ul,
.vr-page-content .entry-content ol {
    margin-left: 24px;
    font-family: var(--paragraph-lrg-reg-font-family), "Bell Gothic Std", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: var(--darkgrey);
}

.vr-page-content .entry-content li {
    margin-bottom: 12px;
}

.vr-page-content .entry-content a {
    color: var(--brandgold);
    text-decoration: underline;
    font-weight: 500;
}

.vr-page-content .entry-content a:hover {
    color: var(--blackcharcoal);
}

.vr-riva-mark {
    width: 144px;
    height: auto;
}

.vr-products-desc {
    font-family: var(--paragraph-lrg-reg-font-family);
    font-size: var(--paragraph-lrg-reg-font-size);
    font-weight: var(--paragraph-lrg-reg-font-weight);
    color: var(--blackcharcoal);
    line-height: 1.6;
    letter-spacing: 0.3px;
}

/* Grid */
.vr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1376px;
    margin: 0 auto;
}

/* Product Card */
.vr-card {
    display: flex;
    flex-direction: column;
    background: var(--cream-100);
    /* border-radius: 4px; */
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.vr-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}

.vr-card-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    display: block;
    padding: 12px 12px 0;
}

.vr-card-img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.4s ease;
    border-radius: 8px;
}

.vr-card:hover .vr-card-img {
    transform: scale(1.03);
    filter: brightness(0.96);
}

/* Overlay div hidden — hover effect handled via image filter */
.vr-card-overlay {
    /* position: absolute;
    inset: 12px 12px 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    border-radius: 8px;
    pointer-events: none; */
    display: none;
}

.vr-card:hover .vr-card-overlay {
    /* background: rgba(0, 0, 0, 0.08); */
    display: none;
}

.vr-card-body {
    padding: 16px 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vr-card-category .vr-card-body {
    gap: 35px;
}

.vr-card.product .vr-card-body {
    gap: 8px;
}

.vr-card-name {
    font-family: var(--display-lrg-bld-font-family);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.18px;
    color: var(--brandgold);
    text-align: center;
}

.vr-card-price {
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: var(--paragraph-lrg-reg-font-size);
    font-weight: var(--paragraph-sml-reg-font-weight);
    color: var(--blackcharcoal);
    text-align: center;
    letter-spacing: 0.3px;
    margin-bottom: 26px;
}

.vr-card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /* height: 40px; */
    /* border: 1px solid var(--blackcharcoal); */
    border-radius: 99px;
    padding: 0 20px;
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: 14px;
    letter-spacing: 0.5px;
    color: var(--blackcharcoal);
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
    background: transparent;
}

.vr-card-btn svg {
    transition: transform 0.3s ease;
}

.vr-card-btn:hover svg {
    transform: rotate(45deg);
}

/* ============================================================
   7b. SHOP CONTROLS (result count + ordering)
   ============================================================ */
.vr-shop-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1376px;
    margin: 0 auto;
    gap: 16px;
    flex-wrap: wrap;
}

.vr-shop-controls .woocommerce-result-count {
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: var(--paragraph-sml-reg-font-size);
    font-weight: var(--paragraph-sml-reg-font-weight);
    color: #666666;
    letter-spacing: 0.3px;
    margin: 0;
}

.vr-shop-controls .woocommerce-ordering select {
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: var(--paragraph-sml-reg-font-size);
    color: var(--blackcharcoal);
    border: 1px solid #d4d0c8;
    border-radius: 4px;
    padding: 8px 32px 8px 12px;
    background: var(--pure-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s;
    letter-spacing: 0.3px;
}

.vr-shop-controls .woocommerce-ordering select:focus {
    outline: none;
    border-color: var(--brandgold);
}

/* ============================================================
   7c. PAGINATION
   ============================================================ */
.vr-archive-header-inner {
    width: 100%;
    max-width: 1376px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.vr-shop-pagination {
    width: 100%;
    max-width: 1312px;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

nav.woocommerce-pagination {
    width: 100%;
}

nav.woocommerce-pagination ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: none;
}

nav.woocommerce-pagination ul.page-numbers li {
    margin: 0;
    border: none;
    overflow: visible;
}

nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: var(--paragraph-sml-reg-font-size);
    color: var(--blackcharcoal);
    text-decoration: none;
    border: 1px solid #d4d0c8;
    border-radius: 4px;
    transition: all 0.2s ease;
    background: transparent;
}

nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
    border-color: var(--brandgold);
    color: var(--brandgold);
    background: transparent;
}

nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    background: var(--blackcharcoal);
    border-color: var(--blackcharcoal);
    color: var(--pure-white);
}

nav.woocommerce-pagination ul.page-numbers li a.prev,
nav.woocommerce-pagination ul.page-numbers li a.next {
    border: none;
    font-weight: 500;
    letter-spacing: 0.5px;
}



/* ============================================================
   8. CTA BANNER
   ============================================================ */
.vr-cta {
    height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 64px;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
        url(../images/cta-1.png) center / cover no-repeat;
}

.vr-cta-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

.vr-cta-title {
    font-family: var(--display-lrg-bld-font-family);
    font-weight: 500;
    font-size: clamp(20px, 3vw, 24px);
    letter-spacing: -0.24px;
    color: var(--pure-white);
    white-space: nowrap;
}

.vr-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #343434;
    border-radius: 99px;
    font-family: var(--paragraph-med-reg-font-family);
    font-size: var(--paragraph-med-reg-font-size);
    color: var(--pure-white);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.vr-cta-btn img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.vr-cta-btn:hover {
    background: var(--cream-100);
    color: var(--blackcharcoal);
    transform: translateY(-1px);
}

.vr-cta-btn:hover img {
    filter: invert(1);
    transform: rotate(45deg);
}

/* ============================================================
   9. FOOTER
   ============================================================ */
.vr-footer {
    display: flex;
    flex-direction: column;
    padding: 80px;
    background: #343434;
    color: #cfcfcf;
}

.vr-footer-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.vr-footer-top {
    display: flex;
    gap: 64px;
    align-items: flex-start;
}

.vr-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1.04;
}

.vr-footer-brand .vr-overline {
    font-family: "BlairMdITC TT-Medium", Helvetica;
    font-size: 11px;
    letter-spacing: -0.11px;
    color: #cfcfcf;
    font-weight: var(--display-lrg-bld-font-weight);
}

.vr-footer-brand .vr-since {
    font-family: var(--display-lrg-bld-font-family);
    font-weight: 500;
    font-size: 56px;
    letter-spacing: -0.56px;
    line-height: 120%;
    color: var(--pure-white);
}

.vr-footer-cols {
    display: flex;
    gap: 24px;
    flex: 1;
}

.vr-footer-col {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
}

.vr-footer-col-title {
    font-family: var(--paragraph-sml-reg-font-family);
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #cfcfcf;
    text-transform: uppercase;
    font-weight: var(--paragraph-sml-reg-font-weight);
}

.vr-footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vr-footer-social-link {
    font-family: var(--paragraph-sml-med-font-family);
    font-size: 14px;
    color: #cfcfcf;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: var(--paragraph-sml-med-font-weight);
}

.vr-footer-social-link:hover {
    color: #fff;
}

.vr-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vr-footer-contact p,
.vr-footer-contact span {
    font-family: var(--paragraph-sml-med-font-family);
    font-size: 14px;
    color: #cfcfcf;
    line-height: 1.6;
}

.vr-footer .vr-footer-logo {
    height: 56px;
    width: auto;
    /* filter: brightness(0) invert(1); */
}

.vr-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.vr-footer-divider {
    width: 100%;
    height: 1px;
    background: #73665A;
    /* background: rgba(255, 255, 255, 0.15); */
    border: none;
}

.vr-footer-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.vr-footer-legal {
    display: flex;
    gap: 40px;
}

.vr-footer-bottom-row span,
.vr-footer-legal a {
    font-family: var(--paragraph-xsm-med-font-family);
    font-size: 12px;
    color: var(--pure-white);
    text-decoration: none;
    transition: opacity 0.2s;
    font-weight: var(--paragraph-xsm-med-font-weight);
}

.vr-footer-legal a:hover {
    opacity: 0.7;
}

/* ============================================================
   10. ENTRY CONTENT (blog posts, pages)
   ============================================================ */
.entry-content {
    font-family: var(--paragraph-med-reg-font-family);
    font-size: var(--paragraph-med-reg-font-size);
    color: var(--blackcharcoal);
    line-height: 1.7;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: var(--display-lrg-bld-font-family);
    font-weight: 500;
    color: var(--blackcharcoal);
    margin: 1.5em 0 0.5em;
}

.entry-content p {
    margin: 0 0 1em;
}

.entry-content a {
    color: var(--brandgold);
    text-decoration: underline;
}

.entry-content img {
    border-radius: 4px;
}

/* ============================================================
   GLOBAL WOOCOMMERCE NOTICES
   ============================================================ */
.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background-color: transparent !important;
    border: 1px solid var(--brandgold) !important;
    border-radius: 4px !important;
    font-family: var(--paragraph-sml-reg-font-family), "Bell Gothic Std", sans-serif !important;
    font-size: 14px !important;
    color: var(--blackcharcoal) !important;
    padding: 14px 20px !important;
    margin-bottom: 24px !important;
    list-style: none !important;
    box-shadow: none !important;
    text-align: left !important;
    position: relative !important;
    letter-spacing: 0.5px !important;
    outline: none !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px 16px !important;
}

.woocommerce-message:focus,
.woocommerce-info:focus,
.woocommerce-error:focus,
.woocommerce-message:active,
.woocommerce-info:active,
.woocommerce-error:active {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    position: static !important;
    transform: none !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

/* Action Buttons inside Notices (e.g. View Cart) */
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
    font-family: var(--paragraph-sml-reg-font-family), "Bell Gothic Std", sans-serif !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    background-color: var(--blackcharcoal) !important;
    color: var(--pure-white) !important;
    border: none !important;
    margin: 0 0 0 auto !important;
    /* Push to far right */
    transition: background 0.3s ease !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover {
    background-color: var(--brandgold) !important;
    color: var(--pure-white) !important;
}

/* Standard Links inside Notices */
.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error a:not(.button) {
    color: var(--brandgold) !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-message a:not(.button):hover,
.woocommerce-info a:not(.button):hover,
.woocommerce-error a:not(.button):hover {
    color: var(--blackcharcoal) !important;
}

/* ============================================================
   RESPONSIVE - for laptop and large screens only
*/
@media (min-width: 1025px) {
    .woocommerce .woocommerce-ordering {
        margin: 0;
    }

    /* Standard: Works if the div is completely empty (no whitespace) */
    .vr-shop-controls .woocommerce-notices-wrapper:empty {
        width: 0;
        display: none;
        /* Recommended to prevent layout shifts */
    }
}

/* ============================================================
   11. RESPONSIVE — TABLET (max 1024px)
   ============================================================ */
@media (max-width: 1024px) {
    .vr-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vr-products {
        padding: 64px 40px;
    }

    .vr-hero {
        height: 400px;
    }

    .vr-menu-panel {
        width: 380px;
    }

    .vr-footer {
        padding: 60px 40px;
    }

    .vr-footer-top {
        flex-direction: column;
        /* gap: 48px; */
    }
}

/* ============================================================
   12. RESPONSIVE — MOBILE (max 768px)
   ============================================================ */
@media (max-width: 768px) {

    /* Navbar: only logo + hamburger visible */
    .vr-navbar {
        padding: 0 32px;
    }

    .vr-search-pill,
    .vr-nav-link {
        display: none;
    }

    /* Category bar — scrollable on mobile */
    .vr-category-bar {
        padding: 0 24px;
        justify-content: flex-start;
    }

    .vr-category-bar .vr-cat-links {
        justify-content: flex-start;
        gap: 28px;
    }

    /* Slide-out menu */
    .vr-menu-panel {
        width: 100vw;
    }

    .vr-menu-nav-text {
        font-size: 22px;
    }

    /* Footer */
    .vr-footer {
        padding: 40px 20px;
    }

    .vr-footer-cols {
        /* flex-direction: column; */
        gap: 24px;
        width: 100%;
        justify-content: space-between;
    }

    .vr-footer-bottom-row {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 32px;
    }

    .vr-footer-brand .vr-since {
        font-size: 36px;
    }

    .vr-footer-legal {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: space-between;
        width: 100%;
    }
}

/* ============================================================
   13. RESPONSIVE — SMALL MOBILE (max 640px)
   ============================================================ */
@media (max-width: 640px) {
    .vr-grid {
        grid-template-columns: 1fr;
    }

    .vr-products {
        padding: 40px 20px;
    }

    .vr-hero {
        height: 340px;
        padding: 48px 24px;
        background-position: left center;
    }

    .vr-cta {
        /* height: auto;
        min-height: 360px; */
        padding: 64px 20px;
        justify-content: flex-start;
    }

    .vr-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .vr-cta-title {
        white-space: normal;
    }

    .vr-menu-header {
        padding: 20px 24px;
    }

    .vr-menu-nav {
        padding: 32px 24px 24px;
    }

    .vr-menu-secondary {
        padding: 24px;
    }

    .vr-menu-social {
        padding: 20px 24px 32px;
    }

    .vr-hero-tagline {
        font-size: 12px;
    }

    .vr-shop-controls {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
    nav.woocommerce-pagination ul.page-numbers li span.page-numbers {
        min-width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .vr-card-img-wrap {
        aspect-ratio: auto;
    }
}