.instruments-page-wrapper{--primary:#cc6304;--primary-rgb:204, 99, 4;--text-primary:#1a1a1a;--text-secondary:#5a5a5a;--text-muted:#888;--bg-page:#f8f9fa;--bg-card:#fff;--border:#0000000f;--shadow:0 4px 24px #0000000f;--shadow-hover:0 12px 40px #0000001a;--radius:16px;background:var(--bg-page);color:var(--text-primary);font-family:Manrope,Inter,-apple-system,sans-serif;overflow-x:hidden}[data-theme=dark] .instruments-page-wrapper{--text-primary:#f2f2f2;--text-secondary:#b0b0b0;--text-muted:#666;--bg-page:#151515;--bg-card:#1f1f1f;--border:#ffffff14;--shadow:0 4px 24px #00000040;--shadow-hover:0 12px 40px #0006}.instruments-page-wrapper .mi-hero{color:#fff;width:100%;height:clamp(560px,90vh,980px);min-height:560px;padding-top:calc(var(--header-strip-height,78px) + 72px);justify-content:center;align-items:center;margin:0;display:flex;position:relative;overflow:hidden}.instruments-page-wrapper .mi-hero-bg{background:linear-gradient(135deg,#000000d1 0%,#000000a6 100%),url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=1920&auto=format&fit=crop) 50%/cover no-repeat;position:absolute;inset:0}.instruments-page-wrapper .mi-hero-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;max-width:720px;min-height:100%;padding:64px 5vw 0;display:flex;position:relative}.instruments-page-wrapper .mi-hero a,.instruments-page-wrapper .mi-hero a:link,.instruments-page-wrapper .mi-hero a:visited{color:#ffffffbf!important;text-decoration:none!important}.instruments-page-wrapper .mi-hero a:hover{color:#fff!important}.instruments-page-wrapper .mi-hero .breadcrumb{opacity:0;z-index:10;width:max-content;max-width:90%;margin-bottom:20px!important;position:relative!important}.instruments-page-wrapper .mi-hero .breadcrumb-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:0;padding:0;line-height:1.2;list-style:none;display:flex}.instruments-page-wrapper .mi-hero .breadcrumb-link{letter-spacing:1.3px;text-transform:uppercase;font-size:clamp(.75rem,1.2vw,.95rem);font-weight:600;color:#ffffffbf!important;text-decoration:none!important}.instruments-page-wrapper .mi-hero .breadcrumb-link:hover{color:#fff!important}.instruments-page-wrapper .mi-hero .breadcrumb-sep{color:#fff6;font-size:clamp(.72rem,1vw,.9rem)}.instruments-page-wrapper .mi-hero .breadcrumb-current{letter-spacing:1.3px;text-transform:uppercase;font-size:clamp(.75rem,1.2vw,.95rem);font-weight:700;color:#fff!important}.instruments-page-wrapper .mi-hero h1{letter-spacing:-.02em;opacity:0;white-space:nowrap;margin:0 0 1rem;font-family:Manrope,Inter,-apple-system,sans-serif;line-height:1.1;transform:translateY(18px);color:#fff!important;font-size:clamp(2.5rem,6vw,4.25rem)!important;font-weight:800!important}.instruments-page-wrapper .mi-hero p,.instruments-page-wrapper .mi-hero .mi-hero-desc{opacity:0;margin:0;font-family:Manrope,Inter,-apple-system,sans-serif;font-weight:400;line-height:1.6;transform:translateY(12px);color:#ffffffd9!important;font-size:clamp(1rem,1.2vw,1.15rem)!important}.instruments-page-wrapper .mi-section{padding:4.5rem 0;position:relative}.instruments-page-wrapper .mi-container{max-width:1280px;margin:0 auto;padding:0 24px}.instruments-page-wrapper .mi-section-header{text-align:center;max-width:640px;margin-bottom:3rem;margin-left:auto;margin-right:auto}.instruments-page-wrapper .mi-section-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--primary);opacity:0;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:block;transform:translateY(8px)}.instruments-page-wrapper .mi-section-title{color:var(--text-primary);letter-spacing:-.02em;opacity:0;margin:0 0 .5rem;font-size:clamp(1.85rem,3.5vw,2.5rem);font-weight:800;line-height:1.2;transform:translateY(10px)}.instruments-page-wrapper .mi-section-desc{color:var(--text-secondary);opacity:0;margin:0;font-size:1rem;font-weight:400;transform:translateY(10px)}.instruments-page-wrapper .equipment-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.instruments-page-wrapper .equipment-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);will-change:transform, opacity, filter;opacity:0;filter:blur(8px);flex-direction:column;transition:box-shadow .3s,border-color .3s,transform .3s;display:flex;overflow:hidden;transform:translateY(24px)}.instruments-page-wrapper .equipment-card:hover{box-shadow:var(--shadow-hover);border-color:rgba(var(--primary-rgb), .15);transform:translateY(-4px)}.instruments-page-wrapper .equipment-card-img-wrap{aspect-ratio:4/3;border-bottom:1px solid var(--border);background:#fff;justify-content:center;align-items:center;width:100%;padding:30px;display:flex;position:relative;overflow:hidden}[data-theme=dark] .instruments-page-wrapper .equipment-card-img-wrap{background:#2a2a2a}.instruments-page-wrapper .equipment-card-img-wrap img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.instruments-page-wrapper .equipment-card:hover .equipment-card-img-wrap img{transform:scale(1.1)}.instruments-page-wrapper .equipment-card-body{flex-direction:column;flex:1;padding:1.5rem 1.35rem;display:flex}.instruments-page-wrapper .equipment-card-title{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.35}.instruments-page-wrapper .equipment-card-brand{color:var(--primary);letter-spacing:.02em;margin-top:auto;font-size:.8rem;font-weight:600;display:block}@media (max-width:1200px){.instruments-page-wrapper .mi-container{padding:0 22px}.instruments-page-wrapper .mi-section{padding:4rem 0}.instruments-page-wrapper .equipment-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.instruments-page-wrapper .equipment-card-body{padding:1.2rem 1.1rem}}@media (max-width:992px){.instruments-page-wrapper .mi-hero{height:auto;min-height:76vh;padding-top:calc(var(--header-strip-height-mobile,82px) + 38px)}.instruments-page-wrapper .mi-hero-content{padding:52px 6vw 0}.instruments-page-wrapper .mi-hero h1{margin-top:10px;line-height:1.08;font-size:clamp(2rem,9vw,3.2rem)!important}.instruments-page-wrapper .mi-hero p{max-width:34ch;line-height:1.55;font-size:clamp(1rem,3.4vw,1.1rem)!important}.instruments-page-wrapper .equipment-grid{grid-template-columns:repeat(2,1fr)}.instruments-page-wrapper .mi-section-header{margin-bottom:2.25rem}.instruments-page-wrapper .equipment-card-title{font-size:.95rem}}@media (max-width:768px){.instruments-page-wrapper .mi-container{padding:0 16px}.instruments-page-wrapper .mi-hero{min-height:72vh;padding-top:calc(var(--header-strip-height-mobile,82px) + 26px)}.instruments-page-wrapper .mi-hero-content{padding:44px 6vw 0}.instruments-page-wrapper .mi-hero h1{margin-top:12px;font-size:clamp(1.5rem,8vw,2.05rem)!important}.instruments-page-wrapper .equipment-grid{grid-template-columns:1fr;gap:1rem}.instruments-page-wrapper .mi-section{padding:2.8rem 0}.instruments-page-wrapper .mi-section-header{margin-bottom:2rem}.instruments-page-wrapper .equipment-card-img-wrap{padding:18px}.instruments-page-wrapper .equipment-card-body{padding:1rem}}@media (max-width:480px){.instruments-page-wrapper .mi-hero{min-height:70vh;padding-top:calc(var(--header-strip-height-mobile,82px) + 18px)}.instruments-page-wrapper .mi-hero h1{margin-top:10px;font-size:clamp(1.28rem,7vw,1.65rem)!important}.instruments-page-wrapper .mi-hero p{font-size:.88rem!important}.instruments-page-wrapper .mi-section{padding:2.2rem 0}.instruments-page-wrapper .mi-section-title{font-size:clamp(1.35rem,6.6vw,1.8rem)}}
