{"product_id":"process-to-assistant","title":"Process to Assistant","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n  \u003ctitle\u003eProcess-to-Assistant Sprint | MandoMc\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"Turn one messy process into a clean SOP, prompt pack, checklist, and AI assistant brief within 72 hours.\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --bg-primary: #0F1113;\n      --bg-secondary: #1C2A1E;\n      --bg-elevated: #16191B;\n      --axis-base: #F4F1EC;\n      --axis-cozy: #DEE2DD;\n      --text-primary: #E6DFD3;\n      --text-secondary: #DEE2DD;\n      --text-dark: #2F2F2D;\n      --text-muted: #5F6F7A;\n      --astrolabe-gold: #F0F0B0;\n      --candlelight-glow: #FFC573;\n      --velvet-crimson: #58111A;\n      --plum-fig-purple: #4E222F;\n      --sage-green: #8C9A86;\n      --gold-border: rgba(240, 240, 176, 0.18);\n      --cream-border: rgba(95, 111, 122, 0.22);\n      --shadow-warm: 0 24px 80px rgba(0, 0, 0, 0.38);\n      --display: Cinzel, Georgia, serif;\n      --body: Lora, \"Libre Baskerville\", Georgia, serif;\n      --sans: \"Source Sans 3\", system-ui, sans-serif;\n      --ease-cozy: cubic-bezier(0.25, 1, 0.5, 1);\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      margin: 0;\n      color: var(--text-primary);\n      background:\n        radial-gradient(circle at 18% 8%, rgba(255, 197, 115, 0.14), transparent 28rem),\n        linear-gradient(135deg, var(--bg-primary), #121719 45%, var(--bg-secondary));\n      font-family: var(--body);\n      line-height: 1.65;\n    }\n\n    a {\n      color: inherit;\n    }\n\n    img {\n      display: block;\n      max-width: 100%;\n    }\n\n    .topbar {\n      position: fixed;\n      inset: 0 0 auto;\n      z-index: 20;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 1rem;\n      padding: 0.85rem clamp(1rem, 3vw, 2.25rem);\n      background: rgba(15, 17, 19, 0.78);\n      border-bottom: 1px solid var(--gold-border);\n      backdrop-filter: blur(16px);\n    }\n\n    .brand-mark {\n      display: flex;\n      align-items: center;\n      gap: 0.7rem;\n      min-width: 0;\n      font-family: var(--sans);\n      font-size: 0.76rem;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--text-secondary);\n    }\n\n    .brand-mark img {\n      width: 34px;\n      height: 34px;\n      object-fit: contain;\n      filter: drop-shadow(0 0 14px rgba(240, 240, 176, 0.24));\n      flex: 0 0 auto;\n    }\n\n    .topbar nav {\n      display: flex;\n      align-items: center;\n      gap: clamp(0.65rem, 2vw, 1.25rem);\n      font-family: var(--sans);\n      font-size: 0.82rem;\n    }\n\n    .topbar nav a {\n      text-decoration: none;\n      color: var(--text-secondary);\n    }\n\n    .topbar nav a:hover {\n      color: var(--astrolabe-gold);\n    }\n\n    .nav-cta,\n    .button {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 48px;\n      padding: 0.85rem 1.25rem;\n      border: 1px solid rgba(240, 240, 176, 0.42);\n      border-radius: 12px;\n      background: linear-gradient(135deg, var(--candlelight-glow), var(--astrolabe-gold));\n      color: #0F0A05;\n      font-family: var(--sans);\n      font-size: 0.94rem;\n      font-weight: 900;\n      letter-spacing: 0.06em;\n      text-decoration: none;\n      text-transform: uppercase;\n      box-shadow: 0 12px 34px rgba(255, 197, 115, 0.22);\n      transition: transform 350ms var(--ease-cozy), box-shadow 350ms var(--ease-cozy);\n      white-space: nowrap;\n    }\n\n    \/* Guarantee nav CTA always reads as dark text on gold — no cascade leaks *\/\n    .nav-cta {\n      color: #0F0A05 !important;\n    }\n\n    .nav-cta:hover,\n    .button:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 16px 42px rgba(255, 197, 115, 0.34);\n    }\n\n    .hero {\n      position: relative;\n      min-height: 94vh;\n      display: grid;\n      align-items: end;\n      overflow: hidden;\n      padding: 7.5rem clamp(1.15rem, 4vw, 4.5rem) 5.5rem;\n      background-position: center;\n      background-size: cover;\n    }\n\n    .hero::before {\n      content: \"\";\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(circle at 22% 24%, rgba(255, 197, 115, 0.2), transparent 24rem),\n        radial-gradient(ellipse at 70% 80%, rgba(140, 154, 134, 0.2), transparent 28rem);\n      pointer-events: none;\n    }\n\n    .hero::after {\n      content: \"\";\n      position: absolute;\n      inset: auto 0 0;\n      height: 14rem;\n      background: linear-gradient(180deg, transparent, var(--bg-primary));\n      pointer-events: none;\n    }\n\n    .hero-inner {\n      position: relative;\n      z-index: 1;\n      width: min(900px, 100%);\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.65rem;\n      margin: 0 0 1.2rem;\n      font-family: var(--sans);\n      font-size: clamp(0.72rem, 2vw, 0.85rem);\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--astrolabe-gold);\n    }\n\n    .eyebrow::before,\n    .eyebrow::after {\n      content: \"\";\n      width: 28px;\n      height: 1px;\n      background: var(--astrolabe-gold);\n      opacity: 0.7;\n    }\n\n    h1,\n    h2,\n    h3 {\n      margin: 0;\n      font-family: var(--display);\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      line-height: 1.04;\n    }\n\n    h1 {\n      max-width: 780px;\n      font-size: clamp(2.45rem, 8vw, 6.75rem);\n      text-wrap: balance;\n    }\n\n    .hero-copy {\n      max-width: 680px;\n      margin: 1.4rem 0 0;\n      color: var(--text-secondary);\n      font-size: clamp(1.05rem, 2.1vw, 1.35rem);\n    }\n\n    .hero-actions {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      gap: 1rem;\n      margin-top: 2rem;\n    }\n\n    .button.secondary {\n      background: rgba(15, 17, 19, 0.66);\n      color: var(--text-primary);\n      box-shadow: none;\n    }\n\n    .hero-note {\n      max-width: 32rem;\n      margin: 1rem 0 0;\n      color: rgba(230, 223, 211, 0.76);\n      font-family: var(--sans);\n      font-size: 0.92rem;\n    }\n\n    .hero-stats {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 1px;\n      width: min(900px, 100%);\n      margin-top: 3rem;\n      border: 1px solid var(--gold-border);\n      background: var(--gold-border);\n    }\n\n    .hero-stats div {\n      min-height: 112px;\n      padding: 1.15rem;\n      background: rgba(15, 17, 19, 0.72);\n    }\n\n    .hero-stats strong {\n      display: block;\n      color: var(--astrolabe-gold);\n      font-family: var(--display);\n      font-size: clamp(1.35rem, 3vw, 2rem);\n      line-height: 1;\n    }\n\n    .hero-stats span {\n      display: block;\n      margin-top: 0.45rem;\n      color: var(--text-secondary);\n      font-family: var(--sans);\n      font-size: 0.88rem;\n    }\n\n    section {\n      position: relative;\n      padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 4.5rem);\n    }\n\n    .section-inner {\n      width: min(1120px, 100%);\n      margin: 0 auto;\n    }\n\n    .section-kicker {\n      margin: 0 0 0.8rem;\n      color: var(--sage-green);\n      font-family: var(--sans);\n      font-size: 0.78rem;\n      font-weight: 800;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n    }\n\n    .section-title {\n      max-width: 760px;\n      font-size: clamp(2rem, 4.5vw, 4rem);\n      text-wrap: balance;\n    }\n\n    .section-lede {\n      max-width: 760px;\n      margin: 1rem 0 0;\n      color: var(--text-secondary);\n      font-size: clamp(1.15rem, 2.2vw, 1.35rem);\n      line-height: 1.7;\n    }\n\n    .axis {\n      background-position: center;\n      background-size: 100% 100%, 720px auto;\n      background-repeat: no-repeat;\n      color: var(--text-dark);\n    }\n\n    .axis .section-kicker,\n    .axis .section-title {\n      color: #121719;\n    }\n\n    .axis .section-lede {\n      color: #46515a;\n    }\n\n    .problem-grid {\n      display: grid;\n      grid-template-columns: 0.9fr 1.1fr;\n      gap: clamp(2rem, 5vw, 5rem);\n      align-items: center;\n    }\n\n    .visual-panel {\n      position: relative;\n      width: 100%;\n      min-height: 520px;\n      overflow: hidden;\n      border: 1px solid var(--cream-border);\n      border-radius: 36px;\n      background-position: center;\n      background-size: cover;\n      background-repeat: no-repeat;\n      box-shadow: var(--shadow-warm);\n    }\n\n    .luna-moth {\n      position: absolute;\n      right: 1.4rem;\n      bottom: 1.4rem;\n      width: 132px;\n      height: 132px;\n      background-position: center;\n      background-size: contain;\n      background-repeat: no-repeat;\n      opacity: 0.88;\n      filter: drop-shadow(0 12px 28px rgba(15, 17, 19, 0.28));\n      z-index: 2;\n    }\n\n    .checklist {\n      display: grid;\n      gap: 0.9rem;\n      margin-top: 2rem;\n    }\n\n    .check {\n      display: grid;\n      grid-template-columns: 32px 1fr;\n      gap: 0.9rem;\n      align-items: start;\n      color: #303332;\n      font-family: var(--sans);\n      font-size: 1rem;\n    }\n\n    .check svg {\n      width: 32px;\n      height: 32px;\n      padding: 7px;\n      border-radius: 999px;\n      background: var(--velvet-crimson);\n      color: var(--axis-base);\n      stroke-width: 3;\n    }\n\n    .deliverables {\n      background:\n        radial-gradient(ellipse at 18% 28%, rgba(78, 34, 47, 0.38), transparent 32rem),\n        linear-gradient(180deg, var(--bg-primary), var(--bg-secondary));\n    }\n\n    .deliverable-grid {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 1rem;\n      margin-top: 2.5rem;\n    }\n\n    .deliverable-card {\n      min-height: 260px;\n      padding: 1.35rem;\n      border: 1px solid var(--gold-border);\n      border-radius: 24px;\n      background: rgba(15, 17, 19, 0.82);\n      box-shadow: 0 0 24px rgba(240, 240, 176, 0.04);\n    }\n\n    .deliverable-card .icon {\n      display: grid;\n      place-items: center;\n      width: 48px;\n      height: 48px;\n      margin-bottom: 1.1rem;\n      border: 1px solid rgba(240, 240, 176, 0.36);\n      border-radius: 999px;\n      color: var(--astrolabe-gold);\n    }\n\n    .deliverable-card h3 {\n      font-size: 1.15rem;\n      line-height: 1.18;\n    }\n\n    .deliverable-card p {\n      margin: 0.8rem 0 0;\n      color: var(--text-secondary);\n      font-family: var(--sans);\n      font-size: 0.95rem;\n      line-height: 1.55;\n    }\n\n    .process {\n      background: var(--axis-base);\n      color: var(--text-dark);\n      position: relative;\n    }\n\n    .proof {\n      background:\n        radial-gradient(ellipse at 78% 16%, rgba(255, 197, 115, 0.12), transparent 30rem),\n        linear-gradient(180deg, var(--bg-secondary), var(--bg-primary));\n      border-top: 1px solid var(--gold-border);\n      border-bottom: 1px solid var(--gold-border);\n    }\n\n    .proof-grid {\n      display: grid;\n      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    .proof-image {\n      position: relative;\n      overflow: hidden;\n      border: 1px solid rgba(240, 240, 176, 0.24);\n      border-radius: 36px;\n      background: rgba(15, 17, 19, 0.72);\n      box-shadow: var(--shadow-warm);\n    }\n\n    .proof-image img {\n      width: 100%;\n      aspect-ratio: 16 \/ 9;\n      object-fit: cover;\n    }\n\n    .proof-image figcaption {\n      padding: 0.85rem 1rem 1rem;\n      color: rgba(230, 223, 211, 0.74);\n      font-family: var(--sans);\n      font-size: 0.88rem;\n      line-height: 1.45;\n    }\n\n    .proof-card {\n      display: grid;\n      gap: 1rem;\n      margin-top: 1.7rem;\n      padding: 1.25rem;\n      border: 1px solid var(--gold-border);\n      border-radius: 24px;\n      background: rgba(15, 17, 19, 0.66);\n    }\n\n    .proof-row {\n      display: grid;\n      grid-template-columns: 112px 1fr;\n      gap: 1rem;\n      align-items: start;\n      font-family: var(--sans);\n    }\n\n    .proof-row strong {\n      color: var(--astrolabe-gold);\n      font-size: 0.78rem;\n      font-weight: 900;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n    }\n\n    .proof-row span {\n      color: var(--text-secondary);\n    }\n\n    \/* High-contrast headers on the cream process background *\/\n    .process .section-title {\n      color: #121719;\n    }\n\n    .process .section-kicker {\n      color: #3f503a;\n    }\n\n    .process .section-lede {\n      color: #2a3540;\n    }\n\n    .process-branch {\n      position: absolute;\n      inset: -80px 0 auto;\n      height: 380px;\n      background-position: top center;\n      background-size: contain;\n      background-repeat: no-repeat;\n      opacity: 0.18;\n      pointer-events: none;\n      z-index: 1;\n    }\n\n    .step-list {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n      gap: 1px;\n      margin-top: 2.5rem;\n      border: 1px solid var(--cream-border);\n      background: var(--cream-border);\n    }\n\n    .step {\n      min-height: 300px;\n      padding: 1.75rem 1.5rem;\n      background: rgba(255, 255, 255, 0.58);\n    }\n\n    .step-number {\n      color: var(--velvet-crimson);\n      font-family: var(--display);\n      font-size: 2.75rem;\n      line-height: 1;\n    }\n\n    .step h3 {\n      margin-top: 1rem;\n      font-size: 1.35rem;\n      color: #121719;\n    }\n\n    .step p {\n      margin: 0.8rem 0 0;\n      color: #3a4650;\n      font-family: var(--sans);\n      font-size: 1.05rem;\n      line-height: 1.65;\n    }\n\n    .fit {\n      background-position: center;\n      background-size: cover;\n    }\n\n    .fit-grid {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 1rem;\n      margin-top: 2.5rem;\n    }\n\n    .fit-box {\n      padding: 1.5rem;\n      border: 1px solid var(--gold-border);\n      border-radius: 24px;\n      background: rgba(15, 17, 19, 0.78);\n      backdrop-filter: blur(14px);\n    }\n\n    .fit-box h3 {\n      color: var(--astrolabe-gold);\n      font-size: 1.35rem;\n    }\n\n    .fit-box ul {\n      display: grid;\n      gap: 0.7rem;\n      margin: 1rem 0 0;\n      padding: 0;\n      list-style: none;\n      color: var(--text-secondary);\n      font-family: var(--sans);\n    }\n\n    .fit-box li {\n      position: relative;\n      padding-left: 1.25rem;\n    }\n\n    .fit-box li::before {\n      content: \"*\";\n      position: absolute;\n      left: 0;\n      color: var(--candlelight-glow);\n    }\n\n    .pricing {\n      background: linear-gradient(180deg, var(--bg-primary), #141013 55%, var(--plum-fig-purple));\n    }\n\n    .pricing-wrap {\n      display: grid;\n      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    .price-card {\n      position: relative;\n      overflow: hidden;\n      padding: clamp(1.5rem, 4vw, 2.4rem);\n      border: 1px solid rgba(240, 240, 176, 0.34);\n      border-radius: 36px;\n      background-position: center;\n      background-size: cover;\n      box-shadow: var(--shadow-warm);\n    }\n\n    .price-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 1rem;\n      border: 1px solid rgba(240, 240, 176, 0.18);\n      border-radius: 28px;\n      pointer-events: none;\n    }\n\n    .price-card \u003e * {\n      position: relative;\n      z-index: 1;\n    }\n\n    .price-label {\n      color: var(--sage-green);\n      font-family: var(--sans);\n      font-size: 0.75rem;\n      font-weight: 800;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n    }\n\n    .price {\n      margin-top: 0.45rem;\n      color: var(--astrolabe-gold);\n      font-family: var(--display);\n      font-size: clamp(3rem, 8vw, 5.25rem);\n      font-weight: 700;\n      letter-spacing: 0.02em;\n      line-height: 1;\n    }\n\n    .price-card p {\n      margin: 1rem 0 0;\n      color: var(--text-secondary);\n      font-family: var(--sans);\n    }\n\n    .price-card .button {\n      width: 100%;\n      margin-top: 1.4rem;\n    }\n\n    .fine-print {\n      color: rgba(230, 223, 211, 0.72);\n      font-size: 0.9rem;\n    }\n\n    .faq {\n      background: var(--axis-cozy);\n      color: var(--text-dark);\n    }\n\n    .faq .section-title {\n      color: #121719;\n    }\n\n    .faq .section-kicker {\n      color: #3f503a;\n    }\n\n    .faq-list {\n      display: grid;\n      gap: 1rem;\n      margin-top: 2.5rem;\n    }\n\n    details {\n      padding: 1.1rem 1.25rem;\n      border: 1px solid var(--cream-border);\n      border-radius: 16px;\n      background: rgba(244, 241, 236, 0.72);\n    }\n\n    summary {\n      cursor: pointer;\n      font-family: var(--sans);\n      font-weight: 800;\n      color: #121719;\n    }\n\n    details p {\n      margin: 0.75rem 0 0;\n      color: #46515a;\n      font-family: var(--sans);\n    }\n\n    .final-cta {\n      min-height: 72vh;\n      display: grid;\n      place-items: center;\n      text-align: center;\n      background-position: center;\n      background-size: cover;\n    }\n\n    .final-cta .section-title,\n    .final-cta .section-lede {\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .testimonials {\n      background:\n        radial-gradient(ellipse at 80% 20%, rgba(140, 154, 134, 0.1), transparent 32rem),\n        linear-gradient(180deg, var(--bg-secondary), var(--bg-primary));\n      border-top: 1px solid var(--gold-border);\n      border-bottom: 1px solid var(--gold-border);\n      padding: clamp(4rem, 8vw, 7rem) clamp(1.15rem, 4vw, 4.5rem);\n    }\n\n    .testimonial-grid {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 1.5rem;\n      margin-top: 2.5rem;\n    }\n\n    .testimonial-card {\n      padding: 1.75rem;\n      border: 1px solid var(--gold-border);\n      border-radius: 24px;\n      background: rgba(15, 17, 19, 0.72);\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      transition: border-color 350ms var(--ease-cozy), transform 350ms var(--ease-cozy);\n    }\n\n    .testimonial-card:hover {\n      border-color: var(--astrolabe-gold);\n      transform: translateY(-2px);\n    }\n\n    .testimonial-text {\n      font-family: var(--body);\n      font-style: italic;\n      font-size: 1rem;\n      line-height: 1.6;\n      color: var(--text-secondary);\n      margin-bottom: 1.5rem;\n      text-align: left;\n    }\n\n    .testimonial-author {\n      font-family: var(--sans);\n      font-size: 0.95rem;\n      font-weight: 700;\n      color: var(--astrolabe-gold);\n      text-align: left;\n    }\n\n    .testimonial-role {\n      font-family: var(--sans);\n      font-size: 0.82rem;\n      color: var(--text-muted);\n      margin-top: 0.25rem;\n      text-align: left;\n    }\n\n    .testimonial-card.featured {\n      grid-column: span 3;\n      background: linear-gradient(135deg, rgba(78, 34, 47, 0.35), rgba(15, 17, 19, 0.82));\n      border: 1px solid rgba(255, 197, 115, 0.25);\n    }\n\n    .testimonial-card.featured .testimonial-text {\n      font-size: 1.1rem;\n      color: var(--text-primary);\n    }\n\n    footer {\n      padding: 2rem clamp(1rem, 4vw, 4rem);\n      border-top: 1px solid var(--gold-border);\n      background: var(--bg-primary);\n      color: rgba(230, 223, 211, 0.72);\n      font-family: var(--sans);\n      font-size: 0.9rem;\n      text-align: center;\n    }\n\n    @media (max-width: 900px) {\n      .topbar nav a:not(.nav-cta) {\n        display: none;\n      }\n\n      .hero {\n        min-height: 92vh;\n        padding-top: 6.25rem;\n      }\n\n      .hero-stats,\n      .problem-grid,\n      .proof-grid,\n      .pricing-wrap,\n      .fit-grid {\n        grid-template-columns: 1fr;\n        justify-items: stretch;\n      }\n\n      .deliverable-grid,\n      .step-list {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n\n      .testimonial-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .testimonial-card.featured {\n        grid-column: span 1;\n      }\n\n      .visual-panel {\n        min-height: 380px;\n        width: 100%;\n      }\n    }\n\n    @media (max-width: 560px) {\n      .brand-mark span {\n        display: none;\n      }\n\n      .topbar {\n        padding-inline: 0.8rem;\n      }\n\n      .nav-cta {\n        min-height: 44px;\n        padding-inline: 0.9rem;\n        font-size: 0.86rem;\n      }\n\n      .hero {\n        padding-bottom: 4rem;\n      }\n\n      .hero-actions,\n      .button.secondary,\n      .hero-actions .button {\n        width: 100%;\n      }\n\n      .deliverable-grid,\n      .step-list {\n        grid-template-columns: 1fr;\n      }\n\n      .step,\n      .deliverable-card {\n        min-height: auto;\n      }\n\n      .proof-row {\n        grid-template-columns: 1fr;\n        gap: 0.25rem;\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003cheader class=\"topbar\" aria-label=\"Primary navigation\"\u003e\n    \u003ca class=\"brand-mark\" href=\"#top\" aria-label=\"MandoMc home\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/arch_icon_gold_b4f6f8e4-e3de-408f-9303-d39dacdfd576.png?v=1781181887\" alt=\"\"\u003e\n      \u003cspan\u003eMandoMc\u003c\/span\u003e\n    \u003c\/a\u003e\n    \u003cnav\u003e\n      \u003ca href=\"#deliverables\"\u003eWhat you get\u003c\/a\u003e\n      \u003ca href=\"#process\"\u003eHow it works\u003c\/a\u003e\n      \u003ca href=\"#pricing\"\u003eBeta price\u003c\/a\u003e\n      \u003ca class=\"nav-cta\" href=\"https:\/\/buy.stripe.com\/aFa4gze4P4hg3u68dIbwk02\"\u003eBook the sprint\u003c\/a\u003e\n    \u003c\/nav\u003e\n  \u003c\/header\u003e\n\n  \u003cmain id=\"top\"\u003e\n    \u003csection class=\"hero\" style=\"background-image: linear-gradient(90deg, rgba(15, 17, 19, 0.95) 0%, rgba(15, 17, 19, 0.82) 42%, rgba(15, 17, 19, 0.42) 72%, rgba(15, 17, 19, 0.74) 100%), url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_060_mythic_library_sanctuary_db4cb4eb-5e8f-4d79-b5b1-de9abbd03b01.png?v=1781181893);\" aria-labelledby=\"hero-title\"\u003e\n      \u003cdiv class=\"hero-inner\"\u003e\n        \u003cp class=\"eyebrow\"\u003eMandoMc Systems Apothecary\u003c\/p\u003e\n        \u003ch1 id=\"hero-title\"\u003eProcess-to-Assistant Sprint\u003c\/h1\u003e\n        \u003cp class=\"hero-copy\"\u003eSend one messy workflow, voice note, transcript, Loom, or rough doc. Receive a clean SOP, prompt pack, checklist, and AI assistant brief within 72 hours.\u003c\/p\u003e\n        \u003cdiv class=\"hero-actions\"\u003e\n          \u003ca class=\"button\" href=\"https:\/\/buy.stripe.com\/aFa4gze4P4hg3u68dIbwk02\"\u003eBook the beta sprint\u003c\/a\u003e\n          \u003ca class=\"button secondary\" href=\"#deliverables\"\u003eSee what is included\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"hero-note\"\u003eBeta price is $197 for the first 5 buyers. Your 72-hour turnaround begins once checkout and intake are complete.\u003c\/p\u003e\n        \u003cdiv class=\"hero-stats\" aria-label=\"Sprint highlights\"\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003e1\u003c\/strong\u003e\n            \u003cspan\u003efocused process or workflow\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003e72h\u003c\/strong\u003e\n            \u003cspan\u003edelivery after complete intake\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003e$197\u003c\/strong\u003e\n            \u003cspan\u003ebeta price for first 5 buyers\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"axis\" style=\"background-image: linear-gradient(180deg, rgba(244, 241, 236, 0.96), rgba(222, 226, 221, 0.96)), url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_081_coffee_stain_ring_ed9358e0-f80d-4daf-b5f2-8f9b8b685089.png?v=1781181898);\" aria-labelledby=\"problem-title\"\u003e\n      \u003cdiv class=\"section-inner problem-grid\"\u003e\n        \u003cdiv class=\"visual-panel\" style=\"background-image: linear-gradient(180deg, rgba(244, 241, 236, 0.42), rgba(244, 241, 236, 0.9)), url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_102_map_scroll_compass_04928114-5197-4a96-adea-344f38b81463.png?v=1781181904);\" aria-hidden=\"true\"\u003e\n          \u003cdiv class=\"luna-moth\" style=\"background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_122_luna_moth_graphic_7444a79b-df8d-4006-85e6-554d76659422.png?v=1781181910);\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"section-kicker\"\u003eThe process already exists\u003c\/p\u003e\n          \u003ch2 class=\"section-title\" id=\"problem-title\"\u003eIt is just trapped in scattered places.\u003c\/h2\u003e\n          \u003cp class=\"section-lede\"\u003eYou do not need another blank doc. You need the process that already lives in your head turned into something clear enough to reuse, delegate, teach, or hand to an AI assistant.\u003c\/p\u003e\n          \u003cdiv class=\"checklist\"\u003e\n            \u003cdiv class=\"check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\u003e\u003cpath d=\"M20 6 9 17l-5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003cspan\u003eYour workflow lives in voice notes, screenshots, repeated explanations, or half-finished docs.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\u003e\u003cpath d=\"M20 6 9 17l-5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003cspan\u003eYou want AI help, but the process has too many hidden steps for a generic prompt to hold.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"check\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\u003e\u003cpath d=\"M20 6 9 17l-5-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003cspan\u003eYou keep explaining the same thing because the system has never been made visible.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"deliverables\" id=\"deliverables\" aria-labelledby=\"deliverables-title\"\u003e\n      \u003cdiv class=\"section-inner\"\u003e\n        \u003cp class=\"section-kicker\"\u003eOne messy process in\u003c\/p\u003e\n        \u003ch2 class=\"section-title\" id=\"deliverables-title\"\u003eOne usable operating map out.\u003c\/h2\u003e\n        \u003cp class=\"section-lede\"\u003eThis is a focused 72-hour cleanup for one workflow. The final handoff is practical, copy-paste ready, and built to reduce the mental load around doing the thing again.\u003c\/p\u003e\n        \u003cdiv class=\"deliverable-grid\"\u003e\n          \u003carticle class=\"deliverable-card\"\u003e\n            \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\u003e\u003cpath d=\"M4 22V10a8 8 0 0 1 16 0v12\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 22h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eClean SOP or workflow map\u003c\/h3\u003e\n            \u003cp\u003eThe visible steps, hidden decisions, inputs, owners, and done-state for the process.\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"deliverable-card\"\u003e\n            \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2v3M12 19v3M2 12h3M19 12h3M4.93 4.93l2.12 2.12M16.95 16.95l2.12 2.12M4.93 19.07l2.12-2.12M16.95 7.05l2.12-2.12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eReusable prompt pack\u003c\/h3\u003e\n            \u003cp\u003eSpecific prompts tailored to the workflow so AI has a real job instead of guessing from fragments.\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"deliverable-card\"\u003e\n            \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\u003e\u003cpath d=\"M9 11l3 3L22 4\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eDelegation checklist\u003c\/h3\u003e\n            \u003cp\u003eA simple handoff guide for you, a team member, a client, or a future assistant.\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"deliverable-card\"\u003e\n            \u003cdiv class=\"icon\" aria-hidden=\"true\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\u003e\u003cpath d=\"M6 22V12a6 6 0 0 1 12 0v10\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 22v-8a3 3 0 0 1 6 0v8\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 22h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eAI assistant brief\u003c\/h3\u003e\n            \u003cp\u003eRole, goal, rules, inputs, outputs, and boundaries for turning the process into supported action.\u003c\/p\u003e\n          \u003c\/article\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"proof\" aria-labelledby=\"proof-title\"\u003e\n      \u003cdiv class=\"section-inner proof-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"section-kicker\"\u003eReal beta proof\u003c\/p\u003e\n          \u003ch2 class=\"section-title\" id=\"proof-title\"\u003eFrom private process notes to a usable assistant starting point.\u003c\/h2\u003e\n          \u003cp class=\"section-lede\"\u003eA client sent a rough process map late at night. The private details stayed private, but the messy handoff became a clearer workflow she could actually use.\u003c\/p\u003e\n          \u003cdiv class=\"proof-card\" aria-label=\"Example sprint timeline\"\u003e\n            \u003cdiv class=\"proof-row\"\u003e\n              \u003cstrong\u003eSent\u003c\/strong\u003e\n              \u003cspan\u003eApril 26 at 11:29 PM: rough process notes and context.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"proof-row\"\u003e\n              \u003cstrong\u003eReturned\u003c\/strong\u003e\n              \u003cspan\u003eApril 27 at 1:24 AM: cleaned process structure and first usable handoff.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"proof-row\"\u003e\n              \u003cstrong\u003eExtended\u003c\/strong\u003e\n              \u003cspan\u003eWithin 12 hours: a custom research skill she could use as a starting point.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cfigure class=\"proof-image\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/image_2026-06-13_183556116.png?v=1781393757\" alt=\"Redacted messy notes transforming into a clean workflow map\"\u003e\n          \u003cfigcaption\u003eIllustrative visual based on the shape of the work. The actual client process and output details are intentionally redacted.\u003c\/figcaption\u003e\n        \u003c\/figure\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"process\" id=\"process\" aria-labelledby=\"process-title\"\u003e\n      \u003cdiv class=\"process-branch\" style=\"background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_103_autumn_branch_ae1b8ce7-6642-41da-ae6d-8966d4f12cd1.png?v=1781181916);\" aria-hidden=\"true\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"section-inner\" style=\"position: relative; z-index: 2;\"\u003e\n        \u003cp class=\"section-kicker\"\u003eNo giant homework spiral\u003c\/p\u003e\n        \u003ch2 class=\"section-title\" id=\"process-title\"\u003eHow the sprint works.\u003c\/h2\u003e\n        \u003cp class=\"section-lede\"\u003eThe intake is designed for messy material. Voice notes, Looms, transcripts, screenshots, rough docs, and pasted brain dumps are all valid inputs.\u003c\/p\u003e\n        \u003cdiv class=\"step-list\"\u003e\n          \u003carticle class=\"step\"\u003e\n            \u003cdiv class=\"step-number\"\u003e01\u003c\/div\u003e\n            \u003ch3\u003eBook\u003c\/h3\u003e\n            \u003cp\u003eReserve the beta sprint through Stripe. You will get the intake link after checkout.\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"step\"\u003e\n            \u003cdiv class=\"step-number\"\u003e02\u003c\/div\u003e\n            \u003ch3\u003eSend the mess\u003c\/h3\u003e\n            \u003cp\u003eSubmit one focused workflow and the rough material that currently holds it.\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"step\"\u003e\n            \u003cdiv class=\"step-number\"\u003e03\u003c\/div\u003e\n            \u003ch3\u003eI map it\u003c\/h3\u003e\n            \u003cp\u003eI sort the hidden steps, decisions, quality checks, and AI-support points.\u003c\/p\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"step\"\u003e\n            \u003cdiv class=\"step-number\"\u003e04\u003c\/div\u003e\n            \u003ch3\u003eYou receive the map\u003c\/h3\u003e\n            \u003cp\u003eYour handoff arrives within 72 hours after completed intake, with one focused cleanup pass included.\u003c\/p\u003e\n          \u003c\/article\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"fit\" style=\"background-image: linear-gradient(90deg, rgba(15, 17, 19, 0.9), rgba(15, 17, 19, 0.7)), url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_062_desk_writing_station_772043da-97f1-47df-8c35-4a0cbd442e48.png?v=1781181922);\" aria-labelledby=\"fit-title\"\u003e\n      \u003cdiv class=\"section-inner\"\u003e\n        \u003cp class=\"section-kicker\"\u003eRight-sized structure\u003c\/p\u003e\n        \u003ch2 class=\"section-title\" id=\"fit-title\"\u003eBest for one process that keeps costing you attention.\u003c\/h2\u003e\n        \u003cp class=\"section-lede\"\u003eThis is not a full business rebuild. It is a practical sprint for turning one useful but messy workflow into a soft system that survives real life.\u003c\/p\u003e\n        \u003cdiv class=\"fit-grid\"\u003e\n          \u003cdiv class=\"fit-box\"\u003e\n            \u003ch3\u003eGood fit\u003c\/h3\u003e\n            \u003cul\u003e\n              \u003cli\u003eClient onboarding\u003c\/li\u003e\n              \u003cli\u003eContent repurposing\u003c\/li\u003e\n              \u003cli\u003eWeekly admin or recurring operations\u003c\/li\u003e\n              \u003cli\u003eDelivery workflows\u003c\/li\u003e\n              \u003cli\u003eResearch workflows\u003c\/li\u003e\n              \u003cli\u003eHomeschool or education planning\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"fit-box\"\u003e\n            \u003ch3\u003eNot included\u003c\/h3\u003e\n            \u003cul\u003e\n              \u003cli\u003eFull Notion database builds\u003c\/li\u003e\n              \u003cli\u003eWebsites, funnels, CRMs, or Zapier builds\u003c\/li\u003e\n              \u003cli\u003eLegal, financial, medical, or compliance advice\u003c\/li\u003e\n              \u003cli\u003eMultiple unrelated workflows in one order\u003c\/li\u003e\n              \u003cli\u003eOpen-ended coaching or long strategy calls\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"testimonials\" id=\"testimonials\" aria-labelledby=\"testimonials-title\"\u003e\n      \u003cdiv class=\"section-inner\"\u003e\n        \u003cp class=\"section-kicker\"\u003eLived experience\u003c\/p\u003e\n        \u003ch2 class=\"section-title\" id=\"testimonials-title\"\u003eWords from the garden path.\u003c\/h2\u003e\n        \u003cp class=\"section-lede\"\u003eHere is what happens when we stop fighting our natural rhythm and build soft systems that expect us to be human.\u003c\/p\u003e\n        \u003cdiv class=\"testimonial-grid\"\u003e\n          \u003carticle class=\"testimonial-card\"\u003e\n            \u003cp class=\"testimonial-text\"\u003e\"Amanda is an amazing secret weapon who uses her superpowers for good! She masterfully creates systems and organization methods that are sustainable for business owners.\"\u003c\/p\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"testimonial-author\"\u003eTesa Colvin\u003c\/div\u003e\n              \u003cdiv class=\"testimonial-role\"\u003eBusiness Development Strategist, Borrow My MBA\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"testimonial-card\"\u003e\n            \u003cp class=\"testimonial-text\"\u003e\"Amanda has such a creative outlook on every aspect of business, and a way of thinking outside of the box that most entrepreneurs cannot see. She is dedicated and passionate to help you find what makes your business tick.\"\u003c\/p\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"testimonial-author\"\u003eStephanie Hoffman\u003c\/div\u003e\n              \u003cdiv class=\"testimonial-role\"\u003eOwner, My Zestful Life\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"testimonial-card\"\u003e\n            \u003cp class=\"testimonial-text\"\u003e\"Amanda is such a talented and passionate niche wizard. She can create amazing templates in no time. She's creative and has logic behind her madness that makes it easy but very effective to use.\"\u003c\/p\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"testimonial-author\"\u003eAnna Kowalczyk\u003c\/div\u003e\n              \u003cdiv class=\"testimonial-role\"\u003eOwner, Achieve Your Legacy\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n          \u003carticle class=\"testimonial-card featured\"\u003e\n            \u003cp class=\"testimonial-text\"\u003e\"Her ability to turn manual problems into AI solutions is beyond amazing. What she has taught me has literally changed my life. In the last week since the EFA live event, I've onboarded my first AI client to the tune of a 10K contract - all built by AI. And I have 2 more potential clients in the funnel just that quick! This is all due to Amanda teaching me how to use AI to answer 2 simple questions.\"\u003c\/p\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"testimonial-author\"\u003eAmAngel Review\u003c\/div\u003e\n              \u003cdiv class=\"testimonial-role\"\u003eAI Transformation Client\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/article\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"pricing\" id=\"pricing\" aria-labelledby=\"pricing-title\"\u003e\n      \u003cdiv class=\"section-inner pricing-wrap\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"section-kicker\"\u003eBeta door is open\u003c\/p\u003e\n          \u003ch2 class=\"section-title\" id=\"pricing-title\"\u003eSend the mess. Get the map.\u003c\/h2\u003e\n          \u003cp class=\"section-lede\"\u003eIf the first version is not clear enough to use, you get one focused cleanup pass so the final document actually works in real life.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003caside class=\"price-card\" style=\"background-image: linear-gradient(180deg, rgba(15, 17, 19, 0.9), rgba(22, 25, 27, 0.92)), url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_086_sanctuary_arch_portal_aa0b0078-8787-47b9-b443-fdfa2c454238.png?v=1781181928);\" aria-label=\"Beta pricing\"\u003e\n          \u003cdiv class=\"price-label\"\u003eFirst 5 beta buyers\u003c\/div\u003e\n          \u003cdiv class=\"price\"\u003e$197\u003c\/div\u003e\n          \u003cp\u003eOne focused workflow cleaned into a SOP, prompt pack, delegation checklist, AI assistant brief, and polished handoff document.\u003c\/p\u003e\n          \u003ca class=\"button\" href=\"https:\/\/buy.stripe.com\/aFa4gze4P4hg3u68dIbwk02\"\u003eBook the beta sprint\u003c\/a\u003e\n          \u003cp class=\"fine-print\"\u003eStandard price will be $297 after the first 5 beta spots. Turnaround begins after checkout and completed intake.\u003c\/p\u003e\n        \u003c\/aside\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"faq\" aria-labelledby=\"faq-title\"\u003e\n      \u003cdiv class=\"section-inner\"\u003e\n        \u003cp class=\"section-kicker\"\u003eSmall questions before you step through\u003c\/p\u003e\n        \u003ch2 class=\"section-title\" id=\"faq-title\"\u003eA few clear boundaries.\u003c\/h2\u003e\n        \u003cdiv class=\"faq-list\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat can I submit?\u003c\/summary\u003e\n            \u003cp\u003eA voice note, Loom, transcript, rough doc, bullet list, screenshots, or pasted brain dump. It does not need to be polished.\u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhen does the 72-hour clock start?\u003c\/summary\u003e\n            \u003cp\u003eAfter checkout and completed intake. If the intake is too broad, I will ask one short clarification question to narrow it to one workflow.\u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this become a full automation?\u003c\/summary\u003e\n            \u003cp\u003eNo. This sprint creates the operating map, prompt pack, checklist, and assistant brief. It does not build the automation stack.\u003c\/p\u003e\n          \u003c\/details\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat if my process is too messy?\u003c\/summary\u003e\n            \u003cp\u003eMessy is the input. The sprint exists because the rough notes and repeated explanations are where the real workflow usually lives.\u003c\/p\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"final-cta\" style=\"background-image: linear-gradient(180deg, rgba(15, 17, 19, 0.84), rgba(15, 17, 19, 0.94)), url(https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/slide_030_mythic_stone_archway_glowing_f4ee430c-eadf-4878-b062-2413ca8f4ae3.png?v=1781181934);\" aria-labelledby=\"final-title\"\u003e\n      \u003cdiv class=\"section-inner\"\u003e\n        \u003cp class=\"section-kicker\"\u003eOne focused workflow\u003c\/p\u003e\n        \u003ch2 class=\"section-title\" id=\"final-title\"\u003eTurn the invisible process into a usable map.\u003c\/h2\u003e\n        \u003cp class=\"section-lede\"\u003eNo giant funnel. No long call. No blank page. Just one process made clear enough to use, delegate, teach, or hand to AI.\u003c\/p\u003e\n        \u003cdiv class=\"hero-actions\" style=\"justify-content: center;\"\u003e\n          \u003ca class=\"button\" href=\"https:\/\/buy.stripe.com\/aFa4gze4P4hg3u68dIbwk02\"\u003eBook the beta sprint\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \u003c\/main\u003e\n\n  \u003cfooter\u003e\n    MandoMc Designs - Invisible expertise translated into maps and soft systems that do not hurt.\n  \u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"MandoMc","offers":[{"title":"Default Title","offer_id":51830527820097,"sku":null,"price":197.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/9929\/3249\/files\/image_2026-06-10_190728629.png?v=1781136451","url":"https:\/\/mandomcdesigns.com\/products\/process-to-assistant","provider":"MandoMc","version":"1.0","type":"link"}