
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.brand{
  text-decoration: none;
}

.brand:hover{
  text-decoration: none;
}
.artists-page{
  background:
    radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.95));
  background-size: 120px 120px, cover;
}

/* HERO */
.instruments-hero{
  padding: 80px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.instruments-hero__inner{
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.instruments-hero__kicker{
  letter-spacing: 4px;
  opacity: .6;
  font-size: 12px;
}

.instruments-hero__title{
  font-size: 52px;
  font-weight: 300;
  margin-top: 12px;
}

.instruments-hero__sub{
  margin-top: 14px;
  opacity: .75;
  line-height: 1.6;
}

.instrument-block.is-highlight{
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 6px;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  transition: background .2s ease;
}
.instruments-list{
  padding: 60px 0 100px;
}

.instruments-grid{
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.instrument-card{
  padding: 28px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
}

.instrument-card h3{
  font-size: 24px;
  margin-bottom: 12px;
}

.instrument-card p{
  line-height: 1.7;
  opacity: .85;
}

.instrument-card span{
  display: block;
  margin-top: 14px;
  font-size: 13px;
  opacity: .6;
  letter-spacing: .5px;
  opacity: .55;
  font-style: italic;
}

.instrument-card{
  transition: transform .3s ease, border-color .3s ease;
}

.instrument-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.25);
}
/* Mobile */
@media (max-width: 900px){
  .instruments-grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px){
  .footer-main{
    grid-template-columns:1fr;
    gap:50px;
  }


  .footer-main::after{
    display:none;
  }

  .footer-right{
    align-items:flex-start;
  }
}
@media (max-width: 900px){
  .feature-inner{
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .feature-title{
    font-size: 36px;
  }
}
.page-header--in-hero{
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;             
  padding: 0;             
  background: transparent; 
}
.nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
}

.nav-left .brand{
  font-weight: 600;
  letter-spacing: 0.12em;
}

.nav-right{
  display: flex;
  align-items: center;
  gap: 18px;
}


.icon-btn svg{
  width: 20px;
  height: 20px;
  stroke: currentColor;
}


.page-header{
  padding: 0;
  margin: 0;
  border: 0;
}

.hero--small{
  height: 360px;   
}

.hero--small .nav{
  top: 50px;       
}


.genres-page{
  padding-top: 40px;   
}
/* small label above title */
.page-kicker{
  font-size: 12px;
  letter-spacing: 6px;
  opacity: .6;
  margin-bottom: 14px;
}

/* big title */
.page-title{
  font-size: 56px;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 18px;
  color: #fff;
}

/* red accent */
.page-title.accent-red{
  color: #ff5a5a;
}

/* subtitle text */
.page-subtitle{
  max-width: 720px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
}

/* responsive */
@media (max-width: 900px){
  .page-title{ font-size: 44px; }
}

@media (max-width: 600px){
  .page-title{ font-size: 36px; }
}
.genres-page{
  background:#000;
  padding: 90px 0 110px;
}

.genres-inner{
  width: min(var(--container), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

/* Top title block */
.genres-hero{
  padding-top: 10px;
  margin-bottom: 90px;
}

.genres-kicker{
  letter-spacing: 6px;
  font-size: 12px;
  opacity: .6;
  margin-bottom: 10px;
}

.genres-title{
  font-size: 64px;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 10px;
}

.genres-subtitle{
  color: rgba(255,255,255,.65);
  font-size: 14px;
}

/* Each genre section */
.genre-block{
  margin: 0 0 110px;
}

.genre-name{
  font-size: 54px;       
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 18px;
}

.genre-subhead{
  font-size: 18px;
  font-weight: 600;
  margin: 24px 0 12px;
  color: rgba(255,255,255,.92);
}

.genre-text{
  max-width: 880px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,.75);
  margin-bottom: 12px;
}



/* ===== HEADER / MAIN SEPARATOR ===== */
.section-separator{
  width: min(var(--container), calc(100% - (var(--gutter) * 2)));
  height: 1px;
  margin: 0 auto 60px;   
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,.25),
    transparent
  );
  opacity: .6;
}

.gallery-section{
  padding: 70px 0 40px;
}

.gallery-inner{
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.gallery-kicker{
  letter-spacing: 6px;
  font-size: 12px;
  opacity: .6;
  margin-bottom: 10px;
}

.gallery-title{
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 22px;
}
.slider-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(0,0,0,.55);
  color:#fff;
  cursor:pointer;
  font-size:26px;
  opacity:.85;
  z-index:5;
}
.slider-btn:hover{ opacity:1; }
.slider-btn.prev{ left:14px; }
.slider-btn.next{ right:14px; }

.slider-dots{
  margin-top:14px;
  display:flex;
  justify-content:center;
  gap:8px;
}
.slider-dots button{
  width:9px;
  height:9px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.25);
  cursor:pointer;
}
.slider-dots button.active{
  background:rgba(255,255,255,.85);
}
.img-slider{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}

.img-track{
  display: flex;
  transition: transform .7s ease;
}

.img-slide{
  flex: 0 0 100%;
  width: 100%;
}

.img-slide img{
  width: 100%;
  height: 420px;
  object-fit: contain;
  object-position: center;
  background: #000;
  display: block;
}
@media (max-width: 700px){
  .img-slide img{ height: 260px; }
}

.instrument-demo{
  padding: 80px 0 120px;
  background:#000;
  border-top: 1px solid rgba(255,255,255,.08);
}

.instrument-demo__inner{
  width: min(1000px, 92vw);
  margin: 0 auto;
}

.instrument-demo__kicker{
  font-size: 12px;
  letter-spacing: 6px;
  opacity: .6;
  margin-bottom: 10px;
}

.instrument-demo__title{
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 12px;
}

.instrument-demo__sub{
  max-width: 720px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
  margin-bottom: 34px;
}

.demo-video iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: #000;
  display: block;
}
@media (max-width: 600px){
  .artists-hero__title{ font-size: 34px; }
  .grid__inner{ grid-template-columns: 1fr; }
}