body:has(.project-hero-section){background-color:var(--color-bg-dark);overflow-x:hidden}.project-dark-panel-outer{z-index:2;background-color:#0000;position:relative}.project-dark-panel{--panel-inset:48px;--panel-radius:32px;background-color:var(--color-bg-dark);color:var(--color-text-light);border-radius:var(--panel-radius) var(--panel-radius) 0 0;margin-left:var(--panel-inset);margin-right:var(--panel-inset);position:relative;overflow:hidden}.project-dark-panel .tag-label{color:var(--color-text-secondary)}.project-dark-panel .section-desc{color:#f5f5f0b3}.project-dark-panel .section-title{color:var(--color-text-light)}.project-hero-section{background:var(--color-bg-dark);position:relative}.project-hero-section>.section-mesh{z-index:0;pointer-events:none;position:absolute;inset:0}.project-hero-text{z-index:1;pointer-events:none;align-items:center;height:100vh;padding-top:5rem;display:flex;position:sticky;top:0}.project-hero-text .container{z-index:1;pointer-events:auto;width:100%;position:relative}.project-hero-text .section-label{color:var(--color-primary)}.project-hero-text .hero-title-xl{color:var(--color-text-light);letter-spacing:-.03em;line-height:1.08}.project-hero-text .section-desc{color:rgba(var(--color-surface-rgb), .7)}.project-hero-header{text-align:center;max-width:960px;margin:0 auto}.project-hero-header .section-header{margin-bottom:var(--spacing-sm)}.project-hero-header .section-desc{max-width:720px;margin-top:var(--spacing-xs)}.project-hero-actions{margin-top:var(--spacing-lg);opacity:0;justify-content:center;transition:opacity .7s,transform .7s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.project-hero-header .text-reveal.visible~.project-hero-actions,.project-hero-header .text-reveal.visible+.project-hero-actions{opacity:1;transition-delay:calc(.2s + (var(--line-count,2)) * .15s + .5s);transform:translateY(0)}.project-image-wrapper{z-index:2;height:140vh;margin-top:var(--spacing-xl);position:relative}.project-image-sticky{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0}.project-image-inner{border-radius:var(--radius-md);will-change:transform, border-radius;width:100vw;height:100vh;position:relative;overflow:hidden;transform:scale(.65)}.project-image-inner img{object-fit:cover}.project-what-we-did{z-index:1;padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl);position:relative}.project-what-we-did-title{margin-bottom:var(--spacing-2xl);color:var(--color-text-light)}.project-what-we-did-grid{gap:var(--spacing-xl);display:grid}.project-what-we-did-grid--cols-1{grid-template-columns:1fr;max-width:720px}.project-what-we-did-grid--cols-2{grid-template-columns:1fr 1fr}.project-what-we-did-grid--cols-3{grid-template-columns:1fr 1fr 1fr}.project-what-we-did-text{max-width:none;margin-bottom:0}.project-what-we-did-text--bold{color:var(--color-text-light);font-weight:700}.project-gallery-wrap{z-index:1;padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl);position:relative}.project-gallery{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);display:grid}.project-gallery:last-child{margin-bottom:0}.project-gallery--cols-1{grid-template-columns:1fr}.project-gallery--cols-2{grid-template-columns:1fr 1fr}.project-gallery--cols-3{grid-template-columns:1fr 1fr 1fr}.project-gallery-item{position:relative}.project-gallery-image{aspect-ratio:16/10;border-radius:var(--radius-md);position:relative;overflow:hidden}.project-gallery-caption{margin-top:var(--spacing-xs);text-align:center}.project-detail-stats{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);grid-template-columns:1fr 1fr;display:grid}.project-detail-stat{border-radius:var(--radius-md);padding:var(--spacing-xl) var(--spacing-lg);gap:var(--spacing-xs);background:#1f1f1f;flex-direction:column;display:flex}.project-detail-stat-value{font-family:var(--font-family-heading);font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);color:var(--color-fixed-white);line-height:1.1}.project-detail-stat-label{font-size:var(--font-size-lg);color:#ffffff8c;line-height:var(--line-height-relaxed)}.project-testimonial{padding-top:var(--spacing-3xl);padding-bottom:var(--spacing-3xl)}.project-testimonial-inner{gap:var(--spacing-2xl);align-items:flex-start;display:flex}.project-testimonial-author{flex:none;min-width:120px}.project-testimonial-portrait{border-radius:var(--radius-md);width:120px;height:120px;margin-bottom:var(--spacing-sm);overflow:hidden}.project-testimonial-name{color:var(--color-text-light);display:block}.project-testimonial-role{color:var(--color-text-secondary);display:block}.project-testimonial-content{flex:auto;min-width:0}.project-testimonial-quote{color:var(--color-text-light);margin:0}.project-next{padding-bottom:var(--spacing-3xl)}.project-next-grid{gap:var(--spacing-md);margin-top:var(--spacing-lg);grid-template-columns:1fr 1fr;display:grid}.project-next-card{aspect-ratio:16/10;border-radius:var(--radius-md);transition:transform .4s;display:block;position:relative;overflow:hidden}.project-next-card:hover{transform:scale(1.01)}.project-next-image{position:absolute;inset:0}.project-next-image img{transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.project-next-card:hover .project-next-image img{transform:scale(1.05)}.project-next-overlay{padding:var(--spacing-xl);background:linear-gradient(#0000 0%,#0000001a 40%,#000c 100%);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.project-next-name{margin-bottom:0}@media (max-width:1024px){.project-dark-panel{margin-left:var(--spacing-md);margin-right:var(--spacing-md);border-radius:var(--radius-md) var(--radius-md) 0 0}.project-what-we-did-grid--cols-3,.project-gallery--cols-3{grid-template-columns:1fr 1fr}.project-next-card{aspect-ratio:16/9}}@media (max-width:768px){.project-hero-text{pointer-events:auto;height:auto;min-height:auto;padding-top:120px;padding-bottom:0;position:relative}.project-hero-pills{margin-bottom:var(--spacing-md)}.project-image-wrapper{height:auto;padding:0 var(--spacing-md);margin-top:var(--spacing-lg);padding-bottom:var(--spacing-xl)}.project-image-sticky{height:auto;position:relative}.project-image-inner{aspect-ratio:1;border-radius:var(--radius-md);width:100%;height:auto;animation:.8s cubic-bezier(.16,1,.3,1) .3s both projectImageReveal;transform:none}@keyframes projectImageReveal{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.project-dark-panel{border-radius:0;margin-left:0;margin-right:0}.project-what-we-did{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.project-what-we-did-title{margin-bottom:var(--spacing-xl)}.project-what-we-did-grid--cols-2,.project-what-we-did-grid--cols-3{grid-template-columns:1fr}.project-what-we-did-grid{gap:var(--spacing-sm)}.project-gallery-wrap{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.project-gallery--cols-2,.project-gallery--cols-3{grid-template-columns:1fr}.project-gallery{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.project-gallery-image{aspect-ratio:16/10;border-radius:var(--radius-md)}.project-detail-stats{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.project-detail-stat{padding:var(--spacing-lg) var(--spacing-md)}.project-detail-stat-value{font-size:var(--font-size-2xl)}.project-detail-stat-label{font-size:var(--font-size-base)}.project-testimonial{padding-top:var(--spacing-2xl);padding-bottom:var(--spacing-2xl)}.project-testimonial-inner{gap:var(--spacing-sm);flex-direction:column}.project-testimonial-author{align-items:center;gap:var(--spacing-md);min-width:0;display:flex}.project-testimonial-portrait{width:56px;height:56px;margin-bottom:0}.project-next-grid{gap:var(--spacing-sm);grid-template-columns:1fr}.project-next-overlay{padding:var(--spacing-md)}}@media (max-width:480px){.project-hero-text{min-height:auto;padding-top:120px}}[data-theme=light] .project-dark-panel{background-color:var(--color-bg-dark-alt);color:var(--color-text-light)}[data-theme=light] .project-dark-panel .section-title,[data-theme=light] .project-what-we-did-title,[data-theme=light] .project-what-we-did-text--bold,[data-theme=light] .project-testimonial-quote,[data-theme=light] .project-testimonial-name{color:var(--color-text-light)}[data-theme=light] .project-dark-panel .section-desc,[data-theme=light] .project-dark-panel .project-what-we-did-text{color:var(--color-text-secondary)}[data-theme=light] .project-dark-panel .tag-label{color:var(--color-text-muted)}[data-theme=light] body:has(.project-hero-section){background-color:var(--color-bg-dark)}[data-theme=light] .project-hero-section{background-color:var(--color-bg-dark)}[data-theme=light] .project-hero-text .section-label{color:var(--color-primary)}[data-theme=light] .project-hero-text .hero-title-xl{color:var(--color-text-light)}[data-theme=light] .project-hero-text .section-desc{color:var(--color-text-secondary)}[data-theme=light] .project-next-overlay{background:linear-gradient(#0000 0%,#0000000d 40%,#000000b3 100%)}[data-theme=light] .project-testimonial-role{color:var(--color-text-muted)}[data-theme=light] .project-next-name{color:var(--color-fixed-white)}[data-theme=light] .project-next .section-label{color:var(--color-text-light)}@media (prefers-reduced-motion:reduce){.project-image-inner{will-change:auto;animation:none;transform:none}.project-next-card:hover,.project-next-card:hover .project-next-image img{transform:none}}
