/*
🔥 OCM MOBILE ELITE — 100M PROJEKT EXPERIENCE 🔥
==============================================
Komplette Mobile Reconstruction mit OCM Branding
Gold: #f7d800 | Lime: #00ff7f | Background: #050505
LUXURY • PROFESSIONAL • INSTITUTIONAL GRADE
*/

/* DESKTOP BLEIBT UNBERÜHRT */
@media (min-width: 1025px) {
    /* Desktop perfekt - nicht anfassen */
}

/* MOBILE ELITE RECONSTRUCTION - 1024px und kleiner */
@media (max-width: 1024px) {
    /* SCROLL ENABLEMENT */
    html, body {
        overflow-x: hidden !important;
        overflow-y: auto !important;
        scroll-behavior: smooth !important;
        height: auto !important;
        width: 100% !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* CONTAINER MOBILE */
    .container {
        max-width: 100% !important;
        padding: 0 20px !important;
        margin: 0 auto !important;
    }
    
    /* HEADER ELITE MOBILE */
    #main-header {
        position: sticky !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: rgba(5, 5, 5, 0.98) !important;
        backdrop-filter: blur(20px) !important;
        border-bottom: 2px solid #f7d800 !important;
        z-index: 1000 !important;
        box-shadow: 0 4px 20px rgba(247, 216, 0, 0.15) !important;
    }
    
    /* NAV LAYOUT */
    .nav {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 0 !important;
        height: auto !important;
        min-height: 70px !important;
        gap: 12px !important;
        flex-wrap: nowrap !important;
    }
    
    /* BRAND ELITE */
    .brand {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        flex-shrink: 0 !important;
        text-decoration: none !important;
        color: #f7d800 !important;
    }
    
    .brand img {
        width: 38px !important;
        height: 38px !important;
        border: 2px solid #f7d800 !important;
        border-radius: 50% !important;
        padding: 2px !important;
    }
    
    .brand b {
        font-family: 'Playfair Display', serif !important;
        font-size: 1.4rem !important;
        font-weight: 800 !important;
        color: #f7d800 !important;
        text-shadow: 0 0 10px rgba(247, 216, 0, 0.3) !important;
    }
    
    /* TAGLINE VERSTECKEN */
    .tagline {
        display: none !important;
    }
    
    /* DESKTOP NAV VERSTECKEN */
    .nav-links {
        display: none !important;
    }
    
    /* HEADER ACTIONS MOBILE */
    .header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        flex-shrink: 0 !important;
    }
    
    /* WALLET CONNECT - OCM STYLED */
    .wallet-connect,
    #walletConnectBtn,
    button[class*="connect"] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 12px 16px !important;
        border-radius: 12px !important;
        background: linear-gradient(135deg, #f7d800 0%, #00ff7f 100%) !important;
        color: #000 !important;
        border: 2px solid transparent !important;
        font-size: 0.85rem !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        white-space: nowrap !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 15px rgba(247, 216, 0, 0.3) !important;
    }
    
    .wallet-connect:hover,
    #walletConnectBtn:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(247, 216, 0, 0.5) !important;
        background: linear-gradient(135deg, #00ff7f 0%, #f7d800 100%) !important;
    }
    
    .wallet-connect img,
    #walletConnectBtn img {
        width: 20px !important;
        height: 20px !important;
    }
    
    /* BUY BUTTON - OCM ELITE */
    .cta,
    a[href*="raydium"] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 12px 20px !important;
        border-radius: 12px !important;
        background: linear-gradient(135deg, #00ff7f 0%, #f7d800 100%) !important;
        color: #000 !important;
        border: 2px solid #00ff7f !important;
        font-size: 0.9rem !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 15px rgba(0, 255, 127, 0.3) !important;
    }
    
    .cta:hover,
    a[href*="raydium"]:hover {
        transform: translateY(-2px) scale(1.05) !important;
        box-shadow: 0 8px 30px rgba(0, 255, 127, 0.6) !important;
        background: linear-gradient(135deg, #f7d800 0%, #00ff7f 100%) !important;
    }
    
    /* BURGER MENU - OCM STYLE */
    .burger {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 10px 12px !important;
        border: 2px solid #f7d800 !important;
        border-radius: 8px !important;
        background: rgba(247, 216, 0, 0.1) !important;
        color: #f7d800 !important;
        font-size: 0.9rem !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        min-width: 50px !important;
    }
    
    .burger:hover {
        background: #f7d800 !important;
        color: #000 !important;
        transform: scale(1.1) !important;
        box-shadow: 0 4px 15px rgba(247, 216, 0, 0.4) !important;
    }
    
    /* MAIN CONTENT SPACING */
    main {
        margin-top: 0 !important;
        padding-top: 30px !important;
        width: 100% !important;
    }
    
    /* HERO SECTION - 100M FEELING */
    .hero {
        text-align: center !important;
        padding: 50px 0 !important;
        background: radial-gradient(circle at center, rgba(247, 216, 0, 0.05) 0%, transparent 70%) !important;
    }
    
    .hero h1 {
        font-family: 'Playfair Display', serif !important;
        font-size: 2.5rem !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        margin-bottom: 25px !important;
        background: linear-gradient(135deg, #f7d800 0%, #00ff7f 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        text-shadow: 0 0 30px rgba(247, 216, 0, 0.3) !important;
    }
    
    .hero p {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 35px !important;
        color: #f0f0f0 !important;
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    /* HERO BUTTONS */
    .hero .cta,
    .hero button,
    .hero a {
        margin: 8px !important;
        min-width: 140px !important;
        padding: 14px 24px !important;
        font-size: 0.95rem !important;
    }
    
    /* COPY MINT BUTTON */
    .copy,
    button[class*="copy"] {
        padding: 10px 16px !important;
        border-radius: 8px !important;
        border: 2px solid #00ff7f !important;
        background: rgba(0, 255, 127, 0.1) !important;
        color: #00ff7f !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }
    
    .copy:hover {
        background: #00ff7f !important;
        color: #000 !important;
        box-shadow: 0 4px 15px rgba(0, 255, 127, 0.4) !important;
    }
    
    /* SECTIONS - ELITE SPACING */
    section {
        padding: 60px 0 !important;
        width: 100% !important;
    }
    
    section:nth-child(even) {
        background: rgba(247, 216, 0, 0.02) !important;
    }
    
    /* HEADINGS - 100M STYLE */
    h1, h2, h3 {
        font-family: 'Playfair Display', serif !important;
        font-weight: 800 !important;
    }
    
    h2 {
        font-size: 2rem !important;
        margin-bottom: 30px !important;
        text-align: center !important;
        background: linear-gradient(135deg, #f7d800 0%, #00ff7f 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
    }
    
    h3 {
        font-size: 1.4rem !important;
        margin-bottom: 15px !important;
        color: #f7d800 !important;
    }
    
    /* CARDS/FEATURES - MOBILE LAYOUT */
    .grid,
    .cards,
    .features {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
        width: 100% !important;
        margin-top: 40px !important;
    }
    
    .card,
    .feature {
        width: 100% !important;
        padding: 25px !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(247, 216, 0, 0.2) !important;
        border-radius: 12px !important;
        margin-bottom: 0 !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }
    
    .card:hover,
    .feature:hover {
        border-color: #f7d800 !important;
        box-shadow: 0 8px 25px rgba(247, 216, 0, 0.15) !important;
        transform: translateY(-5px) !important;
    }

    /* TEAM SECTION - PERFECT MOBILE LAYOUT */
    #team,
    .team-section {
        padding: 80px 0 !important;
        background: radial-gradient(circle at center, rgba(0, 255, 127, 0.03) 0%, transparent 70%) !important;
    }
    
    .team-grid,
    .team .container > div {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .team-member,
    article {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 35px 25px !important;
        background: rgba(255, 255, 255, 0.08) !important;
        border: 2px solid rgba(247, 216, 0, 0.3) !important;
        border-radius: 20px !important;
        width: 100% !important;
        max-width: 320px !important;
        margin: 0 auto 20px auto !important;
        transition: all 0.4s ease !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .team-member::before,
    article::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 3px !important;
        background: linear-gradient(135deg, #f7d800 0%, #00ff7f 100%) !important;
    }
    
    .team-member:hover,
    article:hover {
        border-color: #f7d800 !important;
        box-shadow: 0 15px 40px rgba(247, 216, 0, 0.25) !important;
        transform: translateY(-10px) scale(1.02) !important;
        background: rgba(255, 255, 255, 0.12) !important;
    }
    
    .team-member img,
    article img {
        width: 90px !important;
        height: 90px !important;
        border-radius: 50% !important;
        border: 4px solid #f7d800 !important;
        margin-bottom: 25px !important;
        object-fit: cover !important;
        box-shadow: 0 8px 20px rgba(247, 216, 0, 0.3) !important;
        transition: all 0.3s ease !important;
    }
    
    .team-member:hover img,
    article:hover img {
        border-color: #00ff7f !important;
        box-shadow: 0 12px 30px rgba(0, 255, 127, 0.4) !important;
        transform: scale(1.1) !important;
    }
    
    .team-member h3,
    article h3,
    .team-member .name,
    article .name {
        font-family: 'Playfair Display', serif !important;
        font-size: 1.4rem !important;
        font-weight: 800 !important;
        margin-bottom: 8px !important;
        color: #f7d800 !important;
        text-shadow: 0 0 10px rgba(247, 216, 0, 0.3) !important;
    }
    
    .team-member .role,
    article .role,
    .team-member h4,
    article h4 {
        font-size: 0.95rem !important;
        color: #00ff7f !important;
        font-weight: 700 !important;
        margin-bottom: 18px !important;
        text-transform: uppercase !important;
        letter-spacing: 1.2px !important;
        background: rgba(0, 255, 127, 0.1) !important;
        padding: 6px 16px !important;
        border-radius: 20px !important;
        border: 1px solid rgba(0, 255, 127, 0.3) !important;
    }
    
    .team-member p,
    article p {
        font-size: 0.9rem !important;
        color: #f0f0f0 !important;
        line-height: 1.6 !important;
        margin: 0 !important;
        opacity: 0.9 !important;
    }
    
    /* FOOTER - 100M ELITE EXPERIENCE */
    footer,
    .footer {
        padding: 70px 0 40px !important;
        background: linear-gradient(135deg, rgba(247, 216, 0, 0.08) 0%, rgba(0, 255, 127, 0.08) 100%) !important;
        border-top: 3px solid #f7d800 !important;
        margin-top: 80px !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    footer::before,
    .footer::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: radial-gradient(circle at center, rgba(247, 216, 0, 0.03) 0%, transparent 70%) !important;
        pointer-events: none !important;
    }
    
    footer .container,
    .footer .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 35px !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    footer .brand,
    .footer .brand {
        margin-bottom: 25px !important;
        padding: 20px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 20px !important;
        border: 2px solid rgba(247, 216, 0, 0.3) !important;
        transition: all 0.3s ease !important;
    }
    
    footer .brand:hover,
    .footer .brand:hover {
        border-color: #f7d800 !important;
        box-shadow: 0 10px 30px rgba(247, 216, 0, 0.2) !important;
        transform: translateY(-5px) !important;
    }
    
    footer .brand img,
    .footer .brand img {
        width: 60px !important;
        height: 60px !important;
        border: 4px solid #f7d800 !important;
        padding: 4px !important;
        box-shadow: 0 0 20px rgba(247, 216, 0, 0.3) !important;
    }
    
    footer .brand b,
    .footer .brand b {
        font-family: 'Playfair Display', serif !important;
        font-size: 1.8rem !important;
        background: linear-gradient(135deg, #f7d800 0%, #00ff7f 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        text-shadow: 0 0 20px rgba(247, 216, 0, 0.5) !important;
    }
    
    footer .social-links,
    .footer .social-links {
        display: flex !important;
        gap: 25px !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
    }
    
    footer .social-links a,
    .footer .social-links a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 60px !important;
        height: 60px !important;
        background: rgba(247, 216, 0, 0.1) !important;
        border: 3px solid #f7d800 !important;
        border-radius: 50% !important;
        color: #f7d800 !important;
        font-size: 1.4rem !important;
        transition: all 0.4s ease !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    footer .social-links a::before,
    .footer .social-links a::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: -100% !important;
        width: 100% !important;
        height: 100% !important;
        background: linear-gradient(135deg, #f7d800 0%, #00ff7f 100%) !important;
        transition: left 0.3s ease !important;
        z-index: -1 !important;
    }
    
    footer .social-links a:hover::before,
    .footer .social-links a:hover::before {
        left: 0 !important;
    }
    
    footer .social-links a:hover,
    .footer .social-links a:hover {
        color: #000 !important;
        transform: scale(1.15) translateY(-5px) !important;
        box-shadow: 0 12px 30px rgba(247, 216, 0, 0.5) !important;
        border-color: #00ff7f !important;
    }
    
    footer p,
    .footer p {
        color: #a0a0a0 !important;
        font-size: 0.95rem !important;
        margin-top: 30px !important;
        padding: 20px !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border-radius: 15px !important;
        border: 1px solid rgba(247, 216, 0, 0.2) !important;
        max-width: 90% !important;
    }
}

/* EXTRA SMALL MOBILE - 375px und kleiner */
@media (max-width: 375px) {
    .container {
        padding: 0 14px !important;
    }
    
    .brand b {
        font-size: 1.3rem !important;
    }
    
    .hero h1 {
        font-size: 2rem !important;
    }
    
    h2 {
        font-size: 1.6rem !important;
    }
    
    .team-member {
        max-width: 280px !important;
        padding: 30px 20px !important;
    }
    
    .team-member img,
    article img {
        width: 75px !important;
        height: 75px !important;
    }
    
    footer .brand img,
    .footer .brand img {
        width: 50px !important;
        height: 50px !important;
    }
    
    footer .social-links a,
    .footer .social-links a {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.2rem !important;
    }
}
