@import url("./legal.css");

.about-page .legal-brand {
  gap: 0.625rem;
  text-decoration: none;
}

.about-page .legal-brand:hover {
  text-decoration: none;
}

.about-page .brand-mark {
  display: block;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 34px;
  height: 34px;
  padding: 4px;
  border: 1px solid #a9d8e3;
  border-radius: 11px;
  background: #e1e8ec;
}

.about-page .brand-word {
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.about-page .brand-nord {
  color: #1a1d26;
}

.about-page .brand-chat {
  color: #008fa8;
}

.about-page .legal-footer-brand {
  gap: 0.625rem;
  font-size: inherit;
  font-weight: inherit;
}

.about-page .legal-footer-brand .brand-mark {
  width: 34px;
  height: 34px;
}

.about-main {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 72px;
}

.about-hero {
  padding: 64px 0 36px;
  border-bottom: 1px solid var(--document-line);
}

/* Match landing PIXA buttons: soft rectangle, not pills. */
.about-page .legal-home-link {
  border-radius: 8px;
}

.about-page .legal-home-link .legal-arrow {
  display: none;
}

.about-kicker {
  margin: 0 0 14px;
  color: #087f96;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-title {
  margin: 0;
  color: var(--document-text);
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.about-section {
  padding: 40px 0 0;
}

.about-section h2 {
  margin: 0 0 16px;
  color: var(--document-text);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.about-section p {
  margin: 0 0 14px;
  color: #3f4751;
  font-size: 16px;
  line-height: 1.75;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-why {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-why li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 22px;
  border-bottom: 1px solid var(--document-line);
  color: #3f4751;
  font-size: 16px;
  line-height: 1.55;
}

.about-why li:last-child {
  border-bottom: 0;
}

.about-why li::before {
  content: "";
  position: absolute;
  top: 1.35em;
  left: 0;
  width: 8px;
  height: 1px;
  background: #087f96;
}

.about-team-note {
  margin: 0 0 22px;
  color: #5f6875;
  font-size: 15px;
  line-height: 1.65;
}

.about-founder {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.about-founder__photo {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #e8ebef;
  aspect-ratio: 1;
}

.about-founder__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-founder__name {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.about-founder__role {
  margin: 0 0 14px;
  color: #5f6875;
  font-size: 15px;
  line-height: 1.5;
}

.about-founder__bio p {
  margin: 0 0 12px;
  color: #3f4751;
  font-size: 15px;
  line-height: 1.7;
}

.about-founder__bio p:last-child {
  margin-bottom: 0;
}

.about-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.about-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  background: #0b0c0e;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.about-cta .btn:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}

.about-cta .btn-secondary {
  background: #fff;
  border: 1px solid var(--document-line);
  color: var(--document-text);
}

.about-cta .btn-secondary:hover {
  border-color: #bbc1c7;
  background: #fff;
  color: var(--document-text);
}

@media (max-width: 720px) {
  .about-main {
    width: calc(100% - 32px);
  }

  .about-hero {
    padding-top: 40px;
  }

  .about-founder {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .about-founder__photo {
    width: min(180px, 56vw);
  }
}
