/*
Theme Name: Yuki Lifting Equipment
Theme URI: https://yuki-equipment.com
Author: Yuki Technology Equipment Co., Ltd.
Author URI: https://yuki-equipment.com
Description: Professional industrial B2C WooCommerce theme for Yuki Technology Equipment. Manual & Electric Forklift, Hoist, Chain, Sling, Jack. Ultra-fast, mobile-first, enterprise-grade design.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: yuki-theme
*/

/* ========================================
   CSS Custom Properties
   ======================================== */
:root {
  --blue-900: #0d2b5e;
  --blue-800: #0d47a1;
  --blue-700: #1565c0;
  --blue-600: #1a73e8;
  --blue-500: #1976d2;
  --blue-400: #42a5f5;
  --blue-100: #bbdefb;
  --blue-50: #e3f2fd;
  --orange-600: #e65100;
  --orange-500: #ef6c00;
  --orange-400: #ff8f00;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-150: #eceff1;
  --gray-200: #e0e0e0;
  --gray-300: #bdbdbd;
  --gray-400: #90a4ae;
  --gray-500: #78909c;
  --gray-600: #546e7a;
  --gray-700: #37474f;
  --gray-800: #263238;
  --gray-900: #1a1a2e;
  --white: #ffffff;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --max-w: 1200px;
  --gutter: 1rem;
  --radius: 8px;
  --radius-sm: 4px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.15);
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ========================================
   Reset & Base
   ======================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:100%;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:var(--font);font-size:1rem;line-height:1.7;color:var(--gray-800);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue-600);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--blue-800)}
ul,ol{list-style:none}
input,textarea,button,select{font:inherit;color:inherit;outline:none}
::selection{background:var(--blue-600);color:var(--white)}

/* ========================================
   Utility
   ======================================== */
.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.text-center{text-align:center}

/* ========================================
   Top Bar (announcement)
   ======================================== */
.topbar{background:var(--blue-900);color:rgba(255,255,255,0.85);font-size:.75rem;padding:.35rem 0;display:none}
.topbar .container{display:flex;justify-content:space-between;align-items:center}
.topbar a{color:rgba(255,255,255,0.85)}.topbar a:hover{color:var(--white)}
.topbar-left span{margin-right:1.25rem}
.topbar-right{display:flex;gap:1rem}
@media(min-width:768px){.topbar{display:block}}

/* ========================================
   Header
   ======================================== */
.site-header{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter);min-height:70px}
.site-logo{display:flex;align-items:center;gap:.65rem}
.custom-logo-link{display:flex;line-height:0}
.custom-logo{max-height:48px;width:auto;height:auto}
.logo-link{display:flex;align-items:center;gap:.65rem;text-decoration:none!important}
.logo-text{display:flex;align-items:center;justify-content:center;width:46px;height:46px;background:linear-gradient(135deg,var(--blue-600),var(--blue-800));color:var(--white);border-radius:var(--radius);font-size:1.1rem;font-weight:800;letter-spacing:1px;flex-shrink:0}
.logo-text-wrap{display:flex;flex-direction:column;gap:1px}
.logo-name{font-size:1.1rem;font-weight:800;color:var(--blue-900);text-transform:uppercase;letter-spacing:.5px;line-height:1.2}
.logo-tagline{font-size:.65rem;color:var(--gray-500);text-transform:none;letter-spacing:1px;font-weight:400}

/* Hamburger */
.hamburger-label{display:flex;align-items:center;justify-content:center;width:44px;height:44px;cursor:pointer;background:none;border:none;padding:10px;border-radius:var(--radius-sm);transition:background var(--transition)}
.hamburger-label:hover{background:var(--gray-100)}
.hamburger-label span,.hamburger-label span::before,.hamburger-label span::after{display:block;width:24px;height:2.5px;background:var(--gray-700);border-radius:2px;position:relative;transition:transform .3s,opacity .3s}
.hamburger-label span::before,.hamburger-label span::after{content:'';position:absolute;left:0}
.hamburger-label span::before{top:-8px}.hamburger-label span::after{top:8px}
#nav-toggle:checked~.header-inner .hamburger-label span{background:transparent}
#nav-toggle:checked~.header-inner .hamburger-label span::before{transform:translateY(8px)rotate(45deg)}
#nav-toggle:checked~.header-inner .hamburger-label span::after{transform:translateY(-8px)rotate(-45deg)}
#nav-toggle{display:none}

.nav-wrapper{position:absolute;top:70px;left:0;right:0;background:var(--white);border-top:1px solid var(--gray-200);box-shadow:var(--shadow-lg);max-height:0;overflow:hidden;transition:max-height .4s ease}
#nav-toggle:checked~.nav-wrapper{max-height:90vh;overflow-y:auto}
.main-menu{padding:.5rem 0}
.main-menu li a{display:block;padding:.8rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--gray-700);min-height:44px;line-height:1.4;border-bottom:1px solid var(--gray-100);transition:all var(--transition)}
.main-menu li a:hover{background:var(--blue-50);color:var(--blue-600);padding-left:1.75rem}
.main-menu .current-menu-item>a{color:var(--blue-600);font-weight:600;border-left:3px solid var(--blue-600);background:var(--blue-50)}

/* Header contacts */
.header-contacts{display:flex;gap:.5rem;align-items:center}
.header-contacts a,.header-contacts button{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .6rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;min-height:44px;white-space:nowrap;border:none;cursor:pointer;font-family:inherit;line-height:1;transition:all var(--transition);letter-spacing:.3px}
.btn-phone{background:var(--blue-600);color:var(--white)!important}
.btn-phone:hover{background:var(--blue-700)!important;transform:scale(1.02)}
.btn-wechat{background:var(--gray-100);color:var(--gray-700)!important;border:1px solid var(--gray-200)}
.btn-wechat:hover{border-color:var(--blue-400);background:var(--blue-50)!important}
.contact-label{display:none}

/* ========================================
   WeChat Overlay
   ======================================== */
.wechat-overlay{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,0.6);align-items:center;justify-content:center;backdrop-filter:blur(4px)}
.wechat-overlay.active{display:flex}
.wechat-box{background:var(--white);padding:2.5rem 2.5rem 2rem;border-radius:16px;text-align:center;max-width:340px;width:92%;animation:modalIn .35s ease}
@keyframes modalIn{from{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}
.wechat-box .icon-wrap{width:64px;height:64px;margin:0 auto .75rem;background:var(--blue-50);border-radius:50%;display:flex;align-items:center;justify-content:center}
.wechat-box .icon-wrap svg{width:32px;height:32px;fill:var(--blue-600)}
.wechat-box .id{font-size:1.75rem;font-weight:800;color:var(--blue-600);letter-spacing:2px;margin-bottom:.25rem}
.wechat-box .hint{font-size:.8125rem;color:var(--gray-500);margin-bottom:1.25rem}
.qr-box{width:180px;height:180px;margin:0 auto 1.25rem;background:var(--gray-100);border:2px dashed var(--gray-300);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;color:var(--gray-400)}
.qr-box svg{width:56px;height:56px;opacity:.5}
.wechat-close{background:var(--blue-600);color:var(--white);border:none;border-radius:var(--radius);padding:.65rem 2.5rem;min-height:44px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background var(--transition)}
.wechat-close:hover{background:var(--blue-700)}

/* ========================================
   Page Banner
   ======================================== */
.page-banner{background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-700) 50%,var(--blue-600) 100%);color:var(--white);padding:3rem 0;position:relative;overflow:hidden}
.page-banner::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.04'%3E%3Cpath d='M20 0v40M0 20h40'/%3E%3C/g%3E%3C/svg%3E")}
.page-banner .container{position:relative;z-index:1}
.page-banner h1{font-size:1.85rem;font-weight:800;margin-bottom:.15rem;letter-spacing:-.5px}
.page-banner p{font-size:.9375rem;opacity:.85;max-width:600px}
.woocommerce-breadcrumb{color:rgba(255,255,255,0.7)!important;font-size:.8125rem;margin-bottom:.5rem}
.woocommerce-breadcrumb a{color:rgba(255,255,255,0.85)!important}.woocommerce-breadcrumb a:hover{color:var(--white)!important}

/* ========================================
   Content
   ======================================== */
.site-content{padding:2rem 0;min-height:60vh}
.entry-header{margin-bottom:1.25rem}
.entry-title{font-size:1.5rem;font-weight:700;margin-bottom:.35rem;line-height:1.3}
.entry-meta{font-size:.8125rem;color:var(--gray-500)}
.entry-content{font-size:.9375rem;line-height:1.9;color:var(--gray-700)}
.entry-content h2,.entry-content h3{margin-top:2rem;margin-bottom:.75rem;color:var(--gray-900)}
.entry-content p{margin-bottom:1rem}
.entry-content ul,.entry-content ol{padding-left:1.5rem;margin-bottom:1rem}
.entry-content li{margin-bottom:.35rem}
.entry-summary{color:var(--gray-600);font-size:.9375rem;line-height:1.7}
.entries{max-width:800px;margin:2rem auto}
.entry{border-bottom:1px solid var(--gray-150);padding-bottom:2rem;margin-bottom:2rem}
.entry:last-child{border-bottom:none}

/* ========================================
   Product Grid — Archive
   ======================================== */
.products{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}
.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:all var(--transition);display:flex;flex-direction:column}
.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px);border-color:var(--blue-200)}
.product-card-thumb{aspect-ratio:4/3;overflow:hidden;background:var(--gray-100);position:relative}
.product-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-card:hover .product-card-thumb img{transform:scale(1.08)}
.product-card-body{padding:1.15rem;flex:1;display:flex;flex-direction:column}
.product-card-title{font-size:1.05rem;font-weight:700;margin-bottom:.35rem;line-height:1.3}
.product-card-title a{color:var(--gray-800)}.product-card-title a:hover{color:var(--blue-600)}
.product-card-desc{font-size:.8125rem;color:var(--gray-500);margin-bottom:.75rem;flex:1;line-height:1.6}
.product-card-price{font-size:1.15rem;font-weight:700;color:var(--blue-600);margin-bottom:.75rem}
.product-card-actions{margin-top:auto}

/* ========================================
   Single Product
   ======================================== */
.single-product-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}
.product-gallery{position:relative}
.product-main-image{width:100%;aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background:var(--gray-100);margin-bottom:.75rem;border:1px solid var(--gray-200);position:relative}
.product-main-image img{width:100%;height:100%;object-fit:contain;transition:opacity .3s}
.product-thumbs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}
.product-thumbs button{flex:0 0 76px;height:76px;border:2px solid transparent;border-radius:var(--radius-sm);padding:0;cursor:pointer;background:var(--gray-100);overflow:hidden;transition:all var(--transition)}
.product-thumbs button.active,.product-thumbs button:hover{border-color:var(--blue-500);box-shadow:0 0 0 3px var(--blue-50)}
.product-thumbs button img{width:100%;height:100%;object-fit:cover}
.product-info h1{font-size:1.65rem;font-weight:800;margin-bottom:.5rem;line-height:1.2;color:var(--gray-900)}
.product-price{font-size:1.5rem;font-weight:700;color:var(--blue-600);margin-bottom:1rem;padding:.65rem 0;border-bottom:2px solid var(--gray-100)}
.product-summary{font-size:.9375rem;color:var(--gray-600);line-height:1.8;margin-bottom:1.25rem}
.specs-table-wrap{margin-bottom:1.25rem}
.specs-table-wrap h3{font-size:1rem;font-weight:700;margin-bottom:.65rem;color:var(--blue-900)}
.specs-table{width:100%;border-collapse:collapse;font-size:.875rem;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--gray-200)}
.specs-table td{padding:.55rem .85rem;border-bottom:1px solid var(--gray-150)}
.specs-table tr:last-child td{border-bottom:none}
.specs-table td:first-child{font-weight:600;color:var(--gray-700);width:40%;background:var(--gray-50)}
.product-attributes{margin-bottom:1rem;background:var(--gray-50);padding:1rem;border-radius:var(--radius-sm);border:1px solid var(--gray-200)}
.attr-row{margin-bottom:.65rem}
.attr-row:last-child{margin-bottom:0}
.attr-row label{display:block;font-weight:600;margin-bottom:.3rem;font-size:.8125rem;color:var(--gray-600)}
.attr-row select{width:100%;padding:.65rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);font-size:.9375rem;min-height:44px;cursor:pointer;transition:border var(--transition)}
.attr-row select:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px var(--blue-50)}
.quantity-row{margin-bottom:1rem}
.quantity-row label{display:block;font-weight:600;margin-bottom:.3rem;font-size:.8125rem;color:var(--gray-600)}
.quantity-row input[type=number]{width:110px;padding:.65rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.9375rem;min-height:44px;text-align:center}
.quantity-row input[type=number]:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px var(--blue-50)}
.contact-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}
.contact-row .btn{flex:1;min-width:160px}
.product-detail-tabs{margin-top:1.5rem;border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden}
.tab-header{display:flex;border-bottom:1px solid var(--gray-200);background:var(--gray-50);overflow-x:auto}
.tab-btn{padding:.75rem 1.5rem;border:none;background:none;font-weight:600;font-size:.875rem;cursor:pointer;color:var(--gray-500);min-height:44px;border-bottom:2px solid transparent;transition:all var(--transition);white-space:nowrap}
.tab-btn:hover{color:var(--blue-600);background:var(--blue-50)}
.tab-btn.active{color:var(--blue-600);border-bottom-color:var(--blue-600);background:var(--white)}
.tab-content{padding:1.5rem;font-size:.875rem;line-height:1.8;color:var(--gray-600);display:none}
.tab-content.active{display:block}
.tab-content p{margin-bottom:.75rem}
.product_meta{font-size:.8125rem;color:var(--gray-500);margin-top:1.25rem;padding-top:.75rem;border-top:1px solid var(--gray-200)}
.product_meta a{color:var(--blue-600)}
.product_meta>span{display:block;margin-bottom:.25rem}

/* ========================================
   Buttons
   ======================================== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:700;border:none;cursor:pointer;text-decoration:none!important;min-height:44px;transition:all var(--transition);line-height:1}
.btn-primary{background:var(--blue-600);color:var(--white)!important}
.btn-primary:hover{background:var(--blue-700)!important;box-shadow:0 4px 12px rgba(26,115,232,0.35)}
.btn-accent{background:linear-gradient(135deg,var(--orange-500),var(--orange-400));color:var(--white)!important}
.btn-accent:hover{opacity:.92;box-shadow:0 4px 12px rgba(239,108,0,0.35)}
.btn-outline{background:transparent;color:var(--blue-600)!important;border:2px solid var(--blue-600)}
.btn-outline:hover{background:var(--blue-50)!important;border-color:var(--blue-700)}
.btn-light{background:rgba(255,255,255,0.15);color:var(--white)!important;border:2px solid rgba(255,255,255,0.3);backdrop-filter:blur(4px)}
.btn-light:hover{background:rgba(255,255,255,0.25)!important;border-color:rgba(255,255,255,0.5)}
.btn-block{width:100%}
.btn-sm{padding:.5rem 1rem;font-size:.8125rem;min-height:38px}
.btn-lg{padding:.9rem 2rem;font-size:1.05rem;min-height:52px}
.btn svg{flex-shrink:0}

/* ========================================
   Forms
   ======================================== */
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-weight:600;margin-bottom:.3rem;font-size:.8125rem;color:var(--gray-600)}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.7rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);font-size:.9375rem;min-height:44px;transition:border var(--transition),box-shadow var(--transition)}
.form-group input:focus,.form-group textarea:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px var(--blue-50)}
.form-group textarea{min-height:120px;resize:vertical}
.inquiry-status{font-size:.8125rem;margin-top:.5rem;padding:.5rem;border-radius:var(--radius-sm);display:none}
.inquiry-status.success{color:#1b5e20;background:#e8f5e9;display:block}
.inquiry-status.error{color:#b71c1c;background:#ffebee;display:block}

/* ========================================
   Footer
   ======================================== */
.site-footer{background:var(--gray-900);color:var(--gray-400);padding:3.5rem 0 0;margin-top:4rem}
.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}
.footer-col h3{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:1.15rem;position:relative;padding-bottom:.65rem}
.footer-col h3::after{content:'';position:absolute;bottom:0;left:0;width:32px;height:2px;background:var(--blue-500);border-radius:1px}
.footer-col p,.footer-col a{font-size:.875rem;color:var(--gray-400);line-height:2}
.footer-col a:hover{color:var(--white)}
.footer-col .contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}
.footer-col .contact-item svg{flex-shrink:0;width:16px;height:16px;fill:var(--blue-400)}
.inquiry-form .btn-accent{margin-top:.25rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;font-size:.8125rem;color:var(--gray-500);text-align:center}
.footer-bottom strong{color:var(--gray-300);font-weight:600}
.footer-bottom a{color:var(--gray-400)}.footer-bottom a:hover{color:var(--white)}

/* ========================================
   404 Page
   ======================================== */
.error-404-wrap{text-align:center;padding:5rem 1rem;max-width:600px;margin:0 auto}
.error-404-wrap h1{font-size:6rem;font-weight:900;color:var(--blue-600);line-height:1;margin-bottom:.25rem;letter-spacing:-3px}
.error-404-wrap h2{font-size:1.35rem;font-weight:700;margin-bottom:.35rem}
.error-404-wrap p{color:var(--gray-500);margin-bottom:1.75rem;font-size:.9375rem}
.search-404{margin-bottom:1.5rem}
.search-404 input{width:100%;max-width:420px;padding:.75rem 1.15rem;border:2px solid var(--gray-300);border-radius:var(--radius);font-size:1rem;min-height:48px;transition:border var(--transition)}
.search-404 input:focus{border-color:var(--blue-500)}
.cat-list-404{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}
.cat-list-404 a{padding:.45rem 1.15rem;border:1px solid var(--gray-200);border-radius:20px;font-size:.8125rem;font-weight:500;color:var(--gray-600);min-height:38px;display:inline-flex;align-items:center;transition:all var(--transition)}
.cat-list-404 a:hover{border-color:var(--blue-400);color:var(--blue-600);background:var(--blue-50)}

/* ========================================
   Homepage
   ======================================== */
.hero-section{background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-700) 40%,var(--blue-600) 100%);color:var(--white);padding:4.5rem 0;position:relative;overflow:hidden}
.hero-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.035'%3E%3Ccircle cx='40' cy='40' r='2'/%3E%3C/g%3E%3C/svg%3E");pointer-events:none}
.hero-section::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:80px;background:var(--white);clip-path:ellipse(70% 100% at 50% 100%);pointer-events:none}
.hero-section .container{position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.2);border-radius:50px;padding:.35rem 1rem .35rem .5rem;font-size:.75rem;font-weight:600;margin-bottom:1.25rem;backdrop-filter:blur(4px)}
.hero-badge .dot{width:8px;height:8px;border-radius:50%;background:#4caf50;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero-title{font-size:2.5rem;font-weight:900;margin-bottom:.5rem;line-height:1.1;letter-spacing:-1px}
.hero-title em{font-style:normal;color:var(--orange-400)}
.hero-sub{font-size:1.05rem;opacity:.9;margin-bottom:2rem;font-weight:400;max-width:540px;line-height:1.6}
.hero-actions{display:flex;gap:.75rem;justify-content:flex-start;flex-wrap:wrap}
.hero-actions .btn{min-width:180px;padding:.85rem 2rem;font-size:1rem}
.hero-trust{display:flex;gap:1.5rem;margin-top:2rem;font-size:.8125rem;opacity:.7}
.hero-trust span{display:flex;align-items:center;gap:.4rem}

/* sections */
.section-wrap{padding:4.5rem 0}
.section-wrap.bg-alt{background:var(--gray-50)}
.section-wrap.dark{background:var(--gray-900);color:var(--white)}
.section-title{text-align:center;font-size:1.85rem;font-weight:800;margin-bottom:.5rem;color:var(--blue-900);letter-spacing:-.5px}
.section-sub{text-align:center;color:var(--gray-500);font-size:.9375rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.section-wrap.dark .section-title{color:var(--white)}
.section-wrap.dark .section-sub{color:var(--gray-400)}

/* category cards */
.cat-grid{display:grid;grid-template-columns:1fr;gap:1rem}
.cat-card{display:flex;align-items:center;gap:1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.35rem;transition:all var(--transition);text-decoration:none!important}
.cat-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--blue-300)}
.cat-card .cat-icon{flex:0 0 60px;width:60px;height:60px;border-radius:var(--radius);background:var(--blue-50);display:flex;align-items:center;justify-content:center;font-size:1.65rem;transition:transform var(--transition)}
.cat-card:hover .cat-icon{transform:scale(1.1);background:var(--blue-100)}
.cat-card .cat-info{flex:1}
.cat-card .cat-name{font-weight:700;font-size:1rem;color:var(--gray-800);margin-bottom:.1rem}
.cat-card .cat-count{font-size:.8125rem;color:var(--gray-500)}
.cat-arrow{flex-shrink:0;font-size:1.1rem;color:var(--gray-300);transition:all var(--transition)}
.cat-card:hover .cat-arrow{color:var(--blue-600);transform:translateX(4px)}

/* features grid */
.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.feature-card{text-align:center;padding:2rem 1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:all var(--transition)}
.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px);border-color:var(--blue-200)}
.feature-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:var(--gray-800)}
.feature-card p{font-size:.8125rem;color:var(--gray-500);line-height:1.6}

/* featured products */
.home-products .products{grid-template-columns:1fr 1fr}
.home-cta{text-align:center;margin-top:2.5rem}

/* about */
.about-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}
.about-text h2{font-size:1.65rem;font-weight:800;color:var(--blue-900);margin-bottom:.75rem;line-height:1.2}
.about-text p{font-size:.9375rem;color:var(--gray-600);line-height:1.8;margin-bottom:1.25rem}
.about-features{display:grid;grid-template-columns:1fr;gap:.65rem}
.about-features li{display:flex;align-items:center;gap:.65rem;font-size:.875rem;font-weight:500;color:var(--gray-700);padding:.5rem 0;border-bottom:1px solid var(--gray-100)}
.about-features li:last-child{border-bottom:none}
.about-features li .check{width:22px;height:22px;border-radius:50%;background:var(--blue-50);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.about-features li .check svg{width:14px;height:14px;fill:var(--blue-600)}

/* stats */
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;text-align:center}
.stat-item{padding:1.75rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);transition:all var(--transition)}
.stat-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.stat-number{font-size:2.25rem;font-weight:900;color:var(--blue-600);line-height:1;letter-spacing:-1px}
.stat-number .suffix{font-size:1.25rem;font-weight:700}
.stat-label{font-size:.8125rem;color:var(--gray-500);margin-top:.5rem;font-weight:500}

/* testimonials */
.testimonial-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.75rem;transition:box-shadow var(--transition)}
.testimonial-card:hover{box-shadow:var(--shadow)}
.testimonial-card .stars{color:var(--orange-500);font-size:1rem;letter-spacing:2px;margin-bottom:.65rem}
.testimonial-card blockquote{font-size:.875rem;color:var(--gray-600);line-height:1.7;margin-bottom:.75rem;font-style:italic}
.testimonial-card .author{font-size:.8125rem;font-weight:600;color:var(--gray-800)}
.testimonial-card .location{font-size:.75rem;color:var(--gray-500)}
.cta-section{background:linear-gradient(135deg,var(--blue-900) 0%,var(--blue-700) 100%);color:var(--white);text-align:center;padding:4rem 0;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.03'%3E%3Cpath d='M30 0v60M0 30h60'/%3E%3C/g%3E%3C/svg%3E")}
.cta-section .container{position:relative;z-index:1}
.cta-section h2{font-size:1.85rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.5px}
.cta-section p{opacity:.9;margin-bottom:1.5rem;font-size:1.05rem;max-width:500px;margin-left:auto;margin-right:auto}
.cta-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}

/* ========================================
   WooCommerce Overrides
   ======================================== */
.woocommerce ul.products{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:0}
.woocommerce ul.products li.product{width:100%!important;margin:0!important;float:none!important}
.woocommerce .woocommerce-ordering{margin-bottom:1.5rem}
.woocommerce .woocommerce-ordering select{min-height:44px;padding:.6rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.875rem;background:var(--white)}
.woocommerce .woocommerce-ordering select:focus{border-color:var(--blue-500)}
.woocommerce .woocommerce-result-count{font-size:.8125rem;color:var(--gray-500)}
.woocommerce-pagination{margin-top:2.5rem;text-align:center}
.woocommerce-pagination .page-numbers{display:flex;gap:.35rem;justify-content:center;flex-wrap:wrap}
.woocommerce-pagination .page-numbers li .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .65rem;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--gray-600);transition:all var(--transition)}
.woocommerce-pagination .page-numbers li .page-numbers.current{background:var(--blue-600);color:var(--white);border-color:var(--blue-600)}
.woocommerce-pagination .page-numbers li .page-numbers:hover{background:var(--blue-50);border-color:var(--blue-300)}
.woocommerce .onsale{position:absolute;top:10px;left:10px;background:var(--orange-500);color:var(--white);padding:.3rem .7rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;z-index:2}
.woocommerce-breadcrumb{font-size:.8125rem;color:var(--gray-500);margin-bottom:1rem}
.woocommerce-breadcrumb a{color:var(--blue-600)}

/* ========================================
   WordPress Core
   ======================================== */
.wp-caption{max-width:100%}
.wp-caption-text{font-size:.8125rem;color:var(--gray-500);padding:.35rem 0;text-align:center}
.aligncenter{display:block;margin:0 auto}
.alignleft{float:left;margin:0 1.25rem .75rem 0}
.alignright{float:right;margin:0 0 .75rem 1.25rem}
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.65rem}
.wp-block-image{margin-bottom:1rem}
figcaption{font-size:.8125rem;color:var(--gray-500);text-align:center;padding:.25rem 0}

/* ========================================
   Responsive — Tablet 768px+
   ======================================== */
@media(min-width:768px){
.hamburger-label{display:none}
.nav-wrapper{position:static;max-height:none!important;border-top:none!important;box-shadow:none!important}
.main-menu{display:flex;gap:0;padding:0}
.main-menu li a{padding:0 1.15rem;min-height:70px;display:flex;align-items:center;border-bottom:none;font-size:.85rem;font-weight:600;letter-spacing:.3px}
.main-menu li a:hover{background:none;padding-left:1.15rem;color:var(--blue-600)}
.main-menu .current-menu-item>a{border-left:none;background:none;color:var(--blue-600);position:relative}
.main-menu .current-menu-item>a::after{content:'';position:absolute;bottom:0;left:1rem;right:1rem;height:3px;background:var(--blue-600);border-radius:3px 3px 0 0}
.contact-label{display:inline}
.header-contacts a,.header-contacts button{padding:.5rem 1rem;font-size:.8125rem}
.products,.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}
.single-product-wrapper{grid-template-columns:1.1fr .9fr;gap:3rem}
.footer-grid{grid-template-columns:2fr 1fr 1fr}
.hero-section{padding:6rem 0}
.hero-title{font-size:3.25rem}
.hero-section::after{height:100px}
.section-wrap{padding:5.5rem 0}
.cat-grid{grid-template-columns:repeat(3,1fr)}
.stats-grid{grid-template-columns:repeat(4,1fr)}
.about-grid{grid-template-columns:1fr 1fr}
.about-features{grid-template-columns:1fr 1fr}
.home-products .products{grid-template-columns:repeat(3,1fr)}
.features-grid{grid-template-columns:repeat(4,1fr)}
.testimonial-grid{grid-template-columns:repeat(3,1fr)}
.page-banner{padding:3.5rem 0}
.page-banner h1{font-size:2.25rem}
.cta-section{padding:5rem 0}
.cta-section h2{font-size:2.25rem}
}

/* ========================================
   Responsive — Desktop 1024px+
   ======================================== */
@media(min-width:1024px){
.hero-title{font-size:3.75rem}
.hero-section{padding:7rem 0}
.main-menu li a{padding:0 1.5rem;font-size:.9rem}
}
