/* ═══════════════════════════════════════════════════════════════
   Yombal Marché — thème catalogue Univers Diaspora / LabelAfrik
   Inspiré du PDF « Catalogue LABEL »
   ═══════════════════════════════════════════════════════════════ */

:root {
  --ud-green: #1a4d32;
  --ud-green-deep: #0f3322;
  --ud-green-soft: #2d6a4f;
  --ud-gold: #c9a84c;
  --ud-gold-light: #e8d49a;
  --ud-ochre: #b85c38;
  --ud-cream: #f8f4eb;
  --ud-cream-dark: #efe6d4;
  --ud-paper: #fffdf8;
  --ud-ink: #1c1b18;
  --ud-muted: #5c574f;
  --ud-line: rgba(26, 77, 50, 0.12);
  --ud-shadow: 0 18px 48px rgba(15, 51, 34, 0.1);
  --ud-radius: 14px;
}

/* ─── Bandeau marque (comme en-tête PDF) ─── */
.site-catalog-ud::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--ud-green-deep), var(--ud-gold), var(--ud-green-deep));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}

.site-catalog-ud .site-header-unified .header-shell {
  background: rgba(248, 244, 235, 0.96) !important;
  border-bottom: 1px solid var(--ud-line) !important;
  box-shadow: 0 8px 32px rgba(15, 51, 34, 0.06) !important;
}

.site-catalog-ud .header-shell.is-solid,
.site-catalog-ud .header-shell {
  backdrop-filter: blur(14px);
}

.site-catalog-ud .nav-links a {
  color: var(--ud-green-deep) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-catalog-ud .nav-links a:hover,
.site-catalog-ud .nav-links a.active {
  color: var(--ud-ochre) !important;
}

.site-catalog-ud .btn-nav {
  background: var(--ud-green) !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
}

/* Hero accueil : le design original (lusion.css / xd-hero) n'est pas surchargé ici. */

/* Bande slogan PDF sous le hero */
.catalog-ud-tagline {
  text-align: center;
  padding: 28px 24px;
  background: var(--ud-cream);
  border-top: 1px solid var(--ud-line);
  border-bottom: 1px solid var(--ud-line);
}

.catalog-ud-tagline__brand {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--ud-green);
  margin-bottom: 8px;
}

.catalog-ud-tagline__text {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.1rem, 2.5vw, 1.45rem);
  font-style: italic;
  color: var(--ud-ochre);
  font-weight: 600;
}

/* ─── Sections générales ─── */
.site-catalog-ud .site-main {
  background: var(--ud-cream);
}

.site-catalog-ud .section-title {
  font-family: "Fraunces", serif !important;
  color: var(--ud-green-deep) !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
}

.site-catalog-ud .section-eyebrow {
  color: var(--ud-gold) !important;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 10px !important;
}

/* ─── Boutique — page catalogue PDF ─── */
.site-catalog-ud .boutique-page {
  background: var(--ud-cream);
}

.site-catalog-ud .boutique-hero--xd {
  background:
    linear-gradient(135deg, var(--ud-green-deep) 0%, var(--ud-green) 55%, var(--ud-green-soft) 100%) !important;
  border-radius: 0 0 var(--ud-radius) var(--ud-radius);
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.site-catalog-ud .boutique-hero--xd::after {
  content: "LABELAFRIK";
  position: absolute;
  right: -0.05em;
  bottom: -0.15em;
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  letter-spacing: 0.08em;
}

.site-catalog-ud .boutique-hero__title,
.site-catalog-ud .boutique-hero__lead,
.site-catalog-ud .boutique-hero__stats {
  color: var(--ud-cream) !important;
}

.site-catalog-ud .boutique-hero__title em {
  color: var(--ud-gold-light) !important;
  font-style: italic;
}

.site-catalog-ud .boutique-sidebar__panel {
  background: var(--ud-paper) !important;
  border: 1px solid var(--ud-line) !important;
  border-radius: var(--ud-radius);
  box-shadow: var(--ud-shadow);
}

.site-catalog-ud .boutique-sidebar__label {
  color: var(--ud-green) !important;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 10px !important;
}

.site-catalog-ud .boutique-cat-link.is-active,
.site-catalog-ud .boutique-cat-link:hover {
  background: rgba(26, 77, 50, 0.08) !important;
  color: var(--ud-green-deep) !important;
}

.site-catalog-ud .boutique-toolbar__title {
  font-family: "Fraunces", serif;
  color: var(--ud-green-deep);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.35rem;
}

/* Cartes produit — fiches catalogue */
.site-catalog-ud .boutique-card {
  background: var(--ud-paper) !important;
  border: 1px solid var(--ud-line) !important;
  border-radius: var(--ud-radius) !important;
  box-shadow: 0 10px 28px rgba(15, 51, 34, 0.06) !important;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.site-catalog-ud .boutique-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ud-shadow) !important;
}

.site-catalog-ud .boutique-card__media {
  background: linear-gradient(160deg, var(--ud-cream-dark), var(--ud-paper)) !important;
  border-bottom: 1px solid var(--ud-line);
  position: relative;
}

.site-catalog-ud .boutique-card__cat {
  background: var(--ud-green) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 4px;
}

.site-catalog-ud .boutique-card__title a {
  font-family: "Fraunces", serif;
  color: var(--ud-green-deep) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 1rem !important;
}

.site-catalog-ud .boutique-card__summary,
.site-catalog-ud .boutique-card__meta {
  color: var(--ud-muted) !important;
  font-size: 13px;
  line-height: 1.5;
}

/* Badge prix style PDF */
.catalog-price-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 10px 14px;
  background: linear-gradient(145deg, var(--ud-gold), #a88732);
  color: var(--ud-green-deep);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(201, 168, 76, 0.35);
  line-height: 1.1;
}

.catalog-price-badge__amount {
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.catalog-price-badge__label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  opacity: 0.85;
}

.site-catalog-ud .boutique-card__footer {
  align-items: flex-end;
  gap: 12px;
}

.site-catalog-ud .boutique-card__footer .boutique-card__price {
  display: none !important;
}

.site-catalog-ud .boutique-card__cta,
.site-catalog-ud .btn-primary {
  background: var(--ud-green) !important;
  border-color: var(--ud-green) !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 10px;
}

.site-catalog-ud .boutique-card__cart {
  background: var(--ud-ochre) !important;
  border-color: var(--ud-ochre) !important;
}

/* Fiche produit */
.site-catalog-ud .product-detail-price {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 22px;
  background: linear-gradient(145deg, var(--ud-gold), #a88732);
  color: var(--ud-green-deep);
  border-radius: 16px;
  font-family: "Fraunces", serif;
  font-size: 2rem !important;
  font-weight: 900;
  box-shadow: var(--ud-shadow);
}

.site-catalog-ud .product-detail-price::after {
  content: "Prix";
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* Phares accueil — grille catalogue */
.catalog-phares {
  padding: 56px 24px;
  max-width: var(--container, 1160px);
  margin: 0 auto;
}

.catalog-phares__head {
  text-align: center;
  margin-bottom: 36px;
}

.catalog-phares__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.catalog-phare-card {
  background: var(--ud-paper);
  border: 1px solid var(--ud-line);
  border-radius: var(--ud-radius);
  padding: 22px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 51, 34, 0.05);
  transition: transform 0.2s ease;
}

.catalog-phare-card:hover {
  transform: translateY(-3px);
}

.catalog-phare-card__icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.catalog-phare-card__name {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ud-green-deep);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.catalog-phare-card__price {
  margin-top: 12px;
}

/* Footer catalogue */
.site-catalog-ud .site-footer {
  background: linear-gradient(165deg, var(--ud-green-deep), var(--ud-green)) !important;
  border-top: 3px solid var(--ud-gold);
}

.site-catalog-ud .footer-tagline strong {
  color: var(--ud-gold-light);
}

.site-catalog-ud .footer-col h3 {
  color: var(--ud-gold) !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 10px !important;
}

/* Pages intérieures — hero sombre (sauf éditorial) */
.site-catalog-ud .page-hero:not(.page-hero--editorial) {
  background: linear-gradient(135deg, var(--ud-green-deep), var(--ud-green)) !important;
}

.site-catalog-ud .page-hero:not(.page-hero--editorial) .section-title,
.site-catalog-ud .page-hero:not(.page-hero--editorial) .section-sub,
.site-catalog-ud .page-hero:not(.page-hero--editorial) .section-eyebrow {
  color: var(--ud-cream) !important;
}

.site-catalog-ud .page-hero:not(.page-hero--editorial) .section-title em {
  color: var(--ud-gold-light) !important;
}

/* Hero éditorial (À propos, Découvrir…) — fond clair, texte lisible */
.site-catalog-ud .page-hero--editorial {
  background: transparent !important;
  color: var(--ud-ink) !important;
}

.site-catalog-ud .page-hero--editorial .page-hero-bg {
  background:
    radial-gradient(ellipse 70% 55% at 12% 18%, rgba(201, 168, 76, 0.14), transparent 58%),
    radial-gradient(ellipse 60% 45% at 88% 82%, rgba(26, 77, 50, 0.08), transparent 52%),
    linear-gradient(165deg, var(--ud-cream-dark) 0%, var(--ud-paper) 55%, #fff 100%);
  border-bottom: 1px solid var(--ud-line);
}

.site-catalog-ud .page-hero--editorial .section-eyebrow {
  color: var(--ud-ochre) !important;
  opacity: 1 !important;
}

.site-catalog-ud .page-hero--editorial .section-title {
  color: var(--ud-green-deep) !important;
  text-transform: none !important;
  letter-spacing: -0.02em !important;
  font-size: clamp(2rem, 4.5vw, 3rem) !important;
}

.site-catalog-ud .page-hero--editorial .section-title em {
  color: var(--ud-ochre) !important;
  font-style: italic;
}

.site-catalog-ud .page-hero--editorial .section-sub,
.site-catalog-ud .page-hero--editorial .page-hero-lead {
  color: var(--ud-muted) !important;
  opacity: 1 !important;
}

.site-catalog-ud .page-hero--editorial .section-sub strong {
  color: var(--ud-green-deep);
  font-weight: 700;
}

.site-catalog-ud .apropos-hero-points li {
  color: var(--ud-green-deep);
  background: #fff;
  border-color: var(--ud-line);
  box-shadow: 0 4px 16px rgba(15, 51, 34, 0.06);
}

.site-catalog-ud .apropos-pillar h3 {
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 1.1rem !important;
}

.site-catalog-ud .apropos-story .section-title,
.site-catalog-ud .apropos-section-head .section-title {
  text-transform: none !important;
  letter-spacing: -0.02em !important;
}

.site-catalog-ud .apropos-p a {
  color: var(--ud-green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-catalog-ud .apropos-p a:hover {
  color: var(--ud-ochre);
}

@media (max-width: 900px) {
  .site-catalog-ud .boutique-shell {
    grid-template-columns: 1fr;
  }

  .catalog-phares__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 520px) {
  .catalog-phares__grid {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════════════════════════
   Thème catalogue complet — remplace l'ancien design lusion/xd
   ═══════════════════════════════════════════════════════════════ */

.site-catalog-ud {
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--ud-ink);
  background: var(--ud-cream);
}

.site-catalog-ud .nav-logo-img {
  filter: none !important;
}

.site-catalog-ud .site-main--catalog,
.site-catalog-ud .site-main--home {
  padding-top: 0;
}

/* Boutons catalogue */
.ud-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ud-btn:hover {
  transform: translateY(-2px);
}

.ud-btn--gold {
  background: linear-gradient(145deg, var(--ud-gold), #a88732);
  color: var(--ud-green-deep);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

.ud-btn--green {
  background: var(--ud-green);
  color: #fff;
}

.ud-btn--outline {
  background: transparent;
  border-color: rgba(248, 244, 235, 0.55);
  color: var(--ud-cream);
}

.site-catalog-ud .ud-panel--green .ud-btn--outline,
.site-catalog-ud .ud-selection .ud-btn--outline,
.site-catalog-ud .catalog-phares .ud-btn--outline {
  border-color: var(--ud-green);
  color: var(--ud-green-deep);
}

.ud-btn--sm {
  padding: 10px 18px;
  font-size: 11px;
}

/* ═══ Hero accueil — éditorial premium Yombal ═══ */
.home-hero {
  --hero-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  min-height: min(92vh, 880px);
  padding: 92px 28px 40px;
  background:
    radial-gradient(ellipse 90% 70% at 10% 0%, rgba(45, 106, 79, 0.07), transparent 55%),
    radial-gradient(ellipse 70% 60% at 95% 20%, rgba(201, 168, 76, 0.14), transparent 50%),
    linear-gradient(180deg, #fffdf9 0%, var(--ud-cream) 100%);
  overflow: hidden;
  border-bottom: 1px solid var(--ud-line);
}

.home-hero__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26, 77, 50, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 77, 50, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 70% 40%, #000 20%, transparent 75%);
  opacity: 0.5;
}

.home-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.home-hero__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ud-gold), var(--ud-green), var(--ud-ochre));
}

.home-hero__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1180px;
  margin: 0 auto;
  min-height: calc(min(92vh, 880px) - 132px);
}

.home-hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.home-hero__logo img {
  display: block;
  width: min(240px, 58vw);
  height: auto;
}

.home-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ud-green-deep);
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid var(--ud-line);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(15, 51, 34, 0.04);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  flex: 1;
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ud-green);
}

.home-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ud-gold);
  box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.25);
  animation: home-hero-pulse 2.4s ease-in-out infinite;
}

@keyframes home-hero-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.15); opacity: 0.75; }
}

.home-hero__title {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.5rem, 5.8vw, 4.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--ud-green-deep);
}

.home-hero__title-accent {
  display: block;
  margin-top: 0.12em;
  font-style: italic;
  font-weight: 700;
  color: var(--ud-ochre);
  background: linear-gradient(120deg, var(--ud-ochre) 0%, #c9744a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-hero__lead {
  margin: 22px 0 0;
  max-width: 32rem;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ud-muted);
}

.home-hero__lead strong {
  color: var(--ud-green-deep);
  font-weight: 700;
}

.home-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.25s var(--hero-ease), box-shadow 0.25s var(--hero-ease), background 0.25s ease;
}

.home-hero__btn:hover {
  transform: translateY(-2px);
}

.home-hero__btn--primary {
  background: linear-gradient(135deg, var(--ud-green) 0%, var(--ud-green-deep) 100%);
  color: #fff;
  box-shadow: 0 12px 32px rgba(26, 77, 50, 0.28);
}

.home-hero__btn--primary:hover {
  box-shadow: 0 16px 40px rgba(26, 77, 50, 0.34);
}

.home-hero__btn--secondary {
  background: rgba(255, 253, 248, 0.9);
  border-color: rgba(26, 77, 50, 0.2);
  color: var(--ud-green-deep);
}

.home-hero__btn--secondary:hover {
  background: #fff;
  border-color: var(--ud-green);
}

.home-hero__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.home-hero__quick a {
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ud-green-deep);
  text-decoration: none;
  background: rgba(255, 253, 248, 0.75);
  border: 1px solid var(--ud-line);
  border-radius: 10px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.home-hero__quick a:hover {
  background: #fff;
  border-color: var(--ud-gold);
  transform: translateY(-1px);
}

/* Scène produit vedette */
.home-hero__stage {
  position: relative;
  min-height: 420px;
}

.home-hero__spotlight {
  position: relative;
  display: block;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 24px;
  box-shadow:
    0 24px 64px rgba(15, 51, 34, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  text-decoration: none;
  color: inherit;
  transform: rotate(-1.5deg);
  transition: transform 0.35s var(--hero-ease), box-shadow 0.35s var(--hero-ease);
}

.home-hero__spotlight:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 32px 72px rgba(15, 51, 34, 0.16);
}

.home-hero__spotlight-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  padding: 6px 12px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ud-green-deep);
  background: var(--ud-gold-light);
  border-radius: 999px;
}

.home-hero__spotlight-media {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--ud-cream), var(--ud-cream-dark));
}

.home-hero__spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--hero-ease);
}

.home-hero__spotlight:hover .home-hero__spotlight-media img {
  transform: scale(1.04);
}

.home-hero__spotlight-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 5rem;
}

.home-hero__spotlight-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 6px 4px;
}

.home-hero__spotlight-info strong {
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ud-green-deep);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home-hero__spotlight-info span {
  font-size: 13px;
  color: var(--ud-muted);
}

.home-hero__spotlight-price {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 12px 16px;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--ud-green-deep);
  background: linear-gradient(145deg, var(--ud-gold), #b8943a);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.4);
}

.home-hero__orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-hero__orbit-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 12px 32px rgba(15, 51, 34, 0.14);
  text-decoration: none;
  font-size: 1.8rem;
  pointer-events: auto;
  transition: transform 0.3s var(--hero-ease), box-shadow 0.3s var(--hero-ease);
  animation: home-hero-float 5s ease-in-out infinite;
}

.home-hero__orbit-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__orbit-item:hover {
  transform: scale(1.08) translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 51, 34, 0.18);
  z-index: 3;
}

.home-hero__orbit-item--1 { top: -8px; right: -12px; animation-delay: 0s; }
.home-hero__orbit-item--2 { top: 38%; right: -28px; animation-delay: 0.8s; }
.home-hero__orbit-item--3 { bottom: 18%; left: -24px; animation-delay: 1.6s; }
.home-hero__orbit-item--4 { bottom: -10px; right: 28%; animation-delay: 2.4s; }

@keyframes home-hero-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.home-hero__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 1px solid var(--ud-line);
}

.home-hero__stats {
  display: flex;
  gap: 14px;
  margin: 0;
}

.home-hero__stat {
  min-width: 100px;
  padding: 14px 18px;
  background: rgba(255, 253, 248, 0.85);
  border: 1px solid var(--ud-line);
  border-radius: 14px;
  text-align: center;
}

.home-hero__stat dt {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--ud-green);
  line-height: 1;
}

.home-hero__stat dd {
  margin: 6px 0 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ud-muted);
}

.home-hero__scroll {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ud-green);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px dashed rgba(26, 77, 50, 0.25);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.home-hero__scroll:hover {
  background: rgba(26, 77, 50, 0.05);
  border-color: var(--ud-green);
}

/* Entrée en scène */
.home-hero__reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: home-hero-in 0.85s var(--hero-ease) forwards;
}

.home-hero__reveal--1 { animation-delay: 0.05s; }
.home-hero__reveal--2 { animation-delay: 0.12s; }
.home-hero__reveal--3 { animation-delay: 0.2s; }
.home-hero__reveal--4 { animation-delay: 0.28s; }
.home-hero__reveal--5 { animation-delay: 0.36s; }
.home-hero__reveal--6 { animation-delay: 0.44s; }

@keyframes home-hero-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__reveal,
  .home-hero__orbit-item,
  .home-hero__dot {
    animation: none !important;
    opacity: 1;
    transform: none;
  }

  .home-hero__spotlight {
    transform: none;
  }
}

.ud-btn--ghost-dark {
  background: transparent;
  border: 2px solid var(--ud-green);
  color: var(--ud-green-deep);
}

.ud-btn--ghost-dark:hover {
  background: rgba(26, 77, 50, 0.06);
}

/* Ancien hero ud-cover — conservé minimal pour compatibilité boutique */
.ud-cover {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  min-height: min(88vh, 820px);
  padding: 100px 48px 64px;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(201, 168, 76, 0.22), transparent 55%),
    linear-gradient(155deg, var(--ud-green-deep) 0%, var(--ud-green) 48%, #245a40 100%);
  overflow: hidden;
}

.ud-cover__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    repeating-linear-gradient(45deg, #fff 0, #fff 1px, transparent 0, transparent 12px);
  pointer-events: none;
}

.ud-cover__inner {
  position: relative;
  z-index: 1;
  color: var(--ud-cream);
}

.ud-cover__brand {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.ud-cover__sigle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 2px solid var(--ud-gold);
  border-radius: 12px;
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--ud-gold-light);
  flex-shrink: 0;
}

.ud-cover__eyebrow {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ud-gold-light);
}

.ud-cover__title {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 0.95;
  color: var(--ud-cream);
}

.ud-cover__title em {
  display: block;
  font-style: italic;
  color: var(--ud-gold-light);
}

.ud-cover__slogan {
  margin: 14px 0 0;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--ud-ochre);
}

.ud-cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}

.ud-cover__stats {
  display: flex;
  gap: 32px;
  margin: 0;
}

.ud-cover__stats dt {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--ud-gold-light);
  margin: 0;
}

.ud-cover__stats dd {
  margin: 4px 0 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}

.ud-cover__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ud-cover__frame {
  width: min(100%, 340px);
  padding: 36px 32px;
  background: rgba(255, 253, 248, 0.95);
  border: 2px solid var(--ud-gold);
  border-radius: var(--ud-radius);
  box-shadow: var(--ud-shadow);
  text-align: center;
  color: var(--ud-green-deep);
}

.ud-cover__frame-label {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ud-gold);
  margin-bottom: 10px;
}

.ud-cover__frame strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.ud-cover__frame p {
  margin: 0;
  font-size: 14px;
  color: var(--ud-muted);
  line-height: 1.5;
}

/* Rayons accueil */
.ud-rays {
  padding: 56px 24px 48px;
  max-width: var(--container, 1160px);
  margin: 0 auto;
}

.ud-rays__head {
  text-align: center;
  margin-bottom: 32px;
}

.ud-rays__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}

.ud-ray-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 20px 18px;
  background: var(--ud-paper);
  border: 1px solid var(--ud-line);
  border-radius: var(--ud-radius);
  text-decoration: none;
  color: var(--ud-green-deep);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ud-ray-card:hover {
  transform: translateY(-3px);
  border-color: var(--ud-gold);
  box-shadow: var(--ud-shadow);
}

.ud-ray-card__emoji {
  font-size: 1.6rem;
}

.ud-ray-card strong {
  font-family: "Fraunces", serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ud-ray-card__arrow {
  margin-top: auto;
  font-size: 14px;
  color: var(--ud-ochre);
}

.catalog-phares__cta {
  text-align: center;
  margin-top: 28px;
}

/* Marquee */
.ud-marquee {
  overflow: hidden;
  padding: 18px 0;
  background: var(--ud-green-deep);
  border-block: 2px solid var(--ud-gold);
}

.ud-marquee__track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: ud-marquee 28s linear infinite;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ud-gold-light);
}

@keyframes ud-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Sélection accueil */
.ud-selection {
  padding: 56px 24px;
  max-width: var(--container, 1160px);
  margin: 0 auto;
}

.ud-selection__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.ud-selection__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}

/* Panneaux */
.ud-panel {
  padding: 56px 24px;
}

.ud-panel--green {
  background: linear-gradient(165deg, var(--ud-green-deep), var(--ud-green));
  color: var(--ud-cream);
}

.ud-panel--green .section-title,
.ud-panel--green .section-eyebrow {
  color: var(--ud-cream) !important;
}

.ud-panel--green .section-title em {
  color: var(--ud-gold-light) !important;
}

.ud-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--container, 1160px);
  margin: 0 auto 28px;
}

.ud-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  max-width: var(--container, 1160px);
  margin: 0 auto;
}

.ud-card {
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(248, 244, 235, 0.15);
  border-radius: var(--ud-radius);
  padding: 24px;
}

.ud-card__emoji {
  font-size: 2rem;
}

.ud-card__kind {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ud-gold);
  margin: 8px 0;
}

.ud-card h3 a {
  color: var(--ud-cream);
  font-family: "Fraunces", serif;
  text-decoration: none;
}

.ud-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-weight: 700;
}

.ud-card__foot a {
  color: var(--ud-gold-light);
  text-decoration: none;
}

/* CTA final */
.ud-cta {
  padding: 72px 24px;
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(201, 168, 76, 0.15), transparent),
    var(--ud-cream-dark);
  text-align: center;
}

.ud-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}

.ud-cta h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--ud-green-deep);
  margin: 0 0 12px;
  line-height: 1.1;
}

.ud-cta h2 em {
  font-style: italic;
  color: var(--ud-ochre);
}

.ud-cta p {
  color: var(--ud-muted);
  margin: 0 0 24px;
}

.ud-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ud-cta .ud-btn--outline {
  border-color: var(--ud-green);
  color: var(--ud-green-deep);
}

/* Boutique — rayons PDF */
.site-catalog-ud .boutique-hero--catalog {
  background: linear-gradient(135deg, var(--ud-green-deep) 0%, var(--ud-green) 55%, var(--ud-green-soft) 100%);
  border-radius: 0 0 var(--ud-radius) var(--ud-radius);
  padding: 88px 32px 48px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.site-catalog-ud .boutique-hero--catalog::after {
  content: "LABELAFRIK";
  position: absolute;
  right: -0.05em;
  bottom: -0.15em;
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  letter-spacing: 0.08em;
}

.catalog-rayon {
  margin-bottom: 48px;
}

.catalog-rayon__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 20px;
  border-bottom: 3px solid var(--ud-gold);
  margin-bottom: 20px;
}

.catalog-rayon__title {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ud-green-deep);
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-rayon__count {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ud-muted);
}

@media (max-width: 900px) {
  .home-hero {
    min-height: auto;
    padding: 84px 20px 32px;
  }

  .home-hero__wrap {
    min-height: auto;
    gap: 28px;
  }

  .home-hero__grid {
    grid-template-columns: 1fr;
  }

  .home-hero__stage {
    order: -1;
    min-height: 340px;
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
  }

  .home-hero__orbit-item {
    width: 60px;
    height: 60px;
  }

  .home-hero__orbit-item--1 { top: -4px; right: 0; }
  .home-hero__orbit-item--2 { right: -8px; }
  .home-hero__orbit-item--3 { left: -8px; }
  .home-hero__orbit-item--4 { bottom: -4px; right: 20%; }

  .home-hero__foot {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__stats {
    justify-content: center;
  }

  .home-hero__scroll {
    text-align: center;
  }

  .ud-cover {
    grid-template-columns: 1fr;
    padding: 96px 24px 48px;
    min-height: auto;
  }

  .ud-cover__visual {
    order: -1;
  }

  .ud-cover__stats {
    gap: 20px;
  }

  .site-catalog-ud .boutique-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .home-hero__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero__trust li {
    font-size: 10px;
    padding: 6px 10px;
  }

  .home-hero__stat {
    flex: 1;
    min-width: 0;
    padding: 12px 10px;
  }

  .home-hero__stat dt {
    font-size: 1.35rem;
  }

  .home-hero__quick a {
    font-size: 11px;
    padding: 7px 11px;
  }

  .ud-rays__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ud-cover__brand {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ud-cover__actions {
    justify-content: center;
  }
}
