/* ========================================================
   SMASH — Founders Wall (smashtheapp.de/founders)
   Brutalist-minimal. Pure black + hulk-green only. No gradients
   in cards; stripes carry visual rhythm.
   Scoped to .founders so it can sit inside the design canvas.
   ======================================================== */

.founders {
  --fg: #f0f0f0;
  --fg-2: #888;
  --fg-3: #555;
  --bg: #050505;
  --surf: #0c0c0c;
  --border: #1a1a1a;
  --border-2: #222;
  --g: #00ff6a;
  --g-soft: rgba(0, 255, 106, 0.14);

  background: var(--bg);
  color: var(--fg);
  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow: hidden;
}

.founders *,
.founders *::before,
.founders *::after { box-sizing: border-box; }

/* ── STRIPES (the only ornament) ─────────────────────── */
.founders .stripe-rule {
  display: block;
  height: 1px;
  background: var(--border-2);
  border: 0;
}
.founders .stripe-rule.green {
  background: var(--g);
  height: 2px;
  box-shadow: 0 0 12px rgba(0, 255, 106, 0.35);
}
.founders .stripe-rule.dotted {
  background: none;
  height: 0;
  border-top: 1px dashed var(--border-2);
}

/* horizontal pinstripe pattern — used as background on hero + quote */
.founders .pinstripe {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0px,
    transparent 7px,
    rgba(0, 255, 106, 0.045) 7px,
    rgba(0, 255, 106, 0.045) 8px
  );
  pointer-events: none;
}
.founders .pinstripe.diag {
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 11px,
    rgba(0, 255, 106, 0.04) 11px,
    rgba(0, 255, 106, 0.04) 12px
  );
}

/* ── TYPOGRAPHIC UTILITIES ───────────────────────────── */
.founders .wm {
  font-weight: 900;
  letter-spacing: 7.5px;
  color: var(--fg);
}
.founders .wm .dot { color: var(--g); }

.founders .eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--g);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.founders .eyebrow.muted { color: var(--fg-2); }
.founders .eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: currentColor;
  display: inline-block;
}

.founders .mono {
  font-feature-settings: "tnum" 1, "zero" 1;
  font-variant-numeric: tabular-nums slashed-zero;
}

.founders .ital { font-style: italic; font-weight: 400; }

/* ── TOP BAR ─────────────────────────────────────────── */
.founders .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 64px;
  border-bottom: 1px solid var(--border);
}
.founders .topbar .wm { font-size: 18px; }
.founders .topbar .nav {
  display: flex; gap: 36px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--fg-2);
}
.founders .topbar .nav a { color: inherit; text-decoration: none; }
.founders .topbar .nav a.active { color: var(--fg); }
.founders .topbar .live {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 800; letter-spacing: 2px;
  color: var(--g); text-transform: uppercase;
}
.founders .topbar .live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--g); box-shadow: 0 0 8px var(--g);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

/* ── HERO ────────────────────────────────────────────── */
.founders .hero {
  position: relative;
  padding: 96px 64px 80px;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.founders .hero-meta {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 38px;
  font-size: 10px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--fg-3);
}
.founders .hero-meta .pipe { color: var(--border-2); }
.founders .hero-meta .accent { color: var(--g); }

.founders .hero h1 {
  font-weight: 900;
  font-size: 132px;
  line-height: 0.92;
  letter-spacing: -5px;
  margin: 0 0 28px;
  color: var(--fg);
  max-width: 1180px;
}
.founders .hero h1 .ital {
  display: block;
  letter-spacing: -3.5px;
}
.founders .hero .sub {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--fg-2);
  max-width: 720px;
  margin: 0;
}
.founders .hero .sub b { color: var(--fg); font-weight: 700; }

.founders .hero-corner {
  position: absolute; top: 32px; right: 64px;
  font-size: 10px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--fg-3);
  text-align: right;
  line-height: 1.8;
}
.founders .hero-corner b { color: var(--g); font-weight: 800; }

/* ── STATS ROW ──────────────────────────────────────── */
.founders .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--border);
}
.founders .stat {
  padding: 56px 64px;
  position: relative;
}
.founders .stat + .stat { border-left: 1px solid var(--border); }
.founders .stat .label {
  font-size: 10px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--fg-2);
  margin-bottom: 18px;
}
.founders .stat .value {
  font-size: 88px; font-weight: 900;
  letter-spacing: -3.5px;
  line-height: 0.9;
  color: var(--fg);
}
.founders .stat .value .unit {
  font-size: 18px; font-weight: 700;
  letter-spacing: 0;
  color: var(--fg-3);
  margin-left: 10px;
  vertical-align: middle;
}
.founders .stat .value.green { color: var(--g); }
.founders .stat .foot {
  margin-top: 14px;
  font-size: 12px; font-weight: 500;
  color: var(--fg-2);
}

/* ── GRID SECTION ───────────────────────────────────── */
.founders .grid-section {
  padding: 80px 64px 96px;
  border-bottom: 1px solid var(--border);
  position: relative;
}
.founders .section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 44px;
  gap: 32px;
}
.founders .section-head h2 {
  font-size: 56px; font-weight: 900;
  letter-spacing: -2px; line-height: 1;
  margin: 0;
  max-width: 720px;
}
.founders .section-head .key {
  font-size: 11px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--fg-2);
  text-align: right;
  line-height: 1.8;
  white-space: nowrap;
}
.founders .section-head .key b { color: var(--fg); font-weight: 800; }
.founders .section-head .key .g { color: var(--g); font-weight: 800; }

.founders .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.founders .card {
  background: var(--bg);
  padding: 28px 26px 30px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex; flex-direction: column;
  gap: 18px;
  position: relative;
  min-height: 240px;
}
.founders .card .top {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 14px;
}
.founders .avatar {
  width: 52px; height: 52px;
  background: var(--g);
  color: #050505;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.5px;
  border-radius: 0; /* brutalist: no rounding on avatars */
  flex-shrink: 0;
}
.founders .badge {
  font-size: 10px; font-weight: 800;
  letter-spacing: 2px;
  color: var(--fg-3);
  text-align: right;
  line-height: 1.4;
}
.founders .badge .num {
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: var(--fg);
  letter-spacing: 1.5px;
  margin-top: 4px;
}
.founders .card .user {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: var(--fg);
}
.founders .card .line {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--fg-2);
  margin-top: -8px;
  max-width: 100%;
}
.founders .card .streak {
  margin-top: auto;
  display: flex; align-items: baseline; justify-content: space-between;
  padding-top: 14px;
  border-top: 1px dashed var(--border-2);
}
.founders .streak-num {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -1px;
  color: var(--g);
  line-height: 1;
}
.founders .streak-num .d {
  font-size: 11px;
  font-weight: 700;
  color: var(--fg-3);
  letter-spacing: 1.5px;
  margin-left: 6px;
}
.founders .streak-label {
  font-size: 9px; font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--fg-3);
}

/* Card variant: #001 — the OG, slightly louder but no leaderboard vibe */
.founders .card.og {
  background: #080808;
}
.founders .card.og::before {
  content: "";
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--g);
}
.founders .card.og .badge .num { color: var(--g); }

/* ── QUOTE SECTION ──────────────────────────────────── */
.founders .quote {
  position: relative;
  padding: 120px 64px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.founders .quote .stripe-top,
.founders .quote .stripe-bot {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 60px; height: 2px;
  background: var(--g);
}
.founders .quote .stripe-top { top: 64px; }
.founders .quote .stripe-bot { bottom: 64px; }

.founders .quote .label {
  font-size: 10px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--g);
  margin-bottom: 36px;
}
.founders .quote blockquote {
  margin: 0 auto;
  max-width: 1080px;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -2.5px;
  line-height: 1.05;
  color: var(--fg);
}
.founders .quote blockquote .ital {
  color: var(--g);
  font-weight: 400;
  letter-spacing: -1.5px;
}
.founders .quote cite {
  display: block;
  margin-top: 36px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--fg-3);
  font-style: normal;
}

/* ── CTA ───────────────────────────────────────────── */
.founders .cta {
  padding: 96px 64px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 64px;
  border-bottom: 1px solid var(--border);
}
.founders .cta h3 {
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
  margin: 0 0 20px;
}
.founders .cta p {
  font-size: 15px;
  font-weight: 500;
  color: var(--fg-2);
  max-width: 460px;
  margin: 0;
}
.founders .cta-right {
  display: flex; flex-direction: column; align-items: flex-end; gap: 18px;
}
.founders .btn {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--g);
  color: #050505;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 22px 36px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease;
  box-shadow: 0 12px 32px rgba(0, 255, 106, 0.22);
}
.founders .btn .arrow {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0;
}
.founders .btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0, 255, 106, 0.3); }
.founders .cta .note {
  font-size: 10px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--fg-3);
}

/* ── FOOTER ────────────────────────────────────────── */
.founders .foot {
  padding: 48px 64px 56px;
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 32px;
}
.founders .foot .wm { font-size: 14px; }
.founders .foot .tag {
  font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--fg-2);
  margin-top: 12px;
}
.founders .foot .right {
  text-align: right;
  font-size: 10px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--fg-3);
  line-height: 1.9;
}
.founders .foot .right a { color: var(--g); text-decoration: none; }

/* =========================================================
   ── MOBILE OVERRIDES (.founders.mobile, 375 viewport) ───
   ========================================================= */
.founders.mobile .topbar { padding: 18px 20px; }
.founders.mobile .topbar .nav { display: none; }
.founders.mobile .topbar .wm { font-size: 15px; letter-spacing: 6px; }

.founders.mobile .hero { padding: 56px 24px 44px; }
.founders.mobile .hero-corner { display: none; }
.founders.mobile .hero-meta { margin-bottom: 24px; font-size: 9px; letter-spacing: 2px; gap: 10px; flex-wrap: wrap; }
.founders.mobile .hero h1 { font-size: 56px; letter-spacing: -2px; margin-bottom: 20px; }
.founders.mobile .hero h1 .ital { letter-spacing: -1.5px; }
.founders.mobile .hero .sub { font-size: 15px; }

.founders.mobile .stats { grid-template-columns: 1fr; }
.founders.mobile .stat { padding: 32px 24px; border-left: 0 !important; border-top: 1px solid var(--border); }
.founders.mobile .stat:first-child { border-top: 0; }
.founders.mobile .stat .value { font-size: 56px; letter-spacing: -2px; }
.founders.mobile .stat .value .unit { font-size: 13px; }

.founders.mobile .grid-section { padding: 56px 24px 64px; }
.founders.mobile .section-head { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.founders.mobile .section-head h2 { font-size: 36px; letter-spacing: -1px; }
.founders.mobile .section-head .key { text-align: left; font-size: 10px; }
.founders.mobile .grid { grid-template-columns: 1fr; }
.founders.mobile .card { min-height: auto; padding: 22px 20px 22px; }
.founders.mobile .card .user { font-size: 16px; }
.founders.mobile .streak-num { font-size: 24px; }

.founders.mobile .quote { padding: 80px 24px; }
.founders.mobile .quote blockquote { font-size: 34px; letter-spacing: -1.5px; }
.founders.mobile .quote .stripe-top { top: 36px; }
.founders.mobile .quote .stripe-bot { bottom: 36px; }

.founders.mobile .cta { grid-template-columns: 1fr; padding: 56px 24px; gap: 28px; }
.founders.mobile .cta h3 { font-size: 36px; letter-spacing: -1px; }
.founders.mobile .cta-right { align-items: flex-start; }
.founders.mobile .btn { padding: 18px 26px; font-size: 12px; }

.founders.mobile .foot { padding: 32px 24px 36px; flex-direction: column; align-items: flex-start; gap: 18px; }
.founders.mobile .foot .right { text-align: left; }
