/* GUNS OF LIBERTY — FINAL THEME.CSS — NOV 9 2025 — TITLES FIXED FOREVER */
:root {
    --header-logo-height-desktop: 200px;
    --header-logo-height-mobile: 84px;
    --header-shadow: 12px;
}
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { font-family:Georgia,serif; line-height:1.7; color:#222; background:#fff; }
img { max-width:100%; height:auto; }
a { transition:all .2s; }

/* HEADER */
.site-header {
    background:#0a1f3d;
    padding:0.5rem 0;
    position:sticky;
    top:0;
    z-index:1000;
    box-shadow:0 4px 12px rgba(0,0,0,0.3);
}
.site-header .wrap {
    max-width:1200px;
    margin:0 auto;
    padding:0 1rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.main-nav .menu {
    display:flex;
    gap:2.5rem;
    list-style:none;
}
.main-nav .menu a {
    color:#fff !important;
    font-weight:700 !important;
    font-size:1.25rem !important;
    text-decoration:none;
    padding:0.75rem 0;
}
.main-nav .menu a:hover,
.main-nav .menu .current-menu-item a {
    color:#b30000 !important;
    border-bottom:4px solid #b30000;
}
@media(max-width:768px){
    .site-header .wrap { flex-direction:column; text-align:center; padding:1rem 0; }
    .main-nav .menu { gap:1.5rem; justify-content:center; }
    .main-nav .menu a { font-size:1.1rem; }
}
.site-header .gol-logo {
    height: var(--header-logo-height-desktop) !important;
    width: auto !important;
    display: block;
    transition: height 0.3s ease;
}
@media (max-width: 768px) {
    .site-header .gol-logo { height: var(--header-logo-height-mobile) !important; }
}
.wrap { max-width:1200px; margin:0 auto; padding:0 1rem; }

/* HERO */
.gol-hero,
.subpage-hero {
    background:linear-gradient(rgba(10,31,61,0.88),rgba(10,31,61,0.88)),
               url('../img/hero-bg.jpg') center/cover no-repeat;
    color:#fff;
    text-align:center;
    position: relative;
    padding:6rem 1rem;
}
@supports (selector(:has(*))) {
    .site-header:has(.gol-logo[style*="200"]) ~ .gol-hero,
    .site-header:has(.gol-logo[style*="200"]) ~ .subpage-hero { 
        padding-top: calc(var(--header-logo-height-desktop) + 3rem + var(--header-shadow)) !important; 
    }
}
.gol-hero,
.subpage-hero { 
    padding-top: calc(var(--header-logo-height-desktop) + 3rem + var(--header-shadow)); 
}
@media (max-width: 768px) {
    .gol-hero,
    .subpage-hero { 
        padding-top: calc(var(--header-logo-height-mobile) + 3rem + var(--header-shadow)) !important; 
    }
}
html { scroll-padding-top: calc(var(--header-logo-height-desktop) + 3rem + var(--header-shadow)); }
@media (max-width: 768px) { html { scroll-padding-top: calc(var(--header-logo-height-mobile) + 3rem + var(--header-shadow)); } }
.subpage-hero { padding-bottom: 4rem; }
.gol-hero h2, .subpage-hero h1 { font-size:2.8rem; margin:0 0 .5rem; }
.gol-hero .subtitle, .subpage-hero p { font-size:1.5rem; font-style:italic; margin:1rem auto; max-width:800px; }
.gol-hero .desc { max-width:800px; margin:1.5rem auto 2.5rem; }
.btn, .btn-small {
    display:inline-block;
    padding:.9rem 1.8rem;
    margin:0 .5rem;
    border-radius:6px;
    font-weight:700;
    text-decoration:none;
}
.btn { background:#b30000; color:#fff; }
.btn.sec { background:transparent; border:2px solid #fff; }
.btn:hover { background:#d63031; }
.btn.sec:hover { background:rgba(255,255,255,0.1); }
.btn-small { background:#0a1f3d; padding:.6rem 1.2rem; font-size:.95rem; }
.btn-small:hover { background:#b30000; }
.woocommerce-page .gol-hero,
.woocommerce-page .subpage-hero { display: none !important; }
/* MATCH SITE BUTTON STYLE */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
    background: #0a1f3d !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 0.6rem 1.2rem !important;
    font-weight: 700 !important;
    transition: all 0.2s !important;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover {
    background: #b30000 !important;
}
/* SECTIONS */
.gol-intro, .gol-mission, .gol-cards, .case-watch-content, .gol-article { padding:3rem 0; }
.gol-intro p { font-size:1.2rem; max-width:900px; margin:0 auto; text-align:center; }
.gol-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:2rem; }
.card { background:#f9f9f9; padding:2rem; border-radius:12px; box-shadow:0 4px 15px rgba(0,0,0,0.1); text-align:center; }

/* ================================================================== */
/* SHOP — NAVY + GOLD REVOLUTIONARY ARMORY */
/* ================================================================== */
.gol-woocommerce { padding:4rem 0; background:#fff; }

/* GRID */
.woocommerce ul.products {
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:2.5rem!important;
    max-width:1400px;
    margin:0 auto;
    padding:0 1rem;
}
@media(max-width:768px){ .woocommerce ul.products { grid-template-columns:1fr!important; } .woocommerce ul.products li.product { max-width:400px; margin:0 auto; } }

/* CARDS */
.woocommerce ul.products li.product {
    all:unset!important;
    display:flex!important;
    flex-direction:column!important;
    background:#0a1f3d!important;
    border:3px solid var(--site-gold)!important;
    border-radius:16px!important;
    overflow:hidden!important;
    box-shadow:0 8px 24px rgba(0,0,0,.4)!important;
    transition:all .35s ease!important;
    position:relative;
}
.woocommerce ul.products li.product:hover {
    transform:translateY(-12px)!important;
    box-shadow:0 24px 48px rgba(212,175,55,.4)!important;
    border-color:var(--gold-glow)!important;
}
.woocommerce ul.products li.product a img {
    width:100%!important;
    height:280px!important;
    object-fit:cover!important;
    transition:transform .4s ease;
}
.woocommerce ul.products li.product:hover a img { transform:scale(1.05); }

/* TEXT */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color:var(--site-gold)!important;
    font-size:1.45rem!important;
    font-weight:800!important;
    padding:1.2rem 1rem .6rem!important;
    text-align:center!important;
    flex-grow:1!important;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.woocommerce ul.products li.product .price {
    color:var(--gold-glow)!important;
    font-size:1.8rem!important;
    font-weight:900!important;
    padding:0 1rem 1rem!important;
    text-align:center!important;
}
.woocommerce ul.products li.product .button {
    background:var(--site-gold)!important;
    color:#000!important;
    font-weight:900!important;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:1rem!important;
    margin:0 1.2rem 1.2rem!important;
    border-radius:8px!important;
    transition:all .3s ease!important;
}
.woocommerce ul.products li.product .button:hover {
    background:var(--gold-glow)!important;
    transform:scale(1.05);
}

.woocommerce ul.products li.product.not-new::after { display:none; }

/* HIDE WOO JUNK */
.woocommerce ul.products .star-rating,
.woocommerce ul.products .onsale,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-pagination,
.woocommerce-page .page-header,
.woocommerce-page .entry-header,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce-products-header { display:none!important; }

/* ================================================================== */
/* SINGLE PRODUCT — NAVY/GOLD PREMIUM */
/* ================================================================== */
.single-product .woocommerce-product-gallery { max-width:700px!important; margin:0 auto!important; }
.product-hero-section { text-align:center; padding:3rem 1rem; background:#f9f9f9; border-bottom:3px solid var(--site-gold); }
.product-image-hero img { width:100%; border:2px solid var(--site-gold); border-radius:12px; box-shadow:0 8px 24px rgba(10,31,63,.15); }
.product-title { font-size:3.5rem; font-weight:700; color:var(--site-navy); text-transform:uppercase; letter-spacing:2px; }
.price-wrapper .price { font-size:2.5rem; color:var(--site-gold); font-weight:700; }
.single_add_to_cart_button {
    background:var(--site-gold)!important;
    color:var(--site-navy)!important;
    padding:1.2rem 3rem!important;
    font-size:1.3rem!important;
    text-transform:uppercase;
    border-radius:6px!important;
    box-shadow:0 4px 12px rgba(255,215,0,.3);
}
.single_add_to_cart_button:hover { background:var(--gold-dark)!important; transform:translateY(-3px); }

/* TABS */
.product-details-tabs { max-width:900px; margin:3rem auto; background:#fff; border-radius:12px; overflow:hidden; box-shadow:0 8px 24px rgba(0,0,0,.1); }
.tabs-nav { display:flex; background:var(--site-navy); }
.tab-btn { flex:1; padding:1.5rem; background:none; border:none; color:#fff; font-weight:600; text-transform:uppercase; cursor:pointer; transition:all .3s; }
.tab-btn.active, .tab-btn:hover { background:var(--site-gold); color:var(--site-navy); }
.tab-pane { display:none; padding:2.5rem; }
.tab-pane.active { display:block; }

/* ================================================================== */
/* 404 + MISC */
/* ================================================================== */
.error-404 { text-align:center; padding:4rem 2rem; background:#fff; border-radius:12px; }

/* ========================================
   GUNS OF LIBERTY – CLASSIC INTRO (CLEAN)
   ======================================== */
.gol-intro--classic .wrap {
    max-width: 1000px !important;
    text-align: left !important;
    padding: 0 1rem;
}

.gol-intro--classic p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.gol-intro__lead {
    font-size: 1.35rem !important;
    line-height: 2 !important;
    margin-bottom: 2.2rem !important;
    color: #222 !important;
}

.gol-intro__body {
    font-size: 1.25rem !important;
    line-height: 1.9 !important;
    margin-bottom: 2rem !important;
    color: #333 !important;
}

.gol-intro__charge {
    font-size: 1.25rem !important;
    line-height: 1.9 !important;
    color: #222 !important;
}
/* GUNS OF LIBERTY – CLASSIC MISSION + TIGHT GAP FIX (FINAL) */
.gol-intro--classic,
.gol-mission--classic {
    padding: 0 !important;
    margin: 0 !important;
}

.gol-mission--classic .wrap {
    max-width: 1000px !important;
    text-align: left !important;
    padding: 1.2rem 1rem 3rem !important;  /* ONLY space we want: tiny top, normal bottom */
}

.gol-mission__quote {
    font-family: Georgia, serif !important;
    font-size: 1.55rem !important;
    line-height: 1.8 !important;
    color: #0a1f3d !important;
    margin: 0 !important;
    padding-left: 3rem !important;
    border-left: 8px solid #b30000 !important;
    font-style: normal !important;
}

.gol-mission__quote strong {
    display: block;
    font-size: 1.8rem !important;
    margin-bottom: 0.8rem !important;
    color: #b30000 !important;
}

.gol-mission__quote em {
    display: block;
    margin-top: 1.2rem !important;
    font-size: 1.4rem !important;
    color: #222 !important;
}
}
/* REMOVE HUGE GAP BETWEEN INTRO AND MISSION */
.gol-intro--classic {
    padding-bottom: 1.5rem !important;  /* was 3rem */
    margin-bottom: 0 !important;
}

.gol-mission--classic {
    padding-top: 2rem !important;       /* was ~4rem from previous rule */
    margin-top: 0 !important;
}
/* TIGHT GAP BETWEEN INTRO & MISSION – GOLDEN-ERA SPACING */
.gol-intro--classic { padding-bottom: 0.5rem !important; margin-bottom: 0 !important; }
.gol-mission--classic { padding-top: 0.8rem !important; margin-top: 0 !important; }
/* GUNS OF LIBERTY – CLASSIC CARDS (CLEAN + TIGHT FLOW) */
.gol-cards--classic {
    padding: 4rem 0 5rem !important;
    margin: 0 !important;
    background: #f9f9f9;
}

.gol-cards__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.gol-card {
    background: #ffffff !important;
    padding: 2.2rem 1.8rem !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
    text-align: left !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gol-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.14) !important;
}

.gol-card__title {
    font-size: 1.55rem !important;
    color: #0a1f3d !important;
    margin-bottom: 0.8rem !important;
    font-weight: 700 !important;
}

.gol-card__text {
    font-size: 1.15rem !important;
    color: #333 !important;
    margin-bottom: 1.4rem !important;
    line-height: 1.6 !important;
}

.gol-card__btn {
    background: #0a1f3d !important;
    color: #fff !important;
}

.gol-card__btn:hover {
    background: #b30000 !important;
}
/* ========================================
   ARTICLES PAGE – GOLDEN-ERA FINAL (NOV 10 2025)
   ======================================== */
.gol-blog--articles {
    padding: 4rem 1rem 6rem !important;
    background: #fff;
}
.gol-blog__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: center;
}
.gol-blog__card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    max-width: 420px;
    margin: 0 auto;
}
.gol-blog__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.16);
}
.gol-blog__thumb { display: block; }
.gol-blog__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 6px solid #b30000;
}
.gol-blog__content {
    padding: 2rem 2.2rem 2.4rem;
    text-align: left;
}
.gol-blog__title a {
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    color: #0a1f3d !important;
    text-decoration: none !important;
    line-height: 1.35 !important;
}
.gol-blog__title a:hover { color: #b30000 !important; }
.gol-blog__meta {
    font-size: 0.98rem;
    color: #666;
    margin-bottom: 0.9rem;
    font-style: italic;
}
.gol-blog__excerpt {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 1.6rem;
}
.gol-blog__empty {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 1.4rem;
    color: #666;
    padding: 4rem 1rem;
}
.gol-blog__footer {
    text-align: center;
    margin-top: 4rem;
}
.gol-blog__footer .btn {
    padding: 1rem 2.6rem;
    font-size: 1.25rem;
}

/* Mobile */
@media (max-width: 768px) {
    .gol-blog__grid { 
        grid-template-columns: 1fr; 
        gap: 2.5rem; 
    }
    .gol-blog__card { max-width: 100%; }
}
/* ==================================================================
   ARTICLES PAGE – LINK COLORS FIXED FOREVER (NOV 22 2025)
   ================================================================== */
.gol-blog__card a {
    color: #0a1f3d !important;           /* default link color – navy */
    text-decoration: none !important;
}

.gol-blog__card a:hover {
    color: #b30000 !important;           /* hover – crimson */
}

.gol-blog__card a:visited {
    color: #0a1f3d !important;           /* visited stays navy – no ugly purple ever again */
}

.gol-blog__card a:visited:hover {
    color: #b30000 !important;           /* visited + hover = still crimson */
}

/* Specifically the title link (already styled but we lock visited too) */
.gol-blog__title a:visited,
.gol-blog__title a:visited:hover {
    color: inherit !important;           /* forces it to respect the rules above */
}

/* The "Read Article" button – make sure visited state doesn’t turn purple either */
.gol-blog__card .btn-small:visited {
    color: #fff !important;
    background: #0a1f3d !important;
}
/* ========================================
   SINGLE POST – GOLDEN-ERA FINAL (NOV 10 2025)
   ======================================== */
.gol-single-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: flex-end;
}
.gol-single-hero__img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.gol-single-hero__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gol-single-hero__title {
    position: relative;
    z-index: 2;
    padding: 4rem 1rem 6rem;
    background: linear-gradient(to top, rgba(10,31,61,0.92), transparent 100%);
}
.gol-single-hero__title h1 {
    font-size: 3.2rem !important;
    color: #fff !important;
    text-shadow: 0 3px 10px rgba(0,0,0,0.7);
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.gol-article {
    padding: 4rem 1rem 6rem;
    background: #fff;
}
.gol-article__content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}
.gol-article__meta {
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
    text-align: left;
}
.gol-article__body {
    font-size: 1.25rem;
    line-height: 2;
    color: #222;
}
.gol-article__body h2, .gol-article__body h3 {
    color: #0a1f3d !important;
    margin: 2.4rem 0 1.2rem !important;
    font-weight: 800 !important;
}
.gol-article__body h2 {
    font-size: 2.2rem !important;
    position: relative;
    padding-bottom: 0.8rem;
}
.gol-article__body h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 6px;
    background: #b30000;
    border-radius: 3px;
}
.gol-article__body ul, .gol-article__body ol {
    margin: 1.6rem 0;
    padding-left: 2rem;
}
.gol-article__body li {
    margin: 0.8rem 0;
}
.gol-article__body blockquote {
    margin: 2.4rem 0;
    padding-left: 2.4rem;
    border-left: 8px solid #b30000;
    font-style: italic;
    font-size: 1.35rem;
    color: #0a1f3d;
    background: #f9f9f9;
    padding: 2rem 2.4rem;
    border-radius: 0 12px 12px 0;
}
.gol-article__footer {
    text-align: center;
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 2px solid #eee;
}
.gol-article__footer .btn {
    margin: 0 0.8rem;
}

/* Mobile */
@media (max-width: 768px) {
    .gol-single-hero__title h1 { font-size: 2.4rem !important; }
    .gol-article__body { font-size: 1.15rem; line-height: 1.9; }
}
/* ==================================================================
   GUNS OF LIBERTY — HERO UPGRADE NOV 17 2025
   Keeps your existing hero-bg.jpg + sticky header math 100% intact
   ================================================================== */

.gol-hero--signature {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8rem 1rem 6rem !important;
    background: none !important; /* kill the old gradient fallback */
}

.gol-hero--signature .gol-hero__bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('../img/hero-bg.jpg') center center / cover no-repeat;
    background-attachment: fixed;
    z-index: 1;
}
@media (max-width: 768px) {
    .gol-hero--signature .gol-hero__bg { background-attachment: scroll; }
}

/* Darker, sexier overlay — makes text pop like your X profile */
.gol-hero__overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, 
        rgba(10,31,61,0.85) 0%, 
        rgba(10,31,61,0.55) 50%, 
        rgba(10,31,61,0.92) 100%);
    z-index: 2;
}

/* Text — bigger, meaner, with aggressive shadow */
.gol-hero--signature h1.display-1 {
    font-size: 4.8rem !important;
    line-height: 1.05 !important;
    margin-bottom: 1.5rem !important;
}
@media (max-width: 992px) { .gol-hero--signature h1.display-1 { font-size: 3.8rem !important; } }
@media (max-width: 576px)  { .gol-hero--signature h1.display-1 { font-size: 3.2rem !important; } }

.gol-hero--signature .text-warning { color: #d4af37 !important; } /* true revolutionary gold */

/* Subtitle + desc */
.gol-hero--signature .subtitle { 
    font-size: 1.85rem !important; 
    font-style: normal;
    opacity: 0.95;
}
.gol-hero--signature .desc { 
    font-size: 1.35rem !important; 
    opacity: 0.90;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons — bigger, badder, hover lift */
.gol-hero--signature .btn-danger {
    background: #b30000 !important;
    padding: 1.1rem 2.8rem !important;
    font-size: 1.3rem !important;
    box-shadow: 0 8px 25px rgba(179,0,0,0.4);
}
.gol-hero--signature .btn-outline-warning {
    border: 3px solid #d4af37 !important;
    color: #d4af37 !important;
    padding: 1.1rem 2.8rem !important;
    font-size: 1.3rem !important;
    background: transparent !important;
}
.gol-hero--signature .btn:hover { 
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(179,0,0,0.5);
}
.gol-hero--signature .btn-outline-warning:hover {
    background: #d4af37 !important;
    color: #0a1f3d !important;
}

/* Text shadow class used in hero.php */
.drop-shadow { text-shadow: 3px 3px 12px rgba(0,0,0,0.95); }
.z-top { position: relative; z-index: 10; }

/* Optional: tiny smoke animation if you ever want it (currently off) */
/*
.gol-hero__overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../img/smoke.png') repeat;
    opacity: 0.07;
    animation: smoke 40s linear infinite;
}
@keyframes smoke { 0% { background-position: 0 0; } 100% { background-position: 100% 100%; } }
*/
/* CTA Footer – clean hover underlines */
.gol-cta-footer a.hover-underline {
    position: relative;
    text-decoration: none;
}
.gol-cta-footer a.hover-underline::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -4px;
    left: 0;
    background: currentColor;
    transition: width 0.3s ease;
}
.gol-cta-footer a.hover-underline:hover::after {
    width: 100%;
}
/* ==================================================================
   GUNS OF LIBERTY SHOP — FINAL LOCK NOV 17 2025
   ================================================================== */

/* Shop Hero – matches site style exactly */
.gol-shop-hero {
    background: linear-gradient(rgba(10,31,61,0.92),rgba(10,31,61,0.92)),
                url('../img/hero-bg.jpg') center/cover no-repeat fixed;
    color: #fff;
    text-align: center;
    padding: 8rem 1rem 6rem;
    margin-top: -3rem; /* pulls up under sticky header */
}
.gol-shop-hero .page-title {
    font-size: 4.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 1rem;
    text-shadow: 3px 3px 12px rgba(0,0,0,0.9);
}
.gol-shop-hero .subtitle {
    font-size: 1.8rem;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
}

/* Product cards – your gold-border perfection, just tightened */
.woocommerce ul.products li.product {
    border: 3px solid #D4AF37 !important;
    background: linear-gradient(to bottom, #0a1f3d 0%, #001F3F 100%) !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #D4AF37 !important;
    font-size: 1.4rem !important;
    padding: 1rem !important;
}
.woocommerce ul.products li.product .price {
    color: #FFD700 !important;
    font-size: 1.6rem !important;
}
.woocommerce ul.products li.product .button {
    background: #D4AF37 !important;
    color: #000 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce ul.products li.product .button:hover {
    background: #FFD700 !important;
    transform: scale(1.05);
}

/* Optional: small "New" ribbon on fresh drops */
.woocommerce ul.products li.product::before {
    content: 'NEW';
    position: absolute;
    top: 12px;
    right: -32px;
    background: #b30000;
    color: #fff;
    padding: 4px 40px;
    font-size: 0.8rem;
    font-weight: bold;
    transform: rotate(45deg);
    z-index: 2;
}
/* Remove ribbon on older products via custom field if you want */

/* Mobile – your existing rules already perfect */
@media (max-width: 768px) {
    .woocommerce ul.products { grid-template-columns: 1fr !important; }
    .woocommerce ul.products li.product { max-width: 380px; margin: 0 auto; }
    .gol-shop-hero .page-title { font-size: 3rem; }
}
/* ==================================================================
   GUNS OF LIBERTY SHOP — FINAL LOCK NOV 17 2025
   Zero JavaScript. Zero Mercy.
   ================================================================== */

.gol-shop-hero {
    background: linear-gradient(rgba(10,31,61,0.94),rgba(10,31,61,0.88)),
                url('../img/hero-bg.jpg') center center / cover no-repeat fixed;
    color: #fff;
    text-align: center;
    padding: 9rem 1rem 7rem;
    margin-top: -3rem;
}
.gol-shop-hero .page-title {
    font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 1.2rem;
    text-shadow: 4px 4px 16px rgba(0,0,0,0.9);
}
.gol-shop-hero .subtitle {
    font-size: 1.9rem;
    opacity: 0.96;
    max-width: 900px;
    margin: 0 auto;
    font-weight: 500;
}

/* PRODUCT GRID — Gold-border revolutionary perfection */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 2rem !important;
    padding: 0 1rem !important;
    max-width: 1400px;
    margin: 0 auto !important;
}

.woocommerce ul.products li.product {
    all: unset !important;
    display: flex !important;
    flex-direction: column !important;
    background: #0a1f3d !important;
    border: 3px solid #D4AF37 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4) !important;
    transition: all 0.35s ease !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 24px 48px rgba(212,175,55,0.35) !important;
    border-color: #FFD700 !important;
}

.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
    transition: transform 0.4s ease;
}

.woocommerce ul.products li.product:hover a img {
    transform: scale(1.05);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #D4AF37 !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    padding: 1.2rem 1rem 0.6rem !important;
    margin: 0 !important;
    text-align: center !important;
    flex-grow: 1 !important;
    line-height: 1.3 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce ul.products li.product .price {
    color: #FFD700 !important;
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    padding: 0 1rem 1rem !important;
    text-align: center !important;
}

.woocommerce ul.products li.product .button {
    background: #D4AF37 !important;
    color: #000 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem !important;
    margin: 0 1.2rem 1.2rem !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.woocommerce ul.products li.product .button:hover {
    background: #FFD700 !important;
    transform: scale(1.05);
}


/* Remove ribbon on older items by adding class "not-new" to product in Woo backend */
.woocommerce ul.products li.product.not-new::after { display: none; }

/* HIDE ALL REMAINING WOO FLUFF */
.woocommerce ul.products .star-rating,
.woocommerce ul.products .onsale,
.woocommerce-result-count,
.woocommerce-ordering,
.woocommerce-pagination { display: none !important; }

/* MOBILE — 1 column, still beautiful */
@media (max-width: 768px) {
    .woocommerce ul.products { grid-template-columns: 1fr !important; padding: 0 1rem; }
    .woocommerce ul.products li.product { max-width: 400px; margin: 0 auto; }
    .gol-shop-hero .page-title { font-size: 3.2rem; }
    .gol-shop-hero .subtitle { font-size: 1.4rem; }
}
/* Extra safety for very small screens (iPhone SE, etc.) */
@media (max-width: 480px) {
    .gol-shop-hero .page-title { font-size: 2.8rem !important; }
    .gol-shop-hero .subtitle { font-size: 1.15rem !important; }
}
/* MOBILE: NO LOGO — PURE TEXT HEADER (CLEAN & AGGRESSIVE) */
@media (max-width: 768px) {
    .site-header .gol-logo {
        display: none !important;          /* logo gone on mobile */
    }
    .site-header .wrap {
        justify-content: center !important;   /* nav perfectly centered */
        padding: 1rem !important;
    }
    .main-nav .menu {
        gap: 1.8rem !important;
    }
    .main-nav .menu a {
        font-size: 1.15rem !important;
    }
}

/* ABSOLUTE FINAL SHOP HERO — THE ONE THAT WORKS */
.gol-shop-hero.subpage-hero {
    background: linear-gradient(rgba(10,31,61,0.96), rgba(10,31,61,0.70) 50%, rgba(10,31,61,0.96)),
                url('../img/hero-bg.jpg') center center / cover no-repeat fixed !important;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem 1rem 8rem !important;
    margin-top: -3rem;
    position: relative;
}
.gol-shop-hero .page-title {
    font-size: 7rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 6px !important;
    color: #fff !important;
}
.gol-shop-hero .subtitle {
    font-size: 2.1rem !important;
    color: #fff !important;
}
.drop-shadow { text-shadow: 6px 6px 20px rgba(0,0,0,0.95); }
.z-top { position: relative; z-index: 10; }

/* Mobile perfection */
@media (max-width: 768px) {
    .gol-shop-hero.subpage-hero {
        background-attachment: scroll !important;
        min-height: 80vh;
        padding: 140px 1rem 100px !important;
    }
    .gol-shop-hero .page-title { font-size: 3.4rem !important; letter-spacing: 3px !important; }
    .gol-shop-hero .subtitle { font-size: 1.3rem !important; }
}
/* ==================== MOBILE HEADER FIX – iPHONE PERFECT ==================== */
@media (max-width: 768px) {
    /* Collapse header to single line, shrink logo, tighten nav */
    .site-header .wrap {
        flex-direction: row !important;
        justify-content: space-between;
        padding: 0.5rem 1rem !important;
    }
    .site-header .gol-logo {
        height: 60px !important;           /* smaller logo on mobile */
    }
    .main-nav .menu {
        gap: 1rem !important;
    }
    .main-nav .menu a {
        font-size: 1rem !important;
        padding: 0.5rem 0 !important;
    }
}

/* ==================== SHOP HERO MOBILE FIX – TEXT FITS PERFECTLY ==================== */
@media (max-width: 768px) {
    .gol-shop-hero.subpage-hero {
        padding: 140px 1rem 80px !important;   /* gives breathing room top & bottom */
        background-attachment: scroll !important;
    }
    .gol-shop-hero .page-title {
        font-size: 3.2rem !important;         /* perfect size on iPhone */
        letter-spacing: 3px !important;
        line-height: 1.1 !important;
    }
    .gol-shop-hero .subtitle {
        font-size: 1.25rem !important;
        letter-spacing: 1px !important;
        padding: 0 1rem;
    }
}

/* Extra safety for very small screens (iPhone SE, etc.) */
@media (max-width: 480px) {
    .gol-shop-hero .page-title { font-size: 2.8rem !important; }
    .gol-shop-hero .subtitle { font-size: 1.15rem !important; }
}
/* ==================================================================
   SINGLE PRODUCT — NAVY/GOLD PREMIUM (already in your theme.css)
   ================================================================== */
.product-hero-section { 
    background:#0a1f3d; 
    text-align:center; 
    padding-bottom:0;
}

.product-title { 
    font-size:4.5rem !important; 
    font-weight:900 !important; 
    color:#D4AF37 !important; 
    text-transform:uppercase; 
    letter-spacing:4px; 
    line-height:1.1; 
    margin:0 0 1rem !important;
    text-shadow: 4px 4px 12px rgba(0,0,0,0.6);
}

.single-product .price { 
    font-size:3.8rem !important; 
    color:#FFD700 !important; 
    font-weight:900 !important; 
    margin:1.5rem 0 !important;
}

.single_add_to_cart_button {
    background:#D4AF37 !important;
    color:#000 !important;
    padding:1.4rem 4rem !important;
    font-size:1.5rem !important;
    font-weight:900 !important;
    text-transform:uppercase;
    letter-spacing:2px;
    border-radius:12px !important;
    box-shadow:0 8px 25px rgba(212,175,55,0.4) !important;
    transition:all 0.3s ease;
}
.single_add_to_cart_button:hover {
    background:#FFD700 !important;
    transform:translateY(-6px);
    box-shadow:0 16px 40px rgba(212,175,55,0.6) !important;
}

.product-details-tabs {
    background:#fff; 
 padding:4rem 0;
}

/* Clean up default Woo tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border:none !important;
    background:#0a1f3d;
    padding:0;
    margin:0 auto;
    max-width:1000px;
    border-radius:12px 12px 0 0;
    overflow:hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background:none !important;
    border:none !important;
    margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color:#fff !important;
    font-weight:700;
    text-transform:uppercase;
    padding:1.4rem !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background:#D4AF37 !important;
    color:#000 !important;
}
.woocommerce-tabs .panel {
    max-width:1000px;
    margin:0 auto;
    padding:3rem !important;
    background:#fff;
    border-radius:0 0 12px 12px;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}
}/* ==================================================================
   CART PAGE — FULL GUNS OF LIBERTY REVOLUTIONARY STYLE 112225
   ================================================================== */
.gol-cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem;
    margin-bottom: 3rem;
}
.gol-cart-table thead th {
    background: #0a1f3d;
    color: #D4AF37;
    padding: 1.2rem 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
}
.gol-cart-table tbody tr {
    background: #0a1f3d;
    border: 3px solid #D4AF37 !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    transition: all .35s ease;
}
.gol-cart-table tbody tr:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(212,175,55,0.3);
    border-color: #FFD700 !important;
}
.gol-cart-table td {
    padding: 1.5rem 1rem;
    text-align: center;
    color: #fff;
}
.gol-cart-table .product-name a {
    color: #D4AF37 !important;
    font-weight: 800;
    font-size: 1.35rem;
    text-transform: uppercase;
}
.gol-cart-table .product-price,
.gol-cart-table .product-subtotal {
    color: #FFD700 !important;
    font-size: 1.6rem;
    font-weight: 900;
}
.gol-cart-table .product-remove a {
    color: #b30000 !important;
    font-size: 2rem;
    font-weight: bold;
}
.gol-cart-table .product-thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #D4AF37;
}
.gol-cart-table .quantity .qty {
    background: #fff;
    color: #000;
    border: 2px solid #D4AF37;
    border-radius: 6px;
    width: 60px;
    height: 44px;
    text-align: center;
    font-weight: bold;
}

/* CART TOTALS — MATCHING COLLATERAL BOX */
.gol-cart-collaterals .cart_totals {
    background: #0a1f3d;
    border: 3px solid #D4AF37;
    border-radius: 16px;
    padding: 2rem;
    max-width: 480px;
    margin: 0 auto 4rem;
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}
.gol-cart-collaterals h2 {
    color: #D4AF37;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1.5rem;
}
.gol-cart-collaterals table {
    width: 100%;
    color: #fff;
}
.gol-cart-collaterals th {
    color: #D4AF37;
    font-weight: 800;
    text-transform: uppercase;
}
.gol-cart-collaterals .order-total td,
.gol-cart-collaterals .order-total th {
    font-size: 2rem;
    color: #FFD700;
    font-weight: 900;
}
.gol-cart-collaterals .wc-proceed-to-checkout {
    text-align: center;
    margin-top: 2rem;
}
/* ==================================================================
   CART PAGE — CRIMSON "PROCEED TO CHECKOUT" BUTTON — NO DROP SHADOW
   ================================================================== */
.gol-cart-collaterals .checkout-button,
.woocommerce a.checkout-button.button.alt,
.woocommerce button.checkout-button.button.alt,
.wc-proceed-to-checkout a.checkout-button,
button.checkout-button,
a.checkout-button {
    background: #b30000 !important;           /* Guns of Liberty crimson */
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    padding: 1.4rem 4rem !important;
    border-radius: 12px !important;
    box-shadow: none !important;              /* ← drop shadow removed */
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.gol-cart-collaterals .checkout-button:hover,
.woocommerce a.checkout-button.button.alt:hover,
.woocommerce button.checkout-button.button.alt:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
button.checkout-button:hover,
a.checkout-button:hover {
    background: #d63035 !important;           /* lighter crimson on hover */
    transform: translateY(-6px) !important;   /* keeps the lift effect */
    box-shadow: none !important;              /* ← no shadow on hover either */
}
/* COUPON + UPDATE CART BUTTONS */
.actions .button {
    background: #D4AF37 !important;
    color: #000 !important;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 8px !important;
    padding: 0.9rem 2rem !important;
}
.actions .button:hover {
    background: #FFD700 !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .gol-cart-table thead { display: none; }
    .gol-cart-table tbody tr {
        display: block;
        margin-bottom: 2rem;
        border-radius: 16px;
    }
    .gol-cart-table td {
        display: block;
        text-align: center;
        padding: 1rem;
    }
    .gol-cart-table td:before {
        content: attr(data-title) ": ";
        font-weight: bold;
        color: #D4AF37;
    }
    .gol-cart-table .product-remove { text-align: right; padding: 0.5rem 1rem; }
}
/* ==================================================================
   END OF CART PAGE 112225 update
   ================================================================== */
   
/* ==================================================================
   CHECKOUT PAGE — FINAL LOCKED-IN VERSION (NO WHITE GAP) 112225
   ================================================================== */
.woocommerce-checkout {
    /* padding deliberately removed — sticky header handles spacing */
    background: #fff;
}

/* Optional tiny breathing room if you ever want it (never causes gap) */
.woocommerce-checkout .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;     /* safe — only affects inner wrapper, not the page top */
}

/* Main checkout container — centered, max-width like the rest of the site */
.woocommerce-checkout .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
}

/* Remove WooCommerce’s ugly default notices and breadcrumbs */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-breadcrumb,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    display: none !important;
}

/* ——— ORDER REVIEW CARD (right column) ——— */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem;
    margin-bottom: 3rem;
}

.woocommerce-checkout-review-order-table thead th {
    background: #0a1f3d;
    color: #D4AF37;
    padding: 1.4rem 1rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: center;
}

.woocommerce-checkout-review-order-table tbody tr {
    background: #0a1f3d;
    border: 3px solid #D4AF37 !important;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    transition: all .35s ease;
}

.woocommerce-checkout-review-order-table tbody tr:hover {
  transform: translateY(-8px); box-shadow: 0 20px 40px rgba(212,175,55,0.35); border-color: #FFD700 !important;
}
.woocommerce-checkout-review-order-table td {
    padding: 1.8rem 1rem;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.woocommerce-checkout-review-order-table .product-name a {
    color: #D4AF37 !important;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .product-total {
    color: #FFD700 !important;
    font-size: 1.8rem;
    font-weight: 900;
}

/* Order totals box — same style as cart collaterals */
#order_review_heading,
.woocommerce-checkout .cart_totals h2 {
    color: #D4AF37 !important;
    font-size: 2.4rem !important;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 2rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.woocommerce-checkout #payment {
    background: #0a1f3d;
    border: 3px solid #D4AF37;
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    padding: 0;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #D4AF37;
}

.woocommerce-checkout #payment div.payment_box {
    background: rgba(212,175,55,0.15);
    color: #fff;
    border-radius: 8px;
}

/* ——— PLACE ORDER BUTTON — CRIMSON REVOLUTION ——— */
#place_order,
.woocommerce-checkout .wc-proceed-to-checkout .button {
    width: 100% !important;
    background: #b30000 !important;
    color: #fff !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    padding: 1.6rem !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
    margin-top: 2rem;
}

#place_order:hover,
.woocommerce-checkout .wc-proceed-to-checkout .button:hover {
    background: #d63035 !important;
    transform: translateY(-8px) !important;
}

/* ——— FORM FIELDS — CLEAN & PATRIOTIC ——— */
.woocommerce-checkout .form-row label {
    color: #0a1f3d;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.woocommerce-checkout select,
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel],
.woocommerce-checkout textarea {
    border: 2px solid #0a1f3d;
    border-radius: 8px;
    padding: 0.9rem 1.2rem;
    font-size: 1.1rem;
    background: #fff;
    color: #222;
    transition: all 0.2s;
}

.woocommerce-checkout select:focus,
.woocommerce-checkout input:focus,
.woocommerce-checkout textarea:focus {
    border-color: #D4AF37;
    outline: none;
    box-shadow: 0 0 0 3px rgba(212,175,55,0.2);
}

/* Checkbox styling */
.woocommerce-form__label-for-checkbox span {
    color: #0a1f3d;
    font-weight: 600;
}

/* Coupon section on checkout */
.woocommerce-checkout .woocommerce-form-coupon {
    background: #0a1f3d;
    border: 3px solid #D4AF37;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.woocommerce-checkout .woocommerce-form-coupon p {
    color: #D4AF37;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.woocommerce-checkout .woocommerce-form-coupon .button {
    background: #D4AF37 !important;
    color: #000 !important;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 8px;
}

/* Login / Coupon toggle links */
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout a.showcoupon {
    color: #b30000 !important;
    font-weight: 700;
    text-decoration: underline;
}

/* Headings */
.woocommerce-checkout h3 {
    color: #0a1f3d;
    font-size: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 3rem 0 2rem;
    position: relative;
}

.woocommerce-checkout h3::after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background: #b30000;
    margin: 1rem auto 0;
    border-radius: 3px;
}

/* Responsive — stack columns on mobile */
@media (max-width: 768px) {
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
        float: none !important;
        margin-bottom: 0 0 3rem;
    }

    #order_review_heading,
    .woocommerce-checkout .cart_totals h2 {
        font-size: 2rem !important;
    }

    #place_order {
        font-size: 1.7rem !important;
    }
}
/* ============================================================= */
/* QUOTES PAGE – ULTRA-SPECIFIC CARD GRID – BULLETPROOF NOV 30 2025 */
/* ============================================================= */
#quote-forge.quote-forge--grid {
    background: #000 !important;
    padding: 5rem 2rem !important;
    margin: 0 -2rem !important;
}
#quote-forge.quote-forge--grid .section-title {
    color: #ffd700 !important;
    font-size: 3rem !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 3.5rem !important;
    text-align: center !important;
    font-weight: bold !important;
}
#quote-forge .quotes-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3rem !important;
    justify-content: center !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}
#quote-forge .quote-card {
    flex: 1 1 340px !important;
    max-width: 400px !important;
    background: #000 !important;
    border: 4px solid #ffd700 !important;
    padding: 2.5rem 2rem !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.8) !important;
    border-radius: 12px !important; /* Optional: subtle rounding */
}
#quote-forge .quote-card:hover {
    transform: translateY(-12px) !important;
    border-color: #ffed4e !important;
    box-shadow: 0 25px 50px rgba(255,215,0,0.3) !important;
}
#quote-forge .quote-card blockquote {
    margin: 0 0 1.8rem 0 !important;
    font-style: italic !important;
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
    color: #fff !important;
    border-left: 5px solid #ffd700 !important;
    padding-left: 1.5rem !important;
    background: transparent !important; /* Kill any WP blockquote bg */
}
#quote-forge .quote-card cite {
    display: block !important;
    text-align: right !important;
    color: #ffd700 !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
    padding-top: 1rem !important;
    border-top: 2px solid #ffd700 !important;
    font-style: normal !important;
}
/* Mobile Responsiveness – Stack Cards */
@media (max-width: 768px) {
    #quote-forge .quotes-grid {
        flex-direction: column !important;
        align-items: center !important;
        gap: 2rem !important;
    }
    #quote-forge .quote-card {
        max-width: 100% !important;
        width: 90% !important;
    }
    #quote-forge.quote-forge--grid .section-title {
        font-size: 2.2rem !important;
    }
}

/* ============================================================= */
/* HOMEPAGE BOTTOM SECTION – FORCE VERTICAL STACK ON iPHONE 13 & SMALLER */
@media only screen and (max-width: 420px) {
    .home .wp-block-columns,
    .home .wp-block-columns.is-layout-flex,
    .home .wp-block-group:has(.wp-block-columns),
    .home .site-footer .wrap,
    .home .footer-credits,
    .home .site-info {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .home .wp-block-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home .wp-block-column p,
    .home .wp-block-column .wp-block-buttons,
    .home .site-info,
    .home .footer-credits p { text-align: center !important; width: 100% !important; }
    .home .wp-block-buttons { justify-content: center !important; margin: 1.5rem 0 !important; }
    .home .wp-block-button__link { width: 90% !important; max-width: 320px !important; }
    .home .wp-block-columns,
    .home .wp-block-group { gap: 2rem !important; margin-bottom: 2rem !important; }
    .home .site-footer { padding: 2rem 1rem !important; }
}

@media only screen and (max-width: 340px) {
    .home .wp-block-button__link {
        font-size: 1rem !important;
        padding: 0.9rem 1.5rem !important;
    }
}

/* ============================================================= */
/* FEATURE CARDS – KILL HORIZONTAL SCROLL ON iPHONE 13 & SMALLER */
@media only screen and (max-width: 420px) {
    .home .wp-block-columns.gol-cards--classic,
    .home .wp-block-columns:not(.wp-block-columns\.is-layout-flex) .wp-block-column,
    .home .wp-block-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .home .gol-cards--classic .wp-block-columns,
    .home .wp-block-columns.is-layout-flex {
        flex-wrap: wrap !important;
        padding: 0 0.5rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .home .gol-card {
        padding: 2rem 1.5rem !important;
    }
}
/* ============================================================= */
/* FINAL NUCLEAR FIX – KILL HORIZONTAL SCROLL ON iPHONE 13 ONCE AND FOR ALL */
@media only screen and (max-width: 420px) {
    .home .gol-cards--classic > .wp-block-columns[style*="flex-wrap: nowrap"],
    .home .gol-cards--classic > .wp-block-columns {
        flex-wrap: wrap !important;
        gap: 2rem !important;
    }
    
    /* Re-apply 100% width just to be 1000% sure */
    .home .gol-cards--classic .wp-block-column {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}
