:root{--header-height:64px;--text:#9ca3af;--text-h:#f5f5f5;--bg:#0a0a0a;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Anka Coder", system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}#social .button-icon{filter:invert()brightness(2)}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}@font-face{font-family:Zector;src:url(/assets/fonts/Zector.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}.header{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:100;background:#fff9;border-bottom:1px solid #ffffff4d;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 24px #00000014}.header-title{letter-spacing:.2em;color:#1a1a1a;white-space:nowrap;font-family:Zector,sans-serif;font-size:40px;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.header-feedback-btn{font:inherit;letter-spacing:.02em;text-transform:uppercase;color:#1a1a1a;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #1a1a1a;border-radius:20px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:background .2s,color .2s}.header-feedback-btn:hover{color:#fff;background:#1a1a1a}.burger-btn{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:space-between;width:24px;height:18px;padding:0;display:flex}@media (width<=640px){.header{padding:0 16px}.header-title{font-size:14px}.header-feedback-btn{padding:6px 10px;font-size:11px}}.burger-line{background:#1a1a1a;border-radius:1px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.burger-overlay{z-index:150;opacity:0;background:#00000080;transition:opacity .6s cubic-bezier(.65,0,.35,1);position:fixed;inset:0}.burger-overlay--visible{opacity:1}.burger-menu{z-index:160;background:#fff;flex-direction:column;width:320px;max-width:85vw;padding:100px 32px 48px;transition:transform .6s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 40px #0000001a}.burger-menu--visible{transform:translate(0)}.burger-nav{flex-direction:column;flex:1;justify-content:center;display:flex}.burger-menu-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.burger-menu-item{opacity:0;animation:.4s forwards slideIn;transform:translate(-20px)}.burger-menu-item:first-child{animation-delay:.1s}.burger-menu-item:nth-child(2){animation-delay:.15s}.burger-menu-item:nth-child(3){animation-delay:.2s}.burger-menu-item:nth-child(4){animation-delay:.25s}.burger-menu-item:nth-child(5){animation-delay:.3s}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.burger-menu-link{color:#1a1a1a;border-bottom:1px solid #0000;padding:12px 0;font-size:28px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .2s,border-color .2s;display:block}.burger-menu-link:hover{color:#666;border-bottom-color:#1a1a1a}.burger-close-btn{cursor:pointer;color:#1a1a1a;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:32px;right:32px}.burger-close-btn:hover{background:#f5f5f5}@media (width<=768px){.burger-menu{width:100%;max-width:none;padding:80px 24px 32px}.burger-menu-link{font-size:24px}.burger-close-btn{top:24px;right:24px}}.contacts-list{width:100%}.contact-item{border-bottom:1px solid #333}.contact-item:first-child{border-top:1px solid #333}.contact-row{color:#f5f5f5;justify-content:space-between;align-items:center;gap:24px;padding:22px 4px;text-decoration:none;transition:opacity .2s;display:flex}.contact-row:hover{opacity:.6}.contact-icon{color:#f5f5f5;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.contact-icon--group{gap:8px;width:auto}.contact-icon--whatsapp{color:#25d366;align-items:center;display:inline-flex}.contact-value{text-align:right;overflow-wrap:break-word;min-width:0;font-size:18px;font-weight:500}@media (width<=768px){.contact-row{gap:16px;padding:18px 2px}.contact-value{font-size:16px}}.feedback-overlay{z-index:150;opacity:0;background:#0009;transition:opacity .4s cubic-bezier(.65,0,.35,1);position:fixed;inset:0}.feedback-overlay--visible{opacity:1}.feedback-windows-outer{z-index:160;pointer-events:none;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.feedback-windows{pointer-events:auto;flex-wrap:wrap;gap:24px;display:flex;position:relative}.feedback-window{opacity:0;background:#1f2028;border-radius:16px;max-height:calc(100vh - 96px);padding:32px;transition:transform .3s cubic-bezier(.65,0,.35,1),opacity .3s cubic-bezier(.65,0,.35,1);position:relative;overflow-y:auto;transform:scale(.96);box-shadow:0 0 40px #0006}.feedback-windows--visible .feedback-window{opacity:1;transform:scale(1)}.feedback-window--info{width:400px;max-width:calc(100vw - 64px)}.feedback-window--form{width:380px;max-width:calc(100vw - 64px)}.feedback-window-title{color:#f5f5f5;margin:0 0 20px;font-size:22px;font-weight:600}.feedback-form{flex-direction:column;gap:20px;display:flex}.feedback-field{flex-direction:column;gap:8px;display:flex}.feedback-label{color:#f5f5f5;font-size:14px;font-weight:500}.feedback-contact-row{gap:8px;display:flex}.feedback-input,.feedback-select{font:inherit;color:#f5f5f5;background:#2a2c36;border:1px solid #3a3d4a;border-radius:8px;padding:10px 12px;font-size:15px}.feedback-input::placeholder{color:#6b7280}.feedback-input{flex:1;min-width:0}.feedback-input:focus,.feedback-select:focus{border-color:#f5f5f5;outline:none}.feedback-select{flex-shrink:0;width:120px}.feedback-field-error{color:#ff8383;font-size:13px}.feedback-submit-error{color:#ff8383;margin:0;font-size:13px}.feedback-submit-btn{font:inherit;color:#1a1a1a;cursor:pointer;background:#f5f5f5;border:none;border-radius:8px;padding:12px 20px;font-size:15px;font-weight:600;transition:opacity .2s}.feedback-submit-btn:hover{opacity:.85}.feedback-submit-btn:disabled{opacity:.5;cursor:default}.feedback-success,.feedback-status{color:#f5f5f5;margin:0;font-size:15px}.feedback-status--error{color:#ff8383}@media (width<=640px){.feedback-windows-outer{padding:16px}.feedback-windows{gap:16px}.feedback-window{padding:28px 20px 24px}.feedback-contact-row{flex-direction:column}.feedback-select{width:100%}}.hero{box-sizing:border-box;width:100%}.hero-image{width:100%;height:100vh;overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:100%;animation:2s ease-out forwards hero-zoom}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.2)}}.footer{text-align:center;background:#1a1a1a;padding:24px}.footer-copyright{color:#666;margin:0;font-size:14px}.home-page{flex-direction:column;width:100%;min-height:100vh;display:flex}@media (width<=768px){.main{padding-top:0}}.home-featured{box-sizing:border-box;width:50%;min-width:280px;margin:0 auto;padding:64px 24px 96px}.home-featured-image{aspect-ratio:4/5;width:100%;overflow:hidden}.home-featured-image img{object-fit:contain;width:100%;height:100%}.home-featured-caption{color:#999;text-align:center;margin:16px 0 0;font-size:20px;line-height:1.6}@media (width<=768px){.home-featured{width:100%;padding:48px 24px 64px}}.project-card{display:block}.project-card-link{color:inherit;border-radius:4px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.project-card-link:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.project-card-image{aspect-ratio:4/3;background:#1a1a1a;overflow:hidden}.project-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card-link:hover .project-card-image img{transform:scale(1.05)}.project-card-info{padding:16px 0 8px}.project-card-title{color:#f5f5f5;margin:0 0 4px;font-size:18px;font-weight:600;line-height:1.3}.project-card-subtitle{color:#999;margin:0;font-size:14px;line-height:1.5}@media (width<=768px){.project-card-title{font-size:16px}.project-card-subtitle{font-size:13px}}.projects-page{width:100%;min-height:100vh}.projects-section{width:100%;padding:64px 0 96px}.section-header{text-align:center;margin-bottom:24px;padding:0 24px}.projects-grid{grid-template-columns:repeat(4,1fr);gap:16px;width:100%;padding:0;display:grid}@media (width<=1024px){.projects-section{padding:48px 0 64px}.section-header{margin-bottom:16px;padding:0 16px}.projects-grid{gap:12px}}@media (width<=768px){.projects-section{padding:32px 0 48px}.projects-grid{grid-template-columns:1fr;gap:16px}}.gallery{background:#000;width:100%;height:100%;position:relative;overflow:hidden}.gallery-viewport{width:100%;height:100%;overflow:hidden}.gallery-track{width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:flex}.gallery-track.transitioning{transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.gallery-slide{flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.gallery-slide img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.gallery-arrow{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow:hover:not(:disabled){background:#ffffff4d;transform:translateY(-50%)scale(1.05)}.gallery-arrow:disabled{opacity:.3;cursor:not-allowed}.gallery-arrow--prev{left:24px}.gallery-arrow--next{right:24px}.gallery-dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.gallery-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:10px;height:10px;transition:background .2s,transform .2s}.gallery-dot:hover{background:#ffffffb3;transform:scale(1.2)}.gallery-dot.active{background:#fff;transform:scale(1.3)}.gallery-counter{color:#fff;font-variant-numeric:tabular-nums;z-index:10;align-items:center;gap:8px;font-size:14px;display:flex;position:absolute;bottom:32px;right:32px}.gallery-current{font-size:24px;font-weight:600}.gallery-separator{opacity:.5}.gallery-total{opacity:.7}.gallery-scroll-hint{display:none}@keyframes gallery-bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@media (width<=1024px){.gallery-arrow{width:50px;height:50px}.gallery-arrow--prev{left:16px}.gallery-arrow--next{right:16px}.gallery-counter{bottom:24px;right:24px}}@media (width<=768px){.gallery-arrow{width:44px;height:44px}.gallery-arrow--prev{left:12px}.gallery-arrow--next{right:12px}.gallery-dots{gap:8px;bottom:20px}.gallery-dot{width:8px;height:8px}.gallery-counter{font-size:13px;bottom:20px;right:16px}.gallery-current{font-size:20px}.gallery-scroll-hint{color:#fff;opacity:.7;z-index:10;pointer-events:none;animation:2s infinite gallery-bounce;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)}}.project-detail{width:100%;height:calc(100vh - var(--header-height));scroll-snap-type:y mandatory;background:#0a0a0a;overflow-y:auto}.project-stage{width:100%;height:calc(100vh - var(--header-height));scroll-snap-align:start;scroll-snap-stop:always}.project-detail.not-found{min-height:calc(100vh - var(--header-height));justify-content:center;align-items:center;padding:24px;display:flex}.not-found-content{text-align:center}.not-found-content h1{margin:0 0 24px;font-size:clamp(32px,5vw,64px);font-weight:700}.back-link{color:#f5f5f5;border-bottom:1px solid #f5f5f5;font-size:16px;text-decoration:none;transition:opacity .2s;display:inline-block}.back-link:hover{opacity:.6}.project-hero-stage{position:relative}.project-hero{width:100%;height:100%;position:relative;overflow:hidden}.project-hero-image{z-index:0;position:absolute;inset:0}.project-hero-image img{object-fit:cover;width:100%;height:100%}.project-hero-overlay{z-index:1;background:linear-gradient(#0000 40%,#000000b3);align-items:flex-end;padding:64px;display:flex;position:absolute;inset:0}.project-hero-content{color:#fff;width:100%;max-width:900px}.project-category{text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:16px;font-size:13px;font-weight:600;display:inline-block}.project-title{letter-spacing:-.02em;text-shadow:0 4px 24px #0000004d;margin:0 0 12px;font-size:clamp(48px,7vw,96px);font-weight:700;line-height:1.05}.project-subtitle{opacity:.9;text-shadow:0 2px 12px #0003;margin:0 0 24px;font-size:clamp(18px,2.5vw,24px);font-weight:400;line-height:1.5}.scroll-indicator{color:#fff;opacity:.7;z-index:2;animation:2s infinite bounce;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}.project-gallery-stage{width:100%}.project-description-stage{box-sizing:border-box;padding:30px 0;overflow-y:auto}.project-description-container{flex-direction:column;width:100%;max-width:1400px;height:100%;margin:0 auto;padding:0 48px;display:flex}.section-title{letter-spacing:-.02em;color:#f5f5f5;margin:48px 32px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2}.section-title--description{text-transform:lowercase;font-size:clamp(20px,2.4vw,28px)}.project-description{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;justify-content:center;min-height:0;margin:0 0 48px;display:flex;position:relative;overflow-y:auto}.description-overflow-hint{display:none}.project-description-text{color:#ccc;text-align:justify;max-width:100%;margin:0;font-size:clamp(17px,2vw,20px);line-height:1.8}.project-details{border-top:1px solid #333;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding-top:32px;display:grid}.project-detail-item{flex-direction:column;gap:8px;display:flex}.project-detail-label{text-transform:uppercase;letter-spacing:.08em;color:#999;font-size:13px;font-weight:600}.project-detail-value{color:#f5f5f5;font-size:16px;font-weight:500}.project-details-inline{display:none}.project-navigation{border-top:1px solid #333;margin-top:48px;padding-top:32px}.nav-link{color:#f5f5f5;border-bottom:1px solid #0000;align-items:center;gap:8px;font-size:15px;font-weight:500;text-decoration:none;transition:border-color .2s,opacity .2s;display:inline-flex}.nav-link:hover{opacity:.7;border-color:#f5f5f5}@media (width<=1024px){.project-hero-overlay{padding:48px}.project-description-stage{padding:64px 0}.project-navigation{margin-top:32px;padding-top:24px}}@media (width<=768px){.project-hero-overlay{padding:32px 24px}.scroll-indicator{bottom:24px}.project-description-stage{padding:48px 0}.project-description-container{padding:0 16px}.project-details{display:none}.project-details-inline{color:#999;border-top:1px solid #333;padding-top:16px;font-size:14px;display:block}.project-navigation{display:none}.description-overflow-hint{color:#fff;opacity:.7;pointer-events:none;animation:2s infinite bounce;display:flex;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.project-description.project-description--at-end .description-overflow-hint{display:none}}.services-page{flex-direction:column;width:100%;min-height:100vh;display:flex}.services-section{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;padding:32px 24px 64px;display:flex}.section-title{letter-spacing:-.02em;color:#f5f5f5;text-align:center;margin:0 0 32px;font-size:clamp(32px,5vw,64px);font-weight:700;line-height:1.1}.services-intro{color:#9ca3af;text-align:left;width:100%;max-width:1200px;margin:0 0 32px;font-size:16px}.services-list{width:100%;max-width:1200px;list-style:none}.service-item{color:#f5f5f5;text-align:left;white-space:nowrap;padding:8px 0 8px 24px;font-size:17px;position:relative}.service-item:before{content:"";background:#9ca3af;border-radius:50%;width:6px;height:6px;position:absolute;top:20px;left:4px}.service-item--feedback{text-align:center;white-space:normal;padding:32px 0 8px}.service-item--feedback:before{content:none}.service-feedback-btn{font:inherit;letter-spacing:.02em;text-transform:uppercase;color:#f5f5f5;cursor:pointer;background:0 0;border:1px solid #f5f5f5;border-radius:20px;padding:12px 28px;font-size:13px;font-weight:500;transition:background .2s,color .2s}.service-feedback-btn:hover{color:#1a1a1a;background:#f5f5f5}@media (width<=768px){.services-section{padding:16px 16px 48px}.service-item{white-space:normal;padding:8px 0 8px 20px;font-size:15px}.service-item:before{top:17px}}.contacts-page{flex-direction:column;width:100%;min-height:100vh;display:flex}.contacts-section{box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:32px 24px 64px;display:flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contacts-list-wrap{width:100%;max-width:520px}@media (width<=768px){.contacts-section{padding:16px 16px 48px}}@font-face{font-family:Anka Coder;src:url(/assets/fonts/Esqadero%20FF%20CY%204F-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#363841;margin:0;font-family:Anka Coder,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;width:100%}.page-offset{margin-top:var(--header-height)}img{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;font-size:inherit}:focus-visible{outline-offset:2px;outline:2px solid #f5f5f5}::selection{color:#0a0a0a;background:#f5f5f5}
