@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes lscroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes mfade{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@keyframes orbit-a{0%,to{transform:translate(0,0) rotate(0deg)}25%{transform:translate(-16px,-22px) rotate(-2.5deg)}50%{transform:translate(10px,-30px) rotate(1.5deg)}75%{transform:translate(24px,8px) rotate(3deg)}}@keyframes orbit-b{0%,to{transform:translate(0,0) rotate(0deg)}30%{transform:translate(16px,-14px) rotate(2deg)}60%{transform:translate(8px,24px) rotate(-2deg)}80%{transform:translate(-20px,10px) rotate(-3.5deg)}}@keyframes orbit-c{0%,to{transform:translate(0,0) rotate(0deg)}20%{transform:translate(-14px,20px) rotate(-3deg)}55%{transform:translate(20px,-10px) rotate(2.5deg)}80%{transform:translate(-6px,-22px) rotate(-1.5deg)}}@keyframes orbit-d{0%,to{transform:translate(0,0) rotate(0deg)}35%{transform:translate(12px,24px) rotate(3.5deg)}65%{transform:translate(-22px,-8px) rotate(-2deg)}85%{transform:translate(8px,-18px) rotate(1.5deg)}}@keyframes pulse-rec{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,.3)}50%{transform:scale(1.04);box-shadow:0 0 0 16px transparent}}@keyframes ripple-rec{0%{inset:-8px;opacity:1}to{inset:-24px;opacity:0}}@keyframes pop-in{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--bg:#fafafa;--bg2:#f4f4f8;--surface:#f0f0f5;--text:#0c0c14;--text2:#4a4a62;--muted:#8a8aa8;--border:#e4e4ef;--border-s:#c8c8e0;--accent:#5451f5;--accent-l:#ededfe;--teal:#0d9488;--teal-l:#f0fdfa;--orange:#ea580c;--orange-l:#fff7ed;--serif:"Fraunces", Georgia, serif;--sans:"Manrope", system-ui, sans-serif;--r:10px;--r-lg:16px;--sh-md:0 2px 8px rgba(12, 12, 20, 0.08), 0 8px 32px rgba(12, 12, 20, 0.06);--sh-lg:0 4px 24px rgba(12, 12, 20, 0.12), 0 16px 64px rgba(12, 12, 20, 0.08)}html{scroll-behavior:smooth}body{background:var(--white);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.nav-inner,nav{display:flex;align-items:center}nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;padding:0 2rem;transition:background .3s,border-color .3s;border-bottom:1px solid transparent}nav.scrolled{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-color:var(--border)}.nav-inner{width:100%;max-width:1200px;margin:0 auto;justify-content:space-between;gap:2rem}.nav-logo,h1{font-family:var(--serif)}.nav-logo{font-weight:600;font-size:1.35rem;color:var(--text);letter-spacing:-.02em;text-decoration:none;height:40px}.nav-logo img{max-height:100%}.nav-links{display:flex;list-style:none}.nav-links a{color:var(--text2);text-decoration:none;font-size:.875rem;font-weight:500;padding:.4rem .85rem;border-radius:6px;transition:color .15s,background .15s}.nav-links a:hover,.nav-tel:hover{color:var(--text);background:var(--bg)}.nav-right{display:flex;align-items:center;gap:.75rem}.nav-cta,.nav-tel{border:0;font-size:.875rem;cursor:pointer;font-family:var(--sans)}.nav-tel{color:var(--text2);font-weight:500;padding:.4rem .85rem;border-radius:6px;transition:all .15s;background:0 0}.nav-cta{background:var(--text);color:#fff;padding:.5rem 1.1rem;border-radius:8px;font-weight:600;transition:background .15s}.btn-p:hover,.nav-cta:hover{background:#1e1e2e}#hero{padding:160px 2rem 120px;text-align:center;overflow:hidden}.hero-lines{position:absolute;inset:0;pointer-events:none}.hero-lines::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:60px 60px;opacity:.4}.hero-lines::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60%at 50%0,rgba(84,81,245,.06),transparent 70%)}#hero,.hero-in{position:relative}.hero-in{max-width:1200px;margin:0 auto}.kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem;padding:.35rem .85rem;background:var(--accent-l);border-radius:100px;border:1px solid rgba(84,81,245,.15)}.dot{width:5px;height:5px;background:var(--accent);border-radius:50%;animation:blink 2s ease-in-out infinite}h1{font-weight:400;font-size:clamp(2.8rem,6vw,5.5rem);letter-spacing:-.03em;line-height:1.04;max-width:860px;margin:0 auto 1.5rem}.cta-wrap h2 em,.stitle em,h1 em{font-style:italic;color:var(--accent)}.hero-sub{font-size:clamp(1rem,1.8vw,1.15rem);color:var(--text2);max-width:520px;margin:0 auto 2.5rem;line-height:1.75}.hero-btns{display:flex;align-items:center;justify-content:center;gap:.85rem;flex-wrap:wrap}.btn-g,.btn-p{display:inline-flex;align-items:center;gap:.5rem;border-radius:9px;font-size:.9rem;cursor:pointer;font-family:var(--sans);transition:all .2s;text-decoration:none}.btn-p{background:var(--text);color:#fff;border:0;padding:.75rem 1.5rem;font-weight:600}.btn-p:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(12,12,20,.2)}.btn-g{background:0 0;color:var(--text2);border:1px solid var(--border-s);padding:.75rem 1.4rem;font-weight:500}.btn-g:hover{border-color:var(--text);color:var(--text)}.hero-note{margin-top:1.75rem;font-size:.82rem;color:var(--muted);border:1px solid var(--border);padding:.5rem 1.2rem;border-radius:100px;display:inline-block}.hero-note strong{color:var(--teal);font-weight:600}.logos{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.75rem 0}.logos-lbl{text-align:center;font-size:.72rem;color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.5rem}.logos-wrap{mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);overflow:hidden}.logos-track{display:flex;align-items:center;gap:4rem;animation:lscroll 30s linear infinite;width:max-content}.logos-track:hover{animation-play-state:paused}.logo-chip{display:inline-flex;align-items:center;height:36px;flex-shrink:0;cursor:default}.logo-chip img{height:100%;width:auto;max-width:120px;object-fit:contain;filter:grayscale(1) opacity(.4);transition:filter .35s ease}.logo-chip:hover img{filter:grayscale(0) opacity(1)}.wrap{max-width:1200px;margin:0 auto;padding:0 2rem}.sp{padding:100px 0}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.stitle{font-family:var(--serif);font-weight:400;font-size:clamp(1.9rem,4vw,3.2rem);letter-spacing:-.03em;line-height:1.1;margin-bottom:1.25rem}.stitle em{color:var(--text2)}.slead{color:var(--text2);font-size:1.05rem;max-width:540px;line-height:1.75}#philosophy,.phi-card:hover{background:var(--bg)}.phi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-top:3.5rem}.phi-card{background:var(--white);padding:2.5rem 2rem;cursor:pointer;transition:background .2s}.phi-card h3,.phi-n{font-family:var(--serif);font-size:2.5rem;font-weight:300;letter-spacing:-.05em;margin-bottom:1.5rem;line-height:1}.phi-n.g{color:var(--teal)}.phi-n.r{color:#dc2626}.phi-n.a{color:#d97706}.phi-lbl{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.phi-lbl.g{color:var(--teal)}.phi-lbl.r{color:#dc2626}.phi-lbl.a{color:#d97706}.phi-card h3{font-weight:400;font-size:1.2rem;letter-spacing:-.02em;line-height:1.3;margin-bottom:.75rem}.phi-bottom p,.phi-card p{color:var(--text2);font-size:.87rem;line-height:1.65}.phi-tag{margin-top:1.25rem;font-size:.75rem;font-weight:600;padding:.25rem .7rem;border-radius:100px;display:inline-block;border:1px solid transparent}.phi-tag.g{background:var(--teal-l);color:var(--teal);border-color:rgba(13,148,136,.2)}.phi-tag.r{background:#fef2f2;color:#dc2626;border-color:rgba(220,38,38,.2)}.phi-tag.a{background:#fffbeb;color:#d97706;border-color:rgba(217,119,6,.2)}.phi-bottom{margin-top:1.5rem;padding:2rem;background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.phi-bottom p{font-size:.95rem;max-width:560px}.metrics{border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr)}.metric{padding:2.5rem 2rem;border-right:1px solid var(--border);text-align:center}.metric:last-child{border-right:none}.metric-n{font-family:var(--serif);font-weight:400;font-size:2.8rem;letter-spacing:-.05em;color:var(--text);line-height:1}.metric-l{color:var(--muted);font-size:.82rem;margin-top:.5rem;line-height:1.4}.srv-list{margin-top:3.5rem;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.srv-row{display:grid;grid-template-columns:60px 1fr auto;align-items:stretch;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s}.srv-row:last-child{border-bottom:none}#process,#projects,.srv-row:hover{background:var(--bg)}.srv-idx{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border);font-family:var(--serif);font-size:.85rem;color:var(--muted);font-weight:300;padding:1.5rem}.srv-body{padding:1.75rem 2rem}.srv-name{font-family:var(--serif);font-weight:400;font-size:1.15rem;letter-spacing:-.02em;margin-bottom:.4rem}.srv-desc{color:var(--text2);font-size:.875rem;line-height:1.6;max-width:520px}.srv-tools{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.85rem}.srv-arr,.srv-pill{color:var(--muted);font-weight:500}.srv-pill{font-size:.72rem;border:1px solid var(--border);border-radius:100px;padding:.18rem .6rem}.srv-arr{display:flex;align-items:center;padding:1.5rem 1.75rem;border-left:1px solid var(--border);font-size:.78rem;gap:.4rem;white-space:nowrap;transition:color .15s}.srv-row:hover .srv-arr,.stag.ia{color:var(--accent)}.stag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:.18rem .6rem;border-radius:100px;margin-bottom:.5rem}.stag.ia{background:var(--accent-l)}.stag.ds{background:#fdf4ff;color:#9333ea}.stag.at{background:var(--orange-l);color:var(--orange)}.stag.pd{background:var(--teal-l);color:var(--teal)}.dsplit{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-top:3.5rem}.dcol{background:var(--white);padding:3rem 2.5rem}.dbody,.dquote{margin-bottom:1.5rem}.dquote{font-family:var(--serif);font-style:italic;font-size:1.35rem;color:var(--text);line-height:1.4;font-weight:300;letter-spacing:-.02em;padding:0;border:0}.dbody{color:var(--text2);font-size:.9rem;line-height:1.75}.dex-list{display:flex;flex-direction:column}.dex{display:flex;align-items:center;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--border)}.dex:last-child{border-bottom:none}.dex-ico,.proj-grid{border:1px solid var(--border)}.dex-ico{width:36px;height:36px;border-radius:8px;background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.dex h4{font-size:.875rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.15rem}.dex p{font-size:.8rem;color:var(--muted);line-height:1.4}.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--r-lg);overflow:hidden}.proj-card{background:var(--white);position:relative;overflow:hidden;cursor:pointer;aspect-ratio:4/3}.proj-card:hover .proj-ov{opacity:1}.proj-card:hover .proj-img{transform:scale(1.04)}.proj-img,.t-photo img{width:100%;height:100%;object-fit:cover;display:block}.proj-img{transition:transform .5s;background:var(--bg2)}.proj-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--bg2),var(--surface));font-family:var(--serif);font-style:italic;color:var(--muted);font-size:1.1rem}.proj-ov{position:absolute;inset:0;background:rgba(12,12,20,.75);opacity:0;transition:opacity .3s;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem}.proj-ov-name{color:#fff;font-family:var(--serif);font-size:1.15rem;font-weight:400;margin-bottom:.35rem}.proj-ov-tag{color:rgba(255,255,255,.6);font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.proj-ov-arr{position:absolute;top:1.25rem;right:1.25rem;color:#fff;font-size:1.2rem}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.t-photo,.team-card{border:1px solid var(--border)}.team-card{border-radius:var(--r-lg);padding:1.5rem;background:var(--white);transition:box-shadow .2s,transform .2s;cursor:pointer;display:flex;gap:1.25rem;align-items:flex-start}.team-card:hover{box-shadow:var(--sh-md);transform:translateY(-3px)}.t-photo{flex-shrink:0;width:88px;height:108px;border-radius:8px;overflow:hidden;background:var(--bg2)}.t-photo img{object-position:top center;filter:grayscale(100%);transition:filter .45s ease}.team-card:hover .t-photo img{filter:grayscale(0%)}.t-info{flex:1;min-width:0}.t-av,.t-name{font-family:var(--serif);font-size:1.1rem}.t-av{width:100%;height:100%;border-radius:0;background:var(--bg2);display:none;align-items:center;justify-content:center;color:var(--text2)}.t-name{font-weight:400;letter-spacing:-.02em;margin-bottom:.25rem}.t-role{font-size:.8rem;font-weight:600;color:var(--accent);letter-spacing:.07em;text-transform:uppercase;margin-bottom:.85rem}.t-bio{color:var(--text2);font-size:.855rem;line-height:1.65}.t-exp{display:inline-block;margin-top:1rem;font-size:.75rem;font-weight:600;color:var(--muted);background:var(--bg);border:1px solid var(--border);padding:.2rem .65rem;border-radius:100px}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}.rev-card{border:1px solid var(--border);border-radius:var(--r-lg);padding:1.75rem;background:var(--white)}.stars{display:flex;gap:2px;margin-bottom:1rem;font-size:.9rem}.rev-q{font-family:var(--serif);font-style:italic;font-size:1rem;color:var(--text);line-height:1.7;margin-bottom:1.25rem;font-weight:300;padding:0;border:0}.rev-name{font-style:normal}.rev-av,.rev-row{display:flex;align-items:center}.rev-row{gap:.75rem;border-top:1px solid var(--border);padding-top:1rem}.rev-av{width:36px;height:36px;border-radius:50%;background:var(--bg2);justify-content:center;font-size:.82rem;font-weight:600;color:var(--text2);flex-shrink:0;border:1px solid var(--border)}.rev-name{font-weight:600;font-size:.88rem}.rev-src{font-size:.75rem;color:var(--muted)}.g-logo{font-weight:800;font-size:.8rem;background:linear-gradient(135deg,#4285f4,#ea4335 40%,#fbbc04 70%,#34a853);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.proc-cols{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:3.5rem}.step{display:grid;grid-template-columns:40px 1fr;gap:1.25rem;padding:1.75rem 0;border-bottom:1px solid var(--border)}.step:last-child{border-bottom:none}.step-n,.step-title{font-family:var(--serif)}.step-n{font-size:1rem;color:var(--muted);font-weight:300;padding-top:.1rem}.step-title{font-weight:400;font-size:1.05rem;letter-spacing:-.02em;margin-bottom:.4rem}.step-desc{color:var(--text2);font-size:.875rem;line-height:1.65}.cs{border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;background:var(--white);position:sticky;top:90px}.cs-ey{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.cs-title{font-family:var(--serif);font-weight:400;font-size:1.15rem;letter-spacing:-.02em;margin-bottom:.75rem}.cs-desc{color:var(--text2);font-size:.875rem;line-height:1.65;margin-bottom:1.5rem}.cs-line,.cs-res{display:flex;gap:.6rem}.cs-res{flex-direction:column}.cs-line{align-items:baseline;font-size:.875rem}.cs-ok{color:var(--teal);flex-shrink:0}.cs-v{font-weight:600;color:var(--text)}.cs-l{color:var(--muted)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-top:3.5rem}.faq-item{border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.faq-item:nth-child(even){border-right:none}.faq-item:nth-last-child(-n+2){border-bottom:none}.cta-wrap h2,.faq-q{font-family:var(--serif);font-weight:400}.faq-q{padding:1.75rem;cursor:pointer;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;font-size:1rem;letter-spacing:-.015em;line-height:1.4;transition:background .15s;user-select:none}.faq-q:hover{background:var(--bg)}.faq-item.open .faq-q{color:var(--accent)}.faq-chev{width:20px;height:20px;flex-shrink:0;color:var(--muted);transition:transform .3s,color .2s;margin-top:.1rem}.faq-item.open .faq-chev{transform:rotate(180deg);color:var(--accent)}.faq-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-body{max-height:300px}.faq-body p{padding:0 1.75rem 1.75rem;color:var(--text2);font-size:.875rem;line-height:1.75}.cta-wrap,.faq-body p,footer{border-top:1px solid var(--border)}.cta-wrap{padding:100px 0;text-align:center;background:var(--bg)}.cta-wrap h2{font-size:clamp(2rem,4.5vw,3.2rem);letter-spacing:-.03em;max-width:620px;margin:0 auto 1.25rem;line-height:1.1}.cta-note{margin-top:1.25rem;font-size:.8rem;color:var(--muted);font-style:italic}.cta-note strong{color:var(--teal);font-style:normal}footer{padding:2.5rem 2rem}.f-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.f-logo{font-family:var(--serif);font-weight:400;font-size:1.2rem;color:var(--text);letter-spacing:-.02em}.f-links{display:flex;gap:1.5rem;list-style:none}.f-links a{color:var(--muted);text-decoration:none;font-size:.85rem;transition:color .15s}.f-links a:hover{color:var(--text)}.f-copy{font-size:.8rem;color:var(--muted);font-style:normal}.modal-bg{display:none;position:fixed;inset:0;z-index:1000;background:rgba(12,12,20,.5);align-items:center;justify-content:center;padding:2rem}.modal-bg.open{display:flex}.m-head,.modal-box{background:var(--white)}.modal-box{border-radius:var(--r-lg);width:100%;max-width:680px;max-height:88vh;overflow-y:auto;box-shadow:var(--sh-lg);animation:mfade .2s ease}.m-head{position:sticky;top:0;padding:1.25rem 1.75rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);z-index:10}.m-tag{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}.m-close{width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .15s;font-size:1rem;font-family:var(--sans)}.m-close:hover{color:var(--text)}.m-body{padding:2rem 1.75rem 2.5rem}.m-title{font-family:var(--serif);font-weight:400;font-size:1.7rem;letter-spacing:-.03em;margin-bottom:.75rem;line-height:1.15}.m-lead{color:var(--text2);font-size:.95rem;line-height:1.75;margin-bottom:2rem}.m-section{margin-bottom:1.75rem}.m-sec-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.85rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.m-list,.m-list li{display:flex;gap:.6rem}.m-list{flex-direction:column;list-style:none}.m-list li{align-items:baseline;font-size:.9rem;color:var(--text2);line-height:1.5}.m-list li::before{content:"—";color:var(--border-s);flex-shrink:0;font-size:.75rem}.m-tools{display:flex;flex-wrap:wrap;gap:.4rem}.m-tool{font-size:.78rem;padding:.28rem .7rem;border:1px solid var(--border);border-radius:100px;color:var(--text2);font-weight:500}.m-imgs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.m-img{width:100%;border-radius:10px;background:var(--bg2);aspect-ratio:16/9;object-fit:cover;border:1px solid var(--border)}.m-proj-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.m-proj-item{border:1px solid var(--border);border-radius:10px;padding:1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:background .15s}.m-close:hover,.m-proj-item:hover{background:var(--bg)}@media (max-width:900px){.nav-links{display:none}.dsplit,.phi-grid{grid-template-columns:1fr}.metrics,.team-grid{grid-template-columns:1fr 1fr}.metric:nth-child(2){border-right:none}.metric:nth-child(3){border-bottom:1px solid var(--border)}.faq-grid,.proc-cols,.rev-grid{grid-template-columns:1fr}.faq-item{border-right:none}.faq-item:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.proj-grid{grid-template-columns:1fr 1fr}.srv-arr{display:none}.srv-row{grid-template-columns:60px 1fr}.m-imgs,.m-proj-grid{grid-template-columns:1fr}}@media (max-width:600px){.metrics,.proj-grid,.team-grid{grid-template-columns:1fr}.metric{border-right:none;border-bottom:1px solid var(--border)}.hero-btns{flex-direction:column;align-items:stretch}.btn-g,.btn-p{justify-content:center}}.hero-floater{position:absolute;pointer-events:none;z-index:3;will-change:transform;transform:translate(var(--mx, 0px),var(--my, 0px)) scale(var(--d-scale, 1));opacity:var(--d-opacity, 1);filter:blur(var(--d-blur, 0px));transition:transform .14s cubic-bezier(.23,1,.32,1)}.hero-floater-inner{display:flex;align-items:center;gap:7px;padding:7px 14px 7px 8px;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.07);border-radius:100px;box-shadow:0 2px 20px rgba(12,12,20,.1),0 1px 4px rgba(12,12,20,.06);font-family:var(--sans);font-size:12px;font-weight:600;color:var(--text);white-space:nowrap;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hero-floater-icon{width:22px;height:22px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}@media (max-width:1180px){.hero-floater{display:none}}.voice-recorder{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.voice-intro{text-align:center;color:var(--text2);font-size:.92rem;line-height:1.7}.voice-rec-zone{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.voice-btn-rec{width:96px;height:96px;border-radius:50%;border:3px solid var(--border-s);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.voice-btn-rec::before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid transparent;transition:all .3s}.voice-btn-rec:hover{border-color:var(--accent);transform:scale(1.05);box-shadow:0 0 0 8px rgba(84,81,245,.08)}.voice-btn-rec.recording{border-color:#ef4444;background:#fef2f2;animation:pulse-rec 1.5s ease-in-out infinite}.voice-btn-rec.recording::before{border-color:rgba(239,68,68,.2);animation:ripple-rec 1.5s ease-out infinite}.voice-btn-rec svg{transition:all .2s}.voice-btn-rec.recording svg,.voice-timer.recording{color:#ef4444}.voice-form input,.voice-timer{font-family:var(--sans);color:var(--text)}.voice-timer{font-size:1.5rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.04em;min-height:2rem}.voice-hint{font-size:.8rem;color:var(--muted)}.voice-wave{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:3px;opacity:0;transition:opacity .3s}.voice-wave.active{opacity:1}.voice-wave-bar{width:4px;border-radius:4px;background:var(--accent);height:8px;transition:height .1s ease}.voice-preview{width:100%;display:none;flex-direction:column;align-items:center;gap:1rem;animation:mfade .3s ease}.voice-preview.show{display:flex}.voice-player-wrap{width:100%;background:var(--bg2);border-radius:var(--r);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem}.voice-play-btn{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.voice-play-btn:hover{transform:scale(1.08)}.voice-progress-wrap{flex:1;height:6px;background:var(--border);border-radius:3px;cursor:pointer;position:relative}.voice-progress-bar{height:100%;background:var(--accent);border-radius:3px;width:0%;transition:width .1s linear}.voice-duration{font-size:.8rem;color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0}.voice-actions{display:flex;gap:.5rem;width:100%}.voice-actions button{flex:1}.voice-form{width:100%;display:none;flex-direction:column;gap:.75rem;animation:mfade .3s ease}.voice-form.show{display:flex}.voice-form label{font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:-.25rem}.voice-form input{width:100%;padding:.7rem 1rem;border:1px solid var(--border-s);border-radius:8px;font-size:.9rem;background:var(--white);transition:border-color .2s;box-sizing:border-box}.voice-form input:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 3px rgba(84,81,245,.1)}.voice-form input::placeholder{color:var(--muted)}.voice-form input.invalid{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.voice-field-error{font-size:.78rem;color:#ef4444;min-height:0;margin-top:-.25rem;display:none}.voice-field-error.show{display:block}.voice-send-btn{margin-top:.5rem;width:100%;justify-content:center}.voice-success{display:none;flex-direction:column;align-items:center;gap:1rem;text-align:center;animation:mfade .3s ease;padding:2rem 0}.voice-sending.show,.voice-success.show{display:flex}.voice-success-icon{width:72px;height:72px;border-radius:50%;background:#f0fdf4;display:flex;align-items:center;justify-content:center;animation:pop-in .4s cubic-bezier(.34,1.56,.64,1)}.voice-sending{display:none;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0}.voice-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}