:root {
  --ink: #2c3e50;
  --muted: #5f6f7d;
  --paper: #ffffff;
  --soft: #eef3f7;
  --line: #d7e0e7;
  --blue: #1986c8;
  --blue-dark: #136da2;
  --green: #4f7f26;
  --green-bright: #7aba40;
  --yellow: #e9c109;
  --red: #b83212;
  --orange: #e8471b;
  --utility: #324052;
  --font-heading: 'Montserrat', Arial, sans-serif;
  --font-body: 'Lato', Arial, sans-serif;
  --header: 104px;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--font-body); letter-spacing: 0; }
body, button, input, select, textarea { font-family: var(--font-body); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 68px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.public-body .utility-nav.d-lg-none a {
  min-width: 0;
  font-size: 13px;
  white-space: nowrap;
}

.eyebrow { margin: 0 0 10px; color: var(--blue-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.catalog-intro { position: relative; overflow: hidden; min-height: 520px; display: grid; align-items: center; padding-block: 72px; border-bottom: 8px solid var(--yellow); color: #fff; background: var(--blue-dark); }
.catalog-intro::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(19,109,162,.88) 0%, rgba(19,109,162,.72) 58%, rgba(19,109,162,.54) 100%); content: ''; }
.catalog-intro::after { position: absolute; right: 0; bottom: 0; width: 26%; height: 18px; background: var(--green-bright); content: ''; }
.catalog-intro__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.catalog-intro__inner { position: relative; z-index: 2; }
.catalog-intro .eyebrow { color: #fff; opacity: .82; }
.catalog-intro h1 { max-width: 980px; margin: 0; font-family: var(--font-heading); font-size: 58px; line-height: 1.06; font-weight: 900; }
.catalog-intro p:last-child { max-width: 760px; margin: 22px 0 0; color: #fff; font-size: 21px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-family: var(--font-heading); font-size: 38px; line-height: 1.12; font-weight: 900; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.section-heading--simple { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.section--alternate { background: #f7fafc; }
.section--history { background: var(--soft); }
.catalog-empty { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.catalog-empty a { color: var(--blue-dark); font-weight: 850; text-decoration: none; }
.section-action { margin-top: 34px; text-align: center; }

.event-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.events-catalog { align-items: start; }
.event-card { min-width: 0; border: 1px solid var(--line); border-top: 5px solid var(--blue); background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 22px rgba(44,62,80,.07); }
.event-card__media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--soft); }
.event-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.event-card:hover .event-card__media img { transform: scale(1.018); }
.event-card__body { padding: 24px; }
.event-card__body > p { margin: 0 0 8px; color: var(--green); font-size: 13px; font-weight: 800; }
.event-card h3 { margin: 0; font-family: var(--font-heading); font-size: 24px; line-height: 1.18; font-weight: 800; }
.event-card h3 a { text-decoration: none; }
.event-card__body > span { display: block; margin-top: 12px; color: var(--muted); }
.event-card__link { display: inline-block; margin-top: 20px; color: var(--blue-dark); font-weight: 900; text-decoration: none; }
.event-card a:focus-visible, .button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.back-link { display: inline-flex; gap: 8px; margin-bottom: 34px; color: var(--green); font-weight: 800; text-decoration: none; }
.event-detail { padding-top: 42px; }
.event-detail__intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 64px; align-items: start; padding-bottom: 70px; }
.event-detail__copy h1 { margin: 0; font-family: var(--font-heading); font-size: 56px; line-height: 1.04; font-weight: 900; }
.event-detail__summary { max-width: 680px; margin: 20px 0 28px; color: var(--muted); font-size: 21px; }
.event-detail__media { position: sticky; top: 28px; aspect-ratio: 1 / 1; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.event-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.event-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0 0 30px; border-block: 1px solid var(--line); }
.event-meta div { padding: 16px 16px 16px 0; }
.event-meta div:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
.event-meta dt { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.event-meta dd { margin: 4px 0 0; font-weight: 750; }
.prose p { margin: 0 0 18px; }
.event-description { color: #33434f; }
.fundraising-purpose { margin: 28px 0; padding: 18px 20px; border-left: 4px solid var(--yellow); background: var(--soft); }
.fundraising-purpose span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.fundraising-purpose strong { display: block; margin-top: 4px; font-size: 18px; }
.event-context-links { display: grid; gap: 8px; margin: 24px 0; }
.event-context-links a { width: max-content; max-width: 100%; color: var(--green); font-weight: 800; text-decoration: none; }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 18px; border: 1px solid transparent; border-radius: 5px; font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; }
.button--primary { color: #fff; background: var(--blue-dark); }
.button--primary:hover { background: #0f5b88; }
.button--secondary { color: #fff; background: var(--green); }
.button--secondary:hover { background: #3e681d; }
.button--quiet { border-color: var(--line); background: #fff; }
.button:disabled { opacity: .55; cursor: not-allowed; }

.event-ticket-panel { scroll-margin-top: 24px; padding-top: 62px; border-top: 1px solid var(--line); }
.ticket-panel-heading { display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr); gap: 48px; align-items: end; margin-bottom: 30px; }
.ticket-panel-heading h2 { margin: 0; font-family: var(--font-heading); font-size: 40px; font-weight: 900; }
.ticket-panel-heading > p { margin: 0; color: var(--muted); }
.ticket-groups { display: grid; gap: 32px; }
.ticket-group__heading { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1fr); gap: 34px; align-items: end; margin-bottom: 18px; }
.ticket-group__heading > div { display: flex; align-items: baseline; gap: 14px; }
.ticket-group__heading span { color: var(--green); font-size: 12px; font-weight: 850; }
.ticket-group__heading h3 { margin: 0; font-family: var(--font-heading); font-size: 27px; font-weight: 800; }
.ticket-group__heading p { margin: 0; color: var(--muted); }
.ticket-list { display: grid; gap: 14px; }
.ticket-choice, .ticket-row--preview { display: grid; grid-template-columns: 150px minmax(260px, 1fr) 96px 130px; gap: 24px; align-items: center; padding: 26px 28px; border: 1px solid var(--line); border-left: 6px solid var(--blue); border-radius: 6px; background: #fff; box-shadow: 0 6px 18px rgba(44,62,80,.06); }
.ticket-copy h3 { margin: 0; font-family: var(--font-heading); font-size: 21px; line-height: 1.25; font-weight: 800; }
.ticket-copy p { margin: 8px 0 0; color: var(--muted); font-size: 16px; line-height: 1.5; white-space: pre-line; }
.ticket-copy small { display: block; margin-top: 8px; color: var(--green); font-weight: 750; }
.ticket-price strong { display: block; font-family: var(--font-heading); font-size: 29px; line-height: 1.1; font-weight: 900; }
.ticket-price span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }
.quantity span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.quantity select { width: 100%; min-height: 42px; padding: 7px; border: 1px solid #aeb8b3; border-radius: 4px; background: #fff; }
.ticket-error { grid-column: 1 / -1; margin: 0; color: #a61f18; }
.ticket-choice[aria-busy="true"] .button { opacity: .6; cursor: wait; }
.ticket-row--historical { display: grid; grid-template-columns: 150px minmax(0, 1fr) 150px; gap: 26px; align-items: center; padding: 26px 28px; border: 1px solid var(--line); border-left: 6px solid #aab6bf; border-radius: 6px; background: #fff; }
.historical-ticket-status { justify-self: end; padding: 6px 10px; border-radius: 999px; color: var(--muted); background: var(--soft); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.preview-only { color: var(--muted); font-size: 13px; }
.preview-banner { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 24px; color: #fff; background: var(--ink); font-size: 14px; }
.preview-banner a { color: var(--yellow); }
.preview-related { scroll-margin-top: 24px; padding-top: 62px; border-top: 1px solid var(--line); }
.preview-related .support-level { padding-bottom: 22px; }
.preview-related .support-level h3 { margin: 3px 0 10px; font-family: var(--font-heading); font-size: 25px; }
.preview-related .preview-only { margin-inline: 26px; }
.event-ended { padding: 20px; border: 1px solid var(--line); background: var(--soft); font-weight: 750; }
.empty-panel { max-width: 720px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.empty-panel h2 { margin: 0 0 10px; font-family: var(--font-heading); font-size: 30px; font-weight: 800; }
.empty-panel p { color: var(--muted); }

.narrow { max-width: 920px; }
.page-heading { max-width: 780px; margin-bottom: 42px; }
.page-heading h1, .purchase-heading h1, .story-page__heading h1 { margin: 0; font-family: var(--font-heading); font-size: 52px; line-height: 1.05; font-weight: 900; }
.page-heading p:last-child, .purchase-heading > p:last-child { color: var(--muted); font-size: 18px; }
.pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 36px; }
.pagination a { color: var(--green); font-weight: 800; }
.pagination a:last-child { text-align: right; }
.pagination span { color: var(--muted); text-align: center; }

.story-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.story-item { display: grid; grid-template-columns: minmax(220px, 34%) minmax(0, 1fr); gap: 32px; padding-block: 30px; border-bottom: 1px solid var(--line); }
.story-item__media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--soft); }
.story-item__media img { width: 100%; height: 100%; object-fit: cover; }
.story-item h2 { margin: 6px 0 12px; font-family: var(--font-heading); font-size: 30px; font-weight: 800; }
.story-item h2 a, .story-event { text-decoration: none; }
.story-event { color: var(--green); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.story-item .prose { max-height: 7.5em; overflow: hidden; color: var(--muted); }
.text-link { color: var(--green); font-weight: 800; text-decoration: none; }
.story-page { max-width: 920px; }
.story-page__heading { margin-bottom: 30px; }
.story-page__image { margin: 0 0 34px; aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--radius); }
.story-page__image img { width: 100%; height: 100%; object-fit: cover; }
.story-page__body { max-width: 760px; font-size: 18px; }

.support-page { max-width: 1080px; }
.support-heading { max-width: 800px; margin-bottom: 40px; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.support-level { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.support-level__media { aspect-ratio: 16 / 8; display: grid; place-items: center; overflow: hidden; background: var(--soft); }
.support-level__media img { width: 150px; height: 150px; object-fit: contain; }
.support-level__copy { flex: 1; padding: 26px 26px 18px; }
.support-level__copy h2 { margin: 3px 0 10px; font-family: var(--font-heading); font-size: 32px; font-weight: 800; }
.support-level__copy p { color: var(--muted); }
.support-level__amount { margin: 0; color: var(--green) !important; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.support-level__benefit { font-size: 14px; }
.support-level > .button { margin: 0 26px 26px; }

.checkout-result, .not-found { max-width: 720px; margin: 70px auto; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.checkout-result h1, .not-found h1 { margin-top: 0; font-family: var(--font-heading); font-size: 40px; font-weight: 800; }
.checkout-success { padding-bottom: 72px; background: linear-gradient(180deg, #eef6f1 0, #eef6f1 330px, #fff 330px); }
.checkout-success__intro { min-height: 330px; display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 28px; padding-block: 58px 48px; }
.success-mark { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-size: 42px; font-weight: 900; }
.checkout-success__intro h1 { margin: 4px 0 12px; font-family: var(--font-heading); font-size: clamp(44px, 6vw, 74px); line-height: 1; font-weight: 900; }
.checkout-success__intro p:last-child { max-width: 760px; margin: 0; color: #3e5248; font-size: clamp(18px, 2vw, 23px); }
.checkout-success__body { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 28px; align-items: start; }
.receipt-panel, .next-steps { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 28px rgba(24, 42, 56, .08); }
.receipt-panel { overflow: hidden; }
.receipt-panel__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 28px 22px; border-bottom: 1px solid var(--line); }
.receipt-panel__heading h2, .next-steps h2 { margin: 0; font-family: var(--font-heading); font-size: 30px; line-height: 1.15; font-weight: 800; }
.receipt-status { padding: 5px 10px; border-radius: 999px; background: #dceee5; color: #17593f; font-size: 12px; font-weight: 850; text-transform: uppercase; }
.receipt-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; }
.receipt-facts div { min-width: 0; padding: 19px 28px; border-bottom: 1px solid var(--line); }
.receipt-facts div:nth-child(odd) { border-right: 1px solid var(--line); }
.receipt-facts div:nth-last-child(-n+2) { border-bottom: 0; }
.receipt-facts dt { margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.receipt-facts dd { margin: 0; font-weight: 750; overflow-wrap: anywhere; }
.receipt-facts code { color: var(--green-dark); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; }
.next-steps { padding: 28px; border-top: 4px solid var(--yellow); box-shadow: none; }
.next-steps ol { display: grid; gap: 20px; margin: 26px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.next-steps li { position: relative; display: grid; gap: 2px; padding-left: 38px; counter-increment: steps; }
.next-steps li::before { content: counter(steps); position: absolute; top: 0; left: 0; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 12px; font-weight: 850; }
.next-steps li span { color: var(--muted); font-size: 14px; }
.next-steps a { color: var(--green); font-weight: 800; }
.checkout-success__actions { display: flex; gap: 12px; padding-top: 28px; }
@media (max-width: 900px) {
  .event-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-detail__intro { grid-template-columns: 1fr; gap: 36px; }
  .event-detail__media { position: static; order: -1; aspect-ratio: 16 / 10; }
  .ticket-choice, .ticket-row--preview { grid-template-columns: minmax(0, 1fr) 110px; }
  .ticket-price { grid-column: 1; }
  .ticket-copy { grid-column: 1 / -1; grid-row: 2; }
  .quantity { grid-column: 1; grid-row: 3; }
  .ticket-choice .button, .ticket-row--preview .preview-only { grid-column: 2; grid-row: 3; }
  .ticket-error { grid-column: 1 / -1; }
  .story-item { grid-template-columns: 220px minmax(0, 1fr); }
  .checkout-success__body { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding-block: 46px; }
  .catalog-intro { min-height: 460px; padding-block: 48px; }
  .catalog-intro h1 { font-size: 38px; }
  .catalog-intro p:last-child { font-size: 18px; }
  .event-grid { grid-template-columns: 1fr; gap: 18px; }
  .support-grid { grid-template-columns: 1fr; }
  .story-item { grid-template-columns: 1fr; }
  .story-item__media { aspect-ratio: 16 / 10; }
  .event-card__body { padding: 20px; }
  .event-detail { padding-top: 28px; }
  .event-detail__intro { padding-bottom: 48px; }
  .event-detail__copy h1 { font-size: 44px; }
  .event-detail__summary { font-size: 18px; }
  .event-meta { grid-template-columns: 1fr; }
  .event-meta div:nth-child(even) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .ticket-panel-heading { grid-template-columns: 1fr; gap: 12px; }
  .ticket-panel-heading h2 { font-size: 36px; }
  .ticket-group__heading { grid-template-columns: 1fr; gap: 8px; }
  .ticket-group--impact .ticket-list { padding-left: 14px; }
  .ticket-choice, .ticket-row--preview { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
  .ticket-row--historical { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .historical-ticket-status { justify-self: start; }
  .ticket-price, .ticket-copy, .quantity, .ticket-choice .button, .ticket-row--preview .preview-only { grid-column: 1; grid-row: auto; }
  .preview-banner { align-items: flex-start; flex-direction: column; gap: 4px; }
  .page-heading h1, .purchase-heading h1, .story-page__heading h1 { font-size: 42px; }
  .pagination { grid-template-columns: 1fr 1fr; }
  .pagination > span { grid-column: 1 / -1; grid-row: 1; }
  .checkout-success { background: linear-gradient(180deg, #eef6f1 0, #eef6f1 360px, #fff 360px); }
  .checkout-success__intro { min-height: 360px; grid-template-columns: 1fr; gap: 18px; padding-block: 42px 36px; }
  .success-mark { width: 62px; height: 62px; font-size: 34px; }
  .checkout-success__intro h1 { font-size: 43px; }
  .receipt-panel__heading { align-items: flex-start; padding-inline: 20px; }
  .receipt-facts { grid-template-columns: 1fr; }
  .receipt-facts div, .receipt-facts div:nth-child(odd), .receipt-facts div:nth-last-child(-n+2) { padding-inline: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .receipt-facts div:last-child { border-bottom: 0; }
  .next-steps { padding: 24px 20px; }
  .checkout-success__actions { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
