@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{color:#f7f7f7;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background-color:#070809;font-family:Space Grotesk,Arial,Helvetica,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f7f7f7;background:#070809;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.arrow-up-right{color:#d3a06f;flex-shrink:0;width:14px;height:14px;transition:transform .3s}.hero{background:radial-gradient(circle at 50% 55%,#be85531f,#0000 25%),radial-gradient(circle at 20% 80%,#374d574d,#0000 40%),linear-gradient(#080b0d 0%,#0d1317 45%,#151d21 100%);flex-direction:column;justify-content:space-between;min-height:100vh;padding:110px 48px 40px;display:flex;position:relative;overflow:hidden}.hero-project-link{color:#f7f7f7;align-items:center;gap:8px;display:inline-flex}.hero-project-link svg{color:#d3a06f;width:14px;height:14px;transition:transform .3s}.hero-project-link:hover svg{transform:translate(3px,-3px)}.hero:before{content:"";pointer-events:none;opacity:.7;background:linear-gradient(90deg,#0000 0%,#ffffff04 50%,#0000 100%);position:absolute;inset:0}.hero-center{z-index:2;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.light{flex-direction:column;align-items:center;display:flex;position:absolute;top:-110px;left:50%;transform:translate(-50%)}.light-cable{transform-origin:top;background:#f7f7f773;width:1px;height:180px;animation:.8s cubic-bezier(.16,1,.3,1) forwards cableDrop;transform:scaleY(0)}@keyframes cableDrop{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.light-bulb{opacity:0;background:#f6eee5;border-radius:50% 50% 45% 45%;width:18px;height:22px;margin-top:-1px;animation:1.1s .55s forwards bulbIgnite,4s ease-in-out 1.7s infinite bulbBreath;position:relative}@keyframes bulbIgnite{0%{opacity:0;box-shadow:none}35%{opacity:.4;box-shadow:0 0 4px #ffdcaf4d}50%{opacity:1;box-shadow:0 0 12px #ffdcaf,0 0 35px #ffbe788c,0 0 90px #ffb46438}65%{opacity:.75}to{opacity:1;box-shadow:0 0 10px #ffdcafe6,0 0 30px #ffbe7873,0 0 80px #ffb4642e}}@keyframes bulbBreath{0%,to{box-shadow:0 0 10px #ffdcafe6,0 0 30px #ffbe7873,0 0 80px #ffb4642e}50%{box-shadow:0 0 14px #ffdcaf,0 0 40px #ffbe7880,0 0 100px #ffb46438}}.light-glow{filter:blur(12px);opacity:0;pointer-events:none;background:radial-gradient(circle,#ffc88c24,#ffbe780d 35%,#0000 68%);border-radius:50%;width:260px;height:260px;animation:1.4s .7s forwards glowReveal;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.3)}@keyframes glowReveal{0%{opacity:0;transform:translate(-50%,-50%)scale(.3)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.hero-top{letter-spacing:.12em;color:#9c9d9f;justify-content:space-between;font-size:18px;display:flex}.hero-title h1{letter-spacing:.04em;flex-direction:column;font-size:clamp(38px,4vw,72px);font-weight:500;line-height:1;display:flex}.hero-title h1 span{display:block}.hero-title h1 span:last-child{color:#b2b2b2;margin-top:10px}.hero-bottom{border-top:1px solid #3c3d41;justify-content:space-between;align-items:flex-end;padding-top:28px;display:flex}.hero-bottom p{color:#9c9d9f;max-width:520px;font-size:18px;line-height:1.6}.hero-bottom a{letter-spacing:.08em;font-size:12px}.clarity-text{color:#d3a06f;opacity:0;filter:blur(18px);animation:1.3s cubic-bezier(.16,1,.3,1) .9s forwards bringClarity;transform:translateY(12px)}.hero-subtitle{color:#8f969a;opacity:0;max-width:500px;margin-top:28px;font-size:15px;line-height:1.7;animation:.8s 1.6s forwards subtitleReveal;transform:translateY(10px)}@keyframes subtitleReveal{to{opacity:1;transform:translateY(0)}}.work-text{opacity:0;animation:1s 1.25s forwards revealWork;transform:translateY(12px)}@keyframes bringClarity{0%{opacity:0;filter:blur(18px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes revealWork{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:28px 48px;display:flex;position:fixed;top:0;left:0}.navbar-right{align-items:center;gap:36px;display:flex}.navbar-logo{cursor:pointer;align-items:center;width:105px;transition:filter .4s,transform .4s;display:inline-flex;position:relative}.navbar-logo img{opacity:.88;width:100%;height:auto;transition:opacity .4s,filter .4s,transform .4s;display:block}.navbar-logo:after{content:"";filter:blur(12px);opacity:0;pointer-events:none;background:radial-gradient(circle,#d3a06f2e,#d3a06f0f 40%,#0000 70%);border-radius:50%;width:130%;height:180%;transition:opacity .4s,transform .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.navbar-logo:hover img{opacity:1;filter:brightness(1.25)drop-shadow(0 0 5px #ffdcaf99)drop-shadow(0 0 14px #d3a06f59);transform:scale(1.03)}.navbar-logo:hover:after{opacity:1;transform:translate(-50%,-50%)scale(1)}.navbar-links{gap:20px;display:flex}.navbar-links a{letter-spacing:.1em;color:#9c9d9f;font-size:15px;transition:color .25s}.navbar-links a:hover{color:#f7f7f7}.language-switch{color:#7c7e81;align-items:center;gap:7px;display:flex}.language-switch button{color:#7c7e81;letter-spacing:.08em;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px}.language-switch button:hover,.language-switch .language-active{color:#f7f7f7}.about{background:#0a0e10;border-top:1px solid #ffffff1f;grid-template-columns:1.4fr 1fr 1fr;padding:0 48px 80px;display:grid;position:relative}.about-heading{align-items:center;gap:12px;margin-bottom:32px;display:flex}.about-number{letter-spacing:.18em;color:#d3a06f;font-size:12px;font-weight:500}.about-column{flex-direction:column;justify-content:space-between;min-height:260px;padding:36px 40px 40px 0;display:flex}.about-column:not(:last-child){border-right:1px solid #ffffff14}.about-column:not(:first-child){padding-left:40px}.about-label{letter-spacing:.1em;color:#92999c;font-size:12px;font-weight:500}.about-intro p{letter-spacing:.08em;text-transform:uppercase;color:#a1a6a8;max-width:500px;font-size:clamp(20px,2vw,30px);font-weight:400;line-height:1.5}.about-list{flex-direction:column;gap:10px;display:flex}.about-list span{letter-spacing:.14em;color:#a1a6a8;font-size:12px}.about-highlight{color:#d3a06f!important}.about-intro:after{content:"";background:#d3a06f;width:36px;height:1px;margin-top:24px}.about-services{border-top:1px solid #ffffff14;grid-column:1/-1;margin-top:70px;padding-top:40px}.about-services-heading{gap:12px;margin-bottom:28px;display:flex}.about-services-list{flex-direction:column;display:flex}.about-service-row{border-bottom:1px solid #ffffff12;grid-template-columns:60px 1fr 1.2fr;align-items:center;gap:28px;min-height:92px;padding:22px 0;transition:padding-left .3s,background .3s;display:grid}.about-service-index{letter-spacing:.16em;color:#d3a06f;font-size:10px}.about-service-row h3{letter-spacing:.1em;color:#cfd3d5;font-size:15px;font-weight:500}.about-service-row p{color:#858d91;max-width:620px;font-size:13px;line-height:1.6}.about-service-row:hover{background:linear-gradient(90deg,#d3a06f08,#0000 60%);padding-left:10px}.projects{background:radial-gradient(circle at 50% 20%,#d3a06f0d,#0000 30%),#090d0f;padding:90px 0 0;overflow:hidden}.projects-heading{letter-spacing:.18em;color:#9aa0a3;border-bottom:1px solid #ffffff1f;grid-template-columns:1fr auto 1fr;align-items:start;margin:0 48px;padding-bottom:32px;font-size:12px;font-weight:500;display:grid;position:relative}.projects-heading-title{gap:12px;display:flex}.projects-number{color:#d3a06f}.projects-heading-right{justify-self:end}.projects-light{flex-direction:column;align-items:center;width:30px;height:80px;margin-top:-90px;display:flex;position:relative}.projects-light-cable{background:#f7f7f74d;width:1px;height:62px}.projects-light-bulb{background:#f6eee5;border-radius:50% 50% 45% 45%;width:12px;height:15px;animation:4s ease-in-out infinite projectsBulbBreath;box-shadow:0 0 8px #ffdcafe6,0 0 24px #ffbe7873,0 0 60px #ffb4642e}@keyframes projectsBulbBreath{0%,to{box-shadow:0 0 8px #ffdcafcc,0 0 24px #ffbe7866,0 0 60px #ffb46426}50%{box-shadow:0 0 12px #ffdcaf,0 0 32px #ffbe788c,0 0 75px #ffb46438}}.projects-carousel{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;width:100%;padding:55px 0 30px;overflow:hidden}.projects-carousel::-webkit-scrollbar{display:none}.projects-carousel.is-dragging{cursor:grabbing}.projects-track{will-change:transform;width:max-content;display:flex;transform:translate(0,0)}.projects-set{flex-shrink:0;gap:30px;padding-right:30px;display:flex}.project-card{width:clamp(400px,30vw,470px);color:inherit;flex-shrink:0}.project-card-visual{aspect-ratio:16/9;background:#050708;border:1px solid #ffffff17;border-radius:8px;justify-content:center;align-items:center;width:100%;transition:border-color .35s,transform .35s,box-shadow .35s;display:flex;overflow:hidden}.project-card-link{color:inherit;text-decoration:none;display:block}.project-link-disabled{cursor:default}.project-card-visual>span{letter-spacing:.12em;color:#f7f7f74d;padding:30px;font-size:21px;transition:color .35s}.project-card-visual img{object-fit:contain;object-position:center;pointer-events:none;opacity:.58;width:100%;height:100%;transition:opacity .4s,transform .5s;display:block}.project-card:hover .project-card-visual{border-color:#d3a06f66;transform:translateY(-4px)}.project-card:hover .project-card-visual img{opacity:.9}.project-active .project-card-visual{border-color:#d3a06f;box-shadow:0 0 25px #d3a06f14}.project-active .project-card-visual img{opacity:1;transform:scale(1.01)}.project-active .project-card-visual>span{color:#f3f0eb}.project-card-select{color:#9aa0a3;letter-spacing:.13em;text-align:left;cursor:pointer;background:0 0;border:none;gap:10px;width:100%;padding:15px 0 0;font-family:inherit;font-size:11px;display:flex}.project-card-select span:first-child{color:#d3a06f}.project-card-select:hover span:last-child{color:#f3f0eb}.projects-navigation{justify-content:space-between;align-items:center;padding:0 48px 30px;display:flex}.projects-status{color:#d3a06f;letter-spacing:.18em;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-family:inherit;font-size:10px;display:flex}.status-dot{background:#d3a06f;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #d3a06f80}.status-paused{box-shadow:none;background:#777f83}.projects-controls{gap:12px;display:flex}.projects-controls button{color:#9aa0a3;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-family:inherit;font-size:17px;transition:border-color .3s,color .3s,background .3s;display:flex}.projects-controls button:hover{color:#d3a06f;background:#d3a06f0a;border-color:#d3a06f}.project-details{background:#05080a73;border-top:1px solid #ffffff1a;grid-template-columns:70px minmax(0,1.7fr) minmax(150px,.7fr) 100px;gap:35px;padding:40px 48px 50px;display:grid}.project-details-number{letter-spacing:.18em;color:#8c9295;font-size:12px}.project-details-main{border-right:1px solid #ffffff14;min-width:0;padding-right:50px}.project-details-main h2{letter-spacing:.12em;font-size:clamp(24px,3vw,42px);font-weight:400;line-height:1.1}.project-details-main p{color:#949b9f;max-width:650px;margin-top:20px;font-size:15px;line-height:1.7}.project-stack{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.project-stack span{letter-spacing:.12em;color:#9da3a6;border:1px solid #ffffff1a;border-radius:4px;padding:7px 12px;font-size:9px}.project-details-links{flex-direction:column;gap:22px;display:flex}.project-details-links>div{flex-direction:column;gap:5px;display:flex}.project-details-links strong{letter-spacing:.15em;font-size:14px;font-weight:400}.project-details-links span{letter-spacing:.16em;color:#777f83;font-size:9px}.project-details-links a{letter-spacing:.15em;color:#d3a06f;width:fit-content;font-size:10px}.project-play-button{color:#d3a06f;cursor:pointer;background:0 0;border:1px solid #d3a06f8c;border-radius:50%;justify-content:center;place-self:center;align-items:center;width:58px;height:58px;font-family:inherit;transition:background .3s,color .3s,transform .3s;display:flex}.project-play-button:hover{color:#080b0d;background:#d3a06f;transform:scale(1.05)}.contact{background:radial-gradient(circle at 20%,#d3a06f0d,#0000 35%),#080c0e;padding:90px 48px 35px}.contact-heading{letter-spacing:.18em;color:#9aa0a3;border-bottom:1px solid #ffffff1a;gap:12px;padding-bottom:32px;font-size:12px;font-weight:500;display:flex}.contact-number{color:#d3a06f}.contact-content{grid-template-columns:1.2fr .8fr;gap:80px;padding:60px 0 80px;display:grid}.contact-main h2{letter-spacing:.08em;text-transform:uppercase;color:#d5d8d9;max-width:760px;font-size:clamp(28px,3.8vw,52px);font-weight:500;line-height:1.1}.contact-main p{letter-spacing:.03em;color:#8f969a;max-width:520px;margin-top:28px;font-size:14px;line-height:1.7}.contact-button{color:#d3a06f;letter-spacing:.16em;border:1px solid #d3a06f66;border-radius:4px;align-items:center;gap:8px;width:fit-content;margin-top:34px;padding:12px 18px;font-size:10px;font-weight:500;transition:background .3s,color .3s;display:inline-flex}.contact-button:hover{color:#080b0d;background:#d3a06f}.contact-links{flex-direction:column;display:flex}.contact-links a{border-bottom:1px solid #ffffff14;justify-content:space-between;gap:30px;padding:22px 0;display:flex}.contact-links span{letter-spacing:.16em;color:#727a7e;font-size:10px;font-weight:500}.contact-links strong{letter-spacing:.08em;color:#a6abad;font-size:12px;font-weight:400}.contact-footer{letter-spacing:.16em;color:#666e72;border-top:1px solid #ffffff14;grid-template-columns:1fr auto 1fr;padding-top:28px;font-size:9px;display:grid}.contact-footer span:nth-child(2){color:#8f969a}.contact-footer span:last-child{justify-self:end}.project-details-links a,.contact-button,.contact-links strong,.hero-project-link{align-items:center;gap:8px;display:inline-flex}.project-details-links a:hover .arrow-up-right,.contact-button:hover .arrow-up-right,.contact-links a:hover .arrow-up-right,.hero-project-link:hover .arrow-up-right{transform:translate(3px,-3px)}@media (width<=800px){.contact{padding:80px 24px 30px}.contact-content{grid-template-columns:1fr;gap:60px}.contact-footer{grid-template-columns:1fr;gap:12px}.contact-footer span:last-child{justify-self:start}}@media (width<=900px){.projects{padding-top:70px}.projects-heading{margin:0 24px}.project-card{width:clamp(320px,72vw,420px)}.projects-navigation{padding:0 24px 30px}.project-details{grid-template-columns:45px 1fr;padding:36px 24px 44px}.project-details-main{border-right:none;padding-right:0}.project-details-links{grid-column:2}.project-play-button{grid-column:2;justify-self:start}}@media (width<=600px){.projects-heading{grid-template-columns:1fr auto}.projects-light{display:none}.projects-heading-right{justify-self:end}.project-card{width:82vw}.projects-set{gap:18px;padding-right:18px}.projects-navigation{align-items:center}.project-details{grid-template-columns:1fr;gap:24px}.project-details-number,.project-details-main,.project-details-links,.project-play-button{grid-column:1}body{overflow-x:hidden}.navbar{padding:22px 20px}.navbar-logo{width:80px}.navbar-right{gap:18px}.navbar-links{gap:16px}.navbar-links a{letter-spacing:.08em;font-size:9px}.language-switch{gap:5px}.language-switch button,.language-switch span{font-size:9px}.hero{padding:100px 20px 28px}.hero-top{letter-spacing:.1em;width:100%;font-size:9px}.hero-top p{max-width:130px}.hero-top p:last-child{text-align:right}.hero-title h1{letter-spacing:.03em;font-size:clamp(30px,9vw,44px)}.hero-subtitle{max-width:320px;font-size:12px}.about{grid-template-columns:1fr;padding:50px 20px 60px}.about-column{width:100%;min-height:auto;padding:28px 0;border-right:none!important}.about-column:not(:first-child){padding-left:0}.about-column:not(:last-child){border-bottom:1px solid #ffffff14}.about-intro p{letter-spacing:.07em;max-width:100%;font-size:18px;line-height:1.55}.about-services{width:100%;margin-top:40px;padding-top:32px}.about-service-row{grid-template-columns:32px 1fr;gap:14px;width:100%;padding:22px 0}.about-service-row h3{font-size:13px;line-height:1.5}.about-service-row p{grid-column:2;max-width:100%;font-size:12px;line-height:1.65}}@media (prefers-reduced-motion:reduce){.project-card-visual,.project-card-visual img,.project-play-button{transition:none}}html,body{width:100%;overflow-x:hidden}
