.home-v2 {
  --om-bg: #fbfaf4;
  --om-ink: #111213;
  --om-body: #3f4345;
  --om-rule: #dbdedf;
  --om-teal: #205c5a;
  --om-teal-soft: #f3f7f6;
  --om-teal-line: #bedbd7;
  --om-founder-band: #f3f7f6;
  --om-footer: #1b1d1e;
  background: var(--om-bg);
  color: var(--om-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.home-v2 .wrap {
  max-width: 1296px;
  padding-left: 0;
  padding-right: 0;
}

.home-v2 h1,
.home-v2 h2,
.home-v2 h3,
.home-v2 .brand,
.home-v2 .footer-tagline {
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.home-v2 h1 {
  color: var(--om-ink);
  font-size: 78px;
  font-weight: 700;
  line-height: 80px;
  max-width: 500px;
  margin: 0;
}

.home-v2 h1 span {
  display: block;
}

.home-v2 h2 {
  color: var(--om-ink);
  font-size: 46px;
  font-weight: 500;
  line-height: 51px;
  margin: 0;
}

.home-v2 h3 {
  color: var(--om-ink);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.home-v2 p {
  color: var(--om-body);
}

.home-v2-nav {
  background: var(--om-bg);
  border-bottom: 1px solid var(--om-rule);
}

.home-v2 .nav-inner {
  min-height: 88px;
  padding: 0;
}

.home-v2 .brand {
  gap: 10px;
  color: var(--om-ink);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.home-v2 .brand img {
  width: 42px;
  height: 25px;
  object-fit: contain;
  border-radius: 0;
}

.home-v2 .nav-menu {
  margin-left: auto;
}

.home-v2 .nav-menu ul {
  gap: 18px;
}

.home-v2 .nav a {
  color: var(--om-body);
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.home-v2 .nav a::after {
  background: var(--om-teal);
}

.home-v2-header-cta,
.home-v2 .cta-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: var(--om-teal);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.home-v2 a.home-v2-header-cta,
.home-v2 a.cta-btn {
  color: #fff;
}

.home-v2-header-cta {
  width: 190px;
  margin-left: 42px;
}

.home-v2 .cta-btn {
  width: 184px;
  padding: 0 24px;
  margin-top: 0;
}

.home-v2-header-cta:hover,
.home-v2 .cta-btn:hover,
.home-v2 .pill:hover {
  background: #184947;
  color: #fff;
  text-decoration: none;
}

.home-v2-hero {
  display: grid;
  grid-template-columns: 583px 520px;
  column-gap: 135px;
  justify-content: start;
  align-items: start;
  min-height: 672px;
  padding-top: 94px;
  padding-bottom: 0;
}

.home-v2-hero-copy {
  padding-top: 0;
}

.home-v2 .hero p.lead {
  width: 579px;
  margin: 28px 0 34px;
  color: var(--om-body);
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

.home-v2-actions {
  display: flex;
}

.home-v2-hero-media {
  width: 520px;
  height: 520px;
  margin: -47px 0 0;
  border: 1px solid var(--om-rule);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.home-v2 .home-v2-hero-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 18px;
  transform: none !important;
}

.home-v2 section {
  background: var(--om-bg);
  padding: 0;
  scroll-margin-top: 88px;
}

.home-v2 #what {
  position: relative;
  min-height: 910px;
  background: #fff;
  padding-top: 130px;
}

.home-v2-section-head {
  position: relative;
  z-index: 2;
  margin: 0;
}

.home-v2 #what .home-v2-section-head {
  margin-left: 0;
}

.home-v2-services-map {
  position: absolute;
  left: 50%;
  top: 110px;
  width: 100vw;
  height: 630px;
  transform: translateX(-50%);
  border-top: 1px solid var(--om-rule);
  border-bottom: 1px solid var(--om-rule);
  overflow: hidden;
}

.home-v2-services-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-v2 .what-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 390px);
  gap: 63px;
  width: max-content;
  margin: 69px auto 0;
}

.home-v2 .card {
  background: #fff;
  border: 1px solid var(--om-rule);
  border-radius: 10px;
  box-shadow: none;
}

.home-v2-service-card {
  width: 390px;
  min-height: 350px;
  padding: 95px 27px 28px;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.home-v2-service-card p {
  margin: 18px 0 0;
  color: var(--om-body);
  font-size: 16px;
  line-height: 23px;
}

.home-v2 .pill {
  display: inline-flex;
  padding: 0;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  color: var(--om-teal);
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
}

.home-v2-service-card p:last-child {
  margin-top: 49px;
}

.home-v2 #about {
  min-height: 850px;
  padding-top: 180px;
}

.home-v2 #about .home-v2-section-head p {
  width: 680px;
  margin: 20px 0 0 4px;
  color: var(--om-body);
  font-size: 20px;
  line-height: 28px;
}

.home-v2 .solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  gap: 60px;
  margin-top: 76px;
}

.home-v2 .solutions-grid .card {
  min-height: 310px;
  padding: 27px;
}

.home-v2-step {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--om-teal-line);
  border-radius: 23px;
  background: var(--om-teal-soft);
  color: var(--om-teal);
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.home-v2 .solutions-grid h3 {
  margin-top: 22px;
}

.home-v2 .solutions-grid p {
  margin-top: 17px;
  color: var(--om-body);
  font-size: 16px;
  line-height: 23px;
}

.home-v2 #founder {
  min-height: 560px;
  padding-top: 88px;
  background: var(--om-founder-band);
}

.home-v2-founder-grid {
  display: grid;
  grid-template-columns: 410px 710px !important;
  gap: 48px !important;
  align-items: center !important;
}

.home-v2-founder-image {
  width: 410px;
  height: 390px;
  background: transparent;
  border: 0;
  padding: 0;
  transform: translate3d(0, var(--parallax-y, 0), 0);
}

.home-v2 img.founder-photo {
  width: 410px !important;
  height: 390px !important;
  border-radius: 0 !important;
  object-fit: contain;
}

.home-v2 .founder-bio {
  justify-content: center;
  max-width: 710px;
}

.home-v2 .founder-name {
  font-size: 46px;
  font-weight: 500;
  line-height: 51px;
  margin: 0 0 16px;
}

.home-v2 .founder-bio > p:nth-of-type(1) {
  margin: 0 0 28px;
  color: var(--om-teal);
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.home-v2 .founder-bio > p:nth-of-type(2) {
  margin: 0;
  color: var(--om-body);
  font-size: 20px;
  line-height: 28px;
}

.home-v2 .founder-links {
  display: none;
}

.home-v2 #faq {
  min-height: 1040px;
  padding-top: 96px;
  background: #fff;
}

.home-v2 #faq .wrap {
  max-width: 1296px !important;
}

.home-v2 .faq {
  margin-top: 58px;
  border-top: 1px solid var(--om-rule);
  width: 1040px;
}

.home-v2 .faq-item {
  display: grid;
  grid-template-columns: 380px 620px;
  column-gap: 68px;
  padding: 34px 0 20px;
  border-bottom: 1px solid var(--om-rule);
}

.home-v2 .faq-question {
  margin: 0;
  color: var(--om-ink);
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.home-v2 .faq-body {
  max-width: 620px;
}

.home-v2 .faq-body p {
  margin: 0;
  color: var(--om-body);
  font-size: 17px;
  line-height: 24px;
}

.home-v2 footer {
  min-height: 800px;
  padding: 110px 0 0;
  background: var(--om-footer);
  color: #dbdedf;
}

.home-v2 footer .wrap {
  position: relative;
}

.home-v2 footer .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 1px;
  background: rgba(219, 222, 223, 0.16);
}

.home-v2 footer .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 35px;
  background: url("../images/home-v2-logo-footer.png") center / contain no-repeat;
}

.home-v2 footer .grid {
  display: block;
  padding-top: 110px;
}

.home-v2 footer p,
.home-v2 footer a,
.home-v2 footer .muted {
  color: #dbdedf !important;
  font-size: 16px;
  line-height: 25px;
}

.home-v2 footer .grid p:first-child {
  margin: 0;
}

.home-v2 footer .grid p:first-child::before {
  content: "Less Labor. More Flow.";
  position: absolute;
  left: 78px;
  top: 3px;
  color: #fff;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.home-v2 footer .grid p:first-child::after {
  content: "Book a free call →";
  position: absolute;
  right: 108px;
  top: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.home-v2 footer p strong {
  color: #dbdedf;
  font-weight: 400;
}

.home-v2 :focus-visible {
  outline-color: var(--om-teal);
}

@media (max-width: 1320px) {
  .home-v2 .wrap {
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }

  .home-v2 footer .wrap::after {
    left: 28px;
  }

  .home-v2 footer .grid p:first-child::before {
    left: 106px;
  }

  .home-v2 footer .grid p:first-child::after {
    right: 28px;
  }

  .home-v2-hero {
    grid-template-columns: minmax(0, 500px) minmax(360px, 1fr);
    column-gap: 48px;
  }

  .home-v2 .hero p.lead {
    width: auto;
    max-width: 100%;
  }

  .home-v2-hero-media {
    width: 100%;
    max-width: 520px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-top: -47px;
  }
}

@media (max-width: 1120px) {
  .home-v2-hero {
    display: block;
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 90px;
  }

  .home-v2-hero-copy {
    padding-bottom: 96px;
  }

  .home-v2-hero-media {
    max-width: 700px;
    margin: 120px 0 0;
  }
}

@media (max-width: 1120px) and (orientation: landscape) {
  .home-v2-hero {
    display: grid;
    grid-template-columns: minmax(0, 450px) minmax(320px, 1fr);
    column-gap: 32px;
    min-height: 600px;
    padding-top: 72px;
    padding-bottom: 0;
  }

  .home-v2-hero-copy {
    padding-bottom: 0;
  }

  .home-v2-hero-media {
    width: 100%;
    max-width: 460px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: -24px 0 0;
  }
}

@media (max-width: 1180px) {
  .home-v2 .what-grid,
  .home-v2 .solutions-grid,
  .home-v2-founder-grid,
  .home-v2 .faq-item {
    grid-template-columns: 1fr !important;
  }

  .home-v2 .what-grid {
    width: auto;
    gap: 24px;
  }

  .home-v2-service-card,
  .home-v2 .solutions-grid .card {
    width: auto;
  }

  .home-v2 .solutions-grid {
    gap: 24px;
  }

  .home-v2-founder-grid {
    gap: 28px !important;
  }

  .home-v2 .faq {
    width: 100%;
  }

  .home-v2 .faq-item {
    gap: 16px;
  }
}

@media (max-width: 1180px) and (orientation: landscape) {
  .home-v2 .what-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px;
    width: auto;
    margin: 69px auto 0;
  }

  .home-v2-service-card {
    width: auto;
    min-height: 350px;
  }
}

@media (max-width: 1180px) and (orientation: portrait) {
  .home-v2 #what {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .home-v2-services-map {
    position: absolute;
    left: 50%;
    top: 56px;
    bottom: 56px;
    width: 100vw;
    height: auto;
    margin: 0;
    transform: translateX(-50%);
  }

  .home-v2 .what-grid {
    margin: 56px 0 0;
  }
}

@media (max-width: 900px) {
  .home-v2-header-cta {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-v2 .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-v2 .nav-inner {
    min-height: 68px;
  }

  .home-v2 .brand img {
    width: 42px;
    height: 25px;
  }

  .home-v2 h1 {
    font-size: 46px;
    line-height: 49px;
    max-width: 310px;
  }

  .home-v2 h2,
  .home-v2 .founder-name {
    font-size: 36px;
    line-height: 40px;
  }

  .home-v2 .hero p.lead {
    width: auto;
    margin: 22px 0 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .home-v2 .cta-btn {
    width: 100%;
  }

  .home-v2-hero {
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .home-v2-hero-copy {
    padding-bottom: 0;
  }

  .home-v2-hero-media {
    border-radius: 14px;
    margin-top: 56px;
  }

  .home-v2 #what {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-v2-services-map {
    top: 40px;
    bottom: 40px;
  }

  .home-v2 .what-grid {
    margin-top: 48px;
  }

  .home-v2-service-card {
    min-height: auto;
    padding: 28px;
  }

  .home-v2-service-card p:last-child {
    margin-top: 32px;
  }

  .home-v2 #about,
  .home-v2 #founder,
  .home-v2 #faq {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-v2 #founder {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .home-v2 #faq {
    padding-top: 56px;
  }

  .home-v2 #about .home-v2-section-head p {
    width: auto;
    margin-left: 0;
    font-size: 17px;
    line-height: 25px;
  }

  .home-v2 .solutions-grid {
    margin-top: 36px;
  }

  .home-v2-founder-image,
  .home-v2 img.founder-photo {
    width: 100% !important;
    height: auto !important;
  }

  .home-v2 .founder-bio > p:nth-of-type(1) {
    font-size: 18px;
    line-height: 24px;
  }

  .home-v2 .founder-bio > p:nth-of-type(2) {
    font-size: 17px;
    line-height: 25px;
  }

  .home-v2 .faq {
    margin-top: 36px;
  }

  .home-v2 .faq-question {
    font-size: 20px;
    line-height: 25px;
  }

  .home-v2 .faq-body p {
    font-size: 16px;
    line-height: 24px;
  }

  .home-v2 footer {
    min-height: auto;
    padding: 88px 0 72px;
  }

  .home-v2 footer .grid {
    padding-top: 92px;
  }

  .home-v2 footer .grid p:first-child::after {
    display: none;
  }

  .home-v2 footer .wrap::after {
    left: 20px;
  }

  .home-v2 footer .grid p:first-child::before {
    left: 98px;
    max-width: calc(100% - 118px);
  }

  .home-v2 [data-parallax] {
    transform: none !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .home-v2 #what {
    position: relative;
    min-height: 680px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .home-v2-services-map {
    position: absolute;
    left: 50%;
    top: 56px;
    width: 100vw;
    height: 460px;
    margin: 0;
    transform: translateX(-50%);
  }

  .home-v2 .what-grid {
    position: relative;
    z-index: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px;
    margin: 64px auto 0;
  }

  .home-v2-service-card {
    min-height: 260px;
    padding: 42px 24px 24px;
  }

  .home-v2-service-card p:last-child {
    margin-top: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v2 *,
  .home-v2 *::before,
  .home-v2 *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .home-v2 [data-parallax] {
    transform: none !important;
  }
}
