.instrument-hero{position:relative;width:100%;height:576px;background-color:#1a1a1a;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center}.instrument-hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}.instrument-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1.5rem;gap:1.2rem;max-width:800px}.instrument-hero__title{display:inline-flex;flex-direction:column;gap:.4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:900;font-size:clamp(2.2rem,6vw,4rem);text-transform:uppercase;letter-spacing:-1px;line-height:1.05;color:#ffdd01;background:#1a1a1a;padding:.3em .6em;transform:skewX(-2deg);margin:0}.instrument-hero__subtitle-line{font-size:.45em;font-weight:700;color:#fff;letter-spacing:2px}.instrument-hero__desc{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:1rem;color:hsla(0,0%,100%,.85);max-width:520px;line-height:1.6;margin:0}.instrument-hero__cta{display:inline-block;background:#ffdd01;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:900;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;padding:.85rem 2.2rem;border:3px solid #000;box-shadow:5px 5px 0 #000;text-decoration:none;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease}.instrument-hero__cta:hover{background:#ff90e9;transform:translate(-2px,-2px);box-shadow:7px 7px 0 #000;color:#1a1a1a}@media(max-width:600px){.instrument-hero{height:350px}.instrument-hero__title{font-size:clamp(1.8rem,8vw,2.5rem)}}