.featured-drops{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:14px;margin:16px 0}.featured-drop-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);min-height:210px;border:1px solid var(--edge);border-radius:22px;background:linear-gradient(135deg,#2b2019,#513222);box-shadow:var(--shadow)}.featured-drop-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.32}.featured-drop-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(30,20,14,.94),rgba(30,20,14,.5) 70%,rgba(30,20,14,.2))}.featured-drop-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:680px;padding:28px;color:#fff}.featured-drop-label{margin:0 0 9px;color:#efbd74;font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.featured-drop-copy h2{margin:0;font:700 clamp(24px,3.5vw,38px)/1.05 var(--display);color:#fff}.featured-drop-summary{max-width:62ch;margin:11px 0 0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.55}.featured-drop-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:10px 16px;border-radius:999px;background:#fff;color:#2b2019;font-size:11px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s}.featured-drop-cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.2)}
@media(max-width:620px){.featured-drops{margin:12px 0}.featured-drop-card{min-height:230px;border-radius:18px}.featured-drop-copy{padding:23px}.featured-drop-copy h2{font-size:28px}}
