@import 'tailwindcss';

:root { --plum:#2a0618; --wine:#4c0b2c; --pink:#ef2f8e; --ivory:#fbf7f1; --champagne:#d9bd87; --ink:#2d2026; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ivory); color:var(--ink); font-family:'Manrope',sans-serif; }
.hero { min-height:100svh; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr); position:relative; overflow:hidden; background:radial-gradient(circle at 18% 12%,#711448 0,transparent 31%),linear-gradient(135deg,var(--wine),var(--plum) 72%); color:white; }
.hero-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(2rem,5vw,6rem) clamp(1.5rem,7vw,8rem); max-width:960px; z-index:2; }
.official-logo { display:block; width:auto; height:auto; object-fit:contain; object-position:center; filter:drop-shadow(0 14px 24px rgba(0,0,0,.16)); }
.hero-logo { width:clamp(210px,20vw,330px); max-width:52%; margin-bottom:clamp(2rem,4vh,3.5rem); }
.footer-brand .footer-logo { width:170px; max-width:100%; height:auto; margin:0; background:none; }
.eyebrow { margin:0 0 1.2rem; color:#f7c7df; text-transform:uppercase; letter-spacing:.18em; font-size:.72rem; font-weight:700; }
h1 { max-width:800px; margin:0; font-family:'Cormorant Garamond',serif; font-weight:500; font-size:clamp(3.2rem,5.6vw,6.8rem); line-height:.88; letter-spacing:-.045em; text-wrap:balance; }
.hero-lede { max-width:670px; margin:2rem 0 2.2rem; color:#eedfe6; font-size:clamp(.98rem,1.15vw,1.18rem); line-height:1.75; }
.signup { max-width:660px; }
.signup label { display:block; margin-bottom:.7rem; font-size:.82rem; font-weight:700; }
.signup-row { display:flex; padding:6px; border:1px solid rgba(255,255,255,.25); border-radius:999px; background:rgba(255,255,255,.09); backdrop-filter:blur(12px); }
.signup input { flex:1; min-width:0; border:0; outline:0; background:transparent; color:white; padding:0 1.1rem; font:inherit; }
.signup input::placeholder { color:#d9c3ce; }
.signup button { border:0; border-radius:999px; padding:.95rem 1.65rem; background:var(--pink); color:white; font-weight:750; cursor:pointer; transition:transform .25s,background .25s; }
.signup button:hover { transform:translateY(-2px); background:#ff439f; }
.signup button:disabled { cursor:wait; opacity:.72; transform:none; }
.signup button:focus-visible,.signup input:focus-visible,.scroll-cue:focus-visible { outline:3px solid var(--champagne); outline-offset:3px; }
.signup small { display:block; margin:.65rem 1.1rem 0; color:#bfa9b3; }
.signup small.form-error { color:#ffb8c8; }
.signup-compact small.form-error { color:#a6244c; }
.hero-visual { position:relative; min-height:100%; overflow:hidden; }
.hero-visual:after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,var(--plum) 0%,transparent 26%),linear-gradient(0deg,rgba(42,6,24,.48),transparent 42%); }
.hero-visual img { width:100%; height:100%; object-fit:cover; object-position:center; }
.visual-note { position:absolute; z-index:2; left:2rem; bottom:3rem; display:flex; flex-direction:column; padding-left:1rem; border-left:1px solid var(--champagne); font-family:'Cormorant Garamond',serif; font-size:1.55rem; }
.visual-note span { font-style:italic; color:#f6e9df; }.visual-note strong { font-weight:600; }
.scroll-cue { position:absolute; z-index:3; left:clamp(1.5rem,7vw,8rem); bottom:1.25rem; display:grid; place-items:center; width:40px; height:40px; color:white; border:1px solid rgba(255,255,255,.28); border-radius:50%; }
.positioning { min-height:65vh; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:6rem 1.5rem; background:var(--ivory); }
.positioning p { color:#9b315f; text-transform:uppercase; letter-spacing:.2em; font-size:.72rem; font-weight:800; }
.positioning h2 { margin:1rem 0; font-family:'Cormorant Garamond',serif; font-size:clamp(3rem,7vw,7rem); line-height:.95; font-weight:500; color:var(--wine); }.positioning em { color:var(--pink); font-weight:500; }
.section-shell{padding:clamp(5rem,10vw,10rem) clamp(1.5rem,7vw,8rem)}.section-kicker{margin:0 0 1rem;color:#a02b60;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:800}.section-kicker.light{color:#f3b2d0}.positioning-copy{margin:1.3rem 0 0;max-width:700px;color:#725d66;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.7}.section-heading{display:grid;grid-template-columns:1.2fr .7fr;gap:4rem;align-items:end;margin-bottom:3.5rem}.section-heading h2,.premium-copy h2,.coming h2,.partners h2,.final-cta h2{margin:0;font-family:'Cormorant Garamond',serif;font-weight:500;line-height:.95;letter-spacing:-.035em}.section-heading h2{max-width:720px;color:var(--wine);font-size:clamp(3rem,5vw,5.5rem)}.section-heading>p{margin:0;color:#725d66;line-height:1.7}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.promise-card{min-height:340px;display:flex;flex-direction:column;padding:2rem;border:1px solid #eadfe2;border-radius:26px;background:rgba(255,255,255,.7);box-shadow:0 22px 50px rgba(64,15,38,.045);transition:transform .35s,border-color .35s}.promise-card:hover{transform:translateY(-6px);border-color:#e4b6cb}.card-top{display:flex;align-items:center;justify-content:space-between;color:var(--pink)}.card-top span{font-size:.68rem;letter-spacing:.15em;color:#9f8792}.promise-card h3{margin:auto 0 1rem;font-family:'Cormorant Garamond',serif;font-size:2.15rem;font-weight:600;color:var(--wine)}.promise-card p{margin:0;color:#725d66;line-height:1.65}.coming{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(3rem,9vw,10rem);align-items:center;padding:clamp(5rem,9vw,9rem) clamp(1.5rem,7vw,8rem);background:linear-gradient(125deg,#300719,#520b30);color:white}.coming h2{font-size:clamp(3.5rem,6vw,6.5rem)}.coming-copy>p:not(.section-kicker){color:#e4cad5;font-size:1.2rem}.status{display:inline-flex;align-items:center;gap:.65rem;margin-top:2rem;color:#e8d7df;font-size:.82rem}.status i{width:8px;height:8px;border-radius:50%;background:#51d38d;box-shadow:0 0 0 5px rgba(81,211,141,.12)}.platforms{border-top:1px solid rgba(255,255,255,.16)}.platforms div{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:1rem;padding:1.5rem .25rem;border-bottom:1px solid rgba(255,255,255,.16)}.platforms span{color:#d691b2;font-size:.7rem}.platforms strong{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:500}.platforms small{color:#bca6b0}.premium{display:grid;grid-template-columns:1fr .8fr;gap:clamp(3rem,9vw,10rem);align-items:center;overflow:hidden}.premium-art{min-height:520px;position:relative;display:grid;place-items:center;background:radial-gradient(circle,#f8e5ec 0,transparent 64%)}.premium-card{position:absolute;width:min(76%,390px);aspect-ratio:1.58;border-radius:24px;padding:2rem;color:white;box-shadow:0 35px 80px rgba(55,6,29,.22)}.premium-card.back{transform:translate(13%,-16%) rotate(7deg);background:linear-gradient(135deg,#8b1754,#3b0823)}.premium-card.front{display:flex;flex-direction:column;transform:translate(-8%,12%) rotate(-4deg);background:linear-gradient(135deg,#420821,#220411)}.premium-card .mini-mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-family:'Cormorant Garamond',serif;color:#ff52a5}.premium-card span{margin-top:auto;font-family:'Cormorant Garamond',serif;font-size:1.8rem;letter-spacing:.12em}.premium-card strong{font-size:.68rem;letter-spacing:.35em;color:#f05a9f}.premium-card small{margin-top:.75rem;color:#c9aab8;font-family:'Cormorant Garamond',serif;font-style:italic}.premium-copy h2{font-size:clamp(4rem,7vw,7.5rem);color:var(--wine)}.premium-copy h2 em{font-weight:500;color:var(--pink)}.premium-copy>p{max-width:560px;color:#725d66;line-height:1.75;font-size:1.08rem}.premium-note{display:flex;gap:.7rem;align-items:center;margin:2rem 0;color:#6b344d;font-size:.85rem}.premium-copy button{padding:1rem 1.4rem;border:1px solid #d9c5cd;border-radius:999px;background:transparent;color:#aa8c99}.partners{display:grid;grid-template-columns:auto 1fr .75fr;gap:2.5rem;align-items:center;padding:clamp(4rem,7vw,7rem) clamp(1.5rem,7vw,8rem);background:#35081e;color:white}.partner-icon{display:grid;place-items:center;width:68px;height:68px;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#f0529b}.partners h2{font-size:clamp(2.8rem,4.5vw,5rem)}.partner-action p{color:#d8c3cc;line-height:1.65}.partner-action a{display:inline-flex;gap:.7rem;align-items:center;color:white;text-decoration:none;border-bottom:1px solid #e965a3;padding:.5rem 0;font-weight:700;font-size:.85rem}.final-cta{text-align:center;padding:clamp(6rem,10vw,10rem) 1.5rem;background:#f8efe9}.final-cta>svg{color:var(--pink);margin-bottom:1.5rem}.final-cta h2{font-size:clamp(3.5rem,6vw,6.5rem);color:var(--wine)}.final-cta>p:not(.section-kicker){color:#725d66}.signup-compact{max-width:610px;margin:2rem auto 0}.signup-compact .signup-row{background:white;border-color:#e4d5db;box-shadow:0 18px 50px rgba(64,15,38,.07)}.signup-compact input{color:var(--ink)}.signup-compact input::placeholder{color:#9c8790}.signup-compact small{color:#8a747e;text-align:left}footer{padding:4rem clamp(1.5rem,7vw,8rem) 1.5rem;background:#21040f;color:white;display:grid;grid-template-columns:1fr auto auto;gap:3rem;align-items:center}.footer-brand .official-logo{width:150px;margin:0;background-position:right center}.footer-brand p{margin:.5rem 0 0;color:#bca0ac;font-family:'Cormorant Garamond',serif;font-style:italic}footer nav{display:flex;gap:1.5rem}footer a{color:#d6c1ca;text-decoration:none;font-size:.8rem}.socials{display:flex;gap:.6rem}.socials span{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#d6c1ca;font-size:.72rem}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:#947c87;font-size:.7rem}.footer-bottom span:last-child{display:flex;align-items:center;gap:.5rem}.reveal{animation:fade-up .8s ease both;animation-timeline:view();animation-range:entry 8% cover 28%}@keyframes fade-up{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}
@media(max-width:900px){.section-heading,.coming,.premium{grid-template-columns:1fr}.promise-grid{grid-template-columns:1fr}.promise-card{min-height:260px}.partners{grid-template-columns:auto 1fr}.partner-action{grid-column:2}.premium-art{min-height:430px}.section-heading{gap:1.5rem}.coming{gap:3rem}footer{grid-template-columns:1fr auto}footer nav{grid-column:1/-1;grid-row:2}.footer-bottom{grid-row:3}}
@media(max-width:800px){.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{min-height:78svh;padding:2rem 1.35rem 3rem}.official-logo{width:170px;margin-bottom:2.6rem}.hero-visual{height:56svh;min-height:470px}.hero-visual:after{background:linear-gradient(180deg,var(--plum),transparent 25%),linear-gradient(0deg,rgba(42,6,24,.45),transparent 50%)}h1{font-size:clamp(3.05rem,14.5vw,5.2rem)}.hero-lede{font-size:.95rem;line-height:1.65}.signup-row{border-radius:20px;flex-direction:column;padding:5px}.signup input{min-height:52px}.signup button{width:100%}.scroll-cue{display:none}.visual-note{left:1.35rem;bottom:1.8rem}.positioning br{display:none}.platforms div{grid-template-columns:30px 1fr}.platforms small{grid-column:2}.partners{grid-template-columns:1fr}.partner-action{grid-column:1}.partner-icon{width:54px;height:54px}.premium-card{width:82%;padding:1.5rem}footer{grid-template-columns:1fr}.socials{grid-column:1}.footer-bottom{grid-row:auto;flex-direction:column;gap:1rem}footer nav{grid-column:1;grid-row:auto;flex-direction:column;gap:.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
@media(max-width:800px){.hero-logo{width:210px;max-width:62%;height:auto;margin-bottom:2.4rem}.footer-brand .footer-logo{width:160px;height:auto;margin:0}}
.footer-brand .footer-logo{width:170px;max-width:100%;height:auto;margin:0;background:none}
@media(max-width:800px){.footer-brand .footer-logo{width:160px;height:auto;margin:0}}

/* Fusion progressive entre la photographie et le fond du hero. */
@media(min-width:801px){
  .hero-visual{
    width:calc(100% + 12vw);
    margin-left:-12vw;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.16) 10%,#000 35%);
    mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.16) 10%,#000 35%);
  }
  .hero-visual:after{
    background:linear-gradient(90deg,rgba(42,6,24,.92) 0%,rgba(42,6,24,.42) 24%,transparent 52%),linear-gradient(0deg,rgba(42,6,24,.48),transparent 42%);
  }
}
@media(max-width:800px){
  .hero-visual{
    width:100%;
    margin-left:0;
    -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%);
    mask-image:linear-gradient(to bottom,transparent 0%,#000 18%);
  }
}


.card-top b,.partner-icon,.cta-icon{font-size:1.6rem;font-weight:500}.cta-icon{color:var(--pink);margin-bottom:1.5rem}.scroll-cue{text-decoration:none;font-size:1.1rem}

