:root {
      --gradient-start:#1a0f2e; --gradient-end:#e65c25; --primary-color:#c0390e;
      --primary-dark:#8a2208; --orange:#e65c25; --orange-deep:#c0390e;
      --text-dark:#333333; --border-radius:8px; --transition:all 0.3s ease; --white:#ffffff;
    }
    *,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
    body{font-family:'Quicksand',-apple-system,sans-serif;line-height:1.6;color:var(--text-dark);background:#f5f5f5;-webkit-font-smoothing:antialiased;}
    h1,h2,h3,h4,h5,h6{font-family:'Quicksand',sans-serif;font-weight:700;}
    p{text-align:justify;}
    .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
    .hidden{display:none!important;}
    .header{position:fixed;top:0;width:100%;background:white;box-shadow:0 2px 10px rgba(0,0,0,0.1);z-index:50;}
    .main-container{display:flex;align-items:center;justify-content:space-between;max-width:800px;margin:0 auto;padding:12px 24px;}
    .logo img{height:48px;width:auto;}
    .navMenu{display:none;cursor:pointer;padding:8px;}
    .navMenu svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .3s ease;}
    .navMenu:hover svg{transform:scale(1.1);}
    #navInput{display:none;}
    .nav ul{display:flex;list-style:none;align-items:center;gap:24px;margin:0;padding:0;}
    .nav a{text-decoration:none;color:#374151;font-weight:500;font-size:14px;transition:color .3s ease;position:relative;}
    .nav a:hover{color:var(--primary-color);}
    .nav a::after{content:'';position:absolute;width:0;height:2px;bottom:-4px;left:50%;background:var(--primary-color);transition:all .3s ease;transform:translateX(-50%);}
    .nav a:hover::after{width:100%;}
    .close-nav{display:none;}
    .fullclose{display:none;position:fixed;}
    .cta-button{display:inline-block;background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:var(--white);padding:1rem 2rem;text-decoration:none;border-radius:var(--border-radius);font-weight:700;font-family:'Quicksand',sans-serif;margin-top:1rem;transition:var(--transition);cursor:pointer;border:none;font-size:1rem;}
    .cta-button:hover{background:linear-gradient(135deg,var(--gradient-end) 0%,var(--gradient-start) 100%);}
    .cta-button--outline{background:transparent;border:2px solid white;color:white;}
    .cta-button--outline:hover{background:white;color:var(--primary-color);}
    .cta-button--lg{padding:1.1rem 2.5rem;font-size:1.05rem;}
    .container{max-width:1200px;margin:0 auto;padding:0 24px;}
    .hero-landing{color:white;padding:130px 24px 80px;position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center;}
    .hero-landing::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;}
    .hero-blog__inner{position:relative;z-index:2;max-width:900px;margin:0 auto;width:100%;}
    .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.73rem;color:rgba(255,255,255,.4);margin-bottom:1.5rem;flex-wrap:wrap;}
    .breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s;}
    .breadcrumb a:hover{color:var(--orange);}
    .breadcrumb span{color:rgba(255,255,255,.22);}
    .hero-landing__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:1.25rem;}
    .hero-landing__eyebrow::before{content:'';display:block;width:22px;height:2px;background:var(--gradient-end);border-radius:2px;}
    .hero-blog__inner h1{font-family:'Quicksand',sans-serif;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.1;color:white;text-align:left;margin-bottom:1.25rem;font-weight:900;}
    .hero-blog__inner h1 em{font-style:normal;color:var(--orange);}
    .hero-landing__lead{font-size:1rem;line-height:1.75;color:rgba(255,255,255,.78);margin-bottom:2rem;text-align:left;max-width:680px;}
    .hero-landing__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;}
    .hero-meta{display:flex;align-items:center;gap:1.5rem;font-size:.78rem;color:rgba(255,255,255,.42);flex-wrap:wrap;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);}
    .hero-meta__item{display:flex;align-items:center;gap:.4rem;}
    .hero-meta__item svg{width:13px;height:13px;stroke:var(--orange);fill:none;stroke-width:2;flex-shrink:0;}
    .section{padding:80px 0;}
    .section--alt{background:white;}
    .section__eyebrow{display:block;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;text-align:center;}
    .section__title{font-size:clamp(1.6rem,3vw,2.2rem);text-align:center;margin-bottom:1rem;color:var(--text-dark);}
    .section__lead{text-align:center;color:#666;max-width:640px;margin:0 auto 3.5rem;font-size:.95rem;line-height:1.75;}
    .section__divider{width:48px;height:3px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));border-radius:2px;margin:.75rem auto 1.5rem;}
    .blog-layout{display:grid;grid-template-columns:1fr 320px;gap:3rem;max-width:1200px;margin:0 auto;padding:60px 24px;align-items:start;}
    .article-intro{background:white;border-radius:16px;padding:2rem 2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.06);border-left:4px solid var(--orange);font-size:1.03rem;line-height:1.85;color:#444;}
    .article-section{background:white;border-radius:16px;padding:2.25rem 2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.06);}
    .article-section h2{font-family:'Quicksand',sans-serif;font-size:1.55rem;font-weight:700;color:var(--gradient-start);text-align:left;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f0ebe5;position:relative;}
    .article-section h2::after{content:'';position:absolute;bottom:-2px;left:0;width:44px;height:2px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));}
    .article-section h3{font-size:1.05rem;font-weight:700;color:var(--primary-dark);margin:1.5rem 0 .65rem;text-align:left;display:flex;align-items:center;gap:.6rem;}
    .article-section h3::before{content:'';display:block;flex-shrink:0;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--primary-dark),var(--orange));}
    .article-section p{font-size:.94rem;line-height:1.85;color:#555;margin-bottom:1rem;}
    .article-section p:last-child{margin-bottom:0;}
    .article-body a{color:var(--primary-color);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(192,57,14,.22);transition:color .2s,border-color .2s;}
    .article-body a:hover{color:var(--orange);border-bottom-color:var(--orange);}
    .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0;}
    .badge-card{background:#f9f9f9;border-radius:14px;padding:1.5rem 1.25rem;border:1px solid #eee;display:flex;align-items:flex-start;gap:.9rem;transition:box-shadow .25s,transform .25s;}
    .badge-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-3px);}
    .badge-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,rgba(192,57,14,.1),rgba(230,92,37,.18));display:flex;align-items:center;justify-content:center;font-size:1.2rem;}
    .badge-card h4{font-size:.88rem;text-align:left;color:var(--primary-dark);margin-bottom:.25rem;font-weight:700;}
    .badge-card p{font-size:.8rem;color:#777;line-height:1.55;text-align:left;margin:0;}
    .highlight-box{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a08 60%,#8a2208 100%);border-radius:14px;padding:1.75rem 2rem;margin:1.75rem 0;color:white;}
    .highlight-box__title{font-family:'Quicksand',sans-serif;font-size:1.05rem;color:var(--orange);margin-bottom:.75rem;font-weight:700;}
    .highlight-box p{font-size:.9rem;color:rgba(255,255,255,.78);line-height:1.75;margin:0;}
    .highlight-box a{color:var(--orange)!important;border-bottom-color:rgba(230,92,37,.4)!important;}
    .article-quote{border-left:4px solid var(--orange);background:linear-gradient(135deg,#fff8f5,#fdf4ef);padding:1.25rem 1.75rem;border-radius:0 10px 10px 0;margin:1.5rem 0;font-style:italic;color:#555;font-size:.95rem;line-height:1.75;}
    .article-cta{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a0a 50%,var(--orange-deep) 100%);border-radius:16px;padding:2.25rem;text-align:center;color:white;margin-top:2rem;position:relative;overflow:hidden;}
    .article-cta::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;}
    .article-cta>*{position:relative;z-index:2;}
    .article-cta h3{font-family:'Quicksand',sans-serif;font-size:1.45rem;color:white;text-align:center;margin-bottom:.65rem;}
    .article-cta p{color:rgba(255,255,255,.7);font-size:.92rem;margin-bottom:1.25rem;text-align:center;}
    .article-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
    .sidebar{position:sticky;top:88px;}
    .sidebar-card{background:white;border-radius:16px;padding:1.6rem;margin-bottom:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06);}
    .sidebar-card--dark{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a08 60%,#8a2208 100%);color:white;}
    .sidebar-card h4{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--orange);margin-bottom:1.1rem;text-align:left;}
    .toc-list{list-style:none;}
    .toc-list li{margin-bottom:.35rem;}
    .toc-list a{text-decoration:none;color:#555;font-size:.86rem;font-weight:500;display:flex;align-items:center;gap:.5rem;padding:.38rem .6rem;border-radius:7px;transition:all .2s;}
    .toc-list a::before{content:'';display:block;width:4px;height:4px;border-radius:50%;background:var(--orange);flex-shrink:0;}
    .toc-list a:hover{background:#fdf4ef;color:var(--primary-color);}
    .sidebar-links{list-style:none;}
    .sidebar-links li{margin-bottom:.35rem;}
    .sidebar-links a{text-decoration:none;color:rgba(255,255,255,.65);font-size:.86rem;font-weight:500;display:flex;align-items:center;gap:.5rem;padding:.38rem 0;border-bottom:1px solid rgba(255,255,255,.07);transition:color .2s;}
    .sidebar-links a::before{content:'→';color:var(--orange);font-size:.72rem;flex-shrink:0;}
    .sidebar-links a:hover{color:white;}
    .sidebar-cta{display:block;text-align:center;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--orange) 100%);color:white;font-weight:700;font-size:.92rem;text-decoration:none;padding:.9rem 1.25rem;border-radius:10px;margin-top:1.1rem;transition:all .3s;}
    .sidebar-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(192,57,14,.35);}
    .sidebar-phone{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1rem;font-weight:700;color:var(--orange);text-decoration:none;margin-top:.85rem;}
    .sidebar-phone svg{width:17px;height:17px;stroke:var(--orange);fill:none;stroke-width:2;}
    .places-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
    .pillar-card{background:#f9f9f9;border-radius:16px;padding:1.5rem 1.25rem;border:1px solid #eee;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;text-decoration:none;display:block;}
    .pillar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));transform:scaleX(0);transform-origin:left;transition:transform .35s ease;}
    .pillar-card:hover::before{transform:scaleX(1);}
    .pillar-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.1);transform:translateY(-4px);}
    .pillar-card__icon{font-size:1.7rem;margin-bottom:.65rem;display:block;}
    .pillar-card h3{font-size:.86rem;font-weight:700;color:var(--gradient-start);text-align:left;margin-bottom:.25rem;}
    .pillar-card p{font-size:.76rem;color:#888;line-height:1.5;text-align:left;margin:0;}
    .pillar-card--active{border-color:var(--orange);background:linear-gradient(135deg,#fff8f5,#fff);}
    .pillar-card--active h3{color:var(--primary-color);}
    .final-cta-section{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a08 60%,#8a2208 100%);padding:80px 24px;text-align:center;color:white;position:relative;overflow:hidden;}
    .final-cta-section::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;}
    .final-cta-section>*{position:relative;z-index:2;}
    .final-cta-section h2{font-family:'Quicksand',sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);color:white;text-align:center;margin-bottom:.85rem;}
    .final-cta-section p{font-size:.95rem;color:rgba(255,255,255,.68);max-width:600px;margin:0 auto 2rem;text-align:center;}
    .final-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
    .article-nav{background:white;border-radius:14px;padding:1.2rem 2rem;max-width:calc(1200px - 48px);margin:0 auto 2rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;box-shadow:0 4px 20px rgba(0,0,0,.06);}
    .article-nav a{text-decoration:none;color:#555;font-size:.86rem;font-weight:600;padding:.5rem 1.1rem;border-radius:8px;background:#f5f5f5;transition:all .2s;border:1px solid #eee;}
    .article-nav a:hover{background:var(--orange);color:white;border-color:var(--orange);}
    .site-footer{background:linear-gradient(135deg,#1a0f2e 0%,#e65c25 100%);color:rgba(255,255,255,.75);padding:56px 24px 24px;font-size:.875rem;}
    .site-footer .footer-inner{max-width:1200px;margin:0 auto;}
    .site-footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px;}
    .site-footer .footer-brand img{height:42px;filter:brightness(0) invert(1);margin-bottom:16px;display:block;}
    .site-footer .footer-brand p{font-size:.82rem;line-height:1.6;color:rgba(255,255,255,.55);margin-bottom:16px;text-align:left;}
    .site-footer .footer-contact a{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.75);text-decoration:none;font-size:.88rem;margin-bottom:8px;transition:color .2s;}
    .site-footer .footer-contact a:hover{color:#e65c25;}
    .site-footer .footer-col h4{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:16px;}
    .site-footer .footer-col ul{list-style:none;padding:0;margin:0;}
    .site-footer .footer-col ul li{margin-bottom:10px;}
    .site-footer .footer-col a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.88rem;transition:color .2s;}
    .site-footer .footer-col a:hover{color:white;}
    .site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.78rem;color:rgba(255,255,255,.35);}
    .site-footer .footer-bottom strong{color:rgba(255,255,255,.55);}
    @keyframes fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
    .anim-fade-up{opacity:0;animation:fadeUp .7s ease forwards;}
    .anim-delay-1{animation-delay:.1s;} .anim-delay-2{animation-delay:.25s;} .anim-delay-3{animation-delay:.4s;} .anim-delay-4{animation-delay:.55s;}
    @media(max-width:1024px){.blog-layout{grid-template-columns:1fr;}.sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}.places-grid{grid-template-columns:repeat(2,1fr);}}
    @media(max-width:900px){.navMenu{display:block;}.nav{display:none;}#navInput:checked~.nav{display:block;position:fixed;top:0;right:0;bottom:0;width:280px;background:white;padding:2rem 1.5rem;box-shadow:-4px 0 20px rgba(0,0,0,.15);z-index:100;overflow-y:auto;}#navInput:checked~.nav ul{display:flex;flex-direction:column;align-items:center;gap:0;}#navInput:checked~.nav ul li{width:100%;border-bottom:1px solid #f0f0f0;text-align:center;}#navInput:checked~.nav ul li a{display:block;padding:.85rem 0;font-size:1rem;}#navInput:checked~.fullclose{display:block;position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.4);}.close-nav{display:list-item;}.close{cursor:pointer;display:flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem;}.close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}.info-grid{grid-template-columns:1fr;}}
    @media(max-width:640px){.blog-layout{padding:36px 16px;}.article-section,.article-intro{padding:1.6rem;}.sidebar{grid-template-columns:1fr;}.places-grid{grid-template-columns:1fr 1fr;}.article-cta__actions,.final-cta__actions{flex-direction:column;align-items:center;}}
    @media(max-width:768px){.site-footer .footer-top{grid-template-columns:1fr 1fr;gap:32px;}.site-footer .footer-brand{grid-column:1/-1;}}
    @media(max-width:480px){.places-grid{grid-template-columns:1fr;}.site-footer .footer-top{grid-template-columns:1fr;}.site-footer .footer-bottom{flex-direction:column;text-align:center;}}

    /* ════════════════════════════════════════════════════════════════════
       HUB PAGES — hero, strip, articles cards, éditorial, aside
       (partagé par toutes les pages hub)
       ════════════════════════════════════════════════════════════════════ */
    .hub-hero{background:var(--gradient-start);padding:120px 24px 0;position:relative;overflow:hidden;min-height:85vh;display:flex;flex-direction:column;}
    .hub-hero::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 70% 30%,rgba(230,92,37,.1) 0%,transparent 60%);pointer-events:none;}
    .hub-hero__inner{position:relative;z-index:2;max-width:780px;margin:0 auto;width:100%;padding:3rem 0 4rem;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;}
    .hub-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:1.25rem;animation:fadeUp .6s .1s both;}
    .hub-eyebrow::before{content:'';display:block;width:22px;height:2px;background:var(--orange);border-radius:2px;}
    .hub-h1{font-family:'Quicksand',sans-serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;line-height:1.08;color:white;margin-bottom:1.5rem;animation:fadeUp .6s .2s both;}
    .hub-h1 em{font-style:normal;color:var(--orange);}
    .hub-lead{font-size:1rem;line-height:1.8;color:rgba(255,255,255,.6);max-width:620px;margin:0 auto 2.25rem;animation:fadeUp .6s .3s both;}
    .hub-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;animation:fadeUp .6s .4s both;}
    .hub-strip{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.07);background:rgba(0,0,0,.12);}
    .hub-strip-in{max-width:1200px;margin:0 auto;display:grid;}
    .hub-strip-in.cols-4{grid-template-columns:repeat(4,1fr);}
    .hub-strip-in.cols-3{grid-template-columns:repeat(3,1fr);}
    .si{padding:1.4rem 1.75rem;border-right:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:.85rem;}
    .si:last-child{border-right:none;}
    .si-ico{font-size:1.2rem;flex-shrink:0;opacity:.7;}
    .si-txt strong{display:block;font-family:'Quicksand',sans-serif;font-size:.86rem;font-weight:700;color:white;line-height:1.2;}
    .si-txt span{font-size:.7rem;color:rgba(255,255,255,.32);}
    @media(max-width:700px){.hub-strip-in{grid-template-columns:1fr 1fr!important;}.si:nth-child(2){border-right:none;}}
    @media(max-width:400px){.hub-strip-in{grid-template-columns:1fr!important;}.si{border-right:none;border-bottom:1px solid rgba(255,255,255,.05);}}
    .arts-section{background:white;padding:80px 24px 88px;}
    .af{display:grid;grid-template-columns:1.3fr 1fr;gap:1.5rem;margin-bottom:1.5rem;}
    @media(max-width:840px){.af{grid-template-columns:1fr;}}
    .ar{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
    @media(max-width:900px){.ar{grid-template-columns:1fr 1fr;}}
    @media(max-width:560px){.ar{grid-template-columns:1fr;}}
    .ac{background:white;border:1px solid #e8e8e8;border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;text-decoration:none;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:box-shadow .3s,transform .3s,border-color .3s;position:relative;overflow:hidden;}
    .ac::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));transform:scaleX(0);transform-origin:left;transition:transform .3s;}
    .ac:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);border-color:#ddd;transform:translateY(-3px);}
    .ac:hover::before{transform:scaleX(1);}
    .ac--feat{padding:2.25rem;background:#fafafa;border-color:#e0e0e0;}
    .ac__cat{font-size:.6rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin-bottom:.85rem;display:flex;align-items:center;gap:.5rem;}
    .ac__cat::before{content:'';width:14px;height:1px;background:var(--orange);}
    .ac__title{font-family:'Quicksand',sans-serif;font-weight:700;line-height:1.3;color:var(--gradient-start);margin-bottom:.65rem;flex:1;}
    .ac--feat .ac__title{font-size:1.1rem;}
    .ac .ac__title{font-size:.95rem;}
    .ac__excerpt{font-size:.82rem;color:#777;line-height:1.7;margin-bottom:1.4rem;}
    .ac__lnk{display:inline-flex;align-items:center;gap:.45rem;font-family:'Quicksand',sans-serif;font-size:.76rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:gap .2s;}
    .ac__lnk:hover{gap:.7rem;}
    .ac__lnk svg{transition:transform .2s;}
    .ac:hover .ac__lnk svg{transform:translateX(2px);}
    .ac--soon{opacity:.4;pointer-events:none;}
    .soon-bd{display:inline-flex;align-items:center;font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#aaa;border:1px solid #ddd;border-radius:100px;padding:.2rem .65rem;margin-bottom:.75rem;}
    .editorial{background:#f8f8f6;padding:80px 24px;}
    .editorial-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:5rem;align-items:start;}
    @media(max-width:980px){.editorial-layout{grid-template-columns:1fr;gap:3rem;}}
    .editorial-prose a,.editorial-prose a:visited{color:var(--text-dark);text-decoration:none;font-weight:700;border-bottom:1px solid rgba(26,15,46,.15);transition:color .2s,border-color .2s;}
    .editorial-prose a:hover{color:var(--primary-color);border-bottom-color:var(--primary-color);}
    .editorial-intro{background:white;border-radius:16px;padding:2rem 2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05);border-left:4px solid var(--orange);}
    .editorial-intro p{font-size:1.03rem;line-height:1.85;color:#444;text-align:left;margin:0;}
    .editorial-block{background:white;border-radius:16px;padding:2.25rem 2.5rem;margin-bottom:1.75rem;box-shadow:0 4px 20px rgba(0,0,0,.05);}
    .editorial-block h2{font-family:'Quicksand',sans-serif;font-size:1.25rem;font-weight:700;color:var(--gradient-start);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f0ebe5;position:relative;text-align:left;}
    .editorial-block h2::after{content:'';position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));}
    .editorial-block p{font-size:.94rem;line-height:1.85;color:#555;text-align:left;margin:0 0 .85rem;}
    .editorial-block p:last-child{margin-bottom:0;}
    .editorial-aside{position:sticky;top:90px;}
    .aside-box{background:var(--gradient-start);border-radius:16px;padding:2rem;position:relative;overflow:hidden;}
    .aside-box::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 80% 10%,rgba(230,92,37,.15) 0%,transparent 60%);pointer-events:none;}
    .aside-box__in{position:relative;z-index:2;}
    .aside-box__q{font-family:'Quicksand',sans-serif;font-size:1.1rem;font-weight:700;color:white;line-height:1.5;margin-bottom:1.5rem;}
    .aside-box__q span{color:var(--orange);}
    .aside-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;}
    .aside-tag{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:rgba(255,255,255,.55);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:.28rem .7rem;text-decoration:none;transition:color .2s,background .2s;}
    .aside-tag:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.12);}
    .aside-tag-dot{width:4px;height:4px;border-radius:50%;background:var(--orange);flex-shrink:0;opacity:.7;}
    .sec-head{margin-bottom:2.5rem;}
    .sec-head .section__eyebrow{text-align:left;}
    .sec-head h2{font-size:clamp(1.7rem,3vw,2.3rem);color:var(--gradient-start);text-align:left;margin-bottom:0;}
    .sec-head .section__divider{margin-left:0;}

    /* ════════════════════════════════════════════════════════════════════
       HUB AVANTAGES — variante titres sec-head-lt
       ════════════════════════════════════════════════════════════════════ */
    .sec-head-lt h2 { color:white; }

    /* ════════════════════════════════════════════════════════════════════
       HUB BERLINE — comparatif véhicules (vehicules-grid, vehicule-card)
       ════════════════════════════════════════════════════════════════════ */
    /* Comparatif véhicules — 3 colonnes visuelles */
    .vehicules-grid {
      display:grid; grid-template-columns:repeat(3,1fr);
      gap:1.5rem; margin:2rem 0;
    }
    @media(max-width:760px){ .vehicules-grid{ grid-template-columns:1fr; } }
    .vehicule-card {
      background:#f8f8f6; border:1px solid #e8e8e8; border-radius:14px;
      padding:1.75rem; text-align:center;
      transition:box-shadow .3s, transform .3s;
    }
    .vehicule-card:hover { box-shadow:0 8px 24px rgba(0,0,0,.08); transform:translateY(-3px); }
    .vehicule-card__icon { font-size:2.5rem; margin-bottom:.75rem; display:block; }
    .vehicule-card__name {
      font-family:'Quicksand',sans-serif; font-size:1.1rem; font-weight:800;
      color:var(--gradient-start); margin-bottom:.35rem;
    }
    .vehicule-card__tag {
      display:inline-block; font-size:.62rem; font-weight:700;
      letter-spacing:.12em; text-transform:uppercase;
      color:var(--orange); background:rgba(230,92,37,.08);
      border-radius:100px; padding:.2rem .65rem; margin-bottom:.85rem;
    }
    .vehicule-card__specs { font-size:.82rem; color:#666; line-height:1.7; text-align:left; }
    .vehicule-card__specs li { margin-bottom:.3rem; padding-left:.85rem; position:relative; list-style:none; }
    .vehicule-card__specs li::before { content:'✓'; position:absolute; left:0; color:var(--orange); font-size:.75rem; font-weight:700; }

    /* ════════════════════════════════════════════════════════════════════
       HUB OÙ TROUVER — plateformes (platforms-section, plat-grid, .pc)
       ════════════════════════════════════════════════════════════════════ */
    /* ═══ PLATEFORMES ════════════════════════════════════════════════════ */
    .platforms-section{background:white;padding:80px 24px 88px;}
    .sec-head{margin-bottom:2.5rem;}
    .sec-head .section__eyebrow{text-align:left;}
    .sec-head h2{font-size:clamp(1.7rem,3vw,2.3rem);color:var(--gradient-start);text-align:left;margin-bottom:0;}
    .sec-head .section__divider{margin-left:0;}

    /* Grille plateformes : 2 grandes + grille 3 cols */
    .plat-featured{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;}
    @media(max-width:760px){.plat-featured{grid-template-columns:1fr;}}
    .plat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
    @media(max-width:900px){.plat-grid{grid-template-columns:1fr 1fr;}}
    @media(max-width:500px){.plat-grid{grid-template-columns:1fr;}}

    .pc{background:white;border:1px solid #e8e8e8;border-radius:14px;padding:1.75rem;display:flex;flex-direction:column;gap:.6rem;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:box-shadow .3s,transform .3s,border-color .3s;position:relative;overflow:hidden;text-decoration:none;}
    .pc::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));transform:scaleX(0);transform-origin:left;transition:transform .3s;}
    .pc:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);border-color:#ddd;transform:translateY(-3px);}
    .pc:hover::before{transform:scaleX(1);}
    .pc--feat{padding:2.25rem;background:#fafafa;border-color:#e0e0e0;}

    .pc__header{display:flex;align-items:center;gap:.85rem;margin-bottom:.25rem;}
    .pc__name{font-family:'Quicksand',sans-serif;font-size:1rem;font-weight:800;color:var(--gradient-start);}
    .pc--feat .pc__name{font-size:1.2rem;}
    .pc__badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange);background:rgba(230,92,37,.08);border-radius:100px;padding:.18rem .6rem;margin-left:auto;flex-shrink:0;}
    .pc__desc{font-size:.86rem;color:#555;line-height:1.7;flex:1;}
    .pc--feat .pc__desc{font-size:.92rem;}
    .pc__link{display:inline-flex;align-items:center;gap:.4rem;font-family:'Quicksand',sans-serif;font-size:.74rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:gap .2s;margin-top:.25rem;}
    .pc__link:hover{gap:.6rem;}
    .pc__url{font-size:.72rem;color:#aaa;font-style:italic;margin-top:.1rem;}

    /* ═══ CONTENU ÉDITORIAL ═════════════════════════════════════════════ */
    .editorial{background:#f8f8f6;padding:80px 24px;}
    .editorial-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:5rem;align-items:start;}
    @media(max-width:980px){.editorial-layout{grid-template-columns:1fr;gap:3rem;}}
    .editorial-prose a,.editorial-prose a:visited{color:var(--text-dark);text-decoration:none;font-weight:700;border-bottom:1px solid rgba(26,15,46,.15);transition:color .2s,border-color .2s;}
    .editorial-prose a:hover{color:var(--primary-color);border-bottom-color:var(--primary-color);}
    .editorial-intro{background:white;border-radius:16px;padding:2rem 2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.05);border-left:4px solid var(--orange);}
    .editorial-intro p{font-size:1.03rem;line-height:1.85;color:#444;text-align:left;margin:0;}
    .editorial-block{background:white;border-radius:16px;padding:2.25rem 2.5rem;margin-bottom:1.75rem;box-shadow:0 4px 20px rgba(0,0,0,.05);}
    .editorial-block h2{font-family:'Quicksand',sans-serif;font-size:1.25rem;font-weight:700;color:var(--gradient-start);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f0ebe5;position:relative;text-align:left;}
    .editorial-block h2::after{content:'';position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));}
    .editorial-block p{font-size:.94rem;line-height:1.85;color:#555;text-align:left;margin:0 0 .85rem;}
    .editorial-block p:last-child{margin-bottom:0;}
    .editorial-aside{position:sticky;top:90px;}
    .aside-box{background:var(--gradient-start);border-radius:16px;padding:2rem;position:relative;overflow:hidden;}
    .aside-box::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 80% 10%,rgba(230,92,37,.15) 0%,transparent 60%);pointer-events:none;}
    .aside-box__in{position:relative;z-index:2;}
    .aside-box__q{font-family:'Quicksand',sans-serif;font-size:1.1rem;font-weight:700;color:white;line-height:1.5;margin-bottom:1.5rem;}
    .aside-box__q span{color:var(--orange);}
    .aside-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;}
    .aside-tag{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:rgba(255,255,255,.55);background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:100px;padding:.28rem .7rem;text-decoration:none;transition:color .2s,background .2s;}
    .aside-tag:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.12);}
    .aside-tag-dot{width:4px;height:4px;border-radius:50%;background:var(--orange);flex-shrink:0;opacity:.7;}