/* VASUNDHARA MATERIALS ATLAS — edge-to-edge square category image rail */
.materials-new .atlas-nav{position:relative;z-index:40;width:100vw;margin-left:calc(50% - 50vw);padding:0;background:#f8f5ee;border-top:1px solid #ddd4c6;border-bottom:1px solid #ddd4c6;overflow:hidden}
.materials-new .atlas-category-inner{display:grid;grid-template-columns:repeat(13,minmax(0,1fr));width:100%;padding:0;gap:0}
.materials-new .atlas-category{min-width:0;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;text-decoration:none;color:#29353c;position:relative;padding:12px 10px 12px;border-right:1px solid #e2dbcf;transition:background .2s,color .2s}
.materials-new .atlas-category:first-child{border-left:0}
.materials-new .atlas-category:hover{background:#eee8de;color:#806238}
.materials-new .atlas-category-media{width:100%;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;margin-bottom:auto;background:#f1ece3}
.materials-new .atlas-category-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.materials-new .atlas-category:hover .atlas-category-media img{transform:scale(1.045)}
.materials-new .atlas-category>strong{font-size:.68rem;line-height:1;letter-spacing:.09em;font-weight:800;color:#806b4d;margin-top:8px}
.materials-new .atlas-category-range{font-size:.58rem;letter-spacing:.06em;color:#69737a;white-space:nowrap;margin-top:6px}
@media(max-width:1100px){.materials-new .atlas-nav{overflow-x:auto}.materials-new .atlas-category-inner{display:flex;width:max-content;min-width:100%;overflow:visible}.materials-new .atlas-category{width:116px;flex:0 0 116px}}
@media(max-width:600px){.materials-new .atlas-category{width:105px;flex-basis:105px;padding:9px 7px 9px}.materials-new .atlas-category>strong{font-size:.62rem}.materials-new .atlas-category-range{font-size:.52rem}.materials-new .atlas-category-media{margin-bottom:auto}}
