:root{
  --paper:#f5f2ec;
  --paper-soft:#fbfaf7;
  --ink:#14171b;
  --muted:#5d6268;
  --blue:#123f73;
  --dark:#071018;
  --line:#e2e1dc;
  --shell:1380px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:"Inter",Arial,sans-serif;
  line-height:1.5;
}
a{color:inherit}
.shell{
  width:min(calc(100% - 88px),var(--shell));
  margin-inline:auto;
}
.skip-link{position:absolute;left:-9999px;top:10px}
.skip-link:focus{left:10px;z-index:999;background:#fff;padding:10px 14px}

.site-header{
  background:var(--paper);
  border-bottom:1px solid rgba(0,0,0,.05);
}
.header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  line-height:1;
}
.brand strong{
  font-size:21px;
  letter-spacing:.2em;
}
.brand span{
  margin-top:8px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.07em;
}
.brand em{color:var(--blue);font-style:normal}

.main-nav{
  display:flex;
  align-items:center;
  gap:32px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}
.main-nav a{
  text-decoration:none;
  padding-block:12px;
  border-bottom:2px solid transparent;
}
.main-nav a:hover,
.main-nav a.active{
  color:var(--blue);
  border-color:var(--blue);
}
.menu-toggle{display:none}

.hero{background:var(--paper)}
.hero-grid{
  min-height:400px;
  display:grid;
  grid-template-columns:57% 43%;
  align-items:stretch;
}
.hero-copy{
  align-self:center;
  padding:28px 28px 28px 0;
  max-width:760px;
}
.hero h1{
  margin:0;
  font-family:"Inter",Arial,sans-serif;
  font-size:clamp(42px,4vw,58px);
  line-height:.95;
  letter-spacing:-.04em;
  font-weight:700;
  max-width:16ch;
}
.accent-rule{
  width:50px;
  height:3px;
  background:var(--blue);
  margin:25px 0 21px;
}
.thesis{
  font-family:"Source Serif 4",Georgia,serif;
  font-size:27px;
  line-height:1.14;
  margin:0 0 23px;
  font-weight:500;
}
.hero-copy>p:not(.thesis){
  max-width:680px;
  font-size:15px;
  margin:0 0 13px;
}
.button-row{
  display:flex;
  gap:14px;
  margin-top:25px;
  flex-wrap:wrap;
}
.button{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  gap:28px;
  padding:0 22px;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
  border:1px solid var(--blue);
}
.button span{font-size:21px;font-weight:400}
.button-primary{color:#fff;background:var(--blue)}
.button-secondary{color:var(--blue);background:transparent}

.hero-image,
.about-image{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(18,63,115,.06),rgba(7,16,24,.04)),
    var(--paper-soft);
}
.hero-image{
    min-height:480px;
    display:flex;
    align-items:flex-end;
 justify-content:center;
    overflow:hidden;
}

.hero-image img{
    height:500px;
    width:auto;
    max-width:none;
    display:block;
}
.image-label{
  position:absolute;
  inset:auto 28px 28px;
  padding:15px 17px;
  background:rgba(245,242,236,.92);
  border:1px solid rgba(0,0,0,.1);
  display:flex;
  flex-direction:column;
  gap:3px;
  font-size:12px;
}
.image-label-dark{
  color:#fff;
  background:rgba(7,16,24,.82);
  border-color:rgba(255,255,255,.2);
}

.problem{background:var(--dark);color:#fff}
.problem-grid{
  display:grid;
  grid-template-columns:58% 42%;
  min-height:420px;
}
.problem-copy{padding:46px 38px 40px 0}
.eyebrow{
  margin:0 0 17px;
  color:var(--blue);
  font-size:13px;
  font-weight:800;
  letter-spacing:.025em;
}
.problem h2{
  margin:0;
  font-family:"Source Serif 4",Georgia,serif;
  font-size:42px;
  line-height:1.08;
  font-weight:500;
}
.problem-points{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:16px;
}
.problem-points p{
  margin:0;
  padding:0 17px;
  border-left:1px solid rgba(255,255,255,.22);
  font-size:12px;
}
.problem-points p:first-child{border-left:0;padding-left:0}
.problem-image{
  min-height:420px;
  background:
    linear-gradient(90deg,rgba(7,16,24,.05),rgba(7,16,24,.02)),
    url("images/decision-door.jpg");
  background-size:cover;
  background-position:center;
}

.trends{
  background:var(--paper-soft);
  padding:42px 0 24px;
  border-bottom:1px solid var(--line);
}
.trends-grid{
  display:grid;
  grid-template-columns:27% 73%;
  gap:52px;
}
.trend-stat{
  border-right:1px solid var(--line);
  padding-right:40px;
}
.rank{
  color:var(--blue);
  font-family:"Source Serif 4",Georgia,serif;
  font-size:52px;
  line-height:1;
  font-weight:500;
}
.trend-stat h3{
  font-family:"Source Serif 4",Georgia,serif;
  font-size:26px;
  margin:4px 0 8px;
  font-weight:500;
}
.trend-stat p{margin:0}
.capabilities h2{
  margin:0 0 26px;
  font-family:"Source Serif 4",Georgia,serif;
  font-size:27px;
  font-weight:500;
}
.capability-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.capability-grid article{
  min-height:142px;
  border-left:1px solid var(--line);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  padding:6px 18px 0;
}
.capability-grid article:first-child{border-left:0}
.cap-icon{
  width:62px;
  height:62px;
  margin-bottom:16px;
  fill:none;
  stroke:var(--blue);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.capability-grid p{
  margin:0;
  font-size:14px;
  line-height:1.3;
  font-weight:500;
}
.source{
  margin-top:18px;
  font-size:11px;
  color:var(--muted);
}

.services{
  background:var(--paper-soft);
  padding:18px 0 12px;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.service-card{
  min-height:300px;
  border:1px solid var(--line);
  padding:25px 31px;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.3);
}
.number{
  color:var(--blue);
  font-family:"Source Serif 4",Georgia,serif;
  font-size:46px;
  line-height:1;
  font-weight:500;
}
.service-card h2{
  font-size:19px;
  margin:12px 0 8px;
  letter-spacing:-.015em;
}
.service-card p{
  margin:0 0 10px;
  font-size:14px;
  line-height:1.45;
  max-width:34ch;
}
.service-tags{color:var(--blue);margin-top:10px!important}
.service-tags span{margin:0 8px}
.service-card a{
  margin-top:auto;
  width:min(220px,100%);
  color:var(--ink);
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  border-bottom:2px solid var(--blue);
  padding-bottom:5px;
  display:flex;
  justify-content:space-between;
}
.service-card a span{
  color:var(--blue);
  font-size:20px;
  line-height:.7;
}

.about{
  background:var(--paper);
  display:grid;
  grid-template-columns:39% 61%;
  min-height:300px;
}
.about-image{
  background-image:
    linear-gradient(to top,rgba(7,16,24,.06),transparent 60%),
    url("images/about.jpg");
  background-size:cover;
  background-position:center;
}
.about-copy{padding:38px 60px 28px;align-self:center}
.about-copy h2{margin:0 0 18px;font-size:25px;line-height:1.15}
.about-copy p{font-size:14px;max-width:820px}
.metrics{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:22px;
}
.metrics>div{border-left:1px solid var(--line);text-align:center}
.metrics>div:first-child{border-left:0}
.metrics strong{
  display:block;
  color:var(--blue);
  font-family:"Source Serif 4",Georgia,serif;
  font-size:36px;
  line-height:1;
  font-weight:500;
}
.metrics span{
  display:block;
  font-size:10px;
  font-weight:800;
  margin-top:8px;
}

.final-cta{
  color:#fff;
  background:var(--dark);
  padding:30px 0 36px;
}
.cta-grid{
  display:grid;
  grid-template-columns:1.4fr auto .75fr;
  align-items:center;
  gap:46px;
}
.final-cta h2{
  margin:0;
  font-family:"Source Serif 4",Georgia,serif;
  font-weight:500;
  font-size:30px;
  line-height:1.08;
}
.final-cta .accent-rule{margin:17px 0 0}
.cta-brand{
  padding-left:42px;
  border-left:1px solid rgba(255,255,255,.25);
  display:flex;
  flex-direction:column;
}
.cta-brand strong{font-size:22px;letter-spacing:.2em}
.cta-brand span{margin-top:8px;font-size:13px}

@media (max-width:1100px){
  .shell{width:min(calc(100% - 44px),var(--shell))}
  .main-nav{
    position:absolute;
    left:22px;
    right:22px;
    top:80px;
    z-index:20;
    background:var(--paper);
    border:1px solid var(--line);
    padding:16px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
  }
  .main-nav.open{display:flex}
  .menu-toggle{
    display:block;
    background:transparent;
    border:1px solid var(--line);
    padding:9px 13px;
    text-transform:uppercase;
    font-weight:800;
  }
  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:54px 0 46px;max-width:760px}
  .hero h1{
    font-size:clamp(38px,5.8vw,50px);
    line-height:.98;
    max-width:16ch;
  }
  .hero-image{min-height:500px}
  .problem-grid{grid-template-columns:1fr}
  .problem-image{min-height:360px}
  .trends-grid{grid-template-columns:1fr}
  .trend-stat{
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:0 0 26px;
  }
  .service-grid{grid-template-columns:1fr}
  .about{grid-template-columns:1fr}
  .about-image{min-height:460px}
  .cta-grid{grid-template-columns:1fr;justify-items:start}
  .cta-brand{
    padding:24px 0 0;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.25);
  }
}

@media (max-width:650px){
  .shell{width:min(calc(100% - 32px),var(--shell))}
  .header-inner{min-height:76px}
  .brand strong{font-size:17px}
  .brand span{font-size:9px}
  .hero-copy{padding:46px 0 40px}
  .hero h1{
    font-size:34px;
    line-height:1.02;
    letter-spacing:-.03em;
    max-width:15ch;
  }
  .thesis{font-size:23px}
  .hero-copy>p:not(.thesis){font-size:15px}
  .button-row{flex-direction:column;align-items:stretch}
  .button{justify-content:space-between}
  .hero-image{min-height:410px}
  .problem-copy{padding:42px 0 34px}
  .problem h2{font-size:34px}
  .problem-points{grid-template-columns:1fr 1fr;row-gap:24px}
  .problem-points p:nth-child(3){border-left:0;padding-left:0}
  .problem-image{min-height:300px;background-position:60% center}
  .capability-grid{grid-template-columns:1fr 1fr}
  .capability-grid article{
    min-height:150px;
    border-bottom:1px solid var(--line);
  }
  .capability-grid article:nth-child(odd){border-left:0}
  .service-card{min-height:265px}
  .about-copy{padding:34px 23px}
  .metrics{grid-template-columns:1fr 1fr;gap:21px 0}
  .metrics>div:nth-child(3){border-left:0}
  .final-cta h2{font-size:27px}
  .cta-brand strong{font-size:19px}
}
