.page-hero[data-astro-cid-loahurku]{background-color:var(--color-secondary);color:var(--color-white);padding:4rem 1.5rem;text-align:center}.page-hero__title[data-astro-cid-loahurku]{font-family:var(--font-hero);font-size:var(--text-4xl);font-weight:600;margin-bottom:1rem}.page-hero__subtitle[data-astro-cid-loahurku]{font-size:var(--text-lg);opacity:.85;max-width:640px;margin:0 auto}.upcoming-grid[data-astro-cid-loahurku]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.upcoming-card[data-astro-cid-loahurku]{display:flex;gap:1.25rem;background:var(--color-white);border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s,transform .2s}.upcoming-card[data-astro-cid-loahurku]:hover{box-shadow:0 8px 24px #3559b61f;transform:translateY(-3px)}.upcoming-card__badge[data-astro-cid-loahurku]{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-primary);color:var(--color-white);border-radius:8px;padding:.75rem 1rem;min-width:70px;text-align:center;flex-shrink:0}.upcoming-card__day[data-astro-cid-loahurku]{font-size:var(--text-3xl);font-weight:700;font-family:var(--font-hero);line-height:1}.upcoming-card__month[data-astro-cid-loahurku]{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem}.upcoming-card__year[data-astro-cid-loahurku]{font-size:var(--text-xs);opacity:.75}.upcoming-card__title[data-astro-cid-loahurku]{font-size:var(--text-xl);font-weight:600;color:var(--color-secondary);margin-bottom:.4rem;line-height:1.35}.upcoming-card__time[data-astro-cid-loahurku]{font-size:var(--text-sm);color:var(--color-primary);font-weight:500;margin-bottom:.2rem}.upcoming-card__location[data-astro-cid-loahurku]{font-size:var(--text-sm);color:var(--color-text);margin-bottom:.5rem}.upcoming-card__desc[data-astro-cid-loahurku]{font-size:var(--text-sm);color:var(--color-text);line-height:1.55;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.upcoming-card__btn[data-astro-cid-loahurku]{font-size:var(--text-sm);padding:.5rem 1.25rem}.events-empty[data-astro-cid-loahurku]{text-align:center;color:var(--color-text);font-size:var(--text-lg);padding:3rem 0}.calendar-section[data-astro-cid-loahurku]{background-color:#f7f9fc}.months-grid[data-astro-cid-loahurku]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.month-card[data-astro-cid-loahurku]{background:var(--color-white);border:1px solid #e2e8f0;border-radius:10px;padding:1rem;box-shadow:0 1px 4px #0000000a}.month-card__name[data-astro-cid-loahurku]{font-size:var(--text-sm);font-weight:600;color:var(--color-primary);text-align:center;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem}.month-grid[data-astro-cid-loahurku]{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.month-grid__header[data-astro-cid-loahurku]{font-size:.6rem;font-weight:600;color:var(--color-text);text-align:center;padding:.2rem 0;text-transform:uppercase}.month-grid__empty[data-astro-cid-loahurku]{aspect-ratio:1}.month-grid__day[data-astro-cid-loahurku]{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.68rem;color:var(--color-secondary);border-radius:50%;position:relative;cursor:default;user-select:none}.month-grid__day[data-astro-cid-loahurku].is-today{background-color:var(--color-teal);font-weight:700;color:var(--color-secondary)}.month-grid__day[data-astro-cid-loahurku].has-events{background-color:var(--color-primary);color:var(--color-white);font-weight:600;cursor:pointer}.month-grid__day[data-astro-cid-loahurku].has-events:hover,.month-grid__day[data-astro-cid-loahurku].has-events:focus-visible{background-color:var(--color-cta);outline:2px solid var(--color-cta);outline-offset:2px}.month-grid__day[data-astro-cid-loahurku].is-today.has-events{background-color:var(--color-cta)}.event-dot[data-astro-cid-loahurku]{display:block;width:3px;height:3px;background:#ffffffb3;border-radius:50%;position:absolute;bottom:2px}.calendar-legend[data-astro-cid-loahurku]{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:var(--text-sm);color:var(--color-text)}.legend-swatch[data-astro-cid-loahurku]{display:inline-block;width:14px;height:14px;border-radius:50%;vertical-align:middle}.legend-swatch--event[data-astro-cid-loahurku]{background:var(--color-primary)}.legend-swatch--today[data-astro-cid-loahurku]{background:var(--color-teal)}.event-modal[data-astro-cid-loahurku]{border:none;border-radius:12px;padding:0;max-width:480px;width:calc(100% - 2rem);box-shadow:0 20px 60px #0003}.event-modal[data-astro-cid-loahurku]::backdrop{background:#1d35578c;backdrop-filter:blur(2px)}.event-modal__inner[data-astro-cid-loahurku]{padding:2rem;position:relative}.event-modal__close[data-astro-cid-loahurku]{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:var(--text-xl);cursor:pointer;color:var(--color-text);line-height:1;padding:.25rem .5rem;border-radius:4px;transition:background .15s}.event-modal__close[data-astro-cid-loahurku]:hover{background:#f0f4f8}.event-modal__date-label[data-astro-cid-loahurku]{font-family:var(--font-hero);font-size:var(--text-xl);font-weight:600;color:var(--color-primary);margin-bottom:1.25rem;padding-right:2rem}.modal-event[data-astro-cid-loahurku]{padding:1rem 0;border-bottom:1px solid #e2e8f0}.modal-event[data-astro-cid-loahurku]:last-child{border-bottom:none;padding-bottom:0}.modal-event__title[data-astro-cid-loahurku]{font-size:var(--text-lg);font-weight:600;color:var(--color-secondary);margin-bottom:.35rem}.modal-event__meta[data-astro-cid-loahurku]{font-size:var(--text-sm);color:var(--color-primary);margin-bottom:.5rem}.modal-event__desc[data-astro-cid-loahurku]{font-size:var(--text-sm);color:var(--color-text);line-height:1.55;margin-bottom:.75rem}.modal-event__btn[data-astro-cid-loahurku]{display:inline-block;font-size:var(--text-sm);font-weight:600;color:var(--color-white);background:var(--color-cta);padding:.45rem 1.1rem;border-radius:4px;transition:background .2s}.modal-event__btn[data-astro-cid-loahurku]:hover{background:var(--color-accent);color:var(--color-white)}@media (max-width: 1100px){.months-grid[data-astro-cid-loahurku]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.months-grid[data-astro-cid-loahurku]{grid-template-columns:repeat(2,1fr)}.upcoming-grid[data-astro-cid-loahurku]{grid-template-columns:1fr}}@media (max-width: 480px){.months-grid[data-astro-cid-loahurku]{grid-template-columns:1fr}}
