.events-page{background:#fff}.events-hero{padding:128px 0 8px}.events-hero__inner{max-width:760px}.events-hero__eyebrow{border-radius:var(--radius-full);background:var(--blue-50);color:var(--blue-500);letter-spacing:.01em;margin-bottom:var(--space-4);padding:6px 14px;font-size:.8125rem;font-weight:600;display:inline-block}.events-hero__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--navy-900);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.05}.events-hero__sub{margin-top:var(--space-4);color:var(--text-secondary);max-width:620px;font-size:1.125rem;line-height:1.6}.events-body{padding:var(--space-10) 0 var(--space-24)}.ev-filters{gap:var(--space-2);margin-bottom:var(--space-10);flex-wrap:wrap;display:flex}.ev-pill{border-radius:var(--radius-full);color:var(--text-secondary);transition:background var(--dur-fast) ease, color var(--dur-fast) ease;background:#eef3fa;padding:8px 16px;font-size:.9375rem;font-weight:500}.ev-pill:hover{background:#e1ebf6}.ev-pill--active{background:var(--navy-900);color:#fff}.ev-section{margin-bottom:var(--space-16)}.ev-section:last-child{margin-bottom:0}.ev-section__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--navy-900);margin-bottom:var(--space-6);font-size:clamp(1.5rem,2.4vw,2rem);font-weight:600}.ev-section__head{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.ev-section__head .ev-section__title{margin-bottom:0}#past-events{scroll-margin-top:96px}@media (max-width:560px){.ev-section__head{align-items:flex-start;gap:var(--space-3);flex-direction:column}}.ev-grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.ev-card{background:var(--bg-subtle);border-radius:var(--radius-lg);transition:box-shadow var(--dur-base) ease, transform var(--dur-base) ease;flex-direction:column;display:flex;position:relative;overflow:hidden}.ev-card:hover{transform:translateY(-3px);box-shadow:0 14px 40px #0d24401a}.ev-card__media{aspect-ratio:16/9;background:linear-gradient(135deg,#0d2440,#1c4f9c);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ev-card__media img{object-fit:cover;width:100%;height:100%;display:block}.ev-card__media[data-type=conference]{background:linear-gradient(135deg,#0d2440,#1c4f9c)}.ev-card__media[data-type=webinar]{background:linear-gradient(135deg,#2b1b6b,#5b47c8)}.ev-card__media[data-type=meetup]{background:linear-gradient(135deg,#0b4f4a,#16a394)}.ev-card__media[data-type=workshop]{background:linear-gradient(135deg,#7a2e0b,#e07316)}.ev-card__media[data-type=tradeshow]{background:linear-gradient(135deg,#0d2440,#005ad7)}.ev-card__mediaLabel{font-family:var(--font-display);letter-spacing:-.01em;color:#ffffffe6;font-size:1.25rem;font-weight:600}.ev-card--past .ev-card__media img{filter:saturate(.7)}.ev-card__body{gap:var(--space-3);padding:var(--space-5);flex-direction:column;flex:1;display:flex}.ev-card__meta{align-items:center;gap:var(--space-2) var(--space-3);flex-wrap:wrap;display:flex}.ev-card__datePill,.ev-card__locationPill,.ev-card__boothPill{border-radius:var(--radius-sm);letter-spacing:.01em;white-space:nowrap;align-items:center;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.ev-card__datePill{background:var(--chip-blue);color:var(--text-secondary)}.ev-card__locationPill,.ev-card__boothPill{background:var(--chip-grey);color:var(--text-secondary)}.ev-card--past .ev-card__datePill{background:var(--chip-grey);color:var(--text-muted)}.ev-card--past .ev-card__locationPill,.ev-card--past .ev-card__boothPill{color:var(--text-muted)}.ev-card__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--navy-900);font-size:1.25rem;font-weight:600;line-height:1.25}.ev-card__link:after{content:"";border-radius:inherit;position:absolute;inset:0}.ev-card__link:focus-visible{outline:none}.ev-card:has(.ev-card__link:focus-visible){outline:2px solid var(--blue-500);outline-offset:2px}.ev-card__desc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9375rem;line-height:1.55;display:-webkit-box;overflow:hidden}.ev-card__go{border-radius:var(--radius-md);background:var(--chip-blue);width:40px;height:40px;color:var(--text-secondary);pointer-events:none;transition:background var(--dur-base) ease, color var(--dur-base) ease, transform var(--dur-base) var(--ease-out);justify-content:center;align-self:flex-end;align-items:center;margin-top:auto;display:inline-flex}.ev-card:hover .ev-card__go{background:var(--blue-500);color:#fff;transform:translate(3px)}.ev-card--past .ev-card__go{background:var(--chip-grey);color:var(--text-muted)}.ev-card--past:hover .ev-card__go{background:var(--navy-900);color:#fff}@media (prefers-reduced-motion:reduce){.ev-card:hover .ev-card__go{transform:none}}.ev-empty{padding:var(--space-8) 0;color:var(--text-muted);font-size:1rem}.ev-card--skeleton{pointer-events:none}.ev-card--skeleton .ev-card__media{background:#eef3fa}.ev-skl{background:#eef3fa;border-radius:6px;height:14px;animation:1.3s ease-in-out infinite ev-pulse}.ev-skl--sm{width:40%}.ev-skl--md{width:70%}.ev-skl--lg{width:90%;height:20px}@keyframes ev-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){.ev-card,.ev-card__cta,.ev-skl{transition:none;animation:none}}@media (max-width:600px){.events-hero{padding-top:104px}.ev-grid{grid-template-columns:1fr}}
