/* =============================================================
   empirical.css — Path of Breathing · Empirical Inquiry index
   Styles for inquiry/empirical.html.
   Requires shared.css + index.css to be loaded first.
   ============================================================= */

/* --pad defined in shared.css */

/* ── Convergence canvas ──────────────────────────────────────── */
.canvas-wrap {
  width: 100%;
  height: min(100dvh, 140vw);
  overflow: hidden;
}
#convergence-root {
  width: 100%;
  height: 100%;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .canvas-wrap        { height: auto; min-height: 60vh; overflow: visible; }
}
