:root {
    --gold: #C5A059;
}

body {
    background: #000;
    color: #fff;
    margin: 0;
    font-family: sans-serif;
}

.btn-outline,
.btn-fill {
    padding: 6px 15px;
    cursor: pointer;
}

.btn-outline {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.btn-fill {
    background: #fff;
    color: #000;
    border: none;
    margin-left: 5px;
}

:root {
    --gold: #C5A059;
    --black: #000;
    --dark-grey: #111;
}

body {
    background-color: var(--black);
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

/* About Hero Section */
.contact-banner {
    padding: 120px 10%;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('film-strip-bg.jpg');
    background-size: cover;
}

.banner-content h1 {
    font-size: 3rem;
    letter-spacing: 2px;
}

.banner-content p {
    max-width: 600px;
    color: #ccc;
}

.banner-content h1 {
    font-family: 'Gotham Light', sans-serif;
    font-weight: 750;
}

/* GRID */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    padding: 80px 10%;
}

/* Skill Bars */
.skill {
    margin: 25px 0;
    font-weight: bold;
}

.bar {
    background: #333;
    height: 10px;
    width: 100%;
    border-radius: 5px;
    margin-top: 8px;
    overflow: hidden;
}

.fill {
    background: var(--gold);
    height: 100%;
    border-radius: 5px;
}

/* Stats Section */
.stats {
    display: flex;
    justify-content: space-around;
    padding: 60px 10%;
    background: #080808;
    text-align: center;
}

.stat-box h3 {
    font-size: 3rem;
    color: var(--gold);
    margin: 0;
}

.stat-box p {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-banner {
    padding: 100px 10%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('about-bg.jpg');
    background-size: cover;
}

.about-banner h1 {
    font-size: 3.5rem;
    margin: 0;
}

.about-banner p {
    max-width: 600px;
    color: #aaa;
    margin-top: 15px;
}

.bio-container {
    display: flex;
    padding: 50px 10%;
    gap: 50px;
    align-items: center;
    background: #0a0a0a;
}

.bio-image img {
    width: 400px;
    border-radius: 5px;
}

.gold-label {
    color: var(--gold);
}

.skill-item {
    margin: 20px 0;
    font-size: 0.9rem;
}

.bar {
    height: 4px;
    background: #333;
    margin-top: 8px;
}

.fill {
    height: 100%;
    background: var(--gold);
}

.view-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

/* Stats Section */
.stats-container {
    display: flex;
    justify-content: space-around;
    padding: 60px 10%;
    background: #0a0a0a;
    text-align: center;
}

.stat-box i {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 15px;
}

.stat-box h3 {
    font-size: 2rem;
    margin: 0;
}

.stat-box p {
    color: #888;
    font-size: 0.9rem;
}

/* MISSION / VISION */
.mv-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
    gap: 0;
    background: #0a0a0a;
}

.mv-card {
    background: #E0E0E0;
    color: #000;
    width: 360px;
    height: 170px;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 1;
    border-radius: 20px;
}

.mv-card h4 {
    margin: 0 0 18px;
    font-size: 1.7rem;
    font-weight: 900;
    color: #555;
}

.mv-card p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
}

.mv-image {
    z-index: 2;
    margin: 0 -35px;
}

.mv-image img {
    width: 340px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.get-inspired {
    padding: 80px 10%;
    background: #0a0a0a;
}

.inspired-top {
    margin-bottom: 35px;
}

.inspired-top h2 {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.inspired-top p {
    color: #aaa;
    font-size: 1rem;
}

.inspired-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.inspired-gallery img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 6px;
    transition: 0.3s;
}

.inspired-gallery img:hover {
    transform: scale(1.03);
}

/* MOBILE */
@media (max-width: 900px) {
    .inspired-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .inspired-gallery {
        grid-template-columns: 1fr;
    }
}

/* ================= RESPONSIVE FIX ================= */

@media (max-width: 1100px) {

    .bio-container {
        flex-direction: column;
        text-align: center;
        padding: 40px 8%;
    }

    .bio-image img {
        width: 100%;
        max-width: 420px;
    }

    .bio-content {
        width: 100%;
    }

    .stats-container {
        flex-wrap: wrap;
        gap: 35px;
    }

    .stat-box {
        width: calc(50% - 20px);
    }

    .mv-section {
        flex-direction: column;
        gap: 30px;
        padding: 40px 8%;
    }

    .mv-image {
        margin: 0;
    }

    .mv-image img {
        width: 100%;
        max-width: 420px;
        height: auto;
    }

    .mv-card {
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .inspired-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 700px) {

    .contact-banner {
        padding: 110px 7% 70px;
    }

    .banner-content h1 {
        font-size: 2.2rem;
    }

    .banner-content p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .bio-container {
        padding: 35px 7%;
        gap: 35px;
    }

    .bio-image img {
        max-width: 100%;
    }

    .bio-content h2 {
        font-size: 1.8rem;
    }

    .view-btn {
        width: 100%;
        margin-top: 10px;
    }

    .stats-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 35px 7%;
    }

    .stat-box {
        width: 100%;
    }

    .mv-section {
        padding: 35px 7%;
    }

    .mv-card {
        padding: 30px 25px;
    }

    .mv-card h4 {
        font-size: 1.4rem;
    }

    .mv-card p {
        font-size: 0.9rem;
    }

    .get-inspired {
        padding: 35px 7%;
    }

    .inspired-top h2 {
        font-size: 1.8rem;
    }

    .inspired-gallery {
        grid-template-columns: 1fr;
    }

    .inspired-gallery img {
        height: 260px;
    }
}