/* ===== Events & Programs ===== */
.page-hero { position: relative; min-height: min(58vh, 540px); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; color: var(--ivory); }
.page-hero img { position: absolute; inset: -6% 0; width: 100%; height: 112%; object-fit: cover; z-index: -2; }
.page-hero .hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, color-mix(in srgb, var(--spruce) 48%, transparent) 0%, color-mix(in srgb, var(--spruce) 20%, transparent) 34%, color-mix(in srgb, var(--spruce) 62%, transparent) 74%, color-mix(in srgb, var(--spruce) 92%, transparent) 100%), linear-gradient(90deg, color-mix(in srgb, var(--spruce) 70%, transparent) 0%, color-mix(in srgb, var(--spruce) 24%, transparent) 54%, transparent 82%); }
.page-hero-copy { padding-bottom: clamp(36px, 5vw, 72px); max-width: none; text-shadow: 0 2px 30px color-mix(in srgb, var(--spruce) 58%, transparent); }
.page-hero-copy > * { max-width: min(42rem, 100%); }
.page-hero-copy > .upcoming-note { max-width: min(72ch, 100%); }
.upcoming-note { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--rule); color: var(--ink-70); font-size: 1.02rem; line-height: 1.55; max-width: 72ch; }
.upcoming-note strong { color: var(--forest); }
.page-hero .tag { color: color-mix(in srgb, var(--sand) 92%, white); margin-bottom: 1.1rem; }
.page-hero .lede { color: color-mix(in srgb, var(--ivory) 90%, transparent); margin-top: 1.2rem; max-width: 44ch; }

/* equity statement */
.equity { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.equity h2 { max-width: 14ch; }
.equity .prose { font-size: 1.12rem; color: color-mix(in srgb, var(--ivory) 88%, transparent); max-width: 56ch; }
@media (max-width: 760px) { .equity { grid-template-columns: 1fr; } }

/* season invite (CTA block) */
.invite { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(32px, 4vw, 64px); align-items: center; background: var(--ivory); border-radius: 16px; padding: clamp(32px, 4vw, 56px); box-shadow: var(--shadow-sm); }
.invite h2 { color: var(--forest); margin-bottom: 1rem; max-width: 18ch; }
.invite p { color: var(--ink-70); max-width: 50ch; }
.invite .btn-row { margin-top: 1.6rem; }
.invite-aside { border-left: 3px solid var(--ember); padding-left: 22px; }
.invite-aside .tag { margin-bottom: 0.7rem; }
.invite-aside strong { font-family: var(--font-display); font-weight: 360; font-size: clamp(1.5rem, 2.2vw, 2rem); color: var(--clay); display: block; line-height: 1.1; }
.invite-aside span { display: block; margin-top: 0.5rem; color: var(--ink-70); font-size: 0.98rem; }
@media (max-width: 760px) { .invite { grid-template-columns: 1fr; } .invite-aside { border-left: 0; border-top: 1px solid var(--rule); padding-left: 0; padding-top: 22px; } }

/* featured events with ticket-stub date */
.feature-list { display: grid; gap: 22px; }
.event-feature { display: grid; grid-template-columns: 168px 1fr auto; gap: 0; background: var(--ivory); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.event-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.stub { background: var(--forest); color: var(--ivory); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 26px 18px; text-align: center; position: relative; }
.stub::after { content: ""; position: absolute; right: -8px; top: 0; bottom: 0; width: 16px; background-image: radial-gradient(circle at 8px center, var(--paper) 6px, transparent 6.5px); background-size: 16px 22px; background-repeat: repeat-y; }
.bg-paper2 .stub::after { background-image: radial-gradient(circle at 8px center, var(--paper-2) 6px, transparent 6.5px); }
.stub .s-month { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: color-mix(in srgb, var(--sand) 92%, white); }
.stub .s-day { font-family: var(--font-display); font-size: 3.2rem; line-height: 1; font-weight: 360; margin: 2px 0; }
.stub .s-time { font-size: 0.82rem; color: color-mix(in srgb, var(--ivory) 80%, transparent); }
.event-feature-body { padding: clamp(22px, 2.5vw, 32px); display: flex; flex-direction: column; justify-content: center; }
.etype { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay); margin-bottom: 0.5rem; }
.event-feature-body h3 { color: var(--forest); }
.event-feature-body .with { font-style: italic; font-family: var(--font-display); color: var(--clay); margin: 0.3rem 0 0; }
.event-feature-body p.sum { margin: 0.6rem 0 0; color: var(--ink-70); font-size: 0.98rem; max-width: 60ch; }
.event-feature-aside { padding: clamp(22px, 2.5vw, 32px); display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 12px; border-left: 1px solid var(--rule); min-width: 190px; }
.eprice { text-align: right; font-size: 0.92rem; color: var(--ink-70); line-height: 1.5; }
.eprice b { display: block; color: var(--forest); font-size: 1.05rem; }
@media (max-width: 820px) {
  .event-feature { grid-template-columns: 120px 1fr; }
  .stub { padding: 20px 12px; }
  .stub .s-day { font-size: 2.4rem; }
  .event-feature-aside { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; border-left: 0; border-top: 1px solid var(--rule); }
}
@media (max-width: 480px) {
  .event-feature { grid-template-columns: 1fr; }
  .stub { flex-direction: row; gap: 12px; padding: 16px; }
  .stub::after { display: none; }
  .stub .s-day { font-size: 2rem; }
}

/* archive */
.year-group + .year-group { margin-top: clamp(44px, 5vw, 72px); }
.year-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: clamp(22px, 2.5vw, 34px); }
.year-head h3 { font-family: var(--font-display); font-size: clamp(2rem, 3.4vw, 3rem); color: var(--forest); font-weight: 360; }
.year-head .y-line { flex: 1; height: 1px; background: var(--rule); }
.year-head .y-count { color: var(--ink-55); font-size: 0.92rem; }
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.event-card { background: var(--ivory); border-radius: 14px; padding: clamp(22px, 2.2vw, 28px); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 0.4rem; transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.event-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.event-card .e-date { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; color: var(--clay); }
.event-card h4 { font-size: 1.35rem; color: var(--forest); margin-top: 0.2rem; }
.event-card .with { font-style: italic; font-family: var(--font-display); color: var(--clay); margin: 0; font-size: 0.98rem; }
.event-card p.sum { margin: 0.4rem 0 0; color: var(--ink-70); font-size: 0.95rem; }
.event-card .etype { margin-top: auto; padding-top: 0.9rem; color: var(--sage); }
@media (max-width: 900px) { .event-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .event-grid { grid-template-columns: 1fr; } }
