:root {
  --gold: #C9A84C;
  --gold-light: #E8D5A0;
  --gold-dark: #8B6914;
  --noir: #0D0D0D;
  --noir-soft: #1A1A1A;
  --cream: #FAF7F2;
  --cream-dark: #F0EAE0;
  --text-muted: #888;
  --text-light: #BBB;
  --white: #FFFFFF;
  --border: rgba(201,168,76,0.25);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--noir); overflow-x: hidden; }

/* NAVIGATION */
nav#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(13,13,13,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; transition: all 0.3s;
}
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; letter-spacing: 0.12em; color: var(--gold); text-decoration: none; }
.nav-logo span { font-style: italic; font-weight: 300; color: var(--gold-light); }
.nav-links { display: flex; gap: 2.5rem; align-items: center; }
.nav-links a { color: #CCC; text-decoration: none; font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase; transition: color 0.2s; font-weight: 500; }
.nav-links a:hover { color: var(--gold); }
.btn-cart { background: var(--gold); color: var(--noir); border: none; padding: 0.5rem 1.2rem; border-radius: 2px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; gap: 0.5rem; }
.btn-cart:hover { background: var(--gold-light); }
.cart-count { background: var(--noir); color: var(--gold); border-radius: 50%; width: 18px; height: 18px; font-size: 0.65rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* HERO */
.hero { min-height: 100vh; background: linear-gradient(135deg, var(--noir) 0%, #1c1208 50%, var(--noir-soft) 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; padding-top: 70px; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 60% 50%, rgba(201,168,76,0.12) 0%, transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; width: 100%; padding: 4rem 2rem; align-items: center; position: relative; z-index: 1; }
.hero-tag { display: inline-block; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--border); padding: 0.4rem 1rem; margin-bottom: 2rem; background: rgba(201,168,76,0.06); }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1.05; color: var(--white); font-weight: 300; margin-bottom: 1.5rem; }
.hero-title em { color: var(--gold); font-style: italic; }
.hero-desc { color: var(--text-muted); font-size: 1rem; line-height: 1.8; max-width: 420px; margin-bottom: 2.5rem; font-weight: 300; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--gold); color: var(--noir); padding: 0.85rem 2.2rem; border: none; border-radius: 2px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--white); padding: 0.85rem 2.2rem; border: 1px solid rgba(255,255,255,0.25); border-radius: 2px; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-visual { display: flex; justify-content: center; align-items: center; animation: fadeInRight 1s ease 0.3s forwards; opacity: 0; }
.bottle-showcase { position: relative; width: 340px; height: 420px; }
.bottle-main { width: 140px; height: 280px; background: linear-gradient(135deg, #3a2a08 0%, #8B6914 30%, #C9A84C 55%, #E8D5A0 70%, #C9A84C 85%, #8B6914 100%); border-radius: 6px 6px 12px 12px; margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 60px rgba(201,168,76,0.3), 0 20px 60px rgba(0,0,0,0.5); display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; animation: float 4s ease-in-out infinite; }
.bottle-cap { width: 70px; height: 35px; background: linear-gradient(to bottom, #D4AF5A, #8B6914); border-radius: 4px 4px 0 0; position: absolute; top: -30px; box-shadow: 0 -4px 12px rgba(0,0,0,0.3); }
.bottle-label { background: rgba(0,0,0,0.5); padding: 1rem; text-align: center; width: 80%; }
.bottle-label-brand { font-family: 'Cormorant Garamond', serif; color: var(--gold-light); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; display: block; margin-bottom: 0.3rem; }
.bottle-label-name { font-family: 'Cormorant Garamond', serif; color: var(--white); font-size: 1.2rem; font-weight: 600; display: block; }
.orb { position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; }
.orb-1 { width: 200px; height: 200px; background: rgba(201,168,76,0.2); top: -20px; right: -20px; }
.orb-2 { width: 150px; height: 150px; background: rgba(201,168,76,0.1); bottom: 0; left: 10px; }

/* SECTIONS */
section { padding: 6rem 2rem; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-tag { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 1rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; color: var(--noir); line-height: 1.2; }
.section-title em { color: var(--gold); font-style: italic; }
.section-line { width: 60px; height: 1px; background: var(--gold); margin: 1.5rem auto 0; opacity: 0.5; }

/* CATEGORIES */
.categories-section { background: var(--noir); }
.categories-section .section-title { color: var(--white); }
.categories-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; max-width: 1100px; margin: 0 auto; }
.cat-card { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 0.75; background: var(--noir-soft); transition: transform 0.4s; }
.cat-card:hover { transform: scale(1.01); z-index: 2; }
.cat-bg { position: absolute; inset: 0; opacity: 0.4; transition: opacity 0.4s; }
.cat-card:hover .cat-bg { opacity: 0.6; }
.cat-bg-homme { background: radial-gradient(ellipse at center, #4a3000 0%, #0d0d0d 100%); }
.cat-bg-femme { background: radial-gradient(ellipse at center, #3a1525 0%, #0d0d0d 100%); }
.cat-bg-unisex { background: radial-gradient(ellipse at center, #0a2a25 0%, #0d0d0d 100%); }
.cat-visual { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.cat-bottle { width: 70px; height: 130px; border-radius: 5px 5px 10px 10px; position: relative; }
.cat-bottle-homme { background: linear-gradient(160deg, #5c3d00, #C9A84C 50%, #5c3d00); box-shadow: 0 0 40px rgba(201,168,76,0.4); }
.cat-bottle-femme { background: linear-gradient(160deg, #6b0025, #e07ba0 50%, #6b0025); box-shadow: 0 0 40px rgba(200,80,120,0.4); }
.cat-bottle-unisex { background: linear-gradient(160deg, #003d30, #1DB98A 50%, #003d30); box-shadow: 0 0 40px rgba(29,185,138,0.4); }
.cat-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%); padding: 2rem 1.5rem 2.5rem; }
.cat-name { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 400; color: var(--white); display: block; margin-bottom: 0.4rem; }
.cat-desc { color: var(--gold-light); font-size: 0.78rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
.cat-link { color: var(--gold); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem; transition: gap 0.2s; }
.cat-link:hover { gap: 0.8rem; }

/* PRODUITS */
.products-section { background: var(--cream); }
.filter-bar { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 3rem; flex-wrap: wrap; }
.filter-btn { padding: 0.5rem 1.5rem; border: 1px solid var(--border); background: transparent; color: var(--text-muted); font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: all 0.2s; border-radius: 1px; font-family: 'Jost', sans-serif; }
.filter-btn.active, .filter-btn:hover { background: var(--gold); color: var(--noir); border-color: var(--gold); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.product-card { background: var(--white); border: 1px solid var(--cream-dark); border-radius: 4px; overflow: hidden; transition: all 0.3s; cursor: pointer; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-color: var(--gold-light); }
.product-img { height: 240px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.prod-bg-homme { background: linear-gradient(135deg, #1a1000, #3d2800); }
.prod-bg-femme { background: linear-gradient(135deg, #1a0010, #3d0020); }
.prod-bg-unisex { background: linear-gradient(135deg, #001a15, #003d30); }
.product-bottle { width: 60px; height: 110px; border-radius: 4px 4px 8px 8px; position: relative; }
.product-bottle-homme { background: linear-gradient(160deg, #3d2000, #C9A84C 50%, #3d2000); box-shadow: 0 0 30px rgba(201,168,76,0.5); }
.product-bottle-femme { background: linear-gradient(160deg, #4d0018, #e07ba0 50%, #4d0018); box-shadow: 0 0 30px rgba(200,80,120,0.5); }
.product-bottle-unisex { background: linear-gradient(160deg, #002920, #1DB98A 50%, #002920); box-shadow: 0 0 30px rgba(29,185,138,0.5); }
.prod-badge { position: absolute; top: 1rem; left: 1rem; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.25rem 0.7rem; border-radius: 1px; }
.badge-homme { background: rgba(201,168,76,0.15); color: var(--gold); border: 1px solid rgba(201,168,76,0.3); }
.badge-femme { background: rgba(200,80,120,0.15); color: #e07ba0; border: 1px solid rgba(200,80,120,0.3); }
.badge-unisex { background: rgba(29,185,138,0.15); color: #1DB98A; border: 1px solid rgba(29,185,138,0.3); }
.product-info { padding: 1.25rem 1.25rem 1.5rem; }
.product-cat { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.4rem; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; margin-bottom: 0.3rem; }
.product-notes { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.6; }
.product-sizes { display: flex; gap: 0.5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.size-tag { padding: 0.3rem 0.9rem; border: 1px solid var(--border); font-size: 0.72rem; cursor: pointer; transition: all 0.2s; border-radius: 1px; color: var(--text-muted); white-space: nowrap; }
.size-tag:hover, .size-tag.active { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.06); }
.product-footer { display: flex; align-items: center; justify-content: space-between; }
.product-price { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--gold); }
.product-price span { font-size: 0.75rem; font-family: 'Jost', sans-serif; font-weight: 400; color: var(--text-muted); }
.btn-add { background: var(--noir); color: var(--white); border: none; padding: 0.55rem 1rem; border-radius: 2px; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: all 0.2s; }
.btn-add:hover { background: var(--gold); color: var(--noir); }

/* PROMOTIONS */
.about-band { background: var(--noir); display: grid; grid-template-columns: 1fr 1fr; max-width: 100%; gap: 0; }
.about-content { padding: 5rem 4rem; }
.about-map { position: relative; min-height: 400px; background: #0d1117; overflow: hidden; }
.about-map iframe { width: 100%; height: 100%; border: none; filter: grayscale(80%) invert(80%) contrast(90%); }
.about-map-overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to right, var(--noir) 0%, transparent 40%); }
.about-tag { color: var(--gold); font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; margin-bottom: 1.5rem; }
.about-title { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 1.5rem; }
.about-title em { color: var(--gold); font-style: italic; }
.about-text { color: var(--text-muted); font-size: 0.92rem; line-height: 1.9; margin-bottom: 2rem; }
.visit-info { border-top: 1px solid var(--border); padding-top: 1.5rem; }
.visit-row { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.7rem; color: var(--text-muted); font-size: 0.85rem; }
.visit-icon { color: var(--gold); font-size: 1rem; width: 20px; text-align: center; }

/* CART */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 2000; display: none; align-items: flex-start; justify-content: flex-end; }
.cart-overlay.open { display: flex; }
.cart-panel { background: var(--cream); width: 400px; height: 100vh; padding: 2rem; overflow-y: auto; animation: slideInRight 0.3s ease forwards; }
.cart-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.cart-title { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; }
.btn-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-muted); transition: color 0.2s; }
.btn-close:hover { color: var(--noir); }
.cart-empty { text-align: center; padding: 3rem 0; color: var(--text-muted); }
.cart-empty-icon { font-size: 3rem; margin-bottom: 1rem; opacity: 0.3; }
.cart-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--cream-dark); align-items: center; }
.cart-item-thumb { width: 60px; height: 80px; border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.cart-item-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; }
.cart-item-size { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 0.3rem; }
.cart-item-price { color: var(--gold); font-weight: 600; }
.cart-item-remove { background: none; border: none; color: var(--text-muted); cursor: pointer; font-size: 1.1rem; transition: color 0.2s; }
.cart-item-remove:hover { color: #c0392b; }
.cart-footer { padding-top: 1.5rem; }
.cart-total { display: flex; justify-content: space-between; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; margin-bottom: 1.5rem; }
.btn-checkout { width: 100%; padding: 1rem; background: var(--gold); color: var(--noir); border: none; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; border-radius: 2px; }
.btn-checkout:hover { background: var(--gold-dark); color: var(--white); }

/* TOAST */
.toast { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%) translateY(100px); background: var(--noir); color: var(--white); padding: 0.8rem 2rem; border-radius: 2px; font-size: 0.85rem; z-index: 3000; border-left: 3px solid var(--gold); transition: transform 0.3s; white-space: nowrap; }
.toast.show { transform: translateX(-50%) translateY(0); }

/* FOOTER */
footer { background: var(--noir-soft); border-top: 1px solid var(--border); padding: 4rem 2rem 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto 3rem; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--gold); margin-bottom: 1rem; }
.footer-desc { color: var(--text-muted); font-size: 0.85rem; line-height: 1.8; max-width: 280px; }
.footer-col h4 { color: var(--text-light); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.2rem; }
.footer-col a { display: block; color: var(--text-muted); text-decoration: none; font-size: 0.85rem; margin-bottom: 0.6rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.footer-copy { color: var(--text-muted); font-size: 0.78rem; }
.footer-social { display: flex; gap: 1rem; }
.social-btn { width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-muted); text-decoration: none; font-size: 0.85rem; transition: all 0.2s; }
.social-btn:hover { border-color: var(--gold); color: var(--gold); }

/* WooCommerce overrides */
.woocommerce-notices-wrapper { display: none; }
.woocommerce-page .woocommerce { display: none; }

/* ANIMATIONS */
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideInRight { from { transform: translateX(100%); } to { transform: translateX(0); } }
@keyframes float { 0%,100% { transform: translate(-50%,-50%) translateY(0); } 50% { transform: translate(-50%,-50%) translateY(-12px); } }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-visual { margin-top: 2rem; }
  .hero-desc { max-width: 100%; margin: 0 auto 2.5rem; }
  .about-band { grid-template-columns: 1fr; }
  .about-map { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .categories-grid { grid-template-columns: 1fr; gap: 1px; }
}
@media (max-width: 600px) {
  nav#site-nav { padding: 0 1rem; }
  .nav-links { display: none; }
  section { padding: 4rem 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .about-content { padding: 3rem 1.5rem; }
}
