.info-grid{display:flex;flex-flow:row wrap;gap:1.5rem;margin-bottom:1.5rem}.info-grid .box{min-width:350px;flex:1}.welcome-box{padding-top:50px;margin-top:80px}.character-overlay img{position:absolute;bottom:calc(100% - 21px);left:40%;transform:translateX(-40%);width:300px;padding-bottom:1px;height:auto;pointer-events:none}.character-overlay{display:contents}.social-list{display:flex;flex-direction:column}.social-list a{display:flex;align-items:center;padding:0.75rem 0.5rem;margin:-0.5rem;border-radius:4px;transition:background-color 0.3s ease}.social-list-sep{margin:0.5rem}.social-list a:hover{background-color:rgba(255,255,255,0.05)}.social-list i{font-size:1.2rem;width:40px;text-align:center;margin-right:0.5rem}.discord-btn{display:inline-block;background-color:#5865F2;color:white;padding:0.8rem 1.5rem;border-radius:5px;text-align:center;font-weight:bold;transition:background-color 0.3s ease;margin-top:1rem}.discord-btn:hover{background-color:#4752c4;color:white}.featured-carousel-container{position:relative;width:100%;margin-bottom:1rem;user-select:none}.carousel{display:flex;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;cursor:grab;align-items:center}.carousel.grabbing{cursor:grabbing}.carousel::-webkit-scrollbar{display:none}.carousel-item{flex-shrink:0;height:400px;margin:0 10px;transition:transform 0.3s ease;display:flex;align-items:center}.carousel-item picture{height:100%;width:auto}.carousel-item img{height:100%;width:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 15px var(--shadow-color);pointer-events:none}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(30,30,30,0.7);color:white;border:none;border-radius:50%;width:50px;height:50px;font-size:1.5rem;cursor:pointer;z-index:10;transition:background-color 0.3s ease;display:flex;align-items:center;justify-content:center}.carousel-nav:hover{background-color:rgba(30,30,30,1)}.carousel-nav.prev{left:20px}.carousel-nav.next{right:20px}.section-box{margin-bottom:1.5rem;text-align:center;padding:0}.section-title p{color:var(--accent-color);font-weight:600;font-size:3rem}.gallery-grid{display:flex;flex-direction:row;flex-wrap:wrap;flex:1 1 auto;row-gap:1.5rem;column-gap:5px;margin-bottom:1rem;justify-content:center}.gallery-box{height:350px;width:140px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px var(--shadow-color);transition:transform 0.3s ease}.gallery-box:hover{transform:scale(1.03)}.gallery-box::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;transition:filter 0.5s ease}.gallery-box:hover img{filter:blur(2px) brightness(0.6)}.gallery-box picture{display:contents;height:inherit}.gallery-box img{height:inherit;overflow:clip;position:absolute;z-index:10}.gallery-content{position:relative;text-align:center;opacity:0;transform:translateY(20px);transition:opacity 0.5s ease,transform 0.5s ease;z-index:15}.gallery-box:hover .gallery-content{opacity:1;transform:translateY(0)}.gallery-content h3{font-size:1.8rem;color:white;text-shadow:0 2px 4px rgba(0,0,0,0.7)}.gallery-content p{color:var(--primary-text-color);position:absolute;bottom:-60px;left:50%;transform:translateX(-50%);width:80%}@media (pointer:coarse){.gallery-box{justify-content:end}.gallery-content{width:100%;height:50%;padding-top:0.5rem;opacity:1;background-color:rgba(0,0,0,0.3)}.gallery-content p{position:relative;bottom:0;padding-bottom:1rem}}@media (max-width:768px){.page-container{padding:1rem 0.5rem}.info-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.gallery-grid{padding:0 0rem}.carousel-item{height:300px}.carousel-nav{display:none}.lightbox-nav{font-size:2rem;padding:0 1rem}}