:root{--c-bg:#e0e0e0;--c-noise:#000000;--c-ink:#0d0d0d;--c-blue:#5b9aff;--c-green:#00b060;--c-orange:#ff5520;--c-yellow:#ddff33;--border-width:1px;--font-stack:"Helvetica Neue",Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0;cursor:crosshair}body{background-color:var(--c-bg);color:var(--c-ink);font-family:var(--font-stack);font-weight:700;height:100vh;width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center;background-image:radial-gradient(circle at 50% 50%,transparent 0,rgba(0,0,0,.05) 100%),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.15'/%3E%3C/svg%3E")}.typography-lead{text-transform:uppercase;font-size:clamp(2rem,4vw,3.5rem);line-height:.85;letter-spacing:-.04em;word-break:break-word}.typography-item{text-transform:uppercase;font-size:clamp(1.5rem,3vw,2.5rem);line-height:.9;letter-spacing:-.02em}.canvas{position:relative;width:94vw;max-width:1100px;height:95vh;overflow-y:auto;scrollbar-width:none}.strip{display:block;width:-moz-fit-content;width:fit-content;box-shadow:0 10px 20px rgba(0,0,0,.15),0 2px 4px rgba(0,0,0,.1);position:absolute;transition:transform .2s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.strip:hover{transform:scale(1.02) translateZ(10px);z-index:10!important}.strip-header{padding:.2em .4em}.strip-header,.strip-row{border-bottom:var(--border-width) solid var(--c-ink);white-space:nowrap}.strip-row{padding:.1em .4em;transition:background-color .1s;cursor:pointer}.strip-row:last-child{border-bottom:none}.strip-row:hover{background-color:rgba(0,0,0,.1)}.strip-row a{text-decoration:none;color:inherit;display:block}.strip-date{display:block;font-size:clamp(.55rem,1vw,.75rem);font-weight:400;letter-spacing:.06em;opacity:.6;margin-top:.1em}.strip-blue{background-color:var(--c-blue);top:0;left:2%;width:70%;z-index:1;transform:rotate(-2.8deg)}.strip-purple{background-color:#c084fc;top:15%;left:12%;width:88%;z-index:2;transform:rotate(1.9deg)}.strip-green{background-color:var(--c-green);top:30%;left:1%;width:78%;z-index:3;transform:rotate(-1.4deg)}.strip-orange{background-color:var(--c-orange);top:45%;left:15%;width:85%;z-index:4;transform:rotate(2.5deg)}.strip-yellow{background-color:var(--c-yellow);top:60%;left:0;width:82%;z-index:5;transform:rotate(-1.8deg)}.strip-testimonials{background-color:#1a1a1a;color:#f0f0f0;top:75%;left:10%;width:90%;z-index:6;transform:rotate(1.2deg)}.strip-testimonials .strip-header{border-color:#f0f0f0;color:#f0f0f0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #f0f0f0}.testimonial-cell{padding:.4em .5em;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.3em}.testimonial-cell:last-child{border-right:none}.testimonial-single{padding:.5em .6em;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.4em}.testimonial-context{font-size:clamp(.6rem,1.1vw,.85rem);font-weight:400;text-transform:none;letter-spacing:.01em;line-height:1.4;color:#999999}.testimonial-context a{color:var(--c-blue);text-decoration:none}.testimonial-context a:hover{text-decoration:underline}.testimonial-quote{font-size:clamp(.6rem,1.1vw,.85rem);font-weight:400;text-transform:none;letter-spacing:.01em;line-height:1.4;color:#cccccc;font-style:italic}.testimonial-author{font-size:clamp(.55rem,.9vw,.75rem);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#f0f0f0;margin-top:auto}.testimonial-role{font-size:clamp(.5rem,.8vw,.65rem);font-weight:400;text-transform:uppercase;letter-spacing:.06em;color:#888888}@keyframes slapOn{0%{opacity:0;transform:scale(1.1) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(var(--r))}}.strip{animation:slapOn .6s cubic-bezier(.2,.8,.2,1) forwards;opacity:0}.delay-1{animation-delay:.1s;--r:-2.8deg}.delay-2{animation-delay:.2s;--r:1.9deg}.delay-3{animation-delay:.3s;--r:-1.4deg}.delay-4{animation-delay:.4s;--r:2.5deg}.delay-5{animation-delay:.5s;--r:-1.8deg}.delay-6{animation-delay:.6s;--r:1.2deg}@media (max-width:768px){body{height:auto;min-height:100vh;overflow-y:auto;align-items:center;justify-content:center;padding:2rem 0}.canvas{height:auto;width:100vw;padding:.5rem}.strip{position:relative;top:auto!important;left:auto!important;width:95%!important;margin-bottom:-10px}.strip-row{white-space:normal}.strip-blue{margin-left:2%;transform:rotate(-1.5deg)}.strip-purple{margin-left:4%;transform:rotate(1.2deg)}.strip-green{margin-left:1%;transform:rotate(-.8deg)}.strip-orange{margin-left:5%;transform:rotate(1.6deg)}.strip-yellow{margin-left:0;transform:rotate(-1.1deg)}.strip-testimonials{margin-left:3%;transform:rotate(.7deg)}.typography-lead{font-size:1.6rem}.typography-item{font-size:1.1rem}.strip-date{font-size:.6rem}.testimonial-quote{font-size:.75rem}.testimonial-context{font-size:.7rem}.testimonial-author{font-size:.65rem}.testimonial-role{font-size:.55rem}}