.wf-event-page {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  --pico-text-decoration: none;
}

.wf-event-page .editGear {
  display: none;
}

.wf-event-page .topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--lav);
  border-bottom: var(--border) solid var(--ink);
}

.wf-event-page .topbarInner {
  min-height: 68px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}

.wf-event-page .brand {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: var(--topbar-control-h);
  line-height: 1;
  text-decoration: none;
  color: var(--ink);
}

.wf-event-page .logoMark {
  width: var(--topbar-control-h);
  height: var(--topbar-control-h);
}

.wf-event-page .logoMark span {
  font-size: 30px;
}

.wf-event-page .logoMark--wordmark {
  width: clamp(146px, 18vw, 214px);
  height: calc(var(--topbar-control-h) + 2px);
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  position: relative;
  top: 1px;
}

.wf-event-page .logoMark--wordmark.logoMark--slab {
  border-radius: 25px;;
  border: var(--border) solid var(--ink);
  background: var(--paper);
  box-shadow: 4px 4px 0 var(--ink);
  padding: 3px 10px;
  overflow: hidden;
}

.wf-event-page .logoMark--wordmark::before {
  display: none;
}

.wf-event-page .logoMarkImg {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
  object-position: 50% 50%;
}

.wf-event-page .logoMark--wordmark.logoMark--slab .logoMarkImg {
  border-radius: 25px;;
  object-fit: cover;
  object-position: 50% 50%;
}

.wf-event-page .brandText {
  font-size: 20px;
  font-weight: 1000;
  height: var(--topbar-control-h);
  display: inline-flex;
  align-items: center;
}

/* Keep event-page links clean across all hover/focus states */
.wf-event-page a:visited,
.wf-event-page a:hover,
.wf-event-page a:focus,
.wf-event-page a:active {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}

.wf-event-page .partners a,
.wf-event-page .partners a:visited,
.wf-event-page .partners a:hover,
.wf-event-page .partners a:focus,
.wf-event-page .partners a:active {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  border-bottom: 0 !important;
}

.wf-event-page .partnerName,
.wf-event-page a.partnerName,
.wf-event-page a.partnerName:visited,
.wf-event-page a.partnerName:hover,
.wf-event-page a.partnerName:focus,
.wf-event-page a.partnerName:active,
.wf-event-page .pillBtn,
.wf-event-page .pillBtn:visited,
.wf-event-page .pillBtn:hover,
.wf-event-page .pillBtn:focus,
.wf-event-page .pillBtn:active {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.wf-event-page .nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  margin-left: auto;
}

.wf-event-page .nav a {
  margin: 0;
  height: var(--topbar-control-h);
  padding: 0 16px;
  line-height: 1;
  font-size: var(--small);
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--ink);
}

.wf-event-page .nav a.primary {
  background: var(--brand-teal);
  color: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}

.wf-event-page .nav a.navIcon {
  width: var(--topbar-control-h);
  min-width: var(--topbar-control-h);
  padding: 0;
}

.wf-event-page .nav a.navIcon svg {
  width: 22px;
  height: 22px;
}

.wf-event-page .container.wf-event-shell {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.wf-event-page .wf-event-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px;
}

.wf-event-page .wf-event-main > * + * {
  margin-top: var(--g);
}

.wf-event-page .hero {
  background: var(--lav);
  border-bottom: var(--border) solid var(--ink);
  padding: var(--g);
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: var(--g);
  align-items: start;
}

.wf-event-page .title {
  margin: 0 0 10px 0;
  font-size: var(--h1);
  line-height: 0.92;
  letter-spacing: -0.035em;
  font-weight: 1000;
  font-family: "Archivo Black", "Arial Black", sans-serif;
  color: #000;
}

.wf-event-page .pillRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.wf-event-page .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: var(--border) solid var(--ink);
  border-radius: 25px;;
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 950;
  font-size: var(--small);
  white-space: nowrap;
  text-decoration: none;
}

.wf-event-page .pill-location {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.wf-event-page a.pill,
.wf-event-page a.pill:visited,
.wf-event-page a.pill:hover,
.wf-event-page a.pill:active {
  color: var(--ink);
}

.wf-event-page .ctaCard {
  position: sticky;
  top: 88px;
  background: var(--paper);
  border: var(--border) solid var(--ink);
  border-radius: var(--r);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wf-event-page .pricePrimary {
  font-weight: 1000;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 1px;
}

.wf-event-page .priceSecondary {
  font-size: var(--small);
  opacity: 1;
  line-height: 1.35;
  margin-bottom: 8px;
  font-weight: 900;
}

.wf-event-page .btn,
.wf-event-page #buyTickets.btn {
  width: 100%;
  border: var(--border) solid var(--ink);
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 1000;
  cursor: pointer;
  user-select: none;
  background: var(--brand-teal);
  box-shadow: var(--shadow);
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.wf-event-page .ctaCard .btn,
.wf-event-page .ctaCard #buyTickets.btn {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  padding: 12px 14px;
  white-space: nowrap;
}

.wf-event-page .ctaCard #buyTickets {
  margin-top: 0 !important;
}

.wf-event-page .btn:active {
  transform: translate(2px, 2px);
  box-shadow: 4px 4px 0 var(--ink);
}

.wf-event-page .grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--g);
  align-items: start;
}

.wf-event-page .frame {
  border: var(--border) solid var(--ink);
  border-radius: 0;
  box-shadow: 4px 4px 0 var(--ink);
  overflow: hidden;
  background: var(--paper);
}

.wf-event-page .eventImage {
  width: 100%;
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 0;
  object-fit: cover;
}

.wf-event-page .contentPad {
  padding: 16px;
}

.wf-event-page .desc {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
}

.wf-event-page .desc p {
  margin: 0 0 12px 0;
}

.wf-event-page .desc a {
  font-weight: 950;
  text-decoration: none;
  border-bottom: 2px solid var(--ink);
}

.wf-event-page .desc ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.wf-event-page .desc li {
  margin: 6px 0;
}

.wf-event-page .descClip {
  position: relative;
}

.wf-event-page .descClipInner {
  max-height: 260px;
  overflow: hidden;
  position: relative;
}

.wf-event-page .descClipInner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: linear-gradient(to bottom, rgba(251, 250, 247, 0), rgba(251, 250, 247, 1));
  pointer-events: none;
}

.wf-event-page .descClipInner.is-not-clipped {
  max-height: none;
  overflow: visible;
}

.wf-event-page .descClipInner.is-not-clipped::after {
  display: none;
}

.wf-event-page #rmToggle:checked ~ .descClipInner::after {
  display: none;
}

.wf-event-page #rmToggle:checked ~ .descClipInner {
  max-height: none;
  overflow: visible;
}

.wf-event-page .rmRow {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}

.wf-event-page .rmLabel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: var(--border) solid var(--ink);
  border-radius: 25px;;
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 1000;
  font-size: var(--small);
  cursor: pointer;
  user-select: none;
}

.wf-event-page .rmPlus {
  width: 22px;
  height: 22px;
  border-radius: 25px;;
  border: var(--border) solid var(--ink);
  display: grid;
  place-items: center;
  background: var(--mint);
  box-shadow: 2px 2px 0 var(--ink);
  font-weight: 1000;
  line-height: 1;
}

.wf-event-page #rmToggle:checked ~ .rmRow .rmTextMore {
  display: none;
}

.wf-event-page #rmToggle:checked ~ .rmRow .rmTextLess {
  display: inline;
}

.wf-event-page .rmTextLess {
  display: none;
}

.wf-event-page .locationCard {
  border: var(--border) solid var(--ink);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  background: var(--paper);
  padding: 14px;
}

.wf-event-page .locTitle {
  font-weight: 1000;
  letter-spacing: -0.02em;
  margin: 0 0 6px 0;
  font-size: 16px;
}

.wf-event-page .locText {
  font-size: var(--small);
  opacity: 1;
  line-height: 1.35;
  font-weight: 900;
}

.wf-event-page .locActions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.wf-event-page .tinyLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: var(--border) solid var(--ink);
  border-radius: 25px;;
  background: var(--mint);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 950;
  font-size: var(--small);
  text-decoration: none;
  white-space: nowrap;
  color: var(--ink);
}

.wf-event-page .tinyLink.alt {
  background: var(--paper);
}

.wf-event-page .tinyLink:visited,
.wf-event-page .tinyLink:hover,
.wf-event-page .tinyLink:active {
  color: var(--ink);
}

.wf-event-page .partners {
  border: var(--border) solid var(--ink);
  border-radius: var(--r);
  background: var(--mint);
  overflow: visible;
}

.wf-event-page .partnersHead {
  padding: 14px 14px 0 14px;
  font-weight: 1000;
  letter-spacing: -0.02em;
  font-size: 18px;
}

.wf-event-page .partnersBody {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.wf-event-page .partner {
  border: var(--border) solid var(--ink);
  border-radius: 14px;
  box-shadow: 4px 4px 0 var(--ink);
  background: var(--paper);
  padding: 12px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: start;
}

.wf-event-page .partner[role="link"] {
  cursor: pointer;
}

.wf-event-page .partner[role="link"]:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.wf-event-page .logoSq {
  width: 64px;
  height: 64px;
  border-radius: 0;
  border: var(--border) solid var(--ink);
  background: var(--ice);
  box-shadow: 4px 4px 0 var(--ink);
  display: grid;
  place-items: center;
  overflow: hidden;
  font-weight: 1000;
  letter-spacing: -0.02em;
  color: rgba(16, 16, 16, 0.65);
  object-fit: cover;
}

.wf-event-page .partnerName {
  font-weight: 1000;
  letter-spacing: -0.02em;
  margin: 0 0 4px 0;
  font-size: inherit;
}

.wf-event-page a.partnerName,
.wf-event-page a.partnerName:visited,
.wf-event-page a.partnerName:hover,
.wf-event-page a.partnerName:active {
  color: var(--ink);
  text-decoration: none;
}

.wf-event-page .partnerBlurb {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  opacity: 1;
  font-weight: 700;
}

.wf-event-page .partnerActions {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 6px;
  overflow: visible;
}

.wf-event-page .pillBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 12px;
  border: var(--border) solid var(--ink);
  border-radius: 25px;;
  background: var(--paper);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 950;
  font-size: var(--small);
  text-decoration: none;
  white-space: nowrap;
  color: var(--ink);
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
  position: relative;
  z-index: 0;
  line-height: 1;
}

.wf-event-page .pillBtn.mint {
  background: var(--mint);
}

.wf-event-page .pillBtn:visited,
.wf-event-page .pillBtn:hover,
.wf-event-page .pillBtn:active {
  color: var(--ink);
}

.wf-event-page .tinyLink,
.wf-event-page .nav a,
.wf-event-page .navMenu a,
.wf-event-page .btn,
.wf-event-page #buyTickets.btn {
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
}

@media (hover: hover) {
  .wf-event-page .pillBtn:hover,
  .wf-event-page .tinyLink:hover,
  .wf-event-page .nav a:hover,
  .wf-event-page .navMenu a:hover,
  .wf-event-page .btn:hover,
  .wf-event-page #buyTickets.btn:hover {
    transform: none;
    box-shadow: 1px 1px 0 var(--ink);
    text-decoration: none !important;
  }
}

.wf-event-page .pillBtn:active,
.wf-event-page .tinyLink:active,
.wf-event-page .nav a:active,
.wf-event-page .navMenu a:active,
.wf-event-page .btn:active,
.wf-event-page #buyTickets.btn:active {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--ink);
}

@media (max-width: 560px) {
  .wf-event-page .topbarInner {
    min-height: auto;
    padding: 10px 14px;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .wf-event-page .topbar.is-open .topbarInner {
    flex-wrap: wrap;
  }

  .wf-event-page .brand {
    min-width: 0;
  }

  .wf-event-page .brandText {
    white-space: nowrap;
  }

  .wf-event-page .navToggle {
    display: inline-flex;
    margin-left: auto;
  }

  .wf-event-page .nav {
    display: none;
  }

  .wf-event-page .navMenu {
    display: none;
    width: 100%;
    margin: 10px 0 0 0;
    padding-bottom: 6px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    order: 3;
  }

  .wf-event-page .topbar.is-open .navMenu {
    display: flex;
  }

  .wf-event-page .navMenu a {
    width: 100%;
    justify-content: center;
    min-height: var(--topbar-control-h);
    padding: 0 14px;
  }

  .wf-event-page .navMenu a.navIcon {
    width: 100%;
    min-width: 0;
  }

  .wf-event-page .hero {
    grid-template-columns: 1fr;
  }

  .wf-event-page .ctaCard {
    position: static;
  }

  .wf-event-page .ctaCard .btn,
  .wf-event-page .ctaCard #buyTickets.btn {
    font-size: 16px;
    line-height: 1;
  }

  .wf-event-page .grid {
    grid-template-columns: 1fr;
  }
}
