/*
Theme Name: Shingler Gothic V4
Version: 4.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;500&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

:root {

	--brand-black: #1C1410;
    --brand-red: #8B1A1A;
    --brand-red-bright: #B02020;
    --brand-gold: #B8960C;
    --brand-gold-light: #D4AF37;
    --brand-parchment: #F0E8D5;
    --brand-cream: #FAF6EE;

    --bg-color: #ffffff;
    --text-main: #111111;
    --text-muted: #666666;
    --accent: #8b0000;
    
    --font-heading: 'Oswald', sans-serif;
    --font-subheading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-mono: 'Roboto Mono', monospace;

    --wc-primary: #8B1A1A!important;
}



* { box-sizing: border-box; }

body {
    margin: 0; padding: 0;
    background-color: var(--bg-color);
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 16px; line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    margin: 0 0 1rem 0; letter-spacing: 0.05em;
}

a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
a:hover { opacity: 0.7; }

.text-brand-red { color: #8B1A1A; }

.container { max-width: 1400px; margin: 0 auto; padding: 0 40px; }

.site-header {
    position: fixed; top: 0; left: 0; width: 100%;
    z-index: 1000; padding: 25px 40px;
    display: flex; justify-content: space-between; align-items: center;
    transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease, color 0.4s ease;
    color: #111111;
}

.site-header.scrolled {
    background: #EDE4D0;
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    padding: 25px 40px; border-bottom: 1px solid rgba(0,0,0,0.05);
    color: #111111;
}

.homepage-header { color: #ffffff; }
.homepage-header.scrolled { color: #111111; }

.header-logo {
    font-family: 'Pirata One', cursive; font-size: 28px; font-weight: 700;
    letter-spacing: 0.15em; position: absolute; left: 50%;
    transform: translateX(-50%); transition: opacity 0.4s ease, transform 0.4s ease, color 0.4s ease;
    color: #000;
    z-index: 1001;
}

.homepage-header .header-logo { opacity: 0; pointer-events: none; transform: translate(-50%, -10px);color: #fff; }
.homepage-header.scrolled .header-logo,
.homepage-header.logo-visible .header-logo {font-family: 'Pirata One', cursive;
    opacity: 1; pointer-events: auto; transform: translate(-50%, 0); 
    color: #111111; 
}

.shop-header {
    color: #ffffff;
}
.shop-header .header-logo {
    opacity: 1;
    pointer-events: auto;
    color: #ffffff;
}

.shop-header.scrolled .header-logo {
    color: #111111;
}

.main-nav.desktop-nav ul { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.main-nav.desktop-nav a { font-size: 11px; text-transform: uppercase; letter-spacing: 0.15em; font-weight: 500; }

.main-nav.desktop-nav a, .header-icons a, .mobile-menu-toggle { color: inherit; transition: opacity 0.3s; }
.main-nav.desktop-nav a:hover { opacity: 0.7; }
.mobile-menu-toggle span { background: currentColor; transition: 0.3s; }
.header-icons .cart-link{position: relative;}
.cart-link svg { stroke: currentColor; fill: none; }

.cart-count {
    position: absolute; top: -15px; right: -8px;
    background: var(--accent); color: #fff;
    font-size: 9px; font-family: var(--font-mono);
    width: 15px; height: 15px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; line-height: 1; border: 2px solid var(--bg-color);
}


.mobile-menu-toggle {
    display: none; background: none; border: none; cursor: pointer; padding: 5px;
    flex-direction: column; gap: 5px; z-index: 1002; position: relative;
}

.mobile-menu-toggle.active { color: #111111 !important; }
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu-toggle span {
    display: block; width: 24px; height: 1.5px; background: currentColor; transition: 0.3s;
}
.mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 2000;
}

.mobile-menu-overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li { margin: 25px 0; }

.mobile-nav a {
    font-size: 22px;
    font-family: var(--font-heading);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #111 !important;
}

.woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676;
    margin-top: 80px!important;
}

.hero-section { height: 100vh; width: 100%; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; background-color: #000; overflow: hidden; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.6; z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; display: flex; flex-direction: column; align-items: center; }
.hero-pretitle { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.4em; margin-bottom: 25px; text-transform: uppercase; opacity: 0.9; }


.hero-gold-stroke {
            -webkit-text-stroke: 1.5px #D4AF37;
            text-shadow: 0 0 15px rgba(180, 130, 30, 0.7), 0 0 25px rgba(139,26,26,0.6), 2px 2px 0 #1C1410;
        }


.hero-title {
    font-family: 'Pirata One', cursive;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-title-large {
    display: block;
    font-size: clamp(5.5rem, 12vw, 13rem);
    color: var(--brand-parchment);
    -webkit-text-stroke: 1.5px var(--brand-gold-light);
    text-shadow: 
        0 0 15px rgba(180, 130, 30, 0.7),
        0 0 25px rgba(139, 26, 26, 0.6),
        2px 2px 0 var(--brand-black);
    line-height: 0.9;
}
.hero-title-small {
    display: block;
    font-size: clamp(3.5rem, 8vw, 8.5rem);
    color: var(--brand-parchment);
    -webkit-text-stroke: 1.5px var(--brand-gold-light);
    text-shadow: 
        0 0 15px rgba(180, 130, 30, 0.7),
        0 0 25px rgba(139, 26, 26, 0.6),
        2px 2px 0 var(--brand-black);
    margin-top: -0.15em;
    line-height: 0.95;
}


.hero-desc { font-family: var(--font-subheading); font-size: 1.4rem; margin: 0 0 10px 0; font-weight: 400;text-shadow: 4px 4px 12px #000000cc, 0px 0px 8px rgba(0, 0, 0, 0.8);}
.hero-subdesc { font-family: var(--font-body); font-size: 0.9rem; max-width: 600px; margin: 0 auto 40px; opacity: 0.8; line-height: 1.5;text-shadow: 4px 4px 12px #000000cc, 0px 0px 8px rgba(0, 0, 0, 0.8);}
.hero-buttons { display: flex; gap: 20px; }
.btn-gothic { display: inline-block; padding: 12px 35px; border: 1px solid white; color: white; text-transform: uppercase; font-size: 11px; letter-spacing: 0.2em; transition: all 0.3s; background: transparent; font-family: var(--font-mono); }
.btn-gothic:hover { background: #8B1A1A; color: #fff; }
.btn-gothic.filled { background: #8B1A1A; color: #fff; }
.btn-gothic.filled:hover { background: transparent; color: #fff; }


.shop-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.shop-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.shop-hero-bg img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.shop-hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.shop-hero-pretitle {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.shop-hero-title {
    font-size: 3.5rem;
    margin: 0 0 10px;
    font-family: var(--font-heading);
    letter-spacing: 0.05em;
}

.shop-hero-desc {
    font-family: var(--font-subheading);
    font-style: italic;
    font-size: 1.1rem;
    opacity: 0.9;
}

.shop-categories-section {
    margin-bottom: 80px;
}

.section-title-small {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0 0 30px;
    color: var(--text-muted);
    text-align: center;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.category-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
}

.category-image {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    margin-bottom: 12px;
    background: #f4f4f4;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.3s ease;
    filter: grayscale(30%);
}

.category-card:hover .category-image img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.category-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.category-arrow {
    font-size: 24px;
    color: white;
    transform: translateX(-10px);
    transition: transform 0.3s ease;
}

.category-card:hover .category-arrow {
    transform: translateX(0);
}

.category-info {
    text-align: center;
}

.category-name {
    font-family: var(--font-body);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 4px;
    letter-spacing: 0.05em;
}

.category-count {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--text-muted);
}

.shop-filters {
    position: relative;
}

.shop-filters select {
    appearance: none;
    background: transparent;
    border: 1px solid #ddd;
    padding: 8px 30px 8px 12px;
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-main);
    cursor: pointer;
    transition: border-color 0.3s;
}

.shop-filters select:hover {
    border-color: var(--text-main);
}

.shop-filters::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
    color: var(--text-muted);
    pointer-events: none;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px 25px;
    list-style: none;
    padding: 0;
}

.shop-pagination {
    margin-top: 60px;
    text-align: center;
}

.shop-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    font-family: var(--font-mono);
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.shop-pagination .page-numbers.current,
.shop-pagination .page-numbers:hover {
    background: var(--text-main);
    color: white;
    border-color: var(--text-main);
}



.brand-story { padding: 100px 0; background: #faf6ee; }
.fabric-texture {background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.02) 0px, rgba(0,0,0,0.02) 2px, transparent 2px, transparent 8px);}
.brand-story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 80px; }
.brand-text-col h2 { font-size: 2.2rem; margin-bottom: 30px; line-height: 1.2; }
.brand-quote { font-family: var(--font-subheading); font-size: 1.3rem; font-style: italic; margin-bottom: 20px; color: #333; }
.brand-desc { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 30px; line-height: 1.7; }
.read-more-link { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; border-bottom: 1px solid black; padding-bottom: 2px; }
.brand-image-col img { width: 100%; height: auto; display: block; filter: grayscale(20%); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid #eee; padding-top: 40px; text-align: center; }
.stat-num { display: block; font-family: var(--font-heading); font-size: 1.8rem; margin-bottom: 5px; color: #8B1A1A; }
.stat-label { font-family: var(--font-mono); font-size: 15px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }

.woocommerce ul.products li.product a img{height: 100%;}
.products-section { padding: 60px 0 80px; overflow: hidden; }
.section-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 30px; padding: 0 40px; }
.section-title { font-size: 1.5rem; margin: 0; }
.section-link { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }
.products-scroll-container { display: flex; overflow-x: auto; gap: 30px; padding: 0 40px 40px 40px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.products-scroll-container::-webkit-scrollbar { display: none; }
.product-card { flex: 0 0 300px; scroll-snap-align: start; display: flex; flex-direction: column; }
.product-image-wrap { position: relative; overflow: hidden; aspect-ratio: 3/4; margin-bottom: 15px; background: #f4f4f4; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.03); }
.product-info { text-align: left; }
.product-title { font-family: var(--font-body); font-size: 13px; text-transform: uppercase; font-weight: 500; margin: 0 0 5px; letter-spacing: 0.05em; line-height: 1.3; }
.price { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); }

.chronicles-section { padding: 80px 0; background: #ede4d0; }
.chronicles-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; padding: 0 40px; }
.featured-news{background: #fff;}
.featured-news img { width: 100%; height: 500px; object-fit: cover; filter: grayscale(20%); margin-bottom: 0px; }
.featured-news-content{background: #fff;padding: 20px;}
.news-tag { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; display: block; letter-spacing: 0.1em; }
.news-title-lg { font-family: var(--font-heading); font-size: 1.8rem; margin: 0 0 15px; line-height: 1.2; }
.side-news-list { display: flex; flex-direction: column; gap: 30px; border-left: 1px solid #eee; padding-left: 40px; }
.side-news-item { display: flex; gap: 20px; align-items: flex-start;background: #fff;padding: 15px;}
.side-news-item img { width: 90px; height: 90px; object-fit: cover; }
.side-news-content h4 { font-family: var(--font-heading); font-size: 14px; text-transform: uppercase; margin: 0 0 5px; line-height: 1.3; }
.side-news-meta { font-family: var(--font-mono); font-size: 10px; color: #888; text-transform: uppercase; }

.single-product .price {font-family: var(--font-mono);font-size: 1.5rem!important;color: var(--brand-red)!important;margin: 0 0 20px;display: inline-block;}
.woocommerce .quantity .qty {height: 35px;}
.single_add_to_cart_button{background: var(--brand-red)!important;}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    padding: 10px;
}

.product-attributes-below-cart {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-attributes-below-cart table {
    width: 100%;
    border: none;
    margin: 0;
}

.product-attributes-below-cart th,
.product-attributes-below-cart td {
    border: none;
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
}

.product-attributes-below-cart th {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    width: 40%;
    font-weight: 400;
}

.product-attributes-below-cart td {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-main);
    line-height: 1.5;
}

.product-attributes-below-cart p {
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {margin: 0 0 2em;padding: 10px;}

.related.products {
    margin-top: 80px;
}
.related.products h2 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    padding: 0;
}


.site-footer {
    background-color: #1C1410;
    color: #FDFAF4;
    padding-top: 0;
    font-size: 14px;
    position: relative;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #8B1A1A;
    border-top: 1px solid #332a22;
    border-bottom: 1px solid #332a22;
    padding: 15px 0;
    margin-bottom: 60px;
}

.marquee-content {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 11px;
    color: #fff; /* Brand Metal */
    text-transform: uppercase;
    letter-spacing: 0.2em;
    animation: tickerScroll 30s linear infinite;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored
--tw-shadow-colored is not defined
: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.footer-logo {
    font-family: 'Pirata One', cursive;
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.1em;
    color: #FDFAF4;
}

.footer-quote {
    font-family: var(--font-subheading);
    font-style: italic;
    color: #9A9080;
    font-size: 14px;
    max-width: 250px;
    line-height: 1.5;
}

.footer-links-group h4 {
    color: #FDFAF4;
    font-size: 11px;
    margin-bottom: 25px;
    font-family: var(--font-mono);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.footer-links-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-group li {
    margin-bottom: 12px;
}

.footer-links-group a {
    color: #9A9080;
    font-size: 13px;
    transition: color 0.3s;
}

.footer-links-group a:hover {
    color: #FDFAF4;
}

.social-links-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9A9080;
    font-size: 13px;
    transition: all 0.3s ease;
}

.social-links-list a svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
}

.social-links-list a:hover {
    color: #FDFAF4;
    transform: translateX(5px);
}

.copyright {
    text-align: center;
    font-family: var(--font-mono);
    font-size: 10px;
    color: #6B5E4E;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-top: 20px;
    border-top: 1px solid #2A2018;
}



@media (max-width: 576px) {
    
}





@media (max-width: 992px) {
    .desktop-nav { display: none; }
    .header-logo {
        position: absolute; left: 50%; transform: translateX(-50%);
        font-size: 22px; z-index: 1001;
    }
    
    .header-icons {
        position: absolute; right: 70px; top: 55%; transform: translateY(-50%);
        margin: 0; z-index: 1002; order: 1;
    }
    .mobile-menu-toggle {
        position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
        margin: 0; z-index: 1002; display: flex; order: 2;
    }
    
    .site-header { justify-content: center; padding: 20px; }
    
    .homepage-header .header-logo { opacity: 0; pointer-events: none; transform: translate(-50%, -10px); }
    .homepage-header.scrolled .header-logo,
    .homepage-header.logo-visible .header-logo { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); color: #111; }

    .site-header .mobile-menu-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: #ffffff !important;
        z-index: 998 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.4s ease !important;
        color: #111111 !important;
    }
    .site-header .mobile-menu-overlay.open {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .site-header .mobile-menu-overlay .mobile-nav ul {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }


    .mobile-nav li { margin: 25px 0 !important; text-align: center; }
    .mobile-nav a {
        font-size: 22px;
        font-family: var(--font-heading);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #111 !important;
        text-decoration: none;
    }
    
    .brand-story-layout { grid-template-columns: 1fr; }
    .chronicles-grid { grid-template-columns: 1fr; }
    .side-news-list { border-left: none; padding-left: 0; border-top: 1px solid #eee; padding-top: 30px; }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .brand-col {
        grid-column: span 2;
        text-align: center;
    }
    .footer-quote { margin: 0 auto; }
    .follow-col { text-align: right; }
}

@media (max-width: 768px) {
    .hero-title { font-size: 3rem; }
    .hero-section .hero-title {
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
        font-size: clamp(2.8rem, 12vw, 4rem);
    }

     .hero-title-large {
        font-size: clamp(4.5rem, 15vw, 9rem);
        -webkit-text-stroke: 1.2px var(--brand-gold-light);
    }
    .hero-title-small {
        font-size: clamp(2.8rem, 10vw, 6rem);
        -webkit-text-stroke: 1.2px var(--brand-gold-light);
        margin-top: -0.1em;
    }

    .stat-label {
    font-family: var(--font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
	}



    .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .products-scroll-container { padding: 0 20px 30px; }
    .section-header { padding: 0 20px; }
    .chronicles-grid { padding: 0 20px; }
    .footer-grid { padding: 0 20px; }
    .marquee { margin: 0 20px 40px; }
    .shop-hero { height: 40vh; min-height: 300px; }
    .shop-hero-title { font-size: 2.2rem; }
    .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .products-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 15px; }
    .category-name { font-size: 12px; }
    .section-header { flex-direction: column; align-items: flex-start; gap: 15px; }

    .categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
	}

	.related.products ul.products { grid-template-columns: repeat(2, 1fr); }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .brand-col, .follow-col {
        grid-column: span 1;
        text-align: center;
    }
    .social-links-list a {
        justify-content: center;
    }
    .marquee-content {
        font-size: 10px;
    }


}

@media (max-width: 480px) {
	.woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676;
    margin-top: 50px!important;
}
    .categories-grid {display: grid;grid-template-columns: repeat(1, 1fr);gap: 25px;}
    .products-grid { grid-template-columns: 1fr; }

    ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;padding: 0;position: relative;width: 46.05%!important;margin-left: 0;}
}