.products-catalog{padding:clamp(5rem,10vw,9rem) clamp(1.4rem,7vw,7rem);background:linear-gradient(145deg,#070707,#101010 52%,#080706)}
.products-head{max-width:720px;margin-bottom:clamp(3.5rem,7vw,6rem)}
.products-head h2,.products-empty h2{margin:.2em 0;font:400 clamp(2.8rem,6vw,6rem)/.95 "Italiana",serif;letter-spacing:-.025em}
.products-head>p:last-child,.products-empty>p:last-child{max-width:620px;color:#aaa;line-height:1.7}
.product-category{padding:clamp(3rem,6vw,6rem) 0;border-top:1px solid rgba(192,126,78,.22)}
.product-category>h2{margin:0 0 2rem;font:400 clamp(1.8rem,3vw,3rem)/1.1 "Italiana",serif}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(1.2rem,2.5vw,2rem)}
.product-card{display:grid;grid-template-rows:250px 1fr;min-width:0;overflow:hidden;border:1px solid rgba(192,126,78,.25);border-radius:12px;background:linear-gradient(145deg,#171717,#0d0d0d);box-shadow:0 18px 46px rgba(0,0,0,.24)}
.product-card__image{display:flex;align-items:center;justify-content:center;padding:2rem;border-bottom:1px solid rgba(192,126,78,.18);background:radial-gradient(circle at 50% 42%,#211a15 0,#111 50%,#090909 100%)}
.product-card__image img{display:block;max-width:72%;max-height:190px;object-fit:contain}
.product-card__copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;padding:clamp(1.4rem,3vw,2rem)}
.product-card__copy h3{margin:.25rem 0 .8rem;font:400 clamp(1.6rem,2.5vw,2.25rem)/1.1 "Italiana",serif}
.product-card__copy>p:not(.eyebrow){margin:0 0 1.5rem;color:#aaa;font-size:.92rem;line-height:1.65}
.product-card__copy .ingredient-buy-link{margin-top:auto}
.products-empty{max-width:760px;padding:clamp(3rem,7vw,6rem) 0;border-top:1px solid rgba(192,126,78,.22)}
@media(max-width:700px){
  .products-head{margin-bottom:3rem}
  .product-card{grid-template-rows:210px 1fr}
  .product-card__image{padding:1.5rem}
  .product-card__image img{max-height:160px}
  .product-card__copy{padding:1.4rem}
  .product-card__copy>p:not(.eyebrow){font-size:1rem;line-height:1.65}
}
