@charset "UTF-8";*{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--font-display: "Instrument Serif", serif;--font-body: "Manrope", sans-serif;--font-mono: "Inter", monospace;--container-width: 1320px;--section-padding: clamp(2rem, 6vw, 4rem);--theme-transition: background-color .4s ease, color .4s ease, border-color .4s ease, opacity .4s ease, transform .4s ease;--bg-color: #0B0B0B;--bg-secondary: #111111;--text-main: #EDEDED;--text-muted: rgba(237, 237, 237, .5);--accent: #FFFFFF;--border-color: rgba(255, 255, 255, .08);--card-bg: #141414;--card-hover-border: rgba(255, 255, 255, .15);--primary-color: var(--text-main);--nav-bg: rgba(51, 51, 51, .5);--nav-border: rgba(255, 255, 255, .2);--btn-bg: #1a1a1a;--btn-text: #ffffff;--marquee-bg: rgba(11, 11, 11, .9);--marquee-border: rgba(255, 255, 255, .05);--dot-color: rgba(255, 255, 255, .2);--hero-glow-1: rgba(255, 255, 255, .05);--hero-glow-2: rgba(255, 255, 255, .03);--hero-bg-image: url(/assets/hero-bg-Cna0iCij.png)}[data-theme=light]{--bg-color: #F8F9FA;--bg-secondary: #FFFFFF;--text-main: #1A1A1A;--text-muted: rgba(26, 26, 26, .6);--accent: #000000;--border-color: rgba(0, 0, 0, .08);--card-bg: #FFFFFF;--card-hover-border: rgba(0, 0, 0, .15);--primary-color: var(--text-main);--nav-bg: rgba(240, 240, 240, .8);--nav-border: rgba(0, 0, 0, .1);--btn-bg: #f0f0f0;--btn-text: #1a1a1a;--marquee-bg: rgba(248, 249, 250, .9);--marquee-border: rgba(0, 0, 0, .05);--dot-color: rgba(0, 0, 0, .1);--hero-glow-1: rgba(255, 255, 255, .8);--hero-glow-2: rgba(0, 0, 0, .02);--hero-bg-image: none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;width:100%;overflow-x:hidden}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;transition:var(--theme-transition);position:relative}.global-radial-glow{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(85,85,255,.08) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(85,85,255,.05) 0%,transparent 40%);z-index:-1;pointer-events:none;transition:var(--theme-transition)}[data-theme=light] .global-radial-glow{background:radial-gradient(circle at 10% 20%,rgba(85,85,255,.04) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(85,85,255,.02) 0%,transparent 40%)}.sparkle-decorated{position:relative;display:inline-block;padding-right:.2em}.sparkle-decorated .sparkle-icon{position:absolute;top:-.4em;right:-.5em;color:var(--text);opacity:.3;pointer-events:none}.sparkle-decorated .sparkle-icon svg{width:1.2em;height:1.2em}.sparkle-decorated.blue-highlight{color:inherit}a{text-decoration:none;color:inherit;transition:opacity .3s ease}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem;transition:var(--theme-transition);width:100%}.container.fluid{max-width:100%}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:100px;font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer}.btn.btn-primary{background:var(--text-main);color:var(--bg-color)}.btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fff3}.btn.btn-secondary{border:1px solid var(--border-color);background:transparent;color:var(--text-main)}.btn.btn-secondary:hover{border-color:var(--text-main);background:var(--border-color)}.highlight-text{color:var(--text-muted);font-style:italic;font-family:var(--font-display)}.section{padding:var(--section-padding) 0;transition:var(--theme-transition)}.reveal{opacity:0;transform:translateY(20px);filter:blur(8px);transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1),filter 1s cubic-bezier(.22,1,.36,1);will-change:opacity,transform,filter}.reveal.revealed{opacity:1;transform:translateY(0);filter:blur(0)}.reveal-char{display:inline-block;opacity:0;filter:blur(12px);transform:translateY(12px) translateZ(0);transition:opacity .8s cubic-bezier(.25,.1,.25,1.05),filter .8s cubic-bezier(.25,.1,.25,1),transform .8s cubic-bezier(.25,.1,.25,1.1);will-change:opacity,filter,transform}.revealed .reveal-char{opacity:1;filter:blur(0);transform:translateY(0) translateZ(0)}.reveal-word{display:inline-block;white-space:nowrap}.reveal-text-container.reveal{opacity:1;filter:none;transform:none}.reveal-stagger>*{opacity:0;transform:translateY(40px);filter:blur(15px);transition:opacity 1s cubic-bezier(.2,.8,.2,1),transform 1s cubic-bezier(.2,.8,.2,1),filter .8s cubic-bezier(.2,.8,.2,1);will-change:opacity,transform,filter}.reveal-stagger.revealed>*{opacity:1;transform:translateY(0);filter:blur(0)}.reveal-stagger.revealed>*:nth-child(1){transition-delay:.1s}.reveal-stagger.revealed>*:nth-child(2){transition-delay:.2s}.reveal-stagger.revealed>*:nth-child(3){transition-delay:.3s}.reveal-stagger.revealed>*:nth-child(4){transition-delay:.4s}.reveal-stagger.revealed>*:nth-child(5){transition-delay:.5s}.reveal-stagger.revealed>*:nth-child(6){transition-delay:.6s}.reveal-stagger.revealed>*:nth-child(7){transition-delay:.7s}.reveal-stagger.revealed>*:nth-child(8){transition-delay:.8s}.reveal-stagger.revealed>*:nth-child(9){transition-delay:.9s}.reveal-stagger.revealed>*:nth-child(10){transition-delay:1s}.reveal-stagger.revealed>*:nth-child(11){transition-delay:1.1s}.reveal-stagger.revealed>*:nth-child(12){transition-delay:1.2s}.theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-muted);transition:all .3s ease;display:flex;align-items:center;justify-content:center;border-radius:50%}.theme-toggle:hover{color:var(--accent);background:#ffffff0d}.theme-toggle .sun-icon{display:none}[data-theme=light] .theme-toggle .sun-icon{display:block}[data-theme=light] .theme-toggle .moon-icon{display:none}.nav-right{display:flex;align-items:center;gap:.8rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;color:var(--text-main);line-height:1.1}.hero-title{font-size:clamp(3.5rem,8vw,7.5rem);letter-spacing:-.03em;margin-bottom:2rem}.hero-title .highlight-text{font-family:var(--font-display);color:var(--text-muted);font-style:italic}.italic-serif{font-family:var(--font-display);font-style:italic;font-weight:400}.hero-subtitle{font-family:var(--font-body);font-size:clamp(1.1rem,2vw,1.5rem);color:var(--text-muted);max-width:600px;margin-bottom:3rem;font-weight:400}.section-title{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.section-desc{font-family:var(--font-body);font-size:1.1rem;color:var(--text-muted);max-width:400px}.project-name{font-size:clamp(2rem,4vw,3.5rem);font-family:var(--font-display);font-weight:400;transition:color .3s ease}.available-badge{font-size:var(--header-font-size);font-weight:600;color:#343434;border:1px solid #d2d2d2;padding:.7rem 1.3rem;box-shadow:#00000012 0 .597144px .597144px -.9375px,#00000012 0 1.81088px 1.81088px -1.875px,#0000000f 0 4.78699px 4.78699px -2.8125px,#00000008 0 15px 15px -3.75px;border-radius:999rem;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.available-badge.badge-green .icon{position:relative;width:.5rem;height:.5rem;display:inline-block;border-radius:50%;background-color:#82d79a}.available-badge.badge-green .icon:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#82d79a;opacity:.5;animation:heartbeat-pulse 1.5s infinite cubic-bezier(.4,0,.2,1);z-index:-1}.available-badge.badge-green .icon{animation:heartbeat-core 1.5s infinite cubic-bezier(.4,0,.2,1)}@keyframes heartbeat-core{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes heartbeat-pulse{0%{transform:scale(1);opacity:.5}60%{transform:scale(1.8);opacity:0}to{transform:scale(1.8);opacity:0}}.tooltip-element{position:fixed;z-index:9999;max-width:260px;background:#222;color:#fff;border-radius:6px;padding:8px 10px;font-size:13px;line-height:1.2;box-shadow:0 6px 18px #0000002e;pointer-events:none;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease;word-break:break-word;white-space:normal;text-align:center}.tooltip-element.visible{opacity:1;transform:translateY(0)}.tooltip-element.is-below{transform:translateY(-6px)}.tooltip-element.is-below:after{top:-5px;bottom:auto;transform:rotate(180deg) translate(50%)}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);will-change:opacity,transform}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.portfolio-chatbot{display:none!important;position:fixed;bottom:2rem;right:2rem;z-index:1000;font-family:var(--font-main);display:flex;align-items:flex-end;justify-content:flex-end}.chatbot-trigger{width:64px;height:64px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:1001;box-shadow:0 15px 40px #00000080,0 0 20px #2dd4bf1a;transition:all .5s cubic-bezier(.22,1,.36,1),background-color .4s ease,border-color .4s ease;transform-origin:center}.chatbot-trigger.hide{transform:scale(.5) translateY(20px);opacity:0;pointer-events:none}.chatbot-trigger:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;background:conic-gradient(from 0deg,transparent 70%,var(--text-muted) 100%);animation:rotate-glow 6s linear infinite;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:destination-out;padding:1px;border-radius:20px;z-index:2;pointer-events:none}.chatbot-trigger:hover{transform:scale(1.08) translateY(-4px);border-color:var(--card-hover-border);box-shadow:0 20px 50px #000000b3,0 0 40px #2dd4bf40}.chatbot-trigger .mascot-container{width:44px;height:44px;background:var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;z-index:1;transition:var(--theme-transition)}.chatbot-trigger .mascot-container canvas{width:100%!important;height:100%!important}@keyframes rotate-glow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatbot-panel{position:absolute;bottom:0;right:0;width:380px;height:520px;background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:24px;display:flex;flex-direction:column;box-shadow:0 20px 60px #000c,0 0 0 1px var(--border-color),0 0 40px #78b4ff0d;transform-origin:bottom right;transform:scale(.1);opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.22,1,.36,1),background-color .4s ease,border-color .4s ease;pointer-events:none;z-index:1002}.chatbot-panel.open{transform:scale(1);opacity:1;visibility:visible;pointer-events:all}@media (max-width: 480px){.chatbot-panel{width:calc(100vw - 4rem);right:-1rem;height:480px}}.chat-header{padding:1.25rem 1.5rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;border-radius:24px 24px 0 0;transition:var(--theme-transition)}.chat-header .header-info{display:flex;align-items:center;gap:.75rem}.chat-header .header-info .header-mascot{width:32px;height:32px;background:var(--border-color);border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:var(--theme-transition)}.chat-header .header-info h3{font-size:.95rem;font-weight:600;color:var(--text-main);letter-spacing:.02em;transition:var(--theme-transition)}.chat-header .close-chat{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;transition:color .2s ease,var(--theme-transition)}.chat-header .close-chat:hover{color:var(--text-main)}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}.message{max-width:85%;padding:.85rem 1.1rem;border-radius:18px;font-size:.95rem;line-height:1.5;animation:msg-fade-up .3s ease forwards;transition:var(--theme-transition)}.message.assistant{background:var(--bg-secondary);color:var(--text-main);align-self:flex-start;border-bottom-left-radius:4px;border:1px solid var(--border-color)}.message.user{background:var(--btn-bg);color:var(--text-main);align-self:flex-end;border-bottom-right-radius:4px;border:1px solid var(--border-color)}@keyframes msg-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-input-area{padding:1.25rem;border-top:1px solid var(--border-color);transition:var(--theme-transition)}.chat-input-area .input-wrapper{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:100px;padding:.5rem .5rem .5rem 1.25rem;display:flex;align-items:center;transition:border-color .2s ease,var(--theme-transition)}.chat-input-area .input-wrapper:focus-within{border-color:var(--text-muted)}.chat-input-area input{flex:1;background:transparent;border:none;color:var(--text-main);font-size:.9rem;outline:none;transition:var(--theme-transition)}.chat-input-area input::placeholder{color:var(--text-muted)}.chat-input-area .send-msg{width:36px;height:36px;background:var(--text-main);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,var(--theme-transition)}.chat-input-area .send-msg:hover{transform:scale(1.1)}.chat-input-area .send-msg svg{width:18px;height:18px;color:var(--bg-color);transition:var(--theme-transition)}.typing-indicator{padding:.85rem 1.1rem;background:var(--bg-secondary);border-radius:18px 18px 18px 4px;width:fit-content;display:flex;gap:4px;transition:var(--theme-transition)}.typing-indicator span{width:6px;height:6px;background:var(--text-muted);border-radius:50%;animation:typing 1s infinite ease-in-out;transition:var(--theme-transition)}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.container{max-width:var(--container-max-width);width:100%;margin:0 auto}.section{padding:var(--section-padding) 0}.animated-text{display:block}.animated-text .word{display:inline-block;white-space:pre;will-change:transform,opacity,filter}.animated-text .word[data-animated=true]{will-change:auto}.section.clients-marquee-section{padding:3.5rem 0;background:var(--bg-color);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);overflow:hidden;transition:var(--theme-transition)}.section.clients-marquee-section .marquee-label{text-align:center;margin-bottom:3rem;font-size:1.2rem;color:var(--text-muted);letter-spacing:-.02em;transition:var(--theme-transition)}.section.clients-marquee-section .logo-marquee-container{overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;display:flex;-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent);width:100%}.section.clients-marquee-section .logo-marquee-container .logo-track{display:flex;align-items:center;gap:5rem;padding-right:5rem;flex-shrink:0;width:max-content;animation:scrollMarquee 75s linear infinite}.section.clients-marquee-section .logo-marquee-container .logo-track.duplicate{position:relative;left:0;animation:scrollMarquee 75s linear infinite}.section.clients-marquee-section .logo-marquee-container .logo-track img{height:44px;width:auto;filter:none;opacity:1;transition:all .4s ease;max-width:none;object-fit:contain}.section.clients-marquee-section .logo-marquee-container .logo-track img:hover{filter:grayscale(0) opacity(1);transform:scale(1.05)}@media (max-width: 768px){.section.clients-marquee-section .logo-marquee-container .logo-track img{height:38px}}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.services-list-new{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.services-list-new .service-chip{padding:.6rem 1.2rem;background:#f5f5f5;border-radius:100px;font-size:.9rem;font-weight:500;color:var(--color-text);border:1px solid transparent;transition:all .3s ease}.services-list-new .service-chip:hover{border-color:var(--color-border);background:#fff;transform:translateY(-2px)}.services-list{display:none!important}.section.latest-container{border-bottom:1px solid var(--grid-color)}.section.latest-container .container{padding:var(--section-inner-padding);margin-top:.5rem}.section.latest-container .title{font-size:4rem;font-weight:500;color:#292929}@media screen and (max-width: 768px){.section.latest-container .title{font-size:2.353rem}}.section.latest-container .all-projects-link{display:flex;align-items:center;justify-content:center;padding:1rem 0;font-size:1.412rem;gap:.5rem}.section.latest-container .all-projects-link a{color:#292929;text-decoration:none;font-weight:500}.section.latest-container .all-projects-link a svg{transform:translate(-.3rem,.3rem);transition:transform .3s ease-in-out}.section.latest-container .all-projects-link a:hover svg{transform:translate(0)}@media screen and (max-width: 768px){.section.latest-container .all-projects-link{padding:1rem 0;font-size:1.176rem}}.section.latest-container .works-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}@media screen and (max-width: 768px){.section.latest-container .works-container{grid-template-columns:1fr;gap:1rem}}.section.latest-container .works-container .latest-work{border-radius:1rem;overflow:hidden;transition:transform .4s ease-out;position:relative}@media screen and (min-width: 768px){.section.latest-container .works-container .latest-work.first-work{transform:perspective(1200px) translate(31rem) translateY(-47rem) scale(.8) rotate(9.42deg);z-index:12}.section.latest-container .works-container .latest-work.second-work{transform:perspective(1200px) translate(-2.5rem) translateY(-47rem) scale(.8) rotate(-4.17deg);z-index:13}.section.latest-container .works-container .latest-work.third-work{transform:perspective(1200px) translate(34rem) translateY(-69rem) scale(.8) rotate(14.13deg);z-index:11}.section.latest-container .works-container .latest-work.fourth-work{transform:perspective(1200px) translate(0) translateY(-66rem) scale(.8) rotate(4.17deg);z-index:14}}.section.latest-container .works-container .latest-work .project-name{font-size:1.1rem;font-weight:500;color:#fff}@media screen and (max-width: 768px){.section.latest-container .works-container .latest-work .project-name{font-size:.9rem!important}}.section.latest-container .works-container .latest-work .view-project-button{display:flex;align-items:center;justify-content:center;gap:.3rem;color:#fff;text-decoration:none;font-size:.9rem}@media screen and (max-width: 768px){.section.latest-container .works-container .latest-work .view-project-button{font-size:.7rem!important}}.section.latest-container .works-container .latest-work .view-project-button svg{transition:transform .3s ease-in-out}.section.latest-container .works-container .latest-work .view-project-button:hover svg{transform:translate(.2rem,-.2rem)}.section.latest-container .works-container .latest-work .view-project-button-holder{position:absolute;left:1rem;right:1rem;bottom:1rem;display:flex;justify-content:space-between;align-items:center;z-index:3}.section.latest-container .works-container .latest-work .work-overlay{background:linear-gradient(180deg,#0000 68.47%,#000);position:absolute;top:0;right:0;bottom:0;left:0}.section.latest-container .works-container .latest-work img{width:100%}.more-works-container{display:grid;margin-top:2rem;grid-template-columns:1fr 1fr;gap:2rem}@media screen and (max-width: 768px){.more-works-container{grid-template-columns:1fr;gap:1rem}}.more-works-container .latest-work-more{border-radius:1rem;overflow:hidden;transition:transform .4s ease-out;position:relative}.more-works-container .latest-work-more .project-name{font-size:1.1rem;font-weight:500;color:#fff}@media screen and (max-width: 768px){.more-works-container .latest-work-more .project-name{font-size:.9rem!important}}.more-works-container .latest-work-more .view-project-button{display:flex;align-items:center;justify-content:center;gap:.3rem;color:#fff;text-decoration:none;font-size:.9rem}@media screen and (max-width: 768px){.more-works-container .latest-work-more .view-project-button{font-size:.7rem!important}}.more-works-container .latest-work-more .view-project-button svg{transition:transform .3s ease-in-out}.more-works-container .latest-work-more .view-project-button:hover svg{transform:translate(.2rem,-.2rem)}.more-works-container .latest-work-more .view-project-button-holder{position:absolute;left:1rem;right:1rem;bottom:1rem;display:flex;justify-content:space-between;align-items:center;z-index:3}.more-works-container .latest-work-more .work-overlay{background:linear-gradient(180deg,#0000 68.47%,#000);position:absolute;top:0;right:0;bottom:0;left:0}.more-works-container .latest-work-more img{width:100%}.section.services{border-bottom:1px solid var(--grid-color)}.section.services .content{padding:0;display:grid;grid-template-columns:1fr .4fr;align-items:center;gap:4rem}@media screen and (max-width: 768px){.section.services .content{padding:2rem 0;grid-template-columns:1fr;gap:3rem}}.section.services .content .left-content{display:flex;flex-direction:column;gap:1.8rem}.section.services .content .left-content .title{font-weight:500;font-size:4rem;letter-spacing:-2.16px;vertical-align:middle;color:#292929;line-height:.9}@media screen and (max-width: 768px){.section.services .content .left-content .title{font-size:2.353rem}}.section.services .content .left-content .title span{display:block;line-height:1.005}.section.services .content .left-content .title .title-block{color:#828282}.section.services .content .left-content .introduction{font-weight:500;font-size:1rem;line-height:24px;letter-spacing:-.32px;vertical-align:middle;color:#828282}.section.services .content .left-content .introduction .introduction-highlight{color:#292929}.section.services .content .left-content .services-list{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.section.services .content .left-content .services-list .service-item{padding:.85rem;box-shadow:0 15px 15px -3.75px #00000006,0 4.79px 4.79px -2.81px #0000000f,0 1.81px 1.81px -1.88px #00000012,0 .6px .6px -.94px #00000013;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d2d2d2;border-radius:1rem}.section.services .content .right-content{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:1.4rem}.section.services .content .right-content .right-service-item{display:flex;align-items:center;justify-content:flex-start;gap:.7rem;color:#000;font-weight:500;font-size:1.1rem;line-height:1.4}.section.services .content .right-content .right-service-item .logo-holder{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:999rem;background-color:#000;box-shadow:0 0 0 1px #828282,0 25px 25px -3.75px #0000001d,0 9.83px 9.83px -3px #0000003f,0 4.43px 4.43px -2.25px #0000004c,0 2.02px 2.02px -1.5px #00000051,0 .74px .74px -.75px #00000054,inset 0 2px 4px #fff6}.section.services .content .right-content .right-service-item .logo-holder svg{width:1.2rem;height:1.2rem}.section.about .content{padding:0}@media screen and (max-width: 768px){.section.about .content{padding:2rem 0}}.section.about .title{font-weight:500;font-size:4rem;letter-spacing:-2.16px;vertical-align:middle;color:#292929;line-height:1;margin-bottom:3rem}@media screen and (max-width: 768px){.section.about .title{font-size:2.353rem;margin-bottom:2rem}}.section.about .title span{display:block}.section.about .title .title-block{color:#828282}.section.about .content-holder{display:grid;grid-template-columns:.6fr 1fr;gap:4rem}@media screen and (max-width: 768px){.section.about .content-holder{display:flex;flex-direction:column-reverse;gap:2rem}}.section.about .content-holder .right-content{display:flex;flex-direction:column;gap:1.8rem}.section.about .content-holder .introduction{font-weight:500;font-size:1.224rem;line-height:1.45;letter-spacing:-.66px;vertical-align:middle;color:#828282}@media screen and (max-width: 768px){.section.about .content-holder .introduction{font-size:1.059rem}}.section.about .content-holder .introduction.intro-dark{color:#000}.section.about .content-holder .introduction .introduction-highlight{color:#292929}.section.about .content-holder .signature-holder{margin-top:7.4rem}@media screen and (max-width: 768px){.section.about .content-holder .signature-holder{margin-top:.5rem}}.section.about .content-holder .signature-holder .signature{width:7rem;height:auto;object-fit:contain}.section.about .left-content{display:flex;align-items:center;justify-content:center}.section.about .left-content .about-image{width:100%;max-width:600px}.section.about .left-content .about-image .about-image-img{width:100%;height:auto;border-radius:10px;object-fit:cover}.section.about .left-content .about-name{margin-top:1.4rem;font-weight:500;font-size:1.412rem;line-height:1.45;letter-spacing:-.66px;vertical-align:middle;color:#000}.section.about .left-content .about-role{font-weight:600;font-size:.941rem;line-height:1.45;vertical-align:middle;color:#545454}.section.about .left-content .about-card{padding:1.1rem;border-radius:.8rem;box-shadow:0 15px 15px -3.75px #00000006,0 4.79px 4.79px -2.81px #0000000f,0 1.81px 1.81px -1.88px #00000012,0 .6px .6px -.94px #00000013;border-radius:.3rem;background-color:#fff;transform-origin:50% 50% 0px}.section.about .left-content .about-card .about-card-name{font-weight:500;font-size:.941rem;color:#000;margin-bottom:.5rem}.section.about .left-content .about-card .about-card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.section.about .left-content .about-card .about-card-info{font-weight:600;font-size:.706rem;color:#545454}.section.about .left-content .about-card .about-card-date{font-weight:600;font-size:.651rem;color:#545454}.section.about .left-content .about-cards{margin-top:2rem;z-index:12;position:relative}.section.about .left-content .about-cards .about-card:nth-child(2n){margin-top:-3.2rem;z-index:-2;position:relative;transform:scale(.9);box-shadow:0 14.03px 14.03px -3.51px #00000006,0 4.48px 4.48px -2.63px #0000000f,0 1.69px 1.69px -1.75px #00000012,0 .56px .56px -.88px #00000013}.section.about .left-content .about-cards .about-card:nth-child(3n){margin-top:-3.4rem;z-index:-3;position:relative;transform:scale(.8);box-shadow:0 12.44px 12.44px -3.11px #0000000a,0 3.97px 3.97px -2.33px #0000000f,0 1.5px 1.5px -1.56px #00000012,0 .5px .5px -.78px #00000014}.section.about .left-content .about-show-btn{display:flex;align-items:center;justify-content:center;margin-top:1rem}.section.about .left-content .about-show-all{font-size:.706rem;font-weight:600;color:#343434;border:1px solid #f0f0f0;background-color:#fff;padding:.4rem .8rem;box-shadow:0 10px 10px -3.75px #00000010,0 2.29px 2.29px -2.5px #00000029,0 .6px .6px -1.25px #0000002e;border-radius:999rem;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1);gap:.4rem}.section.about .left-content .about-show-all svg{height:.574rem;width:.574rem}.section.about .left-content .about-show-all:hover{box-shadow:none}.section.faq{position:relative}.section.faq .content{padding:0;display:grid;grid-template-columns:1fr .8fr;gap:4rem}@media screen and (max-width: 768px){.section.faq .content{padding:2rem 0;grid-template-columns:1fr;gap:2rem}}.section.faq .content .left-content{display:flex;flex-direction:column}.section.faq .content .left-content .title{font-weight:500;font-size:4rem;letter-spacing:-2.16px;vertical-align:middle;color:#292929;line-height:.9;margin-bottom:4rem}@media screen and (max-width: 768px){.section.faq .content .left-content .title{font-size:2.353rem;margin-bottom:2rem}}.section.faq .content .left-content .title span{display:block}.section.faq .content .left-content .title .title-block{color:#828282}.section.faq .content .left-content .introduction{font-weight:600;font-size:.88rem;line-height:24px;letter-spacing:-.32px;vertical-align:middle;color:#828282}.section.faq .content .left-content .introduction .introduction-highlight{color:#292929}.section.faq .content .left-content .faqs-holder{display:flex;flex-direction:column;gap:1rem}.section.faq .content .left-content .faq-accordion{border:1px solid #dedede;border-radius:1rem;background-color:#fff;z-index:2;transition:all .3s cubic-bezier(.4,0,.2,1)}.section.faq .content .left-content .faq-accordion .faq-header-title{display:flex;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.section.faq .content .left-content .faq-accordion .faq-header{color:#000;font-weight:600;font-size:.824rem;padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;letter-spacing:-.32px;line-height:1.8;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}@media screen and (max-width: 768px){.section.faq .content .left-content .faq-accordion .faq-header{font-size:.824rem;line-height:1.5}}.section.faq .content .left-content .faq-accordion .faq-header:hover{background-color:#00000005}.section.faq .content .left-content .faq-accordion .faq-header .faq-number{font-weight:500;color:#545454;font-size:.853rem;margin-right:1rem}.section.faq .content .left-content .faq-accordion .faq-header svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.section.faq .content .left-content .faq-accordion .faq-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.section.faq .content .left-content .faq-accordion .faq-content-inner{overflow:hidden;border-top:1px solid transparent;padding:0 1rem;font-weight:500;font-size:.706rem;line-height:1.8;opacity:0;transform:translateY(-10px);transition:opacity .3s cubic-bezier(.4,0,.2,1) .1s,transform .3s cubic-bezier(.4,0,.2,1) .1s,padding .4s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)}.section.faq .content .left-content .faq-accordion.faq-active{transform:translateY(-2.2px)}.section.faq .content .left-content .faq-accordion.faq-active .faq-content{grid-template-rows:1fr}.section.faq .content .left-content .faq-accordion.faq-active .faq-content-inner{opacity:1;transform:translateY(0);padding:.5rem 1rem;border-top-color:#dedede}.section.faq .content .left-content .faq-accordion.faq-active .faq-header-title{transform:translate(-2.1rem)}@media screen and (max-width: 768px){.section.faq .content .left-content .faq-accordion.faq-active .faq-header-title{transform:translate(-1rem)}}@media screen and (max-width: 440px){.section.faq .content .left-content .faq-accordion.faq-active .faq-header-title{transform:none}}.section.faq .content .left-content .faq-accordion.faq-active .faq-header svg{transform:rotate(45deg)}.section.faq .content .right-content .right-faq-box{padding:2rem;border:1px solid #dedede;border-radius:1rem;box-shadow:0 15px 15px -3.75px #00000008,0 4.79px 4.79px -2.81px #0000000f,0 1.81px 1.81px -1.88px #00000012,0 .6px .6px -.94px #00000012}@media screen and (max-width: 768px){.section.faq .content .right-content .right-faq-box{text-align:center;padding:2rem 1rem}}.section.faq .content .right-content .right-faq-box .faq-image{margin-bottom:1rem;height:4rem;width:4rem}.section.faq .content .right-content .right-faq-box .faq-box-title{font-weight:500;font-size:1.765rem;letter-spacing:-2.16px;vertical-align:middle;color:#000;line-height:1.1;margin-bottom:1rem}@media screen and (max-width: 768px){.section.faq .content .right-content .right-faq-box .faq-box-title{font-size:1.294rem;letter-spacing:-.78px;text-align:center}}.section.faq .content .right-content .right-faq-box .faq-box-title span{display:block}.section.faq .content .right-content .right-faq-box .faq-box-title .title-block{color:#828282}.section.faq .content .right-content .right-faq-box .faq-description{font-weight:500;font-size:.706rem;line-height:1.5;letter-spacing:-.32px;vertical-align:middle;color:#000;margin-right:2rem;margin-bottom:2rem}@media screen and (max-width: 768px){.section.faq .content .right-content .right-faq-box .faq-description{text-align:center;margin-right:0;line-height:2}}.section.faq .content .right-content .right-faq-box .faq-description .introduction-highlight{color:#292929}.section.faq .content .hero-cta{border:none;color:#1a1a1a;background-color:var(--color-accent-yellow);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:.48rem 1.2rem;font-weight:600;font-size:.824rem;border-radius:999rem}.section.faq .content .hero-cta.with-image img{width:2rem;height:2rem}.layer-svg{height:113rem;width:100%;min-width:100vw;position:absolute;top:-33rem;left:-9%;z-index:-1;pointer-events:none}@media screen and (max-width: 768px){.layer-svg{left:-15%}}@media screen and (max-width: 440px){.layer-svg{left:-25%}}.more-container{border-top:1px solid var(--grid-color);border-bottom:none!important}.more-container .container{margin-top:1rem!important;margin-bottom:2rem}.more-container .title{font-size:3rem!important}@media screen and (max-width: 768px){.more-container .title{font-size:2rem!important}}.faq-box-more .container{padding:var(--section-inner-padding);margin-top:0rem}@media screen and (max-width: 768px){.faq-box-more .container{padding:1.3rem!important}}.faq-box-more .hero-cta{border:none;color:#1a1a1a;background-color:var(--color-accent-yellow);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;padding:.48rem 1.2rem;font-weight:600;font-size:.824rem;border-radius:999rem;transition:all .3s ease-in-out}.faq-box-more .hero-cta:hover{transform:scale(1.05)}.faq-box-more .hero-cta.with-image img{width:2rem;height:2rem}.faq-box-more .right-faq-box{padding:2rem;border:1px solid #dedede;border-radius:1rem;box-shadow:0 15px 15px -3.75px #00000008,0 4.79px 4.79px -2.81px #0000000f,0 1.81px 1.81px -1.88px #00000012,0 .6px .6px -.94px #00000012;text-align:center;padding:2rem 1rem}.faq-box-more .right-faq-box .faq-image{margin-bottom:1rem;height:4rem;width:4rem}.faq-box-more .right-faq-box .faq-box-title{font-weight:500;font-size:1.765rem;letter-spacing:-2.16px;vertical-align:middle;color:#000;line-height:1.1;margin-bottom:1rem}@media screen and (max-width: 768px){.faq-box-more .right-faq-box .faq-box-title{font-size:1.294rem;letter-spacing:-.78px;text-align:center}}.faq-box-more .right-faq-box .faq-box-title span{display:block}.faq-box-more .right-faq-box .faq-box-title .title-block{color:#828282}.faq-box-more .right-faq-box .faq-description{font-weight:500;font-size:.706rem;line-height:1.5;letter-spacing:-.32px;vertical-align:middle;color:#000;margin-right:2rem;margin-bottom:2rem}@media screen and (max-width: 768px){.faq-box-more .right-faq-box .faq-description{text-align:center;margin-right:0;line-height:2}}.faq-box-more .right-faq-box .faq-description .introduction-highlight{color:#292929}.services-grid{padding:clamp(4rem,10vw,10rem) 0;background:#fff}.services-grid .grid-layout{display:flex;flex-direction:column;gap:4rem}.services-grid .section-title{font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem}.services-grid .section-desc{font-size:1.4rem;color:#1a1a1a66;max-width:600px}.services-grid .services-list-new{display:flex;flex-wrap:wrap;gap:1rem}.services-grid .services-list-new .service-chip{background:#fff;border:1px solid var(--color-border);padding:.8rem 1.8rem;border-radius:100px;font-weight:600;font-size:1.05rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default}.services-grid .services-list-new .service-chip:hover{border-color:var(--color-text);transform:translateY(-3px);box-shadow:0 10px 20px #0000000a}.experience-section{padding:clamp(3rem,8vw,8rem) 0;border-bottom:1px solid var(--color-border)}.experience-section .exp-list{margin-top:5rem;display:flex;flex-direction:column;gap:4rem}.experience-section .exp-item{display:grid;grid-template-columns:1fr 2fr;gap:2rem;border-bottom:1px solid #f0f0f0;padding-bottom:3rem}.experience-section .exp-item:last-child{border-bottom:none}@media (max-width: 768px){.experience-section .exp-item{grid-template-columns:1fr;gap:1.5rem}}.experience-section .exp-item .exp-date{font-size:1.15rem;color:#1a1a1a66;font-weight:500;padding-top:.5rem}.experience-section .exp-item .exp-info h3{font-size:clamp(1.5rem,4vw,2.2rem);margin-bottom:.5rem;letter-spacing:-.03em}.experience-section .exp-item .exp-info p{font-size:clamp(1rem,2vw,1.25rem);color:#1a1a1a99;font-weight:500}.site-header{position:fixed;top:1.5rem;left:0;width:100%;z-index:1000;pointer-events:none;display:flex;justify-content:center}@media (max-width: 768px){.site-header{justify-content:center;left:0;width:100%}}.floating-nav-wrapper{pointer-events:auto;position:relative}.floating-nav{display:flex;align-items:center;gap:.1rem;background-color:var(--nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:32px;border:.5px solid var(--nav-border);padding:.3rem .75rem .3rem .5rem;box-shadow:0 4px 20px #0003;transition:var(--theme-transition)}@media (max-width: 768px){.floating-nav{padding:.4rem 1.25rem;border-radius:99px;gap:.6rem}}.nav-brand{display:flex;align-items:center;gap:.4rem;padding-right:.85rem;text-decoration:none;color:var(--text-muted);font-weight:600;font-size:.95rem;transition:all .2s ease,color .4s ease;z-index:10001}.nav-brand:hover,.nav-brand.active{color:#ff6b35}@media (max-width: 768px){.nav-brand{padding-right:0}}.nav-brand .brand-img-wrapper{width:28px;height:28px;border-radius:50%;overflow:hidden;background:var(--bg-secondary);transition:var(--theme-transition);flex-shrink:0}.nav-brand .brand-img-wrapper img{width:100%;height:100%;object-fit:cover}.nav-brand .brand-text{font-family:var(--font-body);font-weight:700}.nav-links{display:flex;align-items:center;gap:0rem}@media (max-width: 768px){.nav-links{display:none}}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.95rem;font-weight:600;padding:.45rem .75rem;border-radius:99px;transition:all .2s ease,color .4s ease}.nav-link:hover,.nav-link.active{color:#ff6b35;background:transparent}.nav-right{display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.nav-right{display:none}}.nav-contact-btn{background:var(--text-main);color:var(--bg-color);text-decoration:none;font-size:.88rem;font-weight:700;padding:.5rem 1.25rem;border-radius:99px;transition:all .2s ease}.nav-contact-btn:hover{transform:scale(1.05);opacity:.9}@media (max-width: 768px){.nav-contact-btn{display:none}}.theme-toggle{background:transparent;border:none;padding:.4rem;display:flex;align-items:center;justify-content:center;color:var(--text-main);cursor:pointer;border-radius:50%;transition:all .2s ease}.theme-toggle:hover{background:#ffffff14}.menu-toggle{display:none;flex-direction:row;align-items:center;justify-content:center;gap:4px;background:transparent;border:none;width:30px;height:30px;cursor:pointer;z-index:10002;padding:0}.menu-toggle .dot{display:block;width:4px;height:4px;background:var(--text-muted);border-radius:50%;transition:all .35s cubic-bezier(.19,1,.22,1)}@media (max-width: 768px){.menu-toggle{display:flex}}.nav-open .menu-toggle{position:relative}.nav-open .menu-toggle .dot:nth-child(1){position:absolute;width:16px;height:1.8px;background:var(--text-main);border-radius:2px;transform:rotate(45deg)}.nav-open .menu-toggle .dot:nth-child(2){opacity:0;transform:scale(0)}.nav-open .menu-toggle .dot:nth-child(3){position:absolute;width:16px;height:1.8px;background:var(--text-main);border-radius:2px;transform:rotate(-45deg)}.mobile-menu-card{display:none;position:absolute;top:calc(100% + .75rem);left:50%;width:260px;background:var(--nav-bg);backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:.5px solid var(--nav-border);border-radius:28px;box-shadow:0 30px 60px #00000080;overflow:hidden;z-index:9999;flex-direction:column;transform:translate(-50%)}.nav-open .mobile-menu-card{display:flex;animation:menuCardReveal .4s cubic-bezier(.23,1,.32,1) forwards}.mobile-menu-card .menu-card-top{display:none;align-items:center;justify-content:space-between;padding:.5rem;border-bottom:.5px solid var(--nav-border)}.mobile-menu-card .menu-card-top .brand-row{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-main);font-weight:600;font-size:.95rem}.mobile-menu-card .menu-card-top .brand-row .brand-img-wrapper{width:32px;height:32px;border-radius:50%;overflow:hidden;background:var(--bg-secondary);flex-shrink:0}.mobile-menu-card .menu-card-top .brand-row .brand-img-wrapper img{width:100%;height:100%;object-fit:cover}.mobile-menu-card .menu-card-top .menu-close-btn{background:#ffffff14;border:none;color:var(--text-main);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;line-height:1;flex-shrink:0;transition:background .2s ease}.mobile-menu-card .menu-card-top .menu-close-btn:hover{background:#ffffff26}.mobile-menu-card .menu-card-links{display:flex;flex-direction:column;padding:.5rem}.mobile-menu-card .menu-card-links a{text-decoration:none;color:var(--text-muted);font-size:1.05rem;font-weight:500;padding:.75rem;border-radius:10px;transition:color .2s ease,opacity .3s ease,transform .3s ease;opacity:0;transform:translateY(6px)}.nav-open .mobile-menu-card .menu-card-links a{opacity:1;transform:translateY(0)}.mobile-menu-card .menu-card-links a:hover{color:#ff6b35;background:transparent}.mobile-menu-card .menu-card-links a:nth-child(1){transition-delay:.1s}.mobile-menu-card .menu-card-links a:nth-child(2){transition-delay:.14s}.mobile-menu-card .menu-card-links a:nth-child(3){transition-delay:.18s}.mobile-menu-card .menu-card-links a:nth-child(4){transition-delay:.22s}.mobile-menu-card .menu-card-links a:nth-child(5){transition-delay:.26s}.mobile-menu-card .menu-card-links a:nth-child(6){transition-delay:.3s}.mobile-menu-card .menu-card-theme{padding:.5rem;opacity:0;transform:translateY(6px);transition:opacity .3s ease .3s,transform .3s ease .3s}.nav-open .mobile-menu-card .menu-card-theme{opacity:1;transform:translateY(0)}.mobile-menu-card .menu-card-theme .menu-theme-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:var(--text-main);cursor:pointer;transition:all .3s ease}.mobile-menu-card .menu-card-theme .menu-theme-btn:hover{background:#ffffff1a;border-color:#fff3}.mobile-menu-card .menu-card-theme .menu-theme-btn .theme-btn-info{display:flex;align-items:center;gap:.75rem}.mobile-menu-card .menu-card-theme .menu-theme-btn .theme-btn-info .theme-icon-box{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.mobile-menu-card .menu-card-theme .menu-theme-btn .theme-btn-info .theme-icon-box .sun-icon{display:none}.mobile-menu-card .menu-card-theme .menu-theme-btn .theme-btn-info .theme-icon-box .moon-icon{display:block}.mobile-menu-card .menu-card-theme .menu-theme-btn .theme-btn-info .theme-text{font-weight:500;font-size:.95rem}.mobile-menu-card .menu-card-theme .menu-theme-btn .theme-status{font-size:.8rem;font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}[data-theme=light] .mobile-menu-card .menu-card-theme .menu-theme-btn{background:#0000000a;border-color:#00000014}[data-theme=light] .mobile-menu-card .menu-card-theme .menu-theme-btn .sun-icon{display:block}[data-theme=light] .mobile-menu-card .menu-card-theme .menu-theme-btn .moon-icon{display:none}.mobile-menu-card .menu-card-contact{padding:.5rem .75rem .75rem;opacity:0;transform:translateY(6px);transition:opacity .3s ease .38s,transform .3s ease .38s}.nav-open .mobile-menu-card .menu-card-contact{opacity:1;transform:translateY(0)}.mobile-menu-card .menu-card-contact a{display:block;background:var(--text-main);color:var(--bg-color);text-align:center;font-weight:600;font-size:.95rem;padding:.75rem;border-radius:100px;text-decoration:none;transition:opacity .2s ease}.mobile-menu-card .menu-card-contact a:hover{opacity:.9}@keyframes menuCardReveal{0%{opacity:0;transform:translate(-50%) scale(.9) translateY(-10px);filter:blur(8px)}to{opacity:1;transform:translate(-50%) scale(1) translateY(0);filter:blur(0)}}body.nav-open{overflow:hidden}.hero.centered-hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;margin-top:0!important;position:relative;overflow:hidden;text-align:center;--mouse-x: 50%;--mouse-y: 50%;background-color:var(--bg-color);background-image:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),var(--hero-glow-1) 0%,transparent 60%),radial-gradient(circle at 50% -20%,var(--hero-glow-2) 0%,transparent 100%),var(--hero-bg-image),linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-color) 100%);background-size:cover;background-repeat:no-repeat;background-position:center top;background-attachment:scroll;transition:var(--theme-transition)}.hero.centered-hero:before{display:none;content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");z-index:1}.hero-layout{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:900px;margin:0 auto}.hero-profile{margin-bottom:.5rem}.hero-profile .profile-img-wrapper{width:80px;height:80px;border-radius:50%;overflow:hidden;border:2px solid var(--border-color);transition:var(--theme-transition)}.hero-profile .profile-img-wrapper img{width:100%;height:100%;object-fit:cover}.hero-status-row{display:flex;flex-direction:column;align-items:center;gap:1rem}.status-indicator{display:flex;align-items:center;gap:1rem}.status-indicator .red-dot{width:12px;height:12px;background-color:#ff5f57;border-radius:50%}.status-indicator .available-badge{display:inline-flex;align-items:center;gap:6px;background:var(--nav-bg);border:1px solid var(--border-color);padding:4px 12px;border-radius:100px;font-size:.8rem;font-weight:500;color:var(--text-main);transition:var(--theme-transition)}.status-indicator .available-badge .green-dot{width:6px;height:6px;background-color:#22c55e;border-radius:50%;box-shadow:0 0 8px #22c55e}.hero-greeting{font-size:1.1rem;font-weight:600;color:var(--text-main);transition:var(--theme-transition)}.hero-title-large{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.2rem);line-height:1.1;color:var(--text-main);font-weight:400;transition:var(--theme-transition)}.hero-title-large .italic-serif{font-family:var(--font-display);font-style:italic;color:var(--text-muted);font-weight:400}.hero-experience{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:var(--text-muted);margin-top:.5rem}.hero-experience .orange-dot{width:10px;height:10px;background-color:#ff6b35;border-radius:50%}.hero-actions-centered{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem}.btn-pill-primary{display:inline-flex;align-items:center;gap:.6rem;background:#1a1a1a;color:#fff;padding:.8rem 1.8rem;border-radius:100px;font-weight:500;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;box-shadow:0 4px 12px #0000004d}.btn-pill-primary:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 8px 16px #0006}.btn-text-secondary{color:var(--text-muted);font-weight:500;text-decoration:none;font-size:1rem;transition:color .3s ease}.btn-text-secondary:hover{color:var(--text-main)}.hero-marquee{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;padding:1.5rem 0;border-top:1px solid var(--marquee-border);border-bottom:1px solid var(--marquee-border);background:var(--marquee-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10;transition:var(--theme-transition)}.marquee-track{display:flex;width:max-content;white-space:nowrap;gap:6rem;animation:marquee-scroll 40s linear infinite}.marquee-track span{display:flex;align-items:center;gap:3rem;font-family:var(--font-display);font-size:1.25rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-weight:500;transition:var(--theme-transition)}.marquee-track .divider{color:var(--primary-color)}@media (max-width: 768px){.hero.centered-hero{padding-top:60px;padding-bottom:80px;display:flex;flex-direction:column;justify-content:center}.hero-layout{gap:1rem;width:100%;max-width:95%;height:100%;justify-content:center;padding:0 .5rem}.hero-profile{margin-bottom:0}.hero-profile .profile-img-wrapper{width:65px;height:65px}.hero-status-row{gap:.4rem}.hero-title-large{font-size:clamp(2.2rem,10vw,3rem);margin:.4rem 0}.hero-experience{margin-top:0;font-size:1rem}.hero-actions-centered{margin-top:.8rem;gap:.8rem}.hero-actions-centered .btn-pill-primary{padding:.65rem 1.3rem;font-size:1rem}.hero-actions-centered .btn-text-secondary{font-size:1rem}.hero-marquee{padding:.8rem 0}.hero-marquee .marquee-track span{font-size:1.1rem;gap:2rem}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.philosophy{background:var(--bg-color);color:var(--text-main);transition:var(--theme-transition);overflow:hidden;margin-bottom:0!important}@media (max-width: 768px){.philosophy .container{padding:0 .5rem;max-width:none;width:100%}}.philosophy .philosophy-layout{display:flex;flex-direction:column-reverse;gap:2rem;align-items:center}@media (min-width: 1024px){.philosophy .philosophy-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}}.philosophy-content{text-align:center}@media (min-width: 1024px){.philosophy-content{text-align:left}}.philosophy-content .section-title-alt{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.2rem);margin-bottom:.5rem;color:var(--text-main);line-height:1.1;transition:var(--theme-transition)}.philosophy-content .section-desc{font-size:1.2rem;color:var(--text-muted);line-height:1.6;max-width:600px;margin:0 auto;transition:var(--theme-transition)}@media (min-width: 1024px){.philosophy-content .section-desc{margin:0}}.card-stack-container{position:relative;height:450px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}@media (max-width: 768px){.card-stack-container{height:400px}}.philosophy-stack{position:relative;width:100%;max-width:500px;height:380px;perspective:1000px}@media (max-width: 768px){.philosophy-stack{max-width:none;width:calc(100vw - 1rem);height:340px}}.philosophy-card{position:absolute;top:0;left:0;width:100%;height:100%;transform-style:preserve-3d;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.philosophy-card:active{cursor:grabbing}.tilt-inner{position:relative;width:100%;height:100%;background:var(--card-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:24px;padding:3rem;box-shadow:inset 0 0 0 1px var(--border-color);border:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:flex-start;transform-style:preserve-3d;transition:var(--theme-transition);transition:none;will-change:transform;overflow:hidden}@media (max-width: 768px){.tilt-inner{border-radius:14px;padding:2rem 1.25rem}}@media (min-width: 768px){.tilt-inner{padding:3rem}}.tilt-inner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://grainy-gradients.vercel.app/noise.svg);opacity:.04;pointer-events:none;z-index:1}.tilt-inner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at var(--glare-x, 50%) var(--glare-y, 50%),rgba(255,255,255,.12) 0%,transparent 60%);mix-blend-mode:overlay;opacity:.8;z-index:5}.tilt-inner .card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;transform:translateZ(40px)}@media (max-width: 768px){.tilt-inner .card-top{margin-bottom:.5rem}}.tilt-inner .card-top .card-icon{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:1.75rem}@media (max-width: 768px){.tilt-inner .card-top .card-icon{width:42px;height:42px;border-radius:12px;font-size:1rem}}.tilt-inner .card-top .card-icon svg{stroke:var(--text-main)!important;fill:none}.tilt-inner .card-top .card-number{font-family:var(--font-display);font-size:5rem;font-weight:700;opacity:.08;line-height:1;transform:translateZ(20px);color:var(--text-main);transition:var(--theme-transition)}@media (max-width: 768px){.tilt-inner .card-top .card-number{font-size:2.8rem;margin-top:-.2rem}}.tilt-inner .card-body{transform:translateZ(30px)}.tilt-inner h3{font-size:clamp(1.2rem,3.5vw,1.85rem);font-weight:700;margin-bottom:.4rem;color:var(--text-main);letter-spacing:-.01em;line-height:1.25;transition:var(--theme-transition)}@media (max-width: 768px){.tilt-inner h3{font-size:1.2rem;margin-bottom:.3rem}}.tilt-inner p{font-size:clamp(.9rem,2.8vw,1.05rem);color:var(--text-main);opacity:.8;line-height:1.5;transition:var(--theme-transition)}@media (max-width: 768px){.tilt-inner p{font-size:.85rem;line-height:1.4}}.drag-hint{margin-top:1.5rem;background:var(--nav-bg);border:1px solid var(--border-color);padding:.8rem 2rem;border-radius:100px;font-size:.95rem;font-weight:500;color:var(--text-main);display:flex;align-items:center;gap:.8rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--theme-transition);animation:hintPulse 3s infinite ease-in-out}@keyframes hintPulse{0%,to{transform:translateY(0);opacity:.8}50%{transform:translateY(-3px);opacity:1}}.card-01 .card-icon{background:linear-gradient(135deg,#00d2ff,#3a7bd5)}.card-01 .card-icon .card-number{color:#00d2ff}.card-02 .card-icon{background:linear-gradient(135deg,#00f2fe,#4facfe)}.card-02 .card-icon .card-number{color:#4facfe}.card-03 .card-icon{background:linear-gradient(135deg,#2af598,#009efd)}.card-03 .card-icon .card-number{color:#2af598}.card-04 .card-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.card-04 .card-icon .card-number{color:#667eea}.selected-projects{padding:var(--section-padding) 0;background:var(--bg-color);transition:var(--theme-transition)}@media (max-width: 768px){.selected-projects .container{padding:0;max-width:none;width:100%}}.selected-projects .section-header-centered{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:600px;margin:0 auto 3rem}@media (max-width: 768px){.selected-projects .section-header-centered{padding:0 .75rem;margin-bottom:2rem}}.selected-projects .section-header-centered .section-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;margin-bottom:1.5rem;color:var(--text-main);transition:var(--theme-transition)}.selected-projects .section-header-centered .section-desc{color:var(--text-muted);font-size:1.1rem;line-height:1.6;max-width:480px;transition:var(--theme-transition)}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem 3rem;max-width:1300px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 .5rem}}.project-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;position:relative;z-index:1;overflow:hidden;transition:all .5s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column}@media (max-width: 768px){.project-card{border-radius:14px}}.project-card:hover{transform:translateY(-8px);border-color:var(--card-hover-border);box-shadow:0 10px 30px #0000001a}.project-card:hover .project-thumb img{transform:scale(1.15)}.project-card:hover .project-thumb:after{animation:metallic-shine 1s cubic-bezier(.22,1,.36,1) forwards}.project-card .project-thumb{display:flex;align-items:center;justify-content:center;height:420px;overflow:hidden;position:relative;background:transparent;padding:0;transition:all .4s ease}.project-card .project-thumb:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.15) 1px,transparent 1px);background-size:20px 20px;pointer-events:none;z-index:0;opacity:.5;transition:opacity .4s ease}@media (max-width: 600px){.project-card .project-thumb{height:310px;padding:0}}.project-card .project-thumb img{width:100%;height:100%;object-fit:contain;border-radius:24px;z-index:1;transform:scale(1.1);transition:transform .8s cubic-bezier(.22,1,.36,1)}@media (max-width: 600px){.project-card .project-thumb img{border-radius:10px;transform:scale(1.3)}}.project-card .project-thumb:after{content:"";position:absolute;top:-100%;left:-150%;width:100%;height:300%;background:linear-gradient(to right,#fff0,#ffffff14,#fff0);transform:rotate(25deg);pointer-events:none;z-index:5}.project-card.bg-nepa .project-thumb{background:linear-gradient(135deg,#1a0d08,#3d2217 60%,#1a0d08)}.project-card.bg-nepa-app .project-thumb{background:linear-gradient(135deg,#2e1065,#4c1d95 60%,#1e1b4b)}.project-card.bg-deerx .project-thumb{background:linear-gradient(135deg,#020617,#0f172a 60%,#1e293b)}.project-card.bg-my-hr .project-thumb{background:linear-gradient(135deg,#0f172a,#1e293b 60%,#0f172a)}.project-card.bg-frost .project-thumb{background:linear-gradient(135deg,#0c4a6e,#082f49 60%,#042f2e)}.project-card.bg-handy .project-thumb{background:linear-gradient(160deg,#e0f2fe,#bae6fd 40%,#dbeafe,#f0f9ff)}.project-card.bg-scip .project-thumb{background:linear-gradient(135deg,#022c22,#064e3b 60%,#022c22)}.project-card.bg-griha .project-thumb{background:linear-gradient(135deg,#1c1917,#44403c 60%,#1c1917)}.project-card .project-content{padding:2rem;flex:1;background:var(--bg-secondary);border-radius:0 0 24px 24px}@media (max-width: 600px){.project-card .project-content{padding:1.25rem;border-radius:0 0 14px 14px}}.project-card .project-content .project-meta-top{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;transition:var(--theme-transition)}.project-card .project-content .project-meta-top .project-tag{font-family:var(--font-inter);font-size:.75rem;font-weight:500;padding:.35rem .85rem;background:rgba(var(--text-main-rgb),.03);border:1px solid var(--border-color);border-radius:99rem;color:var(--text-muted);letter-spacing:.01em;text-transform:capitalize;transition:all .3s ease}.project-card .project-content .project-meta-top .project-tag.tag-year{color:var(--text-main);background:rgba(var(--text-main-rgb),.08);border-color:rgba(var(--text-main-rgb),.15)}.project-card .project-content .project-meta-top .project-tag:not(.tag-year):not(.tag-type){color:#94a3b8;background:#94a3b80d;border-color:#94a3b826}.project-card .project-content .project-meta-top .project-tag.tag-type{color:#818cf8;background:#818cf80f;border-color:#818cf833;border-style:dashed}.project-card .project-content .project-meta-top .dot{display:none}.project-card .project-content .project-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-main);transition:var(--theme-transition)}@media (max-width: 600px){.project-card .project-content .project-title{font-size:1.25rem;margin-bottom:.5rem}}.project-card .project-content .project-summary{font-size:1rem;color:var(--text-muted);line-height:1.6;transition:var(--theme-transition)}@media (max-width: 600px){.project-card .project-content .project-summary{font-size:.9rem;line-height:1.5}}.project-card .project-content .project-cta{display:none}@keyframes metallic-shine{0%{top:-100%;left:-150%}to{top:100%;left:150%}}.interactive-services{padding:var(--section-padding) 0;background:var(--bg-color);overflow:hidden}.interactive-services .container{padding:0 2rem;max-width:1400px;margin:0 auto}@media (max-width: 768px){.interactive-services .container{padding:0 20px}}.interactive-services .interactive-playground{position:relative;width:100%;height:420px;background:var(--card-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:40px;padding:3rem;box-shadow:inset 0 0 0 1px var(--border-color);border:1px solid var(--border-color);display:flex;transition:var(--theme-transition);cursor:default}@media (max-width: 768px){.interactive-services .interactive-playground{height:500px;padding:2rem 1.5rem;border-radius:20px}}.interactive-services .playground-header{position:absolute;top:60px;left:0;right:0;display:flex;flex-direction:column;align-items:center;text-align:center;pointer-events:none;z-index:1;padding:0 40px}@media (max-width: 768px){.interactive-services .playground-header{padding:0 20px;top:40px}}.interactive-services .playground-header .playground-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:500;color:var(--text-main);max-width:700px;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.01em;transition:var(--theme-transition)}.interactive-services .playground-header .playground-desc{font-size:1rem;color:var(--text-muted);transition:var(--theme-transition)}.interactive-services .physics-element{position:absolute;z-index:10;will-change:transform;cursor:grab;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;transition:scale .2s ease;box-shadow:none!important}.interactive-services .physics-element:active{cursor:grabbing}.interactive-services .physics-element.dragging{scale:1.05;z-index:100}.interactive-services .physics-element.card-visual{width:140px;height:140px;background:#fb923c;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.interactive-services .physics-element.card-visual .card-top{flex:1;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}.interactive-services .physics-element.card-visual .card-bottom{height:44px;background:#f472b6;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#000}.interactive-services .physics-element.card-branding{background:#d9f99d;padding:24px 40px;border-radius:20px;color:#000;font-weight:700;font-size:1.3rem;text-align:center;white-space:nowrap}.interactive-services .physics-element.card-strategy{background:#4f46e5;padding:14px 60px;border:1px solid rgba(255,255,255,.4);color:#fff;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:center;white-space:nowrap}.interactive-services .physics-element.card-strategy:before,.interactive-services .physics-element.card-strategy:after,.interactive-services .physics-element.card-strategy .marker-tl,.interactive-services .physics-element.card-strategy .marker-tr{content:"";position:absolute;width:6px;height:6px;background:#fff;border:1px solid #000}.interactive-services .physics-element.card-strategy:before{bottom:-3px;left:-3px}.interactive-services .physics-element.card-strategy:after{bottom:-3px;right:-3px}.interactive-services .physics-element.card-strategy .marker-tl{top:-3px;left:-3px}.interactive-services .physics-element.card-strategy .marker-tr{top:-3px;right:-3px}.interactive-services .physics-element.card-interaction{background:#a3e635;padding:10px 24px;border-radius:40px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;color:#000;font-weight:600;font-size:1rem;white-space:nowrap}.interactive-services .physics-element.card-interaction .icon-power{width:28px;height:28px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#a3e635;font-size:.9rem;flex-shrink:0}.interactive-services .physics-element.card-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.interactive-services .physics-element.card-circle.icon-heart{background:#fbcfe8;color:#4f46e5}.interactive-services .physics-element.card-circle.icon-close{background:#fdba74;color:#4338ca}.section.about{background:var(--bg-color);padding:var(--section-padding) 0;transition:var(--theme-transition)}@media (min-width: 1024px){.section.about .container{padding:0 4rem}}.about-layout{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.about-layout{grid-template-columns:1fr 1.1fr;gap:6rem}}.about-content{text-align:center}@media (min-width: 1024px){.about-content{text-align:left}}.about-content .section-title-alt{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.1;margin-bottom:1rem;color:var(--text-main);max-width:900px;transition:var(--theme-transition)}.about-content .section-desc{font-size:1.2rem;color:var(--text-muted);line-height:1.6;max-width:600px;margin:0 auto;transition:var(--theme-transition)}@media (min-width: 1024px){.about-content .section-desc{margin:0}}.experience-list-new{display:flex;flex-direction:column;gap:1.5rem;width:100%}.experience-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;transition:var(--theme-transition)}.experience-card:hover{background:#ffffff0a;border-color:#fff3;transform:translateY(-4px)}@media (max-width: 600px){.experience-card{border-radius:14px;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}}.exp-brand{display:flex;align-items:center;gap:1.5rem}.exp-brand .brand-logo{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.exp-brand .brand-logo img{width:70%;height:70%;object-fit:contain}.exp-brand .brand-info h4{font-size:1.15rem;font-weight:600;margin-bottom:.1rem;color:var(--text-main);transition:var(--theme-transition)}.exp-brand .brand-info p{font-size:.9rem;color:var(--text-muted);transition:var(--theme-transition)}.exp-date-new{font-size:.9rem;color:var(--text-main);font-weight:600;opacity:.7;font-family:var(--font-mono);transition:var(--theme-transition)}.clients-marquee{padding:3.5rem 0;border-top:1px solid var(--marquee-border);border-bottom:1px solid var(--marquee-border);background:var(--bg-color);transition:var(--theme-transition)}.marquee-wrapper{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;width:100%}.marquee-content{display:flex;align-items:center;gap:5rem;padding-right:5rem;flex-shrink:0;min-width:max-content;animation:scroll-marquee 75s linear infinite}.marquee-content img{height:44px;width:auto;filter:none;opacity:1;transition:all .4s ease;object-fit:contain}.marquee-content img:hover{opacity:1;filter:grayscale(0) brightness(1);transform:scale(1.05)}@media screen and (max-width: 768px){.marquee-content img{height:38px}}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.about-grid-bg{display:none}.about-radial-glow{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 10% 20%,rgba(85,85,255,.08) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(85,85,255,.05) 0%,transparent 40%);z-index:-1;pointer-events:none}.section.about-new{padding-top:150px;background:transparent;color:var(--text-main)}.section.about-new .container{max-width:900px;margin:0 auto;padding:0 2rem}.section.about-new .about-hero-v2{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:5rem;width:100%}.section.about-new .about-hero-v2 .hero-top{max-width:800px;margin-bottom:3rem}.section.about-new .about-hero-v2 .hero-top .hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:600;color:var(--text-main);margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.1}.section.about-new .about-hero-v2 .hero-top .hero-title .italic-serif{font-family:"Instrument Serif",serif;font-style:italic;color:inherit;position:relative;padding-right:25px}.section.about-new .about-hero-v2 .hero-top .hero-title .italic-serif .sparkle-icon{position:absolute;top:-15px;right:-5px;color:#78787866}.section.about-new .about-hero-v2 .hero-top .hero-title .italic-serif .sparkle-icon svg{width:24px;height:24px}.section.about-new .about-hero-v2 .hero-top .hero-tagline{font-size:clamp(1.1rem,2vw,1.4rem);color:var(--text-muted);max-width:650px;margin:0 auto;line-height:1.6;font-weight:400}.section.about-new .about-hero-v2 .polaroid-row-wrapper{width:100%;overflow:visible;padding:2rem 0;display:flex;justify-content:center}.section.about-new .about-hero-v2 .polaroid-row{display:flex;gap:1.5rem;align-items:center;justify-content:center;perspective:1000px}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card{background:#fff;padding:6px 6px 20px;border-radius:4px;box-shadow:0 10px 30px #00000026;width:240px;transition:transform .5s cubic-bezier(.23,1,.32,1);position:relative;border:1px solid rgba(0,0,0,.05)}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card .polaroid-inner{position:relative;width:100%;aspect-ratio:3.5/4.5;overflow:hidden;border-radius:2px;background:#f0f0f0}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card .polaroid-inner img{width:100%;height:100%;object-fit:cover}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card .polaroid-inner .badge-yellow{position:absolute;top:10px;left:10px;background:#ffeb3b;color:#000;padding:4px 10px;border-radius:100px;font-size:.75rem;font-weight:600;z-index:10;box-shadow:0 2px 8px #0000001a}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card:hover{transform:translateY(-20px) scale(1.05) rotate(0)!important;z-index:50}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-left{transform:rotate(-6deg);z-index:1}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-right{transform:rotate(4deg) translateY(15px);z-index:2;margin-left:-40px}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-left-small{transform:rotate(-3deg) translateY(-10px);z-index:3;margin-left:-40px}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-right-small{transform:rotate(5deg) translateY(20px);z-index:4;margin-left:-40px}.section.about-new [data-theme=dark] .about-hero-v2 .polaroid-row .polaroid-card{background:#1a1a1a;border-color:#ffffff1a;color:#fff;box-shadow:0 20px 50px #00000080}.section.about-new [data-theme=dark] .about-hero-v2 .polaroid-row .polaroid-card .polaroid-inner{background:#111}.section.about-new .section-title{font-size:.85rem;font-weight:700;text-transform:none;letter-spacing:.15em;color:inherit;margin-bottom:2rem;opacity:.8}.section.about-new .journey-paper-container{margin:-2rem auto 4rem;background:#fdfdfd;border-radius:0;padding:4rem 3rem;position:relative;overflow:hidden;width:100%;max-width:800px;box-shadow:0 4px 15px #0000000d;border:1px solid rgba(0,0,0,.03)}.section.about-new .journey-paper-container:before{display:none}.section.about-new .journey-paper-container .paper-lines{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(100,150,255,.15) 1px,transparent 1px);background-size:100% 2.2rem;pointer-events:none;margin-top:3.8rem}.section.about-new .journey-paper-container .journey-content{position:relative;z-index:2;font-family:Short Stack,cursive;font-size:1.1rem;line-height:2.2rem;color:#2c3e50;letter-spacing:.01em}.section.about-new .journey-paper-container .journey-content p{margin-bottom:2.2rem;font-weight:400}.section.about-new .journey-paper-container .journey-content strong{color:#000;font-weight:600;text-decoration:underline wavy rgba(0,0,0,.1)}.section.about-new .journey-paper-container .journey-content .journey-tags{display:flex;gap:1rem;flex-wrap:wrap;margin-top:3.5rem}.section.about-new .journey-paper-container .journey-content .journey-tags .tag-pink{background:#fff;color:#be185d;padding:0 1rem;border-radius:4px;font-size:1rem;border:1px dashed rgba(190,24,93,.3);line-height:2.2;transform:rotate(-1deg)}.section.about-new [data-theme=dark] .journey-paper-container{background:#080808;border-color:#ffffff08;box-shadow:none}.section.about-new [data-theme=dark] .journey-paper-container:before{background:#ff64641a}.section.about-new [data-theme=dark] .journey-paper-container .paper-lines{background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px)}.section.about-new [data-theme=dark] .journey-paper-container .journey-content{color:#889}.section.about-new [data-theme=dark] .journey-paper-container .journey-content strong{color:#bbbbc0;text-decoration-color:#ffffff1a}.section.about-new [data-theme=dark] .journey-paper-container .journey-content .journey-tags .tag-pink{background:#ffffff03;color:#d46296;border-color:#f472b626}.section.about-new .experience-list-v2,.section.about-new .tools-section{margin-bottom:5rem;text-align:center}.section.about-new .experience-list-v2 .experience-title,.section.about-new .tools-section .experience-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--text-main);margin-bottom:2rem;letter-spacing:-.02em;line-height:1.2}.section.about-new .experience-list-v2 .experience-title .italic-serif,.section.about-new .tools-section .experience-title .italic-serif{font-family:"Instrument Serif",serif;font-style:italic;color:inherit}.section.about-new .experience-list-v2 .exp-row{text-align:left;display:flex;gap:4rem;padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.section.about-new .experience-list-v2 .exp-row:last-child{border-bottom:none}.section.about-new .experience-list-v2 .exp-row .exp-year{width:150px;font-size:.95rem;font-weight:600;color:var(--text-muted);flex-shrink:0}.section.about-new .experience-list-v2 .exp-row .exp-details{flex-grow:1}.section.about-new .experience-list-v2 .exp-row .exp-details h3{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.section.about-new .experience-list-v2 .exp-row .exp-details .exp-company{font-size:1.1rem;color:inherit;margin-bottom:1rem;font-weight:600}.section.about-new .experience-list-v2 .exp-row .exp-details .exp-bullets{list-style:none}.section.about-new .experience-list-v2 .exp-row .exp-details .exp-bullets li{font-size:1rem;color:var(--text-muted);margin-bottom:.5rem;position:relative;padding-left:1.5rem}.section.about-new .experience-list-v2 .exp-row .exp-details .exp-bullets li:before{content:"→";position:absolute;left:0;color:var(--text-muted)}.section.about-new .tools-section{width:100%}.section.about-new .tools-section .tools-container{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:0;padding:1rem 0;flex-wrap:nowrap}.section.about-new .tools-section .tool-group{position:relative;display:flex;flex-direction:column;align-items:center}.section.about-new .tools-section .tool-group .tool-cards-row{display:flex;gap:1rem}.section.about-new .tools-section .tool-card{width:70px;height:70px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease;z-index:2;border:1px solid transparent;position:relative}.section.about-new .tools-section .tool-card img{width:32px;height:32px;object-fit:contain}.section.about-new .tools-section .tool-card.white{background:#fff}.section.about-new .tools-section .tool-card.white img{filter:none}.section.about-new .tools-section .tool-card .tool-text{font-family:inherit;font-weight:600;font-size:.9rem;color:#fff}.section.about-new .tools-section .tool-card:hover{transform:translateY(-5px)}.section.about-new .tools-section .tool-card:hover:before,.section.about-new .tools-section .tool-card:hover:after{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.section.about-new .tools-section .tool-card:before{content:attr(data-name);position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%) translateY(10px);background:#1a1a1a;color:#fff;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;box-shadow:0 4px 12px #00000026;pointer-events:none}.section.about-new .tools-section .tool-card:after{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%) translateY(10px);border-width:5px 5px 0 5px;border-style:solid;border-color:#1a1a1a transparent transparent transparent;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;pointer-events:none}[data-theme=dark] .section.about-new .tools-section .tool-card:before{background:#333;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .section.about-new .tools-section .tool-card:after{border-color:#333 transparent transparent transparent}.section.about-new .tools-section .tool-card.white{background:#fff;border:1px solid rgba(0,0,0,.05)}.section.about-new .tools-section .tool-card.black{background:#1a1a1a}.section.about-new .tools-section .tool-card.terracotta{background:#d97757}.section.about-new .tools-section .tool-card.antigravity-card{background:#0a0a15;border:1px solid rgba(255,255,255,.1)}.section.about-new .tools-section .tool-card.antigravity-card svg{width:32px;height:32px}.section.about-new .tools-section .tool-card.black-v2{background:#000}.section.about-new .tools-section .tool-card.dark-figma{background:#1e1e1e}.section.about-new .tools-section .tool-card.purple{background:#8e55ea}.section.about-new .tools-section .tool-card.blue{background:#05f}[data-theme=dark] .section.about-new .tools-section .tool-card{border-color:#ffffff1a}[data-theme=dark] .section.about-new .tools-section .tool-card.black,[data-theme=dark] .section.about-new .tools-section .tool-card.black-v2,[data-theme=dark] .section.about-new .tools-section .tool-card.dark-figma{background:#222}.section.about-new .tools-section .handdrawn-label{position:absolute;font-family:Caveat,cursive;font-size:1.6rem;color:#666;white-space:nowrap;line-height:1.1;pointer-events:none;z-index:1}.section.about-new .tools-section .handdrawn-label.label-top-left{top:-95px;left:-85px;text-align:right}.section.about-new .tools-section .handdrawn-label.label-top-left:after{content:"";position:absolute;top:100%;right:0;width:50px;height:50px;border-left:3.5px solid rgba(0,0,0,.35);border-bottom:3.5px solid rgba(0,0,0,.35);border-radius:0 0 0 40px;transform:translate(25px,-5px) rotate(15deg)}.section.about-new .tools-section .handdrawn-label.label-top-right{top:-95px;right:-85px;text-align:left}.section.about-new .tools-section .handdrawn-label.label-top-right:after{content:"";position:absolute;top:100%;left:0;width:50px;height:50px;border-right:3.5px solid rgba(0,0,0,.35);border-bottom:3.5px solid rgba(0,0,0,.35);border-radius:0 0 40px;transform:translate(-25px,-5px) rotate(-15deg)}.section.about-new .tools-section .handdrawn-label.label-bottom{bottom:-65px;width:100%;text-align:center;font-size:1.5rem}.section.about-new .tools-section .handdrawn-label.label-bottom:before{content:"";position:absolute;top:-15px;left:50%;transform:translate(-50%);width:95%;height:15px;border-bottom:3.5px solid rgba(0,0,0,.3);border-radius:50%}[data-theme=dark] .section.about-new .tools-section .handdrawn-label{color:#fff!important}[data-theme=dark] .section.about-new .tools-section .handdrawn-label:after,[data-theme=dark] .section.about-new .tools-section .handdrawn-label:before{border-color:#fff!important;opacity:1!important}.section.about-new .media-showcase-section{position:relative;width:100%;background-color:#f1f1f1;margin:4rem 0 0;padding:3rem 0;overflow:hidden}.section.about-new .media-showcase-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.04;pointer-events:none;z-index:1}.section.about-new .media-showcase-section .media-gallery,.section.about-new .media-showcase-section .gaming-gallery{position:relative;z-index:2;width:100%;left:auto;padding:.5rem 0;margin:0}.section.about-new .media-showcase-section .media-gallery .section-title,.section.about-new .media-showcase-section .gaming-gallery .section-title{text-align:center;margin-bottom:2rem;font-size:clamp(2rem,5vw,3rem);font-weight:500;color:#111;letter-spacing:-.02em;line-height:1.2}.section.about-new .media-showcase-section .media-gallery .section-title .italic-serif,.section.about-new .media-showcase-section .gaming-gallery .section-title .italic-serif{font-family:"Instrument Serif",serif;font-style:italic}.section.about-new .media-showcase-section .media-gallery .section-title .italic-serif{color:inherit}.section.about-new .media-showcase-section .media-gallery .media-marquee-container{display:flex;flex-direction:column;gap:2rem;width:100%}.section.about-new .media-showcase-section .media-gallery .media-marquee-container .marquee-row{display:flex;gap:5rem;width:max-content;padding:1.5rem 10vw}.section.about-new .media-showcase-section .media-gallery .media-marquee-container .marquee-row.scroll-left{animation:marquee-left 50s linear infinite}.section.about-new .media-showcase-section .media-gallery .media-marquee-container .marquee-row:hover{animation-play-state:paused}.section.about-new .media-showcase-section .media-gallery .cassette-card{position:relative;width:460px;flex-shrink:0;aspect-ratio:1.55/1;perspective:1500px;cursor:pointer}.section.about-new .media-showcase-section .media-gallery .cassette-card:hover .cassette-frame{box-shadow:0 30px 60px #0009}.section.about-new .media-showcase-section .media-gallery .cassette-card:hover .reel:after{animation:spool-rotate 2s linear infinite}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-frame{position:relative;width:100%;height:100%;background:#3b5998;background-image:radial-gradient(circle at 15px 15px,#aaa 2px,#666 7px,transparent 7.5px),radial-gradient(circle at calc(100% - 15px) 15px,#aaa 2px,#666 7px,transparent 7.5px),radial-gradient(circle at 15px calc(100% - 15px),#aaa 2px,#666 7px,transparent 7.5px),radial-gradient(circle at calc(100% - 15px) calc(100% - 15px),#aaa 2px,#666 7px,transparent 7.5px),radial-gradient(circle at 50% calc(100% - 30px),#aaa 2px,#666 7px,transparent 7.5px),repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.1) 2px,rgba(0,0,0,.1) 4px);border-radius:18px;padding:12px;transition:all .6s cubic-bezier(.34,1.56,.64,1);box-shadow:0 25px 50px #00000080,inset 0 2px 5px #fff3;border:2px solid rgba(0,0,0,.3);display:flex;flex-direction:column;overflow:hidden}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-frame:before{content:"+";position:absolute;top:15px;left:15px;color:#0000004d;font-family:inherit;font-size:14px;line-height:1;transform:translate(-50%,-55%);text-shadow:406px 0 0 rgba(0,0,0,.3),0 242.77px 0 rgba(0,0,0,.3),406px 242.77px 0 rgba(0,0,0,.3),203px 227.77px 0 rgba(0,0,0,.3);pointer-events:none;display:none}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-red .cassette-frame{background-color:#c62828;border-color:#8e1b1b}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-green .cassette-frame{background-color:#2e7d32;border-color:#1b5e20}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-orange .cassette-frame{background-color:#ef6c00;border-color:#e65100}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-purple .cassette-frame{background-color:#6a1b9a;border-color:#4a148c}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-teal .cassette-frame{background-color:#00838f;border-color:#006064}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-yellow .cassette-frame{background-color:#fbc02d;border-color:#f9a825}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-pink .cassette-frame{background-color:#ad1457;border-color:#880e4f}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-dark .cassette-frame{background-color:#212121;border-color:#000}.section.about-new .media-showcase-section .media-gallery .cassette-card.variant-brown .cassette-frame{background-color:#4e342e;border-color:#3e2723}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label{position:relative;flex:1;background:#fdfce8;border-radius:10px;margin:5px;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.2);overflow:hidden;box-shadow:inset 0 2px 5px #0000001a}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label .label-lines{height:50px;background-image:linear-gradient(#ccc 1px,transparent 1px),linear-gradient(to bottom,transparent 65px,#e63946 65px,#e63946 73px,#ffbe0b 73px,#ffbe0b 83px);background-size:100% 10px,100% 100%;background-repeat:repeat-y,no-repeat;margin:15px 20px 0}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label .label-image-slot{position:absolute;bottom:0;left:0;width:100%;height:55%;z-index:1}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label .label-image-slot img{width:100%;height:100%;object-fit:cover}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label .label-image-slot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,transparent,#fdfce8 90%)}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label .label-text-main,.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label .side-a,.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-label .time-box{display:none}.section.about-new .media-showcase-section .media-gallery .cassette-card .window-hub-area{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);width:72%;height:40%;background:#3b5998;border-radius:50px;z-index:5;padding:8px;display:flex;align-items:center;justify-content:space-between;box-shadow:-5px -5px 15px #0000004d,5px 5px 15px #ffffff0d}.section.about-new .media-showcase-section .media-gallery .cassette-card .window-hub-area .reel{width:70px;height:70px;background:#fff;border-radius:50%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.section.about-new .media-showcase-section .media-gallery .cassette-card .window-hub-area .reel:before{content:"";position:absolute;width:90%;height:90%;background:#3e2723;border-radius:50%}.section.about-new .media-showcase-section .media-gallery .cassette-card .window-hub-area .reel:after{content:"";position:relative;width:50px;height:50px;background:#fff;border-radius:50%;border:8px dotted #ccc;z-index:2;background-image:radial-gradient(circle at center,#222 8px,transparent 8.5px);background-repeat:no-repeat;background-position:center}.section.about-new .media-showcase-section .media-gallery .cassette-card .window-hub-area .center-window{flex:1;height:40px;background:#000;margin:0 15px;border-radius:6px;position:relative;overflow:hidden;border:2px solid rgba(255,255,255,.1);background-image:repeating-linear-gradient(90deg,transparent,transparent 10px,rgba(255,255,255,.1) 10px,rgba(255,255,255,.1) 12px),linear-gradient(to right,#5d4037 30%,transparent 30.5%);background-size:100% 100%,100% 100%;background-repeat:no-repeat}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-meta{display:block;margin-top:1.5rem;text-align:left;padding-left:.5rem}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-meta .album-name{font-size:1.5rem;font-weight:600;color:#000;font-family:var(--font-mono);margin-bottom:.3rem;letter-spacing:-.02em}.section.about-new .media-showcase-section .media-gallery .cassette-card .cassette-meta .artist-name{font-size:1rem;color:#0009;font-weight:500;font-family:var(--font-mono)}.section.about-new .media-showcase-section .gaming-gallery{padding:1rem 0 2rem}.section.about-new .media-showcase-section .gaming-gallery .section-title .italic-serif{color:inherit}.section.about-new .media-showcase-section .gaming-gallery .gaming-marquee-container{display:flex;flex-direction:column;width:100%}.section.about-new .media-showcase-section .gaming-gallery .gaming-marquee-container .marquee-row{display:flex;gap:5rem;width:max-content;padding:1rem 10vw 2rem;animation:marquee-right 50s linear infinite}.section.about-new .media-showcase-section .gaming-gallery .gaming-marquee-container .marquee-row:hover{animation-play-state:paused}.section.about-new .game-case-wrapper{position:relative;width:260px;height:330px;flex-shrink:0;cursor:pointer;z-index:1;perspective:2000px;transform-style:preserve-3d}.section.about-new .game-case-wrapper:hover .game-disc{transform:translateZ(-10px) translate(40%) rotate(180deg);opacity:1}.section.about-new .game-case-wrapper:hover .game-case{transform:rotateY(10deg) rotateX(3deg) scale(1.02);box-shadow:15px 30px 60px #000000b3,0 0 20px #0043ff1a}.section.about-new .game-case{position:relative;width:100%;height:100%;background:#1a1a1a;border-radius:8px 12px 12px 8px;z-index:5;overflow:hidden;display:flex;flex-direction:column;box-shadow:10px 20px 40px #00000080;transition:all .6s cubic-bezier(.23,1,.32,1);transform:rotateY(20deg) rotateX(5deg);transform-origin:right center}.section.about-new .game-case:before{content:"";position:absolute;top:0;left:0;right:0;height:38px;background:#0043ff;z-index:2;border-bottom:1px solid rgba(255,255,255,.2)}.section.about-new .game-case .platform-label{position:absolute;top:7px;left:12px;display:flex;align-items:center;gap:8px;z-index:3}.section.about-new .game-case .platform-label .ps-logo{width:22px;height:22px;display:flex;align-items:center;justify-content:center}.section.about-new .game-case .platform-label .ps-logo svg{width:100%;height:100%;fill:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.section.about-new .game-case .platform-label span{color:#fff!important;font-weight:800;letter-spacing:1.5px;font-size:1rem;text-shadow:0 1px 3px rgba(0,0,0,.5);font-family:var(--font-mono)}.section.about-new .game-case .case-art{position:relative;flex:1;margin-top:38px;overflow:hidden}.section.about-new .game-case .case-art img{width:100%;height:100%;object-fit:cover}.section.about-new .game-case .case-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,67,255,.1),transparent);pointer-events:none}.section.about-new .game-case .case-spine{position:absolute;left:0;top:0;bottom:0;width:6px;background:#0043ffcc;box-shadow:inset -1px 0 3px #0000004d;z-index:6}.section.about-new .game-case .rating-badge{position:absolute;bottom:12px;left:12px;width:28px;height:34px;background:#fff;border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-size:.8rem;padding:2px;box-shadow:0 2px 5px #0000004d}.section.about-new .game-case .rating-badge:after{content:"ESRB";font-size:.35rem;margin-top:2px}.section.about-new .game-disc{position:absolute;top:38px;right:0;width:250px;height:250px;background:#efefef;border-radius:50%;z-index:2;transition:all .8s cubic-bezier(.19,1,.22,1);overflow:hidden;box-shadow:0 10px 40px #0006;transform:translate(8%);opacity:.8}.section.about-new .game-disc:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:conic-gradient(from 0deg,transparent,rgba(255,255,255,.4) 10%,transparent 20%,rgba(255,255,255,.4) 45%,transparent 60%,rgba(255,255,255,.4) 85%,transparent);z-index:3;mix-blend-mode:overlay;pointer-events:none}.section.about-new .game-disc .disc-art{width:100%;height:100%;object-fit:cover;filter:brightness(.9)}.section.about-new .game-disc .center-hole{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background:#000;border-radius:50%;border:15px solid #ccc;box-shadow:inset 0 0 10px #00000080;z-index:4}.section.about-new .game-meta{margin-top:1.5rem;text-align:left;padding-left:.5rem}.section.about-new .game-meta .game-title{font-size:1.4rem;font-weight:600;color:#000;font-family:var(--font-mono);margin-bottom:.2rem;letter-spacing:-.01em}.section.about-new .game-meta .publisher{font-size:.95rem;color:#00000080;font-weight:500;font-family:var(--font-mono)}@keyframes scanline-flicker{0%{opacity:.4}to{opacity:.6}}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes spool-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float-breath{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(2deg)}}@media (max-width: 768px){.container{padding:0 1.5rem!important}.section.about-new{padding-top:80px}.section.about-new .about-hero-v2{margin-bottom:4rem}.section.about-new .about-hero-v2 .hero-top{margin-bottom:2rem;padding:0}.section.about-new .about-hero-v2 .polaroid-row-wrapper{padding:1rem 0}.section.about-new .about-hero-v2 .polaroid-row{display:grid;grid-template-columns:repeat(2,1fr);gap:0;width:100%;max-width:320px;margin:0 auto}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card{width:150px!important;margin-left:0!important;margin-top:0!important;transform:none!important;box-shadow:0 10px 25px #0003}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-left{transform:translate(5px) rotate(-6deg)!important;z-index:1}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-right{transform:translate(-5px,15px) rotate(4deg)!important;z-index:2}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-left-small{transform:translate(10px,-20px) rotate(-3deg)!important;z-index:3}.section.about-new .about-hero-v2 .polaroid-row .polaroid-card.tilt-right-small{transform:translate(-5px,-5px) rotate(5deg)!important;z-index:4}.section.about-new .journey-paper-container{padding:1.5rem 1rem;margin:0 auto 4rem;width:calc(100% - 2rem);max-width:350px;border-radius:4px!important;overflow:hidden!important}.section.about-new .journey-paper-container:before{display:none}.section.about-new .journey-paper-container .paper-lines{background-size:100% 1.6rem;margin-top:1.3rem}.section.about-new .journey-paper-container .journey-content{font-size:.85rem;line-height:1.6rem}.section.about-new .journey-paper-container .journey-content p{margin-bottom:1.6rem}.section.about-new .journey-paper-container .journey-content .journey-tags{margin-top:2rem;gap:.5rem}.section.about-new .journey-paper-container .journey-content .journey-tags .tag-pink{padding:0 .6rem;font-size:.8rem;line-height:2}.section.about-new .experience-list-v2,.section.about-new .tools-section{margin-bottom:3rem}.section.about-new .experience-list-v2 .experience-title,.section.about-new .tools-section .experience-title{margin-bottom:1.2rem!important;font-size:1.8rem!important}.section.about-new .experience-list-v2 .exp-row{flex-direction:column;gap:1rem}.section.about-new .experience-list-v2 .exp-row .exp-year{width:auto;font-size:.85rem}.section.about-new .experience-list-v2 .exp-row .exp-details h3{font-size:1.25rem}.section.about-new .experience-list-v2 .exp-row .exp-details .exp-company{font-size:1rem;margin-bottom:.75rem}.section.about-new .experience-list-v2 .exp-row .exp-details .exp-bullets li{font-size:.9rem;line-height:1.4}.section.about-new .media-gallery .section-title{font-size:1.8rem!important;margin-bottom:1.2rem!important}.section.about-new .media-gallery .marquee-row{gap:2.5rem!important;padding:1rem 5vw!important}.section.about-new .media-gallery .cassette-card{width:280px!important}.section.about-new .media-gallery .cassette-card .cassette-meta{margin-top:1rem!important}.section.about-new .media-gallery .cassette-card .cassette-meta .album-name{font-size:1.1rem!important}.section.about-new .media-gallery .cassette-card .cassette-meta .artist-name{font-size:.85rem!important}.section.about-new .media-gallery .cassette-card .window-hub-area{padding:4px!important}.section.about-new .media-gallery .cassette-card .window-hub-area .reel-container{width:45px!important;height:45px!important}.section.about-new .media-gallery .cassette-card .window-hub-area .reel-container .reel-gear{width:32px!important;height:32px!important}.section.about-new .media-gallery .cassette-card .window-hub-area .reel-container .reel-gear:before{border-width:5px!important}.section.about-new .media-gallery .cassette-card .window-hub-area .reel-container .reel-gear .gear-center{width:10px!important;height:10px!important}.section.about-new .media-gallery .cassette-card .window-hub-area .center-window{height:25px!important;margin:0 8px!important}.section.about-new .gaming-gallery .section-title{font-size:1.8rem!important;margin-bottom:1.2rem!important}.section.about-new .gaming-gallery .gaming-marquee-container .marquee-row{gap:2.5rem!important;padding:1rem 5vw 3rem!important}.section.about-new .gaming-gallery .game-case-wrapper{width:180px!important;height:230px!important}.section.about-new .gaming-gallery .game-case:before{height:28px!important}.section.about-new .gaming-gallery .game-case .platform-label{top:5px!important;left:8px!important;gap:5px!important}.section.about-new .gaming-gallery .game-case .platform-label .ps-logo{width:16px!important;height:16px!important}.section.about-new .gaming-gallery .game-case .platform-label span{font-size:.75rem!important}.section.about-new .gaming-gallery .game-case .case-art{margin-top:28px!important}.section.about-new .gaming-gallery .game-case .rating-badge{width:20px!important;height:24px!important;font-size:.6rem!important;bottom:8px!important;left:8px!important;transition:all .3s ease}.section.about-new .gaming-gallery .game-disc{display:none!important}.section.about-new .gaming-gallery .game-meta{margin-top:1rem!important}.section.about-new .gaming-gallery .game-meta .game-title{font-size:1rem!important}.section.about-new .gaming-gallery .game-meta .publisher{font-size:.75rem!important}.section.about-new .tools-section .tools-container{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1.2rem!important;padding:1rem!important;max-width:340px!important;margin:0 auto!important}.section.about-new .tools-section .tool-group,.section.about-new .tools-section .tool-cards-row{display:contents!important}.section.about-new .tools-section .handdrawn-label{display:none!important}.section.about-new .tools-section .tool-card{width:65px!important;height:65px!important;margin:0 auto!important}.section.about-new .tools-section .tool-card img,.section.about-new .tools-section .tool-card svg{width:30px!important;height:30px!important}}.about-simple-banner{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4vw;background-color:#000;color:#fff;font-family:var(--font-mono);font-size:.9rem;width:100%}.about-simple-banner .banner-left p{margin:0;opacity:.8;font-weight:400}.about-simple-banner .banner-left p .highlight{font-weight:600;opacity:1}.about-simple-banner .banner-right{display:flex;gap:2rem}.about-simple-banner .banner-right a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease;font-weight:500}.about-simple-banner .banner-right a:hover{opacity:1}@media (max-width: 768px){.about-simple-banner{flex-direction:column;gap:1rem;text-align:center;padding:2rem 1rem}.about-simple-banner .banner-right{gap:1.5rem;justify-content:center}}@media (max-width: 768px){.section.about-new .about-hero-v2 .hero-top .hero-title{font-family:"Instrument Serif",serif;font-weight:400;font-size:clamp(2.2rem,10vw,3rem);line-height:1.1;letter-spacing:-.01em}.section.about-new .about-hero-v2 .hero-top .hero-title .italic-serif{font-style:italic;font-weight:400;color:var(--text-muted);padding-right:0}}.design-gallery{background:var(--bg-color);overflow:hidden;padding:var(--section-padding) 0;transition:var(--theme-transition)}.design-gallery .section-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;margin-bottom:2rem;width:100%}.design-gallery .section-header h2{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:0;color:var(--text-main);letter-spacing:-.02em;text-align:center;width:100%;transition:var(--theme-transition)}.design-gallery .section-header p{color:var(--text-muted);font-size:1.25rem;max-width:700px;margin:0 auto;line-height:1.6;text-align:center;transition:var(--theme-transition)}.gallery-marquee{position:relative;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;padding:2.5rem 0}.gallery-track{display:flex;gap:2.5rem;width:max-content;animation:gallery-scroll 50s linear infinite;will-change:transform}.gallery-track:hover{animation-play-state:paused}.gallery-card{width:clamp(350px,45vw,650px);aspect-ratio:16/10.5;border-radius:24px;overflow:hidden;background:var(--card-bg);flex-shrink:0;border:1px solid var(--border-color);box-shadow:0 10px 30px #0000001a;transition:var(--theme-transition)}@media (max-width: 768px){.gallery-card{border-radius:14px}}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,0,0,1)}.gallery-card:hover{border-color:var(--card-hover-border);transform:translateY(-8px) scale(1.01);box-shadow:0 20px 50px #00000026}.gallery-card:hover img{transform:scale(1.08);filter:brightness(1)}@keyframes gallery-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.faq{padding:var(--section-padding) 0;background-color:var(--bg-color);transition:var(--theme-transition)}.faq-container{display:grid;grid-template-columns:1fr;gap:clamp(2rem,5vw,60px)}@media screen and (min-width: 1024px){.faq-container{grid-template-columns:minmax(280px,400px) 1fr;gap:100px}}.faq-left .section-title{font-size:clamp(2rem,5vw,3.5rem);line-height:1;margin-bottom:24px;color:var(--text-main);transition:var(--theme-transition)}.faq-left .section-desc{font-size:clamp(.95rem,2vw,1.125rem);color:var(--text-muted);margin-bottom:32px;max-width:100%;transition:var(--theme-transition)}.faq-left .faq-contact-btn{display:inline-block;padding:12px 24px;background-color:var(--text-main);color:var(--bg-color);text-decoration:none;border-radius:100px;font-weight:500;transition:all .3s ease}.faq-left .faq-contact-btn:hover{transform:translateY(-2px);opacity:.9}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border-color);transition:var(--theme-transition)}.faq-item:first-child{border-top:1px solid var(--border-color)}.faq-question{padding:clamp(1.25rem,3vw,32px) 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;transition:color .3s ease;min-height:44px}.faq-question h3{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:500;margin:0;line-height:1.4;color:var(--text-main);transition:var(--theme-transition)}.faq-question .faq-icon{font-size:clamp(1.5rem,3vw,2rem);font-weight:300;transition:transform .3s ease;flex-shrink:0;color:var(--text-main);transition:var(--theme-transition)}.faq-question:hover{color:var(--primary-color)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer p{padding-bottom:clamp(1.25rem,3vw,32px);margin:0;font-size:clamp(.95rem,1.5vw,1.125rem);line-height:1.6;color:var(--text-muted);max-width:100%;transition:var(--theme-transition)}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-item.active .faq-answer{max-height:200px}.audio-interaction{padding:80px 0 60px;background-color:var(--bg-color);overflow:hidden}.audio-interaction .container{max-width:1400px;margin:0 auto;text-align:center}.audio-text-wrapper{margin-bottom:60px}.audio-heading{font-family:var(--font-body);font-size:clamp(1.65rem,4vw,2.75rem);font-weight:400;color:var(--text-main);line-height:1.35;letter-spacing:-.01em}.audio-heading .d-block{display:block;margin-bottom:15px}.audio-heading .d-flex{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:15px}.audio-heading .font-serif{font-family:"Instrument Serif",serif;font-style:italic;opacity:.9;font-size:1.1em}.audio-toggle{width:160px;height:84px;background:#e4e4e4;border-radius:60px;position:relative;cursor:pointer;transition:all .5s cubic-bezier(.2,.8,.2,1);box-shadow:inset 5px 5px 12px #0000001a,inset -5px -5px 12px #ffffffe6;display:flex;align-items:center;padding:8px}.audio-toggle.is-playing{background:#282828;box-shadow:inset 5px 5px 12px #0009,inset -5px -5px 12px #ffffff0d}.audio-toggle.is-playing .audio-toggle-knob{transform:translate(76px)}.audio-toggle:hover .audio-play-icon{transform:scale(.96);box-shadow:inset 3px 3px 6px #00000026,inset -3px -3px 6px #fffc}.audio-toggle:hover .audio-play-icon:after{background:#b8b8b8;transform:scale(.9)}.audio-toggle:active{transform:scale(.92) rotate(-3deg);transition:transform .1s cubic-bezier(.34,1.56,.64,1)}.audio-toggle-knob{width:68px;height:68px;background:#fff;border-radius:50%;box-shadow:0 6px 14px #00000026,-3px 3px 6px #0000000d,inset 3px 3px 6px #fff;display:flex;align-items:center;justify-content:center;transition:transform .6s cubic-bezier(.34,1.56,.64,1);will-change:transform}.audio-play-icon{width:52px;height:52px;background:#ebebeb;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:inset 2px 2px 4px #0000000d,inset -2px -2px 4px #ffffff80}.audio-play-icon:after{content:"";width:18px;height:18px;background:#cfcfcf;border-radius:50%;transition:all .3s ease;box-shadow:inset 2px 2px 4px #00000026}.audio-banner{width:100%;height:280px;border-radius:12px;overflow:hidden;position:relative;display:flex;align-items:center;transform:scale(.92);background:url(/assets/banner_image-COjvVbem.png) no-repeat center center;background-size:cover;animation:bannerImageBreathe 20s ease infinite alternate;box-shadow:0 10px 30px #0000001a;transform-style:preserve-3d;perspective:1000px;transition:border-radius .8s cubic-bezier(.34,1.56,.64,1),box-shadow .8s ease,transform .8s cubic-bezier(.34,1.56,.64,1),background-size 1s ease}.audio-banner.is-playing{transform:scale(1);border-radius:40px;box-shadow:0 40px 100px #0000004d;animation:bannerImageBreathe 20s ease infinite alternate,naturalWiggle .8s cubic-bezier(.4,0,.2,1) both}@keyframes bannerImageBreathe{0%{background-position:center 45%}to{background-position:center 55%}}@keyframes naturalWiggle{0%{transform:scale(.98) rotate(0)}25%{transform:scale(1.01) rotate(.8deg) translate(3px)}50%{transform:scale(.995) rotate(-.6deg) translate(-3px)}75%{transform:scale(1.002) rotate(.3deg) translate(1.5px)}to{transform:scale(1) rotate(0)}}.audio-banner-mask{width:100%;height:100%;display:flex;align-items:center;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.audio-banner-track{display:flex;width:200%;animation:scrollBanner 30s linear infinite}.audio-banner-track:hover{animation-play-state:paused}.audio-banner-text{flex:1;white-space:nowrap;font-family:var(--font-body);font-size:3.5rem;font-weight:700;color:#fff;opacity:.95;text-shadow:0 10px 30px rgba(0,0,0,.2);letter-spacing:-.02em}@keyframes scrollBanner{0%{transform:translate(0)}to{transform:translate(-50%)}}.audio-banner-track{mix-blend-mode:overlay}@media (max-width: 768px){.audio-interaction{padding:50px 0 30px}.audio-heading{font-size:clamp(1.2rem,4.5vw,1.85rem)}.audio-heading .d-flex{gap:8px}.audio-toggle{width:80px;height:44px;border-radius:30px;padding:3px}.audio-toggle.is-playing .audio-toggle-knob{transform:translate(36px)}.audio-toggle-knob{width:38px;height:38px}.audio-play-icon{width:28px;height:28px}.audio-play-icon:after{width:8px;height:8px}.audio-banner{height:120px;border-radius:15px;transform:scale(.9)}.audio-banner.is-playing{transform:scale(1)}.audio-banner-text{font-size:1.4rem}}.testimonials-placeholder{background:var(--bg-color);padding:8rem 0 2rem;text-align:center;position:relative;overflow:hidden}@media (max-width: 768px){.testimonials-placeholder{padding:6rem 0 1rem}}.testimonials-placeholder .placeholder-header{max-width:800px;margin:0 auto 2rem}@media (max-width: 768px){.testimonials-placeholder .placeholder-header{margin-bottom:0rem}}.testimonials-placeholder .placeholder-header .placeholder-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:500;color:var(--text-main);line-height:1.1;margin-bottom:2.5rem;letter-spacing:-.02em}.testimonials-placeholder .placeholder-header .placeholder-title span.emoji{display:inline-block;filter:drop-shadow(0 0 10px rgba(255,255,255,.1))}.testimonials-placeholder .placeholder-header .placeholder-subtitle{font-family:var(--font-mono);font-size:1.5rem;color:var(--text-main);opacity:.9;margin-bottom:1.5rem}@media (max-width: 768px){.testimonials-placeholder .placeholder-header .placeholder-subtitle{font-size:1.1rem}}.testimonials-placeholder .placeholder-header .placeholder-small{font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.3em;color:var(--text-muted);opacity:.6}.testimonials-placeholder .avatar-group-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem}.testimonials-placeholder .avatar-group-wrap .avatar-stack{display:flex;align-items:center;justify-content:center}.testimonials-placeholder .avatar-group-wrap .avatar-item{width:48px;height:48px;border-radius:50%;border:3px solid var(--bg-color);overflow:hidden;margin-left:-12px;background:var(--bg-secondary);transition:all .3s ease;cursor:pointer}.testimonials-placeholder .avatar-group-wrap .avatar-item:first-child{margin-left:0;z-index:3}.testimonials-placeholder .avatar-group-wrap .avatar-item:nth-child(2){z-index:2}.testimonials-placeholder .avatar-group-wrap .avatar-item:nth-child(3){z-index:1}.testimonials-placeholder .avatar-group-wrap .avatar-item:hover{transform:translateY(-5px) scale(1.1);z-index:10;border-color:var(--accent-color)}.testimonials-placeholder .avatar-group-wrap .avatar-item img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .3s ease}.testimonials-placeholder .avatar-group-wrap .avatar-item:hover img{filter:grayscale(0%)}.testimonials-placeholder .avatar-group-wrap .avatar-label{font-family:var(--font-mono);font-size:.9rem;color:var(--text-main);opacity:.8}.testimonials-placeholder:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,var(--border-color),transparent)}.site-footer{background-color:var(--bg-color);padding:120px 0 60px;position:relative;overflow:hidden;color:var(--text-main)}.site-footer:before{content:"";position:absolute;top:0;left:10%;width:80%;height:1px;background:linear-gradient(90deg,transparent,var(--border-color),transparent)}html.footer-cursor-active,html.footer-cursor-active *{cursor:none!important}html.footer-cursor-active .custom-cursor{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.footer-cta{max-width:900px;margin:0 auto 100px;text-align:center;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.footer-cta h2{font-size:clamp(3rem,8vw,5.5rem);font-family:var(--font-display);font-weight:500;color:var(--text-main);margin-bottom:48px;letter-spacing:-.04em;line-height:1.1}.footer-cta .cta-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;align-items:center}.footer-btn{display:inline-flex;align-items:center;padding:1rem 2rem;border-radius:100px;background:var(--text-main);color:var(--bg-color);font-weight:600;text-decoration:none;transition:all .3s ease;border:1px solid var(--text-main)}.footer-btn:hover{transform:translateY(-2px);opacity:.9}.footer-btn.outline{background:transparent;color:var(--text-main);border-color:var(--border-color)}.footer-btn.outline:hover{background:#ffffff0d;border-color:var(--text-main)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:40px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}@media (max-width: 768px){.footer-bottom{flex-direction:column;gap:24px;text-align:center}}.footer-bottom p{color:var(--text-muted);font-size:.95rem}.footer-bottom p .highlight{color:var(--text-main);font-weight:500}.footer-bottom .footer-socials{display:flex;gap:32px}.footer-bottom .footer-socials a{font-size:.95rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:10px}.footer-bottom .footer-socials a:before{content:"";display:inline-block;width:18px;height:18px;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;transition:transform .3s ease;flex-shrink:0}.footer-bottom .footer-socials a:hover{color:var(--text-main)}.footer-bottom .footer-socials a:hover:before{transform:translateY(-2px)}.footer-bottom .footer-socials a.linkedin:before{-webkit-mask-image:url(https://api.iconify.design/simple-icons:linkedin.svg);mask-image:url(https://api.iconify.design/simple-icons:linkedin.svg)}.footer-bottom .footer-socials a.behance:before{-webkit-mask-image:url(https://api.iconify.design/simple-icons:behance.svg);mask-image:url(https://api.iconify.design/simple-icons:behance.svg)}.footer-bottom .footer-socials a.instagram:before{-webkit-mask-image:url(https://api.iconify.design/simple-icons:instagram.svg);mask-image:url(https://api.iconify.design/simple-icons:instagram.svg)}.footer-cursor-me,.footer-cursor-you{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;display:flex;align-items:flex-start;gap:0;opacity:0;transition:opacity .5s cubic-bezier(.19,1,.22,1);will-change:transform,opacity}.footer-cursor-me.is-visible,.footer-cursor-you.is-visible{opacity:1}.footer-cursor-me{flex-direction:row;align-items:flex-start}.footer-cursor-me .me-pill{background:#e32d8e;color:#fff;padding:12px 26px;border-radius:100px;font-size:1.1rem;font-weight:700;box-shadow:0 10px 20px #e32d8e40;white-space:nowrap;letter-spacing:-.02em;font-family:var(--font-body);margin-top:10px}@media (max-width: 768px){.footer-cursor-me .me-pill{padding:5px 12px;font-size:.7rem;margin-top:2px}}.footer-cursor-me svg{filter:drop-shadow(0 4px 8px rgba(227,45,142,.2));margin-left:6px;margin-top:5px;flex-shrink:0}@media (max-width: 768px){.footer-cursor-me svg{width:12px;height:12px;margin-left:2px;margin-top:2px}}.footer-cursor-you{flex-direction:row;align-items:flex-start}.footer-cursor-you .you-pill{background:#0084ff;color:#fff;padding:12px 26px;border-radius:100px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;box-shadow:0 10px 20px #0084ff40;white-space:nowrap;letter-spacing:-.02em;font-family:var(--font-body);margin-top:10px}@media (max-width: 768px){.footer-cursor-you .you-pill{padding:5px 12px;font-size:.7rem;margin-top:2px}}.footer-cursor-you svg{filter:drop-shadow(0 4px 8px rgba(0,132,255,.2));margin-right:6px;margin-top:5px;flex-shrink:0}@media (max-width: 768px){.footer-cursor-you svg{width:12px;height:12px;margin-right:2px;margin-top:2px}}@media (min-width: 768px) and (pointer: fine){body,a,button,[role=button],input,select,textarea{cursor:none!important}}.custom-cursor{display:none;position:fixed;top:0;left:0;pointer-events:none;z-index:99999;display:flex;align-items:center;justify-content:center;transform:translate3d(var(--x, -100px),var(--y, -100px),0);transition:opacity .1s ease,transform .1s linear,width .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1),border-radius .3s cubic-bezier(.25,1,.5,1),background-color .3s ease;will-change:transform,width,height,border-radius;opacity:0;width:0;height:0}@media (min-width: 768px) and (pointer: fine){.custom-cursor{display:flex}}.custom-cursor.is-active{opacity:1!important}.custom-cursor .cursor-arrow{position:absolute;width:24px;height:24px;background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2L20 12L12 14L8 22L4 2Z" fill="%23000000" stroke="white" stroke-width="1.5" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;top:0;left:0;transition:opacity .2s ease,transform .3s cubic-bezier(.25,1,.5,1);transform-origin:top left}.custom-cursor .cursor-pill{position:absolute;display:flex;align-items:center;justify-content:center;padding:0 16px;height:48px;background-color:#000;color:#fff;font-size:16px;font-weight:500;border-radius:999px;white-space:nowrap;opacity:0;transform:scale(.5);transition:opacity .3s ease,transform .3s cubic-bezier(.25,1,.5,1),background-color .3s ease,border .3s ease;border:1.5px solid rgba(255,255,255,.8);box-shadow:0 8px 16px #0000001a;top:50%;left:50%;margin-top:-24px;margin-left:-40px}.custom-cursor .cursor-indicator{position:absolute;top:0;left:0;width:18px;height:18px;background-image:url('data:image/svg+xml;utf8,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L18 6 L6 18 Z" fill="%23E74C3C"/></svg>');background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .3s ease;z-index:2;transform-origin:top left}.custom-cursor.is-view{margin-top:10px;margin-left:10px}.custom-cursor.is-view .cursor-arrow{opacity:0;transform:scale(.5)}.custom-cursor.is-view .cursor-pill{opacity:1!important;transform:scale(1);background-color:#000;border-color:#fff;color:#fff;min-width:80px;margin-left:-40px}.custom-cursor.is-view:before{content:"";position:absolute;width:24px;height:24px;background-image:url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 2L20 12L12 14L8 22L4 2Z" fill="%23000000" stroke="white" stroke-width="2" stroke-linejoin="round"/></svg>');background-size:contain;background-repeat:no-repeat;top:50%;left:50%;margin-top:-12px;margin-left:-75px;opacity:1;transform-origin:center;transition:opacity .3s ease}
