
/* Reset total — neutralise WordPress */
html, body { margin: 0 !important; padding: 0 !important; width: 100% !important; }
#wpadminbar { display: none !important; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #C9A84C; --gold-light: #E8C97A;
  --dark: #0E0C0A; --dark-2: #1A1713; --dark-3: #252018; --dark-4: #302A1E;
  --violet: #1A1228; --violet-2: #241932; --violet-3: #2E2040;
  --text: #F0E8D8; --text-muted: #A89880;
  --border: rgba(201,168,76,0.2); --border-strong: rgba(201,168,76,0.45);
}
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif !important; background: var(--dark) !important; color: var(--text) !important; font-size: 16px; line-height: 1.7; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999 !important; padding: 0 2rem; height: 56px; display: flex; align-items: center; justify-content: space-between; background: rgba(14,12,10,0.95) !important; backdrop-filter: blur(12px); border-bottom: 0.5px solid var(--border); }
@media (min-width: 861px) {
  .nav-tabs { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
}
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; color: var(--gold); letter-spacing: 0.08em; display: flex; align-items: center; gap: 0.55rem; cursor: pointer; text-decoration: none; }
.nav-logo svg, .nav-logo img { width: 28px; height: 28px; flex-shrink: 0; object-fit: contain; }
.nav-tabs { display: flex; align-items: stretch; height: 56px; }
.nav-tab { font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 400; letter-spacing: 0.08em; color: var(--text-muted); padding: 0 1.25rem; border: none; background: none; cursor: pointer; display: flex; align-items: center; gap: 0.4rem; border-bottom: 2px solid transparent; transition: all 0.2s; text-decoration: none; }
.nav-tab:hover { color: var(--gold); }
.nav-tab.active { color: var(--gold); border-bottom: 2px solid var(--gold); font-weight: 500; }
.nav-cta { background: var(--gold); color: var(--dark) !important; font-family: 'Jost', sans-serif; font-size: 0.76rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.5rem 1.2rem; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s; text-decoration: none !important; display: inline-block; }
.nav-cta:hover { background: var(--gold-light); }
.nav-right-group { display: flex; align-items: center; }
.nav-hamburger { display: none; background: none; border: none; color: var(--gold); font-size: 1.5rem; line-height: 1; cursor: pointer; padding: 0.4rem 0.5rem; }

/* === PANIER === */
.cart-nav-btn { position: relative; background: transparent; border: 1px solid rgba(201,168,76,0.5); color: var(--gold); font-family: 'Jost', sans-serif; font-size: 0.9rem; cursor: pointer; padding: 0.5rem 0.8rem; border-radius: 2px; margin-right: 0.6rem; display: inline-flex; align-items: center; gap: 0.35rem; transition: background 0.2s; }
.cart-nav-btn:hover { background: rgba(201,168,76,0.1); }
.cart-badge { background: var(--gold); color: var(--dark); font-size: 0.68rem; font-weight: 700; border-radius: 50%; min-width: 18px; height: 18px; display: none; align-items: center; justify-content: center; padding: 0 3px; }
.cart-badge.show { display: inline-flex; }

.cart-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 10002; }
.cart-overlay.open { display: block; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 420px; background: #16130F; border-left: 1px solid rgba(201,168,76,0.3); z-index: 10003; transform: translateX(100%); transition: transform 0.3s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-header { padding: 1.25rem 1.5rem; border-bottom: 0.5px solid rgba(201,168,76,0.2); display: flex; align-items: center; justify-content: space-between; }
.cart-drawer-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; color: var(--gold); margin: 0; }
.cart-drawer-close { background: none; border: none; color: var(--text-muted); font-size: 1.3rem; cursor: pointer; }
.cart-drawer-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-empty { text-align: center; color: var(--text-muted); font-size: 0.9rem; padding: 3rem 1rem; }
.cart-item { display: flex; gap: 0.75rem; padding: 0.9rem 0; border-bottom: 0.5px solid rgba(201,168,76,0.12); }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-size: 0.88rem; color: var(--text); margin-bottom: 0.15rem; }
.cart-item-cat { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem; }
.cart-item-controls { display: flex; align-items: center; gap: 0.5rem; }
.cart-qty-btn { width: 24px; height: 24px; background: none; border: 0.5px solid rgba(201,168,76,0.3); color: var(--gold); border-radius: 2px; cursor: pointer; font-size: 0.85rem; line-height: 1; }
.cart-qty-val { font-size: 0.85rem; min-width: 18px; text-align: center; }
.cart-item-remove { background: none; border: none; color: var(--text-muted); cursor: pointer; font-size: 0.9rem; margin-left: auto; }
.cart-item-remove:hover { color: #E8A0A0; }
.cart-item-price { font-size: 0.88rem; color: var(--gold); white-space: nowrap; align-self: flex-start; }
.cart-drawer-footer { padding: 1.25rem 1.5rem 1.5rem; border-top: 0.5px solid rgba(201,168,76,0.2); }
.cart-total-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1rem; }
.cart-promo-block { margin-bottom: 1rem; }
.cart-promo-input-row { display: flex; gap: 0.5rem; }
.cart-promo-input { flex: 1; background: #1A1713; border: 0.5px solid rgba(201,168,76,0.3); color: var(--text); font-family: 'Jost', sans-serif; font-size: 0.85rem; padding: 0.65rem 0.8rem; border-radius: 2px; outline: none; text-transform: uppercase; }
.cart-promo-input:focus { border-color: var(--gold); }
.cart-promo-apply-btn { background: none; border: 1px solid rgba(201,168,76,0.4); color: var(--gold); font-family: 'Jost', sans-serif; font-size: 0.78rem; padding: 0.65rem 1rem; border-radius: 2px; cursor: pointer; white-space: nowrap; }
.cart-promo-apply-btn:hover:not(:disabled) { background: rgba(201,168,76,0.1); }
.cart-promo-apply-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.cart-promo-applied { display: flex; align-items: center; justify-content: space-between; background: rgba(80,160,100,0.1); border: 1px solid rgba(80,160,100,0.3); border-radius: 2px; padding: 0.6rem 0.9rem; font-size: 0.85rem; color: #A0E8B0; }
.cart-promo-applied button { background: none; border: none; color: #A0E8B0; cursor: pointer; font-size: 0.9rem; }
.cart-promo-error { font-size: 0.78rem; color: #E8A0A0; margin-top: 0.5rem; margin-bottom: 0; }
.cart-total-label { font-size: 0.85rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.cart-total-amount { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--gold); }
.cart-checkout-btn { width: 100%; background: var(--gold); color: var(--dark); font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.95rem; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s; }
.cart-checkout-btn:hover { background: var(--gold-light); }
.cart-checkout-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.cart-note { font-size: 0.72rem; color: var(--text-muted); text-align: center; margin-top: 0.7rem; }
.add-to-cart-btn { width: 100%; background: none; border: 1px solid rgba(201,168,76,0.4); color: var(--gold); font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.7rem; border-radius: 2px; cursor: pointer; transition: background 0.2s; margin-top: 0.5rem; }
.add-to-cart-btn:hover { background: rgba(201,168,76,0.1); }
.add-to-cart-btn.added { background: rgba(80,160,100,0.15); border-color: rgba(80,160,100,0.4); color: #A0E8B0; }

@media (max-width: 860px) {
  .cart-nav-btn { display: none; }
  .cart-drawer { max-width: 100%; }
}
.cart-mobile-fab { display: none; position: fixed; bottom: 5.5rem; right: 1rem; z-index: 9998; background: var(--gold); color: var(--dark); width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer; font-size: 1.3rem; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.4); }
@media (max-width: 860px) {
  .cart-mobile-fab { display: flex; }
}
.cart-mobile-fab .cart-badge { position: absolute; top: -4px; right: -4px; }

/* === SOUS-NAV BOUTIQUE === */
.boutique-subnav { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; padding: 6.5rem 1.5rem 1rem; }
.boutique-pill { background: none; border: 1px solid rgba(201,168,76,0.35); color: var(--text-muted); font-family: 'Jost', sans-serif; font-size: 0.82rem; letter-spacing: 0.04em; padding: 0.65rem 1.4rem; border-radius: 999px; cursor: pointer; transition: all 0.2s; }
.boutique-pill:hover { border-color: var(--gold); color: var(--gold); }
.boutique-pill.active { background: var(--gold); border-color: var(--gold); color: var(--dark); font-weight: 500; }

/* === LIVE TIKTOK === */
.live-hero { padding: 7rem 1.5rem 2rem; text-align: center; max-width: 700px; margin: 0 auto; }
.live-hero .hero-eyebrow { color: #FF3B5C; }
.live-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 500; color: var(--text); margin: 0.5rem 0 1rem; }
.live-hero p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; }
.live-panel { max-width: 480px; margin: 0 auto 5rem; padding: 0 1.5rem; }
.live-field-label { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 0.5rem; }
.live-pseudo-input { width: 100%; background: #1A1713; border: 0.5px solid rgba(201,168,76,0.3); color: var(--text); font-family: 'Jost', sans-serif; font-size: 1rem; padding: 0.85rem 1rem; border-radius: 2px; outline: none; margin-bottom: 2rem; }
.live-pseudo-input:focus { border-color: var(--gold); }
.live-amounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem; }
.live-amount-btn { background: #1A1713; border: 1px solid rgba(201,168,76,0.3); color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 500; padding: 1.4rem 0.5rem; border-radius: 4px; cursor: pointer; transition: all 0.2s; }
.live-amount-btn:hover:not(:disabled) { border-color: var(--gold); background: rgba(201,168,76,0.08); transform: translateY(-2px); }
.live-amount-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.live-note { text-align: center; font-size: 0.78rem; color: var(--text-muted); margin-top: 1.5rem; line-height: 1.6; }

/* === ROUE DE LA CHANCE === */
.wheel-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.9); z-index: 10005; align-items: center; justify-content: center; padding: 1.5rem; overflow-y: auto; }
.wheel-overlay.open { display: flex; }
.wheel-modal { background: #16130F; border: 1px solid rgba(201,168,76,0.35); border-radius: 6px; max-width: 460px; width: 100%; padding: 2rem 1.5rem 2.25rem; text-align: center; position: relative; }
.wheel-modal h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 500; color: var(--gold); margin: 0 0 0.4rem; }
.wheel-modal .wheel-sub { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 1.75rem; line-height: 1.6; }
.wheel-stage { position: relative; width: 260px; height: 300px; margin: 0 auto 1.75rem; }
.wheel-pendulum { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 60px; z-index: 3; pointer-events: none; }
.wheel-circle-wrap { position: absolute; top: 50px; left: 50%; transform: translateX(-50%); width: 250px; height: 250px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(201,168,76,0.5), 0 8px 30px rgba(0,0,0,0.6); }
.wheel-svg { width: 100%; height: 100%; transition: transform 4.5s cubic-bezier(0.15, 0.85, 0.25, 1); }
.wheel-center-dot { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 18px; height: 18px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px #16130F, 0 0 0 5px rgba(201,168,76,0.5); z-index: 2; }
.wheel-spin-btn { background: var(--gold); color: var(--dark); font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.95rem 2.5rem; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s; }
.wheel-spin-btn:hover:not(:disabled) { background: var(--gold-light); }
.wheel-spin-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.wheel-result { display: none; margin-top: 1.5rem; padding: 1.25rem; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.3); border-radius: 4px; }
.wheel-result.show { display: block; }
.wheel-result-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--gold); margin-bottom: 0.5rem; }
.wheel-result-code { font-family: 'Jost', sans-serif; font-size: 1.1rem; letter-spacing: 0.08em; color: var(--text); background: rgba(0,0,0,0.3); padding: 0.5rem 1rem; border-radius: 2px; display: inline-block; margin: 0.5rem 0; }
.wheel-result-note { font-size: 0.78rem; color: var(--text-muted); line-height: 1.6; margin-top: 0.5rem; }
.wheel-close-btn { margin-top: 1.5rem; background: none; border: 1px solid rgba(201,168,76,0.3); color: var(--text-muted); font-family: 'Jost', sans-serif; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.7rem 1.5rem; border-radius: 2px; cursor: pointer; display: none; }
.wheel-close-btn.show { display: inline-block; }
.live-error { display: none; background: rgba(200,60,60,0.12); border: 0.5px solid rgba(200,60,60,0.4); color: #E8A0A0; font-size: 0.82rem; padding: 0.75rem 1rem; border-radius: 2px; margin-bottom: 1.5rem; text-align: center; }
@media (max-width: 480px) {
  .live-amounts { grid-template-columns: repeat(2, 1fr); }
}
.boutique-section { display: none; }
.boutique-section.active { display: block; }
@media (max-width: 640px) {
  .boutique-subnav { padding: 5.5rem 1rem 0.75rem; gap: 0.5rem; }
  .boutique-pill { padding: 0.55rem 1rem; font-size: 0.78rem; }
}

@media (max-width: 860px) {
  nav { padding: 0 1rem; }
  .nav-logo span { display: none; }
  .nav-hamburger { display: block; }
  .nav-right-group {
    display: none;
    position: fixed;
    top: 56px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    background: rgba(14,12,10,0.98);
    backdrop-filter: blur(12px);
    border-bottom: 0.5px solid var(--border);
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 0.5rem 0 1rem;
  }
  .nav-right-group.mobile-open { display: flex; }
  .nav-tabs { flex-direction: column; height: auto; width: 100%; }
  .nav-tab { padding: 0.95rem 1.5rem; width: 100%; justify-content: flex-start; border-bottom: 0.5px solid rgba(201,168,76,0.08); }
  .nav-tab.active { border-bottom: 0.5px solid rgba(201,168,76,0.08); border-left: 3px solid var(--gold); padding-left: calc(1.5rem - 3px); }
  #account-nav-btn, #nav-cta-btn { display: block; width: calc(100% - 3rem); margin: 0.6rem 1.5rem 0; text-align: center; }
}

/* PAGES */
.page { display: none; }
.page.active { display: block; }

/* URGENCY */
.urgency-bar { margin-top: 56px; padding: 0.5rem 1rem; text-align: center; font-size: 0.73rem; font-weight: 300; letter-spacing: 0.08em; color: var(--gold-light); border-bottom: 0.5px solid var(--border-strong); }
.urgency-pendule { background: var(--dark-4); }
.urgency-voyance { background: var(--violet-2); }

/* HERO */
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 5rem 2rem 4rem; }
.hero-pendule {
  background: url('images/pendule-hero.jpg') center center / cover no-repeat;
  position: relative;
}
.hero-pendule::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(10,8,6,0.65) 0%, rgba(10,8,6,0.25) 50%, rgba(10,8,6,0.72) 100%),
    linear-gradient(to bottom, rgba(10,8,6,0.3) 0%, rgba(10,8,6,0.0) 40%, rgba(10,8,6,0.7) 100%);
  z-index: 0;
}
.hero-pendule > * { position: relative; z-index: 1; }
.hero-voyance { background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(138,90,200,0.12) 0%, transparent 70%), var(--dark); }
.hero-eyebrow { font-size: 0.66rem; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 0.75rem; text-shadow: 0 1px 8px rgba(0,0,0,0.6); }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; display: inline-block; width: 2.5rem; height: 0.5px; background: var(--gold-light); opacity: 0.5; }
.hero-hebrew { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,7vw,5rem); font-weight: 300; color: var(--gold-light); opacity: 0.3; margin-bottom: 0.5rem; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem,5vw,3.4rem); font-weight: 400; line-height: 1.2; color: #FFFFFF; margin-bottom: 1.25rem; max-width: 780px; text-shadow: 0 2px 20px rgba(0,0,0,0.6); }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 0.98rem; font-weight: 300; color: rgba(240,232,216,0.92); max-width: 520px; margin: 0 auto 0.75rem; line-height: 1.8; text-shadow: 0 1px 12px rgba(0,0,0,0.5); }
.hero-proof { font-size: 0.8rem; color: var(--gold); margin-bottom: 2.25rem; }
.hero-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 0.65rem; }
.btn-primary { display: inline-block; background: var(--gold); color: var(--dark) !important; font-family: 'Jost', sans-serif; font-size: 0.83rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.95rem 2.6rem; border: none; border-radius: 2px; cursor: pointer; transition: all 0.2s; text-decoration: none !important; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-ghost-link { font-size: 0.76rem; font-weight: 300; color: var(--text-muted); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; background: none; border: none; }
.hero-trust { margin-top: 3rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; justify-content: center; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.74rem; font-weight: 300; color: var(--text-muted); }
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* TAROT CARDS */
.hero-cards { display: flex; align-items: flex-end; justify-content: center; margin-bottom: 2rem; position: relative; height: 110px; }
.tarot-card { width: 58px; height: 95px; border-radius: 6px; border: 1px solid rgba(201,168,76,0.5); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; position: absolute; box-shadow: 0 8px 30px rgba(0,0,0,0.5); }
.card-1 { background: linear-gradient(160deg,#1e1428,#0e0c0a); transform: rotate(-15deg) translateX(-55px); color:#C9A84C; }
.card-2 { background: linear-gradient(160deg,#241932,#1a1228); transform: rotate(-5deg); color:#E8C97A; z-index:2; width:64px; height:105px; }
.card-3 { background: linear-gradient(160deg,#1e1428,#0e0c0a); transform: rotate(12deg) translateX(55px); color:#C9A84C; }

/* SECTIONS */
section { padding: 5rem 2rem; }
.container { max-width: 860px; margin: 0 auto; }
.section-label { font-size: 0.63rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.7rem,4vw,2.7rem); font-weight: 400; line-height: 1.25; color: var(--text); margin-bottom: 1.25rem; }
.section-text { font-size: 0.98rem; font-weight: 300; color: var(--text-muted); line-height: 1.85; }

/* GRIDS */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 1px; background: var(--border); border: 0.5px solid var(--border); margin-top: 2.5rem; }
.card-item { background: var(--dark-2); padding: 1.6rem; }
.card-icon { font-size: 1.3rem; color: var(--gold); margin-bottom: 0.75rem; opacity: 0.7; }
.card-title { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; color: var(--text); margin-bottom: 0.35rem; }
.offer-title { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--text); margin-bottom: 0.35rem; }
.step-label { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 600; color: var(--text); margin-bottom: 0.35rem; }
.reassurance-title { display: block; font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 0.3rem; letter-spacing: 0.03em; }

.card-item p { font-size: 0.84rem; font-weight: 300; color: var(--text-muted); line-height: 1.7; }

/* STORY */
.story-section { background: var(--dark-2); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.story-inner { max-width: 680px; margin: 0 auto; }
.story-quote { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.2rem,3vw,1.8rem); font-style: italic; font-weight: 300; color: var(--text); line-height: 1.5; padding-left: 1.5rem; border-left: 2px solid var(--gold); margin-bottom: 2rem; }
.story-body { font-size: 0.98rem; font-weight: 300; color: var(--text-muted); line-height: 1.9; }
.story-body strong { color: var(--text); font-weight: 400; }
.story-body p + p { margin-top: 1rem; }

/* OFFER */
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 1rem; margin-top: 2.5rem; }
.offer-card { background: var(--dark-3); border: 0.5px solid var(--border); padding: 1.4rem; position: relative; }
.offer-card.highlight { border-color: var(--gold); background: var(--dark-4); }
.offer-badge-sm { position: absolute; top: -0.6rem; left: 1rem; background: var(--gold); color: var(--dark); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.18rem 0.6rem; }
.offer-card-icon { font-size: 1.3rem; margin-bottom: 0.7rem; color: var(--gold); }
.offer-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 500; color: var(--text); margin-bottom: 0.3rem; }
.offer-card p { font-size: 0.81rem; font-weight: 300; color: var(--text-muted); line-height: 1.6; }
.offer-value { display: inline-block; margin-top: 0.5rem; font-size: 0.7rem; color: var(--gold); border: 0.5px solid var(--border-strong); padding: 0.12rem 0.45rem; }

/* TRANSFORM */
.transform-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 1rem; margin-top: 2.5rem; }
.transform-list li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 1.1rem; background: var(--dark-2); border: 0.5px solid var(--border); }
.check { width: 17px; height: 17px; flex-shrink: 0; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.check::after { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.transform-list li span { font-size: 0.88rem; font-weight: 300; color: var(--text-muted); line-height: 1.6; }

/* PROOF */
.proof-section { background: var(--dark-2); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 1px; background: var(--border); margin-top: 2.5rem; }
.proof-stat { background: var(--dark-3); padding: 2rem 1.5rem; text-align: center; }
.proof-number { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 0.4rem; }
.proof-label { font-size: 0.78rem; font-weight: 300; color: var(--text-muted); }
.proof-live { background: var(--dark-2); border: 0.5px solid var(--border-strong); padding: 1.75rem; margin-top: 2rem; }
.proof-live-title { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 400; color: var(--text); margin-bottom: 0.75rem; }
.proof-live-text { font-size: 0.88rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; }
.proof-live-text strong { color: var(--gold); font-weight: 400; }

/* STEPS */
.how-section { background: var(--violet); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.steps { display: grid; grid-template-columns: repeat(auto-fit,minmax(170px,1fr)); gap: 1px; background: var(--border); margin-top: 2.5rem; }
.step { background: var(--violet-2); padding: 1.6rem 1.4rem; text-align: center; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 2.3rem; font-weight: 300; color: var(--gold); opacity: 0.5; line-height: 1; margin-bottom: 0.5rem; }
.step h3 { font-family: 'Cormorant Garamond', serif; font-size: 0.98rem; font-weight: 500; color: var(--text); margin-bottom: 0.4rem; }
.step p { font-size: 0.8rem; font-weight: 300; color: var(--text-muted); line-height: 1.65; }

/* DOMAINES */
.domaines-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 0.75rem; margin-top: 2.5rem; }
.domaine-card { background: var(--dark-2); border: 0.5px solid var(--border); padding: 1.1rem; text-align: center; }
.domaine-icon { font-size: 1.4rem; margin-bottom: 0.35rem; }
.domaine-card p { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-weight: 400; color: var(--text); }

/* PRICING */
.pricing-section { text-align: center; }
.pricing-section.violet-bg { background: var(--dark-2); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.pricing-wrapper { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1rem; margin-top: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.pricing-card { background: var(--dark-2); border: 0.5px solid var(--border); padding: 2rem 1.6rem; position: relative; text-align: left; }
.pricing-card.featured { border: 1px solid var(--gold); background: var(--dark-3); }
.pricing-card.featured-violet { border: 1px solid var(--gold); background: var(--violet-3); }
.pricing-badge { position: absolute; top: -0.7rem; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--dark); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.22rem 0.9rem; white-space: nowrap; }
.pricing-tier { font-size: 0.66rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.5rem; }
.pricing-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; color: var(--text); margin-bottom: 0.75rem; }
.pricing-price { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 0.2rem; }
.pricing-price sup { font-size: 1.2rem; vertical-align: top; margin-top: 0.65rem; display: inline-block; }
.pricing-caption { font-size: 0.76rem; font-weight: 300; color: var(--text-muted); margin-bottom: 1.4rem; }
.pricing-items { list-style: none; margin-bottom: 1.6rem; }
.pricing-items li { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.5rem 0; border-bottom: 0.5px solid var(--border); font-size: 0.84rem; font-weight: 300; color: var(--text-muted); }
.pricing-items li:last-child { border-bottom: none; }
.pricing-items .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 8px; }
.pricing-cta { display: block; width: 100%; background: var(--gold); color: var(--dark) !important; font-family: 'Jost', sans-serif; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.85rem; border: none; border-radius: 2px; cursor: pointer; transition: all 0.2s; text-decoration: none !important; text-align: center; }
.pricing-cta:hover { background: var(--gold-light); transform: translateY(-1px); }
.pricing-cta.ghost { background: transparent; border: 0.5px solid var(--border-strong); color: var(--gold) !important; }
.pricing-cta.ghost:hover { background: var(--dark-4); }
.pricing-note { margin-top: 0.7rem; font-size: 0.73rem; font-weight: 300; color: var(--text-muted); text-align: center; }

/* CROSSSELL */
.crosssell { background: var(--dark-3); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.crosssell-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.crosssell-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 400; color: var(--text); margin-bottom: 0.4rem; }
.crosssell-text p { font-size: 0.86rem; font-weight: 300; color: var(--text-muted); line-height: 1.65; max-width: 480px; }
.btn-outline { display: inline-block; border: 0.5px solid var(--border-strong); color: var(--gold) !important; font-family: 'Jost', sans-serif; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.75rem 1.6rem; border-radius: 2px; text-decoration: none !important; cursor: pointer; background: none; transition: all 0.2s; white-space: nowrap; }
.btn-outline:hover { background: var(--dark-4); }

/* FAQ */
.faq-list { margin-top: 2.5rem; }
.faq-item { border-bottom: 0.5px solid var(--border); padding: 1.2rem 0; }
.faq-q { font-family: 'Cormorant Garamond', serif; font-size: 1.08rem; font-weight: 500; color: var(--text); margin-bottom: 0.45rem; }
.faq-a { font-size: 0.86rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; }

/* ORNAMENT */
.ornament { display: flex; align-items: center; justify-content: center; gap: 1rem; margin: 2rem 0; color: var(--gold); opacity: 0.4; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; letter-spacing: 0.3em; }
.ornament::before, .ornament::after { content: ''; flex: 0 0 3rem; height: 0.5px; background: var(--gold); }

/* FOOTER */
footer { background: var(--dark-2); border-top: 0.5px solid var(--border); padding: 2.5rem 2rem; text-align: center; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--gold); margin-bottom: 0.5rem; }
.footer-text { font-size: 0.74rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; }
.stripe-hidden { display: none !important; }
.stripe-visible { display: block !important; }

/* ── ANIMATION PENDULE ── */
@keyframes swing {
  0%   { transform: rotate(-8deg); }
  50%  { transform: rotate(8deg); }
  100% { transform: rotate(-8deg); }
}
@keyframes swingGlow {
  0%   { opacity: 0.5; transform: scaleX(0.8) translateX(-6px); }
  50%  { opacity: 0.8; transform: scaleX(1.1) translateX(6px); }
  100% { opacity: 0.5; transform: scaleX(0.8) translateX(-6px); }
}
.pendule-anim-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem auto 1rem;
  position: relative;
  z-index: 2;
  width: 90px;
  filter: drop-shadow(0 8px 24px rgba(201,168,76,0.25));
}
.pendule-anim-inner {
  transform-origin: top center;
  animation: swing 4.5s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pendule-cord {
  width: 1.5px;
  height: 60px;
  background: linear-gradient(to bottom, rgba(232,201,122,0.9), rgba(201,168,76,0.4));
  border-radius: 1px;
}
.pendule-body {
  width: 28px;
  height: 44px;
  background: linear-gradient(160deg, #E8C97A 0%, #C9A84C 45%, #7A5C1E 100%);
  border-radius: 6px 6px 4px 4px;
  box-shadow: 0 4px 18px rgba(201,168,76,0.35), inset 0 1px 3px rgba(255,255,255,0.15);
  position: relative;
}
.pendule-body::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #9A7A30;
}
.pendule-top {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #E8C97A, #9A7A30);
  box-shadow: 0 0 6px rgba(201,168,76,0.5);
  margin-bottom: 0;
}
.pendule-shadow {
  width: 30px;
  height: 6px;
  background: rgba(201,168,76,0.2);
  border-radius: 50%;
  margin-top: 1rem;
  filter: blur(4px);
  animation: swingGlow 4.5s ease-in-out infinite;
}
@media (max-width: 640px) {
  .pendule-anim-inner { animation-duration: 5s; }
  .pendule-cord { height: 45px; }
  .pendule-body { width: 22px; height: 36px; }
}
.hero-rituels {
  background:
    radial-gradient(ellipse 60% 50% at 30% 50%, rgba(138,90,200,0.1) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 70% 30%, rgba(201,168,76,0.08) 0%, transparent 60%),
    var(--dark);
  min-height: 70vh;
}
.rituels-intro { background: var(--dark-2); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.rituels-intro-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.rituels-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 3rem; }
/* ══ HOMEPAGE ══ */
.home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--dark);
}
.home-particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.home-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.home-glow-1 {
  width: 500px; height: 500px;
  background: rgba(201,168,76,0.08);
  top: -100px; left: 50%;
  transform: translateX(-50%);
  animation: glowMove1 8s ease-in-out infinite;
}
.home-glow-2 {
  width: 300px; height: 300px;
  background: rgba(120,60,160,0.06);
  bottom: 100px; left: 10%;
  animation: glowMove2 10s ease-in-out infinite;
}
.home-glow-3 {
  width: 250px; height: 250px;
  background: rgba(201,168,76,0.05);
  top: 30%; right: 8%;
  animation: glowMove3 9s ease-in-out infinite;
}
@keyframes glowMove1 { 0%,100%{transform:translateX(-50%) scale(1)} 50%{transform:translateX(-50%) scale(1.15)} }
@keyframes glowMove2 { 0%,100%{transform:scale(1) translate(0,0)} 50%{transform:scale(1.2) translate(20px,-20px)} }
@keyframes glowMove3 { 0%,100%{transform:scale(1)} 50%{transform:scale(1.1) translate(-10px,15px)} }

.home-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.5rem;
  max-width: 720px;
}
.home-eyebrow {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.2s forwards;
}
.home-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.4s forwards;
}
.home-title em { font-style: italic; color: var(--gold-light); }
.home-subtitle {
  font-size: clamp(0.88rem, 2vw, 1rem);
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.85;
  max-width: 540px;
  margin: 0 auto 2.5rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.6s forwards;
}
.home-scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.5);
  opacity: 0;
  animation: fadeUp 0.8s ease 0.9s forwards, scrollBounce 2s ease-in-out 1.8s infinite;
}
@keyframes fadeUp { from{opacity:0;transform:translateY(20px)} to{opacity:1;transform:none} }
@keyframes scrollBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

/* Grille des 3 univers */
.home-univers-section {
  padding: 5rem 1.5rem 6rem;
  background: var(--dark);
}
.home-univers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 860px) { .home-univers-grid { grid-template-columns: 1fr; max-width: 480px; } }

.home-univers-card {
  position: relative;
  border-radius: 8px;
  padding: 2.5rem 2rem 2rem;
  cursor: pointer;
  overflow: hidden;
  border: 0.5px solid var(--border);
  background: var(--dark-2);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.home-univers-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-strong);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.home-card-glow {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.home-univers-card:hover .home-card-glow { opacity: 1; }
.home-card-voyance .home-card-glow { background: radial-gradient(ellipse at 50% 0%, rgba(100,60,160,0.12) 0%, transparent 70%); }
.home-card-boutique .home-card-glow  { background: radial-gradient(ellipse at 50% 0%, rgba(201,168,76,0.1) 0%, transparent 70%); }
.home-card-ebooks .home-card-glow   { background: radial-gradient(ellipse at 50% 0%, rgba(70,150,160,0.12) 0%, transparent 70%); }

.home-card-icon {
  font-size: 2.4rem;
  margin-bottom: 0.9rem;
  line-height: 1;
}
.home-card-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.home-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 0.9rem;
  line-height: 1.2;
}
.home-card-desc {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.4rem;
  flex: 1;
}
.home-card-offers {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1.6rem;
  padding: 1rem;
  background: var(--dark);
  border-radius: 4px;
  border: 0.5px solid var(--border);
}
.home-offer-item {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 300;
}
.home-card-cta {
  display: block;
  text-align: center;
  background: var(--gold);
  color: var(--dark);
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem;
  border-radius: 3px;
  transition: background 0.2s, transform 0.15s;
  margin-top: auto;
}
.home-univers-card:hover .home-card-cta {
  background: var(--gold-light);
  transform: translateY(-1px);
}

/* Signature */
.home-signature {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem 3rem;
  background: var(--dark-2);
  border-top: 0.5px solid var(--border);
}
.home-sig-line { flex: 1; height: 0.5px; background: var(--border); }
.home-sig-content { display: flex; align-items: center; gap: 1rem; white-space: nowrap; }

/* === PROMO ROUE DE LA CHANCE (accueil) === */
.home-wheel-promo { padding: 5rem 1.5rem; background: var(--dark-2); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.home-wheel-promo-inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3.5rem; }
.home-wheel-promo-visual { position: relative; width: 200px; height: 230px; margin: 0 auto; flex-shrink: 0; }
.home-wheel-promo-visual .wheel-pendulum { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 34px; height: 50px; z-index: 3; }
.home-wheel-promo-visual .wheel-circle-static { position: absolute; top: 40px; left: 50%; transform: translateX(-50%); width: 190px; height: 190px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(201,168,76,0.5), 0 8px 30px rgba(0,0,0,0.5); animation: homeWheelSpin 14s linear infinite; }
.home-wheel-promo-visual .wheel-center-dot-static { position: absolute; top: 40px; left: 50%; transform: translate(-50%, 95px); width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px var(--dark-2), 0 0 0 5px rgba(201,168,76,0.5); z-index: 2; }
@keyframes homeWheelSpin { from { transform: translateX(-50%) rotate(0deg); } to { transform: translateX(-50%) rotate(360deg); } }
.home-wheel-promo-text { text-align: left; }
.home-wheel-promo-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.home-wheel-promo-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 500; color: var(--text); margin: 0 0 1rem; }
.home-wheel-promo-text h2 em { color: var(--gold); font-style: italic; }
.home-wheel-promo-text p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; max-width: 480px; margin-bottom: 1.75rem; }
.home-wheel-promo-list { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.75rem; }
.home-wheel-promo-list-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; color: var(--text); }
.home-wheel-promo-list-item .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
@media (max-width: 720px) {
  .home-wheel-promo-inner { grid-template-columns: 1fr; text-align: center; }
  .home-wheel-promo-text { text-align: center; }
  .home-wheel-promo-text p { margin-left: auto; margin-right: auto; }
  .home-wheel-promo-list-item { justify-content: center; }
}

/* === PROMO TIKTOK (accueil) === */
.home-tiktok-promo { padding: 4.5rem 1.5rem; text-align: center; background: linear-gradient(180deg, var(--dark) 0%, #150d12 100%); border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); }
.home-tiktok-eyebrow { font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: #FE2C55; margin-bottom: 0.75rem; }
.home-tiktok-promo h2 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 500; color: var(--text); margin: 0 0 1rem; }
.home-tiktok-promo h2 em { color: var(--gold); font-style: italic; }
.home-tiktok-promo p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; max-width: 480px; margin: 0 auto 1.75rem; }
.home-tiktok-handle { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(254,44,85,0.08); border: 1px solid rgba(254,44,85,0.3); border-radius: 999px; padding: 0.6rem 1.4rem; font-family: 'Jost', sans-serif; font-size: 0.95rem; color: var(--text); text-decoration: none; transition: all 0.2s; margin-bottom: 1.75rem; }
.home-tiktok-handle:hover { background: rgba(254,44,85,0.15); border-color: rgba(254,44,85,0.5); }
.home-tiktok-btn { display: inline-block; background: linear-gradient(90deg, #25F4EE 0%, #FE2C55 100%); color: #0E0C0A; font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.9rem 2.2rem; border-radius: 999px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.home-tiktok-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(254,44,85,0.25); }

/* === TÉMOIGNAGES === */
.home-testimonials-section { padding: 4.5rem 1.5rem; }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 2.5rem auto 0; }
.testimonial-card { background: var(--dark-2); border: 0.5px solid var(--border); border-radius: 6px; padding: 1.75rem; }
.testimonial-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 0.15rem; margin-bottom: 0.75rem; }
.testimonial-msg { font-size: 0.9rem; color: var(--text); line-height: 1.7; font-style: italic; margin-bottom: 1rem; }
.testimonial-name { font-size: 0.78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }

.home-sig-icon { font-size: 1.2rem; color: var(--gold); }
.home-sig-name { font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--gold-light); font-weight: 500; }
.home-sig-sub { font-size: 0.68rem; color: var(--text-muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.1rem; }
@media (max-width: 560px) { .home-signature { padding: 1.5rem 1rem; } .home-sig-line { display: none; } }

/* Pendule homepage — bois & laiton, forme réaliste */
.home-pendule-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem auto 2rem;
  position: relative;
  z-index: 2;
  width: 100px;
}
.home-pendule-pivot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f5e0a0, #a8801e);
  box-shadow: 0 0 12px rgba(201,168,76,0.55);
  margin-bottom: -2px;
  position: relative;
  z-index: 3;
}
.home-pendule-swing {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: top center;
  animation: homePenduleSwing 3.8s ease-in-out infinite;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.4));
}
@keyframes homePenduleSwing {
  0%   { transform: rotate(-16deg); }
  50%  { transform: rotate(16deg); }
  100% { transform: rotate(-16deg); }
}
.home-pendule-cord {
  width: 1.5px;
  height: 75px;
  background: linear-gradient(180deg, #e8dcc0 0%, #c9b896 100%);
}
.hp-ring {
  width: 30px;
  height: 7px;
  border-radius: 3px;
  background: linear-gradient(90deg, #8c6820 0%, #f0d070 35%, #fff4d0 50%, #f0d070 65%, #8c6820 100%);
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.hp-ring-top { margin-top: -1px; }
.hp-wood {
  position: relative;
  width: 26px;
  height: 44px;
  background: linear-gradient(90deg, #8a5a2e 0%, #c88a4a 20%, #e0a868 45%, #c88a4a 65%, #8a5a2e 100%);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: inset -4px 0 8px rgba(0,0,0,0.25), inset 3px 0 6px rgba(255,220,170,0.2);
}
.hp-wood-shine {
  position: absolute;
  top: 0; left: 30%;
  width: 25%; height: 100%;
  background: linear-gradient(180deg, rgba(255,240,210,0.5), rgba(255,240,210,0.1));
}
.hp-wood-grain {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(90,50,20,0.12) 0px, transparent 2px, transparent 6px),
    repeating-linear-gradient(4deg, rgba(60,30,10,0.08) 0px, transparent 3px, transparent 9px);
}
.hp-ring-bot { margin-top: -1px; }
.hp-tip {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 20px solid;
  border-top-color: #d4b055;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.35));
  position: relative;
}
.hp-tip::after {
  content: '';
  position: absolute;
  top: -20px; left: -3px;
  width: 3px; height: 14px;
  background: linear-gradient(180deg, rgba(255,245,210,0.6), transparent);
}
.home-pendule-shadow {
  width: 44px;
  height: 8px;
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  margin-top: 6px;
  filter: blur(5px);
  animation: homeShadowSwing 3.8s ease-in-out infinite;
}
@keyframes homeShadowSwing {
  0%   { transform: translateX(-20px) scaleX(0.7); opacity: 0.3; }
  50%  { transform: translateX(20px) scaleX(0.7); opacity: 0.3; }
  100% { transform: translateX(-20px) scaleX(0.7); opacity: 0.3; }
}
@media (max-width: 640px) {
  .home-pendule-cord { height: 55px; }
  .hp-wood { width: 20px; height: 34px; }
  .hp-ring { width: 24px; }
  .home-pendule-swing { animation-duration: 4.5s; }
}

/* ── EBOOKS ── */
.hero-ebooks {
  background:
    radial-gradient(ellipse 55% 50% at 50% 40%, rgba(120,80,180,0.1) 0%, transparent 65%),
    radial-gradient(ellipse 40% 35% at 20% 70%, rgba(201,168,76,0.07) 0%, transparent 60%),
    var(--dark);
  min-height: 60vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 7rem 1.5rem 4rem;
}
.ebook-img-wrap {
  width: 100%; aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--dark-3) 0%, var(--dark-4) 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
  border-bottom: 0.5px solid var(--border);
}
.ebook-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.bougie-card:hover .ebook-img-wrap img { transform: scale(1.04); }
.ebook-cover-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem;
  width: 78%; height: 88%;
  background: linear-gradient(160deg, #1e1a10 0%, #0e0c0a 100%);
  border: 1px solid rgba(201,168,76,0.35);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5), inset 0 1px 2px rgba(201,168,76,0.1);
  border-radius: 2px;
  color: rgba(201,168,76,0.4); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase;
  font-family: 'Jost', sans-serif; text-align: center; padding: 1rem;
}
.badge-format {
  position: absolute; bottom: 0.9rem; right: 0.9rem; z-index: 2;
  font-size: 0.58rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.25rem 0.6rem; border-radius: 2px;
  background: rgba(14,12,10,0.75); color: var(--gold-light); border: 0.5px solid var(--border-strong);
  backdrop-filter: blur(4px);
}
.ebook-pages { font-size: 0.72rem; color: var(--text-muted); margin-bottom: 0.4rem; }

/* Modal ebook — réutilise .bougie-modal-* */
.ebook-modal-cover {
  width: 100%; aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--dark-3), var(--dark-4));
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px 6px 0 0; overflow: hidden;
  border-bottom: 0.5px solid var(--border);
}
.ebook-modal-cover img { width: 100%; height: 100%; object-fit: cover; }

/* ── ANIMATION CARTES TAROT ── */
@keyframes cardFloat1 {
  0%   { transform: translateY(0px) rotate(-18deg); }
  50%  { transform: translateY(-12px) rotate(-14deg); }
  100% { transform: translateY(0px) rotate(-18deg); }
}
@keyframes cardFloat2 {
  0%   { transform: translateY(0px) rotate(-6deg); }
  50%  { transform: translateY(-16px) rotate(-3deg); }
  100% { transform: translateY(0px) rotate(-6deg); }
}
@keyframes cardFloat3 {
  0%   { transform: translateY(0px) rotate(2deg) scale(1.08); }
  50%  { transform: translateY(-14px) rotate(4deg) scale(1.08); }
  100% { transform: translateY(0px) rotate(2deg) scale(1.08); }
}
@keyframes cardFloat4 {
  0%   { transform: translateY(0px) rotate(10deg); }
  50%  { transform: translateY(-11px) rotate(13deg); }
  100% { transform: translateY(0px) rotate(10deg); }
}
@keyframes cardFloat5 {
  0%   { transform: translateY(0px) rotate(20deg); }
  50%  { transform: translateY(-9px) rotate(17deg); }
  100% { transform: translateY(0px) rotate(20deg); }
}
@keyframes cardFlip {
  0%,40%  { transform: rotateY(0deg); }
  50%,90% { transform: rotateY(180deg); }
  100%    { transform: rotateY(0deg); }
}
.cards-anim-wrap { position: relative; width: 340px; height: 130px; margin: 2rem auto 1.5rem; perspective: 800px; }
.tarot-anim-card { position: absolute; width: 62px; height: 100px; border-radius: 7px; cursor: default; }
.tarot-anim-inner { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; border-radius: 7px; }
.tarot-front, .tarot-back { position: absolute; inset: 0; border-radius: 7px; backface-visibility: hidden; display: flex; align-items: center; justify-content: center; }
.tarot-front { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--gold-light); background: linear-gradient(160deg, #1e1428 0%, #0e0c0a 100%); border: 1px solid rgba(201,168,76,0.45); box-shadow: 0 8px 28px rgba(0,0,0,0.55), inset 0 1px 2px rgba(201,168,76,0.1); }
.tarot-back { background: linear-gradient(135deg, #1a1228 0%, #0e0c0a 100%); border: 1px solid rgba(201,168,76,0.3); transform: rotateY(180deg); box-shadow: 0 8px 28px rgba(0,0,0,0.55); overflow: hidden; }
.tarot-back::before { content: '✦'; font-family: serif; font-size: 1.4rem; color: rgba(201,168,76,0.35); }
.tarot-back::after { content: ''; position: absolute; inset: 4px; border: 0.5px solid rgba(201,168,76,0.2); border-radius: 4px; }
.card-a1 { left: 10px; bottom: 0; animation: cardFloat1 5.2s ease-in-out infinite; z-index: 1; }
.card-a1 .tarot-anim-inner { animation: cardFlip 9s ease-in-out 0s infinite; }
.card-a2 { left: 70px; bottom: 10px; animation: cardFloat2 4.8s ease-in-out 0.6s infinite; z-index: 2; }
.card-a2 .tarot-anim-inner { animation: cardFlip 11s ease-in-out 2s infinite; }
.card-a3 { left: calc(50% - 31px); bottom: 15px; animation: cardFloat3 5s ease-in-out 1.2s infinite; z-index: 5; }
.card-a3 .tarot-anim-inner { animation: cardFlip 8s ease-in-out 1s infinite; }
.card-a4 { right: 70px; bottom: 10px; animation: cardFloat4 4.6s ease-in-out 0.4s infinite; z-index: 2; }
.card-a4 .tarot-anim-inner { animation: cardFlip 10s ease-in-out 3s infinite; }
.card-a5 { right: 10px; bottom: 0; animation: cardFloat5 5.4s ease-in-out 0.8s infinite; z-index: 1; }
.card-a5 .tarot-anim-inner { animation: cardFlip 12s ease-in-out 1.5s infinite; }
@media (max-width: 640px) {
  .cards-anim-wrap { width: 280px; height: 110px; }
  .tarot-anim-card { width: 50px; height: 82px; }
  .tarot-front { font-size: 1.4rem; }
  .card-a1 { left: 5px; } .card-a2 { left: 52px; }
  .card-a4 { right: 52px; } .card-a5 { right: 5px; }
}

/* ── BOUGIES ── */
.hero-bougies {
  background:
    radial-gradient(ellipse 55% 50% at 50% 40%, rgba(201,168,76,0.1) 0%, transparent 65%),
    radial-gradient(ellipse 40% 35% at 20% 70%, rgba(180,90,30,0.07) 0%, transparent 60%),
    var(--dark);
  min-height: 68vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 7rem 1.5rem 4rem;
  position: relative; overflow: hidden;
}
.hero-bougies::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle 300px at 50% 60%, rgba(201,168,76,0.04) 0%, transparent 70%);
  animation: flamePulse 3s ease-in-out infinite;
}
@keyframes flamePulse {
  0%,100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

/* Flamme déco hero */
.bougie-flame-deco {
  position: relative; z-index: 1;
  margin-bottom: 2rem;
  display: flex; flex-direction: column; align-items: center;
}
.flame-svg { animation: flameWave 2.5s ease-in-out infinite; transform-origin: bottom center; }
@keyframes flameWave {
  0%,100% { transform: scaleX(1) scaleY(1); }
  25% { transform: scaleX(0.92) scaleY(1.05); }
  75% { transform: scaleX(1.05) scaleY(0.97); }
}
.candle-body-deco {
  width: 18px; height: 60px;
  background: linear-gradient(180deg, #f0e8d8 0%, #d4c4a0 100%);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(201,168,76,0.3), inset -3px 0 6px rgba(0,0,0,0.15);
  position: relative;
}
.candle-body-deco::after {
  content: '';
  position: absolute; bottom: -4px; left: -2px; right: -2px;
  height: 6px;
  background: linear-gradient(180deg, #b8a880, #8c7d5c);
  border-radius: 0 0 3px 3px;
}
.candle-glow {
  position: absolute; top: -30px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 60px;
  background: radial-gradient(circle, rgba(255,180,50,0.35) 0%, transparent 70%);
  border-radius: 50%;
  animation: glowPulse 2.5s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.2); }
}

/* Grille catalogue */
.bougies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 900px) { .bougies-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bougies-grid { grid-template-columns: 1fr; } }

/* Carte bougie */
.bougie-card {
  background: var(--dark-2);
  border: 0.5px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.bougie-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-strong);
  box-shadow: 0 16px 48px rgba(201,168,76,0.12), 0 0 0 1px rgba(201,168,76,0.08);
}
.bougie-card-badge {
  position: absolute; top: 0.9rem; left: 0.9rem; z-index: 2;
  font-size: 0.6rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.25rem 0.7rem; border-radius: 2px;
}
.badge-new { background: var(--gold); color: var(--dark); }
.badge-promo { background: #C0392B; color: #F5E6D3; }
.badge-best { background: #7ec8a0; color: #0a1a10; }
.badge-limited { background: #b07030; color: #fff8ee; }
.badge-stock { background: var(--dark-3); color: var(--text-muted); border: 0.5px solid var(--border); }

/* Zone image */
.bougie-img-wrap {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--dark-3) 0%, var(--dark-4) 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
  border-bottom: 0.5px solid var(--border);
}
.bougie-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s ease;
}
.bougie-card:hover .bougie-img-wrap img { transform: scale(1.04); }
.bougie-img-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(201,168,76,0.3); font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase; font-family: 'Jost', sans-serif;
}
.bougie-img-placeholder svg { opacity: 0.3; }

/* Contenu carte */
.bougie-card-body { padding: 1.4rem 1.4rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.bougie-intention {
  font-size: 0.65rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.5rem;
}
.bougie-name {
  font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 500;
  color: var(--text); margin-bottom: 0.55rem; line-height: 1.2;
}
.bougie-desc-short {
  font-size: 0.83rem; font-weight: 300; color: var(--text-muted);
  line-height: 1.68; flex: 1; margin-bottom: 1.25rem;
}
.bougie-footer { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; margin-top: auto; }
.bougie-price {
  font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 300;
  color: var(--gold); line-height: 1;
}
.bougie-price sup { font-size: 0.85rem; vertical-align: top; margin-top: 0.3rem; display: inline-block; }
.bougie-price-tbd { font-size: 0.78rem; color: var(--text-muted); font-style: italic; }
.bougie-btns { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.bougie-btn {
  flex: 1; min-width: 100px;
  font-family: 'Jost', sans-serif; font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 0.7rem 0.8rem;
  border-radius: 2px; cursor: pointer; transition: all 0.2s; text-align: center;
  border: none; text-decoration: none; display: inline-block;
}
.bougie-btn-primary { background: var(--gold); color: var(--dark); }
.bougie-btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.bougie-btn-ghost { background: transparent; border: 0.5px solid var(--border-strong); color: var(--gold); }
.bougie-btn-ghost:hover { background: var(--dark-4); }
.bougie-btn-disabled { background: var(--dark-3); color: var(--text-muted); cursor: not-allowed; border: 0.5px solid var(--border); }

/* Modal fiche produit */
.bougie-modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(5,4,3,0.88); backdrop-filter: blur(6px);
  overflow-y: auto; padding: 2rem 1rem;
  animation: fadeIn 0.2s ease;
}
.bougie-modal-overlay.open { display: flex; align-items: flex-start; justify-content: center; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.bougie-modal {
  background: var(--dark-2); border: 0.5px solid var(--border-strong);
  border-radius: 6px; max-width: 780px; width: 100%;
  margin: auto; animation: slideUp 0.3s cubic-bezier(0.16,1,0.3,1);
  position: relative;
}
@keyframes slideUp { from { transform: translateY(30px); opacity: 0; } to { transform: none; opacity: 1; } }
.bougie-modal-close {
  position: absolute; top: 1rem; right: 1rem; z-index: 10;
  background: var(--dark-3); border: 0.5px solid var(--border); color: var(--text-muted);
  width: 32px; height: 32px; border-radius: 50%; cursor: pointer;
  font-size: 1rem; display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.bougie-modal-close:hover { color: var(--text); border-color: var(--border-strong); }
.bougie-modal-img {
  width: 100%; aspect-ratio: 16/7;
  background: linear-gradient(135deg, var(--dark-3), var(--dark-4));
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px 6px 0 0; overflow: hidden;
  border-bottom: 0.5px solid var(--border);
}
.bougie-modal-img img { width: 100%; height: 100%; object-fit: cover; }
.bougie-modal-body { padding: 2rem 2rem 2.5rem; }
.bougie-modal-label { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 0.6rem; }
.bougie-modal-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--text); margin-bottom: 0.75rem; }
.bougie-modal-price { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--gold); margin-bottom: 1.5rem; }
.bougie-modal-section { margin-bottom: 1.5rem; }
.bougie-modal-section h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; color: var(--text); margin-bottom: 0.5rem; border-bottom: 0.5px solid var(--border); padding-bottom: 0.4rem; }
.bougie-modal-section p, .bougie-modal-section li { font-size: 0.86rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; }
.bougie-modal-section ul { list-style: none; }
.bougie-modal-section li::before { content: '✦ '; color: var(--gold); font-size: 0.6rem; }
.bougie-modal-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 0.75rem; }
.bougie-spec { background: var(--dark-3); border: 0.5px solid var(--border); padding: 0.8rem; border-radius: 3px; }
.bougie-spec-label { font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 0.2rem; }
.bougie-spec-val { font-size: 0.87rem; color: var(--text); font-weight: 400; }

/* Qty selector */
.qty-wrap { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.qty-btn { background: var(--dark-3); border: 0.5px solid var(--border); color: var(--text-muted); width: 32px; height: 32px; border-radius: 2px; cursor: pointer; font-size: 1rem; transition: all 0.2s; }
.qty-btn:hover { border-color: var(--border-strong); color: var(--gold); }
.qty-input { width: 48px; text-align: center; background: var(--dark); border: 0.5px solid var(--border); color: var(--text); font-family: 'Jost', sans-serif; font-size: 0.9rem; padding: 0.4rem; border-radius: 2px; }
.stock-status { font-size: 0.76rem; letter-spacing: 0.06em; }
.stock-ok { color: #7ec8a0; } .stock-low { color: #e0a870; } .stock-none { color: var(--error); }

/* FAQ accordéon */
.bougies-faq { margin-top: 0; }
.faq-item { border-bottom: 0.5px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left; padding: 1.1rem 0;
  font-family: 'Jost', sans-serif; font-size: 0.9rem; font-weight: 400;
  color: var(--text); cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 1rem; transition: color 0.2s;
}
.faq-q:hover { color: var(--gold); }
.faq-icon { color: var(--gold); font-size: 1.1rem; flex-shrink: 0; transition: transform 0.25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { font-size: 0.84rem; font-weight: 300; color: var(--text-muted); line-height: 1.75; padding-bottom: 1rem; display: none; }
.faq-item.open .faq-a { display: block; animation: formIn 0.25s ease; }

/* Section consécration */
.consecration-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center;
}
@media (max-width: 720px) { .consecration-wrap { grid-template-columns: 1fr; } }
.consecration-img-placeholder {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--dark-3), var(--dark-4));
  border: 0.5px solid var(--border); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 0.5rem;
  color: rgba(201,168,76,0.25); font-size: 0.72rem; letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.visible { opacity: 1; transform: none; }
.rituel-card {
  background: var(--dark-2);
  border: 0.5px solid var(--border);
  padding: 2rem 1.6rem;
  position: relative;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  display: flex; flex-direction: column;
}
.rituel-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: 0 12px 40px rgba(201,168,76,0.1); }
.rituel-card.featured-rituel { border: 1px solid var(--gold); background: var(--dark-3); }
.rituel-card.premium-rituel { border: 1px solid rgba(201,168,76,0.5); background: linear-gradient(160deg, var(--dark-3) 0%, var(--dark-4) 100%); }
.rituel-badge { position: absolute; top: -0.7rem; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--dark); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.25rem 1rem; white-space: nowrap; border-radius: 2px; }
.rituel-icon { font-size: 1.6rem; margin-bottom: 0.75rem; color: var(--gold); opacity: 0.8; }
.rituel-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 500; color: var(--text); margin-bottom: 0.3rem; }
.rituel-price { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 0.2rem; }
.rituel-price sup { font-size: 1rem; vertical-align: top; margin-top: 0.5rem; display: inline-block; }
.rituel-caption { font-size: 0.75rem; color: var(--text-muted); margin-bottom: 1.25rem; }
.rituel-desc { font-size: 0.88rem; font-weight: 300; color: var(--text-muted); line-height: 1.7; margin-bottom: 1.25rem; }
.rituel-points { list-style: none; margin-bottom: 1.75rem; flex: 1; }
.rituel-points li { display: flex; align-items: center; gap: 0.6rem; padding: 0.45rem 0; border-bottom: 0.5px solid var(--border); font-size: 0.84rem; font-weight: 300; color: var(--text-muted); }
.rituel-points li:last-child { border-bottom: none; }
.rituel-points .rdot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.rituel-btn { display: block; width: 100%; background: var(--gold); color: var(--dark); font-family: 'Jost', sans-serif; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.85rem; border: none; border-radius: 2px; cursor: pointer; transition: all 0.2s; text-decoration: none; text-align: center; }
.rituel-btn:hover { background: var(--gold-light); transform: translateY(-1px); }
.rituel-btn.ghost-r { background: transparent; border: 0.5px solid var(--border-strong); color: var(--gold); }
.rituel-btn.ghost-r:hover { background: var(--dark-4); }
.comment-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: var(--border); margin-top: 2.5rem; }
.comment-step { background: var(--dark-2); padding: 1.75rem 1.5rem; text-align: center; }
.comment-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); opacity: 0.4; line-height: 1; margin-bottom: 0.5rem; }
.comment-step h3 { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 500; color: var(--text); margin-bottom: 0.35rem; }
.comment-step p { font-size: 0.82rem; font-weight: 300; color: var(--text-muted); line-height: 1.65; }
.reassurance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 2rem; }
.reassurance-item { background: var(--dark-2); border: 0.5px solid var(--border); padding: 1.4rem; text-align: center; }
.reassurance-icon { font-size: 1.4rem; margin-bottom: 0.5rem; }
.reassurance-item h4 { font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 500; color: var(--text); margin-bottom: 0.3rem; }
.reassurance-item p { font-size: 0.8rem; font-weight: 300; color: var(--text-muted); line-height: 1.6; }
  nav { padding: 0 1rem; }
  .nav-logo span { display: none; }
  .nav-tab { padding: 0 0.75rem; font-size: 0.72rem; }
  section { padding: 3.5rem 1.25rem; }
  .pricing-card { padding: 1.6rem 1.1rem; }
  .crosssell-inner { flex-direction: column; }
}

/* === BLOG === */
.blog-hero { padding: 7rem 1.5rem 3rem; text-align: center; max-width: 720px; margin: 0 auto; }
.blog-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 500; color: var(--text); margin: 0.5rem 0 1rem; }
.blog-hero h1 em { color: var(--gold); font-style: italic; }
.blog-hero p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; max-width: 560px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; max-width: 1100px; margin: 0 auto; padding: 1rem 1.5rem 6rem; }
.blog-card { background: var(--dark-2); border: 0.5px solid var(--border); border-radius: 6px; overflow: hidden; text-decoration: none; display: block; transition: transform 0.25s ease, border-color 0.25s ease; }
.blog-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,0.4); }
.blog-card-img { width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--dark); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 1.5rem; }
.blog-card-cat { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.blog-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 500; color: var(--text); line-height: 1.35; margin-bottom: 0.6rem; }
.blog-card-excerpt { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 1rem; }
.blog-card-readmore { font-size: 0.78rem; color: var(--gold); letter-spacing: 0.05em; text-transform: uppercase; }

/* Article individuel */
.article-hero { padding: 7rem 1.5rem 2rem; text-align: center; max-width: 780px; margin: 0 auto; }
.article-hero .blog-card-cat { justify-content: center; display: flex; }
.article-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 2.3rem; font-weight: 500; color: var(--text); line-height: 1.3; margin: 0.75rem 0 1rem; }
.article-meta { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.article-featured-img { width: 100%; max-width: 900px; margin: 0 auto 3rem; display: block; border-radius: 6px; overflow: hidden; }
.article-featured-img img { width: 100%; height: auto; display: block; }
.article-body { max-width: 700px; margin: 0 auto; padding: 0 1.5rem 5rem; color: var(--text); font-size: 0.98rem; line-height: 1.85; }
.article-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 500; color: var(--gold); margin: 2.5rem 0 1rem; }
.article-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 500; color: var(--text); margin: 2rem 0 0.75rem; }
.article-body p { margin-bottom: 1.25rem; }
.article-body ul, .article-body ol { margin: 0 0 1.25rem 1.25rem; }
.article-body li { margin-bottom: 0.5rem; }
.article-body a { color: var(--gold); text-decoration: underline; }
.article-body strong { color: var(--gold-light); }
.article-cta-box { background: var(--dark-2); border: 1px solid rgba(201,168,76,0.3); border-radius: 6px; padding: 2rem; text-align: center; margin: 3rem 0; }
.article-cta-box p { color: var(--text-muted); margin-bottom: 1rem; }
.article-back { display: block; max-width: 700px; margin: 0 auto 2rem; padding: 0 1.5rem; }
.article-back a { color: var(--text-muted); font-size: 0.82rem; text-decoration: none; }
.article-back a:hover { color: var(--gold); }

/* === MOT DE PASSE : ŒIL + MOT DE PASSE OUBLIÉ === */
.pwd-field-wrap { position: relative; }
.pwd-field-wrap input { padding-right: 2.6rem !important; }
.pwd-toggle-btn { position: absolute; right: 0.7rem; top: 50%; transform: translateY(-50%); background: none; border: none; cursor: pointer; font-size: 1.05rem; line-height: 1; color: #A89880; padding: 0.2rem; }
.pwd-toggle-btn:hover { color: #C9A84C; }
.forgot-pwd-link { text-align: right; margin-top: 0.4rem; }
.forgot-pwd-link a { font-size: 0.78rem; color: #A89880; text-decoration: underline; }
.forgot-pwd-link a:hover { color: #C9A84C; }

/* === BACK OFFICE === */
.admin-hero { padding: 7rem 1.5rem 2rem; text-align: center; max-width: 700px; margin: 0 auto; }
.admin-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 500; color: var(--text); margin: 0.5rem 0 0.5rem; }
.admin-denied { text-align: center; padding: 8rem 1.5rem; color: var(--text-muted); }
.admin-denied h2 { font-family: 'Cormorant Garamond', serif; color: var(--gold); font-size: 1.6rem; margin-bottom: 1rem; }
.admin-section { max-width: 1000px; margin: 0 auto 4rem; padding: 0 1.5rem; }
.admin-section-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--gold); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.6rem; }
.admin-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; margin-bottom: 3rem; }
.admin-stat-card { background: var(--dark-2); border: 0.5px solid var(--border); border-radius: 6px; padding: 1.5rem; text-align: center; }
.admin-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--gold); }
.admin-stat-label { font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0.3rem; }
.admin-card { background: var(--dark-2); border: 0.5px solid var(--border); border-radius: 6px; padding: 1.25rem 1.5rem; margin-bottom: 0.85rem; }
.admin-card-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.admin-badge { font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.25rem 0.6rem; border-radius: 999px; white-space: nowrap; }
.admin-badge-pending { background: rgba(232,201,122,0.15); color: #E8C97A; border: 1px solid rgba(232,201,122,0.35); }
.admin-badge-approved { background: rgba(160,232,176,0.12); color: #A0E8B0; border: 1px solid rgba(160,232,176,0.3); }
.admin-btn { background: var(--gold); color: var(--dark); font-family: 'Jost', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.5rem 1rem; border: none; border-radius: 3px; cursor: pointer; white-space: nowrap; }
.admin-btn:hover:not(:disabled) { background: var(--gold-light); }
.admin-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.admin-stock-input { width: 70px; background: #1A1713; border: 0.5px solid rgba(201,168,76,0.3); color: var(--text); font-family: 'Jost', sans-serif; font-size: 0.9rem; padding: 0.4rem 0.6rem; border-radius: 3px; text-align: center; }
.admin-stars { color: var(--gold); font-size: 0.9rem; }
.admin-empty { text-align: center; color: var(--text-muted); font-size: 0.85rem; padding: 2rem; }
.admin-loading { text-align: center; color: var(--text-muted); font-size: 0.85rem; padding: 2rem; }

/* === BANNIÈRE PACK EN AVANT (Boutique) === */
.pack-promo-banner { max-width: 1000px; margin: 0 auto 2rem; padding: 0 1.5rem; }
.pack-promo-inner { display: flex; align-items: center; gap: 1.5rem; background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.03)); border: 1px solid rgba(201,168,76,0.35); border-radius: 8px; padding: 1.25rem 1.5rem; text-decoration: none; transition: transform 0.2s, border-color 0.2s; }
.pack-promo-inner:hover { transform: translateY(-2px); border-color: rgba(201,168,76,0.6); }
.pack-promo-img { width: 72px; height: 72px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.pack-promo-text { flex: 1; min-width: 0; }
.pack-promo-eyebrow { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
.pack-promo-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--text); font-weight: 500; }
.pack-promo-sub { font-size: 0.8rem; color: var(--text-muted); margin-top: 0.2rem; }
.pack-promo-price { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--gold); white-space: nowrap; flex-shrink: 0; }
@media (max-width: 560px) {
  .pack-promo-inner { flex-wrap: wrap; }
  .pack-promo-price { order: 3; width: 100%; text-align: center; margin-top: 0.4rem; }
}

/* === BANNIÈRE BOX MYSTÈRE (Accueil) === */
.box-mystere-promo { padding: 3.5rem 1.5rem; text-align: center; background: linear-gradient(180deg, #150d12 0%, var(--dark) 100%); border-bottom: 0.5px solid var(--border); }
.box-mystere-inner { max-width: 780px; margin: 0 auto; display: flex; align-items: center; gap: 2rem; text-align: left; background: var(--dark-2); border: 1px solid rgba(201,168,76,0.35); border-radius: 10px; padding: 1.75rem; text-decoration: none; transition: transform 0.25s, border-color 0.25s; }
.box-mystere-inner:hover { transform: translateY(-3px); border-color: rgba(201,168,76,0.65); }
.box-mystere-img { width: 110px; height: 110px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.box-mystere-badge-new { display: inline-block; background: var(--gold); color: var(--dark); font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; padding: 0.25rem 0.6rem; border-radius: 999px; margin-bottom: 0.5rem; }
.box-mystere-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--text); font-weight: 500; line-height: 1.3; }
.box-mystere-sub { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.4rem; line-height: 1.6; }
.box-mystere-price { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; color: var(--gold); white-space: nowrap; flex-shrink: 0; }
@media (max-width: 600px) {
  .box-mystere-inner { flex-direction: column; text-align: center; }
  .box-mystere-img { width: 90px; height: 90px; }
}
