:root {
  --paper: #fffaf0;
  --paper-2: #f7eedf;
  --ink: #10213f;
  --muted: #5d6680;
  --line: #10213f;
  --blue: #2f80ed;
  --green: #1fb970;
  --yellow: #f4c542;
  --red: #e94f4f;
  --shadow: 0 16px 0 rgba(16, 33, 63, 0.08);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18px 18px, rgba(16,33,63,0.035) 1.5px, transparent 2px) 0 0 / 34px 34px,
    var(--paper);
  font-family: "Patrick Hand", "Comic Sans MS", cursive;
  font-size: 20px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(16,33,63,.05) 1px, transparent 1px);
  background-size: 100% 32px;
  mix-blend-mode: multiply;
}

.page {
  width: calc(100% - 32px);
  max-width: 1180px;
  margin: 0 auto;
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 240, .86);
  backdrop-filter: blur(12px);
  border-bottom: 2px dashed rgba(16, 33, 63, .18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border: 2px solid var(--ink);
  border-radius: 16px;
  transform: rotate(-3deg);
}

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

.nav a {
  color: var(--ink);
  text-decoration: none;
}

.nav nav a:hover { text-decoration: underline wavy var(--blue); }

.section { padding: 88px 0; }

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: center;
  padding-top: 24px;
}

.eyebrow,
.section-label,
.micro {
  color: var(--muted);
  letter-spacing: .02em;
}

.eyebrow,
.section-label {
  font-size: 20px;
  margin: 0 0 14px;
}

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

h1 {
  font-family: "Patrick Hand", "Comic Sans MS", cursive;
  font-size: clamp(64px, 8vw, 124px);
  line-height: .82;
  letter-spacing: -0.035em;
  margin-bottom: 26px;
  max-width: 760px;
}

h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(36px, 5vw, 66px);
  line-height: .96;
  letter-spacing: -0.045em;
  margin-bottom: 14px;
}

h3 {
  font-size: 30px;
  margin-bottom: 8px;
}

.lede {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.08;
  max-width: 720px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 16px;
}

.button,
.waitlist button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 12px 22px;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--ink);
  transition: transform .16s ease, box-shadow .16s ease;
  cursor: pointer;
}

.button:hover,
.waitlist button:hover {
  transform: translate(3px, 3px) rotate(-1deg);
  box-shadow: 2px 2px 0 var(--ink);
}

.primary,
.waitlist button {
  background: var(--yellow);
}

.ghost {
  background: #fff;
}

.card,
.step,
.agent-card,
.cta-box {
  border: 2.5px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.64);
  box-shadow: var(--shadow);
}

.sketch-card {
  position: relative;
  padding: 18px;
  transform: rotate(1.2deg);
}

.sketch-card::after {
  display: none;
}

.hero-art img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.narrow {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.one-line {
  padding: 28px 0 58px;
}

.one-line p {
  display: inline;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(38px, 5vw, 74px);
  line-height: .95;
  letter-spacing: -0.05em;
  background: linear-gradient(transparent 62%, rgba(31, 185, 112, .28) 0);
}

.story {
  border-top: 2px dashed rgba(16,33,63,.2);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  padding: 24px;
  min-height: 280px;
  transform: rotate(var(--r, 0deg));
}
.step:nth-child(1) { --r: -1.5deg; }
.step:nth-child(2) { --r: .9deg; }
.step:nth-child(3) { --r: -0.7deg; }
.step:nth-child(4) { --r: 1.4deg; }

.number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-weight: 700;
  margin-bottom: 22px;
}

.step p,
.example-copy p,
.why p,
.cta p,
.agent-card p {
  color: var(--muted);
  line-height: 1.2;
}

.example {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.agent-card {
  padding: 22px;
  min-height: 250px;
  background: #fffef9;
}
.agent-card:nth-child(2) { transform: translateY(18px) rotate(1deg); }
.agent-card:nth-child(3) { transform: rotate(-1deg); }
.flag { font-size: 48px; margin-bottom: 24px; }
.agent-card strong {
  display: inline-flex;
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: 6px 12px;
  background: var(--paper-2);
}

.why {
  padding-top: 38px;
}

.cta {
  padding-bottom: 120px;
}

.cta-box {
  padding: clamp(28px, 5vw, 64px);
  text-align: center;
  background:
    radial-gradient(circle at 14% 20%, rgba(47, 128, 237, .12), transparent 24%),
    radial-gradient(circle at 90% 80%, rgba(31, 185, 112, .16), transparent 24%),
    #fffef9;
}

.waitlist {
  width: min(560px, 100%);
  margin: 26px auto 12px;
  display: flex;
  gap: 12px;
}

.waitlist input {
  flex: 1;
  min-height: 56px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: white;
  padding: 0 20px;
  font: inherit;
  color: var(--ink);
  outline: none;
}

.waitlist input:focus {
  box-shadow: 0 0 0 5px rgba(47, 128, 237, .16);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .nav nav { display: none; }
  .hero,
  .example {
    grid-template-columns: 1fr;
  }
  .hero { gap: 32px; }
  .steps,
  .agent-grid {
    grid-template-columns: 1fr;
  }
  .step,
  .agent-card:nth-child(2),
  .agent-card:nth-child(3) { transform: none; }
  .waitlist { flex-direction: column; }
}

@media (max-width: 520px) {
  body { font-size: 18px; }
  .page {
    width: calc(100% - 22px);
    max-width: 1180px;
  }
  .section { padding: 56px 0; }
  .hero { padding-top: 28px; }
  h1 {
    font-size: 46px;
    line-height: .92;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
  }
  h2 { font-size: 34px; }
  .lede { font-size: 21px; }
  .button, .waitlist button {
    width: calc(100% - 6px);
    box-shadow: 3px 3px 0 var(--ink);
  }
  .card,
  .step,
  .agent-card,
  .cta-box {
    max-width: 100%;
    box-shadow: 6px 6px 0 rgba(16, 33, 63, 0.08);
  }
  .hero-art img { max-width: 100%; }
  .sketch-card::after { display: none; }
}
