.catalog-page{min-height:100vh;background:#f1f6f4;color:#07191f}.catalog-header{height:82px;padding:0 5vw;justify-content:space-between;background:#061a23;color:#fff;border-bottom:1px solid #193641}.catalog-brand,.catalog-header{display:flex;align-items:center}.catalog-brand{gap:11px}.catalog-brand>span{width:37px;height:37px;display:grid;place-items:center;background:#1ed6c3;color:#06242b;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);font-weight:700}.catalog-brand div{display:flex;flex-direction:column}.catalog-brand b{letter-spacing:.2em}.catalog-brand small{font-size:6px;letter-spacing:.3em;color:#78979d}.catalog-header nav{display:flex;gap:30px;font-size:11px;color:#8eaaaf}.catalog-header nav .active{color:#1ed6c3}.catalog-quote{border:1px solid #32505a;padding:11px 14px;font-size:10px}.catalog-hero{min-height:460px;background:radial-gradient(circle at 78% 45%,#104b5a 0,#0a2e3b 30%,#061a23 68%);color:#fff;padding:90px 8vw;position:relative;overflow:hidden}.catalog-hero>div:first-child{position:relative;z-index:2}.catalog-hero small{color:#80a9aa;font-size:8px;letter-spacing:.24em}.catalog-hero h1{font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.05em;font-weight:300;margin:22px 0}.catalog-hero h1 em{color:#1ed6c3;font-style:normal}.catalog-hero p{color:#9bb5b8;line-height:1.8;font-size:14px;max-width:620px}.catalog-orb{position:absolute;right:8vw;top:45px;width:360px;height:360px;border:1px solid rgba(30,214,195,.22);border-radius:50%;display:grid;place-items:center}.catalog-orb:after,.catalog-orb:before{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%;inset:45px}.catalog-orb:after{inset:95px;background:rgba(10,55,67,.65);box-shadow:0 0 70px rgba(30,214,195,.12)}.catalog-orb>span{z-index:1;color:#1ed6c3;font-size:90px;font-weight:200}.catalog-orb i{position:absolute;width:9px;height:9px;background:#1ed6c3;border-radius:50%;box-shadow:0 0 18px #1ed6c3}.catalog-orb i:first-of-type{top:45px;left:70px}.catalog-orb i:nth-of-type(2){bottom:30px;right:100px}.catalog-orb i:nth-of-type(3){right:-4px;top:170px}.catalog-body{padding:65px 6vw 100px}.catalog-tools{display:grid;grid-template-columns:1fr 340px;gap:35px;align-items:start}.category-tabs{display:flex;flex-wrap:wrap;gap:9px}.category-tabs button{border:1px solid #cad8d4;background:#fff;padding:12px 15px;border-radius:3px;font-size:10px;color:#58706c;cursor:pointer}.category-tabs button span{margin-left:12px;color:#93a39f}.category-tabs button.active{background:#0b3441;border-color:#0b3441;color:#fff}.category-tabs button.active span{color:#1ed6c3}.catalog-search{background:#fff;border:1px solid #cad8d4;display:flex;align-items:center;padding:0 13px}.catalog-search span{font-size:20px;color:#579087}.catalog-search input{border:0;background:transparent;width:100%;padding:12px;font-size:11px;outline:none}.result-meta{border-bottom:1px solid #cbd9d5;padding:45px 0 13px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:.18em;color:#69817c}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.catalog-grid article{background:#fff;border:1px solid #dbe4e2;padding:25px;display:flex;flex-direction:column;transition:.25s}.catalog-grid article:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(5,44,50,.08);border-color:#9bd2ca}.memory-visual{height:125px;background:linear-gradient(135deg,#0b3441,#0b2631);position:relative;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;overflow:hidden}.memory-visual:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0);background-size:20px 20px}.memory-visual span{width:38px;height:48px;border:1px solid #2b6770;background:#09242f;z-index:1}.memory-visual span:after{content:"";display:block;width:14px;height:14px;background:#1ed6c3;margin:16px auto;opacity:.65}.memory-visual i{position:absolute;right:10px;bottom:8px;color:#4e858a;font-size:8px;font-style:normal}.catalog-grid article>small{font-size:7px;letter-spacing:.14em;text-transform:uppercase;color:#188b80}.catalog-grid h2{font-size:19px;line-height:1.3;margin:8px 0 7px}.sku{font-size:8px;letter-spacing:.16em;color:#84938f;text-transform:uppercase}.catalog-grid article>p{font-size:11px;line-height:1.7;color:#627671;min-height:55px}.specs{border-top:1px solid #e2e9e7;border-bottom:1px solid #e2e9e7;padding:15px 0;margin:5px 0 20px;display:flex;flex-direction:column;gap:6px}.specs b{font-size:7px;letter-spacing:.13em;color:#879793}.specs span{font-size:10px;line-height:1.6}.catalog-grid article>a{margin-top:auto;font-size:10px;font-weight:700}.catalog-grid article>a span{color:#14968a;float:right}.no-results{text-align:center;background:#fff;border:1px solid #dbe4e2;padding:60px;margin-top:24px}.no-results p{font-size:11px;color:#788b87}.catalog-footer{background:#061a23;color:#fff;padding:32px 6vw;display:flex;align-items:center;gap:35px}.catalog-footer b{letter-spacing:.17em;font-size:11px}.catalog-footer p{color:#789398;font-size:9px}.catalog-footer a{margin-left:auto;color:#6f8b90;font-size:8px}@media(max-width:980px){.catalog-orb{opacity:.35;right:-100px}.catalog-tools{grid-template-columns:1fr}.catalog-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.catalog-header nav{display:none}.catalog-quote{font-size:8px}.catalog-hero{padding:75px 6vw}.catalog-orb{width:280px;height:280px;top:100px}.catalog-grid{grid-template-columns:1fr}.catalog-search{width:100%}.catalog-footer{align-items:flex-start;flex-direction:column;gap:8px}.catalog-footer a{margin-left:0}}.product-image-link{display:block}.memory-visual.has-image{height:190px;background:#f4f6f5}.memory-visual.has-image:before{display:none}.memory-visual img{width:100%;height:100%;object-fit:cover;display:block}.memory-visual.has-image i{background:#07232d;color:#fff;padding:4px 7px}.catalog-grid .details-link{margin-top:auto;font-size:10px;font-weight:700}.catalog-grid .details-link span{color:#14968a;float:right}.catalog-grid h2 a:hover{color:#138d82}