.product-category{margin-bottom:4rem}.product-category:last-child{margin-bottom:0}.product-category+.product-category{margin-top:4rem;padding-top:4rem;border-top:1px solid rgba(139,94,52,.4)}.product-category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1rem;border-bottom:2px solid rgba(139,94,52,.6)}.product-category-icon{width:46px;height:46px;background:#1e3a2d14;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--brand-primary);flex:0 0 46px}.product-category-titles h2{font-size:1.2rem;font-weight:700;color:var(--text-color);margin:0 0 .15rem;line-height:1.2}.product-category-en{font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;color:var(--brand-primary);opacity:.6;font-family:system-ui,-apple-system,sans-serif}.product-items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-item{background:#fff;border-radius:var(--radius-md);border:1px solid rgba(139,94,52,.5);box-shadow:0 2px 8px #0000000a;overflow:hidden;transition:transform var(--motion-duration-normal) var(--motion-ease),box-shadow var(--motion-duration-normal) var(--motion-ease)}.product-item:hover{transform:translateY(-4px);box-shadow:0 10px 28px #1e3a2d17}.product-item-img{width:100%;aspect-ratio:4 / 3;background:#8b5e3433;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--motion-ease)}.product-item:hover .product-item-img img{transform:scale(1.04)}.product-item-body{padding:1.1rem 1.1rem 1.25rem}.product-item h3{font-size:.92rem;font-weight:700;color:var(--text-color);margin:0 0 .4rem;line-height:1.35}.product-item p{font-size:.81rem;color:var(--brand-warm-gray);line-height:1.75;margin:0}.product-note{background:#8b5e3433;border:1px solid rgba(139,94,52,.5);border-radius:var(--radius-md);padding:1.25rem 1.5rem;font-size:.83rem;color:var(--brand-warm-gray);line-height:1.85;margin-top:3rem}.product-note p{margin:0}.catalog-request-box{background:var(--brand-primary);border-radius:var(--radius-md);padding:2rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:3.5rem;flex-wrap:wrap}.catalog-request-box .catalog-text h3{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .4rem}.catalog-request-box .catalog-text p{font-size:.87rem;color:#ffffffc7;margin:0;line-height:1.7}@media (max-width: 1100px){.product-items-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-items-grid{grid-template-columns:repeat(2,1fr)}.catalog-request-box{flex-direction:column;text-align:center}}@media (max-width: 480px){.product-items-grid{gap:.85rem}}
