:root {
  --ink: #171717;
  --paper: #f5f4f0;
  --line: #d6d4cc;
  --muted: #77766f;
  --acid: #dcff4e;
  --caution: #ff6a35;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  margin: 0;
}

main, footer { max-width: 1240px; margin: auto; padding-left: 40px; padding-right: 40px; }

nav, footer { align-items: center; display: flex; justify-content: space-between; }

nav { border-bottom: 1px solid var(--line); height: 88px; }

.wordmark { color: var(--ink); font-size: 25px; font-weight: 600; letter-spacing: -1.4px; text-decoration: none; }
.wordmark span { color: var(--caution); }
.nav-link, .text-link { color: var(--ink); font-size: 14px; font-weight: 500; text-decoration: none; }
.nav-link span, .text-link span { margin-left: 6px; }

.hero { padding: 118px 0 84px; max-width: 810px; }
.eyebrow { color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .06em; margin: 0 0 20px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -0.065em; }
h1 { font-size: clamp(3.35rem, 7.5vw, 6.9rem); line-height: .91; margin-bottom: 30px; }
.lede { color: #51514c; font-size: 19px; line-height: 1.55; max-width: 590px; }
.actions { align-items: center; display: flex; gap: 24px; margin-top: 35px; }
.button { background: var(--ink); color: white; display: inline-block; font-size: 14px; font-weight: 500; padding: 15px 19px; text-decoration: none; }
.button span { color: var(--acid); font-size: 17px; margin-left: 13px; }

.proof { background: var(--ink); min-height: 470px; overflow: hidden; padding: 22px; position: relative; }
.listing-bar { color: #b5b5ad; display: flex; font-family: "DM Mono", monospace; font-size: 11px; gap: 9px; letter-spacing: .02em; }
.listing-dot { background: var(--acid); border-radius: 50%; height: 8px; width: 8px; }
.listing-status { margin-left: auto; }
.scan-card { background: var(--paper); left: 9%; max-width: 470px; padding: 32px; position: absolute; top: 100px; width: 48%; z-index: 1; }
.scan-heading { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 25px; padding-bottom: 16px; }
.scan-heading p { font-family: "DM Mono", monospace; font-size: 12px; margin: 0; }
.signal { background: var(--acid); font-family: "DM Mono", monospace; font-size: 10px; padding: 5px 8px; }
.scan-item { display: flex; gap: 13px; margin: 18px 0; }
.marker { background: var(--ink); flex: 0 0 8px; height: 8px; margin-top: 6px; }
.marker.caution { background: var(--caution); }
.scan-item strong { font-size: 14px; font-weight: 600; }
.scan-item p { color: #686861; font-size: 13px; line-height: 1.45; margin: 4px 0 0; }
.scan-footnote { border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.4; margin: 24px 0 0; padding-top: 15px; }

.pixel-craig { bottom: 0; height: 310px; position: absolute; right: 10%; width: 260px; }
.pixel-craig i { background: var(--paper); display: block; position: absolute; }
.pixel-craig i:nth-child(1) { height: 24px; left: 99px; top: 24px; width: 60px; }
.pixel-craig i:nth-child(2) { height: 32px; left: 66px; top: 48px; width: 126px; }
.pixel-craig i:nth-child(3) { height: 54px; left: 42px; top: 80px; width: 174px; }
.pixel-craig i:nth-child(4) { background: var(--ink); height: 20px; left: 134px; top: 99px; width: 36px; }
.pixel-craig i:nth-child(5) { height: 94px; left: 60px; top: 135px; width: 142px; }
.pixel-craig i:nth-child(6) { height: 48px; left: 36px; top: 172px; width: 32px; }
.pixel-craig i:nth-child(7) { height: 45px; left: 196px; top: 165px; width: 32px; }
.pixel-craig i:nth-child(8) { height: 58px; left: 63px; top: 225px; width: 55px; }
.pixel-craig i:nth-child(9) { height: 58px; left: 145px; top: 225px; width: 55px; }
.pixel-craig i:nth-child(10) { background: var(--acid); height: 16px; left: 114px; top: 113px; width: 16px; }
.pixel-craig i:nth-child(11) { background: var(--acid); bottom: 0; height: 5px; left: 0; width: 260px; }
.pixel-craig i:nth-child(12) { background: var(--caution); bottom: 0; height: 5px; left: 0; width: 76px; }

.principles { padding: 136px 0; }
h2 { font-size: clamp(2.7rem, 5.5vw, 5.25rem); line-height: .97; margin-bottom: 64px; max-width: 760px; }
.principle-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-list article { border-right: 1px solid var(--line); min-height: 245px; padding: 22px 30px 15px 0; }
.principle-list article + article { padding-left: 30px; }
.principle-list article:last-child { border-right: 0; }
.principle-list span { color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; }
h3 { font-size: 19px; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin: 58px 0 11px; max-width: 210px; }
.principle-list p { color: #66655f; font-size: 14px; line-height: 1.55; max-width: 280px; }

.closing { border-top: 1px solid var(--line); padding: 115px 0 130px; }
.closing h2 { margin-bottom: 36px; max-width: 690px; }
footer { border-top: 1px solid var(--line); min-height: 82px; }
footer p { color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; margin: 0; }

@media (max-width: 720px) {
  main, footer { padding-left: 20px; padding-right: 20px; }
  nav { height: 70px; }
  .hero { padding: 80px 0 64px; }
  .lede { font-size: 17px; }
  .actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .proof { min-height: 585px; }
  .scan-card { left: 20px; padding: 23px; top: 74px; width: calc(100% - 40px); }
  .pixel-craig { opacity: .16; right: -25px; transform: scale(.83); transform-origin: bottom right; }
  .principles { padding: 90px 0; }
  h2 { margin-bottom: 42px; }
  .principle-list { display: block; }
  .principle-list article, .principle-list article + article { border-bottom: 1px solid var(--line); border-right: 0; min-height: auto; padding: 21px 0 25px; }
  .principle-list article:last-child { border-bottom: 0; }
  h3 { margin: 26px 0 10px; }
  .closing { padding: 86px 0 90px; }
}
