.events-hero{position:relative}.events-hero-inner{align-items:center}.events-hero-copy .lead{max-width:40rem}.events-hero-actions .button{min-width:180px}.events-hero-image img{border-radius:var(--radius-lg)}.events-hero-caption,.events-image-caption{margin-top:var(--space-3);font-size:var(--font-size-sm);color:var(--gray-700)}.events-image img{width:100%;border-radius:var(--radius-lg)}.events-list{margin-top:var(--space-3);display:grid;grid-gap:var(--space-2);padding-left:1.2rem}.events-list li{position:relative;font-size:var(--font-size-sm);line-height:var(--line-height-relaxed);color:var(--gray-800)}.events-list li:before{content:"";position:absolute;left:-1.2rem;top:0.55rem;width:6px;height:6px;border-radius:999px;background:var(--color-primary)}.events-pill{border-radius:var(--radius-lg);border:1px solid rgba(205,190,174,0.9);padding:var(--space-4);background:linear-gradient(135deg,rgba(255,255,255,0.96),rgba(231,222,211,0.9))}.events-pill h4{margin-bottom:var(--space-2)}.events-section-header p{max-width:40rem;margin-left:auto;margin-right:auto}.events-summary-card{background:linear-gradient(135deg,rgba(255,255,255,0.96),rgba(231,222,211,0.96));box-shadow:var(--shadow-md)}.events-summary-points{display:flex;flex-direction:column;gap:var(--space-3)}.events-summary-actions .button{width:100%;justify-content:flex-end}@media (max-width:900px){.events-summary-actions{text-align:left}.events-summary-actions .button{justify-content:center}.events-summary-card .grid-3{grid-template-columns:1fr}.events-hero-inner{grid-template-columns:1fr}.events-hero{padding-top:var(--space-8)}}@media (max-width:600px){.events-hero-actions,.events-summary-actions{flex-direction:column;align-items:stretch}.events-hero-actions .button,.events-summary-actions .button{width:100%}}