.home{background:var(--bg-primary);height:100vh;margin-top:-96px;padding-top:96px;position:relative;overflow:hidden}.home-bg{z-index:0;position:absolute;inset:0}.home-bg img{object-fit:cover;object-position:72% center;width:100%;height:100%}.home-overlay{z-index:1;background:linear-gradient(90deg,#000000d9 0%,#0009 40%,#0003 70%,#0000 100%);position:absolute;inset:0}.home-wrapper{z-index:2;align-items:flex-start;width:100%;height:100%;margin:0 auto;padding:5vh 15vw 180px;display:flex;position:relative}.home-content{text-align:left;max-width:650px}.home-content h1{color:#fff;font-size:clamp(48px,5vw,80px);font-weight:500;font-family:var(--font-primary);text-shadow:0 2px 20px #0000004d;margin-bottom:24px;line-height:1.1}.tagline{font-family:var(--font-primary);letter-spacing:3px;color:#fff;justify-content:flex-start;gap:28px;margin-bottom:20px;font-size:clamp(18px,2vw,25px);display:flex}.home-content p{color:#ffffffd9;font-size:clamp(16px,1.5vw,20px);line-height:1.7;font-family:var(--font-secondary);margin-bottom:36px}.discord-btn{background:var(--accent-red);color:#fff;font-size:15px;font-family:var(--font-primary);border-radius:999px;justify-content:center;align-items:center;padding:14px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #c7343366}.discord-btn:hover{background:#b02d2c;transform:translateY(-2px);box-shadow:0 6px 24px #c7343380}@media (max-width:1024px){.home-wrapper{padding:12vh 8vw 180px}.home-content h1{font-size:48px}.home-overlay{background:linear-gradient(90deg,#000000e6 0%,#000000b3 50%,#0006 100%)}}@media (max-width:768px){.home{padding-top:80px}.home-wrapper{align-items:flex-start;padding:12vh 5vw 260px}.home-content{text-align:center;max-width:100%}.home-content h1{font-size:36px}.tagline{letter-spacing:1.5px;flex-flow:wrap;justify-content:center;gap:6px 12px;font-size:clamp(15px,4vw,20px)}.tagline span{white-space:nowrap}.home-overlay{background:linear-gradient(#0000004d 0%,#000000b3 60%,#000000e6 100%)}.home-bg img{object-position:82% center}}@media (max-width:768px) and (orientation:portrait){.home-bg img{object-position:90% center}}.home-cards{z-index:3;grid-template-columns:repeat(4,1fr);gap:16px;display:grid;position:absolute;bottom:7vh;left:15vw;right:15vw}.home-card{-webkit-backdrop-filter:blur(18px);text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:20vh;padding:2vh 2vw;transition:all .3s;display:flex;overflow:hidden}.home-card:hover{background:#ffffff1f;border-color:#ffffff40}.home-card h2{color:#fff;font-size:clamp(13px,1.1vw,16px);font-weight:600;font-family:var(--font-primary);margin:0 0 6px}.home-card h3{color:#ffffffa6;font-size:clamp(11px,.85vw,13px);line-height:1.4;font-family:var(--font-secondary);margin:0}.home-cards.carousel-mode{grid-template-columns:none;gap:0;display:flex;bottom:3vh;left:5vw;right:5vw;overflow:hidden}.home-cards.carousel-mode .home-card{flex-shrink:0;width:100%;min-width:100%;height:auto;min-height:100px;padding:20px 24px;transition:transform .35s}.home-cards-dots{display:none}.home-cards.carousel-mode~.home-cards-dots{z-index:4;justify-content:center;gap:8px;display:flex;position:absolute;bottom:1.5vh;left:0;right:0}.home-cards-dot{cursor:pointer;background:#ffffff59;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.home-cards-dot.active{background:var(--accent-yellow)}@media (max-width:1024px){.home-cards:not(.carousel-mode){grid-template-columns:repeat(4,1fr);gap:12px;left:8vw;right:8vw}.home-card{padding:16px 14px}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.home-cards.carousel-mode{bottom:1.8vh;left:8vw;right:8vw}.home-cards.carousel-mode .home-card{border-radius:6px;min-height:76px;padding:10px 14px}.home-cards.carousel-mode .home-card h2{margin-bottom:2px;font-size:1.35rem}.home-cards.carousel-mode .home-card h3{font-size:.8rem;line-height:1.25}.home-cards.carousel-mode~.home-cards-dots{bottom:.6vh}}.mini-showcase{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.showcase-backgrounds{z-index:0;position:absolute;inset:0}.showcase-bg{opacity:0;transition:opacity .8s ease-in-out;position:absolute;inset:-20px}.showcase-bg.active{opacity:1}.showcase-bg img{object-fit:cover;width:100%;height:100%}.showcase-overlay{background:linear-gradient(#0006 0%,#00000080 50%,#000000b3 100%);position:absolute;inset:0}.showcase-content{z-index:2;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:0 15vw;display:flex;position:relative}.showcase-header{text-align:center}.showcase-header h2{color:#fff;font-size:clamp(40px,6vw,72px);font-weight:600;font-family:var(--font-primary);text-shadow:0 4px 20px #0006;margin-bottom:clamp(16px,2vh,28px)}.showcase-header p{color:#e0e0e0;font-size:clamp(16px,1.8vw,22px);line-height:1.8;font-family:var(--font-secondary);text-shadow:0 2px 10px #0000004d}.showcase-indicators{z-index:5;gap:16px;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)}.showcase-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.showcase-dot:hover{background:#ffffff80}.showcase-dot.active{background:#fff;transform:scale(1.3);box-shadow:0 0 12px #ffffff80}@media (max-width:768px){.mini-showcase{height:100vh}.showcase-content{padding:0 5vw}.showcase-header h2{font-size:32px}.showcase-header p{font-size:15px;line-height:1.6}.showcase-indicators{gap:12px;bottom:30px}.showcase-dot{width:10px;height:10px}}.meetups-section{color:#efefef;justify-content:center;align-items:center;height:100vh;padding:100px 20px;display:flex;position:relative;overflow:hidden}.meetups-bg{z-index:0;position:absolute;inset:-20px}.meetups-bg img{object-fit:cover;width:100%;height:100%}.meetups-overlay{z-index:1;background:#0009;position:absolute;inset:0}.meetups-wrapper{text-align:center;z-index:2;max-width:800px;margin:0 auto;position:relative}.meetups-content h2{color:#fff;font-size:clamp(36px,5vw,64px);font-weight:600;font-family:var(--font-primary);text-shadow:0 2px 10px #0000004d;margin-bottom:clamp(16px,2vh,28px)}.meetups-content p{color:#e0e0e0;font-size:clamp(16px,1.8vw,22px);line-height:1.8;font-family:var(--font-secondary);margin-bottom:clamp(24px,3vh,40px)}.cta-btn{color:var(--text-primary);border:2px solid var(--text-primary);cursor:pointer;font-size:18px;font-weight:600;font-family:var(--font-primary);background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 36px;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn:hover{background:var(--text-primary);color:var(--bg-dark);transform:translate(4px)}@media (max-width:768px){.meetups-section{padding:60px 16px}.meetups-content h2{font-size:28px}.meetups-content p{font-size:15px}}.guides-section-home{color:#efefef;background:#1e1e1e;align-items:center;height:100vh;padding:100px 20px;display:flex;position:relative;overflow:hidden}.guides-wrapper-home{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,5vw,100px);max-width:1600px;height:100%;margin:0 auto;display:grid}.guides-image-home{align-items:center;width:100%;max-height:30vh;display:flex}.guides-image-home img{object-fit:cover;border-radius:16px;width:100%;height:auto;max-height:30vh;display:block;box-shadow:0 12px 40px #00000080}.guides-content-home h2{color:#fff;margin-bottom:clamp(12px,1.5vh,24px);font-size:clamp(32px,4vw,56px);font-weight:500}.guides-content-home p{color:#cfcfcf;margin-bottom:clamp(20px,2vh,40px);font-size:clamp(16px,1.5vw,20px);line-height:1.7}@media (max-width:1024px){.guides-wrapper-home{grid-template-columns:1fr;gap:40px}.guides-content-home h2{font-size:36px}}@media (max-width:768px){.guides-section-home{padding:60px 16px}.guides-content-home h2{font-size:28px}.guides-content-home p{font-size:14px}.guides-image-home img{border-radius:12px}}.what-is-gunpla-section{background:var(--bg-primary);flex-direction:column;justify-content:center;height:auto;padding:100px 15vw;display:flex;position:relative;overflow:hidden}.what-is-header{text-align:center;margin:0 auto clamp(20px,3vh,40px)}.what-is-header h2{color:var(--text-primary);font-size:clamp(36px,4vw,52px);font-weight:500;font-family:var(--font-primary);margin-bottom:clamp(12px,1.5vh,20px)}.what-is-header p{color:var(--text-secondary);font-size:clamp(16px,1.5vw,18px);line-height:1.7;font-family:var(--font-secondary)}.what-is-wrapper{grid-template-columns:1fr 1fr;align-items:center;width:100%;height:100%;display:grid}.process-timeline{flex-direction:column;display:flex}.process-card{filter:drop-shadow(0 12px 32px #0000001a);z-index:10;width:clamp(240px,32vw,340px);padding:clamp(20px,2.5vh,30px);transition:transform .28s,filter .28s;position:relative}.process-card:before{content:"";background:var(--text-primary);opacity:.6;clip-path:polygon(26px 0,100% 0,100% calc(100% - 26px),calc(100% - 26px) 100%,0 100%,0 26px);z-index:-1;transition:opacity .3s;position:absolute;inset:-2px}.process-card:after{content:"";background:var(--bg-primary);clip-path:polygon(24px 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%,0 24px);z-index:-1;position:absolute;inset:0}.process-card:first-child{margin-left:0}.process-card:nth-child(2){margin-top:-120px;margin-left:400px}.process-card:nth-child(3){margin-top:-20px;margin-left:0}@media (max-width:768px){.process-card:first-child,.process-card:nth-child(2),.process-card:nth-child(3){margin-top:0!important;margin-left:0!important}}.process-card:hover{filter:drop-shadow(0 12px 28px #00000024);transform:translateY(-4px)}.process-card:hover:before{opacity:1}.card-number{color:var(--text-primary);letter-spacing:.2px;font-size:clamp(16px,1.5vw,18px);font-weight:600;font-family:var(--font-primary);z-index:1;margin-bottom:clamp(8px,1vh,12px);position:relative}.card-image{background:var(--bg-secondary);z-index:1;border-radius:4px;justify-content:center;align-items:center;width:100%;height:clamp(180px,20vh,250px);margin-bottom:clamp(12px,1.5vh,16px);display:flex;position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;display:block}.process-card p{color:var(--text-primary);z-index:1;margin:0;font-size:clamp(14px,1.2vw,15px);line-height:1.6;position:relative}.featured-gundam{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.featured-gundam img{width:150%;height:auto;display:block;right:0}@media (max-width:1024px){.what-is-wrapper{grid-template-columns:1fr;gap:60px}.what-is-header h2{font-size:42px}.process-card{grid-template-columns:180px 1fr;align-items:start;gap:20px;display:grid}.card-image{grid-area:2/1;height:140px;margin:0}.card-number{grid-column:1/-1;margin-bottom:0}.process-card p{grid-area:2/2}}@media (max-width:768px){.what-is-gunpla-section{padding:60px 5vw}.what-is-header h2{font-size:32px}.what-is-header p{font-size:16px}.what-is-wrapper{gap:40px}.process-timeline{justify-content:center;gap:24px;display:grid}.process-card{flex-direction:column;padding:24px;display:flex}.card-image{height:140px;margin-bottom:12px}.card-number{margin-bottom:10px;font-size:16px}.process-card p{font-size:13px;line-height:1.5}.featured-gundam{margin-top:30px}.featured-gundam img{max-width:400px;height:auto;width:100%!important}}.discord-section{background:var(--bg-primary);flex-direction:column;justify-content:center;height:auto;padding:100px 15vw;display:flex;position:relative;overflow:hidden}.discord-header{text-align:center;margin:0 auto 80px}.discord-header h2{color:var(--text-primary);font-size:48px;font-weight:500;font-family:var(--font-primary);margin-bottom:16px}.discord-header p{color:var(--text-secondary);font-size:18px;line-height:1.7;font-family:var(--font-secondary)}.discord-steps{grid-template-columns:repeat(3,1fr);gap:48px;width:100%;display:grid}.step-card{text-align:center;filter:drop-shadow(0 12px 32px #0000001a);padding:40px 32px;transition:all .3s;position:relative}.step-card:before{content:"";background:var(--text-primary);opacity:.6;clip-path:polygon(26px 0,100% 0,100% calc(100% - 26px),calc(100% - 26px) 100%,0 100%,0 26px);z-index:-1;transition:opacity .3s;position:absolute;inset:-2px}.step-card:after{content:"";background:var(--bg-primary);clip-path:polygon(24px 0,100% 0,100% calc(100% - 24px),calc(100% - 24px) 100%,0 100%,0 24px);z-index:-1;position:absolute;inset:0}.step-card:hover{filter:drop-shadow(0 12px 32px #0000001a);transform:translateY(-8px)}.step-card:hover:before{opacity:1}.step-number{color:var(--text-primary);font-size:18px;font-weight:600;font-family:var(--font-primary);letter-spacing:.5px;z-index:1;margin-bottom:24px;position:relative}.step-icon{z-index:1;margin-bottom:24px;display:block;position:relative}.step-icon img{width:64px;height:64px}.step-card p{color:var(--text-secondary);font-size:16px;line-height:1.6;font-family:var(--font-secondary);z-index:1;margin:0;position:relative}@media (max-width:1024px){.discord-steps{grid-template-columns:1fr;gap:32px}.step-card{padding:32px 28px}}@media (max-width:768px){.discord-section{padding:60px 5vw}.discord-header h2{font-size:32px}.discord-header p{font-size:16px}.discord-steps{gap:24px}.step-icon{margin-bottom:16px}.step-icon img{width:48px;height:48px}.step-card p{font-size:14px}}.final-cta-section{background:var(--bg-dark);justify-content:center;align-items:center;height:50vh;padding:100px 15vw;display:flex}.cta-content{text-align:center;margin:0 auto}.cta-content h2{color:var(--text-primary);font-size:52px;font-weight:500;font-family:var(--font-primary);margin-bottom:32px;line-height:1.3}.snap-highlight{color:inherit;vertical-align:middle;min-width:120px;height:1em;margin-bottom:20px;font-weight:700;display:inline-block;overflow:hidden}.word-slot{animation:12s ease-in-out infinite slotMachineSlide;display:block}.snap-highlight .word-slot:first-child{color:#d7263d}.snap-highlight .word-slot:nth-child(2){color:#3b82f6}.snap-highlight .word-slot:nth-child(3){color:#facc15}.snap-highlight .word-slot:nth-child(4){color:#fff}@keyframes slotMachineSlide{0%{transform:translateY(0)}20%{transform:translateY(0)}25%{transform:translateY(-100%)}45%{transform:translateY(-100%)}50%{transform:translateY(-200%)}70%{transform:translateY(-200%)}75%{transform:translateY(-300%)}95%{transform:translateY(-300%)}to{transform:translateY(0)}}.discord-join-btn{color:var(--bg-dark);font-size:16px;font-weight:600;font-family:var(--font-primary);cursor:pointer;background:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 24px #0003}.discord-join-btn:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}.member-count{color:var(--text-secondary);font-size:16px;font-family:var(--font-secondary);margin-top:20px}@media (max-width:768px){.final-cta-section{margin:0;padding:60px 5vw}.cta-content h2{font-size:32px}.discord-join-btn{padding:12px 28px;font-size:14px}}.site-footer{background:var(--bg-dark);color:var(--text-primary);border-top:1px solid var(--border-color);padding:60px 15vw 20px}.footer-content{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:80px;margin:0 0 60px;display:grid}.footer-section h3{font-size:16px;font-weight:600;font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.5px;color:var(--text-primary);margin-bottom:20px}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul li a{color:var(--text-secondary);font-size:15px;font-family:var(--font-secondary);text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:var(--text-primary)}.footer-center{text-align:center}.footer-logo{width:80px;height:auto;margin-bottom:16px}.footer-tagline{color:var(--text-secondary);font-size:14px;line-height:1.6;font-family:var(--font-secondary);max-width:280px;margin:0 auto}.footer-social{text-align:right}.social-icons{justify-content:flex-end;gap:16px;margin-top:12px;display:flex}.social-icons a{border:2px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;text-decoration:none;transition:all .3s;display:flex}.social-icons a:hover{border-color:var(--accent-yellow);transform:scale(1.1)}.social-icon{object-fit:contain;width:24px;height:24px}.footer-bottom{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:20px;display:flex}.footer-bottom p{color:var(--text-secondary);font-size:14px;font-family:var(--font-secondary);margin:0}.footer-badge{color:var(--text-primary);font-size:14px;font-weight:600;font-family:var(--font-primary)}@media (max-width:1024px){.footer-content{text-align:center;grid-template-columns:1fr;gap:40px}.footer-social{text-align:center}.social-icons{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}@media (max-width:768px){.site-footer{padding:40px 5vw 16px}.footer-content{gap:30px;margin-bottom:30px}.footer-section h3{margin-bottom:12px;font-size:14px}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{font-size:13px}.footer-logo{width:60px}.footer-tagline{font-size:13px}.social-icons{gap:12px}.social-icons a{width:40px;height:40px;font-size:20px}.footer-bottom{padding-top:16px}.footer-bottom p{font-size:12px}}
.section-carousel{justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.section-carousel-container{width:100%;height:100%;position:relative}.section-carousel-backgrounds{z-index:0;position:absolute;inset:0}.section-carousel-bg{opacity:0;transition:opacity .8s ease-in-out;position:absolute;inset:-20px}.section-carousel-bg.active{opacity:1}.section-carousel-bg img{object-fit:cover;width:100%;height:100%}.section-carousel-overlay{background:linear-gradient(#0006 0%,#0009 50%,#000000b3 100%);position:absolute;inset:0}.section-carousel-content{z-index:2;text-align:center;justify-content:center;align-items:center;max-width:900px;height:100%;margin:0 auto;padding:0 20px;display:flex;position:relative}.section-carousel-track{width:100%;position:relative}.section-carousel-slide{opacity:0;visibility:hidden;width:100%;transition:opacity .6s,visibility .6s,transform .6s;position:absolute;top:50%;left:0;transform:translateY(-50%)translate(60px)}.section-carousel-slide.active{opacity:1;visibility:visible;position:relative;top:auto;transform:none}.section-carousel-slide h2{color:#fff;font-size:clamp(40px,6vw,72px);font-weight:600;font-family:var(--font-primary);text-shadow:0 4px 20px #0006;margin-bottom:clamp(16px,2vh,28px)}.section-carousel-slide p{color:#e0e0e0;font-size:clamp(16px,1.8vw,22px);line-height:1.8;font-family:var(--font-secondary);text-shadow:0 2px 10px #0000004d;max-width:700px;margin-bottom:clamp(28px,3vh,48px);margin-left:auto;margin-right:auto}.section-carousel-btn{color:#fff;cursor:pointer;font-size:18px;font-weight:600;font-family:var(--font-primary);background:0 0;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:16px 40px;text-decoration:none;transition:all .3s;display:inline-flex}.section-carousel-btn:hover{color:var(--bg-dark);background:#fff;transform:scale(1.05)}.section-carousel-indicators{z-index:5;gap:16px;display:flex;position:absolute;bottom:60px;left:50%;transform:translate(-50%)}.section-carousel-dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.section-carousel-dot:hover{background:#ffffff80}.section-carousel-dot.active{background:#fff;transform:scale(1.3);box-shadow:0 0 12px #ffffff80}@media (max-width:1024px){.section-carousel-slide h2{font-size:42px}.section-carousel-indicators{bottom:40px}}@media (max-width:768px){.section-carousel{height:80vh}.section-carousel-content{padding:0 24px}.section-carousel-slide h2{font-size:32px}.section-carousel-slide p{font-size:15px;line-height:1.6}.section-carousel-btn{padding:14px 28px;font-size:16px}.section-carousel-indicators{gap:12px;bottom:30px}.section-carousel-dot{width:10px;height:10px}}@media (max-width:480px){.section-carousel-content{padding:0 16px}.section-carousel-slide h2{font-size:28px}.section-carousel-slide p{font-size:14px}.section-carousel-btn{padding:12px 24px;font-size:14px}}
