:root {
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #171719;
  background: #fafaf8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  min-height: 100svh;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
h1,
p {
  margin: 0;
  overflow-wrap: anywhere;
}
:focus-visible {
  outline: 3px solid #e6322b;
  outline-offset: 5px;
}
.wrap {
  width: min(100% - 96px, 1160px);
  margin-inline: auto;
}

.closed {
  color-scheme: dark;
  color: #d6d6d8;
  background: #111214;
}
.plain-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 64px 28px;
}
.plain-content {
  width: min(100%, 620px);
}
.plain-content h1 {
  color: #ededee;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 28px;
}
.plain-content p {
  font-size: 16px;
  line-height: 2.2;
}
.plain-content p + p {
  margin-top: 24px;
}

.concert {
  color-scheme: light;
}
.hero {
  position: relative;
  isolation: isolate;
  background: #101113;
  color: #fff;
}
.hero-art {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}
.hero-content {
  height: min(72svh, 760px);
  min-height: 380px;
  padding-block: 56px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.hero h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 2px 12px #0009;
}
.hero h1 span {
  display: block;
}
.headline-main {
  font-size: 116px;
}
.message {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  text-wrap: balance;
  text-shadow:
    0 1px 6px #000,
    0 1px 16px #000;
}
.event {
  padding-block: 36px 40px;
  border-top: 6px solid #e6322b;
}
.event-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 28px;
  margin: 0;
}
.event-grid > div {
  min-width: 0;
}
.event-grid > div + div {
  border-left: 1px solid #d9d9d7;
  padding-left: 28px;
}
dt {
  color: #b0221d;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
dd {
  margin: 0;
  font-size: 28px;
  font-weight: 750;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}
.day {
  margin-left: 6px;
  font-size: 15px;
  white-space: nowrap;
}
.timezone {
  margin-top: 4px;
  font-size: 12px;
  color: #626265;
}
.actions {
  margin-top: 24px;
}
.action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.action:hover {
  color: #b0221d;
}
.action img {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 40px, 560px);
  }
  .hero-content {
    height: min(66svh, 580px);
    min-height: 360px;
    padding-block: 36px 28px;
  }
  .hero-art {
    object-position: 64% center;
  }
  .hero h1 {
    font-size: 48px;
  }
  .headline-main {
    font-size: 80px;
  }
  .message {
    font-size: 16px;
    max-width: 320px;
  }
  .event {
    padding-block: 28px;
  }
  .event-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
  }
  .event-grid > div:first-child {
    grid-column: 1 / -1;
  }
  .event-grid > div + div {
    border: 0;
    padding: 0;
  }
  .event-grid > div:last-child {
    border-left: 1px solid #d9d9d7;
    padding-left: 12px;
  }
  .event-grid > div:last-child dd {
    white-space: nowrap;
  }
  dd {
    font-size: 22px;
  }
  .day {
    margin-left: 3px;
    font-size: 13px;
  }
  .plain-page {
    padding: 48px 24px;
  }
  .plain-content h1 {
    font-size: 24px;
  }
}
@media (max-width: 370px) {
  dd {
    font-size: 18px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .headline-main {
    font-size: 68px;
  }
}
@media (max-height: 600px) and (min-width: 600px) {
  .hero-content {
    height: 72svh;
    min-height: 240px;
    padding-block: 22px;
    gap: 16px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .headline-main {
    font-size: 60px;
  }
  .message {
    font-size: 14px;
  }
}
@media print {
  .closed {
    color: #171719;
    background: #fff;
  }
  .plain-content h1 {
    color: inherit;
  }
  .hero-art,
  .actions {
    display: none;
  }
  .hero {
    color: #171719;
    background: #fff;
  }
  .hero-content {
    min-height: 0;
    height: auto;
    padding-block: 28px;
  }
  .hero h1,
  .message {
    text-shadow: none;
  }
}
