body.home-approved {
  --home-navy: #10194a;
  --home-navy-deep: #080e2b;
  --home-green: #8cc63f;
  --home-green-dark: #4e7318;
  --home-paper: #faf8f2;
  --home-cream: #eee8da;
  --home-white: #ffffff;
  --home-ink: #17213d;
  --home-muted: #60697a;
  --home-line: #d7d0c2;
  --home-max: 1180px;
  margin: 0;
  overflow-x: hidden;
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.home-approved,
body.home-approved *,
body.home-approved *::before,
body.home-approved *::after {
  box-sizing: border-box;
}

body.home-approved a {
  color: inherit;
}

body.home-approved img,
body.home-approved svg {
  display: block;
  max-width: 100%;
  height: auto;
}

body.home-approved button {
  font: inherit;
}

body.home-approved .home-shell {
  width: min(var(--home-max), calc(100% - 64px));
  margin-inline: auto;
}

body.home-approved .home-skip-link {
  position: absolute;
  top: -80px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--home-white);
  color: var(--home-navy);
  font-weight: 800;
}

body.home-approved .home-skip-link:focus {
  top: 12px;
}

body.home-approved :where(a, button):focus,
body.home-approved :where(a, button):focus-visible {
  outline: 3px solid var(--home-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--home-green-dark);
}

body.home-approved .home-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgb(16 25 74 / 12%);
  background: rgb(250 248 242 / 96%);
  backdrop-filter: blur(12px);
}

body.home-approved .home-nav {
  position: relative;
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

body.home-approved .home-logo-link {
  flex: 0 0 auto;
}

body.home-approved .home-logo {
  width: 164px;
}

body.home-approved .home-nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 13px;
  font-weight: 800;
}

body.home-approved .home-nav-links a {
  min-height: 44px;
  padding: 12px 0 10px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

body.home-approved .home-nav-links a:hover,
body.home-approved .home-nav-links a:focus-visible {
  border-bottom-color: var(--home-green);
  color: var(--home-navy);
}

body.home-approved .home-nav-links .home-nav-cta {
  padding: 12px 16px;
  border-bottom: 0;
  background: var(--home-navy);
  color: var(--home-white);
}

body.home-approved .home-nav-links .home-nav-cta:hover,
body.home-approved .home-nav-links .home-nav-cta:focus-visible {
  border-bottom: 0;
  background: var(--home-navy-deep);
  color: var(--home-white);
}

body.home-approved .home-nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 11px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
  color: var(--home-navy);
  cursor: pointer;
}

body.home-approved .home-nav-toggle span {
  width: 21px;
  height: 3px;
  background: currentColor;
}

body.home-approved .home-hero {
  position: relative;
  overflow: hidden;
  background: var(--home-navy);
  color: var(--home-white);
}

body.home-approved .home-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  background: var(--home-green);
  content: "";
}

body.home-approved .home-hero::after {
  position: absolute;
  top: -420px;
  right: -280px;
  width: 830px;
  height: 830px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  content: "";
}

body.home-approved .home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 610px;
  grid-template-columns: 1.05fr 0.95fr;
}

body.home-approved .home-hero-copy {
  display: flex;
  padding: 88px 80px 84px 0;
  border-right: 1px solid rgb(255 255 255 / 15%);
  flex-direction: column;
  justify-content: center;
}

body.home-approved .home-eyebrow,
body.home-approved .home-kicker {
  margin: 0 0 18px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.home-approved .home-eyebrow {
  color: var(--home-green);
}

body.home-approved .home-kicker {
  color: var(--home-green-dark);
}

body.home-approved .home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--home-white);
  font-size: clamp(58px, 6.2vw, 92px);
  font-weight: 900;
  line-height: 0.91;
  letter-spacing: -0.062em;
}

body.home-approved .home-hero h1 em {
  display: block;
  margin-top: 14px;
  color: var(--home-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.85em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

body.home-approved .home-hero-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: #d1d7e5;
  font-size: 19px;
  line-height: 1.68;
}

body.home-approved .home-hero-lead strong {
  color: var(--home-white);
}

body.home-approved .home-actions {
  display: flex;
  margin-top: 34px;
  align-items: center;
  gap: 22px;
}

body.home-approved .home-button {
  display: inline-flex;
  min-height: 50px;
  padding: 13px 20px;
  border: 2px solid transparent;
  align-items: center;
  justify-content: center;
  background: var(--home-navy);
  color: var(--home-white);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

body.home-approved .home-button-green {
  background: var(--home-green);
  color: var(--home-navy);
}

body.home-approved .home-button-green:hover,
body.home-approved .home-button-green:focus-visible {
  background: #9bd64b;
}

body.home-approved .home-text-link {
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  font-weight: 800;
  text-decoration: none;
}

body.home-approved .home-hero-side {
  display: flex;
  padding: 64px 0 64px 64px;
  align-items: center;
}

body.home-approved .home-rough-sheet {
  position: relative;
  width: 100%;
  min-height: 455px;
  padding: 30px;
  transform: rotate(0.35deg);
  background: #f8f3e7;
  box-shadow: 16px 16px 0 rgb(140 198 63 / 86%);
  color: var(--home-ink);
}

body.home-approved .home-rough-label {
  position: absolute;
  top: 18px;
  right: 21px;
  color: #7b7465;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.home-approved .home-rough-sheet h2 {
  max-width: 340px;
  margin: 18px 0 0;
  color: var(--home-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.08;
}

body.home-approved .home-scrap {
  position: absolute;
  padding: 13px;
  border: 1px solid #bbb19e;
  background: var(--home-white);
  box-shadow: 3px 4px 0 rgb(16 25 74 / 8%);
  font-size: 13px;
  line-height: 1.35;
}

body.home-approved .home-scrap strong,
body.home-approved .home-scrap span {
  display: block;
}

body.home-approved .home-scrap strong {
  font-weight: 800;
}

body.home-approved .home-scrap span {
  margin-top: 5px;
  color: #756e60;
  font-size: 10px;
  font-weight: 600;
}

body.home-approved .home-scrap-one {
  top: 138px;
  left: 28px;
  transform: rotate(-2deg);
}

body.home-approved .home-scrap-two {
  top: 120px;
  right: 30px;
  transform: rotate(2deg);
}

body.home-approved .home-scrap-three {
  top: 260px;
  left: 58px;
  transform: rotate(1deg);
}

body.home-approved .home-scrap-four {
  top: 252px;
  right: 46px;
  transform: rotate(-1.5deg);
}

body.home-approved .home-clear-result {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 270px;
  margin: 0;
  padding: 17px 20px;
  transform: translateX(-50%);
  border: 3px solid var(--home-green);
  background: #f3faea;
  color: var(--home-navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

body.home-approved .home-statement {
  border-top: 1px solid var(--home-navy);
  border-bottom: 1px solid var(--home-navy);
  background: var(--home-green);
}

body.home-approved .home-statement .home-shell {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

body.home-approved .home-statement h2 {
  margin: 0;
  color: var(--home-navy);
  font-size: 23px;
  line-height: 1.2;
}

body.home-approved .home-statement p {
  max-width: 690px;
  margin: 0;
  color: #263348;
  font-size: 15px;
  line-height: 1.55;
}

body.home-approved .home-section {
  padding: 94px 0;
}

body.home-approved #problems {
  scroll-margin-top: 84px;
}

body.home-approved .home-section-white {
  background: var(--home-white);
}

body.home-approved .home-section-head {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: end;
  gap: 72px;
}

body.home-approved .home-section-head h2 {
  margin: 13px 0 0;
  color: var(--home-navy);
  font-size: 57px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

body.home-approved .home-section-head > p {
  margin: 0;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.75;
}

body.home-approved .home-path-list {
  display: block;
  margin-top: 55px;
  border-top: 4px solid var(--home-navy);
}

body.home-approved .home-path-row {
  display: grid;
  padding: 27px 0;
  border-bottom: 1px solid var(--home-line);
  grid-template-columns: 70px 1fr 290px 40px;
  align-items: center;
  gap: 26px;
  text-decoration: none;
}

body.home-approved .home-path-number {
  color: var(--home-green-dark);
  font-size: 12px;
  font-weight: 900;
}

body.home-approved .home-path-row h3 {
  margin: 0;
  color: var(--home-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
}

body.home-approved .home-path-row p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.55;
}

body.home-approved .home-path-arrow {
  color: var(--home-green-dark);
  font-size: 28px;
  font-weight: 900;
  transition: transform 150ms ease;
}

body.home-approved .home-path-row:hover .home-path-arrow,
body.home-approved .home-path-row:focus-visible .home-path-arrow {
  transform: translateX(5px);
}

body.home-approved .home-founder {
  background: var(--home-cream);
}

body.home-approved .home-founder-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 80px;
}

body.home-approved .home-founder-intro {
  padding-top: 16px;
  border-top: 6px solid var(--home-green);
}

body.home-approved .home-founder-intro h2 {
  margin: 16px 0 0;
  color: var(--home-navy);
  font-size: 36px;
  letter-spacing: -0.03em;
}

body.home-approved .home-founder-intro p {
  margin: 14px 0 0;
  color: var(--home-muted);
  line-height: 1.68;
}

body.home-approved .home-founder-quote {
  margin: 0;
  color: var(--home-navy);
  font-size: 52px;
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.052em;
}

body.home-approved .home-founder-quote span {
  color: var(--home-green-dark);
}

body.home-approved .home-founder-copy {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--home-muted);
  font-size: 17px;
  line-height: 1.75;
}

body.home-approved .home-cta-band {
  background: var(--home-navy);
  color: var(--home-white);
}

body.home-approved .home-cta-band .home-shell {
  display: flex;
  padding-top: 68px;
  padding-bottom: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

body.home-approved .home-cta-band h2 {
  max-width: 780px;
  margin: 0;
  color: var(--home-white);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.045em;
}

body.home-approved .home-cta-band p {
  max-width: 560px;
  margin: 16px 0 0;
  color: #c8cedd;
  line-height: 1.65;
}

body.home-approved .home-footer {
  padding: 36px 0;
  border-top: 1px solid #d1c7b5;
  background: #e8e1d2;
}

body.home-approved .home-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

body.home-approved .home-footer p {
  margin: 0;
  color: #626a78;
  font-size: 12px;
}

body.home-approved .home-footer a:not(.home-logo-link) {
  text-underline-offset: 3px;
}

@media (max-width: 850px) {
  body.home-approved .home-shell {
    width: min(calc(100% - 38px), var(--home-max));
  }

  body.home-approved .home-nav {
    min-height: 75px;
  }

  body.home-approved .home-logo {
    width: 142px;
  }

  .home-js body.home-approved .home-nav-toggle {
    display: inline-flex;
  }

  body.home-approved .home-nav-links {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    padding: 10px 19px 18px;
    border: 1px solid rgb(16 25 74 / 14%);
    border-top: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--home-paper);
  }

  .home-js body.home-approved .home-nav-links {
    display: none;
  }

  .home-js body.home-approved.home-nav-open .home-nav-links {
    display: flex;
  }

  body.home-approved .home-nav-links a,
  body.home-approved .home-nav-links .home-nav-cta {
    display: flex;
    min-height: 48px;
    padding: 12px 10px;
    align-items: center;
    border-bottom: 1px solid var(--home-line);
  }

  body.home-approved .home-nav-links .home-nav-cta {
    margin-top: 8px;
    border-bottom: 0;
    justify-content: center;
  }

  body.home-approved .home-hero::before {
    width: 7px;
  }

  body.home-approved .home-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  body.home-approved .home-hero-copy {
    padding: 60px 0 54px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
  }

  body.home-approved .home-hero h1 {
    font-size: 58px;
  }

  body.home-approved .home-hero-lead {
    font-size: 17px;
  }

  body.home-approved .home-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  body.home-approved .home-hero-side {
    padding: 42px 0 62px;
  }

  body.home-approved .home-rough-sheet {
    min-height: 430px;
    padding: 22px;
    box-shadow: 10px 10px 0 rgb(140 198 63 / 86%);
  }

  body.home-approved .home-rough-sheet h2 {
    font-size: 26px;
  }

  body.home-approved .home-scrap {
    font-size: 11px;
  }

  body.home-approved .home-scrap-one {
    top: 126px;
    left: 18px;
  }

  body.home-approved .home-scrap-two {
    top: 116px;
    right: 16px;
  }

  body.home-approved .home-scrap-three {
    top: 242px;
    left: 31px;
  }

  body.home-approved .home-scrap-four {
    top: 235px;
    right: 25px;
  }

  body.home-approved .home-clear-result {
    width: 230px;
    font-size: 14px;
  }

  body.home-approved .home-statement .home-shell {
    padding: 23px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  body.home-approved .home-statement h2 {
    font-size: 21px;
  }

  body.home-approved .home-section {
    padding: 70px 0;
  }

  body.home-approved #problems {
    scroll-margin-top: 75px;
  }

  body.home-approved .home-section-head,
  body.home-approved .home-founder-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.home-approved .home-section-head h2 {
    font-size: 44px;
  }

  body.home-approved .home-path-list {
    margin-top: 40px;
  }

  body.home-approved .home-path-row {
    grid-template-columns: 42px 1fr 30px;
    gap: 12px;
  }

  body.home-approved .home-path-row p {
    grid-column: 2;
  }

  body.home-approved .home-path-row h3 {
    font-size: 24px;
  }

  body.home-approved .home-path-arrow {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  body.home-approved .home-founder-quote {
    font-size: 40px;
  }

  body.home-approved .home-cta-band .home-shell {
    padding-top: 55px;
    padding-bottom: 55px;
    align-items: flex-start;
    flex-direction: column;
  }

  body.home-approved .home-cta-band h2 {
    font-size: 39px;
  }

  body.home-approved .home-footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  body.home-approved .home-shell {
    width: min(calc(100% - 32px), var(--home-max));
  }

  body.home-approved .home-hero-copy {
    padding-top: 52px;
  }

  body.home-approved .home-hero h1 {
    font-size: 49px;
  }

  body.home-approved .home-rough-sheet {
    min-height: 445px;
    padding: 18px;
  }

  body.home-approved .home-rough-sheet h2 {
    max-width: 245px;
    font-size: 24px;
  }

  body.home-approved .home-scrap-one {
    left: 12px;
  }

  body.home-approved .home-scrap-two {
    right: 12px;
  }

  body.home-approved .home-scrap-three {
    left: 18px;
  }

  body.home-approved .home-scrap-four {
    right: 16px;
  }

  body.home-approved .home-clear-result {
    width: 210px;
    padding-inline: 14px;
  }

  body.home-approved .home-section-head h2 {
    font-size: 38px;
  }

  body.home-approved .home-founder-quote {
    font-size: 36px;
  }

  body.home-approved .home-cta-band h2 {
    font-size: 34px;
  }
}

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

  body.home-approved .home-path-arrow {
    transition: none;
  }
}
