*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:64px}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}:root{--font-display:"Archivo",system-ui,sans-serif;--font-body:"IBM Plex Sans",system-ui,sans-serif;--font-mono:"IBM Plex Mono",ui-monospace,monospace;--bg:#f4f6f7;--surface:#fff;--surface-2:#edf1f3;--ink:#13191e;--ink-soft:#39454e;--muted:#69757e;--line:#e1e7ea;--line-strong:#cdd6db;--accent:#2e7e97;--accent-press:#246376;--accent-soft:#e5f0f3;--accent-ink:#fff;--accent-glow:#2e7e972e;--grid-line:#2e7e971a;--shadow-sm:0 1px 2px #13191e0f,0 2px 8px #13191e0d;--shadow-md:0 4px 12px #13191e14,0 18px 40px -16px #13191e2e;--shadow-lg:0 8px 24px #13191e1a,0 40px 80px -28px #13191e47;--radius:8px;--radius-sm:5px;--radius-lg:16px;--maxw:1200px;--header-h:72px;--logo-filter:none}[data-theme=dark]{--bg:#0d1216;--surface:#151d23;--surface-2:#1c262d;--ink:#eef3f5;--ink-soft:#c0ccd2;--muted:#88959e;--line:#26313a;--line-strong:#33414b;--accent:#5fb6ce;--accent-press:#7cc6da;--accent-soft:#13262e;--accent-ink:#06141a;--accent-glow:#5fb6ce38;--grid-line:#5fb6ce17;--shadow-sm:0 1px 2px #0006;--shadow-md:0 6px 18px #00000073,0 24px 50px -18px #0009;--shadow-lg:0 10px 30px #00000080,0 48px 90px -30px #000000b3;--logo-filter:none}[data-theme=blueprint]{--bg:#0a1b33;--surface:#0f244a;--surface-2:#143058;--ink:#eaf2ff;--ink-soft:#bfd4f0;--muted:#8aa6cf;--line:#1e3a66;--line-strong:#2b4d80;--accent:#56d2e8;--accent-press:#7ee0f1;--accent-soft:#0e2f52;--accent-ink:#04121f;--accent-glow:#56d2e840;--grid-line:#78b4eb24;--shadow-sm:0 1px 2px #0006;--shadow-md:0 6px 18px #00000080,0 24px 50px -18px #020a19b3;--shadow-lg:0 10px 30px #0000008c,0 48px 90px -30px #020a19cc;--logo-filter:none}.eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.55em;font-size:.72rem;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);opacity:.7;width:22px;height:1px}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);text-wrap:balance;font-weight:800;line-height:1.04}.display{letter-spacing:-.035em;font-size:clamp(2.6rem,7vw,5rem);font-weight:900}.h2{font-size:clamp(2rem,4.4vw,3.2rem)}.h3{letter-spacing:-.02em;font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:700}.lead{color:var(--ink-soft);text-wrap:pretty;font-size:clamp(1.05rem,1.7vw,1.3rem);font-weight:400;line-height:1.55}.muted{color:var(--muted)}.wrap{max-width:var(--maxw);width:100%;margin:0 auto;padding:0 24px}section{position:relative}.section-pad{padding:clamp(64px,9vw,128px) 0}.sec-head{max-width:680px;margin-bottom:clamp(36px,5vw,60px)}.sec-head .h2{margin:14px 0 0}.sec-head .lead{margin-top:18px}.center{text-align:center;margin-left:auto;margin-right:auto}.btn{font-family:var(--font-body);border-radius:var(--radius);white-space:nowrap;justify-content:center;align-items:center;gap:.55em;padding:.85em 1.5em;font-size:.98rem;font-weight:600;line-height:1;transition:transform .15s,background .2s,box-shadow .2s,border-color .2s;display:inline-flex}.btn svg{flex:none;width:1.1em;height:1.1em}.btn-primary{background:var(--accent);color:var(--accent-ink);box-shadow:0 1px #0000000d}.btn-primary:hover{background:var(--accent-press);box-shadow:0 10px 24px -8px var(--accent-glow);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:var(--ink);border:1px solid var(--line-strong);background:0 0}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.btn-light{background:var(--surface);color:var(--ink);border:1px solid var(--line)}.btn-light:hover{border-color:var(--accent);color:var(--accent)}.btn-lg{padding:1.05em 1.9em;font-size:1.05rem}.btn-block{width:100%}.header{z-index:90;height:var(--header-h);border-bottom:1px solid #0000;align-items:center;transition:background .3s,box-shadow .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.header.scrolled{background:color-mix(in srgb,var(--surface) 86%,transparent);backdrop-filter:saturate(1.4)blur(14px);border-color:var(--line);box-shadow:var(--shadow-sm)}.header .wrap{justify-content:space-between;align-items:center;gap:20px;display:flex}.brand{flex:none;align-items:center;gap:11px;display:flex}.brand img{width:auto;height:38px;filter:var(--logo-filter)}.brand .logo-light,[data-theme=dark] .brand .logo-dark,[data-theme=blueprint] .brand .logo-dark{display:none}[data-theme=dark] .brand .logo-light,[data-theme=blueprint] .brand .logo-light{display:block}.brand .bmark{width:34px;height:34px}.nav{align-items:center;gap:4px;display:flex}.nav a{color:var(--ink-soft);border-radius:var(--radius-sm);padding:.5em .8em;font-size:.93rem;font-weight:500;transition:color .15s,background .15s;position:relative}.nav a:hover{color:var(--accent);background:var(--accent-soft)}.header-actions{align-items:center;gap:10px;display:flex}.lang-tog{font-family:var(--font-mono);border:1px solid var(--line-strong);border-radius:var(--radius-sm);font-size:.72rem;font-weight:600;display:flex;overflow:hidden}.lang-tog a{color:var(--muted);letter-spacing:.04em;padding:.42em .62em;transition:all .15s;display:inline-block}.lang-tog a.on{background:var(--accent);color:var(--accent-ink)}.burger{border:1px solid var(--line-strong);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:none}.burger span{background:var(--ink);border-radius:2px;width:18px;height:2px;transition:all .25s}.burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.drawer{z-index:88;background:var(--surface);padding:calc(var(--header-h) + 24px) 24px 32px;visibility:hidden;flex-direction:column;transition:transform .32s cubic-bezier(.4,0,.1,1);display:flex;position:fixed;inset:0;transform:translate(100%)}.drawer.open{visibility:visible;transform:translate(0)}.drawer a{font-family:var(--font-display);border-bottom:1px solid var(--line);color:var(--ink);padding:.5em 0;font-size:1.6rem;font-weight:700}.drawer a:active{color:var(--accent)}.drawer .drawer-cta{flex-direction:column;gap:12px;margin-top:auto;padding-top:24px;display:flex}.hero{padding-top:calc(var(--header-h) + clamp(40px,7vw,84px));padding-bottom:clamp(56px,8vw,104px);position:relative;overflow:hidden}.hero-grid-bg{z-index:0;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px), linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:46px 46px;position:absolute;inset:0;mask-image:radial-gradient(120% 90% at 80% 0,#000 30%,#0000 72%)}.hero .wrap{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(32px,5vw,72px);display:grid;position:relative}.hero-copy{max-width:600px}.hero h1{margin:22px 0 0}.hero .lead{max-width:520px;margin-top:22px}.hero-cta{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero-trust{font-family:var(--font-mono);color:var(--muted);flex-wrap:wrap;gap:8px 26px;margin-top:34px;font-size:.8rem;display:flex}.hero-trust span{align-items:center;gap:.5em;display:inline-flex}.hero-trust b{color:var(--ink);font-weight:600;font-family:var(--font-body)}.dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.hero-photo{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);aspect-ratio:4/5;background:var(--surface);border:1px solid var(--line);position:relative;overflow:hidden}.hero-photo img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.hero-photo:hover img{transform:scale(1.03)}.hero-photo:after{content:"";border-radius:var(--radius-lg);pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff14}.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.stats .wrap{grid-template-columns:repeat(4,1fr);display:grid}.stat{text-align:center;border-right:1px solid var(--line);padding:clamp(28px,4vw,44px) 20px}.stat:last-child{border-right:none}.stat .num{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);font-size:clamp(2rem,4vw,3rem);font-weight:900;line-height:1}.stat .num .u{color:var(--accent)}.stat .lbl{color:var(--muted);margin-top:8px;font-size:.86rem;font-weight:500}.svc-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.svc-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.svc-card:hover{box-shadow:var(--shadow-md);border-color:var(--line-strong);transform:translateY(-4px)}.svc-num{font-family:var(--font-mono);color:var(--muted);letter-spacing:.1em;font-size:.78rem;position:absolute;top:18px;right:22px}.svc-ico{background:var(--accent-soft);width:56px;height:56px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:22px;display:flex}.svc-ico svg{width:28px;height:28px}.svc-card .h3{margin-bottom:10px}.svc-card p{color:var(--ink-soft);font-size:.96rem}.svc-tags{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.tag{font-family:var(--font-mono);color:var(--muted);border:1px solid var(--line);background:var(--bg);border-radius:99px;padding:.34em .7em;font-size:.72rem}.svc-card .more{color:var(--accent);align-items:center;gap:.4em;margin-top:20px;font-size:.9rem;font-weight:600;display:inline-flex}.svc-card .more svg{width:1em;height:1em;transition:transform .2s}.svc-card:hover .more svg{transform:translate(4px)}.cap{background:var(--surface);border-top:1px solid var(--line)}.cap-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,5vw,72px);display:grid}.cap-list{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cap-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--bg);align-items:flex-start;gap:14px;padding:16px;transition:all .2s;display:flex}.cap-item:hover{border-color:var(--accent);background:var(--accent-soft)}.cap-item .ci-ico{background:var(--accent-soft);width:38px;height:38px;color:var(--accent);border-radius:9px;flex:none;justify-content:center;align-items:center;display:flex}.cap-item .ci-ico svg{width:20px;height:20px}.cap-item h4{font-family:var(--font-display);letter-spacing:-.01em;font-size:1rem;font-weight:700}.cap-item p{color:var(--muted);font-size:.82rem;font-family:var(--font-mono);margin-top:2px}.cap-visual{aspect-ratio:4/3;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface-2);position:relative;overflow:hidden}.gallery{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.proj{border-radius:var(--radius-lg);aspect-ratio:4/3;border:1px solid var(--line);cursor:pointer;background:var(--surface-2);position:relative;overflow:hidden}.proj.big{aspect-ratio:auto;grid-area:span 2/span 2}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,5vw,72px);display:grid}.about-visual{aspect-ratio:1;border-radius:var(--radius-lg);border:1px solid var(--line);background:var(--surface-2);position:relative;overflow:hidden}.about-points{flex-direction:column;gap:18px;margin-top:28px;display:flex}.about-point{gap:14px;display:flex}.about-point .ap-ico{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.about-point .ap-ico svg{width:20px;height:20px}.about-point h4{font-size:1.05rem;font-weight:700;font-family:var(--font-display)}.about-point p{color:var(--ink-soft);margin-top:3px;font-size:.92rem}.clients .wrap{text-align:center}.client-grid{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:repeat(4,1fr);gap:0;margin-top:32px;display:grid;overflow:hidden}.client-cell{aspect-ratio:16/9;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);justify-content:center;align-items:center;padding:20px;transition:all .25s;display:flex}.client-cell:hover{background:var(--bg)}.client-cell img{object-fit:contain;filter:grayscale()contrast(1.05);opacity:.7;mix-blend-mode:multiply;width:auto;max-width:75%;height:auto;max-height:56px;transition:all .3s}.client-cell:hover img{filter:grayscale(0)contrast();opacity:1}.social-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:24px;display:grid}.ig-head,.li-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.ig-handle{align-items:center;gap:12px;display:flex}.ig-avatar{color:#fff;background:linear-gradient(45deg,#f9ce34,#ee2a7b 45%,#6228d7);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.ig-avatar svg{width:24px;height:24px}.ig-handle .h{font-weight:700;font-family:var(--font-display)}.ig-handle .s{color:var(--muted);font-size:.82rem;font-family:var(--font-mono)}.ig-feed{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ig-tile{aspect-ratio:1;border-radius:var(--radius-sm);border:1px solid var(--line);position:relative;overflow:hidden}.ig-tile .ig-hover{color:#fff;opacity:0;font-family:var(--font-mono);background:#080e128c;justify-content:center;align-items:center;gap:14px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex;position:absolute;inset:0}.ig-tile:hover .ig-hover{opacity:1}.li-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.li-post{border-bottom:1px solid var(--line);padding:16px 0}.li-post:last-child{border-bottom:none;padding-bottom:0}.li-post:first-child{padding-top:0}.li-top{align-items:center;gap:11px;margin-bottom:10px;display:flex}.li-logo{color:#fff;width:36px;height:36px;font-weight:800;font-family:var(--font-display);background:#0a66c2;border-radius:8px;justify-content:center;align-items:center;display:flex}.li-top .h{font-size:.92rem;font-weight:700}.li-top .s{color:var(--muted);font-size:.76rem;font-family:var(--font-mono)}.li-post p{color:var(--ink-soft);font-size:.9rem}.li-post .li-meta{color:var(--muted);font-size:.78rem;font-family:var(--font-mono);gap:16px;margin-top:10px;display:flex}.faq-list{border-top:1px solid var(--line);max-width:820px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line)}.faq-q{text-align:left;width:100%;font-family:var(--font-display);color:var(--ink);justify-content:space-between;align-items:center;gap:20px;padding:22px 4px;font-size:clamp(1.02rem,1.8vw,1.18rem);font-weight:700;display:flex}.faq-q .pm{border:1px solid var(--line-strong);width:30px;height:30px;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;transition:all .25s;display:flex}.faq-q .pm svg{width:16px;height:16px;transition:transform .25s}.faq-item.open .pm{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}.faq-item.open .pm svg{transform:rotate(45deg)}.faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.faq-item.open .faq-a{max-height:320px}.faq-a p{color:var(--ink-soft);max-width:680px;padding:0 4px 24px;font-size:.98rem}.contact{background:var(--surface);border-top:1px solid var(--line)}.contact-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:clamp(32px,5vw,72px);display:grid}.info-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-lg);padding:26px}.info-item{border-bottom:1px solid var(--line);gap:14px;padding:14px 0;display:flex}.info-item:last-child{border-bottom:none;padding-bottom:0}.info-item:first-child{padding-top:0}.info-item .ii-ico{background:var(--accent-soft);width:42px;height:42px;color:var(--accent);border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.info-item .ii-ico svg{width:20px;height:20px}.info-item .k{color:var(--muted);font-size:.76rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em}.info-item .v{color:var(--ink);margin-top:2px;font-size:.96rem;font-weight:500}.info-item a.v:hover{color:var(--accent)}.map-card{border-radius:var(--radius-lg);border:1px solid var(--line);height:100%;min-height:280px;position:relative;overflow:hidden}.map-card iframe{border:0;width:100%;height:100%;display:block}.footer{background:var(--ink);color:#c7d2d9;padding:clamp(48px,6vw,80px) 0 28px}[data-theme=dark] .footer,[data-theme=blueprint] .footer{background:#070c10}.footer-top{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:40px;display:grid}.footer .f-brand img{filter:brightness(0)invert();height:40px;margin-bottom:16px}.footer .f-brand p{color:#8c9aa3;max-width:280px;font-size:.9rem}.footer h5{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:#6e7c85;margin-bottom:16px;font-size:.74rem;font-weight:500}.footer ul{flex-direction:column;gap:11px;display:flex}.footer ul a{color:#c7d2d9;font-size:.92rem;transition:all .15s}.footer ul a:hover{color:var(--accent)}.f-social{gap:10px;margin-top:18px;display:flex}.f-social a{color:#c7d2d9;border:1px solid #ffffff24;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.f-social a:hover{background:var(--accent);color:var(--accent-ink);border-color:var(--accent);transform:translateY(-2px)}.f-social svg{width:19px;height:19px}.footer-bottom{color:#7a8891;font-size:.82rem;font-family:var(--font-mono);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.mobile-cta{z-index:80;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(12px);border-top:1px solid var(--line);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1);transform:translateY(22px)}.reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}@media (width<=1024px){.hero .wrap{grid-template-columns:1fr;gap:40px}.hero-copy{max-width:640px}.social-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=860px){.nav,.header .lang-tog{display:none}.burger{display:flex}.svc-grid,.cap-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.proj.big{aspect-ratio:4/3;grid-area:auto/span 2}.client-grid{grid-template-columns:repeat(3,1fr)}.stats .wrap{grid-template-columns:1fr 1fr}.stat:nth-child(2n){border-right:none}.stat:first-child,.stat:nth-child(2){border-bottom:1px solid var(--line)}}@media (width<=560px){.wrap{padding:0 18px}.cap-list{grid-template-columns:1fr}.gallery{grid-template-columns:1fr;gap:14px}.proj.big{grid-column:auto}.client-grid{grid-template-columns:repeat(2,1fr)}.ig-feed{grid-template-columns:repeat(3,1fr)}.mobile-cta{display:block}body{padding-bottom:74px}.footer-top{grid-template-columns:1fr}.hero-cta .btn{flex:1}}
