.about-hero{
  position:relative;
  min-height:78vh;
  padding:clamp(96px,8vw,100px) 0;
  background:linear-gradient(to right,#001351,#003f7c);
  color:#fff;
  overflow:hidden
}

.about-hero__canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none
}

.about-shell{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  gap:clamp(28px,4vw,44px)
}

.about-intro{
  max-width:900px;
  margin:0 auto;
  padding:clamp(28px,3vw,36px);
  border-radius:20px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  backdrop-filter:blur(10px);
  text-align:center;
  display:grid;
  gap:16px;
  justify-items:center
}

.about-title{
  font-size:clamp(44px,5vw,64px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.03em;
  margin:0
}

.about-lede{
  max-width:60ch;
  line-height:1.7;
  font-weight:600;
  color:rgba(255,255,255,.85);
  margin:0
}

.about-pillRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center
}

.about-pill{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  font-weight:800;
  font-size:13px
}

.about-content{
  width:min(960px,100%);
  margin:0 auto;
  background:#fff;
  color:#0b1f3a;
  border-radius:22px;
  padding:clamp(28px,4vw,40px);
  box-shadow:0 26px 70px rgba(0,0,0,.25);
  display:grid;
  gap:28px
}

.about-sectionHeader{
  max-width:72ch
}

.about-h2{
  margin:0 0 8px;
  font-size:26px;
  font-weight:900;
  letter-spacing:-.02em
}

.about-sub{
  margin:0;
  color:rgba(11,31,58,.65);
  line-height:1.7
}

.about-featureGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px
}

.about-feature{
  padding:16px;
  border-radius:16px;
  background:rgba(11,31,58,.04);
  border:1px solid rgba(11,31,58,.08)
}

.about-h3{
  margin:0 0 8px;
  font-size:17px;
  font-weight:900
}

.about-p{
  margin:0;
  line-height:1.7;
  color:rgba(11,31,58,.8)
}

.about-split{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:20px;
  align-items:start
}

.about-steps{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
  line-height:1.7;
  color:rgba(11,31,58,.8)
}

.about-callout{
  padding:18px;
  border-radius:18px;
  background:rgba(48,193,237,.12);
  border:1px solid rgba(48,193,237,.28)
}

.about-cta{
  margin-top:14px;
  display:inline-block;
  font-weight:900;
  text-decoration:none;
  color:#002872
}

.about-cta:hover{
  text-decoration:underline
}

.about-origin{
  max-width:72ch
}

@media(max-width:900px){
  .about-featureGrid{
    grid-template-columns:1fr
  }
  .about-split{
    grid-template-columns:1fr
  }
}

.about-intro{
  max-width:900px;
  margin:0 auto;
  padding:clamp(26px,3vw,34px);
  border-radius:20px;
  background:rgba(0,0,0,.28);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  backdrop-filter:blur(10px);
  text-align:center;
  display:grid;
  justify-items:center
}

.about-bio{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:clamp(18px,3vw,28px);
  align-items:start
}

.about-bio__img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:18px;
  border:1px solid rgba(11,31,58,.10);
  box-shadow:0 18px 50px rgba(0,0,0,.18)
}

.about-bio__body{
  display:grid;
  gap:14px
}

.about-bio__ctaRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:6px
}

.about-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:40px;
  padding:0 16px;
  border-radius:999px;
  background:#002872;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  border:1px solid #002872;
  transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease,color 160ms ease,border-color 160ms ease
}

.about-cta:hover{
  transform:translateY(-1px)
}

.about-cta--ghost{
  background:transparent;
  color:#002872
}

@media(max-width:900px){
  .about-bio{
    grid-template-columns:1fr
  }
  .about-bio__media{
    position:relative;
    top:auto;
    max-width:420px
  }
  .about-bio__img{
    aspect-ratio:16/12
  }
}
