/* ══════════════════════════════════════════════════════════════════════
   MỘC VANG — shop-ruou-vang
   Identity: RETRO-BOLD (biến thể màu Burgundy Cellar)
   Font: Big Shoulders Display (heading, condensed poster) + Work Sans (body)
   Tone: sáng ấm (cream parchment) + dải tối burgundy/near-black cho nav/footer
   Prefix class: rv-
   ══════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@500;600;700;800;900&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --bg:            #f6efe2;
  --surface:       #fffbf4;
  --dark:          #1c1210;
  --dark2:         #261916;
  --border:        #ddccb0;
  --border-light:  #ece2cb;
  --text:          #241712;
  --text-2:        #6c5a49;
  --text-3:        #a4917a;
  --accent:        #722f37;
  --accent-h:      #591f26;
  --accent-light:  #f1dfdd;
  --accent-mid:    #8c3d46;
  --mustard:       #c9a24d;
  --mustard-h:     #ab873c;
  --danger:        #b3261e;

  --heading: 'Big Shoulders Display', sans-serif;
  --sans: 'Work Sans', sans-serif;
  --radius: 3px;
  --radius-lg: 6px;
}

/* ── Reset / base ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--sans); font-size: 15.5px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 { font-family: var(--heading); line-height: 1.08; margin: 0; font-weight: 800; letter-spacing: -.01em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--sans); cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font-family: var(--sans); }
ul { margin: 0; padding: 0; list-style: none; }
svg { display: block; }

.wd-container { max-width: 1180px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px); }
.sec-pad { padding: clamp(56px, 8vw, 104px) 0; }
.d-none-force { display: none !important; }

/* ── Section header shared ───────────────────────────────────────────── */
.rv-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--heading); font-size: 12.5px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px;
}
.rv-eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--mustard); }
.rv-sec-title { font-size: clamp(28px, 3.6vw, 44px); text-transform: uppercase; }
.rv-sec-title span { color: var(--accent); }
.rv-sec-sub { font-size: 16px; color: var(--text-2); font-weight: 400; max-width: 560px; margin-top: 14px; line-height: 1.7; }
.rv-sec-head { margin-bottom: 40px; }
.rv-sec-head.is-white .rv-sec-sub { color: rgba(255,255,255,.62); }
.rv-sec-head.is-white .rv-sec-title { color: #fff; }
.rv-sec-head.center { text-align: center; }
.rv-sec-head.center .rv-eyebrow { justify-content: center; width: 100%; }
.rv-sec-head.center .rv-sec-sub { margin-left: auto; margin-right: auto; }

/* ── Buttons (Retro thick border + offset shadow) ────────────────────── */
.rv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--heading); font-size: 14px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 13px 26px; border-radius: var(--radius);
  border: 2px solid var(--accent); transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  white-space: nowrap;
}
.rv-btn-solid { background: var(--accent); color: #fff; box-shadow: 5px 5px 0 var(--mustard); }
.rv-btn-solid:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0 var(--mustard); }
.rv-btn-ghost { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.rv-btn-ghost:hover { background: #fff; color: var(--dark); border-color: #fff; }
.rv-btn-outline { background: transparent; color: var(--accent); border-color: var(--accent); }
.rv-btn-outline:hover { background: var(--accent); color: #fff; box-shadow: 4px 4px 0 var(--accent-light); transform: translate(-2px,-2px); }
.rv-btn-mustard { background: var(--mustard); border-color: var(--mustard); color: var(--dark); box-shadow: 5px 5px 0 var(--accent); }
.rv-btn-mustard:hover { transform: translate(-3px,-3px); box-shadow: 8px 8px 0 var(--accent); }
.rv-btn-sm { padding: 9px 18px; font-size: 12.5px; }
.rv-btn-block { width: 100%; }
.rv-btn:disabled { opacity: .5; cursor: not-allowed; transform: none !important; }

/* ── Reveal animation ─────────────────────────────────────────────────── */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }

/* ── Zalo float ───────────────────────────────────────────────────────── */
.rv-zalo-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 850;
  width: 54px; height: 54px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
  animation: rv-pulse 2.4s infinite;
}
.rv-zalo-float svg { width: 54px; height: 54px; }
@keyframes rv-pulse { 0%,100% { box-shadow: 0 10px 26px rgba(0,0,0,.25); } 50% { box-shadow: 0 10px 26px rgba(0,0,0,.25), 0 0 0 8px rgba(0,104,255,.15); } }

/* ── Age gate modal ───────────────────────────────────────────────────── */
.rv-agegate {
  position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center;
  background: rgba(18,10,8,.92); padding: 20px;
}
.rv-agegate[hidden] { display: none; }
.rv-agegate-box {
  background: var(--surface); border: 3px solid var(--dark); border-radius: var(--radius-lg);
  max-width: 420px; width: 100%; padding: 40px 32px; text-align: center;
  box-shadow: 10px 10px 0 var(--accent);
}
.rv-agegate-mark {
  width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
  font-family: var(--heading); font-size: 22px; font-weight: 900;
}
.rv-agegate-box h2 { font-size: 24px; text-transform: uppercase; margin-bottom: 10px; }
.rv-agegate-box p { color: var(--text-2); font-size: 14px; line-height: 1.7; margin-bottom: 24px; }
.rv-agegate-actions { display: flex; gap: 12px; }
.rv-agegate-actions .rv-btn { flex: 1; }
.rv-agegate-decline { margin-top: 14px; font-size: 12px; color: var(--text-3); text-decoration: underline; cursor: pointer; background: none; border: none; }

/* ── Nav (Nav-4 Minimal Top Line — biến thể dark) ────────────────────── */
#rv-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: transparent; border-top: 4px solid var(--mustard);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
#rv-nav.scrolled { background: var(--dark); box-shadow: 0 6px 24px rgba(0,0,0,.28); }
.rv-nav-inner { display: flex; align-items: center; gap: 20px; height: 72px; }
.rv-logo {
  display: flex; align-items: center; gap: 9px; flex-shrink: 0;
  font-family: var(--heading); font-size: 23px; font-weight: 900;
  letter-spacing: .01em; color: #fff; text-transform: uppercase;
}
.rv-logo-mark {
  width: 30px; height: 30px; border-radius: 50%; background: var(--accent);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rv-logo-mark svg { width: 16px; height: 16px; color: var(--mustard); }
.rv-logo em { font-style: normal; color: var(--mustard); }
.rv-nav-links { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.rv-nav-links a {
  font-family: var(--heading); font-size: 13.5px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: rgba(255,255,255,.68); padding: 9px 15px; border-radius: var(--radius);
  transition: color .18s ease, background .18s ease;
}
.rv-nav-links a:hover, .rv-nav-links a.active { color: #fff; background: rgba(255,255,255,.1); }
.rv-nav-actions { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.rv-icon-btn {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--radius);
  color: rgba(255,255,255,.82); transition: background .18s ease;
}
.rv-icon-btn:hover { background: rgba(255,255,255,.1); }
.rv-icon-btn svg { width: 20px; height: 20px; }
.rv-cart-count {
  position: absolute; top: 2px; right: 2px; min-width: 16px; height: 16px; padding: 0 3px;
  border-radius: 50%; background: var(--mustard); color: var(--dark);
  font-size: 10px; font-weight: 800; display: flex; align-items: center; justify-content: center;
  font-family: var(--heading);
}
.rv-burger { display: none; flex-direction: column; gap: 5px; width: 40px; height: 40px; align-items: center; justify-content: center; }
.rv-burger span { width: 22px; height: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
.rv-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rv-burger.open span:nth-child(2) { opacity: 0; }
.rv-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.rv-nav-search {
  max-height: 0; overflow: hidden; background: rgba(0,0,0,.28); transition: max-height .3s ease;
}
.rv-nav-search.open { max-height: 90px; }
.rv-nav-search form { display: flex; gap: 10px; padding: 14px 0; }
.rv-nav-search input {
  flex: 1; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius); padding: 11px 16px; color: #fff; font-size: 14px;
}
.rv-nav-search input::placeholder { color: rgba(255,255,255,.5); }
.rv-nav-search button { background: var(--mustard); color: var(--dark); font-weight: 700; padding: 0 20px; border-radius: var(--radius); font-family: var(--heading); text-transform: uppercase; font-size: 13px; }

.rv-nav-mobile {
  position: fixed; top: 76px; left: 0; right: 0; bottom: 0; z-index: 890;
  background: var(--dark); transform: translateX(100%); transition: transform .3s ease;
  padding: 24px; overflow-y: auto;
}
.rv-nav-mobile.open { transform: translateX(0); }
.rv-nav-mobile a {
  display: block; padding: 15px 4px; font-family: var(--heading); font-size: 19px;
  font-weight: 700; text-transform: uppercase; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1);
}

/* ── Banner mỏng (Mode A — KHÔNG dùng hero fullscreen 100vh) ─────────── */
.rv-banner { position: relative; height: clamp(420px, 46vw, 480px); margin-top: 0; overflow: hidden; }
.rv-banner-track { position: relative; width: 100%; height: 100%; }
.rv-banner-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; visibility: hidden; transition: opacity .8s ease;
  display: flex; align-items: center;
}
.rv-banner-slide.is-active { opacity: 1; visibility: visible; }
.rv-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(28,18,16,.92) 0%, rgba(28,18,16,.72) 42%, rgba(28,18,16,.32) 100%);
}
.rv-banner-content { position: relative; z-index: 2; padding-top: 76px; max-width: 620px; }
.rv-banner-label {
  display: inline-block; font-family: var(--heading); font-size: 12.5px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--mustard);
  border: 1.5px dashed rgba(201,162,77,.6); padding: 6px 14px; border-radius: var(--radius); margin-bottom: 18px;
}
.rv-banner-title { font-size: clamp(32px, 4.6vw, 54px); color: #fff; text-transform: uppercase; margin-bottom: 16px; }
.rv-banner-title em { font-style: normal; color: var(--mustard); }
.rv-banner-sub { font-size: 16px; color: rgba(255,255,255,.78); line-height: 1.7; max-width: 480px; margin-bottom: 28px; font-weight: 300; }
.rv-banner-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.rv-banner-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; background: rgba(255,255,255,.14);
  backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.3); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  transition: background .2s ease;
}
.rv-banner-nav:hover { background: rgba(255,255,255,.28); }
.rv-banner-nav.prev { left: 20px; }
.rv-banner-nav.next { right: 20px; }
.rv-banner-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; gap: 9px; }
.rv-banner-dots button { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.35); transition: background .2s ease, width .2s ease; }
.rv-banner-dots button.active { background: var(--mustard); width: 24px; border-radius: 5px; }
.rv-banner-stamp {
  position: absolute; right: clamp(20px,5vw,64px); bottom: 30px; z-index: 3;
  width: 92px; height: 92px; border-radius: 50%; border: 2px dashed rgba(255,255,255,.5);
  display: none; align-items: center; justify-content: center; text-align: center;
  color: #fff; font-family: var(--heading); font-size: 10.5px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; line-height: 1.35; padding: 6px;
}

/* ── Trust strip (FEATURE-ICON-ROW) ──────────────────────────────────── */
.rv-trust { padding: 34px 0; border-bottom: 1px solid var(--border); }
.rv-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.rv-trust-item { display: flex; align-items: center; gap: 13px; }
.rv-trust-ico { width: 42px; height: 42px; border-radius: 50%; background: var(--accent-light); color: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rv-trust-ico svg { width: 21px; height: 21px; }
.rv-trust-item strong { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 2px; }
.rv-trust-item span { font-size: 12.5px; color: var(--text-3); }

/* ── Catalog section ──────────────────────────────────────────────────── */
.rv-catalog { padding: 56px 0 88px; }
.rv-catalog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }

/* Toolbar */
.rv-toolbar { margin-bottom: 26px; }
.rv-toolbar-row { align-items: center; gap: 10px; flex-wrap: wrap; }
.rv-cat-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.rv-cat-pill {
  font-family: var(--heading); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
  padding: 9px 16px; border-radius: 999px; border: 2px solid var(--border); color: var(--text-2);
  transition: all .16s ease; background: var(--surface);
}
.rv-cat-pill:hover { border-color: var(--accent); color: var(--accent); }
.rv-cat-pill.active { background: var(--accent); border-color: var(--accent); color: #fff; }

.rv-dd { position: relative; }
.rv-dd-btn {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--heading); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em;
  padding: 10px 15px; border-radius: var(--radius); border: 2px solid var(--border); color: var(--text);
  background: var(--surface); transition: border-color .16s ease;
}
.rv-dd-btn svg { width: 13px; height: 13px; transition: transform .18s ease; }
.rv-dd.open .rv-dd-btn { border-color: var(--accent); color: var(--accent); }
.rv-dd.open .rv-dd-btn svg { transform: rotate(180deg); }
.rv-dd-btn .rv-dd-count { background: var(--accent); color: #fff; font-size: 10px; padding: 1px 6px; border-radius: 999px; }
.rv-dd-panel {
  position: absolute; top: calc(100% + 8px); left: 0; z-index: 60; min-width: 230px;
  background: var(--surface); border: 2px solid var(--dark); border-radius: var(--radius-lg);
  box-shadow: 6px 6px 0 var(--accent); padding: 14px; display: none;
}
.rv-dd.open .rv-dd-panel { display: block; }
.rv-dd-check { display: flex; align-items: center; gap: 10px; padding: 7px 4px; font-size: 13.5px; cursor: pointer; }
.rv-dd-check input { width: 16px; height: 16px; accent-color: var(--accent); }

.rv-price-wrap { display: flex; align-items: center; gap: 12px; padding: 8px 14px; border: 2px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.rv-price-wrap label { font-family: var(--heading); font-size: 11.5px; font-weight: 700; text-transform: uppercase; color: var(--text-2); white-space: nowrap; }
.rv-price-wrap input[type="range"] { width: 130px; accent-color: var(--accent); }
.rv-price-val { font-size: 12.5px; font-weight: 700; color: var(--accent); white-space: nowrap; min-width: 78px; }

.rv-sort-select, .rv-select-native {
  font-family: var(--heading); font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em;
  padding: 10px 14px; border-radius: var(--radius); border: 2px solid var(--border); background: var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23722f37' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 14px center;
  appearance: none; padding-right: 32px; color: var(--text);
}
.rv-result-count { margin-left: auto; font-size: 13px; color: var(--text-3); white-space: nowrap; }

.rv-toolbar-mobile { display: none; align-items: center; gap: 10px; margin-bottom: 4px; }
.rv-filter-mob-btn {
  position: relative; display: flex; align-items: center; gap: 8px; flex: 1;
  padding: 12px 18px; border: 2px solid var(--dark); border-radius: var(--radius); background: var(--surface);
  font-family: var(--heading); font-weight: 700; text-transform: uppercase; font-size: 13px;
}
.rv-filter-badge {
  background: var(--accent); color: #fff; font-size: 10.5px; font-weight: 800;
  min-width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
}

.rv-active-chips { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px; }
.rv-active-chips[hidden] { display: none; }
.rv-chip {
  display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600;
  background: var(--accent-light); color: var(--accent); padding: 6px 8px 6px 13px; border-radius: 999px;
}
.rv-chip button { display: flex; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); color: #fff; align-items: center; justify-content: center; font-size: 11px; line-height: 1; }
.rv-clear-all { font-size: 12.5px; font-weight: 700; text-decoration: underline; color: var(--text-2); }

/* Offcanvas filters (mobile) */
.offcanvas.rv-offcanvas { background: var(--bg); }
.rv-offcanvas .offcanvas-header { border-bottom: 2px solid var(--border); }
.rv-offcanvas .offcanvas-title { font-family: var(--heading); text-transform: uppercase; font-weight: 800; }
.rv-oc-group { margin-bottom: 22px; }
.rv-oc-group h6 { font-family: var(--heading); font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--text-2); margin-bottom: 10px; }
.rv-oc-group .rv-cat-pills, .rv-oc-group .rv-dd-check { margin-bottom: 4px; }

/* ── Product grid & card ──────────────────────────────────────────────── */
.rv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.rv-empty { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 70px 20px; }
.rv-empty[hidden] { display: none; }
/* #rvCartWrap dùng class Bootstrap .row (display:flex ở author stylesheet) — thuộc tính [hidden]
   mặc định chỉ có hiệu lực ở UA stylesheet (độ ưu tiên thấp nhất), nên bị .row đè mất nếu không
   khai báo tường minh ở đây. Thiếu dòng này khiến giỏ hàng trống vẫn hiện khối 2 cột + thông báo
   trống cùng lúc cho MỌI khách ghé lần đầu. */
#rvCartWrap[hidden] { display: none; }
.rv-empty-ico { width: 70px; height: 70px; border-radius: 50%; background: var(--accent-light); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.rv-empty-ico svg { width: 32px; height: 32px; }
.rv-empty h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 8px; }
.rv-empty p { color: var(--text-3); margin-bottom: 20px; }

.rv-card {
  position: relative; background: var(--surface); border: 2px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; display: flex; flex-direction: column;
}
.rv-card:hover { border-color: var(--dark); box-shadow: 6px 6px 0 var(--accent); transform: translate(-3px,-3px); }
.rv-card-thumb { position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--border-light); }
.rv-card-thumb a { display: block; width: 100%; height: 100%; }
.rv-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rv-card:hover .rv-card-thumb img { transform: scale(1.07); }
.rv-card-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.rv-badge {
  font-family: var(--heading); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  padding: 4px 9px; border-radius: var(--radius); color: #fff;
}
.rv-badge.new { background: var(--mustard); color: var(--dark); }
.rv-badge.sale { background: var(--accent); }
.rv-badge.hot { background: var(--dark); }
.rv-badge.out { background: var(--text-3); }
.rv-card-stock-out .rv-card-thumb img { opacity: .55; filter: grayscale(.4); }
.rv-quick-add:disabled { cursor: not-allowed; background: var(--text-3); }
.rv-card:hover .rv-quick-add:disabled { opacity: .5; transform: none; }
.rv-quick-add {
  position: absolute; bottom: 10px; right: 10px; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%; background: var(--dark); color: #fff;
  display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.rv-quick-add svg { width: 17px; height: 17px; }
.rv-card:hover .rv-quick-add { opacity: 1; transform: none; }
.rv-quick-add.is-added { background: var(--accent); }
.rv-card-body-link { display: flex; color: inherit; flex: 1; }
.rv-card-body { padding: 15px 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.rv-card-origin { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--text-3); }
.rv-card-name { font-family: var(--heading); font-size: 15px; font-weight: 700; line-height: 1.3; color: var(--text); transition: color .16s ease; }
.rv-card-body-link:hover .rv-card-name { color: var(--accent); }
.rv-card-meta { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--text-3); }
.rv-star { color: #f59e0b; }
.rv-card-price { margin-top: auto; display: flex; align-items: baseline; gap: 8px; padding-top: 8px; }
.rv-price-now { font-family: var(--heading); font-size: 17px; font-weight: 800; color: var(--accent); }
.rv-price-old { font-size: 12.5px; color: var(--text-3); text-decoration: line-through; }

/* ── Pagination ───────────────────────────────────────────────────────── */
.rv-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 46px; }
.rv-pagination[hidden] { display: none; }
.rv-pagination button {
  min-width: 40px; height: 40px; border-radius: var(--radius); border: 2px solid var(--border);
  font-family: var(--heading); font-weight: 700; background: var(--surface); color: var(--text);
}
.rv-pagination button.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.rv-pagination button:hover:not(.active) { border-color: var(--accent); color: var(--accent); }
.rv-pagination button:disabled { opacity: .4; }

/* ── Horizontal-scroll collections ───────────────────────────────────── */
.rv-hscroll { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; }
.rv-hscroll::-webkit-scrollbar { height: 6px; }
.rv-hscroll::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }
.rv-collection-card {
  position: relative; flex: 0 0 300px; scroll-snap-align: start; border-radius: var(--radius-lg);
  overflow: hidden; height: 240px; border: 2px solid var(--dark);
}
.rv-collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rv-collection-card:hover img { transform: scale(1.08); }
.rv-collection-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28,18,16,.88) 10%, transparent 65%); display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; }
.rv-collection-overlay span { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--mustard); margin-bottom: 4px; }
.rv-collection-overlay h4 { color: #fff; font-size: 19px; text-transform: uppercase; }

/* ── Alternating strips (story) ──────────────────────────────────────── */
.rv-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.rv-strip:not(:last-child) { margin-bottom: 64px; }
.rv-strip.reverse { direction: rtl; }
.rv-strip.reverse > * { direction: ltr; }
.rv-strip-img { border-radius: var(--radius-lg); overflow: hidden; border: 2px solid var(--dark); aspect-ratio: 4/3; }
.rv-strip-img img { width: 100%; height: 100%; object-fit: cover; }
.rv-strip-num { font-family: var(--heading); font-size: 60px; font-weight: 900; color: var(--accent-light); line-height: 1; margin-bottom: 6px; }
.rv-strip-body h3 { font-size: clamp(22px, 2.6vw, 30px); text-transform: uppercase; margin-bottom: 14px; }
.rv-strip-body p { color: var(--text-2); line-height: 1.75; }
.rv-strip-body ul { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.rv-strip-body li { display: flex; gap: 10px; font-size: 14.5px; align-items: flex-start; }
.rv-strip-body li svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }

/* ── Stat bar ─────────────────────────────────────────────────────────── */
.rv-statbar { background: var(--dark); padding: clamp(48px, 7vw, 76px) 0; }
.rv-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(30px, 6vw, 60px); text-align: center; }
.rv-stat-num { font-family: var(--heading); font-size: clamp(34px, 4vw, 52px); font-weight: 900; color: var(--mustard); }
.rv-stat-label { font-size: 13px; color: rgba(255,255,255,.62); text-transform: uppercase; letter-spacing: .05em; margin-top: 6px; }
@media (max-width: 1024px) { .rv-stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .rv-stats-grid { grid-template-columns: 1fr; } }

/* ── Testimonials (LIST-ELEGANT) ─────────────────────────────────────── */
.rv-testi-list { display: flex; flex-direction: column; }
.rv-testi-item { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--border); align-items: center; }
.rv-testi-item:first-child { border-top: 1px solid var(--border); }
.rv-testi-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; border: 2px solid var(--accent); }
.rv-testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.rv-testi-quote { font-size: 16px; line-height: 1.7; font-style: italic; color: var(--text); margin-bottom: 10px; }
.rv-testi-name { font-family: var(--heading); font-weight: 700; font-size: 14px; text-transform: uppercase; }
.rv-testi-role { font-size: 12.5px; color: var(--text-3); }
.rv-testi-stars { color: #f59e0b; font-size: 13px; margin-bottom: 8px; }

/* ── FAQ accordion ────────────────────────────────────────────────────── */
.rv-faq { max-width: 820px; margin: 0 auto; }
.rv-faq-item { border-bottom: 2px solid var(--border); }
.rv-faq-item:first-child { border-top: 2px solid var(--border); }
.rv-faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 4px; text-align: left; font-family: var(--heading); font-size: 16.5px; font-weight: 700; color: var(--text);
}
.rv-faq-q .rv-faq-plus { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--accent); color: var(--accent); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 16px; transition: transform .25s ease, background .2s ease, color .2s ease; }
.rv-faq-item.open .rv-faq-q .rv-faq-plus { background: var(--accent); color: #fff; transform: rotate(135deg); }
.rv-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.rv-faq-item.open .rv-faq-a { max-height: 320px; }
.rv-faq-a p { padding: 0 4px 22px; color: var(--text-2); line-height: 1.75; font-size: 14.5px; max-width: 700px; }

/* ── Timeline (về chúng tôi) ──────────────────────────────────────────── */
.rv-timeline { position: relative; padding-left: 32px; }
.rv-timeline::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 2px; background: var(--border); }
.rv-timeline-item { position: relative; padding-bottom: 40px; }
.rv-timeline-item:last-child { padding-bottom: 0; }
.rv-timeline-dot { position: absolute; left: -32px; top: 2px; width: 14px; height: 14px; border-radius: 50%; background: var(--accent); border: 3px solid var(--accent-light); }
.rv-timeline-year { font-family: var(--heading); font-size: 22px; font-weight: 900; color: var(--accent); }
.rv-timeline-item h4 { font-size: 17px; margin: 6px 0 8px; text-transform: uppercase; }
.rv-timeline-item p { color: var(--text-2); font-size: 14.5px; line-height: 1.7; max-width: 560px; }

/* ── Bento grid (occasion / vì sao chọn) ─────────────────────────────── */
.rv-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 18px; }
.rv-bento-item {
  border-radius: var(--radius-lg); border: 2px solid var(--border); background: var(--surface);
  padding: 22px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden;
  transition: border-color .2s ease;
}
.rv-bento-item:hover { border-color: var(--accent); }
.rv-bento-item.big { grid-column: span 2; grid-row: span 2; }
.rv-bento-item h5 { font-size: 16px; text-transform: uppercase; margin-bottom: 4px; }
.rv-bento-item p { font-size: 12.5px; color: var(--text-3); }
.rv-bento-item .rv-bento-ico { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-light); color: var(--accent); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }

/* ── Full bleed vineyard band ─────────────────────────────────────────── */
.rv-fullbleed { position: relative; height: clamp(280px, 32vw, 400px); width: 100%; overflow: hidden; }
.rv-fullbleed img { width: 100%; height: 100%; object-fit: cover; }
.rv-fullbleed-overlay { position: absolute; inset: 0; background: rgba(28,18,16,.42); display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.rv-fullbleed-overlay h3 { color: #fff; font-size: clamp(24px, 3.2vw, 38px); text-transform: uppercase; max-width: 720px; }

/* ── Footer (Retro dark poster) ───────────────────────────────────────── */
.rv-footer { background: var(--dark); color: rgba(255,255,255,.68); padding-top: 70px; position: relative; overflow: hidden; }
.rv-footer-brand-bg {
  position: absolute; top: -30px; left: 50%; transform: translateX(-50%); z-index: 0;
  font-family: var(--heading); font-size: clamp(90px, 16vw, 220px); font-weight: 900; color: rgba(255,255,255,.03);
  white-space: nowrap; text-transform: uppercase; letter-spacing: .02em; pointer-events: none;
}
.rv-footer-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.1); }
.rv-footer-logo { display: flex; align-items: center; gap: 9px; font-family: var(--heading); font-size: 22px; font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 16px; }
.rv-footer-logo em { font-style: normal; color: var(--mustard); }
.rv-footer-about p { font-size: 13.5px; line-height: 1.8; color: rgba(255,255,255,.5); max-width: 300px; }
.rv-footer-social { display: flex; gap: 10px; margin-top: 20px; }
.rv-footer-social a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; transition: background .2s ease, border-color .2s ease; }
.rv-footer-social a:hover { background: var(--accent); border-color: var(--accent); }
.rv-footer-social svg { width: 16px; height: 16px; color: #fff; }
.rv-footer-col h6 { font-family: var(--heading); font-size: 13.5px; text-transform: uppercase; letter-spacing: .05em; color: #fff; margin-bottom: 18px; }
.rv-footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.rv-footer-col a { font-size: 13.5px; color: rgba(255,255,255,.55); transition: color .16s ease; }
.rv-footer-col a:hover { color: var(--mustard); }
.rv-footer-newsletter form { display: flex; margin-top: 8px; }
.rv-footer-newsletter input { flex: 1; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-right: none; padding: 11px 14px; color: #fff; font-size: 13px; border-radius: var(--radius) 0 0 var(--radius); }
.rv-footer-newsletter button { background: var(--mustard); color: var(--dark); font-weight: 800; padding: 0 16px; border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--heading); font-size: 12px; text-transform: uppercase; }
.rv-footer-maps { height: 300px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.35); margin: 44px 0; border: 1px solid rgba(255,255,255,.1); }
.rv-footer-maps iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3) contrast(1.05); }
.rv-footer-legal-strip {
  display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.05);
  border: 1px dashed rgba(255,255,255,.25); border-radius: var(--radius); padding: 14px 18px; margin-bottom: 30px; position: relative; z-index: 1;
}
.rv-footer-legal-strip .rv-age-badge {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--heading); font-weight: 900; font-size: 14px;
}
.rv-footer-legal-strip p { font-size: 12.5px; color: rgba(255,255,255,.55); line-height: 1.6; }
.rv-footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-size: 12.5px; color: rgba(255,255,255,.4); flex-wrap: wrap; gap: 10px; }
.rv-footer-bottom a { color: rgba(255,255,255,.5); }
.rv-footer-bottom a:hover { color: var(--mustard); }

/* ── Forms (contact / checkout) ──────────────────────────────────────── */
.rv-field { margin-bottom: 18px; }
.rv-field label { display: block; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: var(--text-2); margin-bottom: 8px; }
.rv-field input, .rv-field select, .rv-field textarea {
  width: 100%; padding: 13px 15px; border: 2px solid var(--border); border-radius: var(--radius);
  background: var(--surface); font-size: 14.5px; color: var(--text); transition: border-color .16s ease;
}
.rv-field input:focus, .rv-field select:focus, .rv-field textarea:focus { outline: none; border-color: var(--accent); }
.rv-field textarea { resize: vertical; min-height: 120px; }

/* ── Cart page ────────────────────────────────────────────────────────── */
.rv-cart-row { display: grid; grid-template-columns: 90px 1fr auto auto auto; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--border); }
.rv-cart-thumb { width: 90px; height: 90px; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--border); }
.rv-cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.rv-cart-name { font-family: var(--heading); font-weight: 700; font-size: 15px; }
.rv-cart-qty { display: flex; align-items: center; border: 2px solid var(--border); border-radius: var(--radius); }
.rv-cart-qty button { width: 32px; height: 32px; font-size: 16px; font-weight: 700; }
.rv-cart-qty span { width: 32px; text-align: center; font-weight: 700; font-size: 14px; }
.rv-cart-remove { color: var(--danger); }
.rv-cart-price { font-family: var(--heading); font-weight: 700; color: var(--accent); }
.rv-cart-empty { text-align: center; padding: 80px 20px; }
.rv-summary { background: var(--surface); border: 2px solid var(--dark); border-radius: var(--radius-lg); padding: 26px; box-shadow: 6px 6px 0 var(--accent); }
.rv-summary-row { display: flex; justify-content: space-between; padding: 10px 0; font-size: 14.5px; border-bottom: 1px solid var(--border-light); }
.rv-summary-row.total { font-family: var(--heading); font-weight: 800; font-size: 19px; color: var(--accent); border-bottom: none; }

/* ── Product detail page ─────────────────────────────────────────────── */
.rv-breadcrumb { font-size: 13px; color: var(--text-3); padding: 130px 0 20px; }
.rv-breadcrumb a { color: var(--text-2); }
.rv-breadcrumb a:hover { color: var(--accent); }
.rv-pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-bottom: 60px; }
.rv-pd-main-img { border-radius: var(--radius-lg); overflow: hidden; border: 2px solid var(--dark); aspect-ratio: 3/4; margin-bottom: 14px; }
.rv-pd-main-img img { width: 100%; height: 100%; object-fit: cover; }
.rv-pd-thumbs { display: flex; gap: 12px; }
.rv-pd-thumbs button { width: 76px; height: 76px; border-radius: var(--radius); overflow: hidden; border: 2px solid var(--border); }
.rv-pd-thumbs button.active { border-color: var(--accent); }
.rv-pd-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.rv-pd-title { font-size: clamp(24px, 2.6vw, 32px); text-transform: uppercase; margin: 10px 0 12px; }
.rv-pd-meta-row { display: flex; align-items: center; gap: 14px; font-size: 13.5px; color: var(--text-3); margin-bottom: 18px; flex-wrap: wrap; }
.rv-pd-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.rv-pd-price-now { font-family: var(--heading); font-size: 30px; font-weight: 900; color: var(--accent); }
.rv-pd-price-old { font-size: 16px; color: var(--text-3); text-decoration: line-through; }
.rv-pd-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.rv-pd-tag { font-size: 11.5px; font-weight: 700; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; background: var(--accent-light); color: var(--accent); }
.rv-pd-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 24px; padding: 18px; border: 2px dashed var(--border); border-radius: var(--radius-lg); }
.rv-pd-fact strong { display: block; font-size: 11.5px; text-transform: uppercase; color: var(--text-3); margin-bottom: 3px; }
.rv-pd-fact span { font-size: 14px; font-weight: 600; }
.rv-pd-buy { display: flex; gap: 14px; align-items: center; margin-bottom: 26px; }
.rv-pd-tabs { display: flex; gap: 6px; border-bottom: 2px solid var(--border); margin-bottom: 24px; }
.rv-pd-tab { padding: 12px 20px; font-family: var(--heading); font-weight: 700; text-transform: uppercase; font-size: 13.5px; color: var(--text-3); border-bottom: 3px solid transparent; margin-bottom: -2px; }
.rv-pd-tab.active { color: var(--accent); border-color: var(--accent); }
.rv-pd-tabpanel { display: none; }
.rv-pd-tabpanel.active { display: block; }
.rv-pd-tabpanel p { color: var(--text-2); line-height: 1.8; margin-bottom: 12px; }
.rv-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ── Countdown (khuyến mãi) ───────────────────────────────────────────── */
.rv-countdown-bar { background: var(--accent); color: #fff; padding: 20px 0; }
.rv-countdown-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.rv-countdown-title { font-family: var(--heading); font-size: 20px; font-weight: 800; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.rv-countdown-timer { display: flex; gap: 10px; }
.rv-countdown-timer div { background: rgba(0,0,0,.22); border-radius: var(--radius); padding: 8px 12px; text-align: center; min-width: 56px; }
.rv-countdown-timer strong { display: block; font-family: var(--heading); font-size: 22px; font-weight: 900; }
.rv-countdown-timer span { font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.rv-voucher-strip { display: flex; gap: 16px; flex-wrap: wrap; margin: 30px 0 40px; }
.rv-voucher-card { flex: 1; min-width: 220px; border: 2px dashed var(--accent); border-radius: var(--radius-lg); padding: 18px; display: flex; align-items: center; gap: 14px; background: var(--accent-light); }
.rv-voucher-code { font-family: var(--heading); font-weight: 900; font-size: 18px; color: var(--accent); border: 2px solid var(--accent); padding: 6px 12px; border-radius: var(--radius); background: #fff; }
.rv-voucher-desc { font-size: 12.5px; color: var(--text-2); }

/* ── Policy / text pages ──────────────────────────────────────────────── */
.rv-policy { padding: 130px 0 90px; max-width: 820px; }
.rv-policy h2 { font-size: 22px; text-transform: uppercase; margin: 32px 0 14px; }
.rv-policy h2:first-child { margin-top: 0; }
.rv-policy p, .rv-policy li { color: var(--text-2); line-height: 1.85; font-size: 15px; margin-bottom: 10px; }
.rv-policy ul { list-style: disc; padding-left: 22px; }
.rv-policy .rv-updated { color: var(--text-3); font-size: 13px; margin-bottom: 30px; }
.rv-notice-box { border: 2px solid var(--accent); background: var(--accent-light); border-radius: var(--radius-lg); padding: 20px 22px; margin: 24px 0; }
.rv-notice-box strong { color: var(--accent); }

/* ── Toast ────────────────────────────────────────────────────────────── */
.rv-toast {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px); z-index: 1600;
  display: flex; align-items: center; gap: 10px; background: var(--dark); color: #fff;
  padding: 14px 22px; border-radius: var(--radius); font-size: 14px; font-weight: 600;
  opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease;
}
.rv-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.rv-toast svg { width: 18px; height: 18px; color: var(--mustard); flex-shrink: 0; }

/* ── Simple page hero (non-catalog pages) ────────────────────────────── */
.rv-page-hero {
  padding: 150px 0 70px; background: var(--dark); position: relative; overflow: hidden;
}
.rv-page-hero-bg { position: absolute; inset: 0; opacity: .28; }
.rv-page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.rv-page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,18,16,.4), var(--dark) 95%); }
.rv-page-hero-content { position: relative; z-index: 1; }
.rv-page-hero .rv-eyebrow { color: var(--mustard); }
.rv-page-hero .rv-eyebrow::before { background: var(--mustard); }
.rv-page-hero h1 { color: #fff; font-size: clamp(32px, 4.2vw, 50px); text-transform: uppercase; max-width: 700px; }
.rv-page-hero p { color: rgba(255,255,255,.65); margin-top: 16px; max-width: 560px; font-size: 15.5px; line-height: 1.7; }

/* ══════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════════ */
@media (max-width: 1180px) {
  .rv-grid, .rv-related-grid { grid-template-columns: repeat(3, 1fr); }
  .rv-footer-inner { grid-template-columns: 1fr 1fr; }
  .rv-bento { grid-template-columns: repeat(2, 1fr); }
  .rv-bento-item.big { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 992px) {
  .rv-nav-links { display: none; }
  .rv-burger { display: flex; }
  .rv-pd-grid { grid-template-columns: 1fr; gap: 30px; }
  .rv-strip, .rv-strip.reverse { grid-template-columns: 1fr; direction: ltr; }
  .rv-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .rv-toolbar-row.d-lg-flex { display: none !important; }
  .rv-toolbar-mobile { display: flex; }
  .rv-grid, .rv-related-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .rv-banner-content { padding-top: 90px; }
  .rv-cart-row { grid-template-columns: 70px 1fr; row-gap: 10px; }
  .rv-cart-row .rv-cart-qty, .rv-cart-row .rv-cart-price, .rv-cart-row .rv-cart-remove { grid-column: 2; justify-self: start; }
  .rv-footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .rv-agegate-actions { flex-direction: column; }
  .rv-countdown-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .rv-grid, .rv-related-grid { grid-template-columns: 1fr 1fr; }
  .rv-bento { grid-template-columns: 1fr; }
  .rv-bento-item.big { grid-column: span 1; }
  .rv-trust-grid { grid-template-columns: 1fr; }
  .rv-testi-item { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}
