.catalog-page-main { padding: 42px 0 100px; background: #f6f8f3; }
.catalog-intro { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 40px; padding: 44px; border-radius: 30px; background: linear-gradient(120deg,#171b14,#2b321f); color: #fff; overflow: hidden; position: relative; }
.catalog-intro::after { content: "NP"; position: absolute; right: -10px; bottom: -75px; color: rgba(179,255,0,.07); font: 700 15rem/1 "Oswald",sans-serif; }
.catalog-intro h1 { color: #fff; font-size: clamp(3rem,7vw,6.8rem); text-transform: uppercase; }
.catalog-intro p { position: relative; z-index: 1; margin: 0; color: #d3d8cc; font-size: 1rem; }
.catalog-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin: 32px 0 24px; }
.catalog-search-wrap { flex: 1; max-width: 430px; }
.catalog-search-wrap label { display: block; margin-bottom: 7px; color: #6d7467; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-search { width: 100%; height: 52px; padding: 0 18px; border: 1px solid rgba(26,30,21,.13); border-radius: 14px; background: #fff; color: #20251b; font: 600 .9rem "Manrope",sans-serif; outline: none; }
.catalog-search:focus { border-color: #91c928; box-shadow: 0 0 0 4px rgba(145,201,40,.14); }
.catalog-count { flex: 0 0 auto; color: #6f756b; font-size: .82rem; font-weight: 800; }
.catalog-filter-row { display: flex; gap: 9px; overflow-x: auto; padding: 0 0 18px; scrollbar-width: thin; }
.catalog-filter { flex: 0 0 auto; padding: 10px 16px; border: 1px solid rgba(27,31,22,.12); border-radius: 999px; background: #fff; color: #555c50; font: 800 .78rem "Manrope",sans-serif; cursor: pointer; }
.catalog-filter.active { border-color: #1b2116; background: #1b2116; color: #fff; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.catalog-card { min-width: 0; overflow: hidden; border: 1px solid rgba(27,31,22,.09); border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(29,35,23,.08); }
.catalog-image { display: block; position: relative; aspect-ratio: 1 / 1; padding: 12px; background: linear-gradient(145deg,#eff3ea,#fff); overflow: hidden; }
.catalog-image img { width: 100%; height: 100%; border-radius: 17px; object-fit: contain; background: #f7f8f4; transition: transform .5s ease; }
.catalog-card:hover .catalog-image img { transform: scale(1.025); }
.catalog-image > span { position: absolute; left: 24px; top: 24px; padding: 8px 11px; border-radius: 999px; color: #162006; background: #adf000; font-size: .68rem; font-weight: 800; }
.catalog-card-copy { padding: 22px; }
.catalog-card-copy > small { color: #7a8174; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.catalog-card-copy > small strong { color: #77a700; }
.catalog-card h2 { min-height: 58px; margin: 8px 0; font: 800 1.12rem/1.35 "Manrope",sans-serif; }
.catalog-card h2 a:hover { color: #77a700; }
.catalog-card p { min-height: 63px; margin: 0 0 20px; color: #687064; font-size: .8rem; line-height: 1.65; }
.catalog-actions { display: grid; grid-template-columns: auto 1fr; gap: 8px; }
.catalog-details,.catalog-whatsapp { min-height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 999px; font-size: .73rem; font-weight: 800; }
.catalog-details { padding: 0 15px; color: #242a1f; background: #edf0e9; }
.catalog-whatsapp { padding: 0 16px; color: #092513; background: #31d36d; }
.catalog-empty { grid-column: 1 / -1; display: grid; place-items: center; gap: 6px; min-height: 240px; border: 1px dashed rgba(27,31,22,.2); border-radius: 22px; color: #767d71; background: #fff; }
.catalog-empty strong { color: #262c22; }

@media (max-width: 980px) {
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-intro { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 640px) {
  .catalog-page-main { padding-top: 18px; }
  .catalog-intro { padding: 28px 22px; border-radius: 21px; }
  .catalog-intro h1 { font-size: 3.2rem; }
  .catalog-toolbar { align-items: end; margin-top: 22px; }
  .catalog-count { font-size: .72rem; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .catalog-card { border-radius: 16px; }
  .catalog-image { padding: 7px; }
  .catalog-image img { border-radius: 11px; }
  .catalog-image > span { left: 13px; top: 13px; padding: 5px 7px; font-size: .54rem; }
  .catalog-card-copy { padding: 15px 12px; }
  .catalog-card-copy > small { font-size: .59rem; }
  .catalog-card h2 { min-height: 68px; margin-top: 6px; font-size: .86rem; }
  .catalog-card p { display: none; }
  .catalog-actions { grid-template-columns: 1fr; margin-top: 13px; }
  .catalog-details { display: none; }
  .catalog-whatsapp { min-height: 43px; padding: 0 8px; font-size: .65rem; }
}
