.show-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:48px 32px}.show-card{display:flex;flex-direction:column;height:100%;color:#1f1d1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.show-card__image-link{display:block;width:100%;border-radius:8px;overflow:hidden;margin-bottom:1.5rem;transition:box-shadow .3s ease,transform .3s ease;text-decoration:none}.show-card__image-link:hover{box-shadow:0 24px 48px -12px #1018282e;transform:translateY(-2px)}.show-card__image-wrapper{width:100%;padding-top:66%;position:relative;overflow:hidden;background:#f7efe1}.show-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.show-card__image-link:hover .show-card__image{transform:scale(1.03)}.show-card__sold-out{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;padding:5px 12px;background:#fef3f2;color:#b42318;border:1px solid #fecdca;border-radius:999px;font-family:inherit;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 10px #1018282e}.show-card__category{align-self:flex-start;background:#0157a51a;color:#0157a5;font-size:.75rem;font-weight:500;letter-spacing:.02em;padding:.3rem .85rem;border-radius:999px;text-decoration:none;margin-bottom:.75rem;transition:background-color .2s ease}.show-card__category:hover{background-color:#0157a52e}.show-card__title-link{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;text-decoration:none;color:inherit;margin-bottom:.5rem}.show-card__title{font-family:inherit;font-size:1.25rem;font-weight:600;line-height:1.4;margin:0;flex:1;transition:color .2s ease}.show-card__title-link:hover .show-card__title{color:#0157a5}.show-card__icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;flex-shrink:0;margin-top:.2rem;color:#1f1d1a;transition:transform .25s ease}.show-card__icon svg{width:100%;height:100%}.show-card__title-link:hover .show-card__icon{transform:translate(3px,-3px);color:#0157a5}.show-card__description{font-family:inherit;font-size:1rem;line-height:1.5;color:#475467;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.show-card__author{display:flex;align-items:center;margin-top:auto;padding-top:.5rem}.show-card__author-avatar{flex-shrink:0;margin-right:.85rem;width:3rem;height:3rem}.show-card__author-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.show-card__author-text{display:flex;flex-direction:column;gap:2px}.show-card__author-name{font-family:inherit;font-size:1rem;font-weight:600;color:#1f1d1a}.show-card__author-date{font-family:inherit;font-size:.875rem;color:#475467}.hero-show__description,.hero-show__cta,.hero-show__link,.hero-show__status{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.hero-show__description{font-size:1rem;line-height:1.55;color:#475467;margin:1.25rem 0 .5rem;text-align:left;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;max-width:560px}.hero-show__description p{margin:0}.hero-show__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.75rem;background:#000;color:#fff;font-size:1.125rem;font-weight:600;line-height:1.5;text-decoration:none;border-radius:.5rem;box-shadow:0 1px 2px #1018280d;transition:background .3s ease,transform .2s ease,box-shadow .2s ease}.hero-show__cta:hover{background:#2a2a2a;transform:translateY(-2px);box-shadow:0 12px 24px -8px #0000004d}.hero-show__cta svg{width:1.25rem;height:1.25rem}.hero-show__link{display:inline-block;padding:10px 20px;margin-left:.25rem;border-radius:5px;color:#1f1d1a;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s ease}.hero-show__link:hover{background-color:#ebeef2}.hero-show__status{display:inline-flex;align-items:center;padding:10px 20px;background:#fef3f2;color:#b42318;border:1px solid #fecdca;border-radius:999px;font-size:.875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.hero-show__image{width:55%;display:block;border-radius:12px;overflow:hidden;box-shadow:0 24px 48px -12px #1018282e;background:#f2f4f7;margin-left:30px;text-decoration:none;transition:transform .3s ease}.hero-show__image:hover{transform:translateY(-2px)}.hero-show__image img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}@media (max-width: 768px){.hero-show__image{width:100%;margin:24px 0 0}.hero-show__description{text-align:center;margin-left:auto;margin-right:auto}.hero-show__link{margin-top:12px;margin-left:0}}
