*{margin:0;padding:0;box-sizing:border-box}:root{--black:#000000;--white:#ffffff;--gray:#888888;--gray-dark:#1a1a1a;--gray-light:#cccccc}html{scroll-behavior:smooth;cursor:none}body{font-family:'Space Grotesk',sans-serif;background:var(--black);color:var(--white);overflow-x:hidden;cursor:none}a{color:inherit;text-decoration:none;cursor:none}img{display:block;max-width:100%}.cursor{width:8px;height:8px;background:var(--white);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform 0.1s ease,width 0.2s ease,height 0.2s ease,background 0.2s ease}.cursor-follower{width:40px;height:40px;border:1px solid rgba(255,255,255,0.3);border-radius:50%;position:fixed;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform 0.15s ease-out,width 0.3s ease,height 0.3s ease,border-color 0.2s ease}.cursor.hover{width:16px;height:16px;background:transparent;border:2px solid var(--white)}.cursor-follower.hover{width:60px;height:60px;border-color:var(--white)}.nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;z-index:100;mix-blend-mode:difference}.nav-logo{font-size:1.2rem;font-weight:700;letter-spacing:0.1em}.nav-lang{display:flex;align-items:center;gap:0.5rem;font-size:0.85rem;font-weight:500;text-transform:uppercase;letter-spacing:0.1em}.lang-active{color:var(--white)}.lang-separator{color:var(--gray)}.lang-link{color:var(--gray);transition:color 0.3s ease}.lang-link:hover{color:var(--white)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:6rem;position:relative;padding:6rem 5rem}.hero-image{flex-shrink:0;width:clamp(280px,25vw,400px);opacity:0;transform:scale(0.9);animation:fadeScale 1.2s cubic-bezier(0.16,1,0.3,1) 0.2s forwards}.hero-image img{width:100%;filter:grayscale(100%) contrast(1.1);transition:filter 0.5s ease}.hero-image:hover img{filter:grayscale(0%) contrast(1)}.hero-content{z-index:2}.hero-title{display:flex;flex-direction:column}.hero-title .line{font-size:clamp(3.5rem,12vw,10rem);font-weight:700;line-height:0.9;letter-spacing:-0.03em;text-transform:uppercase;opacity:0;transform:translateY(100px);animation:revealUp 1s cubic-bezier(0.16,1,0.3,1) forwards}.hero-title .line[data-anim="2"]{animation-delay:0.1s}.hero-title .line[data-anim="4"]{animation-delay:0.3s}.hero-title .line-de{font-size:clamp(1rem,2.5vw,1.5rem);font-weight:400;font-style:italic;letter-spacing:0.1em;color:var(--gray);margin:0.3rem 0;opacity:0;transform:translateY(30px);animation:revealUp 1s cubic-bezier(0.16,1,0.3,1) 0.2s forwards}.hero-subtitle{margin-top:1.5rem;font-size:clamp(0.9rem,1.5vw,1.1rem);font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:var(--gray);opacity:0;transform:translateY(30px);animation:revealUp 1s cubic-bezier(0.16,1,0.3,1) 0.4s forwards}.hero-tagline{margin-top:2.5rem;opacity:0;transform:translateY(30px);animation:revealUp 1s cubic-bezier(0.16,1,0.3,1) 0.5s forwards;max-width:700px}.hero-tagline p{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:400;line-height:1.7;color:var(--gray);margin-bottom:1.25rem}.hero-tagline p:last-child{margin-bottom:0}.hero-tagline .highlight{color:var(--white);font-weight:600}.hero-scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-scroll span{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.2em;color:var(--gray)}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--white),transparent);animation:scrollPulse 2s ease-in-out infinite}.numbers{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gray-dark);border-bottom:1px solid var(--gray-dark)}.number-item{padding:4rem 2rem;text-align:center;border-right:1px solid var(--gray-dark);opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease,background 0.3s ease}.number-item:last-child{border-right:none}.number-item.visible{opacity:1;transform:translateY(0)}.number-item:hover{background:var(--gray-dark)}.number-value{display:block;font-size:clamp(2rem,5vw,4rem);font-weight:700;letter-spacing:-0.02em;margin-bottom:0.5rem}.number-label{display:block;font-size:0.8rem;text-transform:uppercase;letter-spacing:0.1em;color:var(--gray)}.philosophy{padding:6rem 3rem;border-bottom:1px solid var(--gray-dark)}.philosophy-content{max-width:800px;margin:0 auto;opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease}.philosophy-content.visible{opacity:1;transform:translateY(0)}.philosophy-content p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.8;color:var(--gray);margin-bottom:1.5rem}.philosophy-content p:last-child{margin-bottom:0}.philosophy-content .highlight{color:var(--white);font-weight:600}.about{padding:8rem 3rem;border-bottom:1px solid var(--gray-dark)}.about-container{max-width:1000px;margin:0 auto}.about-intro{margin-bottom:4rem;opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease}.about-intro.visible{opacity:1;transform:translateY(0)}.about-heading{font-size:0.85rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--gray);margin-bottom:2rem}.about-lead{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:500;line-height:1.3;color:var(--white);max-width:800px}.about-content{display:grid;gap:3rem}.about-block{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease,transform 0.6s ease}.about-block.visible{opacity:1;transform:translateY(0)}.about-block-title{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--gray);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid var(--gray-dark)}.about-block p{font-size:1.1rem;line-height:1.7;color:var(--gray-light)}.about-block strong{color:var(--white)}.about-link{color:var(--white);text-decoration:underline;text-underline-offset:3px;transition:color 0.2s ease}.about-link:hover{color:var(--gray-light)}.about-skills{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.about-skill{display:flex;gap:1rem;align-items:flex-start}.about-skill-icon{font-size:1.5rem;line-height:1}.about-skill strong{display:block;color:var(--white);font-size:1rem;margin-bottom:0.3rem}.about-skill p{font-size:0.9rem;color:var(--gray);line-height:1.5;margin:0}.about-location{padding-top:2rem;opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}.about-location.visible{opacity:1;transform:translateY(0)}.about-location span{font-size:0.9rem;color:var(--gray)}.roadmap{padding:8rem 3rem;max-width:900px;margin:0 auto}.roadmap-title{font-size:0.85rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--gray);margin-bottom:4rem;opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}.roadmap-title.visible{opacity:1;transform:translateY(0)}.roadmap-timeline{position:relative;padding-left:3rem}.roadmap-timeline::before{content:'';position:absolute;left:7px;top:8px;bottom:8px;width:1px;background:linear-gradient(to bottom,var(--gray-dark),var(--gray),var(--gray-dark))}.roadmap-item{position:relative;padding-bottom:3rem;opacity:0;transform:translateX(-20px);transition:opacity 0.6s ease,transform 0.6s ease}.roadmap-item:last-child{padding-bottom:0}.roadmap-item.visible{opacity:1;transform:translateX(0)}.roadmap-dot{position:absolute;left:-3rem;top:6px;width:15px;height:15px;background:var(--black);border:2px solid var(--gray);border-radius:50%;transition:border-color 0.3s ease,background 0.3s ease,transform 0.3s ease}.roadmap-item:hover .roadmap-dot{border-color:var(--white);background:var(--white);transform:scale(1.2)}.roadmap-content{padding-left:1rem}.roadmap-year{display:inline-block;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--white);background:var(--gray-dark);padding:0.3rem 0.8rem;border-radius:2px;margin-bottom:0.75rem}.roadmap-text{font-size:clamp(1rem,2vw,1.25rem);color:var(--gray-light);line-height:1.5}.roadmap-link{color:var(--white);text-decoration:underline;text-underline-offset:3px;transition:color 0.2s ease}.roadmap-link:hover{color:var(--gray-light)}.project{padding:6rem 3rem}.project-card{display:flex;align-items:center;gap:4rem;position:relative;padding:5rem;border:1px solid var(--gray-dark);transition:border-color 0.3s ease,background 0.3s ease;opacity:0;transform:translateY(40px)}.project-content{flex:1}.project-image{flex:0 0 400px;max-width:400px;border-radius:8px;overflow:hidden}.project-image img{width:100%;height:auto;display:block;filter:grayscale(100%);transition:filter 0.4s ease}.project-card:hover .project-image img{filter:grayscale(0%)}.project-card.visible{opacity:1;transform:translateY(0);transition:opacity 0.8s ease,transform 0.8s ease,border-color 0.3s ease,background 0.3s ease}.project-card:hover{border-color:var(--gray);background:var(--gray-dark)}.project-label{display:block;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--gray);margin-bottom:1.5rem}.project-title{font-size:clamp(2.5rem,7vw,6rem);font-weight:700;line-height:1;letter-spacing:-0.02em}.project-desc{font-size:1rem;color:var(--gray);line-height:1.6;margin-top:1.5rem;max-width:600px}.project-arrow{position:absolute;top:5rem;right:5rem;opacity:0.5;transform:translate(0,0);transition:opacity 0.3s ease,transform 0.3s ease}.project-card:hover .project-arrow{opacity:1;transform:translate(5px,-5px)}.proof{padding:6rem 3rem}.proof-title{font-size:0.85rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--gray);margin-bottom:3rem;opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}.proof-title.visible{opacity:1;transform:translateY(0)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.proof-item{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer;opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease}.proof-item.visible{opacity:1;transform:translateY(0)}.proof-item img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter 0.5s ease,transform 0.5s ease}.proof-item:hover img{filter:grayscale(0%);transform:scale(1.05)}.proof-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.85);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;opacity:0;transition:opacity 0.3s ease}.proof-item:hover .proof-overlay{opacity:1}.proof-overlay-title{font-size:0.85rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--white);margin-bottom:0.5rem}.proof-overlay-desc{font-size:0.8rem;line-height:1.5;color:var(--gray-light)}.plot-twist{padding:8rem 3rem;border-bottom:1px solid var(--gray-dark)}.plot-twist-content{max-width:700px;margin:0 auto;text-align:center}.plot-twist-intro{font-size:clamp(1.2rem,2.5vw,1.6rem);color:var(--gray);margin-bottom:3rem;opacity:0;transform:translateY(30px);transition:opacity 0.8s ease,transform 0.8s ease;white-space:nowrap}.plot-twist-intro.visible{opacity:1;transform:translateY(0)}.plot-twist-expectations{margin-bottom:3rem;opacity:0;transform:translateY(30px);transition:opacity 0.8s ease 0.2s,transform 0.8s ease 0.2s}.plot-twist-expectations.visible{opacity:1;transform:translateY(0)}.plot-twist-expectations .strike-item{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:600;color:#ff4444;line-height:2.2;text-decoration:none;position:relative;display:inline-block;width:100%}.plot-twist-expectations .strike-item::after{content:'';position:absolute;left:50%;top:50%;width:0;height:3px;background:#ff4444;transform:translateX(-50%);transition:width 1.5s ease}.plot-twist-expectations.visible .strike-item::after{width:100%;transition-delay:calc(var(--delay) * 2.5s + 2s)}.plot-twist-reveal{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;color:var(--white);margin-bottom:2rem;opacity:0;transform:translateY(30px);transition:opacity 0.8s ease,transform 0.8s ease}.plot-twist-reveal.visible{opacity:1;transform:translateY(0)}.plot-twist-truth{margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:opacity 0.8s ease,transform 0.8s ease}.plot-twist-truth.visible{opacity:1;transform:translateY(0)}.plot-twist-truth p{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--gray);line-height:1.8}.plot-twist-truth strong{color:var(--white)}.plot-twist-gift{opacity:0;transform:translateY(30px);transition:opacity 0.8s ease,transform 0.8s ease}.plot-twist-gift.visible{opacity:1;transform:translateY(0)}.plot-twist-gift p{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--gray);line-height:1.8;margin-bottom:0.5rem}.plot-twist-gift strong{color:var(--white)}.plot-twist-terminal{font-size:clamp(2rem,5vw,3.5rem) !important;font-weight:700 !important;color:var(--white) !important;letter-spacing:-0.02em;margin:1.5rem 0 !important}.plot-twist-highlight{font-weight:500;color:var(--gray);margin-top:1.5rem !important}.plot-twist-free{font-size:clamp(1.3rem,2.5vw,1.8rem) !important;font-weight:600 !important;color:var(--white) !important;margin-top:1rem !important}.cta{padding:10rem 3rem;display:flex;justify-content:center}.cta-link{display:flex;align-items:center;gap:2rem;opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease}.cta-link.visible{opacity:1;transform:translateY(0)}.cta-text{font-size:clamp(1.5rem,4vw,3rem);font-weight:600;position:relative}.cta-text::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--white);transform:scaleX(0);transform-origin:right;transition:transform 0.5s cubic-bezier(0.16,1,0.3,1)}.cta-link:hover .cta-text::after{transform:scaleX(1);transform-origin:left}.cta-arrow{font-size:2rem;transition:transform 0.3s ease}.cta-link:hover .cta-arrow{transform:translateX(10px)}.footer{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;border-top:1px solid var(--gray-dark);font-size:0.8rem;color:var(--gray)}.footer-links{display:flex;gap:2rem}.footer-links a{transition:color 0.2s ease}.footer-links a:hover{color:var(--white)}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.95);display:flex;align-items:center;justify-content:center;padding:3rem;z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.4s ease,visibility 0.4s ease}.lightbox.show{opacity:1;visibility:visible}.lightbox img{max-width:90%;max-height:90vh;object-fit:contain}.lightbox-close{position:absolute;top:2rem;right:2rem;background:none;border:none;color:var(--white);font-size:2.5rem;cursor:none;opacity:0.7;transition:opacity 0.2s ease}.lightbox-close:hover{opacity:1}@keyframes revealUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeScale{to{opacity:0.8;transform:scale(1)}}@keyframes scrollPulse{0%,100%{opacity:0.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}@media (max-width:1024px){.hero{flex-direction:column;text-align:center;gap:3rem;padding:8rem 3rem 6rem}.hero-content{order:1}.hero-image{order:2;width:clamp(200px,50vw,300px)}.hero-title{align-items:center}.hero-subtitle{text-align:center}.hero-tagline{text-align:center}.numbers{grid-template-columns:repeat(2,1fr)}.number-item:nth-child(2){border-right:none}.number-item:nth-child(1),.number-item:nth-child(2){border-bottom:1px solid var(--gray-dark)}.philosophy{padding:4rem 2rem}.philosophy-content p{text-align:center}.about{padding:6rem 2rem}.about-skills{grid-template-columns:1fr}.proof-grid{grid-template-columns:repeat(2,1fr)}.roadmap{padding:6rem 2rem}.roadmap-item{padding-bottom:2.5rem}}@media (max-width:768px){.cursor,.cursor-follower{display:none}html,body,a{cursor:auto}.nav{padding:1rem 1.5rem}.nav-lang{font-size:0.8rem}.nav-logo{font-size:1rem}.hero{padding:5rem 1.5rem 4rem;min-height:auto}.hero-scroll{display:none}.hero-title .line{font-size:clamp(2.5rem,12vw,5rem)}.hero-title .line-de{font-size:clamp(0.9rem,3vw,1.2rem);margin:0.2rem 0}.hero-subtitle{font-size:0.75rem;letter-spacing:0.15em;margin-top:1rem}.hero-image{width:clamp(180px,45vw,250px)}.numbers{grid-template-columns:1fr 1fr}.number-item{padding:2rem 1rem}.number-value{font-size:clamp(1.5rem,6vw,2.5rem)}.number-label{font-size:0.7rem}.philosophy{padding:4rem 1.5rem}.philosophy-content{max-width:100%}.philosophy-content p{font-size:1rem;line-height:1.7;text-align:left}.about{padding:4rem 1.5rem}.about-heading{font-size:0.75rem}.about-lead{font-size:clamp(1.2rem,4vw,1.6rem)}.about-intro{margin-bottom:2.5rem}.about-content{gap:2rem}.about-block-title{font-size:0.7rem}.about-block p{font-size:0.95rem}.about-skill{flex-direction:column;gap:0.5rem}.about-skill-icon{font-size:1.2rem}.about-skill strong{font-size:0.95rem}.about-skill p{font-size:0.85rem}.about-location{font-size:0.85rem}.roadmap{padding:4rem 1.5rem}.roadmap-title{font-size:0.75rem}.roadmap-timeline{padding-left:2rem}.roadmap-dot{left:-2rem;width:10px;height:10px}.roadmap-timeline::before{left:4px}.roadmap-year{font-size:0.9rem}.roadmap-text{font-size:0.9rem}.roadmap-item{padding-bottom:2rem}.project{padding:4rem 1.5rem}.project-card{flex-direction:column;padding:2rem 1.5rem;gap:1.5rem}.project-label{font-size:0.65rem;margin-bottom:1rem}.project-title{font-size:clamp(2rem,8vw,3rem)}.project-desc{font-size:0.9rem;margin-top:1rem;line-height:1.6}.project-image{flex:0 0 auto;max-width:100%;order:-1}.project-arrow{top:2rem;right:1.5rem;width:24px;height:24px}.project-arrow svg{width:24px;height:24px}.proof{padding:4rem 1.5rem}.proof-title{font-size:0.75rem}.proof-grid{grid-template-columns:1fr 1fr;gap:0.75rem}.proof-overlay-title{font-size:0.85rem}.proof-overlay-desc{font-size:0.7rem;display:none}.plot-twist{padding:4rem 1.5rem}.plot-twist-content{max-width:100%}.plot-twist-intro{white-space:normal;font-size:1rem;margin-bottom:2rem;line-height:1.6}.plot-twist-expectations{margin-bottom:2rem}.plot-twist-expectations .strike-item{font-size:1rem;line-height:2}.plot-twist-expectations .strike-item::after{height:2px}.plot-twist-reveal{font-size:1.3rem;margin-bottom:1.5rem}.plot-twist-truth{margin-bottom:3rem}.plot-twist-truth p{font-size:1rem;line-height:1.7}.plot-twist-gift p{font-size:1rem;line-height:1.7}.plot-twist-terminal{font-size:1.8rem !important;margin:1rem 0 !important}.plot-twist-highlight{margin-top:1rem !important;font-size:0.95rem}.plot-twist-free{font-size:1.2rem !important;margin-top:0.75rem !important}.cta{padding:4rem 1.5rem}.cta-text{font-size:clamp(1.2rem,5vw,2rem)}.cta-arrow{font-size:1.5rem}.cta-link{gap:1rem}.footer{flex-direction:column;gap:1rem;text-align:center;padding:2rem 1.5rem;font-size:0.85rem}.footer-links{gap:1.5rem}}@media (max-width:480px){.nav{padding:1rem}.nav-lang{font-size:0.75rem}.nav-logo{font-size:0.9rem}.hero{padding:4rem 1rem 3rem}.hero-title .line{font-size:clamp(2rem,14vw,3.5rem)}.hero-title .line-de{font-size:0.8rem}.hero-subtitle{font-size:0.65rem;letter-spacing:0.1em}.hero-image{width:clamp(150px,40vw,200px)}.numbers{grid-template-columns:1fr}.number-item{padding:1.5rem 1rem;border-right:none;border-bottom:1px solid var(--gray-dark)}.number-item:last-child{border-bottom:none}.number-value{font-size:1.8rem}.philosophy{padding:3rem 1rem}.philosophy-content p{font-size:0.95rem}.about{padding:3rem 1rem}.about-lead{font-size:1.1rem}.about-block p,.about-skill p{font-size:0.85rem}.roadmap{padding:3rem 1rem}.roadmap-timeline{padding-left:1.5rem}.roadmap-dot{left:-1.5rem;width:8px;height:8px}.roadmap-timeline::before{left:3px}.roadmap-year{font-size:0.85rem}.roadmap-text{font-size:0.85rem}.project{padding:3rem 1rem}.project-card{padding:1.5rem 1rem}.project-title{font-size:1.8rem}.project-desc{font-size:0.85rem}.project-arrow{top:1.5rem;right:1rem}.proof{padding:3rem 1rem}.proof-grid{grid-template-columns:1fr;gap:1rem}.proof-overlay-desc{display:block;font-size:0.75rem}.plot-twist{padding:3rem 1rem}.plot-twist-intro{font-size:0.95rem}.plot-twist-expectations .strike-item{font-size:0.9rem;line-height:1.8}.plot-twist-reveal{font-size:1.2rem}.plot-twist-truth p,.plot-twist-gift p{font-size:0.9rem}.plot-twist-terminal{font-size:1.5rem !important}.plot-twist-free{font-size:1.1rem !important}.cta{padding:3rem 1rem}.cta-text{font-size:1.2rem}.footer{padding:1.5rem 1rem;font-size:0.8rem}.footer-links{gap:1rem;font-size:0.8rem}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important}.hero-title .line,.hero-title .line-de,.hero-subtitle,.hero-tagline,.hero-image{opacity:1;transform:none}}