.company-hero {
  position: relative;
  min-height: calc(70svh - var(--head-h));
  display: flex;
  align-items: center;
  padding: clamp(64px, 8vw, 118px) 0;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.company-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse 62% 58% at 22% 34%, rgba(var(--accent-rgb), 0.09), transparent 68%);
  pointer-events: none;
}
.company-hero-inner {
  position: relative;
  z-index: 1;
}
.company-hero-inner .kicker,
.mission .kicker {
  margin-bottom: 18px;
  font-size: clamp(13px, 1.05vw, 15px);
  letter-spacing: 0.16em;
}
.company-hero-inner h1,
.mission-statement {
  max-width: 36ch;
  margin: 18px 0 30px;
  color: var(--text);
  font-size: clamp(38px, 4.1vw, 56px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.06;
  text-wrap: pretty;
}
.company-hero-inner h1 {
  max-width: 15ch;
  margin-top: 0;
  font-size: clamp(46px, 5.9vw, 86px);
  letter-spacing: -0.055em;
  line-height: 0.97;
}
.company-hero-inner h1 span,
.mission-statement span {
  color: var(--accent);
}
.company-lede {
  max-width: 62ch;
  margin: 0;
  color: var(--text-2);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.5;
}

.mission {
  padding-top: clamp(78px, 8vw, 116px);
  padding-bottom: clamp(78px, 8vw, 116px);
}
.mission-statement {
  margin-bottom: 0;
}

.story {
  padding-top: clamp(80px, 8vw, 118px);
  padding-bottom: clamp(86px, 9vw, 130px);
}
.section-eyebrow {
  position: relative;
  margin: 0 0 clamp(44px, 5vw, 68px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule-strong);
  color: var(--text);
  font-family: var(--mono);
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.55;
  text-transform: uppercase;
}
.section-eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background: var(--accent);
}
.story-chapter {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: clamp(36px, 6vw, 96px);
}
.story-chapter + .story-chapter {
  margin-top: clamp(70px, 8vw, 108px);
  padding-top: clamp(70px, 8vw, 108px);
  border-top: 1px solid var(--rule);
}
.story-marker {
  height: fit-content;
  padding-top: 15px;
  border-top: 1px solid var(--accent);
}
.story-marker span {
  display: block;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 32px;
  line-height: 1;
}
.story-marker p {
  margin: 10px 0 0;
  color: var(--text-2);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.story-body h3 {
  max-width: 20ch;
  margin: 0 0 34px;
  color: var(--text);
  font-size: clamp(34px, 3.9vw, 54px);
  font-weight: 600;
  letter-spacing: -0.042em;
  line-height: 1.02;
}
.story-text {
  max-width: 74ch;
  padding-top: 26px;
  border-top: 1px solid var(--rule-strong);
}
.story-text p {
  margin: 0 0 20px;
  color: var(--text-2);
  font-size: 17.5px;
  line-height: 1.72;
}
.story-text p:last-child {
  margin-bottom: 0;
}
.story-text b {
  color: var(--text);
  font-weight: 600;
}
.story-quote {
  max-width: 30ch;
  margin: clamp(42px, 5vw, 62px) 0 0;
  padding-left: clamp(24px, 3vw, 40px);
  border-left: 3px solid var(--accent);
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(24px, 2.5vw, 36px);
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.28;
}
.story-payoff {
  max-width: 74ch;
  margin: clamp(34px, 4vw, 48px) 0 0;
  padding: clamp(24px, 2.6vw, 34px);
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  font-size: 17.5px;
  line-height: 1.62;
}

.company-proof {
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--accent);
  color: var(--on-accent);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.proof-item {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(32px, 3.6vw, 50px) clamp(32px, 3.6vw, 50px) clamp(32px, 3.6vw, 50px) 0;
  border-right: 1px solid rgba(21, 25, 27, 0.24);
}
.proof-item:last-child {
  padding-right: 0;
  padding-left: clamp(32px, 3.6vw, 50px);
  border-right: 0;
}
.proof-item strong {
  color: var(--on-accent);
  font-size: clamp(62px, 6.6vw, 92px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.proof-item p {
  max-width: 30ch;
  margin: 28px 0 0;
  color: var(--on-accent);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.founders {
  padding-top: clamp(88px, 9vw, 132px);
  padding-bottom: clamp(52px, 5.5vw, 78px);
}
.founder-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 5vw, 72px);
}
.founder-photo,
.advisor-photo {
  position: relative;
  width: min(100%, 220px);
  aspect-ratio: 1;
  margin-bottom: 26px;
  border: 1px solid var(--rule-strong);
  border-radius: 50%;
  background: var(--surface-2);
  object-fit: cover;
  overflow: hidden;
}
.founder-photo.is-placeholder,
.advisor-photo.is-placeholder {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 50%, rgba(var(--accent-rgb), 0.14), transparent 62%), var(--surface-2);
  color: var(--text);
}
.founder-photo.is-placeholder::before,
.advisor-photo.is-placeholder::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(var(--accent-rgb), 0.34);
  border-radius: 50%;
  pointer-events: none;
}
.founder-copy h3,
.advisor-card h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}
.founder-role,
.advisor-role {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.founder-link,
.advisor-link {
  display: inline-block;
  margin: -10px 0 20px;
  border-bottom: 1px solid var(--rule-strong);
  color: var(--text-2);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.founder-link:hover,
.advisor-link:hover {
  border-color: var(--accent);
  color: var(--text);
}
.founder-bio {
  max-width: 52ch;
  margin: 0 0 22px;
  color: var(--text);
  font-size: 17.5px;
  line-height: 1.58;
}
.founder-meta,
.advisor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.founder-meta li,
.advisor-meta li {
  padding: 6px 12px;
  border: 1px solid var(--rule-strong);
  border-radius: 999px;
  background: rgba(240, 237, 224, 0.03);
  color: var(--text-2);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.founder-human {
  position: relative;
  max-width: 46ch;
  margin: 22px 0 0;
  padding-left: 22px;
  color: var(--text-2);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
}
.founder-human::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 11px;
  height: 1px;
  background: var(--accent);
}
.founder-human span {
  margin-right: 5px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.advisors {
  padding-top: clamp(52px, 5.5vw, 78px);
  padding-bottom: clamp(86px, 9vw, 124px);
}
.advisor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(40px, 5vw, 72px);
}
.advisor-card {
  width: min(100%, 440px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.advisor-card p:not(.advisor-role) {
  max-width: 44ch;
  margin: 0 0 22px;
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.65;
}
.advisor-card .advisor-meta {
  justify-content: center;
}

html[data-theme="light"] .story-payoff {
  box-shadow: 0 30px 70px -56px rgba(24, 27, 29, 0.42);
}

@media (max-width: 1080px) {
  .founder-list {
    gap: 40px;
  }
  .founder-photo {
    width: min(100%, 190px);
  }
}

@media (max-width: 900px) {
  .company-hero {
    min-height: auto;
  }
  .company-hero-inner h1,
  .mission-statement {
    max-width: 24ch;
    font-size: clamp(36px, 6.6vw, 52px);
  }
  .company-hero-inner h1 {
    max-width: 14ch;
    font-size: clamp(42px, 7.8vw, 66px);
  }
  .stmt-break {
    display: none;
  }
  .story-chapter {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 34px;
  }
  .founder-list {
    grid-template-columns: 1fr;
    gap: clamp(52px, 7vw, 72px);
  }
  .founder-photo,
  .advisor-photo {
    width: min(100%, 210px);
  }
}

@media (max-width: 720px) {
  .company-hero {
    padding: 54px 0 68px;
  }
  .company-hero-inner h1,
  .mission-statement {
    margin-top: 14px;
    font-size: clamp(33px, 9vw, 46px);
  }
  .company-hero-inner h1 {
    margin-top: 0;
    font-size: clamp(38px, 11vw, 56px);
  }
  .company-lede {
    font-size: 18px;
  }
  .story-chapter {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .story-marker {
    width: 82px;
  }
  .story-body h3 {
    margin-bottom: 28px;
    font-size: clamp(32px, 9vw, 46px);
  }
  .proof-grid {
    grid-template-columns: 1fr;
  }
  .proof-item {
    min-height: 0;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 26px;
    align-items: center;
    padding: clamp(30px, 6vw, 42px) 0;
    border-right: 0;
    border-bottom: 1px solid rgba(21, 25, 27, 0.24);
  }
  .proof-item:last-child {
    padding-left: 0;
    border-bottom: 0;
  }
  .proof-item p {
    margin: 0;
  }
  .founder-photo,
  .advisor-photo {
    width: min(100%, 180px);
  }
}

@media (max-width: 520px) {
  .story-quote {
    font-size: 23px;
  }
  .proof-item {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .proof-item strong {
    font-size: 68px;
  }
  .founder-copy h3,
  .advisor-card h3 {
    font-size: 32px;
  }
}
