@font-face {
  font-family: "Geist";
  src: url("/fonts/geist-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --night: #061f1a;
  --forest: #0b3028;
  --field: #185445;
  --paper: #f7f3e8;
  --cream: #fffdf7;
  --ink: #12342b;
  --muted: #5d7068;
  --line: rgba(18, 52, 43, 0.16);
  --gold: #e0ad2d;
  --gold-soft: #f7dc7b;
  --cyan: #43cbed;
  --cyan-deep: #168aa6;
  --shadow: 0 26px 75px rgba(6, 31, 26, 0.17);
  --wrap: 1220px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--night);
  background: var(--gold-soft);
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

h1,
h2,
p,
figure {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 22px;
  font-weight: 750;
  line-height: 1.01;
  letter-spacing: -0.05em;
}

h1 {
  font-size: clamp(3.7rem, 6.2vw, 6.7rem);
}

h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.wrap {
  width: min(calc(100% - 48px), var(--wrap));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--cream);
  background: var(--night);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(247, 243, 232, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 30px;
}

.brand {
  width: 155px;
  margin-right: auto;
}

.nav-inner nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-inner nav > a:not(.button),
.text-link,
.learn-more-link {
  color: var(--field);
  font-size: 0.84rem;
  font-weight: 720;
  text-decoration: none;
}

.nav-inner nav > a:not(.button):hover,
.text-link:hover,
.learn-more-link:hover {
  color: var(--cyan-deep);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: var(--cream);
  background: var(--night);
  border: 1px solid var(--night);
  border-radius: 999px;
  box-shadow: 0 11px 26px rgba(6, 31, 26, 0.17);
  font-size: 0.87rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  background: var(--field);
  box-shadow: 0 15px 32px rgba(6, 31, 26, 0.23);
  transform: translateY(-2px);
}

.button-small {
  min-height: 41px;
  padding-inline: 18px;
  font-size: 0.78rem;
}

.button-cyan {
  color: var(--night);
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: none;
}

.button-cyan:hover {
  background: #86e2f7;
}

.eyebrow,
.kicker {
  margin-bottom: 22px;
  color: var(--field);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.kicker-light {
  color: var(--gold-soft);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  overflow: hidden;
  padding-block: clamp(80px, 9vw, 130px) clamp(90px, 10vw, 140px);
  background:
    radial-gradient(circle at 78% 12%, rgba(67, 203, 237, 0.13), transparent 25%),
    radial-gradient(circle at 12% 90%, rgba(224, 173, 45, 0.15), transparent 28%),
    linear-gradient(145deg, var(--cream), var(--paper) 64%, #e5efe7);
}

.field-grid {
  position: absolute;
  inset: 0;
  opacity: 0.43;
  background-image:
    linear-gradient(rgba(18, 52, 43, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 52, 43, 0.065) 1px, transparent 1px);
  background-size: 43px 43px;
  mask-image: linear-gradient(to right, #000, transparent 55%, #000);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.04fr) minmax(480px, 0.96fr);
  gap: clamp(55px, 7vw, 100px);
}

.hero-layout > *,
.need-layout > *,
.payoff-layout > *,
.try-layout > * {
  min-width: 0;
}

.hero-copy {
  max-width: 750px;
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: #3f5e54;
  font-size: clamp(1.1rem, 1.65vw, 1.32rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}

.text-link {
  padding-block: 12px;
}

.proof-pills {
  display: flex;
  margin: 37px 0 0;
  padding: 0;
  list-style: none;
  gap: 8px;
  flex-wrap: wrap;
}

.proof-pills li {
  padding: 7px 11px;
  color: var(--field);
  background: rgba(255, 253, 247, 0.68);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 750;
}

.hero-product {
  position: relative;
  margin: 0;
  padding: 58px 0 50px;
}

.hero-product::before {
  position: absolute;
  inset: 15px -40px 5px 35px;
  content: "";
  background: rgba(255, 253, 247, 0.55);
  border: 1px solid var(--line);
  border-radius: 47% 53% 45% 55%;
  box-shadow: var(--shadow);
  transform: rotate(-4deg);
}

.product-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #eaf0eb;
  border: 1px solid rgba(6, 31, 26, 0.2);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(6, 31, 26, 0.19);
  transform: perspective(1300px) rotateY(-4deg) rotateX(2deg);
}

.window-bar {
  display: flex;
  height: 39px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  color: var(--muted);
  background: #f7f8f4;
  font-size: 0.61rem;
}

.window-bar span {
  width: 7px;
  height: 7px;
  background: #c7cfca;
  border-radius: 50%;
}

.window-bar b {
  margin-left: 6px;
}

.hero-product figcaption {
  position: relative;
  z-index: 3;
  display: flex;
  width: 88%;
  align-items: center;
  gap: 9px;
  margin: -1px auto 0;
  padding: 12px 15px;
  color: var(--field);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 14px 28px rgba(6, 31, 26, 0.1);
  font-size: 0.68rem;
  font-weight: 690;
}

.hero-product figcaption i {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  background: var(--cyan-deep);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(22, 138, 166, 0.12);
}

.work-chip {
  position: absolute;
  z-index: 4;
  width: 150px;
  padding: 12px 14px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 13px;
  box-shadow: 0 13px 32px rgba(6, 31, 26, 0.13);
}

.work-chip span,
.work-chip strong {
  display: block;
}

.work-chip span {
  color: var(--cyan-deep);
  font-size: 0.55rem;
  font-weight: 820;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.work-chip strong {
  margin-top: 5px;
  color: var(--night);
  font-size: 0.74rem;
}

.work-chip-before {
  top: 16px;
  left: -25px;
  transform: rotate(-3deg);
}

.work-chip-after {
  right: -28px;
  bottom: 8px;
  transform: rotate(3deg);
}

.need {
  padding-block: clamp(75px, 8vw, 110px);
  color: var(--cream);
  background: var(--night);
}

.need-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
  gap: clamp(55px, 8vw, 120px);
}

.need h2 {
  max-width: 600px;
  color: var(--cream);
}

.need-copy {
  padding-top: 34px;
  color: rgba(255, 253, 247, 0.68);
  font-size: 1.05rem;
}

.need-copy p:last-child {
  margin-bottom: 0;
  padding: 20px 0 0 20px;
  color: var(--cream);
  border-left: 3px solid var(--gold);
  font-weight: 650;
}

.payoff {
  padding-block: clamp(90px, 10vw, 145px);
  background: var(--cream);
}

.payoff-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(60px, 8vw, 115px);
}

.payoff-copy > p:not(.kicker):not(.control-line) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.05rem;
}

.control-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0 0;
  color: var(--field);
  font-size: 0.78rem;
  font-weight: 760;
}

.control-line span {
  display: flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  border-radius: 50%;
}

.compounding-path {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}

.compounding-path::before {
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 54px;
  width: 2px;
  content: "";
  background: linear-gradient(var(--gold), var(--cyan));
}

.compounding-path li {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 120px;
  align-items: center;
  padding: 24px 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
}

.compounding-path li > span {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: var(--night);
  background: var(--gold);
  border: 7px solid var(--paper);
  border-radius: 50%;
  font-size: 0.65rem;
  font-weight: 850;
}

.compounding-path li:nth-child(3) > span {
  background: var(--cyan);
}

.compounding-path strong,
.compounding-path small {
  display: block;
}

.compounding-path strong {
  color: var(--night);
  font-size: 1rem;
}

.compounding-path small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.68rem;
}

.try-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(85px, 9vw, 130px);
  color: var(--cream);
  background:
    radial-gradient(circle at 85% 10%, rgba(67, 203, 237, 0.15), transparent 28%),
    var(--forest);
}

.thread-mark {
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 430px;
  opacity: 0.05;
  transform: rotate(12deg);
}

.thread-mark img {
  filter: brightness(0) invert(1);
}

.try-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.85fr);
  gap: clamp(60px, 9vw, 130px);
}

.try-section h2 {
  max-width: 700px;
  color: var(--cream);
}

.try-copy > p:first-child {
  color: rgba(255, 253, 247, 0.7);
}

.waitlist-form label {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-soft);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.input-row input {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  color: var(--night);
  background: var(--cream);
  border: 1px solid rgba(255, 253, 247, 0.28);
  border-radius: 999px;
}

.waitlist-msg {
  min-height: 24px;
  margin: 9px 0 0;
  font-size: 0.74rem;
}

.waitlist-msg.ok {
  color: var(--cyan);
}

.waitlist-msg.err {
  color: #ffb095;
}

.learn-more-link {
  color: rgba(255, 253, 247, 0.7);
}

.learn-more-link:hover {
  color: var(--cyan);
}

.footer {
  padding-block: 28px;
  color: rgba(255, 253, 247, 0.58);
  background: var(--night);
  border-top: 1px solid rgba(255, 253, 247, 0.1);
}

.footer-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 170px 1fr auto;
  gap: 28px;
}

.footer-inner p {
  margin: 0;
  font-size: 0.68rem;
}

.footer-inner p:nth-child(2) {
  text-align: center;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    max-width: 900px;
  }

  .hero-product {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .need-layout,
  .payoff-layout,
  .try-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .need-copy,
  .try-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .compounding-path {
    width: min(100%, 760px);
  }
}

@media (max-width: 900px) {
  .hero-layout,
  .need-layout,
  .payoff-layout,
  .try-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    min-height: auto;
  }

  .need,
  .payoff,
  .try-section {
    padding-block: 85px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  .wrap {
    width: min(calc(100% - 30px), var(--wrap));
  }

  html {
    scroll-padding-top: 70px;
  }

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

  .brand {
    width: 140px;
  }

  .nav-inner nav > a:not(.button) {
    display: none;
  }

  .button-small {
    min-height: 39px;
    padding-inline: 15px;
  }

  .hero {
    padding-block: 62px 75px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 16vw, 4.3rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  .proof-pills {
    margin-top: 28px;
  }

  .hero-product {
    padding: 65px 0 55px;
  }

  .hero-product::before {
    inset: 25px 0 20px;
  }

  .product-window {
    transform: none;
  }

  .hero-product figcaption {
    width: 96%;
  }

  .work-chip {
    width: 132px;
  }

  .work-chip-before {
    left: 0;
  }

  .work-chip-after {
    right: 0;
  }

  h2 {
    font-size: clamp(2.75rem, 12vw, 3.5rem);
  }

  .need-copy {
    font-size: 0.96rem;
  }

  .compounding-path li {
    min-height: 108px;
    padding: 20px;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
  }

  .compounding-path::before {
    left: 44px;
  }

  .compounding-path li > span {
    width: 46px;
    height: 46px;
    border-width: 5px;
  }

  .input-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .input-row .button {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .footer-inner a {
    width: 160px;
  }

  .footer-inner p:nth-child(2) {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
