:root{--color-primary:#6b3f1e;--color-primary-hover:#2c1a0e;--color-accent:#c08b5c;--color-bg:#faf7f2;--color-bg-alt:#f0eae0;--color-text:#3d2b1f;--color-text-muted:#7a6459;--color-border:#e8d5bc;--color-border-dark:#d6d0c8;--color-ink:#1a1210;--font-display:Cormorant Garamond, Georgia, serif;--font-body:DM Sans, Helvetica Neue, sans-serif;--font-mono:JetBrains Mono, Courier New, monospace;--container-px:clamp(1.25rem, 5vw, 4rem);--transition-base:.25s ease;--transition-slow:.4s ease}.Categories-module-scss-module__IkZ5PG__page{background:#faf7f2;min-height:100vh}.Categories-module-scss-module__IkZ5PG__container{width:100%;max-width:1280px;margin-inline:auto;padding-block:3rem;padding-inline:clamp(1.25rem,5vw,4rem)}@media (max-width:767px){.Categories-module-scss-module__IkZ5PG__container{padding-block:2rem}}.Categories-module-scss-module__IkZ5PG__loadingWrap{justify-content:center;align-items:center;min-height:300px;display:flex}.Categories-module-scss-module__IkZ5PG__spinner{border:2px solid #e8d5bc;border-top-color:#6b3f1e;border-radius:9999px;width:32px;height:32px;animation:.8s linear infinite Categories-module-scss-module__IkZ5PG__spin}@keyframes Categories-module-scss-module__IkZ5PG__spin{to{transform:rotate(360deg)}}.Categories-module-scss-module__IkZ5PG__breadcrumb{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.Categories-module-scss-module__IkZ5PG__breadcrumbLink{appearance:none;cursor:pointer;color:#7a6459;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:clamp(.7rem,.65rem + .25vw,.75rem);transition:color .15s;display:flex}.Categories-module-scss-module__IkZ5PG__breadcrumbLink:hover{color:#6b3f1e}.Categories-module-scss-module__IkZ5PG__breadcrumbSep{color:#d6d0c8;font-size:clamp(.7rem,.65rem + .25vw,.75rem)}.Categories-module-scss-module__IkZ5PG__breadcrumbCurrent{color:#1a1210;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:clamp(.7rem,.65rem + .25vw,.75rem);font-weight:500}.Categories-module-scss-module__IkZ5PG__header{border-bottom:1px solid #e8d5bc;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;padding-bottom:2rem;display:flex}.Categories-module-scss-module__IkZ5PG__headerLeft{flex-direction:column;gap:.5rem;display:flex}.Categories-module-scss-module__IkZ5PG__headerLabel{color:#c08b5c;letter-spacing:.2em;text-transform:uppercase;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:.6rem;font-weight:500;animation:.4s cubic-bezier(.16,1,.3,1) both Categories-module-scss-module__IkZ5PG__slideUp}.Categories-module-scss-module__IkZ5PG__headerTitle{color:#1a1210;letter-spacing:-.03em;margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,1.3rem + 1vw,2rem);font-weight:300;line-height:1.1;animation:.5s cubic-bezier(.16,1,.3,1) 60ms both Categories-module-scss-module__IkZ5PG__slideUp}@media (max-width:767px){.Categories-module-scss-module__IkZ5PG__headerTitle{font-size:clamp(1.2rem,1.1rem + .5vw,1.4rem)}}.Categories-module-scss-module__IkZ5PG__headerLine{transform-origin:0;background:linear-gradient(90deg,#6b3f1e,#c08b5c);width:32px;height:1px;animation:.5s cubic-bezier(.16,1,.3,1) .12s both Categories-module-scss-module__IkZ5PG__expandLine}.Categories-module-scss-module__IkZ5PG__layoutToggle{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.Categories-module-scss-module__IkZ5PG__toggleBtn{appearance:none;cursor:pointer;color:#7a6459;cursor:pointer;background:#fff;border:1px solid #e8d5bc;border-radius:4px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-family:inherit;transition:all .15s;display:flex}.Categories-module-scss-module__IkZ5PG__toggleBtn:hover{color:#6b3f1e;border-color:#6b3f1e}.Categories-module-scss-module__IkZ5PG__toggleActive{color:#fff!important;background:#6b3f1e!important;border-color:#6b3f1e!important}.Categories-module-scss-module__IkZ5PG__toggleActive:hover{background:#2c1a0e!important;border-color:#2c1a0e!important}.Categories-module-scss-module__IkZ5PG__grid{gap:1.25rem;display:grid}@media (max-width:767px){.Categories-module-scss-module__IkZ5PG__grid{gap:.75rem}}.Categories-module-scss-module__IkZ5PG__gridOne{grid-template-columns:repeat(2,1fr)}@media (max-width:767px){.Categories-module-scss-module__IkZ5PG__gridOne{grid-template-columns:1fr}}.Categories-module-scss-module__IkZ5PG__gridTwo{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}@media (max-width:767px){.Categories-module-scss-module__IkZ5PG__gridTwo{grid-template-columns:repeat(2,1fr)}}.Categories-module-scss-module__IkZ5PG__card{cursor:pointer;background:#fff;border:1px solid #e8d5bc;border-radius:6px;transition:box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.Categories-module-scss-module__IkZ5PG__card:hover{border-color:#d6d0c8;box-shadow:0 8px 32px #2c1a0e1f}.Categories-module-scss-module__IkZ5PG__card:hover .Categories-module-scss-module__IkZ5PG__cardMedia img{transform:scale(1.05)}.Categories-module-scss-module__IkZ5PG__card:hover .Categories-module-scss-module__IkZ5PG__cardAccent{transform:scaleX(1)}.Categories-module-scss-module__IkZ5PG__card:hover .Categories-module-scss-module__IkZ5PG__cardArrow{opacity:1;color:#6b3f1e;transform:translate(0)}.Categories-module-scss-module__IkZ5PG__card:hover .Categories-module-scss-module__IkZ5PG__cardName{color:#2c1a0e}.Categories-module-scss-module__IkZ5PG__cardMedia{background:#f0eae0;width:100%;height:200px;position:relative;overflow:hidden}.Categories-module-scss-module__IkZ5PG__gridOne .Categories-module-scss-module__IkZ5PG__cardMedia{height:320px}.Categories-module-scss-module__IkZ5PG__cardMedia img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}@media (max-width:767px){.Categories-module-scss-module__IkZ5PG__cardMedia{height:130px}.Categories-module-scss-module__IkZ5PG__gridOne .Categories-module-scss-module__IkZ5PG__cardMedia{height:220px}}.Categories-module-scss-module__IkZ5PG__cardIconWrap{background:#f0eae0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Categories-module-scss-module__IkZ5PG__cardIcon{object-fit:contain;opacity:.5;width:44px;height:44px}.Categories-module-scss-module__IkZ5PG__cardPlaceholder{background:linear-gradient(135deg,#f0eae0,#e8d5bc);width:100%;height:100%}.Categories-module-scss-module__IkZ5PG__cardOverlay{pointer-events:none;background:linear-gradient(#0000 50%,#1a12100d 100%);position:absolute;inset:0}.Categories-module-scss-module__IkZ5PG__cardInfo{justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.Categories-module-scss-module__IkZ5PG__cardName{color:#3d2b1f;text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:clamp(.85rem,.8rem + .25vw,.9rem);font-weight:500;transition:color .15s;overflow:hidden}.Categories-module-scss-module__IkZ5PG__cardArrow{color:#d6d0c8;opacity:0;flex-shrink:0;transition:opacity .25s,transform .25s,color .25s;transform:translate(-6px)}.Categories-module-scss-module__IkZ5PG__cardAccent{transform-origin:0;background:linear-gradient(90deg,#6b3f1e,#c08b5c);height:2px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Categories-module-scss-module__IkZ5PG__skeleton{background:linear-gradient(90deg,#f0eae0 25%,#d6d0c880 50%,#f0eae0 75%) 0 0/200% 100%;border-radius:6px;height:248px;animation:1.4s infinite Categories-module-scss-module__IkZ5PG__shimmer}@media (max-width:767px){.Categories-module-scss-module__IkZ5PG__skeleton{height:180px}}.Categories-module-scss-module__IkZ5PG__empty{flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:320px;display:flex}.Categories-module-scss-module__IkZ5PG__empty p{letter-spacing:-.03em;color:#d6d0c8;font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.05rem,1rem + .3vw,1.15rem);font-weight:300}.Categories-module-scss-module__IkZ5PG__empty svg{color:#d6d0c8}.Categories-module-scss-module__IkZ5PG__cardDetailsBtn{appearance:none;cursor:pointer;letter-spacing:.05em;white-space:nowrap;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:DM Sans,Helvetica Neue,sans-serif;font-size:clamp(.85rem,.8rem + .25vw,.9rem);font-weight:500;line-height:1.6;transition:background .25s,color .25s,transform .15s,box-shadow .25s;display:flex;position:absolute;bottom:.75rem;right:.75rem}.Categories-module-scss-module__IkZ5PG__cardDetailsBtn:focus-visible{outline-offset:3px;border-radius:2px;outline:2px solid #6b3f1e}.Categories-module-scss-module__IkZ5PG__cardDetailsBtn:active{transform:scale(.98)}.Categories-module-scss-module__IkZ5PG__cardDetailsBtn{color:#faf7f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.05em;z-index:2;opacity:0;background:#ffffff26;border:1px solid #ffffff4d;padding:.25rem 1rem;font-size:clamp(.7rem,.65rem + .25vw,.75rem);transition:opacity .25s,transform .25s,background .25s;transform:translateY(6px)}.Categories-module-scss-module__IkZ5PG__card:hover .Categories-module-scss-module__IkZ5PG__cardDetailsBtn{opacity:1;transform:translateY(0)}.Categories-module-scss-module__IkZ5PG__cardDetailsBtn:hover{background:#ffffff47}@keyframes Categories-module-scss-module__IkZ5PG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Categories-module-scss-module__IkZ5PG__expandLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes Categories-module-scss-module__IkZ5PG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
