@font-face {
  font-family: "Jacquard 24";
  src: url("assets/a-9d2cf508084a032b4416.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Lobster";
  src: url("assets/a-76ef92bfc0cf62396ed4.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Lobster Two";
  src: url("assets/a-e55a402b7caa9098a14b.woff2") format("woff2");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Trench Slab";
  src: url("assets/a-93a61292711e82bda941.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Dancing Script";
  src: url("assets/a-f73d0e3308c9f44005f2.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  background: #07070a;
  font-family: Arial, sans-serif;
}

* { box-sizing: border-box; }

html { background: #07070a; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: #fff;
  background: #07070a;
}

a { color: inherit; }

.site-shell {
  position: relative;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  overflow: clip;
}

.backdrop,
.backdrop-tint {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.backdrop {
  inset: -4.4% -6.7%;
  z-index: 0;
  width: 113.4%;
  height: 108.8%;
  background: url("assets/a-9606984cf0e8116ca8bc.jpg") 50.2% 51.9% / cover no-repeat;
  filter: blur(9px);
  transform: scale(1.02);
}

.backdrop-tint {
  z-index: 0;
  opacity: .41;
  background: linear-gradient(#07070a8c 0%, #07070ab8 45%, #07070ae0 100%);
}

.profile {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, 507px);
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  background: #000;
  border-radius: 0 0 30px 30px;
  box-shadow: 0 .6px 3px #0000000d, 0 2.3px 11.4px #0000002b, 0 10px 50px #000000bf;
}

.hero {
  position: relative;
  height: 448px;
  flex: none;
  overflow: hidden;
}

.hero-photo,
.image-link > img,
.gallery-banner > img,
.music-link > img,
.video-card > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo {
  display: block;
  object-position: 50.2% 51.9%;
  animation: hero-focus 14s ease-in-out infinite alternate;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgb(0 0 0 / .12) 55%, #000 100%);
}

.content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 14px 18px 0;
}

h1,
h2,
p { margin: 0; }

h1 {
  font-family: "Jacquard 24", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.intro {
  max-width: 370px;
  color: rgb(255 255 255 / .8);
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.social-links,
.music-links {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.image-link,
.music-link,
.gallery-banner,
.video-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #000;
}

.image-link,
.music-link {
  display: flex;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.image-link::after,
.music-link::after,
.gallery-banner::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgb(0 0 0 / .47), rgb(0 0 0 / .05) 70%);
  pointer-events: none;
}

.image-link:hover,
.music-link:hover,
.contact-link:hover {
  box-shadow: 0 12px 28px rgb(0 0 0 / .45);
  transform: scale(1.02);
}

.image-link:focus-visible,
.music-link:focus-visible,
.contact-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.telegram {
  height: 76px;
  align-items: flex-end;
  padding: 14px 16px;
  border-radius: 16px;
}

.image-link > img,
.gallery-banner > img,
.music-link > img {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  transition: transform 350ms ease;
}

.image-link:hover > img,
.music-link:hover > img,
.gallery-banner:hover > img { transform: scale(1.055); }

.telegram > img { object-position: 47.3% 27%; }

.image-link span {
  position: relative;
  z-index: 2;
  font-family: "Lobster", cursive;
  font-size: 18px;
  line-height: 1;
}

.link-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.telegram-vip,
.vk {
  height: 76px;
  align-items: flex-end;
  padding: 14px 16px;
  border-radius: 16px;
}

.telegram-vip > img { object-position: 48.5% 27%; }
.vk > img { object-position: 48.8% 19%; }
.vk span { font-family: "Lobster Two", cursive; font-style: italic; font-weight: 700; }

.video-carousel {
  width: 100%;
}

.video-stage {
  position: relative;
  width: 100%;
  touch-action: pan-y;
  outline: none;
}

.video-stage:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.video-slides {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  width: 100%;
}

.video-slides .video-card:only-child {
  grid-column: 1 / -1;
  width: calc(50% - 6.5px);
  justify-self: center;
}

.video-card {
  position: relative;
  width: 100%;
  aspect-ratio: .5625;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .1);
  border-radius: 13px;
  background: #090909;
  animation: video-in 260ms cubic-bezier(.22, 1, .36, 1);
}

.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-skip {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / .2);
  border-radius: 999px;
  background: rgb(0 0 0 / .58);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.video-skip-previous { left: 8px; transform: translateY(-50%); }
.video-skip-next { right: 8px; transform: translateY(-50%); }
.video-skip:hover:not(:disabled) { background: rgb(0 0 0 / .84); }
.video-skip-previous:hover:not(:disabled) { transform: translateY(-50%) translateX(-2px) scale(1.08); }
.video-skip-next:hover:not(:disabled) { transform: translateY(-50%) translateX(2px) scale(1.08); }
.video-skip:active:not(:disabled) { transform: translateY(-50%) scale(.94); }
.video-skip:disabled { cursor: not-allowed; opacity: .35; }
.video-skip:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.video-skip svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sound-toggle {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / .22);
  border-radius: 50%;
  background: rgb(0 0 0 / .58);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 180ms ease, transform 180ms ease;
}

.sound-toggle:hover { background: rgb(0 0 0 / .82); transform: scale(1.08); }
.sound-toggle:active { transform: scale(.94); }
.sound-toggle:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.sound-toggle svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sound-toggle .sound-on { display: none; }
.sound-toggle[aria-pressed="true"] .sound-on { display: block; }
.sound-toggle[aria-pressed="true"] .sound-off { display: none; }

@keyframes video-in {
  from { opacity: 0; transform: translateX(12px) scale(.985); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

.gallery-banner {
  display: grid;
  width: 100%;
  height: 72px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.gallery-banner > img { object-position: 48.4% 17.3%; }

.gallery-banner h2 {
  position: relative;
  z-index: 2;
  font-family: "Lobster Two", cursive;
  font-size: 39px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}

.gallery-banner:hover {
  box-shadow: 0 12px 28px rgb(0 0 0 / .45);
  transform: scale(1.02);
}

.gallery-banner:active { transform: scale(.985); }

.tracks-heading {
  width: 100%;
  font-family: "Trench Slab", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.music-links {
  width: 93.69%;
  padding-top: 4px;
}

.music-link {
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 14px;
}

.music-link::after { background: rgb(0 0 0 / .32); }
.music-link span {
  position: relative;
  z-index: 2;
  font-family: "Lobster Two", cursive;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.vk-music > img { object-position: 49.7% 27.8%; }
.yandex > img { object-position: 48.9% 28%; }
.youtube > img { object-position: 48.4% 17.6%; }
.apple > img { object-position: 46.6% 20.6%; }

.ticker {
  z-index: 1;
  width: 100%;
  margin-top: 18px;
  padding: 0 0 16px;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 8px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  will-change: transform;
}

.ticker-track.is-dragging { cursor: grabbing; }

.ticker-set {
  display: flex;
  flex: none;
  gap: 8px;
}

.ticker img {
  display: block;
  width: 100px;
  height: 100px;
  flex: none;
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: 10px;
  object-fit: cover;
  pointer-events: none;
}

.ticker img.ticker-new { object-position: 51.4% 17.3%; }

.footer {
  z-index: 1;
  width: 100%;
  padding: 0 18px 44px;
}

.contact-link {
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #000;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.contact-link span {
  font-family: "Dancing Script", cursive;
  font-size: 30px;
  font-weight: 700;
}

.contact-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.reveal,
.content > h1,
.content > .intro,
.video-carousel,
.gallery-banner,
.tracks-heading {
  opacity: 0;
  animation: reveal 600ms cubic-bezier(.22, 1, .36, 1) forwards;
}

.content > h1 { animation-delay: 80ms; }
.content > .intro { animation-delay: 140ms; }
.social-links .telegram { animation-delay: 200ms; }
.social-links .link-row { animation-delay: 290ms; }
.video-carousel { animation-delay: 370ms; }
.gallery-banner { animation-delay: 440ms; }
.tracks-heading { animation-delay: 500ms; }
.music-links { animation-delay: 570ms; }

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

@keyframes hero-focus {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

@media (max-width: 506px) {
  .profile { border-radius: 0; }
  .hero { height: min(88.4vw, 448px); }
}

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