/* ============================================================
   v3-connect — Connect page (extends v3-pp-connect base)
   Brand accent: #fd5924
   ============================================================ */

/* ---- HERO ---- */
.v3-cn-hero {
  position: relative;
  padding: 28px 56px 96px;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f6f3 0%, #f0eee9 100%);
}
.v3-cn-hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.v3-cn-hero-glow {
  position: absolute;
  top: -240px; right: -180px;
  width: 780px; height: 780px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,89,36,0.04), transparent 65%);
  filter: blur(40px);
}
.v3-cn-hero-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(36,36,36,0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.4), transparent 70%);
}

.v3-cn-hero-bar {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
  padding: 6px 12px 6px 4px;
  margin-bottom: 56px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.08em;
}
.v3-cn-hero-bar .back {
  color: #0d0c10; font-weight: 600;
  border-bottom: 1px solid rgba(36,36,36,0.2);
  padding-bottom: 1px;
  text-decoration: none;
  transition: 0.15s;
}
.v3-cn-hero-bar .back:hover { border-bottom-color: #fd5924; }
.v3-cn-hero-bar .sep { color: rgba(36,36,36,0.25); }
.v3-cn-hero-bar .kind { color: #fd5924; font-weight: 600; }
.v3-cn-hero-bar .status {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 4px 10px;
  background: rgba(253,89,36,0.1);
  color: #fd5924;
  font-weight: 600;
  border-radius: 100px;
}
.v3-cn-hero-bar .status .pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.2);
}

.v3-cn-hero-grid {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 64px;
  align-items: start;
}

.v3-cn-hero-stamp {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 18px;
  background: rgba(13,12,16,0.04);
  border: 1px dashed rgba(13,12,16,0.2);
  border-radius: 6px;
  margin-bottom: 28px;
}
.v3-cn-hero-stamp .get {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: rgba(13,12,16,0.55);
  text-transform: uppercase;
  font-weight: 500;
}
.v3-cn-hero-stamp .tough {
  font-size: 22px;
  font-weight: 700;
  color: #fd5924;
  letter-spacing: -0.02em;
  font-style: italic;
}

.v3-cn-hero-h1 {
  font-size: clamp(48px, 7.5vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0 0 28px;
  color: #0d0c10;
}
.v3-cn-hero-h1 > span {
  display: inline-block;
  background: linear-gradient(135deg, #fd5924 0%, #9441e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.v3-cn-hero-h1 em {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 0.46em;
  line-height: 1.1;
  color: rgba(13,12,16,0.55);
  margin-top: 18px;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: rgba(13,12,16,0.55);
}
.v3-cn-hero-h1 em strong {
  color: #0d0c10;
  font-weight: 500;
}

.v3-cn-hero-lede {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(13,12,16,0.7);
  max-width: 620px;
  margin: 0 0 32px;
}
.v3-cn-hero-lede strong { color: #0d0c10; font-weight: 600; }

.v3-cn-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.v3-cn-hero-cta .primary {
  background: #0d0c10;
  color: #f6f6f3;
  padding: 16px 24px;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px;
  cursor: pointer; font-family: inherit; text-decoration: none;
  transition: 0.2s;
}
.v3-cn-hero-cta .primary:hover { background: #fd5924; }
.v3-cn-hero-cta .secondary {
  background: transparent;
  color: #0d0c10;
  padding: 16px 22px;
  border: 1.5px solid rgba(13,12,16,0.15);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer; font-family: inherit; text-decoration: none;
  transition: 0.2s;
}
.v3-cn-hero-cta .secondary:hover { border-color: #0d0c10; background: rgba(13,12,16,0.04); }

/* Hero aside */
.v3-cn-hero-aside { display: flex; flex-direction: column; gap: 24px; }
.v3-cn-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(13,12,16,0.08);
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
  overflow: hidden;
  background-color: #fff;
}
.v3-cn-hero-stat {
  background: #fff;
  padding: 24px 22px;
}
.v3-cn-hero-stat .big {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #0d0c10;
  line-height: 1;
}
.v3-cn-hero-stat .big em {
  font-style: normal;
  font-size: 0.5em;
  color: #fd5924;
  margin-left: 2px;
}
.v3-cn-hero-stat .sub {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.5);
  margin-top: 12px;
  font-weight: 500;
}

.v3-cn-hero-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 14px;
}
.v3-cn-hero-mosaic .face {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.v3-cn-hero-mosaic .face img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.15);
  transition: 0.3s;
}
.v3-cn-hero-mosaic .face:hover img { filter: grayscale(0); transform: scale(1.04); }
.v3-cn-hero-mosaic .f-more {
  background: linear-gradient(135deg, #fd5924, #9441e9);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: #fff;
  text-align: center;
  padding: 8px;
}
.v3-cn-hero-mosaic .f-more .more-n {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.v3-cn-hero-mosaic .f-more .more-l {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 6px;
  opacity: 0.85;
}

/* Hero operator strip */
.v3-cn-hero-strip {
  position: relative; z-index: 1;
  margin: 64px 0 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 22px 0;
  background: #fff;
  border-top: 1px solid rgba(13,12,16,0.08);
  border-bottom: 1px solid rgba(13,12,16,0.08);
  overflow: hidden;
}
.v3-cn-hero-strip-label {
  position: absolute;
  top: 0; bottom: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  z-index: 2;
  padding: 0 56px 0 56px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(13,12,16,0.55);
  white-space: nowrap;
  background: linear-gradient(to right, #fff 70%, rgba(255,255,255,0));
}
.v3-cn-hero-strip-label .pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #1f8a5b;
  box-shadow: 0 0 0 4px rgba(31,138,91,0.18);
}
.v3-cn-hero-strip-track {
  display: flex;
  gap: 56px;
  animation: cn-marquee 24s linear infinite;
  width: max-content;
  padding-left: 260px;
  padding-right: 56px;
}
.v3-cn-hero-strip:hover .v3-cn-hero-strip-track { animation-play-state: paused; }
.v3-cn-hero-strip-fade {
  position: absolute;
  pointer-events: none;
  top: 0; bottom: 0;
  right: 0;
  width: 100px;
  background: linear-gradient(to right, transparent, #fff);
}
.v3-cn-hero-strip-track .op {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(13,12,16,0.5);
  white-space: nowrap;
  font-family: 'Fira Sans', system-ui, sans-serif;
  transition: color 0.2s ease;
}
.v3-cn-hero-strip-track .op:hover { color: #0d0c10; }
.v3-cn-hero-strip-track .op img {
  height: 20px;
  width: auto;
  display: block;
  filter: brightness(0);
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.v3-cn-hero-strip-track .op:hover img { opacity: 1; }
/* Connect page: render the shared .v3-operators band light, with black logos. */
.v3-connect-page .v3-operators {
  background: transparent;
  color: rgba(13,12,16,0.5);
  border-bottom: 1px solid rgba(13,12,16,0.08);
}
.v3-connect-page .v3-operators-head { color: rgba(13,12,16,0.5); }
.v3-connect-page .v3-operators-head .line { background: rgba(13,12,16,0.12); }
.v3-connect-page .v3-operators-track .logo img {
  filter: brightness(0);
  opacity: 0.5;
}
.v3-connect-page .v3-operators-track .logo:hover img { opacity: 1; }

.v3-cn-hero-strip-track .op img[src*="mews"] { height: 11px; }
.v3-cn-hero-strip-track .op img[src*="polarsteps"] { height: 24px; }
.v3-cn-hero-strip-track .op img[src*="fourthline"] { height: 17px; }
.v3-cn-hero-strip-track .op img[src*="hadrian"] { height: 14px; }
.v3-cn-hero-strip-track .op img[src*="bitvavo"] { height: 14px; }
@keyframes cn-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---- INFINITE CONNECTIONS ---- */
.v3-cn-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.v3-cn-feature {
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 18px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 380px;
}
.v3-cn-feature::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: #fd5924;
}
.v3-cn-feature.alt::before { background: #9441e9; }
.v3-cn-feature-num {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #fd5924;
  font-weight: 600;
}
.v3-cn-feature.alt .v3-cn-feature-num { color: #9441e9; }
.v3-cn-feature-tag {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
  margin-top: -8px;
}
.v3-cn-feature h3 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0;
  color: #0d0c10;
}
.v3-cn-feature h3 em {
  font-style: italic;
  font-weight: 400;
  color: rgba(13,12,16,0.55);
}
.v3-cn-feature p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(13,12,16,0.65);
  margin: 0;
  max-width: 540px;
  flex: 1;
}
.v3-cn-feature-card {
  align-self: flex-start;
  background: linear-gradient(135deg, #fd5924, #ff7a4a);
  color: #fff;
  padding: 18px 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(253,89,36,0.25);
}
.v3-cn-feature-card.alt { background: linear-gradient(135deg, #9441e9, #b87cf2); box-shadow: 0 8px 24px rgba(148,65,233,0.25); }
.v3-cn-feature-card .num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.v3-cn-feature-card .lab {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  opacity: 0.9;
  font-weight: 500;
}

/* ---- SCALE CARDS (everything you need) ---- */
.v3-cn-scale {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(246,246,243,0.08);
  border: 1px solid rgba(246,246,243,0.08);
  border-radius: 14px;
  overflow: hidden;
}
.v3-cn-scale-card {
  background: rgba(246,246,243,0.02);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 290px;
  transition: 0.15s;
}
.v3-cn-scale-card:hover { background: rgba(246,246,243,0.05); }
.v3-cn-scale-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.v3-cn-scale-head .n {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 14px;
  color: #fd5924;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.v3-cn-scale-head .cat {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.45);
  font-weight: 600;
}
.v3-cn-scale-card h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
  color: #f6f6f3;
}
.v3-cn-scale-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(246,246,243,0.65);
  margin: 0;
  flex: 1;
}
.v3-cn-scale-tags {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed rgba(246,246,243,0.1);
}
.v3-cn-scale-tags .tag {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.55);
  padding: 4px 8px;
  border: 1px solid rgba(246,246,243,0.1);
  border-radius: 4px;
}

/* Centered hero variant — used when there's no right-side mosaic */
.v3-cn-hero-grid.v3-cn-hero-grid-centered {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  position: relative;
}

/* Decorative founder squares floating beside the centered headline */
.v3-cn-hero-polaroids {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.v3-cn-pol {
  position: absolute;
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 20px 48px rgba(13,12,16,0.18),
    0 0 0 1px rgba(13,12,16,0.06);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.v3-cn-pol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) contrast(1.04);
  display: block;
}
.v3-cn-pol .cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(13,12,16,0.92) 100%);
  color: #f6f6f3;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.v3-cn-pol:hover .cap { opacity: 1; }
.v3-cn-pol .cap .n {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #f6f6f3;
  line-height: 1.2;
}
.v3-cn-pol .cap .r {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.8);
  margin-top: 3px;
}
.v3-cn-pol.p-left {
  top: 24px;
  left: 8%;
  transform: rotate(-7deg);
}
.v3-cn-pol.p-right {
  top: 120px;
  right: 8%;
  transform: rotate(6deg);
}
.v3-cn-pol.p-left-low {
  bottom: 40px;
  left: 4%;
  transform: rotate(5deg);
  width: 130px;
  height: 130px;
}
.v3-cn-pol.p-right-low {
  bottom: 60px;
  right: 4%;
  transform: rotate(-6deg);
  width: 130px;
  height: 130px;
}
.v3-cn-pol.p-far-left {
  top: 200px;
  left: -2%;
  transform: rotate(8deg);
  width: 120px;
  height: 120px;
  opacity: 0.92;
}
.v3-cn-pol.p-far-right {
  top: 280px;
  right: -1%;
  transform: rotate(-9deg);
  width: 120px;
  height: 120px;
  opacity: 0.92;
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered:hover .v3-cn-pol.p-left {
  transform: rotate(-5deg) translateY(-4px);
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered:hover .v3-cn-pol.p-right {
  transform: rotate(4deg) translateY(-4px);
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered:hover .v3-cn-pol.p-left-low {
  transform: rotate(3deg) translateY(-4px);
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered:hover .v3-cn-pol.p-right-low {
  transform: rotate(-4deg) translateY(-4px);
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered:hover .v3-cn-pol.p-far-left {
  transform: rotate(6deg) translateY(-3px);
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered:hover .v3-cn-pol.p-far-right {
  transform: rotate(-7deg) translateY(-3px);
}
@media (max-width: 880px) {
  .v3-cn-pol.p-far-left,
  .v3-cn-pol.p-far-right,
  .v3-cn-pol.p-left-low,
  .v3-cn-pol.p-right-low { display: none; }
}

.v3-cn-hero-grid.v3-cn-hero-grid-centered .v3-cn-hero-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  position: relative;
  z-index: 1;
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered .v3-cn-hero-h1 em {
  -webkit-text-fill-color: rgba(13,12,16,0.55);
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered .v3-cn-hero-lede {
  margin-left: auto;
  margin-right: auto;
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered .v3-cn-hero-cta {
  justify-content: center;
}
.v3-cn-hero-grid.v3-cn-hero-grid-centered .v3-cn-hero-aside {
  display: none;
}

/* Core-membership pill (replaces hero stamp) */
.v3-cn-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 12px;
  border-radius: 100px;
  background: rgba(253,89,36,0.08);
  border: 1px solid rgba(253,89,36,0.2);
  margin-bottom: 28px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: #fd5924;
  font-weight: 600;
  text-transform: uppercase;
}
.v3-cn-hero-pill .d {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.2);
}

/* ---- TIMELINE (Connect events) ---- */
.v3-cn-timeline {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding-left: 32px;
}
.v3-cn-timeline::before {
  content: '';
  position: absolute;
  left: 8px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(253,89,36,0.4), rgba(246,246,243,0.08));
}
.v3-cn-tl-week {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 32px;
  position: relative;
}
.v3-cn-tl-week::before {
  content: '';
  position: absolute;
  left: -32px; top: 4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #0d0c10;
  border: 2px solid rgba(246,246,243,0.25);
}
.v3-cn-tl-week.now::before {
  background: #fd5924;
  border-color: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.2);
}
.v3-cn-tl-week-label .t {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #f6f6f3;
}
.v3-cn-tl-week.now .v3-cn-tl-week-label .t { color: #fd5924; }
.v3-cn-tl-week-label .s {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(246,246,243,0.5);
  margin-top: 4px;
}
.v3-cn-tl-events { display: flex; flex-direction: column; gap: 8px; }
.v3-cn-tl-event {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  background: rgba(246,246,243,0.04);
  border: 1px solid rgba(246,246,243,0.08);
  border-radius: 10px;
  transition: 0.15s;
}
.v3-cn-tl-event:hover { background: rgba(246,246,243,0.06); border-color: rgba(246,246,243,0.15); }
.v3-cn-tl-event.featured {
  background: linear-gradient(90deg, rgba(253,89,36,0.14), rgba(246,246,243,0.04) 70%);
  border-color: rgba(253,89,36,0.3);
}
.v3-cn-tl-event .when {
  border-right: 1px solid rgba(246,246,243,0.1);
  padding-right: 14px;
}
.v3-cn-tl-event .when .day {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #f6f6f3;
}
.v3-cn-tl-event .when .dow {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.5);
  margin-top: 6px;
}
.v3-cn-tl-event .body .tag {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #fd5924;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 6px;
}
.v3-cn-tl-event .body .tag.violet { color: #b87cf2; }
.v3-cn-tl-event .body .tag.azure  { color: #5a9cff; }
.v3-cn-tl-event .body .title {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #f6f6f3;
  line-height: 1.3;
}
.v3-cn-tl-event .body .meta {
  font-size: 12.5px;
  color: rgba(246,246,243,0.55);
  margin-top: 4px;
}
.v3-cn-tl-event .right .seats {
  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);
  padding: 6px 10px;
  border: 1px solid rgba(246,246,243,0.15);
  border-radius: 100px;
  white-space: nowrap;
}
@media (max-width: 880px) {
  .v3-cn-timeline { padding-left: 24px; }
  .v3-cn-tl-week { grid-template-columns: 1fr; gap: 12px; }
  .v3-cn-tl-week::before { left: -24px; }
  .v3-cn-tl-event { grid-template-columns: 56px 1fr; }
  .v3-cn-tl-event .right { display: none; }
}

/* ---- CROSS-LINK TO CIRCLES (Tough Love banner) ---- */
.v3-cn-cross {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: stretch;
  padding: 48px;
  background:
    radial-gradient(ellipse 600px 400px at 100% 0%, rgba(148,65,233,0.18), transparent 60%),
    #faf9f5;
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: 0.25s;
}
.v3-cn-cross:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(13,12,16,0.08);
}
.v3-cn-cross-eyebrow {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9441e9;
  font-weight: 600;
  margin-bottom: 16px;
}
.v3-cn-cross-left h3 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0 0 18px;
  color: #0d0c10;
}
.v3-cn-cross-left h3 em {
  font-style: italic;
  color: rgba(13,12,16,0.5);
  font-weight: 400;
}
.v3-cn-cross-left h3 .a-violet { color: #9441e9; }
.v3-cn-cross-left p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(13,12,16,0.65);
  margin: 0 0 24px;
  max-width: 540px;
}
.v3-cn-cross-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #9441e9;
  padding-bottom: 2px;
  border-bottom: 1px solid #9441e9;
}
.v3-cn-cross-right {
  position: relative;
  min-height: 240px;
}
.v3-cn-cross-photos { position: absolute; inset: 0; }
.v3-cn-cross-photos .ph {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(13,12,16,0.18);
}
.v3-cn-cross-photos .ph img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.15); }
.v3-cn-cross-photos .p0 { top: 0; right: 80px; width: 140px; height: 170px; transform: rotate(-4deg); z-index: 2; }
.v3-cn-cross-photos .p1 { top: 30px; right: 0; width: 130px; height: 160px; transform: rotate(4deg); z-index: 1; }
.v3-cn-cross-photos .p2 { bottom: 0; right: 60px; width: 120px; height: 150px; transform: rotate(-2deg); z-index: 1; }
.v3-cn-cross-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #0d0c10;
  color: #fff;
  border-radius: 8px;
  transform: rotate(-2deg);
  z-index: 3;
  box-shadow: 0 12px 24px rgba(13,12,16,0.2);
}
.v3-cn-cross-badge .stamp {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(246,246,243,0.55);
  text-transform: uppercase;
}
.v3-cn-cross-badge .tough {
  font-size: 16px;
  font-weight: 700;
  color: #9441e9;
  font-style: italic;
  letter-spacing: -0.02em;
}

/* ---- TIMELINE LIGHT (Connect events) — white background variant ---- */
.v3-cn-timeline.v3-cn-timeline-light::before {
  background: linear-gradient(180deg, rgba(253,89,36,0.4), rgba(13,12,16,0.08));
}
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-week::before {
  background: #f6f6f3;
  border-color: rgba(13,12,16,0.25);
}
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-week.now::before {
  background: #fd5924;
  border-color: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.18);
}
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-week-label .t { color: #0d0c10; }
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-week-label .s { color: rgba(13,12,16,0.5); }
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event {
  background: #fff;
  border: 1px solid rgba(13,12,16,0.08);
}
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event:hover {
  background: #fff;
  border-color: rgba(13,12,16,0.18);
  box-shadow: 0 8px 24px rgba(13,12,16,0.04);
}
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event.featured {
  background: linear-gradient(90deg, rgba(253,89,36,0.07), #fff 70%);
  border-color: rgba(253,89,36,0.3);
}
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event .when {
  border-right-color: rgba(13,12,16,0.08);
}
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event .when .day { color: #0d0c10; }
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event .when .dow { color: rgba(13,12,16,0.5); }
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event .body .title { color: #0d0c10; }
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event .body .meta { color: rgba(13,12,16,0.55); }
.v3-cn-timeline.v3-cn-timeline-light .v3-cn-tl-event .right .seats {
  color: rgba(13,12,16,0.6);
  border-color: rgba(13,12,16,0.15);
}

/* ---- VOICES (auto-rotating) ---- */
.v3-cn-voices-section {
  background: #faf9f5;
  border-top: 1px solid rgba(13,12,16,0.08);
  border-bottom: 1px solid rgba(13,12,16,0.08);
  padding-top: clamp(56px, 5vw, 80px) !important;
  padding-bottom: clamp(56px, 5vw, 80px) !important;
}
.v3-cn-voices { display: flex; flex-direction: column; gap: 32px; }
.v3-cn-voice-stage {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  align-items: start;
  padding: 32px 0;
}
.v3-cn-voice-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.v3-cn-voice-aside img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 16px;
  filter: grayscale(0.1);
}
.v3-cn-voice-meta { padding-left: 4px; }
.v3-cn-voice-meta .name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0d0c10;
}
.v3-cn-voice-meta .role {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(13,12,16,0.55);
  margin-top: 6px;
}
.v3-cn-voice-quote {
  position: relative;
  margin: 0;
  padding-left: 80px;
  padding-top: 8px;
}
.v3-cn-voice-quote .mark {
  position: absolute;
  top: -32px; left: 0;
  font-size: 140px;
  line-height: 1;
  color: #fd5924;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  opacity: 0.5;
}
.v3-cn-voice-quote .text {
  display: block;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: #0d0c10;
  font-style: italic;
  font-weight: 400;
}
.v3-cn-voice-rail {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 8px 0;
  scrollbar-width: thin;
}
.v3-cn-voice-rail::-webkit-scrollbar { height: 6px; }
.v3-cn-voice-rail::-webkit-scrollbar-thumb { background: rgba(13,12,16,0.15); border-radius: 100px; }
.v3-cn-voice-thumb {
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: 10px;
  padding: 8px 10px 8px 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: inherit;
  transition: 0.15s;
  flex-shrink: 0;
}
.v3-cn-voice-thumb img {
  width: 36px; height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.v3-cn-voice-thumb .thumb-name {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(13,12,16,0.7);
  letter-spacing: -0.005em;
}
.v3-cn-voice-thumb:hover { border-color: rgba(13,12,16,0.15); }
.v3-cn-voice-thumb.active {
  border-color: #fd5924;
  background: rgba(253,89,36,0.06);
}
.v3-cn-voice-thumb.active .thumb-name { color: #fd5924; }

/* Replace clickable rail with passive progress dots */
.v3-cn-voice-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
}
.v3-cn-voice-dot {
  width: 28px;
  height: 3px;
  border-radius: 100px;
  background: rgba(13,12,16,0.12);
  transition: background 0.4s ease, width 0.4s ease;
}
.v3-cn-voice-dot.active {
  width: 56px;
  background: linear-gradient(90deg, #fd5924, #9441e9);
}

/* Fade-in for each rotating quote */
.v3-cn-voice-stage {
  animation: cn-voice-fade 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes cn-voice-fade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .v3-cn-voice-stage { animation: none; }
}

/* ---- CROSS-LINK CARDS (Circles + Cities + Rise, end of page) ---- */
.v3-cn-cross-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.v3-cn-cross-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0d0c10;
  color: #f6f6f3;
  border-radius: 18px;
  padding: 28px;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  min-height: 460px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.v3-cn-cross-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse 600px 320px at 100% 0%, var(--tint, rgba(255,255,255,0.08)), transparent 65%);
}
.v3-cn-cross-card.violet { --tint: rgba(148,65,233,0.45); }
.v3-cn-cross-card.azure  { --tint: rgba(8,29,171,0.50); }
.v3-cn-cross-card.orange { --tint: rgba(253,89,36,0.45); }
.v3-cn-cross-card.jade   { --tint: rgba(31,138,91,0.55); }
.v3-cn-cross-card.pink   { --tint: rgba(236,72,153,0.5); }
.v3-cn-cross-card:hover {
  transform: translateY(-4px);
}
.v3-cn-cross-card-stamp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
}
.v3-cn-cross-card-stamp .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 100px;
  background: rgba(246,246,243,0.08);
  border: 1px solid rgba(246,246,243,0.12);
  color: rgba(246,246,243,0.85);
}
.v3-cn-cross-card-stamp .badge .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--tint, #fff);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.08);
}
.v3-cn-cross-card.violet .badge .dot { background: #b87cf2; }
.v3-cn-cross-card.azure  .badge .dot { background: #5a9cff; }
.v3-cn-cross-card.orange .badge .dot { background: #fd5924; }
.v3-cn-cross-card.jade   .badge .dot { background: #4dc491; }
.v3-cn-cross-card.pink   .badge .dot { background: #f472b6; }
.v3-cn-cross-card-stamp .kind {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.5);
  font-weight: 600;
}

.v3-cn-cross-card-photos {
  position: relative;
  height: 150px;
  margin-bottom: 28px;
}
.v3-cn-cross-card-photos .ph {
  position: absolute;
  width: 88px;
  aspect-ratio: 1 / 1.18;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #0d0c10;
  background: #0d0c10;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.v3-cn-cross-card-photos .ph img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.12) contrast(1.04);
}
.v3-cn-cross-card-photos .p0 { top: 0;   left: 0;   transform: rotate(-7deg); z-index: 2; }
.v3-cn-cross-card-photos .p1 { top: 18px; left: 70px; transform: rotate(4deg); z-index: 3; }
.v3-cn-cross-card-photos .p2 { top: 4px;  left: 140px; transform: rotate(-3deg); z-index: 1; }
.v3-cn-cross-card:hover .ph.p0 { transform: rotate(-5deg) translateY(-3px); }
.v3-cn-cross-card:hover .ph.p1 { transform: rotate(3deg) translateY(-3px); }
.v3-cn-cross-card:hover .ph.p2 { transform: rotate(-2deg) translateY(-3px); }

.v3-cn-cross-card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.v3-cn-cross-card-body h3 {
  font-size: clamp(28px, 2.5vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0;
  color: #f6f6f3;
}
.v3-cn-cross-card-body h3 em {
  font-style: italic;
  font-weight: 400;
  color: rgba(246,246,243,0.6);
}
.v3-cn-cross-card.violet .h3-accent,
.v3-cn-cross-card.violet h3 em { color: #b87cf2; }
.v3-cn-cross-card.azure  h3 em { color: #6a9eff; }
.v3-cn-cross-card.orange h3 em { color: #fd7e54; }
.v3-cn-cross-card.jade   h3 em { color: #4dc491; }
.v3-cn-cross-card.pink   h3 em { color: #f472b6; }
.v3-cn-cross-card-body p {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(246,246,243,0.7);
  margin: 0;
}
.v3-cn-cross-card-body .cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #f6f6f3;
  padding-top: 10px;
  border-top: 1px dashed rgba(246,246,243,0.15);
  margin-top: 4px;
}
.v3-cn-cross-card-body .cta span:last-child {
  transition: transform 0.25s ease;
}
.v3-cn-cross-card:hover .v3-cn-cross-card-body .cta span:last-child {
  transform: translateX(4px);
}

@media (max-width: 960px) {
  .v3-cn-cross-grid { grid-template-columns: 1fr; }
  .v3-cn-cross-card { min-height: 380px; }
}

/* ---- RICH FOOTER ---- */
.v3-footer-rich {
  background:
    radial-gradient(ellipse 800px 400px at 0% 0%, rgba(253,89,36,0.10), transparent 60%),
    radial-gradient(ellipse 600px 400px at 100% 0%, rgba(148,65,233,0.08), transparent 60%),
    #0d0c10;
  color: rgba(246,246,243,0.65);
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(28px, 3vw, 40px);
  position: relative;
  overflow: hidden;
}
.v3-footer-rich::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(253,89,36,0.4), rgba(148,65,233,0.4), transparent);
}

.v3-footer-rich .v3-footer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
  padding-bottom: 56px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(246,246,243,0.08);
}
.v3-footer-eyebrow {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(253,89,36,0.85);
  font-weight: 600;
  margin-bottom: 16px;
}
.v3-footer-h3 {
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0;
  color: #f6f6f3;
}
.v3-footer-h3 em {
  font-style: italic;
  font-weight: 400;
  color: rgba(246,246,243,0.55);
}

.v3-footer-news-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.65);
  margin-bottom: 14px;
}
.v3-footer-news-label .pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd5924;
  box-shadow: 0 0 0 4px rgba(253,89,36,0.2);
}
.v3-footer-rich .v3-footer-news {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  padding: 6px;
  background: rgba(246,246,243,0.05);
  border: 1px solid rgba(246,246,243,0.1);
  border-radius: 12px;
  max-width: 460px;
}
.v3-footer-rich .v3-footer-news input {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  color: #f6f6f3;
}
.v3-footer-rich .v3-footer-news input::placeholder { color: rgba(246,246,243,0.4); }
.v3-footer-rich .v3-footer-news button {
  background: #fd5924;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}
.v3-footer-rich .v3-footer-news button:hover { background: #9441e9; }
.v3-footer-news-fine {
  font-size: 11.5px;
  color: rgba(246,246,243,0.4);
  margin-top: 10px;
}

.v3-footer-rich .v3-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-bottom: 56px;
}
.v3-footer-rich .v3-footer-brand-col { padding-right: 16px; }
.v3-footer-rich .v3-footer-brand {
  display: block;
  line-height: 0;
  margin-bottom: 6px;
}
.v3-footer-rich .v3-footer-brand img {
  height: 36px;
  width: auto;
  display: block;
}
.v3-footer-rich .v3-footer-tag {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(246,246,243,0.55);
  max-width: 280px;
  margin: 22px 0 18px;
}
.v3-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(246,246,243,0.04);
  border: 1px solid rgba(246,246,243,0.1);
  border-radius: 999px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.65);
  margin-bottom: 22px;
}
.v3-footer-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd5924;
  box-shadow: 0 0 0 3px rgba(253,89,36,0.2);
}
.v3-footer-badge-sep { color: rgba(246,246,243,0.35); }
.v3-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
.v3-footer-rich .v3-footer-social a,
.v3-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(246,246,243,0.16);
  background: transparent;
  color: rgba(246,246,243,0.7);
  text-decoration: none;
  line-height: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.v3-footer-rich .v3-footer-social a:hover,
.v3-footer-social a:hover {
  background: #f6f6f3;
  border-color: #f6f6f3;
  color: #0d0c10;
  transform: translateY(-1px);
}
.v3-footer-social a svg { flex: 0 0 auto; display: block; line-height: 0; }
.v3-footer-social a { line-height: 0; }
.v3-footer-social-label {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.v3-footer-rich .v3-footer-col h5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.5);
  margin: 0 0 16px;
  font-weight: 600;
}
.v3-footer-col-tick {
  width: 14px; height: 1px;
  background: #fd5924;
  display: inline-block;
}
.v3-footer-rich .v3-footer-col a {
  display: block;
  color: rgba(246,246,243,0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
  transition: color 0.15s ease, transform 0.15s ease;
}
.v3-footer-rich .v3-footer-col a:hover {
  color: #fd5924;
  transform: translateX(2px);
}
.v3-footer-rich .v3-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(246,246,243,0.08);
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.4);
}
.v3-footer-legal-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.v3-footer-legal-links a {
  color: rgba(246,246,243,0.55);
  text-decoration: none;
  transition: color 0.15s ease;
}
.v3-footer-legal-links a:hover { color: #fd5924; }
.v3-footer-legal-links .sep { color: rgba(246,246,243,0.25); }

@media (max-width: 960px) {
  .v3-footer-rich .v3-footer-hero { grid-template-columns: 1fr; gap: 28px; }
  .v3-footer-rich .v3-footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .v3-footer-rich .v3-footer-brand-col { grid-column: 1 / -1; padding-right: 0; }
  .v3-footer-rich .v3-footer-bottom { flex-direction: column; gap: 10px; }
  .v3-cn-pol { display: none; }
}

/* ---- FAQ ---- */
.v3-cn-faq { border-top: 1px solid rgba(13,12,16,0.1); }
.v3-cn-faq-item { border-bottom: 1px solid rgba(13,12,16,0.1); }
.v3-cn-faq-q {
  width: 100%;
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  gap: 20px;
  align-items: center;
  padding: 24px 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: #0d0c10;
  transition: 0.15s;
}
.v3-cn-faq-q:hover { color: #fd5924; }
.v3-cn-faq-q .n {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  color: rgba(13,12,16,0.35);
  letter-spacing: 0.08em;
}
.v3-cn-faq-q .t {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.v3-cn-faq-q .chev {
  font-size: 28px;
  font-weight: 300;
  color: rgba(13,12,16,0.4);
  line-height: 0.5;
  text-align: center;
}
.v3-cn-faq-item.open .v3-cn-faq-q .chev { color: #fd5924; }
.v3-cn-faq-a { padding: 0 4px 28px 84px; }
.v3-cn-faq-a p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(13,12,16,0.65);
  margin: 0;
  max-width: 760px;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .v3-cn-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .v3-cn-features { grid-template-columns: 1fr; }
  .v3-cn-scale { grid-template-columns: 1fr 1fr; }
  .v3-cn-cross { grid-template-columns: 1fr; padding: 36px; }
  .v3-cn-cross-right { min-height: 200px; }
  .v3-cn-voice-stage { grid-template-columns: 1fr; gap: 24px; }
  .v3-cn-voice-aside { flex-direction: row; align-items: center; gap: 14px; }
  .v3-cn-voice-aside img { width: 80px; height: 80px; }
  .v3-cn-voice-quote { padding-left: 0; padding-top: 0; }
  .v3-cn-voice-quote .mark { top: -56px; left: 0; }
}
/* Mobile-only intro block — duplicates the .v3-cn-hero-lede after the hero
 * section so phones get a punchier hero (bar + h1 + CTA) and the supporting
 * paragraph reads as a normal intro paragraph below. Hidden on desktop. */
.v3-cn-hero-intro { display: none; }
@media (max-width: 720px) {
  .v3-cn-hero { padding: 24px 24px 64px; }
  /* Drop the 48px floor — at 375px wide it crowds the screen with the
     18-word headline. The italic sub-line scales with it via the 0.46em
     rule on .v3-cn-hero-h1 em, so the visual hierarchy stays intact. */
  .v3-cn-hero-h1 { font-size: clamp(36px, 9vw, 52px); margin-bottom: 22px; }
  .v3-cn-hero-h1 em { margin-top: 12px; }
  /* Hide the in-hero lede on phones; the .v3-cn-hero-intro block below the
     section takes over. */
  .v3-cn-hero .v3-cn-hero-lede { display: none; }
  .v3-cn-hero-intro {
    display: block;
    padding: 24px 24px 8px;
  }
  .v3-cn-hero-intro .v3-cn-hero-lede {
    display: block;
    margin: 0 auto;
    max-width: 38ch;
    font-size: 17px;
  }
  .v3-cn-hero-strip { margin-left: -24px; margin-right: -24px; grid-template-columns: 1fr; gap: 12px; }
  .v3-cn-hero-strip-label { padding-left: 24px; }
  .v3-cn-hero-strip-track { padding-right: 24px; }
  .v3-cn-hero-stats { grid-template-columns: 1fr 1fr; }
  .v3-cn-scale { grid-template-columns: 1fr; }
  .v3-cn-faq-q { grid-template-columns: 1fr 32px; }
  .v3-cn-faq-q .n { display: none; }
  .v3-cn-faq-a { padding-left: 4px; }
}

/* ---- CTA-IN-FOOTER ---- */
/* When RichFooter is passed `cta={...}` (homepage), the hero copy is replaced
 * with a closing call-to-action: meta strip, big italic-mix headline, action row.
 * Same dark footer background, just dressed for the moment.
 */
.v3-footer-rich .v3-footer-hero.has-cta {
  grid-template-columns: 1fr;
  max-width: 1100px;
}
.v3-footer-rich .v3-footer-cta-meta {
  display: inline-flex; gap: 10px; flex-wrap: wrap;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(246,246,243,0.55);
  margin-bottom: 28px;
}
.v3-footer-rich .v3-footer-cta-meta strong { color: #fd5924; font-weight: 600; }
.v3-footer-rich .v3-footer-h3-cta {
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: none;
}
.v3-footer-rich .v3-footer-h3-cta em {
  font-style: italic;
  color: rgba(246,246,243,0.4);
  font-weight: 400;
}
.v3-footer-rich .v3-footer-h3-cta .a-orange {
  background: linear-gradient(135deg, #fd5924 0%, #f472b6 50%, #9441e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.v3-footer-rich .v3-footer-cta-actions {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 36px;
}
.v3-footer-rich .v3-footer-cta-actions .v3-cta-primary {
  background: #fd5924;
  color: #fff;
  padding: 15px 26px;
  border-radius: 8px;
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 10px;
  border: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.v3-footer-rich .v3-footer-cta-actions .v3-cta-primary:hover {
  background: #9441e9;
  transform: translateY(-1px);
}
.v3-footer-rich .v3-footer-cta-actions .v3-cta-secondary {
  background: transparent;
  color: #f6f6f3;
  padding: 15px 26px;
  border-radius: 8px;
  font-family: 'Fira Sans', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid rgba(246,246,243,0.25);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.v3-footer-rich .v3-footer-cta-actions .v3-cta-secondary:hover {
  background: rgba(246,246,243,0.06);
  border-color: rgba(246,246,243,0.5);
}

@media (max-width: 720px) {
  .v3-footer-rich .v3-footer-cta-meta { font-size: 10px; gap: 6px; margin-bottom: 18px; }
  .v3-footer-rich .v3-footer-h3-cta { font-size: clamp(34px, 9vw, 48px); line-height: 1.04; }
  .v3-footer-rich .v3-footer-cta-actions { margin-top: 28px; gap: 10px; }
  .v3-footer-rich .v3-footer-cta-actions .v3-cta-primary,
  .v3-footer-rich .v3-footer-cta-actions .v3-cta-secondary {
    padding: 13px 18px;
    font-size: 14px;
    flex: 1;
    min-width: 0;
    text-align: center;
    justify-content: center;
  }
}

/* ============================================================
   CITIES additions (What to expect · Recap callout)
   ============================================================ */
.v3-pp-expect {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(13,12,16,0.08);
  border: 1px solid rgba(13,12,16,0.08);
  border-radius: 18px;
  overflow: hidden;
}
.v3-pp-expect-card {
  background: #fff;
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.15s;
}
.v3-pp-expect-card:hover { background: #faf9f5; }
.v3-pp-expect-num {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a6fdb;
}
.v3-pp-expect-card h4 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  color: #0d0c10;
  text-wrap: balance;
}
.v3-pp-expect-card p {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(13,12,16,0.65);
  margin: 0;
  text-wrap: pretty;
}

/* Recap callout (from previous trip) */
.v3-pp-recap-callout-section { padding-top: 0 !important; padding-bottom: 56px !important; }
.v3-pp-recap-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.4fr);
  gap: 56px;
  padding: 48px 56px 56px;
  background: #0d0c10;
  color: #f6f6f3;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.v3-pp-recap-callout::before {
  content: '';
  position: absolute;
  inset: auto auto -240px -180px;
  width: 540px; height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42,111,219,0.32), transparent 65%);
  pointer-events: none;
}
.v3-pp-recap-meta { position: relative; }
.v3-pp-recap-meta .kicker {
  display: block;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(246,246,243,0.55);
  margin-bottom: 10px;
}
.v3-pp-recap-meta h2 {
  font-size: clamp(36px, 4.4vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 0;
  color: #f6f6f3;
}
.v3-pp-recap-body { position: relative; display: flex; flex-direction: column; gap: 24px; }
.v3-pp-recap-body p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(246,246,243,0.78);
  margin: 0;
  max-width: 640px;
}
.v3-pp-recap-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 12px 22px;
  background: #2a6fdb;
  color: #f6f6f3;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.15s;
}
.v3-pp-recap-link:hover { background: #f6f6f3; color: #0d0c10; }

@media (max-width: 980px) {
  .v3-pp-expect { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v3-pp-recap-callout { grid-template-columns: 1fr; gap: 24px; padding: 36px 32px 40px; }
}
@media (max-width: 720px) {
  .v3-pp-expect { grid-template-columns: 1fr; }
  .v3-pp-expect-card { padding: 26px 22px 28px; }
  .v3-pp-expect-card h4 { font-size: 18px; }
  .v3-pp-recap-callout { padding: 28px 24px 32px; }
  .v3-pp-recap-body p { font-size: 16px; }
}

/* ============================================================
   CITIES — NEXT TRIP FEATURE (London 2026)
   ============================================================ */
.v3-pp-next-trip-section { padding-top: 0 !important; }
.v3-pp-next-trip {
  background: #0d0c10;
  color: #f6f6f3;
  border-radius: 22px;
  padding: 40px 48px 48px;
  position: relative;
  overflow: hidden;
}
.v3-pp-next-trip::before {
  content: '';
  position: absolute;
  inset: -40% -10% auto auto;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42,111,219,0.32), transparent 65%);
  pointer-events: none;
}
.v3-pp-next-trip-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(246,246,243,0.1);
}
.v3-pp-next-trip-head .kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a6fdb;
}
.v3-pp-next-trip-head .kicker .pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #2a6fdb;
  box-shadow: 0 0 0 4px rgba(42,111,219,0.22);
}
.v3-pp-next-trip-head .dates {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: rgba(246,246,243,0.7);
  font-weight: 600;
}
.v3-pp-next-trip-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.v3-pp-next-trip-title {
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 0 0 36px;
  background: linear-gradient(135deg, #6a8df0 0%, #a8c3f0 50%, #f6f6f3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.v3-pp-next-trip-title em {
  font-style: italic;
  font-weight: 400;
  -webkit-text-fill-color: rgba(246,246,243,0.45);
  color: rgba(246,246,243,0.45);
  background: none;
}
.v3-pp-next-trip-title .sub {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 0.48em;
  -webkit-text-fill-color: rgba(246,246,243,0.82);
  color: rgba(246,246,243,0.82);
  background: none;
  letter-spacing: -0.015em;
  margin-top: 24px;
  line-height: 1.2;
}
.v3-pp-next-trip-lede {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(246,246,243,0.85);
  max-width: 560px;
  margin: 0 0 32px;
  text-wrap: pretty;
  font-weight: 400;
}
.v3-pp-next-trip-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.v3-pp-next-trip-pills .pill {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  border-radius: 100px;
  background: rgba(246,246,243,0.06);
  color: rgba(246,246,243,0.92);
  border: 1px solid rgba(246,246,243,0.12);
}
.v3-pp-next-trip-pills .pill.hi {
  background: rgba(42,111,219,0.2);
  color: #a8c3f0;
  border-color: rgba(42,111,219,0.45);
}
.v3-pp-next-trip-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.v3-pp-next-trip-cta .primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #2a6fdb;
  color: #f6f6f3;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.15s;
}
.v3-pp-next-trip-cta .primary:hover { background: #f6f6f3; color: #0d0c10; }
.v3-pp-next-trip-cta .secondary {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  border: 1px solid rgba(246,246,243,0.25);
  color: #f6f6f3;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.15s;
}
.v3-pp-next-trip-cta .secondary:hover { background: rgba(246,246,243,0.08); border-color: rgba(246,246,243,0.4); }

/* Itinerary aside */
.v3-pp-next-trip-aside {
  background: rgba(246,246,243,0.04);
  border: 1px solid rgba(246,246,243,0.1);
  border-radius: 14px;
  padding: 28px 30px;
}
.v3-pp-next-trip-aside-head {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(246,246,243,0.6);
  padding-bottom: 20px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(246,246,243,0.1);
}
.v3-pp-next-trip-days {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.v3-pp-next-trip-day {
  padding: 22px 0;
  border-bottom: 1px solid rgba(246,246,243,0.08);
}
.v3-pp-next-trip-day:last-child { border-bottom: 0; padding-bottom: 0; }
.v3-pp-next-trip-day-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.v3-pp-next-trip-day-head .num {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #a8c3f0;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(42,111,219,0.18);
}
.v3-pp-next-trip-day-head .when {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(246,246,243,0.6);
  font-weight: 600;
}
.v3-pp-next-trip-day-tag {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #f6f6f3;
  margin-bottom: 14px;
  text-wrap: balance;
  line-height: 1.3;
}
.v3-pp-next-trip-day-rows {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v3-pp-next-trip-day-rows li {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(246,246,243,0.82);
  padding-left: 18px;
  position: relative;
}
.v3-pp-next-trip-day-rows li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(168,195,240,0.6);
}
@media (max-width: 980px) {
  .v3-pp-next-trip { padding: 32px 28px 36px; }
  .v3-pp-next-trip-grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .v3-pp-next-trip { padding: 26px 22px 30px; }
  .v3-pp-next-trip-title { font-size: 40px; }
  .v3-pp-next-trip-lede { font-size: 15.5px; }
  .v3-pp-next-trip-aside { padding: 18px 20px; }
}
.v3-cx-faq {
  border-top: 1px solid rgba(13,12,16,0.1);
}
.v3-cx-faq-item {
  border-bottom: 1px solid rgba(13,12,16,0.1);
}
.v3-cx-faq-q {
  width: 100%;
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  gap: 20px;
  align-items: center;
  padding: 24px 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  color: #0d0c10;
  transition: 0.15s;
}
.v3-pp-faq-section .v3-cx-faq-q:hover { color: #2a6fdb; }
.v3-cx-faq-q .n {
  font-family: 'Fira Mono', ui-monospace, monospace;
  font-size: 12px;
  color: rgba(13,12,16,0.35);
  letter-spacing: 0.08em;
}
.v3-cx-faq-q .t {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.v3-cx-faq-q .chev {
  font-size: 28px;
  font-weight: 300;
  color: rgba(13,12,16,0.4);
  line-height: 0.5;
  text-align: center;
}
.v3-pp-faq-section .v3-cx-faq-item.open .v3-cx-faq-q .chev { color: #2a6fdb; }
.v3-cx-faq-a {
  padding: 0 4px 28px 84px;
}
.v3-cx-faq-a p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(13,12,16,0.65);
  margin: 0;
  max-width: 760px;
}
@media (max-width: 720px) {
  .v3-cx-faq-q { grid-template-columns: 1fr 32px; }
  .v3-cx-faq-q .n { display: none; }
  .v3-cx-faq-a { padding-left: 4px; }
}
