* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  color: #242424;
}

a {
  color: #ef7589;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-shell {
  width: min(760px, calc(100% - 24px));
  margin: 10px auto 40px;
  background: #fff;
  border: 3px solid #111;
}

.top-nav {
  min-height: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 12px;
  background: #ff9a78;
  font-size: 11px;
  color: #ffe8dd;
}

.top-nav a {
  color: #fff1e8;
}

.top-nav .active {
  color: #7a4b31;
  font-weight: bold;
}

.disabled-link {
  opacity: .55;
}

.site-footer {
  padding: 70px 20px 22px;
  text-align: center;
  font-size: 10px;
  color: #b4b4b4;
}

/* ---------------- HOME ---------------- */

.home-body {
  background:
    radial-gradient(circle at 10px 10px, rgba(31,88,57,.12) 0 2px, transparent 3px),
    #d1cf9d;
  background-size: 22px 22px;
}

.home-shell {
  overflow: hidden;
  box-shadow: 8px 8px 0 rgba(0,0,0,.08);
}

.home-marquee {
  display: block;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #111;
  background: #fff6c9;
  color: #165f32;
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 1px;
}

.home-page {
  padding: 0;
}

.art-hero {
  min-height: 610px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0a4a4;
  background:
    linear-gradient(180deg, #ff9b85 0 39%, #fff 39% 100%);
}

.orbit {
  position: absolute;
  border-radius: 50%;
  border: 14px solid #235f2b;
  box-shadow:
    0 0 0 8px #7bc742 inset,
    0 0 0 20px #0b4e20 inset,
    0 0 0 30px #79c73f inset;
  opacity: .92;
  pointer-events: none;
}

.orbit-a {
  width: 150px;
  height: 150px;
  right: -45px;
  top: 34px;
  transform: rotate(9deg);
}

.orbit-b {
  width: 105px;
  height: 105px;
  left: -32px;
  top: 205px;
}

.orbit-c {
  width: 80px;
  height: 80px;
  right: 210px;
  top: 225px;
  opacity: .58;
}

.spark {
  position: absolute;
  z-index: 2;
  font-family: Georgia, serif;
  color: #fff9c4;
  text-shadow: 2px 2px 0 rgba(0,0,0,.15);
  pointer-events: none;
}

.spark-a {
  top: 52px;
  left: 42px;
  font-size: 34px;
  transform: rotate(-12deg);
}

.spark-b {
  top: 285px;
  left: 285px;
  color: #ef7589;
  font-size: 28px;
}

.spark-c {
  bottom: 90px;
  right: 70px;
  color: #72b83a;
  font-size: 24px;
}

.date-sticker {
  position: absolute;
  z-index: 4;
  left: 34px;
  top: 66px;
  width: 118px;
  height: 118px;
  display: grid;
  place-content: center;
  background: #fff7c3;
  border: 2px solid #151515;
  border-radius: 50%;
  transform: rotate(-10deg);
  box-shadow: 5px 5px 0 #ef7589;
  text-align: center;
}

.date-big {
  display: block;
  font-family: Georgia, serif;
  font-size: 52px;
  line-height: .8;
}

.date-small {
  display: block;
  margin-top: 6px;
  font-family: "Courier New", monospace;
  font-size: 17px;
  letter-spacing: 2px;
}

.hero-copy {
  position: absolute;
  z-index: 5;
  left: 42px;
  top: 220px;
  width: 330px;
}

.tiny-label {
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 4px 7px;
  background: #fff;
  border: 1px solid #111;
  color: #e86f7e;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 1px;
  transform: rotate(-1deg);
}

.hero-copy h1 {
  margin: 0;
  font-size: 0;
}

.paper-line {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 6px;
  padding: 6px 10px;
  border: 1px solid #222;
  background: #fff;
  color: #171717;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  box-shadow: 3px 3px 0 rgba(0,0,0,.12);
}

.paper-line-1 {
  transform: rotate(-1.4deg);
}

.paper-line-2 {
  margin-left: 16px;
  color: #f07e64;
  letter-spacing: 1px;
  transform: rotate(.8deg);
}

.location-note {
  width: 255px;
  margin: 17px 0 0 8px;
  padding: 8px 10px;
  border-left: 5px solid #7cbc3c;
  background: #eef5db;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 1.35;
  transform: rotate(-.5deg);
}

.micro-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 11px;
  margin: 14px 0 2px 7px;
  color: #6e6e6e;
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.micro-copy span::before {
  content: "✦ ";
  color: #ef7589;
}

.poster-card {
  position: absolute;
  z-index: 4;
  width: 290px;
  right: 48px;
  top: 105px;
  padding: 9px 9px 24px;
  background: #fff;
  border: 1px solid #777;
  box-shadow:
    6px 7px 0 #171717,
    12px 14px 0 rgba(72,140,66,.27);
  transform: rotate(3deg);
}

.event-poster {
  display: block;
  width: 100%;
  height: 405px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #111;
  filter: saturate(.96) contrast(1.02);
}

.poster-caption {
  padding-top: 7px;
  text-align: center;
  color: #777;
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.tape {
  position: absolute;
  z-index: 6;
  width: 72px;
  height: 22px;
  background: rgba(255,239,174,.78);
  border: 1px solid rgba(100,80,40,.12);
  box-shadow: 0 1px 2px rgba(0,0,0,.10);
}

.tape-one {
  left: -24px;
  top: 18px;
  transform: rotate(-42deg);
}

.tape-two {
  right: -23px;
  bottom: 34px;
  transform: rotate(-36deg);
}

.hand-note {
  position: absolute;
  z-index: 6;
  right: 340px;
  bottom: 52px;
  color: #ef7589;
  font-family: "Comic Sans MS", "Trebuchet MS", cursive;
  font-size: 13px;
  transform: rotate(-8deg);
}

.dj-board {
  position: relative;
  padding: 34px 38px 38px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(232,118,134,.08) 50%, transparent 51%) 0 0/36px 36px,
    linear-gradient(transparent 49%, rgba(232,118,134,.08) 50%, transparent 51%) 0 0/36px 36px,
    #fff;
}

.dj-board::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 26px;
  width: 7px;
  height: calc(100% - 54px);
  background:
    radial-gradient(circle, #f07e91 0 2px, transparent 3px) 0 0/7px 15px;
  opacity: .65;
}

.dj-board-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px 10px;
  border-bottom: 2px solid #efb46f;
  padding-bottom: 7px;
}

.dj-board-head h2 {
  margin: 0;
  color: #ef7c83;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.new-bubbles {
  display: inline-flex;
  gap: 2px;
}

.new-bubbles i {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #a5ad2b;
  color: white;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
}

.board-note {
  margin-left: auto;
  color: #999;
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.dj-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-left: 10px;
}

.dj-card {
  min-height: 104px;
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 3px 8px;
  padding: 15px;
  border: 1px solid #111;
  background: #fff8ef;
  color: #222;
  box-shadow: 4px 4px 0 #efb0b6;
  transform: rotate(-.7deg);
  text-decoration: none;
}

.dj-card:nth-child(2) { transform: rotate(1deg); }
.dj-card:nth-child(3) { transform: rotate(.6deg); }
.dj-card:nth-child(4) { transform: rotate(-1.2deg); }

.dj-card.live:hover {
  background: #fff1bb;
  text-decoration: none;
  transform: translate(-2px,-2px) rotate(.2deg);
  box-shadow: 7px 7px 0 #ef8898;
}

.card-no {
  grid-row: 1 / 3;
  align-self: start;
  color: #7daf31;
  font-family: Georgia, serif;
  font-size: 22px;
}

.card-name {
  font-size: 18px;
  letter-spacing: 2px;
  color: #e87082;
}

.card-meta {
  color: #777;
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.card-arrow {
  position: absolute;
  right: 13px;
  bottom: 11px;
  font-size: 22px;
  color: #ef7e8e;
}

.mystery {
  overflow: hidden;
  background:
    repeating-linear-gradient(-45deg, #f7f7f7 0 7px, #fff 7px 14px);
  color: #aaa;
}

.mystery .card-name {
  color: #aaa;
  font-family: Georgia, serif;
  font-size: 28px;
}

.mystery::after {
  content: "???";
  position: absolute;
  right: -7px;
  top: -8px;
  color: rgba(239,117,137,.15);
  font-size: 62px;
  font-weight: bold;
  transform: rotate(14deg);
}

.bottom-scraps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 14px;
  margin: 25px 0 0 10px;
  color: #888;
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.bottom-scraps span:nth-child(1) {
  color: #ef7187;
}


/* ---------------- DJ PAGE ---------------- */

.dj-body {
  background: #d0ce9e;
}

.dj-header {
  height: 285px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20px 20px, rgba(255,255,255,.10) 0 7px, transparent 8px),
    radial-gradient(circle at 55px 45px, rgba(255,255,255,.08) 0 10px, transparent 11px),
    #f6a09a;
  background-size: 80px 70px;
  border-bottom: 1px solid #eeeeee;
}

.dj-figure-placeholder {
  position: absolute;
  left: 38px;
  bottom: 22px;
  width: 205px;
  height: 220px;
  border: 2px dashed rgba(0,0,0,.35);
  border-radius: 48% 48% 42% 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-3deg);
  background: #fff6ba;
  color: #222;
}

.placeholder-face {
  font-family: Georgia, serif;
  font-size: 68px;
  line-height: 1;
}

.placeholder-note {
  width: 130px;
  margin-top: 18px;
  text-align: center;
  font-size: 9px;
  line-height: 1.35;
}

.dj-title-stack {
  position: absolute;
  left: 300px;
  top: 108px;
  white-space: nowrap;
}

.dj-kicker {
  display: inline-block;
  background: white;
  border: 1px solid #777;
  padding: 8px 13px;
  color: #f58d6e;
  letter-spacing: 4px;
  font-size: 10px;
  box-shadow: 2px 2px 0 rgba(0,0,0,.14);
}

.dj-title-stack h1 {
  width: fit-content;
  margin: -1px 0 0 150px;
  padding: 6px 12px 6px 18px;
  background: #fff;
  border: 1px solid #777;
  color: #f58d6e;
  font-size: 34px;
  letter-spacing: 8px;
  font-weight: normal;
  box-shadow: 2px 2px 0 rgba(0,0,0,.14);
}

.mid-nav {
  padding: 17px 20px 10px;
  text-align: center;
  font-size: 11px;
}

.mid-nav span {
  margin: 0 4px;
  color: #777;
}

.mid-nav .active {
  color: #222;
  font-weight: bold;
}

.dj-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 36px;
  padding: 18px 26px 0;
}

.sidebar {
  min-width: 0;
}

.side-box {
  border: 1px solid #f2b6b6;
  margin-bottom: 18px;
  padding: 13px;
  font-size: 11px;
  line-height: 1.38;
}

.side-box h3 {
  margin: 0 0 10px;
  color: #f58d21;
  font-size: 13px;
}

.side-heading {
  color: #cb7d7d;
  letter-spacing: 2px;
  border-bottom: 2px solid #f6bc91;
  padding-bottom: 4px;
  margin-bottom: 13px;
}

.bubble {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a8aa31;
  color: white;
  font-weight: bold;
  letter-spacing: 0;
}

.fast-title {
  text-align: center;
  color: #ff9aa8;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: .95;
  margin-bottom: 12px;
}

.fast-title span {
  letter-spacing: 8px;
  font-size: 9px;
}

.fact-card {
  margin: 9px 0;
  padding: 5px;
  background: #e0f0f0;
}

.fact-card b {
  color: #f28b1c;
}

.fact-card p {
  margin: 2px 0 0;
}

.dj-copy {
  min-width: 0;
  font-size: 12px;
  line-height: 1.42;
}

.bio-entry {
  margin-bottom: 28px;
}

.bio-entry h2 {
  margin: 0 0 12px;
  color: #f58b1f;
  font-size: 14px;
}

.post-time {
  margin-bottom: 8px;
  color: #111;
  font-weight: bold;
}

.dj-copy p {
  margin: 0 0 13px;
}

.russian-entry {
  border-top: 1px solid #f4c1c1;
  padding-top: 22px;
}

.entry-illustration {
  height: 120px;
  margin: 18px 0 30px;
  position: relative;
}

.fake-player {
  width: 125px;
  height: 80px;
  position: absolute;
  left: 20px;
  bottom: 6px;
  border: 4px solid #333;
  transform: rotate(-5deg);
  background: #bcd5d7;
  box-shadow: 4px 5px 0 #d2d2d2;
}

.fake-screen {
  margin: 12px;
  padding: 9px 5px;
  background: #222;
  color: #ffb3b3;
  font-family: "Courier New", monospace;
  text-align: center;
  font-size: 10px;
}

.fake-knob {
  float: left;
  width: 15px;
  height: 15px;
  margin: 0 0 0 26px;
  border-radius: 50%;
  background: #222;
}

.tiny-person {
  position: absolute;
  right: 32px;
  bottom: 18px;
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  border-radius: 45%;
  background: #ef9ba3;
  font-size: 34px;
  transform: rotate(5deg);
}

.back-link {
  margin-top: 28px !important;
}


/* ---------------- TICKETS ---------------- */

.ticket-zone {
  position: relative;
  margin: 22px 0 30px;
  display: flex;
  justify-content: flex-start;
}

.ticket-zone .qtickets-button.ticket-glow {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  min-width: 245px;
  padding: 13px 18px 12px !important;

  border: 2px solid #171717 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, #ffb68f 0%, #ff8b73 48%, #ff7a8f 100%) !important;

  color: #fff8ed !important;
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  line-height: 1 !important;
  letter-spacing: .5px;
  text-decoration: none !important;
  text-transform: none !important;

  box-shadow:
    4px 4px 0 #171717,
    8px 8px 0 rgba(239,117,137,.24),
    0 0 18px rgba(255,142,119,.30);

  transform: rotate(-1deg);
  transition:
    transform .15s ease,
    box-shadow .15s ease,
    filter .15s ease;
}

.ticket-zone .qtickets-button.ticket-glow::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -70%;
  left: -38%;
  width: 26%;
  height: 240%;
  transform: rotate(24deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.25),
    rgba(255,255,255,.95),
    rgba(255,255,255,.25),
    transparent
  );
  filter: blur(1px);
  animation: ticket-shine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.ticket-zone .qtickets-button.ticket-glow::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5px -8px -8px 6px;
  border: 1px solid #f27c92;
  background: rgba(255,255,255,.25);
  pointer-events: none;
}

.ticket-main,
.ticket-sub {
  position: relative;
  z-index: 3;
}

.ticket-main {
  font-size: 14px;
}

.ticket-sub {
  margin-left: auto;
  color: #7b3d37;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}

.ticket-zone .qtickets-button.ticket-glow:hover {
  transform: translate(-2px, -2px) rotate(0deg);
  box-shadow:
    6px 6px 0 #171717,
    11px 11px 0 rgba(239,117,137,.27),
    0 0 25px rgba(255,142,119,.42);
  filter: saturate(1.08) brightness(1.04);
}

.ticket-zone .qtickets-button.ticket-glow:active {
  transform: translate(3px, 3px);
  box-shadow:
    1px 1px 0 #171717,
    3px 3px 0 rgba(239,117,137,.20);
}

@keyframes ticket-shine {
  0%, 54% {
    left: -38%;
    opacity: 0;
  }
  58% {
    opacity: .9;
  }
  78% {
    left: 122%;
    opacity: .9;
  }
  82%, 100% {
    left: 122%;
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticket-zone .qtickets-button.ticket-glow::before {
    animation: none;
  }
}


@media (max-width: 720px) {
  .art-hero {
    min-height: 840px;
    background: linear-gradient(180deg, #ff9b85 0 31%, #fff 31% 100%);
  }

  .date-sticker {
    left: 18px;
    top: 54px;
    width: 90px;
    height: 90px;
  }

  .date-big { font-size: 40px; }

  .hero-copy {
    left: 20px;
    top: 175px;
    width: calc(100% - 40px);
  }

  .paper-line {
    font-size: 20px;
  }

  .poster-card {
    width: 250px;
    right: 50%;
    top: 445px;
    transform: translateX(50%) rotate(2deg);
  }

  .event-poster {
    height: 350px;
  }

  .hand-note {
    display: none;
  }

  .orbit-c {
    display: none;
  }

  .dj-board {
    padding: 28px 20px 34px;
  }

  .dj-board-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .board-note {
    width: 100%;
    margin-left: 0;
  }

  .dj-cards {
    grid-template-columns: 1fr;
  }
}


/* ESSENCID portrait card */
.dj-photo-card {
  position: absolute;
  left: 28px;
  bottom: 18px;

  width: 220px;
  height: 260px;

  padding: 7px;
  background: #fff;

  border: 1px solid #3a3a3a;

  box-shadow:
    5px 5px 0 rgba(0, 0, 0, .14),
    9px 9px 0 rgba(239, 117, 137, .18);

  transform: rotate(-2deg);
  transform-origin: center bottom;

  overflow: hidden;
  z-index: 3;
}

.dj-photo-card::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, .55);
  pointer-events: none;
  z-index: 4;
}

.dj-photo-fallback {
  position: absolute;
  inset: 7px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #fff6ba;
  color: #222;

  font-family: "Courier New", monospace;
  text-align: center;

  z-index: 1;
}

.dj-photo-fallback span {
  font-size: 21px;
  letter-spacing: 3px;
}

.dj-photo-fallback small {
  margin-top: 8px;
  font-size: 9px;
  opacity: .65;
}

.dj-portrait {
  position: absolute;
  inset: 7px;

  width: calc(100% - 14px);
  height: calc(100% - 14px);

  display: block;

  object-fit: cover;
  object-position: center 35%;

  z-index: 2;
}

/* Slight lift when hovering, still intentionally old-web / handmade */
.dj-photo-card:hover {
  transform: translate(-1px, -2px) rotate(-1.2deg);
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 720px) {

  .dj-photo-card {
    left: 18px;
    bottom: 16px;
    width: 170px;
    height: 195px;
  }

  .site-shell {
    width: calc(100% - 12px);
    margin-top: 6px;
  }

  .home-page {
    padding: 15px;
  }

  .dj-header {
    height: 235px;
  }

  .dj-figure-placeholder {
    left: 18px;
    width: 150px;
    height: 170px;
  }

  .dj-title-stack {
    left: 145px;
    top: 95px;
    transform: scale(.78);
    transform-origin: left top;
  }

  .dj-layout {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
  }

  .sidebar {
    order: 2;
  }

  .dj-copy {
    order: 1;
  }
}

/* totaltrixter */
.totaltrixter-title{
  left: 250px;
}

.totaltrixter-title h1{
  margin-left: 26px;
  font-size: 23px;
  letter-spacing: 3px;
  padding-right: 18px;
}

@media (max-width: 720px) {
  .totaltrixter-title {
    left: 130px;
  }

  .totaltrixter-title h1 {
    margin-left: 8px;
    font-size: 18px;
    letter-spacing: 2px;
    padding-right: 12px;
  }
}

