/* Public reservation experience — v0.8 */
.event-page {
  --public-border: color-mix(in srgb, var(--park-ink) 13%, transparent);
  --public-border-strong: color-mix(in srgb, var(--park-ink) 22%, transparent);
  --public-soft: color-mix(in srgb, var(--park-surface) 78%, var(--event-background));
  --public-shadow: 0 28px 80px rgba(10, 24, 38, 0.16);
  display: block;
  font-size: 16px;
  min-height: 100vh;
}

.event-page::after {
  background:
    linear-gradient(180deg, rgba(var(--event-overlay-rgb), 0.08), rgba(var(--event-overlay-rgb), 0.2)),
    radial-gradient(circle at 50% 0%, transparent 0, rgba(var(--event-overlay-rgb), 0.12) 62%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

.event-page button,
.event-page .button-link {
  background: var(--park-primary);
  border: 1px solid var(--park-primary);
  border-radius: 10px;
  box-shadow: 0 7px 18px color-mix(in srgb, var(--park-primary) 20%, transparent);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 750;
  min-height: 46px;
  padding: 10px 22px;
}

.event-page button:hover,
.event-page .button-link:hover {
  background: color-mix(in srgb, var(--park-primary) 88%, #000000);
  border-color: color-mix(in srgb, var(--park-primary) 88%, #000000);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--park-primary) 25%, transparent);
  color: #ffffff;
  transform: translateY(-1px);
}

.event-page button:focus-visible,
.event-page .button-link:focus-visible,
.event-page a:focus-visible,
.event-landing-page a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--park-primary, #009fe3) 38%, transparent);
  outline-offset: 3px;
}

.event-page button:disabled {
  background: color-mix(in srgb, var(--park-primary) 22%, var(--park-surface));
  border-color: transparent;
  box-shadow: none;
  color: color-mix(in srgb, var(--park-ink) 52%, transparent);
  opacity: 1;
}

.event-page input,
.event-page textarea,
.event-page select {
  background: color-mix(in srgb, var(--park-surface) 96%, transparent);
  border: 1px solid var(--public-border-strong);
  border-radius: 10px;
  box-shadow: none;
  min-height: 48px;
  padding: 11px 14px;
}

.event-page input:hover,
.event-page textarea:hover,
.event-page select:hover {
  border-color: color-mix(in srgb, var(--park-primary) 42%, var(--public-border));
}

.event-page input:focus,
.event-page textarea:focus,
.event-page select:focus {
  border-color: var(--park-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--park-primary) 15%, transparent);
}

.event-page .site-header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 24px 24px 14px;
  text-align: left;
  width: 100%;
}

.event-page .brand {
  align-items: flex-start;
  flex: 0 1 auto;
  gap: 5px;
  grid-column: auto;
  justify-self: auto;
  min-width: 0;
}

.event-page .brand img {
  max-height: 64px;
  max-width: min(188px, 48vw);
}

.event-page .brand span {
  color: var(--park-ink);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.site-header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.event-page .local-flow-switch {
  display: block;
  padding: 0;
}

.event-page .local-flow-switch a {
  background: color-mix(in srgb, var(--park-surface) 88%, transparent);
  border: 1px solid var(--public-border);
  border-radius: 9px;
  box-shadow: none;
  font-size: 0.75rem;
  min-height: 38px;
  padding: 7px 12px;
}

.event-page .local-flow-switch a:hover {
  border-color: var(--public-border-strong);
  transform: none;
}

.event-page .lang-switch {
  background: color-mix(in srgb, var(--park-surface) 88%, transparent);
  border: 1px solid var(--public-border);
  border-radius: 10px;
  box-shadow: none;
  gap: 1px;
  grid-column: auto;
  justify-self: auto;
  padding: 3px;
}

.event-page .lang-switch a {
  height: 32px;
  padding: 4px;
  width: 32px;
}

.event-page .lang-switch a:hover {
  background: color-mix(in srgb, var(--park-primary) 8%, var(--park-surface));
  transform: none;
}

.event-page .lang-switch a.active {
  background: var(--park-surface);
  box-shadow: inset 0 0 0 2px var(--park-primary);
}

.event-page .lang-switch img {
  height: 21px;
  width: 21px;
}

.event-page .shell {
  margin: 14px auto 54px;
  max-width: 1040px;
  padding: 0 22px;
}

.event-page .tool-panel {
  background: color-mix(in srgb, var(--park-surface) 95%, transparent);
  border: 1px solid var(--public-border);
  border-radius: 22px;
  box-shadow: var(--public-shadow);
  padding: clamp(30px, 4.5vw, 50px);
}

.event-page .flow-steps {
  gap: 12px;
  margin: 0 0 clamp(36px, 5vw, 52px);
}

.event-page .flow-steps li {
  color: color-mix(in srgb, var(--event-muted) 82%, transparent);
  font-size: 0.72rem;
  font-weight: 650;
  gap: 8px;
}

.event-page .flow-steps li::after {
  background: var(--public-border);
  height: 1px;
}

.event-page .flow-steps li span {
  border: 1px solid var(--public-border-strong);
  flex-basis: 26px;
  font-size: 0.7rem;
  height: 26px;
}

.event-page .flow-steps li.active {
  color: var(--park-ink);
  font-weight: 800;
}

.event-page .flow-steps li.complete {
  color: var(--park-primary);
}

.event-page .flow-steps li.active span,
.event-page .flow-steps li.complete span {
  background: var(--park-primary);
  border-color: var(--park-primary);
  color: var(--park-primary-contrast, #ffffff);
}

.event-page .flow-steps li.complete::after {
  background: color-mix(in srgb, var(--park-primary) 58%, transparent);
}

.event-page .panel-heading {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.event-page .eyebrow {
  color: var(--park-primary);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.event-page .tool-panel h1 {
  color: var(--park-ink);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  padding-bottom: 15px;
}

.event-page .lead {
  color: var(--event-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  margin-bottom: 0;
  max-width: 720px;
}

.event-page .notice {
  border-radius: 10px;
  font-size: 0.86rem;
  margin-bottom: 24px;
  max-width: 780px;
  padding: 13px 16px;
}

.event-page .notice.success {
  background: #eaf7f2;
  border: 1px solid #a8d9c8;
  color: #0d5f4b;
}

.event-page .notice.error,
.event-page .calendar-state.error {
  background: #fff1f1;
  border: 1px solid #ecc1c3;
  color: #8f2027;
}

.event-page .pass-booking-notice {
  background: #fff5d8;
  border: 1px solid #ead28b;
  border-radius: 12px;
  color: #664a00;
  font-size: 0.9rem;
  grid-template-columns: 26px minmax(0, 1fr);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 780px;
  padding: 18px 20px;
}

.event-page .pass-booking-notice::before {
  align-items: center;
  background: #f4d778;
  border-radius: 50%;
  color: #4f3b00;
  content: "i";
  display: flex;
  font-family: Georgia, serif;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  margin-top: 1px;
  width: 24px;
}

.event-page .barcode-collection {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 18px;
  margin-top: 0;
  max-width: 760px;
  padding: 0;
}

.event-page .barcode-collection-header {
  border-bottom: 1px solid var(--public-border);
  padding-bottom: 16px;
}

.event-page .barcode-collection-header h2 {
  font-size: 1rem;
}

.event-page .barcode-collection-header p {
  font-size: 0.77rem;
  margin-top: 4px;
}

.event-page .barcode-collection-count {
  border-color: var(--public-border-strong);
  border-radius: 999px;
  min-height: 32px;
  min-width: 58px;
}

.event-page .barcode-add-form {
  gap: 10px;
}

.event-page .barcode-add-form input {
  min-height: 54px;
}

.event-page .barcode-list {
  gap: 9px;
}

.event-page .barcode-list-item {
  background: var(--public-soft);
  border: 1px solid var(--public-border);
  border-radius: 10px;
  padding: 12px 13px;
}

.event-page .barcode-list-number {
  background: var(--park-primary);
  color: var(--park-primary-contrast, #ffffff);
  height: 26px;
  width: 26px;
}

.event-page .barcode-list-item code {
  font-size: 0.82rem;
}

.event-page .barcode-collection-empty {
  border: 0;
  color: var(--event-muted);
  padding: 8px 4px 2px;
}

.event-page .barcode-continue-form {
  border-color: var(--public-border);
  padding-top: 18px;
}

.event-page .barcode-continue-form button {
  min-width: 210px;
}

.event-page #event-form {
  margin: 0 auto;
  max-width: 900px;
}

.event-page #event-submit {
  justify-self: end;
  margin-top: 8px;
}

.event-page .calendar {
  background: color-mix(in srgb, var(--park-surface) 65%, transparent);
  border: 1px solid var(--public-border);
  border-radius: 14px;
  box-shadow: none;
  margin: 0 auto 12px;
  padding: 20px;
}

.event-page .calendar-state {
  background: transparent;
  border: 1px dashed var(--public-border-strong);
  border-radius: 10px;
  font-size: 0.86rem;
  padding: 20px;
}

.event-page .calendar-header {
  grid-template-columns: 40px 1fr 40px;
  margin-bottom: 20px;
}

.event-page .calendar-header strong {
  color: var(--park-ink);
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

.event-page .calendar-nav {
  border-radius: 9px;
  min-height: 40px;
  min-width: 40px;
}

.event-page .calendar-months {
  gap: 22px;
}

.event-page .calendar-month-title {
  color: var(--park-ink);
  font-size: 0.8rem;
  margin-bottom: 10px;
}

.event-page .calendar-grid {
  gap: 5px;
}

.event-page .weekday {
  font-size: 0.58rem;
  letter-spacing: 0.055em;
  padding-bottom: 5px;
}

.event-page .day {
  background: color-mix(in srgb, var(--park-ink) 3.5%, transparent);
  border: 1px solid transparent;
  border-radius: 8px;
  color: color-mix(in srgb, var(--event-muted) 72%, transparent);
  min-height: 46px;
}

.event-page .day:disabled {
  background: #e3e8ed;
  border-color: #d2d9e0;
  color: #7b8996;
  cursor: not-allowed;
}

.event-page .day.available {
  background: color-mix(in srgb, var(--park-primary) 7%, var(--park-surface));
  border-color: color-mix(in srgb, var(--park-primary) 18%, transparent);
  box-shadow: none;
  color: var(--park-ink);
}

.event-page .day.available:hover {
  border-color: color-mix(in srgb, var(--park-primary) 48%, transparent);
  box-shadow: 0 5px 14px color-mix(in srgb, var(--park-primary) 12%, transparent);
  transform: translateY(-1px);
}

.event-page .day.crowd-quiet {
  background: #e8f6ed;
  border-color: #a4d4b3;
  color: #0d5a32;
}

.event-page .day.crowd-medium {
  background: #fff6d8;
  border-color: #e4cb72;
  color: #624d00;
}

.event-page .day.crowd-busy {
  background: #fff0e7;
  border-color: #e7ab7d;
  color: #753510;
}

.event-page .day.active {
  background: var(--park-primary);
  border-color: var(--park-primary);
  box-shadow: 0 0 0 3px var(--park-surface), 0 0 0 5px color-mix(in srgb, var(--park-primary) 42%, transparent);
  color: #ffffff;
}

.event-page .day-number {
  font-size: 0.78rem;
}

.event-page .day-availability {
  font-size: 0.52rem;
}

.event-page .slot-list {
  margin-top: 18px;
}

.event-page .slot-list h3 {
  color: var(--park-ink);
  font-size: 0.9rem;
}

.event-page .slot-button {
  background: var(--park-surface);
  border: 1px solid var(--public-border-strong);
  border-radius: 9px;
  box-shadow: none;
  color: var(--park-ink);
}

.event-page .slot-button:hover {
  background: color-mix(in srgb, var(--park-primary) 7%, var(--park-surface));
  border-color: color-mix(in srgb, var(--park-primary) 38%, transparent);
  color: var(--park-ink);
}

.event-page .slot-button.active {
  background: var(--park-primary);
  border-color: var(--park-primary);
  box-shadow: none;
  color: #ffffff;
}

.event-page .step-back-form {
  margin-top: 16px;
}

.event-page .text-back-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--event-muted);
  min-height: 0;
  padding: 4px 6px;
}

.event-page .text-back-link:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--park-primary);
  transform: none;
}

.event-page .summary-strip {
  justify-content: flex-start;
  margin: 0 auto 18px;
  max-width: 720px;
}

.event-page .summary-strip span {
  background: var(--public-soft);
  border: 1px solid var(--public-border);
  border-radius: 8px;
  color: var(--park-ink);
  font-size: 0.78rem;
  padding: 7px 10px;
}

.event-page .stacked-form {
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 720px;
}

.event-page .stacked-form label {
  color: var(--park-ink);
  font-size: 0.8rem;
}

.event-page .stacked-form > label:nth-of-type(3),
.event-page .stacked-form .check-row,
.event-page .stacked-form > button {
  grid-column: 1 / -1;
}

.event-page .stacked-form > button {
  justify-self: end;
  margin-top: 2px;
}

.event-page .check-row span {
  color: var(--event-muted);
}

.event-page .check-row input[type="checkbox"] {
  border-radius: 4px;
  flex: none;
  height: 20px;
  margin: 1px 0 0;
  min-height: 20px;
  padding: 0;
  width: 20px;
}

.event-page .result {
  margin: 0 auto;
  max-width: 760px;
}

.event-page .success-mark {
  height: 48px;
  margin-bottom: 18px;
  width: 48px;
}

.event-page .result dl {
  border: 1px solid var(--public-border);
  border-radius: 12px;
  margin: 24px 0;
}

.event-page .result dl div {
  padding: 14px 16px;
}

.event-page .result dl div + div {
  border-color: var(--public-border);
}

.event-page .result dt {
  color: var(--event-muted);
  font-size: 0.76rem;
}

.event-page .result dd {
  color: var(--park-ink);
}

.event-page .app-version {
  color: color-mix(in srgb, var(--park-ink) 42%, transparent);
  font-size: 0.64rem;
  margin-bottom: 20px;
}

.event-mode-dark {
  --public-border: rgba(255, 255, 255, 0.1);
  --public-border-strong: rgba(255, 255, 255, 0.17);
  --public-soft: rgba(255, 255, 255, 0.045);
  --public-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.public-page.event-mode-dark::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32)),
    radial-gradient(circle at 50% 16%, transparent 0, rgba(0, 0, 0, 0.2) 70%);
}

.event-mode-dark .tool-panel {
  backdrop-filter: blur(18px);
  background: rgba(22, 27, 33, 0.91);
  border-color: rgba(255, 255, 255, 0.1);
}

.event-mode-dark .brand span,
.event-mode-dark .tool-panel h1,
.event-mode-dark .flow-steps li.active,
.event-mode-dark .barcode-collection-header h2,
.event-mode-dark .barcode-list-item code,
.event-mode-dark .calendar-header strong,
.event-mode-dark .calendar-month-title,
.event-mode-dark .slot-list h3,
.event-mode-dark .stacked-form label,
.event-mode-dark .summary-strip span,
.event-mode-dark .result dd {
  color: #ffffff;
}

.event-mode-dark .lead,
.event-mode-dark .barcode-collection-header p,
.event-mode-dark .barcode-collection-count span,
.event-mode-dark .barcode-collection-empty,
.event-mode-dark .barcode-list-item small,
.event-mode-dark .flow-steps li,
.event-mode-dark .weekday,
.event-mode-dark .text-back-link,
.event-mode-dark .check-row span {
  color: rgba(255, 255, 255, 0.62);
}

.event-mode-dark .local-flow-switch a,
.event-mode-dark .lang-switch {
  backdrop-filter: blur(12px);
  background: rgba(18, 23, 29, 0.76);
}

.event-mode-dark .lang-switch a.active {
  background: rgba(255, 255, 255, 0.09);
}

.event-mode-dark input,
.event-mode-dark textarea,
.event-mode-dark select {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.event-mode-dark input::placeholder,
.event-mode-dark textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.event-mode-dark .barcode-collection {
  background: transparent;
  border: 0;
}

.event-mode-dark .barcode-list-item {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(255, 255, 255, 0.09);
}

.event-mode-dark .calendar {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.09);
}

.event-mode-dark .calendar-state {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.14);
}

.event-mode-dark .day,
.event-mode-dark .day:disabled {
  background: rgba(255, 255, 255, 0.035);
  border-color: transparent;
  color: rgba(255, 255, 255, 0.42);
}

.event-mode-dark .day.available {
  background: color-mix(in srgb, var(--park-primary) 13%, rgba(255, 255, 255, 0.045));
  border-color: color-mix(in srgb, var(--park-primary) 30%, transparent);
  color: #ffffff;
}

.event-mode-dark .day.crowd-quiet {
  background: #183f31;
  border-color: #35765c;
  color: #effff8;
}

.event-mode-dark .day.crowd-medium {
  background: #4b411f;
  border-color: #80713a;
  color: #fff9df;
}

.event-mode-dark .day.crowd-busy {
  background: #4b2d22;
  border-color: #8b543e;
  color: #fff2eb;
}

.event-mode-dark .day.active {
  background: var(--park-primary);
  border-color: var(--park-primary);
  box-shadow: 0 0 0 3px #161b21, 0 0 0 5px color-mix(in srgb, var(--park-primary) 55%, transparent);
  color: #ffffff;
}

.event-mode-dark .slot-button {
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.event-mode-dark .slot-button:hover {
  background: rgba(255, 255, 255, 0.085);
  border-color: color-mix(in srgb, var(--park-primary) 45%, transparent);
  color: #ffffff;
}

.event-mode-dark .slot-button.active {
  background: var(--park-primary);
  border-color: var(--park-primary);
  color: #ffffff;
}

.event-mode-dark .pass-booking-notice {
  background: #fff1c7;
  border-color: #dfc16d;
  color: #624600;
}

.event-mode-dark .notice.success {
  background: #123f35;
  border-color: #3f8f78;
  color: #f4fffb;
}

.event-mode-dark .notice.error,
.event-mode-dark .calendar-state.error {
  background: #4b2529;
  border-color: #825157;
  color: #fff1f2;
}

.event-mode-light {
  --public-shadow: 0 28px 80px rgba(38, 68, 84, 0.13);
}

.public-page.event-mode-light::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.34)),
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--park-primary) 8%, transparent), transparent 48%);
}

.event-mode-light .tool-panel {
  backdrop-filter: blur(12px);
  background: color-mix(in srgb, var(--park-surface) 95%, transparent);
}

.event-landing-page {
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 140, 40, 0.08), transparent 30%),
    radial-gradient(circle at 90% 8%, rgba(0, 159, 227, 0.09), transparent 32%),
    #f5f7f9;
  color: #172235;
  font-size: 16px;
}

.event-landing-page .landing-header {
  align-items: flex-end;
  border-bottom: 1px solid #e0e5eb;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 52px 24px 28px;
}

.event-landing-page .landing-header > div {
  max-width: 720px;
}

.event-landing-page .landing-header h1 {
  color: #172235;
  font-size: clamp(2rem, 4vw, 3.15rem);
  letter-spacing: -0.04em;
  line-height: 1.03;
  padding-bottom: 12px;
  text-align: left;
}

.event-landing-page .landing-header p {
  color: #667285;
  font-size: 0.94rem;
  line-height: 1.6;
}

.event-landing-page .landing-header .eyebrow {
  color: #d97718;
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  margin-bottom: 10px;
}

.event-landing-page .lang-switch {
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  box-shadow: none;
}

.event-landing-page .event-grid {
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  max-width: 1200px;
  padding: 30px 24px 64px;
}

.event-landing-page .event-grid-empty {
  display: block;
}

.event-landing-page .event-empty-state {
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(23, 34, 53, 0.055);
  margin: 0 auto;
  max-width: 680px;
  padding: 48px 32px;
  text-align: center;
}

.event-landing-page .event-empty-state-icon {
  align-items: center;
  background: #f0f3f6;
  border-radius: 999px;
  color: #7a8697;
  display: inline-flex;
  font-size: 1.5rem;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.event-landing-page .event-empty-state h2 {
  color: #172235;
  font-size: 1.35rem;
  margin: 0 0 8px;
}

.event-landing-page .event-empty-state p {
  color: #667285;
  line-height: 1.6;
  margin: 0;
}

.event-landing-page .event-card {
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(23, 34, 53, 0.055);
  min-height: 380px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.event-landing-page .event-card:hover {
  border-color: color-mix(in srgb, var(--event-card-color) 42%, #dfe4ea);
  box-shadow: 0 20px 44px rgba(23, 34, 53, 0.12);
  transform: translateY(-3px);
}

.event-landing-page .event-card-media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.event-landing-page .event-card-media-placeholder {
  align-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.55), transparent 45%),
    color-mix(in srgb, var(--event-card-color) 22%, #edf3f6);
  display: flex;
  justify-content: center;
  padding: 34px;
}

.event-landing-page .event-card-media-placeholder img {
  display: block;
  max-height: 92px;
  max-width: min(210px, 72%);
  object-fit: contain;
}

.event-landing-page .event-card-copy {
  align-content: start;
  gap: 9px;
  padding: 22px;
}

.event-landing-page .event-card-copy strong {
  color: #172235;
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  line-height: 1.28;
}

.event-landing-page .event-card-copy > span:not(.event-card-action) {
  color: #667285;
  display: -webkit-box;
  font-size: 0.83rem;
  line-height: 1.55;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.event-landing-page .event-card-action {
  align-items: center;
  align-self: end;
  background: var(--event-card-color);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.78rem;
  justify-content: center;
  justify-self: start;
  margin-top: 8px;
  min-height: 36px;
  padding: 7px 12px;
}

.event-landing-page .landing-version {
  color: #929baa;
  font-size: 0.64rem;
}

@media (max-width: 760px) {
  .event-page {
    background-attachment: scroll;
  }

  .event-page .site-header {
    align-items: flex-start;
    flex-direction: row;
    gap: 14px;
    padding: 18px 16px 10px;
  }

  .event-page .brand {
    flex: 1 1 auto;
  }

  .event-page .brand img {
    max-height: 52px;
    max-width: 145px;
  }

  .event-page .brand span {
    font-size: 0.65rem;
  }

  .site-header-actions {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 7px;
  }

  .event-page .local-flow-switch a {
    font-size: 0.66rem;
    min-height: 32px;
    padding: 5px 9px;
  }

  .event-page .lang-switch a {
    height: 29px;
    width: 29px;
  }

  .event-page .lang-switch img {
    height: 19px;
    width: 19px;
  }

  .event-page .shell {
    margin: 10px auto 42px;
    padding: 0 12px;
  }

  .event-page .tool-panel {
    border-radius: 16px;
    padding: 24px 18px;
  }

  .event-page .flow-steps {
    gap: 5px;
    margin-bottom: 34px;
  }

  .event-page .flow-steps li {
    font-size: 0.62rem;
    gap: 5px;
  }

  .event-page .flow-steps li::after {
    margin-left: 0;
  }

  .event-page .flow-steps li span {
    flex-basis: 24px;
    height: 24px;
  }

  .event-page .panel-heading {
    margin-bottom: 28px;
  }

  .event-page .tool-panel h1 {
    font-size: 1.65rem;
  }

  .event-page .lead {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .event-page .pass-booking-notice {
    gap: 12px;
    grid-template-columns: 24px minmax(0, 1fr);
    margin-bottom: 24px;
    padding: 16px;
  }

  .event-page .barcode-add-form {
    grid-template-columns: 1fr;
  }

  .event-page .barcode-add-form button,
  .event-page .barcode-continue-form button {
    min-width: 0;
    width: 100%;
  }

  .event-page .barcode-list-item {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .event-page .barcode-remove-form {
    grid-column: 2;
  }

  .event-page .barcode-remove-form button {
    width: auto;
  }

  .event-page .calendar {
    border-radius: 12px;
    padding: 14px 10px;
  }

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

  .event-page .day {
    min-height: 43px;
  }

  .event-page #event-submit {
    justify-self: stretch;
    width: 100%;
  }

  .event-page .summary-strip {
    justify-content: center;
  }

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

  .event-page .stacked-form > label:nth-of-type(3),
  .event-page .stacked-form .check-row,
  .event-page .stacked-form > button {
    grid-column: 1;
  }

  .event-page .stacked-form > button {
    justify-self: stretch;
    width: 100%;
  }

  .event-page .result dl div {
    grid-template-columns: 1fr;
  }

  .event-landing-page .landing-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 18px 22px;
  }

  .event-landing-page .landing-header .lang-switch {
    align-self: flex-start;
  }

  .event-landing-page .event-grid {
    grid-template-columns: 1fr;
    padding: 20px 18px 44px;
  }

  .event-landing-page .event-card {
    min-height: 330px;
  }
}

@media (max-width: 480px) {
  .event-page .flow-steps li {
    font-size: 0;
  }

  .event-page .flow-steps li.active {
    font-size: 0.62rem;
  }

  .event-page .flow-steps li:not(.active)::after {
    min-width: 5px;
  }
}
