@font-face {
  font-family: Exposure;
  src: url("/assets/webflow/6a31483f3822b51654193a68/6a31483f3822b51654193a7f_205TF-Exposure-[-10].woff2")
    format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: #171826;
  color: #f8f8fc;
  font-family: Exposure, Georgia, serif;
  font-size: 19px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:hover {
  color: #ed9ee9;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #d963d2;
  outline-offset: 5px;
}
.event-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 5vw;
  border-bottom: 1px solid #464757;
}
.event-wordmark {
  font-size: 25px;
  line-height: 1.2;
  text-decoration: none;
}
.event-wordmark span {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}
.event-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.event-header nav a {
  text-decoration: none;
}
.nav-register {
  background: #dfe3f9;
  color: #171826;
  padding: 12px 24px;
  border-radius: 5px;
}
.event-main {
  width: min(1100px, 90%);
  margin: 0 auto;
  padding: 64px 0 80px;
  min-height: 65vh;
}
h1,
h2 {
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}
h1 {
  font-size: clamp(38px, 5vw, 72px);
  margin: 0 0 32px;
}
h2 {
  font-size: clamp(25px, 3vw, 36px);
  margin-top: 40px;
}
p {
  max-width: 65ch;
  margin: 20px 0 28px;
}
.event-button {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  background: #dfe3f9;
  color: #171826;
  text-decoration: none;
  border-radius: 5px;
  padding: 16px 24px;
  min-height: 52px;
  margin: 8px 0 16px;
}
.event-button:hover {
  background: #ed9ee9;
  color: #171826;
}
.secondary-link {
  font-size: 17px;
}
.event-footer {
  padding: 28px 5vw;
  border-top: 1px solid #464757;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 15px;
}
.event-footer span {
  margin-left: auto;
}
.day {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid #464757;
}
.day h2 {
  margin: 0;
}
.day p {
  font-size: 17px;
}
.day ul {
  margin: 0;
  padding-left: 22px;
}
li {
  padding: 4px 0;
}
figure {
  margin: 32px 0;
}
figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 660px;
  object-fit: cover;
}
figcaption {
  font-size: 15px;
  margin-top: 10px;
}
.event-gallery {
  display: grid;
  gap: 16px;
}
.event-gallery figure {
  margin: 16px 0;
}
dt {
  font-size: 16px;
}
dd {
  margin: 0 0 20px;
  font-size: 24px;
}
.contact-list {
  margin: 32px 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.contact-list h2 {
  font-size: 24px;
  margin: 0 0 12px;
}
.event-faq details {
  border-bottom: 1px solid #464757;
}
.event-faq summary {
  cursor: pointer;
  padding: 24px 36px 24px 0;
  position: relative;
  list-style: none;
}
.event-faq summary::-webkit-details-marker {
  display: none;
}
.event-faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
}
.event-faq details[open] summary:after {
  content: "−";
}
.event-faq details p {
  margin: 0 0 24px;
  color: #dfe3f9;
}
@media (max-width: 640px) {
  body {
    font-size: 18px;
  }
  .event-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 20px 5vw;
  }
  .event-header nav {
    width: 100%;
    gap: 20px;
    font-size: 16px;
  }
  .nav-register {
    margin-left: auto;
    padding: 10px 16px;
  }
  .event-main {
    padding: 40px 0 56px;
  }
  .day {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .day ul {
    margin-top: 4px;
  }
  .contact-list {
    grid-template-columns: 1fr;
  }
  .event-footer span {
    margin-left: 0;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
