.categories-section{background:#faf6f0;padding:64px 0}.categories-header{text-align:center;margin-bottom:48px}.categories-subtitle-row{justify-content:center;align-items:center;gap:12px;margin-bottom:12px;display:flex}.categories-subtitle-line{background:#5c2a28;width:32px;height:2px}.categories-subtitle-text{color:#5c2a28;font-size:15px;font-style:italic;font-weight:600}.categories-title{color:#1a1a1a;font-size:max(28px,min(4vw,42px));font-weight:800;line-height:1.2}.categories-title-highlight{color:#5c2a28;font-family:Georgia,serif;font-style:italic}.cat-card{cursor:pointer;background:#fff;border:1.5px solid #f0ece5;border-radius:20px;flex-direction:column;align-items:center;gap:12px;padding:16px 8px;transition:background .3s,box-shadow .3s,transform .3s;display:flex;box-shadow:0 4px 20px rgba(0,0,0,.07)}@media (min-width:768px){.cat-card{border-radius:24px;gap:16px;padding:24px 12px}}@media (min-width:1280px){.cat-card{gap:18px;padding:32px 20px}}.cat-card:hover{background:#1e120e;transform:translateY(-6px);box-shadow:0 16px 40px rgba(21,35,25,.25)}.cat-img-wrap{border:3px solid #f5e6c8;border-radius:50%;flex-shrink:0;width:80px;height:80px;transition:border-color .3s,transform .4s;position:relative;overflow:hidden}@media (min-width:768px){.cat-img-wrap{width:100px;height:100px}}@media (min-width:1280px){.cat-img-wrap{width:130px;height:130px}}.cat-card:hover .cat-img-wrap{border-width:3px;border-color:#a36d2e;transform:rotate(6deg)scale(1.08)}.cat-img-inner{object-fit:cover;object-position:center}.cat-label{color:#1a1a1a;font-size:15px;font-weight:700;transition:color .3s}@media (min-width:768px){.cat-label{font-size:16px}}@media (min-width:1280px){.cat-label{font-size:17px}}.cat-card:hover .cat-label{color:#f5e6c8}
