/* ════════════════════════════════════════════
   page-univers.css v2.1.0 — Childz
   ════════════════════════════════════════════ */

/* ── HERO MOBILE ── */
.czuv-hero-mobile {
  margin-top: calc(60px - var(--wp-admin--admin-bar--height, 0px));
  position: relative;
  height: 240px;
  background: var(--forest);
  overflow: hidden;
}
.czuv-hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 35%;
  opacity: 0.4; filter: saturate(0.75);
}
.czuv-hero-grain {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5; pointer-events: none;
}
.czuv-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(26,61,46,0.6) 0%, rgba(26,61,46,0.2) 60%, rgba(212,136,58,0.22) 100%);
}
.czuv-hero-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 22px 26px;
}
.czuv-eyebrow {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sage-light); margin-bottom: 8px;
}
.czuv-eyebrow-line { width: 22px; height: 1px; background: var(--sage-light); }
.czuv-hero-title {
  font-family: 'Fraunces', serif; font-size: 38px; font-weight: 900;
  color: white; letter-spacing: -1.5px; line-height: 0.95; margin-bottom: 10px;
}
.czuv-hero-title em { font-style: italic; font-weight: 300; color: var(--amber-light); }
.czuv-hero-meta { display: flex; align-items: center; gap: 14px; }
.czuv-hero-count { font-size: 13px; color: rgba(255,255,255,0.5); }
.czuv-eco-pill {
  display: flex; align-items: center; gap: 6px;
  background: rgba(74,140,106,0.25); border: 1px solid rgba(74,140,106,0.4);
  border-radius: 100px; padding: 4px 11px;
  font-size: 11px; color: var(--sage-light); font-weight: 500;
}
.czuv-eco-dot { width: 5px; height: 5px; background: var(--sage-light); border-radius: 50%; }

/* ── HERO DESKTOP ── */
.czuv-hero-desktop {
  display: none;
}

/* ── SEARCH (MOBILE) ── */
.czuv-search-wrap {
  background: white; border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 12px 16px;
  position: sticky;
  top: calc(60px - var(--wp-admin--admin-bar--height, 0px));
  z-index: 200;
}
.czuv-search-inner {
  display: flex; align-items: center; gap: 9px;
  background: var(--warm-white); border: 1.5px solid rgba(26,61,46,0.1);
  border-radius: 13px; padding: 10px 14px;
}
.czuv-search-inner svg { opacity: 0.32; flex-shrink: 0; }
.czuv-search-inner input {
  border: none; outline: none; background: transparent;
  font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--charcoal); width: 100%;
}
.czuv-search-inner input::placeholder { color: rgba(28,28,26,0.32); }

/* ── UNIVERS NAV TABS (MOBILE) ── */
.czuv-nav {
  display: flex;
  overflow-x: auto; scrollbar-width: none;
  background: white; border-bottom: 1px solid rgba(0,0,0,0.06);
  position: sticky;
  top: calc(60px + 57px - var(--wp-admin--admin-bar--height, 0px));
  z-index: 190;
}
.czuv-nav::-webkit-scrollbar { display: none; }
.czuv-tab {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 5px;
  padding: 10px 18px 8px; cursor: pointer; text-decoration: none;
  border-bottom: 2px solid transparent; transition: border-color 0.2s;
}
.czuv-tab-icon {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--warm-white); transition: background 0.2s; font-size: 17px;
}
.czuv-tab-label {
  font-size: 10px; color: rgba(28,28,26,0.45); white-space: nowrap;
  font-family: 'DM Sans', sans-serif; transition: color 0.2s;
}
.czuv-tab--active {
  border-bottom-color: var(--czuv-d, var(--forest));
}
.czuv-tab--active .czuv-tab-label {
  color: var(--czuv-d, var(--forest)); font-weight: 500;
}
.czuv-tab--active .czuv-tab-icon {
  background: rgba(var(--czuv-rgb, 26,61,46), 0.1);
}

/* ── DESKTOP SUBNAV ── */
.czuv-subnav { display: none; }

/* ── SECTION ── */
.czuv-section { scroll-margin-top: 185px; padding-top: 12px; overflow-x: hidden; }
.czuv-mobile-section { display: block; overflow-x: hidden; }
.czuv-desktop-section { display: none; }

/* ── SECTION BANNER (MOBILE) ── */
.czuv-banner {
  margin: 0 14px 0;
  border-radius: 16px; overflow: hidden;
  position: relative; height: 90px; cursor: pointer;
}
.czuv-banner img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 40%;
  transition: transform 0.4s;
}
.czuv-banner:hover img { transform: scale(1.04); }
.czuv-banner-overlay { position: absolute; inset: 0; }
.czuv-banner-content {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: flex-end;
  padding: 0 14px;
}
/* texte masqué — section déjà identifiée par les tabs collants */
.czuv-banner-label,
.czuv-banner-title,
.czuv-banner-count { display: none; }
.czuv-banner-arrow {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* ── SUBHEADER (MOBILE) ── */
.czuv-subheader {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 16px 10px;
}
.czuv-subheader-title {
  font-family: 'Fraunces', serif; font-size: 20px; font-weight: 700;
  color: var(--charcoal); letter-spacing: -0.5px;
}
.czuv-subheader-title em { font-style: italic; font-weight: 300; }
.czuv-see-all {
  font-size: 13px; font-weight: 500; text-decoration: none;
  display: flex; align-items: center; gap: 4px;
}

/* ── HSCROLL (MOBILE) ── */
.czuv-hscroll {
  width: 100%; overflow-x: auto; scrollbar-width: none;
  display: flex; gap: 10px;
  padding: 0 14px 16px;
}
.czuv-hscroll::-webkit-scrollbar { display: none; }
.czuv-hscroll-end { width: 2px; flex-shrink: 0; }

/* ── PRODUCT CARD HORIZONTAL (MOBILE) ── */
.czuv-pcard-h {
  flex-shrink: 0; width: 150px;
  background: white; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05); cursor: pointer;
  transition: transform 0.2s; text-decoration: none; display: block;
}
.czuv-pcard-h:active { transform: scale(0.97); }
.czuv-pcard-h-img {
  position: relative; width: 100%; aspect-ratio: 1;
  overflow: hidden; background: var(--cream);
}
.czuv-pcard-h-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.35s;
}
.czuv-pcard-h:hover .czuv-pcard-h-img img { transform: scale(1.07); }
.czuv-pcard-h-info { padding: 10px 11px 13px; }
.czuv-ph-brand {
  font-size: 9px; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--sage); margin-bottom: 3px;
}
.czuv-ph-name { font-size: 12px; font-weight: 500; color: var(--charcoal); line-height: 1.25; margin-bottom: 4px; }
.czuv-ph-size { font-size: 10px; color: rgba(28,28,26,0.38); margin-bottom: 7px; }
.czuv-ph-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 4px; }
.czuv-ph-price {
  font-family: 'Fraunces', serif; font-size: 18px; font-weight: 900;
  color: var(--forest); line-height: 1;
}
.czuv-ph-orig { font-size: 9px; color: rgba(28,28,26,0.28); text-decoration: line-through; margin-top: 1px; }
.czuv-ph-cond { font-size: 8px; padding: 2px 7px; border-radius: 100px; font-weight: 500; white-space: nowrap; }

/* ── BADGE ── */
.czuv-pbadge {
  position: absolute; top: 7px; left: 7px;
  font-size: 9px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 100px; color: white;
}
.czuv-pb-eco  { background: var(--sage); }
.czuv-pb-new  { background: var(--amber); }

/* ── FAV BUTTON ── */
.czuv-fav {
  position: absolute; top: 7px; right: 7px;
  width: 26px; height: 26px; background: rgba(255,255,255,0.9);
  border-radius: 50%; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.czuv-fav svg { opacity: 0.42; transition: all 0.2s; }
.czuv-fav.czuv-fav--liked svg { opacity: 1; fill: #e05252; stroke: #e05252; }

/* ── CONDITION COLORS ── */
.czuv-c-bon  { background: #e8f4f0; color: #1a5c42; }
.czuv-c-tb   { background: #e6f1fb; color: #0c447c; }
.czuv-c-neuf { background: #f0f8e8; color: #3b6d11; }

/* ── FEATURED CARD (MOBILE) ── */
.czuv-featured-card {
  margin: 4px 14px 0;
  border-radius: 18px; overflow: hidden;
  position: relative; height: 160px; cursor: pointer;
  background: var(--sand); display: block; text-decoration: none;
}
.czuv-featured-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s; display: block;
}
.czuv-featured-card:hover img { transform: scale(1.04); }
.czuv-featured-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, transparent 60%);
}
.czuv-featured-content {
  position: absolute; inset: 0;
  display: flex; align-items: center; padding: 0 20px;
}
.czuv-featured-tag {
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55); margin-bottom: 5px;
}
.czuv-featured-title {
  font-family: 'Fraunces', serif; font-size: 22px; font-weight: 700;
  color: white; letter-spacing: -0.5px; line-height: 1.1;
}
.czuv-featured-title em { font-style: italic; font-weight: 300; }
.czuv-featured-price-from { font-size: 10px; color: rgba(255,255,255,0.5); margin-top: 8px; }
.czuv-featured-price-val {
  font-family: 'Fraunces', serif; font-size: 24px; font-weight: 900; color: white;
}
.czuv-featured-arrow {
  position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
}

/* ── DIVIDER ── */
.czuv-divider { height: 1px; background: rgba(0,0,0,0.06); margin: 12px 14px 0; }

/* ── PROMO STRIP (MOBILE) ── */
.czuv-promo {
  margin: 24px 14px 0;
  background: linear-gradient(135deg, var(--forest) 0%, #0e2b1e 100%);
  border-radius: 18px; padding: 20px 18px;
  display: flex; align-items: center; justify-content: space-between;
  position: relative; overflow: hidden;
}
.czuv-promo::before {
  content: ''; position: absolute; top: -50px; right: -50px;
  width: 150px; height: 150px; border-radius: 50%;
  background: rgba(255,255,255,0.04);
}
.czuv-promo-label {
  font-size: 9px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--sage-light); margin-bottom: 5px;
}
.czuv-promo-title {
  font-family: 'Fraunces', serif; font-size: 18px; font-weight: 700;
  color: white; letter-spacing: -0.3px; line-height: 1.1;
}
.czuv-promo-title em { font-style: italic; font-weight: 300; color: var(--amber-light); }
.czuv-promo-sub { font-size: 11px; color: rgba(255,255,255,0.38); margin-top: 4px; }
.czuv-btn-promo {
  background: var(--amber); color: white; border: none; border-radius: 100px;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500;
  padding: 10px 16px; cursor: pointer; white-space: nowrap; flex-shrink: 0;
  text-decoration: none; display: inline-block;
}

/* ── STATS (MOBILE) ── */
.czuv-stats-row {
  display: flex; gap: 8px; padding: 20px 14px 0;
}
.czuv-stat-card {
  flex: 1; min-width: 0; background: white; border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06); padding: 12px 8px; text-align: center;
}
.czuv-stat-val {
  font-family: 'Fraunces', serif; font-size: 20px; font-weight: 700;
  color: var(--forest); line-height: 1;
}
.czuv-stat-lbl {
  font-size: 10px; color: rgba(28,28,26,0.38); margin-top: 4px;
  text-transform: uppercase; letter-spacing: 0.05em;
}

/* ── TOAST ── */
.czuv-toast {
  position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%) translateY(12px);
  background: var(--forest); color: white; font-size: 13px; font-weight: 500;
  padding: 11px 20px; border-radius: 100px;
  opacity: 0; pointer-events: none; transition: all 0.28s; white-space: nowrap; z-index: 999;
}
.czuv-toast--show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── ANIMATIONS ── */
@keyframes czuv-fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.czuv-hero-content { animation: czuv-fadeUp 0.5s 0.05s ease both; }

/* ── FOOTER (MOBILE) ── */
.czuv-footer {
  background: var(--charcoal);
  color: rgba(255,255,255,0.5);
  padding: 36px 20px 24px;
  margin-top: 32px;
}
.czuv-footer-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}
.czuv-f-logo {
  font-family: 'Fraunces', serif;
  font-size: 22px; font-weight: 900;
  color: white; margin-bottom: 8px;
}
.czuv-f-logo span { color: var(--amber); }
.czuv-f-desc {
  font-size: 13px; line-height: 1.6;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px; max-width: 280px;
}
.czuv-f-head {
  font-size: 10px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.3); margin-bottom: 10px;
}
.czuv-f-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.czuv-f-links a {
  font-size: 14px; color: rgba(255,255,255,0.5);
  text-decoration: none;
}
.czuv-f-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding-top: 18px;
}
.czuv-f-copy { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ════════════════════════════════════════════
   DESKTOP  ≥ 768px
   ════════════════════════════════════════════ */
@media (min-width: 768px) {

  /* ── HERO DESKTOP ── */
  .czuv-hero-mobile  { display: none; }
  .czuv-hero-desktop {
    display: block;
    position: relative; height: 380px;
    background: var(--forest); overflow: hidden;
    margin-top: calc(72px - var(--wp-admin--admin-bar--height, 0px));
  }
  .czuv-hero-desktop .czuv-hero-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center 40%;
    opacity: 0.38; filter: saturate(0.7);
  }
  .czuv-hero-desktop .czuv-hero-overlay {
    background: linear-gradient(120deg, rgba(26,61,46,0.72) 0%, rgba(26,61,46,0.3) 50%, rgba(212,136,58,0.2) 100%);
  }
  .czuv-hero-inner {
    position: absolute; inset: 0;
    max-width: 1280px; margin: 0 auto; padding: 0 56px;
    display: flex; align-items: center;
    animation: czuv-fadeUp 0.6s ease both;
  }
  .czuv-hero-text { max-width: 560px; }
  .czuv-hero-desktop .czuv-eyebrow { margin-bottom: 16px; font-size: 11px; }
  .czuv-hero-desktop .czuv-eyebrow-line { width: 28px; }
  .czuv-desk-hero-title {
    font-family: 'Fraunces', serif; font-size: 72px; font-weight: 900;
    color: white; letter-spacing: -3px; line-height: 0.92; margin-bottom: 20px;
  }
  .czuv-desk-hero-title em { font-style: italic; font-weight: 300; color: var(--amber-light); }
  .czuv-desk-hero-desc {
    font-size: 16px; color: rgba(255,255,255,0.5); line-height: 1.6;
    margin-bottom: 32px; max-width: 400px;
  }
  .czuv-hero-pills { display: flex; gap: 10px; flex-wrap: wrap; }
  .czuv-hero-pill {
    display: flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.16);
    border-radius: 100px; padding: 7px 16px;
    font-size: 13px; color: rgba(255,255,255,0.7);
  }
  .czuv-pill-dot { width: 6px; height: 6px; border-radius: 50%; }

  /* Sidebar univers (desktop hero right) */
  .czuv-hero-sidebar {
    position: absolute; right: 56px; top: 50%; transform: translateY(-50%);
    display: flex; flex-direction: column; gap: 10px;
  }
  .czuv-hu-item {
    display: flex; align-items: center; gap: 12px;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(8px); border-radius: 14px; padding: 12px 16px;
    cursor: pointer; transition: background 0.2s; min-width: 200px;
    text-decoration: none;
  }
  .czuv-hu-item:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.22); }
  .czuv-hu-emoji { font-size: 22px; line-height: 1; }
  .czuv-hu-name { font-size: 14px; font-weight: 500; color: white; }
  .czuv-hu-count { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 1px; }
  .czuv-hu-arrow { margin-left: auto; opacity: 0.4; }
  .czuv-hu-item-hiver    { background: rgba(44,74,124,0.3);  border-color: rgba(91,130,196,0.5); }
  .czuv-hu-item-randonnee{ background: rgba(74,124,74,0.3);  border-color: rgba(122,184,122,0.5); }
  .czuv-hu-item-equitation{ background: rgba(124,74,44,0.3); border-color: rgba(192,128,96,0.5); }
  .czuv-hu-item-tennis   { background: rgba(124,124,44,0.3); border-color: rgba(184,184,96,0.5); }
  .czuv-hu-item-natation { background: rgba(44,124,124,0.3); border-color: rgba(96,184,184,0.5); }

  /* ── SUBNAV ── */
  .czuv-search-wrap { display: none; }
  .czuv-nav         { display: none; }
  .czuv-subnav {
    display: flex; align-items: center;
    position: sticky;
    top: calc(72px - var(--wp-admin--admin-bar--height, 0px));
    z-index: 200;
    background: white; border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 0 56px;
  }
  .czuv-snav-item {
    display: flex; align-items: center; gap: 9px;
    padding: 16px 20px; cursor: pointer;
    border-bottom: 2.5px solid transparent;
    font-size: 14px; color: rgba(28,28,26,0.5);
    white-space: nowrap; transition: all 0.2s; text-decoration: none;
  }
  .czuv-snav-item:hover { color: var(--charcoal); }
  .czuv-snav-item span { font-size: 18px; }
  .czuv-snav-item--active {
    color: var(--czuv-d, var(--forest));
    border-bottom-color: var(--czuv-d, var(--forest));
    font-weight: 500;
  }
  .czuv-snav-sep { width: 1px; height: 20px; background: rgba(0,0,0,0.08); flex-shrink: 0; }
  .czuv-snav-right { margin-left: auto; }
  .czuv-snav-count {
    font-size: 12px; color: rgba(28,28,26,0.38);
    padding: 6px 14px; background: var(--warm-white); border-radius: 100px;
  }

  /* ── SECTIONS ── */
  .czuv-section { scroll-margin-top: 130px; }
  .czuv-mobile-section  { display: none; }
  .czuv-desktop-section { display: block; }
  .czuv-divider { display: none; }

  /* ── PAGE WRAP ── */
  .czuv-page-wrap {
    max-width: 1280px; margin: 0 auto; padding: 0 56px 80px;
  }

  /* ── UBLOCK ── */
  .czuv-ublock { padding-top: 64px; scroll-margin-top: 130px; }
  .czuv-ublock + .czuv-ublock { border-top: 1px solid rgba(0,0,0,0.06); }
  .czuv-ublock-header {
    display: grid; grid-template-columns: 300px 1fr;
    gap: 40px; align-items: center; margin-bottom: 32px;
  }
  .czuv-ublock-banner {
    border-radius: 20px; overflow: hidden;
    position: relative; height: 200px; cursor: pointer;
  }
  .czuv-ublock-banner img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.4s; display: block;
  }
  .czuv-ublock-banner:hover img { transform: scale(1.05); }
  .czuv-ublock-banner-overlay { position: absolute; inset: 0; }
  .czuv-ublock-banner-content {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 20px 22px;
  }
  .czuv-ubl-label {
    font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(255,255,255,0.55); margin-bottom: 5px;
  }
  .czuv-ubl-title {
    font-family: 'Fraunces', serif; font-size: 30px; font-weight: 900;
    color: white; letter-spacing: -0.8px; line-height: 1;
  }
  .czuv-ubl-count { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 5px; }
  .czuv-ubl-btn {
    position: absolute; top: 16px; right: 16px;
    width: 36px; height: 36px; border-radius: 50%;
    background: rgba(255,255,255,0.15); backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.2s;
  }
  .czuv-ublock-banner:hover .czuv-ubl-btn { opacity: 1; }

  /* Meta right col */
  .czuv-ublock-meta-top {
    display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 14px;
  }
  .czuv-ublock-title {
    font-family: 'Fraunces', serif; font-size: 44px; font-weight: 900;
    color: var(--charcoal); letter-spacing: -2px; line-height: 1;
  }
  .czuv-ublock-title em { font-style: italic; font-weight: 300; }
  .czuv-see-all-desk {
    font-size: 14px; font-weight: 500; text-decoration: none;
    display: flex; align-items: center; gap: 6px;
    border-bottom: 1px solid; padding-bottom: 2px; white-space: nowrap;
    transition: gap 0.2s;
  }
  .czuv-see-all-desk:hover { gap: 10px; }
  .czuv-ublock-desc {
    font-size: 14px; color: rgba(28,28,26,0.5); line-height: 1.65;
    margin-bottom: 20px; max-width: 480px;
  }
  .czuv-subcats { display: flex; gap: 8px; flex-wrap: wrap; }
  .czuv-subcat {
    display: flex; align-items: center; gap: 6px;
    padding: 7px 14px; border-radius: 100px;
    border: 1.5px solid rgba(0,0,0,0.08); background: white;
    font-size: 13px; color: rgba(28,28,26,0.6);
    cursor: pointer; transition: all 0.15s; text-decoration: none;
  }
  .czuv-subcat:hover { border-color: rgba(0,0,0,0.2); color: var(--charcoal); }

  /* ── PRODUCTS ROW ── */
  .czuv-products-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .czuv-products-row--featured {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  /* Desktop standard product card */
  .czuv-pcard {
    background: white; border-radius: 18px; overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05); cursor: pointer; text-decoration: none; display: block;
    transition: transform 0.25s, box-shadow 0.25s;
  }
  .czuv-pcard:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(0,0,0,0.08); }
  .czuv-pcard:hover .czuv-pcard-img img { transform: scale(1.06); }
  .czuv-pcard-img { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--cream); }
  .czuv-pcard-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s; }
  .czuv-pcard-img .czuv-pbadge { font-size: 10px; padding: 4px 10px; top: 10px; left: 10px; }
  .czuv-pcard-img .czuv-fav { width: 30px; height: 30px; top: 10px; right: 10px; opacity: 0; transition: opacity 0.2s; }
  .czuv-pcard:hover .czuv-fav { opacity: 1; }
  .czuv-pcard-info { padding: 14px 16px 18px; }
  .czuv-pc-brand { font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--sage); margin-bottom: 4px; }
  .czuv-pc-name { font-size: 15px; font-weight: 500; color: var(--charcoal); line-height: 1.25; margin-bottom: 5px; }
  .czuv-pc-size { font-size: 12px; color: rgba(28,28,26,0.38); margin-bottom: 12px; }
  .czuv-pc-foot { display: flex; align-items: flex-end; justify-content: space-between; }
  .czuv-pc-price { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 900; color: var(--forest); line-height: 1; }
  .czuv-pc-orig { font-size: 11px; color: rgba(28,28,26,0.28); text-decoration: line-through; margin-top: 2px; }
  .czuv-pc-cond { font-size: 10px; padding: 4px 10px; border-radius: 100px; font-weight: 500; }

  /* Desktop featured card (first col, tall) */
  .czuv-pcard-featured {
    background: var(--forest); border-radius: 18px; overflow: hidden;
    cursor: pointer; position: relative; text-decoration: none; display: block;
    transition: transform 0.25s;
  }
  .czuv-pcard-featured:hover { transform: translateY(-5px); }
  .czuv-pcard-featured:hover img { transform: scale(1.04); }
  .czuv-pcard-featured img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.45; filter: saturate(0.7);
    transition: transform 0.4s; display: block;
    position: absolute; inset: 0;
  }
  .czuv-pcard-featured-overlay { position: absolute; inset: 0; }
  .czuv-pcard-featured-content {
    position: absolute; inset: 0;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 28px 26px;
  }
  .czuv-pf-tag { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); margin-bottom: 8px; }
  .czuv-pf-title {
    font-family: 'Fraunces', serif; font-size: 28px; font-weight: 700;
    color: white; letter-spacing: -0.5px; line-height: 1.1; margin-bottom: 12px;
  }
  .czuv-pf-title em { font-style: italic; font-weight: 300; }
  .czuv-pf-from { font-size: 11px; color: rgba(255,255,255,0.45); }
  .czuv-pf-price { font-family: 'Fraunces', serif; font-size: 36px; font-weight: 900; color: white; letter-spacing: -1px; }
  .czuv-pf-arrow {
    position: absolute; top: 20px; right: 20px;
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,0.12); backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
  }

  /* ── PROMO BAND (DESKTOP) ── */
  .czuv-promo {
    margin: 72px 0 0;
    border-radius: 24px; padding: 40px 56px;
    display: grid; grid-template-columns: 1fr auto;
    align-items: center; gap: 40px;
  }
  .czuv-promo-title { font-size: 38px; letter-spacing: -1px; }
  .czuv-promo-right { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
  .czuv-btn-promo { font-size: 15px; padding: 16px 32px; }

  /* ── STATS BAR (DESKTOP) ── */
  .czuv-stats-row {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 16px; padding: 24px 0 0;
  }
  .czuv-stat-card { padding: 22px 24px; border-radius: 16px; }
  .czuv-stat-val { font-size: 32px; }

  /* ── FOOTER ── */
  .czuv-footer {
    background: var(--charcoal); color: rgba(255,255,255,0.5);
    padding: 64px 56px 40px; margin-top: 80px;
  }
  .czuv-footer-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px; margin-bottom: 48px;
  }
  .czuv-f-logo { font-family: 'Fraunces', serif; font-size: 26px; font-weight: 900; color: white; margin-bottom: 12px; }
  .czuv-f-logo span { color: var(--amber); }
  .czuv-f-desc { font-size: 14px; line-height: 1.65; max-width: 280px; margin-bottom: 24px; }
  .czuv-f-head { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); margin-bottom: 16px; }
  .czuv-f-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
  .czuv-f-links a { font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
  .czuv-f-links a:hover { color: white; }
  .czuv-f-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px; display: flex; justify-content: space-between; }
  .czuv-f-copy { font-size: 13px; }

  /* Toast repositioning */
  .czuv-toast { bottom: 36px; }
}
