:root {
  --page: #061123;
  --deep: #07172f;
  --text: #f7fbff;
  --muted: #c9d6ea;
  --soft: #a9c7ef;
  --accent: #88c5ff;
  --cyan: #10d7f2;
  --pearl: #eef8ff;
  --line: rgba(190, 220, 255, 0.22);
  --line-soft: rgba(190, 220, 255, 0.13);
  --button: #7fb5fb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    linear-gradient(180deg, rgba(7, 24, 50, 0) 0 680px, rgba(6, 17, 35, 0.98) 820px),
    radial-gradient(circle at 72% 18%, rgba(150, 175, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #081b3a 0%, #07142a 54%, #061123 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.62) 0 1px, transparent 1.8px),
    radial-gradient(circle at 38% 10%, rgba(255, 255, 255, 0.46) 0 1px, transparent 1.8px),
    radial-gradient(circle at 74% 8%, rgba(255, 255, 255, 0.58) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 28%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.8px);
  background-size: 420px 280px;
}

a {
  color: inherit;
}

.site-shell {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

.site-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 724px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(6, 18, 41, 0.2) 0%, rgba(6, 18, 41, 0.02) 45%, rgba(6, 17, 35, 0.9) 100%),
    linear-gradient(90deg, rgba(5, 16, 34, 0.56) 0%, rgba(5, 16, 34, 0.06) 38%, rgba(5, 16, 34, 0.06) 72%, rgba(5, 16, 34, 0.34) 100%),
    url("./assets/hero-sredi-mirov.jpg") center 44% / cover no-repeat;
}

.site-shell::after {
  content: "";
  position: absolute;
  top: 646px;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 260px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(6, 17, 35, 0) 0%, #061123 68%);
}

.ambient-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 724px;
  overflow: hidden;
  transform: translateX(-50%);
  pointer-events: none;
}

.ambient-bg span {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ambient-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  opacity: 1;
  filter: saturate(1.02) brightness(0.96);
}

.ambient-stars {
  z-index: 2;
  inset: 0;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.8px),
    radial-gradient(circle at 48% 12%, rgba(200, 235, 255, 0.82) 0 1px, transparent 1.8px),
    radial-gradient(circle at 76% 20%, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.8px),
    radial-gradient(circle at 88% 34%, rgba(210, 240, 255, 0.68) 0 1px, transparent 1.8px);
  background-size: 360px 230px;
  animation: star-drift 22s linear infinite, star-pulse 5.8s ease-in-out infinite;
}

.ambient-horizon {
  z-index: 3;
  left: 0;
  right: 0;
  top: 250px;
  height: 190px;
  opacity: 0.16;
  background:
    linear-gradient(90deg, transparent 0%, rgba(120, 190, 255, 0.08) 24%, rgba(255, 214, 182, 0.28) 50%, rgba(160, 205, 255, 0.1) 74%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(190, 225, 255, 0.1) 54%, transparent 100%);
  filter: blur(18px);
  animation: horizon-glow 10s ease-in-out infinite alternate;
}

.ambient-ice {
  z-index: 3;
  left: -8vw;
  right: -8vw;
  top: 404px;
  height: 210px;
  opacity: 0.08;
  background:
    linear-gradient(105deg, transparent 0 22%, rgba(190, 232, 255, 0.24) 25%, transparent 32% 100%),
    linear-gradient(78deg, transparent 0 42%, rgba(235, 250, 255, 0.2) 45%, transparent 52% 100%),
    repeating-linear-gradient(172deg, transparent 0 64px, rgba(200, 232, 255, 0.08) 66px, transparent 72px);
  transform: skewY(-2deg);
  animation: ice-slide 16s ease-in-out infinite alternate;
}

.topbar {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 96px;
  align-items: center;
  height: 88px;
  padding: 0 48px;
}

.brand,
.nav a,
.topbar-actions a,
.section-link,
.footer-note a {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  display: block;
  width: 82px;
  height: auto;
  filter:
    drop-shadow(0 0 5px rgba(20, 220, 255, 0.5))
    drop-shadow(0 0 18px rgba(80, 195, 255, 0.28));
}

.brand-text {
  color: var(--pearl);
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 12px rgba(100, 215, 255, 0.22);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1.7vw, 24px);
  min-width: 0;
}

.nav a {
  color: rgba(248, 251, 255, 0.96);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  padding: 6px 0;
  text-shadow: 0 2px 14px rgba(3, 10, 25, 0.38);
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.nav a:hover,
.nav a[aria-current="page"],
.topbar-actions a:hover,
.section-link:hover {
  color: #c7f4ff;
  text-shadow: 0 0 18px rgba(55, 220, 255, 0.34);
}

.nav a[aria-current="page"] {
  position: relative;
}

.nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 28px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(170, 235, 255, 0.82), transparent);
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.topbar-actions a {
  color: rgba(248, 251, 255, 0.95);
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.topbar-actions .icon-link {
  width: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
}

.topbar-actions .icon-link img {
  display: block;
  width: 18px;
  height: 18px;
  filter:
    drop-shadow(0 2px 8px rgba(4, 12, 28, 0.36))
    drop-shadow(0 0 8px rgba(130, 220, 255, 0.16));
  transition:
    filter 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.topbar-actions .icon-link:hover img {
  opacity: 1;
  transform: translateY(-1px);
  filter:
    drop-shadow(0 2px 8px rgba(4, 12, 28, 0.36))
    drop-shadow(0 0 14px rgba(80, 220, 255, 0.48));
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 36px;
  padding: 0 17px;
  border: 1px solid rgba(210, 236, 255, 0.44);
  border-radius: 4px;
  background: rgba(7, 23, 48, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  font-size: 12px !important;
  font-weight: 700 !important;
}

.nav-button:hover {
  border-color: rgba(178, 237, 255, 0.72);
  background: rgba(21, 58, 92, 0.36);
}

.hero {
  position: relative;
  min-height: 318px;
  padding: 36px 0 0 100px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18);
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.hero-subtitle {
  margin-top: 21px;
  color: rgba(248, 251, 255, 0.94);
  font-size: 18px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  min-height: 42px;
  padding: 0 24px;
  border: 1px solid rgba(206, 229, 255, 0.38);
  border-radius: 4px;
  color: #f7fbff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.button::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 12px;
  border-left: 9px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.button-primary {
  border-color: rgba(150, 207, 255, 0.66);
  background: linear-gradient(180deg, rgba(151, 202, 255, 0.98), rgba(98, 155, 234, 0.98));
  box-shadow: 0 15px 32px rgba(85, 150, 240, 0.24);
}

.button-secondary {
  background: rgba(8, 24, 52, 0.18);
}

.button.small {
  min-width: 164px;
  min-height: 42px;
  padding: 0 18px;
}

.album-copy .button::before {
  content: none;
  margin: 0;
}

.home-studio-card .button::before {
  content: none;
  margin: 0;
  border: 0;
}

.hero-art,
.hero-starfield,
.hero-milkyway,
.hero-horizon,
.hero-ice,
.hero-figure,
.hero-halo {
  display: none;
}

.section {
  padding: 18px 100px 0;
}

.section.content-grid {
  margin-left: 100px;
  padding: 18px 0 0;
}

.content-grid {
  display: grid;
  grid-template-columns: 564px 408px minmax(300px, 1fr);
  width: min(1620px, calc(100vw - 200px));
  gap: 0;
}

.album-panel,
.track-panel,
.video-panel {
  min-height: 268px;
  padding-top: 0;
}

.album-panel {
  padding-right: 28px;
}

.track-panel {
  padding: 0 26px;
  border-left: 1px solid var(--line-soft);
}

.video-panel {
  justify-self: end;
  width: min(300px, 100%);
  margin-top: -80px;
  padding: 0 0 0 22px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.panel-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
}

.eyebrow {
  color: rgba(246, 250, 255, 0.96);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-link {
  color: #9dd4ff;
  font-size: 13px;
}

.album-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 28px;
}

.album-layout img,
.album-cover-img,
.album-cover {
  display: block;
  width: 250px;
  height: 270px;
  border: 1px solid rgba(210, 230, 255, 0.24);
  border-radius: 4px;
  object-fit: cover;
}

.album-cover {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  overflow: hidden;
  padding: 0 18px 30px;
  background:
    linear-gradient(180deg, rgba(6, 15, 32, 0.06) 0%, rgba(6, 15, 32, 0.08) 48%, rgba(5, 13, 28, 0.62) 100%),
    url("./assets/hero-sredi-mirov.jpg") center / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 42px rgba(0, 0, 0, 0.16);
}

.album-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 44%, rgba(190, 235, 255, 0.14), transparent 38%);
}

.album-cover-logo {
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: 1;
  width: 168px !important;
  height: auto !important;
  transform: translateX(-50%);
  border: 0 !important;
  filter:
    brightness(1.75)
    saturate(0.25)
    drop-shadow(0 0 10px rgba(210, 242, 255, 0.74))
    drop-shadow(0 0 28px rgba(160, 215, 255, 0.4));
  object-fit: contain !important;
}

.album-cover span,
.album-cover small {
  position: relative;
  z-index: 1;
  color: #f7fbff;
  text-transform: uppercase;
}

.album-cover span {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1;
}

.album-cover small {
  margin-top: 7px;
  color: rgba(235, 246, 255, 0.8);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}

.album-copy {
  padding-top: 12px;
}

.album-copy p {
  max-width: 230px;
  margin-top: 11px;
  color: rgba(215, 226, 244, 0.9);
}

.album-copy .button {
  margin-top: 20px;
}

.album-copy .section-link {
  display: block;
  margin-top: 18px;
}

.album-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.album-chip-row a,
.album-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(190, 220, 255, 0.16);
  border-radius: 4px;
  color: rgba(244, 250, 255, 0.92);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.album-chip-row a:hover {
  border-color: rgba(168, 218, 255, 0.42);
  color: #ffffff;
  background: rgba(129, 189, 255, 0.16);
}

.track-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  border: 1px solid rgba(200, 225, 255, 0.2);
  border-bottom: 0;
}

.track-list li {
  display: grid;
  grid-template-columns: 32px 1fr 54px 30px;
  align-items: center;
  min-height: 50px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(200, 225, 255, 0.2);
  background: rgba(6, 21, 46, 0.32);
}

.track-list li.audio-track {
  display: block;
  grid-template-columns: none;
  min-height: 52px;
  padding: 0;
  overflow: hidden;
  background: rgba(7, 24, 52, 0.34);
}

.track-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid rgba(235, 245, 255, 0.74);
  border-radius: 50%;
  color: #f7fbff;
  background: transparent;
  font-size: 10px;
}

.track-list span {
  color: #f7fbff;
  font-size: 14px;
}

.track-list span:nth-child(3) {
  color: rgba(224, 234, 248, 0.86);
  text-align: right;
}

.track-more {
  color: rgba(245, 249, 255, 0.9) !important;
  letter-spacing: 0;
  text-align: right;
}

.video-preview {
  position: relative;
  height: 153px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(210, 230, 255, 0.24);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(6, 15, 32, 0.02), rgba(6, 15, 32, 0.28)),
    url("./assets/video-baikal.jpg") center / cover no-repeat;
}

.video-preview-home {
  background:
    linear-gradient(180deg, rgba(6, 15, 32, 0.08), rgba(6, 15, 32, 0.38)),
    url("./assets/album-siyanie-cover.png") center / cover no-repeat;
}

.home-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.home-video-card {
  display: grid;
  gap: 8px;
  max-width: 100%;
  min-width: 0;
}

.home-video-card video {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(210, 230, 255, 0.24);
  border-radius: 4px;
  background: rgba(3, 10, 24, 0.72);
  object-fit: contain;
}

.home-video-card strong {
  overflow: hidden;
  color: #f7fbff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-video-feature {
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  min-width: 0;
  margin-top: 6px;
}

.home-video-feature video {
  display: block;
  width: min(190px, 100%);
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  max-height: 336px;
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(210, 230, 255, 0.24);
  border-radius: 4px;
  background: rgba(3, 10, 24, 0.72);
  object-fit: contain;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(245, 250, 255, 0.9);
  border-radius: 50%;
  background: rgba(8, 21, 44, 0.26);
}

.play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-38%, -50%);
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.video-panel h3 {
  margin: 10px 0 4px;
  font-size: 28px;
  line-height: 1;
}

.video-label {
  max-width: 290px;
  margin: 0 0 8px;
  color: rgba(222, 232, 248, 0.84);
  font-size: 13px;
  line-height: 1.4;
}

.banner {
  position: relative;
  width: min(1336px, calc(100vw - 200px));
  height: 111px;
  margin: 0 0 0 100px;
  overflow: hidden;
  border: 1px solid rgba(210, 230, 255, 0.25);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(9, 25, 52, 0.38), rgba(119, 151, 205, 0.22), rgba(9, 25, 52, 0.34)),
    url("./assets/banner-baikal.jpg") center / cover no-repeat;
}

.banner p {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  color: #f7fbff;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.banner-wave {
  position: relative;
  z-index: 2;
  width: 232px;
  height: 18px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent 0%, rgba(174, 222, 255, 0.35) 18%, rgba(238, 248, 255, 0.96) 50%, rgba(174, 222, 255, 0.35) 82%, transparent 100%);
  clip-path: polygon(0 57%, 11% 57%, 15% 34%, 19% 76%, 24% 44%, 29% 70%, 34% 30%, 39% 82%, 44% 38%, 49% 62%, 54% 22%, 59% 78%, 64% 42%, 69% 64%, 74% 34%, 79% 60%, 84% 44%, 89% 66%, 100% 66%, 100% 82%, 89% 82%, 84% 60%, 79% 76%, 74% 50%, 69% 80%, 64% 56%, 59% 92%, 54% 34%, 49% 78%, 44% 52%, 39% 92%, 34% 42%, 29% 84%, 24% 56%, 19% 90%, 15% 46%, 11% 74%, 0 74%);
}

.home-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  width: min(1336px, calc(100vw - 200px));
  gap: 18px;
  margin: 22px 0 0 100px;
}

.home-story-card,
.home-studio-card,
.release-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(190, 220, 255, 0.14);
  border-radius: 4px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 46px rgba(0, 0, 0, 0.12);
}

.home-story-card {
  min-height: 232px;
  padding: 30px 34px;
  background:
    linear-gradient(90deg, rgba(5, 15, 32, 0.72), rgba(6, 18, 38, 0.42)),
    url("./assets/banner-baikal.jpg") center / cover no-repeat;
}

.home-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 12, 28, 0.82), rgba(4, 12, 28, 0.2) 70%);
}

.home-story-card > *,
.home-studio-card > *,
.release-strip > * {
  position: relative;
  z-index: 1;
}

.home-story-card h2,
.home-studio-card h2,
.release-strip h2 {
  max-width: 680px;
  margin-top: 8px;
}

.home-story-card p:not(.eyebrow),
.home-studio-card p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 14px;
}

.home-story-card .section-link,
.home-studio-card .section-link {
  display: inline-flex;
  margin-top: 18px;
}

.home-studio-card {
  min-height: 232px;
  padding: 30px 30px;
  background:
    radial-gradient(circle at 84% 18%, rgba(120, 220, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(13, 37, 74, 0.62), rgba(5, 15, 32, 0.74));
}

.home-studio-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 230px;
  height: 132px;
  opacity: 0.2;
  background: url("./assets/logo-mark-source.png") center / contain no-repeat;
  filter: brightness(1.6) saturate(0.4);
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.release-strip {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  width: min(1336px, calc(100vw - 200px));
  gap: 24px;
  margin: 18px 0 0 100px;
  padding: 24px 28px;
  background:
    linear-gradient(90deg, rgba(7, 23, 48, 0.72), rgba(6, 18, 38, 0.42)),
    rgba(6, 17, 35, 0.58);
}

.release-strip h2 {
  font-size: 30px;
}

.release-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.release-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(205, 230, 255, 0.18);
  border-radius: 4px;
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.release-links a:hover {
  border-color: rgba(120, 225, 255, 0.48);
  color: #d7f8ff;
  background: rgba(23, 68, 102, 0.26);
}

.footer-grid {
  display: grid;
  grid-template-columns: 330px 350px 240px minmax(330px, 1fr);
  width: min(1336px, calc(100vw - 200px));
  gap: 22px;
  margin-left: 100px;
  padding: 28px 0 22px;
}

.footer-brand-card,
.footer-subscribe-card,
.footer-listen-card,
.footer-social-card {
  min-height: 70px;
}

.footer-brand-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 18px;
  align-items: start;
}

.footer-logo {
  width: 104px;
}

.footer-brand-name {
  grid-column: 1;
  color: var(--pearl);
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.footer-brand-card p:not(.footer-brand-name) {
  grid-column: 2;
  color: rgba(213, 225, 242, 0.88);
  font-size: 14px;
  line-height: 1.55;
}

.footer-subscribe-card,
.footer-listen-card,
.footer-social-card {
  padding-left: 24px;
  border-left: 1px solid var(--line-soft);
}

.footer-title {
  color: rgba(246, 250, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.subscribe-form {
  display: grid;
  grid-template-columns: 1fr 46px;
  width: 335px;
  margin-top: 12px;
  border: 1px solid rgba(205, 228, 255, 0.24);
  border-radius: 4px;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  min-height: 36px;
  padding: 0 13px;
  border: 0;
  color: #f7fbff;
  background: rgba(6, 18, 38, 0.5);
  font: inherit;
}

.subscribe-form button {
  min-height: 36px;
  border: 0;
  color: #f7fbff;
  background: linear-gradient(180deg, #8bc5ff, #69a2ec);
  font-size: 21px;
  cursor: pointer;
}

.footer-note {
  margin-top: 8px;
  color: rgba(196, 212, 233, 0.8);
  font-size: 12px;
}

.footer-note-strong {
  max-width: 310px;
  color: rgba(222, 234, 250, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.contact-list,
.studio-contact-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: rgba(232, 241, 255, 0.9);
  font-size: 13px;
  line-height: 1.35;
}

.contact-list p,
.studio-contact-list p {
  margin: 0;
}

.contact-list span,
.studio-contact-list span {
  display: block;
  margin-bottom: 2px;
  color: rgba(163, 207, 241, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-list a,
.studio-contact-list a,
.footer-note a {
  color: #d8f7ff;
}

.social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 17px;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 10px;
  border: 1px solid rgba(205, 230, 255, 0.18);
  border-radius: 4px;
  color: rgba(245, 250, 255, 0.9);
  background: rgba(255, 255, 255, 0.035);
  font-family: "Unbounded", "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.social-row a:hover {
  border-color: rgba(120, 225, 255, 0.48);
  color: #d7f8ff;
  background: rgba(23, 68, 102, 0.26);
}

.platform-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  align-items: center;
  width: min(1336px, calc(100vw - 200px));
  margin-left: 100px;
  padding: 14px 0 25px;
  border-top: 1px solid rgba(190, 220, 255, 0.16);
}

.footer-bottom p {
  color: rgba(205, 218, 237, 0.78);
  font-size: 13px;
}

.footer-bottom p:last-child {
  text-align: right;
}

.footer-bottom-wave {
  width: 420px;
  height: 17px;
  background: linear-gradient(90deg, transparent 0%, rgba(120, 202, 255, 0.2) 18%, rgba(170, 226, 255, 0.92) 50%, rgba(120, 202, 255, 0.2) 82%, transparent 100%);
  clip-path: polygon(0 55%, 10% 55%, 14% 40%, 18% 76%, 23% 46%, 28% 66%, 33% 30%, 38% 80%, 43% 44%, 48% 60%, 53% 22%, 58% 78%, 63% 42%, 68% 64%, 73% 34%, 78% 60%, 83% 44%, 88% 66%, 100% 66%, 100% 82%, 88% 82%, 83% 60%, 78% 76%, 73% 50%, 68% 80%, 63% 56%, 58% 92%, 53% 34%, 48% 78%, 43% 52%, 38% 92%, 33% 42%, 28% 84%, 23% 56%, 18% 90%, 14% 52%, 10% 74%, 0 74%);
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 28px;
  align-items: center;
  width: min(1240px, calc(100vw - 200px));
  margin: 28px auto 26px;
  padding: 32px 0 0;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.studio-page-hero {
  overflow: hidden;
  border-radius: 4px;
}

.section-hero-video,
.studio-section-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.28;
  filter: saturate(0.95) brightness(0.72);
  pointer-events: none;
}

.page-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.08);
  filter: saturate(1.04) brightness(0.84) contrast(1.06);
}

.page-hero-card,
.catalog-card {
  border: 1px solid rgba(190, 220, 255, 0.14);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(14, 36, 72, 0.44), rgba(4, 14, 31, 0.34) 54%, rgba(4, 12, 28, 0.52)),
    rgba(7, 22, 46, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 52px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(8px);
}

.page-hero-card {
  position: relative;
  min-height: 248px;
  overflow: hidden;
  padding: 34px 32px 32px;
  background:
    linear-gradient(135deg, rgba(15, 39, 78, 0.72), rgba(6, 16, 34, 0.74) 55%, rgba(5, 13, 29, 0.82)),
    rgba(7, 22, 46, 0.72);
}

.page-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(145, 220, 255, 0.16), transparent 48%),
    radial-gradient(circle at 82% 18%, rgba(245, 220, 195, 0.16), transparent 28%);
  opacity: 0.5;
}

.page-hero-card > * {
  position: relative;
  z-index: 1;
}

.page-hero-card h1 {
  max-width: 780px;
  font-size: 62px;
  line-height: 0.94;
}

.page-hero-art {
  position: relative;
  min-height: 262px;
  overflow: hidden;
  border: 1px solid rgba(190, 220, 255, 0.16);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(8, 20, 42, 0.02), rgba(8, 20, 42, 0.2)),
    url("./assets/hero-sredi-mirov.jpg") center / cover no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 22px 48px rgba(0, 0, 0, 0.16);
}

.page-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 44%, rgba(4, 12, 28, 0.34)),
    radial-gradient(circle at 68% 42%, rgba(255, 235, 205, 0.18), transparent 30%);
}

.page-hero-art.album-art {
  background:
    radial-gradient(circle at 64% 12%, rgba(137, 212, 255, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(6, 19, 40, 0.94), rgba(3, 11, 26, 0.78));
}

.album-hero-wall {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  height: 100%;
  min-height: 262px;
  padding: 18px;
}

.album-hero-wall img {
  width: 100%;
  height: 108px;
  border: 1px solid rgba(220, 236, 255, 0.24);
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
  filter: saturate(0.98) contrast(1.04);
}

.album-hero-wall img:nth-child(1) {
  transform: translateY(8px);
}

.album-hero-wall img:nth-child(2) {
  transform: translateY(-4px);
}

.album-hero-wall img:nth-child(3) {
  transform: translateY(4px);
}

.album-hero-wall img:nth-child(4) {
  transform: translateY(-8px);
}

.page-hero-art.about-art {
  background:
    linear-gradient(180deg, rgba(5, 15, 32, 0.16), rgba(5, 15, 32, 0.28)),
    #071428;
}

.page-hero-art.about-art .page-hero-video {
  object-position: center;
  transform: scale(1.03);
}

.page-hero-art.studio-art {
  background:
    linear-gradient(180deg, rgba(5, 15, 32, 0.16), rgba(5, 15, 32, 0.28)),
    #071428;
}

.page-hero-art.studio-art .page-hero-video {
  object-position: center;
}

.page-hero-art.video-art {
  background:
    linear-gradient(180deg, rgba(5, 15, 32, 0.12), rgba(5, 15, 32, 0.26)),
    #071428;
}

.page-hero-art.video-art .page-hero-video {
  object-position: center;
  transform: scale(1.04);
}

.page-hero-art.tracks-art {
  background:
    linear-gradient(180deg, rgba(5, 15, 32, 0.14), rgba(5, 15, 32, 0.26)),
    url("./assets/tracks-hero-poster.jpg") center / cover no-repeat,
    #071428;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(1240px, calc(100vw - 200px));
  gap: 12px;
  margin: 0 auto;
  padding: 0 0 36px;
}

.catalog-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 214px;
  padding: 25px 26px;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.catalog-card h3 {
  margin: 8px 0 10px;
}

.catalog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(160, 230, 255, 0.42), transparent);
  opacity: 0.66;
}

.catalog-card:hover {
  border-color: rgba(175, 232, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(18, 44, 82, 0.5), rgba(5, 16, 34, 0.38) 54%, rgba(5, 13, 30, 0.58)),
    rgba(7, 22, 46, 0.32);
  transform: translateY(-2px);
}

.catalog-card p {
  max-width: 700px;
}

.catalog-card-wide {
  grid-column: 1 / -1;
}

.album-release-grid {
  gap: 16px;
}

.album-release-card {
  padding: 28px;
}

.album-release-head {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.album-release-head img {
  display: block;
  width: 172px;
  aspect-ratio: 1;
  border: 1px solid rgba(220, 236, 255, 0.24);
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.album-release-head p {
  margin-bottom: 16px;
}

.album-release-head .button {
  width: fit-content;
}

.track-tag {
  display: block;
  color: #d9f7ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.album-mini {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 17px;
  align-items: start;
  margin-top: 18px;
}

.album-mini img {
  display: block;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(210, 230, 255, 0.24);
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.about-duo-card {
  display: grid;
  grid-template-columns: minmax(280px, 46%) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  min-height: 420px;
}

.about-duo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(220, 236, 255, 0.22);
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.about-duo-card h3 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 0.98;
}

.about-duo-card p {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.52;
}

.about-duo-roles {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.about-duo-roles span {
  display: block;
  padding: 10px 12px;
  border: 1px solid rgba(190, 220, 255, 0.15);
  border-radius: 4px;
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.035);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.32;
}

.album-meta {
  margin-top: 12px;
  color: rgba(215, 226, 244, 0.9);
}

.pill-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.pill-list-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pill-list li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(190, 220, 255, 0.15);
  border-radius: 4px;
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.028);
  font-size: 14px;
  line-height: 1.25;
}

.pill-list li.audio-track {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  padding: 0;
  overflow: hidden;
  background: rgba(7, 24, 52, 0.34);
}

.audio-player {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  grid-template-rows: auto 4px;
  align-items: center;
  gap: 7px 10px;
  overflow: hidden;
  max-width: 100%;
  min-height: 46px;
  padding: 7px 10px 8px;
}

.audio-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(190, 220, 255, 0.26);
  border-radius: 50%;
  cursor: pointer;
  background: rgba(136, 190, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.audio-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #eef8ff;
  transform: translate(-40%, -50%);
}

.audio-toggle.is-playing::before {
  left: 50%;
  width: 9px;
  height: 12px;
  border: 0;
  border-left: 3px solid #eef8ff;
  border-right: 3px solid #eef8ff;
  transform: translate(-50%, -50%);
}

.audio-toggle:hover {
  border-color: rgba(178, 237, 255, 0.72);
  background: rgba(126, 184, 255, 0.2);
}

.audio-name {
  min-width: 0;
  overflow: hidden;
  color: #f7fbff;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio-time {
  color: rgba(224, 234, 248, 0.72);
  font-size: 12px;
  white-space: nowrap;
}

.audio-progress {
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background:
    linear-gradient(90deg, rgba(145, 207, 255, 0.92) var(--progress, 0%), rgba(190, 220, 255, 0.16) 0);
  appearance: none;
}

.audio-progress::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(145, 207, 255, 0.92) var(--progress, 0%), rgba(190, 220, 255, 0.16) 0);
}

.audio-progress::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  margin-top: -5px;
  border: 1px solid rgba(238, 248, 255, 0.82);
  border-radius: 50%;
  background: #dff5ff;
  box-shadow: 0 0 14px rgba(16, 215, 242, 0.3);
  appearance: none;
}

.audio-progress::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(190, 220, 255, 0.16);
}

.audio-progress::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(145, 207, 255, 0.92);
}

.audio-progress::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(238, 248, 255, 0.82);
  border-radius: 50%;
  background: #dff5ff;
}

.audio-track.is-active {
  border-color: rgba(178, 237, 255, 0.44);
  background: rgba(20, 58, 100, 0.38);
}

.global-audio-player {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: auto;
  z-index: 40;
  display: grid;
  grid-template-columns: 28px 34px minmax(0, 1fr) 28px 26px;
  align-items: center;
  gap: 8px;
  width: min(360px, calc(100vw - 24px));
  padding: 8px 10px;
  border: 1px solid rgba(190, 220, 255, 0.18);
  border-radius: 999px;
  background: rgba(7, 18, 39, 0.58);
  box-shadow: 0 12px 30px rgba(2, 8, 20, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.global-audio-player.is-visible {
  opacity: 0.84;
  pointer-events: auto;
  transform: translateY(0);
}

.global-audio-player.is-visible:hover,
.global-audio-player.is-dragging {
  opacity: 1;
  background: rgba(7, 18, 39, 0.78);
}

.global-audio-player.is-custom-position {
  right: 18px;
  bottom: 18px;
  left: auto !important;
  top: auto !important;
  transform: translateY(0);
}

.global-audio-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  min-width: 0;
}

.global-audio-label {
  display: none;
}

.global-audio-title {
  overflow: hidden;
  color: #f7fbff;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.global-audio-time {
  display: none;
}

.global-audio-drag,
.global-audio-prev,
.global-audio-next,
.global-audio-close {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(190, 220, 255, 0.22);
  border-radius: 50%;
  cursor: pointer;
  background: rgba(136, 190, 255, 0.1);
}

.global-audio-drag {
  display: none;
}

.global-audio-prev::before,
.global-audio-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #eef8ff;
  border-right: 2px solid #eef8ff;
}

.global-audio-prev::before {
  left: 54%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.global-audio-next::before {
  left: 46%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.global-audio-close {
  width: 26px;
  height: 26px;
  border-color: rgba(238, 248, 255, 0.18);
  background: rgba(4, 12, 28, 0.18);
}

.global-audio-close::before,
.global-audio-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: rgba(238, 248, 255, 0.9);
}

.global-audio-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.global-audio-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.global-audio-prev:hover,
.global-audio-next:hover,
.global-audio-close:hover,
.global-audio-drag:hover {
  border-color: rgba(178, 237, 255, 0.72);
  background: rgba(126, 184, 255, 0.2);
}

.pill-list-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-links {
  gap: 10px;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.platform-links .section-link {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(190, 220, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.video-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  margin-top: 18px;
}

.video-card-grid-full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
}

.video-card-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-release-card {
  display: grid;
  gap: 8px;
  grid-template-rows: auto auto auto 1fr auto;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid rgba(190, 220, 255, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.video-release-card-large {
  grid-column: span 2;
}

.video-release-card-portrait {
  width: 100%;
  justify-self: stretch;
}

.video-release-card video {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 4px;
  background: rgba(3, 10, 24, 0.72);
  object-fit: contain;
}

.video-release-card-portrait video {
  width: 100%;
  max-width: 320px;
  justify-self: center;
  max-height: none;
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.video-release-card span {
  color: rgba(180, 218, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.video-release-card strong {
  overflow: hidden;
  color: #f7fbff;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-note {
  margin: 0;
  color: rgba(215, 226, 244, 0.86);
  font-size: 13px;
  line-height: 1.42;
}

.video-release-card a {
  width: fit-content;
  color: rgba(199, 244, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.video-release-card a:hover {
  color: #f7fbff;
}

.video-story-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: 28px;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.video-story-card p {
  max-width: 760px;
}

.video-story-preview {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgba(220, 236, 255, 0.18);
  border-radius: 4px;
  background: rgba(3, 10, 24, 0.72);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
}

.video-story-preview video {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  border: 0;
  object-fit: cover;
}

.card-actions .section-link {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid rgba(190, 220, 255, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
}

.studio-legal-card {
  grid-column: 1 / -1;
  min-height: 0;
}

.studio-legal-card p {
  max-width: 860px;
}

.studio-legal-card .studio-contact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.inner-footer {
  margin-top: 0;
  padding-bottom: 28px;
}

.page-stack {
  display: grid;
  gap: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes baikal-breathe {
  0% {
    transform: translateX(-50%) scale(1);
    filter: saturate(1) brightness(1);
  }

  100% {
    transform: translateX(-50%) scale(1.035);
    filter: saturate(1.08) brightness(1.04);
  }
}

@keyframes star-drift {
  0% {
    background-position: 0 0, 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 40px -28px, -32px 24px, 26px 18px, -44px -20px;
  }
}

@keyframes star-pulse {
  0%,
  100% {
    opacity: 0.26;
  }

  48% {
    opacity: 0.46;
  }
}

@keyframes horizon-glow {
  0% {
    opacity: 0.28;
    transform: translateX(-2vw) scaleX(0.96);
  }

  100% {
    opacity: 0.52;
    transform: translateX(2vw) scaleX(1.04);
  }
}

@keyframes ice-slide {
  0% {
    opacity: 0.14;
    transform: translateX(-2vw) skewY(-2deg);
  }

  100% {
    opacity: 0.3;
    transform: translateX(2vw) skewY(-2deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1240px) {
  .topbar {
    grid-template-columns: 1fr;
    height: auto;
    gap: 16px;
    padding-top: 24px;
  }

  .nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .topbar-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero,
  .section,
  .banner,
  .footer-grid,
  .footer-bottom,
  .page-hero,
  .page-grid {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-grid,
  .footer-grid,
  .footer-bottom,
  .page-hero,
  .page-grid {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .page-grid {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .pill-list-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-grid,
  .section.content-grid,
  .banner,
  .home-feature-band,
  .release-strip,
  .footer-grid,
  .footer-bottom {
    width: auto;
    margin-left: 0;
  }

  .section.content-grid {
    padding: 18px 32px 0;
  }

  .home-feature-band,
  .release-strip {
    grid-template-columns: 1fr;
  }

  .release-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .album-panel,
  .track-panel,
  .video-panel,
  .footer-subscribe-card,
  .footer-listen-card,
  .footer-social-card {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }

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

  .footer-bottom p:last-child {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .site-shell::before {
    height: 760px;
    background-position: 58% top;
  }

  .ambient-bg {
    height: 760px;
  }

  .ambient-horizon {
    top: 330px;
  }

  .ambient-ice {
    top: 520px;
    opacity: 0.16;
  }

  .topbar,
  .hero,
  .section,
  .banner,
  .footer-grid,
  .footer-bottom,
  .page-hero,
  .page-grid {
    max-width: 100vw;
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-logo {
    width: 88px;
  }

  .brand-text {
    font-size: 13px;
  }

  .nav {
    width: min(100%, 340px);
    gap: 16px 20px;
  }

  .hero {
    min-height: 390px;
    padding-top: 36px;
  }

  .hero-copy {
    max-width: min(100%, 330px);
  }

  h1 {
    font-size: 56px;
  }

  .page-hero-card {
    max-width: calc(100vw - 36px);
    padding: 22px;
    min-height: auto;
  }

  .page-hero-card h1 {
    max-width: 300px;
    font-size: 38px;
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  .page-hero-art {
    max-width: calc(100vw - 36px);
    min-height: 150px;
  }

  .page-hero-video,
  .page-hero-art.about-art .page-hero-video,
  .page-hero-art.video-art .page-hero-video {
    transform: none;
  }

  .hero-subtitle {
    max-width: 330px;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .hero-subtitle br {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-video-grid {
    grid-template-columns: 1fr;
  }

  .panel-head {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .album-layout,
  .footer-brand-card {
    grid-template-columns: 1fr;
  }

  .catalog-card h3 {
    max-width: 300px;
    overflow-wrap: break-word;
  }

  .album-layout img,
  .album-cover {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .album-cover {
    padding-bottom: 44px;
  }

  .album-cover-logo {
    top: 42%;
    width: min(68%, 250px) !important;
    transform: translate(-50%, -50%);
  }

  .track-list li {
    grid-template-columns: 32px 1fr auto;
  }

  .track-more {
    display: none;
  }

  .pill-list {
    grid-template-columns: 1fr;
  }

  .pill-list-wide {
    grid-template-columns: 1fr;
  }

  .video-card-grid,
  .video-card-grid-featured,
  .video-card-grid-full,
  .video-card-grid-compact {
    grid-template-columns: 1fr;
  }

  .video-release-card-large {
    grid-column: span 1;
  }

  .video-release-card-portrait {
    justify-self: stretch;
  }

  .video-release-card-portrait video {
    width: 100%;
    max-width: min(320px, 100%);
    margin: 0 auto;
  }

  .video-story-card {
    grid-template-columns: 1fr;
  }

  .video-story-preview,
  .video-story-preview video,
  .home-video-feature,
  .home-video-feature video,
  .home-video-card video {
    max-width: 100%;
  }

  .audio-player {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .audio-time {
    display: none;
  }

  .global-audio-player {
    top: auto;
    bottom: 10px;
    right: 9px;
    grid-template-columns: 28px 32px minmax(0, 1fr) 28px 26px;
    gap: 6px;
    width: calc(100vw - 18px);
    padding: 7px 8px;
  }

  .global-audio-time {
    display: none;
  }

  .global-audio-prev,
  .global-audio-next {
    width: 28px;
    height: 28px;
  }

  .global-audio-close {
    width: 26px;
    height: 26px;
  }

  .album-mini {
    grid-template-columns: 92px 1fr;
  }

  .album-mini img {
    width: 92px;
    height: 92px;
  }

  .album-release-card {
    padding: 20px;
  }

  .album-release-head {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
  }

  .album-release-head img {
    width: 96px;
  }

  .album-release-head .button {
    width: 100%;
  }

  .about-duo-card {
    grid-template-columns: 1fr;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-bottom-wave {
    width: 100%;
  }

  .home-story-card,
  .home-studio-card,
  .release-strip {
    padding: 22px;
  }

  .release-links {
    grid-template-columns: 1fr;
  }

  .section.content-grid {
    padding: 18px 18px 0;
  }
}
