/* ==========================================================
   EMERALD OWL COLLECTIVE
   Main Stylesheet
   Organized + duplicate rules merged
========================================================== */


/* ==========================================================
   1. BLAZOR DEFAULTS / BASE HTML
========================================================== */

html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
    overflow-x: hidden;
}

a,
.btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e52900;
}

.validation-message {
    color: #e52900;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZyIgeGxpbmM9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}


/* ==========================================================
   2. GLOBAL / SHARED SITE STYLES
========================================================== */

img {
    max-width: 100%;
    height: auto;
}

.product-button,
.featured-card a,
.shop-card a,
.view-all-button {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 22px;
    background-color: #00d14f;
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.product-button {
    padding: 12px 24px;
    background: linear-gradient(135deg, #7b3fe4, #5b2db3);
    color: white;
    letter-spacing: 2px;
    border-radius: 8px;
    border: 1px solid #00d14f;
    transition: all 0.25s ease;
    box-shadow: 0 0 10px rgba(123, 63, 228, 0.4), 0 0 20px rgba(0, 209, 79, 0.15);
}

    .product-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 15px rgba(123, 63, 228, 0.7), 0 0 30px rgba(0, 209, 79, 0.35);
        color: white;
        text-decoration: none;
    }

    .product-button:visited {
        color: white;
    }

.featured-card a:hover,
.shop-card a:hover,
.view-all-button:hover {
    background-color: #7b3fe4;
    color: white;
}


/* ==========================================================
   3. HEADER / NAVIGATION
========================================================== */

.eo-nav {
    background-color: #050505;
    border-bottom: 1px solid #7b3fe4;
    padding: 14px 30px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.eo-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

    .eo-brand img {
        width: 55px;
        height: 55px;
        object-fit: contain;
    }

.brand-name {
    display: block;
    color: #7b3fe4;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(0, 209, 79, 0.6);
}

.brand-tagline {
    display: block;
    color: #00d14f;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eo-nav-links {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

    .eo-nav-links a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 0.85rem;
        transition: 0.2s ease;
        position: relative;
    }

        .eo-nav-links a:hover {
            color: #00d14f;
        }

        .eo-nav-links a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 0;
            height: 2px;
            background-color: #00d14f;
            transition: width 0.3s ease;
        }

        .eo-nav-links a:hover::after {
            width: 100%;
        }

.nav-cart {
    margin-left: auto;
    padding: 10px 18px;
    background: linear-gradient(135deg, #7b3fe4, #5b2db3);
    border: 1px solid #00d14f;
    border-radius: 8px;
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

    .nav-cart:hover {
        color: white !important;
        box-shadow: 0 0 15px rgba(0, 209, 79, 0.35);
    }

.nav-toggle {
    display: none;
}

.mobile-menu-button {
    display: none;
}


/* ==========================================================
   4. FOOTER
========================================================== */

.eo-footer {
    background: #050505;
    border-top: 1px solid #7b3fe4;
    color: white;
    text-align: center;
    padding: 25px;
}

.footer-links {
    margin-top: 15px;
}

    .footer-links a {
        color: #00d14f;
        text-decoration: none;
        margin: 0 10px;
    }

        .footer-links a:hover {
            color: #7b3fe4;
        }

.footer-tagline {
    color: #00d14f;
    letter-spacing: 3px;
}

.footer-brand {
    margin: 10px 0;
}

.footer-made-to-order {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 15px;
}


/* ==========================================================
   5. HOME PAGE / HERO
========================================================== */

.home-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('/images/hero-banner.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #050505;
}

.hotspot {
    position: absolute;
    display: block;
    border-radius: 8px;
}

    .hotspot:hover {
        box-shadow: 0 0 20px #00d14f;
        border: 1px solid #7b3fe4;
    }

/* Left Twitch sign */
.twitch {
    left: 13.5%;
    top: 39%;
    width: 11%;
    height: 20%;
}

/* Center section buttons */
.apparel {
    left: 32.5%;
    top: 68%;
    width: 7%;
    height: 9%;
}

.drinkware {
    left: 41.5%;
    top: 68%;
    width: 8%;
    height: 9%;
}

.accessories {
    left: 53%;
    top: 68%;
    width: 9%;
    height: 9%;
}

.gamers {
    left: 65%;
    top: 68%;
    width: 8%;
    height: 9%;
}

/* Shop collection button */
.shop {
    left: 38.5%;
    top: 81%;
    width: 23%;
    height: 7%;
}

.hero-container {
    text-align: center;
    background-color: #050505;
}

.hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.featured-section {
    background-color: #050505;
    color: white;
    text-align: center;
    padding: 70px 30px;
}

    .featured-section h2 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 40px;
        text-shadow: 0 0 12px #00d14f;
    }

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.featured-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
}

    .featured-card img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        background-color: #050505;
        margin-bottom: 15px;
    }

    .featured-card h3 {
        color: #00d14f;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .featured-card p {
        color: #ddd;
        margin-bottom: 15px;
    }

    .featured-card a {
        margin-top: auto;
    }


/* ==========================================================
   6. SHOP PAGE
========================================================== */

.shop-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 70px 30px;
}

.shop-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
}

    .shop-header h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 3rem;
        text-shadow: 0 0 15px #00d14f;
    }

    .shop-header p {
        font-size: 1.2rem;
        color: #ddd;
    }

.shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.shop-card {
    background: #111;
    border: 1px solid #7b3fe4;
    padding: 35px;
    text-align: center;
    box-shadow: 0 0 18px rgba(0, 209, 79, 0.18);
}

    .shop-card img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        background-color: #050505;
        margin-bottom: 20px;
    }

    .shop-card h2 {
        color: #00d14f;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1.5rem;
    }

    .shop-card p {
        color: #ddd;
        min-height: 70px;
    }

    .shop-card a {
        margin-top: 20px;
    }

.shop-note {
    text-align: center;
    color: #00d14f;
    margin-top: 45px;
    font-weight: bold;
}


/* ==========================================================
   7. COLLECTION PAGES / PRODUCT CARDS
========================================================== */

.collection-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 70px 30px;
    text-align: center;
}

    .collection-page h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-shadow: 0 0 15px #00d14f;
    }

.collection-subtitle {
    text-align: center;
    color: #ddd;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.7;
    font-size: 1.2rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.product-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
}

    .product-card img {
        width: 100%;
        max-height: 260px;
        object-fit: contain;
        background-color: #050505;
        margin-bottom: 20px;
    }

    .product-card h3 {
        color: #00d14f;
    }

    .product-card p {
        color: #ddd;
    }

.product-description {
    color: #ddd;
    font-size: 0.95rem;
    line-height: 1.5;
    height: 90px;
    overflow: hidden;
    margin-bottom: 15px;
}


/* ==========================================================
   8. PRODUCT DETAIL PAGE
========================================================== */

.product-detail-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 80px 30px;
}

.product-detail-container {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.product-detail-main {
    width: 100%;
    height: 500px;
    object-fit: contain;
    background-color: #111;
    border: 1px solid #7b3fe4;
    box-shadow: 0 0 18px rgba(0, 209, 79, 0.18);
}

.product-detail-info h1 {
    color: #7b3fe4;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 12px #00d14f;
}

.product-detail-info .product-description {
    height: auto;
    overflow: visible;
    max-height: none;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
}

.main-product-image {
    width: 100%;
    height: 280px;
    object-fit: contain;
    background-color: #050505;
    margin-bottom: 15px;
}

.thumbnail-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

    .thumbnail-row img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        background-color: #050505;
        border: 1px solid #7b3fe4;
        cursor: pointer;
        padding: 4px;
    }

        .thumbnail-row img:hover {
            border-color: #00d14f;
            box-shadow: 0 0 10px rgba(0, 209, 79, 0.5);
        }

.made-to-order {
    color: #00d14f;
    font-weight: bold;
    margin-top: 20px;
}

.product-description-full {
    height: auto;
    overflow: visible;
    max-height: none;
    text-align: left;
    line-height: 1.8;
}

    .product-description-full h2,
    .product-description-full h3 {
        color: #00d14f;
        margin-top: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .product-description-full ul {
        padding-left: 25px;
        margin-bottom: 25px;
    }

    .product-description-full li {
        margin-bottom: 8px;
    }

    .product-description-full table {
        width: 100%;
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 0.9rem;
    }

    .product-description-full th,
    .product-description-full td {
        border: 1px solid #7b3fe4;
        padding: 8px;
        text-align: center;
    }

    .product-description-full th {
        color: #00d14f;
        background-color: #111;
    }

.add-cart-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.variant-label {
    display: block;
    color: #00d14f;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.variant-select {
    width: 100%;
    padding: 12px;
    background-color: #111;
    color: white;
    border: 1px solid #7b3fe4;
    border-radius: 6px;
    margin-bottom: 12px;
}

.variant-message {
    color: #ff7070;
    font-weight: bold;
    margin-top: 10px;
}

.cart-variant {
    color: #00d14f;
    font-weight: bold;
}


/* ==========================================================
   9. CART PAGE
========================================================== */

.cart-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 80px 30px;
    text-align: center;
}

    .cart-page h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-shadow: 0 0 15px #00d14f;
        margin-bottom: 40px;
    }

.cart-list {
    max-width: 900px;
    margin: 0 auto;
}

.cart-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 25px;
    align-items: center;
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.15);
}

    .cart-item img {
        width: 160px;
        height: 160px;
        object-fit: contain;
        background-color: #050505;
    }

    .cart-item h3 {
        color: #00d14f;
    }

.cart-summary {
    max-width: 900px;
    margin: 40px auto 0;
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.15);
}

    .cart-summary h2 {
        color: #00d14f;
    }

.cart-empty {
    color: #ddd;
    margin-bottom: 25px;
}

.remove-button {
    background: transparent;
    color: #00d14f;
    border: 1px solid #7b3fe4;
    padding: 8px 16px;
    cursor: pointer;
}

    .remove-button:hover {
        background-color: #7b3fe4;
        color: white;
    }


/* ==========================================================
   10. ABOUT PAGE
========================================================== */

.about-page {
    min-height: 100vh;
    background-color: #050505;
    color: white;
    padding: 80px 20px;
}

.about-container {
    max-width: 900px;
    margin: 0 auto;
}

    .about-container h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-align: center;
        margin-bottom: 20px;
    }

    .about-container p {
        line-height: 1.8;
        margin-bottom: 25px;
    }

.about-tagline {
    text-align: center;
    color: #00d14f;
    font-size: 1.3rem;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.about-signature {
    margin-top: 40px;
    text-align: center;
    color: #00d14f;
    font-size: 1.2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
}


/* ==========================================================
   11. CONTACT / FAQ PAGE
========================================================== */

.contact-page {
    min-height: 100vh;
    background: radial-gradient(circle at top, rgba(0, 209, 79, 0.18), transparent 35%), #050505;
    color: white;
    padding: 90px 25px;
}

.contact-container {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

    .contact-container h1 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 2.8rem;
        text-shadow: 0 0 15px #00d14f;
        margin-bottom: 20px;
    }

.contact-subtitle {
    color: #dddddd;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 45px;
}

.contact-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 40px;
    box-shadow: 0 0 22px rgba(0, 209, 79, 0.2);
    border-radius: 8px;
}

    .contact-card h2 {
        color: #00d14f;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .contact-card p {
        color: #f5f5f5;
        font-size: 1.1rem;
        margin: 22px 0;
    }

    .contact-card a {
        color: #00d14f;
        text-decoration: none;
        font-weight: bold;
    }

        .contact-card a:hover {
            color: #7b3fe4;
            text-shadow: 0 0 10px #00d14f;
        }

.faq-section {
    margin-top: 60px;
    text-align: left;
}

    .faq-section h2 {
        color: #7b3fe4;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        text-shadow: 0 0 12px #00d14f;
        margin-bottom: 35px;
    }

.faq-item {
    background-color: #111;
    border-left: 4px solid #00d14f;
    padding: 25px;
    margin-bottom: 22px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.12);
}

    .faq-item h3 {
        color: #00d14f;
        margin-bottom: 10px;
    }

    .faq-item p {
        color: #ddd;
        line-height: 1.7;
    }


/* ==========================================================
   12. COMING SOON SECTION
========================================================== */

.coming-soon-section {
    background-color: #050505;
    color: white;
    text-align: center;
    padding: 70px 30px;
    border-top: 1px solid #7b3fe4;
}

    .coming-soon-section h2 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-shadow: 0 0 12px #00d14f;
    }

.coming-soon-subtitle {
    color: #ddd;
    margin-bottom: 40px;
}

.coming-soon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.coming-soon-card {
    background-color: #111;
    border: 1px solid #7b3fe4;
    padding: 35px;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
}

    .coming-soon-card h3 {
        color: #00d14f;
        text-transform: uppercase;
    }

    .coming-soon-card p {
        color: #ddd;
        line-height: 1.6;
    }

    .coming-soon-card span {
        display: inline-block;
        margin-top: 15px;
        color: #00d14f;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: bold;
    }


/* ==========================================================
   13. TAVERN PAGE / TWITCH EMBED
========================================================== */

.about-page .about-container {
    max-width: 1250px;
}

.tavern-inline-section {
    margin-top: 35px;
    text-align: center;
}

    .tavern-inline-section h2 {
        color: #7b3fe4;
        text-transform: uppercase;
        letter-spacing: 4px;
        text-shadow: 0 0 12px #00d14f;
        margin-bottom: 15px;
    }

    .tavern-inline-section > p {
        color: #ddd;
        line-height: 1.7;
        margin-bottom: 30px;
    }

.twitch-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 1rem;
    margin: 2rem 0;
}

.twitch-player,
.twitch-chat {
    width: 100%;
    height: 500px;
    border: 1px solid #7b3fe4;
    border-radius: 10px;
    background: #111;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
}

.streamer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.streamer-card {
    background: #111;
    border: 1px solid #7b3fe4;
    box-shadow: 0 0 15px rgba(0, 209, 79, 0.18);
    text-align: center;
    padding: 30px;
}

    .streamer-card h3 {
        margin-bottom: .75rem;
        color: #00d14f;
        text-transform: uppercase;
    }

.coming-soon {
    display: inline-block;
    margin-top: 1rem;
    padding: .5rem 1rem;
    border-radius: 999px;
    background: rgba(109, 40, 217, .15);
    color: #b88cff;
    font-weight: 600;
    border: 1px solid rgba(109, 40, 217, .35);
}


/* ==========================================================
   14. RESPONSIVE DESIGN / MOBILE OPTIMIZATION
========================================================== */

@media (max-width: 1024px) {
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-detail-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .twitch-layout {
        grid-template-columns: 1fr;
    }

    .twitch-player,
    .twitch-chat {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .eo-nav {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .eo-brand {
        justify-content: center;
        text-align: center;
    }

    .eo-nav-links {
        flex-wrap: wrap;
        gap: 15px;
    }

    .nav-cart {
        margin-left: 0;
    }

    .shop-page,
    .collection-page,
    .product-detail-page,
    .cart-page,
    .about-page,
    .contact-page,
    .featured-section,
    .coming-soon-section {
        padding-left: 18px;
        padding-right: 18px;
    }

        .shop-header h1,
        .collection-page h1,
        .cart-page h1,
        .contact-container h1 {
            font-size: 2rem;
            letter-spacing: 2px;
        }

    .featured-grid,
    .coming-soon-grid {
        grid-template-columns: 1fr;
    }

    .cart-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

        .cart-item img {
            margin: 0 auto;
        }

    .product-detail-main {
        height: 360px;
    }
}

@media (max-width: 600px) {
    .brand-name {
        font-size: 0.95rem;
    }

    .brand-tagline {
        font-size: 0.65rem;
    }

    .eo-nav-links a {
        font-size: 0.75rem;
    }

    .shop-card,
    .product-card,
    .featured-card,
    .contact-card,
    .coming-soon-card,
    .streamer-card {
        padding: 22px;
    }

    .thumbnail-row {
        flex-wrap: wrap;
    }

    .twitch-player,
    .twitch-chat {
        height: 330px;
    }
}

@media (max-width: 768px) {
    .eo-nav {
        flex-wrap: wrap;
        padding: 12px 16px;
    }

    .eo-brand img {
        width: 45px;
        height: 45px;
    }

    .brand-name {
        font-size: 0.85rem;
        letter-spacing: 1px;
    }

    .brand-tagline {
        font-size: 0.65rem;
        letter-spacing: 1px;
    }

    .mobile-menu-button {
        display: block;
        margin-left: auto;
        background: transparent;
        color: #00d14f;
        border: 1px solid #7b3fe4;
        border-radius: 6px;
        font-size: 1.8rem;
        padding: 6px 12px;
        cursor: pointer;
    }

    .eo-nav-links {
        display: none;
        width: 100%;
        flex-direction: column;
        gap: 0;
        margin-top: 15px;
        border-top: 1px solid #7b3fe4;
        padding-top: 10px;
    }

    .nav-toggle:checked ~ .eo-nav-links {
        display: flex;
    }

    .eo-nav-links a {
        padding: 12px 0;
        text-align: center;
        font-size: 0.9rem;
    }

    .nav-cart {
        width: 100%;
        text-align: center;
        margin-top: 12px;
        margin-left: 0;
    }
}

/* ==========================================================
   Tablet
========================================================== */

@media (max-width: 1024px) {

    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .coming-soon-grid {
        grid-template-columns: 1fr;
    }

    .product-detail-container {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   MOBILE HERO BUTTONS
========================================================== */

.mobile-hero-buttons {
    display: none;
}

@media (max-width:768px) {

    .mobile-hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 25px 20px;
        background: #050505;
    }

    /* Main Shop Button */

    .mobile-shop-button {
        display: block;
        width: 100%;
        text-align: center;
        padding: 18px;
        background: linear-gradient(135deg,#7b3fe4,#5b2db3);
        border: 1px solid #00d14f;
        border-radius: 10px;
        color: white;
        text-decoration: none;
        font-size: 1.1rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        box-shadow: 0 0 18px rgba(123,63,228,.45);
    }

        .mobile-shop-button:hover {
            color: white;
            text-decoration: none;
            box-shadow: 0 0 20px rgba(0,209,79,.35);
        }

    /* Category Buttons */

    .mobile-category-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
    }

        .mobile-category-grid a {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 70px;
            background: #111;
            border: 1px solid #7b3fe4;
            border-radius: 8px;
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            font-size: .85rem;
            font-weight: bold;
            letter-spacing: 1px;
            transition: .25s;
        }

            .mobile-category-grid a:hover {
                color: #00d14f;
                border-color: #00d14f;
                box-shadow: 0 0 12px rgba(0,209,79,.3);
            }
}

/* ==========================================================
   PRODUCT DETAIL MOBILE FIXES
========================================================== */

@media (max-width: 768px) {

    .product-detail-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-detail-main {
        height: 330px;
    }

    .product-detail-info h1 {
        font-size: 1.8rem;
        letter-spacing: 2px;
        text-align: center;
    }

    .product-description-full table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .thumbnail-row {
        flex-wrap: wrap;
    }

        .thumbnail-row img {
            width: 60px;
            height: 60px;
        }
}

/* ==========================================================
   MOBILE CART
========================================================== */

@media (max-width: 768px) {

    .cart-item {
        grid-template-columns: 1fr;
        text-align: center;
    }

        .cart-item img {
            width: 180px;
            height: 180px;
            margin: 0 auto;
        }

    .cart-summary {
        padding: 20px;
    }

    .remove-button {
        width: 100%;
        margin-top: 15px;
    }
}