.leadership {
    max-width: 980px;
    margin: 0 auto;
    animation: fadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .lead-hero {
    margin-bottom: 1.75rem;
  }

  .eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-bright);
    margin-bottom: 0.65rem;
  }

  .eyebrow.light {
    color: #7ec4ff;
  }

  .lead-copy h1 {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.02;
    color: var(--ink);
    margin-bottom: 0.45rem;
  }

  .role {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand);
    margin: 0;
  }

  .intro-split {
    display: grid;
    grid-template-columns: 1.2fr minmax(220px, 0.9fr);
    gap: clamp(1.5rem, 4vw, 2.75rem);
    align-items: center;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  }

  .lead-photo {
    margin: 0;
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    background: #1a2330;
    box-shadow: 0 16px 40px rgba(11, 31, 51, 0.12);
    aspect-ratio: 3 / 4;
    max-height: 460px;
    justify-self: end;
    width: 100%;
  }

  .lead-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, transparent 70%, rgba(6, 17, 31, 0.5));
  }

  .lead-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 20%;
    display: block;
  }

  .lead-photo figcaption {
    position: absolute;
    left: 1rem;
    bottom: 0.9rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  .intro-prose {
    margin-bottom: 0;
  }

  .pull-quote {
    margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1.4rem, 3vw, 2.25rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, #0b1f33 0%, #16304a 100%);
    color: white;
    position: relative;
    overflow: hidden;
  }

  .pull-quote::before {
    content: '“';
    position: absolute;
    top: -0.35rem;
    left: 1rem;
    font-family: var(--font-display);
    font-size: 5rem;
    line-height: 1;
    color: rgba(65, 160, 255, 0.35);
    pointer-events: none;
  }

  .pull-quote p {
    position: relative;
    font-size: clamp(1.15rem, 2.4vw, 1.4rem);
    line-height: 1.45;
    font-weight: 500;
    letter-spacing: -0.015em;
    max-width: 42ch;
  }

  .prose {
    max-width: 42rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  }

  .prose h2 {
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 3vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-bottom: 1rem;
    color: var(--ink);
  }

  .prose p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 1rem;
  }

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

  .vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  }

  .vision-card {
    padding: 1.35rem 1.4rem;
    border-radius: 1.35rem;
    background: var(--island-soft);
    border: 1px solid var(--line);
  }

  .vision-card.accent {
    background: linear-gradient(160deg, rgba(65, 160, 255, 0.12), rgba(0, 105, 179, 0.06));
    border-color: rgba(65, 160, 255, 0.28);
  }

  .vision-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand);
    margin-bottom: 0.55rem;
  }

  .vision-card h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.55rem;
    color: var(--ink);
  }

  .vision-card p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--muted);
  }

  .ai-band {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    padding: clamp(1.6rem, 3.5vw, 2.4rem);
    border-radius: var(--radius-lg);
    background: linear-gradient(145deg, #06111f 0%, #0c2740 100%);
    color: white;
    margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  }

  .ai-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 1.95rem);
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1rem;
  }

  .ai-copy p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin-bottom: 0.9rem;
    font-size: 1rem;
  }

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

  .ai-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-self: center;
  }

  .ai-points li {
    padding: 1rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ai-points strong {
    display: block;
    font-size: 0.92rem;
    margin-bottom: 0.25rem;
    letter-spacing: -0.01em;
  }

  .ai-points span {
    font-size: 0.86rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.68);
  }

  .closing {
    padding: clamp(1.6rem, 3.5vw, 2.25rem);
    border-radius: var(--radius-lg);
    background: var(--island-soft);
    border: 1px solid var(--line);
  }

  .closing-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand-bright);
    margin-bottom: 0.45rem;
  }

  .closing h2 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    letter-spacing: -0.025em;
    margin-bottom: 0.55rem;
    color: var(--ink);
  }

  .closing > p {
    color: var(--muted);
    margin-bottom: 1.35rem;
    max-width: 40ch;
    line-height: 1.55;
  }

  .closing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
  }

  .btn-primary,
  .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .btn-primary {
    background: var(--ink);
    color: white;
  }

  .btn-primary:hover {
    background: var(--brand);
    transform: translateY(-1px);
  }

  .btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1px solid var(--line);
  }

  .btn-ghost:hover {
    border-color: var(--brand-bright);
    color: var(--brand);
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 860px) {
    .ai-band,
    .vision-grid,
    .intro-split {
      grid-template-columns: 1fr;
    }

    .lead-photo {
      max-width: 320px;
      max-height: none;
      justify-self: center;
    }
  }
