:root {
  color-scheme: light;
  --font-display: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "IBM Plex Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --white: #ffffff;
  --ink: #202020;
  --muted: #555555;
  --purple: #625bc7;
  --purple-dark: #514aa8;
  --purple-visited: #4d4698;
  --black: #000000;
  --charcoal: #383838;
  --rule: #e8e8e8;
  --max: 1320px;
  --read: 760px;
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300 800;
  src: url("/assets/fonts/source-sans-3-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-display: swap;
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300 800;
  src: url("/assets/fonts/source-sans-3-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-display: swap;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300 700;
  src: url("/assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-display: swap;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300 700;
  src: url("/assets/fonts/ibm-plex-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.45;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--purple-dark);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 4px;
}

.skip-link {
  background: var(--ink);
  color: var(--white);
  left: 16px;
  padding: 10px 12px;
  position: absolute;
  top: -48px;
  z-index: 10;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 48px 58px 0;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  min-height: 44px;
  line-height: 1;
  text-decoration: none;
}

.site-header nav {
  align-items: center;
  display: flex;
  gap: 28px;
  font-size: 13px;
}

.site-header nav a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
}

.menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 44px;
  justify-content: center;
  margin: -6px -4px 0 0;
  padding: 4px;
  width: 44px;
}

.menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 22px;
}

.site-header [aria-current="page"] {
  text-decoration: underline;
}

.social-glyph {
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

main {
  overflow: hidden;
}

.reveal-section {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: opacity, transform;
}

.reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(52px, 6vw, 96px);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(104px, 11vw, 166px) 58px 54px;
}

.hero-home {
  grid-template-columns: 0.82fr 1.08fr;
}

.hero-sprint {
  grid-template-columns: 1fr 0.9fr;
}

.hero-copy {
  justify-items: start;
  text-align: left;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(44px, 4.35vw, 56px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  max-width: 650px;
}

.hero-home h1 {
  max-width: 650px;
}

.hero-sprint h1 {
  max-width: 660px;
}

.hero-sprint {
  padding-top: clamp(86px, 7vw, 108px);
}

.marker {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.marker::after {
  background: var(--purple);
  border-radius: 999px;
  bottom: -4px;
  content: "";
  height: 3px;
  left: -2%;
  position: absolute;
  transform: rotate(-1deg);
  width: 104%;
  z-index: -1;
}

.highlight-type {
  color: var(--purple-dark);
  font-weight: 360;
}

.lede {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
  margin: 36px 0 0;
  max-width: 520px;
}

.hero p:not(.lede):not(.newsletter) {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
  margin: 26px 0 0;
  max-width: 620px;
}

.button {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  justify-content: center;
  margin-top: 42px;
  min-height: 52px;
  min-width: 188px;
  padding: 0 38px;
  text-decoration: none;
}

.button:hover {
  background: var(--purple-dark);
  color: var(--white);
}

.button:visited,
.brand:visited,
.site-header nav a:visited,
.social-glyph:visited {
  color: inherit;
}

.newsletter {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 54px 0 0;
  max-width: 520px;
}

.newsletter a,
.band-black a,
.cta-fallback a,
.text-link {
  color: var(--purple);
}

.newsletter a:visited,
.band-black a:visited,
.cta-fallback a:visited,
.text-link:visited {
  color: var(--purple-visited);
}

.cta-fallback {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 18px 0 0;
  max-width: 520px;
}

.portrait {
  margin: 0;
}

.portrait img {
  border-radius: 50%;
  margin: 0 auto;
}

.portrait-home img {
  width: min(388px, 100%);
}

.portrait-sprint img {
  width: min(300px, 100%);
}

.portrait figcaption {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 36px;
  text-align: center;
}

.portrait figcaption strong {
  color: var(--ink);
}

.logo-section {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: auto minmax(0, 600px);
  justify-content: center;
  margin: 0 auto;
  max-width: var(--max);
  padding: 32px 58px 64px;
}

.logo-section h2 {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}

.logo-section img {
  mix-blend-mode: multiply;
}

.band {
  color: var(--white);
}

.band-purple {
  background: var(--purple);
}

.band-black {
  background: var(--black);
}

.band-inner {
  margin: 0 auto;
  max-width: var(--max);
  padding: 54px 58px 68px;
}

.band h2 {
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(36px, 3.7vw, 50px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 56px;
  text-align: center;
}

.band-black h2 {
  margin-bottom: 58px;
}

.three-column {
  display: grid;
  gap: 64px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.three-column article {
  display: grid;
  gap: 22px;
}

.three-column h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

.three-column p {
  font-size: 14.5px;
  line-height: 1.45;
  margin: 0;
}

.band-purple p,
.band-purple a {
  color: rgba(255, 255, 255, 0.82);
}

.band-black p {
  color: rgba(255, 255, 255, 0.76);
}

.experience {
  display: grid;
  gap: 82px;
  grid-template-columns: 0.85fr 2fr;
  margin: 0 auto;
  max-width: var(--max);
  padding: 128px 118px 122px;
}

.experience h2 {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.experience dl {
  display: grid;
  gap: 26px 108px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.experience div {
  display: grid;
  gap: 4px;
}

.experience dt,
.experience dd {
  margin: 0;
}

.experience dt {
  color: var(--muted);
  font-size: 16px;
}

.experience dd {
  color: var(--muted);
  font-size: 15px;
}

.experience strong {
  color: var(--black);
  font-size: 17px;
}

.contact-band {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: grid;
  gap: 84px;
  grid-template-columns: 1fr 0.9fr;
  padding: 72px 58px 84px;
}

.contact-band > * {
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

.contact-band h2 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 42px;
}

address {
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
  line-height: 1.45;
}

address strong {
  color: var(--white);
}

address a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.contact-band img {
  width: min(520px, 100%);
}

.narrow-section {
  margin: 0 auto;
  max-width: var(--read);
  padding: 56px 24px 70px;
}

.narrow-section h2 {
  font-family: var(--font-display);
  font-size: clamp(35px, 3.6vw, 48px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 30px;
  text-align: center;
}

.prose {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.45;
}

.prose p {
  margin: 0 0 19px;
}

.process-band {
  background: var(--charcoal);
  color: var(--white);
  padding: 76px 0 88px;
}

.process-band .narrow-section {
  padding-bottom: 0;
  padding-top: 0;
}

.process-band h2 {
  color: var(--white);
  font-size: clamp(38px, 3.8vw, 52px);
  margin-bottom: 56px;
}

.timeline {
  display: grid;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.45;
}

.timeline strong {
  color: var(--white);
}

.faq-section {
  padding-bottom: 42px;
  padding-top: 104px;
}

.faq-section h2 {
  margin-bottom: 42px;
}

.faq-list {
  display: grid;
  gap: 22px;
}

.faq-list h3 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 12px;
}

.faq-list p {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.45;
  margin: 0 0 13px;
}

.sprint-cta {
  margin: 0 auto;
  max-width: var(--read);
  padding: 72px 24px 116px;
  text-align: center;
}

.sprint-cta h2 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.22;
  margin: 0;
}

.sprint-cta .cta-fallback {
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  align-items: center;
  display: grid;
  gap: 78px;
  justify-items: center;
  padding: 56px 24px 74px;
}

.footer-socials {
  display: flex;
  gap: 24px;
}

.site-footer span {
  color: var(--muted);
  font-size: 12px;
}

.sprint-footer {
  padding-top: 0;
}

@media (max-width: 860px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    align-items: center;
    flex-wrap: wrap;
    padding: 34px 24px 0;
    position: relative;
    z-index: 20;
  }

  .brand,
  .menu-toggle {
    position: relative;
    z-index: 2;
  }

  .menu-toggle {
    display: flex;
  }

  .menu-toggle span {
    left: 11px;
    position: absolute;
    top: 21px;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(7px);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header nav {
    align-items: stretch;
    background: var(--white);
    display: none;
    flex-basis: auto;
    flex-direction: column;
    gap: 12px;
    inset: 0;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 112px 24px 48px;
    position: fixed;
    width: 100%;
    z-index: 1;
  }

  .site-header nav.is-open {
    display: flex;
  }

  .site-header nav a {
    align-items: center;
    border-bottom: 1px solid var(--rule);
    display: flex;
    font-size: clamp(28px, 9vw, 42px);
    justify-content: center;
    line-height: 1.05;
    min-height: 76px;
    text-align: center;
    text-decoration: none;
  }

  .site-header nav a:first-child {
    border-top: 1px solid var(--rule);
  }

  .site-header nav .social-glyph {
    font-size: clamp(28px, 9vw, 42px);
    font-weight: 700;
  }

  .hero,
  .hero-home,
  .hero-sprint,
  .experience,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 46px;
    padding: 76px 24px 46px;
  }

  .hero-copy {
    justify-items: center;
    text-align: center;
  }

  .hero-home .portrait {
    order: 2;
  }

  .hero-home .hero-copy {
    order: 1;
  }

  .hero h1 {
    margin: 0 auto;
    font-size: clamp(38px, 11vw, 52px);
  }

  .lede,
  .hero p:not(.lede):not(.newsletter),
  .newsletter {
    margin-left: auto;
    margin-right: auto;
  }

  .portrait-home img,
  .portrait-sprint img {
    width: min(300px, 82vw);
  }

  .logo-section,
  .three-column,
  .experience dl {
    grid-template-columns: 1fr;
  }

  .logo-section {
    justify-items: center;
    padding: 34px 24px 48px;
    text-align: center;
  }

  .band-inner {
    padding: 50px 24px 60px;
  }

  .band h2 {
    margin-bottom: 42px;
  }

  .three-column {
    gap: 34px;
  }

  .experience {
    gap: 36px;
    padding: 74px 24px 84px;
  }

  .experience dl {
    gap: 26px;
  }

  .contact-band {
    gap: 48px;
    padding: 58px 24px 72px;
  }
}

@media (max-width: 520px) {
  .button {
    min-width: 178px;
  }

  .hero h1 {
    font-size: clamp(36px, 12vw, 44px);
  }

  .lede,
  .hero p:not(.lede):not(.newsletter) {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section,
  .reveal-section.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
