/* Category illustrations are decorative navigation artwork, not product photos. */
.category-tiles{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:32px}
.category-tile{--tile-bg:#edf1f5;position:relative;isolation:isolate;display:block;min-width:0;height:238px;padding:20px;background:var(--tile-bg);border:1px solid transparent;border-radius:18px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s;color:var(--ink)}
.category-tile[data-category="air-purifiers"]{--tile-bg:#eeebfb}
.category-tile[data-category="coffee-machines"]{--tile-bg:#fff0de}
.category-tile[data-category="range-hoods"]{--tile-bg:#e6f4ec}
.category-tile[data-category="robot-vacuums"]{--tile-bg:#e8f3ff}
.category-tile[data-category="vacuum-cleaners"]{--tile-bg:#ffe8da}
.category-tile::before{content:"";position:absolute;width:170px;height:170px;right:-35px;bottom:-45px;border-radius:50%;background:#ffffff55;z-index:-1}
.category-tile:hover{color:var(--ink);box-shadow:0 8px 22px #252b3412;transform:translateY(-3px)}
.category-tile.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}
.category-tile:focus-visible{outline:3px solid var(--accent);outline-offset:-3px}
.category-tile-copy{position:relative;z-index:2;display:block}
.category-tile strong{display:block;font-size:17px;line-height:1.25;letter-spacing:-.2px;font-weight:700}

.category-art{position:absolute;right:-4px;bottom:-14px;display:grid;place-items:center;width:190px;height:174px;pointer-events:none;transition:transform .25s}
.category-art img{width:100%;height:100%;object-fit:contain}
.category-art>svg{width:70%;height:70%;color:#76838c}
.category-tile[data-category="vacuum-cleaners"] .category-art{right:-8px;bottom:-12px;width:174px;height:183px}
.category-tile-arrow{position:absolute;left:20px;bottom:18px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#ffffffb8;color:#52545b;transition:background .2s,color .2s}
.category-tile-arrow svg{width:16px;height:16px}
.category-tile:hover .category-art{transform:translateY(-4px) rotate(-2deg)}
.category-tile:hover .category-tile-arrow{background:var(--accent);color:#fff}
@media(max-width:1150px){.category-tiles{gap:12px}.category-tile{padding:17px;height:226px}.category-tile strong{font-size:16px}.category-art{width:174px;height:160px}.category-tile-arrow{left:17px}}
@media(max-width:900px){.category-tiles{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;padding:4px 2px 12px;margin-left:-2px;margin-right:-2px;scrollbar-width:thin}.category-tile{flex:0 0 184px;scroll-snap-align:start}}
@media(max-width:600px){.category-tiles{gap:10px;margin-bottom:20px}.category-tile{flex-basis:164px;height:211px;padding:16px;border-radius:16px}.category-tile strong{font-size:15px}.category-art{width:156px;height:151px;right:-6px;bottom:-14px}.category-tile[data-category="vacuum-cleaners"] .category-art{width:151px;height:170px;right:-9px}.category-tile-arrow{left:16px;bottom:15px;width:27px;height:27px}}
@media(prefers-reduced-motion:reduce){.category-tile,.category-art,.category-tile-arrow{transition:none}.category-tile:hover,.category-tile:hover .category-art{transform:none}}
