/* VIETNAM CASSIA v7.0 — COMPLETE THEME */

/* === RESET === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{overflow-x:hidden;scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,sans-serif;color:#2d1810;line-height:1.6;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden;padding-top:65px;top:0!important;position:static!important}
a{transition:all .25s;text-decoration:none}
img{max-width:100%;height:auto;display:block}
p{margin-bottom:14px}

/* === HEADER === */
.site-header{background:#1a0e08;position:fixed;top:0;left:0;right:0;width:100%;z-index:9999;height:65px}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:65px;gap:20px}
.site-logo{text-decoration:none;flex-shrink:0}
.logo-text{color:#fff;font-family:'Playfair Display',serif;font-size:20px;letter-spacing:3px;font-weight:700;display:block;line-height:1.1}
.logo-sub{color:#d4a855;font-size:8px;letter-spacing:4px;text-transform:uppercase;display:block}
.header-right{display:flex;align-items:center;gap:12px}
.main-nav{display:flex;align-items:center;gap:0;flex:1;justify-content:center}
.main-nav ul{list-style:none!important;display:flex;align-items:center;gap:0;margin:0;padding:0}
.main-nav li{list-style:none!important;margin:0;padding:0}
.main-nav li::marker,.main-nav li::before{display:none!important;content:none!important}
.main-nav a{color:rgba(255,255,255,.75);font-size:13px;font-weight:500;padding:10px 12px;letter-spacing:.3px;white-space:nowrap}
.main-nav a:hover{color:#fff}
.main-nav a.cart-link{font-size:16px;position:relative;padding:10px 8px}
.cart-count{position:absolute;top:2px;right:0;background:#d4a855;color:#1a0e08;font-size:9px;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.main-nav a.cta-btn{background:#d4a855;color:#1a0e08!important;padding:8px 16px;margin-left:6px;border-radius:4px;font-weight:700;font-size:11px;letter-spacing:1px;text-transform:uppercase}
.main-nav a.cta-btn:hover{background:#e8c97a}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.menu-toggle span{width:22px;height:2px;background:#fff;display:block}

/* === FLAGS === */
.lang-flags{display:flex;align-items:center;gap:6px}
.flag-link{display:flex;align-items:center;opacity:.4;transition:opacity .2s;padding:4px;cursor:pointer}
.flag-link:hover,.flag-link.active{opacity:1}
.flag-link img{border-radius:2px;display:block;width:20px;height:13px}
.header-right .cta-btn{background:#d4a855;color:#1a0e08!important;padding:8px 16px;border-radius:4px;font-weight:700;font-size:11px;letter-spacing:1px;text-transform:uppercase;text-decoration:none;white-space:nowrap;display:inline-block}
.header-right .cta-btn:hover{background:#e8c97a}

/* === GOOGLE TRANSLATE HIDE === */
.goog-te-banner-frame,.skiptranslate,iframe.goog-te-banner-frame,body>.skiptranslate{display:none!important}
#google_translate_element{position:absolute;left:-9999px;visibility:hidden}

/* === ADMIN BAR === */
body.admin-bar{padding-top:97px}
body.admin-bar .site-header{top:32px}
/* === BUTTONS === */
.btn{padding:15px 36px;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border-radius:4px;display:inline-block;cursor:pointer;text-align:center}
.btn-primary{background:#d4a855;color:#1a0e08}
.btn-primary:hover{background:#e8c97a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(212,168,85,.3)}
.btn-outline{border:1.5px solid rgba(255,255,255,.45);color:#fff}
.btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.btn-dark{background:#2d1810;color:#fff}
.btn-dark:hover{background:#4a2a1a}

/* === HERO === */
.hero{min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(160deg,#1a0e08 0%,#2d1810 35%,#5c3a28 65%,#8b6914 100%);padding:80px 20px 60px}
.hero-content{max-width:700px}
.hero-tag{font-size:11px;letter-spacing:5px;text-transform:uppercase;color:#d4a855;margin-bottom:24px;font-weight:600}
.hero h1{font-family:'Playfair Display',serif;font-size:52px;font-weight:700;letter-spacing:2px;margin-bottom:18px;line-height:1.12}
.hero .subtitle{font-size:18px;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:8px}
.hero .tagline{font-size:15px;color:rgba(255,255,255,.65);margin-bottom:36px}
.hero-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* === TRUST BAR === */
.trust-bar{background:#faf6f0;padding:28px 20px;border-bottom:1px solid #f0ebe3}
.trust-bar .stats{display:flex;justify-content:center;gap:50px;max-width:800px;margin:0 auto;flex-wrap:wrap}
.stat-item{text-align:center;min-width:0}
.stat-number{font-size:28px;font-weight:800;color:#2d1810;display:block;line-height:1.2}
.stat-label{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#8b7355;margin-top:4px;display:block;font-weight:500;line-height:1.3}

/* === SECTIONS === */
.section{padding:70px 20px;max-width:1200px;margin:0 auto}
.section-alt{background:#faf6f0;max-width:100%;padding:70px 20px}
.section-alt>.container{max-width:1200px;margin:0 auto}
.container{max-width:1200px;margin:0 auto}
.section-header{text-align:center;margin-bottom:36px}
.section-tag{font-size:11px;letter-spacing:5px;text-transform:uppercase;color:#d4a855;font-weight:700;margin-bottom:12px}
.section-title{font-family:'Playfair Display',serif;font-size:34px;color:#2d1810;font-weight:700;line-height:1.2}
.section-desc{font-size:16px;line-height:1.8;color:#5c4a3a;margin-top:14px;max-width:650px;margin-left:auto;margin-right:auto}

/* === STORY === */
.story-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:start}
.story-text p{font-size:16px;line-height:1.8;color:#5c4a3a}
.story-text strong{color:#2d1810}
.story-timeline{padding-left:28px;border-left:3px solid #d4a855}
.timeline-item{margin-bottom:24px;position:relative}
.timeline-item::before{content:'';position:absolute;left:-35px;top:6px;width:10px;height:10px;background:#d4a855;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 2px #d4a855}
.timeline-year{font-size:12px;font-weight:800;color:#d4a855;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:4px}
.timeline-item p{font-size:14px;color:#5c4a3a;line-height:1.6;margin:0}

/* === PRODUCT CARDS === */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}
.product-card{background:#fff;border-radius:10px;overflow:hidden;border:1px solid #ece5d8;transition:all .3s}
.product-card:hover{box-shadow:0 10px 30px rgba(45,24,16,.08);transform:translateY(-3px)}
.product-card .card-img{height:200px;display:flex;align-items:center;justify-content:center;background:#faf6f0;font-size:50px}
.product-card .card-body{padding:22px}
.product-card h3{font-size:17px;font-weight:700;color:#2d1810;margin-bottom:6px}
.product-card p{font-size:14px;color:#6b5a4a;line-height:1.6}
.product-card .price{font-size:20px;font-weight:800;color:#2d1810;margin-top:10px}
.product-card .price small{font-size:14px;font-weight:400;color:#8b7355}
/* === PROCESS === */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:36px}
.process-step{text-align:center}
.process-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 14px;background:#faf6f0;border:2px solid #ece5d8}
.process-step h3{font-size:14px;font-weight:700;color:#2d1810;margin-bottom:6px}
.process-step p{font-size:14px;color:#6b5a4a;line-height:1.6}

/* === CTA === */
.cta-section{background:linear-gradient(135deg,#1a0e08,#2d1810 50%,#3d2015);padding:70px 20px;text-align:center;color:#fff;width:100%}
.cta-section h2{font-family:'Playfair Display',serif;font-size:32px;margin-bottom:14px;color:#fff}
.cta-section p{color:rgba(255,255,255,.75);font-size:16px;line-height:1.7;max-width:550px;margin:0 auto 28px}

/* === FEATURES === */
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:36px}
.feature-item{padding:24px;border-left:4px solid #d4a855;background:#faf6f0;border-radius:0 8px 8px 0}
.feature-item:hover{background:#f5ede0}
.feature-item h3{font-size:15px;font-weight:700;color:#2d1810;margin-bottom:6px}
.feature-item p{font-size:14px;color:#5c4a3a;line-height:1.65}

/* === CERTIFICATIONS === */
.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px}
.cert-card{background:#fff;border:1px solid #ece5d8;border-radius:10px;padding:28px 20px;text-align:center}
.cert-card:hover{box-shadow:0 8px 25px rgba(45,24,16,.06)}
.cert-icon{font-size:36px;display:block;margin-bottom:14px}
.cert-card h3{font-size:15px;font-weight:700;color:#2d1810;margin-bottom:8px}
.cert-card p{font-size:14px;color:#5c4a3a;line-height:1.6}

/* === BLOG PREVIEW === */
.blog-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}
.blog-preview-card{background:#fff;border:1px solid #ece5d8;border-radius:10px;overflow:hidden;display:block;color:inherit}
.blog-preview-card:hover{box-shadow:0 10px 30px rgba(45,24,16,.06)}
.blog-preview-img{height:180px;overflow:hidden;background:#faf6f0}
.blog-preview-img img{width:100%;height:100%;object-fit:cover}
.blog-preview-body{padding:20px}
.blog-preview-date{font-size:12px;color:#8b7355;font-weight:600}
.blog-preview-card h3{font-size:16px;font-weight:700;color:#2d1810;margin:6px 0;line-height:1.4}
.blog-preview-card p{font-size:14px;color:#6b5a4a;line-height:1.6;margin:0}
.contact-buttons{display:flex;gap:12px;justify-content:center;margin-top:10px;flex-wrap:wrap}

/* === WOOCOMMERCE SHOP === */
.wc-content{max-width:1200px;margin:0 auto;padding:30px 20px}
.woocommerce ul.products,.woocommerce-page ul.products{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important;margin:0!important;padding:0!important;list-style:none!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important;content:none!important}
.woocommerce ul.products li.product{width:100%!important;float:none!important;margin:0!important;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #ece5d8;display:flex!important;flex-direction:column}
.woocommerce ul.products li.product:hover{box-shadow:0 10px 30px rgba(45,24,16,.08);transform:translateY(-3px)}
.woocommerce ul.products li.product a img{width:100%!important;height:250px!important;object-fit:cover!important;margin:0!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;font-weight:700!important;color:#2d1810!important;padding:16px 18px 4px!important;margin:0!important}
.woocommerce ul.products li.product .price{padding:0 18px 12px!important;font-size:18px!important;font-weight:800!important;color:#2d1810!important}
.woocommerce ul.products li.product .button{display:block!important;margin:auto 18px 12px!important;background:#2d1810!important;color:#fff!important;padding:12px 18px!important;font-weight:700!important;font-size:12px!important;text-align:center!important;border-radius:6px!important;border:none!important;letter-spacing:1px!important;text-transform:uppercase!important}
.woocommerce ul.products li.product .button:hover{background:#4a2a1a!important}
.woocommerce ul.products li.product a.added_to_cart{display:none!important}
/* === SINGLE PRODUCT === */
.single-product .wc-content{max-width:1100px}
.single-product .woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:start}
.single-product .woocommerce div.product div.images img{width:100%!important;border-radius:10px}
.single-product .woocommerce div.product .summary .product_title{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:#2d1810;margin-bottom:10px}
.single-product .woocommerce div.product .summary .price{font-size:28px;color:#2d1810;font-weight:800;margin:10px 0 18px}
.single-product .woocommerce div.product .summary .woocommerce-product-details__short-description{font-size:15px;line-height:1.8;color:#5c4a3a;margin-bottom:20px}
.single-product form.cart{display:flex;align-items:center;gap:12px;margin:20px 0}
.single-product .quantity .qty{width:70px;padding:12px;border:2px solid #ece5d8;border-radius:6px;text-align:center;font-size:16px;font-weight:700;background:#faf6f0}
.single-product .single_add_to_cart_button{background:#2d1810!important;color:#fff!important;padding:15px 40px!important;font-weight:700!important;font-size:13px!important;border:none!important;border-radius:6px!important;letter-spacing:1px!important;text-transform:uppercase!important}
.single-product .single_add_to_cart_button:hover{background:#4a2a1a!important}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:40px}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex!important;border-bottom:2px solid #ece5d8;padding:0!important;margin:0 0 25px!important;list-style:none!important;background:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none!important;border:none!important;margin:0!important;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 24px;display:block;color:#8b7355;font-size:14px;font-weight:600;border-bottom:2px solid transparent;margin-bottom:-2px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#2d1810;border-bottom-color:#d4a855}
.woocommerce div.product .woocommerce-tabs .panel{font-size:15px;line-height:1.8;color:#5c4a3a}
.related.products{grid-column:1/-1;margin-top:40px}
.related.products h2{font-family:'Playfair Display',serif;font-size:22px;color:#2d1810;margin-bottom:20px}

/* === CART TABLE === */
.woocommerce table.shop_table{border:none!important;width:100%;border-collapse:collapse}
.woocommerce table.shop_table thead{background:#faf6f0}
.woocommerce table.shop_table th{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#8b7355;font-weight:700;padding:14px 18px!important;border:none!important}
.woocommerce table.shop_table td{padding:18px!important;border-bottom:1px solid #f5f0e8!important;border-top:none!important;vertical-align:middle!important}
.woocommerce table.shop_table td.product-thumbnail img{width:70px!important;height:70px!important;object-fit:cover;border-radius:8px}
.woocommerce table.shop_table td.product-name a{color:#2d1810;font-weight:700;font-size:15px}
.woocommerce table.shop_table td.product-name a:hover{color:#d4a855}
.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal{font-weight:800;color:#2d1810}
.woocommerce table.shop_table td.product-remove a{color:#ccc!important;font-size:18px}
.woocommerce table.shop_table td.product-remove a:hover{color:#c0392b!important;background:none!important}

/* === CHECKOUT === */
.woocommerce-checkout .wc-content{max-width:1000px}
.woocommerce-checkout h3{font-family:'Playfair Display',serif;font-size:22px;color:#2d1810;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #f0ebe3}
.woocommerce form .form-row label{font-size:13px;font-weight:700;color:#2d1810}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{padding:13px 15px!important;border:2px solid #ece5d8!important;border-radius:6px!important;font-size:15px!important;background:#faf6f0!important;height:auto!important;min-height:48px!important;color:#2d1810!important}
.woocommerce form .form-row input:focus,.woocommerce form .form-row select:focus{border-color:#d4a855!important;background:#fff!important;outline:none!important}
.woocommerce-checkout #order_review{background:#faf6f0;padding:25px;border-radius:10px;border:1px solid #ece5d8}
.woocommerce-checkout #payment{background:transparent!important}
.woocommerce-checkout #payment ul.payment_methods{padding:0!important;border:none!important}
.woocommerce-checkout #payment ul.payment_methods li{background:#fff!important;border:2px solid #ece5d8!important;border-radius:8px!important;padding:15px 18px!important;margin-bottom:8px!important}
.woocommerce-checkout #payment .payment_box{background:#faf6f0!important;border-radius:6px;padding:12px!important;margin-top:8px}
.woocommerce-checkout #payment .payment_box::before{display:none!important}
.woocommerce-checkout #place_order{background:#d4a855!important;color:#1a0e08!important;padding:16px!important;font-weight:800!important;font-size:14px!important;letter-spacing:2px!important;text-transform:uppercase!important;border:none!important;border-radius:6px!important;width:100%!important;cursor:pointer!important}
.woocommerce-checkout #place_order:hover{background:#e8c97a!important}

/* === WC MESSAGES === */
.woocommerce-message{background:#faf6f0!important;border-top:3px solid #d4a855!important;border-radius:8px!important;padding:14px 18px!important;color:#2d1810!important;font-size:14px!important;margin-bottom:20px!important}
.woocommerce-message::before{color:#d4a855!important}
.woocommerce-message a.button{background:#2d1810!important;color:#fff!important;padding:8px 16px!important;border-radius:4px!important;font-size:12px!important;font-weight:700!important;letter-spacing:1px!important;text-transform:uppercase!important;float:right!important}
.woocommerce-error{border-top-color:#c0392b!important}
/* === PAGES === */
.page-hero{background:#faf6f0;padding:95px 20px 35px;text-align:center;border-bottom:1px solid #f0ebe3}
.page-hero h1{font-family:'Playfair Display',serif;font-size:32px;color:#2d1810}
.page-content{max-width:850px;margin:0 auto;padding:45px 20px}
.page-content h2{font-family:'Playfair Display',serif;font-size:24px;color:#2d1810;margin:30px 0 12px}
.page-content h3{font-size:20px;color:#2d1810;margin:24px 0 10px}
.page-content p{font-size:16px;line-height:1.85;color:#5c4a3a}
.page-content li{font-size:15px;line-height:1.8;color:#5c4a3a;margin-bottom:6px}
.page-content img{border-radius:12px;margin:20px 0;box-shadow:0 8px 30px rgba(45,24,16,.12)}

/* === BLOG === */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:40px 20px}
.blog-card{border-radius:10px;overflow:hidden;border:1px solid #ece5d8;background:#fff}
.blog-card:hover{box-shadow:0 10px 30px rgba(45,24,16,.06)}
.blog-card .card-body{padding:20px}
.blog-card h2{font-size:16px;font-weight:700;color:#2d1810;margin-bottom:6px;line-height:1.4}
.blog-card h2 a{color:inherit}
.blog-card .meta{font-size:12px;color:#8b7355}
.blog-card .excerpt{font-size:14px;color:#6b5a4a;line-height:1.6;margin-top:8px}

/* === FOOTER === */
.site-footer{background:#1a0e08;color:#fff;padding:60px 20px 25px}
.footer-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}
.footer-col h4{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#8b7355;margin-bottom:16px;font-weight:700}
.footer-col p{font-size:14px;color:#7a6b5a;line-height:1.7}
.footer-col a{display:block;color:#7a6b5a;font-size:14px;padding:4px 0}
.footer-col a:hover{color:#d4a855}
.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid #2d1810;text-align:center}
.footer-bottom p{font-size:12px;color:#5c4a3a}

/* === WHATSAPP === */
#whatsapp-btn{position:fixed;bottom:20px;right:15px;width:48px;height:48px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(37,211,102,.3);z-index:998;font-size:22px;text-decoration:none}
.wp-block-navigation{display:none}

/* ==========================================
   RESPONSIVE — TABLET (≤900px)
   ========================================== */

/* === CONTACT FORM === */
.page-content .contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}
.page-content .contact-info h2{font-family:'Playfair Display',serif;font-size:26px;color:#2d1810;margin-bottom:16px}
.page-content .contact-info p{font-size:15px;color:#5c4a3a;line-height:1.8}
.page-content .wpcf7 label{display:block;font-size:13px;font-weight:700;color:#2d1810;margin-bottom:6px}
.page-content .wpcf7 input[type="text"],.page-content .wpcf7 input[type="email"],.page-content .wpcf7 input[type="tel"],.page-content .wpcf7 select,.page-content .wpcf7 textarea{width:100%!important;padding:12px 14px!important;border:1.5px solid #ddd!important;border-radius:6px!important;font-size:14px!important;font-family:'Inter',sans-serif!important;background:#fff!important;color:#2d1810!important;transition:border .2s!important;box-sizing:border-box!important}
.page-content .wpcf7 input:focus,.page-content .wpcf7 select:focus,.page-content .wpcf7 textarea:focus{border-color:#d4a855!important;outline:none!important;box-shadow:0 0 0 3px rgba(212,168,85,.1)!important}
.page-content .wpcf7 textarea{min-height:120px;resize:vertical}
.page-content .wpcf7 p{margin-bottom:16px}
.page-content .wpcf7 input[type="submit"]{display:block!important;width:100%!important;background:#d4a855!important;color:#1a0e08!important;padding:16px!important;font-weight:800!important;font-size:14px!important;letter-spacing:2px!important;text-transform:uppercase!important;border:none!important;border-radius:8px!important;cursor:pointer!important;font-family:'Inter',sans-serif!important;transition:all .2s!important}
.page-content .wpcf7 input[type="submit"]:hover{background:#e8c97a!important;transform:translateY(-1px)!important}
.page-content .wpcf7-form{background:#faf6f0;padding:30px;border-radius:12px;border:1px solid #ece5d8}


@media(max-width:900px){
.menu-toggle{display:flex!important}
.main-nav{display:none!important;position:fixed;top:65px;left:0;right:0;bottom:0;background:#1a0e08;flex-direction:column;padding:20px;z-index:9998;overflow-y:auto}
.main-nav.active{display:flex!important}
.main-nav a{padding:15px 20px;font-size:15px;border-bottom:1px solid rgba(255,255,255,.05);width:100%}
.main-nav a.cta-btn{margin:15px 0 0;text-align:center}
.header-inner{justify-content:space-between}
.logo-text{font-size:17px;letter-spacing:2px}
.logo-sub{font-size:7px;letter-spacing:3px}
.header-right{position:static;transform:none;gap:8px}
.header-right .cta-btn{display:none!important}
.flag-link img{width:16px;height:11px}
body.admin-bar .main-nav{top:97px}
}

/* ==========================================
   RESPONSIVE — MOBILE (≤768px)
   ========================================== */
@media(max-width:768px){
.hero{padding:70px 20px 50px;min-height:70vh}
.hero h1{font-size:30px;letter-spacing:1px}
.hero .subtitle{font-size:15px}
.hero .tagline{font-size:13px;margin-bottom:28px}
.hero-tag{font-size:10px;letter-spacing:4px}
.hero-buttons{flex-direction:column;align-items:center;gap:10px}
.hero-buttons .btn{width:240px;padding:14px 20px}
.trust-bar{padding:20px 16px}
.trust-bar .stats{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px}
.stat-number{font-size:22px}
.stat-label{font-size:8px;letter-spacing:1.5px}
.section{padding:45px 18px}
.section-title{font-size:22px}
.section-desc{font-size:14px}
.section-tag{font-size:10px}
.story-grid{grid-template-columns:1fr;gap:28px}
.products-grid{grid-template-columns:1fr 1fr;gap:14px}
.process-grid{grid-template-columns:1fr 1fr;gap:16px}
.process-icon{width:48px;height:48px;font-size:20px}
.features-grid{grid-template-columns:1fr;gap:10px}
.cert-grid{grid-template-columns:1fr 1fr;gap:12px}
.blog-preview-grid{grid-template-columns:1fr;gap:16px}
.blog-grid{grid-template-columns:1fr}
.contact-buttons{flex-direction:column;align-items:center;gap:10px}
.contact-buttons .btn{width:240px}
.cta-section{padding:50px 20px}
.cta-section h2{font-size:22px}
.cta-section p{font-size:14px}
.footer-grid{grid-template-columns:1fr 1fr;gap:25px}
.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
.woocommerce ul.products li.product a img{height:180px!important}
.single-product .woocommerce div.product{grid-template-columns:1fr;gap:25px}
.woocommerce-checkout .col2-set{display:block}
.woocommerce table.shop_table td.product-thumbnail{display:none}
.page-content .contact-grid{grid-template-columns:1fr!important;gap:20px}
.page-content form input,.page-content form select,.page-content form textarea{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
}

/* ==========================================
   RESPONSIVE — SMALL (≤480px)
   ========================================== */
@media(max-width:480px){
.hero h1{font-size:26px}
.hero-buttons .btn{width:200px;font-size:11px}
.products-grid,.process-grid{grid-template-columns:1fr}
.cert-grid,.footer-grid{grid-template-columns:1fr}
.woocommerce ul.products{grid-template-columns:1fr!important}
}

/* ==========================================
   RESPONSIVE — ADMIN BAR MOBILE (≤782px)
   ========================================== */
@media(max-width:782px){
body.admin-bar{padding-top:111px!important}
body.admin-bar .site-header{top:46px!important}
}
