:root {
  --ink: #f4f3f0;
  --ink-dim: #c7c4c0;
  --line: #ffffff33;
  --accent: #f35f36;
  --accent-soft: #ffaf91;
  --max: 860px;
  --bg-still-shift-y: -90px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--ink);
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.005em;
  line-height: 1.4;
  background: #040507;
  position: relative;
  overflow-x: hidden;
}

.bg-media {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
}

.bg-still,
.bg-motion {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.bg-still {
  transform: translateY(var(--bg-still-shift-y));
  opacity: 1;
  transition: opacity 400ms ease;
}

.bg-motion {
  opacity: 0;
  transition: opacity 400ms ease;
}

body.bg-video-on .bg-motion {
  opacity: 1;
}

body.bg-video-on .bg-still {
  opacity: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(180deg, #00000036 0%, #0000005a 45%, #0102037a 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, #f35f3614 0%, transparent 45%),
    radial-gradient(circle at 86% 78%, #ffffff0f 0%, transparent 40%);
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 2px;
}

.bg-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0 2px,
      #ffffff07 2px 3px
    ),
    radial-gradient(#ffffff17 0.55px, transparent 0.55px);
  background-size: auto, 18px 18px;
}

.site-shell {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 1.4rem 0 2rem;
}

.top-nav {
  position: static;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 2rem;
}

.nav-city {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-dim);
}

.nav-contact {
  font-size: 0.86rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: var(--ink-dim);
}

.nav-contact:hover {
  color: var(--ink);
}

.section {
  margin: 0 0 2.4rem;
  padding: 0;
  animation: none;
}

.hero {
  min-height: clamp(320px, 58vh, 470px);
  display: flex;
  align-items: flex-start;
}

.hero-copy {
  max-width: 700px;
}

h1,
h2 {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.03em;
  color: var(--ink);
}

h1 {
  margin-top: 0.35rem;
  font-family: "Righteous", sans-serif;
  font-size: clamp(3rem, 12vw, 7rem);
  -webkit-text-stroke: 6px #1b344b;
  paint-order: stroke fill;
  text-shadow: 0 0 6px #1b344b;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(1.75rem, 5.4vw, 3rem);
}

.lede {
  margin: 1rem 0 0;
  max-width: 52ch;
  font-size: clamp(1.02rem, 2vw, 1.12rem);
  color: #ece8e3;
}

.album-cover {
  display: block;
  width: clamp(198px, 30vw, 323px);
  height: clamp(198px, 30vw, 323px);
  object-fit: cover;
  border: 0;
  box-shadow: 0 14px 28px #0000004d;
}

.platforms {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.album-cover-platform {
  margin: 0 0 0.9rem;
}

.cta-row {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
}

.btn {
  display: inline-block;
  border: 0;
  padding: 0;
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink-dim);
  transition: color 0.2s ease;
}

.btn:hover {
  color: var(--ink);
}

.btn-solid {
  color: #fff;
}

.btn-outline {
  color: var(--ink-dim);
}

.platform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
  justify-content: center;
}

.platform-card {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  text-decoration: none;
  padding: 0;
  transition: color 0.2s ease;
}

.platform-card:hover {
  color: #fff;
}

.platform-name {
  display: inline;
  font-size: 1.12rem;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #ffffff55;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.55rem;
}

.section-head p {
  margin: 0;
  color: var(--ink-dim);
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: min(100%, 780px);
  max-width: 780px;
  margin: 0 auto;
  box-shadow: 0 18px 32px #00000066;
}

.video-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-help {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-dim);
}

.video-help a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gallery-grid {
  margin-top: 0;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(140px, 18vw);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  filter: saturate(0.9) contrast(1.03);
}

.about-copy p {
  margin: 0 auto;
  max-width: 62ch;
  font-size: 1.05rem;
  color: #ece8e3;
  text-align: center;
}

.contact p {
  margin: 0.45rem 0 0;
  max-width: 54ch;
  font-size: 1rem;
  color: #ece8e3;
}

.footer {
  margin-top: 1.8rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  color: var(--ink-dim);
}

.footer a {
  text-decoration: none;
  border-bottom: 1px solid #ffffff42;
  color: var(--ink);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .top-nav {
    position: static;
  }

  .platform-grid {
    gap: 0.65rem 1rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 36vw;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 0.9rem, var(--max));
    padding-top: 1rem;
  }

  .hero-copy {
    padding-left: 0.35rem;
  }

  .section {
    margin-bottom: 1.9rem;
  }

  .hero {
    min-height: 290px;
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section {
    animation: none;
  }

  .btn,
  .platform-card {
    transition: none;
  }
}
