:root {
  --yellow: #fde220;
  --black: #050505;
  --cyan: #00e7ff;
  --paper: #fffdf0;
  --muted: #b9b9a7;
  --frame: min(1160px, calc(100vw - 48px));
  font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, "Liberation Mono", monospace;
  color: var(--black);
  background: var(--yellow);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--yellow); }
body { margin: 0; overflow-x: hidden; font-size: 16px; line-height: 1.5; background: var(--yellow); }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.frame { width: var(--frame); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -5rem; left: 1rem; padding: .7rem 1rem; color: var(--yellow); background: var(--black); border: 2px solid var(--yellow); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 4px solid var(--cyan); outline-offset: 4px; }

.site-header { position: relative; z-index: 10; background: var(--yellow); border-bottom: 2px solid var(--black); }
.nav { min-height: 66px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 900; letter-spacing: .03em; text-decoration: none; white-space: nowrap; }
.brand span { color: var(--yellow); background: var(--black); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a, .nav-action { font-size: 11px; font-weight: 900; letter-spacing: .06em; text-decoration: none; }
.nav-links a:hover, .text-link:hover, .footer a:hover { color: #353535; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.nav-action { padding: 9px 12px; color: var(--yellow); background: var(--black); border: 2px solid var(--black); }
.nav-action:hover { color: var(--black); background: var(--cyan); }

.hero { min-height: 620px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 44px; padding-block: 56px 64px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 22px; font-size: 11px; line-height: 1.2; font-weight: 900; letter-spacing: .07em; }
.eyebrow.inverse { color: var(--yellow); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-weight: 950; letter-spacing: -.075em; text-transform: uppercase; }
h1 { max-width: 710px; font-size: clamp(54px, 6.8vw, 93px); line-height: .88; }
h1 span, h2 span { display: inline; padding-inline: .06em; background: var(--cyan); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.hero-lede { max-width: 650px; margin: 28px 0 0; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.55; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 31px; }
.pixel-button { position: relative; display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 17px; color: var(--black); background: var(--paper); border: 3px solid var(--black); box-shadow: 6px 6px 0 var(--black); font-size: 12px; font-weight: 950; letter-spacing: .02em; text-decoration: none; }
.pixel-button:hover { color: var(--yellow); background: var(--black); box-shadow: 6px 6px 0 var(--cyan); transform: translate(-1px, -1px); }
.pixel-button:active { box-shadow: 2px 2px 0 var(--black); transform: translate(4px, 4px); }
.text-link { font-size: 12px; font-weight: 950; text-decoration: none; }
.hero-art { align-self: center; margin: 0; }
.hero-art img { width: min(100%, 510px); margin-inline: auto; image-rendering: pixelated; }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 10px; border-top: 2px solid var(--black); font-size: 9px; font-weight: 900; }
.hero-art figcaption span { padding: 0 4px; color: var(--yellow); background: var(--black); }

.signal-strip { overflow: hidden; padding: 16px 0; color: var(--yellow); background: var(--black); border-block: 2px solid var(--black); }
.signal-track { width: var(--frame); display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-inline: auto; font-size: 11px; font-weight: 950; letter-spacing: .05em; white-space: nowrap; }
.signal-track b { color: var(--cyan); }

.dark-section { color: var(--paper); background: var(--black); }
.manifesto { padding-block: 120px; border-bottom: 2px solid var(--yellow); }
.split { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 90px; }
.manifesto h2, .pipeline h2, .console-section h2 { font-size: clamp(50px, 6.4vw, 86px); line-height: .93; }
.manifesto h2 span { color: var(--black); background: var(--cyan); }
.manifesto-copy { padding-bottom: 4px; }
.manifesto-copy p { margin: 0; color: var(--paper); font-size: 17px; font-weight: 700; }
.manifesto-copy p + p { margin-top: 24px; }
.manifesto-copy .cyan-block { padding: 18px; color: var(--black); background: var(--cyan); border: 2px solid var(--paper); box-shadow: 7px 7px 0 var(--yellow); }

.inside { padding-block: 120px 130px; }
.section-head { display: grid; grid-template-columns: .42fr 1fr; gap: 40px; align-items: start; margin-bottom: 62px; }
.section-head h2 { font-size: clamp(45px, 5.7vw, 76px); line-height: .92; }
.feature-grid { display: grid; grid-template-columns: 1.08fr .92fr .92fr; border-top: 3px solid var(--black); border-left: 3px solid var(--black); }
.feature-grid article { min-height: 350px; display: flex; flex-direction: column; padding: 26px; background: var(--paper); border-right: 3px solid var(--black); border-bottom: 3px solid var(--black); }
.feature-grid .cyan-card { background: var(--cyan); }
.feature-grid .black-card { color: var(--yellow); background: var(--black); }
.feature-id { width: fit-content; padding: 2px 5px; color: var(--yellow); background: var(--black); font-size: 12px; font-weight: 900; }
.black-card .feature-id { color: var(--black); background: var(--yellow); }
.feature-grid h3 { margin: auto 0 16px; font-size: clamp(25px, 2.5vw, 37px); line-height: .92; letter-spacing: -.06em; }
.feature-grid p { margin: 0; font-size: 13px; font-weight: 700; }

.pipeline { padding-block: 112px 90px; border-block: 2px solid var(--yellow); }
.pipeline-head { display: grid; grid-template-columns: .35fr .8fr .65fr; align-items: end; gap: 46px; }
.pipeline-head .eyebrow { align-self: start; }
.pipeline-head p:last-child { margin: 0 0 6px; color: var(--muted); font-size: 14px; font-weight: 700; }
.pipeline h2 span, .console-section h2 span { color: var(--black); background: var(--cyan); }
.pipeline-art { margin: 54px 0 0; border: 2px solid var(--yellow); }
.pipeline-art img { width: 100%; max-height: 510px; object-fit: cover; image-rendering: pixelated; }

.workflow { padding-block: 120px 130px; }
.section-head.compact { grid-template-columns: .35fr 1fr; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 3px solid var(--black); border-left: 3px solid var(--black); }
.steps li { min-height: 390px; display: flex; flex-direction: column; padding: 25px; border-right: 3px solid var(--black); border-bottom: 3px solid var(--black); }
.steps li > span { font-size: 11px; font-weight: 950; }
.steps h3 { margin: 73px 0 17px; font-size: 34px; line-height: 1; }
.steps p { margin: 0 0 26px; font-size: 13px; font-weight: 700; }
.steps code { display: block; margin-top: auto; padding: 10px; color: var(--cyan); background: var(--black); border-left: 7px solid var(--cyan); font: 700 11px/1.4 inherit; }

.console-section { padding-block: 120px; }
.console-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.console-copy { max-width: 560px; margin: 28px 0 0; color: var(--muted); font-size: 15px; font-weight: 700; }
.terminal-window { border: 3px solid var(--yellow); box-shadow: 10px 10px 0 var(--cyan); }
.terminal-bar { display: flex; justify-content: space-between; gap: 20px; padding: 10px 12px; color: var(--black); background: var(--yellow); font-size: 10px; font-weight: 950; }
.terminal-window pre { min-height: 310px; margin: 0; padding: 30px; overflow-x: auto; color: var(--paper); background: var(--black); font: 700 13px/1.8 inherit; }
.terminal-window code span { color: var(--cyan); }
.terminal-window code b { padding: 1px 4px; color: var(--black); background: var(--cyan); }

.pricing { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding-block: 125px; }
.pricing h2 { font-size: clamp(58px, 6.8vw, 94px); line-height: .87; }
.pricing-copy > p:last-child { max-width: 580px; margin: 28px 0 0; font-weight: 700; }
.price-card { padding: 26px; color: var(--yellow); background: var(--black); border: 3px solid var(--black); box-shadow: 10px 10px 0 var(--cyan); }
.price-card-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--yellow); font-size: 9px; font-weight: 950; }
.old-price { margin: 24px 0 0; color: var(--muted); font-size: 13px; font-weight: 900; }
.old-price span { text-decoration: line-through 4px var(--cyan); }
.new-price { display: flex; align-items: end; gap: 10px; margin: 0; line-height: .9; }
.new-price strong { font-size: clamp(88px, 10vw, 132px); letter-spacing: -.09em; }
.new-price span { padding-bottom: 12px; font-size: 16px; font-weight: 900; }
.discount { width: fit-content; margin: 18px 0; padding: 6px 8px; color: var(--black); background: var(--cyan); font-size: 12px; font-weight: 950; }
.price-card ul { display: grid; gap: 7px; margin: 24px 0; padding: 0; list-style: none; font-size: 12px; font-weight: 700; }
.price-card li::before { content: "[x] "; color: var(--cyan); }
.price-card .dark-button { width: 100%; color: var(--black); background: var(--yellow); border-color: var(--yellow); box-shadow: 6px 6px 0 var(--cyan); }
.price-card .dark-button:hover { color: var(--black); background: var(--cyan); box-shadow: 6px 6px 0 var(--yellow); }
.price-card small { display: block; margin-top: 22px; color: var(--muted); font-size: 9px; }

.start { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 100px; padding-block: 125px; }
.start h2 { font-size: clamp(58px, 6.8vw, 94px); line-height: .87; }
.start-copy > p:last-child { max-width: 600px; margin: 26px 0 0; font-weight: 700; }
.command-card { padding: 22px; background: var(--paper); border: 3px solid var(--black); box-shadow: 10px 10px 0 var(--black); }
.command-card > span { font-size: 10px; font-weight: 950; }
.command-card code { display: block; margin-block: 18px; padding: 17px; color: var(--yellow); background: var(--black); border-left: 8px solid var(--cyan); font: 700 13px/1.5 inherit; white-space: pre-wrap; }
.command-card p { margin: 0; font-size: 11px; font-weight: 700; }

.footer { border-top: 2px solid var(--yellow); }
.footer-inner { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; font-size: 10px; font-weight: 900; }
.footer .brand span { color: var(--black); background: var(--yellow); }
.footer p { margin: 0; text-align: center; }
.footer > div > a:last-child { justify-self: end; text-decoration: none; }

@media (max-width: 920px) {
  :root { --frame: min(100% - 32px, 740px); }
  .hero { grid-template-columns: 1fr; padding-top: 76px; }
  .hero-copy { max-width: 700px; }
  .hero-art { width: min(540px, 100%); margin-inline: auto; }
  .split, .console-layout, .pricing, .start { grid-template-columns: 1fr; gap: 55px; }
  .section-head, .section-head.compact, .pipeline-head { grid-template-columns: 1fr; gap: 25px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article:first-child { grid-column: 1 / -1; }
  .signal-track { justify-content: flex-start; overflow: hidden; }
  .manifesto, .inside, .pipeline, .workflow, .console-section { padding-block: 95px; }
  .pricing, .start { padding-block: 95px; }
}

@media (max-width: 660px) {
  :root { --frame: calc(100vw - 28px); }
  .nav { min-height: 62px; gap: 16px; }
  .nav-links { display: none; }
  .nav-action { margin-left: auto; font-size: 9px; }
  .hero { min-height: auto; gap: 30px; padding-block: 58px 46px; }
  h1 { font-size: clamp(48px, 15.3vw, 71px); }
  .hero-lede { margin-top: 22px; }
  .hero-actions { display: grid; gap: 22px; }
  .pixel-button { width: calc(100% - 6px); }
  .hero-art figcaption { font-size: 8px; }
  .signal-strip { padding-block: 13px; }
  .signal-track { font-size: 9px; }
  .manifesto, .inside, .pipeline, .workflow, .console-section { padding-block: 72px; }
  .manifesto h2, .pipeline h2, .console-section h2, .section-head h2 { font-size: 46px; }
  .manifesto-copy p { font-size: 15px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .feature-grid article:first-child { grid-column: auto; }
  .feature-grid article { min-height: 300px; }
  .pipeline-art img { min-height: 260px; object-fit: cover; object-position: center; }
  .steps li { min-height: 340px; }
  .terminal-window pre { min-height: 280px; padding: 20px 16px; font-size: 10px; }
  .terminal-bar { font-size: 8px; }
  .pricing, .start { gap: 45px; padding-block: 78px; }
  .pricing h2, .start h2 { font-size: 58px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
