:root {
  --chinwa-cream: #f4ede3;
  --chinwa-paper: #fffaf3;
  --chinwa-plum: #2c1728;
  --chinwa-plum-soft: #4b2b45;
  --chinwa-copper: #b85f36;
  --chinwa-copper-dark: #8d4328;
  --chinwa-ink: #21151d;
  --chinwa-line: rgba(44, 23, 40, .18);
  --chinwa-serif: "Times New Roman", Georgia, serif;
  --chinwa-sans: Arial, Helvetica, sans-serif;
}

/*
 * Architecture globale La Colonie
 * Le thème 01grid utilisait la moitié gauche de l'écran comme décor et la
 * moitié droite comme boutique. On neutralise ce système pour obtenir une
 * boutique pleine largeur, tout en conservant les hooks et le menu natifs.
 */
html { background: var(--chinwa-cream); }
body { overflow-x: hidden; }

body #left_container,
body.layout-right-column #left_container,
body.layout-both-columns #left_container {
  position: fixed !important;
  z-index: 45 !important;
  inset: 0 0 auto 0 !important;
  display: block !important;
  width: 100% !important;
  height: 76px !important;
  min-height: 0 !important;
  background: rgba(244,237,227,.96) !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(44,23,40,.12);
  box-shadow: 0 7px 28px rgba(44,23,40,.06);
  backdrop-filter: blur(12px);
}

body #left_container #filter,
body #left_container #video_container { display: none !important; }

body #header_logo {
  position: absolute !important;
  inset: 0 auto 0 92px !important;
  display: flex !important;
  width: auto !important;
  height: 76px !important;
  align-items: center;
  transform: none !important;
}

body #header_logo a { display: flex; align-items: center; height: 100%; }
body #header_logo img {
  width: auto !important;
  max-width: 190px !important;
  max-height: 54px !important;
  filter: none !important;
}

body #wrapper,
body.layout-right-column #wrapper,
body.layout-both-columns #wrapper {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;
  margin: 0 !important;
  padding: 100px clamp(18px,4vw,64px) 70px !important;
}

body #content-wrapper,
body.layout-right-column #content-wrapper,
body.layout-both-columns #content-wrapper {
  float: none !important;
  width: min(1380px,100%) !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
}

body #main-sidebar {
  z-index: 70 !important;
}

body .menu__handle {
  position: fixed !important;
  z-index: 75 !important;
  top: 13px !important;
  left: 20px !important;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid rgba(44,23,40,.12) !important;
  border-radius: 50% !important;
  background: var(--chinwa-paper) !important;
  box-shadow: 0 8px 24px rgba(44,23,40,.09) !important;
}

body #main-sidebar .main-sidebar-content {
  background: var(--chinwa-plum) !important;
  color: #fff;
}

body #main-sidebar .main-sidebar-content a,
body #main-sidebar .main-sidebar-content h3 { color: #fff !important; }
body #main-sidebar .main-sidebar-content a:hover { color: #e2a17e !important; }
body #main-sidebar .main-sidebar-content input {
  color: #fff !important;
  border-color: rgba(255,255,255,.28) !important;
  background: transparent !important;
}

body #main-sidebar .morph-shape path { fill: var(--chinwa-plum) !important; }

/* Titres et surfaces communes */
body:not(#index) #main { width: 100%; }
body:not(#index) #main > .h1,
body:not(#index) .product-list-header h1,
body:not(#index) #main > h1 {
  position: relative;
  margin-bottom: clamp(26px,4vw,54px) !important;
  padding-bottom: 18px;
  font-size: clamp(2.35rem,5.4vw,5.4rem) !important;
  line-height: .82 !important;
  text-transform: uppercase;
}

body:not(#index) #main > .h1::after,
body:not(#index) .product-list-header h1::after,
body:not(#index) #main > h1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(240px,42vw);
  height: 2px;
  content: "";
  background: var(--chinwa-copper);
}

/* Catalogue et catégories */
body#category .product-list-header,
body#search .product-list-header,
body#prices-drop .product-list-header,
body#new-products .product-list-header,
body#best-sales .product-list-header {
  margin: 0 0 34px;
  padding: clamp(30px,5vw,70px);
  background: linear-gradient(118deg,var(--chinwa-paper) 0 66%,var(--chinwa-plum) 66%);
  border: 1px solid rgba(184,95,54,.18);
}

body #products .products,
body .block-product-list .products {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: clamp(18px,2.4vw,36px);
  width: 100%;
  margin: 0;
  padding: 0;
}

body .product-miniature {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body .product-miniature .thumbnail-container {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden;
}

body .product-miniature .thumbnail-container > a:first-child { display: block; overflow: hidden; }
body .product-miniature .thumbnail-container img {
  display: block;
  width: 100% !important;
  height: clamp(300px,34vw,520px) !important;
  object-fit: cover;
}

body .product-miniature .product-description {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  min-height: 150px;
  padding: 20px 18px 24px !important;
  background: var(--chinwa-paper) !important;
}

body .product-miniature .product-title {
  margin: 0 0 10px !important;
  font-size: clamp(1.15rem,1.7vw,1.65rem) !important;
}

body .product-miniature .product-desc { color: rgba(33,21,29,.66); }
body .product-miniature .product-price-and-shipping { margin-top: 14px; }
body .product-miniature .price { color: var(--chinwa-copper-dark) !important; font-weight: 700; }
body .product-miniature .highlighted-informations { position: static !important; width: 100% !important; }

/* Fiche produit */
body#product #main > .row {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr);
  gap: clamp(32px,5vw,80px);
  align-items: start;
  margin: 0;
}

body#product .pb-left-column,
body#product .pb-center-column { float: none !important; width: 100% !important; padding: 0 !important; }
body#product .pb-center-column {
  padding: clamp(28px,4vw,58px) !important;
  background: var(--chinwa-paper);
  border: 1px solid rgba(184,95,54,.18);
}
body#product .pb-center-column h1 { font-size: clamp(2.3rem,4vw,4.7rem) !important; line-height: .9; }
body#product .product-cover img { width: 100%; height: auto; object-fit: cover; }
body#product .product-price { color: var(--chinwa-copper-dark); font-size: 1.65rem; }
body#product .tabs { margin-top: 36px; }

/* Panier, tunnel et espace client */
body#cart .cart-grid,
body#checkout #main > .row { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,360px); gap: 28px; margin: 0; }
body#cart .cart-grid-body,
body#cart .cart-grid-right,
body#checkout #main > .row > div { float: none; width: 100%; max-width: none; padding: 0; }
body#checkout .checkout-step { margin-bottom: 16px; padding: clamp(20px,3vw,36px); }
body#my-account .links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
body#my-account .links > * { float: none; width: 100%; padding: 0; }

/* Bas de page harmonisé */
body #footer {
  color: rgba(255,255,255,.76);
  background: var(--chinwa-plum);
}

@media (max-width: 980px) {
  body #products .products,
  body .block-product-list .products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body#product #main > .row,
  body#cart .cart-grid,
  body#checkout #main > .row { grid-template-columns: 1fr; }
  body#my-account .links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px) {
  body #left_container,
  body.layout-right-column #left_container,
  body.layout-both-columns #left_container { height: 64px !important; }
  body #header_logo { left: 74px !important; height: 64px !important; }
  body #header_logo img { max-width: 145px !important; max-height: 44px !important; }
  body .menu__handle { top: 9px !important; left: 12px !important; width: 46px !important; height: 46px !important; }
  body #wrapper,
  body.layout-right-column #wrapper,
  body.layout-both-columns #wrapper { padding: 82px 14px 48px !important; }
  body #products .products,
  body .block-product-list .products { grid-template-columns: 1fr; gap: 18px; }
  body .product-miniature .thumbnail-container img { height: min(118vw,500px) !important; }
  body#category .product-list-header,
  body#search .product-list-header,
  body#prices-drop .product-list-header,
  body#new-products .product-list-header,
  body#best-sales .product-list-header { padding: 28px 20px; background: var(--chinwa-paper); }
  body#product .pb-center-column { padding: 24px 18px !important; }
  body#my-account .links { grid-template-columns: 1fr; }
}

body:not(#index) {
  color: var(--chinwa-ink);
  background: var(--chinwa-cream);
  font-family: var(--chinwa-sans);
}

body:not(#index) #wrapper,
body:not(#index) #content-wrapper,
body:not(#index) .page-content {
  background-color: transparent;
}

body:not(#index) #wrapper {
  padding-top: 2rem;
  background-image: radial-gradient(rgba(44,23,40,.055) .65px, transparent .65px);
  background-size: 6px 6px;
}

body:not(#index) .breadcrumb {
  color: var(--chinwa-copper-dark);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body:not(#index) h1,
body:not(#index) h2,
body:not(#index) h3,
body:not(#index) .h1,
body:not(#index) .h2,
body:not(#index) .h3 {
  color: var(--chinwa-plum);
  font-family: var(--chinwa-serif);
  font-weight: 400;
  letter-spacing: .035em;
}

body:not(#index) .page-header h1 {
  margin: 0 0 1.4rem;
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: .92;
  text-transform: uppercase;
}

body:not(#index) .btn-primary,
body:not(#index) .btn-secondary,
body:not(#index) button[type="submit"] {
  min-height: 48px;
  padding: .85rem 1.45rem;
  border: 1px solid var(--chinwa-copper);
  border-radius: 0;
  color: #fff;
  background: var(--chinwa-copper);
  box-shadow: none;
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

body:not(#index) .btn-primary:hover,
body:not(#index) .btn-secondary:hover,
body:not(#index) button[type="submit"]:hover {
  border-color: var(--chinwa-plum);
  color: #fff;
  background: var(--chinwa-plum);
  transform: translateY(-1px);
}

body:not(#index) a { color: var(--chinwa-copper-dark); }
body:not(#index) a:hover { color: var(--chinwa-plum); }

body:not(#index) input.form-control,
body:not(#index) select.form-control,
body:not(#index) textarea.form-control,
body:not(#index) .input-group .form-control {
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--chinwa-line);
  border-radius: 0;
  color: var(--chinwa-ink);
  background: rgba(255,250,243,.78);
  box-shadow: none;
}

body:not(#index) input.form-control:focus,
body:not(#index) select.form-control:focus,
body:not(#index) textarea.form-control:focus {
  border-bottom-color: var(--chinwa-copper);
  box-shadow: inset 0 -1px 0 var(--chinwa-copper);
}

body:not(#index) .card,
body:not(#index) .product-miniature .thumbnail-container,
body:not(#index) .cart-summary,
body:not(#index) .checkout-step,
body:not(#index) .page-content {
  border: 1px solid rgba(184,95,54,.16);
  border-radius: 0;
  background: rgba(255,250,243,.92);
  box-shadow: 0 16px 50px rgba(44,23,40,.07);
}

body:not(#index) .product-miniature .product-title a,
body:not(#index) .product-price {
  color: var(--chinwa-plum);
}

body:not(#index) .product-miniature .product-title a {
  font-family: var(--chinwa-serif);
  font-size: 1.12rem;
  letter-spacing: .025em;
}

body:not(#index) .product-miniature img { transition: transform .45s ease; }
body:not(#index) .product-miniature:hover img { transform: scale(1.025); }

body:not(#index) .tabs .nav-tabs .nav-link.active,
body:not(#index) .tabs .nav-tabs .nav-link:hover {
  border-color: var(--chinwa-copper);
  color: var(--chinwa-copper-dark);
}

/* Connexion, création de compte et récupération du mot de passe */
#authentication #main,
#registration #main,
#password #main {
  position: relative;
  min-height: 680px;
  padding: clamp(2rem, 5vw, 5rem) 54% clamp(2rem, 5vw, 5rem) clamp(1.25rem, 5vw, 5rem);
  overflow: hidden;
  border: 1px solid rgba(184,95,54,.18);
  background: var(--chinwa-paper);
  box-shadow: 0 22px 70px rgba(44,23,40,.12);
}

#authentication #main::after,
#registration #main::after,
#password #main::after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  content: "";
  background-color: var(--chinwa-plum);
  background-image: linear-gradient(rgba(44,23,40,.08), rgba(44,23,40,.24)), url("../img/hero-campaign.png");
  background-position: 58% center;
  background-size: cover;
  clip-path: ellipse(86% 76% at 78% 48%);
}

#authentication #main::before,
#registration #main::before,
#password #main::before {
  position: absolute;
  z-index: 1;
  right: 6%;
  bottom: 5%;
  width: 46px;
  height: 46px;
  content: "";
  background: url("../img/ant.png") center/contain no-repeat;
  filter: sepia(1) saturate(1.5);
}

#authentication #main > *,
#registration #main > *,
#password #main > * { position: relative; z-index: 2; }

#authentication #content,
#registration #content,
#password #content {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#authentication .login-form,
#registration .register-form,
#password .forgotten-password { max-width: 520px; }

#authentication .no-account,
#registration .register-form > p {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--chinwa-line);
}

/* Compte client */
#my-account .links a,
#addresses .address,
#history .order,
#order-slip .order-slip {
  border: 1px solid rgba(184,95,54,.18);
  background: var(--chinwa-paper);
  box-shadow: 0 12px 34px rgba(44,23,40,.06);
}

#my-account .links a:hover { border-color: var(--chinwa-copper); }

/* Panier et commande : habillage uniquement, logique intacte */
#cart .cart-grid-body,
#cart .cart-grid-right,
#checkout .checkout-step {
  border-color: rgba(184,95,54,.2);
  background: var(--chinwa-paper);
}

#checkout .checkout-step.-current .step-title,
#checkout .checkout-step.-reachable .step-title {
  color: var(--chinwa-plum);
}

#checkout .checkout-step .step-number {
  border-color: var(--chinwa-copper);
  color: #fff;
  background: var(--chinwa-copper);
}

@media (max-width: 767px) {
  body:not(#index) #wrapper { padding-top: 1rem; }
  body:not(#index) .page-header h1 { font-size: 2.4rem; }

  #authentication #main,
  #registration #main,
  #password #main {
    min-height: 0;
    padding: 16.5rem 1.15rem 2rem;
  }

  #authentication #main::after,
  #registration #main::after,
  #password #main::after {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 15rem;
    clip-path: ellipse(82% 78% at 60% 18%);
    background-position: 55% 24%;
  }

  #authentication #main::before,
  #registration #main::before,
  #password #main::before {
    top: 11rem;
    right: 1.3rem;
    bottom: auto;
    width: 32px;
    height: 32px;
  }
}

/* Priorité finale sur les anciennes règles responsives du thème 01grid. */
body:not(#index) #wrapper,
body:not(#index).layout-right-column #wrapper,
body:not(#index).layout-both-columns #wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 100px clamp(18px,4vw,64px) 70px !important;
  background-color: var(--chinwa-cream) !important;
}

body:not(#index) #content-wrapper {
  width: min(1380px,100%) !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  body:not(#index) #wrapper,
  body:not(#index).layout-right-column #wrapper,
  body:not(#index).layout-both-columns #wrapper {
    padding: 82px 14px 48px !important;
  }
}

/* Accueil : correctifs prioritaires indépendants de l'ancien cache front.css. */
body #header_logo img { display: none !important; }
body #header_logo a::after {
  display: block;
  color: var(--chinwa-ink);
  content: "CHINWA\A ATTITUDE";
  white-space: pre;
  font: 400 19px/.82 var(--chinwa-serif);
  letter-spacing: .08em;
  text-transform: uppercase;
}

body#index .chinwa-categories {
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  overflow: hidden !important;
}

body#index .chinwa-category {
  min-width: 0 !important;
  grid-template-columns: 18px minmax(72px,96px) minmax(0,1fr) 30px !important;
  gap: 7px !important;
  padding-inline: 4px !important;
}

body#index .chinwa-category figure {
  width: 100% !important;
  max-width: 96px !important;
}

body#index .chinwa-category span {
  min-width: 0 !important;
  overflow-wrap: anywhere;
  font-size: clamp(11px,1vw,15px) !important;
  letter-spacing: .035em !important;
}

@media (max-width: 767px) {
  body #header_logo a::after { font-size: 16px; }
  body#index .chinwa-categories { display: flex !important; overflow: visible !important; }
  body#index .chinwa-category {
    grid-template-columns: 72px minmax(0,1fr) 34px !important;
    gap: 13px !important;
  }
}

/* Neutralisation finale des décors injectés en ligne par le thème 01grid. */
html body #left_container,
html body.layout-right-column #left_container,
html body.layout-both-columns #left_container {
  overflow: hidden !important;
  background-color: var(--chinwa-cream) !important;
}

html body #left_container::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: var(--chinwa-cream);
}

html body #header_logo { z-index: 2 !important; }

/* Listes : le produit doit être lisible sans survol. */
html body .product-list-header { background: transparent !important; }
html body .product-list-header h1 {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  color: var(--chinwa-plum) !important;
  background: transparent !important;
  font-family: var(--chinwa-serif) !important;
  font-size: clamp(2.35rem,5.4vw,5.4rem) !important;
  font-weight: 400 !important;
  line-height: .84 !important;
}

html body .product-list-header h1::before { display: none !important; content: none !important; }
html body .products .product-miniature .product-description {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  min-height: 154px !important;
  padding: 20px 18px 24px !important;
  opacity: 1 !important;
  color: var(--chinwa-ink) !important;
  background: var(--chinwa-paper) !important;
  text-align: left !important;
  transition: none !important;
}

html body .products .product-miniature .product-description a,
html body .products .product-miniature .product-title {
  color: var(--chinwa-plum) !important;
  background: transparent !important;
}

html body .products .product-miniature .product-title {
  width: auto !important;
  max-width: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: var(--chinwa-serif) !important;
  font-size: clamp(1.15rem,1.7vw,1.65rem) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  text-align: left !important;
}

html body .products .product-miniature .product-desc {
  display: block !important;
  margin: 0 0 14px !important;
  color: rgba(33,21,29,.66) !important;
}

html body .products .product-miniature .functional-buttons { opacity: 1 !important; }

/* Fiche produit : rétablissement de l'image principale masquée par 01grid. */
html body#product .images-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}

html body#product .product-cover {
  display: block !important;
  margin: 0 !important;
  border: 1px solid rgba(184,95,54,.15);
  background: var(--chinwa-paper);
}

html body#product .product-cover img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain;
}

html body#product .images-container .mask { width: 100%; background: var(--chinwa-paper); }
html body#product .product-images { display: flex; gap: 10px; margin: 0; padding: 10px; }
html body#product .product-images .thumb-container { width: 82px !important; height: 100px !important; }
html body#product .pb-center-column h1,
html body#product .pb-center-column .h1 {
  width: auto !important;
  max-width: none !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--chinwa-plum) !important;
  background: transparent !important;
  font-family: var(--chinwa-serif) !important;
  font-weight: 400 !important;
}

html body#product .pb-center-column h1::before { display: none !important; content: none !important; }
html body#product .current-price span,
html body#product .product-price {
  padding: 0 !important;
  color: var(--chinwa-copper-dark) !important;
  background: transparent !important;
  font-size: 1.8rem !important;
}

html body#product .product-variants-item > span,
html body#product .product-variants-item > label,
html body#product .qty > span,
html body#product .qty > label {
  color: var(--chinwa-plum) !important;
  background: transparent !important;
}

/* Finitions v203 : hiérarchie des cartes, prix et titres de pages. */
html body .products .product-miniature .thumbnail-container {
  display: flex !important;
  flex-direction: column !important;
}

html body .products .product-miniature .thumbnail-container > a:first-child {
  order: 1 !important;
}

html body .products .product-miniature .product-description {
  order: 2 !important;
}

html body#product .current-price {
  display: block !important;
  width: auto !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: var(--chinwa-copper-dark) !important;
  background: transparent !important;
  border: 0 !important;
}

html body:not(#index) #main > h1,
html body:not(#index) #main > .h1,
html body:not(#index) .page-header h1,
html body#authentication #main h1,
html body#registration #main h1,
html body#password #main h1,
html body#cart #main > h1 {
  position: relative !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 clamp(26px,4vw,54px) !important;
  padding: 0 0 18px !important;
  border: 0 !important;
  color: var(--chinwa-plum) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--chinwa-serif) !important;
  font-weight: 400 !important;
  line-height: .9 !important;
}

html body:not(#index) #main > h1::before,
html body:not(#index) #main > .h1::before,
html body:not(#index) .page-header h1::before,
html body#authentication #main h1::before,
html body#registration #main h1::before,
html body#password #main h1::before,
html body#cart #main > h1::before {
  display: none !important;
  content: none !important;
}

/* Navigation principale desktop : le menu latéral reste réservé au mobile. */
body .chinwa-desktop-nav,
body .chinwa-desktop-actions {
  position: absolute;
  z-index: 3;
  top: 0;
  display: flex;
  height: 76px;
  align-items: center;
  font: 500 10px/1 var(--chinwa-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

body .chinwa-desktop-nav {
  left: 50%;
  gap: clamp(18px,2.2vw,38px);
  transform: translateX(-50%);
}

body .chinwa-desktop-actions { right: clamp(22px,3vw,50px); gap: 20px; }
body .chinwa-desktop-nav a,
body .chinwa-desktop-actions a {
  position: relative;
  color: var(--chinwa-ink) !important;
  white-space: nowrap;
}
body .chinwa-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--chinwa-copper);
  transform: scaleX(0);
  transition: transform .22s ease;
}
body .chinwa-desktop-nav a:hover::after { transform: scaleX(1); }

@media (min-width: 901px) {
  body .menu__handle { display: none !important; }
  body #header_logo { left: clamp(22px,3vw,50px) !important; }
}

@media (max-width: 1100px) and (min-width: 901px) {
  body .chinwa-desktop-nav { gap: 15px; }
  body .chinwa-desktop-nav a:nth-child(4),
  body .chinwa-desktop-nav a:nth-child(5) { display: none; }
}

@media (max-width: 900px) {
  body .chinwa-desktop-nav,
  body .chinwa-desktop-actions { display: none !important; }
  body .menu__handle { display: block !important; }
  body #header_logo { left: 82px !important; }
}

/* Accueil : la navigation flotte sur le hero, conformément à la maquette. */
@media (min-width: 901px) {
  html body#index #left_container {
    position: absolute !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
  html body#index #left_container::before { display: none !important; }
  html body#index #header_logo a::after { color: var(--chinwa-ink) !important; }
  html body#index .chinwa-desktop-nav { left: 52%; gap: clamp(22px,2.4vw,42px); }
  html body#index .chinwa-desktop-nav a,
  html body#index .chinwa-desktop-actions a { color: #fff !important; }
  html body#index .chinwa-desktop-actions { right: clamp(30px,4vw,76px); }
}

/* Parcours aller-retour : accueil -> catégorie -> produit. */
html body#category .breadcrumb,
html body#product .breadcrumb {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px,4vw,72px) !important;
  background: var(--chinwa-cream) !important;
  border-bottom: 1px solid rgba(47,21,43,.14);
}

html body#category .breadcrumb ol,
html body#product .breadcrumb ol {
  margin: 0 !important;
}

.chinwa-page-journey {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  font: 600 10px/1.2 var(--chinwa-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.chinwa-page-journey a {
  color: var(--chinwa-plum) !important;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease;
}

.chinwa-page-journey a:hover {
  color: var(--chinwa-copper-dark) !important;
  transform: translateX(2px);
}

.chinwa-page-journey__home:hover { transform: translateX(-2px) !important; }

@media (max-width: 700px) {
  html body#category .breadcrumb,
  html body#product .breadcrumb {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 18px !important;
  }
  .chinwa-page-journey {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
}
