/*
 * Theme Name: mondiapason
 * Theme URI: https://mondiapason.fr
 * Description: Thème e-commerce sonothérapie — Design Hybrid V3
 * Version: 1.0.0
 * Author: mondiapason.fr
 * Text Domain: mondiapason
 * WC requires at least: 7.0
 * WC tested up to: 10.0
 */

/* === MONDIAPASON.FR — THÈME HYBRID V3 === */

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

:root {
  --hero-bg:      #0e1510;
  --hero-bg2:     #141c16;
  --forest:       #1e3a28;
  --forest-mid:   #2d5a3d;
  --sage:         #5a9a6e;
  --sage-light:   #8ec4a0;
  --gold:         #c9a050;
  --gold-light:   #e2bc72;
  --gold-pale:    #f0d9a8;
  --cream:        #faf6f0;
  --beige:        #f2ebe0;
  --sand:         #e8ddd0;
  --warm:         #d4c4a8;
  --terra:        #b07d5a;
  --terra-pale:   #eedccb;
  --brown:        #6b4f3a;
  --charcoal:     #2e2820;
  --muted:        #8a7f74;
  --white:        #ffffff;
}

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  opacity: 1;
}

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; padding: 22px 56px; display: flex; justify-content: space-between; align-items: center; transition: all 0.5s; }
nav.scrolled { background: rgba(14,21,16,0.96); backdrop-filter: blur(16px); padding: 14px 56px; border-bottom: 1px solid rgba(90,154,110,0.1); }
.logo { font-family: 'Dancing Script', cursive; font-size: 1.7rem; font-weight: 500; color: var(--cream); text-decoration: none; letter-spacing: 0.02em; transition: color 0.3s; }
.logo span { color: var(--gold); }
.nav-links { display: flex; gap: 36px; list-style: none; align-items: center; }
.nav-links a { color: rgba(250,246,240,0.6); text-decoration: none; font-size: 0.82rem; letter-spacing: 0.06em; transition: color 0.3s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-btn { background: var(--gold) !important; color: var(--hero-bg) !important; padding: 9px 22px; border-radius: 100px; font-weight: 500 !important; transition: background 0.3s !important; }
.nav-btn:hover { background: var(--gold-light) !important; }

/* ── HERO ── */
.hero { min-height: 100vh; background: var(--hero-bg); display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 110px 56px 70px; position: relative; overflow: hidden; }
canvas#waves { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.28; z-index: 0; }
.hero-glow { position: absolute; width: 700px; height: 700px; left: -150px; top: 50%; transform: translateY(-50%); background: radial-gradient(circle, rgba(45,90,61,0.35) 0%, transparent 65%); z-index: 0; pointer-events: none; }
.hero-glow-r { position: absolute; width: 500px; height: 500px; right: -80px; bottom: -80px; background: radial-gradient(circle, rgba(201,160,80,0.08) 0%, transparent 65%); z-index: 0; pointer-events: none; }
.hero-left { position: relative; z-index: 2; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; animation: fadeUp 1s ease both; }
.hero-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold); opacity: 0.6; }
h1.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(3.2rem, 5.5vw, 5.5rem); font-weight: 400; line-height: 1.1; color: var(--cream); animation: fadeUp 1s 0.12s ease both; }
h1.hero-title em { font-style: italic; color: var(--sage-light); }
h1.hero-title .gold { color: var(--gold); }
.hero-desc { margin-top: 24px; max-width: 460px; font-size: 1rem; color: rgba(250,246,240,0.55); line-height: 1.9; animation: fadeUp 1s 0.22s ease both; }
.hero-ctas { margin-top: 44px; display: flex; gap: 14px; flex-wrap: wrap; animation: fadeUp 1s 0.32s ease both; }
.btn-gold { background: var(--gold); color: var(--hero-bg); padding: 14px 34px; border-radius: 100px; text-decoration: none; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em; transition: all 0.35s; display: inline-flex; align-items: center; gap: 8px; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 14px 36px rgba(201,160,80,0.28); }
.btn-outline-cream { border: 1px solid rgba(250,246,240,0.2); color: rgba(250,246,240,0.7); background: transparent; padding: 14px 28px; border-radius: 100px; text-decoration: none; font-size: 0.85rem; letter-spacing: 0.04em; transition: all 0.3s; }
.btn-outline-cream:hover { border-color: rgba(250,246,240,0.5); color: var(--cream); }
.hero-badges { margin-top: 52px; display: flex; gap: 28px; flex-wrap: wrap; animation: fadeUp 1s 0.42s ease both; }
.hero-badge { display: flex; align-items: center; gap: 8px; }
.badge-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(90,154,110,0.12); border: 1px solid rgba(90,154,110,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.badge-text { font-size: 0.78rem; color: rgba(250,246,240,0.5); line-height: 1.4; }
.badge-text strong { display: block; color: rgba(250,246,240,0.85); font-size: 0.82rem; font-weight: 400; }
.hero-right { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; }
.orbital { position: relative; width: 400px; height: 460px; }
.ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; border: 1px solid rgba(90,154,110,0.18); transform: translate(-50%, -50%); }
.ring-1 { width: 340px; height: 340px; animation: spin 28s linear infinite; }
.ring-1::after { content: ''; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); width: 10px; height: 10px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 12px rgba(90,154,110,0.6); }
.ring-2 { width: 240px; height: 240px; border-style: dashed; border-color: rgba(201,160,80,0.15); animation: spin 18s linear infinite reverse; }
.ring-3 { width: 140px; height: 140px; border-color: rgba(90,154,110,0.1); animation: spin 12s linear infinite; }
.wave-rings-hero { position: absolute; top: 50%; left: 50%; }
.wave-ring-h { position: absolute; border-radius: 50%; border: 1px solid rgba(90,154,110,0.2); animation: waveOut 3.5s ease-out infinite; opacity: 0; }
.wave-ring-h:nth-child(1) { width: 160px; height: 160px; margin: -80px 0 0 -80px; animation-delay: 0s; }
.wave-ring-h:nth-child(2) { width: 230px; height: 230px; margin: -115px 0 0 -115px; animation-delay: 1.1s; }
.wave-ring-h:nth-child(3) { width: 310px; height: 310px; margin: -155px 0 0 -155px; animation-delay: 2.2s; }
.core { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, var(--forest-mid), var(--forest)); border: 1px solid rgba(90,154,110,0.3); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 48px rgba(45,90,61,0.4), inset 0 1px 0 rgba(255,255,255,0.06); animation: breathe 5s ease-in-out infinite; }
.core-icon { font-size: 2.2rem; }
.core-hz { font-family: 'Playfair Display', serif; font-size: 0.7rem; color: rgba(250,246,240,0.5); letter-spacing: 0.1em; margin-top: 2px; }
.scroll-cue { position: absolute; bottom: 36px; left: 56px; z-index: 2; display: flex; align-items: center; gap: 12px; animation: fadeUp 1s 1s ease both; }
.scroll-line { width: 40px; height: 1px; background: rgba(201,160,80,0.4); }
.scroll-text { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,246,240,0.3); }

/* ── TRANSITION ── */
.transition-band { background: linear-gradient(to bottom, var(--hero-bg) 0%, var(--forest) 40%, var(--cream) 100%); height: 120px; position: relative; z-index: 1; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--forest); padding: 18px 56px; display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; position: relative; z-index: 2; }
.trust-item { display: flex; align-items: center; gap: 9px; }
.trust-icon { font-size: 0.95rem; }
.trust-text { font-size: 0.8rem; color: rgba(250,246,240,0.75); letter-spacing: 0.04em; }

/* ── SECTIONS ── */
.section { padding: 100px 56px; position: relative; z-index: 2; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--terra); margin-bottom: 14px; }
.section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--terra); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; line-height: 1.2; color: var(--charcoal); }
.section-title em { font-style: italic; color: var(--forest-mid); }

/* ── FREQUENCIES ── */
.freq-section { background: var(--beige); }
.freq-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 60px; }
.freq-sub { font-size: 0.95rem; color: var(--muted); line-height: 1.9; margin-top: 16px; max-width: 420px; }
.freq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.freq-card { background: var(--white); border-radius: 14px; padding: 36px 28px; position: relative; overflow: hidden; transition: all 0.45s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 2px 24px rgba(0,0,0,0.04); cursor: default; }
.freq-card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(0,0,0,0.1); }
.freq-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 14px 14px 0 0; transition: opacity 0.4s; opacity: 0.7; }
.freq-card:nth-child(1)::before { background: linear-gradient(to right, var(--sage), var(--sage-light)); }
.freq-card:nth-child(2)::before { background: linear-gradient(to right, var(--gold), var(--gold-light)); }
.freq-card:nth-child(3)::before { background: linear-gradient(to right, var(--terra), #d4a07a); }
.freq-card:hover::before { opacity: 1; }
.freq-blob { position: absolute; top: -20px; right: -20px; width: 100px; height: 100px; border-radius: 50%; opacity: 0.07; transition: opacity 0.4s; }
.freq-card:hover .freq-blob { opacity: 0.13; }
.freq-card:nth-child(1) .freq-blob { background: var(--sage); }
.freq-card:nth-child(2) .freq-blob { background: var(--gold); }
.freq-card:nth-child(3) .freq-blob { background: var(--terra); }
.freq-num { font-family: 'Playfair Display', serif; font-size: 3.8rem; font-weight: 400; line-height: 1; color: var(--sand); margin-bottom: 2px; transition: color 0.4s; }
.freq-card:hover .freq-num { color: var(--warm); }
.freq-unit { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; }
.freq-bar { width: 28px; height: 2px; margin: 20px 0; border-radius: 1px; }
.freq-card:nth-child(1) .freq-bar { background: var(--sage); }
.freq-card:nth-child(2) .freq-bar { background: var(--gold); }
.freq-card:nth-child(3) .freq-bar { background: var(--terra); }
.freq-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--charcoal); margin-bottom: 10px; }
.freq-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.85; }
.freq-badge { display: inline-block; margin-top: 20px; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 14px; border-radius: 100px; }
.freq-card:nth-child(1) .freq-badge { background: rgba(90,154,110,0.1); color: var(--forest-mid); }
.freq-card:nth-child(2) .freq-badge { background: rgba(201,160,80,0.1); color: #8a6e28; }
.freq-card:nth-child(3) .freq-badge { background: rgba(176,125,90,0.1); color: var(--terra); }

/* ── PRODUCTS ── */
.products-section { background: var(--cream); }
.products-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: var(--white); border-radius: 14px; overflow: hidden; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 2px 18px rgba(0,0,0,0.04); position: relative; cursor: default; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,0.1); }
.product-img { height: 175px; display: flex; align-items: center; justify-content: center; font-size: 3.2rem; position: relative; overflow: hidden; }
.product-card:nth-child(1) .product-img { background: linear-gradient(135deg, #e8f0e8, #cde4d0); }
.product-card:nth-child(2) .product-img { background: linear-gradient(135deg, #f5ede0, #ead8c0); }
.product-card:nth-child(3) .product-img { background: linear-gradient(135deg, #eee8e0, #e0d5c4); }
.product-card:nth-child(4) .product-img { background: linear-gradient(135deg, #e8ede0, #d8e8d4); }
.product-badge { position: absolute; top: 10px; left: 10px; font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; font-family: 'Jost', sans-serif; }
.badge-bestseller { background: var(--terra); color: var(--white); }
.badge-new { background: var(--forest-mid); color: var(--white); }
.product-body { padding: 18px 18px 22px; }
.product-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--charcoal); margin-bottom: 6px; }
.product-desc { font-size: 0.78rem; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.product-row { display: flex; justify-content: space-between; align-items: center; }
.product-price { font-size: 1.1rem; color: var(--terra); }
.add-btn { width: 30px; height: 30px; border-radius: 50%; background: var(--beige); color: var(--forest-mid); display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: all 0.3s; border: 1px solid var(--sand); }
.product-card:hover .add-btn { background: var(--forest-mid); color: var(--white); border-color: var(--forest-mid); }

/* ── PACK ── */
.pack-section { background: var(--beige); }
.pack-card { max-width: 960px; margin: 56px auto 0; display: grid; grid-template-columns: 1.15fr 1fr; background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 0 12px 60px rgba(0,0,0,0.08); }
.pack-left { padding: 56px 48px; background: linear-gradient(150deg, var(--forest) 0%, var(--hero-bg2) 100%); position: relative; overflow: hidden; }
.pack-left::before { content: ''; position: absolute; top: -60px; right: -60px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(201,160,80,0.12), transparent 65%); border-radius: 50%; }
.pack-eyebrow { display: inline-block; background: var(--gold); color: var(--hero-bg); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500; padding: 5px 14px; border-radius: 100px; margin-bottom: 24px; }
.pack-title { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 400; line-height: 1.25; color: var(--cream); margin-bottom: 16px; }
.pack-title em { font-style: italic; color: var(--sage-light); }
.pack-desc { font-size: 0.88rem; color: rgba(250,246,240,0.55); line-height: 1.85; margin-bottom: 32px; }
.pack-pricing { display: flex; align-items: baseline; gap: 12px; margin-bottom: 32px; }
.pack-price { font-family: 'Playfair Display', serif; font-size: 3.2rem; color: var(--gold); }
.pack-old { font-size: 0.95rem; color: rgba(250,246,240,0.3); text-decoration: line-through; }
.pack-save { font-size: 0.72rem; color: var(--sage-light); background: rgba(90,154,110,0.15); border: 1px solid rgba(90,154,110,0.2); padding: 3px 10px; border-radius: 100px; }
.pack-right { padding: 48px 40px; display: flex; flex-direction: column; justify-content: center; }
.pack-includes-label { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.pack-list { list-style: none; }
.pack-list li { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--beige); font-size: 0.88rem; color: var(--charcoal); }
.pack-list li:last-child { border-bottom: none; }
.pack-check { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; background: rgba(45,90,61,0.08); border: 1px solid rgba(45,90,61,0.15); display: flex; align-items: center; justify-content: center; font-size: 0.55rem; color: var(--forest-mid); }

/* ── TESTIMONIALS ── */
.testi-section { background: var(--forest); padding: 90px 56px; }
.testi-inner { max-width: 1000px; margin: 0 auto; }
.testi-header { text-align: center; margin-bottom: 52px; }
.testi-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 400; color: var(--cream); }
.testi-title em { font-style: italic; color: var(--sage-light); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: rgba(250,246,240,0.04); border: 1px solid rgba(250,246,240,0.08); border-radius: 14px; padding: 28px 24px; transition: all 0.4s; }
.testi-card:hover { background: rgba(250,246,240,0.07); border-color: rgba(201,160,80,0.15); transform: translateY(-4px); }
.testi-stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 2px; margin-bottom: 16px; }
.testi-text { font-size: 0.86rem; color: rgba(250,246,240,0.65); line-height: 1.85; font-style: italic; margin-bottom: 20px; font-family: 'Playfair Display', serif; font-weight: 400; }
.testi-author { font-size: 0.72rem; color: rgba(250,246,240,0.35); letter-spacing: 0.08em; text-transform: uppercase; }
.testi-role { font-size: 0.7rem; color: var(--sage); margin-top: 2px; }

/* ── NEWSLETTER ── */
.news-section { background: var(--terra-pale); padding: 80px 56px; text-align: center; }
.news-icon { font-size: 2rem; margin-bottom: 16px; }
.news-title { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--charcoal); margin-bottom: 10px; }
.news-sub { font-size: 0.9rem; color: var(--muted); margin-bottom: 32px; max-width: 420px; margin-left: auto; margin-right: auto; }
.news-form { display: flex; gap: 10px; justify-content: center; max-width: 440px; margin: 0 auto; }
.news-input { flex: 1; padding: 13px 20px; border: 1px solid var(--warm); border-radius: 100px; background: rgba(255,255,255,0.7); font-family: 'Jost', sans-serif; font-size: 0.88rem; color: var(--charcoal); outline: none; transition: border-color 0.3s; }
.news-input:focus { border-color: var(--forest-mid); }
.news-btn { background: var(--forest); color: var(--cream); padding: 13px 26px; border-radius: 100px; border: none; font-size: 0.85rem; font-family: 'Jost', sans-serif; cursor: pointer; transition: background 0.3s; white-space: nowrap; }
.news-btn:hover { background: var(--forest-mid); }

/* ── FOOTER ── */
footer { background: var(--hero-bg); color: rgba(250,246,240,0.45); padding: 64px 56px 32px; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.f-logo { font-family: 'Dancing Script', cursive; font-size: 1.6rem; color: var(--cream); margin-bottom: 12px; }
.f-logo span { color: var(--gold); }
.f-tagline { font-size: 0.82rem; line-height: 1.8; max-width: 240px; }
.footer-col h4 { font-size: 0.65rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,246,240,0.25); margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 0.82rem; color: rgba(250,246,240,0.4); text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { max-width: 1100px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 24px; display: flex; justify-content: space-between; font-size: 0.72rem; }
.footer-domain { color: var(--sage); }

/* ── BREADCRUMB ── */
.breadcrumb { padding: 12px 56px; background: var(--beige); }
.breadcrumb ul { display: flex; gap: 8px; list-style: none; font-size: 0.8rem; color: var(--muted); }
.breadcrumb li:not(:last-child)::after { content: ' /'; margin-left: 8px; }
.breadcrumb a { color: var(--terra); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ── WOOCOMMERCE BASE ── */
.woocommerce-page .site-main { padding-top: 80px; }
.woocommerce ul.products li.product { text-align: left; }
.woocommerce ul.products li.product .price { color: var(--terra); font-size: 1rem; }
.woocommerce a.button, .woocommerce button.button { background: var(--forest-mid); color: var(--white); border-radius: 100px; padding: 10px 24px; font-family: 'Jost', sans-serif; transition: background 0.3s; }
.woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--forest); }
.woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--gold); color: var(--hero-bg); }
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--gold-light); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes breathe { 0%, 100% { box-shadow: 0 0 48px rgba(45,90,61,0.4), inset 0 1px 0 rgba(255,255,255,0.06); } 50% { box-shadow: 0 0 72px rgba(45,90,61,0.6), 0 0 24px rgba(90,154,110,0.2), inset 0 1px 0 rgba(255,255,255,0.06); } }
@keyframes waveOut { 0% { opacity: 0.5; transform: scale(0.85); } 100% { opacity: 0; transform: scale(1.7); } }
.reveal { opacity: 0; transform: translateY(26px); transition: all 0.75s cubic-bezier(0.4,0,0.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  nav { padding: 18px 24px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding: 100px 24px 60px; }
  .hero-right { display: none; }
  .section { padding: 72px 24px; }
  .freq-lead { grid-template-columns: 1fr; gap: 20px; }
  .freq-grid, .product-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .pack-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-bar { gap: 24px; padding: 16px 24px; }
  .news-section, .testi-section { padding: 60px 24px; }
  footer { padding: 48px 24px 24px; }
  .products-header { flex-direction: column; align-items: flex-start; gap: 6px; }
  .breadcrumb { padding: 12px 24px; }
}
@media (max-width: 560px) {
  .freq-grid, .product-grid, .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  h1.hero-title { font-size: 2.8rem; }
}

/* ═══════════════════════════════════════
   HAMBURGER MENU MOBILE
═══════════════════════════════════════ */
.hamburger-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  margin-left: auto;
  z-index: 1001;
}
.hamburger-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--cream);
  transition: all 0.3s ease;
  border-radius: 2px;
}
.hamburger-btn.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger-btn.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger-btn.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  #mainNav {
    flex-wrap: wrap;
    position: relative;
  }
  .hamburger-btn {
    display: flex;
  }
  .nav-links {
    display: none !important;
    width: 100%;
    flex-direction: column !important;
    background: var(--hero-bg);
    padding: 1rem 0;
    border-top: 1px solid rgba(201,160,80,0.2);
    gap: 0 !important;
  }
  .nav-links.is-open {
    display: flex !important;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links li a {
    display: block;
    padding: 0.85rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 1rem;
  }
  .nav-links li a.nav-btn {
    margin: 0.75rem 1.5rem;
    text-align: center;
    border-radius: 25px;
  }
}


/* === NEWSLETTER CF7 — dans section .news-section (fond terra-pale) === */
.news-section .wpcf7 { margin-top: 8px; }
.news-section .wpcf7-form { display: flex; flex-direction: column; align-items: center; gap: 0; }
.news-section .wpcf7-form p { margin: 0 0 10px; width: 100%; max-width: 440px; text-align: left; }
.news-section .wpcf7-form p:has(input[type=submit]) { text-align: center; margin-top: 6px; }

.news-section .wpcf7-form input[type=text],
.news-section .wpcf7-form input[type=email] {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid var(--warm);
  border-radius: 100px;
  background: rgba(255,255,255,0.7);
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  color: var(--charcoal);
  outline: none;
  transition: border-color 0.3s;
}
.news-section .wpcf7-form input[type=text]:focus,
.news-section .wpcf7-form input[type=email]:focus { border-color: var(--forest-mid); }

.news-section .wpcf7-form .wpcf7-acceptance { max-width: 440px; width: 100%; }
.news-section .wpcf7-form .wpcf7-list-item { display: flex; align-items: flex-start; gap: 10px; margin: 0; }
.news-section .wpcf7-form .wpcf7-list-item input[type=checkbox] { margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px; }
.news-section .wpcf7-form .wpcf7-list-item-label { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }
.news-section .wpcf7-form .wpcf7-list-item-label a { color: var(--terra); }

.news-section .wpcf7-form input[type=submit] {
  background: var(--forest);
  color: var(--cream);
  border: none;
  padding: 13px 32px;
  border-radius: 100px;
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
}
.news-section .wpcf7-form input[type=submit]:hover { background: var(--forest-mid); }
.news-section .wpcf7-form input[type=submit]:disabled { background: var(--sand); color: var(--muted); cursor: default; }
.news-section .wpcf7 .wpcf7-response-output { max-width: 440px; margin: 10px auto 0; font-size: 0.85rem; }
   FIX #1 — NAVIGATION DESKTOP VISIBLE (breakpoint 960px)
   ═══════════════════════════════════════════════════════ */
@media (min-width: 961px) {
  .hamburger-btn { display: none !important; }
  .nav-links {
    display: flex !important;
    flex-direction: row !important;
    width: auto !important;
    background: transparent !important;
    border-top: none !important;
    padding: 0 !important;
    gap: 36px !important;
    position: static !important;
  }
  .nav-links li { width: auto !important; }
  .nav-links li a {
    display: inline-block !important;
    padding: 0 !important;
    border-bottom: none !important;
    font-size: 0.82rem !important;
    color: rgba(250,246,240,0.6) !important;
  }
  .nav-links li a.nav-btn {
    margin: 0 !important;
    padding: 9px 22px !important;
    background: var(--gold) !important;
    color: var(--hero-bg) !important;
    border-radius: 100px !important;
  }
}

/* Hamburger visible dès 960px (pas seulement 768px) */
@media (max-width: 960px) {
  .hamburger-btn { display: flex; }
}

/* ═══════════════════════════════════════════════════════
   FIX #2 — MOBILE OVERFLOW (hero titre italic déborde)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  html, body { overflow-x: hidden; max-width: 100vw; }
  .hero { overflow-x: hidden; }
  h1.hero-title { overflow-wrap: break-word; word-break: break-word; max-width: 100%; }
  h1.hero-title em, h1.hero-title i { display: inline-block; max-width: 100%; overflow-wrap: break-word; }
}

/* ═══════════════════════════════════════════════════════
   FIX #3 — BOUTON "COMMANDER" DANS MENU MOBILE
   ═══════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .nav-links li a.nav-btn {
    max-width: calc(100% - 3rem);
    box-sizing: border-box;
    white-space: normal;
    word-break: break-word;
  }
}

/* ═══════════════════════════════════════════════════════
   FIX #4 — GRILLE BOUTIQUE MOBILE (noms produits)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.82rem;
    line-height: 1.3;
    word-break: break-word;
    hyphens: auto;
  }
}

/* ═══════════════════════════════════════════════════════
   FIX #5 — EXPRESS CHECKOUT MOBILE (Amazon Pay / GPay)
   ═══════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .wc-block-components-express-payment__event-buttons,
  .wc-block-components-express-payment__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }
  .wc-block-components-express-payment button {
    width: 100% !important;
    margin: 0.2rem 0 !important;
    min-height: 44px;
  }
}

/* ═══════════════════════════════════════════════════════
   FIX #6 — NOTIFICATIONS PANIER (1 seule à la fois)
   ═══════════════════════════════════════════════════════ */
.woocommerce-notices-wrapper .woocommerce-message:not(:first-child) { display: none; }

/* ═══════════════════════════════════════════════════════
   BADGE CARILLON SUR LES DIAPASONS
   ═══════════════════════════════════════════════════════ */
.badge-carillon-gift {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--gold);
  color: var(--hero-bg);
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  z-index: 5;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  pointer-events: none;
}

/* ═══════════════════════════════════════════════════════
   ICÔNE PANIER DANS LE HEADER
   ═══════════════════════════════════════════════════════ */
.header-cart-icon {
  position: relative;
  color: rgba(250,246,240,0.7);
  text-decoration: none;
  font-size: 1.15rem;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
  flex-shrink: 0;
}
.header-cart-icon:hover { color: var(--gold-light); }
.header-cart-icon .cart-count {
  position: absolute;
  top: -6px; right: -8px;
  background: var(--gold);
  color: var(--hero-bg);
  font-size: 0.58rem;
  width: 15px; height: 15px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-family: 'Jost', sans-serif;
}

/* ═══════════════════════════════════════════════════════
   BARRE DE PROGRESSION CARILLON
   ═══════════════════════════════════════════════════════ */
.carillon-progress-msg {
  background: #fff8e7;
  border-left: 4px solid var(--gold);
  padding: 12px 18px;
  margin-bottom: 16px;
  border-radius: 0 8px 8px 0;
  font-size: 0.9rem;
  color: #4a3800;
}
.carillon-progress-msg.done {
  background: #edf7ee;
  border-left-color: #28a745;
  color: #1a4420;
}

/* Nav toujours sombre sur pages intérieures (pas homepage) */

/* === LOGO IMAGE === */
a.logo { display: flex; align-items: center; padding: 4px 10px 4px 6px; background: rgba(255,255,255,0.92); border-radius: 8px; transition: background 0.3s; }
a.logo:hover { background: rgba(255,255,255,1); }
.logo-img { height: 38px; width: auto; display: block; }
