.cat-hero[data-astro-cid-d326op7z]{background:var(--black);padding-top:calc(var(--nav-height) + 4rem);padding-bottom:4rem;padding-left:2.5rem;padding-right:2.5rem}.cat-hero-inner[data-astro-cid-d326op7z]{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:3rem;flex-wrap:wrap}.cat-hero-text[data-astro-cid-d326op7z]{flex:1;min-width:280px}.cat-hero-title[data-astro-cid-d326op7z]{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,4rem);font-weight:500;line-height:1.05;color:var(--white);margin-bottom:1.25rem}.cat-hero-desc[data-astro-cid-d326op7z]{font-size:15px;color:#777;line-height:1.7;max-width:480px}.cat-hero-stats[data-astro-cid-d326op7z]{display:flex;gap:2px;background:#1a1a1a;border-radius:var(--radius-lg);overflow:hidden;flex-shrink:0}.cat-stat[data-astro-cid-d326op7z]{background:#111;padding:1.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:6px}.cat-stat-num[data-astro-cid-d326op7z]{font-family:var(--font-display);font-size:2rem;font-weight:500;color:var(--white);line-height:1}.cat-stat-label[data-astro-cid-d326op7z]{font-size:11px;color:#444;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.cat-section-header[data-astro-cid-d326op7z]{margin-bottom:2.5rem}.product-grid[data-astro-cid-d326op7z]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gray-200);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.product-card[data-astro-cid-d326op7z]{background:var(--white);text-decoration:none;display:block;opacity:0;transform:translateY(20px);transition:background .2s}.product-card[data-astro-cid-d326op7z].visible{animation:cardIn .5s ease forwards}@keyframes cardIn{to{opacity:1;transform:translateY(0)}}.product-card[data-astro-cid-d326op7z]:hover{background:var(--gray-50)}.product-card[data-astro-cid-d326op7z]:hover .product-arrow[data-astro-cid-d326op7z]{transform:translate(4px);color:var(--blue)}.product-card-inner[data-astro-cid-d326op7z]{padding:1.75rem;height:100%;display:flex;flex-direction:column;gap:.75rem}.product-card-top[data-astro-cid-d326op7z]{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-tag[data-astro-cid-d326op7z]{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:20px}.product-tag[data-astro-cid-d326op7z].absorbible{background:var(--blue-pale);color:var(--blue)}.product-tag[data-astro-cid-d326op7z].no-absorbible{background:#f0faf0;color:#2d6a2d}.product-material[data-astro-cid-d326op7z]{font-size:11px;color:var(--gray-400);font-style:italic;text-align:right}.product-name[data-astro-cid-d326op7z]{font-family:var(--font-display);font-size:1.6rem;font-weight:500;color:var(--black);line-height:1.1}.product-desc[data-astro-cid-d326op7z]{font-size:13px;color:var(--gray-600);line-height:1.6;flex:1}.product-specs-row[data-astro-cid-d326op7z]{display:flex;flex-wrap:wrap;gap:5px}.spec-pill[data-astro-cid-d326op7z]{font-size:11px;padding:3px 10px;border-radius:20px;background:var(--gray-100);color:var(--gray-600)}.product-competitors[data-astro-cid-d326op7z]{display:flex;flex-wrap:wrap;gap:5px}.product-card-footer[data-astro-cid-d326op7z]{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--gray-100);margin-top:auto}.product-link-text[data-astro-cid-d326op7z]{font-size:12px;color:var(--blue);font-weight:500;letter-spacing:.02em}.product-arrow[data-astro-cid-d326op7z]{color:var(--gray-400);font-size:14px;transition:transform .2s,color .2s}.cat-divider[data-astro-cid-d326op7z]{padding:0 2.5rem}.cat-divider-inner[data-astro-cid-d326op7z]{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:1rem 0}.cat-divider-line[data-astro-cid-d326op7z]{flex:1;height:1px;background:var(--gray-200)}.cat-divider-text[data-astro-cid-d326op7z]{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--gray-400);white-space:nowrap}.bg-black[data-astro-cid-d326op7z]{background:var(--black)}.cta-dark[data-astro-cid-d326op7z]{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;padding:3rem;border:1px solid #1a1a1a;border-radius:var(--radius-lg)}.cta-dark-title[data-astro-cid-d326op7z]{font-family:var(--font-display);font-size:2rem;font-weight:500;color:var(--white);margin-bottom:.5rem}.cta-dark-desc[data-astro-cid-d326op7z]{font-size:14px;color:#555;line-height:1.6;max-width:480px}.cta-dark-btns[data-astro-cid-d326op7z]{display:flex;gap:1rem;flex-wrap:wrap;flex-shrink:0}@media(max-width:900px){.cat-hero-inner[data-astro-cid-d326op7z]{flex-direction:column;align-items:flex-start}.cat-hero-stats[data-astro-cid-d326op7z]{width:100%}.cat-stat[data-astro-cid-d326op7z]{flex:1}.product-grid[data-astro-cid-d326op7z]{grid-template-columns:1fr 1fr}.cta-dark[data-astro-cid-d326op7z]{flex-direction:column;text-align:center}.cta-dark-btns[data-astro-cid-d326op7z]{justify-content:center}}@media(max-width:600px){.product-grid[data-astro-cid-d326op7z]{grid-template-columns:1fr}.cat-hero-stats[data-astro-cid-d326op7z]{flex-wrap:wrap}.cat-stat[data-astro-cid-d326op7z]{min-width:45%}}
