.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .76rem 1.18rem;
  color: var(--ink);
  background: var(--sun);
  border: 1.5px solid var(--ink);
  border-radius: var(--radius-pill);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.button:hover { color: var(--ink); background: #ffd15a; text-decoration: none; transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); }
.button:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.button--dark { color: var(--white); background: var(--ink); box-shadow: 3px 3px 0 var(--orange); }
.button--dark:hover { color: var(--white); background: var(--carbon); box-shadow: 5px 5px 0 var(--orange); }
.button--light { color: var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--sun); }
.button--light:hover { color: var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--sun); }
.button--outline, .button--ghost { background: transparent; box-shadow: none; }
.button--outline:hover, .button--ghost:hover { background: var(--white); box-shadow: 3px 3px 0 var(--ink); }
.button--compact { min-height: 48px; padding: .58rem 1rem; box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; }

.eyebrow { margin: 0 0 .8rem; color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow--light { color: var(--sun); }
.eyebrow--ink { color: var(--ink); }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: .35rem; font-size: .9rem; font-weight: 800; text-decoration-thickness: 2px; }
.text-link--light { color: var(--white); }

.status-pill { display: inline-flex; width: fit-content; align-items: center; min-height: 28px; padding: .3rem .64rem; border: 1px solid currentColor; border-radius: var(--radius-pill); color: var(--carbon); background: var(--white); font-size: .7rem; font-weight: 800; line-height: 1; }
.status-pill--success { color: #175e40; background: #e8f6ef; }
.status-pill--danger { color: #8b2723; background: #fbe8e5; }
.status-pill--warning { color: #6f4900; background: #fff1c7; }
.status-pill--muted { color: #514a45; background: #e9e4de; }

.event-list { display: grid; border-top: var(--line); }
.event-row { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; align-items: center; gap: var(--space-4); min-width: 0; padding: 1.15rem 1rem; border-bottom: var(--line); transition: background-color .2s ease; }
.event-row:hover, .event-row:focus-within { background: rgb(245 185 31 / 16%); }
.event-date { display: grid; align-content: center; min-height: 76px; padding: .65rem .75rem; color: var(--white); background: var(--teal); border-radius: var(--radius-sm); }
.event-date time { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 0 .42rem; font-family: var(--font-display); font-weight: 750; line-height: 1; text-transform: capitalize; }
.event-date time strong { grid-row: 1 / 3; font-size: 2rem; letter-spacing: -.06em; }
.event-date time span { font-size: .8rem; }
.event-date time small { color: rgb(255 255 255 / 65%); font-family: var(--font-body); font-size: .61rem; letter-spacing: .06em; }
.event-time { margin-top: .35rem; color: rgb(255 255 255 / 78%); font-size: .72rem; font-weight: 750; }
.event-main { min-width: 0; }
.event-main h3 { max-width: 30ch; margin: .22rem 0; font-size: clamp(1.25rem, 1.06rem + .75vw, 1.75rem); }
.event-main h3 a { text-decoration: none; }
.event-main > p:last-child { margin: 0; color: var(--muted-ink); font-size: .88rem; }
.event-place { margin: 0; color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.event-action { display: grid; min-width: 0; justify-items: end; gap: .65rem; }

.notice-state { padding: 1.2rem 1.35rem; background: var(--white); border: var(--line); border-radius: var(--radius-md); }
.notice-state strong { font-family: var(--font-display); font-size: var(--step-1); }
.notice-state p { margin: .35rem 0 0; color: var(--muted-ink); }
.notice-state--error { border-color: var(--red); }
.notice-state--success { border-color: var(--teal); }

.form-surface { padding: clamp(1.15rem, 3vw, 2.15rem); color: var(--ink); background: var(--white); border: var(--line-light); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.site-main .cris-form { max-width: none; gap: 1rem; }
.site-main .cris-form label { color: var(--ink); }
.site-main .cris-form label > span, .site-main .cris-form small { color: rgb(23 19 16 / 58%); }
.site-main .cris-form [data-cris-submit] { min-height: 50px; padding: .75rem 1.15rem; color: var(--white); background: var(--ink); border: 1.5px solid var(--ink); border-radius: var(--radius-pill); box-shadow: 3px 3px 0 var(--orange); font-weight: 800; }
.site-main .cris-city-options { position: absolute; inset: calc(100% + .35rem) 0 auto; z-index: 30; }
.site-main .cris-consent { align-items: start; grid-template-columns: 1.25rem 1fr; }
.site-main .cris-consent input { width: 1.25rem; min-height: 1.25rem; }
.pagination { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: var(--space-5); }
.pagination .page-numbers { display: grid; min-width: 44px; min-height: 44px; place-items: center; padding: .4rem; border: 1px solid var(--ink); border-radius: var(--radius-pill); text-decoration: none; }
.pagination .current { color: var(--white); background: var(--ink); }
.result-count { color: var(--muted-ink); font-size: .86rem; font-weight: 700; }
.responsive-picture, .responsive-picture img { width: 100%; height: 100%; }
