.page-hero {
  padding: 160px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(30,95,168,0.1) 0%, transparent 70%);
}
.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero-content { position: relative; z-index: 2; max-width: 680px; }
.page-hero h1 { margin-bottom: 20px; letter-spacing: -0.02em; }
.page-hero .sub { font-size: 1.1rem; color: var(--text-muted); }

/* ── Bio Section ── */
.bio-section { padding: 80px 0; }

.bio-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 72px;
  align-items: start;
}

.bio-sidebar { position: sticky; top: 100px; }

.bio-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy-mid);
  border: 1px solid var(--border);
  margin-bottom: 28px;
  position: relative;
}
.bio-photo-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--navy-mid) 0%, var(--navy-light) 100%);
}
/* Monogram placeholder */
.bio-monogram {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 700;
  color: var(--blue);
  opacity: 0.5;
}

.bio-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bio-detail-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.bio-detail-item .d-label {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--grey-dark);
  font-family: var(--font-display);
}
.bio-detail-item .d-value {
  font-size: 0.88rem;
  color: var(--text-body);
}

.bio-links {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.bio-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  padding: 8px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--transition), color var(--transition);
}
.bio-link:hover { border-color: var(--border-blue); color: var(--white); }
.bio-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Bio content */
.bio-content { }

.bio-content h2 { margin-bottom: 8px; }
.bio-content .title {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--steel);
  margin-bottom: 28px;
  letter-spacing: 0.04em;
}

.bio-body p {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  line-height: 1.75;
}
.bio-body p strong { color: var(--white); font-weight: 500; }

.quote-block {
  border-left: 3px solid var(--blue);
  padding: 20px 28px;
  margin: 32px 0;
  background: var(--navy-mid);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.quote-block p {
  font-size: 1.05rem;
  color: var(--off-white);
  font-style: italic;
  margin: 0;
  line-height: 1.65;
}

/* ── Credentials ── */
.cred-section {
  background: var(--navy-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 72px 0;
}

.cred-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.cred-card {
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color var(--transition), transform var(--transition);
}
.cred-card:hover {
  border-color: var(--border-blue);
  transform: translateY(-3px);
}
.cred-icon {
  width: 40px; height: 40px;
  background: rgba(30,95,168,0.12);
  border: 1px solid rgba(30,95,168,0.25);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.cred-icon svg { width: 20px; height: 20px; stroke: var(--blue-light); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cred-card h4 { font-size: 0.95rem; margin-bottom: 6px; }
.cred-card p { font-size: 0.82rem; color: var(--text-muted); }

/* ── Skills ── */
.skills-section { padding: 72px 0; }

.skill-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.skill-group h4 {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}

.skill-pill {
  display: inline-flex;
  margin: 4px 4px 4px 0;
  font-size: 0.8rem;
  font-family: var(--font-display);
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 3px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-muted);
  transition: border-color var(--transition), color var(--transition);
}
.skill-pill:hover { border-color: var(--border-blue); color: var(--white); }

/* ── Why section ── */
.why-section {
  background: var(--navy-mid);
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.why-inner {
  max-width: 760px;
}

@media (max-width: 900px) {
  .bio-inner { grid-template-columns: 1fr; gap: 40px; }
  .bio-sidebar { position: static; }
  .bio-photo { max-width: 200px; }
  .cred-grid, .skill-groups { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .cred-grid, .skill-groups { grid-template-columns: 1fr; }
}
