:root {
  --green: #173f2b;
  --green2: #0d261b;
  --gold: #d9a55a;
  --pink: #cf3f72;
  --cream: #fff7ea;
  --muted: rgba(255,247,234,.78);
  --card: rgba(255,255,255,.08);
  --line: rgba(255,255,255,.14);
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 18%, rgba(207,63,114,.34), transparent 28%),
    radial-gradient(circle at 85% 0%, rgba(217,165,90,.24), transparent 30%),
    linear-gradient(145deg, var(--green2), var(--green) 54%, #10140f);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

a {
  color: inherit;
}

.wrap {
  width: min(1160px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* HEADER */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 24px 0 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* Larger logo with bright background */
.brand-logo-wrap {
  width: 140px;
  height: 140px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 2px;

  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 12px 38px rgba(0,0,0,.35),
    0 0 35px rgba(255,220,140,.40);

  transition: all .25s ease;
}

.brand-logo-wrap:hover {
  transform: scale(1.03);
  box-shadow:
    0 16px 45px rgba(0,0,0,.40),
    0 0 45px rgba(255,220,140,.55);
}

.brand-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-logo-wrap:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 46px rgba(0,0,0,.40),
    0 0 40px rgba(255,220,140,.46);
}

.brand-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* NAV */

.nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a,
.btn {
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.16);
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--cream);
  font-weight: 700;
  font-size: 14px;
  transition: .2s ease;
}

.nav a:hover,
.btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
}

/* HERO */

.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
  align-items: center;
  padding: 56px 0 34px;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

h1 {
  font-size: clamp(42px, 7vw, 88px);
  line-height: .92;
  margin: 0 0 22px;
  letter-spacing: -.055em;
}

.lead {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 690px;
  margin: 0 0 26px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.btn.primary {
  background: linear-gradient(135deg, var(--pink), #a9295b);
  border-color: rgba(255,255,255,.25);
  box-shadow: 0 14px 35px rgba(207,63,114,.25);
}

/* ALBUM STACK */

.album-stack {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.cover {
  width: min(385px, 80vw);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  background: #111;
}

.cover.back {
  position: absolute;
  transform: translate(-90px, 38px) rotate(-8deg);
  filter: saturate(.98) brightness(.92);
}

.cover.front {
  position: absolute;
  transform: translate(70px, -46px) rotate(7deg);
}

.badge {
  position: absolute;
  right: 4%;
  bottom: 7%;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(0,0,0,.42);
  border: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.badge b {
  display: block;
  color: var(--gold);
  margin-bottom: 4px;
}

/* SECTIONS */

section {
  padding: 46px 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(28px, 4vw, 46px);
  margin: 0;
  letter-spacing: -.04em;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 470px;
  line-height: 1.5;
}

/* ALBUM CARDS */

.albums {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 24px;
}

.album-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
}

.album-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,.30);
}

.album-card h3 {
  font-size: 26px;
  line-height: 1.05;
  margin: 0 0 8px;
}

.year {
  display: inline-flex;
  color: var(--gold);
  font-weight: 900;
  margin-bottom: 14px;
}

.album-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 18px;
}

.listen {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* FOLLOW LINKS */

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

.platforms a {
  padding: 16px;
  text-align: center;
  border-radius: 18px;
  background: rgba(0,0,0,.20);
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 800;
  transition: .2s ease;
}

.platforms a:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-2px);
}

/* FOOTER */

footer {
  padding: 34px 0 26px;
  color: rgba(255,247,234,.62);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  margin-top: 32px;
}

/* TABLET */

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 32px;
  }

  .album-stack {
    min-height: 430px;
  }

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

  .platforms {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* MOBILE */

@media (max-width: 620px) {
  header {
    align-items: center;
    flex-direction: column;
  }

  .brand-logo-wrap {
    width: 110px;
    height: 110px;
    padding: 12px;
  }

  .nav {
    justify-content: center;
  }

  .hero {
    gap: 12px;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .album-stack {
    min-height: 340px;
  }

  .cover {
    width: 245px;
    border-radius: 22px;
  }

  .cover.back {
    transform: translate(-48px, 28px) rotate(-7deg);
  }

  .cover.front {
    transform: translate(44px, -34px) rotate(7deg);
  }

  .badge {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 275px;
    max-width: none;
    text-align: left;
  }

  .section-head {
    display: block;
    text-align: center;
  }

  .section-head p {
    margin-top: 10px;
  }

  .album-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .listen {
    justify-content: center;
  }

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