
:root{--bx:#7a1224;--bx-d:#4a0a14;--paper:#f4f3f1;--paper2:#e6e4e1;--card:#fff;--ink:#231a1c;--line:#d8d5d2;--dark:#232122;
box-sizing:border-box;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px)}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]){--paper:#1b1617;--paper2:#241e1f;--card:#2a2324;--ink:#efeae8;--line:#3a3233;--bxt:#e8a0ab}}
:root[data-theme="dark"]{--paper:#1b1617;--paper2:#241e1f;--card:#2a2324;--ink:#efeae8;--line:#3a3233;--bxt:#e8a0ab}
*,*::before,*::after{box-sizing:inherit}
html{scroll-behavior:smooth;scroll-padding-top:calc(6rem + env(safe-area-inset-top,0px));height:auto}
body{margin:0;background:var(--paper);color:var(--ink);font:400 1rem/1.6 Montserrat,"Avenir Next","Segoe UI",Roboto,Helvetica,Arial,sans-serif}
a{color:inherit}
:focus-visible{outline:3px solid var(--bx);outline-offset:3px}
.wrap{max-width:72rem;margin:0 auto;padding:0 1.25rem}
.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.4rem;font:700 .85rem Montserrat,sans-serif;text-decoration:none;border:1.5px solid var(--bx);background:var(--bx);color:#fff;cursor:pointer;border-radius:2px}
.btn:hover{background:var(--bx-d)}
.btn.line{background:transparent;border-color:#fff}.btn.line:hover{background:rgba(255,255,255,.14)}
.btn svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2}
header{position:sticky;top:env(safe-area-inset-top,0px);z-index:10;background:var(--card);box-shadow:0 1px 8px rgba(0,0,0,.12)}
header .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem 1.5rem;padding-top:.5rem;padding-bottom:.5rem}
header img{display:block;width:4.6rem;height:4.6rem;border-radius:50%}
nav{display:flex;gap:.3rem 1.7rem;font-size:.85rem;font-weight:500;overflow-x:auto;max-width:100%}
nav a{text-decoration:none;padding:.4rem 0;border-bottom:2px solid transparent;white-space:nowrap}
nav a:hover,nav a.on{border-color:var(--bx);color:var(--bx)}
.hero{position:relative;background:#2a1a1d url('images/hero.jpg') right center/cover no-repeat;color:#fff;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#4a0a14,#6b0f20);clip-path:polygon(0 0,60% 0,46% 100%,0 100%)}
.hero::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.16);clip-path:polygon(60% 0,61.4% 0,47.4% 100%,46% 100%)}
.hero .wrap{position:relative;z-index:1;padding-top:5.5rem;padding-bottom:5.5rem}
.hero .txt{max-width:28rem}
.eyebrow{letter-spacing:.3em;font-size:.72rem;text-transform:uppercase;font-weight:500}
h1{margin:.6rem 0 1rem;font-size:clamp(2.1rem,5.5vw,3.2rem);line-height:1.1;font-weight:300}
h1 b{display:block;font-weight:800}
.hero p{margin:0 0 1.6rem;font-size:1.05rem}
.btns{display:flex;flex-wrap:wrap;gap:.8rem}
section{padding:3.5rem 0}
.title{text-align:center;margin-bottom:2rem}
.title .eyebrow{display:flex;align-items:center;justify-content:center;gap:1rem;color:var(--bx)}
.title .eyebrow::before{content:"";width:5rem;height:1.5px;background:var(--bx)}
h2{margin:.3rem 0 .6rem;font-size:clamp(1.5rem,3.6vw,2rem);line-height:1.2;font-weight:800}
h2 em{font-style:normal;color:var(--bx)}
.title p{max-width:34rem;margin:0 auto}
.cards{display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}
.card{text-align:center;position:relative}
.card img{display:block;width:100%;aspect-ratio:2/1;object-fit:cover}
.card .ic{position:relative;z-index:1;width:3.1rem;height:3.1rem;margin:-1.55rem auto 0;background:var(--bx);display:grid;place-items:center}
.ic svg{width:1.5rem;height:1.5rem;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card h3{margin:.7rem 0 .3rem;font-size:1rem;line-height:1.3}
.card p{margin:0;font-size:.88rem;opacity:.85}
.about{padding:0;background:var(--paper2)}
.about .g{display:grid;grid-template-columns:1fr 1.7fr 1.2fr}
.about .ph{background:url('images/p2.jpg') center/cover;min-height:16rem;clip-path:polygon(0 0,100% 0,72% 100%,0 100%)}
.about .body{padding:2.6rem 1.5rem}
.about .eyebrow{color:var(--bx)}
.about h2{font-size:1.5rem}
.about ul{list-style:none;margin:1.4rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 1.6rem;font-size:.82rem;font-weight:600}
.about li::before{content:"✓ ";color:var(--bx);font-weight:800}
.brand{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:var(--paper)}
.brand img{width:9rem;height:9rem;border-radius:50%}
.script{font:600 1.5rem/1.3 "Dancing Script",cursive;color:var(--bx);margin:.8rem 0 0}
.real{background:var(--dark);color:#fff}
.real .title .eyebrow,.real h2 em{color:#e0526a}.real .title .eyebrow::before{background:#e0526a}
.shots{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}
.shots img{display:block;width:100%;aspect-ratio:2/1;object-fit:cover}
.contact .g{display:grid;gap:2rem;grid-template-columns:1fr 1.7fr 1.1fr;align-items:start}
.contact h2{font-size:1.5rem}
.info p{display:flex;gap:.7rem;align-items:center;margin:.7rem 0;font-size:.92rem}
.info svg{width:1.2rem;height:1.2rem;flex:none;fill:var(--bx)}
form{display:grid;gap:.7rem;grid-template-columns:1fr 1fr}
form .full{grid-column:1/-1}
input,select,textarea{width:100%;padding:.7rem .8rem;font:400 .88rem Montserrat,sans-serif;border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:2px}
textarea{min-height:6.5rem;resize:vertical}
.hp{position:absolute;left:-9999px}
#msg{margin:0;font-weight:600;color:var(--bx)}
.zone{background:var(--paper2);padding:1.4rem;font-size:.88rem}
.zone h3{margin:0 0 .3rem;font-size:1rem}
.zone p{margin:.3rem 0}
footer{background:#1c1a1b;color:#d9d6d2;font-size:.8rem;padding:1.3rem 0}
footer .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem 1.5rem}
footer p{margin:0}
details{width:100%}summary{cursor:pointer}
details p{margin:.5rem 0}
mark{background:#ffe27a;color:#000;padding:0 .2em}
@media(max-width:56rem){
.hero::before{clip-path:none;background:linear-gradient(rgba(74,10,20,.9),rgba(74,10,20,.8))}.hero::after{display:none}
.about .g,.contact .g{grid-template-columns:1fr}.about .ph{clip-path:none;min-height:12rem}}

.hero{background:#4a0a14;--pw:min(860px,62%)}
.hero .ph{position:absolute;top:0;right:0;bottom:0;width:var(--pw);background:url('images/hero.jpg') center/cover no-repeat;z-index:0}
.hero::before,.hero::after{z-index:1}
.hero::before{clip-path:polygon(0 0,calc(100% - var(--pw) + 180px) 0,calc(100% - var(--pw) + 30px) 100%,0 100%)}
.hero::after{clip-path:polygon(calc(100% - var(--pw) + 180px) 0,calc(100% - var(--pw) + 196px) 0,calc(100% - var(--pw) + 46px) 100%,calc(100% - var(--pw) + 30px) 100%)}
.real{position:relative;overflow:hidden}
.real::before{content:"";position:absolute;inset:0;background:var(--bx);clip-path:polygon(0 0,17% 0,0 58%)}
.real::after{content:"";position:absolute;inset:0;background:var(--bx);clip-path:polygon(100% 40%,100% 100%,83% 100%)}
.real .wrap{position:relative;z-index:1}
.cards4{display:grid;gap:1.75rem;grid-template-columns:repeat(4,1fr)}
.pts{display:flex;flex-wrap:wrap;gap:1.2rem 1.8rem;margin:1.6rem 0 0;padding:0;list-style:none}
.pts li{flex:1 1 7.5rem;text-align:center;font-weight:600;font-size:.88rem}
.pts svg,.ci svg{fill:none;stroke:var(--bx);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.pts svg{display:block;width:2.8rem;height:2.8rem;margin:0 auto .5rem}
.two{display:grid;gap:2.5rem;grid-template-columns:1.6fr 1fr;align-items:center}
.brand2{background:var(--paper2);padding:2.5rem 1.5rem;text-align:center}
.brand2 img{width:min(17rem,100%);height:auto;border-radius:50%}
.cols{display:grid;gap:3rem;grid-template-columns:1fr 1fr}
.ci{display:flex;gap:1rem;align-items:center;margin:1.1rem 0;font-size:1.05rem}
.ci i{flex:none;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--bx);display:grid;place-items:center}
.ci svg{width:1.3rem;height:1.3rem;stroke:#fff}
.soc{display:flex;gap:.9rem}.soc svg{width:1.2rem;height:1.2rem;fill:#d9d6d2}
.lead{max-width:40rem}
.pq .eyebrow{color:#e0526a}.pq .lead{color:#ece9e6}.pq .pts{margin:1.6rem 0 0;max-width:none}.pq .pts li{color:#fff}.pq .pts svg{stroke:#fff}.pq .brand2{background:rgba(255,255,255,.08)}.pq .brand2 .script{color:#f0a7b3}.pq .cl{box-shadow:none}
.story3{background:var(--paper);padding:4rem 0}.story3 .in{max-width:46rem;margin:0 auto;text-align:center}.story3 h2{margin:0 0 1.2rem}.story3 p{margin:0 0 1rem}.story3 .script{font-size:1.7rem;margin-top:1.6rem}
.story2{padding:0;background:var(--paper2);overflow:hidden}
.story2 .g{display:grid;grid-template-columns:1fr 2.1fr 1.05fr;min-height:22rem}
.story2 .ph{position:relative;background:url('images/histoire.jpg') 30% 50%/cover no-repeat;clip-path:polygon(0 0,100% 0,74% 100%,0 100%);min-height:18rem}
.story2 .ph::after{content:"";position:absolute;inset:0;background:var(--bx);clip-path:polygon(84% 0,100% 0,74% 100%,58% 100%)}
.story2 .body{padding:3rem 2.2rem}
.story2 h2{font-size:clamp(1.5rem,3vw,1.9rem);margin:0 0 1rem}
.story2 p{margin:0 0 .9rem;max-width:38rem}
.story2 .script{font-size:1.55rem;border-left:4px solid var(--bx);padding-left:1rem;margin-top:1.3rem}
.stats{list-style:none;margin:0;padding:2.2rem 1.5rem;background:linear-gradient(160deg,#4a0a14,#7a1224);color:#fff;display:flex;flex-direction:column;justify-content:center}
.stats li{padding:1rem 0;text-align:center;border-bottom:1px solid rgba(255,255,255,.22)}.stats li:last-child{border:0}
.stats b{display:block;font-size:1.5rem;font-weight:800;line-height:1.1}
.stats li:first-child b{font-size:3.4rem}
.stats span{font-size:.85rem;opacity:.9}
.cols2{display:grid;gap:3.5rem;grid-template-columns:1.05fr 1fr;align-items:center}
.zn{margin-top:2.4rem;padding-top:2rem;border-top:1px solid var(--line)}
.cl{position:relative;overflow:hidden;background:#f6f5f2;padding:0;max-width:32rem;margin:0 auto;width:100%;box-shadow:0 2px 16px rgba(0,0,0,.12)}
.cl img,.brand2 .cl img{display:block;width:100%;max-width:none;height:auto;border-radius:0}
.brand2 .script{margin-top:1.2rem}
@media(max-width:56rem){.story2 .g{grid-template-columns:1fr}.story2 .ph{clip-path:none;min-height:13rem}.story2 .ph::after{clip-path:polygon(0 100%,100% 100%,100% 88%,0 88%)}.story2 .body{padding:2rem 1.25rem}.stats{flex-direction:row;flex-wrap:wrap;justify-content:space-around}.stats li{border:0;flex:1 1 7rem}.stats li:first-child b{font-size:2.6rem}.cols2{grid-template-columns:1fr;gap:2.5rem}}

.story{max-width:46rem;margin:0 auto;text-align:center}.story p{margin:0 0 1.1rem;color:#e6e3e0;font-size:1.05rem}.story .script{color:#f0a7b3;font-size:1.7rem;margin-top:1.6rem}

.hero .txt{max-width:30rem}
.btns .btn{box-sizing:border-box;width:14.5rem;max-width:100%;height:3.1rem;padding:0 .5rem;font-size:.8rem;white-space:nowrap;justify-content:center}
.steps{list-style:none;margin:0 auto;padding:0;max-width:64rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}
.steps li{text-align:center}
.steps b{display:grid;place-items:center;width:3.1rem;height:3.1rem;margin:0 auto .9rem;border:2px solid #e0526a;border-radius:50%;font-size:1.2rem;color:#fff}
.steps h3{margin:0 0 .35rem;font-size:1rem;color:#fff}
.steps p{margin:0;font-size:.88rem;color:#d9d6d2}
@media(max-width:56rem){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:34rem){.steps{grid-template-columns:1fr}}
.real .pts{max-width:60rem;margin:0 auto}.real .pts li{color:#fff}.real .pts svg{stroke:#fff}
@media(max-width:56rem){.cards4{grid-template-columns:repeat(2,1fr)}.two,.cols{grid-template-columns:1fr}}
@media(max-width:34rem){.cards4{grid-template-columns:1fr}}
@media(max-width:56rem){.hero{--pw:100%}.hero::before{clip-path:none}.hero::after{display:none}}

.story2 .g{max-width:none;margin:0}
.story2 .ph{background-position:30% 50%}
.story2 .eyebrow{display:block;color:var(--bx);font-size:.72rem;letter-spacing:.3em;margin:0 0 .3rem}
.story2 .eyebrow::before{display:none}
.stats li:first-child b{font-size:3.6rem}
@media(max-width:56rem){.story2 .g{max-width:none}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:1.8rem 1rem}
.stats li{flex:none;padding:.3rem .6rem;border:0;border-right:1px solid rgba(255,255,255,.25)}.stats li:last-child{border:0}
.stats li b,.stats li:first-child b{font-size:1.5rem}}
@media(max-width:34rem){.stats li b,.stats li:first-child b{font-size:1.2rem}.stats span{font-size:.75rem}}

.pq .brand2{background:none;padding:1rem 0}
.pq .brand2 img.lg{display:block;width:100%;max-width:26rem;height:auto;border-radius:0;margin:0 auto}

@font-face{font-family:Montserrat;src:url('fonts/Montserrat.woff') format('woff');font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:"Dancing Script";src:url('fonts/DancingScript.woff') format('woff');font-weight:400 700;font-style:normal;font-display:swap}

.hero h1{font-size:clamp(1.9rem,4.4vw,2.9rem)}
.hero .txt{max-width:34rem}
.hero .txt p{max-width:27rem}@media(max-width:34rem){nav{flex-wrap:wrap;gap:.3rem .9rem;font-size:.78rem}}