@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Override the prebuilt landing bundle so every interface element uses the same family. */
html,
body,
button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif !important;
}

/* Keep the transparent wordmark slightly larger than the original 310px header mark. */
.site-header .brand {
  display: block;
  width: 268px !important;
  flex: 0 0 268px !important;
}

.site-header .brand img {
  display: block;
  width: 100% !important;
  height: auto;
  max-width: none;
}

.site-header .nav-enroll {
  white-space: nowrap;
}

.landing-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 6px;
  background: #f4fbf4;
  color: #071012;
  font: 800 14px/1.2 "Montserrat", sans-serif;
  text-decoration: none;
}

.landing-skip:focus {
  transform: translateY(0);
  outline: 3px solid #9bcf4d;
  outline-offset: 3px;
}

/* Keep the outcome headline readable while giving its closing thought emphasis. */
#outcomes-heading {
  font-size: 0;
}

#outcomes-heading::before,
#outcomes-heading::after {
  font-size: clamp(36px, 4vw, 57px);
  line-height: 1.02;
}

#outcomes-heading::before {
  content: "What changes when ";
  font-style: normal;
}

#outcomes-heading::after {
  content: "value is visible";
  font-style: italic;
}

@media (max-width: 760px) {
  .site-header .brand {
    width: min(268px, 68vw);
    flex-basis: min(268px, 68vw);
  }

  #outcomes-heading::before,
  #outcomes-heading::after {
    font-size: 37px;
  }
}
