@import "https://fonts.googleapis.com/css2?family=Pacifico&family=Outfit:wght@400;600;800&family=Inter:wght@400;500;700&display=swap";
:root{--background:#fff5f8;--surface:#fff;--foreground:#2d2d2d;--text-muted:#666;--primary-pink:#ffb6c1;--accent-pink:#ff69b4;--glass-bg:#fff9;--glass-border:#fffc}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#ffb6c14d 0,#0000 50%),radial-gradient(at 100% 100%,#ff69b426 0,#0000 50%);background-attachment:fixed;min-height:100vh;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Outfit,sans-serif}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 8px 32px #ffb6c133}.navbar{z-index:100;justify-content:space-between;align-items:center;width:100%;padding:1rem 4rem;display:flex;position:sticky;top:0}.nav-links{gap:3rem;display:flex}.nav-link{color:var(--foreground);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--accent-pink)}.nav-logo-container{align-items:center;display:flex}.nav-logo{object-fit:contain;width:auto;height:60px}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-title{text-transform:uppercase;background:linear-gradient(to right, var(--accent-pink), #ff8da1);-webkit-text-fill-color:transparent;z-index:1;-webkit-background-clip:text;margin-bottom:1rem;font-size:5rem;font-weight:800;line-height:1}.hero-subtitle{color:var(--text-muted);z-index:1;max-width:600px;font-size:1.5rem}.btn-primary{background:var(--accent-pink);color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;z-index:1;border:none;border-radius:50px;margin-top:2rem;padding:1rem 3rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 15px #ff69b44d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff69b480}.pulse-btn{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 4px 15px #ff69b44d}50%{transform:scale(1.05);box-shadow:0 0 30px #ff69b4cc}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem;max-width:1400px;margin:0 auto;padding:4rem;display:grid}.product-card{color:var(--foreground);flex-direction:column;gap:1.5rem;text-decoration:none;display:flex}.product-image-container{border-radius:12px;width:100%;position:relative;box-shadow:0 15px 35px #ffb6c166}.product-mask{background:var(--surface);border:1px solid #fffc;border-radius:12px;width:100%;height:100%;transition:all .4s cubic-bezier(.2,.8,.2,1);position:absolute;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:all .4s;position:absolute;top:0;left:0}.glass-glare{pointer-events:none;z-index:5;background:linear-gradient(105deg,#fff0 20%,#ffffffb3 50%,#fff0 80%);width:100%;height:100%;position:absolute;top:0;left:-150%}@media (hover:hover){.product-card{perspective:1000px}.product-image-container{transform-style:preserve-3d;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s}.product-card:hover .product-image-container{transform:rotateY(-8deg)rotateX(4deg)scale(1.02);box-shadow:15px 20px 40px #ff69b44d}.product-card:hover .product-image{transform:scale(1.05)}.product-card:hover .glass-glare{animation:1s cubic-bezier(.2,.8,.2,1) forwards sweep}}@keyframes sweep{to{left:200%}}.product-info{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;display:flex;box-shadow:0 4px 15px #00000008}.product-title{letter-spacing:.02em;font-size:1.1rem;font-weight:600}.product-price{color:var(--accent-pink);font-size:1rem;font-weight:700}.product-format-selector{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.format-pill{border:1px solid var(--primary-pink);color:var(--accent-pink);cursor:pointer;background:#fff;border-radius:20px;padding:.3rem .8rem;font-size:.75rem;transition:all .2s}.format-pill:hover,.format-pill.active{background:var(--primary-pink);color:#fff}.merch-marquee{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.merch-marquee-track{width:max-content;animation:30s linear infinite scroll-marquee;display:flex}.merch-banner-link:hover .merch-marquee-track{animation-play-state:paused}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.merch-banner-link:hover .merch-banner-overlay{background:#0000001a!important}.merch-banner-text{transition:transform .3s}.merch-banner-link:hover .merch-banner-text{transform:scale(1.05)}.floating-circle{filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(circle,#ffb6c1cc 0%,#fff0 70%);border-radius:50%;position:absolute}.about-img-1{z-index:2;border-radius:12px;width:65%;transition:transform .3s,z-index .3s;position:absolute;top:0;right:0;transform:rotate(6deg);box-shadow:0 15px 35px #ff69b44d}.about-img-1:hover{z-index:3;transform:rotate(0)scale(1.05)}.about-img-2{z-index:1;border-radius:12px;width:65%;transition:transform .3s,z-index .3s;position:absolute;bottom:0;left:0;transform:rotate(-6deg);box-shadow:0 15px 35px #ff69b44d}.about-img-2:hover{z-index:3;transform:rotate(0)scale(1.05)}@media (max-width:768px){.navbar{padding:1rem}.nav-links{display:none}.hero-title{font-size:3rem}.product-grid{gap:2rem;padding:2rem 1rem}}
