:root {
  --ink: #131514;
  --muted: #565a57;
  --paper: #f7f7f2;
  --line: #d9d4c8;
  --charcoal: #171a19;
  --amber: #e89b3f;
  --coral: #cb5a3e;
  --teal: #16837c;
  --white: #ffffff;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  color: var(--white);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
}

.nav-links {
  gap: 22px;
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a {
  text-decoration: none;
  opacity: 0.86;
}

.nav-links a:hover {
  opacity: 1;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 86svh;
  padding: 112px 0 72px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(19, 21, 20, 0.88) 0%, rgba(19, 21, 20, 0.7) 34%, rgba(19, 21, 20, 0.2) 68%),
    url("assets/emerging-musicians-hero.jpg") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--amber), var(--coral), var(--teal));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--amber);
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1 {
  max-width: 680px;
  font-size: clamp(3rem, 8vw, 6.7rem);
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.3rem);
}

h3 {
  font-size: 1.25rem;
}

.hero-copy {
  width: 100%;
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--amber);
  color: #17120b;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.44);
  color: var(--white);
}

.band {
  background: var(--charcoal);
  color: var(--white);
}

.section,
.band {
  padding: 88px 0;
}

.section-inner {
  width: min(var(--max-width), calc(100% - 40px));
  margin: 0 auto;
}

.split,
.fit-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 48px;
  align-items: start;
}

.intro h2 {
  max-width: 760px;
}

.intro p:not(.eyebrow),
.fit-copy p,
.contact-layout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 280px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-index {
  display: block;
  margin-bottom: 48px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
}

.service-card p {
  margin: 16px 0 0;
  color: var(--muted);
}

.artist-fit {
  background:
    linear-gradient(90deg, rgba(23, 26, 25, 0.96), rgba(23, 26, 25, 0.9)),
    var(--charcoal);
}

.fit-copy {
  max-width: 680px;
}

.fit-copy p {
  margin-top: 22px;
}

.fit-list {
  display: grid;
  gap: 12px;
}

.fit-item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fit-item span {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  background: var(--amber);
}

.fit-item:nth-child(2) span {
  background: var(--coral);
}

.fit-item:nth-child(3) span {
  background: var(--teal);
}

.fit-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.contact-section {
  background: var(--paper);
}

.contact-layout p {
  max-width: 620px;
  margin-top: 20px;
  color: var(--muted);
}

.contact-panel {
  padding: 26px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
}

.contact-panel .role {
  margin: 0 0 10px;
  color: var(--amber);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-panel h3 {
  font-size: 2rem;
}

.contact-panel a {
  display: inline-block;
  margin-top: 18px;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 800;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px max(20px, calc((100vw - var(--max-width)) / 2));
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .hero {
    min-height: 84svh;
    background-position: 62% center;
  }

  .split,
  .fit-layout,
  .contact-layout,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 28px);
    gap: 10px;
    padding-top: 16px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    max-width: none;
    font-size: 0.84rem;
  }

  .hero {
    min-height: 82svh;
    padding-top: 104px;
    background:
      linear-gradient(90deg, rgba(19, 21, 20, 0.9), rgba(19, 21, 20, 0.5)),
      url("assets/emerging-musicians-hero.jpg") 64% center / cover no-repeat;
  }

  .hero-content,
  .section-inner {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 3.35rem);
  }

  h2 {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
  }

  .section,
  .band {
    padding: 64px 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-index {
    margin-bottom: 28px;
  }

  .site-footer {
    flex-direction: column;
    padding: 24px 14px;
  }
}
