/* Final project-card vertical alignment and profile action typography — 2026-07-29 */

/*
 * Project title panels use a fixed responsive height. The title is positioned
 * at the exact vertical midpoint so earlier card rules cannot push it upward.
 */
html body.page-home .project-card__content {
  position: relative !important;
  box-sizing: border-box !important;
  display: block !important;
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-color: #2d2d2d !important;
  color: #ffffff !important;
  text-align: left !important;
}

html body.page-home .project-card__title {
  position: absolute !important;
  top: 50% !important;
  right: 24px !important;
  left: 24px !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
  color: #ffffff !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  white-space: normal !important;
}

html body.page-home .project-card__meta {
  display: none !important;
}

/* The two profile actions use one identical typographic treatment. */
html body.page-profile .profile-actions .view-switcher__button,
html body.page-profile .profile-actions .explore-work {
  box-sizing: border-box !important;
  display: inline-flex !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 13px 22px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-family: "Raleway", Arial, sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
}

/* The Experience retains the accent fill with navigation-colored type. */
html body.page-profile .profile-actions .view-switcher__button {
  background-color: #cccc33 !important;
  color: #2d2d2d !important;
}

html body.page-profile .profile-actions .view-switcher__button:hover,
html body.page-profile .profile-actions .view-switcher__button:focus-visible {
  background-color: #cccc33 !important;
  color: #2d2d2d !important;
}

/* Explore Work retains the navigation color and matching button type. */
html body.page-profile .profile-actions .explore-work {
  background-color: #2d2d2d !important;
  color: #ffffff !important;
}

html body.page-profile .profile-actions .explore-work:hover,
html body.page-profile .profile-actions .explore-work:focus-visible {
  background-color: #2d2d2d !important;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  html body.page-home .project-card__content {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
  }

  html body.page-home .project-card__title {
    right: 28px !important;
    left: 28px !important;
    font-size: 19px !important;
  }
}

@media (min-width: 1024px) {
  html body.page-home .project-card__content {
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;
  }

  html body.page-home .project-card__title {
    right: 32px !important;
    left: 32px !important;
    font-size: 20px !important;
  }
}


/* The Mindset is intentionally one step smaller than the major H2 sections. */
html body.page-profile h2.about-section__title--mindset {
  font-size: 23px !important;
}

@media (min-width: 768px) {
  html body.page-profile h2.about-section__title--mindset {
    font-size: 27px !important;
  }
}

@media (min-width: 1024px) {
  html body.page-profile h2.about-section__title--mindset {
    font-size: 32px !important;
  }
}
