:root {
  --bg: #0d0b09;
  --panel: #17120e;
  --panel-soft: #211812;
  --text: #f4eee5;
  --muted: #bda994;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #d8892f;
  --gold-light: #f5b160;
  --black: #050403;
  --max: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  background: linear-gradient(to bottom, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.28));
  backdrop-filter: blur(8px);
}

.brand,
.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: rgba(216, 137, 47, 0.16);
  color: var(--gold-light);
}

.site-nav a {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-nav a:hover { color: var(--text); }

.hero {
  position: relative;
  min-height: 96vh;
  display: flex;
  align-items: end;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  background-image: url("assets/MB01.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(216, 137, 47, 0.26), transparent 28%),
    linear-gradient(to top, rgba(5, 4, 3, 0.96) 0%, rgba(5, 4, 3, 0.48) 52%, rgba(5, 4, 3, 0.28) 100%);
}

.hero-content {
  position: relative;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 160px clamp(18px, 4vw, 48px) 96px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  font-size: clamp(4rem, 13vw, 10rem);
  line-height: 0.85;
  letter-spacing: -0.08em;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}

h3 {
  font-size: 1.45rem;
  line-height: 1.05;
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 570px;
  color: #e8d8c7;
  font-size: clamp(1.05rem, 2.2vw, 1.38rem);
}

.hero-actions,
.release-grid,
.video-grid,
.social-grid {
  display: grid;
  gap: 14px;
}

.hero-actions {
  grid-template-columns: repeat(2, max-content);
  margin-top: 28px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--line);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.button-primary {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}

.button-ghost { background: rgba(255, 255, 255, 0.06); }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 40px; padding-inline: 18px; }

.section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: 82px clamp(18px, 4vw, 48px);
}

.artist-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.artist-card p:last-child {
  color: #d7c3ae;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin: 0;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

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

.release-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(216, 137, 47, 0.22), transparent 48%),
    var(--panel);
}

.release-label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 800;
}

.dark-panel {
  width: min(calc(var(--max) + 56px), calc(100% - 24px));
  background: var(--panel);
  border: 1px solid var(--line);
}

.video-card {
  border: 1px solid var(--line);
  background: var(--black);
  overflow: hidden;
}

.video-thumb {
  min-height: 270px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.1) contrast(1.04);
}

.video-thumb.lotta { background-image: url("assets/MB03.jpg"); }
.video-thumb.trace { background-image: url("assets/MB04.jpg"); }

.video-body { padding: 22px; }

.text-link {
  color: var(--gold-light);
  font-weight: 800;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.photo-grid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border: 1px solid var(--line);
}

.social-panel {
  border-top: 1px solid var(--line);
}

.muted { color: var(--muted); margin: 0; }

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

.social-grid a {
  min-height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: var(--panel-soft);
  border: 1px solid var(--line);
  font-weight: 800;
}

.social-grid span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 400;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 4vw, 48px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p { margin: 0; }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  .site-nav { display: none; }
  .hero { min-height: 88vh; }
  .hero-actions,
  .artist-card,
  .release-grid,
  .video-grid,
  .social-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-grid img { height: 260px; }
}

@media (max-width: 520px) {
  h1 { font-size: 4.2rem; }
  .photo-grid { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
}
