* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "BBH Sans Bogle", system-ui, -apple-system, "Segoe UI", Roboto,
    Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
  color: #ffffff;
  background-color: #000000;
  overflow-x: hidden;
}

#page-title {
  font-family: "Chivo Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
    "Liberation Mono", monospace;
  letter-spacing: 0.12em;
  font-weight: 500;
}
#page-title.only-date {
  font-family: "BBH Sans Bogle", system-ui, -apple-system, "Segoe UI", Roboto,
    Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
}

img,
video {
  max-width: 80%;
  height: auto;
}

#event {
  padding-bottom: 160px;
}

.logo {
  max-width: 400px;
  width: 60vw;
  height: auto;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 10px;
}

.coming-soon,
.asd {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  max-width: 100%;
}
.coming-soon .brand {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
}
.coming-soon h1 {
  margin: 8px 0 12px;
  font-size: clamp(32px, 6vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.08em;
}
.coming-soon .subtitle {
  margin: 0 auto;
  max-width: 60ch;
  font-size: clamp(14px, 2.4vw, 18px);
  color: #ffffff;
}

footer {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  background: rgba(0, 0, 0, 0.6);
}
.social-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.social-icons svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  vertical-align: middle;
  transition: opacity 0.2s;
  cursor: pointer;
}
.social-icons svg:hover {
  opacity: 0.7;
}
.social-icon img {
  display: block;
  width: 36px;
  height: 36px;
  filter: brightness(0) invert(100%);
  transition: transform 0.2s, opacity 0.2s;
}
.social-icon:hover img {
  transform: scale(1.12);
  opacity: 0.85;
}

footer {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.social-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}
.social-icons svg {
  fill: #ffffff;
  width: 32px;
  height: 32px;
  margin: 0 8px;
  vertical-align: middle;
  transition: opacity 0.2s;
  cursor: pointer;
}
.social-icons svg:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  body.asd {
    grid-template-columns: minmax(0, 1fr);
  }
  footer {
    padding-bottom: 8px;
  }
  .social-row {
    gap: 14px;
    margin-top: 12px;
  }
  #event {
    padding-inline: 12px;
    width: 100%;
    margin: 0 auto;
  }
  .event-card {
    width: 100%;
    max-width: 100%;
    margin: 12px auto 120px;
    padding: 10px;
    overflow-wrap: anywhere;
    overflow-x: hidden;
  }
  .event-poster {
    margin: 8px auto;
    border-radius: 8px;
  }
  .event-meta .event-title {
    font-size: clamp(22px, 7vw, 30px);
  }
  .event-links {
    flex-wrap: wrap;
    font-family: "Chivo Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
      "Liberation Mono", monospace;
    gap: 10px;
  }
  .event-links a {
    font-family: "Chivo Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
      "Liberation Mono", monospace;
    padding: 6px 14px;
    font-size: 20px;
    min-width: 120px;
  }
  .event-overview {
    gap: 12px;
  }
  .event-overview h3,
  .event-lineup h2,
  .event-venue-bottom .venue-name {
    font-size: 16px;
  }
  .event-lineup {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .partners-row {
    justify-content: center;
  }
  .partner-logo {
    height: 32px;
  }
  #event > *,
  .event-links,
  .event-overview,
  .event-lineup,
  .partners,
  .event-venue-bottom {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .event-meta .event-title {
    font-size: clamp(18px, 6.2vw, 24px);
  }
  .event-links a {
    padding: 9px 12px;
    font-size: 16px;
    min-width: 108px;
  }
}

@media (max-width: 680px) {
  #event {
    padding-bottom: 200px;
  }
}

.event-card {
  max-width: 860px;
  margin: 24px auto 96px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}
.event-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.event-poster {
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 12px auto;
}
.event-meta .event-title {
  margin: 0 0 6px;
  font-size: clamp(26px, 3.4vw, 40px);
  font-family: "Chivo Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
    "Liberation Mono", monospace;
}
.event-datetime,
.event-venue {
  opacity: 0.9;
  margin-bottom: 4px;
}
.event-links {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.event-links,
.event-overview,
.event-lineup,
.partners,
.venue-block,
.event-venue-bottom {
  max-width: 760px;
  margin-left: auto;
  max-width: 760px;
}
.event-links a {
  font-family: "Chivo Mono", ui-monospace, SFMono-Regular, Menlo, Consolas,
    "Liberation Mono", monospace;
  display: inline-block;
  margin-top: 6px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #232323;
  border: 1px solid #333;
  padding: 8px 12px;
  border-radius: 8px;
}
.event-links a + a {
  margin-left: 8px;
}
.event-lineup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px 24px;
  margin-top: 16px;
}
.event-venue {
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-venue-bottom {
  justify-content: center;
  text-align: center;
  margin-top: 0;
}
.venue-logo {
  width: 48px;
  height: auto;
  border-radius: 6px;
  padding: 5px;
  object-fit: cover;
}
.event-venue .fb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 6px;
  text-decoration: none;
}

.venue-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.event-venue .fb-link img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.2s, opacity 0.2s;
}
.event-venue .fb-link:hover img {
  transform: scale(1.06);
  opacity: 0.9;
}

.event-venue .map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: #111;
  border: 1px solid #333;
  padding: 6px;
  border-radius: 6px;
}
.event-venue .map-link img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.2s, opacity 0.2s;
}
.event-venue .map-link:hover img {
  transform: scale(1.06);
  opacity: 0.9;
}

.event-venue .website-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 6px;
  text-decoration: none;
}
.event-venue .website-link img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.2s, opacity 0.2s;
}
.event-venue .website-link:hover img {
  transform: scale(1.06);
  opacity: 0.9;
}

.event-lineup h2 {
  margin: 8px 0;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}
.event-lineup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.event-lineup li {
  margin: 4px 0;
}
.event-lineup li .social-link {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.event-lineup li .social-link-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  filter: brightness(0) invert(1);
}
.event-description {
  margin-top: 16px;
  line-height: 1.5;
  opacity: 0.95;
}

.event-overview {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.event-overview .event-description {
  margin: 0 0 10px;
}
.event-overview h3,
.event-lineup h2,
.event-venue-bottom .venue-name {
  margin: 8px 0 6px;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}
.event-overview ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.event-overview li::marker {
  content: "";
}
.event-timetable ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.event-timetable li {
  margin: 2px 0;
}

.partners {
  margin-top: 16px;
  margin-bottom: 10px;
}
.venue-block {
  margin-top: 18px;
}
.partners h3,
.venue-block h3 {
  margin: 8px 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}
.partners-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  justify-content: center;
}
.partner-card {
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 8px 10px;
  min-width: 140px;
}
.partner-card-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-card-name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}
.partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
}
.partner-logo-wrap {
  position: relative;
  display: inline-block;
}
.partner-fb-badge {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 4px;
  text-decoration: none;
}
.partner-fb-badge img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.2s, opacity 0.2s;
}
.partner-fb-badge:hover img {
  transform: scale(1.06);
  opacity: 0.9;
}
.partner-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.partner .fb-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 6px;
  text-decoration: none;
}
.partner .fb-link img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
  transition: transform 0.2s, opacity 0.2s;
}
.partner .fb-link:hover img {
  transform: scale(1.06);
  opacity: 0.9;
}
.partner-logo {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: none;
}
.partner-name {
  opacity: 0.9;
}

@media (max-width: 680px) {
  .event-overview {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
