@font-face {
  font-family: OpenSans;
  src: url('/fonts/mem8YaGs126MiZpBA-UFVZ0e.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --ink: #14264b;
  --muted: #53627a;
  --line: #dce5f2;
  --blue: #175bc4;
  --blue-light: #f2f7ff;
  --navy: #082a68;
  --orange: #ba5500;
  --bright: #f58b25;
  --font: OpenSans, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.75 var(--font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
::selection { background: #d9e9ff; color: var(--ink); }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
p { margin: 0 0 20px; }
h1, h2, h3 { margin: 0; font-family: Arial, sans-serif; font-weight: 400; }
.header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; flex-shrink: 0; align-items: center; }
.wordmark img { display: block; width: 168px; height: 30px; }
nav { display: flex; align-items: center; gap: 38px; }
nav a { font-size: 13px; text-decoration: none; padding-block: 9px; }
nav a:hover { color: var(--blue); text-decoration: underline; }
.nav-contact { color: var(--blue); border-bottom: 1px solid var(--blue); }
.nav-contact span { margin-left: 23px; }

.hero {
  padding-block: 75px;
  background-color: #c2cbd4;
  background-image: url('/img/main.jpg');
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
.hero-copy { max-width: 600px; }
.hero, .approach { color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.95), 0 2px 12px rgba(0,0,0,.55); }
.hero .eyebrow, .hero h1 em, .hero .hero-description, .hero .hero-location { color: #fff; }
.hero .eyebrow::before, .hero .location-dot { background: #ffb363; }
.hero .button { text-shadow: none; background: #fff; border-color: #fff; color: var(--ink); }
.hero .button:hover { background: #e8f1ff; }
.hero .hero-description { font-weight: 600; }
.eyebrow, .label, .service-number { font-size: 10px; letter-spacing: 1.6px; font-weight: 600; line-height: 1.7; }
.eyebrow { color: var(--blue); margin-bottom: 28px; }
.hero .eyebrow::before { content: ''; display: inline-block; width: 17px; height: 2px; background: var(--orange); vertical-align: middle; margin-right: 10px; }
h1 { font-size: clamp(54px, 5.7vw, 84px); line-height: 1.02; letter-spacing: -4.5px; margin-bottom: 30px; }
h1 em { font-style: normal; color: var(--blue); }
.hero-description { color: var(--muted); font-size: 16px; max-width: 435px; line-height: 1.85; margin-bottom: 31px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--blue); color: white; border: 1px solid var(--blue); padding: 16px 23px; text-decoration: none; font-size: 13px; transition: background .15s; }
.button:hover { background: #104797; }
.button span { font-size: 22px; line-height: 1; }
.hero-location { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted); margin: 26px 0 0; }
.location-dot { display: inline-block; width: 6px; height: 6px; background: var(--orange); flex-shrink: 0; }
.approach-grid > .steps { align-self: center; }

.intro-band { border-block: 1px solid var(--line); background: var(--blue-light); }
.intro-inner { display: grid; grid-template-columns: 1fr 2.5fr; gap: 60px; align-items: baseline; padding-block: 36px; }
.intro-inner .label { color: var(--muted); margin: 0; }
.intro-inner > p:last-child { font-size: 21px; line-height: 1.55; letter-spacing: -.45px; margin: 0; max-width: 800px; }
.section { padding-block: 105px; }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; column-gap: 80px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(35px, 3.5vw, 50px); line-height: 1.12; letter-spacing: -2.2px; margin-bottom: 26px; }
.section-heading h2 { margin: 0; }
.section-lead { color: var(--muted); font-size: 15px; max-width: 350px; margin: 0; }
.services { margin-top: 54px; border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: .5fr 1.2fr 1.6fr; column-gap: 40px; border-bottom: 1px solid var(--line); padding-block: 33px; }
.service-number { display: block; color: var(--blue); padding-top: 5px; }
.service h3 { font-size: 26px; line-height: 1.24; letter-spacing: -.8px; }
.service > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 0; }
.service .service-detail { grid-column: 3; font-size: 11px; line-height: 1.7; margin-top: 16px; color: #647087; }

.approach {
  background-color: #adb9ab;
  background-image: url('/img/mission.jpg');
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.approach-heading, .approach-grid > .steps { padding: 0; background: transparent; }
.approach .eyebrow { color: #fff; }
.approach h2 { font-size: clamp(38px, 4.1vw, 57px); }
.approach h2 em { color: #fff; font-style: normal; }
.approach-heading > p:not(.eyebrow) { font-size: 16px; color: #fff; font-weight: 600; max-width: 385px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 40px; text-decoration: none; font-size: 13px; border-bottom: 1px solid #7e91ab; padding-bottom: 7px; margin-top: 14px; }
.text-link:hover { color: #ffe0bd; border-color: #ffe0bd; }
.approach .text-link { border-color: #fff; font-weight: 600; }
.steps { padding-top: 43px; }
.step { display: grid; grid-template-columns: 25px 1fr; gap: 22px; padding-block: 28px; border-top: 1px solid var(--line); }
.step:first-child { padding-top: 0; border-top: 0; }
.step-index { font-size: 11px; color: #fff; margin-top: 5px; }
.step h3 { font-size: 22px; line-height: 1.4; letter-spacing: -.5px; margin-bottom: 11px; }
.step p { font-size: 15px; color: #fff; font-weight: 600; margin: 0; line-height: 1.85; }
.step:last-child { padding-bottom: 0; }

.experience { display: grid; grid-template-columns: 1fr 1.1fr; gap: 95px; }
.experience-copy { border-left: 2px solid #de790f; padding-left: 34px; }
.large-copy { font-size: 22px; line-height: 1.6; letter-spacing: -.6px; }
.experience-copy > p:not(.large-copy) { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0; }
.experience { row-gap: 48px; }
.expertise-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 40px; }
.expertise-area { border-top: 1px solid var(--line); padding-block: 27px 30px; }
.expertise-area h3 { font-size: 20px; line-height: 1.35; letter-spacing: -.45px; margin-bottom: 15px; }
.expertise-area h3::before { content: ''; display: block; width: 22px; height: 2px; background: var(--blue); margin-bottom: 21px; }
.expertise-area p { font-size: 14px; line-height: 1.85; color: var(--muted); margin: 0; }
.technology-section { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 28px; }
.technology-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; margin-bottom: 26px; }
.technology-heading h3 { font-size: 20px; letter-spacing: -.45px; }
.technology-heading p { font-size: 12px; color: var(--muted); margin: 0; }
.technology-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin: 0; }
.technology-list dt { font-size: 11px; color: var(--blue); font-weight: 600; margin-bottom: 9px; }
.technology-list dd { margin: 0; font-size: 13px; line-height: 1.85; color: var(--muted); }
.contact-section {
  background-color: var(--blue-light);
  background-image: url('/img/vancouver-region.svg');
  background-size: cover;
  background-position: center;
  border-top: 1px solid var(--line);
  padding-block: 85px;
}
.contact-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 125px; align-items: end; }
.contact-section h2 { font-size: clamp(45px, 5.2vw, 73px); line-height: 1.05; letter-spacing: -3.8px; margin-bottom: 31px; }
.contact-section p:not(.eyebrow):not(.label) { color: var(--muted); font-size: 14px; line-height: 1.9; max-width: 525px; }
.contact-email { display: inline-flex; align-items: center; gap: 12px; font: inherit; font-size: 28px; letter-spacing: -.7px; text-decoration: none; color: var(--blue); border: 0; border-bottom: 1px solid var(--blue); padding: 0 0 8px; margin-top: 15px; background: none; cursor: pointer; text-align: left; }
.contact-heading { margin-top: 34px; font-size: clamp(32px, 3vw, 42px); line-height: 1.15; letter-spacing: -1.2px; }
.contact-heading + .contact-email { margin-top: 12px; }
.contact-email[hidden] { display: none; }
.contact-email:focus-visible { outline: 3px solid var(--orange); outline-offset: 6px; }
.contact-email svg { width: 24px; height: 24px; flex: none; color: var(--orange); }
.contact-email:hover { color: var(--orange); }
.contact-aside { padding-top: 26px; border-top: 1px solid #b9c3d1; }
.contact-aside .label { margin-bottom: 17px; font-size: 10px; }
.location { display: flex; align-items: baseline; gap: 12px; font-size: 12px; line-height: 1.9; margin-top: 32px; }
.footer { padding-block: 34px; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr .7fr; align-items: start; gap: 40px; }
.footer .wordmark img { width: 140px; height: 25px; }
.footer p { font-size: 11px; color: var(--muted); margin: 0; }
.footer-brand p { margin-top: 18px; max-width: 230px; }
.footer-label { font: 600 11px/1.7 var(--font); letter-spacing: 1px; margin: 0 0 12px; }
.footer address { font-size: 13px; line-height: 1.9; font-style: normal; color: var(--muted); }
.footer-social { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.footer-social a { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; padding: 4px 0; }
.footer-social svg { width: 16px; height: 16px; flex: none; }
.footer-social a:hover { color: var(--blue); }
.footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.skip-link { position: absolute; left: 20px; top: -100px; background: var(--ink); color: white; padding: 12px; z-index: 5; }
.skip-link:focus { top: 10px; }

@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 35px; padding-block: 65px; }
  h1 { font-size: 64px; letter-spacing: -3.5px; }
  .section-heading { column-gap: 35px; }
  .service { grid-template-columns: .4fr 1.2fr 1.6fr; column-gap: 25px; }
  .service h3 { font-size: 23px; }
  .approach-grid { gap: 55px; }
  .experience { gap: 45px; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 900px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 85px; gap: 16px; }
  .wordmark img { width: 140px; height: 25px; }
  nav { gap: 18px; }
  nav a { font-size: 12px; }
  nav a:not(.nav-contact) { display: none; }
  .nav-contact span { margin-left: 14px; }
  .hero { padding-block: 48px 120px; background-position: 58% center; }
  .eyebrow { font-size: 9px; letter-spacing: 1.2px; margin-bottom: 25px; }
  h1 { font-size: clamp(47px, 10vw, 72px); letter-spacing: -2.8px; }
  .hero-description { font-size: 15px; max-width: 490px; }
  .approach { background-position: 68% center; }
  .intro-inner { grid-template-columns: 1fr; gap: 17px; padding-block: 28px; }
  .intro-inner > p:last-child { font-size: 19px; }
  .section { padding-block: 62px; }
  .section-heading { display: block; }
  h2 { font-size: 35px; letter-spacing: -1.5px; }
  .section-heading h2 { margin-bottom: 22px; }
  .section-lead { max-width: 450px; }
  .services { margin-top: 35px; }
  .service { grid-template-columns: 1fr; gap: 0; padding-block: 28px; }
  .service-number { margin-bottom: 17px; padding: 0; font-size: 9px; }
  .service h3 { font-size: 26px; margin-bottom: 18px; }
  .service h3 br { display: none; }
  .service .service-detail { grid-column: auto; }
  .approach-grid, .experience, .contact-grid { grid-template-columns: 1fr; gap: 33px; }
  .approach-grid { gap: 65px; }
  .approach-heading, .approach-grid > .steps { padding: 0; }
  .approach h2 { font-size: 44px; }
  .approach-heading > p:not(.eyebrow) { max-width: 490px; }
  .steps { padding-top: 8px; }
  .step { gap: 13px; }
  .step h3 { font-size: 21px; }
  .experience { gap: 9px; }
  .expertise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin-top: 30px; }
  .technology-heading { display: block; }
  .technology-heading p { margin-top: 12px; }
  .technology-list { gap: 24px; }
  .experience-copy { padding-left: 22px; }
  .large-copy { font-size: 20px; }
  .contact-section { padding-block: 60px; background-position: 45% center; }
  .contact-section h2 { font-size: 52px; letter-spacing: -2.8px; }
  .contact-email { font-size: clamp(21px, 5.6vw, 25px); }
  .contact-aside { margin-top: 8px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-social a:not(.nav-contact) { display: inline-flex; }
  .footer .wordmark img { width: 126px; height: 22.5px; }
}

@media (max-width: 540px) {
  .expertise-grid, .technology-list { grid-template-columns: 1fr; }
  .expertise-area { padding-block: 24px; }
  .expertise-area h3::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
