:root{--bg:#F7F3EA;--ink:#11100E;--muted:#8C8176;--blue:#C6A15B;--soft:#EFE8DB;--line:rgba(42,33,27,.14);--title:Satoshi,sans-serif;--body:Manrope,sans-serif;--ease:cubic-bezier(.16,.84,.32,1)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body);background:var(--bg);color:var(--ink);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:22px clamp(22px,5vw,70px);transition:.3s var(--ease)}.nav.is-scrolled{background:rgba(250,250,247,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);padding-top:14px;padding-bottom:14px}.brand{font-family:var(--title);font-weight:700;letter-spacing:.1em;color:white;display:flex;flex-direction:column;line-height:.92}.brand span:last-child{font-size:11px;letter-spacing:.2em;font-weight:500;margin-top:5px}.nav.is-scrolled .brand{color:var(--ink)}.nav-links{display:flex;align-items:center;gap:22px}.nav-links a,.nav-dropdown button{font:500 13px var(--body);color:rgba(255,255,255,.84);background:none;border:0;cursor:pointer}.nav.is-scrolled .nav-links a,.nav.is-scrolled .nav-dropdown button{color:var(--ink)}.nav-cta{border:1px solid rgba(255,255,255,.45);padding:10px 18px;border-radius:999px}.nav.is-scrolled .nav-cta{border-color:var(--ink)}
.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;right:0;top:100%;width:min(760px,calc(100vw - 48px));margin-top:12px;padding:12px;background:rgba(250,250,247,.96);backdrop-filter:blur(18px);box-shadow:0 28px 80px rgba(0,0,0,.20);border:1px solid rgba(21,21,21,.08);border-radius:14px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.25s var(--ease)}.nav-dropdown-menu:before{content:"";position:absolute;left:0;right:0;bottom:100%;height:14px}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-service-link{color:var(--ink)!important;padding:0!important;border-radius:10px;overflow:hidden;background:white;border:1px solid var(--line);display:grid!important;grid-template-columns:112px 1fr;align-items:stretch;min-height:112px;transition:.25s var(--ease)}.nav-service-link:hover{background:white;transform:translateY(-2px);box-shadow:0 18px 46px rgba(0,0,0,.10)}.nav-service-link img{width:112px;height:100%;object-fit:cover}.nav-service-link span{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px}.nav-service-link strong{font-family:var(--title);font-size:24px;font-weight:400;line-height:1;color:var(--ink)}.nav-service-link small{font-size:12px;line-height:1.5;color:var(--muted)}
.lang-switcher{display:flex;gap:8px;border-left:1px solid rgba(255,255,255,.25);padding-left:14px}.nav.is-scrolled .lang-switcher{border-left-color:var(--line)}.lang-btn{border:1px solid transparent;background:transparent;color:rgba(255,255,255,.66);font-size:17px;line-height:1;cursor:pointer;padding:6px;border-radius:999px;filter:saturate(.85);opacity:.68;transition:.2s var(--ease)}.nav.is-scrolled .lang-btn{color:rgba(21,21,21,.55)}.lang-btn:hover,.lang-btn.is-active{filter:saturate(1);opacity:1;border-color:rgba(255,255,255,.38)}.nav.is-scrolled .lang-btn.is-active{color:var(--ink);border-color:var(--line);background:rgba(21,21,21,.04)}
.menu-toggle{display:none;width:42px;height:42px;background:transparent;border:0;gap:6px;flex-direction:column;justify-content:center;align-items:center}.menu-toggle span{width:24px;height:2px;background:white}.nav.is-scrolled .menu-toggle span{background:var(--ink)}
.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:99999;background:#fff;color:#111;padding:12px 16px;border-radius:999px;text-decoration:none}.hero,.page-hero{position:relative;min-height:100svh;display:grid;place-items:center;text-align:center;color:white;overflow:hidden}.hero picture,.hero img,.page-hero picture,.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.56),rgba(0,0,0,.2),rgba(0,0,0,.7))}.hero-content,.page-hero-content{position:relative;z-index:2;padding:0 24px;max-width:1000px}.hero h1{font-family:var(--title);font-size:clamp(62px,13vw,160px);font-weight:300;line-height:.94;letter-spacing:-.02em}.hero h1 span{font-size:clamp(22px,4vw,48px);letter-spacing:.18em}.hero-content>p:last-of-type,.page-hero-content p:last-child{font-size:clamp(16px,2vw,22px);color:rgba(255,255,255,.82);margin-top:22px}.hero-actions{margin-top:34px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.trust-bar{position:relative;z-index:2;margin-top:-34px;padding:0 24px 28px}.trust-items{max-width:1180px;margin:0 auto;background:rgba(255,255,255,.76);backdrop-filter:blur(14px);border:1px solid rgba(17,16,14,.08);border-radius:18px;box-shadow:0 18px 38px rgba(17,16,14,.08);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:18px 20px}.trust-items div{padding:10px 12px;border-left:1px solid rgba(17,16,14,.08)}.trust-items div:first-child{border-left:0}.trust-items strong{display:block;font-family:var(--title);font-size:1rem;letter-spacing:.04em;text-transform:uppercase}.trust-items span{display:block;color:var(--muted);font-size:12px;line-height:1.5;margin-top:4px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 26px;font-weight:700;font-size:14px;transition:.25s var(--ease);margin:6px}.btn:hover{transform:translateY(-2px)}.btn-dark{background:var(--ink);color:white}.btn-light{background:white;color:var(--ink)}.btn-outline{border:1px solid rgba(255,255,255,.45);color:white}
.statement{padding:130px clamp(24px,8vw,120px);text-align:center}.statement p{font-size:clamp(28px,4.6vw,58px);font-weight:300;line-height:1.22;max-width:1100px;margin:auto}.section-head{text-align:center;max-width:760px;margin:0 auto 56px;padding:0 20px}.section-head h2{font-family:var(--title);font-size:clamp(42px,7vw,86px);font-weight:400;line-height:.95;margin:12px 0 18px}.section-head p:last-child{color:var(--muted);font-size:17px;line-height:1.7}
.visual-services{padding:0 clamp(22px,6vw,80px) 120px;display:flex;flex-direction:column;gap:18px;max-width:1280px;margin:0 auto}.visual-service{position:relative;display:block;overflow:hidden;border-radius:10px;background:#111;color:white;min-height:62vh}.visual-service picture,.visual-service img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.visual-service:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.18) 38%,rgba(0,0,0,.74));z-index:1}.visual-service img{transition:1s var(--ease)}.visual-service:hover img{transform:scale(1.035)}.visual-service div{position:absolute;left:clamp(24px,5vw,64px);right:24px;bottom:clamp(24px,5vw,56px);z-index:2}.visual-service span{display:block;margin-bottom:14px;font-size:12px;font-weight:800;letter-spacing:.22em;color:rgba(255,255,255,.72)}.visual-service h2{font-family:var(--title);font-size:clamp(48px,8vw,108px);font-weight:300;line-height:.92;letter-spacing:.01em}
.services-section{padding:120px clamp(22px,6vw,80px);background:var(--soft)}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1420px;margin:auto}.service-card{background:var(--bg);border:1px solid var(--line);padding:28px;border-radius:22px;min-height:360px;display:flex;flex-direction:column;gap:22px;transition:.35s var(--ease)}.service-card:hover{transform:translateY(-8px);box-shadow:0 24px 70px rgba(0,0,0,.08)}.service-card span{color:var(--blue);font-weight:700}.service-card h3{font-family:var(--title);font-size:34px;font-weight:400;line-height:1}.service-card p{color:var(--muted);font-size:14.5px;line-height:1.65}.service-list-mini{list-style:none;margin-top:auto;padding-top:18px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:9px}.service-list-mini li{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(21,21,21,.72);line-height:1.35}
.work-section{padding:120px clamp(22px,6vw,80px)}.design-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1280px;margin:auto}.design-card{position:relative;min-height:430px;overflow:hidden;border-radius:10px;background:#111;cursor:zoom-in}.design-card img{width:100%;height:100%;min-height:430px;object-fit:cover;transition:.8s var(--ease)}.design-card:hover img{transform:scale(1.045)}.design-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.72));pointer-events:none}.design-card figcaption{position:absolute;left:18px;bottom:16px;z-index:2;color:white;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.faq{padding:120px clamp(24px,8vw,120px);max-width:960px;margin:auto}details{border-top:1px solid var(--line);padding:28px 0}details:last-child{border-bottom:1px solid var(--line)}summary{font-size:19px;cursor:pointer}details p{margin-top:16px;color:var(--muted);line-height:1.7}
.cta{position:relative;min-height:76vh;display:grid;place-items:center;text-align:center;color:white;overflow:hidden;padding:70px 24px}.cta.compact{background:var(--ink);min-height:auto}.cta picture,.cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cta:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.62)}.cta>div{position:relative;z-index:2;max-width:760px}.cta h2{font-family:var(--title);font-size:clamp(42px,8vw,92px);font-weight:300;line-height:1.02;margin:14px 0 22px}.cta p{color:rgba(255,255,255,.78);font-size:17px;line-height:1.7;margin-bottom:24px}
.footer{background:var(--ink);color:rgba(255,255,255,.62);padding:70px clamp(24px,6vw,80px) 30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;max-width:1280px;margin:auto;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}.footer strong{font-family:var(--title);color:white;letter-spacing:.04em}.footer span{display:block;color:white;margin-bottom:12px}.footer a{display:block;margin:10px 0;color:rgba(255,255,255,.62)}.copyright{text-align:center;margin-top:26px;font-size:12px;opacity:.55}
.sound-control{position:fixed;left:22px;bottom:22px;z-index:900;border:1px solid rgba(255,255,255,.16);background:rgba(21,21,21,.78);backdrop-filter:blur(14px);color:white;border-radius:999px;padding:5px;display:flex;align-items:center;gap:4px;box-shadow:0 12px 28px rgba(0,0,0,.16);transition:.25s var(--ease)}.sound-control:hover{transform:translateY(-2px);background:rgba(21,21,21,.9)}.sound-control:focus-within{background:rgba(21,21,21,.94);border-color:rgba(255,255,255,.32)}.sound-control.is-playing{background:rgba(250,250,247,.92);color:var(--ink);border-color:var(--line)}.sound-toggle{border:0;background:transparent;color:inherit;border-radius:999px;padding:4px;display:flex;align-items:center;cursor:pointer}.sound-copy,.sound-volume-label{display:none}.sound-icon{width:16px;height:14px;display:flex;align-items:flex-end;gap:3px}.sound-icon i{display:block;width:3px;height:6px;border-radius:999px;background:currentColor;opacity:.62}.sound-icon i:nth-child(2){height:11px}.sound-icon i:nth-child(3){height:8px}.sound-control.is-playing .sound-icon i{animation:soundBar 1.1s ease-in-out infinite}.sound-control.is-playing .sound-icon i:nth-child(2){animation-delay:.16s}.sound-control.is-playing .sound-icon i:nth-child(3){animation-delay:.32s}.sound-volume{display:flex;align-items:center;padding-right:3px}.sound-volume input{width:42px;accent-color:currentColor;cursor:pointer}.sound-volume input::-webkit-slider-runnable-track{height:2px;border-radius:999px;background:rgba(255,255,255,.34)}.sound-control.is-playing .sound-volume input::-webkit-slider-runnable-track{background:rgba(21,21,21,.18)}.sound-volume input::-webkit-slider-thumb{margin-top:-6px}@keyframes soundBar{0%,100%{height:5px;opacity:.55}50%{height:14px;opacity:1}}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:900;background:#25D366;color:white;border-radius:999px;padding:15px 19px;font-weight:800;box-shadow:0 16px 40px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.whatsapp-pulse{position:absolute;inset:0;border-radius:999px;background:#25D366;opacity:.45;animation:pulse 2.8s ease-out infinite}.whatsapp-float span:last-child{position:relative;z-index:1}@keyframes pulse{0%{transform:scale(1);opacity:.45}70%{transform:scale(1.8);opacity:0}100%{transform:scale(1.8);opacity:0}}
.page-hero{min-height:82svh}.page-hero h1{font-family:var(--title);font-size:clamp(58px,13vw,150px);font-weight:300}.service-intro{padding:100px clamp(24px,8vw,120px);text-align:center}.service-intro p{max-width:1000px;margin:auto;font-size:clamp(28px,4vw,54px);font-weight:300;line-height:1.25}.service-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 clamp(24px,6vw,80px) 120px;max-width:1340px;margin:auto}.service-list article{background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:32px;min-height:210px}.service-list h3{font-family:var(--title);font-size:32px;font-weight:400;margin-bottom:18px}.service-list p{color:var(--muted);line-height:1.7}.next-services{padding:80px clamp(24px,6vw,80px);background:var(--soft);text-align:center}.next-services div{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:22px}.next-services a{border:1px solid var(--line);background:var(--bg);border-radius:999px;padding:12px 18px}
.video-production-title span{display:block;white-space:nowrap}
.featured-project-card{grid-column:1/-1;min-height:clamp(430px,58vw,720px);cursor:pointer;color:white}
.featured-project-card img{min-height:inherit}
.featured-project-copy{position:absolute;z-index:3;left:clamp(22px,5vw,64px);right:clamp(22px,5vw,64px);bottom:clamp(24px,5vw,54px);display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.featured-project-copy small{font-size:11px;font-style:normal;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}
.featured-project-copy strong{max-width:900px;font:850 clamp(34px,6vw,76px)/.98 var(--title);letter-spacing:.01em}
.featured-project-copy em{margin-top:8px;font:700 13px/1 var(--body);font-style:normal;letter-spacing:.08em;text-transform:uppercase}
.featured-project-card .official-cover-media{object-fit:contain;background:#0c1e37}

/* Étude de cas — Un apôtre du développement */
.case-hero{min-height:92svh;text-align:left;place-items:end start}
.case-hero .page-hero-content{width:min(1280px,100%);max-width:none;padding:150px clamp(24px,7vw,96px) clamp(48px,7vw,82px)}
.case-hero h1{max-width:1050px;font-size:clamp(54px,9vw,126px);line-height:.9}
.case-hero .hero-overlay{background:linear-gradient(180deg,rgba(8,19,35,.36),rgba(8,19,35,.06) 35%,rgba(8,19,35,.92))}
.case-hero{background:#0c1e37}
.case-hero picture .official-cover-media{object-fit:contain}
.case-meta{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:28px;color:rgba(255,255,255,.82);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.case-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:clamp(48px,9vw,130px);padding:clamp(82px,10vw,145px) clamp(24px,8vw,120px);max-width:1440px;margin:auto}
.case-intro h2{font:850 clamp(38px,5vw,72px)/1.02 var(--title)}
.case-intro-text>p{margin-top:26px;max-width:760px;color:var(--muted);font-size:clamp(18px,2vw,25px);line-height:1.65}
.case-services{align-self:end;border-top:1px solid var(--line);padding-top:24px}
.case-services h3{font:800 12px/1 var(--body);letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:18px}
.case-services ul{list-style:none;display:grid;gap:12px;color:var(--muted);font-size:15px}
.case-gallery{padding:0 clamp(18px,4vw,60px) clamp(90px,10vw,150px);display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(14px,2vw,28px);max-width:1600px;margin:auto}
.case-shot{margin:0;overflow:hidden;border-radius:10px;background:#eee5d8}
.case-shot img{width:100%;height:100%;object-fit:cover}
.case-shot.official-cover-frame{display:flex;align-items:center;justify-content:center;aspect-ratio:auto;min-height:min(72vw,80vh);background:#0c1e37}
.case-shot.official-cover-frame .official-cover-media{width:auto;height:auto;max-width:100%;max-height:80vh;object-fit:contain;margin:auto}
.case-shot-wide{grid-column:1/-1;aspect-ratio:3/2}
.case-shot-cover{grid-column:1/7;aspect-ratio:2/3}
.case-shot-back{grid-column:7/-1;aspect-ratio:2/3}
.case-shot-system{grid-column:1/8;aspect-ratio:3/2}
.case-shot-poster{grid-column:8/-1;aspect-ratio:3/4}
.case-concept{background:#08203b;color:white;padding:clamp(82px,10vw,145px) clamp(24px,8vw,120px)}
.case-concept>div{max-width:1120px;margin:auto}
.case-concept h2{font:850 clamp(40px,6vw,82px)/1 var(--title);max-width:900px}
.case-concept p{max-width:760px;margin-top:30px;color:rgba(255,255,255,.72);font-size:clamp(18px,2vw,24px);line-height:1.7}
.case-production{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:clamp(46px,8vw,120px);align-items:center;padding:clamp(90px,11vw,160px) clamp(24px,8vw,120px);background:var(--soft)}
.case-production-copy h2{font:850 clamp(38px,5vw,70px)/1.02 var(--title);max-width:740px;margin-top:14px}
.case-production-copy>p:not(.eyebrow){max-width:650px;margin-top:28px;color:var(--muted);font-size:clamp(17px,1.7vw,22px);line-height:1.7}
.case-download{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:38px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s var(--ease)}
.case-download:hover{color:var(--gold);padding-left:8px;padding-right:8px}
.case-download span{font-weight:800}
.case-download small{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:right}
.case-production-media video{display:block;width:min(100%,576px);height:auto;aspect-ratio:6/5;object-fit:contain;margin-inline:auto;background:#081d35;border-radius:10px;box-shadow:0 28px 70px rgba(42,33,27,.14)}
.case-production-media p{margin-top:14px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.case-cta{padding:clamp(90px,12vw,170px) 24px;text-align:center}
.case-cta h2{font:850 clamp(42px,7vw,92px)/1 var(--title);max-width:920px;margin:0 auto 28px}
@media(max-width:780px){.case-hero h1{font-size:clamp(34px,9.5vw,42px);line-height:.96;letter-spacing:0}.case-intro,.case-production{grid-template-columns:1fr}.case-services{align-self:auto}.case-shot-cover,.case-shot-back,.case-shot-system,.case-shot-poster{grid-column:1/-1}.case-shot-wide{aspect-ratio:4/3}.case-shot-cover,.case-shot-back{aspect-ratio:2/3}.case-shot-system{aspect-ratio:4/3}.case-shot-poster{aspect-ratio:3/4}.case-production{gap:52px}.case-download{align-items:flex-start;flex-direction:column}.case-download small{text-align:left}}
.lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.94);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:.25s;padding:70px}.lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.lightbox img{max-width:90vw;max-height:82vh;object-fit:contain;border-radius:10px}.lightbox-close,.lightbox-nav{display:none;position:absolute;background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.25);border-radius:999px;cursor:pointer}.lightbox.is-open .lightbox-close,.lightbox.is-open .lightbox-nav{display:block}.lightbox-close{top:24px;right:28px;width:52px;height:52px;font-size:34px}.lightbox-nav{top:50%;width:54px;height:54px;font-size:26px}.lightbox-prev{left:28px}.lightbox-next{right:28px}#lightboxCaption{position:absolute;bottom:24px;color:white;text-transform:uppercase;letter-spacing:.12em;font-size:12px}body.no-scroll{overflow:hidden}
@media(max-width:1240px){.services-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(2,1fr)}.service-list{grid-template-columns:repeat(2,1fr)}.design-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.nav-links{position:fixed;inset:0;background:var(--ink);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px;transform:translateY(-100%);transition:.35s;gap:20px;overflow:auto}.nav-links.is-open{transform:translateY(0)}.nav-links a,.nav-dropdown button{color:white!important;font-size:24px}.nav-dropdown{width:100%}.nav-dropdown-menu{position:static;width:100%;opacity:0;pointer-events:none;transform:none;background:transparent;box-shadow:none;border:0;padding:0;margin-top:0;grid-template-columns:1fr;gap:8px;max-height:0;overflow:hidden}.nav-dropdown:hover .nav-dropdown-menu{opacity:0;pointer-events:none;max-height:0}.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;pointer-events:auto;max-height:520px;margin-top:12px}.nav-dropdown-menu:before{display:none}.nav-service-link{grid-template-columns:74px 1fr!important;min-height:74px;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}.nav-service-link img{width:74px}.nav-service-link span{padding:10px 12px}.nav-service-link strong{font-size:18px;color:white}.nav-service-link small{display:none}.menu-toggle{display:flex;position:relative;z-index:1001}.services-grid,.service-list,.design-grid,.footer-grid{grid-template-columns:1fr}.visual-services{padding-bottom:82px}.visual-service{min-height:420px}.service-card{min-height:auto}.statement,.services-section,.work-section,.faq,.service-intro{padding-top:82px;padding-bottom:82px}.design-card,.design-card img{min-height:420px}.lightbox{padding:68px 16px 86px}.lightbox-nav{top:auto;bottom:18px}.lightbox-prev{left:22px}.lightbox-next{right:22px}.lang-switcher{border-left:0;padding-left:0}.lang-btn{font-size:22px;padding:4px}.sound-control{left:16px;bottom:16px}.sound-volume input{width:38px}.whatsapp-float{right:16px;bottom:16px}}

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Variable.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-VariableFont_wght.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-Italic-VariableFont_wght.woff2") format("woff2");
  font-style: italic;
  font-display: swap;
}
:root{
  --bg:#F7F3EA;
  --ink:#11100E;
  --muted:#8C8176;
  --blue:#C6A15B;
  --cacao:#2A211B;
  --gold:#C6A15B;
  --green:#1F7A4D;
  --rose:#D85A7F;
  --yellow:#F2B705;
  --violet:#5A3E85;
  --soft:#EFE8DB;
  --line:rgba(42,33,27,.14);
  --title:Satoshi,sans-serif;
  --body:Manrope,sans-serif;
  --quote:"Cormorant Garamond",serif;
}

body{background:var(--bg);color:var(--ink)}
.eyebrow{color:var(--gold)}

.brand-logo{position:relative;display:block;width:clamp(138px,14vw,190px);height:44px;color:transparent}
.brand-logo span{display:none}
.brand-mark{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:left center;transition:opacity .25s var(--ease)}
.brand-mark-dark{opacity:0}
.nav.is-scrolled .brand-mark-light{opacity:0}
.nav.is-scrolled .brand-mark-dark{opacity:1}
.nav.is-scrolled{background:rgba(247,243,234,.92);border-bottom-color:var(--line)}
.nav-links a,.nav-dropdown button{font-weight:650;color:rgba(247,243,234,.86)}
.nav.is-scrolled .nav-links a,.nav.is-scrolled .nav-dropdown button{color:var(--ink)}
.nav-cta{border-color:rgba(247,243,234,.45)}
.nav.is-scrolled .nav-cta{border-color:var(--cacao);background:rgba(198,161,91,.12)}
.nav-dropdown-menu{background:rgba(247,243,234,.96);border-color:var(--line)}
.nav-service-link{background:#FBF8F0;border-color:var(--line)}
.nav-service-link:hover{box-shadow:0 18px 46px rgba(42,33,27,.12)}
.nav-service-link strong{font-family:var(--title);font-weight:850;color:var(--ink)}

.hero-overlay{background:linear-gradient(180deg,rgba(17,16,14,.66),rgba(42,33,27,.24),rgba(17,16,14,.80))}
.hero h1,.page-hero h1{font-family:var(--title);font-weight:850;letter-spacing:.02em}
.hero h1 span{font-family:var(--body);font-weight:420;letter-spacing:.22em}
.hero-content>p:last-of-type,.page-hero-content p:last-child{font-family:var(--quote);font-size:clamp(20px,2.4vw,30px);color:rgba(247,243,234,.9)}

.btn{font-weight:850}
.btn-dark{background:var(--ink);color:var(--bg)}
.btn-light{background:var(--bg);color:var(--ink)}
.btn-light:hover,.btn-dark:hover{background:var(--gold);color:var(--ink)}
.btn-outline{border-color:rgba(247,243,234,.48);color:var(--bg)}

.statement{background:var(--bg)}
.statement p{font-family:var(--body);font-weight:360}
.statement strong{font-family:var(--title);font-weight:850}
.section-head h2,.service-card h3,.service-list h3,.cta h2{font-family:var(--title);font-weight:850}
.visual-service:after{background:linear-gradient(180deg,rgba(17,16,14,.08),rgba(42,33,27,.20) 38%,rgba(17,16,14,.78))}
.visual-service span{color:var(--gold)}
.visual-service h2{font-family:var(--title);font-weight:850}
.services-section,.next-services{background:var(--soft)}
.service-card,.service-list article,.next-services a{background:#FBF8F0;border-color:var(--line)}
.service-card span{color:var(--gold)}
.service-list-mini li{color:rgba(42,33,27,.72)}
.pricing-section{
  padding:118px clamp(22px,6vw,80px);
  background:#FFFEFA;
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:1280px;
  margin:0 auto;
}
/* ═══ Pricing engine v2 — service selector + tier cards ═══ */
.pricing-market-line{
  text-align:center;
  font-size:13px;
  color:rgba(42,33,27,.62);
  margin:0 0 22px;
}
.pricing-market-line a{
  color:var(--ink);
  font-weight:750;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
.pricing-service-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  max-width:760px;
  margin:0 auto 28px;
}
.pricing-service-btn{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  padding:14px 6px;
  border-radius:12px;
  border:1.5px solid var(--line);
  background:#FFFEFA;
  cursor:pointer;
  transition:.2s var(--ease);
}
.pricing-service-btn svg{
  width:22px;
  height:22px;
  stroke:rgba(42,33,27,.68);
}
.pricing-service-btn span{
  font-size:12px;
  font-weight:750;
  color:rgba(42,33,27,.78);
  text-align:center;
  line-height:1.2;
}
.pricing-service-btn:hover{
  border-color:rgba(42,33,27,.4);
}
.pricing-service-btn.is-active{
  border-color:var(--ink);
  background:var(--ink);
}
.pricing-service-btn.is-active svg{
  stroke:#FFFEFA;
}
.pricing-service-btn.is-active span{
  color:#FFFEFA;
}
.pricing-currency-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin:0 0 28px;
}
.pricing-currency-row>span{
  font-size:11.5px;
  font-weight:750;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:rgba(42,33,27,.5);
  margin-right:4px;
}
.tier-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  max-width:920px;
  margin:0 auto;
}
.tier-card{
  background:#FFFEFA;
  border:1px solid var(--line);
  border-radius:14px;
  padding:24px 20px;
  display:flex;
  flex-direction:column;
  gap:10px;
  position:relative;
}
.tier-card.is-featured{
  border:2px solid var(--ink);
}
.tier-badge{
  position:absolute;
  top:-11px;
  left:50%;
  transform:translateX(-50%);
  background:var(--ink);
  color:#FFFEFA;
  font-size:10.5px;
  font-weight:750;
  letter-spacing:.04em;
  padding:4px 12px;
  border-radius:999px;
  white-space:nowrap;
  animation:badgePulse 2.2s ease-in-out infinite;
}
@keyframes badgePulse{
  0%,100%{ transform:translateX(-50%) scale(1); box-shadow:0 0 0 0 rgba(17,16,14,.22); }
  50%{ transform:translateX(-50%) scale(1.05); box-shadow:0 0 0 6px rgba(17,16,14,0); }
}
@media (prefers-reduced-motion: reduce){
  .tier-badge{ animation:none; }
}
.tier-kicker{
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(42,33,27,.5);
  margin:4px 0 0;
}
.tier-price{
  font-size:24px;
  font-weight:850;
  color:var(--ink);
  line-height:1.15;
}
.tier-desc{
  font-size:12.5px;
  color:rgba(42,33,27,.62);
  line-height:1.5;
  flex:1;
}
.tier-cta{
  margin-top:4px;
  text-align:center;
  font-size:12.5px;
  font-weight:750;
  padding:10px;
  border-radius:999px;
  border:1px solid var(--line);
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  transition:.2s var(--ease);
}
.tier-card.is-featured .tier-cta{
  background:var(--ink);
  color:#FFFEFA;
  border-color:var(--ink);
}
.tier-cta:hover{
  opacity:.85;
}
@media (max-width:780px){
  .pricing-service-row{ grid-template-columns:repeat(3,1fr); }
  .tier-grid{ grid-template-columns:1fr; }
}
.currency-panel{
  max-width:920px;
  margin:0 auto 36px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#F7F3EA;
  display:grid;
  grid-template-columns:auto auto 1fr;
  align-items:center;
  gap:14px;
}
.currency-panel>span{
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(42,33,27,.68);
}
.currency-toggle{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.currency-btn{
  border:1px solid var(--line);
  background:#FFFEFA;
  color:var(--ink);
  border-radius:999px;
  padding:8px 12px;
  font:850 12px/1 var(--body);
  cursor:pointer;
  transition:.2s var(--ease);
}
.currency-btn:hover,
.currency-btn.is-active{
  background:var(--ink);
  color:#FFFEFA;
  border-color:var(--ink);
}
.price-value-eur{
  font:850 18px/1.2 var(--display,var(--body));
  color:var(--ink);
}
.testimonials-actions{
  text-align:center;
  margin-top:32px;
}
.currency-panel p{
  color:rgba(42,33,27,.62);
  font-size:12.5px;
  line-height:1.55;
}
.pricing-card{
  background:#F7F3EA;
  border:1px solid var(--line);
  border-radius:10px;
  padding:30px;
  display:flex;
  flex-direction:column;
  gap:18px;
  min-height:520px;
}
.pricing-card-featured{
  background:linear-gradient(150deg,#11100E 0%,#2A211B 72%,#C6A15B 150%);
  color:#FFFEFA;
  border-color:rgba(198,161,91,.34);
  box-shadow:0 28px 80px rgba(42,33,27,.18);
}
.pricing-kicker{
  color:var(--gold);
  font-size:12px;
  font-weight:850;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.pricing-card h3{
  font-family:var(--title);
  font-size:clamp(28px,3.2vw,42px);
  font-weight:850;
  line-height:1;
}
.pricing-desc{
  color:rgba(42,33,27,.66);
  line-height:1.65;
  font-size:14.5px;
}
.pricing-card-featured .pricing-desc{
  color:rgba(255,254,250,.72);
}
.pricing-card ul{
  list-style:none;
  margin-top:auto;
  display:flex;
  flex-direction:column;
  border-top:1px solid var(--line);
}
.pricing-card-featured ul{
  border-top-color:rgba(255,254,250,.18);
}
.pricing-card li{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:15px 0;
  border-bottom:1px solid var(--line);
  font-size:13px;
  line-height:1.35;
}
.pricing-card-featured li{
  border-bottom-color:rgba(255,254,250,.16);
}
.pricing-card li span{
  color:rgba(42,33,27,.62);
}
.pricing-card-featured li span{
  color:rgba(255,254,250,.68);
}
.pricing-card li strong{
  font-weight:850;
  text-align:right;
  white-space:nowrap;
}
.pricing-note{
  max-width:920px;
  margin:30px auto 0;
  text-align:center;
  color:rgba(42,33,27,.66);
  line-height:1.7;
}
.pricing-actions{
  display:flex;
  justify-content:center;
  margin-top:22px;
}
@media(max-width:980px){
  .pricing-grid{grid-template-columns:1fr}
  .pricing-card{min-height:auto}
  .currency-panel{grid-template-columns:1fr;justify-items:start}
}
@media(max-width:560px){
  .pricing-section{padding:86px 18px 150px}
  .pricing-card{padding:24px}
  .pricing-card li{align-items:flex-start;flex-direction:column;gap:6px}
  .pricing-card li strong{text-align:left;white-space:normal}
}
.work-section,.faq{background:var(--bg)}
.design-card{background:var(--ink)}

.cta:before{background:rgba(17,16,14,.66)}
.footer{background:var(--ink);color:rgba(247,243,234,.66)}
.footer strong{font-family:var(--title);font-weight:850;color:var(--bg)}
.footer span{color:var(--bg)}
.footer a{color:rgba(247,243,234,.66)}

.sound-control{background:rgba(17,16,14,.82)}
.sound-control.is-playing{background:rgba(247,243,234,.94);color:var(--ink);border-color:var(--line)}
.sound-skip{width:22px;height:22px;border:0;border-radius:999px;background:rgba(247,243,234,.08);color:inherit;font:600 18px/1 var(--body);display:grid;place-items:center;cursor:pointer;transition:.2s var(--ease)}
.sound-skip:hover{background:rgba(198,161,91,.28);transform:translateY(-1px)}
.sound-control.is-playing .sound-skip{background:rgba(17,16,14,.06)}
.sound-control.is-playing .sound-skip:hover{background:rgba(198,161,91,.22)}
.sound-control:after{content:attr(data-track);min-width:16px;height:16px;border-radius:999px;background:var(--gold);color:var(--ink);font:800 9px/16px var(--body);text-align:center;margin-right:2px}
.whatsapp-float{background:var(--green)}
.whatsapp-pulse{background:var(--green)}

.back-to-top{
  position:fixed;
  right:22px;
  bottom:84px;
  z-index:901;
  width:46px;
  height:46px;
  border:1px solid rgba(255,254,250,.34);
  border-radius:999px;
  background:rgba(17,16,14,.78);
  color:#FFFEFA;
  display:grid;
  place-items:center;
  font:850 19px/1 var(--title);
  box-shadow:0 16px 38px rgba(17,16,14,.18);
  backdrop-filter:blur(14px);
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:opacity .24s var(--ease),transform .24s var(--ease),background-color .24s var(--ease),border-color .24s var(--ease);
}
.back-to-top.is-visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.to-content{
  position:fixed;
  left:22px;
  top:84px;
  z-index:901;
  width:46px;
  height:46px;
  border:1px solid rgba(255,254,250,.34);
  border-radius:999px;
  background:rgba(17,16,14,.78);
  color:#FFFEFA;
  display:grid;
  place-items:center;
  font:850 19px/1 var(--title);
  box-shadow:0 16px 38px rgba(17,16,14,.18);
  backdrop-filter:blur(14px);
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transform:translateY(-10px);
  transition:opacity .24s var(--ease),transform .24s var(--ease),background-color .24s var(--ease),border-color .24s var(--ease);
}
.to-content.is-visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.to-content:hover,.to-content:focus-visible{
  background:var(--gold);
  border-color:rgba(17,16,14,.12);
}
@media (max-width:780px){
  .to-content{ left:16px; top:72px; width:40px; height:40px; font-size:16px; }
}
.back-to-top:hover,.back-to-top:focus-visible{
  background:var(--gold);
  border-color:rgba(17,16,14,.12);
  color:var(--ink);
  outline:0;
}
.back-to-top span{
  display:block;
  transform:translateY(-1px);
}

.statement,.visual-services,.work-section,.faq,.cta,.services-section,.service-intro,.service-list,.next-services{
  content-visibility:auto;
  contain-intrinsic-size:auto 760px;
}

@media(max-width:780px){
  .brand-logo{width:148px;height:42px;z-index:1001}
  .nav-links{background:var(--ink)}
  .nav-links a,.nav-dropdown button{color:var(--bg)!important}
  .nav-service-link{background:rgba(247,243,234,.06);border-color:rgba(247,243,234,.14)}
  .nav-service-link strong{color:var(--bg)}
}

footer .footer-grid>div:first-child:before{
  content:"";
  display:block;
  width:min(230px,72vw);
  height:118px;
  margin:0 0 18px;
  background:url("img/brand/bewegt-logo-full-ivory.png") left center/contain no-repeat;
}
footer .footer-grid>div:first-child strong{display:none}

/* Light editorial direction: white dominates, ivory warms the rhythm. */
:root{
  --bg:#FFFEFA;
  --soft:#F7F3EA;
  --line:rgba(42,33,27,.10);
}

body{background:var(--bg)}
.nav.is-scrolled{background:rgba(255,254,250,.94);box-shadow:0 10px 34px rgba(42,33,27,.05)}
.nav-dropdown-menu{background:rgba(255,254,250,.97)}
.nav-service-link{background:#fff;border-color:rgba(42,33,27,.10)}

.statement,.visual-services,.work-section,.faq,.service-intro{background:var(--bg)}
.statement{padding-top:clamp(92px,10vw,142px);padding-bottom:clamp(88px,10vw,136px)}
.statement p{color:var(--ink)}
.studio-story{
  display:grid;
  grid-template-columns:minmax(280px,.58fr) minmax(520px,1.18fr);
  align-items:center;
  gap:clamp(34px,5vw,72px);
  max-width:1420px;
  margin:0 auto;
}
.studio-story>p{
  text-align:left;
  max-width:560px;
  margin:0;
  font-size:clamp(23px,2.55vw,42px);
  line-height:1.22;
}
.studio-image{
  position:relative;
  min-height:clamp(430px,45vw,620px);
  border-radius:10px;
  overflow:hidden;
  background:var(--soft);
  box-shadow:0 24px 78px rgba(42,33,27,.10);
}
.studio-image:before{
  content:"";
  position:absolute;
  inset:16px;
  border:1px solid rgba(255,254,250,.42);
  z-index:2;
  pointer-events:none;
}
.studio-image picture,.studio-image img{
  width:100%;
  height:100%;
  min-height:inherit;
}
.studio-image img{
  object-fit:contain;
  object-position:center center;
  background:#F7F3EA;
}

.services-section,.next-services{background:linear-gradient(180deg,#FFFEFA 0%,#F7F3EA 100%)}
.service-card,.service-list article,.next-services a{
  background:#fff;
  border-color:rgba(42,33,27,.10);
  box-shadow:0 18px 54px rgba(42,33,27,.045);
}
.service-card:hover,.next-services a:hover{box-shadow:0 24px 70px rgba(42,33,27,.09)}

.blog-section{
  max-width:1380px;
  margin:0 auto;
  padding:clamp(80px,9vw,120px) clamp(22px,6vw,80px) 120px;
}
.blog-intro{
  max-width:900px;
  margin:0 auto 36px;
  text-align:center;
}
.blog-intro h2{
  font-family:var(--title);
  font-size:clamp(32px,5vw,62px);
  font-weight:850;
  line-height:1.02;
  margin-top:12px;
}
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.featured-story-wrap{
  margin:0 auto 28px;
  max-width:1240px;
}
.featured-story-link{
  display:grid;
  grid-template-columns:1.35fr .95fr;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 22px 70px rgba(42,33,27,.06);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease);
}
.featured-story-link:hover{
  transform:translateY(-4px);
  box-shadow:0 30px 90px rgba(42,33,27,.10);
  border-color:rgba(42,33,27,.16);
}
.featured-story-image{
  min-height:420px;
}
.featured-story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.featured-story-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:16px;
  padding:32px 30px;
}
.featured-story-label{
  display:inline-flex;
  align-self:flex-start;
  border-radius:999px;
  background:var(--soft);
  border:1px solid rgba(42,33,27,.08);
  padding:7px 12px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--ink);
}
.featured-story-copy h2{
  font-family:var(--title);
  font-size:clamp(30px,4vw,56px);
  line-height:1;
  letter-spacing:-.04em;
  margin:0;
}
.featured-story-copy p{
  font-size:17px;
  line-height:1.7;
  color:rgba(42,33,27,.7);
  margin:0;
}
.featured-story-meta{
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.blog-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 54px rgba(42,33,27,.04);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease);
}
.blog-card:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 80px rgba(42,33,27,.08);
  border-color:rgba(42,33,27,.16);
}
.blog-card img{
  width:100%;
  aspect-ratio:6/4;
  object-fit:cover;
}
.blog-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:16px;
  padding:22px 22px 24px;
}
@media (max-width: 900px){
  .featured-story-link{grid-template-columns:1fr;}
  .featured-story-image{min-height:260px;}
}
@media (max-width: 780px){
  .blog-grid{grid-template-columns:1fr;}
  .featured-story-copy{padding:22px 20px 24px;}
  .featured-story-copy h2{font-size:clamp(26px,8vw,40px);}
}
.blog-card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--muted);
}
.blog-card-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:6px 10px;
  background:var(--soft);
  color:var(--ink);
  font-weight:800;
}
.blog-card h2{
  font-family:var(--title);
  font-size:clamp(24px,2.4vw,35px);
  font-weight:850;
  line-height:1.05;
}
.blog-card p{
  color:rgba(42,33,27,.68);
  line-height:1.7;
  font-size:15px;
  margin-top:auto;
}
.blog-empty{
  margin-top:28px;
  text-align:center;
  color:var(--muted);
  font-size:15px;
}

.article-tete{
  max-width:1040px;
  margin:96px auto 0;
  padding:0 clamp(22px,6vw,80px);
}
.article-tete h1{
  font-family:var(--title);
  font-size:clamp(42px,7vw,88px);
  line-height:.96;
  letter-spacing:-.04em;
  margin-top:12px;
}
.article-chapo{
  max-width:760px;
  margin-top:18px;
  font-size:clamp(20px,2vw,30px);
  line-height:1.4;
  color:rgba(42,33,27,.7);
}
.article-meta{
  margin-top:18px;
  color:var(--muted);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.post-body{
  max-width:1280px;
  margin:38px auto 0;
  padding:0 clamp(22px,6vw,80px) 30px;
}
.article-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.8fr) minmax(260px, 360px);
  gap:32px;
  align-items:start;
}
.article-main,
.article-sidebar{
  min-width:0;
}
.article-main > *:first-child,
.article-sidebar > *:first-child {
  margin-top:0;
}
.article-sidebar{
  display:grid;
  gap:22px;
  align-self:start;
  position:sticky;
  top:110px;
}
.article-sidebar-section{
  margin:0;
}
.article-sidebar-card{
  margin:0;
}
.post-body p,
.post-body li,
.post-body blockquote{
  font-size:clamp(17px,1.9vw,21px);
  line-height:1.8;
  color:rgba(42,33,27,.78);
}
.post-body h2,
.post-body h3,
.post-body h4{
  font-family:var(--title);
  margin:36px 0 18px;
  line-height:1.12;
}
.post-body blockquote{
  margin:28px 0;
  border-left:3px solid var(--gold);
  padding-left:18px;
  color:var(--ink);
  font-weight:600;
}
.post-body img,
.post-body video,
.post-body iframe{
  display:block;
  width:100%;
  max-width:100%;
  border-radius:18px;
  margin:28px 0;
}
.article-main .post-gallery,
.article-main .post-documents,
.article-main .post-media,
.article-main .post-cta,
.article-main .article-suite,
.article-main .article-appareil,
.article-main .article-cluster,
.article-main .comments,
.article-main .comment-form {
  max-width:none;
}
.article-sidebar .post-gallery,
.article-sidebar .post-documents,
.article-sidebar .post-media,
.article-sidebar .post-cta {
  margin:0;
}
.article-sidebar .post-gallery{
  display:grid;
  gap:16px;
}
.article-sidebar .design-card{
  border-radius:18px;
  box-shadow:0 16px 44px rgba(42,33,27,.06);
}
.article-sidebar .post-document,
.article-sidebar .post-cta,
.article-sidebar .post-media,
.article-sidebar .post-gallery,
.article-sidebar .post-documents {
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px 16px 18px;
}
.article-sidebar .post-document{
  display:grid;
  gap:6px;
}
.article-sidebar .post-cta p{
  margin:0 0 10px;
  font-size:16px;
}
.article-sidebar .post-cta a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:800;
}
.article-sidebar .media-download{
  margin-top:10px;
  display:inline-block;
  font-weight:700;
}
@media (max-width:980px){
  .article-layout{grid-template-columns:1fr;}
  .article-sidebar{position:static; gap:18px;}
}
.post-body .post-gallery,
.post-body .post-documents,
.post-body .post-media,
.post-body .post-cta,
.post-body .article-suite,
.post-body .article-appareil,
.post-body .article-cluster,
.comments,
.comment-form {
  max-width:1040px;
  margin-left:auto;
  margin-right:auto;
}
.article-suite,
.article-appareil,
.article-cluster,
.comments,
.post-documents,
.post-cta,
.post-gallery,
.comment-form{
  margin-top:40px;
}
.article-suite{
  border:1px solid var(--line);
  border-radius:16px;
  padding:20px 22px;
  background:var(--soft);
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  color:var(--ink);
}
.article-suite b{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.article-bibliographie,
.article-sources{
  padding-left:20px;
  margin-top:18px;
}
.article-bibliographie li,
.article-sources li{
  margin-top:10px;
}
.comments{
  padding:0 clamp(22px,6vw,80px) 40px;
}
.comments-inner{
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  padding:28px 24px;
}
.comment-list{
  list-style:none;
  display:grid;
  gap:18px;
  margin:24px 0 26px;
}
.comment{
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--soft);
  padding:18px 18px 16px;
}
.comment-head{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:13px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.08em;
}
.comment-text{
  margin-top:12px;
  font-size:16px;
  line-height:1.7;
  color:var(--ink);
}
.comment-form{
  display:grid;
  gap:12px;
  margin-top:26px;
}
.comment-form label{
  display:grid;
  gap:7px;
  color:var(--ink);
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.comment-form input,
.comment-form textarea{
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  padding:14px 16px;
  font:inherit;
  color:var(--ink);
  resize:vertical;
}
.comment-form textarea{ min-height:130px; }
.comment-form .comment-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  text-transform:none;
  letter-spacing:0;
  font-weight:400;
  color:rgba(42,33,27,.72);
}
.comment-form .btn{margin-left:0;justify-self:start}
.comment-note,
.comment-hp{display:none}

.section-head p:last-child,.service-card p,.service-list p,details p{color:rgba(42,33,27,.66)}
.service-list-mini li{color:rgba(42,33,27,.62)}
details{border-color:rgba(42,33,27,.12)}

.visual-services{padding-top:10px}
.visual-service{box-shadow:0 22px 70px rgba(42,33,27,.08)}
.design-card{box-shadow:0 18px 54px rgba(42,33,27,.08)}

.btn-light{background:#fff;color:var(--ink)}
.sound-control.is-playing{background:rgba(255,254,250,.94)}

@media(max-width:780px){
  .nav-links{background:rgba(255,254,250,.98)}
  .nav-links a,.nav-dropdown button{color:var(--ink)!important}
  .nav.is-open .brand-mark-light{opacity:0}
  .nav.is-open .brand-mark-dark{opacity:1}
  .nav.is-open .menu-toggle span{background:var(--ink)}
  .nav-service-link{background:#fff;border-color:rgba(42,33,27,.10)}
  .nav-service-link strong{color:var(--ink)}
  .studio-story{
    grid-template-columns:1fr;
    gap:34px;
  }
  .studio-story>p{
    text-align:left;
    max-width:100%;
    font-size:clamp(22px,8vw,34px);
  }
  .studio-image{min-height:340px}
  .studio-image img{object-fit:cover;object-position:center center}
}

/* Contact image composition: keep the subject visible on the right. */
.cta#contact{
  place-items:center start;
  text-align:left;
  padding-left:clamp(24px,8vw,120px);
  padding-right:clamp(24px,6vw,80px);
}
.cta#contact img{object-position:center center}
.cta#contact:before{
  background:linear-gradient(90deg,rgba(17,16,14,.78) 0%,rgba(17,16,14,.54) 34%,rgba(17,16,14,.16) 62%,rgba(17,16,14,.08) 100%);
}
.cta#contact>div{
  width:min(620px,100%);
  max-width:620px;
  margin:0;
}
.cta#contact h2{font-size:clamp(42px,7vw,86px)}
.cta#contact p:not(.eyebrow){max-width:460px}
.contact-trust-steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin:18px 0 28px;
}
.contact-trust-steps div{
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  display:flex;
  align-items:center;
  gap:10px;
}
.contact-trust-steps strong{
  display:inline-grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  font-size:12px;
  font-weight:800;
}
.contact-trust-steps span{
  font-size:12px;
  color:rgba(255,255,255,.85);
}
.contact-form{display:grid;gap:14px;margin-top:18px}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form label{display:grid;gap:7px}
.contact-form label>span{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.84)}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.3);
  border-radius:14px;
  background:rgba(17,16,14,.48);
  color:#fff;
  font:inherit;
  padding:14px 16px;
  outline:none;
  backdrop-filter:blur(10px);
}
.contact-form textarea{resize:vertical;min-height:120px}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.12)}
.contact-form option{color:var(--ink);background:#fff}
.contact-form .btn{justify-self:end;margin-left:0;border:0;cursor:pointer}
.contact-form .btn:disabled{opacity:.62;cursor:wait;transform:none}
.contact-honeypot{position:absolute!important;left:-9999px!important}
.form-status{display:none;max-width:none!important;margin:0!important;padding:13px 16px;border-radius:14px;font-weight:700}
.form-status.is-visible{display:block}
.form-status.is-success{color:#effff3;background:rgba(28,121,69,.72);border:1px solid rgba(194,255,215,.42)}
.form-status.is-error{color:#fff4f2;background:rgba(151,45,31,.76);border:1px solid rgba(255,205,198,.4)}
.contact-alternatives{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:14px;margin-top:10px}
.contact-alternatives .btn{margin-left:0}
.contact-email{color:#fff;text-decoration:underline;text-underline-offset:4px}
.contact-in-view .sound-control,.contact-in-view .whatsapp-float{opacity:0;pointer-events:none;transform:translateY(18px)}
.thank-you-page{min-height:100vh;background:var(--ink);color:#fff;display:grid;place-items:center;padding:32px;text-align:center}
.thank-you-card{width:min(680px,100%);padding:clamp(34px,7vw,72px);border:1px solid rgba(255,255,255,.16);border-radius:28px;background:rgba(255,255,255,.06)}
.thank-you-card h1{font-family:var(--title);font-size:clamp(46px,8vw,84px);line-height:1;margin:14px 0 20px}
.thank-you-card p{color:rgba(255,255,255,.76);font-size:18px;line-height:1.7}
.error-code{font-family:var(--title);font-size:clamp(80px,18vw,180px);line-height:.8;color:rgba(255,255,255,.12);margin:0 0 26px}

@media(max-width:780px){
  .cta#contact{
    place-items:end start;
    min-height:78vh;
    padding:110px 22px 92px;
  }
  .cta#contact img{object-position:58% center}
  .cta#contact:before{
    background:linear-gradient(180deg,rgba(17,16,14,.16) 0%,rgba(17,16,14,.28) 42%,rgba(17,16,14,.82) 100%);
  }
  .cta#contact>div{max-width:92vw}
  .contact-form-grid{grid-template-columns:1fr}
}

/* Mobile nav: keep language flags visible over the Hero, outside the menu panel. */
.nav{gap:18px}
.nav-links{margin-left:auto}
.lang-switcher{flex:0 0 auto}
.menu-toggle{flex:0 0 auto}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
.menu-toggle span{transition:transform .22s var(--ease),background-color .22s var(--ease)}

@media(max-width:780px){
  .nav{
    justify-content:flex-start;
    gap:8px;
    padding:16px 16px;
  }
  .brand-logo{
    order:1;
    width:138px;
    height:40px;
    margin-right:auto;
  }
  .nav-links{
    order:4;
    margin-left:0;
  }
  .lang-switcher{
    order:2;
    position:relative;
    z-index:1001;
    display:flex;
    align-items:center;
    gap:2px;
    padding:3px;
    border-left:0;
    border:1px solid rgba(247,243,234,.22);
    border-radius:999px;
    background:rgba(17,16,14,.34);
    backdrop-filter:blur(12px);
    box-shadow:0 10px 30px rgba(17,16,14,.12);
  }
  .nav.is-scrolled .lang-switcher,
  .nav.is-open .lang-switcher{
    border-color:rgba(42,33,27,.12);
    background:rgba(255,254,250,.86);
  }
  .lang-btn{
    width:28px;
    height:28px;
    padding:0;
    display:grid;
    place-items:center;
    font-size:16px;
    line-height:1;
  }
  .lang-btn.is-active{
    background:rgba(247,243,234,.16);
  }
  .nav.is-scrolled .lang-btn.is-active,
  .nav.is-open .lang-btn.is-active{
    background:rgba(198,161,91,.16);
  }
  .menu-toggle{
    order:3;
    width:38px;
    height:38px;
    z-index:1001;
  }
  .back-to-top{
    right:16px;
    bottom:76px;
    width:42px;
    height:42px;
    font-size:17px;
  }
}

@media(max-width:380px){
  .nav{gap:6px;padding-left:12px;padding-right:12px}
  .brand-logo{width:124px}
  .lang-btn{width:25px;height:25px;font-size:15px}
  .menu-toggle{width:36px;height:36px}
}

/* Gradient accent only: keep the original bright editorial base. */
:root{
  --vivid:#2FA66A;
  --vivid-hot:#E65A3C;
  --bewegt-gradient:linear-gradient(135deg,#D2AD63 0%,#2FA66A 54%,#E65A3C 100%);
}

.eyebrow{
  background:var(--bewegt-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.btn-light,
.btn-dark{
  background:linear-gradient(135deg,#FFFEFA 0%,#D2AD63 54%,#2FA66A 100%);
  color:var(--ink);
  box-shadow:0 18px 46px rgba(47,166,106,.14);
}

.btn-light:hover,
.btn-dark:hover,
.back-to-top:hover,
.back-to-top:focus-visible{
  background:var(--bewegt-gradient);
  color:var(--ink);
}


/* Music prompt: compact bar with a curious dancing mascot. */
.sound-control{
  width:158px;
  min-width:158px;
  height:40px;
  padding:6px 7px;
  gap:4px;
  overflow:visible;
}
.sound-toggle{
  position:static;
  min-width:56px;
  gap:4px;
  padding:6px 7px;
  background:rgba(255,254,250,.08);
  overflow:visible;
}
.sound-toggle:hover{
  background:rgba(255,254,250,.14);
}
.sound-mascot{
  position:absolute;
  left:50%;
  bottom:38px;
  width:132px;
  height:132px;
  max-width:none;
  object-fit:contain;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.26));
  transform:translateX(-50%) rotate(-3deg);
  transform-origin:50% 88%;
  pointer-events:none;
  z-index:1;
}
.sound-toggle,
.sound-skip,
.sound-volume{
  position:relative;
  z-index:3;
}
.sound-copy{
  display:inline;
  font:850 11px/1 var(--body);
  letter-spacing:.04em;
  text-transform:uppercase;
}
.sound-icon{
  display:none;
}
.sound-skip{
  display:grid;
  width:23px;
  height:23px;
  font-size:18px;
}
.sound-volume{
  display:flex;
  padding-right:0;
}
.sound-volume input{
  width:34px;
}
.sound-control:after{
  display:none;
}
.sound-control.is-playing .sound-toggle{
  background:rgba(17,16,14,.06);
}
.sound-control.is-playing.sound-dance-0 .sound-mascot{
  animation:soundMascotGroove 7.2s ease-in-out infinite;
}
.sound-control.is-playing.sound-dance-1 .sound-mascot{
  animation:soundMascotBounce 5.6s ease-in-out infinite;
}
.sound-control.is-playing.sound-dance-2 .sound-mascot{
  animation:soundMascotStep 8.1s ease-in-out infinite;
}
.sound-control.is-playing.sound-dance-3 .sound-mascot{
  animation:soundMascotSwing 6.25s ease-in-out infinite;
}
.sound-control.is-playing.sound-dance-4 .sound-mascot{
  animation:soundMascotFloat 9s ease-in-out infinite;
}
.sound-control.is-playing.sound-dance-5 .sound-mascot{
  animation:soundMascotShuffle 6.8s ease-in-out infinite;
}
@keyframes soundMascotGroove{
  0%,100%{transform:translateX(-42px) translateY(0) rotate(-5deg) scale(1)}
  20%{transform:translateX(-18px) translateY(-3px) rotate(4deg) scale(1.02)}
  50%{transform:translateX(36px) translateY(-5px) rotate(6deg) scale(1.03)}
  80%{transform:translateX(-10px) translateY(-2px) rotate(-3deg) scale(1.01)}
}
@keyframes soundMascotBounce{
  0%,100%{transform:translateX(-40px) translateY(0) rotate(-3deg) scale(1)}
  25%{transform:translateX(-12px) translateY(-6px) rotate(4deg) scale(1.03)}
  50%{transform:translateX(34px) translateY(-2px) rotate(-4deg) scale(1.01)}
  75%{transform:translateX(-4px) translateY(-6px) rotate(3deg) scale(1.03)}
}
@keyframes soundMascotStep{
  0%,100%{transform:translateX(-42px) translateY(0) rotate(-6deg)}
  16%{transform:translateX(-24px) translateY(-3px) rotate(7deg)}
  33%{transform:translateX(-5px) translateY(-1px) rotate(-3deg)}
  50%{transform:translateX(36px) translateY(-4px) rotate(7deg)}
  66%{transform:translateX(12px) translateY(-1px) rotate(-4deg)}
  83%{transform:translateX(-20px) translateY(-3px) rotate(5deg)}
}
@keyframes soundMascotSwing{
  0%,100%{transform:translateX(-42px) translateY(0) rotate(-8deg) scale(1)}
  25%{transform:translateX(-14px) translateY(-4px) rotate(6deg) scale(1.02)}
  50%{transform:translateX(36px) translateY(-5px) rotate(8deg) scale(1.03)}
  75%{transform:translateX(-8px) translateY(-3px) rotate(-5deg) scale(1.01)}
}
@keyframes soundMascotFloat{
  0%,100%{transform:translateX(-38px) translateY(0) rotate(-2deg)}
  25%{transform:translateX(-12px) translateY(-5px) rotate(2deg)}
  50%{transform:translateX(32px) translateY(-8px) rotate(3deg)}
  75%{transform:translateX(2px) translateY(-4px) rotate(-2deg)}
}
@keyframes soundMascotShuffle{
  0%,100%{transform:translateX(-42px) translateY(0) rotate(-4deg)}
  15%{transform:translateX(-26px) translateY(-2px) rotate(-7deg)}
  30%{transform:translateX(-8px) translateY(-4px) rotate(7deg)}
  50%{transform:translateX(36px) translateY(-3px) rotate(-5deg)}
  70%{transform:translateX(6px) translateY(-4px) rotate(6deg)}
  85%{transform:translateX(-20px) translateY(-2px) rotate(-5deg)}
}

@media(max-width:780px){
  .sound-control{
    width:150px;
    min-width:150px;
    height:40px;
    padding:6px 6px;
    gap:3px;
  }
  .sound-toggle{
    min-width:54px;
    padding:6px;
  }
  .sound-mascot{
    bottom:37px;
    width:124px;
    height:124px;
  }
  .sound-copy{
    font-size:11px;
  }
  .sound-volume input{
    width:30px;
  }
}

@media(max-width:420px){
  .sound-control{
    width:146px;
    min-width:146px;
    gap:3px;
    padding-left:5px;
    padding-right:5px;
  }
  .sound-skip{
    width:22px;
    height:22px;
    font-size:17px;
  }
  .sound-volume input{
    width:28px;
  }
  .sound-mascot{
    bottom:36px;
    width:118px;
    height:118px;
  }
}

/* =====================================================
   MOBILE TEXT FIX â€” textes coupÃ©s sur mobile (toutes langues)
   ProblÃ¨mes identifiÃ©s :
   1. .hero h1 / .page-hero h1 â€” clamp min trop grand + line-height trop serrÃ©
   2. .hero h1 span â€” clamp(22px,4vw,48px) â†’ sur 390px = ~16px, lisible mais le span
      ne wrap pas bien avec letter-spacing Ã©levÃ©
   3. .visual-service h2 â€” clamp(48px,8vw,108px) â†’ sur 390px = ~31px OK mais
      right:24px insuffisant quand le texte FR/DE est plus long
   4. .hero-content>p:last-of-type / .page-hero-content p:last-child
      â†’ clamp(20px,2.4vw,30px) = 20px sur mobile, correct, mais padding 0 24px
      peut couper le texte FR/DE plus long
   5. .section-head h2 â€” clamp(42px,7vw,86px) â†’ sur 390px = ~42px + padding:0 20px
      â†’ textes DE/FR longs risquent de dÃ©border
   6. .pricing-card li strong â€” white-space:nowrap coupe les prix en DE/FR
      (dÃ©jÃ  corrigÃ© Ã  560px mais pas entre 560â€“780px)
   7. .cta h2 â€” clamp(42px,8vw,92px) â†’ BR tag dans DE "Lass uns<br>zusammenarbeiten."
      ne pose pas de problÃ¨me mais sur 380px le min 42px peut serrer
   8. .studio-story â€” grid min 280px qui dÃ©borde sur petits Ã©crans
   ===================================================== */

@media (max-width: 480px) {

  /* 1 â€” Hero H1 : rÃ©duire le minimum pour les longs titres FR/DE */
  .hero h1 {
    font-size: clamp(48px, 13vw, 160px);
    line-height: .96;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* 2 â€” Hero H1 span (sous-titre en capitales) : Ã©viter le dÃ©bordement latÃ©ral */
  .hero h1 span {
    font-size: clamp(14px, 4vw, 48px);
    letter-spacing: .12em;
    word-break: break-word;
  }

  /* 3 â€” Page hero H1 (pages services) */
  .page-hero h1 {
    font-size: clamp(44px, 13vw, 150px);
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* 4 â€” Subtitle hero : assurer que le texte FR/DE plus long passe */
  .hero-content > p:last-of-type,
  .page-hero-content p:last-child {
    font-size: clamp(16px, 4.5vw, 30px);
    padding: 0 4px;
  }

  /* 5 â€” Section heads : Ã©viter que les titres FR/DE sortent */
  .section-head h2 {
    font-size: clamp(34px, 9vw, 86px);
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* 6 â€” Visual service H2 : titres longs FR/DE (ex: "Videoproduktion") */
  .visual-service h2 {
    font-size: clamp(26px, 7vw, 108px);
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
  }

  .visual-service div {
    right: 18px;
    left: 20px;
  }

  /* 7 â€” Statement (section intro) */
  .statement p {
    font-size: clamp(22px, 6vw, 58px);
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* 8 â€” Service intro (pages services) */
  .service-intro p {
    font-size: clamp(22px, 5.5vw, 54px);
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* 9 â€” CTA H2 (ex: "Lass uns zusammenarbeiten.") */
  .cta h2 {
    font-size: clamp(34px, 9vw, 92px);
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* 10 â€” Pricing strong : nowrap coupe les valeurs converties en EUR/USD sur DE/FR */
  .pricing-card li strong {
    white-space: normal;
    text-align: left;
  }

  /* 11 â€” Studio story : Ã©viter le min-width qui force un scroll horizontal */
  .studio-story {
    grid-template-columns: 1fr !important;
  }

  .studio-story > p {
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* 12 â€” Nav service link : les titres longs FR/DE dans le menu mobile */
  .nav-service-link strong {
    font-size: 16px;
    line-height: 1.2;
    word-break: break-word;
  }

  /* 13 â€” Buttons : Ã©viter que les textes FR/DE longs dÃ©passent */
  .btn {
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: center;
    hyphens: auto;
  }

  /* 14 â€” Footer grid */
  .footer-grid {
    grid-template-columns: 1fr;
  }

  /* 15 â€” Contact CTA */
  .cta#contact > div {
    max-width: 100%;
    width: 100%;
  }

  .cta#contact h2 {
    font-size: clamp(32px, 9vw, 86px);
    word-break: break-word;
  }
}

/* Entre 480px et 780px : corrections intermÃ©diaires */
@media (min-width: 481px) and (max-width: 780px) {

  .hero h1 {
    font-size: clamp(52px, 13vw, 160px);
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .page-hero h1 {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .visual-service h2 {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .section-head h2 {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  /* Pricing nowrap entre 560â€“780px */
  .pricing-card li strong {
    white-space: normal;
  }

  .studio-story {
    grid-template-columns: 1fr !important;
  }
}

/* TrÃ¨s petits Ã©crans (< 360px) : sÃ©curitÃ© globale */
@media (max-width: 360px) {

  .hero h1 {
    font-size: clamp(38px, 11vw, 80px);
  }

  .hero h1 span {
    font-size: clamp(11px, 3.5vw, 20px);
    letter-spacing: .08em;
  }

  .page-hero h1 {
    font-size: clamp(36px, 11vw, 80px);
  }

  .visual-service h2 {
    font-size: clamp(28px, 8vw, 60px);
  }

  .section-head h2 {
    font-size: clamp(28px, 9vw, 60px);
  }

  .statement p {
    font-size: clamp(18px, 6vw, 40px);
  }

  .cta h2 {
    font-size: clamp(28px, 9vw, 60px);
  }
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NOUVELLES SECTIONS â€” YouTube / Podcast / Testimonials
   Calendly / Newsletter
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ Video Embed Section â”€â”€ */
.video-embed-section {
  padding: clamp(60px,8vw,120px) clamp(22px,6vw,80px);
  max-width: 1280px;
  margin: 0 auto;
}
.video-embed-wrapper {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 16/9;
  position: relative;
}
.video-placeholder,
.video-placeholder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  cursor: pointer;
}
.video-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.68));
  pointer-events: none;
}
.video-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-placeholder-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: white;
  padding: 20px;
  box-sizing: border-box;
}
.video-play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  cursor: pointer;
  transition: transform .25s;
}
.video-play-btn:hover { transform: scale(1.08); }
.video-play-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 5px;
  border-radius: 50%;
}
.video-placeholder-label {
  font-size: clamp(15px,2.5vw,20px);
  font-weight: 500;
  margin-bottom: 8px;
  max-width: 320px;
  line-height: 1.3;
}
.video-placeholder-note {
  font-size: 13px;
  opacity: .55;
  max-width: 280px;
  line-height: 1.4;
}
.video-youtube-link {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  text-underline-offset: 4px;
}

/* â”€â”€ Podcast Embed Section â”€â”€ */
.podcast-embed-wrapper {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.podcast-embed-wrapper iframe {
  display: block;
  border-radius: 12px;
}
.podcast-placeholder {
  background: var(--ink, #0e0d0c);
  border-radius: 12px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}
.podcast-placeholder-inner {
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.podcast-placeholder-label {
  font-size: 18px;
  font-weight: 500;
}
.podcast-placeholder-note {
  font-size: 14px;
  opacity: .55;
  max-width: 360px;
}

/* â”€â”€ Testimonials Section â”€â”€ */
.testimonials-section {
  padding: clamp(60px,8vw,120px) clamp(22px,6vw,80px);
  max-width: 1280px;
  margin: 0 auto;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 24px;
  margin-top: 40px;
}
.testimonial-card {
  background: var(--surface, #faf8f5);
  border: 0.5px solid var(--border-color, rgba(0,0,0,.1));
  border-radius: 12px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testimonial-card blockquote {
  font-family: var(--title, 'Cormorant Garamond', serif);
  font-size: clamp(17px,2vw,20px);
  font-style: italic;
  line-height: 1.5;
  color: var(--ink, #0e0d0c);
  margin: 0;
}
.testimonial-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
}
.testimonial-card figcaption strong {
  font-size: 14px;
  font-weight: 600;
}
.testimonial-card figcaption span {
  font-size: 12px;
  opacity: .55;
  letter-spacing: .04em;
}
.testimonials-footer {
  margin-top: 32px;
  text-align: center;
}

/* â”€â”€ Booking / Calendly Section â”€â”€ */
.booking-section {
  padding: clamp(60px,8vw,120px) clamp(22px,6vw,80px);
  max-width: 1280px;
  margin: 0 auto;
  background: var(--bg, #fff);
}
.calendly-wrapper {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.calendly-wrapper iframe {
  display: block;
  border: none;
  border-radius: 12px;
}
.booking-placeholder {
  background: var(--surface, #faf8f5);
  border: 0.5px solid var(--border-color, rgba(0,0,0,.1));
  border-radius: 12px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
}
.booking-placeholder-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* â”€â”€ Newsletter Section â”€â”€ */
.newsletter-section {
  padding: 40px clamp(22px,6vw,80px) 0;
  border-top: 0.5px solid rgba(255,255,255,.12);
  margin-bottom: 32px;
}
.newsletter-form .eyebrow {
  color: rgba(255,255,255,.5);
  margin-bottom: 6px;
}
.newsletter-form > p:not(.eyebrow):not(.newsletter-note):not(.newsletter-status) {
  font-size: clamp(18px,2.5vw,24px);
  font-weight: 500;
  color: white;
  margin-bottom: 16px;
}
.newsletter-input-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 480px;
}
.newsletter-input-row input[type="email"] {
  flex: 1;
  min-width: 200px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 0.5px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color: white;
  font-size: 15px;
  outline: none;
  transition: border-color .2s;
}
.newsletter-input-row input[type="email"]:focus {
  border-color: var(--gold, #c9a84c);
}
.newsletter-input-row input[type="email"]::placeholder { color: rgba(255,255,255,.35); }
.newsletter-note {
  font-size: 12px;
  color: rgba(255,255,255,.35);
  margin-top: 10px;
}
.newsletter-status {
  font-size: 13px;
  margin-top: 8px;
  min-height: 18px;
}

/* â”€â”€ Mobile responsive â”€â”€ */
@media (max-width: 780px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .video-embed-section,
  .booking-section,
  .testimonials-section { padding-top: 60px; padding-bottom: 60px; }
  .newsletter-input-row { flex-direction: column; }
  .newsletter-input-row input[type="email"],
  .newsletter-input-row .btn { width: 100%; }
}

/* â”€â”€ Live Rate Indicator â”€â”€ */
.live-rate-indicator {
  font-size: 11px;
  color: var(--text-muted, rgba(0,0,0,.45));
  margin-top: 6px;
  letter-spacing: .02em;
  font-family: var(--font-mono, monospace);
  transition: color .3s;
}
.consent-banner {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 920px;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  color: #f7f2e8;
  background: rgba(10, 10, 10, .97);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.consent-banner[hidden] { display: none; }
.consent-copy { max-width: 620px; }
.consent-copy strong { display: block; margin-bottom: .35rem; }
.consent-copy p { margin: 0; font-size: .86rem; line-height: 1.45; color: rgba(247, 242, 232, .78); }
.consent-actions { display: flex; flex: 0 0 auto; gap: .6rem; }
.consent-actions .btn { white-space: nowrap; }

.video-iframe-fallback {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  z-index: 2;
  padding: .55rem .75rem;
  color: #fff;
  background: rgba(0, 0, 0, .78);
  border: 1px solid rgba(255, 255, 255, .35);
  font-size: .78rem;
  text-decoration: none;
}

@media (max-width: 720px) {
  .consent-banner { align-items: stretch; flex-direction: column; }
  .consent-actions { display: grid; grid-template-columns: 1fr; }
  .consent-actions .btn { width: 100%; }
}
.tier-inclusions {
  display: grid;
  gap: .55rem;
  margin: 1rem 0 1.35rem;
  padding: 0;
  list-style: none;
  text-align: left;
}

.tier-inclusions li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}

.tier-inclusions li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ═══ BLOG / JOURNAL ═══ */
.blog-section{padding:100px clamp(24px,6vw,80px) 120px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1280px;margin:auto}
.blog-card{background:var(--soft);border:1px solid var(--line);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:.3s var(--ease)}
.blog-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,.08)}
.blog-card img{width:100%;aspect-ratio:3/2;object-fit:cover}
.blog-card-body{padding:26px;display:flex;flex-direction:column;gap:12px;flex:1}
.blog-card time{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.blog-card h2{font-family:var(--title);font-size:28px;font-weight:400;line-height:1.1}
.blog-card p{color:var(--muted);font-size:15px;line-height:1.65}
.blog-empty{color:var(--muted);text-align:center;font-size:18px}
.post-body{max-width:760px;margin:auto;padding:100px clamp(24px,6vw,80px)}
.post-body>*+*{margin-top:24px}
.post-body p,.post-body li{font-size:17.5px;line-height:1.8;color:rgba(17,16,14,.82)}
.post-body h2{font-family:var(--title);font-size:clamp(30px,4vw,44px);font-weight:400;line-height:1.12;margin-top:60px}
.post-body h3{font-family:var(--title);font-size:26px;font-weight:400;margin-top:44px}
.post-body ul,.post-body ol{padding-left:22px}
.post-body li+li{margin-top:8px}
.post-body a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.post-body img{width:100%;height:auto;border-radius:10px;margin:44px 0}
.post-body blockquote{border-left:2px solid var(--blue);padding-left:24px;font-size:22px;font-weight:300;line-height:1.5;color:var(--muted)}
.post-body hr{border:0;border-top:1px solid var(--line);margin:56px 0}
.post-body>p:first-of-type{font-family:var(--quote);font-size:clamp(23px,3vw,31px);line-height:1.5;color:var(--ink)}
.post-body strong{font-weight:780;color:var(--ink)}
.post-body code{font:500 .9em ui-monospace,SFMono-Regular,Consolas,monospace;background:var(--soft);padding:.15em .38em;border-radius:4px}
.post-body pre{overflow:auto;background:var(--ink);color:var(--bg);padding:22px;border-radius:8px}
.post-body pre code{background:transparent;color:inherit;padding:0}
.post-body table{width:100%;border-collapse:collapse;margin:38px 0;font-size:15px}
.post-body th,.post-body td{text-align:left;padding:13px 12px;border-bottom:1px solid var(--line)}
.post-body th{font-weight:800;color:var(--ink)}
.post-body figure{margin:48px 0}
.post-body figcaption{margin-top:11px;font-family:var(--quote);font-size:16px;font-style:italic;text-align:center;color:var(--muted)}
.post-video,.post-media{margin:52px 0}
.post-video iframe,.post-media video{display:block;width:100%;aspect-ratio:16/9;border:0;background:#080808;border-radius:8px}
.post-media audio{display:block;width:100%;margin-top:14px;accent-color:var(--gold)}
.post-media>figcaption{text-align:left;font-family:var(--title);font-size:clamp(24px,3vw,34px);font-style:normal;color:var(--ink);margin:0 0 16px}
.media-download{display:inline-block;margin-top:12px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.post-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:58px calc(50% - 50vw);padding:0 clamp(24px,6vw,80px)}
.post-gallery figure{margin:0}.post-gallery figure:nth-child(3n){grid-column:1/-1}
.post-gallery img{width:100%;height:100%;min-height:300px;max-height:680px;object-fit:cover;margin:0;border-radius:4px}
.post-documents{margin:64px 0}.post-documents h2{margin:0 0 20px}
.post-document{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px 0;border-top:1px solid var(--line);text-decoration:none!important;color:var(--ink)!important}
.post-document:last-child{border-bottom:1px solid var(--line)}
.post-document>span{display:grid;place-items:center;width:46px;height:56px;background:var(--ink);color:var(--bg);font-size:10px;font-weight:850;letter-spacing:.08em}
.post-document strong{font-size:15px}.post-document small{grid-column:2;color:var(--muted);margin-top:-10px}.post-document b{grid-column:3;grid-row:1/3;font-size:23px;font-weight:400}
.post-cta{margin:64px 0;padding:34px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);display:flex;align-items:center;justify-content:space-between;gap:24px}
.post-cta p{font-family:var(--title);font-size:clamp(24px,3vw,36px);line-height:1.15;color:var(--ink)}
.post-cta a{font-size:13px;font-weight:800;white-space:nowrap;text-decoration:none}
@media(max-width:1100px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.blog-grid{grid-template-columns:1fr}.blog-section{padding-top:64px;padding-bottom:82px}.post-body{padding-top:64px;padding-bottom:64px}.post-gallery{grid-template-columns:1fr;margin-left:-24px;margin-right:-24px;padding:0}.post-gallery figure:nth-child(3n){grid-column:auto}.post-gallery img{min-height:220px;border-radius:0}.post-cta{align-items:flex-start;flex-direction:column}.post-body table{display:block;overflow-x:auto}}

/* ═══ COMMENTAIRES ═══ */
.comments{background:var(--soft);border-top:1px solid var(--line);padding:90px clamp(24px,6vw,80px)}
.comments-inner{max-width:760px;margin:auto}
.comments h2{font-family:var(--title);font-size:clamp(30px,4vw,44px);font-weight:400;line-height:1.12;margin:12px 0 40px}
.comment-list{list-style:none;display:flex;flex-direction:column;gap:18px;margin-bottom:52px}
.comment{background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:22px 24px}
.comment-head{font-size:14px;margin-bottom:8px}
.comment-head strong{font-weight:700}
.comment-head time{color:var(--muted);font-size:12px;letter-spacing:.1em;text-transform:uppercase;margin-left:10px}
.comment-text{font-size:16px;line-height:1.7;color:rgba(17,16,14,.82);overflow-wrap:anywhere}
.comment-form{display:flex;flex-direction:column;gap:8px}
.comment-form label{font-size:13px;font-weight:700;letter-spacing:.04em;margin-top:14px}
.comment-form label .note{font-weight:400;color:var(--muted);letter-spacing:0}
.comment-form input[type=text],.comment-form input[type=email],.comment-form textarea{font:400 16px var(--body);color:var(--ink);background:var(--bg);border:1px solid var(--line);border-radius:10px;padding:13px 15px;width:100%}
.comment-form input:focus,.comment-form textarea:focus{outline:2px solid var(--blue);outline-offset:1px}
.comment-form textarea{resize:vertical;min-height:130px}
.comment-consent{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;font-weight:400;line-height:1.55;color:var(--muted);margin-top:20px}
.comment-consent input{margin-top:3px;accent-color:var(--blue);flex:none}
.comment-form .btn{align-self:flex-start;margin:22px 0 0}
.comment-note{font-size:12.5px;color:var(--muted);margin-top:14px}
.comment-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ═══ PAGES LÉGALES ═══ */
.legal-head{padding:150px clamp(24px,6vw,80px) 0;max-width:820px;margin:auto;text-align:center}
.legal-head h1{font-family:var(--title);font-size:clamp(38px,6vw,68px);font-weight:300;line-height:1.05;margin-top:12px}
.legal-links{display:flex;gap:18px;justify-content:center;margin-top:26px;font-size:13px}
.legal-links a{color:rgba(255,255,255,.62);display:inline}
.legal-links a:hover{color:white}
.post-body h2:first-child{margin-top:0}
/* Pages sans grande image sombre : le menu doit rester lisible dès le haut. */
.legal-page .nav,.article-sobre .nav{background:rgba(250,250,247,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.legal-page .nav .brand,.article-sobre .nav .brand{color:var(--ink)}
.legal-page .nav-links a,.legal-page .nav-dropdown button,.article-sobre .nav-links a,.article-sobre .nav-dropdown button{color:var(--ink)}
.legal-page .nav-cta,.article-sobre .nav-cta{border-color:var(--ink)}
.legal-page .menu-toggle span,.article-sobre .menu-toggle span{background:var(--ink)}
.legal-page .lang-switcher,.article-sobre .lang-switcher{border-left-color:var(--line)}
.legal-page .lang-btn,.article-sobre .lang-btn{color:rgba(21,21,21,.55)}
.legal-page .brand-mark-light,.article-sobre .brand-mark-light{opacity:0}
.legal-page .brand-mark-dark,.article-sobre .brand-mark-dark{opacity:1}
@media(max-width:780px){.legal-page .nav-links a,.legal-page .nav-dropdown button,.article-sobre .nav-links a,.article-sobre .nav-dropdown button{color:white!important}}
.blog-card[hidden],.blog-empty[hidden]{display:none}
/* Ouverture éditoriale inspirée des magazines d'image BEWEGT. */
.post-hero{min-height:clamp(620px,82svh,880px);place-items:end start;text-align:left}
.post-hero .hero-overlay{background:linear-gradient(90deg,rgba(8,11,11,.94) 0%,rgba(8,11,11,.67) 45%,rgba(8,11,11,.08) 80%),linear-gradient(0deg,rgba(8,11,11,.7),transparent 48%)}
.post-hero .page-hero-content{width:min(1240px,100%);max-width:none;padding:150px clamp(28px,6vw,88px) clamp(46px,6vw,72px)}
.post-hero .eyebrow{color:#6f91ff;margin-bottom:18px;font-size:10px;letter-spacing:.16em}
.post-hero h1{font-family:var(--quote);font-size:clamp(48px,6vw,84px);font-weight:520;font-style:italic;line-height:.94;letter-spacing:-.025em;max-width:11ch;margin:0;text-transform:none;text-wrap:balance}
.post-hero .page-hero-content>p:not(.eyebrow):not(.article-meta){max-width:46ch;margin:24px 0 0;font-family:var(--body);font-size:clamp(15px,1.4vw,18px);font-style:normal;line-height:1.55;color:rgba(255,255,255,.82)}
.post-hero .article-meta{border:0;padding:0;margin:30px 0 0;color:rgba(255,255,255,.72);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}

/* ═══ MISE EN PAGE ÉDITORIALE DES ARTICLES ═══ */
/* Colonne de lecture resserrée : ~70 signes par ligne, l'œil ne se perd pas. */
.article-texte{max-width:1180px}
.article-tete{max-width:720px;margin:0 auto;padding:0 clamp(24px,6vw,80px)}
.article-tete-sobre{padding-top:170px}
.article-tete-sobre h1{font-family:var(--title);font-size:clamp(30px,4.4vw,52px);font-weight:300;line-height:1.14;letter-spacing:-.01em;margin:14px 0 0;text-wrap:balance}
.article-chapo{font-family:var(--quote);font-size:clamp(19px,2.2vw,25px);font-style:italic;line-height:1.45;color:var(--muted);margin:18px 0 0}
.article-meta{font-size:13px;letter-spacing:.02em;color:var(--muted);border-top:1px solid var(--line);padding-top:16px;margin-top:28px}
.article-tete-sous-image{padding-top:28px;margin-bottom:-42px}
.article-texte{counter-reset:article-section;padding-top:52px;padding-bottom:76px}
.article-texte::after{content:"";display:block;clear:both}
.article-texte>*:not(figure):not(.post-gallery){max-width:720px}
.article-texte>*+*{margin-top:16px}
.article-texte p,.article-texte li{font-size:16px;line-height:1.62;color:rgba(17,16,14,.88)}
.article-texte>p:first-of-type{font-family:var(--quote);font-size:clamp(23px,2.3vw,30px);font-style:italic;line-height:1.34;color:var(--ink)}
.article-texte h2{clear:both;counter-increment:article-section;position:relative;font-family:var(--quote);font-size:clamp(28px,3vw,40px);font-weight:560;font-style:italic;line-height:1.08;letter-spacing:-.015em;text-transform:none;margin-top:42px;padding-top:18px;text-wrap:balance;border-top:1px solid rgba(17,16,14,.14)}
.article-texte h2::before{content:counter(article-section) ". ";display:inline;color:var(--ink)}
.article-texte figure{float:right;clear:right;width:320px;margin:10px 0 30px 46px;transform:none}
/* Une figure flotte pour laisser du texte s'enrouler autour d'elle. Sans texte de
   part et d'autre (deux photos à la suite, une photo collée à un titre ou à un
   encart), la colonne de gauche reste vide pendant que l'image occupe la droite —
   d'où un grand vide visuel. Dans ces cas, la figure repasse pleine largeur. */
.article-texte figure+figure,
.article-texte figure:has(+figure),
.article-texte figure:has(+h2),
.article-texte h2+figure,
.article-texte figure:has(+aside.encart),
.article-texte aside.encart+figure{
  float:none;clear:both;width:100%;max-width:520px;margin:24px auto 32px;
}
/* Les diagrammes SVG sont pleine largeur : jamais coincés à côté d'une figure flottante. */
.article-texte>svg{clear:both;width:100%;display:block}
.article-texte figure img{margin:0;border-radius:0;max-height:520px;object-fit:contain;background:#f0ede7}
.article-texte figcaption{margin:9px 0 0;text-align:left;font-family:var(--quote);font-size:13px;font-style:italic;line-height:1.35;color:#776f68}
.article-texte .encart{margin:30px 0;padding:22px 24px;border:0;border-left:2px solid #5f80f2;border-radius:0;background:#f3f1ed}
.article-texte .article-appareil h2::before,.article-texte .post-documents h2::before{display:none}
.article-texte .article-appareil h2,.article-texte .post-documents h2{letter-spacing:.16em;line-height:1.2;padding-top:0}

/* Notes de source : appel en exposant, bulle au survol, retour au texte. */
.note{font-size:.68em;font-weight:700;vertical-align:super;color:var(--gold);padding:0 .15em;position:relative;cursor:help;text-decoration:none}
.note:hover,.note:focus{color:#fff;background:var(--gold);border-radius:3px}
.note .bulle{position:absolute;left:50%;bottom:1.8em;transform:translateX(-50%);width:min(22rem,78vw);background:var(--ink);color:#F7F3EA;font:400 13.5px/1.55 var(--body);letter-spacing:0;text-align:left;vertical-align:baseline;padding:12px 14px;border-radius:8px;box-shadow:0 14px 40px rgba(0,0,0,.24);opacity:0;visibility:hidden;transition:opacity .18s var(--ease);z-index:20;pointer-events:none}
.note:hover .bulle,.note:focus .bulle{opacity:1;visibility:visible}
@media(hover:none){.note .bulle{display:none}}

/* Encart : un aparté technique sorti du fil du texte. */
.encart{background:var(--soft);border-left:3px solid var(--gold);padding:26px 28px;margin:44px 0;border-radius:0 10px 10px 0}
.encart h3{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin:0 0 14px}
.encart p{font-size:16.5px;line-height:1.7}
.encart p+p{margin-top:14px}
.encart ul,.encart ol{margin-top:14px;padding-left:20px}
.encart p:last-child{margin-bottom:0}

/* Encadré de suite. */
.article-suite{display:block;background:var(--soft);padding:24px 28px;margin:52px 0 0;border-radius:10px;font-size:16.5px;line-height:1.7;color:rgba(17,16,14,.82)}
.article-suite b{display:block;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}

/* Appareil critique : sources numérotées et bibliographie. */
.article-appareil{border-top:1px solid var(--line);margin-top:64px;padding-top:36px;font-size:14.5px;line-height:1.7;color:var(--muted)}
.article-appareil h2{font-family:var(--body);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);margin:0 0 18px}
.article-appareil h2+ol,.article-appareil h2+ul{margin-bottom:38px}
.article-sources{padding-left:20px}
.article-sources li{margin-bottom:14px;padding-left:4px}
.article-sources a{color:var(--gold);text-decoration:underline;text-underline-offset:2px;word-break:break-word}
.article-sources .retour{text-decoration:none;margin-left:4px}
.article-bibliographie{list-style:none;padding-left:0}
.article-bibliographie li{border-left:2px solid var(--line);padding-left:16px;margin-bottom:14px}
.article-bibliographie a{color:var(--gold)}
.article-appareil li:target{background:rgba(198,161,91,.14);border-radius:4px}

/* Bloc « Dans cette série » : sommaire du cluster, sous l'article. */
.article-cluster{border-top:1px solid var(--line);padding:56px clamp(24px,6vw,80px) 8px}
.article-cluster>.eyebrow{max-width:1280px;margin:0 auto 4px}
.cluster-pillar-link{display:block;max-width:1280px;margin:0 auto 28px;color:var(--gold);text-decoration:underline;text-underline-offset:2px;font-size:15px}
.cluster-grid{margin-bottom:0}
@media(max-width:780px){
  .post-hero{min-height:76svh}
  .post-hero .hero-overlay{background:linear-gradient(0deg,rgba(17,16,14,.9) 0%,rgba(17,16,14,.46) 72%,rgba(17,16,14,.36))}
  .post-hero .page-hero-content{padding:130px 22px 44px}
  .post-hero h1{font-size:clamp(44px,12vw,64px);max-width:11ch;line-height:.95}
  .post-hero .page-hero-content>p:not(.eyebrow):not(.article-meta){font-size:15px;line-height:1.5;margin-top:18px}
  .post-hero .article-meta{margin-top:24px;font-size:9px}
  .article-texte{padding-top:44px;padding-bottom:58px}
  .article-texte p,.article-texte li{font-size:15.5px;line-height:1.6}
  .article-texte h2{font-size:clamp(27px,8vw,36px);margin-top:36px;padding-top:16px}
  .article-texte figure{float:none;width:100%;margin:28px 0 32px}
  .article-tete-sobre{padding-top:132px}
}

/* Case study mobile title override — keep the full title in balanced lines. */
@media(max-width:780px){
  .case-hero h1{font-size:clamp(34px,9.5vw,42px);line-height:.96;letter-spacing:0}
}
