/*
Theme Name: Lock-ID
Theme URI: https://lock-id.info
Author: Olians
Author URI: https://olians.fr
Description: Thème sur-mesure pour Lock-ID — serrurerie mécatronique et contrôle d'accès hôtelier & locatif. Vitrine produits + questionnaire de qualification projet. Édité par Olians.
Version: 1.2.6
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lockid
*/

/* =========================================================================
   FONTS — auto-hébergées (RGPD : aucun appel à un service tiers)
   Déposer les .woff2 (OFL) dans /assets/fonts/. Voir README.txt.
   Le thème reste lisible avec les polices système si les fichiers manquent.
   ========================================================================= */
@font-face {
	font-family: 'Space Grotesk';
	src: url('assets/fonts/SpaceGrotesk-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Space Grotesk';
	src: url('assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* =========================================================================
   TOKENS
   ========================================================================= */
:root {
	--li-red:        #E2001A;
	--li-red-deep:   #B30015;
	--li-ink:        #0E0E10;
	--li-ink-soft:   #1B1B1F;
	--li-paper:      #FFFFFF;
	--li-surface:    #F4F4F2;
	--li-surface-2:  #EBEBE8;
	--li-line:       #DDDCD7;
	--li-muted:      #66666B;
	--li-muted-soft: #97979C;

	--font-display: 'Space Grotesk', 'Segoe UI', system-ui, -apple-system, sans-serif;
	--font-body:    'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--font-mono:    ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;

	--maxw: 1200px;
	--gutter: clamp(20px, 5vw, 64px);

	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--bracket: 14px; /* longueur des crochets d'angle */
}

/* =========================================================================
   RESET / BASE
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	font-family: var(--font-body);
	color: var(--li-ink);
	background: var(--li-paper);
	line-height: 1.6;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--li-red); outline-offset: 3px; }

/* =========================================================================
   TYPOGRAPHIE
   ========================================================================= */
h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.02em;
}
h1 { font-size: clamp(2.6rem, 6.5vw, 5rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: -0.01em; }
p { color: var(--li-ink); }
strong { font-weight: 600; }

.eyebrow {
	font-family: var(--font-mono);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--li-red);
	display: inline-block;
}
.eyebrow::before { content: '[ '; color: var(--li-ink); }
.eyebrow::after  { content: ' ]'; color: var(--li-ink); }

.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--li-muted); line-height: 1.55; }

/* =========================================================================
   LAYOUT
   ========================================================================= */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 10vw, 130px); position: relative; }
.section--dark { background: var(--li-ink); color: var(--li-paper); }
.section--surface { background: var(--li-surface); }
.section__head { max-width: 640px; margin-bottom: clamp(36px, 5vw, 64px); }
.section__head h2 { margin-top: 14px; }
.section__head p { margin-top: 16px; }
.section--dark .lead,
.section--dark p { color: rgba(255,255,255,0.66); }
.section--dark .eyebrow::before,
.section--dark .eyebrow::after { color: var(--li-paper); }

/* Motif signature : crochets d'angle (réticule de verrouillage) */
.frame { position: relative; }
.frame::before, .frame::after {
	content: ''; position: absolute; width: var(--bracket); height: var(--bracket);
	border: 2px solid var(--li-red); pointer-events: none;
}
.frame::before { top: -8px; left: -8px; border-right: 0; border-bottom: 0; }
.frame::after  { bottom: -8px; right: -8px; border-left: 0; border-top: 0; }

/* =========================================================================
   BOUTONS
   ========================================================================= */
.btn {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--font-mono); font-size: 0.82rem; font-weight: 500;
	letter-spacing: 0.06em; text-transform: uppercase;
	padding: 15px 26px; border: 2px solid var(--li-ink);
	background: var(--li-ink); color: var(--li-paper);
	transition: transform 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
	will-change: transform;
}
.btn:hover { background: var(--li-red); border-color: var(--li-red); transform: translateY(-2px); }
.btn .arr { transition: transform 0.2s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn--ghost { background: transparent; color: var(--li-ink); }
.btn--ghost:hover { background: var(--li-ink); color: var(--li-paper); border-color: var(--li-ink); }
.btn--red { background: var(--li-red); border-color: var(--li-red); }
.btn--red:hover { background: var(--li-red-deep); border-color: var(--li-red-deep); }
.section--dark .btn--ghost { color: var(--li-paper); border-color: var(--li-paper); }
.section--dark .btn--ghost:hover { background: var(--li-paper); color: var(--li-ink); }

/* =========================================================================
   HEADER / NAV
   ========================================================================= */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255,255,255,0.86); backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--li-line);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand-logo { display: flex; align-items: center; gap: 10px; }
.brand-logo img { height: 30px; width: auto; }
.brand-logo .brand-text { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; letter-spacing: -0.02em; }
.brand-logo .brand-text .b { color: var(--li-red); }
.brand-logo .brand-text .i {
	color: var(--li-ink); border: 2px solid var(--li-ink); padding: 0 5px; margin-left: 3px; font-size: 0.95em;
}

.main-nav ul { display: flex; align-items: center; gap: 30px; }
.main-nav a {
	font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 0.05em;
	text-transform: uppercase; color: var(--li-ink); position: relative; padding-block: 6px;
}
.main-nav a::after {
	content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
	background: var(--li-red); transition: width 0.25s var(--ease);
}
.main-nav a:hover::after { width: 100%; }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; letter-spacing: 0.01em; color: var(--li-ink); white-space: nowrap; }
.header-phone svg { width: 18px; height: 18px; flex: none; }
.header-phone:hover { color: var(--li-red); }
.footer-phone { margin-top: 10px; }
.footer-phone a { font-weight: 700; color: var(--li-paper); }
.footer-phone a:hover { color: var(--li-red); }

.nav-toggle { display: none; width: 30px; height: 22px; position: relative; }
.nav-toggle span { position: absolute; left: 0; width: 100%; height: 2px; background: var(--li-ink); transition: 0.3s var(--ease); }
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 10px; }
.nav-toggle span:nth-child(3) { top: 20px; }
.nav-open .nav-toggle span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; padding-block: clamp(70px, 11vw, 150px); overflow: hidden; }
.hero__grid {
	display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(40px, 6vw, 80px); align-items: center;
}
.hero__title { margin: 18px 0 24px; position: relative; display: inline-block; }
.hero__title .hl { color: var(--li-red); }
.hero__lock-line { display: block; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.hero__meta {
	margin-top: 44px; display: flex; gap: 34px; flex-wrap: wrap;
	font-family: var(--font-mono); font-size: 0.78rem; color: var(--li-muted);
}
.hero__meta b { display: block; font-size: 1.5rem; color: var(--li-ink); font-weight: 700; letter-spacing: -0.02em; }

/* Crochets animés "verrouillage" autour du titre */
.lockframe { position: relative; }
.lockframe span.cnr {
	position: absolute; width: 26px; height: 26px; border: 3px solid var(--li-red);
	opacity: 0; transition: opacity 0.5s var(--ease), transform 0.6s var(--ease);
}
.lockframe span.tl { top: -16px; left: -16px; border-right: 0; border-bottom: 0; transform: translate(12px,12px); }
.lockframe span.tr { top: -16px; right: -16px; border-left: 0; border-bottom: 0; transform: translate(-12px,12px); }
.lockframe span.bl { bottom: -16px; left: -16px; border-right: 0; border-top: 0; transform: translate(12px,-12px); }
.lockframe span.br { bottom: -16px; right: -16px; border-left: 0; border-top: 0; transform: translate(-12px,-12px); }
.lockframe.is-locked span.cnr { opacity: 1; transform: translate(0,0); }

/* Composition produit Kibolt (visuel hero) */
.hero-stage { position: relative; max-width: 440px; margin-inline: auto; aspect-ratio: 1 / 1; overflow: visible; }

.hk-cnr { position: absolute; width: 34px; height: 34px; border: 3px solid var(--li-red); opacity: 0; z-index: 4; animation: hkCnr 0.6s var(--ease) 0.25s forwards; }
.hk-cnr.tl { top: -6px; left: -6px; border-right: 0; border-bottom: 0; transform: translate(14px, 14px); }
.hk-cnr.tr { top: -6px; right: -6px; border-left: 0; border-bottom: 0; transform: translate(-14px, 14px); }
.hk-cnr.bl { bottom: -6px; left: -6px; border-right: 0; border-top: 0; transform: translate(14px, -14px); }
.hk-cnr.br { bottom: -6px; right: -6px; border-left: 0; border-top: 0; transform: translate(-14px, -14px); }
@keyframes hkCnr { to { opacity: 1; transform: translate(0, 0); } }

.hk-cyl { position: absolute; top: 15%; left: 47%; width: 66%; z-index: 2; transform: translateX(-50%) rotate(-5deg); animation: hkFloat 6s ease-in-out infinite; }
.hk-cyl img { width: 100%; display: block; filter: drop-shadow(0 24px 26px rgba(14,14,16,0.24)); }
.hk-sheen {
	position: absolute; inset: 0; pointer-events: none;
	background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,0.65) 50%, transparent 58%);
	background-size: 260% 100%; background-repeat: no-repeat;
	-webkit-mask: url('assets/img/kibolt-cylindre.png') center / contain no-repeat;
	        mask: url('assets/img/kibolt-cylindre.png') center / contain no-repeat;
	animation: hkSheen 6s ease-in-out infinite;
}
@keyframes hkSheen { 0%, 62% { background-position: 145% 0; } 82%, 100% { background-position: -145% 0; } }

.hk-key { position: absolute; width: 25%; right: 5%; bottom: 5%; z-index: 3; transform: rotate(12deg); filter: drop-shadow(0 18px 18px rgba(14,14,16,0.3)); animation: hkFloatKey 6.6s ease-in-out infinite; }
.hk-badge { position: absolute; width: 22%; top: 2%; left: 1%; z-index: 3; filter: drop-shadow(0 8px 12px rgba(14,14,16,0.16)); animation: hkFloatBadge 7.2s ease-in-out infinite; }

@keyframes hkFloat { 0%, 100% { transform: translate(-50%, 0) rotate(-5deg); } 50% { transform: translate(-50%, -12px) rotate(-5deg); } }
@keyframes hkFloatKey { 0%, 100% { transform: translateY(0) rotate(12deg); } 50% { transform: translateY(-9px) rotate(12deg); } }
@keyframes hkFloatBadge { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* =========================================================================
   BANDE ENGAGEMENTS (rôle : distributeur / intégration / support)
   ========================================================================= */
.band { padding-block: clamp(26px, 4vw, 44px); background: var(--li-surface); border-bottom: 1px solid var(--li-line); }
.band__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.band__item { display: flex; gap: 16px; align-items: center; position: relative; }
.band__item + .band__item::before {
	content: ''; position: absolute; left: calc(clamp(20px, 3vw, 40px) / -2); top: 50%;
	transform: translateY(-50%); width: 1px; height: 70%; background: var(--li-line);
}
.band__ico { width: 34px; height: 34px; color: var(--li-red); flex: 0 0 auto; }
.band__ico svg { width: 100%; height: 100%; }
.band__txt b { display: block; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; }
.band__txt span { font-size: 0.88rem; color: var(--li-muted); }

/* =========================================================================
   SOLUTIONS
   ========================================================================= */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--li-line); border: 1px solid var(--li-line); }
.card {
	background: var(--li-paper); padding: clamp(28px, 3vw, 40px); position: relative;
	transition: background 0.3s var(--ease); overflow: hidden;
}
.card__no { font-family: var(--font-mono); font-size: 0.78rem; color: var(--li-muted); letter-spacing: 0.1em; }
.card__icon { width: 46px; height: 46px; margin: 22px 0 20px; color: var(--li-red); }
.card__icon svg { width: 100%; height: 100%; }
.card h3 { margin-bottom: 12px; }
.card p { color: var(--li-muted); font-size: 0.98rem; }
.card__list { margin-top: 18px; }
.card__list li {
	font-family: var(--font-mono); font-size: 0.78rem; color: var(--li-ink);
	padding: 7px 0; border-top: 1px solid var(--li-line); display: flex; gap: 10px; align-items: center;
}
.card__list li::before { content: ''; width: 6px; height: 6px; background: var(--li-red); flex: 0 0 auto; }
/* coin rouge au survol (réticule) */
.card::after {
	content: ''; position: absolute; top: 0; right: 0; width: 0; height: 0;
	border-style: solid; border-width: 0 38px 38px 0; border-color: transparent var(--li-red) transparent transparent;
	transform: translate(38px,-38px); transition: transform 0.3s var(--ease);
}
.card:hover { background: var(--li-surface); }
.card:hover::after { transform: translate(0,0); }

/* =========================================================================
   CATALOGUE (gamme)
   ========================================================================= */
.cat-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.cat-chip {
	font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.04em; text-transform: uppercase;
	padding: 9px 16px; border: 2px solid var(--li-line); background: var(--li-paper); color: var(--li-ink);
	transition: border-color 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
}
.cat-chip:hover { border-color: var(--li-ink); }
.cat-chip.is-active { background: var(--li-ink); border-color: var(--li-ink); color: var(--li-paper); }

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--li-line); border: 1px solid var(--li-line); }
.cat-card { background: var(--li-paper); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: opacity 0.3s var(--ease); }
.cat-card.is-hidden { display: none; }
.cat-card__media {
	background: var(--li-surface); height: 210px; display: flex; align-items: center; justify-content: center;
	padding: 18px; position: relative; overflow: hidden; border-bottom: 1px solid var(--li-line);
}
.cat-card__media img { max-height: 160px; max-width: 78%; width: auto; height: auto; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(14,14,16,0.16)); transition: transform 0.35s var(--ease); }
.cat-card:hover .cat-card__media img { transform: translateY(-5px) scale(1.03); }
/* coin rouge signature au survol */
.cat-card__media::after {
	content: ''; position: absolute; top: 0; right: 0; width: 0; height: 0; border-style: solid;
	border-width: 0 32px 32px 0; border-color: transparent var(--li-red) transparent transparent;
	transform: translate(32px,-32px); transition: transform 0.3s var(--ease);
}
.cat-card:hover .cat-card__media::after { transform: translate(0,0); }
.cat-card__body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.cat-card__body h3 { font-size: 1.12rem; margin-bottom: 8px; }
.cat-card__body p { font-size: 0.9rem; color: var(--li-muted); margin-bottom: 14px; }
.cat-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; margin-top: auto; }
.cat-card__tags li { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.03em; color: var(--li-ink); border: 1px solid var(--li-line); padding: 4px 8px; }
.cat-card__cta { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--li-red); display: inline-flex; gap: 8px; align-items: center; }
.cat-card__cta .arr { transition: transform 0.2s var(--ease); }
.cat-card__cta:hover .arr { transform: translateX(4px); }
.cat-foot { margin-top: 32px; font-size: 0.92rem; color: var(--li-muted); }
.cat-foot a { color: var(--li-red); text-decoration: underline; }

/* =========================================================================
   PARTENAIRES
   ========================================================================= */
.partners { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.partner {
	border: 1px solid rgba(255,255,255,0.16); padding: 30px; position: relative;
	transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.partner:hover { border-color: var(--li-red); background: rgba(255,255,255,0.03); }
.partner__tag { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.1em; color: var(--li-red); }
.partner h3 { color: var(--li-paper); margin: 14px 0 10px; }
.partner p { color: rgba(255,255,255,0.6); font-size: 0.94rem; }
.partner--open { border-style: dashed; border-color: rgba(255,255,255,0.28); }
.partner--open h3 { color: rgba(255,255,255,0.55); }
.partner__link { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; font-weight: 700; font-size: 0.9rem; color: var(--li-red); }
.partner__link:hover { color: var(--li-paper); }

/* =========================================================================
   QUESTIONNAIRE PROJET (assistant)
   ========================================================================= */
.wizard { max-width: 760px; margin-inline: auto; background: var(--li-paper); border: 2px solid var(--li-ink); }
.wizard__bar { display: flex; height: 6px; background: var(--li-surface-2); }
.wizard__bar i { display: block; height: 100%; background: var(--li-red); width: 20%; transition: width 0.4s var(--ease); }
.wizard__inner { padding: clamp(28px, 4vw, 48px); }
.wizard__step { display: none; animation: stepIn 0.4s var(--ease); }
.wizard__step.is-active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.wizard__count { font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.12em; color: var(--li-muted); }
.wizard__q { margin: 10px 0 26px; font-size: clamp(1.4rem, 3vw, 2rem); }

.opt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.opt {
	border: 2px solid var(--li-line); padding: 20px; cursor: pointer; position: relative;
	transition: border-color 0.2s var(--ease), background 0.2s var(--ease); display: flex; gap: 14px; align-items: flex-start;
}
.opt:hover { border-color: var(--li-ink); }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt__ico { width: 26px; height: 26px; color: var(--li-ink); flex: 0 0 auto; }
.opt__ico svg { width: 100%; height: 100%; }
.opt__txt b { display: block; font-family: var(--font-display); font-weight: 700; }
.opt__txt span { font-size: 0.86rem; color: var(--li-muted); }
.opt.is-checked { border-color: var(--li-red); background: rgba(226,0,26,0.04); }
.opt.is-checked .opt__ico { color: var(--li-red); }

.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--li-muted); margin-bottom: 8px; }
.field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=number], .field textarea, .field select {
	width: 100%; padding: 14px 16px; border: 2px solid var(--li-line); background: var(--li-paper); transition: border-color 0.2s var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--li-ink); outline: none; }
.field textarea { resize: vertical; min-height: 110px; }
.range-row { display: flex; align-items: center; gap: 18px; }
.range-row input[type=range] { flex: 1; accent-color: var(--li-red); }
.range-row .range-val { font-family: var(--font-mono); font-size: 1.5rem; font-weight: 700; min-width: 90px; text-align: right; }
.range-row .range-val small { font-size: 0.7rem; color: var(--li-muted); display: block; font-weight: 400; }

.consent { display: flex; gap: 12px; align-items: flex-start; margin: 6px 0 22px; }
.consent input { margin-top: 4px; accent-color: var(--li-red); width: 18px; height: 18px; flex: 0 0 auto; }
.consent label { font-size: 0.86rem; color: var(--li-muted); line-height: 1.5; }
.consent a { color: var(--li-red); text-decoration: underline; }

.wizard__nav { display: flex; justify-content: space-between; gap: 14px; margin-top: 30px; }
.wizard__nav .btn { flex: 0 0 auto; }
.wizard__error { color: var(--li-red); font-family: var(--font-mono); font-size: 0.8rem; margin-top: 14px; min-height: 1.2em; }

.summary { border: 1px solid var(--li-line); background: var(--li-surface); padding: 22px; margin-bottom: 22px; }
.summary dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; font-size: 0.92rem; }
.summary dt { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--li-muted); }
.summary dd { font-weight: 500; }

/* Écran de confirmation */
.wizard__done { display: none; text-align: center; padding: clamp(34px, 5vw, 60px); }
.wizard__done.is-active { display: block; animation: stepIn 0.5s var(--ease); }
.wizard__done .check { width: 64px; height: 64px; margin: 0 auto 22px; border: 3px solid var(--li-red); display: grid; place-items: center; color: var(--li-red); }
.wizard__done h3 { font-size: 1.7rem; margin-bottom: 10px; }
.wizard__done p { color: var(--li-muted); }

/* Honeypot (anti-robot) — masqué pour les humains */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* =========================================================================
   CONTACT
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.contact-list li { padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.16); }
.contact-list li:first-child { border-top: 0; }
.contact-list .k { font-family: var(--font-mono); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--li-red); }
.contact-list .v { font-size: 1.15rem; color: var(--li-paper); margin-top: 4px; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--li-ink); color: var(--li-paper); padding-block: clamp(50px, 7vw, 80px) 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-brand .brand-text { font-size: 1.6rem; }
.footer-brand p { color: rgba(255,255,255,0.55); margin-top: 16px; max-width: 320px; font-size: 0.94rem; }
.footer-col h4 { font-family: var(--font-mono); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 18px; font-weight: 500; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,0.8); font-size: 0.94rem; transition: color 0.2s var(--ease); }
.footer-col a:hover { color: var(--li-red); }
.eco-item b { color: var(--li-paper); }
.eco-item span { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.45); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer-bottom a { color: rgba(255,255,255,0.7); }
.footer-bottom a:hover { color: var(--li-red); }

/* =========================================================================
   PAGES LÉGALES / CONTENU
   ========================================================================= */
.page-legal { padding-block: clamp(60px, 9vw, 110px); }
.page-legal .container { max-width: 800px; }
.page-legal h1 { margin-bottom: 30px; }
.page-legal h2 { font-size: 1.4rem; margin: 38px 0 14px; }
.page-legal p, .page-legal li { color: var(--li-muted); margin-bottom: 12px; }
.page-legal ul { list-style: disc; padding-left: 22px; }
.page-legal a { color: var(--li-red); text-decoration: underline; }

/* =========================================================================
   REVEAL (scroll)
   ========================================================================= */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 980px) {
	.hero__grid { grid-template-columns: 1fr; }
	.hero__visual { display: none; }
	.cards { grid-template-columns: 1fr; }
	.cat-grid { grid-template-columns: repeat(2, 1fr); }
	.partners { grid-template-columns: 1fr; }
	.contact-grid { grid-template-columns: 1fr; }
	.footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
	.main-nav {
		position: fixed; inset: 74px 0 auto 0; background: var(--li-paper);
		border-bottom: 1px solid var(--li-line); padding: 24px var(--gutter);
		transform: translateY(-120%); transition: transform 0.35s var(--ease); z-index: 90;
	}
	.nav-open .main-nav { transform: translateY(0); }
	.main-nav ul { flex-direction: column; align-items: flex-start; gap: 18px; }
	.nav-toggle { display: block; }
	.header-cta .btn { display: none; }
	.header-phone__label { display: none; }
	.header-phone svg { width: 22px; height: 22px; }
	.opt-grid { grid-template-columns: 1fr; }
	.footer-top { grid-template-columns: 1fr; }
	.band__grid { grid-template-columns: 1fr; gap: 18px; }
	.band__item + .band__item::before { display: none; }
	.cat-grid { grid-template-columns: 1fr; }
	.summary dl { grid-template-columns: 1fr; gap: 4px 0; }
	.summary dd { margin-bottom: 10px; }
}

/* =========================================================================
   REDUCED MOTION
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
	.reveal { opacity: 1; transform: none; }
	.lockframe span.cnr { opacity: 1; transform: none; }
	.hk-cnr { opacity: 1; transform: translate(0, 0); }
}
