*{margin:0;padding:0;box-sizing:border-box}body{color:#000;background:linear-gradient(200deg,#a0615f,#6294a0 30%,#5f9ea0 70%,#a0615f 100%);background-attachment:fixed;min-height:100vh;font-family:figtree,sans-serif;line-height:1.7;max-width:900px;margin:0 auto;padding:2rem 1.5rem}header{margin-bottom:1rem}.site-nav{display:flex;flex-direction:column;align-items:center;gap:1rem}.site-logo{display:block;text-decoration:none;line-height:0}.site-logo img{height:8rem;width:auto}.site-nav nav ul{display:flex;list-style:none;gap:1.5rem}.site-nav nav a{color:#000;text-decoration:none;font-size:1.15rem;transition:opacity .2s;opacity:.7}.site-nav nav a:hover,.site-nav nav a.active{opacity:1}.site-nav nav a.active{font-weight:700}main{min-height:60vh;text-align:center}.hero{padding:0;text-align:center}.hero h2{font-size:1.8rem;font-weight:400;font-style:italic;margin-bottom:1.5rem;color:#000}.hero p{font-size:1.1rem;margin-bottom:2rem;color:#000}.cta-button{display:inline-block;padding:.75rem 2rem;background:#e3d252;color:#000;text-decoration:none;font-family:bagel fat one,cursive;font-weight:400;font-size:1rem;letter-spacing:.03em;transition:opacity .2s}.external-link-icon{width:.75em;height:.75em;vertical-align:baseline;display:inline;margin:0}.cta-button:hover{opacity:.85}h1,h2{font-family:bagel fat one,cursive;font-weight:400}h1{font-size:2rem;margin-bottom:1.5rem;text-align:center}h2{font-size:1.4rem;margin-top:2rem;margin-bottom:1rem}main p{margin-bottom:1rem}main img{display:block;max-width:75%;height:auto;margin:0 auto 1.5rem}main .cta-button{display:block;width:fit-content;margin:0 auto 1.5rem}table{border-collapse:separate;border-spacing:0;margin:1rem 0;border:1px solid rgba(0,0,0,.5);border-radius:.4rem;overflow:hidden}th,td{border-bottom:1px solid rgba(0,0,0,.5);border-right:1px solid rgba(0,0,0,.5);padding:.5rem .75rem}th:last-child,td:last-child{border-right:none}tr:last-child td{border-bottom:none}.product-price{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem}.carousel{margin-bottom:2rem;text-align:center}.carousel-layout{display:inline-flex;gap:.75rem;align-items:flex-start}.carousel-main{position:relative;flex-shrink:0;width:400px;height:400px}.carousel-img{width:100%;height:100%;object-fit:contain;display:block;margin:0;max-width:none}.carousel-thumbs{display:grid;gap:8px;width:400px;align-content:start;overflow-y:auto}.carousel-thumb{width:60px;height:60px;object-fit:cover;cursor:pointer;opacity:.5;transition:opacity .2s;display:block;margin:0;max-width:none;flex-shrink:0}.carousel-thumb.active,.carousel-thumb:hover{opacity:1}main .product-content{text-align:left}main ul,main ol{padding-left:1.5rem;margin-bottom:1rem;text-align:left}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.product-card{text-decoration:none;color:#000;transition:opacity .2s}.product-card:hover{opacity:.8}.product-card img{width:100%;max-width:100%;height:auto;margin-bottom:.75rem}.product-card h2{font-family:figtree,sans-serif;font-size:1rem;font-weight:700;margin-top:0}.product-card .product-price{font-size:1.1rem}.product-thumb{position:relative;display:inline-block}.product-card.sold .product-thumb img{opacity:.5}.sold-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000;color:#fff;font-family:bagel fat one,cursive;font-weight:400;font-size:1.5rem;padding:.25rem 1rem}.sold-badge-large{font-family:bagel fat one,cursive;font-weight:400;font-size:1rem;background:#000;color:#fff;display:inline-block;padding:.25rem 1.5rem;margin-bottom:1.5rem}.reverb-badge{display:inline-block;background:#e3d252;border-radius:1rem;padding:1.5rem 2rem;text-align:center;text-decoration:none;transition:opacity .2s}.reverb-badge:hover{opacity:.85}.reverb-badge span{display:block;font-size:1rem;margin-bottom:.5rem}.reverb-badge img{max-width:200px;margin-bottom:0}a{color:#000;text-decoration:underline}footer{border-top:1px solid #bfbfbf;margin-top:4rem;padding-top:1.5rem;color:#000;opacity:.6;font-size:.85rem}@media(max-width:600px){.site-nav nav ul{gap:1rem;font-size:.9rem;flex-wrap:wrap;justify-content:center}.site-logo img{height:5rem}h1{font-size:1.5rem}.carousel-layout{flex-direction:column;align-items:center}.carousel-main{width:100%;max-width:400px;height:auto;aspect-ratio:1}.carousel-thumbs{width:100%;max-width:400px}.carousel-thumb{width:100%;height:auto;aspect-ratio:1}}