/* styles.css - Derrick Rose / Chicago themed */
:root {
    --primary-color: #C8102E; /* Chicago Bulls Red */
    --secondary-color: #000000; /* Black */
    --accent-color: #FFFFFF; /* White */
    --rose-dark-red: #8a0b1e;
    --shadow-color: rgba(0, 0, 0, 0.5);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

header {

    background: linear-gradient(135deg, var(--rose-dark-red) 0%, #113a63 60%, #0b1e3a 100%);
    color: #fff;
    padding: 20px 16px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header h1 {
    margin: 0;
    font-size: 1.75rem;
    letter-spacing: .5px;
}

nav {
    margin-top: 8px;
}

.nav-menu li a {
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    transition: background 0.2s ease-in-out, color 0.2s;
    font-weight: 600;
    background: rgba(255,255,255,0.08);
}

.nav-menu li a:hover,
.nav-menu li a:focus {
    background: rgba(255,255,255,0.22);
    outline: none;
}

main {
    padding: 28px 16px;
    max-width: 1100px;
    margin: 0 auto;
}

section {
    margin-bottom: 40px;
}

.intro h2,
.career-and-early-life h2 {
    line-height: 1.6;
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 12px;
}

figure {
    display: block;
    text-align: center;
    margin-top: 12px;
}

figure img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

figcaption {
    font-size: 0.9rem;
    color: var(--rose-dark-red);
    margin-top: 6px;
}

.career-and-early-life ul {
    padding-left: 20px;
    color: var(--rose-dark-red);
}

.button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background: #2f66d8;
    border: 2px solid #2f66d8;
    border-radius: 30px;
    transition: 0.3s;
}

.button:hover {
    transform: translate(-1px);
}

.button:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

footer {
    background-color: #111;
    color: #ddd;
    text-align: center;
    padding: 20px 10px;
}

@media (min-width: 720px) {
    main {
        padding: 40px 24px;
    }

    .intro,
    .career-and-early-life {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        gap: 28px;
    }

    .intro figure {
        align-self: center;
    }
}
<section class="highlights-gallery">
    <h2>Derrick Rose Highlights</h2>

    <div class="gallery-grid">

        <div class="gallery-item" data-image="highlight1.jpg">
            <img src="highlight1.jpg" alt="Derrick Rose MVP season">
            <p>MVP Season – 2011</p>
        </div>

        <div class="gallery-item" data-image="highlight2.jpg">
            <img src="highlight2.jpg" alt="Derrick Rose 50 point game">
            <p>50-Point Comeback Game</p>
        </div>

        <div class="gallery-item" data-image="highlight3.jpg">
            <img src="highlight3.jpg" alt="Derrick Rose dunking">
            <p>Iconic Explosive Dunk</p>
        </div>

        <div class="gallery-item" data-image="highlight4.jpg">
            <img src="highlight4.jpg" alt="Derrick Rose clutch shot">
            <p>Clutch Game Winner</p>
        </div>

    </div>
</section>
/* Lightbox popup */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(255,255,255,0.3);
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

.close-btn:hover {
    color: var(--primary-color);
}
.gallery-item {
    cursor: pointer;
    display: block;
}
.contact-section h2 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 500px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.contact-form textarea {
    height: 120px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--primary-color);
    outline: none;
}
.menu-btn {
    padding: 10px 18px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px 0;
    transition: 0.25s;
}

.menu-btn:hover {
    background: var(--rose-dark-red);
}
body {
    background: linear-gradient(180deg, #0b1e3a 0%, #113a63 40%, #1a1a1a 100%);
    color: #f2f2f2;
}
section {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
p, li {
    color: #e6e6e6;
    line-height: 1.6;
}
body {
    body {
    background: url('https://i.imgur.com/7YQZQ0S.jpeg') no-repeat center center fixed;
    background-size: cover;
    color: #f2f2f2;
}
    background-size: cover;
    background-attachment: fixed;
}
header {
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
section, header, figure, .gallery-item {
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}


