*{margin:0;padding:0;box-sizing:border-box}.title-bar{position:fixed;top:0;left:0;right:0;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;font-weight:400;background-color:#000c;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.1);height:4.5rem;display:flex;flex-direction:row;color:#fff;align-items:center;justify-content:space-between;padding:0 2.5rem;transition:background-color .3s ease,border-color .3s ease}.title-bar-left h1{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;color:#fffffff2;transition:color .2s ease}.title-bar-left h1:hover{color:#fff}.title-bar-right{display:flex;flex-direction:row;align-items:center;gap:2rem}.title-bar-right-item{cursor:pointer}.title-bar-right-item h3{font-size:.9375rem;font-weight:400;color:#fffc;transition:color .2s ease;letter-spacing:-.01em}.title-bar-right-item:hover h3{color:#fff}.home-page{width:100%;min-height:100vh;background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif}.hero-section{width:100%;height:100vh;min-height:800px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 0 2rem;border-radius:0 0 16px 16px;box-shadow:0 8px 32px #0006;background-color:#0a0a0a}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0 0 16px 16px}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#0000001a,#0006)}.hero-content{position:relative;z-index:1;text-align:center;max-width:980px;padding:0 2rem;animation:fadeInUp 1s ease-out}.hero-title{font-size:clamp(3.5rem,8vw,6rem);font-weight:600;margin-bottom:1rem;letter-spacing:-.03em;color:#fff;line-height:1.1;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:.2em;min-height:clamp(4rem,9vw,6.5rem)}.title-prefix{white-space:nowrap;align-self:flex-start;line-height:1.1}.name-container{display:flex;align-items:flex-start;justify-content:flex-start;align-self:flex-start;min-width:clamp(5.5rem,11vw,9rem);width:clamp(5.5rem,11vw,9rem);min-height:clamp(4rem,9vw,6.5rem);flex-shrink:0;position:relative;overflow:visible}.name-cycling{transition:font-family .3s ease,font-weight .3s ease,font-style .3s ease,text-decoration .3s ease,text-shadow .3s ease,letter-spacing .3s ease;white-space:nowrap;text-align:left;align-self:flex-start;line-height:1.1}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400;margin-bottom:.75rem;color:#ffffffe6;letter-spacing:-.01em;opacity:0;visibility:hidden;transition:opacity .6s ease-out,visibility .6s ease-out}.hero-subtitle.visible{opacity:1;visibility:visible;animation:fadeInUp .6s ease-out}.hero-description{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400;color:#fffc;letter-spacing:-.01em;opacity:0;visibility:hidden;transition:opacity .6s ease-out .2s,visibility .6s ease-out .2s}.hero-description.visible{opacity:1;visibility:visible;animation:fadeInUp .6s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;color:#ffffffb3;animation:bounce 2s infinite;cursor:pointer;transition:color .3s ease}.scroll-indicator:hover{color:#fff}.scroll-indicator svg{display:block}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.sticky-tab-bar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#000c;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(-100%);pointer-events:none;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.sticky-tab-bar.visible{opacity:1;transform:translateY(0);pointer-events:auto}.sticky-tab-container{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:0;padding:0 2rem;height:70px}.sticky-tab{background:none;border:none;color:#fff9;font-size:.9375rem;font-weight:400;padding:.75rem 1.5rem;cursor:pointer;position:relative;transition:color .2s ease;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif}.sticky-tab:hover{color:#ffffffe6}.sticky-tab.active{color:#fff}.sticky-tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:30px;height:2px;background-color:#fff;border-radius:1px}.project-section-wrapper{scroll-margin-top:80px;margin:2rem;border-radius:16px;box-shadow:0 8px 32px #0006;background-color:#0a0a0a}.project-section-placeholder{width:calc(100% - 4rem);min-height:100vh;background-color:#0a0a0a;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;scroll-margin-top:80px;margin:2rem;border-radius:16px;box-shadow:0 8px 32px #0006}.project-section-content{text-align:center;max-width:800px}.project-section-content h2{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;margin-bottom:1rem;color:#fff;letter-spacing:-.03em}.project-section-content p{font-size:1.25rem;color:#fff9;letter-spacing:-.01em}@media (max-width: 768px){.hero-section{min-height:600px;margin:0 0 1rem}.scroll-indicator{bottom:1.5rem}.scroll-indicator svg{width:20px;height:20px}.sticky-tab-container{padding:0 1rem;height:60px}.sticky-tab{font-size:.875rem;padding:.5rem 1rem}.project-section-placeholder{scroll-margin-top:70px;margin:1rem;width:calc(100% - 2rem)}.project-section-wrapper{margin:1rem}.video-section{margin:1rem;width:calc(100% - 2rem)}}.video-section{width:calc(100% - 4rem);min-height:100vh;background-color:#0a0a0a;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;margin:2rem;border-radius:16px;box-shadow:0 8px 32px #0006}.video-container{max-width:1200px;width:100%}.video-container h2{font-size:2.5rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#fff;letter-spacing:-.02em}.video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 20px 60px #00000080}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.segments-section{position:relative;width:100%;background-color:#0a0a0a}.segments-container{position:sticky;top:0;left:0;width:100%;height:100vh;z-index:1;overflow:hidden}.content-scroll-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.content-section-wrapper{height:100vh;width:100%;display:flex;align-items:center;padding:0 5%;box-sizing:border-box}.content-section-wrapper.align-left{justify-content:flex-start}.content-section-wrapper.align-right{justify-content:flex-end}.content-section-card{background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;max-width:450px;color:#fff;border:1px solid rgba(255,255,255,.1);pointer-events:auto;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease forwards}.content-section-card{opacity:1;transform:none;animation:none;box-shadow:0 10px 30px #00000080}.content-section-card h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(to right,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.content-section-card p{font-size:1.1rem;line-height:1.6;color:#fffc}@media (max-width: 768px){.content-section-wrapper{justify-content:center!important;padding:0 2rem}.content-section-card{max-width:100%;text-align:center}}
