.crumb { padding: 20px 0 0; font-size: 13px; color: var(--fg-mute); display: flex; gap: 10px; align-items: center; }
  .crumb a { color: var(--fg-mute); }
  .crumb a:hover { color: var(--accent); }
  .crumb .sep { opacity: 0.4; }

  .ev-hero {
    padding: 48px 0 56px;
    border-bottom: 1px solid var(--border);
  }
  .ev-hero h1 {
    font-size: clamp(48px, 7vw, 104px); line-height: 0.94;
    letter-spacing: -0.04em; font-weight: 600;
    margin: 0 0 22px; max-width: 14ch;
  }
  .ev-hero h1 em {
    font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400;
    letter-spacing: -0.02em; color: var(--accent);
  }
  .ev-hero p.lede {
    font-size: 20px; color: var(--fg-dim); max-width: 62ch; line-height: 1.5;
  }

  .agg-ribbon {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 0; margin-top: 36px;
    border: 1px solid var(--border-strong);
    background: var(--bg-elev);
    border-radius: 4px;
    overflow: hidden;
  }
  @media (max-width: 880px) { .agg-ribbon { grid-template-columns: repeat(2, 1fr); } }
  .agg {
    padding: 22px 26px;
    border-right: 1px solid var(--border);
  }
  .agg:last-child { border-right: 0; }
  .agg .k {
    font-family: "Geist Mono", monospace; font-size: 10.5px;
    color: var(--fg-mute); letter-spacing: 0.14em; text-transform: uppercase;
    margin-bottom: 6px;
  }
  .agg .v {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: 34px; line-height: 1; letter-spacing: -0.02em;
    color: var(--accent);
  }
  .agg .v small {
    font-family: "Geist", sans-serif; font-style: normal;
    font-size: 14px; color: var(--fg-mute); margin-left: 4px;
  }

  /* App download vs search — keep as separate panels */
  .ev-hero .app-download-strip {
    margin-bottom: 0;
  }
  .ev-hero .app-download-inner > .filters-grid,
  .ev-hero .app-download-inner > .filters-panel {
    grid-column: 1 / -1;
    margin-top: 28px;
  }
  .ev-hero .filters-panel,
  .wh-gutenberg-content .ev-hero .filters-panel {
    display: block;
    margin: 28px 0 0;
    padding: 24px 28px;
    border: 1px solid var(--border);
    background: var(--bg-elev);
    border-radius: var(--radius-lg);
  }
  .ev-hero .filters-grid:not(.filters-panel .filters-grid) {
    margin-top: 28px;
    padding: 24px 28px;
    border: 1px solid var(--border);
    background: var(--bg-elev);
    border-radius: var(--radius-lg);
  }

  /* filters */
  .filters-panel {
    margin: 28px 0 0;
    padding: 24px 28px;
    border: 1px solid var(--border);
    background: var(--bg-elev);
    border-radius: var(--radius-lg);
  }
  .filters-panel .filters-grid {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
  }
  .filters-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr auto 1.4fr;
    gap: 12px; align-items: end;
  }
  @media (max-width: 1100px) {
    .filters-grid { grid-template-columns: 1fr 1fr; }
    .filters-grid .fg-search { grid-column: 1 / -1; }
    .filters-grid .fg-actions { grid-column: 1 / -1; }
  }
  @media (max-width: 640px) {
    .filters-grid { grid-template-columns: 1fr; }
  }
  .fg label {
    display: block;
    font-family: "Geist Mono", monospace; font-size: 10.5px;
    color: var(--fg-mute); letter-spacing: 0.12em; text-transform: uppercase;
    margin-bottom: 6px;
  }
  .fg input, .fg select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--border-strong);
    background: var(--bg-card);
    font: inherit; font-size: 14px; color: var(--fg);
  }
  .fg input:focus, .fg select:focus {
    outline: 2px solid var(--accent); outline-offset: 1px;
  }
  .fg-actions {
    display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
  }
  .fg-hint {
    font-size: 12px; color: var(--fg-mute); margin-top: 10px;
  }

  /* toolbar */
  .ev-toolbar {
    padding: 24px 0;
    border-bottom: 1px solid var(--border);
    display: flex; flex-wrap: wrap; gap: 16px;
    align-items: center; justify-content: space-between;
  }
  .ev-count {
    font-family: "Geist Mono", monospace; font-size: 12px;
    color: var(--fg-mute); letter-spacing: 0.06em;
  }
  .ev-count b { color: var(--accent); font-weight: 500; font-size: 14px; }
  .ev-toolbar-right {
    display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
  }
  .view-toggle {
    display: inline-flex; gap: 4px; padding: 4px;
    background: var(--bg-elev); border: 1px solid var(--border);
    border-radius: 999px;
  }
  .view-toggle button {
    padding: 8px 14px; border: 0; border-radius: 999px;
    background: transparent; color: var(--fg-dim);
    font-size: 12.5px; font-weight: 500; cursor: pointer;
    display: inline-flex; align-items: center; gap: 6px;
  }
  .view-toggle button.on {
    background: var(--bg-card); color: var(--fg);
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  }
  .sort-wrap select {
    font-family: "Geist Mono", monospace; font-size: 12px;
    padding: 8px 30px 8px 12px;
    border-radius: 8px; border: 1px solid var(--border-strong);
    background: var(--bg-card); color: var(--fg);
    appearance: none;
    background-image: linear-gradient(135deg, transparent 45%, var(--fg-dim) 45%, var(--fg-dim) 56%, transparent 56%);
    background-size: 8px 8px;
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  /* tile grid */
  .ev-results {
    position: relative;
    min-height: 240px;
  }
  .ev-results.is-busy .ev-grid,
  .ev-results.is-busy .ev-list,
  .ev-results.is-busy .ev-map-wrap,
  .ev-results.is-busy .pagination {
    pointer-events: none;
  }
  .ev-loader {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: grid;
    place-items: center;
    background: color-mix(in oklch, var(--bg) 88%, transparent);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }
  .ev-loader.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .ev-loader-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 24px;
  }
  .ev-loader-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    animation: ev-loader-pulse 1.15s ease-in-out infinite;
    filter: drop-shadow(0 8px 20px color-mix(in oklch, var(--accent) 25%, transparent));
  }
  @keyframes ev-loader-pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.82;
    }
    50% {
      transform: scale(1.08);
      opacity: 1;
    }
  }
  .ev-loader-text {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--fg-mute);
  }

  .ev-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 14px; padding: 32px 0 48px;
  }
  @media (max-width: 980px) { .ev-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) { .ev-grid { grid-template-columns: 1fr; } }

  .ev-card {
    border: 1px solid var(--border);
    background: var(--bg-elev);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex; flex-direction: column;
    color: inherit;
    transition: 180ms ease;
    position: relative;
  }
  .ev-card-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
  }
  .ev-card::before {
    content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 4px;
    background: var(--cat, var(--accent));
  }
  .ev-card:hover {
    transform: translateY(-2px);
    border-color: var(--border-strong);
    box-shadow: 0 18px 50px -30px rgba(0,0,0,0.25);
  }
  .ev-card .thumb {
    height: 140px;
    background:
      radial-gradient(circle at 25% 35%, color-mix(in oklch, var(--cat) 35%, transparent), transparent 55%),
      radial-gradient(circle at 75% 65%, color-mix(in oklch, var(--accent) 20%, transparent), transparent 50%),
      var(--bg-card);
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
  }
  .ev-card .thumb.has-img {
    display: block;
    background: var(--bg-card);
  }
  .ev-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .ev-card .thumb .thumb-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    font-family: "Geist Mono", monospace;
    font-size: 10px;
    color: var(--fg-mute);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .ev-card .thumb .thumb-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    padding: 4px 8px;
    border-radius: 999px;
    font-family: "Geist Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: color-mix(in oklch, var(--fg) 72%, transparent);
    border: 1px solid color-mix(in oklch, #fff 25%, transparent);
  }
  .ev-card .body { padding: 20px 22px 18px 26px; flex: 1; display: flex; flex-direction: column; }
  .ev-card .meta-top {
    display: flex; justify-content: space-between; gap: 10px; align-items: flex-start;
    margin-bottom: 10px;
  }
  .ev-card .type-tag {
    font-family: "Geist Mono", monospace; font-size: 10.5px;
    letter-spacing: 0.06em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 999px;
    background: color-mix(in oklch, var(--cat) 12%, transparent);
    color: var(--cat);
    border: 1px solid color-mix(in oklch, var(--cat) 28%, transparent);
  }
  .status {
    font-family: "Geist Mono", monospace; font-size: 10px;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 4px 8px; border-radius: 4px;
  }
  .status-active { background: color-mix(in oklch, oklch(0.66 0.14 145) 18%, transparent); color: oklch(0.5 0.12 145); }
  .status-upcoming { background: color-mix(in oklch, var(--accent) 16%, transparent); color: var(--accent); }
  .status-ended { background: var(--bg-card); color: var(--fg-mute); border: 1px solid var(--border); }

  .ev-card h3 {
    margin: 0 0 8px; font-size: 18px; font-weight: 500;
    letter-spacing: -0.01em; line-height: 1.25;
  }
  .ev-card .org {
    font-size: 13px; color: var(--fg-mute); margin-bottom: 12px;
  }
  .ev-card .desc {
    font-size: 13.5px; color: var(--fg-dim); line-height: 1.45;
    margin: 0 0 14px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ev-card .stats {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-family: "Geist Mono", monospace; font-size: 11px;
    color: var(--fg-mute);
  }
  .ev-card .stats b {
    display: block; font-family: "Geist", sans-serif;
    font-size: 14px; color: var(--fg); font-weight: 500;
    margin-top: 2px; letter-spacing: -0.01em;
  }
  .ev-card .cta {
    padding: 14px 22px 16px 26px;
    border-top: 1px solid var(--border);
    display: flex; justify-content: space-between; align-items: center; gap: 12px;
    font-family: "Geist Mono", monospace; font-size: 11px;
    color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase;
  }
  .ev-card .cta a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--accent);
    text-decoration: none;
  }
  .ev-card .cta a:hover { text-decoration: underline; }
  .ev-card .cta.has-results {
    flex-wrap: wrap;
  }
  .ev-card:hover .cta .arr { transform: translateX(4px); }
  .ev-card .cta .arr { transition: transform 140ms ease; }
  .ev-card .ev-card-results {
    margin-left: auto;
    color: var(--accent);
  }
  .ev-card .ev-card-results:hover { color: var(--accent); }

  /* list view */
  .ev-list {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg-elev);
  }
  .ev-list.on { display: flex; }
  .ev-grid.off { display: none; }

  /* map view */
  .ev-map-wrap {
    display: none;
    padding: 0 0 48px;
  }
  .ev-map-wrap.on { display: block; }
  .ev-map-panel {
    position: relative;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg-elev);
    box-shadow: 0 18px 50px -36px rgba(0, 0, 0, 0.22);
  }
  .ev-map {
    width: 100%;
    height: min(72vh, 680px);
    min-height: 420px;
    background: var(--bg-card);
    z-index: 0;
  }
  .ev-map-hint {
    position: absolute;
    top: 14px;
    left: 56px;
    z-index: 500;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: color-mix(in oklch, var(--bg-elev) 92%, transparent);
    backdrop-filter: blur(8px);
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    color: var(--fg-mute);
    letter-spacing: 0.04em;
    pointer-events: none;
  }
  /* Map pins — pulse tuned for light OSM tiles (border ring, not filled discs). */
  .ev-map-marker-slot {
    position: relative;
    width: 54px;
    height: 54px;
    overflow: visible;
  }
  .ev-map-event-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    --glow: var(--accent);
    --ring-delay: 0s;
  }
  .ev-map-event-glow::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--glow);
    background: transparent;
    box-sizing: border-box;
    transform-origin: center center;
    animation: ev-map-ring 2.4s ease-out infinite;
    animation-delay: var(--ring-delay);
  }
  .ev-map-event-glow.gold { --glow: var(--gold); }
  .ev-map-event-glow.green { --glow: oklch(0.72 0.16 145); }
  .ev-map-event-glow.purple { --glow: oklch(0.58 0.14 290); }
  .ev-map-event-glow.blue { --glow: oklch(0.68 0.12 220); }
  .ev-map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid var(--pin-color, var(--accent));
    background: var(--bg-elev);
    box-shadow: none;
    display: grid;
    place-items: center;
    overflow: hidden;
  }
  @keyframes ev-map-ring {
    0%   { transform: scale(0.55); opacity: 0.65; }
    100% { transform: scale(2.35); opacity: 0; }
  }
  .ev-map-pin img {
    position: relative;
    z-index: 1;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  /* Leaflet divIcon defaults: white box + #666 border (reads as gray rings). */
  .ev-map-wrap .leaflet-div-icon.ev-map-marker,
  .ev-map-wrap .leaflet-marker-icon.ev-map-marker {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .ev-map-wrap .leaflet-marker-shadow {
    display: none !important;
  }
  .ev-map-popup .stack-count {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 8px;
  }
  .ev-map-popup .stack-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .ev-map-popup .stack-list a {
    color: var(--fg);
    font-weight: 500;
    text-decoration: none;
  }
  .ev-map-popup .stack-list a:hover { color: var(--accent); }
  .ev-map-popup .stack-more {
    font-size: 12px;
    color: var(--fg-mute);
    margin-top: 4px;
  }
  @media (prefers-reduced-motion: reduce) {
    .ev-map-event-glow::before {
      animation: none;
      opacity: 0.35;
    }
  }
  .leaflet-popup-content-wrapper {
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--bg-elev);
    color: var(--fg);
    box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.35);
  }
  .leaflet-popup-content {
    margin: 14px 16px;
    line-height: 1.45;
    font-size: 13px;
  }
  .leaflet-popup-tip { background: var(--bg-elev); }
  .ev-map-popup .type {
    font-family: "Geist Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--fg-mute);
    margin-bottom: 4px;
  }
  .ev-map-popup h4 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.01em;
  }
  .ev-map-popup .meta {
    color: var(--fg-dim);
    font-size: 12.5px;
    margin-bottom: 10px;
  }
  .ev-map-popup a {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent);
    text-decoration: none;
  }
  .ev-map-popup a:hover { text-decoration: underline; }
  .ev-map-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
  }
  .ev-map-popup .stack-results,
  .ev-map-popup .ev-map-popup-results {
    font-size: 10.5px;
  }
  .ev-map-popup .stack-list .stack-results {
    text-transform: none;
    letter-spacing: 0;
    font-family: "Geist", sans-serif;
    font-size: 12px;
  }
  .pagination.off { display: none; }

  .ev-row {
    display: grid;
    grid-template-columns: 2fr 1.1fr 0.7fr 0.9fr 0.5fr 0.75fr;
    gap: 16px; align-items: center;
    padding: 16px 22px;
    border-bottom: 1px solid var(--border);
    color: inherit;
    transition: 120ms ease;
  }
  .ev-row:last-child { border-bottom: 0; }
  .ev-row:hover { background: var(--bg-card); }
  .ev-row .name {
    font-weight: 500; font-size: 15px;
  }
  .ev-row .name a {
    color: var(--accent);
    text-decoration: none;
  }
  .ev-row .name a:hover { text-decoration: underline; }
  .ev-row .name span {
    display: block; font-size: 12.5px; color: var(--fg-mute);
    font-weight: 400; margin-top: 3px;
  }
  .ev-row-results {
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--accent);
    text-decoration: none;
  }
  .ev-row-results:hover { text-decoration: underline; }
  .ev-row-results-empty {
    color: var(--fg-mute);
    font-family: "Geist Mono", monospace;
    font-size: 12px;
  }
  .ev-row .cell {
    font-size: 13px; color: var(--fg-dim);
  }
  .ev-row .cell.mono {
    font-family: "Geist Mono", monospace; font-size: 12px;
    color: var(--fg-mute);
  }
  .ev-list-head {
    display: grid;
    grid-template-columns: 2fr 1.1fr 0.7fr 0.9fr 0.5fr 0.75fr;
    gap: 16px;
    padding: 12px 22px;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border-strong);
    font-family: "Geist Mono", monospace; font-size: 10.5px;
    color: var(--fg-mute); letter-spacing: 0.1em; text-transform: uppercase;
  }
  @media (max-width: 900px) {
    .ev-list-head { display: none; }
    .ev-row {
      grid-template-columns: 1fr;
      gap: 8px;
    }
    .ev-row .cell::before {
      content: attr(data-label);
      display: block;
      font-family: "Geist Mono", monospace;
      font-size: 10px;
      color: var(--fg-mute);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 2px;
    }
  }

  .empty-state {
    display: none;
    text-align: center;
    padding: 72px 24px;
    border: 1px dashed var(--border-strong);
    border-radius: var(--radius-lg);
    margin: 32px 0 48px;
  }
  .empty-state.on { display: block; }
  .empty-state h3 {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: 32px; font-weight: 400; margin: 0 0 10px;
  }
  .empty-state p { color: var(--fg-dim); margin: 0 0 20px; }

  .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 6px;
    padding-bottom: 64px;
  }
  .ev-list.on ~ .pagination:not(.off) {
    margin-top: 28px;
  }
  .pagination-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    max-width: min(100%, 480px);
  }
  .pagination button.page,
  .pagination button.page-nav {
    min-width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--bg-elev);
    font-size: 13px;
    color: var(--fg-dim);
    cursor: pointer;
    transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
  }
  .pagination button.page:hover:not(.on),
  .pagination button.page-nav:hover:not(:disabled) {
    border-color: var(--border-strong);
    color: var(--fg);
  }
  .pagination button.page-nav:disabled,
  .pagination button.page:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .pagination .page.on {
    background: var(--fg);
    color: var(--bg);
    border-color: var(--fg);
  }
  .pagination .page-gap {
    min-width: 28px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    font-size: 15px;
    color: var(--fg-mute);
    letter-spacing: 0.12em;
    user-select: none;
    pointer-events: none;
  }
  .pagination .info {
    flex: 1 1 100%;
    text-align: center;
    border: 0;
    background: transparent;
    font-family: "Geist Mono", monospace;
    font-size: 11px;
    color: var(--fg-mute);
    min-width: auto;
    padding: 4px 0 0;
    order: 3;
  }
  @media (min-width: 720px) {
    .pagination .info {
      flex: 0 1 auto;
      order: 0;
      padding: 0 8px;
    }
  }

  .ev-cta {
    margin: 0 0 80px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    background:
      radial-gradient(700px 300px at 100% 100%, color-mix(in oklch, var(--accent) 22%, transparent), transparent 60%),
      var(--bg-elev);
    padding: 56px;
    display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: center;
  }
  @media (max-width: 880px) { .ev-cta { grid-template-columns: 1fr; padding: 36px; } }
  .ev-cta h3 {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: clamp(34px, 4vw, 56px); margin: 0 0 14px;
    font-weight: 400; letter-spacing: -0.025em; line-height: 1.05;
  }
  .ev-cta p { color: var(--fg-dim); margin: 0 0 20px; }

  .ev-api-status {
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    color: var(--fg-mute);
    line-height: 1.6;
  }
  .ev-api-status-label {
    margin: 0 0 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--fg-mute);
  }
  .ev-api-status.is-live .ev-api-status-label { color: var(--accent); }
  .ev-api-status-text { margin: 0; }
  .ev-api-status.is-live .ev-api-status-text { color: var(--fg-dim); }
  .ev-api-status.is-error .ev-api-status-text { color: var(--accent); }
