/* =====================================================================================
   QRbooth — site vitrine & réservation
   Direction : "Editorial Luxury" (papier crème, encre espresso, serif variable Fraunces,
   grain argentique) × "Asymmetrical Bento". Accent unique : vermillon flash.
   Mouvement : courbes ressort (--ease), uniquement transform / opacity.
   ===================================================================================== */

:root {
    --paper: #f4eee4;
    --paper-2: #ece4d7;
    --card: #fbf8f2;
    --ink: #1b1612;
    --ink-2: #4a4037;
    --mute: #8a7e71;
    --hair: rgba(27, 22, 18, .08);
    --hair-2: rgba(27, 22, 18, .14);
    --flash: #e4572e;
    --flash-ink: #b8401d;
    --flash-soft: #f6d3c3;
    --sage: #7f8c6f;
    --night: #15110e;
    --night-2: #211b16;

    --serif: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
    --sans: 'Geist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
    --mono: 'Geist Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

    --ease: cubic-bezier(.32, .72, 0, 1);
    --spring: cubic-bezier(.34, 1.4, .64, 1);
    --r-xl: 2rem;
    --r-lg: 1.5rem;
    --bezel: .375rem;

    --shadow-soft: 0 1px 1px rgba(27, 22, 18, .03), 0 12px 32px -12px rgba(60, 40, 20, .12), 0 40px 80px -40px rgba(60, 40, 20, .18);
    --shadow-float: 0 2px 4px rgba(27, 22, 18, .04), 0 24px 60px -20px rgba(60, 40, 20, .28);
    --gutter: clamp(16px, 4vw, 48px);
    --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
/* grain argentique : calque fixe, non interactif */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 90;
    pointer-events: none;
    opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img, svg, video, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--flash); color: #fff; }
:focus-visible { outline: 2px solid var(--flash); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ------------------------------------------------------------------ typographie */
.display {
    font-family: var(--serif);
    font-optical-sizing: auto;
    font-variation-settings: 'SOFT' 30, 'WONK' 0;
    font-weight: 380;
    letter-spacing: -.035em;
    line-height: .98;
    margin: 0;
}
.display em { font-style: italic; font-variation-settings: 'SOFT' 100, 'WONK' 1; color: var(--flash); font-weight: 340; }
.h1 { font-size: clamp(3rem, 7.6vw, 7.2rem); }
.h2 { font-size: clamp(2.4rem, 5.2vw, 4.6rem); }
.h3 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); letter-spacing: -.02em; line-height: 1.08; }
.lede { font-size: clamp(1.05rem, 1.35vw, 1.22rem); line-height: 1.6; color: var(--ink-2); max-width: 34em; margin: 0; }
.muted { color: var(--mute); }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    padding: .42em .95em;
    border-radius: 999px;
    background: rgba(255, 255, 255, .55);
    box-shadow: inset 0 0 0 1px var(--hair-2);
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ink-2);
}
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--flash); box-shadow: 0 0 0 4px color-mix(in srgb, var(--flash) 20%, transparent); }
.on-night .eyebrow { background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); color: rgba(244, 238, 228, .72); }

/* ------------------------------------------------------------------ icônes (traits fins) */
.ic { width: 1.25em; height: 1.25em; stroke: currentColor; fill: none; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; flex: none; }

/* ------------------------------------------------------------------ boutons "island" */
.btn {
    --bg: var(--ink); --fg: var(--paper); --chip: rgba(255, 255, 255, .12);
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .9rem;
    padding: .5rem .5rem .5rem 1.5rem;
    min-height: 3.25rem;
    border: 0;
    border-radius: 999px;
    background: var(--bg);
    color: var(--fg);
    font-weight: 560;
    font-size: .98rem;
    letter-spacing: -.005em;
    cursor: pointer;
    white-space: nowrap;
    transition: transform .6s var(--ease), background-color .5s var(--ease), box-shadow .6s var(--ease);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .12) inset, 0 10px 30px -12px rgba(27, 22, 18, .55);
    -webkit-tap-highlight-color: transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: scale(.98); transition-duration: .15s; }
.btn .btn-ic {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: var(--chip);
    transition: transform .6s var(--ease);
}
.btn .btn-ic .ic { width: 1rem; height: 1rem; stroke-width: 1.6; }
.btn:hover .btn-ic { transform: translate(3px, -1px) scale(1.06); }
.btn-flash { --bg: var(--flash); --fg: #fff; --chip: rgba(255, 255, 255, .2); box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset, 0 14px 34px -14px rgba(228, 87, 46, .8); }
.btn-flash:hover { --bg: var(--flash-ink); }
.btn-light { --bg: var(--paper); --fg: var(--ink); --chip: rgba(27, 22, 18, .07); }
.btn-ghost {
    --bg: transparent; --fg: var(--ink); --chip: rgba(27, 22, 18, .06);
    box-shadow: inset 0 0 0 1px var(--hair-2);
}
.btn-ghost:hover { --bg: rgba(255, 255, 255, .6); }
.on-night .btn-ghost { --fg: var(--paper); --chip: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16); }
.on-night .btn-ghost:hover { --bg: rgba(255, 255, 255, .06); }
.btn-sm { min-height: 2.6rem; padding: .35rem .35rem .35rem 1.1rem; font-size: .9rem; gap: .6rem; }
.btn-sm .btn-ic { width: 1.9rem; height: 1.9rem; }
.btn-plain { padding: .5rem 1.4rem; }
.btn[disabled], .btn.is-busy { opacity: .55; pointer-events: none; }
.btn-block { width: 100%; justify-content: space-between; }

.link {
    display: inline-flex; align-items: center; gap: .35em;
    font-weight: 540;
    background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
    transition: background-size .6s var(--ease);
}
.link:hover { background-size: 100% 1px; }

/* ------------------------------------------------------------------ double bezel */
.shell {
    padding: var(--bezel);
    border-radius: var(--r-xl);
    background: rgba(27, 22, 18, .035);
    box-shadow: inset 0 0 0 1px var(--hair);
}
.core {
    position: relative;
    height: 100%;
    border-radius: calc(var(--r-xl) - var(--bezel));
    background: var(--card);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .9), var(--shadow-soft);
    overflow: hidden;
}
.shell.night { background: rgba(27, 22, 18, .07); box-shadow: inset 0 0 0 1px rgba(27, 22, 18, .1); }
.shell.night > .core { background: var(--night); color: var(--paper); box-shadow: inset 0 1px 1px rgba(255, 255, 255, .08), var(--shadow-float); }
.on-night .shell { background: rgba(255, 255, 255, .04); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .09); }
.on-night .core { background: var(--night-2); color: var(--paper); box-shadow: inset 0 1px 1px rgba(255, 255, 255, .07); }
.pad { padding: clamp(1.4rem, 3vw, 2.4rem); }

/* ------------------------------------------------------------------ navigation îlot */
.nav {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 60;
    display: flex;
    align-items: center;
    gap: .35rem;
    width: max-content;
    max-width: calc(100vw - 24px);
    padding: .4rem .4rem .4rem 1.1rem;
    border-radius: 999px;
    background: rgba(251, 248, 242, .72);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    box-shadow: inset 0 0 0 1px rgba(27, 22, 18, .07), 0 18px 40px -22px rgba(60, 40, 20, .35);
    transform: translateX(-50%);
    transition: transform .8s var(--ease), box-shadow .6s var(--ease);
}
.nav.is-hidden { transform: translate(-50%, -140%); }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-weight: 650; letter-spacing: -.02em; font-size: 1.02rem; margin-right: .9rem; }
.brand-mark { width: 26px; height: 26px; }
.brand b { font-family: var(--serif); font-style: italic; font-weight: 450; color: var(--flash); font-variation-settings: 'SOFT' 100, 'WONK' 1; margin-left: -.18rem; }
.nav-links { display: flex; align-items: center; gap: .1rem; }
.nav-links a { padding: .55rem .85rem; border-radius: 999px; font-size: .92rem; color: var(--ink-2); transition: background-color .4s var(--ease), color .4s var(--ease); }
.nav-links a:hover { background: rgba(27, 22, 18, .05); color: var(--ink); }
.nav .btn { margin-left: .4rem; }

.burger { display: none; position: relative; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; margin-left: .3rem; }
.burger span { position: absolute; left: 14px; right: 14px; height: 1.5px; border-radius: 2px; background: var(--paper); transition: transform .6s var(--ease); }
.burger span:nth-child(1) { transform: translateY(-3.5px); }
.burger span:nth-child(2) { transform: translateY(3.5px); }
.menu-open .burger span:nth-child(1) { transform: rotate(45deg); }
.menu-open .burger span:nth-child(2) { transform: rotate(-45deg); }

.menu {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 110px 28px 40px;
    background: rgba(244, 238, 228, .86);
    backdrop-filter: blur(36px) saturate(1.3);
    -webkit-backdrop-filter: blur(36px) saturate(1.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s var(--ease), visibility 0s linear .6s;
}
.menu-open .menu { opacity: 1; visibility: visible; transition: opacity .6s var(--ease), visibility 0s; }
.menu a.menu-link {
    display: block;
    overflow: hidden;
    font-family: var(--serif);
    font-size: clamp(2.6rem, 11vw, 4rem);
    font-weight: 360;
    letter-spacing: -.035em;
    line-height: 1.12;
}
.menu a.menu-link span { display: inline-block; transform: translateY(110%); transition: transform .9s var(--ease); }
.menu-open .menu a.menu-link span { transform: none; }
.menu a.menu-link:nth-child(2) span { transition-delay: .06s; }
.menu a.menu-link:nth-child(3) span { transition-delay: .12s; }
.menu a.menu-link:nth-child(4) span { transition-delay: .18s; }
.menu a.menu-link:nth-child(5) span { transition-delay: .24s; }
.menu-foot { margin-top: 2.4rem; opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease) .3s, transform .8s var(--ease) .3s; }
.menu-open .menu-foot { opacity: 1; transform: none; }
.menu-open { overflow: hidden; }

/* ------------------------------------------------------------------ révélations au scroll */
[data-reveal] {
    opacity: 0;
    transform: translateY(48px);
    filter: blur(8px);
    transition: opacity 1.1s var(--ease), transform 1.1s var(--ease), filter 1.1s var(--ease);
    transition-delay: var(--d, 0s);
}
[data-reveal].is-in { opacity: 1; transform: none; filter: none; }
.no-js [data-reveal] { opacity: 1; transform: none; filter: none; }

/* ------------------------------------------------------------------ sections */
.section { padding: clamp(6rem, 12vw, 10rem) 0; position: relative; }
.section-head { display: grid; gap: 1.4rem; margin-bottom: clamp(3rem, 6vw, 5rem); max-width: 50rem; }
.night-band { background: var(--night); color: var(--paper); border-radius: clamp(2rem, 5vw, 3.5rem); margin: 0 clamp(8px, 1.4vw, 20px); overflow: hidden; }
.night-band .lede { color: rgba(244, 238, 228, .68); }
.night-band .muted { color: rgba(244, 238, 228, .5); }

/* ------------------------------------------------------------------ hero */
.hero { position: relative; min-height: 100dvh; padding: clamp(8rem, 14vh, 11rem) 0 clamp(4rem, 8vh, 6rem); display: flex; align-items: center; }
.hero::before {
    content: '';
    position: absolute;
    inset: -20% -10% auto auto;
    width: 70vw;
    height: 70vw;
    max-width: 900px;
    max-height: 900px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(228, 87, 46, .16), rgba(228, 87, 46, 0));
    pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero-copy { display: grid; gap: 2rem; justify-items: start; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.6rem; padding-top: .6rem; font-size: .88rem; color: var(--ink-2); }
.hero-meta span { display: inline-flex; align-items: baseline; gap: .45rem; }
.hero-meta b { font-family: var(--serif); font-weight: 450; font-size: 1.35rem; letter-spacing: -.02em; color: var(--ink); }

.stage { position: relative; height: clamp(520px, 64vw, 700px); }
.stage > * { position: absolute; }
.phone {
    left: 50%;
    top: 50%;
    width: min(300px, 62%);
    aspect-ratio: 9 / 19;
    transform: translate(-50%, -50%) rotate(-3deg);
    padding: 9px;
    border-radius: 46px;
    background: linear-gradient(145deg, #3a332d, #0e0b09 40%, #2a241f);
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .08), 0 50px 90px -30px rgba(40, 20, 5, .55), 0 20px 30px -20px rgba(40, 20, 5, .4);
    z-index: 3;
}
.phone-screen { position: relative; height: 100%; border-radius: 38px; overflow: hidden; background: #050505; color: #fff; display: flex; flex-direction: column; }
.phone-notch { position: absolute; top: 9px; left: 50%; width: 32%; height: 22px; border-radius: 20px; background: #000; transform: translateX(-50%); z-index: 3; }
.phone-top { display: flex; justify-content: space-between; align-items: center; padding: 40px 18px 10px; font-size: 11px; font-weight: 600; }
.phone-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--flash); display: inline-block; margin-right: 6px; box-shadow: 0 0 12px var(--flash); }
.phone-top small { padding: 4px 9px; border-radius: 99px; background: rgba(255, 255, 255, .1); font-size: 10px; font-weight: 500; }
.phone-shot { position: relative; margin: 4px 12px; flex: 1; border-radius: 22px; overflow: hidden; }
.phone-shot .art { position: absolute; inset: 0; }
.phone-shot .split { position: absolute; inset: 0; clip-path: inset(0 0 0 52%); animation: split 7s var(--ease) infinite; }
.phone-shot .split-line { position: absolute; top: 0; bottom: 0; left: 52%; width: 2px; background: #fff; box-shadow: 0 0 14px rgba(255, 255, 255, .8); animation: splitline 7s var(--ease) infinite; }
@keyframes split { 0%, 12% { clip-path: inset(0 0 0 92%); } 45%, 62% { clip-path: inset(0 0 0 12%); } 92%, 100% { clip-path: inset(0 0 0 92%); } }
@keyframes splitline { 0%, 12% { transform: translateX(calc(var(--w, 250px) * .4)); } 45%, 62% { transform: translateX(calc(var(--w, 250px) * -.4)); } 92%, 100% { transform: translateX(calc(var(--w, 250px) * .4)); } }
.phone-shot .tag { position: absolute; top: 10px; padding: 3px 8px; border-radius: 99px; background: rgba(0, 0, 0, .45); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(6px); }
.phone-chips { display: flex; gap: 6px; padding: 12px 12px 6px; overflow: hidden; }
.phone-chips span { flex: none; padding: 6px 10px; border-radius: 99px; background: rgba(255, 255, 255, .08); font-size: 10px; white-space: nowrap; }
.phone-chips span.on { background: var(--flash); }
.phone-bar { display: flex; justify-content: center; align-items: center; gap: 28px; padding: 10px 0 20px; }
.phone-bar em { width: 28px; height: 28px; border-radius: 9px; background: rgba(255, 255, 255, .1); }
.shutter { width: 54px; height: 54px; border-radius: 50%; box-shadow: 0 0 0 3px #fff; display: grid; place-items: center; }
.shutter::after { content: ''; width: 44px; height: 44px; border-radius: 50%; background: #fff; }

.polaroid {
    padding: 10px 10px 38px;
    background: #fffdf8;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 30px 50px -24px rgba(60, 35, 15, .45);
    width: min(210px, 40%);
}
.polaroid .pic { aspect-ratio: 1; border-radius: 3px; overflow: hidden; position: relative; }
.polaroid .pic img { width: 100%; height: 100%; object-fit: cover; }
.polaroid figcaption { position: absolute; left: 14px; right: 14px; bottom: 10px; font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--ink-2); font-variation-settings: 'SOFT' 100, 'WONK' 1; }
.polaroid.p1 { left: 0; top: 8%; transform: rotate(-9deg); z-index: 2; }
.polaroid.p2 { right: 0; bottom: 6%; transform: rotate(7deg); z-index: 4; }
.float-card { z-index: 5; }
.qr-card { right: 4%; top: 4%; transform: rotate(4deg); width: 150px; }
.qr-card .core { padding: 14px; display: grid; gap: 8px; justify-items: center; text-align: center; }
.qr-card svg { width: 100%; height: auto; }
.qr-card small { font-family: var(--mono); font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); }
.live-chip { left: 6%; bottom: 10%; z-index: 5; display: flex; align-items: center; gap: .7rem; padding: .7rem 1.1rem .7rem .8rem; border-radius: 999px; background: rgba(21, 17, 14, .9); color: var(--paper); font-size: .86rem; box-shadow: var(--shadow-float); }
.live-chip i { width: 9px; height: 9px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 4px rgba(61, 220, 132, .2); animation: pulse 2.2s var(--ease) infinite; }
.live-chip b { font-family: var(--serif); font-weight: 450; font-size: 1.1rem; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(61, 220, 132, 0); } }
.bob { animation: bob 7s cubic-bezier(.37, 0, .63, 1) infinite; }  /* flottement lent, purement décoratif */
.bob-2 { animation-delay: -3.5s; }
@keyframes bob { 50% { translate: 0 -10px; } }

/* "photos" génératives (quand les vignettes IA n'existent pas encore) */
.art { background: var(--paper-2); }
.art-1 { background: radial-gradient(60% 50% at 30% 30%, #ffd9a8 0, transparent 70%), radial-gradient(50% 60% at 75% 70%, #e4572e 0, transparent 70%), radial-gradient(40% 40% at 70% 25%, #fff3dc 0, transparent 70%), linear-gradient(160deg, #3b1d14, #7a3320); }
.art-2 { background: radial-gradient(50% 45% at 65% 35%, #fbe3c2 0, transparent 70%), radial-gradient(70% 60% at 20% 80%, #7f8c6f 0, transparent 70%), linear-gradient(200deg, #20302a, #0f1714); }
.art-3 { background: radial-gradient(45% 45% at 40% 40%, #fff 0, transparent 60%), radial-gradient(60% 60% at 70% 70%, #d7a6ff 0, transparent 70%), radial-gradient(40% 40% at 20% 80%, #ff8fb1 0, transparent 70%), linear-gradient(135deg, #2a1847, #120a22); }
.art-4 { background: radial-gradient(50% 50% at 50% 30%, #ffe6a3 0, transparent 70%), radial-gradient(60% 50% at 30% 80%, #c58b3a 0, transparent 70%), linear-gradient(180deg, #4a2f14, #1c1208); }
.art-5 { background: radial-gradient(50% 50% at 70% 30%, #9fd4ff 0, transparent 70%), radial-gradient(60% 60% at 25% 75%, #2f6fdb 0, transparent 70%), linear-gradient(160deg, #0d1c3a, #050b18); }
.art-6 { background: radial-gradient(55% 45% at 35% 35%, #ffc2d4 0, transparent 70%), radial-gradient(55% 55% at 75% 75%, #ff6fa0 0, transparent 70%), linear-gradient(145deg, #5a1030, #22061a); }
.art-bokeh::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .55) 0 3%, transparent 4%),
        radial-gradient(circle at 78% 18%, rgba(255, 230, 190, .5) 0 5%, transparent 6%),
        radial-gradient(circle at 62% 58%, rgba(255, 255, 255, .35) 0 2.5%, transparent 3.5%),
        radial-gradient(circle at 30% 70%, rgba(255, 210, 170, .4) 0 4%, transparent 5%),
        radial-gradient(circle at 88% 82%, rgba(255, 255, 255, .3) 0 3%, transparent 4%);
    filter: blur(1.5px);
}
/* silhouettes stylisées (duo) posées sur les "photos" */
.duo { position: absolute; left: 0; right: 0; bottom: 0; height: 72%; }
.duo svg { width: 100%; height: 100%; }

/* ------------------------------------------------------------------ bandeau défilant */
.marquee { overflow: hidden; padding: 2.2rem 0; border-block: 1px solid var(--hair); }
.marquee-track { display: flex; width: max-content; animation: marquee 48s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 2.2rem; padding-right: 2.2rem; font-family: var(--serif); font-size: clamp(1.6rem, 3.4vw, 2.8rem); font-weight: 340; font-style: italic; letter-spacing: -.02em; color: var(--ink-2); white-space: nowrap; font-variation-settings: 'SOFT' 100, 'WONK' 1; }
.marquee-track span::after { content: '✳'; font-style: normal; color: var(--flash); font-size: .6em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ------------------------------------------------------------------ étapes */
.steps { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.steps-aside { position: sticky; top: 130px; display: grid; gap: 1.6rem; }
.steps-list { display: grid; gap: 1.4rem; }
.step .core { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; align-items: start; }
.step-num { font-family: var(--serif); font-size: 3.6rem; line-height: .8; font-weight: 300; color: var(--flash); letter-spacing: -.04em; font-variation-settings: 'SOFT' 100, 'WONK' 1; font-style: italic; }
.step h3 { margin: .2rem 0 .5rem; }
.step p { margin: 0; color: var(--ink-2); }
.step-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1rem; }
.tag-pill { padding: .3rem .7rem; border-radius: 999px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--hair); font-size: .78rem; color: var(--ink-2); }

/* ------------------------------------------------------------------ bento */
.bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(260px, auto); gap: 1.1rem; }
.b-ia { grid-column: span 7; grid-row: span 2; }
.b-live { grid-column: span 5; }
.b-video { grid-column: span 5; }
.b-ambiance { grid-column: span 4; }
.b-zero { grid-column: span 4; }
.b-zip { grid-column: span 4; }
.bento .core { display: flex; flex-direction: column; padding: clamp(1.4rem, 2.4vw, 2rem); gap: 1rem; }
.bento h3 { margin: 0; }
.bento p { margin: 0; color: var(--ink-2); font-size: .96rem; }
.shell.night .bento-p, .shell.night p { color: rgba(244, 238, 228, .66); }
.b-label { font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); display: flex; align-items: center; gap: .5rem; }
.b-label .ic { width: 1.1rem; height: 1.1rem; color: var(--flash); }
.b-fill { flex: 1; position: relative; min-height: 140px; }

.ia-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .6rem; margin-top: auto; }
.ia-tile { position: relative; aspect-ratio: 3 / 4; border-radius: 1rem; overflow: hidden; transition: transform .8s var(--ease), opacity .8s var(--ease); }
.ia-tile img { width: 100%; height: 100%; object-fit: cover; }
.ia-tile span { position: absolute; left: .55rem; bottom: .5rem; right: .55rem; font-size: .74rem; font-weight: 560; color: #fff; text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
.ia-tile .initial { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-size: 2.4rem; color: rgba(255, 255, 255, .85); }
.ia-tile.is-dim { opacity: .45; transform: scale(.96); }
.big-num { font-family: var(--serif); font-weight: 300; font-size: clamp(4.5rem, 8vw, 7rem); line-height: .85; letter-spacing: -.05em; }
.big-num em { font-style: italic; color: var(--flash); font-variation-settings: 'SOFT' 100, 'WONK' 1; }

.screen { position: relative; border-radius: 1.1rem; overflow: hidden; aspect-ratio: 16 / 9; background: #000; box-shadow: 0 0 0 6px #1d1814, 0 0 0 7px rgba(255, 255, 255, .06); }
.screen .slide { position: absolute; inset: 0; opacity: 0; animation: slides 12s infinite; }
.screen .slide:nth-child(2) { animation-delay: 4s; }
.screen .slide:nth-child(3) { animation-delay: 8s; }
@keyframes slides { 0% { opacity: 0; transform: scale(1.08); } 6%, 33% { opacity: 1; } 40%, 100% { opacity: 0; transform: scale(1); } }
.screen .cap { position: absolute; left: 12px; bottom: 10px; font-size: .7rem; color: #fff; z-index: 2; text-shadow: 0 1px 8px #000; }
.screen .cap b { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: .9rem; }

.timeline { display: grid; gap: .6rem; margin-top: auto; }
.tl-row { display: grid; grid-template-columns: 5.2rem 1fr; align-items: center; gap: .8rem; font-size: .82rem; color: var(--ink-2); }
.tl-bar { position: relative; height: 34px; border-radius: 10px; background: var(--paper-2); overflow: hidden; }
.tl-bar i { position: absolute; top: 4px; bottom: 4px; border-radius: 7px; background: repeating-linear-gradient(90deg, var(--ink) 0 10px, #3a322b 10px 12px); transform-origin: left; }
.tl-bar.slow i { left: 4px; width: 30%; animation: tl-slow 4s var(--ease) infinite alternate; }
.tl-bar.fast i { left: 4px; width: 88%; background: repeating-linear-gradient(90deg, var(--flash) 0 4px, #f08a69 4px 5px); animation: tl-fast 2.4s var(--ease) infinite alternate; }
.tl-bar.boom i { left: 4px; width: 46%; background: repeating-linear-gradient(90deg, var(--sage) 0 8px, #9aa68a 8px 10px); animation: tl-boom 1.6s var(--ease) infinite alternate; }
@keyframes tl-slow { to { transform: scaleX(3); } }
@keyframes tl-fast { to { transform: scaleX(.35); } }
@keyframes tl-boom { from { transform: translateX(0); } to { transform: translateX(105%); } }

.ambiance-canvas { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 1.1rem; background: linear-gradient(180deg, var(--night-2), #0b0907); }
.ambiance-switch { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: .35rem; margin-top: auto; }
.chip {
    padding: .4rem .8rem;
    border: 0;
    border-radius: 999px;
    background: var(--paper);
    box-shadow: inset 0 0 0 1px var(--hair);
    font-size: .8rem;
    cursor: pointer;
    transition: background-color .4s var(--ease), color .4s var(--ease), transform .4s var(--ease);
}
.chip:active { transform: scale(.96); }
.chip.on { background: var(--ink); color: var(--paper); box-shadow: none; }

.zip-stack { position: relative; height: 130px; margin-top: auto; }
.zip-stack .card { position: absolute; bottom: 0; width: 44%; aspect-ratio: 4 / 5; border-radius: .9rem; box-shadow: 0 16px 30px -18px rgba(40, 20, 5, .5); border: 4px solid #fffdf8; transition: transform .8s var(--ease); }
.zip-stack .card:nth-child(1) { left: 6%; transform: rotate(-10deg); }
.zip-stack .card:nth-child(2) { left: 28%; transform: rotate(2deg); z-index: 2; }
.zip-stack .card:nth-child(3) { left: 50%; transform: rotate(12deg); }
.b-zip:hover .zip-stack .card:nth-child(1) { transform: rotate(-16deg) translate(-8px, -6px); }
.b-zip:hover .zip-stack .card:nth-child(3) { transform: rotate(18deg) translate(8px, -6px); }

/* ------------------------------------------------------------------ rail des styles IA */
.rail { overflow: hidden; display: grid; gap: .9rem; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.rail-track { display: flex; gap: .9rem; width: max-content; animation: marquee 70s linear infinite; }
.rail-track.rev { animation-direction: reverse; animation-duration: 85s; }
.rail:hover .rail-track { animation-play-state: paused; }
.style-pill { display: inline-flex; align-items: center; gap: .7rem; padding: .45rem 1.3rem .45rem .45rem; border-radius: 999px; background: rgba(255, 255, 255, .05); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); font-size: .98rem; white-space: nowrap; }
.style-pill .dot { width: 2.4rem; height: 2.4rem; border-radius: 50%; overflow: hidden; position: relative; }
.style-pill .dot img { width: 100%; height: 100%; object-fit: cover; }

/* ------------------------------------------------------------------ tarifs */
.pricing { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; max-width: 980px; margin: 0 auto; }
.price .core { padding: clamp(1.8rem, 3.4vw, 2.8rem); display: grid; gap: 1.6rem; align-content: start; }
.price-top { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.price-name { font-family: var(--serif); font-size: 1.9rem; font-weight: 400; letter-spacing: -.02em; line-height: 1; }
.price-dur { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); margin-top: .5rem; }
.price-amount { display: flex; align-items: baseline; gap: .6rem; }
.price-amount b { font-family: var(--serif); font-weight: 300; font-size: clamp(4.2rem, 7vw, 5.8rem); line-height: .85; letter-spacing: -.05em; }
.price-amount small { color: var(--mute); font-size: .88rem; }
.price ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.price li { display: flex; gap: .7rem; align-items: start; font-size: .95rem; color: var(--ink-2); }
.price li .ic { color: var(--flash); margin-top: .18rem; width: 1.05rem; height: 1.05rem; stroke-width: 1.8; }
.price.featured .core { background: var(--night); color: var(--paper); }
.price.featured li { color: rgba(244, 238, 228, .76); }
.price.featured .price-amount small, .price.featured .price-dur { color: rgba(244, 238, 228, .5); }
.badge { padding: .35rem .75rem; border-radius: 999px; background: var(--flash); color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem 2rem; margin-top: 2.4rem; font-size: .88rem; color: var(--ink-2); }
.trust span { display: inline-flex; align-items: center; gap: .5rem; }
.trust .ic { color: var(--sage); }

/* ------------------------------------------------------------------ FAQ */
.faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.faq-list { display: grid; gap: .7rem; }
.faq details { border-radius: 1.4rem; background: var(--card); box-shadow: inset 0 0 0 1px var(--hair); transition: background-color .5s var(--ease); }
.faq details[open] { background: #fffdf9; box-shadow: inset 0 0 0 1px var(--hair), var(--shadow-soft); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.25rem 1.4rem; font-weight: 560; font-size: 1.02rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { position: relative; flex: none; width: 2rem; height: 2rem; border-radius: 50%; background: var(--paper); transition: transform .6s var(--ease), background-color .5s var(--ease); }
.faq summary .pm::before, .faq summary .pm::after { content: ''; position: absolute; left: 50%; top: 50%; width: 11px; height: 1.5px; margin: -.75px 0 0 -5.5px; background: var(--ink); border-radius: 2px; transition: transform .6s var(--ease); }
.faq summary .pm::after { transform: rotate(90deg); }
.faq details[open] .pm { transform: rotate(180deg); background: var(--flash); }
.faq details[open] .pm::before, .faq details[open] .pm::after { background: #fff; }
.faq details[open] .pm::after { transform: rotate(0); }
.faq .answer { padding: 0 1.4rem 1.4rem; color: var(--ink-2); max-width: 44em; }
.faq .answer p { margin: 0 0 .6rem; }

/* ------------------------------------------------------------------ CTA final + pied */
.final { text-align: center; display: grid; justify-items: center; gap: 2.2rem; }
.final .display { max-width: 16ch; }
.footer { padding: 4rem 0 3rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; padding-bottom: 3rem; border-bottom: 1px solid var(--hair); }
.footer h4 { margin: 0 0 1rem; font-family: var(--mono); font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--mute); font-weight: 500; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .94rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 1.6rem; font-size: .82rem; color: var(--mute); }

/* ------------------------------------------------------------------ formulaires */
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1rem; }
.form-grid .full { grid-column: 1 / -1; }
.field { display: grid; gap: .45rem; }
.field > span { font-size: .84rem; font-weight: 560; color: var(--ink-2); display: flex; justify-content: space-between; gap: 1rem; }
.field > span small { font-weight: 400; color: var(--mute); }
.input, .field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=date], .field input[type=time], .field input[type=file], .field textarea, .field select {
    width: 100%;
    min-height: 3.2rem;
    padding: .8rem 1.05rem;
    border: 0;
    border-radius: 1rem;
    background: var(--paper);
    box-shadow: inset 0 0 0 1px var(--hair-2), inset 0 2px 4px rgba(27, 22, 18, .03);
    font-size: 1rem;
    transition: box-shadow .4s var(--ease), background-color .4s var(--ease);
    -webkit-appearance: none;
    appearance: none;
}
.field textarea { min-height: 7rem; resize: vertical; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a4037' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1.1rem; padding-right: 2.6rem; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; background: #fffdf9; box-shadow: inset 0 0 0 1.5px var(--ink), 0 0 0 5px rgba(228, 87, 46, .12); }
.field.has-error input, .field.has-error select, .field.has-error textarea { box-shadow: inset 0 0 0 1.5px var(--flash); }
.err { font-size: .82rem; color: var(--flash-ink); }
.field input[type=file] { padding: .7rem; font-size: .88rem; }
.field input[type=color] { width: 3.2rem; height: 3.2rem; border: 0; border-radius: 1rem; padding: .3rem; background: var(--paper); box-shadow: inset 0 0 0 1px var(--hair-2); cursor: pointer; }

.check { display: flex; gap: .8rem; align-items: flex-start; font-size: .92rem; color: var(--ink-2); cursor: pointer; }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check .box { flex: none; width: 1.4rem; height: 1.4rem; margin-top: .05rem; border-radius: .45rem; background: var(--paper); box-shadow: inset 0 0 0 1.5px var(--hair-2); display: grid; place-items: center; transition: background-color .35s var(--ease), box-shadow .35s var(--ease); }
.check .box svg { width: .9rem; height: .9rem; stroke: #fff; stroke-width: 2.4; fill: none; stroke-dasharray: 20; stroke-dashoffset: 20; transition: stroke-dashoffset .45s var(--ease) .05s; }
.check input:checked + .box { background: var(--ink); box-shadow: none; }
.check input:checked + .box svg { stroke-dashoffset: 0; }
.check input:focus-visible + .box { box-shadow: 0 0 0 3px rgba(228, 87, 46, .35); }
.check a { text-decoration: underline; text-underline-offset: 3px; }

/* cartes-radio (formules, types) */
.choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice .choice-in { display: grid; gap: .3rem; padding: 1.2rem 1.25rem; border-radius: 1.3rem; background: var(--paper); box-shadow: inset 0 0 0 1px var(--hair-2); transition: box-shadow .45s var(--ease), background-color .45s var(--ease), transform .45s var(--ease); height: 100%; }
.choice:active .choice-in { transform: scale(.985); }
.choice input:checked + .choice-in { background: #fffdf9; box-shadow: inset 0 0 0 2px var(--ink), var(--shadow-soft); }
.choice input:focus-visible + .choice-in { box-shadow: inset 0 0 0 2px var(--flash); }
.choice-head { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; }
.choice-title { font-family: var(--serif); font-size: 1.5rem; letter-spacing: -.02em; line-height: 1.1; }
.choice-price { font-family: var(--serif); font-size: 1.5rem; font-weight: 350; }
.choice small { color: var(--mute); font-size: .84rem; }
.pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.pill-radio { position: relative; cursor: pointer; }
.pill-radio input { position: absolute; opacity: 0; pointer-events: none; }
.pill-radio span { display: inline-block; padding: .6rem 1rem; border-radius: 999px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--hair-2); font-size: .9rem; transition: background-color .4s var(--ease), color .4s var(--ease), box-shadow .4s var(--ease); }
.pill-radio input:checked + span { background: var(--ink); color: var(--paper); box-shadow: none; }
.pill-radio input:focus-visible + span { box-shadow: 0 0 0 3px rgba(228, 87, 46, .35); }

/* ------------------------------------------------------------------ pages intérieures */
.page { padding: clamp(8rem, 14vw, 10rem) 0 clamp(5rem, 8vw, 7rem); min-height: 100dvh; }
.page-head { display: grid; gap: 1.2rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); max-width: 48rem; }
.booking { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(1.4rem, 3vw, 2.6rem); align-items: start; }
.booking-steps { display: grid; gap: 1.1rem; }
.fstep .core { padding: clamp(1.4rem, 3vw, 2.2rem); display: grid; gap: 1.4rem; }
.fstep-head { display: flex; align-items: baseline; gap: 1rem; }
.fstep-head em { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--flash); font-variation-settings: 'SOFT' 100, 'WONK' 1; }
.fstep-head h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 1.65rem; letter-spacing: -.02em; }
.summary { position: sticky; top: 110px; }
.summary .core { padding: clamp(1.6rem, 3vw, 2.2rem); display: grid; gap: 1.4rem; }
.sum-rows { display: grid; gap: .1rem; }
.sum-row { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: .92rem; }
.sum-row span:first-child { color: rgba(244, 238, 228, .55); }
.sum-row span:last-child { text-align: right; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; }
.sum-total b { font-family: var(--serif); font-weight: 300; font-size: 3.6rem; letter-spacing: -.04em; line-height: 1; }
.sum-note { display: grid; gap: .55rem; font-size: .84rem; color: rgba(244, 238, 228, .6); }
.sum-note span { display: flex; gap: .55rem; align-items: center; }
.sum-note .ic { color: var(--flash); width: 1rem; height: 1rem; }
.mobile-bar { display: none; }

.notice { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem 1.2rem; border-radius: 1.2rem; background: #fffdf9; box-shadow: inset 0 0 0 1px var(--hair-2); font-size: .92rem; color: var(--ink-2); margin-bottom: 1.2rem; }
.notice .ic { color: var(--flash); margin-top: .12rem; }
.notice.ok .ic { color: var(--sage); }
.notice.warn { background: #fff4ec; box-shadow: inset 0 0 0 1px rgba(228, 87, 46, .3); }

/* espace client */
.space { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 1.1rem; align-items: start; }
.space-col { display: grid; gap: 1.1rem; }
.card-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0 0 1.2rem; }
.card-title h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 1.6rem; letter-spacing: -.02em; }
.status { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .85rem; border-radius: 999px; font-size: .8rem; font-weight: 560; background: var(--paper); box-shadow: inset 0 0 0 1px var(--hair-2); }
.status i { width: 7px; height: 7px; border-radius: 50%; background: var(--mute); }
.status.ok i { background: #3aa76d; box-shadow: 0 0 0 4px rgba(58, 167, 109, .16); }
.status.live i { background: var(--flash); animation: pulse-f 2s var(--ease) infinite; }
@keyframes pulse-f { 50% { box-shadow: 0 0 0 7px rgba(228, 87, 46, 0); } 0% { box-shadow: 0 0 0 0 rgba(228, 87, 46, .45); } }
.kit { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 1.6rem; align-items: center; }
.kit-qr { padding: 14px; border-radius: 1.3rem; background: #fff; box-shadow: inset 0 0 0 1px var(--hair); }
.kit-qr svg { width: 100%; height: auto; }
.kit-links { display: grid; gap: .9rem; }
.copy-row { display: flex; align-items: center; gap: .5rem; padding: .35rem .35rem .35rem 1rem; border-radius: 999px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--hair); min-width: 0; }
.copy-row code { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--mono); font-size: .8rem; color: var(--ink-2); }
.icon-btn { flex: none; display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border: 0; border-radius: 50%; background: var(--card); box-shadow: inset 0 0 0 1px var(--hair); cursor: pointer; transition: transform .4s var(--ease), background-color .4s var(--ease); }
.icon-btn:hover { background: #fff; }
.icon-btn:active { transform: scale(.94); }
.icon-btn .ic { width: 1rem; height: 1rem; }
.kv { display: grid; gap: 0; }
.kv div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--hair); font-size: .92rem; }
.kv div span:first-child { color: var(--mute); }
.kv div:last-child { border-bottom: 0; }
.actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.stat-row { display: flex; gap: 2rem; }
.stat b { display: block; font-family: var(--serif); font-weight: 300; font-size: 3rem; line-height: 1; letter-spacing: -.04em; }
.stat span { font-size: .84rem; color: var(--mute); }
.thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: .5rem; }
.thumb { position: relative; aspect-ratio: 1; border-radius: .8rem; overflow: hidden; background: var(--paper-2); }
.thumb img, .thumb video { width: 100%; height: 100%; object-fit: cover; }
.thumb form { position: absolute; right: 5px; top: 5px; }
.thumb button { width: 1.9rem; height: 1.9rem; border: 0; border-radius: 50%; background: rgba(21, 17, 14, .7); color: #fff; display: grid; place-items: center; cursor: pointer; }
.thumb button .ic { width: .9rem; height: .9rem; }
.thumb.is-hidden img, .thumb.is-hidden video { opacity: .25; filter: grayscale(1); }
.thumb.is-hidden::after { content: 'masquée'; position: absolute; left: 6px; bottom: 5px; font-size: .68rem; color: var(--ink-2); }
.thumb .vid { position: absolute; left: 6px; bottom: 5px; font-size: .64rem; padding: 2px 6px; border-radius: 99px; background: rgba(0, 0, 0, .55); color: #fff; }
.chips-grid { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip-check { position: relative; cursor: pointer; }
.chip-check input { position: absolute; opacity: 0; pointer-events: none; }
.chip-check span { display: inline-block; padding: .42rem .8rem; border-radius: 999px; background: var(--paper); box-shadow: inset 0 0 0 1px var(--hair-2); font-size: .82rem; transition: background-color .35s var(--ease), color .35s var(--ease); }
.chip-check input:checked + span { background: var(--ink); color: var(--paper); box-shadow: none; }
.sub-h { margin: .6rem 0 0; font-family: var(--mono); font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--mute); font-weight: 500; }
.asset-prev { display: flex; align-items: center; gap: 1rem; }
.asset-prev img { width: 90px; height: 64px; object-fit: cover; border-radius: .7rem; box-shadow: inset 0 0 0 1px var(--hair); }
.danger-zone { border-top: 1px solid var(--hair); padding-top: 1.2rem; margin-top: .4rem; }
.btn-danger { --bg: transparent; --fg: var(--flash-ink); --chip: rgba(228, 87, 46, .1); box-shadow: inset 0 0 0 1px rgba(228, 87, 46, .35); }

/* textes légaux */
.prose { max-width: 46rem; }
.prose h2 { font-family: var(--serif); font-weight: 400; font-size: 1.7rem; letter-spacing: -.02em; margin: 2.6rem 0 .8rem; }
.prose p, .prose li { color: var(--ink-2); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }

/* confirmation */
.center-card { max-width: 640px; margin: 0 auto; }
.center-card .core { padding: clamp(2rem, 5vw, 3.4rem); display: grid; gap: 1.4rem; justify-items: start; }
.seal { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; background: var(--flash); color: #fff; box-shadow: 0 0 0 10px rgba(228, 87, 46, .12); }
.seal .ic { width: 1.8rem; height: 1.8rem; stroke-width: 1.8; }
.seal.wait { background: var(--ink); box-shadow: 0 0 0 10px rgba(27, 22, 18, .08); }
.seal.wait .ic { animation: spin 2.4s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* affiche imprimable */
.poster-page { background: #e9e3d9; }
.poster-bar { position: fixed; top: 18px; left: 50%; transform: translateX(-50%); z-index: 60; }
.poster { width: 210mm; min-height: 297mm; margin: 110px auto 60px; background: #fffdf8; display: flex; flex-direction: column; justify-content: space-between; padding: 22mm 18mm 16mm; box-shadow: var(--shadow-float); text-align: center; position: relative; overflow: hidden; }
.poster.a5 { width: 148mm; min-height: 210mm; padding: 14mm 12mm 10mm; }
.poster::before { content: ''; position: absolute; inset: -30% -30% auto auto; width: 120%; height: 70%; background: radial-gradient(closest-side, color-mix(in srgb, var(--evt) 22%, transparent), transparent); }
.poster > * { position: relative; }
.poster h1 { font-family: var(--serif); font-weight: 380; font-size: 44pt; line-height: 1; letter-spacing: -.03em; margin: 8mm 0 3mm; }
.poster.a5 h1 { font-size: 30pt; }
.poster .p-date { font-family: var(--serif); font-style: italic; font-size: 16pt; color: var(--ink-2); margin: 0; }
.poster .p-qr { width: 105mm; margin: 12mm auto 8mm; padding: 7mm; border-radius: 10mm; background: #fff; box-shadow: 0 0 0 1.2mm var(--evt), 0 20px 50px -20px rgba(0, 0, 0, .25); }
.poster.a5 .p-qr { width: 78mm; margin: 8mm auto 6mm; padding: 5mm; }
.poster .p-qr svg { width: 100%; height: auto; }
.poster .p-cta { font-size: 17pt; font-weight: 600; letter-spacing: -.01em; margin: 0 0 2mm; }
.poster .p-steps { display: flex; justify-content: center; gap: 8mm; font-size: 10.5pt; color: var(--ink-2); }
.poster .p-steps b { color: var(--evt); font-family: var(--serif); font-style: italic; font-size: 13pt; margin-right: 1.5mm; }
.poster .p-foot { font-family: var(--mono); font-size: 8pt; letter-spacing: .14em; text-transform: uppercase; color: var(--mute); }
@media print {
    @page { size: A4; margin: 0; }
    body::after, .poster-bar, .no-print { display: none !important; }
    .poster-page { background: #fff; }
    .poster { margin: 0; box-shadow: none; }
    body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}

/* ------------------------------------------------------------------ responsive */
@media (max-width: 1080px) {
    .b-ia { grid-column: span 12; grid-row: span 1; }
    .b-live, .b-video { grid-column: span 6; }
    .b-ambiance, .b-zero, .b-zip { grid-column: span 4; }
}
@media (max-width: 900px) {
    .nav-links, .nav .btn { display: none; }
    .burger { display: block; }
    .nav { padding-left: 1.1rem; gap: 0; }
    .brand { margin-right: 2.4rem; }
    .hero-grid, .steps, .faq, .booking, .space { grid-template-columns: minmax(0, 1fr); }
    .steps-aside, .summary { position: static; }
    .stage { height: 560px; max-width: 520px; width: 100%; margin: 0 auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
    .section { padding: 5.5rem 0; }
    .bento { grid-template-columns: minmax(0, 1fr); gap: 1.1rem; }
    .bento > * { grid-column: auto !important; grid-row: auto !important; }
    .pricing, .choices, .form-grid { grid-template-columns: minmax(0, 1fr); }
    .ia-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    /* pas de rotation ni de chevauchement sous 768 px : le décor se range */
    .stage { height: auto; display: grid; justify-items: center; gap: 1rem; }
    .stage > * { position: relative; left: auto !important; right: auto !important; top: auto !important; bottom: auto !important; }
    .phone { transform: none; width: min(280px, 78vw); }
    .polaroid, .qr-card { display: none; }
    .live-chip { margin-top: -2.2rem; }
    .kit { grid-template-columns: minmax(0, 1fr); }
    .kit-qr { max-width: 220px; }
    .hero-meta { gap: 1.1rem; }
    .booking { padding-bottom: 5rem; }
    .mobile-bar {
        display: flex; align-items: center; justify-content: space-between; gap: 1rem;
        position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 50;
        padding: .5rem .5rem .5rem 1.2rem; border-radius: 999px;
        background: rgba(21, 17, 14, .9); color: var(--paper);
        backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
        box-shadow: var(--shadow-float);
    }
    .mobile-bar b { font-family: var(--serif); font-weight: 350; font-size: 1.6rem; letter-spacing: -.03em; }
    .mobile-bar small { display: block; font-size: .72rem; color: rgba(244, 238, 228, .6); line-height: 1.1; }
    .poster { width: 100%; min-height: auto; margin-top: 100px; }
    .stat-row { gap: 1.4rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    [data-reveal] { opacity: 1; transform: none; filter: none; }
    .marquee-track, .rail-track { animation: none; }
}

/* ------------------------------------------------------------------ contenus sur fond nuit */
.on-night .bento p, .on-night .tl-row { color: rgba(244, 238, 228, .66); }
.on-night .b-label { color: rgba(244, 238, 228, .5); }
.on-night .tl-bar { background: rgba(255, 255, 255, .06); }
.on-night .tl-bar.slow i { background: repeating-linear-gradient(90deg, var(--paper) 0 10px, #d9cfc1 10px 12px); }
.on-night .chip { background: rgba(255, 255, 255, .06); color: var(--paper); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); }
.on-night .chip.on { background: var(--paper); color: var(--ink); }
.on-night .zip-stack .card { border-color: #2c241e; }
.on-night .final .display em { color: var(--flash); }

/* ------------------------------------------------------------------ ajustements */
.section-head, .page-head, .steps-aside { justify-items: start; }
.art-bokeh::after { z-index: 1; }
.duo { z-index: 2; }
.stage .phone { left: 56%; }
.polaroid.p1 { left: -2%; top: 14%; transform: rotate(-11deg); }
