:root {
  --cream: #fff8ec;
  --paper: #fffdf7;
  --ink: #203a31;
  --green: #264c3e;
  --coral: #f3785c;
  --yellow: #f7c84f;
  --pink: #f7a7b8;
  --blue: #83b7dd;
  --line: rgba(32, 58, 49, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Trebuchet MS", "Avenir Next", Avenir, system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 166px;
  flex: 0 0 auto;
}
.brand-logo { display: block; width: 100%; height: auto; }
.site-header nav { display: flex; gap: 34px; font-size: 14px; font-weight: 700; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--coral); }
.header-cta { justify-self: end; font-size: 14px; font-weight: 900; display: flex; gap: 9px; align-items: center; }
.header-cta span { color: var(--coral); font-size: 20px; }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 38px;
  padding: 60px 0 75px;
}
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 900; color: var(--coral); }
.hero h1 { margin: 0; max-width: 620px; font-size: clamp(48px, 5.7vw, 78px); line-height: .98; letter-spacing: -4.5px; font-weight: 900; }
em { color: var(--coral); font-family: Georgia, serif; font-weight: 500; }
.hero-lede { max-width: 520px; margin: 28px 0 0; font-size: 18px; line-height: 1.65; color: #53675f; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px) rotate(-.4deg); box-shadow: 0 10px 0 rgba(32,58,49,.10); }
.button-primary { background: var(--ink); color: white; }
.button-primary span { color: var(--yellow); font-size: 18px; }
.text-link { font-size: 14px; font-weight: 900; border-bottom: 2px solid var(--ink); padding-bottom: 4px; }
.text-link span { margin-left: 8px; color: var(--coral); }
.mini-note { margin-top: 42px; display: flex; align-items: center; gap: 12px; max-width: 350px; font-family: Georgia, serif; font-style: italic; font-size: 14px; line-height: 1.45; }
.mini-sun { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font-family: sans-serif; font-style: normal; }
.hero-art { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-art::before {
  content: "";
  position: absolute;
  inset: 7% 2% 4% 7%;
  background: var(--pink);
  border-radius: 45% 55% 58% 42% / 44% 42% 58% 56%;
  transform: rotate(-2deg);
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 9% 6% 8% 3%;
  border: 3px solid var(--ink);
  border-radius: 55% 45% 45% 55% / 40% 57% 43% 60%;
  transform: rotate(3deg);
}
.hero-art img { position: relative; z-index: 2; width: 90%; max-height: 520px; object-fit: contain; border: 3px solid var(--ink); border-radius: 40% 60% 46% 54% / 50% 42% 58% 50%; filter: drop-shadow(0 10px 0 rgba(32,58,49,.08)); }
.doodle { position: absolute; z-index: 4; font-family: Georgia, serif; font-size: 44px; font-weight: 900; }
.doodle-one { left: 0; top: 8%; transform: rotate(-16deg); }
.doodle-two { right: 1%; top: 2%; color: var(--coral); }
.hero-sticker { position: absolute; z-index: 5; padding: 10px 16px; border: 2px solid var(--ink); border-radius: 999px; background: var(--paper); font-family: Georgia, serif; font-style: italic; font-size: 14px; font-weight: 700; box-shadow: 3px 4px 0 var(--ink); }
.sticker-habit { right: 1%; top: 24%; transform: rotate(5deg); }
.sticker-home { left: 2%; bottom: 12%; transform: rotate(-5deg); background: var(--yellow); }

.about {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 90px;
  padding: 78px 0;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section-kicker { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.section-kicker span { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-right: 10px; border: 1.5px solid var(--ink); border-radius: 50%; color: var(--coral); }
.about-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: start; }
.about h2, .future-section h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; letter-spacing: -2.5px; }
.about p, .future-copy > p { margin: 2px 0 0; color: #53675f; font-size: 17px; line-height: 1.7; }
.about-spark { position: absolute; width: 45px; right: 0; bottom: 10px; fill: var(--yellow); stroke: var(--ink); stroke-width: 1.5; }

.product-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(45px, 7vw, 110px);
  align-items: center;
  padding: 100px max(40px, calc((100vw - 1180px) / 2));
  background: var(--green);
  color: white;
}
.product-section::before { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; top: -120px; border: 3px solid rgba(255,255,255,.22); border-radius: 50%; }
.product-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.product-card-art { position: relative; width: 88%; aspect-ratio: 1.08; background: var(--paper); border: 3px solid #1b342b; border-radius: 46% 54% 44% 56% / 58% 42% 58% 42%; transform: rotate(-2deg); box-shadow: 14px 14px 0 var(--coral); overflow: hidden; }
.product-card-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: rotate(2deg) scale(1.04); }
.floating-chip { position: absolute; padding: 13px 17px; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); border-radius: 16px; box-shadow: 4px 5px 0 rgba(0,0,0,.28); font-size: 13px; font-weight: 900; }
.floating-chip span { color: var(--coral); margin-right: 7px; }
.chip-mission { left: 0; top: 12%; transform: rotate(-5deg); }
.chip-reward { right: 0; bottom: 12%; transform: rotate(4deg); }
.eyebrow.light { color: var(--yellow); }
.moneyjar-title { display: flex; align-items: center; gap: 18px; }
.moneyjar-title h2 { margin: 0; font-size: clamp(48px, 6vw, 76px); line-height: 1; letter-spacing: -4px; }
.jar-icon { position: relative; width: 58px; height: 60px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); border-radius: 13px 13px 20px 20px; transform: rotate(-4deg); }
.jar-lid { position: absolute; width: 42px; height: 9px; top: -9px; border: 3px solid var(--ink); border-radius: 4px; background: var(--coral); }
.jar-coin { font-family: Georgia, serif; font-size: 24px; font-weight: 900; }
.product-copy h3 { max-width: 520px; margin: 27px 0 19px; font-family: Georgia, serif; font-size: clamp(25px, 3vw, 36px); line-height: 1.18; font-weight: 500; color: var(--yellow); }
.product-copy > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.7; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 20px; margin: 28px 0 34px; padding: 0; list-style: none; font-size: 13px; font-weight: 800; }
.feature-list li { display: flex; align-items: center; gap: 9px; }
.feature-list span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--coral); }
.button-light { background: white; color: var(--ink); }
.button-light span { color: var(--coral); font-size: 18px; }

.future-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
  padding: 105px 0;
}
.future-copy h2 { max-width: 570px; margin-top: 28px; }
.future-copy > p { max-width: 570px; margin-top: 24px; }
.future-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.future-tags span { padding: 9px 14px; border: 1.5px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 900; background: var(--paper); }
.future-art { position: relative; min-height: 430px; display: grid; place-items: center; }
.future-art::before { content: ""; position: absolute; inset: 8%; background: var(--blue); border-radius: 61% 39% 48% 52% / 45% 58% 42% 55%; transform: rotate(4deg); opacity: .6; }
.future-art img { position: relative; z-index: 2; width: 78%; max-height: 430px; object-fit: cover; border: 3px solid var(--ink); border-radius: 46% 54% 55% 45% / 42% 46% 54% 58%; box-shadow: 10px 10px 0 rgba(32,58,49,.14); }

.closing { position: relative; overflow: hidden; text-align: center; padding: 110px 20px; background: var(--yellow); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.closing::before, .closing::after { content: ""; position: absolute; width: 190px; height: 190px; border: 3px solid var(--ink); border-radius: 50%; opacity: .14; }
.closing::before { left: -70px; top: -90px; }
.closing::after { right: -60px; bottom: -100px; }
.closing .eyebrow { color: var(--ink); }
.closing h2 { margin: 0 0 34px; font-size: clamp(42px, 6vw, 70px); line-height: 1.03; letter-spacing: -3.5px; }
.closing h2 em { color: var(--coral); }
.closing-doodle { position: absolute; left: 12%; bottom: 17%; font-size: 80px; transform: rotate(-16deg); opacity: .4; }

footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 38px;
  font-size: 12px;
}
.brand-footer { width: 142px; }
footer > p { color: #64746e; }
.footer-links { display: flex; gap: 22px; font-weight: 800; }
.footer-meta { display: grid; gap: 5px; text-align: right; color: #64746e; }
.footer-meta p { margin: 0; }
.copyright { white-space: nowrap; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero h1 { max-width: 760px; }
  .hero-art { min-height: 500px; }
  .about { grid-template-columns: 1fr; gap: 35px; }
  .about-content { grid-template-columns: 1fr 1fr; }
  .product-section, .future-section { grid-template-columns: 1fr; }
  .product-copy { max-width: 700px; }
  .future-section { gap: 20px; }
  .future-art { grid-row: 1; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-self: end; }
  .footer-meta { justify-self: end; }
}

@media (max-width: 600px) {
  .site-header { width: min(100% - 28px, 1180px); min-height: 70px; }
  .header-cta { font-size: 0; gap: 0; width: 40px; height: 40px; border: 1.5px solid var(--ink); border-radius: 50%; justify-content: center; }
  .header-cta span { font-size: 18px; }
  .hero, .about, .future-section, footer { width: min(100% - 32px, 1180px); }
  .hero { padding: 54px 0 62px; gap: 5px; }
  .hero h1 { font-size: 48px; letter-spacing: -3px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { justify-content: center; gap: 18px; }
  .hero-art { min-height: 390px; }
  .hero-sticker { font-size: 11px; padding: 8px 11px; }
  .sticker-habit { top: 18%; }
  .about { margin-bottom: 0; padding: 60px 0; }
  .about-content { grid-template-columns: 1fr; gap: 20px; }
  .about h2, .future-section h2 { font-size: 38px; }
  .product-section { padding: 80px 22px; gap: 45px; }
  .product-visual { min-height: 360px; }
  .product-card-art { width: 92%; }
  .moneyjar-title h2 { font-size: 52px; }
  .jar-icon { width: 48px; height: 51px; }
  .feature-list { grid-template-columns: 1fr; }
  .floating-chip { font-size: 11px; padding: 10px 12px; }
  .future-section { padding: 76px 0; }
  .future-art { min-height: 330px; }
  .closing { padding: 84px 18px; }
  .closing h2 { font-size: 44px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 15px; }
  .footer-links, .footer-meta { justify-self: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .footer-meta { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
