.catalog-hub-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end;padding:38px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(16,35,48,.06)}
.catalog-hub-hero h1{max-width:820px;margin:7px 0 15px;font-size:clamp(42px,6vw,72px);line-height:.96;letter-spacing:-.065em}
.catalog-hub-hero p:not(.eyebrow){max-width:780px;margin:0;color:var(--muted);font-size:14px;line-height:1.7}
.catalog-hub-switch{display:flex;gap:8px;margin:24px 0 36px;padding:5px;border:1px solid var(--line);border-radius:15px;background:#fff;overflow-x:auto}
.catalog-hub-switch a{flex:0 0 auto;padding:11px 15px;border-radius:11px;color:var(--ink);font-size:11px;font-weight:800;text-decoration:none}
.catalog-hub-switch a:hover{background:#edf5fb}.catalog-hub-switch a.active{background:var(--ink);color:#fff}
.catalog-hub-group{margin:0 0 54px}
.catalog-hub-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin-bottom:18px}
.catalog-hub-heading h2{margin:5px 0 9px;font-size:clamp(27px,4vw,42px);letter-spacing:-.045em}
.catalog-hub-heading p:not(.eyebrow){max-width:720px;margin:0;color:var(--muted);font-size:12px;line-height:1.65}
.catalog-hub-heading>a{color:var(--blue);font-size:11px;font-weight:800;text-decoration:none;white-space:nowrap}.catalog-hub-heading>a:hover{text-decoration:underline;text-underline-offset:4px}
.catalog-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.catalog-category-card{display:grid;grid-template-rows:190px minmax(145px,auto);min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:19px;background:#fff;color:var(--ink);text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.catalog-category-card:hover{transform:translateY(-3px);border-color:#a9c8de;box-shadow:0 16px 34px rgba(16,35,48,.09)}
.catalog-category-card:focus-visible{outline:3px solid rgba(22,119,200,.28);outline-offset:3px}
.catalog-category-image{display:flex;align-items:center;justify-content:center;min-width:0;overflow:hidden;background:#f1f4f3}
.catalog-category-image img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.catalog-category-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:19px}
.catalog-category-count{margin-bottom:10px;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.catalog-category-copy strong{display:block;max-width:100%;font-size:17px;line-height:1.25;overflow-wrap:anywhere}
.catalog-category-action{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:auto;padding-top:20px;color:var(--muted);font-size:10px;font-weight:700}.catalog-category-action b{color:var(--ink);font-size:18px}
@media(max-width:1050px){.catalog-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.catalog-hub-hero,.catalog-hub-heading{grid-template-columns:1fr}.catalog-hub-hero{padding:28px}.catalog-hub-hero .button{justify-self:start}.catalog-hub-heading>a{justify-self:start}.catalog-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.catalog-hub-hero{padding:23px 19px}.catalog-hub-hero h1{font-size:38px}.catalog-hub-switch{margin-bottom:30px}.catalog-category-grid{gap:10px}.catalog-category-card{grid-template-rows:145px minmax(132px,auto);border-radius:15px}.catalog-category-copy{padding:14px}.catalog-category-copy strong{font-size:14px}.catalog-category-action{font-size:9px}}
