@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800;900&family=DM+Sans:opsz,wght@9..40,400;9..40,500&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&display=swap";:root{--bg: #100f13;--bg-2: #16141a;--surface: #1d1a23;--card: rgba(255,255,255,.03);--coral: #ff6154;--coral-2: #ff8a7a;--coral-dim: rgba(255, 97, 84, .1);--violet: #9b5de5;--violet-2: #c084fc;--violet-dim: rgba(155, 93, 229, .1);--gold: #fbbf24;--txt-1: #f4f0ff;--txt-2: #a09cb2;--txt-3: #59546a;--bdr: rgba(255,255,255,.07);--bdr-glow: rgba(255, 97, 84, .22);--font: "Outfit", sans-serif;--font-body: "Outfit", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg);color:var(--txt-1);font-size:16px;line-height:1.6;position:relative;overflow-x:hidden;width:100%;max-width:100vw;-webkit-font-smoothing:antialiased}#root{overflow-x:hidden;width:100%}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 40% at 10% 20%,rgba(255,97,84,.07) 0%,transparent 100%),radial-gradient(ellipse 40% 40% at 88% 78%,rgba(155,93,229,.07) 0%,transparent 100%);pointer-events:none;z-index:0}#scroll-progress{position:fixed;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--coral),var(--violet),var(--coral));background-size:200% auto;z-index:9999;transition:width .08s linear;box-shadow:0 0 12px #ff615480;animation:shimBar 3s linear infinite}@keyframes shimBar{0%{background-position:0 0}to{background-position:200% 0}}@media (hover:hover) and (pointer:fine){*,*:before,*:after,a,button,input{cursor:none!important}#custom-cursor{position:fixed;width:18px;height:18px;border:1.5px solid var(--coral);border-radius:50%;pointer-events:none;z-index:99999;transition:transform .15s ease,border-color .3s}#cursor-dot{position:fixed;width:4px;height:4px;background:var(--coral);border-radius:50%;pointer-events:none;z-index:99999;box-shadow:0 0 8px #ff6154cc}#custom-cursor.click{transform:scale(.7);border-color:var(--violet)}}@media (hover:none) or (pointer:coarse){*{cursor:auto!important}#custom-cursor,#cursor-dot{display:none!important}}.scroll-to-top{position:fixed;bottom:28px;right:28px;width:44px;height:44px;background:var(--surface);border:1px solid var(--bdr);border-radius:12px;color:var(--coral);display:flex;align-items:center;justify-content:center;z-index:9998;transition:all .3s ease;opacity:0;visibility:hidden;transform:translateY(12px);box-shadow:0 8px 24px #0006}.scroll-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--coral-dim);border-color:var(--coral);transform:translateY(-3px);box-shadow:0 12px 32px #ff615433}@media (max-width:768px){.scroll-to-top{bottom:calc(96px + env(safe-area-inset-bottom,0px));right:14px;width:40px;height:40px;z-index:1150}}@media (max-width:767px){body{padding-bottom:env(safe-area-inset-bottom,0px)}}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#100f13e6;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;justify-content:center;align-items:center;z-index:9999}.loader-container{position:relative;width:140px;height:140px;display:flex;justify-content:center;align-items:center}.loader-container:before{content:"";position:absolute;width:60px;height:60px;background:radial-gradient(circle,rgba(255,97,84,.4),rgba(155,93,229,.4),transparent);border-radius:50%;filter:blur(20px);animation:corePulse 2s ease-in-out infinite alternate}.outer-circle{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid transparent;border-top-color:#ff6154;border-right-color:#ff6154;box-shadow:0 0 20px #ff615466;animation:spinClockwise 1.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.outer-circle:after{content:"";position:absolute;top:14px;right:14px;width:8px;height:8px;border-radius:50%;background:#ff6154;box-shadow:0 0 15px 4px #ff6154}.inner-circle{position:absolute;width:60%;height:60%;border-radius:50%;border:2px solid transparent;border-bottom-color:#9b5de5;border-left-color:#9b5de5;box-shadow:0 0 20px #9b5de566;animation:spinCounter 2s cubic-bezier(.68,-.55,.265,1.55) infinite}.inner-circle:after{content:"";position:absolute;bottom:4px;left:4px;width:6px;height:6px;border-radius:50%;background:#9b5de5;box-shadow:0 0 15px 4px #9b5de5}@keyframes spinClockwise{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.05)}to{transform:rotate(360deg) scale(1)}}@keyframes spinCounter{0%{transform:rotate(360deg) scale(1)}50%{transform:rotate(180deg) scale(.9)}to{transform:rotate(0) scale(1)}}@keyframes corePulse{0%{transform:scale(.8);opacity:.5}to{transform:scale(1.5);opacity:.9}}.navbar{position:fixed;top:12px;left:0;z-index:1000;width:100%;padding:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;transition:transform .35s ease,opacity .35s ease;will-change:transform,opacity}.navbar-show{transform:translateY(0);opacity:1}.navbar-hide{transform:translateY(-145%);opacity:0;pointer-events:none}.container{max-width:1240px;margin:0 auto;padding:0 16px;height:100%}.nav-content{display:flex;justify-content:space-between;align-items:center;min-height:92px;background:#04060a00;border:none;border-radius:0;padding:0 38px;box-shadow:none}.logo{display:flex;align-items:center;text-decoration:none;height:56px}.logo-wrapper{position:relative;display:inline-flex;width:176px;height:42px;overflow:visible}.logo-image{height:100%;width:auto;object-fit:contain;opacity:0}.logo-gradient-overlay{position:absolute;top:-8px;right:0;bottom:0;left:0;-webkit-mask-size:auto 225%;mask-size:auto 284%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:-29% 4%;mask-position:20% 39%;opacity:1;filter:saturate(1.25) brightness(1.15) contrast(1.08);transition:filter .3s ease}.logo:hover .logo-gradient-overlay{filter:saturate(1.25) brightness(1.15) contrast(1.08) drop-shadow(0 0 8px rgba(255,97,84,.55))}.desktop-menu{display:none;gap:2px;align-items:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:100px;padding:5px 8px}.nav-link{color:#a09cb2;text-decoration:none;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:500;padding:7px 18px;border-radius:100px;transition:all .25s ease;letter-spacing:.01em}.nav-link:hover{color:#f4f0ff;background:#ffffff12}.mobile-bottom-nav-wrap{display:none}.mobile-bottom-nav{position:fixed;left:50%;bottom:calc(10px + env(safe-area-inset-bottom,0px));transform:translate(-50%);width:min(94vw,346px);min-height:74px;padding:9px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#06080cc7;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 24px #00000059;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:4px;z-index:1200;transition:transform .35s ease,opacity .35s ease;will-change:transform,opacity}.mobile-bottom-nav.mobile-nav-show{transform:translate(-50%) translateY(0);opacity:1}.mobile-bottom-nav.mobile-nav-hide{transform:translate(-50%) translateY(120%);opacity:0;pointer-events:none}.mobile-bottom-link{width:100%;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#a09cb2;text-decoration:none;transition:all .22s ease}.mobile-bottom-link.active{color:#f4f0ff;background:#ffffff14}.mobile-bottom-link:hover{color:#f4f0ff;background:#ffffff0f}@media (max-width:767px){.navbar{top:8px}.logo{height:62px}.logo-wrapper{width:230px;height:62px;overflow:visible}.logo-gradient-overlay{top:0;right:0;bottom:0;left:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:left center;mask-position:left center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;transform:scale(1.22);transform-origin:left center}.container{padding:0 12px}.nav-content{min-height:auto;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none;justify-content:flex-start}.desktop-menu{display:none}.mobile-bottom-nav-wrap{display:block}}@media (min-width:768px){.desktop-menu{display:flex}.mobile-bottom-nav-wrap{display:none}}.about-section{display:block}.hero-wrap{min-height:calc(100vh - 68px);display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden;z-index:1}.hero-wrap:before{content:"";position:absolute;top:15%;right:4%;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(155,93,229,.1) 0%,transparent 70%);pointer-events:none;animation:orb1 9s ease-in-out infinite}.hero-wrap:after{content:"";position:absolute;bottom:10%;left:-5%;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,97,84,.07) 0%,transparent 70%);pointer-events:none;animation:orb2 12s ease-in-out infinite}@keyframes orb1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}@keyframes orb2{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}.hero-grid{max-width:1180px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center;width:100%;position:relative;z-index:2}.hero-text{opacity:0;transform:translateY(30px)}.hero-text.in{animation:riseIn .75s cubic-bezier(.22,1,.36,1) forwards}@keyframes riseIn{to{opacity:1;transform:translateY(0)}}.status-pill{display:inline-flex;align-items:center;gap:8px;background:#ff615414;border:1px solid rgba(255,97,84,.25);color:#ff8a7a;font-family:Outfit,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:28px}.status-dot{width:6px;height:6px;border-radius:50%;background:#ff6154;box-shadow:0 0 8px #ff6154;animation:blink 1.8s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-name{font-family:Outfit,sans-serif;font-size:clamp(3.2rem,6vw,5.5rem);font-weight:900;line-height:1;letter-spacing:-.035em;margin-bottom:6px;color:#f4f0ff}.hero-name-gradient{background:linear-gradient(135deg,#ff6154,#c084fc 45%,#ff6154);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:nameFlow 5s linear infinite}@keyframes nameFlow{0%{background-position:0% center}to{background-position:200% center}}.hero-role{font-family:Outfit,sans-serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400;color:#a09cb2;margin-bottom:28px;letter-spacing:.01em}.hero-role strong{color:#f4f0ff;font-weight:600}.hero-divider{width:48px;height:2px;background:linear-gradient(90deg,#ff6154,#9b5de5);border-radius:2px;margin-bottom:24px}.hero-desc{font-family:Outfit,sans-serif;font-size:.975rem;line-height:1.78;color:#7a7488;max-width:480px;margin-bottom:36px}.hero-stats{display:flex;gap:16px;margin-bottom:40px;flex-wrap:nowrap}.stat-box{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:14px 22px;flex:1;min-width:0;transition:all .3s ease}.stat-box:hover{background:#ff615412;border-color:#ff615433;transform:translateY(-2px)}.stat-val{font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:800;color:#ff8a7a;line-height:1}.stat-lbl{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#59546a;margin-top:5px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:9px;padding:13px 26px;background:#ff6154;color:#fff;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.02em;border-radius:12px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff615466}.btn-primary:hover:after{opacity:1}.btn-outline{display:inline-flex;align-items:center;gap:9px;padding:13px 26px;background:transparent;color:#f4f0ff;font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.02em;border:1px solid rgba(255,255,255,.12);border-radius:12px;text-decoration:none;cursor:pointer;transition:all .3s ease}.btn-outline:hover{background:#ffffff0f;border-color:#ffffff38;transform:translateY(-2px)}.hero-image-col{display:flex;justify-content:center;position:relative;opacity:0;transform:translate(24px);outline:none!important}.hero-image-col.in{animation:slideRight .85s cubic-bezier(.22,1,.36,1) .2s forwards}@keyframes slideRight{to{opacity:1;transform:translate(0)}}.img-frame{position:relative;display:inline-block;outline:none!important;border:none!important;border-radius:24px}.img-frame:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:28px;background:linear-gradient(135deg,#ff615480,#ffffff0d,#ff615433);z-index:0;filter:blur(14px);animation:warmGlow 4s ease-in-out infinite}@keyframes warmGlow{0%,to{opacity:.4}50%{opacity:.8}}.img-frame:after{content:"Full-Stack";position:absolute;top:16px;right:-12px;background:#ff6154;color:#fff;font-family:Outfit,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;padding:5px 10px;border-radius:6px;z-index:10}.hero-img-mask{width:320px;height:420px;border-radius:24px;overflow:hidden;position:relative;z-index:1;background:linear-gradient(180deg,#1c1c23,#0d0d12);box-shadow:0 30px 70px #0000008c,inset 0 20px 40px #ff61540d;border:1px solid rgba(255,255,255,.08)}.hero-img{width:100%;height:100%;object-fit:cover;display:block;outline:none!important;transform:scale(1.04)}.exp-card{position:absolute;bottom:-20px;left:-28px;background:#100f13eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,97,84,.2);border-radius:16px;padding:14px 20px;z-index:10;animation:floatCard 5s ease-in-out infinite;box-shadow:0 16px 48px #00000080,0 0 30px #ff615414}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.exp-num{font-family:Outfit,sans-serif;font-size:2rem;font-weight:800;color:#ff8a7a;line-height:1}.exp-num span{font-size:.85rem;font-weight:500;color:#59546a;vertical-align:super;margin-left:1px}.exp-label{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#59546a;margin-top:4px}@media (max-width:1024px){.hero-grid{gap:48px}.hero-img-mask{width:280px;height:370px}}@media (max-width:768px){.hero-grid{grid-template-columns:1fr;gap:52px;padding:0 20px;text-align:center}.hero-image-col{order:-1;justify-content:center}.hero-text{display:flex;flex-direction:column;align-items:center}.hero-desc{text-align:center}.hero-divider{margin-inline:auto}.hero-stats{justify-content:center;flex-wrap:wrap}.hero-actions{justify-content:center}.hero-name{font-size:clamp(1.8rem,7vw,2.8rem);line-height:1.1;display:inline-block}.hero-img-mask{width:240px;height:310px}.hero-wrap{min-height:auto;padding:96px 0 64px}.img-frame:after{right:-6px}}.tools-wrap{padding:100px 0;position:relative;z-index:1;overflow:hidden}.tools-tag{display:block;text-align:center;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ff8a7a;margin-bottom:14px}.tools-heading{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#f4f0ff;text-align:center;letter-spacing:-.03em;line-height:1.1;margin-bottom:10px}.tools-heading em{font-style:normal;color:#ff8a7a}.tools-sub{text-align:center;font-size:.9rem;color:#59546a;margin-bottom:64px}.marquee-outer{position:relative}.marquee-outer:before,.marquee-outer:after{content:"";position:absolute;top:0;width:140px;height:100%;z-index:2;pointer-events:none}.marquee-outer:before{left:0;background:linear-gradient(90deg,#100f13 0%,transparent 100%)}.marquee-outer:after{right:0;background:linear-gradient(-90deg,#100f13 0%,transparent 100%)}.marquee-row{display:flex;gap:16px;overflow:hidden;margin-bottom:16px}.marquee-track{display:flex;gap:16px;flex-shrink:0;animation:scroll 62s linear infinite;will-change:transform}.marquee-track.reverse{animation:scrollRev 62s linear infinite}.marquee-row:hover .marquee-track{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRev{0%{transform:translate(-50%)}to{transform:translate(0)}}.tool-pill{display:flex;align-items:center;gap:12px;padding:14px 22px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;flex-shrink:0;white-space:nowrap;cursor:default;transition:all .3s ease}.tool-pill:hover{background:#ff615412;border-color:#ff615433;transform:translateY(-2px);box-shadow:0 8px 24px #ff61541a}.tool-pill img{width:32px;height:32px;object-fit:contain;transition:transform .3s ease}.tool-pill:hover img{transform:scale(1.15)}.tool-pill span{font-family:Outfit,sans-serif;font-size:.875rem;font-weight:600;color:#a09cb2;transition:color .3s}.tool-pill:hover span{color:#f4f0ff}@media (max-width: 768px){.tools-wrap{padding:72px 0}.tools-heading{font-size:1.8rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.proj-section{padding:110px 0 130px;position:relative;overflow:hidden}.proj-blob1{position:absolute;top:5%;left:-6%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(255,97,84,.07) 0%,transparent 70%);pointer-events:none;filter:blur(30px)}.proj-blob2{position:absolute;bottom:10%;right:-6%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(155,93,229,.06) 0%,transparent 70%);pointer-events:none;filter:blur(30px)}.proj-inner{max-width:1200px;margin:0 auto;padding:0 48px;position:relative;z-index:2}.proj-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:64px;gap:24px}.proj-eyebrow{font-family:Outfit,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ff8a7a;display:block;margin-bottom:10px}.proj-title{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#f4f0ff;letter-spacing:-.03em;line-height:1.1;word-break:break-word;margin-bottom:50px}.proj-title .underline-accent{display:inline-block;position:relative}.proj-title .underline-accent:after{content:"";position:absolute;bottom:4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff6154,#9b5de5);border-radius:2px;transform:scaleX(0);transform-origin:left;animation:lineGrow .8s ease .4s forwards}@keyframes lineGrow{to{transform:scaleX(1)}}.proj-count{font-family:Outfit,sans-serif;font-size:.82rem;color:#59546a;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);padding:7px 16px;border-radius:100px;flex-shrink:0;align-self:flex-start;margin-top:6px}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px 44px;margin-bottom:100px}.folder-item{display:flex;flex-direction:column;gap:18px;cursor:pointer}.card-stack{position:relative;width:100%;aspect-ratio:4 / 3;margin-left:14px;width:calc(100% - 14px)}.s-card{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;overflow:hidden;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s ease,box-shadow .5s ease;will-change:transform,opacity;backface-visibility:hidden}.s-card img{width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;display:block}.s-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;pointer-events:none}.s-card.s-back{z-index:1;transform:rotate(6deg) translate(10px) translateY(12px) scale(.92);opacity:.38}.s-card.s-back:after{background:#9b5de540}.s-card.s-mid{z-index:2;transform:rotate(3deg) translate(5px) translateY(6px) scale(.962);opacity:.65}.s-card.s-mid:after{background:#14101c4d}.s-card.s-front{z-index:3;transform:rotate(0) translate(0) translateY(0) scale(1);opacity:1;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 40px #00000080}.folder-item:hover .s-back{transform:rotate(-9deg) translate(-36px) translateY(16px) scale(.89);opacity:.48}.folder-item:hover .s-mid{transform:rotate(-3.5deg) translate(-16px) translateY(7px) scale(.955);opacity:.74}.folder-item:hover .s-front{transform:rotate(1.5deg) translate(0) translateY(-12px) scale(1.04);box-shadow:0 32px 64px #0000008c,0 0 40px #ff615433;border-color:#ff615440}.folder-info{padding-left:4px;display:flex;flex-direction:column;gap:6px}.folder-top-row{display:flex;align-items:center;justify-content:space-between}.folder-num{font-family:Outfit,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.12em;color:#ff8a7a}.folder-arrow{font-size:.9rem;color:#3a3547;transform:translate(-4px);opacity:0;transition:all .3s ease}.folder-item:hover .folder-arrow{opacity:1;transform:translate(0);color:#ff8a7a}.folder-title{font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;color:#a09cb2;letter-spacing:-.015em;line-height:1.3;transition:color .3s ease}.folder-item:hover .folder-title{color:#f4f0ff}.folder-desc{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;line-height:1.45;color:#6f6a81;max-width:95%;transition:color .3s ease}.folder-item:hover .folder-desc{color:#b4afc8}.folder-tag{font-family:Outfit,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3a3547;transition:color .3s ease}.folder-item:hover .folder-tag{color:#7a7488}.cs-section-gap{margin-top:80px}.cs-heading{max-width:1100px;margin:0 auto;padding:0 20px}.cs-timeline-container{position:relative;max-width:1100px;margin:0 auto;padding:20px 0}.cs-timeline-line{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:2px;background:linear-gradient(180deg,transparent,rgba(255,97,84,.4),rgba(155,93,229,.4),transparent);z-index:0}.cs-timeline-row{display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:120px;opacity:0;z-index:2}.cs-timeline-row.cs-in{animation:csSlideUp .8s cubic-bezier(.4,0,.2,1) forwards}@keyframes csSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.cs-timeline-row.cs-row-reverse{flex-direction:row-reverse}.cs-timeline-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ff6154;border:4px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800;color:#fff;box-shadow:0 0 20px #ff615466;z-index:2}.cs-timeline-content,.cs-timeline-img-wrap{width:42%}.cs-timeline-content{padding:0 20px}.cs-name{font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:#f4f0ff;letter-spacing:-.025em;line-height:1.15;margin-bottom:24px;word-break:break-word}.cs-desc{font-size:.95rem;line-height:1.8;color:#a09cb2}.cs-brand{font-weight:700;color:#ff6154}.cs-timeline-img-wrap{position:relative;border-radius:20px;transition:transform .5s ease}.cs-timeline-img{width:100%;height:auto;border-radius:20px;display:block}.cs-timeline-row:hover .cs-timeline-img-wrap{transform:scale(1.03) translateY(-5px)}@media (max-width: 1024px){.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:44px 32px}.proj-inner{padding:0 32px}.cs-timeline-content,.cs-timeline-img-wrap{width:45%}}@media (max-width: 768px){.proj-section{padding:80px 0 100px}.proj-inner{padding:0 20px}.proj-header{flex-direction:column;align-items:flex-start}.portfolio-grid{grid-template-columns:repeat(2,1fr);gap:36px 24px}.card-stack{margin-left:8px;width:calc(100% - 8px)}.folder-item:hover .s-back{transform:rotate(-6deg) translate(-22px) translateY(12px) scale(.9)}.folder-item:hover .s-mid{transform:rotate(-2deg) translate(-10px) translateY(5px) scale(.955)}.cs-section-gap{margin-top:60px}.cs-heading{padding:0 20px}.cs-timeline-line{left:24px;transform:none}.cs-timeline-row,.cs-timeline-row.cs-row-reverse{flex-direction:column;align-items:flex-start;margin-bottom:80px;padding-left:70px}.cs-timeline-circle{left:24px;top:0;transform:translate(-50%);width:40px;height:40px;font-size:1rem}.cs-timeline-content,.cs-timeline-img-wrap{width:100%}.cs-timeline-content{padding:0;margin-bottom:30px}}@media (max-width: 480px){.portfolio-grid{grid-template-columns:1fr}}.contact-section{position:relative;overflow:hidden;z-index:1}.contact-cta{background:linear-gradient(135deg,#ff615414,#9b5de512);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.05);padding:80px 40px;text-align:center}.contact-label{font-family:Outfit,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ff8a7a;display:block;margin-bottom:16px}.contact-heading{font-family:Outfit,sans-serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;color:#f4f0ff;letter-spacing:-.03em;line-height:1.1;margin-bottom:12px}.contact-sub{font-size:.95rem;color:#59546a;margin-bottom:36px}.contact-form{width:min(640px,100%);margin:0 auto;display:flex;flex-direction:column;gap:12px}.contact-input{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px 16px;color:#f4f0ff;font-family:Outfit,sans-serif;font-size:.95rem;outline:none;transition:border-color .25s ease,box-shadow .25s ease}.contact-input::placeholder{color:#7d778f}.contact-input:focus{border-color:#ff61548c;box-shadow:0 0 0 3px #ff615426}.contact-textarea{min-height:120px;resize:vertical}.contact-email-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#ff6154;color:#fff;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700;letter-spacing:.03em;padding:14px 30px;border-radius:12px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #ff61544d}.contact-email-btn:disabled{opacity:.8;cursor:not-allowed}.form-status{margin-top:10px;font-family:Outfit,sans-serif;font-size:.86rem}.form-status.success{color:#9cf7c5}.form-status.error{color:#ff9f97}.contact-email-btn:hover{transform:translateY(-2px);box-shadow:0 14px 40px #ff615473;background:#ff4f41}@media (max-width: 768px){.contact-cta{padding:60px 24px}}.page-wrapper{display:flex;flex-direction:column}.footer-section{position:relative;overflow:hidden;z-index:1}.footer-bottom{background:#0d0c10;border-top:1px solid rgba(255,255,255,.055);padding:32px 40px}.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px}.footer-brand{display:flex;flex-direction:column;gap:4px}.footer-brand-name{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;color:#f4f0ff;letter-spacing:-.02em}.footer-brand-name span{background:linear-gradient(135deg,#ff6154,#9b5de5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-brand-tagline{font-size:.75rem;color:#44404f}.footer-links{display:flex;gap:4px}.footer-link{font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;color:#59546a;text-decoration:none;padding:6px 12px;border-radius:8px;transition:all .2s ease}.footer-link:hover{color:#f4f0ff;background:#ffffff0d}.footer-right{display:flex;flex-direction:column;align-items:flex-end;justify-self:end;gap:10px}.footer-socials{display:flex;align-items:center;justify-content:center;gap:8px}.social-btn{width:36px;height:36px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#59546a;font-size:15px;text-decoration:none;transition:all .25s ease}.social-btn i{line-height:1}.social-btn:hover{color:#ff8a7a;background:#ff615414;border-color:#ff615438;transform:translateY(-2px)}.footer-copy{font-size:.72rem;color:#44404f}.proj-footer-links .footer-link{color:#59546a}@media (max-width: 768px){.footer-bottom{padding:20px}.footer-inner{grid-template-columns:1fr;text-align:center;justify-items:center;gap:14px}.footer-links{flex-wrap:wrap;justify-content:center}.footer-right{align-items:center;justify-self:center;width:100%;gap:8px}.footer-socials{gap:10px}.social-btn{width:34px;height:34px;border-radius:9px}.footer-copy{line-height:1.35}}.pd-main{background-color:#030303;color:#f5f5f5;min-height:100vh;position:relative;overflow:hidden}.pd-orb{position:absolute;border-radius:50%;pointer-events:none;filter:blur(150px);z-index:0;opacity:.5;mix-blend-mode:screen}.pd-orb-1{width:600px;height:600px;top:-10%;left:-5%;background:radial-gradient(circle,rgba(157,78,221,.4) 0%,transparent 70%);animation:pd-float 20s ease-in-out infinite alternate}.pd-orb-2{width:500px;height:500px;top:40%;right:-5%;background:radial-gradient(circle,rgba(255,107,107,.3) 0%,transparent 70%);animation:pd-float 25s ease-in-out infinite alternate-reverse}@keyframes pd-float{0%{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}to{transform:translate(-30px,30px) scale(.9)}}.pd-hero,.pd-showcase-hero,.pd-content{position:relative;z-index:1}.pd-not-found{text-align:center;padding:10vh 20px;color:#fff}.pd-container{max-width:1200px;margin:0 auto;padding:0 5vw}.pd-container-large{max-width:1600px;margin:0 auto;padding:0 4vw}.pd-hero{padding:180px 0 80px;text-align:center;position:relative;background:radial-gradient(circle at 50% -20%,rgba(255,255,255,.05) 0%,transparent 70%)}.pd-hero-center{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.pd-badge{display:inline-block;padding:8px 20px;border-radius:50px;border:1px solid rgba(255,255,255,.2);font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:#a3a3a3;margin-bottom:30px}.pd-title{font-size:clamp(3.5rem,8vw,6rem);font-weight:700;line-height:1.1;letter-spacing:-2px;color:#fff;margin-bottom:24px;text-shadow:0 0 40px rgba(255,255,255,.3)}.pd-subtitle{font-size:clamp(1.2rem,2.5vw,1.5rem);color:#a3a3a3;line-height:1.6;max-width:700px}.pd-meta-bar{display:flex;justify-content:center;flex-wrap:wrap;gap:60px;margin-top:80px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.pd-meta-item{display:flex;flex-direction:column;align-items:center;gap:8px}.pd-meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:#666}.pd-meta-value{font-size:1.1rem;font-weight:500;color:#e5e5e5}.pd-meta-link{display:inline-flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#c8b7ff;text-decoration:none;border-bottom:1px solid transparent;transition:color .25s ease,border-color .25s ease}.pd-github-icon{width:18px;height:18px;object-fit:contain}.pd-meta-link:hover{color:#f0e9ff;border-color:#f0e9ff}.pd-showcase-hero{padding:40px 0 100px}.pd-main-image-wrap{border-radius:24px;overflow:hidden;box-shadow:0 40px 100px #0009,0 0 80px #9d4edd26;background:#111;position:relative;transition:all .4s ease;line-height:0}.pd-main-image-wrap:hover{transform:translateY(-8px);box-shadow:0 50px 120px #000000b3,0 0 100px #9d4edd4d;border-color:#fff3}.pd-main-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;box-shadow:inset 0 0 30px #ff6b6b1a;pointer-events:none}.pd-main-img{width:100%;display:block;height:auto;border-radius:inherit;object-fit:cover}.pd-desktop-gallery{display:flex;flex-direction:column;gap:28px}.pd-content{padding-bottom:150px}.pd-row{display:grid;grid-template-columns:350px 1fr;gap:60px;padding:80px 0;border-top:1px solid rgba(255,255,255,.1)}.pd-row.no-border{border-top:none}.pd-col-label h3{font-size:1.5rem;font-weight:500;color:#fff;margin:0;position:sticky;top:100px}.pd-col-content{display:flex;flex-direction:column;gap:24px}.pd-text-large{font-size:1.5rem;line-height:1.7;color:#e5e5e5;font-weight:400}.pd-text-regular{font-size:1.15rem;line-height:1.8;color:#a3a3a3;font-weight:300}.pd-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pd-feature-card{display:flex;align-items:center;gap:16px;padding:24px;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:16px;transition:all .4s ease;position:relative;overflow:hidden}.pd-feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .4s ease}.pd-feature-card:hover{background:#ffffff0f;border-color:#9d4edd66;box-shadow:0 10px 30px #9d4edd26;transform:translateY(-3px)}.pd-feature-card:hover:before{opacity:1}.pd-feature-dot{width:8px;height:8px;background:#fff;border-radius:50%;opacity:.8}.pd-feature-text{font-size:1.1rem;color:#e5e5e5}.pd-ds-flex{display:flex;gap:80px;flex-wrap:wrap}.pd-ds-sublabel{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#777;margin-bottom:20px}.pd-typo-display{font-size:6rem;line-height:1;font-weight:700;color:#ffffff1a;margin-bottom:10px}.pd-typo-font{font-size:1.2rem;color:#fff}.pd-color-bubbles{display:flex;gap:20px;flex-wrap:wrap}.pd-bubble{width:80px;height:80px;border-radius:50%;box-shadow:0 10px 30px #00000080;border:2px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;position:relative}.pd-bubble-hex{opacity:0;font-size:.75rem;color:#fff;background:#0009;padding:4px 8px;border-radius:4px;transition:opacity .3s ease}.pd-bubble:hover .pd-bubble-hex{opacity:1}.pd-mobile-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.pd-mobile-wrap{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #0006,0 0 40px #ff6b6b1a;transition:all .4s ease}.pd-mobile-wrap:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000080,0 0 50px #9d4edd33;border-color:#fff3}.pd-mobile-wrap img{width:100%;display:block}@media (max-width: 1024px){.pd-row{grid-template-columns:1fr;gap:30px;padding:60px 0}.pd-col-label h3{position:static;margin-bottom:10px}.pd-meta-bar{gap:30px}.pd-ds-flex{gap:40px}}@media (max-width: 768px){.pd-hero{padding:140px 0 60px}.pd-title{font-size:3rem}.pd-meta-bar{flex-direction:column;gap:24px;border-top:none;margin-top:40px;padding-top:0}.pd-features-grid{grid-template-columns:1fr}.pd-mobile-gallery{grid-template-columns:1fr;max-width:300px;margin:0 auto}}
