/* Isolated 50tfunds.com element exhibits — recreated faithfully from the
   production source, rendered TRANSPARENT on the Parallel Play white ground
   (no filled cards). The graphics are the literal 50T elements; only the
   ground is ours. */

.pshowcase.fiftyt { padding: 0 var(--pad) clamp(2.5rem, 7vh, 4.5rem); }
.fiftyt .ft-exhibit { margin: 0 0 clamp(1.2rem, 3vh, 2rem); max-width: 68rem; }
.fiftyt .ft-cap { margin: 0.9rem 0 0; font-family: var(--mono); color: var(--blue-dim); font-size: 0.72rem; letter-spacing: 0.03em; line-height: 1.55; max-width: 62rem; }

/* site-walkthrough demo video — clean framed clip, always muted */
.fiftyt .ft-demo-exhibit { max-width: 68rem; }
.fiftyt .ft-demo-frame { width: 100%; max-width: 60rem; border: 1px solid var(--blue-faint); overflow: hidden; background: #232327; }
.fiftyt .ft-demo-frame video { display: block; width: 100%; height: auto; }

/* transparent stage — sits on the page white, no fill, no frame */
.fiftyt .ft-stage { display: flex; align-items: center; justify-content: center; background: transparent; padding: clamp(1rem, 3vw, 2rem) 0; }

/* ====== portfolio globe — WireframeSphere + radial company fan, exactly as on
   the 50T portfolio page, recreated transparent on white ====== */
.fiftyt .ft-globe-exhibit { max-width: 68rem; }
.fiftyt .ft-globe-stage { position: relative; display: flex; justify-content: flex-start; align-items: center; min-height: clamp(320px, 44vh, 460px); padding-block: clamp(6.5rem, 12vh, 8.5rem); }
.fiftyt .ft-sphere-wrap { position: relative; width: clamp(300px, 40vw, 460px); height: clamp(300px, 40vw, 460px); flex: 0 0 auto; }
.fiftyt .ft-sphere { position: absolute; inset: 0; }
.fiftyt .ft-sphere canvas { display: block; width: 100% !important; height: 100% !important; }
.fiftyt .ft-overlays { position: absolute; inset: 0; pointer-events: none; }
.fiftyt .ft-node { position: absolute; transform: translate(-50%, -50%); will-change: left, top, opacity; }
.fiftyt .ft-node img { display: block; width: 24px; height: 24px; transition: width 0.3s ease, height 0.3s ease; }
.fiftyt .ft-node-name { position: absolute; left: 50%; top: 100%; transform: translateX(-50%); margin-top: 1px; font-family: "ABC Diatype", ui-sans-serif, system-ui, -apple-system, sans-serif; font-size: 11px; font-weight: 600; white-space: nowrap; color: #b8923f; }

/* radial fan of company names — pivots at the sphere centre, Gemini centred */
.fiftyt .ft-fan { position: absolute; top: 50%; left: 50%; width: 0; height: 0; z-index: 5; }
.fiftyt .ft-spoke { position: absolute; top: 0; height: 40px; display: flex; align-items: center; }
.fiftyt .ft-spoke span { white-space: nowrap; font-family: "ABC Diatype", ui-sans-serif, system-ui, -apple-system, sans-serif; font-weight: 700; color: #9a9aa0; font-size: clamp(13px, 1.1vw, 16px); transition: color 0.4s ease, font-size 0.4s ease; }
.fiftyt .ft-spoke.on span { color: var(--ink); font-size: clamp(16px, 1.4vw, 20px); }

/* mobile fallback — plain wrapped list, fan hidden */
.fiftyt .ft-fan-list { display: none; flex-flow: row wrap; justify-content: center; gap: 0.3rem 0.85rem; margin-top: 1.2rem; }
.fiftyt .ft-fan-list span { font-family: var(--mono); font-size: 0.72rem; color: #9a9aa0; }
.fiftyt .ft-fan-list span.on { color: var(--ink); font-weight: 700; }
.fiftyt .ft-fan-list span.on::before { content: "▸ "; color: #c9a227; }

@media (max-width: 820px) {
  .fiftyt .ft-globe-stage { flex-direction: column; min-height: 0; padding-block: 0; }
  .fiftyt .ft-fan { display: none; }
  .fiftyt .ft-fan-list { display: flex; }
  .fiftyt .ft-sphere-wrap { width: min(86vw, 420px); height: min(86vw, 420px); }
}

/* ====== shimmer headline — transparent on white, ink text + gold sweep, left-aligned ====== */
.fiftyt .ft-headline-exhibit { padding-top: clamp(0.4rem, 1.5vw, 1rem); }
.fiftyt .ft-headline {
  margin: 0; max-width: 24ch; text-align: left;
  color: var(--ink);
  font-family: "ABC Diatype", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: clamp(1.4rem, 2.9vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.fiftyt .ft-shimmer {
  background: linear-gradient(90deg, #c9a227 0%, #e8cf8f 40%, #c9a227 60%, #a8842f 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shimmer 6s linear infinite;
}
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@media (prefers-reduced-motion: reduce) { .fiftyt .ft-shimmer { animation: none; } }

/* ====== portfolio timeline — recreated with 50T's own linegraphic.svg, transparent on white ====== */
.fiftyt .ft-timeline-exhibit { padding: clamp(2.2rem, 6vw, 3.4rem) 0; }
.fiftyt .ft-timeline { position: relative; width: 100%; max-width: 66rem; margin: clamp(2.2rem, 5vw, 3.4rem) auto; aspect-ratio: 1070 / 210; }
.fiftyt .ft-tl-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; overflow: visible; }
.fiftyt .ft-tl-item { position: absolute; transform: translateX(-50%); width: max-content; max-width: 10rem; text-align: center; }
.fiftyt .ft-tl-date { display: block; font-family: var(--mono); font-size: 0.56rem; letter-spacing: 0.12em; color: var(--blue-dim); margin-bottom: 0.15rem; }
.fiftyt .ft-tl-title { display: block; font-family: "ABC Diatype", ui-sans-serif, system-ui, sans-serif; font-size: 0.88rem; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); line-height: 1.15; }
.fiftyt .ft-tl-gold .ft-tl-title, .fiftyt .ft-tl-gold .ft-tl-date { color: #b8923f; }
@media (max-width: 760px) {
  .fiftyt .ft-timeline { aspect-ratio: 720 / 240; }
  .fiftyt .ft-tl-item { max-width: 7rem; }
  .fiftyt .ft-tl-title { font-size: 0.76rem; }
}
/* at phone width the horizontal timeline overcrowds — switch to a clean vertical list */
@media (max-width: 640px) {
  .fiftyt .ft-timeline { aspect-ratio: auto; display: flex; flex-direction: column; gap: 0.55rem; max-width: 24rem; margin: 0; }
  .fiftyt .ft-tl-svg { display: none; }
  .fiftyt .ft-tl-item { position: static !important; transform: none !important; max-width: none; text-align: left; display: flex; align-items: baseline; gap: 0.7rem; border-left: 2px solid var(--blue-faint); padding-left: 0.75rem; }
  .fiftyt .ft-tl-gold { border-left-color: #c9a227; }
  .fiftyt .ft-tl-date { margin-bottom: 0; flex: 0 0 5.5rem; }
  .fiftyt .ft-tl-title { font-size: 0.85rem; }
}

/* 2-column FINAL ASSETS row — 50T marks | shimmer headline */
.fiftyt .ft-build-row { display: grid; grid-template-columns: 0.52fr 1fr; gap: clamp(1.2rem, 3vw, 2.4rem); align-items: center; max-width: 68rem; margin: 0 0 clamp(1.2rem, 3vh, 2rem); }
.fiftyt .ft-build-row .ft-exhibit { margin: 0; }
.fiftyt .ft-mark-stack { display: flex; flex-direction: column; align-items: flex-start; gap: 1.3rem; padding: clamp(0.6rem, 2vw, 1.4rem) 0; }
.fiftyt .ft-mark-stack .ft-logo-lg { height: clamp(30px, 4vw, 46px); }
.fiftyt .ft-headline-col .ft-headline { max-width: 26ch; }
@media (max-width: 760px) {
  .fiftyt .ft-build-row { grid-template-columns: 1fr; gap: 1rem; }
  .fiftyt .ft-mark-stack { flex-direction: row; align-items: center; gap: 1.6rem; }
}

/* ====== brand-kit panel — on white, ink text, swatches keep 50T's real colours ====== */
.fiftyt .ft-kit { flex-direction: column; align-items: stretch; padding: 0; background: transparent; }
.fiftyt .ft-logo { height: 26px; width: auto; filter: brightness(0); } /* white wordmark → dark silhouette on white */
.fiftyt .ft-sw { display: flex; flex-direction: column; gap: 0.4rem; font-family: var(--mono); font-size: 10px; }
.fiftyt .ft-sw .ft-chip { width: 44px; height: 30px; border-radius: 2px; box-shadow: inset 0 0 0 1px rgba(10, 10, 12, 0.14); }
.fiftyt .ft-sw b { color: var(--ink); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.fiftyt .ft-sw span { color: rgba(10, 10, 12, 0.55); }
.fiftyt .ft-spec { display: flex; align-items: center; gap: 0.9rem; }
.fiftyt .ft-aa { font-family: "ABC Diatype", ui-sans-serif, system-ui, sans-serif; font-size: 32px; font-weight: 500; line-height: 1; color: var(--ink); }
.fiftyt .ft-aa-serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #b8923f; }
.fiftyt .ft-spec-meta { display: flex; flex-direction: column; gap: 2px; font-family: var(--mono); font-size: 10px; }
.fiftyt .ft-spec-meta b { color: var(--ink); font-weight: 600; }
.fiftyt .ft-spec-meta i { font-style: normal; color: rgba(10, 10, 12, 0.55); }
.fiftyt .ft-mark-cell { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.fiftyt .ft-shimmer-chip { font-size: 1.7rem; font-weight: 600; font-family: Georgia, serif; }
.fiftyt .ft-sphere-icon { width: 40px; height: 40px; opacity: 0.9; }
.fiftyt .ft-card-chip { width: 42px; height: 28px; background: #2e2e33; border: 1px solid rgba(10, 10, 12, 0.14); border-radius: 2px; }
.fiftyt .ft-kit-mini { font-family: var(--mono); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(10, 10, 12, 0.5); }

/* sectioned brand-kit layout — label column + body, hairline dividers on white */
.fiftyt .ft-kit-sec { display: grid; grid-template-columns: 70px 1fr; gap: 0.9rem; align-items: start; padding: 0.8rem 0; border-top: 1px solid var(--blue-faint); }
.fiftyt .ft-kit-sec:first-child { border-top: 0; }
.fiftyt .ft-kit-seclabel { font-family: var(--mono); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-dim); padding-top: 0.4rem; }
.fiftyt .ft-kit-body { display: flex; flex-wrap: wrap; gap: 0.7rem 1.3rem; align-items: center; }
.fiftyt .ft-kit-logo .ft-logo { height: 30px; }
.fiftyt .ft-kit-note { font-family: var(--mono); font-size: 10px; line-height: 1.5; color: rgba(10, 10, 12, 0.6); max-width: 30rem; }
@media (max-width: 640px) { .fiftyt .ft-kit-sec { grid-template-columns: 1fr; gap: 0.6rem; } }
