.mhero{--bg:#000;--soft:#050505;--yellow:#facc15;--purple:#a855f7;--purple-l:#c084fc;--purple-d:#7e22ce;--white:#fff;--dim:#c9c9cf;--mute:#7a7a82;--faint:#4d4d54;--line:rgba(255,255,255,0.08);--line-2:rgba(255,255,255,0.05);--yline:rgba(250,204,21,0.4);--pline:rgba(168,85,247,0.28);--sans:"Cera PRO",system-ui,sans-serif;--mono:var(--font-jetbrains-mono),"JetBrains Mono",monospace;--e-out:cubic-bezier(0.16,1,0.3,1);--e-expo:cubic-bezier(0.19,1,0.22,1);--e-back:cubic-bezier(0.34,1.3,0.64,1);--e-inout:cubic-bezier(0.65,0,0.35,1)}.mhero .hero{display:flex;flex-direction:column;min-height:100svh;padding:80px 24px 30px;background:var(--bg);color:#fff;font-family:var(--sans);font-weight:300;-webkit-font-smoothing:antialiased}.mhero .eyb{display:flex;align-items:center;gap:12px}.mhero .eyb .tick{width:38px;height:3px;background:var(--yellow);flex:0 0 auto}.mhero .eyb .code{color:var(--yellow);font-weight:400}.mhero .eyb .code,.mhero .eyb .lbl{font-family:var(--mono);font-size:10.5px;letter-spacing:.2em;text-transform:uppercase}.mhero .eyb .lbl{color:var(--mute)}.mhero .eyb-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.mhero .eyb-meta{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:var(--faint);white-space:nowrap}.mhero .clip{overflow:hidden;padding-bottom:.05em}.mhero .clip,.mhero .clip>span{display:block}.mhero.is-anim .clip>span{animation:mhRevUp .8s var(--e-out) both}@keyframes mhRevUp{0%{transform:translateY(112%)}to{transform:translateY(0)}}.mhero .fadeup{opacity:1}.mhero.is-anim .fadeup{animation:mhFadeUp .6s var(--e-out) both}@keyframes mhFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.mhero .hl{margin:0;font-family:var(--sans);font-weight:700;line-height:1;letter-spacing:-.04em}.mhero .hl .w{color:var(--white)}.mhero .hl .y{color:var(--yellow)}.mhero .hl .g{color:var(--dim);font-weight:300}.mhero .lead{color:var(--dim);font-size:15px;line-height:1.55;margin:0}.mhero .cta{display:flex;flex-direction:column;gap:12px}.mhero .cta a{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;border-radius:4px;font-size:15px;line-height:1}.mhero .cta .primary{background:var(--yellow);color:#000;font-weight:600;transition:background .2s}.mhero .cta .primary:hover{background:#fde047}.mhero .cta .secondary{border:1px solid var(--line);color:rgba(255,255,255,.78);font-family:var(--mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;transition:border-color .2s,color .2s}.mhero .cta .secondary:hover{border-color:var(--yline);color:#fff}.mhero .cta .primary svg{width:14px;height:14px}.mhero .tiles{display:flex;gap:20px;flex-wrap:wrap}.mhero .tiles .t{display:flex;flex-direction:column;gap:3px}.mhero .tiles .t b{font-family:var(--sans);font-weight:700;font-size:24px;color:var(--yellow);line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.mhero .tiles .t span{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mute)}.mhero .spacer{flex:1 0 auto}.mhero .p-agence .hl{font-size:52px}.mhero .p-agence .stmt{padding:26px 0 18px}.mhero .p-agence .lead{margin-top:4px}.mhero .sig{position:relative;height:60px;margin:24px 0 6px}.mhero .sig .axis{position:absolute;left:0;right:0;top:22px;height:1px;background:var(--pline)}.mhero .sig .node{position:absolute;top:22px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:9px}.mhero .sig .node .dot{width:9px;height:9px;border-radius:50%;background:var(--purple-l);box-shadow:0 0 10px rgba(192,132,252,.6)}.mhero .sig .node.studio{left:16%}.mhero .sig .node.labs{left:84%}.mhero .sig .node .nlbl{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute)}.mhero .sig .core{position:absolute;left:50%;top:22px;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 5px rgba(250,204,21,.14),0 0 18px rgba(250,204,21,.5);z-index:2}.mhero.is-anim .p-agence .sig .core{animation:mhCorePulse 2.6s var(--e-inout) infinite}.mhero .sig .core-lbl{position:absolute;left:50%;top:40px;transform:translateX(-50%);font-family:var(--mono);font-size:9.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);white-space:nowrap}.mhero .sig .feed{position:absolute;top:22px;height:1px;background:var(--yellow);transform:translateY(-50%)}.mhero .sig .feed.l{left:16%;width:0}.mhero .sig .feed.r{right:16%;width:0}.mhero.is-anim .p-agence .sig .feed.l,.mhero.is-anim .p-agence .sig .feed.r{animation:mhFeed 1s var(--e-out) .5s forwards}@keyframes mhFeed{to{width:34%}}@keyframes mhCorePulse{0%,to{box-shadow:0 0 0 5px rgba(250,204,21,.14),0 0 18px rgba(250,204,21,.5)}50%{box-shadow:0 0 0 9px rgba(250,204,21,.05),0 0 26px rgba(250,204,21,.7)}}.mhero .p-method .hl{font-size:40px;line-height:1.05}.mhero .p-method .hl .y{display:inline}.mhero .p-method .lead{margin-top:18px}.mhero .method{margin:24px 0 4px;display:flex;flex-direction:column;gap:0}.mhero .method .step{display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:start;position:relative;padding-bottom:18px}.mhero .method .step:last-child{padding-bottom:0}.mhero .method .rail{position:relative;display:flex;flex-direction:column;align-items:center}.mhero .method .rail .pt{width:11px;height:11px;border-radius:50%;border:1px solid var(--purple);background:#000;margin-top:3px;z-index:2}.mhero .method .step.on .rail .pt{background:var(--yellow);border-color:var(--yellow);box-shadow:0 0 0 4px rgba(250,204,21,.14)}.mhero .method .rail .ln{position:absolute;top:14px;bottom:-4px;width:1px;background:var(--line)}.mhero .method .step:last-child .rail .ln{display:none}.mhero .method .step.on .rail .ln{background:var(--yline)}.mhero .method .bd .num{font-family:var(--mono);font-size:9.5px;letter-spacing:.2em;color:var(--faint)}.mhero .method .bd .tt{font-size:16px;font-weight:500;color:#fff;margin:2px 0 0;letter-spacing:-.01em}.mhero .method .step.on .bd .tt{color:var(--yellow)}.mhero.is-anim .p-method .method .step{opacity:0;animation:mhFadeUp .5s var(--e-out) both}.mhero.is-anim .p-method .method .step:first-child{animation-delay:.4s}.mhero.is-anim .p-method .method .step:nth-child(2){animation-delay:.55s}.mhero.is-anim .p-method .method .step:nth-child(3){animation-delay:.7s}.mhero.is-anim .p-method .method .step:nth-child(4){animation-delay:.85s}.mhero .p-method .deadline{display:flex;align-items:baseline;gap:10px;margin-top:2px}.mhero .p-method .deadline b{font-family:var(--sans);font-weight:700;font-size:30px;color:var(--yellow);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.mhero .p-method .deadline span{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute)}.mhero .p-explore .hl{font-size:50px;line-height:1.02}.mhero .p-explore .term{margin:22px 0 4px;border:1px solid var(--line);border-radius:6px;background:var(--soft);overflow:hidden}.mhero .p-explore .term .bar{display:flex;align-items:center;gap:7px;padding:9px 12px;border-bottom:1px solid var(--line-2)}.mhero .p-explore .term .bar i{width:9px;height:9px;border-radius:50%;background:var(--faint);display:block}.mhero .p-explore .term .bar i.y{background:var(--yellow)}.mhero .p-explore .term .bar .ttl{font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;color:var(--mute);margin-left:6px}.mhero .p-explore .term .body{padding:13px 13px 15px;font-family:var(--mono);font-size:12px;line-height:1.7}.mhero .p-explore .term .ln{white-space:pre-wrap;word-break:break-word}.mhero .p-explore .term .ln .pr{color:var(--purple-l)}.mhero .p-explore .term .ln .cm{color:#fff}.mhero .p-explore .term .ln .ot{color:var(--mute)}.mhero .p-explore .term .ln .y{color:var(--yellow)}.mhero .p-explore .term .cur{display:inline-block;width:8px;height:14px;background:var(--yellow);transform:translateY(2px)}.mhero.is-anim .p-explore .term .cur{animation:mhBlink 1.05s steps(1) infinite}@keyframes mhBlink{0%,50%{opacity:1}50.01%,to{opacity:0}}.mhero .p-explore .cats{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.mhero .p-explore .cats span{font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--purple-l);border:1px solid var(--pline);padding:5px 9px;border-radius:3px}.mhero .p-quest .hero{min-height:auto;padding-bottom:40px}.mhero .p-quest .hl{font-size:44px;line-height:1.04}.mhero .p-quest .lead{margin-top:16px}.mhero .p-quest .cta{margin-top:32px}@media (prefers-reduced-motion:reduce){.mhero *,.mhero :after,.mhero :before{animation:none!important;transition:none!important}.mhero .sig .feed.l,.mhero .sig .feed.r{width:34%!important}.mhero .p-method .method .step{opacity:1!important}}