@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700;800;900&display=swap";
:root{--pink:#ff6b9d;--orange:#ff9f43;--yellow:#feca57;--green:#48dbae;--blue:#54a0ff;--purple:#c56cf0;--red:#ff6b6b;--peach:#ffb8b8;--bg-cream:#fff8e7;--bg-pink:#fff0f5;--text-dark:#2d3436;--text-brown:#6d4c41;--shadow-candy:0 8px 32px #ff6b9d4d;--shadow-float:0 12px 40px #0000001f;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-cream);color:var(--text-dark);background-image:linear-gradient(135deg,#fff0f5 0%,#e8f4fd 50%,#fff8e7 100%);background-attachment:fixed;font-family:Noto Sans Thai,sans-serif;overflow-x:hidden}.navbar{z-index:1000;-webkit-backdrop-filter:blur(24px);background:#fff6;border-bottom:1px solid #ffffff80;width:100%;padding:12px 0;transition:all .4s;position:fixed;top:0;left:0;box-shadow:0 4px 30px #0000000d}.navbar.scrolled{background:#fff9;box-shadow:0 4px 20px #ff6b9d26}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo-img{border:3px solid var(--orange);object-fit:cover;border-radius:50%;width:48px;height:48px}.nav-logo-text{background:linear-gradient(135deg, var(--pink), var(--orange));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:800}.nav-links{gap:8px;list-style:none;display:flex}.nav-links a{color:var(--text-brown);border-radius:var(--radius-full);padding:8px 18px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover{background:linear-gradient(135deg, var(--pink), var(--orange));color:#fff;transform:translateY(-2px)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.nav-hamburger span{background:var(--pink);border-radius:3px;width:28px;height:3px;transition:all .3s}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg-shapes{pointer-events:none;z-index:-1;position:fixed;inset:0;overflow:hidden}.hero-shape{opacity:.6;filter:blur(80px);border-radius:50%;animation:12s ease-in-out infinite floatShape;position:absolute}.hero-shape:first-child{background:var(--pink);width:300px;height:300px;animation-delay:0s;top:-50px;left:-80px}.hero-shape:nth-child(2){background:var(--yellow);width:200px;height:200px;animation-delay:2s;top:20%;right:-40px}.hero-shape:nth-child(3){background:var(--green);width:250px;height:250px;animation-delay:4s;bottom:-60px;left:30%}.hero-shape:nth-child(4){background:var(--blue);width:180px;height:180px;animation-delay:1s;bottom:20%;right:15%}.hero-shape:nth-child(5){background:var(--purple);width:150px;height:150px;animation-delay:3s;top:40%;left:10%}@keyframes floatShape{0%,to{transform:translate(0)scale(1)}33%{transform:translate(20px,-30px)scale(1.05)}66%{transform:translate(-15px,15px)scale(.95)}}.hero-content{z-index:2;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:40px 24px;display:flex;position:relative}.hero-text{flex:1}.hero-badge{background:linear-gradient(135deg, var(--pink), var(--orange));color:#fff;border-radius:var(--radius-full);align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.85rem;font-weight:700;animation:2s ease-in-out infinite bounce;display:inline-flex}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-title{margin-bottom:16px;font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.2}.hero-title .highlight{background:linear-gradient(135deg, var(--pink), var(--orange), var(--yellow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-brown);max-width:480px;margin-bottom:32px;font-size:1.15rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:var(--radius-full);cursor:pointer;background:linear-gradient(135deg,#ff6b9de6,#ff9f43e6);border:1px solid #fff6;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #ff6b9d4d}.btn-primary:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 12px 40px #ff6b9d80}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--pink);border-radius:var(--radius-full);cursor:pointer;background:#ffffff80;border:1px solid #fffc;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #0000000d}.btn-secondary:hover{color:var(--pink);background:#fffc;transform:translateY(-3px);box-shadow:0 12px 30px #0000001a}.hero-image{flex:1;justify-content:center;align-items:center;display:flex}.hero-logo-wrapper{width:min(450px,90vw);height:min(450px,90vw);animation:4s ease-in-out infinite heroFloat;position:relative}@keyframes heroFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}.hero-logo-wrapper img{object-fit:contain;filter:drop-shadow(0 20px 60px #ff6b9d59);width:100%;height:100%}.hero-sparkle{width:24px;height:24px;animation:2s ease-in-out infinite sparkle;position:absolute}.hero-sparkle:nth-child(2){animation-delay:.3s;top:10%;left:-10%}.hero-sparkle:nth-child(3){animation-delay:.8s;top:-5%;right:20%}.hero-sparkle:nth-child(4){animation-delay:1.2s;bottom:10%;right:-5%}.hero-sparkle:nth-child(5){animation-delay:.5s;bottom:20%;left:-8%}@keyframes sparkle{0%,to{opacity:.7;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.3)rotate(180deg)}}.section{max-width:1200px;margin:0 auto;padding:100px 24px}.section-header{text-align:center;margin-bottom:64px}.section-tag{border-radius:var(--radius-full);margin-bottom:12px;padding:6px 20px;font-size:.85rem;font-weight:700;display:inline-block}.section-tag.pink{color:var(--pink);background:#ffe0ec}.section-tag.orange{color:var(--orange);background:#fff0db}.section-tag.green{color:#2ecc71;background:#d4f5e9}.section-tag.blue{color:var(--blue);background:#dde9ff}.section-tag.purple{color:var(--purple);background:#f0e0ff}.section-title{margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900}.section-desc{color:var(--text-brown);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.characters-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;display:grid}.character-card{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-2xl);text-align:center;background:#fff9;border:1px solid #fffc;padding:32px 20px 28px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 32px #0000000d}.character-card:before{content:"";border-radius:32px 32px 0 0;height:5px;position:absolute;top:0;left:0;right:0}.character-card.apple:before{background:linear-gradient(90deg,#ff6b6b,#ee5a24)}.character-card.strawberry:before{background:linear-gradient(90deg,#ff6b9d,#e84393)}.character-card.banana:before{background:linear-gradient(90deg,#feca57,#f9ca24)}.character-card.durian:before{background:linear-gradient(90deg,#a8b820,#7c8c10)}.character-card.orange-char:before{background:linear-gradient(90deg,#ff9f43,#e67e22)}.character-card.peach:before{background:linear-gradient(90deg,#ffb8b8,#fab1a0)}.character-card:hover{box-shadow:var(--shadow-float);transform:translateY(-12px)scale(1.02)}.character-card.apple:hover{border-color:#ff6b6b}.character-card.strawberry:hover{border-color:#ff6b9d}.character-card.banana:hover{border-color:#feca57}.character-card.durian:hover{border-color:#a8b820}.character-card.orange-char:hover{border-color:#ff9f43}.character-card.peach:hover{border-color:#ffb8b8}.character-emoji{margin-bottom:12px;font-size:4rem;animation:3s ease-in-out infinite charBounce;display:block}@keyframes charBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.character-card:nth-child(2) .character-emoji{animation-delay:.3s}.character-card:nth-child(3) .character-emoji{animation-delay:.6s}.character-card:nth-child(4) .character-emoji{animation-delay:.9s}.character-card:nth-child(5) .character-emoji{animation-delay:1.2s}.character-card:nth-child(6) .character-emoji{animation-delay:1.5s}.character-name{margin-bottom:4px;font-size:1.2rem;font-weight:800}.character-role{border-radius:var(--radius-full);margin-bottom:8px;padding:3px 12px;font-size:.85rem;font-weight:600;display:inline-block}.character-card.apple .character-role{color:#e74c3c;background:#ffe0e0}.character-card.strawberry .character-role{color:#e84393;background:#ffe0ec}.character-card.banana .character-role{color:#d4a017;background:#fff8db}.character-card.durian .character-role{color:#6d7c1f;background:#e8f0d0}.character-card.orange-char .character-role{color:#e67e22;background:#fff0db}.character-card.peach .character-role{color:#e17055;background:#ffe8e8}.character-desc{color:#777;font-size:.9rem;line-height:1.6}.episodes-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;touch-action:pan-x;gap:28px;padding:20px 0 40px;display:flex;overflow-x:auto}.episodes-scroll img{pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.episodes-scroll::-webkit-scrollbar{height:8px}.episodes-scroll::-webkit-scrollbar-track{background:#ffffff4d;border-radius:8px}.episodes-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg, var(--pink), var(--orange));border-radius:8px}.episode-card{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-2xl);scroll-snap-align:start;background:#fff9;border:1px solid #fffc;flex-shrink:0;min-width:320px;max-width:320px;transition:all .4s;overflow:hidden;box-shadow:0 8px 32px #0000000d}.episode-card:hover{box-shadow:var(--shadow-float);transform:translateY(-8px)}.episode-thumb{width:100%;height:420px;position:relative;overflow:hidden}.episode-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.episode-card:hover .episode-thumb img{transform:scale(1.05)}.episode-badge{border-radius:var(--radius-full);color:#fff;background:linear-gradient(135deg, var(--pink), var(--orange));padding:6px 16px;font-size:.8rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #ff6b9d66}.episode-info{padding:20px}.episode-title{margin-bottom:8px;font-size:1.1rem;font-weight:800;line-height:1.4}.episode-desc{color:#888;font-size:.88rem;line-height:1.6}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.gallery-item{border-radius:var(--radius-xl);aspect-ratio:9/16;cursor:pointer;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000000d}.gallery-item:hover{box-shadow:var(--shadow-float);z-index:2;transform:scale(1.03)}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{opacity:0;background:linear-gradient(#0000 40%,#0009 100%);align-items:flex-end;padding:20px;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;font-size:.95rem;font-weight:700}.about-content{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-2xl);background:#fff9;border:1px solid #fffc;align-items:center;gap:60px;padding:40px;display:flex;box-shadow:0 8px 32px #0000000d}.about-image{border-radius:var(--radius-2xl);flex:1;overflow:hidden;box-shadow:0 8px 24px #0000001a}.about-image img{width:100%;height:auto;display:block}.about-text{flex:1}.about-text h3{margin-bottom:16px;font-size:1.8rem;font-weight:800}.about-text p{color:var(--text-brown);margin-bottom:16px;font-size:1rem;line-height:1.8}.about-features{flex-direction:column;gap:12px;margin-top:24px;display:flex}.about-feature{align-items:center;gap:12px;font-size:1rem;font-weight:600;display:flex}.about-feature-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.about-feature-icon.pink{background:#ffe0ec}.about-feature-icon.yellow{background:#fff8db}.about-feature-icon.green{background:#d4f5e9}.about-feature-icon.blue{background:#dde9ff}.footer{color:#fff;text-align:center;background:linear-gradient(135deg,#2d3436,#3d3d3d);padding:60px 24px 30px;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--green), var(--blue), var(--purple));height:4px;position:absolute;top:0;left:0;right:0}.footer-logo{background:linear-gradient(135deg, var(--pink), var(--orange), var(--yellow));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:1.5rem;font-weight:800}.footer-desc{color:#aaa;max-width:500px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:.95rem}.footer-socials{justify-content:center;gap:16px;margin-bottom:32px;display:flex}.footer-social{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;text-decoration:none;transition:all .3s;display:flex}.footer-social:hover{background:linear-gradient(135deg, var(--pink), var(--orange));transform:translateY(-4px)}.footer-copy{color:#666;border-top:1px solid #ffffff14;padding-top:20px;font-size:.8rem}.lightbox{z-index:9999;opacity:0;pointer-events:none;background:#000000e6;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.lightbox.active{opacity:1;pointer-events:all}.lightbox img{object-fit:contain;border-radius:16px;max-width:90vw;max-height:90vh;box-shadow:0 0 60px #ff6b9d4d}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:24px;right:24px}.lightbox-close:hover{background:var(--pink);transform:rotate(90deg)}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(40px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:900px){.hero-content{text-align:center;flex-direction:column-reverse}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-logo-wrapper{width:min(320px,80vw);height:min(320px,80vw)}.about-content{flex-direction:column}.gallery-grid,.characters-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.nav-links{display:none}.nav-hamburger{display:flex}.nav-links.open{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:3px solid var(--yellow);background:#fff8e7fa;flex-direction:column;padding:20px;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 20px #0000001a}.gallery-grid{grid-template-columns:repeat(2,1fr)}.characters-grid{grid-template-columns:1fr}.episode-card{min-width:280px;max-width:280px}.hero-title{font-size:2rem}}
