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

        body {
            line-height: 1.6;
            color: #333;
            background: #fafafa;
        }

.page-content {
margin-top: 5rem !important;
}
:root {
            --primary: #6366f1;
            --primary-glow: #818cf8;
           	--text: #1a1a2e;
   			--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            --primary-glow: #818cf8;
     		--bg-white: #ffffff;
            --dark-bg: #0a0a0f;
    		--shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            --dark-text: #e2e8f0;
    		--text-light: #64748b;
    		--shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    		--shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.08);
            --glass-bg: rgba(255, 255, 255, 0.1);
            --glass-border: rgba(255, 255, 255, 0.2);
            --transition: cubic-bezier(0.4, 0, 0.2, 1)
}

        /* Prevent horizontal scroll */
        html, body {
            overflow-x: hidden;
            overflow-x: hidden;
            
        }

        body {
            background: linear-gradient(135deg, #f5f7fa 0%, #e7ebf2 100%) !important;
            min-height: 100vh;
            position: relative;
        }
/* FONT RULESET */
/* Base Body Font */
body {
            font-family: "Diatype Variable", Icons;
            line-height: 1.6;
     		font-size: 1.4rem;
            color: #333;
        	font-style: normal;
			font-variation-settings: 'slnt' 0, 'MONO' 0;
}
.container, .projects-grid, .page-content, .page-content.clearfix, .info-section {
            margin: auto;
    		max-width: 80vw;
        }
    		
.container, .page-content, .main-container {
	
}


/* Headings */
h1 {
    font-family: "Monument Grotesk Semi-Mono Variable", Icons;
    line-height: 4rem;
    margin-bottom: 0 !important;
    font-size: 2.5rem;
	font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
	font-weight: 500;
}

h2, h3, h4, a.logo {
    font-family: "Diatype Variable", Icons;
    font-style: normal;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
	font-weight: 700;
}
h2 {
	font-size: 1.8rem !important;
}
h3, a.logo {
	font-size: 1.375rem !important; 
}
a.logo {
	font-family: "Monument Grotesk Semi-Mono Variable", Icons;
	font-style: normal;
	font-weight: 550;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}
h4{
		font-size: 1rem !important;
}

h5 {
            font-size: 16px;
            color: #667eea;
            font-weight: 500;
        }
p, li, a {
	font-size: 1.3rem !important;
}

.subtitle {
                font-size: 1.563rem !important;
    			font-family: "Monument Grotesk Mono Variable", Icons;
				margin: 0 !important;
            	font-style: normal;
				font-weight: 500;
				font-variation-settings: 'slnt' 0, 'MONO' 1;
    			text-transform: uppercase;
}
.description {
                font-size: 16px !important;
            }
.description {
        font-family: "Diatype Variable", Icons;
            line-height: 1.6;
     		font-size: 1.4rem;
            color: #fff;
   			overflow-x: hidden;
        	font-style: normal;
			font-variation-settings: 'slnt' 0, 'MONO' 0;
			font-weight: 300;

}

.project-label {
	text-transform: uppercase;
    font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    font-size: 1rem !important;
}


        /* Problem/Solution Grid */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 24px;
            margin-bottom: 60px;
        }

        .info-card {
            background: white;
            border-radius: 20px;
            padding: 32px;
            border: 1px solid #e5e5e5;
            transition: all 0.3s ease;
        }

        .info-card:hover {
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            transform: translateY(-2px);
        }

        .info-card .label {
            background: #f0f0f0;
            color: #666;
            padding: 6px 14px;
            
            border-radius: 16px;
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 16px;
        }

        .info-card.problem .label {
            background: #fef2f2;
            color: #dc2626;
        }

        .info-card.solution .label {
            background: #f0fdf4;
            color: #16a34a;
        }

        .info-card h3 {
            margin-bottom: 12px;
            color: #333;
        }

        .info-card p {
            color: #666;
            line-height: 1.6;
        }

/* hero sections */
        /* Hero Section */
        .hero {
            color: white;
			margin-bottom: 2rem;
            border-radius: 24px;
            padding: 60px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 300px;
            height: 300px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            transform: translate(30%, -30%);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 600px;
        }

        .hero .date-tag {
            background: rgba(255, 255, 255, 0.2);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
            display: inline-block;
            margin-bottom: 16px;
        }

        .section-pill {
            background: white;
            border-radius: 24px;
            padding: 40px;
            border: 1px solid #e5e5e5;
        }

        .section-pill h2 {
            color: #333;
        }

        .section-pill h3 {
            color: #333;
        }

        .section-pill p {
            color: #666;
        }


/* Navigation */
nav {
    font-family: "Monument Grotesk Semi-Mono Variable", Icons;
    font-style: normal;
    font-weight: 500;
    z-index: 1000;
    font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

.nav-links a {
    font-family: "Monument Grotesk Semi-Mono Variable", Icons;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

/* Tags */
.tag_design, 
.tag_code, 
.tag_software, 
.tag_life {
    font-family: "Diatype Variable", Icons;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
}

/* Buttons */
.email-btn, 
.resume-btn {
    font-size: 16px;
    font-weight: 500;
}

/* Project Links */
.project-link {
    font-weight: 500;
    
}

/* Mobile Responsive */
@media (max-width: 768px) {
.projects-grid {
    max-width: 100vw !important;
}
    .nav-link {
        font-size: 1.2rem;
    }
    
    .hero .h1 {
        font-size: 36px;
    }
    
    .subtitle {
        font-size: 20px !important;
    }
    
    .hero .description {
        font-size: 16px;
    }
    
    .nav-pill {
        font-size: 14px;
    }
}
/*font ruleset */

   
        /* Navigation Container */
        .nav-container {
            position: fixed;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 1200px;
            z-index: 1000;
            animation: slideDown 0.6s ease-out;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateX(-50%) translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(-50%) translateY(0);
            }
        }

        /* Main Navigation Bar */
        nav {
            background: var(--glass-bg);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid var(--glass-border);
            border-radius: 20px;
    		border-top-left-radius: 0;
    		border-top-right-radius: 0;
    		margin-bottom: 4rem;
            padding: 12px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 
                0 8px 32px rgba(31, 38, 135, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
            transition: all 0.3s var(--transition);
        }

        nav.scrolled {
            border-top-left-radius: 0;
    		border-top-right-radius: 0;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 
                0 8px 32px rgba(31, 38, 135, 0.25),
                0 0 80px rgba(99, 102, 241, 0.1);
        }

         /* Logo */
   .logo {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--text);
            text-decoration: none;
            letter-spacing: -0.5px;
            transition: var(--transition);
            position: relative;
        }

        .logo::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--primary);
            transition: width 0.3s ease;
        }

        .logo:hover {
            color: var(--primary);
        }

        .logo:hover::after {
            width: 100%;
        }
        /* Navigation Links */
        .nav-links {
            display: flex;
            gap: 10px;
            list-style: none;
            position: relative;
        }

        .nav-link {
            position: relative;
            padding: 10px 20px;
            color: var(--light-text);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            border-radius: 12px;
            transition: all 0.3s var(--transition);
            cursor: pointer;
            overflow: hidden;
        }

        .nav-link::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(99, 102, 241, 0.3), transparent);
            transform: translate(-50%, -50%);
            transition: width 0.5s, height 0.5s;
        }

        .nav-link:hover::before {
            width: 100px;
            height: 100px;
        }

        .nav-link:hover {
            transform: translateY(-2px);
            color: var(--primary-glow);
        }

        .nav-link.active {
            background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(129, 140, 248, 0.1));
            color: var(--primary-glow);
            box-shadow: 
                0 4px 15px rgba(99, 102, 241, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        /* Mobile Menu Button - Fixed */
        .mobile-menu-btn {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 32px;
            height: 32px;
            cursor: pointer;
            background: transparent;
            border: none;
            padding: 0;
            position: relative;
            z-index: 1002;
        }

        .mobile-menu-btn span {
            display: block;
            width: 22px;
            height: 2px;
            background-color: #1a1a2e; /* Fixed: Using explicit color instead of var(--text) */
            border-radius: 2px;
            transition: var(--transition);
            position: relative;
        }

        .mobile-menu-btn span:not(:last-child) {
            margin-bottom: 5px;
        }

        .mobile-menu-btn.active span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .mobile-menu-btn.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-btn.active span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        /* Hover Effects */
        nav:hover {
            box-shadow: var(--shadow-hover);
        }
/*buttons*/
  			.email-btn, .resume-btn {
            display: inline-flex !important;
            align-items: center;
            gap: 8px;
            padding: 14px 32px;
            border: 2px solid #1a1a1a !important;
            border-radius: 6.5px;
            background: transparent;
            color: #1a1a1a;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer !important;
            position: relative;
            z-index: 100;
    		margin-right: 1rem;
        }

   			.email-btn:hover {
            background: #716aff !important;
            color: white !important;
            transform: translateY(-2px);
            border: 2px solid #ede7ff !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
   			.resume-btn:hover {
            background: #2a2a2c !important;
            color: white !important;
            transform: translateY(-2px);
            border: 2px solid #040404 !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
 			.email-btn svg {
            width: 20px;
            padding: 0px !important;
            height: 20px;
            stroke: 2px currentcolor;
                
        }
/*buttons*/
/*pills*/ 
	    .about-pill p {
            color: #666;
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .skill-pill, .pill {
            background: #f8f9fa;
            padding: 12px 20px;
            border-radius: 20px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            color: #495057;
            border: 1px solid #e9ecef;
            transition: all 0.2s ease;
        }

        .skill-pill:hover, .pill:hover {
            background: #e9ecef;
            transform: translateY(-1px);
        }
/*/ 

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-container {
                width: 95%;
                top: 10px;
            }

            nav {
                padding: 12px 16px;
            }

            .nav-links {
                position: fixed;
   				top: 0;
    			left: -2rem;
    			width: 100vw;
    			height: 100vh;
    			background: var(--bg-white);
    			flex-direction: column;
    			justify-content: center;
    			align-items: center;
    			gap: 24px;
    			transform: translateX(-100%);
    			transition: transform 0.3s ease;
    			z-index: 1001;
            }

            .nav-links.active {
                transform: translateX(0);
            }

            .mobile-menu-btn {
                display: flex !important;
            }

            .nav-link {
                font-size: 1.1rem;
                padding: 12px 24px;
            }
        }

        @media (max-width: 480px) {
            .logo {
                font-size: 1rem;
            }
        }

footer { 
position: relative !important;
width: 100% !important; 
border-top: .5px solid #b8c9d7 !important;
padding: 60px 0 !important;  
clear: both !important;
}

/* Responsive */
@media (max-width: 768px) {
    footer {
	display: none !important;
}
            }