/* @synd inc. — house site. Primitive centered monospace document.
   Design tokens per design_handoff/README.md. */
:root { --ink: #111111; --paper: #ffffff; --faint: #bbbbbb; --dim: #666666; }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--paper); }
body { color: var(--ink); font-family: 'IBM Plex Mono', 'Courier New', monospace; }
a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
::selection { background: var(--ink); color: #fff; }

/* dashed rule = 40 hyphens, tracked apart */
.rule { letter-spacing: 1px; user-select: none; white-space: nowrap; overflow: hidden; }

/* ---- home (centered document) ---- */
.home { max-width: 620px; margin: 0 auto; text-align: center; padding: 78px 28px 140px;
  font-size: 17px; line-height: 2; }
.home p { margin: 0; }
.logo { font-weight: 500; }
.logo sup { font-size: 0.6em; font-weight: 400; }
.rule.gap { margin-top: 52px; }
.painting { width: 520px; max-width: 100%; height: auto; display: block; margin: 52px auto 0; }
.cap { margin-top: 20px; font-size: 12px; line-height: 1.7; }
.cap .t { font-style: italic; }
.foot { font-size: 12px; color: var(--faint); margin-top: 64px; }

/* ---- read pages (manifesto, drop longread) ---- */
.read { max-width: 660px; margin: 0 auto; padding: 60px 28px 120px; font-size: 15.5px; line-height: 1.85; }
.read .top { text-align: center; font-size: 12.5px; margin-bottom: 6px; }
.read h1 { font-size: 22px; font-weight: 500; text-align: center; letter-spacing: -0.01em; margin: 20px 0 4px; }
.read .sub { text-align: center; color: var(--dim); font-size: 12.5px; margin: 0 0 6px; }
.read .rule { display: block; text-align: center; margin: 18px auto; }
.read p { margin: 18px 0; }
.read .cta { text-align: center; font-size: 16px; margin: 26px 0; }
.read .lines p { margin: 2px 0; }          /* manifesto: tight poetic lines */
.read .em { font-weight: 500; }
.read .foot { text-align: center; font-size: 12px; color: var(--faint); margin-top: 48px; }
