.category-icon svg{fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}
.catalog{background:#f6f3eb;color:#111;border-bottom:1px solid #ded5c2}.catalog .section-eyebrow{color:#93690e}.catalog .section-tag{color:#6a6458}.catalog-heading{display:grid;grid-template-columns:1.3fr 1fr;gap:10%;align-items:end;margin-top:28px}.catalog h2 em{color:#a6760d}.catalog-heading>p{color:#6a6458;font-size:16px;max-width:350px}.category-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:42px}.category-tile{position:relative;text-align:left;border:1px solid #ddd4c1;border-radius:3px;background:#fbfaf6;color:#17140f;padding:25px 21px 24px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .3s,border-color .3s,background .3s;min-width:0}.category-tile:hover,.category-tile.active{transform:translateY(-5px);border-color:#bd8b22;background:#fffcf2}.category-tile:focus-visible,.catalog-filter:focus-visible{outline:2px solid #a87713;outline-offset:4px}.category-icon{width:38px;height:38px;color:#ab7d1d;margin-bottom:27px}.category-tile-title{font-size:17px;font-weight:600;letter-spacing:-.4px;line-height:1.4}.category-tile-copy{font-size:13px;color:#777061;line-height:1.6;margin-top:9px;max-width:180px}.category-tile-arrow{position:absolute;right:20px;top:23px;color:#a37926;font-size:21px}.catalog-filters{display:flex;flex-wrap:wrap;gap:10px;padding:33px 0 22px;margin-top:15px;border-bottom:1px solid #ddd4c1}.catalog-filter{display:flex;align-items:center;gap:9px;border:1px solid #d6cdbb;background:transparent;color:#625a4b;padding:11px 14px;border-radius:3px;font-size:13px;line-height:1.4;transition:background .2s,color .2s}.catalog-filter.active{background:#16140f;color:#f1c768;border-color:#16140f}.catalog-filter>span{font-size:11px;opacity:.75}.catalog-status{font-size:13px;color:#766b56;margin:23px 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fffdf8;border:1px solid #ded5c2;border-radius:4px;overflow:hidden;animation:product-appear .55s var(--card-delay,0ms) both;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #3c2a0810}.product-image-wrap{aspect-ratio:4/3;overflow:hidden;background:#eae5da;display:flex;align-items:center;justify-content:center}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover img{transform:scale(1.04)}.product-body{padding:22px}.product-category{font-size:10px;letter-spacing:1.4px;text-transform:uppercase;color:#92691a;margin-bottom:10px}.product-title{font-size:21px;font-weight:500;letter-spacing:-.5px;line-height:1.3;overflow-wrap:anywhere}.product-description{font-size:14px;color:#6f675a;margin-top:11px;white-space:pre-line;overflow-wrap:anywhere}.product-price{border-top:1px solid #e9e1d2;margin-top:20px;padding-top:16px;font-size:15px;font-weight:600}.image-unavailable{font-size:13px;color:#7c7568}.catalog-empty{text-align:center;padding:30px 20px 36px;max-width:570px;margin:auto}.empty-spark{font-size:38px;color:#aa7c1c;display:block;margin-bottom:12px}.catalog-empty h3{font-family:var(--display);font-size:38px;font-weight:500;margin-bottom:12px}.catalog-empty p{font-size:15px;color:#7b7060}.catalog [aria-busy='true']{min-height:70px}.catalog-retry{margin-top:15px}@keyframes product-appear{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:1100px){.desktop-nav{gap:17px;font-size:13px}.category-tile{padding:22px 16px}.category-tile-title{font-size:16px}.category-tile-copy{font-size:12px}.product-grid{gap:18px}.product-body{padding:18px}}
@media(max-width:800px){.category-tiles{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.catalog-heading{grid-template-columns:1fr;gap:23px;margin-top:23px}.catalog-heading>p{font-size:16px}.category-tiles{gap:11px;margin-top:30px}.category-tile{padding:20px 15px;min-height:205px}.category-icon{width:32px;height:32px;margin-bottom:20px}.category-tile-title{font-size:16px}.category-tile-copy{font-size:12px}.category-tile-arrow{top:16px;right:13px;font-size:19px}.catalog-filters{gap:8px;margin-top:10px;padding-top:27px}.catalog-filter{font-size:12px;padding:10px 11px}.product-grid{grid-template-columns:1fr;gap:21px}.product-body{padding:23px}.product-title{font-size:24px}.product-description{font-size:16px}.catalog-empty{padding:24px 0}.catalog-empty h3{font-size:34px}.catalog-empty p{font-size:15px}}
@media(prefers-reduced-motion:reduce){.product-card{animation:none}.product-card:hover,.product-card:hover img,.category-tile:hover{transform:none}}
