/* ==================================================
    padding: 14px 28px;
    border: 1px solid white;
    color: white;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.btn:hover {
    background: white;
    color: black;
}

/* =========================
   HEADINGS
========================= */

.title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 8vw, 7rem);
    letter-spacing: 5px;
    line-height: 0.95;
}

.subtitle {
    color: var(--secondary);
    line-height: 1.8;
    max-width: 600px;
}

/* =========================
   NAVBAR
========================= */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(12px);
    background: rgba(0,0,0,0.55);
    border-bottom: 1px solid var(--border);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
}

.logo {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 6px;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: rgba(255,255,255,0.75);
    transition: var(--transition);
}

.nav-links a:hover {
    color: white;
}
a {
    text-decoration: none;
}

/* =========================
   REUSABLE CARDS
========================= */

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .nav-links {
        gap: 18px;
    }

    .section {
        padding: 70px 0;
    }
}

/* Custom font classes if needed */
        .uppercase-heavy {
            letter-spacing: 0.05em;
            font-weight: 700;
        }
        .font-heading {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        }
        .cart-overlay, .loginoverlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.85);
            z-index: 1000;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .cart-content, .login-container {
            background: #000;
            border: 1px solid #333;
            border-radius: 12px;
            max-width: 500px;
            width: 90%;
            padding: 24px;
            color: white;
        }
        
           /* Unera font - using your .otf file */
    @font-face {
        font-family: 'Unera';
        src: url('/fonts/unera.regular.otf') format('opentype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }
    

    .logo-unera {
        font-family: 'Unera', 'Urbanist', 'Manrope', 'Inter', sans-serif;
        font-weight: 400;  /* Regular weight */
        letter-spacing: -0.02em;
    }
    
    /* Other helper classes */
    .uppercase-heavy {
        font-weight: 800;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    
    /* Overlay styles (preserved) */
    .cart-overlay, .loginoverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.85);
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cart-content, .login-container {
        background: #000;
        border: 1px solid #333;
        border-radius: 12px;
        max-width: 500px;
        width: 90%;
        padding: 24px;
        color: white;
        font-family: '