.catalog-page{background:linear-gradient(180deg,#03351f 0 178px,#f4f4f2 178px)}
.catalog-header{position:relative;isolation:isolate;overflow:hidden;width:100%;padding-left:max(17px,calc((100vw - 1100px)/2));padding-right:max(17px,calc((100vw - 1100px)/2))}
.catalog-header::before{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(118deg,#03351f 0%,#075f38 62%,#0a7343 100%)}
.catalog-header::after{content:"";position:absolute;z-index:-1;width:62%;height:112px;right:-8%;bottom:-51px;border-radius:55% 0 0 48%;background:linear-gradient(90deg,#eda600,#ffe56b);transform:rotate(-4deg);box-shadow:0 -10px 32px rgba(255,202,0,.35)}
.brand-lockup img{width:270px;max-height:108px;filter:drop-shadow(0 8px 12px rgba(0,0,0,.28))}
.brand-lockup span{margin-top:0}
.product-grid{grid-template-columns:repeat(3,1fr)}
.tile-image{height:205px}
.catalog-footer img{width:min(330px,80vw);margin:0 auto 8px;filter:drop-shadow(0 10px 15px rgba(0,0,0,.3))}
@media(max-width:700px){
  .catalog-page{background:linear-gradient(180deg,#03351f 0 154px,#f4f4f2 154px)}
  .catalog-header::after{width:108%;height:116px;right:-31%;bottom:-55px}
  .brand-lockup img{width:205px;max-height:74px}
  .product-grid{grid-template-columns:repeat(3,1fr);gap:7px}
  .tile-image{height:125px}
  .tile-image img{padding:4px}
  .product-tile h2{font-size:.63rem;line-height:1.15;min-height:36px;display:flex;align-items:center;justify-content:center;padding:6px 2px}
}
@media(max-width:390px){.tile-image{height:108px}.product-tile h2{font-size:.58rem}}
