:root{--bg: #1c1c1c;--bg2: #242424;--bg3: #2c2c2c;--text: #f0ede8;--muted: #888580;--accent: #8b1515;--blue-mid: #2d6080;--border: rgba(240,237,232,.08);--ff-display: "Bebas Neue", sans-serif;--ff-body: "DM Sans", sans-serif;--ff-mono: "Space Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--ff-body);font-size:16px;line-height:1.6;overflow-x:hidden;cursor:none;margin:0;padding:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:none}#cursor{position:fixed;top:0;left:0;width:10px;height:10px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .25s,height .25s,background .25s}#cursor.hover{width:48px;height:48px;background:#8b151559}#cursor-trail{position:fixed;top:0;left:0;width:36px;height:36px;border:1px solid rgba(139,21,21,.5);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:all .08s ease}#page-overlay{position:fixed;inset:0;background:var(--bg);z-index:8000;pointer-events:none;opacity:0}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:24px 48px;display:flex;align-items:center;justify-content:space-between;transition:background .3s}nav:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(28,28,28,.85),transparent);z-index:-1;pointer-events:none}.nav-logo{display:flex;align-items:center;gap:12px}.nav-logo-img{height:56px;width:auto;display:block}.nav-logo-text{font-family:var(--ff-display);font-size:28px;letter-spacing:3px;color:var(--text);line-height:1}.nav-logo-dot{color:var(--accent)}@media(max-width:768px){.nav-logo-img{height:40px}}.nav-links{display:flex;gap:48px}.nav-links a{font-family:var(--ff-mono);font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--accent)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}.nav-hamburger span{display:block;width:26px;height:1.5px;background:var(--text);transition:all .3s}#mobileNav{position:fixed;inset:0;background:var(--bg);z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;transform:translateY(-100%);transition:transform .45s cubic-bezier(.77,0,.175,1)}#mobileNav.open{transform:translateY(0)}#mobileNav a{font-family:var(--ff-display);font-size:52px;letter-spacing:3px;color:var(--text);transition:color .2s}#mobileNav a:hover{color:var(--accent)}#mobileNavClose{position:absolute;top:24px;right:48px;background:none;border:none;font-family:var(--ff-mono);font-size:11px;letter-spacing:2px;color:var(--muted);text-transform:uppercase}#mobileNavClose:hover{color:var(--accent)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 48px 80px;position:relative;overflow:hidden;margin-top:0}.hero-bg-img{position:absolute;inset:0;background-image:url(/uploads/2026/01/2S5A6410.jpg);background-size:45%;background-repeat:no-repeat;background-position:65% top;background-color:#000;opacity:.18;z-index:0}.hero-noise{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.hero-content{position:relative;z-index:2}.hero-tag{font-family:var(--ff-mono);font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--accent);display:flex;align-items:center;gap:12px;margin-bottom:24px}.hero-tag:before{content:"";display:block;width:32px;height:1px;background:var(--accent)}.hero-title{font-family:var(--ff-display);font-size:clamp(80px,15vw,220px);line-height:.92;margin-bottom:40px}.hero-title .line{display:block;overflow:hidden}.hero-title .line-inner{display:block}.hero-title .accent{color:var(--accent)}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end}.hero-desc{font-size:15px;color:var(--muted);max-width:380px;line-height:1.7}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:10px}.scroll-indicator span{font-family:var(--ff-mono);font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--muted)}.scroll-line{width:1px;height:60px;background:var(--accent);transform-origin:top;animation:scrollAnim 2s ease-in-out infinite}@keyframes scrollAnim{0%{transform:scaleY(0);opacity:1}50%{transform:scaleY(1);opacity:1}to{transform:scaleY(0);opacity:0;transform-origin:bottom}}.marquee-wrapper{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:18px 0;overflow:hidden;background:var(--bg)}.marquee-track{display:flex;width:max-content;animation:marqueeScroll 22s linear infinite}.marquee-item{font-family:var(--ff-display);font-size:22px;letter-spacing:4px;color:var(--muted);text-transform:uppercase;white-space:nowrap;padding-right:60px;display:flex;align-items:center}.marquee-item .dot{color:var(--accent);margin-right:40px;font-size:14px}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-title{font-family:var(--ff-display);font-size:clamp(64px,9vw,140px);line-height:.95;white-space:nowrap;margin-bottom:0;color:var(--text)}.about-section{padding:160px 96px;background:var(--bg)}.about-inner{display:block;max-width:1100px;margin:0 auto}.about-inner p{font-size:17px;color:var(--muted);line-height:1.9;margin-bottom:48px;max-width:100%}.about-section .section-title{margin-bottom:72px}.skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:88px}.skill-item{border:1px solid var(--border);padding:24px 28px;display:flex;align-items:center;gap:18px;transition:border-color .25s}.skill-item:hover{border-color:#8b151580}.skill-item img{width:40px;height:40px;object-fit:contain}.skill-item span{font-family:var(--ff-mono);font-size:13px;letter-spacing:2px;text-transform:uppercase;color:var(--muted)}@media(max-width:768px){.skill-item{padding:14px 18px;gap:12px}.skill-item img{width:24px;height:24px}.skill-item span{font-size:11px}}.portfolio-section{padding:120px 48px;background:var(--bg)}.section-header{display:flex;flex-direction:column;align-items:flex-start;gap:32px;margin-bottom:48px}.filter-bar{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;width:100%;padding-bottom:4px}.filter-bar::-webkit-scrollbar{display:none}.filter-select{display:none}@media(max-width:768px){.filter-bar{display:none}.filter-select{display:block;width:100%;font-family:var(--ff-mono);font-size:11px;text-transform:uppercase;letter-spacing:2px;padding:12px 40px 12px 16px;background:var(--bg2);color:var(--text);border:1px solid var(--border);border-radius:0;appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238b1515' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.filter-select:focus{outline:none;border-color:var(--accent)}.filter-select option{background:var(--bg2);color:var(--text)}}.filter-btn{font-family:var(--ff-mono);font-size:10px;text-transform:uppercase;letter-spacing:2px;padding:8px 20px;border:1px solid var(--border);background:transparent;color:var(--muted);transition:border-color .2s,color .2s,background .2s}.filter-btn:hover,.filter-btn.active{border-color:var(--accent);color:var(--accent);background:#8b151514}.projects-list{display:flex;flex-direction:column;position:relative}.project-item{display:grid;grid-template-columns:60px 1fr auto auto 40px;align-items:center;gap:24px;padding:28px 0;border-top:1px solid var(--border);text-decoration:none;transition:padding .3s ease,background .2s;cursor:none;will-change:opacity,transform}.project-item:last-child{border-bottom:1px solid var(--border)}.project-item:hover{padding:28px 20px;background:#8b15150f}.project-item-num{font-family:var(--ff-mono);font-size:11px;letter-spacing:2px;color:var(--accent)}.project-item-name{font-family:var(--ff-display);font-size:clamp(28px,4vw,56px);color:var(--text);letter-spacing:1px;line-height:1;transition:color .2s}.project-item:hover .project-item-name{color:var(--accent)}.project-item-cats{display:flex;gap:6px;flex-wrap:wrap}.project-item-cat{font-family:var(--ff-mono);font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--muted);border:1px solid var(--border);padding:5px 14px}.project-item-date{font-family:var(--ff-mono);font-size:11px;letter-spacing:2px;color:var(--accent)}.project-item-arrow{font-size:20px;color:var(--accent);opacity:0;transform:translate(-6px,6px);transition:all .25s ease}.project-item:hover .project-item-arrow{opacity:1;transform:translate(0)}footer{padding:32px 48px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}footer p,footer span{font-family:var(--ff-mono);font-size:11px;color:var(--muted);letter-spacing:1px}footer a{color:var(--accent);transition:opacity .2s}footer a:hover{opacity:.75}.project-hero{min-height:50vh;display:flex;flex-direction:column;justify-content:flex-end;padding:80px 96px;position:relative;overflow:hidden}.project-hero-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--bg2);filter:brightness(.35)}.project-hero-content{position:relative;z-index:1}@media(max-width:768px){.project-hero{padding:60px 24px;min-height:40vh;background:var(--bg2)}.project-hero-bg{display:none}}.project-hero~section{position:relative}.project-hero~section+section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:1px;background:var(--accent)}@media(min-width:768px){.project-hero~section+section:before{width:140px}}@media(min-width:1024px){.project-hero~section+section:before{width:200px}}.project-intro{display:grid;grid-template-columns:35% 65%;gap:80px;padding:120px 96px;align-items:start}.project-intro img{max-width:180px;margin:0 auto;display:block}.project-intro-text{max-width:680px}.project-intro-text p{font-size:18px;line-height:2;color:var(--muted)}.project-process{display:grid;grid-template-columns:40% 60%;gap:80px;padding:120px 96px;align-items:center}.project-process-text{display:flex;flex-direction:column;justify-content:center;align-self:center;max-width:100%;padding-left:16px}.project-process-text p{font-size:18px;line-height:2;color:var(--muted);max-width:100%;width:100%}.project-process-images{display:grid;grid-template-columns:1fr;gap:16px;max-width:100%}.project-process-images img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.project-inspiration{display:block;padding:120px 96px;background:var(--bg2)}.project-inspiration-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}.project-inspiration-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.project-inspiration-text{width:100%;text-align:center}.project-inspiration-text p{font-size:18px;line-height:2;color:var(--muted);max-width:100%;text-align:center}.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:0 96px;margin:80px auto;max-width:1100px}.project-gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.project-section-title{font-family:var(--ff-display);font-size:clamp(36px,4vw,64px);color:var(--text);line-height:1;margin:0}.section-title-row{display:flex;flex-direction:row;align-items:center;gap:18px;margin-bottom:40px}.section-tool-icon{width:36px;height:36px;object-fit:contain;flex-shrink:0}.project-video{max-width:700px;margin:80px auto;padding:0 96px}.project-video video,.project-video iframe{width:100%;aspect-ratio:16 / 9;display:block}.project-back{display:flex;justify-content:center;padding:80px 96px}.back-btn{font-family:var(--ff-mono);font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--muted);text-decoration:none;border:1px solid var(--border);padding:14px 40px;display:inline-block;transition:color .2s,border-color .2s}.back-btn:hover{color:var(--accent);border-color:var(--accent)}.project-external-link{display:flex;justify-content:flex-end;padding:56px 96px 80px}.project-external-btn{font-family:var(--ff-mono);font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--accent);text-decoration:none;border:1px solid var(--accent);padding:14px 40px;display:inline-block;transition:background .2s,color .2s}.project-external-btn:hover{background:var(--accent);color:var(--bg)}.project-intro,.project-process,.project-inspiration,.project-gallery-section,.project-video-section{margin-top:0;margin-bottom:0}.project-figma{padding:120px 96px;border-top:1px solid var(--border)}.project-figma-frame{width:100%;height:600px;border:1px solid var(--border);display:block}@media(max-width:768px){.project-figma{padding:80px 24px}.project-figma-frame{height:400px}.project-section,.project-intro,.project-process,.project-inspiration,.project-gallery-section,.project-video-section,.project-back{padding:80px 24px}.project-intro,.project-process{grid-template-columns:1fr;gap:40px}.project-intro img{max-width:140px}.project-intro-text p,.project-process-text p,.project-inspiration p{font-size:16px;line-height:1.9}.project-gallery{grid-template-columns:1fr;padding:0 24px;gap:16px;margin:48px auto}.project-inspiration-gallery{grid-template-columns:1fr;gap:8px;margin-bottom:40px}.project-inspiration-text p{text-align:left;font-size:16px}.project-process-images{gap:16px}.project-video{padding:0 24px;margin:48px auto}.project-external-link{justify-content:center;padding:48px 24px}}.js-ready .reveal{opacity:0;transform:translateY(40px)}.js-ready .hero-title .line-inner{transform:translateY(110%)}.js-ready .hero-tag{opacity:0}.js-ready .hero-bottom{opacity:0;transform:translateY(20px)}@media(max-width:1024px){.project-item{grid-template-columns:60px 1fr auto 40px}.project-item-date{display:none}}@media(max-width:768px){nav{padding:20px 24px}.nav-links{display:none}.nav-hamburger{display:flex}.hero{padding:0 24px 60px}.hero-bg-img{background-size:cover;background-color:transparent;background-position:center center}.hero-title{font-size:clamp(60px,18vw,110px)}.scroll-indicator{display:none}.about-section{padding:80px 24px}.about-section .section-title,.about-inner p{margin-bottom:36px}.skills-grid{margin-top:64px}.portfolio-section{padding:80px 24px}.section-header{flex-direction:column;align-items:flex-start;gap:20px}.project-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:20px 0}.project-item-num{flex-shrink:0;width:32px}.project-item-name{flex:1;font-size:clamp(22px,6vw,36px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-item-cat,.project-item-cats,.project-item-date{display:none}.project-item-arrow{flex-shrink:0;opacity:0;transform:translate(-6px);transition:all .25s ease;font-size:18px;color:var(--accent)}.project-item:hover .project-item-arrow,.project-item:active .project-item-arrow{opacity:1;transform:translate(0)}.section-tool-icon{width:22px;height:22px}.section-title-row{gap:8px}.project-item:hover{padding:20px 0}footer{padding:28px 24px;flex-direction:column;align-items:flex-start}#mobileNavClose{right:24px}}@media(max-width:480px){.hero-title{line-height:.88}.skills-grid{grid-template-columns:1fr}}
