:root {
  --bg: #f7f4ef;
  --paper: #fffdf8;
  --ink: #161513;
  --muted: #6d675f;
  --line: #e6dfd4;
  --fire: #d3541a;
  --fire-dark: #9c3410;
  --shadow: 0 10px 30px rgba(40, 24, 10, .08);
  --radius: 16px;
  --font: "Inter", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,244,239,.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.topbar { font-size: 12px; padding: 8px 0; color: var(--muted); }
.topbar .btn-link { color: var(--ink); font-size: 12px; text-decoration: none; }
.navbar { padding: 10px 0; }
.navbar-brand { font-weight: 700; letter-spacing: .04em; display: flex; align-items: center; gap: 8px; font-size: 22px; }
.logo-mark { width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; }
.nav-link { font-weight: 500; padding: .5rem .8rem !important; }
.search-form input { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 6px 14px; width: 180px; }
.cart-badge { background: var(--fire); color: #fff; border-radius: 99px; padding: 0 7px; font-size: 12px; margin-inline-start: 4px; }
.hero-slide { min-height: 72vh; background-size: cover; background-position: center; display: flex; align-items: center; color: #fff; }
.hero-fallback { background: linear-gradient(120deg, #1b140f 10%, #7a3b16 55%, #d3541a 100%); }
.hero-copy { max-width: 680px; padding: 80px 0; }
.kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; opacity: .8; }
.hero h1 { font-size: 56px; line-height: 1.05; margin: 10px 0 16px; }
.btn-fire, .btn-line { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 12px 22px; font-weight: 600; cursor: pointer; }
.btn-fire { background: var(--fire); color: #fff; }
.btn-fire:hover { background: var(--fire-dark); color: #fff; }
.btn-line { background: transparent; border: 1px solid var(--ink); }
.section { padding: 72px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.product-card .thumb { position: relative; display: block; aspect-ratio: 1; background: #efe8dc; }
.product-card img { width: 100%; height: 100%; object-fit: cover; }
.badge-save { position: absolute; top: 12px; inset-inline-start: 12px; background: #111; color: #fff; font-size: 12px; padding: 4px 8px; border-radius: 6px; }
.product-card h3 { font-size: 16px; margin: 14px 16px 6px; min-height: 44px; }
.price-row { padding: 0 16px; display: flex; gap: 8px; align-items: baseline; }
.price-row del { color: var(--muted); font-size: 13px; }
.btn-quick { width: calc(100% - 32px); margin: 12px 16px 16px; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px; }
.band { padding: 80px 0; background: #2a211b; color: #fff; }
.band-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.band-visual { min-height: 280px; border-radius: 24px; background: linear-gradient(160deg, #d3541a, #1b140f); }
.brand-row, .review-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-chip { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px; text-align: center; font-weight: 600; letter-spacing: .08em; }
.review-card { background: #fff; border-radius: 16px; padding: 22px; margin: 0; box-shadow: var(--shadow); }
.stars { color: #d3541a; }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.blog-cover { height: 180px; background: #d7cbb8 center/cover; }
.blog-card h3, .blog-card p { padding: 0 16px; }
.site-footer { background: #14110e; color: #efe8dc; margin-top: 40px; }
.newsletter { padding: 48px 0; border-bottom: 1px solid #2c261f; }
.newsletter-form { display: flex; justify-content: center; gap: 8px; max-width: 480px; margin: 16px auto 0; }
.newsletter-form input { flex: 1; border-radius: 999px; border: 0; padding: 12px 16px; }
.newsletter-form button { border: 0; border-radius: 999px; background: var(--fire); color: #fff; padding: 12px 18px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; padding: 40px 0; }
.footer-grid a, .muted { color: #b7aea2; display: block; margin: 6px 0; }
.copyright { border-top: 1px solid #2c261f; padding: 16px 0 28px; color: #8c8378; font-size: 13px; }
.page-wrap { padding: 36px 0 64px; }
.crumb { color: var(--muted); margin-bottom: 18px; }
.list-layout { display: grid; grid-template-columns: 260px 1fr; gap: 28px; }
.filters { background: #fff; padding: 18px; border-radius: 16px; border: 1px solid var(--line); }
.list-toolbar { display: flex; justify-content: space-between; margin-bottom: 16px; }
.pager a { display: inline-block; padding: 6px 10px; border: 1px solid var(--line); margin-inline-end: 6px; border-radius: 8px; }
.pager a.on { background: #111; color: #fff; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; }
.gallery .zoom-wrap { background: #fff; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); }
.thumbs { display: flex; gap: 8px; margin-top: 10px; }
.thumbs img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; cursor: pointer; }
.price-row.lg strong { font-size: 28px; }
.sku-item, .pay-item { display: block; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; margin: 8px 0; background: #fff; }
.qty-box { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty-box button, .qty-box input { border: 0; width: 42px; height: 38px; text-align: center; background: #fff; }
.prose { margin-top: 40px; line-height: 1.8; }
.cart-layout, .check-layout, .account-layout { display: grid; grid-template-columns: 1.4fr .8fr; gap: 28px; }
.cart-row { display: grid; grid-template-columns: 96px 1fr auto; gap: 16px; background: #fff; padding: 14px; border-radius: 14px; margin-bottom: 12px; }
.cart-row img { width: 96px; height: 96px; object-fit: cover; border-radius: 10px; }
.cart-sum { background: #fff; padding: 20px; border-radius: 16px; height: fit-content; border: 1px solid var(--line); }
.auth-box { max-width: 420px; margin: 40px auto; background: #fff; padding: 28px; border-radius: 18px; }
.tabs { display: flex; gap: 16px; margin-bottom: 16px; }
.tabs a.on { border-bottom: 2px solid var(--fire); font-weight: 700; }
.order-line { display: flex; justify-content: space-between; background: #fff; padding: 12px 14px; border-radius: 10px; margin-bottom: 8px; }
.account-nav { display: flex; flex-direction: column; gap: 10px; }
.link-btn { background: none; border: 0; color: var(--fire); padding: 0; }
