/* ============================================================
   VARIABLES
   ============================================================ */
:root {
  --gold:       #C9A96E;
  --gold-light: #E8D5B0;
  --noir:       #0F0F0F;
  --creme:      #FAF8F4;
  --gris:       #6B6B6B;
}

/* ============================================================
   BASE
   ============================================================ */
body {
  background: var(--creme);
  font-family: 'Jost', sans-serif;
}

.font-display { font-family: 'Cormorant Garamond', serif; }
.font-body    { font-family: 'Jost', sans-serif; }

/* ============================================================
   BOUTONS
   ============================================================ */
.btn-gold {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .78rem;
  padding: .85rem 2.2rem;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-gold:hover {
  background: var(--gold);
  color: var(--noir);
}

.btn-noir {
  background: var(--noir);
  border: 1px solid var(--noir);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .78rem;
  padding: .85rem 2.2rem;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-noir:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--noir);
}

.link-gold       { color: var(--gold); }
.link-gold:hover { color: var(--gold-light); }

.btn-gold--ghost {
  border-color: rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .7);
}
.btn-gold--ghost:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}
.btn-gold--lg {
  font-size: .85rem;
  padding: 1rem 2.8rem;
}

/* ============================================================
   UTILITAIRES
   ============================================================ */
.section-label {
  font-family: 'Jost', sans-serif;
  font-size: .7rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-label::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.section-label.justify-content-center::before {
  display: none;
}

.section-creme { background: var(--creme); }
.section-white { background: #fff; }
.py-section    { padding: 3rem 0; }

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  color: var(--noir);
}

.gold-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin: 0 auto;
}
.gold-divider::before,
.gold-divider::after {
  content: '';
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: var(--gold);
  opacity: .5;
}
.gold-ornament {
  color: var(--gold);
  font-size: .9rem;
}

/* ============================================================
   NAVBAR LUXE
   ============================================================ */
.navbar-luxe {
  background: rgba(15, 15, 15, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 169, 110, .15);
  z-index: 1030;
}
.navbar-luxe-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 2rem;
}
.navbar-luxe-brand {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .05em;
  flex-shrink: 0;
}
.navbar-luxe-brand:hover { color: var(--gold); }

.navbar-luxe-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: .25rem;
  align-items: center;
}
.navbar-luxe-link {
  font-family: 'Jost', sans-serif;
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
  padding: .5rem .9rem;
  border-radius: .25rem;
  transition: color .2s ease, background .2s ease;
}
.navbar-luxe-link:hover,
.navbar-luxe-link.active {
  color: var(--gold);
  background: rgba(201, 169, 110, .08);
}
.navbar-luxe-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-shrink: 0;
}
.navbar-luxe-cart {
  position: relative;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  padding: .4rem;
  transition: color .2s;
}
.navbar-luxe-cart:hover { color: var(--gold); }
.navbar-luxe-cart-badge {
  position: absolute;
  top: 0; right: 0;
  background: var(--gold);
  color: var(--noir);
  font-size: .6rem;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler-luxe {
  background: none;
  border: none;
  /* Zone de tap 44px min (standard accessibilité mobile) */
  padding: .75rem;
  min-width: 44px;
  min-height: 44px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.navbar-toggler-luxe span {
  display: block;
  width: 22px; height: 1px;
  background: rgba(255, 255, 255, .7);
  transform-origin: center;
  transition: all .3s ease;
}

/* Burger → croix quand le menu est ouvert */
.navbar-toggler-luxe[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.navbar-toggler-luxe[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.navbar-toggler-luxe[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.navbar-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 1rem 0 1.5rem;
  border-top: 1px solid rgba(201, 169, 110, .15);
}
.navbar-mobile-nav li a {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
  padding: .65rem 0;
  transition: color .2s;
  text-align: center;
}
.navbar-mobile-nav li a:hover { color: var(--gold); }

/* Avatar utilisateur — cercle gold avec initiale */
.navbar-user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: background .25s ease, color .25s ease;
}
.navbar-user-avatar:hover,
.navbar-user-avatar[aria-expanded="true"] {
  background: var(--gold);
  color: var(--noir);
}
/* Suppression de la flèche Bootstrap générée par .dropdown-toggle */
.navbar-user-avatar::after {
  display: none;
}

/* ============================================================
   BRAND MARK (partagé navbar + footer)
   ============================================================ */
.brand-mark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: rgba(201, 169, 110, .1);
  color: var(--gold);
  font-weight: 800;
}

/* ============================================================
   HERO HOME
   ============================================================ */
.hero {
  min-height: 95vh;
  background: var(--noir);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('/images/heroBg.png') center/cover no-repeat;
  opacity: .35;
  transform: scale(1.05);
  transition: transform 8s ease;
}
.hero:hover .hero-bg {
  transform: scale(1);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-line {
  display: block;
  width: 1px;
  height: 80px;
  background: var(--gold);
  margin: 0 auto 2rem;
  animation: growLine .8s ease forwards;
}
@keyframes growLine {
  from { height: 0; opacity: 0; }
  to   { height: 80px; opacity: 1; }
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.hero-title em {
  color: var(--gold);
  font-style: italic;
}
.hero-subtitle {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .8rem;
  color: var(--gold-light);
}

/* ============================================================
   CARTES CATÉGORIES (Home)
   ============================================================ */
.cat-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
  filter: brightness(.65);
}
.cat-card:hover img {
  transform: scale(1.08);
  filter: brightness(.5);
}
.cat-card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, .8));
  color: #fff;
}
.cat-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: .5rem;
}
.cat-card-desc {
  font-family: 'Jost', sans-serif;
  font-size: .8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .75);
  line-height: 1.7;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all .4s ease .1s;
}
.cat-card:hover .cat-card-desc {
  opacity: 1;
  transform: translateY(0);
}
.cat-card-link {
  font-family: 'Jost', sans-serif;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(8px);
  transition: all .4s ease .2s;
}
.cat-card:hover .cat-card-link {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   CARTES PRODUITS (partagé — boutique + accueil)
   ============================================================ */
.product-card {
  background: #fff;
  border: none;
  transition: transform .3s ease, box-shadow .3s ease;
  text-decoration: none;
  display: block;
  color: inherit;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .1) !important;
}
/* Règle générique (hors wrapper) conservée pour retrocompatibilité */
.product-card img,
.product-card-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.product-card:hover img {
  transform: scale(1.04);
}
.product-card-img--placeholder {
  height: 190px;
  background: rgba(0, 0, 0, .03);
}
.product-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--gold);
}
.product-show-img {
  height: auto;
  max-height: 70vw;
  width: 100%;
  object-fit: cover;
  display: block;
}
.product-category-label {
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--gris);
  margin-bottom: .25rem;
}
.product-card-name {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: .5rem;
}

/* Wrapper ratio fixe 3/4 (boutique) */
.product-card-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}
.product-card-img-wrapper .product-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.product-card:hover .product-card-img-wrapper .product-card-img {
  transform: scale(1.06);
}
.product-card-img-wrapper .product-card-img--placeholder {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .03);
}

/* Badge "Nouveau" */
.product-badge-new {
  position: absolute;
  top: .75rem;
  left: .75rem;
  background: var(--gold);
  color: var(--noir);
  font-family: 'Jost', sans-serif;
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: .25rem .7rem;
  border-radius: 2rem;
  pointer-events: none;
  z-index: 2;
}

/* Overlay "Ajouter au panier" au survol */
.product-card-action {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, .45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.25rem;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 3;
}
.product-card:hover .product-card-action {
  opacity: 1;
}
.btn-add-cart {
  font-family: 'Jost', sans-serif;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  background: #fff;
  color: var(--noir);
  border: none;
  border-radius: 2rem;
  padding: .6rem 1.4rem;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  white-space: nowrap;
}
.btn-add-cart:hover {
  background: var(--gold);
  color: var(--noir);
  transform: translateY(-2px);
}

/* ============================================================
   HOME — Section À propos
   ============================================================ */
.about-section {
  background: var(--noir);
}
.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1.4;
}
.about-quote span {
  color: var(--gold);
}
.about-frame {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  border: 1px solid rgba(201, 169, 110, .3);
  border-radius: .375rem;
  pointer-events: none;
  z-index: -1;
}
.about-img-wrapper { position: relative; display: inline-block; width: 100%; }
.about-img         { width: 100%; aspect-ratio: 3/4; object-fit: cover; filter: brightness(.85); }
.about-bio         { color: rgba(255,255,255,.6); font-weight: 300; line-height: 1.9; max-width: 480px; }

/* ============================================================
   HOME — Processus créatif
   ============================================================ */
.process-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1;
}
.process-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.process-divider {
  width: 1px;
  height: 60px;
  background: var(--gold);
  margin: 1.5rem auto;
  opacity: .4;
}
.process-desc { color: var(--gris); font-weight: 300; line-height: 1.8; font-size: .9rem; max-width: 260px; }

/* ============================================================
   HOME — Newsletter
   ============================================================ */
.newsletter-section {
  background: var(--noir);
  position: relative;
  overflow: hidden;
}
.newsletter-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, .08) 0%, transparent 70%);
}
.newsletter-content  { position: relative; z-index: 2; }
.newsletter-title    { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 300; color: #fff; }
.newsletter-title em { color: var(--gold); }
.newsletter-desc     { color: rgba(255,255,255,.5); font-weight: 300; max-width: 420px; }
.newsletter-legal    { color: rgba(255,255,255,.25); font-size: .75rem; letter-spacing: .05em; }

.newsletter-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(201, 169, 110, .2);
  border-radius: 1rem;
  padding: 1.5rem;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: relative;
  z-index: 2;
}
.newsletter-card-input {
  width: 100%;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(201, 169, 110, .2);
  border-radius: .5rem;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: .9rem;
  padding: .85rem 1.2rem;
  outline: none;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.newsletter-card-input::placeholder {
  color: rgba(255, 255, 255, .3);
}
.newsletter-card-input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, .1);
}
.newsletter-card-btn {
  width: 100%;
  text-align: center;
}

/* ============================================================
   HOME — CTA final (section sur image)
   ============================================================ */
.cta-section {
  background: url('/images/women.png') center/cover no-repeat;
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .65);
}
.cta-content {
  position: relative;
  z-index: 2;
}
.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
}
.cta-title em {
  color: var(--gold);
}
/* Section-label sur fond image sombre : gold-light pour contraste */
.cta-section-label {
  color: var(--gold-light);
}

/* ============================================================
   PAGE HERO — Variante pages intérieures (About, Contact…)
   ============================================================ */
.page-hero {
  min-height: 38vh;
  background: var(--noir);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.page-hero-content {
  position: relative;
  z-index: 2;
}
.page-hero-desc {
  max-width: 440px;
  font-weight: 300;
  line-height: 1.8;
  font-size: .95rem;
  color: rgba(255, 255, 255, .5);
  margin: 0 auto;
}
/* Variante encore plus courte (page Contact) */
.page-hero--short {
  min-height: 35vh;
}

/* ============================================================
   PLACEHOLDERS IMAGE
   Fond doré translucide + bordure pointillée gold.
   ============================================================ */
.img-placeholder {
  background: rgba(201, 169, 110, .05);
  border: 1px dashed rgba(201, 169, 110, .3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  border-radius: .375rem;
  width: 100%;
}
.img-placeholder-label {
  font-family: 'Jost', sans-serif;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: .65;
}

/* ============================================================
   BOUTIQUE — Hero court
   ============================================================ */
/* Halo doré centré — utilisable dans n'importe quel .page-hero */
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(201, 169, 110, .08) 0%, transparent 65%);
  pointer-events: none;
}

/* ============================================================
   BOUTIQUE — Filtres catégorie
   ============================================================ */
.shop-filter-btn {
  font-family: 'Jost', sans-serif;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gris);
  border: 1px solid rgba(107, 107, 107, .3);
  border-radius: 2rem;
  padding: .4rem 1.1rem;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
  white-space: nowrap;
}
.shop-filter-btn:hover {
  color: var(--noir);
  border-color: var(--noir);
}
.shop-filter-btn--active {
  color: #fff;
  background: var(--noir);
  border-color: var(--noir);
}

/* ============================================================
   BOUTIQUE — Boutons tri
   ============================================================ */
.shop-sort-btn {
  width: 34px;
  height: 34px;
  border-radius: .35rem;
  border: 1px solid rgba(107, 107, 107, .25);
  color: var(--gris);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.shop-sort-btn:hover {
  color: var(--noir);
  border-color: var(--noir);
}
.shop-sort-btn--active {
  color: var(--gold);
  border-color: var(--gold);
  background: rgba(201, 169, 110, .08);
}

/* ============================================================
   BOUTIQUE — Compteur, breadcrumb, titre, séparateur
   ============================================================ */
.shop-count {
  font-family: 'Jost', sans-serif;
  font-size: .78rem;
  font-weight: 300;
  color: var(--gris);
  letter-spacing: .06em;
  white-space: nowrap;
}

.shop-breadcrumb {
  --bs-breadcrumb-divider: '›';
  font-family: 'Jost', sans-serif;
  font-size: .78rem;
  font-weight: 300;
  color: var(--gris);
}
.shop-breadcrumb .breadcrumb-item a {
  color: var(--gris);
  text-decoration: none;
  transition: color .2s ease;
}
.shop-breadcrumb .breadcrumb-item a:hover        { color: var(--gold); }
.shop-breadcrumb .breadcrumb-item.active         { color: var(--gold); }
.shop-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: var(--gris); }

.shop-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 300;
  color: var(--noir);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding-bottom: .75rem;
  margin-bottom: 1.5rem;
}

.shop-gold-separator {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.shop-gold-separator::before,
.shop-gold-separator::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  opacity: .5;
}
.shop-gold-separator-icon {
  color: var(--gold);
  font-size: .85rem;
  flex-shrink: 0;
}

/* ============================================================
   FICHE PRODUIT — shop/show.html.twig
   ============================================================ */

/* Fil d'Ariane */
.product-breadcrumb-link {
  color: var(--gris);
  font-size: .8rem;
  letter-spacing: .05em;
  text-decoration: none;
  transition: color .2s ease;
}
.product-breadcrumb-link:hover { color: var(--gold); }

.product-breadcrumb-sep {
  color: var(--gris);
  margin: 0 .5rem;
}

.product-breadcrumb-current {
  color: var(--noir);
  font-size: .8rem;
}

/* Titre, prix, séparateur doré */
.product-show-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--noir);
  line-height: 1.1;
}

.product-price--lg { font-size: 2rem; }

.product-show-divider {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 1.5rem;
}

/* Description longue */
.product-show-description {
  color: var(--gris);
  font-weight: 300;
  line-height: 1.9;
}

/* Bloc infos livraison (fond doré translucide) */
.product-info-box {
  background: rgba(201, 169, 110, .07);
  border: 1px solid rgba(201, 169, 110, .2);
}

.product-info-row {
  font-size: .82rem;
  color: var(--gris);
  font-weight: 300;
}

.product-info-row-icon { color: var(--gold); }

/* Image placeholder texte */
.product-img-placeholder-text {
  color: var(--gris);
  font-family: 'Jost', sans-serif;
  font-size: .9rem;
}

/* État vide de la grille produits */
.shop-empty-title {
  font-size: clamp(1.5rem, 5vw, 2rem);
  color: var(--noir);
  font-weight: 300;
}
.shop-empty-text {
  color: var(--gris);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

/* Lien retour boutique */
.product-back-link {
  color: var(--gris);
  font-size: .8rem;
  letter-spacing: .05em;
  text-decoration: none;
  transition: color .2s ease;
}
.product-back-link:hover { color: var(--gold); }

/* ============================================================
   PAGE À PROPOS — Contenu
   ============================================================ */
.about-bio--light {
  color: var(--gris);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  line-height: 1.9;
  max-width: 100%;
}

/* Traits caractéristiques : bordure left gold */
.about-trait-card {
  border-left: 2px solid var(--gold);
  padding-left: 1.5rem;
}
.about-trait-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: .35rem;
}
.about-trait-desc {
  font-family: 'Jost', sans-serif;
  font-size: .88rem;
  font-weight: 300;
  color: var(--gris);
  line-height: 1.8;
  margin-bottom: 0;
}

/* Image atelier */
.about-studio-img {
  width: 100%;
  height: 260px;
  min-height: 260px;
  object-fit: cover;
  border-radius: .375rem;
}
.about-studio-placeholder {
  min-height: 260px;
}

/* Galerie d'aperçu */
.about-gallery-item {
  overflow: hidden;
  border-radius: .375rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.about-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, .1);
}
.about-gallery-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: .375rem;
  transition: transform .5s ease;
}
.about-gallery-item:hover .about-gallery-img {
  transform: scale(1.04);
}
.about-gallery-placeholder  { min-height: 220px; }
.about-gallery-caption-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: .15rem;
}
.about-gallery-caption {
  font-family: 'Jost', sans-serif;
  font-size: .75rem;
  font-weight: 300;
  color: var(--gris);
  letter-spacing: .06em;
}

/* Citation / valeurs (section fond sombre) */
.about-values-blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}
.about-values-blockquote em {
  color: var(--gold);
  font-style: normal;
}
.about-values-author {
  font-family: 'Jost', sans-serif;
  font-size: .72rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: .8;
  font-style: normal;
}

/* ============================================================
   PANIER & TUNNEL DE COMMANDE — cart/, checkout/
   ============================================================ */

/* Titre h1 des pages intérieures (panier, récap, adresse) */
.interior-page-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--noir);
}

/* Message panier vide */
.cart-empty-text {
  color: var(--gris);
  font-size: 1.1rem;
  font-weight: 300;
}

/* Ligne article (séparateur bas) */
.cart-item-row {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

/* Nom du produit dans la ligne article */
.cart-item-name {
  font-size: 1.2rem;
  color: var(--noir);
}

/* Label quantité */
.cart-item-qty {
  color: var(--gris);
  font-size: .85rem;
}

/* Montant sous-total ligne (couleur neutre) */
.cart-item-amount {
  font-size: .9rem;
  color: var(--noir);
}

/* Bouton "Retirer" (reset natif du bouton) */
.cart-remove-btn {
  background: none;
  border: none;
  color: var(--gris);
  font-size: .75rem;
  letter-spacing: .05em;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
  transition: color .2s ease;
}
.cart-remove-btn:hover { color: var(--gold); }

/* Carte blanche récapitulatif / paiement */
.checkout-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
}

/* Titre h2 à l'intérieur de la carte */
.checkout-card-title {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--noir);
}

/* Variante plus petite (page confirmation commande) */
.checkout-card-title--sm {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--noir);
}

/* Texte d'introduction sous le h1 */
.checkout-intro-text {
  color: var(--gris);
  font-weight: 300;
}

/* Lignes secondaires (sous-total, livraison) */
.checkout-row-secondary {
  font-size: .9rem;
  color: var(--gris);
}

/* Séparateur horizontal fin */
.checkout-divider {
  height: 1px;
  background: rgba(0, 0, 0, .07);
  margin-bottom: 1.25rem;
}

/* Ligne total */
.checkout-row-total {
  font-size: 1.3rem;
  color: var(--noir);
}

/* Montant mis en valeur (or) */
.text-gold { color: var(--gold); }

/* ============================================================
   PAGE CONTACT
   ============================================================ */
/* Section principale sur fond crème */
.contact-section-light {
  background: var(--creme);
}

/* Card formulaire */
.contact-card {
  background: #fff;
  border: 1px solid rgba(201, 169, 110, .2);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .06);
}

/* Mention légale */
.contact-legal {
  font-family: 'Jost', sans-serif;
  font-size: .75rem;
  font-weight: 300;
  color: rgba(15, 15, 15, .3);
  letter-spacing: .04em;
}

/* Surcharge des inputs auth-input sur fond clair */
.contact-section-light .auth-input {
  background: #fff;
  border-color: rgba(201, 169, 110, .3);
  color: var(--noir);
}
.contact-section-light .auth-input::placeholder {
  color: rgba(15, 15, 15, .3);
}
.contact-section-light .auth-input:focus {
  background: #fff;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, .1);
}
.contact-section-light .contact-select option {
  background: #fff;
  color: var(--noir);
}
.contact-section-light .auth-label {
  color: var(--gris);
}
.contact-section-light .contact-info-icon {
  background: rgba(201, 169, 110, .1);
  border-color: rgba(201, 169, 110, .25);
}
.contact-section-light .contact-info-value {
  color: var(--gris);
}

/* Liens sociaux sur fond clair (variante de .footer-social-link) */
.contact-social-link {
  color: rgba(15, 15, 15, .45);
  text-decoration: none;
  border: 1px solid rgba(15, 15, 15, .15);
  width: 36px;
  height: 36px;
  border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.contact-social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Items d'information (email, réseaux…) */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.contact-info-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: .5rem;
  background: rgba(201, 169, 110, .08);
  border: 1px solid rgba(201, 169, 110, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.contact-info-label {
  font-family: 'Jost', sans-serif;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: .75;
  margin-bottom: .25rem;
}
.contact-info-value {
  font-family: 'Jost', sans-serif;
  font-size: .88rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
}

/* Select (ChoiceType) : flèche chevron gold */
.contact-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C9A96E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}
.contact-select option {
  background: var(--noir);
  color: #fff;
}

/* Textarea : redimensionnement vertical uniquement */
.contact-textarea {
  resize: vertical;
  min-height: 140px;
}

/* ============================================================
   PAGES LÉGALES (CGV, Mentions, Politique)
   ============================================================ */
.legal-text {
  font-family: 'Jost', sans-serif;
  font-size: .93rem;
  font-weight: 300;
  color: var(--gris);
  line-height: 1.9;
  margin-bottom: 1.25rem;
  overflow-wrap: break-word;
}
.legal-list {
  overflow-wrap: break-word;
}
.legal-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--noir);
  margin-bottom: .6rem;
  margin-top: 0;
}
.legal-list {
  font-family: 'Jost', sans-serif;
  font-size: .93rem;
  font-weight: 300;
  color: var(--gris);
  line-height: 1.9;
  padding-left: 1.4rem;
  margin-bottom: 1.25rem;
}
.legal-list li  { margin-bottom: .4rem; }
.legal-divider  { height: 1px; background: rgba(201, 169, 110, .2); margin: 1.75rem 0; }
.legal-update {
  font-family: 'Jost', sans-serif;
  font-size: .78rem;
  font-weight: 300;
  color: rgba(15, 15, 15, .35);
  letter-spacing: .05em;
  margin: 0;
}

/* ============================================================
   PANIER — Image produit
   ============================================================ */
.cart-product-img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: .375rem;
  display: block;
}
.cart-product-img-placeholder {
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, .04);
  border-radius: .375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-product-img-placeholder span {
  color: var(--gris);
  font-size: .75rem;
  font-family: 'Jost', sans-serif;
}

/* ============================================================
   AUTH — Connexion & Inscription (fond crème, card blanche)
   ============================================================ */
.auth-section {
  min-height: calc(100vh - 70px);
  background: #2C2825;
  display: flex;
  align-items: center;
  padding: 4rem 0;
}
.auth-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 6vw, 2.4rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: .04em;
  margin-bottom: .4rem;
}
.auth-subtitle {
  color: rgba(255, 255, 255, .5);
  font-size: .95rem;
  margin-bottom: 0;
}
.auth-card {
  background: #fff;
  border: 1px solid rgba(201, 169, 110, .25);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 8px 40px rgba(0, 0, 0, .06);
}
.auth-label {
  display: block;
  color: var(--gold);
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .4rem;
}
.auth-input {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: .5rem;
  color: var(--noir);
  font-size: 1rem;
  padding: .75rem 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
  outline: none;
}
.auth-input::placeholder { color: rgba(0, 0, 0, .3); }
.auth-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, .15);
}
.auth-check       { border-color: rgba(201, 169, 110, .5); }
.auth-check:checked { background-color: var(--gold); border-color: var(--gold); }
.auth-check-label { color: var(--gris); font-size: .875rem; }
.auth-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem 0;
  color: rgba(0, 0, 0, .25);
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, .08);
}
.auth-hint  { color: var(--gris); font-size: .875rem; }
.auth-legal { color: rgba(0, 0, 0, .35); font-size: .78rem; }
.auth-card .alert-danger {
  background: rgba(220, 53, 69, .08);
  border-color: rgba(220, 53, 69, .25);
  color: #c0392b;
}

/* ============================================================
   FOOTER 
   ============================================================ */
.footer-luxe {
  background: var(--noir);
  border-top: 1px solid rgba(201, 169, 110, .15);
}
.footer-top { padding: 3rem 0 2rem; }

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .05em;
}
.footer-brand:hover { color: var(--gold); }

.footer-desc {
  font-family: 'Jost', sans-serif;
  font-size: .85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .45);
  line-height: 1.8;
  max-width: 300px;
}
.footer-socials {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.footer-social-link {
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .15);
  width: 36px;
  height: 36px;
  border-radius: .25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.footer-social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.footer-payment-desc {
  font-family: 'Jost', sans-serif;
  font-size: .82rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .4);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}
.footer-payment-badge {
  display: inline-flex;
  align-items: center;
  opacity: .65;
  transition: opacity .25s ease;
}
.footer-payment-badge:hover { opacity: 1; }

.footer-heading {
  font-family: 'Jost', sans-serif;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.footer-links {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  gap: .75rem;
}
.footer-links a {
  font-family: 'Jost', sans-serif;
  font-size: .85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .45);
  text-decoration: none;
  transition: color .2s;
}
.footer-links a:hover { color: var(--gold); }

.footer-payments {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.footer-divider {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: .75rem;
  padding-bottom: 2rem;
}
.footer-copyright {
  font-family: 'Jost', sans-serif;
  font-size: .75rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .25);
  letter-spacing: .05em;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.footer-legal a {
  font-family: 'Jost', sans-serif;
  font-size: .75rem;
  font-weight: 300;
  color: rgba(255, 255, 255, .25);
  text-decoration: none;
  letter-spacing: .05em;
  transition: color .2s;
}
.footer-legal a:hover { color: var(--gold); }

/* ============================================================
   NAVBAR — Lien "Se déconnecter" (couleur danger dans menu mobile)
   ============================================================ */
.navbar-link-logout { color: #dc3545; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Appareils tactiles : hover simulé → éléments toujours visibles */
@media (hover: none) {
  .cat-card-desc,
  .cat-card-link {
    opacity: 1;
    transform: translateY(0);
  }
  .product-card-action {
    opacity: 1;
    background: rgba(15, 15, 15, .35);
  }
}

/* ── ≥ 576px : agrandissement des éléments compacts ──────── */
@media (min-width: 576px) {
  /* Cards auth et contact : padding élargi sur écrans moyens et grands */
  .auth-card    { padding: 2.8rem; }
  .contact-card { padding: 2.8rem; }

  /* Image panier : taille standard rétablie au-delà du très petit mobile */
  .cart-product-img,
  .cart-product-img-placeholder { width: 90px; height: 90px; }
}

/* ── ≥ 768px : mise en page tablette et bureau ───────────── */
@media (min-width: 768px) {
  /* Sections : padding vertical agrandi sur grands écrans */
  .py-section              { padding: 6rem 0; }

  /* Carte catégorie : format portrait (3/4) sur desktop */
  .cat-card                { aspect-ratio: 3/4; }

  /* Image fiche produit : hauteur fixe et max-height désactivée */
  .product-show-img        { height: 520px; max-height: none; }

  /* Hero intérieur : hauteur augmentée */
  .page-hero               { min-height: 48vh; }

  /* Biographie à propos : largeur limitée pour confort de lecture */
  .about-bio--light        { max-width: 480px; }

  /* Galerie et atelier : hauteurs desktop */
  .about-gallery-placeholder { min-height: 280px; }
  .about-studio-placeholder,
  .about-studio-img        { min-height: 420px; height: 420px; }

  /* Newsletter : padding plus généreux */
  .newsletter-card         { padding: 2rem; }

  /* Footer : espacement et disposition horizontale */
  .footer-top              { padding: 5rem 0 3rem; }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 3rem;
    gap: 1rem;
  }
  .footer-legal            { justify-content: flex-start; }
}
