/* ── RESET & BASE ── */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Space Mono", monospace;
    font-weight: 500;
    color: #222;
    background-color: #fff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
   
}

ul {
    list-style: none;
}


/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 {
    font-weight: 400;
    line-height: 1.2;
    font-family: "Unbounded", sans-serif;
}

h1 { font-size: 2.8rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1rem; }

p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.8;
}

/* ── CONTAINER ── */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── SECTION PADDING ── */
.section {
    padding: 80px 0;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.section-subtitle {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 48px;
}

/* ── BUTTONS ── */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 2px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    font-family: 'Inter', sans-serif;
}

.btn-primary {
    background-color: #4a5ba8;
    color: #fff;
}

.btn-primary:hover {
    background-color: #3a4a90;
}

.btn-outline {
    background-color: transparent;
    color: #4a5ba8;
    border: 2px solid #4a5ba8;
}

.btn-outline:hover {
    background-color: #4a5ba8;
    color: #fff;
}

.btn-dark {
    background-color: #222;
    color: #fff;
}

.btn-dark:hover {
    background-color: #444;
}

/* ── NAVBAR ── */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo img {
    height: 48px;
}

.navbar-links {
    display: flex;
    gap: 48px;
    align-items: center;
}

.navbar-links a {
    font-size: 0.9rem;
    font-weight: 400;
    color: #222;
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
}

.navbar-links a:hover {
    color: #7ecfc0;
}

.navbar-links a.active {
    color: #4a5ba8;
    font-weight: 600;
}

/* Mobile hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background-color: #222;
    transition: all 0.3s ease;
}

/* Mobile nav */
.mobile-nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 24px;
    z-index: 999;
    flex-direction: column;
    gap: 24px;
}

.mobile-nav.open {
    display: flex;
}

.mobile-nav a {
    font-size: 1rem;
    color: #222;
    font-weight: 500;
}

.mobile-nav a:hover {
    color: #7ecfc0;
}

/* ── HERO ── */
.hero {
    background-color: #7ecfc0;
    background-image: url('../assets/hero-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
}

.hero-inner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    gap: 40px;
}

.hero-portrait {
    flex: 0 0 500px;
    align-self: flex-end;
    margin-left: -60px;
}
.hero-portrait img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-content {
    flex: 1;
    padding: 60px 0 60px 24px;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.1;
}

.hero-content .tagline {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.4;
}

.hero-content .tagline-sub {
    font-size: 0.90rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: italic;
}

.hero-content .bio {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 400px;
}



.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    flex: 1;
    text-align: center;
     max-width: 220px;
}


/* ── PORTFOLIO MASONRY ── */

.portfolio-section {
    padding: 80px 0;
}
 
.masonry-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px;
}

/* Project 1 - Brand Identity - short left */
.masonry-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    min-height: 220px;
}
 
/* Project 2 - Web Design - tall right (spans 2 rows) */
.masonry-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 460px;
}
 
/* Project 3 - Packaging - short left */
.masonry-item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
    min-height: 220px;
}
 
/* Project 4 - Visual Design - left row 3 */
.masonry-item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
    min-height: 220px;
}

/* Project 5 - Digital Design - right row 3 */
.masonry-item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
    min-height: 220px;
}

.masonry-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.masonry-item:hover img {
    transform: scale(1.05);
}
 
/* Hover overlay */
.masonry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 24px;
    text-align: center;
}
 
.masonry-item:hover .masonry-overlay {
    opacity: 1;
}
 
/* Bold contrasting colors per project */
.masonry-item:nth-child(1) .masonry-overlay { background-color: rgba(74, 91, 168, 0.95); }    /* Blue */
.masonry-item:nth-child(2) .masonry-overlay { background-color: rgba(233, 150, 160, 0.92); }  /* Light Pink */
.masonry-item:nth-child(3) .masonry-overlay { background-color: rgba(126, 207, 192, 0.92); }  /* Teal */
.masonry-item:nth-child(4) .masonry-overlay { background-color: rgba(240, 210, 120, 0.92); }  /* Light Yellow */
.masonry-item:nth-child(5) .masonry-overlay { background-color: rgba(74, 91, 168, 0.95); }    /* Blue */

.masonry-overlay h3 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}
 
.masonry-overlay p {
    color: rgba(255,255,255,0.85);
    font-size: 0.8rem;
    margin-bottom: 16px;
}
 
.masonry-overlay .overlay-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border-radius: 2px;
}
 
.masonry-overlay .overlay-btn:hover {
    background-color: #fff;
    color: #4a5ba8;
}

/* ── CONTACT SECTION ── */
.contact-section {
    background-color: #f0eeeb;
    padding: 80px 0;
}

/* Top - centered */
.contact-top {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 48px;
}

.contact-top h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.contact-top p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* Bottom - row */
.contact-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-detail a,
.contact-detail span {
    font-size: 0.9rem;
    color: #444;
}

.contact-detail a:hover {
    color: #4a5ba8;
}

.contact-divider {
    width: 1px;
    height: 32px;
    background-color: #ccc;
}

.social-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-links a svg {
    transition: opacity 0.2s ease;
}

.social-links a:hover svg {
    opacity: 0.7;
}


/* ── FOOTER ── */
.footer {
    background-color: #2a2a2a;
    padding: 48px 0 24px;
    font-family: 'Inter', sans-serif;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 32px;
}

.footer-brand img {
    height: 40px;
    margin-bottom: 12px;
    filter: brightness(0) invert(1);
}

.footer-brand p {
    color: #aaa;
    font-size: 0.85rem;
}


.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a {
    color: #aaa;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #7ecfc0;
}

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 24px;
    text-align: center;
}

.footer-bottom p {
    color: #777;
    font-size: 0.8rem;
}

.footer-social a svg {
    transition: opacity 0.2s ease;
}

.footer-social a:hover svg {
    opacity: 0.5;
}

/* ── PAGE HEADER ── */
.page-header {
    background-color: #7ecfc0;
    padding: 40px 0;
}

.page-header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 8px;
}

.page-header p {
    font-size: 1rem;
    color: #333;
}

/* ── ABOUT BIO GRID ── */
.about-bio-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: start;
    padding: 64px 0;
}

.about-bio-text h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
}

.about-bio-text p {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
  
}

.about-intro {
    font-size: 1rem;
    font-weight: 600;
    color: #4a5ba8;
    margin-bottom: 20px;
    line-height: 1.8;
}

.about-bio-buttons {
    margin-top: 32px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}




/* ── ABOUT MASONRY PHOTOS ── */
.about-photos-masonry {
    columns: 2;
    column-gap: 10px;
    position: sticky;
    top: 100px;
    width: 100%;
}



.about-photo-item1 img {
    width: 100%;
    height: 250px;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.about-photo-item2 img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.about-photo-item3 img {
    width: 100%;
   
    height: 300px;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.about-photo-item4 img {
    width: 100%;
   
    height: 250px;
    display: block;
    border-radius: 4px;
    object-fit: cover;
}

.about-photo-item1,
.about-photo-item2,
.about-photo-item3,
.about-photo-item4 {
    break-inside: avoid;
    margin-bottom: 16px;
}

.btn-outline-light {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 12px 28px;
    border-radius: 2px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}
 
.btn-outline-light:hover {
    background-color: #fff;
    color: #4a5ba8;
}



/* ── SKILLS LIST ── */
.skills-list {
    margin-top: 32px;
}

.skills-category {
    padding: 32px 0;
}

.skills-category h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Space Mono', monospace;
}

.skills-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-tag {
    display: inline-block;
    padding: 8px 18px;
    border: 1.5px solid #4a5ba8;
    color: #4a5ba8;
    border-radius: 24px;
    font-size: 0.82rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    transition: all 0.2s ease;
    cursor: default;
}

.skill-tag:hover {
    background-color: #4a5ba8;
    color: #fff;
}

.skills-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 0;
}
 
/* ── TOOLS ── */
.tools-section {
    padding: 80px 0;
    background-color: #fff;
}
 
.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
 
.tool-item {
    background-color: #f0eeeb;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    transition: background-color 0.2s ease;
}
 
.tool-item:hover {
    background-color: #7ecfc0;
}
 
.tool-item:hover p {
    color: #fff;
}
 
.tool-item p {
    font-size: 0.9rem;
    font-weight: 600;
    color: #444;
    margin: 0;
    transition: color 0.2s ease;
}
 
/* ── ABOUT CTA ── */
.about-cta {
    background-color: #4a5ba8;
    padding: 80px 0;
    text-align: center;
}
 
.about-cta h2 {
    color: #fff;
    margin-bottom: 12px;
}
 
.about-cta p {
    color: rgba(255,255,255,0.8);
    font-size: 1rem;
}
 

/* ── CONTACT SECTION ── */
.contact-section {
    background-color: #f0eeeb;
    padding: 80px 0;
}

.contact-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

/* LEFT — Info */
.contact-info h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.contact-info p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 32px;
    line-height: 1.7;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.contact-detail a,
.contact-detail span {
    font-size: 0.9rem;
    color: #444;
}

.contact-detail a:hover {
    color: #4a5ba8;
}

.contact-social h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin-top: 32px;
    margin-bottom: 16px;
}

.social-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-links a svg {
    transition: opacity 0.2s ease;
}

.social-links a:hover svg {
    opacity: 0.7;
}

/* RIGHT — Form */
.contact-form {
    background-color: #fff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
    font-family: 'Inter', sans-serif;
    color: #222;
    transition: border-color 0.2s ease;
    background-color: #fafafa;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #7ecfc0;
    background-color: #fff;
}

.form-group textarea {
    height: 140px;
    resize: vertical;
}

.form-submit {
    width: 100%;
    padding: 14px;
    background-color: #4a5ba8;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    transition: background-color 0.3s ease;
}

.form-submit:hover {
    background-color: #3a4a90;
}

/* ── ACCOMPLISHMENTS LIST ── */
.acc-list {
    display: flex;
    flex-direction: column;
}

.acc-list-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 32px;
    align-items: start;
    padding: 32px 0;
}

.acc-date-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4a5ba8;
    background-color: #eef0f8;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: 'Space Mono', monospace;
    white-space: nowrap;
}

.acc-list-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}

.acc-sub {
    font-size: 0.85rem;
    color: #7ecfc0;
    font-weight: 600;
    margin-bottom: 6px !important;
}

.acc-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 0;
}

.acc-award-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 4px;
    margin-top: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* ============================================
   RESPONSIVE — TABLET (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {

    /* Navbar */
    .navbar-links {
        display: none;
    }
    .hamburger {
        display: flex;
    }

    

    /* Hero */
    .hero-inner {
        flex-direction: column;
        padding: 40px 24px;
        align-items: center;
        text-align: center;
    }
    .hero-portrait {
        flex: 0 0 auto;
        width: 60%;
        max-width: 260px;
        margin: 0 auto;
    }
    .hero-portrait img {
        display: block;
        margin: 0 auto;
    }
    .hero-content {
        padding: 0;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content .bio {
        max-width: 100%;
    }
    .hero-buttons {
        justify-content: center;
    }
    
    .about-bio-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 0;
    }

    .about-photos-masonry {
        order: -1;
        position: relative;
        top: 0;
        width: 100%;
        columns: 2;
        column-gap: 10px;
    }

    .about-bio-text {
        order: 0;
    }
    

    /* Masonry Grid */
    .masonry-grid {
        grid-template-columns: 1fr 1fr;
    }
    .masonry-item:nth-child(1),
    .masonry-item:nth-child(2),
    .masonry-item:nth-child(3),
    .masonry-item:nth-child(4),
    .masonry-item:nth-child(5) {
        grid-column: auto !important;
        grid-row: auto !important;
        min-height: 200px;
    }

    /* Contact bottom - index page */
    .contact-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .contact-detail {
        justify-content: center;
    }
    .social-links {
        justify-content: center;
    }
    .contact-divider {
        display: none;
    }

    /* Contact page - stack grid */
    .contact-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .contact-info h2 {
        font-size: 1.6rem;
        text-align: left;
    }
    .contact-info p {
        text-align: left;
    }
    .contact-social h3 {
        text-align: left;
        margin-top: 24px;
    }

    .contact-inner .contact-detail {
        justify-content: flex-start;
    }
    .contact-inner .social-links {
        justify-content: flex-start;
    }

   

    /* Skills */
    .skills-category h3 {
        font-size: 0.9rem;
    }
    .skill-tag {
        font-size: 0.78rem;
        padding: 6px 12px;
    }

    /* Tools grid */
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Accomplishments */
    .acc-list-item {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Footer */
    .footer-inner {
        flex-direction: column;
        gap: 24px;
    }
    .footer-social {
        flex-direction: row !important;
    }

   
}   



/* ============================================
   RESPONSIVE — MOBILE (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {

    /* Navbar */
    .navbar {
        padding: 0 16px;
    }

    /* Container */
    .container {
        padding: 0 16px;
    }

    /* Section */
    .section {
        padding: 48px 0;
    }

    /* Hero */
    .hero-inner {
        padding: 32px 16px;
    }
    .hero-portrait {
        width: 70%;
        max-width: 220px;
        margin: 0 auto;
    }
    .hero-portrait img {
        display: block;
        margin: 0 auto;
    }
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-content .tagline {
        font-size: 0.95rem;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

      .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }


    /* Masonry - single column */
    .masonry-grid {
        grid-template-columns: 1fr !important;
        gap: 12px;
    }
    .masonry-item:nth-child(1),
    .masonry-item:nth-child(2),
    .masonry-item:nth-child(3),
    .masonry-item:nth-child(4),
    .masonry-item:nth-child(5) {
        grid-column: 1 !important;
        grid-row: auto !important;
        min-height: 240px;
    }

    /* Contact index */
    .contact-top h2 {
        font-size: 1.6rem;
    }
    .contact-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .contact-detail {
        justify-content: center;
    }
    .social-links {
        justify-content: center;
    }

    /* Contact page */
    .contact-info h2 {
        text-align: left;
    }
    .contact-detail {
        justify-content: flex-start;
    }
    .social-links {
        justify-content: flex-start;
    }
    .contact-form {
        padding: 20px 16px;
        box-shadow: none;
    }
    .form-group label {
        font-size: 0.75rem;
    }
    .form-group input,
    .form-group textarea {
        font-size: 0.88rem;
        padding: 10px 12px;
    }
    .form-submit {
        font-size: 0.82rem;
        padding: 12px;
    }
    .contact-section {
        padding: 48px 0;
    }

     .contact-inner .contact-detail {
        justify-content: flex-start;
    }
    .contact-inner .social-links {
        justify-content: flex-start;
    }

    /* About page */
     /* About bio grid — stack vertically */
    .about-bio-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 0;
    }

    .about-bio-buttons {
        flex-direction: column;
        gap: 12px;
    }

    .about-bio-buttons .btn {
        width: 100%;
        text-align: center;
    }


    /* Photos — move above text */
    .about-photos-masonry {
        order: -1;
        position: relative;
        top: 0;
        max-width: 100%;
        columns: 2;
        column-gap: 10px;
    }
    
    .about-bio-text h2 {
        font-size: 1.6rem;
    }
    .about-bio-text p {
        font-size: 0.88rem;
    }
    .about-intro {
        font-size: 0.95rem;
    }
    .about-photo-item1 img,
    .about-photo-item2 img,
    .about-photo-item3 img,
    .about-photo-item4 img {
        height: 200px;
    }
    .about-bio-text div[style] {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
    }
    .about-bio-text .btn {
        width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }

 

    /* Skills */
    .skills-tags {
        gap: 8px;
    }
    .skill-tag {
        font-size: 0.75rem;
        padding: 6px 10px;
    }

    /* Tools grid */
    .tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Page header */
    .page-header h1 {
        font-size: 2rem;
    }

    /* Footer */
    .footer-inner {
        flex-direction: column;
        gap: 24px;
    }
}