
:root{--forest:#173f35;--aventurine:#2f765f;--mint:#dff3e9;--cream:#fbf7ef;--paper:#fffdf9;--chocolate:#432d24;--caramel:#b77a4b;--gold:#d6ad67;--ink:#192721;--muted:#65736d;--line:#dce7df;--danger:#9b3d3d;--shadow:0 22px 70px rgba(28,55,44,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:20}.store-nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:24px;padding:14px max(20px,calc((100vw - 1240px)/2));background:rgba(251,247,239,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(47,118,95,.12)}.brand{font:800 1.1rem Georgia,serif;text-decoration:none;color:var(--forest);white-space:nowrap}.nav-links{display:flex;align-items:center;gap:18px;margin-left:auto}.nav-links a{text-decoration:none;font-size:.92rem}.button,button{border:0;border-radius:999px;padding:12px 19px;background:var(--forest);color:white;font-weight:750;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button.secondary,button.secondary{background:transparent;color:var(--forest);border:1px solid var(--aventurine)}.button.gold{background:var(--gold);color:#2b2119}.hero-store{min-height:650px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;padding:72px max(24px,calc((100vw - 1240px)/2));background:radial-gradient(circle at 78% 20%,rgba(214,173,103,.28),transparent 26%),linear-gradient(140deg,#f8f4ea,#e6f2eb)}.eyebrow{color:var(--aventurine);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:850}.hero-store h1,.module-hero h1{font:700 clamp(3rem,7vw,6.7rem)/.94 Georgia,serif;margin:14px 0;color:var(--chocolate);letter-spacing:-.045em}.hero-store p{font-size:1.15rem;max-width:650px;color:#44534d}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-art{min-height:440px;position:relative;border-radius:44% 56% 55% 45%/49% 38% 62% 51%;background:linear-gradient(145deg,var(--forest),var(--aventurine));box-shadow:var(--shadow);overflow:hidden}.hero-art:before,.hero-art:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.35)}.hero-art:before{width:360px;height:360px;top:42px;left:70px}.hero-art:after{width:220px;height:220px;right:-30px;bottom:-20px}.floating-card{position:absolute;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.65);border-radius:24px;padding:20px;box-shadow:0 18px 50px rgba(0,0,0,.15);color:var(--chocolate)}.floating-card strong{font:700 1.4rem Georgia,serif}.floating-card.one{left:36px;top:78px}.floating-card.two{right:25px;bottom:70px}.floating-card.three{left:115px;bottom:35px}.store-shell{width:min(1240px,calc(100% - 40px));margin:auto}.section{padding:78px 0}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-heading h2{font:700 clamp(2rem,4vw,3.5rem) Georgia,serif;margin:0;color:var(--chocolate)}.section-heading p{max-width:580px;color:var(--muted)}.module-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.module-card{min-height:280px;border-radius:26px;padding:24px;color:white;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;box-shadow:var(--shadow);transition:.25s transform}.module-card:hover{transform:translateY(-6px)}.module-card:before{content:attr(data-icon);position:absolute;right:20px;top:10px;font-size:5.5rem;opacity:.22}.module-card:nth-child(odd){background:linear-gradient(145deg,var(--forest),#275b4c)}.module-card:nth-child(even){background:linear-gradient(145deg,var(--chocolate),#76503e)}.module-card h3{font:700 1.55rem Georgia,serif;margin:0 0 8px}.module-card p{font-size:.9rem;opacity:.84}.search-panel{display:grid;grid-template-columns:1fr 220px 160px;gap:12px;padding:18px;background:white;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}input,select,textarea{width:100%;border:1px solid #cad9d0;background:white;border-radius:13px;padding:13px 14px;color:var(--ink);font:inherit}label{display:grid;gap:7px;font-weight:700;font-size:.9rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 35px rgba(34,61,50,.07)}.product-visual{aspect-ratio:4/3;background:linear-gradient(135deg,#d5e8dd,#f1dfc6);display:grid;place-items:center;color:var(--forest);font-size:3rem}.product-card img{width:100%;height:100%;object-fit:cover}.product-content{padding:20px}.product-content h3{font:700 1.25rem Georgia,serif;margin:4px 0}.tag{display:inline-flex;background:var(--mint);color:var(--forest);border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800}.price{font-size:1.18rem;font-weight:850;color:var(--chocolate)}.trust-band{background:var(--forest);color:white;border-radius:32px;padding:42px;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.trust-band strong{display:block;font:700 2rem Georgia,serif;color:#f4d69d}.pricing{display:grid;grid-template-columns:1fr 1fr;gap:22px}.price-card{border:1px solid var(--line);background:white;border-radius:28px;padding:32px}.price-card.partner{background:var(--forest);color:white}.price-card .amount{font:700 3.2rem Georgia,serif}.price-card ul{padding-left:20px}.legal-note{color:var(--muted);font-size:.86rem}.module-hero{padding:70px max(24px,calc((100vw - 1240px)/2));background:linear-gradient(145deg,var(--forest),#2f765f);color:white}.module-hero h1{color:white}.module-hero p{max-width:650px;font-size:1.12rem}.dashboard-layout{display:grid;grid-template-columns:240px 1fr;min-height:calc(100vh - 62px)}.side{padding:28px 18px;background:var(--forest);color:white}.side a{display:block;padding:11px 13px;border-radius:12px;text-decoration:none;margin:3px 0}.side a:hover{background:rgba(255,255,255,.1)}.dashboard{padding:34px;max-width:1400px}.dashboard h1{font:700 2.7rem Georgia,serif;color:var(--chocolate)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.metric,.panel{background:white;border:1px solid var(--line);border-radius:20px;padding:20px}.metric strong{display:block;font-size:1.8rem;color:var(--forest)}.panels{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.progress{height:9px;background:#e5ece8;border-radius:10px;overflow:hidden}.progress span{display:block;height:100%;background:var(--aventurine)}.wizard{display:grid;grid-template-columns:repeat(9,1fr);gap:6px;margin:20px 0}.wizard span{height:6px;border-radius:6px;background:#d8e2dc}.wizard span.done{background:var(--aventurine)}.empty{padding:32px;text-align:center;color:var(--muted)}.store-footer{background:#201812;color:#eadfcd;padding:52px max(24px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.store-footer a{display:block;color:#eadfcd;text-decoration:none;margin:8px 0}.status{padding:6px 10px;border-radius:99px;background:#edf4ef;color:var(--forest);font-weight:800;font-size:.78rem}
@media(max-width:1000px){.hero-store{grid-template-columns:1fr}.hero-art{min-height:330px}.module-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-layout{grid-template-columns:1fr}.side{display:flex;overflow:auto}.side a{white-space:nowrap}.trust-band{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.store-nav{gap:8px;padding-inline:14px}.brand{font-size:.94rem}.nav-links a:not(.button){display:none}.hero-store{padding-top:45px;min-height:auto}.hero-store h1{font-size:3.25rem}.hero-art{min-height:290px}.floating-card{transform:scale(.82)}.floating-card.one{left:5px}.floating-card.two{right:0}.floating-card.three{left:55px}.section{padding:52px 0}.module-grid,.product-grid,.pricing,.panels,.metric-grid{grid-template-columns:1fr}.search-panel{grid-template-columns:1fr}.trust-band{grid-template-columns:1fr}.section-heading{display:block}.dashboard{padding:22px 16px}.store-footer{grid-template-columns:1fr 1fr}}
.store-public-heading,.store-product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,1fr);gap:32px;align-items:start}.store-public-heading{grid-template-columns:auto 1fr;align-items:center}.store-public-logo{width:96px;height:96px;object-fit:cover;border-radius:22px}.store-public-banner{width:100%;max-height:360px;object-fit:cover;border-radius:28px;margin-bottom:24px}.store-public-policies{padding:18px 0;border-block:1px solid var(--line);margin:20px 0}.store-product-gallery{display:grid;gap:12px}.store-product-gallery img{width:100%;border-radius:22px;object-fit:cover}@media(max-width:680px){.store-public-heading,.store-product-detail{grid-template-columns:1fr}.store-shell{width:min(100% - 28px,1240px)}}
.seller-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.seller-form-grid .wide{grid-column:1/-1}.seller-form-grid button{align-self:end}.panel+.panel{margin-top:20px}@media(max-width:680px){.seller-form-grid{grid-template-columns:1fr}.seller-form-grid .wide{grid-column:auto}}

/* V132.2 — immersion Studio Daline */
body.store-immersive{background:#130e0b;color:#f8eedf}.store-immersive .store-nav{color:#fff;background:linear-gradient(180deg,rgba(18,12,9,.94),rgba(18,12,9,.65));border-color:rgba(235,185,108,.16)}.store-immersive .brand{color:#f5d6a4}.store-immersive .nav-links a{color:#f8ead6}.store-immersive .hero-store{min-height:calc(100svh - 20px);display:flex;align-items:flex-end;position:relative;isolation:isolate;padding-bottom:9vh;background:#17100c url("/assets/v132/store-hero.webp") center/cover no-repeat}.store-immersive .hero-store:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(11,7,5,.92) 0%,rgba(11,7,5,.55) 42%,rgba(11,7,5,.12) 73%),linear-gradient(0deg,rgba(11,7,5,.78),transparent 55%)}.store-immersive .hero-store:after{content:"";position:absolute;inset:0;z-index:-1;background-image:radial-gradient(circle at 16% 26%,rgba(255,202,110,.7) 0 1px,transparent 2px),radial-gradient(circle at 78% 35%,rgba(255,218,150,.55) 0 1px,transparent 2px);background-size:120px 130px,170px 150px;animation:sdParticles 18s linear infinite}.hero-story{width:min(740px,90vw);padding:34px;border:1px solid rgba(255,223,171,.25);border-radius:34px;background:linear-gradient(135deg,rgba(30,19,14,.78),rgba(30,19,14,.36));backdrop-filter:blur(16px);box-shadow:0 34px 100px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.12)}.store-immersive .hero-store h1{color:#fff6e8;text-shadow:0 4px 34px rgba(0,0,0,.45)}.store-immersive .hero-store p{color:#f0dfc8}.store-immersive .button{position:relative;overflow:hidden;background:linear-gradient(135deg,#d99a4c,#f3cc83 52%,#b86f38);color:#29180f;box-shadow:0 0 0 1px rgba(255,219,157,.35),0 14px 40px rgba(211,139,62,.3)}.store-immersive .button:after{content:"";position:absolute;inset:-2px;transform:translateX(-120%) skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transition:.65s}.store-immersive .button:hover:after{transform:translateX(120%) skewX(-20deg)}.store-immersive .button.secondary{color:#fff0db;background:rgba(255,255,255,.06);border-color:rgba(255,211,145,.45)}.store-immersive .section{position:relative}.store-immersive .section-heading h2{color:#f3d8ad}.store-immersive .section-heading p,.store-immersive .legal-note{color:#c8b9a8}.store-immersive .eyebrow{color:#dbaa6b}.store-immersive .module-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:120px}.store-immersive .module-card{min-height:unset;padding:0;grid-column:span 4;grid-row:span 3;background:#241811;border:1px solid rgba(245,202,131,.16);box-shadow:0 30px 80px rgba(0,0,0,.3)}.store-immersive .module-card:nth-child(1),.store-immersive .module-card:nth-child(4){grid-column:span 7}.store-immersive .module-card:nth-child(2),.store-immersive .module-card:nth-child(5){grid-column:span 5}.store-immersive .module-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.7,.2,1),filter .6s}.store-immersive .module-card:hover img{transform:scale(1.06);filter:saturate(1.08)}.module-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,7,4,.9),rgba(12,7,4,.08) 72%)}.module-copy{position:relative;z-index:2;padding:28px;transform:translateY(10px);transition:.45s}.module-copy small{color:#e6b86f;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.module-copy h3{font-size:2rem}.module-copy p{max-height:0;opacity:0;margin:0;transition:.45s}.module-card:hover .module-copy{transform:none}.module-card:hover .module-copy p{max-height:70px;opacity:.82;margin:8px 0}.module-copy b{display:inline-flex;gap:10px;margin-top:12px}.module-copy i{font-style:normal;transition:.3s}.module-card:hover .module-copy i{transform:translateX(7px)}.store-immersive .search-panel,.store-immersive .product-card,.store-immersive .price-card{background:rgba(42,28,20,.78);border-color:rgba(241,198,127,.18);color:#f5e9d7;backdrop-filter:blur(14px)}.store-immersive input,.store-immersive select{background:#1b130f;border-color:#5c4838;color:#fff}.store-immersive .product-visual{background:linear-gradient(135deg,#3b2b20,#1d2e27)}.store-immersive .product-content h3,.store-immersive .price{color:#f7d49c}.store-immersive .tag{background:rgba(74,132,104,.26);color:#c9f0db}.store-immersive .trust-band{background:linear-gradient(135deg,#203a31,#18231f);border:1px solid rgba(232,190,119,.15)}.store-immersive .price-card.member{background:linear-gradient(145deg,#243f35,#15261f);box-shadow:0 30px 90px rgba(13,44,32,.4)}.store-immersive .store-footer{background:#0d0907}.module-hero[data-scene]{min-height:62vh;display:flex;flex-direction:column;justify-content:flex-end;position:relative;isolation:isolate;background-position:center;background-size:cover}.module-hero[data-scene]:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(12,8,5,.92),rgba(12,8,5,.1) 75%)}body[data-module="oeuvres"] .module-hero{background-image:url("/assets/v132/store-oeuvres.webp")}body[data-module="musiques"] .module-hero{background-image:url("/assets/v132/store-musiques.webp")}body[data-module="createurs"] .module-hero{background-image:url("/assets/v132/store-createurs.webp")}body[data-module="revendeurs"] .module-hero{background-image:url("/assets/v132/store-revendeurs.webp")}body[data-module="formations"] .module-hero{background-image:url("/assets/v132/store-formations.webp")}@keyframes sdParticles{to{background-position:120px 130px,-170px 150px}}@media(max-width:1000px){.store-immersive .module-grid{grid-template-columns:1fr 1fr;grid-auto-rows:330px}.store-immersive .module-card,.store-immersive .module-card:nth-child(n){grid-column:auto;grid-row:auto}.store-immersive .hero-store{background-position:62% center}}@media(max-width:680px){.store-immersive .hero-store{min-height:92svh;align-items:flex-end;padding:100px 18px 38px;background-position:57% center}.hero-story{padding:24px}.store-immersive .hero-store h1{font-size:3rem}.store-immersive .module-grid{grid-template-columns:1fr;grid-auto-rows:360px}.module-copy p{max-height:70px;opacity:.85;margin:8px 0}}@media(prefers-reduced-motion:reduce){.store-immersive .hero-store:after{animation:none}.store-immersive *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
