/*
Theme Name: Lumicot
Theme URI: https://example.com/lumicot
Author: Lumicot
Author URI: https://example.com
Description: বাংলা ভাষায় আধুনিক WooCommerce থিম, নারী পোশাক ব্র্যান্ডের জন্য।
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: lumicot
Tags: e-commerce, woocommerce, responsive, fashion, bengali
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --font-base: 'Noto Sans Bengali', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
  --color-bg: #ffffff;
  --color-text: #1e1e1e;
  --color-muted: #666;
  --color-primary: #e91e63;
  --color-primary-dark: #c2185b;
  --color-accent: #ff8a80;
  --color-secondary: #8e24aa;
  --color-warning: #ff7043;
  --color-success: #43a047;
  --color-border: #eee;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.12);
  --radius: 12px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-base); color: var(--color-text); background: var(--color-bg); line-height: 1.6; }
html, body { overflow-x: hidden; }
.site a { text-decoration: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }

.container { width: min(980px, 82%); margin: 0 auto; }
.site-main > section { width: min(980px, 82%); margin: 0 auto; }
.site-header .header-inner { width: min(980px, 82%); margin: 0 auto; }
.site-footer .footer-top, .site-footer .footer-bottom { width: min(980px, 82%); margin: 0 auto; }
.elementor-page .site-main .container { width: 100%; max-width: none; margin: 0; padding: 0; }
.elementor-page .site-main { padding: 0; }

.btn { display: inline-block; padding: 12px 20px; border-radius: 999px; border: 2px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; font-weight: 600; }
.btn-primary { background: var(--color-primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--color-primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-outline { border-color: var(--color-primary); color: var(--color-primary); background: transparent; }
.btn-outline:hover { background: var(--color-primary); color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: saturate(140%) blur(8px); background: rgba(255,255,255,.72); border-bottom: 1px solid var(--color-border); }
.header-inner { display: grid; grid-template-columns: auto 1fr auto auto; gap: 16px; align-items: center; padding: 12px 0; }
.brand { display: flex; gap: 10px; align-items: center; }
.site-title { font-weight: 800; letter-spacing: .5px; }
.tagline { color: var(--color-muted); font-size: 14px; }
.primary-nav .menu { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; }
.primary-nav .menu a { color: var(--color-text); text-decoration: none; padding: 8px 10px; border-radius: 8px; }
.primary-nav .menu a:hover { background: #f8f8f8; }
.pages-nav .menu { display: flex; gap: 18px; list-style: none; padding: 0; margin: 0; }
.pages-nav .menu a { color: var(--color-text); text-decoration: none; padding: 8px 10px; border-radius: 8px; }
.pages-nav .menu a:hover { background: #f8f8f8; }
.nav-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); backdrop-filter: blur(2px); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
body.nav-open .nav-overlay { opacity: 1; pointer-events: auto; }
.header-actions { display: flex; gap: 12px; align-items: center; }
.cart-link { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 16px; background: #fafafa; border: 1px solid var(--color-border); }
.cart-count { background: var(--color-primary); color: #fff; border-radius: 999px; padding: 2px 8px; font-size: 12px; }
.mobile-menu-toggle { display: none; background: transparent; border: none; font-size: 24px; }
.header-actions .search-form { display: inline-flex; align-items: center; gap: 8px; background: #fafafa; border: 1px solid var(--color-border); border-radius: 999px; padding: 6px 10px; box-shadow: var(--shadow-sm); }
.header-actions .search-form label { display: none; }
.header-actions .search-field { border: none; outline: none; background: transparent; min-width: 180px; font-size: 14px; }
.header-actions .search-submit { border: none; background: var(--color-primary); color: #fff; border-radius: 999px; padding: 6px 10px; font-weight: 700; box-shadow: var(--shadow-sm); }

.hero { position: relative; padding: 80px 0; background: radial-gradient(1200px 600px at 10% 10%, #fff0f6 0%, #ffffff 40%),
  radial-gradient(1200px 600px at 90% 10%, #f3e5f5 0%, #ffffff 40%);
}
.hero-inner { text-align: center; }
.hero-title { font-size: clamp(36px, 6vw, 60px); font-weight: 900; letter-spacing: .8px; }
.hero-subtitle { font-size: 18px; color: var(--color-muted); margin: 8px 0 20px; }

.section-title { font-size: 24px; font-weight: 700; margin: 24px 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.product-card img { width: 100%; height: 240px; object-fit: cover; display: block; }
.product-title { font-size: 16px; padding: 12px 12px 0; }
.price { padding: 8px 12px 12px; font-weight: 700; color: var(--color-primary-dark); }
.product-card .btn { margin: 0 12px 16px; }

.site-footer { margin-top: 40px; border-top: 1px solid var(--color-border); background: #fafafa; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; padding: 28px 0; background: linear-gradient(180deg, #fafafa, #fff); }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-brand { font-weight: 900; font-size: 24px; letter-spacing: .6px; }
.footer-desc { color: var(--color-muted); }
.footer-social { display: flex; gap: 10px; }
.footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 999px; background: #fff; border: 1px solid var(--color-border); color: var(--color-secondary); box-shadow: var(--shadow-sm); }
.footer-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.badge { display: inline-block; padding: 6px 10px; border-radius: 999px; background: linear-gradient(135deg, var(--color-primary), var(--color-secondary)); color: #fff; font-weight: 700; font-size: 12px; box-shadow: var(--shadow-sm); }
.footer-title { font-weight: 800; font-size: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-links a { color: var(--color-text); text-decoration: none; }
.footer-links a:hover { color: var(--color-primary); }
.footer-newsletter { display: flex; gap: 8px; }
.footer-newsletter input { flex: 1; padding: 10px 12px; border-radius: 8px; border: 1px solid var(--color-border); }
.footer-note { color: var(--color-muted); font-size: 13px; }
.footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; color: var(--color-muted); }
.footer-payments { display: flex; gap: 8px; flex-wrap: wrap; }
.pay { display: inline-block; padding: 6px 10px; border-radius: 8px; background: #fff; border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); font-weight: 700; font-size: 12px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 16px 0; border-top: 1px solid var(--color-border); }
.footer-menu { list-style: none; display: flex; gap: 14px; padding: 0; margin: 0; }
.copyright { color: var(--color-muted); font-size: 14px; }

.content { padding: 24px 0; }
.post-card { border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; margin-bottom: 16px; }
.post-card img { width: 100%; height: 220px; object-fit: cover; }
.post-title { padding: 12px; }
.post-excerpt { padding: 0 12px 12px; color: var(--color-muted); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

.banners { padding: 24px 0; }
.banner-slider { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 6px; -ms-overflow-style: none; scrollbar-width: none; }
.banner-slider::-webkit-scrollbar { display: none; }
.banner-slider::-webkit-scrollbar-thumb { display: none; }
.banner-slider { -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent); }
.banner-slide { position: relative; flex: 0 0 85%; scroll-snap-align: start; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); }
.banner-slide img { width: 100%; height: 360px; object-fit: cover; display: block; }
.banner-caption { position: absolute; left: 16px; bottom: 16px; background: rgba(255,255,255,.86); padding: 12px 16px; border-radius: 12px; box-shadow: var(--shadow-sm); }
.banner-tag { display: inline-block; margin-right: 8px; padding: 6px 10px; border-radius: 999px; background: var(--color-primary); color: #fff; font-weight: 700; }

.category-section { padding: 24px 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-card { position: relative; border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.category-card img { width: 100%; height: 180px; object-fit: cover; display: block; }
.category-name { position: absolute; left: 12px; bottom: 12px; background: rgba(0,0,0,.5); color: #fff; padding: 6px 10px; border-radius: 8px; font-weight: 700; }

.offer-section { padding: 24px 0; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offer-card { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md); }
.offer-card img { width: 100%; height: 220px; object-fit: cover; display: block; filter: saturate(120%); }
.offer-badge { position: absolute; top: 12px; left: 12px; background: linear-gradient(135deg, var(--color-warning), var(--color-primary)); color: #fff; padding: 8px 12px; border-radius: 999px; font-weight: 800; letter-spacing: .5px; }
.offer-content { position: absolute; left: 12px; bottom: 12px; background: rgba(255,255,255,.9); padding: 10px 12px; border-radius: 12px; }

.blog-section { padding: 24px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.blog-card { border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; }
.blog-card img { width: 100%; height: 160px; object-fit: cover; }
.blog-card .info { padding: 12px; }

.gallery-section { padding: 24px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-grid img { width: 100%; height: 160px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow-sm); transition: transform .2s ease; }
.gallery-grid img:hover { transform: scale(1.02); }

.lookbook-section { padding: 24px 0; }
.lookbook-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.lookbook-item { position: relative; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.lookbook-item img { width: 100%; height: 240px; object-fit: cover; display: block; filter: saturate(115%); }
.lookbook-item.lg { grid-column: span 2; }
.lookbook-item.lg img { height: 360px; }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .lookbook-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .primary-nav, .pages-nav { display: none; }
  .primary-nav.open, .pages-nav.open { display: block; }
  .primary-nav.open, .pages-nav.open { position: fixed; left: 0; right: 0; top: 56px; bottom: 0; background: #fff; padding: 16px; box-shadow: var(--shadow-md); overflow-y: auto; }
  .primary-nav .menu, .pages-nav .menu { flex-direction: column; gap: 8px; padding: 12px 0; }
  .mobile-menu-toggle { display: inline-block; }
  .header-actions .search-form { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .banner-slide { flex-basis: 95%; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .lookbook-grid { grid-template-columns: repeat(2, 1fr); }
  .lookbook-item.lg { grid-column: span 2; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .lookbook-grid { grid-template-columns: 1fr; }
  .lookbook-item.lg { grid-column: span 1; }
}
.page-hero { padding: 60px 0 30px; background: radial-gradient(1200px 600px at 10% 10%, #fff0f6 0%, #ffffff 40%), radial-gradient(1200px 600px at 90% 10%, #f3e5f5 0%, #ffffff 40%); border-bottom: 1px solid var(--color-border); }
.page-title { font-size: clamp(28px, 5vw, 44px); font-weight: 900; }
.page-subtitle { color: var(--color-muted); }

.about-intro { padding: 24px 0; }
.about-lead { font-size: 18px; font-weight: 700; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-card { border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; }
.about-card img { width: 100%; height: 200px; object-fit: cover; }
.about-card h3 { padding: 12px; }
.about-card p { padding: 0 12px 12px; color: var(--color-muted); }
.about-stats { padding: 24px 0; background: linear-gradient(180deg, #fff, #fafafa); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat { background: #fff; border: 1px solid var(--color-border); border-radius: 12px; padding: 16px; text-align: center; box-shadow: var(--shadow-sm); }
.stat .num { display: block; font-weight: 900; font-size: 24px; color: var(--color-primary-dark); }
.stat .label { color: var(--color-muted); }
.about-team { padding: 24px 0; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.team-card { border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; text-align: center; }
.team-card img { width: 100%; height: 160px; object-fit: cover; }
.team-card h3 { padding: 10px; }

.contact-section { padding: 24px 0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; }
.contact-info { display: grid; gap: 10px; }
.contact-list { list-style: none; padding: 0; margin: 0; color: var(--color-muted); display: grid; gap: 6px; }
.contact-image { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow-sm); }
.contact-form-wrap { display: grid; gap: 10px; }
.contact-form { display: grid; gap: 10px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px; border-radius: 8px; border: 1px solid var(--color-border); }
.form-success { margin-top: 6px; color: var(--color-success); font-weight: 700; }

@media (max-width: 980px) { .about-grid { grid-template-columns: repeat(2, 1fr); } .team-grid { grid-template-columns: repeat(3, 1fr); } .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
