.catalogue-page{min-height:100vh;display:flex;flex-direction:column}.catalogue-main{flex:1;padding-bottom:4rem;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(0,121,107,.1),transparent),linear-gradient(180deg,#f5faf9,#fff 40%,#fafafa)}.catalogue-hero{padding:2rem 0 2.25rem;max-width:42rem}.catalogue-hero__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--et_active-color);margin-bottom:.5rem}.catalogue-hero h1{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:.65rem;color:#0a0a0a}.catalogue-hero p{font-size:1.05rem;color:#666;line-height:1.55;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:20px;border:1px solid #e8eceb;box-shadow:0 2px 16px #0000000a;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 #00796b1f;border-color:#00796b4d;transform:translateY(-3px)}.cat-card__thumb{position:relative;height:200px;background:#f0f2f1;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:#0009;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:#111;line-height:1.3}.cat-card__blurb{font-size:.8125rem;color:#666;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_active-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 #00796b1a;border-color:#00796b40;transform:translateY(-2px)}.catpage-card__thumb{height:180px;background:#f0f2f1;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:#111;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:#666;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_active-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:#111;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(0,121,107,.15)}.catalogue-breadcrumb{padding:1rem 0 0;font-size:.8125rem;color:#888}.catalogue-breadcrumb a{color:var(--et_active-color);font-weight:600}.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}}
