:root{
  color-scheme:light;
  --ink:#07111f;
  --muted:#637184;
  --line:#cbd8e7;
  --paper:#f7fbff;
  --wash:#eaf2fb;
  --navy:#08284a;
  --navy-soft:#103b67;
  --blue:#0f63b6;
  --sky:#8ec5ff;
}
*{box-sizing:border-box}
html{background:var(--paper)}
body{
  margin:0;
  background:
    linear-gradient(90deg,rgba(15,99,182,.07) 1px,transparent 1px) 0 0/80px 80px,
    linear-gradient(180deg,#f7fbff 0%,#eaf2fb 56%,#f8fbff 100%);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  letter-spacing:0;
}
img{display:block;max-width:100%}
a{color:inherit}
.site-header{
  max-width:1440px;
  margin:0 auto;
  height:76px;
  padding:0 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{
  font-size:22px;
  font-weight:950;
  text-decoration:none;
}
.site-header span{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}
main{
  max-width:1440px;
  margin:0 auto;
  padding:0 34px 72px;
}
.hero{
  min-height:auto;
  display:grid;
  grid-template-rows:auto 1fr;
  gap:26px;
  padding-bottom:34px;
}
.hero-top{
  padding-top:30px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:34px;
  align-items:end;
}
.eyebrow{
  margin:0;
  color:var(--blue);
  font-size:12px;
  font-weight:950;
  line-height:1.15;
  text-transform:uppercase;
}
.hero-title{max-width:830px}
h1,h2,h3,p{letter-spacing:0}
h1{
  margin:0;
  font-size:clamp(58px,7.8vw,112px);
  line-height:.9;
  font-weight:950;
}
.tagline{
  max-width:760px;
  margin:18px 0 0;
  color:#10263f;
  font-size:clamp(28px,3.1vw,48px);
  line-height:1.04;
  font-weight:900;
}
.hero-points{
  display:grid;
  gap:12px;
  padding-bottom:10px;
}
.hero-points p{
  margin:0;
  padding:14px 0;
  color:#18324f;
  font-size:16px;
  font-weight:850;
  line-height:1.28;
  border-top:1px solid var(--line);
}
.hero-points p:last-child{border-bottom:1px solid var(--line)}
.hero-stage{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:18px;
  align-items:stretch;
  min-height:490px;
}
.hero-image{
  margin:0;
  min-height:490px;
  overflow:hidden;
  background:#d9e8f7;
  border:1px solid rgba(8,40,74,.14);
  box-shadow:0 40px 90px rgba(8,40,74,.18);
}
.hero-image img,.hero-image video{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 40%;
  filter:saturate(.98) contrast(1.05);
}
.hero-image video{
  background:#d9e8f7;
}
.hero-card{
  margin:0;
  background:var(--navy);
  color:#f8fbf4;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.hero-card p{
  margin:0;
  font-size:23px;
  line-height:1.22;
  font-weight:780;
}
dl{margin:60px 0 0}
.hero-card div{
  padding:18px 0;
  border-top:1px solid rgba(248,251,244,.2);
}
dt{
  margin:0 0 7px;
  color:#a9d4ff;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
dd{
  margin:0;
  font-size:15px;
  line-height:1.35;
}
.marquee{
  margin:10px 0 82px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border-top:1px solid var(--ink);
  border-bottom:1px solid var(--ink);
}
.marquee span{
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  text-align:center;
  color:#13283f;
  font-size:14px;
  font-weight:900;
  border-left:1px solid var(--line);
}
.marquee span:first-child{border-left:0}
.intro{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:34px;
  margin-bottom:24px;
}
.intro h2{
  max-width:900px;
  margin:0;
  font-size:clamp(42px,5.8vw,86px);
  line-height:.95;
  font-weight:950;
}
.intro p:not(.eyebrow),.research-note p:last-child{
  max-width:720px;
  margin:22px 0 0;
  color:#536277;
  font-size:21px;
  line-height:1.46;
}
.workflow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin:0 0 86px;
  background:var(--ink);
  border:1px solid var(--ink);
}
.workflow article{
  min-height:330px;
  padding:28px;
  background:rgba(251,251,246,.96);
  display:flex;
  flex-direction:column;
}
.workflow span{
  color:var(--blue);
  font-size:13px;
  font-weight:950;
}
.workflow h3{
  margin:auto 0 14px;
  font-size:42px;
  line-height:1;
}
.workflow p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.48;
}
.research-note{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:34px;
  padding:36px 0 28px;
  border-top:1px solid var(--ink);
}
.research-note p:last-child{
  margin:0;
  max-width:920px;
  font-size:31px;
  line-height:1.18;
  font-weight:850;
  color:var(--ink);
}
footer{
  max-width:1440px;
  margin:0 auto;
  padding:30px 34px 38px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:var(--muted);
  font-size:14px;
}
footer span:first-child{
  color:var(--ink);
  font-weight:950;
}
@media(max-width:980px){
  .hero-top,.intro,.research-note{grid-template-columns:1fr}
  .hero-stage{grid-template-columns:1fr}
  .hero-card{min-height:340px}
  .marquee{grid-template-columns:1fr 1fr}
  .marquee span:last-child{grid-column:1/-1}
  .workflow{grid-template-columns:1fr}
  .workflow article{min-height:240px}
}
@media(max-width:620px){
  .site-header{height:64px;padding:0 18px}
  .site-header span{display:none}
  main{padding:0 14px 48px}
  .hero{min-height:0}
  .hero-top{padding-top:22px}
  h1{font-size:58px;line-height:.9}
  .tagline{font-size:29px}
  .hero-stage{min-height:0}
  .hero-image{min-height:330px}
  .hero-card{padding:22px;min-height:0}
  .hero-card p{font-size:20px}
  dl{margin-top:34px}
  .marquee{margin-bottom:54px}
  .marquee span{min-height:68px}
  .intro h2{font-size:38px}
  .intro p:not(.eyebrow){font-size:18px}
  .workflow{margin-bottom:54px}
  .workflow article{padding:22px}
  .workflow h3{font-size:34px}
  .research-note p:last-child{font-size:24px}
  footer{padding:24px 14px 34px;display:grid}
}
