.playground-section{position:relative;min-height:auto;padding-bottom:150px}.playground-section-wrapper{flex:1 1;display:flex;flex-direction:column;padding:100px 60px 0}.playground-hero-text{align-self:flex-end;margin-right:15px;margin-bottom:100px;text-align:right;font-family:var(--font-plus-jakarta-sans),sans-serif;font-weight:600;font-size:52px;line-height:1.3;color:#828282;opacity:0;transform:translateY(40px);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94)}.playground-hero-text.playground-hero-text-visible{opacity:1;transform:translateY(0)}.playground-text-highlight{color:#fff}.playground-waterfall{margin:0 -40px}.playground-waterfall-item{overflow:hidden;border-radius:10px}.playground-waterfall-item-img{width:100%;height:100%;display:block;object-fit:cover;border-radius:10px;transition:transform .3s ease}.playground-waterfall-item:hover .playground-waterfall-item-img{transform:scale(1.1)}.playground-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.playground-modal{border-radius:16px;overflow:visible;max-width:90vw}.playground-modal-img{width:100%;height:100%;object-fit:contain;display:block;border-radius:16px}