/* =========================================
   BELLERIVE – Maison Horlogère
   Identity Override for Classic Theme
========================================= */

/* ---------- ROOT VARIABLES ---------- */

:root {
  --bellerive-bg: #F4F1EA;
  --bellerive-black: #0B0B0B;
  --bellerive-gold: #C6A75E;
  --bellerive-text: #111111;
  --bellerive-grey: #7A7A7A;
}

/* ---------- GLOBAL ---------- */

body {
  background: var(--bellerive-bg);
  color: var(--bellerive-text);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.02em;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-transform: uppercase;
}

/* ---------- HEADER ---------- */

#header {
  background: var(--bellerive-black);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

#header .header-nav {
  background: var(--bellerive-black);
}

#header a {
  color: #F4F1EA !important;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
}

#header a:hover {
  color: var(--bellerive-gold) !important;
}

/* Logo centré et plus premium */
#_desktop_logo {
  text-align: center;
}

/* ---------- HERO HOME ---------- */

#wrapper {
  background: var(--bellerive-bg);
}

.page-home .carousel {
  background: var(--bellerive-black);
}

.page-home h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

/* ---------- BOUTONS ---------- */

.btn-primary,
button,
.button,
.btn {
  background: transparent !important;
  border: 1px solid var(--bellerive-gold) !important;
  color: var(--bellerive-gold) !important;
  padding: 14px 36px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
  transition: all 0.3s ease;
}

.btn-primary:hover,
button:hover,
.btn:hover {
  background: var(--bellerive-gold) !important;
  color: var(--bellerive-black) !important;
}

/* ---------- PRODUITS ---------- */

.product-miniature {
  background: white;
  border: none;
  transition: transform 0.3s ease;
}

.product-miniature:hover {
  transform: translateY(-4px);
}

.product-title a {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.06em;
  font-size: 15px;
  color: var(--bellerive-text);
}

.product-price {
  color: var(--bellerive-gold);
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* ---------- FICHE PRODUIT ---------- */

.product-prices {
  font-size: 22px;
  color: var(--bellerive-gold);
  letter-spacing: 0.05em;
}

.product-description {
  color: var(--bellerive-grey);
  line-height: 1.8;
}

/* ---------- FOOTER ---------- */

#footer {
  background: var(--bellerive-black);
  color: #999;
  padding-top: 60px;
  padding-bottom: 40px;
}

#footer h3 {
  color: #F4F1EA;
  font-size: 14px;
  letter-spacing: 0.1em;
}

#footer a {
  color: #999;
}

#footer a:hover {
  color: var(--bellerive-gold);
}

/* ---------- NEWSLETTER ---------- */

.block_newsletter {
  background: var(--bellerive-black);
  border: 1px solid rgba(255,255,255,0.1);
}

.block_newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--bellerive-gold);
  color: #F4F1EA;
}

/* ---------- REMOVE "CHEAP" ELEMENTS ---------- */

.badge,
.discount-percentage,
.product-flag {
  background: var(--bellerive-gold) !important;
  color: #000 !important;
  border-radius: 0;
  font-weight: 500;
}

/* ---------- TRANSITIONS PREMIUM ---------- */

a,
button,
.btn {
  transition: all 0.25s ease;
}
