.products{padding:clamp(5rem,9vw,9rem) 0}.products h2{margin:0;color:var(--orange);font-family:var(--serif);font-size:clamp(2.6rem,5vw,5rem);font-weight:500;letter-spacing:-.045em;line-height:1.02}.products__heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:clamp(2rem,6vw,6rem);margin-bottom:3rem}.products__heading>p{max-width:480px;margin:0 0 .5rem;font-size:1.03rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:2rem;background:var(--paper);box-shadow:0 16px 48px rgba(105,72,50,.08)}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .45s ease}.product-card:first-child img{object-position:65% center}.product-card:hover img{transform:scale(1.025)}.product-card__body{padding:1.5rem 1.5rem 1.7rem}.product-card__body>p:first-child{margin:0 0 .45rem;color:var(--sage-dark);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.product-card h3{margin:0;color:var(--orange);font-family:var(--serif);font-size:1.65rem;font-weight:500;line-height:1.15}.product-card__description{min-height:5.2em;margin:.8rem 0 0;font-size:.92rem;line-height:1.55}.product-card a{display:inline-flex;gap:.4rem;margin-top:1rem;color:var(--sage-dark);font-size:.85rem;font-weight:750}.product-card a:hover{text-decoration:underline}.products__note{margin:1.2rem 0 0;color:rgba(78,66,57,.68);font-size:.75rem;text-align:center}
@media(max-width:900px){.products__heading{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.product-grid{grid-template-columns:1fr}.products{padding-top:5.5rem;padding-bottom:5.5rem}}
@media(prefers-reduced-motion:reduce){.product-card img{transition:none}}
