﻿<style>

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            padding: 0;
            background: #1f1f1f;
            color: #adadad;
            font-family: Century Gothic, Arial, Helvetica, sans-serif;
        }
        
        a:link {
        color: #E3A772;
        text-decoration: none;
        }
        a:visited {
        color: #E3A772;
        text-decoration: none;
        } 
        a:hover {
        color: #FFD495;
         text-decoration: underline;
        }
       

        .container {
            width: 92%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 30px 0 60px;
        }

        h1 {
            text-align: center;
            margin: 10px 0 15px;
            font-size: 2.2rem;
        }
              
        .intro {
            max-width: 900px;
            margin: 0 auto 40px;
            text-align: center;
            line-height: 1.6;
            font-size: 1.05rem;
        }

        /* T-Shirt Grid */

        .shirt-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .shirt {
            text-align: center;
        }

        .shirt a {
            color: inherit;
            text-decoration: none;
        }

        .shirt img {
            display: block;
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 4px;
        }

        .shirt-title {
            margin-top: 12px;
            font-size: 1rem;
            font-weight: bold;
            line-height: 1.4;
        }

        /* Tablet */

        @media (max-width: 1000px) {
            .shirt-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 22px;
            }
        }

        /* Mobile */

        @media (max-width: 700px) {
            .container {
                width: 94%;
                padding-top: 20px;
            }

            h1 {
                font-size: 1.8rem;
            }

            .intro {
                font-size: 1rem;
                margin-bottom: 30px;
            }

            .shirt-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 18px;
            }

            .shirt-title {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 400px) {
            .shirt-grid {
                grid-template-columns: 1fr;
            }
        }



/* ==========================================
   INDIVIDUAL PRODUCT PAGE
   ========================================== */

.product {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    margin-top: 30px;
}

.product-image {
    flex: 1;
    min-width: 0;
}

.product-image img {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.product-info {
    flex: 1;
    min-width: 0;
}

.product-info h2 {
    margin-top: 0;
}

.product-description {
    max-width: 1000px;
    margin: 50px auto 30px;
    line-height: 1.6;
}


/* SHOP BUTTON */

.shop-button a {
    display: inline-block;
    padding: 14px 24px;
    text-decoration: none;
    font-weight: bold;
}


/* MOBILE */

@media (max-width: 800px) {

    .product {
        display: block;
    }

    .product-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .product-image img {
        width: 100%;
        height: auto;
    }

    

/* =========================================================
   AUTOMOTIVE VOICEOVER PAGE
   ========================================================= */


/* Automotive content breathing room */
.automotive {
    padding-left: 25px;
    padding-right: 25px;
}

/* Automotive page text alignment */
.automotive h1,
.automotive h2,
.automotive h3,
.automotive p,
.automotive li {
    text-align: left;
}

/* Automotive header */
.automotive-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 35px;
    text-align: center;
}

.automotive-header img {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
/* Automotive page headings */
.automotive h2 {
    margin: 40px 0 15px;
    text-align: center;
    font-size: 1.65rem;
}

.automotive h3 {
    margin: 28px 0 10px;
    font-size: 1.2rem;
}

.automotive p {
    line-height: 1.6;
}

/* Automotive intro */
.automotive-intro {
    max-width: 950px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.6;
    font-size: 1.05rem;
}

/* Audio player area */
.automotive-player {
    max-width: 1000px;
    margin: 20px auto 40px;
}

/* Video area */
.automotive-video {
    max-width: 1100px;
    margin: 20px auto 40px;
}

.automotive-video video,
.automotive-video iframe {
    display: block;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
}

/* Automotive services */
.automotive-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 30px 0 45px;
}

.automotive-service {
    line-height: 1.6;
}

.automotive-service h3 {
    margin-top: 0;
}

/* General automotive content sections */
.automotive-section {
    max-width: 1050px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* FAQ */
.automotive-faq {
    max-width: 1000px;
    margin: 0 auto 45px;
}

.automotive-faq h3 {
    margin-bottom: 6px;
}

.automotive-faq p {
    margin-top: 0;
}

/* Call to action */
.automotive-cta {
    max-width: 900px;
    margin: 45px auto 20px;
    text-align: center;
    line-height: 1.6;
}

.automotive-cta a {
    font-weight: bold;
}

/* Automotive mobile */
@media (max-width: 800px) {
    .automotive {
        padding-left: 12px;
        padding-right: 12px;
    }

    .automotive-header {
        margin-bottom: 25px;
    }

    .automotive h2 {
        font-size: 1.4rem;
    }

    .automotive-intro {
        font-size: 1rem;
    }

    .automotive-services {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .automotive-section,
    .automotive-faq,
    .automotive-cta {
        width: 100%;
    }
}
/* =========================================================
   AUTOMOTIVE DEMO PLAYERS
   ========================================================= */

.automotive-demos {
    width: 100%;
    max-width: 460px;
    margin: 25px auto 45px;
}

.automotive-demo {
    margin-bottom: 40px;
}

.automotive-demo h3 {
    margin-bottom: 12px;
}

.automotive-demo audio {
    display: block;
    width: 100%;
    max-width: 460px;
}

.automotive-download {
    margin-top: 10px;
}

