:root {
  --bg: #050510;
  --bg-2: #0b1020;
  --panel: rgba(9, 14, 28, 0.78);
  --panel-strong: rgba(7, 11, 22, 0.92);
  --cyan: #00d8c8;
  --magenta: #ff2d55;
  --violet: #7a2cff;
  --warm: #d99a3d;
  --text: #f5f1e8;
  --muted: #9ba3b4;
  --line: rgba(245, 241, 232, 0.18);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 45, 85, 0.13), transparent 32rem),
    radial-gradient(circle at 8% 38%, rgba(0, 216, 200, 0.11), transparent 28rem),
    linear-gradient(180deg, #02030a 0%, var(--bg) 38%, #070b16 100%);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  padding: 0.85rem clamp(1rem, 3vw, 2.2rem);
  background: linear-gradient(180deg, rgba(2, 3, 10, 0.88), rgba(2, 3, 10, 0.38));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  font-family: "Bebas Neue", Anton, Impact, sans-serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand strong,
.hero h1 span {
  color: var(--cyan);
  font-weight: inherit;
}

.main-nav,
.social-nav,
.footer-socials {
  display: flex;
  align-items: center;
}

.main-nav {
  justify-content: center;
  gap: clamp(1rem, 1.85vw, 2rem);
}

.main-nav a {
  position: relative;
  font-family: "Bebas Neue", Anton, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 2.15rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.92);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--cyan);
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.social-nav,
.footer-socials {
  justify-content: flex-end;
  gap: 0.5rem;
}

.social-icon,
.icon-link {
  display: inline-flex;
  width: 2.875rem;
  height: 2.875rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--text);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.022));
  border: 1px solid rgba(255, 255, 255, 0.11);
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease, background 180ms ease;
}

.social-icon:hover,
.social-icon:focus-visible,
.icon-link:hover,
.icon-link:focus-visible {
  color: var(--cyan);
  border-color: rgba(0, 216, 200, 0.46);
  background: radial-gradient(circle at 30% 30%, rgba(0, 216, 200, 0.12), rgba(255, 255, 255, 0.025));
  transform: translateY(-1px);
}

.social-icon svg,
.icon-link svg {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 44rem;
  height: min(52rem, 96vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 3, 10, 0.97) 0%, rgba(2, 3, 10, 0.82) 34%, rgba(2, 3, 10, 0.24) 68%, rgba(2, 3, 10, 0.5) 100%),
    linear-gradient(180deg, rgba(2, 3, 10, 0.28), rgba(2, 3, 10, 0.82));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(58rem, 100%);
  padding: 8rem clamp(1.2rem, 4vw, 3.4rem) 4rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--cyan);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.audio-cta h2,
.newsletter-section h2 {
  margin: 0;
  font-family: Anton, "Bebas Neue", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(4.8rem, 12vw, 8.8rem);
  line-height: 0.92;
  text-shadow: 0 12px 50px rgba(0, 0, 0, 0.56);
}

.hero-actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 1.55rem;
}

.cta {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.35rem;
  border-radius: 6px;
  border: 1px solid transparent;
  color: white;
  font-family: "Bebas Neue", Anton, sans-serif;
  font-size: 1.18rem;
  text-transform: uppercase;
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.26);
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.cta-spotify {
  background: linear-gradient(135deg, #16efff, #00aeb7);
}

.cta-youtube {
  background: linear-gradient(135deg, #ff4770, #d90f45);
}

.cta-outline {
  min-width: min(17rem, 100%);
  color: var(--text);
  background: rgba(5, 5, 16, 0.62);
  border-color: rgba(255, 45, 85, 0.78);
}

.section {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 4vw, 2.6rem);
}

.section-heading {
  width: min(82rem, 100%);
  margin: 0 auto 1.8rem;
  text-align: center;
}

.section-heading h2,
.audio-cta h2,
.about-section h2,
.newsletter-section h2 {
  font-size: clamp(2.3rem, 5vw, 3.65rem);
  line-height: 1;
}

.release-grid {
  width: min(86rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.release-card {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(15rem, 0.92fr) minmax(0, 1fr);
  gap: clamp(1.2rem, 2vw, 2rem);
  align-items: center;
  min-height: 24rem;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border: 1px solid rgba(245, 241, 232, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 216, 200, 0.16), transparent 18rem),
    radial-gradient(circle at 100% 100%, rgba(255, 45, 85, 0.13), transparent 18rem),
    linear-gradient(145deg, rgba(8, 17, 28, 0.94), rgba(8, 8, 18, 0.95) 46%, rgba(18, 8, 25, 0.88));
  box-shadow:
    0 28px 85px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.release-card.compact {
  grid-column: span 2;
  grid-template-columns: minmax(11.25rem, 0.92fr) minmax(0, 1fr);
  min-height: 16.5rem;
  padding: clamp(1rem, 1.7vw, 1.35rem);
  gap: 1rem;
  background:
    radial-gradient(circle at 16% 24%, rgba(0, 216, 200, 0.09), transparent 13rem),
    radial-gradient(circle at 100% 100%, rgba(255, 45, 85, 0.09), transparent 13rem),
    linear-gradient(145deg, rgba(8, 17, 28, 0.92), rgba(8, 8, 18, 0.96));
}

.release-card.featured {
  grid-template-columns: minmax(16rem, 1fr) minmax(0, 1fr);
}

.release-card:not(.featured) {
  background:
    radial-gradient(circle at 18% 24%, rgba(217, 154, 61, 0.12), transparent 18rem),
    radial-gradient(circle at 100% 100%, rgba(255, 45, 85, 0.12), transparent 18rem),
    linear-gradient(145deg, rgba(8, 17, 28, 0.94), rgba(8, 8, 18, 0.95) 46%, rgba(22, 12, 22, 0.88));
}

.release-art-link {
  position: relative;
  display: block;
  min-width: 0;
}

.release-mockup {
  position: relative;
  z-index: 1;
  width: min(100%, 25.5rem);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.44));
}

.release-mockup img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.release-art {
  position: relative;
  aspect-ratio: 1.35 / 1;
  width: min(22.5rem, 100%);
  margin-inline: auto;
  isolation: isolate;
}

.release-art img {
  position: relative;
  z-index: 3;
  width: 65%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    20px 0 34px rgba(0, 0, 0, 0.58),
    0 22px 55px rgba(0, 0, 0, 0.56),
    0 3px 8px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(0, 0, 0, 0.34);
}

.release-card.compact .release-art {
  aspect-ratio: 1;
  width: min(9.5rem, 100%);
}

.release-card.compact .release-mockup {
  width: min(15.5rem, 100%);
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.42));
}

.release-card.compact .release-art img {
  width: 100%;
  height: 100%;
}

.release-card.compact .release-art-link::after {
  left: 8%;
  right: 8%;
  bottom: 4%;
}

.release-card:not(.compact) .release-art-link::after {
  left: 8%;
  right: 2%;
  bottom: 4%;
  height: 18%;
  opacity: 0.7;
}

.release-art-link::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 7%;
  right: 1%;
  bottom: 8%;
  height: 20%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.52), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.release-type {
  margin: 0 0 0.55rem;
  color: var(--magenta);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.release-card.featured .release-type {
  color: var(--cyan);
}

.release-card:not(.featured) .release-type {
  color: #dec18b;
}

.release-card h3,
.video-card h3,
.studio-notes h3 {
  margin: 0;
  font-family: "Bebas Neue", Anton, sans-serif;
  font-size: clamp(2.25rem, 3vw, 2.9rem);
  line-height: 1;
  text-transform: uppercase;
}

.release-card.compact h3 {
  font-size: clamp(1.75rem, 2.2vw, 2.2rem);
}

.release-card p {
  color: var(--muted);
  line-height: 1.55;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
}

.release-card.compact p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.platform-buttons {
  display: grid;
  grid-template-columns: repeat(3, 4rem);
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.platform-btn,
.platform-button {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.025);
  text-decoration: none;
  font-size: 0;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.platform-btn svg,
.platform-button svg {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.platform-btn:hover,
.platform-btn:focus-visible,
.platform-button:hover,
.platform-button:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  border-color: currentColor;
  transform: translateY(-1px);
}

.platform-btn--spotify,
.platform-button.spotify {
  border-color: rgba(0, 216, 200, 0.42);
  color: #19f47a;
}

.platform-btn--apple {
  border-color: rgba(255, 255, 255, 0.2);
  color: #f5f1e8;
}

.platform-btn--youtube,
.platform-button.youtube {
  border-color: rgba(255, 45, 85, 0.42);
  color: #ff3f57;
}

.cta svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.release-card.compact .platform-buttons {
  grid-template-columns: repeat(auto-fit, 3.25rem);
  margin-top: 0.9rem;
}

.release-card.compact .platform-btn,
.release-card.compact .platform-button {
  width: 3.25rem;
  height: 3.25rem;
  min-height: 3.25rem;
}

.release-card.compact .platform-btn svg,
.release-card.compact .platform-button svg {
  width: 1.45rem;
  height: 1.45rem;
}

.row-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  text-align: left;
}

.text-link {
  color: var(--cyan);
  font-family: "Bebas Neue", Anton, sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.video-shell {
  position: relative;
  width: min(76rem, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.video-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(15rem, 24vw, 20rem);
  gap: 0.9rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.25rem 0.55rem 1rem;
}

.video-track::-webkit-scrollbar {
  display: none;
}

.video-card {
  scroll-snap-align: start;
  text-align: center;
}

.video-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg);
  border: 1px solid rgba(245, 241, 232, 0.18);
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.05) brightness(0.72);
}

.play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 3.35rem;
  height: 3.35rem;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(245, 241, 232, 0.86);
  background: rgba(5, 5, 16, 0.5);
}

.play-icon::before {
  content: "";
  margin-left: 0.2rem;
  border-left: 0.82rem solid var(--text);
  border-top: 0.55rem solid transparent;
  border-bottom: 0.55rem solid transparent;
}

.duration {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  padding: 0.14rem 0.35rem;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
}

.video-card h3 {
  min-height: 2.7rem;
  margin-top: 0.75rem;
  font-size: 1.24rem;
  text-transform: none;
}

.watch-button {
  display: inline-flex;
  margin-top: 0.55rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--magenta);
  border-radius: 5px;
  color: var(--magenta);
  font-family: "Bebas Neue", Anton, sans-serif;
  text-transform: uppercase;
}

.slider-arrow {
  position: absolute;
  z-index: 2;
  top: 32%;
  width: 2.4rem;
  height: 3.4rem;
  border: 0;
  color: white;
  background: rgba(5, 5, 16, 0.34);
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
}

.slider-arrow.prev {
  left: -0.4rem;
}

.slider-arrow.next {
  right: -0.4rem;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.slider-dots span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: rgba(245, 241, 232, 0.32);
}

.slider-dots span:first-child {
  background: var(--cyan);
}

.audio-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(2rem, 4vw, 3.4rem) clamp(1rem, 4vw, 2.6rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(0, 216, 200, 0.08), rgba(255, 45, 85, 0.08));
  text-align: center;
}

.audio-cta-content {
  position: relative;
  z-index: 1;
}

.wave {
  height: 5rem;
  opacity: 0.88;
  background:
    linear-gradient(90deg, transparent, currentColor, transparent),
    repeating-linear-gradient(90deg, transparent 0 0.6rem, currentColor 0.6rem 0.68rem, transparent 0.68rem 1.1rem);
  mask-image: radial-gradient(ellipse at center, black 0 55%, transparent 72%);
}

.wave-left {
  color: var(--cyan);
}

.wave-right {
  color: var(--magenta);
}

.newsletter-section p {
  color: var(--muted);
  line-height: 1.65;
}

.cyan {
  color: var(--cyan);
}

.magenta {
  color: var(--magenta);
}

.violet {
  color: #aa65ff;
}

.newsletter-section {
  width: min(74rem, calc(100% - 2rem));
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1.1fr minmax(18rem, 0.85fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(245, 241, 232, 0.18);
  border-radius: 8px;
  background: var(--panel-strong);
}

.newsletter-section > * {
  min-width: 0;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
}

.newsletter-form input,
.newsletter-form button {
  min-height: 3.05rem;
  border-radius: 5px;
  font: inherit;
}

.newsletter-form input {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(245, 241, 232, 0.3);
  color: var(--text);
  background: rgba(5, 5, 16, 0.72);
  padding: 0 0.9rem;
}

.newsletter-form button {
  border: 0;
  color: white;
  background: linear-gradient(135deg, #16efff, #00aeb7);
  padding: 0 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 2rem 1.6rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer nav {
  display: flex;
  gap: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-grid;
    justify-self: end;
    width: 2.7rem;
    height: 2.7rem;
    place-items: center;
    border: 1px solid rgba(245, 241, 232, 0.22);
    border-radius: 6px;
    background: rgba(5, 5, 16, 0.7);
  }

  .menu-toggle span {
    width: 1.25rem;
    height: 2px;
    background: var(--text);
  }

  .main-nav,
  .site-header > .social-nav {
    display: none;
  }

  .nav-open .main-nav,
  .nav-open .site-header > .social-nav {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .nav-open .main-nav {
    flex-wrap: wrap;
    padding-top: 0.6rem;
    gap: 1.1rem 1.5rem;
  }

  .nav-open .main-nav a {
    font-size: clamp(2.25rem, 7vw, 3.4rem);
  }

  .hero {
    min-height: 48rem;
    height: auto;
  }

  .hero-bg {
    object-position: 66% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(2, 3, 10, 0.96), rgba(2, 3, 10, 0.64));
  }

  .release-grid,
  .newsletter-section {
    grid-template-columns: 1fr;
  }

  .release-card,
  .release-card.compact {
    grid-column: auto;
  }

  .release-card {
    grid-template-columns: minmax(15rem, 0.82fr) minmax(0, 1.18fr);
  }

  .release-card.compact {
    grid-template-columns: minmax(11rem, 0.72fr) minmax(0, 1fr);
  }

  .audio-cta {
    grid-template-columns: 1fr;
  }

  .wave {
    display: none;
  }

  .newsletter-section {
    width: min(42rem, calc(100% - 2rem));
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 51rem;
    align-items: end;
  }

  .hero-bg {
    height: 64%;
    bottom: auto;
    object-position: 72% 10%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 3, 10, 0.2) 0%, rgba(2, 3, 10, 0.02) 28%, rgba(2, 3, 10, 0.32) 52%, rgba(2, 3, 10, 0.96) 68%, #02030a 100%),
      linear-gradient(90deg, rgba(2, 3, 10, 0.38), rgba(2, 3, 10, 0.02) 44%, rgba(2, 3, 10, 0.18));
  }

  .hero-content {
    align-self: end;
    width: 100%;
    padding: 29.5rem clamp(1rem, 3.2vw, 1.6rem) 2.4rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 0.8rem 1rem;
  }

  .hero-content .eyebrow {
    margin-bottom: 0.45rem;
    font-size: 0.72rem;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 17vw, 5.35rem);
    line-height: 0.9;
  }

  .hero-actions {
    gap: 0.7rem;
    margin-top: 1.1rem;
  }

  .hero-actions .cta,
  .cta-row .cta {
    width: 100%;
  }

  .hero-actions .cta {
    min-height: 3.05rem;
    padding-block: 0.72rem;
  }

  .release-card,
  .release-card.featured,
  .release-card.compact {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    min-height: 0;
  }

  .release-art {
    width: min(19rem, 100%);
  }

  .release-mockup {
    width: min(100%, 20rem);
  }

  .release-card.compact .release-mockup {
    width: min(100%, 21rem);
  }

  .platform-buttons {
    grid-template-columns: repeat(3, 3.95rem);
  }

  .release-card.compact .platform-buttons {
    grid-template-columns: 3.25rem;
  }

  .row-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .video-track {
    grid-auto-columns: min(82vw, 20rem);
    padding-inline: 0;
  }

  .slider-arrow {
    display: none;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    padding-inline: 1rem;
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
  }
}
