.pg-section,.pg-trigger{position:relative;width:100%;height:100dvh}.pg-section{overflow:hidden;font-family:var(--font-sans);background-color:hsl(var(--background))}.pg-blurry-bg{position:absolute;inset:0;z-index:0;overflow:hidden}.pg-overlay{position:absolute;inset:0;backdrop-filter:blur(60px);background-color:rgba(0,0,0,.4)}.pg-content{position:relative;z-index:1;display:flex;height:100%;width:100%}.pg-sidebar{flex:0 0 280px;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;border-right:1px solid rgba(255,255,255,.1)}:root:not(.dark) .pg-sidebar{border-color:rgba(0,0,0,.1)}.pg-sidebar-header{display:flex;align-items:center;height:100%}.pg-section-title{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;color:hsl(var(--foreground));line-height:1.3}.pg-sidebar-footer{margin-top:auto}.pg-sidebar-footer p{font-size:.875rem;color:hsl(var(--foreground));opacity:.7;line-height:1.6}.pg-main{flex:1;display:flex;flex-direction:column;padding:2rem;position:relative;min-width:0}.pg-project-info{max-width:500px}.pg-project-title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-bottom:.75rem;line-height:1.2}.pg-project-desc,.pg-project-title{color:hsl(var(--foreground));will-change:transform,opacity}.pg-project-desc{font-size:1rem;opacity:.8;line-height:1.6;margin-bottom:1rem}.pg-credits{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem;will-change:transform,opacity}.pg-credits-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--foreground));opacity:.5;margin-bottom:.25rem}.pg-credit-item{font-size:.875rem;color:hsl(var(--foreground));opacity:.7}.pg-project-image{position:absolute;bottom:2rem;left:2rem;right:2rem;height:55%;border-radius:.75rem;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);will-change:transform;transform-origin:center bottom}.pg-project-image img{will-change:transform;transform-origin:center center}.pg-gallery-wrapper{flex:0 0 130px;display:flex;flex-direction:column;padding:1rem;background-color:rgba(0,0,0,.2);border-left:1px solid rgba(255,255,255,.1);overflow-y:auto;overflow-x:hidden}:root:not(.dark) .pg-gallery-wrapper{background-color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.1)}.pg-gallery-wrapper::-webkit-scrollbar{width:4px}.pg-gallery-wrapper::-webkit-scrollbar-track{background-color:rgba(0,0,0,.05)}.pg-gallery-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}:root:not(.dark) .pg-gallery-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}:root:not(.dark) .pg-gallery-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.pg-gallery{display:flex;flex-direction:column;gap:.75rem}.pg-gallery-item{position:relative;width:100%;aspect-ratio:1/1.2;border-radius:.375rem;overflow:hidden;cursor:pointer;flex-shrink:0}.pg-gallery-item-overlay{position:absolute;inset:0;transition:opacity .3s ease;pointer-events:none}.pg-gallery-item-overlay,:root:not(.dark) .pg-gallery-item-overlay{background-color:rgba(0,0,0,.6)}.pg-gallery-item.is-active .pg-gallery-item-overlay{opacity:0}.pg-gallery-item-progress{position:absolute;bottom:0;left:0;right:0;height:3px;overflow:hidden}.pg-gallery-item-progress,:root:not(.dark) .pg-gallery-item-progress{background-color:rgba(0,0,0,.1)}.pg-gallery-item-progress-bar{height:100%;width:100%;background-color:hsl(var(--primary));transform-origin:left;transition:transform .1s linear}@media (max-width:1024px){.pg-sidebar{flex:0 0 200px;padding:1.5rem}.pg-project-image{height:50%}}@media (max-width:768px){.pg-content{flex-direction:column}.pg-sidebar{display:none}.pg-main{flex:1;padding:1.5rem 1.5rem 0}.pg-project-info{max-width:none}.pg-project-title{font-size:1.5rem}.pg-project-desc{font-size:.875rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pg-credits{display:none}.pg-project-image{position:relative;bottom:auto;left:auto;right:auto;height:auto;aspect-ratio:16/10;margin-top:auto;border-radius:.5rem .5rem 0 0}.pg-gallery-wrapper{flex:0 0 auto;flex-direction:row;border-left:none;border-top:1px solid rgba(255,255,255,.1);overflow-x:auto;overflow-y:hidden;padding:.75rem}:root:not(.dark) .pg-gallery-wrapper{border-color:rgba(0,0,0,.1)}.pg-gallery{flex-direction:row;gap:.5rem;min-width:-moz-max-content;min-width:max-content}.pg-gallery-item{width:70px;aspect-ratio:1}.pg-gallery-item-progress{top:0;bottom:auto}}@media (max-width:480px){.pg-main{padding:1rem 1rem 0}.pg-project-title{font-size:1.25rem}.pg-project-image{aspect-ratio:4/3}.pg-gallery-item{width:60px}}