/* About page modules. Shared tokens / chrome live in layout.css. */

.sec-kicker {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 28px;
}

.about-hero {
  padding: calc(var(--nav-h) + 48px) var(--pad) 72px;
}

.about-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--gray);
}

.about-crumb a:hover {
  color: var(--lime);
}

.about-crumb-now {
  color: #f0f0f0;
}

.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: 64px;
  align-items: end;
}

.about-intro h1 {
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.about-intro h1 em {
  font-style: normal;
  color: var(--lime);
}

.about-lead {
  font-size: 15px;
  line-height: 1.75;
  color: #ffffff;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.trust span {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray);
}

.trust span::before {
  content: "◆";
  color: var(--lime);
  margin-right: 8px;
  font-size: 8px;
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0 var(--pad) 80px;
  border: 1px solid var(--panel-line);
  background: var(--panel-line);
}

.split-card {
  padding: 32px 28px 36px;
  background: var(--panel);
}

.split-idx {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--lime);
  margin-bottom: 18px;
}

.split-card h2 {
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
}

.split-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.split-card ul {
  margin-top: 22px;
}

.split-card li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  color: #eeeeee;
  font-size: 14px;
  line-height: 1.6;
}

.split-card li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--lime);
}

.about-story {
  padding: 80px var(--pad);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
  gap: 64px;
  align-items: start;
}

.about-story h2,
.about-stance h2,
.about-people h2,
.about-limits h2,
.faq h2 {
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(36px, 5.2vw, 72px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.94;
  margin: 8px 0 28px;
}

.about-story h2 em,
.about-stance h2 em,
.about-people h2 em,
.about-limits h2 em,
.faq h2 em {
  font-style: normal;
  color: var(--lime);
}

.story-grid p {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.8;
  color: #111;
}

.story-grid p + p {
  margin-top: 16px;
}

.story-grid a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.story-grid a:hover {
  opacity: 0.72;
}

.story-grid code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
}

.story-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
  padding-top: 8px;
}

.stat-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 8px;
}

.stat-value {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.stat-value.live {
  color: var(--lime);
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 8px var(--lime);
}

.about-stance,
.about-limits {
  padding: 88px var(--pad) 96px;
}

.about-section-lead {
  max-width: 640px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 48px;
}

.stance-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.stance-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.stance-num {
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--lime);
}

.stance-item h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.stance-item p {
  max-width: 680px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.stance-item code,
.faq-a code,
.limits-grid code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.88em;
  padding: 0.12em 0.4em;
  border: 1px solid var(--panel-line);
  background: var(--panel);
  color: var(--lime);
}

.about-people {
  padding: 88px var(--pad);
}

.people-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.people-row {
  display: grid;
  grid-template-columns: 56px minmax(160px, 220px) minmax(0, 1fr) auto;
  gap: 24px 32px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.people-idx {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--lime);
}

.people-row h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.people-row p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.people-row a {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--lime);
  white-space: nowrap;
  padding-top: 4px;
}

.people-row a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.limits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--panel-line);
  background: var(--panel-line);
}

.limits-grid article {
  padding: 28px 26px 32px;
  background: var(--panel);
}

.limits-grid h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.limits-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.limits-grid a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.limits-grid a:hover {
  color: #e8ff4d;
}

.faq {
  padding: 80px var(--pad) 80px;
}

.faq-item {
  border-top: 1px solid #1f1f1f;
}

.faq-item:last-child {
  border-bottom: 1px solid #1f1f1f;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  text-align: left;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-q:hover {
  color: var(--lime);
}

.plus {
  width: 28px;
  height: 28px;
  position: relative;
  flex-shrink: 0;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.plus::before {
  top: 13px;
  left: 5px;
  right: 5px;
  height: 1px;
}

.plus::after {
  left: 13px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  transition: transform 0.25s;
}

.faq-item.open .plus::after {
  transform: scaleY(0);
}

.faq-a {
  display: none;
  padding: 0 80px 26px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 820px;
}

.faq-item.open .faq-a {
  display: block;
}

.faq-a a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta {
  padding: 80px var(--pad) 110px;
  border-top: 1px solid var(--line);
}

.cta-kicker {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 28px;
}

.cta-title {
  font-family: "Inter Tight", Inter, sans-serif;
  font-size: clamp(56px, 11vw, 148px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.86;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-title .g {
  color: var(--lime);
}

.cta-title .arrow {
  font-weight: 400;
  font-size: 0.72em;
}

.on-lime .cta-title .w,
.on-lime .cta-title .g,
.on-lime .cta-title .arrow {
  color: #111;
}

.on-lime .sec-kicker,
.on-lime .cta-kicker,
.on-lime .stat-label {
  color: #111;
}

.on-lime .about-story h2 em,
.on-lime .faq h2 em {
  color: #111;
}

.on-lime .stat-value,
.on-lime .stat-value.live {
  color: #111;
}

.cta-row {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
}

.cta-row p {
  max-width: 420px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .about-intro,
  .story-grid,
  .about-split,
  .limits-grid {
    grid-template-columns: 1fr;
  }

  .people-row {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .people-row h3,
  .people-row p,
  .people-row a {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .about-hero {
    padding-bottom: 48px;
  }

  .about-split,
  .limits-grid {
    margin-left: var(--pad);
    margin-right: var(--pad);
  }

  .story-facts,
  .stance-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-a {
    padding-right: 0;
  }
}
