.latest-products{background:var(--paper,#f6efe1)}
.latest-products .section-top{align-items:flex-end}
.latest-intro-wrap{display:flex;align-items:flex-end;gap:24px;max-width:610px}
.latest-intro-wrap .intro{margin:0;flex:1}
.latest-all-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;background:var(--yellow,#f4cf5d);border:2px solid var(--ink,#27231d);box-shadow:3px 4px 0 var(--ink,#27231d);white-space:nowrap}
.latest-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;margin-top:34px}
.latest-product-card{position:relative;display:flex;min-width:0;flex-direction:column;color:inherit;text-decoration:none;border:2px solid var(--ink,#27231d);border-radius:16px;background:#f8f1e4;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}
.latest-product-card:hover,.latest-product-card:focus-visible{transform:translateY(-5px) rotate(-.25deg);box-shadow:6px 7px 0 var(--ink,#27231d)}
.latest-product-visual{position:relative;display:grid;place-items:center;aspect-ratio:1/1;background:#eee3cb;border-bottom:2px solid var(--ink,#27231d);overflow:hidden}
.latest-product-card:nth-child(5n+2) .latest-product-visual,.latest-product-card:nth-child(5n+4) .latest-product-visual{background:#eadfc8}
.latest-product-visual img{display:block;width:88%;height:88%;object-fit:contain;transition:transform .28s ease}
.latest-product-card:hover .latest-product-visual img{transform:scale(1.045) rotate(1deg)}
.latest-product-badge{position:absolute;z-index:1;top:12px;left:12px;padding:5px 9px;border:1.5px solid var(--ink,#27231d);border-radius:999px;background:var(--yellow,#f4cf5d);font-size:11px;font-weight:800;letter-spacing:.08em}
.latest-product-copy{display:flex;flex:1;flex-direction:column;gap:8px;padding:16px 18px 18px}
.latest-product-copy small{min-height:1.3em;color:#6d6153;font-size:11px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.latest-product-copy strong{font-size:clamp(16px,1.25vw,21px);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.latest-product-price{margin-top:auto;padding-top:8px;font-size:15px;font-weight:800}
.latest-product-arrow{position:absolute;right:14px;bottom:14px;font-size:19px}
.latest-product-card .latest-product-copy{padding-right:42px}
@media(max-width:1100px){.latest-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.latest-intro-wrap{max-width:520px}}
@media(max-width:720px){.latest-products .section-top{align-items:flex-start}.latest-intro-wrap{width:100%;align-items:flex-start;flex-direction:column;gap:16px}.latest-all-button{min-height:48px}.latest-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:25px}.latest-product-copy{padding:12px 12px 15px}.latest-product-card .latest-product-copy{padding-right:30px}.latest-product-copy strong{font-size:15px}.latest-product-price{font-size:13px}.latest-product-arrow{right:10px;bottom:11px;font-size:16px}.latest-product-badge{top:8px;left:8px;padding:4px 7px;font-size:9px}}
@media(max-width:380px){.latest-product-grid{grid-template-columns:1fr}}
