
/* Valises Craft — Laravel additions */

.vc-logo--header {
    display: block;
    height: auto;
    max-height: 50px;
    max-width: min(175px, 42vw);
    object-fit: contain;
    transition: opacity 0.35s var(--vc-ease), max-height 0.35s var(--vc-ease), max-width 0.35s var(--vc-ease);
}

.vc-brand__logos {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(175px, 42vw);
    min-height: 36px;
}

.vc-logo--scrolled {
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 0;
    max-height: 26px;
    max-width: min(125px, 30vw);
}

.vc-header.is-scrolled .vc-logo--default {
    opacity: 0;
}

.vc-header.is-scrolled .vc-logo--scrolled {
    opacity: 1;
    max-height: 24px;
    max-width: min(118px, 28vw);
}

.vc-header.is-scrolled .vc-logo--header {
    max-height: 36px;
    max-width: min(145px, 34vw);
}

.vc-header.is-scrolled .vc-brand__logos {
    min-width: min(125px, 30vw);
    min-height: 24px;
}

@media (max-width: 768px) {
    .vc-header--atelier .vc-logo--header {
        max-height: 42px;
        max-width: min(140px, 38vw);
    }

    .vc-header--atelier .vc-brand__logos {
        min-width: min(140px, 38vw);
        min-height: 32px;
    }

    .vc-header--atelier.is-scrolled .vc-logo--header {
        max-height: 30px;
        max-width: min(105px, 30vw);
    }

    .vc-header--atelier.is-scrolled .vc-logo--scrolled {
        max-height: 22px;
        max-width: min(95px, 28vw);
    }

    .vc-header--atelier.is-scrolled .vc-brand__logos {
        min-width: min(105px, 28vw);
        min-height: 22px;
    }
}

.vc-header__inner {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    gap: 0.75rem;
}

.vc-header.is-scrolled .vc-header__inner {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    gap: 0.6rem;
}

@media (max-width: 768px) {
    .vc-header__inner {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        min-height: 0;
    }

    .vc-header.is-scrolled .vc-header__inner {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        min-height: 0;
    }
}

.vc-brand__text {
    font-family: var(--vc-serif);
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-categories {
    background: var(--vc-section-tint);
}

.vc-categories__inner {
    max-width: var(--vc-max);
    margin: 0 auto;
    padding: 1.25rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.vc-category-pill {
    padding: 0.45rem 1rem;
    border: 1px solid var(--vc-border);
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
    transition: background 0.25s var(--vc-ease), border-color 0.25s var(--vc-ease);
}

.vc-category-pill:hover {
    opacity: 1;
    background: var(--vc-bg-card);
    border-color: var(--vc-gold);
}

.vc-product-card__sku {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
    margin-bottom: 0.35rem;
    display: block;
}

.vc-product-card__price {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--vc-gold-soft);
}

.vc-product-card__price--was {
    color: var(--vc-muted);
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 0.45rem;
}

.vc-flash {
    max-width: var(--vc-max);
    margin: 1rem auto 0;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

.vc-flash--success { background: rgba(34, 197, 94, 0.15); color: #86efac; }
.vc-flash--error { background: rgba(239, 68, 68, 0.15); color: #fca5a5; }

.vc-shop--page { max-width: var(--vc-max); margin: 0 auto; padding: 3rem 1.5rem; }

@media (min-width: 1200px) {
    .vc-shop--page .vc-product-grid { grid-template-columns: repeat(3, 1fr); }
}
.vc-shop__filters { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.vc-input {
    padding: 0.65rem 1rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background-color: var(--vc-bg);
    color: var(--vc-text);
    font-family: var(--vc-sans);
    min-width: 180px;
}

select.vc-input {
    color-scheme: dark;
    accent-color: var(--vc-gold);
    cursor: pointer;
    padding-right: 2.25rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23d4b86a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
}

select.vc-input option {
    background-color: var(--vc-bg);
    color: #f5efe6;
}

select.vc-input option:checked,
select.vc-input option:hover {
    background: linear-gradient(135deg, #8b6914 0%, #c9a227 100%);
    color: #1a1208;
}

.vc-variant-picker {
    display: grid;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.vc-variant-picker__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.78rem 1rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: var(--vc-bg);
    color: var(--vc-text);
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.4;
    cursor: pointer;
    text-align: left;
    transition:
        border-color 0.25s var(--vc-ease),
        background 0.25s var(--vc-ease),
        color 0.25s var(--vc-ease),
        box-shadow 0.25s var(--vc-ease),
        transform 0.25s var(--vc-ease);
}

.vc-variant-picker__option:hover:not(:disabled),
.vc-variant-picker__option:focus-visible:not(:disabled) {
    border-color: var(--vc-gold-soft);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.24) 0%, rgba(139, 105, 20, 0.14) 100%);
    color: var(--vc-gold-soft);
    box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.18);
    transform: translateY(-1px);
}

.vc-variant-picker__option.is-selected {
    border-color: var(--vc-gold);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.34) 0%, rgba(212, 184, 106, 0.18) 100%);
    color: var(--vc-gold-soft);
    box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.32);
}

.vc-variant-picker__option:disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.vc-variant-picker__label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-weight: 500;
}

.vc-variant-picker__price {
    font-family: var(--vc-sans);
    font-size: 1.05rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: var(--vc-gold-soft);
    white-space: nowrap;
    flex-shrink: 0;
}

.vc-variant-picker__option.is-selected .vc-variant-picker__price,
.vc-variant-picker__option:hover:not(:disabled) .vc-variant-picker__price {
    color: var(--vc-gold);
}

.vc-variant-picker__status {
    font-size: var(--vc-text-xs);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vc-muted);
}

.vc-variant-picker--swatches {
    display: block;
    margin-bottom: 1.25rem;
}

.vc-variant-picker__current {
    margin: 0 0 0.7rem;
    font-family: var(--vc-sans);
    font-size: 0.85rem;
    color: var(--vc-muted);
}

.vc-variant-picker__current [data-variant-color-label] {
    color: var(--vc-text);
}

.vc-variant-picker__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.vc-variant-picker__swatch {
    width: 2.35rem;
    height: 2.35rem;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition:
        border-color 0.2s var(--vc-ease),
        box-shadow 0.2s var(--vc-ease),
        transform 0.2s var(--vc-ease);
}

.vc-variant-picker__chip {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.vc-variant-picker__swatch:hover:not(:disabled),
.vc-variant-picker__swatch:focus-visible:not(:disabled) {
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-1px);
}

.vc-variant-picker__swatch.is-selected {
    border-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.85);
}

.vc-variant-picker__swatch:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

html[data-vc-theme="light"] .vc-input {
    background-color: #fff;
    color: #1a1208;
}

html[data-vc-theme="light"] select.vc-input {
    color-scheme: light;
}

html[data-vc-theme="light"] select.vc-input option {
    background-color: #fff;
    color: #1a1208;
}

.vc-label { display: block; margin-bottom: 0.35rem; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vc-muted); }

.vc-product-single { max-width: var(--vc-max); margin: 0 auto; padding: 2rem 1.5rem 4rem; }

.vc-product-single:has(+ .vc-shop--related) {
    padding-bottom: 1.25rem;
}

.vc-product-single + .vc-shop--related,
.vc-main > .vc-product-single + .vc-shop--related {
    padding: clamp(1.5rem, 3vw, 2.25rem) 1.5rem clamp(2.5rem, 6vw, 4rem);
    border-top: 1px solid var(--vc-border);
}

.vc-product-single + .vc-shop--related .vc-shop__head {
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 1200px) {
    .vc-product-single + .vc-shop--related .vc-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* PDP review section — form + product image side by side, no dead space */
.vc-reviews-layout {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: flex-start;
}

.vc-reviews-layout__main {
    flex: 1 1 22rem;
    min-width: 0;
}

.vc-reviews-layout__aside {
    flex: 1 1 16rem;
    max-width: 22rem;
}

.vc-reviews-layout__aside img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--vc-border);
    display: block;
}

.vc-reviews-layout__trust {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vc-reviews-layout__trust li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--vc-sans);
    font-size: 0.85rem;
    color: var(--vc-muted);
}

.vc-reviews-layout__trust svg {
    flex-shrink: 0;
    color: var(--vc-gold-soft);
}

@media (max-width: 768px) {
    .vc-reviews-layout__aside {
        max-width: none;
        order: -1;
    }

    .vc-reviews-layout__aside img {
        aspect-ratio: 16 / 9;
    }
}

.vc-breadcrumb { font-size: 0.85rem; color: var(--vc-muted); margin-bottom: 2rem; display: flex; flex-wrap: wrap; gap: 0.35rem; }
.vc-product-single__grid { display: grid; gap: 2.5rem; }
@media (min-width: 900px) { .vc-product-single__grid { grid-template-columns: 1fr 1fr; } }

/* Product gallery — thumbs + zoom (main image locked to fixed stage frame) */
.vc-product-gallery {
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.vc-product-gallery__layout {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.vc-product-gallery__thumbs-col {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex-shrink: 0;
    width: 4.5rem;
    /* Never taller than the main stage frame */
    height: min(420px, 58vh);
    max-height: min(420px, 58vh);
}
.vc-product-gallery__thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1 1 auto;
    min-height: 0;
    width: 4.5rem;
    overflow-y: hidden;
    scroll-behavior: smooth;
}
.vc-product-gallery__thumbs[hidden] { display: none; }
.vc-product-gallery__thumbs-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.15rem;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--vc-gold-soft);
    cursor: pointer;
    transition: color 0.2s ease;
}
.vc-product-gallery__thumbs-arrow:hover {
    color: var(--vc-gold);
}
.vc-product-gallery__thumbs-arrow[hidden] { display: none; }
.vc-product-gallery__thumb {
    display: block;
    position: relative;
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 4 / 5;
    padding: 0;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.vc-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vc-product-gallery__thumb.is-active,
.vc-product-gallery__thumb:hover {
    border-color: var(--vc-gold);
    box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.35);
}
.vc-product-gallery__thumb--video .vc-product-gallery__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 10, 8, 0.45);
    color: #fff;
}
.vc-product-gallery__thumb--video .vc-product-gallery__play svg {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.6));
}

/* Video stage — replaces the image stage when a product video is playing */
.vc-product-gallery__video-stage {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    height: min(420px, 58vh);
    max-height: min(420px, 58vh);
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}
.vc-product-gallery__video-stage[hidden] { display: none; }
.vc-product-gallery__video-frame,
.vc-product-gallery__video-frame iframe,
.vc-product-gallery__video-frame video {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: contain;
}
.vc-product-gallery__video-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 50%;
    background: rgba(12, 10, 8, 0.7);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}
/* Fixed frame — image never grows outside this box */
.vc-product-gallery__stage {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    /* Locked frame size — product photo stays inside, never scales the page */
    height: min(420px, 58vh);
    max-height: min(420px, 58vh);
    padding: 0;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: #0a0806;
    cursor: zoom-in;
    display: block;
    box-sizing: border-box;
}
.vc-product-gallery__stage[hidden] { display: none; }
.vc-product-gallery__stage img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    /* contain = same framing/colours as lightbox (cover was cropping warmer edges) */
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 8px;
    filter: none;
    mix-blend-mode: normal;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform 0.25s ease;
}
.vc-product-gallery__stage.is-zoomed {
    cursor: zoom-out;
}
.vc-product-gallery__stage.is-zoomed img {
    transform: scale(2.2);
    transition: transform 0.15s ease;
}
.vc-product-gallery__zoom-hint {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.62);
    color: var(--vc-gold-soft);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.vc-product-gallery__stage:hover .vc-product-gallery__zoom-hint {
    opacity: 1;
}
.vc-product-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    box-sizing: border-box;
    /* Solid black + isolation: no gold site gradient bleeding into image composites */
    background: #000;
    isolation: isolate;
    color-scheme: only light;
}
.vc-product-gallery-lightbox[hidden] { display: none !important; }
body.vc-gallery-lightbox-open { overflow: hidden; }
.vc-product-gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: #000;
    cursor: zoom-out;
}
.vc-product-gallery-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 1400px);
    max-width: 100%;
    max-height: 96vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    isolation: isolate;
}
.vc-product-gallery-lightbox__frame {
    width: 100%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    isolation: isolate;
}
.vc-product-gallery-lightbox__frame img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(96vw, 1400px);
    max-height: 90vh;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    /* True colour — block filters / forced dark-mode retints / blend modes */
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    image-rendering: auto;
}
.vc-product-gallery-lightbox__close,
.vc-product-gallery-lightbox__nav {
    position: absolute;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: var(--vc-gold-soft);
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}
.vc-product-gallery-lightbox__close:hover,
.vc-product-gallery-lightbox__nav:hover {
    background: rgba(201, 162, 39, 0.25);
    color: #fff;
}
.vc-product-gallery-lightbox__close {
    top: 0.85rem;
    right: 0.85rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    font-size: 1.65rem;
    z-index: 2;
}
.vc-product-gallery-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    font-size: 1.85rem;
    z-index: 2;
}
.vc-product-gallery-lightbox__nav--prev { left: 0.65rem; }
.vc-product-gallery-lightbox__nav--next { right: 0.65rem; }
@media (max-width: 768px) {
    .vc-product-gallery,
    .vc-product-gallery__layout {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .vc-product-gallery__layout {
        flex-direction: column-reverse;
        gap: 0.55rem;
    }

    .vc-product-gallery__thumbs-col {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        height: auto;
        max-height: none;
        gap: 0.4rem;
    }

    .vc-product-gallery__thumbs-arrow {
        display: none;
    }

    .vc-product-gallery__thumbs {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.4rem;
        padding-bottom: 0.15rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        overscroll-behavior-x: contain;
    }

    .vc-product-gallery__thumbs::-webkit-scrollbar {
        display: none;
    }

    .vc-product-gallery__thumb {
        width: 3.6rem;
        flex: 0 0 3.6rem;
        border-radius: 8px;
    }

    .vc-product-gallery__stage {
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
        height: min(360px, 48vh);
        max-height: min(360px, 48vh);
        min-width: 0;
        display: block;
        overflow: hidden;
    }
    .vc-product-gallery__stage[hidden] { display: none; }

    .vc-product-gallery__video-stage {
        width: 100%;
        max-width: 100%;
        height: min(360px, 48vh);
        max-height: min(360px, 48vh);
        min-width: 0;
    }

    .vc-product-gallery__stage img {
        position: absolute;
        inset: 0;
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
        object-position: center;
        display: block;
        filter: none;
        mix-blend-mode: normal;
    }

    .vc-product-gallery__zoom-hint {
        opacity: 1;
        font-size: 0.62rem;
        padding: 0.3rem 0.55rem;
        right: 0.55rem;
        bottom: 0.55rem;
    }

    .vc-product-gallery-lightbox {
        padding: 0;
    }

    .vc-product-gallery-lightbox__dialog {
        width: 100%;
        max-width: 100%;
        max-height: 100dvh;
        padding: 3.25rem 0.5rem 1rem;
        box-sizing: border-box;
    }

    .vc-product-gallery-lightbox__frame {
        max-height: 82dvh;
        width: 100%;
    }

    .vc-product-gallery-lightbox__frame img {
        max-width: 100vw;
        max-height: 82dvh;
        border-radius: 0;
        box-shadow: none;
    }

    .vc-product-gallery-lightbox__nav--prev { left: 0.5rem; }
    .vc-product-gallery-lightbox__nav--next { right: 0.5rem; }
    .vc-product-gallery-lightbox__close {
        top: 0.65rem;
        right: 0.65rem;
        z-index: 2;
    }
}

.vc-product-single__price {
    font-family: var(--vc-sans);
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 1rem 0;
}
.vc-product-single__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.25rem; }
.vc-pdp-bar { display: none; }

/* body must not use theme.css `.vc-pdp` grid (that class is for legacy sections) */
body.vc-pdp-page {
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
    grid-template-columns: unset;
}

@media (min-width: 769px) {
    .vc-pdp-bar { display: none !important; }
}
.vc-product-single__features {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem 1rem;
}

.vc-product-single__features li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--vc-muted);
    font-size: 0.9rem;
}

.vc-product-single__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--vc-border);
    background: var(--vc-bg-card);
    color: var(--vc-gold);
}

.vc-product-single__feature-icon svg { width: 16px; height: 16px; }
.vc-product-single__feature-icon .vc-flag { display: inline-flex; line-height: 0; }
.vc-product-single__desc {
    margin-top: 0.5rem;
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--vc-border);
}

.vc-product-single__desc h3 {
    font-family: var(--vc-serif);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    color: var(--vc-gold-soft);
    margin: 0 0 0.85rem;
}

.vc-product-single__desc-body {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
}

.vc-product-single__desc-body p {
    margin: 0 0 1.1rem;
}

.vc-product-single__desc-body p:last-child {
    margin-bottom: 0;
}

.vc-product-single__desc-body h2,
.vc-product-single__desc-body h3 {
    font-family: var(--vc-serif);
    font-weight: 600;
    color: var(--vc-gold-soft);
    margin: 1.6rem 0 0.65rem;
}

.vc-product-single__desc-body h2:first-child,
.vc-product-single__desc-body h3:first-child {
    margin-top: 0;
}

.vc-product-single__desc-body h2 { font-size: 1.15rem; }
.vc-product-single__desc-body h3 { font-size: 1.05rem; }

/* PDP fixed info accordion (leather character / care / origin / delivery) */
.vc-pdp-info {
    max-width: var(--vc-max);
    margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.vc-pdp-info__item {
    border-top: 1px solid var(--vc-border);
}

.vc-pdp-info__item:last-of-type {
    border-bottom: 1px solid var(--vc-border);
}

.vc-pdp-info__heading {
    margin: 0;
    padding: 1.1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--vc-serif);
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 600;
    color: var(--vc-gold-soft);
    cursor: pointer;
    list-style: none;
}

.vc-pdp-info__heading::-webkit-details-marker {
    display: none;
}

.vc-pdp-info__heading::after {
    content: '+';
    flex-shrink: 0;
    font-family: var(--vc-sans);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    color: var(--vc-gold-soft);
    transition: transform 0.2s ease;
}

.vc-pdp-info__item[open] > .vc-pdp-info__heading::after {
    content: '\2212';
}

.vc-pdp-info__body {
    padding: 0 0 1.5rem;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
}

.vc-pdp-info__body p {
    margin: 0 0 1rem;
}

.vc-pdp-info__body p:last-child {
    margin-bottom: 0;
}

.vc-pdp-info__closing {
    margin: 2.25rem 0 0;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: var(--vc-text);
}

.vc-pdp-info__brand {
    margin: 1rem 0 0;
    text-align: left;
    font-family: var(--vc-serif);
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: var(--vc-gold-soft);
}

.vc-pdp-info__brand em {
    display: block;
    margin-top: 0.35rem;
    font-family: var(--vc-sans);
    font-size: 0.78rem;
    font-style: italic;
    letter-spacing: 0.02em;
    color: var(--vc-muted);
}

.vc-product-single__desc-body ul,
.vc-product-single__desc-body ol {
    margin: 0 0 1.1rem;
    padding-left: 1.25rem;
}

.vc-product-single__desc-body li {
    margin-bottom: 0.4rem;
}

.vc-product-single__desc-body li::marker {
    color: var(--vc-gold-soft);
}

.vc-product-single__desc-body strong {
    color: var(--vc-text, #f5f0e8);
    font-weight: 600;
}

.vc-product-single__info .vc-lead {
    color: #fff;
}

.vc-product-single__desc-body a {
    color: var(--vc-gold-soft);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vc-faq-section { padding: 4rem 1.5rem; background: var(--vc-section-tint); }
.vc-faq-section__inner { max-width: 720px; margin: 0 auto; }

.vc-cart-empty { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; padding: 2rem 0 1rem; }

.vc-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: start;
}

.vc-cart__item { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto auto; gap: 1.1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--vc-border); }

.vc-cart__thumb {
    display: block;
    width: 84px;
    height: 84px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--vc-border);
    background: var(--vc-bg-card);
    flex-shrink: 0;
}
.vc-cart__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.vc-cart__info { display: flex; flex-direction: column; gap: 0.3rem; min-width: 0; }
.vc-cart__name {
    font-family: var(--vc-serif);
    font-size: 1.05rem;
    color: var(--vc-text);
    line-height: 1.3;
}
.vc-cart__name:hover { color: var(--vc-gold-soft); }
.vc-cart__variant { display: block; font-size: 0.85rem; color: var(--vc-muted); }
.vc-cart__unit-price { font-size: 0.8rem; color: var(--vc-muted); }

.vc-cart__price-remove { display: flex; align-items: center; gap: 0.75rem; }
.vc-cart__price { font-weight: 600; white-space: nowrap; }

.vc-cart__remove-form { display: flex; }
.vc-cart__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: var(--vc-muted);
    cursor: pointer;
}
.vc-cart__remove:hover,
.vc-cart__remove:focus-visible {
    color: #d3564a;
    border-color: rgba(211, 86, 74, 0.35);
    background: rgba(211, 86, 74, 0.08);
}

.vc-cart__continue {
    display: inline-block;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: var(--vc-muted);
}
.vc-cart__continue:hover { color: var(--vc-gold-soft); }

.vc-cart__summary {
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
    position: sticky;
    top: 6.5rem;
}
.vc-cart__summary h2 { font-size: 1.15rem; margin: 0 0 1.25rem; }
.vc-cart__summary-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.95rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--vc-border);
}
.vc-cart__summary-row strong { font-size: 1.15rem; }
.vc-cart__summary-note { font-size: 0.8rem; color: var(--vc-muted); margin: 0.9rem 0 0; }
.vc-cart__trust {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 1.1rem 0 0;
    border-top: 1px solid var(--vc-border);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 0.82rem;
    color: var(--vc-muted);
}
.vc-cart__trust li::before { content: '\2726'; color: var(--vc-gold-soft); margin-right: 0.5rem; }
.vc-cart__clear-form { margin-top: 1.25rem; text-align: center; }

.vc-cart__qty-form { display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem; }
.vc-cart__qty-label { font-size: 0.75rem; color: var(--vc-muted); letter-spacing: 0.04em; text-transform: uppercase; }
.vc-cart__qty-controls { display: inline-flex; align-items: center; gap: 0.35rem; }
.vc-cart__qty-btn {
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--vc-border);
    background: var(--vc-bg-card);
    color: var(--vc-text);
    border-radius: 8px;
    cursor: pointer;
    line-height: 1;
    font-size: 1.1rem;
}
.vc-cart__qty-btn:hover { border-color: var(--vc-gold-soft); color: var(--vc-gold-soft); }
.vc-cart__qty-value { min-width: 1.5rem; text-align: center; font-weight: 600; }
.vc-cart__summary-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 1rem; }
[x-cloak] { display: none !important; }
@media (max-width: 900px) {
    .vc-cart-layout { grid-template-columns: 1fr; }
    .vc-cart__summary { position: static; }
}
@media (max-width: 768px) {
    .vc-cart__item {
        grid-template-columns: 72px minmax(0, 1fr);
        grid-template-areas:
            "thumb info"
            "thumb qty"
            "thumb price-remove";
        row-gap: 0.6rem;
    }
    .vc-cart__thumb { grid-area: thumb; width: 72px; height: 72px; }
    .vc-cart__info { grid-area: info; }
    .vc-cart__qty-form { grid-area: qty; }
    .vc-cart__price-remove { grid-area: price-remove; display: flex; align-items: center; justify-content: space-between; }
}
.vc-mobile-menu li a { display: block; padding: 0.65rem 0; border-bottom: 1px solid var(--vc-border); }

.vc-shop__count { margin-bottom: 1.5rem; font-size: 0.85rem; color: var(--vc-muted); letter-spacing: 0.06em; }

.vc-category-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
    .vc-category-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .vc-category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .vc-category-grid { grid-template-columns: 1fr; }
}

.vc-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: var(--vc-bg-card);
    transition: border-color 0.25s var(--vc-ease), transform 0.25s var(--vc-ease), box-shadow 0.25s var(--vc-ease);
}

.vc-category-card:hover,
.vc-category-card:focus-visible {
    opacity: 1;
    border-color: var(--vc-gold);
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.vc-category-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.vc-category-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.55s var(--vc-ease), transform 0.7s var(--vc-ease);
}

.vc-category-card__img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

@media (hover: hover) {
    .vc-category-card--swap:hover .vc-category-card__img--primary,
    .vc-category-card--swap:focus-within .vc-category-card__img--primary {
        opacity: 0;
        transform: scale(1.02);
    }

    .vc-category-card--swap:hover .vc-category-card__img--hover,
    .vc-category-card--swap:focus-within .vc-category-card__img--hover {
        opacity: 1;
        transform: scale(1.04);
    }
}

.vc-category-card:not(.vc-category-card--swap):hover .vc-category-card__img--primary,
.vc-category-card:not(.vc-category-card--swap):focus-within .vc-category-card__img--primary {
    transform: scale(1.04);
}

.vc-category-card__body {
    padding: 1.15rem 1.25rem 1.35rem;
}

.vc-category-card h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.15rem, 1.6vw, 1.3rem);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.vc-category-card p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    color: var(--vc-muted);
    margin-bottom: 0.75rem;
    line-height: 1.68;
}

.vc-category-card__count {
    display: block;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-xs);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
    margin-bottom: 0.75rem;
}

.vc-pagination { margin-top: 2.5rem; }
.vc-pagination nav { display: flex; justify-content: center; gap: 0.35rem; flex-wrap: wrap; }
.vc-pagination a, .vc-pagination span {
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    font-size: 0.85rem;
    color: var(--vc-muted);
}
.vc-pagination a:hover { opacity: 1; border-color: var(--vc-gold); color: var(--vc-gold-soft); }
.vc-pagination span[aria-current="page"] { border-color: var(--vc-gold); color: var(--vc-gold-soft); background: var(--vc-bg-card); }

.vc-cms-content { max-width: 720px; line-height: 1.75; color: var(--vc-muted); }
.vc-cms-content h2, .vc-cms-content h3 { color: var(--vc-text); margin-top: 1.5rem; }
.vc-cms-content ul { padding-left: 1.25rem; }

.vc-contact-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); margin-bottom: 2rem; }
.vc-contact-card { display: block; padding: 1.25rem; border: 1px solid var(--vc-border); border-radius: 8px; background: var(--vc-bg-card); }
.vc-contact-card strong { display: block; margin-bottom: 0.35rem; color: var(--vc-gold-soft); }
.vc-contact-card span { font-size: 0.9rem; color: var(--vc-muted); }
.vc-contact-form { max-width: none; }

/* Contact page */
.vc-contact-page {
    font-family: var(--vc-sans);
}

.vc-contact-page .vc-brand-page-head__lead {
    font-family: var(--vc-sans);
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.75;
    color: rgba(245, 239, 230, 0.82);
}

.vc-contact-page > .vc-brand-body {
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.vc-contact-page > .vc-brand-page-head {
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.vc-contact-eyebrow {
    margin: 0 0 0.5rem;
    font-family: var(--vc-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-contact-label {
    display: block;
    margin-bottom: 0.45rem;
    font-family: var(--vc-sans);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245, 239, 230, 0.92);
}

.vc-contact-page .vc-contact-input {
    font-family: var(--vc-sans);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--vc-text);
}

.vc-contact-page .vc-contact-input::placeholder {
    color: rgba(245, 239, 230, 0.42);
    font-weight: 400;
}

.vc-contact-channels-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0.75rem, 1.5vw, 1rem);
}

.vc-contact-channel-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    transition: transform 0.3s var(--vc-ease), border-color 0.3s var(--vc-ease), box-shadow 0.3s var(--vc-ease);
}

a.vc-contact-channel-card:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 184, 106, 0.4);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    opacity: 1;
}

.vc-contact-channel-card__symbol {
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    background: rgba(212, 184, 106, 0.12);
    color: var(--vc-gold-soft);
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.vc-contact-channel-card__label {
    font-family: var(--vc-sans);
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
}

.vc-contact-channel-card__value {
    font-family: var(--vc-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.55;
    color: rgba(245, 239, 230, 0.78);
}

.vc-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: start;
}

.vc-contact-form-panel {
    padding: clamp(1.5rem, 3vw, 2rem);
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.vc-contact-form-panel__head {
    margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.vc-contact-form-panel__head h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.65rem;
}

.vc-contact-form-panel__head p {
    font-family: var(--vc-sans);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
    color: rgba(245, 239, 230, 0.78);
    margin: 0;
}

.vc-contact-form .vc-input,
.vc-contact-form .vc-textarea {
    width: 100%;
    min-width: 0;
}

.vc-contact-form .vc-textarea {
    resize: vertical;
    min-height: 9.5rem;
}

.vc-contact-aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vc-contact-note {
    padding: 1.25rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: rgba(212, 184, 106, 0.05);
}

.vc-contact-note h3 {
    font-family: var(--vc-sans);
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
    margin: 0 0 0.5rem;
}

.vc-contact-note p {
    font-family: var(--vc-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(245, 239, 230, 0.78);
    margin: 0 0 1rem;
}

.vc-contact-note .vc-btn {
    margin-top: 0.25rem;
}

.vc-contact-aside__list {
    list-style: none;
    margin: 0;
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
}

.vc-contact-aside__list li {
    display: grid;
    gap: 0.2rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-family: var(--vc-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.55;
    color: rgba(245, 239, 230, 0.88);
}

.vc-contact-aside__list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.vc-contact-aside__list strong {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-contact-aside__list a {
    color: #fff;
    font-weight: 600;
}

.vc-contact-aside__list a:hover {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-contact-help {
    margin-bottom: 0;
}

.vc-contact-help__eyebrow {
    text-align: center;
    margin-bottom: 0.5rem;
}

.vc-contact-help__title {
    font-family: var(--vc-serif);
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
}

.vc-contact-help__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(0.85rem, 2vw, 1.15rem);
}

.vc-contact-help__card {
    display: flex;
    flex-direction: column;
    padding: clamp(1.15rem, 2vw, 1.35rem);
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    transition: transform 0.3s var(--vc-ease), border-color 0.3s var(--vc-ease), box-shadow 0.3s var(--vc-ease);
}

.vc-contact-help__card:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 184, 106, 0.35);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    opacity: 1;
}

.vc-contact-help__card h3 {
    font-family: var(--vc-sans);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.55rem;
}

.vc-contact-help__card p {
    flex: 1;
    font-family: var(--vc-sans);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.65;
    color: rgba(245, 239, 230, 0.72);
    margin: 0 0 0.85rem;
}

.vc-contact-help__link {
    font-family: var(--vc-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-contact-channels-row--last {
    margin-top: clamp(1.5rem, 3vw, 2rem);
}

@media (max-width: 1024px) {
    .vc-contact-channels-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vc-contact-channels-row,
    .vc-contact-help__grid {
        grid-template-columns: 1fr;
    }

    .vc-contact-layout {
        grid-template-columns: 1fr;
    }
}
.vc-form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; margin-bottom: 1.25rem; }
.vc-form-full { grid-column: 1 / -1; }
.vc-textarea { min-height: 110px; resize: vertical; }
.vc-error { display: block; color: #fca5a5; font-size: 0.82rem; margin-top: 0.25rem; }

.vc-checkout-page {
    max-width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2.25rem 0 3.5rem;
}

.vc-checkout-page__intro {
    margin-bottom: 1.75rem;
}

.vc-checkout-page__lead {
    max-width: 36rem;
    margin: 0 0 1.25rem;
    color: var(--vc-muted);
    font-family: var(--vc-serif);
    font-size: 1.05rem;
    line-height: 1.65;
}

.vc-checkout-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-checkout-steps li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid var(--vc-border);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vc-muted);
}

.vc-checkout-steps li.is-active {
    color: var(--vc-gold-soft);
    border-color: rgba(201, 162, 39, 0.45);
    background: rgba(201, 162, 39, 0.08);
}

.vc-checkout-steps li.is-done {
    color: var(--vc-text);
}

.vc-checkout__grid { display: grid; gap: 1.75rem; }
@media (min-width: 960px) { .vc-checkout__grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 340px); align-items: start; } }

.vc-checkout__form-card {
    padding: 1.35rem 1.25rem 1.4rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: var(--vc-bg-card);
}

.vc-checkout__section {
    padding-bottom: 1.35rem;
    margin-bottom: 1.35rem;
    border-bottom: 1px solid var(--vc-border);
}

.vc-checkout__section--last {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.vc-checkout__form-card .vc-form-grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-bottom: 0;
}

.vc-checkout__form-card .vc-form-grid > div {
    min-width: 0;
}

.vc-checkout__form-card .vc-label {
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
    letter-spacing: 0.11em;
}

.vc-checkout__form-card .vc-input,
.vc-checkout__form-card select.vc-input,
.vc-checkout__form-card .vc-textarea {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0.82rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.45;
    transition: border-color 0.2s var(--vc-ease), box-shadow 0.2s var(--vc-ease), background 0.2s var(--vc-ease);
}

.vc-checkout__form-card .vc-input::placeholder,
.vc-checkout__form-card .vc-textarea::placeholder {
    color: rgba(245, 239, 230, 0.38);
}

.vc-checkout__form-card .vc-input:focus,
.vc-checkout__form-card select.vc-input:focus,
.vc-checkout__form-card .vc-textarea:focus {
    outline: none;
    border-color: rgba(201, 162, 39, 0.58);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.12);
    background-color: rgba(0, 0, 0, 0.22);
}

.vc-checkout__form-card select.vc-input {
    padding-right: 2.5rem;
}

.vc-checkout__form-card .vc-textarea {
    min-height: 120px;
}

.vc-checkout__form-card .vc-payment-detail .vc-form-grid {
    margin-top: 0.85rem;
}

.vc-checkout__form-card .vc-payment-detail .vc-input {
    background-color: rgba(0, 0, 0, 0.12);
}

.vc-phone-field {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.vc-phone-field__prefix {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 0.9rem;
    border: 1px solid var(--vc-border);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: rgba(201, 162, 39, 0.1);
    color: var(--vc-gold-soft);
    font-family: var(--vc-sans);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    user-select: none;
}

.vc-phone-field__input {
    border-radius: 0 8px 8px 0 !important;
    flex: 1;
    min-width: 0;
}

.vc-phone-field:focus-within .vc-phone-field__prefix {
    border-color: rgba(201, 162, 39, 0.58);
    background: rgba(201, 162, 39, 0.14);
}

/* Legacy block styles kept for compatibility */
.vc-checkout__block {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.vc-checkout__block + .vc-checkout__block { margin-top: 0; }

.vc-checkout__block-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.1rem;
}

.vc-checkout__block-head h2 {
    margin: 0;
    font-size: 1.2rem;
}

.vc-checkout__step-num {
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #1a1208;
    background: linear-gradient(135deg, var(--vc-gold-soft), var(--vc-gold));
}

.vc-label-optional {
    text-transform: none;
    letter-spacing: 0;
    color: var(--vc-muted);
    font-weight: 400;
}

.vc-checkout__hint {
    margin: 0.85rem 0 0;
    font-size: 0.8rem;
    color: var(--vc-muted);
}

.vc-checkout__summary {
    padding: 1.35rem 1.25rem 1.5rem;
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 8px;
    background: var(--vc-bg-card);
    height: fit-content;
    position: sticky;
    top: 6rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.vc-checkout__summary h2 {
    margin: 0 0 1rem;
    font-size: 1.2rem;
}

.vc-checkout__lines {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
    padding-bottom: 1.15rem;
    border-bottom: 1px solid var(--vc-border);
}

.vc-checkout__line {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
}

.vc-checkout__line-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--vc-border);
    background: rgba(0, 0, 0, 0.22);
    flex-shrink: 0;
}

.vc-checkout__line-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-checkout__line-info {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.vc-checkout__line-info strong {
    font-size: 0.92rem;
    line-height: 1.35;
}

.vc-checkout__line-info span {
    font-size: 0.78rem;
    color: var(--vc-muted);
}

.vc-checkout__line-price {
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
}

.vc-checkout__coupon {
    margin-bottom: 1.1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid var(--vc-border);
}

.vc-checkout__coupon-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
}

.vc-checkout__coupon-row .vc-input {
    min-width: 0;
    width: 100%;
}

.vc-checkout__coupon-meta {
    margin-top: 0.55rem;
}

.vc-checkout__coupon-ok {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.82rem;
    color: var(--vc-gold-soft);
}

.vc-checkout__coupon-msg {
    margin: 0.25rem 0 0;
    font-size: 0.78rem;
    color: var(--vc-muted);
}

.vc-checkout__totals p {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0.45rem 0;
    color: var(--vc-muted);
    font-size: 0.92rem;
}

.vc-checkout__discount span:last-child {
    color: #86efac;
}

.vc-checkout__total {
    margin-top: 0.65rem !important;
    padding-top: 0.75rem;
    border-top: 1px solid var(--vc-border);
    font-size: 1.12rem !important;
    color: var(--vc-gold-soft) !important;
    font-weight: 600;
}

.vc-checkout__secure {
    margin: 0.85rem 0 0.35rem;
    text-align: center;
    font-size: 0.72rem;
    color: var(--vc-muted);
    letter-spacing: 0.02em;
}

.vc-checkout__back {
    display: block;
    text-align: center;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: var(--vc-muted);
}

.vc-checkout__summary .vc-cart__item { grid-template-columns: minmax(0, 1fr) auto; gap: 0.75rem; }
.vc-btn--block { width: 100%; margin-top: 1rem; text-align: center; }

.vc-btn--gold {
    background: linear-gradient(
        110deg,
        var(--vc-gold-deep) 0%,
        var(--vc-gold) 25%,
        #f5e6a8 45%,
        var(--vc-gold-soft) 55%,
        var(--vc-gold) 75%,
        var(--vc-gold-deep) 100%
    );
    background-size: 220% 100%;
    color: #1a1208;
    border-color: transparent;
}

.vc-btn--dark,
.vc-btn--light {
    background: linear-gradient(
        110deg,
        var(--vc-gold-deep) 0%,
        var(--vc-gold) 25%,
        #f5e6a8 45%,
        var(--vc-gold-soft) 55%,
        var(--vc-gold) 75%,
        var(--vc-gold-deep) 100%
    );
}

.vc-btn--dark,
.vc-btn--gold,
.vc-btn--light {
    background-size: 220% 100%;
}

.vc-btn--dark:hover,
.vc-btn--gold:hover,
.vc-btn--light:hover {
    animation: vc-btn-shimmer 0.85s var(--vc-ease);
}

@keyframes vc-btn-shimmer {
    0% {
        background-position: 100% 50%;
        filter: brightness(1);
        box-shadow: none;
    }
    45% {
        background-position: 0% 50%;
        filter: brightness(1.22);
        box-shadow: 0 0 18px rgba(212, 184, 106, 0.45);
    }
    100% {
        background-position: 100% 50%;
        filter: brightness(1.1);
        box-shadow: 0 0 8px rgba(212, 184, 106, 0.2);
    }
}
.vc-payment-options { display: grid; gap: 0.65rem; }
.vc-payment-option {
    display: flex;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s var(--vc-ease), background 0.2s var(--vc-ease);
}
.vc-payment-option.is-selected,
.vc-payment-option:has(input:checked) {
    border-color: rgba(201, 162, 39, 0.55);
    background: rgba(201, 162, 39, 0.07);
}
.vc-payment-option input { margin-top: 0.2rem; accent-color: var(--vc-gold); }
.vc-payment-option small { display: block; color: var(--vc-muted); margin-top: 0.2rem; font-size: 0.8rem; }
.vc-payment-detail {
    margin-top: 0.9rem;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid var(--vc-border);
    background: rgba(0, 0, 0, 0.18);
}

.vc-gallery-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.vc-gallery-item { border: 1px solid var(--vc-border); border-radius: 8px; overflow: hidden; background: var(--vc-bg-card); }
.vc-gallery-item img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.vc-gallery-item figcaption { padding: 0.75rem; font-size: 0.85rem; color: var(--vc-muted); }

/* ═══ Collections page (/collections) ═══════════════════════════════════════ */
.vc-collections-hero {
    position: relative;
    min-height: min(78vh, 720px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #0a0806;
    border-bottom: 1px solid rgba(201, 162, 39, 0.18);
}
.vc-collections-hero__media {
    position: absolute;
    inset: 0;
}
.vc-collections-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    opacity: 0.55;
    transform: scale(1.04);
}
.vc-collections-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10, 8, 6, 0.25) 0%, rgba(10, 8, 6, 0.55) 42%, rgba(10, 8, 6, 0.94) 100%),
        linear-gradient(90deg, rgba(10, 8, 6, 0.55) 0%, transparent 55%);
    pointer-events: none;
}
.vc-collections-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--vc-max);
    margin: 0 auto;
    padding: clamp(5.5rem, 12vw, 8rem) 1.5rem clamp(2.75rem, 6vw, 4rem);
}
.vc-collections-hero__brand {
    margin: 0 0 0.65rem;
    font-family: var(--vc-serif);
    font-size: clamp(2.4rem, 6vw, 3.75rem);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1;
    color: var(--vc-gold-soft);
}
.vc-collections-hero__title {
    margin: 0 0 0.85rem;
    font-family: var(--vc-sans);
    font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff;
}
.vc-collections-hero__lead {
    max-width: 32rem;
    margin: 0 0 1.5rem;
    font-size: clamp(0.95rem, 1.6vw, 1.08rem);
    line-height: 1.65;
    color: rgba(245, 238, 226, 0.78);
}
.vc-collections-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.vc-collections-shop,
.vc-collections-lookbook,
.vc-collections-cta {
    max-width: var(--vc-max);
    margin: 0 auto;
    padding: clamp(3.25rem, 7vw, 5rem) 1.5rem;
}
.vc-collections-shop__head,
.vc-collections-lookbook__head {
    max-width: 36rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}
.vc-collections-shop__head h2,
.vc-collections-lookbook__head h2,
.vc-collections-cta h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.35rem);
    font-weight: 500;
    color: var(--vc-gold-soft);
    margin: 0.35rem 0 0.75rem;
    line-height: 1.15;
}
.vc-collections-shop__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
}
.vc-collections-shop__card {
    display: block;
    text-decoration: none;
    color: inherit;
    min-width: 0;
    transition: transform 0.35s var(--vc-ease, ease);
}
.vc-collections-shop__card:hover,
.vc-collections-shop__card:focus-visible {
    transform: translateY(-3px);
}
.vc-collections-shop__frame {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 162, 39, 0.14);
}
.vc-collections-shop__frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s var(--vc-ease, ease), opacity 0.35s ease;
    opacity: 0.96;
}
.vc-collections-shop__card:hover img,
.vc-collections-shop__card:focus-visible img {
    transform: scale(1.05);
    opacity: 1;
}
.vc-collections-shop__meta {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem 0.1rem 0;
}
.vc-collections-shop__name {
    font-family: var(--vc-serif);
    font-size: 1.2rem;
    color: var(--vc-gold-soft);
}
.vc-collections-shop__count {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vc-muted);
}
.vc-collections-shop__cta {
    margin-top: 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(245, 238, 226, 0.7);
    transition: color 0.25s ease;
}
.vc-collections-shop__card:hover .vc-collections-shop__cta {
    color: var(--vc-gold-soft);
}

.vc-collections-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}
.vc-collections-filters__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid var(--vc-border);
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vc-muted);
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.vc-collections-filters__chip span {
    opacity: 0.7;
    font-variant-numeric: tabular-nums;
}
.vc-collections-filters__chip:hover {
    color: var(--vc-text);
    border-color: rgba(201, 162, 39, 0.4);
}
.vc-collections-filters__chip.is-active {
    color: #0a0806;
    background: var(--vc-gold-soft);
    border-color: var(--vc-gold-soft);
}
.vc-collections-filters__chip.is-active span { opacity: 0.75; color: inherit; }

.vc-collections-masonry {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}
.vc-collections-masonry__item {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    background: #100d0a;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 1 / 1;
    text-align: left;
}
.vc-collections-masonry__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.65s var(--vc-ease, ease);
}
.vc-collections-masonry__item:hover img,
.vc-collections-masonry__item:focus-visible img {
    transform: scale(1.05);
}
.vc-collections-masonry__overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 2.5rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    background: linear-gradient(180deg, transparent 0%, rgba(8, 6, 4, 0.88) 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.vc-collections-masonry__item:hover .vc-collections-masonry__overlay,
.vc-collections-masonry__item:focus-visible .vc-collections-masonry__overlay {
    opacity: 1;
    transform: translateY(0);
}
.vc-collections-masonry__tag {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}
.vc-collections-masonry__title {
    font-family: var(--vc-serif);
    font-size: 1.05rem;
    line-height: 1.25;
}
.vc-collections-masonry__caption {
    font-size: 0.8rem;
    color: rgba(245, 238, 226, 0.72);
    line-height: 1.4;
}
.vc-collections-empty {
    margin: 0;
    padding: 2.5rem 0;
    color: var(--vc-muted);
    text-align: center;
}

.vc-collections-cta {
    border-top: 1px solid var(--vc-border);
}
.vc-collections-cta__inner {
    max-width: 34rem;
}
.vc-collections-cta p {
    color: var(--vc-muted);
    line-height: 1.65;
    margin: 0 0 1.35rem;
}
.vc-collections-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* Collections lightbox */
body.vc-collections-lightbox-open { overflow: hidden; }
.vc-collections-lightbox {
    position: fixed;
    inset: 0;
    z-index: 100060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.vc-collections-lightbox[hidden] { display: none !important; }
.vc-collections-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.94);
    cursor: zoom-out;
}
.vc-collections-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 1100px);
    max-height: 94vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vc-collections-lightbox__frame {
    margin: 0;
    max-width: 100%;
    text-align: center;
}
.vc-collections-lightbox__frame img {
    display: block;
    max-width: min(92vw, 1000px);
    max-height: 78vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
}
.vc-collections-lightbox__frame figcaption {
    margin-top: 0.85rem;
    color: rgba(245, 238, 226, 0.85);
}
.vc-collections-lightbox__frame strong {
    display: block;
    font-family: var(--vc-serif);
    font-size: 1.15rem;
    color: var(--vc-gold-soft);
    font-weight: 500;
}
.vc-collections-lightbox__frame span {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.85rem;
    color: var(--vc-muted);
}
.vc-collections-lightbox__close,
.vc-collections-lightbox__nav {
    position: absolute;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    color: var(--vc-gold-soft);
    cursor: pointer;
    line-height: 1;
    border-radius: 50%;
    z-index: 2;
    transition: background 0.2s ease, color 0.2s ease;
}
.vc-collections-lightbox__close:hover,
.vc-collections-lightbox__nav:hover {
    background: rgba(201, 162, 39, 0.22);
    color: #fff;
}
.vc-collections-lightbox__close {
    top: 0.75rem;
    right: 0.75rem;
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1.6rem;
}
.vc-collections-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
    width: 2.65rem;
    height: 2.65rem;
    font-size: 1.8rem;
}
.vc-collections-lightbox__nav--prev { left: 0.5rem; }
.vc-collections-lightbox__nav--next { right: 0.5rem; }

@media (max-width: 1024px) {
    .vc-collections-shop__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vc-collections-masonry {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .vc-collections-hero {
        min-height: min(72vh, 560px);
    }
    .vc-collections-hero__inner {
        padding-top: 5rem;
    }
    .vc-collections-shop__grid { grid-template-columns: 1fr; }
    .vc-collections-masonry {
        gap: 0.55rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vc-collections-masonry__item {
        aspect-ratio: 1 / 1;
    }
    .vc-collections-masonry__overlay {
        opacity: 1;
        transform: none;
        padding: 1.75rem 0.75rem 0.75rem;
    }
    .vc-collections-lightbox__frame img {
        max-height: 68dvh;
    }
    .vc-collections-lightbox__nav--prev { left: 0.25rem; }
    .vc-collections-lightbox__nav--next { right: 0.25rem; }
}
.vc-order-track { padding: 1.25rem 0; border-bottom: 1px solid var(--vc-border); }
.vc-order-track h3 {
    font-family: var(--vc-serif);
    font-size: 1.2rem;
    color: var(--vc-gold-soft);
    margin: 0 0 0.65rem;
}
.vc-order-track p { margin: 0.25rem 0; color: var(--vc-muted); }
.vc-order-track__items {
    list-style: none;
    margin: 0.75rem 0 0;
    padding: 0;
    font-size: 0.9rem;
    color: var(--vc-text);
}
.vc-order-track__items li { padding: 0.2rem 0; }
.vc-order-track__actions { margin-top: 0.85rem !important; }
.vc-shop--center .vc-shop__head { text-align: center; }

.vc-order-success {
    max-width: 38rem;
    margin-inline: auto;
}

.vc-order-success__details {
    text-align: center;
}

.vc-order-success__icon {
    position: relative;
    width: 5.25rem;
    height: 5.25rem;
    margin: 0 auto 1.35rem;
    animation: vc-success-pop 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    opacity: 0;
    transform: scale(0.45);
}

.vc-order-success__icon::after {
    content: "";
    position: absolute;
    inset: -0.65rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.28) 0%, transparent 72%);
    animation: vc-success-glow 2.4s ease-in-out 0.7s infinite alternate;
    pointer-events: none;
}

.vc-order-success__tick {
    display: block;
    width: 100%;
    height: 100%;
}

.vc-order-success__circle {
    stroke: url(#vc-success-gold);
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: vc-success-circle 0.65s ease-in-out 0.15s forwards;
}

.vc-order-success__check {
    stroke: url(#vc-success-gold);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: vc-success-check 0.45s ease 0.72s forwards;
}

@keyframes vc-success-pop {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes vc-success-circle {
    to { stroke-dashoffset: 0; }
}

@keyframes vc-success-check {
    to { stroke-dashoffset: 0; }
}

@keyframes vc-success-glow {
    from { opacity: 0.45; transform: scale(0.96); }
    to { opacity: 1; transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
    .vc-order-success__icon,
    .vc-order-success__circle,
    .vc-order-success__check,
    .vc-order-success__icon::after {
        animation: none;
        opacity: 1;
        transform: none;
        stroke-dashoffset: 0;
    }
}

.vc-home-banner {
    background: #000;
    padding: 0;
    max-width: none;
    margin: 0;
}

.vc-home-banner img {
    width: 100%;
    max-width: none;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

/* ─── PDF layout system ───────────────────────────────────────────────────── */

/* Header — split nav like PDF */
.vc-header--pdf .vc-header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: min(1400px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 0.85rem 0;
}

.vc-header--pdf .vc-nav--left { justify-self: start; }
.vc-header--pdf .vc-nav--right { justify-self: end; }
.vc-header--pdf .vc-brand { justify-self: center; }

.vc-menu--pdf {
    gap: clamp(0.75rem, 2vw, 1.75rem);
}

.vc-menu--pdf a {
    font-family: var(--vc-serif);
    font-size: clamp(0.72rem, 1.1vw, 0.88rem);
    letter-spacing: 0.04em;
    color: rgba(245, 239, 230, 0.82);
    white-space: nowrap;
}

.vc-menu--pdf a:hover {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-header--pdf .vc-header__actions {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.vc-header--pdf .vc-header__inner { position: relative; }

@media (max-width: 1100px) {
    .vc-header--pdf .vc-nav--left,
    .vc-header--pdf .vc-nav--right { display: none; }
    .vc-header--pdf .vc-header__inner {
        grid-template-columns: 1fr auto;
        justify-content: space-between;
    }
    .vc-header--pdf .vc-brand { justify-self: start; }
}

/* Brand page — centered title (PDF style) */
.vc-brand-page {
    padding-bottom: 0;
}

.vc-brand-page-head {
    text-align: center;
    padding: clamp(2.5rem, 6vw, 4rem) 1.5rem clamp(2rem, 4vw, 3rem);
    max-width: 52rem;
    margin: 0 auto;
}

.vc-brand-page-head__title {
    font-family: var(--vc-serif);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 500;
    color: var(--vc-gold-soft);
    margin: 0;
    line-height: 1.15;
}

.vc-brand-page-head__script {
    font-family: var(--vc-script);
    font-size: clamp(2rem, 5vw, 3.25rem);
    color: #fff;
    margin: 0.75rem 0 0;
    line-height: 1.2;
}

.vc-brand-page-head__lead {
    margin: 1.25rem auto 0;
    max-width: 40rem;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-lg);
    line-height: 1.72;
    color: var(--vc-muted);
}

.vc-brand-body {
    max-width: min(1180px, calc(100% - 3rem));
    margin-inline: auto;
    padding: 0;
}

/* Global section rhythm — every page.
   Selectors are doubled to outrank any section's own single-class
   margin reset (e.g. "margin: 0" / "margin: 0 auto"), which otherwise
   wins on source order and collapses the gap before that section. */
.vc-main.vc-main > * + * {
    margin-top: var(--vc-section-gap);
}

.vc-brand-page.vc-brand-page > * + * {
    margin-top: var(--vc-section-gap);
}

.vc-brand-body.vc-brand-body > * + * {
    margin-top: var(--vc-section-gap);
}

/* Tighten the gaps around the homepage trust-badges strip and the
   customer-reviews carousel — each section's own padding already
   provides breathing room, so the global section-gap margin on top
   of that looked like empty dead space. */
.vc-hero-slider + .vc-home-promises,
.vc-home-promises + .vc-brand-story,
.vc-shorts + .vc-home-reviews,
.vc-home-reviews + .vc-home-banner {
    margin-top: 0;
}

.vc-craft-gallery {
    border-top: 1px solid var(--vc-border);
}

/* Editorial two-column (text + rounded image) */
.vc-brand-editorial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.vc-brand-editorial--reverse .vc-brand-editorial__media { order: 2; }
.vc-brand-editorial--reverse .vc-brand-editorial__copy { order: 1; }

.vc-brand-editorial__copy {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
}

.vc-brand-editorial__copy p { margin: 0 0 1.15rem; }
.vc-brand-editorial__copy p:last-child { margin-bottom: 0; }
.vc-brand-editorial__copy strong { color: var(--vc-text); font-weight: 600; }
.vc-brand-editorial__copy em {
    display: block;
    margin-top: 1.25rem;
    font-family: var(--vc-serif);
    font-style: italic;
    font-size: var(--vc-text-base);
    color: var(--vc-gold-soft);
}

.vc-brand-editorial__copy ul {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.vc-brand-editorial__copy li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.55rem;
}

.vc-brand-editorial__copy li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--vc-gold);
}

.vc-brand-editorial__copy h2,
.vc-brand-editorial__copy h3 {
    font-family: var(--vc-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 600;
    color: var(--vc-gold-soft);
    margin: 0 0 1rem;
}

/* Rounded image frame — PDF card style */
.vc-brand-frame {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(201, 162, 39, 0.08);
    line-height: 0;
}

.vc-brand-frame img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.vc-brand-frame--tall img { aspect-ratio: 3 / 4; }
.vc-brand-frame--wide img { aspect-ratio: 16 / 10; }

.vc-brand-frame--reflect {
    position: relative;
    margin-bottom: 2rem;
}

.vc-brand-frame--reflect::after {
    content: "";
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: -1.5rem;
    height: 2rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0.06), transparent);
    filter: blur(8px);
    border-radius: 50%;
    pointer-events: none;
}

/* Dual column text (Mission + Vision style) */
.vc-brand-dual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
}

.vc-brand-dual__col h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--vc-gold-soft);
    text-align: center;
    margin: 0 0 1.5rem;
}

.vc-brand-dual__col:has(ul) h2 {
    text-align: left;
}

.vc-brand-dual__col:has(ul) ul {
    margin-top: 0;
}

.vc-brand-dual__col p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
    margin: 0 0 1rem;
    text-align: center;
}

.vc-brand-dual__col strong { color: var(--vc-text); }

.vc-brand-dual__col ul {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    text-align: left;
}

.vc-brand-dual__col li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.65rem;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
}

.vc-brand-dual__col li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--vc-gold);
}

/* Promise detail — two columns of stacked, left-aligned title + copy blocks */
.vc-promise-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
}

.vc-promise-detail__item + .vc-promise-detail__item {
    margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.vc-promise-detail__item h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    color: var(--vc-text);
    margin: 0 0 0.85rem;
}

.vc-promise-detail__item p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.75;
    color: var(--vc-muted);
    margin: 0;
}

.vc-promise-detail__item strong {
    color: var(--vc-gold-soft);
    font-weight: 600;
}

@media (max-width: 768px) {
    .vc-promise-detail {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .vc-promise-detail__item + .vc-promise-detail__item {
        margin-top: 1.75rem;
    }

    .vc-promise-detail__col + .vc-promise-detail__col {
        margin-top: 1.75rem;
    }
}

/* Materials essence — icon-led list of statements */
.vc-materials-essence {
    max-width: 860px;
    margin: 0 auto;
}

.vc-materials-essence__title {
    text-align: center;
    font-family: var(--vc-serif);
    font-size: clamp(1.55rem, 3vw, 2rem);
    color: var(--vc-text);
    margin: 0 0 clamp(2rem, 4vw, 2.5rem);
}

.vc-materials-essence__item + .vc-materials-essence__item {
    margin-top: 1.5rem;
}

.vc-materials-essence__item h3 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--vc-serif);
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: var(--vc-text);
    margin: 0 0 0.5rem;
}

.vc-materials-essence__item h3 .vc-trust-icon {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--vc-gold-soft);
    flex-shrink: 0;
}

.vc-materials-essence__item p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.75;
    color: var(--vc-muted);
    margin: 0;
}

.vc-materials-essence__item strong {
    color: var(--vc-gold-soft);
    font-weight: 600;
}

/* Six-column difference grid (PDF page 14) */
.vc-brand-diff__title {
    text-align: center;
    font-family: var(--vc-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--vc-gold-soft);
    margin: 0 0 clamp(2rem, 4vw, 3rem);
}

.vc-brand-diff__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(0.75rem, 2vw, 1.25rem);
}

.vc-brand-diff__item h3 {
    font-family: var(--vc-serif);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    font-weight: 600;
    color: var(--vc-text);
    margin: 0 0 0.65rem;
    line-height: 1.35;
}

.vc-brand-diff__item p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.68;
    color: var(--vc-muted);
    margin: 0 0 1.35rem;
}

.vc-brand-diff__item .vc-brand-frame img { aspect-ratio: 3 / 4; }

.vc-brand-diff__foot {
    text-align: center;
    margin-top: clamp(2rem, 4vw, 3rem);
    font-family: var(--vc-serif);
    font-size: clamp(1rem, 2vw, 1.15rem);
    font-style: italic;
    color: var(--vc-gold-soft);
}

/* Craft process grid (PDF page 11) */
.vc-brand-process {
    margin-bottom: 0;
}

.vc-brand-process__head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.vc-brand-process__head h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--vc-gold-soft);
    margin: 0.5rem 0 0;
}

.vc-brand-process__num {
    display: block;
    font-family: var(--vc-serif);
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    color: var(--vc-gold);
    margin-bottom: 0.45rem;
}

.vc-craft-page__intro {
    margin-bottom: 0;
}

.vc-craft-quote {
    margin: 0;
    padding: clamp(2rem, 5vw, 3rem) 1.5rem;
    text-align: center;
    border-block: 1px solid var(--vc-border);
    background: var(--vc-section-tint);
}

.vc-craft-quote p {
    margin: 0 auto;
    max-width: 40rem;
    font-family: var(--vc-serif);
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    font-style: italic;
    line-height: 1.65;
    color: var(--vc-gold-soft);
}

.vc-craft-page .vc-brand-process__item .vc-brand-frame,
.vc-craft-stages__item .vc-brand-frame {
    transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease);
}

.vc-craft-page .vc-brand-process__item:hover .vc-brand-frame,
.vc-craft-stages__item:hover .vc-brand-frame {
    transform: translateY(-4px);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(201, 162, 39, 0.14);
}

.vc-craft-page .vc-brand-editorial__copy .vc-link {
    display: inline-block;
    margin-top: 1.25rem;
}

/* Animated craft stages — 3×2 grid */
.vc-craft-stages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.vc-craft-stages__item {
    text-align: center;
    opacity: 0;
    transform: translateY(24px);
}

.vc-craft-stages.is-visible .vc-craft-stages__item {
    animation: vc-craft-stage-in 0.7s var(--vc-ease) forwards;
    animation-delay: var(--stage-delay, 0s);
}

@keyframes vc-craft-stage-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vc-craft-stages__item h3 {
    font-family: var(--vc-serif);
    font-size: clamp(1.1rem, 1.6vw, 1.25rem);
    font-weight: 600;
    color: var(--vc-text);
    margin: 0 0 0.5rem;
}

.vc-craft-stages__item p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
    margin: 0 0 1rem;
}

.vc-craft-stages__item .vc-brand-frame {
    margin: 0;
    transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease);
}

.vc-craft-stages__item:hover .vc-brand-frame {
    transform: translateY(-4px);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(201, 162, 39, 0.14);
}

.vc-craft-stages__item--finale {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vc-craft-stages__finale-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 1rem;
    padding: 1.5rem;
    border-radius: 0;
    border: 1px solid rgba(201, 162, 39, 0.35);
    background:
        radial-gradient(circle at 50% 35%, rgba(201, 162, 39, 0.22) 0%, transparent 55%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.35) 100%);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(201, 162, 39, 0.08);
    animation: vc-craft-finale-glow 3s ease-in-out infinite;
}

@keyframes vc-craft-finale-glow {
    0%, 100% { border-color: rgba(201, 162, 39, 0.28); }
    50% { border-color: rgba(212, 184, 106, 0.65); }
}

.vc-craft-stages__finale-script {
    font-family: var(--vc-script, "Pinyon Script", cursive);
    font-size: clamp(2.5rem, 6vw, 3.75rem);
    color: var(--vc-gold-soft);
    line-height: 1;
}

.vc-brand-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.vc-brand-process__item {
    text-align: center;
}

.vc-brand-process__item h3 {
    font-family: var(--vc-serif);
    font-size: clamp(1.1rem, 1.6vw, 1.25rem);
    font-weight: 600;
    color: var(--vc-text);
    margin: 0 0 0.5rem;
}

.vc-brand-process__item p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
    margin: 0 0 1rem;
}

.vc-brand-process__item .vc-brand-frame { margin-bottom: 0; }
.vc-brand-process__item .vc-brand-frame img { aspect-ratio: 4 / 3; }

.vc-brand-process__item--wide {
    grid-column: span 2;
    max-width: 420px;
    margin: 0 auto;
}

/* Promise layout — 3 col text + image mosaic */
.vc-brand-promise-layout {
    display: grid;
    grid-template-columns: 2fr 1.1fr;
    gap: clamp(2rem, 4vw, 3rem);
}

.vc-brand-promise-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
}

.vc-brand-promise-cols h3 {
    font-family: var(--vc-serif);
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    font-weight: 600;
    color: var(--vc-text);
    margin: 0 0 0.65rem;
}

.vc-brand-promise-cols p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.72;
    color: var(--vc-muted);
    margin: 0;
}

.vc-brand-mosaic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    border-radius: 8px;
    overflow: hidden;
}

.vc-brand-mosaic img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

/* Material columns */
.vc-brand-material-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
}

.vc-brand-material-cols h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    color: var(--vc-gold-soft);
    margin: 0 0 1rem;
}

.vc-brand-material-cols p {
    font-family: var(--vc-serif);
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--vc-muted);
    margin: 0 0 1rem;
}

.vc-brand-material-cols h3 {
    font-family: var(--vc-serif);
    font-size: 0.95rem;
    color: var(--vc-text);
    margin: 1.25rem 0 0.65rem;
}

.vc-brand-material-cols ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-brand-material-cols li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-family: var(--vc-serif);
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--vc-muted);
}

.vc-brand-material-cols li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--vc-gold);
}

/* More than leather — vertical icon list */
.vc-brand-values {
    max-width: 42rem;
    margin: 0 auto clamp(3rem, 6vw, 4rem);
}

.vc-brand-values__title {
    text-align: center;
    font-family: var(--vc-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    color: var(--vc-gold-soft);
    margin: 0 0 2rem;
}

.vc-brand-value {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem 1.25rem;
    margin-bottom: 1.75rem;
    align-items: start;
}

.vc-brand-value__icon {
    font-size: 1.35rem;
    line-height: 1;
    padding-top: 0.15rem;
}

.vc-brand-value h3 {
    font-family: var(--vc-serif);
    font-size: 1rem;
    color: var(--vc-text);
    margin: 0 0 0.35rem;
}

.vc-brand-value p {
    font-family: var(--vc-serif);
    font-size: 0.92rem;
    line-height: 1.75;
    color: var(--vc-muted);
    margin: 0;
    grid-column: 2;
}

/* Trust boxes — white rounded (PDF product page) */
.vc-brand-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
    justify-content: center;
    margin: var(--vc-section-gap) 0 0;
}

.vc-brand-trust__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    color: #1a1208;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.vc-brand-trust__item span:first-child { font-size: 1rem; }

/* Mission page */
.vc-mission-pillars__head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.vc-mission-pillars__head h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.65rem, 3.2vw, 2.15rem);
    font-weight: 600;
    color: var(--vc-gold-soft);
    margin: 0.5rem 0 0;
}

.vc-mission-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.vc-mission-pillar {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0 0.5rem;
}

.vc-mission-pillar__media {
    order: 3;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--vc-border);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease);
}

.vc-mission-pillar:hover .vc-mission-pillar__media {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.vc-mission-pillar__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
}

.vc-mission-pillar h3 {
    order: 1;
    font-family: var(--vc-serif);
    font-size: clamp(1.2rem, 1.8vw, 1.4rem);
    font-weight: 600;
    color: var(--vc-gold-soft);
    margin: 0 0 0.75rem;
    letter-spacing: 0.01em;
}

.vc-mission-pillar p {
    order: 2;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    font-weight: 400;
    line-height: 1.72;
    color: rgba(245, 239, 230, 0.72);
    margin: 0 auto 1.75rem;
    max-width: 22rem;
}

.vc-mission-page .vc-brand-editorial__copy h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--vc-gold-soft);
    margin: 0 0 1rem;
}

/* Promise page */
.vc-promise-pillars {
    margin-bottom: 0;
}

.vc-promise-pillars__eyebrow {
    text-align: center;
    margin-bottom: 0.5rem;
}

.vc-promise-pillars__title {
    font-family: var(--vc-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--vc-gold-soft);
    text-align: center;
    margin: 0 0 clamp(2rem, 4vw, 3rem);
}

.vc-promise-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.vc-promise-pillars__card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--vc-border);
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease);
}

.vc-promise-pillars__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.34);
}

.vc-promise-pillars__figure {
    margin: 0;
    overflow: hidden;
}

.vc-promise-pillars__figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.6s var(--vc-ease);
}

.vc-promise-pillars__card:hover .vc-promise-pillars__figure img {
    transform: scale(1.04);
}

.vc-promise-pillars__body {
    padding: clamp(1rem, 2vw, 1.35rem);
}

.vc-promise-pillars__body h3 {
    font-family: var(--vc-serif);
    font-size: clamp(1.15rem, 1.7vw, 1.35rem);
    font-weight: 600;
    color: var(--vc-gold-soft);
    margin: 0 0 0.65rem;
}

.vc-promise-pillars__body p {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    font-weight: 400;
    line-height: 1.72;
    color: rgba(245, 239, 230, 0.72);
    margin: 0;
}

.vc-promise-page .vc-brand-editorial__copy h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--vc-gold-soft);
    margin: 0 0 1rem;
}

/* Materials page */
.vc-materials-page .vc-brand-editorial__copy h2,
.vc-materials-page .vc-brand-editorial__copy h3 {
    font-family: var(--vc-serif);
    color: var(--vc-gold-soft);
}

.vc-materials-page .vc-brand-editorial__copy h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    margin: 0 0 1rem;
}

.vc-materials-page .vc-brand-editorial__copy h3 {
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    color: var(--vc-text);
    margin: 1.25rem 0 0.65rem;
}

.vc-materials-swatches__head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.vc-materials-swatches__head h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: var(--vc-gold-soft);
    margin: 0.5rem 0 0.75rem;
}

.vc-materials-page .vc-leather__swatches {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2vw, 1.35rem);
}

/* About page */
.vc-about-page .vc-brand-editorial__copy h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    color: var(--vc-gold-soft);
    margin: 0 0 1rem;
}

.vc-about-page .vc-brand-editorial__copy .vc-link {
    display: inline-block;
    margin-top: 1.25rem;
}

/* Centered prose block */
.vc-brand-prose-center {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-base);
    line-height: 1.72;
    color: var(--vc-muted);
}

.vc-brand-prose-center p { margin: 0 0 1rem; }
.vc-brand-prose-center em {
    display: block;
    margin-top: 1.25rem;
    font-family: var(--vc-serif);
    font-style: italic;
    font-size: var(--vc-text-lg);
    color: var(--vc-gold-soft);
}

/* Brand nav strip */
.vc-brand-nav {
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid var(--vc-border);
    padding: clamp(2rem, 5vw, 3rem) 1.5rem;
}

.vc-brand-nav__inner { max-width: min(1180px, calc(100% - 3rem)); margin: 0 auto; }

.vc-brand-nav__label {
    text-align: center;
    font-family: var(--vc-serif);
    font-size: clamp(0.92rem, 1.4vw, 1.05rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vc-gold);
    margin: 0 0 1.25rem;
}

.vc-brand-nav__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.65rem;
}

.vc-brand-nav__link {
    display: block;
    padding: 0.9rem 0.65rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    text-align: center;
    transition: border-color 0.25s, background 0.25s;
}

.vc-brand-nav__link:hover {
    opacity: 1;
    border-color: var(--vc-gold-soft);
    background: rgba(201, 162, 39, 0.06);
}

.vc-brand-nav__link.is-active {
    border-color: var(--vc-gold);
    background: rgba(201, 162, 39, 0.1);
}

.vc-brand-nav__link-title {
    display: block;
    font-family: var(--vc-serif);
    font-size: clamp(1.1rem, 1.6vw, 1.28rem);
    color: var(--vc-text);
}

.vc-brand-nav__link-desc {
    display: block;
    font-size: clamp(0.85rem, 1.15vw, 0.95rem);
    color: var(--vc-muted);
    margin-top: 0.2rem;
    line-height: 1.45;
}

/* Brand CTA */
.vc-brand-cta {
    text-align: center;
    padding: clamp(2.5rem, 5vw, 3.5rem) 1.5rem;
    border-top: 1px solid var(--vc-border);
}

.vc-brand-cta h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    color: var(--vc-gold-soft);
    margin: 0 0 0.85rem;
}

.vc-brand-cta p {
    font-family: var(--vc-serif);
    font-size: clamp(1.02rem, 1.8vw, 1.15rem);
    color: var(--vc-muted);
    max-width: 36rem;
    margin: 0 auto 1.35rem;
    line-height: 1.75;
}

.vc-brand-cta .vc-btn {
    font-size: 0.78rem;
    min-height: 48px;
    padding-inline: 1.85rem;
}

.vc-brand-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

/* Footer — PDF style (+10% scale) */
.vc-footer--pdf {
    background: #000;
    border-top: 1px solid var(--vc-border);
    padding-top: clamp(2.97rem, 6.93vw, 4.95rem);
}

.vc-footer-pdf__hero {
    text-align: center;
    max-width: 35.64rem;
    margin: 0 auto clamp(2.475rem, 4.95vw, 3.96rem);
    padding: 0 1.485rem;
}

.vc-footer-pdf__logo-shine {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin: 0 auto 0.74rem;
    cursor: pointer;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.35s var(--vc-ease);
}

.vc-footer-pdf__logo-shine:hover,
.vc-footer-pdf__logo-shine:focus-visible {
    opacity: 1;
    transform: translateY(-1px);
}

.vc-footer-pdf__logo-shine::after {
    content: "";
    position: absolute;
    inset: -18% -8%;
    background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.28) 0%, transparent 68%);
    opacity: 0.25;
    transform: scale(0.98);
    transition: opacity 0.35s var(--vc-ease), transform 0.35s var(--vc-ease);
    pointer-events: none;
    z-index: 0;
}

.vc-footer-pdf__logo-shine:hover::after,
.vc-footer-pdf__logo-shine:focus-visible::after {
    opacity: 0.85;
    transform: scale(1.06);
}

.vc-footer-pdf__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: min(218px, 58vw);
    height: auto;
    max-height: clamp(2.33rem, 5.94vw, 3.32rem);
    margin: 0;
    object-fit: contain;
}

.vc-footer-pdf__logo-glint {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
    -webkit-mask-image: var(--vc-footer-logo-mask);
    mask-image: var(--vc-footer-logo-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.vc-footer-pdf__logo-glint::before {
    content: "";
    position: absolute;
    top: -25%;
    bottom: -25%;
    left: -75%;
    width: 46%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 214, 120, 0.15) 16%,
        rgba(255, 248, 220, 1) 50%,
        rgba(255, 214, 120, 0.15) 84%,
        transparent 100%
    );
    transform: skewX(-22deg);
    filter: blur(0.35px);
}

@media (hover: hover) {
    .vc-footer-pdf__logo-shine:hover .vc-footer-pdf__logo-glint::before,
    .vc-footer-pdf__logo-shine:focus-visible .vc-footer-pdf__logo-glint::before {
        animation: vc-footer-logo-glint-hover 0.95s cubic-bezier(0.45, 0, 0.2, 1) forwards;
    }
}

@keyframes vc-footer-logo-glint-hover {
    0% {
        left: -78%;
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    100% {
        left: 132%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vc-footer-pdf__logo-glint::before,
    .vc-footer-pdf__logo-shine::after {
        animation: none !important;
        transition: none;
    }

    .vc-footer-pdf__logo-shine:hover::after,
    .vc-footer-pdf__logo-shine:focus-visible::after {
        opacity: 0.55;
        transform: scale(1);
    }
}

.vc-footer-pdf__tagline {
    font-family: var(--vc-serif);
    font-size: clamp(0.99rem, 1.98vw, 1.14rem);
    color: var(--vc-muted);
    margin: 0.5rem 0 0;
}

.vc-footer-pdf__desc {
    font-family: var(--vc-serif);
    font-size: 0.89rem;
    line-height: 1.65;
    color: rgba(245, 239, 230, 0.45);
    margin: 0.74rem 0 0;
}

.vc-footer-pdf__grid {
    max-width: min(1168px, calc(100% - 2.97rem));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: clamp(1.98rem, 3.96vw, 2.97rem);
    padding: 0 1.485rem 0.35rem;
    align-items: start;
}

.vc-footer-pdf__left {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.vc-footer-pdf__mark {
    width: min(100%, 554px);
    line-height: 0;
    margin-top: -0.15rem;
    margin-bottom: -0.35rem;
}

.vc-footer-pdf__mark-logo {
    display: block;
    width: 100%;
    height: auto;
    max-height: clamp(5.45rem, 15.84vw, 8.42rem);
    object-fit: contain;
    opacity: 0.16;
    filter: brightness(0) invert(1);
}

.vc-footer-pdf__links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.485rem;
}

.vc-footer-pdf__card {
    background: #000;
    color: var(--vc-text);
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    padding: clamp(1.485rem, 2.97vw, 1.98rem);
    text-align: center;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.vc-footer-pdf__card-script {
    font-family: var(--vc-script);
    font-size: clamp(1.73rem, 2.97vw, 2.23rem);
    color: var(--vc-gold-soft);
    margin: 0 0 0.99rem;
    line-height: 1.2;
}

.vc-footer-pdf__card-handle {
    font-size: 0.84rem;
    color: var(--vc-muted);
    margin: 0 0 0.74rem;
    line-height: 1.5;
}

.vc-footer-pdf__card-handle strong {
    color: var(--vc-text);
}

.vc-footer-pdf__card-link {
    display: block;
    font-family: var(--vc-serif);
    font-size: 0.99rem;
    color: var(--vc-gold-soft);
    margin-bottom: 1.24rem;
}

.vc-footer-pdf__card-link:hover { opacity: 0.8; }

.vc-footer-pdf__card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.vc-footer--pdf .vc-footer__bottom {
    border-top: 1px solid var(--vc-border);
    padding: 0.84rem 1.485rem 0.99rem;
    text-align: center;
}

.vc-footer--pdf .vc-footer__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.74rem;
    justify-content: center;
    align-items: center;
    font-size: 0.77rem;
    color: var(--vc-muted);
}

.vc-footer--pdf .vc-footer__made-in {
    margin: 0.64rem 0 0;
    font-size: 0.71rem;
    letter-spacing: 0.08em;
    color: var(--vc-gold-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.vc-footer--pdf .vc-footer__studio {
    margin: 0.84rem 0 0;
    font-size: 0.67rem;
    letter-spacing: 0.06em;
    color: rgba(245, 239, 230, 0.38);
}

.vc-footer--pdf h4 {
    margin-bottom: 0.99rem;
    font-size: 0.804rem;
}

.vc-footer--pdf .vc-footer-menu a,
.vc-footer--pdf .vc-footer__contact a {
    padding: 0.35rem 0;
    font-size: 0.928rem;
}

.vc-footer--pdf .vc-footer-contact p {
    font-size: 0.812rem;
    margin: 0 0 0.5rem;
}

.vc-footer--pdf .vc-footer-social {
    gap: 0.64rem;
    margin-top: 0.74rem;
}

.vc-footer--pdf .vc-footer-social a {
    font-size: 0.74rem;
}

.vc-footer--pdf .vc-footer__flag svg {
    width: 22px;
}

.vc-footer--pdf .vc-newsletter {
    margin: 0.99rem 0;
}

.vc-footer--pdf .vc-newsletter__label {
    font-size: 0.71rem;
    margin-bottom: 0.5rem;
}

.vc-footer--pdf .vc-newsletter__row {
    gap: 0.5rem;
}

.vc-footer--pdf .vc-btn {
    min-height: 45px;
    padding: 0.74rem 1.73rem;
    font-size: 0.804rem;
}

.vc-footer__studio a {
    color: var(--vc-gold-soft);
    border-bottom: 1px solid rgba(212, 184, 106, 0.28);
    padding-bottom: 1px;
    transition: color 0.25s var(--vc-ease), border-color 0.25s var(--vc-ease);
}

.vc-footer__studio a:hover {
    opacity: 1;
    color: var(--vc-gold);
    border-bottom-color: var(--vc-gold);
}

@media (max-width: 1024px) {
    .vc-brand-diff__grid { grid-template-columns: repeat(3, 1fr); }
    .vc-brand-process__grid { grid-template-columns: repeat(2, 1fr); }
    .vc-brand-promise-layout { grid-template-columns: 1fr; }
    .vc-brand-nav__grid { grid-template-columns: repeat(4, 1fr); }
    .vc-footer-pdf__grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .vc-brand-editorial,
    .vc-brand-dual,
    .vc-brand-material-cols { grid-template-columns: 1fr; }
    .vc-brand-editorial--reverse .vc-brand-editorial__media,
    .vc-brand-editorial--reverse .vc-brand-editorial__copy { order: unset; }
    .vc-brand-diff__grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .vc-brand-promise-cols { grid-template-columns: 1fr; }
    .vc-brand-process__grid { grid-template-columns: 1fr; }
    .vc-brand-process__item--wide { grid-column: span 1; }
    .vc-brand-nav__grid { grid-template-columns: repeat(2, 1fr); }
    .vc-brand-nav__link { padding: 0.75rem 0.5rem; }
    .vc-brand-nav__link-desc { display: none; }
    .vc-footer-pdf__links { grid-template-columns: 1fr; }
    .vc-craft-stages__grid { grid-template-columns: 1fr; }
    .vc-mission-pillars__grid { grid-template-columns: 1fr; }
    .vc-promise-pillars__grid { grid-template-columns: 1fr; }
    .vc-contact-layout { grid-template-columns: 1fr; }
    .vc-contact-channels-row { grid-template-columns: 1fr; }
    .vc-contact-help__grid { grid-template-columns: 1fr; }
    .vc-materials-page .vc-leather__swatches { grid-template-columns: repeat(2, 1fr); }
}

/* Heritage tagline — small, bottom of hero slider */
.vc-hero-slider__heritage {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    z-index: 4;
    margin: 0;
    font-family: var(--vc-serif);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.48);
    white-space: nowrap;
    pointer-events: none;
}

.vc-hero-slider .vc-hero-slider__nav {
    bottom: clamp(1.85rem, 4vw, 2.75rem);
}

@media (min-width: 769px) {
    .vc-hero-slider__heritage {
        font-size: 0.72rem;
        bottom: 0.65rem;
    }
}

/* Hero slider — split layout (text | image) */
.vc-hero-slider--split {
    height: clamp(500px, 46vw, 680px);
    max-height: 78vh;
    background: #070504;
}

.vc-hero-slider--split .vc-hero-slider__slide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
}

.vc-hero-slider--split .vc-hero-slider__slide[data-align="right"] .vc-hero-slider__content {
    order: 2;
}

.vc-hero-slider--split .vc-hero-slider__slide[data-align="right"] .vc-hero-slider__media {
    order: 1;
}

.vc-hero-slider--split .vc-hero-slider__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: clamp(1.75rem, 4vw, 3.25rem);
    background:
        radial-gradient(ellipse 85% 75% at 15% 45%, rgba(201, 162, 39, 0.11) 0%, transparent 58%),
        linear-gradient(165deg, #0c0a08 0%, #070504 100%);
    border-inline-end: 1px solid var(--vc-border);
}

.vc-hero-slider--split .vc-hero-slider__slide[data-align="right"] .vc-hero-slider__content {
    border-inline-end: none;
    border-inline-start: 1px solid var(--vc-border);
}

.vc-hero-slider--split .vc-hero-slider__content--left {
    justify-content: flex-start;
    text-align: left;
}

.vc-hero-slider--split .vc-hero-slider__content--center {
    justify-content: center;
    text-align: center;
}

.vc-hero-slider--split .vc-hero-slider__content--right {
    justify-content: flex-end;
    text-align: right;
}

.vc-hero-slider--split .vc-hero-slider__content--center .vc-hero-slider__copy,
.vc-hero-slider--split .vc-hero-slider__content--right .vc-hero-slider__copy {
    margin-inline: 0;
}

.vc-hero-slider--split .vc-hero-slider__content--center .vc-hero-slider__copy {
    margin-inline: auto;
}

.vc-hero-slider--split .vc-hero-slider__content--right .vc-hero-slider__copy {
    margin-left: auto;
}

.vc-hero-slider--split .vc-hero-slider__media {
    position: relative;
    inset: auto;
    min-height: 0;
    overflow: hidden;
    background: #14110e;
}

.vc-hero-slider--split .vc-hero-slider__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vc-hero-slider--split .vc-hero-slider__slide[data-align="left"] .vc-hero-slider__media img {
    object-position: right center;
}

.vc-hero-slider--split .vc-hero-slider__slide[data-align="right"] .vc-hero-slider__media img {
    object-position: left center;
}

.vc-hero-slider--split .vc-hero-slider__overlay {
    display: none;
}

.vc-hero-slider--split .vc-hero-slider__copy {
    max-width: 36rem;
    color: var(--vc-text);
}

.vc-hero-slider--split .vc-hero-slider__eyebrow {
    color: var(--vc-gold-soft);
    font-size: clamp(1.4rem, 2.8vw, 1.95rem);
    margin-bottom: 1.25rem;
}

.vc-hero-slider--split .vc-hero-slider__title {
    color: var(--vc-text);
    font-size: clamp(3.6rem, 8.5vw, 6.5rem);
    line-height: 1.02;
    margin-bottom: 2rem;
}

.vc-hero-slider--split .vc-hero-slider__cta {
    color: var(--vc-gold-soft);
    font-size: clamp(1.1rem, 1.9vw, 1.35rem);
    letter-spacing: 0.08em;
    border-bottom-color: rgba(201, 162, 39, 0.42);
    padding-bottom: 0.35rem;
}

.vc-hero-slider--split .vc-hero-slider__cta:hover {
    border-bottom-color: var(--vc-gold-soft);
}

.vc-hero-slider--split .vc-hero-slider__nav {
    left: 50%;
    transform: translateX(-50%);
}

.vc-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Header search + customize */
.vc-header-search {
    display: flex;
    align-items: center;
    border: 1px solid var(--vc-border);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.vc-header-search__input {
    width: clamp(5rem, 10vw, 8rem);
    padding: 0.35rem 0.65rem 0.35rem 0.85rem;
    border: 0;
    background: transparent;
    color: var(--vc-text);
    font-family: var(--vc-sans);
    font-size: 0.78rem;
}

.vc-header-search__input::placeholder { color: var(--vc-muted); }
.vc-header-search__input:focus { outline: none; }

.vc-header-search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.65rem;
    border: 0;
    background: transparent;
    color: var(--vc-muted);
    cursor: pointer;
}

.vc-header-search__btn:hover { color: var(--vc-gold-soft); }

.vc-link--header {
    font-family: var(--vc-serif);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    color: rgba(245, 239, 230, 0.82);
    white-space: nowrap;
}

.vc-link--header:hover { opacity: 1; color: var(--vc-gold-soft); }

@media (max-width: 1100px) {
    .vc-header-search,
    .vc-link--header { display: none; }
}

/* Home promises — trust badges grid */
.vc-home-promises {
    padding: clamp(2rem, 4vw, 3rem) 1.5rem;
    border-block: 1px solid var(--vc-border);
    background:
        radial-gradient(ellipse 80% 120% at 50% 0%, rgba(201, 162, 39, 0.08) 0%, transparent 55%),
        rgba(0, 0, 0, 0.32);
}

.vc-home-promises__inner {
    max-width: var(--vc-max);
    margin: 0 auto;
}

.vc-home-promises__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.5vw, 1rem);
}

.vc-home-promises__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 1.35rem 0.85rem 1.15rem;
    border: 1px solid rgba(201, 162, 39, 0.16);
    border-radius: 8px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
    transition: transform 0.35s var(--vc-ease), border-color 0.35s var(--vc-ease), box-shadow 0.35s var(--vc-ease);
}

.vc-home-promises__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 184, 106, 0.75), transparent);
    opacity: 0.65;
}

.vc-home-promises__card:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 162, 39, 0.38);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.vc-home-promises__index {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    font-family: var(--vc-sans);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: rgba(212, 184, 106, 0.45);
}

.vc-home-promises__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 0.9rem;
    border: 1px solid rgba(201, 162, 39, 0.32);
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, rgba(201, 162, 39, 0.18) 0%, rgba(0, 0, 0, 0.15) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.vc-home-promises__icon {
    display: inline-flex;
    line-height: 1;
}

.vc-home-promises__icon .vc-trust-icon {
    width: 1.35rem;
    height: 1.35rem;
    color: var(--vc-gold-soft);
}

.vc-home-promises__flag svg {
    width: 22px;
    height: auto;
    display: block;
}

.vc-home-promises__label {
    margin: 0 0 0.35rem;
    font-family: var(--vc-serif);
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    font-weight: 500;
    line-height: 1.25;
    color: var(--vc-text);
}

.vc-home-promises__hint {
    margin: 0;
    font-family: var(--vc-sans);
    font-size: 0.72rem;
    line-height: 1.45;
    color: var(--vc-muted);
}

@media (max-width: 1024px) {
    .vc-home-promises__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .vc-home-promises {
        padding: 1.15rem 0;
    }

    .vc-home-promises__inner {
        max-width: none;
        padding: 0;
    }

    .vc-home-promises__grid {
        display: flex;
        grid-template-columns: none;
        gap: 0.65rem;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        padding: 0.15rem 1rem 0.55rem;
        scrollbar-width: none;
    }

    .vc-home-promises__grid::-webkit-scrollbar {
        display: none;
    }

    .vc-home-promises__card {
        flex: 0 0 min(42vw, 9.5rem);
        min-width: min(42vw, 9.5rem);
        max-width: 9.5rem;
        padding: 0.95rem 0.65rem 0.85rem;
        border-radius: 8px;
        scroll-snap-align: start;
    }

    .vc-home-promises__card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: 9.5rem;
        justify-self: auto;
        width: auto;
    }

    .vc-home-promises__index {
        top: 0.4rem;
        right: 0.45rem;
        font-size: 0.52rem;
        letter-spacing: 0.1em;
    }

    .vc-home-promises__icon-wrap {
        width: 2.35rem;
        height: 2.35rem;
        margin-bottom: 0.55rem;
    }

    .vc-home-promises__icon .vc-trust-icon {
        width: 1.1rem;
        height: 1.1rem;
    }

    .vc-home-promises__flag svg {
        width: 18px;
    }

    .vc-home-promises__label {
        font-size: 0.78rem;
        line-height: 1.25;
        margin-bottom: 0.25rem;
    }

    .vc-home-promises__hint {
        font-size: 0.62rem;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .vc-home-promises__card:hover {
        transform: none;
    }
}

/* Home reviews carousel */
.vc-home-reviews {
    padding: clamp(2.5rem, 5vw, 4rem) 1.5rem;
    border-block: 1px solid var(--vc-border);
    background: rgba(0, 0, 0, 0.2);
}

.vc-home-reviews__inner {
    max-width: var(--vc-max);
    margin: 0 auto;
}

.vc-home-reviews__head {
    text-align: center;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.vc-home-reviews__head h2 {
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.vc-home-reviews__layout {
    display: grid;
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
    gap: clamp(1rem, 2.5vw, 1.75rem);
    align-items: stretch;
}

.vc-home-reviews__summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 162, 39, 0.14) 0%, transparent 62%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.vc-home-reviews__summary-label {
    margin: 0 0 0.65rem;
    font-family: var(--vc-serif);
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
    font-weight: 500;
    color: var(--vc-text);
}

.vc-home-reviews__stars {
    display: inline-flex;
    gap: 0.15rem;
    margin-bottom: 0.75rem;
    color: var(--vc-gold);
    font-size: 1.05rem;
    line-height: 1;
    letter-spacing: 0.04em;
}

.vc-home-reviews__stars--sm {
    margin-bottom: 0;
    font-size: 0.72rem;
}

.vc-home-reviews__rating {
    margin: 0;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    font-weight: 600;
    color: var(--vc-gold-soft);
}

.vc-home-reviews__count {
    margin: 0.25rem 0 0;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-xs);
    color: var(--vc-muted);
}

.vc-home-reviews__link {
    display: inline-block;
    margin-top: 0.85rem;
    font-family: var(--vc-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.vc-home-reviews__link:hover {
    opacity: 1;
    color: var(--vc-gold);
}

.vc-home-reviews__carousel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
    min-width: 0;
}

.vc-home-reviews__track-wrap {
    min-width: 0;
    overflow: hidden;
}

.vc-home-reviews__track {
    list-style: none;
    margin: 0;
    padding: 0.15rem 0.1rem;
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.vc-home-reviews__track::-webkit-scrollbar {
    display: none;
}

.vc-home-reviews__card {
    flex: 0 0 min(100%, 320px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    padding: 1.15rem 1.15rem 1rem;
    border: 1px solid rgba(201, 162, 39, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.3s var(--vc-ease), box-shadow 0.3s var(--vc-ease);
}

.vc-home-reviews__card:hover {
    border-color: rgba(201, 162, 39, 0.32);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.vc-home-reviews__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.vc-home-reviews__name {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: var(--vc-text);
}

.vc-home-reviews__text {
    flex: 1;
    margin: 0;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.65;
    color: var(--vc-muted);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vc-home-reviews__meta {
    margin: 0.85rem 0 0;
    font-family: var(--vc-sans);
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-align: right;
    color: rgba(245, 239, 230, 0.42);
}

.vc-home-reviews__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    color: var(--vc-gold-soft);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.25s var(--vc-ease), border-color 0.25s var(--vc-ease), color 0.25s var(--vc-ease);
}

.vc-home-reviews__nav:hover {
    border-color: var(--vc-gold);
    background: rgba(201, 162, 39, 0.12);
    color: #fff;
}

@media (max-width: 900px) {
    .vc-home-reviews__layout {
        grid-template-columns: 1fr;
    }

    .vc-home-reviews__summary {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.35rem 1rem;
        padding: 1rem 1.15rem;
    }

    .vc-home-reviews__summary-label,
    .vc-home-reviews__stars,
    .vc-home-reviews__rating,
    .vc-home-reviews__count {
        margin: 0;
    }

    .vc-home-reviews__stars {
        order: 3;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .vc-home-reviews__carousel {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 0.75rem;
    }

    .vc-home-reviews__track-wrap {
        grid-column: 1;
        grid-row: 1;
    }

    .vc-home-reviews__nav {
        grid-row: 2;
        justify-self: center;
    }

    .vc-home-reviews__nav--prev {
        grid-column: 1;
        justify-self: start;
    }

    .vc-home-reviews__nav--next {
        grid-column: 1;
        justify-self: end;
    }

    .vc-home-reviews__card {
        flex-basis: min(88vw, 300px);
    }
}

/* Reviews page */
.vc-reviews-page {
    padding: clamp(2rem, 5vw, 3.5rem) 1.25rem clamp(3rem, 6vw, 4.5rem);
}

.vc-reviews-page__shell {
    max-width: min(1180px, 100%);
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: 8px;
    background: var(--vc-bg-card);
    border: 1px solid var(--vc-border);
    color: var(--vc-text);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.vc-reviews-page__hero {
    display: grid;
    grid-template-columns: minmax(120px, 150px) minmax(180px, 1fr) minmax(180px, 280px) auto;
    gap: clamp(1rem, 2.5vw, 2rem);
    align-items: center;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--vc-border);
}

.vc-reviews-page__score-value {
    margin: 0;
    font-family: var(--vc-sans);
    font-size: clamp(2.5rem, 4vw, 3.25rem);
    font-weight: 700;
    line-height: 1;
    color: var(--vc-text);
}

.vc-reviews-page__stars {
    display: inline-flex;
    gap: 0.1rem;
    margin: 0.45rem 0;
    color: #f5a623;
    font-size: 1rem;
    line-height: 1;
}

.vc-reviews-page__stars--sm {
    font-size: 0.82rem;
}

.vc-reviews-page__score-count {
    margin: 0;
    font-family: var(--vc-sans);
    font-size: 0.82rem;
    color: var(--vc-muted);
}

.vc-reviews-page__bar-row {
    display: grid;
    grid-template-columns: 2.4rem 1fr 2rem;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.35rem;
}

.vc-reviews-page__bar-label,
.vc-reviews-page__bar-count {
    font-family: var(--vc-sans);
    font-size: 0.72rem;
    color: var(--vc-muted);
}

.vc-reviews-page__bar-count {
    text-align: right;
}

.vc-reviews-page__bar-track {
    height: 0.45rem;
    border-radius: 999px;
    background: rgba(245, 239, 230, 0.1);
    overflow: hidden;
}

.vc-reviews-page__bar-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f0a020 0%, #f5a623 100%);
}

.vc-reviews-page__media {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.35rem;
}

.vc-reviews-page__media-item {
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: var(--vc-section-tint);
}

.vc-reviews-page__media-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-reviews-page__write {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.65rem 1rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: transparent;
    color: var(--vc-text);
    font-family: var(--vc-sans);
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vc-reviews-page__write:hover {
    opacity: 1;
    border-color: var(--vc-gold-soft);
    background: rgba(245, 239, 230, 0.05);
}

.vc-reviews-page__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0 1.25rem;
    border-bottom: 1px solid var(--vc-border);
}

.vc-reviews-page__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.vc-reviews-page__tab {
    padding: 0 0 0.55rem;
    border: 0;
    border-bottom: 2px solid transparent;
    background: none;
    color: var(--vc-muted);
    font-family: var(--vc-sans);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.vc-reviews-page__tab.is-active {
    color: var(--vc-text);
    border-bottom-color: var(--vc-gold-soft);
}

.vc-reviews-page__sort {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--vc-sans);
    font-size: 0.82rem;
    color: var(--vc-muted);
}

.vc-reviews-page__sort select {
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: var(--vc-bg-card);
    color: var(--vc-text);
    font: inherit;
    padding: 0.35rem 1.75rem 0.35rem 0.55rem;
}

.vc-reviews-page__panel {
    padding-top: 1.25rem;
}

.vc-reviews-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}

.vc-reviews-page__card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.vc-reviews-page__photo {
    position: relative;
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: var(--vc-section-tint);
}

.vc-reviews-page__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vc-reviews-page__photo-count {
    position: absolute;
    top: 0.45rem;
    right: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
}

.vc-reviews-page__card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.vc-reviews-page__ago {
    font-family: var(--vc-sans);
    font-size: 0.72rem;
    color: var(--vc-muted);
    white-space: nowrap;
}

.vc-reviews-page__author {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.vc-reviews-page__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: var(--vc-gold-soft);
    color: var(--vc-bg-dark);
    font-family: var(--vc-sans);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.vc-reviews-page__name {
    margin: 0;
    font-family: var(--vc-sans);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--vc-text);
}

.vc-reviews-page__verified {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0.1rem 0 0;
    font-family: var(--vc-sans);
    font-size: 0.68rem;
    color: var(--vc-muted);
}

.vc-reviews-page__text {
    margin: 0;
    font-family: var(--vc-sans);
    font-size: 0.82rem;
    line-height: 1.62;
    color: rgba(245, 239, 230, 0.82);
}

.vc-reviews-page__empty {
    padding: 2.5rem 1rem;
    text-align: center;
}

.vc-reviews-page__empty p {
    margin: 0 0 1rem;
    font-family: var(--vc-sans);
    color: var(--vc-muted);
}

.vc-btn--dark {
    border-color: var(--vc-border);
    color: var(--vc-text);
}

@media (max-width: 960px) {
    .vc-reviews-page__hero {
        grid-template-columns: 1fr 1fr;
    }

    .vc-reviews-page__media {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, 1fr);
    }

    .vc-reviews-page__cta {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 768px) {
    .vc-reviews-page {
        padding-inline: 1rem;
    }

    .vc-reviews-page__shell {
        padding: 1.15rem;
        border-radius: 8px;
    }

    .vc-reviews-page__hero {
        grid-template-columns: 1fr;
    }

    .vc-reviews-page__media {
        grid-template-columns: repeat(2, 1fr);
    }

    .vc-reviews-page__toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .vc-reviews-page__grid {
        grid-template-columns: 1fr;
    }

    .vc-reviews-page__write {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
}

/* Trust strip */
.vc-trust-strip {
    border-bottom: 1px solid var(--vc-border);
    background: rgba(0, 0, 0, 0.22);
    padding: 0.85rem 1rem;
    overflow-x: auto;
}

.vc-trust-strip__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.25rem;
    max-width: var(--vc-max);
    margin-inline: auto;
}

.vc-trust-strip__list--compact {
    justify-content: flex-start;
    gap: 0.35rem 0.85rem;
    margin-top: 1.25rem;
}

.vc-trust-strip__list--compact .vc-trust-strip__item {
    font-size: 0.72rem;
    padding: 0;
    background: none;
    border: 0;
}

.vc-trust-strip__list--compact .vc-trust-strip__item::before {
    content: "✦ ";
    color: var(--vc-gold);
}

.vc-trust-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vc-muted);
    white-space: nowrap;
}

.vc-trust-strip__icon { font-size: 0.9rem; display: inline-flex; }
.vc-trust-strip__icon .vc-trust-icon { width: 1rem; height: 1rem; color: var(--vc-gold-soft); }

.vc-flag {
    display: inline-flex;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.vc-flag svg {
    display: block;
    width: auto;
    height: auto;
}

.vc-trust-strip__flag svg {
    width: 18px;
}

.vc-brand-trust__flag svg {
    width: 16px;
}

/* Category showcase grid */
.vc-category-showcase {
    max-width: var(--vc-max);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 3rem) 1.5rem;
}

.vc-category-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
}

.vc-category-showcase__card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--vc-border);
}

.vc-category-showcase__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s var(--vc-ease);
}

.vc-category-showcase__card:hover img { transform: scale(1.04); opacity: 1; }

.vc-category-showcase__card.is-empty {
    cursor: default;
    opacity: 0.45;
    filter: grayscale(0.3);
}

.vc-category-showcase__card.is-empty:hover img {
    transform: none;
}

.vc-category-showcase__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.15) 55%, transparent 100%);
    text-align: center;
    padding: 1rem;
}

.vc-category-showcase__title {
    font-family: var(--vc-serif);
    font-size: clamp(0.75rem, 1.4vw, 0.92rem);
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #fff;
}

.vc-category-showcase__cta {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

/* Gallery preview — homepage 3x2 grid + more button */
.vc-gallery-preview {
    max-width: var(--vc-max);
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
}

.vc-gallery-preview__head {
    text-align: center;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.vc-gallery-preview__head h2 {
    margin-top: 0.35rem;
}

.vc-gallery-preview__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
}

.vc-gallery-preview__item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--vc-border);
}

.vc-gallery-preview__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s var(--vc-ease);
}

.vc-gallery-preview__item:hover img {
    transform: scale(1.04);
}

.vc-gallery-preview__more {
    text-align: center;
    margin-top: clamp(1.5rem, 4vw, 2.25rem);
}

@media (max-width: 640px) {
    .vc-gallery-preview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
    }
}

/* Photo-only gallery page */
.vc-photo-gallery {
    max-width: var(--vc-max);
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4rem) 1.5rem clamp(3rem, 7vw, 5rem);
}

.vc-photo-gallery__head {
    text-align: center;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.vc-photo-gallery__head .vc-eyebrow {
    justify-content: center;
}

.vc-photo-gallery__head h1 {
    margin: 0.35rem 0 0;
    font-size: clamp(2rem, 4vw, 2.9rem);
}

.vc-photo-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.vc-photo-gallery__item {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid var(--vc-border);
    background: #100d0a;
    overflow: hidden;
    cursor: zoom-in;
    aspect-ratio: 1 / 1;
}

.vc-photo-gallery__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s var(--vc-ease);
}

.vc-photo-gallery__item:hover img {
    transform: scale(1.04);
}

.vc-photo-gallery__empty {
    text-align: center;
    color: var(--vc-muted);
    padding: 2rem 0;
}

@media (max-width: 640px) {
    .vc-photo-gallery__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.4rem;
    }
}

/* Brand story — centered narrative copy block */
.vc-brand-story {
    padding: clamp(2rem, 4vw, 3rem) 1.5rem;
    text-align: center;
    background: #070504;
    border-bottom: 1px solid var(--vc-border);
}

.vc-brand-story__inner {
    max-width: 46rem;
    margin: 0 auto;
}

.vc-brand-story .vc-eyebrow {
    justify-content: center;
}

.vc-brand-story h2 {
    margin: 0.5rem 0 2rem;
    font-size: clamp(1.9rem, 3.6vw, 2.6rem);
}

.vc-brand-story p {
    font-family: var(--vc-serif);
    font-style: italic;
    color: var(--vc-muted);
    font-size: clamp(0.98rem, 1.6vw, 1.12rem);
    line-height: 1.85;
    margin-bottom: 1.5rem;
}

.vc-brand-story__lead {
    color: var(--vc-text) !important;
    font-style: normal !important;
}

.vc-brand-story__signature {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    color: var(--vc-gold-soft) !important;
    font-style: normal !important;
    letter-spacing: 0.04em;
}

/* Artisan feature — split image + copy */
.vc-artisan-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    border-block: 1px solid var(--vc-border);
    background: #0e0d0c;
}

.vc-artisan-feature__media {
    position: relative;
    overflow: hidden;
    min-height: clamp(320px, 42vw, 560px);
}

.vc-artisan-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vc-artisan-feature__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 6vw, 5rem) clamp(2rem, 5vw, 4.5rem);
    background: #0e0d0c;
}

.vc-artisan-feature__copy h2 {
    color: #fff;
    font-size: clamp(1.85rem, 3.2vw, 2.85rem);
    line-height: 1.18;
    max-width: 16ch;
    margin-bottom: 1rem;
}

.vc-artisan-feature__copy .vc-lead {
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--vc-sans);
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    line-height: 1.75;
    max-width: 34rem;
    margin-bottom: 1.75rem;
}

.vc-artisan-feature__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 900px) {
    .vc-artisan-feature {
        grid-template-columns: 1fr;
    }

    .vc-artisan-feature__media {
        min-height: clamp(260px, 52vw, 420px);
    }

    .vc-artisan-feature__copy h2 {
        max-width: none;
    }
}

/* YouTube Shorts carousel */
.vc-shorts {
    padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2.5rem, 5vw, 3.5rem);
    background:
        radial-gradient(ellipse 90% 80% at 50% 0%, rgba(201, 162, 39, 0.08) 0%, transparent 55%),
        #070504;
    border-block: 1px solid var(--vc-border);
    overflow: hidden;
}

.vc-shorts__viewport {
    overflow: hidden;
    max-width: min(1440px, 100%);
    margin: 0 auto;
    padding: 0.5rem 0.35rem 1.25rem;
    touch-action: pan-y;
    cursor: grab;
}

.vc-shorts__track {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: max-content;
    margin: 0 auto;
    padding: 0 0.5rem;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.vc-shorts__card {
    flex: 0 0 auto;
    width: clamp(220px, 21vw, 300px);
    cursor: pointer;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
    transform: scale(0.88);
    opacity: 0.72;
}

.vc-shorts__card.is-active {
    width: clamp(260px, 25vw, 360px);
    transform: scale(1);
    opacity: 1;
}

.vc-shorts__frame {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 8px;
    overflow: hidden;
    background: #1a1208;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(201, 162, 39, 0.14);
}

.vc-shorts__poster,
.vc-shorts__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.vc-shorts__iframe {
    opacity: 0;
    pointer-events: none;
}

.vc-shorts__card.is-playing .vc-shorts__iframe {
    opacity: 1;
    /* Keep none so mobile swipe works over the active short */
    pointer-events: none;
}

.vc-shorts__viewport.is-dragging {
    cursor: grabbing;
}

.vc-shorts__viewport.is-dragging .vc-shorts__track {
    transition: none;
}

.vc-shorts__card.is-playing .vc-shorts__poster {
    opacity: 0;
}

.vc-shorts__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, transparent 28%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 42%, transparent 62%);
    pointer-events: none;
}

.vc-shorts__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.85rem 0.75rem 0.8rem;
    pointer-events: none;
}

.vc-shorts__brand {
    margin: 0;
    text-align: center;
    font-family: var(--vc-serif);
    font-size: clamp(0.72rem, 1.2vw, 0.82rem);
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.92);
}

.vc-shorts__copy {
    margin-top: auto;
    text-align: center;
}

.vc-shorts__title {
    margin: 0 0 0.2rem;
    font-family: "Pinyon Script", "Segoe Script", cursive;
    font-size: clamp(1.85rem, 3.2vw, 2.35rem);
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.vc-shorts__subtitle {
    margin: 0;
    font-family: var(--vc-sans);
    font-size: clamp(0.58rem, 0.95vw, 0.68rem);
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.82);
}

.vc-shorts__mute,
.vc-shorts__play,
.vc-shorts__open {
    position: absolute;
    right: 0.55rem;
    bottom: 0.55rem;
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.vc-shorts__open {
    right: 2.45rem;
    text-decoration: none;
    font-size: 0.72rem;
    line-height: 1;
}

.vc-shorts__play {
    text-decoration: none;
    font-size: 0.72rem;
}

.vc-shorts__mute:hover,
.vc-shorts__play:hover,
.vc-shorts__open:hover {
    background: rgba(0, 0, 0, 0.62);
    transform: scale(1.05);
}

.vc-shorts__mute-icon {
    width: 0.95rem;
    height: 0.95rem;
}

.vc-shorts__mute-icon--unmuted {
    display: none;
}

.vc-shorts__mute.is-unmuted .vc-shorts__mute-icon--muted {
    display: none;
}

.vc-shorts__mute.is-unmuted .vc-shorts__mute-icon--unmuted {
    display: block;
}

.vc-shorts__nav {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.35rem;
}

.vc-shorts__arrow {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--vc-gold-soft);
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.vc-shorts__arrow:hover {
    border-color: var(--vc-gold);
    background: rgba(201, 162, 39, 0.12);
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .vc-shorts__track {
        gap: 0.5rem;
        padding: 0 0.35rem;
    }

    .vc-shorts__card {
        width: 145px;
    }

    .vc-shorts__card.is-active {
        width: 175px;
    }

    .vc-shorts__open {
        right: 2.2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vc-shorts__track,
    .vc-shorts__card {
        transition: none;
    }
}

/* Product spotlight */
.vc-spotlight {
    max-width: var(--vc-max);
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
    border-top: 1px solid var(--vc-border);
}

.vc-spotlight__inner {
    display: grid;
    grid-template-columns: minmax(0, 340px) 1fr;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
}

.vc-spotlight__gallery {
    max-width: 340px;
    width: 100%;
}

.vc-spotlight__main {
    overflow: hidden;
    border: 1px solid var(--vc-border);
    background: var(--vc-section-tint);
}

.vc-spotlight__main img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.vc-spotlight__thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.vc-spotlight__thumbs img {
    width: 72px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 1px solid var(--vc-border);
    opacity: 0.65;
}

.vc-spotlight__info h2 {
    font-family: var(--vc-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 0 0 0.5rem;
}

.vc-spotlight__price {
    font-size: 1.2rem;
    color: var(--vc-gold-soft);
    margin: 0 0 1rem;
}

.vc-spotlight__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 0.5rem;
}

.vc-spotlight--limited .vc-spotlight__inner {
    grid-template-columns: minmax(0, 640px) 1fr;
}

.vc-spotlight--limited .vc-spotlight__gallery {
    max-width: 640px;
}

.vc-spotlight--limited .vc-product-card__sku {
    font-size: 1.05rem;
}

.vc-spotlight--limited .vc-spotlight__info h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
}

.vc-spotlight--limited .vc-spotlight__price {
    font-size: 1.5rem;
}

.vc-spotlight--limited .vc-spotlight__info .vc-lead {
    font-size: 1.15rem;
}

.vc-spotlight__tag {
    font-family: var(--vc-serif);
    font-style: italic;
    font-size: 1.3rem;
    color: var(--vc-muted);
    margin: 0 0 0.75rem;
}

.vc-spotlight__tagline {
    font-family: var(--vc-serif);
    font-weight: 600;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.3;
    margin: 0 0 1rem;
    color: var(--vc-text);
}

.vc-spotlight__strong {
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    margin: 1rem 0 0.5rem;
}

.vc-spotlight__features {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.vc-spotlight__features li {
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-spotlight__product {
    padding-top: 1.5rem;
    border-top: 1px solid var(--vc-border);
}

.vc-categories--compact {
    padding-top: 0;
}

.vc-categories + .vc-shop--related {
    border-top: none;
}

/* Footer contact + newsletter */
.vc-footer-contact p {
    font-size: 0.82rem;
    line-height: 1.65;
    color: var(--vc-muted);
    margin: 0 0 0.5rem;
}

.vc-footer-contact a { color: var(--vc-muted); }
.vc-footer-contact a:hover { opacity: 1; color: var(--vc-gold-soft); }

.vc-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.75rem;
}

.vc-footer-social a {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-newsletter {
    margin: 1rem 0;
    text-align: left;
}

.vc-newsletter__label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.5rem;
}

.vc-newsletter__row {
    display: flex;
    gap: 0.5rem;
}

.vc-newsletter__input {
    flex: 1;
    min-width: 0;
    padding: 0.55rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #1a1208;
}

.vc-newsletter .vc-error {
    color: #fca5a5;
    font-size: 0.78rem;
    margin-top: 0.35rem;
}

.vc-footer-pdf__card .vc-newsletter__label {
    color: var(--vc-muted);
}

.vc-footer-pdf__card .vc-newsletter__input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--vc-border);
    color: var(--vc-text);
    font-size: 0.94rem;
    padding: 0.61rem 0.83rem;
}

.vc-footer-pdf__card .vc-newsletter__input::placeholder {
    color: var(--vc-muted);
}

@media (max-width: 1024px) {
    .vc-category-showcase__grid { grid-template-columns: repeat(3, 1fr); }
    .vc-spotlight__inner,
    .vc-spotlight--limited .vc-spotlight__inner { grid-template-columns: 1fr; }
    .vc-spotlight__gallery,
    .vc-spotlight--limited .vc-spotlight__gallery { max-width: min(340px, 100%); margin: 0 auto; }
    .vc-footer-pdf__links { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .vc-category-showcase__grid { grid-template-columns: repeat(2, 1fr); }
    .vc-form-grid { grid-template-columns: 1fr; }
}
.vc-pdf-hero {
    padding: clamp(1.5rem, 4vw, 2.5rem) 1.5rem clamp(2rem, 5vw, 3rem);
    max-width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.vc-pdf-hero__card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    position: relative;
}

.vc-pdf-hero__card::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: -1rem;
    height: 2rem;
    background: linear-gradient(to bottom, rgba(255,255,255,0.05), transparent);
    filter: blur(10px);
    border-radius: 50%;
    pointer-events: none;
}

.vc-hero-slider--pdf {
    position: relative;
    min-height: clamp(360px, 55vh, 520px);
}

.vc-hero-slider--pdf .vc-hero-slider__slide {
    min-height: clamp(360px, 55vh, 520px);
}

.vc-pdf-hero__script {
    font-family: var(--vc-script);
    font-size: clamp(2.25rem, 5.5vw, 3.75rem);
    color: #fff;
    line-height: 1.15;
    margin: 0 0 0.75rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

.vc-pdf-hero__caption {
    font-family: var(--vc-serif);
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    color: rgba(255, 255, 255, 0.82);
    max-width: 28rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;
}

.vc-pdf-hero__heritage {
    position: absolute;
    right: 1.25rem;
    bottom: 1rem;
    z-index: 2;
    margin: 0;
    font-family: var(--vc-serif);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1024px) {
    .vc-footer__aside { grid-template-columns: 1fr 1fr; }
}

.vc-footer-menu a,
.vc-footer__contact a,
.vc-footer__legal-row a {
    transition: color 0.25s var(--vc-ease);
}

.vc-footer-menu a:hover,
.vc-footer__contact a:hover,
.vc-footer__legal-row a:hover {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-brand--footer:hover,
.vc-brand--footer:focus-visible {
    opacity: 1;
}

.vc-brand--footer:hover .vc-brand__text,
.vc-brand--footer:focus-visible .vc-brand__text {
    color: var(--vc-gold);
}

/* ─── Design polish ───────────────────────────────────────────────────────── */

::selection {
    background: rgba(201, 162, 39, 0.35);
    color: var(--vc-text);
}

.vc-link:hover,
.vc-link:focus-visible {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-nav a:hover,
.vc-nav a:focus-visible,
.vc-mobile-menu a:hover,
.vc-mobile-menu a:focus-visible {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-category-showcase__card:hover,
.vc-category-showcase__card:focus-visible {
    opacity: 1;
}

/* Outline buttons (used across site, previously unstyled) */
.vc-btn--outline {
    background: transparent;
    border-color: var(--vc-border);
    color: var(--vc-gold-soft);
}

.vc-btn--outline:hover,
.vc-btn--outline:focus-visible {
    opacity: 1;
    border-color: var(--vc-gold);
    background: rgba(201, 162, 39, 0.1);
    transform: translateY(-1px);
}

.vc-btn--outline.vc-btn--light {
    border-color: rgba(255, 255, 255, 0.38);
    color: #fff;
}

.vc-btn--outline.vc-btn--light:hover,
.vc-btn--outline.vc-btn--light:focus-visible {
    border-color: var(--vc-gold-soft);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* Section headings */
.vc-shop__head h2::after {
    content: "";
    display: block;
    width: 3rem;
    height: 1px;
    margin: 1rem auto 0;
    background: linear-gradient(90deg, transparent, var(--vc-gold-soft), transparent);
}

.vc-shop--elevated {
    padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.vc-shop--elevated .vc-product-grid {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

@media (min-width: 1200px) {
    .vc-shop--elevated .vc-product-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 64rem;
        margin-inline: auto;
    }
}

.vc-shop--elevated .vc-product-card__sku {
    font-size: 0.85rem;
}

.vc-shop--elevated .vc-product-card__body h3 {
    font-size: 1.35rem;
}

.vc-shop--elevated .vc-product-card__body p {
    font-size: 0.95rem;
}

.vc-shop--elevated .vc-product-card__price {
    font-size: 1.1rem;
}

.vc-shop--elevated .vc-product-card__cta {
    font-size: 0.75rem;
}

/* Product cards */
.vc-product-card {
    position: relative;
    border: none;
    background: transparent;
    transition:
        transform 0.4s var(--vc-ease),
        box-shadow 0.4s var(--vc-ease);
}

.vc-product-card:hover,
.vc-product-card:focus-within {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: none;
}

.vc-product-card__link:hover,
.vc-product-card__link:focus-visible {
    opacity: 1;
}

.vc-product-card__media {
    border-bottom: none;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.vc-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.55s var(--vc-ease), transform 0.7s var(--vc-ease);
}

.vc-product-card__img--hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.vc-product-card:not(.vc-product-card--swap):hover .vc-product-card__img--primary,
.vc-product-card:not(.vc-product-card--swap):focus-within .vc-product-card__img--primary {
    transform: scale(1.06);
}

@media (hover: hover) {
    .vc-product-card--swap:hover .vc-product-card__img--primary,
    .vc-product-card--swap:focus-within .vc-product-card__img--primary {
        opacity: 0;
        transform: scale(1.02);
    }

    .vc-product-card--swap:hover .vc-product-card__img--hover,
    .vc-product-card--swap:focus-within .vc-product-card__img--hover {
        opacity: 1;
        transform: scale(1.04);
    }
}

.vc-product-card__body {
    padding: 0.55rem 0.5rem 0.85rem;
}

.vc-product-card__cta {
    display: inline-block;
    margin-top: 0.65rem;
    transition: letter-spacing 0.35s var(--vc-ease), color 0.25s;
}

.vc-product-card:hover .vc-product-card__cta,
.vc-product-card:focus-within .vc-product-card__cta {
    letter-spacing: 0.2em;
    color: var(--vc-gold);
}

/* Flash toasts */
.vc-flash {
    position: fixed;
    top: calc(4.5rem + env(safe-area-inset-top, 0px));
    left: 50%;
    transform: translateX(-50%);
    z-index: 500;
    max-width: min(520px, calc(100% - 2rem));
    margin: 0;
    padding: 0.85rem 1.25rem;
    border-radius: 999px;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    animation: vc-flash-in 0.45s var(--vc-ease);
}

.vc-flash--success {
    background: rgba(22, 101, 52, 0.92);
    color: #bbf7d0;
    border-color: rgba(134, 239, 172, 0.35);
}

.vc-flash--error {
    background: rgba(127, 29, 29, 0.92);
    color: #fecaca;
    border-color: rgba(252, 165, 165, 0.35);
}

@keyframes vc-flash-in {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-0.75rem);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* Trust strip */
.vc-trust-strip {
    background: rgba(0, 0, 0, 0.28);
}

@media (min-width: 769px) {
    .vc-trust-strip {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.18) 100%);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
}

.vc-trust-strip__item {
    position: relative;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 162, 39, 0.12);
    transition: border-color 0.3s var(--vc-ease), background 0.3s var(--vc-ease);
}

.vc-trust-strip__item:hover {
    border-color: rgba(201, 162, 39, 0.35);
    background: rgba(201, 162, 39, 0.06);
}

/* Category showcase */
.vc-category-showcase__card {
    border-radius: 8px;
    transition: transform 0.45s var(--vc-ease), box-shadow 0.45s var(--vc-ease);
}

.vc-category-showcase__card:hover,
.vc-category-showcase__card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.vc-category-showcase__card:hover .vc-category-showcase__cta {
    color: #fff;
    text-decoration-thickness: 2px;
}

/* Artisan feature — subtle image drift (desktop only; animation janks mobile scroll) */
@media (min-width: 769px) and (prefers-reduced-motion: no-preference) {
    .vc-artisan-feature__media img {
        animation: vc-ken-burns 22s ease-in-out infinite alternate;
    }
}

@keyframes vc-ken-burns {
    from { transform: scale(1); }
    to { transform: scale(1.07); }
}

/* Product spotlight */
.vc-spotlight__main {
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.4s var(--vc-ease);
}

.vc-spotlight__main:hover {
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.vc-spotlight__thumbs img {
    cursor: pointer;
    transition: opacity 0.25s, border-color 0.25s, transform 0.25s;
}

.vc-spotlight__thumbs img:hover {
    opacity: 1;
    border-color: var(--vc-gold);
    transform: translateY(-2px);
}

/* Leather swatches (home) */
.vc-leather__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.vc-leather__swatches {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.vc-leather__swatch {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--vc-border);
    background: #2a2218;
    transition: transform 0.4s var(--vc-ease), border-color 0.4s;
}

.vc-leather__swatch:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 162, 39, 0.45);
}

.vc-leather__swatch img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.65s var(--vc-ease);
}

.vc-leather__swatch:hover img {
    transform: scale(1.05);
}

.vc-leather__swatch figcaption {
    padding: 0.65rem 0.75rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
    text-align: center;
    border-top: 1px solid var(--vc-border);
}

/* Atelier */
@media (min-width: 1025px) {
    .vc-atelier {
        grid-template-columns: 0.75fr 1.25fr;
    }
}

.vc-atelier__media {
    position: relative;
    overflow: hidden;
}

.vc-atelier__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, transparent 55%);
    pointer-events: none;
}

.vc-atelier__media img {
    transition: transform 0.8s var(--vc-ease);
}

.vc-atelier:hover .vc-atelier__media img {
    transform: scale(1.03);
}

/* Custom order CTA */
.vc-cta {
    position: relative;
    overflow: hidden;
    border-block: 1px solid var(--vc-border);
    background:
        radial-gradient(ellipse 70% 80% at 20% 50%, rgba(201, 162, 39, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 60% 70% at 85% 40%, rgba(139, 90, 43, 0.12) 0%, transparent 50%),
        var(--vc-section-tint);
}

.vc-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
    pointer-events: none;
}

.vc-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 42rem;
    margin: 0 auto;
    padding: clamp(3.5rem, 8vw, 5.5rem) 1.5rem;
    text-align: center;
}

.vc-cta__inner h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
}

.vc-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

/* FAQ */
.vc-faq__item {
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.3s var(--vc-ease), box-shadow 0.3s var(--vc-ease);
}

.vc-faq__item[open] {
    border-color: rgba(201, 162, 39, 0.45);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.vc-faq__item summary {
    transition: color 0.25s var(--vc-ease);
}

.vc-faq__item[open] summary {
    color: var(--vc-gold-soft);
}

.vc-faq__item p {
    color: var(--vc-muted);
    line-height: 1.75;
}

/* Heritage banner */
.vc-home-banner {
    padding: clamp(3rem, 8vw, 5rem) 1.5rem clamp(4.5rem, 10vw, 6.5rem);
    background: #000;
}

.vc-home-banner__frame {
    max-width: min(920px, 100%);
    margin: 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.vc-home-banner__frame img {
    width: 100%;
    height: auto;
    display: block;
}

/* Category pills */
.vc-category-pill {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.vc-category-pill:hover,
.vc-category-pill:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 900px) {
    .vc-leather__inner {
        grid-template-columns: 1fr;
    }

    .vc-leather__swatches {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .vc-leather__swatches {
        grid-template-columns: repeat(2, 1fr);
    }

    .vc-shop--elevated .vc-product-grid {
        padding: 0;
    }

    .vc-trust-strip__item {
        font-size: 0.65rem;
        padding: 0.3rem 0.65rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vc-artisan-feature__media img,
    .vc-flash {
        animation: none;
    }

    .vc-craft-stages__item {
        opacity: 1;
        transform: none;
        animation: none !important;
    }

    .vc-craft-stages__finale-card {
        animation: none;
    }

    .vc-product-card:hover,
    .vc-product-card:focus-within,
    .vc-category-showcase__card:hover,
    .vc-leather__swatch:hover {
        transform: none;
    }
}

/* ─── Atelier header navigation ───────────────────────────────────────────── */

body.vc-nav-open {
    overflow: hidden;
}

.vc-header--atelier .vc-header__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.75rem);
    max-width: min(1400px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 0.85rem 0;
    position: relative;
}

.vc-header-nav--left {
    justify-self: start;
    grid-column: 1;
    z-index: 2;
    max-width: min(680px, calc(50vw - 6rem));
}

.vc-header--atelier .vc-brand--header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    pointer-events: none;
}

.vc-header--atelier .vc-brand--header .vc-logo {
    pointer-events: auto;
}

.vc-header--atelier .vc-header__actions {
    justify-self: end;
    grid-column: 2;
    position: relative;
    transform: none;
    gap: 0.65rem;
    z-index: 2;
}

.vc-header-nav {
    min-width: 0;
}

.vc-header-nav__list {
    display: flex;
    align-items: center;
    gap: clamp(0.35rem, 1.5vw, 1.35rem);
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-header-nav__link,
.vc-header-nav__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.2rem;
    border: 0;
    background: none;
    font-family: var(--vc-sans);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: rgba(245, 239, 230, 0.78);
    cursor: pointer;
    position: relative;
    transition: color 0.25s var(--vc-ease);
}

.vc-header-nav__link::after,
.vc-header-nav__trigger::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.15rem;
    height: 1px;
    background: var(--vc-gold-soft);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s var(--vc-ease);
}

.vc-header-nav__link:hover,
.vc-header-nav__link:focus-visible,
.vc-header-nav__trigger:hover,
.vc-header-nav__trigger:focus-visible,
.vc-header-nav__item.is-active > .vc-header-nav__link,
.vc-header-nav__item.is-active > .vc-header-nav__trigger,
.vc-header-nav__item.is-open > .vc-header-nav__trigger {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-header-nav__link:hover::after,
.vc-header-nav__link:focus-visible::after,
.vc-header-nav__trigger:hover::after,
.vc-header-nav__trigger:focus-visible::after,
.vc-header-nav__item.is-active > .vc-header-nav__link::after,
.vc-header-nav__item.is-active > .vc-header-nav__trigger::after,
.vc-header-nav__item.is-open > .vc-header-nav__trigger::after {
    transform: scaleX(1);
}

.vc-header-nav__chevron {
    transition: transform 0.25s var(--vc-ease);
}

.vc-header-nav__item.is-open .vc-header-nav__chevron {
    transform: rotate(180deg);
}

.vc-header-nav__item--panel {
    position: relative;
}

.vc-header-nav__panel {
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    min-width: min(520px, calc(100vw - 2rem));
    padding: 0.65rem 0 0;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 320;
}

.vc-header-nav__panel-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 0.35rem;
    padding: 0.35rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: rgba(12, 10, 8, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.vc-header-nav__panel-grid::before {
    content: "";
    position: absolute;
    top: -0.35rem;
    left: 1.75rem;
    width: 0.65rem;
    height: 0.65rem;
    background: rgba(12, 10, 8, 0.96);
    border-top: 1px solid var(--vc-border);
    border-left: 1px solid var(--vc-border);
    transform: rotate(45deg);
}

.vc-header-nav__panel-grid--compact {
    grid-template-columns: 1fr;
    min-width: 280px;
}

.vc-header-nav__panel-col {
    padding: 1rem 1.1rem 1.15rem;
}

.vc-header-nav__panel-label {
    margin: 0 0 0.75rem;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-header-nav__panel-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.15rem;
}

.vc-header-nav__panel-links--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 1rem;
    padding: 1rem 1.1rem 1.15rem;
}

.vc-header-nav__panel-link {
    display: block;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    transition: background 0.25s var(--vc-ease), color 0.25s var(--vc-ease);
}

.vc-header-nav__panel-link:hover,
.vc-header-nav__panel-link:focus-visible {
    opacity: 1;
    background: rgba(201, 162, 39, 0.1);
    color: var(--vc-gold-soft);
}

.vc-header-nav__panel-link-title {
    display: block;
    font-family: var(--vc-sans);
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--vc-text);
}

.vc-header-nav__panel-link-desc {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: var(--vc-muted);
}

.vc-header-nav__panel-link--simple {
    font-family: var(--vc-sans);
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: rgba(245, 239, 230, 0.88);
}

.vc-header-nav__panel-more {
    display: inline-block;
    margin-top: 0.85rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
}

.vc-header-nav__panel-more:hover,
.vc-header-nav__panel-more:focus-visible {
    opacity: 1;
    color: var(--vc-gold);
}

.vc-header-nav__panel-feature {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.35rem;
    padding: 1.15rem;
    border-radius: 8px;
    background-image:
        linear-gradient(180deg, rgba(10, 8, 5, 0.15) 0%, rgba(10, 8, 5, 0.85) 100%),
        var(--vc-panel-feature-img, none);
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 162, 39, 0.22);
    min-height: 100%;
}

.vc-header-nav__panel-feature:hover,
.vc-header-nav__panel-feature:focus-visible {
    opacity: 1;
    border-color: rgba(201, 162, 39, 0.45);
}

.vc-header-nav__panel-feature-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-header-nav__panel-feature-title {
    font-family: var(--vc-serif);
    font-size: 1.35rem;
    line-height: 1.2;
    color: var(--vc-text);
}

.vc-header-nav__panel-feature-cta {
    margin-top: 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

/* Header utilities */
.vc-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid var(--vc-border);
    color: var(--vc-text);
    transition: border-color 0.25s var(--vc-ease), background 0.25s var(--vc-ease), color 0.25s var(--vc-ease);
}

.vc-cart-link:hover,
.vc-cart-link:focus-visible {
    opacity: 1;
    border-color: var(--vc-gold);
    background: rgba(201, 162, 39, 0.1);
    color: var(--vc-gold-soft);
}

.vc-cart-link__count {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.2rem;
    border-radius: 999px;
    background: var(--vc-gold);
    color: #1a1208;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1;
}

.vc-header--atelier .vc-header-search {
    display: flex;
    align-items: center;
    border: 1px solid var(--vc-border);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: border-color 0.3s var(--vc-ease), background 0.3s var(--vc-ease), width 0.35s var(--vc-ease);
    width: 2.25rem;
}

.vc-header--atelier .vc-header-search.is-open {
    width: min(220px, 42vw);
    border-color: rgba(201, 162, 39, 0.45);
    background: rgba(0, 0, 0, 0.28);
}

.vc-header-search__toggle,
.vc-header-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--vc-muted);
    cursor: pointer;
}

.vc-header-search__toggle:hover,
.vc-header-search__submit:hover,
.vc-header-search__toggle:focus-visible,
.vc-header-search__submit:focus-visible {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-header-search__field {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s var(--vc-ease);
}

.vc-header--atelier .vc-header-search.is-open .vc-header-search__field {
    opacity: 1;
    pointer-events: auto;
}

.vc-header--atelier .vc-header-search__input {
    width: 100%;
    min-width: 0;
    padding: 0.35rem 0.35rem 0.35rem 0;
    border: 0;
    background: transparent;
    color: var(--vc-text);
    font-family: var(--vc-sans);
    font-size: 0.78rem;
}

.vc-header--atelier .vc-header-search__input:focus {
    outline: none;
}

.vc-header--atelier .vc-header__cta {
    white-space: nowrap;
    font-size: 0.78rem;
}

.vc-header--atelier .vc-nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid var(--vc-border);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

.vc-header--atelier .vc-nav-toggle span {
    display: block;
    width: 14px;
    height: 1px;
    background: var(--vc-gold-soft);
    margin-inline: auto;
    transition: transform 0.3s var(--vc-ease), opacity 0.3s var(--vc-ease);
}

.vc-header--atelier .vc-nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.vc-header--atelier .vc-nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.vc-header--atelier .vc-nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Mobile drawer */
.vc-mobile-drawer[hidden] {
    display: none !important;
}

.vc-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 500;
}

.vc-mobile-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vc-mobile-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(360px, 100%);
    height: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.15rem 1.25rem;
    background: #070504 !important;
    color: #f5efe6;
    border-left: 1px solid rgba(201, 162, 39, 0.22);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.65);
    animation: vc-drawer-in 0.35s var(--vc-ease);
    overflow: hidden;
}

.vc-mobile-drawer__nav {
    background: #070504;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.vc-nav-open .vc-tabbar {
    visibility: hidden;
    pointer-events: none;
}

@keyframes vc-drawer-in {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.vc-mobile-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.vc-mobile-drawer__title {
    font-family: var(--vc-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vc-gold-soft);
}

.vc-mobile-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--vc-border);
    border-radius: 999px;
    background: transparent;
    color: var(--vc-muted);
    cursor: pointer;
}

.vc-mobile-drawer__close:hover,
.vc-mobile-drawer__close:focus-visible {
    opacity: 1;
    color: var(--vc-gold-soft);
    border-color: var(--vc-gold);
}

.vc-mobile-drawer__search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--vc-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
}

.vc-mobile-drawer__search input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--vc-text);
    font-family: var(--vc-sans);
    font-size: 0.85rem;
}

.vc-mobile-drawer__search input:focus {
    outline: none;
}

.vc-mobile-drawer__search button {
    display: inline-flex;
    border: 0;
    background: transparent;
    color: var(--vc-muted);
    cursor: pointer;
}

.vc-mobile-drawer__nav {
    padding-right: 0.15rem;
}

.vc-mobile-drawer__group {
    border-bottom: 1px solid var(--vc-border);
}

.vc-mobile-drawer__group summary {
    list-style: none;
    cursor: pointer;
    padding: 0.9rem 0;
    font-family: var(--vc-sans);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vc-text);
}

.vc-mobile-drawer__group summary::-webkit-details-marker {
    display: none;
}

.vc-mobile-drawer__group ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0.75rem;
}

.vc-mobile-drawer__group li a {
    display: block;
    padding: 0.45rem 0;
    font-size: 0.88rem;
    color: var(--vc-muted);
}

.vc-mobile-drawer__group li a:hover,
.vc-mobile-drawer__group li a:focus-visible {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-mobile-drawer__link {
    display: block;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--vc-border);
    font-family: var(--vc-sans);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--vc-text);
}

.vc-mobile-drawer__link:hover,
.vc-mobile-drawer__link:focus-visible {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-mobile-drawer__foot {
    display: grid;
    gap: 0.65rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--vc-border);
}

@media (max-width: 1100px) {
    .vc-header--atelier .vc-header__inner {
        grid-template-columns: 1fr auto;
        gap: 0.75rem;
        padding: 0.85rem 0.65rem;
    }

    .vc-header-nav--left {
        display: none;
    }

    .vc-header--atelier .vc-brand--header {
        position: static;
        transform: none;
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
    }

    .vc-header--atelier .vc-header__actions {
        position: static;
        transform: none;
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: stretch;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
        pointer-events: none;
    }

    .vc-header--atelier .vc-header__actions > * {
        pointer-events: auto;
    }

    .vc-header--atelier .vc-header__cta,
    .vc-header--atelier .vc-header-search {
        display: none;
    }

    .vc-header--atelier .vc-nav-toggle {
        display: flex;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .vc-header--atelier .vc-header__inner {
        grid-template-columns: 1fr auto 1fr !important;
        align-items: center;
        min-height: 58px;
        padding-inline: 0.65rem;
    }

    /* Same row as logo so wishlist sits beside it, not under it */
    .vc-header--atelier .vc-brand--header {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        justify-self: center !important;
        text-align: center !important;
        z-index: 1;
    }

    .vc-header--atelier .vc-header__actions {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        width: 100% !important;
        align-self: stretch;
        align-items: center !important;
        justify-content: flex-end !important;
        pointer-events: none !important;
        z-index: 2;
    }

    .vc-header--atelier .vc-header__actions .vc-cart-link[data-wishlist-link] {
        pointer-events: auto !important;
        order: 2 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    .vc-header--atelier .vc-cart-link {
        width: 2rem;
        height: 2rem;
    }
}

html[data-vc-theme="light"] .vc-header-nav__panel-grid {
    background: rgba(246, 241, 232, 0.98);
}

html[data-vc-theme="light"] .vc-header-nav__panel-grid::before {
    background: rgba(246, 241, 232, 0.98);
}

/* Keep the mobile menu dark even in light theme */
html[data-vc-theme="light"] .vc-mobile-drawer__panel,
html[data-vc-theme="light"] .vc-mobile-drawer__nav {
    background: #070504 !important;
    color: #f5efe6;
}

html[data-vc-theme="light"] .vc-mobile-drawer__backdrop {
    background: rgba(0, 0, 0, 0.78);
}

html[data-vc-theme="light"] .vc-mobile-drawer__title,
html[data-vc-theme="light"] .vc-mobile-drawer__group summary,
html[data-vc-theme="light"] .vc-mobile-drawer__link {
    color: #f5efe6;
}

html[data-vc-theme="light"] .vc-mobile-drawer__group li a,
html[data-vc-theme="light"] .vc-mobile-drawer__close,
html[data-vc-theme="light"] .vc-mobile-drawer__search button {
    color: rgba(245, 239, 230, 0.62);
}

html[data-vc-theme="light"] .vc-mobile-drawer__search {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(201, 162, 39, 0.22);
}

html[data-vc-theme="light"] .vc-mobile-drawer__search input {
    color: #f5efe6;
}

/* ─── Blog (GeoSheet-style layout, Valises theme) ─────────────────────────── */

.vc-blog-archive {
    max-width: var(--vc-max);
    margin-inline: auto;
}

.vc-breadcrumb--page {
    margin-bottom: 1.75rem;
}

.vc-blog-archive__head {
    max-width: 36rem;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.vc-blog-archive__head h1 {
    margin: 0 0 0.75rem;
}

.vc-blog-archive__head .vc-lead {
    margin: 0;
    max-width: none;
    text-align: left;
}

.vc-blog-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 960px) {
    .vc-blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .vc-blog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .vc-blog-grid { grid-template-columns: 1fr; }
}

.vc-blog-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    overflow: hidden;
    background: var(--vc-bg-card);
    transition: border-color 0.25s var(--vc-ease), transform 0.25s var(--vc-ease), box-shadow 0.25s var(--vc-ease);
}

.vc-blog-card:hover {
    border-color: var(--vc-gold-soft);
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.vc-blog-card__media {
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}

.vc-blog-thumb {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform 0.35s var(--vc-ease);
}

.vc-blog-card:hover .vc-blog-thumb {
    transform: scale(1.04);
}

.vc-blog-thumb--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(201, 162, 39, 0.35);
    min-height: 100%;
}

.vc-blog-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem 1.35rem 1.35rem;
}

.vc-blog-date {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-xs);
    letter-spacing: 0.04em;
    color: var(--vc-muted);
}

.vc-blog-body__title {
    font-family: var(--vc-serif);
    font-size: clamp(1.15rem, 1.6vw, 1.3rem);
    font-weight: 600;
    line-height: 1.3;
    margin: 0.45rem 0 0.65rem;
}

.vc-blog-body__title a {
    color: var(--vc-text);
    transition: color 0.25s var(--vc-ease);
}

.vc-blog-body__title a:hover {
    opacity: 1;
    color: var(--vc-gold-soft);
}

.vc-blog-body__excerpt {
    flex: 1;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    line-height: 1.68;
    color: var(--vc-muted);
    margin: 0 0 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vc-blog-empty {
    border: 1px dashed var(--vc-border);
    border-radius: 8px;
    padding: clamp(2.5rem, 6vw, 4rem) 1.5rem;
    text-align: center;
}

.vc-blog-empty__title {
    font-family: var(--vc-serif);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: var(--vc-text);
    margin: 0 0 0.5rem;
}

.vc-blog-empty__text {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    color: var(--vc-muted);
    margin: 0 0 1.5rem;
}

.vc-pagination__list {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vc-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    color: var(--vc-muted);
    text-decoration: none;
}

.vc-pagination__item:hover {
    opacity: 1;
    border-color: var(--vc-gold);
    color: var(--vc-gold-soft);
}

.vc-pagination__item.is-current {
    border-color: var(--vc-gold);
    color: var(--vc-gold-soft);
    background: var(--vc-bg-card);
}

.vc-pagination__item.is-disabled {
    opacity: 0.45;
    cursor: default;
}

.vc-single-post {
    max-width: min(720px, calc(100% - 3rem));
    margin-inline: auto;
}

.vc-blog-article__head {
    margin-bottom: 1.75rem;
}

.vc-blog-article__head h1 {
    margin: 0.5rem 0 0;
}

.vc-blog-article__lead {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-lg);
    line-height: 1.72;
    color: var(--vc-muted);
    margin: 1rem 0 0;
}

.vc-blog-article__content {
    max-width: none;
}

.vc-blog-article__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--vc-border);
}

.vc-blog-related {
    margin-top: 3.5rem;
}

.vc-blog-related__title {
    font-family: var(--vc-serif);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 600;
    margin: 0 0 1.25rem;
}

.vc-blog-related__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .vc-blog-related__grid { grid-template-columns: 1fr; }
}

.vc-blog-related__card {
    display: block;
    padding: 1rem 1.15rem;
    border: 1px solid var(--vc-border);
    border-radius: 8px;
    background: var(--vc-bg-card);
    transition: border-color 0.25s var(--vc-ease), transform 0.25s var(--vc-ease);
}

.vc-blog-related__card:hover {
    opacity: 1;
    border-color: var(--vc-gold-soft);
    transform: translateY(-2px);
}

.vc-blog-related__card-title {
    font-family: var(--vc-sans);
    font-size: var(--vc-text-sm);
    font-weight: 500;
    line-height: 1.45;
    color: var(--vc-text);
    margin: 0.35rem 0 0;
}

/* ─── Mobile app shell ───────────────────────────────────────────────────── */
.vc-tabbar {
    display: none;
}

@media (max-width: 768px) {
    :root {
        --vc-tabbar-h: 4.15rem;
        --vc-safe-bottom: env(safe-area-inset-bottom, 0px);
        --vc-safe-top: env(safe-area-inset-top, 0px);
    }

    html {
        overscroll-behavior-y: contain;
        scroll-behavior: auto;
        background-attachment: scroll;
    }

    body.vc-app {
        padding-bottom: calc(var(--vc-tabbar-h) + var(--vc-safe-bottom));
        min-height: 100dvh;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        /* Avoid whole-document compositing layers that stutter while scrolling */
        transform: none !important;
    }

    body.vc-app .vc-header {
        padding-top: var(--vc-safe-top);
        background: #0c0a08;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    html[data-vc-theme="light"] body.vc-app .vc-header {
        background: #f6f1e8;
    }

    body.vc-app .vc-header__inner,
    body.vc-app .vc-header.is-scrolled .vc-header__inner {
        transition: none;
    }

    body.vc-app .vc-header__actions .vc-cart-link,
    body.vc-app .vc-header__actions .vc-nav-toggle {
        display: none !important;
    }

    body.vc-app .vc-header__actions .vc-cart-link[data-wishlist-link] {
        display: inline-flex !important;
        order: 2 !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        align-self: center;
    }

    body.vc-app .vc-header__actions {
        grid-row: 1;
        align-items: center;
        justify-content: flex-end;
    }

    body.vc-app .vc-header--atelier .vc-brand--header {
        grid-row: 1;
    }

    body.vc-app .vc-header__actions .vc-header-search {
        margin-left: auto;
        pointer-events: auto;
    }

    body.vc-app .vc-wa-float {
        bottom: calc(var(--vc-tabbar-h) + var(--vc-safe-bottom) + 0.85rem);
        width: 42px;
        height: 42px;
    }

    body.vc-app .vc-wa-float svg {
        height: 1.15rem;
        width: 1.15rem;
    }

    body.vc-app .vc-flash {
        top: calc(4.25rem + var(--vc-safe-top));
    }

    body.vc-app .vc-mobile-drawer__panel {
        padding-top: calc(1rem + var(--vc-safe-top));
        padding-bottom: calc(1.25rem + var(--vc-safe-bottom));
    }

    .vc-tabbar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 350;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: stretch;
        height: calc(var(--vc-tabbar-h) + var(--vc-safe-bottom));
        padding: 0.35rem 0.2rem calc(0.35rem + var(--vc-safe-bottom));
        background: #0a0806;
        border-top: 1px solid rgba(201, 162, 39, 0.22);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.28);
    }

    html[data-vc-theme="light"] .vc-tabbar {
        background: #f6f1e8;
        border-top-color: rgba(139, 105, 20, 0.22);
        box-shadow: 0 -4px 16px rgba(28, 20, 14, 0.08);
    }

    .vc-tabbar__item {
        appearance: none;
        border: 0;
        background: transparent;
        color: var(--vc-muted);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.2rem;
        min-width: 0;
        padding: 0.2rem 0.15rem;
        font: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 8px;
        transition: color 0.2s var(--vc-ease), background 0.2s var(--vc-ease), transform 0.15s var(--vc-ease);
        -webkit-tap-highlight-color: transparent;
    }

    .vc-tabbar__item:active {
        transform: scale(0.94);
    }

    .vc-tabbar__item.is-active,
    .vc-tabbar__item[aria-current="page"] {
        color: var(--vc-gold-soft);
    }

    .vc-tabbar__item.is-active .vc-tabbar__icon,
    .vc-tabbar__item[aria-current="page"] .vc-tabbar__icon {
        stroke: var(--vc-gold-soft);
    }

    .vc-tabbar__icon-wrap {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .vc-tabbar__icon {
        display: block;
        stroke: currentColor;
    }

    .vc-tabbar__label {
        font-size: 0.62rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        line-height: 1;
        white-space: nowrap;
    }

    .vc-tabbar__badge {
        position: absolute;
        top: -0.35rem;
        right: -0.55rem;
        min-width: 1rem;
        height: 1rem;
        padding: 0 0.28rem;
        border-radius: 999px;
        background: var(--vc-gold);
        color: #120e08;
        font-size: 0.58rem;
        font-weight: 700;
        line-height: 1rem;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    }

    /* Installed / Add to Home Screen */
    html.vc-standalone body.vc-app,
    body.vc-standalone.vc-app {
        padding-top: var(--vc-safe-top);
    }

    html.vc-standalone .vc-announce,
    body.vc-standalone .vc-announce {
        display: none;
    }

    html.vc-standalone .vc-header,
    body.vc-standalone .vc-header {
        position: sticky;
        top: 0;
    }
}

/* ─── Homepage mobile polish ─────────────────────────────────────────────── */
@media (max-width: 768px) {
    html,
    body.vc-craft {
        overflow-x: clip;
    }

    body.vc-craft {
        transition: transform 0.18s ease;
    }

    h2 {
        font-size: clamp(1.45rem, 5.5vw, 1.9rem);
    }

    .vc-lead {
        font-size: 1rem;
        margin-bottom: 1.1rem;
    }

    .vc-eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }

    /* Hero */
    .vc-hero-slider__content {
        padding: 1.25rem 1.15rem 3.85rem;
        align-items: flex-end;
    }

    .vc-hero-slider__eyebrow {
        font-size: 0.78rem;
        margin-bottom: 0.4rem;
    }

    .vc-hero-slider__title {
        font-size: clamp(1.55rem, 6.5vw, 2.1rem);
        line-height: 1.08;
        margin-bottom: 0.75rem;
    }

    .vc-hero-slider__cta {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        padding: 0.45rem 0;
        font-size: 0.8rem;
    }

    .vc-hero-slider__nav {
        bottom: 1.85rem;
        gap: 0.55rem;
    }

    .vc-hero-slider__heritage {
        bottom: 0.35rem;
        font-size: 0.55rem;
        max-width: 92vw;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Mobile hero: full-bleed image, text sits on a graduated blur that feathers
       up from the bottom edge instead of a boxed card */
    .vc-hero-slider--split {
        height: clamp(380px, 96vw, 480px);
        max-height: 68vh;
    }

    .vc-hero-slider--split .vc-hero-slider__slide {
        display: block;
    }

    .vc-hero-slider--split .vc-hero-slider__slide[data-align="right"] .vc-hero-slider__content,
    .vc-hero-slider--split .vc-hero-slider__slide[data-align="right"] .vc-hero-slider__media,
    .vc-hero-slider--split .vc-hero-slider__content,
    .vc-hero-slider--split .vc-hero-slider__media {
        order: unset;
    }

    .vc-hero-slider--split .vc-hero-slider__media {
        position: absolute;
        inset: 0;
        min-height: 0;
    }

    .vc-hero-slider--split .vc-hero-slider__media img {
        object-position: center center;
    }

    .vc-hero-slider--split .vc-hero-slider__content {
        height: 100%;
        min-height: 0;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        padding: 1.25rem 1.5rem 3.1rem;
        background: linear-gradient(
            180deg,
            rgba(6, 4, 3, 0) 0%,
            rgba(6, 4, 3, 0.08) 25%,
            rgba(6, 4, 3, 0.62) 55%,
            rgba(6, 4, 3, 0.92) 100%
        );
        border: none;
    }

    .vc-hero-slider--split .vc-hero-slider__content--left,
    .vc-hero-slider--split .vc-hero-slider__content--right {
        justify-content: center;
        text-align: center;
    }

    .vc-hero-slider--split .vc-hero-slider__copy {
        max-width: 21rem;
        margin-inline: auto;
    }

    .vc-hero-slider--split .vc-hero-slider__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        font-family: var(--vc-sans);
        font-style: normal;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--vc-gold-soft);
        margin-bottom: 0.6rem;
    }

    .vc-hero-slider--split .vc-hero-slider__eyebrow::before,
    .vc-hero-slider--split .vc-hero-slider__eyebrow::after {
        content: "";
        width: 1.15rem;
        height: 1px;
        background: var(--vc-gold-soft);
        opacity: 0.85;
    }

    .vc-hero-slider--split .vc-hero-slider__title {
        font-size: clamp(1.65rem, 7.2vw, 2.35rem);
        line-height: 1.12;
        margin-bottom: 1rem;
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6), 0 1px 4px rgba(0, 0, 0, 0.7);
    }

    .vc-hero-slider--split .vc-hero-slider__cta {
        font-size: 0.82rem;
    }

    /* Category showcase — edge-to-edge on phones */
    .vc-category-showcase {
        max-width: none;
        width: 100%;
        margin-inline: 0;
        padding: 0.85rem 0.35rem;
    }

    .vc-category-showcase .vc-shop__head {
        padding-inline: 0.85rem;
    }

    .vc-category-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.35rem;
    }

    .vc-category-showcase__card {
        border-radius: 8px;
    }

    .vc-category-showcase__overlay {
        padding: 0.55rem 0.4rem;
        gap: 0.15rem;
    }

    .vc-category-showcase__title {
        font-size: clamp(0.72rem, 3.2vw, 0.85rem);
        letter-spacing: 0.06em;
        line-height: 1.2;
        padding-inline: 0.15rem;
    }

    .vc-category-showcase__cta {
        font-size: 0.68rem;
        min-height: 1.35rem;
        display: inline-flex;
        align-items: center;
    }

    /* Shop / products — one card per row, not full-bleed */
    .vc-shop,
    .vc-shop--elevated,
    .vc-shop--related,
    .vc-shop--page {
        max-width: none;
        width: 100%;
        margin-inline: 0;
        padding: 2.25rem 1.15rem 2.5rem;
    }

    .vc-shop__head {
        padding-inline: 0.25rem;
        margin-bottom: 1.2rem;
    }

    .vc-shop__filters {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding-inline: 0;
        gap: 0.5rem;
        margin-bottom: 1.15rem;
    }

    .vc-shop__filters .vc-input {
        min-width: 0;
        width: 100%;
        flex: 1 1 auto;
    }

    .vc-shop__filters .vc-btn {
        width: 100%;
    }

    .vc-checkout__summary {
        position: static;
        top: auto;
    }

    .vc-checkout__summary .vc-cart__item {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .vc-blog-body {
        padding: 1rem 1.1rem 1.15rem;
    }

    .vc-cms-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .vc-cms-content img,
    .vc-cms-content iframe {
        max-width: 100%;
        height: auto;
    }

    .vc-gallery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .vc-shop__count {
        padding-inline: 0.25rem;
    }

    .vc-product-grid,
    .vc-product-grid--compact,
    .vc-shop--elevated .vc-product-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        padding: 0;
        max-width: 22rem;
        margin-inline: auto;
        width: 100%;
    }

    .vc-product-card {
        min-width: 0;
        width: 100%;
    }

    .vc-product-card__media {
        margin-bottom: 0.65rem;
        border-radius: 8px;
        aspect-ratio: 4 / 5;
    }

    .vc-product-card__body {
        padding: 0.15rem 0.35rem 0.35rem;
        text-align: center;
    }

    .vc-product-card__body h3 {
        font-size: 1.05rem;
        line-height: 1.3;
    }

    .vc-product-card__body p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 0.82rem;
        margin-inline: auto;
        max-width: 20rem;
    }

    .vc-product-card__price {
        font-size: 0.95rem;
        margin-top: 0.35rem;
    }

    .vc-product-card__sku {
        font-size: 0.7rem;
    }

    .vc-product-card__cta {
        font-size: 0.75rem;
        margin-top: 0.45rem;
    }

    .vc-shop__more {
        margin-top: 1.25rem;
        padding-inline: 0.25rem;
        text-align: center;
    }

    /* Category pills */
    .vc-categories--compact {
        padding: 1rem;
    }

    .vc-categories__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.45rem;
        padding-inline: 0;
    }

    .vc-category-pill {
        font-size: 0.72rem;
        padding: 0.45rem 0.75rem;
    }

    /* Story / artisan / spotlight */
    .vc-artisan-feature__copy,
    .vc-spotlight__info {
        padding: 2rem 1.15rem 2.35rem;
    }

    .vc-spotlight__inner {
        gap: 1.35rem;
        padding-inline: 1rem;
    }

    .vc-spotlight__gallery {
        max-width: min(320px, 100%);
        margin-inline: auto;
    }

    .vc-spotlight__main img,
    .vc-artisan-feature__media img {
        max-height: 48vh;
        object-fit: cover;
        width: 100%;
    }

    .vc-spotlight__actions {
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .vc-spotlight__actions .vc-btn {
        width: 100%;
        justify-content: center;
    }

    .vc-artisan-feature__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
    }

    /* Atelier Edition spotlight — desktop overrides bleed onto mobile via
       higher-specificity ".vc-spotlight--limited" selectors, so restate them here */
    .vc-spotlight--limited .vc-spotlight__gallery {
        max-width: min(320px, 100%);
    }

    .vc-spotlight--limited .vc-spotlight__info h2 {
        font-size: 1.5rem;
    }

    .vc-spotlight--limited .vc-spotlight__price {
        font-size: 1.15rem;
    }

    .vc-spotlight--limited .vc-spotlight__info .vc-lead {
        font-size: 1rem;
    }

    .vc-spotlight__tagline {
        font-size: 1.4rem;
    }

    .vc-spotlight__tag {
        font-size: 1.1rem;
    }

    /* Leather — larger swatches on phone */
    .vc-leather {
        padding: 2.25rem 0;
    }

    .vc-leather__inner {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        padding-inline: 0.55rem;
        text-align: center;
    }

    .vc-leather__copy {
        padding-inline: 0.35rem;
    }

    .vc-leather__copy .vc-btn {
        width: 100%;
        max-width: none;
    }

    .vc-leather__swatches {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
        width: 100%;
        max-width: none;
    }

    .vc-leather__swatch img {
        aspect-ratio: 1 / 1.05;
    }

    .vc-leather__swatch figcaption {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
        padding: 0.55rem 0.4rem;
    }

    .vc-mission-pillar p {
        margin-bottom: 1.35rem;
    }

    .vc-brand-trust {
        gap: 0.75rem 0.85rem;
    }

    /* Atelier */
    .vc-atelier {
        grid-template-columns: 1fr;
    }

    .vc-atelier__media img {
        min-height: 220px;
        max-height: 42vh;
        width: 100%;
        object-fit: cover;
    }

    .vc-atelier__copy {
        padding: 2rem 1.15rem 2.5rem;
    }

    .vc-atelier__list {
        margin-bottom: 1.25rem;
    }

    /* CTA */
    .vc-cta__inner {
        padding: 2.5rem 1.15rem;
        text-align: center;
    }

    .vc-cta__inner h2 {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .vc-cta__actions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.65rem;
    }

    .vc-cta__actions .vc-btn {
        width: 100%;
        max-width: 18rem;
        justify-content: center;
    }

    /* Reviews */
    .vc-home-reviews {
        padding: 2rem 1rem;
    }

    .vc-home-reviews__summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
        margin-bottom: 1rem;
    }

    .vc-home-reviews__carousel {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.75rem;
    }

    .vc-home-reviews__nav {
        width: 2.5rem;
        height: 2.5rem;
    }

    .vc-home-reviews__card {
        flex-basis: min(84vw, 280px);
        min-height: 158px;
        padding: 1rem;
    }

    /* FAQ */
    .vc-faq-section {
        padding: 2.5rem 1.15rem;
    }

    .vc-faq__item summary {
        font-size: 0.95rem;
        padding: 0.9rem 0;
    }

    /* Banner */
    .vc-home-banner {
        padding: 1.75rem 1rem 2rem;
    }

    .vc-home-banner__frame {
        border-radius: 8px;
        overflow: hidden;
    }

    .vc-home-banner img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Shorts */
    .vc-shorts {
        padding: 2rem 0 2.25rem;
    }

    .vc-shorts__head {
        padding-inline: 1rem;
        margin-bottom: 1.15rem;
    }

    .vc-shorts__card {
        width: min(50vw, 190px);
    }

    .vc-shorts__card.is-active {
        width: min(65vw, 240px);
    }

    .vc-shorts__title {
        font-size: clamp(1.05rem, 4.2vw, 1.4rem);
        line-height: 1.1;
    }

    .vc-shorts__subtitle {
        font-size: 0.6rem;
    }

    .vc-shorts__mute,
    .vc-shorts__open,
    .vc-shorts__play {
        width: 2.25rem;
        height: 2.25rem;
    }

    .vc-shorts__open {
        right: 2.85rem;
    }

    /* Footer — centered mobile layout */
    .vc-footer--pdf {
        text-align: center;
    }

    .vc-footer-pdf__hero,
    .vc-footer-pdf__grid {
        max-width: none;
        width: 100%;
        margin-inline: auto;
        padding-inline: 1.15rem;
    }

    .vc-footer-pdf__grid {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1.93rem;
    }

    .vc-footer-pdf__left {
        width: 100%;
        align-items: center;
    }

    .vc-footer-pdf__links {
        grid-template-columns: 1fr !important;
        gap: 1.65rem;
        width: 100%;
        max-width: 24.2rem;
        margin-inline: auto;
        justify-items: center;
    }

    .vc-footer--pdf .vc-footer__col,
    .vc-footer--pdf .vc-footer-contact {
        width: 100%;
        text-align: center;
    }

    .vc-footer--pdf h4 {
        text-align: center;
    }

    .vc-footer--pdf .vc-footer-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .vc-footer--pdf .vc-footer-menu a,
    .vc-footer--pdf .vc-footer-contact p,
    .vc-footer--pdf .vc-footer-contact a {
        text-align: center;
    }

    .vc-footer--pdf .vc-footer-social {
        justify-content: center;
        flex-wrap: wrap;
    }

    .vc-footer-pdf__mark {
        width: min(100%, 308px);
        margin-inline: auto;
        margin-top: 0.55rem;
    }

    .vc-footer-pdf__card {
        width: 100%;
        max-width: 26.4rem;
        margin-inline: auto;
    }

    .vc-footer--pdf .vc-newsletter__row {
        flex-direction: column;
        align-items: stretch;
    }

    .vc-footer--pdf .vc-newsletter__row .vc-btn {
        width: 100%;
    }

    .vc-footer-pdf__card-actions {
        justify-content: center;
    }

    .vc-footer__bottom {
        padding-bottom: calc(1.5rem + var(--vc-tabbar-h, 4.15rem) + var(--vc-safe-bottom, 0px));
        text-align: center;
    }

    .vc-footer--pdf .vc-footer__meta,
    .vc-footer--pdf .vc-footer__made-in,
    .vc-footer--pdf .vc-footer__studio {
        justify-content: center;
        text-align: center;
    }

    /* ─── PDP / product detail — equal side gaps ─────────────────────────── */
    .vc-product-single {
        max-width: 100%;
        width: 100%;
        margin-inline: 0;
        padding: 1rem 1.25rem calc(2rem + var(--vc-tabbar-h, 4.15rem) + var(--vc-safe-bottom, 0px));
        box-sizing: border-box;
        overflow-x: clip;
    }

    .vc-product-single:has(+ .vc-shop--related) {
        padding-bottom: 1rem;
    }

    .vc-breadcrumb {
        font-size: 0.72rem;
        margin-bottom: 0.85rem;
        gap: 0.25rem;
        line-height: 1.4;
        overflow: hidden;
        max-width: 100%;
    }

    .vc-breadcrumb span:last-child {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-width: 0;
    }

    .vc-product-single__grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 1.25rem;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .vc-product-single__gallery,
    .vc-product-single__info,
    .vc-product-gallery {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .vc-product-gallery__stage {
        width: 100%;
        max-width: 100%;
        height: min(360px, 48vh);
        max-height: min(360px, 48vh);
        box-sizing: border-box;
    }

    .vc-product-gallery__stage img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        box-sizing: border-box;
    }

    .vc-product-single__info h1 {
        font-size: clamp(1.45rem, 6vw, 1.85rem);
        line-height: 1.2;
        margin: 0.25rem 0 0;
    }

    .vc-product-single__price {
        font-size: 1.35rem;
        margin: 0.65rem 0 0.85rem;
    }

    .vc-product-single__info .vc-lead {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    .vc-product-single__form {
        margin-top: 0.25rem;
    }

    .vc-variant-picker--swatches {
        margin-bottom: 1rem;
    }

    .vc-variant-picker__current {
        font-size: 0.8rem;
        margin-bottom: 0.55rem;
    }

    .vc-variant-picker__swatches {
        gap: 0.45rem;
    }

    .vc-variant-picker__swatch {
        width: 2.65rem;
        height: 2.65rem;
    }

    .vc-product-single__actions--inline {
        display: none;
    }

    body.vc-pdp-page {
        --vc-pdp-bar-h: 4.65rem;
        padding-bottom: calc(var(--vc-pdp-bar-h) + var(--vc-safe-bottom, 0px));
    }

    body.vc-pdp-page .vc-wa-float {
        bottom: calc(var(--vc-pdp-bar-h) + var(--vc-safe-bottom, 0px) + 0.85rem);
    }

    .vc-pdp-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 850;
        display: grid;
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr);
        align-items: center;
        gap: 0.65rem;
        min-height: calc(var(--vc-pdp-bar-h) + var(--vc-safe-bottom, 0px));
        padding: 0.55rem 0.85rem calc(0.55rem + var(--vc-safe-bottom, 0px));
        background: #0a0806;
        border-top: 1px solid rgba(201, 162, 39, 0.28);
        box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.35);
        pointer-events: auto;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    html[data-vc-theme="light"] .vc-pdp-bar {
        background: #f6f1e8;
        border-top-color: rgba(139, 105, 20, 0.22);
        box-shadow: 0 -6px 20px rgba(28, 20, 14, 0.1);
    }

    .vc-pdp-bar__price {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.1rem;
    }

    .vc-pdp-bar__price-label {
        font-size: 0.62rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--vc-muted);
    }

    .vc-pdp-bar__price-value {
        font-family: var(--vc-sans);
        font-size: clamp(0.92rem, 3.6vw, 1.05rem);
        font-weight: 600;
        letter-spacing: 0.01em;
        color: var(--vc-text);
        line-height: 1.15;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .vc-pdp-bar__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.45rem;
        min-width: 0;
    }

    .vc-pdp-bar__btn {
        width: 100%;
        justify-content: center;
        min-height: 2.65rem;
        padding-inline: 0.45rem;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
        white-space: nowrap;
        pointer-events: auto;
        position: relative;
        z-index: 1;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .vc-pdp-bar__btn:disabled {
        opacity: 0.45;
        cursor: not-allowed;
    }

    .vc-product-gallery__stage {
        touch-action: pan-y;
        -webkit-user-select: none;
        user-select: none;
    }

    .vc-product-gallery__stage.is-zoomed img {
        transition: none;
    }

    .vc-product-gallery__zoom-hint {
        opacity: 0.85;
    }

    .vc-hero-slider__media img,
    .vc-artisan-feature__media img {
        animation: none !important;
    }

    .vc-footer,
    .vc-shop--related,
    .vc-home-reviews,
    .vc-shorts {
        content-visibility: auto;
        contain-intrinsic-size: 1px 640px;
    }

    .vc-product-single__actions .vc-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

    .vc-product-single__features {
        margin-top: 1.15rem;
        gap: 0.5rem;
    }

    .vc-product-single__features li {
        font-size: 0.82rem;
        gap: 0.55rem;
    }

    .vc-product-single__feature-icon {
        width: 28px;
        height: 28px;
    }

    .vc-product-single__feature-icon svg { width: 14px; height: 14px; }

    .vc-product-single__desc {
        margin-top: 1.15rem;
        padding-top: 1.15rem;
    }

    .vc-product-single__desc h3 {
        font-size: 1.15rem;
        margin-bottom: 0.65rem;
    }

    .vc-product-single__desc-body,
    .vc-product-single__desc-body p {
        font-size: 0.9rem;
        line-height: 1.65;
    }

    .vc-product-single + .vc-shop--related,
    .vc-main > .vc-product-single + .vc-shop--related {
        padding: 1.5rem 1.25rem calc(2rem + var(--vc-tabbar-h, 4.15rem) + var(--vc-safe-bottom, 0px));
        border-top: 1px solid var(--vc-border);
    }

    .vc-product-single + .vc-shop--related .vc-shop__head {
        margin-bottom: 1rem;
        padding-inline: 0;
    }
}

@media (max-width: 400px) {
    .vc-product-single {
        max-width: 100%;
        padding-inline: 1.15rem;
    }

    .vc-shop,
    .vc-shop--elevated,
    .vc-shop--related,
    .vc-shop--page {
        padding-inline: 1.25rem;
    }

    .vc-product-grid,
    .vc-product-grid--compact,
    .vc-shop--elevated .vc-product-grid {
        grid-template-columns: 1fr;
        gap: 1.15rem;
        max-width: 19.5rem;
    }

    .vc-product-card__body h3 {
        font-size: 1rem;
    }

    .vc-spotlight__inner {
        padding-inline: 0.5rem;
    }

    .vc-spotlight__info {
        padding: 1.5rem 0.85rem 2rem;
    }

    .vc-spotlight--limited .vc-spotlight__info h2 {
        font-size: 1.3rem;
    }

    .vc-spotlight__tagline {
        font-size: 1.25rem;
    }

    .vc-spotlight__features li {
        font-size: 0.78rem;
    }

    .vc-category-showcase {
        padding-inline: 0.25rem;
    }

    .vc-category-showcase__grid {
        gap: 0.28rem;
    }

    .vc-category-showcase__title {
        font-size: 0.7rem;
    }

    .vc-home-promises__card {
        flex-basis: min(48vw, 10rem);
        min-width: min(48vw, 10rem);
        max-width: 10rem;
    }
}

/* ─── Invoice (print-friendly + mobile) ───────────────────────────────────── */
.vc-invoice-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.vc-invoice {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 2rem;
    color: #1a1208;
}

.vc-invoice__header {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 1.25rem;
}

.vc-invoice__logo {
    height: 48px;
    width: auto;
    margin-bottom: 0.75rem;
}

.vc-invoice__title-block {
    text-align: right;
}

.vc-invoice__title {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    margin: 0;
}

.vc-invoice__label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 0.5rem;
}

.vc-invoice__name {
    font-weight: 600;
    margin: 0;
}

.vc-invoice__meta {
    font-size: 0.875rem;
    color: #666;
    margin: 0.25rem 0 0;
}

.vc-invoice__meta--muted {
    font-size: 0.8125rem;
    color: #888;
}

.vc-invoice__meta--spaced {
    margin-top: 0.5rem;
}

.vc-invoice__parties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 1.25rem;
}

.vc-invoice__status {
    text-align: right;
    font-size: 0.875rem;
}

.vc-invoice__status p {
    margin: 0 0 0.35rem;
}

.vc-invoice__muted {
    color: #888;
}

.vc-invoice__table-wrap {
    margin-top: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.vc-invoice__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.vc-invoice__table thead tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
}

.vc-invoice__table th {
    padding: 0.5rem 0.5rem 0.5rem 0;
    font-weight: 600;
    color: #888;
}

.vc-invoice__table th.vc-invoice__num,
.vc-invoice__table td.vc-invoice__num {
    text-align: right;
    padding: 0.75rem 0.5rem;
}

.vc-invoice__table th:first-child,
.vc-invoice__table td:first-child {
    padding-left: 0;
}

.vc-invoice__table th:last-child,
.vc-invoice__table td:last-child {
    padding-right: 0;
}

.vc-invoice__table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.vc-invoice__num--strong {
    font-weight: 600;
}

.vc-invoice__num--discount {
    color: #059669;
}

.vc-invoice__foot-label {
    padding: 0.5rem;
    text-align: right;
    color: #888;
}

.vc-invoice__foot-label--grand {
    font-weight: 700;
    color: #1a1208;
    padding: 0.75rem 0.5rem;
}

.vc-invoice__num--grand {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.75rem 0;
}

.vc-invoice__grand {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
}

.vc-invoice__note {
    margin-top: 1.25rem;
    padding: 0.875rem;
    background: #fafafa;
    border-radius: 8px;
}

.vc-invoice__note .vc-invoice__meta {
    margin: 0;
    color: #1a1208;
}

.vc-invoice__thanks {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
    font-size: 0.8125rem;
    color: #888;
}

@media (max-width: 768px) {
    .vc-invoice-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .vc-invoice-actions .vc-btn {
        width: 100%;
    }

    .vc-invoice {
        padding: 1.15rem;
    }

    .vc-invoice__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .vc-invoice__title-block {
        text-align: left;
    }

    .vc-invoice__parties {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }

    .vc-invoice__status {
        text-align: left;
    }

    .vc-invoice__col-unit {
        display: none;
    }

    .vc-invoice__table th,
    .vc-invoice__table td {
        font-size: 0.8125rem;
    }
}

/* ─── Scroll reveal (light, GPU-friendly) ─────────────────────────────────── */
html.vc-reveal-on [data-reveal]:not(.is-revealed),
html.vc-reveal-on [data-reveal-item]:not(.is-revealed) {
    opacity: 0;
    transform: translate3d(0, 1.1rem, 0);
}

html.vc-reveal-on [data-reveal],
html.vc-reveal-on [data-reveal-item] {
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--vc-reveal-delay, 0ms);
}

html.vc-reveal-on [data-reveal].is-revealed,
html.vc-reveal-on [data-reveal-item].is-revealed {
    opacity: 1;
    /* none — not translate3d(0,0,0) — keeps position:fixed descendants on the viewport */
    transform: none;
}

html.vc-reveal-on [data-reveal-item] {
    transition-duration: 0.5s;
}

@media (max-width: 768px) {
    html.vc-reveal-on [data-reveal]:not(.is-revealed),
    html.vc-reveal-on [data-reveal-item]:not(.is-revealed) {
        transform: translate3d(0, 0.7rem, 0);
    }

    html.vc-reveal-on [data-reveal],
    html.vc-reveal-on [data-reveal-item] {
        transition-duration: 0.45s;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.vc-reveal-on [data-reveal],
    html.vc-reveal-on [data-reveal-item] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Wishlist */
.vc-wishlist-btn {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(12, 10, 8, 0.45);
    backdrop-filter: blur(2px);
    color: #fff;
    cursor: pointer;
    transition: border-color 0.25s var(--vc-ease), background 0.25s var(--vc-ease), color 0.25s var(--vc-ease), transform 0.2s var(--vc-ease);
}

.vc-wishlist-btn:hover,
.vc-wishlist-btn:focus-visible {
    border-color: var(--vc-gold);
    color: var(--vc-gold-soft);
}

.vc-wishlist-btn.is-active {
    border-color: #e11d48;
    background: #e11d48;
    color: #fff;
}

.vc-wishlist-btn.is-active svg {
    fill: currentColor;
}

.vc-wishlist-btn:active {
    transform: scale(0.92);
}

.vc-wishlist-btn--pdp {
    position: static;
    width: auto;
    height: auto;
    padding: 0.7rem 1.1rem;
    gap: 0.5rem;
    border-radius: 999px;
    border: 1px solid var(--vc-border);
    background: transparent;
    color: var(--vc-text);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.vc-wishlist-btn--pdp:hover,
.vc-wishlist-btn--pdp:focus-visible {
    border-color: var(--vc-gold);
    background: rgba(201, 162, 39, 0.1);
    color: var(--vc-gold-soft);
}

.vc-wishlist-btn--pdp.is-active {
    border-color: #e11d48;
    background: #e11d48;
    color: #fff;
}

/* Cookie consent banner */
.vc-cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 9000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 640px;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    border: 1px solid var(--vc-border);
    border-radius: 14px;
    background: #14100b;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    opacity: 0;
    transform: translateY(0.75rem);
    transition: opacity 0.35s var(--vc-ease), transform 0.35s var(--vc-ease);
    /* Invisible state must not block PDP sticky cart buttons underneath */
    pointer-events: none;
}

.vc-cookie-consent[hidden] {
    display: none !important;
}

.vc-cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.vc-cookie-consent__text {
    margin: 0;
    flex: 1 1 260px;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--vc-muted);
}

.vc-cookie-consent__text a {
    color: var(--vc-gold-soft);
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 560px) {
    .vc-cookie-consent {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 1rem;
    }
}
