/* LFG premium layer (2026-09-14). Loaded after polish.css. Buttons, motion, black closing chapter, rhythm. */

:root{--section-py:120px;--ink-2:#0e1011;--rule:#d3d5d6;--rule-dark:#2a2e31;--ui-ease:cubic-bezier(.22,1,.36,1)}
@media(max-width:800px){:root{--section-py:84px}}
@media(max-width:600px){:root{--section-py:68px}}

/* Type: tighter display tracking, the Outfit 800 cut reads sharper this way */
.hero h1{letter-spacing:-.025em}
.h-display,.cta-box h2,.timing-mega,.stat-card .mega,.res-card .counter{letter-spacing:-.02em}
.hero-badge{display:inline-flex;align-items:center;gap:12px}
.hero-badge::before{content:'';display:inline-block;width:22px;height:2px;background:var(--gold)}

/* Hero: a soft studio light behind the sculpture, only where the 3D scene lives */
@media(min-width:801px){
  .hero{background:radial-gradient(70% 95% at 74% 52%,#fbfbfa 0%,#f2f2f0 64%)}
}
/* Hero load-in: one choreography, once. Gated by html.lfg-motion (set only without reduced motion). */
@keyframes lfg-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
html.lfg-motion .hero-content > *{animation:lfg-rise .9s var(--ui-ease) both}
html.lfg-motion .hero-content > :nth-child(2){animation-delay:.08s}
html.lfg-motion .hero-content > :nth-child(3){animation-delay:.18s}
html.lfg-motion .hero-content > :nth-child(4){animation-delay:.26s}
html.lfg-motion .hero-content > :nth-child(5){animation-delay:.34s}
html.lfg-motion .hero-3d,html.lfg-motion .hero-art{animation:lfg-fade 1.2s ease .2s both}
@keyframes lfg-fade{from{opacity:0}}
html.lfg-motion .hero.is-3d .hero-art{animation:none}

/* Buttons: one family. Hover = a fill sweeping in from the arrow side, the arrow block inverts. */
.btn,.nav-cta{overflow:hidden;isolation:isolate;--sweep:#f5bd02;--sweep-fg:#101112;--sweep-arrow-bg:#101112;--sweep-arrow-fg:#f5bd02;transition:color .35s var(--ui-ease),border-color .35s,transform .15s}
.btn::before,.nav-cta::before{content:'';position:absolute;inset:-1px;background:var(--sweep);transform:scaleX(0);transform-origin:100% 50%;transition:transform .5s var(--ui-ease);z-index:-1}
.btn > *,.nav-cta > *{position:relative;z-index:1}
.btn:hover,.nav-cta:hover{background:var(--button-bg);color:var(--sweep-fg)}
.btn:hover::before,.nav-cta:hover::before{transform:scaleX(1)}
.btn:hover .arr,.nav-cta:hover .arr{background:var(--sweep-arrow-bg);color:var(--sweep-arrow-fg)}
.btn:active,.nav-cta:active{transform:translateY(1px)}
.btn-ghost{--sweep:#101112;--sweep-fg:#fafaf9;--sweep-arrow-bg:#f5bd02;--sweep-arrow-fg:#101112}
.btn-ghost:hover{background:transparent;border-color:#101112}
.dashboard .btn{--sweep:#fafaf9;--sweep-fg:#101112;--sweep-arrow-bg:#101112;--sweep-arrow-fg:#f5bd02}
.dashboard .btn:hover{background:#f5bd02}
.arr svg{transition:transform .5s var(--ui-ease)}
@media(hover:hover) and (pointer:fine){
  .btn:hover .arr svg,.nav-cta:hover .arr svg{transform:translateX(4px)}
}

/* Nav */
.nav.scrolled{border-bottom-color:#e3e4e2;box-shadow:0 1px 0 #ffffff,0 12px 32px -24px #00000040}
.nav-links a:not(.nav-cta)::after{background:#101112}

/* Services stay still; movement is reserved for the client signatures. */
.trust{padding:22px 0;overflow:hidden}
.marquee{display:flex;flex-wrap:wrap;width:auto;max-width:1344px;padding:0 32px;gap:12px 20px;margin:auto;justify-content:center;animation:none}
.marquee span{display:inline-flex;align-items:center;gap:0;padding:0;font-size:13px;font-weight:400;color:#d6d8d9;white-space:nowrap;text-transform:none}
.marquee span:nth-child(9){display:inline-flex}
.marquee span:nth-child(n+10){display:none}
.marquee span::after{content:'+';color:var(--gold);font-size:15px;margin-left:20px;opacity:1}
.marquee span:nth-child(9)::after{display:none}
.trust:hover .marquee{animation-play-state:paused}
@keyframes lfg-marq{to{transform:translateX(-50%)}}

/* The LFG brackets frame a continuous ribbon, not eleven separate cards. */
.client-logos{padding:52px 0 36px;background:var(--paper);scroll-margin-top:120px}
.client-logos > .container{position:relative}
.client-logos:focus-visible{outline:2px solid #141416;outline-offset:-8px}
.client-frame{position:relative;padding:12px 24px}
.client-frame::before,.client-frame::after{content:'';position:absolute;top:0;bottom:0;width:18px;border:5px solid var(--gold);pointer-events:none}
.client-frame::before{left:0;border-right:0}
.client-frame::after{right:0;border-left:0}
.client-group{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px 40px;padding:0;margin:0}
.client-group li{flex:0 0 196px;height:112px;display:flex;align-items:center;justify-content:center}
.client-group .client-wide{flex-basis:228px}
.client-group .client-portrait{flex-basis:136px}
.client-group img{display:block;height:88px;width:auto;max-width:100%;object-fit:contain}
.client-clone{display:none}
@media(prefers-reduced-motion:no-preference){
  .client-logos.is-enhanced .client-window{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 24px,#000 calc(100% - 24px),transparent)}
  .client-logos.is-enhanced .client-track{display:flex;width:max-content;animation:client-drift 88s linear infinite;animation-play-state:paused}
  .client-logos.is-enhanced .client-group{flex-wrap:nowrap;flex-shrink:0;justify-content:flex-start;padding-right:40px}
  .client-logos.is-enhanced .client-clone{display:flex}
  .client-logos.is-running .client-track{animation-play-state:running}
}
@keyframes client-drift{to{transform:translateX(-50%)}}
@media(max-width:800px){
  .client-logos{padding-top:36px;padding-bottom:24px}
  .client-frame{padding:8px 18px}
  .client-frame::before,.client-frame::after{width:14px;border-width:4px}
  .client-group{gap:24px 28px}
  .client-group li{flex-basis:156px;height:96px}
  .client-group .client-wide{flex-basis:184px}
  .client-group .client-portrait{flex-basis:104px}
  .client-group img{height:76px}
  .client-logos.is-enhanced .client-group{padding-right:28px}
}
@media(max-width:600px){
  .client-group{column-gap:24px}
  .client-logos.is-enhanced .client-group{padding-right:24px}
  .client-logos:not(.is-enhanced) .client-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .client-logos:not(.is-enhanced) .client-group li{min-width:0}
  .client-logos:not(.is-enhanced) .client-group img{max-width:100%}
}
@media(prefers-reduced-motion:reduce){
  .client-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:24px}
  .client-group li{min-width:0}
  .client-clone{display:none}
  .client-logos.is-enhanced .client-group{padding-right:0}
}

/* Hero metrics: quieter labels, numbers carry the row */
.hero-metrics{border-bottom:0}
.hero-stat{padding-top:30px;padding-bottom:30px}
.hero-stat .v{font-size:34px;letter-spacing:-.02em}
.hero-stat .l{color:#5f6268}

/* Sticky section titles: the left column stays with the reader instead of leaving a void */
@media(min-width:1051px){
  .constat .section-head,.faq .section-head{position:sticky;top:120px;align-self:start}
}
.constat-card{border-top-color:#c9cdcf}
.constat-card .tag{color:#5f6469}

/* "Ce qui nous distingue" becomes a full-width row of three: a different layout family from the other lists */
.why > .container{grid-template-columns:1fr;gap:56px}
.why .section-head{margin-bottom:0;max-width:640px}
.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;max-width:none}
.why-grid .why-card{display:grid;grid-template-columns:1fr;column-gap:0;row-gap:0;border-top:1px solid #c9cdcf;padding:30px 0 0;border-bottom:0}
.why-grid .why-card > *{grid-column:1;grid-row:auto;margin-left:0}
.why-grid .why-card .why-ico{margin-bottom:24px;width:auto;justify-self:start}
.why-grid .why-card h3{margin-bottom:12px}
.why-grid .why-card p{max-width:34ch}
@media(max-width:800px){
  .why-grid{grid-template-columns:1fr;gap:28px}
  .why-grid .why-card{padding-top:24px;grid-template-columns:1fr}
  .why-grid .why-card p{max-width:60ch}
}

/* Results: ledger row under the three big figures */
.res-marq{border-top:1px solid #c9cdcf;padding-top:30px}
.rm-item{padding-right:20px}
.rm-val{letter-spacing:-.02em;font-variant-numeric:tabular-nums}

/* Timing: the yellow chapter gets a firmer edge */
.timing{border-top:1px solid #d4a300;border-bottom:1px solid #d4a300}

/* Closing chapter: CTA and footer become one black block, so the page ends as firmly as it opens */
.cta{background:var(--ink-2);border-top:0;color:#f7f8f6;--text:#f7f8f6;--text-muted:#b8bdc1;--text-dim:#b8bdc1;--border:var(--rule-dark);padding-top:calc(var(--section-py) + 8px)}
.cta-eyebrow{color:#f5bd02!important}
.cta-box h2{color:#f7f8f6}
.cta-box > p{color:#b8bdc1}
.lf-field label{color:#dcdfe2}
.lf-field input,.lf-field select{background-color:#16181a;border-color:#3a3e42;color:#f7f8f6;color-scheme:dark}
.lf-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f7f8f6' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.lf-field select option{background:#16181a;color:#f7f8f6}
.lf-field input:hover,.lf-field select:hover{border-color:#6b7075}
.lf-field input:focus,.lf-field select:focus{outline:2px solid #f5bd02!important;outline-offset:2px;border-color:#f5bd02;background-color:#1b1d20}
.lf-field:focus-within label{color:#f5bd02}
.lf-field input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #16181a inset;-webkit-text-fill-color:#f7f8f6}
.lf-submit{--button-bg:#f5bd02;--button-fg:#101112;--arrow-bg:#101112;--arrow-fg:#f5bd02;--sweep:#fafaf9;--sweep-fg:#101112;--sweep-arrow-bg:#101112;--sweep-arrow-fg:#f5bd02;width:auto;min-width:320px}
.lf-submit:hover{background:#f5bd02}
.lf-submit:focus-visible{outline-color:#f5bd02!important}
.lf-note{color:#9ea3a7!important}
.preview-status{background:#2a2405;color:#ffe08a!important;border-left-color:#f5bd02}
.lf-success{color:#f7f8f6}
.lf-success h3{color:#f7f8f6}
.lf-success p{color:#b8bdc1!important}
.lf-success-ic{background:#f5bd02;color:#101112}
footer{background:var(--ink-2);border-top:1px solid var(--rule-dark);padding-top:56px;--border:#33373a}
.foot-top{padding-bottom:36px}
.foot-bottom{padding-top:28px}
.socials a{border-color:#3a3e42}

/* Mobile hero: the sculpture shown cleanly under the copy instead of ghosted behind the title */
@media(max-width:600px){
  .hero{display:flex;flex-direction:column;padding-bottom:8px}
  .hero-content{order:1;position:static}
  .hero-art{order:2;position:static;inset:auto;top:auto;bottom:auto;opacity:1;height:auto;width:min(100%,400px);margin:24px auto 0;object-fit:contain;object-position:center;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent),linear-gradient(0deg,transparent,#000 14%,#000 86%,transparent);mask-composite:intersect;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent),linear-gradient(0deg,transparent,#000 14%,#000 86%,transparent);-webkit-mask-composite:source-in}
  .lf-submit{width:100%;min-width:0}
}

@media(prefers-reduced-motion:reduce){
  .btn::before,.nav-cta::before,.arr svg,.btn,.nav-cta{transition:none!important}
  .marquee{animation:none;flex-wrap:wrap;width:auto;max-width:1344px;margin:auto;padding:0 56px;gap:16px 24px;justify-content:space-between}
  .marquee span:nth-child(n+9){display:none}
  html.lfg-motion .hero-content > *,html.lfg-motion .hero-3d,html.lfg-motion .hero-art{animation:none}
}

/* Contrast fixes flagged by axe on inherited styles */
.approche-item[open] .approche-num{color:#7a5c00}
.sms-sub,.sms-day{color:#5f6469}

/* ---------- Depth pass (2026-09-14): the light chapters get surfaces, tinted shadows and a light grain ---------- */
:root{--shadow-1:0 1px 2px rgba(20,20,16,.05),0 10px 28px -14px rgba(20,20,16,.20);--shadow-2:0 2px 4px rgba(20,20,16,.06),0 24px 48px -20px rgba(20,20,16,.28);--surface:#ffffff;--surface-line:rgba(20,20,16,.07)}

/* Paper grain over everything, fixed and inert. Invisible on the black chapters, a faint tooth on the light ones. */
body::after{content:'';position:fixed;inset:0;z-index:60;pointer-events:none;opacity:.05;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px}

/* Light chapters: lit from the top instead of flat */
.about,.approche,.why,.faq{background:linear-gradient(180deg,#fcfcfb 0%,#f4f4f3 100%)}
.constat,.results{background:linear-gradient(180deg,#f1f2f2 0%,#e9ebeb 100%)}
@media(min-width:801px){
  .hero{background:radial-gradient(70% 95% at 74% 52%,#ffffff 0%,#f3f3f1 60%),linear-gradient(180deg,#f3f3f1,#ececea);background-blend-mode:multiply}
}

/* Floating metrics bar: a white slab that bridges the hero and the black band */
.hero-metrics{background:transparent;border:0;position:relative;z-index:2;margin-top:-34px;margin-bottom:-34px}
.hero-metrics .container{padding:0 56px}
.hero-stats{background:var(--surface);border:1px solid var(--surface-line);border-radius:4px;box-shadow:var(--shadow-2),inset 0 1px 0 #fff;padding:0 8px}
.hero-stat{padding:30px 28px;border-right:1px solid var(--surface-line)}
.hero-stat:first-child{padding-left:28px}
.trust{padding-top:60px;padding-bottom:22px}
@media(max-width:1200px){.hero-metrics .container{padding:0 36px}}
@media(max-width:800px){.hero-metrics .container{padding:0 28px}.hero-stat{padding:24px 18px}.hero-stat:first-child{padding-left:18px}}
@media(max-width:600px){
  .hero-metrics{margin-top:0;margin-bottom:-28px}
  .hero-metrics .container{padding:0 22px}
  .hero-stats{padding:0 4px}
  .hero-stat{padding:20px 14px!important;border-top:0}
  .hero-stat:nth-child(odd){padding-left:14px!important;border-right:1px solid var(--surface-line)}
  .hero-stat:nth-child(even){padding-left:18px!important}
  .hero-stat:nth-child(n+3){border-top:1px solid var(--surface-line)}
  .trust{padding-top:54px}
}

/* About: the proof card becomes a raised surface */
.stat-card{background:var(--surface);border:1px solid var(--surface-line);border-top:3px solid var(--gold);border-radius:4px;box-shadow:var(--shadow-1);padding:32px 32px 28px}
.about-visual{padding-top:0}
.float-chip{background:var(--surface);border:1px solid var(--surface-line);border-radius:4px;box-shadow:var(--shadow-1);padding:10px 14px}

/* Constat: four raised cards, lifted a little more on hover */
.constat-card{background:var(--surface);border:1px solid var(--surface-line);border-top:1px solid var(--surface-line);border-radius:4px;box-shadow:var(--shadow-1),inset 0 1px 0 #fff;padding:28px 28px 30px;transition:transform .45s var(--ui-ease),box-shadow .45s var(--ui-ease)}
.constat-card .tag{display:inline-block;padding:4px 10px;border-radius:4px;background:#f1f2f2;color:#4f5459;font-size:12px;margin-bottom:22px}
@media(hover:hover){.constat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-2),inset 0 1px 0 #fff}}
.constat-grid{gap:24px}

/* Approche: the open item rises off the page */
.approche-item{border-radius:4px;transition:background-color .35s var(--ui-ease),box-shadow .45s var(--ui-ease)}
.approche-item[open]{background:var(--surface);border:1px solid var(--surface-line);border-bottom:1px solid var(--surface-line);box-shadow:var(--shadow-1);margin:6px 0}
.approche-item[open] .approche-summary{padding-left:24px;padding-right:20px}
.approche-item[open] p{padding-left:70px;padding-right:44px}

/* Results: three raised panels, the ledger stays flat under them */
.res-grid{gap:20px;margin-bottom:64px}
.res-card{background:var(--surface);border:1px solid var(--surface-line)!important;border-radius:4px;box-shadow:var(--shadow-1),inset 0 1px 0 #fff;padding:30px 30px 26px!important}
.res-card:first-child{box-shadow:var(--shadow-2),inset 0 1px 0 #fff}
.res-ico{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#f1f2f2;color:#5f6469;margin-bottom:28px}
.res-ico svg{width:20px;height:20px}
.res-marq{border-top-color:#cfd3d4}
@media(max-width:800px){.res-card:first-child{padding-bottom:26px!important}.res-card:nth-child(2){padding-left:30px!important}}
@media(max-width:600px){.res-card{padding:24px 22px 22px!important}.res-grid{gap:16px}}

/* Why: icons sit in small raised tiles */
.why-grid .why-card .why-ico{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:var(--surface);border:1px solid var(--surface-line);box-shadow:var(--shadow-1);color:#8a6a00}
.why-grid .why-card .why-ico svg{width:22px;height:22px}

/* FAQ: the open question becomes a surface */
.faq-item{border-radius:4px;transition:background-color .35s var(--ui-ease),box-shadow .45s var(--ui-ease)}
.faq-item.open{background:var(--surface);border:1px solid var(--surface-line);border-bottom:1px solid var(--surface-line);box-shadow:var(--shadow-1);margin:6px 0}
.faq-item.open .faq-q{padding-left:24px;padding-right:20px}
.faq-item.open .faq-a-inner{padding-left:24px;padding-right:80px}

/* Timing: a faint diagonal weave so the yellow block is not a flat fill */
.timing{position:relative;overflow:hidden}
.timing::before{content:'';position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(135deg,rgba(0,0,0,.035) 0 1px,transparent 1px 14px);opacity:.9}
.timing > .container{position:relative}
.timing-visual{border-left-color:rgba(0,0,0,.25)}

@media(prefers-reduced-motion:reduce){.constat-card,.approche-item,.faq-item{transition:none!important}.constat-card:hover{transform:none}}

/* Breathing room between the hero buttons and the floating metrics slab */
@media(min-width:601px){.hero{padding-bottom:100px}}
@media(min-width:601px) and (max-width:800px){.hero{padding-bottom:84px}}

/* ---------- Rounded, floating pass (2026-09-14) ---------- */
:root{--r-card:20px;--r-tile:12px;--r-field:12px;--r-island:32px;--island:24px;--cpad:56px;--shadow-1:0 1px 2px rgba(20,20,16,.04),0 14px 36px -16px rgba(20,20,16,.22);--shadow-2:0 2px 6px rgba(20,20,16,.05),0 32px 64px -24px rgba(20,20,16,.32);--shadow-float:0 4px 10px rgba(20,20,16,.05),0 40px 80px -28px rgba(20,20,16,.38)}
@media(max-width:1200px){:root{--cpad:36px;--island:16px}}
@media(max-width:800px){:root{--cpad:28px;--island:12px;--r-island:24px}}
@media(max-width:600px){:root{--cpad:22px;--island:10px;--r-island:20px}}

/* Buttons and controls: pills */
.btn,.nav-cta,.lf-submit{border-radius:999px;padding-left:26px}
.btn .arr,.nav-cta .arr{border-radius:999px}
.btn-ghost{padding-left:24px}
.lang-switch{border-radius:999px;padding:3px}
.lang-switch button{border-radius:999px;width:38px}
.burger{border-radius:999px}
.disclosure-mark,.faq-icon,.step-num{border-radius:50%}
.constat-card .tag,.float-chip,.dash-demo-intro .dd-eyebrow{border-radius:999px}
.float-chip{padding:10px 16px}

/* Floating navigation bar */
.nav,.nav.scrolled{top:14px;left:var(--island);right:var(--island);height:72px;padding:0;background:rgba(250,250,249,.78);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);border:1px solid rgba(20,20,16,.08);border-radius:999px;box-shadow:0 1px 0 rgba(255,255,255,.7) inset,0 18px 48px -24px rgba(20,20,16,.35)}
.nav .container{padding:0 14px 0 28px;height:100%}
.nav-links .nav-cta{min-height:44px}
@media(max-width:1050px){
  .nav-links{top:calc(14px + 72px + 10px);left:var(--island);right:var(--island);border:1px solid rgba(20,20,16,.08);border-radius:24px;box-shadow:var(--shadow-float);max-height:calc(100dvh - 110px);padding-left:28px;padding-right:28px}
}
@media(max-width:600px){
  .nav,.nav.scrolled{height:62px;top:10px}
  .nav .container{padding:0 10px 0 20px}
  .nav-links{top:calc(10px + 62px + 8px)}
  .hero{padding-top:112px}
}

/* Surfaces: soft corners everywhere, one radius scale */
.hero-stats{border-radius:var(--r-card);box-shadow:var(--shadow-float),inset 0 1px 0 #fff;padding:0 16px}
.hero-stat:first-child{padding-left:20px}
.stat-card{border-radius:var(--r-card);border-top:1px solid var(--surface-line);background:linear-gradient(#f5bd02,#f5bd02) top/100% 4px no-repeat,var(--surface);padding-top:36px;box-shadow:var(--shadow-2)}
.constat-card,.res-card,.approche-item[open],.faq-item.open{border-radius:var(--r-card)}
.res-card:first-child{box-shadow:var(--shadow-float),inset 0 1px 0 #fff}
.res-ico,.why-grid .why-card .why-ico{border-radius:var(--r-tile)}
.lf-field input,.lf-field select{border-radius:var(--r-field)}
.preview-status{border-radius:var(--r-field);border-left:0;border:1px solid #6b5400}
.lf-success{border-radius:var(--r-card)}
.dashboard > .container > .dash-phone{box-shadow:0 40px 90px -20px rgba(0,0,0,.7),0 0 0 1px #ffffff14}

/* Dark and yellow chapters become rounded islands, content stays aligned with the light chapters */
.trust,.strategy,.dashboard,.timing{margin-left:var(--island);margin-right:var(--island);border-radius:var(--r-island)}
.trust > .marquee{margin:0}
.strategy > .container,.dashboard > .container,.timing > .container{padding-left:calc(var(--cpad) - var(--island));padding-right:calc(var(--cpad) - var(--island))}
.timing{border:0}
.cta{border-radius:var(--r-island) var(--r-island) 0 0;margin-top:var(--island)}
.faq{padding-bottom:calc(var(--section-py) + 8px)}

/* The floating metrics slab now overlaps a rounded black band; give it room */
.hero-metrics{margin-top:-36px;margin-bottom:-40px}
.trust{padding-top:66px;padding-bottom:26px}
@media(max-width:600px){.hero-metrics{margin-top:0}.trust{padding-top:60px}}

/* Section head rules and hairlines soften */
.res-marq{border-top:0;padding-top:10px}

/* Island containers: same content edges as the light chapters */
.strategy > .container,.dashboard > .container,.timing > .container{max-width:calc(1344px - 2 * var(--island))}

/* ---------- Constat cards: smooth, sleek, lightly domed (2026-09-14) ---------- */
.constat-grid{gap:28px;perspective:1200px}
.constat-card{
  --mx:50%;--my:40%;--rx:0deg;--ry:0deg;
  position:relative;border-radius:24px;border:1px solid transparent;padding:30px 30px 32px;
  background:
    linear-gradient(160deg,#ffffff 0%,#fcfcfb 50%,#f7f7f6 100%) padding-box,
    linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(20,20,16,.07) 100%) border-box;
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(20,20,16,.05),
    inset 0 18px 30px -22px rgba(255,255,255,.7),
    inset 0 -26px 36px -30px rgba(20,20,16,.07),
    0 1px 2px rgba(20,20,16,.04),
    0 18px 40px -22px rgba(20,20,16,.26);
  transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transform-style:preserve-3d;
  transition:transform .6s var(--ui-ease),box-shadow .6s var(--ui-ease);
  will-change:transform;
}
/* moving sheen that follows the pointer */
.constat-card::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(420px circle at var(--mx) var(--my),rgba(255,255,255,.6),rgba(255,255,255,0) 60%);opacity:0;transition:opacity .5s var(--ui-ease)}
/* soft inner edge, reads as thickness */
.constat-card::after{content:'';position:absolute;inset:6px;border-radius:18px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),inset 0 -1px 0 rgba(20,20,16,.03)}
.constat-card > *{position:relative;z-index:1}
.constat-card .tag{background:linear-gradient(180deg,#f7f7f6,#ecedec);border:1px solid rgba(20,20,16,.06);box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(20,20,16,.05);color:#4a4f54}
.constat-card h3{margin-bottom:12px}
@media(hover:hover) and (pointer:fine){
  .constat-card:hover{box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(20,20,16,.05),inset 0 18px 30px -22px rgba(255,255,255,.7),inset 0 -26px 36px -30px rgba(20,20,16,.06),0 2px 6px rgba(20,20,16,.05),0 34px 60px -26px rgba(20,20,16,.34);transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-4px)}
  .constat-card:hover::before{opacity:1}
}
@media(max-width:600px){.constat-card{padding:26px 24px 28px;border-radius:20px}.constat-card::after{inset:5px;border-radius:15px}}
@media(prefers-reduced-motion:reduce){.constat-card{transition:none!important;transform:none!important}.constat-card::before{display:none}}

/* ---------- Domed surface applied site-wide (2026-09-14) ---------- */
:root{
  --dome-bg:linear-gradient(160deg,#ffffff 0%,#fcfcfb 50%,#f7f7f6 100%);
  --dome-border:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(20,20,16,.07) 100%);
  --dome-inset:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(20,20,16,.05),inset 0 18px 30px -22px rgba(255,255,255,.7),inset 0 -26px 36px -30px rgba(20,20,16,.07);
  --dome-drop:0 1px 2px rgba(20,20,16,.04),0 18px 40px -22px rgba(20,20,16,.26);
  --dome-drop-hover:0 2px 6px rgba(20,20,16,.05),0 34px 60px -26px rgba(20,20,16,.34);
}
/* Large cards: same recipe as the constat, with the pointer tilt */
.stat-card,.res-card{
  --mx:50%;--my:40%;--rx:0deg;--ry:0deg;
  position:relative;border:1px solid transparent;border-radius:24px;
  box-shadow:var(--dome-inset),var(--dome-drop);
  transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transform-style:preserve-3d;transition:transform .6s var(--ui-ease),box-shadow .6s var(--ui-ease);will-change:transform;
}
.res-card{background:var(--dome-bg) padding-box,var(--dome-border) border-box}
.stat-card{background:linear-gradient(#f5bd02,#f5bd02) top/100% 4px no-repeat padding-box,var(--dome-bg) padding-box,var(--dome-border) border-box}
.res-card:first-child{box-shadow:var(--dome-inset),var(--dome-drop)}
.stat-card::before,.res-card::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:radial-gradient(420px circle at var(--mx) var(--my),rgba(255,255,255,.6),rgba(255,255,255,0) 60%);opacity:0;transition:opacity .5s var(--ui-ease)}
.stat-card::after,.res-card::after{content:'';position:absolute;inset:6px;border-radius:18px;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55),inset 0 -1px 0 rgba(20,20,16,.03)}
.stat-card > *,.res-card > *{position:relative;z-index:1}
.res-grid{perspective:1200px;gap:28px}
.about-visual{perspective:1200px}
@media(hover:hover) and (pointer:fine){
  .stat-card:hover,.res-card:hover{box-shadow:var(--dome-inset),var(--dome-drop-hover);transform:perspective(1200px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-4px)}
  .stat-card:hover::before,.res-card:hover::before{opacity:1}
}
/* Panels that open: domed surface, no tilt */
.approche-item[open],.faq-item.open{border:1px solid transparent;border-radius:24px;background:var(--dome-bg) padding-box,var(--dome-border) border-box;box-shadow:var(--dome-inset),var(--dome-drop)}
/* Floating metrics slab */
.hero-stats{border:1px solid transparent;border-radius:24px;background:var(--dome-bg) padding-box,var(--dome-border) border-box;box-shadow:var(--dome-inset),0 4px 10px rgba(20,20,16,.05),0 40px 80px -28px rgba(20,20,16,.38)}
/* Small surfaces: tiles, chips, tags, language switch */
.float-chip,.res-ico,.why-grid .why-card .why-ico,.lang-switch,.disclosure-mark,.faq-icon{background:linear-gradient(180deg,#ffffff,#f0f1f0);border:1px solid rgba(20,20,16,.07);box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(20,20,16,.05),0 8px 18px -12px rgba(20,20,16,.25)}
.lang-switch button.on{background:linear-gradient(180deg,#ffffff,#f7f7f6);box-shadow:inset 0 1px 0 #fff,0 1px 3px rgba(20,20,16,.12)}
.approche-item[open] .disclosure-mark,.faq-item.open .faq-icon{background:#101112;border-color:#101112;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px -10px rgba(20,20,16,.5)}
/* Buttons: a hairline of light on the top edge */
.btn:not(.btn-ghost),.nav-cta{box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 10px 24px -14px rgba(20,20,16,.45)}
.dashboard .btn,.lf-submit{box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 12px 28px -14px rgba(245,189,2,.55)}
.btn-ghost{box-shadow:inset 0 1px 0 #fff,0 8px 20px -14px rgba(20,20,16,.3)}
/* Dark chapter: the same idea in reverse for form fields and step markers */
.lf-field input,.lf-field select{background-image:linear-gradient(160deg,#1c1e21,#141618);border:1px solid #33373b;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),inset 0 -12px 20px -18px rgba(0,0,0,.6)}
.lf-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23f7f8f6' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),linear-gradient(160deg,#1c1e21,#141618)}
.lf-field input:focus,.lf-field select:focus{box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 0 4px rgba(245,189,2,.15)}
.step-num{background:linear-gradient(180deg,#26292c,#17191b);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 6px 14px -8px rgba(0,0,0,.8)}
.lf-success{background:linear-gradient(160deg,#1c1e21,#141618);border:1px solid #33373b;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);padding:40px 32px}
@media(max-width:600px){
  .stat-card,.res-card,.approche-item[open],.faq-item.open,.hero-stats{border-radius:20px}
  .stat-card::after,.res-card::after{inset:5px;border-radius:15px}
}
@media(prefers-reduced-motion:reduce){
  .stat-card,.res-card{transition:none!important;transform:none!important}
  .stat-card::before,.res-card::before{display:none}
}
@media(max-width:600px){.stat-card{padding:30px 22px 26px}.stat-card .mega{font-size:44px;white-space:nowrap}}
@media(max-width:360px){.stat-card .mega{font-size:38px}}

/* Narrow phones: keep every grid inside the viewport */
@media(max-width:800px){
  .dashboard > .container{grid-template-columns:minmax(0,1fr)}
  .dashboard > .container > .dash-phone{max-width:100%}
  .dashboard .section-head,.dash-points,.dash-demo-intro{min-width:0}
}
@media(max-width:600px){
  .res-card,.res-card:first-child,.res-card:nth-child(2){padding:24px 22px 22px!important}
}
@media(max-width:420px){
  .res-grid{grid-template-columns:1fr}
  .res-card:nth-child(2){border:1px solid transparent!important}
}
@media(max-width:800px){
  .process-grid{grid-template-columns:minmax(0,1fr)}
  .timeline,.step,.sms-showcase{min-width:0;max-width:100%}
  .step h4,.step p{overflow-wrap:anywhere}
}
@media(max-width:360px){
  .nav .container{gap:6px;padding:0 6px 0 14px}
  .brand-logo{width:124px}
  .burger{width:40px;padding:8px}
  .lang-switch button{width:30px}
}

/* "ROI prouvé" and "Résultats rapides": bare text with a slow float, no pill (2026-09-14) */
.float-chip,.float-chip-1,.float-chip-2{background:none;border:0;box-shadow:none;border-radius:0;padding:0;font-weight:500;font-size:13px;color:#4a4f54;display:inline-flex;align-items:center;gap:10px;position:static;margin:0 0 18px}
.float-chip-2{margin:22px 0 0}
.float-chip .icon,.float-chip svg{color:#b58c09;width:18px;height:18px}
@keyframes lfg-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
html.lfg-motion .float-chip{animation:lfg-float 5.5s ease-in-out infinite}
html.lfg-motion .float-chip-2{animation-duration:6.5s;animation-delay:-2.2s}
@media(prefers-reduced-motion:reduce){.float-chip{animation:none!important}}

/* Constat cards: tag as plain text, tighter title-to-text gap (2026-09-14) */
.constat-card .tag{display:block;background:none;border:0;box-shadow:none;border-radius:0;padding:0;margin-bottom:14px;font-size:12px;font-weight:500;color:#6b7075;letter-spacing:.01em}
.constat-card h3{margin-bottom:6px}
.constat-card p{margin-top:0}

/* Strategy: the SMS demo sits centred against steps 01 to 05 (2026-09-14) */
@media(min-width:801px){
  .process-grid{align-items:center}
  .sms-showcase{position:static;align-self:center;justify-self:center;text-align:center}
  .sms-lead{margin-left:auto;margin-right:auto}
}

/* Top menu: one height for every control, even insets, breathing room in the CTA (2026-09-14) */
.nav .container{padding:0 12px 0 26px;gap:18px}
.nav-links{gap:24px;align-items:center}
.nav-links a:not(.nav-cta){padding:6px 0}
.nav-links .nav-cta{min-height:44px;padding:4px 4px 4px 20px;gap:14px;margin-left:6px}
.nav-cta .arr{width:36px;height:36px;flex-basis:36px}
.lang-switch{height:44px;padding:4px;align-items:center}
.lang-switch button{width:36px;min-height:36px}
@media(max-width:1200px){
  .nav .container{padding:0 10px 0 22px;gap:14px}
  .nav-links{gap:16px}
  .nav-links .nav-cta{padding:4px 4px 4px 16px;gap:10px;margin-left:2px}
}

/* Gyroscope tilt on touch devices: faster follow, sheen visible while tilting */
.is-gyro{transition-duration:.3s!important}
.is-gyro::before{opacity:.7!important}

/* ---------- Phones: the interactive logo lives under the copy as its own block (2026-09-14) ---------- */
@media(max-width:600px){
  .hero-3d{position:static;inset:auto;order:2;width:100%;height:250px;z-index:auto;pointer-events:none;margin:22px 0 0;touch-action:pan-y}
  .hero.is-3d .hero-art{display:none}
  .hero.is-3d{padding-bottom:0}
}

/* ---------- Mobile alignment pass (2026-09-14): one left edge, even paddings, no centred strays ---------- */
@media(max-width:600px){
  /* section titles: same breathing room everywhere */
  .section-head{margin-bottom:32px}
  .results .section-head{margin-bottom:28px}
  .why > .container{gap:24px}
  .why .section-head{margin-bottom:4px}
  .faq .section-head{margin-bottom:12px}
  /* hero: room between the 3D block and the floating slab */
  .hero-3d{margin:18px 0 20px}
  .hero.is-3d{padding-bottom:0}
  /* metrics slab: identical cell padding in both columns */
  .hero-stats{padding:0}
  .hero-stat,.hero-stat:nth-child(odd),.hero-stat:nth-child(even){padding:20px 18px!important}
  .hero-stat .l{line-height:1.35}
  /* about: icon closer to its text in the feature list */
  .feat{grid-template-columns:24px 1fr;gap:14px}
  .feat-icon{margin:2px 0 0}
  /* approche: the open panel keeps the same text edges as the closed rows */
  .approche-item[open]{margin:8px -14px}
  .approche-item[open] .approche-summary{padding-left:14px;padding-right:12px}
  .approche-item[open] p{padding-left:calc(14px + 22px + 12px);padding-right:14px}
  /* faq: the open panel keeps the same text edges as the closed rows */
  .faq-item.open{margin:8px -14px}
  .faq-item.open .faq-q{padding-left:14px;padding-right:12px}
  .faq-item.open .faq-a-inner{padding-left:14px;padding-right:14px}
  /* dashboard: everything left-aligned, like the rest of the page */
  .dash-caption{text-align:left;max-width:none;margin-left:0}
  .dash-cta{justify-self:start;text-align:left}
  .dashboard > .container > .dash-phone{margin-left:0}
  .dashboard .section-head .subheading{text-align:left!important;margin:0!important}
  /* results ledger: two even columns */
  .res-marq-track{grid-template-columns:1fr 1fr;gap:22px 20px}
  /* footer rows */
  .foot-top{padding-bottom:28px}
  .foot-bottom{padding-top:24px;gap:18px}
}
/* Service band without motion: a tidy centred cloud instead of a vertical list */
@media(prefers-reduced-motion:reduce){
  .marquee{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px;padding:0 20px;width:auto;max-width:1100px;margin:0 auto}
  .marquee span{padding:0;font-size:13px}
  .marquee span::after{margin-left:22px}
  .marquee span:nth-child(n+9){display:none}
  .trust{padding-bottom:28px}
}

/* ---------- Mobile: dashboard title and list, timing stat as a panel (2026-09-14) ---------- */
@media(max-width:600px){
  .dashboard{padding:68px 0}
  .dashboard .h-display{font-size:30px;line-height:1.12}
  .dashboard .section-head{margin-bottom:36px}
  .dash-points{gap:24px}
  .dash-point{padding-left:38px}
  .dp-ico{width:24px;height:24px}
  .dp-ico svg{width:24px;height:24px}
  .dash-point h4{margin-bottom:8px}
  .dash-demo-intro{margin-top:28px;padding-top:26px}
  .dashboard > .container > .dash-phone{margin-top:28px}
  .dash-caption{margin-top:18px}
  .dash-cta{margin-top:24px}
  .timing{padding:64px 0}
  .timing .h-display{margin-bottom:22px}
  .timing-grid{gap:28px}
  .timing-visual{border-top:0;padding:24px 22px 26px;background:rgba(0,0,0,.06);border-radius:18px}
  .timing-mega{font-size:52px;line-height:1;margin-bottom:8px}
  .timing-label{margin-bottom:18px}
  .timing-divider{margin:0 0 18px;background:rgba(0,0,0,.18);height:1px}
  .timing-sub{font-size:15px;line-height:1.6}
}
@media(max-width:600px){.dashboard .h-display{font-size:28px}}
@media(min-width:361px) and (max-width:600px){.dashboard .h-display .accent{white-space:nowrap}}

/* Phones: the logo opens the hero, the copy follows (2026-09-14) */
@media(max-width:600px){
  .hero{padding-top:100px}
  .hero-3d,.hero-art{order:0;margin:0 0 22px}
  .hero-3d{height:230px}
  .hero-content{order:1}
  .hero.is-3d{padding-bottom:0}
  .hero-metrics{margin-top:16px}
}

/* ---------- Hint beside the logo: thin text, click icon, slow breathing (2026-09-14) ---------- */
.hero-hint{position:absolute;z-index:1;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.01em;color:#5f6469;pointer-events:none;white-space:nowrap;opacity:0;transition:opacity .5s ease}
.hero-hint svg{width:16px;height:16px;color:#b58c09;flex:0 0 16px}
.hero.is-3d .hero-hint{opacity:1}
.hero.is-3d .hero-hint.is-hidden{opacity:0}
@keyframes lfg-hint{0%,100%{opacity:.35}50%{opacity:1}}
html.lfg-motion .hero.is-3d .hero-hint:not(.is-hidden){animation:lfg-hint 3.2s ease-in-out 1.6s infinite}
html.lfg-motion .hero.is-3d .hero-hint:not(.is-hidden) svg{animation:lfg-hint-pulse 3.2s ease-in-out 1.6s infinite}
@keyframes lfg-hint-pulse{0%,100%{transform:scale(.92)}50%{transform:scale(1.08)}}
@media(max-width:600px){
  .hero-hint{position:static;order:0;align-self:flex-end;margin:-10px 4px 18px 0}
  .hero-3d{margin-bottom:0}
}
@media(prefers-reduced-motion:reduce){.hero-hint,.hero-hint svg{animation:none!important}}
@media(min-width:601px){.hero-hint{transform:translateX(-100%)}}

/* No static poster while the 3D scene is on its way (2026-09-15): the image only shows when the scene cannot load */
.hero.hero-3d-pending .hero-art{opacity:0!important;animation:none!important}
@media(max-width:600px){.hero.hero-3d-pending .hero-art{height:230px;object-fit:contain}}

/* ---------- Mobile: dark and yellow islands get a real inner margin, content centred in the island (2026-09-15) ---------- */
@media(max-width:800px){
  .strategy > .container,.dashboard > .container,.timing > .container{padding-left:var(--cpad);padding-right:var(--cpad);max-width:none}
  .trust{padding-left:0;padding-right:0}
}
@media(max-width:600px){
  .strategy,.dashboard{padding:60px 0}
  .timing{padding:56px 0}
  .strategy .section-head,.dashboard .section-head{margin-bottom:32px}
}

/* ---------- Mobile and tablet: dark and yellow chapters run edge to edge (2026-09-15) ---------- */
@media(max-width:800px){
  .trust,.strategy,.dashboard,.timing{margin-left:0;margin-right:0;border-radius:0}
  .cta{border-radius:0;margin-top:0}
  .strategy > .container,.dashboard > .container,.timing > .container{padding-left:var(--cpad);padding-right:var(--cpad)}
}

/* Mobile: the dashboard demo phone sits centred, its caption under it (2026-09-15) */
@media(max-width:800px){
  .dashboard > .container > .dash-phone{margin-left:auto;margin-right:auto}
  .dash-caption{text-align:center;margin-left:auto;margin-right:auto;max-width:320px}
}

/* ---------- Dark hero (2026-09-15): black opening chapter, white copy, inverted buttons ---------- */
.hero.hero-dark{background:radial-gradient(72% 90% at 72% 52%,#2a2b2f 0%,#151618 55%,#0f1011 100%);color:#f7f8f6}
.hero.hero-dark .hero-badge{color:#e6e6e2}
.hero.hero-dark h1,.hero.hero-dark h1 .accent,.hero.hero-dark .hero-subhead,.hero.hero-dark .hero-subhead .accent-line{color:#ffffff}
.hero.hero-dark .hero-desc{color:#b4b8bc}
.hero.hero-dark .btn-primary{--button-bg:#f5bd02;--button-fg:#101112;--arrow-bg:#101112;--arrow-fg:#f5bd02;box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 14px 30px -14px rgba(245,189,2,.55)}
.hero.hero-dark .btn-primary:hover{--button-bg:#ffc81a}
.hero.hero-dark .btn-ghost{--button-bg:transparent;--button-fg:#ffffff;--arrow-bg:rgba(255,255,255,.12);--arrow-fg:#ffffff;border-color:rgba(255,255,255,.3);color:#fff;box-shadow:none}
.hero.hero-dark .btn-ghost:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.5)}
.hero.hero-dark .hero-hint{color:#a6aaae}
.hero.hero-dark .hero-art{filter:invert(1) hue-rotate(180deg) brightness(.9)} /* fallback image only: rough dark version */
.hero.hero-dark + .hero-metrics .hero-stats{box-shadow:var(--dome-inset),0 4px 10px rgba(0,0,0,.25),0 40px 80px -28px rgba(0,0,0,.6)}
@media(max-width:600px){.hero.hero-dark{background:radial-gradient(90% 40% at 50% 22%,#2a2b2f 0%,#151618 60%,#0f1011 100%)}}

/* ---------- Dark hero: hero, metrics slab and service band form one continuous dark cap (2026-09-15) ---------- */
.hero.hero-dark + .hero-metrics{background:#0f1011;margin-top:-36px;margin-bottom:0;padding:0 0 8px}
.hero.hero-dark + .hero-metrics .hero-stats{position:relative;z-index:2}
.hero.hero-dark + .hero-metrics + .trust{margin:0;border-radius:0 0 var(--r-island) var(--r-island);background:#0f1011;padding-top:34px;padding-bottom:30px}
.hero.hero-dark + .hero-metrics + .trust .marquee{max-width:none}
.hero.hero-dark + .hero-metrics + .trust::before{content:'';position:absolute;left:5%;right:5%;top:0;height:1px;background:rgba(255,255,255,.07)}
.hero.hero-dark + .hero-metrics + .trust{position:relative}
@media(max-width:800px){
  .hero.hero-dark + .hero-metrics + .trust{border-radius:0}
}
@media(max-width:600px){
  .hero.hero-dark + .hero-metrics{margin-top:0;padding-top:6px}
  .hero.hero-dark + .hero-metrics + .trust{padding-top:28px}
}

/* « Site web » added to the service band: one set is now 9 items, the static fallbacks show all 9 */
@media(prefers-reduced-motion:reduce){
  .marquee span:nth-child(9){display:inline-flex}
  .marquee span:nth-child(n+10){display:none}
}

/* About signature: brand brackets, dark proof, three unframed commitments. */
.about{background:#f8f9f7;scroll-margin-top:96px}
.about *{letter-spacing:0}
.about .about-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:88px;align-items:center}
.about .about-left{max-width:none;min-width:0}
.about .eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:30px;color:#555b5e}
.about .eyebrow::before{content:'';width:24px;height:2px;background:#101112;flex:none}
.about .h-display{max-width:560px;margin-bottom:30px;letter-spacing:0}
.about .h-display > [data-i18n="about.t1"]{display:block;font-size:23px;font-weight:500;line-height:1.3;margin-bottom:18px}
.about .h-display > br{display:none}
/* Longest title line in Outfit 800, plus equal bracket insets. */
.about .h-display .highlight{--title-line:5.22em;--bracket-inset:38px;display:block;position:relative;width:calc(var(--title-line) + 2 * var(--bracket-inset));max-width:100%;padding:8px var(--bracket-inset) 12px;font-size:60px;line-height:1.04;font-weight:800;text-wrap:balance;color:#101112}
html[lang="en"] .about .h-display .highlight{--title-line:5.88em}
.about .h-display .highlight::before,.about .h-display .highlight::after{content:'';display:block;position:absolute;top:0;bottom:0;width:24px;height:auto;border:10px solid var(--gold);background:none;opacity:1;border-radius:2px;z-index:auto;pointer-events:none}
.about .h-display .highlight::before{left:0;border-right:0}
.about .h-display .highlight::after{left:auto;right:0;border-left:0}
.about .about-text{max-width:530px;font-size:17px;line-height:1.75;color:#555b5e;text-wrap:pretty}
.about .about-visual{width:100%;max-width:none;margin:0;padding:0;min-width:0}
.about .float-chip{color:#41494d;font-size:13px;animation:none!important}
.about .float-chip-1{margin:0 0 18px}
.about .float-chip-2{display:flex;justify-content:flex-end;margin:20px 0 0}
.about .float-chip svg{color:#916d00}
.about .stat-card{
  padding:38px 36px 32px;border:1px solid #34383a;border-radius:24px;
  background:linear-gradient(145deg,#24282a,#101213 72%);color:#f8f9f7;
  box-shadow:inset 0 1px 0 #ffffff24,inset 0 -1px 0 #000,0 24px 40px -24px #10111280;
}
.about .stat-card::before{background:radial-gradient(420px circle at var(--mx) var(--my),#ffffff0c,transparent 60%)}
.about .stat-card::after{box-shadow:inset 0 0 0 1px #ffffff08;border-radius:18px}
.about .stat-card .mega{font-size:68px;line-height:1.1;letter-spacing:0;color:var(--gold);white-space:nowrap;margin:0 0 12px;font-variant-numeric:tabular-nums;min-height:1.1em}
.about .stat-card .mega-label{font-size:14px;line-height:1.5;color:#c6cacb;margin-bottom:28px}
.about .mini-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin:0;padding:24px 0;border-top:1px solid #ffffff26}
.about .mini-grid .mini{min-width:0;margin:0;padding:0}
.about .mini .n{font-size:32px;line-height:1.2;color:#f8f9f7;min-height:38px;display:flex;align-items:center}
.about .mini .n.g{font-size:20px;font-weight:600;color:#f8f9f7}
.about .mini .l{font-size:13px;color:#b9bfc1;line-height:1.5;margin-top:7px}
.about .mini-grid.one{grid-template-columns:1fr;padding:22px 0 0;margin:0}
.about .mini-grid.one .n{font-size:16px;min-height:0;line-height:1.5}
.about .feat-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:36px 0 0;margin-top:64px;border-top:1px solid #ced2d0}
.about .feat{display:block;padding:0 28px;border-left:1px solid #ced2d0;min-width:0}
.about .feat:first-child{border-left:0;padding-left:0}
.about .feat:last-child{padding-right:0}
.about .feat-icon{color:#866500;width:28px;height:28px;margin:0 0 18px}
.about .feat h3{font-size:20px;font-weight:600;line-height:1.35;color:#101112;margin:0 0 10px;text-wrap:balance}
.about .feat p{font-size:15px;line-height:1.7;color:#555b5e;text-wrap:pretty}
@media(hover:hover) and (pointer:fine){
  .about .stat-card:hover{box-shadow:inset 0 1px 0 #ffffff30,inset 0 -1px 0 #000,0 30px 48px -24px #10111280}
}
@media(max-width:1200px){
  .about .about-grid{gap:52px}
  .about .h-display .highlight{font-size:48px;--bracket-inset:32px}
  .about .stat-card{padding:32px 28px 28px}
  .about .stat-card .mega{font-size:54px}
}
@media(max-width:950px){
  .about .about-grid{gap:36px}
  .about .h-display .highlight{font-size:40px}
  .about .stat-card{padding:30px 24px 26px}
  .about .stat-card .mega{font-size:44px}
}
@media(max-width:800px){
  .about .about-grid{grid-template-columns:minmax(0,1fr);gap:36px}
  .about .h-display{max-width:580px}
  .about .h-display .highlight{font-size:54px;--bracket-inset:38px;padding:10px var(--bracket-inset) 14px}
  .about .about-text{max-width:620px}
  .about .stat-card{padding:36px}
  .about .stat-card .mega{font-size:64px}
  .about .feat-list{grid-template-columns:1fr;margin-top:40px;padding-top:0}
  .about .feat{display:grid;grid-template-columns:28px minmax(0,1fr);gap:18px;padding:24px 0;border-left:0;border-bottom:1px solid #ced2d0}
  .about .feat:last-child{border-bottom:0;padding-bottom:0}
  .about .feat-icon{margin:2px 0 0}
  .about .feat h3{text-wrap:pretty}
}
@media(max-width:600px){
  .about .eyebrow{margin-bottom:24px}
  .about .h-display > [data-i18n="about.t1"]{font-size:20px;margin-bottom:16px}
  .about .h-display .highlight{font-size:38px;line-height:1.08;--bracket-inset:26px;padding:8px var(--bracket-inset) 12px}
  .about .h-display .highlight::before,.about .h-display .highlight::after{border-width:7px;width:17px}
  .about .about-text{font-size:16px;line-height:1.75}
  .about .stat-card{padding:28px 24px 26px;border-radius:20px}
  .about .stat-card::after{border-radius:14px}
  .about .stat-card .mega{font-size:44px}
  .about .stat-card .mega-label{font-size:13px;margin-bottom:22px}
  .about .mini-grid{gap:18px;padding:20px 0}
  .about .mini .n.g{font-size:18px}
  .about .mini-grid.one .n{font-size:15px}
  .about .feat h3{font-size:18px}
}
@media(max-width:360px){
  .about .h-display .highlight{font-size:32px}
  .about .stat-card{padding:26px 20px}
  .about .stat-card .mega{font-size:36px}
}

/* Reading pass: give each argument room and use LFG gold as a reading cue. */
.constat,.approche{--argument-ink:#151719;--argument-copy:#41484c;--argument-rule:#ccd1d0}
.constat{background:#eef0ef}
.approche{background:#fafbf9}
.constat > .container,.approche > .container{display:block}
.constat .section-head,.approche .section-head{position:static;max-width:1040px;margin:0 0 48px}
.constat .eyebrow,.approche .eyebrow{display:flex;align-items:center;gap:12px;color:var(--argument-ink);font-size:13px;font-weight:600;letter-spacing:0;margin-bottom:22px}
.constat .eyebrow::before,.approche .eyebrow::before{content:'';display:block;width:32px;height:4px;background:var(--gold);flex:none}
.constat .h-display,.approche .h-display{font-size:56px;font-weight:800;line-height:1.13;letter-spacing:0;color:var(--argument-ink);text-wrap:balance;margin-bottom:22px}
.constat .h-display .accent,.approche .h-display .accent{color:var(--argument-ink);background:linear-gradient(transparent 56%,var(--gold) 56%,var(--gold) 94%,transparent 94%);box-decoration-break:clone;-webkit-box-decoration-break:clone}
.constat .subheading{font-size:18px;line-height:1.6;color:var(--argument-copy);max-width:none;margin:0}
.constat .constat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.constat .constat-card{padding:32px 34px 34px;border:1px solid #dce0dd;min-width:0}
.constat .constat-meta{display:flex;align-items:center;gap:20px;margin-bottom:26px}
.constat .constat-index{position:relative;display:grid;place-items:center;flex:none;width:88px;height:54px;padding:0 14px;color:var(--argument-ink);font-family:var(--f-display);font-size:36px;font-weight:800;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums}
.constat .constat-index::before,.constat .constat-index::after{content:'';position:absolute;top:0;bottom:0;width:15px;border:7px solid var(--gold);border-radius:1px;pointer-events:none}
.constat .constat-index::before{left:0;border-right:0}
.constat .constat-index::after{right:0;border-left:0}
.constat .constat-card .tag{display:block;color:var(--argument-ink);font-size:14px;font-weight:600;letter-spacing:0;margin:0}
.constat .constat-card .tag::before{display:none}
.constat .constat-card h3{font-size:25px;line-height:1.25;font-weight:800;letter-spacing:0;color:var(--argument-ink);margin-bottom:14px;text-wrap:balance}
.constat .constat-card p{font-size:17px;line-height:1.7;color:var(--argument-copy);max-width:56ch;text-wrap:pretty}
.approche .section-head{max-width:840px;margin:0 auto 64px;text-align:center}
.approche .eyebrow{justify-content:center}
.approche .h-display{font-size:60px;line-height:1.12}
.approche .h-display > span:first-child{display:block}
.approche .approche-list{border:0;max-width:920px;margin:0 auto}
.approche article.approche-item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px 36px;align-items:start;border:0;border-bottom:1px solid var(--argument-rule);border-radius:0;background:none;box-shadow:none;padding:34px 0;margin:0}
.approche article.approche-item:first-child{padding-top:0}
.approche article.approche-item:last-child{border-bottom:0;padding-bottom:0}
.approche .approche-heading{display:contents}
.approche article .approche-num{display:block;width:34px;height:32px;border-radius:0;background:linear-gradient(transparent 72%,var(--gold) 72%,var(--gold) 94%,transparent 94%);color:var(--argument-ink);font-size:24px;font-weight:800;letter-spacing:0;line-height:1.25;grid-column:1;grid-row:1 / 3;font-variant-numeric:tabular-nums}
.approche article h3{grid-column:2;grid-row:1;font-size:23px;font-weight:800;line-height:1.4;letter-spacing:0;margin:0;padding:0;color:var(--argument-ink);text-wrap:pretty}
.approche article p{grid-column:2;grid-row:2;margin:0;padding:0;font-size:17px;line-height:1.75;color:var(--argument-copy);max-width:760px;text-wrap:pretty}
@media(max-width:1100px){
  .constat .h-display,.approche .h-display{font-size:48px}
  .constat .constat-card{padding:28px}
  .constat .constat-card h3{font-size:23px}
  .approche article.approche-item{grid-template-columns:48px minmax(0,1fr);gap:14px 24px}
  .approche article .approche-num{grid-row:1 / 3}
  .approche article h3{max-width:760px}
  .approche article p{grid-column:2;grid-row:2;max-width:760px;padding:0}
}
@media(max-width:800px){
  .constat .h-display,.approche .h-display{font-size:42px}
  .constat .section-head,.approche .section-head{max-width:none;margin-bottom:36px}
  .approche .section-head{margin-bottom:48px}
  .constat .constat-grid{grid-template-columns:minmax(0,1fr);gap:22px}
  .constat .constat-card p{max-width:64ch}
}
@media(max-width:600px){
  .constat .h-display,.approche .h-display{font-size:34px;line-height:1.15}
  .constat .eyebrow,.approche .eyebrow{margin-bottom:20px}
  .constat .subheading{font-size:17px}
  .constat .constat-card{padding:26px 24px 28px}
  .constat .constat-meta{gap:16px;margin-bottom:24px}
  .constat .constat-index{width:76px;height:46px;font-size:30px}
  .constat .constat-index::before,.constat .constat-index::after{width:13px;border-width:6px}
  .constat .constat-card h3{font-size:22px}
  .constat .constat-card p{font-size:16px;line-height:1.7}
  .approche article.approche-item{grid-template-columns:minmax(0,1fr);gap:14px;padding:28px 0}
  .approche article .approche-num{width:30px;height:28px;grid-row:1;font-size:22px}
  .approche article h3{grid-column:1;grid-row:2;font-size:21px;padding:0}
  .approche article p{grid-column:1;grid-row:3;font-size:16px;line-height:1.75}
}
@media(max-width:360px){
  .constat .h-display,.approche .h-display{font-size:30px}
  .constat .constat-card{padding-left:20px;padding-right:20px}
}

/* Proof and reasons to choose LFG: keep the explanation as present as the number. */
.results,.why{--proof-ink:#151719;--proof-copy:#41484c;--proof-rule:#ced3d0;background:#eef0ef}
.results .section-head,.why .section-head{display:block;position:static;max-width:840px;margin:0 auto 52px;text-align:center}
.results .eyebrow,.why .eyebrow{display:flex;justify-content:center;align-items:center;gap:12px;font-size:13px;font-weight:600;letter-spacing:0;color:var(--proof-ink);margin-bottom:22px}
.results .eyebrow::before,.why .eyebrow::before{content:'';width:32px;height:4px;flex:none;background:var(--gold)}
.results .h-display,.why .h-display{font-size:60px;font-weight:800;line-height:1.12;letter-spacing:0;color:var(--proof-ink);margin:0 0 24px;text-wrap:balance}
.results .h-display .accent,.why .h-display .accent{color:var(--proof-ink);background:linear-gradient(transparent 56%,var(--gold) 56%,var(--gold) 94%,transparent 94%);box-decoration-break:clone;-webkit-box-decoration-break:clone}
.results .section-head .subheading{font-size:18px;line-height:1.65;max-width:660px;margin:0 auto;color:var(--proof-copy);text-wrap:pretty}
.results .res-grid{grid-template-columns:minmax(0,1.25fr) repeat(2,minmax(0,1fr));gap:24px;margin-bottom:40px}
.results .res-card{display:flex;flex-direction:column;align-items:flex-start;padding:34px 32px 28px!important;border:1px solid #dce0dd!important;border-radius:24px;min-width:0;text-align:left}
.results .res-ico{display:grid;place-items:center;width:44px;height:44px;background:var(--gold);color:var(--proof-ink);border:0;border-radius:8px;box-shadow:none;margin:0 0 32px}
.results .res-ico svg{width:24px;height:24px}
.results .res-card .counter,.results .res-card:first-child .counter{font-size:64px;line-height:1.1;letter-spacing:0;min-height:1.1em;margin:0 0 14px;color:var(--proof-ink);font-variant-numeric:tabular-nums}
.results .res-card .r-label{font-size:19px;line-height:1.45;font-weight:600;letter-spacing:0;color:var(--proof-ink);max-width:26ch;margin:0 0 28px;flex:1;text-wrap:pretty}
.results .res-card .r-context{font-size:14px;line-height:1.5;font-weight:500;letter-spacing:0;color:var(--proof-copy);margin:0;padding-top:20px;border-top:1px solid var(--proof-rule);width:100%;text-wrap:pretty}
.results .res-card:first-child{background:linear-gradient(145deg,#24282a,#101213 72%);border-color:#34383a!important;box-shadow:inset 0 1px 0 #ffffff24,0 24px 40px -24px #10111280}
.results .res-card:first-child::before{background:radial-gradient(420px circle at var(--mx) var(--my),#ffffff0c,transparent 60%)}
.results .res-card:first-child::after{box-shadow:inset 0 0 0 1px #ffffff08}
.results .res-card:first-child .counter{color:var(--gold)}
.results .res-card:first-child .r-label{color:#fafbf9}
.results .res-card:first-child .r-context{color:#c6cacb;border-color:#ffffff26}
.results .res-marq{padding:30px 0 0;border-top:1px solid #c7cdca}
.results .res-marq-track{gap:0}
.results .rm-item{padding:0 24px;border-left:1px solid #c7cdca}
.results .rm-item:first-child{padding-left:0;border-left:0}
.results .rm-item:nth-child(5){padding-right:0}
.results .rm-val{font-size:27px;line-height:1.2;letter-spacing:0;margin-bottom:12px;color:var(--proof-ink);white-space:nowrap}
.results .rm-desc{font-size:14px;line-height:1.6;color:var(--proof-copy);max-width:none;text-wrap:pretty}
.why > .container{display:block}
.why .why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:none;margin:0}
.why .why-grid .why-card{display:flex;flex-direction:column;padding:34px 30px 32px;border:1px solid #dce0dd;border-radius:24px;background:var(--dome-bg);box-shadow:var(--dome-inset),var(--dome-drop);min-width:0;transition:none;transform:none}
.why .why-grid .why-card:hover{border-color:#dce0dd;box-shadow:var(--dome-inset),var(--dome-drop);transform:none}
.why .why-grid .why-card .why-ico{position:relative;display:grid;place-items:center;width:72px;height:48px;flex:none;border:0;border-radius:0;background:none;box-shadow:none;color:var(--proof-ink);margin:0 0 28px}
.why .why-ico::before,.why .why-ico::after{content:'';position:absolute;top:0;bottom:0;width:13px;border:6px solid var(--gold);border-radius:1px;pointer-events:none}
.why .why-ico::before{left:0;border-right:0}
.why .why-ico::after{right:0;border-left:0}
.why .why-grid .why-card .why-ico svg{width:26px;height:26px}
.why .why-card h3{font-size:24px;line-height:1.3;font-weight:800;letter-spacing:0;margin:0 0 18px;min-height:2.6em;color:var(--proof-ink);text-wrap:pretty}
.why .why-grid .why-card p{font-size:17px;line-height:1.75;color:var(--proof-copy);max-width:none;margin:0;text-wrap:pretty}
@media(max-width:1200px){
  .results .h-display,.why .h-display{font-size:52px}
  .results .res-card{padding:30px 26px 26px!important}
  .results .res-card .counter,.results .res-card:first-child .counter{font-size:54px}
  .why .why-grid .why-card{padding:30px 26px}
  .why .why-card h3{font-size:22px}
}
@media(max-width:1000px){
  .results .res-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .results .res-card:first-child{grid-column:1 / -1}
  .results .res-card:first-child .counter{font-size:64px}
  .results .res-card .r-label{max-width:none}
  .results .res-marq-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 0}
  .results .rm-item:nth-child(4){padding-left:0;border-left:0}
  .why .why-grid{grid-template-columns:minmax(0,1fr);max-width:760px;margin:0 auto}
  .why .why-grid .why-card{display:grid;grid-template-columns:72px minmax(0,1fr);column-gap:28px;row-gap:12px}
  .why .why-grid .why-card .why-ico{grid-column:1;grid-row:1 / 3;margin:0}
  .why .why-grid .why-card h3{grid-column:2;grid-row:1;min-height:0;margin:0}
  .why .why-grid .why-card p{grid-column:2;grid-row:2}
}
@media(max-width:800px){
  .results .h-display,.why .h-display{font-size:42px}
  .results .section-head,.why .section-head{margin-bottom:40px}
}
@media(max-width:600px){
  .results .h-display,.why .h-display{font-size:34px;line-height:1.15}
  .results .section-head .subheading{font-size:17px}
  .results .res-grid{grid-template-columns:minmax(0,1fr);gap:22px}
  .results .res-card{padding:28px 24px!important;border-radius:20px}
  .results .res-card .counter,.results .res-card:first-child .counter{font-size:48px}
  .results .res-ico{margin-bottom:24px}
  .results .res-card .r-label{font-size:18px;margin-bottom:24px}
  .results .res-card .r-context{font-size:14px;padding-top:18px}
  .results .res-marq-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 0}
  .results .rm-item{padding:0 16px;border-left:1px solid #c7cdca}
  .results .rm-item:nth-child(odd){padding-left:0;border-left:0}
  .results .rm-item:nth-child(even){padding-left:16px;padding-right:0;border-left:1px solid #c7cdca}
  .results .rm-val{font-size:24px}
  .results .rm-desc{font-size:14px}
  .why .why-grid{gap:22px}
  .why .why-grid .why-card{padding:28px 24px;border-radius:20px;grid-template-columns:60px minmax(0,1fr);column-gap:18px;row-gap:20px;align-items:center}
  .why .why-grid .why-card .why-ico{width:60px;height:44px;grid-row:1}
  .why .why-grid .why-card .why-ico svg{width:24px;height:24px}
  .why .why-grid .why-card h3{font-size:21px}
  .why .why-grid .why-card p{grid-column:1 / -1;grid-row:2;font-size:16px;line-height:1.75}
}
@media(max-width:360px){
  .results .h-display,.why .h-display{font-size:30px}
  .results .res-card{padding:26px 20px!important}
  .results .res-card .counter,.results .res-card:first-child .counter{font-size:42px}
  .results .rm-val{font-size:22px}
  .why .why-grid .why-card{padding:26px 20px}
}

/* Footer: legal links (2026-09-21) */
.foot-links{display:flex;flex-wrap:wrap;gap:8px 22px}
.foot-links a{font-size:13px;color:#9a9ea3;text-decoration:none;transition:color .2s}
.foot-links a:hover,.foot-links a:focus-visible{color:#fff}
@media(max-width:600px){.foot-links{gap:8px 18px}}
