:root {
  --om-bg: #fbfaf4;
  --om-ink: #111213;
  --om-body: #3f4345;
  --om-rule: #dbdedf;
  --om-teal: #205c5a;
  --om-teal-soft: #f3f7f6;
  --om-teal-line: #bedbd7;
  --om-footer: #1b1d1e;
  --om-footer-mobile: #111213;
  --fg: #1d1d1f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.daily-signals-v2 {
  margin: 0;
  background: var(--om-bg);
  color: var(--om-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.ds-wrap {
  width: min(1296px, calc(100vw - 48px));
  margin: 0 auto;
}

.wrap {
  max-width: 1296px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.grid {
  display: grid;
  gap: 18px;
}

.muted {
  color: var(--om-body);
}

h1,
h2,
h3,
.brand {
  margin: 0;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  margin: 0;
  color: var(--om-body);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: var(--om-teal);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.btn-primary {
  width: max-content;
  padding: 0 24px;
}

.btn-primary:hover {
  background: #184947;
}

.parallax-layer {
  --parallax-y: 0px;
  will-change: transform;
  transform: translate3d(0, var(--parallax-y), 0) scale(1.04);
  transition: transform 80ms linear;
}

.hero {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  border-bottom: 1px solid var(--om-rule);
}

.hero-bg {
  position: absolute;
  inset: -70px 0;
  width: 100%;
  height: calc(100% + 140px);
  object-fit: cover;
}

.hero-veil {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(810px, 70vw);
  background: linear-gradient(90deg, rgba(251,250,244,0.94), rgba(251,250,244,0.78) 68%, rgba(251,250,244,0.08));
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 66px;
}

.eyebrow {
  color: var(--om-teal);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.hero h1 {
  width: min(620px, 100%);
  margin-top: 20px;
  color: var(--om-ink);
  font-size: 78px;
  font-weight: 700;
  line-height: 88px;
}

.hero-lead {
  width: min(600px, 100%);
  margin-top: 30px;
  font-size: 22px;
  line-height: 34px;
}

.hero-btn {
  margin-top: 14px;
}

.section-pad {
  padding: 130px 0;
}

.section-head {
  max-width: 760px;
}

.section-head h2,
.deliverables h2,
.process h2,
.faq h2,
.action h2 {
  color: var(--om-ink);
  font-size: 44px;
  line-height: 54px;
}

.section-head p {
  margin-top: 24px;
  font-size: 18px;
  line-height: 29px;
}

.outputs {
  background: #fff;
}

.output-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 54px;
  margin-top: 58px;
}

.output-card {
  min-height: 285px;
  padding: 21px;
  border: 1px solid rgba(219, 222, 223, 0.75);
  border-radius: 10px;
  background: #fff;
}

.index-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--om-teal-line);
  border-radius: 50%;
  background: var(--om-teal-soft);
  color: var(--om-teal);
  font-size: 13px;
  font-weight: 700;
}

.output-card h3 {
  margin-top: 16px;
  font-size: 19px;
  line-height: 24px;
}

.output-card p {
  margin-top: 16px;
  font-size: 13px;
  line-height: 21px;
}

.output-card a {
  display: inline-block;
  margin-top: 22px;
  color: var(--om-teal);
  font-size: 13px;
  font-weight: 600;
}

.brand-proof {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: var(--om-bg);
}

.brand-proof img {
  position: absolute;
  inset: -56px 0;
  width: 100%;
  height: calc(100% + 112px);
  object-fit: cover;
  opacity: 0.72;
}

.proof-veil {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(810px, 70vw);
  background: linear-gradient(90deg, rgba(251,250,244,0.94), rgba(251,250,244,0.78) 68%, rgba(251,250,244,0.08));
}

.proof-copy {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

.proof-copy h2 {
  width: min(500px, 100%);
  font-size: 36px;
  line-height: 44px;
}

.proof-copy p {
  width: min(470px, 100%);
  margin-top: 22px;
  font-size: 18px;
  line-height: 30px;
}

.pipeline {
  background: var(--om-teal-soft);
}

.pipeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 575px) 540px;
  gap: 113px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 40px;
  margin-top: 80px;
}

.step-card {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 10px;
  min-height: 150px;
  padding: 24px 32px 24px 26px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
}

.step-card span {
  color: var(--om-teal);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.step-card h3 {
  font-size: 20px;
  line-height: 26px;
}

.step-card p {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 19px;
}

.integration-card {
  min-height: 820px;
  padding: 37px 35px 30px;
  border: 1px solid rgba(219, 222, 223, 0.65);
  border-radius: 12px;
  background: rgba(251, 250, 244, 0.98);
}

.integration-card h2 {
  width: min(420px, 100%);
  margin-top: 16px;
  font-size: 30px;
  line-height: 38px;
}

.integration-card > p:not(.eyebrow) {
  margin-top: 26px;
  font-size: 16px;
  line-height: 25px;
}

.integration-card img {
  width: 468px;
  height: 468px;
  margin-top: 60px;
  object-fit: cover;
  transform: translate3d(0, calc(var(--parallax-y) * 0.55), 0) scale(1.02);
}

.action {
  background: var(--om-bg);
}

.action-layout {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 110px;
  align-items: center;
}

.action h2,
.deliverables h2,
.process h2,
.faq h2 {
  margin-top: 0;
}

.action p {
  margin-top: 18px;
  font-size: 20px;
  line-height: 31px;
}

.action .btn-primary {
  margin-top: 34px;
}

.action-note {
  font-size: 24px !important;
  line-height: 34px !important;
}

.deliverables,
.faq {
  background: #fff;
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 560px));
  gap: 70px 60px;
  margin-top: 68px;
}

.deliverable-grid article {
  min-height: 190px;
  padding: 29px 27px;
  border: 1px solid rgba(219, 222, 223, 0.75);
  border-radius: 10px;
}

.deliverable-grid h3 {
  font-size: 24px;
  line-height: 30px;
}

.deliverable-grid p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

.process {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.process > img {
  position: absolute;
  inset: -64px 0;
  width: 100%;
  height: calc(100% + 128px);
  object-fit: cover;
  opacity: 0.58;
}

.process .ds-wrap {
  position: relative;
  z-index: 1;
}

.process-list,
.faq-list {
  margin-top: 76px;
  border-top: 1px solid var(--om-rule);
}

.process-list article,
.faq-list article {
  display: grid;
  grid-template-columns: 320px minmax(0, 620px);
  gap: 108px;
  padding: 34px 0;
  border-bottom: 1px solid var(--om-rule);
}

.process-list h3,
.faq-list h3 {
  font-size: 24px;
  line-height: 30px;
}

.process-list p,
.faq-list p {
  font-size: 16px;
  line-height: 26px;
}

.faq-list article {
  grid-template-columns: 395px minmax(0, 650px);
  gap: 73px;
}

@media (max-width: 900px) {
  .ds-wrap {
    width: calc(100vw - 48px);
  }

  .hero {
    min-height: 560px;
  }

  .hero-bg {
    width: 328%;
    max-width: none;
    left: -201%;
    height: calc(100% + 118px);
    inset-block: -59px;
    object-fit: cover;
  }

  .hero-veil {
    width: 100%;
    background: rgba(251, 250, 244, 0.76);
  }

  .hero-copy {
    padding-top: 54px;
  }

  .eyebrow {
    font-size: 12px;
    line-height: 17px;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: 48px;
    line-height: 58px;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-btn {
    margin-top: 26px;
    min-height: 48px;
    padding: 0 18px;
    font-size: 13px;
  }

  .section-pad {
    padding: 72px 0;
  }

  .section-head h2,
  .deliverables h2,
  .process h2,
  .faq h2,
  .action h2 {
    font-size: 31px;
    line-height: 39px;
  }

  .section-head p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
  }

  .output-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 28px;
  }

  .output-card {
    min-height: 190px;
    padding: 18px;
    border-radius: 6px;
  }

  .index-chip {
    width: 24px;
    height: 24px;
    border: 0;
    background: #e9f1f0;
    font-size: 10px;
    font-weight: 600;
  }

  .output-card h3 {
    margin-top: 16px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
  }

  .output-card p {
    font-size: 13px;
    line-height: 18px;
  }

  .brand-proof {
    min-height: 500px;
  }

  .brand-proof img {
    width: 286%;
    max-width: none;
    left: -156%;
    height: calc(100% + 96px);
    inset-block: -48px;
    opacity: 0.7;
  }

  .proof-veil {
    width: 100%;
    background: rgba(251, 250, 244, 0.48);
  }

  .proof-copy {
    padding-top: 82px;
  }

  .proof-copy h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .proof-copy p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .pipeline-layout {
    display: block;
  }

  .steps {
    gap: 20px;
    margin-top: 52px;
  }

  .step-card {
    grid-template-columns: 40px 1fr;
    min-height: 210px;
    padding: 22px 18px;
    border-radius: 6px;
  }

  .step-card h3 {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
  }

  .step-card p {
    font-size: 12px;
    line-height: 17px;
  }

  .integration-card {
    min-height: 610px;
    margin-top: 30px;
    padding: 27px 23px;
    border-radius: 6px;
  }

  .integration-card h2 {
    margin-top: 16px;
    font-size: 26px;
    line-height: 33px;
  }

  .integration-card > p:not(.eyebrow) {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
  }

  .integration-card img {
    width: 294px;
    height: 250px;
    margin-top: 34px;
  }

  .action-layout {
    display: block;
    border: 0;
  }

  .action p,
  .action-note {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .deliverable-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
  }

  .deliverable-grid article {
    min-height: 192px;
    padding: 24px 20px;
    border-radius: 6px;
  }

  .deliverable-grid h3 {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
  }

  .deliverable-grid p {
    font-size: 13px;
    line-height: 19px;
  }

  .process > img {
    width: 462%;
    max-width: none;
    left: -269%;
    height: calc(100% + 96px);
    inset-block: -48px;
    opacity: 0.35;
  }

  .process-list,
  .faq-list {
    margin-top: 46px;
  }

  .process-list article,
  .faq-list article {
    display: block;
    padding: 22px 0;
  }

  .process-list h3,
  .faq-list h3 {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
  }

  .process-list p,
  .faq-list p {
    margin-top: 14px;
    font-size: 13px;
    line-height: 19px;
  }

}

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.8);
  transition: transform 0.28s ease;
  will-change: transform;
}

.nav.nav--hidden {
  transform: translateY(-100%);
}

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

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fg);
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.brand:hover,
.brand:focus-visible {
  transform: scale(1.05);
  text-decoration: none;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.brand::after {
  display: none;
}

.nav-menu {
  display: none;
}

.nav ul {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  position: relative;
  color: var(--fg);
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 1px;
  width: 100%;
  background: currentColor;
  opacity: 0.35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.nav a:hover {
  text-decoration: none;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav.nav--open .nav-menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
}

.nav.nav--open .nav-menu ul {
  flex-direction: column;
  gap: 24px;
  font-size: 22px;
  text-align: center;
}

.nav-toggle {
  display: none;
  padding: 6px;
  border: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px 0;
  border-radius: 1px;
  background: currentColor;
}

.nav-close {
  display: none;
  position: absolute;
  top: 24px;
  right: 24px;
  border: 0;
  appearance: none;
  background: transparent;
  color: var(--fg);
  font-size: 22px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
}

.nav.nav--open .nav-close {
  display: block;
}

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

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

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

footer .wrap {
  position: relative;
}

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

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;
}

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

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

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

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;
}

footer .grid p:first-child::after {
  content: none;
}

.home-v2-footer-cta {
  position: absolute;
  right: 108px;
  top: 12px;
  z-index: 1;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.home-v2-footer-cta:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

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

  footer .wrap::after {
    left: 28px;
  }

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

  .home-v2-footer-cta {
    right: 28px;
  }
}

@media (max-width: 900px), (orientation: landscape) and (max-height: 500px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
  }
}

@media (min-width: 901px) {
  .nav-toggle {
    display: none !important;
  }

  .nav-menu {
    display: flex !important;
    position: static;
    align-items: center;
    background: none;
  }

  .nav-menu ul {
    flex-direction: row;
    gap: 16px;
    font-size: 1rem;
  }
}

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

  .proof-veil {
    width: 100%;
    background: linear-gradient(90deg, rgba(251,250,244,0.82), rgba(251,250,244,0.62) 68%, rgba(251,250,244,0.18));
  }
}

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

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

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

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

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

  .home-v2-footer-cta {
    display: none;
  }

  footer .wrap::after {
    left: 20px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .parallax-layer,
  .integration-card img {
    transform: none;
    transition: none;
    will-change: auto;
  }

  .nav {
    transition: none;
  }
}

body.daily-signals-v2 {
  overflow-x: hidden;
}

body.daily-signals-v2 main > section.section-pad {
  padding: 130px 0;
}

body.daily-signals-v2 .ds-wrap {
  max-width: calc(100vw - 48px);
}

body.daily-signals-v2 h1,
body.daily-signals-v2 h2,
body.daily-signals-v2 h3,
body.daily-signals-v2 p {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  body.daily-signals-v2 main > section.section-pad {
    padding: 72px 0;
  }
}

@media (max-width: 767px) {
  body.daily-signals-v2 .ds-wrap {
    width: min(342px, calc(100vw - 48px));
    max-width: min(342px, calc(100vw - 48px));
    margin-left: 24px;
    margin-right: 24px;
  }
}
