    /* ================================================================
       1. PLUGIN OVERRIDES
       ================================================================ */
    
    /* Search Box - Desktop Default (Visible) */
    .wp-independent .search-box.dgwt-wcas-search-wrapp {
        display: flex !important; 
        align-items: center !important;
        background: #fff !important;
        border-radius: 25px !important;
        padding: 0 18px !important;
        width: 210px !important;
        height: 44px !important;
        margin-left: 10px;
        border: none !important;
        box-shadow: none !important;
    }
    .wp-independent .search-box .dgwt-wcas-sf-wrapp {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .wp-independent .search-box .dgwt-wcas-search-form {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .wp-independent .search-box .dgwt-wcas-search-input {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background: transparent !important;
        padding: 0 !important;
        height: auto !important;
        line-height: normal !important;
    }
    .wp-independent .search-box .dgwt-wcas-preloader {
        position: absolute;
        right: 10px;
    }
    .wp-independent .search-box .dgwt-wcas-search-submit {
        display: none !important;
    }
    .dgwt-wcas-suggestions-wrapp {
        z-index: 99999 !important;
    }

    /* ================================================================
       2. MAIN STYLES (Reset & Base)
       ================================================================ */

    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Poppins', sans-serif; }

    /* Yellow Ribbon */
    .wp-independent .yellow-ribbon {
        height: 18px;
        background-color: #ceac00;
        width: 100%;
        display: block;
    }

    /* Banner */
    .wp-independent .banner {
        background-image: url('https://d1aiqglmvv24ul.cloudfront.net/Assets/banner_background.jpeg');
        background-size: cover;
        background-position: center;
        position: relative;
        min-height: 220px !important;
    }
    .wp-independent .banner::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.70);
    }

    /* Navbar */
    .wp-independent .navbar {
        position: relative;
        z-index: 100;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 15px 80px !important;
        max-width: 1600px;
        margin: 0 auto;
        background: transparent !important;
        flex-wrap: nowrap !important;
    }

    /* Logo */
    .wp-independent .logo { display: block; }
    .wp-independent .logo img {
        width: 300px;
        height: auto;
        display: block;
    }

    /* Nav Right */
    .wp-independent .nav-right {
        display: flex !important;
        align-items: center !important;
        gap: 15px;
    }

    /* Menu (Desktop) */
    .wp-independent .menu {
        display: flex !important;
        align-items: center !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .wp-independent .menu > li {
        position: relative;
        list-style: none !important;
    }
    .wp-independent .menu > li > a {
        color: #fff !important;
        text-decoration: none !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        padding: 15px 20px !important;
        display: block;
        transition: color 0.3s ease;
    }
    .wp-independent .menu > li > a:hover {
        color: #D49F2D !important;
    }

    /* Dropdown */
    .wp-independent .has-dropdown { position: relative; }
    .wp-independent .dropdown {
        position: absolute;
        top: 100%; left: 0;
        background: #1a1a1a !important;
        min-width: 230px;
        padding: 12px 0 !important;
        list-style: none !important;
        margin: 0 !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        z-index: 1000;
        box-shadow: 0 5px 25px rgba(0,0,0,0.3);
    }
    .wp-independent .has-dropdown:hover .dropdown {
        opacity: 1; visibility: visible; transform: translateY(0);
    }
    .wp-independent .dropdown li { display: block !important; list-style: none !important; }
    .wp-independent .dropdown li a {
        display: block !important;
        padding: 11px 22px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        transition: all 0.25s ease;
    }
    .wp-independent .dropdown li a:hover {
        color: #D49F2D !important;
        background: rgba(255,255,255,0.05) !important;
        padding-left: 28px !important;
    }

    /* Search Bar (Base Wrapper) */
    .wp-independent .search-box {
        display: flex !important;
        align-items: center !important;
        background: #fff !important;
        border-radius: 25px !important;
        padding: 0 18px !important;
        width: 210px !important;
        height: 44px !important;
        margin-left: 10px;
    }
    .wp-independent .search-box svg {
        width: 18px; height: 18px; stroke: #555;
        margin-right: 10px; flex-shrink: 0;
    }
    .wp-independent .search-box input {
        border: none !important; outline: none !important;
        font-size: 13px !important; font-family: 'Poppins', sans-serif !important;
        color: #333 !important; width: 100%; background: transparent !important;
    }
    .wp-independent .search-box input::placeholder { color: #888; }

    /* Banner Title */
    .wp-independent .banner-title {
        position: relative; z-index: 10;
        text-align: center;
        padding-top: 45px !important;
        padding-bottom: 40px !important;
    }
    .wp-independent .banner-title h1 {
        color: #fff !important; font-size: 48px !important;
        font-weight: 700 !important; letter-spacing: 1px; margin: 0 !important;
    }

    /* Product Card */
    .product-card { padding: 20px; }
    .img-spotlight {
        height: 550px; width: 100%;
        display: flex; align-items: center; justify-content: center;
        margin-bottom: 25px; position: relative;
    }
    .img-spotlight img {
        height: 100%; width: auto; max-width: 100%;
        object-fit: contain;
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
    .img-spotlight:hover img { transform: translateY(-12px); }
    .meta-data { text-align: center; }
    .size-label {
        font-family: 'Montserrat', sans-serif; font-size: 18px;
        color: #888; font-weight: 600; text-transform: uppercase;
        letter-spacing: 1px; margin-bottom: 10px;
    }
    .price-tag {
        font-family: 'DM Sans', sans-serif; font-size: 28px;
        font-weight: 700; color: #ceac00; margin-bottom: 20px;
    }
    .btn-gold {
        display: inline-block; background-color: #003366;
        color: #fff !important; font-family: 'Poppins', sans-serif;
        font-weight: 700; font-size: 16px; padding: 12px 40px;
        border-radius: 5px; text-decoration: none;
        border: 1px solid #003366; transition: all 0.4s ease;
    }
    .btn-gold:hover {
        background-color: #fff; color: #003366 !important;
        border: 1px solid #003366;
    }
    .btn-gold:active { transform: translateY(2px); }

    /* History Section */
    .history {
        background-color: transparent;
        background-image: linear-gradient(180deg, #edc04b 0%, #e0902d 100%);
        position: relative; overflow: hidden;
    }
    .history::after {
        content: ""; height: 100%; width: 100%;
        background-color: transparent;
        background-image: linear-gradient(109deg, #fff 27%, rgba(255, 255, 255, 0) 22%);
        opacity: 1; transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        top: 0; left: 0; position: absolute; pointer-events: none;
    }
    .history .container-wrapper-0 {
        max-width: 1400px; margin: 0 auto;
        padding: 0px 40px; position: relative; z-index: 1;
    }
    .history .img-wrapper {
        position: relative; width: 100%; max-width: 610px;
        aspect-ratio: 1 / 1;
        background-size: contain; background-position: center; background-repeat: no-repeat;
        display: flex; align-items: center; justify-content: center;
        margin: 0 auto; transform: translateX(-90px);
    }
    .history .img-wrapper .img-circle {
        width: 95%; height: auto; object-fit: contain;
        border-radius: 0; position: relative; z-index: 2;
    }
    .history .content {
        padding: 40px 0px 40px 60px !important; 
        max-width: 100%; 
    }
    .history .content p {
        font-family: 'Montserrat', sans-serif; font-weight: 300 !important; 
        font-size: 26px !important; color: #fff;
        line-height: 1.4 !important; margin: 0;
        letter-spacing: 0.5px; width: 100%; max-width: 800px; 
    }

    /* Testimonials */
    .wp-independent .testimonials-section {
        padding: 80px 0 !important; background: #fff !important;
    }
    .wp-independent .testimonials-container {
        max-width: 1400px !important; margin: 0 auto !important; padding: 0 40px !important;
    }
    .wp-independent .testimonials-heading {
        text-align: center !important; margin-bottom: 50px !important;
    }
    .wp-independent .testimonials-heading h2 {
        font-family: 'Poppins', sans-serif; font-size: 56px !important; 
        max-width: 1500px; margin: 0 auto !important; padding: 0 10px;
        font-weight: 600 !important; text-transform: uppercase !important;
        color: #000 !important; line-height: 1.2 !important;
        text-align: center !important; letter-spacing: -0.5px !important;
    }
    .wp-independent .testimonials-row {
        display: flex !important; align-items: center !important; gap: 40px !important;
    }
    .wp-independent .testimonials-left {
        flex: 1 !important; max-width: 50% !important;
        overflow: hidden !important; position: relative !important;
    }
    .wp-independent .testimonial-slider {
        overflow: hidden !important; width: 100% !important; position: relative !important;
    }
    .wp-independent .testimonial-slider .owl-stage-outer {
        overflow: hidden !important; position: relative !important;
    }
    .wp-independent .testimonial-slider .owl-stage { display: flex !important; }
    .wp-independent .testimonial-slider .owl-item {
        overflow: hidden !important; flex-shrink: 0 !important;
    }
    .wp-independent .testimonial-slider .owl-item:not(.active) {
        visibility: hidden !important; opacity: 0 !important;
    }
    .wp-independent .testimonial-slider .owl-item.active {
        visibility: visible !important; opacity: 1 !important;
    }
    .wp-independent .testimonials-right { flex: 1 !important; max-width: 50% !important; }
    .wp-independent .testimonials-right img { width: 100% !important; height: auto !important; }
    .wp-independent .testimonial-card {
        padding: 20px 30px 20px 0 !important; width: 100% !important; overflow: hidden !important;
    }
    .wp-independent .testimonial-card .quote-title {
        font-size: 28px !important; font-weight: 400 !important;
        font-style: italic !important; color: #D49F2D !important;
        margin-bottom: 15px !important;
    }
    .wp-independent .testimonial-card .stars { margin-bottom: 20px !important; }
    .wp-independent .testimonial-card .stars i {
        color: #D49F2D !important; font-size: 18px !important; margin-right: 3px !important;
    }
    .wp-independent .testimonial-card .review-text {
        font-size: 16px !important; font-weight: 400 !important;
        color: #333 !important; line-height: 1.7 !important;
        margin-bottom: 20px !important;
    }
    .wp-independent .testimonial-card .client-name {
        font-size: 16px !important; font-weight: 500 !important;
        color: #D49F2D !important; text-align: right !important;
    }
    .wp-independent .testimonial-nav {
        display: flex !important; gap: 15px !important; margin-top: 30px !important;
    }
    .wp-independent .testimonial-nav button {
        width: 45px !important; height: 45px !important; border-radius: 50% !important;
        border: 2px solid #ccc !important; background: transparent !important;
        cursor: pointer !important; display: flex !important;
        align-items: center !important; justify-content: center !important;
        transition: all 0.3s ease !important;
    }
    .wp-independent .testimonial-nav button:hover {
        border-color: #D49F2D !important; color: #D49F2D !important;
    }
    .wp-independent .testimonial-nav button i {
        font-size: 18px !important; color: #666 !important;
    }
    .wp-independent .testimonial-nav button:hover i {
        color: #D49F2D !important;
    }
    .wp-independent .testimonial-slider .owl-dots { display: none !important; }

    /* Footer */
    .wp-independent footer { display: block !important; }
    .wp-independent .footer-gold {
        background-color: #d49f2d !important; width: 100% !important;
    }
    .wp-independent .footer-black {
        background-color: #000 !important; width: 100% !important;
        position: relative !important;
    }
    .wp-independent .container-wrapper-3 {
        width: 100% !important; max-width: none !important;
        margin: 0 !important; padding: 0 60px !important;
    }
    .wp-independent .top-footer {
        display: flex !important; justify-content: space-between !important;
        align-items: center !important; padding: 18px 0 !important;
    }
    .wp-independent .top-footer ul {
        display: flex !important; align-items: center !important;
        gap: 50px !important; list-style: none !important;
        margin: 0 !important; padding: 0 !important;
    }
    .wp-independent .top-footer ul li { list-style: none !important; }
    .wp-independent .top-footer ul li a {
        color: #fff !important; text-decoration: none !important;
        font-size: 13px !important; font-weight: 600 !important;
        text-transform: uppercase !important; letter-spacing: 1.5px !important;
        transition: opacity 0.3s ease !important;
    }
    .wp-independent .top-footer ul li a:hover { opacity: 0.8 !important; }
    .wp-independent .bottom-footer {
        display: flex !important; justify-content: space-between !important;
        align-items: center !important; padding: 35px 0 !important;
    }
    .wp-independent .bottom-footer p {
        color: #fff !important; font-size: 13px !important;
        font-weight: 400 !important; margin: 0 !important;
    }
    .wp-independent .bottom-footer .footer-logo {
        position: absolute !important; left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .wp-independent .bottom-footer .footer-logo img {
        height: 55px !important; width: auto !important;
    }

    /* Default Menu Elements */
    .mobile-menu-toggle { display: none; }
    .mobile-menu-dropdown { display: none; }
    .mobile-privacy-link { display: none; }

    /* ================================================================
       3. RESPONSIVE / MEDIA QUERIES
       ================================================================ */

    /* ===== 1200px (Laptop/Tablet Landscape) ===== */
    @media (max-width: 1200px) {
        .wp-independent .navbar { padding: 20px 40px !important; }
        .wp-independent .logo img { width: 200px !important; }
        .wp-independent .menu > li > a { padding: 12px 15px !important; font-size: 13px !important; }
        .wp-independent .search-box.dgwt-wcas-search-wrapp { display: none !important; }
        .wp-independent .descrpt h3 { font-size: 30px !important; }
        .wp-independent .testimonials-heading h2 { font-size: 34px !important; }
        .wp-independent .container-wrapper-3 { padding: 0 40px !important; }
        .wp-independent .top-footer ul { gap: 35px !important; }
        .history .content p { font-size: 20px; }
        .history .img-wrapper { max-width: 480px; }
    }

    /* ===== 992px (iPad/Tablet Portrait) ===== */
    @media (max-width: 992px) {
        .wp-independent .navbar { padding: 15px 25px !important; }
        .wp-independent .logo img { width: 160px !important; }
        .wp-independent .menu { display: none !important; }
        .wp-independent .search-box.dgwt-wcas-search-wrapp { display: none !important; }

        .mobile-menu-toggle {
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            background: rgba(0, 0, 0, 0.3);
            border: 2px solid rgba(255,255,255,0.9);
            border-radius: 8px;
            cursor: pointer;
            color: #fff;
            transition: all 0.25s ease;
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            margin-left: auto;
        }
        .mobile-menu-toggle:hover,
        .mobile-menu-toggle.active {
            background: rgba(212, 159, 45, 0.9);
            border-color: #D49F2D;
            transform: scale(1.05);
        }
        .mobile-menu-toggle svg { stroke: #fff; width: 20px; height: 20px; }
        
        .mobile-menu-dropdown {
            display: none; position: absolute; top: 100%; left: 0; right: 0;
            background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
            z-index: 1000; padding: 8px 0;
            box-shadow: 0 15px 40px rgba(0,0,0,0.5); border-bottom: 3px solid #D49F2D;
        }
        .mobile-menu-dropdown.active { display: block; animation: slideDown 0.25s ease; }
        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .mobile-menu-dropdown a {
            display: flex; align-items: center; gap: 12px; padding: 16px 24px;
            color: #fff; text-decoration: none; font-size: 15px; font-weight: 500;
            font-family: 'Poppins', sans-serif; transition: all 0.2s ease;
            border-left: 4px solid transparent;
        }
        .mobile-menu-dropdown a i {
            font-size: 16px; color: #D49F2D; width: 20px; text-align: center;
        }
        .mobile-menu-dropdown a:hover, .mobile-menu-dropdown a:active {
            background: linear-gradient(90deg, rgba(212, 159, 45, 0.15) 0%, transparent 100%);
            color: #D49F2D; border-left-color: #D49F2D; padding-left: 28px;
        }

        .wp-independent .banner-title h1 { font-size: 32px !important; }
        .wp-independent .banner { min-height: 280px !important; }
        .wp-independent .banner-title { padding-top: 35px !important; padding-bottom: 70px !important; }

        .wp-independent .top-footer ul { gap: 25px !important; }
        .wp-independent .top-footer ul li a { font-size: 11px !important; }
        .wp-independent .bottom-footer .footer-logo { position: relative !important; left: auto !important; transform: none !important; }

        .wp-independent .testimonials-row { flex-direction: column !important; }
        .wp-independent .testimonials-left, .wp-independent .testimonials-right { max-width: 100% !important; overflow: hidden !important; }
        .wp-independent .testimonials-right { order: -1 !important; }
        .wp-independent .testimonials-right img { max-width: 450px !important; margin: 0 auto !important; display: block !important; }
        .wp-independent .testimonials-heading h2 { font-size: 28px !important; }

        .history::after { background-image: linear-gradient(180deg, #fff 15%, rgba(255, 255, 255, 0) 15%); }
        .history .container-wrapper-0 { padding: 40px 20px; }
        .history .content { padding: 40px 20px; text-align: center; }
        .history .content p { font-size: 18px; }
        .history .img-wrapper { max-width: 400px; margin-bottom: 30px; transform: none; }
    }

    /* ===== iPad (769px - 992px) specific tweaks ===== */
    @media (min-width: 769px) and (max-width: 992px) {
        .mobile-trust-strip { padding: 10px 20px 12px; margin: 20px auto 0; }
        .mobile-trust-strip .trust-label { font-size: 9px; letter-spacing: 1.5px; margin-bottom: 6px; }
        .mobile-trust-strip .trust-icons { font-size: 24px; gap: 10px; margin-bottom: 6px; }
        .mobile-trust-strip .trust-secure { font-size: 10px; }
        .products-wrapper .btn-gold { padding: 12px 30px; font-size: 14px; min-width: 160px; display: inline-block; text-align: center; }
        .products-wrapper .img-spotlight { height: 400px; }
        .products-wrapper .size-label { font-size: 18px; }
    }

    /* ===== Hero Product Section (Desktop Default) ===== */
    .hero-product-section { padding: 50px 20px 60px; background: #fff; }
    .hero-product-section .container { max-width: 1200px; margin: 0 auto; }
    .hero-headline { text-align: center; margin-bottom: 12px; }
    .hero-headline h3 {
        font-family: 'Poppins', sans-serif; font-size: 35px; font-weight: 700;
        color: #000; line-height: 1.2; margin: 0;
    }
    .hero-description { text-align: center; margin-bottom: 10px; }
    .hero-description p {
        font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400;
        color: #555; line-height: 1.7; max-width: 850px; margin: 0 auto;
    }
    .products-wrapper .product-row { align-items: center; }
    
    /* Mobile Trust Strip (Base) */
    .mobile-trust-strip {
        display: inline-flex; flex-direction: column; align-items: center; text-align: center;
        padding: 12px 24px 14px; background: transparent; border-radius: 0; border: none; margin: 25px auto 0;
    }
    .products-wrapper + .mobile-trust-strip, .hero-description + .mobile-trust-strip {
        display: flex; flex-direction: column; align-items: center; width: 100%;
    }
    .mobile-trust-strip .trust-label {
        font-size: 10px; color: #003366; text-transform: uppercase;
        letter-spacing: 2px; margin-bottom: 8px; font-weight: 600;
    }
    .mobile-trust-strip .trust-icons {
        display: flex; justify-content: center; gap: 12px; font-size: 28px;
        color: #666; margin-bottom: 8px;
    }
    .mobile-trust-strip .trust-icons i { opacity: 0.6; }
    .mobile-trust-strip .trust-secure {
        font-size: 11px; color: #28a745; font-weight: 600;
        display: flex; align-items: center; justify-content: center; gap: 5px;
    }
    .mobile-trust-strip .trust-secure i { font-size: 12px; }

    /* ===== MOBILE PHONES (768px and below) ===== */
    @media (max-width: 768px) {
        .history .content p { font-size: 16px; }
        
        .wp-independent .banner { min-height: 115px !important; }
        .wp-independent .banner-title { padding-top: 10px !important; padding-bottom: 15px !important; }
        .wp-independent .banner-title h1 { font-size: 20px !important; }
        .wp-independent .navbar { padding: 10px 15px !important; position: relative; }
        .wp-independent .logo img { width: 105px !important; }
        .wp-independent .search-box.dgwt-wcas-search-wrapp { display: none !important; }

        .hero-product-section { padding: 18px 8px 22px; }
        .mobile-flex-wrapper { display: flex; flex-direction: column; }
        .hero-headline { order: 1; margin-bottom: 12px; }
        .products-wrapper { order: 2; }
        .hero-description { order: 3; margin-top: 8px; margin-bottom: 18px; }
        .mobile-trust-strip { order: 4; display: block; }
        
        .hero-headline h3 { font-size: 18px; line-height: 1.3; padding: 0 5px; }
        .products-wrapper .product-row { margin-left: 0; margin-right: 0; align-items: stretch; justify-content: center; }
        .plaque-col-wide, .plaque-col-tall { padding-left: 3px !important; padding-right: 3px !important; display: flex; }
        
        /* FIX: Ensure cards are flex columns to push buttons to bottom */
        .products-wrapper .product-card { 
            padding: 0; 
            display: flex; 
            flex-direction: column; 
            width: 100%; 
            height: 100%; /* Important for alignment */
        }
        
        /* Default mobile height */
        .products-wrapper .img-spotlight {
            height: 264px; /* Original value */
            margin-bottom: 10px; display: flex; align-items: center; justify-content: center;
        }
        .products-wrapper .img-spotlight img { max-height: 100%; width: auto; object-fit: contain; }
        
        /* Meta data pushes to bottom */
        .products-wrapper .meta-data { 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            margin-top: auto; /* Aligns buttons at bottom */
            flex-grow: 1;
            justify-content: flex-end;
        }
        .products-wrapper .size-label { font-size: 13px; margin-bottom: 4px; letter-spacing: 0.5px; }
        .products-wrapper .price-tag { font-size: 17px; margin-bottom: 10px; }
        .products-wrapper .btn-gold {
            padding: 11px 8px; font-size: 11px; width: 100%; max-width: 130px;
            display: block; text-align: center; font-weight: 600; box-sizing: border-box;
        }
        .hero-description p { font-size: 13px; line-height: 1.5; padding: 0 10px; text-align: center; }

        /* Mobile Trust Strip Tweaks */
        .mobile-trust-strip {
            text-align: center; padding: 12px 10px; background: transparent;
            border-radius: 0; margin: 5px auto 0; border: none; max-width: 100%;
        }
        .mobile-trust-strip .trust-label { font-size: 9px; margin-bottom: 8px; letter-spacing: 1.5px; }
        .mobile-trust-strip .trust-icons { gap: 12px; font-size: 24px; margin-bottom: 8px; }
        .mobile-trust-strip .trust-secure { font-size: 11px; }
        .mobile-trust-strip .trust-secure i { font-size: 12px; }

        /* History */
        .history { padding: 0 !important; }
        .history::after { background-image: linear-gradient(160deg, #fff 32%, rgba(255, 255, 255, 0) 32%) !important; }
        .history .container-wrapper-0 { padding: 20px 15px 30px !important; }
        .history .row { flex-direction: column !important; align-items: center !important; }
        .history .col-lg-6 { width: 100%; max-width: 100%; flex: none; }
        .history .img-wrapper {
            width: 320px !important; max-width: 280px !important; height: auto; aspect-ratio: 1 / 1;
            margin: 0 auto 20px !important; transform: none !important;
            background-size: contain !important; background-position: center !important; background-repeat: no-repeat !important;
        }
        .history .img-wrapper .img-circle { width: 90%; height: auto; }
        .history .content { padding: 0 15px !important; text-align: center !important; }
        .history .content p { font-size: 13px !important; line-height: 1.5 !important; margin-bottom: 10px !important; }
        .history .content br { display: none !important; }

        /* Testimonials */
        .wp-independent .testimonials-section { padding: 30px 0 !important; }
        .wp-independent .testimonials-heading { margin-bottom: 20px !important; }
        .wp-independent .testimonials-heading h2 { font-size: 16px !important; line-height: 1.3 !important; padding: 0 15px; }
        .wp-independent .testimonials-right img { max-width: 250px !important; }
        .wp-independent .testimonial-card { padding: 12px !important; }
        .wp-independent .testimonial-card .quote-title { font-size: 16px !important; }
        .wp-independent .testimonial-card .review-text { font-size: 12px !important; }
        .wp-independent .testimonial-nav { margin-top: 15px !important; }
        .wp-independent .testimonial-nav button { width: 35px !important; height: 35px !important; }

        /* Footer */
        .wp-independent .footer-gold { padding: 0 !important; }
        .wp-independent .container-wrapper-3 { padding: 0 12px !important; }
        .wp-independent .top-footer {
            flex-direction: row !important; flex-wrap: nowrap !important;
            justify-content: center !important; align-items: center !important;
            gap: 0 !important; padding: 12px 5px !important;
        }
        .wp-independent .top-footer ul.footer-main-links {
            display: flex !important; flex-wrap: nowrap; justify-content: center;
            gap: 18px !important; margin: 0; padding: 0;
        }
        .wp-independent .top-footer ul.footer-legal-links { display: none !important; }
        .wp-independent .top-footer ul li a {
            font-size: 10px !important; letter-spacing: 0.5px !important; white-space: nowrap;
        }
        .wp-independent .bottom-footer {
            flex-direction: column !important; text-align: center !important;
            gap: 8px !important; padding: 15px 15px !important;
        }
        .wp-independent .bottom-footer .footer-logo {
            position: relative !important; left: auto !important; transform: none !important; order: 1;
        }
        .wp-independent .bottom-footer .footer-logo img { height: 35px !important; }
        .wp-independent .bottom-footer p { font-size: 10px !important; order: 3; margin: 0; opacity: 0.8; }
        
        .mobile-privacy-link {
            display: inline-block !important; order: 2; color: #D49F2D !important;
            font-size: 11px; text-decoration: none; font-weight: 500; padding: 3px 0;
        }
        .mobile-privacy-link:hover { text-decoration: underline; }
    }

    /* ===== SMALL PHONES (389px and below) ===== */
    @media (max-width: 389px) {
        .hero-headline h3 { font-size: 16px; }
        .products-wrapper .img-spotlight { height: 222px; }
        .products-wrapper .size-label { font-size: 12px; }
        .products-wrapper .price-tag { font-size: 15px; }
        .products-wrapper .btn-gold { padding: 10px 6px; font-size: 10px; max-width: 110px; }
        .hero-description p { font-size: 12px; }
        .history .img-wrapper { width: 230px !important; max-width: 250px !important; }
        .history .content p { font-size: 12px !important; }
        .wp-independent .testimonials-heading h2 { font-size: 14px !important; }
        .wp-independent .top-footer ul.footer-main-links { gap: 12px !important; }
        .wp-independent .top-footer ul li a { font-size: 9px !important; }
        .mobile-menu-dropdown a { padding: 14px 20px; font-size: 14px; }
    }

    /* === FIX FOR 390px - 419px (Exact Ratio Fix) === */
    /* Based on 999px vs 744px width ratio */
    @media (min-width: 390px) and (max-width: 419px) {
        .hero-product-section { 
            padding-left: 0 !important; 
            padding-right: 0 !important; 
        }
        .products-wrapper .img-spotlight { 
            height: 240px !important;
        }
        .products-wrapper .size-label { font-size: 13px; }
        .products-wrapper .price-tag { font-size: 17px; }
        .products-wrapper .btn-gold { 
            padding: 12px 20px; 
            font-size: 11px; 
            max-width: 140px;
            width: auto;
            display: inline-block;
        }

        /* FORCE EXACT PIXEL RATIO: 
           999 / (999+744) = 57.3%
           744 / (999+744) = 42.7%
        */
        .plaque-col-wide { 
            flex: 0 0 57% !important; 
            max-width: 57% !important; 
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
        .plaque-col-tall { 
            flex: 0 0 43% !important; 
            max-width: 43% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    /* === FIX FOR 420px - 490px (15% BIGGER PLAQUES) === */
    @media (min-width: 420px) and (max-width: 490px) {
        .hero-product-section { 
            padding-left: 0 !important; 
            padding-right: 0 !important; 
        }
        .products-wrapper .img-spotlight { 
            height: 276px !important; /* 240px * 1.15 = 276px */
        }
        .products-wrapper .size-label { font-size: 13px; }
        .products-wrapper .price-tag { font-size: 17px; }
        .products-wrapper .btn-gold { 
            padding: 12px 20px; 
            font-size: 11px; 
            max-width: 140px;
            width: auto;
            display: inline-block;
        }

        .plaque-col-wide { 
            flex: 0 0 57% !important; 
            max-width: 57% !important; 
            padding-right: 0 !important;
            padding-left: 0 !important;
        }
        .plaque-col-tall { 
            flex: 0 0 43% !important; 
            max-width: 43% !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }

    /* ===== LARGE PHONES (iPhone Pro Max / Plus) ===== */
    @media (min-width: 491px) and (max-width: 768px) {
        .hero-headline h3 { font-size: 20px; }
        .products-wrapper .img-spotlight { height: 300px; }
        .products-wrapper .size-label { font-size: 14px; }
        .products-wrapper .price-tag { font-size: 18px; }
        .products-wrapper .btn-gold { padding: 12px 10px; font-size: 12px; max-width: 140px; }
        .history .img-wrapper { width: 320px !important; max-width: 350px !important; }
        .history .content p { font-size: 14px !important; }
        .wp-independent .testimonials-heading h2 { font-size: 18px !important; }
        .wp-independent .testimonials-right img { max-width: 300px !important; }
        .wp-independent .top-footer ul.footer-main-links { gap: 22px !important; }
        .wp-independent .top-footer ul li a { font-size: 11px !important; }
    }
