.bc3d-categories-section{padding:100px 80px;background:var(--bc3d-surface)}.bc3d-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:60px}.bc3d-section-tag{font-family:var(--bc3d-mono);font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--bc3d-accent);margin-bottom:12px}.bc3d-section-tag::before{content:"// "}.bc3d-section-title{font-family:var(--bc3d-head);font-size:clamp(42px,5vw,72px);letter-spacing:1px;line-height:.95;color:var(--bc3d-text)}.bc3d-see-all{font-family:var(--bc3d-mono);font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--bc3d-accent);text-decoration:none;padding-bottom:4px;border-bottom:1px solid var(--bc3d-accent);transition:gap .2s}.bc3d-see-all:hover{color:var(--bc3d-accent2)}.bc3d-categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;background:var(--bc3d-border);border:1px solid var(--bc3d-border)}.bc3d-cat-card{background:var(--bc3d-surface);text-decoration:none;color:inherit;display:block;padding:40px 24px;transition:background .25s ease;position:relative}.bc3d-cat-card:hover{background:var(--bc3d-surface2)}.bc3d-cat-image{width:100%;height:180px;background:linear-gradient(135deg,#f5f7fa 0%,#e9ecef 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:20px;border-radius:8px}.bc3d-cat-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bc3d-cat-card:hover .bc3d-cat-image img{transform:scale(1.05)}.bc3d-cat-title{font-family:var(--bc3d-head);font-size:20px;letter-spacing:.5px;color:var(--bc3d-text);margin-bottom:16px;line-height:1.2}.bc3d-cat-button{display:inline-block;padding:10px 24px;font-family:var(--bc3d-mono);font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:var(--bc3d-accent);border:none;border-radius:6px;text-decoration:none;transition:all .25s ease}.bc3d-cat-card:hover .bc3d-cat-button{background:#fff;color:var(--bc3d-accent);border:2px solid var(--bc3d-accent)}@media (max-width:1200px){.bc3d-categories-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.bc3d-categories-section{padding:60px 40px}.bc3d-categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.bc3d-categories-section{padding:60px 24px}.bc3d-section-header{flex-direction:column;align-items:flex-start;gap:20px}.bc3d-categories-grid{grid-template-columns:repeat(2,1fr)}.bc3d-cat-title{font-size:16px}}@media (max-width:480px){.bc3d-categories-grid{grid-template-columns:1fr}}.bc3d-accessories-section{padding:100px 80px;background:var(--bg)}.bc3d-section-subtitle{font-size:16px;color:var(--muted);line-height:1.7;margin-top:12px;max-width:600px}.bc3d-accessories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:60px}.bc3d-accessory-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.bc3d-accessory-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.12)}.bc3d-accessory-image{width:100%;height:220px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:20px}.bc3d-accessory-img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.bc3d-accessory-card:hover .bc3d-accessory-img{transform:scale(1.05)}.bc3d-accessory-content{padding:28px;flex:1;display:flex;flex-direction:column}.bc3d-accessory-title{font-family:"Bebas Neue",sans-serif;font-size:24px;letter-spacing:.5px;color:#000;margin-bottom:12px;line-height:1.2}.bc3d-accessory-desc{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px;flex:1}.bc3d-accessory-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.bc3d-accessory-tag{font-family:"Space Mono",monospace;font-size:10px;letter-spacing:.5px;padding:6px 12px;background:#f0f0f0;border-radius:4px;color:#666;text-transform:uppercase}.bc3d-accessory-button{display:inline-block;padding:14px 28px;font-family:"Space Mono",monospace;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;text-decoration:none;color:#fff;background-color:#2c30f1;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:center;width:100%}.bc3d-accessory-button:hover{background-color:#1a1ec9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(44,48,241,.3)}@media (max-width:1024px){.bc3d-accessories-section{padding:60px 40px}}@media (max-width:768px){.bc3d-accessories-section{padding:60px 24px}.bc3d-accessories-grid{grid-template-columns:1fr;gap:24px}.bc3d-accessory-content{padding:24px}.bc3d-accessory-title{font-size:22px}}