.hero.svelte-13hsgdq{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-noir);color:var(--color-ivory);overflow:hidden;text-align:center;padding:calc(var(--space-32) + 80px) var(--container-padding) var(--space-16)}.hero__background.svelte-13hsgdq{position:absolute;inset:0;z-index:0}.hero__bg-image.svelte-13hsgdq{width:100%;height:100%;object-fit:cover;transform:scale(1.1);transition:transform 1.5s var(--ease-out-expo)}.hero--visible.svelte-13hsgdq .hero__bg-image:where(.svelte-13hsgdq){transform:scale(1)}.hero__overlay.svelte-13hsgdq{position:absolute;inset:0;background:#0d0d0da6}.hero__content.svelte-13hsgdq{position:relative;z-index:1}.hero__eyebrow.svelte-13hsgdq{display:block;font-size:var(--text-caption);font-weight:500;text-transform:uppercase;letter-spacing:.3em;color:var(--color-gold);margin-bottom:var(--space-6);opacity:0;transform:translateY(20px);transition:all .8s var(--ease-out-expo) .2s}.hero--visible.svelte-13hsgdq .hero__eyebrow:where(.svelte-13hsgdq){opacity:1;transform:translateY(0)}.hero__title.svelte-13hsgdq{font-family:var(--font-display);font-size:var(--text-display);font-weight:500;line-height:.95;margin-bottom:var(--space-4);color:var(--color-ivory)}.hero__title-line.svelte-13hsgdq{display:block;opacity:0;transform:translateY(100%);transition:all .8s var(--ease-out-expo)}.hero__title-line.svelte-13hsgdq:nth-child(1){transition-delay:.3s}.hero__title-line.svelte-13hsgdq:nth-child(2){transition-delay:.45s}.hero--visible.svelte-13hsgdq .hero__title-line:where(.svelte-13hsgdq){opacity:1;transform:translateY(0)}.hero__title.svelte-13hsgdq em:where(.svelte-13hsgdq){font-family:var(--font-accent);font-style:italic}.hero__subtitle.svelte-13hsgdq{font-family:var(--font-accent);font-size:var(--text-lg);font-style:italic;opacity:0;transform:translateY(20px);transition:all .8s var(--ease-out-expo) .6s}.hero--visible.svelte-13hsgdq .hero__subtitle:where(.svelte-13hsgdq){opacity:.8;transform:translateY(0)}.events.svelte-13hsgdq{background:var(--color-ivory);padding:var(--space-20) var(--container-padding)}.events__container.svelte-13hsgdq{max-width:var(--container-max);margin:0 auto}.events__grid.svelte-13hsgdq{display:grid;gap:var(--space-8)}.event-card.svelte-13hsgdq{display:grid;grid-template-columns:auto 1fr;background:#fff;border:1px solid rgba(0,0,0,.08);overflow:hidden;opacity:0;transform:translateY(20px);animation:svelte-13hsgdq-cardIn .6s var(--ease-out-expo) forwards}@keyframes svelte-13hsgdq-cardIn{to{opacity:1;transform:translateY(0)}}.event-card__image.svelte-13hsgdq{width:200px;aspect-ratio:1}.event-card__image.svelte-13hsgdq img:where(.svelte-13hsgdq){width:100%;height:100%;object-fit:cover}.event-card__content.svelte-13hsgdq{display:flex;gap:var(--space-6);padding:var(--space-6)}.event-card__date.svelte-13hsgdq{flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;background:var(--color-moss);color:var(--color-ivory);text-align:center}.event-card__day.svelte-13hsgdq{font-family:var(--font-display);font-size:var(--text-h2);font-weight:500;line-height:1}.event-card__month.svelte-13hsgdq{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em}.event-card__info.svelte-13hsgdq{flex:1}.event-card__title.svelte-13hsgdq{font-family:var(--font-display);font-size:var(--text-h3);font-weight:500;color:var(--color-noir);margin-bottom:var(--space-2)}.event-card__description.svelte-13hsgdq{color:var(--color-stone);line-height:1.6;margin-bottom:var(--space-4)}.event-card__meta.svelte-13hsgdq{display:flex;gap:var(--space-6);font-size:var(--text-sm);color:var(--color-stone)}.event-card__time.svelte-13hsgdq,.event-card__location.svelte-13hsgdq{display:flex;align-items:center;gap:var(--space-2)}.loading.svelte-13hsgdq{text-align:center;padding:var(--space-20);color:var(--color-stone)}.loading-spinner.svelte-13hsgdq{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-top-color:var(--color-noir);border-radius:50%;animation:svelte-13hsgdq-spin 1s linear infinite;margin:0 auto var(--space-4)}@keyframes svelte-13hsgdq-spin{to{transform:rotate(360deg)}}.empty.svelte-13hsgdq{text-align:center;padding:var(--space-20)}.empty.svelte-13hsgdq h2:where(.svelte-13hsgdq){font-family:var(--font-display);font-size:var(--text-h3);color:var(--color-noir);margin-bottom:var(--space-2)}.empty.svelte-13hsgdq p:where(.svelte-13hsgdq){color:var(--color-stone);margin-bottom:var(--space-8)}.cta.svelte-13hsgdq{background-color:var(--color-moss);color:var(--color-ivory);padding:var(--space-20) var(--container-padding);text-align:center}.cta__inner.svelte-13hsgdq{max-width:600px;margin:0 auto}.cta__eyebrow.svelte-13hsgdq{display:block;font-size:var(--text-caption);font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);margin-bottom:var(--space-4)}.cta__title.svelte-13hsgdq{font-family:var(--font-display);font-size:var(--text-h2);font-weight:500;margin-bottom:var(--space-4)}.cta__text.svelte-13hsgdq{font-size:var(--text-lg);opacity:.8;margin-bottom:var(--space-8)}@media(max-width:768px){.hero.svelte-13hsgdq{min-height:40vh;padding:calc(var(--space-16) + 80px) var(--container-padding) var(--space-12)}.hero__title.svelte-13hsgdq{font-size:var(--text-h1)}.event-card.svelte-13hsgdq{grid-template-columns:1fr}.event-card__image.svelte-13hsgdq{width:100%;aspect-ratio:16/9}.event-card__content.svelte-13hsgdq{flex-direction:column}.event-card__date.svelte-13hsgdq{width:100%;flex-direction:row;gap:var(--space-2);height:auto;padding:var(--space-3)}.event-card__meta.svelte-13hsgdq{flex-direction:column;gap:var(--space-2)}}
