.featured-events-section{position:relative;padding:8px 0 74px;background:var(--paper)}
.featured-events-section::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}
.featured-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}
.featured-heading h2{margin:8px 0 6px;letter-spacing:-.025em}
.featured-heading .section-note{margin:0}
.featured-editor-note{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);font-size:.78rem;font-weight:800;background:#fff;box-shadow:0 5px 16px rgba(24,51,47,.04)}
.featured-editor-note::before{content:"✦";color:var(--accent)}
.featured-event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.featured-card{position:relative;background:linear-gradient(155deg,#fff 0%,#fffdf9 55%,#f8efe5 100%);border:1px solid #dfd4c6;border-radius:22px;box-shadow:0 10px 28px rgba(24,51,47,.07);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;display:flex;flex-direction:column}
.featured-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--accent),#e4aa74);z-index:1}
.featured-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(24,51,47,.12);border-color:#d7c6b5}
.featured-card-link{display:flex;flex-direction:column;flex:1;height:auto;padding:22px;text-decoration:none;outline:none}
.featured-card-link:focus-visible{box-shadow:inset 0 0 0 3px rgba(210,116,69,.35);border-radius:20px}
.featured-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.featured-date-badge{display:grid;place-items:center;width:58px;min-width:58px;height:62px;border-radius:13px;background:var(--paper);border:1px solid var(--line);line-height:1;box-shadow:0 3px 10px rgba(24,51,47,.04)}
.featured-date-badge span{color:var(--accent-dark);font-size:.68rem;font-weight:850;letter-spacing:.08em}
.featured-date-badge strong{font-size:1.5rem;color:var(--ink)}
.featured-card-meta{display:flex;flex-direction:column;align-items:flex-end;gap:7px;min-width:0}
.featured-label{margin:0;border-radius:999px;padding:6px 10px;background:var(--ink);color:#fff;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.featured-label.sponsored{background:var(--accent-dark)}
.featured-category{max-width:150px;color:var(--muted);font-size:.76rem;font-weight:750;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.featured-card h3{font-size:1.42rem;line-height:1.17;letter-spacing:-.02em;margin:0 0 10px;color:var(--ink)}
.featured-when{margin:4px 0;color:var(--ink);font-size:.94rem;font-weight:720}
.featured-place{margin:3px 0;color:var(--muted);font-size:.91rem;line-height:1.45;flex:1}
.featured-cta{display:inline-flex;align-items:center;margin-top:20px;color:var(--accent-dark);font-size:.9rem;font-weight:850}
.featured-card:hover .featured-cta{text-decoration:underline;text-underline-offset:3px}
.featured-card-actions{border-top:1px solid var(--line);padding:10px 22px 12px;background:#fcfbf8;flex:0 0 auto;position:relative;z-index:2}
.featured-official-link{display:inline-flex;align-items:center;min-height:36px;color:var(--accent-dark);font-size:.84rem;font-weight:800;text-decoration:none}
.featured-official-link:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:920px){.featured-event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-card:first-child{grid-column:1/-1}.featured-card:first-child .featured-card-link{min-height:225px}}
@media(max-width:640px){.featured-events-section{padding:8px 0 46px}.featured-heading{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:18px}.featured-editor-note{display:none}.featured-event-grid{grid-template-columns:1fr;gap:13px}.featured-card:first-child{grid-column:auto}.featured-card-link,.featured-card:first-child .featured-card-link{padding:18px;min-height:0}.featured-card-top{margin-bottom:14px}.featured-card h3{font-size:1.28rem}.featured-date-badge{width:54px;min-width:54px;height:58px}.featured-cta{margin-top:16px;min-height:40px;align-items:center}.featured-card-actions{padding:8px 18px 10px}.featured-official-link{min-height:42px}}
