.catalog-hero{background:var(--black);color:#fff;padding:88px max(28px,calc((100vw - var(--max))/2)) 96px;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center;overflow:hidden}
.catalog-hero h1{font:800 clamp(4.6rem,8vw,8rem)/.88 "Barlow Condensed",Arial,sans-serif;text-transform:uppercase;letter-spacing:-.035em;margin:22px 0 28px}
.catalog-hero h1 span{color:var(--red)}
.catalog-lead{max-width:650px;color:#c5c5c8;font-size:1.08rem}
.catalog-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.catalog-cover{margin:0 auto;position:relative;width:min(100%,350px)}
.catalog-cover:after{content:"";position:absolute;inset:22px -22px -22px 22px;background:var(--red);z-index:0}
.catalog-cover img{display:block;position:relative;z-index:1;width:100%;height:auto;box-shadow:0 30px 70px #0009}
.catalog-intro{max-width:820px;color:#555;font-size:1.08rem;margin:0 0 46px}
.catalog-products{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.catalog-product{background:#fff;padding:24px;display:flex;flex-direction:column;min-height:390px}
.catalog-product img{width:100%;height:200px;object-fit:contain;background:#fff;margin-bottom:18px}
.catalog-product h2{font:700 1.7rem/1.05 "Barlow Condensed",Arial,sans-serif;text-transform:uppercase;margin:0 0 9px}
.catalog-product p{font-size:.9rem;color:#666;margin:0 0 18px}
.catalog-product a{margin-top:auto;font-size:.78rem;font-weight:750;text-transform:uppercase;text-decoration:none;letter-spacing:.05em}
.catalog-product a:hover{color:var(--red)}
.catalog-view{background:#e7e7e3}
.catalog-view .section-head{display:block}
.catalog-view .section-head h2{margin:15px 0 20px}
.catalog-view .section-head>p:last-child{max-width:720px;color:#5e5e63}
.pdf-frame{margin-top:42px;background:#242529;padding:18px;box-shadow:0 25px 70px #0002}
.pdf-frame iframe{display:block;width:100%;height:min(78vh,920px);border:0;background:#fff}
.pdf-note{font-size:.82rem;color:#666;margin:18px 0 0}
.pdf-note a{font-weight:750;color:#111}
.catalog-cta{background:var(--red);color:#fff;padding:70px max(28px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;gap:50px}
.catalog-cta h2{font:800 clamp(2.8rem,5vw,5rem)/.92 "Barlow Condensed",Arial,sans-serif;text-transform:uppercase;margin:0}
.catalog-cta .button{background:#fff;color:#111}
.catalog-cta .button:hover{background:var(--black);color:#fff}
@media(max-width:980px){.catalog-hero{grid-template-columns:1fr .65fr;gap:45px}.catalog-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.catalog-hero{padding:65px 20px 75px;grid-template-columns:1fr;gap:55px}.catalog-hero h1{font-size:clamp(4rem,18vw,6rem)}.catalog-actions{flex-direction:column}.catalog-cover{width:min(78vw,310px)}.catalog-products{grid-template-columns:1fr}.catalog-product{min-height:360px}.pdf-frame{padding:8px}.pdf-frame iframe{height:70vh}.catalog-cta{padding:55px 20px;align-items:flex-start;flex-direction:column}.catalog-cta .button{width:100%}}
