.category-card{position:relative;min-width:0;min-height:96px;padding:1.15rem clamp(1rem,2vw,1.4rem) 1rem;display:block;border-right:1px solid var(--products-rule,rgba(244,240,231,.14));background:transparent;color:var(--products-ink,#f4f0e7);text-decoration:none;transition:background-color .15s ease,color .15s ease}.category-card:first-child{border-left:1px solid var(--products-rule,rgba(244,240,231,.14))}.category-card:before{content:"";position:absolute;top:-1px;left:0;width:3rem;height:3px;background:var(--products-rust,#d66a47)}.category-card:focus-visible,.category-card:hover{background:rgba(72,128,91,.14)}.category-card:focus-visible{z-index:1;outline:3px solid rgba(238,138,104,.65);outline-offset:-3px}.category-card-content{height:100%;display:flex;flex-direction:column;justify-content:center;gap:.55rem}.category-card-content h3{max-width:20ch;margin:0;color:var(--products-ink,#f4f0e7);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:800;line-height:1.12;letter-spacing:-.03em}.category-card--graphite:before,.category-card--obsidian:before{background:#4b8a63}@media (max-width:1100px) and (min-width:701px){.category-card:nth-child(odd){border-left:1px solid var(--products-rule,rgba(244,240,231,.14))}}@media (max-width:700px){.category-card{min-height:96px;border-left:1px solid var(--products-rule,rgba(244,240,231,.14))}}