:root {
  color-scheme: light;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: #29392d;
  background: #faf9f6;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, input { font: inherit; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; touch-action: manipulation; }
button:focus-visible, input:focus-visible { outline: 3px solid #8d78b2; outline-offset: 5px; }
[hidden] { display: none !important; }
.sr-only, .honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.masthead {
  width: min(1440px, 100%); margin: auto; padding: 22px 5%;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.wordmark { display: flex; align-items: center; font-size: 21px; font-weight: 800; letter-spacing: -.9px; color: #223629; white-space: nowrap; }
.wordmark img { margin-right: 10px; }
.brand-period { color: #9a87b4; }
.coming-soon { font-size: 12px; display: flex; gap: 8px; align-items: center; color: #677160; white-space: nowrap; }
.coming-soon i { width: 6px; height: 6px; background: #98ad81; border-radius: 50%; }
.hero {
  width: min(1280px, calc(100% - 80px)); margin: auto; padding: 14px 0 26px;
  display: flex; flex-direction: column; align-items: center;
}
.hero-copy { width: 100%; text-align: center; }
.hero h1 {
  font-size: clamp(38px, 4.45vw, 66px); font-weight: 600; letter-spacing: -.055em;
  line-height: 1.1; margin: 0 0 15px; text-wrap: balance;
}
.hero h1 span { color: #607249; }
.payoff { font-size: clamp(17px, 1.7vw, 21px); line-height: 1.5; color: #65705f; margin: 0; letter-spacing: -.35px; text-wrap: balance; }
.hero-art {
  width: min(100%, 900px); height: clamp(275px, 43svh, 440px); margin: 7px 0 0;
  display: block; flex: none; pointer-events: none;
}
.hero-art img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.tools {
  list-style: none; padding: 0; margin: 1px 0 0; width: 100%;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px;
}
.tool, .tool-statement { --tool-color: #426529; }
.tool {
  min-width: 0; position: relative; padding: 14px 12px 9px;
}
.tool.phone, .tool-statement.phone { --tool-color: #7650ad; }
.tool.card, .tool-statement.card { --tool-color: #a85d1c; }
.tool.wallet, .tool-statement.wallet { --tool-color: #286696; }
.tool.is-active .tool-label { color: var(--tool-color); }
.tool-button {
  width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 12px;
  padding: 0; border: 0; border-radius: 10px; background: transparent; color: #34432e;
}
.tool-icon {
  width: 46px; height: 46px; flex: none; display: grid; place-items: center;
  border-radius: 14px; color: #fff; background: var(--tool-color);
  transition: transform .2s, box-shadow .2s;
}
.tool-icon svg { width: 27px; height: 27px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tool.is-active .tool-icon { transform: translateY(-5px) rotate(-5deg); box-shadow: 0 8px 20px color-mix(in srgb, var(--tool-color), transparent 78%), 0 0 0 7px color-mix(in srgb, var(--tool-color), transparent 93%); }
.tool-label { font-size: 17px; font-weight: 600; letter-spacing: -.5px; }
.tool-statements {
  display: grid; width: 100%; min-height: 86px; align-items: center;
  padding: 8px 0 14px; margin: 0 0 18px; text-align: center;
}
.tool-statement {
  grid-area: 1 / 1; min-width: 0; margin: 0; font-size: clamp(24px, 2.35vw, 34px);
  font-weight: 400; line-height: 1.25; letter-spacing: -.7px; color: #596352;
  text-wrap: balance; visibility: hidden; opacity: 0; transform: translateY(5px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.tool-statement.is-active { visibility: visible; opacity: 1; transform: translateY(0); }
.tool-statement strong { color: var(--tool-color); font-weight: 650; }
.signup { width: min(460px, 100%); min-height: 90px; }
.email-entry { display: flex; align-items: stretch; background: white; border: 1px solid #dedfd4; box-shadow: 0 4px 14px #344f3c05; padding: 5px; border-radius: 17px; gap: 4px; }
.email-entry:focus-within { border-color: #9b8bad; }
.email-entry input[type=email] { min-width: 0; width: 100%; background: transparent; border: 0; padding: 13px 11px; color: #29392d; font-size: 14px; border-radius: 11px; }
.email-entry input::placeholder { color: #707565; }
.email-entry input:focus-visible { outline: 0; }
.email-entry button { flex-shrink: 0; border: 0; background: #344f3c; color: white; border-radius: 12px; padding: 13px 14px; display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; transition: background .18s, transform .18s; }
.email-entry button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.email-entry button:hover { background: #486244; transform: translateY(-1px); }
.email-entry button:disabled { opacity: .7; cursor: wait; transform: none; }
.signup-note { font-size: 11px; color: #6b7264; margin: 12px 0 0; text-align: center; }
.form-error { font-size: 12px; line-height: 1.5; color: #9b4038; margin: 9px 4px; text-align: center; }
.success { display: flex; align-items: center; gap: 14px; min-height: 84px; padding: 16px; border-radius: 18px; background: #eaf0e2; }
.success-icon { width: 37px; height: 37px; flex: none; border-radius: 50%; display: grid; place-items: center; background: #d4e2c5; font-size: 20px; }
.success h2 { font-size: 19px; letter-spacing: -.5px; margin: 0 0 5px; font-weight: 600; }
.success p { font-size: 12px; line-height: 1.5; margin: 0; color: #65715b; }
.success:focus { outline: 0; }
.product-explainer { width: min(760px, 100%); margin: 24px 0 10px; text-align: center; color: #65705f; font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.product-explainer p { margin: 0; }
.product-explainer .explainer-intro { margin-bottom: 12px; color: #34432e; font-size: 16px; font-weight: 500; }
@media (max-width: 1000px) {
  .tool-button { gap: 8px; }
  .tool-label { font-size: 15px; }
  .tool-icon { width: 39px; height: 39px; border-radius: 12px; }
  .tool-icon svg { width: 24px; height: 24px; }
  .tools { gap: 8px; }
}
@media (max-width: 680px) {
  .masthead { padding: 16px 22px; }
  .wordmark { font-size: 18px; letter-spacing: -.7px; }
  .wordmark img { width: 29px; height: 33px; margin-right: 8px; }
  .coming-soon { font-size: 10px; gap: 6px; }
  .hero { width: calc(100% - 36px); padding-top: 19px; padding-bottom: 26px; }
  .hero h1 { font-size: clamp(34px, 8vw, 48px); line-height: 1.06; margin-bottom: 14px; }
  .payoff { font-size: 16px; max-width: 350px; margin: auto; }
  .hero-art { height: auto; aspect-ratio: 3 / 2; width: 100%; margin: 14px 0 4px; }
  .tools { gap: 4px; margin: 0; }
  .tool { padding: 10px 3px 6px; }
  .tool-button { position: relative; min-height: 79px; flex-direction: column; justify-content: flex-start; gap: 9px; }
  .tool-icon { width: 40px; height: 40px; }
  .tool-label { font-size: 11px; line-height: 1.25; letter-spacing: -.25px; }
  .tool-statements { min-height: 102px; padding: 6px 0 14px; margin-bottom: 14px; }
  .tool-statement { font-size: clamp(22px, 5.5vw, 26px); line-height: 1.3; letter-spacing: -.5px; }
  .signup { min-height: 90px; }
  .email-entry input[type=email] { font-size: 16px; padding-left: 10px; }
  .email-entry button { padding: 14px 11px; font-size: 12px; gap: 7px; }
  .email-entry button svg { width: 15px; }
  .signup-note { margin-top: 10px; }
  .product-explainer { margin-top: 22px; text-align: left; font-size: 14px; }
  .product-explainer .explainer-intro { font-size: 15px; }
}
@media (max-width: 370px) {
  .masthead { padding-inline: 18px; }
  .tool-label { font-size: 10px; }
  .email-entry { flex-direction: column; padding: 6px; }
  .email-entry button { justify-content: center; }
}
@media (min-width: 681px) and (max-height: 800px) {
  .masthead { padding-block: 15px; }
  .hero { padding-top: 5px; }
  .hero h1 { font-size: clamp(36px, 4.15vw, 58px); margin-bottom: 10px; }
  .hero-art { height: clamp(230px, 37svh, 300px); }
  .tool-statements { min-height: 78px; margin-bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .tool-icon, .tool-statement, .email-entry button { transition: none; }
  .tool.is-active .tool-icon, .tool-statement { transform: none; }
}
