*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,sans-serif;font-weight:700;background:#000;color:#fff;overflow-x:hidden}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at center,#1a0033,#000 70%)}.brand{position:absolute;top:2rem;left:2rem;font-size:2rem;color:#ff69b4;text-transform:lowercase;letter-spacing:-.02em}.hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.hero-ditto{width:300px;height:300px;object-fit:contain;animation:float 3s ease-in-out infinite;cursor:pointer;transition:transform .3s ease}.hero-ditto:hover{transform:scale(1.1)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-text{font-size:4rem;font-weight:900;color:#fff;text-transform:lowercase;letter-spacing:-.02em;margin:0}.hero-btn{background:linear-gradient(45deg,#ff69b4,#ff1493);border:none;padding:1rem 2rem;font-size:1.5rem;font-weight:700;color:#fff;border-radius:50px;cursor:pointer;text-transform:lowercase;letter-spacing:-.02em;transition:all .3s ease;box-shadow:0 4px 20px #ff69b44d;text-decoration:none;display:inline-block}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ff69b480}.contract-address{margin-top:1rem;font-size:.9rem;color:#888;font-family:Courier New,monospace;letter-spacing:.02em;text-align:center}.contract-address p{margin:0;word-break:break-all}.social-icons{position:absolute;bottom:2rem;display:flex;gap:1.5rem}.social-icons a{display:block;width:40px;height:40px;opacity:.7;transition:opacity .3s ease}.social-icons a:hover{opacity:1}.social-icons img{width:100%;height:100%;filter:invert(1)}.scroll-section{position:relative;padding:4rem 0;background:#111;overflow:hidden}.scroll-words{display:flex;white-space:nowrap;animation:scroll 20s linear infinite;font-size:4rem;color:#8a2be2;text-transform:lowercase;letter-spacing:-.02em}.scroll-words.line-2{animation-direction:reverse;margin-top:1rem}.scroll-words.line-3{animation-direction:normal;margin-top:1rem}.scroll-words span{margin-right:4rem}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.gallery{padding:6rem 2rem;background:#000}.gallery-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;padding:0 1rem}.gallery-container img{width:100%;max-width:800px;height:600px;margin:0 auto;object-fit:cover;border-radius:20px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;background:#111}.gallery-container img:hover{transform:scale(1.05);border-color:#ff69b4;box-shadow:0 10px 30px #ff69b44d}.footer{padding:2rem;text-align:center;background:#111;color:#666;font-size:.9rem;text-transform:lowercase;letter-spacing:-.02em}@media (max-width: 768px){.brand{font-size:1.5rem;top:1rem;left:1rem}.hero-ditto{width:200px;height:200px}.hero-text{font-size:2rem}.hero-btn{font-size:1.2rem;padding:.8rem 1.5rem}.scroll-words{font-size:2.5rem}.gallery{padding:4rem 1rem}.gallery-container{gap:1.5rem}.gallery-container img{height:400px}.social-icons{bottom:1rem;gap:1rem}.social-icons a{width:35px;height:35px}}@media (max-width: 480px){.hero-text{font-size:1.5rem}.hero-btn{font-size:1rem;padding:.7rem 1.2rem}.scroll-words{font-size:2rem}.gallery-container{gap:1rem}.gallery-container img{height:300px}}
