@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#080808;--bg-soft:#0d0d0d;--surface:#111;--surface-hover:#161616;--text:#f5f5f5;--text-muted:#929292;--text-dim:#5f5f5f;--border:#222;--border-light:#2c2c2c;--accent:#b45cff;--accent-light:#c98aff;--accent-soft:#b45cff1a;--accent-border:#b45cff4d;--white:#fff;--black:#000;--sans:"Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono:"DM Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;--container:1180px;--radius:12px;font-family:var(--sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--accent);color:var(--white)}#root{min-height:100vh}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{color:var(--text);letter-spacing:-.04em;font-weight:700}p{color:var(--text-muted);line-height:1.7}.container{width:min(var(--container), calc(100% - 48px));margin-inline:auto}.section{padding:140px 0}.section-header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:64px;display:flex}.section-number{color:var(--accent);font-family:var(--mono);letter-spacing:.08em;margin-bottom:14px;font-size:13px}.section-title{font-size:clamp(40px,6vw,76px);line-height:.95}.section-description{max-width:420px;font-size:15px}.btn{border:1px solid var(--border-light);min-height:48px;color:var(--text);background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 20px;font-size:14px;font-weight:600;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.btn:hover{border-color:var(--accent-border);transform:translateY(-2px)}.btn-primary{border-color:var(--accent);background:var(--accent);color:var(--white)}.btn-primary:hover{border-color:var(--accent-light);background:var(--accent-light)}.btn-secondary{background:0 0}.tag{border:1px solid var(--border);color:var(--text-muted);font-family:var(--mono);letter-spacing:.02em;border-radius:999px;align-items:center;padding:7px 11px;font-size:11px;transition:border-color .18s,color .18s,background .18s;display:inline-flex}.tag:hover{border-color:var(--accent-border);background:var(--accent-soft);color:var(--accent-light)}.divider{background:var(--border);width:100%;height:1px}.grid-background{background-image:linear-gradient(90deg,#ffffff09 1px,#0000 1px),linear-gradient(#ffffff09 1px,#0000 1px);background-size:80px 80px}.glow{position:relative}.glow:before{content:"";z-index:-1;background:var(--accent);opacity:.08;filter:blur(120px);pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#292929;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}@media (width<=768px){.container{width:min(100% - 32px, var(--container))}.section{padding:90px 0}.section-header{margin-bottom:42px;display:block}.section-description{margin-top:20px}}@media (width<=480px){.container{width:calc(100% - 24px)}.section{padding:72px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.container{width:min(var(--container), calc(100% - 32px));max-width:100%}img,svg,video{max-width:100%}@media (width<=768px){.section-header,.hero-content{width:100%}.hero h1{overflow-wrap:break-word;max-width:100%}.services-grid,.projects-grid{width:100%;min-width:0}.service-card,.project-card,.project-info,.project-actions{min-width:0;max-width:100%}.project-info{flex-direction:column}.project-actions{align-items:flex-start;width:100%}.tag-list{max-width:100%}.project-links{flex-wrap:wrap}.contact-box{width:100%;max-width:100%}}@media (width<=480px){.container{width:calc(100% - 24px)}.hero{padding-top:130px}.hero h1{font-size:clamp(44px,14vw,68px)}.section-title{font-size:clamp(38px,12vw,58px)}.project-visual{min-height:220px}.project-visual-title{overflow-wrap:anywhere;font-size:clamp(36px,13vw,60px)}}.app{min-height:100vh;overflow-x:hidden}.navbar{z-index:100;-webkit-backdrop-filter:blur(18px);background:#080808c7;border-bottom:1px solid #ffffff0f;width:100%;position:fixed;top:0;left:0}.navbar-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-weight:800;display:flex}.brand-mark{border:1px solid var(--accent-border);background:var(--accent-soft);width:30px;height:30px;color:var(--accent-light);border-radius:7px;place-items:center;font-size:13px;display:grid}.brand-name{font-size:15px}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:var(--text-muted);font-size:13px;transition:color .18s}.nav-links a:hover{color:var(--text)}.nav-cta{color:var(--text);align-items:center;gap:6px;font-size:13px;font-weight:600;transition:color .18s;display:inline-flex}.nav-cta:hover{color:var(--accent-light)}.hero{border-bottom:1px solid var(--border);align-items:center;min-height:100svh;padding:140px 0 80px;display:flex;position:relative}.hero-inner{z-index:2;position:relative}.hero-content{max-width:900px}.hero-label{color:var(--text-muted);font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:30px;font-size:11px;display:inline-flex}.status-dot{background:#72e6a2;border-radius:50%;width:7px;height:7px;box-shadow:0 0 14px #72e6a299}.hero h1{letter-spacing:-.065em;max-width:950px;font-size:clamp(54px,8vw,108px);line-height:.94}.accent-text{color:var(--accent-light)}.hero-description{max-width:570px;margin-top:34px;font-size:16px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero-meta{gap:70px;margin-top:100px;display:flex}.hero-meta div{flex-direction:column;gap:7px;display:flex}.hero-meta span{color:var(--text-dim);font-family:var(--mono);letter-spacing:.08em;font-size:10px}.hero-meta strong{color:var(--text-muted);font-size:13px;font-weight:500}.hero-glow{z-index:1;background:var(--accent);opacity:.04;filter:blur(100px);pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute;top:35%;right:8%}.services{border-bottom:1px solid var(--border)}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.service-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;min-height:480px;padding:32px;transition:border-color .2s,background .2s;display:flex}.service-card:hover{border-color:var(--accent-border);background:var(--surface-hover)}.service-top{justify-content:space-between;align-items:flex-start;display:flex}.service-number{color:var(--text-dim);font-family:var(--mono);font-size:12px}.service-icon{border:1px solid var(--border-light);width:46px;height:46px;color:var(--accent-light);background:var(--accent-soft);border-radius:10px;place-items:center;display:grid}.service-content{margin-top:auto}.service-content h3{margin-bottom:16px;font-size:clamp(28px,3vw,42px);line-height:1}.service-content p{max-width:500px;margin-bottom:24px;font-size:14px}.tag-list{flex-wrap:wrap;gap:7px;display:flex}.service-link{width:fit-content;color:var(--text-muted);align-items:center;gap:7px;margin-top:36px;font-size:13px;font-weight:600;transition:color .18s;display:inline-flex}.service-link:hover{color:var(--accent-light)}.work{border-bottom:1px solid var(--border)}.work-empty{border:1px dashed var(--border-light);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:40px;display:flex}.work-empty svg{color:var(--accent-light);margin-bottom:20px}.work-empty h3{margin-bottom:10px;font-size:22px}.work-empty p{max-width:480px;font-size:14px}.about{border-bottom:1px solid var(--border)}.about-title{max-width:900px;margin-top:35px;font-size:clamp(64px,10vw,140px);line-height:.86}.about-text{max-width:620px;margin-top:70px;margin-left:auto}.about-text p+p{margin-top:20px}.contact{padding:100px 0}.contact-box{border:1px solid var(--border);border-radius:var(--radius);background:radial-gradient(circle at 80% 20%, #b45cff17, transparent 35%), var(--surface);justify-content:space-between;align-items:flex-end;gap:40px;min-height:400px;padding:50px;display:flex}.contact-box h2{margin-top:25px;font-size:clamp(48px,7vw,92px);line-height:.9}.footer-inner{min-height:90px;color:var(--text-dim);font-family:var(--mono);justify-content:space-between;align-items:center;gap:20px;font-size:10px;display:flex}.footer-inner a{align-items:center;gap:5px;transition:color .18s;display:inline-flex}.footer-inner a:hover{color:var(--accent-light)}@media (width<=768px){.navbar-inner{height:68px}.nav-links{display:none}.hero{min-height:auto;padding:150px 0 80px}.hero h1{font-size:clamp(48px,14vw,76px)}.hero-description{font-size:15px}.hero-meta{flex-wrap:wrap;gap:28px 45px;margin-top:70px}.services-grid{grid-template-columns:1fr}.service-card{min-width:0;min-height:430px;padding:24px}.projects-grid{grid-template-columns:1fr}.project-card-featured{grid-column:span 1}.project-visual{min-height:240px}.project-info{flex-direction:column;gap:24px;min-width:0}.project-info>div{min-width:0;max-width:100%}.project-actions{align-items:flex-start;width:100%;min-width:0}.tag-list{flex-wrap:wrap;gap:7px;width:100%;min-width:0;display:flex}.tag{white-space:normal;overflow-wrap:anywhere;max-width:100%}.project-links{flex-wrap:wrap;width:100%}.about-title{font-size:clamp(58px,17vw,100px)}.about-text{margin-top:50px;margin-left:0}.contact-box{flex-direction:column;align-items:flex-start;min-height:420px;padding:30px}.contact-box .btn{margin-top:auto}.footer-inner{flex-direction:column;justify-content:center;align-items:flex-start;min-height:120px}}@media (width<=480px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.service-card{min-height:400px}.contact-box{padding:24px}.project-visual-title{overflow-wrap:anywhere}}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.project-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:0;transition:border-color .2s,background .2s;overflow:hidden}.project-card:hover{border-color:var(--accent-border);background:var(--surface-hover)}.project-card-featured{grid-column:span 2}.project-visual{background:radial-gradient(circle at 70% 35%,#b45cff29,#0000 35%),#0d0d10;align-items:flex-end;min-height:300px;padding:28px;display:flex;position:relative;overflow:hidden}.project-visual-grid{opacity:.45;background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);background-size:45px 45px;position:absolute;inset:0}.project-number,.project-category{z-index:2;color:var(--text-dim);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;font-size:10px;position:absolute}.project-number{top:24px;left:24px}.project-category{top:24px;right:24px}.project-visual-title{z-index:2;letter-spacing:-.06em;max-width:100%;color:var(--text);overflow-wrap:anywhere;font-size:clamp(40px,7vw,82px);font-weight:700;line-height:.9;position:relative}.project-info{justify-content:space-between;gap:40px;min-width:0;padding:28px;display:flex}.project-info>div:first-child{flex:auto;min-width:0}.project-info h3{letter-spacing:-.03em;margin-bottom:10px;font-size:24px}.project-info p{max-width:520px;font-size:13px;line-height:1.7}.project-actions{flex-direction:column;flex:0 300px;justify-content:space-between;align-items:flex-end;gap:20px;width:min(100%,300px);min-width:0;display:flex}.project-actions .tag-list{flex-wrap:wrap;justify-content:flex-end;gap:7px;width:100%;min-width:0;display:flex}.project-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;width:100%;display:flex}.project-links a{color:var(--text-muted);align-items:center;gap:6px;font-size:12px;font-weight:600;transition:color .18s;display:inline-flex}.project-links a:hover{color:var(--accent-light)}@media (width<=1000px){.project-info{flex-direction:column;gap:24px}.project-actions{flex:none;align-items:flex-start;width:100%}.project-actions .tag-list,.project-links{justify-content:flex-start}}@media (width<=768px){.projects-grid{grid-template-columns:1fr}.project-card-featured{grid-column:span 1}.project-visual{min-height:240px}.project-info{flex-direction:column;gap:24px}.project-actions{align-items:flex-start;width:100%;min-width:0}.project-actions .tag-list{justify-content:flex-start;width:100%}.project-links{flex-wrap:wrap;justify-content:flex-start;width:100%}}@media (width<=480px){.project-visual-title{overflow-wrap:anywhere}}.contact-card{border:1px solid var(--border);border-radius:var(--radius);background:radial-gradient(circle at 80% 20%, #b45cff17, transparent 35%), var(--surface);justify-content:space-between;align-items:flex-end;gap:50px;min-height:440px;padding:50px;display:flex}.contact-title{max-width:800px;margin-top:25px;font-size:clamp(48px,7vw,92px);line-height:.9}.contact-description{max-width:560px;margin-top:24px;font-size:15px}.contact-email{margin-top:30px}.contact-links{flex-direction:column;gap:12px;min-width:180px;display:flex}.contact-links a{border-bottom:1px solid var(--border);color:var(--text-muted);align-items:center;gap:10px;padding:13px 0;font-size:13px;font-weight:600;transition:color .18s,padding-left .18s;display:flex}.contact-links a svg:last-child{margin-left:auto}.contact-links a:hover{color:var(--accent-light);padding-left:6px}.footer{border-top:1px solid var(--border)}.footer-top{grid-template-columns:1.5fr 1fr auto;align-items:center;gap:60px;min-height:220px;display:grid}.footer-brand p{margin-top:16px;font-size:13px;line-height:1.7}.footer-links{flex-direction:column;gap:10px;display:flex}.footer-links a{color:var(--text-muted);font-size:13px;transition:color .18s}.footer-links a:hover{color:var(--accent-light)}.back-to-top{border:1px solid var(--border-light);color:var(--text-muted);background:0 0;border-radius:999px;align-items:center;gap:8px;padding:11px 15px;font-size:12px;transition:border-color .18s,color .18s,transform .18s;display:inline-flex}.back-to-top:hover{border-color:var(--accent-border);color:var(--text);transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--border);min-height:70px;color:var(--text-dim);font-family:var(--mono);justify-content:space-between;align-items:center;gap:20px;font-size:10px;display:flex}.footer-bottom a{color:var(--text-muted);align-items:center;gap:5px;transition:color .18s;display:inline-flex}.footer-bottom a:hover{color:var(--accent-light)}@media (width<=768px){.contact-card{flex-direction:column;align-items:flex-start;min-height:auto;padding:30px}.contact-links{width:100%}.footer-top{grid-template-columns:1fr;gap:35px;padding:50px 0}.footer-bottom{flex-direction:column;justify-content:center;align-items:flex-start;min-height:110px;padding:20px 0}}@media (width<=480px){.contact-card{padding:24px}.contact-title{font-size:clamp(44px,14vw,64px)}.contact-email{width:100%}}
