.page-hero{position:relative;min-height:40vh;display:flex;align-items:flex-end;overflow:hidden;background:#1c1c1c}.page-hero-bg{position:absolute;inset:0}.page-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:1;filter:contrast(1.1) saturate(.7) brightness(.7)}.page-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(195,22,34,.2) 100%,rgba(195,22,34,.2) 100%,transparent 0%);mix-blend-mode:color}.page-hero-content{position:relative;z-index:2;padding:0 3rem 5rem;max-width:var(--max-w);margin:0 auto;width:100%}.breadcrumb{display:flex;align-items:center;gap:.625rem;margin-bottom:2rem;animation:heroReveal .85s var(--ease-out) .1s both}.breadcrumb a,.breadcrumb span{font-size:.8125rem;font-weight:500;letter-spacing:.02em}.breadcrumb a{color:#fff6;transition:color .3s ease}.breadcrumb a:hover{color:#ffffffbf}.breadcrumb .bc-sep{color:#fff3;font-size:.625rem}.breadcrumb .bc-current{color:#ffffffa6;font-weight:600}.page-hero-content h1{font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:.96;letter-spacing:-.045em;color:var(--surface);max-width:700px;animation:heroReveal 1s var(--ease-out) .2s both}.page-hero-content>p{margin-top:1.75rem;font-size:1.0625rem;color:#fff9;max-width:540px;line-height:1.8;font-weight:400;letter-spacing:.01em;animation:heroReveal .85s var(--ease-out) .4s both}.page-hero-meta{display:flex;align-items:center;gap:1.5rem;margin-top:2.5rem;animation:heroReveal .85s var(--ease-out) .55s both}.hero-stat{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#ffffff73;font-weight:500}.hero-stat strong{color:var(--surface);font-size:1.125rem;font-weight:800;font-variant-numeric:tabular-nums}.hero-stat-divider{width:1px;height:20px;background:#ffffff1f}.page-hero--card .page-hero-content{background:#ffffffeb;backdrop-filter:blur(28px) saturate(1.4);-webkit-backdrop-filter:blur(28px) saturate(1.4);border-radius:var(--radius);padding:2.5rem 3rem 3rem;max-width:620px;width:auto;margin-left:max(3rem,calc(50% - var(--max-w) / 2 + 3rem));margin-bottom:3rem;box-shadow:0 8px 40px #0000001f}.page-hero--card .page-hero-content h1{color:var(--red)}.page-hero--card .page-hero-content>p{color:var(--gray)}.page-hero--card .breadcrumb a{color:var(--mute)}.page-hero--card .breadcrumb a:hover{color:var(--ink)}.page-hero--card .breadcrumb .bc-sep{color:var(--line-strong)}.page-hero--card .breadcrumb .bc-current{color:var(--gray)}.page-hero--card .hero-stat{color:var(--mute)}.page-hero--card .hero-stat strong{color:var(--ink)}.page-hero--card .hero-stat-divider{background:var(--line-strong)}@media(max-width:1024px){.page-hero--card .page-hero-content{margin-left:2rem}}@media(max-width:768px){.page-hero--card .page-hero-content{margin:0 1.5rem 2rem;padding:2rem;max-width:none}}.page-hero--split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:45vh}.page-hero--split .page-hero-bg{position:relative;order:2;min-height:35vh}.page-hero--split .page-hero-content{order:1;display:flex;flex-direction:column;justify-content:flex-end;padding:3rem 3rem 3rem max(3rem,calc(50vw - var(--max-w) / 2 + 3rem));background:var(--dark);margin:0;max-width:none;width:auto}.page-hero--split .page-hero-content h1{max-width:none}.page-hero--split .page-hero-content>p{max-width:540px}.page-hero--split .hero-stat-divider{background:#ffffff26}@media(max-width:1024px){.page-hero--split .page-hero-content{padding-left:2rem}}@media(max-width:768px){.page-hero--split{grid-template-columns:1fr}.page-hero--split .page-hero-bg{order:1;min-height:25vh}.page-hero--split .page-hero-content{order:2;padding:2rem 1.5rem 2.5rem}}.page-hero--wipe .page-hero-bg:after{background:linear-gradient(to right,rgba(28,28,28,.92) 0%,rgba(28,28,28,.75) 30%,rgba(28,28,28,.25) 55%,transparent 75%);mix-blend-mode:normal}.cat-nav{position:sticky;top:0;z-index:95;background:var(--bg);border-bottom:1px solid var(--line);transition:box-shadow .4s ease}.cat-nav.stuck{box-shadow:0 2px 16px #0000000d}.cat-nav-inner{max-width:var(--max-w);margin:0 auto;padding:.875rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cat-nav-pills{display:flex;align-items:center;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-width:0}.cat-nav-pills::-webkit-scrollbar{display:none}.cat-nav-count{font-size:.8125rem;color:var(--mute);font-weight:500;white-space:nowrap;margin-left:.75rem;padding-left:1rem;border-left:1px solid var(--line)}.cat-nav-count strong{color:var(--ink);font-weight:700}.cat-nav-search{display:flex;align-items:center;gap:.5rem;background:var(--surface);border:1.5px solid var(--dark);border-radius:var(--radius-sm);padding:0 1rem;flex-shrink:0;width:240px;transition:all .35s var(--ease-out)}.cat-nav-search:focus-within{border-color:var(--red);box-shadow:0 0 0 3px #c3162214;width:320px}.cat-nav-search .search-icon{width:16px;height:16px;color:var(--mute);flex-shrink:0;transition:color .3s ease}.cat-nav-search:focus-within .search-icon{color:var(--red)}.cat-nav-search input{flex:1;border:none;outline:none;background:none;font-family:var(--font);font-size:.8125rem;padding:.5rem 0;color:var(--ink);letter-spacing:.01em;min-width:0}.cat-nav-search input::placeholder{color:var(--mute)}.cat-products{padding:0 0 var(--section-pad)}.cat-products>.container{padding-top:3rem}.cat-section-header{grid-column:1 / -1;display:flex;align-items:center;gap:1rem;padding:1rem 0 0}.cat-section-header:first-child{padding-top:0}.cat-section-header h3{font-size:1.375rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.cat-section-header .cat-line{flex:1;height:1px;background:var(--line)}.cat-section-header .cat-count{font-size:.75rem;font-weight:700;color:var(--mute);letter-spacing:.05em;white-space:nowrap}.p-card.card-hidden,.reset-card.card-hidden{display:none}.products-grid{transition:opacity .15s ease,transform .15s ease}.products-grid.grid-fading{opacity:0;transform:translateY(6px)}.reset-card{background:var(--surface);border-radius:var(--radius);border:1.5px dashed var(--line-strong);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem 2rem;gap:1rem;min-height:280px;transition:border-color .3s ease}.reset-card:hover{border-color:var(--red)}.reset-card-icon{width:40px;height:40px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center}.reset-card-icon svg{width:18px;height:18px;color:var(--mute)}.reset-card-info{font-size:.875rem;color:var(--mute);line-height:1.5;max-width:200px}.reset-card-info strong{color:var(--ink);font-weight:700}.reset-card-btn{padding:.75rem 1.75rem;background:var(--red);color:var(--surface);border:none;border-radius:var(--radius-sm);font-family:var(--font);font-size:.8125rem;font-weight:700;cursor:pointer;transition:all .35s var(--ease-out);letter-spacing:.02em}.reset-card-btn:hover{background:var(--red-hover);box-shadow:0 4px 20px #c3162240}.empty-state{text-align:center;padding:5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-state.card-hidden{display:none}.empty-state-icon{width:64px;height:64px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.empty-state-icon svg{width:28px;height:28px;color:var(--mute)}.empty-state h3{font-size:1.375rem;font-weight:800;letter-spacing:-.02em}.empty-state h3 span{color:var(--red)}.empty-state>p{font-size:1rem;color:var(--mute);max-width:360px;line-height:1.6}.cat-info{padding:var(--section-pad) 0;background:var(--surface)}.cat-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.cat-info-text h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.035em}.cat-info-text>p{margin-top:1.5rem;color:var(--gray);line-height:1.85;font-size:1.0625rem}.cat-info-right h3{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--mute);margin-bottom:1.75rem}.trust-list{list-style:none}.trust-list li{padding:1.125rem 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;transition:all .35s var(--ease-out);cursor:default}.trust-list li:first-child{border-top:1px solid var(--line)}.trust-list li:hover{padding-left:.75rem;border-color:var(--line-strong)}.trust-list .tl-title{font-size:1rem;font-weight:700;color:var(--ink)}.trust-list .tl-desc{font-size:.8125rem;color:var(--mute);text-align:right}.norm-cloud{margin-top:3rem}.norm-cloud h3{margin-bottom:1rem}.norm-cloud-tags{display:flex;flex-wrap:wrap;gap:.5rem}.norm-tag{padding:.375rem .875rem;background:var(--bg);border-radius:var(--radius-xs);font-size:.75rem;color:var(--gray);font-weight:600;letter-spacing:.02em;transition:all .3s var(--ease-out);cursor:default}.norm-tag:hover{background:var(--dark);color:var(--surface)}.cat-cta{padding:var(--section-pad) 0}.cat-cta .tile{background:var(--surface);border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:0 0 #0000;transition:all .6s ease}.cat-cta .tile:hover{z-index:2}.cat-cta .tile-cta{background:var(--dark);display:flex;align-items:center;justify-content:space-between;padding:4rem;gap:3rem}.cat-cta .tile-cta:hover{background:#243d55;transform:translateY(-4px);box-shadow:0 20px 56px #1b304340}.cat-cta .tile-cta h2{font-size:2rem;font-weight:800;color:var(--surface);line-height:1.2;letter-spacing:-.025em}.cat-cta .tile-cta p{color:#ffffff8c;margin-top:.75rem;font-size:1rem;transition:all .6s ease}.cat-cta .tile-cta:hover p{color:#ffffffbf}.cat-cta .tile-cta .btn-white,.cat-cta .tile-cta:hover .btn-white{box-shadow:none}@media(max-width:1024px){.page-hero-content{padding:0 2rem 4rem}.cat-nav-inner{padding:.875rem 2rem}.cat-nav-search{width:200px}.cat-nav-search:focus-within{width:260px}.cat-info-grid{gap:4rem}.cat-cta .tile-cta{padding:3rem 3.5rem}}@media(max-width:768px){.page-hero{min-height:35vh}.page-hero-content{padding:0 1.5rem 3rem}.page-hero-content h1{font-size:2.5rem;letter-spacing:-.03em}.page-hero-content>p{font-size:1rem}.page-hero-meta{flex-wrap:wrap;gap:1rem}.cat-nav-inner{padding:.75rem 1.5rem;flex-direction:column;gap:.625rem}.cat-nav-pills{gap:.375rem}.cat-nav-count{display:none}.cat-nav-search{width:100%}.cat-nav-search:focus-within{width:100%}.cat-products{padding:3rem 0 5rem}.cat-section-header h3{font-size:1.125rem}.cat-info-grid{grid-template-columns:1fr;gap:3rem}.cat-info-text h2{font-size:2rem}.cat-cta .tile-cta{flex-direction:column;text-align:center;padding:2.5rem;gap:1.5rem}.cat-cta .tile-cta h2{font-size:1.5rem}}@media(max-width:480px){.page-hero{min-height:30vh}.page-hero-content h1{font-size:2rem;line-height:1.02}.breadcrumb{margin-bottom:1.5rem}.hero-stat-divider{display:none}.page-hero-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}
