/* ==========================================================
   VanNova Design — feuille de style
   Palette : sarcelle profond, corail coucher de soleil, sable
   ========================================================== */
:root {
  --ink: #0E3B45;
  --ink-2: #16505C;
  --teal: #0E6B78;
  --teal-soft: #E3F1EF;
  --coral: #FF6B4A;
  --coral-dark: #E4572E;
  --sun: #FFB547;
  --sand: #F8F2EA;
  --sand-2: #F1E7DA;
  --cream: #FFFCF8;
  --sage: #A9C5A0;
  --text: #18323A;
  --muted: #5E7075;
  --line: #E9DFD2;
  --white: #fff;
  --ok: #2F9E6B;
  --warn: #D98A1F;
  --danger: #D2463A;
  --grad: linear-gradient(135deg, #FF6B4A 0%, #FF8B4A 45%, #FFB547 100%);
  --grad-ink: linear-gradient(160deg, #0E3B45 0%, #145A66 100%);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px -12px rgba(14, 59, 69, .22);
  --shadow-lg: 0 30px 60px -25px rgba(14, 59, 69, .35);
  --font-head: 'Outfit', system-ui, sans-serif;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --header-h: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--text); background: var(--cream); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.1rem, 4.8vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 600; }
p { margin: 0 0 1em; }
button, input, select, textarea { font: inherit; color: inherit; }
.container { width: min(1200px, 100% - 32px); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 600 .82rem var(--font-head); letter-spacing: .12em; text-transform: uppercase; color: var(--coral-dark); margin-bottom: 12px; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--grad); border-radius: 2px; }
.lead { font-size: 1.15rem; color: var(--muted); }
.muted { color: var(--muted); }
.hidden { display: none !important; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 2px; }

/* ---------- boutons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 999px; font: 600 1rem var(--font-head); text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 24px -10px rgba(255, 107, 74, .8); }
.btn-primary:hover { box-shadow: 0 16px 30px -12px rgba(255, 107, 74, .9); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-2); }
.btn-ghost { background: transparent; border-color: currentColor; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-sm { padding: 9px 16px; font-size: .9rem; }
.btn-lg { padding: 17px 32px; font-size: 1.08rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .55; pointer-events: none; }

/* ---------- en-tête ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 252, 248, .88); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid rgba(233, 223, 210, .7); }
.header-row { height: var(--header-h); display: flex; align-items: center; gap: 24px; }
.brand { display: flex; line-height: 0; }
.brand svg { height: 44px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.main-nav a:not(.btn) { white-space: nowrap; padding: 8px 12px; border-radius: 10px; color: var(--text); text-decoration: none; font-weight: 500; font-size: .96rem; }
.main-nav a:not(.btn):hover, .main-nav a.is-active { color: var(--coral-dark); background: #FFF0E8; }
.nav-cta { margin-left: 8px; padding: 11px 20px; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.icon-btn { position: relative; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.icon-btn:hover { background: var(--sand-2); }
.cart-count { position: absolute; top: 3px; right: 1px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--coral); color: #fff; font: 700 .72rem/20px var(--font); text-align: center; }
.cart-count.bump { animation: bump .4s; }
@keyframes bump { 50% { transform: scale(1.35); } }
.burger { display: none; }
.burger span { display: block; width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: .25s; }
.burger span + span { margin-top: 5px; }
.burger { flex-direction: column; }

/* ---------- héros ---------- */
.hero { position: relative; padding: clamp(40px, 7vw, 90px) 0 clamp(50px, 8vw, 110px); background: radial-gradient(1200px 500px at 85% -10%, #FFE3D3 0%, transparent 60%), radial-gradient(800px 500px at -10% 110%, #DDEFEA 0%, transparent 60%), var(--cream); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.hero h1 span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { max-width: 560px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 26px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .95rem; }
.trust li { display: flex; align-items: center; gap: 8px; }
.trust svg { flex: none; color: var(--ok); }
.hero-visual { position: relative; }
.hero-visual .frame { position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); background: #EFE9E1; aspect-ratio: 16 / 11; }
.hero-visual .frame img { width: 100%; height: 100%; object-fit: cover; }
.float-card { position: absolute; background: #fff; border-radius: 16px; padding: 12px 16px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; font-size: .9rem; animation: floaty 6s ease-in-out infinite; }
.float-card strong { display: block; font-family: var(--font-head); font-size: 1.15rem; color: var(--ink); }
.float-card .dot { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: #FFF0E8; color: var(--coral-dark); flex: none; }
.float-card.fc-1 { left: -22px; bottom: 34px; }
.float-card.fc-2 { right: -14px; top: 28px; animation-delay: -3s; }
@keyframes floaty { 50% { transform: translateY(-8px); } }
.sun-blob { position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--grad); filter: blur(4px); opacity: .9; right: -50px; bottom: -60px; z-index: -1; }

/* ---------- sections ---------- */
.section { padding: clamp(56px, 8vw, 100px) 0; }
.section-sand { background: var(--sand); }
.section-ink { background: var(--grad-ink); color: #D9E8E8; }
.section-ink h2, .section-ink h3 { color: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.section-head p { max-width: 560px; margin: 0; }
.section-head.center-head { flex-direction: column; align-items: center; text-align: center; }

/* ---------- carrousel de meubles ---------- */
.rail-wrap { position: relative; }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 300px); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 4px 22px; scrollbar-width: thin; scrollbar-color: var(--line) transparent; -webkit-overflow-scrolling: touch; }
.rail > * { scroll-snap-align: start; }
.rail-nav { display: flex; gap: 10px; }
.rail-btn { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; display: grid; place-items: center; transition: .2s; }
.rail-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.cat-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; }
.chip { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); color: var(--text); text-decoration: none; font-weight: 500; font-size: .93rem; cursor: pointer; transition: .2s; }
.chip:hover { border-color: var(--coral); color: var(--coral-dark); }
.chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- carte produit ---------- */
.product-card { background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-media { position: relative; display: block; background: #F3EEE7; aspect-ratio: 4 / 3; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-media img { transform: scale(1.05); }
.tag { position: absolute; top: 12px; left: 12px; z-index: 1; padding: 4px 10px; border-radius: 999px; font: 700 .75rem var(--font); }
.tag-sale { background: var(--coral); color: #fff; }
.product-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.product-cat { font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); }
.product-body h3 { font-size: 1.08rem; margin: 6px 0 6px; }
.product-body h3 a { color: inherit; text-decoration: none; }
.product-body p { font-size: .9rem; color: var(--muted); margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.price { font: 700 1.2rem var(--font-head); color: var(--ink); }
.price del { font-size: .85rem; color: var(--muted); font-weight: 500; margin-left: 4px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }

/* ---------- étapes ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; background: #fff; border-radius: var(--radius); padding: 28px 22px 24px; border: 1px solid var(--line); }
.step-num { width: 46px; height: 46px; border-radius: 14px; background: var(--grad); color: #fff; display: grid; place-items: center; font: 700 1.2rem var(--font-head); margin-bottom: 16px; box-shadow: 0 8px 18px -8px rgba(255, 107, 74, .8); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }
.step:not(:last-child)::after { content: ''; position: absolute; top: 50px; right: -18px; width: 16px; height: 2px; background: repeating-linear-gradient(90deg, var(--coral) 0 4px, transparent 4px 7px); }

/* ---------- packs ---------- */
.packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pack { position: relative; background: #fff; border-radius: 22px; padding: 30px 26px; border: 1.5px solid var(--line); display: flex; flex-direction: column; transition: .25s; }
.pack:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.pack.featured { border-color: var(--coral); box-shadow: 0 20px 44px -22px rgba(255, 107, 74, .6); }
.pack-tag { position: absolute; top: -13px; left: 24px; background: var(--ink); color: #fff; font: 600 .75rem var(--font); padding: 5px 12px; border-radius: 999px; letter-spacing: .03em; }
.pack.featured .pack-tag { background: var(--grad); }
.pack .from { color: var(--muted); font-size: .9rem; margin: 12px 0 2px; }
.pack .amount { font: 800 2rem var(--font-head); color: var(--ink); }
.pack ul { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 8px; font-size: .94rem; }
.pack li { display: flex; gap: 10px; align-items: flex-start; }
.pack li::before { content: ''; flex: none; width: 18px; height: 18px; margin-top: 3px; border-radius: 50%; background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%230E6B78' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M6 12l4 4 8-8'/%3E%3C/svg%3E") center / 12px no-repeat; }
.pack .btn { margin-top: auto; }

/* ---------- inspirations ---------- */
.gallery { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; gap: 20px; }
.shot { position: relative; border-radius: 22px; overflow: hidden; background: #EFE9E1; margin: 0; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.shot:hover img { transform: scale(1.04); }
.shot:first-child { grid-row: span 2; }
.shot figcaption { position: absolute; left: 14px; bottom: 14px; right: 14px; background: rgba(255, 255, 255, .92); backdrop-filter: blur(6px); border-radius: 14px; padding: 12px 16px; font-size: .9rem; }
.shot figcaption strong { display: block; font-family: var(--font-head); color: var(--ink); font-size: 1.02rem; }

/* ---------- avantages ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature { display: flex; gap: 16px; }
.feature .ico { flex: none; width: 52px; height: 52px; border-radius: 16px; background: rgba(255, 255, 255, .1); display: grid; place-items: center; color: var(--sun); }
.feature h3 { margin-bottom: 6px; font-size: 1.1rem; }
.feature p { margin: 0; font-size: .95rem; }
.vehicle-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 10px; }
.vehicle-chips span { padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 500; font-size: .95rem; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; transition: .2s; }
.faq details[open] { box-shadow: var(--shadow); border-color: transparent; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 30px 20px 0; font: 600 1.05rem var(--font-head); color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: var(--sand-2); display: grid; place-items: center; font-size: 1.2rem; transition: .25s; }
.faq details[open] summary::after { content: '–'; background: var(--coral); color: #fff; }
.faq details p { color: var(--muted); padding-bottom: 20px; margin: 0; }

/* ---------- bandeau CTA ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: 28px; padding: clamp(34px, 5vw, 60px); background: var(--grad-ink); color: #D9E8E8; display: grid; grid-template-columns: 1.4fr auto; gap: 28px; align-items: center; }
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { margin: 0; }
.cta-band::after { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 50%; background: var(--grad); right: -110px; top: -140px; opacity: .85; }
.cta-band > * { position: relative; z-index: 1; }

/* ---------- pied de page ---------- */
.site-footer { position: relative; background: var(--ink); color: #B8CFD2; margin-top: 60px; padding: 70px 0 26px; }
.footer-wave { position: absolute; top: -1px; left: 0; right: 0; height: 6px; background: var(--grad); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
.footer-brand p { margin: 16px 0; max-width: 340px; font-size: .95rem; }
.footer-mail { color: var(--sun); font-weight: 600; text-decoration: none; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer ul a { color: #B8CFD2; text-decoration: none; font-size: .95rem; }
.site-footer ul a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .85rem; }

/* ---------- toast ---------- */
.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 150%); opacity: 0; visibility: hidden; background: var(--ink); color: #fff; padding: 14px 22px; border-radius: 14px; box-shadow: var(--shadow-lg); z-index: 90; transition: transform .35s cubic-bezier(.2, .9, .3, 1.2), opacity .25s, visibility .25s; font-weight: 500; max-width: calc(100% - 32px); }
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
.toast a { color: var(--sun); margin-left: 8px; }

/* ---------- page titre ---------- */
.page-hero { padding: clamp(36px, 6vw, 70px) 0 clamp(26px, 4vw, 40px); background: radial-gradient(900px 300px at 90% 0%, #FFE6D8, transparent 60%), var(--sand); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; color: var(--muted); margin-bottom: 14px; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: '›'; margin-right: 6px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--coral-dark); }

/* ---------- boutique ---------- */
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.shop-toolbar select { padding: 10px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: #fff; }
.shop-banner { margin-top: 44px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; background: #FFF0E8; border-radius: 20px; padding: 22px 26px; }
.shop-banner .ico { width: 54px; height: 54px; border-radius: 16px; background: var(--grad); color: #fff; display: grid; place-items: center; }
.shop-banner h3 { margin: 0 0 4px; }
.shop-banner p { margin: 0; color: var(--muted); }

/* ---------- fiche produit ---------- */
.product-page { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(26px, 5vw, 60px); align-items: start; }
.product-gallery { position: sticky; top: calc(var(--header-h) + 20px); }
.pg-main { position: relative; border-radius: 24px; overflow: hidden; background: #F3EEE7; aspect-ratio: 4 / 3; border: 1px solid var(--line); }
.pg-main img, .pg-main .viewer3d { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pg-tabs { display: flex; gap: 10px; margin-top: 14px; }
.pg-tab { padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; font-weight: 500; font-size: .92rem; }
.pg-tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.product-info .price { font-size: 2rem; }
.product-info .desc { color: var(--muted); }
.product-info .desc ul { padding-left: 20px; }
.spec { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; padding: 18px 20px; background: var(--sand); border-radius: 16px; font-size: .94rem; margin: 22px 0; }
.spec dt { color: var(--muted); }
.spec dd { margin: 0; font-weight: 500; }
.swatches { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 4px; }
.swatch { position: relative; width: 44px; height: 44px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 1.5px var(--line); cursor: pointer; padding: 0; transition: .2s; }
.swatch:hover { transform: scale(1.08); }
.swatch.is-active { box-shadow: 0 0 0 2.5px var(--coral); }
.swatch-label { font-size: .9rem; color: var(--muted); }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; background: #fff; }
.qty button { width: 42px; height: 46px; border: 0; background: none; cursor: pointer; font-size: 1.2rem; color: var(--ink); }
.qty input { width: 40px; border: 0; text-align: center; font-weight: 600; background: transparent; -moz-appearance: textfield; }
.qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.buy-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 22px 0; }
.perks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .94rem; }
.perks li { display: flex; gap: 10px; align-items: center; }
.perks svg { color: var(--teal); flex: none; }

/* ---------- formulaires ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 15px; border-radius: 12px; border: 1.5px solid var(--line); background: #fff; transition: border .2s, box-shadow .2s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(14, 107, 120, .12); }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--muted); }
.check input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--coral); flex: none; }
.hp { position: absolute; left: -9999px; }
.alert { padding: 14px 18px; border-radius: 14px; margin-bottom: 18px; font-weight: 500; }
.alert-ok { background: #E4F5EC; color: #1F6E49; }
.alert-err { background: #FDE8E5; color: #A7322A; }
.alert-info { background: var(--teal-soft); color: var(--ink); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: clamp(20px, 3vw, 32px); }

/* ---------- panier ---------- */
.cart-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 96px 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 96px; height: 72px; object-fit: cover; border-radius: 12px; background: #F3EEE7; }
.cart-item h3 { font-size: 1rem; margin: 0 0 2px; }
.cart-item small { color: var(--muted); }
.cart-item .right { text-align: right; display: grid; gap: 6px; justify-items: end; }
.link-btn { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: .85rem; text-decoration: underline; padding: 0; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; }
.summary-row.total { border-top: 2px solid var(--ink); margin-top: 8px; padding-top: 14px; font: 700 1.3rem var(--font-head); color: var(--ink); }
.radio-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.radio-card { position: relative; border: 1.5px solid var(--line); border-radius: 14px; padding: 12px 14px; cursor: pointer; background: #fff; font-size: .92rem; }
.radio-card input { position: absolute; opacity: 0; }
.radio-card:has(input:checked) { border-color: var(--coral); background: #FFF6F1; }
.radio-card strong { display: block; color: var(--ink); }
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state .ico { width: 84px; height: 84px; border-radius: 26px; margin: 0 auto 20px; background: var(--sand-2); display: grid; place-items: center; color: var(--coral-dark); }

/* ==========================================================
   CONFIGURATEUR
   ========================================================== */
.cfg-body { background: var(--sand); }
.cfg { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, 1fr); gap: 0; min-height: calc(100vh - var(--header-h)); }
.cfg-stage { position: sticky; top: var(--header-h); height: calc(100vh - var(--header-h)); display: flex; flex-direction: column; padding: 18px; gap: 14px; }
.cfg-canvas { position: relative; flex: 1; border-radius: 24px; overflow: hidden; background: #EFE9E1; box-shadow: var(--shadow); min-height: 280px; }
.cfg-canvas canvas { display: block; touch-action: none; }
.cfg-views { position: absolute; top: 14px; left: 14px; display: flex; gap: 6px; flex-wrap: wrap; z-index: 2; }
.cfg-views button { padding: 8px 13px; border-radius: 999px; border: 0; background: rgba(255, 255, 255, .92); backdrop-filter: blur(6px); font-weight: 600; font-size: .82rem; cursor: pointer; color: var(--ink); box-shadow: 0 2px 8px rgba(0, 0, 0, .06); }
.cfg-views button.is-active { background: var(--ink); color: #fff; }
.cfg-hint { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); background: rgba(14, 59, 69, .8); color: #fff; font-size: .8rem; padding: 7px 14px; border-radius: 999px; pointer-events: none; transition: opacity .6s; white-space: nowrap; }
.cfg-veh-badge { position: absolute; top: 14px; right: 14px; z-index: 2; background: rgba(255, 255, 255, .92); border-radius: 12px; padding: 8px 12px; font-size: .8rem; color: var(--muted); }
.cfg-veh-badge strong { color: var(--ink); display: block; font-size: .9rem; }
.cfg-loading { position: absolute; inset: 0; display: grid; place-items: center; background: #EFE9E1; color: var(--muted); z-index: 3; }
.price-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #fff; border-radius: 20px; padding: 14px 20px; box-shadow: var(--shadow); }
.price-bar .lbl { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.price-bar .val { font: 800 1.7rem var(--font-head); color: var(--ink); line-height: 1.1; }
.price-bar .sub { font-size: .82rem; color: var(--muted); }
.price-bar details summary { cursor: pointer; font-weight: 600; font-size: .88rem; color: var(--teal); list-style: none; }
.price-lines { position: absolute; bottom: calc(100% + 10px); right: 0; width: min(420px, 90vw); max-height: 55vh; overflow: auto; background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg); padding: 16px 18px; z-index: 10; font-size: .88rem; }
.price-lines .pl { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line); }
.price-lines .pl span:last-child { white-space: nowrap; font-weight: 600; }
.price-detail { position: relative; }

.cfg-panel { background: #fff; border-left: 1px solid var(--line); display: flex; flex-direction: column; min-height: calc(100vh - var(--header-h)); }
.cfg-progress { position: sticky; top: var(--header-h); z-index: 5; background: #fff; padding: 18px 26px 12px; border-bottom: 1px solid var(--line); }
.cfg-steps { display: flex; gap: 6px; list-style: none; padding: 0; margin: 0 0 10px; }
.cfg-steps li { flex: 1; }
.cfg-steps button { width: 100%; border: 0; background: none; padding: 0; cursor: pointer; text-align: left; font-size: .74rem; font-weight: 600; color: var(--muted); }
.cfg-steps button::before { content: ''; display: block; height: 5px; border-radius: 5px; background: var(--line); margin-bottom: 7px; transition: .3s; }
.cfg-steps li.done button::before, .cfg-steps li.current button::before { background: var(--grad); }
.cfg-steps li.current button { color: var(--ink); }
.cfg-steps button:disabled { cursor: default; }
.cfg-content { padding: 22px 26px 30px; flex: 1; }
.cfg-step { display: none; animation: fadeUp .35s ease; }
.cfg-step.is-active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.cfg-step h2 { font-size: 1.55rem; margin-bottom: 6px; }
.cfg-step > p { color: var(--muted); margin-bottom: 20px; }
.cfg-sub { font: 600 .82rem var(--font-head); text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 24px 0 10px; }
.opt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.opt-grid.one { grid-template-columns: 1fr; }
.opt { position: relative; display: flex; gap: 12px; align-items: flex-start; text-align: left; border: 1.5px solid var(--line); border-radius: 16px; padding: 14px 15px; background: #fff; cursor: pointer; transition: border .2s, background .2s, transform .15s; width: 100%; }
.opt:hover { border-color: #F3B8A5; }
.opt.is-active { border-color: var(--coral); background: #FFF6F1; box-shadow: 0 0 0 1px var(--coral) inset; }
.opt.is-disabled { opacity: .45; cursor: not-allowed; }
.opt .t { font-weight: 600; color: var(--ink); font-size: .95rem; line-height: 1.3; display: block; }
.opt .d { font-size: .82rem; color: var(--muted); display: block; margin-top: 3px; line-height: 1.35; }
.opt .p { margin-left: auto; font-weight: 700; font-size: .88rem; color: var(--teal); white-space: nowrap; }
.opt .ck { flex: none; width: 22px; height: 22px; border-radius: 7px; border: 1.8px solid var(--line); display: grid; place-items: center; margin-top: 1px; transition: .2s; }
.opt.is-active .ck { background: var(--coral); border-color: var(--coral); }
.opt.is-active .ck::after { content: ''; width: 10px; height: 6px; border: 2.4px solid #fff; border-top: 0; border-right: 0; transform: rotate(-45deg) translate(1px, -1px); }
.opt.radio .ck { border-radius: 50%; }
.opt.radio.is-active .ck::after { width: 8px; height: 8px; border: 0; border-radius: 50%; background: #fff; transform: none; }
.opt .why { display: block; font-size: .78rem; color: var(--danger); margin-top: 4px; }
.brand-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.brand-btn { border: 1.5px solid var(--line); background: #fff; border-radius: 14px; padding: 12px 10px; cursor: pointer; font-weight: 600; font-size: .88rem; color: var(--ink); transition: .2s; line-height: 1.25; }
.brand-btn:hover { border-color: #F3B8A5; }
.brand-btn.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.variant-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.variant { border: 1.5px solid var(--line); background: #fff; border-radius: 14px; padding: 12px; cursor: pointer; text-align: left; transition: .2s; }
.variant strong { display: block; font-family: var(--font-head); font-size: 1.05rem; color: var(--ink); }
.variant span { font-size: .78rem; color: var(--muted); }
.variant.is-active { border-color: var(--coral); background: #FFF6F1; box-shadow: 0 0 0 1px var(--coral) inset; }
.pack-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 8px; }
.pack-btn { border: 1.5px dashed #F0B49F; background: #FFF8F4; border-radius: 14px; padding: 10px; cursor: pointer; text-align: left; transition: .2s; }
.pack-btn strong { display: block; font-size: .88rem; color: var(--ink); }
.pack-btn span { font-size: .74rem; color: var(--muted); }
.pack-btn:hover, .pack-btn.is-active { border-style: solid; border-color: var(--coral); background: #FFEFE7; }
.swatch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 10px; }
.swatch-opt { border: 1.5px solid var(--line); border-radius: 16px; padding: 10px; background: #fff; cursor: pointer; text-align: center; font-size: .8rem; font-weight: 600; color: var(--ink); transition: .2s; }
.swatch-opt i { display: block; height: 46px; border-radius: 10px; margin-bottom: 8px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .06); }
.swatch-opt small { display: block; color: var(--muted); font-weight: 500; }
.swatch-opt.is-active { border-color: var(--coral); box-shadow: 0 0 0 1px var(--coral) inset; background: #FFF6F1; }
.cfg-nav { position: sticky; bottom: 0; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-top: 1px solid var(--line); padding: 14px 26px; display: flex; gap: 10px; justify-content: space-between; align-items: center; z-index: 5; }
.cfg-nav .mini-price { display: none; }
.cfg-recap { background: var(--sand); border-radius: 16px; padding: 14px 16px; font-size: .88rem; margin-bottom: 18px; }
.cfg-recap div { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; }
.cfg-recap span:first-child { color: var(--muted); }
.cfg-recap span:last-child { text-align: right; font-weight: 600; color: var(--ink); }
.fee-box { display: flex; gap: 14px; align-items: center; background: #FFF0E8; border-radius: 16px; padding: 14px 16px; margin: 18px 0; font-size: .9rem; }
.fee-box strong { font: 800 1.5rem var(--font-head); color: var(--coral-dark); }
.overlay { position: fixed; inset: 0; background: rgba(14, 59, 69, .72); backdrop-filter: blur(6px); display: grid; place-items: center; z-index: 100; color: #fff; text-align: center; padding: 20px; }
.spinner { width: 56px; height: 56px; border-radius: 50%; border: 5px solid rgba(255, 255, 255, .25); border-top-color: var(--sun); animation: spin 0.9s linear infinite; margin: 0 auto 18px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- paiement ---------- */
.pay-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 28px; align-items: start; }
.qr-box { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; }
.qr { width: 220px; height: 220px; padding: 12px; background: #fff; border-radius: 18px; border: 2px solid var(--line); display: grid; place-items: center; }
.qr svg, .qr img { width: 100%; height: 100%; }
.amount-big { font: 800 2.6rem var(--font-head); color: var(--coral-dark); line-height: 1; }
.bank-rows { display: grid; gap: 8px; margin: 18px 0; }
.bank-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 14px; border-radius: 12px; background: var(--sand); font-size: .92rem; }
.bank-row span { color: var(--muted); }
.bank-row strong { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: .93rem; color: var(--ink); word-break: break-all; text-align: right; }
.copy { border: 0; background: #fff; border-radius: 8px; padding: 5px 9px; cursor: pointer; font-size: .78rem; font-weight: 600; color: var(--teal); flex: none; }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.timeline li { position: relative; padding: 0 0 22px 44px; }
.timeline li::before { content: ''; position: absolute; left: 13px; top: 30px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child::before { display: none; }
.timeline .tl-dot { position: absolute; left: 0; top: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--line); display: grid; place-items: center; color: #fff; font-size: .8rem; font-weight: 700; }
.timeline li.done .tl-dot { background: var(--ok); }
.timeline li.now .tl-dot { background: var(--coral); box-shadow: 0 0 0 6px rgba(255, 107, 74, .18); }
.timeline strong { display: block; color: var(--ink); }
.timeline small { color: var(--muted); }
.thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.thumbs img { border-radius: 12px; aspect-ratio: 16 / 10; object-fit: cover; filter: blur(7px) saturate(.8); }
.locked { position: relative; border-radius: 14px; overflow: hidden; }
.locked::after { content: '🔒 Débloqué après paiement'; position: absolute; inset: 0; display: grid; place-items: center; background: rgba(255, 252, 248, .35); font-weight: 700; color: var(--ink); font-size: .95rem; }

/* ---------- design livré ---------- */
.design-hero img { border-radius: 24px; box-shadow: var(--shadow-lg); }
.design-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.design-grid a { display: block; border-radius: 16px; overflow: hidden; }
.viewer-box { position: relative; aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; background: #EFE9E1; box-shadow: var(--shadow); }
.quote-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.quote-table td { padding: 11px 8px; border-bottom: 1px solid var(--line); vertical-align: top; }
.quote-table td:last-child { text-align: right; white-space: nowrap; font-weight: 600; }
.quote-table small { color: var(--muted); display: block; }
.quote-table tr.tot td { border: 0; font: 700 1.25rem var(--font-head); color: var(--ink); background: #FFF4EC; }
.quote-table tr.sub td { border: 0; color: var(--muted); font-weight: 500; }

/* ---------- pages légales ---------- */
.prose h2 { font-size: 1.4rem; margin-top: 1.8em; }
.prose p, .prose li { color: #37505A; }

/* ---------- animations d'apparition ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ==========================================================
   ADMIN
   ========================================================== */
.admin-body { background: #F4F1EC; }
.admin-shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-side { background: var(--ink); color: #B8CFD2; padding: 24px 16px; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 4px; }
.admin-side img { width: 170px; margin: 0 8px 26px; }
.admin-side a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 14px; border-radius: 12px; color: #D0E0E2; text-decoration: none; font-weight: 500; font-size: .95rem; }
.admin-side a:hover { background: rgba(255, 255, 255, .06); color: #fff; }
.admin-side a.is-active { background: rgba(255, 255, 255, .12); color: #fff; }
.admin-side .count { background: var(--coral); color: #fff; font-size: .72rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.admin-side .bottom { margin-top: auto; }
.admin-main { padding: 28px clamp(16px, 3vw, 40px) 60px; min-width: 0; }
.admin-main h1 { font-size: 1.8rem; }
.admin-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 26px; }
.stat { background: #fff; border-radius: 18px; padding: 18px 20px; border: 1px solid var(--line); }
.stat span { font-size: .82rem; color: var(--muted); font-weight: 600; }
.stat strong { display: block; font: 800 1.9rem var(--font-head); color: var(--ink); margin-top: 4px; }
.stat.hot { background: #FFF0E8; border-color: #FFD2C2; }
.table-wrap { background: #fff; border-radius: 18px; border: 1px solid var(--line); overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.table th { text-align: left; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: 12px 14px; border-bottom: 1px solid var(--line); background: #FBF8F4; white-space: nowrap; }
.table td { padding: 12px 14px; border-bottom: 1px solid #F2ECE3; vertical-align: middle; }
.table tr:last-child td { border-bottom: 0; }
.table tr:hover td { background: #FFFBF7; }
.table a { font-weight: 600; }
.table img { width: 64px; height: 48px; object-fit: cover; border-radius: 8px; }
.badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: .76rem; font-weight: 700; white-space: nowrap; }
.badge-warn { background: #FFF3DC; color: #9A6212; }
.badge-hot { background: #FFE3DA; color: #B23E1C; }
.badge-ok { background: #E1F4EA; color: #1F6E49; }
.badge-win { background: #DDEBFF; color: #1C4E9A; }
.badge-off { background: #EEE; color: #666; }
.admin-cols { display: grid; grid-template-columns: 1.3fr 1fr; gap: 20px; align-items: start; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.big-action { display: flex; flex-direction: column; gap: 12px; padding: 22px; border-radius: 18px; background: #FFF0E8; border: 1.5px solid #FFD2C2; margin-bottom: 20px; }
.kv { display: grid; grid-template-columns: 140px 1fr; gap: 8px 14px; font-size: .93rem; }
.kv dt { color: var(--muted); }
.kv dd { margin: 0; font-weight: 500; word-break: break-word; }
.render-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.render-grid img { border-radius: 12px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.login-page { min-height: 100vh; display: grid; place-items: center; background: var(--grad-ink); padding: 20px; }
.login-card { width: min(420px, 100%); background: #fff; border-radius: 26px; padding: 36px 32px; box-shadow: var(--shadow-lg); }
.login-card img { width: 190px; margin: 0 auto 24px; }
.mail-log { background: #0E2A31; color: #BFE3DD; border-radius: 14px; padding: 16px; font: .8rem/1.6 ui-monospace, Consolas, monospace; max-height: 320px; overflow: auto; white-space: pre-wrap; }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1100px) {
  .main-nav a:not(.btn) { padding: 8px 8px; font-size: .92rem; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(2)::after { display: none; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1120px) {
  .burger { display: flex; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; visibility: hidden; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-8px); opacity: 0; transition: transform .25s ease, opacity .25s ease, visibility .25s; z-index: 40; max-height: calc(100vh - var(--header-h)); overflow: auto; }
  .main-nav.open { transform: none; visibility: visible; opacity: 1; }
  .main-nav a:not(.btn) { padding: 13px 14px; font-size: 1.05rem; }
  .nav-cta { margin: 8px 0 0; }
  .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-actions { margin-left: auto; }
}
@media (max-width: 980px) {
  :root { --header-h: 66px; }

  .hero-grid, .product-page, .cart-layout, .pay-layout, .admin-cols { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .float-card.fc-1 { left: 10px; bottom: 10px; }
  .float-card.fc-2 { right: 10px; top: 10px; }
  .packs, .features { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .shot:first-child { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .cta-band { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .shop-banner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  /* configurateur mobile */
  .cfg { grid-template-columns: minmax(0, 1fr); }
  .cfg-panel, .cfg-stage { min-width: 0; }
  .cfg-stage { position: sticky; top: var(--header-h); height: auto; padding: 0; z-index: 6; background: var(--sand); }
  .cfg-canvas { height: 42vh; min-height: 250px; flex: none; border-radius: 0; }
  .cfg-stage .price-bar { display: none; }
  .cfg-panel { border-left: 0; min-height: auto; }
  .cfg-progress { position: static; }
  .cfg-nav .mini-price { display: block; font: 800 1.2rem var(--font-head); color: var(--ink); line-height: 1.1; }
  .cfg-nav .mini-price small { display: block; font: 500 .72rem var(--font); color: var(--muted); }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { position: static; height: auto; flex-direction: row; flex-wrap: wrap; padding: 12px; }
  .admin-side img { width: 130px; margin: 6px 10px; }
  .admin-side .bottom { margin-top: 0; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .hero-ctas .btn { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .step::after { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .opt-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .pack-row { grid-template-columns: 1fr; }
  .qr-box { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .cart-item { grid-template-columns: 72px 1fr; }
  .cart-item img { width: 72px; height: 56px; }
  .cart-item .right { grid-column: 2; justify-items: start; text-align: left; }
  .design-grid, .thumbs { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .float-card { display: none; }
  .cfg-content, .cfg-progress { padding-left: 16px; padding-right: 16px; }
  .cfg-nav { padding: 12px 16px; }
  .cfg-steps button { font-size: 0; }
  .kv { grid-template-columns: 1fr; gap: 2px; }
  .kv dd { margin-bottom: 8px; }
}

.cfg-body .site-footer { display: none; }


.fit-note { position: absolute; left: 14px; right: 14px; bottom: 54px; z-index: 2; background: rgba(255, 243, 220, .96); color: #7A4E0E; border-radius: 12px; padding: 9px 14px; font-size: .82rem; font-weight: 500; }
.opt-grid { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
.opt-grid.one { grid-template-columns: 1fr; }
@media (max-width: 1280px) { .admin-body .admin-cols { grid-template-columns: 1fr; } }
.kv dd { min-width: 0; }
@media (max-width: 640px) { .cfg-veh-badge { display: none; } .cfg-views button { padding: 7px 11px; } .fit-note { bottom: 12px; } }

/* ==========================================================
   Confiance, multilingue, WhatsApp, avis
   ========================================================== */
.topbar { background: var(--ink); color: #CFE2E3; font-size: .82rem; }
.topbar-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 36px; flex-wrap: wrap; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { color: var(--sun); }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }
.topbar a svg { color: #25D366; }

.lang-switch { position: relative; }
.lang-switch summary { list-style: none; display: flex; align-items: center; gap: 5px; height: 44px; padding: 0 10px; border-radius: 12px; cursor: pointer; font-weight: 600; font-size: .88rem; color: var(--ink); }
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch summary:hover, .lang-switch[open] summary { background: var(--sand-2); }
.lang-switch ul { position: absolute; right: 0; top: calc(100% + 6px); list-style: none; margin: 0; padding: 8px; background: #fff; border-radius: 16px; box-shadow: var(--shadow-lg); border: 1px solid var(--line); min-width: 180px; z-index: 60; }
.lang-switch a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 10px; text-decoration: none; color: var(--text); font-weight: 500; }
.lang-switch a:hover { background: var(--sand); }
.lang-switch a[aria-current] { background: #FFF0E8; color: var(--coral-dark); }

.fab-stack { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 12px; z-index: 80; }
.fab { position: relative; width: 58px; height: 58px; border-radius: 50%; border: 0; display: grid; place-items: center; cursor: pointer; color: #fff; box-shadow: 0 12px 28px -10px rgba(14, 59, 69, .55); transition: transform .2s; text-decoration: none; }
.fab:hover { transform: translateY(-3px) scale(1.04); }
.fab-wa { background: #25D366; }
.fab-chat { background: var(--grad); }
.fab-label { position: absolute; right: calc(100% + 10px); white-space: nowrap; background: var(--ink); color: #fff; font: 600 .8rem var(--font); padding: 7px 12px; border-radius: 10px; opacity: 0; transform: translateX(6px); transition: .2s; pointer-events: none; }
.fab:hover .fab-label { opacity: 1; transform: none; }
.woot-widget-bubble { display: none !important; }
.cfg-body .fab-stack { bottom: 92px; }

.stars { display: inline-flex; gap: 2px; vertical-align: middle; color: #E2D9CC; }
.stars .on { color: #F5A623; }
.hero-rating { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--muted); font-size: .95rem; }
.hero-rating strong { color: var(--ink); }

.trust-strip { background: #fff; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 22px 0; }
.trust-grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
.trust-grid svg { grid-row: span 2; color: var(--coral-dark); background: #FFF0E8; border-radius: 14px; padding: 10px; width: 48px; height: 48px; }
.trust-grid strong { font-family: var(--font-head); color: var(--ink); font-size: 1rem; }
.trust-grid span { font-size: .86rem; color: var(--muted); }

.process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.process li { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px 22px; }
.process-ico { width: 50px; height: 50px; border-radius: 15px; background: var(--grad); color: #fff; display: grid; place-items: center; margin-bottom: 14px; box-shadow: 0 8px 18px -8px rgba(255, 107, 74, .8); }
.process-num { position: absolute; top: 18px; right: 20px; font: 800 2.4rem var(--font-head); color: var(--sand-2); line-height: 1; }
.process h3 { margin-bottom: 6px; }
.process p { margin: 0; color: var(--muted); font-size: .95rem; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.review blockquote { margin: 0; color: var(--text); font-size: .98rem; }
.review figcaption { margin-top: auto; font-size: .9rem; color: var(--muted); }
.review figcaption strong { color: var(--ink); }
.review figcaption span { display: block; font-size: .82rem; }

.review-form { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.review-form h3 { margin-bottom: 4px; }
.star-input { display: inline-flex; flex-direction: row-reverse; gap: 2px; margin: 6px 0 12px; }
.star-input input { position: absolute; opacity: 0; }
.star-input label { color: #E2D9CC; cursor: pointer; transition: color .15s; }
.star-input input:checked ~ label, .star-input label:hover, .star-input label:hover ~ label { color: #F5A623; }

.cta-split { grid-template-columns: 1fr 1fr; align-items: start; }
.cta-form { background: #fff; color: var(--text); border-radius: 20px; padding: 22px; }
.cta-split .btn-light svg { color: #25D366; }
.form-note { font-size: .82rem; color: var(--muted); margin: 10px 0 0; }

.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.contact-card { display: flex; flex-direction: column; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; text-decoration: none; color: var(--text); transition: .2s; }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-card strong { font-family: var(--font-head); color: var(--ink); font-size: 1.05rem; }
.contact-card span:last-child { color: var(--muted); font-size: .9rem; word-break: break-word; }
.cc-ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: #FFF0E8; color: var(--coral-dark); margin-bottom: 8px; }
.cc-ico.wa { background: #E3F8EA; color: #1FA855; }

.lang-hint { position: fixed; left: 18px; bottom: 18px; z-index: 85; max-width: min(440px, calc(100% - 110px)); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 12px 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .9rem; }
.lang-hint button { margin-left: auto; border: 0; background: none; font-size: 1.4rem; line-height: 1; cursor: pointer; color: var(--muted); }

@media (max-width: 980px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .process, .reviews { grid-template-columns: 1fr 1fr; }
  .cta-split { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hide-sm { display: none !important; }
  .topbar-row { justify-content: center; gap: 14px; }
  .process, .reviews, .trust-grid { grid-template-columns: 1fr; }
  .fab { width: 52px; height: 52px; }
  .fab-label { display: none; }
  .lang-switch summary span { display: none; }
}
.cfg-body .lang-hint { bottom: 92px; }
.cta-split::after { opacity: .3; }
.lang-hint { flex-wrap: nowrap; }
@media (max-width: 640px) { .lang-hint { flex-wrap: wrap; } }
.shop-tools { display: flex; gap: 10px; flex-wrap: wrap; }
.shop-tools input { padding: 10px 14px; border-radius: 12px; border: 1.5px solid var(--line); background: #fff; min-width: 220px; }
.chip small { opacity: .6; font-weight: 600; }
@media (max-width: 640px) { .shop-tools, .shop-tools input { width: 100%; } }
