/*
Theme Name: Leather Apparel
Theme URI: https://example.com/
Author: Generated for user
Author URI: https://example.com/
Description: Leather Apparel - lightweight, WooCommerce-ready premium theme (dark luxury style).
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leather-apparel
Tags: e-commerce, woo-commerce, responsive, dark, minimal, fast
*/

/* Core styling - minimal and optimized for speed */
:root{
  --bg:#0f0f10;
  --panel:#111214;
  --muted:#bdb6ad;
  --accent:#b8863b; /* gold */
  --accent-dark:#8a5f2a;
  --card:#151617;
  --border:rgba(255,255,255,0.04);
  --radius:14px;
  --max:1180px;
  --pad:clamp(12px,2vw,26px);
}

*{box-sizing:border-box}
html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;line-height:1.45;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:#fff;-webkit-font-smoothing:antialiased}
a{color:var(--accent);text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}

/* Header */
.site-header{position:sticky;top:0;background:linear-gradient(180deg,rgba(0,0,0,0.6),rgba(0,0,0,0.3));border-bottom:1px solid var(--border);z-index:50}
.nav{display:flex;align-items:center;justify-content:space-between;height:76px}
.site-title{font-weight:800;letter-spacing:.06em;font-size:1.1rem}
.menu{display:flex;gap:1rem;align-items:center}
.menu a{padding:.5rem .75rem;border-radius:8px;color:var(--muted);font-weight:600}
.menu a:hover{color:#fff;background:rgba(255,255,255,0.02)}

/* Hero */
.hero{display:grid;grid-template-columns:1fr 520px;gap:36px;align-items:center;padding:64px 0}
.hero h1{font-size:clamp(30px,5vw,56px);margin:0 0 12px;line-height:1.02;color:#fff}
.hero p{color:var(--muted);max-width:60ch;margin:0 0 18px}
.hero-img{border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#1b1a18,#0f0f0f);height:420px}

/* Sections */
.section{padding:48px 0;border-top:1px solid rgba(255,255,255,0.02)}
.section h2{font-size:1.45rem;margin:0 0 12px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:1000px){.grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.grid{grid-template-columns:1fr}}

/* Cards */
.card{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden}
.card img{width:100%;height:220px;object-fit:cover;display:block}
.card .body{padding:14px}
.title{font-weight:700}
.price{font-weight:800;color:var(--accent);margin-top:8px}

/* CTA */
.cta{display:flex;justify-content:space-between;align-items:center;padding:22px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,0.02),transparent);border:1px solid var(--border)}
.cta .btn{background:var(--accent);color:#111;padding:.8rem 1rem;border-radius:10px;font-weight:700}

/* Testimonials */
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

/* Footer */
.footer{border-top:1px solid var(--border);padding:28px 0;text-align:center;color:var(--muted)}

/* Responsive */
@media (max-width:900px){.nav{height:64px}.hero{grid-template-columns:1fr;padding:36px 0}.hero-img{height:300px}}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){*{transition:none!important}}

/* WooCommerce tweaks */
.woocommerce .products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media (max-width:1000px){.woocommerce .products{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.woocommerce .products{grid-template-columns:1fr}}

/* Buttons */
button,.btn{cursor:pointer;border:0;font-family:inherit}
