
.catalog-page-body{min-height:100vh;background:#030706;color:#e7f0ee}
.catalog-header{min-height:88px;display:flex;align-items:center;gap:34px;border-bottom:1px solid rgba(85,255,232,.15);position:relative;z-index:4}
.catalog-nav{display:flex;gap:30px;margin-left:auto}.catalog-nav a,.catalog-cart{font:14px "Courier New",monospace;color:#c9d5d2;text-decoration:none;letter-spacing:.07em}.catalog-nav a:hover{color:#55ffe8}
.catalog-actions{display:flex;align-items:center;gap:16px}.catalog-main{padding-top:70px;padding-bottom:100px;position:relative;z-index:2}.catalog-title-block{max-width:900px;margin-bottom:44px}.catalog-title-block h1,.about-page h1{font-size:clamp(52px,8vw,120px);line-height:.9;letter-spacing:-.055em;margin:10px 0 22px}.catalog-intro{font-size:clamp(18px,2vw,28px);line-height:1.45;color:#a7b4b1;max-width:780px}
.catalog-tools{display:grid;grid-template-columns:minmax(220px,1fr) repeat(3,minmax(130px,180px));gap:10px;margin:30px 0}.catalog-tools input,.catalog-tools select{width:100%;padding:14px;background:#050b0a;border:1px solid #1a302c;color:#dce7e4}.catalog-tools label span{display:block;font:10px "Courier New",monospace;color:#72847f;margin-bottom:7px}
.catalog-beats{border-top:1px solid #1a2926}.catalog-beat{display:grid;grid-template-columns:54px 1fr 130px 130px 150px;gap:18px;align-items:center;min-height:100px;border-bottom:1px solid #172420}.catalog-beat button{background:transparent;border:1px solid #1e3b36;color:#55ffe8;min-height:46px;cursor:pointer}.catalog-beat h3{font-size:20px;margin:0 0 7px}.catalog-beat small{font:11px "Courier New",monospace;color:#788b87}.catalog-beat .spec{font:11px "Courier New",monospace;color:#91a19e}.catalog-license-link{display:grid;place-items:center;min-height:46px;border:1px solid #55ffe8;color:#55ffe8;text-decoration:none;font:11px "Courier New",monospace}
.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.catalog-product{border:1px solid #1a2926;background:#050a09;min-height:310px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.catalog-product .type{color:#55ffe8;font:10px "Courier New",monospace}.catalog-product h3{font-size:30px;margin:22px 0 10px}.catalog-product p{color:#879894;line-height:1.6}.catalog-product footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #172420;padding-top:18px;margin-top:28px}.catalog-product button{padding:12px 16px;background:transparent;border:1px solid #55ffe8;color:#55ffe8;cursor:pointer}.empty-category{padding:40px;border:1px solid #1a2926;color:#758681}
.about-page{padding-top:90px;padding-bottom:120px;position:relative;z-index:2}.about-statement{font-size:clamp(28px,4vw,58px);line-height:1.28;max-width:1100px;color:#d9e2e0}.about-socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:60px}.about-socials a{border:1px solid #1c3a34;padding:14px 18px;color:#55ffe8;text-decoration:none}
@media(max-width:900px){.catalog-header{justify-content:space-between;flex-wrap:wrap;padding-bottom:12px}.catalog-nav{order:3;width:100%;display:flex;overflow-x:auto;gap:22px;padding:12px 0 4px;scrollbar-width:none}.catalog-nav::-webkit-scrollbar{display:none}.catalog-actions{margin-left:auto}.catalog-product-grid{grid-template-columns:1fr 1fr}.catalog-beat{grid-template-columns:48px 1fr 110px}.catalog-beat .spec:nth-of-type(2){display:none}.catalog-license-link{grid-column:3}}
@media(max-width:620px){.catalog-main{padding-top:46px}.catalog-title-block h1{font-size:16vw}.catalog-product-grid{grid-template-columns:1fr}.catalog-tools{grid-template-columns:1fr 1fr}.catalog-tools label:first-child{grid-column:1/-1}.catalog-beat{grid-template-columns:44px 1fr}.catalog-beat .spec{display:none}.catalog-license-link{grid-column:1/-1}.catalog-actions .catalog-cart{font-size:11px}}

@media(max-width:620px){
 .catalog-product-grid{gap:22px!important;padding-inline:0!important}
 .catalog-product{width:100%;min-height:0!important;padding:22px!important;margin:0!important;box-sizing:border-box}
 .catalog-product>div{min-height:190px;display:flex;flex-direction:column}
 .catalog-product h3{font-size:clamp(30px,10vw,44px);line-height:.92;margin:18px 0 14px;min-height:1.84em;display:flex;align-items:flex-end}
 .catalog-product p{min-height:3.2em;margin:0 0 18px}
 .catalog-product small{margin-top:auto;min-height:2.4em;display:flex;align-items:flex-end}
 .catalog-product footer{min-height:62px;margin-top:20px;gap:14px}
 .catalog-product footer strong{font-size:18px}.catalog-product button{min-height:44px;padding:12px 18px}
}


/* V12.2 — real mobile menu on dedicated catalog pages */
.catalog-menu-btn{display:none;border:1px solid rgba(85,255,232,.22);background:rgba(3,9,8,.72);color:#8fa7a2;padding:10px 12px;cursor:pointer;font:10px "Courier New",monospace;letter-spacing:.08em}
body.catalog-menu-open{overflow:hidden}
@media(max-width:900px){
  .catalog-header{z-index:1200!important;flex-wrap:nowrap!important;padding-bottom:0!important;min-height:76px}
  .catalog-menu-btn{display:block}
  .catalog-nav{display:none!important}
  .catalog-nav.open{
    display:block!important;
    position:fixed!important;
    top:76px!important;
    left:max(12px,env(safe-area-inset-left))!important;
    right:max(12px,env(safe-area-inset-right))!important;
    width:auto!important;
    max-height:calc(100dvh - 88px)!important;
    overflow-y:auto!important;
    margin:0!important;
    padding:10px 14px calc(14px + env(safe-area-inset-bottom))!important;
    background:rgba(2,7,6,.985)!important;
    border:1px solid rgba(85,255,232,.24)!important;
    box-shadow:0 18px 50px rgba(0,0,0,.55)!important;
    z-index:5000!important;
  }
  .catalog-nav.open a{display:flex;align-items:center;min-height:52px;padding:0 8px;border-bottom:1px solid rgba(85,255,232,.08);font-size:15px}
}
@media(max-width:620px){
  .catalog-actions{gap:7px!important}
  .catalog-actions .language-toggle,.catalog-actions .catalog-cart,.catalog-menu-btn{padding:9px 8px!important;font-size:10px!important;white-space:nowrap}
}
