.feed-canvas{background:#e3ddd1;color:#111;min-height:100vh;padding:1.25rem 0 4rem}.feed-wrap{margin:0 auto;max-width:1080px;padding:0 1rem}.feed-head{margin:.5rem 0 1.5rem}.feed-title{font-family:Fraunces,Georgia,serif;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:600;margin:0}.feed-sub{margin:.25rem 0 0;opacity:.7}.feed-controls{display:flex;gap:.5rem;margin:0 0 .75rem}.feed-search{background:#efebe2;border:1.5px solid hsla(0,0%,7%,.35);border-radius:999px;color:#111;flex:1;min-width:0;padding:.45rem 1rem}.feed-search:focus{border-color:#111;outline:none}.feed-search::placeholder{color:hsla(0,0%,7%,.45)}.feed-search-btn{background:#111;border:1.5px solid #111;border-radius:999px;color:#e3ddd1;font-size:.9rem;font-weight:600;padding:.45rem 1.1rem}.feed-chips{display:flex;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem;padding-bottom:.5rem}.feed-chip{border:1.5px solid #111;border-radius:999px;color:#111;flex:0 0 auto;font-size:.85rem;font-weight:600;padding:.25rem .85rem;text-decoration:none;white-space:nowrap}.feed-chip:hover{color:#111}.feed-chip.is-active{background:#111;color:#e3ddd1}.feed-empty{margin:1rem 0 2rem;opacity:.7}.feed-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:576px){.feed-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.feed-grid{grid-template-columns:repeat(3,1fr)}}.feed-card{background:#efebe2;border-radius:1rem;color:#111;display:block;overflow:hidden;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.feed-card:focus-visible,.feed-card:hover{box-shadow:0 10px 24px hsla(0,0%,7%,.12);color:#111;transform:translateY(-2px)}.feed-card-media{aspect-ratio:4/3;background:hsla(0,0%,7%,.05);position:relative}.feed-card-media img{display:block;height:100%;object-fit:cover;width:100%}.feed-card-media-empty{align-items:center;display:flex;font-size:2rem;height:100%;justify-content:center;opacity:.35}.feed-card-badge{background:#111;border-radius:999px;color:#e3ddd1;font-size:.7rem;left:.6rem;letter-spacing:.04em;padding:.2rem .55rem;position:absolute;text-transform:uppercase;top:.6rem}.feed-card-body{padding:.85rem 1rem 1rem}.feed-card-name{font-size:1.05rem;font-weight:600;line-height:1.3;margin:0 0 .15rem}.feed-card-byline{font-size:.85rem;margin:0 0 .5rem;opacity:.65}.feed-card-price{font-weight:700}.feed-card-cta{border:1.5px solid #111;border-radius:999px;display:inline-block;font-size:.85rem;font-weight:600;padding:.2rem .8rem}.feed-sentinel{align-items:center;display:flex;font-size:.85rem;height:2rem;justify-content:center;margin-top:1rem;opacity:.6}.feed-section-title{font-family:Fraunces,Georgia,serif;font-size:1.5rem;font-weight:600;margin:0}.feed-section-more{color:#111;font-size:.9rem;font-weight:600;text-decoration:none}.feed-section-more:hover{color:#111;text-decoration:underline}.feed-strip{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.feed-strip .feed-card{box-shadow:0 2px 10px hsla(0,0%,7%,.08);flex:0 0 68vw;max-width:240px;scroll-snap-align:start}.feed-strip .feed-card-body{padding:.6rem .75rem .75rem}.feed-strip .feed-card-name{font-size:.95rem}.feed-strip .feed-card-byline{display:none}@media(min-width:768px){.feed-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow-x:visible}.feed-strip .feed-card{flex:initial;max-width:none}.feed-strip .feed-card-byline{display:block}}