:root {
  color-scheme: light;
  --ink: oklch(20% 0.035 285);
  --muted: oklch(47% 0.035 285);
  --paper: oklch(97% 0.018 295);
  --paper-deep: oklch(93% 0.035 292);
  --purple: oklch(61% 0.23 285);
  --purple-dark: oklch(48% 0.24 285);
  --pink: oklch(72% 0.2 352);
  --yellow: oklch(87% 0.17 92);
  --mint: oklch(83% 0.14 173);
  --line: oklch(81% 0.04 290);
  --radius: 24px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-rounded, "Avenir Next", "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
button, input { font: inherit; }
img, svg { display: block; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; text-decoration: none; letter-spacing: -0.03em; }
.wordmark img { border-radius: 12px; }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { color: var(--muted); font-size: 14px; font-weight: 680; text-decoration: none; }
.site-header nav a:hover { color: var(--ink); }
.nav-cta {
  padding: 10px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
}
.nav-cta:hover { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: clamp(40px, 7vw, 100px);
  padding: 70px 0 90px;
}
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--muted); font-size: 12px; font-weight: 820; letter-spacing: 0.08em; text-transform: uppercase; }
.eyebrow span { width: 20px; height: 3px; border-radius: 10px; background: var(--pink); }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4.7rem, 9vw, 8rem);
  line-height: 0.83;
  letter-spacing: -0.075em;
  font-weight: 900;
}
.hero h1 em { color: var(--purple); font-style: normal; position: relative; }
.hero h1 em::after { content: "✦"; position: absolute; top: -0.05em; right: -0.42em; color: var(--pink); font-size: 0.3em; }
.hero-lede { max-width: 600px; margin: 34px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
}
.button.primary { color: var(--paper); background: var(--purple); box-shadow: 5px 5px 0 var(--ink); transition: transform 180ms var(--ease), box-shadow 180ms var(--ease); }
.button.primary:not(:disabled):hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button:disabled { cursor: not-allowed; opacity: 0.78; }
.text-link { font-size: 14px; font-weight: 780; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform 180ms var(--ease); }
.text-link:hover span { transform: translateY(4px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 30px 0 0; padding: 0; color: var(--muted); font-size: 12px; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--purple); font-weight: 900; }

.hero-art {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 48% 52% 44% 56% / 56% 40% 60% 44%;
  background: var(--purple);
  box-shadow: 14px 14px 0 var(--ink);
}
.orbit { position: absolute; border: 2px solid oklch(97% 0.018 295 / 0.34); border-radius: 50%; }
.orbit-one { inset: 10% -30%; transform: rotate(-18deg); }
.orbit-two { inset: -30% 18%; transform: rotate(28deg); }
.hero-pointer {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 170px;
  transform: translate(-50%, -50%) rotate(-8deg);
  filter: drop-shadow(12px 14px 0 oklch(20% 0.035 285 / 0.3));
}
.hero-pointer path, .demo-cursor path { fill: var(--paper); stroke: var(--ink); stroke-width: 5; stroke-linejoin: round; }
.pop { position: absolute; color: var(--yellow); font-size: 38px; animation: breathe 2.8s var(--ease) infinite alternate; }
.pop-one { left: 25%; top: 25%; }
.pop-two { right: 24%; top: 28%; color: var(--mint); font-size: 20px; animation-delay: -1s; }
.pop-three { right: 20%; bottom: 22%; color: var(--pink); animation-delay: -2s; }
.cursor-chip {
  position: absolute;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: var(--paper);
  font-size: 35px;
  box-shadow: 5px 5px 0 var(--ink);
}
.chip-one { left: 8%; bottom: 13%; transform: rotate(-8deg); }
.chip-two { right: 7%; top: 11%; transform: rotate(7deg); }
.chip-three { right: 10%; bottom: 7%; transform: rotate(11deg); }
@keyframes breathe { to { transform: translateY(-9px) rotate(8deg); } }

.proof-strip {
  min-height: 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-block: 3px solid var(--ink);
  background: var(--yellow);
}
.proof-strip p { margin: 0; padding: 25px; text-align: center; font-size: 13px; font-weight: 780; }
.proof-strip p + p { border-left: 2px solid var(--ink); }
.proof-strip strong { margin-right: 7px; font-size: 28px; letter-spacing: -0.05em; }

.playground-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
  padding: 150px 0;
}
.section-heading h2, .feature-intro h2, .privacy-block h2, .install h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.3vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.section-heading > p:last-child { max-width: 38ch; margin: 24px 0 0; color: var(--muted); }
.playground-wrap { min-width: 0; }
.playground-controls { display: flex; gap: 7px; margin: 0 0 10px; }
.playground-controls button { padding: 8px 14px; border: 2px solid var(--ink); border-radius: 999px; color: var(--ink); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.playground-controls button.active { color: var(--paper); background: var(--ink); }
.playground {
  height: 470px;
  position: relative;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 34px;
  cursor: none;
  background:
    radial-gradient(circle at 20% 24%, var(--pink) 0 7px, transparent 8px),
    radial-gradient(circle at 78% 75%, var(--yellow) 0 10px, transparent 11px),
    radial-gradient(circle at 86% 23%, var(--mint) 0 6px, transparent 7px),
    var(--paper-deep);
  box-shadow: 10px 10px 0 var(--ink);
}
.playground > p { position: absolute; left: 50%; top: 50%; margin: 0; color: var(--muted); font-weight: 750; transform: translate(-50%, -50%); }
.demo-cursor, .demo-glow { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; }
.playground.active .demo-cursor, .playground.active .demo-glow { opacity: 1; }
.demo-cursor { z-index: 3; width: 46px; transform: translate(-100px, -100px); }
.demo-glow { z-index: 2; width: 70px; height: 70px; margin: -31px 0 0 -31px; border-radius: 50%; background: radial-gradient(circle, oklch(61% 0.23 285 / 0.48), transparent 68%); box-shadow: 0 0 35px oklch(61% 0.23 285 / 0.62); }
.demo-particle { position: absolute; z-index: 2; pointer-events: none; color: var(--pink); transform: translate(-50%, -50%); animation: particle 620ms var(--ease) forwards; }
.demo-particle.trail { width: 9px; height: 9px; border-radius: 50%; background: var(--purple); }
.demo-particle.sparkles { font-weight: 900; }
@keyframes particle { from { opacity: 1; scale: 1; } to { opacity: 0; scale: 0.2; translate: 0 18px; } }

.features { padding: 135px max(20px, calc((100vw - 1180px) / 2)); background: var(--ink); color: var(--paper); }
.feature-intro { display: grid; grid-template-columns: 0.7fr 1.3fr; align-items: end; margin-bottom: 80px; }
.feature-intro .eyebrow { align-self: start; color: oklch(76% 0.025 285); }
.feature-list { border-top: 1px solid oklch(97% 0.018 295 / 0.24); }
.feature-list article { min-height: 190px; display: grid; grid-template-columns: 90px 1fr 280px; align-items: center; gap: 30px; border-bottom: 1px solid oklch(97% 0.018 295 / 0.24); }
.feature-number { color: var(--pink); font-size: 13px; font-weight: 900; }
.feature-list h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -0.03em; }
.feature-list p { max-width: 52ch; margin: 0; color: oklch(75% 0.025 285); }
.mini-cursors { display: flex; justify-content: flex-end; }
.mini-cursors span { width: 60px; height: 60px; display: grid; place-items: center; margin-left: -8px; border: 2px solid var(--ink); border-radius: 18px; background: var(--paper); font-size: 28px; transform: rotate(var(--rotate, 0)); }
.mini-cursors span:nth-child(1) { --rotate: -8deg; }.mini-cursors span:nth-child(2) { --rotate: 6deg; }.mini-cursors span:nth-child(3) { --rotate: -3deg; }.mini-cursors span:nth-child(4) { --rotate: 8deg; }
.flare-mark { position: relative; height: 90px; color: var(--yellow); font-size: 70px; text-align: center; }
.flare-mark i, .flare-mark b { position: absolute; border-radius: 50%; background: var(--pink); }.flare-mark i { width: 14px; height: 14px; left: 22%; top: 18%; }.flare-mark b { width: 9px; height: 9px; right: 22%; bottom: 18%; background: var(--mint); }
.upload-mark { width: 78px; height: 78px; display: grid; place-items: center; justify-self: end; border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 38px; font-weight: 900; }

.privacy-block { min-height: 620px; display: grid; grid-template-columns: 1fr 0.8fr; align-items: center; gap: 90px; padding: 100px max(20px, calc((100vw - 1180px) / 2)); background: var(--purple); color: var(--paper); }
.eyebrow.light { color: oklch(91% 0.025 285); }.eyebrow.light span { background: var(--yellow); }
.privacy-copy { max-width: 500px; }
.privacy-copy p { margin: 0 0 28px; font-size: 20px; line-height: 1.7; color: oklch(92% 0.025 285); }
.privacy-copy a { font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 6px; }

.install { max-width: 900px; margin: 0 auto; padding: 150px 20px; text-align: center; }
.install img { margin: 0 auto 28px; }
.install .eyebrow { justify-content: center; }
.install > p:not(.eyebrow) { max-width: 600px; margin: 25px auto 32px; color: var(--muted); font-size: 18px; }

footer { width: min(1180px, calc(100% - 40px)); min-height: 150px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; border-top: 2px solid var(--ink); }
footer p { color: var(--muted); font-size: 13px; } footer > div { display: flex; gap: 20px; font-size: 13px; font-weight: 750; } footer small { grid-column: 1 / -1; padding-bottom: 25px; color: var(--muted); font-size: 10px; }

.legal-content { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 150px; }
.legal-content > h1 { max-width: 760px; margin: 0; font-size: clamp(3.5rem, 8vw, 7rem); line-height: 0.93; letter-spacing: -0.07em; }
.legal-lede { max-width: 660px; margin: 34px 0 90px; color: var(--muted); font-size: 20px; }
.legal-content section { display: grid; grid-template-columns: 220px 1fr; gap: 50px; padding: 38px 0; border-top: 1px solid var(--line); }
.legal-content section h2 { margin: 0; font-size: 18px; }.legal-content section p { margin: 0 0 16px; color: var(--muted); }.legal-content section p:last-child { margin-bottom: 0; }

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-art { min-height: 480px; }
  .playground-section { grid-template-columns: 1fr; }
  .feature-intro, .privacy-block { grid-template-columns: 1fr; }
  .feature-list article { grid-template-columns: 60px 1fr; padding: 30px 0; }
  .feature-list article > :last-child { grid-column: 2; justify-self: start; }
  .privacy-block { gap: 50px; }
}

@media (max-width: 580px) {
  .site-header { width: min(100% - 28px, 1180px); }
  .nav-cta { padding: 8px 12px; box-shadow: none; }
  .hero { width: min(100% - 28px, 1180px); min-height: auto; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(4rem, 22vw, 6rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 390px; border-radius: 42% 58% 48% 52% / 58% 43% 57% 42%; box-shadow: 8px 8px 0 var(--ink); }
  .hero-pointer { width: 125px; }.cursor-chip { width: 58px; height: 58px; border-radius: 16px; font-size: 26px; }
  .proof-strip { grid-template-columns: 1fr; }.proof-strip p + p { border-left: 0; border-top: 2px solid var(--ink); }
  .playground-section { width: min(100% - 28px, 1180px); padding: 100px 0; }.playground { height: 360px; box-shadow: 6px 6px 0 var(--ink); }
  .features { padding-block: 100px; }.feature-intro { margin-bottom: 50px; }.feature-list article { grid-template-columns: 42px 1fr; }
  .privacy-block { min-height: 560px; padding-block: 90px; }.privacy-copy p { font-size: 17px; }
  footer { width: min(100% - 28px, 1180px); grid-template-columns: 1fr auto; padding: 40px 0; } footer > p { display: none; } footer small { padding-bottom: 0; }
  .legal-content { width: min(100% - 28px, 820px); padding-top: 70px; }.legal-content section { grid-template-columns: 1fr; gap: 12px; }
}

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