/* ============================================================
   INDIGO MUSIC HOUSE — VERSION 1
   Main stylesheet

   COLOR CHANGES:
   The easiest global color edits are in :root directly below.
   ============================================================ */

:root {
  --ink: #0a0810;
  --ink-soft: #15111f;
  --paper: #f4f0e8;
  --white: #ffffff;
  --indigo: #5b4bdb;
  --violet: #8a5cff;
  --electric: #b8a7ff;
  --muted: #aaa3b7;
  --line: rgba(255, 255, 255, 0.16);
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
}

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

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 48px), var(--max-width));
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.main-nav a:not(.nav-cta) {
  color: #d8d2e1;
}

.nav-cta {
  padding: 11px 18px;
  border: 1px solid var(--white);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  padding: 150px max(24px, calc((100vw - var(--max-width)) / 2)) 80px;
  background:
    radial-gradient(circle at 80% 30%, rgba(91, 75, 219, 0.35), transparent 26%),
    linear-gradient(125deg, #09070e 0%, #130d21 52%, #08070c 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--electric);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about-heading h2 {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(68px, 9vw, 142px);
  line-height: 0.78;
  letter-spacing: -0.075em;
  font-weight: 900;
}

.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.72);
}

.hero-copy {
  max-width: 560px;
  margin: 34px 0 0;
  color: #c9c2d2;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.6;
}

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

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
}

.button-primary {
  background: var(--white);
  color: var(--ink);
}

.button-secondary {
  border: 1px solid var(--line);
}

.hero-art {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  max-width: 760px;
  height: auto;
  display: block;
  object-fit: contain;
  mix-blend-mode: screen;
  opacity: 0.95;
  filter: saturate(1.05) contrast(1.05);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(15px);
  pointer-events: none;
}

.hero-glow-one {
  width: 280px;
  height: 280px;
  right: 8%;
  top: 18%;
  background: rgba(138, 92, 255, 0.18);
}

.hero-glow-two {
  width: 180px;
  height: 180px;
  left: 42%;
  bottom: 4%;
  background: rgba(91, 75, 219, 0.14);
}

.hero-side-note {
  position: absolute;
  right: 22px;
  bottom: 90px;
  margin: 0;
  color: #938b9f;
  font-size: 10px;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
}

.videos-section {
  padding: 110px max(24px, calc((100vw - var(--max-width)) / 2)) 130px;
  background: var(--paper);
  color: var(--ink);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 52px;
}

.section-heading .eyebrow {
  color: var(--indigo);
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.video-count {
  margin: 0 0 7px;
  color: #6f6878;
  font-size: 14px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.video-card {
    min-width: 0;
    background: white;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.video-card:hover h3 {
    color: var(--indigo);
}

.video-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #19131f;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.video-thumbnail:hover img {
  transform: scale(1.06);
  opacity: 0.78;
}

.play-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding-left: 3px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.new-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  background: var(--violet);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  border-radius: 10px;
}

.video-info {
    padding: 18px 22px 12px;
}

.video-info h3 {
    margin: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(18px, 1.4vw, 23px);
    letter-spacing: -0.03em;
    transition: color .2s ease;
}

.video-info p {
  margin: 6px 0 0;
  color: #766f7d;
  font-size: 13px;
}

.genre-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.5rem 0 2.5rem;
}

.genre-filter button {
    appearance: none;
    -webkit-appearance: none;

    background: #33313a;
    color: #ddd;

    border: 1px solid #4a4653;
    border-radius: 18px;

    padding: 10px 18px;

    font-size: 15px;
    font-weight: 500;

    cursor: pointer;

	transition:
		background-color .2s ease,
		color .2s ease,
		border-color .2s ease,
		transform .15s ease,
		box-shadow .2s ease;
	}

.genre-filter button:hover {
    background: #45414d;
    border-color: #6b6675;
    color: white;
    transform: translateY(-2px);
}

.genre-filter button.active {
    background: linear-gradient(135deg, var(--indigo), var(--violet));
    border-color: transparent;
    color: white;
    box-shadow: 0 8px 20px rgba(91, 75, 219, 0.35);
}

.about-section {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 40px;
  padding: 130px max(24px, calc((100vw - var(--max-width)) / 2));
  background:
    linear-gradient(135deg, rgba(91, 75, 219, 0.13), transparent 35%),
    var(--ink-soft);
}

.about-number {
  color: #665e71;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
}

.about-heading h2 {
  margin: 0;
  font-size: clamp(45px, 6vw, 86px);
  line-height: 0.93;
  letter-spacing: -0.065em;
}

.about-heading h2 span {
  color: var(--electric);
}

.about-copy {
  align-self: end;
  max-width: 470px;
  color: #c7c0d0;
  font-size: 17px;
  line-height: 1.75;
}

.about-copy p {
  margin: 0 0 22px;
}

.release-note {
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--white);
  font-weight: 700;
}

.subscribe-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 32px max(24px, calc((100vw - var(--max-width)) / 2));
  background: var(--violet);
}

.subscribe-strip p {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.subscribe-strip a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  padding: 72px max(24px, calc((100vw - var(--max-width)) / 2)) 34px;
  background: #060508;
}

.site-footer > div:first-child > p {
  margin: 18px 0 0;
  color: #81798b;
}

.footer-links {
  display: flex;
  gap: 24px;
  align-items: start;
  color: #c9c2d2;
  font-size: 14px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 30px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: #6e6678;
  font-size: 12px;
}

.management-credit {
  grid-column: 1 / -1;
  margin: -20px 0 0;
  color: #908BAD; /*#6e6678;*/
  font-size: 12px;
}

.management-credit a {
  color: inherit;
  text-decoration: none;
}

.management-credit a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 150px;
  }

  .hero-art {
    display: none;
  }

  .record {
    width: min(82vw, 500px);
    transform: translate(-50%, -50%) rotate(-12deg);
  }

  .about-section {
    grid-template-columns: 50px 1fr;
  }

  .about-copy {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: calc(100% - 32px);
  }
  
  .hero-art {
  display: none;
}

.hero {
  min-height: auto;
  padding-bottom: 80px;
}

  .main-nav a:not(.nav-cta) {
    display: none;
  }

  .brand {
    font-size: 14px;
  }

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: clamp(58px, 20vw, 96px);
  }

  .hero-art {
    min-height: 350px;
  }

  .hero-side-note {
    display: none;
  }

  .section-heading {
    display: block;
  }

  .video-count {
    margin-top: 18px;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap-bottom: 38px;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-copy {
    grid-column: 1;
  }

  .subscribe-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}
