@font-face {
    font-family: 'Anvyl';
    src: url('anvyl.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    overflow-x: hidden;
    background-color: #000000;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Text shadows for better readability */
h1, h2, h3, p, strong {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.main-header {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 12px 0;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    align-items: center;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    transition: opacity 0.3s ease;
    font-family: 'Anvyl', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-link:hover,
.nav-link.active {
    opacity: 0.8;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    gap: 7px;
    z-index: 1001;
    position: absolute;
    right: 20px;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
}

.mobile-menu-toggle span {
    width: 32px;
    height: 3.5px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mobile-menu-toggle span:nth-child(1) {
    top: 10px;
}

.mobile-menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.mobile-menu-toggle span:nth-child(3) {
    bottom: 10px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-menu {
    list-style: none;
    text-align: center;
    padding: 0;
}

.mobile-nav-menu li {
    margin-bottom: 40px;
}

.mobile-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: 'Anvyl', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    transition: opacity 0.3s ease;
}

.mobile-nav-link:hover {
    opacity: 0.7;
}

/* Page Content */
.page-content {
    display: none;
}

.page-content.active {
    display: block;
}

/* Section 1: Hero Image */
.hero-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    position: relative;
}

.hero-image-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.hero-logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.hero-logo {
    max-width: 550px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.8)) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.6));
}


/* Content Wrapper - Synchronized Gradient Animation - Lava Lamp Effect */
.content-wrapper {
    width: 100%;
    position: relative;
    background: 
        radial-gradient(circle at 20% 50%, #6513a8 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, #1330a8 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, #6513a8 0%, transparent 50%),
        linear-gradient(135deg, #6513a8 0%, #1330a8 50%, #6513a8 100%);
    background-size: 200% 200%, 200% 200%, 200% 200%, 400% 400%;
    background-attachment: fixed;
    animation: lavaLamp 20s ease-in-out infinite;
}

/* Section 2: Welcome Section */
.welcome-section {
    width: 100%;
    min-height: 100vh;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.welcome-section .container {
    text-align: center;
}

.title-font {
    font-family: 'Anvyl', sans-serif;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
    color: #ffffff;
    text-transform: uppercase;
}

.welcome-section .description {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.8;
    color: #e0e0e0;
}

.welcome-section .description p {
    margin-bottom: 25px;
}

.welcome-section .description p:last-child {
    margin-bottom: 0;
}

/* Section 3: Road Map Section */
.roadmap-section {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #667eea 50%, #00d4ff 75%, #667eea 100%);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes lavaLamp {
    0% {
        background-position: 
            0% 0%, 
            100% 100%, 
            50% 50%, 
            0% 50%;
    }
    25% {
        background-position: 
            30% 20%, 
            70% 80%, 
            60% 30%, 
            25% 50%;
    }
    50% {
        background-position: 
            50% 50%, 
            50% 50%, 
            50% 50%, 
            50% 50%;
    }
    75% {
        background-position: 
            70% 80%, 
            30% 20%, 
            40% 70%, 
            75% 50%;
    }
    100% {
        background-position: 
            100% 100%, 
            0% 0%, 
            50% 50%, 
            100% 50%;
    }
}

.roadmap-section .container {
    text-align: center;
}

.roadmap-section .title-font {
    font-size: clamp(3rem, 8vw, 6rem);
    margin-bottom: 40px;
    color: #ffffff;
}

.coming-soon {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.1em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-header {
        padding: 24px 0;
    }
    
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hero-logo {
        max-width: 280px;
    }
    
    .welcome-section,
    .roadmap-section {
        padding: 60px 0;
    }
    
    .welcome-section .description {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-logo {
        max-width: 220px;
    }
    
    .welcome-section .description {
        font-size: 0.95rem;
    }
}

/* Footer */
.footer-divider {
    margin-top: 6rem;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    padding: 4rem 0 2rem;
    margin-top: 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.footer-brand-title {
    font-family: 'Anvyl', sans-serif;
    font-size: 2.5rem;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    color: #ffffff;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.social-link {
    display: inline-block;
    transition: opacity 0.3s ease;
}

.social-link:hover {
    opacity: 0.7;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: block;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.3s ease;
    font-family: 'Anvyl', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links a:hover {
    opacity: 0.7;
}

.footer-email {
    margin-bottom: 2rem;
}

.footer-email a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.3s ease;
}

.footer-email a:hover {
    opacity: 0.7;
}

.footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright-left {
    text-align: left;
    flex: 1;
    min-width: 250px;
}

.footer-copyright-left p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #ffffff;
}

.all-rights {
    font-size: 0.85rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.footer-legal-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
}

.legal-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.legal-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: opacity 0.3s ease;
}

.legal-link:hover {
    opacity: 0.7;
}

.legal-logo {
    display: flex;
    align-items: center;
}

.legal-company-logo {
    height: 40px;
    width: auto;
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 0 2rem;
    }
    
    .footer-brand-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .footer-social {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
    
    .footer-email {
        margin-bottom: 1.5rem;
    }
    
    .footer-email a {
        font-size: 0.9rem;
    }
    
    .footer-legal {
        flex-direction: column;
        text-align: center;
        margin-top: 2rem;
        padding-top: 1.5rem;
        gap: 1.5rem;
    }
    
    .footer-copyright-left {
        text-align: center;
        width: 100%;
    }
    
    .footer-copyright-left p {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }
    
    .all-rights {
        font-size: 0.8rem !important;
    }
    
    .footer-legal-right {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        width: 100%;
    }
    
    .legal-links {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    
    .legal-link {
        font-size: 0.85rem;
    }
    
    .legal-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .legal-company-logo {
        height: 35px;
    }
}

/* Characters Section Styles */
.characters-main-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.characters-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.carousel-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 3rem;
    width: auto;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.carousel-btn:hover {
    transform: scale(1.1);
    color: #F5C645;
}

.character-display {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    max-width: 1100px;
    width: 100%;
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.character-display:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.character-info {
    flex: 1;
    text-align: left;
}

.character-name {
    font-family: 'Anvyl', sans-serif;
    font-size: 2.5rem;
    color: #F5C645;
    text-transform: lowercase;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
}

.character-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 2rem;
}

.character-image {
    flex-shrink: 0;
    width: 360px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.character-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.character-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.dot:hover,
.dot.active {
    background: #F5C645;
    border-color: #F5C645;
    transform: scale(1.2);
}

/* Stories Section Styles */
.stories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.story-item {
    display: flex;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.story-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.story-info {
    flex: 1;
}

.story-info h3 {
    font-family: 'Anvyl', sans-serif;
    font-size: 2rem;
    color: #F5C645;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 0.1em;
}

.story-info p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 1rem;
}

.story-visual {
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-visual img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Anvyl', sans-serif;
}

.btn-secondary {
    background: transparent;
    color: #F5C645;
    border-color: #F5C645;
}

.btn-secondary:hover {
    background: #F5C645;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 198, 69, 0.3);
}

/* Responsive Styles for Characters and Stories */
@media (max-width: 968px) {
    .character-display {
        flex-direction: column;
        text-align: center;
    }
    
    .character-info {
        text-align: center;
    }
    
    .character-image {
        width: 250px;
        height: 350px;
    }
    
    .stories-grid {
        grid-template-columns: 1fr;
    }
    
    .story-item {
        flex-direction: column;
        text-align: center;
    }
    
    .story-visual {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .carousel-btn {
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
    
    .character-name {
        font-size: 2rem;
    }
    
    .character-description {
        font-size: 1rem;
    }
    
    .character-image {
        width: 200px;
        height: 300px;
    }
    
    .story-info h3 {
        font-size: 1.5rem;
    }
    
    .story-info p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .characters-showcase {
        gap: 1rem;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .character-display {
        gap: 1.5rem;
    }
    
    .character-name {
        font-size: 1.5rem;
    }
    
    .character-image {
        width: 180px;
        height: 250px;
    }
    
    .story-item {
        padding: 1.5rem;
    }
    
    .story-visual {
        width: 120px;
        height: 120px;
    }
}

/* News & Community Styles */
.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #F5C645;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Anvyl', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.news-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.news-media {
    flex: 1;
    min-width: 260px;
}

.news-video,
.news-image {
    width: 100%;
    border-radius: 10px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.news-info {
    flex: 1;
    min-width: 260px;
}

.news-date {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
}

.news-title {
    font-family: 'Anvyl', sans-serif;
    font-size: 1.8rem;
    color: #F5C645;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.news-excerpt {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #ffffff;
}

.news-actions {
    text-align: center;
}

.view-all-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 12px 32px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 999px;
    background: transparent;
    color: #F5C645;
    border: 2px solid #F5C645;
    text-decoration: none;
    font-family: 'Anvyl', sans-serif;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: #F5C645;
    color: #000000;
    box-shadow: 0 5px 15px rgba(245, 198, 69, 0.3);
    transform: translateY(-2px);
}

.community-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.community-content {
    margin-top: 2rem;
}

.community-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.community-tab {
    padding: 10px 22px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.9rem;
    font-family: 'Anvyl', sans-serif;
    transition: all 0.3s ease;
}

.community-tab:hover {
    border-color: #F5C645;
    color: #F5C645;
}

.community-tab.active {
    background: #F5C645;
    border-color: #F5C645;
    color: #000000;
}

.community-panels {
    max-width: 900px;
    margin: 0 auto;
}

.community-panel {
    display: none;
}

.community-panel.active {
    display: block;
}

.community-placeholder {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .news-item {
        flex-direction: column;
    }

    .section-title {
        font-size: 2.2rem;
    }
}

/* Scroll Reveal Animations */
.fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.slide-up {
    transform: translateY(30px);
}

.fade-in.slide-left {
    transform: translateX(-30px);
}

.fade-in.slide-right {
    transform: translateX(30px);
}

.fade-in.scale-in {
    transform: scale(0.9);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

/* Stagger animation delays */
.fade-in.delay-1 {
    transition-delay: 0.1s;
}

.fade-in.delay-2 {
    transition-delay: 0.2s;
}

.fade-in.delay-3 {
    transition-delay: 0.3s;
}

.fade-in.delay-4 {
    transition-delay: 0.4s;
}

.fade-in.delay-5 {
    transition-delay: 0.5s;
}

