:root{--cream:#FFF9F3;--rose:#F9E4EC;--violet-pale:#EEE4F7;--mint:#DDEFE8;--peach:#E8B89C;--violet-dark:#2D1B3D;--violet-mid:#C9A0DC;--violet-text:#C17EC8;--mint-text:#7AA88A;--text-main:#2D1B3D;--text-body:#4B3A5A;--text-secondary:#6A5A78;--text-light:#6A5A78;--text-muted:#6A5A78;--border:rgba(237,217,240,.65);--glass:rgba(255,255,255,.55);--glass-border:rgba(255,255,255,.35);--shadow-sm:0 2px 12px rgba(45,27,61,.07);--shadow-md:0 8px 32px rgba(45,27,61,.1);--shadow-lg:0 16px 56px rgba(45,27,61,.12);--shadow-glow:0 0 24px rgba(193,126,200,.14);--ease-out:220ms ease}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Lato',sans-serif;background:var(--cream);color:var(--text-body);font-size:17px;line-height:1.75;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{text-decoration:none;color:inherit}

/* GRAIN TEXTURE */
.section-grain{position:absolute;inset:0;opacity:.045;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}

/* ANIMATIONS */
@keyframes float1{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-18px) rotate(3deg)}}
@keyframes float2{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-14px) rotate(-2deg)}}
@keyframes float3{0%,100%{transform:translateY(0)}50%{transform:translateY(-22px)}}
@keyframes drift{0%{transform:translateX(-140px);opacity:0}12%{opacity:.1}88%{opacity:.1}100%{transform:translateX(calc(100vw + 140px));opacity:0}}
@keyframes pulse-glow{0%,100%{opacity:.15}50%{opacity:.25}}

/* REVEAL */
.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}

/* GLASS */
.glass-form{background:rgba(255,249,243,.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(237,217,240,.5);border-radius:28px}

/* NAV */
.nav{display:flex;justify-content:space-between;align-items:center;padding:22px 48px;background:#FFF9F3;border-bottom:1px solid #EFE3DC;position:sticky;top:0;z-index:100;transition:box-shadow var(--ease-out)}
.nav-logo{font-family:'Fraunces',serif;font-size:28px;font-weight:400;color:#2D1B3D;transition:opacity var(--ease-out)}.nav-logo:hover{opacity:.85}
.nav-logo em{font-style:italic;color:#9A60B0}
.nav-links{display:flex;gap:36px;font-size:16px;color:#4B3A5A;font-weight:500}
.nav-links a{transition:color var(--ease-out),background var(--ease-out),transform var(--ease-out);padding:8px 16px;border-radius:20px}
.nav-links a:hover{color:#2D1B3D;background:rgba(193,126,200,.12);transform:translateY(-1px)}
.nav-btn{background:#2D1B3D;color:#FFF9F3;border:none;padding:13px 30px;border-radius:30px;font-size:16px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;box-shadow:0 4px 16px rgba(45,27,61,.22);transition:transform var(--ease-out),box-shadow var(--ease-out),background var(--ease-out)}
.nav-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(45,27,61,.32),0 0 20px rgba(193,126,200,.15);background:#3D2B50}
.nav-hamburger{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-main)}

/* HERO VIDÉO */
.hero-video-section{position:relative;width:100%;height:75vh;min-height:460px;max-height:680px;overflow:hidden}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,249,243,0) 0%,rgba(255,249,243,0) 78%,rgba(255,249,243,.18) 90%,rgba(255,249,243,.55) 97%,rgba(255,249,243,1) 100%);z-index:1;pointer-events:none}

/* HERO INTRO */
.hero-intro{background:var(--cream);padding:64px 48px 96px;text-align:center}
.hero-intro-inner{max-width:720px;margin:0 auto}
.hero-intro .eyebrow{font-size:13px;letter-spacing:3px;color:#9A70B8;text-transform:uppercase;font-weight:700;margin-bottom:24px}
.hero-intro h1{font-family:'Fraunces',serif;font-size:56px;font-weight:300;line-height:1.1;color:#2D1B3D;margin-bottom:28px}
.hero-intro h1 em{font-style:italic;color:#9A50B0}
.hero-intro .hero-sub{font-size:22px;color:#4B3A5A;line-height:1.8;font-weight:400;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}
.hero-intro .hero-btns{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:4px}

.btn-primary{background:var(--violet-dark);color:#fff;border:none;padding:19px 42px;border-radius:34px;font-size:17px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;box-shadow:0 6px 26px rgba(45,27,61,.32),var(--shadow-glow);transition:transform var(--ease-out),box-shadow var(--ease-out);display:inline-block}
.btn-primary:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(45,27,61,.38),0 0 36px rgba(193,126,200,.2)}
.btn-secondary{background:transparent;color:#2D1B3D;border:2px solid #2D1B3D;padding:17px 40px;border-radius:34px;font-size:17px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;transition:transform var(--ease-out),background var(--ease-out),color var(--ease-out),box-shadow var(--ease-out);display:inline-block}
.btn-secondary:hover{background:#2D1B3D;color:var(--cream);transform:translateY(-4px);box-shadow:0 10px 28px rgba(45,27,61,.2)}

/* BOOK 3D (produits) */
.book-3d{position:relative;perspective:400px;margin:0 auto}
.book-3d-cover{width:100%;height:100%;background:linear-gradient(135deg,var(--violet-text),#A060B0);border-radius:4px 14px 14px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative;transform:rotateY(-8deg);box-shadow:8px 8px 0 rgba(0,0,0,.12),0 12px 32px rgba(193,126,200,.25);transition:transform var(--ease-out)}
.book-3d-cover::before{content:'';position:absolute;left:0;top:0;width:10px;height:100%;background:rgba(0,0,0,.22);border-radius:4px 0 0 4px}
.book-3d-cover::after{content:'';position:absolute;left:10px;top:0;width:1.5px;height:100%;background:rgba(255,255,255,.12)}
.book-3d-spine{position:absolute;left:-6px;top:2px;width:10px;height:calc(100% - 4px);background:linear-gradient(180deg,#9A5AA0,#7A408A);border-radius:4px 0 0 4px;transform:rotateY(60deg) translateX(-4px)}
.b3d-title{font-size:13px;color:#fff;font-family:'Lato',sans-serif;font-weight:700;position:relative;z-index:1;text-align:center;padding:0 10px}
.b3d-sub{font-size:10px;color:rgba(255,255,255,.85);font-family:'Lato',sans-serif;position:relative;z-index:1}
.book-3d-lg{width:188px;height:248px}

/* SHARED */
.violet-bg{background:var(--violet-pale)}.mint-bg{background:var(--mint)}.rose-bg{background:var(--rose)}

/* SECTIONS */
.section{padding:100px 48px;position:relative;overflow:hidden}
.section::before{content:'';position:absolute;top:-80px;right:-60px;width:300px;height:300px;background:radial-gradient(ellipse,rgba(249,228,236,.25) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}
.section>*{position:relative;z-index:1}
.section-header{margin-bottom:52px}
.section-header.center{text-align:center}
.section-eyebrow{font-size:13px;letter-spacing:3px;color:#9A70B8;text-transform:uppercase;font-weight:700;margin-bottom:14px}
.eyebrow-rose{color:#C07890}.eyebrow-mint{color:var(--mint-text)}.eyebrow-violet{color:#7055A8}
.section h2{font-family:'Fraunces',serif;font-size:40px;font-weight:300;color:#2D1B3D;line-height:1.2;margin-bottom:0}
.section h2 em{font-style:italic;color:var(--violet-text)}

/* PRODUCTS BENTO */
.products-bento{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;gap:24px;align-items:stretch}
.product-main{grid-row:1/3;overflow:visible;align-self:start}
.product-card{background:#fff;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;border:.5px solid var(--border);box-shadow:var(--shadow-sm);transition:transform var(--ease-out),box-shadow var(--ease-out)}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 52px rgba(45,27,61,.14),0 0 28px rgba(193,126,200,.08)}
.product-visual{display:flex;align-items:center;justify-content:center;position:relative;min-height:200px}
.product-main .product-visual,.product-card-featured .product-visual,.product-card-large .product-visual{min-height:300px;height:300px;display:flex;align-items:center;justify-content:center;padding:36px 32px 28px;overflow:visible}
.product-book-image{width:76%;max-width:610px;display:block;margin:0 auto;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(45,27,61,.14))}
.product-card-small .product-visual,.secondary-product-card .product-visual{height:235px;min-height:235px;padding:0;overflow:hidden;display:block;position:relative;border-radius:26px 26px 0 0}
.secondary-product-card .product-visual img,.product-card-song .product-visual img,.song-card-visual,.product-card-tome2 .product-visual img,.tome2-card-visual{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;margin:0;max-width:none;filter:none}
.product-card-tome2 .product-visual{background:#F3ECFA;height:220px;min-height:220px}
.secondary-product-card .product-visual .badge{z-index:2}
.product-info{padding:26px 28px 30px;display:flex;flex-direction:column;flex:1}
.product-info h3{font-family:'Fraunces',serif;font-size:24px;font-weight:400;color:#2D1B3D;margin-bottom:10px;line-height:1.25}
.product-side .product-info h3{font-size:21px}
.product-info p{font-size:18px;color:#4B3A5A;font-weight:400;line-height:1.75;margin-bottom:22px;flex:1}
.product-side .product-info p{font-size:17px;color:#6A5A78}
.product-main .product-info{padding:32px 28px 28px;display:flex;flex-direction:column;flex:1;min-height:0}
.product-main .product-info h3{margin-bottom:10px}
.product-main .product-info>p{margin-bottom:0;flex:none}
.product-main .product-actions{margin-top:42px;display:flex;flex-direction:column;gap:14px}
.product-actions .product-tags{margin:0}
.product-main .product-card-note{text-align:center;font-size:14px;line-height:1.5;color:#6A5A78;opacity:.9;margin:0}
.badge{position:absolute;top:16px;left:16px;font-size:12px;padding:7px 18px;border-radius:22px;font-weight:700;letter-spacing:.02em}
.badge-live{background:var(--violet-dark);color:#fff}
.badge-soon{background:#fff;color:#5A4580;border:1.5px solid var(--violet-mid)}
.product-card:hover .book-3d-cover{transform:rotateY(-2deg) scale(1.05)}
.music-icon-wrap{transition:transform var(--ease-out)}
.product-card:hover .music-icon-wrap{transform:scale(1.08) rotate(4deg)}
.music-icon{font-size:72px;color:var(--mint-text);line-height:1;display:block}
.music-icon.sparkle{color:#8A6AC8}
.rose-grad{background:linear-gradient(160deg,#FCE8EE,#FDF2F6)}
.mint-grad{background:linear-gradient(160deg,#DDEFEA,#F0FAF5)}
.product-card-song .product-visual{background:#F7EEF6}
.violet-grad{background:linear-gradient(160deg,#EDE4F7,#F6F2FA)}
.btn-card{display:block;width:100%;text-align:center;background:var(--violet-dark);color:#fff;border:none;padding:18px;border-radius:16px;font-size:16px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;box-shadow:0 5px 22px rgba(45,27,61,.28),var(--shadow-glow);transition:transform var(--ease-out),box-shadow var(--ease-out)}
.btn-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(45,27,61,.35),0 0 28px rgba(193,126,200,.15)}
.btn-card-out{display:block;width:100%;text-align:center;background:var(--cream);color:#2D1B3D;border:2.5px solid #2D1B3D;padding:16px;border-radius:16px;font-size:16px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;transition:transform var(--ease-out),background var(--ease-out),color var(--ease-out),box-shadow var(--ease-out)}
.btn-card-out:hover{background:#2D1B3D;color:var(--cream);transform:translateY(-4px);box-shadow:0 10px 28px rgba(45,27,61,.18)}

/* ZONE SECRÈTE */
.section-unlock{background:linear-gradient(180deg,var(--violet-pale) 0%,#F4EEF9 100%);border-radius:48px;margin:0 24px;padding:88px 64px;position:relative;overflow:hidden}
.section-unlock::before{content:'';position:absolute;top:-60px;right:-60px;width:250px;height:250px;background:radial-gradient(ellipse,rgba(249,228,236,.4) 0%,transparent 70%);border-radius:50%}
.unlock-container{display:flex;gap:64px;align-items:flex-start;position:relative;z-index:1}
.unlock-left{flex:1}
.unlock-left h2{font-size:40px;margin-bottom:20px;color:#2D1B3D}
.unlock-desc{font-size:20px;color:#4B3A5A;line-height:1.8;margin-bottom:32px;max-width:440px;font-weight:400}
.hints{display:flex;flex-direction:column;gap:20px}
.hint{display:flex;align-items:flex-start;gap:16px}
.hint-dot{width:44px;height:44px;background:rgba(255,255,255,.75);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:17px;box-shadow:var(--shadow-sm)}
.hint span{font-size:17px;color:#2D1B3D;font-weight:400;line-height:1.75}
.unlock-right{flex:1}
.glass-form{padding:40px;box-shadow:var(--shadow-lg)}
.glass-form label{font-size:15px;color:#6A5A78;font-weight:600;margin-bottom:8px;display:block}
.glass-form input,.glass-form select{width:100%;padding:17px 20px;border:1.5px solid rgba(201,160,220,.45);border-radius:14px;font-size:16px;color:#2D1B3D;background:rgba(255,255,255,.8);font-family:'Lato',sans-serif;margin-bottom:20px;outline:none;transition:border-color var(--ease-out),box-shadow var(--ease-out),background var(--ease-out)}
.glass-form input:focus,.glass-form select:focus{border-color:var(--violet-text);box-shadow:0 0 0 4px rgba(193,126,200,.12);background:#fff}
.form-error{font-size:14px;color:#C0392B;margin-bottom:8px;min-height:18px}
.btn-form{width:100%;background:var(--violet-dark);color:#fff;border:none;padding:19px;border-radius:16px;font-size:17px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;box-shadow:0 6px 26px rgba(45,27,61,.32),var(--shadow-glow);transition:transform var(--ease-out),box-shadow var(--ease-out);margin-top:6px}
.btn-form:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(45,27,61,.38),0 0 30px rgba(193,126,200,.18)}
.songs-result h3{font-family:'Fraunces',serif;font-size:26px;color:#2D1B3D;margin-bottom:24px;font-weight:400}
.songs-grid{display:flex;flex-direction:column;gap:12px}
.song-dl-card{background:rgba(255,255,255,.65);backdrop-filter:blur(8px);border:.5px solid var(--border);border-radius:18px;padding:18px 22px;display:flex;align-items:center;gap:16px;transition:transform var(--ease-out),box-shadow var(--ease-out)}
.song-dl-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.song-num{width:42px;height:42px;background:var(--rose);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:17px;color:var(--violet-text);flex-shrink:0}
.song-dl-info{flex:1}
.song-dl-title{font-family:'Fraunces',serif;font-size:17px;color:#2D1B3D;font-weight:400;margin-bottom:4px}
.song-dl-desc{font-size:16px;color:#6A5A78;font-weight:400;line-height:1.5}
.btn-dl{background:var(--violet-dark);color:#fff;padding:11px 26px;border-radius:24px;font-size:14px;font-weight:700;white-space:nowrap;box-shadow:var(--shadow-sm);transition:transform var(--ease-out),box-shadow var(--ease-out)}
.btn-dl:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(45,27,61,.22)}

/* CHANSON */
.section-chanson{background:var(--cream)}
.chanson-container{display:flex;gap:64px;align-items:flex-start}
.chanson-left{flex:1}
.chanson-left h2{font-size:40px;margin-bottom:20px;color:#2D1B3D}
.chanson-sub{font-size:20px;color:#4B3A5A;line-height:1.8;margin-bottom:36px;max-width:440px;font-weight:400}
.chanson-features{display:flex;flex-direction:column;gap:16px}
.feature{display:flex;align-items:center;gap:16px;font-size:18px;color:#4B3A5A;line-height:1.65;padding:16px 20px;background:#fff;border-radius:16px;border:.5px solid var(--border);box-shadow:var(--shadow-sm);transition:transform var(--ease-out),box-shadow var(--ease-out)}
.feature:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(45,27,61,.1)}
.feature strong{color:#2D1B3D;font-weight:700}
.feature-num{width:36px;height:36px;background:var(--rose);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-size:17px;color:var(--violet-text);flex-shrink:0}
.chanson-right{flex:1}
.chanson-cta{background:var(--violet-dark);border-radius:28px;padding:48px;box-shadow:var(--shadow-lg),0 0 40px rgba(193,126,200,.12);position:relative;overflow:hidden;transition:transform var(--ease-out),box-shadow var(--ease-out)}
.chanson-cta:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(45,27,61,.25),0 0 40px rgba(193,126,200,.15)}
.cta-glow{position:absolute;top:-50px;right:-50px;width:180px;height:180px;background:radial-gradient(ellipse,rgba(201,160,220,.2) 0%,transparent 70%);border-radius:50%;animation:pulse-glow 6s ease-in-out infinite}
.chanson-cta-title{font-family:'Fraunces',serif;font-size:30px;color:rgba(255,249,243,.95);font-weight:300;margin-bottom:16px;line-height:1.25;position:relative;z-index:1}
.chanson-cta-title em{font-style:italic;color:var(--violet-mid)}
.cta-desc{font-size:18px;color:rgba(255,249,243,.9);font-weight:400;line-height:1.75;margin-bottom:12px;position:relative;z-index:1}
.chanson-price{font-size:19px;color:rgba(255,249,243,.88);font-weight:500;margin-bottom:24px;position:relative;z-index:1}
.chanson-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px;position:relative;z-index:1}
.pill-dark{background:rgba(255,255,255,.1);border:.5px solid rgba(255,255,255,.15);color:rgba(255,249,243,.88);font-size:14px;padding:8px 18px;border-radius:22px}
.btn-song{display:block;width:100%;text-align:center;background:var(--peach);color:#2D1B3D;border:none;padding:19px;border-radius:16px;font-size:17px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;box-shadow:0 6px 26px rgba(232,184,156,.45);transition:transform var(--ease-out),box-shadow var(--ease-out);position:relative;z-index:1}
.btn-song:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(232,184,156,.55),0 0 32px rgba(232,184,156,.25)}

/* VALEURS */
.section-univers{background:var(--cream)}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;max-width:920px;margin-left:auto;margin-right:auto}
.value-card{background:#fff;border:.5px solid var(--border);border-radius:24px;padding:40px 36px;text-align:center;box-shadow:var(--shadow-sm);transition:transform var(--ease-out),box-shadow var(--ease-out)}
.value-card:hover{transform:translateY(-4px);box-shadow:0 16px 44px rgba(45,27,61,.12),0 0 24px rgba(193,126,200,.06)}
.value-icon{width:58px;height:58px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 22px}
.value-card h4{font-family:'Fraunces',serif;font-size:22px;color:#2D1B3D;margin-bottom:10px;font-weight:400}
.value-card p{font-size:18px;color:#4B3A5A;font-weight:400;line-height:1.8}

/* BIENTÔT */
.section-bientot{background:var(--cream);padding:72px 48px}
.bientot-inner{max-width:680px;margin:0 auto;text-align:center}
.bientot-title{font-family:'Fraunces',serif;font-size:32px;font-weight:300;color:#2D1B3D;line-height:1.25;margin-bottom:32px}
.bientot-title em{font-style:italic;color:var(--violet-text)}
.soon-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}
.soon-chip{background:#fff;border:.5px solid var(--border);border-radius:30px;padding:13px 24px;font-size:16px;color:#4B3A5A;font-weight:500;box-shadow:var(--shadow-sm);transition:transform var(--ease-out),box-shadow var(--ease-out)}
.soon-chip:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(45,27,61,.1)}
.notify-bar{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.notify-input{padding:16px 24px;border:1.5px solid rgba(201,160,220,.5);border-radius:30px;font-size:16px;color:#2D1B3D;font-family:'Lato',sans-serif;outline:none;width:260px;background:rgba(255,255,255,.8);backdrop-filter:blur(8px);transition:border-color var(--ease-out),box-shadow var(--ease-out)}
.notify-input:focus{border-color:var(--violet-text);box-shadow:0 0 0 4px rgba(193,126,200,.12)}
.btn-notify{background:var(--violet-dark);color:#fff;border:none;padding:16px 32px;border-radius:30px;font-size:16px;font-family:'Lato',sans-serif;font-weight:700;cursor:pointer;box-shadow:0 5px 22px rgba(45,27,61,.28),var(--shadow-glow);transition:transform var(--ease-out),box-shadow var(--ease-out);white-space:nowrap}
.btn-notify:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(45,27,61,.35),0 0 24px rgba(193,126,200,.15)}

/* FOOTER */
.footer{background:#2D1B3D;padding:68px 48px 0;margin-top:40px}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:48px;padding-bottom:56px}
.footer-logo{font-family:'Fraunces',serif;font-size:26px;color:rgba(255,249,243,.95);font-weight:300;margin-bottom:16px;line-height:1.3}
.footer-logo em{font-style:italic;color:var(--violet-mid)}
.footer-brand p{font-size:16px;color:rgba(255,249,243,.9);font-weight:400;max-width:240px;line-height:1.8;margin-bottom:12px}
.footer-brand a{font-size:16px;color:rgba(255,249,243,.92);font-weight:500;transition:color var(--ease-out)}
.footer-brand a:hover{color:#FFF9F3}
.footer-col{display:flex;flex-direction:column;gap:16px}
.footer-col-title{font-size:13px;letter-spacing:2.5px;color:rgba(255,249,243,.88);text-transform:uppercase;font-weight:600;margin-bottom:4px}
.footer-col a{font-size:16px;color:rgba(255,249,243,.92);font-weight:400;line-height:1.6;transition:color var(--ease-out)}
.footer-col a:hover{color:#FFF9F3}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:28px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-bottom span{font-size:14px;color:rgba(255,249,243,.88);font-weight:400;line-height:1.6}

/* RESPONSIVE */
@media(max-width:900px){
.nav-links{display:none}.nav-hamburger{display:block}.nav{padding:16px 20px}
.nav-logo{font-size:24px}
.hero-video{display:block;opacity:1}
.hero-video-section{height:50vh;min-height:280px;background:linear-gradient(135deg,var(--rose) 0%,var(--violet-pale) 50%,var(--mint) 100%)}
.hero-intro{padding:40px 20px 56px}
.hero-intro h1{font-size:36px}
.hero-intro .hero-sub{font-size:19px}
.section{padding:64px 20px}
.section-unlock{margin:0;border-radius:28px;padding:56px 24px}
.products-bento{grid-template-columns:1fr}.product-main{grid-row:auto}
.product-main .product-visual,.product-card-featured .product-visual,.product-card-large .product-visual{min-height:260px;height:auto;padding:28px 20px 24px}
.product-book-image{width:88%;max-width:100%}
.product-card-small .product-visual,.secondary-product-card .product-visual{height:200px;min-height:200px}
.product-card-tome2 .product-visual{height:200px;min-height:200px}
.unlock-container{flex-direction:column;gap:32px}
.chanson-container{flex-direction:column;gap:32px}
.values-grid{grid-template-columns:1fr}
.soon-row{flex-direction:column;align-items:center}
.notify-bar{flex-direction:column;align-items:stretch}.notify-input{width:100%}.btn-notify{width:100%;text-align:center}
.footer{padding:48px 20px 0;margin-top:20px}.footer-inner{flex-direction:column}
}

.product-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}
.ptag{background:var(--rose);color:#4B3A5A;font-size:14px;padding:8px 16px;border-radius:20px;font-weight:500;transition:transform var(--ease-out),box-shadow var(--ease-out)}
.ptag:hover{transform:translateY(-4px);box-shadow:0 4px 14px rgba(45,27,61,.08)}

.product-card.reveal.visible:hover{transform:translateY(-4px);box-shadow:0 20px 52px rgba(45,27,61,.14),0 0 28px rgba(193,126,200,.08)}
.value-card.reveal.visible:hover{transform:translateY(-4px);box-shadow:0 16px 44px rgba(45,27,61,.12),0 0 24px rgba(193,126,200,.06)}
.soon-chip.reveal.visible:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(45,27,61,.1)}
.feature.reveal.visible:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(45,27,61,.1)}
.song-dl-card.reveal.visible:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}

@keyframes slideInLeft{from{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}
@keyframes slideInRight{from{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}
@keyframes fadeInScale{from{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
@keyframes staggerUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
