/* Founder page — CYN design system (aligned with About) */

.founder-page {
  --ink: #0e2a38;
  --teal: #5bbFBF;
  --mist: #8ec9c4;
  --amber: #f4a261;
  --coral: #f26b5b;
  --cream: #ffffff;
  --surface-muted: #f4f9f9;
  --glass: rgba(255, 255, 255, 0.72);
  --glass-edge: rgba(91, 191, 191, 0.28);
  --ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.45, 0.64, 1);
  --section-y: 3.25rem;
  --section-y-lg: 5rem;
  --block-gap: 2rem;
  --content-gap: 1.5rem;
}

/* —— Layout primitives —— */
.founder-page .fa-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .founder-page .fa-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .founder-page .fa-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.founder-page .fa-container--narrow {
  max-width: 48rem;
}

.founder-page .fa-main {
  position: relative;
  z-index: 2;
  isolation: isolate;
  padding-top: 4.25rem;
}

@media (min-width: 640px) {
  .founder-page .fa-main {
    padding-top: 4.75rem;
  }
}

.founder-page .fa-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
}

.founder-page .fa-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}

.founder-page .fa-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* —— Sections —— */
.founder-page .fa-section {
  position: relative;
  z-index: 1;
  padding: var(--section-y) 0;
}

@media (min-width: 1024px) {
  .founder-page .fa-section {
    padding: var(--section-y-lg) 0;
  }
}

.founder-page .fa-section--muted {
  background: var(--surface-muted);
}

.founder-page .fa-section__body {
  margin-top: var(--block-gap);
}

.founder-page .fa-section__body--tight {
  margin-top: var(--content-gap);
}

/* —— Section headers —— */
.founder-page .fa-section-header {
  max-width: 36rem;
}

.founder-page .fa-section-header .eyebrow {
  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.founder-page .fa-section-header h2 {
  margin-top: 1rem;
}

.founder-page .fa-section-header__lead {
  margin-top: 1rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(14, 42, 56, 0.68);
  max-width: 38rem;
}

.founder-page .fa-section-header--center {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.founder-page .fa-section-header--center .eyebrow {
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.founder-page .eyebrow {
  font-size: 13px;
  letter-spacing: 0.12em;
}

.founder-page .fa-section-header--center .fa-section-header__lead {
  margin-left: auto;
  margin-right: auto;
}

/* —— Split column (background) —— */
.founder-page .fa-split {
  display: grid;
  gap: var(--block-gap);
  align-items: start;
}

@media (min-width: 1024px) {
  .founder-page .fa-split {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 3rem;
  }

  .founder-page .fa-split .fa-section-header {
    position: sticky;
    top: 6rem;
  }
}

/* —— Hero (Meet the Founder) —— */
.founder-page .fa-hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 2.5rem 0 3.5rem;
  overflow: visible;
}

@media (min-width: 640px) {
  .founder-page .fa-hero {
    padding: 3.5rem 0 4.5rem;
  }
}

.founder-page .fa-hero__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .founder-page .fa-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }
}

.founder-page .fa-hero__visual {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0.5rem 1rem;
}

@media (min-width: 1024px) {
  .founder-page .fa-hero__visual {
    justify-content: flex-start;
    padding: 0.75rem 0;
  }
}

.founder-page .fa-hero__portrait {
  position: relative;
  width: 100%;
  max-width: min(340px, 100%);
}

.founder-page .fa-hero__frame {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 48px -20px rgba(14, 42, 56, 0.2);
  outline: 1px solid rgba(14, 42, 56, 0.06);
}

.founder-page .fa-hero__frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
}

.founder-page .fa-hero__badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  max-width: 180px;
  padding: 0.625rem 0.75rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 32px -12px rgba(14, 42, 56, 0.16);
  outline: 1px solid rgba(14, 42, 56, 0.06);
}

.founder-page .fa-hero__badge--top {
  left: 0.25rem;
  top: -1rem;
}

.founder-page .fa-hero__badge--bottom {
  right: 0.25rem;
  bottom: -1rem;
}

@media (min-width: 640px) {
  .founder-page .fa-hero__badge--top {
    left: -1.5rem;
  }

  .founder-page .fa-hero__badge--bottom {
    right: -1.5rem;
  }
}

.founder-page .fa-hero__badge-icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
}

.founder-page .fa-hero__badge-text {
  line-height: 1.15;
  min-width: 0;
}

.founder-page .fa-hero__badge-label {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(14, 42, 56, 0.45);
}

.founder-page .fa-hero__badge-value {
  display: block;
  font-family: var(--font-display, "Avenir Next Condensed", "Avenir Next", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
}

.founder-page .fa-hero__copy {
  max-width: 32rem;
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .founder-page .fa-hero__copy {
    margin-top: 0;
  }
}

.founder-page .fa-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

.founder-page .fa-hero__eyebrow-rule {
  display: block;
  width: 1.75rem;
  height: 1px;
  background: var(--teal);
  opacity: 0.8;
}

.founder-page .fa-hero__name {
  margin-top: 1rem;
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-transform: uppercase;
}

.founder-page .fa-hero__name .founder-name-gradient,
.founder-page .founder-name-gradient {
  color: #5BBFBF;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: #5BBFBF;
}

.founder-page .fa-hero__role {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(14, 42, 56, 0.5);
  white-space: nowrap;
}

.founder-page .fa-hero__quote {
  margin: 1.5rem 0 0;
  padding: 0 0 0 1.25rem;
  border-left: 3px solid var(--teal);
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  line-height: 1.4;
  color: rgba(14, 42, 56, 0.8);
}

.founder-page .fa-hero__bio {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(14, 42, 56, 0.65);
}

.founder-page .fa-hero__chips {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.5rem;
}

@media (min-width: 480px) {
  .founder-page .fa-hero__chips {
    gap: 0.45rem;
  }
}

@media (min-width: 640px) {
  .founder-page .fa-hero__chips {
    gap: 0.5rem;
  }
}

.founder-page .fa-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 42, 56, 0.1);
  background: #fff;
  box-shadow: 0 1px 2px rgba(14, 42, 56, 0.04);
  color: rgba(14, 42, 56, 0.75);
}

@media (min-width: 480px) {
  .founder-page .fa-chip {
    font-size: 0.6875rem;
    padding: 0.35rem 0.65rem;
  }
}

@media (min-width: 640px) {
  .founder-page .fa-chip {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
}

.founder-page .fa-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0.875rem 1.75rem;
}

/* —— Prose —— */
.founder-page .fa-prose {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(14, 42, 56, 0.72);
}

.founder-page .fa-prose p + p {
  margin-top: 1.25rem;
}

.founder-page .fa-pull {
  margin: 1.75rem 0 0;
  padding: 1.25rem 0 0 1.25rem;
  border-left: 3px solid var(--teal);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
}

/* —— Connected Impact Network —— */
.founder-page .fa-section--impact {
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

.founder-page .fa-impact-header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 1.25rem;
}

.founder-page .fa-impact-header__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}

.founder-page .fa-impact-header__sub {
  margin: 0.65rem 0 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(14, 42, 56, 0.68);
  text-wrap: pretty;
}

.founder-page .fa-net {
  max-width: 34rem;
  margin: 0 auto;
}

.founder-page .fa-net__stage {
  position: relative;
  width: min(100%, 28rem);
  aspect-ratio: 400 / 420;
  margin: 0 auto;
}

.founder-page .fa-net__links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.founder-page .fa-net__line {
  stroke: url(#faNetGrad);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
  animation: fa-net-flow 2.8s linear infinite;
  opacity: 0.85;
  filter: drop-shadow(0 0 4px rgba(91, 191, 191, 0.45));
}

.founder-page .fa-net__line--cross {
  stroke-dasharray: 5 8;
  animation-duration: 3.4s;
  animation-direction: reverse;
  opacity: 0.7;
}

@keyframes fa-net-flow {
  to { stroke-dashoffset: -36; }
}

.founder-page .fa-net__node {
  position: absolute;
  width: clamp(5.5rem, 22vw, 6.75rem);
  height: clamp(5.5rem, 22vw, 6.75rem);
  margin: 0;
  padding: 0.55rem;
  border: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.98), transparent 42%),
    radial-gradient(circle at 50% 55%, #ffffff 0%, #f3fbfb 62%, #e7f6f6 100%);
  box-shadow:
    0 0 0 2px rgba(91, 191, 191, 0.35),
    0 0 18px rgba(91, 191, 191, 0.35),
    0 14px 28px -12px rgba(14, 42, 56, 0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  cursor: pointer;
  z-index: 2;
  transform: translate(-50%, -50%) scale(1);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.founder-page .fa-net__node--top {
  left: 50%;
  top: 17.1%;
}

.founder-page .fa-net__node--left {
  left: 19.5%;
  top: 50%;
}

.founder-page .fa-net__node--right {
  left: 80.5%;
  top: 50%;
}

.founder-page .fa-net__node--bottom {
  left: 50%;
  top: 82.9%;
}

.founder-page .fa-net__glow {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 191, 191, 0.35) 0%, transparent 68%);
  animation: fa-net-pulse 2.6s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

.founder-page .fa-net__node--right .fa-net__glow {
  background: radial-gradient(circle, rgba(244, 162, 97, 0.32) 0%, transparent 68%);
  animation-delay: 0.4s;
}

.founder-page .fa-net__node--left .fa-net__glow {
  animation-delay: 0.8s;
}

.founder-page .fa-net__node--bottom .fa-net__glow {
  background: radial-gradient(circle, rgba(142, 201, 196, 0.38) 0%, transparent 68%);
  animation-delay: 1.2s;
}

@keyframes fa-net-pulse {
  0%, 100% { transform: scale(0.92); opacity: 0.55; }
  50% { transform: scale(1.12); opacity: 1; }
}

.founder-page .fa-net__pct {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4vw, 1.7rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--teal);
}

.founder-page .fa-net__label {
  position: relative;
  font-size: clamp(0.62rem, 2vw, 0.72rem);
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  color: rgba(14, 42, 56, 0.72);
  max-width: 5.5rem;
}

.founder-page .fa-net__tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.75rem);
  transform: translateX(-50%) translateY(6px) scale(0.96);
  width: 12.5rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.8rem;
  background: #0e2a38;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
  z-index: 6;
  box-shadow: 0 14px 32px -12px rgba(14, 42, 56, 0.5);
}

.founder-page .fa-net__tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #0e2a38;
}

.founder-page .fa-net__node--top .fa-net__tip {
  bottom: auto;
  top: calc(100% + 0.75rem);
}

.founder-page .fa-net__node--top .fa-net__tip::after {
  top: auto;
  bottom: 100%;
  border-top-color: transparent;
  border-bottom-color: #0e2a38;
}

.founder-page .fa-net__node:hover,
.founder-page .fa-net__node:focus-visible {
  transform: translate(-50%, -50%) scale(1.18);
  z-index: 5;
  outline: none;
  box-shadow:
    0 0 0 3px rgba(91, 191, 191, 0.45),
    0 0 28px rgba(91, 191, 191, 0.55),
    0 20px 40px -14px rgba(14, 42, 56, 0.28);
}

.founder-page .fa-net__node:hover .fa-net__tip,
.founder-page .fa-net__node:focus-visible .fa-net__tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
}

@media (max-width: 479px) {
  .founder-page .fa-net__stage {
    width: min(100%, 22rem);
  }

  .founder-page .fa-net__node {
    width: 5rem;
    height: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .founder-page .fa-net__line,
  .founder-page .fa-net__glow {
    animation: none !important;
  }

  .founder-page .fa-net__line {
    stroke-dasharray: none;
  }

  .founder-page .fa-net__node:hover,
  .founder-page .fa-net__node:focus-visible {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

/* —— Story —— */
.founder-page .fa-story {
  text-align: center;
}

.founder-page .fa-story .eyebrow::before,
.founder-page .fa-story .eyebrow::after {
  display: none;
}

.founder-page .fa-story__quote {
  margin-top: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: 600;
  line-height: 1.28;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--ink);
}

.founder-page .fa-story__text {
  margin-top: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(14, 42, 56, 0.68);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.founder-page .fa-story__attrib {
  margin-top: 1.25rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(14, 42, 56, 0.45);
}

/* —— Publications —— */
.founder-page .fa-pubs {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .founder-page .fa-pubs {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

.founder-page .fa-pub {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.75rem;
  border-radius: 1.25rem;
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  border: 1px solid var(--glass-edge);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 12px 28px -20px rgba(14, 42, 56, 0.1);
  transition: transform 0.4s var(--ease-spring), border-color 0.35s ease, box-shadow 0.35s ease;
}

.founder-page .fa-pub:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 191, 191, 0.42);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 40px -18px rgba(91, 191, 191, 0.22);
}

.founder-page .fa-pub__num {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(91, 191, 191, 0.4);
}

.founder-page .fa-pub h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: var(--ink);
}

.founder-page .fa-pub p {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(14, 42, 56, 0.65);
}

.founder-page .fa-work-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: var(--block-gap);
}

.founder-page .fa-award {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(14, 42, 56, 0.08);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(14, 42, 56, 0.75);
  box-shadow: 0 8px 24px -16px rgba(14, 42, 56, 0.12);
}

.founder-page .fa-github-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(14, 42, 56, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.founder-page .fa-github-link:hover {
  color: var(--teal);
}

.founder-page .site-footer {
  position: relative;
  z-index: 10;
  margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
  .founder-page .fa-reveal {
    opacity: 1;
    transform: none;
  }

  .founder-page .fa-pub:hover {
    transform: none;
  }

  .founder-page .fa-split .fa-section-header {
    position: static;
  }
}
