/* ============== SECTION 3 — FOUNDER ============== */
.founder { background: var(--ink-deep); position: relative; overflow: hidden; }
.founder::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -20%;
  width: 60%; height: 60%;
  background: radial-gradient(circle, var(--gold-glow), transparent 60%);
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
}
.founder .shell { position: relative; z-index: 1; }
.founder-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.founder-portrait {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  max-width: 480px;
  margin: 0 auto;
}
.founder-portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-cinematic);
}
.founder-portrait::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, var(--gold-bright) 0%, transparent 50%, var(--gold-deep) 100%);
  -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
}
.founder-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5,5,5,0.4));
  z-index: 2;
  pointer-events: none;
}
.founder-portrait .glow-frame {
  position: absolute;
  inset: -8px;
  border-radius: 24px;
  box-shadow: 0 0 80px -10px var(--gold-glow);
  z-index: -1;
  pointer-events: none;
}
.founder-content h2 { margin-bottom: 24px; }
.founder-content p {
  font-size: clamp(15px, 4vw, 18px);
  line-height: 1.75;
  color: var(--text-mute);
  margin-bottom: 32px;
  max-width: 580px;
}
.founder-quote {
  position: relative;
  padding: 32px 24px 32px 32px;
  background: rgba(255,255,255,0.02);
  border-left: 2px solid var(--gold);
  margin: 32px 0;
  max-width: 600px;
}
.founder-quote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 16px;
  font-family: 'Sora', serif;
  font-size: 80px;
  color: var(--gold);
  opacity: 0.4;
  line-height: 1;
}
.founder-quote p {
  font-family: 'Sora', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(17px, 4.5vw, 22px);
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 0;
}
.founder-sign {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--text-mute);
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.founder-sign::before {
  content: "";
  width: 24px; height: 1px;
  background: var(--gold);
}

/* ============== SECTION 4 — SHOWCASE ============== */
.showcase { background: var(--ink-base); padding-bottom: 0; }
.showcase .shell { padding-bottom: 0; }
.showcase-rail {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 8px 24px 96px;
  margin: 0 -24px;
  scroll-padding: 0 24px;
}
.showcase-rail::-webkit-scrollbar { display: none; }
.show-card {
  flex: 0 0 78%;
  scroll-snap-align: start;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--ink-elev);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: transform 0.5s var(--ease-cinematic);
}
.show-card:hover { transform: translateY(-4px); }
.show-card .bg-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 1.2s var(--ease-cinematic);
}
.show-card:hover .bg-art { transform: scale(1.08); }
.show-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(5,5,5,0.95) 100%);
  z-index: 1;
}
.show-card .meta {
  position: absolute;
  bottom: 24px;
  left: 24px; right: 24px;
  z-index: 2;
}
.show-card .tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 10px;
  display: block;
}
.show-card h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.show-card p {
  font-size: 13px;
  color: var(--text-mute);
  line-height: 1.5;
}
.show-card .play-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center; justify-content: center;
  background: rgba(5,5,5,0.4);
  backdrop-filter: blur(8px);
  z-index: 2;
  color: var(--gold);
  transition: transform 0.4s var(--ease-cinematic), background 0.3s;
}
.show-card:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--gold);
  color: var(--ink-deep);
}

/* Showcase art presets */
.bg-ai-film {
  background:
    radial-gradient(circle at 30% 40%, rgba(232,201,123,0.25), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(201,166,104,0.18), transparent 50%),
    linear-gradient(135deg, #1F1812 0%, #0A0807 100%);
}
.bg-cgi {
  background:
    repeating-linear-gradient(45deg, rgba(232,201,123,0.06) 0 2px, transparent 2px 30px),
    radial-gradient(circle at 50% 30%, rgba(201,166,104,0.2), transparent 60%),
    linear-gradient(180deg, #14100B 0%, #0A0807 100%);
}
.bg-character {
  background:
    conic-gradient(from 180deg at 50% 50%, rgba(201,166,104,0.16), rgba(232,201,123,0.08), rgba(142,111,63,0.12), rgba(201,166,104,0.16)),
    linear-gradient(180deg, #16110D 0%, #050505 100%);
}
.bg-fashion {
  background:
    repeating-linear-gradient(90deg, rgba(232,201,123,0.04) 0 1px, transparent 1px 40px),
    radial-gradient(ellipse at 50% 80%, rgba(201,166,104,0.22), transparent 60%),
    linear-gradient(180deg, #1A1410 0%, #0A0807 100%);
}
.bg-campaign {
  background:
    radial-gradient(circle at 20% 20%, rgba(232,201,123,0.18), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(142,111,63,0.16), transparent 50%),
    linear-gradient(120deg, #14110D 0%, #0A0807 100%);
}

.rail-progress {
  display: flex; align-items: center; gap: 14px;
  padding: 0 24px 32px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--text-mute);
}
.rail-progress .track {
  flex: 1;
  height: 1px;
  background: var(--ink-elev-2);
  position: relative;
  overflow: hidden;
}
.rail-progress .bar {
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform-origin: left;
  transform: scaleX(0.2);
  transition: transform 0.3s ease;
}
