/*
Theme Name: Kuro
Description: Custom theme generated by AI Site Assistant for Kuro.
Version: 1.0
*/
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{font-family:'Inter', system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#e8e4dc;background:#0d0d0d;line-height:1.65;}
a{color:#c8a96e;}
img{max-width:100%;height:auto;}
.site-content{width:100%;}
.site-header{position:sticky;top:0;z-index:50;background:#0d0d0d;border-bottom:1px solid rgba(127,127,127,.18);}
.site-header__inner{max-width:1120px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;}
.site-brand{font-family:'Shippori Mincho', system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:800;font-size:21px;letter-spacing:-.01em;color:#c8a96e;text-decoration:none;}
.site-header .custom-logo-link{display:inline-block;line-height:0;}
.site-header .custom-logo{max-height:46px;width:auto;height:auto;}
.site-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:22px;}
.site-nav a{color:#e8e4dc;text-decoration:none;font-weight:600;font-size:15px;opacity:.85;}
.site-nav a:hover{opacity:1;color:#c8a96e;}
.site-nav .current-menu-item a{color:#c8a96e;opacity:1;}
.site-footer{background:#15151a;color:rgba(255,255,255,.72);text-align:center;padding:40px 24px;margin-top:0;}
.site-footer a{color:#fff;opacity:.85;text-decoration:none;}
.site-footer__brand{font-family:'Shippori Mincho', system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;font-size:18px;margin-bottom:6px;}
.site-footer__small{opacity:.7;font-size:14px;}
@media(max-width:640px){.site-header__inner{flex-direction:column;align-items:flex-start;gap:10px;}.site-nav ul{gap:14px;}}
/* ---- WooCommerce shop (dark theme) ---- */
.woocommerce .content-area,.woocommerce-page .content-area{max-width:1180px;margin:0 auto;padding:40px 24px;}
.woocommerce #sidebar,.woocommerce-page #sidebar,.woocommerce .widget-area,#sidebar{display:none !important;}
.woocommerce ul.products,.woocommerce-page ul.products{display:grid !important;grid-template-columns:repeat(4,1fr);gap:26px;margin:26px 0 0 !important;padding:0 !important;list-style:none;}
@media(max-width:1024px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr);}}
@media(max-width:760px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr);}}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto !important;margin:0 !important;float:none !important;text-align:left;background:#1a1a1a;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:14px;}
.woocommerce ul.products li.product a img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:6px;margin:0 0 12px;background:#111;}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;line-height:1.3;padding:0;margin:2px 0 6px;color:#e8e4dc;}
.woocommerce ul.products li.product .price{color:#c8a96e;font-weight:600;}
.woocommerce ul.products li.product .button,.woocommerce a.button,.woocommerce button.button{margin-top:10px;background:#c8a96e;color:#111;border-radius:6px;font-weight:600;border:0;}
.woocommerce ul.products li.product .button:hover,.woocommerce a.button:hover{background:#d8bd86;color:#111;}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:14px;color:#b8b2a8;}
.woocommerce .woocommerce-breadcrumb{color:#8a857c;margin-bottom:18px;}
.woocommerce ul.products::before,.woocommerce ul.products::after,.woocommerce-page ul.products::before,.woocommerce-page ul.products::after{content:none !important;display:none !important;}
