/* ==========================================================================
   You&Eye — Refonte démo · VERSION CLAIRE
   Thème lumineux, feel luxe, accents or du logo
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700&family=Inter:wght@400;500;600&display=swap');

:root {
  --bg: #f6f3ec;          /* ivoire chaud */
  --bg-2: #fffdf8;
  --surface: #ffffff;
  --surface-2: #fbf8f1;
  --ink: #17161a;         /* texte principal */
  --ink-2: #3a3940;
  --muted: #6a6870;
  --muted-2: #9a98a2;
  --line: rgba(20, 18, 10, 0.10);
  --line-strong: rgba(20, 18, 10, 0.16);

  --gold: #b8860b;        /* or lisible sur clair (texte/eyebrow) */
  --gold-bright: #ffc400; /* or vif (fills) */
  --gold-2: #ffd54a;
  --gold-deep: #e0a500;
  --gold-grad: linear-gradient(120deg, #ffd54a 0%, #ffc400 45%, #e0a500 100%);
  --ink-grad: linear-gradient(120deg, #b8860b 0%, #e0a500 100%);

  --radius: 18px;
  --radius-lg: 28px;
  --radius-sm: 12px;

  --shadow: 0 20px 50px -22px rgba(60, 50, 10, 0.28);
  --shadow-soft: 0 12px 34px -18px rgba(60, 50, 10, 0.22);
  --shadow-gold: 0 18px 44px -16px rgba(224, 165, 0, 0.5);

  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --font-head: "Bricolage Grotesque", "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -2;
  background:
    radial-gradient(55% 45% at 12% -5%, rgba(255, 196, 0, 0.16), transparent 60%),
    radial-gradient(50% 40% at 105% 10%, rgba(255, 196, 0, 0.10), transparent 55%),
    var(--bg);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink); }
.container { width: min(var(--maxw), 92%); margin-inline: auto; }
.gold { color: var(--gold); }
.gold-text { background: var(--ink-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: 0.78rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

section { padding: clamp(2.5rem, 5vw, 4.5rem) 0; position: relative; }
.section-head { max-width: 640px; margin-bottom: 2.2rem; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin: 1rem 0 0.8rem; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section-head.center { margin-inline: auto; text-align: center; }

.btn { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-head); font-weight: 600; font-size: 0.95rem; padding: 0.9rem 1.6rem; border-radius: 100px; border: 1px solid transparent; cursor: pointer; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--gold-grad); color: #1a1400; box-shadow: var(--shadow-gold); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 24px 54px -16px rgba(224,165,0,0.65); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-3px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.btn-lg { padding: 1.1rem 2rem; font-size: 1.02rem; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s, box-shadow .4s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(255, 253, 248, 0.85); backdrop-filter: blur(18px); border-bottom-color: var(--line); box-shadow: 0 6px 24px -18px rgba(60,50,10,.4); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-head); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.03em; color: var(--ink); }
.brand .eye { width: 30px; height: 30px; border-radius: 50%; background: var(--gold-grad); display: grid; place-items: center; position: relative; box-shadow: 0 4px 14px rgba(224,165,0,0.5); }
.brand .eye::after { content:""; width: 11px; height: 11px; border-radius: 50%; background: #17161a; }
.brand-badge { background:#1a1712; border-radius:999px; padding:9px 18px; display:inline-flex; align-items:center; box-shadow: 0 6px 18px -8px rgba(120,90,10,.5); }
.brand-badge img { height:32px; display:block; width:auto; }
.nav-lang { display:none; }
.brand .wordmark { display:flex; flex-direction:column; line-height:1; }
.brand small { font-size: 0.55rem; letter-spacing: 0.3em; color: var(--muted); font-weight: 500; margin-top:2px; }

.nav-links { display: flex; align-items: center; gap: 1.2rem; list-style: none; }
.nav-links a { font-size: 0.86rem; white-space: nowrap; color: var(--ink-2); transition: color 0.25s; position: relative; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:-6px; height:2px; width:0; background: var(--gold); transition: width 0.3s var(--ease); }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.lang { position: relative; }
.lang-toggle { display:inline-flex; align-items:center; gap:6px; background:none; border:1px solid var(--line-strong); color:var(--ink-2); font-family:var(--font-head); font-weight:600; font-size:0.82rem; cursor:pointer; padding:7px 12px; border-radius:100px; transition:.2s; }
.lang-toggle:hover { border-color: var(--gold); color: var(--gold); }
.lang-toggle .caret { font-size:.7rem; transition:transform .25s; }
.lang.open .lang-toggle .caret { transform: rotate(180deg); }
.lang-menu { position:absolute; top:calc(100% + 8px); right:0; background:var(--surface); border:1px solid var(--line); border-radius:12px; box-shadow: var(--shadow); list-style:none; padding:6px; min-width:160px; opacity:0; visibility:hidden; transform:translateY(-6px); transition:.2s var(--ease); z-index:120; }
.lang.open .lang-menu { opacity:1; visibility:visible; transform:none; }
.lang-menu li { list-style:none; }
.lang-menu button { width:100%; text-align:left; background:none; border:0; color:var(--ink-2); font-family:var(--font-body); font-size:0.92rem; cursor:pointer; padding:9px 12px; border-radius:8px; transition:.15s; }
.lang-menu button:hover { background: var(--surface-2); color: var(--gold); }
.lang-menu button.active { color: var(--gold-deep); font-weight:600; background: #fffaf0; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: 0.3s; }

.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 78px; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.hero h1 { font-size: clamp(2.8rem, 6.5vw, 5.2rem); font-weight: 700; }
.hero .sub { font-size: 1.2rem; color: var(--muted); margin: 1.5rem 0 2rem; max-width: 32ch; }
.hero .price-tag { display: inline-flex; align-items:center; gap: 0.8rem; font-family: var(--font-head); letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.85rem; color: var(--ink-2); margin-bottom: 2rem; }
.hero .price-tag b { color: var(--gold); font-size: 1.1rem; }
.hero .gift-hint { font-size: 0.98rem; color: var(--muted-2); margin-bottom: 1.8rem; display: inline-flex; align-items: center; gap: .5rem; }
.hero .gift-hint span { font-size: 1.15rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.iris-visual { position: relative; display: grid; place-items: center; aspect-ratio: 1; }
.iris { width: min(420px, 80%); aspect-ratio: 1; border-radius: 50%;
  background: conic-gradient(from 0deg, #ffd54a, #e0a500, #8a6a00, #ffc400, #fff2c0, #e0a500, #ffd54a);
  position: relative; box-shadow: 0 30px 80px -20px rgba(224,165,0,0.55);
  animation: spin 26s linear infinite;
  -webkit-mask: radial-gradient(circle at center, transparent 15%, #000 15.5%, #000 49%, transparent 50%);
  mask: radial-gradient(circle at center, transparent 15%, #000 15.5%, #000 49%, transparent 50%); }
.iris-pupil { position:absolute; inset:0; margin:auto; width:30%; height:30%; border-radius:50%; background:#17161a; }
.iris-ring { position:absolute; inset: 0; border-radius:50%; border: 1px solid var(--line); }
.iris-ring.r2 { inset: -30px; border-color: rgba(224,165,0,0.28); animation: pulse 4s var(--ease) infinite; }
.iris-ring.r3 { inset: -70px; border-color: rgba(224,165,0,0.14); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100%{ transform: scale(1); opacity:.6 } 50%{ transform: scale(1.04); opacity:1 } }

.scroll-hint { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); font-family: var(--font-head); font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--muted-2); display: flex; flex-direction: column; align-items: center; gap: 0.6rem; }
.scroll-hint span { width: 1px; height: 40px; background: linear-gradient(var(--gold), transparent); }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s; box-shadow: var(--shadow-soft); }
.card:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: var(--shadow); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.step .num { font-family: var(--font-head); font-size: 3rem; font-weight: 700; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.step h3 { font-size: 1.25rem; margin: 1rem 0 0.5rem; }
.step p { color: var(--muted); font-size: 0.98rem; }

.effects { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; }
.effect { display:block; text-decoration:none; color:inherit; border-radius: var(--radius-sm); overflow: hidden; background:#000; position: relative; aspect-ratio: 3/4; border: 1px solid var(--line); transition: transform .4s var(--ease), box-shadow .4s; box-shadow: var(--shadow-soft); }
.effect:hover { transform: translateY(-6px) scale(1.02); box-shadow: var(--shadow-gold); }
.effect .swatch { position:absolute; inset:0; }
img.swatch { width:100%; height:100%; object-fit:contain; }
img.thumb { object-fit:cover; }
.iris-photo { width: min(420px, 80%); aspect-ratio:1; border-radius:50%; object-fit:cover; box-shadow: 0 30px 80px -20px rgba(224,165,0,0.5); position:relative; z-index:1; }
/* Défilé d'iris (humains + animaux) : fondu enchaîné, plus compact, sans cercles */
.iris-defile { position:relative; width: min(330px, 100%); aspect-ratio:1; margin-inline:auto; border-radius:50%; overflow:hidden; box-shadow: 0 22px 55px -22px rgba(224,165,0,0.5); z-index:1; }
.iris-defile img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transform: scale(1.5); opacity:0; animation: irisDefile 18s infinite; }
@keyframes irisDefile { 0%{opacity:0} 1.7%{opacity:1} 14%{opacity:1} 16.66%{opacity:0} 100%{opacity:0} }
@media (prefers-reduced-motion: reduce){ .iris-defile img { animation:none } .iris-defile img:first-child { opacity:1 } }
.effect .label { position: absolute; left:0; right:0; bottom:0; padding: 1rem; background: linear-gradient(transparent, rgba(0,0,0,0.8)); }
.effect .label small { display:block; color: #fff; font-family: var(--font-head); font-weight:600; font-size: 1.05rem; letter-spacing: 0.06em; text-transform: uppercase; }
.effect .label small::first-letter { color: var(--gold-2); }
.effect .label h4 { font-size: 1.05rem; color:#fff; }

/* Carte mise en avant */
.map-wrap { display: grid; grid-template-columns: 380px 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; min-height: 580px; background: var(--surface); box-shadow: var(--shadow); }
.store-list { max-height: 580px; overflow-y: auto; border-right: 1px solid var(--line); background: var(--surface); }
.store-search { padding: 1.2rem; position: sticky; top: 0; background: var(--surface); border-bottom: 1px solid var(--line); z-index: 2; }
.store-search input { width: 100%; background: var(--surface-2); border: 1px solid var(--line-strong); color: var(--ink); padding: 0.8rem 1rem; border-radius: 100px; font-family: var(--font-body); font-size: 0.95rem; }
.store-search input::placeholder { color: var(--muted-2); }
.store-item { padding: 1.1rem 1.3rem; border-bottom: 1px solid var(--line); cursor: pointer; transition: background .25s; display:flex; align-items:center; justify-content:space-between; gap:.5rem; }
.store-item:hover, .store-item.active { background: var(--surface-2); }
.store-item.active { border-left: 3px solid var(--gold-bright); }
.store-item h4 { font-size: 1.05rem; display:flex; align-items:center; gap: 0.5rem; }
.store-item p { color: var(--muted); font-size: 0.86rem; margin-top: 0.2rem; }
.store-item .dist { color: var(--gold); font-weight:600; font-size:.82rem; font-family:var(--font-head); }
.store-locate { display:flex; align-items:center; justify-content:space-between; gap:.6rem; margin-top:.7rem; flex-wrap:wrap; }
.store-locate-txt { font-size:.8rem; color:var(--muted); }
.store-locate-btn { background:none; border:1px solid var(--line-strong); color:var(--ink-2); font-family:var(--font-head); font-weight:600; font-size:.78rem; padding:5px 12px; border-radius:100px; cursor:pointer; transition:.2s; white-space:nowrap; }
.store-locate-btn:hover { border-color:var(--gold); color:var(--gold); }
.store-item .go { color: var(--gold); font-size: 1.2rem; flex-shrink:0; transition: transform .25s; }
.store-item:hover .go { transform: translateX(4px); }
#map { width: 100%; height: 580px; background: var(--surface-2); }
.leaflet-popup-content-wrapper { background: #fff; color: var(--ink); border-radius: 12px; box-shadow: var(--shadow); }
.leaflet-popup-content { font-family: var(--font-body); }
.leaflet-popup-content b { color: var(--gold); font-family: var(--font-head); }
.leaflet-popup-content a { color: var(--gold); font-weight: 600; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.review .stars { color: var(--gold-deep); letter-spacing: 3px; margin-bottom: 1rem; }
.review p { font-style: italic; color: var(--ink-2); }
.review .who { margin-top: 1.2rem; font-family: var(--font-head); font-weight: 600; color: var(--gold); }

.cta-band { border-radius: var(--radius-lg); background: radial-gradient(80% 120% at 100% 0%, rgba(255,196,0,0.22), transparent 60%), linear-gradient(120deg, #fffdf8, #fbf3df); border: 1px solid var(--line-strong); padding: clamp(2.5rem, 5vw, 4rem); text-align: center; box-shadow: var(--shadow-soft); }
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.cta-band p { color: var(--muted); max-width: 52ch; margin: 0 auto 2rem; }

.cta-dark { background: var(--ink); color: #fff; }
.cta-dark h2, .cta-dark .gold-text { color: #fff; -webkit-text-fill-color: #fff; }
.cta-dark p { color: rgba(255,255,255,.75); }

.logo-band { display:flex; flex-wrap:wrap; gap: 2.5rem 3.5rem; align-items:center; justify-content:center; }
.logo-band span { font-family: var(--font-head); font-weight: 600; letter-spacing: 0.12em; color: var(--muted-2); font-size: 1.05rem; transition: color .3s; }
.logo-band span:hover { color: var(--gold); }

.page-hero { padding: 7.5rem 0 2.2rem; }
.page-hero h1 { margin-top: .7rem; }
.page-hero .sub { margin-top: 1.3rem; }
.page-hero .hero-actions { margin-top: 2.4rem; }
.breadcrumb { color: var(--muted-2); font-size: 0.85rem; margin-top: 1rem; }
.breadcrumb a:hover { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); }

.gift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.amount-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.5rem 0; }
.amount { background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 1.4rem; text-align: center; cursor: pointer; transition: .3s var(--ease); font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; box-shadow: var(--shadow-soft); }
.amount:hover, .amount.active { border-color: var(--gold-bright); background: #fffaf0; color: var(--gold-deep); transform: translateY(-4px); }
.gift-card-visual { aspect-ratio: 1.6; border-radius: var(--radius-lg); padding: 2rem; background: linear-gradient(135deg, #1d1c22, #2b2620); border: 1px solid var(--gold-bright); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); color:#fff; }
.gift-card-visual .brand, .gift-card-visual h4 { color:#fff; }
.gift-card-visual .brand .eye::after { background:#1d1c22; }
.gift-card-visual .chip { width: 46px; height: 34px; border-radius: 7px; background: var(--gold-grad); }

.formulas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.formula { position: relative; display: flex; flex-direction: column; }
.formula.popular { border-color: var(--gold-bright); box-shadow: var(--shadow-gold); }
.formula .badge { position:absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold-grad); color:#1a1400; font-family: var(--font-head); font-weight:700; font-size: 0.7rem; letter-spacing: 0.12em; padding: 0.35rem 0.9rem; border-radius: 100px; text-transform: uppercase; }
.formula .fname { font-family: var(--font-head); color: var(--muted); font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; }
.formula h3 { font-size: 1.5rem; margin: 0.4rem 0 1rem; }
.formula ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; margin-top: 1rem; }
.formula li { font-size: 0.9rem; color: var(--muted); display: flex; gap: 0.6rem; align-items: flex-start; }
.formula li::before { content: "✓"; color: var(--gold-deep); font-weight: 700; }

.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.product .thumb { aspect-ratio: 4/3; border-radius: var(--radius-sm); margin-bottom: 1.2rem; border: 1px solid var(--line); }
.product h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.product p { color: var(--muted); font-size: 0.94rem; }

.commitments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.commitments.commit-3 { grid-template-columns: repeat(3, 1fr); }
/* 5 engagements : rangée souple centrée (évite le « 4 + 1 » bancal) */
.commitments.commit-5 { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.3rem; }
.commitments.commit-5 .commit { flex: 1 1 190px; max-width: 250px; }
.commit .ic { width: 46px; height: 46px; border-radius: 12px; background: #fff6e0; display:grid; place-items:center; margin-bottom: 1rem; font-size: 1.3rem; }
.commit h4 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.commit p { color: var(--muted); font-size: 0.88rem; }

.faq-list { max-width: 820px; margin-inline: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; color: var(--ink); cursor: pointer; padding: 1.5rem 0; font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-q .plus { color: var(--gold); font-size: 1.5rem; transition: transform .3s; flex-shrink: 0; }
.faq-item.open .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); color: var(--muted); }
.faq-a p { padding-bottom: 1.5rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field.full, .check.full { grid-column: 1 / -1; }
.field label { font-size: 0.85rem; color: var(--muted); font-family: var(--font-head); }
.field input, .field select, .field textarea { background: var(--surface-2); border: 1px solid var(--line-strong); color: var(--ink); padding: 0.85rem 1rem; border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.95rem; transition: border-color .25s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-bright); }
.field textarea { resize: vertical; min-height: 130px; }
.check { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.82rem; color: var(--muted); }
.check input { margin-top: 3px; accent-color: var(--gold-deep); }

.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2.5rem 0; }
.stat { text-align: center; }
.stat .big { font-family: var(--font-head); font-size: clamp(2.5rem, 5vw, 3.6rem); font-weight: 700; background: var(--ink-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .lbl { color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.feature-list { list-style: none; display:flex; flex-direction: column; gap: 1rem; }
.feature-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.feature-list .dot { width: 26px; height: 26px; border-radius: 8px; background: #fff6e0; color: var(--gold-deep); display:grid; place-items:center; flex-shrink:0; font-size: 0.9rem; }

.simulator { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.sim-preview { aspect-ratio: 1; border-radius: var(--radius-lg); border: 1px solid var(--line-strong); display:grid; place-items:center; position: relative; overflow: hidden; background: var(--surface-2); box-shadow: var(--shadow-soft); }
.sim-iris { width: 70%; aspect-ratio:1; border-radius: 50%; transition: filter .5s, transform .5s;
  background: conic-gradient(from 0deg, #ffd54a, #e0a500, #8a6a00, #ffc400, #fff2c0, #e0a500, #ffd54a);
  -webkit-mask: radial-gradient(circle at center, transparent 18%, #000 18.5%); mask: radial-gradient(circle at center, transparent 18%, #000 18.5%); }
.sim-controls .opt-group { margin-bottom: 2rem; }
.sim-controls .opt-group > label { display:block; font-family: var(--font-head); margin-bottom: 0.8rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8rem; }
.chips { display:flex; flex-wrap:wrap; gap: 0.6rem; }
.chip-btn { background: var(--surface); border: 1px solid var(--line-strong); color: var(--ink); padding: 0.6rem 1.1rem; border-radius: 100px; cursor: pointer; font-family: var(--font-head); font-size: 0.88rem; transition: .25s; }
.chip-btn:hover, .chip-btn.active { border-color: var(--gold-bright); color: var(--gold-deep); background: #fffaf0; }

/* Page boutique individuelle */
.store-hero { display:grid; grid-template-columns: 1fr 1fr; gap:3rem; align-items:center; }
.store-mini-map { height: 380px; border-radius: var(--radius-lg); border:1px solid var(--line); overflow:hidden; box-shadow: var(--shadow); }
.store-photo { width:100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius-lg); border:1px solid var(--line); box-shadow: var(--shadow); display:block; margin-bottom: 1.1rem; }
.store-mini-map.with-photo { height: 240px; }
.store-info-card .row { display:flex; gap:.8rem; align-items:flex-start; padding: .9rem 0; border-bottom: 1px solid var(--line); }
.store-info-card .row:last-child { border-bottom: 0; }
.store-info-card .row .ic { color: var(--gold-deep); font-size:1.1rem; }
.store-social { display:flex; gap:.7rem; align-items:center; flex-wrap:wrap; margin-top:1.3rem; }
.store-social .soc-label { font-family:var(--font-head); font-weight:600; font-size:.85rem; color:var(--muted); margin-right:.3rem; }
.store-social a.soc { width:46px; height:46px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#fff; transition:transform .2s var(--ease), box-shadow .2s; box-shadow:0 6px 16px -6px rgba(0,0,0,.35); }
.store-social a.soc:hover { transform:translateY(-4px) scale(1.06); box-shadow:0 12px 22px -8px rgba(0,0,0,.45); }
.store-social a.soc svg { width:23px; height:23px; }
.store-social a.ig { background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7); }
.store-social a.tt { background:#010101; }
.store-social a.fb { background:#1877F2; }
.today-badge { display:inline-flex; align-items:center; gap:.5rem; font-family:var(--font-head); font-weight:600; font-size:.8rem; padding:.3rem .8rem; border-radius:100px; }
.today-badge.open { background:#e7f6ec; color:#1a7a3e; }
.today-badge.closed { background:#fdeaea; color:#b02a2a; }
.today-badge.appt { background:#fff4d6; color:#8a6500; }
/* Pause de midi / avant ouverture : ni « ouvert » ni « ferme pour la journee ». */
.today-badge.pause { background:#fff1e0; color:#a8560d; }
/* Galerie / emplacements photos iris d'animaux (à remplacer par vos visuels) */
.animal-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
@media (max-width:640px){ .animal-gallery { grid-template-columns:repeat(2,1fr); } }
.animal-slot { position:relative; overflow:hidden; background:radial-gradient(circle at 50% 45%, #17171c 0%, #0a0a0d 72%); border:1px solid rgba(255,255,255,.06); }
.animal-slot.tile { aspect-ratio:1; border-radius:14px; }
.animal-slot::before { content:""; position:absolute; inset:0; margin:auto; width:40%; height:40%; border-radius:50%; background:radial-gradient(circle,rgba(255,196,0,.16),transparent 62%); border:1px solid rgba(255,255,255,.10); }
.animal-slot::after { content:"Photo à venir"; position:absolute; left:0; right:0; bottom:12px; text-align:center; font-family:var(--font-head); font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.42); }
/* Galerie animaux : vraies photos d'iris (fond noir, carrees) */
.animal-tile { width:100%; aspect-ratio:1; object-fit:cover; border-radius:14px; background:#0d0d10; box-shadow:var(--shadow-soft); display:block; transition:transform .3s var(--ease), box-shadow .3s; }
.animal-tile:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
/* Emplacements photos produits en situation (à remplacer par vos visuels) */
.thumb.slot { aspect-ratio:1; display:flex; align-items:center; justify-content:center; text-align:center; background:linear-gradient(135deg,#faf7ef,#efe7d8); border:1px dashed var(--line-strong); border-radius:14px; color:var(--muted-2); font-family:var(--font-head); font-size:.86rem; line-height:2; letter-spacing:.03em; }
.thumb.slot span { font-size:1.05rem; }
.price-grid { display:grid; grid-template-columns:2fr 1fr; gap:1.5rem; align-items:start; }
.price-grid.single { grid-template-columns:minmax(0,620px); justify-content:center; }
.price-grid img { width:100%; border-radius:var(--radius); border:1px solid var(--line); box-shadow:var(--shadow-soft); cursor:zoom-in; }
.price-grid .grid-hint { grid-column:1 / -1; text-align:center; color:var(--muted); font-size:.82rem; margin-top:-.4rem; }
/* Loupe plein écran (grilles tarifaires) */
.lightbox { position:fixed; inset:0; z-index:9999; background:rgba(10,9,6,.94); display:none; touch-action:none; overscroll-behavior:contain; }
.lightbox.open { display:block; }
.lightbox .lb-img { position:absolute; top:0; left:0; transform-origin:0 0; will-change:transform; cursor:zoom-in; user-select:none; -webkit-user-drag:none; border-radius:6px; box-shadow:0 12px 44px rgba(0,0,0,.55); }
.lightbox.zoomed .lb-img { cursor:grab; }
.lightbox .lb-close { position:absolute; top:14px; right:16px; z-index:2; width:44px; height:44px; border-radius:50%; border:none; background:rgba(255,255,255,.16); color:#fff; font-size:1.7rem; line-height:1; cursor:pointer; display:grid; place-items:center; -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px); }
.lightbox .lb-close:hover { background:rgba(255,255,255,.28); }
.lightbox .lb-hint { position:absolute; bottom:20px; left:0; right:0; text-align:center; color:rgba(255,255,255,.78); font-family:var(--font-head); font-size:.82rem; letter-spacing:.04em; pointer-events:none; transition:opacity .35s; }
.reserve-list { display:flex; flex-direction:column; gap:1rem; }
.reserve-row { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.1rem 1.3rem; border:1px solid var(--line-strong); border-radius:var(--radius); transition:.2s; }
.reserve-row:hover { border-color:var(--gold); transform:translateY(-2px); box-shadow:var(--shadow-soft); }
.reserve-row b { font-family:var(--font-head); }
.reserve-row .arrow { color:var(--gold); font-size:1.3rem; }
@media (max-width:760px){ .price-grid { grid-template-columns:1fr; } }
.hours-head { display:flex; align-items:center; justify-content:space-between; gap:.5rem; flex-wrap:wrap; }
.today-hours { margin-top:.4rem; font-family:var(--font-head); color:var(--ink); font-size:.98rem; font-weight:600; }
.hours-table { width:100%; border-collapse:collapse; margin-top:.2rem; }
.hours-table td { padding:.5rem 0; border-bottom:1px solid var(--line); color:var(--muted); font-size:.9rem; vertical-align:top; line-height:1.55; }
.hours-table td:first-child { white-space:nowrap; padding-right:1rem; }
.hours-table td:last-child { text-align:right; color:var(--ink); font-family:var(--font-head); }
.hours-table tr:last-child td { border-bottom:none; }

.site-footer { border-top: 1px solid var(--line); padding: 4rem 0 2rem; margin-top: 2rem; background: var(--bg-2); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.footer-grid h5 { font-family: var(--font-head); font-size: 0.8rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-grid ul { list-style: none; display:flex; flex-direction: column; gap: 0.6rem; }
.footer-grid a { color: var(--muted); font-size: 0.92rem; transition: color .25s; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid p { color: var(--muted); font-size: 0.92rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items:center; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 0.85rem; }
.footer-legal a { color: inherit; text-decoration: none; }
.footer-legal a:hover { color: var(--ink); text-decoration: underline; }

/* Pages légales (CGV, mentions, confidentialité) */
.legal { max-width: 820px; margin: 0 auto; color: var(--ink); line-height: 1.7; }
.legal .legal-intro { font-size: 1.05rem; color: var(--muted); background: #fffdf8; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 1rem 1.2rem; }
.legal h2 { font-size: 1.25rem; margin: 2rem 0 .6rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.legal h2:first-of-type { border-top: none; padding-top: 0; }
.legal h3 { font-size: 1.02rem; margin: 1.2rem 0 .4rem; color: var(--ink); }
.legal p { margin: 0 0 .8rem; color: var(--muted-2); }
.legal a { color: var(--gold-3, #8a6500); text-decoration: underline; }
.legal-updated { margin-top: 2rem; font-size: .85rem; color: var(--muted); font-style: italic; }
.demo-flag { position: fixed; bottom: 16px; left: 16px; z-index: 200; background: var(--ink); color:#fff; font-family: var(--font-head); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; padding: 0.4rem 0.9rem; border-radius: 100px; text-transform: uppercase; box-shadow: var(--shadow); }
.demo-flag b { color: var(--gold-2); }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal].d1 { transition-delay: .08s; }
[data-reveal].d2 { transition-delay: .16s; }
[data-reveal].d3 { transition-delay: .24s; }
[data-reveal].d4 { transition-delay: .32s; }

/* Navigation : le bandeau de 8 liens ne tient pas sous ~1250px → menu déroulant */
@media (max-width: 1250px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: flex-start; background: rgba(255,253,248,0.98); backdrop-filter: blur(18px); padding: 1.5rem 6%; gap: 1.2rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  /* Sélecteur de langue déplacé du bandeau vers le menu */
  .nav-right .lang { display: none; }
  .nav-links.open .nav-lang { display: flex; flex-direction: column; gap: .7rem; width: 100%; padding-top: 1.1rem; margin-top: .3rem; border-top: 1px solid var(--line); }
  .nav-lang-label { font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .04em; color: var(--muted); }
  .nav-lang-opts { display: flex; flex-wrap: wrap; gap: .5rem; }
  .nav-lang-opts button { border: 1px solid var(--line-strong); background: none; border-radius: 100px; padding: 7px 15px; font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: var(--ink-2); cursor: pointer; transition: .15s; }
  .nav-lang-opts button.active { border-color: var(--gold); color: var(--gold-deep); background: #fffaf0; }
}
@media (max-width: 980px) {
  .hero-inner, .gift-grid, .split, .simulator, .store-hero { grid-template-columns: 1fr; }
  .iris-visual { order: -1; width: min(260px, 70vw); max-width: 260px; margin-inline: auto; }
  .steps, .reviews, .commitments, .commitments.commit-3 { grid-template-columns: 1fr; }
  .formulas, .products { grid-template-columns: 1fr 1fr; }
  .effects { grid-template-columns: repeat(2, 1fr); }
  .effect { aspect-ratio: 1 / 1; }
  .map-wrap { grid-template-columns: 1fr; }
  .store-list { max-height: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .formulas, .products, .stat-row, .footer-grid { grid-template-columns: 1fr; }
  .commitments.commit-5 .commit { flex-basis: 100%; max-width: none; }
  .amount-grid { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
  .form-grid { grid-template-columns: 1fr; }
  /* En-tête téléphone : logo et « Nous trouver » rapprochés, menu épinglé à droite */
  .nav { justify-content: flex-start; }
  .nav-right { flex: 1; justify-content: space-between; margin-left: .55rem; }
  .brand-badge { padding: 6px 11px; }
  .brand-badge img { height: 25px; }
  .site-header .nav-right { gap: .45rem; }
  .site-header .nav-right .btn { padding: .5rem .8rem; font-size: .78rem; gap: .3rem; }
}
/* Anti-debordement mobile : les colonnes de grille peuvent retrecir */
.split > *, .gift-grid > *, .form-grid > *, .field, .hero-inner > * { min-width: 0; }
.field input, .field select, .field textarea { width: 100%; max-width: 100%; }
.amount { white-space: nowrap; }
.amount-chf { font-size: 1.3rem; }
/* Simulateur v2 : filtres 3 parametres + galerie de rendus reels */
.sim-filters { display:flex; flex-direction:column; gap:1.1rem; margin-bottom:1.6rem; }
.sim-filter { display:flex; align-items:flex-start; gap:1rem; flex-wrap:wrap; }
.sim-filter > label { font-family:var(--font-head); font-weight:600; font-size:.85rem; letter-spacing:.06em; text-transform:uppercase; color:var(--muted); padding-top:.55rem; min-width:8.5rem; }
.sim-filter .chips { flex:1; }
.sim-count { color:var(--muted); font-size:.92rem; border-top:1px solid var(--line); padding-top:.9rem; }
.sim-count b { color:var(--gold-deep); font-family:var(--font-head); }
.sim-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; }
@media (max-width:760px){ .sim-grid { grid-template-columns:repeat(2,1fr); } .sim-filter > label { min-width:100%; padding-top:0; } }
.sim-card { margin:0; border-radius:14px; overflow:hidden; background:#0d0d10; border:1px solid var(--line); box-shadow:var(--shadow-soft); }
.sim-card img { width:100%; height:auto; aspect-ratio:1; object-fit:contain; display:block; background:#0d0d10; }
.sim-card figcaption { display:flex; align-items:center; justify-content:space-between; gap:.6rem; padding:.6rem .8rem; background:#fff; font-family:var(--font-head); font-size:.82rem; }
.sim-card figcaption .n { color:var(--gold-deep); font-weight:600; white-space:nowrap; }
.sim-card.wide { grid-column: 1 / -1; }
.sim-card.wide img { aspect-ratio: auto; }
/* Carrousel bijoux (page produits) */
.bijoux-carousel { position:relative; aspect-ratio:1; border-radius:14px; overflow:hidden; background:linear-gradient(135deg,#faf7ef,#efe7d8); border:1px solid var(--line); }
.bijoux-carousel .bx-viewport { overflow:hidden; height:100%; }
.bijoux-carousel .bx-track { display:flex; height:100%; transition:transform .45s var(--ease); }
.bijoux-carousel .bx-slide { min-width:100%; height:100%; display:flex; align-items:center; justify-content:center; text-align:center; font-family:var(--font-head); color:var(--muted-2); font-size:.86rem; line-height:2; letter-spacing:.03em; }
.bijoux-carousel .bx-slide span { font-size:1.05rem; }
.bijoux-carousel .bx-slide img { width:100%; height:100%; object-fit:cover; display:block; }
.bijoux-carousel .bx-btn { position:absolute; top:50%; transform:translateY(-50%); width:34px; height:34px; border-radius:50%; border:none; background:rgba(255,255,255,.85); color:var(--ink); font-size:1.35rem; line-height:1; cursor:pointer; box-shadow:var(--shadow-soft); display:grid; place-items:center; transition:.2s; z-index:2; }
.bijoux-carousel .bx-btn:hover { background:#fff; color:var(--gold-deep); }
.bijoux-carousel .bx-prev { left:8px; } .bijoux-carousel .bx-next { right:8px; }
.bijoux-carousel .bx-dots { position:absolute; bottom:9px; left:0; right:0; display:flex; gap:6px; justify-content:center; z-index:2; }
.bijoux-carousel .bx-dots button { width:7px; height:7px; border-radius:50%; border:none; background:rgba(20,18,10,.28); cursor:pointer; padding:0; }
.bijoux-carousel .bx-dots button.active { background:var(--gold-deep); }

/* Références : vrais logos (extraits de la plaquette B2B) */
.ref-logos { display:grid; grid-template-columns:repeat(5,1fr); gap:1rem; align-items:center; }
.ref-logos img { width:100%; height:74px; object-fit:contain; background:#fff; border:1px solid var(--line); border-radius:12px; padding:.65rem .9rem; box-shadow:var(--shadow-soft); }
@media (max-width:900px){ .ref-logos { grid-template-columns:repeat(3,1fr); } }
@media (max-width:560px){ .ref-logos { grid-template-columns:repeat(2,1fr); } .ref-logos img { height:64px; } }
/* 4 étapes : responsive (remplace le style en dur) */
.steps-4 { grid-template-columns:repeat(4,1fr); }
@media (max-width:980px){ .steps-4 { grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .steps-4 { grid-template-columns:1fr; } }

/* Menu langues : sur mobile, ancrage a gauche pour rester dans l'ecran */
@media (max-width:760px){
  .lang-menu { left:0; right:auto; }
}
