*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#060606;--bg-secondary:#0f0f0f;--surface:#ffffff0a;--border:#ffffff14;--text-primary:#f5f5f5;--text-secondary:#f5f5f566;--accent:#fff;--accent-dim:#ffffff26;--accent-glow:#ffffff14}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text-primary);-webkit-text-size-adjust:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}#root{min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::selection{background:var(--accent-glow);color:var(--text-primary)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.hero-left,.hero-right,.about-inner,.journey-card,.exp-card,.skill-card,.social-card,.proj-card{will-change:auto}.mq-track{will-change:transform}.bg-hero-canvas,.bg-section-canvas{will-change:auto}.app{min-height:100vh;position:relative}.hero{z-index:1;justify-content:center;align-items:center;gap:3rem;min-height:100vh;padding:5rem 4vw 6rem;display:flex;position:relative}.hero-left{flex-direction:column;flex:none;align-items:flex-start;width:420px;max-width:100%;display:flex}.hero-right{flex:none;align-items:stretch;gap:.75rem;height:480px;display:flex}.hero-badge{color:#ffffff80;letter-spacing:.06em;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.3rem .85rem;font-size:.75rem;display:inline-flex}.hero-badge span{background:#fff;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2.5s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.2}}.hero-name{letter-spacing:-.04em;color:#fff;margin-bottom:1.25rem;font-size:clamp(4rem,8vw,8rem);font-weight:800;line-height:1}.hero-title{color:#ffffff59;letter-spacing:.01em;margin-bottom:.85rem;font-size:clamp(.95rem,1.8vw,1.25rem);font-weight:400}.hero-title strong{color:#fffc;font-weight:600}.hero-sub{color:#ffffff40;max-width:420px;margin-bottom:2.5rem;font-size:.9rem;line-height:1.9}.hero-cta{flex-wrap:wrap;gap:.75rem;display:flex}.btn-primary{color:#080808;letter-spacing:.01em;text-align:center;background:#fff;border-radius:.6rem;padding:.75rem 1.75rem;font-size:.88rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-block}.btn-primary:hover{opacity:.85;transform:translateY(-1px)}.btn-secondary{color:#fff9;letter-spacing:.01em;text-align:center;background:0 0;border:1px solid #ffffff1f;border-radius:.6rem;padding:.75rem 1.75rem;font-size:.88rem;font-weight:500;transition:border-color .2s,color .2s,transform .2s;display:inline-block}.btn-secondary:hover{color:#ffffffe6;border-color:#ffffff4d;transform:translateY(-1px)}.scroll-hint{color:#ffffff26;letter-spacing:.12em;text-transform:uppercase;z-index:1;flex-direction:column;align-items:center;gap:.4rem;font-size:.65rem;display:flex;position:absolute;bottom:6.5rem;left:50%;transform:translate(-50%)}.scroll-hint-line{background:linear-gradient(#fff3,#0000);width:1px;height:36px;animation:1.8s ease-in-out infinite scrollDown}@keyframes scrollDown{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@media (width<=1100px){.hero{text-align:center;flex-direction:column;gap:2.5rem;min-height:100svh;padding:5rem 5vw 8rem}.hero-left{align-items:center;width:100%}.hero-sub{text-align:center;max-width:100%}.hero-cta{justify-content:center}.hero-right{flex-wrap:wrap;justify-content:center;height:auto}}@media (width<=640px){.hero{gap:2rem;padding:4.5rem 1.25rem 7rem}.hero-name{font-size:clamp(3rem,15vw,4.5rem)}.hero-title{font-size:.95rem}.hero-sub{margin-bottom:2rem;font-size:.85rem}.hero-right{flex-direction:column;align-items:center;gap:.75rem;width:100%}.hero-cta{flex-direction:column;width:100%;max-width:320px}.btn-primary,.btn-secondary{width:100%;padding:.85rem 1.5rem}.scroll-hint{display:none}}.dock-outer{align-items:center;max-width:100%;margin:0 .5rem;display:flex}.dock-panel{-webkit-backdrop-filter:blur(24px);z-index:1000;background-color:#0a0a0ad9;border:1px solid #ffffff14;border-radius:1.25rem;align-items:flex-end;gap:.6rem;width:fit-content;max-width:calc(100vw - 2rem);padding:0 .65rem .65rem;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 40px #0009,0 0 0 1px #ffffff08}.dock-item{cursor:pointer;background-color:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;outline:none;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex;position:relative;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.dock-item:hover{background-color:#ffffff1a}.dock-icon{color:#ffffffb3;justify-content:center;align-items:center;display:flex}.dock-label{white-space:pre;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffb3;letter-spacing:.02em;pointer-events:none;background-color:#0a0a0af2;border:1px solid #ffffff14;border-radius:.5rem;width:fit-content;padding:.2rem .6rem;font-size:.7rem;font-weight:500;position:absolute;top:-2rem;left:50%;transform:translate(-50%)}.dock-item--lang .dock-icon{color:#ffffffe6;letter-spacing:.5px;font-size:13px;font-weight:700}.dock-item--lang{background-color:#ffffff12;border-color:#ffffff24}.dock-item--lang:hover{background-color:#ffffff24}@media (width<=640px){.dock-panel{border-radius:1rem;gap:.4rem;padding:0 .5rem .5rem;bottom:.75rem}.dock-item{border-radius:9px;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important}.dock-icon svg{width:17px!important;height:17px!important}.dock-item--lang .dock-icon{font-size:10px}.dock-label{display:none}}.intro{z-index:9999;cursor:pointer;-webkit-user-select:none;user-select:none;background:#060606;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow:hidden}.intro-glow{pointer-events:none;background:radial-gradient(#ffffff12 0%,#0000 70%);width:800px;height:360px;animation:4s ease-in-out infinite glowPulse;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}@keyframes glowPulse{0%,to{opacity:.7}50%{opacity:1}}.intro-center{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex;position:relative}.intro-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#fff3;font-size:.68rem;font-weight:400}.intro-title{letter-spacing:-.03em;color:#fff;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.35em;margin:0;font-size:clamp(2rem,7vw,4.5rem);font-weight:600;line-height:1.1;display:flex}.intro-word{display:inline-block}.intro-sub{letter-spacing:.18em;text-transform:uppercase;color:#fff3;margin-top:.5rem;font-size:.72rem;font-weight:400;animation:2.5s ease-in-out infinite breathe}@keyframes breathe{0%,to{opacity:.2}50%{opacity:.55}}.intro-progress-wrap{z-index:2;background:#ffffff0f;height:1px;position:absolute;bottom:0;left:0;right:0}.intro-progress-bar{background:#ffffff80;border-radius:0 1px 1px 0;height:100%}.dc-card{-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:#0a0a0ad1;border:1px solid #ffffff12;border-radius:1.1rem;flex-direction:column;display:flex;overflow:hidden}.dc-loading{justify-content:center;align-items:center;min-height:200px}.dc-skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:6px;width:70%;height:12px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dc-card--discord{width:260px;height:100%}.dc-banner{flex-shrink:0;width:100%;height:120px;position:relative}.dc-banner img{object-fit:cover;width:100%;height:100%}.dc-avatar-row{margin-top:-40px;margin-bottom:8px;padding:0 16px}.dc-avatar-wrap{width:fit-content;position:relative}.dc-avatar{object-fit:cover;border:4px solid #0a0a0a;border-radius:50%;width:80px;height:80px;display:block}.dc-status-dot{border:3px solid #0a0a0a;border-radius:50%;width:16px;height:16px;position:absolute;bottom:3px;right:3px}.dc-info-block{flex-direction:column;gap:3px;padding:0 16px 12px;display:flex}.dc-name{color:#fff;letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.dc-tag{color:#ffffff47;font-size:.73rem}.dc-divider{background:#ffffff0f;height:1px;margin:0 16px}.dc-section{padding:12px 16px 6px}.dc-section-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff47;margin-bottom:6px;font-size:.62rem;font-weight:700;display:block}.dc-status-row{align-items:center;gap:7px;display:flex}.dc-status-dot-sm{border-radius:50%;flex-shrink:0;width:9px;height:9px}.dc-status-text{color:#ffffffb3;font-size:.82rem;font-weight:500}.dc-status-device{color:#ffffff47;font-size:.72rem}.dc-custom-status{color:#ffffff73;word-break:break-word;background:#ffffff08;border:1px solid #ffffff0d;border-radius:.6rem;align-items:flex-start;gap:6px;margin:8px 16px;padding:8px 12px;font-size:.78rem;line-height:1.5;display:flex}.dc-activity{flex-direction:column;gap:4px;padding:12px 16px;display:flex}.dc-activity-name{color:#ffffffbf;font-size:.84rem;font-weight:600}.dc-activity-detail{color:#ffffff59;font-size:.73rem}.dc-spacer{flex:1;min-height:12px}.dc-btn{color:#fff;text-align:center;cursor:pointer;background:#5865f2;border:none;border-radius:.6rem;margin:0 16px 16px;padding:11px;font-family:inherit;font-size:.86rem;font-weight:600;transition:background .2s,transform .15s;display:block}.dc-btn:hover{background:#4752c4;transform:translateY(-1px)}.dc-card--spotify{width:260px;height:100%}.sp-header{align-items:center;gap:8px;padding:16px 16px 12px;display:flex}.sp-label{letter-spacing:.14em;color:#ffffff73;flex:1;font-size:.68rem;font-weight:700}.sp-bars-wrap{align-items:center;display:flex}.sp-bars{align-items:flex-end;gap:2px;height:14px;display:flex}.sp-bar{background:#1db954;border-radius:2px;width:3px;animation:.7s ease-in-out infinite alternate spBarBounce}.sp-bar:first-child{height:55%;animation-delay:0s}.sp-bar:nth-child(2){height:100%;animation-delay:.2s}.sp-bar:nth-child(3){height:65%;animation-delay:.4s}@keyframes spBarBounce{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.sp-idle-icon{color:#fff3;font-size:.8rem}.sp-art-wrap{padding:0 16px 14px}.sp-art{aspect-ratio:1;object-fit:cover;border-radius:.75rem;width:100%;display:block;box-shadow:0 12px 40px #0009}.sp-track-info{flex-direction:column;gap:4px;padding:0 16px 12px;display:flex}.sp-track{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:1.1rem;font-weight:700;overflow:hidden}.sp-artist{color:#ffffff73;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.sp-album{color:#ffffff38;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.sp-progress{padding:4px 16px 16px}.sp-progress-bar{background:#ffffff14;border-radius:2px;height:3px;overflow:hidden}.sp-progress-fill{background:#1db954;border-radius:2px;width:5%;height:100%;animation:30s linear infinite spProgress}@keyframes spProgress{0%{width:5%}to{width:98%}}.sp-idle{color:#fff3;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 16px 50px;font-size:.82rem;display:flex}@media (width<=640px){.dc-card--discord,.dc-card--spotify{width:100%;max-width:380px;height:auto}}.bg-hero{z-index:0;pointer-events:none;height:100vh;position:fixed;top:0;left:0;right:0;overflow:hidden}.bg-base{background:#060606;position:absolute;inset:0}.bg-hero-canvas{width:100%;height:100%;position:absolute;inset:0}.bg-hero-fade-top{background:linear-gradient(#060606 0%,#0000 100%);height:160px;position:absolute;top:0;left:0;right:0}.bg-hero-fade-bottom{background:linear-gradient(#0000 0%,#060606 100%);height:220px;position:absolute;bottom:0;left:0;right:0}.bg-vignette{background:radial-gradient(#0000 30%,#060606b3 100%);position:absolute;inset:0}.bg-sections{z-index:0;pointer-events:none;background:#060606;position:absolute;inset:100vh 0 0;overflow:hidden}.bg-section-canvas{width:100%;height:100%;position:absolute;inset:0}.mq-wrapper{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#060606d9;border-bottom:1px solid #ffffff0f;align-items:center;height:56px;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.mq-fade{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.mq-fade--left{background:linear-gradient(90deg,#060606 0%,#0000 100%);left:0}.mq-fade--right{background:linear-gradient(270deg,#060606 0%,#0000 100%);right:0}.mq-track{white-space:nowrap;will-change:transform;align-items:center;animation:14s linear infinite marqueeScroll;display:flex}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.mq-item{align-items:center;gap:.75rem;padding:0 3rem;display:inline-flex}.mq-logo{object-fit:contain;opacity:.9;width:32px;height:32px}.mq-name{color:#ffffffbf;letter-spacing:.01em;font-size:.95rem;font-weight:600}.mq-sep{color:#ffffff26;margin-left:.75rem;font-size:1.1rem}@media (width<=540px){.mq-wrapper{height:44px}.mq-logo{width:24px;height:24px}.mq-name{font-size:.78rem}.mq-item{padding:0 1.5rem}}.about{z-index:1;padding:6rem 7vw;position:relative}.about:before{content:"";background:#ffffff0f;height:1px;position:absolute;top:0;left:7vw;right:7vw}.about-inner{align-items:center;gap:5rem;max-width:1100px;margin:0 auto;display:flex}.about-left{flex-direction:column;flex:1;gap:1.25rem;min-width:0;display:flex}.about-right{flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;font-size:.7rem;font-weight:500}.about-title{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:700;line-height:1.1}.about-desc{color:#fff6;font-size:.92rem;line-height:1.85}.about-skills{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.about-skill{color:#ffffff80;letter-spacing:.02em;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;padding:.3rem .85rem;font-size:.75rem;font-weight:500;transition:border-color .2s,color .2s}.about-skill:hover{color:#ffffffd9;border-color:#ffffff40}.about-stats{flex-wrap:wrap;gap:2rem;margin-top:.25rem;display:flex}.about-stat{flex-direction:column;gap:.2rem;display:flex}.about-stat-value{color:#fff;letter-spacing:-.03em;font-size:1.6rem;font-weight:700}.about-stat-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:500}@media (width<=860px){.about-inner{text-align:center;flex-direction:column;gap:2.5rem}.about-left{align-items:center}.about-desc{text-align:center}.about-skills,.about-stats{justify-content:center}}@media (width<=640px){.about{padding:4rem 1.25rem}.about-right{display:none}.about-stat-value{font-size:1.4rem}.about-stats{gap:1.5rem}}.a3d-container{flex-shrink:0;justify-content:center;align-items:center;width:320px;height:320px;display:flex}.tech-stack-3d{width:150px;height:150px;transform-style:preserve-3d;cursor:pointer;animation:6s ease-in-out infinite suzulme;position:relative;transform:rotateX(60deg)rotate(-45deg)}@keyframes suzulme{0%,to{transform:rotateX(60deg)rotate(-45deg)translateZ(0)}50%{transform:rotateX(60deg)rotate(-45deg)translateZ(18px)}}.katman{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0f0f80;border:1px solid #ffffff1a;border-radius:22px;justify-content:center;align-items:center;width:100%;height:100%;transition:all .7s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;left:0;box-shadow:-10px 10px 24px #0009,inset 0 0 15px #ffffff05}.katman svg{color:#ffffff80;width:52px;height:52px;transition:all .5s;transform:rotate(45deg)}.katman-alt{transform:translateZ(0)}.katman-orta{transform:translateZ(65px)}.katman-ust{transform:translateZ(130px)}.tech-stack-3d:hover .katman-alt{border-color:#fff3;transform:translateZ(-25px)}.tech-stack-3d:hover .katman-orta{border-color:#fff6;transform:translateZ(85px);box-shadow:-10px 10px 30px #000c,inset 0 0 20px #ffffff0a}.tech-stack-3d:hover .katman-ust{border-color:#ffffffd9;transform:translateZ(195px);box-shadow:-15px 15px 40px #000000e6,0 0 24px #ffffff2e}.tech-stack-3d:hover .katman svg{color:#fff;filter:drop-shadow(0 0 8px #ffffff80)}.skills{z-index:1;padding:6rem 7vw;position:relative}.skills:before{content:"";background:#ffffff0f;height:1px;position:absolute;top:0;left:7vw;right:7vw}.skills-inner{max-width:1100px;margin:0 auto}.skills-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:.75rem;font-size:.7rem;font-weight:500}.skills-title{letter-spacing:-.03em;color:#fff;margin:0 0 3rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1rem;display:grid}.skill-card{cursor:default;background:#ffffff08;border:1px solid #ffffff12;border-radius:.9rem;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;transition:background .2s,border-color .2s;display:flex}.skill-card:hover{background:#ffffff0f;border-color:#ffffff24}.skill-icon{object-fit:contain;width:44px;height:44px}.skill-name{color:#ffffff80;letter-spacing:.02em;text-align:center;font-size:.75rem;font-weight:500}@media (width<=640px){.skills{padding:4rem 1.25rem}.skills-grid{grid-template-columns:repeat(3,1fr);gap:.65rem}.skill-card{gap:.5rem;padding:1rem .5rem}.skill-icon{width:34px;height:34px}.skill-name{font-size:.7rem}}.social{z-index:1;padding:6rem 7vw 8rem;position:relative}.social:before{content:"";background:#ffffff0f;height:1px;position:absolute;top:0;left:7vw;right:7vw}.social-inner{max-width:1100px;margin:0 auto}.social-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:.75rem;font-size:.7rem;font-weight:500}.social-title{letter-spacing:-.03em;color:#fff;margin:0 0 3rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700}.social-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.social-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:1rem;flex-direction:column;gap:.85rem;padding:1.4rem;text-decoration:none;transition:background .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.social-card:after{content:"";background:radial-gradient(circle at 20% 20%, var(--accent), transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.social-card:hover{border-color:color-mix(in srgb, var(--accent) 25%, transparent);background:#ffffff0d}.social-card:hover:after{opacity:.06}.sc-top{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.sc-icon-wrap{background:color-mix(in srgb, var(--accent) 15%, #ffffff0a);border:1px solid color-mix(in srgb, var(--accent) 20%, transparent);border-radius:.6rem;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.sc-icon-wrap svg{width:18px;height:18px;color:var(--accent)}.sc-name-row{z-index:1;align-items:baseline;gap:.4rem;display:flex;position:relative}.sc-name{color:#fff;letter-spacing:-.01em;font-size:.95rem;font-weight:700}.sc-handle{color:#ffffff4d;font-size:.72rem}.sc-desc{color:#fff6;z-index:1;margin:0;font-size:.8rem;line-height:1.6;position:relative}.sc-tags{z-index:1;flex-wrap:wrap;gap:.4rem;margin-top:auto;display:flex;position:relative}.sc-tag{color:#ffffff4d;letter-spacing:.02em;background:#ffffff0d;border:1px solid #ffffff12;border-radius:999px;padding:.15rem .55rem;font-size:.68rem}@media (width<=860px){.social-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.social{padding:4rem 1.25rem 7rem}.social-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.social-card{gap:.65rem;padding:1rem}.sc-name{font-size:.88rem}.sc-desc{font-size:.75rem}}@media (width<=380px){.social-grid{grid-template-columns:1fr}}.expertise{z-index:1;padding:6rem 7vw;position:relative}.expertise:before{content:"";background:#ffffff0f;height:1px;position:absolute;top:0;left:7vw;right:7vw}.expertise-inner{max-width:1100px;margin:0 auto}.exp-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:.75rem;font-size:.7rem;font-weight:500}.exp-title{letter-spacing:-.03em;color:#fff;margin:0 0 3rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700}.exp-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.exp-card{cursor:default;background:#ffffff08;border:1px solid #ffffff12;border-radius:1.1rem;flex-direction:column;gap:1rem;padding:1.75rem;transition:background .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.exp-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0a 0%,#0000 70%);width:180px;height:180px;position:absolute;top:-60px;right:-60px}.exp-card:hover{background:#ffffff0d;border-color:#ffffff1f}.exp-card-top{justify-content:space-between;align-items:center;display:flex}.exp-icon{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:.75rem;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.exp-icon svg{width:20px;height:20px}.exp-num{color:#ffffff1f;letter-spacing:.1em;font-size:.7rem;font-weight:700}.exp-card-title{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.exp-card-desc{color:#ffffff61;flex:1;margin:0;font-size:.84rem;line-height:1.75}.exp-tags{flex-wrap:wrap;gap:.4rem;margin-top:auto;display:flex}.exp-tag{color:#ffffff59;letter-spacing:.02em;background:#ffffff0d;border:1px solid #ffffff14;border-radius:999px;padding:.18rem .6rem;font-size:.68rem}@media (width<=640px){.expertise{padding:4rem 1.25rem}.exp-grid{grid-template-columns:1fr}.exp-card{padding:1.25rem}}.projects{z-index:1;padding:6rem 7vw;position:relative}.projects:before{content:"";background:#ffffff0f;height:1px;position:absolute;top:0;left:7vw;right:7vw}.projects-inner{max-width:1100px;margin:0 auto}.proj-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:.75rem;font-size:.7rem;font-weight:500}.proj-title{letter-spacing:-.03em;color:#fff;margin:0 0 2.5rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700}.proj-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.proj-filter-btn{color:#ffffff73;cursor:pointer;letter-spacing:.01em;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .9rem;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .2s;display:inline-flex}.proj-filter-btn:hover{color:#ffffffbf;background:#ffffff0f;border-color:#ffffff2e}.proj-filter-btn.active{color:#080808;background:#fff;border-color:#fff}.proj-filter-icon{align-items:center;display:flex}.proj-filter-icon svg{width:13px;height:13px}.proj-grid{grid-template-columns:repeat(3,1fr);gap:1rem;min-height:200px;display:grid}.proj-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:1rem;flex-direction:column;transition:background .2s,border-color .2s;display:flex;overflow:hidden}.proj-card:hover{background:#ffffff0d;border-color:#ffffff24}.proj-card-img{aspect-ratio:16/9;background:#ffffff0a;width:100%;overflow:hidden}.proj-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.proj-card:hover .proj-card-img img{transform:scale(1.04)}.proj-card-img-placeholder{color:#ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.proj-card-img-placeholder svg{width:36px;height:36px}.proj-card-body{flex-direction:column;flex:1;gap:.6rem;padding:1.25rem;display:flex}.proj-card-cat{letter-spacing:.08em;text-transform:uppercase;color:#ffffff4d;font-size:.68rem;font-weight:600}.proj-card-title{color:#fff;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.proj-card-desc{color:#ffffff61;flex:1;margin:0;font-size:.8rem;line-height:1.65}.proj-card-tags{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.proj-card-tag{color:#ffffff4d;background:#ffffff0d;border:1px solid #ffffff12;border-radius:999px;padding:.15rem .5rem;font-size:.65rem}.proj-empty{color:#fff3;letter-spacing:.04em;border:1px dashed #ffffff12;border-radius:1rem;grid-column:1/-1;justify-content:center;align-items:center;padding:5rem 0;font-size:.88rem;display:flex}.proj-card-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.4rem;margin-top:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.78rem;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.proj-card-btn:hover{color:#080808;background:#fff;border-color:#fff}.proj-modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.proj-modal{scrollbar-width:none;background:#0f0f0f;border:1px solid #ffffff1a;border-radius:1.25rem;width:100%;max-width:680px;max-height:92vh;position:relative;overflow-y:auto}.proj-modal::-webkit-scrollbar{display:none}.proj-modal-close{z-index:10;color:#fff9;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.proj-modal-close:hover{background:#ffffff1f}.proj-modal-close svg{width:14px;height:14px}.proj-modal-img{aspect-ratio:16/9;border-radius:1.25rem 1.25rem 0 0;width:100%;overflow:hidden}.proj-modal-img img{object-fit:cover;width:100%;height:100%}.proj-modal-body{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.proj-modal-title{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.4rem;font-weight:700}.proj-modal-tags{flex-wrap:wrap;gap:.4rem;display:flex}.proj-modal-desc{flex-direction:column;gap:.3rem;display:flex}.proj-modal-desc p{color:#ffffff73;margin:0;font-size:.85rem;line-height:1.7}.proj-modal-desc p:empty{display:none}.proj-promo{background:#5865f214;border:1px solid #5865f240;border-radius:.85rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;padding:1rem 1.25rem;display:flex}.proj-promo-left{flex:1;align-items:center;gap:.85rem;min-width:0;display:flex}.proj-promo-logo{object-fit:cover;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:40px;height:40px}.proj-promo-name{color:#fff;margin-bottom:2px;font-size:.88rem;font-weight:700;display:block}.proj-promo-text{color:#fff6;margin:0;font-size:.75rem;line-height:1.5}.proj-promo-btn{color:#fff;white-space:nowrap;background:#5865f2;border-radius:.5rem;flex-shrink:0;padding:.55rem 1.2rem;font-size:.82rem;font-weight:600;transition:background .2s}.proj-promo-btn:hover{background:#4752c4}@media (width<=860px){.proj-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.projects{padding:4rem 1.25rem}.proj-grid{grid-template-columns:1fr}.proj-filters{gap:.4rem}.proj-filter-btn{padding:.4rem .75rem;font-size:.72rem}.proj-modal-body{padding:1.25rem}.proj-modal-title{font-size:1.2rem}.proj-promo{flex-direction:column;align-items:flex-start}.proj-promo-btn{text-align:center;width:100%}}.journey{z-index:1;padding:6rem 7vw;position:relative}.journey:before{content:"";background:#ffffff0f;height:1px;position:absolute;top:0;left:7vw;right:7vw}.journey-inner{max-width:1100px;margin:0 auto}.journey-head{margin-bottom:3.5rem}.journey-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:.75rem;font-size:.7rem;font-weight:500}.journey-title{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700}.journey-list{flex-direction:column;display:flex}.journey-item{align-items:flex-start;gap:2rem;display:flex}.journey-aside{flex-direction:column;flex-shrink:0;align-items:center;width:48px;padding-top:1.6rem;display:flex}.journey-num{color:#ffffff26;letter-spacing:.1em;margin-bottom:1rem;font-size:.7rem;font-weight:700}.journey-vline{background:linear-gradient(#ffffff14,#0000);flex:1;width:1px;min-height:60px}.journey-card{background:#ffffff08;border:1px solid #ffffff12;border-radius:1.1rem;flex:1;min-width:0;margin-bottom:1.25rem;padding:1.75rem 2rem;transition:border-color .25s,background .25s;position:relative;overflow:hidden}.journey-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff14,#0000);height:1px;position:absolute;top:0;left:0;right:0}.journey-item.active .journey-card{background:#ffffff0a;border-color:#ffffff1f}.journey-item.active .journey-card:before{background:linear-gradient(90deg,#0000,#ffffff2e,#0000)}.journey-item.active .journey-num{color:#ffffff80}.journey-card-top{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.journey-period{color:#ffffff4d;letter-spacing:.08em;font-size:.72rem;font-weight:500}.journey-active-badge{color:#4ade80;letter-spacing:.06em;background:#4ade8014;border:1px solid #4ade8033;border-radius:999px;align-items:center;gap:.35rem;padding:.18rem .65rem;font-size:.65rem;font-weight:600;display:inline-flex}.journey-active-dot{background:#4ade80;border-radius:50%;width:5px;height:5px;animation:2s infinite activePulse}@keyframes activePulse{0%,to{opacity:1}50%{opacity:.3}}.journey-card-main{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.journey-name{color:#fff;letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.3rem;font-weight:700}.journey-role{color:#ffffff4d;letter-spacing:.02em;margin:0 0 1rem;font-size:.78rem;font-weight:500}.journey-desc{color:#fff6;margin:0 0 1.25rem;font-size:.85rem;line-height:1.75}.journey-tags{flex-wrap:wrap;gap:.4rem;display:flex}.journey-tag{color:#ffffff4d;background:#ffffff0a;border:1px solid #ffffff12;border-radius:999px;padding:.18rem .6rem;font-size:.67rem}.journey-card-right{border-left:1px solid #ffffff0f;flex-direction:column;justify-content:center;gap:.75rem;padding-left:2rem;display:flex}.journey-highlight{color:#ffffff80;align-items:flex-start;gap:.6rem;font-size:.82rem;line-height:1.5;display:flex}.journey-highlight-icon{color:#fff3;flex-shrink:0;margin-top:1px;font-size:.75rem}@media (width<=860px){.journey-card-main{grid-template-columns:1fr;gap:1.5rem}.journey-card-right{border-top:1px solid #ffffff0f;border-left:none;padding-top:1.25rem;padding-left:0}}@media (width<=640px){.journey{padding:4rem 1.25rem}.journey-aside{display:none}.journey-item{gap:0}.journey-card{margin-bottom:1rem;padding:1.25rem}.journey-name{font-size:1.1rem}.journey-desc{font-size:.82rem}}@keyframes mpSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mp-wrap{z-index:500;flex-direction:column;align-items:flex-end;gap:.6rem;transition:bottom .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:6rem;right:1.5rem}.mp-wrap--mini{bottom:1.5rem}.mp-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0aeb;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;gap:.85rem;width:220px;padding:1rem;display:flex;box-shadow:0 8px 32px #00000080}.mp-info{align-items:center;gap:.75rem;display:flex}.mp-disc{color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mp-title{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;font-weight:600;overflow:hidden}.mp-artist{color:#ffffff4d;margin:0;font-size:.68rem}.mp-progress{cursor:pointer;background:#ffffff14;border-radius:2px;height:3px;overflow:hidden}.mp-progress-fill{background:#ffffff80;border-radius:2px;height:100%;transition:width .5s linear}.mp-controls{align-items:center;gap:.6rem;display:flex}.mp-btn{color:#ffffff80;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,color .2s;display:flex}.mp-btn:hover{color:#fff;background:#ffffff1a}.mp-btn--play{color:#fffc;background:#ffffff1a;border-color:#ffffff26;width:32px;height:32px;margin-left:auto}.mp-btn--play:hover{color:#080808;background:#fff}.mp-volume{appearance:none;cursor:pointer;background:#ffffff1a;border-radius:2px;outline:none;flex:1;height:3px}.mp-volume::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#ffffffb3;border-radius:50%;width:10px;height:10px}.mp-toggle{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#ffffff80;cursor:pointer;background:#0a0a0ae0;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:border-color .2s,color .2s;display:flex;position:relative;box-shadow:0 4px 20px #00000080}.mp-toggle--mini{width:38px;height:38px}.mp-toggle--playing,.mp-toggle:hover{color:#ffffffd9;border-color:#ffffff38}.mp-ring{pointer-events:none;border:1px solid #ffffff2e;border-radius:50%;animation:2s ease-in-out infinite mpRingPulse;position:absolute;inset:-5px}@keyframes mpRingPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.2)}}@media (width<=640px){.mp-wrap{bottom:5.5rem;right:.75rem}.mp-wrap--mini{bottom:5rem}.mp-panel{width:200px}}.contact{z-index:1;padding:6rem 7vw;position:relative}.contact:before{content:"";background:#ffffff0f;height:1px;position:absolute;top:0;left:7vw;right:7vw}.contact-inner{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;max-width:1100px;margin:0 auto;display:grid}.contact-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff40;margin-bottom:.75rem;font-size:.7rem;font-weight:500}.contact-title{letter-spacing:-.03em;color:#fff;margin:0 0 1.25rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.15}.contact-desc{color:#ffffff61;margin:0 0 2.5rem;font-size:.88rem;line-height:1.8}.contact-info-list{flex-direction:column;gap:1.25rem;display:flex}.contact-info-item{align-items:center;gap:1rem;display:flex}.contact-info-icon{color:#ffffff80;background:#ffffff0a;border:1px solid #ffffff14;border-radius:.6rem;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.contact-info-icon svg{width:16px;height:16px}.contact-info-label{color:#ffffff40;letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:.65rem;display:block}.contact-info-value{color:#ffffffb3;word-break:break-all;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.contact-info-value:hover{color:#fff}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-field{flex-direction:column;gap:.4rem;display:flex}.contact-field label{color:#ffffff59;letter-spacing:.04em;font-size:.72rem;font-weight:500}.contact-field input,.contact-field textarea{color:#ffffffd9;resize:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:.65rem;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.85rem;transition:border-color .2s,background .2s}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#fff3}.contact-field input:focus,.contact-field textarea:focus{background:#ffffff0d;border-color:#fff3}.contact-submit{color:#080808;cursor:pointer;background:#fff;border:none;border-radius:.65rem;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;margin-top:.25rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:opacity .2s,transform .2s;display:inline-flex}.contact-submit:hover{opacity:.88;transform:translateY(-1px)}.contact-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.contact-submit.sent{color:#4ade80;background:#4ade801f;border:1px solid #4ade8040}.contact-submit.error{color:#f87171;background:#f871711a;border:1px solid #f8717140}@media (width<=860px){.contact-inner{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.contact{padding:4rem 1.25rem}.contact-inner{gap:2.5rem}.contact-row{grid-template-columns:1fr}.contact-submit{align-self:stretch;width:100%}.contact-desc{margin-bottom:1.75rem}}.footer{z-index:1;border-top:1px solid #ffffff0f;padding:4rem 7vw 7rem;position:relative}.footer-inner{flex-direction:column;gap:3rem;max-width:1100px;margin:0 auto;display:flex}.footer-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;display:flex}.footer-brand{align-items:center;gap:.85rem;display:flex}.footer-logo{object-fit:cover;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;width:40px;height:40px}.footer-name{color:#fff;letter-spacing:-.01em;margin:0 0 2px;font-size:1rem;font-weight:700}.footer-tagline{color:#ffffff40;margin:0;font-size:.72rem}.footer-links{flex-wrap:wrap;gap:3rem;display:flex}.footer-col{flex-direction:column;gap:.6rem;display:flex}.footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff40;margin:0 0 .25rem;font-size:.68rem;font-weight:700}.footer-link{color:#fff6;word-break:break-all;width:fit-content;font-size:.82rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#ffffffd9}.footer-bottom{border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:1.5rem;display:flex}.footer-copy,.footer-made{color:#fff3;margin:0;font-size:.75rem}.footer-visitors{align-items:center;gap:.4rem;display:flex}.footer-visitors-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite visitorPulse}@keyframes visitorPulse{0%,to{opacity:1}50%{opacity:.3}}.footer-visitors-text{color:#ffffff40;font-size:.75rem}@media (width<=640px){.footer{padding:3rem 1.25rem 6rem}.footer-top{flex-direction:column;gap:2rem}.footer-links{gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}.footer-link{font-size:.8rem}}
