.catalogue-page{min-height:100vh;display:flex;flex-direction:column}.catalogue-main{flex:1;padding-bottom:4rem;background:radial-gradient(ellipse 70% 50% at 80% 5%,rgba(255,138,31,.06),transparent 60%),radial-gradient(ellipse 50% 60% at 10% 30%,rgba(255,106,0,.04),transparent 60%),linear-gradient(180deg,#fff,#fafbfc)}.catalogue-hero{padding:2.5rem 0;max-width:42rem}.catalogue-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ff6a00;margin-bottom:.75rem}.catalogue-hero__eyebrow:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#ff6a00;animation:pdp-dot-pulse 2s ease-in-out infinite}.catalogue-hero h1{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:.65rem;color:#0f172a}.catalogue-hero p{font-size:1rem;color:#64748b;line-height:1.6;max-width:36rem}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.cat-card{display:flex;flex-direction:column;background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 2px 12px #00000008;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .25s ease,border-color .2s ease,transform .25s ease}.cat-card:hover{box-shadow:0 12px 40px #ff6a0014;border-color:#ff6a004d;transform:translateY(-3px)}.cat-card__thumb{position:relative;height:200px;background:#fafbfc;overflow:hidden}.cat-card__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.cat-card__thumb--empty{display:flex;align-items:center;justify-content:center}.cat-card__thumb--empty svg{width:64px;height:64px;fill:#ccc}.cat-card__count{position:absolute;bottom:.65rem;right:.65rem;padding:.25rem .65rem;border-radius:999px;background:#ff6a00e6;color:#fff;font-size:.75rem;font-weight:600;backdrop-filter:blur(4px)}.cat-card__body{flex:1;padding:1.15rem 1.25rem 1.35rem;display:flex;flex-direction:column}.cat-card__title{font-size:1.125rem;font-weight:700;margin:0 0 .35rem;color:#0f172a;line-height:1.3}.cat-card__blurb{font-size:.8125rem;color:#64748b;line-height:1.5;margin:0 0 1rem;flex:1}.cat-card__cta{display:inline-flex;align-items:center;gap:4px;font-size:.875rem;font-weight:600;color:var(--et_warm-color);transition:gap .2s ease}.cat-card:hover .cat-card__cta{gap:8px}.catpage-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-bottom:3rem}.catpage-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #e8eceb;box-shadow:0 2px 12px #0000000a;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .25s ease,border-color .2s ease,transform .2s ease}.catpage-card:hover{box-shadow:0 8px 32px #ff6a0014;border-color:#ff6a0040;transform:translateY(-2px)}.catpage-card__thumb{height:180px;background:#fafbfc;overflow:hidden;display:flex;align-items:center;justify-content:center}.catpage-card__thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.catpage-card__thumb--empty{background:linear-gradient(145deg,#e8eceb,#f4f6f5)}.catpage-card__thumb--empty svg{width:48px;height:48px;fill:#bbb}.catpage-card__body{flex:1;padding:1rem 1.15rem 1.25rem;display:flex;flex-direction:column}.catpage-card__title{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0 0 .3rem;line-height:1.3}.catpage-card__meta{font-size:.75rem;color:#888;margin:0 0 .6rem}.catpage-card__excerpt{font-size:.8125rem;color:#64748b;line-height:1.45;margin:0 0 .85rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catpage-card__cta{display:inline-flex;align-items:center;gap:4px;font-size:.8125rem;font-weight:600;color:var(--et_warm-color);transition:gap .2s ease}.catpage-card:hover .catpage-card__cta{gap:8px}.catpage-sub{margin-bottom:2.5rem}.catpage-sub__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,106,0,.15)}.catalogue-breadcrumb{padding:1rem 0 0;font-size:.8125rem;color:#94a3b8}.catalogue-breadcrumb a{color:#ff6a00;font-weight:600;text-decoration:none}.catalogue-breadcrumb a:hover{text-decoration:underline}.catalogue-breadcrumb .sep{margin:0 .35rem;opacity:.45}@media(max-width:576px){.cat-grid,.catpage-product-grid{grid-template-columns:1fr}.cat-card__thumb{height:160px}}
