/*
 * Seneca for creators — creators.senecaapp.ai
 *
 * Implements "Seneca Creators Landing v4" from the Claude Design project.
 * Dark page, Space Grotesk, lime accent. Scoped under `.sc-` so it can ship
 * alongside seneca-landing.css without either leaking into the other.
 */

:root {
  --sc-bg: oklch(0.17 0.008 250);
  --sc-ink: oklch(0.96 0.004 250);
  --sc-accent: oklch(0.87 0.19 118);
  --sc-muted: oklch(0.74 0.012 250);
  --sc-dim: oklch(0.6 0.012 250);
  --sc-line: oklch(0.28 0.01 250);
  --sc-card-line: oklch(0.3 0.012 250);
  --sc-card-bg: oklch(0.2 0.01 250);
  --sc-mono: 'JetBrains Mono', ui-monospace, monospace;
}

/* The page owns the whole document: kill the UA body margin and paint the
 * ground dark so no white frame shows around the wrapper. */
html { background: var(--sc-bg); scroll-behavior: smooth; }
body { margin: 0; padding: 0; background: var(--sc-bg); }

.sc-page {
  margin: 0;
  background: var(--sc-bg);
  color: var(--sc-ink);
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sc-page *,
.sc-page *::before,
.sc-page *::after { box-sizing: border-box; }
.sc-page a { color: inherit; text-decoration: none; }
.sc-page a:hover { color: var(--sc-accent); }
.sc-page h1, .sc-page h2, .sc-page h3, .sc-page p, .sc-page figure { margin: 0; text-wrap: pretty; }
.sc-page ::selection { background: var(--sc-accent); color: var(--sc-bg); }
.sc-page img { display: block; width: 100%; height: 100%; object-fit: cover; }

.sc-sr-only {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap;
}
.sc-page .sc-skip {
  position: absolute; left: 16px; top: -48px; z-index: 100;
  padding: 10px 16px; border-radius: 999px;
  background: var(--sc-accent); color: var(--sc-bg); font-weight: 600;
  transition: top 0.15s ease;
}
.sc-page .sc-skip:focus-visible { top: 12px; color: var(--sc-bg); }

/* ---------- header ---------- */

.sc-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px 48px;
  background: color-mix(in oklab, oklch(0.17 0.008 250) 82%, transparent);
  backdrop-filter: blur(14px);
}
.sc-wordmark { display: flex; align-items: baseline; gap: 9px; }
.sc-wordmark strong { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; }
.sc-wordmark i { font-style: normal; font-size: 15px; color: oklch(0.5 0.012 250); }
.sc-wordmark em {
  font-family: 'Caveat', cursive; font-style: italic;
  font-size: 25px; font-weight: 600; line-height: 1; color: var(--sc-accent);
}

.sc-page .sc-btn {
  display: inline-flex; align-items: center; height: 52px; padding: 0 28px;
  border-radius: 999px; background: var(--sc-accent); color: var(--sc-bg);
  font-size: 16px; font-weight: 600; white-space: nowrap;
}
.sc-page .sc-btn:hover { background: var(--sc-ink); color: var(--sc-bg); }
.sc-page .sc-btn.is-small { height: 36px; padding: 0 18px; font-size: 14px; }
.sc-page .sc-btn.is-ghost { background: transparent; border: 1px solid oklch(0.34 0.01 250); color: var(--sc-ink); font-weight: 500; }
.sc-page .sc-btn.is-ghost:hover { background: transparent; border-color: var(--sc-ink); color: var(--sc-ink); }

/* ---------- shared section chrome ---------- */

.sc-section { padding: 0 48px 112px; max-width: 1240px; margin: 0 auto; }
.sc-rule { border-top: 1px solid var(--sc-line); padding-top: 52px; }
.sc-kicker {
  font-weight: 500; font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--sc-accent);
}
.sc-h2 { font-size: clamp(34px, 4.2vw, 62px); line-height: 0.98; letter-spacing: -0.04em; font-weight: 600; }
.sc-h2.is-run { font-size: clamp(32px, 3.6vw, 50px); line-height: 1.05; letter-spacing: -0.035em; }
.sc-h2 em, .sc-h1 em { font-style: normal; color: var(--sc-accent); }
.sc-eg {
  display: inline-flex; align-items: center; align-self: flex-start;
  border-radius: 999px; padding: 5px 11px;
  background: oklch(0.16 0.01 250 / 0.82); backdrop-filter: blur(6px);
  border: 1px solid var(--sc-card-line);
  font-weight: 500; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sc-muted);
}

/* ---------- hero ---------- */

/* Full-viewport hero: fills the first screen (minus the sticky header),
 * centering the grid; taller content still scrolls normally. */
.sc-hero {
  display: flex; align-items: center;
  min-height: calc(100svh - 76px);
  padding: 48px 48px 72px; max-width: 1240px; margin: 0 auto;
}
.sc-hero-grid {
  width: 100%;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px; align-items: center;
}
.sc-h1 {
  font-size: clamp(52px, 7.6vw, 116px); line-height: 0.94;
  letter-spacing: -0.045em; font-weight: 600; max-width: 18ch;
}
.sc-h1 em { display: block; }
.sc-hero-sub {
  font-size: clamp(20px, 1.7vw, 25px); line-height: 1.4;
  color: oklch(0.78 0.012 250); max-width: 26em; padding-top: 30px;
}
.sc-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding-top: 38px; }
.sc-hero-note { font-weight: 500; font-size: 12px; color: oklch(0.66 0.012 250); padding-left: 8px; }

/* hero showcase: stacked crossfading creator slides */

.sc-show { display: flex; flex-direction: column; gap: 18px; }
.sc-slides { position: relative; height: 742px; }
.sc-slide {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center;
  opacity: 0; pointer-events: none; transition: opacity 0.6s ease;
}
.sc-slide.is-active { opacity: 1; pointer-events: auto; }

.sc-slide-photo {
  position: relative; width: 96%; height: 352px; flex-shrink: 0;
  border-radius: 16px; overflow: hidden; border: 1px solid var(--sc-card-line);
}
.sc-slide-photo::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, oklch(0.15 0.01 250 / 0.95) 0%, oklch(0.15 0.01 250 / 0.65) 24%, oklch(0.15 0.01 250 / 0.04) 52%, transparent 100%);
}
.sc-slide-photo .sc-eg { position: absolute; top: 14px; left: 14px; z-index: 2; }
.sc-followers {
  position: absolute; top: 14px; right: 14px; z-index: 2; pointer-events: none;
  display: inline-flex; align-items: center; gap: 7px;
  border-radius: 999px; background: oklch(0.16 0.01 250 / 0.82);
  backdrop-filter: blur(6px); padding: 6px 12px;
  font-weight: 500; font-size: 12px; color: var(--sc-ink);
}
.sc-followers svg { width: 16px; height: 16px; color: var(--sc-accent); }
.sc-slide-id {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; pointer-events: none;
  padding: 20px; display: flex; flex-direction: column; gap: 6px;
}
.sc-slide-id strong { font-size: 31px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.02; }
.sc-slide-id span { font-size: 15px; line-height: 1.3; color: oklch(0.86 0.008 250); }

.sc-wire { flex-shrink: 0; stroke: oklch(0.45 0.014 250); fill: none; stroke-width: 1.4; }
.sc-wire.is-drop { width: 4px; height: 34px; }
.sc-wire.is-fan { width: 94%; height: 68px; }

.sc-slide-chat {
  width: 92%; flex-shrink: 0; border-radius: 18px;
  background: oklch(0.215 0.01 250); border: 1px solid var(--sc-card-line); overflow: hidden;
}
.sc-slide-chat-head {
  display: flex; align-items: center; gap: 9px; padding: 12px 16px;
  background: oklch(0.24 0.012 250); border-bottom: 1px solid var(--sc-card-line);
  font-size: 14px; font-weight: 500; color: oklch(0.92 0.006 250);
}
.sc-slide-chat-head svg { width: 14px; height: 14px; color: var(--sc-accent); }
.sc-slide-chat-body { padding: 14px; display: flex; flex-direction: column; gap: 10px; }
.sc-bubble-user {
  align-self: flex-end; max-width: 88%;
  border-radius: 16px 16px 5px 16px; background: oklch(0.29 0.012 250);
  padding: 10px 14px; font-size: 14px; line-height: 1.35; color: oklch(0.9 0.006 250);
}
.sc-bubble-agent {
  align-self: flex-start; max-width: 92%;
  border-radius: 16px 16px 16px 5px; background: var(--sc-accent);
  padding: 12px 15px; font-size: 16px; line-height: 1.3; font-weight: 600; color: var(--sc-bg);
}
.sc-attach-hint {
  display: flex; align-items: center; gap: 8px; margin-top: 2px;
  border-top: 1px solid oklch(0.28 0.012 250); padding-top: 10px;
  font-size: 12px; color: oklch(0.62 0.012 250);
}
.sc-attach-hint svg { width: 14px; height: 14px; }

.sc-audience { width: 94%; display: flex; align-items: center; justify-content: space-around; }
.sc-audience span {
  width: 36px; height: 36px; border-radius: 999px; overflow: hidden;
  background: oklch(0.3 0.014 250); border: 1px solid oklch(0.36 0.012 250);
  color: oklch(0.62 0.012 250);
  display: inline-flex; align-items: center; justify-content: center;
}
.sc-audience svg { width: 20px; height: 20px; }
.sc-audience .is-more {
  background: oklch(0.24 0.03 118); border-color: oklch(0.5 0.09 118);
  color: var(--sc-accent); font-weight: 500; font-size: 10px;
}

.sc-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.sc-dots button {
  width: 6px; height: 6px; padding: 0; border: 0; border-radius: 999px;
  opacity: 0.75; background: oklch(0.34 0.01 250); cursor: pointer;
  transition: background 0.3s;
}
.sc-dots button.is-active { background: var(--sc-accent); }
.sc-dots button:focus-visible { outline: 2px solid var(--sc-accent); outline-offset: 3px; }

/* ---------- the run (example) section ---------- */

.sc-run-head { display: flex; flex-direction: column; gap: 24px; }
.sc-run-grid {
  display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 40px; align-items: start;
}

.sc-profile {
  border-radius: 22px; border: 2px solid oklch(0.28 0.012 250);
  background: var(--sc-card-bg); box-shadow: 8px 8px 0 oklch(0.235 0.014 250);
  overflow: hidden; position: sticky; top: 110px;
}
.sc-profile-photo { position: relative; width: 100%; height: 340px; overflow: hidden; }
.sc-profile-photo .sc-eg { position: absolute; top: 14px; left: 14px; }
.sc-profile-body { padding: 22px; display: flex; flex-direction: column; gap: 16px; }
.sc-profile-niche {
  font-weight: 500; font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sc-accent);
}
.sc-profile-name { font-size: 24px; font-weight: 600; letter-spacing: -0.03em; }
.sc-profile-stats { display: flex; flex-wrap: wrap; gap: 8px; }
.sc-profile-stats span {
  display: inline-flex; align-items: center; gap: 7px;
  border-radius: 999px; border: 1px solid var(--sc-card-line);
  padding: 6px 12px; font-weight: 500; font-size: 12px; color: oklch(0.86 0.008 250);
}
.sc-profile-stats svg { width: 16px; height: 16px; color: var(--sc-accent); }
.sc-profile-agent {
  border-top: 1px solid oklch(0.26 0.01 250); padding-top: 16px;
  display: flex; flex-direction: column; gap: 6px;
}
.sc-profile-agent span {
  font-weight: 500; font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sc-dim);
}
.sc-profile-agent strong { font-size: 16px; line-height: 1.35; font-weight: 500; }
.sc-live { display: flex; align-items: center; gap: 8px; }
.sc-live i { width: 7px; height: 7px; border-radius: 999px; background: var(--sc-accent); }
.sc-live span { font-family: var(--sc-mono); font-size: 11px; letter-spacing: 0.08em; color: oklch(0.78 0.012 250); }

/* the animated chat window */

.sc-chat {
  width: 100%; border-radius: 22px; background: var(--sc-card-bg);
  border: 2px solid oklch(0.31 0.012 250); overflow: hidden;
  box-shadow: 8px 8px 0 oklch(0.24 0.02 250);
}
.sc-chat-bar {
  display: flex; align-items: center; gap: 10px; padding: 14px 20px;
  border-bottom: 1px solid oklch(0.26 0.01 250);
}
.sc-chat-bar i { width: 8px; height: 8px; border-radius: 999px; background: oklch(0.3 0.01 250); transition: background 0.3s; }
.sc-chat-bar i.is-on { background: var(--sc-accent); }
.sc-chat-bar span {
  margin-left: auto; font-family: var(--sc-mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--sc-dim);
}
.sc-chat-log { padding: 24px 20px 26px; display: flex; flex-direction: column; gap: 16px; min-height: 440px; }

.sc-chat-user { display: flex; justify-content: flex-end; }
.sc-chat-user > div { max-width: 82%; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.sc-typed { border-radius: 18px 18px 6px 18px; background: oklch(0.28 0.012 250); padding: 14px 18px; }
.sc-typed p { font-size: 16px; line-height: 1.5; color: oklch(0.92 0.006 250); min-height: 1.5em; }
.sc-caret { color: var(--sc-accent); }

.sc-upload {
  width: 250px; border-radius: 14px; border: 1px solid oklch(0.34 0.012 250);
  background: oklch(0.24 0.01 250); padding: 12px 14px;
  display: flex; flex-direction: column; gap: 9px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.sc-upload-row { display: flex; align-items: center; gap: 10px; }
.sc-upload-badge {
  width: 26px; height: 26px; flex-shrink: 0; border-radius: 6px;
  background: var(--sc-accent); color: var(--sc-bg);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}
.sc-upload-name { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.sc-upload-name strong { font-size: 13px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sc-upload-name span { font-weight: 500; font-size: 10px; color: oklch(0.66 0.012 250); }
.sc-upload-track { display: block; height: 3px; border-radius: 999px; background: oklch(0.3 0.012 250); overflow: hidden; }
.sc-upload-fill { display: block; height: 3px; border-radius: 999px; background: var(--sc-accent); width: 100%; transition: width 0.2s linear; }

.sc-chat-agent-row {
  display: flex; align-items: center; gap: 10px;
  transition: opacity 0.4s, transform 0.4s;
}
.sc-avatar {
  width: 28px; height: 28px; flex-shrink: 0; border-radius: 999px;
  background: var(--sc-accent); color: var(--sc-bg);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.sc-chat-agent-row > span:nth-child(2) {
  font-weight: 500; font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: oklch(0.72 0.012 250);
}
.sc-think { width: 6px; height: 6px; border-radius: 999px; background: oklch(0.36 0.02 250); }
.sc-think.is-on { background: var(--sc-accent); }

.sc-chat-msg {
  display: flex; align-items: flex-start; gap: 10px;
  transition: opacity 0.5s, transform 0.5s;
}
.sc-chat-msg .sc-avatar { margin-top: 4px; }
.sc-verdict {
  max-width: 88%; border-radius: 18px 18px 18px 6px;
  background: oklch(0.24 0.01 250); border: 1px solid oklch(0.32 0.05 118);
  padding: 16px 18px; display: flex; flex-direction: column; gap: 12px;
}
.sc-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.sc-tags span {
  display: inline-flex; align-items: center; height: 24px; padding: 0 10px;
  border-radius: 999px; background: oklch(0.3 0.06 118); color: var(--sc-accent);
  font-weight: 500; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
}
.sc-verdict > p { font-size: 17px; line-height: 1.45; color: oklch(0.93 0.006 250); }
.sc-cites { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 11px; color: oklch(0.62 0.012 250); }

.sc-deliver {
  max-width: 88%; border-radius: 18px 18px 18px 6px;
  background: var(--sc-accent); color: var(--sc-bg); padding: 16px;
  display: flex; flex-direction: column; gap: 14px;
}
.sc-deliver > p { font-size: 16px; line-height: 1.4; font-weight: 600; }
.sc-doc {
  border-radius: 12px; background: oklch(0.97 0.02 118); padding: 14px;
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
}
.sc-doc-thumb {
  width: 62px; flex-shrink: 0; border-radius: 6px;
  background: oklch(0.99 0.01 118); border: 1px solid oklch(0.82 0.05 118);
  padding: 7px; display: flex; flex-direction: column; gap: 4px;
}
.sc-doc-thumb i { height: 3px; border-radius: 2px; background: oklch(0.85 0.03 118); }
.sc-doc-thumb i.is-head { background: oklch(0.72 0.05 118); width: 80%; }
.sc-doc-thumb i.is-head2 { background: oklch(0.72 0.05 118); width: 70%; margin-top: 4px; }
.sc-doc-thumb i.is-w60 { width: 60%; }
.sc-doc-thumb i.is-w45 { width: 45%; }
.sc-doc-name { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; justify-content: center; }
.sc-doc-name strong { font-size: 15px; font-weight: 600; }
.sc-doc-name span { font-weight: 500; font-size: 11px; color: oklch(0.4 0.03 118); }
.sc-doc-open {
  flex-shrink: 0; display: inline-flex; align-items: center; height: 30px;
  padding: 0 14px; border-radius: 999px; background: var(--sc-bg);
  color: var(--sc-ink); font-size: 13px; font-weight: 600;
}

/* chat animation states: page renders finished; JS rewinds then replays */
.sc-chat.is-animated [data-run-reveal] { opacity: 0; transform: translateY(14px); }
.sc-chat.is-animated [data-run-reveal].is-in { opacity: 1; transform: translateY(0); }
.sc-chat.is-animated .sc-upload { opacity: 0; transform: translateY(8px); }
.sc-chat.is-animated .sc-upload.is-in { opacity: 1; transform: translateY(0); }

/* three properties under the run */
.sc-props { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; padding-top: 48px; }
.sc-props p { font-size: 17px; line-height: 1.35; color: oklch(0.72 0.012 250); }
.sc-props strong { color: var(--sc-ink); font-weight: 500; }

/* who it suits */
.sc-fit { border-top: 1px solid var(--sc-line); margin-top: 48px; padding-top: 44px; display: flex; flex-direction: column; gap: 28px; }
.sc-fit h3 { font-size: clamp(24px, 2.2vw, 32px); line-height: 1.15; letter-spacing: -0.03em; font-weight: 600; }
.sc-fit > p { font-size: 17px; line-height: 1.5; color: var(--sc-muted); max-width: 40em; }
.sc-niches { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; align-items: start; }
.sc-niche { display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; }
.sc-niche i { display: block; width: 104px; height: 104px; border-radius: 999px; overflow: hidden; flex-shrink: 0; }
.sc-niche span { font-size: 15px; line-height: 1.3; font-weight: 500; min-height: 2.6em; }

/* ---------- playground invite ---------- */

.sc-play-card {
  display: flex; flex-wrap: wrap; align-items: center; gap: 32px;
  border-radius: 22px; border: 2px solid oklch(0.31 0.012 250);
  background: var(--sc-card-bg); box-shadow: 8px 8px 0 oklch(0.24 0.02 250);
  padding: 40px 44px;
}
.sc-play-copy { flex: 1; min-width: 280px; display: flex; flex-direction: column; gap: 14px; }
.sc-play-copy p { font-size: 17px; line-height: 1.5; color: var(--sc-muted); max-width: 34em; }
.sc-play-action { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }

/* ---------- earnings ---------- */

.sc-earn { display: flex; flex-direction: column; gap: 36px; }
.sc-price-card {
  display: flex; flex-wrap: wrap; align-items: center; gap: 28px;
  border-radius: 20px; border: 2px solid oklch(0.28 0.012 250);
  background: var(--sc-card-bg); box-shadow: 6px 6px 0 oklch(0.235 0.014 250);
  padding: 26px;
}
.sc-price-label { display: flex; flex-direction: column; gap: 6px; }
.sc-price-label span:first-child {
  font-weight: 500; font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sc-accent);
}
.sc-price-num { font-size: clamp(44px, 5vw, 68px); line-height: 0.9; letter-spacing: -0.04em; font-weight: 600; }
.sc-price-num small { font-size: 0.34em; font-weight: 500; color: oklch(0.7 0.012 250); letter-spacing: 0; }
.sc-price-picker { flex: 1; min-width: 260px; display: flex; flex-direction: column; }
.sc-price-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sc-price-chips span {
  display: inline-flex; align-items: center; height: 34px; padding: 0 14px;
  border-radius: 999px; font-weight: 500; font-size: 13px;
  border: 1px solid oklch(0.32 0.012 250); color: oklch(0.7 0.012 250);
}
.sc-price-chips .is-picked { border: 0; background: var(--sc-accent); color: var(--sc-bg); font-weight: 600; }
.sc-price-picker p { padding-top: 12px; font-size: 16px; line-height: 1.45; color: oklch(0.76 0.012 250); }

.sc-earn-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.sc-earn-notes p {
  font-size: 17px; line-height: 1.45; color: var(--sc-muted);
  border-top: 1px solid oklch(0.26 0.01 250); padding-top: 16px;
}

.sc-address-card {
  display: flex; flex-wrap: wrap; align-items: center; gap: 20px;
  border-radius: 18px; border: 2px solid oklch(0.28 0.012 250);
  background: var(--sc-card-bg); box-shadow: 6px 6px 0 oklch(0.235 0.014 250);
  padding: 20px 22px;
}
.sc-address {
  flex: 1; min-width: 260px; display: flex; align-items: center; gap: 12px;
  border-radius: 999px; background: oklch(0.25 0.01 250); padding: 10px 16px;
}
.sc-address i { width: 7px; height: 7px; border-radius: 999px; background: var(--sc-accent); flex-shrink: 0; }
.sc-address span {
  font-family: var(--sc-mono); font-size: 14px; letter-spacing: 0.02em;
  color: oklch(0.9 0.006 250); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.sc-subscribe {
  display: inline-flex; align-items: center; height: 40px; padding: 0 20px;
  border-radius: 999px; background: var(--sc-accent); color: var(--sc-bg);
  font-size: 15px; font-weight: 600; flex-shrink: 0;
}
.sc-address-card > p { flex: 1; min-width: 240px; font-size: 15px; line-height: 1.45; color: var(--sc-muted); }

/* ---------- build steps ---------- */

.sc-build { display: flex; flex-direction: column; gap: 32px; }
.sc-build-intro { display: flex; flex-direction: column; gap: 16px; }
.sc-build-intro p { font-size: 18px; line-height: 1.45; color: var(--sc-muted); max-width: 34em; }
.sc-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
  gap: 10px; align-items: stretch;
}
.sc-step {
  border-radius: 16px; background: oklch(0.205 0.01 250);
  border: 1px solid oklch(0.28 0.012 250); padding: 24px;
  display: flex; flex-direction: column; gap: 24px; min-height: 190px;
}
.sc-step.is-you { background: oklch(0.215 0.012 250); border-color: oklch(0.36 0.05 118); }
.sc-step-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: oklch(0.66 0.012 250); }
.sc-step.is-you .sc-step-head { color: var(--sc-accent); }
.sc-step-head span:first-child { font-weight: 500; font-size: 11px; }
.sc-step-head svg { width: 22px; height: 22px; }
.sc-step-body { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.sc-step-body strong { font-size: 22px; line-height: 1.1; letter-spacing: -0.025em; font-weight: 500; }
.sc-step-body p { font-size: 15px; line-height: 1.4; color: oklch(0.7 0.012 250); }
.sc-step-body code { font-family: var(--sc-mono); font-size: 13px; color: var(--sc-accent); }
.sc-step-join { display: flex; align-items: center; justify-content: center; }
.sc-step-join i { width: 18px; height: 1px; background: oklch(0.34 0.012 250); }

/* ---------- rights ---------- */

.sc-rights { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.sc-rights-head { display: flex; flex-direction: column; gap: 16px; }
.sc-rights-head .sc-h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1; }
.sc-rights-list { display: flex; flex-direction: column; }
.sc-rights-list p { font-size: 18px; line-height: 1.4; padding: 16px 0; border-bottom: 1px solid oklch(0.26 0.01 250); }

/* ---------- faq ---------- */

.sc-faq { display: flex; flex-direction: column; gap: 32px; }
.sc-faq-head { display: flex; flex-direction: column; gap: 16px; }
.sc-faq-head .sc-h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1; }
.sc-faq-list { display: flex; flex-direction: column; border-bottom: 1px solid oklch(0.26 0.01 250); margin: 0; }
.sc-faq-row {
  border-top: 1px solid oklch(0.26 0.01 250); padding: 22px 0;
  display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 32px; align-items: start;
}
.sc-faq-row dt { font-size: 20px; line-height: 1.2; letter-spacing: -0.025em; font-weight: 600; }
.sc-faq-row dd { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.sc-faq-row dd p { font-size: 17px; line-height: 1.5; color: oklch(0.76 0.012 250); }
.sc-faq-row dd p strong { color: var(--sc-ink); font-weight: 500; }
.sc-faq-item { display: flex; gap: 12px; }
.sc-faq-item i { flex-shrink: 0; font-style: normal; color: var(--sc-accent); font-size: 17px; line-height: 1.5; }

/* ---------- about ---------- */

.sc-about { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 48px; align-items: start; }
.sc-founder {
  border-radius: 20px; border: 2px solid oklch(0.28 0.012 250);
  background: var(--sc-card-bg); box-shadow: 8px 8px 0 oklch(0.235 0.014 250);
  overflow: hidden;
}
.sc-founder-photo { width: 100%; height: 340px; overflow: hidden; }
.sc-founder-body { padding: 20px; display: flex; flex-direction: column; gap: 6px; }
.sc-founder-body strong { font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.sc-founder-role {
  font-size: 14px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--sc-accent);
}
.sc-founder-note { font-size: 15px; line-height: 1.4; color: var(--sc-muted); }
.sc-founder-links { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 10px; }
.sc-founder-links a {
  display: inline-flex; align-items: center; gap: 7px;
  border-radius: 999px; border: 1px solid oklch(0.32 0.012 250);
  padding: 6px 12px; font-size: 13px; color: oklch(0.86 0.008 250);
}
.sc-founder-links a:hover { border-color: var(--sc-accent); color: var(--sc-accent); }
.sc-founder-links svg { width: 16px; height: 16px; }

.sc-about-copy { display: flex; flex-direction: column; gap: 20px; }
.sc-about-copy .sc-h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1; }
.sc-about-copy p { font-size: 18px; line-height: 1.5; color: oklch(0.76 0.012 250); max-width: 34em; }
.sc-about-copy a { color: var(--sc-accent); }
.sc-about-copy a:hover { text-decoration: underline; }
.sc-about-sign { font-family: 'Caveat', cursive; font-size: 30px; color: var(--sc-accent); }

/* ---------- closing cta + footer ---------- */

.sc-cta { padding: 0 48px 64px; max-width: 1240px; margin: 0 auto; }
.sc-cta-card {
  border-radius: 28px; background: var(--sc-accent); color: var(--sc-bg);
  padding: 88px 56px; display: flex; flex-direction: column; gap: 26px; align-items: flex-start;
}
.sc-cta-card h2 {
  font-size: clamp(40px, 5.6vw, 88px); line-height: 0.94;
  letter-spacing: -0.045em; font-weight: 600; max-width: 18ch;
}
.sc-cta-card > p { font-size: 19px; line-height: 1.45; max-width: 30em; font-weight: 500; }
.sc-cta-stamp {
  display: inline-flex; align-items: center; gap: 8px; transform: rotate(-2.5deg);
  background: var(--sc-bg); color: var(--sc-accent);
  border-radius: 999px; padding: 8px 16px;
  font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
}
.sc-page .sc-cta-card .sc-btn {
  height: 56px; padding: 0 30px; font-size: 17px; margin-top: 6px;
  background: var(--sc-bg); color: var(--sc-ink);
}
.sc-page .sc-cta-card .sc-btn:hover { background: oklch(0.28 0.01 250); color: var(--sc-ink); }
.sc-cta-note { font-size: 14px; line-height: 1.45; font-weight: 500; max-width: 34em; opacity: 0.75; }

.sc-footer {
  padding: 0 48px 40px; max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  font-weight: 500; font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sc-dim);
}
.sc-footer a:hover { color: var(--sc-accent); }

/* ---------- responsive ---------- */

@media (max-width: 1080px) {
  .sc-steps { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .sc-step-join { display: none; }
  .sc-niches { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
}

@media (max-width: 960px) {
  .sc-hero { padding: 64px 24px 80px; }
  .sc-section { padding: 0 24px 80px; }
  .sc-cta { padding: 0 24px 48px; }
  .sc-header { padding: 16px 24px; }
  .sc-footer { padding: 0 24px 32px; }
  .sc-hero-grid, .sc-run-grid, .sc-rights, .sc-about { grid-template-columns: minmax(0, 1fr); }
  .sc-profile { position: static; }
  .sc-props, .sc-earn-notes { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .sc-faq-row { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .sc-cta-card { padding: 56px 28px; }
}

@media (max-width: 560px) {
  .sc-steps { grid-template-columns: minmax(0, 1fr); }
  .sc-niches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sc-slides { height: 700px; }
  .sc-slide-photo { height: 300px; }
}
