/* Paradise Love Shop — categorias visuais V4.3 */
.category-cards{align-items:stretch}
.category-card{position:relative;overflow:hidden;isolation:isolate;min-height:180px;background:#f3f6f3;border:1px solid rgba(20,47,37,.10);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(19,45,36,.12);border-color:rgba(20,47,37,.18)}
.category-card-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .35s ease}
.category-card.has-image:hover .category-card-image{transform:scale(1.045)}
.category-card-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(3,22,15,.06) 15%,rgba(3,22,15,.72) 100%)}
.category-card-copy{position:relative;z-index:1;display:flex;min-height:100%;width:100%;padding:22px;box-sizing:border-box;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;gap:4px}
.category-card:not(.has-image) .category-card-copy{justify-content:center;align-items:center;text-align:center}
.category-card.has-image .category-card-copy,.category-card.has-image .category-card-copy span,.category-card.has-image .category-card-copy strong,.category-card.has-image .category-card-copy small{color:#fff}
.category-card-copy>span{font-size:.9rem;opacity:.9}
.category-card-copy>strong{font-size:1.45rem;line-height:1.08}
.category-card-copy>small{font-size:.78rem;line-height:1.25;opacity:.9;margin-top:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.category-hero{position:relative;max-width:calc(100% - 64px);height:clamp(220px,28vw,390px);margin:30px auto 8px;border-radius:22px;overflow:hidden;background:#eef2ef}
.category-hero.hidden{display:none!important}
.category-hero>img{width:100%;height:100%;object-fit:cover;display:block}
.category-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,25,18,.78),rgba(4,25,18,.30) 58%,rgba(4,25,18,.05))}
.category-hero-copy{position:absolute;left:clamp(24px,5vw,70px);top:50%;transform:translateY(-50%);max-width:min(580px,70%);color:#fff}
.category-hero-copy span{font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
.category-hero-copy h2{margin:7px 0 8px;color:#fff;font-size:clamp(2rem,4vw,4rem);line-height:.98}
.category-hero-copy p{margin:0;color:#fff;font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.5;max-width:520px}
@media(max-width:760px){.category-card{min-height:145px}.category-card-copy{padding:16px}.category-card-copy>strong{font-size:1.15rem}.category-card-copy>small{display:none}.category-hero{max-width:calc(100% - 28px);height:230px;border-radius:16px;margin-top:20px}.category-hero-copy{left:22px;max-width:80%}.category-hero-shade{background:linear-gradient(90deg,rgba(4,25,18,.76),rgba(4,25,18,.24))}}
