/* ============================================================
   v3-recap — Member-only recap (trip / dinner / AMA)
   ============================================================ */

/* Page-level tone vars: orange (Connect) | azure (Cities) */
.v3-recap-orange { --rcp: #fd5924; --rcp-soft: rgba(253,89,36,0.08); --rcp-bg: rgba(253,89,36,0.16); }
.v3-recap-azure  { --rcp: #2a6fdb; --rcp-soft: rgba(42,111,219,0.10); --rcp-bg: rgba(42,111,219,0.20); }

/* ---- HERO ---- */
.v3-rcp-hero {
  position: relative;
  color: #f6f6f3;
  overflow: hidden;
  background: #0d0c10;
  padding-inline: max(80px, calc((100% - 1180px) / 2));
}
.v3-rcp-toc-section {
  padding-inline: max(80px, calc((100% - 1180px) / 2));
}
.v3-rcp-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.v3-rcp-hero-bg .cover {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.92);
}
.v3-rcp-hero-bg .grad {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 800px 500px at 0% 0%, var(--rcp-bg), transparent 65%),
    linear-gradient(180deg, rgba(13,12,16,0.55) 0%, rgba(13,12,16,0.85) 60%, #0d0c10 100%);
}
.v3-rcp-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-bottom: 64px;
}
.v3-rcp-hero-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 6px 0;
  margin-bottom: 32px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(246,246,243,0.7);
}
.v3-rcp-hero-bar .back {
  color: #f6f6f3;
  font-weight: 600;
  border-bottom: 1px solid rgba(246,246,243,0.25);
  padding-bottom: 1px;
  text-decoration: none;
}
.v3-rcp-hero-bar .back:hover { border-bottom-color: var(--rcp); }
.v3-rcp-hero-bar .sep { color: rgba(246,246,243,0.25); }
.v3-rcp-hero-bar .lock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  background: var(--rcp-soft);
  color: var(--rcp);
  border-radius: 100px;
  font-weight: 700;
}

.v3-rcp-hero-stamp {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rcp);
  font-weight: 700;
  margin-bottom: 16px;
}
.v3-rcp-hero-h1 {
  font-size: clamp(42px, 6.5vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0 0 18px;
  color: #f6f6f3;
  max-width: 980px;
  text-wrap: balance;
}
.v3-rcp-hero-sub {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(246,246,243,0.72);
  max-width: 720px;
  margin: 0 0 28px;
}

.v3-rcp-hero-outcomes {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 32px;
}
.v3-rcp-hero-outcomes .pill {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(246,246,243,0.85);
  padding: 6px 12px;
  border: 1px solid rgba(246,246,243,0.18);
  border-radius: 100px;
  background: rgba(246,246,243,0.04);
}
.v3-rcp-hero-outcomes .pill.hi {
  color: #f6f6f3;
  background: var(--rcp-bg);
  border-color: var(--rcp);
}

.v3-rcp-hero-attended {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 12px;
  background: rgba(246,246,243,0.06);
  border: 1px solid rgba(246,246,243,0.1);
  border-radius: 100px;
  font-size: 13px;
  color: rgba(246,246,243,0.75);
}
.v3-rcp-hero-attended .stack { display: flex; }
.v3-rcp-hero-attended .stack img {
  width: 30px; height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0d0c10;
  margin-left: -8px;
}
.v3-rcp-hero-attended .stack img:first-child { margin-left: 0; }
.v3-rcp-hero-attended strong { color: #f6f6f3; font-weight: 700; margin-right: 3px; }

/* Venue / host line under the sub-lede */
.v3-rcp-hero-vmeta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 24px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.7);
}
.v3-rcp-hero-vmeta strong { color: var(--rcp); font-weight: 700; margin-right: 2px; }
.v3-rcp-hero-vmeta .sep { color: rgba(246,246,243,0.25); }

/* ---- TOC ---- */
.v3-rcp-toc-section {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #faf9f5;
  border-bottom: 1px solid rgba(13,12,16,0.06);
  position: sticky;
  top: 60px;
  z-index: 5;
  backdrop-filter: saturate(180%) blur(6px);
}.v3-rcp-toc {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
}
.v3-rcp-toc a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(13,12,16,0.7);
  text-decoration: none;
  transition: 0.15s;
}
.v3-rcp-toc a:hover {
  color: #0d0c10;
  background: rgba(13,12,16,0.05);
}
.v3-rcp-toc a .num {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--rcp);
  font-weight: 700;
}

/* ---- SECTION shell tweaks ---- */
.v3-rcp-section { padding-top: 80px !important; padding-bottom: 80px !important; }
.v3-rcp-section .v3-section-num { color: var(--rcp); }

/* ---- NUMBERS ---- */
.v3-rcp-numbers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  background: rgba(13,12,16,0.08);
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
  overflow: hidden;
}
.v3-rcp-num {
  background: #fff;
  padding: 28px 24px;
}
.v3-rcp-num .n {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #0d0c10;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--rcp), #9441e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.v3-rcp-num .l {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
  font-weight: 700;
}

/* ---- RUNDOWN (compact agenda for dinners / AMAs / gatherings) ---- */
.v3-rcp-rundown {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.v3-rcp-rundown > li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(13,12,16,0.06);
  align-items: baseline;
}
.v3-rcp-rundown > li:last-child { border-bottom: 0; }
.v3-rcp-rundown .time {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--rcp);
  letter-spacing: -0.005em;
}
.v3-rcp-rundown .body h4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 4px;
  color: #0d0c10;
}
.v3-rcp-rundown .body p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(13,12,16,0.65);
  margin: 0;
  max-width: 640px;
}

/* ---- INTROS (what came out of the room) ---- */
.v3-rcp-intros {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}
.v3-rcp-intro {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
}
.v3-rcp-intro .n {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 14px;
  color: var(--rcp);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-top: 3px;
}
.v3-rcp-intro h4 {
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 6px;
  color: #0d0c10;
}
.v3-rcp-intro p {
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(13,12,16,0.65);
  margin: 0;
}

/* ---- WINNERS (gala / awards) ---- */
.v3-rcp-winners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: rgba(13,12,16,0.08);
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
  overflow: hidden;
}
.v3-rcp-winner {
  background: #fff;
  padding: 18px 22px;
  transition: 0.15s;
}
.v3-rcp-winner:hover { background: #faf9f5; }
.v3-rcp-winner .award {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rcp);
  font-weight: 700;
  margin-bottom: 6px;
}
.v3-rcp-winner .who {
  font-size: 15.5px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0d0c10;
}

/* ---- NEXT (call-forward cards) ---- */
.v3-rcp-next {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}
.v3-rcp-next-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
.v3-rcp-next-card:hover {
  border-color: var(--rcp);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(13,12,16,0.06);
}
.v3-rcp-next-card h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0;
  color: #0d0c10;
}
.v3-rcp-next-card p {
  font-size: 13px;
  color: rgba(13,12,16,0.6);
  margin: 0;
  line-height: 1.45;
}
.v3-rcp-next-card .cta {
  margin-top: 12px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rcp);
  font-weight: 700;
}

/* ---- GALLERY (carousel) ---- */
.v3-rcp-gal-wrap { display: flex; flex-direction: column; }
.v3-rcp-gal {
  position: relative;
  margin: 0 -56px;
  padding: 0 56px;
}
.v3-rcp-gal-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 56px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.v3-rcp-gal-track::-webkit-scrollbar { display: none; }
.v3-rcp-gal-card {
  flex: 0 0 auto;
  width: clamp(280px, 32vw, 460px);
  margin: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.v3-rcp-gal-img {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.v3-rcp-gal-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(rgba(255,255,255,0.6) 1px, transparent 1px),
    radial-gradient(rgba(0,0,0,0.5) 1px, transparent 1px);
  background-size: 5px 5px, 7px 7px;
  background-position: 0 0, 2px 3px;
}
.v3-rcp-gal-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border: 1px dashed rgba(255,255,255,0.45);
  border-radius: 100px;
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(2px);
}
.v3-rcp-gal-frame .v3-rcp-gal-ph {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.v3-rcp-gal-num {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.32);
  padding: 4px 8px;
  border-radius: 100px;
}
.v3-rcp-gal-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.v3-rcp-gal-card figcaption .when {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--rcp);
}
.v3-rcp-gal-card figcaption .label {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0d0c10;
  line-height: 1.3;
  text-wrap: balance;
}
.v3-rcp-gal-controls {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 20px;
}
.v3-rcp-gal-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(13,12,16,0.12);
  background: #fff;
  color: #0d0c10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.15s;
}
.v3-rcp-gal-btn:hover:not(:disabled) {
  border-color: var(--rcp);
  color: var(--rcp);
}
.v3-rcp-gal-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* ---- AGENDA (multi-session timeline) ---- */
.v3-rcp-agenda-sub {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(13,12,16,0.6);
  margin: -16px 0 36px;
  max-width: 640px;
}
.v3-rcp-agenda-days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.v3-rcp-agenda-day {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 48px;
  align-items: start;
}
.v3-rcp-agenda-day-head {
  position: sticky;
  top: 132px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v3-rcp-agenda-day-num {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f6f6f3;
  background: var(--rcp);
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 100px;
}
.v3-rcp-agenda-day-date {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: rgba(13,12,16,0.55);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}
.v3-rcp-agenda-day-tag {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0d0c10;
  margin: 0;
  text-wrap: balance;
}
.v3-rcp-agenda-sessions {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  border-left: 1.5px solid rgba(13,12,16,0.1);
}
.v3-rcp-agenda-session {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 18px;
  padding: 0 0 28px 0;
  position: relative;
}
.v3-rcp-agenda-session:last-child { padding-bottom: 0; }
.v3-rcp-agenda-bullet {
  width: 13px; height: 13px;
  border-radius: 50%;
  background: #f6f6f3;
  border: 2.5px solid var(--rcp);
  margin-left: -7.5px;
  margin-top: 6px;
}
.v3-rcp-agenda-body h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 0 0 6px;
  color: #0d0c10;
  text-wrap: balance;
}
.v3-rcp-agenda-attr {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.v3-rcp-agenda-attr .venue {
  color: var(--rcp);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.v3-rcp-agenda-attr .host {
  color: rgba(13,12,16,0.7);
  font-weight: 500;
}
.v3-rcp-agenda-attr .sep { color: rgba(13,12,16,0.2); }
.v3-rcp-agenda-body p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(13,12,16,0.7);
  margin: 0;
  max-width: 580px;
}

/* ---- ROSTER ---- */
.v3-rcp-roster-sub {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(13,12,16,0.6);
  margin: -16px 0 36px;
  max-width: 640px;
  text-wrap: balance;
}
.v3-rcp-roster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1px;
  background: rgba(13,12,16,0.08);
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.v3-rcp-roster-card {
  background: #fff;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 18px 22px;
  align-items: baseline;
  transition: background 0.15s;
}
.v3-rcp-roster-card:hover { background: #faf9f5; }
.v3-rcp-roster-num {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--rcp);
  font-weight: 700;
  padding-top: 3px;
}
.v3-rcp-roster-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0d0c10;
  margin-bottom: 3px;
}
.v3-rcp-roster-role {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.v3-rcp-roster-role .role { font-weight: 600; }
.v3-rcp-roster-role .co { color: var(--rcp); font-weight: 700; }
.v3-rcp-roster-role .sep { color: rgba(13,12,16,0.25); }

/* ---- DAYS (numbered, dotted spine) ---- */
.v3-rcp-days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  border-left: 2px solid rgba(13,12,16,0.1);
  padding-left: 32px;
}
.v3-rcp-days > li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(13,12,16,0.08);
  position: relative;
}
.v3-rcp-days > li:last-child { border-bottom: 0; }
.v3-rcp-days > li::before {
  content: '';
  position: absolute;
  left: -41px; top: 32px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #f6f6f3;
  border: 2px solid var(--rcp);
}
.v3-rcp-days .when {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 13.5px;
  letter-spacing: 0.06em;
  color: var(--rcp);
  font-weight: 700;
  padding-top: 4px;
}
.v3-rcp-days .body h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: #0d0c10;
}
.v3-rcp-days .body p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(13,12,16,0.65);
  margin: 0;
  max-width: 600px;
}

/* ---- TOPICS ---- */
.v3-rcp-topics {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.v3-rcp-topics li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(13,12,16,0.06);
  font-size: 15.5px;
  line-height: 1.45;
  color: #0d0c10;
}
.v3-rcp-topics li:last-child { border-bottom: 0; }
.v3-rcp-topics li .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--rcp);
  margin: 0 auto;
}

/* ---- QUOTES ---- */
.v3-rcp-quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
.v3-rcp-quote {
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 16px;
  padding: 32px 28px;
  margin: 0;
}
.v3-rcp-quote blockquote {
  margin: 0 0 20px;
  display: flex;
  gap: 6px;
}
.v3-rcp-quote .mark {
  font-family: 'Fira Sans', sans-serif;
  font-size: 36px;
  line-height: 0.6;
  color: var(--rcp);
  margin-top: 6px;
  flex-shrink: 0;
}
.v3-rcp-quote .text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  color: #0d0c10;
  font-style: italic;
}
.v3-rcp-quote figcaption {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
  font-weight: 700;
  padding-top: 14px;
  border-top: 1px dashed rgba(13,12,16,0.12);
}

/* ---- PARTNERS LOGO STRIP ---- */
.v3-rcp-partners {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v3-rcp-partners .logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: rgba(13,12,16,0.55);
  padding: 12px 18px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 100px;
  transition: 0.2s;
}
.v3-rcp-partners .logo:hover {
  color: #0d0c10;
  border-color: var(--rcp);
}

/* ---- GATE CALLOUT ---- */
.v3-rcp-gate-section { padding-top: 0 !important; }
.v3-rcp-gate {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  background: #0d0c10;
  color: #f6f6f3;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.v3-rcp-gate::before {
  content: '';
  position: absolute;
  top: -160px; right: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--rcp-bg), transparent 65%);
}
.v3-rcp-gate > * { position: relative; }
.v3-rcp-gate-lock {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: var(--rcp-bg);
  color: var(--rcp);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.v3-rcp-gate .kicker {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rcp);
  font-weight: 700;
  margin-bottom: 8px;
}
.v3-rcp-gate h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 6px;
  color: #f6f6f3;
}
.v3-rcp-gate p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(246,246,243,0.7);
  margin: 0;
  max-width: 680px;
}
.v3-rcp-gate .cta {
  background: var(--rcp);
  color: #fff;
  padding: 12px 22px;
  border-radius: 100px;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.v3-rcp-gate .cta:hover { background: #fff; color: #0d0c10; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .v3-rcp-toc-section { position: static; padding-top: 16px; padding-bottom: 16px; }
  .v3-rcp-days > li { grid-template-columns: 100px 1fr; gap: 18px; }
  .v3-rcp-agenda-day { grid-template-columns: 1fr; gap: 24px; }
  .v3-rcp-agenda-day-head { position: static; flex-direction: row; align-items: center; gap: 16px; }
  .v3-rcp-agenda-day-date { margin-bottom: 0; }
}
@media (max-width: 720px) {
  .v3-rcp-hero-inner { padding-top: 32px; padding-bottom: 48px; }
  .v3-rcp-hero-h1 { font-size: clamp(32px, 8vw, 48px); }
  .v3-rcp-hero-sub { font-size: 15.5px; }
  .v3-rcp-hero-attended { padding: 8px 14px 8px 10px; font-size: 12px; }
  .v3-rcp-section { padding-top: 56px !important; padding-bottom: 56px !important; }
  .v3-rcp-days { padding-left: 24px; }
  .v3-rcp-days > li { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .v3-rcp-days > li::before { left: -32px; }
  .v3-rcp-rundown > li { grid-template-columns: 1fr; gap: 4px; padding: 18px 20px; }
  .v3-rcp-topics li { padding: 16px 18px; font-size: 14px; }
  .v3-rcp-num { padding: 22px 18px; }
  .v3-rcp-num .n { font-size: 32px; }
  .v3-rcp-gate { grid-template-columns: 1fr; padding: 24px; gap: 16px; }
  .v3-rcp-gate .cta { justify-self: flex-start; }
  .v3-rcp-agenda-day-head { flex-direction: column; align-items: flex-start; }
  .v3-rcp-agenda-day-tag { font-size: 18px; }
  .v3-rcp-agenda-body h5 { font-size: 16px; }
  .v3-rcp-roster-card { padding: 16px 18px; }
  .v3-rcp-gal { margin: 0 -24px; padding: 0 24px; }
  .v3-rcp-gal-track { scroll-padding-left: 24px; }
  .v3-rcp-gal-card { width: 78vw; }
}
