
/* DJ SIXX FINAL LAYOUT OVERRIDE
   Banner exactly aligned with top navigation and content width.
   Loaded after styles.css so old full-width rules cannot override it. */

body > main > section#home.hero.hero-final {
  width: min(calc(100% - 28px), 1240px) !important;
  max-width: 1240px !important;
  min-width: 0 !important;
  height: clamp(280px, 44vh, 430px) !important;
  margin: 14px auto 0 !important;
  padding: 0 !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  border-radius: 22px !important;
  overflow: hidden !important;
}

body > main > section#home.hero.hero-final::after {
  display: none !important;
  content: none !important;
}

body > main > section#home.hero.hero-final > img.hero-banner {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
}

body > main > section.hero-copy {
  width: min(calc(100% - 28px), 1240px) !important;
  max-width: 1240px !important;
  margin: 12px auto 0 !important;
  padding: 18px 22px 20px !important;
  border: 1px solid var(--line) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg,#ffffff08,#ffffff03) !important;
}

body > main > section.hero-copy h1 {
  font-size: clamp(2rem,4.2vw,3.7rem) !important;
  line-height: .96 !important;
  letter-spacing: -.04em !important;
  margin: 0 0 12px !important;
}

body > main > section.hero-copy h1 span {
  display: block !important;
  color: var(--gold2) !important;
}

body > main > section.hero-copy p {
  max-width: 900px !important;
  margin: 0 !important;
  font-size: clamp(.95rem,1.4vw,1.08rem) !important;
  line-height: 1.45 !important;
  color: #e9e0d5 !important;
}

body > main > section.hero-copy .cta-row {
  margin-top: 15px !important;
}

@media (max-width:700px) {
  body > main > section#home.hero.hero-final,
  body > main > section.hero-copy {
    width: calc(100% - 20px) !important;
  }

  body > main > section#home.hero.hero-final {
    height: clamp(220px,34vh,300px) !important;
    margin-top: 8px !important;
    border-radius: 14px !important;
  }
}
