.section-catalog-page{padding-bottom:100px}
.section-catalog-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:center;gap:44px;background:#fff;padding:clamp(30px,5vw,70px);min-height:360px}
.section-catalog-hero h1{font-size:clamp(42px,5.4vw,76px);line-height:1;letter-spacing:-.045em;margin:14px 0 22px}
.section-catalog-hero p:last-child{font-size:18px;line-height:1.55;max-width:650px;color:#555}
.section-catalog-hero img{width:100%;height:270px;object-fit:contain}
.section-catalog-products{margin-top:52px}
.section-catalog-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}
.section-catalog-heading h2{font-size:36px;line-height:1.1;margin:0}
.section-catalog-heading p{color:#666;margin:0}
.section-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.section-product-card{background:#fff;display:flex;flex-direction:column;border:1px solid #e0e0e0}
.section-product-image{height:290px;background:#f3f3f1;display:grid;place-items:center}
.section-product-image img{height:100%;width:100%;object-fit:contain;padding:20px}
.section-product-image span{font-size:28px;font-weight:800;color:#777}
.section-product-copy{padding:26px;display:flex;flex-direction:column;gap:12px;flex:1}
.section-product-copy h3{font-size:22px;line-height:1.25;margin:0}
.section-product-copy h3 a{color:inherit;text-decoration:none}
.section-product-copy h3 a:hover{text-decoration:underline}
.section-product-copy>p:not(.store-kicker){font-size:15px;line-height:1.5;color:#5e5e5e;margin:0;flex:1}
.section-product-copy strong{font-size:25px}
.section-product-stock{font-size:13px;color:#666}
.section-product-copy .store-button{margin-top:8px;width:100%}
@media(max-width:1000px){.section-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.section-catalog-hero{grid-template-columns:1fr;min-height:0}.section-catalog-hero img{height:220px;order:-1}.section-catalog-heading{display:block}.section-catalog-heading p{margin-top:12px}.section-catalog-grid{grid-template-columns:1fr}.section-product-image{height:250px}}
.section-catalog-subnav{margin:34px 0 0;display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.section-catalog-subnav>span{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.section-catalog-subnav>div{display:flex;gap:10px;flex-wrap:wrap}
.section-catalog-subnav a{display:inline-flex;align-items:center;min-height:42px;padding:8px 16px;border:1px solid #cfcfcf;border-radius:24px;background:#fff;color:#222;text-decoration:none;font-size:14px}
.section-catalog-subnav a:hover,.section-catalog-subnav a:focus-visible{border-color:#222;background:#f5f5f5}
@media(max-width:700px){.section-catalog-subnav{align-items:flex-start;gap:12px}.section-catalog-subnav>div{width:100%}}
.section-catalog-hero--text-only{grid-template-columns:minmax(0,1fr);min-height:0}
