/* ============================================================================
   VINTCASK — design system (unique). Skeleton editorial-mag · header logo-centré
   nav-scindée · hero carte-flottante · listing table-specs · carte polaroïd ·
   footer big-type-CTA · formes blob · motion aucune · icônes fine-line · type
   all-caps-mono (Playfair Display + Signika + Fragment Mono) · schéma sombre.
   Masthead parchemin clair (logo bordeaux lisible) sur corps sombre.
   ============================================================================ */
:root {
  --bg: #170c0f; --bg2: #1f141a; --bg3: #291921; --bg-soft: #211620;
  --parch: #f0e8dc; --parch-2: #e6dcc9; --dim: #c2b39c; --dim2: #9a8b78;
  --wine: #7c2836; --wine-2: #93313f; --wine-deep: #5a1f2b;
  --brass: #bd9a5c; --brass-2: #a9863f; --brass-deep: #8f7a4a;
  --line: rgba(240,232,220,.13); --line-2: rgba(240,232,220,.22);
  --head-bg: #f0e8dc; --head-ink: #2a1216; --head-line: rgba(42,18,22,.15); --head-dim: #6d4d47;
  --ink: #2a1216;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Signika", system-ui, sans-serif;
  --mono: "Fragment Mono", ui-monospace, monospace;
  --wrap: 1240px; --r: 14px; --r-lg: 26px;
  --sh: 0 18px 50px -18px rgba(0,0,0,.7);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--parch);
  font-family: var(--sans); font-size: 16px; line-height: 1.6; font-weight: 400;
  overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: -.01em; }
p { margin: 0; }
svg { display: block; }
.vc-noscroll { overflow: hidden; }
.vc-wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; width: 100%; }

/* ── Primitives ── */
.vc-eyebrow { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .28em; color: var(--brass); font-weight: 400; display: inline-block; }
.vc-sec { padding: 78px 0; }
.vc-sec-head { margin-bottom: 40px; }
.vc-sec-head .vc-eyebrow { margin-bottom: 14px; }
.vc-sec-h { font-size: clamp(28px, 3.6vw, 46px); }
.vc-sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.vc-page-h { font-size: clamp(32px, 5vw, 58px); }
.vc-page-sub { color: var(--dim); max-width: 60ch; margin-top: 12px; }

.vc-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; padding: 14px 24px; border-radius: 999px; transition: .18s ease; white-space: nowrap; border: 1.5px solid transparent; }
.vc-btn svg { width: 16px; height: 16px; }
.vc-btn-primary { background: var(--brass); color: #241009; }
.vc-btn-primary:hover { background: var(--brass-2); }
.vc-btn-line { border-color: var(--line-2); color: var(--parch); }
.vc-btn-line:hover { border-color: var(--brass); color: var(--brass); }
.vc-btn-ghostlg { border-color: var(--parch); color: var(--parch); font-size: 13px; padding: 18px 40px; }
.vc-btn-ghostlg:hover { background: var(--parch); color: var(--ink); }
.vc-btn-block { width: 100%; justify-content: center; }
.vc-btn-mini { padding: 9px 16px; font-size: 11px; background: var(--wine); color: var(--parch); }
.vc-btn-mini:hover { background: var(--wine-2); }
.vc-btn-atc { flex: 1; justify-content: center; padding: 16px 22px; }

.vc-stars { display: inline-flex; gap: 2px; color: var(--brass); }
.vc-stars svg { width: 15px; height: 15px; }
.vc-price { font-family: var(--mono); font-size: 15px; color: var(--parch); font-weight: 400; letter-spacing: .02em; }
.vc-price-was { font-family: var(--mono); font-size: 12px; color: var(--dim2); text-decoration: line-through; margin-left: 7px; }
.vc-price-save { font-family: var(--mono); font-size: 10px; color: var(--brass); border: 1px solid var(--brass); border-radius: 3px; padding: 1px 5px; margin-left: 8px; letter-spacing: .05em; }
.vc-badge { font-family: var(--mono); font-size: 9.5px; text-transform: uppercase; letter-spacing: .12em; background: var(--wine); color: var(--parch); padding: 4px 8px; border-radius: 3px; }
.vc-badge-low { background: transparent; color: var(--brass); border: 1px solid var(--brass); }

.vc-grid { display: grid; gap: 26px; }
.vc-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ══ ANNOUNCE ══ */
.vc-announce { background: var(--wine-deep); color: var(--parch-2); }
.vc-announce-in { max-width: var(--wrap); margin: 0 auto; padding: 8px 28px; display: flex; align-items: center; justify-content: center; gap: 18px; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.vc-ann-prev, .vc-ann-next { color: var(--parch-2); opacity: .7; display: inline-flex; }
.vc-ann-prev svg, .vc-ann-next svg { width: 15px; height: 15px; }
.vc-ann-prev:hover, .vc-ann-next:hover { opacity: 1; }
#vc-ann-txt { text-align: center; min-width: 0; }

/* ══ HEADER (masthead parchemin, logo centré, nav scindée) ══ */
.vc-header { position: sticky; top: 0; z-index: 60; background: var(--head-bg); color: var(--head-ink); border-bottom: 1px solid var(--head-line); transition: box-shadow .2s; }
.vc-header.is-stuck { box-shadow: 0 6px 24px -12px rgba(0,0,0,.5); }
.vc-head-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; height: 74px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.vc-nav { display: flex; align-items: center; gap: 24px; }
.vc-nav-left { justify-content: flex-end; }
.vc-nav-right { justify-content: flex-start; }
.vc-nav-a { font-family: var(--mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: .13em; color: var(--head-ink); position: relative; padding: 4px 0; transition: color .15s; }
.vc-nav-a:hover { color: var(--wine); }
.vc-nav-a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--wine); transition: width .2s; }
.vc-nav-a:hover::after { width: 100%; }
.vc-logo { justify-self: center; display: block; }
.vc-logo img { height: 34px; width: auto; }
.vc-head-right { display: flex; align-items: center; justify-content: flex-start; gap: 18px; }
.vc-head-right .vc-nav-right { flex: 1; }
.vc-ibtn { position: relative; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--head-ink); transition: background .15s; }
.vc-ibtn:hover { background: rgba(42,18,22,.07); }
.vc-ibtn svg { width: 22px; height: 22px; }
.vc-cart-btn { color: var(--head-ink); }
.vc-cart-count { position: absolute; top: 2px; right: 2px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--wine); color: var(--parch); border-radius: 999px; font-family: var(--mono); font-size: 10px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.vc-burger { display: none; color: var(--head-ink); }

/* mobile menu */
.vc-mobile { position: fixed; inset: 0; z-index: 200; background: var(--head-bg); color: var(--head-ink); padding: 20px 28px; display: flex; flex-direction: column; }
.vc-mobile-top { display: flex; align-items: center; justify-content: space-between; height: 54px; border-bottom: 1px solid var(--head-line); }
.vc-mobile-nav { display: flex; flex-direction: column; padding: 26px 0; gap: 4px; }
.vc-mobile-nav a { font-family: var(--serif); font-size: 26px; padding: 10px 0; border-bottom: 1px solid var(--head-line); }

/* lang */
.vc-lang { display: inline-flex; gap: 4px; }
.vc-lang-b { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; padding: 5px 9px; border-radius: 4px; color: var(--dim); border: 1px solid var(--line); }
.vc-lang-b.is-on { color: var(--ink); background: var(--brass); border-color: var(--brass); }
.vc-mobile .vc-lang-b { color: var(--head-dim); border-color: var(--head-line); }
.vc-mobile .vc-lang-b.is-on { color: #241009; }

/* search overlay */
.vc-search { position: fixed; inset: 0; z-index: 210; background: rgba(15,8,10,.96); backdrop-filter: blur(6px); padding: 0 20px; overflow-y: auto; }
.vc-search-bar { max-width: 760px; margin: 60px auto 24px; display: flex; align-items: center; gap: 12px; border-bottom: 1.5px solid var(--line-2); padding-bottom: 14px; }
.vc-search-bar svg { width: 24px; height: 24px; color: var(--brass); flex: none; }
.vc-search-bar input { flex: 1; background: none; border: none; outline: none; color: var(--parch); font-family: var(--serif); font-size: 26px; }
.vc-search-bar input::placeholder { color: var(--dim2); }
.vc-search-res { max-width: 1000px; margin: 0 auto 60px; }

/* ══ HERO carte-flottante ══ */
.vc-hero { position: relative; padding: 64px 0 84px; overflow: hidden; }
.vc-hero::before { content: ""; position: absolute; top: -18%; right: -6%; width: 560px; height: 560px; max-width: 46vw; background: radial-gradient(circle at 40% 40%, rgba(124,40,54,.5), rgba(124,40,54,0) 68%); border-radius: 47% 53% 60% 40% / 42% 46% 54% 58%; filter: blur(4px); pointer-events: none; z-index: 0; }
.vc-hero-in { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.vc-hero-txt .vc-eyebrow { margin-bottom: 20px; }
.vc-hero-h { font-size: clamp(44px, 6.4vw, 82px); line-height: 1; }
.vc-hero-sub { color: var(--dim); font-size: 18px; margin-top: 22px; max-width: 46ch; }
.vc-hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.vc-hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--dim); font-family: var(--mono); font-size: 12px; }
.vc-hero-proof strong { color: var(--parch); }
.vc-hero-card { position: relative; }
.vc-hero-tag { position: absolute; top: -14px; left: 22px; z-index: 3; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .18em; background: var(--brass); color: #241009; padding: 7px 14px; border-radius: 999px; }
.vc-hero-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh); border: 1px solid var(--line); transform: rotate(-1.4deg); }
.vc-hero-img img { width: 100%; height: 440px; object-fit: cover; }
.vc-hero-chip { position: absolute; bottom: 20px; right: -18px; display: flex; align-items: center; gap: 12px; background: var(--bg2); border: 1px solid var(--line-2); border-radius: var(--r); padding: 10px 14px 10px 10px; box-shadow: var(--sh); max-width: 300px; }
.vc-hero-chip img { width: 52px; height: 52px; object-fit: cover; border-radius: 9px; flex: none; }
.vc-hero-chip-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.vc-hero-chip-txt strong { font-family: var(--sans); font-weight: 600; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vc-hero-chip > svg { width: 18px; height: 18px; color: var(--brass); flex: none; }

/* ══ PAR BESOIN ══ */
.vc-needs-grid { gap: 20px; }
.vc-need { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; display: flex; flex-direction: column; gap: 12px; transition: .18s; position: relative; overflow: hidden; }
.vc-need:hover { border-color: var(--brass); transform: translateY(-3px); }
.vc-need-ic { width: 52px; height: 52px; border-radius: 50%; background: rgba(189,154,92,.12); display: inline-flex; align-items: center; justify-content: center; color: var(--brass); }
.vc-need-ic svg { width: 26px; height: 26px; }
.vc-need h3 { font-size: 23px; }
.vc-need p { color: var(--dim); font-size: 14.5px; }
.vc-need-go { margin-top: auto; color: var(--brass); }
.vc-need-go svg { width: 22px; height: 22px; }

/* ══ CARTE POLAROÏD ══ */
.vc-pola { background: var(--parch); color: var(--ink); border-radius: 6px; padding: 12px 12px 4px; box-shadow: var(--sh); display: flex; flex-direction: column; transition: transform .18s; }
.vc-pola:hover { transform: translateY(-4px) rotate(-.6deg); }
.vc-pola-media { position: relative; display: block; background: var(--bg3); border-radius: 3px; overflow: hidden; aspect-ratio: 1/1; }
.vc-pola-media img { width: 100%; height: 100%; object-fit: cover; }
.vc-pola-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 5px; align-items: flex-start; }
.vc-pola-cap { padding: 14px 6px 16px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.vc-pola-cat { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--wine); }
.vc-pola-name { font-family: var(--serif); font-size: 18px; color: var(--ink); line-height: 1.15; }
.vc-pola-rate { display: flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 11px; color: var(--head-dim); }
.vc-pola-rate .vc-stars { color: var(--brass-2); }
.vc-pola-foot { margin-top: auto; padding-top: 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; border-top: 1px solid var(--head-line); }
.vc-pola-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 3px 6px; min-width: 0; }
.vc-pola-price .vc-price { color: var(--ink); font-size: 14px; }
.vc-pola-price .vc-price-was { color: #9a8578; }
.vc-pola-price .vc-price-save { color: var(--wine); border-color: var(--wine); }
.vc-add { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--parch); display: inline-flex; align-items: center; justify-content: center; transition: .16s; flex: none; }
.vc-add:hover { background: var(--wine); transform: rotate(90deg); }
.vc-add svg { width: 18px; height: 18px; }

/* ══ BANDEAU IMMERSIF ══ */
.vc-immersive { position: relative; padding: 96px 0; color: var(--parch); overflow: hidden; }
.vc-immersive-bg { position: absolute; inset: 0; z-index: 0; }
.vc-immersive-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,8,10,.92), rgba(15,8,10,.62)); }
.vc-immersive-bg img { width: 100%; height: 100%; object-fit: cover; }
.vc-immersive-in { position: relative; z-index: 1; max-width: 640px; }
.vc-immersive-in .vc-eyebrow { margin-bottom: 16px; }
.vc-immersive-h { font-size: clamp(30px, 4.2vw, 52px); }
.vc-immersive-in p { color: var(--parch-2); margin-top: 18px; font-size: 17px; }
.vc-stats { display: grid; grid-template-columns: repeat(4, auto); gap: 34px; margin: 32px 0; }
.vc-stats strong { display: block; font-family: var(--serif); font-size: 30px; color: var(--brass); }
.vc-stats span { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .12em; color: var(--dim); }

/* ══ JOURNAL / LOOKBOOK ══ */
.vc-jrn { display: flex; flex-direction: column; }
.vc-jrn-img { border-radius: var(--r); overflow: hidden; aspect-ratio: 4/3; border: 1px solid var(--line); }
.vc-jrn-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.vc-jrn:hover .vc-jrn-img img { transform: scale(1.04); }
.vc-jrn-b { padding-top: 18px; }
.vc-jrn-n { font-family: var(--mono); font-size: 11px; color: var(--brass); letter-spacing: .1em; }
.vc-jrn-b h3 { font-size: 24px; margin: 8px 0 8px; }
.vc-jrn-b p { color: var(--dim); font-size: 15px; }
.vc-jrn-read { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--brass); display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; }
.vc-jrn-read svg { width: 16px; height: 16px; }

/* ══ TÉMOIGNAGE VEDETTE ══ */
.vc-testi { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vc-testi-in { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: center; padding: 0; }
.vc-testi-media { align-self: stretch; }
.vc-testi-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.vc-testi-q { padding: 76px 56px 76px 0; }
.vc-testi-stars { margin: 16px 0 20px; }
.vc-testi-stars .vc-stars svg { width: 22px; height: 22px; }
.vc-testi-q blockquote { font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); line-height: 1.28; margin: 0; font-style: italic; }
.vc-testi-q figcaption { margin-top: 26px; display: flex; flex-direction: column; gap: 3px; }
.vc-testi-q figcaption strong { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.vc-testi-q figcaption span { color: var(--dim); font-size: 13px; }

/* ══ GARANTIES / SCEAUX ══ */
.vc-seals .vc-grid { gap: 22px; }
.vc-seal { text-align: center; padding: 34px 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg2); }
.vc-seal-ic { width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%; border: 1.5px solid var(--brass); display: flex; align-items: center; justify-content: center; color: var(--brass); }
.vc-seal-ic svg { width: 28px; height: 28px; }
.vc-seal h3 { font-size: 20px; margin-bottom: 8px; }
.vc-seal p { color: var(--dim); font-size: 14px; }

/* ══ TICKER (statique) ══ */
.vc-ticker { background: var(--wine-deep); color: var(--parch); padding: 20px 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vc-ticker-in { display: flex; align-items: center; gap: 26px; white-space: nowrap; justify-content: center; flex-wrap: wrap; }
.vc-ticker-in span { font-family: var(--serif); font-style: italic; font-size: 26px; }
.vc-ticker-in svg { width: 22px; height: 22px; color: var(--brass); opacity: .8; }

/* ══ FAQ ══ */
.vc-faq-in { max-width: 900px; margin: 0 auto; }
.vc-faq-head { text-align: center; margin-bottom: 40px; }
.vc-faq-head .vc-eyebrow { margin-bottom: 14px; }
.vc-acc { display: flex; flex-direction: column; gap: 12px; }
.vc-acc-i { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.vc-acc-i summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; font-family: var(--serif); font-size: 18px; }
.vc-acc-i summary::-webkit-details-marker { display: none; }
.vc-acc-i summary svg { width: 20px; height: 20px; color: var(--brass); flex: none; transition: transform .2s; }
.vc-acc-i[open] summary svg { transform: rotate(180deg); }
.vc-acc-b { padding: 0 24px 22px; color: var(--dim); font-size: 15px; }

/* ══ LOGOS PRESSE ══ */
.vc-press { padding: 46px 0 70px; }
.vc-press-k { display: block; text-align: center; margin-bottom: 26px; color: var(--dim2); }
.vc-press-row { display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; }
.vc-press-logo { font-family: var(--serif); font-size: 21px; font-style: italic; color: var(--dim); opacity: .72; transition: .2s; }
.vc-press-logo:hover { opacity: 1; color: var(--parch); }

/* ══ FOOTER big-type CTA ══ */
.vc-footer { background: var(--bg2); border-top: 1px solid var(--line); }
.vc-fnews { max-width: var(--wrap); margin: 0 auto; padding: 40px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.vc-fnews-txt .vc-eyebrow { margin-bottom: 6px; }
.vc-fnews-txt p { font-family: var(--serif); font-size: 24px; }
.vc-nl { display: flex; gap: 10px; flex-wrap: wrap; }
.vc-nl input { background: var(--bg); border: 1px solid var(--line-2); border-radius: 999px; padding: 13px 20px; color: var(--parch); font-family: var(--sans); min-width: 240px; outline: none; }
.vc-nl input:focus { border-color: var(--brass); }
.vc-nl-ok { font-family: var(--mono); font-size: 12px; color: var(--brass); display: inline-flex; align-items: center; gap: 8px; }
.vc-nl-ok svg { width: 18px; height: 18px; }
.vc-fcta { max-width: var(--wrap); margin: 0 auto; padding: 84px 28px 76px; text-align: center; }
.vc-fcta .vc-eyebrow { color: var(--dim2); }
.vc-fcta h2 { font-size: clamp(38px, 6.4vw, 92px); line-height: .98; margin: 22px 0 34px; letter-spacing: -.02em; }
.vc-fcols { max-width: var(--wrap); margin: 0 auto; padding: 0 28px 44px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; border-top: 1px solid var(--line); padding-top: 48px; }
.vc-fcol h4 { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--brass); font-weight: 400; margin-bottom: 16px; }
.vc-fcol ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.vc-fcol a { color: var(--dim); font-size: 14px; transition: color .15s; }
.vc-fcol a:hover { color: var(--parch); }
.vc-fbase { max-width: var(--wrap); margin: 0 auto; padding: 34px 28px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.vc-fbase-l { max-width: 340px; }
.vc-fwm { font-family: var(--serif); font-size: 30px; letter-spacing: .04em; color: var(--parch); display: block; margin-bottom: 10px; }
.vc-fbase-l p { color: var(--dim); font-size: 13.5px; }
.vc-fbase-r { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.vc-fpay-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.vc-fpay-lbl { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); display: inline-flex; align-items: center; gap: 6px; }
.vc-fpay-lbl svg { width: 15px; height: 15px; color: var(--brass); }
.vc-pay { display: flex; gap: 7px; flex-wrap: wrap; }
.vc-pay svg { width: 38px; height: 25px; border-radius: 3px; }
.vc-fbar { max-width: var(--wrap); margin: 0 auto; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 10.5px; color: var(--dim2); letter-spacing: .05em; flex-wrap: wrap; }
.vc-fsoc { display: flex; gap: 10px; }
.vc-fsoc svg { width: 18px; height: 18px; color: var(--dim); }

/* ══ SHOP / TABLE-SPECS ══ */
.vc-shop-head { padding: 44px 0 8px; }
.vc-crumb { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--dim2); text-transform: uppercase; margin-bottom: 18px; }
.vc-crumb a:hover { color: var(--brass); }
.vc-shop-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.vc-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.vc-chip { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; padding: 9px 15px; border-radius: 999px; border: 1px solid var(--line-2); color: var(--dim); }
.vc-chip.is-on { background: var(--brass); color: #241009; border-color: var(--brass); }
.vc-chip:hover:not(.is-on) { border-color: var(--brass); color: var(--parch); }
.vc-sortwrap { position: relative; display: inline-flex; align-items: center; gap: 8px; color: var(--dim); }
.vc-sortwrap > svg:first-child { width: 18px; height: 18px; }
.vc-sortwrap > svg:last-child { width: 16px; height: 16px; position: absolute; right: 8px; pointer-events: none; }
.vc-sortwrap select { appearance: none; background: var(--bg2); border: 1px solid var(--line-2); border-radius: 999px; padding: 10px 34px 10px 16px; color: var(--parch); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; outline: none; }
.vc-count { font-family: var(--mono); font-size: 11px; color: var(--dim2); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 18px; }
.vc-empty { color: var(--dim); font-family: var(--serif); font-size: 22px; padding: 40px 0; }

.vc-table { width: 100%; border-collapse: collapse; }
.vc-table thead th { text-align: left; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--dim2); font-weight: 400; padding: 0 16px 14px; border-bottom: 1px solid var(--line-2); }
.vc-th-price { text-align: right !important; }
.vc-tr { border-bottom: 1px solid var(--line); transition: background .15s; }
.vc-tr:hover { background: var(--bg2); }
.vc-tr td { padding: 16px; vertical-align: middle; }
.vc-td-prod a { display: flex; align-items: center; gap: 16px; }
.vc-td-thumb { position: relative; width: 74px; height: 74px; border-radius: 8px; overflow: hidden; background: var(--bg3); flex: none; }
.vc-td-thumb img { width: 100%; height: 100%; object-fit: cover; }
.vc-td-badges { position: absolute; top: 4px; left: 4px; display: flex; flex-direction: column; gap: 3px; }
.vc-td-badges .vc-badge { font-size: 8px; padding: 2px 5px; }
.vc-td-name { display: flex; flex-direction: column; gap: 4px; font-family: var(--serif); font-size: 17px; color: var(--parch); }
.vc-td-name em { font-family: var(--sans); font-style: normal; font-size: 12.5px; color: var(--dim); max-width: 40ch; }
.vc-td-fam { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--brass); }
.vc-td-spec { font-family: var(--mono); font-size: 11.5px; color: var(--dim); }
.vc-td-rate { display: flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 12px; color: var(--dim); white-space: nowrap; }
.vc-td-price { text-align: right; white-space: nowrap; }
.vc-td-act { text-align: right; white-space: nowrap; }
.vc-td-act { display: flex; align-items: center; gap: 8px; justify-content: flex-end; }
.vc-td-view { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: inline-flex; align-items: center; justify-content: center; color: var(--brass); flex: none; }
.vc-td-view svg { width: 16px; height: 16px; }
.vc-td-view:hover { border-color: var(--brass); background: rgba(189,154,92,.1); }

/* ══ PDP ══ */
.vc-pdp { padding: 40px 0 0; }
.vc-pdp-top { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; margin-top: 20px; align-items: start; }
.vc-gallery { position: sticky; top: 96px; }
.vc-gal-main { position: relative; border-radius: var(--r-lg); overflow: hidden; background: var(--bg2); border: 1px solid var(--line); aspect-ratio: 1/1; }
.vc-gal-main img { width: 100%; height: 100%; object-fit: cover; }
.vc-gal-badges { position: absolute; top: 16px; left: 16px; display: flex; gap: 6px; }
.vc-gal-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.vc-gal-th { width: 84px; height: 84px; border-radius: 10px; overflow: hidden; border: 1.5px solid var(--line); background: var(--bg3); }
.vc-gal-th.is-on { border-color: var(--brass); }
.vc-gal-th img { width: 100%; height: 100%; object-fit: cover; }
.vc-pdp-info .vc-eyebrow { color: var(--brass); }
.vc-pdp-h { font-size: clamp(30px, 3.6vw, 44px); margin: 12px 0 14px; }
.vc-pdp-rate { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; color: var(--dim); margin-bottom: 18px; }
.vc-pdp-rate a:hover { color: var(--brass); }
.vc-pdp-short { color: var(--parch-2); font-size: 17px; }
.vc-pdp-price { display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; margin: 22px 0 8px; }
.vc-pdp-price .vc-price { font-size: 30px; }
.vc-pdp-price .vc-price-was { font-size: 16px; }
.vc-pdp-save { font-family: var(--mono); font-size: 11px; color: var(--brass); margin-left: 8px; }
.vc-pdp-stock { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; margin: 8px 0 24px; }
.vc-pdp-stock svg { width: 16px; height: 16px; }
.vc-stock-in { color: #7bb67e; }
.vc-stock-low { color: var(--brass); }
.vc-pdp-var { margin-bottom: 22px; }
.vc-pdp-var label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); display: block; margin-bottom: 10px; }
.vc-var-opts { display: flex; gap: 8px; flex-wrap: wrap; }
.vc-var-b { font-family: var(--mono); font-size: 11px; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line-2); color: var(--parch); }
.vc-var-b.is-on { border-color: var(--brass); color: var(--brass); }
.vc-pdp-buy { display: flex; gap: 12px; margin-bottom: 18px; }
.vc-qty { display: inline-flex; align-items: center; border: 1px solid var(--line-2); border-radius: 999px; overflow: hidden; }
.vc-qty button { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; color: var(--parch); }
.vc-qty button svg { width: 16px; height: 16px; }
.vc-qty span { min-width: 26px; text-align: center; font-family: var(--mono); font-size: 13px; }
.vc-qty-lg button { width: 48px; height: 52px; }
.vc-pdp-reassure { display: flex; gap: 20px; flex-wrap: wrap; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vc-pdp-reassure span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--dim); }
.vc-pdp-reassure svg { width: 17px; height: 17px; color: var(--brass); }
.vc-pdp-benefits { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 12px; }
.vc-pdp-benefits li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--parch-2); }
.vc-pdp-benefits svg { width: 19px; height: 19px; color: var(--brass); flex: none; margin-top: 1px; }

.vc-pdp-cols { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; margin: 72px 0; padding-top: 52px; border-top: 1px solid var(--line); }
.vc-pdp-desc h2, .vc-pdp-specs h2, .vc-reviews h2, .vc-pdp-faq h2, .vc-related h2 { font-size: 26px; margin-bottom: 20px; }
.vc-pdp-desc p { color: var(--dim); font-size: 16px; line-height: 1.75; }
.vc-pdp-specs table { width: 100%; border-collapse: collapse; }
.vc-pdp-specs th { text-align: left; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--dim2); font-weight: 400; padding: 12px 0; border-bottom: 1px solid var(--line); width: 44%; }
.vc-pdp-specs td { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--parch-2); }
.vc-ship-note { display: flex; gap: 12px; margin-top: 22px; padding: 16px; background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r); }
.vc-ship-note svg { width: 22px; height: 22px; color: var(--brass); flex: none; }
.vc-ship-note p { font-size: 13px; color: var(--dim); }

.vc-reviews { margin: 72px 0; padding-top: 52px; border-top: 1px solid var(--line); }
.vc-rev-top { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: center; margin-bottom: 36px; flex-wrap: wrap; }
.vc-rev-score { text-align: center; }
.vc-rev-score strong { font-family: var(--serif); font-size: 56px; display: block; line-height: 1; }
.vc-rev-score > div { display: flex; flex-direction: column; gap: 6px; align-items: center; margin-top: 8px; }
.vc-rev-score span { font-family: var(--mono); font-size: 11px; color: var(--dim); }
.vc-rev-dist { max-width: 400px; display: flex; flex-direction: column; gap: 8px; }
.vc-rev-bar { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; color: var(--dim); }
.vc-rev-bar svg { width: 13px; height: 13px; color: var(--brass); }
.vc-rev-bar i { flex: 1; height: 6px; background: var(--bg3); border-radius: 999px; overflow: hidden; }
.vc-rev-bar b { display: block; height: 100%; background: var(--brass); }
.vc-rev-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vc-rev { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.vc-rev-h { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.vc-rev-h strong { font-size: 14px; }
.vc-rev-v { font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; color: #7bb67e; display: inline-flex; align-items: center; gap: 4px; }
.vc-rev-v svg { width: 13px; height: 13px; }
.vc-rev-stars { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.vc-rev-stars time { font-family: var(--mono); font-size: 10px; color: var(--dim2); }
.vc-rev p { color: var(--dim); font-size: 14px; }

.vc-pdp-faq, .vc-related { margin: 72px 0; }
.vc-pdp-faq .vc-acc { max-width: 100%; }
.vc-sticky-atc { position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; background: var(--bg2); border-top: 1px solid var(--line-2); padding: 12px 20px; transform: translateY(120%); transition: transform .25s; display: none; }
.vc-sticky-in { display: flex; align-items: center; gap: 12px; }
.vc-sticky-price { flex: 0 1 auto; min-width: 0; white-space: nowrap; }
.vc-sticky-price .vc-price { font-size: 16px; }
.vc-sticky-price .vc-price-was, .vc-sticky-price .vc-price-save { display: none; }
.vc-sticky-in .vc-btn { flex: 1 1 auto; justify-content: center; }

/* ══ CART PAGE ══ */
.vc-cart-grid { display: grid; grid-template-columns: 1.5fr .9fr; gap: 40px; margin-top: 30px; align-items: start; }
.vc-cart-items { display: flex; flex-direction: column; }
.vc-ci { display: grid; grid-template-columns: auto 1fr auto auto; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.vc-ci-img { width: 88px; height: 88px; border-radius: 10px; overflow: hidden; background: var(--bg3); flex: none; }
.vc-ci-img img { width: 100%; height: 100%; object-fit: cover; }
.vc-ci-main { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.vc-ci-name { font-family: var(--serif); font-size: 18px; }
.vc-ci-var { font-family: var(--mono); font-size: 11px; color: var(--dim); }
.vc-ci-rm { font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--dim2); display: inline-flex; align-items: center; gap: 5px; align-self: flex-start; }
.vc-ci-rm svg { width: 13px; height: 13px; }
.vc-ci-rm:hover { color: var(--wine-2); }
.vc-ci-price { font-family: var(--mono); font-size: 15px; white-space: nowrap; }
.vc-cart-sum { background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; position: sticky; top: 96px; }
.vc-cart-sum h2 { font-size: 22px; margin-bottom: 18px; }
.vc-sum-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-family: var(--mono); font-size: 13px; }
.vc-sum-note { color: var(--dim2); font-size: 12px; margin: 8px 0 18px; }
.vc-sum-cont { display: block; text-align: center; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); margin-top: 16px; }
.vc-sum-cont:hover { color: var(--brass); }
.vc-sum-pay { display: flex; gap: 6px; justify-content: center; margin-top: 20px; }
.vc-sum-pay svg { width: 36px; height: 24px; }
.vc-cart-empty, .vc-drawer-empty { text-align: center; padding: 60px 20px; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.vc-cart-empty svg, .vc-drawer-empty svg { width: 48px; height: 48px; color: var(--dim2); }
.vc-cart-empty p { color: var(--dim); font-family: var(--serif); font-size: 22px; }

/* ══ DRAWER ══ */
.vc-overlay { position: fixed; inset: 0; background: rgba(10,5,7,.6); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 190; }
.vc-overlay.is-open { opacity: 1; pointer-events: auto; }
.vc-drawer { position: fixed; top: 0; right: 0; height: 100%; width: 420px; max-width: 92vw; background: var(--bg); border-left: 1px solid var(--line-2); transform: translateX(100%); transition: transform .28s cubic-bezier(.4,0,.2,1); z-index: 195; display: flex; flex-direction: column; }
.vc-drawer.is-open { transform: translateX(0); }
.vc-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 22px 16px; border-bottom: 1px solid var(--line); }
.vc-drawer .vc-ibtn { color: var(--parch); }
.vc-ship { padding: 16px 22px; border-bottom: 1px solid var(--line); }
.vc-ship-row { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 11px; color: var(--parch-2); margin-bottom: 10px; }
.vc-ship-row svg { width: 18px; height: 18px; color: var(--brass); flex: none; }
.vc-ship-track { height: 6px; background: var(--bg3); border-radius: 999px; overflow: hidden; }
.vc-ship-track i { display: block; height: 100%; background: var(--brass); transition: width .3s; }
.vc-ship-page { border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 8px; }
.vc-drawer-items { flex: 1; overflow-y: auto; padding: 8px 22px; }
.vc-di { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.vc-di-img { width: 64px; height: 64px; border-radius: 8px; overflow: hidden; background: var(--bg3); }
.vc-di-img img { width: 100%; height: 100%; object-fit: cover; }
.vc-di-info { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.vc-di-name { font-family: var(--serif); font-size: 15px; line-height: 1.2; }
.vc-di-var { font-family: var(--mono); font-size: 10px; color: var(--dim); }
.vc-di-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.vc-di-price { font-family: var(--mono); font-size: 13px; }
.vc-di .vc-qty button { width: 28px; height: 28px; }
.vc-di .vc-qty span { min-width: 20px; font-size: 11px; }
.vc-di-rm { color: var(--dim2); align-self: flex-start; }
.vc-di-rm svg { width: 16px; height: 16px; }
.vc-di-rm:hover { color: var(--wine-2); }
.vc-drawer-foot { padding: 18px 22px 22px; border-top: 1px solid var(--line); }
.vc-drawer-sub { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 13px; margin-bottom: 6px; }
.vc-drawer-note { color: var(--dim2); font-size: 11px; margin-bottom: 14px; }
.vc-drawer-cont { display: block; text-align: center; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); margin-top: 14px; }
.vc-toast { position: fixed; bottom: 24px; left: 50%; transform: translate(-50%, 140%); background: var(--brass); color: #241009; padding: 12px 20px; border-radius: 999px; font-family: var(--mono); font-size: 12px; display: flex; align-items: center; gap: 8px; z-index: 220; transition: transform .3s; box-shadow: var(--sh); }
.vc-toast svg { width: 17px; height: 17px; }
.vc-toast.is-on { transform: translate(-50%, 0); }

/* ══ PAGES STATIQUES (about / contact / legal) ══ */
.vc-static { padding: 52px 0 90px; }
.vc-static-hero { padding: 56px 0 30px; border-bottom: 1px solid var(--line); margin-bottom: 44px; }
.vc-prose { max-width: 760px; }
.vc-prose h2 { font-size: 28px; margin: 42px 0 14px; }
.vc-prose h3 { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--brass); margin: 30px 0 10px; }
.vc-prose p, .vc-prose li { color: var(--dim); font-size: 15.5px; line-height: 1.75; margin-bottom: 14px; }
.vc-prose ul { padding-left: 20px; }
.vc-prose a { color: var(--brass); text-decoration: underline; text-underline-offset: 3px; }
.vc-prose strong { color: var(--parch); }
.vc-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin: 40px 0; }
.vc-about-grid img { border-radius: var(--r-lg); border: 1px solid var(--line); }
.vc-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 40px 0; }
.vc-value { padding: 28px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg2); }
.vc-value .vc-seal-ic { margin: 0 0 14px; }
.vc-value h3 { font-family: var(--serif); font-size: 20px; text-transform: none; letter-spacing: 0; color: var(--parch); margin: 0 0 8px; }
.vc-value p { color: var(--dim); font-size: 14px; }
.vc-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 30px; }
.vc-contact-info { display: flex; flex-direction: column; gap: 20px; }
.vc-contact-info .vc-ci-line { display: flex; gap: 14px; align-items: flex-start; }
.vc-contact-info svg { width: 22px; height: 22px; color: var(--brass); flex: none; }
.vc-form { display: flex; flex-direction: column; gap: 16px; }
.vc-form label { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--dim); margin-bottom: 6px; display: block; }
.vc-form input, .vc-form textarea { width: 100%; background: var(--bg2); border: 1px solid var(--line-2); border-radius: var(--r); padding: 13px 16px; color: var(--parch); font-family: var(--sans); outline: none; }
.vc-form input:focus, .vc-form textarea:focus { border-color: var(--brass); }
.vc-form textarea { min-height: 140px; resize: vertical; }

/* ══ RESPONSIVE ══ */
@media (max-width: 1080px) {
  .vc-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vc-hero-in { grid-template-columns: 1fr; gap: 40px; }
  .vc-hero-img img { height: 380px; }
  .vc-testi-in { grid-template-columns: 1fr; }
  .vc-testi-q { padding: 44px 28px 56px; }
  .vc-testi-media img { min-height: 300px; }
  .vc-pdp-top { grid-template-columns: 1fr; gap: 32px; }
  .vc-gallery { position: static; }
  .vc-pdp-cols { grid-template-columns: 1fr; gap: 40px; }
  .vc-cart-grid { grid-template-columns: 1fr; }
  .vc-rev-list { grid-template-columns: 1fr; }
  .vc-about-grid, .vc-contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .vc-values { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .vc-nav-left, .vc-nav-right { display: none; }
  .vc-burger { display: inline-flex; }
  .vc-head-inner { grid-template-columns: auto 1fr auto; height: 64px; }
  .vc-logo { justify-self: center; }
  .vc-head-right { justify-content: flex-end; }
  .vc-stats { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .vc-grid-3 { grid-template-columns: 1fr; }
  .vc-sticky-atc { display: block; }
  /* table -> cards */
  .vc-table, .vc-table tbody, .vc-table tr, .vc-table td { display: block; width: 100%; }
  .vc-table thead { display: none; }
  .vc-tr { border: 1px solid var(--line); border-radius: var(--r); padding: 14px; margin-bottom: 14px; position: relative; }
  .vc-tr td { padding: 6px 0; border: none; }
  .vc-td-prod a { align-items: flex-start; }
  .vc-td-fam, .vc-td-spec { font-size: 12px; }
  .vc-td-price { text-align: left; }
  .vc-td-act { justify-content: flex-start; margin-top: 8px; }
}
@media (max-width: 560px) {
  .vc-wrap { padding: 0 18px; }
  .vc-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .vc-hero-chip { right: 0; }
  .vc-fnews, .vc-fbase { flex-direction: column; align-items: flex-start; }
  .vc-fbase-r { align-items: flex-start; }
  .vc-fpay-wrap { align-items: flex-start; }
  .vc-fcols { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .vc-pdp-buy { flex-wrap: wrap; }
  .vc-btn-atc { width: 100%; flex: 1 1 100%; }
  .vc-nl input { min-width: 0; width: 100%; }
  .vc-announce-in { font-size: 10px; gap: 10px; }
  .vc-ci { grid-template-columns: 64px 1fr; }
  .vc-ci-img { width: 64px; height: 64px; }
  .vc-ci .vc-qty { grid-column: 2; justify-self: start; }
  .vc-ci-price { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
