/* ============================================
     Community Events Platform — unique visual grammar
     METAPHOR: bulletin board + festival bunting + pinned flyers
     Civic warmth, not poker cards, yard signs, or bar coasters
     ============================================ */

  .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; }

  /* ─── HERO ─────────────────────── */
  .comm-hero {
    padding: 48px 0 72px;
    position: relative;
    overflow: hidden;
  }
  .comm-hero::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 55% 45% at 88% 15%, color-mix(in oklch, var(--accent) 16%, transparent), transparent 70%),
      repeating-linear-gradient(
        0deg,
        transparent 0,
        transparent 28px,
        color-mix(in oklch, var(--border) 35%, transparent) 28px,
        color-mix(in oklch, var(--border) 35%, transparent) 29px
      );
    opacity: 0.4;
    pointer-events: none;
  }
  .comm-hero-grid {
    display: grid; grid-template-columns: 1.1fr minmax(300px, 1fr);
    gap: 56px; align-items: center;
    position: relative;
  }
  @media (max-width: 980px) { .comm-hero-grid { grid-template-columns: 1fr; } }

  .comm-hero-viz {
    width: 100%;
    min-width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  @media (max-width: 980px) {
    .comm-hero-viz { justify-content: center; min-width: 0; }
  }

  .platform-tag {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 5px 10px 5px 8px; border-radius: 999px;
    background: color-mix(in oklch, var(--accent) 12%, var(--bg-card));
    border: 1px solid color-mix(in oklch, var(--accent) 35%, var(--border));
    font-size: 11.5px; font-family: "Geist Mono", monospace; letter-spacing: 0.06em;
    color: var(--accent);
    margin-bottom: 22px;
  }
  .platform-tag::before {
    content: ""; display: inline-block; width: 6px; height: 6px;
    background: var(--accent); border-radius: 50%;
  }
  .comm-hero h1 {
    font-size: clamp(48px, 6.5vw, 96px);
    line-height: 0.94; letter-spacing: -0.04em; font-weight: 600;
    margin: 0 0 22px; max-width: 13ch;
  }
  .comm-hero h1 em {
    font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400;
    letter-spacing: -0.02em; color: var(--accent);
  }
  .comm-hero .lede {
    font-size: 19px; color: var(--fg-dim); max-width: 52ch;
    line-height: 1.5; margin: 0 0 28px;
  }
  .hero-meta {
    display: flex; flex-wrap: wrap; gap: 16px 24px;
    margin-top: 20px;
    font-size: 13px; color: var(--fg-mute);
  }
  .hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
  .hero-meta .check {
    width: 16px; height: 16px; border-radius: 50%;
    background: color-mix(in oklch, var(--accent) 18%, transparent);
    border: 1px solid color-mix(in oklch, var(--accent) 38%, transparent);
    position: relative;
  }
  .hero-meta .check::after {
    content: ""; position: absolute; left: 5px; top: 3px;
    width: 4px; height: 7px;
    border: solid var(--accent);
    border-width: 0 1.5px 1.5px 0;
    transform: rotate(45deg);
  }

  /* bulletin board hero visual */
  .board-stack {
    position: relative;
    width: 400px;
    height: 420px;
    max-width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  @media (max-width: 980px) {
    .board-stack { width: min(100%, 360px); height: 380px; margin: 0 auto; }
  }
  @media (max-width: 480px) {
    .board-stack { width: 100%; height: 360px; max-width: 320px; }
  }
  .board-frame {
    position: absolute; inset: 0;
    background:
      linear-gradient(180deg, oklch(0.58 0.08 70) 0%, oklch(0.50 0.06 65) 100%);
    border: 4px solid oklch(0.38 0.05 55);
    border-radius: 8px;
    box-shadow: 0 24px 60px -20px rgba(0,0,0,0.28);
  }
  .board-frame::before {
    content: "";
    position: absolute; inset: 10px;
    background:
      repeating-linear-gradient(
        0deg,
        color-mix(in oklch, oklch(0.82 0.04 75) 80%, transparent) 0,
        color-mix(in oklch, oklch(0.82 0.04 75) 80%, transparent) 18px,
        color-mix(in oklch, oklch(0.78 0.04 70) 60%, transparent) 18px,
        color-mix(in oklch, oklch(0.78 0.04 70) 60%, transparent) 19px
      );
    border-radius: 4px;
  }
  .bunting {
    position: absolute; top: -8px; left: -12px; right: -12px;
    height: 28px;
    display: flex; justify-content: space-between;
    pointer-events: none;
  }
  .bunting span {
    width: 22px; height: 22px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transition: transform 280ms ease;
  }
  .bunting span:nth-child(1) { background: var(--accent); }
  .bunting span:nth-child(2) { background: oklch(0.45 0.18 27); }
  .bunting span:nth-child(3) { background: oklch(0.72 0.14 80); }
  .bunting span:nth-child(4) { background: oklch(0.97 0.02 90); }
  .bunting span:nth-child(5) { background: var(--accent); }
  .bunting span:nth-child(6) { background: oklch(0.45 0.18 27); }
  .bunting span:nth-child(7) { background: oklch(0.72 0.14 80); }
  .board-stack:hover .bunting span { transform: translateY(-4px); }

  .pin-flyer {
    position: absolute;
    width: 130px;
    padding: 16px 14px 18px;
    border-radius: 4px;
    border: 1px solid oklch(0.78 0.02 70);
    box-shadow: 0 8px 24px -8px rgba(0,0,0,0.22);
    text-align: center;
    box-sizing: border-box;
    transition: transform 280ms ease, box-shadow 280ms ease;
    cursor: default;
  }
  .pin-flyer::before {
    content: "";
    position: absolute; top: -7px; left: 50%; transform: translateX(-50%);
    width: 14px; height: 14px;
    background: var(--accent);
    border-radius: 50%;
    border: 2px solid oklch(0.98 0 0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
  }
  .pin-flyer .lbl {
    font-family: "Geist Mono", monospace; font-size: 9px;
    letter-spacing: 0.14em; text-transform: uppercase;
    margin-bottom: 6px; opacity: 0.75;
  }
  .pin-flyer .title {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: 22px; line-height: 0.95;
    letter-spacing: -0.02em;
  }
  .pin-flyer .sub {
    margin-top: 8px;
    font-family: "Geist Mono", monospace; font-size: 9px;
    letter-spacing: 0.06em;
  }
  .pin-flyer.f1 {
    top: 36px; left: 24px;
    background: oklch(0.98 0.02 90);
    color: oklch(0.18 0.015 50);
    transform: rotate(-5deg);
    z-index: 2;
  }
  .pin-flyer.f2 {
    top: 52px; right: 28px; left: auto;
    background: var(--accent);
    color: var(--accent-ink);
    transform: rotate(4deg);
    z-index: 3;
  }
  .pin-flyer.f2 .lbl { color: oklch(0.99 0 0); opacity: 0.85; }
  .pin-flyer.f3 {
    bottom: 48px; left: 50%; transform: translateX(-50%) rotate(-1deg);
    background: oklch(0.97 0.02 90);
    color: oklch(0.18 0.015 50);
    z-index: 4;
    width: 148px;
  }
  .pin-flyer.f4 {
    bottom: 90px; left: 20px;
    background: var(--accent);
    color: var(--accent-ink);
    transform: rotate(3deg);
    z-index: 1;
    width: 118px;
  }
  .pin-flyer.f4 .lbl { color: oklch(0.99 0 0); opacity: 0.85; }
  @media (max-width: 480px) {
    .pin-flyer { width: 110px; padding: 12px 10px 14px; }
    .pin-flyer .title { font-size: 18px; }
    .pin-flyer.f3 { width: 126px; }
    .pin-flyer.f4 { width: 100px; }
  }
  .board-stack:hover .pin-flyer.f1 { transform: rotate(-7deg) translateY(-6px); }
  .board-stack:hover .pin-flyer.f2 { transform: rotate(6deg) translateY(-10px); }
  .board-stack:hover .pin-flyer.f3 { transform: translateX(-50%) rotate(-2deg) translateY(-8px); }
  .board-stack:hover .pin-flyer.f4 { transform: rotate(5deg) translateY(-4px); }
  @media (prefers-reduced-motion: reduce) {
    .pin-flyer, .bunting span, .board-stack:hover .pin-flyer,
    .board-stack:hover .bunting span { transition: none; }
    .board-stack:hover .pin-flyer.f1 { transform: rotate(-5deg); }
    .board-stack:hover .pin-flyer.f2 { transform: rotate(4deg); }
    .board-stack:hover .pin-flyer.f3 { transform: translateX(-50%) rotate(-1deg); }
    .board-stack:hover .pin-flyer.f4 { transform: rotate(3deg); }
    .board-stack:hover .bunting span { transform: none; }
  }

  /* civic rule */
  .civic-rule {
    display: flex; align-items: center; gap: 16px;
    padding: 48px 0;
    color: var(--fg-mute);
    font-family: "Geist Mono", monospace; font-size: 10px;
    letter-spacing: 0.2em; text-transform: uppercase;
  }
  .civic-rule::before, .civic-rule::after {
    content: ""; flex: 1;
    border-top: 2px dotted var(--border-strong);
  }

  /* quote */
  .comm-quote {
    position: relative;
    padding: 48px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background:
      linear-gradient(135deg, color-mix(in oklch, var(--accent) 10%, var(--bg-elev)) 0%, var(--bg-elev) 55%),
      var(--bg-elev);
    border: 1px solid var(--border);
  }
  .comm-quote blockquote {
    margin: 0; max-width: 34ch;
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: clamp(28px, 3.5vw, 44px); line-height: 1.08;
    letter-spacing: -0.02em;
  }
  .comm-quote cite {
    display: block; margin-top: 18px;
    font-family: "Geist", sans-serif; font-style: normal;
    font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--fg-mute);
  }

  /* event types grid */
  .type-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  @media (max-width: 980px) { .type-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 540px) { .type-grid { grid-template-columns: 1fr; } }
  .etype {
    padding: 24px 22px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg-elev);
    transition: border-color 200ms ease, background 200ms ease;
    cursor: default;
  }
  .etype:hover {
    border-color: color-mix(in oklch, var(--accent) 40%, var(--border));
    background: var(--bg-card);
  }
  .etype .et-num {
    font-family: "Geist Mono", monospace; font-size: 10px;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 12px;
  }
  .etype h4 { margin: 0 0 8px; font-size: 17px; font-weight: 500; letter-spacing: -0.01em; }
  .etype p { margin: 0 0 12px; font-size: 13px; color: var(--fg-mute); line-height: 1.5; }
  .etype .et-examples {
    font-family: "Geist Mono", monospace; font-size: 10px;
    letter-spacing: 0.04em; color: var(--fg-dim);
    padding-top: 12px; border-top: 1px solid var(--border);
  }

  /* journey strip */
  .journey-strip {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 14px; counter-reset: jstep;
  }
  @media (max-width: 1100px) { .journey-strip { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 540px) { .journey-strip { grid-template-columns: 1fr; } }
  .journey-step {
    background: var(--bg-elev); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 22px 20px;
    counter-increment: jstep;
    cursor: default;
  }
  .journey-step::before {
    content: "Step " counter(jstep, decimal-leading-zero);
    display: block; font-family: "Geist Mono", monospace;
    font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 14px;
  }
  .comm-badge {
    display: inline-block;
    padding: 6px 10px;
    background: color-mix(in oklch, var(--accent) 12%, var(--bg-card));
    border: 1px solid color-mix(in oklch, var(--accent) 25%, var(--border));
    border-radius: 4px;
    font-family: "Geist Mono", monospace; font-size: 11px;
    color: var(--accent); margin-bottom: 14px;
    transform: rotate(-1deg);
  }
  .journey-step h4 { margin: 0 0 6px; font-size: 16px; font-weight: 500; }
  .journey-step p { margin: 0; font-size: 13px; color: var(--fg-mute); line-height: 1.5; }

  /* versus */
  .versus {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0;
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    overflow: hidden; background: var(--bg-elev);
  }
  @media (max-width: 720px) { .versus { grid-template-columns: 1fr; } }
  .vs-side { padding: 32px; }
  .vs-side.old {
    border-right: 1px solid var(--border);
    color: var(--fg-dim);
  }
  @media (max-width: 720px) {
    .vs-side.old { border-right: 0; border-bottom: 1px solid var(--border); }
  }
  .vs-side.new {
    background:
      radial-gradient(700px 200px at 100% 0%, color-mix(in oklch, var(--accent) 14%, transparent), transparent 55%),
      var(--bg-elev);
  }
  .vs-side .label {
    font-family: "Geist Mono", monospace; font-size: 11px;
    letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px;
  }
  .vs-side.old .label { color: var(--fg-mute); }
  .vs-side.new .label { color: var(--accent); }
  .vs-side h3 { font-size: 22px; font-weight: 500; margin: 0 0 20px; letter-spacing: -0.02em; }
  .vs-side ul { list-style: none; padding: 0; margin: 0; }
  .vs-side li {
    padding: 11px 0; border-top: 1px solid var(--border);
    font-size: 14px; display: flex; gap: 10px; align-items: flex-start;
  }
  .vs-side li:first-child { border-top: 0; }
  .vs-side.old li::before {
    content: "×"; color: var(--fg-mute); font-weight: 600; flex-shrink: 0;
  }
  .vs-side.new li::before {
    content: "✓"; color: var(--accent); font-weight: 600; flex-shrink: 0;
  }

  /* venue map block */
  .venue-block {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center;
  }
  @media (max-width: 900px) { .venue-block { grid-template-columns: 1fr; } }
  .venue-grid {
    display: grid; grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
    aspect-ratio: 1 / 0.75;
    padding: 20px;
    background: var(--ps-bg);
    border: 1px solid var(--ps-border);
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
  }
  .venue-cell {
    background: var(--ps-elev);
    border: 1px solid var(--ps-border);
    border-radius: 6px;
    min-height: 36px;
    transition: background 200ms ease;
  }
  .venue-cell.road {
    background: color-mix(in oklch, var(--ps-card) 75%, var(--ps-bg));
    border-style: dashed;
  }
  .venue-cell.active {
    background: color-mix(in oklch, var(--accent) 25%, var(--ps-elev));
    border-color: color-mix(in oklch, var(--accent) 45%, var(--ps-border));
  }
  .venue-pin {
    position: absolute;
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 2px solid oklch(0.98 0 0);
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    cursor: pointer;
    transition: transform 200ms ease;
  }
  .venue-pin::after {
    content: "";
    position: absolute; inset: 5px;
    background: oklch(0.98 0 0);
    border-radius: 50%;
  }
  .venue-pin:hover { transform: scale(1.1); }
  .venue-pin.p1 { top: 18%; left: 22%; background: var(--accent); }
  .venue-pin.p2 { top: 32%; left: 58%; background: oklch(0.45 0.18 27); }
  .venue-pin.p3 { top: 52%; left: 34%; background: var(--accent); }
  .venue-pin.p4 { top: 44%; left: 78%; background: oklch(0.72 0.14 80); }
  .venue-pin.p5 { top: 68%; left: 62%; background: oklch(0.45 0.18 27); }
  @media (prefers-reduced-motion: reduce) {
    .venue-pin:hover { transform: none; }
  }

  /* event day schedule */
  .day-plan {
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    background: var(--bg-elev); padding: 36px;
  }
  .dp-blocks {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
    margin-top: 24px;
  }
  @media (max-width: 800px) { .dp-blocks { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) { .dp-blocks { grid-template-columns: 1fr; } }
  .dp-block {
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--bg-card);
    transition: border-color 200ms ease, background 200ms ease;
    cursor: default;
  }
  .dp-block.on {
    border-color: color-mix(in oklch, var(--accent) 45%, var(--border));
    background: color-mix(in oklch, var(--accent) 6%, var(--bg-card));
  }
  .dp-block .d {
    font-family: "Geist Mono", monospace; font-size: 10px;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--accent); margin-bottom: 8px;
  }
  .dp-block h4 { margin: 0 0 6px; font-size: 16px; font-weight: 500; }
  .dp-block p { margin: 0; font-size: 13px; color: var(--fg-mute); line-height: 1.45; }
  .dp-block .count {
    margin-top: 12px; padding-top: 12px;
    border-top: 1px solid var(--border);
    font-family: "Geist Mono", monospace; font-size: 11px;
    color: var(--fg-dim);
  }
  .dp-block .count b { color: var(--fg); }

  /* live roster (dark) */
  .roster-mat {
    background: var(--ps-bg); border: 1px solid var(--ps-border);
    border-radius: var(--radius-lg); padding: 28px 32px;
    position: relative; overflow: hidden;
  }
  .roster-mat::before {
    content: "";
    position: absolute; inset: 0;
    background: radial-gradient(600px 240px at 100% 0%, color-mix(in oklch, var(--accent) 14%, transparent), transparent 55%);
    pointer-events: none;
  }
  .roster-mat > * { position: relative; }
  .roster-mat .head {
    display: flex; justify-content: space-between; align-items: baseline;
    padding-bottom: 16px; border-bottom: 1px solid var(--ps-border);
    color: var(--ps-fg); margin-bottom: 8px;
  }
  .roster-mat .head .live {
    font-family: "Geist Mono", monospace; font-size: 11px;
    color: oklch(0.78 0.18 27); letter-spacing: 0.08em;
  }
  .roster-mat .head .live::before {
    content: ""; display: inline-block;
    width: 6px; height: 6px; background: var(--accent);
    border-radius: 50%; margin-right: 6px; vertical-align: middle;
    animation: pulse 1.8s ease-out infinite;
  }
  @media (prefers-reduced-motion: reduce) {
    .roster-mat .head .live::before { animation: none; }
  }
  .roster-row {
    display: grid; grid-template-columns: 28px 1fr auto auto;
    gap: 14px; align-items: center;
    padding: 14px 0; border-top: 1px solid var(--ps-border);
    color: var(--ps-fg);
  }
  .roster-row:first-of-type { border-top: 0; }
  .roster-row .stop-num {
    font-family: "Geist Mono", monospace; font-size: 11px; color: var(--ps-mute);
  }
  .roster-row .nm { font-weight: 500; font-size: 14px; }
  .roster-row .sub { font-size: 12px; color: var(--ps-mute); margin-top: 2px; }
  .roster-row .tag {
    font-family: "Geist Mono", monospace; font-size: 10px;
    padding: 4px 8px; border-radius: 4px;
    background: color-mix(in oklch, var(--accent) 22%, transparent);
    color: var(--ps-fg); letter-spacing: 0.04em;
  }
  .roster-row .status-live {
    font-family: "Geist Mono", monospace; font-size: 10px;
    letter-spacing: 0.06em; text-transform: uppercase;
    color: oklch(0.78 0.18 27);
    padding: 4px 8px;
    border: 1px solid color-mix(in oklch, var(--accent) 40%, var(--ps-border));
    border-radius: 4px;
  }

  /* big number */
  .big-number { text-align: center; padding: 40px 0; }
  .big-number .n {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: clamp(100px, 14vw, 200px); line-height: 0.85;
    letter-spacing: -0.05em; color: var(--accent);
  }
  .big-number .label {
    margin-top: 20px; font-size: 17px; color: var(--fg-dim);
    max-width: 48ch; margin-left: auto; margin-right: auto;
  }

  /* features grid */
  .comm-feats {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  }
  @media (max-width: 720px) { .comm-feats { grid-template-columns: 1fr; } }
  .cf {
    display: grid; grid-template-columns: auto 1fr; gap: 16px;
    padding: 22px; border: 1px solid var(--border);
    border-radius: var(--radius); background: var(--bg-elev);
    transition: background 180ms ease, border-color 180ms ease;
  }
  .cf:hover { background: var(--bg-card); border-color: var(--border-strong); }
  .cf .icon {
    width: 40px; height: 40px; border-radius: 10px;
    background: var(--bg-card); border: 1px solid var(--border);
    display: grid; place-items: center;
  }
  .cf h4 { margin: 0 0 4px; font-size: 16px; font-weight: 500; }
  .cf p { margin: 0; font-size: 13px; color: var(--fg-mute); line-height: 1.45; }

  /* organizer story */
  .org-story {
    display: grid; grid-template-columns: 0.85fr 1fr; gap: 48px;
    align-items: center; padding: 20px 0;
  }
  @media (max-width: 900px) { .org-story { grid-template-columns: 1fr; } }
  .org-photo {
    aspect-ratio: 4/3; border-radius: var(--radius-lg);
    background:
      linear-gradient(135deg, color-mix(in oklch, var(--accent) 14%, var(--bg-card)), var(--bg-card)),
      var(--bg-card);
    border: 1px solid var(--border);
    display: grid; place-items: center;
    font-family: "Geist Mono", monospace; font-size: 11px; color: var(--fg-mute);
  }
  .org-story .pull {
    display: inline-block; padding: 4px 12px;
    background: color-mix(in oklch, var(--accent) 14%, transparent);
    color: var(--accent);
    font-family: "Geist Mono", monospace; font-size: 11px;
    letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 20px; border-radius: 4px;
  }
  .org-story .quote {
    font-family: "Instrument Serif", serif; font-style: italic;
    font-size: clamp(26px, 3.2vw, 38px); line-height: 1.12;
    margin: 0 0 20px;
  }

  /* other platforms */
  .other-platforms {
    display: flex; flex-direction: column;
    border: 1px solid var(--border); border-radius: var(--radius-lg);
    overflow: hidden; background: var(--bg-elev);
  }
  .op-row {
    display: grid; grid-template-columns: 100px 1fr auto;
    gap: 24px; align-items: center;
    padding: 18px 24px; border-top: 1px solid var(--border);
    text-decoration: none; color: inherit;
    cursor: pointer;
    transition: background 160ms ease;
  }
  .op-row:first-child { border-top: 0; }
  .op-row:hover { background: var(--bg-card); }
  .op-row:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
  .op-row .id { font-family: "Geist Mono", monospace; font-size: 11px; color: var(--accent); }
  .op-row .name { font-size: 17px; font-weight: 500; }
  .op-row .desc { font-size: 13px; color: var(--fg-mute); margin-top: 2px; }
  .op-row .arrow { transition: transform 160ms, color 160ms; color: var(--fg-mute); }
  .op-row:hover .arrow { color: var(--accent); transform: translateX(4px); }

  /* CTA */
  .comm-cta {
    text-align: center; padding: 88px 32px;
    border-radius: var(--radius-lg);
    background:
      radial-gradient(700px 280px at 50% 100%, color-mix(in oklch, var(--accent) 16%, transparent), transparent 55%),
      radial-gradient(500px 200px at 20% 0%, color-mix(in oklch, var(--accent) 10%, transparent), transparent 50%),
      var(--bg-elev);
    border: 1px solid var(--border);
    position: relative; overflow: hidden;
  }
  .comm-cta h2 {
    font-size: clamp(40px, 5vw, 64px);
    letter-spacing: -0.035em; line-height: 1; margin: 0 0 18px;
  }
  .comm-cta h2 em {
    font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400;
    color: var(--accent);
  }
  .comm-cta p { color: var(--fg-dim); font-size: 18px; max-width: 48ch; margin: 0 auto 28px; }
