.collection-page{padding:8rem 5% 4rem;background-color:#fff;color:var(--bg-dark);min-height:100vh}.collection-header{text-align:center;margin-bottom:4rem}.collection-header .subtitle{font-size:.75rem;letter-spacing:3px;color:var(--accent-gold);margin-bottom:1rem;text-transform:uppercase}.collection-header .title{font-size:clamp(2.5rem,4vw,4rem);margin-bottom:2rem}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:3rem 2.5rem;gap:3rem 2.5rem;max-width:1200px;margin:4rem auto 8rem}.product-card{display:flex;flex-direction:column;background-color:#f9f9f9;border:1px solid rgba(0,0,0,.08);border-radius:8px;transition:transform .3s ease,border-color .3s ease}.product-card:hover{transform:translateY(-5px);border-color:rgba(0,0,0,.25)}.product-image{width:65%;margin:1.5rem auto .5rem;aspect-ratio:4/5;overflow:hidden;position:relative;background-color:transparent}.product-image img{width:100%;height:100%;object-fit:contain;transition:opacity .5s ease}.product-info{padding:1rem;display:flex;flex-direction:column;flex:1 1;align-items:center;text-align:center}.product-number{font-size:.7rem;color:var(--accent-gold);letter-spacing:2px;margin-bottom:.25rem}.product-name{font-size:1.4rem;margin-bottom:.25rem;color:var(--bg-dark)}.product-subtitle{font-size:.8rem;margin-bottom:1rem;color:#666}.product-footer{margin-top:auto;border-top:1px solid rgba(0,0,0,.1);padding-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.product-price{font-size:.9rem;font-weight:500}.product-price,.view-link{font-family:DM Sans,sans-serif;color:var(--bg-dark)}.view-link{font-size:.75rem;letter-spacing:1.5px;text-transform:uppercase}.product-card:hover .view-link{color:var(--accent-gold)}.empty-state{text-align:center;padding:4rem 0;color:#666}.seed-notice{margin-top:1rem;font-size:.8rem;color:#fa0}@media (max-width:1000px){.collection-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.collection-grid{grid-template-columns:1fr}}.filter-sort-bar{justify-content:center;gap:2rem;margin-top:1.5rem;flex-wrap:wrap}.filter-group,.filter-sort-bar{display:flex;align-items:center}.filter-group{gap:.75rem}.filter-group label{font-family:DM Sans,sans-serif;font-size:.8rem;letter-spacing:2px;color:var(--bg-dark);text-transform:uppercase}.custom-select-wrapper{position:relative;display:inline-block}.custom-select-wrapper:after{content:"▼";font-size:.6rem;color:var(--accent-gold);position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:1px solid rgba(0,0,0,.2);color:var(--bg-dark);font-family:DM Sans,sans-serif;font-size:.85rem;padding:.6rem 2.5rem .6rem 1.25rem;border-radius:2rem;cursor:pointer;transition:all .3s ease;min-width:200px}.custom-select:focus,.custom-select:hover{border-color:var(--accent-gold);outline:none;background-color:rgba(0,0,0,.05)}.custom-select option{background-color:#fff;color:var(--bg-dark);padding:.5rem}@media (max-width:600px){.filter-sort-bar{gap:1rem}.filter-group,.filter-sort-bar{flex-direction:column;align-items:stretch}.filter-group{gap:.5rem}.custom-select{width:100%}}