:root{--bg-color: #0D0D0D;--text-main: #F2E9D8;--text-muted: #73726E;--accent: #BFBDB4;--font-display: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace;--gutter: 2rem}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);background:var(--text-main);color:var(--bg-color);padding:.75rem 1.5rem;font-family:var(--font-mono);font-size:.875rem;text-decoration:none;z-index:10000;border-radius:0 0 4px 4px;transition:top .2s}.skip-link:focus{top:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-display);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.cursor-dot,.cursor-outline{position:fixed;top:0;left:0;transform:translate(-50%,-50%);pointer-events:none;z-index:9999;mix-blend-mode:difference}.cursor-dot{width:12px;height:12px;background-color:#fff;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);transition:transform .2s}.cursor-outline{width:50px;height:50px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='0.8' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:0;transition:width .2s,height .2s;animation:spin 10s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.header{position:fixed;top:0;left:0;width:100%;padding:var(--gutter);display:flex;justify-content:space-between;align-items:center;z-index:100;mix-blend-mode:difference}.logo{font-weight:900;font-size:1.5rem;letter-spacing:-1px}.nav-link{margin-left:2rem;font-family:var(--font-mono);font-size:.9rem;text-transform:uppercase;transition:opacity .3s}.nav-link:hover{opacity:.5}.nav-link--active{opacity:1}section{min-height:100vh;padding:var(--gutter);position:relative}.hero{display:flex;align-items:center;justify-content:flex-start;height:100vh;padding-top:0}.hero-title{font-size:6.5vw;line-height:.9;font-weight:900;text-transform:uppercase;letter-spacing:-.04em}.hero-subtitle{margin-top:2rem;font-family:var(--font-mono);color:var(--text-muted)}.line{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.work{padding-top:10vh}.section-label{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:4rem;text-transform:uppercase}.gallery{display:flex;flex-direction:column;gap:10vh}.project-item{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center}.project-img-wrapper{position:relative;width:100%;height:80vh;overflow:hidden;background-color:#111;transition:box-shadow .6s ease}.project-item:hover .project-img-wrapper,.project-item.glow-active .project-img-wrapper{box-shadow:0 0 60px #f2e9d8b3}.project-img,.placeholder-img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease;display:block}.project-info{margin-top:1rem;display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #222;padding-bottom:1rem}.project-info h2{font-size:3rem;font-weight:600;letter-spacing:-1px}.project-info p{font-family:var(--font-mono);color:var(--text-muted)}.about{display:flex;align-items:center;justify-content:center}.about-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1400px;width:100%}.about-stats{width:100%}.about-text .section-title{font-family:var(--font-mono);font-size:1rem;color:var(--text-muted);margin-bottom:2rem}.about-text p{font-size:1rem;line-height:1.6;font-weight:400;margin-bottom:1.5rem}.about-stats ul{list-style:none}.about-stats li{font-family:var(--font-mono);padding:1rem 0;border-bottom:1px solid #222;display:flex;justify-content:space-between;font-size:.9rem;gap:2rem}.about-stats span{color:var(--text-muted)}.contact{display:flex;align-items:center;justify-content:center;flex-direction:column}.contact-pre{font-family:var(--font-mono);margin-bottom:1rem;color:var(--text-muted)}.big-mail{font-size:6vw;font-weight:900;letter-spacing:-2px;border-bottom:2px solid transparent;transition:border-color .3s}.big-mail:hover{border-color:var(--accent)}.socials{margin-top:3rem;display:flex;gap:2rem}.social-link{font-family:var(--font-mono);text-transform:uppercase;font-size:.8rem;border-bottom:1px solid transparent;transition:border-color .3s}.social-link:hover{border-color:var(--accent)}.footer{padding:var(--gutter);display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:.75rem;color:#888}@media(max-width:768px){:root{--gutter: 1.25rem}.cursor-dot,.cursor-outline{display:none}.header{padding:1rem var(--gutter)}.logo{font-size:1.25rem}.nav-link{margin-left:1rem;font-size:.75rem}.hero{height:100vh;padding-top:0;min-height:auto}.hero-title{font-size:12vw;line-height:1}.hero-subtitle{margin-top:1.5rem;font-size:.75rem}.work{padding-top:5vh}.section-label{margin-bottom:2rem;font-size:.75rem}.gallery{gap:0}.project-item{height:100vh;position:relative}.project-img-wrapper{height:70vh}.project-info{position:absolute;bottom:calc(15vh + 1rem);left:1rem;width:calc(100% - 2rem);z-index:10;mix-blend-mode:difference;flex-direction:column;align-items:flex-start;gap:.25rem;margin-top:0;border-bottom:none;padding-bottom:0}.project-info h2{font-size:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.project-info p{font-size:.7rem;opacity:.8}.project-beta .project-info{mix-blend-mode:normal}.project-beta .project-info h2{color:#000c}.project-beta .project-info p{color:#000000a6}.about{min-height:auto;padding-top:10vh;padding-bottom:10vh}.about-grid{grid-template-columns:1fr;gap:2rem}.about-text h2{font-size:2rem;margin-bottom:1.5rem}.about-text p{font-size:.9rem;line-height:1.7}.about-image img{max-height:50vh;object-fit:cover}.about-stats li{font-size:.8rem;padding:.75rem 0;flex-direction:column;gap:.25rem}.contact{min-height:auto;padding-top:10vh;padding-bottom:10vh}.contact-pre{font-size:.8rem}.big-mail{font-size:7vw;letter-spacing:-1px;word-break:break-all}.socials{margin-top:2rem;gap:1.5rem}.social-link{font-size:.7rem}.footer{flex-direction:column;gap:.5rem;text-align:center;padding:1.5rem var(--gutter)}}.project-hero{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:80vh;padding-bottom:4rem}.project-description-container{margin-top:4rem;max-width:600px;width:100%}.project-description{font-size:1.1rem;line-height:1.6;color:var(--text-main);opacity:.9}.project-gallery{padding:var(--gutter);display:flex;flex-direction:column;gap:var(--gutter);min-height:auto}.gallery-image-wrapper{width:100%;height:auto;overflow:hidden;position:relative}.gallery-image{width:100%;height:auto;display:block;object-fit:cover;will-change:transform}@media(max-width:768px){.gallery-image-wrapper{overflow:visible}.gallery-image-wrapper.zoomed{z-index:100;position:relative}.gallery-image{cursor:zoom-in;transition:none}.gallery-image.zoomed{cursor:grab}}.next-project-section{padding:var(--gutter);border-top:1px solid #222;margin-top:3rem;padding-top:3rem;min-height:40vh;display:flex;flex-direction:column;justify-content:center}.next-project-title{font-size:6vw;font-weight:900;text-transform:uppercase;line-height:1;margin-top:2rem;display:block;transition:color .3s}.next-project-title:hover{color:var(--text-muted)}.back-link{font-family:var(--font-mono);text-transform:uppercase;font-size:.8rem;transition:opacity .3s}.back-link:hover{opacity:.6}@media(min-width:768px){.project-hero{padding-top:30vh}}@media(max-width:768px){.project-hero{min-height:60vh;padding-top:15vh;padding-bottom:2rem}.hero-title{font-size:10vw}.project-description-container{margin-top:2rem}.project-description{font-size:.95rem}.project-gallery{gap:1rem}.next-project-section{min-height:auto;margin-top:1rem;padding-top:1.5rem;padding-bottom:1.5rem}.next-project-title{font-size:8vw;margin-top:1rem}.back-link{font-size:.7rem}}.bio-section{padding-top:20vh;align-items:flex-start}.bio-grid{grid-template-columns:1fr 1fr;align-items:center}.bio-title{font-size:3rem;font-weight:600;letter-spacing:-1px;margin-bottom:2rem}.bio-subtitle{font-family:var(--font-mono);font-size:.85rem;color:var(--text-muted);text-transform:uppercase;margin-bottom:.75rem;margin-top:2rem}.bio-subtitle:first-of-type{margin-top:0}.bio-image{width:100%;height:auto;display:block;filter:grayscale(100%) sepia(40%) brightness(1.05)}@media(max-width:768px){.bio-grid{grid-template-columns:1fr}.bio-title{font-size:2rem;margin-bottom:1.5rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.cursor-dot,.cursor-outline{display:none}}
