/*.landscapes img{
    width: 300px;
height: auto;
}

.street img{
    width: 300px;
    height: auto;
}
.apparel img{
    width: 300px;
    height: auto;
}

.can img{
    width: 300px;
    height: auto;
}

.events img{
    width: 300px;
    height: auto;
}

.black img{
    width: 300px;
    height: auto;
}

.sa img{
    width: 300px;
    height: auto;
}

.short img{
    width: 300px;
    height: auto;
}

.miami img{
width: 300px;
height: auto;
}*/

/* Main Image Grid */
 please make only the necessary changes to the code and give it back to me main {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    justify-items: center;
}  

main a {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%; /* Let grid cells control width*/
    position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
}
main a {
    width: 100%;
    box-sizing: border-box;
}

/* Fix unwanted horizontal whitespace */
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* prevent right-side scroll/whitespace */
}

main img {
    max-width: 100%;
    height: auto;
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

main a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

main a img:hover {
    transform: scale(1.03);
}

body {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: floralwhite;
    background-color: black;
    overflow-x: hidden;
}

html, body {
    margin: 0px;
    padding: 0px;
}

.header-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 20px 32px;
    width: 100%;
    border-bottom: 1px solid black;
}

.profile-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.profile-wrapper {
    margin-bottom: 0;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid black;
}

.intro-text ul li {
    margin-bottom: 5px;
}

.intro-text h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.intro-text li {
    color: white;
}

.intro-text {
    text-align: left;
}

.intro-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.roles-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: white;
}

.roles-list li {
    font-style: italic;
}

.tagline {
    margin-top: 6px;
    color: white;
    font-style: italic;
    list-style: none;
    text-decoration: none;
}

.banner {
    width:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    gap: 12px;
}

.banner-text {
    text-align: center;
    color: white;
}

/* Reset and Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Header Styles */
header {
    width: 100%;
    border-bottom: 1px solid black;
}

/* Navigation Bar */
.navbar {
    display: flex; 
    justify-content: flex-start;
    align-items: center;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    transition: border-bottom 0.3s ease;
}

.nav-links li a:hover {
    border-bottom: 2px solid white;
}

/* Commission form styles */
.commission-form {
    max-width: 500px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}
.commission-form header {
    text-align: center;
    margin-bottom: 20px;
}
.form-logo {
    max-width: 80px;
    margin-bottom: 10px;
}
.commission-form h2 {
    margin: 0;
    font-size: 1.5rem;
}
.commission-form p {
    color: #666;
    font-size: 0.9rem;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}
input, select, textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
}
textarea {
    resize: vertical;
}
.terms {
    font-size: 0.85rem;
}
.terms a {
    color: #0077cc;
    text-decoration: none;
}
.terms a:hover {
    text-decoration: underline;
}
.submit-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: #222;
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}
.submit-btn:hover {
    background: #444;
}
.form-group label {
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

/* Make all text inside commission form black */
.commission-form,
.commission-form * {
    color: #000 !important;
}

/* White button with black text */
.commission-form button {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.commission-form button:hover {
    background-color: #f0f0f0;
}

/* Home button styles */
.site-header {
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    background: transparent;
}
.home-button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: black;
    font-size: 22px;
    border: 2px solid black;
    text-decoration: none;
}
.home-button::after {
    content: "Home";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.home-button:hover::after {
    opacity: 1;
}

/* Reserved space for home button */
:root {
    --home-btn-size: 56px;
    --home-btn-offset: 20px;
    --home-btn-gap: 12px;
    --home-safe-left: calc(var(--home-btn-size) + var(--home-btn-offset) + var(--home-btn-gap));
}
.has-home-button .header-container,
.has-home-button main {
    padding-left: var(--home-safe-left);
}
@media screen and (max-width: 768px) {
    main.gallery-grid {
        display: grid !important;
        grid-template-columns: 1fr !important; /* single column */
        gap: 20px !important;
        padding: 0 10px !important;
        margin: 0 auto !important;
        justify-content: center !important;
        justify-items: center !important;
    }

    .video-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding-bottom: 56.25%; /* maintain 16:9 aspect ratio */
    }

    .video-wrapper iframe {
        width: 100% !important;
        height: 100% !important;
    }
}

/* Desktop & Tablet Grid */
main.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    justify-items: center;
}

/* Video wrapper for aspect ratio */
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 8px;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* MOBILE VIEW */
@media screen and (max-width: 768px) {
    main.gallery-grid {
        grid-template-columns: 1fr; /* single column */
        gap: 15px;
        padding: 0 10px;
        justify-items: stretch; /* fill width */
    }

    .video-wrapper {
        padding-bottom: 56.25%; /* keeps 16:9 ratio */
    }
}



/* TOS container */
.tos-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    line-height: 1.6;
}
.tos-container h1 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
.tos-container h2 {
    margin-top: 2rem;
    font-size: 1.25rem;
}
.tos-container p {
    margin-top: 0.5rem;
}

