:root {
  --ink: #250812;
  --wine: #861b42;
  --berry: #ba275c;
  --rose: #e88fa3;
  --blush: #f5c9d0;
  --powder: #fae4e5;
  --cream: #fff8f1;
  --line: rgba(75, 16, 35, 0.18);
  --line-light: rgba(255, 248, 241, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--powder);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem clamp(1.4rem, 4vw, 4.5rem);
  color: var(--cream);
}

.brand-mark {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.header-link {
  border-bottom: 1px solid currentColor;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding-bottom: 0.35rem;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-areas:
    "copy cover"
    "actions cover";
  grid-template-columns: minmax(17rem, 0.8fr) minmax(30rem, 1.15fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: clamp(3rem, 7vw, 8rem);
  row-gap: 2rem;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(7.5rem, 11vh, 9rem) clamp(1.4rem, 7vw, 8rem) clamp(6rem, 9vh, 8rem);
  color: var(--cream);
  background:
    radial-gradient(circle at 80% 22%, rgba(241, 161, 169, 0.35), transparent 23rem),
    radial-gradient(circle at 8% 92%, rgba(188, 39, 91, 0.38), transparent 28rem),
    linear-gradient(125deg, #210711 0%, #4a0f24 52%, #2c0816 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(10% - 1px), rgba(255, 255, 255, 0.06) 10%);
}

.hero::after {
  content: "TRYOUTS";
  position: absolute;
  right: -0.045em;
  bottom: -0.2em;
  z-index: 0;
  color: rgba(255, 238, 235, 0.035);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(13rem, 24vw, 28rem);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.7;
}

.hero-copy,
.cover-stage,
.hero-actions {
  position: relative;
  z-index: 1;
}

.hero-copy {
  grid-area: copy;
  align-self: end;
  text-align: center;
}

.cover-stage {
  grid-area: cover;
}

.section-number,
.scroll-note {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1,
.story h2,
.videos h2,
.listen h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}

.hero h1 {
  margin-left: -0.06em;
  font-size: clamp(5.8rem, 10.5vw, 11.5rem);
  letter-spacing: -0.07em;
  line-height: 0.7;
  text-transform: uppercase;
  text-shadow: 0 18px 55px rgba(12, 0, 4, 0.35);
}

.producer-line {
  margin: 2.2rem 0 0;
  color: var(--blush);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.15rem, 1.65vw, 1.5rem);
  letter-spacing: 0.08em;
}

.producer-line strong {
  color: var(--cream);
  font-weight: 600;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 22rem;
  margin: 2.4rem auto 0;
  color: rgba(255, 248, 241, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-actions {
  grid-area: actions;
  align-self: start;
  justify-self: center;
  display: grid;
  gap: 0.75rem;
  width: min(20rem, 100%);
}

.presave-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #f7c4d1;
  border-radius: 999px;
  padding: 1.2rem 1.5rem;
  color: var(--cream);
  background: linear-gradient(100deg, var(--berry), #d34572);
  box-shadow: 0 1rem 3rem rgba(10, 0, 4, 0.24), 0 0 2rem rgba(232, 143, 163, 0.13);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.presave-button:hover,
.presave-button:focus-visible {
  color: var(--ink);
  background: var(--cream);
  transform: translateY(-2px);
}

.secondary-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  width: 100%;
}

.secondary-actions a {
  display: grid;
  min-height: 2.75rem;
  place-items: center;
  border: 1px solid var(--cream);
  border-radius: 999px;
  padding: 0.65rem 0.8rem;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 0.45rem 1.2rem rgba(10, 0, 4, 0.12);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.secondary-actions .story-link {
  grid-column: 1 / -1;
}

.secondary-actions a:hover,
.secondary-actions a:focus-visible {
  color: var(--wine);
  background: var(--blush);
  transform: translateY(-1px);
}

.cover-stage {
  margin: 0;
}

.cover-frame {
  position: relative;
  width: min(100%, 42rem);
  margin-inline: auto;
  border: 1px solid rgba(255, 248, 241, 0.16);
  padding: clamp(0.55rem, 0.8vw, 0.8rem);
  background: rgba(255, 248, 241, 0.06);
  box-shadow: 0 3rem 8rem rgba(19, 1, 7, 0.5), 0 0 8rem rgba(232, 143, 163, 0.13);
}

.cover-frame::after {
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  content: "";
  pointer-events: none;
}

.cover-art {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.scroll-note {
  position: absolute;
  bottom: 2.1rem;
  left: clamp(1.4rem, 4vw, 4.5rem);
  z-index: 1;
  margin: 0;
  color: rgba(255, 248, 241, 0.4);
  writing-mode: vertical-rl;
}

.story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(23rem, 1fr);
  column-gap: clamp(4rem, 9vw, 10rem);
  row-gap: 0;
  padding: clamp(7rem, 12vw, 12rem) clamp(1.4rem, 9vw, 10rem);
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 255, 255, 0.75), transparent 22rem),
    linear-gradient(135deg, var(--powder), #f7d2d5 70%, #eebac4);
}

.story::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 5rem;
  content: "";
  background: var(--wine);
}

.section-number {
  margin: 0 0 2.5rem;
  color: var(--wine);
}

.story h2,
.listen h2 {
  font-size: clamp(3.7rem, 6vw, 7rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.story h2 em {
  color: var(--wine);
  font-weight: 500;
}

.story-body {
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}

.story-body p {
  margin: 0 0 1.5rem;
  color: rgba(37, 8, 18, 0.75);
  font-size: 0.98rem;
  line-height: 1.85;
}

.story-body .lead {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.38;
}

.story-body strong,
.story-body em {
  color: var(--wine);
  font-weight: 600;
}

blockquote {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 1rem;
  max-width: 66rem;
  margin: clamp(2.5rem, 4vw, 4rem) auto 0;
  color: var(--wine);
  text-align: center;
}

blockquote > span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 6rem;
  line-height: 0.75;
}

blockquote p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4.2vw, 4.7rem);
  font-style: italic;
  line-height: 1;
}

.videos {
  display: grid;
  justify-items: center;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 8vw, 8rem);
  color: var(--cream);
  background:
    radial-gradient(circle at 15% 8%, rgba(232, 143, 163, 0.2), transparent 24rem),
    linear-gradient(145deg, #4b1025, #2b0916 72%);
}

.videos-heading {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  width: min(100%, 70rem);
  margin-bottom: 2.5rem;
  text-align: center;
}

.videos .section-number {
  margin: 0;
  color: var(--rose);
}

.videos h2 {
  font-size: clamp(3.6rem, 6vw, 6.5rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-align: center;
}

.featured-video {
  width: min(80%, 56rem);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 248, 241, 0.24);
  padding: clamp(0.35rem, 0.7vw, 0.65rem);
  background: rgba(255, 248, 241, 0.06);
  box-shadow: 0 2.5rem 6rem rgba(10, 0, 4, 0.35);
}

.featured-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-watch-link {
  display: inline-grid;
  min-height: 3rem;
  margin-top: 2.75rem;
  place-items: center;
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  color: var(--ink);
  background: var(--cream);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.youtube-watch-link:hover,
.youtube-watch-link:focus-visible {
  color: var(--wine);
  background: var(--blush);
  transform: translateY(-2px);
}

.listen {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 52rem;
  color: var(--cream);
  background: var(--ink);
}

.listen-art {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
}

.listen-art::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 60%, var(--ink) 100%), linear-gradient(0deg, rgba(37, 8, 18, 0.28), transparent 60%);
}

.listen-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.04);
  transform: scale(1.025);
}

.listen-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 9rem);
  background:
    radial-gradient(circle at 100% 0%, rgba(186, 39, 92, 0.3), transparent 22rem),
    var(--ink);
}

.listen-copy .section-number {
  color: var(--rose);
}

.listen-copy > p:not(.section-number) {
  margin: 2rem 0 3rem;
  color: rgba(255, 248, 241, 0.68);
}

.platform-links {
  display: grid;
  border-top: 1px solid var(--line-light);
}

.platform-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-light);
  padding: 1.3rem 0;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 180ms ease, padding 180ms ease;
}

.platform-links a:hover,
.platform-links a:focus-visible {
  color: var(--rose);
  padding-left: 0.6rem;
}

.site-footer {
  border-top: 1px solid var(--line-light);
  padding: 4.5rem clamp(1.4rem, 5vw, 5rem) 5rem;
  color: var(--cream);
  background: #18050c;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) auto;
  align-items: start;
  gap: 4rem;
}

.footer-brand {
  display: inline-block;
  color: var(--rose);
  font-size: clamp(3rem, 5.5vw, 6rem);
}

.footer-release {
  margin: 1.4rem 0 0.35rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  letter-spacing: 0.08em;
}

.footer-produced {
  margin: 0;
  color: rgba(255, 248, 241, 0.5);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(8rem, auto));
  gap: clamp(3rem, 7vw, 7rem);
  padding-top: 0.65rem;
}

.footer-nav-group {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.footer-nav-group span {
  margin-bottom: 0.35rem;
  color: var(--rose);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-nav-group a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.footer-nav-group a:hover,
.footer-nav-group a:focus-visible,
.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--rose);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4.5rem;
  border-top: 1px solid var(--line-light);
  padding-top: 1.5rem;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: rgba(255, 248, 241, 0.45);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

:focus-visible {
  outline: 2px solid var(--rose);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-areas:
      "copy"
      "cover"
      "actions";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2.5rem;
    padding-top: 8rem;
  }

  .hero-copy {
    max-width: 42rem;
  }

  .hero h1 {
    font-size: clamp(6.2rem, 21vw, 10rem);
  }

  .cover-stage {
    width: min(100%, 40rem);
    justify-self: center;
  }

  .hero-actions {
    width: min(100%, 40rem);
    justify-self: center;
  }

  .story {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 3.5rem;
  }

  blockquote {
    grid-column: 1;
    margin-top: 0;
  }

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

  .listen-art {
    min-height: auto;
    aspect-ratio: 1;
  }

  .listen-art::after {
    background: linear-gradient(0deg, var(--ink), transparent 36%);
  }

  .site-footer {
    padding-inline: 2rem;
  }

  .footer-main {
    grid-template-columns: 1fr auto;
    gap: 3rem;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-top: 1.4rem;
  }

  .brand-mark {
    font-size: 1.65rem;
  }

  .hero {
    align-content: start;
    gap: 2rem;
    min-height: auto;
    padding: 6.5rem 1.2rem 5rem;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(4.4rem, 20vw, 6.2rem);
    white-space: nowrap;
  }

  .hero-actions {
    gap: 0.75rem;
  }

  .presave-button {
    min-height: 3.5rem;
    font-size: 0.72rem;
  }

  .secondary-actions a {
    min-height: 3rem;
    font-size: 0.64rem;
  }

  .scroll-note {
    display: none;
  }

  .story {
    row-gap: 2.6rem;
    padding: 6rem 1.25rem;
  }

  .story::before {
    left: 1.25rem;
    height: 3.5rem;
  }

  .story h2,
  .videos h2,
  .listen h2 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  blockquote {
    grid-template-columns: 1fr;
    text-align: left;
  }

  blockquote > span {
    height: 2rem;
  }

  .videos {
    padding: 5rem 1.25rem;
  }

  .videos-heading {
    margin-bottom: 1.8rem;
  }

  .featured-video {
    width: 100%;
  }

  .videos h2 {
    text-align: center;
  }

  .youtube-watch-link {
    width: 100%;
  }

  .listen-art {
    min-height: 25rem;
  }

  .listen-copy {
    padding: 4.5rem 1.25rem 6rem;
  }

  .site-footer {
    padding: 4rem 1.25rem;
  }

  .footer-brand {
    font-size: 3.4rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    border-top: 1px solid var(--line-light);
    padding-top: 2rem;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 3rem;
  }

  .footer-bottom p,
  .footer-bottom a {
    line-height: 1.6;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
