* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  user-select: none;
  -webkit-user-select: none;

  zoom: 87%; 
}

.content {
  font-size: 1.25rem;
  line-height: 1.55;
  letter-spacing: 0.025em;
  padding: 52px 36px 120px 36px;
  max-width: 1100px;

  transform: scale(1.2, 0.84);
  transform-origin: top left;
  width: 80%;
}

.background-link {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50vw;
  height: 50vh;
  z-index: 1;

  background-image: url("catlogo_transparent.png");
  
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.background-link:hover {
  transform: none;
  text-decoration: none;
}

a {
  color: #ff0000;
  text-decoration: none;
  display: inline-block;
  transform-origin: left center;
  -webkit-user-select: none;
  user-select: none;
}

a:hover {
  text-decoration: underline;
  transform: scale(1.04);
}

.socials a:hover {
  transform: scale(1.08);
}

.logo {
  margin-bottom: 14px;
}

.logo-img {
  width: 400px;
  height: auto;
  display: block;

  pointer-events: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.tagline-box {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 32px;
}

.tagline-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 18s linear infinite;
  color: #888888;
  font-size: 1.05rem;
}

.tagline-content span {
  margin-right: 52px;
}

@keyframes marquee {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}

.socials {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  font-size: 1.3rem;
}

.media-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 60px;
  background-color: #111111;
}

.media-box video {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  display: block;
  object-fit: cover;
}

.section-title {
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666666;
  margin-bottom: 18px;
}

.tour-section {
  margin-bottom: 60px;
  user-select: text
  -webkit-user-select: text;
}

.tour-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  user-select: text
  -webkit-user-select: text;
}

.tour-item {
  font-size: 1.1rem;
  line-height: 1.2;
  user-select: text
  -webkit-user-select: text;
}

.tour-item.past {
  display: grid;
  grid-template-columns: 1fr 150px 110px;
  gap: 18px;
  color: #ffffff;
  user-select: text
  -webkit-user-select: text;
}

.tour-item.upcoming a {
  display: grid;
  grid-template-columns: 1fr 150px 110px;
  gap: 18px;
  width: 100%;
  user-select: text
  -webkit-user-select: text;
}

.extras-section {
  margin-bottom: 60px;
}

.extra-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  font-size: 1.05rem;
}

.contact {
  margin-bottom: 68px;
  font-size: 1.05rem;
}

.contact a {
  margin-top: 4px;
  font-size: 2rem;
  user-select: text
  -webkit-user-select: text;
  z-index: 12;
}

.home {
  margin-bottom: 28px;
  font-size: 1.05rem;
}

.home a {
  font-size: 2rem;
}

.footer {
  font-size: 1.2rem;
  color: #444444;
}

.release-card {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 40px;
}

.cover-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 70px; 
}

.release-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;

  transform: scale(0.8333, 1.1905);
  transform-origin: top left;
  image-rendering: -webkit-optimize-contrast;
}

.release-date,
.release-type,
.release-time {
  color: #888888;
  font-size: 1.05rem;
}

.link-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2x;
  margin-top: 10px;
}

.link-list a {
  font-size: 1.3rem;
}

.credits-section {
  color: #aaaaaa;
  font-size: 1rem;
  line-height: 1.3;
}

.tracklist-section {
  margin-top: 32px;
}

.tracklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1.05rem;
}

.track-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #dddddd;
  user-select: text;
  -webkit-user-select: text;
}

.track-num {
  color: #666666;
  font-size: 0.95rem;
  font-family: monospace;
  min-width: 28px;
  text-align: right;
  display: inline-block;
  user-select: none;
}

.track-title {
  color: #ffffff;
}

.track-tag {
  font-size: 0.75rem;
  padding: 1px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  user-select: none;
}

.track-tag.explicit {
  color: #888888;
  border: 1px solid #444444;
}

.track-tag.bonus {
  color: #ff0000;
  border: 1px solid #ff0000;
}

body.release-page .background-link,
body.release-page .logo {
  display: none !important;
}

.background-covers-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}

.bg-cover-item {
  position: absolute;
  width: 90px;
  height: 90px;
  object-fit: cover;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.25;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.bg-cover-item:hover {
  opacity: 0.9;
  transform: scale(1.1);
  z-index: 10;
}

body.release-page .background-link,
body.release-page .background-covers-container,
body.release-page .logo {
  display: none !important;
}

@media (max-width: 600px) {
  body {
    zoom: 100%;
  }

  .content {
    padding: 32px 20px 100px 20px;
    width: 100%;
    max-width: 100vw;
    font-size: 1.1rem;
    transform: none;
  }

  .logo-img {
    width: 180px;
    max-width: 100%;
  }

  .tour-item.past,
  .tour-item.upcoming a {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact a {
    font-size: 1.25rem;
    word-break: break-all;
  }

  .background-link {
    width: 45vw;
    height: 25vh;
  }
  
  .release-cover {
    transform: none;
    max-width: 100%;
  }
  
  .tagline-content span {
    margin-right: 20px;
  }
}

.bg-cover-item {
  position: absolute;
  cursor: grab;
}

.bg-cover-item:active {
  cursor: grabbing;
}

.bg-cover-item {
  filter: grayscale(100%) contrast(200%) brightness(90%) sepia(100%) hue-rotate(300deg) saturate(500%);
}

.bg-cover-item:hover {
  filter: grayscale(0%) contrast(100%);
}