/* Clean Apple-style presentation for the existing event registration flow. */
.new-flow {
  margin: 0;
  background: #f5f5f7;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.new-flow .container { width: min(100% - 40px, 1180px); max-width: none; }
.new-flow .topbar { position: sticky; top: 0; }
.new-flow .topbar a { text-decoration: none; }
.new-flow .new-flow-footer { margin-top: 0; }

/* Events index */
.new-flow #events-page {
  --his-orange: #e76523;
  --his-orange-dark: #cc551b;
  --his-navy: #1d1d1f;
  --his-muted: #6e6e73;
  background: #f5f5f7;
  color: #1d1d1f;
}
.new-flow #events-page .events-hero {
  min-height: 0;
  padding: 94px 0 82px;
  background: radial-gradient(circle at 50% 0, #fff 0, #f5f5f7 72%) !important;
  color: #1d1d1f;
}
.new-flow #events-page .events-hero::after { display: none; }
.new-flow #events-page .events-hero-content { max-width: 850px; margin: 0 auto; text-align: center; color: #1d1d1f; }
.new-flow #events-page .events-eyebrow {
  margin-bottom: 14px;
  color: #e76523;
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .04em;
}
.new-flow #events-page .events-hero h1 {
  margin: 0 0 18px;
  color: #1d1d1f;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: .98;
}
.new-flow #events-page .events-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: #6e6e73;
  font-size: 20px;
  line-height: 1.55;
}
.new-flow #events-page .events-list-section { padding: 70px 0 96px; }
.new-flow #events-page .events-heading {
  margin-bottom: 28px;
  padding: 0;
  border: 0;
}
.new-flow #events-page .events-heading h1 {
  color: #1d1d1f;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 740;
  letter-spacing: -.035em;
}
.new-flow #events-page .events-toolbar {
  margin-bottom: 28px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}
.new-flow #events-page .view-toggle,
.new-flow #events-page .sort-form select {
  border: 0;
  border-radius: 12px;
  background: #f5f5f7;
  box-shadow: none;
}
.new-flow #events-page .view-toggle a { color: #86868b; border-radius: 10px; }
.new-flow #events-page .view-toggle a.active,
.new-flow #events-page .view-toggle a.active-on-desktop { color: #1d1d1f; background: #fff; box-shadow: 0 1px 5px rgba(0,0,0,.08); }
.new-flow #events-page .reset-filter { color: #6e6e73; }
.new-flow #events-page .events-page-count,
.new-flow #events-page .sort-form label { color: #86868b; font-size: 13px; font-weight: 650; }
.new-flow #events-page .sort-form select { height: 42px; padding: 0 38px 0 14px; color: #1d1d1f; }
.new-flow #events-page .events-grid { gap: 24px; }
.new-flow #events-page .event-card {
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 14px 38px rgba(0,0,0,.055);
  color: #1d1d1f;
  transform: translateZ(0);
  transition: transform .25s ease, box-shadow .25s ease;
}
.new-flow #events-page a.event-card:hover {
  color: #1d1d1f;
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(0,0,0,.10);
}
.new-flow #events-page .event-image-wrap { background: #e8e8ed; }
.new-flow #events-page .event-image { aspect-ratio: 16 / 11; object-fit: cover; }
.new-flow #events-page .event-favourite { display: none; }
.new-flow #events-page .event-date-badge { display: none !important; }
.new-flow #events-page .event-details { padding: 24px; }
.new-flow #events-page .event-title {
  margin-bottom: 8px;
  color: #1d1d1f;
  font-size: 23px;
  font-weight: 720;
  letter-spacing: -.02em;
  line-height: 1.18;
}
.new-flow #events-page .event-location { color: #6e6e73; }
.new-flow #events-page .event-meta { gap: 8px; border-color: rgba(0,0,0,.07); }
.new-flow #events-page .event-meta-row { color: #515154; }
.new-flow #events-page .event-meta-row:first-child { min-height: 0; }
.new-flow #events-page .event-meta-icon { color: #e76523; }
.new-flow #events-page .event-footer { border-color: rgba(0,0,0,.07); }
.new-flow #events-page .event-buy {
  padding: 9px 16px;
  border-radius: 999px;
  background: #e76523;
  color: #fff;
  font-weight: 700;
}
.new-flow #events-page a.event-card:hover .event-buy { background: #cc551b; color: #fff; }
.new-flow #events-page .events-pagination a,
.new-flow #events-page .events-pagination span {
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.new-flow #events-page .events-pagination .active { background: #1d1d1f; color: #fff; }

/* Event detail */
.new-flow #ticket-page {
  --his-orange: #e76523;
  --his-orange-dark: #cc551b;
  --his-navy: #1d1d1f;
  --his-text: #1d1d1f;
  --his-muted: #6e6e73;
  --his-border: rgba(0,0,0,.08);
  background: #f5f5f7;
  color: #1d1d1f;
  overflow: visible;
}
.new-flow #ticket-page .ticket-hero {
  padding: 72px 0 76px;
  background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%) !important;
  color: #1d1d1f;
}
.new-flow #ticket-page .ticket-hero::after { display: none; }
.new-flow #ticket-page .ticket-hero-grid { grid-template-columns: minmax(260px, 400px) minmax(0, 1fr); gap: clamp(36px, 6vw, 78px); }
.new-flow #ticket-page .ticket-poster {
  border: 0;
  border-radius: 28px;
  background: #e8e8ed;
  box-shadow: 0 24px 65px rgba(0,0,0,.14);
}
.new-flow #ticket-page .ticket-date-card { display: none !important; }
.new-flow #ticket-page .ticket-back-link { color: #6e6e73; }
.new-flow #ticket-page .ticket-back-link:hover { color: #1d1d1f; text-decoration: none; }
.new-flow #ticket-page .ticket-eyebrow { color: #e76523; font-family: inherit; letter-spacing: .04em; }
.new-flow #ticket-page .ticket-status { border: 0; border-radius: 999px; }
.new-flow #ticket-page .ticket-status.is-open { background: #e4f5e9; color: #176b37; }
.new-flow #ticket-page .ticket-status.is-closed,
.new-flow #ticket-page .ticket-status.is-sold-out { background: #e8e8ed; color: #515154; }
.new-flow #ticket-page .ticket-hero h1 {
  max-width: 800px;
  color: #1d1d1f;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1;
}
.new-flow #ticket-page .ticket-hero-description { color: #6e6e73; font-size: 19px; line-height: 1.55; }
.new-flow #ticket-page .ticket-facts { gap: 12px; }
.new-flow #ticket-page .ticket-fact {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 17px;
  background: rgba(255,255,255,.86);
  color: #1d1d1f;
  box-shadow: 0 1px 0 rgba(0,0,0,.03);
}
.new-flow #ticket-page .ticket-fact i { color: #e76523; }
.new-flow #ticket-page .ticket-fact span { color: #86868b; }
.new-flow #ticket-page .ticket-fact strong { color: #1d1d1f; }
.new-flow #ticket-page #ticket-sticky-nav {
  top: 62px;
  border-color: rgba(0,0,0,.07);
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(18px);
}
.new-flow #ticket-page #ticket-sticky-nav .nav-link { border: 0; color: #6e6e73; border-radius: 999px; }
.new-flow #ticket-page #ticket-sticky-nav .nav-link.active { border: 0; color: #1d1d1f; background: #f0f0f2; }
.new-flow #ticket-page .ticket-body { padding: 72px 0 100px; }
.new-flow #ticket-page .ticket-section,
.new-flow #ticket-page .ticket-options-panel,
.new-flow #ticket-page .ticket-booking-card {
  border: 0;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 16px 46px rgba(0,0,0,.055);
}
.new-flow #ticket-page .ticket-section { padding: 34px; }
.new-flow #ticket-page .ticket-options-panel { box-shadow: none; }
.new-flow #ticket-page .ticket-options-header { border-color: rgba(0,0,0,.07); }
.new-flow #ticket-page .ticket-section h2,
.new-flow #ticket-page .ticket-options-header h2 { color: #1d1d1f; font-size: 30px; letter-spacing: -.025em; }
.new-flow #ticket-page .ticket-option-row { border-color: rgba(0,0,0,.07); }
.new-flow #ticket-page .ticket-option-badge,
.new-flow #ticket-page .ticket-options-count { border: 0; border-radius: 999px; }
.new-flow #ticket-page .ticket-sidebar {
  position: sticky;
  top: 86px;
  align-self: start;
  height: fit-content;
}
.new-flow #ticket-page .ticket-booking-card {
  position: static;
  top: auto;
  overflow: hidden;
}
.new-flow #ticket-page .ticket-booking-head {
  padding: 26px 22px;
  border-bottom: 1px solid rgba(0,0,0,.07);
  background: #fff;
}
.new-flow #ticket-page .ticket-booking-head span { color: #86868b !important; }
.new-flow #ticket-page .ticket-booking-head .ticket-price {
  color: #1d1d1f !important;
  font-size: 34px;
  font-weight: 760;
  letter-spacing: -.03em;
}
.new-flow #ticket-page .ticket-cta {
  border: 0;
  border-radius: 999px;
  background: #e76523;
  box-shadow: none;
  font-weight: 700;
}
.new-flow #ticket-page .ticket-cta:hover { background: #cc551b; color: #fff; text-decoration: none; transform: none; }

/* Registration / purchase */
.new-flow #purchase-page { padding: 0; background: #f5f5f7; color: #1d1d1f; }
.new-flow #purchase-page .page-title-section {
  margin: 0;
  padding: 72px 0 76px;
  background: linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
  color: #1d1d1f;
}
.new-flow #purchase-page .page-title-section::before { display: none; }
.new-flow #purchase-page .page-title-section .row { gap: 34px 0; }
.new-flow #purchase-page .page-title-section .image-container {
  margin: 0;
  border-radius: 26px;
  background: #e8e8ed;
  box-shadow: 0 22px 60px rgba(0,0,0,.13);
}
.new-flow #purchase-page .page-title-section h1 {
  margin: 0 0 14px;
  color: #1d1d1f !important;
  font-family: inherit;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1;
}
.new-flow #purchase-page .page-title-section .text-lighten { color: #6e6e73 !important; }
.new-flow #purchase-page .page-title-section .h4 { color: #e76523 !important; font-size: 15px; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
.new-flow #purchase-page .purchase-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 26px;
  color: #6e6e73;
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
}
.new-flow #purchase-page .purchase-back-link:hover { color: #1d1d1f; text-decoration: none; }
.new-flow #purchase-page .purchase-content { padding: 36px 0 96px; }
.new-flow #purchase-page .purchase-content > .row { margin-top: 0 !important; }
.new-flow #purchase-page .purchase-form-intro { margin-bottom: 24px; padding: 4px 2px; }
.new-flow #purchase-page .purchase-form-intro > span {
  color: #e76523;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.new-flow #purchase-page .purchase-form-intro h2 {
  margin: 6px 0 8px;
  color: #1d1d1f;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 740;
  letter-spacing: -.035em;
}
.new-flow #purchase-page .purchase-form-intro p { max-width: 690px; margin: 0; color: #6e6e73; font-size: 16px; line-height: 1.55; }
.new-flow #purchase-page .participant-group {
  margin-bottom: 22px;
  padding: 30px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.03), 0 12px 34px rgba(0,0,0,.045);
}
.new-flow #purchase-page .participant-header { margin-bottom: 22px; }
.new-flow #purchase-page .participant-header h4 { margin: 0; color: #1d1d1f; font-size: 24px; font-weight: 720; letter-spacing: -.02em; }
.new-flow #purchase-page .form-group { margin-bottom: 20px; }
.new-flow #purchase-page .form-group label { margin-bottom: 8px; color: #3a3a3c; font-size: 14px; font-weight: 680; }
.new-flow #purchase-page .form-control {
  min-height: 52px;
  height: 52px !important;
  padding: 12px 15px;
  border: 1px solid #d2d2d7;
  border-radius: 13px;
  background: #fff;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 16px;
  box-shadow: none;
}
.new-flow #purchase-page textarea.form-control { min-height: 112px; height: auto !important; resize: vertical; }
.new-flow #purchase-page .form-control:focus { border-color: #e76523; box-shadow: 0 0 0 4px rgba(231,101,35,.12); }
.new-flow #purchase-page .alert { border: 0; border-radius: 18px; }
.new-flow #purchase-page #purchase-price-panel {
  top: 84px;
  padding: 28px !important;
  border: 0;
  border-radius: 24px !important;
  background: #fff;
  box-shadow: 0 16px 46px rgba(0,0,0,.075);
}
.new-flow #purchase-page #purchase-price-panel h6 { color: #86868b !important; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.new-flow #purchase-page #purchase-price-panel .h4 { color: #1d1d1f; font-size: 34px; font-weight: 760; letter-spacing: -.03em; }
.new-flow #purchase-page #purchase-submit-btn,
.new-flow #purchase-page #add-pax-btn {
  min-height: 50px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: #e76523;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none;
}
.new-flow #purchase-page #purchase-submit-btn:hover,
.new-flow #purchase-page #add-pax-btn:hover { background: #cc551b; color: #fff; }
.new-flow #purchase-page .remove-pax-btn { border: 0; border-radius: 999px; }
.new-flow .ticket-image-modal__image,
.new-flow .event-image-modal__image { border-radius: 22px; }

@media (max-width: 991px) {
  .new-flow #ticket-page .ticket-sidebar { position: static; top: auto; }
}

@media (max-width: 980px) {
  .new-flow #events-page .events-hero { padding: 76px 0 66px; }
  .new-flow #ticket-page .ticket-hero-grid { grid-template-columns: minmax(220px, 320px) minmax(0, 1fr); gap: 34px; }
  .new-flow #ticket-page .ticket-facts { grid-template-columns: 1fr; }
  .new-flow #purchase-page .purchase-content > .row { display: flex; }
  .new-flow #purchase-page .purchase-content .col-lg-4 { order: -1; width: 100%; }
  .new-flow #purchase-page #purchase-price-panel { position: static; margin: 0 0 34px; }
}

@media (max-width: 767px) {
  .new-flow .container { width: min(100% - 28px, 1180px); }
  .new-flow #events-page .events-hero { padding: 58px 0 52px; }
  .new-flow #events-page .events-hero h1 { font-size: 48px; }
  .new-flow #events-page .events-hero p { font-size: 17px; }
  .new-flow #events-page .events-list-section { padding: 48px 0 72px; }
  .new-flow #events-page .events-toolbar { align-items: stretch; padding: 12px; }
  .new-flow #events-page .events-toolbar-left,
  .new-flow #events-page .events-toolbar-right { width: 100%; justify-content: space-between; }
  .new-flow #events-page .events-page-count { display: none; }
  .new-flow #events-page .sort-form { width: 100%; justify-content: space-between; }
  .new-flow #events-page .sort-form select { flex: 1; }
  .new-flow #events-page .event-card { border-radius: 22px; }
  .new-flow #ticket-page .ticket-hero { padding: 46px 0 52px; }
  .new-flow #ticket-page .ticket-hero-grid { grid-template-columns: 1fr; }
  .new-flow #ticket-page .ticket-poster { width: min(100%, 440px); margin: 0 auto; border-radius: 22px; }
  .new-flow #ticket-page .ticket-hero h1 { font-size: 44px; }
  .new-flow #ticket-page #ticket-sticky-nav { top: 62px; }
  .new-flow #ticket-page .ticket-body { padding: 48px 0 100px; }
  .new-flow #ticket-page .ticket-section { padding: 24px; border-radius: 22px; }
  .new-flow #purchase-page .page-title-section { padding: 46px 0 52px; }
  .new-flow #purchase-page .page-title-section h1 { font-size: 42px; }
  .new-flow #purchase-page .participant-group { padding: 22px 18px; border-radius: 20px; }
  .new-flow #purchase-page #purchase-price-panel { position: static; margin-bottom: 28px; }
  .new-flow #purchase-page #purchase-submit-btn { width: 100%; }
}
