:root {
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #222923;
  background: #f6f5ef;
  font-synthesis: none;
  --green: #294f3d;
  --muted: #687165;
  --line: #d9ded2;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid #7d9855;
  outline-offset: 6px;
}
a:hover {
  color: #52733e;
}
.shell {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-size: 32px;
  font-weight: 850;
  letter-spacing: -1.8px;
}
.brand span {
  color: #52733e;
  margin-left: 5px;
}
nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--green);
  color: #fff;
  border: 1px solid var(--green);
  border-radius: 28px;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 600;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #3b6249;
  color: #fff;
  transform: translateY(-2px);
}
.button.small {
  padding: 11px 19px;
  gap: 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 36px;
  align-items: center;
  padding-block: 82px 78px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.7px;
  font-weight: 700;
  color: var(--muted);
  margin: 0 0 26px;
}
.dot {
  display: inline-block;
  background: #63814f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 7px;
}
h1 {
  font-size: clamp(48px, 5.4vw, 76px);
  letter-spacing: -4px;
  line-height: 1.05;
  margin: 0 0 30px;
  font-weight: 650;
}
h1 em {
  font-style: normal;
  color: #52733e;
}
.lead {
  font-size: 23px;
  line-height: 1.6;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
}
.description {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.9;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 28px;
}
.text-link {
  font-size: 13px;
}
.text-link span {
  margin-left: 10px;
}
.fine {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
}
.hero .fine {
  margin-top: 14px;
}
.hero-art {
  height: 480px;
  position: relative;
}
.art-grid {
  position: absolute;
  inset: 12px -12px 12px 0;
  border-radius: 50%;
  background: radial-gradient(ellipse, #e6eadb 10%, transparent 70%);
}
.little-label {
  position: absolute;
  right: 25px;
  top: 6px;
  font-size: 12px;
  color: #697761;
  transform: rotate(7deg);
}
.mock-window {
  position: absolute;
  top: 43px;
  left: 26px;
  right: 12px;
  background: #fcfcf8;
  border: 1px solid #cdd6c5;
  border-radius: 12px;
  overflow: hidden;
  transform: rotate(-5deg);
  box-shadow: 0 22px 44px #25382112;
}
.window-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 12px 15px;
  font-size: 10px;
}
.window-dots {
  font-size: 7px;
  letter-spacing: 3px;
  color: #b1bba7;
}
.outing {
  padding: 24px 25px 15px;
  position: relative;
  overflow: hidden;
  background: #e7ebdc;
  min-height: 252px;
}
.mini-eyebrow {
  font-size: 8px;
  letter-spacing: 1px;
  color: #667159;
}
.outing h2 {
  font-size: 31px;
  line-height: 1.35;
  position: relative;
  z-index: 1;
  margin: 14px 0 60px;
  letter-spacing: -1px;
}
.outing-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
}
.landscape {
  position: absolute;
  inset: 20px -10px 34px 40%;
  overflow: hidden;
}
.sun {
  width: 46px;
  height: 46px;
  background: #e5bb69;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  right: 49px;
}
.hill {
  position: absolute;
  width: 260px;
  height: 210px;
  transform: rotate(-34deg);
  border-radius: 80px;
  top: 110px;
  left: -5px;
}
.hill.back {
  background: #93a382;
  top: 87px;
  left: 42px;
}
.hill.front {
  background: #5e795b;
  top: 147px;
  left: -28px;
}
.trail {
  position: absolute;
  width: 120px;
  height: 110px;
  border-left: 12px solid #d9d9a9;
  border-radius: 50%;
  transform: rotate(36deg);
  top: 146px;
  left: 90px;
}
.prompt-card {
  position: absolute;
  top: 302px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 23px;
  border: 1px solid #d6dcce;
  background: #fffef8;
  border-radius: 12px;
  box-shadow: 0 12px 35px #2538210c;
  transform: rotate(-2deg);
}
.spark {
  font-size: 32px;
  color: #597749;
}
.prompt-card p {
  font-size: 18px;
  margin: 5px 0 0;
  letter-spacing: -0.3px;
}
.success-card {
  position: absolute;
  top: 396px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #294f3d;
  color: white;
  padding: 16px 20px;
  border-radius: 12px;
  transform: rotate(3deg);
  box-shadow: 0 12px 30px #294f3d20;
}
.success-card strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.6px;
}
.success-card div span {
  display: block;
  font-size: 9px;
  color: #d6e2cb;
  margin-top: 4px;
}
.check {
  display: grid;
  place-items: center;
  background: #ddea9e;
  color: #294f3d;
  border-radius: 50%;
  width: 29px;
  height: 29px;
}
.success-card > span:last-child {
  margin-left: 20px;
  color: #ddea9e;
}
.demo-note {
  position: absolute;
  bottom: -22px;
  left: 26px;
  font-size: 9px;
  color: #808778;
}
.tools-strip {
  border-block: 1px solid var(--line);
}
.tools-strip > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 24px;
}
.tools-strip p {
  font-size: 12px;
  margin: 0;
}
.tools-strip p span {
  color: var(--muted);
  margin-left: 14px;
}
.tools-strip .shell > div {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.5px;
  display: flex;
  gap: 25px;
}
.separator {
  color: #b2baa8;
  font-weight: 400;
}
.section {
  padding-block: 92px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}
h2 {
  font-size: 35px;
  line-height: 1.45;
  letter-spacing: -1.1px;
  margin: 0;
  font-weight: 600;
}
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin: 0 0 5px;
}
.section-heading strong {
  font-weight: 500;
  color: #34472f;
}
.examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.example-visual {
  height: 246px;
  border: 1px solid #dce0d4;
  border-radius: 12px;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
}
.tiny-top {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visual-foot {
  position: absolute;
  bottom: 17px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #64705d;
}
.budget {
  background: #e9eddf;
}
.expense-label {
  display: block;
  font-size: 10px;
  color: #697761;
  margin: 26px 0 8px;
}
.amount {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -2px;
}
.amount span {
  font-size: 26px;
  color: #819173;
}
.budget-bars {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 43px;
  margin-top: 9px;
}
.budget-bars i {
  background: #aac095;
  flex: 1;
  height: 65%;
  border-radius: 4px 4px 0 0;
}
.budget-bars i:nth-child(2) {
  height: 100%;
  background: #64875c;
}
.budget-bars i:nth-child(3) {
  height: 45%;
}
.budget-bars i:nth-child(4) {
  height: 85%;
  background: #7c9c6b;
}
.budget-bars i:nth-child(5) {
  height: 55%;
}
.invite {
  background: #f0e7dc;
}
.plate {
  position: absolute;
  width: 135px;
  height: 135px;
  border: 1px solid #c6ab8b;
  box-shadow:
    inset 0 0 0 13px #ede0ce,
    inset 0 0 0 14px #d3b997;
  border-radius: 50%;
  right: -24px;
  top: 56px;
  display: grid;
  place-items: center;
  transform: rotate(15deg);
}
.plate span {
  font-size: 70px;
  color: #977652;
}
.dinner-title {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  margin-top: 42px;
  color: #745139;
}
.playful {
  background: #e9e6ef;
}
.idea-shapes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  height: 96px;
  color: #827591;
  font-size: 65px;
}
.idea-shapes span:nth-child(2) {
  font-size: 60px;
  color: #c0b5cf;
}
.idea-shapes span:nth-child(3) {
  color: #ac975e;
  font-size: 45px;
}
.idea-title {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}
.idea-pill {
  border: 1px solid #c9c0d5;
  width: fit-content;
  margin: 12px auto 0;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 9px;
  color: #71677c;
}
.index {
  font-size: 10px !important;
  letter-spacing: 1px;
  color: #7b8472 !important;
  margin-top: 23px;
}
.example h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0;
}
.example > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.example-note {
  margin: 24px 0 0;
}
.how-section {
  background: #eeeee5;
  border-block: 1px solid #dfe2d6;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  margin: 45px 0 0;
  padding: 0;
}
.steps li {
  border-top: 1px solid #c7cebc;
  padding-top: 22px;
}
.step-number {
  font-family: Georgia, serif;
  font-size: 27px;
  font-style: italic;
  color: #849279;
}
.steps h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 12px;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
  margin: 0;
}
.step-tag {
  font-size: 11px;
  color: #54704b;
  margin-top: 24px;
}
.setup-note {
  font-size: 11px;
  color: var(--muted);
  margin: 35px 0 0;
}
.philosophy {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  padding-block: 105px;
}
.big-spark {
  font-size: 200px;
  color: #668155;
  line-height: 1;
  text-align: center;
}
.philosophy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
  margin-top: 25px;
}
.closing {
  background: #294f3d;
  border-radius: 18px;
  padding: 52px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #f9fbef;
}
.closing .eyebrow {
  color: #bbcca9;
  margin-bottom: 18px;
}
.closing h2 {
  font-size: 37px;
}
.closing-actions {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 19px;
}
.button.light {
  background: #e5edaa;
  color: #294f3d;
  border-color: #e5edaa;
}
.button.light:hover {
  background: #f1f6cd;
}
.closing-actions > a:not(.button) {
  font-size: 12px;
  color: #e4ead8;
}
.closing-actions p {
  font-size: 10px;
  color: #bacbb1;
  margin: 0;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 45px;
}
.footer .brand {
  font-size: 25px;
}
.footer > span,
.footer > a:last-child {
  font-size: 11px;
  color: #78816f;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: white;
  padding: 15px;
  z-index: 5;
}
.skip:focus {
  top: 15px;
}
.status {
  margin-top: 22px;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1450px) {
  .hero {
    padding-block: 100px;
  }
}
@media (max-width: 1000px) {
  .shell {
    width: calc(100% - 56px);
  }
  nav {
    gap: 20px;
  }
  .hero {
    gap: 12px;
  }
  .hero-art {
    transform: scale(0.88);
    transform-origin: center right;
    margin-left: -28px;
  }
  h1 {
    font-size: 57px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .examples {
    gap: 16px;
  }
  .example-visual {
    padding-inline: 14px;
  }
  .dinner-title {
    font-size: 26px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .steps {
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .shell {
    width: calc(100% - 40px);
  }
  .header {
    padding: 19px 0;
  }
  .brand {
    font-size: 29px;
  }
  nav {
    gap: 15px;
    font-size: 12px;
  }
  .section-link {
    display: none;
  }
  .button.small {
    padding: 10px 14px;
    font-size: 11px;
    gap: 12px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 50px 50px;
    gap: 25px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  h1 {
    font-size: clamp(48px, 10vw, 70px);
    letter-spacing: -2.8px;
  }
  .lead {
    font-size: 21px;
  }
  .description {
    font-size: 13px;
  }
  .hero-art {
    transform: none;
    margin: 0 auto;
    width: min(100%, 460px);
    height: 475px;
  }
  .mock-window {
    left: 14px;
    right: 10px;
  }
  .little-label {
    right: 20px;
  }
  .prompt-card {
    left: 0;
  }
  .success-card {
    right: 2px;
  }
  .demo-note {
    bottom: -12px;
    left: 12px;
  }
  .tools-strip > .shell {
    align-items: start;
    gap: 20px;
    flex-direction: column;
    padding-block: 24px;
  }
  .tools-strip p {
    line-height: 1.9;
  }
  .tools-strip p span {
    display: block;
    margin: 0;
  }
  .tools-strip .shell > div {
    font-size: 16px;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
  }
  h2,
  .section-heading h2 {
    font-size: 28px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 19px;
  }
  .examples {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .example-visual {
    height: 260px;
    padding: 20px 24px;
  }
  .tiny-top {
    font-size: 12px;
  }
  .expense-label {
    margin-top: 22px;
  }
  .budget-bars {
    max-width: 260px;
  }
  .dinner-title {
    font-size: 36px;
    margin-top: 38px;
  }
  .plate {
    right: 20px;
  }
  .visual-foot {
    left: 24px;
    right: 24px;
  }
  .idea-shapes {
    height: 110px;
  }
  .example > p {
    font-size: 13px;
  }
  .index {
    margin-top: 18px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .steps li {
    padding-top: 18px;
  }
  .steps h3 {
    margin-top: 13px;
  }
  .step-tag {
    margin-top: 14px;
  }
  .philosophy {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .big-spark {
    font-size: 90px;
    text-align: left;
  }
  .philosophy p:not(.eyebrow) {
    font-size: 13px;
  }
  .closing {
    padding: 32px 26px;
    align-items: start;
    flex-direction: column;
    border-radius: 14px;
  }
  .closing h2 {
    font-size: 30px;
  }
  .closing-actions {
    gap: 17px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 32px;
  }
  .footer > span {
    order: 3;
    width: 100%;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
