.project-page{width:100%;min-height:100vh;background-color:var(--base-100);color:var(--fg);padding-bottom:4rem}.project-nav{position:fixed;top:120px;left:0;width:100%;justify-content:space-between;padding:2rem 3rem;z-index:100;mix-blend-mode:difference;pointer-events:none}.nav-link,.project-nav{display:flex;align-items:center}.nav-link{pointer-events:auto;text-decoration:none;color:#fff;font-family:Big Shoulders Display,sans-serif;font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;gap:.5rem;transition:opacity .3s ease,transform .3s ease}.nav-link:hover{opacity:.7}.back-link:hover{transform:translateX(-5px)}.contact-link:hover{transform:translateY(-2px)}.arrow{font-size:1.2em;line-height:1;margin-bottom:2px}.project-header{width:100%;padding:8rem 2rem 4rem;text-align:center}.project-header h1{font-family:Big Shoulders Display,sans-serif;font-size:6rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;line-height:.9}.project-header .project-meta{font-size:1.125rem;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.05em}.project-carousel{width:100%;height:60vh;margin:4rem 0;position:relative;overflow:hidden;cursor:-webkit-grab;cursor:grab}.project-carousel:active{cursor:-webkit-grabbing;cursor:grabbing}.carousel-track{display:flex;gap:2rem;padding:0 2rem;height:100%;width:max-content}.carousel-item{height:100%;aspect-ratio:16/9;border-radius:.5rem;overflow:hidden;flex-shrink:0;position:relative}.carousel-item img{width:100%;height:100%;object-fit:cover;pointer-events:none}.project-content{max-width:800px;margin:0 auto;padding:0 2rem}.project-content h3{font-size:2rem;font-weight:500;margin-top:3rem;margin-bottom:1rem}.project-content p{font-size:1.125rem;line-height:1.7;color:var(--fg-muted);margin-bottom:1.5rem;opacity:.9}.project-content ul{list-style:none;padding:0;margin-bottom:2rem}.project-content li{font-size:1.125rem;color:var(--fg-muted);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.project-content li:before{content:"•";position:absolute;left:0;color:var(--accent)}@media (max-width:768px){.project-nav{padding:1.5rem}.nav-link{font-size:1rem}.project-header h1{font-size:3.5rem}.project-carousel{height:40vh}}.project-sections{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.project-section-header{padding:0 5vw;margin-bottom:2rem;max-width:800px}.project-section-header h2{font-family:Big Shoulders Display,sans-serif;font-size:3rem;font-weight:800;text-transform:uppercase;margin-bottom:1rem;color:#1a1a1a;letter-spacing:.05em;line-height:.9}.project-section-header p{font-size:1.1rem;line-height:1.6;color:#555;opacity:.9}.project-learned{width:100%;padding:6rem 2rem;background-color:transparent;color:var(--fg);margin-top:4rem;display:flex;justify-content:center}.learned-content{max-width:1000px;text-align:left}.learned-content h2{font-family:Big Shoulders Display,sans-serif;font-size:4rem;font-weight:800;text-transform:uppercase;margin-bottom:2rem;color:#3d2fa9;line-height:.9;text-align:center}.learned-content p{font-family:Montserrat,sans-serif;font-size:1.25rem;line-height:1.8;color:var(--fg-muted);opacity:.9}@media (max-width:768px){.project-learned{padding:4rem 1.5rem}.learned-content h2{font-size:2.5rem}.learned-content p{font-size:1.1rem}}.bento-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:4rem;margin-bottom:4rem}.bento-card{background-color:var(--base-200);border-radius:1rem;padding:2.5rem;display:flex;flex-direction:column;justify-content:flex-start;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.05)}.bento-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:rgba(255,255,255,.1)}.bento-card h3{font-family:Big Shoulders Display,sans-serif;font-size:2.5rem;font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:1rem;color:var(--fg);line-height:1}.bento-card p{font-size:1.125rem;line-height:1.6;color:var(--fg-muted);margin-bottom:0;opacity:.9}.col-span-2{grid-column:span 2}.col-span-1{grid-column:span 1}@media (max-width:768px){.bento-grid{grid-template-columns:1fr}.col-span-1,.col-span-2{grid-column:span 1}.bento-card{padding:2rem}.bento-card h3{font-size:2rem}}.project-case-study-container{height:100vh;background-color:#000;color:#3d2fa9;overflow:hidden}.project-case-study-container,.project-case-study-section{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.project-case-study-section{height:100%}.project-case-study-wrapper{list-style:none;padding:0;margin:0;z-index:2;display:flex;flex-direction:column;gap:1rem}.project-case-study-name{font-family:Big Shoulders Display,sans-serif;font-size:4vw;font-weight:700;text-transform:uppercase;cursor:pointer;opacity:.3;transition:opacity .3s ease,transform .3s ease;text-align:center}.project-case-study-name.active{opacity:1;transform:scale(1.1)}.project-case-study-name a{text-decoration:none;color:inherit}.project-case-study-images{position:absolute;top:0;left:0;width:100%;height:100%;list-style:none;padding:0;margin:0;pointer-events:none;z-index:1}.project-case-study-images li{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease}.project-case-study-images li.show{opacity:1}.project-img-hero-background{width:100%;height:100%;position:relative}.project-img-hero-background span{position:absolute;display:block;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.5)}.project-img-hero-background img{width:100%;height:100%;object-fit:contain}.project-img-hero-background span:first-child{top:10%;left:10%;width:25vw;height:18vw;z-index:2}.project-img-hero-background span:nth-child(2){top:15%;right:10%;width:30vw;height:20vw;z-index:1}.project-img-hero-background span:nth-child(3){bottom:10%;left:15%;width:28vw;height:18vw;z-index:3}.project-img-hero-background span:nth-child(4){bottom:15%;right:15%;width:22vw;height:15vw;z-index:2}.project-hero-number-back{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:30vw;font-weight:900;color:#1a1a1a;z-index:0;line-height:1}.project-hero-number{position:absolute;bottom:2rem;left:2rem;font-size:2rem;font-weight:700;z-index:2}.project-hero-number-fixed{position:absolute;top:2rem;right:2rem;font-size:1rem;font-weight:500;z-index:2;opacity:.5}@media (max-width:768px){.project-case-study-name{font-size:8vw}.project-img-hero-background span:first-child{top:15%;left:5%;width:40vw;height:25vw}.project-img-hero-background span:nth-child(2){top:20%;right:5%;width:45vw;height:30vw}.project-img-hero-background span:nth-child(3){bottom:15%;left:5%;width:40vw;height:25vw}.project-img-hero-background span:nth-child(4){display:none}}.project-carousel-container{width:100%;overflow:hidden;padding:2rem 0;cursor:-webkit-grab;cursor:grab}.project-carousel-container:active{cursor:-webkit-grabbing;cursor:grabbing}.project-carousel-track{display:flex;gap:2rem;width:max-content;will-change:transform}.project-carousel-item{width:60vw;height:40vw;flex-shrink:0;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.project-carousel-item img{width:100%;height:100%;object-fit:cover;pointer-events:none}@media (max-width:768px){.project-carousel-item{width:85vw;height:60vw}}.project-carousel-item{position:relative}.project-carousel-title{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem 1.5rem 1rem;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:white;font-size:1.1rem;font-weight:500;pointer-events:none;text-align:left}.sensei-wrapper{width:100%;max-width:100vw;overflow-x:hidden;isolation:isolate}.sensei-wrapper *{box-sizing:border-box}.sensei-wrapper img{width:100%;height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.sensei-wrapper h2{font-family:Big Shoulders Display,sans-serif;font-weight:900;font-size:clamp(1.5rem,4vw,3rem);line-height:1.1;letter-spacing:0;margin:0 auto 1.5rem;text-transform:uppercase;text-align:center;color:#0c3c91;background:none;-webkit-text-fill-color:initial}.sensei-wrapper p{font-family:Montserrat,sans-serif;font-size:calc(12px + .2vw);font-weight:400;line-height:1.6;letter-spacing:.02em;margin:0 auto;color:#0c3c91;text-align:center;max-width:25ch}.sensei-btn{font-family:michroma,sans-serif;position:relative;display:inline-block;padding:calc(10px + .4vw) calc(30px + 1.4vw);font-size:calc(10px + .2vw);border-radius:90px;cursor:pointer;transition:all .3s ease-out;border:1px solid #0c3c91;color:#0c3c91;background:#fff;box-shadow:inset 0 0 0 0 #3e6ae1;margin-top:2rem;text-decoration:none;pointer-events:auto}.sensei-btn:hover{border:1px solid #3e6ae1;color:#fff;box-shadow:inset 0 -100px 0 0 #3e6ae1}.sensei-btn:active{transform:scale(.95)}.sensei-section{position:relative;width:100%;min-height:100vh;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;text-align:center}.spotlight-header{mix-blend-mode:difference;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;pointer-events:none;width:clamp(300px,40vw,550px);padding:3.5rem 2.5rem;background:rgb(209,224,248,.25);backdrop-filter:blur(30px) saturate(180%) brightness(3);-webkit-backdrop-filter:blur(30px) saturate(180%) brightness(3);border-radius:30px;box-shadow:0 20px 40px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.05),inset 0 0 0 1px rgba(255,255,255,.8);animation:float 3s ease-in-out infinite}.spotlight-header .sensei-btn{pointer-events:auto}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}.spotlight-images{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.spotlight-img{position:absolute;top:50%;left:50%;width:clamp(280px,45vw,600px);border-radius:12px;transform:translate(-50%,200%);will-change:transform;overflow:hidden;box-shadow:0 30px 60px -10px rgba(0,0,0,.2);z-index:1}@media (max-width:800px){.sensei-wrapper{height:auto;overflow:visible}.sensei-section.sensei-spotlight{height:auto;min-height:auto;display:flex;flex-direction:column;padding:4rem 1.5rem;overflow:visible}.spotlight-header{position:relative;top:auto;left:auto;transform:none!important;width:100%;max-width:100%;margin:0 0 3rem;padding:0;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border:none!important;border-radius:0;animation:none!important;pointer-events:auto}.sensei-wrapper h2{font-size:2.5rem;margin-bottom:1rem;text-align:left}.sensei-wrapper p{font-size:1.1rem;max-width:100%;text-align:left}.spotlight-images{display:flex;flex-direction:column;gap:2rem}.spotlight-images,.spotlight-img{position:relative;top:auto;left:auto;width:100%;height:auto}.spotlight-img{transform:none!important;max-width:100%;aspect-ratio:auto;opacity:1;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1);z-index:1}.spotlight-img img{width:100%;height:auto;object-fit:contain;border-radius:12px}}