@font-face {
  font-family: "Roc Grotesk";
  src: url("/_static/fonts/roc-grotesk/roc-grotesk-regular.8900c02c1c22.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Guest dashboard */

.guest-dashboard-page {
  min-height: 100vh;
  padding: 132px max(18px, env(safe-area-inset-left)) 60px max(18px, env(safe-area-inset-right));
}

.guest-dashboard-hero {
  width: min(980px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.guest-dashboard-hero h1 {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  font-size: clamp(3.5rem, 11.2vw, 7.4rem);
  line-height: 0.82;
  letter-spacing: 0;
  font-family: var(--font-display);
  font-weight: 900;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.55) 115%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guest-dashboard-hero h1 span {
  display: block;
  padding: 0 0.08em;
}

.guest-dashboard-hero p {
  margin: 24px auto 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  line-height: 1.35;
}

.guest-auth-panel,
.guest-account-strip,
.guest-dashboard-board,
.guest-profile-panel {
  width: min(1080px, 100%);
  margin: 0 auto 24px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 47, 147, 0.16), transparent 34%),
    rgba(15, 17, 23, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.guest-auth-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 22px;
  padding: clamp(22px, 4vw, 42px);
}

.guest-auth-copy h2,
.guest-dashboard-board h2 {
  margin: 8px 0 10px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
}

.guest-auth-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.45;
}

.guest-auth-form {
  display: grid;
  gap: 14px;
  align-content: start;
}

.guest-code-form {
  grid-column: 2;
}

.guest-account-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
}

.guest-account-main {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.guest-account-main span,
.guest-profile-card label > span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guest-account-main strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: clamp(1.05rem, 2.6vw, 1.55rem);
  line-height: 1.05;
}

.guest-account-main p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.guest-account-logout {
  margin: 0;
  flex: 0 0 auto;
}

.guest-dashboard-summary {
  display: grid;
  grid-template-columns: 1.7fr repeat(2, minmax(120px, 0.5fr)) auto;
  gap: 12px;
  align-items: center;
  padding: 18px;
}

.guest-dashboard-summary > div {
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guest-dashboard-summary span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guest-dashboard-summary strong {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  line-height: 1;
}

.guest-dashboard-summary form {
  margin: 0;
}

.guest-dashboard-summary button,
.guest-account-logout button,
.guest-order-head button,
.guest-profile-card button,
.guest-ticket-open-btn {
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-weight: 900;
  padding: 0 18px;
  cursor: pointer;
}

.guest-dashboard-summary button:hover,
.guest-account-logout button:hover,
.guest-order-head button:hover,
.guest-profile-card button:hover,
.guest-ticket-open-btn:hover {
  background: #fff;
  color: #0b0c10;
}

.guest-order-head button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.guest-dashboard-board {
  padding: clamp(22px, 4vw, 36px);
}

.guest-ticket-list {
  display: grid;
  gap: 16px;
}

.guest-order-card {
  --guest-accent: #ff2f93;
  border: 1px solid var(--border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--guest-accent) 18%, transparent), transparent 42%),
    rgba(255, 255, 255, 0.035);
  padding: clamp(16px, 3vw, 22px);
}

.guest-order-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}

.guest-order-head span {
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guest-order-head h3 {
  margin: 6px 0 5px;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1;
}

.guest-order-head p {
  margin: 0;
  color: var(--muted);
}

.guest-ticket-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.guest-ticket-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(5, 6, 9, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.guest-ticket-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.guest-ticket-avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.guest-ticket-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-ticket-status {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(46, 213, 115, 0.14);
  color: #91f8b8;
  border: 1px solid rgba(46, 213, 115, 0.32);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guest-ticket-scanned .guest-ticket-status,
.guest-ticket-canceled .guest-ticket-status {
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  border-color: var(--border);
}

.guest-ticket-main h4 {
  margin: 8px 0 3px;
  font-size: 1.2rem;
  line-height: 1.1;
}

.guest-ticket-main p {
  margin: 0;
  color: var(--muted);
}

.guest-ticket-scan-time {
  margin-top: 5px !important;
  color: #ffb4c9 !important;
  font-weight: 800;
}

.guest-ticket-open-panel,
.guest-ticket-used-panel {
  display: grid;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.guest-ticket-open-panel {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.guest-ticket-open-panel strong,
.guest-ticket-used-panel strong,
.guest-profile-card-head strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.05;
}

.guest-ticket-open-panel span,
.guest-ticket-used-panel span,
.guest-profile-card-head span,
.guest-profile-card-head p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

.guest-ticket-qr-thumb {
  width: 82px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  border-radius: 16px;
  background: #fff;
}

.guest-ticket-qr-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.guest-ticket-open-btn {
  min-width: 128px;
  text-align: center;
  background: #fff;
  color: #0b0c10;
}

.guest-ticket-used-panel {
  min-height: 104px;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 70, 112, 0.15), rgba(255, 255, 255, 0.035)),
    rgba(5, 6, 9, 0.68);
}

.guest-ticket-used-panel strong {
  font-size: 1.15rem;
}

.guest-wallet-actions {
  display: grid;
  gap: 10px;
}

.guest-wallet-link {
  min-height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 900;
}

.guest-wallet-apple {
  background: #fff;
  color: #050506;
}

.guest-wallet-google {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid var(--border);
}

.guest-event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.guest-event-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
}

.guest-event-actions a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.08);
}

.guest-profile-panel {
  padding: clamp(22px, 4vw, 36px);
}

.guest-profile-list {
  display: grid;
  gap: 14px;
}

.guest-profile-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.guest-profile-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.guest-profile-card-head p {
  margin: 3px 0 0;
}

.guest-profile-photo-preview {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  overflow: hidden;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 900;
}

.guest-profile-photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-profile-card label {
  display: grid;
  gap: 8px;
}

.guest-profile-card input:not([type="file"]) {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  padding: 0 13px;
}

.guest-privacy-fieldset {
  display: grid;
  gap: 11px;
  margin: 2px 0 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.guest-privacy-fieldset legend {
  padding: 0 6px;
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guest-consent-option {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.38;
  cursor: pointer;
}

.guest-consent-option input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--accent);
}

.guest-retention-field {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px !important;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.guest-retention-field select {
  min-height: 38px;
  padding: 0 9px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font: inherit;
}

.guest-remove-photo-option {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.guest-photo-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.guest-photo-control {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.guest-photo-button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  color: #0b0c10;
  font-weight: 900;
}

.guest-photo-name {
  color: var(--muted);
  font-weight: 800;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 760px) {
  .guest-dashboard-page {
    padding: 116px max(14px, env(safe-area-inset-left)) 44px max(14px, env(safe-area-inset-right));
  }

  .guest-dashboard-hero {
    width: 100%;
    margin-bottom: 28px;
  }

  .guest-dashboard-hero h1 {
    display: block;
    width: calc(100% - 18px);
    margin-inline: auto;
    font-size: clamp(2.28rem, 10.6vw, 2.78rem);
    line-height: 0.88;
  }

  .guest-dashboard-hero h1 span {
    padding: 0;
    white-space: nowrap;
  }

  .guest-dashboard-hero h1 span:last-child {
    font-size: 0.92em;
  }

  .guest-dashboard-hero p {
    margin-top: 18px;
    font-size: 1.08rem;
  }

  .guest-auth-panel {
    grid-template-columns: 1fr;
  }

  .guest-code-form {
    grid-column: auto;
  }

  .guest-account-strip {
    align-items: stretch;
    padding: 14px;
    border-radius: 24px;
  }

  .guest-account-main {
    flex: 1 1 auto;
  }

  .guest-account-logout {
    align-self: center;
  }

  .guest-dashboard-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
  }

  .guest-dashboard-summary > div {
    min-height: 64px;
    padding: 12px;
    border-radius: 16px;
  }

  .guest-dashboard-summary strong {
    overflow-wrap: anywhere;
    font-size: clamp(1.15rem, 5vw, 1.45rem);
  }

  .guest-dashboard-summary > div:first-child,
  .guest-dashboard-summary form {
    grid-column: 1 / -1;
  }

  .guest-dashboard-summary button,
  .guest-account-logout button,
  .guest-order-head form,
  .guest-order-head button {
    width: 100%;
  }

  .guest-order-head {
    flex-direction: column;
    gap: 14px;
  }

  .guest-dashboard-board,
  .guest-profile-panel {
    padding: 20px 18px 22px;
    border-radius: 24px;
  }

  .guest-order-card {
    padding: 14px;
    border-radius: 22px;
  }

  .guest-order-head h3 {
    font-size: clamp(1.45rem, 7.2vw, 1.9rem);
    line-height: 0.98;
  }

  .guest-ticket-card {
    padding: 14px;
    border-radius: 18px;
  }

  .guest-ticket-main {
    align-items: flex-start;
  }

  .guest-ticket-avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .guest-ticket-open-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .guest-ticket-open-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .guest-ticket-qr-thumb {
    width: 74px;
    height: 74px;
  }

  .guest-event-actions a {
    flex: 1 1 140px;
  }

  .guest-profile-card {
    padding: 14px;
    border-radius: 18px;
  }

  .guest-photo-control {
    align-items: stretch;
    flex-direction: column;
  }

  .guest-photo-button {
    justify-content: center;
  }
}

/* Guest wallet rebuild */

.guest-dashboard-page-logged-in {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-top: 132px;
}

body:has(.announcement-bar) .guest-dashboard-page {
  padding-top: calc(132px + var(--announcement-offset, 36px));
}

.guest-wallet-head {
  width: min(1040px, 100%);
  margin: 0 auto 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.guest-wallet-head .info-kicker {
  margin-bottom: 8px;
}

.guest-wallet-head h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.15rem, 8vw, 6.2rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.56) 115%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guest-wallet-head p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.4;
}

.guest-wallet-account {
  width: min(520px, 100%);
  margin: 0 auto 22px;
  min-width: min(360px, 100%);
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(15, 17, 23, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.guest-wallet-account > span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.guest-wallet-account > div {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.guest-wallet-account a,
.guest-wallet-account button,
.guest-pass-actions a,
.guest-empty-state a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font: inherit;
  font-weight: 900;
  padding: 0 14px;
  cursor: pointer;
}

.guest-wallet-account form {
  margin: 0;
}

.guest-wallet-list {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.guest-wallet-pass {
  --guest-accent: #ff2f93;
  --guest-pass-art-height: clamp(340px, 42vw, 520px);
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--guest-accent) 22%, transparent), transparent 34%),
    linear-gradient(135deg, rgba(24, 26, 31, 0.96), rgba(10, 11, 15, 0.98));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
}

.guest-wallet-pass-scanned {
  background:
    radial-gradient(circle at 0% 0%, color-mix(in srgb, var(--guest-accent) 12%, transparent), transparent 34%),
    linear-gradient(135deg, rgba(22, 23, 27, 0.78), rgba(7, 8, 11, 0.96));
}

.guest-pass-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 0;
  height: auto;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 50% 16%, color-mix(in srgb, var(--guest-accent) 42%, transparent), transparent 46%),
    #08090c;
}

.guest-pass-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 22%, rgba(10, 11, 15, 0.82) 44%, rgba(10, 11, 15, 1) 62%, rgba(10, 11, 15, 1) 100%);
}

.guest-pass-art-bg,
.guest-pass-art-img {
  width: 100%;
  height: var(--guest-pass-art-height);
}

.guest-pass-art-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: blur(22px) saturate(1.08);
  opacity: 0.44;
  transform: scale(1.08);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, rgba(0, 0, 0, 0.34) 58%, transparent 78%);
  mask-image: linear-gradient(180deg, #000 0%, #000 42%, rgba(0, 0, 0, 0.34) 58%, transparent 78%);
}

.guest-pass-art-img {
  position: absolute;
  inset: 0 auto auto 0;
  z-index: 1;
  object-fit: cover;
  object-position: center top;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 40%, rgba(0, 0, 0, 0.34) 56%, transparent 72%);
  mask-image: linear-gradient(180deg, #000 0%, #000 40%, rgba(0, 0, 0, 0.34) 56%, transparent 72%);
}

.guest-pass-art span {
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 900;
  color: rgba(255, 255, 255, 0.64);
}

.guest-pass-body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: calc(var(--guest-pass-art-height) - 108px) clamp(22px, 4vw, 38px) clamp(22px, 4vw, 38px);
  background: none;
}

.guest-pass-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guest-pass-status {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(145, 248, 184, 0.32);
  background: rgba(46, 213, 115, 0.13);
  color: #91f8b8;
}

.guest-wallet-pass-scanned .guest-pass-status,
.guest-wallet-pass-canceled .guest-pass-status {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.guest-pass-body h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.9rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.guest-pass-date {
  margin: -8px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.guest-pass-person {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.guest-pass-person strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.05;
}

.guest-pass-person span,
.guest-pass-person em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-style: normal;
  font-size: 1rem;
}

.guest-pass-person em {
  color: #ffb4c9;
  font-weight: 800;
}

.guest-pass-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guest-pass-actions .guest-pass-primary {
  min-width: 170px;
  border-color: rgba(255, 255, 255, 0.9);
  background: #fff;
  color: #050506;
}

.guest-pass-actions a:not(.guest-pass-primary) {
  color: var(--muted);
}

.guest-pass-actions a:hover,
.guest-wallet-account a:hover,
.guest-wallet-account button:hover,
.guest-empty-state a:hover {
  background: #fff;
  color: #050506;
}

.guest-empty-state,
.guest-profile-shell {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(15, 17, 23, 0.82);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.guest-empty-state h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.95;
}

.guest-empty-state p {
  margin: 0 0 18px;
  color: var(--muted);
}

.guest-profile-page .guest-wallet-head {
  align-items: center;
}

.guest-profile-page .guest-profile-list {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.guest-profile-page .guest-profile-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 47, 147, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

@media (max-width: 760px) {
  .guest-dashboard-page-logged-in {
    width: min(100% - 28px, 560px);
    padding-top: 116px;
  }

  body:has(.announcement-bar) .guest-dashboard-page {
    padding-top: calc(116px + var(--announcement-offset, 34px));
  }

  .guest-wallet-head {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
  }

  .guest-wallet-head h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .guest-wallet-head p {
    margin-top: 12px;
    font-size: 1rem;
  }

  .guest-wallet-account {
    width: 100%;
    min-width: 0;
    border-radius: 20px;
  }

  .guest-wallet-account > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .guest-wallet-account button,
  .guest-wallet-account a {
    width: 100%;
  }

  .guest-wallet-pass {
    --guest-pass-art-height: clamp(310px, 76vw, 380px);
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 28px;
  }

  .guest-pass-art {
    min-height: 0;
    max-height: none;
    height: auto;
    aspect-ratio: auto;
    margin-bottom: 0;
  }

  .guest-pass-art::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.08) 20%, rgba(10, 11, 15, 0.84) 42%, rgba(10, 11, 15, 1) 60%, rgba(10, 11, 15, 1) 100%);
  }

  .guest-pass-body {
    padding: calc(var(--guest-pass-art-height) - 92px) 20px 20px;
    gap: 15px;
  }

  .guest-pass-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .guest-pass-body h2 {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
  }

  .guest-pass-date {
    font-size: 1rem;
  }

  .guest-pass-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .guest-pass-actions a {
    width: 100%;
  }

  .guest-empty-state,
  .guest-profile-shell {
    padding: 18px;
    border-radius: 24px;
  }

  .guest-profile-page .guest-profile-list {
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "Roc Grotesk";
  src: url("/_static/fonts/roc-grotesk/roc-grotesk-medium.d2a65eec19fc.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk";
  src: url("/_static/fonts/roc-grotesk/roc-grotesk-bold.96e62d2fb68e.woff2") format("woff2");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url("/_static/fonts/roc-grotesk/roc-grotesk-wide-medium.bfcca1c55c7f.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url("/_static/fonts/roc-grotesk/roc-grotesk-wide-bold.3da848559455.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url("/_static/fonts/roc-grotesk/roc-grotesk-wide-extra-bold.ed34327a20c7.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roc Grotesk Wide";
  src: url("/_static/fonts/roc-grotesk/roc-grotesk-wide-heavy.bbb8bfd1f429.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #050505;
  --bg-2: #0a0a0a;
  --font-body: "Roc Grotesk", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "Roc Grotesk Wide", "Roc Grotesk", Inter, system-ui, sans-serif;

  --panel: rgba(18, 18, 18, 0.78);
  --panel-2: rgba(22, 22, 22, 0.82);

  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);

  --text: #ffffff;
  --muted: #b8b8b8;
  --muted-2: #8a8a8a;

  /* Default theme: black & white. Per-event pages override --accent,
     --accent-rgb, --accent-2-rgb, --accent-on inline so the page can
     pick up the flyer's color while the rest of the site stays neutral. */
  --accent: #ffffff;
  --accent-2: #e8e8e8;
  --accent-rgb: 255, 255, 255;
  --accent-2-rgb: 232, 232, 232;
  --accent-on: #000000;
  --accent-soft: rgba(255, 255, 255, 0.12);

  --shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
  --radius: 24px;
  --max: 1180px;
  --nav-height: 72px;
  --focus-ring: #ffffff;
  --focus-ring-offset: 3px;
}

* {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  background: transparent;
}

body {
  --public-anchor-offset: calc(var(--announcement-offset, 0px) + var(--nav-height) + 24px);
  margin: 0;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(var(--accent-rgb), 0.10), transparent 30%),
    radial-gradient(circle at top right, rgba(var(--accent-2-rgb), 0.08), transparent 25%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  background-color: var(--bg);
  color: var(--text);
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  transition:
    background 0.35s ease,
    color 0.35s ease;
}

:is(
  .nav-link,
  .nav-ticket-btn,
  .hero-kicker,
  .event-info h1,
  .section-label,
  .section-card h2,
  .teaser-kicker,
  .teaser-name,
  .teaser-tagline,
  .teaser-unit-label,
  .teaser-date,
  .teaser-foot,
  .between-drops-headline,
  .events-list-head h1,
  .events-list-section-title,
  .events-card-flyer-mark,
  .events-card-flyer-name,
  .events-card-date,
  .events-card-name,
  .events-card-tag,
  .gallery-hero h1,
  .gallery-collection-head h2,
  .gallery-submit h2,
  .event-hero-v2-title,
  .event-hero-v2-tagline,
  .event-cta-primary,
  .event-fact-label,
  .event-section-head h2,
  .event-section-head-sm h2,
  .event-tier-badge,
  .event-tier-name,
  .event-tier-price,
  .event-tier-cta,
  .event-finalcta-inner h2,
  .info-kicker,
  .info-hero h1,
  .info-jump-link,
  .info-section-head p,
  .info-section-head h2,
  .info-faq-item summary,
  .info-contact h2,
  .not-found-ribbon-track,
  .not-found-code,
  .not-found-title,
  .not-found-actions a,
  .not-found-meta,
  .checkout-tier-strip-name,
  .checkout-tier-strip-price
) {
  font-family: var(--font-display);
}

body.light-mode {
  --bg: #f7f7f7;
  --bg-2: #ececec;
  --focus-ring: #0a0a0a;

  --panel: rgba(255, 255, 255, 0.74);
  --panel-2: rgba(252, 252, 252, 0.88);

  --border: rgba(0, 0, 0, 0.08);
  --border-strong: rgba(0, 0, 0, 0.16);

  --text: #0a0a0a;
  --muted: #555555;
  --muted-2: #7a7a7a;

  --accent: #0a0a0a;
  --accent-2: #1a1a1a;
  --accent-rgb: 10, 10, 10;
  --accent-2-rgb: 26, 26, 26;
  --accent-on: #ffffff;
  --accent-soft: rgba(0, 0, 0, 0.08);

  --shadow: 0 24px 70px rgba(0, 0, 0, 0.10);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* glow — radial-gradient instead of filter:blur(120px). Same soft cyan
   falloff, no per-frame GPU recomposite while scrolling. */

.bg-glow {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  opacity: 0.8;
  transition: opacity 0.35s ease, background 0.35s ease;
  /* Promote to its own compositor layer so scroll doesn't repaint it. */
  transform: translateZ(0);
  will-change: opacity;
}

.bg-glow-1 {
  width: 660px;
  height: 660px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.20) 0%, rgba(var(--accent-rgb), 0) 65%);
  top: -260px;
  right: -220px;
}

.bg-glow-2 {
  width: 660px;
  height: 660px;
  background: radial-gradient(circle, rgba(var(--accent-2-rgb), 0.16) 0%, rgba(var(--accent-2-rgb), 0) 65%);
  bottom: -280px;
  left: -220px;
}

body.light-mode .bg-glow-1 {
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.32) 0%, rgba(var(--accent-rgb), 0) 65%);
}

body.light-mode .bg-glow-2 {
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.22) 0%, rgba(var(--accent-rgb), 0) 65%);
}

main {
  position: relative;
  z-index: 1;
}

/* nav */

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 14px 16px 0;
  pointer-events: none;
  /* Own compositor layer so the sticky bar doesn't force a repaint of the
     full viewport on every scroll tick. */
  transform: translateZ(0);
  will-change: transform;
}

.nav-bar {
  width: fit-content;
  max-width: calc(100vw - 32px);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px;
  border-radius: 24px;
  pointer-events: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(12, 12, 16, 0.64);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(var(--accent-rgb), 0.06);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

body.light-mode .nav-bar {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.54)),
    rgba(255, 255, 255, 0.72);
  border-color: rgba(18, 41, 62, 0.10);
  box-shadow:
    0 18px 40px rgba(49, 96, 136, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
}

.logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-logo {
  width: 48px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.22s ease;
}

.nav-logo:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(var(--accent-rgb), 0.28);
  transform: translateY(-1px);
}

.logo-img {
  height: 34px;
  width: auto;
  object-fit: contain;
  filter: brightness(1.1) drop-shadow(0 0 14px rgba(var(--accent-rgb), 0.18));
  transition:
    filter 0.35s ease,
    opacity 0.35s ease;
}

body.light-mode .logo-img {
  filter: invert(1) brightness(0.85) drop-shadow(0 0 10px rgba(var(--accent-rgb), 0.15));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
  padding: 3px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 13px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  transform: translateY(-1px);
}

.nav-link.is-active,
.nav-link[aria-current="page"] {
  color: var(--text);
  background: rgba(var(--accent-rgb), 0.18);
  box-shadow: inset 0 0 0 1px rgba(var(--accent-rgb), 0.20);
}

body.light-mode .nav-link {
  color: rgba(10, 10, 10, 0.68);
}

body.light-mode .nav-link:hover {
  color: #0a0a0a;
  background: rgba(0, 0, 0, 0.06);
}

body.light-mode .nav-link.is-active,
body.light-mode .nav-link[aria-current="page"] {
  color: #0a0a0a;
  background: rgba(var(--accent-rgb), 0.16);
}

.nav-ticket-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 46px;
  padding: 0 17px;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: var(--accent-on);
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow:
    0 10px 28px rgba(var(--accent-rgb), 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition:
    transform 0.2s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.nav-ticket-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
  opacity: 0.82;
}

.nav-ticket-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(var(--accent-rgb), 0.44);
}






/* hero */

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 18px 20px 10px;
  text-align: center;
}

.hero-flyer-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}

.flyer-shimmer {
  position: absolute;
  inset: 8% 10%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      transparent 0%,
      rgba(111, 234, 255, 0.00) 28%,
      rgba(111, 234, 255, 0.12) 42%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(111, 234, 255, 0.12) 58%,
      rgba(111, 234, 255, 0.00) 72%,
      transparent 100%
    );
  /* The gradient already has soft falloff — no need for a 26px blur on
     top of an animated translate, which forced GPU recomposite every frame. */
  transform: translateX(-48%) skewX(-18deg);
  animation: flyerShimmer 7s ease-in-out 2;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flyerShimmer {
  0% {
    opacity: 0.18;
    transform: translateX(-50%) skewX(-18deg);
  }
  50% {
    opacity: 0.42;
    transform: translateX(50%) skewX(-18deg);
  }
  100% {
    opacity: 0.18;
    transform: translateX(-50%) skewX(-18deg);
  }
}

.flyer-bg-blur {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transform: scale(1.08) translateZ(0);
  opacity: 0.5;
  filter: blur(28px) saturate(1.1);
  pointer-events: none;
  /* Cap the blur to its own layer so it doesn't bleed into adjacent paint
     work when the page repaints. */
  contain: paint;
}

.flyer-bg-blur img {
  width: 100%;
  max-width: 560px;
  border-radius: 30px;
}

.flyer {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
}

.flyer::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 70%;
  height: 60px;
  /* Radial-gradient already softens; drop the 30px blur filter. */
  background: radial-gradient(ellipse at center, rgba(var(--accent-rgb), 0.30) 0%, rgba(var(--accent-rgb), 0) 70%);
  z-index: -1;
}

.flyer img {
  border-radius: 22px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.72);
  transition: transform 0.3s ease;
}

.flyer img:hover {
  transform: scale(1.02);
}

/* hero text */

.hero-kicker {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.event-info h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: 0;
}

.hero-subtext {
  margin-bottom: 0;
  color: var(--muted);
}

/* sections */

.details {
  padding: 30px 0;
}

/* event card */

.section-card {
  position: relative;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(17, 19, 29, 0.86), rgba(11, 13, 21, 0.86));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 40px 36px;
  text-align: center;
  overflow: hidden;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

body.light-mode .section-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 249, 255, 0.80));
}

.card-highlight-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(520px, 72%);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(var(--accent-rgb), 0),
    rgba(var(--accent-rgb), 0.95),
    rgba(255, 255, 255, 0.85),
    rgba(var(--accent-rgb), 0.95),
    rgba(var(--accent-rgb), 0)
  );
  box-shadow: 0 0 22px rgba(var(--accent-rgb), 0.55);
}

/* title block */

.card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.section-label {
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-card h2 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.card-intro {
  color: var(--muted);
  margin: 0 auto 20px;
  max-width: 760px;
  line-height: 1.7;
}

/* info grid */

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 26px;
  justify-items: center;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 100%;
  text-align: center;
  transition:
    background 0.35s ease,
    border-color 0.35s ease;
}

body.light-mode .info-item {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(18, 41, 62, 0.08);
}

.info-item-label {
  color: var(--muted-2);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.info-item-value {
  font-weight: 700;
}

/* pills */

.notice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.notice-pill {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  backdrop-filter: blur(6px);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}

body.light-mode .notice-pill {
  background: rgba(255, 255, 255, 0.50);
  border-color: rgba(18, 41, 62, 0.09);
}

.warning-text {
  margin-top: 16px;
  font-size: 0.95rem;
  color: var(--muted);
}

/* responsive */

@media (max-width: 900px) {
  .nav-bar {
    min-height: 56px;
    gap: 6px;
  }

  .nav-logo {
    width: 44px;
    height: 42px;
  }

  .logo-img {
    height: 31px;
  }

  .nav-link {
    height: 40px;
    padding: 0 11px;
    font-size: 0.78rem;
  }

  .nav-ticket-btn {
    height: 42px;
    padding: 0 14px;
    font-size: 0.82rem;
  }
}

@media (max-width: 640px) {
  .nav-container {
    padding: 8px 10px 0;
  }

  .nav-bar {
    width: 100%;
    max-width: calc(100vw - 20px);
    justify-content: space-between;
    padding: 6px;
    border-radius: 22px;
  }

  .logo-img {
    height: 29px;
  }

  .nav-links {
    gap: 2px;
    padding: 2px;
  }

  .nav-link {
    height: 38px;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  .nav-link-info,
  .nav-link-ticket,
  .nav-link-home {
    display: none;
  }

  .nav-ticket-btn {
    height: 40px;
    padding: 0 14px;
    border-radius: 15px;
  }

  .events-list-head {
    padding-top: 16px;
  }

  .hero {
    gap: 22px;
    padding: 8px 14px;
  }

  .flyer-bg-blur {
    transform: scale(1.03);
    filter: blur(28px) saturate(1.1);
    opacity: 0.42;
  }

  .flyer-bg-blur img {
    max-width: 100%;
    border-radius: 22px;
  }

  .flyer-shimmer {
    inset: 10% 6%;
    filter: blur(20px);
  }

  .flyer img {
    border-radius: 18px;
  }

  .event-info h1 {
    font-size: 1.55rem;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .hero-subtext {
    font-size: 0.95rem;
  }

  .section-card {
    width: calc(100% - 24px);
    padding: 24px 18px;
    border-radius: 20px;
  }

  .card-highlight-line {
    width: 82%;
  }

  .section-card h2 {
    font-size: 1.5rem;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-item {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .notice-pill {
    font-size: 0.84rem;
    padding: 9px 13px;
  }
}

/* teaser */

.teaser {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  gap: 22px;
}

/* The teaser pages bring their own .teaser-glow ambience — drop the body
   .bg-glow blobs on these pages so the cyan doesn't pile up. The main:has()
   selector matches only when a .teaser is present. */
body:has(main.teaser) .bg-glow {
  display: none;
}

body:has(main.teaser) .nav-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
}

.teaser-glow {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  /* Radial-gradient avoids the per-frame cost of filter:blur(140px). */
  animation: teaserPulse 5.5s ease-in-out infinite;
  transform: translate(-50%, 0) translateZ(0);
  will-change: opacity;
}

.teaser-glow-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.55) 0%, rgba(var(--accent-rgb), 0) 60%);
  top: -300px;
  left: 50%;
}

.teaser-glow-2 {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(var(--accent-2-rgb), 0.32) 0%, rgba(var(--accent-2-rgb), 0) 60%);
  bottom: -360px;
  left: 50%;
  animation-delay: 1.2s;
}

@keyframes teaserPulse {
  0%, 100% { opacity: 0.32; }
  50% { opacity: 0.62; }
}

.teaser-mark {
  position: relative;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

/* Cyan glow behind the logo — uses a radial gradient on a pseudo-element
   instead of `filter: drop-shadow`, which iOS Safari sometimes renders as a
   rectangular shadow box around transparent PNGs. */
.teaser-mark::before {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: -1;
  background: radial-gradient(
    closest-side,
    rgba(var(--accent-rgb), 0.42) 0%,
    rgba(var(--accent-rgb), 0.18) 40%,
    rgba(var(--accent-rgb), 0) 70%
  );
  pointer-events: none;
  filter: blur(6px);
}

.teaser-mark img {
  position: relative;
  z-index: 1;
  height: clamp(96px, 14vw, 140px);
  width: auto;
  filter: brightness(1.1);
}

.teaser-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.teaser-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(var(--accent-rgb), 0.85);
  animation: teaserDot 1.6s ease-in-out infinite;
}

.teaser-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.6);
  animation: teaserDotRing 1.6s ease-out infinite;
  pointer-events: none;
}

@keyframes teaserDot {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.15); }
}

@keyframes teaserDotRing {
  0% { transform: scale(0.6); opacity: 0.7; }
  100% { transform: scale(2.4); opacity: 0; }
}

.teaser-name {
  margin: 4px 0 0;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 14ch;
  text-wrap: balance;
}

.teaser-tagline {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.teaser-clock {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.teaser-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 76px;
}

.teaser-num {
  font-family: "SF Mono", ui-monospace, Menlo, Monaco, monospace;
  font-size: clamp(2.6rem, 8vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(180deg, #ffffff 0%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(var(--accent-rgb), 0.30);
  line-height: 1;
}

.teaser-unit-label {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.teaser-sep {
  font-family: "SF Mono", ui-monospace, Menlo, Monaco, monospace;
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 700;
  color: var(--accent);
  opacity: 0.55;
  margin-bottom: 22px;
  animation: teaserSep 1s steps(2, end) infinite;
}

@keyframes teaserSep {
  50% { opacity: 0.15; }
}

.teaser-date {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.teaser-foot {
  margin: 8px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--muted-2);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.teaser-foot-key {
  color: var(--accent);
  font-weight: 700;
}

.teaser-foot-dot {
  opacity: 0.5;
}

.teaser-socials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.teaser-social-brand {
  color: var(--muted-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.teaser-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.28);
  background: rgba(var(--accent-rgb), 0.08);
  color: var(--accent);
  transition:
    transform 0.18s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.teaser-social svg {
  width: 18px;
  height: 18px;
  display: block;
}

.teaser-social:hover {
  transform: translateY(-1px);
  color: var(--accent-on);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent;
  box-shadow: 0 10px 26px rgba(var(--accent-rgb), 0.35);
}

body.light-mode .teaser-social {
  background: rgba(var(--accent-rgb), 0.10);
  border-color: rgba(var(--accent-rgb), 0.30);
}

body.light-mode .teaser-num {
  background: linear-gradient(180deg, var(--accent-on) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 540px) {
  .teaser-clock {
    gap: 6px;
  }
  .teaser-unit {
    min-width: 56px;
  }
  .teaser-sep {
    margin-bottom: 18px;
  }
}

/* between drops */

.between-drops {
  gap: 18px;
}

.between-drops-headline {
  margin: 0 auto;
  font-size: clamp(1.4rem, 5.4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  /* Reserve space for ~3 lines so the layout doesn't jump as the typewriter
     cycles through lines of different lengths (longest wraps to 2 on mobile). */
  min-height: 3.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-wrap: balance;
  max-width: 22ch;
}

.between-drops-text {
  background: linear-gradient(180deg, #ffffff 0%, var(--accent-2) 110%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(var(--accent-rgb), 0.20);
}

/* The caret sits as inline text inside the same flex item via the trailing
   pseudo on the text span, so it always follows the last typed character —
   even when the line wraps. */
.between-drops-text::after {
  content: "|";
  display: inline-block;
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  font-weight: 400;
  margin-left: 0.06em;
  animation: caretBlink 1s steps(2, end) infinite;
}

.between-drops-caret {
  display: none;
}

@keyframes caretBlink {
  50% { opacity: 0; }
}

.between-drops-copy {
  margin: 0 auto;
  max-width: 36ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.between-drops-foot {
  margin-top: 14px;
}

body.light-mode .between-drops-text {
  background: linear-gradient(180deg, var(--accent-on) 0%, var(--accent) 110%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .between-drops-caret {
    animation: none;
    opacity: 0;
  }
}

