:root {
  --ink: #171717;
  --cream: #fffaf2;
  --pink: #ff5f8f;
  --yellow: #ffd84d;
  --blue: #77d7ff;
  --green: #42d392;
  --line: 3px solid var(--ink);
  --shadow: 6px 6px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; }
.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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; }

.site-header { width: min(1220px, calc(100% - 40px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 20px; letter-spacing: -.6px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--pink); border: 2px solid var(--ink); border-radius: 8px; transform: rotate(-5deg); box-shadow: 3px 3px 0 var(--ink); }
.nav-cta { background: var(--ink); color: white; text-decoration: none; padding: 12px 19px; border-radius: 9px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.nav-cta:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--pink); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-block: 60px 90px; }
.idea-pill { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 8px 13px; border: 2px solid var(--ink); border-radius: 999px; background: white; text-decoration: none; font-size: 14px; font-weight: 700; box-shadow: 3px 3px 0 var(--ink); }
.idea-pill:hover { background: var(--yellow); }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 5px rgb(255 95 143 / .18); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; }
h1 { margin: 27px 0 22px; font-size: clamp(58px, 7vw, 93px); line-height: .91; letter-spacing: -5px; }
.scribble { position: relative; z-index: 0; white-space: nowrap; }
.scribble::after { content: ""; position: absolute; z-index: -1; left: -5px; right: -8px; bottom: 5px; height: 22px; background: var(--yellow); transform: rotate(-1.4deg); border-radius: 50%; }
.hero-lede { max-width: 620px; margin: 0 0 28px; font-size: 20px; line-height: 1.55; color: #4b4b4b; }
.waitlist-form { max-width: 605px; }
.form-row { display: flex; gap: 10px; }
.form-row input { min-width: 0; flex: 1; height: 58px; border: var(--line); border-radius: 10px; padding: 0 18px; background: white; outline: none; font-size: 16px; box-shadow: 4px 4px 0 var(--ink); transition: box-shadow .2s, transform .2s; }
.form-row input:focus { box-shadow: 5px 5px 0 var(--pink); transform: translate(-1px, -1px); }
.form-row button { height: 58px; border: var(--line); border-radius: 10px; padding: 0 22px; background: var(--pink); color: var(--ink); font-weight: 800; cursor: pointer; box-shadow: 4px 4px 0 var(--ink); transition: transform .18s, box-shadow .18s; }
.form-row button:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.form-row button:disabled { cursor: wait; opacity: .72; }
.form-note, .form-status { margin: 12px 0 0; font-size: 13px; color: #666; }
.form-status { min-height: 20px; font-weight: 700; }
.form-status.error { color: #a81942; }
.form-status.success { color: #12643f; }
.honeypot { position: absolute !important; left: -9999px !important; }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.person-card { position: relative; width: 380px; height: 480px; background: var(--blue); border: var(--line); border-radius: 28px; box-shadow: 12px 12px 0 var(--ink); transform: rotate(2deg); overflow: visible; }
.person-card::before { content: ""; position: absolute; inset: 14px; border: 2px dashed rgb(23 23 23 / .28); border-radius: 19px; }
.person-art { position: absolute; inset: 0; overflow: hidden; border-radius: 25px; }
.person-art img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 36%; }
.price-tag { position: absolute; z-index: 6; display: flex; flex-direction: column; padding: 12px 15px; background: white; border: var(--line); border-radius: 10px; box-shadow: 5px 5px 0 var(--ink); transform: rotate(-4deg); }
.price-tag span { font-size: 11px; font-weight: 700; color: #666; }
.price-tag strong { font-family: "Space Grotesk"; font-size: 25px; }
.price-tag-a { top: 120px; left: -68px; }
.price-tag-b { right: -60px; bottom: 95px; background: var(--yellow); transform: rotate(5deg); }
.available { position: absolute; z-index: 6; left: 78px; right: 78px; bottom: -19px; display: flex; justify-content: center; align-items: center; gap: 8px; background: white; border: var(--line); border-radius: 999px; padding: 9px; font-size: 13px; font-weight: 800; }
.available span { width: 9px; height: 9px; background: var(--green); border-radius: 50%; }
.burst { position: absolute; z-index: 8; display: grid; place-items: center; border: var(--line); font-family: "Space Grotesk"; font-weight: 800; }
.burst-one { width: 72px; height: 72px; border-radius: 50%; background: var(--pink); right: 5px; top: 18px; font-size: 36px; transform: rotate(12deg); }
.burst-two { width: 57px; height: 57px; background: var(--yellow); left: 6px; bottom: 30px; font-size: 27px; transform: rotate(-9deg); }

.trust-strip { border-block: var(--line); background: var(--ink); color: white; padding: 25px 20px; text-align: center; }
.trust-strip p { margin: 0 0 15px; text-transform: uppercase; letter-spacing: 2px; font-size: 11px; font-weight: 800; color: #aaa; }
.marquee { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 44px; font-family: "Space Grotesk"; font-size: 18px; font-weight: 700; }

.body-explorer { padding-bottom: 120px; }
.explorer-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; align-items: end; margin-bottom: 36px; }
.explorer-intro .eyebrow { grid-column: 1 / -1; }
.explorer-intro h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -3px; }
.explorer-intro h2 span { position: relative; z-index: 0; }
.explorer-intro h2 span::after { content: ""; position: absolute; z-index: -1; left: -3px; right: -3px; bottom: 3px; height: 15px; background: var(--yellow); transform: rotate(-1deg); }
.explorer-intro > p { max-width: 460px; margin: 0 0 4px; color: #625c54; font-size: 17px; line-height: 1.65; }
.explorer-studio { overflow: hidden; border: var(--line); border-radius: 20px; background: white; box-shadow: 8px 8px 0 var(--ink); }
.explorer-toolbar { display: flex; justify-content: space-between; gap: 12px; padding: 16px 24px; border-bottom: var(--line); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.explorer-toolbar span:last-child { color: #777; }
.explorer-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 310px; }
.explorer-viewport { position: relative; min-width: 0; height: 640px; background: radial-gradient(ellipse at 50% 30%, #eeeae4, #c7c4bf); }
.explorer-viewport canvas { display: block; width: 100%; height: 100%; cursor: grab; touch-action: none; }
.explorer-viewport canvas:active { cursor: grabbing; }
.explorer-hint { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); padding: 9px 15px; border: 1px solid #b4afa6; border-radius: 999px; background: rgb(255 250 242 / .88); font-size: 11px; white-space: nowrap; pointer-events: none; }
.explorer-loading { position: absolute; inset: 45% 20px auto; margin: 0; text-align: center; font-size: 14px; }
.explorer-panel { padding: 40px 26px; border-left: var(--line); background: #fffdfa; }
.explorer-panel h3 { margin: 10px 0; font-size: 27px; line-height: 1.1; letter-spacing: -1px; }
.explorer-panel > p { color: #71695f; font-size: 13px; line-height: 1.6; }
.explorer-spots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 20px 0; }
.explorer-spots button { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 12px 10px; border: 1px solid #d5cfc6; border-radius: 9px; background: white; color: var(--ink); text-align: left; font-size: 12px; font-weight: 700; cursor: pointer; }
.explorer-spots button span { color: #8d8277; font-size: 10px; }
.explorer-spots button b { margin-left: auto; }
.explorer-spots button:hover { background: #fff2bb; }
.explorer-spots button[aria-pressed="true"] { border-color: var(--ink); background: var(--pink); box-shadow: 3px 3px 0 var(--ink); }
.explorer-spots button[aria-pressed="true"] span { color: var(--ink); }
.explorer-spots button:disabled { opacity: .45; cursor: default; }
.explorer-view-controls { display: flex; gap: 7px; padding-top: 20px; border-top: 1px solid #e0d9d0; }
.explorer-view-controls button { flex: 1; min-height: 44px; border: 1px solid #c5bcb0; border-radius: 7px; background: var(--cream); color: var(--ink); font-weight: 600; cursor: pointer; }
.explorer-toggle { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: 12px; }
.explorer-toggle input { accent-color: #c22d58; }
.explorer-panel .explorer-fine { margin-top: 24px; font-size: 11px; }
.explorer-message { display: flex; align-items: center; gap: 18px; padding: 20px 26px; border-top: var(--line); background: var(--yellow); }
.explorer-message small { font-size: 9px; font-weight: 800; letter-spacing: 1.6px; }
.explorer-message p { margin: 5px 0 0; font-family: "Space Grotesk", sans-serif; font-size: 23px; font-weight: 700; letter-spacing: -.6px; }
.explorer-message-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--ink); }
.explorer-message-star { margin-left: auto; font-size: 38px; }
.explorer-source { margin: 24px 12px 0; color: #80766c; text-align: center; font-size: 11px; line-height: 1.6; }
.explorer-viewport canvas:focus-visible, .explorer-panel button:focus-visible { outline: 3px solid #a9234c; outline-offset: 3px; }
.steps { padding-block: 120px; }
.section-heading { max-width: 700px; margin: 0 auto 54px; text-align: center; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: #c52e5b; font-size: 12px; font-weight: 800; letter-spacing: 2.2px; }
.section-heading h2, .market-copy h2, .origin h2, .final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -3px; }
.section-heading p { margin: 20px auto 0; max-width: 540px; color: #666; font-size: 18px; line-height: 1.6; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { min-height: 350px; position: relative; padding: 30px; border: var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.step-card.pink { background: #ffd5e1; transform: rotate(-1deg); }
.step-card.yellow { background: #fff0ad; transform: translateY(15px) rotate(1deg); }
.step-card.blue { background: #c9efff; transform: rotate(-.5deg); }
.step-number { position: absolute; top: 22px; right: 24px; font-family: "Space Grotesk"; font-weight: 700; font-size: 14px; }
.step-icon { display: grid; place-items: center; width: 82px; height: 82px; margin: 16px 0 48px; border: var(--line); border-radius: 50%; background: white; font-size: 37px; }
.step-card h3 { font-size: 25px; margin: 0 0 12px; letter-spacing: -1px; }
.step-card p { margin: 0; color: #4d4d4d; line-height: 1.55; }

.marketplace { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; padding-block: 80px 145px; }
.market-copy h2 span { position: relative; z-index: 0; }
.market-copy h2 span::after { content: ""; position: absolute; z-index: -1; height: 16px; left: -2px; right: -2px; bottom: 3px; background: var(--pink); transform: rotate(-1deg); }
.market-copy > p { margin: 24px 0; color: #5d5d5d; font-size: 18px; line-height: 1.6; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; font-weight: 700; }
.check-list span { display: inline-grid; place-items: center; width: 25px; height: 25px; margin-right: 8px; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); font-size: 14px; }
.listing-stack { position: relative; min-height: 370px; }
.listing { position: absolute; left: 0; right: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 18px 20px; border: var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
.listing-one { top: 10px; transform: rotate(-2deg); }
.listing-two { top: 130px; left: 25px; right: -25px; background: var(--yellow); transform: rotate(2deg); z-index: 2; }
.listing-three { top: 255px; transform: rotate(-1deg); }
.avatar { display: grid; place-items: center; width: 60px; height: 60px; border: 2px solid var(--ink); border-radius: 11px; font-size: 28px; }
.runner { background: #c9efff; }.creator { background: #ffd5e1; }.model { background: #d9f7e9; }
.listing strong, .listing span { display: block; }
.listing strong { font-family: "Space Grotesk"; font-size: 18px; margin-bottom: 5px; }
.listing span { color: #666; font-size: 13px; }
.listing b { padding: 7px 10px; border: 2px solid var(--ink); border-radius: 7px; background: var(--cream); font-family: "Space Grotesk"; }

.origin { padding-bottom: 130px; }
.origin-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 34px; align-items: center; padding: 54px; border: var(--line); border-radius: 22px; background: white; box-shadow: 9px 9px 0 var(--ink); text-decoration: none; transition: transform .2s, box-shadow .2s; overflow: hidden; }
.origin-card:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--ink); }
.quote-mark { align-self: start; color: var(--pink); font-family: Georgia, serif; font-size: 100px; line-height: .65; }
.origin h2 { max-width: 790px; font-size: clamp(33px, 4vw, 52px); }
.origin p { margin: 15px 0 18px; color: #666; }
.origin strong { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.x-mark { font-size: 50px; }

.final-cta { position: relative; overflow: hidden; border-block: var(--line); background: var(--ink); color: white; }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(var(--cream) 1px, transparent 1px); background-size: 18px 18px; }
.final-inner { position: relative; padding-block: 100px; text-align: center; }
.final-cta h2 { font-size: clamp(58px, 8vw, 90px); }
.final-cta .eyebrow { color: var(--pink); }
.final-inner > p:not(.eyebrow) { max-width: 600px; margin: 24px auto 30px; color: #c9c9c9; font-size: 19px; line-height: 1.5; }
.waitlist-form-dark { margin: auto; }
.waitlist-form-dark .form-row input { border-color: white; box-shadow: 4px 4px 0 var(--pink); }
.waitlist-form-dark .form-row button { background: var(--yellow); }
.waitlist-form-dark .form-note { color: #999; }
.waitlist-form-dark .form-status.error { color: #ff9abb; }
.waitlist-form-dark .form-status.success { color: #80efb9; }
.sticker { position: absolute; display: grid; place-items: center; border: var(--line); color: var(--ink); font-family: "Space Grotesk"; font-weight: 800; }
.sticker-left { width: 92px; height: 92px; left: 15px; top: 90px; border-radius: 50%; background: var(--pink); transform: rotate(-12deg); font-size: 13px; }
.sticker-right { width: 64px; height: 64px; right: 30px; bottom: 90px; background: var(--blue); transform: rotate(9deg); font-size: 30px; }

footer { width: min(1220px, calc(100% - 40px)); min-height: 110px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 13px; }
footer p { color: #777; }
footer > a:last-child { font-weight: 700; }

.discontinued-dialog { width: min(580px, calc(100% - 32px)); padding: 48px; border: var(--line); border-radius: 20px; background: var(--cream); color: var(--ink); box-shadow: 10px 10px 0 var(--ink); overflow: visible; }
.discontinued-dialog::backdrop { background: rgb(23 23 23 / .72); backdrop-filter: blur(4px); }
.discontinued-dialog .eyebrow { margin: 0 0 13px; }
.discontinued-dialog h2 { max-width: 470px; margin: 0; font-size: clamp(34px, 6vw, 50px); line-height: 1.02; letter-spacing: -2.5px; }
.discontinued-dialog blockquote { margin: 26px 0 30px; padding: 20px 22px; border: 2px solid var(--ink); border-radius: 12px; background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font-size: 17px; font-weight: 700; line-height: 1.55; }
.dialog-close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; padding: 0; border: 2px solid var(--ink); border-radius: 50%; background: white; color: var(--ink); font-size: 26px; line-height: 1; cursor: pointer; }
.dialog-sticker { position: absolute; top: -27px; left: 30px; display: grid; place-items: center; width: 58px; height: 58px; border: var(--line); border-radius: 12px; background: var(--pink); box-shadow: 4px 4px 0 var(--ink); font-size: 26px; transform: rotate(-7deg); }
.dialog-confirm { min-height: 50px; padding: 0 24px; border: var(--line); border-radius: 9px; background: var(--pink); color: var(--ink); box-shadow: 4px 4px 0 var(--ink); font-weight: 800; cursor: pointer; }
.dialog-close:hover, .dialog-confirm:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--ink); }
.dialog-close:focus-visible, .dialog-confirm:focus-visible { outline: 3px solid #a9234c; outline-offset: 3px; }

@media (prefers-reduced-motion: no-preference) {
  .burst-one { animation: float 3.2s ease-in-out infinite; }
  .burst-two { animation: float 3.8s ease-in-out .5s infinite reverse; }
  @keyframes float { 50% { translate: 0 -9px; rotate: 3deg; } }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 35px; padding-top: 40px; text-align: center; }
  .idea-pill, .waitlist-form { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { transform: scale(.9); margin-block: -20px; }
  .step-grid { grid-template-columns: 1fr; max-width: 560px; margin: auto; }
  .step-card.yellow { transform: none; }
  .explorer-intro { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .explorer-intro > p { margin-inline: auto; }
  .explorer-workspace { grid-template-columns: 1fr; }
  .explorer-panel { border-top: var(--line); border-left: 0; }
  .explorer-spots { grid-template-columns: 1fr 1fr; }
  .marketplace { grid-template-columns: 1fr; gap: 45px; }
  .listing-two { left: 0; right: 0; }
  .market-copy { text-align: center; }
  .check-list { text-align: left; width: fit-content; margin-inline: auto; }
  footer { flex-direction: column; justify-content: center; padding-block: 35px; }
  footer p { margin: 0; }
}

@media (max-width: 600px) {
  .section-shell, .site-header, footer { width: min(calc(100% - 28px), 1160px); }
  .site-header { height: 72px; }
  .brand { font-size: 17px; }
  .nav-cta { padding: 10px 12px; font-size: 13px; }
  .hero { padding-block: 35px 70px; }
  h1 { font-size: clamp(48px, 14.5vw, 62px); letter-spacing: -3.5px; }
  .hero-lede { font-size: 17px; }
  .idea-pill { font-size: 11px; }
  .form-row { flex-direction: column; }
  .form-row button { width: 100%; }
  .hero-visual { min-height: 440px; transform: scale(.72); margin: -70px -55px; }
  .body-explorer { padding-bottom: 90px; }
  .explorer-intro h2 { font-size: 42px; letter-spacing: -2px; }
  .explorer-toolbar { padding: 15px; font-size: 9px; }
  .explorer-viewport { height: 540px; }
  .explorer-panel { padding: 24px; }
  .explorer-spots { gap: 8px; margin-block: 18px; }
  .explorer-spots button { padding: 12px 10px; }
  .explorer-message { padding: 20px; }
  .explorer-message p { font-size: 20px; }
  .person-card { width: 350px; }
  .price-tag-a { left: -35px; }
  .price-tag-b { right: -38px; }
  .marquee { gap: 16px 24px; font-size: 15px; }
  .steps { padding-block: 85px; }
  .section-heading h2, .market-copy h2 { letter-spacing: -2.5px; }
  .marketplace { padding-block: 40px 110px; }
  .listing-stack { min-height: 390px; }
  .listing { grid-template-columns: auto 1fr; }
  .listing b { grid-column: 2; width: fit-content; }
  .listing-two { left: 5px; right: -5px; }
  .origin { padding-bottom: 95px; }
  .origin-card { display: block; padding: 34px 27px; }
  .quote-mark { display: block; height: 50px; }
  .x-mark { position: absolute; top: 25px; right: 25px; font-size: 32px; }
  .final-inner { padding-block: 85px; }
  .sticker { display: none; }
  .discontinued-dialog { padding: 42px 24px 28px; box-shadow: 6px 6px 0 var(--ink); }
  .discontinued-dialog h2 { letter-spacing: -1.8px; }
  .discontinued-dialog blockquote { margin-block: 22px 26px; padding: 17px; font-size: 15px; }
}

@media (max-width: 420px) {
  .nav-cta { display: none; }
}
