.du-collection-tile>.ghost-previews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ghost-previews img{width:100%;height:auto;border-radius:10px}.ghost-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 20px;margin-top:20px}.ghost-gallery button{background:transparent;padding:0;text-align:left;min-width:0;color:inherit}.ghost-gallery img{width:100%;height:auto;border-radius:12px;display:block}.ghost-gallery span{display:block;margin-top:10px;line-height:1.4}.ghost-gallery button:hover img{outline:2px solid var(--du-gold);outline-offset:3px}.ghost-gallery button:focus-visible{outline:2px solid var(--du-gold);outline-offset:5px}.ghost-detail{display:block;width:100%;height:auto;border-radius:12px}.ghost-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.ghost-nav button{background:#ffffff10;color:inherit;border-radius:8px;padding:10px}.ghost-nav button:disabled{opacity:.35;cursor:default}@media(max-width:1000px){.ghost-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.ghost-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.ghost-gallery span{font-size:14px}}