.home #hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 48px 64px;position:relative;overflow:hidden;background:var(--bg);color:var(--fg)}.home .hero-noise{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 70% 60% at 80% 20%,rgba(255,255,255,.03) 0,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(255,255,255,.02) 0,transparent 60%)}[data-theme=light] .home .hero-noise{background:radial-gradient(ellipse 70% 60% at 80% 20%,rgba(0,0,0,.03) 0,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(0,0,0,.02) 0,transparent 60%)}.home .hero-line{position:absolute;top:0;bottom:0;width:1px;background:var(--border-w)}.home .hero-line.l2{left:25%}.home .hero-line.l3{left:50%}.home .hero-line.l4{left:75%}.home .hero-tag{position:absolute;top:110px;right:48px;letter-spacing:.25em;writing-mode:vertical-rl}.home .hero-eyebrow,.home .hero-tag{font-size:10px;text-transform:uppercase;color:var(--text-muted)}.home .hero-eyebrow{letter-spacing:.3em;margin-bottom:32px;position:relative;z-index:1;overflow:hidden}.home .hero-eyebrow span{display:block;animation:rise 1s var(--ease) .9s both}.home .hero-title{font-size:clamp(52px,8.5vw,130px);font-weight:var(--fw-regular);line-height:.95;letter-spacing:-.04em;position:relative;z-index:1;margin-bottom:60px}.home .word-wrap{display:block;overflow:hidden}.home .word{display:block;transform:translateY(110%);animation:rise 1.2s var(--ease) both}.home .word.w1{animation-delay:1s}.home .word.w2{animation-delay:1.08s}.home .word.w3{animation-delay:1.16s}.home .word.w4{animation-delay:1.24s}.home .hero-title .thin{font-weight:var(--fw-regular);font-style:italic}@keyframes rise{to{transform:translateY(0)}}.home .hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;position:relative;z-index:1;gap:40px;flex-wrap:wrap}.home .hero-sub{font-size:16px;line-height:1.65;color:var(--text-secondary);max-width:420px;opacity:0;animation:fadein 1s ease 1.4s both}.home .hero-actions{display:flex;gap:16px;opacity:0;animation:fadein .8s ease 1.55s both}@keyframes fadein{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.home .hero-scroll{position:absolute;bottom:48px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:12px}.home .scroll-dot{width:5px;height:5px;border-radius:50%;background:var(--text-muted);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.home .marquee-wrap{background:var(--surface-raised);overflow:hidden;padding:16px 0;border-top:1px solid var(--border-w);border-bottom:1px solid var(--border-w)}.home .marquee-track{display:flex;gap:64px;white-space:nowrap;width:max-content;animation:marquee 24s linear infinite}.home .marquee-track span{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--fg);flex-shrink:0;font-weight:var(--fw-medium)}.home .marquee-track .sep{color:var(--text-muted)}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.home .section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:80px;gap:40px;flex-wrap:wrap}.home .section-label{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted)}.home .section-title{font-size:clamp(36px,5vw,64px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--fg)}.home .section-title em{font-weight:var(--fw-regular);font-style:italic}.home #services{background:var(--surface);color:var(--fg);padding:140px 48px}.home .services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--border-w)}.home .svc-card{padding:48px 36px;border-right:1px solid var(--border-w);border-bottom:1px solid var(--border-w);position:relative;overflow:hidden;transition:background .4s var(--ease),color .4s var(--ease)}.home .svc-card:nth-child(4n){border-right:none}.home .svc-card:hover{background:var(--btn-solid-bg);color:var(--btn-solid-fg)}.home .svc-card-num{font-size:10px;letter-spacing:.15em;color:var(--text-muted);margin-bottom:32px;transition:color .4s}.home .svc-card-title{font-size:20px;font-weight:var(--fw-medium);letter-spacing:-.02em;margin-bottom:14px;color:var(--fg);transition:color .4s;line-height:1.2}.home .svc-card-desc{font-size:13px;line-height:1.65;color:var(--text-secondary);margin-bottom:28px;transition:color .4s}.home .svc-card-tags{display:flex;flex-wrap:wrap;gap:6px}.home .svc-card-tags span{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding:4px 10px;border:1px solid var(--border-w);transition:color .4s,border-color .4s}.home .svc-card:hover .svc-card-desc,.home .svc-card:hover .svc-card-num,.home .svc-card:hover .svc-card-tags span,.home .svc-card:hover .svc-card-title{color:inherit;opacity:.85}.home .svc-card:hover .svc-card-tags span{border-color:currentColor}.home #industries{background:var(--bg);padding:140px 48px}.home .ind-grid{display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--border-w);margin-top:80px}.home .ind-item{width:calc(100% / 5);padding:36px 28px;border-right:1px solid var(--border-w);border-bottom:1px solid var(--border-w);display:flex;align-items:center;transition:background .3s}.home .ind-item:hover{background:var(--surface-raised)}.home .ind-name{font-size:13px;font-weight:var(--fw-medium);letter-spacing:.02em;color:var(--text-secondary)}.home #process{background:var(--surface-raised);color:var(--fg);padding:140px 48px}.home .process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--border-w);margin-top:80px}.home .process-step{padding:48px 32px 48px 0;border-right:1px solid var(--border-w);position:relative}.home .process-step:last-child{border-right:none;padding-right:0}.home .process-step:not(:first-child){padding-left:32px}.home .step-num{font-size:11px;letter-spacing:.15em;color:var(--text-muted);margin-bottom:28px}.home .step-title{font-size:18px;font-weight:var(--fw-medium);letter-spacing:-.02em;margin-bottom:12px}.home .step-desc{font-size:13px;line-height:1.65;color:var(--text-secondary)}.home #positioning{background:var(--bg);padding:160px 48px;text-align:center}.home .positioning-sub{font-size:14px;color:var(--text-muted);letter-spacing:.1em;margin-bottom:60px}.home .positioning-quote{font-size:clamp(28px,4vw,58px);font-weight:var(--fw-regular);letter-spacing:-.03em;line-height:1.15;max-width:900px;margin:0 auto 60px}.home .positioning-quote em{font-weight:var(--fw-regular);font-style:italic;color:var(--text-muted)}.home #cta-trio{background:var(--surface-raised);color:var(--fg);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border-w)}.home .cta-card{padding:80px 52px;border-right:1px solid var(--border-w);display:flex;flex-direction:column;justify-content:space-between;min-height:400px;position:relative;overflow:hidden;transition:background .4s var(--ease),color .4s var(--ease)}.home .cta-card:last-child{border-right:none}.home .cta-card:hover{background:var(--btn-solid-bg);color:var(--btn-solid-fg)}.home .cta-card-num{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);transition:color .4s}.home .cta-card-title{font-size:clamp(26px,3vw,40px);font-weight:var(--fw-regular);letter-spacing:-.02em;margin:28px 0 16px;transition:color .4s}.home .cta-card-desc{font-size:14px;line-height:1.65;color:var(--text-secondary);transition:color .4s}.home .cta-link{display:inline-flex;align-items:center;gap:14px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--fg);text-decoration:none;border-bottom:1px solid var(--border-w);padding-bottom:10px;transition:gap .3s var(--ease),color .4s,border-color .4s}.home .cta-card:hover .cta-card-desc,.home .cta-card:hover .cta-card-num,.home .cta-card:hover .cta-card-title,.home .cta-card:hover .cta-link{color:inherit;opacity:.9}.home .cta-link:hover{gap:24px}@media (max-width:980px){.home .services-grid{grid-template-columns:repeat(2,1fr)}.home .svc-card:nth-child(4n){border-right:1px solid var(--border-w)}.home .svc-card:nth-child(2n){border-right:none}.home .ind-item{width:calc(100% / 3)}.home .process-grid{grid-template-columns:repeat(2,1fr)}.home #cta-trio{grid-template-columns:1fr}.home .cta-card{border-right:none;border-bottom:1px solid var(--border-w);min-height:auto}.home #hero{padding:0 24px 48px}.home .hero-tag{display:none}.home #industries,.home #positioning,.home #process,.home #services{padding:80px 24px}.home .section-header{margin-bottom:40px;flex-direction:column;align-items:flex-start}.home .section-header>p{text-align:left!important;max-width:100%!important}.home .cta-card{padding:48px 28px}.home .process-step:not(:first-child){padding-left:20px}.home .process-step{padding:32px 20px 32px 0}}@media (max-width:600px){.home .services-grid{grid-template-columns:1fr}.home .svc-card:nth-child(2n){border-right:1px solid var(--border-w)}.home .svc-card{border-right:none!important;padding:36px 24px}.home .ind-item{width:100%}.home .process-grid{grid-template-columns:1fr}.home .process-step{border-right:none!important;border-bottom:1px solid var(--border-w);padding:28px 0!important}.home .process-step:last-child{border-bottom:none}.home .hero-bottom{flex-direction:column;align-items:flex-start}.home .hero-actions{width:100%;flex-direction:column}.home .hero-actions .btn-ghost,.home .hero-actions .btn-primary{width:100%;justify-content:center}.home #industries,.home #positioning,.home #process,.home #services{padding:64px 20px}.home .svc-card-tags{gap:4px}}.mdb-preloader{position:fixed;inset:0;z-index:9999;background:var(--bg);color:var(--fg);display:flex;flex-direction:column;justify-content:space-between;padding:48px;overflow:hidden;transition:opacity .65s var(--ease),visibility .65s}.mdb-preloader.exit{opacity:0;visibility:hidden;pointer-events:none}.mdb-preloader-lines{position:absolute;inset:0;pointer-events:none}.mdb-preloader-lines span{position:absolute;top:0;bottom:0;width:1px;background:var(--border-w)}.mdb-preloader-lines span:first-child{left:25%}.mdb-preloader-lines span:nth-child(2){left:50%}.mdb-preloader-lines span:nth-child(3){left:75%}.mdb-preloader-glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 40%,rgba(255,255,255,.04) 0,transparent 70%);pointer-events:none}[data-theme=light] .mdb-preloader-glow{background:radial-gradient(ellipse 60% 50% at 50% 40%,rgba(0,0,0,.04) 0,transparent 70%)}.mdb-preloader-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.mdb-preloader-eyebrow{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted)}.mdb-preloader-year{font-size:10px;letter-spacing:.2em;color:var(--text-muted)}.mdb-preloader-center{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:28px;padding:40px 0}.mdb-preloader-logo{height:32px;width:auto;opacity:0;transform:translateY(12px);animation:preloader-rise .9s var(--ease) .1s forwards}.mdb-preloader-wordmark{font-size:clamp(28px,5vw,52px);font-weight:var(--fw-regular);letter-spacing:-.03em;line-height:1;opacity:0;transform:translateY(16px);animation:preloader-rise .9s var(--ease) .15s forwards}.mdb-preloader-wordmark em{font-style:italic;color:var(--text-muted)}.mdb-preloader-status{min-height:14px;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-secondary);opacity:0;animation:preloader-rise .9s var(--ease) .35s forwards;transition:opacity .3s ease}.mdb-preloader-bottom{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end}.mdb-preloader-track-wrap{display:flex;flex-direction:column;gap:14px}.mdb-preloader-track-label{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted)}.mdb-preloader-track{width:100%;height:1px;background:var(--border-w);overflow:hidden}.mdb-preloader-fill{height:100%;width:0;background:var(--fg);transform-origin:left center;transition:width .12s linear}.mdb-preloader-pct{font-size:clamp(48px,10vw,96px);font-weight:var(--fw-regular);letter-spacing:-.05em;line-height:1;color:var(--text-muted);opacity:.35;font-variant-numeric:tabular-nums;min-width:3ch;text-align:right}@keyframes preloader-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.mdb-preloader{padding:32px 24px}.mdb-preloader-bottom{grid-template-columns:1fr;gap:20px}.mdb-preloader-pct{text-align:left;font-size:40px}}@media (prefers-reduced-motion:reduce){.mdb-preloader-logo,.mdb-preloader-status,.mdb-preloader-wordmark{animation:none;opacity:1;transform:none}.mdb-preloader{transition:none}}