.header{padding-top:2rem;padding-bottom:4rem}.header .header-row{display:flex;flex-wrap:wrap;gap:36rem;align-items:baseline;position:relative}@media(max-width:768px){.header .header-row{gap:2rem}}.header .logo{font-family:"Ndot47",var(--font-mono);font-weight:400;font-size:1rem;margin-right:2rem}.header .logo a{color:var(--text-color);text-decoration:none}.header .nav ul{display:flex;flex-wrap:wrap;gap:2.5rem}.header .nav ul li a{font-family:var(--font-sans);font-size:1rem;color:var(--text-color);text-decoration:none}.header .nav ul li a:hover{text-decoration:underline}.header .theme-toggle{position:absolute;right:0;top:0;background:transparent;border:2px solid var(--text-color);color:var(--text-color);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:20px}.header .theme-toggle:hover{background:var(--text-color);color:var(--bg-color)}.header .theme-toggle svg{width:20px;height:20px}@media(max-width:768px){.header .theme-toggle{width:36px;height:36px}.header .theme-toggle svg{width:18px;height:18px}}.footer{padding-bottom:2rem;padding-top:2rem;border-top:1px solid var(--subtle-color)}.footer .footer-content{display:flex;justify-content:space-between;font-family:Ndot47;font-size:.8rem;color:var(--subtle-color)}@media(max-width:768px){.footer .footer-content{flex-direction:column;gap:1rem}}.footer .footer-content .footer-right{display:flex;gap:2rem}.footer .footer-content .footer-right a{transition:color .2s ease}.footer .footer-content .footer-right a:hover{color:var(--text-color)}.footer .style-guide{margin-top:2rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.footer .style-guide .color-palette{display:flex;gap:6px;align-items:center}.footer .style-guide .color-palette .color-circle{width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.footer .style-guide .font-info{font-family:"Ndot47",var(--font-mono);font-size:.8rem;color:var(--gray-text)}.preloader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--bg-color);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeOut .5s ease 2.8s forwards}.preloader .preloader-content{display:flex;align-items:center;justify-content:center}.preloader .rectangles{display:flex;gap:8px;align-items:flex-end}.preloader .rectangles .rect{width:4px;height:4px;background-color:var(--text-color);animation:bounce .8s infinite;will-change:transform}.preloader .rectangles .rect:nth-child(1){animation-delay:0s}.preloader .rectangles .rect:nth-child(2){animation-delay:.2s}.preloader .rectangles .rect:nth-child(3){animation-delay:.4s}.preloader .rectangles .rect:nth-child(4){animation-delay:.6s}.preloader .text-reveal{font-family:"Ndot47",var(--font-mono);font-size:2rem;color:var(--text-color);opacity:0;animation:textFadeIn 1s cubic-bezier(.4,0,.2,1) forwards;will-change:opacity,transform}@keyframes bounce{0%{transform:translateY(0);animation-timing-function:cubic-bezier(.33,0,.67,.33)}50%{transform:translateY(-20px);animation-timing-function:cubic-bezier(.33,.67,.67,1)}to{transform:translateY(0)}}@keyframes textFadeIn{0%{opacity:0;transform:scale(.9) translateY(10px)}60%{opacity:1}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.hero-section{margin-bottom:6rem}.hero-section .hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;column-gap:8rem}@media(max-width:1024px){.hero-section .hero-grid{grid-template-columns:1fr;gap:4rem}}.hero-section .hero-item .item-header{margin-bottom:1rem;font-family:"Ndot47",var(--font-mono);font-size:14px;color:var(--gray-text)}.hero-section .hero-item .item-content p{font-size:1.1rem;line-height:1.4;letter-spacing:.3px;margin-bottom:1.5rem;font-family:var(--font-sans)}.hero-section .hero-item:nth-child(3) .item-content p{font-size:.9rem}.hero-section .hero-item .contact-trigger{cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 0;background-color:var(--highlight-bg);color:var(--highlight-text);text-decoration:none;padding:.15rem .2rem;transition:all .3s ease}.hero-section .hero-item .contact-trigger .wave-icon{display:inline-block;animation:wave 1s ease-in-out infinite}.hero-section .hero-item .contact-trigger:hover{text-decoration:underline}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}.hero-section .hero-item .item-content ul{display:flex;flex-direction:column;gap:.5rem}.hero-section .hero-item .item-content .belief-item,.hero-section .hero-item .item-content .social-item{font-family:var(--font-sans);font-size:.9rem}.hero-section .hero-item .item-content .belief-item{display:flex;gap:.5rem;counter-increment:belief-counter}.hero-section .hero-item .item-content .belief-item:before{content:counter(belief-counter,decimal-leading-zero);font-family:var(--font-mono);color:var(--gray-text);flex-shrink:0}.hero-section .hero-item:nth-child(2) .item-content ul{counter-reset:belief-counter}.hero-section .hero-item .item-content .social-item a{background-color:var(--highlight-bg);color:var(--highlight-text);text-decoration:none;padding:.15rem .2rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.hero-section .hero-item .item-content .social-item a .social-icon{display:inline-flex;align-items:center;font-size:1rem}.hero-section .hero-item .item-content .social-item a:hover{text-decoration:underline}.contact-popup-trigger{display:inline-block;margin-bottom:6rem;cursor:pointer;font-family:var(--font-mono);font-size:.9rem;padding:.5rem 0;transition:all .3s ease}.contact-popup-trigger:hover{background-color:var(--text-color);color:var(--bg-color);padding:.5rem 1rem}.contact-popup-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer}.contact-popup-content{background-color:var(--bg-color);padding:3rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;cursor:default;border:1px solid var(--text-color)}.contact-popup-content .popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.contact-popup-content .popup-header .label{font-family:"Ndot47",var(--font-mono);font-size:.9rem}.contact-popup-content .popup-header .close-btn{background:none;border:none;color:var(--text-color);font-size:1.5rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.contact-popup-content .popup-header .close-btn:hover{background-color:var(--text-color);color:var(--bg-color)}.contact-popup-content .contact-form .form-group{margin-bottom:1.5rem}.contact-popup-content .contact-form .form-group label{display:block;font-family:var(--font-mono);font-size:.9rem;margin-bottom:.5rem}.contact-popup-content .contact-form .form-group input,.contact-popup-content .contact-form .form-group textarea{width:100%;padding:.75rem;background-color:transparent;border:1px solid var(--text-color);color:var(--text-color);font-family:var(--font-sans);font-size:1rem;transition:all .3s ease}.contact-popup-content .contact-form .form-group input:focus,.contact-popup-content .contact-form .form-group textarea:focus{outline:none;background-color:var(--text-color);color:var(--bg-color)}.contact-popup-content .contact-form .form-group input::placeholder,.contact-popup-content .contact-form .form-group textarea::placeholder{color:rgba(var(--text-color),.5)}.contact-popup-content .contact-form .form-group textarea{resize:vertical}.contact-popup-content .contact-form .submit-btn{width:100%;padding:1rem;background-color:transparent;border:1px solid var(--text-color);color:var(--text-color);font-family:var(--font-mono);font-size:1rem;cursor:pointer;transition:all .3s ease}.contact-popup-content .contact-form .submit-btn:hover{background-color:var(--text-color);color:var(--bg-color)}.contact-popup-content .popup-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--text-color);text-align:center}.contact-popup-content .popup-footer .contact-text{font-family:var(--font-mono);font-size:.9rem;cursor:pointer;padding:.5rem 1rem;display:inline-block;transition:all .3s ease}.contact-popup-content .popup-footer .contact-text:hover{background-color:var(--text-color);color:var(--bg-color)}.portfolio-section{margin-bottom:6rem}.portfolio-section .portfolio-divider{width:100%;height:1px;background-color:var(--text-color);margin-bottom:4rem}.portfolio-section .portfolio-header{margin-bottom:3rem}.portfolio-section .portfolio-header .portfolio-label{font-family:"Ndot47",var(--font-mono);font-size:14px;color:var(--gray-text)}.portfolio-section .portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1024px){.portfolio-section .portfolio-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.portfolio-section .portfolio-grid{grid-template-columns:1fr}}.portfolio-section .project-frame{background-color:#c8c8c8;aspect-ratio:1/1;position:relative;display:flex;flex-direction:column;padding:20px;border-radius:32px;text-decoration:none;transition:background-color .3s ease;cursor:pointer}.portfolio-section .project-frame:hover{background-color:#fff}.portfolio-section .project-frame .frame-number{position:absolute;top:20px;right:20px;font-family:Geist Mono,monospace;font-size:14px;color:#1c1c1c;opacity:.5;z-index:2}.portfolio-section .project-frame .frame-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;display:flex;align-items:center;justify-content:center}.portfolio-section .project-frame .frame-image img,.portfolio-section .project-frame .frame-image video{width:100%;height:100%;object-fit:contain}.portfolio-section .project-frame .frame-content{display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative;z-index:1}.portfolio-section .project-frame .frame-content .project-name{font-family:Geist Mono,monospace;font-size:18px;text-transform:uppercase;color:#1c1c1c;font-weight:500}.portfolio-section .project-frame .frame-content .project-badge{background-color:#ffc846;color:#1c1c1c;font-family:Geist Mono,monospace;font-size:12px;padding:6px 12px;display:inline-block;align-self:flex-start;text-transform:uppercase;font-weight:500;border-radius:4px}.portfolio-section .project-frame-popup{cursor:zoom-in}.portfolio-section .image-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.portfolio-section .image-popup-overlay .popup-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001}.portfolio-section .image-popup-overlay .popup-close:hover{background-color:#ffffff1a}.portfolio-section .image-popup-overlay .popup-content{max-width:90%;max-height:90vh;display:flex;align-items:center;justify-content:center;animation:zoomIn .3s ease}.portfolio-section .image-popup-overlay .popup-content img,.portfolio-section .image-popup-overlay .popup-content video{max-width:100%;max-height:90vh;object-fit:contain}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.about-page{min-height:100vh;padding:1rem 0;animation:slideUp .6s ease}@media(max-width:768px){.about-page{padding:4rem 0}}.about-page .about-container{display:flex;flex-direction:column;gap:3rem}.about-page .about-container .about-header{margin-bottom:-2rem}.about-page .about-container .about-header .about-label{font-family:"Ndot47",var(--font-mono);font-size:14px;color:var(--gray-text)}.about-page .about-container .intro-text p{color:#cecece}.about-page .about-container .about-text p{font-family:Geist Mono,monospace;font-size:32px;line-height:1.4;letter-spacing:.1px;color:var(--gray-text);margin-bottom:1.5rem}.about-page .about-container .about-text p:last-child{margin-bottom:0}.about-page .about-container .about-profile{margin-bottom:4rem;border:2rem;padding-bottom:4rem;border-bottom:1px solid var(--border-color)}.about-page .about-container .about-profile img{width:auto;height:800px;max-width:100%;display:block}.about-page .about-container .about-tools{display:flex;gap:54rem;align-items:flex-start}@media(max-width:768px){.about-page .about-container .about-tools{flex-direction:column;gap:1rem}}.about-page .about-container .about-tools .tools-title{font-family:Array,sans-serif;font-size:32px;letter-spacing:1px;font-weight:400;color:var(--gray-text);flex-shrink:0;min-width:150px}.about-page .about-container .about-tools .tools-list{flex:1;display:flex;flex-direction:column;gap:.5rem}.about-page .about-container .about-tools .tools-list li{font-family:var(--font-sans);font-size:18px;font-weight:500;color:var(--text-color);display:flex;align-items:center;gap:.75rem}.about-page .about-container .about-tools .tools-list li .tool-icon{font-size:20px;flex-shrink:0}.about-page .about-container .about-tools .tools-list li .jitter-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:2px solid var(--border-color);border-radius:4px}.about-page .about-container .about-exploring-tools{display:flex;gap:53rem;align-items:flex-start}@media(max-width:768px){.about-page .about-container .about-exploring-tools{flex-direction:column;gap:1rem}}.about-page .about-container .about-exploring-tools .tools-title{font-family:Array,sans-serif;font-size:32px;letter-spacing:1px;font-weight:400;color:var(--gray-text);flex-shrink:0;min-width:150px}.about-page .about-container .about-exploring-tools .tools-list{flex:1;display:flex;flex-direction:column;gap:.5rem}.about-page .about-container .about-exploring-tools .tools-list li{font-family:var(--font-sans);font-size:18px;font-weight:500;color:var(--text-color);display:flex;align-items:center;gap:.75rem}.about-page .about-container .about-exploring-tools .tools-list li .tool-icon{font-size:20px;flex-shrink:0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:Array;src:url(/assets/Array-Regular-DpqtFAPH.woff2) format("woff2"),url(/assets/Array-Regular-BBspjYef.woff) format("woff"),url(/assets/Array-Regular-Bpzv_xZ6.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Array;src:url(/assets/Array-Semibold-n3UXsXBJ.woff2) format("woff2"),url(/assets/Array-Semibold-ulLnP35a.woff) format("woff"),url(/assets/Array-Semibold-DZokrDRO.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Array;src:url(/assets/Array-Bold-DD1Er77r.woff2) format("woff2"),url(/assets/Array-Bold-C1p-w29s.woff) format("woff"),url(/assets/Array-Bold-BdcmS1jS.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Ndot47;src:url(/assets/ndot-47-C5sPkNk8.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/assets/GeistMono-VariableFont_wght-BlNDD6KS.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}:root{--bg-color: #F2F2F2;--text-color: #000000;--accent-color: #000000;--subtle-color: #000000;--border-color: #000000;--highlight-bg: #C4DFFC;--highlight-text: #000000;--gray-text: #797979;--font-sans: "Geist Mono", monospace;--font-mono: "Geist Mono", monospace;--spacing-unit: 1rem}[data-theme=dark]{--bg-color: #000000;--text-color: #ffffff;--accent-color: #ffffff;--subtle-color: #ffffff;--border-color: #ffffff;--highlight-bg: #1a3a52;--highlight-text: #ffffff;--gray-text: #8a8a8a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-sans);font-weight:400;line-height:1.4;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-size:14px;transition:background-color .3s ease,color .3s ease}a{text-decoration:none;color:inherit;cursor:pointer}ul{list-style:none}.container{max-width:100%;margin:0;padding:2rem}@media(max-width:768px){.container{padding:1rem}}
