/* Velucci Milano — identité : blanc, vert émeraude #1B4332, or #C9A84C, Playfair Display / Lato. Mobile-first. */
:root {
  /* Bleu nuit luxe (remplace l'ancien vert émeraude) + or */
  --emerald: #14294A;
  --emerald-dark: #0E1C36;
  --gold: #C9A84C;
  --gold-soft: #e6d9ae;
  --ink: #1e2321;
  --muted: #6b7370;
  --line: #e7e4dc;
  --bg-soft: #faf9f6;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: #fff; line-height: 1.6; font-size: 16px; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--emerald); text-decoration: none; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--emerald); line-height: 1.15; margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(1.9rem, 5vw, 2.8rem); }
h2 { font-size: clamp(1.4rem, 3.5vw, 2rem); }
.container { width: min(1200px, 92%); margin: 0 auto; }
.center { text-align: center; }
.center-block { text-align: center; padding: 4rem 0; }
.muted { color: var(--muted); }
.small { font-size: .85rem; }
.lead { font-size: 1.15rem; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 8px; top: 8px; background: #fff; padding: .5rem 1rem; z-index: 100; }

/* Boutons */
.btn { display: inline-block; padding: .8rem 1.6rem; border: 1px solid transparent; border-radius: 2px; font-family: var(--sans);
  font-weight: 700; font-size: .95rem; letter-spacing: .04em; cursor: pointer; transition: all .2s; text-align: center; }
.btn-primary { background: var(--emerald); color: #fff; }
.btn-primary:hover { background: var(--emerald-dark); color: var(--gold-soft); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #b3933c; color: #fff; }
.btn-outline { background: transparent; border-color: var(--emerald); color: var(--emerald); }
.btn-outline:hover { background: var(--emerald); color: #fff; }
.btn-ghost { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); color: #fff; backdrop-filter: blur(2px); }
.btn-ghost:hover { background: #fff; color: var(--emerald); }
.btn-lg { padding: 1rem 2rem; font-size: 1.02rem; }
.btn-block { display: block; width: 100%; }
.btn-text { background: none; border: none; color: var(--emerald); cursor: pointer; font-size: .9rem; padding: 0; text-decoration: underline; }
.btn-danger { background: #a33; color: #fff; }
.link-arrow { font-weight: 700; letter-spacing: .03em; }

/* Bandeaux & header */
.announce { background: var(--emerald); color: var(--gold-soft); text-align: center; font-size: .82rem; letter-spacing: .06em; padding: .45rem .8rem; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 1rem; padding: .7rem 0; }
.logo { display: inline-flex; align-items: center; line-height: 1; }
.logo-img { height: 40px; width: auto; display: block; }
.nav { display: flex; gap: 1.4rem; margin-left: 1rem; }
.nav a { font-size: .93rem; letter-spacing: .05em; color: var(--ink); padding: .3rem 0; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a.active { color: var(--emerald); border-bottom-color: var(--gold); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: .9rem; }
.icon-link { position: relative; color: var(--emerald); display: flex; }
.cart-badge { position: absolute; top: -7px; right: -9px; background: var(--gold); color: #fff; font-size: .65rem; font-weight: 700;
  border-radius: 50%; min-width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; padding: 0 3px; }
.search-mini input { border: 1px solid var(--line); border-radius: 2px; padding: .45rem .7rem; font-size: .85rem; width: 130px; background: var(--bg-soft); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--emerald); margin: 5px 0; transition: .2s; }

/* Flash */
.flash { padding: .7rem 0; font-size: .93rem; }
.flash-success { background: #e9eef7; color: var(--emerald); }
.flash-error { background: #f9e9e7; color: #8c2f24; }
.flash.inline { padding: .8rem 1rem; margin: 1rem 0; border-radius: 3px; }
.flash.inline ul { margin: 0; padding-left: 1.2rem; }

/* Héro */
.hero { position: relative; min-height: 72vh; display: flex; align-items: center; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(9,18,36,.82) 25%, rgba(9,18,36,.25) 65%, rgba(9,18,36,.05)); }
.hero-content { position: relative; color: #fff; padding: 5rem 0; max-width: 640px; margin-left: max(4%, calc((100% - 1200px) / 2)); }
.hero-kicker { text-transform: uppercase; letter-spacing: .35em; font-size: .78rem; color: var(--gold); font-weight: 700; margin-bottom: .8rem; }
.hero h1 { color: #fff; font-size: clamp(2.4rem, 6.5vw, 4.2rem); margin-bottom: 1rem; }
.hero-sub { font-size: 1.08rem; color: #e8e6df; max-width: 46ch; margin-bottom: 1.8rem; font-weight: 300; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }

/* Réassurance */
.reassurance { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.reassurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 1.1rem 0; text-align: center; }
.reassurance-grid div { display: flex; flex-direction: column; font-size: .85rem; }
.reassurance-grid strong { color: var(--emerald); }
.reassurance-grid span { color: var(--muted); font-size: .78rem; }

/* Sections */
.section { padding: 3.5rem 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.section h2.center { margin-bottom: 2.4rem; }
.grid-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }

/* Cartes produit */
.card { display: flex; flex-direction: column; }
.card-media { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--bg-soft); border: 1px solid var(--line); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s, transform .5s; }
.card-media-alt { position: absolute; inset: 0; opacity: 0; }
.card-media:hover .card-media-alt { opacity: 1; }
.card-media:hover img:first-child { transform: scale(1.04); }
.badge { position: absolute; top: 10px; left: 10px; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .6rem; border-radius: 2px; }
.badge-gold { background: var(--gold); color: #fff; }
.badge-dark { background: var(--emerald); color: var(--gold-soft); }
.card-body { padding: .8rem 0 0; }
.card-collection { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.card-body h3 { font-size: 1.08rem; margin: .15rem 0 .3rem; }
.card-body h3 a { color: var(--ink); }
.price { display: flex; align-items: baseline; gap: .5rem; margin: .2rem 0 0; }
.price s { color: var(--muted); font-size: .9em; }
.price strong { color: var(--emerald); font-size: 1.05em; }
.price-lg strong { font-size: 1.6rem; }
.stars { display: inline-flex; align-items: center; gap: .35rem; color: var(--muted); font-size: .85rem; }
.stars span { position: relative; color: #d8d4c8; letter-spacing: 2px; }
.stars span::before { content: '★★★★★'; position: absolute; inset: 0; width: var(--r, 100%); overflow: hidden; color: var(--gold); }

/* Collections */
.section-collections { background: var(--bg-soft); }
.collections-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 1.5rem; }
.collection-tile { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; }
.collection-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.collection-tile:hover img { transform: scale(1.05); }
.collection-tile-body { position: absolute; inset: auto 0 0; padding: 1.4rem; background: linear-gradient(transparent, rgba(9,18,36,.85)); color: #fff; }
.collection-tile-body h3 { color: #fff; font-size: 1.5rem; margin: 0; }
.collection-tile-body .link-arrow { color: var(--gold-soft); font-size: .9rem; }

/* Bandes story / duo */
.story-band, .duo-band { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.story-media img, .duo-media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.story-text, .duo-text { padding: clamp(2rem, 6vw, 5rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.story-band { background: var(--emerald); }
.story-band .story-text h2, .story-band .story-text p { color: #f2efe6; }
.story-band .hero-kicker { color: var(--gold); }
.story-band .btn-outline { border-color: var(--gold); color: var(--gold-soft); }
.story-band .btn-outline:hover { background: var(--gold); color: #fff; }
.duo-band { background: var(--bg-soft); }

/* Avis */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.review-card { margin: 0; background: #fff; border: 1px solid var(--line); padding: 1.4rem; font-size: .95rem; }
.review-card footer { color: var(--muted); font-size: .85rem; margin-top: .6rem; }

/* Newsletter + footer */
.newsletter-band { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 2.6rem 0; text-align: center; }
.newsletter-band h3 { margin-bottom: .2rem; }
.newsletter-form { display: flex; gap: .6rem; justify-content: center; margin-top: 1rem; flex-wrap: wrap; }
.newsletter-form input { padding: .8rem 1rem; border: 1px solid var(--line); min-width: min(320px, 80vw); border-radius: 2px; }
.footer { background: var(--emerald); color: #c4cfe0; padding: 3rem 0 1.2rem; }
.footer a { color: #c4cfe0; display: block; padding: .18rem 0; font-size: .92rem; }
.footer a:hover { color: var(--gold); }
.footer h4 { color: var(--gold); font-family: var(--sans); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
.footer-logo { display: inline-block; }
.footer-logo-img { height: 46px; width: auto; display: block; }
.footer-tagline { font-size: .92rem; margin-top: 1rem; }
.socials { display: flex; gap: 1.4rem; align-items: center; }
.socials a { display: inline-flex; align-items: center; gap: .45rem; color: var(--gold-soft); font-size: .9rem; }
.socials a:hover { color: var(--gold); }
.socials svg { width: 22px; height: 22px; display: block; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.15); margin-top: 2.2rem; padding-top: 1.1rem; font-size: .78rem; color: #93a1bd; }

/* Pages */
.page { padding: 2.4rem 0 4rem; }
.page-narrow { max-width: 900px; }
.page-slim { max-width: 480px; }
.page-head { margin-bottom: 1.6rem; }
.breadcrumb { font-size: .82rem; color: var(--muted); margin-bottom: 1.4rem; }
.breadcrumb span { color: var(--ink); }
.empty { padding: 2.5rem 0; color: var(--muted); font-size: 1.05rem; }
.prose h2 { margin-top: 2rem; }
.pill { display: inline-block; border: 1px solid var(--line); border-radius: 99px; padding: .42rem 1.05rem; font-size: .88rem; color: var(--ink); background: #fff; cursor: pointer; }
.pill:hover { border-color: var(--gold); color: var(--emerald); }
.pill-active { background: var(--emerald); border-color: var(--emerald); color: #fff; }
.pill-active:hover { color: var(--gold-soft); }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.8rem; }
.filter-pills { display: flex; gap: .5rem; flex-wrap: wrap; }
select, input, textarea { font-family: var(--sans); font-size: .95rem; color: var(--ink); }
.sort-form select { padding: .5rem .8rem; border: 1px solid var(--line); border-radius: 2px; background: #fff; }

/* Collection héro */
.collection-hero { position: relative; min-height: 320px; display: flex; align-items: flex-end; overflow: hidden; }
.collection-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.collection-hero-text { position: relative; background: linear-gradient(transparent, rgba(9,18,36,.88)); width: 100%; color: #fff; padding: 4rem max(4%, calc((100% - 1200px) / 2)) 1.6rem; }
.collection-hero-text h1 { color: #fff; margin-bottom: .3rem; }
.collection-hero-text p { max-width: 60ch; color: #e4e1d6; }

/* Fiche produit */
.product-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.6rem; }
.gallery-main { border: 1px solid var(--line); background: var(--bg-soft); aspect-ratio: 1; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: .6rem; margin-top: .7rem; flex-wrap: wrap; }
.thumb { width: 68px; height: 68px; padding: 0; border: 1px solid var(--line); background: none; cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb-active { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.product-tagline { color: var(--muted); font-size: 1.02rem; margin-top: -.4rem; }
.variants { border: none; margin: 1.1rem 0; padding: 0; }
.variants legend { font-weight: 700; font-size: .88rem; letter-spacing: .04em; margin-bottom: .5rem; }
.variant { display: flex; align-items: center; gap: .6rem; border: 1px solid var(--line); padding: .65rem .9rem; margin-bottom: .5rem; cursor: pointer; border-radius: 3px; }
.variant:has(input:checked) { border-color: var(--emerald); box-shadow: 0 0 0 1px var(--emerald); background: #f1f5fc; }
.variant em { margin-left: auto; font-style: normal; font-size: .78rem; color: #a06a28; font-weight: 700; }
.variant-off { opacity: .55; }
.buy-row { display: flex; gap: .8rem; margin-top: 1rem; }
.buy-row select { padding: .8rem; border: 1px solid var(--line); border-radius: 2px; }
.buy-row .btn { flex: 1; }
.preorder-note { font-size: .85rem; color: #a06a28; margin-top: .6rem; }
.product-perks { list-style: none; padding: 1rem 1.2rem; margin: 1.4rem 0; background: var(--bg-soft); border: 1px solid var(--line); font-size: .9rem; }
.product-perks li { padding: .18rem 0; }
.product-perks li::before { content: '✓ '; color: var(--gold); font-weight: 700; }
.accordion { border-top: 1px solid var(--line); padding: .9rem 0; }
.accordion summary { font-weight: 700; cursor: pointer; color: var(--emerald); }
.accordion[open] summary { margin-bottom: .5rem; }
.specs-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.specs-table th { text-align: left; color: var(--muted); font-weight: 400; padding: .4rem .8rem .4rem 0; width: 38%; vertical-align: top; }
.specs-table td { padding: .4rem 0; }
.review-form-box { margin-top: 1.5rem; }

/* Fiche produit — style bundle (packs) */
.pdp-proof { display: flex; align-items: center; gap: .5rem; font-size: .92rem; margin-bottom: .5rem; }
.pdp-proof .stars { color: var(--muted); }
.pdp-proof strong { color: var(--ink); }
.pdp-features { list-style: none; padding: 0; margin: 1rem 0 1.4rem; display: grid; grid-template-columns: 1fr 1fr; gap: .55rem .8rem; }
.pdp-features li { font-size: .9rem; color: var(--ink); display: flex; align-items: center; gap: .5rem; font-weight: 600; }
.pdp-feat-ico { flex: 0 0 auto; width: 20px; height: 20px; color: var(--gold); }
.pdp-feat-ico svg { width: 100%; height: 100%; display: block; }

/* --- Bande « atouts » illustrée (fiche produit) --- */
.pdp-atouts { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.4rem; align-items: center;
  margin: 2.4rem 0 2.8rem; padding: 2rem clamp(1.4rem, 3vw, 2.6rem); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px; }
.pdp-atouts-lead { color: var(--muted); max-width: 44ch; margin: 0 0 1.4rem; }
.atouts-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.6rem; }
.atout { display: flex; gap: .75rem; align-items: flex-start; }
.atout-ico { flex: 0 0 auto; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: #fff; border: 1px solid var(--gold-soft); color: var(--gold); }
.atout-ico svg { width: 21px; height: 21px; }
.atout-txt { display: flex; flex-direction: column; }
.atout-txt strong { color: var(--emerald); font-size: .95rem; line-height: 1.25; }
.atout-txt em { font-style: normal; color: var(--muted); font-size: .85rem; line-height: 1.4; margin-top: .15rem; }
.pdp-atouts-media { margin: 0; border-radius: 6px; overflow: hidden; aspect-ratio: 4 / 3; }
.pdp-atouts-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.variants legend { font-weight: 700; font-size: .85rem; color: var(--muted); margin-bottom: .55rem; }
.variant-name { color: var(--ink); }
.variant-swatches { display: flex; flex-wrap: wrap; gap: .55rem; }
.vswatch { width: 62px; height: 62px; border: 2px solid var(--line); border-radius: 6px; overflow: hidden; cursor: pointer;
  padding: 0; position: relative; transition: border-color .15s, box-shadow .15s; background: var(--bg-soft); }
.vswatch img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vswatch input { position: absolute; opacity: 0; pointer-events: none; }
.vswatch:hover { border-color: var(--gold-soft); }
.vswatch:has(input:checked) { border-color: var(--emerald); box-shadow: 0 0 0 1px var(--emerald); }
.vswatch-off { opacity: .45; }
.vswatch-off::after { content: '✕'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #8c2f24; font-weight: 700; background: rgba(255,255,255,.4); }
.packs { border: none; padding: 0; margin: 1.3rem 0 1rem; }
.packs legend { font-weight: 700; font-size: .95rem; margin-bottom: .6rem; color: var(--ink); }
.pack-hl { color: var(--gold); font-weight: 700; }
.pack { position: relative; display: flex; align-items: center; gap: .8rem; border: 1.5px solid var(--line); border-radius: 6px;
  padding: .95rem 1.1rem; margin-bottom: .7rem; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.pack input { accent-color: var(--emerald); width: 18px; height: 18px; flex: none; }
.pack:hover { border-color: var(--gold-soft); }
.pack:has(input:checked) { border-color: var(--emerald); box-shadow: 0 0 0 1px var(--emerald); background: #f4f7fb; }
.pack-popular:has(input:checked), .pack-popular { border-color: rgba(201,168,76,.5); }
.pack-best { border-color: rgba(201,168,76,.5); }
.pack-best:has(input:checked) { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); background: #fdf9ee; }
.pack-main { display: flex; flex-direction: column; gap: .15rem; flex: 1; }
.pack-title { font-weight: 700; color: var(--ink); }
.pack-perk { font-size: .82rem; color: #a06a28; font-weight: 600; }
.pack-price { font-weight: 700; color: var(--emerald); font-size: 1.05rem; white-space: nowrap; }
.pack-price .pack-old { color: var(--muted); font-weight: 400; font-size: .85em; margin-right: .2rem; }
.pack-badge { position: absolute; top: -10px; right: 12px; background: var(--emerald); color: #fff; font-size: .66rem;
  font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: .2rem .55rem; border-radius: 3px; }
.pack-badge-gold { background: var(--gold); }
.pack-picks { border: 1.5px dashed var(--gold-soft); border-radius: 6px; padding: .9rem 1rem; margin: 0 0 1rem; background: #fdfbf4; }
.pack-picks[hidden] { display: none; }
.pack-picks-title { font-weight: 700; font-size: .9rem; margin: 0 0 .7rem; color: var(--ink); }
.pack-pick { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: .55rem; }
.pack-pick:last-child { margin-bottom: 0; }
.pack-pick-lbl { font-size: .88rem; font-weight: 600; color: var(--ink); }
.pack-pick-lbl em { color: #a06a28; font-style: normal; font-weight: 700; }
.pack-pick-select { flex: 1; max-width: 60%; padding: .5rem .6rem; border: 1px solid var(--line); border-radius: 5px; background: #fff; font-family: var(--sans); font-size: .9rem; }
.btn-cart { display: flex; align-items: center; justify-content: center; gap: .5rem; }
.pdp-urgency { text-align: center; font-size: .88rem; color: #a06a28; margin: .7rem 0 0; }

/* Bande lifestyle sur la fiche produit */
.product-life { position: relative; margin: 1rem 0 3rem; overflow: hidden; }
.product-life img { width: 100%; height: 440px; object-fit: cover; object-position: center 38%; display: block; }
.product-life-text { position: absolute; left: 0; bottom: 0; width: 100%; padding: 2.4rem clamp(1.5rem, 4vw, 3rem); color: #fff;
  background: linear-gradient(transparent, rgba(9,18,36,.55) 45%, rgba(9,18,36,.9)); }
.product-life-text h2 { color: #fff; margin: 0 0 .3rem; }
.product-life-text p { color: #e6e2d6; max-width: 46ch; margin: 0; }
.product-life-text .hero-kicker { margin-bottom: .4rem; }

/* Formulaires */
.panel { background: #fff; border: 1px solid var(--line); padding: 1.6rem; margin-bottom: 1.4rem; border-radius: 3px; }
.panel-note { background: #fdf9ee; border-color: var(--gold-soft); }
.form-stack label { display: block; margin-bottom: .9rem; font-size: .88rem; font-weight: 700; }
.form-stack input, .form-stack textarea, .form-stack select { display: block; width: 100%; margin-top: .3rem; padding: .7rem .8rem;
  border: 1px solid var(--line); border-radius: 2px; font-weight: 400; background: #fff; }
.form-stack input:focus, .form-stack textarea:focus { outline: 2px solid var(--gold-soft); border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }

/* Panier / checkout */
.cart-layout, .checkout-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: start; }
.cart-item { display: flex; gap: 1rem; border-bottom: 1px solid var(--line); padding: 1rem 0; }
.cart-item img { width: 92px; height: 92px; object-fit: cover; border: 1px solid var(--line); }
.cart-item-info { display: flex; flex-direction: column; gap: .25rem; }
.cart-item-price { margin-left: auto; font-weight: 700; color: var(--emerald); }
.cart-qty select { padding: .35rem .5rem; border: 1px solid var(--line); }
.cart-summary { background: var(--bg-soft); border: 1px solid var(--line); padding: 1.5rem; position: sticky; top: 90px; }
.sum-row { display: flex; justify-content: space-between; padding: .45rem 0; font-size: .95rem; }
.sum-discount { color: #a06a28; }
.sum-total { border-top: 1px solid var(--line); margin-top: .5rem; padding-top: .8rem; font-weight: 700; font-size: 1.1rem; color: var(--emerald); }
.sum-item { display: flex; align-items: center; gap: .8rem; padding: .5rem 0; font-size: .9rem; }
.sum-item img { width: 52px; height: 52px; object-fit: cover; border: 1px solid var(--line); }
.sum-item span:last-child { margin-left: auto; font-weight: 700; }
.promo-form { display: flex; gap: .5rem; margin: .8rem 0; }
.promo-form input { flex: 1; padding: .6rem .8rem; border: 1px solid var(--line); }
.ship-nudge { font-size: .85rem; color: var(--emerald); background: #e9eef7; padding: .5rem .8rem; border-radius: 3px; }
.checkout-form .panel h2 { font-size: 1.15rem; margin-bottom: 1.1rem; }
/* Champs du checkout : pleine largeur et alignés (on exclut les options de paiement). */
.checkout-form label:not(.pay-option) { display: block; margin-bottom: .95rem; font-size: .84rem; font-weight: 700; color: var(--ink); }
.checkout-form label:not(.pay-option) input,
.checkout-form label:not(.pay-option) select { display: block; width: 100%; margin-top: .35rem; padding: .75rem .85rem;
  border: 1px solid var(--line); border-radius: 2px; font-weight: 400; font-size: .95rem; background: #fff; box-sizing: border-box; }
.checkout-form label:not(.pay-option) input:focus,
.checkout-form label:not(.pay-option) select:focus { outline: 2px solid var(--gold-soft); border-color: var(--gold); }
.checkout-form .form-row { margin-bottom: 0; }
.checkout-form .panel { padding: 1.6rem 1.7rem; }
.pay-option { display: flex; gap: .7rem; align-items: flex-start; border: 1px solid var(--line); border-radius: 3px; padding: .9rem; margin-bottom: .6rem; cursor: pointer; font-weight: 400; }
.pay-option:has(input:checked) { border-color: var(--emerald); box-shadow: 0 0 0 1px var(--emerald); background: #f1f5fc; }
.saved-addresses { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.confirm-icon { width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%; background: var(--emerald); color: var(--gold-soft); font-size: 2rem; display: flex; align-items: center; justify-content: center; }
.confirm-detail { text-align: left; }

/* Badges de paiement */
.pay-badges { display: flex; gap: .45rem; flex-wrap: wrap; align-items: center; }
.pay-badge { width: 44px; height: 28px; border-radius: 4px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,.1); background: #fff; }
.pay-badge svg { width: 100%; height: 100%; display: block; }
.pay-reassure { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; margin: 1rem 0; padding: .9rem 1rem; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 4px; }
.pay-reassure .pay-label { display: flex; align-items: center; gap: .4rem; font-size: .82rem; color: var(--muted); font-weight: 700; }
.pay-reassure .pay-label svg { color: var(--emerald); }
.footer-social-pay { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.15); margin-top: 1.6rem; padding-top: 1.2rem; }
.footer-pay-inner { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; }
.footer-pay-inner .pay-note { display: flex; align-items: center; gap: .45rem; font-size: .82rem; color: var(--gold-soft); }
.cart-pay-wrap { margin-top: 1rem; }
.cart-pay-wrap .pay-badges { justify-content: center; }
.checkout-pay { margin-top: .8rem; }
.checkout-pay .pay-badges { margin-top: .3rem; }

/* Badge Trustpilot */
.trustpilot { display: inline-flex; align-items: center; gap: .55rem; flex-wrap: wrap; font-size: .85rem; color: var(--ink); }
.tp-name { display: inline-flex; align-items: center; gap: .28rem; font-weight: 700; }
.tp-logo { width: 16px; height: 16px; }
.tp-stars { display: inline-flex; gap: 2px; }
.tp-star { width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center; background: #dcdce6; color: #fff; font-size: 11px; border-radius: 2px; }
.tp-star.on { background: #00b67a; }
.tp-score { color: var(--muted); font-size: .82rem; }
.tp-footer { margin-top: 1.1rem; color: #c4cfe0; }
.tp-footer .tp-name { color: #fff; }
.tp-footer .tp-score { color: #93a1bd; }
.trust-strip { display: flex; align-items: center; justify-content: center; gap: .7rem; padding: 1.1rem 0 0; font-size: .9rem; color: var(--muted); flex-wrap: wrap; }

/* Popup newsletter (offre de bienvenue -10%) */
.np-overlay { position: fixed; inset: 0; background: rgba(8,16,28,.66); backdrop-filter: blur(3px); z-index: 300;
  display: flex; align-items: center; justify-content: center; padding: 1.2rem; opacity: 0; transition: opacity .3s; }
.np-overlay[hidden] { display: none; }        /* masqué = ne bloque plus les clics */
.np-overlay:not(.show) { pointer-events: none; } /* sécurité : ne capture les clics qu'une fois visible */
.np-overlay.show { opacity: 1; pointer-events: auto; }
.np-modal { position: relative; display: flex; width: min(780px, 100%); max-height: 92vh; background: var(--emerald);
  overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5); transform: translateY(16px) scale(.98); transition: transform .3s; }
.np-overlay.show .np-modal { transform: none; }
.np-media { flex: 1 1 45%; overflow: hidden; background: var(--bg-soft); }
.np-media img { width: 100%; height: 100%; object-fit: cover; min-height: 100%; }
.np-panel { flex: 1 1 55%; padding: 2.6rem 2.2rem; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.np-kicker { text-transform: uppercase; letter-spacing: .3em; font-size: .72rem; color: var(--gold); font-weight: 700; margin: 0 0 .3rem; }
.np-title { font-family: var(--serif); font-size: 4rem; line-height: 1; color: #fff; margin: 0; font-weight: 600; }
.np-title span { color: var(--gold); font-size: 2.2rem; vertical-align: super; }
.np-sub { color: #d7dbe4; font-size: 1.05rem; margin: .4rem 0 1.4rem; }
.np-form input { width: 100%; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08);
  color: #fff; margin-bottom: .7rem; box-sizing: border-box; }
.np-form input::placeholder { color: #9fb1a6; }
.np-success { text-align: center; }
.np-welcome { font-family: var(--serif); font-size: 1.3rem; color: #fff; margin: 0 0 .6rem; }
.np-code { background: rgba(201,168,76,.15); border: 1px dashed var(--gold); padding: .7rem; color: #fff; letter-spacing: .04em; }
.np-code strong { color: var(--gold); font-size: 1.15rem; }
.np-dismiss { background: none; border: none; color: #93a1bd; font-size: .82rem; cursor: pointer; margin-top: 1rem; text-decoration: underline; }
.np-dismiss:hover { color: #fff; }
.np-close { position: absolute; top: 10px; right: 12px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; border: none;
  background: rgba(0,0,0,.35); color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; }
.np-close:hover { background: rgba(0,0,0,.6); }

/* Bannière cookies (RGPD) */
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; max-width: 940px; margin: 0 auto; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 44px rgba(0,0,0,.2); padding: 1.1rem 1.3rem; display: flex; gap: 1.4rem; align-items: center; justify-content: space-between; flex-wrap: wrap; z-index: 200; border-radius: 5px; }
.cookie-text strong { color: var(--emerald); font-size: 1rem; }
.cookie-text p { margin: .25rem 0 0; font-size: .85rem; color: var(--muted); max-width: 62ch; }
.cookie-actions { display: flex; gap: .6rem; align-items: center; }
.btn-sm { padding: .55rem 1.1rem; font-size: .82rem; }

/* Suivi */
.track-steps { display: flex; list-style: none; padding: 0; margin: 1.2rem 0; counter-reset: step; }
.track-steps li { flex: 1; text-align: center; font-size: .85rem; color: var(--muted); position: relative; padding-top: 26px; }
.track-steps li::before { content: ''; width: 16px; height: 16px; border-radius: 50%; background: var(--line); position: absolute; top: 0; left: calc(50% - 8px); }
.track-steps li::after { content: ''; position: absolute; top: 7px; left: calc(-50% + 8px); width: calc(100% - 16px); height: 2px; background: var(--line); }
.track-steps li:first-child::after { display: none; }
.track-steps li.done { color: var(--emerald); font-weight: 700; }
.track-steps li.done::before { background: var(--gold); }

/* Comptes */
.account-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.account-nav { display: flex; gap: .5rem; flex-wrap: wrap; margin: 1rem 0 1.6rem; }
.table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.table th { text-align: left; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: .5rem .6rem; border-bottom: 1px solid var(--line); }
.table td { padding: .6rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.status { display: inline-block; font-size: .78rem; font-weight: 700; padding: .18rem .6rem; border-radius: 99px; background: var(--bg-soft); color: var(--muted); }
.status-paid, .status-published, .status-active, .status-delivered, .status-done { background: #e9eef7; color: var(--emerald); }
.status-pending, .status-preorder, .status-new { background: #fdf3dd; color: #a06a28; }
.status-shipped, .status-preparing, .status-read { background: #e7eef9; color: #2d5285; }
.status-cancelled, .status-refunded, .status-hidden, .status-disabled { background: #f6e7e5; color: #8c2f24; }
.perk-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.6rem 0; }

/* Responsive */
@media (max-width: 960px) {
  .grid-products { grid-template-columns: repeat(2, 1fr); }
  .product-layout, .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .pdp-atouts { grid-template-columns: 1fr; gap: 1.6rem; }
  .pdp-atouts-media { order: -1; aspect-ratio: 16 / 10; }
  .cart-summary { position: static; }
  .reviews-grid, .perk-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .story-band, .duo-band { grid-template-columns: 1fr; }
  .reassurance-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; gap: 0; padding: .5rem 4%; border-bottom: 1px solid var(--line); box-shadow: 0 10px 20px rgba(0,0,0,.06); }
  .nav a { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  body.nav-open .nav { display: flex; }
  .search-mini { display: none; }
  .collections-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .atouts-grid { grid-template-columns: 1fr; }
  .hero { min-height: 60vh; }
  .grid-products { gap: .9rem; }
  /* Anti-débordement : les rangées passent proprement à la ligne */
  .section-head { flex-direction: column; align-items: flex-start; gap: .3rem; }
  .shop-toolbar { gap: .9rem; }
  .sort-form, .sort-form select { width: 100%; }
  .newsletter-form { flex-direction: column; align-items: stretch; }
  .newsletter-form input { min-width: 0; width: 100%; }
  .trust-strip { flex-direction: column; gap: .5rem; text-align: center; }
  /* Footer épuré et centré sur mobile */
  .footer-grid { grid-template-columns: 1fr; gap: 1.4rem; text-align: center; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; }
  .footer-tagline { display: none; }
  .footer h4 { margin-bottom: .3rem; }
  .footer-social-pay { flex-direction: column; align-items: center; gap: 1.1rem; text-align: center; }
  .footer-pay-inner { flex-direction: column; gap: .7rem; }
  .socials { justify-content: center; }
  .pay-badges { justify-content: center; }
  .footer-bottom { flex-direction: column; gap: .3rem; text-align: center; }
  /* Popup newsletter : image en haut, panneau dessous */
  .np-modal { flex-direction: column; max-height: 94vh; overflow-y: auto; }
  .np-media { flex: none; height: 150px; }
  .np-panel { padding: 1.8rem 1.5rem 2rem; text-align: center; }
  .np-title { font-size: 3.2rem; }
  .hero-content { padding: 3.5rem 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .product-life img { height: 300px; }
  .product-life-text { padding: 1.4rem; }
}
