:root{
  --orange:#ed7506;
  --yellow:#ffc700;
  --orange-dark:#d95f00;
  --orange-soft:#fff4e9;
  --orange-soft-2:#fff9f3;
  --ink:#11131a;
  --ink-soft:#5f6570;
  --line:#eee7df;
  --white:#fff;
  --shadow:0 22px 60px rgba(74,38,9,.09);
  --shadow-soft:0 10px 35px rgba(74,38,9,.07);
  --gradient:linear-gradient(135deg,var(--orange) 0%,#f28a04 44%,var(--yellow) 100%);
  --gradient-reverse:linear-gradient(135deg,var(--yellow) 0%,#ff9e00 44%,var(--orange) 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.section-wrap{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.topbar{height:74px;display:flex;align-items:center;gap:42px;padding:0 max(24px,calc((100vw - 1180px)/2));position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(237,117,6,.08)}
.brand{display:flex;align-items:center;margin-right:auto}.brand img{width:128px;height:auto}.nav{display:flex;gap:32px;font-size:13px;font-weight:600}.nav a{transition:color .2s ease}.nav a:hover{color:var(--orange)}.header-actions{display:flex;gap:12px}.menu-btn{display:none;border:0;background:none;font-size:25px;color:var(--orange)}
.btn{border:0;border-radius:10px;padding:11px 18px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;color:inherit}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 9px 24px rgba(237,117,6,.24)}.btn-primary:hover{background:var(--orange-dark);box-shadow:0 12px 28px rgba(237,117,6,.30)}.btn-outline{background:#fff;color:var(--orange);border:1.5px solid var(--orange)}.btn-soft{background:#fff;color:var(--ink);box-shadow:var(--shadow-soft);border:1px solid #f2ece5}.btn-large{padding:15px 22px;border-radius:11px}.full{width:100%}.play{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--orange);color:var(--orange);font-size:9px}
.eyebrow{font-size:10px;letter-spacing:.12em;font-weight:800;color:var(--orange);margin-bottom:16px}
.hero{display:grid;grid-template-columns:.95fr 1.25fr;gap:70px;align-items:center;padding-block:58px 38px;background:radial-gradient(circle at 25% 20%,#fff7ef 0,transparent 34%),radial-gradient(circle at 80% 30%,#fff9ef 0,transparent 30%)}
.hero h1{font-size:56px;line-height:1.05;letter-spacing:-.045em;margin:0 0 22px;font-weight:800}.hero h1 span{color:var(--orange)}.hero-lead{font-size:17px;color:#4a4f58;max-width:535px;margin:0 0 28px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.hero-benefits{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:34px}.hero-benefits span{display:grid;grid-template-columns:26px 1fr;column-gap:7px;align-items:start}.hero-benefits i{grid-row:1/3;color:var(--orange);font-style:normal;font-size:23px;line-height:1}.hero-benefits b{font-size:10px}.hero-benefits small{font-size:9px;color:var(--ink-soft)}
.hero-visual h2{text-align:center;font-size:22px;line-height:1.2;margin:0 0 25px}.journey{display:flex;align-items:center;justify-content:center;gap:13px}.journey-step{text-align:center;min-width:118px}.journey-step p{font-size:11px;font-weight:700;line-height:1.2;margin:10px 0 0}.journey-arrow{color:var(--orange);font-size:27px}.bubble{width:120px;height:120px;border-radius:50%;background:linear-gradient(145deg,#fff1e3,#fff8ed);display:flex;align-items:flex-end;justify-content:center;overflow:hidden;position:relative;padding:0 6px 17px;box-shadow:inset 0 0 0 1px rgba(237,117,6,.05)}.bubble span{font-size:49px;letter-spacing:-12px}.bubble-two span,.bubble-three span,.bubble-four span{font-size:38px}.bubble em{position:absolute;right:9px;top:7px;color:#ff8148;font-style:normal;font-size:16px}.bubble-four{background:linear-gradient(145deg,#fff4e8,#fff2dc)}.social-proof{display:flex;justify-content:flex-end;align-items:center;gap:28px;margin-top:42px}.proof-copy{display:flex;align-items:center;gap:12px;max-width:420px}.proof-copy p{font-size:10px;color:var(--ink-soft);margin:0}.stacked{display:flex}.stacked span{width:30px;height:30px;border-radius:50%;background:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:20px;margin-left:-8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.stacked span:first-child{margin-left:0}.rating{display:flex;align-items:center;gap:8px}.rating>b{color:#ff9a00;letter-spacing:1px}.rating span{font-size:10px;font-weight:700;display:flex;flex-direction:column}.rating small{font-size:8px;color:var(--ink-soft);font-weight:500}
.how{padding:58px 0 46px}.section-heading{text-align:center;margin-bottom:34px}.section-heading h2,.subheading h2{font-size:32px;letter-spacing:-.025em;margin:0 0 6px}.section-heading p,.subheading p{margin:0;color:var(--ink-soft);font-size:13px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.step-card{position:relative;padding:10px 9px 0 50px;min-height:165px}.step-card:not(:last-child):after{content:"→";position:absolute;right:-18px;top:56px;color:var(--orange);font-size:23px}.step-number{position:absolute;left:0;top:4px;width:34px;height:34px;border-radius:50%;background:#fff1e6;color:var(--orange);display:grid;place-items:center;font-weight:800;font-size:11px}.step-icon{font-size:28px;margin-bottom:12px;color:var(--orange)}.clipboard{border:3px solid #191919;border-radius:4px;width:28px;height:36px;display:grid;place-items:center;font-size:14px}.hearts{font-size:32px}.step-card h3{font-size:14px;line-height:1.25;margin:0 0 8px}.step-card p{font-size:10px;color:var(--ink-soft);margin:0;line-height:1.6}
.product-showcase{display:grid;grid-template-columns:1.05fr .9fr 1.2fr;gap:32px;background:linear-gradient(135deg,#fff8f1,#fffdf9);border:1px solid #f5eee7;border-radius:30px;padding:28px;margin-top:18px;box-shadow:var(--shadow-soft)}.phone-wrap{position:relative;min-height:420px}.phone{width:240px;height:430px;border:7px solid #111;border-radius:38px;background:#fff;transform:rotate(-5deg);box-shadow:0 25px 50px rgba(0,0,0,.15);overflow:hidden;margin-left:5px}.phone-notch{width:88px;height:21px;background:#111;border-radius:0 0 13px 13px;margin:auto}.phone-screen{padding:18px 16px}.phone-top{font-size:8px;display:flex;justify-content:space-between}.phone-title{display:flex;justify-content:space-between;align-items:center}.phone-title h3{font-size:22px;margin:17px 0 16px}.phone-title span{color:var(--orange)}.app-card{background:#fff7f0;border:1px solid #f4e8de;border-radius:14px;padding:14px}.app-card small{font-size:8px;color:var(--orange);font-weight:700}.app-card h4{font-size:11px;margin:4px 0}.app-card p{font-size:9px;color:var(--ink-soft)}.app-card a{font-size:9px;color:var(--orange);font-weight:700}.avatars{display:flex;align-items:center;margin:8px 0}.avatars span{width:28px;height:28px;border-radius:50%;background:#fff;display:grid;place-items:center;border:2px solid #fff;margin-left:-5px}.avatars span:first-child{margin-left:0}.avatars b{font-size:8px;color:var(--orange);background:#fff0e1;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;margin-left:-4px}.feedback-card{position:absolute;left:-18px;bottom:-8px;width:330px;background:#fff;border-radius:18px;padding:17px;box-shadow:0 18px 45px rgba(50,30,10,.15);transform:rotate(2deg)}.feedback-card h4{font-size:13px;margin:0 0 3px}.feedback-card p{font-size:9px;margin:0 0 12px;color:var(--ink-soft)}.pick-row{display:flex;justify-content:space-between;margin-bottom:13px}.person{border:0;background:none;padding:0;font-size:20px;opacity:.55;position:relative}.person span{display:block;font-size:7px;color:var(--ink);margin-top:3px}.person.selected{opacity:1}.person.selected:after{content:"✓";position:absolute;right:-2px;top:-3px;background:var(--orange);color:#fff;width:12px;height:12px;border-radius:50%;font-size:8px;display:grid;place-items:center}.anti-app{padding-top:22px}.anti-app h2{font-size:25px;line-height:1.3;margin-top:0}.anti-app h2 span{color:var(--orange)}.anti-app ul{list-style:none;padding:0;line-height:2.15;color:#40444a;font-size:12px}.anti-app li i{font-style:normal;color:var(--orange);font-weight:800;margin-right:8px}.solo-note{margin-top:24px;padding:18px;background:#fff0e5;border-radius:13px}.solo-note b{color:var(--orange);font-size:12px}.solo-note p{font-size:10px;color:var(--ink-soft);margin:8px 0 0}.story-card{background:#fff;border-radius:22px;padding:14px;box-shadow:0 14px 40px rgba(74,38,9,.08)}.paris-photo{height:245px;border-radius:17px;background:linear-gradient(180deg,#fbc27f 0,#ed8a53 38%,#53332f 100%);position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.skyline{position:absolute;left:0;right:0;bottom:66px;text-align:center;font-size:74px;font-weight:800;letter-spacing:.18em;color:rgba(71,32,18,.17)}.lights{position:absolute;top:24px;left:17px;right:17px;height:1px;background:rgba(64,35,20,.5)}.lights i{position:absolute;top:-2px;width:8px;height:8px;border-radius:50%;background:#ffd986;box-shadow:0 0 10px #ffd986}.lights i:nth-child(1){left:4%}.lights i:nth-child(2){left:28%}.lights i:nth-child(3){left:50%}.lights i:nth-child(4){left:73%}.lights i:nth-child(5){left:94%}.friends{font-size:40px;letter-spacing:-10px;position:relative;z-index:2;margin-bottom:29px}.story-card blockquote{font-size:14px;font-weight:600;line-height:1.55;margin:18px 3px}.author{display:flex;gap:8px;align-items:center}.author>span{font-size:27px}.author div{display:flex;flex-direction:column}.author b{font-size:10px}.author small{font-size:8px;color:var(--ink-soft)}.dots{text-align:center;margin-top:8px}.dots i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#d7cfc8;margin:0 3px}.dots .active{background:var(--orange)}
.cta{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;background:linear-gradient(90deg,#fff4e9,#fffaf5);padding:28px 34px;border-radius:24px;margin-block:24px 40px;border:1px solid #f6e9dc}.cta-illustration{font-size:60px;white-space:nowrap;letter-spacing:-19px}.cta h2{font-size:24px;margin:0 0 5px}.cta p{margin:0;color:var(--ink-soft);font-size:12px}.cta>div:last-child{text-align:center}.cta small{display:block;margin-top:8px;color:var(--ink-soft);font-size:9px}
.app-preview{padding-bottom:30px}.subheading{text-align:center;margin-bottom:26px}.subheading h2{font-size:20px}.subheading p{font-size:11px}.preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.preview-title{height:62px;display:flex;flex-direction:column}.preview-title b{font-size:12px}.preview-title span{font-size:9px;color:var(--ink-soft)}.mini-screen{min-height:405px;border:1px solid var(--line);border-radius:17px;background:#fffdfb;padding:17px;box-shadow:0 10px 28px rgba(74,38,9,.05)}.mini-screen h3{font-size:15px;line-height:1.25}.mini-screen h4{font-size:12px}.mini-screen p{font-size:9px;color:var(--ink-soft)}.quiz-screen button:not(.btn){width:100%;background:#fff;border:1px solid #e6e1dc;border-radius:8px;padding:7px 8px;text-align:left;font-size:8px;margin:3px 0}.progress{height:4px;background:#f3ede7;border-radius:9px;margin:15px 0 18px;position:relative}.progress i{display:block;height:100%;background:var(--orange);border-radius:inherit}.progress span{position:absolute;right:0;top:8px;font-size:7px;color:var(--ink-soft)}.mini-screen>.btn{margin-top:9px}.app-card.big{text-align:left;margin:15px 0}.avatars.large span{font-size:19px}.mini-screen>a,.inline-link{display:block;text-align:center;font-size:8px;color:var(--orange);font-weight:700;margin-top:8px}.orange-label{color:var(--orange);font-weight:700}.future{display:flex;gap:9px;background:#fff;padding:9px;border-radius:10px;border:1px solid var(--line);margin:7px 0}.future>b{color:var(--orange)}.future div{display:flex;flex-direction:column}.future strong{font-size:8px}.future small{font-size:7px;color:var(--ink-soft)}.network{height:190px;position:relative;border-radius:50%;margin-top:5px}.network:before,.network:after{content:"";position:absolute;left:50%;top:17%;width:1px;height:66%;background:#f3b787;transform-origin:center}.network:before{transform:rotate(60deg)}.network:after{transform:rotate(-60deg)}.network b{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:#fff0e5;color:var(--orange);display:grid;place-items:center;font-size:24px}.node{position:absolute;width:43px;height:43px;border-radius:50%;background:#fff;border:3px solid #ffe1c3;display:grid;place-items:center;font-size:24px;z-index:2}.n1{left:50%;top:0;transform:translateX(-50%)}.n2{right:4%;top:32%}.n3{right:16%;bottom:1%}.n4{left:16%;bottom:1%}.n5{left:4%;top:32%}
.pricing{padding:8px 0 38px}.starter-card{display:grid;grid-template-columns:auto 1.2fr repeat(4,1fr) auto;align-items:center;gap:24px;padding:22px 25px;background:linear-gradient(90deg,#fff8f0,#fffdf9);border:1px solid #f2e5d8;border-radius:18px}.ticket-icon{width:50px;height:50px;border-radius:14px;background:#fff0dc;color:var(--orange);display:grid;place-items:center;font-size:25px;transform:rotate(-8deg)}.starter-copy h3{margin:0;font-size:17px}.starter-copy p{margin:2px 0 0;color:var(--ink-soft);font-size:9px}.starter-feature{display:flex;gap:8px;align-items:center}.starter-feature i{font-size:20px;color:var(--orange);font-style:normal}.starter-feature span{display:flex;flex-direction:column}.starter-feature b{font-size:8px}.starter-feature small{font-size:7px;color:var(--ink-soft)}.starter-price{text-align:right}.starter-price>div{display:flex;justify-content:flex-end;align-items:end;gap:4px;margin-bottom:6px}.starter-price>div b{font-size:29px;color:var(--orange)}.starter-price>div span{font-size:9px;margin-bottom:6px}.starter-price small{display:block;text-align:center;color:var(--ink-soft);font-size:7px;margin-top:4px}
.testimonials{padding:5px 0 36px}.testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.testimonial{border:1px solid var(--line);border-radius:13px;padding:18px;background:#fff}.testimonial p{font-size:10px;line-height:1.7;margin:0 0 20px;min-height:85px}.testimonial>div{display:flex;align-items:center;gap:8px}.testimonial>div>span{font-size:23px}.testimonial b{font-size:8px;display:flex;flex-direction:column}.testimonial small{font-weight:500;color:var(--ink-soft)}
.faq{padding:10px 0 35px}.faq-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 35px;max-width:1000px;margin:auto}.faq details{border:1px solid var(--line);border-radius:12px;padding:12px 15px;background:#fff}.faq summary{font-size:10px;font-weight:700;cursor:pointer;list-style:none;display:flex;align-items:center;gap:10px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"⌄";margin-left:auto;color:var(--ink-soft)}.faq summary span{color:var(--orange)}.faq p{color:var(--ink-soft);font-size:9px;line-height:1.6;margin:10px 0 2px;padding-left:24px}
footer{background:var(--gradient-reverse);color:#fff;padding:34px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.footer-about img{width:125px;filter:brightness(0) invert(1)}.footer-grid p{max-width:300px;color:#fff;font-size:9px}.footer-grid small{font-size:8px;opacity:.85}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:7px;font-size:9px}.footer-grid b{margin-bottom:5px}.footer-grid a{color:#fff}.socials{display:flex;gap:8px}.socials span{width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.65);display:grid;place-items:center;font-size:10px}
dialog{border:0;border-radius:22px;padding:0;max-width:470px;width:calc(100% - 30px);box-shadow:0 40px 120px rgba(74,38,9,.28)}dialog::backdrop{background:rgba(35,24,14,.42);backdrop-filter:blur(5px)}.dialog-inner{padding:34px}.dialog-inner h2{font-size:28px;line-height:1.15}.dialog-inner p{color:var(--ink-soft);font-size:12px}.dialog-inner label{display:block;font-weight:700;font-size:11px;margin:15px 0}.dialog-inner input{display:block;width:100%;padding:12px;border:1px solid #ded7d0;border-radius:10px;margin-top:6px}.dialog-inner small{display:block;text-align:center;color:var(--ink-soft);margin-top:10px;font-size:9px}.dialog-close{position:absolute;right:14px;top:9px;border:0;background:none;font-size:25px;cursor:pointer;color:var(--ink-soft)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media(max-width:1100px){.nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions{justify-content:center}.hero-benefits{max-width:800px;margin-inline:auto;margin-top:34px}.product-showcase{grid-template-columns:1fr 1fr}.story-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:18px}.story-card .paris-photo{grid-row:1/4}.preview-grid{grid-template-columns:repeat(2,1fr)}.starter-card{grid-template-columns:auto 1fr 1fr 1fr}.starter-feature:nth-of-type(3),.starter-feature:nth-of-type(4){display:none}.starter-price{grid-column:auto}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.header-actions{display:flex}}
@media(max-width:760px){.section-wrap{width:min(100% - 28px,1180px)}.topbar{height:66px;padding:0 16px}.brand img{width:108px}.header-actions,.nav{display:none}.menu-btn{display:block}.topbar.open .header-actions{display:flex;position:absolute;top:66px;left:0;right:0;background:#fff;padding:15px;flex-direction:column;border-bottom:1px solid var(--line)}.topbar.open .nav{display:flex;position:absolute;top:172px;left:0;right:0;background:#fff;padding:15px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.hero{padding-top:42px;gap:38px}.hero h1{font-size:46px}.hero-lead{font-size:15px}.hero-benefits{grid-template-columns:repeat(2,1fr);text-align:left}.journey{overflow:auto;justify-content:flex-start;padding-bottom:8px}.journey-step{min-width:100px}.bubble{width:96px;height:96px}.bubble span{font-size:37px}.social-proof{flex-direction:column;align-items:center}.steps-grid{grid-template-columns:1fr 1fr}.step-card:not(:last-child):after{display:none}.product-showcase{grid-template-columns:1fr;padding:22px}.phone-wrap{min-height:500px}.story-card{display:block}.cta{grid-template-columns:1fr;text-align:center}.cta-illustration{justify-self:center}.preview-grid{grid-template-columns:1fr}.mini-screen{min-height:0}.starter-card{grid-template-columns:auto 1fr}.starter-feature{display:none}.starter-price{grid-column:1/-1;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:15px}.starter-price>div{justify-content:flex-start;margin:0}.starter-price small{display:none}.testimonial-grid{grid-template-columns:1fr 1fr}.faq-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}}
@media(max-width:490px){.hero h1{font-size:39px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-benefits{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.product-showcase{padding:17px}.phone{width:215px;height:400px}.feedback-card{width:285px;left:-3px}.friends{font-size:31px}.testimonial-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}.section-heading h2{font-size:27px}.cta{padding:24px 18px}.starter-card{padding:18px}.starter-price{flex-direction:column;align-items:stretch}.starter-price .btn{width:100%}}

/* --- V3 : photos, avatars et carrousel --- */
.avatar-initial{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px!important;font-weight:800;color:#fff;flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.a1{background:linear-gradient(135deg,#ff9c55,#ed7506)}
.a2{background:linear-gradient(135deg,#ffca5b,#e88b0c);color:#4b2d00}
.a3{background:linear-gradient(135deg,#f48a6b,#bd5235)}
.a4{background:linear-gradient(135deg,#d8759f,#914d79)}
.a5{background:linear-gradient(135deg,#69a8a3,#35766f)}
.a6{background:linear-gradient(135deg,#6d8ecf,#3e5790)}
.stacked .avatar-initial{border:2px solid #fff;margin-left:-8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.stacked .avatar-initial:first-child{margin-left:0}
.avatars .avatar-initial{width:28px;height:28px;margin-left:-5px;border:2px solid #fff}
.avatars .avatar-initial:first-child{margin-left:0}
.person{display:flex;flex-direction:column;align-items:center;gap:3px}
.person .avatar-initial{width:28px;height:28px;opacity:1}
.person.selected:after{right:1px;top:-2px}
.testimonial .avatar-initial,.author .avatar-initial{width:34px;height:34px;font-size:11px!important}

.real-life{padding:28px 0 48px}
.real-life .section-heading{max-width:680px;margin-inline:auto;margin-bottom:24px}
.photo-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:18px}
.photo-card{position:relative;min-height:290px;margin:0;border-radius:24px;overflow:hidden;background:#f5ede6;box-shadow:var(--shadow-soft)}
.photo-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .6s ease}
.photo-card:hover img{transform:scale(1.025)}
.photo-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(180deg,transparent,rgba(17,11,5,.72))}
.photo-card figcaption{position:absolute;left:22px;right:22px;bottom:19px;z-index:2;color:#fff;display:flex;flex-direction:column;gap:4px}
.photo-card figcaption b{font-size:15px}
.photo-card figcaption span{font-size:10px;opacity:.9;max-width:520px}
.photo-card-main{min-height:330px}

/* Le premier bloc de témoignages est maintenant un vrai carrousel. */
.story-carousel{position:relative;overflow:hidden;padding:0;background:#fff}
.story-slides{position:relative;min-height:430px}
.story-slide{position:absolute;inset:0;opacity:0;transform:translateX(18px);pointer-events:none;transition:opacity .38s ease,transform .38s ease;padding:14px}
.story-slide.active{opacity:1;transform:none;pointer-events:auto;position:relative}
.story-photo{width:100%;height:245px;object-fit:cover;border-radius:17px;background:#f5ede6}
.story-slide blockquote{font-size:14px;font-weight:600;line-height:1.55;margin:17px 3px 14px}
.story-slide .author{display:flex;gap:9px;align-items:center}
.story-slide .author div{display:flex;flex-direction:column}
.story-slide .author b{font-size:10px}
.story-slide .author small{font-size:8px;color:var(--ink-soft)}
.story-controls{height:36px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;padding:0 12px 10px}
.story-arrow{width:29px;height:29px;border-radius:50%;border:1px solid #f0ded0;background:#fff;color:var(--orange);display:grid;place-items:center;font-weight:800;transition:.2s ease}
.story-arrow:hover{background:var(--orange-soft);transform:translateY(-1px)}
.story-controls .dots{margin:0;text-align:center}
.story-controls .dots button{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:#d7cfc8;margin:0 4px;cursor:pointer}
.story-controls .dots button.active{background:var(--orange);transform:scale(1.18)}

@media(max-width:1100px){
  .photo-grid{grid-template-columns:1fr 1fr}
  .story-card.story-carousel{display:block;grid-column:1/-1}
  .story-slides{min-height:390px}
  .story-photo{height:250px}
}
@media(max-width:760px){
  .real-life{padding-top:12px}
  .photo-grid{grid-template-columns:1fr}
  .photo-card,.photo-card-main{min-height:290px}
  .story-slides{min-height:410px}
}
@media(max-width:490px){
  .photo-card,.photo-card-main{min-height:245px;border-radius:18px}
  .photo-card figcaption{left:16px;right:16px;bottom:15px}
  .photo-card figcaption b{font-size:13px}
  .story-photo{height:205px}
  .story-slides{min-height:380px}
}

/* --- V3.1 : robustesse des médias / icônes + footer plus lisible --- */
img{height:auto}
.brand img,.footer-about img{object-fit:contain}
.ui-icon{font-family:Arial,sans-serif;font-style:normal;font-weight:800;line-height:1}
.journey-avatar{width:42px;height:42px!important;border-radius:50%;display:grid!important;place-items:center;font-size:14px!important;font-weight:800;color:#fff;border:3px solid #fff;box-shadow:0 4px 12px rgba(74,38,9,.10);margin:0 -5px}
.bubble{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap}
.bubble em{z-index:3}
.cta-illustration{display:flex;align-items:center;justify-content:center;letter-spacing:0}
.cta-avatar{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:17px;font-weight:800;border:4px solid #fff;margin-left:-10px;box-shadow:0 7px 20px rgba(68,35,9,.10)}
.cta-avatar:first-child{margin-left:0}
.network .node{color:#fff;font-family:'Poppins',Arial,sans-serif;font-size:13px;font-weight:800;border-color:#fff;box-shadow:0 4px 12px rgba(74,38,9,.10)}
.photo-card img,.story-photo{background:#f5ede6}

footer{padding:38px 0}
.footer-grid p{font-size:11px;line-height:1.65}
.footer-grid small{font-size:10px;line-height:1.55}
.footer-grid>div:not(:first-child){font-size:11px;gap:8px;line-height:1.4}
.footer-grid b{font-size:12px}
.footer-grid a{font-size:11px}
.socials span{font-size:11px}

@media(max-width:760px){
  .footer-grid p{font-size:11px}
  .footer-grid small{font-size:10px}
  .footer-grid>div:not(:first-child),.footer-grid a{font-size:11px}
}

/* --- V3.2 : portraits illustrés pour le parcours social --- */
.hero-visual h2{margin-bottom:30px}
.journey{gap:15px}
.journey-step{min-width:126px}
.journey-step p{font-size:12px;margin-top:11px}
.bubble{width:128px;height:128px;padding:0;background:#fff4e8;box-shadow:inset 0 0 0 1px rgba(237,117,6,.09),0 9px 24px rgba(237,117,6,.06)}
.journey-art{width:100%;height:100%;object-fit:cover;border-radius:50%;transform:scale(1.035)}
.journey-arrow{font-size:31px;font-weight:700}
.social-proof{margin-top:44px}
.proof-copy{gap:15px}
.proof-avatars{flex-shrink:0}
.proof-avatars img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:3px solid #fff;margin-left:-9px;box-shadow:0 4px 12px rgba(0,0,0,.10);background:#fff}
.proof-avatars img:first-child{margin-left:0}
.proof-copy p{font-size:11px;line-height:1.5}
.rating span{font-size:11px}.rating small{font-size:9px}
@media(max-width:760px){
  .journey-step{min-width:112px}
  .bubble{width:106px;height:106px}
  .journey-step p{font-size:11px}
  .journey-arrow{font-size:25px}
  .social-proof{margin-top:30px}
}

/* --- V3.3 : lisibilité générale + aperçu de l'app fiabilisé --- */
body{font-size:16px}
.nav{font-size:14px}
.btn{font-size:14px}
.eyebrow{font-size:11px}
.hero-lead{font-size:18px;line-height:1.65}
.hero-benefits b{font-size:11.5px}
.hero-benefits small{font-size:10.5px;line-height:1.35}
.section-heading p{font-size:13px;line-height:1.65}
.step-card h3{font-size:14px}
.step-card p{font-size:11.5px;line-height:1.7}
.proof-copy p{font-size:12px}
.subheading h2{font-size:24px;margin-bottom:7px}
.subheading p{font-size:12px;line-height:1.6;max-width:650px;margin:0 auto;color:var(--ink-soft)}
.section-kicker{display:block;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.13em;margin-bottom:8px}
.testimonial p{font-size:11px}.testimonial b{font-size:9px}.testimonial small{font-size:8.5px}
.faq-question{font-size:12px}.faq-answer{font-size:11px;line-height:1.65}

/* La seconde action du hero a été supprimée : le CTA principal respire davantage. */
.hero-actions{gap:0}

.app-preview{padding:54px 0 44px}
.app-preview .subheading{margin-bottom:34px}
.preview-grid{gap:20px;align-items:stretch}
.preview-col{min-width:0}
.preview-title{height:68px;display:flex;flex-direction:row;align-items:flex-start;gap:10px}
.preview-title>div{display:flex;flex-direction:column;min-width:0}
.preview-title b{font-size:12.5px;line-height:1.3}
.preview-title>div>span{font-size:9.5px;line-height:1.45;color:var(--ink-soft);margin-top:2px}
.preview-number{width:27px;height:27px;border-radius:8px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;font-size:9px;font-weight:800;flex:0 0 auto}
.mini-screen{min-height:425px;border:1px solid #eee5dc;border-radius:22px;background:#fff;padding:19px;box-shadow:0 14px 38px rgba(74,38,9,.07);overflow:hidden;position:relative}
.mini-screen h3{font-size:15px;line-height:1.35;margin:10px 0 5px}.mini-screen h4{font-size:11px}.mini-screen p{font-size:10px;line-height:1.5;color:var(--ink-soft)}
.app-top{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;margin-bottom:8px}.app-top small{font-size:9px;font-weight:700;color:var(--ink)}.app-top>b{font-size:8px;color:var(--ink-soft)}
.woofle-dot{width:27px;height:27px;border-radius:9px;background:var(--gradient);color:#fff;display:grid;place-items:center;font-weight:800;font-size:15px}
.screen-progress{height:5px;background:#f4eee8;border-radius:99px;overflow:hidden;margin:5px 0 22px}.screen-progress i{height:100%;display:block;background:var(--orange);border-radius:inherit}
.choice-list{display:grid;gap:7px;margin:15px 0 13px}.choice-list button{width:100%;border:1px solid #ebe3dc;background:#fff;border-radius:11px;padding:9px 10px;text-align:left;font-size:9px;font-weight:600;color:#30343a;display:flex;align-items:center;gap:8px;transition:.18s ease}.choice-list button span{font-size:14px}.choice-list button:hover,.choice-list .selected-choice{border-color:#f1a35b;background:#fff7ef;box-shadow:0 0 0 2px rgba(237,117,6,.06)}
.preview-cta{margin-top:auto;font-size:10px!important;padding:10px 12px!important;border-radius:10px!important}
.quiz-screen,.group-screen,.meetings-screen,.circle-screen{display:flex;flex-direction:column}
.success-badge{width:44px;height:44px;border-radius:50%;background:#fff1e4;color:var(--orange);display:grid;place-items:center;font-size:20px;font-weight:800;margin:7px auto 2px;box-shadow:inset 0 0 0 1px #ffe0c3}
.group-screen>h3,.group-screen>p{text-align:center}.group-screen>p{margin-top:0}
.app-card.event-card{padding:14px;border:1px solid #f0e5db;border-radius:14px;background:#fffaf6;box-shadow:none;margin:13px 0 15px}.event-card h4{font-size:11px;margin:6px 0 2px}.event-card p{margin:0 0 9px}.event-card>small:last-child{display:block;font-size:8px;line-height:1.45;color:var(--ink-soft);margin-top:8px}
.preview-portraits{display:flex;align-items:center;margin:10px 0 5px}.preview-portraits img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:3px solid #fff;margin-left:-9px;box-shadow:0 3px 9px rgba(0,0,0,.10);background:#fff}.preview-portraits img:first-child{margin-left:0}.preview-portraits>span{width:38px;height:38px;border-radius:50%;background:#fff0e2;color:var(--orange);border:3px solid #fff;margin-left:-9px;display:grid;place-items:center;font-size:9px;font-weight:800}.preview-portraits.compact img{width:34px;height:34px}
.orange-label{font-size:8px!important;letter-spacing:.08em;color:var(--orange);font-weight:800}
.meetings-screen>.inline-link{text-align:left;font-size:9px;margin:5px 0;color:var(--orange)}
.screen-divider{height:1px;background:#eee7df;margin:15px 0 12px}.meetings-screen>h4{margin:0 0 5px;font-size:10px}
.future{display:grid;grid-template-columns:28px 1fr 10px;align-items:center;gap:8px;background:#fffaf6;padding:9px;border-radius:11px;border:1px solid #f0e7df;margin:6px 0}.future-icon{width:27px;height:27px;border-radius:8px;background:#fff0e4;color:var(--orange);display:grid;place-items:center;font-weight:800}.future>span:last-child{color:#b9ada3;font-size:18px}.future strong{font-size:8.5px}.future small{font-size:7.5px;color:var(--ink-soft)}
.circle-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.circle-head h3{margin-top:4px}.heart-chip{width:34px;height:34px;border-radius:12px;background:#fff0e5;color:var(--orange);display:grid;place-items:center;font-size:16px;flex:0 0 auto}
.network-photo{height:215px;position:relative;margin:3px 0 8px;background:radial-gradient(circle at 50% 50%,#fff9f3 0,#fff 67%);border-radius:50%}
.network-photo:before,.network-photo:after{content:"";position:absolute;left:50%;top:14%;width:1px;height:72%;background:#f2c69f;transform-origin:center}.network-photo:before{transform:rotate(60deg)}.network-photo:after{transform:rotate(-60deg)}
.network-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-size:20px;z-index:3;box-shadow:0 10px 25px rgba(237,117,6,.24)}
.network-photo .np{position:absolute;width:46px;height:46px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 5px 13px rgba(0,0,0,.12);z-index:2}.np1{left:50%;top:3%;transform:translateX(-50%)}.np2{right:5%;top:31%}.np3{right:15%;bottom:2%}.np4{left:15%;bottom:2%}.np5{left:5%;top:31%}
.mutual-card{margin-top:auto;padding:11px 12px;border-radius:12px;background:#fff4e9;display:flex;flex-direction:column;gap:2px}.mutual-card b{font-size:9.5px;color:var(--orange)}.mutual-card span{font-size:8px;line-height:1.4;color:var(--ink-soft)}

@media(max-width:1100px){
  .preview-title{height:60px}
  .mini-screen{min-height:410px}
}
@media(max-width:760px){
  body{font-size:16px}.hero-lead{font-size:16.5px}.section-heading p{font-size:12px}
  .preview-grid{gap:26px}.preview-title{height:auto;margin-bottom:10px}.mini-screen{min-height:0;padding:20px}.app-preview{padding-top:40px}
}

/* --- V3.4 : simplification, événements, parcours avant/après, Starter et FAQ --- */
/* Comment ça marche : un seul repère visuel, le numéro */
.step-card{padding:8px 10px 0 0;min-height:170px}
.step-card:not(:last-child):after{top:56px;right:-18px}
.step-index{width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,#fff4e8,#fffaf4);border:1px solid #f5dcc5;display:grid;place-items:center;color:var(--orange);font-size:18px;font-weight:800;box-shadow:0 8px 22px rgba(237,117,6,.08);margin-bottom:18px}
.step-card h3{font-size:16px;line-height:1.3;margin-bottom:9px}
.step-card p{font-size:12.5px;line-height:1.7}

/* Galerie d'événements */
.real-life{padding-top:54px}
.event-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:6px}
.event-tile{aspect-ratio:1/1;margin:0;border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(74,38,9,.10);background:#f8eee5}
.event-tile img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);transition:transform .35s ease}
.event-tile:hover img{transform:scale(1.13)}
.event-gallery-note{text-align:center;color:var(--ink-soft);font-size:13.5px;margin:18px auto 0;max-width:760px}

/* Après la rencontre : les visages sont révélés */
.pick-row .person img{width:34px;height:34px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 3px 10px rgba(0,0,0,.10);margin-bottom:4px}
.pick-row .person.selected img{outline:2px solid rgba(237,117,6,.42);outline-offset:2px}
.story-card .author img{width:34px;height:34px;border-radius:50%;object-fit:cover;box-shadow:0 3px 10px rgba(0,0,0,.10)}

/* Aperçu de l'app : boutons lisibles et réseau parfaitement centré */
.mini-screen .btn.btn-primary,.mini-screen a.btn.btn-primary{color:#fff!important;background:var(--gradient)!important;font-weight:800;min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px}
.network-photo .np{transform:translate(0,0)}
.network-photo .np1{left:50%;top:4%;transform:translateX(-50%)}
.network-photo .np2{right:5%;top:31%}
.network-photo .np3{right:14%;bottom:2%}
.network-photo .np4{left:14%;bottom:2%}
.network-photo .np5{left:5%;top:31%}

/* Paris Starter : vrai bandeau commercial */
.pricing{padding:18px 0 44px}
.starter-card-v2{display:grid;grid-template-columns:1.05fr 2.25fr .8fr;gap:28px;align-items:center;padding:30px 32px;border-radius:24px;background:linear-gradient(115deg,#fff8ef 0%,#fffdf9 58%,#fff5e9 100%);border:1px solid #f0dcc9;box-shadow:0 16px 45px rgba(74,38,9,.07);position:relative;overflow:hidden}
.starter-card-v2:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,199,0,.15),rgba(255,199,0,0) 70%);left:-45px;bottom:-70px;pointer-events:none}
.starter-intro{position:relative;z-index:1}
.starter-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#fff0df;color:var(--orange);font-size:9.5px;font-weight:800;letter-spacing:.08em;margin-bottom:9px}
.starter-intro h3{font-size:27px;line-height:1.1;margin:0 0 8px;letter-spacing:-.025em}
.starter-intro p{font-size:12.5px;line-height:1.6;color:var(--ink-soft);margin:0;max-width:275px}
.starter-features-v2{display:grid;grid-template-columns:1fr 1fr;gap:17px 22px}
.starter-feature-v2{display:flex;align-items:flex-start;gap:11px;min-width:0}
.feature-icon{width:39px;height:39px;border-radius:12px;background:#fff;border:1px solid #f3dcc7;display:grid;place-items:center;flex:0 0 auto;box-shadow:0 6px 18px rgba(237,117,6,.07)}
.feature-icon svg{width:21px;height:21px;fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.starter-feature-v2 div{display:flex;flex-direction:column;gap:2px}
.starter-feature-v2 b{font-size:12px;line-height:1.35}
.starter-feature-v2 small{font-size:10px;line-height:1.45;color:var(--ink-soft)}
.starter-price-v2{text-align:center;display:flex;flex-direction:column;align-items:stretch;gap:7px;min-width:175px}
.price-line{display:flex;justify-content:center;align-items:flex-end;gap:5px}
.price-line b{font-size:39px;line-height:1;color:var(--orange);letter-spacing:-.04em}
.price-line span{font-size:11px;color:var(--ink-soft);padding-bottom:5px}
.starter-price-v2 .btn{width:100%;justify-content:center}
.starter-price-v2>small{font-size:10px;color:var(--ink-soft);text-align:center}

/* FAQ aussi large que les témoignages et nettement plus lisible */
.faq{padding:18px 0 48px}
.faq-list{max-width:none;width:100%;grid-template-columns:1fr 1fr;gap:14px 18px}
.faq details{border-radius:15px;padding:16px 18px;box-shadow:0 7px 24px rgba(74,38,9,.035)}
.faq summary{font-size:14px;line-height:1.45;gap:12px}
.faq summary span{width:27px;height:27px;border-radius:9px;background:#fff2e7;display:grid;place-items:center;flex:0 0 auto}
.faq p{font-size:12.5px;line-height:1.75;margin:12px 0 3px;padding-left:39px}

@media(max-width:1100px){
  .starter-card-v2{grid-template-columns:1fr 1.5fr}.starter-price-v2{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.starter-price-v2 .btn{max-width:260px;justify-self:center}.starter-price-v2>small{justify-self:end}
}
@media(max-width:760px){
  .event-gallery{grid-template-columns:1fr 1fr;gap:12px}.event-tile{border-radius:18px}
  .starter-card-v2{grid-template-columns:1fr;padding:24px}.starter-intro p{max-width:none}.starter-features-v2{grid-template-columns:1fr}.starter-price-v2{grid-column:auto;display:flex}.faq-list{grid-template-columns:1fr}.faq summary{font-size:13.5px}.faq p{font-size:12px;padding-left:0}
}
@media(max-width:490px){
  .event-gallery{grid-template-columns:1fr 1fr;gap:9px}.event-tile{border-radius:15px}.event-gallery-note{font-size:12px}
  .step-index{width:46px;height:46px;font-size:16px}.step-card h3{font-size:15px}.step-card p{font-size:12px}
  .starter-intro h3{font-size:24px}.starter-card-v2{padding:21px 18px}.starter-feature-v2 b{font-size:11.5px}.starter-feature-v2 small{font-size:9.8px}
}

/* --- V3.5 : événements, témoignages, footer et FAQ --- */
.event-gallery{row-gap:16px}
.testimonial-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:2px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.09)}

/* Réseaux sociaux : vraies icônes vectorielles et zones cliquables */
.socials{display:flex;gap:9px;margin:2px 0 4px}
.socials a{width:31px;height:31px;border-radius:10px;border:1px solid rgba(255,255,255,.72);display:grid;place-items:center;color:#fff;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.socials a:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:#fff}
.socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* Évite qu'une FAQ fermée prenne visuellement la hauteur de sa voisine ouverte */
.faq-list{align-items:start}
.faq details{align-self:start;height:auto;min-height:0}

/* Prix plus long : conserver une belle respiration */
.starter-price-v2{min-width:190px}
.price-line b{font-size:36px;white-space:nowrap}

@media(max-width:760px){
  .event-gallery{row-gap:12px}
  .testimonial-avatar{width:40px;height:40px}
}

/* --- V3.6 : hero Woofy + Paris et avatars dans Ta semaine --- */
.hero-v36{
  grid-template-columns:.88fr 1.22fr;
  gap:58px;
  min-height:560px;
  padding-block:44px 34px;
  background:linear-gradient(180deg,#fffaf6 0%,#fff 100%);
  overflow:hidden;
}
.hero-v36 .hero-copy{position:relative;z-index:3;padding-left:10px}
.hero-v36 .hero-badge{
  display:inline-flex;align-items:center;gap:7px;
  background:#fff0e5;color:var(--orange);border:1px solid #ffe1c8;
  border-radius:999px;padding:7px 12px;margin-bottom:16px;
  font-size:11px;font-weight:700;letter-spacing:0;text-transform:none;
}
.hero-v36 .hero-badge span{font-size:12px}
.hero-v36 h1{font-size:61px;line-height:.99;letter-spacing:-.052em;margin-bottom:22px}
.hero-v36 .hero-lead{max-width:500px;font-size:17px;line-height:1.62;margin-bottom:26px}
.hero-v36 .hero-actions{margin-bottom:24px}
.hero-proof-row{display:flex;align-items:center;gap:10px;max-width:610px}
.hero-proof-row .proof-avatars img{width:38px;height:38px}
.hero-proof-row .proof-count{flex:0 0 auto;padding:8px 9px;background:#fff0e5;border-radius:999px;color:var(--orange);font-size:11px;font-weight:800}
.hero-proof-row p{margin:0 0 0 4px;font-size:11px;line-height:1.45;color:var(--ink-soft)}
.hero-proof-row p b{color:var(--orange)}
.hero-scene{position:relative;min-height:470px;display:flex;align-items:flex-end;justify-content:center}
.paris-sky{position:absolute;inset:32px -30px 4px 0;opacity:.56;z-index:0}
.paris-sky:after{content:"";position:absolute;left:3%;right:0;bottom:0;height:56px;background:linear-gradient(180deg,rgba(255,220,184,.15),rgba(250,188,128,.46));border-radius:55% 45% 0 0/100% 100% 0 0}
.cloud{position:absolute;width:70px;height:24px;border-radius:999px;background:#ffe8d5;filter:blur(.2px)}
.cloud:before,.cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}
.cloud:before{width:30px;height:30px;left:15px;top:-13px}.cloud:after{width:40px;height:40px;right:6px;top:-19px}
.cloud-a{left:12%;top:10%}.cloud-b{right:4%;top:7%;transform:scale(.75)}
.building{position:absolute;bottom:43px;width:88px;height:95px;background:#ffd8bc;border-radius:7px 7px 0 0;box-shadow:inset 0 0 0 1px rgba(237,117,6,.07)}
.building:before{content:"";position:absolute;left:10px;right:10px;top:-21px;height:28px;background:#ffcda9;clip-path:polygon(50% 0,100% 100%,0 100%)}
.building:after{content:"";position:absolute;inset:19px 15px 9px;background:repeating-linear-gradient(90deg,rgba(237,117,6,.16) 0 9px,transparent 9px 21px),repeating-linear-gradient(0deg,rgba(237,117,6,.10) 0 9px,transparent 9px 23px)}
.building-a{left:8%;height:85px}.building-b{left:25%;width:72px;height:69px}.building-c{right:2%;height:92px}
.eiffel{position:absolute;right:21%;bottom:42px;width:72px;height:205px;border-left:8px solid #efaa79;border-right:8px solid #efaa79;clip-path:polygon(44% 0,56% 0,100% 100%,72% 100%,60% 65%,40% 65%,28% 100%,0 100%);opacity:.8}
.eiffel:before{content:"";position:absolute;left:-10px;right:-10px;top:48%;height:7px;background:#efaa79;box-shadow:0 42px 0 #efaa79}
.tree{position:absolute;bottom:35px;width:44px;height:44px;border-radius:50%;background:#ffd9aa;box-shadow:0 19px 0 -16px #d39a65}
.tree-a{left:2%}.tree-b{left:19%;transform:scale(.85)}.tree-c{right:10%;transform:scale(1.05)}.tree-d{right:31%;transform:scale(.78)}
.woofy-hero{position:relative;z-index:2;width:min(65%,440px);height:auto;max-height:440px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(156,77,5,.12));transform:translateY(4px)}
.hero-doodle{position:absolute;z-index:3;color:#ff9a52;font-weight:700;opacity:.8}
.doodle-heart{right:6%;top:17%;font-size:34px;transform:rotate(11deg)}
.doodle-spark{left:19%;top:17%;font-size:28px;transform:rotate(-14deg)}
.week-group-avatars{gap:0;margin-top:8px}
.week-group-avatars img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-6px;box-shadow:0 2px 8px rgba(0,0,0,.08);background:#fff}
.week-group-avatars img:first-child{margin-left:0}
.week-group-avatars b{margin-left:5px;font-size:9px;color:var(--orange)}

@media(max-width:1100px){
  .hero-v36{grid-template-columns:1fr;gap:15px;text-align:center;min-height:auto}
  .hero-v36 .hero-copy{padding-left:0}.hero-v36 .hero-proof-row{justify-content:center;margin-inline:auto}.hero-scene{min-height:390px}.woofy-hero{width:min(58%,380px)}
}
@media(max-width:760px){
  .hero-v36{padding-top:34px}.hero-v36 h1{font-size:47px}.hero-v36 .hero-lead{font-size:16px}.hero-proof-row{flex-wrap:wrap;justify-content:center}.hero-proof-row p{flex-basis:100%;font-size:11px}.hero-scene{min-height:330px}.paris-sky{inset:20px -80px 0 -80px}.woofy-hero{width:min(72%,330px)}
}
@media(max-width:490px){
  .hero-v36 h1{font-size:41px}.hero-v36 .hero-badge{font-size:10px}.hero-scene{min-height:285px}.woofy-hero{width:min(78%,285px)}.doodle-heart{right:3%;top:14%}.doodle-spark{left:10%;top:13%}
}

/* --- V3.7 : hero aligné sur la maquette + étapes 1/2/3/4 --- */
.hero-v36{
  width:100%;max-width:none;
  grid-template-columns:minmax(370px,.82fr) minmax(560px,1.38fr);
  gap:44px;min-height:520px;padding:48px max(6vw,52px) 36px;
  background:linear-gradient(180deg,#fffaf6 0%,#fffdfb 70%,#fff 100%);
  border-bottom:1px solid #f4ece5;
}
.hero-v36 .hero-copy{max-width:560px;justify-self:end;padding-left:0}
.hero-v36 h1{font-size:60px;line-height:1.02;letter-spacing:-.05em;margin:10px 0 18px}
.hero-v36 .hero-lead{font-size:17px;line-height:1.55;max-width:520px;margin-bottom:24px}
.hero-v36 .hero-badge{margin-bottom:4px}
.hero-v36 .btn-large{padding:16px 25px;font-size:15px}
.hero-proof-row{max-width:620px;margin-top:4px}
.hero-proof-row p{font-size:11.5px;max-width:340px}
.hero-scene{min-height:420px;align-items:flex-end;justify-content:center;overflow:visible}
.paris-sky{inset:16px -10px 2px -28px;opacity:.68}
.paris-sky:before{content:"";position:absolute;left:2%;right:1%;bottom:18px;height:118px;background:radial-gradient(circle at 8% 75%,#ffd9b8 0 30px,transparent 31px),radial-gradient(circle at 16% 68%,#ffdfc1 0 44px,transparent 45px),radial-gradient(circle at 27% 76%,#ffd7af 0 34px,transparent 35px),radial-gradient(circle at 73% 73%,#ffddb9 0 36px,transparent 37px),radial-gradient(circle at 84% 68%,#ffd5ac 0 48px,transparent 49px),radial-gradient(circle at 94% 76%,#ffe4cb 0 34px,transparent 35px);opacity:.8}
.paris-sky:after{height:72px;background:linear-gradient(180deg,rgba(255,229,206,.18),rgba(248,190,137,.32));border-radius:50% 50% 0 0/100% 100% 0 0}
.building{bottom:55px;background:#ffd5b8;box-shadow:inset 0 0 0 1px rgba(237,117,6,.08)}
.building-a{left:7%;height:90px;width:96px}.building-b{left:24%;height:70px;width:75px}.building-c{right:3%;height:98px;width:100px}
.eiffel{right:22%;bottom:54px;height:225px;width:80px;border-left-width:7px;border-right-width:7px;opacity:.72}
.tree{bottom:47px;background:#f9d3a4}.tree-a{left:1%}.tree-b{left:20%}.tree-c{right:8%}.tree-d{right:33%}
.cloud-a{left:9%;top:10%}.cloud-b{right:4%;top:5%}
.woofy-hero{width:min(52%,385px);max-height:385px;transform:translate(10px,8px);filter:drop-shadow(0 22px 20px rgba(156,77,5,.13))}
.doodle-heart{right:8%;top:16%;font-size:31px}.doodle-spark{left:23%;top:16%;font-size:24px}

.how-v37{padding:18px 0 30px}
.how-v37 .section-heading{margin-bottom:10px}
.how-v37 .section-heading h2{font-size:31px;margin-bottom:0}
.steps-v37{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid #f4ece5;padding-bottom:8px}
.steps-v37 .step-card{min-height:126px;padding:18px 26px 16px 82px;display:block;position:relative}
.steps-v37 .step-card:not(:last-child){border-right:1px solid #f0e2d6}
.steps-v37 .step-card:not(:last-child):after{display:none}
.step-number-big{position:absolute;left:18px;top:13px;color:var(--orange);font-size:52px;line-height:1;font-weight:800;letter-spacing:-.05em}
.steps-v37 .step-card h3{font-size:16px;line-height:1.2;margin:0 0 7px;font-weight:800}
.steps-v37 .step-card p{font-size:12px;line-height:1.48;color:#25282d;margin:0;max-width:205px}

@media(max-width:1100px){
  .hero-v36{grid-template-columns:1fr;padding-inline:32px;text-align:center;gap:8px}
  .hero-v36 .hero-copy{justify-self:center}.hero-v36 .hero-proof-row{margin-inline:auto}.hero-scene{min-height:350px}
  .woofy-hero{width:min(48%,340px)}
  .steps-v37{grid-template-columns:repeat(2,1fr)}
  .steps-v37 .step-card:nth-child(2){border-right:0}.steps-v37 .step-card:nth-child(-n+2){border-bottom:1px solid #f0e2d6}
}
@media(max-width:760px){
  .hero-v36{padding:34px 22px 26px}.hero-v36 h1{font-size:47px}.hero-scene{min-height:310px}.woofy-hero{width:min(58%,300px)}
  .steps-v37{grid-template-columns:1fr}.steps-v37 .step-card{border-right:0!important;border-bottom:1px solid #f0e2d6!important;min-height:110px;padding-left:76px}.steps-v37 .step-card:last-child{border-bottom:0!important}
  .step-number-big{font-size:46px}
}

/* --- V3.8 : décor parisien renforcé dans le hero --- */
.hero-v36{
  background:linear-gradient(90deg,#fffaf6 0%,#fffdfb 43%,#fff8f0 100%);
}
.hero-scene{
  position:relative;
  background-image:linear-gradient(90deg,rgba(255,253,251,.92) 0%,rgba(255,253,251,.32) 20%,rgba(255,253,251,0) 44%),url('assets/paris-hero.png');
  background-repeat:no-repeat;
  background-position:center bottom;
  background-size:cover;
  border-radius:0 0 36px 36px;
}
.hero-scene .paris-sky{display:none}
.woofy-hero{
  width:min(49%,370px);
  max-height:370px;
  transform:translate(-12px,7px);
  filter:drop-shadow(0 24px 20px rgba(135,67,7,.16));
}
.doodle-heart{right:7%;top:18%}.doodle-spark{left:14%;top:18%}
@media(max-width:1100px){
  .hero-scene{background-position:center bottom;background-size:cover;border-radius:30px;overflow:hidden}
  .woofy-hero{width:min(45%,330px);transform:translateY(8px)}
}
@media(max-width:760px){
  .hero-scene{background-position:58% bottom;background-size:auto 100%}
  .woofy-hero{width:min(56%,295px)}
}


/* --- V3.10 : image Paris agrandie dans le hero --- */
@media (min-width:1101px){
  .hero-scene{
    min-height:500px;
    margin:-18px -72px -18px -36px;
    background-size:auto 112%;
    background-position:center bottom;
    border-radius:0;
  }
}


/* --- V3.11 : le visuel Paris occupe toute la hauteur du bandeau et touche le bord droit --- */
@media (min-width:1101px){
  .hero-v36{
    overflow:hidden;
    align-items:stretch;
  }

  .hero-v36 .hero-copy{
    align-self:center;
  }

  .hero-scene{
    align-self:stretch;
    min-height:0;
    height:auto;
    margin-top:-48px;
    margin-bottom:-36px;
    margin-left:0;
    margin-right:calc(-1 * max(6vw, 52px));
    border-radius:0;
    overflow:hidden;
    background-size:cover;
    background-position:center center;
  }

  .woofy-hero{
    align-self:flex-end;
    margin-bottom:34px;
  }
}


/* --- V3.12 : Woofy légèrement plus grand et débordant du hero --- */
@media (min-width:1101px){
  .hero-v36{
    overflow:visible;
  }

  .hero-scene{
    overflow:visible;
  }

  .woofy-hero{
    width:clamp(310px, 24vw, 390px);
    max-width:none;
    transform:translateY(48px);
    margin-bottom:0;
    z-index:5;
  }
}

/* --- Page Notre histoire --- */
.history-page{background:#fffdfb}.history-page .nav a.active{color:var(--orange)}
.history-hero{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:54px;padding-top:88px;padding-bottom:70px}
.history-hero-copy h1{font-size:58px;line-height:1.04;letter-spacing:-2.6px;margin:18px 0 22px}.history-hero-copy h1 span,.history-2026 h2 span{color:var(--orange)}
.history-hero-copy>p{font-size:18px;line-height:1.75;max-width:650px;color:var(--ink-soft)}.history-hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.history-text-link{font-weight:700;color:var(--ink)}
.history-hero-art{height:500px;position:relative;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#fff7ed,#fff0d7);box-shadow:var(--shadow-soft)}.history-paris{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;opacity:.55}.history-woofy{position:absolute;width:290px;right:30px;bottom:-18px;z-index:2}.history-year{position:absolute;z-index:3;background:#fff;padding:8px 13px;border-radius:999px;font-weight:800;font-size:12px;box-shadow:0 8px 24px rgba(82,43,13,.12)}.history-year.y1{left:9%;top:16%}.history-year.y2{left:24%;top:52%}.history-year.y3{right:18%;top:14%}.history-year.y4{right:8%;bottom:12%;background:var(--orange);color:#fff}
.history-intro{max-width:940px!important;text-align:center;padding:55px 0 100px}.history-big-quote{font-size:31px!important;line-height:1.38!important;font-weight:800;color:var(--ink)!important;margin-bottom:22px}.history-intro p:last-child{font-size:16px;line-height:1.8;color:var(--ink-soft)}
.history-timeline{position:relative;padding-bottom:80px}.history-timeline:before{content:"";position:absolute;left:174px;top:20px;bottom:60px;width:2px;background:linear-gradient(var(--orange),#ffd7ad 80%,transparent)}
.history-entry{display:grid;grid-template-columns:145px 1fr;gap:58px;position:relative;padding:18px 0 90px}.history-entry:before{content:"";position:absolute;left:167px;top:30px;width:14px;height:14px;border-radius:50%;background:var(--orange);border:4px solid #fff;box-shadow:0 0 0 2px var(--orange)}
.history-date{text-align:right;padding-top:5px}.history-date b{display:block;font-size:29px;letter-spacing:-1px}.history-date span{font-size:10px;color:var(--ink-soft);font-weight:600}.history-content{max-width:880px}.history-kicker{font-size:11px;font-weight:800;letter-spacing:.12em;color:var(--orange)}.history-content h2{font-size:37px;line-height:1.15;letter-spacing:-1.3px;margin:8px 0 18px}.history-content p{font-size:15px;line-height:1.78;color:var(--ink-soft);margin:0 0 16px}.history-content blockquote{margin:28px 0 0;padding:24px 28px;border-left:4px solid var(--orange);background:var(--orange-soft);border-radius:0 18px 18px 0;font-size:19px;line-height:1.55;font-weight:700}
.history-media{position:relative;margin:28px 0;border-radius:26px;overflow:hidden;min-height:330px;background:#f5ede6}.history-media>img{width:100%;height:330px;object-fit:cover}.history-media>span{position:absolute;left:16px;bottom:16px;background:rgba(255,255,255,.94);padding:8px 12px;border-radius:10px;font-size:10px;font-weight:700}.history-media.placeholder:after{content:"VISUEL TEMPORAIRE";position:absolute;right:15px;top:15px;background:var(--orange);color:#fff;font-size:9px;font-weight:800;padding:7px 10px;border-radius:999px}.history-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px}.history-gallery img{height:300px}.history-gallery span{grid-column:1/-1}
.history-proof{margin:26px 0;padding:25px 28px;background:#fff7ee;border:1px solid #f8d9bb;border-radius:22px;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:18px}.history-proof strong{font-size:40px;color:var(--orange)}.history-proof span{font-size:14px;font-weight:700}.history-proof small{grid-column:2;font-size:9px;color:var(--ink-soft)}
.history-stat-row,.history-stat-grid{display:grid;gap:10px;margin:26px 0}.history-stat-row{grid-template-columns:repeat(3,1fr)}.history-stat-grid{grid-template-columns:repeat(3,1fr)}.history-stat-row div,.history-stat-grid div{padding:20px;border-radius:18px;background:#fff8f0;border:1px solid #f8e1cc}.history-stat-row strong,.history-stat-grid strong{display:block;font-size:30px;color:var(--orange);line-height:1}.history-stat-row span,.history-stat-grid span{display:block;font-size:10px;line-height:1.4;margin-top:8px;font-weight:600}
.history-substory{margin-top:30px;padding:25px 28px;border-radius:22px;background:#f7f7f7}.history-substory.orange{background:linear-gradient(135deg,#fff5e9,#fffaf5)}.history-substory>span{font-size:10px;font-weight:800;color:var(--orange)}.history-substory h3{font-size:23px;margin:5px 0 10px}.history-substory p:last-child{margin-bottom:0}.history-logo-transition{display:flex;align-items:center;justify-content:center;gap:28px;margin-top:28px;padding:28px;background:#fff8f0;border-radius:22px}.history-logo-transition>span{font-size:24px;font-weight:800}.history-logo-transition>b{font-size:28px;color:var(--orange)}.history-logo-transition img{width:150px}.history-highlight .history-content{padding:32px;border-radius:28px;background:#fffaf5;border:1px solid #f8e4d1}.history-loop{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin:26px 0}.history-loop span{padding:12px 15px;border-radius:999px;background:#fff1e3;font-size:11px;font-weight:700}.history-loop b{color:var(--orange)}
.history-numbers{padding:80px 0}.history-number-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.history-number-grid div{padding:30px 22px;border-radius:24px;background:linear-gradient(145deg,#fff7ed,#fffdf9);border:1px solid #f6ddc5}.history-number-grid strong{display:block;font-size:42px;color:var(--orange);letter-spacing:-2px}.history-number-grid span{font-size:11px;line-height:1.5;font-weight:600}.history-data-note{font-size:9px;color:var(--ink-soft);line-height:1.6;margin-top:16px}
.history-2026{margin-top:55px;margin-bottom:75px;padding:60px!important;border-radius:34px;background:linear-gradient(135deg,#fff2df,#fff9f1);display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:center;overflow:hidden}.history-2026 h2{font-size:46px;line-height:1.08;margin:9px 0 20px}.history-2026 p{font-size:15px;line-height:1.75;color:var(--ink-soft)}.history-steps{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:25px}.history-steps span{display:flex;align-items:center;gap:10px;background:#fff;padding:11px 13px;border-radius:14px;font-size:10px;font-weight:700}.history-steps b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff}.history-2026-art{position:relative;min-height:330px;display:grid;place-items:center}.history-2026-art img{width:330px;position:absolute;bottom:-65px}.history-2026-art span{position:absolute;right:5%;top:5%;font-size:60px;color:var(--orange)}
.history-transparency{max-width:900px!important;text-align:center;padding:75px 0 110px}.history-transparency h2{font-size:40px;line-height:1.15;margin:9px 0 20px}.history-transparency p{font-size:15px;line-height:1.75;color:var(--ink-soft)}.history-transparency blockquote{font-size:23px;line-height:1.5;font-weight:800;margin:28px auto 32px;max-width:730px;color:var(--ink)}
@media(max-width:900px){.history-hero{grid-template-columns:1fr;padding-top:55px}.history-hero-copy{text-align:center}.history-hero-copy>p{margin-inline:auto}.history-hero-actions{justify-content:center}.history-hero-art{height:390px}.history-timeline:before{left:30px}.history-entry{grid-template-columns:1fr;padding-left:70px;gap:10px}.history-entry:before{left:23px}.history-date{text-align:left}.history-date b,.history-date span{display:inline;margin-right:8px}.history-number-grid{grid-template-columns:1fr 1fr}.history-2026{grid-template-columns:1fr}.history-2026-art{min-height:230px}.history-2026-art img{width:260px}.history-stat-row{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.history-hero{padding-top:35px}.history-hero-copy h1{font-size:40px;letter-spacing:-1.8px}.history-hero-copy>p{font-size:15px}.history-hero-actions{flex-direction:column;gap:14px}.history-hero-art{height:310px}.history-woofy{width:205px}.history-big-quote{font-size:24px!important}.history-timeline:before{left:17px}.history-entry{padding-left:47px;padding-bottom:70px}.history-entry:before{left:10px}.history-content h2{font-size:29px}.history-media,.history-media>img{min-height:230px;height:230px}.history-gallery img{height:210px}.history-stat-row,.history-stat-grid{grid-template-columns:1fr 1fr}.history-proof{grid-template-columns:1fr}.history-proof small{grid-column:1}.history-logo-transition{gap:12px}.history-logo-transition>span{font-size:17px}.history-logo-transition img{width:105px}.history-highlight .history-content{padding:20px}.history-number-grid{grid-template-columns:1fr 1fr}.history-number-grid strong{font-size:34px}.history-2026{padding:30px 22px!important}.history-2026 h2{font-size:35px}.history-steps{grid-template-columns:1fr}.history-transparency h2{font-size:32px}.history-transparency blockquote{font-size:19px}}

.history-media>span{max-width:calc(100% - 32px);line-height:1.45;font-size:11px!important;font-weight:650!important}.history-sources{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:18px 0 24px}.history-sources>span{font-size:10px;font-weight:800;letter-spacing:.08em;color:var(--ink-soft);text-transform:uppercase}.history-sources a{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #f1d7bd;color:var(--ink);font-size:10px;font-weight:700;transition:.2s}.history-sources a:hover{border-color:var(--orange);color:var(--orange);transform:translateY(-1px)}

/* V3.16 — rythme plus compact de la timeline */
.history-entry{padding-bottom:68px}
.history-timeline{padding-bottom:55px}
.history-intro{padding-bottom:78px}
@media(max-width:600px){.history-entry{padding-bottom:54px}.history-intro{padding-bottom:62px}}

/* --- V3.17 : carrousel des événements --- */
.event-carousel .story-slides{min-height:430px}
.event-story-content{padding:15px 4px 2px}
.event-story-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:9px}
.event-story-meta span{font-size:16px;font-weight:800;color:var(--ink)}
.event-story-meta b{font-size:11px;color:var(--orange);background:var(--orange-soft);padding:7px 10px;border-radius:999px;white-space:nowrap}
.event-story-content p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.6}
@media(max-width:600px){.event-story-meta{align-items:flex-start;flex-direction:column;gap:7px}.event-story-meta span{font-size:15px}.event-carousel .story-slides{min-height:420px}}
/* V3.18 — Paris Starter : contenu de l'abonnement */
.starter-feature-highlight b{color:var(--orange)}

/* V3.20 — preuve historique sur la home */
.legacy-proof{padding:42px 0 34px}
.legacy-proof-head{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:end;margin-bottom:26px}
.legacy-kicker{display:inline-block;color:var(--orange);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}
.legacy-proof h2{font-size:31px;line-height:1.13;margin:0;letter-spacing:-.035em}
.legacy-proof h2 span{color:var(--orange)}
.legacy-proof-head p{margin:0;color:var(--ink-soft);font-size:12px;line-height:1.7;max-width:520px}
.legacy-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.legacy-stats>div{background:#fff7f0;border:1px solid #ffe1c9;border-radius:16px;padding:18px 20px;display:flex;align-items:center;gap:14px;min-height:82px}
.legacy-stats strong{font-size:29px;line-height:1;color:var(--orange);letter-spacing:-.04em;white-space:nowrap}
.legacy-stats span{font-size:10px;line-height:1.45;font-weight:600;color:var(--ink)}
.legacy-gallery{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:14px}
.legacy-photo{position:relative;margin:0;border-radius:18px;overflow:hidden;min-height:260px;background:#eee;box-shadow:0 10px 28px rgba(35,24,15,.08)}
.legacy-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.legacy-photo:after{content:"";position:absolute;inset:38% 0 0;background:linear-gradient(transparent,rgba(15,11,8,.82))}
.legacy-photo figcaption{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;color:#fff;display:flex;flex-direction:column;gap:4px}
.legacy-photo figcaption b{font-size:14px}.legacy-photo figcaption span{font-size:9px;line-height:1.45;color:rgba(255,255,255,.88)}
.legacy-proof-bottom{display:flex;justify-content:space-between;align-items:center;gap:28px;padding-top:20px}
.legacy-proof-bottom p{font-size:10px;line-height:1.6;color:var(--ink-soft);max-width:650px;margin:0}
.legacy-link{white-space:nowrap}
@media(max-width:760px){.legacy-proof{padding-top:32px}.legacy-proof-head{grid-template-columns:1fr;gap:14px}.legacy-proof h2{font-size:27px}.legacy-stats{grid-template-columns:1fr}.legacy-stats>div{min-height:0}.legacy-gallery{grid-template-columns:1fr}.legacy-photo{min-height:250px}.legacy-proof-bottom{align-items:flex-start;flex-direction:column}.legacy-link{width:100%;text-align:center}}

/* V3.21 — Notre histoire : timeline zigzag */
.story-main{overflow:hidden;background:linear-gradient(180deg,#fffdfb 0,#fff 45%,#fffaf5 100%)}
.story-intro{padding:100px 0 70px;max-width:1180px!important}.story-intro h1{font-size:68px;line-height:1;letter-spacing:-3px;margin:16px 0 18px}.story-lead{font-size:25px!important;line-height:1.35!important;color:var(--orange)!important;font-weight:700;max-width:720px}.story-intro>p:last-child{max-width:760px;font-size:15px;line-height:1.8;color:var(--ink-soft)}
.story-road{position:relative;padding-bottom:40px}.story-road:before{content:"";position:absolute;left:50%;top:40px;bottom:130px;width:4px;transform:translateX(-50%);background:linear-gradient(#ffc700,var(--orange));opacity:.18;border-radius:10px}.story-row{display:flex;position:relative;margin:0 0 24px}.story-row.left{justify-content:flex-start;padding-right:52%}.story-row.right{justify-content:flex-end;padding-left:52%}.story-row.full{padding:0}.story-card{position:relative;width:100%;background:#fff;border:1.5px solid #f4c99f;border-radius:25px;padding:30px 32px;box-shadow:0 12px 34px rgba(71,38,15,.08)}.story-card:after{content:"";position:absolute;top:46px;width:calc(4vw + 22px);height:4px;background:linear-gradient(90deg,#ffc700,var(--orange));border-radius:4px}.story-row.left .story-card:after{right:calc(-4vw - 22px)}.story-row.right .story-card:after{left:calc(-4vw - 22px)}.story-num{position:absolute;left:18px;top:18px;width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:15px;font-weight:800}.story-date{padding-left:36px;color:var(--orange);font-size:12px;font-weight:800;margin-bottom:5px}.story-card h2{font-size:28px;line-height:1.16;letter-spacing:-.8px;margin:0 0 17px}.story-card h3{font-size:19px;margin:24px 0 10px}.story-card p{font-size:13px;line-height:1.72;color:var(--ink-soft);margin:0 0 13px}.story-source{display:inline-block;color:var(--orange);font-size:10px;font-weight:800;margin-top:10px}.story-links{display:flex;gap:16px;flex-wrap:wrap}.story-proof{display:flex;align-items:center;gap:16px;background:#fff7ec;border-radius:17px;padding:15px 18px;margin:18px 0}.story-proof strong{font-size:31px;color:var(--orange)}.story-proof span{font-size:11px;font-weight:700}.story-proof small{font-weight:500;color:var(--ink-soft)}
.story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.story-stats.six{grid-template-columns:repeat(3,1fr)}.story-stats div{padding:14px 10px;background:#fff8f0;border:1px solid #f7e1cd;border-radius:14px;text-align:center}.story-stats strong{display:block;color:var(--orange);font-size:27px;line-height:1}.story-stats span{display:block;font-size:9px;line-height:1.35;font-weight:650;margin-top:6px}.story-gallery{display:grid;gap:8px;margin:18px 0}.story-gallery.two{grid-template-columns:repeat(2,1fr)}.story-gallery.three{grid-template-columns:repeat(3,1fr)}.story-gallery.four{grid-template-columns:repeat(2,1fr)}.story-gallery img,.story-gallery figure img{width:100%;height:175px;object-fit:cover;border-radius:14px;display:block}.story-gallery figure{margin:0}.story-gallery figcaption{font-size:8px;font-weight:650;line-height:1.35;margin-top:6px;color:var(--ink-soft)}.story-callout{display:flex;justify-content:space-between;gap:15px;align-items:center;background:#fff2df;border-radius:14px;padding:13px 15px;margin:14px 0;font-size:10px}.story-callout strong{color:var(--orange)}.story-callout span{text-align:right}.story-card.featured{background:linear-gradient(145deg,#fffaf4,#fff);border-color:#ed7506}.story-note{font-size:10px!important;font-weight:650!important}.story-loop{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin:18px 0}.story-loop span{font-size:9px;font-weight:700;background:#fff3e7;padding:9px 11px;border-radius:999px}.story-loop b{color:var(--orange)}
.story-turn{height:44px;width:52%;position:relative;margin:-4px 0 12px;border:4px solid var(--orange);border-top:0;opacity:.75}.story-turn.leftward{margin-left:0;border-right:0;border-radius:0 0 0 30px}.story-turn.rightward{margin-left:48%;border-left:0;border-radius:0 0 30px 0}.story-turn:after{content:"➜";position:absolute;color:var(--orange);font-size:24px;bottom:-17px}.story-turn.leftward:after{left:-2px;transform:rotate(90deg)}.story-turn.rightward:after{right:-2px;transform:rotate(90deg)}
.story-row.full .story-card{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center;background:linear-gradient(135deg,#fff,#fff7e8);padding:38px 42px}.story-row.full .story-card:after{display:none}.story-final-message{min-height:190px;border-radius:20px;background:linear-gradient(135deg,#fff4ca,#fff8e8);padding:30px 150px 30px 30px;position:relative;display:flex;align-items:center;font-size:22px;line-height:1.3}.story-final-message img{position:absolute;width:145px;right:8px;bottom:-8px}
.story-lessons{padding:75px 0 55px}.story-lessons .section-heading{text-align:center;max-width:850px;margin:0 auto 30px}.story-lessons h2{font-size:38px;margin:8px 0}.story-lesson-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.story-lesson-grid>div{background:#fff;border:1px solid #f1e3d6;border-radius:18px;padding:22px}.story-lesson-grid span{font-size:27px}.story-lesson-grid strong{display:block;font-size:12px;margin:11px 0 7px}.story-lesson-grid p{font-size:9px;line-height:1.55;color:var(--ink-soft);margin:0}.story-cta{text-align:center;padding:45px 0 100px}.story-cta h2{font-size:29px;max-width:820px;margin:0 auto 10px}.story-cta p{color:var(--orange);font-weight:700;margin-bottom:24px}
@media(max-width:900px){.story-intro{text-align:center;padding-top:70px}.story-intro h1{font-size:54px}.story-lead,.story-intro>p:last-child{margin-inline:auto}.story-road:before{left:22px}.story-row.left,.story-row.right{padding:0 0 0 54px;justify-content:stretch}.story-card:after{left:-34px!important;right:auto!important;width:34px!important}.story-turn{display:none}.story-row.full{padding-left:54px}.story-row.full .story-card{grid-template-columns:1fr}.story-lesson-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.story-intro{padding-top:45px}.story-intro h1{font-size:43px;letter-spacing:-2px}.story-lead{font-size:20px!important}.story-row.left,.story-row.right,.story-row.full{padding-left:36px}.story-road:before{left:13px}.story-card{padding:26px 20px}.story-card h2{font-size:23px}.story-card:after{left:-24px!important;width:24px!important}.story-stats,.story-stats.six{grid-template-columns:1fr 1fr}.story-gallery.three{grid-template-columns:1fr 1fr}.story-gallery.four{grid-template-columns:1fr 1fr}.story-gallery img,.story-gallery figure img{height:145px}.story-row.full .story-card{padding:28px 20px}.story-final-message{padding:24px 105px 24px 20px;font-size:17px;min-height:150px}.story-final-message img{width:105px}.story-lesson-grid{grid-template-columns:1fr}.story-lessons h2{font-size:30px}.story-cta h2{font-size:24px}}

/* Notre histoire v3.22 — parcours compact relié comme la maquette */
@media(min-width:901px){
.story-road{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:54px;row-gap:22px;padding:18px 0 48px;overflow:visible}
.story-road:before{display:none}
.story-row{margin:0;padding:0!important;display:block!important;align-self:start;position:relative}
.story-row:nth-of-type(4n+1){grid-column:1}.story-row:nth-of-type(4n+3){grid-column:2}
.story-row.full{grid-column:1/-1}
.story-card{min-height:0;padding:27px 29px;border-radius:24px}
.story-card:after{display:none!important}
.story-turn{display:none}
/* each card gets a short directional connector; together they read as one continuous snake */
.story-row:not(.full):after{content:"";position:absolute;top:46px;width:54px;height:3px;background:linear-gradient(90deg,#ffc700,#ed7506);z-index:0}
.story-row:not(.full):before{content:"";position:absolute;top:39px;width:13px;height:13px;border-top:3px solid #ed7506;border-right:3px solid #ed7506;z-index:1}
.story-row:nth-of-type(4n+1):after{right:-54px}.story-row:nth-of-type(4n+1):before{right:-52px;transform:rotate(45deg)}
.story-row:nth-of-type(4n+3):after{left:-54px;background:linear-gradient(90deg,#ed7506,#ffc700)}.story-row:nth-of-type(4n+3):before{left:-52px;transform:rotate(-135deg)}
.story-row:nth-of-type(4n+3){margin-top:72px}
.story-row:nth-of-type(4n+5){margin-top:-5px}
.story-row.full{margin-top:12px}
}
.story-lessons{padding:66px 0 62px}.story-lessons-panel{background:linear-gradient(135deg,#fff8ed 0%,#fffdf8 55%,#fff4d9 100%);border:1px solid #f4d7ba;border-radius:32px;padding:42px 44px;box-shadow:0 18px 50px rgba(91,48,14,.08)}
.story-lessons .section-heading{max-width:760px;margin:0 auto 32px}.story-lessons .section-heading p{max-width:650px;margin:8px auto 0;color:var(--ink-soft);font-size:12px;line-height:1.65}.story-lessons h2{font-size:38px;letter-spacing:-1.2px}
.story-lesson-grid{grid-template-columns:repeat(2,1fr);gap:14px}.story-lesson-grid .lesson-card{display:grid;grid-template-columns:54px 1fr;gap:15px;align-items:center;background:#fff;border:1px solid #f2dcc8;border-radius:20px;padding:19px 20px;box-shadow:0 8px 22px rgba(84,43,12,.05)}
.lesson-icon{width:50px;height:50px;border-radius:16px;background:var(--orange-soft);display:grid;place-items:center!important;margin:0!important}.lesson-icon svg{width:27px;height:27px;fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.story-lesson-grid .lesson-card strong{font-size:13px;margin:0 0 5px}.story-lesson-grid .lesson-card p{font-size:10px;line-height:1.55}
@media(max-width:900px){.story-lessons-panel{padding:30px 24px}.story-lesson-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.story-lessons-panel{padding:26px 18px;border-radius:24px}.story-lesson-grid{grid-template-columns:1fr}.story-lesson-grid .lesson-card{grid-template-columns:48px 1fr;padding:16px}.lesson-icon{width:46px;height:46px}.story-lessons h2{font-size:29px}}

/* V3.23 — connecteurs de timeline calculés, sans chevauchement */
@media(min-width:901px){
  .story-road{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:74px;row-gap:24px;padding:18px 0 48px;overflow:visible;isolation:isolate}
  .story-road:before{display:none}
  .story-row{margin:0!important;padding:0!important;display:block!important;align-self:start;position:relative;z-index:2}
  .story-row.right{grid-column:1}
  .story-row.left{grid-column:2}
  .story-row.full{grid-column:1/-1;margin-top:8px!important}
  .story-row:not(.full):before,.story-row:not(.full):after,.story-card:after{display:none!important;content:none!important}
  .story-connectors{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:1}
  .story-connector{fill:none;stroke:#ed7506;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;opacity:.92}
}
@media(max-width:900px){.story-connectors{display:none!important}}

/* V3.24 — Notre histoire : composition organique fidèle à la maquette */
@media (min-width:901px){
  .history-page .story-intro{padding-bottom:34px;max-width:720px;margin-left:0}
  .history-page .story-road{grid-template-columns:46% 54%;column-gap:34px;row-gap:18px;padding-top:6px;align-items:start}
  .history-page .story-row{width:auto;z-index:2}
  .history-page .story-row.right{grid-column:1}
  .history-page .story-row.left{grid-column:2}
  .history-page .story-row:nth-of-type(2){width:88%;justify-self:end;margin-top:-54px!important}
  .history-page .story-row:nth-of-type(3){width:92%;justify-self:start;margin-top:22px!important}
  .history-page .story-row:nth-of-type(4){width:96%;justify-self:end;margin-top:-28px!important}
  .history-page .story-row:nth-of-type(5){width:88%;justify-self:start;margin-top:18px!important}
  .history-page .story-row:nth-of-type(6){width:91%;justify-self:end;margin-top:-8px!important}
  .history-page .story-row:nth-of-type(7){width:97%;justify-self:start;margin-top:28px!important}
  .history-page .story-row:nth-of-type(8){width:91%;justify-self:end;margin-top:-12px!important}
  .history-page .story-row:nth-of-type(9){width:96%;justify-self:start;margin-top:24px!important}
  .history-page .story-row:nth-of-type(10){width:94%;justify-self:end;margin-top:-18px!important}
  .history-page .story-row.full{width:100%;margin-top:12px!important}

  .history-page .story-card{border-radius:20px;padding:23px 25px;box-shadow:0 10px 28px rgba(71,38,15,.075)}
  .history-page .story-card h2{font-size:24px;margin-bottom:13px}
  .history-page .story-card p{font-size:12px;line-height:1.62}
  .history-page .story-num{width:38px;height:38px;left:14px;top:14px;font-size:17px;box-shadow:0 4px 10px rgba(237,117,6,.18)}
  .history-page .story-date{padding-left:35px;font-size:12px}
  .history-page .story-source{font-size:9.5px}

  /* Les preuves visuelles n'ont volontairement pas toutes le même rythme. */
  .history-page .story-row:nth-of-type(3) .story-gallery.two{grid-template-columns:1.25fr .75fr;align-items:end}
  .history-page .story-row:nth-of-type(3) .story-gallery figure:first-child img{height:150px}
  .history-page .story-row:nth-of-type(3) .story-gallery figure:last-child img{height:112px}
  .history-page .story-row:nth-of-type(4) .story-gallery.two{grid-template-columns:1.15fr .85fr}
  .history-page .story-row:nth-of-type(4) .story-gallery img{height:142px}
  .history-page .story-row:nth-of-type(5) .story-gallery.three{grid-template-columns:.8fr 1fr .8fr;align-items:center}
  .history-page .story-row:nth-of-type(5) .story-gallery img{height:126px}.history-page .story-row:nth-of-type(5) .story-gallery img:nth-child(2){height:158px}
  .history-page .story-row:nth-of-type(6) .story-gallery.two{grid-template-columns:1fr .72fr;align-items:end}
  .history-page .story-row:nth-of-type(6) .story-gallery figure:first-child img{height:156px}.history-page .story-row:nth-of-type(6) .story-gallery figure:last-child img{height:118px}
  .history-page .story-row:nth-of-type(7) .story-gallery.four{grid-template-columns:1.15fr .85fr 1fr 1fr}
  .history-page .story-row:nth-of-type(7) .story-gallery img{height:105px}
  .history-page .story-row:nth-of-type(8) .story-gallery.two{grid-template-columns:1.25fr .75fr}.history-page .story-row:nth-of-type(8) .story-gallery img{height:150px}
  .history-page .story-row:nth-of-type(9) .story-gallery.three{grid-template-columns:1fr 1.15fr .85fr}.history-page .story-row:nth-of-type(9) .story-gallery img{height:120px}
  .history-page .story-stats{gap:6px}.history-page .story-stats div{padding:11px 7px}.history-page .story-stats strong{font-size:29px}.history-page .story-stats span{font-size:8px}
  .history-page .story-proof strong{font-size:36px}

  /* Certaines flèches passent derrière les cartes, d'autres restent au premier plan. */
  .history-page .story-connectors{z-index:1}
  .history-page .story-connector{stroke-width:3.2}
  .history-page .story-row:nth-of-type(4),.history-page .story-row:nth-of-type(7){z-index:0}
  .history-page .story-row:nth-of-type(4) .story-card,.history-page .story-row:nth-of-type(7) .story-card{z-index:0}
  .history-page .story-row.full .story-card{grid-template-columns:1.08fr .92fr;padding:27px 30px}
  .history-page .story-final-message{min-height:155px;font-size:20px}
}

/* Le bloc d'apprentissages reprend l'encart illustré de la maquette. */
.history-page .story-lessons{padding-top:42px}
.history-page .story-lessons .section-heading .eyebrow{font-size:13px;color:var(--ink);letter-spacing:.02em}
.history-page .story-lessons .section-heading h2{display:none}
.history-page .story-lesson-grid>div{display:grid;grid-template-columns:52px 1fr;column-gap:13px;align-items:center;padding:17px 18px;border-radius:18px;box-shadow:0 7px 22px rgba(71,38,15,.045)}
.history-page .story-lesson-grid>div>span{grid-row:1/3;width:48px;height:48px;border-radius:15px;background:#fff5e8;display:grid;place-items:center;font-size:25px}
.history-page .story-lesson-grid>div>strong{margin:0 0 4px;font-size:11px}
.history-page .story-lesson-grid>div>p{font-size:9px}

/* V3.25 — Notre histoire : composition organique stable + marges restaurées */
.history-page .story-main{overflow:hidden}
.history-page .story-intro.section-wrap,
.history-page .story-road.section-wrap,
.history-page .story-lessons.section-wrap,
.history-page .story-cta.section-wrap{width:min(1180px,calc(100% - 44px));margin-left:auto;margin-right:auto}
@media(min-width:901px){
  .history-page .story-intro{max-width:1180px!important;padding:86px 0 42px;margin-inline:auto!important}
  .history-page .story-intro>h1,.history-page .story-intro>p,.history-page .story-intro>.eyebrow{max-width:720px}
  .history-page .story-road{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:72px;row-gap:26px;padding:8px 0 48px;align-items:start;overflow:visible;isolation:isolate}
  .history-page .story-row{margin:0!important;position:relative;z-index:2;align-self:start}
  .history-page .story-row.right{grid-column:1}.history-page .story-row.left{grid-column:2}
  .history-page .story-row.full{grid-column:1/-1;width:100%!important;margin-top:10px!important}
  /* rythme asymétrique, mais sans chevauchements */
  .history-page .story-row:nth-of-type(1){width:94%;justify-self:start}
  .history-page .story-row:nth-of-type(2){width:84%;justify-self:end;margin-top:42px!important}
  .history-page .story-row:nth-of-type(3){width:91%;justify-self:end}
  .history-page .story-row:nth-of-type(4){width:98%;justify-self:start;margin-top:30px!important}
  .history-page .story-row:nth-of-type(5){width:86%;justify-self:start}
  .history-page .story-row:nth-of-type(6){width:93%;justify-self:end;margin-top:34px!important}
  .history-page .story-row:nth-of-type(7){width:99%;justify-self:end}
  .history-page .story-row:nth-of-type(8){width:88%;justify-self:start;margin-top:28px!important}
  .history-page .story-row:nth-of-type(9){width:96%;justify-self:start}
  .history-page .story-row:nth-of-type(10){width:91%;justify-self:end;margin-top:32px!important}
  .history-page .story-card{overflow:hidden;z-index:2}
  .history-page .story-connectors{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:1}
  .history-page .story-connector{fill:none;stroke:#f28a17;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;opacity:.95}
  .history-page .story-row,.history-page .story-row .story-card{z-index:2!important}
  /* formats photos volontairement variés */
  .history-page .story-row:nth-of-type(3) .story-gallery.two{grid-template-columns:1.35fr .65fr}
  .history-page .story-row:nth-of-type(3) .story-gallery figure:first-child img{height:164px}.history-page .story-row:nth-of-type(3) .story-gallery figure:last-child img{height:118px;margin-top:22px}
  .history-page .story-row:nth-of-type(4) .story-gallery.two{grid-template-columns:.9fr 1.1fr}.history-page .story-row:nth-of-type(4) .story-gallery figure:first-child img{height:128px}.history-page .story-row:nth-of-type(4) .story-gallery figure:last-child img{height:158px}
  .history-page .story-row:nth-of-type(5) .story-gallery.three{grid-template-columns:.72fr 1.18fr .82fr;align-items:end}.history-page .story-row:nth-of-type(5) .story-gallery img{height:112px}.history-page .story-row:nth-of-type(5) .story-gallery img:nth-child(2){height:154px}
  .history-page .story-stats strong{font-size:32px}.history-page .story-proof strong{font-size:39px}
}
@media(max-width:900px){
 .history-page .story-intro.section-wrap,.history-page .story-road.section-wrap,.history-page .story-lessons.section-wrap,.history-page .story-cta.section-wrap{width:min(100% - 28px,1180px)}
 .history-page .story-row{width:auto!important;margin-top:0!important}
}


/* V3.26 — timeline serpentine : 1→2, 4←3, 5→6, 8←7 */
@media (min-width:901px){
  .history-page .story-road{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:54px!important;
    row-gap:72px!important;
    align-items:start!important;
    padding:12px 0 58px!important;
    overflow:visible!important;
    isolation:isolate;
  }
  .history-page .story-row{width:100%!important;margin:0!important;justify-self:stretch!important;align-self:start!important;position:relative;z-index:2!important}
  .history-page .story-row:nth-of-type(1){grid-column:1!important;grid-row:1!important}
  .history-page .story-row:nth-of-type(2){grid-column:2!important;grid-row:1!important}
  .history-page .story-row:nth-of-type(3){grid-column:2!important;grid-row:2!important}
  .history-page .story-row:nth-of-type(4){grid-column:1!important;grid-row:2!important}
  .history-page .story-row:nth-of-type(5){grid-column:1!important;grid-row:3!important}
  .history-page .story-row:nth-of-type(6){grid-column:2!important;grid-row:3!important}
  .history-page .story-row:nth-of-type(7){grid-column:2!important;grid-row:4!important}
  .history-page .story-row:nth-of-type(8){grid-column:1!important;grid-row:4!important}
  .history-page .story-row:nth-of-type(9){grid-column:1!important;grid-row:5!important}
  .history-page .story-row:nth-of-type(10){grid-column:2!important;grid-row:5!important}
  .history-page .story-row.full{grid-column:1/-1!important;grid-row:6!important;width:100%!important;margin-top:2px!important}

  .history-page .story-card{height:auto!important;overflow:hidden!important;position:relative;z-index:2!important}
  .history-page .story-connectors{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;overflow:visible!important;pointer-events:none!important;z-index:1!important}
  .history-page .story-connector{fill:none!important;stroke:#f28a17!important;stroke-width:3!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:.96!important}
  .history-page .story-connector-stem{fill:none;stroke:#f28a17;stroke-width:3;stroke-linecap:round;opacity:.96}

  /* On garde un peu de variété visuelle sans casser la géométrie du parcours. */
  .history-page .story-row:nth-of-type(1) .story-card{max-width:94%;margin-right:auto}
  .history-page .story-row:nth-of-type(2) .story-card{max-width:92%;margin-left:auto}
  .history-page .story-row:nth-of-type(3) .story-card{max-width:96%;margin-left:auto}
  .history-page .story-row:nth-of-type(4) .story-card{max-width:91%;margin-right:auto}
  .history-page .story-row:nth-of-type(5) .story-card{max-width:88%;margin-right:auto}
  .history-page .story-row:nth-of-type(6) .story-card{max-width:96%;margin-left:auto}
  .history-page .story-row:nth-of-type(7) .story-card{max-width:93%;margin-left:auto}
  .history-page .story-row:nth-of-type(8) .story-card{max-width:90%;margin-right:auto}
  .history-page .story-row:nth-of-type(9) .story-card{max-width:96%;margin-right:auto}
  .history-page .story-row:nth-of-type(10) .story-card{max-width:92%;margin-left:auto}
}

/* V3.27 — un seul fil conducteur continu, derrière les cartes */
@media (min-width:901px){
  .history-page .story-road{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    column-gap:64px!important;
    row-gap:88px!important;
    position:relative!important;
    isolation:isolate!important;
  }
  .history-page .story-connectors{
    z-index:0!important;
    overflow:visible!important;
  }
  .history-page .story-single-line{
    fill:none!important;
    stroke:#f28a17!important;
    stroke-width:4!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    opacity:.95!important;
  }
  .history-page .story-row,
  .history-page .story-row .story-card{
    position:relative!important;
    z-index:2!important;
  }
  /* Les cartes occupent réellement leur colonne : le fil peut donc passer
     proprement derrière elles aux changements de direction. */
  .history-page .story-row:nth-of-type(-n+10) .story-card{
    max-width:none!important;
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}

/* V3.28 — fil conducteur visible + étape 1 face au titre */
.history-page .story-stage{position:relative;width:min(1180px,calc(100% - 44px));margin:0 auto;padding:72px 0 28px;isolation:isolate}
.history-page .story-stage>.story-connectors{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block;pointer-events:none;z-index:1!important;overflow:visible!important}
.history-page .story-stage .story-single-line{fill:none!important;stroke:#ed7506!important;stroke-width:6!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:1!important;filter:drop-shadow(0 2px 2px rgba(237,117,6,.08))}
.history-page .story-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:72px;align-items:center;margin-bottom:76px;position:relative;z-index:2}
.history-page .story-hero-grid .story-intro{padding:0!important;margin:0!important;max-width:none!important}
.history-page .story-hero-grid .story-intro h1{font-size:70px;margin-bottom:14px}
.history-page .story-hero-grid .story-hero-card{align-self:center}
.history-page .story-hero-grid .story-row,.history-page .story-hero-grid .story-card{width:100%!important;margin:0!important;position:relative;z-index:2!important}

@media(min-width:901px){
  .history-page .story-road{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;column-gap:72px!important;row-gap:86px!important;padding:0 0 64px!important;position:relative!important;z-index:2!important;overflow:visible!important}
  .history-page .story-road>.story-connectors{display:none!important}
  .history-page .story-row{width:100%!important;margin:0!important;justify-self:stretch!important;position:relative!important;z-index:2!important}
  .history-page .story-row.step-2{grid-column:1!important;grid-row:1!important}
  .history-page .story-row.step-3{grid-column:2!important;grid-row:1!important}
  .history-page .story-row.step-4{grid-column:1!important;grid-row:2!important}
  .history-page .story-row.step-5{grid-column:2!important;grid-row:2!important}
  .history-page .story-row.step-6{grid-column:1!important;grid-row:3!important}
  .history-page .story-row.step-7{grid-column:2!important;grid-row:3!important}
  .history-page .story-row.step-8{grid-column:1!important;grid-row:4!important}
  .history-page .story-row.step-9{grid-column:2!important;grid-row:4!important}
  .history-page .story-row.step-10{grid-column:1/-1!important;grid-row:5!important;width:88%!important;justify-self:center!important;margin-top:4px!important}
  .history-page .story-row .story-card{width:100%!important;max-width:none!important;margin:0!important;position:relative!important;z-index:2!important;background:#fff}
  .history-page .story-row.step-2 .story-card,.history-page .story-row.step-5 .story-card,.history-page .story-row.step-8 .story-card{width:91%!important}
  .history-page .story-row.step-3 .story-card,.history-page .story-row.step-6 .story-card,.history-page .story-row.step-9 .story-card{width:95%!important;margin-left:auto!important}
  .history-page .story-row.step-4 .story-card,.history-page .story-row.step-7 .story-card{width:97%!important}
  .history-page .story-lessons{position:relative;z-index:2!important;margin-top:22px;padding:54px 0 62px!important;background:#fffaf2;border:1px solid #f4ddc8;border-radius:30px;padding-left:34px!important;padding-right:34px!important}
}
@media(max-width:900px){
  .history-page .story-stage{width:min(100% - 28px,1180px);padding-top:42px}
  .history-page .story-stage>.story-connectors{display:none!important}
  .history-page .story-hero-grid{display:block;margin-bottom:28px}
  .history-page .story-hero-grid .story-hero-card{margin-top:28px}
  .history-page .story-hero-grid .story-intro h1{font-size:48px}
}

/* V3.29 — respiration des numéros + fil réellement en arrière-plan */
@media (min-width:901px){
  .history-page .story-card[data-step]{position:relative!important;z-index:3!important;background:#fff!important}
  .history-page .story-num{left:20px!important;top:20px!important}
  .history-page .story-card[data-step]>.story-date{padding-left:48px!important;min-height:38px;display:flex;align-items:center;margin-bottom:8px!important}
  .history-page .story-card[data-step]>h2{padding-left:48px!important;margin-top:-5px!important}
  .history-page .story-stage>.story-connectors{z-index:1!important}
  .history-page .story-hero-grid,.history-page .story-road,.history-page .story-lessons{position:relative;z-index:2!important}
  .history-page .story-stage .story-single-line{stroke-width:6!important;opacity:1!important}
}
@media (max-width:900px){
  .history-page .story-card[data-step]>.story-date{padding-left:44px!important}
  .history-page .story-card[data-step]>h2{padding-left:0!important}
}

/* v3.30 — content refinements */
.history-page .story-gallery.geocaching-gallery{display:grid!important;grid-template-columns:1fr 1fr!important;gap:9px!important;align-items:stretch!important}
.history-page .story-gallery.geocaching-gallery img{width:100%!important;height:118px!important;object-fit:cover!important;border-radius:14px!important}
.history-page .story-gallery.geocaching-gallery .geocaching-wide{grid-column:1/-1!important;height:220px!important}
.history-page .story-row.step-10 .story-card.finale>div:nth-child(2){padding-left:52px!important}
@media(max-width:600px){.history-page .story-gallery.geocaching-gallery .geocaching-wide{height:180px!important}.history-page .story-row.step-10 .story-card.finale>div:nth-child(2){padding-left:48px!important}}
