.collection-page{padding-top:var(--header-height);min-height:100vh;background:var(--color-bg)}.collection-hero{position:relative;min-height:420px;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(145deg,var(--collection-gradient-from),var(--collection-gradient-to))}.collection-hero__image{object-fit:cover}.collection-hero__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78) 0,rgba(0,0,0,.25) 55%,rgba(0,0,0,.08))}.collection-hero__content{position:relative;z-index:1;width:100%;padding-top:96px;padding-bottom:56px;color:#fff}.collection-hero__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:32px;color:hsla(0,0%,100%,.82);font-size:.9rem}.collection-hero__tag{display:table;margin-bottom:14px;padding:6px 12px;border:1px solid hsla(0,0%,100%,.32);border-radius:999px;background:hsla(0,0%,100%,.12);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.14em}.collection-hero h1{max-width:820px;margin:0;color:#fff;font-family:var(--font-display);font-size:clamp(2.4rem,6vw,5rem);line-height:1.04;text-shadow:0 3px 18px rgba(0,0,0,.32)}.collection-hero p{max-width:680px;margin:18px 0 0;color:hsla(0,0%,100%,.86);font-size:1.05rem;line-height:1.75}.collection-hero__count{display:inline-block;margin-top:20px;color:hsla(0,0%,100%,.68);font-size:.9rem}.collection-products{padding-top:var(--space-3xl)}.collection-products .product-card__name{font-size:1rem}.collection-empty{max-width:620px;margin:0 auto;padding:72px 24px;text-align:center;border:1px solid var(--color-border);border-radius:18px;background:var(--color-bg-warm)}.collection-empty h2{margin-bottom:12px}.collection-empty p{margin-bottom:28px;color:var(--color-text-light)}@media (max-width:768px){.collection-hero{min-height:360px}.collection-hero__content{padding-top:72px;padding-bottom:38px}.collection-hero__back{margin-bottom:24px}.collection-products{padding-top:var(--space-2xl)}}