/*
Theme Name: EnergySport
Theme URI: https://energysport.be
Author: EnergySport
Description: Thème e-commerce et quiz personnalisé pour EnergySport.
Version: 1.0.0
Text Domain: energysport
*/

:root{--ink:#090a09;--panel:#121411;--line:#2d322c;--muted:#a8aea5;--cream:#f7f5ef;--yellow:#ffbd16;--lime:#8dcc35;--pink:#f2578e;--orange:#fa931f;--blue:#4697f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--cream);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;background:rgba(9,10,9,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav{width:min(1180px,92%);margin:auto;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-size:1.28rem;font-weight:900;letter-spacing:-.07em;text-transform:uppercase}.brand span{color:var(--yellow)}.nav-links{display:flex;gap:20px;align-items:center;font-weight:700;font-size:.88rem}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:7px;background:var(--yellow);color:#0a0a09;font-weight:900;text-transform:uppercase;letter-spacing:.02em;border:0;cursor:pointer}.button:hover,.nav-cta:hover{background:#ffd15b}.hero{position:relative;overflow:hidden;min-height:615px;display:grid;align-items:center;background:radial-gradient(circle at 75% 30%,#8a5415 0,transparent 23%),radial-gradient(circle at 75% 48%,#513010 0,transparent 34%),linear-gradient(110deg,#090a09 27%,#17140d 100%)}.hero:after{content:"";position:absolute;right:7%;bottom:-12%;height:84%;width:33%;border:1px solid rgba(255,189,22,.35);border-radius:48% 48% 5% 5%;transform:rotate(12deg);box-shadow:inset 0 0 85px rgba(0,0,0,.82),0 0 100px rgba(255,189,22,.1)}.hero-inner,.section{width:min(1180px,92%);margin:auto}.hero-copy{position:relative;z-index:1;max-width:660px;padding:100px 0}.eyebrow{display:inline-flex;gap:9px;align-items:center;color:var(--yellow);font-weight:900;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.eyebrow:before{content:"";display:block;width:22px;height:2px;background:var(--yellow)}h1{font-size:clamp(2.8rem,7vw,6.4rem);line-height:.91;letter-spacing:-.075em;margin:18px 0 22px;text-transform:uppercase}h1 em{color:var(--yellow);font-style:normal}.lead{font-size:1.12rem;max-width:550px;color:#e3e4df}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button-outline{background:transparent;color:var(--cream);border:1px solid #798076}.trust-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:42px;color:#d7dbd1;font-size:.85rem;font-weight:700}.trust-row span{display:flex;align-items:center;gap:8px}.trust-row b{color:var(--yellow);font-size:1.15rem}.section{padding:90px 0}.section-head{max-width:680px;margin-bottom:38px}.section h2{font-size:clamp(2rem,4vw,3.45rem);margin:8px 0;line-height:1;letter-spacing:-.06em;text-transform:uppercase}.section p{color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step,.card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:25px}.step-no{width:36px;height:36px;display:grid;place-items:center;background:var(--yellow);color:#15130d;font-size:1.15rem;font-weight:900;border-radius:7px;margin-bottom:35px}.step h3{margin:0 0 8px;text-transform:uppercase;font-size:1rem}.profiles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px}.profile{border:1px solid var(--profile);border-radius:12px;padding:20px;background:#0d0f0d}.profile .dot{width:36px;height:36px;border-radius:50%;background:var(--profile);margin-bottom:23px}.profile h3{font-size:1rem;margin:0;text-transform:uppercase;color:var(--profile)}.quiz-wrap{background:#10110f;border:1px solid var(--line);border-radius:15px;padding:clamp(20px,4vw,48px)}.quiz-progress{height:6px;background:#292d28;border-radius:10px;margin:16px 0 32px}.quiz-progress span{display:block;height:100%;border-radius:inherit;background:var(--yellow);transition:width .25s}.quiz-question{display:none}.quiz-question.active{display:block}.quiz-question h3{font-size:clamp(1.4rem,3vw,2.35rem);margin:0 0 23px;line-height:1.1}.answers{display:grid;gap:10px}.answer{display:flex;gap:14px;align-items:center;padding:16px;border:1px solid #353a34;background:#171a17;border-radius:8px;cursor:pointer}.answer:hover,.answer.selected{border-color:var(--yellow);background:#201e13}.answer input{accent-color:var(--yellow);width:18px;height:18px}.quiz-controls{display:flex;justify-content:space-between;gap:10px;margin-top:28px}.quiz-result{display:none;padding:22px;border:1px solid var(--yellow);background:linear-gradient(110deg,#17190f,#11130e);border-radius:12px}.quiz-result.active{display:block}.quiz-result .profile-name{color:var(--lime);font-size:clamp(1.6rem,4vw,3rem);font-weight:900;text-transform:uppercase;letter-spacing:-.06em}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.program-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:26px;display:flex;flex-direction:column;min-height:275px}.program-card h3{font-size:1.55rem;line-height:1;margin:12px 0;text-transform:uppercase}.price{color:var(--yellow);font-size:1.5rem;font-weight:900;margin-top:auto}.site-footer{border-top:1px solid var(--line);padding:36px 4%;color:var(--muted);font-size:.86rem}.notice{width:min(1180px,92%);margin:20px auto;padding:14px;border:1px solid var(--yellow);background:#231e0b;color:#fff0bb;border-radius:8px}.account-wrap{width:min(900px,92%);margin:70px auto}.account-item{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:18px;border:1px solid var(--line);border-radius:8px;margin:12px 0;background:var(--panel)}
@media(max-width:800px){.nav-links{display:none}.hero{min-height:560px}.hero:after{opacity:.35;right:-16%;width:68%}.hero-copy{padding:80px 0}.steps,.profiles{grid-template-columns:repeat(2,1fr)}.program-grid{grid-template-columns:1fr}.section{padding:65px 0}}@media(max-width:460px){.steps,.profiles{grid-template-columns:1fr}.trust-row{gap:12px}.hero-actions .button{width:100%}}

/* Images de l'analyse : chaque question affiche une scène dédiée. */
.hero:after{background-image:linear-gradient(0deg,rgba(8,9,8,.2),rgba(8,9,8,.08)),url('assets/questions-09-12.png');background-size:200% 200%;background-position:100% 0;box-shadow:inset 0 0 85px rgba(0,0,0,.25),0 0 100px rgba(255,189,22,.1)}
.quiz-wrap{background:linear-gradient(140deg,#161914,#10110f 55%);border-color:#3b4038;border-radius:18px;box-shadow:0 25px 70px rgba(0,0,0,.32)}
.quiz-progress span{background:linear-gradient(90deg,#ffbd16,#ffd65e)}
.quiz-question-inner{display:grid;grid-template-columns:minmax(160px,32%) 1fr;gap:clamp(20px,3vw,38px);align-items:stretch}
.question-art{min-height:320px;border-radius:12px;border:1px solid #514d36;background-repeat:no-repeat;background-size:200% 200%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 12px 30px rgba(0,0,0,.28)}
.q-0,.q-1,.q-2,.q-3{background-image:url('assets/questions-01-04.png')}.q-4,.q-5,.q-6,.q-7{background-image:url('assets/questions-05-08.png')}.q-8,.q-9,.q-10,.q-11{background-image:url('assets/questions-09-12.png')}.q-0,.q-4,.q-8{background-position:0 0}.q-1,.q-5,.q-9{background-position:100% 0}.q-2,.q-6,.q-10{background-position:0 100%}.q-3,.q-7,.q-11{background-position:100% 100%}
.answer{transition:.16s ease}.answer:hover,.answer.selected{transform:translateX(4px)}
@media(max-width:800px){.hero:after{opacity:.45}.quiz-question-inner{grid-template-columns:1fr}.question-art{min-height:230px}}@media(max-width:460px){.question-art{min-height:180px}}

/* Ajustements de finition : visuels non déformés et interface compacte. */
.eyebrow:before{display:none}
.hero:after{right:5%;bottom:-2%;height:88%;width:min(37vw,470px);transform:none;border-radius:48% 48% 3% 3% / 22% 22% 3% 3%;background-image:linear-gradient(0deg,rgba(8,9,8,.08),rgba(8,9,8,0)),url('assets/hero-fitness-v2.png');background-size:cover;background-position:center center}
.question-art{min-height:0;aspect-ratio:1;background-size:200% 200%;background-color:#111}

@media (max-width:1024px){
  .nav{width:min(1180px,94%);gap:14px}.nav-links{gap:14px}.nav-cta,.button{padding:12px 16px;font-size:.82rem}
  .hero{min-height:580px}.hero-copy{max-width:56%;padding:80px 0}.hero:after{right:1%;width:39vw;height:82%}
  .section{width:min(1180px,94%);padding:72px 0}.quiz-question-inner{grid-template-columns:minmax(220px,34%) 1fr;gap:24px}.quiz-question h3{font-size:clamp(1.6rem,3.5vw,2.2rem)}
}
@media (max-width:760px){
  .site-header{position:relative}.nav{min-height:62px}.nav-links{display:none}.nav-cta{padding:10px 12px;font-size:.7rem}
  .hero{min-height:auto;background:linear-gradient(145deg,#0a0b09,#201707)}.hero:after{display:none}.hero-copy{max-width:none;padding:64px 0 60px}h1{font-size:clamp(2.6rem,14vw,4.7rem)}.lead{font-size:1rem}
  .hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%}.trust-row{gap:12px 18px;margin-top:28px;font-size:.78rem}
  .section{width:min(1180px,92%);padding:54px 0}.section-head{margin-bottom:26px}.steps,.profiles{grid-template-columns:1fr 1fr;gap:10px}.step,.profile{padding:17px}.step-no{margin-bottom:20px}
  .quiz-wrap{padding:20px 16px;border-radius:14px}.quiz-question-inner{grid-template-columns:1fr;gap:18px}.question-art{aspect-ratio:4/3;background-size:200% 200%}.quiz-question h3{font-size:1.58rem;margin-bottom:17px}.answer{padding:14px 13px}.answer:hover,.answer.selected{transform:none}.quiz-controls{margin-top:22px}.quiz-controls .button{min-width:0;padding:12px 13px}
}
@media (max-width:390px){.brand{font-size:1.08rem}.nav-cta{font-size:.63rem;padding:9px}.steps,.profiles{grid-template-columns:1fr}.trust-row span{width:100%}}

/* La méthode devient un parcours éditorial, plutôt qu'une grille de cartes. */
.journey{position:relative;isolation:isolate}.journey:before{content:"";position:absolute;z-index:-1;inset:140px -5vw 80px;background:radial-gradient(circle at 12% 16%,rgba(255,189,22,.10),transparent 23%),radial-gradient(circle at 88% 82%,rgba(70,151,242,.10),transparent 24%);filter:blur(8px);pointer-events:none}.journey-head h2{max-width:720px}.journey-head h2 em{color:var(--yellow);font-style:normal}.journey-head p{max-width:580px;font-size:1.06rem}
.journey .steps{align-items:start;gap:18px;margin-top:52px}.journey .step{position:relative;overflow:hidden;min-height:318px;padding:31px 27px 27px;border-color:#32362f;background:linear-gradient(145deg,rgba(29,33,28,.96),rgba(12,14,12,.98));box-shadow:0 18px 40px rgba(0,0,0,.22);transition:transform .28s ease,border-color .28s ease}.journey .step:after{content:"";position:absolute;width:190px;height:190px;right:-85px;bottom:-104px;border-radius:50%;background:radial-gradient(circle,var(--yellow) 0,rgba(255,189,22,.1) 35%,transparent 68%);opacity:.21;filter:blur(2px)}.journey .step:hover{transform:translateY(-9px);border-color:rgba(255,189,22,.7)}.journey .step:nth-child(2){margin-top:38px}.journey .step:nth-child(3){margin-top:14px}.journey .step:nth-child(4){margin-top:54px}.journey .step-orbit{display:grid;place-items:center;width:74px;height:74px;border:1px solid rgba(255,189,22,.36);border-radius:50%;background:radial-gradient(circle at 34% 28%,rgba(255,189,22,.27),transparent 52%);margin-bottom:42px}.journey .step-no{width:auto;height:auto;margin:0;background:transparent;color:var(--yellow);font-size:1rem;letter-spacing:.08em}.step-kicker{display:block;color:#a4aa9d;text-transform:uppercase;letter-spacing:.12em;font-size:.66rem;font-weight:800;margin-bottom:9px}.journey .step h3{font-size:1.5rem;letter-spacing:-.04em;margin:0 0 12px}.journey .step p{position:relative;z-index:1;margin:0;color:#bdc2b9;font-size:.95rem}
.profile-intro{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:112px 0 22px}.profile-intro span{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow);font-weight:900}.profile-intro p{max-width:360px;margin:0;text-align:right;font-size:.95rem}.journey .profiles{gap:16px;margin-top:0}.journey .profile{position:relative;isolation:isolate;overflow:hidden;min-height:218px;padding:24px 20px 22px;border-color:color-mix(in srgb,var(--profile) 78%,#182018);background:linear-gradient(145deg,rgba(19,22,19,.98),rgba(10,12,10,.98));display:flex;flex-direction:column;justify-content:flex-end;transition:transform .25s ease}.journey .profile:before{content:"";z-index:-1;position:absolute;width:170px;height:170px;left:-68px;top:-62px;border-radius:50%;background:var(--profile);opacity:.16;filter:blur(3px)}.journey .profile:hover{transform:translateY(-7px)}.journey .profile-letter{position:absolute;right:17px;top:3px;color:var(--profile);font-size:6.8rem;font-weight:900;letter-spacing:-.12em;line-height:1;opacity:.16}.journey .profile .dot{width:15px;height:15px;margin:0 0 auto;box-shadow:0 0 18px var(--profile)}.journey .profile h3{position:relative;margin:0 0 5px;color:#fff;font-size:1.05rem;letter-spacing:-.025em}.journey .profile p{position:relative;margin:0;color:#bbc1b8;font-size:.82rem}.journey .profile-a{border-radius:28px 12px 12px 12px}.journey .profile-b{border-radius:12px 28px 12px 12px}.journey .profile-c{border-radius:12px 12px 12px 28px}.journey .profile-d{border-radius:12px 12px 28px 12px}
@media(max-width:1024px){.journey .steps,.journey .profiles{grid-template-columns:repeat(2,1fr)}.journey .step:nth-child(n){margin-top:0}.journey .step:nth-child(even){margin-top:22px}.profile-intro{margin-top:72px}}
@media(max-width:760px){.journey .steps{margin-top:30px;gap:12px}.journey .step{min-height:250px;padding:22px 18px}.journey .step:nth-child(even){margin-top:0}.journey .step-orbit{width:56px;height:56px;margin-bottom:27px}.journey .step h3{font-size:1.2rem}.journey .step p{font-size:.83rem}.profile-intro{display:block;margin:55px 0 18px}.profile-intro p{text-align:left;margin-top:8px}.journey .profile{min-height:182px}.journey .profile-letter{font-size:5.7rem}}
@media(max-width:520px){.journey .steps,.journey .profiles{grid-template-columns:1fr}.journey .step{min-height:198px}.journey .profile{min-height:158px}.journey .profile-intro{margin-top:45px}}

/* Pages privées et contact. */
.member-page,.contact-page{min-height:calc(100vh - 150px);padding:clamp(48px,8vw,110px) 0}.account-wrap,.contact-wrap{width:min(1060px,92%);margin:auto}.account-hero,.contact-hero{max-width:670px}.account-hero>span,.contact-hero>span{display:block;text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.72rem;color:var(--yellow);margin-bottom:15px}.account-hero h1,.contact-hero h1{font-size:clamp(2.8rem,6vw,5.4rem);line-height:.9;letter-spacing:-.075em;text-transform:uppercase;margin:0 0 18px}.account-hero h1 em,.contact-hero h1 em{color:var(--yellow);font-style:normal}.account-hero p,.contact-hero p{font-size:1.08rem;max-width:540px;margin:0;color:#b8bdb5}.account-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:50px}.account-panel{position:relative;overflow:hidden;padding:34px;border:1px solid #363b34;border-radius:16px;background:linear-gradient(145deg,#171a16,#0e100e);min-height:390px}.account-panel--accent{border-color:rgba(255,189,22,.55);background:radial-gradient(circle at 92% 8%,rgba(255,189,22,.2),transparent 35%),linear-gradient(145deg,#18170e,#0e100e)}.panel-number{color:var(--yellow);font-size:.72rem;font-weight:900;letter-spacing:.14em}.account-panel h2{font-size:1.75rem;letter-spacing:-.05em;margin:28px 0 7px;text-transform:uppercase}.account-panel>p{margin:0 0 25px;color:#abb1a8}.account-panel form p{margin:16px 0}.account-panel label,.contact-card label{display:grid;gap:8px;font-size:.78rem;color:#e8e9e5;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.account-panel input,.contact-card input,.contact-card textarea{width:100%;border:1px solid #3a4038;border-radius:7px;background:#0d0f0d;color:#fff;padding:13px;font:inherit;text-transform:none;letter-spacing:normal}.account-panel input:focus,.contact-card input:focus,.contact-card textarea:focus{outline:2px solid var(--yellow);outline-offset:1px;border-color:var(--yellow)}.account-panel #loginform{display:grid;gap:5px}.account-panel .login-remember{display:flex;align-items:center;gap:8px;font-size:.8rem}.account-panel .login-submit{margin-top:4px}.account-panel #wp-submit{padding:13px 18px;border:0;border-radius:7px;background:var(--yellow);font-weight:900;cursor:pointer}.account-hero--compact{padding-bottom:35px;border-bottom:1px solid #2f342e}.account-hero--compact h1{font-size:clamp(2.5rem,5vw,4.1rem)}.empty-library{margin-top:32px;display:flex;align-items:center;gap:30px;padding:34px;border:1px solid #3a4038;border-radius:16px;background:radial-gradient(circle at 0% 0%,rgba(255,189,22,.18),transparent 28%),#121511}.empty-library__mark{display:grid;place-items:center;flex:0 0 92px;height:92px;border-radius:50%;border:1px solid rgba(255,189,22,.65);color:var(--yellow);font-size:1.4rem;font-weight:900}.empty-library h2{font-size:1.7rem;text-transform:uppercase;letter-spacing:-.05em;margin:0 0 7px}.empty-library p{color:#b7bcb3;margin:0 0 18px}.purchased-programs{margin-top:30px}.account-item{padding:21px 24px}.account-item>div:first-child{display:grid;gap:4px}.account-item span{font-size:.7rem;color:var(--lime);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.account-item strong{font-size:1.2rem}
.contact-page{background:radial-gradient(circle at 89% 18%,rgba(255,189,22,.13),transparent 27%)}.contact-wrap{display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(38px,7vw,100px);align-items:center}.contact-hero a{display:inline-block;margin-top:24px;color:var(--yellow);font-weight:900}.contact-card{padding:clamp(24px,4vw,46px);border:1px solid #3d423b;border-radius:18px;background:linear-gradient(145deg,rgba(22,25,21,.98),rgba(11,13,11,.98));box-shadow:0 28px 65px rgba(0,0,0,.28)}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-fields p{margin:0}.contact-fields__full{grid-column:1/-1}.contact-card textarea{resize:vertical;min-height:140px}.contact-card .button{margin-top:24px}.contact-success{padding:25px;border:1px solid rgba(141,204,53,.6);border-radius:12px;background:rgba(141,204,53,.08)}.contact-success strong{font-size:1.35rem;color:var(--lime)}.contact-success p{margin:7px 0 0;color:#c4cbc0}.program-card--pending{opacity:.72}.program-status{margin-top:auto;display:grid;gap:5px;padding-top:22px;color:#c6cbc2}.program-status strong{color:var(--yellow);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.program-status span{font-size:.84rem}
@media(max-width:760px){.member-page,.contact-page{padding:55px 0}.account-panels,.contact-wrap{grid-template-columns:1fr}.account-panels{margin-top:32px}.account-panel{min-height:0;padding:25px}.empty-library{align-items:flex-start;flex-direction:column;gap:19px;padding:25px}.account-item{align-items:flex-start;flex-direction:column}.account-item>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.contact-wrap{gap:38px}.contact-fields{grid-template-columns:1fr}.contact-fields__full{grid-column:auto}.contact-card{padding:24px 18px}}

/* Recommandation issue du questionnaire. */
#programmes{scroll-margin-top:86px}.profile-program-notice{margin:0 0 20px;padding:15px 18px;border:1px solid rgba(255,189,22,.55);border-radius:10px;background:rgba(255,189,22,.08);color:#f4e4ad!important;font-weight:700}.profile-program-notice[hidden],.program-card[hidden]{display:none}.program-card.is-recommended{border-color:var(--yellow);box-shadow:0 0 0 1px rgba(255,189,22,.25),0 22px 55px rgba(0,0,0,.34)}.program-card.is-pulsing{animation:es-program-pulse 1.7s ease}@keyframes es-program-pulse{0%,100%{transform:translateY(0);box-shadow:0 0 0 1px rgba(255,189,22,.25),0 22px 55px rgba(0,0,0,.34)}35%{transform:translateY(-8px);box-shadow:0 0 0 5px rgba(255,189,22,.18),0 28px 70px rgba(255,189,22,.18)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.program-card.is-pulsing{animation:none}}

/* Paiement WooCommerce intégré au thème EnergySport. */
.wc-checkout-page{min-height:calc(100vh - 140px);padding:clamp(52px,7vw,96px) 0;background:radial-gradient(circle at 92% 8%,rgba(255,189,22,.12),transparent 30%)}.wc-checkout-shell{width:min(1180px,92%);margin:auto}.wc-checkout-head{max-width:720px;margin-bottom:45px}.wc-checkout-head>span{display:block;color:var(--yellow);font-size:.72rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.wc-checkout-head h1{font-size:clamp(2.7rem,6vw,5.3rem);margin:13px 0 18px}.wc-checkout-head h1 em{color:var(--yellow);font-style:normal}.wc-checkout-head p{max-width:620px;color:#b7bdb4;font-size:1.04rem}.wc-checkout-content .woocommerce{color:var(--cream)}.wc-checkout-content .woocommerce-info,.wc-checkout-content .woocommerce-message,.wc-checkout-content .woocommerce-error{border:1px solid #3b4139;border-top-color:var(--yellow);border-radius:10px;background:#151815;color:#e7e9e4}.wc-checkout-content .woocommerce-info:before,.wc-checkout-content .woocommerce-message:before{color:var(--yellow)}.wc-checkout-content .woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:24px}.wc-checkout-content #customer_details{min-width:0}.wc-checkout-content #customer_details>div{width:100%;float:none}.wc-checkout-content .col-2{margin-top:20px}.wc-checkout-content #order_review_heading,.wc-checkout-content #order_review{width:100%;float:none}.wc-checkout-content h3{font-size:1.25rem;text-transform:uppercase;letter-spacing:-.03em}.wc-checkout-content .woocommerce-billing-fields,.wc-checkout-content .woocommerce-additional-fields,.wc-checkout-content #order_review{padding:25px;border:1px solid #343a33;border-radius:15px;background:linear-gradient(145deg,#171a16,#0e100e)}.wc-checkout-content form .form-row label{color:#e7e9e4;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.wc-checkout-content form .form-row input.input-text,.wc-checkout-content form .form-row textarea,.wc-checkout-content .select2-container .select2-selection{min-height:46px;padding:11px 13px;border:1px solid #3c433b;border-radius:7px;background:#0b0d0b;color:#fff}.wc-checkout-content .select2-container .select2-selection__rendered{color:#fff;line-height:22px}.wc-checkout-content table.shop_table{border-color:#3b4139;border-radius:9px;color:#e8eae6}.wc-checkout-content table.shop_table th,.wc-checkout-content table.shop_table td{border-color:#343a33}.wc-checkout-content #payment{background:#0c0e0c;border:1px solid #373d36;color:#e8eae6}.wc-checkout-content #payment div.payment_box{background:#1b1f1a;color:#d7dbd4}.wc-checkout-content #payment div.payment_box:before{border-bottom-color:#1b1f1a}.wc-checkout-content #place_order{width:100%;padding:16px 22px;border:0;border-radius:8px;background:var(--yellow);color:#090a09;font-weight:900;text-transform:uppercase}.wc-checkout-content #place_order:hover{background:#ffd15b}.wc-checkout-content a{color:var(--yellow)}@media(max-width:900px){.wc-checkout-content .woocommerce form.checkout{grid-template-columns:1fr}.wc-checkout-content #order_review_heading{margin-top:18px}}@media(max-width:520px){.wc-checkout-page{padding:48px 0}.wc-checkout-content .woocommerce-billing-fields,.wc-checkout-content .woocommerce-additional-fields,.wc-checkout-content #order_review{padding:19px 15px}.wc-checkout-head{margin-bottom:30px}}

/* Système typographique et rythme global — version compacte. */
:root{--content-wide:1120px;--title-xl:clamp(2.65rem,5vw,4.65rem);--title-lg:clamp(2.15rem,3.7vw,3.35rem);--title-md:clamp(1.75rem,2.7vw,2.55rem)}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,Helvetica,sans-serif;line-height:1.55}
h1{font-size:var(--title-lg);line-height:.98;letter-spacing:-.055em;margin:14px 0 20px}
.hero-inner,.section,.nav{width:min(var(--content-wide),92%)}
.hero{min-height:560px}.hero-copy{max-width:610px;padding:82px 0}.hero-copy h1{font-size:var(--title-xl);line-height:.94;max-width:720px}.lead{font-size:1.04rem;line-height:1.65;max-width:530px}.trust-row{margin-top:34px}
.section{padding:72px 0}.section-head{max-width:620px;margin-bottom:31px}.section h2{font-size:var(--title-lg);line-height:1.04;letter-spacing:-.052em;margin:7px 0 12px}.journey-head h2{max-width:610px}.journey .steps{margin-top:40px}.journey .step{min-height:285px}.profile-intro{margin-top:86px}
.quiz-question h3{font-size:clamp(1.4rem,2.25vw,1.95rem);line-height:1.16;letter-spacing:-.035em}.quiz-result .profile-name{font-size:var(--title-md);line-height:1.02}.program-card{min-height:250px;padding:24px}.program-card h3{font-size:1.35rem;line-height:1.06;letter-spacing:-.035em}.price{font-size:1.35rem}
.member-page,.contact-page{padding:clamp(50px,6vw,82px) 0}.account-hero,.contact-hero{max-width:610px}.account-hero h1,.contact-hero h1{font-size:var(--title-lg);line-height:.98;letter-spacing:-.055em;margin-bottom:17px}.account-hero--compact h1{font-size:clamp(2rem,3.5vw,3rem)}.account-hero p,.contact-hero p{font-size:1rem;line-height:1.65}.account-panels{margin-top:38px}.account-panel{min-height:350px;padding:30px}.account-panel h2{font-size:1.45rem;margin-top:24px}.empty-library h2{font-size:1.45rem}
.wc-checkout-page{padding:clamp(46px,5.5vw,76px) 0}.wc-checkout-shell{width:min(1080px,92%)}.wc-checkout-head{max-width:610px;margin-bottom:34px}.wc-checkout-head h1{font-size:var(--title-lg);line-height:.98;letter-spacing:-.055em;margin:11px 0 15px}.wc-checkout-head p{font-size:1rem;line-height:1.6}.wc-checkout-content .woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);grid-template-areas:"customer order-title" "customer order-review";align-items:start;gap:18px 24px}.wc-checkout-content #customer_details{grid-area:customer;width:100%!important;float:none!important;min-width:0}.wc-checkout-content #order_review_heading{grid-area:order-title;width:100%!important;float:none!important;margin:0}.wc-checkout-content #order_review{grid-area:order-review;width:100%!important;float:none!important}.wc-checkout-content #customer_details>div{width:100%!important;float:none!important}.wc-checkout-content .woocommerce-billing-fields,.wc-checkout-content .woocommerce-additional-fields,.wc-checkout-content #order_review{padding:22px}.wc-checkout-content h3{font-size:1.08rem;letter-spacing:-.02em}.wc-checkout-content form .form-row label{font-size:.72rem}.wc-checkout-content form .form-row input.input-text,.wc-checkout-content form .form-row textarea,.wc-checkout-content .select2-container .select2-selection{min-height:43px;padding:9px 12px}
.section>h1{max-width:760px;font-size:var(--title-lg)}
@media(max-width:900px){:root{--title-xl:clamp(2.45rem,8vw,3.85rem);--title-lg:clamp(2rem,6.5vw,3rem)}.hero{min-height:520px}.hero-copy{padding:68px 0}.wc-checkout-content .woocommerce form.checkout{grid-template-columns:1fr;grid-template-areas:"customer" "order-title" "order-review"}.wc-checkout-content #order_review_heading{margin-top:14px}}
@media(max-width:760px){:root{--title-xl:clamp(2.35rem,10.5vw,3.25rem);--title-lg:clamp(1.9rem,8.5vw,2.65rem);--title-md:clamp(1.65rem,7vw,2.2rem)}h1,.hero-copy h1,.account-hero h1,.contact-hero h1,.wc-checkout-head h1{letter-spacing:-.045em}.hero-copy{padding:54px 0}.section{padding:50px 0}.section-head{margin-bottom:24px}.journey .steps{margin-top:27px}.profile-intro{margin-top:48px}.member-page,.contact-page,.wc-checkout-page{padding:45px 0}.account-panel{padding:24px}.contact-wrap{gap:32px}.wc-checkout-head{margin-bottom:27px}.program-card{min-height:225px}}
@media(max-width:390px){:root{--title-xl:2.35rem;--title-lg:1.95rem}.nav-cta{max-width:150px;text-align:center;line-height:1.15}.button{line-height:1.2}.quiz-result{padding:18px}}

/* Échelle finale — titres plus éditoriaux et bandeaux moins hauts. */
:root{
  --title-xl:clamp(2.5rem,4vw,3.65rem);
  --title-lg:clamp(1.9rem,2.8vw,2.75rem);
  --title-md:clamp(1.55rem,2.1vw,2.15rem);
}
.hero{min-height:510px}
.hero-copy{padding:64px 0}
.section{padding:62px 0}
.section h2,
.section>h1{font-size:var(--title-lg)}
.account-hero h1,
.contact-hero h1{font-size:var(--title-lg)}
.member-page,
.contact-page{padding:58px 0}
.wc-checkout-page{padding:34px 0 58px}
.wc-checkout-head{max-width:540px;margin-bottom:25px}
.wc-checkout-head h1{font-size:clamp(2rem,3vw,2.75rem);line-height:1;margin:8px 0 11px;letter-spacing:-.045em}
.wc-checkout-head p{font-size:.94rem;margin:0;line-height:1.5}

@media(max-width:900px){
  :root{--title-xl:clamp(2.35rem,6.5vw,3.25rem);--title-lg:clamp(1.85rem,5vw,2.5rem)}
  .hero{min-height:480px}
  .hero-copy{padding:56px 0}
}
@media(max-width:760px){
  :root{--title-xl:clamp(2.15rem,9vw,2.8rem);--title-lg:clamp(1.7rem,7vw,2.2rem);--title-md:clamp(1.45rem,6vw,1.9rem)}
  .hero-copy{padding:45px 0}
  .section{padding:44px 0}
  .member-page,.contact-page{padding:40px 0}
  .wc-checkout-page{padding:30px 0 44px}
  .wc-checkout-head h1{font-size:clamp(1.8rem,8vw,2.2rem)}
}
@media(max-width:390px){
  :root{--title-xl:2.15rem;--title-lg:1.75rem}
  .wc-checkout-head h1{font-size:1.85rem}
}

/* La sélection commerciale vit dans l’espace personnel. */
.account-catalog{margin-top:48px;padding-top:42px;border-top:1px solid #30352f;scroll-margin-top:90px}
.account-catalog__head{max-width:620px;margin-bottom:26px}
.account-catalog__head h2{font-size:var(--title-lg);line-height:1.04;letter-spacing:-.05em;text-transform:uppercase;margin:8px 0 10px}
.account-catalog__head p{color:var(--muted);margin:0}
@media(max-width:760px){.account-catalog{margin-top:36px;padding-top:32px}.account-catalog__head{margin-bottom:22px}}

/* État de session dans Mon compte. */
.account-hero--logged{max-width:none;display:flex;align-items:center;justify-content:space-between;gap:28px}
.account-hero--logged>div{max-width:610px}
.account-hero--logged>div>span{display:block;text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.72rem;color:var(--yellow);margin-bottom:15px}
.account-logout{flex:0 0 auto;background:transparent;color:var(--cream);border-color:#596057}
.account-logout:hover{color:#090a09;border-color:var(--yellow)}
@media(max-width:760px){.account-hero--logged{align-items:flex-start;flex-direction:column;gap:22px}.account-logout{align-self:flex-start}}

/* Club privé : fil communautaire et identité des membres. */
.community-page{min-height:calc(100vh - 140px);padding:56px 0 82px;background:radial-gradient(circle at 88% 5%,rgba(255,189,22,.12),transparent 24%),radial-gradient(circle at 8% 42%,rgba(141,204,53,.06),transparent 28%),#090a09}
.community-shell,.community-gate{width:min(1080px,92%);margin:auto}
.community-hero{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:space-between;gap:35px;padding:38px 42px;margin-bottom:28px;border:1px solid #343932;border-radius:22px;background:linear-gradient(120deg,rgba(20,24,19,.96),rgba(12,14,12,.95))}
.community-hero:before{content:"";position:absolute;right:12%;top:-130px;width:330px;height:330px;border:1px solid rgba(255,189,22,.32);border-radius:50%;box-shadow:0 0 0 42px rgba(255,189,22,.025),0 0 0 84px rgba(255,189,22,.018)}
.community-hero>div{position:relative;z-index:1}.community-hero h1{font-size:clamp(2.15rem,4vw,3.6rem);margin:11px 0 13px;max-width:560px}.community-hero h1 em{color:var(--yellow);font-style:normal}.community-hero p{max-width:575px;margin:0;color:#bcc2b8}
.community-hero__badge{flex:0 0 150px;display:grid;place-items:center;align-content:center;aspect-ratio:1;border:1px solid rgba(255,189,22,.48);border-radius:50%;background:rgba(9,10,9,.7);text-align:center}.community-hero__badge strong{display:block;color:var(--yellow);font-size:2rem;line-height:1}.community-hero__badge span{margin-top:7px;color:#d5d9d2;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.community-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;align-items:start}.community-sidebar{position:sticky;top:91px;display:grid;gap:14px}.community-member-card,.community-code,.community-composer,.community-post,.community-empty{border:1px solid #343a32;border-radius:17px;background:linear-gradient(145deg,#171a16,#0e100e)}
.community-member-card{overflow:hidden;padding:21px}.community-member-card>img{display:block;width:92px;height:92px;object-fit:cover;border-radius:50%;border:2px solid var(--yellow);box-shadow:0 0 0 6px rgba(255,189,22,.08);margin-bottom:22px}.community-member-card span,.community-code>span{display:block;color:var(--yellow);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.community-member-card h2{margin:4px 0 9px;font-size:1.25rem;letter-spacing:-.04em}.community-member-card a{color:#daddd7;font-size:.75rem;font-weight:800}.community-member-card a:hover{color:var(--yellow)}
.community-code{position:relative;overflow:hidden;padding:21px}.community-code:after{content:"ES";position:absolute;right:-5px;bottom:-25px;color:rgba(255,189,22,.06);font-size:5.5rem;font-weight:900;letter-spacing:-.1em}.community-code p{position:relative;z-index:1;margin:9px 0 0;color:#adb4aa;font-size:.84rem}
.community-main{min-width:0;display:grid;gap:18px}.community-composer{padding:22px}.community-composer__head{display:flex;align-items:center;gap:12px;margin-bottom:17px}.community-composer__head img,.community-post__author img{width:46px;height:46px;object-fit:cover;border-radius:50%;border:1px solid #4a5048}.community-composer__head div{display:grid}.community-composer__head strong{font-size:.94rem}.community-composer__head span{color:#9da49b;font-size:.76rem}.community-composer textarea{display:block;width:100%;min-height:96px;resize:vertical;padding:15px;border:1px solid #363d35;border-radius:10px;background:#0b0d0b;color:#fff;font:inherit}.community-composer textarea:focus,.community-comment-form input:focus{outline:2px solid rgba(255,189,22,.75);outline-offset:1px}.community-composer__actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:13px}.media-picker{display:inline-flex;align-items:center;gap:8px;color:#d9ddd6;font-size:.8rem;font-weight:800;cursor:pointer}.media-picker span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:rgba(255,189,22,.1);color:var(--yellow);font-size:1.25rem}.media-picker input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.community-composer>form>small{display:block;margin-top:10px;color:#858c83;font-size:.67rem}
.community-feed{display:grid;gap:18px}.community-post{overflow:hidden;scroll-margin-top:90px}.community-post__author{display:flex;align-items:center;gap:12px;padding:20px 22px 13px}.community-post__author div{display:grid}.community-post__author strong{font-size:.92rem}.community-post__author span{color:#929990;font-size:.72rem}.community-post__text{padding:3px 22px 17px;color:#e1e4de;font-size:.94rem}.community-post__text p{margin:8px 0}.community-post__media{display:grid;place-items:center;max-height:680px;overflow:hidden;background:#050605;border-top:1px solid #292e28;border-bottom:1px solid #292e28}.community-post__media img,.community-post__media video{display:block;width:100%;max-height:680px;object-fit:contain;background:#050605}.community-post__stats{display:flex;justify-content:space-between;gap:12px;padding:12px 22px;color:#969e94;font-size:.74rem}.community-post__actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #2d332c;border-bottom:1px solid #2d332c}.community-post__actions form{display:block}.community-action{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:43px;padding:8px;border:0;background:transparent;color:#c9cec6;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.community-action:hover,.community-action.is-liked{color:var(--yellow);background:rgba(255,189,22,.05)}.community-action span{font-size:1rem}.community-action.is-liked span{animation:es-heart .32s ease}@keyframes es-heart{50%{transform:scale(1.35)}}
.community-comments{display:grid;gap:11px;padding:15px 22px 4px}.community-comment{display:flex;align-items:flex-start;gap:9px}.community-comment>img,.community-comment-form>img{flex:0 0 auto;width:31px;height:31px;object-fit:cover;border-radius:50%}.community-comment>div{padding:8px 11px;border-radius:5px 13px 13px 13px;background:#20231f}.community-comment strong{font-size:.72rem}.community-comment p{margin:2px 0 0;color:#d4d8d1;font-size:.78rem}.community-comment-form{display:flex;align-items:center;gap:9px;padding:15px 22px 20px}.community-comment-form label{flex:1}.community-comment-form input{display:block;width:100%;height:39px;padding:9px 13px;border:1px solid #343a33;border-radius:22px;background:#0b0d0b;color:#fff;font:inherit;font-size:.78rem}.community-comment-form button{display:grid;place-items:center;flex:0 0 36px;height:36px;border:0;border-radius:50%;background:var(--yellow);color:#090a09;font-size:1rem;font-weight:900;cursor:pointer}
.community-empty{padding:35px}.community-empty>span{color:var(--yellow);font-size:.7rem;font-weight:900;letter-spacing:.12em}.community-empty h2{margin:15px 0 7px;font-size:1.65rem;text-transform:uppercase;letter-spacing:-.05em}.community-empty p{margin:0;color:#abb2a8}.community-gate{min-height:calc(100vh - 250px);display:flex;align-items:center;justify-content:center;gap:42px;padding:55px 0}.community-gate>div{max-width:610px}.community-gate h1{font-size:clamp(2.25rem,4vw,3.65rem);margin:11px 0 18px}.community-gate p{max-width:570px;color:#b6bcb3;margin:0 0 24px}.community-orbit{display:grid;place-items:center;flex:0 0 155px;height:155px;border:1px solid rgba(255,189,22,.7);border-radius:50%;color:var(--yellow);font-size:2rem;font-weight:900;box-shadow:0 0 0 25px rgba(255,189,22,.025),0 0 60px rgba(255,189,22,.08)}
.member-profile-card{display:grid;grid-template-columns:auto 1fr minmax(255px,340px);align-items:center;gap:24px;margin-top:28px;padding:24px;border:1px solid #353b34;border-radius:16px;background:linear-gradient(145deg,#161915,#101210)}.member-avatar img{display:block;width:88px;height:88px;object-fit:cover;border:2px solid var(--yellow);border-radius:50%;box-shadow:0 0 0 6px rgba(255,189,22,.07)}.member-profile-copy>span{color:var(--yellow);font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.member-profile-copy h2{margin:4px 0 1px;font-size:1.3rem;letter-spacing:-.04em}.member-profile-copy p{margin:0;color:#9ea59b;font-size:.8rem}.member-profile-copy a{display:inline-block;margin-top:7px;color:#e3e5e0;font-size:.75rem;font-weight:800}.profile-photo-form{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px 10px;padding-left:22px;border-left:1px solid #333832}.profile-photo-form label{grid-column:1/-1;font-size:.72rem;font-weight:900;text-transform:uppercase}.profile-photo-form input{min-width:0;color:#aab0a7;font-size:.72rem}.profile-photo-form small{grid-column:1/-1;color:#858c82;font-size:.65rem}.profile-photo-form .button{grid-column:2;grid-row:2/4;padding:10px 13px;font-size:.7rem}
@media(max-width:900px){.community-layout{grid-template-columns:1fr}.community-sidebar{position:static;grid-template-columns:1fr 1fr}.community-member-card{display:flex;align-items:center;gap:18px}.community-member-card>img{width:72px;height:72px;margin:0}.member-profile-card{grid-template-columns:auto 1fr}.profile-photo-form{grid-column:1/-1;padding:18px 0 0;border-left:0;border-top:1px solid #333832}}
@media(max-width:760px){.site-header .nav{flex-wrap:wrap;padding:10px 0}.site-header .nav-links{display:flex;order:3;width:100%;gap:18px;padding-top:8px;border-top:1px solid #292e28;overflow-x:auto;white-space:nowrap;font-size:.78rem}.site-header .nav-cta{margin-left:auto}.community-page{padding:31px 0 55px}.community-hero{align-items:flex-start;padding:27px 22px}.community-hero__badge{display:none}.community-hero h1{font-size:2.35rem}.community-sidebar{grid-template-columns:1fr}.community-code{display:none}.community-composer,.community-post{border-radius:14px}.community-post__author,.community-post__text,.community-comments,.community-comment-form{padding-left:17px;padding-right:17px}.community-gate{align-items:flex-start;flex-direction:column;gap:28px;padding:50px 0}.community-orbit{flex-basis:105px;width:105px;height:105px;font-size:1.4rem}.member-profile-card{grid-template-columns:auto 1fr;padding:20px}.member-avatar img{width:68px;height:68px}.profile-photo-form{grid-template-columns:1fr}.profile-photo-form .button{grid-column:1;grid-row:auto;justify-self:start}.community-composer__actions{align-items:flex-start;flex-direction:column}.community-composer__actions .button{width:100%}}
@media(max-width:430px){.site-header .nav-cta{font-size:.59rem;max-width:128px}.community-hero h1{font-size:2rem}.community-post__media img,.community-post__media video{max-height:500px}.member-profile-card{grid-template-columns:1fr}.member-avatar img{width:76px;height:76px}}
@media(prefers-reduced-motion:reduce){.community-action.is-liked span{animation:none}}
.es-feedback{margin:0 0 18px;padding:12px 15px;border:1px solid;border-radius:9px;font-size:.82rem;font-weight:750}.es-feedback--success{border-color:rgba(141,204,53,.55);background:rgba(141,204,53,.09);color:#dff8bd}.es-feedback--error{border-color:rgba(242,87,142,.55);background:rgba(242,87,142,.08);color:#ffd5e4}.account-hero+.es-feedback{margin-top:22px;margin-bottom:0}

/* Publications plus compactes et suppression personnelle. */
.community-post__author>div{display:grid}
.community-delete-form{margin-left:auto}
.community-delete-form button{padding:6px 9px;border:1px solid transparent;border-radius:6px;background:transparent;color:#8f968d;font:inherit;font-size:.7rem;cursor:pointer}
.community-delete-form button:hover{border-color:rgba(242,87,142,.42);background:rgba(242,87,142,.07);color:#ff8db5}
.community-post__media{max-height:520px;padding:14px;overflow:hidden;background:#080908}
.community-post__media img,.community-post__media video{width:auto;max-width:min(100%,620px);max-height:490px;border-radius:8px;object-fit:contain}
@media(max-width:430px){.community-post__media{max-height:410px;padding:10px}.community-post__media img,.community-post__media video{max-height:390px}}

/* Actions sociales, menus contextuels et interactions instantanées. */
.theme-toggle{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;padding:0;border:1px solid #3d433b;border-radius:50%;background:#141713;color:var(--yellow);font-size:1rem;cursor:pointer;transition:transform .2s ease,background .2s ease}
.theme-toggle:hover{transform:rotate(12deg);background:#22261f}
.community-post-menu{position:relative!important;display:block!important;margin-left:auto}
.community-post-menu__toggle{display:grid;place-items:center;min-width:38px;height:34px;padding:0 8px;border:0;border-radius:50%;background:transparent;color:#aab0a7;font-weight:900;letter-spacing:.1em;cursor:pointer}
.community-post-menu__toggle:hover,.community-post-menu__toggle[aria-expanded="true"]{background:#252924;color:#fff}
.community-post-menu__dropdown{position:absolute;z-index:8;right:0;top:38px;width:218px;padding:7px;border:1px solid #3c423a;border-radius:11px;background:#171a16;box-shadow:0 16px 42px rgba(0,0,0,.42)}
.community-post-menu__dropdown[hidden],.community-share-panel[hidden]{display:none}
.community-post-menu__dropdown form{margin:0}.community-post-menu__dropdown button{display:block;width:100%;padding:11px 12px;border:0;border-radius:7px;background:transparent;color:#e2e5df;text-align:left;font:inherit;font-size:.78rem;font-weight:750;cursor:pointer}.community-post-menu__dropdown button:hover{background:#262a25}.community-post-menu__dropdown button.is-danger{color:#ff91b7}
.community-post__actions{grid-template-columns:repeat(3,1fr)}
.community-share-panel{padding:16px 20px 18px;border-bottom:1px solid #2d332c;background:#0c0e0c}.community-share-panel>span{display:block;margin-bottom:10px;color:#9fa69c;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.community-share-panel>div{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.community-share-panel button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:39px;padding:8px;border:1px solid #343a33;border-radius:8px;background:#161916;color:#dce0d9;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}.community-share-panel button:hover{border-color:var(--yellow);color:var(--yellow)}.community-share-panel button b{font-size:.95rem}.community-share-status{display:block;min-height:1em;margin-top:9px;color:var(--yellow);font-size:.68rem}.community-action:disabled,.community-comment-form button:disabled{cursor:wait;opacity:.55}.community-inline-status{margin:0 20px 15px;padding:9px 11px;border:1px solid rgba(242,87,142,.5);border-radius:7px;background:rgba(242,87,142,.08);color:#ffd5e4;font-size:.72rem}.community-comment.is-new{animation:es-comment-in .34s ease}@keyframes es-comment-in{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}

/* Thème clair/sombre mémorisé. */
html[data-theme="light"]{--ink:#f3f1e9;--panel:#fff;--line:#d8d8ce;--muted:#666c63;--cream:#191b18;color-scheme:light}
html[data-theme="light"] body{background:#f3f1e9;color:#191b18}
html[data-theme="light"] .site-header{background:rgba(250,249,244,.95);border-color:#d8d8ce}
html[data-theme="light"] .theme-toggle{background:#fff;color:#282b27;border-color:#caccc3}
html[data-theme="light"] .hero{background:radial-gradient(circle at 75% 30%,#f1c673 0,transparent 24%),linear-gradient(120deg,#f8f7f2 30%,#eadfca 100%)}
html[data-theme="light"] .hero:after{bottom:0;height:92%;width:min(30vw,390px);background-color:#110e09;background-size:contain;background-position:center bottom;background-repeat:no-repeat;box-shadow:0 18px 55px rgba(83,57,16,.16)}
html[data-theme="light"] .lead,html[data-theme="light"] .trust-row{color:#4e554d}
html[data-theme="light"] .journey:before{opacity:.65}
html[data-theme="light"] .journey .step,html[data-theme="light"] .journey .profile,html[data-theme="light"] .step,html[data-theme="light"] .profile,html[data-theme="light"] .program-card,html[data-theme="light"] .quiz-wrap,html[data-theme="light"] .quiz-result,html[data-theme="light"] .account-panel,html[data-theme="light"] .empty-library,html[data-theme="light"] .member-profile-card,html[data-theme="light"] .contact-card,html[data-theme="light"] .account-item{background:#fff;border-color:#d6d8cf;box-shadow:0 15px 40px rgba(56,48,29,.07)}
html[data-theme="light"] .journey .step h3,html[data-theme="light"] .journey .profile h3{color:#191b18}
html[data-theme="light"] .journey .step p,html[data-theme="light"] .journey .profile p,html[data-theme="light"] .account-panel>p,html[data-theme="light"] .empty-library p{color:#62685f}
html[data-theme="light"] .answer,html[data-theme="light"] .account-panel input,html[data-theme="light"] .contact-card input,html[data-theme="light"] .contact-card textarea{background:#f7f6f1;border-color:#d1d3ca;color:#191b18}
html[data-theme="light"] .answer:hover,html[data-theme="light"] .answer.selected{background:#fff7dc}
html[data-theme="light"] .community-page{background:radial-gradient(circle at 88% 5%,rgba(255,189,22,.18),transparent 24%),#f3f1e9}
html[data-theme="light"] .community-hero,html[data-theme="light"] .community-member-card,html[data-theme="light"] .community-code,html[data-theme="light"] .community-composer,html[data-theme="light"] .community-post,html[data-theme="light"] .community-empty{background:#fff;border-color:#d6d8cf;box-shadow:0 14px 35px rgba(56,48,29,.06)}
html[data-theme="light"] .community-hero p,html[data-theme="light"] .community-code p,html[data-theme="light"] .community-post__text,html[data-theme="light"] .community-member-card a{color:#555d53}
html[data-theme="light"] .community-composer textarea,html[data-theme="light"] .community-comment-form input{background:#f7f6f1;border-color:#d2d5cb;color:#191b18}
html[data-theme="light"] .community-post__media{background:#eeede7;border-color:#d7d8d0}
html[data-theme="light"] .community-post__media img,html[data-theme="light"] .community-post__media video{background:#e7e6df}
html[data-theme="light"] .community-post__actions,html[data-theme="light"] .community-share-panel{border-color:#d8dad2}
html[data-theme="light"] .community-action{color:#555c53}
html[data-theme="light"] .community-comment>div{background:#eeefe9}
html[data-theme="light"] .community-comment p{color:#3d433c}
html[data-theme="light"] .community-post-menu__toggle:hover,html[data-theme="light"] .community-post-menu__toggle[aria-expanded="true"]{background:#ecece6;color:#191b18}
html[data-theme="light"] .community-post-menu__dropdown,html[data-theme="light"] .community-share-panel{background:#fff;border-color:#d2d4cc;box-shadow:0 15px 40px rgba(30,29,24,.15)}
html[data-theme="light"] .community-post-menu__dropdown button{color:#292d28}html[data-theme="light"] .community-post-menu__dropdown button:hover{background:#f0f0ea}html[data-theme="light"] .community-post-menu__dropdown button.is-danger{color:#bd285d}
html[data-theme="light"] .community-share-panel button{background:#f5f4ef;border-color:#d4d5ce;color:#333832}
html[data-theme="light"] .wc-checkout-page{background:radial-gradient(circle at 92% 8%,rgba(255,189,22,.18),transparent 30%),#f3f1e9}
html[data-theme="light"] .wc-checkout-content .woocommerce-billing-fields,html[data-theme="light"] .wc-checkout-content .woocommerce-additional-fields,html[data-theme="light"] .wc-checkout-content #order_review,html[data-theme="light"] .wc-checkout-content #payment{background:#fff;border-color:#d5d7cf;color:#191b18}
html[data-theme="light"] .wc-checkout-content form .form-row label{color:#333832}html[data-theme="light"] .wc-checkout-content form .form-row input.input-text,html[data-theme="light"] .wc-checkout-content form .form-row textarea,html[data-theme="light"] .wc-checkout-content .select2-container .select2-selection{background:#f7f6f1;border-color:#ced1c8;color:#191b18}
html[data-theme="light"] .site-footer{border-color:#d6d8cf;color:#676d64}
@media(max-width:760px){.theme-toggle{width:34px;height:34px;flex-basis:34px}.community-share-panel>div{grid-template-columns:1fr 1fr}.community-post__actions{grid-template-columns:repeat(3,1fr)}.community-action{font-size:.72rem}.community-share-panel{padding-left:15px;padding-right:15px}}
@media(prefers-reduced-motion:reduce){.theme-toggle,.community-comment.is-new{transition:none;animation:none}}

/* Questionnaire mobile : les vignettes du sprite sont carrées, sans étirement. */
@media(max-width:760px){
  .quiz-wrap{width:100%;max-width:100%;overflow:hidden}
  .quiz-question-inner{min-width:0}
  .question-art{width:100%;height:auto;min-height:0;aspect-ratio:1/1;background-size:200% 200%}
  .quiz-question-inner>div:last-child{min-width:0}
  .quiz-question h3{overflow-wrap:anywhere}
  .answer{min-width:0}
  .answer span{min-width:0;overflow-wrap:anywhere}
}
@media(max-width:390px){
  .quiz-wrap{padding:17px 13px}
  .quiz-question h3{font-size:1.38rem}
  .answer{padding:13px 11px;font-size:.94rem}
}

/* Signature EnergySport : emblème responsive sous le nom. */
.brand{display:grid;justify-items:center;align-content:center;gap:3px;line-height:.82}
.brand strong{font:inherit;font-weight:900;letter-spacing:inherit;text-transform:inherit}
.brand-mark{display:block;width:clamp(36px,2.7vw,50px);height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:6px;background:#000;box-shadow:0 5px 14px rgba(0,0,0,.2)}
html[data-theme="light"] .brand-mark{box-shadow:0 4px 13px rgba(30,28,22,.18)}
@media(max-width:760px){.brand{gap:2px}.brand-mark{width:34px;border-radius:5px}}
@media(max-width:390px){.brand{font-size:1rem}.brand-mark{width:30px}}

/* Nouveau logo transparent : symbole au-dessus, nom au-dessous. */
.brand{gap:2px}
.brand-mark{width:clamp(42px,3.3vw,58px);object-fit:contain;border-radius:0;background:transparent;box-shadow:none}
html[data-theme="light"] .brand-mark{box-shadow:none}
@media(max-width:760px){.brand-mark{width:40px}}
@media(max-width:390px){.brand-mark{width:34px}}

/* Préférences globales : langue puis apparence, regroupées à droite. */
.header-tools{display:flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:0}
.language-control{display:block;line-height:1}
.language-switcher{height:38px;min-width:58px;padding:0 25px 0 10px;border:1px solid #3d433b;border-radius:20px;background:#141713;color:var(--cream);font:inherit;font-size:.72rem;font-weight:900;cursor:pointer}
.language-switcher:focus{outline:2px solid var(--yellow);outline-offset:2px}
html[data-theme="light"] .language-switcher{background:#fff;border-color:#caccc3;color:#282b27}
@media(max-width:760px){.header-tools{gap:6px}.language-switcher{height:34px;min-width:54px}.site-header .nav-links{order:4}}
@media(max-width:430px){.site-header .nav-cta{display:none}}

/* Contrôles d'en-tête compacts : sélecteur segmenté et thème. */
.site-header .header-tools{margin-left:auto;gap:7px}
.site-header .language-switcher{display:flex;align-items:center;width:auto;min-width:0;height:34px;padding:3px;border:1px solid #373d36;border-radius:10px;background:#111410;box-shadow:inset 0 1px rgba(255,255,255,.03)}
.site-header .language-option{display:grid;place-items:center;width:34px;height:26px;padding:0;border:0;border-radius:7px;background:transparent;color:#81887e;font:inherit;font-size:.64rem;font-weight:900;letter-spacing:.04em;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.site-header .language-option:hover{color:var(--cream)}
.site-header .language-option.is-active{background:var(--yellow);color:#11130f;box-shadow:0 3px 10px rgba(255,189,22,.2)}
.site-header .theme-toggle{width:34px;height:34px;flex-basis:34px;border-radius:10px;font-size:.88rem}
html[data-theme="light"] .site-header .language-switcher{background:#f1f1eb;border-color:#d0d2c9}
html[data-theme="light"] .site-header .language-option{color:#747a71}
html[data-theme="light"] .site-header .language-option:hover{color:#191b18}
html[data-theme="light"] .site-header .language-option.is-active{color:#11130f}
@media(max-width:900px){.site-header .nav{gap:10px}.site-header .nav-links{gap:12px}.site-header .nav-cta{padding-left:12px;padding-right:12px}.site-header .language-option{width:31px}}
@media(max-width:760px){.site-header .header-tools{margin-left:auto}.site-header .language-switcher{height:32px}.site-header .language-option{width:29px;height:24px}.site-header .theme-toggle{width:32px;height:32px;flex-basis:32px}}

/* Header équilibré : chaque groupe reste centré sur le même axe. */
.site-header .nav{width:min(1240px,94%);min-height:82px;display:grid;grid-template-columns:140px minmax(350px,1fr) max-content max-content;align-items:center;justify-content:normal;gap:18px;padding:7px 0}
.site-header .brand{justify-self:start;gap:1px;font-size:1.08rem;line-height:.86}
.site-header .brand-mark{width:45px;height:45px;aspect-ratio:1;object-fit:contain}
.site-header .nav-links{justify-content:center;gap:26px;min-width:0;font-size:.84rem;line-height:1}
.site-header .nav-links a{display:flex;align-items:center;min-height:38px;white-space:nowrap}
.site-header .nav-cta{justify-self:end;min-height:42px;padding:0 19px;border-radius:9px;font-size:.74rem;line-height:1;white-space:nowrap}
.site-header .header-tools{justify-self:end;margin-left:0}

@media(max-width:1080px){
  .site-header .nav{grid-template-columns:125px minmax(310px,1fr) max-content max-content;gap:12px}
  .site-header .brand{font-size:1rem}.site-header .brand-mark{width:42px;height:42px}
  .site-header .nav-links{gap:17px;font-size:.78rem}
  .site-header .nav-cta{padding:0 14px;font-size:.68rem}
}
@media(max-width:900px){
  .site-header .nav{grid-template-columns:auto 1fr auto;grid-template-areas:"brand cta tools" "links links links";gap:6px 12px;min-height:0;padding:8px 0 7px}
  .site-header .brand{grid-area:brand}.site-header .brand-mark{width:38px;height:38px}
  .site-header .nav-links{grid-area:links;display:flex;justify-content:center;order:initial;width:100%;gap:25px;padding:7px 0 1px;border-top:1px solid #292e28;overflow-x:auto;white-space:nowrap;font-size:.76rem}
  .site-header .nav-cta{grid-area:cta;justify-self:end;margin:0;min-height:38px}
  .site-header .header-tools{grid-area:tools;justify-self:end;margin:0}
  html[data-theme="light"] .site-header .nav-links{border-color:#dadbd4}
}
@media(max-width:640px){
  .site-header .nav{grid-template-columns:1fr auto;grid-template-areas:"brand tools" "links links"}
  .site-header .nav-cta{display:none}
  .site-header .nav-links{justify-content:flex-start;gap:22px}
}
@media(max-width:390px){
  .site-header .brand{font-size:.92rem}.site-header .brand-mark{width:34px;height:34px}
  .site-header .nav-links{gap:18px;font-size:.72rem}
}

/* Communauté — fil visuel inspiré des usages Instagram. */
.community-page{padding:35px 0 80px;background:radial-gradient(circle at 50% -12%,rgba(255,189,22,.1),transparent 28%),#090a09}
.community-shell{width:min(1000px,94%)}
.community-hero{min-height:0;align-items:center;margin:0 0 18px;padding:25px 30px;border-radius:16px;background:linear-gradient(125deg,#161915,#0d0f0d 66%,#201807)}
.community-hero:before{right:13%;top:-165px;width:280px;height:280px;opacity:.7}
.community-hero h1{font-size:clamp(1.8rem,3.1vw,2.75rem);line-height:1;margin:7px 0 9px;letter-spacing:-.055em}
.community-hero p{font-size:.88rem;line-height:1.5;max-width:590px}
.community-hero__badge{flex-basis:82px;width:82px;height:82px;aspect-ratio:1;background:#0c0e0c;border-width:2px;box-shadow:0 0 0 5px rgba(255,189,22,.06)}
.community-hero__badge strong{font-size:1.3rem}.community-hero__badge span{font-size:.52rem;line-height:1.15}
.community-stories{display:flex;gap:17px;max-width:660px;margin:0 0 20px;padding:15px 18px 13px;overflow-x:auto;border:1px solid #30352f;border-radius:15px;background:#111410;scrollbar-width:none}
.community-stories::-webkit-scrollbar{display:none}
.community-story{flex:0 0 66px;display:grid;justify-items:center;gap:6px;color:#c9cec6;text-align:center}
.community-story>span{position:relative;display:grid;place-items:center;width:58px;height:58px;padding:3px;border-radius:50%;background:linear-gradient(135deg,#ffbd16,#f2578e 55%,#8dcc35)}
.community-story>span:after{content:"";position:absolute;inset:3px;border:2px solid #111410;border-radius:inherit}
.community-story img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;border-radius:50%}
.community-story b{position:relative;z-index:1;display:grid;place-items:center;width:100%;height:100%;border-radius:50%;background:#1b1f1a;color:#fff;font-size:1.15rem}
.community-story strong{max-width:74px;overflow:hidden;color:inherit;font-size:.61rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.community-story--training>span{background:linear-gradient(135deg,#4697f2,#8dcc35)}.community-story--nutrition>span{background:linear-gradient(135deg,#8dcc35,#ffbd16)}.community-story--motivation>span{background:linear-gradient(135deg,#f2578e,#fa931f)}
.community-layout{grid-template-columns:minmax(0,660px) 275px;grid-template-areas:"feed aside";gap:28px;justify-content:start}
.community-main{grid-area:feed;gap:16px}.community-sidebar{grid-area:aside;top:88px;gap:12px}
.community-member-card,.community-code{border-color:#30352f;border-radius:14px;background:#111410}
.community-member-card{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:13px;padding:16px}
.community-member-card>img{width:58px;height:58px;margin:0;border-width:2px;box-shadow:0 0 0 3px rgba(255,189,22,.08)}
.community-member-card h2{margin:1px 0 3px;font-size:.96rem}.community-member-card a{font-size:.67rem}.community-member-card span{font-size:.57rem}
.community-code{padding:18px}.community-code p{font-size:.76rem;line-height:1.48}.community-code:after{font-size:4.7rem}
.community-composer{padding:17px;border-color:#30352f;border-radius:14px;background:#111410;box-shadow:none}
.community-composer__head{margin-bottom:12px}.community-composer__head img{width:38px;height:38px;border-radius:50%}.community-composer__head strong{font-size:.82rem}.community-composer__head span{font-size:.68rem}
.community-composer textarea{min-height:72px;padding:12px 13px;border-color:#30352f;border-radius:9px;background:#0b0d0b;font-size:.84rem}
.community-composer__actions{margin-top:10px}.community-composer__actions .button{padding:9px 15px;font-size:.68rem}.media-picker{font-size:.72rem}.media-picker span{width:26px;height:26px}.community-composer>form>small{margin-top:8px;font-size:.6rem}
.community-viewer-notice{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 20px;border:1px solid #393f37;border-radius:14px;background:linear-gradient(120deg,#171a16,#101210);box-shadow:0 14px 38px rgba(0,0,0,.14)}
.community-viewer-notice h2{margin:4px 0 3px;font-size:1.05rem;line-height:1.1;text-transform:uppercase}.community-viewer-notice p{margin:0;color:#9fa69c;font-size:.75rem}.community-viewer-notice .button{flex:0 0 auto;padding:10px 14px;font-size:.66rem}
.community-member-card--guest{grid-template-columns:52px 1fr}.community-guest-avatar{display:grid;place-items:center;width:52px;height:52px;border:2px solid var(--yellow);border-radius:50%;background:#1b1f1a;color:var(--yellow)!important;font-size:.82rem!important;font-weight:950;letter-spacing:-.04em}.community-member-card--guest p{margin:5px 0 8px;color:#9fa69c;font-size:.68rem;line-height:1.4}
.community-feed{gap:16px}.community-post{border-color:#30352f;border-radius:14px;background:#111410;box-shadow:0 18px 45px rgba(0,0,0,.16)}
.community-post__author{min-height:64px;padding:12px 15px}.community-post__author img{width:40px;height:40px;border:2px solid #111410;outline:2px solid #f2a91c}.community-post__author strong{font-size:.8rem}.community-post__author span{font-size:.64rem}
.community-post-menu__toggle{font-size:.86rem}
.community-post__media{width:100%;max-height:680px;padding:0;border-color:#272b26;background:#050605}
.community-post__media img,.community-post__media video{display:block;width:100%;max-width:100%;height:auto;max-height:680px;border-radius:0;object-fit:contain;background:#050605}
.community-post__actions{display:flex;grid-template-columns:none;gap:1px;padding:5px 8px 1px;border:0}
.community-post__actions form{flex:0 0 auto}.community-action{width:auto;min-height:40px;padding:7px 9px;font-size:.72rem}.community-action span{font-size:1.22rem}.community-action:hover,.community-action.is-liked{background:transparent}.community-action.is-liked span{color:#f2578e}
.community-post__stats{padding:3px 16px 5px;color:#e1e4de;font-size:.7rem;font-weight:800}.community-post__stats .community-comment-count{color:#90978e;font-weight:650}
.community-post__text{padding:3px 16px 9px;color:#d8dcd5;font-size:.78rem}.community-post__text p{margin:3px 0}
.community-comments{gap:8px;padding:3px 16px 8px}.community-comment{gap:8px}.community-comment>img{width:25px;height:25px}.community-comment>div{padding:2px 0;background:transparent}.community-comment strong{font-size:.67rem}.community-comment p{display:inline;margin-left:5px;color:#cdd1ca;font-size:.72rem}
.community-comment-form{padding:10px 15px 13px;border-top:1px solid #272c27}.community-comment-form>img{display:none}.community-comment-form input{height:36px;padding:8px 12px;border:0;background:transparent}.community-comment-form button{width:32px;height:32px;flex-basis:32px}
.community-share-panel{padding:12px 15px 14px;border-top:1px solid #292e28}.community-share-panel button{min-height:36px}
.community-empty{padding:31px;border-radius:14px;background:#111410}
html[data-theme="light"] .community-page{background:radial-gradient(circle at 50% -10%,rgba(255,189,22,.16),transparent 27%),#f5f4ef}
html[data-theme="light"] .community-hero{background:linear-gradient(125deg,#fff,#f5f1e6)}
html[data-theme="light"] .community-stories,html[data-theme="light"] .community-member-card,html[data-theme="light"] .community-code,html[data-theme="light"] .community-composer,html[data-theme="light"] .community-post{background:#fff;border-color:#d9dbd3;box-shadow:0 10px 35px rgba(42,39,29,.05)}
html[data-theme="light"] .community-story>span:after,html[data-theme="light"] .community-post__author img{border-color:#fff}
html[data-theme="light"] .community-story{color:#4f554e}html[data-theme="light"] .community-story b{background:#f1f1eb;color:#272b27}
html[data-theme="light"] .community-composer textarea{background:#f7f6f2;border-color:#d7d9d1;color:#191b18}
html[data-theme="light"] .community-viewer-notice{background:#fff;border-color:#d9dbd3;box-shadow:0 10px 35px rgba(42,39,29,.05)}html[data-theme="light"] .community-viewer-notice p,html[data-theme="light"] .community-member-card--guest p{color:#596058}html[data-theme="light"] .community-guest-avatar{background:#f1f1eb}
html[data-theme="light"] .community-post__stats{color:#242824}html[data-theme="light"] .community-post__text{color:#424842}
html[data-theme="light"] .community-comment p{color:#4a5049}html[data-theme="light"] .community-comment-form{border-color:#e1e2dc}html[data-theme="light"] .community-comment-form input{background:transparent}
@media(max-width:900px){.community-shell{width:min(720px,94%)}.community-layout{grid-template-columns:1fr;grid-template-areas:"feed" "aside"}.community-stories{max-width:none}.community-sidebar{position:static;grid-template-columns:1fr 1fr}.community-member-card{display:grid}.community-code{display:block}}
@media(max-width:760px){.community-page{padding:18px 0 45px}.community-shell{width:100%}.community-hero{margin:0 12px 12px;padding:20px;border-radius:14px}.community-hero h1{font-size:1.9rem}.community-hero p{font-size:.78rem}.community-stories{margin:0 12px 12px;padding:13px 12px 11px;border-radius:13px}.community-story{flex-basis:59px}.community-story>span{width:52px;height:52px}.community-layout{display:block}.community-sidebar{display:none}.community-main{gap:11px}.community-composer,.community-viewer-notice{margin:0 12px;border-radius:13px}.community-viewer-notice{align-items:flex-start;flex-direction:column;gap:14px}.community-viewer-notice .button{width:100%}.community-feed{gap:11px}.community-post{border-left:0;border-right:0;border-radius:0;box-shadow:none}.community-post__media{max-height:560px}.community-post__media img,.community-post__media video{max-height:560px}.community-share-panel>div{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.community-hero__badge{display:none}.community-hero h1{font-size:1.72rem}.community-hero p{max-width:100%}.community-story{flex-basis:55px}.community-story>span{width:49px;height:49px}.community-story strong{font-size:.57rem}.community-post__actions{padding-left:6px}.community-action{padding-left:7px;padding-right:7px}.community-action span{font-size:1.12rem}.community-action{font-size:.66rem}}
@media(prefers-reduced-motion:reduce){.community-story,.community-post{transition:none}}

/* Hero cohérent : aucun recadrage différent entre les thèmes. */
.hero:after,
html[data-theme="light"] .hero:after{right:5%;bottom:0;width:min(30vw,390px);height:92%;background-color:#110e09;background-size:contain;background-position:center bottom;background-repeat:no-repeat}
@media(max-width:1024px) and (min-width:761px){.hero:after,html[data-theme="light"] .hero:after{right:2%;width:min(38vw,370px);height:88%}}

/* Données personnelles du membre. */
.account-panels{align-items:start}.account-panel--register{min-height:0}.registration-form{display:grid;gap:18px}.registration-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.registration-fields p{margin:0!important}.registration-fields__full{grid-column:1/-1}
.profile-details-card{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:38px;margin-top:22px;padding:30px;border:1px solid #353b34;border-radius:16px;background:linear-gradient(145deg,#161915,#101210)}
.profile-details-card header h2{margin:9px 0 8px;font-size:1.55rem;line-height:1.05;letter-spacing:-.045em;text-transform:uppercase}.profile-details-card header p{margin:0;color:#9fa69c;font-size:.8rem;line-height:1.55}
.profile-details-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-details-form label{display:grid;gap:6px;color:#e8e9e5;font-size:.69rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.profile-details-form input{width:100%;min-height:43px;padding:10px 12px;border:1px solid #3a4038;border-radius:8px;background:#0d0f0d;color:#fff;font:inherit;font-size:.84rem;text-transform:none}.profile-details-form input:focus{outline:2px solid var(--yellow);outline-offset:1px;border-color:var(--yellow)}.profile-details-form input[readonly]{color:#858c83;cursor:not-allowed}.profile-field--wide{grid-column:1/-1}.profile-details-form .button{justify-self:start;margin-top:3px}
html[data-theme="light"] .profile-details-card{background:#fff;border-color:#d6d8cf;box-shadow:0 15px 40px rgba(56,48,29,.07)}html[data-theme="light"] .profile-details-card header p{color:#62685f}html[data-theme="light"] .profile-details-form label{color:#333832}html[data-theme="light"] .profile-details-form input{background:#f7f6f1;border-color:#d1d3ca;color:#191b18}html[data-theme="light"] .profile-details-form input[readonly]{color:#777d74;background:#efeee8}
@media(max-width:760px){.registration-fields,.profile-details-card,.profile-details-form{grid-template-columns:1fr}.registration-fields__full,.profile-field--wide{grid-column:auto}.profile-details-card{gap:24px;padding:24px 19px}.profile-details-form .button{width:100%}}

/* Connexion intégrée : les erreurs restent dans l’espace EnergySport. */
.account-panel .es-feedback{margin:-5px 0 15px;padding:10px 12px;font-size:.75rem;line-height:1.45}
.account-forgot-password{display:inline-flex;margin-top:5px;color:#aeb4ab;font-size:.75rem;font-weight:750}
.account-forgot-password:hover{color:var(--yellow)}
html[data-theme="light"] .account-panel .es-feedback--error{color:#982447;background:#fff1f5;border-color:#df91aa}
html[data-theme="light"] .account-forgot-password{color:#626960}html[data-theme="light"] .account-forgot-password:hover{color:#8c6500}

/* Contact : hiérarchie douce et champs alignés. */
.contact-wrap{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:64px;align-items:center}
.contact-hero h1{font-size:clamp(1.9rem,3vw,2.65rem);line-height:1.08}.contact-hero>p{font-size:.95rem;max-width:365px}
.contact-hero .contact-email{display:flex;align-items:center;gap:14px;width:fit-content;max-width:100%;margin-top:30px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:rgba(255,189,22,.035);font-weight:600}
.contact-email-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:rgba(255,189,22,.1);font-size:1.25rem}
.contact-email>span:last-child{min-width:0}.contact-email small{display:block;color:var(--muted);font-size:.72rem;font-weight:400}.contact-email strong{font-size:.9rem;overflow-wrap:anywhere}
.contact-card{--contact-field:#0c100c;--contact-text:#eff2ea;padding:30px;border-radius:20px;border-color:#343d30;background:linear-gradient(145deg,#171c14,#10130f);box-shadow:0 20px 60px rgba(0,0,0,.18)}
.contact-card-head{margin-bottom:25px}.contact-card-head .eyebrow{font-size:.65rem}.contact-card-head h2{font-size:1.35rem;line-height:1.2;margin:8px 0;letter-spacing:-.03em;text-transform:none}.contact-card-head p{font-size:.75rem;color:var(--muted);margin:0}
.contact-fields{gap:20px 16px}.contact-card label{font-size:.79rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--contact-text)}
.contact-card input,.contact-card textarea{min-width:0;border-color:#394231;border-radius:10px;background:var(--contact-field);color:var(--contact-text);padding:12px 14px;font-size:16px;font-weight:400;line-height:1.5}
.contact-card input{height:46px}.contact-card textarea{min-height:132px}.contact-card input::placeholder,.contact-card textarea::placeholder{color:#87917e;opacity:1;font-size:.85rem}
.contact-card input:focus,.contact-card textarea:focus{outline:0;border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,189,22,.12)}
.contact-card input:-webkit-autofill{-webkit-text-fill-color:var(--contact-text);-webkit-box-shadow:0 0 0 1000px var(--contact-field) inset;caret-color:var(--contact-text)}
.contact-card .button{width:100%;min-height:46px;margin-top:22px;border-radius:10px;font-size:.87rem;font-weight:750;letter-spacing:0;text-transform:none}.contact-card .button:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}
html[data-theme="light"] .contact-card{--contact-field:#f7f8f4;--contact-text:#252b22;background:#fff;border-color:#d6ddce;box-shadow:0 20px 60px rgba(40,45,30,.07)}
html[data-theme="light"] .contact-card input,html[data-theme="light"] .contact-card textarea{background:var(--contact-field);color:var(--contact-text);border-color:#d1d9c8}
html[data-theme="light"] .contact-card input::placeholder,html[data-theme="light"] .contact-card textarea::placeholder{color:#697460}
html[data-theme="light"] .contact-card .es-feedback--error{background:#fff1f5;color:#982447;border-color:#df91aa}
html[data-theme="light"] .contact-success p{color:#4c6440}html[data-theme="light"] .contact-success strong{color:#426520}
@media(max-width:760px){.contact-wrap{grid-template-columns:1fr;gap:30px}.contact-hero>p{max-width:100%}.contact-card{padding:25px 20px}.contact-fields{grid-template-columns:1fr;gap:17px}.contact-hero .contact-email{margin-top:20px}.contact-fields__full{grid-column:auto}}

/* Récupération du compte : habillage du formulaire sécurisé WooCommerce. */
.password-page{min-height:calc(100svh - 170px);display:grid;place-items:center;padding:56px 20px;background:radial-gradient(ellipse at 50% 25%,rgba(255,189,22,.07),transparent 60%)}
.password-card{--recovery-field:#0c100c;--recovery-text:#f3f5ef;width:min(100%,480px);padding:32px;border:1px solid #343c30;border-radius:22px;background:linear-gradient(140deg,#171c14,#10130f);box-shadow:0 24px 70px rgba(0,0,0,.2)}
.password-emblem{display:grid;place-items:center;width:52px;height:52px;margin-bottom:24px;border:1px solid rgba(255,189,22,.25);border-radius:16px;background:rgba(255,189,22,.08);color:var(--yellow)}
.password-card>.eyebrow{font-size:.66rem;letter-spacing:.1em}
.password-card h1{font-size:1.7rem;line-height:1.2;text-transform:none;letter-spacing:-.035em;margin:8px 0 18px}
.password-card .woocommerce{width:100%;color:var(--recovery-text)}
.password-card .woocommerce form{margin:0;padding:0;border:0}
.password-card .woocommerce p{font-size:.88rem;line-height:1.65;color:var(--muted);margin:0 0 22px}
.password-card .woocommerce form .form-row{float:none;width:100%;padding:0;margin:0 0 20px}
.password-card .woocommerce form label{display:block;margin-bottom:8px;font-size:.8rem;font-weight:600;color:var(--recovery-text)}
.password-card .woocommerce input.input-text{width:100%;height:48px;padding:12px 14px;border:1px solid #3a4235;border-radius:10px;background:var(--recovery-field);color:var(--recovery-text);font:inherit;font-size:16px}
.password-card .woocommerce input.input-text:focus{outline:0;border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,189,22,.13)}
.password-card .woocommerce input:-webkit-autofill{-webkit-text-fill-color:var(--recovery-text);-webkit-box-shadow:0 0 0 1000px var(--recovery-field) inset;caret-color:var(--recovery-text)}
.password-card .woocommerce button.button{display:block;width:100%;min-height:48px;padding:13px 16px;border:0;border-radius:10px;background:var(--yellow);color:#141409;font:inherit;font-size:.84rem;font-weight:750;line-height:1.4;text-transform:none;letter-spacing:0;white-space:normal}
.password-card .woocommerce button.button:hover{background:#ffd15b}.password-card .woocommerce button.button:disabled{opacity:.5}
.password-back{display:flex;justify-content:center;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem;font-weight:600}.password-back:hover{color:var(--yellow)}
.password-back:focus-visible,.password-card button:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}
.password-card .woocommerce-error,.password-card .woocommerce-message,.password-card .woocommerce-info{padding:14px 14px 14px 40px;border:1px solid var(--line);border-radius:10px;background:var(--recovery-field);color:var(--recovery-text);font-size:.82rem;line-height:1.5;overflow-wrap:anywhere}
.password-card .woocommerce-error:before,.password-card .woocommerce-message:before,.password-card .woocommerce-info:before{left:14px;top:14px}
html[data-theme="light"] .password-card{--recovery-field:#f7f8f4;--recovery-text:#252b22;background:#fff;border-color:#d8dece;box-shadow:0 24px 70px rgba(40,45,30,.07)}
html[data-theme="light"] .password-card .woocommerce input.input-text{border-color:#cfd7c7}
@media(max-width:520px){.password-page{padding:30px 16px;align-items:start}.password-card{padding:26px 20px;border-radius:18px}.password-card h1{font-size:1.5rem}}

/* Carte de connexion et champs adaptés au remplissage automatique. */
.account-panel:has(#loginform){--login-field:#0d100d;--login-text:#f4f5f0;padding:28px;border-radius:20px;background:radial-gradient(ellipse at top left,rgba(255,189,22,.065),transparent 65%),#111410;box-shadow:0 18px 50px rgba(0,0,0,.16)}
.account-panel:has(#loginform) .panel-number{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,189,22,.2);border-radius:10px;background:rgba(255,189,22,.08);font-size:.65rem;letter-spacing:.04em}
.account-panel:has(#loginform) h2{margin:16px 0 8px;font-size:1.4rem;line-height:1.2;letter-spacing:-.03em;text-transform:none}
.account-panel:has(#loginform)>p{margin:0 0 24px;font-size:.87rem;line-height:1.6;max-width:340px}
.account-panel #loginform{display:grid;grid-template-columns:1fr auto;gap:20px 12px}
.account-panel #loginform>p{grid-column:1/-1;margin:0}
.account-panel #loginform label{gap:8px;font-size:.8rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--login-text)}
.account-panel #loginform input:not([type="hidden"]):not([type="checkbox"]){height:48px;min-width:0;padding:12px 14px;border:1px solid #363e33;border-radius:10px;background:var(--login-field);color:var(--login-text);font-size:16px;font-weight:400;line-height:1.4;transition:border-color .16s,box-shadow .16s}
.account-panel #loginform input:not([type="checkbox"]):focus{outline:0;border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,189,22,.13)}
.account-panel #loginform input:autofill{background:var(--login-field);color:var(--login-text)}
.account-panel #loginform input:-webkit-autofill{-webkit-text-fill-color:var(--login-text);caret-color:var(--login-text);-webkit-box-shadow:0 0 0 1000px var(--login-field) inset}
.account-panel #loginform .login-remember{grid-column:1;grid-row:3;align-self:center}
.account-panel #loginform .login-remember label{display:flex;align-items:center;gap:9px;cursor:pointer;font-size:.75rem;font-weight:400}
.account-panel #loginform input[type="checkbox"]{flex:0 0 17px;width:17px;height:17px;margin:0;padding:0;accent-color:var(--yellow);cursor:pointer}
.account-panel #loginform .account-forgot-password{grid-column:2;grid-row:3;align-self:center;margin:0;font-size:.73rem;font-weight:600;text-align:right}
.account-panel #loginform .login-submit{grid-row:4}
.account-panel #loginform #wp-submit{width:100%;min-height:46px;padding:12px 18px;border-radius:10px;color:#141409;font:inherit;font-size:.9rem;font-weight:750;transition:background .16s}
.account-panel #loginform #wp-submit:hover{background:#ffd15b}
.account-panel #loginform #wp-submit:focus-visible,.account-panel #loginform a:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}
html[data-theme="light"] .account-panel:has(#loginform){--login-field:#f7f8f4;--login-text:#252b22;background:radial-gradient(ellipse at top left,rgba(255,189,22,.075),transparent 65%),#fff;box-shadow:0 16px 40px rgba(40,45,30,.06)}
html[data-theme="light"] .account-panel #loginform input:not([type="checkbox"]){border-color:#d4dacd}
@media(max-width:460px){.account-panel:has(#loginform){padding:23px 18px}.account-panel #loginform{gap:18px 8px}.account-panel #loginform .login-remember label,.account-panel #loginform .account-forgot-password{font-size:.7rem}}
@media(max-width:350px){.account-panel #loginform{grid-template-columns:1fr}.account-panel #loginform .account-forgot-password{grid-column:1;grid-row:4;justify-self:start}.account-panel #loginform .login-submit{grid-row:5}}
.header-search{display:inline-flex;align-items:center;justify-content:center;width:34px;min-height:40px}.admin-bar .site-header{top:32px}
@media(min-width:901px) and (max-width:1350px){.site-header .nav{grid-template-columns:125px minmax(0,1fr) max-content}.site-header .nav-cta{display:none}.site-header .nav-links{gap:15px;font-size:.76rem}}
@media(max-width:900px){.site-header .nav-links{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.site-header .nav-links a{flex-shrink:0}}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:600px){.header-search{display:none}.admin-bar .site-header{top:0}}
