/* Round 156: product catalog and retained carousel controls. */
.product-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px;align-items:stretch}
.catalog-product{display:flex;flex-direction:column;overflow:hidden;border:1px solid #dce2d8;border-radius:24px;background:#fffdf7;color:#17372b;text-decoration:none}
.catalog-product-image{aspect-ratio:4/3;overflow:hidden;background:#edf0e6}
.catalog-product-image img{width:100%;height:100%;object-fit:contain}
.catalog-product-body{padding:24px}.catalog-product-body h3{font-size:28px;line-height:1.4;margin:0 0 12px}.catalog-product-body p{font-size:18px;line-height:1.7;margin:0 0 20px;color:#506459}
.catalog-product-link{font-size:18px;font-weight:700}.catalog-product:focus-visible{outline:3px solid #ad893b;outline-offset:4px}
.catalog-coming-soon{display:flex;align-items:center;justify-content:center;min-height:320px;border:1px solid #d6d8d5;border-radius:24px;background:#e5e7e3;color:#5c645f;font-size:24px;letter-spacing:.12em}
.product-carousel .carousel-arrow:disabled{opacity:.35;cursor:default;pointer-events:none}
@media(max-width:1000px){.product-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.product-catalog-grid{grid-template-columns:1fr;gap:20px}.catalog-coming-soon{min-height:260px}}
.product-carousel .carousel-dots[hidden]{display:none!important}
