/* ============================================================
   PARADIUM.AI  ·  ROUND 2  ·  "Materia"
   Bold Creative, evolved: Didone serif drawn from the wordmark,
   real elevation + texture, a navigable pillar carousel, and a
   talent/scale proof section.

   Shared base. Each colour variation overrides ONLY the palette
   tokens at the top of its own <style> block — structure, type,
   depth and motion are identical across the three so the colour
   comparison is like-for-like.
   ============================================================ */

:root {
  /* --- palette (overridden per variation) --- */
  --ink: #0C0908;
  --ink-2: #15100D;
  --ink-3: #1D1712;
  --bone: #F6F1E9;
  --bone-70: #C8C0B4;
  --bone-45: #8E877D;
  --accent: #FF4D00;
  --accent-hover: #FF6A2B;
  --accent-2: #FFB03A;
  --accent-ink: #2E0D00;
  --line: rgba(246, 241, 233, 0.13);
  --line-strong: rgba(246, 241, 233, 0.24);
  --paper: #EFE8DC;            /* light "document" surface  */
  --paper-ink: #191410;

  /* --- type --- */
  --serif-display: 'Gloock', Georgia, serif;
  --font-sans: "Archivo", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* --- depth · elevation ladder --- */
  --edge: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  --edge-soft: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --e1: 0 1px 2px rgba(0, 0, 0, 0.35), 0 10px 24px -14px rgba(0, 0, 0, 0.7);
  --e2: 0 2px 5px rgba(0, 0, 0, 0.38), 0 28px 60px -30px rgba(0, 0, 0, 0.85);
  --e3: 0 4px 10px rgba(0, 0, 0, 0.42), 0 60px 120px -44px rgba(0, 0, 0, 0.95);
  --surface: linear-gradient(180deg,
      rgba(255, 255, 255, 0.055) 0%,
      rgba(255, 255, 255, 0.014) 38%,
      rgba(0, 0, 0, 0.16) 100%);

  /* --- texture --- */
  --grain-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --grain-opacity: 0.062;
  --grain-blend: overlay;
  --fiber-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.035 0.9' numOctaves='4'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)' opacity='0.5'/%3E%3C/svg%3E");

  /* --- geometry & motion --- */
  --r: 3px;
  --r-lg: 6px;
  --nav-h: 74px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io: cubic-bezier(0.62, 0.02, 0.24, 1);
  --logo-w: 158px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-padding-top: calc(var(--nav-h) + 20px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  background: var(--ink);
  color: var(--bone-70);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;   /* Gloock ships one weight, no italic; degrade to 400 upright, never faux-bold/italic */
  overflow-x: hidden;
  position: relative;
}

::selection { background: var(--accent); color: var(--accent-ink); }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--accent); color: var(--accent-ink);
  padding: 10px 18px; font-weight: 700; text-decoration: none; border-radius: var(--r);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 12px; }

.wrap { width: min(1320px, 100% - 3rem); margin-inline: auto; }
@media (max-width: 767px) { .wrap { width: calc(100% - 2.25rem); } }

section { padding-block: clamp(5rem, 10vw, 9.5rem); position: relative; }

/* ============================================================
   TYPE  ·  Didone display drawn from the wordmark
   ============================================================ */

h1, h2, h3, h4 {
  font-family: var(--serif-display);
  color: var(--bone);
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: -0.018em;
  line-height: 1.03;
  text-transform: none;
}
h1 em, h2 em, h3 em, .car-name em {
  font-style: italic; font-weight: 400; color: var(--accent);
}
.h-section { font-size: clamp(2.5rem, 5.6vw, 4.9rem); max-width: 17ch; font-weight: 500; }
.h-section .thin { font-weight: 400; color: var(--bone-70); }

.eyebrow {
  font-family: var(--font-mono); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent);
  display: flex; align-items: center; gap: 0.85rem; margin-bottom: 1.5rem;
}
.eyebrow::before {
  content: ""; width: 30px; height: 1px; background: currentColor; opacity: 0.7;
  flex: 0 0 auto;
}
.section-lede {
  max-width: 60ch; margin-top: 1.6rem;
  font-size: clamp(1.06rem, 1.35vw, 1.22rem); color: var(--bone-70);
}
.note {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.05em;
  color: var(--bone-45);
}
.accent-word { color: var(--accent); }

/* numerals ride the serif — they are the loudest data on the page */
.stat-num {
  font-family: var(--serif-display); font-weight: 500;
  font-size: clamp(2.6rem, 5.4vw, 4.4rem); color: var(--bone);
  letter-spacing: -0.03em; line-height: 0.95;
  font-variant-numeric: lining-nums tabular-nums;
}
.stat-num em { font-style: italic; color: var(--accent); }
.stat-label {
  margin-top: 0.75rem; font-family: var(--font-mono); font-size: 0.74rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone-45);
}

/* ---------- reveal system (R3: quicker, tighter stagger) ---------- */
[data-reveal] {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.42s var(--ease), transform 0.42s var(--ease);
  transition-delay: var(--rd, 0s);
}
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ---------- logo ---------- */
.logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.logo-mark {
  display: block; width: var(--logo-w); height: calc(var(--logo-w) * 0.1309);
  background-color: var(--logo-ink, var(--bone));
  -webkit-mask: url("assets/ParadiumAI-Logo-currentColor.svg") no-repeat center / contain;
  mask: url("assets/ParadiumAI-Logo-currentColor.svg") no-repeat center / contain;
}

/* ---------- buttons (raised, with a real edge) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 1.02rem 1.85rem; border-radius: var(--r);
  font-family: var(--font-sans); font-size: 0.88rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap;
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.22s var(--ease), background-color 0.22s var(--ease),
              border-color 0.22s var(--ease), color 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn-primary {
  background: linear-gradient(180deg, var(--accent-hover), var(--accent));
  color: var(--accent-ink);
  box-shadow: var(--e1), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:hover { box-shadow: var(--e2), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.btn-ghost {
  border-color: var(--line-strong); color: var(--bone);
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
  box-shadow: var(--edge-soft);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-ink {
  background: linear-gradient(180deg, var(--ink-3), var(--ink));
  color: var(--bone); box-shadow: var(--e2), var(--edge);
}
.btn-ink:hover { color: var(--accent); }

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center;
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in srgb, var(--ink) 82%, transparent);
  backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3);
  border-bottom-color: var(--line);
  box-shadow: 0 18px 40px -30px rgba(0, 0, 0, 0.9);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav-links { display: flex; align-items: center; gap: 2.1rem; list-style: none; }
.nav-links a {
  font-size: 0.87rem; font-weight: 600; letter-spacing: 0.03em;
  text-decoration: none; color: var(--bone-70);
  transition: color 0.2s var(--ease);
}
.nav-links a:hover { color: var(--accent); }
.nav-cta { padding: 0.68rem 1.25rem; font-size: 0.76rem; }

.menu-btn {
  display: none; background: none; border: 1px solid var(--line-strong);
  color: var(--bone); font-family: var(--font-sans); font-size: 0.78rem;
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.6rem 1.05rem; cursor: pointer; border-radius: var(--r);
}
.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: color-mix(in srgb, var(--ink) 97%, transparent);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  display: none; flex-direction: column; justify-content: center; padding: 2rem 1.5rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu ul { list-style: none; display: grid; gap: 1.1rem; }
.mobile-menu a {
  font-family: var(--serif-display); color: var(--bone);
  font-size: clamp(2.2rem, 10vw, 3rem); font-weight: 500;
  text-decoration: none; letter-spacing: -0.02em;
}
.mobile-menu a:hover { color: var(--accent); font-style: italic; }
.mobile-menu .btn { margin-top: 2.2rem; justify-self: start; }
@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .menu-btn { display: inline-flex; }
}

/* ============================================================
   HERO  ·  layered, lit, textured
   ============================================================ */
.hero {
  position: relative; min-height: 100dvh; display: flex; align-items: center;
  padding-top: calc(var(--nav-h) + 2rem); padding-bottom: 4rem; overflow: hidden;
}
.hero-content { position: relative; z-index: 4; max-width: 60rem; }
.hero-h {
  font-size: clamp(3.2rem, 10.2vw, 9rem); line-height: 0.94; letter-spacing: -0.03em;
  font-weight: 500;
}
.hero-h .line { display: block; overflow: hidden; padding-bottom: 0.1em; margin-bottom: -0.1em; }
.hero-h .line > span { display: inline-block; }
.hero-h .line-2 { padding-left: clamp(0px, 7vw, 7rem); }
.hero-h em { font-style: italic; font-weight: 400; color: var(--accent); }
.hero-sub {
  margin-top: 2rem; max-width: 46ch; font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  color: var(--bone-70);
  padding-left: 1.2rem; border-left: 2px solid color-mix(in srgb, var(--accent) 65%, transparent);
}
.hero-ctas { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }

.hero-geo { position: absolute; pointer-events: none; }

/* the engine — a lit sphere with a real specular highlight and cast shadow */
.geo-orb {
  z-index: 1; width: min(27vw, 370px); aspect-ratio: 1; right: 8vw; top: 44%;
  translate: 0 -50%; border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,0.72) 0%, transparent 15%),
    radial-gradient(circle at 36% 30%, var(--accent-2) 0%, var(--accent) 46%, var(--orb-deep, #7A1E00) 88%);
  box-shadow:
    0 50px 120px -34px color-mix(in srgb, var(--accent) 42%, transparent),
    inset 0 -22px 60px rgba(0, 0, 0, 0.6),
    inset 0 10px 40px rgba(255, 255, 255, 0.18);
  transform: translate(calc(var(--mx, 0) * 26px), calc(var(--my, 0) * 26px));
}
/* engraved concentric rings — depth behind the orb */
.geo-rings {
  z-index: 0; width: min(78vw, 1000px); aspect-ratio: 1; right: -10vw; top: 46%;
  translate: 0 -50%; border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 50% 50%,
      transparent 0 26px,
      color-mix(in srgb, var(--bone) 9%, transparent) 26px 27px);
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 30%, transparent 72%);
  mask: radial-gradient(circle at 50% 50%, #000 30%, transparent 72%);
  transform: translate(calc(var(--mx, 0) * 10px), calc(var(--my, 0) * 10px));
}
/* a thin foreground ring that crosses the type — layering cue */
.geo-ring-front {
  z-index: 5; width: clamp(150px, 17vw, 250px); aspect-ratio: 1;
  left: clamp(6rem, 34vw, 40rem); top: 24%;
  border: 1px solid color-mix(in srgb, var(--accent) 70%, transparent); border-radius: 50%;
  box-shadow: 0 0 40px -6px color-mix(in srgb, var(--accent) 45%, transparent);
  transform: translate(calc(var(--mx, 0) * -20px), calc(var(--my, 0) * -20px));
}
/* floating tooling HUD — the product is visibly running */
.hero-hud {
  position: absolute; z-index: 6; right: clamp(1.5rem, 5vw, 5rem); bottom: clamp(3rem, 9vh, 7rem);
  width: min(320px, 78vw); padding: 1rem 1.15rem; border-radius: var(--r-lg);
  background: color-mix(in srgb, var(--ink-2) 84%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line-strong); box-shadow: var(--e3), var(--edge);
  transform: translate(calc(var(--mx, 0) * -14px), calc(var(--my, 0) * -14px));
}
.hud-top {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--bone-45);
}
.hud-live { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--accent); }
.hud-live i {
  width: 6px; height: 6px; border-radius: 50%; background: currentColor;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 60%, transparent);
}
@media (prefers-reduced-motion: no-preference) {
  .hud-live i { animation: pulse 2.4s var(--ease) infinite; }
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 55%, transparent); }
  70%  { box-shadow: 0 0 0 9px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.hud-rows { margin-top: 0.85rem; display: grid; gap: 0.55rem; }
.hud-row {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  font-family: var(--font-mono); font-size: 0.74rem; color: var(--bone-70);
}
.hud-row b { font-family: var(--serif-display); font-size: 1.05rem; font-weight: 500; color: var(--bone); }
.hud-bar { margin-top: 0.9rem; height: 3px; border-radius: 2px; background: rgba(255,255,255,0.1); overflow: hidden; }
.hud-bar span { display: block; height: 100%; width: 68%; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
@media (prefers-reduced-motion: no-preference) {
  .hud-bar span { animation: fill 2.6s var(--ease) 0.6s both; }
}
@keyframes fill { from { width: 4%; } to { width: 68%; } }

@media (prefers-reduced-motion: no-preference) {
  .hero-h .line > span { transform: translateY(110%); animation: rise 0.8s var(--ease) forwards; }
  .hero-h .line-2 > span { animation-delay: 0.1s; }
  .hero-sub, .hero-ctas, .hero-hud { opacity: 0; transform: translateY(18px); animation: fadeUp 0.7s var(--ease) forwards; }
  .hero-sub { animation-delay: 0.3s; }
  .hero-ctas { animation-delay: 0.42s; }
  .hero-hud { animation-delay: 0.6s; }
  .geo-orb, .geo-rings, .geo-ring-front { opacity: 0; animation: geoIn 1s var(--ease) 0.2s forwards; }
}
@keyframes rise { to { transform: translateY(0); } }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes geoIn { to { opacity: 1; } }

@media (max-width: 1100px) {
  .hero-hud { position: static; margin-top: 2.6rem; transform: none; width: min(340px, 100%); }
  .hero-content { max-width: none; }
}
@media (max-width: 900px) {
  .geo-ring-front { display: none; }
  .geo-orb { width: 62vw; right: -16vw; top: 18%; opacity: 0.85; }
  .geo-rings { width: 130vw; right: -40vw; top: 18%; }
}
@media (max-width: 767px) {
  .hero-h { font-size: clamp(2.5rem, 12.5vw, 4.4rem); }
  .hero-h .line-2 { padding-left: 0; }
  .hero-ctas .btn { width: 100%; }
}


/* ============================================================
   TALENT & SCALE
   ============================================================ */
.talent { border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.talent::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  left: 50%; translate: -50% 0; top: -10%; width: 120%; height: 70%;
  background: radial-gradient(50% 50% at 50% 50%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%);
  filter: blur(50px);
}
.talent > .wrap { position: relative; z-index: 1; }

/* the pipeline rail — identify → develop → scale */
.rail {
  margin-top: clamp(2.4rem, 5vw, 3.4rem);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--e2);
}
.rail-step {
  background: var(--surface), var(--ink-2); padding: 1.5rem 1.6rem;
  display: flex; flex-direction: column; gap: 0.6rem; position: relative;
}
.rail-step .n {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--accent);
}
.rail-step h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 500; }
.rail-step p { font-size: 0.94rem; color: var(--bone-70); }
.rail-step .tool {
  margin-top: 0.5rem; align-self: flex-start; border-radius: 999px;
  padding: 0.32rem 0.75rem; font-family: var(--font-mono); font-size: 0.64rem;
  letter-spacing: 0.08em; color: var(--bone); border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
}
@media (max-width: 900px) { .rail { grid-template-columns: 1fr; } }

/* headline metrics */
.metrics {
  margin-top: 1.1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
}
.metric {
  position: relative; border-radius: var(--r-lg); padding: clamp(1.5rem, 2.4vw, 2.2rem);
  border: 1px solid var(--line); background: var(--surface), var(--ink-2);
  box-shadow: var(--e2), var(--edge); overflow: hidden;
}
.metric::before {
  content: ""; position: absolute; right: -20%; top: -60%; width: 70%; aspect-ratio: 1;
  border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 24%, transparent), transparent 68%);
  filter: blur(14px); pointer-events: none;
}
.metric .stat-num { font-size: clamp(3rem, 6vw, 5.2rem); }
.metric .stat-sub { margin-top: 0.9rem; font-size: 0.93rem; color: var(--bone-70); max-width: 30ch; }
@media (max-width: 900px) { .metrics { grid-template-columns: 1fr; } }

/* roster */
.roster {
  margin-top: 1.1rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem;
}
.creator {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); background: var(--surface), var(--ink-2);
  box-shadow: var(--e1), var(--edge);
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.creator:hover { transform: translateY(-5px); box-shadow: var(--e3), var(--edge); border-color: var(--line-strong); }
.creator-portrait {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  background: linear-gradient(168deg, var(--ink-3), var(--ink));
}
.creator-portrait .field {
  position: absolute; inset: 0;
  background:
    radial-gradient(72% 62% at 30% 18%, color-mix(in srgb, var(--accent) 78%, transparent), transparent 72%),
    radial-gradient(82% 72% at 78% 90%, color-mix(in srgb, var(--accent-2) 58%, transparent), transparent 74%);
}
.creator-portrait .sil {
  position: absolute; inset: 0; width: 100%; height: 100%;
  filter: drop-shadow(0 -1px 0 color-mix(in srgb, var(--bone) 22%, transparent));
}
.creator-portrait .sil path,
.creator-portrait .sil circle,
.creator-portrait .sil rect { fill: color-mix(in srgb, var(--ink) 86%, transparent); }
.creator-portrait::after {
  content: ""; position: absolute; inset: 0;
  background-image: var(--grain-url); opacity: 0.14; mix-blend-mode: overlay;
}
.creator-portrait .halftone {
  position: absolute; inset: 0;
  background-image: radial-gradient(color-mix(in srgb, var(--bone) 18%, transparent) 1px, transparent 1.3px);
  background-size: 7px 7px;
  -webkit-mask: linear-gradient(200deg, transparent 40%, #000); mask: linear-gradient(200deg, transparent 40%, #000);
}
/* keep eight tiles from reading as one repeated swatch */
.creator:nth-child(4n+2) .creator-portrait .field {
  background:
    radial-gradient(68% 58% at 74% 18%, color-mix(in srgb, var(--accent-2) 72%, transparent), transparent 72%),
    radial-gradient(86% 72% at 18% 94%, color-mix(in srgb, var(--accent) 66%, transparent), transparent 76%);
}
.creator:nth-child(4n+3) .creator-portrait .field {
  background:
    radial-gradient(76% 64% at 50% 6%, color-mix(in srgb, var(--accent) 70%, transparent), transparent 70%),
    radial-gradient(72% 62% at 88% 92%, color-mix(in srgb, var(--accent-2) 54%, transparent), transparent 74%);
}
.creator:nth-child(4n) .creator-portrait .field {
  background:
    radial-gradient(62% 68% at 16% 24%, color-mix(in srgb, var(--accent-2) 66%, transparent), transparent 72%),
    radial-gradient(92% 64% at 72% 96%, color-mix(in srgb, var(--accent) 74%, transparent), transparent 76%);
}

.creator-tool {
  position: absolute; z-index: 3; left: 0.7rem; bottom: 0.7rem;
  border-radius: 999px; padding: 0.3rem 0.7rem;
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.08em;
  color: var(--bone); background: color-mix(in srgb, var(--ink) 76%, transparent);
  border: 1px solid var(--line-strong); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  opacity: 0; transform: translateY(6px);
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}
.creator:hover .creator-tool, .creator:focus-within .creator-tool { opacity: 1; transform: none; }
@media (hover: none) { .creator-tool { opacity: 1; transform: none; } }
.creator-body { padding: 1.05rem 1.1rem 1.2rem; display: grid; gap: 0.35rem; }
.creator-name { font-family: var(--serif-display); font-size: 1.28rem; font-weight: 500; color: var(--bone); letter-spacing: -0.015em; }
.creator-vert { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--bone-45); }
.creator-figure {
  margin-top: 0.55rem; padding-top: 0.7rem; border-top: 1px solid var(--line);
  display: flex; align-items: baseline; justify-content: space-between; gap: 0.6rem;
}
.creator-figure b { font-family: var(--serif-display); font-size: 1.2rem; font-weight: 500; color: var(--accent); }
.creator-figure span { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone-45); }
@media (max-width: 1023px) { .roster { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .roster { grid-template-columns: 1fr; } }

.talent .note { margin-top: 1.5rem; }
.roster-label {
  margin-top: clamp(2.6rem, 5vw, 3.4rem); margin-bottom: 1.1rem;
  display: flex; align-items: center; gap: 1rem;
  font-family: var(--font-mono); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--bone-70);
}
.roster-label::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* ============================================================
   PARTNERS  ·  duotone photography
   ============================================================ */
.partners { border-top: 1px solid var(--line); }
.partners-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.partners-media {
  position: sticky; top: calc(var(--nav-h) + 24px); aspect-ratio: 4 / 5;
  border-radius: var(--r-lg); overflow: hidden; isolation: isolate;
  border: 1px solid var(--line); box-shadow: var(--e3), var(--edge);
  background: var(--ink);
}
.partners-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(1) contrast(1.14) brightness(0.98);
}
.partners-media .duo-a { position: absolute; inset: 0; background: var(--duo-dark, var(--ink)); mix-blend-mode: lighten; }
.partners-media .duo-b { position: absolute; inset: 0; background: var(--duo-light, var(--accent)); mix-blend-mode: darken; }
.partners-media .grain { position: absolute; inset: 0; background-image: var(--grain-url); opacity: 0.13; mix-blend-mode: overlay; }
.partners-media figcaption {
  position: absolute; z-index: 4; left: 0.9rem; bottom: 0.9rem;
  font-family: var(--font-mono); font-size: 0.63rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--bone-70);
  background: color-mix(in srgb, var(--ink) 74%, transparent);
  border: 1px solid var(--line); border-radius: 999px; padding: 0.32rem 0.72rem;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.value-points { margin-top: clamp(2rem, 4vw, 2.8rem); display: grid; }
.value-point { padding: 1.7rem 0; border-top: 1px solid var(--line); }
.value-point h3 { font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 500; }
.value-point p { margin-top: 0.6rem; max-width: 52ch; }
.partners .btn { margin-top: 2.4rem; }
@media (max-width: 900px) {
  .partners-grid { grid-template-columns: 1fr; }
  .partners-media { position: static; order: 2; aspect-ratio: 4 / 3; }
  .partners-copy { order: 1; }
}

/* ============================================================
   INVESTORS  ·  paper inversion (material contrast)
   ============================================================ */
.invest {
  background: var(--paper); color: var(--paper-ink);
  box-shadow: inset 0 24px 60px -40px rgba(0, 0, 0, 0.55), inset 0 -24px 60px -40px rgba(0, 0, 0, 0.4);
  position: relative; overflow: hidden;
}
.invest::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: var(--fiber-url); opacity: 0.045; mix-blend-mode: multiply;
}
.invest > .wrap { position: relative; z-index: 1; }
.invest .eyebrow { color: color-mix(in srgb, var(--accent) 78%, black); }
.invest h2 { color: var(--paper-ink); font-size: clamp(2.5rem, 6vw, 5rem); }
.invest-lede {
  margin-top: 1.8rem; max-width: 74ch; font-size: clamp(1.04rem, 1.3vw, 1.18rem);
  line-height: 1.62; color: color-mix(in srgb, var(--paper-ink) 82%, transparent);
}
.highlights {
  margin-top: clamp(2.4rem, 5vw, 3.6rem); list-style: none;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem;
  counter-reset: hl;
}
.highlight {
  counter-increment: hl; position: relative;
  border-radius: var(--r-lg); padding: 1.6rem 1.7rem 1.7rem;
  background: linear-gradient(180deg, #fff, color-mix(in srgb, var(--paper) 70%, #fff));
  border: 1px solid color-mix(in srgb, var(--paper-ink) 12%, transparent);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06), 0 18px 40px -28px rgba(0,0,0,0.45);
  transition: transform 0.26s var(--ease), box-shadow 0.26s var(--ease);
}
.highlight:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(0,0,0,0.08), 0 30px 60px -30px rgba(0,0,0,0.5); }
.highlight::before {
  content: counter(hl, decimal-leading-zero);
  font-family: var(--serif-display); font-size: 2.5rem; font-weight: 500; font-style: italic;
  color: var(--accent); line-height: 1; display: block; margin-bottom: 0.7rem;
}
.highlight h3 { color: var(--paper-ink); font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 500; }
.highlight p {
  margin-top: 0.65rem; font-size: 0.98rem; line-height: 1.58;
  color: color-mix(in srgb, var(--paper-ink) 74%, transparent);
}
.invest .btn { margin-top: 2.6rem; }
.invest :focus-visible { outline-color: var(--paper-ink); }
@media (max-width: 900px) { .highlights { grid-template-columns: 1fr; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding-block: 3rem; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.8rem; }
.footer .logo-mark { --logo-w: 128px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; list-style: none; }
.footer-nav a { font-size: 0.84rem; font-weight: 600; text-decoration: none; color: var(--bone-70); }
.footer-nav a:hover { color: var(--accent); }
.footer-meta {
  width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem;
  margin-top: 1.4rem; font-family: var(--font-mono); font-size: 0.72rem; color: var(--bone-45);
}
.footer-meta a { color: var(--bone-70); text-decoration: none; }
.footer-meta a:hover { color: var(--accent); }

main, .footer { position: relative; z-index: 2; }

/* ============================================================
   R3 · ticker · manifesto · flywheel  (added for the brief)
   ============================================================ */

/* --- public-company ticker chip in the nav --- */
.ticker {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-left: 0.95rem;
  padding: 0.28rem 0.6rem; border-radius: 999px;
  border: 1px solid var(--line-strong); background: color-mix(in srgb, var(--bone) 5%, transparent);
  font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--bone-45); line-height: 1;
}
.ticker b { color: var(--accent); font-weight: 500; letter-spacing: 0.1em; }
@media (max-width: 600px) { .ticker { display: none; } }
