:root {
  color-scheme: dark;
  --bg: #0b0d12;
  --ink: #f0f1f5;
  --muted: #a0a6b5;
  --accent: #b3a5ff;
  --line: #252832;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; position: relative; isolation: isolate; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; border-radius: 4px; }
svg { display: block; width: 24px; height: 24px; flex-shrink: 0; }
p, h1, h2, h3, figure, blockquote { margin: 0; }
.container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.page-grid { position: absolute; z-index: -1; inset: 0 0 auto; height: 1200px; pointer-events: none; background: radial-gradient(ellipse at 50% 48%, #51428515, transparent 55%); }
.page-grid::after { content: ""; position: absolute; inset: 0; margin: auto; width: min(1160px, calc(100% - 80px)); border-inline: 1px solid #ffffff04; }
.skip-link { position: absolute; left: 20px; top: -80px; padding: 12px 18px; background: #24232f; z-index: 10; }
.skip-link:focus { top: 12px; }

/* Masthead */
.site-header { display: flex; align-items: center; justify-content: space-between; padding-block: 25px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; gap: 10px; align-items: center; font-size: 25px; font-weight: 700; letter-spacing: -1.1px; }
.brand-mark { width: 34px; height: 34px; color: #7863d5; }
.brand-period { color: var(--accent); }
nav { display: flex; gap: 30px; align-items: center; font-size: 14px; font-weight: 500; }
.nav-link { color: var(--muted); transition: color .15s; }
.nav-link:hover { color: white; }
.nav-status { background: #b3a5ff0a; border: 1px solid #b3a5ff28; color: #d1c8ff; border-radius: 100px; padding: 8px 15px; white-space: nowrap; }

/* A single task becomes many device runs. */
.hero { padding-block: 72px 64px; }
.hero-copy { text-align: center; }
.eyebrow { text-transform: uppercase; letter-spacing: 1.8px; font-size: 12px; line-height: 1.6; font-weight: 600; color: var(--accent); }
.hero .eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; }
.eyebrow-line { height: 1px; width: 22px; background: currentColor; }
h1 { font-size: clamp(3.25rem, 5.5vw, 4.7rem); line-height: 1.08; letter-spacing: -.055em; font-weight: 600; margin-top: 19px; }
h1 br { display: none; }
h1 span { color: var(--accent); margin-left: .08em; }
.hero-description { font-size: 18px; line-height: 1.7; letter-spacing: -.15px; max-width: 720px; margin: 22px auto 0; color: var(--muted); }
.launch-note { display: inline-flex; gap: 9px; align-items: center; margin-top: 23px; color: #d9d4ee; }
.launch-icon { color: var(--accent); }
.launch-icon svg { width: 18px; height: 18px; }
.launch-note strong { font-size: 14px; font-weight: 500; }
.workflow { position: relative; width: min(100%, 1040px); margin: 49px auto 0; }
.prompt-card { position: relative; width: min(560px, 100%); margin-inline: auto; padding: 21px 27px 24px; border: 1px solid #494257; border-radius: 14px; background: linear-gradient(120deg, #1c1b29, #13161e); box-shadow: 0 8px 40px #00000028, inset 0 1px #ffffff06; }
.prompt-label { display: flex; align-items: center; gap: 9px; color: #d8d1f7; font-size: 13px; }
.prompt-label svg { width: 19px; height: 19px; color: var(--accent); }
.prompt-meta { margin-left: auto; font-family: var(--mono); color: #8e889f; font-size: 10px; letter-spacing: 1.4px; }
blockquote { font-size: 19px; line-height: 1.55; letter-spacing: -.25px; margin-top: 13px; color: #f1f0f7; }
.branch-lines { display: block; width: 100%; height: 89px; overflow: visible; }
.branch-base { stroke: #61537e; stroke-width: 1; }
.branch-signal { stroke: #c8baff; stroke-width: 1.4; stroke-dasharray: 12 430; animation: route 8s linear infinite; opacity: .75; }
@keyframes route { to { stroke-dashoffset: -442; } }
.device-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); position: relative; }
.device-cell { min-width: 0; position: relative; }
.device-stage { height: 184px; display: flex; justify-content: center; align-items: flex-start; }
.device { border: 1px solid #596174; background: #1b202b; box-shadow: 0 8px 26px #00000050, inset 0 0 0 2px #0c0e14; position: relative; }
.device-screen { height: 100%; background: #10151e; overflow: hidden; border: 1px solid #323947; border-radius: 3px; padding: 9px; }
.phone { width: 77px; height: 153px; border-radius: 15px; padding: 7px 5px 9px; }
.phone .device-screen { border-radius: 10px; padding: 16px 6px 8px; }
.phone-camera { position: absolute; top: 8px; left: calc(50% - 12px); width: 24px; height: 5px; border-radius: 5px; background: #07090e; z-index: 1; }
.home-indicator { width: 22px; height: 2px; background: #798191; position: absolute; bottom: 5px; left: calc(50% - 11px); border-radius: 4px; }
.tablet { width: 128px; height: 166px; border-radius: 12px; padding: 10px 6px 7px; }
.tablet .device-screen { border-radius: 6px; padding: 12px 9px; }
.tablet-camera { width: 3px; height: 3px; position: absolute; top: 4px; left: calc(50% - 1.5px); border-radius: 50%; background: #7f899b; }
.laptop { width: 214px; max-width: 90%; padding-top: 0; }
.laptop-display { height: 133px; border-radius: 8px 8px 3px 3px; padding: 6px; width: 92%; margin-inline: auto; }
.laptop-base { height: 9px; border: 1px solid #596174; background: #282e3a; border-radius: 2px 2px 10px 10px; position: relative; box-shadow: 0 8px 20px #0006; }
.laptop-base::before { content: ""; position: absolute; top: -1px; left: 38%; width: 24%; height: 3px; background: #4a5161; border-radius: 0 0 3px 3px; }
.desktop { width: 219px; max-width: 90%; }
.desktop-display { height: 142px; border-radius: 7px; padding: 6px 6px 16px; }
.monitor-chin { height: 9px; border-top: 1px solid #303644; position: absolute; bottom: 1px; left: 3px; right: 3px; border-radius: 0 0 5px 5px; background: #242b38; }
.monitor-stand { width: 32px; height: 18px; margin-inline: auto; background: #242b38; border-inline: 1px solid #475064; }
.monitor-foot { width: 77px; height: 5px; margin-inline: auto; border: 1px solid #596174; border-radius: 4px 4px 1px 1px; background: #2d3442; }

/* The same illustrative storefront reflows inside each screen. */
.mini-nav { display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #2c3242; padding-bottom: 7px; margin-bottom: 9px; }
.mini-nav i { width: 7px; height: 7px; background: #b3a5ff; border-radius: 2px; margin-right: auto; }
.mini-nav span { width: 15px; height: 3px; border-radius: 2px; background: #535c6e; }
.mini-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mini-product { height: 50px; border-radius: 4px; border: 1px solid #595072; background: linear-gradient(140deg, #4b405f, #272839); }
.mini-details { padding-top: 5px; }
.mini-details i { display: block; height: 4px; margin-bottom: 7px; border-radius: 2px; background: #647083; }
.mini-details i:nth-child(2) { width: 65%; background: #3d4758; }
.mini-details span { display: block; height: 12px; border: 1px solid #8172b4; border-radius: 3px; background: #62528e; margin-top: 10px; }
.mini-line { height: 3px; width: 76%; border-radius: 3px; background: #394354; margin-top: 10px; }
.mini-line.short { width: 48%; margin-top: 6px; }
.phone .mini-layout, .tablet .mini-layout { grid-template-columns: 1fr; gap: 5px; }
.phone .mini-product { height: 31px; }
.phone .mini-details { padding-top: 1px; }
.phone .mini-details i { height: 3px; margin-bottom: 4px; }
.phone .mini-details span { height: 9px; margin-top: 5px; }
.phone .mini-line { margin-top: 6px; }
.phone .mini-nav { padding-bottom: 6px; margin-bottom: 7px; }
.phone .mini-nav i { width: 5px; height: 5px; }
.tablet .mini-product { height: 43px; }
.tablet .mini-details span { margin-top: 7px; height: 10px; }
.tablet .mini-details i { margin-bottom: 5px; height: 3px; }
.tablet .mini-line { margin-top: 7px; }
.device-label { text-align: center; font-size: 14px; font-weight: 500; color: #d9dce5; }
.device-label span { display: block; margin-top: 7px; font-size: 12px; line-height: 1.5; font-weight: 400; color: #8d95a7; }
figcaption { text-align: center; margin-top: 33px; font-size: 12px; line-height: 1.7; color: #a2a8b8; }
figcaption span { display: block; color: #848b9c; }

/* Supporting copy */
.how-section { padding-block: 43px 64px; border-top: 1px solid var(--line); }
.section-intro { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; margin-bottom: 35px; }
.section-intro .eyebrow { padding-top: 8px; font-size: 11px; letter-spacing: 1.4px; color: #969fb2; }
h2 { font-size: 29px; line-height: 1.25; letter-spacing: -1px; font-weight: 500; width: 49%; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.step { border-top: 1px solid var(--line); padding-top: 22px; }
.step-top { display: flex; justify-content: space-between; align-items: center; color: var(--accent); font-family: var(--mono); font-size: 11px; letter-spacing: 1px; margin-bottom: 21px; }
.step-top svg { width: 22px; height: 22px; }
.step h3 { font-size: 18px; line-height: 1.4; letter-spacing: -.4px; font-weight: 500; margin-bottom: 12px; }
.step p { font-size: 15px; color: var(--muted); line-height: 1.75; max-width: 335px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 27px 32px; color: #9299a9; font-size: 12px; }
.footer-brand { color: #c0c5d1; font-size: 17px; font-weight: 650; letter-spacing: -.7px; }

@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  h1 { font-size: 3.65rem; }
  .laptop-display { height: 116px; }
  .desktop-display { height: 125px; }
  .mini-layout { gap: 7px; }
  .device-label span { font-size: 11px; }
  .steps { gap: 25px; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .site-header { padding-block: 21px; }
  .brand { font-size: 22px; gap: 7px; }
  .brand-mark { width: 29px; height: 29px; }
  .nav-link { display: none; }
  .nav-status { font-size: 12px; padding: 7px 11px; }
  .hero { padding-block: 49px 42px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: 1.2px; }
  h1 { font-size: clamp(2.85rem, 8.5vw, 3.8rem); line-height: 1.08; letter-spacing: -.05em; }
  h1 br { display: block; }
  h1 span { margin-left: 0; }
  .hero-description { font-size: 16px; max-width: 440px; margin-top: 20px; }
  .desktop-break { display: none; }
  .workflow { margin-top: 36px; }
  .prompt-card { padding: 19px; border-radius: 12px; }
  blockquote { font-size: 17px; line-height: 1.6; }
  .prompt-label { font-size: 12px; }
  .prompt-meta { font-size: 9px; }
  .branch-lines { display: none; }
  .device-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 53px; padding-top: 50px; }
  .device-grid::before { content: ""; position: absolute; left: 50%; top: 0; height: 25px; border-left: 1px solid #61537e; }
  .device-cell::before { content: ""; position: absolute; top: -25px; left: 50%; width: 50%; border-top: 1px solid #61537e; }
  .device-cell:nth-child(even)::before { left: 0; }
  .device-cell:first-child::before { height: calc(100% + 53px); border-right: 1px solid #61537e; }
  .device-cell::after { content: ""; position: absolute; top: -25px; left: 50%; height: 25px; border-left: 1px solid #61537e; }
  .device-stage { height: 172px; }
  .phone { height: 153px; }
  .tablet { height: 158px; width: 116px; }
  .laptop { width: 190px; }
  .desktop { width: 188px; }
  .laptop-display { height: 114px; }
  .desktop-display { height: 123px; }
  .device-label span { max-width: 145px; margin-inline: auto; font-size: 11px; }
  figcaption { margin-top: 29px; font-size: 11px; max-width: 330px; margin-inline: auto; }
  .how-section { padding-block: 30px 44px; }
  .section-intro { display: block; margin-bottom: 28px; }
  .section-intro .eyebrow { font-size: 10px; padding-top: 0; margin-bottom: 14px; }
  h2 { font-size: 27px; width: auto; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .step { padding-top: 18px; }
  .step-top { margin-bottom: 13px; }
  .step h3 { margin-bottom: 9px; }
  .step p { font-size: 16px; max-width: 100%; }
  .site-footer { gap: 15px; padding-block: 25px; font-size: 11px; }
  .site-footer p { display: none; }
  .footer-brand { font-size: 16px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .brand { font-size: 20px; }
  .nav-status { font-size: 11px; padding: 6px 9px; }
  h1 { font-size: 2.75rem; }
  .prompt-card { padding: 16px; }
  .prompt-meta { display: none; }
  .laptop-display { height: 103px; }
  .desktop-display { height: 112px; }
  .device-screen { padding: 6px; }
  .mini-layout { gap: 5px; }
  .mini-product { height: 39px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
