/*
Theme Name: Shreepech Handicraft
Theme URI: https://example.com/
Author: SOAL Technology
Description: Elegant, responsive WordPress theme for Shreepech Handicraft and Nepali artisan products.
Version: 1.0.0
Text Domain: shreepech
*/

:root{
    --red:#8f2525;
    --dark-red:#641717;
    --gold:#c59a4a;
    --light-gold:#e5c47c;
    --cream:#f8f3ea;
    --dark:#211c18;
    --text:#302a25;
    --muted:#77716a;
    --white:#fff;
    --border:#e5e1db;
    --shadow:0 18px 50px rgba(33,28,24,.09);
    --radius:4px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Poppins",sans-serif;color:var(--text);background:#fff;line-height:1.7}
body.admin-bar .site-header{top:32px}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,92%);margin:auto}
.eyebrow{display:inline-block;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase}
.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 18px rgba(0,0,0,.07)}
.header-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:12px}
.logo-icon{width:45px;height:45px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--red);font-family:"Playfair Display",serif;font-size:19px}
.logo-text strong{display:block;font-family:"Playfair Display",serif;font-size:22px;line-height:1.1}
.logo-text span{display:block;color:var(--gold);font-size:8px;letter-spacing:3px}
.primary-menu ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}
.primary-menu a{font-size:14px;font-weight:500}
.primary-menu a:hover{color:var(--red)}
.header-cart{border:1px solid var(--red);background:#fff;color:var(--red);padding:10px 17px;font-weight:600}
.cart-count{background:var(--red);color:#fff;padding:2px 7px;border-radius:50px;margin-left:5px}
.menu-toggle{display:none;border:0;background:transparent;font-size:24px}
.hero{min-height:680px;background:linear-gradient(90deg,rgba(25,17,12,.88),rgba(25,17,12,.35)),url("./images/hero-bg.jpg") center/cover;display:flex;align-items:center;color:#fff}
.hero-content{max-width:700px;padding:90px 0}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(50px,7vw,90px);line-height:1.05;margin:18px 0}
.hero h1 em{color:var(--light-gold);font-style:normal}
.hero p{max-width:620px;font-size:17px;line-height:1.9;margin-bottom:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border:0;padding:14px 28px;font-weight:600;transition:.25s}
.btn:hover{background:var(--dark-red);transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--red)}
.features{background:var(--cream)}
.features-inner{display:grid;grid-template-columns:repeat(4,1fr);padding:35px 0}
.feature{text-align:center;border-right:1px solid #ddd}
.feature:last-child{border:0}
.feature strong{display:block;color:var(--red);font-family:"Playfair Display",serif;font-size:25px}
.feature span{color:var(--muted);font-size:12px}
.section{padding:100px 0}
.section-title{text-align:center;margin-bottom:48px}
.section-title h2{font-family:"Playfair Display",serif;font-size:48px;line-height:1.15;margin:10px 0}
.shop-controls{display:flex;justify-content:space-between;gap:20px;margin-bottom:35px}
.search-box,.category-select{border:1px solid var(--border);padding:13px 15px;outline:0;background:#fff}
.search-box{width:320px}
.category-select{width:210px}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.product{border:1px solid #eee;background:#fff;overflow:hidden;transition:.3s}
.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-image{height:320px;background:#eee center/cover}
.product-content{padding:22px}
.product-category{color:var(--gold);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.product h3{font-family:"Playfair Display",serif;font-size:23px;margin:7px 0}
.product-description{color:var(--muted);font-size:13px;line-height:1.6;min-height:42px}
.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}
.price{color:var(--red);font-weight:700}
.add-cart{border:1px solid var(--red);background:#fff;color:var(--red);padding:8px 13px;font-weight:600}
.add-cart:hover{background:var(--red);color:#fff}
.about{background:var(--cream)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-image{min-height:560px;background:url("./images/last-bg.jpg") center/cover}
.about-content h2,.contact h2{font-family:"Playfair Display",serif;font-size:50px;line-height:1.15;margin:15px 0 25px}
.about-content p,.contact p{color:var(--muted);line-height:1.9}
.read-more{display:inline-block;color:var(--red);font-weight:700;margin-top:15px}
.banner{background:var(--red);color:#fff;padding:75px 0}
.banner-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.banner h2{font-family:"Playfair Display",serif;font-size:45px;line-height:1.15;margin:10px 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.contact-form{display:flex;flex-direction:column;gap:15px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--border);padding:14px;outline:0}
.contact-form textarea{min-height:150px;resize:vertical}
.site-footer{background:var(--dark);color:#fff;padding:45px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.site-footer p,.site-footer a{color:#aaa;font-size:12px}
.site-footer a:hover{color:#fff}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px}
.modal.hidden{display:none}
.modal-box{width:600px;max-width:100%;max-height:90vh;overflow:auto;background:#fff;padding:35px;position:relative}
.modal-box h2{font-family:"Playfair Display",serif;font-size:35px;margin:0 0 25px}
.close{position:absolute;top:8px;right:15px;background:transparent;border:0;font-size:30px}
.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:15px;align-items:center;border-bottom:1px solid #eee;padding:15px 0}
.cart-item img{width:70px;height:70px;object-fit:cover}
.cart-item h4{font-family:"Playfair Display",serif;margin:0}
.quantity button{border:1px solid #ddd;background:#fff;padding:3px 9px}
.cart-total{display:flex;justify-content:space-between;font-size:18px;padding:20px 0}
.cart-total strong{color:var(--red)}
.full-button{width:100%}
.checkout-form{display:flex;flex-direction:column;gap:14px}
.checkout-form input,.checkout-form textarea{border:1px solid var(--border);padding:14px;outline:0}
.checkout-form textarea{min-height:110px}
.notice{background:var(--cream);padding:14px;font-size:12px;color:var(--muted)}
.no-products{grid-column:1/-1;text-align:center;padding:30px;color:var(--muted)}
@media(max-width:900px){
    .primary-menu{display:none;position:absolute;left:0;right:0;top:80px;background:#fff;padding:20px 4%;box-shadow:0 10px 20px rgba(0,0,0,.07)}
    .primary-menu.is-open{display:block}
    .primary-menu ul{flex-direction:column;gap:14px}
    .menu-toggle{display:block}
    .header-actions{display:flex;align-items:center;gap:10px}
    .features-inner{grid-template-columns:repeat(2,1fr);gap:25px}
    .feature:nth-child(2){border:0}
    .products{grid-template-columns:repeat(2,1fr)}
    .about-grid,.contact-grid{grid-template-columns:1fr;gap:40px}
    .banner-inner,.footer-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:600px){
    body.admin-bar .site-header{top:46px}
    .hero{min-height:600px}
    .hero h1{font-size:52px}
    .section{padding:70px 0}
    .section-title h2{font-size:38px}
    .features-inner{padding:25px 0}
    .products{grid-template-columns:1fr}
    .shop-controls{flex-direction:column}
    .search-box,.category-select{width:100%}
    .about-image{min-height:400px}
    .about-content h2,.contact h2{font-size:38px}
    .banner{padding:55px 0}
    .banner h2{font-size:35px}
    .header-cart{padding:8px 12px}
}
