/* Founder page. Shared navigation and footer remain owned by global.css. */

body {
  --founder-ink: #142230;
  --founder-heading: #102132;
  --founder-muted: rgba(16, 33, 50, 0.72);
  --founder-accent: #1f6f7a;
  --founder-border: rgba(16, 33, 50, 0.11);
  --founder-surface: rgba(255, 255, 255, 0.84);
  --founder-radius: 18px;
  --founder-shadow: 0 14px 34px rgba(12, 32, 62, 0.065);

  background:
    radial-gradient(circle at 88% 4%, rgba(31, 111, 122, 0.09), transparent 26rem),
    linear-gradient(180deg, #f6f9fb 0%, #eef3f6 56%, #f7f9fb 100%);
  color: var(--founder-ink);
}

.founder-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 18px 56px;
  box-sizing: border-box;
}

.founder-breadcrumb {
  display: flex;
  gap: 9px;
  align-items: center;
  padding-top: 24px;
  color: var(--founder-muted);
  font-size: 13px;
}

.founder-breadcrumb a {
  color: #176375;
  text-decoration: none;
}

.founder-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.founder-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 350px);
  gap: clamp(34px, 7vw, 76px);
  align-items: center;
  padding: 34px 0 46px;
  border-bottom: 1px solid var(--founder-border);
}

.founder-kicker,
.founder-section-label {
  margin: 0 0 10px;
  color: var(--founder-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.founder-hero h1 {
  margin: 0;
  color: var(--founder-heading);
  font-size: clamp(2.5rem, 6vw, 4.4rem);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.founder-hero__statement {
  max-width: 22ch;
  margin: 20px 0 0;
  color: rgba(16, 33, 50, 0.92);
  font-size: clamp(1.24rem, 2.2vw, 1.65rem);
  line-height: 1.42;
}

.founder-hero__intro {
  max-width: 62ch;
  margin: 20px 0 0;
  color: var(--founder-muted);
  line-height: 1.72;
}

.founder-portrait {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 48, 78, 0.14);
  border-radius: 4px;
  background: #d9dcdd;
  box-shadow: 0 18px 40px rgba(12, 32, 62, 0.12);
}

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

.founder-panel {
  margin: 34px 0 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--founder-border);
  border-radius: var(--founder-radius);
  background: var(--founder-surface);
  box-shadow: var(--founder-shadow);
}

.founder-panel h2,
.founder-section h2,
.founder-measure h2,
.founder-conversation h2 {
  margin: 0 0 16px;
  color: var(--founder-heading);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.25;
}

.founder-panel > p:not(.founder-section-label),
.founder-section > p:not(.founder-section-label, .founder-principle),
.founder-measure > div > p:not(.founder-section-label),
.founder-conversation p:not(.founder-section-label) {
  max-width: 84ch;
  margin: 0 0 14px;
  color: rgba(16, 33, 50, 0.80);
  line-height: 1.74;
}

.founder-panel > p:last-child,
.founder-section > p:last-child,
.founder-conversation p:last-child {
  margin-bottom: 0;
}

.founder-signals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 24px 0;
  border-top: 1px solid var(--founder-border);
  border-bottom: 1px solid var(--founder-border);
}

.founder-signals p {
  margin: 0;
  padding: 18px 20px;
  color: var(--founder-heading);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.4;
  text-align: center;
}

.founder-signals p + p {
  border-left: 1px solid var(--founder-border);
}

.founder-narrative {
  max-width: 900px;
  margin: 0 auto;
}

.founder-section {
  position: relative;
  padding: 54px 32px 50px 52px;
  border-bottom: 1px solid var(--founder-border);
}

.founder-section::before {
  content: "";
  position: absolute;
  top: 59px;
  left: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(31, 111, 122, 0.52);
  border-radius: 50%;
  background: #f1f5f7;
}

.founder-questions {
  margin: 22px 0;
  padding: 18px 22px;
  border-left: 2px solid rgba(31, 111, 122, 0.38);
  background: rgba(255, 255, 255, 0.48);
}

.founder-questions p {
  margin: 0 0 8px;
  color: rgba(16, 33, 50, 0.87);
  line-height: 1.58;
}

.founder-questions p:last-child {
  margin-bottom: 0;
}

.founder-principle {
  margin: 24px 0 0;
  color: var(--founder-heading);
  font-size: 1.12rem;
  font-weight: 650;
  line-height: 1.52;
}

.founder-measure {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 64px);
  align-items: center;
  margin: 44px 0 0;
  padding: clamp(28px, 5vw, 48px);
  border-radius: var(--founder-radius);
  background: #142635;
  color: #fff;
}

.founder-measure .founder-section-label {
  color: #71bec3;
}

.founder-measure h2,
.founder-measure > div > p:not(.founder-section-label) {
  color: #fff;
}

.founder-measure > div > p:not(.founder-section-label) {
  opacity: 0.75;
}

.founder-measure blockquote {
  margin: 0;
  padding: 4px 0 4px 28px;
  border-left: 2px solid #4aa2aa;
}

.founder-measure blockquote p {
  margin: 0 0 13px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.3;
}

.founder-measure blockquote footer {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.58;
}

.founder-conversation {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 0;
  padding: 28px 30px;
  border: 1px solid var(--founder-border);
  border-radius: var(--founder-radius);
  background: rgba(255, 255, 255, 0.72);
}

.founder-conversation > div {
  max-width: 760px;
}

.founder-conversation > a {
  flex: none;
  padding: 11px 15px;
  border: 1px solid rgba(31, 111, 122, 0.25);
  border-radius: 12px;
  background: #fff;
  color: #0c5f87;
  font-weight: 700;
  text-decoration: none;
}

.founder-conversation > a:hover {
  border-color: rgba(31, 111, 122, 0.42);
  background: #f8fbfc;
}

@media (max-width: 760px) {
  .founder-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 26px;
  }

  .founder-portrait {
    order: -1;
    width: min(100%, 310px);
    margin: 0 auto;
  }

  .founder-signals,
  .founder-measure {
    grid-template-columns: 1fr;
  }

  .founder-signals p + p {
    border-top: 1px solid var(--founder-border);
    border-left: 0;
  }

  .founder-section {
    padding: 42px 10px 40px 30px;
  }

  .founder-section::before {
    top: 47px;
    left: 4px;
  }

  .founder-conversation {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .founder-wrap {
    padding-right: 14px;
    padding-left: 14px;
  }

  .founder-panel,
  .founder-measure,
  .founder-conversation {
    padding: 22px;
    border-radius: 14px;
  }

  .founder-questions {
    padding: 16px;
  }
}
