:root{--font-display: "Bebas Neue", sans-serif;--font-body: "Montserrat", sans-serif;--fuchsia: #d4005f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:#fff;color:#111;overflow-x:hidden;padding-bottom:80px}.cursor-glow{position:fixed;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%)}.cursor-glow{width:40px;height:40px;background:#d4005f1a;border:1px solid rgba(212,0,95,.25);transition:width .15s,height .15s,background .15s}.cursor-glow.hover-active{width:70px;height:70px;background:#d4005f0d}.hero{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#000;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0006,#0000001a 60%,#fff6,#fff);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;padding:0 5%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5vh;max-width:1200px;transform:translateY(-3vh)}.hero-logo{max-width:1100px;width:98%;height:auto;max-height:60vh;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,255,255,.2));transform-origin:center;opacity:0;animation:logoEnter 1.5s cubic-bezier(.16,1,.3,1) forwards}.hero-tagline{font-family:Montserrat,sans-serif;font-size:clamp(1.1rem,3.5vh,1.6rem);font-weight:700;color:#fff;max-width:800px;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.95),0 1px 3px rgba(0,0,0,.9);opacity:0;animation:logoEnter 1.5s cubic-bezier(.16,1,.3,1) .5s forwards}@keyframes logoEnter{to{opacity:1;transform:scale(1)}}.scroll-down-arrow{position:absolute;bottom:25px;left:50%;transform:translate(-50%);z-index:3;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#f33;opacity:.9;filter:drop-shadow(0 2px 6px rgba(255,255,255,.9));transition:opacity .3s,transform .3s;animation:bounceArrow 2s infinite}.scroll-down-arrow:hover{opacity:1;transform:translate(-50%) scale(1.15)}.scroll-down-arrow svg{width:36px;height:36px;fill:currentColor}@keyframes bounceArrow{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-4px)}}.pitch-section{width:100%;background-color:#fff;color:#111;padding:80px 20px;position:relative}.pitch-row{max-width:1200px;margin:0 auto 100px;display:flex;align-items:center;gap:60px;position:relative;z-index:1}.pitch-row.reverse{flex-direction:row-reverse}.pitch-text{flex:1}.pitch-text h2{font-family:Bebas Neue,sans-serif;font-size:3.5rem;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}.pitch-row:nth-child(6n+1) .pitch-text h2{color:#d48000}.pitch-row:nth-child(6n+2) .pitch-text h2{color:#f33}.pitch-row:nth-child(6n+3) .pitch-text h2{color:#009688}.pitch-row:nth-child(6n+4) .pitch-text h2{color:#673ab7}.pitch-row:nth-child(6n+5) .pitch-text h2{color:#d48000}.pitch-row:nth-child(6n+6) .pitch-text h2{color:#f33}.pitch-text p{font-family:Montserrat,sans-serif;font-size:1.2rem;line-height:1.8;color:#333}.pitch-image{flex:1;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 35px #00000026;aspect-ratio:3 / 2;width:100%}.pitch-image.portrait-image{max-width:400px;width:100%;aspect-ratio:3 / 4}.pitch-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.pitch-image:hover img{transform:scale(1.05)}.watermark{position:absolute;bottom:8px;right:8px;width:min(380px,45%);height:auto;aspect-ratio:2.7 / 1;background:url(/assets/logo.png) no-repeat bottom right;background-size:contain;opacity:.95;pointer-events:none;z-index:10}.reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.16,1,.3,1)}@media(max-width:900px){.pitch-row,.pitch-row.reverse{flex-direction:column;gap:30px;margin-bottom:60px}.pitch-text h2{font-size:2.5rem}.pitch-row.reverse .pitch-text h2.overlapping-title{margin-bottom:-15px;position:relative;z-index:10}.hero-tagline{font-size:1.2rem}}@media(min-width:901px){.pitch-row.reverse .pitch-text h2.overlapping-title{transform:translate(50px);position:relative;z-index:10}}.categories-section{width:100%;background:#fff;padding:80px 20px 40px;position:relative}.polaroid-container{display:flex;justify-content:center;flex-wrap:wrap;gap:30px;max-width:1000px;margin:0 auto;position:relative;z-index:1}.polaroid{background:#fff;padding:10px 10px 25px;box-shadow:0 10px 20px #00000026;cursor:pointer;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;width:220px}.polaroid:nth-child(1){transform:rotate(-3deg)}.polaroid:nth-child(2){transform:rotate(4deg)}.polaroid:nth-child(3){transform:rotate(-2deg)}.polaroid:nth-child(4){transform:rotate(3deg)}.polaroid:hover{transform:scale(1.1) rotate(0);z-index:10;box-shadow:0 20px 40px #0000004d}.polaroid-img{width:100%;aspect-ratio:1/1;background:#222;overflow:hidden}.polaroid-img img{width:100%;height:100%;object-fit:cover}.polaroid-caption{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800;color:#333;margin-top:15px;text-transform:uppercase;text-align:center;letter-spacing:1px}.gallery-container{width:100%;background:#fff;padding:20px 20px 80px;position:relative}.gallery-collage{column-count:4;column-gap:15px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.gallery-item{display:block;width:100%;break-inside:avoid;margin-bottom:15px;position:relative;border-radius:8px;overflow:hidden;cursor:pointer;box-shadow:0 5px 15px #0000000f;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s}.gallery-item:hover{transform:scale(1.02);box-shadow:0 12px 25px #00000026}.gallery-item img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.03)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}.edit-controls{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;background:#000c;padding:15px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #00000080}.edit-btn{background:#333;color:#fff;border:1px solid #555;padding:10px 15px;border-radius:6px;cursor:pointer;font-family:var(--font-body);font-weight:600;transition:all .2s}.edit-btn:hover{background:#444}.edit-btn.primary{background:var(--fuchsia);border-color:var(--fuchsia)}.edit-btn.primary:hover{background:#e6006e}.edit-status{color:#0f0;font-size:.85rem;text-align:center;height:20px}.gallery-item.edit-mode{cursor:grab}.gallery-item.edit-mode:active{cursor:grabbing}.gallery-item.selected{outline:4px solid var(--fuchsia);outline-offset:-4px}.gallery-item.selected:after{content:"✓";position:absolute;top:10px;left:10px;background:var(--fuchsia);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;z-index:10}.info-tab{position:fixed;bottom:0;left:0;width:100%;background:#fff;box-shadow:0 -10px 40px #0000001a;z-index:1000;border-top-left-radius:20px;border-top-right-radius:20px;transform:translateY(calc(100% - 60px));transition:transform .4s cubic-bezier(.16,1,.3,1)}.info-tab.open{transform:translateY(0)}.info-tab-toggle{width:100%;height:60px;background:transparent;border:none;font-family:var(--font-display);font-size:1.8rem;letter-spacing:2px;color:#f33;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:color .3s ease}.info-tab-toggle:after{content:"↑";font-family:sans-serif;font-size:1.2rem;transition:transform .3s ease}.info-tab-toggle:hover{color:#673ab7}.info-tab.open .info-tab-toggle:after{transition:max-height .5s cubic-bezier(.16,1,.3,1),padding .5s ease}.info-tab.open .info-tab-content{max-height:80vh;padding:30px;overflow-y:auto}.info-tab-content h2{font-family:var(--font-display);font-size:2.2rem;margin-bottom:20px;background:linear-gradient(45deg,#f33,#009688,#673ab7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;text-transform:uppercase}.intro-text{font-size:1.1rem;line-height:1.6;margin-bottom:25px}.pitch-bullets{list-style:none;padding:0;margin:0 0 30px;text-align:left}.pitch-bullets li{margin-bottom:15px;font-size:1.05rem;line-height:1.5;color:#333;padding-left:20px;position:relative}.pitch-bullets li:before{content:"✦";position:absolute;left:0;color:#f33}.pitch-bullets li:nth-child(1) strong{color:#f33}.pitch-bullets li:nth-child(2) strong{color:#009688}.pitch-bullets li:nth-child(3) strong{color:#673ab7}.pitch-bullets li:nth-child(4) strong{color:#d48000}.free-section{background:linear-gradient(to right,#ff333305,#00968805);border:1px solid rgba(103,58,183,.15);padding:20px 20px 5px;border-radius:8px;margin-bottom:30px;text-align:left}.free-section h3{font-family:var(--font-display);font-size:1.8rem;margin:0 0 15px;color:#000}.free-section p{font-size:1rem;line-height:1.5;margin-bottom:15px}.small-bullets li{font-size:.95rem;margin-bottom:10px}.info-tab-content p{font-size:1.05rem;line-height:1.6;color:#444;margin-bottom:15px}.contact-btn{display:inline-block;margin-top:15px;background:#25d366;color:#000;padding:1rem 2rem;border-radius:50px;font-weight:800;text-decoration:none;font-size:1rem;transition:transform .2s}.contact-btn:hover{transform:translateY(-2px)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffd1;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease}.lightbox.open{opacity:1;pointer-events:all}.lightbox img{max-width:min(650px,85vw);max-height:75vh;object-fit:contain;border-radius:12px;box-shadow:0 20px 50px #0000001f}.lightbox-close{position:absolute;top:20px;right:20px;background:transparent;color:#000;border:none;font-size:2.2rem;cursor:pointer;transition:transform .3s}.lightbox-close:hover{transform:rotate(90deg)}.lightbox-prev,.lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#00000008;color:#000;border:none;font-size:2.5rem;cursor:pointer;padding:15px 22px;border-radius:50%;transition:background .3s,transform .2s}.lightbox-prev:hover,.lightbox-next:hover{background:#00000014;transform:translateY(-50%) scale(1.05)}.lightbox-prev{left:20px}.lightbox-next{right:20px}@media(max-width:900px){.gallery-collage{column-count:3;column-gap:12px}}@media(max-width:600px){.gallery-collage{column-count:2;column-gap:8px}.gallery-container{padding:10px;margin:40px auto}.gallery-item{margin-bottom:8px}.lightbox img{max-width:95vw;max-height:80vh;border-radius:8px}.lightbox-prev,.lightbox-next{padding:10px;font-size:2rem}.lightbox-close{top:15px;right:15px;font-size:1.5rem}}
