body { background: #fff; }

[data-site-header].site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
body:has([data-event-page]) .site-nav-bar {
  display: none !important;
}

:root {
  --event-ink: #191919;
  --event-ink-70: #4a4a4a;
  --event-ink-50: #6b6b6b;
  --event-line: #e4e4e4;
  --event-line-soft: #f0f0f0;
  --event-surface-warm: #f3f4f6;
  --event-surface-mute: #fafafa;
  --event-brand: #ff5f3c;
  --event-brand-press: #d9401f;
  --event-brand-ink: #c2341a;
  --event-brand-tint: #fff3ef;
  --event-success: #15803d;
  --event-success-bg: #eaf5ee;
  --event-warn-bg: #fff8e8;
  --event-warn-ink: #8a5a00;
  --event-off-bg: #f1efee;
  --event-off-ink: #5f5f5f;
}

.event-page-container {
  --hero-image-max-width: 216px;
  --event-content-width: 1160px;
  --event-gutter: 24px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.event-page-container .event-utility-inner,
.event-hero-shell .event-hero-stage,
.event-page-main {
  width: min(var(--event-content-width), calc(100% - (var(--event-gutter) * 2)));
  margin-inline: auto;
}

body:has([data-event-page]) .site-footer-inner {
  width: min(1160px, 100%);
}

.event-utility {
  border-bottom: 1px solid var(--event-line-soft);
  background: #fff;
}

.event-utility-inner {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.event-breadcrumb {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  color: var(--event-ink-50);
  font-size: 13px;
  line-height: 1.4;
}

.event-breadcrumb a {
  color: var(--event-ink-50);
  text-decoration: none;
}

.event-breadcrumb a:hover { color: var(--event-ink); }

.event-breadcrumb [data-event-crumb] {
  overflow: hidden;
  color: var(--event-ink);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-utility-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.event-utility-btn {
  min-height: 36px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--event-ink-70);
  font-size: 13px;
  cursor: pointer;
}

.event-utility-btn:hover { color: var(--event-ink); }

.event-utility-back,
.event-utility-icons { display: none; }

.event-hero {
  width: 100%;
  background: var(--event-surface-warm);
}

.event-hero-shell {
  padding: 28px 0;
}

.event-hero-stage,
.event-ticket-stage,
.event-intro-stage {
  position: relative;
}

.event-hero-content {
  display: grid;
  grid-template-columns: var(--hero-image-max-width) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.event-hero-content.hidden:not(.is-leave):not(.is-stack) {
  display: none;
}

.event-hero-media,
.event-cover {
  width: 100%;
  max-width: var(--hero-image-max-width);
}

.event-cover,
.event-skel-cover {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.event-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-cover-empty {
  width: 100%;
  height: 100%;
  background: #fff;
}

.event-hero-copy { min-width: 0; }

.event-status-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.event-status-badge {
  display: inline-block;
  padding: .15rem 2.5rem;
  background: #ea580c;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
}

.event-status-badge.is-active { background: #ea580c; }
.event-status-badge.is-ended,
.event-status-badge.is-soldout { background: var(--event-off-ink); }

.event-sale-window {
  color: var(--event-ink-50);
  font-size: 13px;
  line-height: 1.5;
}

.event-hero-copy [data-event-title],
.event-hero-copy h1 {
  margin: 10px 0 0;
  color: var(--event-ink);
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}

.event-subtitle {
  margin: 8px 0 0;
  color: var(--event-ink-70);
  font-size: 16px;
  line-height: 1.6;
}

.event-subtitle:empty { display: none; }

.event-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.event-meta li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  color: #595959;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.event-meta-note {
  display: block;
  flex: 1 1 100%;
  color: var(--event-ink-50);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.event-meta-note:empty { display: none; }

.event-map-link {
  color: var(--event-brand-ink);
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

.event-map-link.hidden { display: none; }

.event-skel {
  display: block;
  border-radius: 6px;
  background: linear-gradient(90deg, #ececec 25%, #f6f6f6 50%, #ececec 75%);
  background-size: 200% 100%;
  animation: event-shimmer 1.35s infinite;
}

.event-fade { transition: opacity .24s ease; }
.event-fade.is-enter { opacity: 0; }
.event-fade.is-stack,
.event-fade.is-leave {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.event-fade.is-leave { opacity: 0; }
.event-fade.is-boot { animation: event-fade-in .28s ease both; }

@keyframes event-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes event-shimmer { to { background-position: -200% 0; } }

.event-skel-badge { width: 88px; height: 22px; border-radius: 0; }
.event-skel-title { width: 100%; height: 26px; margin-top: 14px; }
.event-skel-title.is-short { width: 62%; margin-top: 8px; }
.event-skel-line { width: 78%; height: 16px; margin-top: 12px; }
.event-skel-line.is-mid { width: 54%; }
.event-skel-row { height: 56px; border-radius: 0; }

.event-page-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 48px;
  align-items: start;
  padding: 40px 0 64px;
}

.event-content-card { min-width: 0; }

.event-intro-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
}

.event-intro-heading .site-nav-deco {
  width: 14px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
}

.event-section-heading {
  margin: 0;
  color: var(--event-ink);
  font-family: 'Noto Sans TC', 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.event-section-hint {
  margin: 0 0 16px;
  color: var(--event-ink-50);
  font-size: 13px;
  line-height: 1.6;
}

.event-section-hint:empty { display: none; }

.event-slot-board {
  margin-top: 28px;
}

.event-slot-board[hidden] { display: none; }

.event-slot-board-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  margin-bottom: 12px;
}

.event-slot-board-head h3 {
  margin: 0;
  color: var(--event-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.event-slot-board-head p {
  margin: 0;
  color: var(--event-ink-50);
  font-size: 13px;
  line-height: 1.45;
}

.event-slot-days {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 0 12px;
  padding: 2px 0 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.event-slot-days::-webkit-scrollbar { display: none; }
.event-slot-day-tab {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--event-line-soft, #ececec);
  border-radius: 999px;
  background: #fff;
  color: var(--event-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}
.event-slot-day-tab.is-active {
  border-color: var(--event-brand);
  color: var(--event-brand-ink);
  background: var(--event-brand-tint);
}
.event-slot-day-tab:focus-visible {
  outline: 2px solid var(--event-brand);
  outline-offset: 2px;
}

.event-slot-chips {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-slot-day {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--event-ink-50, #737373);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.event-slot-day:first-child {
  margin-top: 0;
}

.event-slot-chip {
  display: grid;
  gap: 2px;
  min-width: 0;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid var(--event-line-soft, #ececec);
  border-radius: 8px;
  background: #fff;
}

.event-slot-chip time {
  color: var(--event-ink);
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
  white-space: nowrap;
}

.event-slot-chip span {
  color: var(--event-ink-50);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.event-slot-chip.is-mid span {
  color: var(--event-warn-ink, #8a5a00);
}
.event-slot-chip.is-low span {
  color: var(--event-brand-ink);
}

.event-slot-chip.is-out {
  background: #fafafa;
}

.event-slot-chip.is-out time,
.event-slot-chip.is-out span {
  color: #a3a3a3;
}
.event-slot-chip.is-paused {
  background: #fafafa;
}
.event-slot-chip.is-paused span {
  color: #c4312a;
}

.event-intro-section,
.purchase-guide {
  margin-top: 40px;
}

[data-ticket-list] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-ticket-skeleton {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.event-ticket-skeleton.hidden:not(.is-leave):not(.is-stack),
[data-ticket-list].hidden:not(.is-leave):not(.is-stack),
.event-intro-skeleton.hidden:not(.is-leave):not(.is-stack),
.event-rich-content.hidden:not(.is-leave):not(.is-stack) {
  display: none;
}

.event-intro-skeleton { padding: 4px 0 8px; }

.event-ticket-card { position: relative; }
.event-sidebar-skeleton {
  position: absolute;
  inset: 18px 18px auto;
  z-index: 1;
  transition: opacity .24s ease;
}
.event-skel-price { width: 46%; height: 28px; }
.event-skel-note { width: 72%; height: 12px; margin-top: 10px; }
.event-skel-btn { width: 100%; height: 48px; margin-top: 16px; border-radius: 8px; }
.event-ticket-card.is-loading .event-ticket-price,
.event-ticket-card.is-loading .event-ticket-note,
.event-ticket-card.is-loading .event-buy-button { opacity: 0; }
.event-ticket-card:not(.is-loading) .event-sidebar-skeleton {
  opacity: 0;
  pointer-events: none;
}
.event-ticket-price,
.event-ticket-note,
.event-ticket-card .event-buy-button {
  transition: opacity .24s ease;
}

.event-ticket-empty {
  margin: 0;
  padding: 18px 4px;
  color: var(--event-ink-50);
  font-size: 14px;
}

.event-ticket-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px 24px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--event-line-soft);
  background: transparent;
}

.event-ticket-row:first-child { padding-top: 4px; }

.event-ticket-copy h3 {
  margin: 0;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.event-ticket-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-top: 6px;
  color: var(--event-ink-50);
  font-size: 13px;
  line-height: 1.4;
}

.event-ticket-meta span[data-state="sale"] { color: var(--event-success); }
.event-ticket-meta span[data-state="low"] { color: var(--event-warn-ink); }
.event-ticket-meta span[data-state="soldout"] { color: var(--event-off-ink); }

.event-ticket-cost strong {
  color: var(--event-ink);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.event-ticket-row[data-state="soldout"] h3,
.event-ticket-row[data-state="soldout"] .event-ticket-cost strong {
  color: var(--event-off-ink);
}

.event-rich-content {
  color: var(--event-ink-70);
  font-size: 15px;
  line-height: 1.8;
}

.event-rich-content p { margin: 0 0 10px; }

.event-rich-content h1,
.event-rich-content h2,
.event-rich-content h3 {
  margin: 1.6em 0 0.5em;
  color: var(--event-ink);
  font-weight: 700;
  line-height: 1.5;
}

.event-rich-content h1 { font-size: 16px; }
.event-rich-content h2,
.event-rich-content h3 { font-size: 16px; }

.event-rich-content ul,
.event-rich-content ol {
  margin: 0 0 12px;
  padding-left: 1.15em;
}

.event-rich-content li {
  margin: 0 0 8px;
  color: var(--event-ink-70);
}

.event-rich-content a {
  color: var(--event-brand-ink);
  font-weight: 600;
}

.event-rich-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.25rem auto;
}

.event-rich-content table {
  width: 100%;
  margin: 8px 0 4px;
  border-collapse: collapse;
  border: 1px solid var(--event-line);
}

.event-rich-content th,
.event-rich-content td {
  padding: 12px 16px;
  border-top: 1px solid var(--event-line-soft);
  color: var(--event-ink-70);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

.event-rich-content thead th,
.event-rich-content tr:first-child th {
  border-top: 0;
  background: var(--event-surface-mute);
  color: var(--event-ink);
  font-weight: 700;
}

.event-rich-content figure { margin: 0; }
.event-rich-content figcaption {
  margin-top: 10px;
  color: var(--event-ink-50);
  font-size: 12px;
  line-height: 1.6;
}

.event-policy-lead {
  margin: 0 0 12px;
  color: var(--event-ink-50);
  font-size: 13px;
  line-height: 1.6;
}

.event-policy-accordion {
  border-top: 1px solid var(--event-line);
}

.event-policy-accordion details {
  border-bottom: 1px solid var(--event-line);
}

.event-policy-accordion summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 0;
  color: var(--event-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-wrap: pretty;
  list-style: none;
  cursor: pointer;
}

.event-policy-accordion summary::-webkit-details-marker { display: none; }

.event-policy-accordion summary::after {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-left: auto;
  border-right: 1.5px solid var(--event-ink-50);
  border-bottom: 1.5px solid var(--event-ink-50);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.event-policy-accordion details[open] summary::after {
  transform: translateY(2px) rotate(-135deg);
}

.event-policy-accordion summary:focus-visible {
  outline: 2px solid var(--event-brand);
  outline-offset: 3px;
}

.event-policy-tag {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--event-brand-tint);
  color: var(--event-brand-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.event-policy-body {
  padding: 0 0 16px;
  max-width: 42em;
}

.event-policy-body p,
.event-policy-body li {
  margin: 0 0 8px;
  color: var(--event-ink-70);
  font-size: 14px;
  line-height: 1.7;
}

.event-policy-body li:last-child { margin-bottom: 0; }

.purchase-guide-list {
  margin: 0;
  padding-left: 1.15em;
}

.event-ticket-sidebar {
  position: sticky;
  top: calc(var(--site-header-height, 64px) + 72px);
}

.event-ticket-card {
  position: relative;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
}

.event-ticket-price-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.event-ticket-price {
  margin: 0;
  color: var(--event-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.event-ticket-note {
  margin: 6px 0 0;
  color: var(--event-ink-50);
  font-size: 12px;
  line-height: 1.5;
}

.event-ticket-note:empty { display: none; }

.event-buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  padding: 14px 16px;
  border: 0;
  border-radius: 9999px;
  background: var(--event-brand-press);
  color: #fff;
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.event-buy-button:hover:not(:disabled) {
  background: var(--event-brand-ink);
}

.event-buy-button:disabled {
  border: 1px solid var(--event-line);
  background: var(--event-off-bg);
  color: var(--event-off-ink);
  cursor: not-allowed;
}

.event-buy-button.is-loading,
.event-buy-button.is-loading:disabled {
  position: relative;
  gap: 10px;
  border: 0;
  background: var(--event-brand-press);
  color: transparent;
  pointer-events: none;
  cursor: wait;
}
.event-buy-button.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2.5px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 50%;
  animation: event-buy-spin 0.7s linear infinite;
}

.event-buy-button-spinner {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2.5px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 50%;
  animation: event-buy-spin 0.7s linear infinite;
}

@keyframes event-buy-spin {
  to { transform: rotate(360deg); }
}

.sale-countdown {
  margin-top: 14px;
  padding: 12px 0 0;
  border-top: 1px solid var(--event-line-soft);
  text-align: left;
}

.sale-countdown [data-sale-time] {
  color: var(--event-warn-ink);
  font-size: 0.75rem;
  font-weight: 600;
}

.sale-countdown [data-countdown] {
  margin-top: 0.5rem;
  color: #78350f;
  font-size: 0.875rem;
  font-weight: 500;
}

.countdown-unit {
  font-weight: 700;
}

.mobile-purchase-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--event-line);
  background: #fff;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, .06);
}

.mobile-purchase-bar > div {
  flex: 1;
  min-width: 0;
}

.event-mobile-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: opacity .24s ease;
}
.event-skel-m-status { width: 58%; height: 11px; }
.event-skel-m-price { width: 42%; height: 18px; margin-top: 8px; }
.mobile-purchase-bar > div { position: relative; }
.mobile-purchase-bar.is-loading [data-mobile-status],
.mobile-purchase-bar.is-loading [data-mobile-price] { opacity: 0; }
.mobile-purchase-bar:not(.is-loading) .event-mobile-skeleton {
  opacity: 0;
  pointer-events: none;
}
.mobile-purchase-bar [data-mobile-status],
.mobile-purchase-bar [data-mobile-price] {
  transition: opacity .24s ease;
}

.mobile-purchase-bar [data-mobile-status] {
  margin: 0;
  overflow: hidden;
  color: var(--event-ink-50);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mobile-purchase-bar [data-mobile-price] {
  margin: 3px 0 0;
  overflow: hidden;
  color: var(--event-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-purchase-bar .event-buy-button {
  width: auto;
  min-width: 132px;
  max-width: 48%;
  flex: 0 0 auto;
  min-height: 48px;
  margin-top: 0;
  padding: 12px 16px;
  font-size: 15px;
}
.mobile-purchase-bar .event-buy-button.is-loading {
  overflow: visible;
}

@media (max-width: 1023px) {
  .event-page-main {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 7rem;
  }

  .event-ticket-sidebar { display: none; }

  .mobile-purchase-bar { display: flex; }

  body:has([data-event-page]) .site-footer {
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  }

  .event-hero-content {
    grid-template-columns: minmax(180px, var(--hero-image-max-width)) minmax(0, 1fr);
    gap: 24px;
  }

  .event-hero-copy [data-event-title],
  .event-hero-copy h1 { font-size: 26px; }
}

@media (max-width: 639px) {
  .event-page-container { --event-gutter: 20px; }

  .event-page-container .event-utility-inner,
  .event-hero-shell .event-hero-stage,
  .event-hero-shell .event-hero-content,
  .event-page-main {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .event-utility-inner {
    min-height: 44px;
    padding-inline: 12px;
  }

  .event-breadcrumb,
  .event-utility-actions { display: none; }

  .event-utility-back {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 4px;
    padding: 0 8px 0 0;
    color: var(--event-ink-70);
    font-size: 13px;
    text-decoration: none;
  }

  .event-utility-back .material-symbols-outlined {
    font-size: 18px;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
  }

  .event-utility-icons {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .event-utility-icon-btn {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--event-ink);
    cursor: pointer;
  }

  .event-utility-icon-btn .material-symbols-outlined {
    font-size: 22px;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  }

  .event-hero { background: #fff; }

  .event-hero-shell { padding: 0; }

  .event-hero-shell .event-hero-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .event-hero-shell .event-hero-content.hidden:not(.is-leave):not(.is-stack) {
    display: none;
  }

  .event-hero-shell .event-hero-content.is-leave,
  .event-hero-shell .event-hero-content.is-stack {
    display: flex;
  }

  .event-hero-media,
  .event-cover {
    max-width: none;
  }

  .event-cover,
  .event-skel-cover {
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }

  .event-cover-empty {
    min-height: 200px;
    border: 0;
    background: var(--event-surface-warm);
  }

  .event-hero-media,
  .event-hero-copy {
    width: 100%;
    align-self: stretch;
  }

  .event-hero-copy {
    box-sizing: border-box;
    padding: 18px 20px 22px;
    background: #fff;
  }

  .event-hero-copy [data-event-title],
  .event-hero-copy h1 {
    margin-top: 12px;
    font-size: 23px;
    line-height: 1.35;
  }

  .event-subtitle { font-size: 14px; }

  .event-status-row {
    align-items: flex-start;
    gap: 6px 8px;
  }

  .event-status-badge {
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 300;
  }

  .event-sale-window {
    flex: 1 1 auto;
    font-size: 13px;
    line-height: 1.5;
  }

  .event-meta {
    gap: 10px;
    margin-top: 18px;
  }

  .event-meta li {
    font-size: 14px;
  }

  .event-slot-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-page-main {
    width: 100%;
    padding: 4px 20px 6rem;
  }

  [data-ticket-section] {
    padding-top: 16px;
    border-top: 1px solid var(--event-line-soft);
  }

  .event-intro-section,
  .purchase-guide {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--event-line-soft);
  }

  .event-section-heading { font-size: 17px; }

  .event-ticket-row {
    gap: 10px;
    padding: 12px 0;
  }

  .event-ticket-copy h3 { font-size: 14px; }

  .event-ticket-cost strong { font-size: 16px; }

  .event-rich-content,
  .event-rich-content li { font-size: 14px; }

  .event-rich-content table {
    display: block;
    overflow-x: auto;
  }

  .event-policy-lead { font-size: 12px; }

  .event-policy-accordion summary {
    min-height: 44px;
    padding: 8px 0;
    font-size: 14px;
  }

  .event-policy-body {
    padding: 0 0 12px;
  }

  .event-policy-body p,
  .event-policy-body li { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .event-policy-accordion summary::after { transition: none; }
  .event-skel,
  .event-fade.is-boot { animation: none; }
  .event-fade,
  .event-sidebar-skeleton,
  .event-ticket-price,
  .event-ticket-note,
  .event-ticket-card .event-buy-button,
  .event-mobile-skeleton,
  .mobile-purchase-bar [data-mobile-status],
  .mobile-purchase-bar [data-mobile-price] { transition: none; }
  .event-buy-button-spinner,
  .event-buy-button.is-loading::after {
    animation: event-buy-spin 0.7s linear infinite !important;
  }
}
