/* ═══════════════════════════════════════════
   YUMI BEAUTY — BORNE INTERACTIVE
   style.css  |  1080 × 1920 px  |  Touch-first
═══════════════════════════════════════════ */

/* ── Variables ── */
:root {
  /* Couleurs brand YUMI */
  --noir:        #1A1612;
  --noir-soft:   #2C2620;
  --beige:       #F5EFE8;
  --beige-mid:   #EDE4D8;
  --beige-dark:  #D6C9B8;
  --or:          #C9A96E;
  --or-light:    #E8D4A8;
  --or-dark:     #9A7840;
  --blanc:       #FFFFFF;
  --gris-clair:  #F8F5F1;
  --texte:       #1A1612;
  --texte-soft:  #8A7A6A;
  --texte-mid:   #5A4A3A;
  --vert-bio:    #6B8C6B;
  --rouge-promo: #C0392B;

  /* Borne */
  --w: 1080px;
  --h: 1920px;
  --radius: 20px;
  --radius-lg: 32px;
  --radius-xl: 48px;
  --touch-min: 80px;   /* hauteur minimale zone tactile */

  /* Ombres */
  --shadow-sm:  0 4px 16px rgba(26,22,18,0.10);
  --shadow:     0 8px 32px rgba(26,22,18,0.14);
  --shadow-lg:  0 16px 56px rgba(26,22,18,0.20);
  --shadow-or:  0 8px 32px rgba(201,169,110,0.30);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 20px;          /* base sur 1080px — ajuster si autre résolution */
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--noir);
  color: var(--texte);
  width: var(--w);
  min-height: var(--h);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  user-select: none;        /* pas de sélection accidentelle */
  cursor: default;
}

/* ── Typographie ── */
h1, h2, h3, h4, h5, .serif {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
}

.logo-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 8px;
  font-size: 2.2rem;
  color: var(--blanc);
}

.logo-sub {
  font-size: 0.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--or);
  display: block;
  text-align: center;
  margin-top: -4px;
}

/* ────────────────────────────────────
   HEADER / NAVBAR BORNE
──────────────────────────────────── */
.borne-header {
  width: 100%;
  padding: 28px 48px 22px;
  background: var(--noir);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(201,169,110,0.18);
}

.header-logo { text-align: center; }

.header-action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,169,110,0.12);
  border: 1.5px solid rgba(201,169,110,0.3);
  border-radius: 50px;
  padding: 14px 24px;
  color: var(--or);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  min-height: var(--touch-min);
  min-width: 120px;
  justify-content: center;
}

.header-action-btn:hover,
.header-action-btn:active { background: rgba(201,169,110,0.22); color: var(--or-light); }

.header-action-btn i { font-size: 1.1rem; }

.cart-badge {
  background: var(--or);
  color: var(--noir);
  border-radius: 50%;
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem;
  font-weight: 700;
  margin-left: 4px;
}

/* ────────────────────────────────────
   BOUTONS TACTILES
──────────────────────────────────── */
.btn-touch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: var(--touch-min);
  padding: 0 44px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.18s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.btn-touch:active { transform: scale(0.97); }

.btn-or {
  background: var(--or);
  color: var(--noir);
  box-shadow: var(--shadow-or);
}
.btn-or:hover, .btn-or:active { background: var(--or-dark); color: var(--blanc); }

.btn-outline-or {
  background: transparent;
  color: var(--or);
  border: 2px solid var(--or);
}
.btn-outline-or:hover, .btn-outline-or:active { background: rgba(201,169,110,0.12); }

.btn-blanc {
  background: var(--blanc);
  color: var(--noir);
}
.btn-blanc:hover, .btn-blanc:active { background: var(--beige); }

.btn-noir {
  background: var(--noir);
  color: var(--blanc);
  border: 2px solid rgba(255,255,255,0.2);
}
.btn-noir:hover { background: var(--noir-soft); }

.btn-full { width: 100%; }

.btn-lg-touch {
  min-height: 100px;
  font-size: 1rem;
  border-radius: 24px;
  padding: 0 48px;
}

/* ────────────────────────────────────
   PAGE BODY
──────────────────────────────────── */
.page-body {
  min-height: calc(var(--h) - 110px - 120px);
  background: var(--beige);
}

/* ────────────────────────────────────
   NAVBAR BAS (navigation tactile principale)
──────────────────────────────────── */
.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: var(--w);
  background: var(--noir);
  border-top: 1px solid rgba(201,169,110,0.18);
  display: flex;
  z-index: 200;
  height: 120px;
}

.bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--texte-soft);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.bottom-nav-item.active,
.bottom-nav-item:active { color: var(--or); }

.bottom-nav-item.active::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 3px;
  background: var(--or);
  border-radius: 0 0 4px 4px;
}

.bottom-nav-item i { font-size: 1.5rem; }
.bottom-nav-item span { font-size: 0.6rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }

/* ────────────────────────────────────
   HERO / ACCUEIL
──────────────────────────────────── */
.hero-borne {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: var(--noir);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(26,22,18,0.3) 0%, rgba(26,22,18,0.0) 30%, rgba(26,22,18,0.0) 55%, rgba(26,22,18,0.85) 100%),
    url('assets/img/hero-bg.jpg') center/cover no-repeat;
}

.hero-content {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  padding: 60px 60px 70px;
  text-align: center;
}

.hero-eyebrow {
  font-size: 0.6rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: var(--or);
  opacity: 0.5;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem;
  font-weight: 300;
  color: var(--blanc);
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.hero-title em {
  font-style: italic;
  color: var(--or-light);
}

.hero-subtitle {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 44px;
  line-height: 1.7;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ────────────────────────────────────
   SECTIONS HOMEPAGE
──────────────────────────────────── */
.section-borne {
  padding: 64px 48px;
}

.section-label {
  font-size: 0.55rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--or);
  opacity: 0.3;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--texte);
  margin-bottom: 8px;
  line-height: 1.2;
}

.section-sub {
  font-size: 0.7rem;
  color: var(--texte-soft);
  line-height: 1.7;
  margin-bottom: 40px;
}

/* ────────────────────────────────────
   CARDS UNIVERS (grille tactile)
──────────────────────────────────── */
.univers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.univers-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 320px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s;
}

.univers-card:active { transform: scale(0.98); }

.univers-card.full-width {
  grid-column: 1 / -1;
  height: 360px;
}

.univers-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.univers-card:active .univers-card-bg { transform: scale(1.03); }

.univers-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,22,18,0.1) 0%, rgba(26,22,18,0.72) 100%);
}

.univers-card-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 32px;
}

.univers-card-badge {
  display: inline-block;
  font-size: 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(201,169,110,0.25);
  border: 1px solid var(--or);
  color: var(--or-light);
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.univers-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--blanc);
  line-height: 1.2;
  margin-bottom: 6px;
}

.univers-card-sub {
  font-size: 0.6rem;
  color: rgba(255,255,255,0.65);
}

.univers-card-arrow {
  position: absolute;
  top: 20px; right: 20px;
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: var(--blanc);
  font-size: 1rem;
}

/* ────────────────────────────────────
   PRODUITS CARDS
──────────────────────────────────── */
.products-scroll {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 4px 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.products-scroll::-webkit-scrollbar { display: none; }

.product-card {
  flex: 0 0 300px;
  background: var(--blanc);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  scroll-snap-align: start;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.product-card:active { transform: scale(0.97); box-shadow: var(--shadow); }

.product-card-img {
  width: 100%;
  height: 280px;
  background: var(--beige);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-promo {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--rouge-promo);
  color: var(--blanc);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

.product-card-new {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--or);
  color: var(--noir);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

.product-card-body {
  padding: 22px 22px 24px;
}

.product-card-gamme {
  font-size: 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 6px;
}

.product-card-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--texte);
  margin-bottom: 12px;
  line-height: 1.3;
}

.product-card-prix {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.prix-actuel {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--texte);
}

.prix-barre {
  font-size: 0.7rem;
  color: var(--texte-soft);
  text-decoration: line-through;
}

.product-card-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--or);
  border: none;
  display: flex; align-items: center; justify-content: center;
  color: var(--noir);
  font-size: 1rem;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
  transition: all 0.2s;
}
.product-card-btn:active { transform: scale(0.9); background: var(--or-dark); }

/* ────────────────────────────────────
   PAGE UNIVERS
──────────────────────────────────── */
.univers-hero {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.univers-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.univers-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26,22,18,0.4) 0%, rgba(26,22,18,0.75) 100%);
}

.univers-hero-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 48px;
}

.univers-filters {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.filter-chip {
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 1.5px solid var(--beige-dark);
  background: var(--blanc);
  color: var(--texte-soft);
  transition: all 0.18s;
  min-height: var(--touch-min);
  -webkit-tap-highlight-color: transparent;
}

.filter-chip.active,
.filter-chip:active {
  background: var(--noir);
  color: var(--or);
  border-color: var(--noir);
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* ────────────────────────────────────
   PAGE PRODUIT DÉTAIL
──────────────────────────────────── */
.product-detail-img {
  width: 100%;
  height: 560px;
  background: var(--beige);
  position: relative;
  overflow: hidden;
}

.product-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-thumbs {
  display: flex;
  gap: 14px;
  padding: 20px 48px;
  background: var(--blanc);
}

.thumb {
  width: 90px; height: 90px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}

.thumb.active { border-color: var(--or); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }

.product-detail-body {
  padding: 40px 48px;
}

.product-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.star { color: var(--or); font-size: 1rem; }
.star-count { font-size: 0.65rem; color: var(--texte-soft); }

.product-detail-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--texte);
  margin-bottom: 10px;
  line-height: 1.25;
}

.product-detail-tagline {
  font-size: 0.7rem;
  color: var(--texte-soft);
  font-style: italic;
  margin-bottom: 28px;
  line-height: 1.6;
}

.product-detail-prix {
  font-size: 2rem;
  font-weight: 700;
  color: var(--texte);
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.product-detail-prix .old-price {
  font-size: 1rem;
  font-weight: 400;
  color: var(--texte-soft);
  text-decoration: line-through;
}

.product-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.badge-borne {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.55rem;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.badge-borne.vert { background: rgba(107,140,107,0.12); color: var(--vert-bio); border: 1px solid rgba(107,140,107,0.3); }
.badge-borne.or   { background: rgba(201,169,110,0.12); color: var(--or-dark); border: 1px solid rgba(201,169,110,0.3); }
.badge-borne.noir { background: rgba(26,22,18,0.08); color: var(--texte-mid); border: 1px solid rgba(26,22,18,0.15); }

.accordion-item-borne {
  border-bottom: 1px solid var(--beige-dark);
}

.accordion-trigger {
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--texte);
  letter-spacing: 0.5px;
  min-height: var(--touch-min);
  -webkit-tap-highlight-color: transparent;
}

.accordion-trigger i { color: var(--or); font-size: 0.9rem; transition: transform 0.2s; }
.accordion-trigger.open i { transform: rotate(45deg); }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion-content.open { max-height: 600px; }

.accordion-inner {
  padding: 0 0 24px;
  font-size: 0.65rem;
  color: var(--texte-soft);
  line-height: 1.8;
}

/* ── Quantité selector ── */
.qty-selector {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--beige);
  border-radius: 50px;
  overflow: hidden;
  border: 1.5px solid var(--beige-dark);
}

.qty-btn {
  width: 72px; height: 72px;
  background: none;
  border: none;
  font-size: 1.2rem;
  color: var(--texte);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.qty-btn:active { background: var(--beige-dark); }

.qty-value {
  width: 72px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--texte);
}

/* ────────────────────────────────────
   PAGE PANIER
──────────────────────────────────── */
.cart-empty {
  text-align: center;
  padding: 120px 48px;
}

.cart-empty-icon {
  width: 120px; height: 120px;
  border-radius: 50%;
  background: var(--beige-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem;
  color: var(--or);
  margin: 0 auto 32px;
}

.cart-item {
  background: var(--blanc);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
}

.cart-item-img {
  width: 120px; height: 120px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--beige);
  flex-shrink: 0;
}

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

.cart-item-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem;
  color: var(--or);
}

.cart-item-info { flex: 1; }

.cart-item-gamme {
  font-size: 0.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 6px;
}

.cart-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--texte);
  margin-bottom: 16px;
  line-height: 1.3;
}

.cart-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-item-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--texte);
}

.cart-remove-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(192,57,43,0.08);
  border: 1.5px solid rgba(192,57,43,0.2);
  color: var(--rouge-promo);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.18s;
  -webkit-tap-highlight-color: transparent;
}
.cart-remove-btn:active { background: rgba(192,57,43,0.18); }

/* ── Récap commande ── */
.cart-summary {
  background: var(--noir);
  border-radius: var(--radius-lg);
  padding: 36px;
  margin-top: 8px;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.65);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cart-summary-row:last-of-type { border-bottom: none; }

.cart-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(201,169,110,0.3);
  margin-top: 8px;
}

.cart-total-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: var(--blanc);
}

.cart-total-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--or);
}

/* ── Modes livraison ── */
.livraison-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.livraison-option {
  background: var(--blanc);
  border: 2px solid var(--beige-dark);
  border-radius: var(--radius);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  min-height: var(--touch-min);
  transition: all 0.18s;
  -webkit-tap-highlight-color: transparent;
}

.livraison-option.selected {
  border-color: var(--or);
  background: rgba(201,169,110,0.06);
}

.livraison-radio {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 2px solid var(--beige-dark);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all 0.18s;
}

.livraison-option.selected .livraison-radio {
  border-color: var(--or);
  background: var(--or);
}

.livraison-option.selected .livraison-radio::after {
  content: '';
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--blanc);
}

.livraison-icon { font-size: 1.3rem; color: var(--or); flex-shrink: 0; }
.livraison-label { font-size: 0.75rem; font-weight: 500; color: var(--texte); }
.livraison-detail { font-size: 0.6rem; color: var(--texte-soft); margin-top: 2px; }
.livraison-price { margin-left: auto; font-size: 0.75rem; font-weight: 600; color: var(--texte); }

/* ── QR Code / Paiement ── */
.qr-zone {
  text-align: center;
  padding: 48px;
  background: var(--blanc);
  border-radius: var(--radius-lg);
}

.qr-placeholder {
  width: 260px; height: 260px;
  margin: 0 auto 28px;
  border: 3px solid var(--noir);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 6rem;
  color: var(--beige-dark);
  position: relative;
  overflow: hidden;
}

/* QR code simulé */
.qr-placeholder::after {
  content: '';
  position: absolute;
  inset: 14px;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(26,22,18,0.08) 8px, rgba(26,22,18,0.08) 9px),
    repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(26,22,18,0.08) 8px, rgba(26,22,18,0.08) 9px);
}

/* ────────────────────────────────────
   ÉCRAN DE VEILLE
──────────────────────────────────── */
.screensaver {
  position: fixed;
  inset: 0;
  width: var(--w);
  height: var(--h);
  z-index: 1000;
  background: var(--noir);
  display: none;
}

.screensaver.active { display: block; }

.screensaver-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.screensaver-slide.active { opacity: 1; }

.screensaver-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: kenburns 8s ease-in-out alternate infinite;
}

@keyframes kenburns {
  from { transform: scale(1.0); }
  to   { transform: scale(1.08); }
}

.screensaver-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26,22,18,0.5) 0%,
    rgba(26,22,18,0.1) 40%,
    rgba(26,22,18,0.1) 60%,
    rgba(26,22,18,0.75) 100%
  );
}

.screensaver-logo {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.screensaver-bottom {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  padding: 60px;
  text-align: center;
}

.screensaver-tap {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  padding: 22px 44px;
  color: var(--blanc);
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  animation: pulse-tap 2.5s ease-in-out infinite;
}

@keyframes pulse-tap {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50%       { opacity: 1;   transform: scale(1.03); }
}

.screensaver-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.screensaver-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  transition: all 0.3s;
}

.screensaver-dot.active {
  background: var(--or);
  width: 28px;
  border-radius: 4px;
}

/* ────────────────────────────────────
   DIVERS / UTILITAIRES
──────────────────────────────────── */
.divider-or {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--or), transparent);
  margin: 0 48px;
  opacity: 0.4;
}

.made-in-france {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.55rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--texte-soft);
}

.made-in-france .flag { font-size: 1rem; }

.tag-naturel {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(107,140,107,0.1);
  color: var(--vert-bio);
  border: 1px solid rgba(107,140,107,0.25);
}

/* Scrollbar masquée sur borne */
* { scrollbar-width: none; }
*::-webkit-scrollbar { display: none; }

/* Animations entrée */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.anim-up { animation: fadeSlideUp 0.5s ease both; }
.anim-up-1 { animation-delay: 0.1s; }
.anim-up-2 { animation-delay: 0.2s; }
.anim-up-3 { animation-delay: 0.3s; }
.anim-up-4 { animation-delay: 0.4s; }
