  .fellow-altruists-wrapper {
    /* 20260522 Original version
    max-width: 1400px;
    margin: auto;
    padding: 50px 20px;
    font-family: Arial, Helvetica, sans-serif;
    */

    /* 20260522 - Reduce this from 1400px to match your design tokens */
    max-width: var(--artix-inner-max, 1180px); 
    margin: 0 auto; /* Keeps the entire block centered on the screen */
    padding: 50px 24px;
    font-family: var(--artix-font-body), Arial, sans-serif;
  }

  .page-header {
    text-align: center;
    margin-bottom: 60px;
  }

  /* 20260522 - Rmoved this since we are now using the artix-hero__eyebrow in custom.css on all pages */
  /*
  .page-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1b2b44;
  }
  */

  .intro-text {
    max-width: 950px;
    margin: auto;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
  }

  .leadership-grid {
    display: grid;
    /*20260522 - To make the image not hard code to 500 px, it otherwise cuts the card on mobile devices 
    Make that box flexible */
    /*grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); */
    grid-template-columns: repeat(auto-fit, minmax(min(500px, 100%), 1fr));
    gap: 40px;
  }

  .leader-card {
    display: flex;
    gap: 25px;
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
  }

  .leader-card:hover {
    transform: translateY(-4px);
  }

  .leader-image img {
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
  }

  .leader-content {
    flex: 1;
  }

  .leader-role {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .leader-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    color: #1f2f4d;
  }

  .education {
    margin-bottom: 18px;
    color: #444;
    line-height: 1.7;
  }

  .hallmark p {
    line-height: 1.8;
    color: #555;
  }

  @media (max-width: 768px) {

    .leader-card {
      flex-direction: column;
    }

    .leader-image img {
      width: 100%;
      height: auto;
    }

  }


  /* 20260522 - Added the following styles from meet-artix.css, since we would like to style everything based on our meet-artix page */

  /**
  * @file
  * Styles for the Meet Artix landing page.
  *
  * Aesthetic: Deep ocean luxury — midnight blue depths, teal luminescence,
  * antique gold accents. Cinematic editorial with warm human undertones.
  */

  /* ─────────────────────────────────────────────
    DESIGN TOKENS
  ───────────────────────────────────────────── */
  .artix-page-wrapper {
    /* 20260522 - Removing artix-bg-deep, to make the background look transparent
    --artix-bg-deep:      #060d1a; 
    */
    --artix-bg-mid:       #091528;
    --artix-bg-surface:   #0d2040;
    --artix-bg-card:      /*#0a1d38*/ #0a1d38a3;

    --artix-teal:         #2dd4bf;
    --artix-teal-dim:     #1a9b8a;
    --artix-teal-glow:    rgba(45, 212, 191, 0.15);
    --artix-gold:         #c9a84c;
    --artix-gold-dim:     #a07c30;
    --artix-gold-glow:    rgba(201, 168, 76, 0.12);

    --artix-text-primary: #e8f4f8;
    --artix-text-body:    #007bff;
    --artix-text-tagline: #e8f4f8;
    --artix-text-muted:   #607a90;
    --artix-text-accent:  #2dd4bf;

    --artix-border:       rgba(45, 212, 191, 0.18);
    --artix-border-gold:  rgba(201, 168, 76, 0.25);

    --artix-font-display: 'Cormorant Garamond', 'Didot', 'Palatino Linotype', Georgia, serif;
    --artix-font-body:    'Jost', 'DM Sans', 'Gill Sans', 'Trebuchet MS', sans-serif;
    --artix-font-label:   'Courier New', 'Courier', monospace;

    --artix-radius:       4px;
    --artix-radius-lg:    12px;

    --artix-section-pad:  clamp(40px, 01vw, 140px);
    --artix-inner-max:    1180px;
  }
  */

  /* ─────────────────────────────────────────────
    BASE RESET
  ───────────────────────────────────────────── */

  .artix-page-wrapper,
  .artix-page-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  .artix-page-wrapper {
    /* 20260522 - Removing artix-bg-deep, to make the background look transparent
    background-color: var(--artix-bg-deep);
    */
    color: var(--artix-text-body);
    font-family: var(--artix-font-body);
    font-size: 13px;
    line-height: 1.75;
    overflow-x: hidden;
  }

  /* ─────────────────────────────────────────────
    GOOGLE FONTS IMPORT
  ───────────────────────────────────────────── */
  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');

  /* ─────────────────────────────────────────────
    HERO SECTION
  ───────────────────────────────────────────── */
  .artix-hero {
    position: relative;
    /* 20260522 - Removed to reduce the height after we removed the poster type text
    min-height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* 20260522 - Removed to remove any background and have the text render on the main page background - which is our moves starts and network look and feel
    background:
      radial-gradient(ellipse 80% 60% at 60% 40%, rgba(13, 64, 100, 0.6) 0%, transparent 70%),
      radial-gradient(ellipse 60% 80% at 20% 80%, rgba(45, 212, 191, 0.08) 0%, transparent 60%),
      linear-gradient(160deg, #060d1a 0%, #0a1d38 50%, #060d1a 100%);
    */
  }

  .artix-hero__particles {
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(1px 1px at 10% 20%, rgba(45,212,191,0.5) 0%, transparent 100%),
      radial-gradient(1px 1px at 30% 70%, rgba(201,168,76,0.4) 0%, transparent 100%),
      radial-gradient(1.5px 1.5px at 55% 15%, rgba(45,212,191,0.3) 0%, transparent 100%),
      radial-gradient(1px 1px at 75% 55%, rgba(201,168,76,0.3) 0%, transparent 100%),
      radial-gradient(1px 1px at 90% 30%, rgba(45,212,191,0.4) 0%, transparent 100%),
      radial-gradient(1px 1px at 45% 85%, rgba(201,168,76,0.25) 0%, transparent 100%),
      radial-gradient(1.5px 1.5px at 20% 45%, rgba(45,212,191,0.2) 0%, transparent 100%),
      radial-gradient(1px 1px at 68% 78%, rgba(201,168,76,0.35) 0%, transparent 100%);
    pointer-events: none;
  }

  .artix-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      transparent 60%,
      var(--artix-bg-deep) 100%
    );
    pointer-events: none;
  }

  .artix-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 24px;
    max-width: 900px;
    animation: artix-fade-up 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .artix-hero__eyebrow {
    font-family: var(--artix-font-label);
    font-size: 20px;
    letter-spacing: 0.50em;
    text-transform: uppercase;
    color: var(--artix-teal);
    margin-bottom: 24px;
    opacity: 0.85;
  }


  .artix-hero__title {
    font-family: var(--artix-font-display);
    font-weight: 300;
    line-height: 0.9;
    margin-bottom: 32px;
  }

  .artix-hero__title-line {
    display: block;
    font-size: clamp(72px, 16vw, 180px);
    color: var(--artix-text-primary);
    letter-spacing: -0.02em;
  }

  .artix-hero__title-line--accent {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--artix-gold);
    background: linear-gradient(135deg, var(--artix-gold) 0%, var(--artix-teal) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .artix-hero__tagline {
    font-family: var(--artix-font-body);
    font-weight: 300;
    font-size: clamp(15px, 2vw, 18px);
    color: var(--artix-text-tagline);
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.8;
  }

  .artix-hero__cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .artix-hero__scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
    animation: artix-fade-up 1.6s cubic-bezier(0.16, 1, 0.3, 1) both 0.5s;
  }

  .artix-hero__scroll-line {
    display: block;
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--artix-teal), transparent);
    animation: artix-scroll-pulse 2s ease-in-out infinite;
  }

  .artix-hero__scroll-text {
    font-family: var(--artix-font-label);
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--artix-teal);
    opacity: 0.6;
  }

  /* ─────────────────────────────────────────────
    BUTTONS
  ───────────────────────────────────────────── */
  .artix-btn {
    display: inline-block;
    font-family: var(--artix-font-label);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: var(--artix-radius);
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
  }

  .artix-btn--primary {
    background: linear-gradient(135deg, var(--artix-gold) 0%, var(--artix-gold-dim) 100%);
    color: #0a0d12;
  }

  .artix-btn--primary:hover {
    background: linear-gradient(135deg, #e0bd6a 0%, var(--artix-gold) 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px var(--artix-gold-glow);
  }

  .artix-btn--outline {
    background: transparent;
    color: var(--artix-text-primary);
    border: 1px solid var(--artix-border);
  }

  .artix-btn--outline:hover {
    border-color: var(--artix-teal);
    color: var(--artix-teal);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px var(--artix-teal-glow);
  }

  .artix-btn--large {
    padding: 18px 48px;
    font-size: 15px;
  }

  /* ─────────────────────────────────────────────
    SECTION SHARED STYLES
  ───────────────────────────────────────────── */
  .artix-section {
    padding: var(--artix-section-pad) 24px;
  }

  .artix-section__inner {
    max-width: var(--artix-inner-max);
    margin: 0 auto;
  }

  .artix-section__label-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
  }

  .artix-section__number {
    font-family: var(--artix-font-label);
    font-size: 15px;
    color: var(--artix-gold);
    letter-spacing: 0.15em;
  }

  .artix-section__divider {
    display: block;
    flex: 0 0 48px;
    height: 1.5px;
    background: linear-gradient(to right, var(--artix-gold-dim), transparent);
  }

  .artix-section__label {
    font-family: var(--artix-font-label);
    font-size: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--artix-text-muted);
  }

  .artix-section__heading {
    font-family: var(--artix-font-display);
    font-weight: 300;
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.05;
    color: var(--artix-text-primary);
    margin-bottom: 48px;
  }

  .artix-section__heading em {
    font-style: italic;
    color: var(--artix-teal);
  }

  .artix-section__heading--center {
    text-align: center;
  }

  /* ─────────────────────────────────────────────
    WHAT IS ARTIX SECTION
  ───────────────────────────────────────────── */
  .artix-section--what {
    background:
      radial-gradient(ellipse 50% 60% at 90% 50%, rgba(45, 212, 191, 0.05) 0%, transparent 60%),
      var(--artix-bg-deep);
    padding-top: 100px;
  }

  .artix-what__layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
  }

  .artix-what__headline-col .artix-section__heading {
    position: sticky;
    top: 80px;
  }

  /* ─────────────────────────────────────────────
    BODY TEXT
  ───────────────────────────────────────────── */
  .artix-body {
    font-family: var(--artix-font-body);
    font-weight: 300;
    font-size: clamp(15px, 1.5vw, 17px);
    color: var(--artix-text-body);
    line-height: 1.85;
    margin-bottom: 24px;
  }

  .artix-body--lead {
    font-size: clamp(17px, 2vw, 20px);
    color: var(--artix-text-primary);
    font-weight: 400;
    line-height: 1.7;
  }

  .artix-body--center {
    text-align: center;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .artix-body--muted {
    color: var(--artix-text-muted);
    font-size: 15px;
  }

  /* ─────────────────────────────────────────────
    BLOCKQUOTE
  ───────────────────────────────────────────── */
  .artix-blockquote {
    font-family: var(--artix-font-display);
    font-style: italic;
    font-size: clamp(18px, 2.5vw, 24px);
    color: var(--artix-text-primary);
    border-left: 2px solid var(--artix-gold);
    padding: 24px 32px;
    margin: 40px 0;
    background: linear-gradient(90deg, var(--artix-gold-glow), transparent);
    border-radius: 0 var(--artix-radius) var(--artix-radius) 0;
    line-height: 1.6;
  }

  /* ─────────────────────────────────────────────
    TICKER / DIVIDER
  ───────────────────────────────────────────── */
  .artix-ticker {
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid var(--artix-border);
    border-bottom: 1px solid var(--artix-border);
    background: var(--artix-bg-mid);
  }

  .artix-ticker__track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    animation: artix-ticker 30s linear infinite;
    font-family: var(--artix-font-label);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--artix-text-muted);
  }

  .artix-ticker__dot {
    color: var(--artix-gold);
    opacity: 0.7;
  }

  /* ─────────────────────────────────────────────
    ROADMAP SECTION
  ───────────────────────────────────────────── */
  .artix-section--roadmap {
    background:
      radial-gradient(ellipse 70% 50% at 20% 80%, rgba(45, 212, 191, 0.04) 0%, transparent 60%),
      radial-gradient(ellipse 60% 60% at 80% 20%, rgba(201, 168, 76, 0.04) 0%, transparent 60%),
      var(--artix-bg-deep);
    padding-top: 160px;
  }

  .artix-experiments {
    margin-top: 72px;
  }

  .artix-experiments__title {
    font-family: var(--artix-font-label);
    font-size: 15px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--artix-teal);
    margin-bottom: 40px;
    text-align: center;
    opacity: 0.85;
  }

  .artix-experiments__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .artix-experiment-card {
    background: var(--artix-bg-card);
    border: 1px solid var(--artix-border);
    border-radius: var(--artix-radius-lg);
    padding: 40px 32px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .artix-experiment-card:hover {
    transform: translateY(-6px);
    border-color: rgba(45, 212, 191, 0.4);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--artix-teal-glow);
  }

  .artix-experiment-card__icon {
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
    filter: saturate(0.8);
  }

  .artix-experiment-card__title {
    font-family: var(--artix-font-display);
    font-weight: 500;
    font-size: clamp(20px, 2vw, 24px);
    color: var(--artix-text-primary);
    margin-bottom: 16px;
    line-height: 1.2;
  }

  .artix-experiment-card__body {
    font-family: var(--artix-font-body);
    font-weight: 300;
    font-size: 14px;
    color: var(--artix-text-body);
    line-height: 1.8;
  }

  .artix-roadmap-note {
    margin-top: 64px;
    padding: 40px;
    border: 1px solid var(--artix-border-gold);
    border-radius: var(--artix-radius-lg);
    background: var(--artix-gold-glow);
    position: relative;
  }

  .artix-roadmap-note::before {
    content: '—';
    position: absolute;
    top: -12px;
    left: 40px;
    background: var(--artix-bg-deep);
    padding: 0 12px;
    font-family: var(--artix-font-display);
    color: var(--artix-gold);
    font-size: 24px;
  }

  /* ─────────────────────────────────────────────
    CTA SECTION
  ───────────────────────────────────────────── */
  .artix-cta-section {
    padding: var(--artix-section-pad) 24px;
    text-align: center;
    background:
      radial-gradient(ellipse 80% 80% at 50% 50%, rgba(13, 64, 100, 0.5) 0%, transparent 70%),
      linear-gradient(180deg, var(--artix-bg-deep) 0%, #030810 100%);
    border-top: 1px solid var(--artix-border);
  }

  .artix-cta-section__inner {
    max-width: 700px;
    margin: 0 auto;
  }

  .artix-cta-section__eyebrow {
    font-family: var(--artix-font-label);
    font-size: 15px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--artix-teal);
    margin-bottom: 24px;
    opacity: 0.85;
  }

  .artix-cta-section__heading {
    font-family: var(--artix-font-display);
    font-weight: 300;
    font-size: clamp(36px, 6vw, 64px);
    color: var(--artix-text-primary);
    line-height: 1.1;
    margin-bottom: 40px;
  }

  .artix-cta-section__heading em {
    font-style: italic;
    color: var(--artix-gold);
  }

  /* ─────────────────────────────────────────────
    ANIMATIONS
  ───────────────────────────────────────────── */
  @keyframes artix-fade-up {
    from {
      opacity: 0;
      transform: translateY(32px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes artix-scroll-pulse {
    0%, 100% { opacity: 0.4; transform: scaleY(1); }
    50%       { opacity: 1;   transform: scaleY(1.15); }
  }

  @keyframes artix-ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ─────────────────────────────────────────────
    SCROLL REVEAL (JS-driven)
  ───────────────────────────────────────────── */
  .artix-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .artix-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ─────────────────────────────────────────────
    RESPONSIVE
  ───────────────────────────────────────────── */
  @media (max-width: 960px) {
    .artix-what__layout {
      grid-template-columns: 1fr;
      gap: 40px;
    }

    .artix-what__headline-col .artix-section__heading {
      position: static;
    }

    .artix-experiments__grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 600px) {
    .artix-hero__title-line {
      font-size: clamp(56px, 20vw, 100px);
    }

    .artix-experiment-card {
      padding: 28px 20px;
    }

    .artix-roadmap-note {
      padding: 28px 20px;
    }
  }

  /* 20260523 - Added following code to make the card in two table columns and making second column have width 1.5 times the first column */
