/* ═══════════════════════════════════════════════════════════════════
   Singled Out — event landing (/singled-out) + cross-site announcement.
   Time-boxed campaign styles. Reuses styles.css + movement-v3.css tokens.
   To retire after the event: remove the <link rel="event.css"> and the
   .event-bar / .ev-upcoming markup from home, life and movement.
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Cross-site announcement bar (home / life / movement) ──────────── */
.event-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 46px 9px 22px;
  background: linear-gradient(90deg, #152D6E 0%, #1E3A8A 52%, oklch(0.52 0.13 145) 130%);
  color: #fff;
  z-index: 120;
  font-size: 13.5px;
  line-height: 1.35;
}
.event-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.event-bar-tag {
  font: 600 10px/1 var(--mono);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  background: oklch(0.72 0.17 138 / 0.22);
  color: oklch(0.9 0.12 138);
  white-space: nowrap;
}
.event-bar-txt { opacity: 0.94; }
.event-bar-txt b { font-weight: 600; }
.event-bar-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: oklch(0.9 0.13 138);
  white-space: nowrap;
}
.event-bar-link:hover .event-bar-cta { color: #fff; }
.event-bar-cta svg { transition: transform 0.2s ease; }
.event-bar-link:hover .event-bar-cta svg { transform: translateX(2px); }
.event-bar-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50%;
  background: oklch(1 0 0 / 0.12);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-bar-close:hover { background: oklch(1 0 0 / 0.24); }
@media (max-width: 640px) {
  .event-bar { padding: 8px 40px 8px 14px; font-size: 12.5px; }
  .event-bar-link { gap: 8px; }
  .event-bar-cta { display: none; }
}

/* ─── Movement: "Upcoming" card atop the Talks section ──────────────── */
.ev-upcoming {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  margin-bottom: 34px;
  padding: 22px 26px;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(120deg, var(--ink-darker) 0%, oklch(0.22 0.05 200) 100%);
  border: 1px solid oklch(0.62 0.11 138 / 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ev-upcoming:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -24px oklch(0.2 0.05 200 / 0.9); }
.ev-upcoming-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 12px 16px;
  border-radius: 14px;
  background: oklch(0.72 0.17 138 / 0.14);
  border: 1px solid oklch(0.72 0.17 138 / 0.3);
}
.ev-upcoming-date .d { font: 400 30px/1 var(--serif); color: #fff; }
.ev-upcoming-date .mo {
  font: 600 10px/1.2 var(--mono);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: oklch(0.87 0.15 150);
  margin-top: 5px;
  text-align: center;
}
.ev-upcoming-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font: 600 11px/1 var(--mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: oklch(0.87 0.15 150);
}
.ev-upcoming-tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-light); }
.ev-upcoming-h { font: 400 25px/1.1 var(--serif); color: #fff; margin: 9px 0 6px; }
.ev-upcoming-p { font-size: 14px; line-height: 1.5; color: oklch(0.82 0.02 250); max-width: 46ch; }
.ev-upcoming-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--green-vivid);
}
.ev-upcoming:hover .ev-upcoming-cta { background: oklch(0.68 0.18 145); }
@media (max-width: 780px) {
  .ev-upcoming { grid-template-columns: auto 1fr; gap: 18px; padding: 18px; }
  .ev-upcoming-cta { grid-column: 1 / -1; justify-content: center; }
}
@media (max-width: 440px) {
  .ev-upcoming { grid-template-columns: 1fr; text-align: center; }
  .ev-upcoming-date { flex-direction: row; gap: 8px; min-width: 0; justify-self: center; }
  .ev-upcoming-tag { justify-content: center; }
  .ev-upcoming-p { margin-inline: auto; }
}

/* ═══════════════════════════════════════════════════════════════════
   /singled-out — the event page
   ═══════════════════════════════════════════════════════════════════ */

/* Hero */
.ev-hero {
  background: var(--ink-darker);
  color: #fff;
  padding: clamp(64px, 12vw, 140px) 0 clamp(56px, 9vw, 110px);
  position: relative;
  overflow: hidden;
}
.ev-hero::after {
  content: "";
  position: absolute;
  width: 640px; height: 640px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(0.66 0.12 84 / 0.22), transparent 62%);
  top: -260px; right: -200px;
  pointer-events: none;
}
.ev-hero .container { position: relative; z-index: 1; }
.ev-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font: 600 12px/1 var(--mono);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: oklch(0.87 0.16 150);
}
.ev-hero-kicker .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-light); }
.ev-hero-h {
  font: 400 clamp(52px, 10vw, 108px)/0.98 var(--serif);
  letter-spacing: -0.02em;
  margin: 22px 0 0;
}
.ev-hero-h .ital { font-style: italic; color: oklch(0.84 0.14 84); }
.ev-hero-sub {
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.6;
  color: oklch(0.84 0.02 250);
  max-width: 56ch;
  margin: 26px 0 0;
}
/* meta grid — date / time / place / entry */
.ev-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 42px 0 0;
  background: oklch(1 0 0 / 0.1);
  border: 1px solid oklch(1 0 0 / 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.ev-meta-item { background: oklch(1 0 0 / 0.03); padding: 20px 22px; }
.ev-meta-item .k {
  display: block;
  font: 600 10.5px/1 var(--mono);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: oklch(0.83 0.13 150);
  margin-bottom: 9px;
}
.ev-meta-item .v { font-size: 17px; font-weight: 500; color: #fff; }
.ev-meta-item .v small { display: block; font-size: 12.5px; font-weight: 400; color: oklch(0.72 0.02 250); margin-top: 3px; }
@media (max-width: 760px) { .ev-meta { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px) { .ev-meta { grid-template-columns: 1fr; } }

.ev-cta { margin: 34px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 20px; }
.ev-cta-note { font-size: 13.5px; color: oklch(0.75 0.02 250); max-width: 34ch; }
.ev-cta-note b { color: #fff; font-weight: 500; }

/* Body sections */
.ev-section { padding-block: clamp(64px, 9vw, 120px); }
.ev-section--tint { background: var(--paper-2); }
.ev-lede {
  font: 400 clamp(24px, 3.4vw, 38px)/1.32 var(--serif);
  color: var(--ink-deep);
  letter-spacing: -0.01em;
  max-width: 20ch;
  margin: 0;
}
.ev-lede .ital { font-style: italic; color: var(--green-deep); }
.ev-copy { font-size: 17px; line-height: 1.75; color: var(--ink-2); max-width: 60ch; margin-top: 22px; }
.ev-copy p { margin: 0; }
.ev-copy p + p { margin-top: 16px; }

.ev-grid2 { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
@media (max-width: 860px) { .ev-grid2 { grid-template-columns: 1fr; gap: 28px; } }

.ev-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font: 600 12px/1 var(--mono); letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--green-deep); margin-bottom: 16px;
}
.ev-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

/* "Who it's for" chips */
.ev-for { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.ev-for-chip {
  font-size: 14px; font-weight: 500; color: var(--ink);
  padding: 9px 15px; border-radius: 999px;
  background: var(--paper); border: 1px solid var(--rule);
}

/* Takeaway list */
.ev-list { list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 2px; }
.ev-list li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-top: 1px solid var(--rule);
  font-size: 16px; line-height: 1.55; color: var(--ink);
}
.ev-list li:last-child { border-bottom: 1px solid var(--rule); }
.ev-list li::before {
  content: ""; position: absolute; left: 4px; top: 23px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
}
.ev-list li b { font-weight: 600; color: var(--ink-deep); }

/* Host block */
.ev-host { display: grid; grid-template-columns: 200px 1fr; gap: 34px; align-items: center; }
.ev-host-photo { border-radius: 18px; overflow: hidden; aspect-ratio: 3/4; background: #000; }
.ev-host-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; display: block; }
.ev-host-h { font: 400 clamp(26px, 3.4vw, 36px)/1.12 var(--serif); color: var(--ink-deep); margin: 0 0 4px; }
.ev-host-role { font: 600 12px/1.4 var(--mono); letter-spacing: 0.5px; color: var(--green-deep); text-transform: uppercase; margin-bottom: 14px; }
.ev-host-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ev-host-chip { font-size: 12.5px; color: var(--ink-2); padding: 6px 12px; border-radius: 999px; background: var(--paper); border: 1px solid var(--rule); }
.ev-host-ig { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--green-deep); text-decoration: none; }
.ev-host-ig:hover { color: var(--green); }
.ev-host-ig .u { color: var(--ink-3); font-weight: 500; }
@media (max-width: 620px) { .ev-host { grid-template-columns: 1fr; } .ev-host-photo { max-width: 200px; } }

/* Proof stats */
.ev-stats { display: flex; flex-wrap: wrap; gap: 40px; margin-top: 8px; }
.ev-stat-n { font: 400 clamp(44px, 6vw, 68px)/1 var(--serif); color: var(--green-deep); }
.ev-stat-l { display: block; font-size: 14px; color: var(--ink-2); margin-top: 8px; max-width: 22ch; }
.ev-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
@media (max-width: 820px) { .ev-quotes { grid-template-columns: 1fr; } }
.ev-quote { background: var(--paper); border: 1px solid var(--rule); border-radius: 16px; padding: 22px 24px; }
.ev-quote-stars { color: var(--green); font-size: 13px; letter-spacing: 2px; }
.ev-quote-q { font: 400 17px/1.5 var(--serif); color: var(--ink-deep); margin: 12px 0 10px; }
.ev-quote-q .ital { font-style: italic; color: var(--green-deep); }
.ev-quote-by { font: 600 11px/1 var(--mono); letter-spacing: 0.5px; text-transform: uppercase; color: var(--ink-3); }

/* LFL bridge */
.ev-bridge { background: var(--ink-darker); color: #fff; padding-block: clamp(64px, 9vw, 120px); }
.ev-bridge-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 820px) { .ev-bridge-inner { grid-template-columns: 1fr; } }
.ev-bridge-h { font: 400 clamp(28px, 4vw, 46px)/1.14 var(--serif); margin: 14px 0 0; }
.ev-bridge-h .ital { font-style: italic; color: oklch(0.84 0.14 84); }
.ev-bridge-p { font-size: 16.5px; line-height: 1.7; color: oklch(0.82 0.02 250); margin: 20px 0 0; max-width: 52ch; }
.ev-bridge-eyebrow { display: inline-flex; align-items: center; gap: 8px; font: 600 12px/1 var(--mono); letter-spacing: 1.4px; text-transform: uppercase; color: oklch(0.87 0.16 150); }
.ev-bridge-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-light); }
.ev-bridge-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.ev-bridge-card {
  background: oklch(1 0 0 / 0.05);
  border: 1px solid oklch(1 0 0 / 0.14);
  border-radius: 18px;
  padding: 28px 30px;
}
.ev-bridge-card-k { font: 600 11px/1 var(--mono); letter-spacing: 1.4px; text-transform: uppercase; color: oklch(0.87 0.15 150); }
.ev-bridge-steps { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 14px; }
.ev-bridge-steps li { position: relative; padding-left: 26px; font-size: 15px; line-height: 1.5; color: oklch(0.86 0.02 250); }
.ev-bridge-steps li b { color: #fff; font-weight: 600; }
.ev-bridge-steps li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--green-light); }

/* Final CTA */
.ev-final { text-align: center; padding-block: clamp(70px, 10vw, 130px); }
.ev-final-h { font: 400 clamp(32px, 5vw, 60px)/1.08 var(--serif); color: var(--ink-deep); letter-spacing: -0.02em; }
.ev-final-h .ital { font-style: italic; color: var(--green-deep); }
.ev-final-sub { font-size: 17px; color: var(--ink-2); margin: 18px auto 30px; max-width: 44ch; }
.ev-final-meta { margin-top: 22px; font: 500 13px/1.6 var(--mono); letter-spacing: 0.4px; color: var(--ink-3); }

/* Hero tagline + clarifier line */
.ev-hero-tag { font: 400 clamp(21px, 3vw, 30px)/1.25 var(--serif); font-style: italic; color: oklch(0.84 0.14 84); margin: 14px 0 0; }
.ev-hero-note { font-size: 14px; color: oklch(0.72 0.02 250); margin: 16px 0 0; }
.ev-hero-note b { color: #fff; font-weight: 500; }

/* What we'll explore — question cards */
.ev-explore-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.ev-explore-card { background: var(--paper); border: 1px solid var(--rule); border-radius: 16px; padding: 24px 22px; }
.ev-explore-n { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: oklch(0.48 0.105 140 / 0.1); color: var(--green-deep); font: 600 12px/1 var(--mono); margin-bottom: 16px; }
.ev-explore-q { font: 400 19px/1.34 var(--serif); color: var(--ink-deep); margin: 0; }
@media (max-width: 900px) { .ev-explore-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ev-explore-grid { grid-template-columns: 1fr; gap: 12px; } }

/* Interactive callout */
.ev-interactive { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-top: 28px; padding: 22px 28px; border-radius: 16px; background: oklch(0.48 0.105 140 / 0.08); border: 1px solid oklch(0.48 0.105 140 / 0.2); }
.ev-interactive-k { font: 600 12px/1 var(--mono); letter-spacing: 1.4px; text-transform: uppercase; color: var(--green-deep); white-space: nowrap; }
.ev-interactive-p { flex: 1; min-width: 250px; font-size: 15.5px; line-height: 1.6; color: var(--ink); margin: 0; }
.ev-interactive-p b { color: var(--ink-deep); font-weight: 600; }

/* ── Mobile: tighten the vertical rhythm (was too airy) ── */
@media (max-width: 640px) {
  .ev-hero { padding: 44px 0 36px; }
  .ev-hero-h { font-size: clamp(46px, 15vw, 62px); }
  .ev-hero-tag { margin-top: 10px; }
  .ev-hero-sub { margin-top: 16px; font-size: 16px; }
  .ev-hero-note { margin-top: 14px; }
  .ev-meta { margin-top: 24px; }
  .ev-meta-item { padding: 15px 18px; }
  .ev-cta { margin-top: 24px; gap: 14px; }
  .ev-section { padding-block: 44px; }
  .ev-grid2 { gap: 18px; }
  .ev-copy { margin-top: 0; }
  .ev-lede { max-width: none; }
  .ev-host { gap: 20px; }
  .ev-stats { gap: 26px; margin-top: 4px; }
  .ev-quotes { margin-top: 24px; gap: 12px; }
  .ev-interactive { padding: 18px 20px; margin-top: 22px; }
  .ev-bridge { padding-block: 46px; }
  .ev-bridge-inner { gap: 24px; }
  .ev-bridge-card { padding: 22px 22px; }
  .ev-final { padding-block: 52px; }
  .ev-final-sub { margin-bottom: 24px; }
}


/* Gold primary CTA (Reserve) — green stays on the Single Safety buttons */
.ev-gold.btn { background: oklch(0.79 0.13 84); border-color: transparent; color: oklch(0.24 0.04 260); }
.ev-gold.btn:hover { background: oklch(0.83 0.14 84); color: oklch(0.2 0.04 260); }

/* ═══════════════════════════════════════════════════════════════════
   Singled Out — BLUE-LED (site brand navy #1E3A8A), scoped to .ev-page.
   Blue carries the page (Out., tagline, labels, emphasis, buttons); green
   stays only as a small secondary pip on the dots. Overrides gold above.
   ═══════════════════════════════════════════════════════════════════ */
/* dark sections (hero + bridge) — lightened brand blue, legible on navy */
.ev-page .ev-hero-h .ital,
.ev-page .ev-bridge-h .ital,
.ev-page .ev-hero-kicker,
.ev-page .ev-hero-tag,
.ev-page .ev-meta-item .k,
.ev-page .ev-bridge-eyebrow,
.ev-page .ev-bridge-card-k { color: oklch(0.72 0.12 262); }
.ev-page .ev-hero::after { background: radial-gradient(circle, oklch(0.50 0.15 264 / 0.28), transparent 62%); }
/* light sections (cream) — the site's deep navy blue */
.ev-page .ev-eyebrow,
.ev-page .ev-explore-n,
.ev-page .ev-interactive-k,
.ev-page .ev-quote-stars,
.ev-page .ev-host-role,
.ev-page .ev-host-ig,
.ev-page .ev-lede .ital,
.ev-page .ev-final-h .ital,
.ev-page .ev-quote-q .ital { color: var(--navy); }
.ev-page .ev-explore-n { background: oklch(0.38 0.13 264 / 0.09); }
.ev-page .ev-interactive { background: oklch(0.38 0.13 264 / 0.06); border-color: oklch(0.38 0.13 264 / 0.20); }
.ev-page .ev-host-ig:hover { color: var(--navy-light); }
/* a bit of darker brand green — the dots, the stats, and the Single Safety button */
.ev-page .ev-hero-kicker .dot,
.ev-page .ev-eyebrow .dot,
.ev-page .ev-bridge-eyebrow .dot,
.ev-page .ev-bridge-steps li::before { background: oklch(0.50 0.14 146); }
.ev-page .ev-stat-n { color: oklch(0.44 0.13 146); }
/* Reserve buttons navy; the "About Single Safety" button keeps the site's brand green */
.ev-page .ev-gold.btn { background: var(--navy); border-color: transparent; color: #fff; }
.ev-page .ev-gold.btn:hover { background: var(--navy-light); color: #fff; }
