:root {
  --ink: #16120e;
  --dark: #211812;
  --brown: #4a3425;
  --cream: #f7efe1;
  --paper: #fff8ed;
  --gold: #d2a24b;
  --sunset: #b86d3c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; }
.topbar { position: fixed; inset: 0 0 auto; z-index: 50; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 18px 5vw; color: white; background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,0)); text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 900; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: .06em; white-space: nowrap; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,.65); }
nav, .nav-socials, .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
nav a, .nav-socials a, .footer-links a { text-decoration: none; }
.nav-socials { justify-content: flex-end; gap: 12px; }
.hero { position: relative; min-height: 100vh; display: grid; place-items: end start; overflow: hidden; color: white; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.25) 48%, rgba(0,0,0,.58)), linear-gradient(0deg, rgba(20,12,7,.92), transparent 42%); }
.hero-content { position: relative; z-index: 2; width: min(900px, 92vw); padding: 0 0 12vh 6vw; }
.mini, .kicker { margin: 0 0 12px; color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .84rem; font-weight: 900; }
h1, h2 { font-family: 'Bebas Neue', sans-serif; text-transform: uppercase; letter-spacing: .035em; margin: 0; line-height: .88; }
h1 { font-size: clamp(5rem, 15vw, 13rem); text-shadow: 0 6px 24px rgba(0,0,0,.35); }
h2 { font-size: clamp(3.4rem, 9vw, 7rem); }
.tagline { margin: 8px 0 28px; font-family: Caveat, cursive; font-size: clamp(2.2rem, 5vw, 4.2rem); color: #fff0d1; }
.hero-actions, .stream-grid { display: flex; flex-wrap: wrap; gap: 13px; }
.btn, .stream-grid a, .text-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 2px solid currentColor; border-radius: 999px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; font-weight: 900; }
.btn-light { background: white; color: var(--ink); border-color: white; }
.btn-outline { color: white; }
.banner-strip { display: flex; overflow: hidden; justify-content: center; gap: 5vw; padding: 18px 5vw; background: var(--gold); color: var(--ink); font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.5rem, 4vw, 3rem); text-transform: uppercase; letter-spacing: .06em; }
.section { padding: 90px 6vw; }
.music-feature { display: grid; grid-template-columns: minmax(260px, 430px) 1fr; gap: 6vw; align-items: center; background: var(--paper); }
.record-cover img { width: 100%; aspect-ratio: 1; object-fit: cover; box-shadow: 0 25px 70px rgba(0,0,0,.24); border: 10px solid #fff; transform: rotate(-2deg); }
.feature-copy p:not(.kicker), .about-copy p, .signup-section p { font-size: 1.18rem; line-height: 1.7; max-width: 700px; }
.stream-grid { margin-top: 28px; }
.stream-grid a { color: var(--brown); background: transparent; }
.dark-section { background: var(--dark); color: var(--paper); }
.section-title-row { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 28px; }
.video-grid, .shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-grid article, .shop-grid article { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); padding: 18px; }
.video-thumb { aspect-ratio: 16/9; display: grid; place-items: center; background: linear-gradient(135deg, var(--brown), #0b0806); color: var(--gold); font-size: 3rem; }
h3 { font-size: 1.15rem; text-transform: uppercase; letter-spacing: .08em; }
.shop-section { background: #e9d8bd; }
.shop-grid article { background: rgba(255,248,237,.72); border-color: rgba(0,0,0,.12); text-align: center; }
.shop-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; mix-blend-mode: multiply; }
.text-link.dark { color: var(--ink); }
.about-section { display: grid; grid-template-columns: minmax(260px, 470px) 1fr; gap: 6vw; align-items: center; background: var(--cream); }
.about-image img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 999px 999px 20px 20px; box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.project-list { display: grid; gap: 0; max-width: 900px; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.project-list div { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 1.25rem; font-weight: 800; }
.project-list span { color: var(--gold); }
.signup-section { padding: 100px 6vw; text-align: center; background: linear-gradient(rgba(247,239,225,.9), rgba(247,239,225,.9)), url('assets/bouta-lion-album-art.jpeg'); background-size: 360px; }
.signup-section img { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; margin-bottom: 20px; }
.signup-section p { margin-left: auto; margin-right: auto; }
form { display: flex; gap: 12px; justify-content: center; margin-top: 25px; }
input, button { font: inherit; border: none; border-radius: 999px; padding: 16px 20px; }
input { min-width: min(420px, 70vw); background: white; }
button { background: var(--ink); color: white; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; padding: 34px 6vw; background: #0c0907; color: var(--paper); font-size: .9rem; }
footer p:last-child { text-align: right; }
@media (max-width: 900px) {
  .topbar { position: absolute; grid-template-columns: 1fr; background: linear-gradient(180deg, rgba(0,0,0,.75), transparent); }
  nav, .nav-socials { justify-content: flex-start; }
  .hero-content { padding-top: 210px; }
  .music-feature, .about-section, .video-grid, .shop-grid, footer { grid-template-columns: 1fr; }
  .section-title-row, form { align-items: flex-start; flex-direction: column; }
  footer, footer p:last-child { text-align: center; }
  .footer-links { justify-content: center; }
}
