:root{
  --space-2:2px;
  --space-4:4px;
  --space-6:6px;
  --space-8:8px;
  --space-12:12px;
  --space-16:16px;
  --space-20:20px;
  --space-24:24px;   /* screen gutter */
  --space-32:32px;   /* block rhythm */
  --space-44:44px;   /* section rhythm — the air between chapters */
  --space-64:64px;   /* poster breathing room */

  --screen-width:375px;
  --screen-gutter:var(--space-24);
  --content-width:327px;
  --statusbar-height:44px;
  --tabbar-height:78px;
  --tap-target:44px;

  /* vertical rhythm: kicker → content is always 12, content → next kicker is 44 */
  --rhythm-kicker:var(--space-12);
  --rhythm-block:var(--space-44);
}
