/* namu.biz */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #faf8f5; color: #1a1a1a; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.7; }
.wood-bar { height: 4px; background: #a0845c; }
.hero { text-align: center; padding: 4rem 2rem 2rem; }
.brand { font-family: 'Work Sans', sans-serif; font-weight: 600; font-size: clamp(2rem, 5vw, 3rem); }
.tagline { font-size: 0.85rem; color: #7a6440; margin-top: 0.3rem; }
.since { font-size: 0.6rem; color: #a0845c; display: block; margin-top: 0.3rem; }
.products { max-width: 600px; margin: 0 auto; padding: 1rem 2rem 2rem; }
.category-strip { display: flex; gap: 1.5rem; margin-bottom: 2rem; }
.cat-label { font-family: 'Work Sans', sans-serif; font-weight: 600; font-size: 0.7rem; color: #7a6440; padding-bottom: 0.3rem; cursor: pointer; }
.cat-label.active { border-bottom: 2px solid #a0845c; color: #1a1a1a; }
.product-section { padding: 1rem 0; }
.product-header { font-family: 'Work Sans', sans-serif; font-weight: 600; font-size: 1rem; color: #a0845c; margin-bottom: 0.5rem; }
.product-text { font-size: 0.8rem; color: #555; }
.product-code { font-family: 'Fira Code', monospace; font-size: 0.6rem; color: #a0845c; display: block; margin-top: 0.5rem; }
.wood-rule { height: 1px; background: #e0d8cc; margin: 1rem 0; }
.specs { max-width: 600px; margin: 0 auto; padding: 1rem 2rem 2rem; }
.section-header { font-family: 'Work Sans', sans-serif; font-weight: 600; font-size: 0.85rem; margin-bottom: 1rem; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table td { padding: 0.5rem 1rem; font-size: 0.8rem; }
.spec-label { color: #7a6440; font-weight: 600; width: 40%; }
.spec-value { font-family: 'Fira Code', monospace; font-size: 0.75rem; }
.spec-table tr.alt { background: #f5f0ea; }
.footer { max-width: 600px; margin: 0 auto; text-align: center; padding: 2rem; }
.footer-brand { font-family: 'Work Sans', sans-serif; font-weight: 600; font-size: 0.65rem; color: #d4c4a8; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
