/* Events archive + single — ported from design/eventos*. Scoped .limon-events. */

.limon-events .events-hero { background-color: var(--c-purple); background-image: radial-gradient(#ffffff20 2px, transparent 2px), linear-gradient(135deg, var(--c-pink), var(--c-purple)); background-size: 30px 30px, auto; color: #fff; padding: 60px 0; text-align: left; border-bottom: var(--border-ink); }
.limon-events .events-hero .label { color: var(--c-neon-yellow); transform: none; font-size: 28px; }
.limon-events .events-hero h1 { font-family: var(--font-head); font-weight: 700; font-size: clamp(38px, 6vw, 64px); line-height: .98; margin: 4px 0 0; }
.limon-events .events-hero p { font-size: 18px; font-weight: 600; color: #FFD6EC; max-width: 600px; margin: 16px 0 0; line-height: 1.5; }

.limon-events .filter-bar { background: #fff; border-bottom: var(--border-ink); padding: 24px 0; position: sticky; top: 74px; z-index: 50; }
.limon-events .filter-bar .container { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.limon-events .filter-label { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--c-muted-2); margin-right: 8px; }
.filter-btn { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--c-ink); background: var(--c-cream); border: 2.5px solid var(--c-ink); border-radius: 999px; padding: 10px 20px; cursor: pointer; transition: all .12s; box-shadow: 0 3px 0 rgba(42,19,56,.15); display: inline-flex; align-items: center; }
.filter-btn:hover { background: #F4E9FA; }
.filter-btn.active { background: var(--c-purple); color: #fff; transform: translateY(2px); box-shadow: 0 1px 0 rgba(42,19,56,.15); }
.filter-btn .park-dot { width: 8px; height: 8px; border-radius: 99px; display: inline-block; margin-right: 6px; }

.limon-events .events-section { padding: 50px 0; }
.limon-events .events-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.event-card { background: #fff; border: var(--border-ink); border-radius: 24px; overflow: hidden; box-shadow: 0 8px 0 rgba(42,19,56,.12); transition: transform .12s; }
.event-card:hover { transform: translateY(-6px); }
.event-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; }
.event-card.featured .event-img { height: 100%; min-height: 280px; border-bottom: none; border-right: var(--border-ink); }
.event-card.featured .event-title { font-size: 28px; }
.event-img { height: 200px; display: flex; align-items: center; justify-content: center; position: relative; border-bottom: var(--border-ink); }
.event-thumb { width: 100%; height: 100%; object-fit: cover; }
.event-img-icon { display: flex; }
.event-park { position: absolute; top: 14px; right: 14px; font-family: var(--font-head); font-weight: 700; font-size: 11px; color: var(--c-ink); background: #fff; padding: 5px 12px; border-radius: 8px; border: 2px solid var(--c-ink); display: flex; align-items: center; gap: 5px; }
.event-badge { position: absolute; top: 14px; left: 14px; font-family: var(--font-head); font-weight: 700; font-size: 12px; color: #fff; background: var(--c-orange); padding: 6px 14px; border-radius: 10px; border: 2px solid var(--c-ink); }
.event-content { padding: 24px; }
.event-date { font-family: var(--font-head); font-weight: 700; font-size: 13px; color: var(--c-pink); margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.event-title { font-family: var(--font-head); font-weight: 700; font-size: 22px; line-height: 1.15; margin-bottom: 10px; }
.event-desc { font-size: 14px; font-weight: 600; color: var(--c-muted); line-height: 1.5; margin-bottom: 16px; }
.event-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; align-items: center; }
.event-meta-item { font-size: 13px; font-weight: 700; color: var(--c-muted-2); display: flex; align-items: center; gap: 5px; }
.event-price { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: var(--c-green); margin-left: auto; }
.event-cta { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 15px; color: #fff; background: var(--c-pink); border: 2.5px solid var(--c-ink); border-radius: 999px; padding: 12px 24px; box-shadow: 0 4px 0 var(--c-ink); text-decoration: none; transition: transform .08s, box-shadow .08s; }
.event-cta:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--c-ink); color: #fff; }
.empty-state { background: #fff; border: var(--border-ink); border-radius: 24px; padding: 60px 20px; text-align: center; box-shadow: 0 8px 0 rgba(42,19,56,.1); }
.empty-state h3 { font-family: var(--font-head); font-weight: 700; font-size: 24px; margin: 14px 0 6px; }
.empty-state p { font-size: 16px; font-weight: 600; color: var(--c-muted-2); }

/* Single event */
.event-detail-hero { background: var(--c-night-1); color: #fff; padding: 50px 0; }
.event-back { display: inline-flex; align-items: center; gap: 6px; color: #EBD9F5; font-weight: 700; text-decoration: none; margin-bottom: 16px; }
.event-detail-hero h1 { font-family: var(--font-head); font-weight: 700; font-size: clamp(32px, 5vw, 52px); margin: 10px 0; }
.event-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; }
.event-hero-meta span { display: flex; align-items: center; gap: 6px; font-weight: 700; color: #EBD9F5; }
.event-detail-body { padding: 50px 0; }
.event-detail-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; align-items: start; }
.event-program { margin: 16px 0 30px; }
.program-row { display: flex; gap: 16px; padding: 12px 0; border-bottom: 2px dashed #EADFF0; }
.program-time { font-family: var(--font-head); font-weight: 700; color: var(--c-pink); min-width: 70px; }
.event-includes { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.include-card { background: #fff; border: var(--border-ink); border-radius: 16px; padding: 18px; text-align: center; box-shadow: 0 5px 0 rgba(42,19,56,.1); }
.include-card span { display: block; font-family: var(--font-head); font-weight: 700; font-size: 14px; margin-top: 8px; }
.event-sidebar-card { position: sticky; top: 100px; background: #fff; border: var(--border-ink); border-radius: 24px; padding: 28px; box-shadow: 0 10px 0 rgba(42,19,56,.12); }
.event-sidebar-card h3 { font-family: var(--font-head); font-weight: 700; font-size: 22px; margin-bottom: 14px; }
.event-sidebar-price { font-family: var(--font-head); font-weight: 700; font-size: 34px; color: var(--c-green); margin-bottom: 14px; }
.event-facts { list-style: none; padding: 0; margin: 0 0 16px; }
.event-facts li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 2px dashed #EADFF0; font-weight: 700; }
.event-note { font-size: 14px; font-weight: 700; color: var(--c-muted-2); margin-bottom: 10px; }

@media (max-width: 820px) {
  .event-detail-grid { grid-template-columns: 1fr; }
  .event-card.featured { grid-column: auto; display: block; }
  .event-card.featured .event-img { min-height: 200px; border-right: none; border-bottom: var(--border-ink); }
}
