.nk-events{--ev-container:var(--content-max,1200px);--ev-pad:20px;--ev-section-y:72px;--ev-section-y-tight:48px;--ev-grid-gap:20px;--ev-radius-card:18px;--ev-radius-hero:24px;--ev-radius-pill:999px;--ev-surface:rgb(var(--card-rgb));--ev-surface-soft:rgb(var(--paper-2-rgb));--ev-border:rgb(var(--rule-rgb));--ev-border-strong:rgb(var(--ink-rgb)/0.16);--ev-search-h:56px;--ev-button-h:44px;--ev-tag-h:28px;--ev-t-hero:clamp(2.5rem,6.2vw,4.25rem);--ev-t-event-title:clamp(2rem,4.6vw,3.5rem);--ev-t-section:clamp(1.75rem,3.2vw,2.75rem);--ev-t-subsection:clamp(1.25rem,2vw,1.75rem);--ev-t-card-title:clamp(1.125rem,1.5vw,1.375rem);--ev-t-body:1.0625rem;--ev-t-meta:0.8125rem;--ev-t-metric:clamp(2rem,4vw,3.25rem);--ev-motion:200ms;--ev-ease:cubic-bezier(0.32,0.72,0,1)}@media (min-width:768px){.nk-events{--ev-pad:32px;--ev-section-y:96px;--ev-section-y-tight:64px;--ev-grid-gap:24px}}@media (min-width:1280px){.nk-events{--ev-pad:48px;--ev-section-y:112px}}.ev-container{width:100%;max-width:var(--ev-container);margin-inline:auto;padding-inline:var(--ev-pad)}.ev-section{padding-block:var(--ev-section-y)}.ev-section--tight{padding-block:var(--ev-section-y-tight)}.ev-eyebrow{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--subtle-rgb))}.ev-heading{font-size:var(--ev-t-section);line-height:1.06;letter-spacing:-.028em;font-weight:400;color:rgb(var(--ink-rgb));max-width:20ch}.ev-lead{margin-top:18px;font-size:var(--ev-t-body);line-height:1.6;max-width:68ch}.ev-lead,.ev-meta{color:rgb(var(--muted-rgb))}.ev-meta{font-size:var(--ev-t-meta);letter-spacing:.01em}.ev-card{display:flex;flex-direction:column;border:1px solid var(--ev-border);border-radius:var(--ev-radius-card);background:var(--ev-surface);overflow:hidden;transition:border-color var(--ev-motion) var(--ev-ease)}.ev-card:hover{border-color:var(--ev-border-strong)}.ev-card__body{display:flex;flex-direction:column;flex:1;gap:14px;padding:24px}@media (min-width:768px){.ev-card__body{padding:28px}}.ev-card__media{position:relative;overflow:hidden}.ev-card__media>*{transition:transform var(--ev-motion) var(--ev-ease)}.ev-card:hover .ev-card__media>*{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.ev-card:hover .ev-card__media>*,.ev-card__media>*{transition:none;transform:none}}.ev-tag{display:inline-flex;align-items:center;height:var(--ev-tag-h);padding-inline:11px;border:1px solid var(--ev-border);border-radius:var(--ev-radius-pill);background:var(--ev-surface-soft);font-size:12px;letter-spacing:.01em;color:rgb(var(--muted-rgb));white-space:nowrap}.ev-rail{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;padding-bottom:2px}.ev-rail::-webkit-scrollbar{display:none}.ev-rail>*{scroll-snap-align:start;flex:0 0 auto}.ev-rail{mask-image:linear-gradient(90deg,#000 calc(100% - 32px),transparent);-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 32px),transparent)}.ev-chip{display:inline-flex;align-items:center;height:38px;padding-inline:16px;border:1px solid var(--ev-border);border-radius:var(--ev-radius-pill);background:transparent;font-size:13px;color:rgb(var(--muted-rgb));white-space:nowrap;cursor:pointer;transition:border-color var(--ev-motion) var(--ev-ease),background-color var(--ev-motion) var(--ev-ease),color var(--ev-motion) var(--ev-ease)}.ev-chip:hover,.ev-chip[aria-pressed=true],.ev-chip[data-active=true]{border-color:var(--ev-border-strong);color:rgb(var(--ink-rgb))}.ev-chip[aria-pressed=true],.ev-chip[data-active=true]{background:var(--ev-surface-soft);font-weight:500}.ev-date{font-variant-numeric:tabular-nums;line-height:1}.ev-date__month{font-size:11px;font-weight:500;letter-spacing:.14em;color:rgb(var(--subtle-rgb))}.ev-date__day{margin-top:6px;font-size:30px;font-weight:400;letter-spacing:-.03em;color:rgb(var(--ink-rgb))}.ev-date__year{margin-top:5px;font-size:12px;letter-spacing:.06em;color:rgb(var(--subtle-rgb))}.ev-metric__value{font-size:var(--ev-t-metric);font-weight:300;line-height:1;letter-spacing:-.035em;font-variant-numeric:tabular-nums;color:rgb(var(--ink-rgb))}.ev-metric__label{margin-top:12px;font-size:15px;line-height:1.4;color:rgb(var(--muted-rgb))}.ev-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:var(--ev-button-h);padding-inline:22px;border-radius:var(--ev-radius-pill);font-size:14px;font-weight:500;border:1px solid transparent;transition:opacity var(--ev-motion) var(--ev-ease),border-color var(--ev-motion) var(--ev-ease),background-color var(--ev-motion) var(--ev-ease)}.ev-btn--primary{background:var(--emerald-deep);color:var(--brand-pearl);border-color:var(--emerald-deep)}.ev-btn--primary:hover{opacity:.88}:root.dark .ev-btn--primary{background:var(--brand-pearl);color:var(--emerald-deep);border-color:var(--brand-pearl)}.ev-btn--ghost{border-color:var(--ev-border-strong);color:rgb(var(--ink-rgb))}.ev-btn--ghost:hover{background:var(--ev-surface-soft)}@keyframes ev-fade-in{0%{opacity:0}to{opacity:1}}.ev-fade-in{animation:ev-fade-in .5s var(--ev-ease)}@media (prefers-reduced-motion:reduce){.ev-fade-in{animation:none}}.ev-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--accent-text);transition:gap var(--ev-motion) var(--ev-ease)}.ev-card:hover .ev-link,.ev-link:hover{gap:10px}@media (prefers-reduced-motion:reduce){.ev-link{transition:none}}