/*
Theme Name: PEL Store
Theme URI: https://peldsgn.com
Author: PEL DESIGN
Description: A lightweight WooCommerce storefront for PEL DESIGN.
Version: 1.0.0
Text Domain: pel-store
*/

:root {
  --ink: #17201d;
  --muted: #64706b;
  --paper: #f4f1e9;
  --white: #fff;
  --line: #d9d7cf;
  --accent: #d5ff45;
  --accent-dark: #b4e520;
  --dark: #14201b;
  --radius: 18px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.announcement { padding: 9px 20px; background: var(--dark); color: #e7eee9; font-size: 12px; letter-spacing: .06em; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(244,241,233,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { display: inline-grid; place-items: center; width: 51px; height: 34px; border-radius: 8px; background: var(--ink); color: var(--accent); font-size: 17px; letter-spacing: -.04em; }
.brand-copy { font-size: 12px; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.main-nav a:hover { opacity: .58; }
.header-cart { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 750; }
.cart-count { min-width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 99px; background: var(--accent); }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 92px max(6vw, 40px) 80px max(calc((100vw - var(--max))/2), 20px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 18px; color: #53615b; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(52px, 6.3vw, 92px); font-weight: 770; }
.hero-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button, button.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); font-weight: 760; cursor: pointer; }
.button-primary, .woocommerce a.button.alt, .woocommerce button.button.alt { background: var(--ink)!important; color: var(--white)!important; }
.button:hover { transform: translateY(-1px); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 58px; color: var(--muted); font-size: 13px; }
.hero-proof strong { display: block; color: var(--ink); font-size: 16px; }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: #d7dbd5; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-note { position: absolute; right: 24px; bottom: 24px; left: 24px; display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding: 20px; border-radius: 14px; background: rgba(20,32,27,.92); color: #fff; }
.hero-note strong { font-size: 18px; }
.hero-note span { color: #c9d1cc; font-size: 11px; letter-spacing: .08em; }
.collections { padding: 96px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-head h2 { max-width: 690px; margin-bottom: 0; font-size: clamp(39px, 5vw, 64px); }
.collection-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.collection-card { min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #ebe9e1; transition: transform .2s ease, background .2s ease; }
.collection-card:nth-child(2) { background: #dbe2da; }
.collection-card:nth-child(3) { background: #ded9cf; }
.collection-card:hover { transform: translateY(-4px); background: var(--accent); }
.collection-card .number { font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.collection-card h3 { margin: auto 0 10px; font-size: 30px; }
.collection-card p { margin: 0 0 24px; color: var(--muted); }
.collection-card b { font-size: 14px; }
.product-section { padding: 92px 0 110px; background: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px 18px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: 16px; background: #ecebe5; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 11px; border-radius: 99px; background: var(--accent); font-size: 11px; font-weight: 850; letter-spacing: .05em; }
.product-info { padding: 18px 4px 0; }
.product-category { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-info h3 { margin: 8px 0 7px; font-size: 22px; }
.product-info p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.product-line { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-line strong { font-size: 17px; }
.custom-print { padding: 90px 0; background: var(--accent); }
.custom-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.custom-print h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 68px); }
.custom-print p { max-width: 580px; font-size: 18px; }
.process { display: grid; gap: 12px; }
.process div { display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(23,32,29,.25); }
.process span { font-size: 12px; font-weight: 900; }
.process strong { font-size: 18px; }
.site-footer { padding: 60px 0 34px; background: var(--dark); color: #edf2ef; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; }
.footer-grid h3 { margin-bottom: 12px; font-size: 30px; }
.footer-grid p, .footer-grid a { color: #aebbb4; }
.footer-links { display: grid; gap: 9px; align-content: start; }
.footer-bottom { margin-top: 45px; padding-top: 24px; border-top: 1px solid #34413b; color: #8f9c96; font-size: 12px; }
.content-shell { min-height: 60vh; padding: 70px 0 100px; }
.woocommerce .products ul, .woocommerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none!important; width: auto!important; margin: 0!important; }
.woocommerce ul.products li.product a img { border-radius: 16px; }
.woocommerce span.onsale { background: var(--accent); color: var(--ink); }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 24px; }
  .hero-visual { min-height: 520px; }
  .collection-grid, .product-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .custom-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy { display: none; }
  .header-inner { min-height: 66px; }
  h1 { font-size: 47px; }
  .hero-proof { gap: 18px; }
  .hero-visual { min-height: 420px; }
  .collection-grid, .product-grid, .woocommerce .products ul, .woocommerce ul.products { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
