:root {
  color-scheme: light;
  --ink: #10213a;
  --muted: #5e6b7d;
  --blue: #1769d2;
  --blue-dark: #0d3f8f;
  --sky: #eaf4ff;
  --line: #dce7f4;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(20, 68, 126, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 92% 4%, rgba(71, 167, 255, 0.18), transparent 28rem),
    linear-gradient(180deg, #f8fbff 0, #ffffff 38rem);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: var(--blue-dark);
}

a:hover {
  color: var(--blue);
}

.site-header {
  border-bottom: 1px solid rgba(220, 231, 244, 0.82);
  background: rgba(255, 255, 255, 0.9);
}

.header-inner,
.page-shell,
.footer-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  color: #33445c;
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav .nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
}

.site-nav .nav-cta {
  padding: 9px 17px;
}

.site-nav .nav-cta:hover,
.button:hover {
  background: var(--blue-dark);
  color: var(--white);
}

.page-shell {
  padding: 78px 0 88px;
}

.hero {
  max-width: 850px;
}

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: clamp(36px, 6vw, 76px);
}

.profile-portrait {
  margin: 0;
}

.profile-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(220, 231, 244, 0.9);
  border-radius: 30px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.profile-portrait figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.84rem;
  text-align: center;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  line-height: 1.12;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 5.25rem);
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.lead {
  max-width: 810px;
  margin: 26px 0 0;
  color: #42536b;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.button {
  min-height: 48px;
  padding: 11px 22px;
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: #b7cde6;
  background: var(--sky);
  color: var(--blue-dark);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.75fr);
  gap: 34px;
  margin-top: 68px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.story-card {
  padding: clamp(28px, 5vw, 52px);
}

.story-card p {
  margin: 0 0 19px;
  color: #394b63;
  font-size: 1.05rem;
}

.story-card p:last-child {
  margin-bottom: 0;
}

.fact-card {
  align-self: start;
  padding: 28px;
  background: linear-gradient(155deg, #0e4da8, #1769d2);
  color: var(--white);
}

.fact-card h2 {
  font-size: 1.4rem;
}

.facts {
  margin: 0;
}

.facts div {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.facts dt {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.facts dd {
  margin: 3px 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.fact-card a {
  color: var(--white);
}

.feature-section {
  margin-top: 34px;
  padding: clamp(28px, 5vw, 48px);
}

.mission-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 64px);
  margin-top: 34px;
  padding: clamp(28px, 5vw, 48px);
  background:
    radial-gradient(circle at 95% 10%, rgba(71, 167, 255, 0.18), transparent 18rem),
    #ffffff;
}

.mission-section h2 {
  margin-bottom: 0;
}

.mission-copy p {
  margin: 0 0 16px;
  color: #394b63;
  font-size: 1.05rem;
}

.mission-copy p:last-child {
  margin-bottom: 0;
}

.feature-section p {
  max-width: 780px;
  color: #465770;
}

.feature-intro {
  margin: -6px 0 28px;
  font-size: 1.05rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-item {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #f8fbff;
}

.feature-item h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.feature-item h3 a {
  color: var(--ink);
  text-decoration-color: rgba(23, 105, 210, 0.32);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.feature-item h3 a:hover {
  color: var(--blue-dark);
  text-decoration-color: var(--blue);
}

.feature-item p {
  margin: 0;
  font-size: 0.96rem;
}

.feature-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.founder-summary {
  display: grid;
  grid-template-columns: minmax(190px, 0.52fr) minmax(0, 1.48fr);
  align-items: center;
  gap: clamp(28px, 5vw, 58px);
  margin-top: 34px;
  padding: clamp(24px, 4vw, 42px);
}

.founder-summary img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 22px;
  object-fit: cover;
}

.founder-summary p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: #394b63;
  font-size: 1.05rem;
}

.compact-actions {
  margin-top: 24px;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.profile-links a {
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #f7faff;
}

.footer-inner {
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer-inner p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a {
  font-weight: 650;
  text-decoration: none;
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 68px;
  }

  .site-nav a:not(.nav-cta) {
    display: none;
  }

  .page-shell {
    padding: 55px 0 64px;
  }

  .content-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .profile-hero {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .profile-portrait {
    width: min(100%, 420px);
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid.three-up,
  .mission-section,
  .founder-summary {
    grid-template-columns: 1fr;
  }

  .founder-summary img {
    width: min(100%, 320px);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px 0;
  }
}
