@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Jost:wght@300;400;500&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.container { max-width: 960px; margin: 0 auto; padding: 0 32px; }
.narrow { max-width: 720px; margin: 0 auto; padding: 0 32px; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  border-bottom: 1px solid #e8e6e0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font-size: 13px;
  color: #6b6b6b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: #1a1a1a; }

.hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #0a1628;
}
.hero svg { width: 100%; height: 100%; display: block; }
.hero-overlay {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 40px;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: #f0ece4;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin-bottom: 14px;
}
.hero-rule { width: 48px; height: 1px; background: #8fa3b8; margin: 18px auto; }
.hero-sub {
  font-size: 14px;
  color: #8fa3b8;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 300;
}

.section { padding: 72px 40px; max-width: 760px; margin: 0 auto; }
.section-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 22px;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 22px;
}
.section-title.smaller { font-size: 28px; }
.section-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: #4a4a4a;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e8e6e0;
  border: 1px solid #e8e6e0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 44px;
}
.stat { background: #fff; padding: 28px 22px; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
.stat-desc {
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 8px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.founder-strip {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 28px;
  align-items: start;
  padding: 44px 40px;
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid #e8e6e0;
}
.avatar-sm {
  width: 80px; height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #1a2e4a;
  flex-shrink: 0;
}
.avatar-sm img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 4px;
}
.founder-role {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 14px;
}
.founder-bio {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: #4a4a4a;
}

.bio-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
  padding: 48px 40px;
  max-width: 760px;
  margin: 0 auto;
}
.bio-photo {
  width: 200px;
  height: 200px;
  border-radius: 6px;
  overflow: hidden;
  background: #1a2e4a;
}
.bio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bio-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 6px;
}
.bio-role {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 18px;
}
.bio-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: #4a4a4a;
}

.edu-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 40px 48px;
  max-width: 760px;
  margin: 0 auto;
}
.edu-card {
  background: #f7f5f0;
  border-radius: 6px;
  padding: 22px;
}
.edu-degree {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.edu-school {
  font-size: 13px;
  color: #6b6b6b;
  font-weight: 300;
  line-height: 1.5;
}

.contact-block {
  padding: 48px 40px;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.contact-item { margin: 28px 0; }
.contact-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b6b6b;
  margin-bottom: 8px;
}
.contact-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
}
.contact-value a:hover { text-decoration: underline; }
.contact-divider {
  border: none;
  border-top: 1px solid #e8e6e0;
  margin: 0;
}

.legal-block {
  padding: 48px 40px;
  max-width: 760px;
  margin: 0 auto;
}
.legal-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.95;
  color: #4a4a4a;
}
.legal-text p { margin-bottom: 1.5em; }

.divider {
  border: none;
  border-top: 1px solid #e8e6e0;
  margin: 0 40px;
}

.footer {
  border-top: 1px solid #e8e6e0;
  padding: 28px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: #6b6b6b;
}
.footer-copy {
  font-size: 11px;
  color: #6b6b6b;
  letter-spacing: 0.06em;
}

@media (max-width: 720px) {
  .nav { padding: 16px 24px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 12px; }
  .hero { height: 380px; }
  .hero-title { font-size: 38px; }
  .hero-sub { font-size: 12px; }
  .section { padding: 48px 24px; }
  .section-title { font-size: 26px; }
  .stat-row { grid-template-columns: 1fr; }
  .bio-grid { grid-template-columns: 1fr; gap: 24px; padding: 32px 24px; }
  .bio-photo { width: 160px; height: 160px; margin: 0 auto; }
  .edu-row { grid-template-columns: 1fr; padding: 0 24px 32px; }
  .founder-strip { grid-template-columns: 1fr; padding: 32px 24px; }
  .avatar-sm { margin: 0 auto; }
  .contact-block { padding: 32px 24px; }
  .legal-block { padding: 32px 24px; }
  .footer { padding: 20px 24px; flex-direction: column; gap: 10px; }
}
